﻿#mainss body section {
	padding:100px 0;
}
#banner {
	background-color:#201c38;
	position:relative;
}
#banner .banner_bg_top {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:7;
}
#banner .container {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#banner .banner_link {
	position:absolute;
	right:0;
	width:90%;
	height:86%;
	background:pink;
	top:0;
	z-index:9;
	opacity:0;
}
#banner .banner_swiper .swiper-slide .lg-banner {
	height:700px;
	z-index:4;
	background:#808080 center center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
#banner .swiper-pagination {
	bottom:40px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:9;
}
#banner .swiper-pagination .swiper-pagination-bullet {
	margin:0 7px;
	background-color:white;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#133978;
}
#mainss .container {
	width:1230px;
}
#mainss .h1-title {
	font-size:44px;
	color:#333333;
	text-align:center;
	margin:0 auto 26px;
	letter-spacing:2px;
	font-weight:700;
	font-family:"Source Han Sans CN Bold", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
#mainss .h1-title.line {
	position:relative;
	margin-bottom:95px;
}
#mainss .h1-title.line:after {
	content:"";
	width:103px;
	height:3px;
	position:absolute;
	left:50%;
	bottom:-20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#ec008c;
	display:block;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
#mainss .p-desc {
	width:615px;
	font-size:15px;
	line-height:24px;
	letter-spacing:1px;
	color:#666666;
	margin:0 auto 65px;
	text-align:center;
	font-weight:400;
	font-family:"Source Han Sans CN Regular", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
#mainss .industry {
	background: url("../images/industry-bg.jpg") no-repeat center center / cover;
	padding-top:104px;
	padding-bottom:100px;
}
#mainss .industry .h1-title {
	color: white;
}
#mainss .industry .p-desc {
	width: 640px;
	color: white;
}
#mainss .industry .industry-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 455px;
}
#mainss .industry .industry-wrap .industry-item {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 288px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 288px;
	flex: 0 0 288px;
	height: 420px;
	background: white;
	text-align: center;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #133978;
}
#mainss .industry .industry-wrap .industry-item:hover {
	height: 480px;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	background: #133978;
	color: white;
}
#mainss .industry .industry-wrap .industry-item:hover .item-main .industry-link {
	-webkit-transform: translate(-50%, -10px);
	-moz-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	-o-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
}
#mainss .industry .industry-wrap .industry-item .item-img {
height: 283px;
}
#mainss .industry .industry-wrap .industry-item .item-img img {
width: 100%;
display: block;
}
#mainss .industry .industry-wrap .industry-item .item-main {
padding: 20px;
height: 140px;
position: absolute;
}
#mainss .industry .industry-wrap .industry-item .item-main .item-title {
font-size: 24px;
line-height: 1;
margin-bottom: 24px;
font-weight: 700;
font-family: "Source Han Sans CN Bold", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
#mainss .industry .industry-wrap .industry-item .item-main .item-desc {
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
font-weight: 400;
font-family: "Source Han Sans CN Regular", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
#mainss .industry .industry-wrap .industry-item .item-main .industry-link {
width: 120px;
height: 35px;
line-height: 35px;
display: block;
color: white;
background: #F7941C;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
position: absolute;
left: 50%;
top: 140px;
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
#mainss .solutions {
	background: #f7f7f7;
	padding-top:104px;
	padding-bottom:100px;
}
#mainss .solutions .p-desc {
width: 630px;
}
#mainss .solutions .solutions-wrap {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#mainss .solutions .solutions-wrap .solution-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 380px;
-moz-box-flex: 0;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
background-color: white;
position: relative;
}
#mainss .solutions .solutions-wrap .solution-item:after {
content: "";
display: block;
width: 104px;
height: 3px;
background: url("../images/line.jpg") no-repeat center center / cover;
position: absolute;
bottom: 24px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
#mainss .solutions .solutions-wrap .solution-item:hover:after {
width: 155px;
background: white;
}
#mainss .solutions .solutions-wrap .solution-item:hover .item-content {
color: white;
}
#mainss .solutions .solutions-wrap .solution-item:hover .item-content:after {
opacity: 1;
}
#mainss .solutions .solutions-wrap .solution-item .item-content {
	padding: 30px;
	height: 200px;
	color: #333333;
	background: white;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
}
#mainss .solutions .solutions-wrap .solution-item .item-content:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: url("../images/hover.jpg") no-repeat center center;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 0;
}
#mainss .solutions .solutions-wrap .solution-item .item-title {
font-size: 24px;
letter-spacing: 1px;
margin: 0 0 22px 0;
position: relative;
z-index: 1;
font-weight: 700;
font-family: "Source Han Sans CN Bold", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
#mainss .solutions .solutions-wrap .solution-item .item-desc {
font-size: 14px;
line-height: 21px;
position: relative;
z-index: 1;
}
#mainss .solutions .solutions-wrap .solution-item .item-img img {
width: 100%;
}

