﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#91989f; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}
.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.con{width:94%; margin:0 auto;max-width: 1560px;}
.container { width:94%; margin:0 auto;max-width: 1560px;}
.header{width:100%; position:fixed; top:0; left:0; z-index:9999;/*background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%); */
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.header:hover{background:rgba(255,255,255,0.9)}
.header.on{box-shadow:0 0 10px #aaa;background:rgba(255,255,255,0.9);}

.header .logo{float:left; margin:20px 0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header .logo img{width:auto; height:50px;display:block}
.header .logo .img2 { display: none}
.header.on .logo .img1{ display:none}
.header.on .logo .img2 { display:block}
.header:hover .logo .img2 { display:block}
.header:hover .logo .img1 { display:none}

.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header.on .right ul li{color: #333;}
.header.on .right ul li a{color: #333;}

.header .right { float:right; margin-left:50px;}
.right .dh {float: left;margin-left: 10px;padding-top: 7px;}
.header:hover .right ul li{color: #333;}
.header:hover .right ul li a{color: #333;}
.header .right ul li {line-height: 90px;padding: 0 10px;float: left;font-size: 20px;color: #fff;position: relative;}
.header .right ul li i {font-size: 20px;}
.header .right ul li:hover{color: #333;}
.header .right ul li a {color: #fff;}
.header .right ul li:hover a{color: #333;}
.header .right ul li .w_x {position: absolute;width: 120px;left: 50%;margin-left: -60px;top: 90px;display: none;}
.header .right ul li:hover .w_x {display: block;}
.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}
.header .right .wx .e_j {position: absolute;width: 120px;left: 50%;margin-left: -60px;top:80px;background: #fff;display: none}
.header.on .right .wx .e_j{top: 86px;}
.header .right .wx .e_j img {width: 100%;display: block;}
.header .right .wx .e_j p {line-height: 1.8;color: #333;text-align: center;font-size: 14px;}
.header .right .wx:hover .e_j{display: block;}
.header .right .yy {line-height: 90px;display: inline-block;padding: 0 10px;color: #fff;position: relative;font-size: 18px;}
.header.on .right .yy {color: #333;}

.header .right .yy i { }
.header .right .yy .x_l {width:100px;top: 90px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none}

.header .right .yy .x_l a {color: #333;display: block;font-size: 14px;text-align: center;}
.header .right .yy .x_l a:hover{color: #2d539c;}




.searchIpt {width: 240px;height: 30px;position: absolute;right: 0;top:80px;display: none;z-index: 10;}

.searchIpt .search_txt {width: 182px;padding: 0 0 0 10px;line-height: 30px;background: #333;color: #fff;border: 0;height: 30px;float: left;}

.searchIpt .search_btn {width: 58px;background: #0068ba;border: 0;float: right;color: #fff;height: 30px;cursor: pointer;}
.header .nav{float:right;}
.header .nav i{font-size:15px; color:#666; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header.on .nav{ float:right; }
.header .nav ul li{margin:0; line-height:90px; float:left;  padding:0 25px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}


.header .nav ul li a{display:block; font-size:16px;font-weight: bold;color:#fff; }
.header.on .nav ul li a{display:block; color:#222;}
.header:hover .nav ul li a{display:block; color:#222;}
.header .nav ul li span{width:0; height:2px; background-color:#fff; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header.on .nav ul li span{background-color:#dd0303;}
.header:hover .nav ul li span{background-color:#dd0303;}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}
.full_text {display: none}
.full_text.on {display:block}
.header .nav ul li.po{position: static;}
.nav .y_j{position:relative;}
.nav .e_j{width:100%; background:url(../images/nav.jpg) center / 100% repeat-y; position:absolute; top:90px; left:0; display:none; z-index:9999;}
.nav .e_j .xx1{display: flex;align-items: stretch;justify-content: space-between;}

.nav .e_j em {
  font-size: 10px;margin-right: 4px;font-weight: normal;vertical-align: middle;
}
.nav .e_j .left {width: 20%;float: left;padding: 50px 25px 50px 0;background: #f4f4f4;}
.nav .e_j.yyly .left {width: 40%;}
.nav .e_j .yb {width:  70%;float: right;padding: 50px 0;}
.nav .e_j.yyly .yb {width:55%;}

.nav .e_j .yb .w_z {width:calc(100% - 420px);float: left;}

.nav .e_j .yb .w_z p {font-size: 14px;line-height: 1.8;color: #555;}
.nav .e_j .yb .w_z .mores a {font-size: 14px;color: #555;margin-top: 20px;font-weight: normal;}
.nav .e_j .yb .w_z .mores a em {display: inline-block;margin-left: 10px;font-size: 14px;vertical-align: middle;}
.nav .e_j .yb .w_z .mores a:hover {color: #ff0000;}
.nav .e_j .yb .tp {width:390px;float: right;}
.nav .e_j .yb .tp img {width: 100%;display: block;}
.header .nav ul li .e_j .xx1 .hd {width: 40%;float: left;padding: 50px 25px 50px 0;background: #f5f5f5;}
.header .nav ul li .e_j .xx1 .hd ul li{ display:inline-block;width: 31.3333%;line-height:34px;padding: 0;margin: 0 1% 2%;border-radius: 6px;overflow: hidden;}
.header .nav ul li .e_j .xx1 .hd ul li a {display:block; font-size:16px; color:#000; line-height:36px;font-weight: normal;border:1px solid rgba(0,0,0,0.15); border-radius: 6px;text-align:center}
.header .nav ul li .e_j .xx1 .hd ul li:hover a {color: #fff}
.header .nav ul li .e_j .xx1 .hd ul li:hover {background:  #ff0000;}
.header .nav ul li .e_j .xx1 .hd ul li.on a {color: #fff}
.header .nav ul li .e_j .xx1 .hd ul li.on {background:  #ff0000;}
.header .nav ul li .e_j .xx1 .bd {width:55%;float: right;padding: 50px 0;}
.header .nav ul li .e_j .xx1 .bd a {display:block; font-size:15px;width: 20%;float: left;line-height: 40px;text-align: left;font-weight: normal;}
.header .nav ul li .e_j .xx1 .bd a:hover{color: #ff0000;}
.header .nav ul li .e_j.yyly .left a{width: 31.3333%;float: left;margin: 0 1% 2%;}
.header .nav ul li .e_j .left a{display:block; font-size:16px; color:#000;line-height:34px; border:1px solid rgba(0,0,0,0.15);border-radius: 6px; text-align:center;font-weight: normal;margin-bottom: 10px;}
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,.5); position:absolute; top:0px; left:150px; display:none; z-index:9999;}
.header .nav .e_j .left a:hover{background-color:#ff0000; color:#fff;}

@media (min-width:1150px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 80px;display: none;}
}

@media (max-width:1500px){

	.header .nav ul li {
    padding: 0 12px;}
	
	
}
@media (max-width:1281px){

	
	.header .nav ul li .e_j .xx1 .bd {
  width: 58%;
}
	.header .nav ul li .e_j .xx1 .bd a {
  width: 25%;
}
	
	
	
	
}



@media only screen and (max-width:1150px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#fff; width:100%}
.header .container{ padding:0; height:60px; width:94%}
	.searchIpt {
    top: 45px;
}
	.header .nav ul li .e_j .xx1 .hd {
  background: #fff;
}
	.header .right a {
    line-height: 28px;
    font-size: 16px;
    margin-right: 10px;
    width: 28px;
}
	.header .right a i {
    line-height: 28px;
}
.header .logo{margin:10px auto;}
.header.on .logo{margin:10px auto;}
	.header .logo .img2 {
  display: block;
}
	.header .logo .img1 {
  display: none;
}
	.header .logo img {
  height: 40px;
}
	.header .right {
    margin-left: 0px;
    margin-top: 0;margin-right: 40px;
}
	
	.header .right .yy {
  line-height: 60px;
  color: #222;
}
	.header .right ul li {
  line-height: 60px;
  color: #222;
}
	 .header .nav ul li {
    padding: 0;
  }
	.nav .e_j .xx1 {width: 100% !important;flex-wrap: wrap;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:100%}
.header .nav{width:100%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
	.header .nav ul li .e_j .xx1 .hd {
  width: 100%;
  padding:20px 0 20px 0;
}
	.header .nav ul li .e_j .xx1 .hd ul li {
  width: 100%;
  line-height: 34px;
  margin: 0 0 5px;
}
	.header .nav ul li .e_j .xx1 .bd {
    width: 100%;padding: 0;
  }
	.nav .e_j.yyly .left {
  width: 100%;padding: 20px 0 20px 0;
}
	.nav .e_j .con {
    width: 100%;
  }
	.header .nav ul li .e_j.yyly .left a {
  width: 100%;
  margin: 0 0 5px;
}
	.nav .e_j .left {
  background: #fff;padding: 20px 0 20px 0;
}
.header.on .nav ul li a { font-size: 16px;color: #333;}
.header .nav i{display:block;font-size: 18px;color: #333}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid #ccc; float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid #ccc; background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;padding: 0;}
	.nav .e_j .yb {display: none;
}
	
	.nav .e_j .left {
    width: 100%;
}
	.header .nav ul li .e_j .xx1 .hd {
    width:100%;
}
	.header .nav ul li .e_j .xx1 .hd ul li a {
    border-bottom: 0px solid rgba(0,0,0,0.15);
}

	.header .nav ul li .e_j .xx1 .bd a {
    width: 33.3333%;
}
.header .nav ul li .e_j a { color:#333;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{font-size:16px; color:#333;}
	.header.on .nav .e_j {
    top: auto;
}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}




.ban{width:100%; position:relative;}
.video1 {
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
    object-fit: fill;
    display: block;z-index: 1
}
.ban .swiper-slide{width:100%; height:100vh;}
.ban .swiper-pagination{bottom:20px !important;}
.ban .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background: rgba(255,255,255,0.6)}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;border: #fff 1px solid;}
.ban .swiper-slide .bg1 {
	position: absolute;
    height: 100vh;
	overflow: hidden;
	width:100%;
	left:0px !important;
	top:0px;z-index: 5;
}

.ban .swiper-slide .bg1 img {
	display: block;
	width: 100%;
	height:100%;object-fit: cover;
	-webkit-transition: transform 7.6s linear;
	-moz-transition: transform 7.6s linear;
	-o-transition: transform 7.6s linear;
	-ms-transition: transform 7.6s linear;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.ban .swiper-slide.swiper-slide-active .bg1 img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    -khtml-opacity:1; 
    opacity: 1; 
}

.ban .swiper-slide .word {
	position: absolute;
	left:50%;top: 50%;transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
	height: 246px;
	z-index: 10;text-align: center;
}

.ban .swiper-slide .word.l1 h4{text-align: left;}
.ban .swiper-slide .word.l1 h3{text-align: left;}
.ban .swiper-slide .word h4 {
	display: block;font-size: 26px;color: #fff; margin-top: 20px;letter-spacing: 2px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .4s;
	-webkit-transition: all .2s linear .4s;text-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.ban .swiper-slide .word h3 {
	font-size: 56px;
	color: #fff;letter-spacing: 3px;
	line-height: 55px;font-weight: bold;
	margin: 15px 0 15px 0;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .2s;
	-webkit-transition: all .2s linear .2s;text-shadow: 0 0 15px rgba(0,0,0,0.35);
}


.ban .swiper-slide .word a.xq {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;background: #dd0303;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 50px;
	position: absolute;
	bottom: 0;right: 50%;margin-right: -100px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .6s;
	-webkit-transition: all .2s linear .6s;border-radius:30px;text-align: center;
}
.ban .swiper-slide .word.l1 a.xq {
	bottom: 0;left: 0%;margin-left:0px;
}

.ban .swiper-slide .word a.xq:after {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	background: url(../images/rights.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
}
.ban .swiper-slide .word a.xq:hover{background: #990202;}

.ban .swiper-slide.swiper-slide-active .word h4 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
   
}

.ban .swiper-slide.swiper-slide-active .word h3 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

/*关于我们*/
.index4{padding:70px 0 50px; position: relative;}
.index4 .text{width:48%; float:left; padding:0 0 35px 0;}
.index4 .text .H4{font-size:36px; color:#333; text-transform: uppercase; font-weight: bolder; font-family: Arial;}
.index4 .text .bold{font-weight: bold;}
.index4 .text .thin{font-weight:normal;}
.index4 .text .H5{font-size:36px; color:#313131; padding:5px 0 20px 0; position: relative;font-weight: bold;}
.index4 .text .H5::after{width:40px; height: 2px; content: ""; position: absolute; bottom:0; left: 0; background-color:#dd0303; opacity: .9;}
.index4 .text .p{font-size:16px; color:#333; line-height: 2; margin: 20px 0 35px;height: 217px;overflow: hidden;}
.more2{display:block; width:163px; height: 45px; line-height: 45px; background-color:#dd0303;border:1px solid #dd0303;  text-align: center; font-size:16px; color:#fff;border-radius: 25px;}
.more2:hover{background-color:transparent; border:1px solid #dd0303; color:#dd0303;}

.videoR{ width:48%;padding:0 0 32px 5%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;float: right;box-sizing: border-box;}
.videoR .pic{height:auto;overflow: hidden;}
.videoR .playBtn{width:90px; height: 90px; position: absolute; top:37.98%; left: 11.11%; cursor: pointer;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}
.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}

@media screen and (max-width:1549px){
	.index4Num .big{font-size:60px;}
}
@media screen and (max-width:1199px){
	.index4{padding:60px 0;}
	.index4Num .big{font-size:50px;}
	.index4Num .p2{display:block;}
	.videoR{padding:0 0 30px 30px;}
	.videoR .playBtn{width:60px; height: 60px; left: 0px;}
	.index4Num{margin-top:30px; padding-top:30px;}
	.index4 .text .H4{font-size:28px;}
	.index4 .text .H5{font-size:22px;}
	.videoBox2{width:90%;}
}
@media screen and (max-width:767px){
	.index4{padding:40px 0 30px 0;}
	.index4 .text{padding:0; width:100%;}
	.videoR{position:relative;}
	.index4 .text .H4{font-size:20px;}
	.index4 .text .H5{font-size:16px; padding:10px 0;}
	.index4 .text .p{font-size:13px; line-height: 22px; height: 110px; margin: 15px 0;}
	.more2{width:120px; font-size:12px;}
	.index4Num{margin-top:20px; padding-top:20px;}
	.index4Num .big{font-size:30px; line-height: 30px;}
	.index4Num .p2{font-size:13px; margin-top:5px;}
	.videoR{width:100%; top:auto; margin-top:20px; padding:0 0 20px 20px;}
	.videoR .pic{height: auto;}
	.videoR .playBtn{width:30px; height: 30px; top:50%; margin-top:-15px; left: 5px;}
	
}

.product-number-info {
  
    position: relative;padding:110px 0;width: 100%;margin:50px auto 0;background:url(../images/sjbj.png) center / cover no-repeat;
}
.product-number-info h2 {font-size: 30px;text-align: center;color: #fff;margin-bottom: 50px;}

.product-number-info .product-number-inner {
    width:100%;
    margin: 0 auto;
}

.product-number-info ul {display: flex;justify-content: space-between;
    
}

.q {
    zoom: 1; }

.product-number-info li {transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
    float: left;
    width: 25%;
    color: #fff;
    padding-top: 1px;box-sizing: border-box;text-align: center;height: 116px;border-radius: 10px;position: relative;
}
.product-number-info li:after{content: '';width: 1px;height: 60px;background:#e8e8e8;position: absolute;right: 0;top: 50%;margin-top: -30px;}

.product-number-info li:last-child:after {display: none;
}
.product-number-info li:hover b{color: #dd0303;}
.product-number-info li b {
    font-size: 55px;font-weight: bold;color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}
.product-number-info li h3 {font-size: 20px;color: #333;letter-spacing: 1px;}
.product-number-info li p {
    font-size: 16px;color: #fff;
}
.product-number-info li:hover p{color: #dd0303;}
.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}
.sy_cpjs{padding: 10px 0 80px;overflow: hidden;}
.sy_cpjs .hd ul{text-align: center;}
.sy_cpjs .hd ul li{ display:inline-block;border: 1px solid #ece6e6;background: #f5f5f5; border-radius: 8px;position: relative;margin: 0 8px;padding: 10px 30px;font-size: 18px;color: #333;}
.sy_cpjs .hd ul li i {font-size: 26px;margin-right:10px;vertical-align: middle;}
.sy_cpjs .hd ul li a {color: #333}
.sy_cpjs .hd ul li:hover{background: #dd0303;color: #fff;}
.sy_cpjs .hd ul li.on{background: #dd0303;color: #fff;}
.sy_cpjs .hd ul li:hover a{color: #fff;}
.sy_cpjs .hd ul li.on a{color: #fff;}

.sy_cpjs .bd{margin-top: 35px;}
.sy_cpjs .bd ul{}
.sy_cpjs .bd ul li {width: 31.3333%;float: left;margin: 0 1%;position: relative;border-bottom: 2px solid #eee;box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.sy_cpjs .bd ul li span {width: 0%;height: 2px;background: #dd0303;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;position: absolute;left: 0;bottom: -1;}
.sy_cpjs .bd ul li:hover span {width: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cpjs .bd ul li .t_p{overflow: hidden;position: relative;}
.sy_cpjs .bd ul li img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;height: 370px;object-fit: cover;}
.sy_cpjs .bd ul li:hover img { -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cpjs .bd ul li .t_p .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(6,102,178,0);}
.sy_cpjs .bd ul li:hover .t_p .mb {background: rgba(6,102,178,0.8) url(../images/jh.png) center / 30px no-repeat;}
.sy_cpjs .bd ul li .t_p .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.sy_cpjs .bd ul li .t_p .hr img{width:auto !important;height:auto !important;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.sy_cpjs .bd ul li:hover .hr img{opacity:1;}	
	
.sy_cpjs .bd ul li:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}

.sy_cpjs .bd ul li h3 {font-size: 16px;color: #333;margin: 10px 0 15px;text-align: center;line-height: 1.8;overflow: hidden;padding-left: 15px;}
.sy_cpjs .bd ul li i {margin-right: 20px;font-size: 20px; color: #222; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cpjs .bd ul li:hover i {float: right;margin-right: 5px;color: #222;}
.sy_cpjs .bd ul li:hover h3{color: #dd0303;}


.slideGroup {
	margin:0 auto;padding: 60px 0 60px;
}

.slideGroup .parHd {
	position: relative;
	line-height: 40px;
	padding: 0 20px;margin-top: 50px;
}

.slideGroup .parHd ul {width: 100%;
	text-align: center; margin:0 auto;
}
.slideGroup .parHd ul li{width: 19%;border: 1px solid #ece6e6;background: #f5f5f5; border-radius: 8px;position: relative;margin: 0 5px;padding: 15px 20px;font-size: 20px;color: #333;float: left;margin: 0.5%;text-align: center;}
.slideGroup .parHd ul li img {width: 50px;display: block;margin: 0 auto 5px;}
.slideGroup .parHd ul li h4 {font-size:16px;color: #444;line-height: 1.2; }
.slideGroup .parHd ul li i {font-size: 26px;margin-right:10px;vertical-align: middle;}
.slideGroup .parHd ul li:hover img { filter: brightness(1000%);}
.slideGroup .parHd ul li a {color: #222;font-size: 20px;font-weight: bold}
.slideGroup .parHd ul li:hover{background: #ff0000;color: #fff;}
.slideGroup .parHd ul li.on{background: #ff0000;color: #fff;}
.slideGroup .parHd ul li:hover a{color: #fff;}
.slideGroup .parHd ul li:hover h4{color: #fff;}
.slideGroup .parHd ul li.on a{color: #fff;}
.slideGroup .parHd ul li.on h4{color: #fff;}
.slideGroup .parHd ul li.on img { filter: brightness(1000%);}



.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 0px 0 10px;
	position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 0;
	top: 40%;
	display: block;
	width: 50px;
	height: 50px;z-index: 88;text-align: center;
}
.slideGroup .sPrev i,
.slideGroup .sNext i{font-size: 35px;color: #222;}

.slideGroup .sNext {
	left: auto;
	right: 0;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd{margin-top: 35px;}
.slideGroup .parBd ul{}
.slideGroup .parBd ul li {width: calc(33.3333% - 30px);float: left;margin: 0 15px 30px;position: relative;border-bottom: 2px solid #eee;box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.slideGroup .parBd ul li span {width: 0%;height: 2px;background: #ff0000;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;position: absolute;left: 0;bottom: -1;}
.slideGroup .parBd ul li:hover span {width: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.slideGroup .parBd ul li .t_p{overflow: hidden;position: relative;}
.slideGroup .parBd ul li img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;height: auto;object-fit: cover;}
.slideGroup .parBd ul li:hover img { -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.slideGroup .parBd ul li .t_p .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(6,102,178,0);}
.slideGroup .parBd ul li:hover .t_p .mb {background: rgba(255,0,0,0.8) url(../images/jh.png) center / 30px no-repeat;}
.slideGroup .parBd ul li .t_p .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.slideGroup .parBd ul li .t_p .hr img{width:auto !important;height:auto !important;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.slideGroup .parBd ul li:hover .hr img{opacity:1;}	
	
.slideGroup .parBd ul li:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}

.slideGroup .parBd ul li h3 {font-size: 16px;color: #333;margin: 10px 0 15px;text-align: center;line-height: 1.8;overflow: hidden;padding-left: 15px;}
.slideGroup .parBd ul li i {margin-right: 20px;font-size: 20px; color: #222; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.slideGroup .parBd ul li:hover i {float: right;margin-right: 5px;color: #222;}
.slideGroup .parBd ul li:hover h3{color: #ff0000;}





.sy_cpxj2 {padding: 80px 0;overflow: hidden;background-color: #ededed;}
.sy_cpxj2 ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.sy_cpxj2 ul li {width: 24.3%;position: relative;background: #fff;margin-bottom:2%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s}
.sy_cpxj2 ul li:hover {transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s}
.sy_cpxj2 ul li .t_p {overflow: hidden;}
.sy_cpxj2 ul li .t_p img{width: 100%;display: block}
.sy_cpxj2 ul li .w_z {width: 100%;text-align: left;padding: 10px 20px 25px;}
.sy_cpxj2 ul li .w_z h3 {font-size: 20px;color: #222; margin-bottom: 20px;}
.sy_cpxj2 ul li:hover .w_z h3 {color: rgb(0, 109, 183);}
.sy_cpxj2 ul li .w_z .more1 {font-size: 15px;color: #333;line-height: 40px;}
.sy_cpxj2 ul li .w_z .more1 a{color: #333;}
.sy_cpxj2 ul li .w_z .more1 i {width: 40px;height: 40px;background: rgb(0, 109, 183);border-radius: 20px;text-align: center;line-height: 40px;margin-left: 10px;vertical-align: middle;display: inline-block;color: #fff;font-size: 18px;}


.sy_ry {padding: 25px 0 ;box-shadow: 2px 2px 10px 5px rgba(0,0,0,.1);border-radius: 10px;margin-top: 35px;}
.sy_ry ul {display: flex;justify-content: space-between;}
.sy_ry ul li{width: 190px;}
.sy_ry ul li img{max-width: 100%;}
.sy_ry ul li .bt{font-size: 14px;color: #222;line-height: 20px;text-align: center;padding: 15px 0;}

.sy_alzs {position: relative;margin: 0px 0 0;}
.sy_alzs .g-tit1{position: absolute;top: 50px;left: 0;width: 100%;}
.sy_alzs .g-tit1 h2{color: #fff;
}
.sy_alzs .g-tit1 span{color: #fff;}
.sy_alzs .g-tit1 .en{color: rgba(255,255,255,.04);}

.sy_alzs .kzg {position:absolute;width: 100%;bottom:10px;}
.sy_alzs .kzg::after {content: "";
position: absolute;
bottom: 5px;
width: 100%;
height: 1px;
background: #fff;
opacity: .2;z-index: 99;
}
.indcase{width: 100%;overflow: hidden;background: #004c89;position: relative}
.indcase ._PageTitle {position: absolute;top:150px;left: 10%;z-index: 9}
.indcase-more {position: absolute;right: 0;bottom: -4px;display: block;width: 132px;height: 36px;margin-left: 20px;line-height: 34px;border-radius: 5px;border: 2px solid #8589b2;font-size: 14px;text-align: center;color: #8589b2;transition: all .4s ease;}
.indcase-more span{position: relative;z-index: 2;}
.indcase-more span:after{content: "\f061";font-family: "FontAwesome";margin-left: 6px;font-size: 22px;display: inline-block;transform: translateY(2px);}
.indcase-more:after{content: "";width: 0;right: 0;height: 100%;background: linear-gradient(135deg,#0068dd,#00aeee);position: absolute;transition: all .4s ease;}
.indcase-more:hover{border: 2px solid #2386ee;color: #fff;}
.indcase-more:hover:after{width: 100%;right: auto;left: 0;}
.indcase-box{width: 100%;position: relative;}
.indcase-box .mb{width: 100%;position: absolute;height: 100%;z-index: 1;background: url(../images/mb2.png) center / cover no-repeat;}
.indcase-img{width: 100%;object-fit: cover;position: relative;min-height: 475px;}
.indcase-wd{position: absolute;z-index: 2;top: 38%;left: 0;width: 100%;opacity: 0}
.swiper-slide-active .indcase-wd{animation:fadeInRight .5s 0.8s forwards;}
.indcase-wd-font{width: 540px;color: #fff;}
.indcase-wd h2{font-size: 30px;margin-bottom: 15px;}
.indcase-wd p{font-size: 16px;line-height: 30px;margin-bottom: 35px;}
.indcase-wd h2, .indcase-wd p{opacity: 0;color: #fff}
.swiper-slide-active .indcase-wd h2{animation:fadeInRight .5s 0.8s forwards;}
.swiper-slide-active .indcase-wd p{animation:fadeInRight .5s 0.8s forwards;}
.swiper-slide-active .indcase-wd .indban-wd-link{animation: indbanOpacity 1s ease both .9s;}

.indcase-click{position: absolute;bottom: 5%;width: 100%;left: 0;z-index: 4;user-select: none;}
.indcase-click:after{content: "";position: absolute;bottom: 5px;width: 100%;height: 1px;background: #fff;opacity: .2;}
.indcase-click .equip-min{width: 100%;position: relative;text-align: center;cursor: pointer;}
.indcase-click .equip-min p{font-size: 18px;color: #fff;height: 58px;line-height: 58px;}
.indcase-click .equip-min i{position: absolute;width: 10px;height: 10px;border-radius: 50%;left: 50%;margin-left: -5px;bottom: -5px;background: #fff;}
.indcase-click .con{position: relative;padding: 0 50px;}
.indcase-click .swiper-container{padding-bottom: 6px;}
.indcase-click .equip-min.cur i{width: 100%;border-radius: 0;height: 2px;left: 0;right: 0;margin: 0 auto;bottom: -1px;transition: width .6s ease;}
.indcase-click-prev, .indcase-click-next{position: absolute;transition: all .4s ease;bottom: -11px;z-index: 4;height: 34px;width: 34px;cursor: pointer;border-radius: 50%;background: #005089 url('../images/indcasearr.png') no-repeat left 10px center;overflow: hidden;border: 1px solid rgba(255, 255, 255, .2);}
.indcase-click-prev{left: 0;}
.indcase-click-next{right: 0;transform: rotate(180deg);}
.indcase-click-prev:hover, .indcase-click-next:hover{animation: casearr .6s linear both;}
.indcase-box .mb {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;}
.indcase-box .swiper-slide img {
    width: 100%;
    height:75vh;
    object-fit: cover;display: block;
}
@keyframes casearr{0%{background-position: left 10px center;}60%{background-position: -34px center;}60.0001%{background-position: 34px center;}100%{background-position: left 10px center;}}

.indban-wd-link a{display: inline-block;width: 140px;height: 48px;line-height: 48px;border-radius: 5px;overflow: hidden;font-size: 16px;text-align: center;margin-right: 10px;position: relative;color: #fff;}
.indban-wd-link a:last-child{margin-right: 0;}
.indban-wd-link a span{position: relative;z-index: 2;}
.indban-wd-link a span:after{background: url(../images/rights.png) center no-repeat;font-family: "FontAwesome";margin-left: 6px;font-size: 22px;transition: all .4s ease;display: inline-block;transform: translateY(2px);height: 40px;position: absolute;}
.indban-wd-link a:first-child{background:#ff0000;}

.indban-wd-link a:hover span:after{margin-left: 12px;}
.indban-wd h2, .indban-wd p, .indban-wd-link{opacity: 0;}
.swiper-slide-active .indban-wd h2{animation: indbanLeft 1s ease both .4s;}
.swiper-slide-active .indban-wd p{animation: indbanLeft 1s ease both .6s;}
.swiper-slide-active .indban-wd-link{animation: indbanOpacity 1s ease both .9s;}
@keyframes indbanLeft{0%{opacity: 0;transform: translateX(140px);}100%{opacity: 1;transform: translateX(0);}}
@keyframes indbanOpacity{0%{opacity: 0;transform: translateX(80px);}100%{opacity: 1;transform: translateX(0);}}



.sy_cpxj {padding:90px 0;}
.sy_cpxj ul {display: flex;justify-content: space-between;align-items: stretch;margin-bottom: 25px;flex-wrap: wrap;}
.sy_cpxj ul li {width:30.3333%;background: #fff;border-radius: 10px;box-shadow: 0 0 15px rgba(0,0,0,0.15); padding: 35px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);box-sizing: border-box;}
.sy_cpxj ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_cpxj ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_cpxj ul li:hover {
  transform: scale(1.03);
}
.sy_cpxj ul li:hover::before {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-top-color: #dd0303;
  border-right-color: #dd0303;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.sy_cpxj ul li:hover::after {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-bottom-color: #dd0303;
  border-left-color: #dd0303;
  -webkit-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.sy_cpxj ul li .tb {width: 80px;margin: 0 auto 25px;height: 80px;background: #dd0303;border-radius: 50%;padding: 15px;border: #dd0303 1px solid;}
.sy_cpxj ul li .tb img {max-width: 100%}

.sy_cpxj ul li:hover .tb{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;border: #fff 1px solid;}
.sy_cpxj ul li h3 {font-size: 20px;color: #333;margin-bottom: 20px;position: relative;text-align: center;font-weight: bold;padding-bottom:15px;}
.sy_cpxj ul li h3::before{width: 50px;background: #dd0303;content: "";position: absolute;left: 50%;margin-left: -25px;height: 4px;bottom: 0;border-radius: 3px;}
.sy_cpxj ul li p {font-size: 15px;line-height:1.8;text-align: left;color: #555;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:5;}


/* 新闻中心 */
.sy_news {padding: 80px 0;}
.sy_news .box1 {
  width: 29%;
  margin-right: 1%;
  float: left;
  transition: all ease .3s;
}
.sy_news .box1 .t_p{overflow: hidden;height: 280px;}
.sy_news .box1 img {
  width: 100%;
  height: 100%;object-fit: cover;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;
}
.sy_news .box1:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_news .tbox {
  width: 100%;
  height: 270px;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 0 30px;transition:all ease .3s;
}
.sy_news .box1 .tbox:hover .time {

	color:#b00202;

}
.sy_news .box2 .tbox:hover .time {

	color:#b00202;

}
.sy_news .tbox .time {
  color: #999;
  font-family: 'sheepsansbold';
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
  border-bottom: 1px solid #dbdbdb;
  padding: 22px 0 16px;
  background: url(../images/icon20.png) right 54px no-repeat;
  transition: all ease .3s;
}
.sy_news .tbox .time span {
  font-size: 16px;
  line-height: 20px;
  font-weight: initial;
  display: block;
}
.sy_news .box1:hover .tbox .time {
  background: url(../images/icon21.png) right 54px no-repeat;
  transition: all ease .3s;
}
.sy_news .tbox .titles {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  margin-top: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sy_news .tbox .txts {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sy_news .box2 {
  width: 29%;
  margin-right: 1%;transition:all ease .3s;
  float: left;
}
.sy_news .box3 {
  width: 40%;
  float: left;
}
.sy_news .box3 .tbox {

	width:100%;

	height:130px;

	margin-bottom:10px;

	box-sizing:border-box;

	padding:30px;

	background:#f4f4f4 url(../images/icon20.png) 95% 60px no-repeat;

	transition:all ease .3s;

}
.sy_news .box1 .tbox:hover {

	box-shadow:0 0 15px 0 rgba(0,0,0,.3);

}
.sy_news .box2 .tbox:hover {

	box-shadow:0 0 15px 0 rgba(0,0,0,.3);

}

.sy_news .box3 .tbox:hover {

	box-shadow:0 0 15px 0 rgba(0,0,0,.3);

}
.sy_news .box1 .tbox:hover .titles {
  color: #b00202;
}
.sy_news .box2 .tbox:hover .titles {
  color: #b00202;
}
.sy_news .box3 .tbox:hover .titles {
  color: #b00202;
}

.sy_news .box3 .tbox a {

	display:inline-block;

}

.sy_news .box3 .tbox .time {

	font-size:48px;

	font-weight:bold;

	line-height:50px;

	font-family: 'sheepsansbold';

	color:#999;

	float:left;

	margin-right:30px;

	transition:all ease .3s;background: none;padding: 0;border: 0;

}

.sy_news .box3 .tbox:hover .time {

	color:#b00202;

}

.sy_news .box3 .tbox .time span {

	font-size:16px;

	display:block;

	line-height:20px;

}

.sy_news .box3 .tbox .titles {

	width:410px;

	float:left;

	font-size:16px;

	line-height:26px;

	color:#000;

	padding-top:10px;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}




.g-tit1{text-align: center;position: relative;z-index: 2;margin-bottom: 50px;}
.g-tit1 .left{text-align: left;}
.g-tit1 .cn{position: relative;z-index: 2;}
.g-tit1 h2{font-size: 40px;font-weight: normal;line-height: 1.1;
	margin-bottom: 15px;font-weight: bold;color: #000;
}
.g-tit1 span{font-size: 16px;color: #333;}
.g-tit1 .en{position: absolute;top: -30px;left: 0;right: 0;
	font-size: 80px;text-transform: uppercase;
	font-family:ariblk;line-height: 1.1;font-weight: bold;
	color: rgba(0,0,0,.04);font-style: normal;
}

.sy_alzs {position: relative;}
.sy_alzs .g-tit1{position: absolute;top: 50px;left: 0;width: 100%;}
.sy_alzs .g-tit1 h2{color: #fff;
}
.sy_alzs .g-tit1 span{color: #fff;}
.sy_alzs .g-tit1 .en{color: rgba(255,255,255,.04);}

.sy_alzs .kzg {position:absolute;width: 100%;bottom: 0;}
.sy_alzs .kzg::after {content: "";
position: absolute;
bottom: 5px;
width: 100%;
height: 1px;
background: #fff;
opacity: .2;z-index: 99;
}

.wzxx {float: left;line-height: 40px;font-size: 16px;color: #333;}
.wzxx a {font-size: 16px;color: #333;}
.wzxx a:hover {color: #dd0303;}

/* start footer */
.footer_bg{background: #292929; width:100%;padding:50px 0 0;}
.foot {margin:0 auto;overflow: hidden;padding-bottom: 30px;}
.foot .zuo3{}
.foot .zuo3 ul{display: flex;justify-content: space-between;}
.foot .zuo3 ul li { float:left;text-align: left;}
.foot .zuo3 ul li .tit{margin-bottom: 0}
.foot .zuo3 ul li .tit a { font-size:16px; font-weight:bold; color:#fff; line-height:36px; display:block;text-align: left;opacity: 1;}
.foot .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.foot .zuo3 ul li .line span { width:15px; height:1px; background:#dd0303;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.foot .zuo3 ul li:hover .line span { width:50px; height:1px;}
.foot .zuo3 ul li a { width:100%; display:block; line-height:28px; font-size:14px; color:#fff;opacity: 0.8;}
.foot .zuo3 ul li a:hover {opacity: 1;}
.foot .zuo3 ul li.lx {width: 340px;margin-right: 0;margin-left: 30px;}
.foot .tb {padding-top: 20px}
.foot .tb a {width: 30px !important;margin-right: 10px;position: relative;float: left;}
.foot .tb a i{font-size: 24px;}
.foot .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.foot .tb a:hover .wx{display: block;}
.foot .tb a img {width: 100%;}

.dzwz {line-height:30px;color:#fff;font-size:14px; margin-top:20px;}
.dzwz p { line-height:30px;color:#fff;font-size:14px;opacity:0.8;-webkit-opacity:0.8;-moz-opacity:0.8;}
.dzwz p i {margin-right: 10px;color:#fff;}
.foot .you3 { width:120px; float:right;}
.foot .you3 .weixin { width:120px; padding-top:20px; float: right; line-height:30px; color:#fff; text-align:center}
.foot .you3 .weixin img {width: 100%;}
.foot .you3 .dian { width:230px; float: left;}
.foot .you3 .dian h2 { font-size:20px; line-height:50px; color:#fff; padding-top:20px;}
.foot .you3 .dian p { line-height:30px; font-size:14px; color:#fff; text-align: left}
.footer_btm {margin:0px auto 0;line-height: 60px; width:100%;background: #222;}
.copy { text-align: center;}
.copy p {font-size: 14px;text-transform: uppercase;color: #B9B9B9;}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}

.nban { width:100%; height:580px; position:relative; margin:0 auto}
.nban .bt {width:100%;position: absolute;left:0;top:0;z-index: 5;height: 100%;background: rgba(0,0,0,0.3);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.nban .bt h2 {font-size: 30px;color: #fff;text-transform: uppercase;margin-top: 10px;}
.nban .bt h3 {font-size:44px;color: #fff;font-weight: bold;padding-top: 30px;}
.ntit{ background:rgba(255,255,255,0.6); border-bottom: #eee 1px solid;padding: 15px 0;overflow: hidden;}
.ntit ul {text-align: center;text-align: right;}
.ntit ul li { line-height:38px; margin-right:10px;position: relative;background:#eee; text-align: center;border-radius: 10px;overflow: hidden;display: inline-block;}
.ntit ul li a { color:#000; font-size:16px; display:block;padding: 0 15px;}
.ntit ul li .e_j {width: 100%;display: none;position: absolute;left: 0;top: 40px;background:rgba(255,255,255,0.8);}
.ntit ul li .e_j a {padding: 0;text-align: center;border-bottom: #eee 1px solid;}
.ntit ul li:hover .e_j{display: block;}
.ntit ul li a:hover { background:#dd0303; color:#fff; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.ntit ul li.on a { background:#dd0303; color:#fff}


.ny_hxnl{padding: 50px 0;overflow: hidden;}
.ny_hxnl .w_z {width: 50%;float:left;padding-right: 5%;}
.ny_hxnl .w_z .tit h1{text-align: left;}
.ny_hxnl .w_z .tit h1::after{left: 0;margin-left: 0;}
.ny_hxnl .w_z .zi{font-size: 16px; line-height: 30px;color: #666;}
.ny_hxnl .t_p {width: 50%;float:right;}
.ny_hxnl .t_p img{width: 100%;display: block;}

.ny_hxnl2 {background: #f5f5f5;overflow: hidden;padding: 60px 0;}
.ny_hxnl2 li {width: 23%;float: left;margin: 1%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_hxnl2 li:hover {transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_hxnl2 li img{width: 100%;display: block;}
.ny_hxnl2 li h3 {text-align: center;margin: 10px 0;font-size: 16px;color: #222;}

.ny_jj {margin: 60px auto;}
.ny_jj .w_z {width: 100%;font-size: 16px;color: #222;line-height: 2;}
.ny_jj .w_z h3 {position: relative;font-size:38px;color: #333;line-height: 1.2; margin-bottom: 40px;font-weight: bold;text-align: center;}
.ny_jj .w_z h3::after{content: "";width: 60px;bottom: -15px;height: 4px;background: #dd0303;position: absolute;left: 50%;margin-left: -30px;}
.ny_jj .more {width: 180px;height: 50px;line-height: 50px;text-align: center;background: #dd0303;border-radius: 6px;margin: 35px auto 0}
.ny_jj .more::after {
  background-color: #044e88;
}
.ny_jj .more a {font-size: 16px;color: #fff;}
.ny_jj .tp {position: relative;padding: 60px 0 0;overflow: hidden;}
.ny_jj .tp li{width: 30.3333%;float: left;margin: 0 1.5%;float: left;}
.ny_jj .tp img {width: 100%;display: block;position: relative;z-index: 3;}
.ny_jj .po{position: relative;height: 50px;}


.ny_ryzz {padding: 80px 0;background: #f5f5f5;}
.sy_ryzz .container {width: 1200px;}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active { -webkit-transform: scale(1); transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); z-index: 10; }
.honors-sw-hook .swiper-wrapper li img {
  display: block;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 8px;
  height: 10rem;
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
}

.honors-wraper { position: relative; padding: 0; }

.honors-sw-hook { position: relative; overflow: hidden; padding: 20px 0 20px; }

.honors-sw-hook .swiper-wrapper li { -webkit-transition: all .7s ease; -o-transition: all .7s ease; -moz-transition: all .7s ease; transition: all .7s ease; width: 20%; -webkit-transition: transform 1.0s; -moz-transition: transform 1.0s; -ms-transition: transform 1.0s; -o-transition: transform 1.0s; text-align: center;box-sizing: border-box;}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active { color: #dd0303;font-weight: bold;}

.honors-sw-hook .swiper-wrapper li p { padding-top: 10px;font-size: 16px; }

.honors-sw-hook .swiper-wrapper li img { display: block; width: 100%; border: 1px solid #cccccc;padding:8px; }

.swiper-btn { display: block; width: 42px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); background: url(../images/arror.png); z-index: 99; }

.honor-prev { left: 0; background-position: 0 0; }

.honor-next { right: 0; background-position: right 0; }

@media (min-width: 1024px) {
.honors-wraper { margin-top: 25px; }
  .honors-sw-hook { padding: 40px 0; }
  .honors-sw-hook .swiper-wrapper li { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -moz-transform: scale(0.8); margin-right: 25px; }
  .honors-sw-hook .swiper-wrapper li.swiper-slide-active { -webkit-transform: scale(1.2); transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); z-index: 10; }
  .honors-sw-hook .swiper-wrapper li p { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); padding-top: 18px; }
  .honors-sw-hook .swiper-wrapper li.swiper-slide-active p { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); -moz-transform: scale(0.9); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left, .honors-sw-hook .swiper-wrapper li.my-slide-right { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); z-index: 9; -moz-transform: scale(1); -o-transform: scale(1); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left p, .honors-sw-hook .swiper-wrapper li.my-slide-right p { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); z-index: 9; -moz-transform: scale(1.1); -o-transform: scale(1.1); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left { right: 2%; }
  .honors-sw-hook .swiper-wrapper li.my-slide-right { left: 2%; }
  .swiper-btn { display: block; }
  .honor-prev { left: -30px; }
  .honor-next { right: -30px; }
  .swiper-btn:hover { background-image: url(../images/arrorho.png); }
}



.aboutc2{padding:100px 0 ;overflow: hidden;background: url(../images/lcbj.jpg) center / cover no-repeat}

.aboutc2 .aboutclist{width:23%;height:280px;background: rgba(221,3,3,0.65);margin: 0 1%;padding:30px 25px;box-sizing:border-box;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;border-radius: 10px;}


.aboutc2 .aboutclist:hover{transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}

.aboutc2 .aboutclist .icon{width:90px;height:90px;margin:0 auto;line-height: 90px;text-align: center;border: #fff 1px solid;border-radius: 50%;}
.aboutc2 .aboutclist .icon i {font-size: 50px;color: #fff;}
.aboutc2 .aboutclist:hover .icon{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.aboutc2 .aboutclist .cntitle{color:#fff;font-size:24px;text-align:center;margin-top:25px}

.aboutc2 .aboutclist .entitle{color:#fff;font-size:16px;text-align:center;margin-top:5px;font-family:din;font-weight:bold}

.aboutc2 .aboutclist .line{width:26px;height:3px;background-color:#f7b100;margin:17px auto 0}

.aboutc2 .aboutclist .text{color:#fff;font-size:14px;text-align:center;margin-top:40px;line-height: 1.8;letter-spacing: 1px;}


/*发展历程*/
.ny_fzlc{padding: 80px 0;overflow: hidden;}
.ny_fzlc .swiper-btn {
  display: block;
  width: 42px;
  height: 42px;line-height: 40px;text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);border: #666 2px solid;color: #666;border-radius: 50%;background: none;margin-top: 25px;
  z-index: 99;
}
.ny_fzlc .swiper-btn:hover{border: #dd0303 2px solid;color: #dd0303;}
.ny_fzlc .swiper-btn i{font-size: 20px;font-weight: bold;}

.ny_fzlc .lc-prev{left: -45px;}
.ny_fzlc .lc-next{right:-45px;left: auto;}
.fzlc_list{position: relative;}
.swiper-fzlc{z-index: 5 !important;}
.fzlc_list ul{position: relative;}
.fzlc_list .swiper-wrapper{align-items: stretch;}
.fzlc_list::after {
  content: '';
  background: url(../images/line.png) repeat-x left bottom;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;top: 50%;margin-top: -26px;
  z-index: 1;
}
.fzlc_list li{position: relative;z-index: 5;padding-left: 20px;}
.fzlc_list li:nth-child(2n){padding-top: 185px;}
.fzlc_list li .n_r{border-left: #ccc 1px solid;padding-left: 25px;position: relative;padding-bottom: 52px;height: 100%;}
.fzlc_list li:nth-child(2n) .n_r {padding-top: 52px;padding-bottom: 0;}
.fzlc_list li .n_r h3 {font-family: 'Bebas';
  color: #ff0000;
  font-size: 24px;
  line-height: 40px;margin-bottom: 10px;}
.fzlc_list li .n_r .text {font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: lighter;}
.fzlc_list li .n_r::after{content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ff0000;
  position: absolute;
  left: -13px;
  top: 0;
  border: #fec5c5 8px solid;z-index: 9;}





   /**/

.gy_js .tit h1::after {
  background: #f9b700;
  bottom: 0;
} 

.gy_js {padding: 100px 0 110px; overflow:hidden;background: url(../images/jsbj.jpg) center / cover no-repeat;}
.gy_js ul {display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: wrap;}
.gy_js ul li { width:14.28%; float:left; margin:0 0  ;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;padding: 30px 10px;box-sizing: border-box;flex-direction: column;position: relative;overflow: hidden;position: relative;}
/*.gy_js ul li:nth-child(n+4){width:25%;}*/
.gy_js ul li span {height: 8px;background: rgba(6,102,178,0.6);position: absolute;width: 100%;left: 0;bottom: 0;display: none}
/*.gy_js ul li:hover { box-shadow: 0 0 15px rgba(6,102,178,0.3);background: rgba(255,255,255,1);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 9;}*/
.gy_js ul li .tu { margin:0px auto 20px;height:100px;display: flex;justify-content: center;align-items: center; text-align:center;width: 100px;border-radius: 60px;overflow: hidden;background: #dd0303;border: #8acbfe 6px solid;color: #000;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.gy_js ul li .tu i {font-size: 36px;}
.gy_js ul li .tu img { width:50px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.gy_js ul li:hover .tu {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);}
.gy_js ul li .w_z {width: 100%;text-align: center;}
.gy_js ul li h3 { margin:0 0 10px 0;font-size: 24px;font-weight: 600; color:#fff;font-family: BebasNeue;}
.gy_js ul li p { font-size:16px; color:#111; line-height:1.6;position: relative;}
.gy_js ul li p::before {content: "•";margin-right: 4px;}




.gy_td {padding: 100px 0;}
.gy_td .tp {width: 50%;}
.gy_td .tp img {width: 100%;display: block;}
.gy_td .wenz {width: 45%;}
.gy_td .wenz h2 {font-size: 40px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;}
.gy_td .wenz h2::after {
  position: absolute;
  width: 60px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background: #dd0303;
  bottom: 0;
}
.gy_td .wenz p {font-size: 16px;line-height: 2;color:#555;}


/*产品详情*/
.cpxq {padding: 80px 0 60px;margin: 0 auto;}
.cpxq .left {width: 47%;float: left;}
.cpxqlb{width:100%; position:relative;border: #eee 1px solid;}
.cpxqlb .swiper-slide {width: 100%;text-align: center;box-sizing: border-box;}
.cpxqlb .swiper-slide img{width: 100%;margin: 0 auto; display:block;}
.cpxqlb .swiper-pagination{bottom:10px !important;width: 100%;height: 10px;text-align: center;}
.cpxqlb .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border: #dd0303 1px solid;background: none}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#dd0303;}
.cpxqlb .swiper-button-prev{background: url(../images/prev_off.png) no-repeat; width:30px; height:50px; margin-top:0; left:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxqlb .swiper-button-next{background: url(../images/next_off.png) no-repeat; width:30px; height:50px; margin-top:0; right:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxq .right {width:48%;float: right;}
.cpxq .right h5{font-size: 20px;color: #555;margin-bottom: 10px;}
.cpxq .right h3 {font-size:32px;color: #333;margin-bottom: 50px;font-weight: bold;margin-top: 10px;}
.cpxq .right p {font-size: 16px;line-height: 1.8;color: #555;margin-bottom: 20px;}
.cpxq .right h4 {font-size: 20px;font-weight: bold;color: #dd0303;}
.cpxq .right .zxzx {width: 180px;height: 50px;border-radius: 6px;background: #dd0303;text-align: center;line-height: 50px;margin-top: 50px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.cpxq .right .zxzx a {color: #fff;font-size: 18px;}
.cpxq .right .zxzx:hover{background: #af1314;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 20px;color: #fff;margin-bottom: 40px;font-weight: bold;border-bottom: #eee 2px solid;line-height: 2.2;}
.cpxq .cptd .bt i{font-size: 24px;margin-right: 10px;vertical-align: middle;font-weight: normal;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.cpxq .cptd .bt span {display: inline-block;padding: 0 30px;background: #dd0303;border-radius: 10px 10px 0 0}
.cpxq .cptd p {font-size: 16px;line-height:2;color: #555;margin-bottom: 15px;}

.ny_tjcp{padding: 0px 0 60px;position: relative;}
.swiper-yyly{width:100%; margin:0 auto; padding-bottom:50px !important;}
.swiper-yyly .swiper-slide{position:relative;}
.swiper-yyly .swiper-slide img{width:100%; height:auto; display:block;}
.swiper-yyly .swiper-slide .w_z{width:100%; padding:10px 5%; background-color:rgba(0,0,0,.5); position:absolute; bottom:0px; left:0; color:#222;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yyly .swiper-slide .w_z h3{font-size:14px; color:#fff;position: relative;text-align: center;}
.swiper-yyly .swiper-slide:hover .w_z{background-color:rgba(221,3,3,.9);bottom:5px;}
.swiper-yyly .swiper-slide:hover .w_z h3{color: #fff;}
.sy_cp .swiper-pagination-bullet {
  background: #ccc;border: #333 1px solid;
}
.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#dd0303;border: #dd0303 1px solid;}
.sy_cp {padding-bottom: 60px;}
.htit{font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  border-bottom: #eee 2px solid;
  line-height: 2.2;}
.htit span {
  display: inline-block;
  padding: 0 30px;
  background: #dd0303;font-weight: bold;
	border-radius: 10px 10px 0 0;color: #fff;}
.htit i{font-size: 24px;margin-right: 10px;vertical-align: middle;font-weight: normal;}


.sy_hyyy {padding: 60px 0;overflow: hidden;}
.sy_hyyy ul {margin: 0 auto;}
.sy_hyyy ul li {width: 30.3333%; float: left;margin: 0 1.5% 30px;position: relative;overflow: hidden;}
.sy_hyyy ul li img {width: 100%; display: block;-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s; }
.sy_hyyy ul li .sign {position: absolute; left:50%;top:35%;width:400px; margin-left: -200px;height: 100%;	background: url(../images/hybj.png) no-repeat center top;	font-size: 14px;	line-height: 22px;	color: #fff;	text-align: center;padding-top: 20px;box-sizing: border-box;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;z-index: 999}
.sy_hyyy ul li .sign .tb {width:70px; height: 52px;margin: 0 auto;}
.sy_hyyy ul li .sign span { font-size: 19px;}
.sy_hyyy ul li:hover img {-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s;filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%);}
.sy_hyyy ul li:hover .sign {-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;top: 45%;background: none;}
.sy_hyyy ul li .bg{	left:0;	bottom: 0;width:100%;	height:80%;	background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;position: absolute;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 0;z-index: 998}
.sy_hyyy ul li:hover .bg{-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 1;}

.gy_hy{padding: 4vw 0;overflow: hidden}
.gy_hy ul li {width: 23%;margin: 0 1%;float: left;}
.gy_hy ul li img{width: 100%;display: block;}










.jj_ywfw {padding: 60px 0;background: #f6f6f6;}
.jj_ywfw ul li {width: calc((100% - 100px) / 5);float: left;margin-right: 25px;border-radius: 10px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;padding: 30px 0;}
.jj_ywfw ul li:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.jj_ywfw ul li .tb {width: 188px;height: 188px;background: rgba(38, 132, 190, 0.16);margin: 0 auto 22px;border-radius: 50%;justify-content: center;align-items: center;display: flex;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.jj_ywfw ul li:hover .tb{-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);}
.jj_ywfw ul li .tb .box {width: 156px;height: 156px;justify-content: center;align-items: center;display: flex;border-radius: 50%;margin: 0 auto;background: #2684be;}
.jj_ywfw ul li .tb .box img{width: 66px;display: block;}
.jj_ywfw ul li h3 {font-weight: bold;font-size: 16px;line-height: 178.5%;text-align: center;color: #000000;margin-bottom: 10px;}
.jj_ywfw ul li:nth-child(5n){margin-right: 0;}
.jj_ywfw ul li p {font-size: 16px;color: #555;line-height: 1.8;text-align: center;height: 58px;overflow: hidden;}
.tit{margin-bottom: 50px;}
.tit h1{position: relative;font-size: 40px;color: #333;margin-bottom:30px;text-align: center;font-weight: bold;position: relative;padding-bottom: 20px;}
.tit h1::after{position: absolute;width: 60px;height: 4px;content: "";left: 50%;margin-left: -30px;background: #dd0303;bottom: 0;}

.tit h4 {text-align: center;font-size: 16px;line-height: 1.8;color: #444;}
/*产品中心*/

.ny_cplb {padding: 50px 0;overflow: hidden}
.ny_cplb ul li {width: 30.3333%;float: left;margin: 1.5%;position:relative;height: 20vw;}
.ny_cplb ul li img{width:100%; height:100%; display:block;object-fit: cover;}
.ny_cplb ul li .mb {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,1);z-index: 1;opacity: 0.35;transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.ny_cplb ul li:hover .mb{opacity:1;background-color:rgba(221,3,3,.8);}
.ny_cplb ul li .w_z{width:100%; padding:20px 5%;  position:absolute; top:25%; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;z-index: 2;box-sizing: border-box;}
.ny_cplb ul li .w_z h3{font-size:20px; color:#fff;position: relative;padding-bottom: 10px;text-align: center;margin-bottom: 15px;}
.ny_cplb ul li .w_z .cpmc {font-size: 16px;padding: 10px;color: #fff;line-height: 2;display: none;text-align: center;}
.ny_cplb ul li .w_z .cpmc a {display: block;color: #fff;width: 50%;float: left;}
.ny_cplb ul li .w_z .tb {width: 60px;margin:0 auto 20px;}
.ny_cplb ul li .w_z .tb img{filter: brightness(1000%);}
.ny_cplb ul li .w_z h3::before{width: 50px;background: #fff;content: "";position: absolute;left: 50%;margin-left: -25px;height: 2px;bottom: 0;}
.ny_cplb ul li:hover .w_z{ top:15%;}
.ny_cplb ul li:hover .w_z .cpmc{display: block;}
.ny_cplb ul li:hover .w_z .tb{display: none;}










.page {padding: 35px 0;overflow: hidden;text-align: center;}
.page a,.page span {width: 34px;height: 34px;display: inline-block;margin: 0 5px;border-radius: 50%;background: #eee;line-height: 34px;text-align: center;font-size: 16px;color: #333;}
.page a:hover{background: #dd0303;color: #fff;}
.page span{background: #dd0303;color: #fff;}
/*技术创新*/

.ny_jscx{padding: 110px 0;overflow: hidden}
.ny_jscx ul li {width: 30.3333%;float: left;margin: 0 1.5%;position:relative;height:30vw;}
.ny_jscx ul li img{width:100%; height:100%; display:block;object-fit: cover;}
.ny_jscx ul li .mb {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,0.5);z-index: 1;opacity: 0;transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.ny_jscx ul li:hover .mb{opacity: 1;}
.ny_jscx ul li .w_z{width:100%; padding:20px 5%;  position:absolute; top:40%; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;z-index: 2;}
.ny_jscx ul li .w_z h3{font-size:20px; color:#fff;position: relative;padding-bottom: 10px;text-align: center;margin-bottom: 15px;}
.ny_jscx ul li .w_z p {font-size: 16px;padding: 10px;color: #fff;line-height: 2;display: none;text-align: center;}
.ny_jscx ul li .w_z p a {display: block;color: #fff;}
.ny_jscx ul li .w_z .tb {width: 60px;margin:0 auto 20px;}
.ny_jscx ul li .w_z h3::before{width: 50px;background: #fff;content: "";position: absolute;left: 50%;margin-left: -25px;height: 2px;bottom: 0;}
.ny_jscx ul li:hover .w_z{background-color:rgba(6,88,162,.0); top:25%;}
.ny_jscx ul li:hover .w_z p{display: block;}
/*解决方案*/
.ny_fw {padding: 40px 0;}
.ny_fw ul li {margin-bottom: 10px;background: #f6f6f6;position: relative;overflow: hidden;}
.ny_fw ul li .tp {width: 50%;overflow: hidden;}
.ny_fw ul li .tp img {width: 100%;display: block;}
.ny_fw ul li .wenz {width: 50%;position: absolute;right: 0;height: 100%;top: 0;padding: 25px 3% 25px 5% ;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.ny_fw ul li:nth-child(2n) .wenz{left: 0;right: auto;}
.ny_fw ul li .wenz .tb {width: 80px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw ul li .wenz .tb i {font-size: 45px;color: #333;text-align: center;}
.ny_fw ul li:hover .wenz .tb {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw ul li .wenz h3 {font-size:24px; line-height:1.25; padding-bottom:20px; position:relative; margin-bottom:20px; color:#222;}
.ny_fw ul li .wenz h3:before{ content:''; position:absolute; left:0%; width:2em; height:4px; background:rgba(181,181,182,0.5); bottom:0px;}
.ny_fw p{  color:#666; line-height:1.8; letter-spacing: 0.1em;text-align:justify; margin-bottom:10px; font-weight: lighter;font-size: 14px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}
.ny_fw ul li .more {width: 120px;height: 38px;margin-top: 30px;text-align: center;font-size: 14px;position: relative;border: #333 1px solid;line-height: 38px;}
.ny_fw ul li .more::before{width: 30px;height: 1px;content: "";background: #333;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw ul li .more:hover::before{width: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw ul li .more a {color: #333;position: relative;z-index: 3;}
.ny_fw ul li .more:hover a{color: #fff;}
.ny_fw ul li .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background: #1f69a3;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw ul li .more:hover span{width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw ul li:hover .tp img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.lx_wm .rc_zp .ts{font-size:14px; line-height:26px; color:#888; margin-top:20px;}
.lx_wm .rc_zp .ts a{color:#dd0303;}
.lx_wm .rc_zp .jr_lm{border:1px solid #e7e7e7; overflow:hidden; margin-bottom:10px;}
.lx_wm .rc_zp .jr_lm.jt{border: 1px solid #dd0303;}
.lx_wm .rc_zp .jr_bt{padding:5px 40px; height:50px; font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer;}
.lx_wm .rc_zp .jr_bt:hover{background-color:#e7e7e7;}
.lx_wm .rc_zp .jr_bt.on{background-color:#e7e7e7;}
.lx_wm .rc_zp .jr_lm.jt .jr_bt{background-color:#dd0303; color:#fff; padding:10px 40px; line-height:40px;font-size: 16px;}
.lx_wm .rc_zp .jr_bt span{float:left; width:16%; text-align:center;}
.lx_wm .rc_zp .jr_bt span.xq{float:right; }
.lx_wm .rc_zp .jr_bt span i {margin-left: 10px;}
.lx_wm .rc_zp .jr_bt span.s_40{float:left; width:20%; text-align:left;}
.lx_wm .rc_zp .jr_nr{background-color:#fff; padding:30px 40px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none;color: #666;}
.lx_wm .rc_zp .jr_nr .gw{width:80px; float:left;}
.lx_wm .rc_zp .jr_nr .js{width:1020px; float:right; margin-bottom:20px;color: #666;}
.lx_wm .rc_zp .sqzw a {width: 180px;height: 35px;line-height: 35px;text-align: center;display: block;margin-top: 30px;float: right;background: #dd0303;font-size: 14px;color: #fff;}
.lx_wm .rc_zp .lxfs {float: left;line-height: 50px;font-size: 25px;font-weight: bold;color: #dd0303;margin-top: 30px;}
.lx_wm .rc_zp .lxfs i{font-size: 25px;margin-right: 8px;}
.lx_wm .rc_zp .lxfs a {color: #333}
.lx_wm .rc_zp .lxfs a:hover {color: #dd0303}


.recr_lin {width: 100%;height: auto;padding-bottom:80px;background: url(../images/recruit3.jpg) center / cover no-repeat;padding-top: 80px;}
.recr_lin .box {height: auto;margin: 0 auto;}
.recr_lin .box li {width: 33.33%;*width: 33.32%;height: auto;float: left;}
.recr_lin .box li .first {height: 266px;margin: 0px 10px;background: #fff;text-align: center;padding-top: 30px;padding: 20px 25px;}
.recr_lin .box li .first dt {height: 46px;line-height: 46px;font-size: 18px;color: #000;font-weight: bold;}
.recr_lin .box li .first dd {line-height: 30px;font-size: 16px;color: #333;}
.recr_lin .box li .first:hover{background: #dd0303;}
.recr_lin .box li .first:hover dt {color:white;}
.recr_lin .box li .first:hover dd{color: white;}


.ny_xw {margin: 30px auto 40px;}
.Activsbf1_lb{ width:100%; margin-top:10px;}

.Activsbf1_lb dl{ width:100%; background:#f6f6f6; padding:10px;  margin:0 0 20px; box-sizing: border-box;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;display: flex;align-items: stretch;justify-content: space-between;}

.Activsbf1_lb dt{ width:28%; float:left; overflow:hidden;}

.Activsbf1_lb dt a{}

.Activsbf1_lb dt img{ vertical-align:middle; width:100%;height: 100%;object-fit: cover;}

.Activsbf1_lb dd{ width:68%; float:right; margin-top:15px; margin-right:0.5%}

.Activsbf1_lb dd .newNrtit{ width:100%; line-height:30px; font-size:16px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.Activsbf1_lb dd .newNrtit a{font-size:18px; color:#333;}

.Activsbf1_lb dd .newNrjs{ width:100%; margin-top:10px; line-height:1.8; color:#666; font-size:16px; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;min-height: 91px;}

.Activsbf1_lb dd .Acdltj_time{width:100%; margin:15px 0 0; color:#999;font-size: 14px;}
.Activsbf1_lb dd .more1 a {width:160px;line-height: 45px;background: #dd0303;display: block;text-align: center;color: #fff;text-transform: uppercase;margin-top: 30px;margin-bottom: 10px;font-size: 16px;}
.Activsbf1_lb dd:hover .more1 a {background: #f6a400;color:#fff }
.Activsbf1_lb dl:hover .Acdltj_time{ color:#ccc;}
.Activsbf1_lb dl:hover{ background:#dd0303;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.Activsbf1_lb dl:hover dd .newNrtit a{ color:#fff;}
.Activsbf1_lb dl:hover .newNrjs{ color:#fff;}

.Activsbf1_lb dl:hover dt img{-webkit-transition: -webkit-transform 0.3s ease 0s;transition: transform 1s ease 0s;-webkit-transform-origin: center;transform-origin: center;}
.Activsbf1_lb dl:hover dt img{-webkit-transform: scale(1.08);transform: scale(1.08);}



.lx_wm{margin:80px auto ;}
.lx_wm .d_t{margin-top:50px;}

.lx_wm .x_x{width:100%;display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: wrap;}
.lx_wm .x_x .box{width: 31.3333%;margin: 1%;padding: 15px 20px;box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.lx_wm .l_y{width:55%; float:right;}
.lx_wm h3{font-size:24px; margin-bottom:15px;color: #222;font-weight: bold;}
.lx_wm h4{font-size:20px; line-height:26px; color:#dd0303;font-weight: bold;margin-bottom:15px;margin-top: 20px;}
.lx_wm h5{font-size:20px; line-height:26px; color:#dd0303;font-weight: bold;margin-bottom:25px;margin-top: 25px;}
.lx_wm em{width:30px; height:1px; background-color:#dd0303; display:block; margin-bottom:15px;}
.lx_wm b{font-family:Arial, Helvetica, sans-serif; color:#dd0303; padding-left:5px; font-size:20px !important;}
.lx_wm p{font-size:16px; line-height:38px;color: #444;margin-bottom:3px;}
.lx_wm p i{padding-right:10px; color:#dd0303;font-size:21px;vertical-align: middle;}
.lx_wm input.w_z{width:32%;float: left;height:50px; font-size:16px; line-height:40px; margin-right:2%; margin-bottom:20px; border:1px solid #e7e7e7; padding:0 5px;box-sizing: border-box;}
.lx_wm input.no{margin-right: 0;}
.lx_wm input.a_n{width:160px; height:50px; background-color:#dd0303; font-size:14px; color:#fff; line-height:40px;}
.lx_wm textarea{width:100%; height:150px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:16px; line-height:50px; margin-bottom:20px;box-sizing: border-box;}
.sjkf {display: none;}
.ew_m{width:100%; height:100%; background-color:rgba(0,0,0,.8); display:none; position:fixed; top:0; left:0; display:none; z-index:99999;}



.ny_hy {padding: 50px 0 60px;background: #fafafa;}
.ny_hy h2 {margin-bottom: 25px;font-size: 20px;color: #222;font-weight: bold;}
.ny_hy ul li {width: 32%;float: left;margin: 0 2% 3% 0;background: #fff;position: relative;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_hy ul li:hover{
	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
}
.ny_hy ul li:nth-child(3n){margin-right: 0;}
.ny_hy ul li .tp {overflow: hidden;height: 272px;}
.ny_hy ul li img {width: 100%;display: block;height: 100%;object-fit: cover;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_hy ul li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_hy ul li .wenz {padding: 15px;border-top: #eee 1px solid;}
.ny_hy ul li .wenz h3 {font-size:16px;color: #333;line-height: 1.8;font-weight: bold;margin-bottom: 10px;}
.ny_hy ul li .wenz p {font-size: 14px;text-align: left;color: #555;line-height: 1.8;margin-bottom: 10px;}
.ny_hy ul li span {position: absolute;left: 0;bottom: 0;height: 3px;background: #dd0303;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;width: 0;z-index: 3;}
.ny_hy ul li:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_hy ul li:hover .wenz h3{color: #dd0303;}
.ny_hy ul li:hover .wenz p{color: #dd0303;}







.opposite div {
    min-height: 240px;
    width: 100%;background: #f7f8f8;
}
.sy_fw ul li .opposite .opposite-content-text{ display: table-cell; vertical-align: middle; text-align: center;width: 100%;}
.sy_fw ul li .opposite .opposite-content-text a {font-size: 19px;line-height: 45px;color: #3c5a77;display: block;text-align: center;}

@-webkit-keyframes flipOutYtest {
  from {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
  }

  40% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}

.test{
  -webkit-animation: flipOutYtest 0.5s linear;
  animation: flipOutYtest 0.5s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes flipInYtest {
  from {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
    opacity: 1;
  }
}

.test2{
  -webkit-animation: flipInYtest 0.5s linear;
  animation: flipInYtest 0.5s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.test2 span {width: 88px;height: 88px;padding: 20px;box-sizing: border-box;display: block;margin: 0 auto;border: #fff 1px solid;border-radius: 50%;}
.test2 span img {width: 100%;display: block;}

.kpfz {padding: 60px 0;}
.kpfz ul {display: flex;justify-content: center;}
.kpfz ul li {width: 18%;height: 400px;margin: 0 1%;position: relative;}
.kpfz ul li .tx1 {position: absolute;width: 100%;height: 100%;z-index:3;-webkit-transition:all 1.5s; -moz-transition:all 1.5s; -o-transition:all 1.5s; transition:all 1.5s;border-radius: 10px;display: flex;justify-content: center;flex-direction: column;}
.kpfz ul li .tb {width: 88px;height: 88px;border-radius: 50%;margin: 0 auto;border: #fff 1px solid;padding: 22px;box-sizing: border-box;}
.kpfz ul li .tb img {width: 100%;display: block;}
.kpfz ul li h3 {font-size: 16px;color: #fff;line-height: 55px;text-align: center;}
.kpfz ul li .tx2 {position: absolute;width: 100%;height: 100%;z-index:1;box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.1);-webkit-transition:all 1.5s; -moz-transition:all 1.5s; -o-transition:all 1.5s; transition:all 1.5s;border-radius: 10px; background: linear-gradient(180deg,#02468e 0,#57a1ed);display: flex;justify-content: center;flex-direction: column;padding: 20px;box-sizing: border-box;-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-o-transform: rotateY(180deg);-ms-transform: rotateY(180deg);transform: rotateY(180deg);}
.kpfz ul li:hover .tx1 {-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-o-transform: rotateY(180deg);-ms-transform: rotateY(180deg);transform: rotateY(180deg);z-index: 1;}
.kpfz ul li:hover .tx2{z-index: 3;-webkit-transform: rotateY(0deg);-moz-transform: rotateY(0deg);-o-transform: rotateY(0deg);-ms-transform: rotateY(0deg);transform: rotateY(0deg);}
.kpfz ul li p {font-size: 16px;line-height: 1.8;color: #fff;}









@media only screen and (max-width:1440px) {
	
	.foot .zuo3 ul li {
  margin-right: 50px;
}
	.foot .zuo3 ul li.lx {
  width: 280px;
}
	.header .nav ul li {
  padding: 0 20px;
}
	
	.nban {
  height: 480px;
}
	.slideGroup .parHd ul {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;
}
	.sy_news .box3 .tbox .titles {
  width: calc(100% - 90px);
}
	.sy_news .box3 .tbox a {width: 100%;}
	
	
	
}


@media only screen and (max-width:1380px) {
	.index4 .text .p {
  font-size: 14px;
  line-height: 1.8;height: 130px;
}
	.nav .e_j .yb .tp {
  width: 300px;
}
	.nav .e_j .yb .w_z {
  width: calc(100% - 330px);
}
	
	
	
}



@media only screen and (max-width:1280px) {
	.foot .zuo3 {
  width: auto;
}
	.ban .swiper-slide .word {
  /*margin-left: -600px;*/
  width: 1200px;
}
	
	
	
}




@media only screen and (max-width:1024px) {

.container { width: 94%; margin: 0 auto;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}

	.ban .swiper-slide {
  height: 20rem;
}

.ban .swiper-slide .bg1 {
  height: 20rem;
}
	.ban .swiper-slide .word h3 {
  font-size:28px;
  letter-spacing: 3px;margin: 15px 0 10px;
  line-height: 30px;
}
	.ban .swiper-slide .word h4 {font-size:16px;color: #fff; margin-top: 0px;letter-spacing: 0;
}
	.ban .swiper-slide .word {
  margin-left: 0;
  width: 90%;
  height:10rem;
}
	.ban .swiper-slide .word a.xq {
  width: 140px;
  height: 34px;
  font-size: 14px;
  
  line-height: 34px;
  
  bottom: 20px;
  right: 50%;
  margin-right: -70px;
}
	.ban .swiper-slide .word a.xq::after {
  right: 15px;
}
	.video1 {
  height: 22rem;
}

	.index4 .text {
  width: 100%;
  padding: 0 0 25px 0;
}
	.index4 .text .p {
    font-size: 16px;
    height: auto;
  }
	.videoR {
  width: 100%;
  padding: 0 0 25px 3%;
}
	.sy_cp {
  padding: 50px 0;
}
	.sy_cpxj ul li {
  padding:25px 15px;width: 100%;margin-bottom: 20px;
}
	.product-number-info {
  padding: 60px 0;
  width: 100%;
  margin: 30px auto 0;
}
	.product-number-info ul {flex-wrap: wrap;
}
	.product-number-info li {
  width: 50%;
}
	.product-number-info li b {
  font-size: 40px;
}
	.sy_cpjs .bd ul li {
  width: 100%;
  margin: 0 0 20px;
}
	.slideGroup .parBd ul li {width: calc(50% - 30px);margin: 0 15px 0px;}
	.slideGroup .parHd ul li {
  width: 48%;
  margin: 1%;padding: 10px 20px;font-size: 18px;
}
	.slideGroup .parHd ul li a {
  font-size:18px;
}
	.slideGroup .parHd ul li img {
  width: 36px;
}
	.sy_xwzx .right {
  width: 100%;
}
	.sy_hzhb ul li {
  width: 23%;float: left;
  margin: 0 1% 2%;
}
	.sy_hzhb {
  padding: 60px 0;
}
	.sy_xwzx {
  padding-top: 50px;
  padding-bottom: 50px;
}
	.sy_xwzx .left {
  width: 100%;
}
	.sy_xwzx .con {
  display: block;
}
	.g-tit1 h2 {
  font-size: 2.4rem;
}
	.g-tit1 .en {
  top: -1.5rem;
  font-size: 2.5rem;
}
	.g-tit1 span {
  font-size: 1.2rem;
}
	.g-tit1 {
  margin-bottom: 30px;
}
	
	.sy_cpxj2 ul li {
  width: 100%;
  margin-bottom: 2%;
}
	.sy_cpxj2 ul li .t_p {width: 50%;float: right;
}
	.sy_cpxj2 ul li .w_z {
  width: 50%;
  padding: 10px 15px 25px;
}
	.sy_cpxj2 ul li .w_z h3 {
  font-size: 1.6rem;
}
	.sy_cpxj2 ul li .w_z .more1 i {
  width: 30px;
  height: 30px;
  line-height: 30px;font-size: 16px;
}
	.indcase-click .equip-min p {
  font-size: 16px;
}
	
	
	
	.swiper-yxxy {
  width: 90%;
  padding: 0 0px 30px;
}
	.swiper-yxxy .swiper-pagination {
  bottom: 0px !important;
}
	.swiper-yxxy .swiper-slide .w_z {
  top: 20%;
}
	.swiper-yxxy .swiper-slide .w_z .tb {
  width:40px;
  margin: 0 auto 20px;
}
	.swiper-yxxy .swiper-slide:hover .w_z{top:25%;}

	.swiper-yxxy .swiper-slide:hover .w_z p {display: none;
}
	.swiper1 .equip-min p {
  font-size: 16px;
  line-height: 25px;
}
	.indcase-wd-font {
  width: 100%;box-sizing: border-box;
  padding: 20px;
}
	.con {
  width: 90%;
}
	.indcase-wd h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
	.indcase-wd p {
  font-size: 1.2rem;
  line-height: 1.8;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
}
	.swiper2 .swiper-slide img {height: 40rem}
	.indban-wd-link a {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 20px;
}
	.sy_alzs .g-tit1 {
  top: 50px;
}
	.sy_news {
  padding: 40px 0;
}
	.sy_news .box1 {
  width: 100%;
  margin-right:0;
}
	.sy_news .tbox .titles {
  margin-top: 15px;
}
	.sy_news .box2 {
  width: 100%;
  margin-right:0;margin-top: 10px;
}
	.sy_news .tbox {
  height: auto;
  padding: 0 20px 10px;
}
	.sy_news .tbox .txts {
  margin-top: 10px;
}
	.sy_news .box3 {
  width: 100%;margin-top: 10px;
}
	
	.tit {
  margin-bottom: 30px;
}
	
	.sy_ry ul {flex-wrap: wrap;
}
	.sy_ry ul li {
  width: 25%;
}
 .foot .zuo3 ul li.gz {
    display: block;margin-top: 20px;
  }
	.foot .zuo3 ul {flex-wrap: wrap;
}
	 .foot .zuo3 ul li.gz {width: 100%;margin-right: 0;
  }
	.foot .tb {
  padding-top: 0px;padding-bottom: 20px;overflow: hidden;
}
	.footer_bg {
  padding: 25px 0 0;
}
	.aboutc2 .aboutclist .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
	.aboutc2 .aboutclist .icon i {
  font-size: 40px;
}
	.aboutc2 .aboutclist .text {
  margin-top: 20px;
}
	.aboutc2 .aboutclist {
  padding: 30px 10px;width: 48%;margin: 1%
}
	.ny_fzlc {
  padding: 40px 0;
}
	.honor-prev {
  left: 0px;
}
	.ny_fzlc .lc-prev {
  left: 0;
}
	.ny_fzlc .lc-next {
  right: 0px;
}
	.ny_fzlc .swiper-btn {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
	.fzlc_list li .n_r {margin-left: 20px
}
	.fzlc_list li:nth-child(2n) {
  padding-top:205px;
}
	
	.honors-sw-hook .swiper-wrapper li.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  z-index: 10;
}
	.honors-sw-hook .swiper-wrapper li.my-slide-right {
  left: 0;
}
	.honors-sw-hook .swiper-wrapper li img {
  margin: 0;
  width: 100%;height:13rem
}
	.honors-sw-hook .swiper-wrapper li.my-slide-left, .honors-sw-hook .swiper-wrapper li.my-slide-right {
  -webkit-transform: scale(1);
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
	.honors-sw-hook {
  padding:10px 0;
}
	.aboutc2 {
  padding: 30px 0 40px;
}
	.ny_ryzz {
  margin: 30px auto 0;padding:30px 0;
}
	.lx_wm .x_x .box {
  width: 100%;
  margin: 1% 0;
}
	.abo-ind-strategy {
  padding: 40px 0 40px;
}
	.xm6 {
  width: 100%;margin-top: 20px;
}
	.abo-ind-strategy-edac {
  padding: 30px 20px 40px;
}
	.abo-ind-strategy-til {
  font-size: 28px;
  line-height: 35px;
}
	.abo-ind-strategy-tex {
  font-size: 16px;
  line-height: 28px;
}
	.abo-ind-strategy-ico {
  font-size: 28px;
  width: 30px;
  height:30px;
  line-height: 30px;
}
	.abo-ind-strategy-ico i {
  font-size: 26px;
}
	.foot {
  padding: 0px 0;
}
	.foot .zuo3 ul li {display: none;
}
	.foot .zuo3 ul li.lx {
  width: 100%;display: block;margin-right: 0;margin-left: 0;
}
	.foot .zuo3 {
  width:100%;
}
	
	.foot .you3 {
 float: none;margin: 0 auto;
}
	.footer_btm {
  line-height: 1.5;padding: 10px 0;
}
	.nban {
  width: 100%;
  height: 16rem;background-size: cover !important;
}
	
	.nban .bt h2 {
  font-size: 16px;margin-bottom: 5px;
}
	.nban .bt h3 {
  font-size: 20px;padding-top: 10px;
}
	.ntit ul{display: flex;justify-content: center;flex-wrap: wrap;}
	.wzxx {width: 100%;text-align: left;font-size: 14px;
}
	.wzxx a {font-size: 14px;}
	.ntit ul li {
  line-height: 30px;width: 46%;margin: 1% 2%;border-radius: 5px;display: block;
}
	.ntit ul li a {
  font-size: 14px;
  padding: 0 0;
}
	.ntit {
  padding: 10px 0;
}
	.ny_cplb {
  padding: 30px 0;
}
	.ny_cplb ul li {
  width:48%;
  margin: 1.5% 1%;
  height: 13rem;
}
	.ny_cplb ul li:hover .w_z h3 {display: none;
}
	
	.ny_jj {
  margin: 20px auto;
}
	.ny_jj .tp {
  width: 100%;margin-top: 20px;padding-top: 20px;
}
	.ny_alzs {
  width: 90%;
  margin: 30px auto;
}
	.ny_alzs ul li {
  width: 100%;
  margin: 0 0 4%;
}
	.ny_hxnl {
  padding: 30px 0;
}
	.ny_hxnl .w_z {
  width: 100%;
  padding-right:0;
}
	.tit h1 {
  font-size: 32px;padding-bottom: 10px;
}
	.ny_hxnl .t_p {
  width: 100%;margin-top: 30px;
}
	.ny_hxnl2 {
  padding: 30px 0;
}
	.ny_hxnl2 li {
  width: 48%;
}
	.ny_hxnl2 li h3 {
  font-size: 14px;
}
	.page {
  padding: 15px 0;
}
	.page a {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  line-height: 30px;
  font-size: 14px;
}
	.ny_hy ul li {
  width: 48%;
  margin: 0 1% 3%;
}
	.ny_hy {
  padding: 30px 0 40px;
}
	.ny_cp {
  padding: 30px 0;
}
	.ny_jj {
  padding: 30px 0;
}
	.ny_jj .w_z {
  width: 100%;
}
	.lx_wm {
  width: 90%;
  margin:30px auto 30px;
}
	.lx_wm .x_x {
  width: 100%;
}
	.lx_wm h4 {
  font-size: 16px;
  line-height: 28px;
}
	.lx_wm .l_y {
  width: 100%;margin-top: 30px;
}
	.lx_wm input.w_z {
  width: 100%;
  margin-right: 0px;box-sizing: border-box;
}
	.lx_wm textarea {
  width: 100%;box-sizing: border-box;
}
	.lx_wm .d_t {
  margin-top:30px;
}
	.ny_xw {
  padding: 0px 0;
}
	.Activsbf1_lb {
  width: 100%;
  margin-top: 0px;
}
	.Activsbf1_lb dt {
  width: 40%;
}
	.Activsbf1_lb dd {
  width: 58%;
  margin-top: 0;
  margin-right:0%;
}
	.Activsbf1_lb dd .newNrjs {
  letter-spacing: 0px;
  -webkit-line-clamp: 2;
  min-height: 50px;
}
	
	.lx_wm .rc_zp .jr_lm.jt .jr_bt {
  padding: 5px 10px;
  line-height: 40px;
  font-size: 14px;
}
	.lx_wm .rc_zp .jr_bt {
  padding: 5px 10px;
}
	.lx_wm .rc_zp .jr_nr .js {
  width: 100%;
}
	.lx_wm .rc_zp .jr_nr {
  padding: 30px 10px 10px;
}
	
	.cpxq {
  padding: 40px 0 30px;
}
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;margin-top: 25px;
}
	
	.sy_gg {
  padding:40px 0;
}
	.sy_gg ul li {
  width:100%;
  margin-bottom:20px;
  margin-top: 10px;
}
	
	.lx_wm .rc_zp .lxfs {
  line-height: 40px;
  font-size: 20px;
  margin-top: 30px;
}
	.ny_jj .w_z h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

	
	.gy_td {
  padding: 40px 0;
}
	.gy_td .wenz {
  width: 100%;
}
	.gy_td .tp {
  width: 100%;margin-top: 20px;
}
	.sy_hyyy ul li {
  width: 48%;
  margin: 0 1% 20px;
}
	.sy_hyyy {
  padding: 30px 0;
}
	.header .right .yy .x_l {
  top:60px;
}
	.header .right .yy .x_l a {width: 100%;
}
	
	
	
	
	
  }

@media only screen and (max-width:600px){
	.ban .swiper-slide .word h3 {
  font-size:2.2rem;
  letter-spacing: 1px;margin:0px 0 10px;
  line-height: 26px;
}
	  .header .nav ul li .e_j .xx1 .bd a {
    width:50%;
  }
	.ban .swiper-pagination {
  bottom:10px !important;
}
	.ban .swiper-slide .word h4 {font-size:1.4rem;color: #fff; margin-top: 0px;letter-spacing: 0;
}
	 .ban .swiper-slide .word {
    height: 12rem;
  }
	 .ban .swiper-slide .word a.xq {
    width: 120px;
    height: 30px;
    line-height: 30px;
    bottom: 0px;
    margin-right: -60px;
  }
	.sy_gsjj .w_z p {
  line-height: 32px;
}
	 .index4 {
    padding: 40px 0 30px;
  }
	.slideGroup {
  padding: 20px 0 30px;
}
	.slideGroup .parHd {
  padding: 0 0px;
}
.product-number-info {
    padding: 30px 0;
  }
	 .slideGroup .parHd ul li {
    width: 48%;
    margin: 1%;
    padding: 10px 10px;
  }
	.slideGroup .parHd ul li h4 {
  font-size: 1.2rem;
}
	.slideGroup .parBd ul li {
    width:100%;
    margin: 0 0 0px;
  }
	 .g-tit1 h2 {margin-bottom: 6px;
  }
	  .product-number-info li b {
    font-size: 34px;
  }
	.product-number-info li b em {
  font-size: 20px;
}
	.sy_news .box1 .t_p {
  height: 20rem;
}
	  .indcase-click .equip-min p {
    font-size: 14px;
  }
	.indcase-wd p {
  margin-bottom: 20px;
}
	.sy_cpxj {
  padding: 60px 0 5px;
}
	.container {
    width: 90%;
  }
	.sy_news .box3 .tbox {
  height: auto;
  margin-bottom: 10px;
  padding: 20px 15px;
  background: #f4f4f4 url(../images/icon20.png) 95% 70px no-repeat;
}
	.sy_news .box3 .tbox .time {
  font-size: 40px;
  line-height:40px;
  margin-right: 20px;
}
	.sy_news .tbox .time {
  font-size: 40px;
  line-height: 40px;
  padding: 16px 0 16px;
}
	  .ny_cplb ul li {
    width: 100%;
    margin: 1.5% 0;
    height: 22rem;
  }
	.ny_cplb ul li:hover .w_z{ top:1%;}
	
	.ny_cp ul li {
  width: 100%;
  margin: 0 0 3%;
}
	 .fzlc_list li:nth-child(2n) {
    padding-top: 0;
  }
	.fzlc_list li:nth-child(2n) .n_r {
  padding-top: 0;
  padding-bottom: 0;
}
	.fzlc_list::after {
  top: auto;bottom: 0;
  margin-top:0;background: url(../images/line.png) repeat-x left bottom / auto 32px;
}
	.fzlc_list li .n_r {padding: 0 20px 20px;
  }
	.fzlc_list li .n_r .text {
  font-weight: normal;
}
	
	.ny_jj .tp li {
  width: 100%;
  margin:1.5% 0;
}
	.sy_ry {
  padding: 15px;
  margin-top: 0px;margin-bottom: 30px;
}
	 .sy_ry ul li {
    width: 50%;
  }
	
	.sy_cp ul li {
    height: 24rem;
  }
	  .infiv-txt {
    height: auto;
  }
	.sy_cp ul li .w_z{ top:20%;}
	.sy_cp ul li:hover .w_z{top:10%;}
.sy_cp ul li .w_z h3{font-size:18px;margin-bottom: 10px;}
.sy_cp ul li .w_z p {font-size: 14px;padding: 8px;}
.sy_cp ul li .w_z .tb {width: 50px;margin:0 auto 15px;}
	 .g-tit1 span {padding: 0 10px;
  }
	.ny_cp .right .lb ul li {
    width: 100%;
    margin: 0 0 30px;
  }
	 .ny_cp .right .lb ul li .tp {
    height: 23rem;
  }
	 .ny_cp .right .box {
    padding: 0px 0 4.27vw;
    min-height: 500px;
  }
	  .sy_hzhb ul li {
    width: 30.3333%;
    margin: 0 1.5% 2%;
  }
	 .honors-sw-hook .swiper-wrapper li img {
    height:24rem;
  }
	.swiper-btn {
  width: 30px;
  height:30px;background: none;
}
	 .honor-prev {
    left: 0px;background: url(../images/hisleft.png) center / 100% no-repeat;
  }
	.honor-next {
  right: 0;background: url(../images/hisright.png) center / 100% no-repeat
}
	 .ny_jscx ul li {
    height: 32rem;
  }
	.ny_jscx ul li .w_z p {
  font-size: 1.2rem;
  padding:0 10px;
  line-height: 1.8;
}
	.ny_jscx ul li .w_z h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
	.ny_jscx ul li:hover .w_z{top:3%;}
	
	.ny_jj .w_z h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
	.ny_jj .w_z p {
  font-size: 14px;
}

	.ny_jj .tp {
  width: 100%;margin-top: 20px;
}
	.ny_hy ul li .tp {
  height: 20rem;
}
	 .ny_hy ul li {
    width: 100%;
    margin: 0 0 3%;
  }
	 .gy_js ul li {
    width:50%;
    padding: 20px 5px;
  }
	.gy_js ul li:nth-child(4) {
    width: 50%;
  }
	.gy_js ul li:nth-child(n+5) {
    width: 33.3333%;
  }
	.gy_js ul li h3 {
    font-size: 15px;
  }
	.gy_td .wenz h2 {
  font-size: 2.2rem;
}
	.ny_qydw .w_z {
  width: 100%;
  position: static;
  margin-right: 0px;
  padding:0 20px 20px;transform: translate(0,0%);
-webkit-transform: translate(0,0%);
-moz-transform: translate(0,0%);
-ms-transform: translate(0,0%);
-o-transform: translate(0,0%);
}
	.cpxqlb .swiper-slide img {
  max-height: auto;width: 100%;
}
	.cpxq .right h3 {
  font-size:20px;margin-bottom: 30px;
}
	.cpxq .cptd .bt span {
  padding: 0 15px;
}
	.cpxq .cptd .bt {
  font-size: 18px;
}
	.htit span {
  padding: 0 15px;
}
	.htit {
  font-size: 18px;margin-bottom: 20px;
}
	.sy_cp .swiper-pagination-bullet {width: 16px;
}
	 .sy_bmdt .dt {padding: 10px 15px 0;
  }
	.ny_qydw .w_z h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
	.ny_qydw .w_z p {
  font-size: 14px;
}
	.jj_ywfw {
  padding: 30px 0;
}
	.tit h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
	.tit h4 {
  font-size: 14px;
}
	.ny_cp {
    padding: 0px 0 20px;
  }
	.jj_ywfw ul li {
  width:100%;
  float: left;
  margin-right: 0;
  padding: 20px 0;
}
	.recr_lin .box li .first {
  height: auto;
  margin: 0px 0px;
  padding: 20px 25px;
}
	  .kpfz ul li {
    width: 100%;
  }
	 .aboutc2 .aboutclist {width: 100%;margin-bottom: 20px;height: auto;
  }
	.sy_hzhb {
    padding: 30px 0 !important;
  }
	.Activsbf1_lb dl {
  display: block;padding: 0 ;overflow: hidden;
}
	.Activsbf1_lb dt {
    width: 100%;
  }
	 .Activsbf1_lb dd {
    width: 100%;
    margin-top: 15px;padding: 0 10px
  }
	.Activsbf1_lb dd .more1 a {
  width: 130px;
  line-height: 36px;
  font-size: 16px;
}

	.lx_wm {}
	.abo-ind-strategy-til {
    font-size: 24px;
  }
	
	.footer_bg {
  padding: 30px 0 0;
}
	 .sy_hyyy ul li {
    width: 100%;
    margin: 0 0 20px;
  }
	.lx_wm h5 {
  font-size: 16px;
  line-height: 26px;
}
	.lx_wm p {
  line-height: 26px;
  margin-bottom: 10px;
}
	  .lx_wm h4 {margin-top: 5px;
  }
	
	
	
}




@media only screen and (max-width:375px){

.ntit ul li a {
  font-size: 12px;
}


}

.danyeDiv .zi{font-size: 16px;color: #333; }

.detailDiv {padding: 60px 0 100px; }
.detailDiv .hdDiv{padding-bottom: 40px;border-bottom: 1px solid #eee; }
.detailDiv .hdDiv .title{text-align: center;font-size: 30px;color: #000; }
.detailDiv .hdDiv .dateDiv{color: #999;margin: 15px 0 0;font-size: 14px;text-align: center;}
.detailDiv .bdDiv{padding: 40px 0;font-size: 16px;line-height: 2;color: #000;  }
.detailDiv .bdDiv img{max-width: 100%; }
.detailDiv .otherPageDiv div{margin-top: 10px;color: #333;font-size: 16px; }
.detailDiv .otherPageDiv div a{color: #000; }
.detailDiv .otherPageDiv div a:hover{color: #dd0303; }

.lx_wm .formDiv form{max-width: 1000px;margin: 0 auto; }
.lx_wm .formDiv .groupDiv{margin-bottom: 20px; }
.lx_wm .formDiv .groupDiv p{font-size: 18px; }
.lx_wm .formDiv .groupDiv input{display: block;width: 100%;border: 1px solid #eee;line-height: 50px;padding: 0 15px;font-size: 16px; }
.lx_wm .formDiv .groupDiv textarea{display: block;width: 100%;border: 1px solid #eee;padding: 5px 15px;font-size: 16px; }
.lx_wm .formDiv button{width: 200px;line-height: 45px;background: #dd0303;border: 0;color: #fff;font-size: 18px;cursor: pointer;margin: 0 auto;display: block; }



.searchWrap{min-height: 600px;padding: 50px 0;font-size: 16px;color: #333; }
.searchWrap table a{color: #333; }
.searchWrap table a:hover{color: #dd0303; }