/*头部样式*/
.bg{
    width: 100%;
    overflow: hidden;
}
#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "arial";
}

#menu {
    margin-top: 5px;
}

/*热门搜索*/
.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    float: left;
}



#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

/*主体样式*/
.pro-cate{
    position: relative;
}
.pro-cate:before{
    position: absolute;
    width: 50%;
    height: 118px;
    right:50%;
    margin-right: 640px;
    top:20px;
    content:"";
    background: #3e8c00;

}
.pro-cate:after{
    position: absolute;
    width: 50%;
    height: 118px;
    left:50%;
    margin-left: 640px;
    top:0;
    content:"";
    background: #ff7f00;
}
.pro-cate ul li{
    float: left;
    height: 64px;
    padding: 27px 0;
    position: relative;
}
.pro-cate ul li a{
    display: block;
}
.pro-cate .po1{
    margin-top:20px;
    width:230px;
     background: #3e8c00;

}

.pro-cate .po1:after{
    position: absolute;
    right: -40px;
    top:0;
  content: "";
  width:0;
    height:0;
    border-top:none;
    border-bottom:118px solid transparent;
    border-left:40px solid #3e8c00;
}
.pro-cate .po2{
    margin-left: 60px;
    width:240px;
    padding-left:40px;
     background: #006db8;
}
.pro-cate .po2:before{
    position: absolute;
    left: -40px;
    top:0;
  content: "";
  width:0;
    height:0;
    border-top:118px solid transparent;
    border-bottom:none;
    border-right:40px solid #006db8;
}
.pro-cate .po2:after{
    position: absolute;
    right: -40px;
    top:0;
  content: "";
  width:0;
    height:0;
    border-top:none;
    border-bottom:118px solid transparent;
    border-left:40px solid #006db8;
}
.pro-cate .po3{
    margin-top:20px;
    margin-left: 45px;
    width:333px;
    padding-left:20px;
     background: #6b499f;

}
.pro-cate .po3:before{
    position: absolute;
    left: -40px;
    top:0;
  content: "";
  width:0;
    height:0;
    border-top:118px solid transparent;
    border-bottom:none;
    border-right:40px solid #6b499f;
}
.pro-cate ul .po4{
    float: right;
    width:285px;
    padding-left:35px;
    background: #ff7f00;

}
.pro-cate .po4 h3{
    width: 200px;
}
.pro-cate .img{
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;

}
.pro-cate .img img{
    transition:all 0.3s;
}
.pro-cate li:hover .img img{
  transform: translateY(-64px);
}
.pro-cate h3{
    color:#fff;
    font-weight: 400;
    font-size: 18px;
    padding-top: 8px;
    margin-left:15px;
    width:150px;
}
.pro-cate .po3 h3{
    width:240px;
}
.pro-cate h3 p{
    font-size: 12px;
    font-family: "arial";
}
.product{
    padding-top: 65px;
}
.product ul{
    margin-left:-15px;
    margin-right:-15px;
}
.product li{
    float: left;
    width: 413px;
    margin:0 15px 30px;
    _display:inline;
}
.product li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.product li .cover{
    position: absolute;
    left:0;
    top:100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition:all 0.5s;
}
.product li .c-box{
    padding:100px 50px 0;
}
.product li .cover .tit{
    color:#fff;
    font-size: 24px;
    line-height: 2;
    text-align: center;

}
.product li .cover .con{
    color:#fff;
    font-size: 14px;
    line-height: 2;
    margin-top:20px;
}
.product li:hover .cover{
    top:0;
}
.product li  .img{
    border:1px solid #eee;
    text-align: center;
}
.product li  .img img{
    width: 276px;
    height: 276px;
}
.product li .text{
    background: #f6f6f6;
    padding:20px;
}
.product li h3{
    color:#333;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
}
.product li .intro{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;  
    color:#999;
    font-size: 14px;
    line-height: 2;

}
/*.product li:hover .img{
  border:1px solid #006db8;
}
.product li:hover .text{
    background: #006db8;
}
.product li:hover .text h3{
    color:#fff;
}*/
.product li:hover .text .intro{
    color:#fff;
}
/*合作伙伴*/
.partner{
    margin-top:120px;
    margin-left:-10px;
    margin-right: -10px;
    position: relative;
}

