@charset "UTF-8";
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #d00200;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.swiper-pagination-bullet-active{
	background: #ce0100 !important;
}
.container.index{
	width: 96%;
	max-width: 1480px;
}

/* head */
.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch span{
	width: 10%;
	float: left;
	height: 50px;
	text-align: right;
	padding-right: 5px;
	line-height: 50px;
	cursor: pointer;
}
.headSearch span i{
	font-size: 24px;
	color: #333;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}
.closeHs i{
	font-size: 28px;
	color: #d00200;
}
.head{
	width: 100%;
	padding: 17px 0 23px;
	background: rgba(255,255,255,0);
	z-index: 1009; 
	transition: all .5s ease;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
} 
.head .container{
	width: 96%;
	max-width: 1830px;
}
.head.fixedbg
{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	/* padding: 12px 0; */ 
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	border-bottom: 1px solid #efefef;
	transition: all .5s ease;
}
.head.ny{
	background: rgba(255,255,255,1);
	position: relative;
	transition: all .5s ease;
}
.head.ny.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	/* padding: 12px 0; */ 
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	border-bottom: 1px solid #efefef;
	transition: all .5s ease;
}
.head .Logo{
	float: left;
}
.head .Logo .hidden{
	display: none;
}


.head-sub-menu-warp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 60px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	transition: all .5s ease;
}
.head .WebLink li:hover .head-sub-menu-warp{
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	transition: all .5s ease;
}
.head-sub-menu-warp .container{
	max-width: 1480px;
}
.head-sub-menu-warp .top-line{
	width: 100%;
	height: 36px;
}
.head.fixedbg .head-sub-menu-warp .top-line{
	height: 36px;
}
.head-sub-menu{
	/*	padding: 65px 0 0 0;*/
	padding: 30px 0 0 0;
	background: #fff;
	/*
	height: 500px;
	overflow-y: auto; 
*/
	border-top: 1px solid #f1f1f1;
	}
.head-sub-menu .hd{
	width: 18%;
	float: left;
}
.head-sub-menu .hd ul li{
	/* text-align: center; */
	margin-left: 0;
	display: block;
	width: 100%;
	line-height: 32px;
	/*	margin-bottom: 10px;*/
}
.head-sub-menu .hd ul li a{
	display: block;
}
.head-sub-menu .hd ul li.on a{
	color: #d81e06;
}
.head-sub-menu .bd{
	width: 80%;
	float: right;
}
.topProSwiper{
	padding-bottom: 50px;
}
.topProSwiper .swiper-slide .pic{
	/* border: 1px solid #ccc; */
	background: #fff;
	padding: 10px;
}
.topProSwiper .swiper-slide p{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-top: 8px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.topProSwiper .swiper-slide:hover p{
	color: #d81e06;
}

.head-sub-menu2{
	line-height: 65px;
	background: #f4f4f4;
	text-align: center;
}
.head-sub-menu2 a{
	display: inline-block;
	font-size: 15px;
	padding: 0 25px;
}
.head-sub-menu2 a:hover{
	color: #d00200;
}
.head-sub-menu .isClass{
	width: 70%;
	float: right;
	overflow: hidden;
}
.head-sub-menu .isClass .item{ 
	float: left;
	margin-bottom: 15px;
	margin-left: 70px;
}
.head-sub-menu .isClass .item h4{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
}
.head-sub-menu .isClass .item .link{
	margin-top: 16px; 
}
.head-sub-menu .isClass .item .link a{
	display: block;
	font-size: 15px;
	color: #666666;
	line-height: 32px;
	padding-right: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.head-sub-menu .isClass .item .link a:hover{
	color: #d20401;
}
.head-sub-menu .isInfo{
	width: 27.23%;
	float: left; 
	margin-bottom: 65px;
}
.head-sub-menu .isInfo .pic img{
	display: block;
	width: 100%;
}
.head-sub-menu .isInfo .info{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 38px;
}

.WebLink{
	float: left;
	margin-left: 22px;
	margin-top: 19px;
}
.WebLink > li{
	float: left;
	margin-left: 80px;
}
.WebLink >  li > a::after{
	content: "";
	width: 1px;
	height: 15px;
	border-left: 1px dashed rgba(255,255,255,0.2);
	position: absolute;
	top: 4px;
	left: -39px;
}
.head.fixedbg li > a::after,
.head.ny li > a::after{
	border-left: 1px dashed #b6b6b6;
}
.WebLink >  li:first-child > a::after{
	display: none;
}
/*
.WebLink >  li::before{
	content: "";
	position: absolute;
	width: 9px;
	height: 7px;
	background: #d20401;
	left: 14px;
	top: 8px;
	z-index: 2;
	opacity: 0;
	transition: all .5s ease;
}
.WebLink li:hover::before,
.WebLink li.on::before{
	opacity: 1;
	width: 29px;
	left: -14px;
	transition: all .5s ease;
}
*/
.WebLink >  li > a{
	font-size: 18px;
	color: #fff;
	display: block;
	line-height: 25px;
	position: relative;
	z-index: 22;
}
.WebLink >  li:hover > a,
.WebLink >  li.on > a{
	color: #d20401;
}
.head.fixedbg .WebLink li > a,
.head.ny .WebLink li > a{
	color: #555;
}
.head.fixedbg .WebLink li:hover > a,
.head.ny .WebLink li:hover > a{
	color: #d20401;
}
.head.fixedbg .WebLink li.on > a,
.head.ny .WebLink li.on > a{
	color: #d20401;
}
.head-language{
	position: absolute;
	right:20px;
	top: 0;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.1);
	width: 206px; 
	align-items: center;
	text-align: center; 
	line-height: 95px;
	cursor: pointer;
	font-family: arial;
	font-size: 15px;
	color: #fff;
	transition: all .5s ease;
	padding-left: 20px;
}
.head-language a{
	display: block;
	color: #fff;
}
.head-language:hover
.head-language:hover a{ 
	color: #d00200 !important;
	transition: all .5s ease;
}
.head.fixedbg .head-language,
.head.ny .head-language{
	color: #555555;
	border-left: 1px solid #efefef;
	transition: all .5s ease;
}
.head.fixedbg .head-language a,
.head.ny .head-language a{
	color: #555555; 
}
.head-language i{
	margin-left: 10px;
}
.head-search{
	position: absolute;
	width: 106px;
	line-height: 95px;
	text-align: center;
	right: 0;
	top: 0;
	border-left: 1px solid rgba(255,255,255,0.1);
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	transition: all .5s ease;
}
.head-search:hover{
	background: #d00200;
	color: #fff;
	transition: all .5s ease;
}
.head.fixedbg .head-search,
.head.ny .head-search{
	background: #d00200;
	border-left: 1px solid #d00200;
	transition: all .5s ease;
}

/*fp-nav*/


/* banner */
#container1{
	width: 100%;
	height: 100%;
	position: relative;
}
#container1 .swiper-slide{
	width: 100%;
	position: relative;
}
.banner_mouse {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -11.5px;
	z-index: 2;
	margin-top: 50px;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@-webkit-keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}

@keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}
.banner-jtbox{
	width:80%;
	position: absolute;
	bottom: 28%;
	left:10%;
}
#bannerN,
#bannerP{
	top: 0;
	margin-top: 0;
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 100%;
}
#bannerN{
	background: url(../images/banner-N.png) no-repeat center center;
	transition: all .5s ease;
	right: 0;
}
#bannerN:hover{
	background: #d00200 url(../images/banner-N.png) no-repeat center center;
	border: 1px solid #d00200;
	transition: all .5s ease;
}
#bannerP{
	background: url(../images/banner-P.png) no-repeat center center;
	left: 0;
	transition: all .5s ease;
}
#bannerP:hover{
	background: #d00200 url(../images/banner-P.png) no-repeat center center;
	border: 1px solid #d00200;
	transition: all .5s ease;
}
#pagination1{
	width: auto;
	left: 10%;
	bottom: 28%;
	display: none;
}
#pagination1 .swiper-pagination-bullet{
	display: block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	font-family: helev;
	color: #fff;
	line-height: 45px;
	font-size: 18px; 
	opacity: 0.5;
	transition: all .5s ease;
}
#pagination1 .swiper-pagination-bullet-active{
	opacity: 1;
	font-size: 22px;
	background: none !important;
	transition: all .5s ease;
}

/* indexAbout */
.indexAbout{
	width: 100%;
	position: relative;
	height: 100%;
	/* background: url(../images/sy-abt-r-back.jpg) no-repeat right bottom; */
	background-color: #EFEFEF;
	background-size: 50%;
	position: relative;
}
.indexAbout .container{
	max-width: 1445px;
}
.indexAbout .sy-abt-video{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
.indexAbout .sy-abt-video img{
	display: block;
	width: 100%;
	height: 100vh;
}
.indexAbout .sy-abt-video::after{
	content: "";
	position: absolute;
	width: 168px;
	height: 168px;
	background: url(../images/v-play-ico1.png) no-repeat center center;
	top: 50%;
	margin-top: -84px;
	left: 50%;
	margin-left: -84px;
	cursor: pointer;
}
.sy-abt-right{
	width: 44.429065743%;
	float: left;
	padding: 195px 0 0 0;
}
.sy-abt-right .titEn{
	font-family: Microsoft Yahei;
	font-size: 24px;
	color: #d00200;
	font-weight: bolder;
}
.sy-abt-right .titCn{
	font-family: Microsoft Yahei;
	font-size: 42px;
	color: #666;
	font-weight: bolder;
	line-height: 45px;
	margin: 14px 0 34px;
}
.sy-abt-right .info{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.sy-abt-right .info .one{
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-abt-right .info i{
	font-size: 24px;
	display: block;
	color: #dc4443;
	margin-top: 30px;
}
.syFzlcShow{
	position: relative;
	margin-top: 85px;
}
#syFzlc{
	background: #d00200;
}
#syFzlc .swiper-slide{
	padding: 25px 20px 55px 22px;
	position: relative;
	border-right:10px #EFEFEF solid;
}
#syFzlc .swiper-slide .list{
	color: #fff;
	font-size:28px;
	line-height:42px;
	/* background: url(../images/dot-bs.png) no-repeat left top 10px; */
	padding-left:0px;
	text-align: center;
	height:42px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 700;
}

#syFzlc .swiper-slide .list a{color: #FFF;}
#syFzlc .swiper-slide .year{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-family: arial;
	font-size:25px;
	font-weight: bolder;
	color: #ECECEC;
	right: 0px;
	/* margin-left: 30px; */
	bottom: 10px;
	/* font-style: italic; */
	text-align: center;
}
.syFzlcSwiper{
	position: relative;
}
.syFzlcSwiper::after{
	content: "";
	width: 35px;
	height: 35px;
	/* background: url(../images/red-sjx.png) no-repeat center center; */
	left: 0;
	bottom: -35px;
	position: absolute;
}
.syFzlcShow .titbox{
	margin-top: 58px;
	overflow: hidden;
}
.syFzlcShow .titbox .ico{
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 62px;
	border-radius: 100%;
	border: 0px solid #c3c3c4;
	float: left;
}
.syFzlcShow .titbox .info{
	float: left;
	margin-left: 18px;
}
.syFzlcShow .titbox .info .cn{
	font-size: 32px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 6px;
}
.syFzlcShow .titbox .info .en{
	font-family: helev;
	font-size: 18px;
	color: #666666;
	font-weight: 100;
}
#syFzlcN,#syFzlcP{
	width: 60px;
	height: 60px;
	text-align: center;
	border: 3px solid #999;
	border-radius:0%;
	margin-top: 0;
	top: auto;
	bottom: 15px;
}
#syFzlcN{
	background: url(../images/fzlcN.png) no-repeat center center;
}
#syFzlcP{
	background: url(../images/fzlcP.png) no-repeat center center;
	/* left: 75%; */
	left:0;
}

/* indexProduct */
.indexProduct{
	background: url(../images/sy-pro-back.jpg) no-repeat bottom center;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
}
.sy-pro-left{
	width: 32.625%;
	float: right;
	padding-top: 280px;
}
.sy-pro-left .titCn{
	font-size: 42px;
	font-weight: bolder;
	line-height: 45px;
	color: #d00200;
}
.sy-pro-left .titEn{
	font-family: Microsoft Yahei;
	font-weight: bolder;
	font-size: 22px;
	line-height: 25px;
	color: #666666;
	margin: 22px 0 45px;
}
.sy-pro-left .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexProduct .more {
	display: block;
	width: 159px;
	height: 49px;
	line-height: 47px;
	border: 1px solid #d00200;
	font-size: 16px;
	color: #d00200;
	/* text-indent: 20px; */
	text-align: center;
	margin-top: 60px;
}
.indexProduct .more:hover{
	background: #d00200;
	color: #fff;
}
/* .indexProduct .more span{
	display: inline-block;
	float: right;
	width: 50px;
	border-left: 1px solid #d00200;
	text-align: center;
	line-height: 48px;
	height: 48px;
	text-indent: 0;
} */
.indexProduct .more:hover span{
	border-left: 1px solid #fff;
}
.indexProduct .more span i{
	font-size: 22px;
}
.sy-pro-right{
	width: 56.51041667%;
	position: absolute;
	left: 0;
	bottom:210px;
}
#syProSwiper .swiper-slide{
	width: 36.313364055%;
}
.syProList{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.syProList .Pic{
	background: #FFF;
	border: 4px solid #C9D6DF;
}
.syProList .Pic img{
	display: block;
	width: 100%;
	padding: 15% 6% 22% 6%;
}
.syProList .Info{
	width: 92%;
	left: 4%;
	bottom: -78px;
	position: absolute;
	padding: 22px 22px 20px;
	color: #333333;
	border-radius: 20px;
	transition: all .5s ease;
}
.syProList:hover .Info{
	border-radius: 3px;
	bottom: 18px;
	color: #fff;
	background: #d00200;
	transition: all .5s ease;
}
.syProList .Info .tit{
	font-size:18px;
	font-weight: normal;
	line-height: 25px;/* 
	height: 25px;
	overflow: hidden; */
	text-align: center;
}
.syProList .Info .sub{
	font-size: 15px;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 12px 0 10px;
	opacity: 0; 
}
.syProList:hover .Info .sub{
	opacity: 1; 
}
.syProList .Info .ico{
	text-align: center;
}
.syProList .Info .ico i{
	font-size: 24px;
}
.syProControl{
	position: relative;
	margin-top: 88px;
	display: inline-block;
}
#syProPag{
	position: relative;
	width: 190px;
}
#syProPag .swiper-pagination-bullet{
	margin: 0 8px;
}
#syProN,
#syProP{
	width: 8px;
	height: 15px;
	margin-top: 0;
	top: 5px;
}
#syProN{
	background: url(../images/sy-pro-n2.png) no-repeat center center; 
	right: 0;
}
#syProN.swiper-button-disabled{
	background: url(../images/sy-pro-n.png) no-repeat center center;
	opacity: 1; 
}
#syProP{
	background: url(../images/sy-pro-p2.png) no-repeat center center; 
	left: 0;
}
#syProP.swiper-button-disabled{
	background: url(../images/sy-pro-p.png) no-repeat center center;
	opacity: 1; 
}

