@charset "utf-8";
/* CSS Reset */
body{overflow-x: hidden;font-family:Arial, Helvetica, sans-serif;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, cessssnter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0;}
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle;max-width: 100%;}
a{color: #333;text-decoration:none;background-color:none;transition: 0.3s;}
a:hover{cursor: pointer;}
a:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
.warper{width:98%;max-width:1200px;margin:0 auto;}

#scrollTop{
  display: none;
  background: #363636;
  font-size: 60px;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 999999;
  bottom: 45px;
  right: 15px;
  cursor: pointer;
}
#scrollTop .scrollTop{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
}
#scrollTop i{
  position: absolute;
  left: 0;
  right: 0;
}
#scrollTop span{
  font-size: 20px;
  display: block;
  position: absolute;
  left:0;
  right: 0;
  bottom: 15px;
}
.phonefooter{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.phonefooter ul{
  overflow: hidden;
  text-align: center;
  background: #333;
}
.phonefooter li{
  width: 33.33%;
  float: left;
  font-size: 22px;
  line-height:36px;
}
.phonefooter li:nth-child(3){
  background: #ee4814;
}
.phonefooter li i{
  color: #fff;
}
@media (max-width: 640px){
  .phonefooter{
    display: block;
  }
  footer{
    margin-bottom: 34px;
  }
}

header{
  background: #eaeaec;
}
header .language em{
  display: inline-block;
  width: 28px;
  height: 19px;
  margin: 0 5px;
}
header .language{
  margin-bottom: 15px;
}
header .tel span{
  color: #ee4814;
}
header .tel b{
  font-size: 18px;
}
header .tel p{
  font-size: 16px;
}
header .right .tel{
  padding-right: 50px;
  background: url(../images/tel.jpg) no-repeat right;
}
header .right{
  text-align: right;
  width: 35%;
  float: right;
}
header .logo{
  width: 65%;
  float: left;
}
header .top{
  padding: 15px 0;
  overflow: hidden;
}

@media (min-width: 992px){
  .bannernav{
    position: relative;
  }
  nav{
    text-align: center;
    background: #3f6ca5;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  nav li{
    display: inline-block;
    float: left;
    position: relative;
  }
  nav li h4 a{
    display: block;
    padding: 20px 26px;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #6084b1;
  }
  nav ul>:last-child h4 a{
    border-right: 0;
  }
  nav li:hover h4 a,
  nav li.on h4 a{
    background: #ee4814;
  }
  nav dl,
  nav dl dd,
  nav dl dd a{
    display: block;
    color: #fff;
  }
  nav dl{
    position: absolute;
    min-width: 100%;
    background: rgba(0,0,0,0.5);
    left: 9999px;
    opacity: 0;
    transition: opacity 0.5s;
  }
  nav dl dd a{
    padding: 10px;
    white-space: nowrap;
  }
  nav dl dd a:hover{
    background: #3f6ca5;
  }
  nav li:hover dl{
    left: 0;
    opacity: 1;
  }
  #menu,#close{
    display: none;
  }
}
@media (min-width: 1024px){
  nav li h4 a{
    padding: 20px 28.5px;
  }
}
@media (min-width: 1220px){
  nav li h4 a{
    padding: 20px 43px;
  }
}
@media (max-width: 991px){
  header .right{
    display: none;
  }
  header .logo{
    width:90%;
    text-align: center;
    float: right;
  }
  nav.warper{
    position: fixed;
    top: 0;
    z-index: 999;
    bottom: 0;
    background: #333;
    width: 300px;
    transition: 0.3s;
    overflow-y: scroll;
  }
  nav a{
    color: #ddd;
    display: block;
    padding:10px 0 10px 30px;
  }
  nav h4 a:hover{
    background: #ee4814;
  }
  nav dl{
    margin: 5px 0 10px;
  }
  nav dl a{
    padding: 5px 0 5px 50px;
  }
  nav dl a:hover{
    color: #ee4814;
    text-decoration: underline;
  }
  #menu{
    width: 30px;
    height: 30px;
    font-size: 24px;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    cursor: pointer;
  }
  #close{
    color: #fff;
    float: right;
    margin-right: 20px;
    font-size: 26px;
    cursor: pointer;
  }
}
.fullSlide{
  position:relative;
}
.fullSlide .bd{
  position:relative;
  z-index:0;
}
.fullSlide .bd li img{
  width:100%;
  vertical-align:top;
}
.fullSlide .hd{
  position:absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height:20px;
  line-height:30px;
  text-align:center;
  filter:alpha(opacity=60);
  opacity:0.8;
}
.fullSlide .hd ul li{
  cursor:pointer;
  display:inline-block;
  width:10px;
  height:10px;
  margin:5px;
  background:url(../images/icon.png) 0 0;
  overflow:hidden;
}
.fullSlide .hd ul .on{
  background-position:-20px 0;
}