.partner .x-par-item{
  border:1px solid #eee;
  margin:0 10px;
  float:left;
}
.partner .x-par-item img{
    width:213px;
    height: 127px;
}
.partner .owl-item:hover .x-par-item{
    border-color:#006db8;
}
.partner .l_btn{
   width: 37px;
   height: 37px;
   position: absolute;
   left:-100px;
   top:50%;
   margin-top:-19px;
   border-radius: 50%;
   border:1px solid #006ab2;
   background: url(../images/pre1.png) no-repeat 50% 50%;
   outline: none;
   transition:all 0.3s;
}
.partner .l_btn:hover{
    background: url(../images/pre2.png) no-repeat 50% 50% #006ab2;
}
.partner .r_btn{
   width: 37px;
   height: 37px;
   position: absolute;
   right:-100px;
   top:50%;
   margin-top:-19px;
   border-radius: 50%;
   border:1px solid #006ab2;
   background: url(../images/next1.png) no-repeat 50% 50%;
   outline: none;
}
.partner .r_btn:hover{
    background: url(../images/next2.png) no-repeat 50% 50% #006ab2;
}
/*视频展示*/
.video{

    background: url(../images/videobg.jpg) no-repeat 50% 50%;
    margin-top:75px;
    position: relative;
}
.video:after{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left:0;
  top:0;
  background-color:rgba(0,0,0,.3);
  z-index: 1;
}
.video .boxx{
    position: relative;
    z-index: 9;
    background: #000;
}
.video li{
    float: left;
    width: calc(25% - 2.25px);

    height: 450px;
    transition:all 0.3s;
    background: #fff;
    position: relative;
}
.video li + li{
  margin-left:3px;
}
.video li:after{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  content:"";
  background: rgba(0,0,0,.6);
  z-index: 1;
}
.video li a{
  display: block;
  padding:30px 50px 0;
}
.video li .imgs{
  position: relative;
}
.video li .imgs:after{
/*  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  content:"";
  background: rgba(0,0,0,.3);*/
}
.video li .imgs img{
    max-width:100%;
    height: auto;
}
.video li .text{
  position: absolute;
  width: calc(100% - 100px);
  left:0;
  bottom:50px;
  z-index: 9;
  padding:0 50px;
}
.video li h3{
    color:rgba(255,255,255,.5);
    font-size: 20px;

}
.video li .text:hover h3{
  color:#fff;
}
.video li .intro{
   color:rgba(255,255,255,.5);
    font-size: 13px;
    line-height: 20px;
    padding:15px 0 20px;
    min-height: 115px;

}
.video li .text:hover .intro{
  color:#fff;
}
.video li:hover{
    /*background: rgba(0,109,184,.9);*/
    /*background:#3e8c00;*/

}
.video li:hover .imgs:after{
  background: none;
}
.video .more{

}

.video .more .img{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  vertical-align: top;
  background: rgba(255,255,255,.5);
  position: relative;

}
.video .more .img img{
  position: relative;
  z-index:9;
}

.video .more .pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  /*! box-shadow:1px 1px 20px #b90000;*/
  opacity: 0;
  -webkit-animation: warn 2s ease-out 1s;
  -moz-animation: warn 12 ease-out 1s;
  animation: warn 2s ease-out 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0);
}

.video .more .pulse1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background:  rgba(255,255,255,.5);
  /*! box-shadow:1px 1px 20px #b90000;*/
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0);
}
@keyframes warn {
  0% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.0;
  }

  25% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.1;
  }

  50% {
      transform: scale(0.5);
      -webkit-transform: scale(0.5);
      opacity: 0.3;
  }

  75% {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      opacity: 0.6;
  }

  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0.0;
  }
}

.video .more .txt{
  display: inline-block;
  line-height: 30px;
  color:rgba(255,255,255,.5);
  font-size: 14px;
  text-align: left;
  padding-left:18px;
  position: relative;
  vertical-align: top;
}
.video .text:hover .more .txt{
  color:#fff;
}