/* indexCases */
.indexCases{
	width: 100%;
	height: 100%;
	position: relative;
}  
.indexCases .kh-sy-tit{
	position: absolute;
	top: 192px;
	width: 100%;
	left: 0;
	z-index: 999;
	color: #fff;
}
.gallery-syAl-top .swiper-slide::after{
	content: "";
	width: 20.83334%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	background: url(../images/sy-al-red-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexCases .kh-sy-tit span{
	color: #fff;
}
.gallery-syAl-top{
	height: 100%; 
}
.gallery-syAl-top .content{
	width: 28.125%;
	position: relative;
	z-index: 999;
	padding-top: 350px;
	color: #fff;
}
.gallery-syAl-top .content .titCn{
	font-family: "思源黑体 CN";
	font-size: 64px; 
	line-height: 70px;
}
.gallery-syAl-top .content .titEn{
	font-size: 32px; 
	line-height: 36px;
	font-family: helev;
	margin: 18px 0 32px;
}
.gallery-syAl-top .content .sub{
	font-family: "思源黑体 CN";
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gallery-syAl-top .content .more{
	display: block;
	width: 159px;
	height: 49px;
	line-height: 47px;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	text-indent: 20px;
	margin-top: 92px;
}
.gallery-syAl-top .content .more:hover{
	background: #fff;
	color: #333;
}
.gallery-syAl-top .content .more span{
	display: inline-block;
	float: right;
	width: 50px;
	border-left: 1px solid #fff;
	text-align: center;
	line-height: 48px;
	height: 48px;
	text-indent: 0;
}
.gallery-syAl-top .content .more:hover span{
	border-left: 1px solid #333;
}
.gallery-syAl-top .content .more span i{
	font-size: 22px;
}
.gallery-syAl-top .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.syAl-thumbs{
	background: #e20a00;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 46.14583334%;
	border-top-left-radius: 25px;
	padding: 45px 60px 55px 50px;
	color: #fff;
}
.syAl-thumbs .cn{
	font-size: 24px; 
}
.gallery-syAl-thumbs .swiper-slide.swiper-slide-thumb-active .cn{
	font-weight: bold;
}
.syAl-thumbs .cn::before{
	content: "/";
	font-size: 24px;
	color: #fff;
	position: absolute;
	right: 38px;
	font-weight: 100;
}
.syAl-thumbs .cn span{
	display: inline-block;
	position: relative;
}
.gallery-syAl-thumbs .swiper-slide{
	cursor: pointer;
}
.syAl-thumbs .en{
	font-family: helev;
	font-size: 16px;
	margin-top: 15px;
}
.gallery-syAl-thumbs{
	width: 90%;
	float: left;
}
.gallery-syAl-thumbs .swiper-slide.swiper-slide-thumb-active .cn span::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	background: #ee6c66;
	left: 0;
	bottom: 1px;
}

#syAlN,
#syAlP{
	width: 28px;
	height: 28px;
	z-index: 999;
	margin-top: 0;
	top: 45px;
}
#syAlN{
	background: url(../images/sy-al-p.png) no-repeat center center;
	right: 6%;
}
#syAlP{
	left: auto;
	right: 12%;
	background: url(../images/sy-al-n.png) no-repeat center center;
}

/* indexNews */
.indexNews{
	width: 100%;
	background: url(../images/syxw-back.jpg) no-repeat top center;
	background-size: cover;
	height: 100%;
	position: relative;
}
.sy-news-left{
	width:100%;
	float: left;
	padding-top: 190px;
	position: relative;
}
.sy-news-left .kh-sy-tit{
	position: relative;
	font-weight: bolder;
}
.sy-news-left .kh-sy-tit .more{
	position: absolute;
	width: 158px;
	line-height: 48px;
	border: 1px solid #d00200;
	text-align: center;
	right: 0;
	top: 5px;
	font-size: 16px;
	color: #d00200;
	font-weight: normal;
}
.sy-news-left .kh-sy-tit .more:hover{
	background: #d00200;
	color: #fff;
}
.sy-news-left .kh-sy-tit .more i{
	font-size: 22px;
	margin-left: 8px;
	position: relative;
	top: 2px;
}
#syNewsSwiper{
	margin-top: 54px;
}
.syNewsList{
}
.syNewsList .time{
	font-family: arial;
	font-size: 15px;
	color: #FFF;
}

.syNewsList .time span{
	color: #FFF;
	background-color: #d00200;
	padding: 1px 10px;
}

.syNewsList .tit{
	font-size: 18px;
	line-height: 26px;
	color: #333;
	line-height: 26px;
	height:42px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 16px;
}
.syNewsList .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 18px 0 24px;
}
.syNewsList .more{
	font-size: 15px;
	color: #d00200;
	line-height: 52px;
	border-bottom: 2px solid #c6c6c6; 
	transition: all .5s ease;
}
.syNewsList:hover .more{
	background: #d00200;
	text-indent: 20px;
	color: #fff;
	border-bottom: 2px solid #d00200; 
	transition: all .5s ease;
}

.syNewsList img{
	width: 100%;
}
.syNewsList .pic{
	max-height: 268px;
	overflow: hidden;
}
.syNewsList .more i{
	font-size: 18px;
	margin-left: 13px;
	position: relative;
	top: 2px;
	transition: all .5s ease;
}
.syNewsList:hover .more i{
	margin-left: 50%;
	transition: all .5s ease;
}
.sy-news-left .l-pic{
	margin-top: 80px;
}
/* .indexNews::after{
	content: "";
	position: absolute;
	width: 42.03125%;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/syxw-right-back.jpg) no-repeat top center;
	background-size: cover;
	z-index: 22;
} */
.sy-news-right{
	width: 24.0625%;
	float: left;
	position: relative;
	z-index: 222;
	padding: 190px 0 0 0;
}
.sy-news-right .Pic img{
	display: block;
	width: 100%;
}
.sy-news-right .time{
	font-family: arial;
	font-size: 15px;
	color: #777777;
	margin-top: 30px;
}
.sy-news-right .tit{
	font-size: 20px;
	line-height: 25px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 18px 0 25px;
	transition: all .5s ease;
}
.sy-news-right:hover .tit{
	color: #d00200;
	transition: all .5s ease;
}
.sy-news-right .sub{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-right .more{
	display: inline-block;
	width: 120px;
	line-height: 40px;
	font-size: 15px;
	color: #d00200;
	margin-top: 52px;
	position: relative;
	text-indent: 0;
	transition: all .5s ease;
}
.sy-news-right:hover .more{ 
	text-indent: 15px;
	transition: all .5s ease;
}
.sy-news-right:hover .more::after{
	width: 100%;
	transition: all .5s ease;
}
.sy-news-right .more i{
	font-size: 18px;
	margin-left: 13px;
}
.sy-news-right .more::after{
	content: "";
	width: 21px;
	height: 100%;
	background: #dde0e8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.sy-news-right .more span{
	position: relative;
	z-index: 4;
}

/* indexPartner */
.indexPartner{
	width: 100%;
	height: 100%;
	background: url(../images/syhzhb-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexPartner .topTcn{
	text-align: center;
	padding: 180px 0 0 0;
	font-size: 42px;
	line-height: 45px;
	color: #333333;
}
.indexPartner .topTen{
	text-align: center;
	font-family: helev;
	font-size: 22px;
	color: #666666;
	margin-top: 12px;
}
#syHzhbSwiper{
	margin-top: 55px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0; 
}
#syHzhbSwiper .swiper-slide{
	border: 1px solid #e0e0e0;  
	border-top: none;
	border-left: none;
}
#syHzhbSwiper .swiper-slide:nth-of-type(7n+7){
	 
}
#syHzhbSwiper .pic img{
	display: block;
	width: 100%;
    transition: all .5s ease;
}
#syHzhbSwiper .pic:hover img{ 
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
	position: relative;
	z-index: 9999;
    transition: all .5s ease;
} 
#syHzhbSwip .swiper-slide:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
	transition: all .5s ease;
}
.indexPartner .more{
	display: block;
	width: 159px;
	height: 49px;
	line-height: 47px;
	border: 1px solid #1d3a98;
	font-size: 16px;
	color: #1d3a98;
	text-indent: 20px;
	margin: 68px auto 0;
}
.indexPartner .more:hover{
	background: #1d3a98;
	color: #fff;
}
.indexPartner .more span{
	display: inline-block;
	float: right;
	width: 50px;
	border-left: 1px solid #1d3a98;
	text-align: center;
	line-height: 48px;
	height: 48px;
	text-indent: 0;
}
.indexPartner.more:hover span{
	border-left: 1px solid #fff;
}
.indexPartner .more span i{
	font-size: 22px;
}

