@charset "utf-8";
/* CSS Document */
/*切图：yly*/
html{ overflow-x: hidden; overflow-y: auto;}
*{ padding: 0; margin: 0;}
ul,ol,li,dl,dd,dt{ list-style-type: none; line-height: normal;}
body,button,input,select,textarea{ font-family: 'Microsoft yahei', Arial; font-size: 12px;}
code,kbd,pre,samp{ font-family: 'Microsoft yahei', Arial;}
address,caption,cite,code,dfn,i,em,th,var{ font-style: normal; font-weight: normal;}
a{ text-decoration:none; color:#333;
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{ cursor:pointer; text-decoration: none; color: #dc0000;}
img{ border: 0; max-width: 100%;}
table{ border-collapse: collapse; border-spacing: 0;}
h1,h2,h3,h4,h5,h6{ margin: 0; font-weight: normal; font-family: 'Microsoft yahei',Arial;}
h1{ font-size: 36px;}
h2{ font-size: 24px;}
h3{ font-size: 22px;}
h4{ font-size: 18px;}
h5{ font-size: 14px;}
h6{ font-size: 12px;}
input,table,tr,td{ margin: 0; padding: 0; border: none;}
p{ margin: 0; padding: 0;}
button,table{ border: none; background: none; margin: 0; padding: 0;}
select{ margin: 0; padding: 0; font-family: 'Microsoft yahei', Arial; outline: none;}
textarea{ resize: none; outline: 0;}
input{ outline: 0;}
button{ outline: none;}
body{ overflow: hidden; background: #fff;}

.gray {background:#333;}
.blue {background:#09F;}
.yellow {background:#ffddbf;}
.purple {background:#66C;}
.white {background:#FFF;}

.ser-fuwu { color:#fff; line-height:30px;}
.ser-fuwu .gray { font-size:18px;}
.ser-fuwu .white { color:#333;}

.pz_top{ float: left; width: 100%; position:fixed; left:0; top:0; z-index: 99; border-bottom: 1px solid #414449; background:#fff;}
.pz_banner{ float: left; width: 100%; overflow: hidden; position: relative; z-index: 8; }
.pz_banner .empty-banner{
    min-height: 574px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}
.pz_main{ float: left; width: 100%; min-height: 200px;}
.pz_down{ float: left; width: 100%; background: #333333;}

.w_1600{ margin:0 auto; width:1800px;}


.logo{ float: left; width: 350px; height: 70px; margin:10px 0 0 0;}
.top_share{ float: right; margin: 30px 0 30px 0 ;-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.top_share .fnx1{ float: left; width: 34px; height: 34px; z-index: 99; margin-left: 19px; border: 1px solid #333; border-radius: 50%; }
.top_share .fnx1:hover{ border-radius: 50%; border: 1px solid #dc0000;}
.top_share a{ display: none;}
.top_share .dl{ display: block; color: #333; line-height: 34px; text-align: center;}
.pz_top.on{ background:#fff; height:80px;}
.pz_top.on .logo{ margin: 12px 0 12px 0;}
.pz_top.on .menu .nli span a{ line-height: 80px;}
.pz_top.on .top_share{ margin: 20px 0;}
.pz_top.on .menu .nli span a::after{ top: 77px;}
.pz_top.on .so_but{ top: 51px;}
.pz_top.on .menu .sub{ top: 80px;}

/* menu */
.menu{ float: left;}
.menu ul{ margin-left: 200px;}
.menu .nli{ float: left; padding: 0 45px; position: relative;}
.menu .nli span a{ float: left; color: #333; font-size: 16px; line-height: 98px; position: relative;}
.menu .nli span a::after{ float: left; width: 0; height: 3px; position: absolute; left: 50%; top: 97px; content: '';  background:#dc0000; oz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
        transform:translateX(-50%);
   -moz-transform:translateX(-50%);
     -o-transform:translateX(-50%);}
.menu .nli.active span a::after,
.menu .nli:hover span a::after{ width:100%;}
.menu .sub{ display: none; float: left; position: absolute; left: 50%; top: 99px; width: 130px; margin-left: -65px; z-index: 66;}
.menu .sub li{ float: left; width: 100%; margin-bottom: 1px;}
.menu .sub li a{ float: left; width: 100%; text-align: center; color: #fff; font-size: 13px; line-height:  32px; background:#000; background: rgba(0,0,0,0.9);}
.menu .sub li a:hover{ background: #dc0000; color: #fff;}

.pc_top{ display:block;}		
.ph_top{ display:none;}
.pc_menu{ display:block;}
.menuph{ display:none;}
.xialaph{ display:none;}

@media screen and (max-width:1919px ) {
.w_1600{ width: 1560px;}	
.menu .nli{ padding: 0 40px;}
}
@media screen and (max-width:1630px ) {
.w_1600{ width: 1366px;}	
.menu ul{ margin-left: 100px;}
.menu .nli{ padding: 0 25px;}	
}
@media screen and (max-width:1400px ) {
.w_1600{ width: 100%; padding: 0 15px;}
.menu ul{ margin-left: 100px;}
.menu .nli{ padding: 0 12px;}

}
@media screen and (max-width:1230px ) {
.pz_top{ height:70px;}    
.logo{ width: 150px; height: 43px; margin:20px 0 0 0;}
.top_share{ margin: 13px 0 14px 0;}
.menu ul{ margin-left: 50px;}
.menu .nli{ padding:0 18px;}
.menu .nli span a::after{ top:58px;}
.menu .nli span a{ font-size:14px; line-height:60px;}
.menu .sub{ top:60px;}
.so_but{ top: 40px;}
.pz_top.on .logo { margin:15px 0 0 0;}
}


@media screen and (max-width:1023px ) {
.menu{ display:none;}
.top_share{ display:none;}
.pz_top{ height: 40px; background: #fff; border-bottom: 0;}
.logo{ width: 103px; height: 30px; margin: 5px 0 5px 0;}
.pz_top.on .logo { margin: 5px 0 5px 0;}
.pz_top.on{height:40px;}
.pz_banner{ margin-top: 40px;}
.so_but_ph{ float:left; width:100%; margin:15px 0;}
.top_r_ph a{ display: block; height: 34px; line-height: 34px; font-size: 14px;}
.top_r_ph a img{ display: block; float: left;}

.pc_top{ display:none;}		
.ph_top{ display:block;}
.pc_menu{ display:none;}
.menuph{ display:block;}
.xialaph{ display:block;}


/*手机按钮*/
.menuph{ float:right; width:28px; height:22px; cursor: pointer; text-align: center; margin:9px 0;}
.menuph .point {  display: inline-block;  width: 28px;  height: 22px; position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {  width: 28px;  }
.menuph .navbtn {  position: absolute;  top: 10px;  right: 0;  display: inline-block;  width: 21px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #dc0000;  }
.menuph .navbtn::after,
.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 28px;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #dc0000;  }
.menuph .navbtn::after {  top: -11px;  }
.menuph .navbtn::before {  top: 10px;  }
.menuph .point.active .navbtn{  background: transparent;  }
.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }

/*手机下拉*/
.xialaph{ position:fixed; left:0; top:0; float:left; width: 100%; height:100%; overflow:scroll; padding:40px 0 100px 0;  display: none;  z-index:98; background:#fff;}
.xialaph .ul2,
.xialaph .ul3{display: none;}
.xialaph h4 a{ float:left; width:60%; color: #333333;  font-size:16px; line-height: 50px;}
.xialaph h4 a span{ padding-left:6px; color:#ccc; font-size:14px;}
.xialaph h4{ float:left; width:100%; position:relative;}
.xialaph li:last-child h4::before{  content: '';  position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 1px;  background-color: #e7e7e7; /*opacity: 0.1;*/  }
.xialaph h4:hover a,
.xialaph h5:hover a{  color: #dc0000; }
.xialaph h4::after{  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 1px;  background-color: #e7e7e7; /*opacity: 0.1;*/  }
.xialaph h5 a{ float:left; width:100%;  color: #1f1f1f;  font-size:14px; line-height: 40px;  text-transform:uppercase; }
.xialaph h5{ float:left; width:100%;position: relative;  }
.xialaph h5::after{  content: '';  position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 1px;  background-color: #e7e7e7; /*opacity: 0.05;*/  }
.xialaph li:last-child h5::after{  display: none;  }
.xialaph h4 img{  width: 15px;  height: 8px;  float: right;  margin-top: 24px;  cursor: pointer;  }
.xialaph h5 img{  width: 11px;  height: 6px;  float: right;  margin-top: 26px;  margin-right: 18px;  cursor: pointer;  }
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{  display: none;  }
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{  display: block;  }
.xialaph .ul2{ float:left; width:100%; padding:0 10px;}
.xialaph .ul3{  padding-top: 12px;  padding-bottom: 18px;  padding-left: 15px;  position: relative;  }
.xialaph .ul3::after{  content: '';  position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 1px;  background-color: #3c3a3a;  }
.xialaph li:last-child .ul3::after{  display: none;  }
.xialaph .ul3 li a{  color: #333;  font-size: 14px;  line-height: 35px;  display: block;  }
.xialaph .ul3 li{  padding-top: 5px;  }
.xialaph .ul3 li:first-child{  padding-top: 0;  }
.xialaph .phsou{  position: relative;  margin-top: 34px;
}
.xialaph .phsou input{  width: 100%;  height: 56px;  background-color: #fff; color: #aaa;  font-size: 14px;  padding-left: 20px;  border: 1px solid #e5e5e5;  }
.xialaph .phsou img{  cursor: pointer;  width: 21px;  height: 22px;  position: absolute;  top: 17px; right: 29px;  }
.img_d, .disno{  display: none;  }
}

/* banner */
.slide_banner{ float: left; width: 100%; margin: 0; overflow: hidden; position: relative; line-height: 0;}
.slide_banner video{object-fit:fill;}


.slide_banner img{ width: 100%;}
.slide_banner .slick-dots{ float: left; position: absolute; right: 10.9%; bottom:7.8%; text-align: right; z-index: 10;}
.slide_banner .slick-dots li{ width: 16px; height: 12px; background: url(../images/icon1.png) no-repeat center; background-size: 100%; margin-left: 18px; cursor: pointer; text-indent: 999em; overflow: hidden;}
.slide_banner .slick-dots .slick-active{ background: url(../images/icon2.png) no-repeat center; background-size: 100%;}
.slide_banner .slick-dots button{ text-indent: 999em;} 
.number{ float: left; position: absolute; right: 7.8%; bottom: 7.2%; z-index: 66; font-size: 16px; color: #fff;}
.number span{ font-size: 30px;}
.zy_banner{ float: left; width: 100%; line-height: 0;}
@media screen and (max-width:1230px ) {
.slide_banner .slick-dots li{ width: 8px; height: 6px; margin-left: 9px;}
.slide_banner{ width: 100%;}
.slide_banner video{ width: 100%; height: auto;}
.number{ font-size: 14px;}
.number span{ font-size: 20px;}
}
@media screen and (max-width:1023px ) {
.slide_banner .slick-dots{ right: 15%; bottom:20.8%;}
.slide_banner .slick-dots li{ margin-left: 5px;}
.slide_banner video{ width: 100%; height: auto;}
.number{ font-size: 12px; bottom:20.2%;}
.number span{ font-size: 16px;}
}

/* main */

/* 关于我们 */
.homeAbout{ padding: 120px 0; overflow: hidden; position: relative;}
.homeAbout .img{ width: 45.7%; line-height: 0; float: left;}
.homeAbout .bg{ position: absolute; top: 120px; left: 45.7%; width: 385px; height: 551px; background: #f9f9f9; z-index: -1;}
.homeAbout .bg .wz{ position: absolute; top: 235px; left: -34%; font-size: 120px; color: #f2f2f2;  font-weight: bolder; transform: rotate(90deg) translate(-40px, -5px);}
.homeAbout .title{ width: 42.3%; float: right;}
.aboutTit::before{ content: ""; display: block; width: 49px; height: 45px; margin-top: 55px; background: url(../images/main2.png) no-repeat center; background-size: 100%;}
.aboutTit h5{ font-size: 24px; margin: 40px 0 20px 35px; color: #dc0000; font-family: "Arial"; font-weight: bold;} 
.aboutTit h5 span{ color: #1f262c;}
.aboutTit h6{ font-size: 30px; color: #1f262c; margin-left: 35px; text-transform: uppercase;}
.homeAbout .info{ color: #323c43; font-size: 16px; line-height: 36px; height: 180px; overflow: hidden; margin: 30px 0 40px 35px;}
.homeMore{ font-size: 14px; margin-left: 35px; text-transform: uppercase; font-weight: bold; color: #dc0000;}
.homeMore .ico{ display: inline-block; width: 19px; height: 10px; margin-right: 10px; background: url(../images/main3.png) no-repeat center; background-size: 100%;}
@media (max-width:1919px ) {
.homeAbout .bg{ height: 516px;}
}
@media (max-width:1630px ) {
.homeAbout .bg{ height: 450px;}
.homeAbout .bg .wz{ top: 206px; font-size: 100px;}
.aboutTit::before{ margin-top: 25px;}
.homeAbout .info{ margin: 30px 0 25px 35px;}
}
@media (max-width:1400px ) {
.homeAbout{ padding: 60px 0;}
.homeAbout .bg{ height: 394px; top: 60px;}
.homeAbout .bg .wz{ top: 170px;}
.aboutTit::before{ width: 30px; height: 25px; margin-top: 25px;}
.aboutTit h5{ font-size: 24px; margin: 30px 0 15px 35px;} 
.homeAbout .info{ line-height: 28px; height: 168px; margin: 20px 0 20px 35px;}
}
@media (max-width:1230px ) {
.homeAbout .bg{ height: 325px;}
.homeAbout .bg .wz{ top: 150px; left: -26%; font-size: 80px;}
.homeAbout .info{ height: 84px;}
}
@media screen and (max-width:1023px ) {
.homeAbout{padding: 20px 0;}
.homeAbout .img{ width: 100%;}
.homeAbout .bg{ display: none;}
.homeAbout .title{ width: 100%;}
.aboutTit::before{ width: 20px; height: 15px; margin-top: 20px;}
.aboutTit h5{ font-size: 14px; margin: 10px 0 0 10px;} 
.aboutTit h6{ font-size: 16px; margin-left: 10px;}
.homeAbout .info{ font-size: 14px; line-height: 24px; height: 96px; margin: 5px 0 5px 10px;}
.homeMore{ font-size: 12px; margin-left: 10px; background-size: 50%;}
.homeMore .ico{ width: 10px; height: 9px; margin-right: 5px;} 
}


/* 产品中心 */
.homeTit{ position: relative; margin-bottom: 50px;}
.homeTit::before{ content: ""; display: block; width: 49px; height: 45px; margin-bottom: 46px; background: url(../images/main2.png) no-repeat center; background-size: 100%;}
.homeTit h5{ font-size: 36px; color: #333333; letter-spacing: 9px;}
.homeTit h6{ position: absolute; top: 48px; left: -8px; z-index: -1; letter-spacing: 25px; font-size: 100px; color: #eeeeed; font-weight: bold; text-transform: uppercase;}
.homeTit .homeMore{ float: right; margin-top: -25px;}
.homeProd{ padding: 75px 0; position: relative;}



.c_0100_3{ width:100%;}
.c_0100_3 ul{}
.c_0100_3 ul li{ float:left; position:relative; z-index:1;padding: 0 ;}
.c_0100_3 ul li .img{ width:50%; float:left; height:240px; position:relative; z-index:5; overflow:hidden;}
.c_0100_3 ul li .img .box{ position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover; background-position: center center; background-repeat:no-repeat;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.c_0100_3 ul li .img:hover .box{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.c_0100_3 ul li .text{ width:50%; float:left; height:240px; text-align:center; padding:35px 35px 0 35px; position:relative; z-index:2;}
.c_0100_3 ul li .text h4{ width:100%; font-size:21px; color:#fff; line-height:28px; text-transform:uppercase; font-weight:bold;}

.c_0100_3 ul li .text .p{ width:100%; font-size:14px; color:#fff; line-height:24px; margin-top:13px; letter-spacing:2px; height:72px; overflow:hidden;}
.c_0100_3 ul li .text .more{ width:100%; margin-top:26px;}
.c_0100_3 ul li .text .more a{ display:inline-block; width:75px; height:26px; border:solid 1px #ae9a97; border:solid 1px rgba(0,0,0,0.4); font-size:14px; color:#342d2c; line-height:24px; letter-spacing:1px; font-family:Arial;}
.c_0100_3 ul li .text .more a:hover{ color:#f3cec3; background:black;}

.c_0100_3 ul li.l1 .text,.c_0100_3 ul li.l2 .text,.c_0100_3 ul li.l3 .text{ background-color:#333;}
.c_0100_3 ul li.l4 .text,.c_0100_3 ul li.l5 .text,.c_0100_3 ul li.l6 .text{ background-color:#dc0000;}

.c_0100_3 ul li .text .more a{ border:solid 1px #fff; border:solid 1px rgba(255,255,255,0.4); color:white;}
.c_0100_3 ul li .text .more a:hover{ background:white; color:#071f3a;}

.c_0100_3 ul li.l4 .img,.c_0100_3 ul li.l5 .img,.c_0100_3 ul li.l6 .img{ float:right;}

@media  screen and (max-width:1199px){
.c_0100_3 ul li .text{ padding:79px 15px 0 15px;}
.c_0100_3 ul{ margin-top:36px;}
}
@media  screen and (max-width:991px){
.c_0100_3 ul{ margin-top:26px;}
.c_0100_3 ul li .img,
.c_0100_3 ul li .text{ width:100%; height:250px;}
.c_0100_3 ul li .text{ padding:42px 15px 0 15px;}
.c_0100_3 ul li .text h4{ font-size:18px; line-height:24px;}
.c_0100_3 ul li .text .p{ font-size:12px; margin-top:7px; letter-spacing:1px;}
.c_0100_3 ul li .text .more{ margin-top:20px;}
.c_0100_3 ul li .text .more a{ width:65px; font-size:13px;}
}
@media  screen and (max-width:767px){
.c_0100_3 ul{ margin-top:16px;}
.c_0100_3 ul li .img,
.c_0100_3 ul li .text{ height:180px;}
.c_0100_3 ul li .text{ padding:18px 10px 0 10px;}
.c_0100_3 ul li .text h4{ font-size:16px; line-height:22px;}
.c_0100_3 ul li .text .p{ margin-top:4px; letter-spacing:0px; }
.c_0100_3 ul li .text .more{ margin-top:12px;}
.c_0100_3 ul li .text .more a{ width:55px; font-size:12px; height:24px; line-height:22px;}
}


.homeAdv {padding: 75px 0;position: relative;}

.indexTreBody{ width:100%; margin-top:39px;}
.indexTreBody li{ width:7.07%; float:left; border-left:solid 1px white; position:relative; height:569px; overflow:hidden; background:black; cursor:pointer;}
.indexTreBody li .img{ width:1011px; height:569px; position:absolute; left:50%; top:0; margin-left:-505.5px; max-width:none; opacity:0.3;}
.indexTreBody li .title{ width:100%; position:absolute; left:0; top:0; text-align:center; padding:70px 35% 0 35%; font-size:24px; color:#fff; line-height:36px;}
.indexTreBody li .title img{ vertical-align:top; width:25px; margin:15px 0 32px 0;}
.indexTreBody li .title span{ display:block; font-size:28px; line-height:28px; letter-spacing:1px;}
.indexTreBody li.on{ width:71.72%;}
.indexTreBody li.on .img{ opacity:1;}
.indexTreBody li.on .title{ display:none;}
.indexTreBody li .text{ width:55.36%; position:absolute; left:-200%; top:50%; background:url(../images/index23.png); height:428px; margin-top:-214px; padding:57px 56px 0 30px; text-align:right;}
.indexTreBody li .text .name{ width:100%; padding-bottom:40px; background:url(../images/index22.png) no-repeat right bottom; font-size:28px; color:#333; line-height:38px; letter-spacing:1px;}
.indexTreBody li .text .name span{ font-weight:bold; font-size:34px; color:#dc0000; margin-right:10px;}
.indexTreBody li .text .p{ width:100%; margin-top:12px; font-size:16px; color:#666; line-height:29px; letter-spacing:1px; height:145px; overflow:hidden;}
.indexTreBody li .text .detail{ width:100%; margin-top:24px;}
.indexTreBody li .text .detail a{ display:block; float:right; text-align:center; width:150px; height:40px; line-height:40px; background:#dc0000; color:#fff; font-size:14px; text-transform:uppercase; letter-spacing:1px; border-radius:30px;}
.indexTreBody li .text .detail a:hover{ background:#333;}
.indexTreBody li.on .text{ left:0;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
@media screen and (max-width: 1366px) {
.indexTreBody li .text{ width:70%; }
.indexTreBody li .title{ padding:70px 30% 0 30%;}
}
@media screen and (max-width: 1199px) {
.indexTre{ padding:50px 0 60px 0;}
.indexTreBody li .text{ width:80%; }
}
@media screen and (max-width: 991px) {
.indexTre{ padding:30px 0 40px 0;}
.indexTreBody{ margin-top:29px;}
.indexTreBody li{ height:400px;}
.indexTreBody li .img{ width:711px; height:400px; margin-left:-355.5px;}
.indexTreBody li .text{ height:340px; margin-top:-170px; padding:37px 36px 0 20px; }
.indexTreBody li .text .name{ padding-bottom:30px; font-size:22px; line-height:32px;}
.indexTreBody li .text .name span{ font-size:28px; margin-right:8px;}
.indexTreBody li .text .p{ margin-top:10px; font-size:14px; line-height:25px; height:auto;}
.indexTreBody li .text .detail{ margin-top:20px;}
.indexTreBody li .text .detail a{ width:130px; height:38px; line-height:38px;}
.indexTreBody li .title{ padding:50px 25% 0 25%; font-size:18px; line-height:25px;}
.indexTreBody li .title img{ width:20px; margin:10px 0 22px 0;}
.indexTreBody li .title span{ font-size:26px; line-height:26px;}
}
@media screen and (max-width: 767px) {
.indexTre{ padding:20px 0 30px 0;}
.indexTreBody{ margin-top:19px;}
.indexTreBody li{ width:100%; height:auto; padding:15px;}
.indexTreBody li .text{ display:block; height:auto; float:left; margin-top:0;padding:20px 26px 10px 10px; width:100%; position:relative; left:auto; top:auto;}
.indexTreBody li.on .text{ left:auto;}
.indexTreBody li.on{ width:100%;}
.indexTreBody li.on .img,.indexTreBody li .img{ opacity:0.8;}
.indexTreBody li .img{ width:100%; height:auto; left:auto; margin-left:0; position:relative; top:auto; float:left;}
.indexTreBody li .title{ display:none; padding:10px 25% 0 25%; font-size:16px; line-height:20px;}
.indexTreBody li .title img{ display:none;}
.indexTreBody li .title span{ font-size:20px; line-height:20px;}
.indexTreBody li .text .name{ padding-bottom:15px; font-size:16px; line-height:26px; background-size:auto 4px;}
.indexTreBody li .text .name span{ font-size:22px; margin-right:4px;}
.indexTreBody li .text .p{ margin-top:6px; font-size:12px; line-height:23px; height:auto;}
.indexTreBody li .text .detail{ margin-top:10px;}
.indexTreBody li .text .detail a{ width:100px; height:30px; line-height:30px; font-size:12px;}
}


/* 品牌案例 */

.homeBran .homeTit::before {background: url(../images/main1.png) no-repeat center;}
.homeBran .homeTit h6 {color: #111;}
.homeBran .homeTit h5 {color: #fff;}
.homeBran .homeMore {color: #fff;}
.homeBran .homeMore .ico {background: url(../images/main4.png) no-repeat center;}

.homeBran{ padding: 80px 0; position: relative;}
.homeBranTab{ margin: 0 -24px;}
.homeBranTab .pic{ margin: 25px 24px 30px 24px; position: relative;}
.homeBranTab .text{ width: 82%; position: absolute; left: 0; bottom: -110px; padding: 20px 40px; background: #f5f5f5;}
.homeBranTab .text h6{ font-size: 20px; margin-bottom: 10px; height: 26px; overflow: hidden;}
.homeBranTab .text .info{ font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; color: #565656; margin-bottom:8px;}
.homeBranTab .text .more{ float: right; font-size: 12px; font-weight: bold;}
.homeBranTab .text .more::before{ content: ""; display: inline-block; margin: 3px 20px; width: 57px; height: 1px; background: #d6d6d6;}
.homeBranTab .pic:hover .text{ background: #dc0000;}
.homeBranTab .pic:hover .text h6{ color: #fff;}
.homeBranTab .pic:hover .text .info{ color: #fff;}
.homeBranTab .pic:hover .text .more{ color: #fff;}
.homeBranTab .pic :hover.text .more::before{ background: #e95f5f;}
@media (max-width:1400px ) {
.homeBran{ padding: 50px 0;}
.homeBranTab{ margin: 0 -15px;}
.homeBranTab .pic{ margin: 15px 15px 30px 15px;}
}
@media (max-width:1023px ) {
.homeBran{ padding: 20px 0;}
.homeBranTab{ margin: 0 -5px;}
.homeBranTab .pic{ margin: 10px 5px 20px 5px;}
.homeBranTab .text{ width: 82%; height: 90px; padding: 5px 10px; }
.homeBranTab .text h6{ font-size: 16px; margin-bottom: 0; height: 22px;}
.homeBranTab .text .info{ font-size: 14px; line-height: 20px; height: 20px;}
.homeBranTab .text .more::before{ margin: 3px 10px; width: 27px;}   
.homeBranTab .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}
.homeBranTab .slick-dots li{ vertical-align:top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}
.homeBranTab .slick-dots .slick-active{ background: #dc0000;} 
}
@media (max-width:640px ) {
.homeBranTab .pic{ margin: 10px 0 20px 0;}
}


.empty-data{
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
}

/* 新闻中心 */
.homeNews{ position: relative; padding-top: 90px;background-color: #f2f2f2;}
.homeNewsTab{ position: relative; margin-bottom: 94px;}
.homeNewsTab .hd{ position: absolute; right: 0; top: -85px;}
.homeNewsTab .hd ul{ overflow: hidden;}
.homeNewsTab .hd ul li{ float: left; font-size: 16px; padding: 0 15px 20px 15px; margin-left: 30px; color: #666666;}
.homeNewsTab .hd ul li.on{ color: #dc0000; border-bottom: 3px solid #dc0000;}
.homeNewsTab .bd{ margin-top: 40px;}
.homeNewsTab .bd .bd_con{ margin: 40px -24px 0 -24px; overflow: hidden;}
.homeNewsTab .bd .pic{ width: 22%; float: left; background: #fff; padding: 15px; margin: 0 1.5%;}
.homeNewsTab .bd .pic .img{ width: 100%; height: auto; overflow: hidden;-webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	 -o-transition: 0.5s ease;
		transition: 0.5s ease;}
.homeNewsTab .bd .pic .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.homeNewsTab .bd .pic:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.homeNewsTab .bd .pic h6{ font-size: 20px; margin: 10px 0 5px 0; height: 26px; overflow: hidden;}
.homeNewsTab .bd .pic .info{ font-size: 16px; line-height: 24px; height: 48px; overflow: hidden; color: #666666;}
.homeNewsTab .bd .pic .date{ font-size: 14px; color: #999999; margin-top: 10px;}
@media (max-width:1400px ) {
.homeNews{ padding-top: 60px;}
.homeNewsTab{ margin-bottom: 60px;}
.homeNewsTab .bd{ margin-top: 20px;}
.homeNewsTab .bd .bd_con{ margin: 20px -24px 0 -24px;}
}
@media (max-width:1023px ) {
.homeNews{ padding-top: 20px;}
.homeNewsTab{ margin-bottom: 20px;}
.homeNewsTab .hd{ top: -40px;}
.homeNewsTab .hd ul li{ font-size: 14px; padding: 0 3px 4px 3px; margin-left: 10px;}
.homeNewsTab .hd ul li.on{ border-bottom: 1px solid #dc0000;}
.homeNewsTab .bd{ margin-top: 10px;}
.homeNewsTab .bd .bd_con{ margin: 0;}
.homeNewsTab .bd .pic{ width: 49%; padding: 5px; margin: 0 2% 10px 0;}
.homeNewsTab .bd .pic:nth-child(2n){ margin-right: 0;}
.homeNewsTab .bd .pic h6{ font-size: 16px; margin: 10px 0 5px 0; height: 22px;}
.homeNewsTab .bd .pic .info{ font-size: 14px; line-height: 20px; height: 40px;}
.homeNewsTab .bd .pic .date{ font-size: 12px; margin-top: 5px;}
}
@media (max-width:640px ) {
.homeNewsTab .bd .pic{ width: 100%;  margin: 0 0 10px 0;}
}

/* down */

.footLinkBack{border-bottom: #454442 solid 1px;}
.footLink{ padding: 2.71% 0 1.5% 0; }
.footLink .footLogo{ float: right; width: 174px; line-height: 0; margin-right: 13px;}
.footLink .footLeftLink{ text-align:center; color: #999; font-size: 15px; line-height: 23px;}
.footLink .footLeftLink a{color: #999999; margin: 0 28px;}
.footLink .footLeftLink a:hover{ color: #fff;}
@media screen and (max-width:1429px){
    .footLink .footLeftLink a{ margin: 0 15px;}
}
@media screen and (max-width:1229px){
    .footLink{ text-align: center;}
    .footLink .footLogo{ float: none; width: 174px;margin-right: 0; margin: 0 auto; }
    .footLink .footLeftLink{ padding: 14px 0 6px 0; font-size: 14px; }
}
@media screen and (max-width:991px){
    .footLink .footLeftLink{ display: none; }
}
@media screen and (max-width:767px){
    .footLink{ padding: 4%  0 4% 0;}
    .footLink .footLeftLink{ text-align: center;}
    .footLink .footLeftLink a{ white-space: nowrap;}
    .footLink .footLeftLink span{ display: none;}
}

.footAddBox{border-bottom: #454442 solid 1px;}
.footAdd{ padding:2% 0;}
.footAdd .addLi{ float: left;}
.footAdd .addLi.add_1{ width: 450px; padding-right: 10px;}
.footAdd .addLi.add_2{ width: 320px; padding-right: 10px;}
.footAdd .addLi.add_3{ width: 330px; padding-right: 10px;}
.footAdd .addLi .b{ float: left; width: 44px; line-height: 0;}
.footAdd .addLi .bPad{ padding-left: 64px; color: #fff; font-size: 14px; line-height: 20px;}
.footAdd .addLi .bPad .bptop{ padding: 3px 0;}
.footAdd .addRi .bPad img{ width:80px;}

.footAdd .bot_g{display:block; width:100%; margin-top:10px;}
.footAdd .bot_g .span_1{float:left; }
.footAdd .bot_g .span_2{float:left; border-top:1px solid #52565a; border-bottom:1px solid #52565a; font-size:14px; color:#fff; line-height:28px; padding:10px 0; margin:8px 0 0 6px; 
writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}

@media screen and (max-width:1229px){
    .footAdd .addLi.add_1{ width: 50%; padding-right: 10px;}
    .footAdd .addLi.add_2{ width: 50%; padding-right: 10px;}
    .footAdd .addLi.add_3{ width: 50%; padding-right: 10px; margin-top: 20px;}
}
@media screen and (max-width:767px){
    .footAdd{ padding: 4% 0 5% 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
	.footAdd .bot_g{display:none;}
    .footAdd .addLi.add_1{ width: 100%; padding-right: 10px;}
    .footAdd .addLi.add_2{ width: 100%; padding-right: 10px;  margin-top: 20px;}
    .footAdd .addLi.add_3{ width: 100%; padding-right: 10px; margin-top: 20px;}
    .footAdd .addLi .b{ display: none; width: 38px; }
    .footAdd .addLi .bPad{ padding-left: 0; }
}

.footAdd .addRi{ float: right;}
.footAdd .addRi .b{ float: left; width: 44px; line-height: 0;}
.footAdd .addRi .bPad{ padding-left: 64px; color: #fff; font-size: 14px; line-height: 20px;}
.footAdd .addRi .bPad .bptop{ padding: 3px 0;}
.footAdd .addRi .bPad .bpd{}
@media screen and (max-width:1229px){
    .footAdd .addRi{ float: right; width: 50%; margin-top: 20px;}
}
@media screen and (max-width:767px){
    .footAdd .addRi{ float: left; width: 100%; margin-top: 20px;}
    .footAdd .addRi .b{ display: none;}
    .footAdd .addRi .bPad{ padding-left: 0; }
}

.footFrendBox{border-bottom: #454442 solid 1px;}
.footFrend{ padding: 2.14% 0; color: #999999; font-size: 14px; line-height: 23px; }
.footFrend a{color: #999999; margin: 0 10px;}
.footFrend a:hover{ color: #fff;}
.footFrend span{ float: left; padding-left: 41px; color: #fff; background: url(../images/foot10.png) 12px center no-repeat;}
@media screen and (max-width:1429px){
    .footFrend a{ margin: 0 5px;}
}
@media screen and (max-width:767px){
    .footFrendBox{ display: none;}
}

.footCopy{ padding: 2.35% 0 2.64% 0; }
.footCopy .copyright{ float: left;color: #999999; font-size: 13px; line-height: 23px;}
.footCopy .copyright a{color: #999999;}
.footCopy .copyright a:hover{ color: #fff;}
.footCopy .copyLaw{ float: right;color: #999999; font-size: 13px; line-height: 23px;}
.footCopy .copyLaw a{color: #999999;}
.footCopy .copyLaw a:hover{ color: #fff;}
@media screen and (max-width:767px){
    .footCopy .copyright{ width: 100%; text-align: center;}
    .footCopy .copyLaw{ float: left; width: 100%; text-align: center;}
}

/*phone底部导航*/
.q_d_m{float:left; width:100%; height:50px;}
.pf_down{width:100%; float:left; position:fixed; left:0; bottom:0; height:50px; background:#db0001; z-index:66; box-shadow:0 -4px 7px rgba(0,0,0,0.15);}
.pf_down li{ width:33.33%; float:left; text-align:center; padding:7px 0 5px 0; border-right:1px solid #af0001; text-transform:uppercase;}
.pf_down li:last-child{ border:none;}
.pf_down li .ico7{ width:100%; float:left; height:20px;}
.pf_down li .name{ width:100%; float:left; margin-top:4px; font-size:12px; color:#fff; line-height:14px;}
.pf_down li.l1 .ico7{ background:url(../images/btn1.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l2 .ico7{ background:url(../images/btn2.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l3 .ico7{ background:url(../images/btn3.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l4 .ico7{ background:url(../images/btn4.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l5 .ico7{ background:url(../images/btn5.png) no-repeat center; background-size:20px 20px;}

/*右侧漂浮*/
.pf_right{ display: none; float: left; width: 75px; position: fixed; right: 15px; top: 50%; margin-top: -175px; z-index: 999;}
.pf_right li{ float: left; width: 100%; position: relative; margin-bottom: 1px; background: #db0001;}
.pf_right li a{ float: left; width: 75px; height: 75px; position: relative; z-index: 6;}
.pf_right li i{ display: block; width: 35px; height: 30px; margin: 14px auto 5px auto;}
.pf_right li i.ico1{ background: url(../images/pf1.png) no-repeat center;}
.pf_right li i.ico2{ background: url(../images/pf2.png) no-repeat center;}
.pf_right li i.ico3{ background: url(../images/pf3.png) no-repeat center;}
.pf_right li i.ico4{ background: url(../images/pf4.png) no-repeat center;}
.pf_right li i.ico5{ background: url(../images/pf5.png) no-repeat center;}
.pf_right li i.ico6{ background: url(../images/pf6.png) no-repeat center;}
.pf_right li h5{ color: #fff; text-align: center; font-size: 14px;}
.pf_right li:hover{ background: #af0001;}
.pf_right li .pf_tel,.pf_right li .pf_qq{ float: left; position: absolute; right: -300px; top: 0; padding: 0 20px; white-space: nowrap; background: #af0001; color: #fff; font-size: 22px; line-height: 75px; -webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
}
.pf_right li .ewm{ display: none; float: left; width: 120px; height: 120px; position: absolute; right: 85px; top: 50%; margin-top: -60px; line-height: 0; padding: 5px; background: #fff; border: 1px solid #ccc;}
.pf_right li:hover .pf_tel,.pf_right li:hover .pf_qq{ right: 75px;} 
.pf_right li:hover .ewm{ display: block;} 
.pf_right.on{ display:block;} 


/* 内页 */
.side_cont{ height: 70px; line-height: 70px; font-size: 16px; text-align: center; border-bottom: 1px solid #dbdbdb;}
.side_cont .pz_SideLayer{ display: inline-block; border-left: 1px solid #dbdbdb;}
.side_cont li{float: left;}
.side_cont li a{ height: 70px; line-height: 70px; padding: 0 40px; border-right: 1px solid #dbdbdb; display:block;}
.side_cont li a:hover {background:#db0001; color:#fff;}
.side_cont li.hover a {background:#db0001; color:#fff;}

.w_1400{ width: 1400px; margin: 0 auto;}
@media (max-width:1400px ) {
.side_cont{ height: 50px; line-height: 50px;} 
.side_cont li a{ height: 50px; line-height: 50px; padding: 0 30px;}
.w_1400{ width: 1000px;}
}
@media (max-width:1023px ) {
.side_cont{ height: 28px; line-height: 28px; font-size: 14px;} 
.side_cont li a{ height: 28px; line-height: 28px; padding: 0 10px;}
.w_1400{ width: 96%;}
}
@media (max-width:400px ) {
.side_cont{ font-size: 12px; height:auto;} 
.side_cont .pz_SideLayer{border-left:0;}
.side_cont li a{ padding: 0 7px; float:none; display:inline-block; border-right:0;}
}

/* 分页 */

.pagination { display: flex; justify-content: center; margin-top: 10px;}
.pagination a { background: #fff; border: 1px solid #ccc; color: #333; font-size: 14px; padding: 3px 12px; margin: 0 3px; border-radius: 3px;}
.pagination span { color: #333; font-size: 14px; padding: 3px 2px; margin: 0 3px; border-radius: 3px;}
.pagination a:hover { color: #C00; border: 1px solid #C00;}
.pagination a.page-num-current { color: #fff; background: #C00; border: 1px solid #C00;}


/* 关于我们 */

.aboutCon{ padding: 0 0 60px 0;}
.aboutConTit{ text-align: center; margin: 50px 0 50px 0;}
.aboutConTit h5{ font-size: 36px; font-weight: bold; text-transform: uppercase;}
.aboutConTit h6{ font-size: 28px; color: #575757; margin-top: 15px;}
.aboutCon1{ overflow: hidden; position: relative;}
.aboutCon1 .img{ float: left; width: 50%; line-height: 0;}
.aboutCon1 .text{ float: right; width: 46%;}
.aboutCon1 .pic{ width: 192px; margin: 15px 0 35px 0; line-height: 0;}
.aboutCon1 .text h6{ font-size: 30px; margin-bottom: 30px;}
.aboutCon1 .text .info{ font-size: 16px; line-height: 36px; height: 370px; overflow-y:auto; color: #323c43;}

.aboutCon1 .homeMore{ margin-left: 0;}


@media  screen and (max-width:1400px){
.aboutConPic .text{ padding: 20px;}
.aboutConPic .text .tit::after{ margin: 20px 0;}
}
@media  screen and (max-width:1023px){
.aboutCon{ padding: 0 0 20px 0;}
.aboutConTit{ margin: 15px 0 10px 0;}
.aboutConTit h5{ font-size: 18px;}
.aboutConTit h6{ font-size: 16px; margin-top: 0;}
.aboutCon1 .img{ width: 100%;}
.aboutCon1 .text{ width: 100%;}
.aboutCon1 .pic{ width: 80px; height: 59px; margin: 5px 0;}
.aboutCon1 .text h6{ font-size: 16px; margin-bottom: 5px;}
.aboutCon1 .text .info{ font-size: 14px; line-height: 24px; height:auto;}

}

/* 发展历程 */

#Content7{ width: 100%; }
#Content7 .aboutCon2 .fzlc{ width: 80%; margin: 0 auto; padding-bottom: 60px; position: relative;}
#Content7 .aboutCon2 .dot{ width: 15px; height: 15px; margin: 0 auto; background: #ff9900; border-radius: 50%;}
#Content7 .aboutCon2 .line{ width: 0.04%; height: 100%; position: absolute; top: 0; left: 50%; margin-left: -0.02%; background: #ff9900; opacity: 0.3;}
#Content7 .aboutCon2 .u1{ width: 100%; overflow: hidden;}
#Content7 .aboutCon2 .u1 .l1{ width: 49.8%; margin-top: 155px; float: right; position: relative;}
#Content7 .aboutCon2 .u1 .l1 .nf{ position: absolute; left: 10px; top: 0;}
#Content7 .aboutCon2 .u1 .l1 .num{ font-size: 14px; width: 90px; height: 90px; line-height: 90px; text-align: center; color: #fff; background: #ff9900; border-radius: 50%;}

#Content7 .aboutCon2 .u1 .l1 em{ display: block; width: 22px; height: 22px; position: absolute; top: 35px; right: 2px; background: #ff9900; opacity: 0.3; border-radius: 50%;}
#Content7 .aboutCon2 .u1 .l1 b{ display: block; width: 10px; height: 10px; position: absolute; top: 41px; right: 7px; background: #ff9900; opacity: 1; border-radius: 50%;}
#Content7 .aboutCon2 .u1 .l1 .tit{ padding: 28px; margin: 0 0 0 30px; border-radius: 10px; color: #4f4b4c; background: #f5f5f5;}
#Content7 .aboutCon2 .u1 .l1 .tit .wz{ font-size: 16px; line-height: 28px; overflow: hidden;}
#Content7 .aboutCon2 .more{ font-size: 16px; line-height: 20px; padding: 20px 0; width: 90px; height: 90px; margin: 0 auto; border-radius: 50%; text-align: center; color: #fff; background: #27292c;}
#Content7 .aboutCon2 .u1 .l1 .tit .wz div { font-size:24px; color:#ff9900; }
#Content7 .aboutCon2 .u1 .l1 .tit .wz span { font-size:18px; font-weight:bold; line-height:40px;}

#Content7 .aboutCon2 .u1 .l1:nth-child(2n){ float: left; position: relative;}
#Content7 .aboutCon2 .u1 .l1:nth-child(1){ margin-top: 55px;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2){ margin-top: 260px;}

#Content7 .aboutCon2 .u1 .l1:nth-child(2n) .nf{ left: auto; right: 7px;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2n) em{ right: auto; left: 0px;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2n) b{ right: auto; left: 5px;}

#Content7 .aboutCon2 .u1 .l1:nth-child(2n) .tit{ margin: 0 30px 0 0;}
@media screen and  (max-width:991px){
#Content7 .aboutCon2 .fzlc{ width: 100%;}
#Content7 .aboutCon2 .dot{ position: absolute; left: 7.5%; margin-left: -7.5px;}
#Content7 .aboutCon2 .line{ left: 65px; width: 1px; margin-left: 0;}  
#Content7 .aboutCon2 .u1 .l1{ width: 80%; margin-top: 20px;}
#Content7 .aboutCon2 .u1 .l1 .nf{ left: -130px;}
#Content7 .aboutCon2 .u1 .l1 .num{ font-size: 14px; width: 40px; height: 40px; line-height: 40px;}
#Content7 .aboutCon2 .u1 .l1 i{ top: 22px; right: -17px;}
#Content7 .aboutCon2 .u1 .l1 em{ top: 12px; right: -32px;}
#Content7 .aboutCon2 .u1 .l1 b{ top: 18px; right: -26px;}
#Content7 .aboutCon2 .u1 .l1 .tit{ padding: 20px; margin: 0;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2){ margin-top: 20px;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2n){ float: right;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2n) .nf{ left: -128px; right: auto;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2n) i{ right: -15px; left: auto;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2n) em{ right: -30px; left: auto;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2n) b{ right: -24px; left: auto;}
#Content7 .aboutCon2 .u1 .l1:nth-child(2n) .tit{ margin: 0;}
#Content7 .aboutCon2 .more{ margin: 0 0 0 3%;}
}
@media screen and  (max-width:767px){
#Content7 .aboutCon2 .dot{ display: none;}
#Content7 .aboutCon2 .u1 .l1{ width: 70%;}
#Content7 .aboutCon2 .u1 .l1 .nf{ left: -32.5%;}
#Content7 .aboutCon2 .u1 .l1 .tit{ padding: 10px;}
#Content7 .aboutCon2 .u1 .l1 .tit .wz { font-size: 14px; line-height: 20px; }
#Content7 .aboutCon2 .u1 .l1:nth-child(2n) .nf{ left: -32%;}
#Content7 .aboutCon2 .more{ margin: 0 0 0 7%; font-size: 14px; line-height: 16px; padding: 10px 0; width: 50px; height: 50px;}

}

/*企业文化*/

.aboutConMs {}
.aboutConMs div { width:23%; float:left; margin:0 1%; background:#ddd; font-size:16px; padding:10px;}

.culture {padding:45px 0 0 0;}

.culture ul{ width:100%; float:left;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: flex-start;}
.culture ul li{ width:25%; float:left; margin-top:30px; padding:0 15px; }
.culture ul li .zbox{ width:100%; float:left; background:#f3f3f3; min-height:320px; padding:40px 20px 10px 20px; text-align:center; cursor:pointer;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.culture ul li .zbox .ico{ width:72px; height:72px; background:#ffdedf; display:inline-block; vertical-align:top;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.culture ul li .zbox:hover{ box-shadow:0 0 10px rgba(0,0,0,0);}
.culture ul li .zbox:hover .ico{ transform:rotateY(180deg);}
.culture ul li .zbox h4{ width:100%; float:left; margin-top:32px; font-size:20px; color:#333; line-height:34px; font-weight:bold;}
.culture ul li .zbox .p{ width:100%; float:left; font-size:16px; color:#666; line-height:30px;}
.culture ul li.l1 .zbox{ min-height:261px;}
@media  screen and (max-width:991px){

.culture{ padding:43px 0 41px 0;}
.culture ul li{ margin-top:20px; padding:0 10px;}
.culture ul li .zbox{ padding:20px 10px 10px 10px; min-height:233px;}
.culture ul li .zbox .ico{ width:52px; height:52px;}
.culture ul li .zbox h4{ margin-top:22px; font-size:16px; line-height:28px;}
.culture ul li .zbox .p{ font-size:14px; line-height:24px;}
.culture ul li.l1 .zbox{ min-height:231px;}
}
@media  screen and (max-width:767px){
.culture{ padding:23px 10px 21px 10px;}
.culture ul li{ margin-top:10px; padding:0 5px; width:50%;}
.culture ul li .zbox{ padding:10px 10px 10px 10px; min-height:183px;}
.culture ul li .zbox .ico{ width:32px; height:32px;}
.culture ul li .zbox h4{ margin-top:12px; font-size:14px; line-height:28px;}
.culture ul li .zbox .p{ font-size:12px; line-height:22px;}
.culture ul li.l1 .zbox{ min-height:180px;}
}


.l-case-tit { border-left:5px solid #db0001; font-size:24px; background:#eee; padding:0px 0 0px 15px; margin-bottom:30px; line-height:60px;}
.l-case-tit span { float:right; padding-right:10px;font-size:16px;}



/* 产品中心 */
.prodList{ padding: 35px 0;}
.prodList .title{ width: 40%;}
.prodList .title h6{ font-size: 40px; margin: 70px 0 25px 0;}
.prodList .title .info{ font-size: 16px; line-height: 36px; height: 144px; overflow: hidden; margin-bottom: 45px; color: #666666;}
.prodList .title .more{ font-size: 16px; color: #db0001;}
.prodList .title .more:hover{ color: #333;}
.prodList .img{ width: 50%;}
.prodList1{ overflow: hidden; padding: 65px 0;}
.prodList1 .title{ float: left; margin-left: 3%;}
.prodList1 .img{ float: right; margin-right: 3%;}
.prodList2{ overflow: hidden; padding: 65px 0; background: #f6f6f6;}
.prodList2 .title{ float: right; margin-right: 3%;}
.prodList2 .img{ float: left; margin-left: 3%;}
@media (max-width:1400px ) {
.prodList .title h6{ margin: 40px 0 25px 0;}
.prodList .title .info{ height: 108px;}
}
@media (max-width:1023px ) {
.prodList{ padding: 10px 0 20px 0;}
.prodList .title{ width: 100%;}
.prodList .title h6{ font-size: 16px; margin: 0 0 5px 0;}
.prodList .title .info{ font-size: 14px; line-height: 20px; height: auto; margin-bottom: 5px;}
.prodList .title .more{ font-size: 14px;}
.prodList .img{ width: 100%; margin-top: 10px;}
.prodList1{ padding: 10px 0;}
.prodList1 .title{ margin-left: 0;}
.prodList1 .img{ margin-right: 0;}
.prodList2{ padding: 10px 0; }
.prodList2 .title{ float: left; margin-right: 0;}
.prodList2 .img{ float: left; margin-left: 0;}  
}

/* 产品详细 */

.prodCon{ padding-top: 115px;}
.prodCon1 h3{ font-size: 26px; text-align: center; margin-bottom: 50px;}
.prodConPc .w_1400{ overflow: hidden; padding: 0 0 40px 0;}
.prodCon1 .slickcen{ margin-left: -40px;}
.prodCon1{ position: relative; padding: 0;}
.prodCon1 .bg{ width: 100%; height: 270px; position: absolute; top: 138px; background: #f5f5f5;}
.prodCon1 .slickcen .slick-slide img{ padding: 10px; background: #fff; border: 1px solid #ccc;}
.slickcen .slick-slide{ padding: 72px;}
.slickcen .slick-slide img { margin: 24px; padding: 2%;}
.slickcen .slick-center img { padding: 5px!important; -moz-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
-webkit-transform: scale(2);
transform: scale(2);}
.prodCon1 .slickcen .slick-dots{ position: absolute;; z-index: 10; bottom: -30px; height: 6px;}
.prodCon1 .slickcen .slick-dots li{ vertical-align: top; width: 15px; height: 15px; background: #818181; margin:0 10px; border-radius: 50%; cursor: pointer; text-indent: -999px; overflow: hidden;}
.prodCon1 .slickcen .slick-dots .slick-active{ background: #db0001;} 


.prodCon2{ position: relative; margin: 50px 0; }
.prodCon2 .img{ width: 100%; padding-bottom:36.86%; overflow:hidden;}
.prodCon2 .img video{position:absolute; left:0; top:0; width:100%; height:100%;}
.prodCon2 .img p{position:absolute; left:0; top:0; width:100%; height:100%;}
.prodCon2 .img p iframe{width:100%; height:100%;}

.prodCon2 .ico{width: 56px; height: 56px; position: absolute; top: 50%; left: 50%; margin-left: -28px; margin-top: -28px; display: block; z-index: 999; background-size: cover; background: url(../images/Prod4.png) no-repeat center;}





.prodCon3 .title{ margin-bottom: 50px;}
.prodCon3 h4{ font-size: 36px; font-style: italic; text-transform: uppercase; font-weight: bold;}
.prodCon3 h5{ font-size: 18px; margin-left: 3px;}
.prodCon3 h5::after{ content: ""; display: block; float: right; margin-top: 8px; width: 93%; height: 9px; background: #d9d9d9;}
.prodCon3 .cont{ margin: 0 -20px; overflow: hidden;}
.prodCon3 .cont .text{ float: left; width: 30.4%; height: 287px; margin: 0 20px 35px 20px; padding: 40px 80px; overflow: hidden; background: #f5f5f5;}
.prodCon3 .cont h6{ font-size: 18px; margin-bottom: 10px; color: #db0001; font-weight: bold;}
.prodCon3 .cont .text .info{ font-size: 16px; line-height: 42px; color: #8d8d8d; max-height:168px; overflow-y:auto;}

.prodCon4{ margin-top: 30px;}
.prodCon4 .img{ width: 50%;}
.prodCon4 .info{ width: 50%; font-size: 18px; line-height: 48px; color: #8d8d8d; padding: 100px 50px 20px 100px;}
.prodCon4 .cont1,.prodCon4 .cont2{ background: #f5f5f5; overflow: hidden; margin-bottom: 50px;}
.prodCon4 .cont1 .img{ float: left;}
.prodCon4 .cont1 .info{ float: right;}
.prodCon4 .cont2 .img{ float: right;}
.prodCon4 .cont2 .info{ float: left;}
.prodCon4 .title{ width: 350px; height: 50px; line-height: 50px; font-size: 18px; border-radius: 25px; margin-bottom: 50px; text-align: center; background: #db0001; color: #fff;}

.prodCon5 { overflow: hidden; margin: 0 -20px; padding-bottom: 35px;}
.prodCon5 .pic{ margin: 0 20px 45px 20px;}
.prodCon5 .pic:last-child{ margin-right: 0;}
.prodCon5 .pic .img{ width: 100%; height: auto; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
 -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
   transition: 0.5s ease;}
.prodCon5 .pic .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.prodCon5 .pic:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.prodCon5 .pic .text{ background: #f5f5f5; padding: 15px 30px 20px 30px;}
.prodCon5 .pic .text h6{ font-size: 20px; margin: 0 0 10px 0; height: 26px; overflow: hidden;}
.prodCon5 .pic .text .info{ font-size: 16px; line-height: 24px; height: 48px; padding: 0; margin-bottom: 15px; overflow: hidden; color: #565656;}
.prodCon5 .pic .text .more{ font-size: 12px; font-weight: bold; color: #db0001;}
.prodCon5 .pic .text .more::before{ content: ""; display: inline-block; margin: 3px 20px 3px 0; width: 57px; height: 1px; background: #d6d6d6;}
.prodCon5 .pic:hover .text{ background: #db0001;}
.prodCon5 .pic:hover h6{ color: #fff;}
.prodCon5 .pic:hover .text a{ color: #fff;}
.prodCon5 .pic:hover .info{ color: #fff;}
.prodCon5 .pic:hover .more{ color: #fff;}
.prodCon5 .pic:hover .text .more::before{ background: #fff;}

@media (max-width:1400px ) {
.prodCon{ padding-top: 50px;}
.prodCon1 h3{ font-size: 18px; margin-bottom: 30px;}
.prodCon1 .slickcen{ margin-left: -40px;}
.prodCon1 .bg{ width: 100%; height: 200px; top: 95px;}
.slickcen .slick-slide{ padding: 50px;}

.prodCon3 h5::after{ width: 88%;}
.prodCon3 .cont .text{ width: 29.2%; padding: 20px 40px;}
.prodCon4{ margin-top: 10px;}
.prodCon4 .info{ padding: 50px 50px 20px 80px;}
.prodCon4 .cont1,.prodCon4 .cont2{ margin-bottom: 20px;}
.prodCon4 .title{ margin-bottom: 20px;}
.prodCon5 { padding-bottom: 20px;}
}
@media (max-width:1023px ) {
.prodCon{ padding-top: 20px;}
.prodCon1 h3{ font-size: 18px; margin-bottom: 15px;}
.prodConPh{ width: 98%; margin: 0 auto; padding-bottom: 15px;}
.prodConPh .img{ margin: 0 5px;}
.prodConPh .slick-dots{ position: absolute; z-index: 10; bottom: 0; height: 6px;}
.prodConPh .slick-dots li{ vertical-align: top; width: 6px; height: 6px; background: #818181; margin:0 5px; border-radius: 50%; cursor: pointer; text-indent: -999px; overflow: hidden;}
.prodConPh .slick-dots .slick-active{ background: #db0001;} 

.prodCon2{ margin: 20px 0;}
.prodCon2 .ico{ width: 28px; height: 28px; margin-left: -14px; margin-top: -14px; background-size: cover;}
.prodCon3 .title{ margin-bottom: 10px;}
.prodCon3 h4{ font-size: 18px;}
.prodCon3 h5{ font-size: 16px; margin-left: 3px;}
.prodCon3 h5::after{ margin-top: 10px; width: 90%; height: 4px;}
.prodCon3 .cont{ margin: 0 -5px;}
.prodCon3 .cont .text{ width: 31.6%; height: 180px; margin: 0 5px 10px 5px; padding: 10px 15px; overflow-y:auto;}
.prodCon3 .cont h6{ font-size: 16px; margin-bottom: 5px; }
.prodCon3 .cont .text .info{ font-size: 14px; line-height: 20px;  max-height:120px;}
.prodCon4{ margin-top: 10px;}
.prodCon4 .info{ font-size: 14px; line-height: 24px; padding: 20px 10px 10px 20px;}
.prodCon4 .cont1,.prodCon4 .cont2{ margin-bottom: 10px;}
.prodCon4 .title{ width: 150px; height: 30px; line-height: 30px; font-size: 16px; border-radius: 15px; margin-bottom: 10px;}

.prodCon5 { width: 100%; margin: 0 auto; padding-bottom: 10px;}
.prodCon5 ul{ margin: 0;}
.prodCon5 .pic{ margin: 0 5px 45px 5px;}
.prodCon5 .pic .text{ padding: 5px 10px 8px 10px;}
.prodCon5 .pic .text h6{ font-size: 16px; margin: 5px 0 0 0; height: 22px;}
.prodCon5 .pic .text .info{ font-size: 14px; line-height: 20px; height: 40px; margin-bottom: 5px;}
.prodCon5 .pic .text .more{ font-size: 12px;}
.prodCon5 .pic .text .more::before{ margin: 3px 10px 3px 0; width: 27px;}
}
@media (max-width:768px ) {
.prodConPh{ padding-bottom: 5px;}

.prodCon3 h5::after{ margin-top: 10px; width: 80%; height: 4px;}
.prodCon3 .cont{ margin: 0;}
.prodCon3 .cont .text{ width: 100%; margin:10px 0 0 0; }
.prodCon3 .cont .text .info{ font-size: 14px; line-height: 20px;}

.prodCon4 .img{ width: 100%;}
.prodCon4 .info{ width: 100%; padding: 10px 10px 10px 20px;}
.prodCon4 .cont1 .img{ float: left;}
.prodCon4 .cont1 .info{ float: right;}
.prodCon4 .cont2 .img{ float: left;}
.prodCon4 .cont2 .info{ float: right;}

.prodCon .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}
.prodCon .slick-dots li{ vertical-align:top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}
.prodCon .slick-dots .slick-active{ background: #dc0000;} 
}
@media (max-width:640px ) {
.prodCon5 .pic{ margin: 0 0 5px 0;}
.prodCon5 .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}
.prodCon5 .slick-dots li{ float: none; vertical-align:top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}
.prodCon5 .slick-dots .slick-active{ background: #dc0000;} 
}

/* 案例中心 */
.caseList{ padding-top:40px;}
.caseList ul{ overflow: hidden; margin: 0 -20px;}
.caseList ul li{ float: left; width: 30%; margin: 0 20px 45px 20px;}
.caseList ul li .img{ width: 100%; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;

  -moz-transition: 0.5s ease;
 -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
   transition: 0.5s ease;}
.caseList ul li .img img{
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.caseList ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.caseList ul li .text{ background: #f5f5f5; padding: 15px 30px 10px 30px;}
.caseList ul li .text h6{ font-size: 20px; margin: 0 0 10px 0; height: 26px; overflow: hidden;}
.caseList ul li .text .info{ font-size: 16px; line-height: 24px; height: 48px; margin-bottom: 15px; overflow: hidden; color: #565656;}
.caseList ul li .text .more{ font-size: 12px; font-weight: bold; color: #db0001;}
.caseList ul li .text .more::before{ content: ""; display: inline-block; margin: 3px 20px 3px 0; width: 57px; height: 1px; background: #d6d6d6;}
.caseList ul li:hover .text{ background: #db0001;}
.caseList ul li:hover h6{ color: #fff;}
.caseList ul li:hover .text a{ color: #fff;}
.caseList ul li:hover .info{ color: #fff;}
.caseList ul li:hover .more{ color: #fff;}
.caseList ul li:hover .text .more::before{ background: #fff;}
@media (max-width:1400px ) {
.caseList{ padding-top: 50px;}
.caseList ul li{ width: 29%;}
}
@media (max-width:1023px ) {
.caseList{ padding-top: 20px;}
.caseList ul{ margin: 0;}
.caseList ul li{ width: 31.3%; margin: 0 1% 15px 1%;}
.caseList ul li .text{ padding: 5px 10px 8px 10px;}
.caseList ul li .text h6{ font-size: 16px; margin: 5px 0 0 0; height: 22px;}
.caseList ul li .text .info{ font-size: 14px; line-height: 20px; height: 40px; margin-bottom: 5px;}
.caseList ul li .text .more{ font-size: 12px;}
.caseList ul li .text .more::before{ margin: 3px 10px 3px 0; width: 27px;}
}
@media (max-width:768px ) {
.caseList ul li{ width: 48%; margin: 0 1% 15px 1%;}
}
@media (max-width:640px ) {
.caseList ul li{ width: 100%; margin: 0 0 15px 0;}
}

/* 案例详细 */
.caseCon{ padding: 105px 0 60px 0; overflow: hidden;}
.caseLeft{ float: left; width: 48%; position: relative; margin-bottom: 70px;}
.caseLeft .slick-prev{ width: 43px; height: 86px; background: url(../images/Case5.jpg) no-repeat center; left: 0; top: 50%; margin-top: -22px;}
.caseLeft .slick-next{ width: 43px; height: 86px; background: url(../images/Case6.jpg) no-repeat center; right: 0; top: 50%; margin-top: -22px;}
.caseLeft .slick-prev:hover{ background: url(../images/Case7.jpg) no-repeat center;}
.caseLeft .slick-next:hover{ background: url(../images/Case8.jpg) no-repeat center;}
.caseLeft .slick-dots{ position:static; z-index: 10; margin-top:-6%; height:15px;}
.caseLeft .slick-dots li{ vertical-align:top; width: 15px; height: 15px; background: #fff; margin:0 5px; border-radius: 50%; cursor:pointer; text-indent:-999px; overflow:hidden;}
.caseLeft .slick-dots .slick-active{ background: #dc0000;}
.caseRight{ float: right; width: 48%;}
.caseRight h5{ font-size: 30px; margin: 36px 0 20px 0; color: #5a4e4a;}
.caseRight .text1{ font-size: 16px; line-height: 26px; color: #4c4c4c; margin-bottom: 30px;}
.caseRight .text2{ font-size: 16px; line-height: 36px; padding: 30px 0; color: #808080; border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc;}
.caseRight .more{ display: block; float: left; width: 150px; height: 46px; line-height: 46px; font-size: 16px; margin: 40px 20px 0 0; border-radius: 23px; text-align: center; background: #6a6a6a; color: #fff;}
.caseRight .more:hover{ background: #dc0000;}
.caseRight .bdsharebuttonbox{ display: block; float: left; margin-top: 40px;}
.caseRight .bds_more{ width: 44px!important; height: 44px!important; background: url(../images/Case9.png) no-repeat center!important; margin: 0!important;}

.relaLeft{ float: left; width: 78%;}
.relaLeft h6{ font-size: 20px; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #f7f7f7; position: relative; font-weight: bold; color: #dc0000;}
.relaLeft h6::after{ content: ""; position: absolute; bottom: -1px; left: 0; display: block; width: 85px; height: 2px; background: #dc0000;}
.relaLeft .info{ font-size: 16px; line-height: 28px; color: #666666;}

.relaRight{ width: 20%; float: right; background: #f0f0f0; padding: 30px 30px 150px 30px;}
.relaRight h4{ font-size: 16px;}
.relaRight h5{ font-size: 18px;}
.relaRight ul li{ margin-top: 30px;}
.relaRight ul li .img{ width: 100%; height: auto; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
 -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
   transition: 0.5s ease;}
.relaRight ul li .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.relaRight ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.relaRight ul li .text{ background: #fff; padding: 15px;}
.relaRight ul li .text h6{ font-size: 16px; color: #474747; margin-bottom: 10px;}
.relaRight ul li .text .more{ font-size: 12px; font-weight: bold; color: #dc0000;}
.relaRight ul li:hover .text{ background: #dc0000;}
.relaRight ul li:hover .text h6{ color: #fff;}
.relaRight ul li:hover .text .more{ color: #fff;}

.sx_fy{ font-size: 16px; color: #5a4e4a; height: 40px; line-height: 40px; margin-top: 20px; border-top: 1px solid #e0e0e0;}
.sx_fy .l_fy{ float: left; width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sx_fy .r_fy{ float: left; width: 80%;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newsCon .sx_fy .return{ display: block; float: right; width: 10%; height: 30px; line-height: 30px; margin-top: 25px; text-align: center; background: #dc0000; color: #fff;} 
.caseCon .sx_fy .return{ display: block; float: right; width: 10%; height: 30px; line-height: 30px; margin-top: -15px; text-align: center; background: #dc0000; color: #fff;} 
.sx_fy b{font-weight:normal;}

@media (max-width:1400px ) {
.caseCon{ padding: 55px 0 30px 0;}
.caseLeft{ margin-bottom: 50px;}
.caseRight h5{ margin: 10px 0 10px 0; }
.caseRight .text1{ margin-bottom: 10px;}
.caseRight .text2{ padding: 10px 0;}
.caseRight .more{ margin: 20px 20px 0 0;}
.caseRight .bdsharebuttonbox{ margin-top: 20px;}
}
@media (max-width:1023px ) {
.caseCon{ padding: 20px 0;}
.caseLeft{ margin-bottom: 15px;}
.caseLeft .slick-prev{ width: 22px; height: 43px; background-size: cover; margin-top: -11px;}
.caseLeft .slick-next{ width: 22px; height: 43px; background-size: cover; margin-top: -11px;}
.caseLeft .slick-dots{ height: 8px;}
.caseLeft .slick-dots li{width: 8px; height: 8px;}
.caseRight h5{ font-size: 18px; margin: 10px 0 5px 0;}
.caseRight .text1{ font-size: 14px; line-height: 24px;}
.caseRight .text2{ font-size: 14px; line-height: 24px;}
.caseRight .more{ width: 100px; height: 30px; line-height: 30px; font-size: 14px; margin: 10px 10px 0 0; border-radius: 15px;}
.caseRight .bdsharebuttonbox{ margin-top: 10px;}
.caseRight .bds_more{ width: 30px!important; height: 30px!important; background-size: cover!important;}

.relaLeft{ width: 100%;}
.relaLeft h6{ font-size: 16px; padding: 10px 0 8px 0; margin-bottom: 10px;}
.relaLeft h6::after{ width: 60px; height: 2px;}
.relaLeft .info{ font-size: 14px; line-height: 20px;}

.relaRight{ width: 100%; padding: 0; background: #fff;}
.relaRight h4{ font-size: 14px; padding-top: 10px;}
.relaRight h5{ font-size: 16px; margin-bottom: 10px;}
.relaRight ul li{ width: 48%; float: left; margin: 10px 1% 0 1%;}

.relaRight ul li .text{ padding: 5px;}
.relaRight ul li .text h6{ font-size: 14px; margin-bottom: 5px;}
.relaRight ul li .text .more{ font-size: 12px;}
.sx_fy{ font-size: 14px; height: 30px; line-height: 30px; margin-top: 15px;}
.sx_fy .l_fy{ width: 70%;}
.sx_fy .r_fy{ width: 70%; float: left; text-align: left;}
.newsCon .sx_fy .return{ width: 20%; float: right; height: 28px; line-height: 28px; margin: 20px auto 0 auto;}
.caseCon .sx_fy .return{ width: 20%; float: right; height: 28px; line-height: 28px; margin: -14px auto 0 auto;}

}
@media (max-width:768px ) {
.caseLeft{ width: 100%;}
.caseRight{ width: 100%;}
.caseRight h5{ font-size: 18px; margin: 15px 0 5px 0;}
.caseRight .text1{ margin-bottom: 5px;}
.caseRight .text2{ padding: 5px 0;}
}
@media (max-width:640px ) {
.relaRight ul li{ width: 100%; float: left; margin: 10px 0 0 0;}
}


/*  人才招聘  */

.join_top{ float: left; width: 100%; background-color:#333; height: 60px; line-height: 60px; padding:0 85px 0 40px; margin-top:40px;}
.join_top ul{ float: left; width: 100%;}
.join_top ul li{ float: left; width: 18%; text-align: center; color:#fff; font-size:16px; font-weight: bold; line-height: 60px;}
.join_top ul li:first-child{text-align: left; width:25%;}
.joinlist{ float:left; width: 100%; margin-bottom:80px;}
.joinlist ul{ float: left; width: 100%;}
.joinlist ul li{ float: left; width: 100%; margin-top:20px; position: relative;}
.joinlist ul li .join_list{ float: left; width: 100%; padding:0 85px 0 40px; background: #f4f4f4; }
.joinlist ul li .join_list dl{ float: left; width: 100%; margin: 0;}
.joinlist ul li .join_list dd{float: left; width:18%; text-align: center; color:#333333; font-size:16px; line-height: 60px;margin: 0;}
.joinlist ul li .join_list dd span{ float: left; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.joinlist ul li .join_list dd:first-child{ text-align: left; width:25%;}
.joinlist .deta{ display:none; width:100%; float:left;color:#666; line-height:32px; font-size:14px;  position:relative; background:#f4f4f4;position:relative; padding:28px 40px 33px 40px ; border-top:1px solid #ddd;}
.joinlist .lermore{ position: absolute; right: 10px; top:0; width: 120px; height: 60px; background: url(../images/join1.png) no-repeat center; cursor: pointer;}
.joinlist .join_list.active .lermore{background: url(../images/join2.png) no-repeat center;}
@media  screen and (max-width:1199px){
.joinlist ul li .join_list{ padding:0 60px 0 20px}
.joinlist .lermore{  width: 120px;}
.join_top ul li:nth-child(5){display: none;}
.joinlist ul li .join_list dd:nth-child(5){display: none;}
.join_top{ padding:0 60px 0 20px}
}
@media  screen and (max-width:1023px){
.join_top{ height: 50px; line-height: 50px; margin-top:20px;}	
.join_top ul li{ height: 50px; line-height: 50px;}	
.joinlist{ margin-bottom:40px;}
.joinlist ul li{ margin-top:12px;}
.joinlist ul li .join_list dd{ font-size:14px; line-height: 50px;}
.joinlist .deta{ padding:15px 15px 25px 15px; line-height:28px;}
.joinlist .lermore{ height:50px;}
}
@media  screen and (max-width:767px){
.join_top ul li:nth-child(3),
.join_top ul li:nth-child(4),
.join_top ul li:nth-child(5){display: none;}
.join_top ul li{  width: 27%; font-size:14px;line-height: 50px;}
.join_top ul li:first-child{ width: 46%; }
.join_top{padding:0 50px 0 15px;}
.joinlist ul li .join_list{padding:0 50px 0 15px;}
.joinlist ul li .join_list dl{width: 100%; margin: 0;}
.joinlist ul li .join_list dd{width: 27%;}
.joinlist ul li .join_list dd:first-child{ width: 46%;}
.joinlist ul li .join_list dd:nth-child(3),
.joinlist ul li .join_list dd:nth-child(4),
.joinlist ul li .join_list dd:nth-child(5){display: none;}
.joinlist .lermore{  width: 120px; height: 50px;}
.joinlist .btn{ position:static; margin-top:10px; width:140px; height:36px; line-height:34px;}
}


/* 联系我们 */
.contCon{ padding: 120px 0 30px 0; overflow: hidden;}
.map{ background: #f6f6f6; padding: 10px; position: relative; height: 590px;}

#map_container{height:570px;}

.contCen{ overflow: hidden; margin: 40px 0 30px 0; padding: 10px 10px 10px 0;}
.contCen .ewm{ float: left; width:26%; height: 400px; padding: 50px 70px; text-align: center; background: #f6f6f6;}
.contCen .ewm .text1{ font-size: 24px;}
.contCen .ewm .img{ margin: 20px 0 15px 0;}
.contCen .ewm .text2{ font-size: 20px; color: #666666;}

.contCen .cont_wz{ float: right; width: 33%; height: 400px; padding: 65px 45px; box-shadow: 0 0 20px #ddd; margin-left:4%; text-align:center;}
.contCen .cont_wz .tit{ font-size: 26px; margin-bottom: 30px;}
.contCen .cont_wz .info{ font-size: 16px; line-height: 40px; color: #818181;}

.contList .bdmap{width:100%; height:200px;}

.ContUs{ width:100%; margin-top:3%;}
.ContUs li{ float:left; width:31.33%; padding:0 1.5%; margin:0 1% 2% 1%;box-shadow: 0 0 20px #ddd; height:165px;}
.ContUs .title{ float:left; width:100%; color:#333; font-size:22px; line-height:28px; font-weight:bold; margin:15px 0;}
.ContUs .info{ float:left; width:100%; color:#666666; font-size:16px; line-height:30px; margin-bottom:20px;}
.ContUs .info a{ color:#666666;}

@media (max-width:1400px ) {
.contCon{ padding: 60px 0 30px 0;}
}
@media (max-width:1023px ) {
.contCon{ padding: 20px 0;}
.map{ padding: 10px; height: 320px;}

#map_container{height:300px;}

.contCen{ margin: 10px 0; padding: 10px 5px 0 0;}
.contCen .ewm{ height: 205px; padding: 20px 10px;}
.contCen .ewm .text1{ font-size: 16px;}
.contCen .ewm .img{ margin: 10px 0 5px 0; width: 50%; margin: 5px auto;}
.contCen .ewm .text2{ font-size: 14px;}
.contCen .cont_wz{ height: 202px; padding: 10px 5px; background-size: cover !important;}
.contCen .cont_wz .tit{ font-size: 16px; margin-bottom: 0;}
.contCen .cont_wz .info{ font-size: 14px; line-height: 20px;}

}
@media (max-width:768px ) {
.contCen .ewm .img{ width: 90%;}

.ContUs {}	
.ContUs li {width:100%; height:100%;}	
.ContUs .title {font-size:16px;}
}
@media (max-width:400px ) {
.contCen .ewm{ height: 280px;}
.contCen .cont_wz{ height: 280px; overflow: hidden;}
}

/* 应用领域 */
.applList{ padding: 105px 0 85px 0; overflow:hidden;}
.applLeft{ width: 73%; float: left;}
.applLeft .tit{ font-size: 18px; height: 60px; line-height: 60px; padding-left: 30px; overflow: hidden; background: #db0001; color: #fff;}
.applLeft .info{ font-size: 16px; color: #656565; line-height: 24px; padding: 20px 15px;}
.applLeft .info video{background:#000;}


.contit{ padding: 40px 0;}
.contit .t1{ font-size: 24px; color: #db0001;}
.contit .t2{ font-size: 18px; color: #7e7e7e;}

.side_tot{ display: none;}
.side_con{ display: block; width: 21%; /*height: 1690px;*/ float: right; background: #f7f7f8;}
.side_con .l1{ font-size: 16px; padding-right: 60px; height: 60px; line-height: 60px; text-align: right; border-bottom: 1px solid #fff; overflow: hidden;}
.side_con .l1.on,.side_con .l1:hover{ background: #db0001 url(../images/Appl1.png) no-repeat 25px center;}
.side_con .l1.on a,.side_con .l1:hover a{ color: #fff;}
@media (max-width:1400px ) {
.applList{ padding: 55px 0 45px 0;}
.contit{ padding: 30px 0;}
}
@media (max-width:1023px ) {
.applList{ padding: 20px 0;}
.applLeft{ width: 100%; float: left; margin-top: 10px;}
.applLeft .tit{ font-size: 16px; height: 28px; line-height: 28px; padding-left: 10px;}
.applLeft .info{ font-size: 14px; line-height: 20px; padding: 10px 5px;}

.contit{ padding: 5px 0 10px 0;}
.contit .t1{ font-size: 18px;}
.contit .t2{ font-size: 16px;}

.applList{ position: relative;}
.side_tot{ display: block; width: 20px; height: 20px; position: absolute; right: 10px; top: 5px;} 
.side_tot.on img { transform: rotate(90deg);}


.side_con{ display: none; width: 100%; height: auto; margin-bottom: 10px;}
.side_con .l1{ font-size: 14px; padding-right: 0; height: 28px; line-height: 28px; text-align: center;}
.side_con .l1.on,.side_con .l1:hover{ background: #db0001;}
}

/* 新闻中心 */
.newsList{ padding-top: 100px;}
.newsList ul li{ overflow: hidden; background: #f6f6f6; margin-bottom: 30px;}
.newsList ul li .img{ float: left; width: 20%; height: auto; padding: 30px; border-right: 1px solid #fff;}
.newsList ul li .text{ float: right; width: 80%; padding: 0 60px 30px 30px;}
.newsList ul li .text h6{ font-size: 18px; height: 22px; overflow: hidden; margin: 45px 0 20px 0;}
.newsList ul li .text .info{ font-size: 16px; line-height: 30px; height: 60px; overflow: hidden; color: #898989;}
.newsList ul li .text .dm{ overflow: hidden; margin-top: 40px;}
.newsList ul li .text .dm .date{ float: left; font-size: 14px; color: #a9a9a9;}
.newsList ul li .text .dm .more{ float: right; font-size: 14px; color: #a9a9a9;}
.newsList ul li:hover .text .dm .more{ color: #db0001;}

@media (max-width:1400px ) {
.newsList{ padding-top: 50px;}
.newsList ul li .img{ width: 30%;}
.newsList ul li .text{ width: 70%;}
}

@media (max-width:1023px ) {
.newsList{ padding-top: 20px;}
.newsList ul li{ margin-bottom: 10px;}
.newsList ul li .img{ width: 20%; padding: 5px;}
.newsList ul li .text{ width: 80%; padding: 0 15px 10px 10px;}
.newsList ul li .text h6{ font-size: 16px; height: 20px; margin: 10px 0 5px 0;}
.newsList ul li .text .info{ font-size: 14px; line-height: 20px; height: 40px; }
.newsList ul li .text .dm{ margin-top: 25px;}
.newsList ul li .text .dm .date{ font-size: 12px;}
.newsList ul li .text .dm .more{ font-size: 12px;}
}
@media (max-width:768px ) {
.newsList ul li .img{ width: 40%;}
.newsList ul li .text{ width: 60%;}
.newsList ul li .text .info { height: 80px;}
}
@media (max-width:520px ) {
.newsList ul li .text .info { height: 40px;}
}
@media (max-width:400px ) {
.newsList ul li .text .dm{ margin-top: 10px;}
}

/* 新闻详细 */
.newsCon{ padding: 60px 0 60px 0; overflow: hidden;}
.newsConLeft{ float:left; width:74.5%;}
.newsConLeft .l1{ color:#232323; font-size:30px; line-height:40px;}
.newsConLeft .l2{ border-bottom:1px solid #d7d8d8; border-top:1px solid #d7d8d8;padding:11px 0; overflow: hidden; color:#777777; font-size:14px; line-height:32px; margin-top:2.08%;}
.newsConLeft .l2 .time{ float: left;}
.newsConLeft .l2 ._renter{ float:right; background:url(../images/News5.png) no-repeat center right; padding-right: 40px;}
.newsConLeft .l3{ color:#232323; font-size:16px; line-height:40px; padding-top:18px;}

.newsConRight{ float: right; width:22%;}
.lateTit{ width: 100%; height: 146px; line-height: 146px; font-size: 24px; background:url(../images/News7.jpg) no-repeat center; text-align: center;}
.late ul{ background: #f7f7f7; padding: 30px 0 50px 0; margin-bottom: 22px;}
.late ul li{ overflow: hidden; padding: 25px; border-bottom: 1px solid #e7e7e7;}
.late ul li .text{ float: left; width: 65%;}
.late ul li .text .tit{ font-size: 16px; margin-top: 5px; line-height: 24px; height: 48px; overflow: hidden;}
.late ul li .text .date{ font-size: 14px; margin-top: 5px; color: #666666;}
.late ul li .img{ width: 33%; float: right; line-height: 0;}
.late ul li:hover{ background: #db0001;}
.late ul li:hover a{ color: #fff;}
.late ul li:hover .text .date{ color: #fff;}

.arti{ background: #f7f7f7; padding: 25px;}
.artiTit{ font-size: 20px; border-bottom: 1px solid #bbbbbb; padding-bottom: 10px; position: relative;}
.artiTit::after{ content: ""; display: block; width: 84px; height: 2px; background: #db0001; position: absolute; bottom: -1px; left: 0;}
.arti ul{ margin-top: 15px;}
.arti ul li{ font-size: 16px; line-height: 24px; position: relative; padding-left: 15px; margin-bottom: 5px;}
.arti ul li::before{ content: ""; display: block; width: 4px; height: 4px; background: #bbbbbb; position: absolute; top: 10px; left: 0;}
@media (max-width:1400px ) {
.newsCon{ padding: 50px 0 30px 0;} 
.newsConLeft{ float:left; width:66.5%; margin-left: 4%;}
.newsConRight{ float: right; width:22%; margin-right: 4%;}
.late ul li{ overflow: hidden; padding: 15px;}
.late ul li .text .tit{ height: 24px;}
}
@media (max-width:1023px ) {
.newsCon{ padding: 20px 0;}
.newsConLeft{ width:100%; margin-left: 0;}
.newsConLeft .l1{ font-size:18px; line-height:20px;}
.newsConLeft .l2{ padding:11px 0; font-size:14px; line-height:22px; margin-top:2.08%;}
.newsConLeft .l2 .time{ width: 70%;}
.newsConLeft .l2 ._renter{ background-size: 22%; margin-top: 0; padding-right: 20px;}
.newsConLeft .l3{ font-size:14px; line-height:24px; padding-top:15px;}

.newsConRight{ width: 100%; margin-right: 0;margin-top: 30px;}
.lateTit{ width: 100%; height: 70px; line-height: 70px; font-size: 18px; margin-top: 10px; background-size: cover;}
.late ul{ padding: 10px 0 10px 0; margin-bottom: 10px;}
.late ul li{ padding: 10px;}
.late ul li .text .tit{ font-size: 14px;}

.arti{ padding: 10px;}
.artiTit{ font-size: 16px; padding-bottom: 10px;}
.artiTit::after{ width: 64px;}
.arti ul{ margin-top: 10px;}
.arti ul li{ font-size: 14px;}
}
@media (max-width:550px ) {
.newsConLeft .l2 ._renter{ margin-top: 11px;}
}
@media (max-width:430px ) {
.late ul li .text .tit{ width: 90%; height: 48px;}
}




/* 下载中心 */
.downList{ padding-top: 95px;}
.downList ul li{ height: 106px; margin-bottom: 30px; overflow: hidden; border: 1px solid #e9e9e9;}
.downList .down1{ width: 6.5%; line-height: 106px; font-size: 24px; float: left; text-transform: uppercase; text-align: center; overflow: hidden; background: url(../images/Down1.png) no-repeat top right; background-size: cover; color: #fff; font-weight: bold;}
.downList .down2{ width: 14%; margin: 20px 0 20px 2.8%; float: left; border-right: 1px solid #e9e9e9;}
.downList .down2 .wz{ font-size: 16px; color: #454545; margin: 8px 0 10px 0; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.downList .down2 .date{ font-size: 12px; color: #888888; margin-bottom: 15px; padding-left: 20px; background: url(../images/Down5.png) no-repeat left center;}
.downList .down3{ width: 64.6%; margin: 20px 0 20px 2.8%; float: left; font-size: 16px; line-height: 28px; height: 56px; overflow: hidden; color: #555555;}
.downList .down4{ width: 8.7%; float: left; font-size: 14px; margin-top: 25px; padding-top: 36px; text-align: center; background: url(../images/Down3.png) no-repeat top center;}
.downList .down4 span{ color: #888888;}
.downList ul li:hover{ box-shadow: 0 0 5px #ccc;}
.downList ul li:hover .down1{ background: url(../images/Down2.png) no-repeat top right;}
.downList ul li:hover .down2 .wz{  color: #db0001;}
.downList ul li:hover .down4{ background: url(../images/Down4.png) no-repeat top center;}

@media (max-width:1400px ) {
.downList{ padding-top: 45px;}
.downList .down1{ width: 7.5%;}
.downList .down2{ width: 13%;}
}
@media (max-width:1023px ) {
.downList{ padding-top: 20px;}
.downList ul li{ height: 70px; margin-bottom: 10px;}
.downList .down1{ width: 16.5%; line-height: 70px; font-size: 14px;}
.downList .down2{ width: 24%; margin: 10px 0 10px 2.8%;}
.downList .down2 .wz{ font-size: 14px; margin: 5px 0 5px 0;}
.downList .down2 .date{ font-size: 12px; margin-bottom: 0; padding-left: 15px;}
.downList .down3{ width: 44.6%; margin: 15px 0 20px 2.8%; font-size: 14px; line-height: 20px; height: 40px;}
.downList .down4{ width: 7.7%; font-size: 14px; margin-top: 20px; padding-top: 22px; background-size: 30%;}

}
@media (max-width:768px ) {
.downList{ padding-top: 20px;}
.downList ul li{ height: auto; margin-bottom: 10px;}
.downList .down1{ width: 16.5%; line-height: 70px; font-size: 14px;}
.downList .down2{ float: none; width: 100%; margin: 5px 0 0 2.8%;}
.downList .down2 .wz{ font-size: 14px; margin: 0 0 3px 0;}
.downList .down2 .date{ font-size: 12px; margin-bottom: 0; padding-left: 15px;}
.downList .down3{ float: none; margin: 0 0 5px 2.8%; font-size: 14px; line-height: 20px; height: 20px;width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.downList .down4{ width: 9.7%; font-size: 14px; margin-top: 20px; padding-top: 23px; background-size: 30%;}
.downList .over{ overflow: hidden; float: left; width: 68%; margin-right: 2%;}

.downList .down4{ background-size: 40%;}
}
@media (max-width:350px ) {
.downList .over{ width: 66%;}
.downList .down4{ width: 11.7%;}
}




.pagecon{color: #232323;
font-size: 16px;
line-height: 40px; padding:50px 0;}

@media (max-width:1023px ) {
.pagecon{font-size:14px; line-height:24px; padding:30px 0;}
}


.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#dc0000;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}


.heigth_auto{
    height: auto !important;;
}

.text-center{
    text-align: center !important;
}

.l-case-tnav { text-align:center; margin-bottom:30px;line-height: 250%;}
.l-case-tnav li {display: inline-block; margin:0 5px;line-height:42px;}
.l-case-tnav li a { color: #000;  padding:0 12px;  text-decoration: none; font-size:16px;}
.l-case-tnav li a:hover, .l-case-tnav li.active a {color: #cf000d;}
tnav li.active a {color: #cf000d;}