/*新闻资讯*/
.news{
    padding-top: 75px;
}
.news .tits{
    position: relative;
}
.news .n-sort{
    position: absolute;
    width: 408px;
    right:0;
    bottom:10px;
}
.news .n-sort a.more{
    position: absolute;
    content:"+";
    right:0;
    top:0;
    color:#999;
    font-size: 16px;
    line-height: 32px;
    padding-right: 0;
}
.news .n-sort a{
    color:#999;
    font-size: 16px;
    line-height: 32px;
    padding-right: 30px;
}
.news .n-sort a:hover{
    color:#006db8;
}
.news .tits p{
  color:#333;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
}
.news .tits span{
  display: inline-block;
  color:#333;
  font-size: 26px;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
}
.news .tits span:after{
    position: absolute;
    width: 21px;
    height: 2px;
    background: #00a2dd;
    content: "";
    right:-38px;
    top:50%;
    margin-top:-1px;
}
.news .content{
    margin-top:40px;
}
.company-news{
    width: 800px;
    background: #f8f8f8;
    height: 454px;
    padding:24px 30px 30px 20px;
}
.company-news .img{
    width: 374px;
    padding-top: 10px
}
.company-news .img img{
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.news_list0{
    width: 380px;
}
.news_list0 li{
    padding:9px 0 10px;
    border-bottom: 1px solid #eaeaea;
}
.news_list0 li a{
    display: block;
}
.news_list0 li h3{
    color:#666;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}
.news_list0 li:hover h3{
    color:#006db8;
}

.news_list0 li p{
    color:#999;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.in-news{
    width: 426px;
}
.in-news li{
    border:1px solid #f8f8f8;
    padding:16px 25px;
    margin-bottom: 12px;
}
.in-news li .time{
    color:#999;
    font-size: 14px;
    line-height: 1;
}
.in-news li h3{
    color:#333;
    font-size:18px;
    line-height: 1.5;
    padding:10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.in-news li:hover h3{
    color:#006db8;
}

.in-news li p{
    color:#666;
    font-size:14px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.in-news li p:after{
    position: absolute;
    right:3px;
    bottom:0;
    content: "";
    width:17px;
    height: 13px;
    background: url(../images/more1.png) no-repeat;
}
/*在线留言*/
.underbox{
   position: relative;
   height: 417px;
   margin-top:60px;
}
.underbox:before{
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    left:0;
    top:0;
    background: url(../images/mes.png) no-repeat 0 50% #006db8;
    z-index:-1;
}
.underbox:after{
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    right:0;
    top:0;
    background: url(../images/lx.jpg) no-repeat 0 0;
    z-index:-1;
}
.in-mess{
    padding-top: 60px;
    width: 558px;
}
.in-mess .tit h3{
   color:#fff;
   font-size: 24px;
   line-height: 1.5;
}
.in-mess .tit p{
   color:rgba(255,255,255,.4);
   font-size: 14px;
   line-height: 1.5;
}
.in-mess #message_main{
    width: 100%;
}
.in-mess input{
    border:none;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,.2);
    outline: none;
    margin-top:20px;
    height: 40px;
}

.in-mess .m_label{
    width: 100%;
    top:25px;
    line-height: 40px;
    font-size: 14px;
    color:rgba(255,255,255,.4);
    padding:0;
}
.in-mess .mes{
    position: relative;
}
.in-mess #name{
  width: 150px;
  line-height: 40px;
}
.in-mess #contact{
  width: 150px;
  line-height: 40px;
}
.in-mess #email{
  width: 150px;
  line-height: 40px;
}
.in-mess #content{
    width:524px;
    line-height: 40px;
    background: none;
    border:none;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.in-mess #checkcode{
    margin-top:0;
    background: none;
    border:none;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.in-mess #code{
    padding-top:20px;
}
.in-mess #code a{
  color:rgba(255,255,255,.4);
}
.in-mess input.msgbtn{
    width: 145px;
    line-height: 39px;
    background: #3e8c00;
    color:#fff;
    text-align: center;
    border:none;
    margin-top:30px;
}
.contacts{
    width: 50%;
}
.contacts h3{
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}
.contacts .con{
    width:350px;
    padding:55px 25px 0 75px;
    height: 362px;
    background-color:rgba(0,22,81,.8);
}
.contacts .content{
    color:#fff;
    line-height: 34px;
    font-size: 14px;
    padding-top: 20px;
}
.foottext{
  width:420px;
}
.flogo img{
  width: 180px;
  height: auto;
}
.hotSearch{
  color:#999;
  font-size: 12px;
  line-height: 26px;
  margin-top:20px;
}
.footnav{
    padding:45px 0;
}
.f-nav{
  width: 360px;
  margin-left:110px;

}
.f-nav li{
    float: left;
    width: 50%;
}
.f-nav li a{
  display: block;
  color:#444;
  font-size: 16px;
  line-height: 36px;
}
.f-nav li a:hover{
  color:#006db8;
}



