@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
html,
body {
	position: relative;
}
body {
	font-family: 'Microsoft YaHei', 'Arial', 'SimSun', 'Source Han Sans CN', 'SourceHanSerifCN', 'WenQuanYi Micro Hei', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', 'Helvetica', 'sans-serif', 'PingFang Regular';
	font-size: 14px;
	color: #333;
	background: #fff;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
}
body.body-01 {
	height: 100%;
}
@media (max-width: 1199px) {
	body.body-01 {
		height: auto;
	}
}
li,
ol,
ul {
	list-style: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
ul {
	margin: 0;
	padding: 0;
}
button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}
img {
	border: 0;
	/* max-width: 100%; */
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	text-decoration: none;
}
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	/* min-height: 500px !important; */
	min-height: 92% !important;
	margin: 0;
}
.bdshare-button-style0-16 a, 
.bdshare-button-style0-16 .bds_more{
	padding: 0!important;
	margin: 0!important;
	width: 16px;
	height: 16px;
	background-position: 0 -0px!important;	
}

.main {
	float: left;
	width: 100%;
}
.w-100 {
	float: left;
	width: 100%;
	/* position: relative; */
	/* z-index: 999; */
}
.w-1680 {
	width: 1680px;
	margin: 0 auto;
}
@media (max-width: 1680px) {
	.w-1680 {
		width: 100%;
		padding: 0 3%;
	}
}

.w-1440 {
	width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.w-1440 {
		width: 100%;
		padding: 0 3%;
	}
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1240px) {
	.w-1200 {
		width: 100%;
		padding: 0 3%;
	}
}