.search{
  background: #233c7c;
  font-size: 16px;
}
.search form{
  margin-top: 10px;
  text-align: right;
  position: relative;
  padding-right: 30px;
}
.search .hot:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 42px solid #3f6ca5;
  position: absolute;
  top: 0px;
  left: -21px;
  background: none;
}
.search form input{
  background: #d9e2ec;
  width: 350px;
  line-height: 24px;
  padding-left: 5px;
}
.search form button{
  background: none;
  border: none;
  position: absolute;
  right: 30px;
}
.search form em{
  color: #233c7c;
}
.search .hot{
  padding: 10px 0;
  color: #fff;
  background: #3f6ca5;
  padding-left: 20px;
}
.search .hot a{
  color: #fff;
  margin: 0 10px;
}

#container #title{
  text-transform: uppercase; 
}
#container #title h1{
  padding: 0 15px;
}
#container #title span{
  color: #f55100;
}
.yf-box1 #title{
  text-align: center;
}
.yf-box1 #title h1{
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  position: relative;
  line-height: 35px;
  color: #000;
}
.yf-box1 #title{
  background: #e0e0e0;
  margin: 50px 0;
}
.yf-box1 #title h1:before,
.yf-box1 #title h1:after{
  content: '';
  display: block;
  width: 12px;
  height: 35px;
  background: #f55100;
  position: absolute;
  top: 0;
}
.yf-box1 #title h1:before{
  left: -10px;
}
.yf-box1 #title h1:after{
  right: -10px;
}
.yf-box1 .text{
  font-size: 14px;
  line-height: 26px;
}
.yf-box1 .more{
  margin-top: 20px;
  font-size: 16px;
  display: inline-block;
  padding: 5px 40px;
  background: #f55100;
  color: #fff;
}
.yf-box2{
  background: url(../images/pro_bj.jpg);
  padding: 50px 0;
  margin-top: 50px;
  text-align: center;
}
.yf-box2 #title{
  color: #fff;
}
.yf-box2 .hd{
  margin: 30px 0;
}
.yf-box2 .hd li{
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #9ab1ce;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.yf-box2 .hd li.on,
.yf-box2 .hd li:hover{
  background: #ff6a21;
  border-color: #ff6a21;
}
.yf-box2 .bd .product a{
  display: block;
  float: left;
  width: 33%;
  margin-right: 2px;
  background: #fff;
  padding: 15px;
  text-align: center;
}
.yf-box2 .bd .product p{
  font-size: 18px;
  margin-top:15px;
}
.yf-box2 .bd .more{
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 25%;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
}
.yf-box2 .bd li{
  overflow: hidden;
  display: none;
}
.yf-box3{
  padding: 50px 0;
}
.yf-box3 .new{
  padding-left: 0;
}
.yf-box3 .case{
  padding-right: 0;
}
.yf-box3 #title{
  background: #e0e0e0;
  height: 32px;
  margin-bottom:30px;
}
.yf-box3 .case #title{
  text-align: right;
}
.yf-box3 #title h1{
  background: #fff;
  display: inline-block;
  line-height: 32px;
  position: relative;
  color: #3875c5;
}
.yf-box3 .case #title h1:after,
.yf-box3 .new #title h1:before{
  content: '';
  display: block;
  width: 8px;
  height: 32px;
  background: #f55100;
  position: absolute;
  top: 0;
}
.yf-box3 .case #title h1:after{
  right: 0;
}
.yf-box3 .new #title h1:before{
  left: 0;
}
.yf-box3 .case #title h1:before,
.yf-box3 .new #title h1:after{
  content: '';
  display: block;
  width: 20px;
  height: 32px;
  background: #96bff0;
  position: absolute;
  top: 0;
}
.yf-box3 .case #title h1:before{
  left: -15px;
}
.yf-box3 .new #title h1:after{
  right: -15px;
}
.yf-box3 .new a{
  display: block;
}
.yf-box3 .new p{
  font-size: 16px;
  line-height: 26px
}
.yf-box3 .new span{
  color: #df6412;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.yf-box3 .new li{
  margin-top: 20px;
}
.yf-box3 .bd p{
  margin-top: 1px;
  text-align: center;
  background: #233c7c;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
}
.yf-box3 .fullSlide .hd{
  bottom: 50px;
}
.yf-box1 .items{
  display: none;
}
.yf-box1 .carousel-inner{
  margin-top: 30px;
  position: relative;
}
.carousel-control{
  position: absolute;
  width:50px;
  top: 0;
  bottom: 0;
  font-size: 35px;
  text-align:center;
}
.carousel-control span{
  position: absolute;
  top: 45%;
}
.carousel-control.left span{
  left: 10px;
}
footer{
  background: #5b5b5b;
  border-top: 6px solid #fc5706;
  padding-top: 40px;
}
footer,
footer a{
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
footer .title{
  font-size: 36px;
  margin-bottom: 20px;
}
footer .media a{
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right:5px;
}
footer form span{
  text-transform: uppercase;
  display: inline-block;
  width: 100px;
  float: left;
}
footer form li{
  margin-bottom: 15px;
}
footer form input,
footer form textarea{
  width: 70%;
  padding-left: 5px;
  color: #333;
  line-height: 35px;
}
footer form button{
  width: 70%;
  border: none;
  background: #233c7c;
  padding: 5px 0;
  font-weight: 700;
}
footer .copyright{
  background: #182d4d;
  text-align: center;
  padding:10px 0;
  margin-top: 30px;
  font-size: 18px;
}

#main{
  padding: 40px 0;
}
#main #title{
  text-align: center;
  margin-bottom: 30px;
}
#main #title a{
  display: inline-block;
  width: 200px;
  line-height: 30px;
  font-size: 16px;
  background: #e5e5e5;
  color: #3f6ca5;
  margin: 5px 0;
}
#main #title a:hover,
#main #title a.on{
  color: #fff;
  background: #ee4814;
}
#main .here{
  color: #ee4814;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.editbox{
  line-height: 24px;
}
.faq .title em{
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../images/faq.jpg) 0 -31px no-repeat;
  margin-right:10px;
  float: left;
}
.faq .title{
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 10px;
}
.faq .list:hover .title em{
  background-position: 0 0;
  color: #ee4814;
}
.faq .list:hover .title{
  color: #233c7c;
}
.faq .list p{
  color: #666;
}
.faq .list{
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.digg4{
  padding:3px;
  margin:15px 0;
  text-align:center;
  font-size:12px;
  text-align: center;
  overflow: hidden;
}  
.digg4 a{
  margin: 0;
  border:1px solid #ddd;
  padding:3px 7px;
  color: #aaa;
}  
.digg4 a.on,
.digg4 a:hover{
  background-color:#ee4814;
  color: #fff;
  border-color: #ee4814;
}
.case-list li a{
  display: block;
}
.transition{
  position: relative;
  overflow: hidden;
}
.transition .text{
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(238,72,20,0.75);
  position: absolute;
  top: 100%;
  transition: 0.3s;
}
.case-list li .text p{
  font-size: 16px;
  font-weight: 600;
  margin-top:50px;
}
.case-list li .text span{
  display: inline-block;
  padding: 2px 20px;
  border: 1px solid #fff;
  margin-top: 15px;
}
.case-list li a:hover .text{
  top: 0;
}
.case-list li,
.new-list li{
  margin-bottom: 20px;
}
.new-list li a{
  display: block;
}
.new-list li .text h4{
  font-size: 16px;
  color: #233c7c;
  font-weight: 600;
}
.new-list li .text p{
  height: 60px;
  overflow: hidden;
  margin: 10px 0;
}
.new-list li .text span{
  display: inline-block;
  padding: 3px 30px;
  background: #ee4814;
  color: #fff;
}
.details .title{
  text-align: center;
}
.details .title h3{
  color: #233c7c;
  font-weight: 600;
  font-size: 20px;
}
.details .title p{
  border: 1px solid #ddd;
  background: #f2f2f2;
  line-height: 30px;
  margin: 15px 0;
}
.pn p{
  font-size: 16px;
  margin: 10px 0;
}
.pn p a{
  font-size: 14px;
}
.pn p a:hover{
  color: #ee4814;
}
.pn{
  margin-top:30px;
}
.pro-list .text{
  padding-top: 30%;
}
.pro-list .text span{
  padding:4px 20px;
  border: 1px solid #fff;
  color: #fff;
}
.pro-list li:hover .text{
  top: 0;
}
.pro-list li p{
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.pro-list li{
  margin-bottom: 20px;
}
.info .hd{
  width: 75%;
  float: left;
}
.info .hd li{
  display: none;
}
.info .bd{
  width: 22%;
  float: right;
}
.info .bd li{
  border: 1px solid #233c7c;
  margin: 10px 0;
  cursor: pointer;
}
.info .col-md-6{
  overflow: hidden;
}
.info h3{
  margin-bottom: 20px;
}
.info a.message{
  display: inline-block;
  padding: 3px 30px;
  background: #ee4814;
  color: #fff;
  margin-top:20px;
}
.pro-del .title{
  background: #e0e0e0;
  margin: 20px 0;
}
.pro-del .title h3{
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #233c7c;
  background: #fff;
  padding: 0 20px;
  position: relative;
}
.pro-del .title h3:before,
.pro-del .title h3:after{
  content: '';
  display: block;
  width: 12px;
  height: 30px;
  background: #ee4814;
  position: absolute;
  top: 0;
}
.pro-del .title h3:before{
  left: 0;
}
.pro-del .title h3:after{
  width: 9px;
  right: 0;
}
.video{overflow:hidden;}
.video li{width:30.333%;float:left;margin:0 1.5% 30px;overflow: hidden;}
.video li iframe{width:100%;}
@media (max-width: 991px){
  .search{
    display: none;
  }
  .yf-box2 .hd li{
    margin-bottom: 20px;
  }
  .yf-box3 .new{
    padding-left: 15px;
  }
  .yf-box3 .case{
    padding-left: 15px;
    margin-top:30px;
  }
  .info h3{
    margin-top: 20px;
  }
}
@media (max-width: 876px){
  footer form input,
  footer form textarea{
    width: 100%;
  }
  footer form button{
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px){
  footer .warper{
    display: none;
  }
  footer{
    padding-top: 0;
  }
   footer .copyright{
    margin-top:0;
   }
.video li{width:47%;}
}
@media (max-width: 640px){
  .yf-box2 .bd .product a{
    width: 100%;
    margin-bottom: 15px;
  }
  #menu{
    margin-top: 10px;
  }
}
@media (max-width: 480px){
  .yf-box3 .new .img,
  .yf-box3 .new .text{
    width: 100%;
  }
  .yf-box3 .new .text{
    margin-top: 10px;
  }
  header .logo{
    width: 100%;
    margin-bottom: 30px;
  }
  #menu{
    position: absolute;
    top: 45px;
    left: 49%;
  }
  .new-list li a>div{
    width: 100%;
  }
  .new-list li .text h4{
    margin-top: 10px;
  }
  .pro-del .title h3{
    font-size: 20px;
  }
.video li{width:100%;margin:0 0 20px;}
}