.ewm{
    width: 352px;
    text-align: center;
    color:#999;
    font-size: 13px;
    line-height: 40px;
}
.ewm img{
  max-width: 110px;
  width: auto !important;
  height: auto !important;
}
.footer-link{


}
.footer-link span{
    width:calc(7% - 15px);
    display: block;
    position: relative;
    line-height: 32px;
    color:#333;
    font-size: 16px;
    padding-left:15px;
}
.footer-link span:after{
    position: absolute;
    width: 4px;
    height: 16px;
    left:0;
    top:8px;
    content: "";
    background: #006db8;
}
.footer-link a{
    color:#999;
    font-size: 13px;
    line-height: 32px;
}
.footer-link a:hover{
    color:#666;
}
.footer-link p{
  width: 90%;
}
.karma-foot{
    background: #006db8;
    color:#fff;
    font-size: 13px;
    line-height:46px;
    margin-top:20px;
}
.karma-foot a{
    color:#fff;
}
.karma-foot a:hover{
    color:rgba(255,255,255,.8);
}



.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "arial";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}
.aboutbox{
    position: relative;
    margin-top:50px;
}
.aboutbox:before{
    position: absolute;
    width:50%;
    height: 100%;
    content: "";
    background: #ededed;
    right:50%;
    margin-right: 640px;
    top:0;
}
.aboutbox:after{
    position: absolute;
    width:50%;
    height: 273px;
    content: "";
    background: #006db8;
    left:50%;
    margin-left: 640px;
    bottom:0;
    z-index: -1;
}
.aboutbox .boxx{
    position: relative;
}
.aboutimg{
    position: absolute;
    right:0;
    top:0;
}
.about {
    width: 575px;
    background: #ededed;
    padding:100px 75px 75px 0;

}
.about h3{
    color:#333;
    font-size: 24px;
    line-height: 3;
    position: relative;
}
.about h3:after{
    position: absolute;
    width: 44px;
    height: 4px;
    background: #006db8;
    content:"";
    left:0;
    bottom: 0;
}

.about .content {
   color:#666;
   font-size: 14px;
   line-height: 2;
   padding:28px 0 0;
}
.about-more{
    margin-top:35px;
}
.about-more a{
    display: inline-block;
    width: 142px;
    line-height: 46px;
    background:#3e8c00;
    vertical-align: top;
    color:#fff;
    font-size: 16px;
    position: relative;
    padding-left:25px;

}
.about-more a span{
    position: relative;
    z-index: 9;
}
.about-more a:after{
  position: absolute;
  width: 50px;
  height: 100%;
  right:0;
  top:0;
  content: "";
  background:url(../images/line.png) no-repeat 50% 50%;
}
.about-more a:before{
    width:120px;
    height: 100%;
    content: "";
    position: absolute;
    left:0;
    top:0;
    background: #006db8;
    transition:all 0.3s;
}
.about-more a:hover:before{
   width: 100%;
}
.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "arial";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*首页左侧联系我们*/
.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "arial";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}

/*工程案例*/
.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "arial";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}


/*产品推荐*/
.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "arial";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}

/*品牌列表*/
.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}



/*友情链接*/
.f_link {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}

/*页面底部*/
#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

/*------------内页-------------------*/


.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}