/*二维码*/
.bd_weixin_popup{
	width: 260px!important;
	height: 310px!important;
}
/*地图多余*/
.BMapLabel{
	display: none;
}
/*视频*/
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	/* min-height: 500px !important; */
	min-height: 92% !important;
	margin: 0;
}
.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	outline: none;
}
.img-box > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	/* min-height: 500px !important; */
	min-height: 92% !important;
	margin: 0;
}
@media (max-width: 767px) {
	.fancybox-content{
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fancybox-slide--iframe .fancybox-content{
		min-width: auto!important;
		max-width: none!important;
		width: 90%!important;
		margin-left: 5%;
		height: 220px!important;
		min-height: auto!important;
		max-height: none!important;	
	}
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.relative{
	position: relative;
}



/*滚屏*/
.swiper-container{
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box-index {
	height: 100vh;
}

.swiper-slide {
	position: relative;
	/* float: left; */
	width: 100%;
	height: 100%;
	/* background-size: 100% 100%; */
	background-size: cover !important;
	overflow: hidden;

}
.swiper-container .box-footer {
	height: auto!important;
}

.swiper-container .swiper-slide-active .itwo:nth-child(1){
	-webkit-animation: fadeInLeft 1s 0.1s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
.swiper-container .swiper-slide-active .itwo:nth-child(2){
	-webkit-animation: fadeInRight 1s 0.1s ease both;
	animation: fadeInRight 1s 0s ease both;
}

.swiper-container .swiper-slide-active .ithree:nth-child(1){
	-webkit-animation: fadeInUp 1s 0.1s ease both;
	animation: fadeInUp 1s 0.1s ease both;
}
.swiper-container .swiper-slide-active .ithree:nth-child(2){
	-webkit-animation: fadeInDown 1s 0.1s ease both;
	animation: fadeInDown 1s 0.1s ease both;
}
.swiper-container .swiper-slide-active .ithree:nth-child(3){
	-webkit-animation: fadeInUp 1s 0.1s ease both;
	animation: fadeInUp 1s 0.1s ease both;
}
.swiper-container .swiper-slide-active .ithree:nth-child(4){
	-webkit-animation: fadeInDown 1s 0.1s ease both;
	animation: fadeInDown 1s 0.1s ease both;
}

.swiper-container .swiper-slide-active .ifour-left{
	-webkit-animation: fadeInLeft 1s 0.1s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
.swiper-container .swiper-slide-active .ifour-right{
	-webkit-animation: fadeInRight 1s 0.1s ease both;
	animation: fadeInRight 1s 0s ease both;
}

.swiper-pagination{
	right: 30px;
	top: 42%;
}
.swiper-pagination a{
	display: block;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255,255,255,0);
	position: relative;
	background: none;
	margin: 7px 0;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet::after{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #696969;
	opacity: 1;
	content: "";
	z-index: 999;
}
.swiper-pagination .swiper-pagination-bullet.active{
	border-color: #d60011;
}
.swiper-pagination .swiper-pagination-bullet.active::after{
	background: #d60011;
}
/* .swiper-pagination span:nth-child(1).active,
.swiper-pagination span:nth-child(4).active{
	border-color: #d60011;
}
.swiper-pagination span:nth-child(1).active::after,
.swiper-pagination span:nth-child(4).active::after{
	background: #d60011;
} */


@media (max-width: 1199px) {
	.swiper-pagination {
		display: none;
	}
}







.swiper-slide1 .right .bdsharebuttonbox a,
.swiper-slide4 .right .bdsharebuttonbox a{
	border-color: #fff;
}
.swiper-slide1 .right .bdsharebuttonbox a:hover,
.swiper-slide4 .right .bdsharebuttonbox a:hover{
	border-color: #1256b0;
	background-color: #1256b0;
}





@media (max-width: 1199px) {
	.right{
		display: none;
	}
	.pc-menu{
		display: none;
	}
}

/*首页start*/

@media (max-width: 1680px) {
	
}
@media (max-width: 1440px) {
	
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	
}
/*首页end*/

/*底部*/
.footer{
	float: left;
	width: 100%;
}
.foot-t,
.foot-d{
	float: left;
	width: 100%;
}

.foot-t{
	background: #f3f3f3;
	/* padding-top: 32px;
	padding-bottom: 32px; */
	font-size: 14px;
	color: #333;
	position: relative;
}
.foot-t-con{
	float: left;
	width: 100%;
	padding-left: 74px;
	line-height: 1.4;
	position: relative;
}
.foot-t span{
	position: absolute;
	left: 0;
	top: 0;
}
.foot-t a{
	float: left;
	color: #666;
	margin-right: 24px;
}
.foot-t a:hover{
	color: #1256b0;
}

.foot-d{
	padding-top: 4.4791666vw;
	padding-bottom: 3.90625vw;
	background: #212326;
	color: #fff;
}
.foot-d a{
	color: #fff;
}


.foot-dL{
	float: left;
	width: 71.4286%;
}
.foot-dL-t{
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
}

.foot-dL-a{
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}
.foot-dL-a{
	margin-bottom: 23px;
}
.foot-dL-a a{
	float: left;
	display: block;
	width: 12.5%;
	/* margin-right: 44px; */
	position: relative;
	font-size: 16px;
	line-height: 1;
	text-align:center;
}
.foot-dL-a a:nth-child(1){
	max-width: 110px;
	text-align: left;
}
.foot-dL-a a:hover{
	color:#d60011;
}
.foot-dL-a a::after{
	position: absolute;
	right: 0;
	width: 2px;
	height: 100%;
	background: #fff;
	content: "";
}
.foot-dL-a a:last-child::after{
	display: none;
}
.foot-dL-tel{
	/* float: left; */
	width: 100%;
	position: relative;
	margin-top: 18px;
	padding-left: 66px;
	line-height:50px;
	font-size: 32px;
	background: url(//cdn.myxypt.com/ec3eb640/22/07/1ab48f5d093edade7bbe5496294fb6e09ef679b9.png) left center no-repeat;
	font-family: Impact;
}
.foot-dR{
	float: right;
	width: 16%;
}
.foot-dR .fewm{
	/*width: 46%;*/
	max-width: 240px;
}
.foot-dR .fewm img{
	/*width: 100%;*/
	max-width: 240px;
	max-height: 120px;
}










.foot-dR > a{
	display: block;
	float: right;
	text-align: right;
	margin-top: 18px;
}
.foot-dR .bdsharebuttonbox{
	float: right;
	width: 100%;
	margin-top: 78px;
	text-align: right;
}
.foot-dR .bdsharebuttonbox a{
	display: inline-block;
	float: none;
	width: 27px;
	height: 27px;
	margin-left: 5px!important;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%!important;
	background-color: #1a66cc;
}



.swiper-slide2 .right,
.swiper-slide3 .right{
	border-left-color: #d0e3f4;
}


#particles {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.particles{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.i-about{
	/* float: right; */
	/* width: 89.58%; */
	/* margin-top: 9.89%; */
	position: relative;
	z-index: 9;
}
.i-about .iab-t{
	float: left;
	width: 100%;
	/* padding-bottom: 24px; */
	padding-bottom: 1.25vw;
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.i-about .iab-t .iab-t1{
	/* font-size: 50px; */
	font-size: 2.6041666vw;
	line-height: 1;
	color: #2d2d2d;
}
.i-about .iab-t .iab-t2{
	/* font-size: 26px; */
	font-size: 1.354166vw;
	margin-top: 15px;
	color: #d60011;
}
.i-about .iab-d{
	float: left;
	width: 100%;
	background: url(//cdn.myxypt.com/ec3eb640/22/07/bb497a1f4610bd9f05e03ced62cfb5d300cc7e7c.png) 36% bottom no-repeat;
}
.i-about .iab-d .iab-dl{
	float: left;
	/* width: 34.88%; */
	width: 35.97%;
	/* margin-right: 1.3%; */
}
.i-about .iab-d .iab-dl .iab-dl-p{
	/* font-size: 16px; */
	font-size: 0.93333vw;
	/* margin-top: 75px; */
	margin-top: 3.90625vw;
	line-height: 1.625;
	color: #333333;
}
.i-about .iab-d .iab-dl .iab-dl-a{
	/* margin-top: 106px; */
	margin-top: 5.52083vw;
}
.i-about .iab-d .iab-dl .iab-dl-a a{
	float: left;
	width: 226px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #333;
	text-align: center;
	position: relative;
}
.i-about .iab-d .iab-dl .iab-dl-a a:hover{
	opacity: 0.8;
	background: #d60011;
	color: #fff;
}

.i-about .iab-d .iab-dl .iab-dl-a a::after,
.i-about .iab-d .iab-dl .iab-dl-a a::before{
	position: absolute;
	width: 216px;
	height: 60px;
	border: 1px solid #d60011;
	content: "";
}
.i-about .iab-d .iab-dl .iab-dl-a a::after{
	left: 0;
	top: 0;
}
.i-about .iab-d .iab-dl .iab-dl-a a::before{
	right: 0;
	bottom: 0;
}


.i-about .iab-d .iab-dr{
	float: right;
	/* width: 57.55%; */
	width: 60.417%;
}
.i-about .iab-d .iab-dr .iab-dr-1{
	float: left;
	/* width: 30.3%; */
	/* padding-top: 66px; */
	padding-top: 3.4375vw;
	width: 31.5%;
	margin-right: 2.75%;
	position: relative;
	overflow: hidden;
}
.i-about .iab-d .iab-dr .iab-dr-1:nth-child(3n){
	margin-right: 0;
}
.i-about .iab-d .iab-dr .iab-dr-1 p{
	color: #fff;
	position: absolute;
	top: 36px;
	width: 100%;
	padding: 0 32px;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	z-index: 999;
}
.i-about .iab-d .iab-dr .iab-dr-1::after{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	/* height: 66px; */
	height: 3.4375vw;
	background: #d0e3f4;
	content: "";
}
.i-about .iab-d .iab-dr .iab-dr-1 .img-box{
	padding-bottom: 139.6666666666667%;
}
.i-about .iab-d .iab-dr .iab-dr-1 .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.i-about .iab-d .iab-dr .iab-dr-1:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-about .iab-d .iab-dr .iab-dr-1 .img-box::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 86, 176, 0.5);
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-about .iab-d .iab-dr .iab-dr-1:hover .img-box::after{
	opacity: 1;
}
.i-about .iab-d .iab-dr .iab-dr-1 .img-box::before{
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	border: 1px solid #fff;
	content: "";
	z-index: 2;
}

.swiper-slide2{
	/* background: #edf3f8; */
	background-color: #f8f8f8;
}
.i-product{
	/* float: right; */
	/* width: 89.58%; */
	/* margin-top:4.895835%; */
	margin-bottom: 5.88542%;
}
.ipro-title{
	font-family: 'impact';
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 2.0835%;
	border-bottom: 1px dashed rgba(173, 206, 234, 0.6);
}
.cpbt1{
	position: relative;
}
.ipro-title font{
	font-size: 4.010415vw;
	font-family: Impact;
	line-height: 0.8182;
	text-transform: uppercase;
	color: #cfcfcf;
} 
.ipro-title span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 2.1875vw;
	font-weight: bold;
	color: #d60011;
}

.ipro-title > .hd{
	float: right;
	width: 47.9%;
	margin-top: 10px;
}
.ipro-title > .hd ul{
	float: left;
}
.ipro-title > .hd ul li{
	display: block;
	float: left;
	margin-right: 18px;
	padding: 0 18px;
	line-height: 42px;
	cursor: pointer;
	border: 1px solid #c8e2f8;
}
.ipro-title > .hd ul li:last-child{
	margin-right: 18px;
}
.i-product > .bd{
	float: left;
	width: 100%;
	position: relative;
}
.i-product > .bd::after{
	position: absolute;
	left: 49.76%;
	top: 0;
	height: 100%;
	border-right: 1px dashed #97c4ea;
	content: "";
}
.ipro-title > .hd ul li.on{
	background: #1256b0;
	color: #fff;
}
.i-product > .bd .one-1 {
	float: left;
	width: 100%;
/* 	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute; */
}
/* .i-product > .bd .one-1.block{
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
} */

.two > .threeBd .two-1 {
	float: left;
	width: 100%;
/* 	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute; */
}
/* .two > .bd .two-1.block{
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
} */
.three > .threeBd .three-1 {
	float: left;
	width: 100%;
	/* opacity: 0;
	filter: alpha(opacity=00);
	position: absolute; */
}
/* .three > .threeBd .three-1.block{
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
} */

.two{
	float: left;
	width: 100%;
}
.two > .twoHd{
	float: right;
	width: 47.79%;
	margin-top: 40px;
}
.two > .twoHd li{
	float: left;
	margin-right: 36px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.two > .twoHd li.on{
	color: #1256b0;
}
.two > .twoBd{
	float: left;
	width: 100%;
}

.three{
	float: left;
	width: 100%;
}
.three > .threeHd{
	float: right;
	width: 47.67%;
	margin-top: 36px;
}
.three > .threeHd ul{
	float: left;
	width: 100%;
}
.three > .threeHd ul li{
	float: left;
	width: 30.1%;
	margin-right: 2.1%;
	margin-bottom: 68px;
}
.three > .threeHd ul li:nth-child(3n){
	margin-right: 0;
}
.three > .threeHd ul li .img-box{
	cursor: pointer;
	padding-bottom: 70.20408163265306%;
	border: 1px solid #cddeec;
}
.three > .threeHd ul li .img-box img{
	width: auto;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.three > .threeHd ul li.on .img-box{
	border: 1px solid #1256b0;
}
.three > .threeHd ul li p{
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.three > .threeHd ul li.on p{
	color: #1256b0;
}
.three > .threeBd{
	float: left;
	width: 49.7%;
}


.three-1{
	float: left;
	width: 100%;
	padding-right: 4.9%;
}
.three1-pic{
	float: left;
	width: 38.4%;
	margin-right: 8.1%;
}
.three1-pic .img-box{
	padding-bottom: 132.1766561514196%;
}
.three1-pic .img-box img{
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}


.three1-txt{
	float: left;
	width: 53.5%;
}
.three1-txt .three1-p1{
	font-size: 36px;
	margin-top: 54px;
}
.three1-txt .three1-p2{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 38px;
	color: #797878;
}
.three1-txt .three1-p3{
	margin-top: 10px;
	color: rgba(51,51,51,0.5);
}
.three1-txt .three1-p3 p{
	float: left;
	font-size: 20px;
	width: 166px;
	height: 27px;
	line-height: 27px;
	margin-top: 20px;
	padding-left: 36px;
	background: url(//cdn.myxypt.com/f2c2f8a8/22/03/05b71221d5295633f336d672595187f048edb6f5.jpg) left center no-repeat;
}

.i-advantage{
	position: relative;
	float: left;
	width: 100%;
	z-index: 99;
	overflow: hidden;
}
/* .i-advantage::after{
	position: absolute;
	top: 12.7%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	content: "我们的优势";
	z-index: 10;
} */
.iadv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iadv-con{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.iadv-1{
	float: left;
	width: 33.3333%;
	height: 100%;
	position: relative;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.iadv-1::after{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 92%;
	height: 96%;
	/* border: 1px solid rgba(255,255,255,0.3); */
}
.iadv-1:nth-child(2){
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
}
.iadv-1 .iadv1-t{
	position: absolute;
	top: 12.7%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	opacity: 0;
	display: none;
}
.iadv-1 .iadv1-d{
	position: absolute;
	/* top: 37.29%; */
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	width: 100%;
	left: 0%;
	/* padding: 0 16.8%; */
	padding: 0 16.2%;
}




.iadv1-dc{
	color: #fff;
	/* font-size: 35px; */
	font-size: 1.822916vw;
	line-height: 1;
	padding-bottom: 1.145833vw;
	position: relative;
	font-weight: bold;
}
.iadv1-dc::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 123px;
	height: 5px;
	background: #fff;
	content: "";
}
.iadv1-de{
	font-family: 'impact';
	/* color: #fff; */
	font-size: 2.083vw;
	line-height: 1;
	margin-top: 1.302083vw;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
}
.iadv-1 .iadv1-d .iadv1-dp{
	color: #fff;
	margin-top: 2.60416vw;
	font-size: 0.933335vw;
	line-height: 1.875;
}


.iadv-1:hover{
	background: rgba(214, 0, 17, 0.26);
}



.iadv-1{
	content: "";
}
.iadv-1 .iadv1-t{
	opacity: 1;
}
.iadv-1 .iadv1-d{
	opacity: 1;
	padding-top: 10%;
}

.iadv1-block{
	position: absolute;
	left: 0;
	bottom: 7%;
	width: 100%;
	padding: 0 11.4%;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.iadv-1 .iadv1-block{
	opacity: 0;
}
.i-news{
	float: left;
	width: 100%;
	height: 100%;
}
.i-news .inews-l{
	float: left;
	/* width: 57.96875%; */
	/* padding: 100px 5% 0 6.25%; */
	width: 52.96875%;
	padding:0 2.969% 0 6.3025%;
}
.i-news .ipro-title{
	border-bottom: 0;
	padding-bottom: 0;
}
.inews-lt-1{
	float: left;
	width: 100%;
	margin-top: 2.96875vw;
	position: relative;
}
.inews-ld .inews-lt-1{
	margin-top: 0.52083vw;
}
.inews-lt{
	float: left;
	width: 100%;
	position: relative;
}
.inews-lt .img-box{
	/* padding-bottom: 36.83035714285714%; */
	height: auto;
	padding-bottom: 0;
}
/* .inews-ld{} */
.inews-ld .inews-lt-1{
	/* width: 48.5%; */
	width: 49.1061%;
	/* margin-right: 3%; */
	margin-right: 0;
	position: relative;
}
.inews-ld .img-box{
	/* padding-bottom: 75.86206896551724%; */
	height: auto;
	padding-bottom: 0;
}
.inews-lt-1 .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	height: auto;
	position: static;
}	
.inews-lt-1:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.inews-ld .inews-lt-1:nth-child(2n){
	margin-right: 0;
	float: right;
}
.inews-txt{
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 10%;
	width: 100%;
}
.inews-txt2{
	color: #fff;
	position: absolute;
	top: 123px;
	padding: 0 88px;
}
.inews-txt a{
	color: #fff;
}
.inews-txt .inews-t{
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.inews-txt .inews-time{
	font-size: 0.8333333333333333vw;
	line-height: 1;
	margin-top: 1.354166vw;
}

.inews-ld .inews-txt{
	padding: 0 32px;
}
.inews-ld .inews-txt2{
	padding: 0 12.5%;
	top: 50%;
	transform: translateY(-50%);
}

.i-news .inews-r{
	float: left;
	/* width: 42.03125%; */
	width: 47.03125%;
	height: 100%;
}
.i-news .inews-r .inews-rt{
	float: left;
	width: 100%;
	height: 50%;
	position: relative;
	background: #ffeff0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news .inews-ab{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 12.5% 0 12.5%;
}
.i-news .inews-r .inews-rt:nth-child(2){
	background: #ffe2e4;
}
.i-news .inews-r .inews-rt:hover{
	background: #d60011;
}
.i-news .inews-r .inews-rt .inews-rt-title{
	/* float: left; */
	width: 100%;
	font-size: 0.9375vw;
	line-height: 1;
	color: #737373;
}
.i-news .inews-r .inews-rt:hover .inews-rt-title{
	color: #fff;
}
.i-news .inews-r .inews-rt .inews-rt-d{
	margin-top: 1.354166vw;
}
.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dt{
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dt a{
	color: #333;
}
.i-news .inews-r .inews-rt:hover .inews-rt-d .inews-rt-dt a{
	color: #fff;
}
.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dp{
	font-size: 0.8333333333333333vw;
	margin-top: 0.9375vw;
	line-height: 1.87;
	color: #7a7a7a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.i-news .inews-r .inews-rt:hover .inews-rt-d .inews-rt-dp{
	color: #fff;
}
.i-con{
	position: absolute;
	left: 0;
	top: 15.625%;
	width: 100%;
	padding: 0 6.25%;
}
.icon-con{
	/* float: left; */
	/* width: 31.25%; */
	/* height: 638px; */
	padding: 25px 20px;
	/* margin-right: 3.125%; */
	width: 31.131%;
	background: rgba(214, 0, 17, 0.45);
}
.icon-con:nth-child(3n){
	margin-right: 0;
}
.icon-con .icon-c1{
	float: left;
	width: 100%;
	height: 100%;
	/* padding: 36px 48px 0 48px; */
	padding: 10.7665% 9.734% 4.144% 9.734%;
	background: #fff;
	position: relative;
}
.icon-con .icon-c1 .icon-c1t{
	font-size: 24px;
	line-height: 1;
	/* margin-bottom: 26px; */
	margin-bottom: 34px;
	font-weight: bold;
	color: #333;
}
.icon-con .icon-c1 .icon-c1form{
	float: left;
	width: 100%;
}
.icon-con .icon-c1 .icon-c1form input[type=text],
.icon-con .icon-c1 .icon-c1form textarea{
	width: 100%;
	border: 1px solid #d2d2d2;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 16px;
	font-size: 14px;
	color: #9b9b9b;
}
.icon-con .icon-c1 .icon-c1form input[type=text]::-webkit-input-placeholder{
	color: #9b9b9b;
}
.icon-con .icon-c1 .icon-c1form textarea::-webkit-input-placeholder{
	color: #9b9b9b;
}
.icon-con .icon-c1 .icon-c1form input[type=text]{
	line-height: 3.571;
}
.icon-con .icon-c1 .icon-c1form textarea{
	height: 145px;
	line-height: 1.8;
	padding-top: 12px;
	padding-bottom: 12px;
}

.icon-con .icon-c1 .icon-c1form input[type=submit]{
	width: 100%;
	line-height: 39px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #d60011;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.icon-con .icon-c1 .icon-c1form input[type=submit]:hover{
	opacity: 0.9;
}
.icon-con:nth-child(2) .icon-c1{
	background-size: 100% auto;
}

.icon-con .icon-c1 .icon-c1-p1{
	font-size:0.933335vw;
	line-height: 1.85714;
	color: #666;
	margin-top: 14px;
}
.icon-con .icon-c1 .icon-c1-a1{
	margin-top: 17px;
}
.icon-con .icon-c1 .icon-c1-a1 a{
	display: inline-block;
	width: 120px;
	height: 43px;
	line-height: 43px;
	/* font-size: 0.933335vw; */
	font-size: 18px;
	background: #d60011;
	text-align: center;
	color: #fff;
}
.icon-con .icon-c1 .icon-c1-a1 a:hover{
	opacity: 0.9;
	font-size: 16px;
	 transition: all 0.5s;
}
.icon-con .icon-c1 .icon-c1-p1img img{
	max-width:100%; height:auto !important;width:auto !important;
}
.icon-con .icon-c1 .icon-c1-t1{
	font-size: 20px;
	color: #d60011;
	font-weight: bold;
	margin-top: -10px;
}
.icon-con .icon-c1 .icon-c1-p2{
	margin-top: 22px;
	font-size: 0.933335vw;
	line-height: 2.1428571;
	color: #666;
}
.icon-con .icon-c1 .icon-c1-ewm{
	overflow: hidden;
	margin-top: 13px;
}

.icon-con .icon-c1 .icon-c1-ewm.icon-c1-ewm-2{
	right: 180px;
}

.icon-con .icon-c1 .icon-c1-ewm img{
	width: 90px;
	border: 3px solid #1256b0;
}
.icon-con .icon-c1 .icon-c1-ewm p{
	line-height: 16px;
	margin-top: 8px;
	font-size: 12px;
	color: #666;
}

.i-brand{
	width: 100%;
	padding-top: 2.29165vw;
	padding-bottom: 2.29165vw;
}
.i-brand-con{
	width: 100%;
}
.i-brand .slick-slider .slick-list{
	width: 100%;
	border: 1px solid #e5e5e5;
}
.i-brand .swiper-slide{
	float: left;
	width: 12.5%;
}

.i-brand .img-box{
	/* padding-bottom: 68.42105263157895%; */
	border: 1px solid #e5e5e5;
	padding-bottom: 0;
	height: auto;
	font-size: 0;
	overflow: hidden;
	box-sizing: border-box;
}
.i-brand .img-box img{
	/* filter: grayscale(100%); */
	filter: gray;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	height: auto;
	position: static;
}
.i-brand .img-box:hover img{
	/* filter: grayscale(0%); */
	filter: auto;
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-brand .img-box:hover{
	border: 1px solid #d60011;
}

.product{
	float: left;
	width: 100%;
	padding: 20px 0 76px 0;
}
.pro-link{
	/* display: none; */
	float: left;
	width: 100%;
	text-align: right;
}
.pro-link a{
	/* float: left; */
	display: inline-block;
	min-width: 160px;
	padding: 0 10px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 46px;
	border-radius: 24px;
	font-size: 18px;
	color: #333;
	text-align: center;
	border: 1px dashed #eee;
}
.pro-link a:hover,
.pro-link a.active{
	color: #1256b0;
	border-color: #1256b0;
}

.pro-list{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 40px;
}
.pro-list ul{
	float: left;
	width: 100%;
}
.pro-list ul li{
	float: left;
	/* width: 23.8%; */
	/* margin-right: 1.6%; */
	width: 32%;
	margin-right: 2%;
	
	/* margin-top: 30px; */
	margin-top: 36px;
	border: 1px solid #f5f3f3;
}
/* .pro-list ul li:nth-child(4n){
	margin-right: 0;
} */
.pro-list ul li:nth-child(3n){
	margin-right: 0;
}
.pro-list ul li .img-box{
	/* padding-bottom: 70.35175879396985%; */
	padding-bottom: 64.75%;
	/* border: 1px solid #eee; */
	position: relative;
}
/* .pro-list ul li:hover .img-box{
	border-color: #0070be;
} */
.pro-list ul li .img-box::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(255,255,255,0);
	content: "";
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
/* .pro-list ul li:hover .img-box::after{
	border-color: #cc2a1e;
} */
.pro-list ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.pro-list ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-list ul li .pro-li-txt{
	border-top: 3px solid #0070be;
	background: #f5f3f3;
	padding: 36px 5% 42px 5%;
/* 	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s; */
}
.pro-list ul li:hover .pro-li-txt{
	/* border-color: #f5f3f3; */
	border-color: #e70015;
}


.pro-list ul li .pro-li-txt .pro-li-t{
	/* font-size: 16px; */
	font-size: 20px;
	/* color: #333; */
	color: #0070be;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-list ul li:hover .pro-li-txt .pro-li-t{
	color: #cc2a1e;
}
.pro-list ul li .pro-li-txt .pro-li-p{
	font-size: 14px;
	line-height: 1.8;
	height: 48px;
	/* margin-top: 14px; */
	margin-top: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* .pro-list ul li:hover  .pro-li-txt{
	background: #0070be;
}
.pro-list ul li:hover  .pro-li-txt .pro-li-t{
	color: #fff;
}
.pro-list ul li:hover .pro-li-txt .pro-li-p{
	color: #fff;
} */
@media (max-width: 1440px) {
	.pro-list{
		margin-top: 30px;
	}
	.pro-link a {
		min-width: 148px;
		padding: 0 5px;
		margin-right: 5px;
		margin-top: 8px;
		line-height: 44px;
		border-radius: 22px;
		font-size: 16px;
	}
	.pro-list ul li .pro-li-txt{
		padding: 30px 5% 30px 5%;
	}
	
	
}
@media (max-width: 1199px) {
	.pro-list ul li{
		width: 48.5%;
		margin-right: 3%;
	}
	.pro-list ul li:nth-child(3n){
			margin-right: 3%;
		}
	.pro-list ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.pro-link{
		text-align: left;
	}
	.pro-list{
		margin-top: 0px;
	}
	.pro-link a {
		min-width: 100px;
		margin-right: 3px;
		margin-top: 6px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px;
	}
	.product {
		padding: 15px 0 30px 0;
	}
	.pro-list ul li{
		width: 100%;
		margin-right: 0%;
		margin-top: 15px;
	}
}


.md{
	position: absolute;
	top: -30px;
	top: -50px;
}
.md.md-1{
	top: -130px;
}


.product-details-1{
	float: left;
	width: 100%;
	padding: 54px 0 40px 0;
	font-size: 0;
}
.product-details-1 .prode-left{
	float: left;
	/* width: 61.7%; */
	width: 50%;
}
.product-details-1 .prode-left > img{
	max-width: 100%;
}
.product-details-1 .prode-left .carousel{
	display: none;
}
.product-details-1 .prode-left .slider-for{
	float: left;
	width: 75.2%;
	border: 1px solid #eee;
}
.product-details-1 .prode-left .slider-for .item .img-box{
	padding-bottom: 70.43701799485861%;
}
.product-details-1 .prode-left .slider-for .item .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	position: initial;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	max-width: initial;
}	
/* .product-details-1 .prode-left .slider-for .item:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
} */
.product-details-1 .prode-left .slider-nav{
	float: right;
	width: 21.69%;
	margin: 0px 0 0px 0;
}
.product-details-1 .prode-left .slider-nav .item .img-box{
	padding-bottom: 70.40358744394619%;
	border: 1px solid #eee;
}
.product-details-1 .prode-left .slider-nav .slick-slide.slick-current.slick-active .item .img-box{
	border: 1px solid #0070be;
}
.product-details-1 .prode-left .slider-nav .slick-list{
	margin: -16px 0;
}
.product-details-1 .prode-left .slider-nav .slick-slide{
	margin: 16px 0;
	cursor: pointer;
}
.product-details-1 .prode-left .slider-nav .slick-arrow{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 21px;
	background-size: 100% 100%!important;
	background-repeat: no-repeat!important;
}
.product-details-1 .prode-left .slider-nav .slick-arrow.slick-next{
	background: url(//cdn.myxypt.com/f2c2f8a8/22/03/db47bbf21761809bc55914d32029ee979f7fe9b9.png);
	bottom: -30px;
}
.product-details-1 .prode-left .slider-nav .slick-arrow.slick-next:hover{
	background: url(//cdn.myxypt.com/f2c2f8a8/22/03/b004d8384e3d8fee9d4c0424d427e28413eb6a05.png);
}


.product-details-1 .prode-right{
	float: right;
	/* width: 33.69%; */
	width: 45.5%;
}
.product-details-1 .prode-right .prode-t{
	float: left;
	width: 100%;
	font-size: 36px;
	color: #333;
}
.product-details-1 .prode-right .prode-p{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 2;
	margin-top: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.product-details-1 .prode-right .prode-span{
	float: left;
	width: 100%;
	/* margin-top: 32px; */
	margin-top: 12px;
}
.product-details-1 .prode-right .prode-span span{
	margin-top: 10px;
	float: left;
	width: 25%;
	padding-left: 32px;
	line-height: 20px;
	font-size: 16px;
	color: rgba(51,51,51,0.5);
	background: url(//cdn.myxypt.com/f2c2f8a8/22/03/e70df925f88a97ae9841b3529eff46d0b7725285.png) left center no-repeat;
}
.product-details-1 .prode-right .prode-del{
	float: left;
	width: 100%;
	/* margin-top: 58px; */
	margin-top: 28px;
	/* padding: 42px 0 38px 0; */
	padding: 16px 0 16px 0;
	font-size: 42px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #0070be;
}
.product-details-1 .prode-right .prode-del img{
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 16px;
}
.product-details-1 .prode-right .prode-link{
	float: left;
	width: 100%;
	/* margin-top: 84px; */
	margin-top: 24px;
	clear: both;
}
.product-details-1 .prode-right .prode-link a{
	float: left;
	padding: 0 48px;
	/* height: 52px; */
	height: 42px;
	/* line-height: 52px; */
	line-height: 42px;
	margin-right: 10px;
	/* font-size: 16px; */
	font-size: 14px;
	background: #0070be;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.product-details-1 .prode-right .prode-link a:nth-child(2){
	margin-right: 0;
	background: #7e7e7e;
}
.product-details-1 .prode-right .prode-link a:hover{
	opacity: 0.8;
}

.product-details-2{
	float: left;
	width: 100%;
}
.prde2-md{
	float: left;
	width: 100%;
	background: #f3f4f5;
	line-height: 60px;
	display: none;
}
.prde2-md a{
	float: left;
	font-size: 16px;
	padding: 0 38px;
	color: #333;
}
.prde2-md a:hover{
	color: #fff;
	background: #0070be;
}
.prde2-id1{
	float: left;
	width: 100%;
	border-bottom: 3px solid #f3f3f3;
	position: relative;
}
.prde2-t{
	font-family: 'Montserrat-Black';
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #0070be;
	text-transform: uppercase;
}
.prde2-p{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	padding: 30px 0 60px 0;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	position: relative;
	border-bottom: 2px solid #f3f4f4;
}
.product-details-2 .prde2-p:nth-child(3){
	display: none;
}
.pro-de-d{
	display: none;
	float: left;
	width: 100%;
	padding: 50px 0 70px 0;
}
.pro-de-d .pro-list ul li{
	margin-top: 20px;
}

@media (max-width: 1680px) {
	.product-details-1 .prode-right .prode-t{
		font-size: 30px;
	}
	.product-details-1 .prode-right .prode-p{
		margin-top: 16px;
	}
	.product-details-1 .prode-right .prode-span{
		margin-top: 12px;
	}
	.product-details-1 .prode-right .prode-del {
		/* margin-top: 56px; */
		margin-top: 20px;
		/* padding: 40px 0 36px 0; */
		padding: 15px 0 15px 0;
		font-size: 40px;
	}
}
@media (max-width: 1600px) {
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -15px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide{
		margin: 15px 0;
	}
	.product-details-1 .prode-right .prode-del {
		/* margin-top: 56px; */
		margin-top: 16px;
		/* padding: 30px 0 28px 0; */
		padding: 10px 0 10px 0;
		font-size: 38px;
	}
	.product-details-1 .prode-right .prode-del img{
		width: 48px;
	}
	.product-details-1 .prode-right .prode-link{
		/* margin-top: 68px; */
		margin-top: 18px;
	}
}
@media (max-width: 1440px) {
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -13px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide{
		margin: 13px 0;
	}
	/* .product-details-1 .prode-right{
		width: 35%;
	} */
	.product-details-1 .prode-right .prode-t {
	  font-size: 28px;
	}
	.product-details-1 .prode-right .prode-span span{
		width: 50%;
	}
	.product-details-1 .prode-right .prode-del img{
		width: 36px;
	}
	.product-details-1 .prode-right .prode-del {
		/* margin-top: 26px; */
		margin-top: 16px;
		/* padding: 16px 0 16px 0; */
		padding: 10px 0 10px 0;
		font-size: 24px;
	}
	.product-details-1 .prode-right .prode-link {
	  /* margin-top: 60px; */
	  margin-top: 20px;
	}
}

@media (max-width: 1366px) {
	.product-details-1 .prode-right .prode-link {
	  /* margin-top: 36px; */
	  margin-top: 16px;
	}
}
@media (max-width: 1199px) {
	.prde2-md a {
	    font-size: 14px;
	    padding: 0 15px;
	}
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -16px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide{
		margin: 16px 0;
	}
	.product-details-1 {
	    padding: 42px 0 0px 0;
	}
	.product-details-1 .prode-left{
		width: 100%;
		padding-right: 0;
	}
	.product-details-1 .prode-left img{
		max-width: 100%;
	}
	.product-details-1 .prode-right{
		width: 100%;
		padding: 30px 0%;
	}
}
@media (max-width: 991px) {
	.product-details-1 .prode-right .prode-t {
	  font-size: 24px;
	}
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -11px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide{
		margin: 11px 0;
	}
}
@media (max-width: 767px) {
	.product-details-1 {
	    padding: 20px 0 0px 0;
	}
	.product-details-1 .prode-left{
		background: none;
	}
	.product-details-1 .prode-left .slider-for{
		width: 100%;
	}
	.product-details-1 .prode-left .slider-nav{
		width: 100%;
		padding: 0 0%;
		margin: 10px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -0px -5px;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide {
	  margin: 0px 5px;
	}
	.product-details-1 .prode-right .prode-t {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.product-details-1 .prode-right .prode-link a {
		padding: 0 36px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.product-details-1 .prode-right .prode-p {
	    margin-top: 10px;
	}
	.product-details-1 .prode-right .prode-del {
		margin-top: 20px;
		padding: 12px 0 12px 0;
		font-size: 20px;
	}
	.product-details-1 .prode-right .prode-del img {
		width: 28px;
		margin-right: 8px;
	}
	.product-details-1 .prode-right .prode-link {
	  margin-top: 20px;
	}
	.prde2-md{
		width: 100%;
		line-height: 48px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.prde2-p {
		margin-top: 5px;
    padding: 5px 0 10px 0;		
	}
	.prde2-t {
	  font-size: 16px;
	}
	.prde2-id1 {
	  padding: 14px 0 14px 0;
	}
	.prde2-p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.6;
	}
	.product-details-1 .prode-right {
	    padding: 15px 0%;
	}
	.pro-de-d {
		padding: 20px 0 20px 0;
	}
}


.about-1{
	float: left;
	width: 100%;
	position: relative;
	padding: 72px 0 28px 0;
	border-bottom: 1px solid #f7f7f7;
}
.about-1 .ab1-left{
	float: left;
	width: 45.8%;
}
/* .about-1 .ab1-left .ab1-logo{
} */
.about-1 .ab1-left .ab1-p{
	display: none;
	margin-top: 26px;
	font-size: 20px;
	line-height: 2;
	color: #333;
}
.about-1 .ab1-right{
	float: right;
	width: 54.2%;
	margin-top: 90px;
	display: none;
}
.about-1 .ab1-right .ab1-r1{
	float: right;
	margin-left: 70px;
}
.about-1 .ab1-right .ab1-r1:last-child{
	margin-left: 0;
}
.about-1 .ab1-right .ab1-r1 .ab1-r1t{
	font-size: 14px;
	color: #333;
}
.about-1 .ab1-right .ab1-r1 .ab1-r1t span{
	font-size: 64px;
	margin-right: 8px;
	font-family: 'impact';
	color: #0070be;
}
.about-1 .ab1-right .ab1-r1 .ab1-r1t strong{
	font-size: 24px;
	margin-left: -8px;
	font-family: 'impact';
	color: #0070be;
}
.about-1 .ab1-right .ab1-r1 p{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}

.about-2{
	float: left;
	width: 100%;
	position: relative;
	padding: 52px 0 76px 0;
}
.about-2 .ab2-left{
	float: left;
	width: 50%;
	padding-right: 4.7%;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.about-2 .ab2-right{
	float: left;
	width: 50%;
}
.about-2 .ab2-right .video {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.about-2 .ab2-right .video img{
-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-2 .ab2-right .video:hover .video img{	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
}
.about-2 .ab2-right .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 57.61904761904762%;
	background-color: rgba(0, 0, 0, 0);
}
.about-2 .ab2-right .video .img-box .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.about-2 .ab2-right .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.about-2 .ab2-right .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.about-2 .ab2-right .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.about-2 .ab2-right .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 54px;
	height: 54px;
	-webkit-transition: all .0s;
	transition: all .0s;
	color: #fff;
	background: url(//cdn.myxypt.com/f2c2f8a8/22/03/b71edcfa4dd7f39238e0237442b46e5505d36cbd.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.about-2 .ab2-right .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.about-2 .ab2-right .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}

.title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333;
}
.bg-fa{
	background: #fafafa;
}
.about-3{
	float: left;
	width: 100%;
	position: relative;
	padding: 86px 0 74px 0;
}

.ab3-ul{
	float: left;
	width: 100%;
	margin-top: 42px;
	padding-bottom: 82px;
	position: relative;
}
.ab3-ul .slick-list{
	margin: 0 -26px;
}
/* .ab3-ul .slick-slide{
	padding: 0 26px;
	padding: 0 10px;
} */
.ab3-ul .img-box{
	padding-bottom: 141.9786096256684%;
	border: 3px solid #dcdcdc;
}
.ab3-ul p{
	margin-top: 4px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 3px solid #dcdcdc;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	display: none;
}

.ab3-ul .slick-slide:hover p{
	color: #0070be;
	border-bottom-color: #0070be;
}

.ab3-ul .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.ab3-ul .img-box:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ab3-ul .slick-arrow{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	background-color: #b6b6b6;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.ab3-ul .slick-arrow.slick-prev{
	background-image: url(//cdn.myxypt.com/f2c2f8a8/22/03/61afeb377d58d8f5184a1e301a67a45deb46bb85.png);
}
.ab3-ul .slick-arrow.slick-next{
	left: 70px;
	background-image: url(//cdn.myxypt.com/f2c2f8a8/22/03/63e632ad8e534a125826a8cfa469a7f23c7c1c8f.png);
}
.ab3-ul .slick-arrow:hover{
	background-color: #0070be;
}

.about-4{
	float: left;
	width: 100%;
	position: relative;
	padding: 66px 0 24px 0;
}
.ab4-list{
	float: left;
	width: 100%;
	margin-top: 56px;
	position: relative;
}
.ab4-list::after{
	position: absolute;
	left: 129px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #f1eeee;
	content: "";
}
.ab4-list ul{
	float: left;
	width: 100%;
}
.ab4-list ul li{
	float: left;
	width: 100%;
	margin-bottom: 56px;
	padding-left: 176px;
	position: relative;
}
.ab4-list ul li .ab4-time{
	position: absolute;
	top: 50%;
	left: 0;
	width: 137px;
	height: 100%;
	font-size: 36px;
	color: #333;
	font-family: "arial black";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.ab4-list ul li:hover .ab4-time{
	color: #0070be;
}
.ab4-list ul li .ab4-time span{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ab4-list ul li .ab4-time::after{
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #f1eeee;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 8;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	content: "";
}
.ab4-list ul li:hover .ab4-time::after{
	background: #0070be;
}
.ab4-list ul li .ab4-time::before{
	position: absolute;
	right: 7px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #f1eeee;
	z-index: 8;
	content: "";
}

.ab4-list ul li:hover .ab4-time::before{
	background: #0070be;
}

.ab4-list ul li .ab4-con{
	float: left;
	width: 100%;
	position: relative;
}
.ab4-list ul li .ab4-con .ab4-pic{
	float: left;
	width: 28.3%;
}
.ab4-list ul li .ab4-con .ab4-pic .img-box{
	padding-bottom: 57.27699530516432%;
}
.ab4-list ul li .ab4-con .ab4-pic .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.ab4-list ul li:hover .ab4-con .ab4-pic .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ab4-list ul li .ab4-con .ab4-text{
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	width: 71.7%;
	height: 100%;
	padding-left: 50px;
	font-size: 16px;
	line-height: 36px;
	border-bottom: 1px solid #f1eeee;
}
.ab4-list ul li .ab4-con .ab4-text .ab4-pCon{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1440px) {
	.about-1 {
	  padding: 60px 0 20px 0;
	}
	.about-1 .ab1-right .ab1-r1 .ab1-r1t span{
		font-size: 48px;
	}
	.about-1 .ab1-right .ab1-r1 p {
		margin-top: 15px;
		font-size: 12px;
	}
	.about-1 .ab1-left .ab1-p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	.about-2 {
		padding: 42px 0 56px 0;
	}
	.about-2 .ab2-left {
		padding-right: 4%;
		font-size: 14px;
		line-height: 1.7;
	}
	.about-3 {
		padding: 56px 0 44px 0;
	}
	.title {
	    font-size: 28px;
	}
	.ab3-ul .slick-list{
		margin: 0 -15px;
	}
	.ab3-ul .slick-slide{
		padding: 0 15px;
	}
	.about-4 {
	    padding: 46px 0 14px 0;
	}
	.ab4-list ul li .ab4-con .ab4-text{
		padding-left: 36px;
		font-size: 14px;
		line-height: 2;
	}
	.ab3-ul .slick-arrow{
		width: 48px;
		height: 48px;
	}
}
@media (max-width: 1199px) {
	.about-1 {
	  padding: 40px 0 20px 0;
	}
	.about-1 .ab1-left{
		width: 100%;
	}
	.about-1 .ab1-right{
		width: 100%;
	}
	.about-1 .ab1-right .ab1-r1{
		float: left;
		margin-left: 0;
		width: 25%;
		text-align: center;
	}
	.about-1 .ab1-right{
		margin-top: 30px;
	}
	.about-2 .ab2-left{
		width: 100%;
		padding-right: 0;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.about-2 .ab2-right{
		width: 100%;
	}
	.ab3-ul{
		padding-bottom: 68px;
	}
	.ab4-list::after{
		display: none;
	}
	.ab4-list ul li:hover .ab4-time::after {
		background: #fff;
		display: none;
	}
	.ab4-list ul li .ab4-time::after{
		display: none;
	}
	.ab4-list ul li .ab4-time::before{
		display: none;
	}
	.ab4-list ul li:hover .ab4-time {
	  color: #333;
	}
	
	.ab4-list ul li .ab4-time{
		position: relative;
		top: auto;
		left: auto;
		float: left;
		width: 100%;
		height: auto;
		font-size: 24px;
		margin-bottom: 15px;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.ab4-list ul li .ab4-time span {
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.ab4-list ul li{
		padding-left: 0;
		margin-bottom: 30px;
	}
	.ab4-list ul li .ab4-con .ab4-text {
	  padding-left: 24px;
		height: auto;
		min-height: 100%;
		width: 65%;
		line-height: 1.8;
	}
	.ab4-list ul li .ab4-con .ab4-pic{
		width: 35%;
	}
}

@media (max-width: 991px) {
	.ab4-list ul li .ab4-con .ab4-text {
		width: 100%;
	}
	.ab4-list ul li .ab4-con .ab4-pic {
		width: 100%;
	}	
	.ab4-list ul li .ab4-con .ab4-text .ab4-pCon {
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.ab4-list ul li .ab4-con .ab4-text {
		position: relative;
		top: auto;
		right: auto;
		padding: 20px 3%;
	}
	.about-1 .ab1-right .ab1-r1 .ab1-r1t span {
	  font-size: 36px;
	}
	.about-1 .ab1-right .ab1-r1 .ab1-r1t strong {
	  font-size: 18px;
	}
}

@media (max-width: 767px) {
	.title {
	  font-size: 24px;
	}
	.about-1 {
	  padding: 20px 0 20px 0;
	}
	.about-1 .ab1-left a img{
		height: 48px;
	}
	.about-1 .ab1-left .ab1-p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.6;
	}
	.about-1 .ab1-right .ab1-r1{
		width: 50%;
		margin: 10px 0;
	}
	.about-1 .ab1-right .ab1-r1 .ab1-r1t span {
	  font-size: 30px;
	}
	.about-1 .ab1-right .ab1-r1 p {
	  margin-top: 5px;
	}
	.about-1 .ab1-right {
	  margin-top: 20px;
	}
	.about-2 {
	  padding: 20px 0 20px 0;
	}
	.about-2 .ab2-left{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.about-3 {
	  padding: 30px 0 20px 0;
	}
	.ab3-ul {
		margin-top: 20px;
		padding-bottom: 50px;
	}
	.ab3-ul p{
		border-bottom-width: 2px;
	}
	.ab3-ul .slick-list{
		margin: 0 -10px;
	}
	.ab3-ul .slick-slide{
		padding: 0 10px;
	}
	.ab3-ul .img-box{
		border-width: 2px;
	}
	.ab3-ul .slick-arrow {
		width: 36px;
		height: 36px;
	}
	.ab3-ul .slick-arrow.slick-next {
	  left: 48px;
	}
	.about-4 {
	  padding: 20px 0 10px 0;
	}
	.ab4-list{
		margin-top: 20px;
	}
	.ab4-list ul li {
	  margin-bottom: 20px;
	}
	.ab4-list ul li .ab4-time{
		margin-bottom: 10px;
	}
}





.server{
	float: left;
	width: 100%;
	margin: 38px 0 58px 0;
}
.server ul{
	float: left;
	width: 100%;
}
.server ul li{
	float: left;
	width: 100%;
	background: #f8f7f7;
	position: relative;
}
.server ul li .ser-text{
	float: left;
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 42px;
}
.server ul li .ser-text .ser-t{
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.server ul li .ser-text .ser-t::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 2px;
	background: #0070be;
	content: "";
}
.server ul li .ser-text .ser-p{
	margin-top: 14px;
	font-size: 16px;
	line-height: 2;
}
.server ul li .ser-pic{
	float: left;
	width: 50%;
}
.server ul li .ser-pic .img-box{
	padding-bottom: 30.35714285714286%;
}
.server ul li .ser-pic .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.server ul li:hover .ser-pic .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.server ul li:nth-child(2n) .ser-pic{
	float: right;
}
.server ul li:nth-child(2n) .ser-text{
	right: auto;
	left: 0;
}
@media (max-width: 1440px) {
	.server ul li .ser-text{
		padding: 0 36px;
	}
	.server ul li .ser-text .ser-t {
		padding-bottom: 10px;
		font-size: 18px;
	}
	.server ul li .ser-text .ser-p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.8;
	}
}
@media (max-width: 1199px) {
	.server ul li{
		margin-top: 20px;
	}
	.server ul li .ser-text{
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		padding: 30px 5%;
	}
	.server ul li .ser-pic{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.server {
	    margin: 10px 0 20px 0;
	}
	.server ul li{
		margin-top: 15px;
	}
	.server ul li .ser-text{
		padding: 20px 4%;
	}
}


.news{
	float: left;
	width: 100%;
	padding-bottom: 56px;
}
.news ul{
	float: left;
	width: 100%;
}
.news ul li{
	float: left;
	width: 100%;
	/* background: #fff; */
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
/* .news ul li:hover{
	background: #eee;
} */
.news ul li .news-li{
	float: left;
	width: 100%;
	/* padding: 38px 0 30px 0; */
	/* border-bottom: 1px solid #eee; */
	margin-top: 50px;
	background: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}
.news ul li:hover .news-li{
	background: #eee;
}
.news ul li .news-li .news-li-pic{
	float: left;
	/* width: 21.19%;
	width: 24%; */
	width: 38%;
}
.news ul li .news-li .news-li-pic .img-box{
	padding-bottom: 61.79775280898876%;
}
.news ul li .news-li .news-li-pic .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news ul li:hover .news-li .news-li-pic .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.news ul li .news-li .news-li-txt{
	float: left;
	/* width: 78.81%; */
	/* width: 76%; */
	width: 62%;
	/* padding-left: 38px; */
	padding-left: 58px;
	padding-right: 58px;
	padding: 80px 58px;
}
.news ul li .news-li .news-li-txt .news-li-t{
	font-size: 26px;
	margin-top: 18px;
	line-height: 1.1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li .news-li .news-li-txt .news-li-t a{
	color: #333;
}
.news ul li:hover .news-li .news-li-txt .news-li-t a{
	color: #0070be;
}
.news ul li .news-li .news-li-txt .news-li-time{
	font-size: 14px;
	margin-top: 18px;
	color: #a5a5a5;
}
.news ul li .news-li .news-li-txt .news-li-p{
	font-size: 16px;
	margin-top: 22px;
	height: 56px;
	line-height: 28px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news ul li .news-li .news-li-txt .news-li-a{
	margin-top: 18px;
}
.news ul li .news-li .news-li-txt .news-li-a a{
	display: inline-block;
	width: 128px;
	height: 48px;
	line-height: 48px;
	/* padding: 0 30px; */
	font-size: 14px;
	color: #a5a5a5;
	text-align: left;
}
.news ul li .news-li .news-li-txt .news-li-a a:hover{
	text-align: center;
	background: #0070be;
	color: #fff;
}
.news ul li .news-li .news-li-txt .news-li-a a img{
	padding-bottom: 3px;
}
.news ul li .news-li .news-li-txt .news-li-a a img.block{
	display: inline-block;
	margin-left: 10px;
}
.news ul li .news-li .news-li-txt .news-li-a a img.none{
	display: none;
	margin-left: 7px;
}
.news ul li .news-li .news-li-txt .news-li-a a:hover img.block{
	display: none;
}
.news ul li .news-li .news-li-txt .news-li-a a:hover img.none{
	display: inline-block;
}
@media (max-width: 1680px) {
	.news ul li .news-li .news-li-txt .news-li-t{
		font-size: 24px;
	}
	.news ul li .news-li .news-li-txt .news-li-time{
		margin-top: 16px;
	}
	.news ul li .news-li .news-li-txt .news-li-p{
		font-size: 14px;
		margin-top: 16px;
		height: 48px;
		line-height: 24px;
	}
	.news ul li .news-li .news-li-txt .news-li-a {
	  margin-top: 16px;
	}
	.news ul li .news-li .news-li-txt .news-li-a a {
		width: 120px;
		height: 42px;
		line-height: 42px;
	}
}
@media (max-width: 1440px) {
	.news ul li .news-li{
		margin-top: 30px;
	}
	.news ul li .news-li .news-li-txt{
		/* padding-left: 50px; */
		padding: 60px 5%;
	}
	.news ul li .news-li .news-li-txt .news-li-t{
		font-size: 22px;
		margin-top: 10px;
	}
	.news ul li .news-li .news-li-txt .news-li-time {
	  margin-top: 12px;
	}
	.news ul li .news-li .news-li-txt .news-li-p{
		margin-top: 14px;
	}
	.news ul li .news-li .news-li-txt .news-li-a {
	    margin-top: 14px;
	}
}
@media (max-width: 1366px) {
	.news ul li .news-li .news-li-txt .news-li-p{
		margin-top: 10px;
	}
	.news ul li .news-li .news-li-txt .news-li-a {
	    margin-top: 10px;
	}
}
@media (max-width: 1199px) {
	.news{
		padding-bottom: 40px;
	}
	/* .news ul li .news-li .news-li-pic {
	  width: 35%;
	} */
	.news ul li .news-li .news-li-txt {
		/* width: 65%; */
		padding-left: 30px;
		padding: 30px 5%;
	}
	.news ul li .news-li .news-li-txt .news-li-t {
		font-size: 20px;
		margin-top: 8px;
	}
	.news ul li .news-li .news-li-txt .news-li-a a {
		width: 100px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
	/* .news ul li .news-li {
		padding: 30px 0 30px 0;
	} */
}

@media (max-width: 991px) {
	.news ul li .news-li .news-li-txt {
		padding: 5px 4%;
	}
}

@media (max-width: 767px) {
	.news{
		padding-bottom: 30px;
	}
	.news ul li .news-li .news-li-pic {
	  width: 100%;
	}
	.news ul li .news-li .news-li-txt {
		width: 100%;
		padding: 10px 3% 10px 3%;
	}
	.news ul li .news-li {
	  /* padding: 20px 0 20px 0; */
		margin-top: 20px;
	}
	.news ul li .news-li .news-li-txt .news-li-a {
	  margin-top: 8px;
	}
	.news ul li .news-li .news-li-txt .news-li-t {
	  font-size: 18px;
	}
}


/*新闻详情*/
.news-details{
	float: left;
	width: 100%;
	padding: 57px 0 67px 0;
}
.news-details.pd-0{
	padding-top: 0;
}
.news-details .newDe-left{
	float: left;
	width: 100%;
}
.news-details .newDe-left .newDe-t{
	float: left;
	width: 100%;
	font-size: 30px;
	padding-bottom: 14px;
	line-height: 1.5;
	color: #333;
	text-align: center;
}
.news-details .newDe-left .newDe-p{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.news-details .newDe-left .newDe-p span{
	float: none;
	display: inline-block;
	font-size: 14px;
	margin: 0 20px;
	margin-top: 10px;
	color: #a5a5a5;
}

.news-details .newDe-left .text{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 44px 0 44px 0;
	line-height: 1.8;
	color: #666;
	text-indent: 2em;
}
.news-details .newDe-left .text img {
	max-width: 800px;
	height: auto!important;
} 
.news-details .newDe-left .newDe-a{
	float: left;
	width: 100%;
}
.news-details .newDe-left .newDe-a a{
	float: left;
	width: 48%;
	line-height: 58px;
	border-radius: 29px;
	font-size: 16px;
	padding: 0 24px;
	border: 1px dashed #373737;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-details .newDe-left .newDe-a a:last-child{
	float: right;
}
.news-details .newDe-left .newDe-a a:hover{
	color: #fff;
	background: #0070be;
	border-color: #0070be;
}

.news-details .pro-list ul li{
	margin-top: 20px;
}

.prde2-t1{
	float: left;
	width: 100%;
	padding: 0 10px;
	/* margin-top: 74px; */
	margin-top: 0!important;
	line-height: 60px;
	font-size: 20px;
	background: #0070be;
	color: #fff;
}
.prde2-t1 a{
	float: right;
	font-size: 14px;
	color: #fff;
}
.prde2-t1 a:hover{
	opacity: 0.8;
}

@media (max-width: 1440px) {
	.news-details {
	  padding: 30px 0 30px 0;
	}
	.news-details .newDe-left .newDe-t {
		font-size: 24px;
		padding-bottom: 20px;
		line-height: 1.4;
	}
	.news-details .newDe-left .text {
		font-size: 14px;
		padding: 24px 0 24px 0;
		line-height: 1.8;
	}
	.news-details .newDe-left .newDe-a a {
		line-height: 48px;
		border-radius: 24px;
		font-size: 14px;
		padding: 0 20px;
	}
	.prde2-t1 {
		margin-top: 40px;
		line-height: 48px;
		font-size: 18px;
	}
	.news-details .newDe-left .newDe-p span{
		margin-right: 20px;
	}
}

@media (max-width: 1199px) {
	.news-details .newDe-left .newDe-t {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.news-details .newDe-left .newDe-p span{
		font-size: 14px;
	}
	.news-details .newDe-left .newDe-a a {
	  line-height: 40px;
	  border-radius: 20px;
	}
	
}

@media (max-width: 991px) {
	.news-details .newDe-left{
		width: 100%;
		padding: 0;
		border: 0;
	} 
	.news-details {
	    padding: 40px 0 34px 0;
	}
}
@media (max-width: 767px) {
	.news-details {
	  padding: 20px 0 20px 0;
	}
	.news-details .newDe-left .newDe-t{
		font-size: 18px;
		padding-bottom: 0;
	}
	.news-details .newDe-left .newDe-p{
		padding: 0px 0 15px 0;
	}
	.news-details .newDe-left .text {
		padding: 10px 0 20px 0;
	}
	.news-details .newDe-left .text img {
		max-width: 100%;
	} 
	.news-details .newDe-left .newDe-a a{
		width: 100%;
		margin: 5px 0;
	}
	.prde2-t1 {
		margin-top: 20px;
		line-height: 40px;
		font-size: 16px;
	}
	.prde2-t1 a{
		font-size: 12px;
	}
}

.contact{
	float: left;
	width: 100%;
	padding-bottom: 134px;
}
.con1{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 35px;
	padding: 50px 2.38% 50px 2.38%;
	background: #f8f7f7;
}

.con1 .con1-t{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.con1 .con1-t .con1-tl{
	float: left;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.con1 .con1-t .con1-tl strong{
	color: #333;
}

.con1 .con1-t .con1-tr{
	float: right;
}
.con1 .con1-t .con1-tr .con1-tr-1{
	float: left;
	text-align: center;
	margin-left: 30px;
}
.con1 .con1-t .con1-tr .con1-tr-1 img{
	border: 12px solid #eee;
}
.con1 .con1-t .con1-tr .con1-tr-1 p{
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}

.con1 .con1-d{
	float: left;
	width: 100%;
	height: 724px;
}
.map1{
	width: 100%;
	height: 100%;
}

.con2{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
	background: #f8f7f7;
	padding: 100px 2.38% 66px 2.38%;
}

.con-form{
	float: left;
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	text-align: center;
}
.con-form input[type=text]{
	font-family: 'CenturyGothic';
	float: left;
	width: 32.5%;
	line-height: 54px;
	margin-right: 1.23%;
	padding: 0 12px;
	margin-top: 22px;
	background: none;
	background: #fff;
}
.con-form input[type=text].mr0{
	margin-right: 0;
}
.con-form input[type=text].w-100{
	width: 100%;
}
.con-form textarea{
	font-family: 'CenturyGothic';
	width: 100%;
	height: 190px;
	margin-top: 22px;
	padding: 10px 12px;
	line-height: 2;
	background: #fff;
}
.con-form input[type=reset],
.con-form input[type=submit]{
	float: none;
	display: inline-block;
	padding: 0 62px;
	height: 60px;
	line-height: 60px;
	margin-top: 22px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background: #1256b0;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.con-form input[type=reset]:hover,
.con-form input[type=submit]:hover{
	opacity: 0.9;
}
@media (max-width: 1440px) {
	.con1 .con1-d{
		height: 600px;
	}
}
@media (max-width: 1199px) {
	.con1 .con1-d{
		height: 480px;
	}
	.contact {
	  padding-bottom: 64px;
	}
	.con2 {
		margin-top: 20px;
		padding: 50px 2.38% 48px 2.38%;
	}
}
@media (max-width: 991px) {
	.con1 .con1-t .con1-tl,
	.con1 .con1-t .con1-tr{
		width: 100%;
	}
	.con1 .con1-t .con1-tr{
		margin-top: 20px;
	}
	.con1 .con1-t .con1-tr .con1-tr-1{
		margin-right: 30px;
		margin-left: 0px;
	}
	.con1 {
		margin-top: 20px;
		padding: 30px 2.38% 30px 2.38%;
	}
	.con2 {
		margin-top: 10px;
		padding: 30px 2.38% 30px 2.38%;
	}
	.con-form input[type=reset],
	.con-form input[type=submit] {
		padding: 0 48px;
		height: 48px;
		line-height: 48px;
		margin-top: 18px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.con1 {
		margin-top: 20px;
		padding: 20px 2.38% 20px 2.38%;
	}
	.con1 .con1-t .con1-tr .con1-tr-1 {
    margin-right: 20px;
	}	
	.con1 .con1-t .con1-tr .con1-tr-1 img {
	  border-width: 6px;
	}
	.con1 .con1-d {
	    height: 300px;
	}
	.con2 {
		margin-top: 15px;
		padding: 20px 2.38% 20px 2.38%;
	}
	
	.con-form{
		margin-top: 10px;
	}
	.con-form input[type=text] {
		width: 100%;
		line-height: 42px;
		margin-right: 0%;
		margin-top: 8px;
	}
	.con-form textarea{
		height: 130px;
		line-height: 1.6;
		margin-top: 8px;
	}
	.con-form input[type=reset],
	.con-form input[type=submit] {
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
		font-size: 14px;
	}
	.contact {
	  padding-bottom: 30px;
	}
	.con1 .con1-t .con1-tl{
		font-size: 14px;
	}
}

.job-1{
	float: left;
	width: 100%;
	padding: 64px 0 86px 0;
}
.job-p1,
.job-p2{
	float: left;
	width: 100%;
}
.job-p1{
	font-size: 48px;
	line-height: 1.4;
}
.job-p2{
	font-size: 20px;
	line-height: 2;
	margin-top: 40px;
	padding-left: 12px;
	border-left: 2px solid #0070be;
}




.wrap-job{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.wrap-job .job{
	float: left;
	width: 100%;
}
.wrap-job .job .list{
	float: left;
	width: 100%;
}
.wrap-job .job .list > ul{
	float: left;
	width: 100%;
  overflow: hidden;
}
.wrap-job .job .list > ul > li{
	float: left;
	width: 23.8%;
	height: 262px;
	margin-right: 1.6%;
	margin-top: 30px;
	background: #f8f7f7;
}
.wrap-job .job .list > ul > li:nth-child(4n){
	margin-right: 0;
}
.wrap-job .job .list > ul > li .click{
	float: left;
	width: 100%;
	height: 100%;
}
.wrap-job .job .list > ul > li .click .apply{
	float: left;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.wrap-job .job .list > ul > li .click .apply > p{
	margin-top: 70px;
	font-size: 32px;
	color: #333;
	text-align: center;
}
.wrap-job .job .list > ul > li .click .apply > .job-ico{
	margin-top: 40px;
	text-align: center;
}
.wrap-job .job .list > ul > li .click .apply > .job-ico span{
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: #fff url(//cdn.myxypt.com/f2c2f8a8/22/03/3d4edfd85cc49a21d3839cb3193b2643a3a7f2d7.png) no-repeat;
	background-size: 100% 100%;
}



/*加载更多*/
.wrap-job .showMorehandle1{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 50px;
	text-align: center;
}
.wrap-job .showMorehandle1 a{
  display: inline-block;
	width: 240px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #0065a8;
	border: 1px solid #0065a8;
}



/*弹窗*/
.bd_weixin_popup,
.bd_weixin_popup_bg{
	z-index: 1000013!important;
}
.message{	
	position: fixed;
	z-index: 1000012;
	top: 0%;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.7); */
}
 .message .messageinfo{
	float: left;
	width: 1680px;
	height: 900px;
	padding: 52px 40px 58px 40px;
  background-color: #fff;
	border-radius: 10px;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.message .title-message{
    border-bottom: 1px solid #ddd;
}
 .message .title-message h3{
	text-align: center;
	font-size: 32px;
	padding-bottom: 36px;
	color: #333;
	line-height: 1.2;
	margin: 0;
}
.title-span{
	padding: 28px 0;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #ddd;
}
.title-span span{
	margin-right: 90px;
}
.message-con{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	max-height: 460px;
	overflow-y: auto;
}
.message-con .message-con-p{
	margin-top: 14px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 2;
}
.message-bot{
	float: left;
	width: 100%;
	padding: 28px 0 30px 0;
	border-bottom: 1px solid #ddd;
}
.message-bot .mb-t{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
}
.message-bot .mb-t a{
	color: #0070be;
}
.message-bot .mb-d{
	float: left;
	width: 100%;
	margin-top: 22px;
	height: 39px;
	line-height: 39px;
}
.message-bot .mb-d span{
	float: left;
	font-size: 16px;
	height: 39px;
	line-height: 39px;
}
.message-bot .mb-d .bdsharebuttonbox{
	float: left;
	height: 39px;
	line-height: 39px;
}
.message-bot .mb-d .bdsharebuttonbox a{
	display: inline-block;
	float: none;
	width: 39px;
	height: 39px;
	margin-left: 11px!important;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%!important;
}

.message-bot .mb-d .bdsharebuttonbox a.bds_tsina{
	background-image: url(//cdn.myxypt.com/f2c2f8a8/22/03/dc8c23c06126f2a422aa761aa342d771f4e6f9f0.png);
}
.message-bot .mb-d .bdsharebuttonbox a.bds_weixin{
	background-image: url(//cdn.myxypt.com/f2c2f8a8/22/03/dc8c23c06126f2a422aa761aa342d771f4e6f9f0.png);
}
.message-bot .mb-d .bdsharebuttonbox a.bds_sqq{
	background-image: url(//cdn.myxypt.com/f2c2f8a8/22/03/d1522d057f05576b51b693182132d81ed30cf727.png);
}
.message-bot .mb-d .bdsharebuttonbox a.bds_qzone{
	background-image: url(//cdn.myxypt.com/f2c2f8a8/22/03/2e30a8417d092af7149b2ff1133eeade87c3fbe5.png);
}

.message .m-close{
	position: absolute;
	right: 40px;
	bottom: 24px;
  cursor: pointer;
	width: 180px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 16px;
	color: #0070be;
	border: 1px solid #0070be;
	text-align: center;
}
.message .m-close .img{
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	width: 22px;
	height: 13px;
	margin-left: 7px;
	background: url(//cdn.myxypt.com/f2c2f8a8/22/03/c0ea61ef84f58206e90c5b1d7634de20f8ffd1cc.png) no-repeat;
	background-size: auto 100%;
}
.maskbg{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

@media (max-width: 1680px) {
	.message .messageinfo{
		width: 96%;
	}
}
@media (max-width: 1600px) {
	.message .messageinfo{
		padding: 40px 3% 40px 3%;
		height: 860px;
	}
	.message .title-message h3 {
		font-size: 28px;
		padding-bottom: 28px;
	}
	.title-span {
		padding: 20px 0;
		font-size: 14px;
	}
	.title-span span {
	  margin-right: 60px;
	}
	.message-con .message-con-p {
		margin-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
}
@media (max-width: 1440px) {
	.job-1 {
		padding: 44px 0 56px 0;
	}
	.job-p1 {
		font-size: 32px;
		line-height: 1.2;
	}
	.job-p2 {
		font-size: 18px;
		line-height: 1.8;
		margin-top: 30px;
		padding-left: 10px;
	}
	.wrap-job .job .list > ul > li .click .apply > p{
		font-size: 28px;
	}
	.wrap-job .job .list > ul > li .click .apply > .job-ico span{
		width: 54px;
		height: 54px;
	}
	
	.message .messageinfo{
		height: auto;
	}
	.message-bot {
	  padding: 20px 0 20px 0;
	}
	.message-bot .mb-d {
	    margin-top: 15px;
	}
	.message .messageinfo{
		padding-bottom: 100px;
	}
	.title-span span {
	    margin-right: 30px;
	}
	.message-con .message-con-p{
		font-size: 14px;
	}
	.message-con{
		max-height: 400px;
	}
	.message .title-message h3 {
		font-size: 24px;
		padding-bottom: 24px;
	}
}
@media (max-width: 1199px) {
	.wrap-job .job .list > ul > li{
		height: 200px;
	}
	.wrap-job .job .list > ul > li .click .apply > p {
	  font-size: 24px;
		margin-top: 50px;
	}
	.wrap-job .job .list > ul > li .click .apply > .job-ico{
		margin-top: 24px;
	}
	.wrap-job .job .list > ul > li .click .apply > .job-ico span {
		width: 48px;
		height: 48px;
	}
}
@media (max-width: 991px) {
	.job-1 {
	  padding: 30px 0 30px 0;
	}
	.job-p1 {
	  font-size: 28px;
	}
	.job-p2 {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 20px;
		padding-left: 12px;
		border-left-width: 1px;
	}
	.wrap-job .job .list > ul > li{
		width: 48%;
		margin-right: 4%;
	}
	.wrap-job .job .list > ul > li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.job-p1 {
	  font-size: 20px;
	}
	.job-p2 {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 14px;
		padding-left: 12px;
	}
	.wrap-job{
		margin-top: 10px;
	}
	.wrap-job .job .list > ul > li{
		margin-top: 15px;
		height: 160px;
	}
	.wrap-job .job .list > ul > li .click .apply > p{
		font-size: 20px;
		margin-top: 40px;
	}
	.wrap-job .job .list > ul > li .click .apply > .job-ico span {
		width: 40px;
		height: 40px;
	}
	.message .messageinfo {
	  padding: 20px 3% 68px 3%;
	}
	.message .title-message h3 {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.title-span{
		line-height: 1.5;
	}
	.title-span span {
	  margin-right: 15px;
	}
	.message-con .message-con-p{
		line-height: 1.6;
	}
	.title-span {
	  padding: 10px 0;
	}
	.message-bot {
	  padding: 10px 0 10px 0;
	}
	.message-bot .mb-d .bdsharebuttonbox a{
		width: 30px;
		height: 30px;
		margin-left: 5px!important;
	}
	.message-bot .mb-d .bdsharebuttonbox {
		height: 30px;
		line-height: 30px;
	}
	.message-bot .mb-d span {
		font-size: 14px;
		height: 30px;
	  line-height: 30px;
	}
	.message-bot .mb-d {
		margin-top: 12px;
		height: 30px;
		line-height: 30px;
	}
	.message .m-close {
		right: 30px;
		bottom: 20px;
		width: 140px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px;
	}
	.message .m-close .img {
	    padding-bottom: 6px;
	    width: 18px;
	    height: 12px;
	    margin-left: 6px;
	}
	.message-con {
	  max-height: 350px;
	}
	
}

.cur1{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.cur1-left{
	float: left;
	width: 53%;
}
.cur1-right{
	float: right;
	width: 42.5%;
}

.cur1-left .cur1-p1{
	padding: 49px 0;
	font-size: 16px;
	border-top: 1px dashed #d7d6d6;
	line-height: 2;
	color: #666;
}
.cur1-left .cur1-p1:last-child{
	border-bottom: 1px dashed #d7d6d6;
}

.cur2{
	float: left;
	width: 100%;
	margin-top: 115px;
	margin-bottom: 96px;
	background: #f7f6f6;
}
.cur2-li{
	float: left;
	width: 33.33%;
}
.cur2-li span{
	float: left;
	width: 100%;
}
.cur2-li .img-box{
	padding-bottom: 65.17857142857143%;
}
.cur2-li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.cur2-li:hover .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.cur2-li .cur2-li-txt{
	float: left;
	width: 100%;
	height: 365px;
	text-align: center;
}
.cur2-li .cur2-li-txt .cur2-li-t{
	float: left;
	width: 100%;
	margin-top: 116px;
	font-size: 28px;
	padding-bottom: 14px;
	font-weight: bold;
	position: relative;
	color: #333;
}
.cur2-li .cur2-li-txt .cur2-li-t::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #0070be;
	content: "";
}
.cur2-li .cur2-li-txt .cur2-li-p{
	float: left;
	width: 100%;
	padding: 0 18%;
	font-size: 16px;
	margin-top: 20px;
	line-height: 2;
	color: #333;
}

@media (max-width: 1680px) {
	.cur1-left .cur1-p1 {
		padding: 44px 0;
		font-size: 16px;
		line-height: 2;
	}
	.cur2-li .cur2-li-txt{
		height: 343px;
	}
	.cur2-li .cur2-li-txt .cur2-li-t {
		margin-top: 110px;
		font-size: 24px;
		padding-bottom: 12px;
	}
	.cur2-li .cur2-li-txt .cur2-li-p {
	    padding: 0 16%;
	    margin-top: 18px;
	}
}
@media (max-width: 1600px) {
	.cur2-li .cur2-li-txt {
	  height: 326px;
	}
	.cur1-left .cur1-p1 {
		padding: 40px 0;
		font-size: 16px;
		line-height: 2;
	}
}
@media (max-width: 1440px) {
	.cur1-left .cur1-p1 {
		padding: 36px 0;
		font-size: 14px;
		line-height: 2;
	}
	.cur2 {
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.cur2-li .cur2-li-txt {
	  height: 294px;
	}
	.cur2-li .cur2-li-txt .cur2-li-t {
		margin-top: 90px;
		font-size: 20px;
		padding-bottom: 10px;
	}
}
@media (max-width: 1400px) {
	.cur1-left .cur1-p1 {
	  padding: 34px 0;
	}
	.cur2-li .cur2-li-txt {
	  height: 285px;
	}
}
@media (max-width: 1366px) {
	.cur2-li .cur2-li-txt {
	  height: 278px;
	}
	.cur1-left .cur1-p1 {
	  padding: 32px 0;
	}
	.cur2-li .cur2-li-txt .cur2-li-t{
		margin-top: 80px;
	}
	.cur2-li .cur2-li-txt .cur2-li-p{
		font-size: 14px;
		line-height: 1.8;
	}
}
@media (max-width: 1199px) {
	.cur1{
		margin-top: 40px;
	}
	.cur1-left,
	.cur1-right{
		width: 100%;
	}
	.cur2 {
		margin-top: 40px;
		margin-bottom: 40px;
		background: none;
	}
	.cur1-right img{
		width: 100%;
	}
	.cur2-li{
		width: 100%;
		margin-top: 20px;
		background: #f7f6f6;
	}
}
@media (max-width: 767px) {
	.cur1 {
	  margin-top: 20px;
	}
	.cur1-left .cur1-p1 {
		padding: 18px 0;
		line-height: 1.8;
	}
	.cur2 {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.cur2-li .cur2-li-txt {
	  height: 253px;
	}
	.cur2-li .cur2-li-txt .cur2-li-t {
	    margin-top: 68px;
	}
	.cur2-li .cur2-li-txt .cur2-li-t::after{
		width: 40px;
	}
	
}

.video-list{
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.video-list ul{
	float: left;
	width: 100%;
}
.video-list ul li{
	float: left;
	width: 32.1%;
	margin-right: 1.85%;
	margin-top: 50px;
	padding-bottom: 10px;
}
.video-list ul li:nth-child(3n){
	margin-right: 0;
}
.video-text{
	float: left;
	width: 100%;
}
.video-text .video-t{
	font-size: 24px;
	margin-top: 24px;
	line-height: 1.1;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.video-text .video-p{
	font-size: 16px;
	margin-top: 18px;
	height: 64px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.video-list .video {
	float: left;
	width: 100%;
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
}
.video-list .video img{
-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.video-list .video:hover .video img{	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
}
.video-list .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 57.61904761904762%;
	background-color: rgba(0, 0, 0, 0);
}
.video-list .video .img-box .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.video-list .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.video-list .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.video-list .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.video-list .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 70px;
	height: 70px;
	-webkit-transition: all .0s;
	transition: all .0s;
	color: #fff;
	background: url(//cdn.myxypt.com/f2c2f8a8/22/03/b71edcfa4dd7f39238e0237442b46e5505d36cbd.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-list .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.video-list .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1440px) {
	.video-list ul li{
		margin-top: 30px;
	}
	.video-list .video .play{
		width: 58px;
		height: 58px;
	}
	.video-text .video-t {
	  font-size: 18px;
	  margin-top: 20px;
	}
	.video-text .video-p {
		font-size: 14px;
		margin-top: 12px;
		height: 56px;
		line-height: 28px;
	}
}
@media (max-width: 1199px) {
	.video-list ul li{
		width: 48%;
		margin-right: 4%;
	}
	.video-list ul li:nth-child(3n){
		margin-right: 4%;
	}
	.video-list ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.video-list ul li{
		width: 100%;
		margin-right: 0%;
	}
	.video-list ul li:nth-child(3n){
		margin-right: 0%;
	}
	.video-list ul li {
	    margin-top: 20px;
	}
	.video-list{
		padding-bottom: 30px;
	}
}
.app{
	float: left;
	width: 100%;
	padding: 30px 0 60px 0;
}
.app ul{
	float: left;
	width: 100%;
}
.app ul li{
	float: left;
	width: 100%;
	line-height: 66px;
	margin-top: 14px;
	background: #f5f5f5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.app ul li > a{
	float: left;
	max-width: 70%;
	font-size: 18px;
	padding-left: 20px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.app ul li > .arr-right{
	float: right;
}
.app ul li > .arr-right span,
.app ul li > .arr-right a{
	font-size: 14px;
	margin-right: 24px;
	color: #bebdbd;
}
.app ul li:hover{
	background: #0070be;
}
.app ul li:hover > a,
.app ul li:hover > .arr-right span,
.app ul li:hover > .arr-right a{
	color: #fff;
}	
@media (max-width: 1199px) {
	.app ul li {
		line-height: 54px;
		margin-top: 12px;
	}
	.app ul li > a {
	  font-size: 16px;
	}
}
@media (max-width: 767px) {
	.app {
	  padding: 20px 0 30px 0;
	}
	.app ul li > a{
		font-size: 14px;
		max-width: 74%;
		padding-left: 15px;
	}
	.app ul li > .arr-right span{
		display: none;
	}
	.app ul li > .arr-right span, .app ul li > .arr-right a {
		margin-right: 12px;
	}
}

.iadv{
	z-index: 9;
}
.i-advantage .bd ul{
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.i-advantage .bd ul.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}

.prde2-list{
	float: left;
	width: 100%;
	padding: 50px 0 60px 0;
}
.prde2-list ul{
	float: left;
	width: 100%;
}
.prde2-list ul li{
	float: left;
	width: 15.9%;
	margin-right: 0.92%;
	margin-top: 18px;
	padding: 8px;
	background: #f0f0f0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.prde2-list ul li:hover{
	background: #0070be;
}
.prde2-list ul li:nth-child(6n){
	margin-right: 0;
}
.prde2-list ul li .img-box{
	padding-bottom: 65.87301587301587%;
}
.prde2-list ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.prde2-list ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.prde2-list ul li p{
	margin-top: 8px;
	font-size: 16px;
	line-height: 2;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prde2-list ul li:hover p{
	color: #fff;
}
@media (max-width: 1440px) {
	.prde2-list ul li{
		padding: 6px;
	}
	.prde2-list ul li p {
		margin-top: 6px;
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.prde2-list ul li{
		width: 32%;
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(6n){
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(3n){
		margin-right: 0%;
	}
}
@media (max-width: 767px) {
	.prde2-list ul li{
		width: 49%;
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(6n){
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(3n){
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.prde2-list {
	    padding: 20px 0 20px 0;
	}
	.prde2-list ul li{
		margin-top: 10px;
	}
	.prde2-list ul li p {
	    margin-top: 4px;
	    font-size: 12px;
	}
}

.cpbtw{
	position: relative;
}
.link-one{
	position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #d60011;
    background-color: #d60011;
    width: 9vw;
    text-align: center;
}
.link-one a{
	display: inline-block;
	line-height: 2.6875;
	font-size: 0.833333333333vw;
	
	color: #fff;
	
}
.link-one:hover a{
	padding-left: 30px;
} 
/* .link-one a:first-child{
	margin-left: 0;
} */


.link-two{
	float: left;
	width: 100%;
	/* margin-top: 50px; */
	margin-top: 2.6041666vw;
}
.link-two .linkTwo-left{
	float: left;
	width: 18.1548%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
	border-bottom: 9px solid #d60011;
}
.link-two .linkTwo-left .linkTwo-lT{
	background: #d60011;
	font-size: 1.354166vw;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	padding: 1.45833vw 0;
}
.link-two .linkTwo-left .linkTwo-lUl{
	float: left;
	width: 100%;
}
.link-two .linkTwo-left .linkTwo-lUl ul{
	background: #fff;
}
.link-two .linkTwo-left .linkTwo-lUl ul li{
	border-top: 1px solid #eeeeee;
}
.link-two .linkTwo-left .linkTwo-lUl ul li>a{
	display: block;
	background-position: 92% center;
	font-size:  0.9rem;
	font-weight: normal;
	line-height: 1.22222;
	padding: 0.9895833vw 0;
	/* line-height: 3rem; */
	color: #000000;
	padding-left: 31%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(//cdn.myxypt.com/ec3eb640/22/07/f5925045a159217522e2c5ba4456d1aeb3885948.png) no-repeat 11% center;
}
.link-two .linkTwo-left .linkTwo-lUl ul li>a:hover{
	color: #d60011;
}
.link-two .linkTwo-left .linkTwo-lUl ul li.cur>a{
	color: #d60011;
}
.link-two .linkTwo-left .linkTwo-lUl ul li:nth-child(1) .cpflej{
display: block!important;
}
.cpflej{
	padding: 9px 0;
}
.cpflej a{
	display: block;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.875;
	/* line-height: 1.5rem; */
	color: #666666;
	padding-left: 31%;
}

/* .link-two .linkTwo-left .linkTwo-lT,
.link-two .linkTwo-left .linkTwo-lUl ul li a{
	padding-left: 26px;
} */

.link-two .linkTwo-right{
	float: right;
	width: 80.17857%;
}
.link-two .linkTwo-right ul{
	float: left;
	width: 100%;
}
.link-two .linkTwo-right ul li{
	float: left;
	width: 24.0535%;
	margin-right: 1.262%;
	margin-bottom: 1.857%;
}
.link-two .linkTwo-right ul li:nth-child(4n){
	margin-right: 0;
}
.link-two .linkTwo-right ul li .img-box{
	padding-bottom: 64.85623003194888%;
}
.link-two .linkTwo-right ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.link-two .linkTwo-right ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.link-two .linkTwo-right ul li .img-box::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(204,42,30,0.9);
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fefefe;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.link-two .linkTwo-right ul li:hover .img-box::after,
.link-two .linkTwo-right ul li:hover .img-box .linkTwo-r-txt{
	opacity: 1;
}
.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt p{
	font-size: 16px;
	padding: 0 10px;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt span{
	display: inline-block;
	margin-top: 30px;
	width: 140px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	text-align: center;
	border: 1px dashed #fff;
}


.link-two .linkTwo-right ul li .p1{
	font-size: 17px;
	line-height: 21px;
	margin-top: 7.72%;
	text-align: center;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.com_img1{
	display: block;
	font-size: 0;
	width: 100%;
	overflow: hidden;
}
.link-two .linkTwo-right ul li img{
	width: 100%;
	transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;
}
.link-two .linkTwo-right ul li:hover img{
	transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);
}
.link-two .linkTwo-right ul li:hover .p1{
	color: #d60011;
}
.link-two .linkTwo-right .linkTwo-link{
	float: left;
	width: 100%;
	text-align: center;
}
.link-two .linkTwo-right .linkTwo-link a{
	display: inline-block;
	width: 148px;
	height: 48px;
	line-height: 48px;
	background: #1256b0;
	color: #fff;
	text-align: center;
}
.link-two .linkTwo-right .linkTwo-link a:hover{
	opacity: 0.8;
}

/* 小屏头底样式 */
@media(max-width: 991px){
	body{
		padding-top: 60px!important;
	}
}
@media(max-width: 768px){
	body{
		padding-bottom: 50px!important;
	}
}
/* 头部 */
.x-banner{
	margin-top: 115px;
}
.i-product{
	margin-top: 78px;
}
/* .i-about{
	margin-top: 115px;
} */
.i-news .inews-l{
	margin-top: 60px;
}
@media(max-width: 1400px){
	.x-banner{
		margin-top: 100px;
	}
	.i-product{
		margin-top: 100px;
	}
	/* .i-about{
		margin-top: 100px;
	} */
	.ysbt{
		top: 100px;
	}
	.i-news .inews-l{
		margin-top: 100px;
	}
}
@media(max-width: 1199px){
	.i-product{
		margin-top: 4%;
	}
	.i-about{
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.ysbt{
		top: 6.74%;
	}
	.i-news .inews-l{
		margin-top: 4%;
	}
}
@media(max-width: 991px){
	.x-banner{
		margin-top: 0;
	}
}
/* 产品中心 */
.cpflej a:hover{
	color: #d60011;
}
@media(max-width: 991px){
	/* 产品标题 */
	.ipro-title font{
		font-size: 42px;
	}
	.ipro-title span{
		font-size: 26px;
	}
	.link-one a{
		font-size: 14px;
		line-height: 2;
	}
	/* 产品分类+产品图文 */
	.link-two .linkTwo-left{
		width: 100%;
	}
	.link-two .linkTwo-left .linkTwo-lT{
		font-size: 24px;
	}
	.link-two .linkTwo-right{
		width: 100%;
		margin-top: 15px;
	}
	.link-two .linkTwo-left .linkTwo-lUl ul li>a{
		font-size: 18px;
		padding: 10px 0;
		padding-left: 60px;
		background: url(//cdn.myxypt.com/ec3eb640/22/07/f5925045a159217522e2c5ba4456d1aeb3885948.png) no-repeat 35px center;
	}
	.cpflej a{
		font-size: 16px;
		padding-left: 60px;
	}
	.link-two .linkTwo-right ul li .p1{
		font-size: 15px;
	}
}
@media(max-width: 768px){
	.i-product{
		margin: 25px 0;
	}
	/* 产品标题 */
	.ipro-title font{
		font-family: Arial;
		font-weight: bold;
		letter-spacing: -2px;
	}
	.ipro-title{
		padding-bottom: 10px;
	}
	.link-two .linkTwo-left .linkTwo-lT{
		padding: 10px 0;
	}
	.link-one {
   
    margin-top: 15px;
    width: 100px;
}
	.link-one a{
		padding: 0 10px;
	}
	.link-one:hover a{
	padding: 0px;
} 

	/* 产品分类+产品图文 */
	.link-two .linkTwo-right ul li{
		width: 49.369%;
	}
	.link-two .linkTwo-right ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media(max-width:640px){
	.ipro-title font{
		font-size: 36px;
	}
	.ipro-title span{
		font-size: 22px;
	}
	.link-one a{
		font-size: 14px;
		line-height: 2;
	}
}
@media(max-width: 468px){
	/* 产品标题 */
	
	.ipro-title font{
		font-size: 32px;
	}
	.ipro-title span{
		font-size: 20px;
	}
	/* 产品分类+产品图文 */
	.link-two .linkTwo-left .linkTwo-lT{
		font-size: 18px;
	}
	.link-two .linkTwo-left .linkTwo-lUl ul li>a{
		font-size: 16px;
	}
	.cpflej a{
		font-size: 14px;
	}
}
/* 关于我们 */
@media (max-width: 1440px){
	.i-about .iab-d .iab-dl .iab-dl-a a::after, .i-about .iab-d .iab-dl .iab-dl-a a::before{
		height: 50px;
		width: 188px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a a{
		width: 200px;
		height: 64px;	
		line-height: 64px;
		font-size: 14px;
	}
}
@media(max-width: 1199px){
	.i-about .iab-t{
		margin-top: 0;
	}
}
@media (max-width: 991px){
	.i-about .iab-t{
		padding-bottom: 15px;
	}
	.i-about .iab-t .iab-t1{
		font-size: 36px;
	}
	.i-about .iab-t .iab-t2{
		font-size: 18px;
	}
	.i-about .iab-d .iab-dl{
		width: 100%;
	}
	.i-about .iab-d .iab-dl .iab-dl-p{
		margin-top: 3%;
		font-size: 14px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a{
		margin-top: 3%;
	}
	.i-about .iab-d .iab-dr{
		width: 100%;
	}
	.i-about .iab-d .iab-dr .iab-dr-1::after{
		display: none;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 a h3{
		font-size: 18px;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 a h4{
		font-size: 18px;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 a .nr2{
		padding-top:10%;
		padding-bottom: 10%;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 a h5{
		font-size: 12px;
		margin-top: 2%;
	}
}
@media (max-width: 768px){
	.i-about{
		margin:25px 0;
	}
	.i-about .iab-d .iab-dl .iab-dl-a a::after, .i-about .iab-d .iab-dl .iab-dl-a a::before{
		height: 46px;
		width: 172px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a a{
		width: 180px;
		height: 54px;	
		line-height: 54px;
		font-size: 14px;
	}
}
@media (max-width: 640px){
	.i-about .iab-d .iab-dr .iab-dr-1 a .det2{
		height: auto;
	}
}
@media (max-width: 468px){
	.i-about .iab-t .iab-t1{
		font-size: 32px;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 a h3{
		font-size: 16px;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 a .img2 img{
		height: 30px;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 a .det2{
		display: none;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 a:hover .mask{
		display: block;
	}
}

/* 我们的优势 */
@media(max-width: 991px){
	.i-advantage {
		background: url("//cdn.myxypt.com/ec3eb640/22/07/307f362d36e6b206be74d93048c53926db01bd7c.jpg") no-repeat;
		background-size: cover;
		padding: 10px 15px;
	}
	.i-advantage::before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background:rgba(214, 0, 17, 0.4);
		position: absolute;
		left: 0;
		top: 0;
	}
	.ystp{
		/* display: none; */
	}
	.ysbt{
		position: relative;
	}
    .i-advantage img{
        display: none;
    }
    .iadv-1{
        width: 100%;
    }
	
    .iadv{
        position: relative;
    }
	.iadv1-block{
		position: static;
		display: none;
	}
	.iadv-1 .iadv1-d{
		position: static;
		opacity: 1;
		transform: translateY(0);
	}
	.iadv-1{
		margin: 5px 0;
		background: rgba(214, 0, 17, 0);
		border: 1px solid rgba(255,255,255,0.3);
	}
	.iadv-1:hover{
		background: rgba(214, 0, 17,0);
	}
	.iadv-1::after {
		content: "";
	}
	.iadv-1::after {
		width: 100%;
		height: 100%;
		display: none;
	}
	.iadv-1:hover .iadv1-d{
		padding-top: 15px
	}
	.iadv-1 .iadv1-d{
		padding: 15px 3%;
	}
	.ysbt{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ysbt h3{
		font-size: 26px;
	}
	.ysbt h4{
		font-size: 14px;
		margin-top: 10px;
	}
	.iadv1-dc{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.iadv1-dc::after{
		width: 100px;
    	height: 3px;
	}
	.iadv1-de{
		margin-top: 10px;
		font-size: 20px;
	}
	.iadv-1 .iadv1-d .iadv1-dp{
		font-size: 14px;
		margin-top: 10px;
	}
}
@media (max-width: 468px){
	.ysbt h3{
		font-size: 24px;
	}
}
/* 新闻中心 */
@media(max-width: 1199px){
	.i-news .inews-r{
		overflow: hidden;
		position: absolute;
		height: 100%;
		right: 0;
	}
	.i-news{
		padding-bottom: 4%;
	}
	
}
@media(max-width: 991px){
	.i-news .inews-l{
		width: 100%;
		padding: 0 15px;
	}
	.i-news .inews-r{
		width: 100%;
		position: static;
		height: auto;
		padding: 0 15px;
		margin-top: 15px;
	}
	.i-news .inews-r .inews-rt{
		position: static;
		padding: 20px 0;
	}
	.i-news .inews-ab{
		position: static;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
		padding: 0 5%;
	}
	.inews-txt h3{
		font-size: 16px;
	}
	.inews-txt h3::after{
		margin-top: 10px;
	}
	.inews-txt .xwbt1{
		font-size: 18px;
	}
	.inews-txt .xwbt2{
		font-size: 18px;
	}
	.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dt .xwbt3{
		font-size: 18px;
	}
	.inews-txt .inews-time{
		font-size: 14px;
	}
	.i-news .inews-r .inews-rt .inews-rt-title{
		font-size: 16px;
	}
	.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dp{
		font-size: 14px;
	}
	.i-news .inews-r .inews-rt .inews-rt-d .xwgd{
		width: 100px;
		font-size: 12px;
		line-height: 2.6;
	}
}
@media(max-width: 768px){
	.i-news .inews-l{
		margin-top: 25px;
	}
	.i-news{
		padding-bottom: 25px;
	}
}
@media(max-width: 468px){
    .inews-txt h3{
        margin-bottom: 10px;
    }
	.inews-lt-1{
		margin-top: 15px;
	}
    .inews-txt .inews-time{
        margin-top: 5px;
    }
    .inews-ld .inews-lt-1 .inews-time{
        margin-top: 5px;
    }
    .i-news .inews-r .inews-rt .inews-rt-d{
        margin-top: 10px;
    }
    .i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dp{
        margin-top: 10px;
    }
    .i-news .inews-r .inews-rt .inews-rt-d .xwgd{
        margin-top: 10px;
    }
}
/* 在线咨询 */
@media(max-width: 1400px){
	.icon-con{
		width: 32%;
	}
	.icon-con .icon-c1 .icon-c1t{
		margin-bottom: 10px;
	}
	.icon-con .icon-c1 .icon-c1form input[type=text], .icon-con .icon-c1 .icon-c1form textarea{
		margin-bottom: 8px;
	}
	#message-form #checkcode{
		margin-bottom: 8px;
	}
	.icon-con .icon-c1 .icon-c1-a1{
		margin-top: 10px;
	}
	.icon-c1-p1img{
		margin-top: 10px;
	}
	.icon-con .icon-c1 .icon-c1-t1{
		margin-top: 0;
	}
	.icon-con .icon-c1 .icon-c1-p2{
		margin-top: 10px;
	}
	.icon-con .icon-c1 .icon-c1-ewm{
		margin-top: 8px;
	}
	.icon-con .icon-c1 .icon-c1form textarea{
		height: 100px;
	}
	.icon-con .icon-c1{
		padding: 6% 5%;
	}
	.icon-con .icon-c1 .icon-c1-ewm{
		width: 100%;
		height: 150px;
	}
}
@media(max-width:1199px){
	.i-con.zxzx{
		position: static;
		transform: translateY(0);
		background: url(//cdn.myxypt.com/ec3eb640/22/07/38d4c9eded1f153fbab7540602a6361c00760191.jpg) no-repeat center;
		background-size: cover;
		padding: 4% 0;
	}
	.zxzxw .zxzxdtp{
		display: none;
	}
	.icon-con .icon-c1 .icon-c1-p1img img{
		display: block;
	}
}
@media(max-width: 991px){
	.zxzxw .zxzxdtp{
		display: none;
	}
	.icon-con{
		width: 100%;
		margin: 8px 0;
		padding: 15px;
	}
	.icon-con .icon-c1{
		padding: 15px;
	}
}
@media(max-width: 768px){
	.i-con.zxzx{
		padding: 15px 0;
	}
	.icon-con .icon-c1 .icon-c1t{
		font-size: 18px;
	}
	.icon-con .icon-c1 .icon-c1form input[type=text]{
		line-height: 30px;
	}
	.icon-con .icon-c1 .icon-c1-t1{
		font-size: 16px;
	}
	.icon-con{
		margin:5px 0;
	}
	.icon-con .icon-c1 .icon-c1-p1{
		font-size: 16px;
	}
	.icon-con .icon-c1 .icon-c1-p2{
		font-size: 16px;
	}
}
/* foot */
@media(max-width: 1400px){
	.foot-dR{
		width: 20%;
	}
}
@media(max-width: 1199px){
	.foot-dL-t, .foot-dL-a{
		font-size: 14px;
	}
	.foot-dL-a a{
		font-size: 14px;
	}
	.foot-dL-tel{
		margin-top: 10px;
	}
	.foot-dL-a{
		margin-top: 10px;
	}
}
@media(max-width: 991px){
	.foot-dL-a{
		display: none;
	}
	.foot-dR{
		width: 25%;
	}
}
@media(max-width: 768px){
	.i-brand{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.foot-d{
		padding: 20px 0;
	}
	.foot-dL{
		width: 100%;
	}
	.foot-dR{
		width: 80%;
		float: left;
		margin-top: 10px;
	}
}



/*
-------------------*/

