﻿body,html{color:#666;margin:0;padding:0;font:12px/24px Microsoft YaHei,SimSun,san-serif;background: #fff;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{margin:0;padding:0;outline: none;}
ul,ol,li{list-style-type:none}
address,cite,code,em,th,h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal;}
img{border:0 none;}
h1,h2,h3,h4,h5,h6{font-size:12px;}
object,textarea,img,iframe{vertical-align: top;}
textarea{overflow: auto;}
a{text-decoration:none;color:#2C2C2C;outline: none;-moz-transition:color 1s; -webkit-transition:color 1s;-o-transition:color 1s;}
a:hover{text-decoration:none;color:#f29e43;}
.wrap, .jz_nr,.min{width:1200px; margin: 0 auto;min-width:1200px}
input[type=submit]:hover{opacity:0.9;filter:Alpha(opacity=90);cursor: pointer;}
.checkbox,.radio{width:13px;height:13px;vertical-align:-2px;*vertical-align:-1px;}
.l{float:left;_display: inline;} .r{float:right;_display: inline;}
.blank0,.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank11,.blank12,.blank13,.blank14,.blank15,.blank16,.blank17,.blank18,.blank19,.blank20,.blank30,.blank40,.blank50,.blank60{clear:both;display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}.blank1{height:1px;}.blank2{height:2px;}.blank3{height:3px;}.blank4{height:4px;}.blank5{height:5px;}.blank6{height:6px;}.blank7{height:7px;}.blank8{height:8px;}.blank9{height:9px;}.blank10{height:10px;}.blank11{height:11px;}.blank12{height:12px;}.blank13{height:13px;}.blank14{height:14px;}.blank15{height:15px;}.blank16{height:16px;}.blank17{height:17px;}.blank18{height:18px;}.blank19{height:19px;}.blank20{height:20px;}.blank30{height: 30px;}.blank40{height:40px;}.blank50{height:50px;}.blank60{height:60px;}
.por{position: relative;} .owfl{ overflow:hidden;} .tl{text-align: left; } .tc{text-align: center; } .tr{text-align: right; }.center{margin: 0 auto;}
.fs12{ font-size:12px; }
.fs14{ font-size:14px;}
.fs16{ font-size:16px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml5{margin-left: 5px;}
.ml30{margin-left: 30px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr40{margin-right: 40px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt90{margin-top: 90px;}
.mt57{margin-top: 57px;}

.mtb10{margin: 10px 0;}
.mlr10{margin: 0 10px;}
.mlr20{margin: 0 20px;}
.pl5{padding-left: 5px;}
.pl20{padding-left:20px;}
.pr20{padding-right:20px;}
.p10{padding: 10px;}
.p15{padding: 15px;}
.p20{padding: 20px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pr40{padding-right: 40px;}
.plr10{padding: 0 10px;}
.plr20{padding: 0 20px;}
.ptb10{padding: 10px 0;}
.ptb15{padding:15px 0;}
.ptb20{padding: 20px 0;}
.pdtp{ padding-top:57px;}

.c999{color: #999;}
.bg{background: #FFF;}
.mb{border:1px solid #d9d9d9;}
.bd-t{border: 1px solid #d9d9d9;border-top: none;}

/*头部页眉*/
.header{background:#434343;height:50px;}
.owfl p{font-size: 13px;color: #fff;line-height: 50px;}
.owfl a{font-size: 13px;color: #fff;line-height: 50px;padding: 0 10px;}




.top-tel img{padding-top: 5px;padding-right: 15px;}
.top-tel h3{font-size: 28px;color: #333;font-weight: 700;line-height: 20px;}
.top-tel p{color: #333;font-weight: 400;display: block;font-size: 14px;padding-bottom: 5px;}


.nav{
height:50px;background:#eee;}
.nav ul {width:1300px;}
.nav ul li{float: left;width:150px;text-align: center;}
.nav ul li h3{font-size: 16px;color: #333;line-height: 50px;}
.nav ul li p{font-size: 12px;color: #ddd;text-transform: uppercase}
.nav ul li:hover h3{color: #fff;}

/* Sweep To Top */
.nav ul li {
  height: 50px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   background:#0072bb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav ul li:hover, .nav ul li:focus, .nav ul li:active {
  color: white;
}
.nav ul li:hover:before, .nav ul li:focus:before, .nav ul li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.ny_xq  h3{font-size: 24px;color: #333;padding-bottom: 15px;border-bottom:1px #eee solid;margin-bottom: 30px;}
.ny_xq .tc img{width: 600px;}
.ny_xq .tc{border:1px #eee solid;}





/*幻灯片*/
.fullSlide{position:relative;height:500px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:500px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:500px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:30px;left:0;height:11px;line-height:11px;}
.fullSlide .hd ul{text-align:center; margin:0 auto;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:14px;height:14px;margin:0 6px;overflow:hidden;background:url(../images/icon-circle.png) right no-repeat;filter:alpha(opacity=90);opacity:0.9;line-height:999px;z-index:999;}
.fullSlide .hd ul .on{background:url(../images/icon-circle.png) left no-repeat;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:45%;margin-top:-30px;left:5%;z-index:1;	width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:5%;background-position:-6px -137px;}

.fullSlide1{width:100%; position:relative;height:350px;}
.fullSlide1 .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide1 .bd ul{width:100% !important;}
.fullSlide1 .bd li{width:100% !important;height:350px;overflow:hidden;text-align:center;}
.fullSlide1 .bd li a{display:block;height:350px;}



/*搜索*/

.search{margin-top: 15px;}
.search .s_k{
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #999;
    padding-left: 10px;
    border: 1px #999 solid;
    background:#fff;
}
.search .buttom{position:relative;}


/*产品*/


.products{width:924px;float: left;}
.jszc_right{width:250px;float: right;}
.pro_bt h3{border-bottom:1px #ccc solid;font-size: 24px;color: #0072bb;padding-bottom: 15px;}

.product_left{width:662px;float: left;}
.sousuo{border:1px #ddd solid;height: 70px;padding: 0 15px;}
.sousuo p{font-size: 16px;color: #333;font-weight: bold;line-height: 70px;}
.sousuo p a{font-size: 14px;color: #999;font-weight: lighter;padding-right: 5px;}

.product_lb{border:1px #ddd solid;padding: 15px;height: 671px;}

.product_bt {border-bottom:1px #ddd solid;padding-bottom: 30px;}
.product_bt h3{float: left;font-size: 16px;color: #333;font-weight: 900}
.product_bt a{float: right;font-size: 12px;color: #333;}

.product_lb ul {width:900px;}
.product_lb ul li{float: left;background:#e5e5e5;width:300px;margin-right: 30px;margin-bottom: 27px;height: 100px;}
.product_lb ul li img{
    float: left;
    width: 100px;
    padding-top: 10px;
    padding-left: 20px;
    }
.product_lb ul li .wenzi{float: right;padding: 15px 20px;text-align: right;}
.product_lb ul li h3{font-size: 14px;color: #333;padding-bottom: 10px;   }
.product_lb ul li p{border-radius: 20px;line-height: 24px;padding: 0 12px;display: block;text-align: center;font-size: 10px;color: #333;border:1px #999 solid;}
.product_lb ul li:hover p{background:#0072bb;color: #fff;border:1px #0072bb solid;}


.product_right{width:210px; float: right;border:1px #ddd solid;padding: 15px;    padding-bottom: 0;}
.product_right ul{padding-top: 30px;}
.product_right ul li{border:1px #ddd solid;margin-bottom: 20px;height: 84px;}
.product_right ul li img{float: left;padding-top: 5px;}
.product_right ul li .wenzi{}
.product_right ul li h3{font-size: 14px;color: #333;padding-bottom: 15px;padding-top: 15px; width: 220px;
    position: relative;
    right: 15px;}
.product_right ul li p{font-size: 12px;color: #666;line-height: 20px;padding-right: 20px;}

.jszc_lb ul{margin-top: 20px;}
.jszc_lb ul li{height: 50px;margin-bottom: 10px;background:#e5e5e5 url(../images/index_04.jpg) no-repeat 220px 20px;}
.jszc_lb ul li a{line-height: 50px;font-size: 18px;padding-left: 40px;}
.jszc_lb ul li:hover{background:#0072bb ;}
.jszc_lb ul li:hover a{color: #fff;}

.jszc_tj{border:1px #ddd solid;padding: 15px;}
.jszc_tj p a{font-size: 12px;line-height: 40px;background:url(../images/index_07.jpg) no-repeat left;padding-left: 20px; }
.jszc_a a{background:#999;text-align: center;color: #fff;line-height: 40px;font-size: 18px;display: block;margin-top: 18px;margin-bottom: 10px;}
.jszc_a a:hover{background:#0072bb;}

/*行业应用
.case{background:url(../images/index_08.jpg) repeat;height: 360px;padding-top: 50px;}*/
.biaoti_one{font-size:24px;color: #0072bb;border-bottom:1px #999 solid;padding-bottom: 15px;margin-bottom:20px;}
/* 本例子css */
    .picMarquee-left{ overflow:hidden; position:relative;  }
    .picMarquee-left .bd{   }
    .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
    .picMarquee-left .bd ul li{ margin:0 20px; float:left; _display:inline; overflow:hidden; text-align:center; width:280px !important; }
    .picMarquee-left .bd ul li p{ text-align:center; font-size: 18px;color: #333;padding-top: 10px;}
    .picMarquee-left .bd ul li .div{overflow: hidden;border:1px #ddd solid;}
    .picMarquee-left ul li:hover img{color: #1e50ae;-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}

.picMarquee-left ul li img{width:280px !important;height:200px !important;overflow: hidden;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;position:relative;}




/*新闻*/
.news ul{width:1300px;}
.news ul li{float: left;width:293px;margin-right: 8px;}
.news ul li dt{overflow: hidden;}
.news ul li h3{font-size: 14px;line-height: 25px;padding: 10px 0; color: #333;}
.news ul li:hover h3{color: #0072bb;}
.news ul li p{font-size: 14px;color: #999;}

.news ul li a:hover img{color: #1e50ae;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

.news ul li img{width:293px !important;height:211px !important;overflow: hidden;-webkit-transition:all .9s linear;-moz-transition:all .9s linear;-ms-transition:all .9s linear;-o-transition:all .9s linear;transition:all .9s linear;position:relative;}

/*关于我们*/
.about{width:560px;}
.about h3{font-size: 18px;color: #333;padding-top: 10px;padding-bottom: 10px;}
.about p{font-size: 14px;color: #666;line-height: 30px; text-indent:2em}
.about a{font-size: 16px;color: #fff;background:#0072bb;text-align: center;display: inline-block;padding: 10px 20px;margin-top: 15px;}

.links a{padding: 0 10px;font-size: 15px;color: #333;}






/*底部*/
.foot{background:#434343;padding: 50px 0;height: 379px;}
.foot dl{float: left;padding-right: 50px;}
.foot dl dt{font-size: 18px;color: #fff;padding-bottom: 15px;}
.foot dl dd a{line-height: 30px;color: #e3e3e3;font-size: 14px;}

.foot_r {border-left:1px #fff solid;padding-left: 80px;}
.foot_r  h3{font-size: 36px;background:url(../images/index_12.jpg) no-repeat left;padding-left: 80px;line-height: 57px;color: #fff;font-weight: bold;}
.foot_r ul li{float: left;margin-right: 30px;padding-top:  20px;}
.foot_r ul li p{color: #fff;font-size: 16px;line-height: 30px;}
.footer{border-top:1px #999 solid;padding-top: 15px;text-align: center;}
.footer p{font-size: 15px;color: #999;}
.footer p a{color: #999;padding-left: 10px;}



/*内页*/
.bread{    border-bottom: 1px #eee solid;height: 60px;}
.bread p {font-size: 15px;color: #333;line-height: 60px;}
.bread p a{color: #333;padding: 0 15px;}

.bread p{background: #333;text-align: left !important;text-indent: 2.5em;transition: 0.1s all;background: url(../images/shouye.png) no-repeat 10px 20px;position: relative;height: 40px;}

.bread ul li{/* background:#ddd; */text-align: center;padding: 0 35px;height: 60px;}
.bread ul li a {line-height: 60px;display: block;font-size: 18px;color: #333;}


/*关于我们*/
.ny_bt h3{font-size: 30px;color: #333;padding-bottom: 15px;}
.ny_bt span{font-size: 18px;color: #999;text-transform: uppercase }
.ny_bt  em{background:#0072bb; margin: 10px 580px;display: block;height: 2px;}
.ny_about  p{font-size: 16px;color: #333;line-height: 35px; text-indent:2em}

.ny_nr ul li{width:25%;float: left;text-align: center;}
.ny_nr ul li h3{font-size: 18px;color: #fff;text-align: center;background:#0072bb;margin: 0 60px;line-height: 50px;margin-bottom: 20px;border-radius:50px;}
.ny_nr ul li p{padding: 0 40px;font-size: 15px;line-height: 30px;}
.ny_nr {background:#eee;height: 260px;margin-top: 30px}

.ny_contact  img{}
.ny_contact ul li{background:#eee;line-height: 50px;margin-bottom: 10px;padding-left: 20px;width:550px;font-size: 15px;}






/*在线留言*/
.login-01{
  width: 888px;
  margin: 0% auto 3%;
}
.login-01 form {
   padding: 0% 1%;
}
form li.first,li.second{
  border:none;
  list-style:none;
  margin-bottom:10px;
  width:100%;
}
.icon,.icon2  {
  height:55px;
  width:55px;
  display: block;
  float: left;
  border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  border-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
}
.user {
    background: url(../images/icons.png) no-repeat 14px 15px #de580b;
}
.email{
  background:url(../images/icons.png) no-repeat 15px -39px #de580b;
}
.phone{
  background: url(../images/icons.png) no-repeat 15px -93px #de580b;
}
.msg{
  background: url(../images/msg.png) no-repeat 16px 16px #de580b;
}
li.first:hover .user{
     background: url(../images/icons.png) no-repeat 14px 15px #0072bb;
}
li.first:hover .email{
  background:url(../images/icons.png) no-repeat 15px -39px #0072bb;
}
li.first:hover .phone{
  background: url(../images/icons.png) no-repeat 15px -93px #0072bb;
}
li.second:hover .msg {
  background: url(../images/msg.png) no-repeat 16px 16px #0072bb;
}

input[type="text"],form textarea {
  width: 92%;
  padding: 1.13em 1em 1.13em 1em;
  color: #858282;
  font-size: 16px;
  outline: none;
  background: #eee;
  font-weight: 500;
  border: none;
  font-family: 'Lora', serif;
  border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  border-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  }
  .submit{

  }
form textarea {
  resize: none;
  height: 140px;
}
.login-01 input[type="submit"]{
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 10px;
  position: relative;
  right: 9%;
  width: 25%;
  top: 15px;
  border: 2px solid #de580b;
  float: right;
  background: #de580b;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  margin-right:-3.85em;
}
input[type="submit"]:hover{
-webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
}
li.lost {
  margin-bottom: 21px;
}

/*招聘*/
.recruitment_nr p{font-size: 16px;color: #666;line-height: 30px;}


.recruitment dl{padding-bottom: 40px;margin-bottom: 20px;}
.recruitment dl dt {border-left:5px #0072bb solid;padding-left: 20px;margin-bottom: 30px;}
.recruitment dl dt h3{font-size: 30px;color: #333;padding-bottom: 10px;}
.recruitment dl dt p{font-size: 18px;color: #999;font-weight: lighter;}
.recruitment dl dt em{background:#ddd;height: 1px;display: block;margin-top: 15px;}
.recruitment dl dd{float: left;width:40%;margin-right: 120px;}
.recruitment dl dd h3{font-size: 18px;color: #333;padding-bottom: 15px;font-weight: bold;}
.recruitment dl dd p{line-height: 30px;color: #333;font-size: 15px;}

.recruitment a{background:#0072bb;text-align: center;float: right;width:150px;color: #fff;display: block;line-height: 40px;border-radius:20px;font-size: 18px;}


.download_nr h3{font-size: 18px;color: #333;padding-bottom: 15px;}
.download_nr p{font-size: 15px;color: #999;}


/*招聘*/
.stock ul {background:#666; height:40px;}
.stock ul li{float: left;color: #fff;line-height: 40px;text-align: center;}
.stock ul li h3{margin-left: 20px;font-size: 15px;}
.stock ul li.stock1{width: 24%;}
.stock ul li.stock2{width:10%;}
.stock ul li.stock3{width:20%;}
.stock ul li.stock4{width:20%;}
.stock ul li.stock6{width:20%;}


.ny_bttt {text-align: center;font-size: 25px;color: #0072bb;padding-bottom: 30px;}

/* 本例子css */

 .stock-nn{float: left;width:100%;border-bottom:1px #eee solid;line-height: 60px;text-align: center;}
 .stock-nn  a{width: 24%;float: left;font-size: 15px;color: #333;}
 .stock-nn  h3{width:10%;float: left;font-size: 15px;color: #333;}
 .stock-nn  h4{width:20%;float: left;font-size: 15px;color: #333;}
 .stock-nn  h5{width:20%;float: left;font-size: 15px;color: #333;}

 .stock-nn .stock-aa{width:20%;float: left;}
 .stock-nn .stock-aa a{font-size: 15px;color: #333;background:#eee;padding:0 50px;line-height:35px;margin-top: 10px;border-radius:20px;display:inline-block;margin-left:30px;}
 .stock-nn .stock-aa:hover a{background:#0072bb;color: #fff;}
 .stock-nn  a:hover{color: #0072bb;font-weight: 900;}




/*内页产品*/
.ny_pro_bt ul {width:1300px;}
.ny_pro_bt ul li{float: left;background:#e5e5e5;width:21.4%;margin-right: 30px;margin-bottom: 18px;height: 100px;}
.ny_pro_bt ul li img{float: left;}
.ny_pro_bt ul li .wenzi{float: right;padding: 15px 5px;}
.ny_pro_bt ul li h3{font-size: 18px;color: #333;padding-bottom: 10px;}
.ny_pro_bt ul li p{border-radius:20px;line-height:30px;padding: 0 20px;display: block;text-align: center;font-size: 14px;color: #333;border:1px #999 solid;}
.ny_pro_bt ul li:hover p{background:#0072bb;color: #fff;border:1px #0072bb solid;}

.ny_cplb{}
.ny_cplb ul{width:1300px;}
.ny_cplb ul li{border:1px #ddd solid;margin-bottom: 30px;height: 200px;float: left;width:29%;margin-right: 31px;}
.ny_cplb ul li img{float: left;padding-top: 19px;width:150px;height: 180px;padding-left: 20px;padding-right:10px;}
.ny_cplb ul li .wenzi{
    padding-top: 20px;}
.ny_cplb ul li h3{font-size: 18px;color: #ff0000;padding-bottom: 15px;padding-top: 40px;}
.ny_cplb ul li p{font-size: 14px;color: #666;line-height: 20px;}
.ny_cplb ul li:hover{border:#ff0000 solid 1px;}




/*产品详情*/
.jqzoom{border:1px #f1f1f1 solid;}
.tb-thumb img{width:100%;}

.procut_tell{margin-top: 50px;border-top:1px #ccc solid;}
.procut_tell h3{background:url(../images/product_03.jpg) no-repeat left;font-size: 18px;color: #666;padding-left: 25px;margin-top: 30px;}
.procut_tell  a{background:#185bff;display: block;width: 140px; line-height: 40px;margin-top: 20px;border-radius:25px;text-align: center;color: #fff;font-size: 16px;}
.box{}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;width:500px;height:600px;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{overflow:hidden;float: left;position: relative;top: 48px;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height: 130px;margin: 0 20px 8px 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a img{height: 120px;width: 100px;border: 1px #eee solid;}
.tb-booth{position:relative;z-index:1;float: left;}
.tb-thumb .tb-selected{background: none repeat scroll 0 2 #e12d48;height: 120px;padding: 1px;border: 1px solid #105240;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}


div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:400px !important;height:200px !important;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;width:200px !important;height:200px !important;}
.bigimg{max-width:none;}
.product_nywz{width: 600px;}
.product_nywz h2{font-size: 31px;color:#4c4c4c;line-height: 40px;border-bottom: 1px solid #e0e0e0;padding-bottom: 15px;}

.product_nywz p{font-size: 16px;padding-top: 30px;line-height: 30px;}


.box .pr_show h3{font-size: 24px;color: #222; border-bottom: 2px solid #e0e0e0; line-height: 45px;margin-bottom: 20px;}

.product_btt{padding-top: 50px;}
.product_btt h3{font-size: 24px;color: #185bff;text-align: center;}
.product_tj{padding-top: 30px;padding-bottom: 30px;}
.product_tj  ul{width:1300px;}
.product_tj  .bd .tempWrap{width:1200px !important;}
.product_tj li{float: left;margin-right: 18px;}
.product_tj h3{font-size: 15px;text-align: center;line-height: 40px;}
.product_tj img{border:1px #f1f1f1 solid;}
.product_tj li:hover img{border:1px #105240 solid;}

.box_lx {background:url(../images/index_02.jpg) no-repeat left;padding-left: 60px;font-size: 30px;color: #0072bb;line-height: 47px;font-weight: bold;}





/**/
.fy {text-align: center;}
.fy a{background:#333;line-height: 35px;padding: 0 20px;display: inline-block;text-align: center;border-radius:25px;font-size: 15px;color: #fff;margin: 0 2px;}
.fy a:hover{background:#0072bb;}



/*新闻*/
.ny_newsbt  a{background:#eee;text-align: center;line-height: 40px;padding: 0 30px;display: inline-block;font-size: 18px;color: #333;margin-right: 15px;}
.ny_newsbt a:hover{background:#0072bb;color: #fff;}

.ny_news dl{border-bottom:1px #eee solid;padding: 20px;height: 180px;}
.ny_news dl dt{float: left;margin-right: 40px;overflow: hidden;}
.ny_news dl dd h3{font-size: 18px;color: #333;padding-top: 10px;}
.ny_news dl dd  em{color: #999;font-size: 14px;line-height: 40px;}
.ny_news dl dd p{line-height: 25px;color: #999;font-size: 12px;}
.ny_news dl:hover{background:#f1f1f1;}
.ny_news dl:hover h3{color: #0072bb;}
.ny_news dl a:hover img{color: #1e50ae;-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}

.ny_news dl img{width:250px !important;height:180px !important;overflow: hidden;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;position:relative;}


.news_xq{width:800px;border:1px #eee solid;padding: 50px;}
.news_xq_bt h3{font-size: 20px;color: #333;padding-bottom: 10px;}
.news_xq_bt p {font-size: 14px;color: #999;}
.news_xq_bt p em{padding-left: 30px;}
.news_nr p{font-size: 16px;color: #333;line-height: 40px; text-indent:2em}

.nr_fy {border-top:1px #eee solid;padding-top: 10px;}
.nr_fy p{font-size: 15px;color: #666;}

.news_tj{width:250px;}
.news_tj_bt a {background:#eee;display: block;line-height: 35px;margin-bottom:10px;font-size: 16px;color: #333;border-bottom:1px #ccc solid;}
.news_tj_bt a:hover{color: #0072bb;}
.news_tj_bt{background:#eee;padding:20px 20px;margin-bottom:10px;}
.news_tj_lb {border:1px #eee solid;padding: 15px;}
.news_tj_lb a {line-height: 40px;color: #333;font-size: 14px;display: inline-block;border-bottom:1px #fff solid;}
.news_tj_lb a:hover{border-bottom:1px #0072bb solid;}

/**/
.honor {width:1300px;}
.honor dl{float: left;margin-right: 25px;margin-bottom: 30px;}
.honor dl dt{overflow: hidden;}

.honor dl  a:hover img{color: #1e50ae;-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}

.honor dl  img{width:280px !important;height:350px !important;overflow: hidden;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;position:relative;}
.honor dl dd {background:#eee;text-align: center;line-height: 50px;font-size: 16px;color: #333;}
.honor dl:hover dd{background:#0072bb;color: #fff;}


.huanjing dl  a:hover img{color: #1e50ae;-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}

.huanjing dl  img{width:280px !important;height:200px !important;overflow: hidden;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;position:relative;}



/*点击下载*/
.download li{    border-bottom: 1px #eee solid;margin-bottom: 15px;height: 150px;padding: 15px; 15px;background:#eee;}
.download li h3{font-size: 18px;color: #333;padding: 14px 0;}
.download li h3 span{font-size: 13px;color: #999;padding-right: 50px;}
.download li p{float: left;line-height: 35px;font-size: 15px;color: #333;background:url(../images/index_16.png) no-repeat left;padding-left: 31px;}
.download li a{display:inline-block;width: 30%;float: left;margin-right: 64px;padding-left: 30px;margin-bottom: 10px;}
.download li a.dow_bg1:hover {background:#0274bc;color:#fff}
.download li a.dow_bg1:hover p{color:#fff}
.dow_right{float: right;width: 600px;}
.download li a.dow_bg1{background:#fff;}



.xq_xz li p{float: left;line-height: 40px;font-size: 15px;color: #333;background:url(../images/index_16.png) no-repeat left;padding-left: 31px;}
.xq_xz li a{display:inline-block;width: 30%;float: left;margin-right: 64px;padding-left: 30px;margin-bottom: 10px;}
.xq_xz li a.dow_bg1:hover {background:#0274bc;color:#fff}
.xq_xz li a.dow_bg1:hover p{color:#fff}




.ny_product_r  p img{width:100%}




/*客服*/
/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#e87663;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a-qrcode{background:#d2abf1}
.suspension .a-service-phone {background:#8ccaf1}
.suspension .a.active,

.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;background:#ddd;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}



/*产品*/
.products_ll{width:260px;float: left;}
.pro_bt1{background:#0274bc;height: 100px;text-align:center}
.pro_bt1 h3{font-size: 24px;color: #fff;font-weight: 700;padding-top: 28px;padding-bottom:5px;}
.pro_bt1 p{color: #fff;font-size: 15px;text-transform: uppercase}

.products_ll ul li{margin-top: 10px;background:#eee;height: 50px;}
.products_ll ul li h3{float: left;line-height: 50px;padding-left: 40px;font-size: 16px;color: #333;}
.products_ll ul li p{float: right;margin-right: 20px;background:#fff;text-align: center;font-size: 15px;color: #333;width:15px;line-height: 15px;border-radius:50%;
  margin-top: 18px;color: #999;}
.products_ll ul li:hover h3{color: #fff;}
.products_ll ul li:hover {border-left:5px #de580b solid;transition:0.5s all;background: #0274bc;}

.ny_product_r{width:900px;}
.ny_product_r ul{width:1000px;}
.ny_product_r ul li{float: left;margin-bottom: 30px;margin-right: 30px;text-align: center;}
.ny_product_r ul li img{border:1px #eee solid;}
.ny_product_r ul li h3{background:#eee;line-height: 50px;font-size: 16px;color: #333;}
.ny_product_r ul li:hover img{border:1px #0274bc solid;}
.ny_product_r ul li:hover h3{background:#0274bc;color: #fff;}





/* 本例子css */
.products_l2 {width:260px;float: left;   background:#f1f1f1;padding-bottom: 20px;}
    .ny_sideMenu{ }
    .ny_sideMenu h3 a{margin:0 25px;border-bottom:1px #ddd solid;display:block}
    .ny_sideMenu h3{
      display: inline-block;
      width: 260px;
      color:#333
      height: 50px;
      line-height: 50px;
      cursor:pointer;
      margin-bottom: 0px;
      font-size:15px;
    }
    .ny_sideMenu h3 a.on em{ background:#0274bc;float:left; display:inline-block; width:15px; height:2px;   cursor:pointer; margin-top: 23px; margin-right:10px;  transition: all 0.3s;}

    .ny_sideMenu ul{ padding:8px 0px; color:#999; }
    .ny_sideMenu ul li a{line-height: 30px;font-size: 14px;color: #333;padding-left: 50px;display: block;}
    .ny_sideMenu ul li span{font-size:18px;color: #ccc;display:inline-block;float:left;padding-right:5px;}
    .ny_sideMenu ul li:hover a{color:#0274bc}
    .ny_sideMenu h3:hover a{color:#0274bc}
     .ny_sideMenu h3:hover a em{ background:#0274bc;float:left; display:inline-block; width:15px; height:2px;   cursor:pointer; margin-top: 23px; margin-right:10px;   transition: all 0.3s;}

     .ny_sideMenu .ontt em{ background:#0274bc;float:left; display:inline-block; width:15px; height:2px;   cursor:pointer; margin-top: 23px; margin-right:10px;  transition: all 0.3s;}




.ny_sideMen666 a{display: inline-block;line-height: 30px;font-size: 16px;color: #333;width:100%;margin-top: 10px;border-bottom:1px #ccc solid;padding-bottom:5px;}
.ny_sideMen666 h3{font-size: 20px;color: #333;padding-bottom:5px;border-bottom:1px #ccc solid;line-height:40px;}
.ny_sideMen666 h3 em{ background:#0274bc;float:left; display:inline-block; width:15px; height:2px;   cursor:pointer; margin-top: 23px; margin-right:10px;  transition: all 0.3s;}
.ny_sideMen666 {background:#eee;padding:15px 20px}
.ny_sideMen666 .ontt  {color: #0274bc;}



.ny_sideMen777 a{display: inline-block;line-height: 30px;font-size: 16px;color: #333;width:100%;margin-top: 10px;padding-bottom:5px;}
.ny_sideMen777 h3{font-size: 20px;color: #333;padding-bottom:5px;border-bottom:1px #ccc solid;line-height:40px;}
.ny_sideMen777 h3 .ontt
 em{ background:#0274bc;float:left; display:inline-block; width:15px; height:2px;   cursor:pointer; margin-top: 16px; margin-right:10px;  transition: all 0.3s;}
.ny_sideMen777 {background:#eee;padding:15px 20px}
.ny_sideMen777 .ontt  {color: #0274bc;}


.xq_xz  ul li img{border: none;}
.xq_xz ul li h3{background:#eee;line-height: 50px;font-size: 16px;color: #333;}
.xq_xz ul li:hover img{border:none;}


.xq_xz a{background:#eee;}