.left {
    width: 20%;
    float: left;
}
.left .box{
    margin-bottom: 20px;
}
.left .box h3 {
    background-color: #006db8;
    line-height: 45px;
    padding-left: 25px;
    font-weight: bold;
    color:#fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}


.left .box .content{
    background: #f6f6f6;
    padding:10px 15px;
    border-top:1px solid #006db8;
}
.sitemp{
    border-bottom: 1px solid #e8e8e8;
    line-height: 82px;

}
.sitemp  h2{
    font-weight: 400;
    font-size: 18px;
}
.sitemp .site {
    float: right;
    text-align: right;
    line-height: 82px;
    background: url(../images/position.png) no-repeat 0 50%;
    padding-left:22px;
    color:#999;
}
.sitemp .site a{
  color:#999;
}
.sitemp .site a:hover{
    color:#006db8;
}
.right .content{
    padding:15px 0;
    overflow: hidden;
}
.right .content .page-pro  table tr{
    height: 22px !important;
    line-height: 20px !important;
}
.right .content .page-pro table td{
    height: 22px !important;
    line-height: 20px !important;
    border:1px solid rgb(204, 204, 204,.6) !important;
}
.right .content .page-pro table tr:nth-child(2n+1){
    background: rgb(204, 204, 204,.4);
}
.right .content .page-pro table td span{
    background: none !important;
}
.sort_album {
    margin-top: 15px;
}
.sort li{
  float: left;
  padding-right:50px;
}
.sort li a{
    display: block;
    color:#333;
    font-size: 15px;
    line-height: 82px;
    font-weight: 600;

}
.sort li a.active{
   color:#006db8;
   position: relative;
}
.sort li a.active:after{
   position: absolute;
   content:"";
   width: 100%;
   height: 4px;
   background: #006db8;
   left:0;
   bottom:-2px;

}
.sort li a:hover{
    color:#006db8;
}
.news_list2 li a{
    display: block;
    color:#333;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
    padding-left:15px;
}
.news_list2 li a:hover{
    color:#006db8;
}


.header{
  padding:15px 0 0;
  position: relative;
}
.logo img{
    max-height: 66px;
    width: auto;
}
.lq{
    margin-top: 24px;
}
.top-link{
    float: right;
    width: 850px;
}
.top-contact{
    text-align: right;
    font-size: 26px;
    line-height: 30px;
    color: #c00310;
}
.top-contact span{
    font-size: 20px;
    line-height: 30px;
    color: #ccc;
}



.boxx {
   width: 1300px;
   margin:0 auto;
}
.topbox{
    background: #6c6c6c;
    color:#fff;
    line-height: 34px;
    position: relative;
}
.topbox:after{
    position: absolute;
    width: 50%;
    height: 34px;
    content: "";
    background: #006db8;
    top:0;
    left:50%;
    margin-left: 650px;
}
.topbox a{
    color:#fff;
}
.topbox .wel span{
    padding-right:25px;
}
.in-search{
    height: 34px;
    width: 297px;
    background: url(../images/top.jpg) no-repeat 0 0 #006db8;
    padding-right: 15px;
}
.in-search input::-webkit-input-placeholder {
         /* placeholder颜色  */
         color: #fff;
         font-size: 13px;
}
.top1 {
    border-top: 5px solid #003466;
    height: 109px;
}

.logo1 {
    float: left;
    line-height: 106px;
}
.lan{
    padding-top: 24px;
}
.lan .cn{
   padding-left:10px;
}



#keyword {
    width: 85px;
    padding-left: 30px;
    border: none;
    height: 27px;
    line-height: 27px;
    outline: none;
    color: #fff;
    background: none;
}

#s_btn {
    padding: 0;
    width: 32px;
    height: 27px;
    border: none;
    background: url(../images/btn.png) no-repeat 50% 50%;
}
#container{
    padding:30px 30px 50px;
}
.n_banner{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.n_banner img{
  max-width: 100%;
  height: auto;
}

.videobox{
    position: fixed;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    padding-top:10%;
    z-index: 9999;
    display: none;
}
.videobox iframe{
    display: block;
  width: 600px;
  margin:0 auto;
  background: #000;

}
.videobox .close{
    position: absolute;
    right:10%;
    top:8%;
    color:#fff;
    font-size:34px;
    font-family: "airal";
    width: 30px;
}
.videobox .close img{
    max-width: 100%;
    height: auto;
}

@media(max-width: 1419px){
    .boxx{
        width: 1200px;
    }

    .topbox:after{
        margin-left:590px;
    }
    .pro-cate:before{
        margin-right: 590px;
    }
    .pro-cate:after{
        margin-left: 590px;
    }
    .pro-cate .po1{
        width: 228px;
    }
    .pro-cate .po2{
        width: 208px;
        padding-left:18px;
        margin-left:60px;
    }

    .pro-cate .po3{
        width: 310px;
        padding-left:0;
        margin-left:46px;
    }
    .pro-cate ul .po4{
        width: 293px;
        padding-left:25px;
    }
    .pro-cate h3{
        font-size: 17px;
    }
    .product li{
        width:380px;
    }
    .aboutbox:before{
        margin-right: 590px;
    }
    .aboutbox:after{
        margin-left: 590px;
    }
    .about{
        width: 470px;
    }
    .partner .owl-carousel .owl-nav button.owl-prev{
        left:-50px;
    }
    .partner .owl-carousel .owl-nav button.owl-next{
        right:-50px;
    }

    .video li{
      height:400px;
    }
    .company-news{
        width: 750px;
    }
    .company-news .img{
        width:374px;
    }
    .news_list0{
        width: 330px;
    }
    .in-news{
        width: 376px;
    }
    .in-mess{
        width:545px;
    }
    .in-mess #content{
        width: 515px;
    }
    .footer-link span{
        width: calc(8% - 15px);
    }
    .f-nav{
      margin-left:76px;
      width: 350px;
    }
    .ewm{
      width: 332px;
    }
    .product_list li .text{
      width: 685px;
    }
    .product_list1 li{
        width:270px;
    }
    .product_list1 li img{
        width:268px;
        height:268px;
    }
    .case_list li {
       margin-left:5px;
       margin-right:5px;
    }
    .nav .po .sec:after{
      margin-left:-268px;
    }

}