/* Nybanner */
.Nybanner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.NyTop{
	position: absolute;
	width: 100%;
	left: 0;
	top: 202px;
	color: #fff;
	font-family: "思源黑体 CN";
}
.NyTop .tit{
	font-size: 48px;
	line-height: 52px;
}
.NyTop .sub{
	font-size: 18px;
	line-height: 25px;
	margin-top: 22px;
}
.Nylocation{
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.Nylocation .now-lm{
	float: right;
	width:auto;
	line-height: 79px;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	position: relative;
	font-size: 16px;
	color: #333333;
	/* margin-right: 50px; */
}


.Nylocation .now-lm.nw a{
	margin-right: 50px;
}
.Nylocation .now-lm.nw a:last-child{
	margin-right: 0;
}
.Nylocation .now-lm a::before,
.Nylocation .now-lm .swiper-slide::before{
	width: 1px;
	height: 14px;
	background: #cccccc;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 32px;
}
.Nylocation .now-lm.nw a::before{
	right: -25px;
}
.Nylocation .now-lm a:last-child::before,
.Nylocation .now-lm .swiper-slide:last-child::before{
	display: none;
}
.Nylocation .now-lm a::after{
	content: "";
	width: 0%;
	opacity: 0;
	height: 3px;
	background: #ce0100;
	bottom: 0px;
	position: absolute;
	left: 0;
	transition: all .5s ease;
}
.Nylocation .now-lm a:hover::after,
.Nylocation .now-lm a.on::after{
	width: 100%;
	opacity: 1;
	transition: all .5s ease;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	color: #d81e06;
}
.Nylocation .now-wz{
	float: left;
	line-height: 79px;
	height: 79px;
	font-size: 15px;
	color: #666666;
	background: url(../images/wz-ico.png) no-repeat left center;
	padding-left: 21px;
}
.Nylocation .now-wz a{
	color: #666;
}
.Nylocation .now-wz a:hover{
	color: #d81e06;
}

/* about */
.about{
	width: 100%;
	padding: 84px 0 100px;
	background: url(../images/about-back.jpg) no-repeat bottom left;
	position: relative;
}
.sub-about-left{
	width: 38.75%;
	float: right;
}
.sub-about-left .islabel{
	display: inline-block;
	line-height: 34px;
	background: #ce0100;
	font-size: 16px;
	color: #fff;
	padding: 0 22px;
	margin-top: 18px;
}
.sub-about-left .title{
	font-size: 36px;
	line-height: 40px;
	color: #010101;
	margin-top: 32px;
}
.sub-about-left .cont{
	font-size: 16px;
	color: #555555;
	line-height: 35px;
	margin-top: 32px;
}
#aboutImg{
	position: absolute;
	width: 50%;
	left: 0;
	max-width: 960px;
	top: 84px;
}
#aboutPag .swiper-pagination-bullet{
	border-radius: 8px;
	opacity: 1;
	background: #fff;
	transition: all .5s ease;
}
#aboutPag .swiper-pagination-bullet-active{
	width: 36px;
	height: 8px;
	background: #ce0100 !important;
	border-radius: 8px;
	transition: all .5s ease;
}

/* culture */
.culture{
	padding: 72px 0 85px;
	background: url(../images/qywh-back.jpg) no-repeat top center;
	background-size: cover;
}
.qywhCont{
	display: block;
	margin: 0 auto;
	width: 34.5625%;
	position: relative;
}
.qywh-list{
	position: absolute;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.qywh-list.l1{
	right: -337px;
	top: 55px;
}
.qywh-list.l2{
	left: -290px;
	top: 170px;
}
.qywh-list.l3{
	right: -370px;
	top: 232px;
}
.qywh-list.l4{
	left: -290px;
	top: 270px;
}
.qywh-list .tit{
	font-size: 20px;
	color: #ce0100;
	float: left;
}
.qywh-list .sub{
	font-size: 16px;
	color: #555555;
	line-height: 35px;
	float: right;
	border-left: 1px solid #cbcbcc;
	padding-left: 20px;
	margin-left: 22px;
}
.qywh-list.l2 .tit{
	float: right;
}
.qywh-list.l2 .sub{
	float: left;
	border-right: 1px solid #cbcbcc;
	padding-right: 20px;
	margin-right: 22px;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

/* history */
.history{
	padding: 68px 0 25px;
	background: url(../images/history-back.jpg) no-repeat top center;
	background-size: cover;
}
.history .abt-top-tit{
	color: #fff;
}
.history .container{
	max-width: 1480px;
}
.history-show{
	margin-top: 80px;
	position: relative;
}
.history-inner{
	width: 94.5946%;
	margin: 0 auto;
	/* background: url(../images/lc-xt.png) no-repeat bottom 212px center; */
}
#fzlcSwiper{ 
	width: 87.858%;
	margin-left: 9.2%; 
}
#fzlcSwiper .swiper-slide{
	padding-left: 12px;
	height: 455px;
	position: relative;
}
#fzlcSwiper .swiper-slide .title{
	line-height: 56px;
	background-color: #edeef5;
	font-size: 24px;
	color: #0e2e91;
	padding: 0 25px;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	top: 30px;
}
/* #fzlcSwiper .swiper-slide:nth-of-type(2n+2) .title{
	top: auto;
	bottom: 114px;
} */
#fzlcSwiper .swiper-slide .cont{ 
	padding-left:0px;
	border-left: 0px solid rgba(255,255,255,0.6);
	position: relative; 
	position: absolute;
	top:124px;
}/* 
#fzlcSwiper .swiper-slide:nth-of-type(2n+2) .cont{
	top: 12px;
	bottom: auto;
	padding-bottom: 48px;
}
#fzlcSwiper .swiper-slide:nth-of-type(2n+1) .cont{
	padding-top: 24px;
}
#fzlcSwiper .swiper-slide .cont::after{
	content: "";
	width: 23px;
	height: 23px;
	background: url(../images/lc-dot.png) no-repeat center center;
	left: -12px;
	top: -10px;
	position: absolute;
}
#fzlcSwiper .swiper-slide:nth-of-type(2n+1) .cont::after{
	top: auto;
	bottom: -10px;
} */
#fzlcSwiper .swiper-slide .cont .year{
	font-family: helve;
	font-size: 42px;
	color: #fff;
	line-height: 45px;
	margin-bottom: 18px;
}
#fzlcSwiper .swiper-slide .cont .info{
	font-size: 15px;
	color: #fff;
	line-height: 30px; 
	height: 220px;
	overflow-y: auto;
	padding-right: 15px;
}
#fzlcN,
#fzlcP{
	width: 35px;
	height: 35px;
	margin-top: 0;
	top: 49.2%;
}
#fzlcN{
	background: url(../images/lcN.png) no-repeat center center;
	right: 0;
}
#fzlcP{
	background: url(../images/lcP.png) no-repeat center center;
	left: 0;
}
#fzlcSwiper ::-webkit-scrollbar {
	width: 2px !important; 
} 