#mainss .product
{
padding-top:104px;
padding-bottom:100px;
}
#mainss .product .container {
width: 1180px;
}
#mainss .product .product-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#mainss .product .product-wrap .product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 560px;
-moz-box-flex: 0;
-ms-flex: 0 0 560px;
flex: 0 0 560px;
width: 560px;
height: 270px;
position: relative;
padding: 35px;
background: url("../images/alpha-bg.jpg") no-repeat center center / cover;
margin: 0 30px 30px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
#mainss .product .product-wrap .product-item:nth-child(1) {
background-image: url("../images/alpha-bg.jpg");
}
#mainss .product .product-wrap .product-item:nth-child(1) a:hover {
color: #02a5e5;
}
#mainss .product .product-wrap .product-item:nth-child(2) {
background-image: url("../images/jimu-bg.jpg");
}
#mainss .product .product-wrap .product-item:nth-child(2) a:hover {
color: #7b51a0;
}
#mainss .product .product-wrap .product-item:nth-child(3) {
background-image: url("../images/iron-man-bg.jpg");
}
#mainss .product .product-wrap .product-item:nth-child(3) a:hover {
color: #ec008c;
}
#mainss .product .product-wrap .product-item:nth-child(3) .item-img {
right: -30px;
}
#mainss .product .product-wrap .product-item:nth-child(3):hover .item-img {
right: -15px;
}
#mainss .product .product-wrap .product-item:nth-child(4) {
background-image: url("../images/cruzr-bg.jpg");
}
#mainss .product .product-wrap .product-item:nth-child(4) a:hover {
color: #201c38;
}
#mainss .product .product-wrap .product-item:hover .item-img {
right: 40px;
}
#mainss .product .product-wrap .product-item:nth-child(2n) {
margin-right: 0;
}
#mainss .product .product-wrap .product-item .item-img {
position: absolute;
right: 30px;
bottom: -1px;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
#mainss .product .product-wrap .product-item .logo {
width: 250px;
height: 72px;
margin-bottom: 25px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#mainss .product .product-wrap .product-item .logo img {
display: block;
}
#mainss .product .product-wrap .product-item a {
width: 115px;
height: 35px;
line-height: 35px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
color: white;
display: block;
text-align: center;
background: rgba(255, 255, 255, 0.3);
}
#mainss .news {
	height: 800px;
	padding-top:104px;
	padding-bottom:100px;
	background: url("../images/news-bg.jpg") no-repeat center center / cover;
}
#mainss .news .h1-title {
color: white;
margin-bottom: 80px;
}
#mainss .news .h1-title:after {
background: #ccf0fc;
}
#mainss .news .news-img-wrap {
width: 660px;
height: 400px;
float: right;
position: relative;
}
#mainss .news .news-img-wrap .news-img-item {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.2);
overflow: hidden;
position: absolute;
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
#mainss .news .news-img-wrap .news-img-item img {
width: 100%;
display: block;
}
#mainss .news .news-wrap {
width: 480px;
float: left;
}
#mainss .news .news-wrap .news-more {
padding-left: 40px;
font-size: 16px;
letter-spacing: 1px;
position: relative;
color: white;
float: right;
}
#mainss .news .news-wrap .news-more:before {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
display: block;
width: 27px;
height: 15px;
background: url("../images/news-more.png") no-repeat center center / cover;
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
#mainss .news .news-wrap .news-more:hover:before {
left: 5px;
}
#mainss .news .news-wrap .news-item {
padding-left: 73px;
opacity: .5;
position: relative;
margin-bottom: 40px;
}
#mainss .news .news-wrap .news-item:before {
content: "";
display: block;
width: 41px;
height: 41px;
left: 0;
top: 3px;
position: absolute;
background: url("../images/1.png") no-repeat center center / cover;
}
#mainss .news .news-wrap .news-item:hover,
#mainss .news .news-wrap .news-item.active {
opacity: 1;
}
#mainss .news .news-wrap .news-item:nth-child(1):before {
background-image: url("../images/num/1.png");
}
#mainss .news .news-wrap .news-item:nth-child(2):before {
background-image: url("../images/num/2.png");
}
#mainss .news .news-wrap .news-item:nth-child(3):before {
background-image: url("../images/num/3.png");
}
#mainss .news .news-wrap .news-item:nth-child(4):before {
background-image: url("../images/num/4.png");
}
#mainss .news .news-wrap .news-item a .item-title {
color: white;
font-size: 18px;
line-height: 24px;
margin-bottom: 10px;
text-align: justify;
font-weight: 700;
font-family: "Source Han Sans CN Bold", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
#mainss .news .news-wrap .news-item a .item-date {
color: #ccc;
font-size: 15px;
}
#mainss .partner {
background: #f7f7f7;
padding-top:104px;
padding-bottom:100px;
}
#mainss .partner .partner-wrap {
margin-top: 86px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background: white;
}
#mainss .partner .partner-wrap .partner-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-moz-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
height: 130px;
border-width: 0 2px 2px 0;
border-color: #f7f7f7;
border-style: solid;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#mainss .partner .partner-wrap .partner-item:nth-child(n+6) {
border-bottom-width: 0;
}
#mainss .partner .partner-wrap .partner-item:nth-child(5n) {
border-right-width: 0;
}
#mainss .partner .partner-wrap .partner-item:nth-child(7) img {
margin-top: 15px;
}
#mainss .partner .partner-wrap .partner-item img {
display: block;
margin: 0 auto;
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-filter: gray;
filter: gray;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
cursor: pointer;
}
#mainss .partner .partner-wrap .partner-item img:hover {
-webkit-filter: unset;
filter: unset;
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
}