﻿@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;}

.pz_top{ float: left; width: 100%; position:fixed; left:0; top:0; z-index: 99; border-bottom: 1px solid #414449;}
.pz_banner{ float: left; width: 100%; overflow: hidden; position: relative; z-index: 8; }
.pz_main{ float: left; width: 100%; min-height: 200px;}
.pz_down{ float: left; width: 100%; background: #333333; padding-top: 48px;}

.w_1600{ margin:0 auto; width:1800px;}

/*top*/

.top{ width:100%; float:left; height:40px; border-top:solid 7px rgba(255,255,255,0.1);}
.top .top_r{ float:right; padding-left:48px; position:relative;}
.top .top_r .top_r_bg{ width:3000px; height:33px; background:rgba(255,255,255,0.1); position:absolute; left:0; top:0;}
.top .top_r .top_r_bg:before{ content:''; width:32px; height:33px; position:absolute; left:-32px; top:0; background:url(/uploads/image/teimages/top.png) no-repeat center center;}
.top .top_r a{ display:block; float:left; font-size:16px; color:#fff; line-height:26px; padding-left:27px; padding-right:32px; position:relative; z-index:5;}
.top .top_r a p{display:inline-block;}
.top .top_r a.a1{ padding-right:0; background:none!important;}
.top .top_r a:hover{ text-decoration:underline;}
.top .top_r a img{ vertical-align:middle; margin:-3px 3px 0 0; height:26px;}
.top .top_r a img.img_1{ display:none;}

.so_box{ float:right; position:relative; z-index:99; margin:7px 4px 0 0;}
.search_but{ float:left; width:21px; height:21px; border:none;background:url(/uploads/image/teimages/sear_sub.png) center no-repeat;}
.so_but{ display:none;float:left; width:282px; position:absolute; right:0; top:61px; z-index:99;}
.so{ float:left; width:100%; background:#fff; position:relative; border:1px solid #dc0000;}
.so .search{ float:left; width:100%; height:36px; background:none; border:none; line-height:36px; padding:0 56px 0 10px; color:#414141; font-size:14px;}
.so .sear_sub{ float:right; width:50px; height:100%; border:none;background:url(/uploads/image/teimages/sear_sub1.png) center no-repeat #dc0000; position:absolute; right:0; top:0;}

.logo{ float: left; width: 201px; height: 54px; margin: 0 0 40px 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 transparent; border-radius: 50%; border: 1px solid #fff;}
.top_share .fnx1:hover{ border-radius: 50%; border: 1px solid #dc0000;}
.top_share a{ display: none;}
.top_share .dl{ display: block; color: #fff; line-height: 34px; text-align: center;}
.pz_top.on{ background:#000; background:rgba(0,0,0,0.8); 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 25px; position: relative;}
.menu .nli span a{ float: left; padding: 0 10px; color: #fff; 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: #fff; 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 25px;}
}
@media screen and (max-width:1630px ) {
.w_1600{ width: 1366px;}	
.menu ul{ margin-left: 150px;}
.menu .nli{ padding: 0 12px;}	
}
@media screen and (max-width:1400px ) {
.w_1600{ width: 100%; padding: 0 15px;}
.menu ul{ margin-left: 100px;}
.menu .nli{ padding: 0 10px;}

}
@media screen and (max-width:1230px ) {
.pz_top{ height: 100px;}    
.logo{ width: 150px; height: 43px; margin: -5px 0 20px 0;}
.top_share{ margin: 13px 0 14px 0;}
.menu ul{ margin-left: 50px;}
.menu .nli{ padding:0 10px;}
.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: 18px 0 18px 0;}
}


@media screen and (max-width:1023px ) {
.menu{ display:none;}
.top_share{ display:none;}
.pz_top{ height: 40px; background: #dc0000; border-bottom: 0;}
.logo{ width: 103px; height: 30px; margin: 5px 0 5px 0;}
.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: #fff;  }
.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: #fff;  }
.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;  }
}

.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(/uploads/image/teimages/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(/uploads/image/teimages/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:  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(/uploads/image/teimages/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:  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;}
.homeprodtab{ margin: 0 -34px;}
.homeprodtab .pic{ background: #fff; margin: 20px 34px 70px 34px; padding: 0 15px 60px 15px; position: relative; box-shadow: 1px 2px 15px #ccc; border-radius: 15px;}
.homeprodtab .pic .img{ display: block; width: 70%; margin: 10px 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;}
.homeprodtab .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;}
.homeprodtab .pic:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.homeprodtab .text{ text-align: center;}
.homeprodtab .text h5{ font-size: 20px; margin: 20px 0 20px 0; height: 26px; overflow: hidden;}
.homeprodtab .text h6{ font-size: 14px; color: #575f65; height: 19px; overflow: hidden;}
.homeprodtab .pic .more{ display: block; width: 60px; height: 60px; position: absolute; bottom: -30px; left: 50%; margin-left: -30px; background: url(/uploads/image/teimages/main12.png) no-repeat center;}
.homeprodtab .pic:hover .more{ background: url(/uploads/image/teimages/main13.png) no-repeat center;}
.homeprodtab .slick-dots li button{ color: #848484; font-size: 16px;}
.homeprodtab .slick-dots .slick-active button{ color: #dc0000;}
.homeprodtab .slick-prev{ position: absolute; top: 101.6%; left: 43%; margin-left: -6px; width: 12px; height: 16px; background: url(/uploads/image/teimages/main8.png) no-repeat center; background-size: cover;}
.homeprodtab .slick-prev:hover{ background: url(/uploads/image/teimages/main10.png) no-repeat center;}
.homeprodtab .slick-next{ position: absolute; top: 101.6%; right: 43%; margin-right: -6px; width: 12px; height: 16px; background: url(/uploads/image/teimages/main9.png) no-repeat center; background-size: cover;}
.homeprodtab .slick-next:hover{ background: url(/uploads/image/teimages/main11.png) no-repeat center;}
@media (max-width:1400px ) {
.homeprodtab{ margin: 0 -20px;}
.homeprodtab .pic{ margin: 10px 20px 60px 20px;}
.homeprod{ padding: 45px 0;}
.homeprodtab .slick-prev{ left: 40.5%;}
.homeprodtab .slick-next{ right: 40.5%;}
}
@media (max-width:1023px ) {
.hometit{ margin-bottom: 10px;}
.hometit::before{ width: 20px; height: 15px; margin-bottom: 10px;}
.hometit h5{ font-size: 16px; letter-spacing: 2px;}
.hometit h6{ top: 20px; left: -2px; letter-spacing: 5px; font-size: 25px;}
.hometit .homemore{ margin-top: -25px; margin-right: 10px;}
.homeprod{ padding: 20px 0 40px 0;}
.homeprodtab{ margin: 0 -5px;}
.homeprodtab .pic{ margin: 10px 5px 30px 5px; padding: 10px 3px 20px 3px; box-shadow: none;}
.homeprodtab .text h5{ font-size: 14px; margin: 10px 0 0 0; height: 22px;}
.homeprodtab .text h6{ font-size: 12px; height: 16px;}
.homeprodtab .pic .more{ width: 30px; height: 30px; bottom: -15px; margin-left: -15px; background-size: 100%;}
.homeprodtab .pic:hover .more{ background-size: 100%;}
.homeprodtab .slick-dots{ bottom: -20px;}
.homeprodtab .slick-dots li button{ font-size: 16px;}
.homeprodtab .slick-prev{ top: 101.6%; left: 25%; margin-left: -6px; width: 10px; height: 12px;}
.homeprodtab .slick-next{ top: 101.6%; right: 25%; margin-right: -6px; width: 10px; height: 12px;} 
}

/* 应用领域 */
.homeapplmenu{ width: 100%; height:716px; overflow: hidden; margin-top: 80px;}
.homeapplmenu ul li{ float: left; position: relative;}
.homeapplmenu ul li .img{ height: 716px;}
.homeapplmenu ul li .img img{ width: 100%; height: 100%;}
.homeapplmenu ul li .title{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.homeapplmenu .layer .text .ico{ display: block; width: 76px; height: 76px; background-size: cover;}
.homeapplmenu ul li h6{ font-size: 24px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.homeapplmenu ul li .info{ font-size: 16px; line-height: 26px; height: 52px; overflow: hidden;}

.homeapplmenu .layer{ width: 19.4%; float: left;}
.homeapplmenu .layer .bg{ background: #000; opacity: 0.8; width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.homeapplmenu .layer .wz{ position: absolute; top: 140px; right: -30px; color: #fff; font-size: 14px; border-top: 1px solid #56595c; padding: 16px 0 0 60px; text-transform: uppercase; transform: rotate(90deg) translate(-40px, -5px);}
.homeapplmenu .layer .text{ position: absolute; bottom: 60px; left: 0; padding: 0 40px;} 
.homeapplmenu .layer .ico{ margin-bottom: 30px;}
/*.homeapplmenu .layer .ico1{ background: url(/uploads/image/teimages/main17.png) no-repeat center;}
.homeapplmenu .layer .ico2{ background: url(/uploads/image/teimages/main18.png) no-repeat center;}
.homeapplmenu .layer .ico3{ background: url(/uploads/image/teimages/main19.png) no-repeat center;}
.homeapplmenu .layer .ico4{ background: url(/uploads/image/teimages/main20.png) no-repeat center;}*/
.homeapplmenu .layer h6{ color: #fff;}
.homeapplmenu .layer h6::after{ content: ""; display: block; width: 30px; height: 3px; margin: 20px 0; background: #fff;}
.homeapplmenu .layer .info{ color: #fff;}
.homeapplmenu .layer .more{ display: none;}

.homeapplmenu .curr{ width: 41.8%;}
.homeapplmenu .curr .bg{ display: none;}
.homeapplmenu .curr .wz{ display: none;}
.homeapplmenu .curr .text{ background: #fff; position: absolute; bottom: 180px; left: 0; padding: 70px 80px 70px 0; width:80%;} 
.homeapplmenu .curr .ico{ position: absolute; right: -38px; top: 50%; margin-top: -38px;}
/*.homeapplmenu .curr .ico1{ background: url(/uploads/image/teimages/main21.png) no-repeat center;}
.homeapplmenu .curr .ico2{ background: url(/uploads/image/teimages/main22.png) no-repeat center;}
.homeapplmenu .curr .ico3{ background: url(/uploads/image/teimages/main23.png) no-repeat center;}
.homeapplmenu .curr .ico4{ background: url(/uploads/image/teimages/main24.png) no-repeat center;}*/
.homeapplmenu .curr h6{ color: #333; text-align: right;}
.homeapplmenu .curr h6::after{ content: ""; display: block; width: 100%; height: 14px; margin: 34px 0 20px 0; background: url(/uploads/image/teimages/main25.png) no-repeat right center; background-size: cover;}
.homeapplmenu .curr .info{ width: 58%; margin-left: 42%; color: #707070; text-align: right;}
.homeapplmenu .curr .more{ display: block; float: right; font-size: 14px; margin-top: 30px; color: #dc0000; text-transform: uppercase;}
.homeapplmenu .curr .more::before{ content: ""; display: inline-block; width: 16px; height: 3px; margin: 4px 12px; background: #dc0000;}
@media (max-width:1440px ) {
.homeapplmenu ul li .text{ width: 85%;}
}
@media (max-width:1230px ) {
.homeappl{ padding: 10px 0 0 0;}
.homeappltab .pic{ margin: 10px 5px 10px 5px;}
.homeappltab .pic .img{ height: auto; overflow: hidden;}
.homeappltab .pic h6{ font-size: 16px; margin: 10px 0 5px 0; height: 20px; overflow: hidden;}
.homeappltab .pic .info{ font-size: 14px; line-height: 20px; height: 40px; overflow: hidden;}
.homeappltab .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}
.homeappltab .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;}
.homeappltab .slick-dots .slick-active{ background: #dc0000;} 
}
@media (max-width:640px ) {
.homeappltab .pic{ margin: 10px 0 10px 0;}
}

/* 品牌案例 */
.homebran{ padding: 120px 0;}
.homebrantab{ margin: 0 -24px;}
.homebrantab .pic{ margin: 25px 24px 30px 24px; position: relative;}
.homebrantab .text{ width: 82%; height: 150px; position: absolute; left: 0; bottom: -30px; padding: 20px 40px; background: #f5f5f5;}
.homebrantab .text h6{ font-size: 20px; margin-bottom: 10px; height: 26px; overflow: hidden;}
.homebrantab .text .info{ font-size: 16px; line-height: 24px; height: 48px; overflow: hidden; color: #565656;}
.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: 60px 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;}
}



/* 新闻中心 */
.homenews{ position: relative; padding-top: 90px;}
.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 */
.footcon1{ float: left; width: 20.8%;}
.footcon1 .foot_logo{ width: 163px; height: 43px; line-height: 0; margin-bottom: 25px;}
.footcon1 .foot_ph .ico{ overflow: hidden;}
.footcon1 .foot_ph i{ display: block; float: left; width: 20px; height: 18px; margin: 3px 12px 0 0;}
.footcon1 .foot_ph span{ display: block; float: left; font-size: 16px; color: #fff;}
.footcon1 .foot_ph .p1{ font-size: 28px; margin: 3px 0 10px 0; color: #fff; font-family: "open sans"; font-weight: 500;}
.footcon1 .foot_ph .p2{ font-size: 14px; line-height: 28px; color: #b2b2b2;}

.footcon2{ float: left; width: 45%;  margin-left: 5%; /*margin-right: 8.2%;*/ margin-top: 48px;}
.footcon2 .footnav{ overflow: hidden;}
.footcon2 .footnav a{ float: left; font-size: 16px; padding-right: 40px; color: #b2b2b2; position: relative; }
.footcon2 .footnav a:last-child{ padding-right: 0;}
.footcon2 .footnav a::after{ content: ""; display: block; width: 4px; height: 4px; position: absolute; top: 50%; right: 18px; margin-top: -2px; border-radius: 50%; background: #858585;}
.footcon2 .footnav a:last-child::after{ display: none;}
.footcon2 .footnav a:hover{ color: #fff;}
.footcon2 .foot_copy{ overflow: hidden; font-size: 14px; color: #b2b2b2; margin: 20px 35px 20px 35px;}
.footcon2 .foot_copy p{ float: left; margin-right: 25px;}

.footcon2 .foot_ico{ text-align: center;}
.footcon2 .foot_ico .ico{ display: inline-block; margin-right: 20px; position: relative;}
.footcon2 .foot_ico .ico a{ display: block; width: 22px; height: 22px;}
.footcon2 .foot_ico .qq{ background: url(/uploads/image/teimages/foot1.png) center no-repeat;}
.footcon2 .foot_ico .weibo{ background: url(/uploads/image/teimages/foot2.png) center no-repeat;}
.footcon2 .foot_ico .weixin{ background: url(/uploads/image/teimages/foot3.png) center no-repeat;}
.footcon2 .foot_ico .qq:hover{ background:url(/uploads/image/teimages/foot4.png) center no-repeat;}
.footcon2 .foot_ico .weibo:hover{ background:url(/uploads/image/teimages/foot5.png) center no-repeat;}
.footcon2 .foot_ico .weixin:hover{ background:url(/uploads/image/teimages/foot6.png) center no-repeat;}
.footcon2 .foot_ico .whact{ display: none; width: 120px; height: 120px; line-height: 0; padding: 2px; background: #fff; border: 1px solid #ccc; position: absolute; left: 50%; top: 30px; margin-left: -60px;} 
 .footcon2 .foot_ico .ico:hover .whact{ display: block;} 

.footcon3{ float: right; overflow: hidden; width: 21.6%; margin-top: 34px;}
.footcon3 .ewm{ float: left; width: 126px; height: 126px; padding: 5px; border-radius: 5px; background: #fff;}
.footcon3 .title{ float: left; margin-left: 10px; margin-top: 30px;}
.footcon3 .title .p1{ color: #fff; font-size: 18px; line-height: 34px;}
.footcon3 .title .p2{ color: #d9d9d9; font-size: 14px; line-height: 30px;}
.footcon3 .title .p3{ color: #999999; font-size: 14px; line-height: 30px;}
.pz_down .container{ overflow: hidden; padding-bottom: 55px;}

.foot{ background: #2b2b2b; height: 70px; line-height: 70px; overflow: hidden;}
.links{ float: left; width: 100%; color: #bcbbbb; font-size: 14px;}
.links h5{ float: left; margin-right: 5px;}
.links a{ color: #999; margin-right: 25px; line-height: 70px;}
.links a:hover{ color: #fff;}
@media (max-width:1919px ) {
.footcon1{ width: 22.8%;}
.footcon2{ width: 39.8%; margin-left: 5.2%;}
.footcon3{ width: 23.6%;}
}
@media (max-width:1630px ) {
.footcon1{ width: 25.8%;}
.footcon2{ width: 45.8%; margin-left: 1.2%;}
.footcon3{ width: 25.6%;}
}
@media (max-width:1400px ) {
.footcon1{}
.footcon2{ width: 44.8%; margin-left: 0.2%;}
.footcon2 .footnav a{ padding-right: 30px;}
.footcon2 .footnav a::after{ right: 13px;}
.footcon2 .foot_copy{ margin: 20px 0;}
.footcon3{ width: 28.6%;}
.links a{ margin-right: 15px;}
}
@media (max-width:1230px ) {
.footcon1{ width: 20.8%; margin-right: 4.5%;}
.footcon1 .foot_logo{ width: 130px; height: 34px; margin-bottom: 10px;}
.footcon1 .foot_ph span{ font-size: 14px;}
.footcon1 .foot_ph .p1{ font-size: 18px; margin: 3px 0 5px 0;}
.footcon1 .foot_ph .p2{ font-size: 12px; line-height: 22px;}
.footcon2{ width: 42.8%; margin-right: 2.2%;}
.footcon2 .footnav a{ font-size: 14px; padding-right: 22px;}
.footcon2 .footnav a::after{ right: 9px;}
.footcon2 .foot_copy{ font-size: 12px;}
.footcon2 .foot_ico .whact{ top: -130px;} 
.footcon3 .ewm{ width: 90px; height: 90px; padding: 3px;}
.footcon3 .title{ margin-top: 25px;}
.footcon3 .title .p1{ font-size: 14px; line-height: 20px;}
.footcon3 .title .p2{ font-size: 12px; line-height: 26px;}
.footcon3 .title .p3{ font-size: 12px; line-height: 26px;}
.pz_down .container{ padding-bottom: 25px;}
.foot{ line-height: 50px; height: auto;}
.links{ font-size: 12px;}
.links a{ margin-right: 10px; line-height: 52px;}
}
@media (max-width:1023px ) {
.pz_down{ padding-top: 20px;}
.footcon3 .title{ margin-left: 10px; margin-top: 15px;}
.footcon3 .title .p1{ font-size: 12px;}
.footcon3 .title .p2{ line-height: 20px;}
.footcon3 .title .p3{ line-height: 20px;}
.pz_down .container{ padding-bottom: 10px;}
.links{ padding:10px 0; height: auto;}
.links h5{ float: none; margin-right: 0; font-size:16px; line-height:24px; background:#5f5f5f; border-radius:3px; padding:5px 15px; text-align:left; position:relative;}
.links h5::after{ float:left; width:0; height:0; position:absolute; right:15px; top:50%; margin-top:-4px; border-left: 6px solid transparent; border-right:6px solid transparent;border-top: 8px solid #fff; content:'';}
.links ul{ display:none; font-size:14px; line-height:22px;}
.links a{ line-height: 30px;}
}
@media (max-width:767px ) {
.footcon1{ width: 100%; margin-right: 0;}
.footcon1 .foot_logo{ margin: 0 auto;}
.footcon1 .foot_ph{ text-align: center;}
.footcon1 .foot_ph .ico{ width: 95px; margin: 5px auto;}
.footcon2{ width: 100%; margin-right: 0; margin-top: 10px;}
.footcon2 .footnav{ width: 100%; margin: 0 auto; text-align:center;}
.footcon2 .footnav a{ font-size: 12px; float:none; display:inline-block;}
.footcon2 .footnav a::after{ /*right: 15px;*/}
.footcon2 .foot_copy{ margin: 5px 0;}
.footcon2 .foot_copy p{ float: none; line-height: 20px; text-align: center;}
.footcon3{ float: none; width: 280px; margin: 0 auto; padding-top: 10px;}
}

/*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:20%; 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(/uploads/image/teimages/btn1.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l2 .ico7{ background:url(/uploads/image/teimages/btn2.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l3 .ico7{ background:url(/uploads/image/teimages/btn3.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l4 .ico7{ background:url(/uploads/image/teimages/btn4.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l5 .ico7{ background:url(/uploads/image/teimages/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: -226px; 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(/uploads/image/teimages/pf1.png) no-repeat center;}
.pf_right li i.ico2{ background: url(/uploads/image/teimages/pf2.png) no-repeat center;}
.pf_right li i.ico3{ background: url(/uploads/image/teimages/pf3.png) no-repeat center;}
.pf_right li i.ico4{ background: url(/uploads/image/teimages/pf4.png) no-repeat center;}
.pf_right li i.ico5{ background: url(/uploads/image/teimages/pf5.png) no-repeat center;}
.pf_right li i.ico6{ background: url(/uploads/image/teimages/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;} 

/* 留言弹窗 */
.messagepo{ display: none;}
.messagepo .bg{width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999999; background: #000; opacity: 0.8;}
.message{ width: 50%; height: 510px; position: fixed; top: 50%; left: 50%; margin-left: -25%; padding: 40px; margin-top: -255px; z-index:99999999999; background: #e6e6e6; border-radius: 10px;}
.message .title{ font-size: 28px; margin-bottom: 30px; color: #dc0000; text-align: center;}
.message .lab{ margin-bottom: 10px; position: relative;}
.message .fv1{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 36px; background: #f7f7f7;}
.message .fv4{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 36px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: #f7f7f7  no-repeat 95% center; padding-right: 14px;}
.message .fv4::-ms-expand { display: none;}
.message .fv2{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; background: #f7f7f7; height: 78px; line-height: 26px;}
.message .yanzhengma{ float:left; position:absolute; right:1px; top:1px; width:20%; height:42px;}
.message .fv3{ display: block; width: 180px; height: 42px; line-height: 42px; font-size: 16px; margin: 30px auto 0 auto; text-align: center; color: #fff; background: #dc0000; border-radius: 21px;}
.message .fv5{ width: 76%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 42px; background: #f7f7f7;}
.message .clo{ width: 18px; height: 18px; background: url(/uploads/image/teimages/close.png) no-repeat center; z-index: 999999999; position: absolute; right: 7px; top: 7px;}
@media (max-width:1023px ) {
.message{ width: 80%; height: 310px; margin-top: -155px; padding: 10px; margin-left: -40%}
.message .title{ font-size: 16px; margin-bottom: 10px;}
.message .lab{ margin-bottom: 5px;}
.message .fv1{ padding: 0 10px; height: 28px; line-height: 24px;}
.message .fv4{ padding: 0 10px; height: 28px; line-height: 24px;}
.message .fv2{ padding: 0 10px; height: 74px; line-height: 28px;}
.message .yanzhengma{ right:1px; top:1px; height:28px;}
.message .fv3{ width: 100px; height: 28px; line-height: 28px; font-size: 14px; border-radius: 14px; margin-top: 10px;}
.message .fv5{ padding: 0 10px; height: 28px; line-height: 28px;}
.message .clo{ width: 12px; height: 12px; background-size: cover;}
}

/* 内页 */
.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 .l1{ float: left; height: 70px; line-height: 70px; padding: 0 40px; border-right: 1px solid #dbdbdb;}
.side_cont .l1.on,.side_cont .l1:hover{ background: #db0001;}
.side_cont .l1.on a,.side_cont .l1:hover a{ color: #fff;}
.side_cont .l2{display:none;}
.w_1400{ width: 1400px; margin: 0 auto;}
@media (max-width:1400px ) {
.side_cont{ height: 50px; line-height: 50px;} 
.side_cont .l1{ 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 .l1{ 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 .l1{ padding: 0 7px; float:none; display:inline-block; border-right:0;}
}

/* 分页 */
.wack1{ float:left; width:100%; padding:10px 0 4.67% 0; text-align:center;}
.pz_fy{ display:inline-block; *display:inline; *zoom:1;}
.pz_fy a { float:left; width:30px; height:30px; line-height:30px;  border-radius:50%; border: #e2e2e2 1px solid; color:#999999; font-size:14px; font-family:arial; margin:0 10px;}
.pz_fy a:hover,
.pz_fy a.on { background: #db0001; color:#fff; border: transparent;}
.pz_fy .l2{ width: 100px; height: 30px; border-radius: 19px; background:url(/uploads/image/teimages/h_img2.png) left center no-repeat; border: 0;}
.pz_fy .l2:hover,
.pz_fy .l2.on{ background:url(/uploads/image/teimages/h_img2_1.png) left center no-repeat;}
.pz_fy .r2{ width: 100px; height: 30px; border-radius: 19px; background:url(/uploads/image/teimages/h_img2.png) right center no-repeat; border: 0;}
.pz_fy .r2:hover,
.pz_fy .r2.on{ background:url(/uploads/image/teimages/h_img2_1.png) right center no-repeat;}
@media  screen and (max-width:1023px){
.fy_pc{ text-align:center; font-size:14px; color:#272727; padding:5px 0;}
.fy_pc a{ padding:5px 25px; background: #db0001; color:#fff; border: transparent; border-radius:16px; overflow:hidden;}
.fy_pc span{ padding:5px 20px; color:#272727;}
}

/* 关于我们 */
.aboutcon{ padding: 0 0 60px 0;}
.aboutcontit{ text-align: center; margin: 100px 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; height: 118px; 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: 288px; overflow-y:auto; color: #323c43;}
.aboutcon1 .wz{ position: absolute; right: 0; bottom: 0; font-size: 120px; font-weight: bold; text-transform: uppercase; color: #f7f7f7;}
.aboutcon1 .homemore{ margin-left: 0;}

.aboutcon2{ position: relative;}
.aboutcon2 .slick-prev{ width: 43px; height: 86px; background: url(/uploads/image/teimages/case5.jpg) no-repeat center; left: 0; top: 50%; margin-top: -22px;}
.aboutcon2 .slick-next{ width: 43px; height: 86px; background: url(/uploads/image/teimages/case6.jpg) no-repeat center; right: 0; top: 50%; margin-top: -22px;}
.aboutcon2 .slick-prev:hover{ background: url(/uploads/image/teimages/case7.jpg) no-repeat center;}
.aboutcon2 .slick-next:hover{ background: url(/uploads/image/teimages/case8.jpg) no-repeat center;}
.aboutconpic .text{ width: 50%; padding: 85px 90px;}
.aboutconpic .text .tit{ font-size: 20px; text-align: center;}
.aboutconpic .text .tit::after{ content: ""; display: block; width: 100%; height: 5px; margin: 30px 0 20px; background: url(/uploads/image/teimages/about7.png) no-repeat center;}
.aboutconpic .text .info{ font-size: 16px; line-height: 30px; height: 90px; overflow-y:auto; color: #7b7b7b;}
.aboutconpic .img{ width: 50%; line-height: 0;}
.aboutconpic .pic1{ background: #f5f5f5; overflow: hidden;}
.aboutconpic .pic1 .text{ float: left;}
.aboutconpic .pic1 .img{ float: right; position: relative;}
.aboutconpic .pic1 .img::before{ content: ""; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0;  border-width: 15px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #f5f5f5; position: absolute; bottom: -1px; left: 0; top: 50%; margin-top: -15px;}
.aboutconpic .pic2{ background: #f5f5f5; overflow: hidden;}
.aboutconpic .pic2 .text{ float: right;}
.aboutconpic .pic2 .img{ float: left; position: relative;}
.aboutconpic .pic2 .img::before{ content: ""; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0;  border-width: 15px; border-style: dashed solid dashed dashed; border-color: transparent #f5f5f5 transparent transparent; position: absolute; bottom: -1px; right: 0; top: 50%; margin-left: -15px;}

.aboutcon3{ position: relative; overflow: hidden; margin-bottom: 94px;}
.aboutcon3 .dl{ width:100%; float:left; position:relative; padding-bottom:182px; padding-top:19px;}
.aboutcon3 .dl .dt{ width:100%; position:absolute; left:0; top:-52px; font-size:24px; color:#db0001; line-height:32px; font-weight:bold; text-align:center;}
.aboutcon3 .dl .dian{ width:12px; height:12px; position:absolute; left:50%; top:0; margin-left:-6px; background:#bdbdbd; z-index:2;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.aboutcon3 .dl .bian{ width:1px; height:100%; background:#e9e9e9; position:absolute; left:50%; top:0;}
.aboutcon3 .dl .dd{ width:100%; float:left; margin-top:40px; position:relative;}

.aboutcon3 .dl .dd.z_dd{display:none;}

.aboutcon3 .dl .dd .zbox{ width:48.2%; float:left; border:solid 1px #e3e3e3; padding:31px 212px 22px 20px; position:relative; z-index:2;
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
-khtml-border-radius:10px;
border-radius:10px;}
.aboutcon3 .dl .dd .zbox .text{ width:100%; float:left;}
.aboutcon3 .dl .dd .zbox .text .time{ width:100%; float:left; font-size:24px; color:#666666; line-height:1;font-family: 'opensans-bold';}
.aboutcon3 .dl .dd .zbox .text .p{ width:100%; float:left; font-size:16px; color:#666; line-height:26px; margin-top:7px; min-height:78px;}
.aboutcon3 .dl .dd .ico{ background:url(/uploads/image/teimages/about13.png) no-repeat center center; width:38px; height:24px; position:absolute; left:48.2%; top:28px;}
.aboutcon3 .dl .dd:hover .ico{ background-image:url(/uploads/image/teimages/about15.png);}
.aboutcon3 .dl .dd.d1 .zbox{ float:right;}
.aboutcon3 .dl .dd.d1 .ico{ background-image:url(/uploads/image/teimages/about12.png); left:auto; right:48.1%;}
.aboutcon3 .dl .dd.d1:hover .ico{ background-image:url(/uploads/image/teimages/about14.png);}
.aboutcon3 .dl .dd .zbox .img{ width:158px; position:absolute; right:24px; top:22px;}
.aboutcon3 .dl .dd.d2{ height:35px;}
.aboutcon3 .dl .dd.d1{ height:80px;}
.aboutcon3 .dl .dd:hover .zbox{ border:solid 2px #db0001;}
.aboutcon3 .dl .dd:hover .zbox .text .time{ color:#db0001;}
.aboutcon3 .dl .more{ width:100%; position:absolute; left:0; bottom:0; text-align:center;}
.aboutcon3 .dl .more a{ display:inline-block; *zoom:1; *display:inline; width:152px; height:42px; background:#db0001; text-align:center; line-height:42px; color:white; font-size:16px;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
border-radius:4px;}
.aboutcon3 .dl .more a:hover{ background:#e63f3f;}

.aboutcon4{ width: 100%; padding: 70px 0 50px 0; background: url(/uploads/image/teimages/about31.jpg) no-repeat center; background-size: cover;}
.aboutcon4tab{ padding-bottom: 50px;}
.aboutcon4tab .pic .h1{ overflow: hidden; padding-bottom: 10px;}
.aboutcon4tab .pic .h2{ overflow: hidden; margin: -34px 85px 0 106px; padding-bottom: 10px;}
.aboutcon4tab .pic .img{ width:150px; float: left; margin: 27px 36px; transform:rotate(45deg); overflow: hidden; background: #fff; border-radius: 10px;}
.aboutcon4tab .pic .img:hover{ box-shadow: 3px 3px 5px #ccc;}
.aboutcon4tab .pic .img img{ max-width: 50%; margin: 38px; transform: rotate(-45deg) scale(1.52);}
.aboutcon4tab .slick-dots{ position: absolute;; z-index: 10; bottom: -30px; height: 6px; margin-bottom: 30px;}
.aboutcon4tab .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;}
.aboutcon4tab .slick-dots .slick-active{ background: #db0001;}


.aboutcon5{ overflow: hidden; margin-bottom: 100px;}
.aboutcon5 .left{ float: left; width: 70.7%;}
.aboutcon5 .left .text{ width: 33%; height: 235px; padding: 28px; float: left; background: #db0001; color: #fff; text-align: center;}
.aboutcon5 .left .text .kuang{ width: 100%; height: 100%; border: 1px solid #f6bdbd;}
.aboutcon5 .left .text h5{ font-size: 24px; font-weight: bold; margin-top: 50px;}
.aboutcon5 .left .text h6{ font-size: 16px; margin-top: 12px; text-transform: uppercase; position: relative;}
.aboutcon5 .left .text h6::after{ content: ""; display: block; position: absolute; bottom: -22px; left: 50%; margin-left: -17px; width: 34px; height: 3px; background: #fff;}
.aboutcon5 .left .img1{ width: 64%; height: 235px; float: right; line-height: 0; position: relative;
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;}
.aboutcon5 .left .img1 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;}
.aboutcon5 .left .img1:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.aboutcon5 .left .img1 .quan{ display: none; position: absolute; top: 10%; left: 4%; width: 92%; height: 80%; border: 1px solid #fff;}
.aboutcon5 .left .img1:hover .quan{ display: block;}
.aboutcon5 .left .img2{ width: 64%; height: 235px; float: left; line-height: 0; margin-top: 25px; position: relative;
   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;}
.aboutcon5 .left .img2 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;}
.aboutcon5 .left .img2:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.aboutcon5 .left .img2 .quan{ display: none; position: absolute; top: 10%; left: 4%; width: 92%; height: 80%; border: 1px solid #fff;}
.aboutcon5 .left .img2:hover .quan{ display: block;}
.aboutcon5 .left .img3{ width: 33%; height: 235px; float: right; line-height: 0; margin-top: 25px; position: relative;
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;}
.aboutcon5 .left .img3 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;}
.aboutcon5 .left .img3:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.aboutcon5 .left .img3 .quan{ display: none; position: absolute; top: 10%; left: 7%; width: 86%; height: 80%; border: 1px solid #fff;}
.aboutcon5 .left .img3:hover .quan{ display: block;}
.aboutcon5 .img4{ float: right; width: 27%; height: 495px; line-height: 0; position: relative; 
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;}
.aboutcon5 .img4 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;}
.aboutcon5 .img4:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.aboutcon5 .img4 .quan{ display: none; position: absolute; top: 5%; left: 6%; width: 88%; height: 90%; border: 1px solid #fff;}
.aboutcon5 .img4:hover .quan{ display: block;}


@media  screen and (max-width:1400px){
.aboutconpic .text{ padding: 20px;}
.aboutconpic .text .tit::after{ margin: 20px 0;}
.aboutcon5 .left .text h5{ margin-top: 10px;}
.aboutcon5 .left .text h6::after{ display: none;}
.aboutcon1 .text .info{ height: 144px;}
.aboutcon1 .wz{ display: none;}  

.aboutcon3{ margin-bottom: 70px;}
.aboutcon3 .dl .dd .zbox{ width:47.3%;}
.aboutcon3 .dl .dd .ico{ left:47.3%;}
.aboutcon3 .dl .dd.d1 .ico{ right:47.3%;}

.aboutcon4{ padding: 50px 0 50px 0;}
.aboutcon4tab{ padding: 30px 0;}
.aboutcon4tab .pic .h2{ margin: -34px 77px 0 80px;}
.aboutcon4tab .pic .img{width: 110px; margin: 22px 25px;}
.aboutcon4tab .pic .img img{max-width: 50%;margin: 28px;}

.aboutcon5 .left .text{ height: 168px;}
.aboutcon5 .left .img1{ height: 168px;}
.aboutcon5 .left .img2{ height: 168px;}
.aboutcon5 .left .img3{ height: 168px;}
.aboutcon5 .img4{ height: 355px;}
}
@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;}
 
.aboutcon2 .slick-prev{ width: 22px; height: 43px; background-size: cover; margin-top: -22px;}
.aboutcon2 .slick-next{ width: 22px; height: 43px; background-size: cover; margin-top: -22px;}
.aboutconpic .text{ width: 50%; padding: 10px;}
.aboutconpic .text .tit{ font-size: 16px;}
.aboutconpic .text .tit::after{ margin: 5px 0 0 0;}
.aboutconpic .text .info{ font-size: 14px; line-height: 20px; height: 80px; margin-top: 5px;}
.aboutconpic .img{ width: 50%; line-height: 0;}
.aboutconpic .pic1 .img::before{ border-width: 5px; margin-top: -5px;}
.aboutconpic .pic2 .img::before{ border-width: 5px; margin-left: -5px;}

.aboutcon3{ padding:20px 0; margin-bottom: 30px;}
.aboutcon3 .dl .dt{ top:-42px; font-size:20px; line-height:28px;}
.aboutcon3 .dl .dd .zbox{ width:47.1%; padding:21px 162px 12px 10px;}
.aboutcon3 .dl .dd .ico{ left:47.1%;}
.aboutcon3 .dl .dd.d1 .ico{ right:47.1%;}
.aboutcon3 .dl .dd .zbox .img{ width:128px; right:14px; top:12px;}
.aboutcon3 .dl .dd .zbox .text .time{ font-size:20px;}
.aboutcon3 .dl .dd .zbox .text .p{ font-size:14px; line-height:22px; margin-top:5px; min-height:66px;}
.aboutcon3 .dl .more a{ width:132px; height:36px; line-height:36px; font-size:14px;}

.aboutcon4{ padding: 1px 0 20px 0;}
.aboutcon4tab{ padding: 0 0 10px 0;}

.aboutcon4tab .pic .h1{ width: 400px; margin: 0 auto;}
.aboutcon4tab .pic .h2{ width: 335px; margin: -28px auto 0 auto;}
.aboutcon4tab .pic .img{ width:50px; margin: 14px 8px;}
.aboutcon4tab .pic .img img{ max-width: 50%; margin: 13px;}
.aboutcon4tab .slick-dots{ bottom: -30px; height: 6px; margin-bottom: 30px;}
.aboutcon4tab .slick-dots li{  width: 6px; height: 6px; margin:0 3px;}

.aboutcon5{ margin-bottom: 15px;}
.aboutcon5tab .pic{ width: 100%; height: 130px; overflow: hidden;}

.aboutcon5tab .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}
.aboutcon5tab .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;}
.aboutcon5tab .slick-dots .slick-active{ background: #dc0000;} 
}
@media screen and (max-width:767px) {
.aboutcon3{ padding:10px 10px 29px 10px; margin-bottom: 20px;}
.aboutcon3 .dl{ margin-top:0; padding-bottom:62px; padding-top:10px;}
.aboutcon3 .dl .dd{ padding-left:30px; height:auto !important; margin-top:5px;}
.aboutcon3 .dl .dd .zbox{ width:100%; float:left; padding:11px 122px 6px 10px;}
.aboutcon3 .dl .dd .zbox .img{ width:82px; right:10px; top:8px;}
.aboutcon3 .dl .dd .ico{ left:0; width:30px; background-size:contain; background-image:url(/uploads/image/teimages/about12.png);}
.aboutcon3 .dl .dd.d1 .ico{ right:auto; left:0;}
.aboutcon3 .dl .dd:hover .ico{ background-image:url(/uploads/image/teimages/about14.png);}
.aboutcon3 .dl .bian{ left:9px;}
.aboutcon3 .dl .dt{ text-align:left;}
.aboutcon3 .dl .dian{ left:10px;}
.aboutcon3 .dl .more a{ float:left;}
.aboutcon3 .dl .dd .zbox .text .time{ font-size:16px;}
.aboutcon3 .dl .dd .zbox .text .p{ font-size:12px; line-height:20px; margin-top:3px; min-height:40px;}
}
@media (max-width:420px ) {
.aboutcon3 .pic .img{ width: 40%;}
.aboutcon4tab .pic .h1{ width: 310px; margin: 0 auto;}
.aboutcon4tab .pic .h2{ width: 260px; margin: -28px auto 0 auto;}
.aboutcon4tab .pic .img{width: 35px;margin: 13px 8px;}
.aboutcon4tab .pic .img img{max-width: 50%;margin: 9px;}
}
@media (max-width:400px ) {
.aboutcon3 .pic .img{ margin-top: 15px;}
}
@media (max-width:370px ) {
.aboutconpic .text{ padding: 5px 10px;}
.aboutconpic .text .info{ margin-top: 2px;}
.aboutconpic .text .tit::after{ margin: 2px 0 0 0;}
}



/* 产品中心 */
.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(/uploads/image/teimages/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: 100px;}
.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 20px 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(/uploads/image/teimages/case5.jpg) no-repeat center; left: 0; top: 50%; margin-top: -22px;}
.caseleft .slick-next{ width: 43px; height: 86px; background: url(/uploads/image/teimages/case6.jpg) no-repeat center; right: 0; top: 50%; margin-top: -22px;}
.caseleft .slick-prev:hover{ background: url(/uploads/image/teimages/case7.jpg) no-repeat center;}
.caseleft .slick-next:hover{ background: url(/uploads/image/teimages/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(/uploads/image/teimages/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;}
}

/* 联系我们 */
.contcon{ padding: 120px 0 30px 0; overflow: hidden;}
.map{ background: #f6f6f6; padding: 10px; position: relative; height: 590px;}
#bdmap{ height: 570px;}
.mess{ position: absolute; top: 50px; left: 60px; width: 365px; padding: 25px; background: #fff; border-radius: 10px; border: 2px solid #ededed;}
.mess .messtit{ font-size: 24px; color: #dc0000; text-align: center; margin-bottom: 20px;}
.mess .lab{ margin-bottom: 10px; position: relative;}
.mess .fv1{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 42px; background: #f7f7f7;}
.mess .fv4{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 42px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: #f7f7f7  no-repeat 95% center; padding-right: 14px;}
.mess .fv4::-ms-expand { display: none;}
.mess .fv2{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; background: #f7f7f7; height: 99px; line-height: 33px;}
.mess .yanzhengma{ float:left; position:absolute; right:1px; top:1px; width:115px; height:42px;}
.mess .fv3{ display: block; width: 230px; height: 42px; line-height: 42px; font-size: 16px; margin: 0 auto; text-align: center; color: #fff; background: #dc0000; border-radius: 21px;}

.contcen{ overflow: hidden; margin: 40px 0 30px 0; padding: 10px 10px 10px 0;}
.contcen .ewm{ float: left; width: 30.8%; height: 480px; 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: 64.8%; height: 473px; padding: 65px 70px; box-shadow: 0 0 10px #ccc;}
.contcen .cont_wz .tit{ font-size: 26px; margin-bottom: 30px;}
.contcen .cont_wz .info{ font-size: 16px; line-height: 40px; color: #818181;}

.contlist{ float: left; width: 48.5%; margin: 0 2.5% 45px 0; padding: 30px 40px; box-shadow: 0 0 10px #ccc;}
.contlist:nth-child(2n){ margin-right: 0;}
.contlisttit{ width: 80%; font-size: 18px; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; position: relative;}
.contlisttit::after{ content: ""; display: block; width: 84px; height: 2px; background: #db0001; position: absolute; bottom: -1px; left: 0;}
.contlist ul{ margin: 26px 0 10px 0;}
.contlist ul li{ overflow: hidden; margin-bottom: 15px;}
.contlist ul li .ico{ display: block; width: 25px; height: 25px; float: left; margin-right: 20px; margin-top: 10px;}
.contlist ul li .wz{ float: left; font-size: 16px; line-height: 36px; margin-top: 3px; color: #666666;}
#bdmap1,#bdmap2,#bdmap3,#bdmap4{ height: 200px;}

.contlist .bdmap{width:100%; height:200px;}


@media (max-width:1400px ) {
.contcon{ padding: 60px 0 30px 0;}
}
@media (max-width:1023px ) {
.contcon{ padding: 20px 0;}
.map{ padding: 10px; height: 620px;}
#bdmap{ height: 300px;}
.mess{ top: 320px; left: 0; width: 100%; padding: 10px;}
.mess .messtit{ font-size: 16px; margin-bottom: 10px;}
.mess .lab{ margin-bottom: 5px;}
.mess .fv1{ padding: 0 10px; height: 28px; line-height: 28px;}
.mess .fv4{ padding: 0 10px; height: 28px; line-height: 28px;}
.mess .fv2{ padding: 0 10px; height: 74px; line-height: 28px;}
.mess .yanzhengma{ right:1px; top:1px; width:85px; height:28px;}
.mess .fv3{ width: 100px; height: 28px; line-height: 28px; font-size: 14px; border-radius: 14px;}

.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;}

.contlist{ float: none; width: 100%; margin: 0 0 10px 0; padding: 10px 5px; }
.contlisttit{ font-size: 16px;}
.contlisttit::after{ width: 84px; height: 2px;}
.contlist ul{ margin: 10px 0 10px 0;}
.contlist ul li{ margin-bottom: 5px;}
.contlist ul li .ico{ width: 20px; height: 20px; background-size: cover; margin-right: 10px; margin-top: 0;}
.contlist ul li .wz{ font-size: 14px; line-height: 20px; margin-top: 0;}
#bdmap1,#bdmap2,#bdmap3,#bdmap4{ height: 150px;}
}
@media (max-width:768px ) {
.contcen .ewm .img{ width: 90%;}
}
@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(/uploads/image/teimages/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: 100px 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(/uploads/image/teimages/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(/uploads/image/teimages/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;}
.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(/uploads/image/teimages/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(/uploads/image/teimages/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(/uploads/image/teimages/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(/uploads/image/teimages/down2.png) no-repeat top right;}
.downlist ul li:hover .down2 .wz{  color: #db0001;}
.downlist ul li:hover .down4{ background: url(/uploads/image/teimages/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}





