/* honor */
.honor{
	padding: 65px 0 600px;
}
#honorSwiper{
	margin-top: 70px;
}
#honorSwiper .swiper-slide{
	background: #f4f4f4;
}
#honorSwiper .swiper-slide .pic{
	padding: 20px;
}
#honorSwiper .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
}
#honorN,
#honorP{
	width: 10px;
	height: 19px;
	margin-top: -9.5px;
}
#honorN{
	background: url(../images/jrwm-n.png) no-repeat center center;
}
#honorP{
	background: url(../images/jrwm-p.png) no-repeat center center;
}

/* contact */
.contact{
	padding: 80px 0 600px;
}
.contactShow{
	background: #f5f5f5;
}
.contactShow .hd{
	width: 40%;
	float: left;
}
.contactShow .hd ul{
	margin-top: 35px;
}
.contactShow .hd ul li{
	position: relative;
	cursor: pointer;  
	color: #333333; 
}
.contactShow .hd ul li.on{
	color: #fff; 
}
.contactShow .hd ul li::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 0%;
	background: #d50b1e;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0; 
	transition: all .5s ease;
}
.contactShow .hd ul li.on::after{
	opacity: 1;
	width: 105%; 
	transition: all .5s ease;
}
.contactShow .hd ul li.on::before{
	content: "";
	position: absolute;
	width: 24px;
	height: 44px;
	background: url(../images/c-left.png) no-repeat center center;
	right: 0;
	top: 50%;
	margin-top: -22px;
	z-index: 33;
}
.contactShow .hd ul li .lt{
	border-bottom: 1px solid #dcdcdc;
	margin: 0 80px;
	background: url(../images/c-down.png) no-repeat right center;
	padding: 18px 0;
	position: relative;
	z-index: 22;
	transition: all .5s ease;
}
.contactShow .hd ul li.on .lt{
	background: none;
	border-bottom: 1px solid #d50b1e;
	transition: all .5s ease;
}
.contactShow .hd ul li .lt .title{
	font-size:23px; 
}
.contactShow .hd ul li .lt .address{
	font-size: 16px;
	line-height: 25px;
	margin-top: -26px;
	opacity: 0;
	transition: all .5s ease;
}
.contactShow .hd ul li.on .lt .address{
	opacity: 1;
	margin-top: 8px;
	transition: all .5s ease;
}
.contactShow .hd ul li .lt .address i{
	font-size: 18px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.contactShow .bd{
	width: 60%;
	float: right;
}
.contactShow .bd ul{
	
}
.contactShow .bd ul li{
} 
.contactShow .bd ul li .maps{
	width: 100%;
	height: 512px;
	overflow: hidden;
}
.contactShow .bd ul li .info{
	height: 103px;
	background: #0f2f91;
	text-align: center;
	line-height: 103px;
	color: #fff;
	font-size: 18px;
}
.contactShow .bd ul li .info i{
	font-size: 20px;
	margin-right: 16px;
}

/* message */
.message{
	padding: 60px 0 700px;
	background: #f8f8f8;
}
.message .row{
	margin-top: 48px;
}
.message input[type=text]{
	width: 100%;
	padding: 0;
	height: 52px;
	background: url(../images/bt-ico.png) no-repeat top 18px left 22px;
	border: 1px solid #dedede;
	outline: none;
	margin-bottom: 15px;
	text-indent: 32px;
	font-size: 15px;
    transition: all .5s ease;
}
.message input[type=text]:focus{ 
	box-shadow: 0px 0px 10px 0 rgba(213, 11, 30, .2);
	transition: all .5s ease;
}
.message textarea{
	min-width: 100%;
	background: url(../images/bt-ico.png) no-repeat top 18px left 22px;
	max-width: 100%;
	min-height: 248px;
	max-height: 258px;
	border: 1px solid #dedede;
	outline: none;
	padding: 12px 32px;
	font-size: 15px;
	margin-bottom: 18px;
	transition: all .5s ease;
}
.message textarea:focus{ 
	box-shadow: 0px 0px 10px 0 rgba(213, 11, 30, .2);
	transition: all .5s ease;
}
.message .isCode{
	float: left;
}
.message .isCode input{
	float: left;
	width: 180px;
}
.message .isCode .code{
	float: left;
	height: 52px;
	border: 1px solid #0f2f91;
	width: 116px;
	font-size: 18px;
	font-family: arial;
	font-style: italic;
	background: #0f2f91;
	border-left: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.message input[type=button]{
	float: right;
	width: 202px;
	height: 52px;
	background: #d50b1e;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
    transition: all .5s ease;
}
.message input[type=button]:hover{
	border-radius: 10px;
	box-shadow: 7px 5px 10px 0 rgba(213, 11, 30, .4);
    transition: all .5s ease;
}

/* case */
.case{
	padding: 70px 0;
}
.case .pdg{
	padding: 0 10px;
}
.case-list{
	overflow: hidden;
	background: #f5f5f5;
	cursor: pointer;
	margin-bottom: 25px;
    transition: all .5s ease;
}
.case-list:hover{
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.case-list .Pic{
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
}
.case-list .Pic::after{
	content: "\e614";
	font-family: iconfont;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	color: #fff;
}
.case-list .Pic img{
	display: block;
	width: 100%;
}
.case-list .Info{
	width: 44%;
	float: left;
	margin-top: 25px;
	margin-left: 28px;
}
.case-list .Info .tit{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-list .Info .line{
	width: 44px;
	height: 2px;
	background: url(../images/case-line.jpg) no-repeat center center;
	background-size: cover;
	margin: 20px 0 22px;
    transition: all .5s ease;
}
.case-list:hover .Info .line{
	width: 100%;
    transition: all .5s ease;
}
.case-list .Info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 28px; 
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* partner */
.partner{
	padding: 70px 0 580px;
	background: #f5f5f5;
}
.partner #syHzhbSwiper{
	padding-bottom: 50px;
}

/* product */
.product{
	padding: 90px 0 600px;
}
.product .pdg{
	padding: 0;
}
.productList{
	border: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 24px 55px 32px 55px;
	/* border-top: none; */
	margin-bottom:0px;
}
.product .pdg:nth-child(1) .productList,
.product .pdg:nth-child(2) .productList{
	border-top: 1px solid #e5e5e5;
}
/* .product .pdg:nth-of-type(2n+2) .productList{
	border-left: none;
} */
.productList .info{
	width: 100%;
	float: left;
}
.productList .info .title{
	font-size: 28px;
	color: #333333;
	line-height: 32px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 42px;
    transition: all .5s ease;
}
.productList:hover .info .title{
	color: #0e2e91;
    transition: all .5s ease;
}
.productList .info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 26px 0 120px;
}
.productList .ico{
	width: 48px;
	height: 48px;
	background: #0e2e91;
	border-radius: 48px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
    transition: all .5s ease;
}
.productList:hover .ico{
	width: 120px;
    transition: all .5s ease;
}
.productList .pic{
	width: 100%;
	float: right;
	height: 380px;
	overflow: hidden;
}
.productDe-top{
	padding: 26px 0 72px;
	background: url(../images/proNyback.jpg) no-repeat top center;
	background-size: cover;
}
.productDe-top .Info{
	width: 100%;
	float: left;
	color: #fff;
	padding-top: 105px;
}
.productDe-top .Info .title{
	font-size: 48px;
	line-height: 55px;
}
.productDe-top .Info .sub{
	font-size: 15px;
	line-height: 26px;
	margin: 58px 0 78px;
}
.productDe-top .Info .zx{
	display: block;
	width: 93px;
	height: 93px;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff; 
}
.productDe-top .Info .zx:hover{
	background: #fff;
	color: #df0a1e;
}
.productDe-top .Info .zx i{
	font-size: 32px;
	line-height: 32px;
	padding-top: 5px;
	display: inline-block;
	margin-top: 12px;
}
.productDe-top .Pic{
	width: 24.625%;
	float: right;
	margin-right: 14%;
}
.productDe-tab{
	padding: 70px 0 130px;
}
.productDe-tab .hd{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.productDe-tab .hd ul{
	text-align: center;
}
.productDe-tab .hd ul li{
	display: inline-block;
	cursor: pointer;
	margin-right: 80px;
	line-height: 88px;
	position: relative;
	font-size: 24px;
	color: #333333;
    transition: all .5s ease;
}
.productDe-tab .hd ul li.on{
	color: #df0a1e;
}
.productDe-tab .hd ul li:last-child{
	margin-right: 0;
}
.productDe-tab .hd ul li::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background: #dbdada;
	right: -40px;
	top: 50%;
	margin-top: -10px;
}
.productDe-tab .hd ul li:last-child::after{
	display: none;
}
.productDe-tab .bd{
	margin-top: 42px;
}
.productDe-tab .bd ul{
	
}
.productDe-tab .bd ul li{
	
}
.td-list{
	overflow: hidden;
}
.td-list .list{
	width: 48%;
	float: left;
	background: url(../images/td-dot.png) no-repeat left top 14px; 
	border-bottom: 1px solid #f1f0f0;
	line-height: 26px;
	padding: 8px 0 8px 26px;
}
.td-list .list span{
	height: 52px;
	display: inline-block;
}
.td-list .list:nth-of-type(2n+2){
	float: right;
}
.productDe-tab .bd ul li .content{
	font-size: 15px;
	line-height: 26px;
	color: #333;
}
.productDe-tab .bd ul li .content table{
	margin: 0 auto;
}

/* tech */
.tech-tit{
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	color: #333333;
}
.solution{
	padding: 64px 0 80px;
}
.solution .row{
	margin-top: 60px;
}
.jjfa-xz{
	border: 0px solid #dcdcdc;
	border-radius: 5px;
	/* display: flex;
	align-items: center; */
	padding: 34px 32px 34px 18px;
	overflow: hidden;
	margin-bottom: 40px;
    transition: all .5s ease;
}
/* .jjfa-xz:hover{
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
} */
.jjfa-xz .pic{
	float: left;
	position: relative;
	height: 66px;
	line-height: 66px;
}
.jjfa-xz .info{
	margin-left: 20px;
	float: left;
	width: 75%;
}
.jjfa-xz .info .txt1{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
}
.jjfa-xz .info .txt2{
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin-top: 16px;
}
.jjfa-xz .ico{ 
	float: right;
	width: 69px;
	height: 69px;
	border: 1px solid #e0e0e0;
	border-radius: 100%;
	text-align: center;
	line-height: 67px;
    transition: all .5s ease;
}
.jjfa-xz:hover .ico{
	background: #e42b0f;
	border: 1px solid #e42b0f;
	color: #fff;
    transition: all .5s ease;
}
.jjfa-xz .ico i{
	font-size: 35px;
}

/* 画册 */
.album{
	padding: 68px 0 566px;
	background: #f5f5f5;
}
#proHc{
	margin-top: 75px;
	padding-bottom: 65px;
}
#proHc .swiper-slide{
	border-right: 1px solid #dedddd;
}
.proHc-list{
	width: 85.98%;
	text-align: center;
}
.proHc-list .pic img{
	display: block;
	width: 100%;
}
.proHc-list .ico{
	margin: 20px 0 10px;
}
.proHc-list p{
	font-size: 18px;
	color: #333333;
}

