/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	/*-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;*/
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size:78px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #801815;
	background:url(../image/sy5.png) no-repeat left top;
	padding-top:20px 
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #801815;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 a{
    display: block;
    width: 176px;
    border: 1px solid #cf1f37;
    padding: 6px 8px;
    font-weight: normal;
    font-size: 18px;
    margin: 0 auto;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    color: #cf1f37;
    float: left;
letter-spacing: 0;
  }
 .index_main .section1 .index_banner .item .inner .block_txt h3 a:hover{ color:#fff; background:#cf1f37}
.index_main .section1 .slick_txt{
	width:60px;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width:50px;
	height:70px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -35px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/sy3.png);
	left:10px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/sy4.png);
	right:10px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/sy1.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/sy2.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:3%;
	right: 0%;
	width:100%;
	text-align: right;
}
.index_main .section1 .number .inner{ max-width:1330px; margin:auto}
.index_main .section1 .number span{
	font-size: 14px;
	color: #fff;
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	width:50px
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width:50px;
	height: 2px;
	background: #9e9e9e;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	background:#cf1f37
}
.index_main .section2{
	background: #f5f5f5;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../image/3.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}
a:hover{ color:#d4302b}
img{ max-width:100%}
.left{ float:left}
.right{ float:right}
.clear{ clear:both}
.head1,.cent{ max-width:1330px; margin:auto}
header{ display:none}
.section6 .fp-tableCell{ display:block !important;}
.section6,.section6 .fp-tableCell{ height:auto !important}
.header{ position:fixed; top:0; left:0; width:100%; z-index:9999;}
.head1 .logo{ width:126px; }
.head1 .navz{width:70%;}
.zg{width:100%;float:left;}
.zg{ float:left; width:82%}
.zg1{float:right;width: 17%;position:relative;margin-top:30px;}
.zg1 p{ text-align:right; position:relative} 
.zg1 p a{ width:32px; line-height:22px; font-size:12px; color:#fff; text-align:center; min-height:32px; background:#d4302b; display:inline-block; border-radius:50%; padding-top:6px; margin-left:25px}
.logo img{ width:100%}
.nav1 ul{ overflow:hidden; text-align:right}
.nav1 ul li{ float:left; width:20%; text-align:center}
.nav1 ul li a{ font-size:18px; color:#fff; display:block; padding:34px 0; position:relative}
.nav1 ul li a .a2{ display:none}
.nav1 ul li a img{ vertical-align:middle; margin-left:10px}
.nav1 ul li a:hover,.nav1 ul .dq a{ color:#d4302b}
.nav1 ul li a:hover .a1,.nav1 ul .dq a .a1{ display:none}
.nav1 ul li a:hover .a2,.nav1 ul .dq a .a2{ display:inline-block}
.nav2,.sjx{ display:none}
.nng1{ width:400px}
.dropMenu{ position:absolute; top: 0; left:0; width:200px; padding:1% 0; z-index:9999;visibility: hidden; overflow:hidden;width:152px;background:#fff;margin-left:0;}
.dropMenu li{ line-height:40px; text-align:center; float:left; width:100%; text-align:center; background:url(../images/s1.png) no-repeat center right}
.dropMenu li a{ font-size:15px;display:block;color: #666;} 
.dropMenu li a img{ display:block; margin:0 auto 3%}
.dropMenu li a:hover{ color:#d4302b;}
.dropMenu li:last-child{ background:none}
#fp-nav{ display:none}
.header{ border-bottom: 1px solid rgba(255,255,255,0.25);}
.head1 .logo{ position:fixed; top:0; z-index:9999}
.footer{ background:url(../image/sy-8.jpg) no-repeat center}
.foot1{ overflow:hidden; overflow:hidden; padding:6% 0}
.foot1 div{ float:left;} 
.fo1{ width:25%;}
.fo2{ width:54%; margin:0 5.5%;}
.fo3{ width:10%;}
.fo1 p{ font-size:14px; color:#fff; margin-top:4%}
.fo1 p span{ color:#363636}
.fo1 p img{ vertical-align:middle; margin-right:10px}
.fo1 h1{ margin-bottom:10%}
.fo2{ overflow:hidden}
.fo2 ul{ float:left; width:28%;}
.fo2 ul:Last-child{ width:15%}
.fo2 ul li{ color:#fff; font-size:18px; line-height:40px}
.fo2 ul li a{ color:#a8aab0; font-size:16px;}
.fo2 ul li:first-child{ background:url(../image/sy-13.png) no-repeat left bottom; margin-bottom:10px; }
.fo3 dl dd{ margin-top:6%; color:#ccc; font-size:14px; text-align:center}
.foot2 p{ padding:1.5% 0; color:#ccc; font-size:14px; overflow:hidden}
.foot2 p span{ float:right}
.fp-viewing-two .header,.fp-viewing-three .header{ background:#fff; background-color: rgba(255,255,255,0.38); filter: Alpha(opacity=38);}
#left_service.floatBox {
position: fixed;
right: 3px;
top: auto;
transform: translateY(0%);
z-index: 9999999999999;
width: 77px;
bottom: 30%;
}
#left_service .floatLi {
position: relative;
left: 0;
display: flex;
width: auto;
height: 56px;
margin-bottom: 1px;
line-height: 27px;
text-align: center;
transition: all 0.5s ease;
}
#left_service .floatSh {
  background-size: 60%;
  background: #d4302b;
}
#left_service .alink {
display: inline-block;
width: 76px;
height: 100%;
padding: 0px 0 0 0;
font-size: 0.75rem;
font-size: 0;
line-height: 56px;
position: relative;
overflow: visible;
background: #888;
}
#left_service .alink img {
width: 42px;
margin:8px auto;
display:block;
}
#left_service .alink span {
display: none;
width: 120px;
height: 120px;
position: absolute;
left: -120px;
top: 0;
background: #fff;
padding: 3px;
}
#left_service .alink:hover span{ display:block}
#left_service .alink span img {
width: 100%;
height: 100%;
max-width: 100%;
margin:0
}
#left_service .floatLi.service4 {
  display: none;
}
#left_service .floatLi:hover{ left:-10px;}
#left_service .floatLi:hover .alink{ background:#d4302b}
.header1{ background:#fff;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15); border:0; z-index:999}
.header1 .nav1 ul li a{ color:#333}
.header1 .nav1 ul li a:hover,.header1 .nav1 ul .dq a{ background:#F2F2F2; color:#d4302b}
.banner1{ padding-top:88px}
.banner1 p img{ width:100%}
.ny-bt{ border-bottom:#E8E8E8 1px solid}
.ny-bt p{ padding:15px 0}
.ny-bt p,.ny-bt p a{ font-size:16px; color:#666}
.ny-bt p img{ vertical-align:middle; margin-right:10px}
.center{ background:url(../image/sy-16.png) no-repeat center top 90px; background-size:100%}
.ny-bt1{ font-size:30px; text-align:center; margin:40px 0}
.ny-bt1 a{ display:block; margin:20px auto 0;background: #d4302b;height: 46px; line-height: 46px; color:#fff; font-size:14px; width:130px; border-radius:5px; text-align:center}
.cent1{ max-width:1240px; margin:auto}
.gy1 h1 img{ width:100%;}
.gy1 p{ font-size:16px; line-height:30px; margin-top:1%}
.gy1{ margin-bottom:40px}
.cp-bt{ border-bottom:#E8E8E8 1px solid}
.cp-bt ul{ overflow:hidden; padding:40px 0}
.cp-bt ul li{ float:left; width:20%; text-align:center; font-size:18px; background:url(../image/c1.png) no-repeat center right; background-size:1.5px}
.cp-bt ul li:last-child{ background:none}
.cp-bt ul li img{ display:block; margin:0 auto 15px; max-width:46px;}
.ny-bt1 span{ font-size:16px; color:#999; display:block; background:url(../image/c2.png) no-repeat center bottom; background-size:60px; margin-top:5px; padding-bottom:15px}
.ny-bt2{ margin-top:140px}
.cp1{ overflow:hidden; padding:2px; margin-left:-2%}
.cp1 dl{ float:left; width:31.333%; margin-left:2%; margin-top:2%;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); padding:0 0 2%}
.cp1 dl dt img{ display:block; margin:auto; height:316px; width:100%}
.cp1 dl dd{ text-align:center;}
.b1{ font-size:16px; font-weight:bold; margin-top:2%}
.b1:hover{color: #d4302b;}
.b2{color: #d4302b; font-size:14px}
.he_ZoomInImg,.cp1 dl a dt,.cpx3 dl dt,.sy1 dl a,.sy2 ul li a{ width:100%;padding:0;margin:0;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;}
.he_ZoomInImg .he_ZoomInImg_img,.cp1 dl a dt img,.cpx3 dl dt img,.sy1 dl a,.sy2 ul li a{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg:hover .he_ZoomInImg_img,.cp1 dl a:hover dt img,.cpx3 dl:hover dt img,.sy1 dl a:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.cp2{ margin:60px 0}
.cp2-1{ background:#F0F5F9; overflow:hidden;margin-top:30px; position:relative; border-radius:5px}
.cp2-1 .cp-z{ width:50%;}
.cp2-1 .cp-y{ width:48%; padding:70px 70px 0}
.cp2-1 .cp-z p img{ width:100%}
.cp2-1 .clear{ width: 50px;
  height: 50px;
  position: absolute;
  background: #d4302b;
  font-size: 22px;
  text-align: center;
  color: #fff;
  line-height: 46px;
  border-bottom-right-radius: 36px;}
.cp2-1 .cp-y h1{font-size: 28px;
  font-weight: 600;}
.cp2-1 .cp-y h1 span{font-size: 15px;
  color: #d4302b;
  position: relative;
  font-weight: 600;
  clear: both;
  width: 100%;
  text-align: left; font-weight:normal}
.cp2-1 .cp-y h1 span::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #d4302b;
  display: block;
  margin: 10px 0 0;
}
.cp2-1 .cp-y h1 a{ display:block; margin:15px 0}
.cp2-1 .cp-y p{ font-size:14px; line-height:24px}
.cp2-1 .cp-y h2{ margin-top:20px}
.cp2-1 .cp-y h2 a{display: block;
  width: 118px;
  border: 1px solid #ccc;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;background: #d4302b;
  color: #fff;
  border: 1px solid #d4302b}
.cp3{ margin-bottom:60px}
.ny-bt .cent1{ position:relative}
.ny-bt .cent1 h1{ position:absolute; right:0; bottom:0;}
.ny-bt .cent1 h1 a{ font-size:16px; display:inline-block; margin-left:100px; position:relative; padding-bottom:15px}
.ny-bt .cent1 h1 a::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #d4302b;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -30px;
  opacity: 0;
}
.ny-bt .cent1 h1 a:hover::after{ opacity:1}
.xw1{ margin:40px 0 30px; padding:0 10px}
.xw1-1{box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  padding: 0;
  margin: 20px auto;}
.xw-z{ width:52%}
.xw-y{ width:45%; padding:40px 40px 0 40px}
.xw-z p{height: 380px !important; overflow:hidden}
.xw-z p img,.xw2-1 h1 img{height: auto !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
  -webkit-transform: translate(0%,0%) !important;
  -ms-transform: translate(0%,0%) !important;
  transform: translate(0%,0%) !important;
  position: static !important;
  float: none;
  max-width: 100%;}
.xw-y h1{ background:url(../image/c2.png) no-repeat left top; padding-top:15px; background-size:60px}
.xw-y h1 a,.xw2-1 h3 a{font-size: 24px;}
.xw-y h2,.xw2-1 h2{font-size: 14px;
  color: #666; margin:15px 0 35px}
.xw-y h3 a,.xw2-1 h4 a{
  width: 120px;
  line-height: 36px;
  color: #d5312c;
  border: 1px solid #d5312c;
  text-align: left;
  padding: 2px 15px;
  border-radius: 4px;
  position: relative;
  margin: 20px auto 0 0;
  float: left;
}
.xw-y h3 a span,.xw2-1 h4 a span{ display:inline-block; margin-left:10px}
.xw-y h3 a:hover,.xw2-1 h4 a:hover{background: #d5312c;
  color: #fff;
}
.xw2{ overflow:hidden; margin-left:-2%; margin-top:-2%; padding:10px; margin-bottom:50px}
.xw2-1{ float:left; width:48%; margin-left:2%; margin-top:2%; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); padding:10px 10px 20px}
.xw2-1 h1{width: 100% !important;
  overflow: hidden;
  height: 300px !important;}
.xw2-1 h2{ margin-bottom:15px}
.xw2-1 h3 a{ display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.xw2-1 h2,.xw2-1 h3,.xw2-1 h4{ margin-left:10px; margin-right:10px}
.fy{ text-align:center; margin-bottom:60px}
.fy a{ color: #595959;
  border: 1px solid #d9d9d9; border-radius:5px; padding:8px 14px; margin:0 5px; font-size:14px; display:inline-block}
.fy a:first-child,.fy a:last-child{ background:#EFEFEF}
.fy a:hover{background: #d4302b;
  color: #ffffff; border:#d4302b 1px solid}
.xwx1{ padding:50px 0 60px; overflow:hidden;}
.xwx1 h1{ font-size:24px; text-align:center}
.xwx1 h2{border-bottom: 1px solid #ccc;
    text-align: center; padding:20px 0}
.xwx1 h2 span{ display:inline-block; margin-left:20px}
.xwx1 h3{ text-align:center; margin:20px 0 40px}
.xwx1 h3 img{ width:19px;}
.xwx1 h3 a{height: 32px;
  width: 32px;
  padding: 6px;
  display:inline-block;
  margin: 0 12px 0 0;
  border-radius: 50%;background: #ccc;}
.xwx1 h3 a:hover {
  background: #03b529;
}
.xwx1 h3 a:nth-child(2):hover {
  background:#dc4402;
}
.xwx1 h3 a:nth-child(3):hover {
  background:#0083c9;
}
.xwx1 h3 a:nth-child(4):hover {
  background:#0279c7;
}
.xwx1 h3 a:nth-child(5):hover {
  background:#dc4d00;}
.xwx1 h4{ margin-top:20px}
.xwx1 h4 a{display: block;
  text-align: center;
  line-height: 32px;
  margin:0 auto;
  width: 120px;
  height: 32px;
  background: #888888;
  color: #fff;
  border-radius: 5px;}
.xwx1 h4 a:hover{ background:#d4302b}
.lx1{ position:relative; margin-bottom:40px}
.lx1 h1 img{ width:100%}
.lx1-1{ position:absolute; left:0; bottom:0; overflow:hidden; width:100%; padding:0 30px 30px}
.lx1-2{ max-width:520px;box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);background:#fff; margin-right:25px; background-color: rgba(255,255,255,0.9); filter: Alpha(opacity=90); float:left;border-left: 4px solid #d4302b;padding: 18px 16px;}
.lx1-2 h2{font-size: 20px;
  color: #d4302b;
  font-weight: 500;}
.lx1-2 p{ font-size:16px; margin-top:6px}
.lx1-2 p img{ vertical-align:middle; margin-right:8px}
.lx2{background-color: rgba(245, 245, 245, 1); overflow:hidden; padding-bottom:40px}
.ny-bt11{ background:url(../image/c2.png) no-repeat center bottom; padding-bottom:10px; margin-bottom:30px}
.lx2-1{ max-width:786px; margin:auto}
.lx2-1 p{ overflow:hidden; margin-bottom:15px}
.lx2-1 p span{ float:left; width:14%; font-size:16px; display:block; text-align:right; line-height:40px}
.lx2-1 p input,.lx2-1 p textarea{ float:left; width:86%;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);padding: 6px 12px; font-size:14px; border-radius:4px;border: 1px solid #ccc; line-height:26px}
.lx2-1 p span img{ vertical-align:super; margin-right:5px; width:6px}
.lx2-1 p textarea{ height:70px}
.lx2-1 p:nth-child(5) input{ width:35%; padding-right:100px}
.lx2-1 p:nth-child(5) img{ margin-left:-88px; margin-top:2px}
.lx2-1 p:last-child{ margin-left:14%}
.lx2-1 p:last-child input{ width:100%; background:#666666; color:#fff}
.lx1 h1 .c2{ display:none}
.cpx1{ margin:40px 0}
.cpx1 .left{ width:45%}
.cpx1 .right{ width:53%}
.cpx1 .right h1{ font-size:22px; font-weight:bold;border-bottom: 1px dashed #dddcdc; padding-bottom:20px}
.cpx1 .right p{ font-size:16px; margin-top:10px}
.cpx1-1{border-bottom: 1px solid #e8e8e8; padding:15px 0 40px}
.cpx2-1{border-bottom: 1px solid #ddd; overflow:hidden}
.cpx2-1 span{float: left;
    width: auto;
    font-size: 15px;
    border: 0px solid #ddd;border-left: none;
    border-top: none;height: 45px;
    text-align: center;
    padding: 10px 50px 0 50px;
    cursor: pointer;}
.cpx2-1 span:hover{ background: transparent;
    box-shadow: none;
    color: #d4302b;
    border-bottom: 2px solid #d4302b;
}
.cpx2-1 .curr1,.cpx2-1 .curr1:hover{color: #fff;
    border-bottom: 1px solid #d4302b;
    background: #d4302b;
    border: 1px #d4302b solid;}
.cpx2-1{ margin-bottom:40px}
.cpx2-3 h2{ overflow:hidden; margin:40px 0; overflow:hidden}
.cpx2-3 h2 a{ font-size:14px}
.cpx3{ overflow:hidden; margin-left:-2%; margin-bottom:50px}
.cpx3 dl{ float:left; width:23%; margin-left:2%} 
.cpx3 dl dt img{ width:100%; height:233px}
.cpx3 dl dd{ text-align:center; font-size:16px; margin-top:5px}
.small-img{
	display: flex;
	align-items:center;
	justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
	width: 539px;
	position: relative;
}
.magnifier img{ max-width:inherit}
.magnifier-container{
	width: 539px;
	height: 432px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.move-view{
	width: 100px;
	height: 100px;
	position: absolute;
	background: rgba(254, 238, 167, .3);
    border: 1px solid rgba(212, 212, 212, .3);
}
.images-cover{
	height: 100%;
	width: 100%;
	position: relative;
}
.images-cover img{
	position: absolute;
}
.magnifier-assembly{
	height: 120px;
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: ;
	position: absolute;
	width: 100%;
	left: 590px;
	bottom: 0;
}
.magnifier-btn{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
}
.magnifier-btn span{
	line-height: 80px;
	height: 30px;
	width: 30px;
	color: #fff;
	display: block;
	z-index: 9998;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px;
	margin-top:25px
}
.magnifier-btn .magnifier-btn-left{
	float: left;
	background:url(../image/cp-22.png) no-repeat center
}
.magnifier-btn .magnifier-btn-right{
	float: right;
	background:url(../image/cp-23.png) no-repeat center
}
.magnifier-btn .magnifier-btn-left:hover{
	background:url(../image/cp-24.png) no-repeat center
}
.magnifier-btn .magnifier-btn-right:hover{
	background:url(../image/cp-25.png) no-repeat center
}
.magnifier-line{
	position: relative;
	overflow: hidden;
	height: 120px;
}
.magnifier-line ul{
	display: block;
	font-size: 0;
	width: 10000%;
	position: absolute;
	left: 0;
	z-index: 9997;
}
.magnifier-line li{
	float: left;
	width: 158px;
	cursor: pointer;
}
.magnifier-line ul > .active .small-img{
	border:2px solid #d4302b;
}
.small-img{
	height: 120px;
	padding: 1px;
	margin: 0 10px;
	overflow: hidden;
	/*! border: 1px solid #ddd; */
	text-align: center;
}
.small-img img{
	max-width: 100%;
	max-height: 100%;
}
.magnifier-view{
	width:300px !important;
	height:200px !important;
	position: absolute;
	right: -56%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	display: none;
	overflow: hidden;
	box-shadow:0 0 10px #ccc;
	border:#fff 6px solid
}
.magnifier-view img{
	display: block;
}
.animation03{
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}
.flexslider{position:relative;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li a{ display:block;}
.flex-control-nav{position:absolute;bottom:40px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:140px;height:18px;margin:0;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:140px;height:18px;line-height:50px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.slides li img{ width:100%}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:72px;height:86px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:5%;background:url(../images/cpxq_1.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:5%;background:url(../images/cpxq_2.png) center center no-repeat;}
.flex-control-nav,.flex-direction-nav{ display:none}
#demo1{ display:none}
.sy1{ overflow:hidden}
.sy1 dl{ float:left;}
.sy-bt{ text-align:center; font-size:16px; color:#fff; background:url(../image/sy5.png) no-repeat center bottom; background-size:50px; padding-bottom:15px;}
.sy-bt strong{ font-size:36px; display:block; margin-bottom:10px}
.sy-bt strong span{ color:#d4302b}
.sy1 dt{width: 298px; height: 220px; position:relative}
.sy1 dt img{ display:block; margin:auto}
.sy1 .d1{ display:block}
.sy1 .d1 img:nth-child(2){ width:72px; height:72px; position:absolute; left:50%; top:50%; margin-left:-36px;}
.sy1 .d2{ border-radius:50%; display:none;width: 160px;height: 156px;}
.sy1 dl dd{ text-align:center; color:#fff; font-size:26px; font-weight:bold; font-style:italic; margin-top:30px}
.sy1 dl dd span{ display:block; font-size:18px; font-weight:normal}
.sy1 a:hover .d1{ display:none}
.sy1 a:hover .d2{ display:block}
.sy1 a:hover dt{ box-sizing:border-box; padding-top:60px}
.sy1 dl a:hover,.sy2 ul li a:hover{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}
.section2 .sy-bt{ position:absolute; top:15%; width:100%; left:0}
.sy1 dl{ position:absolute; left:3%; top:52%}
.sy1 dl:nth-child(2){ position:absolute; left:24%; top:26%}
.sy1 dl:nth-child(3){ position:absolute; left:35%; top:45%}
.sy1 dl:nth-child(4){ position:absolute; left:60%; top:30%}
.sy1 dl:nth-child(5){ position:absolute; left:75%; top:5%}
.df1{ position:fixed; left:0; bottom:6%; left:0; width:100%; z-index:999}
.df1 img{ display:block; margin:auto;}
.sy2-bt{ font-size:40px; text-align:center; color:#fff; font-weight:bold}
.sy2-bt span{ font-size:30px; color:#48ffff; letter-spacing:4px; display:block; background:url(../image/sub_title_line.png) no-repeat center; max-width:475px; line-height:59px; margin:auto; margin-top:10px;}
.sy20{ position:relative; min-height:570px;}
.sy2 ul li{font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 500px;transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;}
.sy2 ul li a {
  color: #fff;
  display: block;
  float: right;
  width: 166px;
  background:url(../image/type_over_imgbg.png) no-repeat center center;
  height: 166px;
  line-height: 166px;
}
.sy2 ul li:nth-child(1) a,.sy2 ul li:nth-child(2) a,.sy2 ul li:nth-child(3) a{
	float:left;}
.sy2 ul li:nth-child(1){background:url(../image/line6.png) no-repeat 42% 142px;top: -16px; left: 85px; padding: 0px 0 120px 0;}
.sy2 ul li:nth-child(2){background:url(../image/line2.png) no-repeat 28% 82px;top: 160px; left: 0px; padding: 0px 0 110px 0;}
.sy2 ul li:nth-child(3){background:url(../image/line4.png) no-repeat 26% 86px;top: 322px; left: 32px;padding: 0 0 72px 0;}
.sy2 ul li:nth-child(4){background:url(../image/line1.png) no-repeat 76% 142px;top: -26px;  left: 572px; padding: 0px 0 120px 0;}
.sy2 ul li:nth-child(5){background:url(../image/line4.png) no-repeat 76% 142px;top: 140px; left: 698px;padding: 0 0 120px 0;}
.sy2 ul li:nth-child(6){background:url(../image/line3.png) no-repeat 76% 85px;top: 416px; left: 626px; padding: 0px 0 56px 0;}
.sy2 ul li a:hover{  background:url(../image/type_over_img2.png) no-repeat center center;
  font-size:0;
  padding: 70px 0 0 0;
  }
.sy2 ul li:nth-child(1) a:hover { background:url(../image/type_over_img4.png) no-repeat center center;}
.sy2 ul li:nth-child(2) a:hover { background:url(../image/type_over_img2.png) no-repeat center center;}
.sy2 ul li:nth-child(3) a:hover { background:url(../image/type_over_img6.png) no-repeat center center;}
.sy2 ul li:nth-child(4) a:hover { background:url(../image/type_over_img5.png) no-repeat center center;}
.sy2 ul li:nth-child(5) a:hover { background:url(../image/type_over_img1.png) no-repeat center center;}
.sy2 ul li:nth-child(6) a:hover { background:url(../image/type_over_img3.png) no-repeat center center;}
.sy4{ position:absolute; right:0; top:0; width:50%; height:100%;background:#fff; background-color: rgba(255,255,255,0.23); filter: Alpha(opacity=23); padding-top:5%}  
.sy4-1,.sy4-2{ padding:5% 12%}
.sy4-1 h1{ font-size:48px; font-weight:bold; color:#fff; background:url(../image/xt.png) no-repeat left bottom; padding-bottom:10px;}
.sy4-1 h2{ font-size:42px; font-weight:bold; color:#fff; margin-top:20px}
.sy4-1 h2 img{ vertical-align:middle; margin-right:20px}
.sy4-2{ border-top:1px dashed rgba(255, 255, 255, 0.4)}
.sy4-2 h3{ font-size:28px; font-weight:bold; color:#fff; margin-bottom:30px}
.sy4-2 h3 span{ display:block; font-size:18px; font-weight:normal}
.sy4-2 p{ margin:12px 0;}
.sy4-2 p input,.sy4-2 p textarea{ color:#fff; width:100%; background:none; border-radius: 2px; padding:6px 12px; border: 1px solid #ccc;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);}
.sy4-2 p textarea{ height:80px} 
.sy4-2 p:last-child input{background: #d4302b;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 0;
    width:200px;
    line-height: 42px;
    border-radius: 3px;}
.sy4-2 p input::-webkit-input-placeholder,
.sy4-2 p textarea::-webkit-input-placeholder{ color: #fff;}
.sy4-2 p input:-moz-placeholder,
.sy4-2 p textarea:-moz-placeholder{ color: #fff;}
.sy4-2 p input::-moz-placeholder,
.sy4-2 p textarea::-moz-placeholder{ color: #fff;}
.sy4-2 p input:-ms-input-placeholder,
.sy4-2 p textarea:-ms-input-placeholder{ color: #fff;}  
.sy3 .left{ width:25%}
.sy3 .right{ width:75%}
.sy3 .left h1{ font-size:48px; font-weight:bold; color:#fff; margin-bottom:20px}
.sy3 .left h1 span{ display:block; font-size:28px;}
.sy3 .left h2 a{ display:block; border: 1px solid #737373;
    border-radius: 2px !important;
    height: 42px;
    line-height: 42px;
	width:132px; text-align:center;
    background: NONE;color: #737373;}
.sy3 .left h2 a:hover{ color:#fff; background:#d4302b; border:#d4302b 1px solid}
.blue{ width:146%}

.sy-bt1{ color:#999; margin:4% 0}
.sy-bt1 strong{ font-weight:normal; color:#333}
.ss1{ max-width:460px; margin:auto; font-size:14px; border-radius:5px}
.ss1 input{ height:40px; line-height:40px;}
.ss1 input:nth-child(1){ width:85%; border:#ddd 1px solid; border-radius:5px 0 5px 0; background:url(../image/ss-1.png) no-repeat left 10px center #fff; padding:0 30px}
.ss1 input:nth-child(2){ width:15%; border:#d4302b 1px solid; background:#d4302b; color:#fff; border-radius:0 5px 5px 0}
.ss2{ margin:10% 0}
.ss2 p{ text-align:center; font-weight:bold; font-size:15px}
.ss2 p img{ vertical-align:middle; margin-right:10px}
.fy a{ font-weight:normal}
.ss3{ margin:3% 0 4%}
.ss3 ul li{ padding:10px 15px; overflow:hidden}
.ss3 ul li span{ float:left; width:54%;}
.ss3 ul li span:nth-child(2){ width:35%;}
.ss3 ul li span:nth-child(3){ width:11%;}
.ss3 ul li,.ss3 ul li a{ font-size:12px; color:#999}
.ss3 ul li:first-child{ background:#FBFAFB}
.ss3 ul li:first-child,.ss3 ul li a{ font-size:16px; color:#333}
.ss3 ul li a{ display:block; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ss3 ul li span:last-child{ text-align:center}
.ss3 ul li a:hover{ color:#65beba}
@media only screen and (max-width: 1366px){
	.head1,.cent,.index_main .section1 .number .inner,.cent1{ margin:auto; padding-left:10px; padding-right:10px}
	.dropMenu{ width:137px}
	.fo1{ width:28%}
	.fo2{ width:51%}
	.block_txt .cent{ max-width:980px}
	.index_main .section1 .index_banner .item .inner .block_txt h4{ font-size:54px}
	.index_main .section1 .index_banner .item .inner .block_txt h2{ font-size:42px}
	.index_main .section1 .index_banner .item .inner .block_txt{ top:35%}
	.sy1 dt{width: 198px;height: 154px;}
	.sy1 .d1 img:nth-child(2){ width:55px; height:55px}
	.sy1 dl dd{ font-size:20px}
	.sy1 dl dd span{ font-size:14px}
	.sy1 .d2{ width:110px; height:110px}
	.sy1 dl dd{ margin-top:10px}
	.sy1 dl{ position:absolute; left:0%; top:52%}
	.sy1 dl:nth-child(2){ position:absolute; left:17%; top:28%;}
	.sy1 dl:nth-child(3){ position:absolute; left:30%; top:44%;}
	.sy1 dl:nth-child(4){ position:absolute; left:50%; top:30%}
	.sy1 dl:nth-child(5){ position:absolute; left:63%; top:5%}
	.section2 .sy-bt{ top:25%}
	.sy20{ margin-top:16%}
	.sy3 .left{ padding-top:14%}
	.sy3 .left h1{ font-size:32px}
	.sy3 .left h1 span{ font-size:18px}
	.sy3 .left h2 a{ font-size:14px}
	.sy3 .left{ width:16%}
	.sy3 .right{ width:82%}
	.sy4-1 h1{ font-size:34px; background-size:100px}
	.sy4-1, .sy4-2{ padding: 5% 4%;}
}
@media only screen and (max-width: 1024px){
	header{ display:block}
	.head1,.cent,.index_main .section1 .number .inner,.cent1{ padding:0 4%}
	.zg1,.zg{ display:none}
	.mean-container .mean-nav{ border-bottom:1px solid rgba(255,255,255,0.25)} 
	.head1 .logo{ width:78px}
	.index_main .section1 .index_banner .item .inner .block_txt h4{ font-size:50px}
	.index_main .section1 .index_banner .item .inner .block_txt h2{ font-size:30px}
	.index_main .section1 .index_banner .item .inner .block_txt h3 a{ font-size:16px}
	.index_main .section1 .number span,.index_main .section1 .number span::after{ width:30px}
	.foot1{ display:none}
	.foot2 p{ text-align:center; padding:6% 0}
	.foot2 p span{ float:none; display:block; margin-top:2%}
	.header1{ height:69px}
	.banner1{ padding-top:69px}
	.ny-bt p, .ny-bt p a{ font-size:14px}
	.ny-bt1{ font-size:24px}
	.ny-bt1 a{ width:100px; height:35px; line-height:35px}
	.gy1 p{ font-size:14px; line-height:24px}
	#left_service.floatBox{ display:none}
	.cp1 dl dt img{ height:190px}
	.cp2-1 .cp-y{ padding:30px}
	.ny-bt2{ margin-top:60px}
	.ny-bt .cent1 h1{ right:4%}
	.ny-bt .cent1 h1 a{ margin-left:50px}
	.xw-z p{height: 300px !important;}
	.xw2-1 h1{ height:200px !important}
	.lx1-2{ width:60%; margin-right:0; margin-top:20px; float:none}
	.lx1 h1 .c1{ display:none}
	.lx1 h1 .c2{ display:block}
	.cpx3 dl dt img{ height:140px}
	#demo1{ display:block} 
	.magnifier{ display:none}
	.sy1 dl,.sy2 ul li{ position:relative !important; left:inherit !important; right:inherit !important; top:inherit !important; bottom:inherit !important; width:50%}
	.sy1 dt{ width:100%}
	.section2 .sy-bt{ position:relative}
	.sy1 dl:nth-child(5){ margin-left:25%}
	.sy2 ul{ overflow:hidden} 
	.sy2 ul li{ padding:0 !important; float:left; background:none !important; margin-top:10px}
	.sy2 ul li a{ float:none !important; margin:auto; height:130px; line-height:130px}
   .sy3 .left,.sy3 .right{ width:100%}  
   .sy4-1 h1,.sy3 .left h1,.sy-bt strong,.sy2-bt,.sy4-1 h2{ font-size:28px}
   .sy3 .left h1 span{ font-size:18px}
   .sy1 dl dd,.sy2-bt span,.sy4-2 h3{ font-size:20px}
   .sy4{ padding-top:20%}
   .sy4-2 h3 span{ font-size:16px}
   .sy2-bt span{ width:352px; background-size:100%}
   .sy2 ul li{ font-size:24px}
   .sy1 dt{ width:298px; height:220px; margin:auto}
   .sy1 .d1 img:nth-child(2){margin-left: -23px;}
   
}
@media only screen and (max-width:640px){
	.head1,.cent,.cent1{ padding:0 3%}
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{ font-size:30px}
	.index_main .section1 .index_banner .item .inner .block_txt h2{ font-size:20px}
	.index_main .section1 .index_banner .item .inner .block_txt h3 a{ font-size:14px; width:150px; line-height:28px}
	.index_main .section1 .slick_txt .slick_arrow{ display:none} 
	.index_main .section1 .number span, .index_main .section1 .number span::after{ width:10px}
	.index_main .section1 .number span::after{ height:10px; border-radius:50%}
	.index_main .section1 .number{ text-align:center}
.header1{ height:67px}
	.banner1{ padding-top:67px}
	.cp-bt ul{ margin-top:-4%}
	.cp-bt ul li{ font-size:16px; width:33.333%; margin-top:4%}
	.ny-bt1 span,.b1{ font-size:14px}
	.cp1 dl{ width:48%}
	.cp1 dl dt img{ height:137px}
	.ny-bt2{ margin-top:50px}
	.cp2-1 .cp-z,.cp2-1 .cp-y{ width:100%}
	.cp2-1 .cp-y{ padding:20px}
	.cp2-1 .cp-y h1{ font-size:24px}
   .cp2{ margin:40px 0}
   .cp3{ margin-bottom:40px}
   .ny-bt .cent1 h1{ position:relative; text-align:center; right:0; padding-bottom:20px}
   .ny-bt .cent1 h1 a{background: #d4302b !important; color:#fff; padding:8px 10px; margin:0 10px;}
   .xw-z,.xw-y{ width:100%}
   .xw-z p{height:250px !important;}
	.xw2-1 h1{ height:200px !important}
	.xw-y h1 a, .xw2-1 h3 a{ font-size:15px}
	.xw-y{ padding:4%}
	.xw-y h2{ margin:10px 0 0}
	.xw2-1{ width:98%}
	.fy{ margin-bottom:50px}
	.xw2{ margin-bottom:40px}
	.xwx1 h1{ font-size:20px}
	.xwx1{ padding:40px 0}
	.xwx1 h2{ text-align:left; margin-bottom:20px}
	.xwx1 h2 span{ display:block; margin-left:0}
	.xwx1 h3{ display:none}
	.lx1-2{ width:100%; padding:30px}
	.lx1-1{ position:relative}
	.lx1-1{ padding:0; margin-top:-20px; padding:0 5px 5px; margin-bottom:30px}
	.lx1-2 p{ overflow:hidden;}
	.lx1-2 p img{ float:left; margin-bottom:10px}
	.lx2-1 p span,.lx2-1 p input, .lx2-1 p textarea{ width:100%; text-align:left}
	.lx2-1 p{ margin-bottom:5px}
	.lx2-1 p:nth-child(5){ position:relative}
	.lx2-1 p:nth-child(5) input{ width:100%}
	.lx2-1 p:nth-child(5) img{ margin-left:0; position:absolute; right:2px; bottom:3px; margin-top:0}
	.lx2-1 p:last-child{ margin-left:0; margin-top:10px}
	.lx2-1 p:last-child input{ text-align:center}
	.lx2{ padding-bottom:20px}
	.center{ background:url(../image/sy-16-sj.png) no-repeat center top 90px; background-size:100%}
	.cpx1 .left,.cpx1 .right{ width:100%} 
	.cpx1 .right h1{ text-align:center; font-weight:normal}
	.cpx2-1 span{padding: 10px 20px 0 20px; font-size:18px} 
	.cpx2-1 .curr1, .cpx2-1 .curr1:hover{ border:0; background: transparent;
    box-shadow: none;
    color: #d4302b;
    border-bottom: 2px solid #d4302b;
}
.cpx2-3 h2{background: rgba(0, 0, 0, 0.02);}
.cpx2-3 h2 a{ width:50%; text-align:center; padding:15px}
.cpx2-3 h2 a span{ display:block; margin-top:2px}
.cpx2-3 h2 .left{border-right: 1px solid rgba(0, 0, 0, 0.04);}
.cpx3 dl{ overflow:hidden; width:98%; border-bottom:#ddd 1px solid; padding:10px 0}
.cpx3 dl dt{ float:left; width:32%}
.cpx3 dl dd{ float:right; width:65%; text-align:left}
.cpx3 dl dt img{ height:90px}
.cpx3 dl:last-child{ border:0; padding-bottom:0}
.cpx1 .left{ margin-bottom:10px}
.slides li span{ font-style:italic}
.cpx1-1{ padding-bottom:30px}
.cpx1{ margin-bottom:20px}
.sy1 .d1 img:nth-child(2){ width:42px; height:42px; margin-left:-21px;top: 38%;}
.sy1 dl dd{ margin-top:-20px; font-size:18px}
.sy1 dl dd span{ font-size:14px}
.sy1 dt{ height:159px}
.blue{ width:100%; margin-top:20px} 
.sy4{ width:100%}
.sy4-1, .sy4-2{ padding:5%}
.sy4{ padding-top:28%}
.df1{ display:none}
.sy1 dt{ width:100%}

.center{ overflow:hidden}
.ss3 ul li:first-child, .ss3 ul li a{ font-size:14px}
.ss3 ul li span{ width:64%}
.ss3 ul li span:nth-child(2){ display:none}
.ss3 ul li span:nth-child(3){ width:36%}
.fy a{ padding:6px 12px}
}