html{background:#FFF;color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{position:relative;z-index:-2; color:#444;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}
.container{width: 1200px;margin: 0 auto;}
/********General**********/


/*******Css sprite*******/
/*头部*/
.navget ul li{
  display: inline-block;
  text-align: center;
  color: #fff;
}
.logo img{height: 72px;}
.menu {
  background: #333333;
  width: 100%;
}
.menu.active{position: fixed;z-index: 9999}
.menu * {
  box-sizing: border-box;
}
.menu .ul-list > li {
  height: 75px;
  line-height: 75px;
  font-size: 16px;
  padding: 0 20px;
  position: relative;
}
.menu .ul-list > li:hover{
  background: #304EA9;
}
.menu .down:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
  display: block;
  top: 34px;
  right: 6px;
  background: url(../images/down.png)no-repeat center;
}
.menu .ul-list > li > a {
  height: 64px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

.menu .ul-list > li strong > a:hover{
  color: #FDAC00
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 75px;
  left: -1px;
  max-height: 300px;
  overflow-y: auto;
  width: 200px;
  line-height: 0px;
  /*border: 1px solid #ccc;*/
  z-index: 9999;
}
.navget ul .ol-list li{
  height: 45px;
  border-bottom: 1px solid #e3e3e3;
  background: #333333;
  color: #fff;
  padding: 0px;
  width: 100%;
  line-height: 45px;
  z-index: 9999;
  text-align: left;
  text-indent: 20px;-webkit-transition: 0.3s all;
}
.navget ul .ol-list li:hover {
  background: #304EA9;
  text-indent: 30px;
  color: #fff;
}
.navget ul .ol-list li:hover span{
  background: url(../images/all.png)no-repeat center;
}

.headtel{width: 237px;height: 62px;margin: 29px 0 0 35px;background: url(../images/telbox_03.jpg)no-repeat center;}
.headtel p:first-child{text-align: center;font-size: 14px;padding: 2px 0 0 26px;}
.headtel p:last-child{font-size: 33px;color: #FDAC00;text-align: center;}
.nav .right{padding-top: 24px;height: 91px; overflow: hidden;}
.nav .right img:last-child{margin-left: 20px;width: 91px;}
.nav .right img:first-child{margin-top: 4px;float: left;}

.nasa{width: 100%;height: 59px;background: #006CE5;position: relative;float: right;}
.navb{height: 60px;margin-top:60px;display: flex;justify-content:center;}
.navb li{font-size: 16px;text-align: center; display: inline-block;width: 100px; color: #000;line-height: 60px;transition:all 0.5s ease-in-out;}
.navb li:hover{color: #CB011C;}
.daohang{width: 250px;height: 60px;position: relative;}
.search{margin-top: 18px; width: 284px;height: 36px;background: url(../images/3_03.jpg)no-repeat center;}
.search #search_text{width: 230px; height: 35px;background: none;border: none;float: left;color: #939393;text-indent: 20px;}
.search .search-btn{width: 44px;height: 35px;float: right;background: none;border: none;}

/*轮播图*/
#full-screen-slider {width:100%; height:660px; position:relative; min-width: 1200px;}
#slides { display:block; width:100%; height:660px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:660px; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; right:26%; top:630px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}

/*企业核心*/
.row{
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
}
.code .code-box{
  box-sizing:border-box;
  width: 300px;
  padding: 30px 0 0 33px;
  height: 125px;
  -webkit-transition: 0.5s all;
  position: relative;
  overflow: hidden;
}
.code .code-box:before{
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  -webkit-transition: 0.8s all;
  background: #2F4EA8;
  left: 0;
  top: 0px;
  z-index: -1;
}
.code .code-box:hover{color: #fff;}
.code .code-box:hover:before{
  width: 100%;
}
.code .code-box .code-img{
  width: 60px;
  height: 68px;
  float: left;
  margin-right: 15px;
  -webkit-transition: 0.5s all;
}
.code .code-box:hover .code-img{
  transition-delay: 0.5s;
  -moz-transform:scaleX(-1);
  -webkit-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
}
.code .code-box .cd{
  background: url(../images/1-2.png)no-repeat center;
}
.code .code-box:hover .cd{
  background: url(../images/1-1.png)no-repeat center;
}
.code .code-box .cd1{
  background: url(../images/2-2.png)no-repeat center;
}
.code .code-box:hover .cd1{
  background: url(../images/2-1.png)no-repeat center;
}
.code .code-box .cd2{
  background: url(../images/3-2.png)no-repeat center;
}
.code .code-box:hover .cd2{
  background: url(../images/3-1.png)no-repeat center;
}
.code .code-box .cd3{
  background: url(../images/4-2.png)no-repeat center;
}
.code .code-box:hover .cd3{
  background: url(../images/4-1.png)no-repeat center;
}


.code .code-box h1{
  font-size: 20px;
  margin: 8px 0 2px 0;
}
.code .code-box p{
  font-size: 14px;
}


/*产品中心*/
.bigtitle{text-align: center;position: relative;}
.bigtitle h1{font-size: 34px;font-weight: bold;}
.bigtitle p{text-transform: uppercase; font-size: 18px;color: #707070;display: inline-block;position: relative;}

.mwproduct{padding-top: 50px;background: url(../images/xjl.jpg)center;padding-bottom: 60px;}
.product-list-row ul{display: flex;flex-wrap:wrap;justify-content:center;margin-bottom: 15px;margin-top: 28px;}
.product-list-row li{display: inline-block;padding: 0 24px; height: 37px;border:1px solid #8B8B8B;
  line-height: 37px;box-sizing:border-box;text-align: center;border-radius: 20px;
  margin: 0 5px 10px 0;font-size: 15px;-webkit-transition: 0.6s all;
}
.product-list-row a:nth-child(5n) li{margin-right: 0px;}
.product-list-row li:hover{background: #0D3FC9;color: #fff;border-color:#0D3FC9;}
.product-inner-box li{-webkit-transition: 0.6s all; display: inline-block; width: 280px;height: 465px;background: #EDEDED;padding: 9px 8px;box-sizing:border-box;margin: 0 9.5px 38px 9.5px;}
.product-inner-box li img{width: 100%;height: 368px;}
.product-inner-box li p{text-align: center;font-size: 16px;margin-top: 15px;}
.product-inner-box-more{width: 86px;height: 24px;line-height: 24px;background: #BEBEBE;font-size: 12px;text-align: center;margin: 0 auto;color: #fff;
  border-radius: 10px;margin-top: 8px;-webkit-transition: 0.6s all;
}
.product-inner-box li:hover p{color: #fff;}
.product-inner-box li:hover{background: #0D3FC9;}
.product-inner-box li:hover .product-inner-box-more{background: #FDAC00;}


.pro_more1{width: 162px;height: 44px;border: 1px solid #EEEEEE;text-align: center;line-height: 44px;
    font-size: 14px;margin: 30px auto 0 auto;border-radius: 5px;-webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;background: #fff;color: #000;
    -o-transition: 0.6s all;
}
.pro_more1:hover{background: #2F4EA8;color: #fff;}

.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 140px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -72px;}
.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -72px;}
.Box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
.Box .Box_con .conbox {position: relative;overflow: hidden;background: #fff;padding: 15px 15px 25px 15px;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 373px;margin-left: 20px;overflow: hidden;}
.Box .Box_con .conbox ul li p{text-align: center;padding: 5px;font-size: 14px;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 100%;height: 100%;object-fit:cover; transition: all 0.5s;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
.Box .Box_con .conbox ul li:hover p{color: #2F4EA8;font-weight: bold;}
.Box .Box_con .conbox .curinfo{width: 378px;height: 278px;overflow: hidden;}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: #304EA9;}


/*服务*/
.service{width: 100%;background: url(../images/ay.jpg)no-repeat center;padding: 100px 0;color: #fff;}
.service h1{font-size: 54px;color: #fff;text-transform: uppercase;line-height: 48px;}
.service .hx{width: 72px;height: 0px;border: 5px solid #FFF000;display: block;margin: 20px 0;}
.service h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.service .xq{width: 600px;line-height: 25px;margin-bottom: 20px;}
.service div[class*=hon]{position: relative; width: 230px;height: 180px;float: left;padding: 36px 22px;box-sizing:border-box;}
.ho{margin-top: 20px;}
.service .hon1{background: #00B2EB;}
.service .hon2{background: #007FD4;}
.service .hon3{background: #304EA9;}
.service div[class*=hon] h2{font-size: 20px;text-transform: uppercase;}
.service div p{margin-top: 15px;}
.service div[class*=hon] div{ transition:all 1s ease 0s; position: absolute;width: 51px;height: 54px;bottom: 20px;right: 20px;}
.service .hon1 div{background: url(../images/11.png)no-repeat center;}
.service .hon2 div{background: url(../images/22.png)no-repeat center;}
.service .hon3 div{background: url(../images/33.png)no-repeat center;}
.service div[class*=hon]:hover div{
  -moz-transform:scaleX(-1);
  -webkit-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
}
.service div[class*=hon]:hover p{font-weight: bold;}

/*新闻中心*/

.casein{padding-bottom: 70px;padding-top: 50px;}
.inner-new-top {margin:50px 0 5px 0;}

.inner-new-img{width: 598px;height: 335px;}

.newsimg{height: 335px;
  width: 598px;overflow: hidden;
}
.newsimg img{
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all;
}

.inner-new-top .inner-new-se{
  padding: 70px 28px;
  background: #F2F2F2;
  height: 335px;
  margin-left: 5px;
  width: 597px;
  box-sizing:border-box;
}
.inner-new-top img{
  height: 100%;
  max-width: 100%;
  object-fit:cover;
}



.inner-new-se:hover .btn-box a{
  color: #304EA8;
}

.inner-new-top .inner-new-se small{
  display: block;
  color: #7D7D7D;
  font-size: 18px;
}
.inner-new-top .inner-new-se small img{margin-right: 8px;}

.inner-new-top .inner-new-se h1{
  line-height: 36px;
  color: #000;
  font-size: 21px;
  margin: 10px 0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  text-overflow:ellipsis;
}

.inner-new-top .inner-new-se:hover h1{
  color: #304EA8;
}

.inner-new-top:hover .newsimg img{
  transform: scale(1.1);
}

.inner-new-top .inner-new-se p{
  line-height: 28px;
  font-size: 16px;
  font-family: 'yahei';
  font-weight: 300;
}

.inner-new-top .btn-box{
  margin-top: 45px;
}
.inner-new-top .pd-30{
  padding-top: 30px;
}

.raptor{width: 598px;margin-top: 4px;}
.fant{-webkit-transition: 0.5s all; width: 297px;height: 237px;padding: 40px 18px 0 18px;box-sizing:border-box;color: #fff;background: #304EA9}
.raptor h2{font-size: 18px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  text-overflow:ellipsis;
  margin-bottom: 13px;
}
.raptor p{font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  text-overflow:ellipsis;
}
.raptor .jay{width: 297px;height: 237px;overflow: hidden;}
.raptor .jay img{width: 100%;height: 100%;object-fit:cover; -webkit-transition: 0.5s all;}
.raptor:hover .jay img{
  transform: scale(1.1);
}
.raptor:last-child .fant{background: #00B2EB;}
.raptor:last-child:hover .fant{background: #304EA9;}

.raptor:first-child .fant{background: #304EA9;}
.raptor:first-child:hover .fant{background: #00B2EB;}


/*新闻中心*/
.newscenter{padding: 70px 0 0 0;}
.qqss{padding: 30px 0 70px 0;}
.qqss .standing{border:1px solid #CCCCCC; width: 580px;margin-right: 38px;padding: 20px 30px;box-sizing:border-box;}
.qqss .standing:nth-child(2n){margin-right: 0px;}
.qqss .standing .kojima{margin-bottom: 30px;}
.qqss .standing .kojima h4{margin: 0px;font-size: 15px;}
.qqss .standing .kojima p{line-height: 24px;color: #747474;margin: 5px 0;}
.qqss .hido{line-height: 24px;}
.qqss .hido h4{font-size: 16px;margin: 5px 0 7px 0;}
.qqss .hido span{color: #000;font-weight: bold;margin-top: 11px;display: block;}
.ipp{width: 82px;height: 92px;border: 1px solid #ccc;color: #006CE5;font-size: 50px;font-weight: bold;text-align: center;}
.ipp h1{display: block;height: 68px;line-height: 68px;}
.ipp p{display: block;height: 25px;color: #fff;background: #006CE5;font-size: 14px;font-weight: normal;line-height: 25px;}
.qqss .hido p{color: #989898;}
.qqss .standing:hover h4{color: #F00000}
.qqss .standing:hover{border-color: #F00000}
.qqss .standing:hover span{color: #F00000}
.mud{width: 568px;height: 366px;overflow: hidden;position: relative;}
.mud img{width: 100%;height: 366px;-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;}
.mud:hover img{transform:scale(1.1);}
.mudh{width: 100%;height: 57px;background: rgba(0,0,0,.6);line-height: 57px;text-align: center;color: #fff;position: absolute;bottom: 0px;left: 0px;}


/*留言*/
.messagebox{background: url(../images/ly.jpg)no-repeat center;height: 516px;}
.messagebox .final{width: 559px;background: #FAFAFA;height: 516px;box-sizing:border-box;padding: 60px 40px;}
.messagebox .final .waring{margin-bottom: 25px;}
.messagebox .final .waring span{color: red;margin-right: 7px;}
.messagebox .final input{text-indent: 15px;color: #888888; float: left; width: 230px;height: 45px;line-height: 45px;background: #EFEFEF;border:1px solid #EFEFEF;border-radius: 5px;margin: 0 15px 13px 0;}
.messagebox .final ul li input:last-child{margin-right: 0px;}
.messagebox textarea{width: 100%;height: 185px;border-radius: 5px;border:1px solid #EFEFEF;text-indent: 15px;color: #888888;line-height: 45px;background: #EFEFEF;}
.messagebox button{width: 100%;margin-top: 13px;border:none; background: #304EA9;color: #fff;text-align: center;height: 50px;left: 50px;font-size: 16px;border-radius: 5px;}
.messagebox .final input:focus{border:1px solid #304EA9;}
.messagebox .final textarea:focus{border:1px solid #304EA9;}


.messa{box-shadow: 0 0 10px #ccc;}
.messa h1{font-size: 36px;margin: 55px 0 20px 0;font-weight: bold;text-transform: uppercase;}
.messa h3{font-size: 14px;}
.messa .pro{padding-right: 70px;width: 550px;}
.messa input{text-indent: 15px;width: 100%;height: 55px;background: #ECF2F5;color: #000;border: none;}
.messa table{margin: 30px 0;width: 100%;}
.messa table tr{width: 100%;margin-bottom: 8px;}
.messa textarea{height: 135px; width: 100%;border: none;background: #ECF2F5;line-height: 55px;text-indent: 15px;}
.messa form img{width: 140px;height: 38px;}
.messa form button{width: 227px;height: 57px;text-align: center;line-height: 57px;}

.messagebox .yhm{width: 600px;box-sizing:border-box;padding: 84px 0 0 15px;color: #fff;}
.messagebox .yhm h2{font-size: 18px;}
.messagebox .yhm h1{font-size: 30px;margin-bottom: 25px;}
.messagebox .yhm h3{font-size: 15px;line-height: 27px;margin-bottom: 50px;}
.messagebox .yhm p{margin-bottom: 20px;font-weight: bold;position: relative;text-indent: 30px;font-size: 16px;}
.messagebox .yhm span{font-weight: normal;margin-left: 25px;}
.messagebox .yhm p:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 17px;
  background: url(../images/icon.png)no-repeat center;
  left: 2px;
  top: 3px;
}

/*底部*/
.ind_bottom{width:100%; background: #F5F5F5;}
.ind_bot_fl{width:100%; height: 58px; line-height: 58px; margin:0 auto; background: #E60000; color: #ffffff;}
.ind_bot_fl_mid{width: 800px; margin:0 auto;}
.ind_bot_fl_list{width:170px; float: left; color: #ffffff; text-align: center;}
.ind_bot_fl_list:hover{ background: #3a3a3a;}
.zixun{width: 400px;float: left;}
.zixun h1{color: #304EA8;font-size: 40px;font-weight: bolder;text-transform: uppercase;font-family: 'impact'}
.zixun h3{font-size: 20px;position: relative;display: inline-block;}
.zixun h3:after{
  content: '';
  width: 30px;
  height: 6px;
  position: absolute;
  background: url(../images/ss.png)no-repeat center;
  right: -38px;
  top: 12px;
}
.zixun .lxwm{height: 140px;margin-top: 20px;position: relative;}
.zixun .lxwm p{font-size: 14px;margin-bottom: 9.9px;padding-left: 26px;}
.zixun .lxwm:before{
  content: '';
  width: 22px;
  height: 140px;
  display: block;
  position: absolute;
  background: url(../images/qq.png)no-repeat center;
  left: 0px;
  top: 0px;
}
.zixun a:hover{color: #2F4DA8;font-weight: bold;}

.ind_bot_copyright{width:1200px; margin:0 auto;padding-top: 70px;}
.ind_logo_bot{width:280px; height: 72px; background: url(../Image/logo_bot.png)center no-repeat; float: left; margin-top: 65px;}
.ind_lx{width:290px; float: right; font-size: 14px; color: #bcbcbc; line-height: 26px; padding-left: 100px;border-left: 1px solid #BFBFBF}
.ind_lx span{font-size: 22px;}
.ind_bot_hx{ padding-bottom: 55px;}
.ind_bot_copyright{width:1200px; margin:0 auto;padding-top: 70px;}
.wx{width: 140px;height: 140px;float: right;margin-top: 15px;}
.odin{font-size: 16px;font-weight: bold; color: #000;margin-bottom: 15px;}
.ind_dh{width: 135px;float: left;margin-right: 30px;margin-top: 20px;}
.ind_dh ul li{line-height: 30px;color: #000}
.ind_dh ul li:hover{color: #304EA8}
.ind_lx{width:290px; float: right; font-size: 14px; color: #bcbcbc; line-height: 26px; padding-left: 100px;border-left: 1px solid #BFBFBF}
.ind_lx span{font-size: 22px;}
.copy_right{background: #333333;color: #fff;}
.copy_right a:hover{color: #2F4EA8;}
.copy_right_l{width:50%; float: left; line-height: 79px; font-size: 14px; color: #fff}
.copy_right_r{width:50%; float: left; text-align: right; line-height: 79px; font-size: 14px; color: #fff}


.saoma img{width:113px;height:139px;margin: 15px 0 0 10px;}
.bottom{width:100%;height:62px;background:#202020;}
.bottom span{color:#aaa;line-height:62px;}
.bottom a:hover{color:#fff;}
.fozhu{
  display: block;
  height: 0px;
  border-top: 1px solid #4B4B4B;
  width: 100%;
  margin: 50px 0 20px 0;
}

.article{overflow:hidden;margin:50px auto;}
.insidebanner{width: 100%;border: 0px;margin: 0px;margin-bottom: -3px;height: 450px;}
.pbanner{background: url(../images/prr.jpg) no-repeat center;}
.cbanner{background: url(../images/abb.jpg) no-repeat center;}
.newsbanner{background: url(../images/nee.jpg) no-repeat center;}
.casebanner{background: url(../images/caa.jpg) no-repeat center;}
.contactbanner{background: url(../images/lx.jpg) no-repeat center;}
.messagebanner{background: url(../images/mee.jpg) no-repeat center;}
.ppp{background: #343434;text-align: center;color: #F1F1F1;line-height: 54px;
  height: 54px;
}
.ppp a:hover{color: #FDAC00}
.suwx{width: 100%;text-align: center;height: 117px;overflow: hidden;margin-top: 10px;}
.suwx img{width: 117px;}

/*侧边栏*/
.cup{width: 954px;background: #fff;box-sizing:border-box;padding: 26px 22px}
.cup img{max-width: 100%;}
.swi{height: 40px;border-bottom: 1px solid #000;line-height: 40px;margin-bottom: 30px;}
.side-top{background: #0D3FC9;color: #fff;padding: 25px 20px;
    font-size: 16px;text-align: center;
}
.side-top p{font-size: 30px;line-height: 20px;}
.side-top span{font-size: 14px;}
.side-top img{margin: -10px auto 0 auto;}
.usb{padding: 15px 10px;background: #fff;border: 1px solid #D2D2D2;border-top: none;}
.usb ul li{height: 42px;background: #ECECED;margin-bottom: 10px; line-height: 42px;color: #7F7F7F;
  padding-left:25px;
}
.usb ul li span{width: 4px;height: 4px;display: block;float: left;
    margin-top: 19px;
    background: #7F7F7F;
    margin-right: 10px;-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.usb ul li:hover{color: #12339E;}

/*关于我们*/
.titian{height: 70px;background: #F4F4F4;line-height: 70px;}
.titian .left p{display: inline-block; padding:  0 20px;border-left: 1px solid #DDDDDD;}
.titian .left img{margin: 23px 20px;}
.titian a{margin-left: 20px;font-weight: bold;color: #000;}
.titian .left a{margin-left: 0px;}
.titian a:hover{color: #3750A6}

.inside-com{width: 600px;padding-top: 20px;box-sizing:border-box;}
.inside-com h3{color: #2F4EA8;position: relative;font-size: 24px;text-transform: uppercase;text-indent: 45px;}
.inside-com h3:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  background: url(../images/tu.png)no-repeat center;
  width: 24px;
  height: 20px;
}
.inside-com h1{font-size: 30px;margin-top: 25px;}
.inside-com h4{font-size: 14px;margin: 0px;}
.inside-com div{margin: 30px 0;}
.inside-com p{line-height: 27px;}
.inside-com a:hover{color: #3851A8;font-weight: bold;}

/*搜索*/
.pzz{background: #0D40C9;height: 60px;line-height: 60px; width: 100%;}
.pzz .container span{color: #fff;}
.pzz a{color: #fff;}
.pzz a:hover{color: #FFC900}
.search{margin-top: 18px; width: 284px;height: 36px;background: url(../images/search.jpg)no-repeat center;}
.search #search_text{width: 230px; height: 35px;background: none;border: none;float: left;color: #939393;text-indent: 20px;}
.search .search-btn{width: 44px;height: 35px;float: right;background: none;border: none;}

/*荣誉资质*/
.honor{color: #fff; background: url(../images/honor.jpg) no-repeat center;padding: 80px 0;text-align: center;}
.honor h3{font-size: 24px;margin-bottom: 10px;}
.honor h1{font-size: 30px;}
.honor h4{font-size: 18px;margin: 0px;font-weight: normal;}
.honor .Box .Box_con .conbox{padding: 0px;background: none;margin-top: 50px;}
.honor .Box .Box_con .conbox ul li img{width: 100%;height: 100%;object-fit:cover;}
.honor .Box .Box_con .conbox ul li{overflow: hidden; position: relative;background: #fff;padding: 4px;box-sizing:border-box;}
.honor .Box .Box_con .conbox ul li .cover-box{border: 4px solid #fff;box-sizing:border-box; -webkit-transition: 0.5s all; position: absolute; width: 100%;height: 100%;background: rgba(26,144,211,.8);opacity: 0;top: 0px;left: 0px;}
.honor .Box .Box_con .conbox ul li .cover-box p{-webkit-transition: 0.5s all; font-size: 24px;text-align: center;margin-top: 48px;opacity: 0;}
.honor .Box .Box_con .conbox ul li .cover-box span{-webkit-transition: 0.5s all; display: block;width: 60px;height: 0px; border: 2px solid #fff;margin: 29px auto;opacity: 0;}
.honor .Box .Box_con .conbox ul li:hover .cover-box{opacity: 1}
.honor .Box .Box_con .conbox ul li:hover p{color: #fff;margin-top: 108px;opacity: 1}
.honor .Box .Box_con .conbox ul li:hover .cover-box span{margin: 9px auto;opacity: 1}


/*厂房设备*/
.plant{text-align: center;padding: 60px 0 20px 0;}
.plant h1{font-size: 34px;}
.plant h5{font-size: 18px;text-transform: uppercase;margin-bottom: 20px;margin-top: 0px;font-weight: normal;}
.plant h4{font-size: 16px;font-weight: normal;margin: 0px;}
.plant .swiper-container{margin-top: 30px;padding: 0 5px;}
.plant .swiper-container img{max-width: 100%;}
.plant .swiper-container p{-webkit-transition: 0.5s all; margin-bottom: 60px; display: block;width: 100%;height: 65px;line-height: 65px;text-align: center;box-shadow: 0px 0px 5px #ccc }
.plant .swiper-container .swiper-slide:hover p{background: #304EA9;color: #fff;}

.tea{margin-top: 20px;}
.tea .tea1{width: 600px;}
.tea .tea1 img{width: 100%;height: 100%;object-fit:contain;}
.tea .tea1 .swiper-slide{width: 600px;height: 440px;}
.tea .tea2{width: 600px;background: #304EA8;color: #fff;padding: 40px;box-sizing:border-box;height: 440px;}
.tea .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  left: 220px;
}
.tea .tea2 h1{font-size: 26px;margin-bottom: 25px;}
.tea .tea2 p{line-height: 28px;}
.tea .tea2 .add{margin-top: 65px;}
.waha {margin-top: 40px;}
.waha div{width: 120px;height: 40px;margin-right: 20px;line-height: 40px;border: 1px solid #fff;
  color: #fff;float: left;text-align: center;
}
.waha div:hover{background: #fff;color: #304EA9}
.chuan{font-size: 34px;margin: 50px 0 30px 0;text-align: center;}



#allmap p{line-height:10px;margin:10px;white-space:nowrap;}

.page{margin:20px 0px 15px 0;}
.page a{display:inline-block;height:25px;line-height:25px;border:1px solid #dddddd;padding: 0 5px;background: #dddddd}
.page a:hover{background:#F00000;color:#fff;border:none;height:25px;line-height:25px;}
.current {padding:0 10px;height:25px;line-height:25px;background:#F00000;color:#fff;display: inline-block;}

/*产品内页*/
.yinong{margin: 60px auto;}
.prorow li{width: 392px;height: 348px;overflow: hidden; margin-right: 10px;position: relative;margin-bottom: 20px;}
.prorow li:nth-child(3n){margin-right: 0px;}
.soup{height: 290px;width: 100%;overflow: hidden;}
.yinong ul li img{width: 100%;height: 100%;object-fit:cover;}
.prorow .proname{text-align: center;height: 47px;line-height: 47px;}
.proabs{-webkit-transition: 0.5s all; opacity: 0;bottom: -50px; width: 100%;height: 160px; padding: 40px 0;background: #304EA9;position: absolute;left: 0;box-sizing:border-box;}
.proabs h2{font-size: 20px;color: #fff;text-align: center;}
.prom{width: 220px;height: 40px;background: #fff;margin: 20px auto;}
.prom1{width: 110px;height: 40px;font-size: 14px;line-height: 40px;float: left;text-align: center;}
.prom a:first-child .prom1{background: #00B2EB;color: #fff;}
.yinong ul li:hover .proabs{opacity: 1;bottom: 0px;}
.pro-content img{margin: 0 auto;display: block;}


/*案例内页*/
.caseinin ul li{width: 389px;height: 268px;overflow: hidden;margin: 0 10px 10px 0;position: relative;}
.caseinin ul li img{width: 100%;height: 100%;object-fit:cover;}
.caseinin ul li .cover-box{border: 4px solid #ccc;box-sizing:border-box; -webkit-transition: 0.5s all; position: absolute; width: 100%;height: 100%;background: rgba(26,144,211,.8);opacity: 0;top: 0px;left: 0px;}
.caseinin ul li .cover-box p{-webkit-transition: 0.5s all;padding: 0 15px; font-size: 17px;text-align: center;margin-top: 48px;opacity: 0;}
.caseinin ul li .cover-box span{-webkit-transition: 0.5s all; display: block;width: 60px;height: 0px; border: 2px solid #fff;margin: 29px auto;opacity: 0;}
.caseinin ul li:hover .cover-box{opacity: 1}
.caseinin ul li:hover p{color: #fff;margin-top: 108px;opacity: 1}
.caseinin ul li:hover .cover-box span{margin: 9px auto;opacity: 1}


/***************global*****************/

.contact{width:480px;}
.contact h1{font-size:24px;padding:68px 0 22px 0;color:#333333;font-weight:bold;}
.lx-xq{width: 50%}
.lx-xq p{line-height:28px;font-size:16px;color:#555555;}
.lx-xq p b{font-size: 24px;color: #0D40CA}
.lx-xq p a:hover{color: #0D40CA}
.wx-img{width:108px;height:108px;margin-right:9px;}
.weixin{padding-top:28px;}
.lx_ewm{width:100%;clear:both;height:140px;margin-top:28px;}
.lx_ewm_l{width:138px;height:138px;float:left;border:solid 1px #dcdcdc;}
.lx_ewm_l img{width:138px;height:138px;}
.lx_ewm_r{width:180px;float:left;margin-left:18px;color:#868686;font-size:16px;margin-top:7%;}

.pro-type{width:100%;overflow:hidden;margin-bottom:20px;}
.pro-type li{float:left;margin:0 6px 18px 6px;}
.pro-type li a{display:block;padding:0 18px;line-height:40px;border-radius:40px;border:1px solid #dcdcdc;}
.pro-type li a:hover{border:1px solid #F00000;color:#F00000;}
/*.pro li{float:left;width:284px;height:246px;text-align:center;overflow:hidden;margin:0 7px 24px 7px;}
.pro li a{display:block;width:282px;height:244px;border:1px solid #dcdcdc;}
.pro li img{width:256px;height:188px;margin:0 auto;padding-top:13px;}
.pro li span{display:block;width:100%;height:43px;line-height:43px;}
.pro li a:hover{border:1px solid #F00000;color:#F00000;}
*/
.inforight{padding: 0px;float: right;width: 440px;margin-bottom: 20px;}
.info-title {font-size: 22px;border-bottom: 1px solid #C9C9C9;line-height: 45px;margin-bottom: 20px;}
.info-desc{line-height: 25px;color: #A0A0A0;margin-bottom: 10px;}
.info-desc strong{color: #F00000}
.infocot{padding-top: 25px;border-top: 1px solid #C9C9C9;margin-top: 20px;float: left;width: 100%;}
.infocot [class^="infot"]{margin-top: 20px; padding: 10px 40px;background: #F00000;color: #fff;width: 70px;
    text-align: center;margin-right: 20px;
}
.infocot [class^="infot"]:hover{background: #29349A}
.infocot [class^="infot"] img{float: left;margin-right: 5px;}
.infot1 img{margin-top: 3px;}
.info .bubi{margin: 0px;float: left;width: 210px;height: 100%;}
.bubi select{width: 190px;height: 39px;background: none;border: 1px solid #C9C9C9;
    appearance: none;text-indent: 5px;font-size: 12px;border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.infocot a{cursor: pointer;}
.info .bbb{background: url(../images/ccc_03.jpg)no-repeat center;top: 15px;}


.pro_name{display:block;color:#FE8100;text-align:center;font-size: 20px;font-weight: bold;margin: 30px 0 30px 0;}
.info_title{margin:30px 0 0 0px;height:30px;background:#ccc;}
.info_title b{display:inline-block;padding-left:10px;height:100%;border-right:1px solid #fff;background:#F00000;color:#fff;line-height:30px;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
.proshow1 ul{margin: 35px auto;width: 720px;}
.proshow1 ul li{transition:all 0.5s ease-in-out; display: inline-block;margin: 0 8px; height: 45px;width: 160px;background: #DBDBDB;text-align: center;line-height: 45px;overflow: hidden;}
.proshow1 ul li:hover{background: #F00000;color: #fff;}

/*案例内页*/
.showcase{width: 280px;margin-right: 25px;float: left;margin-bottom: 30px;}
.showcase img{width: 280px;max-height: 220px;}
.showcase:hover p{color: #F00000}
.showcase:nth-child(4){margin-right: 0px;}
.showcase:nth-child(8){margin-right: 0px;}
.showcase:nth-child(12){margin-right: 0px;}
.showcase p{line-height: 30px;text-align: center;}

/********goods_info&jobs_info*******/
/*************index&goods**************/
.example {width: 366px;height: 360px;text-align: center;}
.pro_info{width:100%;margin:10px auto 27px auto;width:1200px;}
.pro_info_l{width:400px;position:relative;float:left;margin-left: 40px;}
.pro_info_r{width:466px;padding-top:6px;float:left;margin-left:40px;}
.pro_info_r span{line-height:32px;text-align:left;display:block;}
.infoimg{width: 500px;text-align: center;}
.pro_more{width:172px;height:47px;margin-top:68px;}
.pro_more a{display:block;width:172px;height:48px;background:#aaa;color:#fff;text-align:center;line-height:48px;border-radius:8px;}
.pro_more a:hover{background:#F00000;}
/*.pro_info .rel_center{margin:22px 0 16px;margin-left:-300px;width:600px;}
.pro_name{display:block;color:#F00000;text-align:center;font-size:16px;}*/
.cup .product-box{margin-top: 0px;}
.info_title{margin:30px 0 28px 0;width:100%;height:30px;background:#ececec;}
.info_title b{display:inline-block;padding-left:10px;height:100%;border-right:1px solid #fff;background:#F00000;color:#fff;line-height:30px;}
.pro-link{border-bottom: 1px solid #A9A9A9;height: 31px;}
.pro-link div{padding: 5px 20px;border: 1px solid #A9A9A9;float: left;border-bottom: none;margin-right: 3px;}
.pro-link div:first-child{background: #0D3FC9;color: #fff;}
.pro-link div:hover{background: #0D3FC9;color: #fff;}
.pro-tt{margin-top: 40px;text-align: center;}
.pro-tt h3{text-transform: uppercase;font-size: 24px;color: #948D86;}
.pro-tt h1{font-size: 42px;}
.pro-tt h4{font-size: 14px;color: #948D86;}
.pro-tt span{display: block;width: 28px;border: 1px solid #F84F00;margin: 0 auto;}
.biggoods{margin: 35px auto;text-align: center;}
.maomao h1{font-size: 24px;font-weight: bold;margin-bottom: 15px;}

.biaoti{height: 38px;color: #fff;background: #0D3FC9;margin: 15px 0;}
.biaoti span{display: inline-block;height: 38px;line-height: 38px;padding: 0 20px;background: #FDAC00;font-size: 16px;}

/********goods_info&jobs_info*******/
.xiangguan h3{width:100%;height:60px;line-height:60px;font-size:18px;border-bottom:1px solid #eee;margin-bottom:24px;overflow:hidden;}
.xiangguan h3 a{font-size:14px;color:#666;float:right;padding-top:8px;}
.xiangguan h3 a:hover{color:#F00000;}


/****************************************************************新闻中心**********************************/

.mt30{margin-top: 30px;}
.f24{font-size: 24px;text-align: center;}
.c3{margin-bottom: 30px;}
.news-list-pc{margin: 35px 0;}
.news-list-pc ul{display: flex;flex-wrap:wrap;justify-content:center;}
.news-list-pc li{ width: 31.5%;float: left;margin-right: 2.75%;list-style: none;transition:all 0.5s ease-in-out;}
.news-list-pc li:nth-child(3n){margin-right: 0;}
.news-list-pc li:nth-child(n+4){margin-top: 30px}
.news-list-pc li img{height: 100%;transition:all 0.5s ease-in-out;width: 100%;object-fit:cover;}
.news-list-pc li a{display: block;width: 100%;}
.news-list-pc li a .i{text-align: center; background: #fff; overflow: hidden; width: 100%;height:200px;box-sizing: border-box;border: 1px solid #ddd;position: relative;}
.news-list-pc li a .t{width: 100%;padding: 15px 0% 5px 0;}
.news-list-pc li a .t .time span{display: inline-block;font-family: bbb;font-size: 16px;color: rgba(0,0,0,0.7);transition:all 0.5s ease-in-out;}
.news-list-pc li a .t .time span:nth-child(2){transform: scale(1.5,1);-webkit-transform: scale(1.5,1);margin: 0 5px}
.news-list-pc li a .t .title{transition:all 0.5s ease-in-out; font-size: 16px;color: rgba(0,0,0,0.8);padding: 10px 0 15px 0;}
.news-line{transition:all 0.5s ease-in-out; width: 100%;height: 1px;position: relative;overflow: hidden}
.news-line-a{transition:all 0.5s ease-in-out; width: 100%;height: 1px;position: absolute;left: 0;top: 0;z-index: 1;background: rgba(0,0,0,0.1)}
.news-line-b{transition:all 0.5s ease-in-out; width: 100%;height: 1px;position: absolute;left: -100%;top: 0;z-index: 2;background: #0D3EC6 ;opacity: 0}
.news-list-pc li a .desc{font-size: 14px;line-height: 1.6;color: rgba(0,0,0,0.6);margin-top: 12px}

.news-list-pc li a:hover .t .news-line-b{transform: translateX(100%);-webkit-transform: translateX(100%);opacity: 1}
.news-list-pc li a:hover .t .news-line{transform: translateX(10px);-webkit-transform: translateX(10px);opacity: 1}
.news-list-pc li a:hover .t .title{color: #0D3EC6 ;transform: translateX(10px)}
.news-list-pc li a:hover .t .time span:nth-child(n+2){color: #0D3EC6 }
.news-list-pc li a:hover .i img{transform: scale(1.08);-webkit-transform: scale(1.08)}
.news_title{text-align: center;font-size: 24px;color: #0D3FC8;margin-top: 50px;}


/*内页*/
.news-ny .content{color: #333;}
.news-ny .content img{max-width: 100%}
.news-ny .content p:nth-child(n+2){margin: 13px 0;line-height: 1.6}
.news-ny .content table{width: 100%;text-indent: 10px}
.news-ny .content table td{border-color: #ddd}
/*相关*/
.news-other li{width: 580px;float: left;margin-right: 20px;border-bottom: 1px dashed #eee;margin-bottom: 20px;padding-bottom: 15px}
.news-other li:nth-child(2n){margin-right: 0;}
.news-other li a{display: block;width: 100%;}
.news-other li a .t1{color: #333;border-left: 2px solid #0D40C9; text-indent: 9px;
height: 21px;line-height: 21px;background-size: 3px 18px}
.news-other li a .t2{color: #666;margin-top: 10px;line-height: 1.6}
.news-other li a:hover .t1{color: #0D40C9;}


.meta{color:#999;text-align:center;line-height:28px;margin-bottom: 25px;}
.meta img{padding:6px 0 12px 0;width:600px;}
/***********news_info**************/

.hon li{float:left;width:280px;text-align:center;overflow:hidden;margin:0 10px 20px 10px;}
.hon li img{width:280px;height:210px;}
.hon li span{display:block;width:100%;height:48px;line-height:48px;}
.hon li a:hover{color:#F00000;font-weight:bold;}

.case li{float:left;width:380px;height:318px;text-align:center;overflow:hidden;margin:0 10px 24px 10px;}
.case li a{display:block;width:378px;height:316px;border:1px solid #dcdcdc;background:#fff;}
.case li img{width:344px;height:252px;margin:0 auto;padding-top:18px;}
.case li span{display:block;width:100%;height:46px;line-height:46px;}
.case li a:hover{border:1px solid #F00000;color:#F00000;}

.order{margin:40px 0 120px 46px;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
.order input{padding:0 3px;}
.order textarea{padding: 3px;}
#submit{margin-top: 15px; height:57px;border:none;background:#154AAA;color:#fff;cursor:pointer;text-align: center;}
#submit:hover{background: #333333}
/**************order&message********/
.maptitle{font-size: 24px;margin-bottom: 10px;color: #0D3FC9;font-weight: bold;}
/*工程案例*/
#case{padding: 0px;}
#case ul li{
    width: 297px;height: 238px;margin-right: 14px;margin-bottom: 20px;
}
#case ul li img{width: 100%;max-height: 196px;}
#case ul li div{
    width: 100%;height: 196px;
}
#case ul li p{line-height: 39px;text-align: center;}
#case ul a:nth-child(3n) li{margin-right: 0px;}
/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#F00000;text-decoration:underline;}

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a:hover{ color:red}

.f{ float:right; margin-right:10px; _margin-top:7px;}

/*上一页_下一页*/
#prev_next{margin: 40px 0px 10px 0;clear: both;overflow: hidden;}
#prev_next li{margin: 5px 0;}
#prev_next a:hover{color: #0D3FC8}
/*.map dt{float:right;display:inline;border:1px solid #666;margin-top:10px;z-index:101;border-bottom:1px solid #f0f0f0;}
.map dd{position:absolute;z-index:100;top:31px;left:-65px;background:#f0f0f0;border:1px solid #666;width:135px;*width:145px;}
.map ul{padding-left:10px;line-height:25px;overflow:hidden;zoom:1;font-size:12px;}
.map li{float:left;margin:0 5px;}*/

.contad{text-align: center;}
.contad h1{font-size: 30px;margin: 40px 0 20px 0;}
.contad h3{font-weight: bold;}
.contad ul li{padding: 0 85px;margin: 50px 0;border-right: 1px solid #DCDCDC;}
.contad ul li:last-child{border:none;}
.contad ul li h2{font-size: 16px;font-weight: bold;margin: 10px 0;}
.contad ul li p{line-height: 21px;margin-bottom: 0px;font-size: 16px;}
.contad ul li a:hover{color: #2F4EA8}


/*产品详情*/
.o_product{
    clear: both;
    padding: 18px 22px;
}
.o_product .o_product_img{
    float: left;
    width: 240px;
}
.o_product .o_product_img .o_product_thumb{
    height: 240px;
    width: 240px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.o_product .product_small{
    margin-top:10px;
    height: 55px;
    position: relative;
}
.o_product .product_small .arrow-left{
    width: 10px;
    height: 20px;
    display: block;
    background: url(../Image/swiper-l.png) no-repeat;
    position: absolute;
    left: -15px;
    top: 16px;
    transition: all 0.5s;
}
.o_product .product_small .arrow-right{
    width: 10px;
    height: 20px;
    display: block;
    background: url(../Image/swiper-r.png) no-repeat;
    position: absolute;
    right: -12px;
    top: 16px;
    transition: all 0.5s;
}
.o_product .product_small ul{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.o_product .product_small ul li{
    float: left;
    height: 50px;
    width: 50px;
    margin: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.o_product .product_small ul li.select img{
    border: 1px solid #C4C4C4;
}
.o_product .product_small ul li img{
    height: 50px;
    width: 50px;
    display: inline-block;
    box-sizing: border-box;
}
.o_product .o_product_img .o_product_thumb img{
    max-height:240px;
    width: 240px;
    display: inline-block;
    vertical-align: middle;
}

.o_product .o_product_info{
    float: right;
    width: 415px;
}
.o_product .o_product_info h2{
    color: #3f3f3f;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
.o_product .o_product_info .o_product_detail{
    background: #F6F6F6;
    font-size: 14px;
    color: #999;
    padding: 15px 10px;
    margin-top: 10px;
}
.o_product .o_product_info .o_product_detail .o_product_data{
    clear: both;
    width: 100%;
}
.o_product .o_product_info .o_product_detail .o_product_data:after,.o_product:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.o_product_data span{
    display: inline-block;
    float: left;
    line-height: 22px;
}
.o_product_data span.key{
    width: 56px;
    text-align: right;
}
.o_product_data span.val{
    width: 339px;
}
.colhs{
    color: #FE4200;
}
.o_product_data span.val b{
    color:#FE4200;
    font-size: 16px;
}
.o_product_info .go_order{
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background: #ff5e25;
    border: none;
    margin-top: 50px;
    outline: none;
}
.o_product_info .go_order:hover{
    background: #FE4200;
}
.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    /*display: block;*/
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}

.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 375px;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #ff5e25;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #FE4200;
}
#koo{width: 100px;}


/*在线沟通*/
/*悬浮链接*/
.suspension{position:fixed;z-index:999;right:0;bottom:20px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#29349A;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.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;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{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;}

/*在线订购*/
#order input{text-indent: 8px;border-radius: 0px;width: 48%;float: left;margin-right: 4%;height: 42px;box-sizing: border-box;border: 1px solid #ddd;outline: none;margin-top: 15px}
#order input:focus{border: 1px solid #304EA9}
#order input:nth-child(2n){margin-right: 0}
#order textarea{width: 100%;height:100px;box-sizing: border-box;border: 1px solid #ddd;border-radius: 3px;margin-top: 15px;
    font-family: 'Microsoft YaHei', SimHei, SimYou, SimSun, Arial;text-indent: 8px;padding: 5px 0}
#order button{display: block;    display: block;
    width: 120px;
    height: 35px;
    border-radius: 3px;
    background: #304EA8;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 20px;}
#order img{width: 120px;height: 42px;margin-top: 14px;}