/* 操作手册 */
.manual{
	padding: 78px 0 120px;
}
.czsc-xz{
	border-bottom: 1px solid #edecec;
	overflow: hidden;
	padding-left: 100px;
	background: url(../images/czsc-pdf.png) no-repeat left center;
	margin-bottom: 15px;
}
.manual .row{
	margin-top: 75px;
}
.manual .pdg{
	padding: 0 40px;
}
.czsc-xz .info{
	float: left;
	width: 75%;
	padding: 28px 0;
}
.czsc-xz .info .tit{
	font-size: 20px;
	color: #333333;
}
.czsc-xz .info .size{
	font-size: 16px;
	color: #666;
	margin-top: 12px;
}
.czsc-xz .ico{ 
	float: right;
	width: 69px;
	height: 69px;
	border: 1px solid #e0e0e0;
	border-radius: 100%;
	text-align: center;
	line-height: 67px;
	margin-top: 28px;
    transition: all .5s ease;
}
.czsc-xz:hover .ico{
	background: #e42b0f;
	border: 1px solid #e42b0f;
	color: #fff;
    transition: all .5s ease;
}
.czsc-xz .ico i{
	font-size: 35px;
}

/* 知识 */
.knowledge{
	padding: 60px 0 100px;
	background: #f5f5f5;
}
.edgeShow{
	margin-top: 58px;
}
.edgeShow .item{
	
}
.edgeShow h3{
	background: url(../images/q-ico.png) no-repeat left center,url(../images/zs-righ.png) no-repeat right 5px center;
	line-height: 60px;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 36px;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
    transition: all .5s ease;
}
.edgeShow h3.on{
	background: url(../images/q-ico.png) no-repeat left center,url(../images/zs-down.png) no-repeat right center;
    transition: all .5s ease;
}
.edgeShow ul{
	padding: 22px 30px 25px;
	display: none;
}
.edgeShow ul li{
	background: url(../images/a-ico.png) no-repeat left top;
	font-size: 16px;
	color: #666666;
	padding-left: 35px;
	line-height: 26px;
}

