@charset "utf-8";
/*public*/
.ti{
	padding-top: 40px;
	margin-bottom: 20px;
}
.ti p{
	font-size: 30px;
	color: #666;
	font-family: 'Microsoft Yi Baiti';
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.ti span{
	display: blcok;
	font-size: 18px;
	color: #333;
	line-height: 18px;
	font-weight: bold;
}

.button-more{
	display: block;
	width: 125px;
	height: 38px;
	background: #010169;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.button-more:hover{
	background: #0000af;
}
.button-switch{
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #cccccc;
	text-align: center;
	line-height: 32px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.button-switch .fa{
	font-size: 12px;
	color: #fff;
}
@media (min-width: 768px){
	.ti{
		padding-top: 50px;
		margin-bottom: 30px;
	}
	.ti p{
		font-size: 36px;
		line-height: 36px;
	}
	.ti span{
		font-size: 18px;
		line-height: 18px;
	}

	.button-switch:hover,
	.button-switch.active{
		background: #010169;
	}
}
@media (min-width: 992px){
	.ti{
		padding-top: 60px;
		margin-bottom: 30px;
	}
	.ti p{
		font-size: 40px;
		line-height: 40px;
	}
	.ti span{
		font-size: 20px;
		line-height: 20px;
	}
}
@media (min-width: 1200px){
	.ti{
		padding-top: 70px;
		margin-bottom: 35px;
	}
	.ti p{
		font-size: 44px;
		line-height: 44px;
	}
	.ti span{
		font-size: 20px;
		line-height: 20px;
	}
}
@media (min-width: 1500px){
	.ti{
		padding-top: 90px;
		margin-bottom: 40px;
	}
	.ti p{
		font-size: 48px;
		line-height: 48px;
	}
	.ti span{
		font-size: 24px;
		line-height: 24px;
	}
}
/*banner*/
.banner {
	position: relative;
    width: 100%;
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 35px;
	height: 3px;
	border-radius: 0;
    color: #000;
    opacity: 1; 
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #010169;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 10px;
}
.banner .next,
.banner .prev{
	display: none;
	background: rgba(0,0,0,0.5);
}
.banner .next,
.banner .prev{
	display: none;
	background: rgba(0,0,0,0.5);
}

.banner .next,
.banner .prev{
	position: absolute;
    top: 50%;
    width: 24px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.banner .next{
	right: 0;
}
.banner .prev{
	left: 0;
}
.banner .next a,
.banner .prev a{
	font-size: 24px;
	color: #fff;
}
.banner .next:hover,
.banner .prev:hover{
	background: rgba(0,0,0,0.8);
}
.banner .next.swiper-button-disabled,
.banner .prev.swiper-button-disabled{
	background: rgba(0,0,0,0.2) !important;
}


/********about start********/
.about{
	margin-bottom: 40px;
}
.profile{
	margin-bottom: 30px;
}
.profile .text{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.profile .text p{
	margin-bottom: 15px;
}
.profile .button-more,
.certificate .button-more{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.certificate{
	position: relative;
	overflow: hidden;
}
.certificate-wrapper li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.certificate-wrapper img{
	width: 100%;
	height: 100%;
}
.cnext,
.cprev{
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 993;
}
.cnext{
	right: 0;
}
.cprev{
	left: 0;
}
.certificate .grey,
.certificate p,
.certificate .more{
	display: none;
}
@media (min-width: 768px){
	.about{
		margin-bottom: 50px;
	}
	.profile{
		width: 350px;
		float: left;
		margin-bottom: 0;
	}
	.profile .text p{
		margin-bottom: 20px;
	}
	.profile .button-more{
		margin-top: 50px;
		margin-left: 0;
	}
	
	.certificate{
		padding-bottom: 50px;
		width: 300px;
		float: right;
	}
	.certificate .grey{
		display: block;
		width: 120px;
		height: 1000px;
		z-index: 1;
		background: #f5f5f5;
		position: absolute;
		right: 30px;
		top: 0;
	}
	.certificate p{
		display: block;
		position: absolute;
		font-weight: bold;
		font-size: 20px;
		line-height: 20px;
		font-family: Arial;
		right: 0;
		top: 100px;
		z-index: 6;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		-moz-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	.certificate .more{
		display: block;
		display: block;
		font-size: 14px;
		color: #999;
		line-height: 16px;
		padding-bottom: 5px;
		border-bottom: 1px solid #999;
		position: absolute;
		bottom: 10px;
		right: 55px;
		z-index: 6;
	}
	.certificate .more:hover{
		color: #010169;
		border-color: #010169;
	}
	.certificate .button-more{
		display: none;
	}
	.certificate-wrapper{
		overflow: hidden;
		width: 250px;
		padding-top: 120px;
		z-index: 5;
		position: relative;
	}
	.cnext,
	.cprev{
		position: absolute;
		top: auto;
		bottom: 0;
		margin-top: auto;
		z-index: 993;
	}
	.cnext{
		left: 45px;
	}
}
@media (min-width: 992px){
	.about{
		margin-bottom: 60px;
	}
	.profile{
		width: 350px;
	}
	.profile .button-more{
		margin-top: 50px;
	}
	.certificate{
		width: 500px;
	}
	.certificate-wrapper{
		width: 430px;
		padding-top: 130px;
		position: relative;
	}
	.certificate .grey{
		width: 140px;
		right: 35px;
	}
	.certificate p{
		font-size: 24px;
		line-height: 24px;
		top: 106px;
	}
	.certificate .more{
		right: 70px;
	}
	
}
@media (min-width: 1200px){
	.about{
		margin-bottom: 80px;
	}
	.profile{
		width: 500px;
	}
	.profile .button-more{
		margin-top: 70px;
	}
	.certificate{
		width: 550px;
	}
	.certificate-wrapper{
		width: 480px;
		padding-top: 150px;
	}
	.certificate p{
		top: 126px;
	}
}
@media (min-width: 1500px){
	.about{
		margin-bottom: 100px;
	}
	.profile{
		width: 595px;
	}
	.profile .button-more{
		margin-top: 90px;
	}
	.certificate{
		width: 650px;
		margin-right: 50px;
	}
	.certificate-wrapper{
		width: 580px;
		padding-top: 170px;
	}
	.certificate p{
		top: 146px;
	}
}

/********about end********/

/********product start********/
.product{
	margin-bottom: 40px;
}
.product-profile{
	padding: 40px 15px 40px 15px;
	background: url('../images/product_bg.png') top center no-repeat;
	background-color: #0070bf;
}
.product-profile .subtitle{
	margin: 0 auto;
	display: table;
}
.product-profile .subtitle span{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.product-profile .subtitle p{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding: 0 20px;
	font-family: '宋体';
	text-align: center;
}
.product-profile .title{
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.product-profile .content{
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	-o-opacity: 0.6;
	opacity: 0.6;
}

.product-feature{
	padding: 20px 0;
	text-align: center;
}
.product-feature .item{
	font-size: 0;
	display: inline-block;
	width: 33.3333%;
	-webkit-text-size-adjust:none;
	padding-bottom: 10px;
}
.product-feature .item img{
	width: 58px;
	height: 58px;
}
.product-feature .item span{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	padding-top: 10px;
}


.product-performance-m{
	margin-top: 5px;
}
.product-performance-m .title{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #0070bf;
	text-align: center;
}
.product-performance-m .title p{
	display: inline-block;
	border-bottom: 1px solid #0070bf;
}
.product-performance-m .item{
	margin-top: 20px;
}
.product-performance-m .item p{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}
.product-performance-m .item span{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.product-performance{
	display: none;
}
.product .button-more{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media (min-width: 768px){
	.product{
		margin-bottom: 50px;
	}
	.product-profile{
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.product-profile .title{
		margin-top: 10px;
		font-size: 24px;
		line-height: 24px;
	}
	.product-profile .content{
		margin: 0 auto;
		margin-top: 35px;
		width: 600px;
	}
	.product-feature{
		background: #fff;
		padding: 30px 0;
		-webkit-box-shadow: 0 0 5px 0 #ddd;
		box-shadow: 0 0 5px 0 #ddd;
		position: relative;
		z-index: 2;
		margin-top: -72px;
	}
	.product-feature .item{
		width: 20%;
		padding-bottom: 0;
	}

	.product-performance-m{
		margin-top: 30px;
	}
	.product-performance-m .title{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		color: #0070bf;
		text-align: center;
		padding-bottom: 10px;
	}
	.product-performance-m .title p{
		display: inline-block;
		border-bottom: 1px solid #0070bf;
	}
	.product-performance-m .item{
		margin-top: 25px;
	}
	.product-performance-m .item p{
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.product-performance-m .item span{
		display: block;
		font-size: 14px;
		color: #999;
		line-height: 20px;
	}
	.product .button-more{
		margin-top: 40px;
	}
}
@media (min-width: 992px){
	.product{
		margin-bottom: 60px;
	}
	.product-profile{
		padding-top: 60px;
		padding-bottom: 120px;
	}
	.product-profile .subtitle p{
		letter-spacing: 2px;
	}
	.product-profile .title{
		font-size: 28px;
		line-height: 28px;
	}
	.product-profile .content{
		margin-top: 40px;
		width: 700px;
	}
	.product-feature{
		padding: 40px 0;
		margin-top: -82px;
	}

	.product-performance-m{
		display: none;
	}

	.product-performance{
		display: block;
		padding-top: 80px;
	}
	.product-performance .title{
		position: relative;
		z-index: 3;
		text-align: center;
	}
	.product-performance .title p{
		font-size: 18px;
		color:#666;
		line-height: 20px;
	}
	.product-performance .title span{
		display: inline-block;
		font-size: 24px;
		line-height: 44px;
		border-bottom: 1px solid #0070bf;
		color: #0070bf;
		font-weight: bold;
	}
	.product-performance .wrap{
		position: relative;
		top: -10px;
	}
	.product-performance .wrap img{
		display: block;
		margin: 0 auto;
		width: 380px;
		position: relative;
		z-index: 2;
	}
	.product-performance .wrap .p1{
		left: 0;
		top: -67px;
	}
	.product-performance .wrap .p2{
		left: 0;
		top: 21px;
	}
	.product-performance .wrap .p3{
		left: 0;
		bottom: 22px;
	}
	.product-performance .wrap .p4,
	.product-performance .wrap .p5,
	.product-performance .wrap .p6{
		text-align: right;
	}
	.product-performance .wrap .p4{
		right: 0;
		top: -87px;
	}
	.product-performance .wrap .p5{
		right: 0;
		top: 21px;
	}
	.product-performance .wrap .p6{
		right: 0;
		bottom: 22px;
	}
	.product-performance .wrap .item{
		position: absolute;
		width: 281px;
		border-bottom: 1px solid #cdcdcd;
		z-index: 1;
	}
	.product-performance .wrap .item p{
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: bold;
		line-height: 22px;
	}
	.product-performance .wrap .item span{
		display: block;
		font-size: 14px;
		color: #999;
		line-height: 20px;
		margin-bottom: 15px;
	}
}
@media (min-width: 1200px){
	.product{
		margin-bottom: 80px;
	}
	.product-profile{
		padding-top: 70px;
		padding-bottom: 140px;
	}
	.product-profile .subtitle p{
		letter-spacing: 4px;
	}
	.product-profile .title{
		font-size: 32px;
		line-height: 32px;
	}
	.product-profile .content{
		margin-top: 45px;
		width: 850px;
	}
	.product-performance{
		padding-top: 100px;
	}
	.product-performance .wrap{
		top: -10px;
	}
	.product-performance .wrap img{
		width: 510px;
	}
	.product-performance .wrap .p1{
		left: 37px;
		top: -66px;
	}
	.product-performance .wrap .p2{
		left: 37px;
		top: 58px;
	}
	.product-performance .wrap .p3{
		left: 37px;
		bottom: 29px;
	}
	.product-performance .wrap .p4,
	.product-performance .wrap .p5,
	.product-performance .wrap .p6{
		text-align: right;
	}
	.product-performance .wrap .p4{
		right: 37px;
		top: -86px;
	}
	.product-performance .wrap .p5{
		right: 37px;
		top: 59px;
	}
	.product-performance .wrap .p6{
		right: 37px;
		bottom: 29px;
	}

	.product .button-more{
		margin-top: 50px;
	}
}
@media (min-width: 1500px){
	.product{
		margin-bottom: 100px;
	}
	.product-profile{
		padding-top: 80px;
	}
	.product-profile .title{
		font-size: 36px;
		line-height: 36px;
	}
	.product-profile .content{
		margin-top: 50px;
	}
	.product-performance{
		padding-top: 120px;
	}
	.product-performance .wrap{
		top: -10px;
	}
	.product-performance .wrap img{
		width: 510px;
	}
	.product-performance .wrap .p1{
		left: 169px;
		top: -66px;
	}
	.product-performance .wrap .p2{
		left: 169px;
		top: 58px;
	}
	.product-performance .wrap .p3{
		left: 169px;
		bottom: 29px;
	}
	.product-performance .wrap .p4,
	.product-performance .wrap .p5,
	.product-performance .wrap .p6{
		text-align: right;
	}
	.product-performance .wrap .p4{
		right: 169px;
		top: -86px;
	}
	.product-performance .wrap .p5{
		right: 169px;
		top: 59px;
	}
	.product-performance .wrap .p6{
		right: 169px;
		bottom: 29px;
	}
	.product .button-more{
		margin-top: 60px;
	}
}
/********product end********/


/********news start********/
.news{
	background: #f5f5f5;
	padding-bottom: 100px;
}
.news li{
	width: 100%;
	margin-bottom: 15px;
}
.news li a{
	display: block;
	box-shadow: none;
}
.news li a:active{
	box-shadow: 0 0 5px 0 #ffa39e;
}
.news li img{
	display: block;
	width: 100%;
}
.news .text{
	background: #fff;
	padding: 15px 10px 15px 10px;
}
.news li h1{
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news li span{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-top: 10px;
}
.news .button-more{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
@media (min-width: 768px){
	.news{
		margin-bottom: 0;
		padding-bottom: 50px;
	}
	.news .ti{
		padding-left: 30px;
	}
	.news li{
		width: 50%;
		float: left;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.news li a{
		position: relative;
		top:0;
	}
	.news li a img{
		opacity: 1;
	}
	.news li a:hover{
		top: -3px;
	}
	.news li a:hover img{
		opacity: 0.7;
	}
	.news .button-more{
		margin-top: 30px;
	}
}
@media (min-width: 992px){
	.news{
		padding-bottom: 70px;
	}
	.news li{
		width: 25%;
		padding: 0 15px;
		margin-bottom: 16px;
	}
	.news .text{
		padding: 20px 20px;
	}
}
@media (min-width: 1200px){
	.news{
		padding-bottom: 100px;
	}
	.news .button-more{
		margin-top: 40px;
	}
}
@media (min-width: 1500px){
	.news{
		padding-bottom: 120px;
	}
	.news .button-more{
		margin-top: 60px;
	}
}
/********news end********/