/* 人才招聘 */
.idae{
	padding: 70px 0 100px;
}
.idae .content{
	text-align: center;
	margin-top: 46px;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.rczl{
	background: #f5f5f5;
	padding: 100px 0 80px ;
}
.rczl-show{
	width: 42.9375%;
	margin: 0 auto;
	position: relative;
	
}
.rczl-sub{
	position: absolute;
	width: 45%;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.rczl-sub.zl1{
	top: 90px;
	left: -280px;
}
.rczl-sub.zl2{
	top: 172px;
	right: -310px;
}
.rczl-sub.zl3{
	left: -280px;
	width: 41%;
	bottom: 98px;
}
.rczl-sub.zl4{
	right: -255px; 
	bottom: 98px;
}
.zyfz{
	padding: 68px 0 100px;
}
.zyfz .container{
	max-width: 1164px;
}
#zyfzSwiper{
	margin-top: 45px;
}
.zyfzList{
	background: url(../images/zyfz-back.jpg) no-repeat top center;
	background-size: 100%;
	height: 333px;
}
.zyfzList .tit{
	text-align: center;
	font-size: 26px;
	color: #333333;
	line-height: 30px;
	padding-top: 29%;
}
.zyfzList .sub{
	padding: 28px 26px 0;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.xzfl{
	padding: 60px 0 72px;
	background: #f5f5f5;
}
.xzfl .container{
	max-width: 1164px;
}
#xzflSwiper{
	margin-top: 55px;
}
#xzflSwiper .swiper-slide.swiper-slide-next::after,
#xzflSwiper .swiper-slide.swiper-slide-active::after{
	width: 1px;
	height: 100%;
	background: #e0dfdf;
	content: "";
	position: absolute;
	right: -12px;
	top: 0;
}
.xzflList{
	width: 90%;
}
.xzflList .tbox{
	width: 140px;
	height: 154px;
	background: url(../images/xzfl-t-back.png) no-repeat center center;
	margin: 0 auto;
	font-size: 24px;
	color: #f4f4f4;
	line-height: 32px; 
	display: flex;
	justify-content: center; 
	align-items: center;  
}
.xzflList .content{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
	height: 140px;
}
.human{
	padding: 50px 0 70px;
}
.human .container{
	max-width: 1400px;
}
.zp-search{
	width: 40%;
	margin: 45px auto 0;
	overflow: hidden;
}
.zp-search input[type=text]{
	width: 80%;
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 0 0 0 60px;
	background: url(../images/ss-ico.jpg) no-repeat left 22px center;
	float: left;
    transition: all .5s ease;
}
.zp-search input[type=text]:focus{
	border: 1px solid #d50b1e;
    transition: all .5s ease;
}
.zp-search input[type=button]{
	width: 20%;
	float: left;
	height: 60px;
	border: none;
	outline: none;
	background: #d50b1e;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.human-box{
	margin-top: 40px;
}
.human-box .item{
	background: #f5f5f5;
	padding: 22px 28px 30px;
}
.human-box .item:nth-of-type(2n+2){
	background: #fff;
}
.human-box h3{
	overflow: hidden;
}
.human-box h3 .info{
	width: 89%;
	float: left;
	border-right: 1px solid #ebebeb;
}
.human-box h3 .info .tit{
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}
.human-box h3 .info .txt{
	font-size: 16px;
	color: #666666;
	margin-top: 22px;
}
.human-box h3 .info .txt span{
	display: inline-block;
	position: relative;
	margin-right: 45px;
}
.human-box h3 .info .txt span::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #d3d2d2;
	right: -26px;
}
.human-box h3 .info .txt span:last-child::after{
	display: none;
}
.human-box h3 .info .open{
	background: url(../images/rc-down.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #10218b;
	padding-right: 21px;
	margin-top: 28px; 
	cursor: pointer;
}
.human-box h3.on .info .open{
	background: url(../images/rc-up.png) no-repeat right center;
	color: #ce0100;
}
.human-box .tjl{
	display: block;
	width: 113px;
	height: 36px;
	background: #ce0100;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-top: 35px;
}
.human-box .tjl:hover{
	border-radius: 20px;
}
.human-box ul{
	margin-top: 25px;
	padding-top: 26px;
	border-top: 1px solid #dfdfdf;
	display: none;
}
.human-box ul li .cont{
	font-size: 15px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
}
.human-box ul li .cont .tit{
	color: #666666;
	margin-bottom: 5px;
}

/* news */
.news{
	width: 100%;
	padding: 25px 0 560px;
}
.news ul{
	
}
.news ul li{
	padding: 40px 0;
	transition: all .5s ease;
}
.news ul li:hover{
	background: #f5f5f5;
	transition: all .5s ease;
}
.news ul li .pic{
	width: 21.75%;
	float: left;
	overflow: hidden;
}
.news ul li .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.news ul li:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.news ul li .info{
	width: 75.625%;
	float: right;
}
.news ul li .info .tit{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 8px;
	transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #0e2e91;
	transition: all .5s ease;
}
.news ul li .info .time{
	font-size: 14px;
	color: #999999;
	margin: 16px 0 15px;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news ul li .info .more{
	width: 127px;
	line-height: 44px;
	border: 1px solid #0e2e91;
	text-align: center;
	font-size: 14px;
	color: #0e2e91;
	border-radius: 45px;
	margin-top: 20px;
	transition: all .5s ease;
}
.news ul li .info .more:hover{
	background: #0e2e91;
	color: #fff;
}
.news ul li .info .more i{
	margin-left: 9px;
}
.news ul li.tzgg{
	
}
.tzgg{
	border-bottom: 1px solid #f5f5f5;
}
.tzgg .timebox{
	width: 104px;
	height: 117px;
	background-color: #e7141a;
	padding: 0 12px;
	text-align: center;
	float: left;
	color: #fff;
	font-family: arial;
	border-bottom-right-radius: 20px;
}
.tzgg .timebox .day{
	font-size: 56px;
	line-height: 65px;
	border-bottom: 1px solid #fff;
	margin-top: 8px;
}
.tzgg .timebox .year{
	font-size: 16px;
	line-height: 30px;
	margin-top: 6px;
}
.tzgg .info{
	width: 90% !important;
}
.tzgg .info .sub{
	height: 30px !important;
	-webkit-line-clamp: 1 !important;
	margin: 22px 0 0 0;
}
.tzgg .info .more{
	margin-top: 30px !important;
}
.newsDe{
	padding: 80px 0 560px;
}
.newsDe .container{
	max-width: 1200px;
}
.news-title{
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	text-align: center;
}
.news-time{
	text-align: center;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 28px;
	margin-top: 24px;
}
.newsDe .content{
	margin-top: 25px;
	font-size: 15px;
	color: #555555;
	line-height: 30px;
}
.dePage{
	overflow: hidden;
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding-top: 30px;
}
.dePage .sxy{
	float: left;
	width: 75%;
}
.dePage .sxy a{
	display: block;
	line-height: 28px;
	font-size: 16px;
	color: #555555;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .sxy a:hover{
	color: #0e2e91;
}
.dePage .return{
	display: block;
	float: right;
	text-align: center;
	width: 132px;
	line-height: 40px;
	color: #0e2e91;
	font-size: 16px;
	border: 1px solid #0e2e91;
	border-radius: 50px;
	margin-top: 5px;
}
.dePage .return:hover{
	background: #0e2e91;
	color: #fff;
}

/* 共用 */
.abt-top-tit{
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	color: #333333;
}
.section{
	overflow: hidden;
}
.kh-sy-tit{
	font-size: 42px;
	color: #333333; 
}
.kh-sy-tit span{
	color: #666;
	font-family: helev;
	font-size: 22px;
	margin-left: 15px;
}

/* footer */
footer{
	height: auto !important;
	position: absolute;
	bottom: 0;
}
.foot-top{
	background: #333333;
	padding:60px 0 60px 0;
}
.foot-lx{
	float: right;
}
.foot-lx h4{
	font-size: 20px;
	color: #fff;
}
.foot-lx .info{
	margin-top: 22px;
}
.foot-lx .info p{
	padding-left: 28px;
	font-size: 15px;
	color: #fff;
	line-height: 38px;
}
.foot-lx .info p.dz{
	background: url(../images/f-dz.png) no-repeat left center;
}
.foot-lx .info p.dh{
	background: url(../images/f-dh.png) no-repeat left center;
}
.foot-lx .info p.dh a{
	font-size: 18px;
}
.foot-lx .info p.yx{
	background: url(../images/f-yx.png) no-repeat left center;
}
.foot-lx .info p.yx a{
	font-size: 16px;
}
.foot-lx .info p a{
	font-family: arial;
	color: #fff;
}
.foot-lx .info p a:hover{
	text-decoration: underline;
}
.f-share{
	margin-top: 38px;
}
.f-share > div{
	float: left;
	width: 36px;
	height: 36px;
	background: url(../images/f-share.jpg);
	margin-right: 12px;
	cursor: pointer;
	position: relative;
	transition: all .5s ease;
}
.f-share > div .ewm{
	width: 128px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -64px; 
	opacity: 0;
	visibility: hidden;
	padding: 5px;
	border-radius: 5px;
	background: #d00200;
	transition: all .5s ease;
}
.f-share > div .ewm::after{
	content: "";
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d00200;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -4px;
}
.f-share > div:hover .ewm{
	opacity: 1;
	bottom: 45px;
	visibility: visible;
	transition: all .5s ease;
}
.f-share > div:hover{ 
	transition: all .5s ease;
}
.f-share .f-wb{
	background-position: -48px 0;
}
.f-share .f-txsp{
	background-position: -95px 0;
}
.f-share .f-yksp{
	background-position: -143px 0;
}
.foot-ewm{
	float: right;
	margin-left: 35px;
	text-align: center;
}
.foot-ewm img{
	display: block;
	width: 128px;
}
.foot-ewm p{
	font-size: 15px;
	color: #adacac;
	line-height: 26px;
	margin-top: 7px;
}
.foot-lm{
	float: left;
	margin-right: 116px;
}
.foot-lm.one{
	margin-left: 0;
}
.foot-lm h4{
	font-size: 20px;
	color: #fff;
}
.foot-lm .link{
	margin-top: 22px;
}
.foot-lm .link a{
	display: block;
	line-height: 38px;
	font-size: 15px;
	color: #999999;
}
.foot-lm .link a:hover{
	color: #fff;
}
.foot-copy{
	padding:10px 0;
	background: #333333;
	line-height: 68px;
	border-top: 1px solid #434343;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999;
}
.foot-copy a:hover{
	color: #fff;
}

/* MB - PC */
.isPc {
	display: block !important;
}

.isMobile {
	display: none !important;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	width: 30px;
	background: #f1f1f1;
	line-height: 29px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
	border-radius: 30px;
}
.Page a:hover{
	border: 1px solid #d20401;
}

.Page a.sy {
	color: #707072 !important;
}
.page-num-current{
	background: #e4393c;
	display: inline-block;
	width: 30px;
	line-height: 28px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #d20401;
	font-size: 10px;
	border-radius: 30px; 
}
.Page .page-num-current{
	background: #d20401;
	display: inline-block;
	width: 30px;
	line-height: 28px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #d20401;
	font-size: 10px;
	border-radius: 30px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #ce0100;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #ce0100;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff; 
} 

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(206, 1, 0, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(206, 1, 0, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(206, 1, 0, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {/* 
	width: 70px;
	height: 70px;
	background:rgba(0,0,0,0.6); */
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
.promask{
	position: fixed;
	background:rgba(0,0,0,0.6);
	width: 100%;
	z-index: 8888;
	left: 0;
	top: 0;
}
.prodebox{
	width: 50%;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	border-radius: 20px;
	top:20%; 
	background: #fff;
/*	overflow: hidden;*/
}
.prodebox .prodeclose{
	float: right;
	padding: 20px 20px 0 0;
	cursor: pointer;
	position: relative;
    right: -64px;
    top: -29px;
	color: #fff;
}
.prodebox .prodeclose i{
	/* color: #fff; */
}
.prodebox .content{
	width:95%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.prodebox .people{
	overflow: hidden;
	margin-top: 24px;
}
.prodebox .people img{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	border-radius: 100%;
	margin-right: 25px;
}
.prodebox .people .name{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 22px;
	padding-top: 38px;
}
.prodebox .people .class{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #1d1d1d;
	line-height: 20px;
	padding-top: 12px;
}
.prodebox .contNr{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3f3e3e;
	line-height: 36px;
	margin-top: 20px;
}
.prodebox .contNr video{
	height: 400px;
}
/* .icon-close:before { content: "\e61f"; font-size: 32px; color: #fff; } */
/* 视频浮动效果 */
.sy-abt-video .anim {
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}
.sy-abt-video .anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.sy-abt-video .anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}
.sy-abt-video:hover .anim {
  -webkit-animation: anim-out 1s;
          animation: anim-out 1s;
}
.sy-abt-video:hover .anim:after {
  -webkit-animation: anim-out-pseudo 1s;
          animation: anim-out-pseudo 1s;
}
.sy-abt-video:hover .img1 {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(255,255,255, .5);
  }
  100% {
    background: 0 0;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(255,255,255,.5);
  }
  100% {
    background: 0 0;
  }
}

/* customer */
.customer{width: 70px;position:fixed;right:0.8%; bottom:15%; margin-top: -157px; z-index:99;}
.customer dl{width: 100%;height: 70px;position: relative; z-index: 2; margin-bottom: 1px;}
.customer dl dt{width: 70px;height: 70px; box-sizing: border-box; padding: 7px 0; color:#FFFFFF;background-color: #666;cursor: pointer;position: relative; z-index: 5;transition: all 0.6s ease; text-align: center; }
.customer dl dt i{ display: inline-block; font-size:24px;font-weight: normal;}
.customer dl dt p{ font-size: 12px; margin-top: 3px;font-weight: normal;}
.customer dl:hover dt{background-color: #d50b1e;}
.customer dl.icon1 dd{width: 150px;background-color:#2386ce;padding: 10px 0;position: absolute; top: 0;right:-150px;z-index: 1;transition: all 0.6s ease; }
.customer dl.icon1 dd a{display: block; color: #fff; width: 135px; margin: 10px auto; padding-left: 45px;border-radius: 17px;text-align: left; line-height: 34px; border: solid 1px #fff; background: url(../images/fdqq.gif) center left 15px no-repeat;}
.customer dl.icon1 dd a:hover{ background-color: #ff4229; border-color: #ff4229; color: #fff;}
.customer dl.icon2 dd{width: 150px; height: 150px;position: absolute; top: 0; right: -300px; z-index: 1; transition: all 0.6s ease; }
.customer dl.icon2 dd img{ width: 100%; display: block;  border: solid 1px #eee;box-sizing: border-box;}
.customer dl.icon3 dd{width: 170px;height: 70px; line-height:50px;padding: 10px 15px;box-sizing: border-box; color: #fff;font-size: 16px; background-color:#bf1b2b; position: absolute; top: 0;right: -300px; z-index: 1; transition: all 0.5s ease;}
.customer dl:hover dd{right: 70px;}
.customer.sy{
	right:0.8%;
	margin-top: -32px;
}




#outBox{
	width: 1002px;
	height: 540px;
	margin: 2px auto;
}
.w{
	width: 450px;
	height: 450px;
}
.leftBox{
	width: 450px;
	height: 540px;
	float: left;
}
.normalBox{
	overflow: hidden;
	position: relative;
	border: 1px solid #f2f2f2;
}
.normalBox .w{
	display: none;
}
.botBox{
	width: 100%;
	height: 90px;
	background: white;
	overflow: hidden;
}
.botBox ul li{
	float: left;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-left: 26.5px;
	opacity: 0.5;
}
.bord{
	border-color: #e4393c !important;
	opacity: 1 !important;
}
.moveBox{
	width: 200px;
	height: 200px;
	background: rgba(222,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: move;
}
.magBox{
	width: 540px;
	height: 540px;
	border: 1px solid #f2f2f2;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
	z-index: 99999;
}

.magBox ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#n,.m{
	display: block !important;
}
.box{
	width: 110px;
	margin: auto;
}