.jet_header{
    background: #f3f3f3;
    line-height: 28px;
}
.jet_head{
    width: 1200px;
    margin:0 auto;
}
.topwel{
    font-size: 12px;
    color:#999;
}
.k1{
    color:#999;
    font-size: 12px;
}
.k1 a{
    color:#999;
}
.jet_l{
    padding:12px 0;
    margin-top:1px;
    border-top: 1px solid #e8e8e8;
}
.top_contact{
    background: url(../images/tel.png) no-repeat left;
    color:#eb6622;
    padding-left: 40px;
    font-size: 12px;
    padding-top: 15px;
}
.top_contact p{
    font-size: 24px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-right: 10px;
}
.jet_top {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.t-title{
    float: left;
}
.t-title h1{
    line-height: 75px;
    font-weight: 900;
    font-family: 微软雅黑;
    padding-left: 40px;
}
/*导航栏样式*/
#menu{background: #010101;}
.nav{height:66px;width: 1200px;margin: 0 auto;}
.nav li{line-height:66px;height:66px;text-align:center;float:left;position:relative;z-index:999;width: 144px;   }
.nav li a{display:block;line-height:66px;color:#fff;height:66px;font-size: 16px;padding:0;}

.nav li a:hover{background-color:#ea5102;color:#fff !important;font-size: 16px;}
.nav .linshi{background-color:#ea5102;color:#fff !important;font-size: 16px;}
.nav .sec{height:0;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:66px;left:0px;width: 144px; }
.nav .sec a{background:#ea5102;color:#fff;height:38px;line-height:38px;font-size: 16px;}
.nav .sec a:hover{background:#f39700;text-decoration:none;}
.hot_search{
    padding: 16px 0;
}
input#keyword{
   float: left;
   border: none;
   border-radius: 8px;
   height: 36px;
   line-height: 36px;
   padding-left: 12px;
   color:#c7c7c7;
   font-size:12px;
   margin-left: 49px;
   border: 1px solid #888;
   width: 256px;
}
input#s_btn{
    margin-left: -32px;
    border: none;
    background: url(../images/search.png) no-repeat;
    width:22px;
    margin-top: 6px;
}
.admite{
    width:25px;
    height:58px;
    position: absolute;
    left:50%;
    animation:mymove 3s infinite;
}
@keyframes mymove {
    from {
        bottom: 20px;
    }

    to {
        bottom: 50px;
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/
    {
    from {
        bottom: 20px;
    }

    to {
        bottom: 50px;
    }
}

.pull-right{
    float: left;
}

.search{
    width: 1200px;
    margin: 30px auto;
}
.hotKey{
    float: left;
}
.hotKey a{
    color: #666;
    padding-right: 5px;
}
.hotKey a:hover{
    color:#eb6622;
}
.search-s{
    float: right;
    margin-top: -13px;
}
.jet_about{
    background: url(../images/about_bg.png) no-repeat center top;
    height: 660px;
}
.about_wz{
    padding:100px 110px 110px 110px;
    text-align: center;
}
.about_wz h3{
    color:#eb6622;
    font-size: 36px;
    font-weight: normal;
    padding-bottom: 10px;

}
.about_wz h4{
    color:#999;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.about_wz p{
    padding-top: 60px;
    color:#333333;
    font-size: 18px;
    line-height: 1.75em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.about_img li{
    float: left;
    margin: 0 14px 0 154px;
}
.about_img li .grey{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
    transition: all .5s;
}
.about_img li:hover .grey{
    filter:none;
}
.about_img li .img{
    text-align: center;
}
.about_img .wz3{
    text-align: center;
    font-size: 16px;
    padding-top: 16px;
}
.pro_title{
    text-align: center;
    color:#333333;
    font-size: 36px;
    padding-bottom: 30px;
}
.pro_title p{
    color:#888888;
    font-size: 16px;
}
.jet_product{
    margin-top: -1px;
    background: url(../images/bg1.png) no-repeat center top; 
    padding:46px 0 76px 0;
}
.tab2li{
    text-align: center;
}
.tab2li li{
    display: inline-block;
    background: #fff;
    margin-right: 6px;
}
.tab2li li a{
    display: inline-block;
    font-size: 16px;
    color:#666;
    padding:10px 35px;
}
.tab2li li:hover{
    background: #eb6622;
    border-bottom: 3px solid #e1aa06;
}
.tab2li li:hover a{
    color:#fff;
}
.tab2{
    display: none;
}
.tab2 li{
    float: left;
    margin:46px 33px 0 0;

}
.tab2 li:nth-child(3n){
    margin-right: 0;
}
.tab2 li .img{
    overflow: hidden;
}
.tab2 li .img img{
    width: 378px;
    height: 258px;
    transition: all .5s;
}
.tab2 li:hover .img img{
    transform: scale(1.1);
}
.tab2 li h2{
    text-align: center;
    background: #fff;
    color:#333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 3.5em;
}
.tab2 li:hover h2{
    background: #eb6622;
    color:#fff;
}
.jet_adv{
    background: url(../images/bg2.png) no-repeat center top;
}
.adv1{
    margin-bottom: 30px;
}
.adv2{
    margin-bottom: 30px;
}
.adv3{
    margin-bottom: 30px;
}
.adv_tit{
    padding-top: 68px;
    padding-bottom:193px;
    text-align: center;
    color:#fff;
    font-size: 48px;
}
.adv_tit strong{
    color:#fff;
    font-size: 48px;
}
.adv_tit span{
    color:#ffae00;
}
.adv_tit p{
    font-size: 20px;
}
.tot_adv{
    margin-top: -130px;
}
.adv_wz1{
    background: url(../images/bg3.png) no-repeat;
    width: 450px;
}
.adv_1{
    background: url(../images/1.png) no-repeat left;
    padding-left:68px;
}
.adv_2{
    background: url(../images/2.png) no-repeat left;
    padding-left:68px;
    margin-top: 36px;
}
.adv_3{
    background: url(../images/3.png) no-repeat left;
    padding-left:68px;
    margin-top: 36px;
}
.adv_4{
    background: url(../images/4.png) no-repeat left;
    padding-left:68px;
}
.adv_wz1{
    padding:40px 30px 50px 30px;
}
.adv_wz2{
    width: 600px;
}
.adv_wz3{
    
}
.adv_1 span{
    color:#fff;
    opacity: 0.4;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.adv_2 span{
    color:#999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.adv_3 span{
    color:#999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.adv_4 span{
    color:#fff;
    opacity: 0.4;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.adv_1 h4{
    color:#fff;
    font-size: 28px;
}
.adv_2 h4{
    color:#000;
    font-size: 28px;
 
}
.adv_3 h4{
    color:#000;
    font-size: 28px;
   
}
.adv_4 h4{
    color:#fff;
    font-size: 28px;
}
.adv_wz1 p{
    color:#fff;
    font-size: 15px;
    line-height: 2em;
    padding-top: 12px;
}
.adv_wz2 p{
    color:#666;
    font-size: 15px;
    line-height: 2em;
    padding-top: 12px;
}
.adv_wz3 p{
    color:#666;
    font-size: 15px;
    line-height: 2em;
    padding-top: 12px;
}
.mid_ban{
   width: 1920px;
   position: relative;
   left: 50%;
   margin-left: -960px;
}

.hen-ban{
    width: 1920px;
   position: relative;
   left: 50%;
   margin-left: -960px;
   height: 285px;
   background: url(../images/bei18.jpg) no-repeat;
}
.hen-contact{
   width: 1200px;
   margin: 0 auto;
}
.hen-wz{
    width: 327px;
    height: 157px;
    border: 1px solid #686667;
    position: absolute;
    top: 79px;
}
.hen-wz h3{
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    padding-top: 36px;
    font-weight: 600;
    padding-bottom: 15px;
}
.hen-wz span{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding-left: 65px;
}
.hen-dh{
    position: absolute;
    width: 242px;
    height: 48px;
    background: #ff6f16;
    border-radius: 6px;
    top: 210px;
    padding-left: 45px;
    margin-left: 45px;
    background: url(../images/henbeijing.jpg) no-repeat;
}
.hen-dh h4{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    padding-left: 15px;
}
.swiper-button-next,.swiper-button-prev{
    width: 38px !important;
    height: 73px !important;
    margin-top: 70px !important;
}
.swiper-button-prev{
    left: -56px !important;
}
.swiper-button-next{
    right: -56px !important;
}
.swiper-button-prev-honer{
    background: url(../images/pre.png) no-repeat !important;
    border: none;
}
.swiper-button-next-honer{
    background: url(../images/next.png) no-repeat !important;
    border: none;
}
.honer_tit{
    text-align: center;
    color:#333333;
    font-size: 36px;
    margin-top: 80px;
    margin-bottom:50px;
}
.honer_tit p{
    color:#888;
    font-size: 16px;
}
.wrap-honor{
   padding-bottom: 60px;
}

/* 新闻 */
.jet_infos{
    background: url(../images/5.png) no-repeat top center;
    padding-bottom: 46px;
}
.jet_news{
    width: 1200px;
    margin:0 auto;
}
.top_title{
    text-align: center;
    padding-top: 46px;
    padding-bottom: 46px;
}
.common-title{
    border-bottom:1px solid #f2f2f2; 
}
.top_title h3{
    color:#333;
    font-size: 36px;
    font-weight: normal;
}
.top_title p{
    font-size: 16px;
    color:#4c4c4c;
    line-height: 2em;
}
.left-new-box{
    width: 798px;
    padding: 22px;
    background: #fff;
}
.new2{
    width: 280px;
    margin-top: 20px;
}
.new2 li .img{
    width: 280px;
    height:180px;
    overflow: hidden;
}
.new2 li .img img{
    transition: all .6s;
    width: 280px;
    height: 180px;
}
.new2 li:hover .img img{
transform: scale(1.1);
}
.news_sub{
   background: #ff6f16;
}
.news_sub a{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
}
.sub_wz{
    padding:20px;
}
.news_sub p{
    color:#fff;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.new-tabs li{
    float: left;
    color:#333333;
    padding:6px 20px;
    margin-right: 20px;
    font-size: 20px;
    position: relative;
}
.new-tabs li::after{
    position: absolute;
    content: "";
    background: #ff6f16;
    width: 50px;
    height: 3px;
    left: 35px;
    top:40px;
    display: none;
}
.new-tabs li:hover::after{
    display: block;
}
.new-tabs li:hover{
   color:#091581;
}
.news_list{
   padding-left: 30px;
   width: 458px;
}
.news_list li{
    line-height: 46px;
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 0;
}
.news_list li:nth-child(even){
    margin-right: 0px;
}
.news_list li:nth-child(5){
    border-bottom: none;
}
.news_list li:nth-child(6){
    border-bottom: none;
}
.news_list li a{
    color:#666666;
    font-size: 14px;
}
.time1{
    width: 58px;
}
.time1 dt{
    margin-bottom: 0px;
    text-align: center;
    font-size: 36px;
    color:#656565;
}
.time1 p{
    background: #989898;
    color:#fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    height: 20px;
}
.time_wz{
    padding-left: 22px;
}
.time_wz i{
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color:#333333;
}
.news_list li:hover i{
    color:#ff6f16;
}
.news_list li:hover dt{
    color:#ff6f16;
}
.news_list li:hover p{
    background: #ff6f16;
}
.time_wz dl{
    margin-bottom:0px;
    line-height: 2em;
}
.news_list li:hover a{
}
.news_list li span{
    float: right;
    color:#666666;
}
.news_list li:hover span{
    color: #c8000a;
}
.right-new-box{
    width: 368px;
    height: 414px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
}
.right-new-box .common-title{
    color:#333333;
    font-size:20px;
    line-height: 42px;
    position: relative;
}
.right-new-box .common-title::after{
    position: absolute;
    content:"";
    background: #091581;
    width: 60px;
    height: 4px;
    top:42px;
    left: 0px;
}
.new-title{
    margin: 26px 26px 0px 26px;
}
.new-title span{
    color:#999999;
    font-size: 14px;
    font-weight: normal;
}
.right-new-box .content{
    overflow: hidden;
    padding: 0px 28px;
}
.right-new-box .content li{
    position: relative;
    border-bottom: 1px dotted #ebebeb;
    height: 84px;
}

.right-new-box .content h3{
    color:#4c4c4c;
    font-size: 14px;
    background: url(../images/ask.png) no-repeat;
    padding-left: 30px;
    height: 30px;
    margin-top: 26px;
}
.right-new-box .content h3:hover{
    color:#ff6f16;
}
.right-new-box .content dt{
    color:#999;
    font-size: 12px;
    background: url(../images/answer.png) no-repeat;
    padding-left: 30px;
    font-weight: normal;
    line-height: 24px;
}
.jet_cooper{
    position: relative;
    padding:80px 0;
    cursor: pointer;
}
.cooper{
    text-align: center;
    color:#000;
    font-size: 36px;
    padding-bottom: 46px;
}
.cooper strong{
    color:#ff6f16;
}
.jet_footer{
    background: url(../images/bg4.png) no-repeat center top;
    margin-top: -57px;
    z-index: 9999999;
}
.foot_pro{
    width: 487px;
}
.foot_con{
    width: 436px;
}
.foot_top{
    padding-top: 80px;
}
.pro_1{
    padding-top: 36px;
}
.pro_1 dd{
    width: 33%;
    float: left;
    padding: 6px 0;
}
.pro_1 dd a{
    color:#e9e9e9;
}
.pro_1 dd a:hover{
    color: #ffae00;
}
.foot_center{
    color:#fff;
    font-size: 20px;
    border-left: 3px solid #ffae00;
    padding-left: 18px;
    line-height: 20px;
}
.foot_con .cont{
    color:#e9e9e9;
    padding-top: 20px;
    line-height: 22px;
}
.cont1{
    padding-top: 36px;
}
.jet_copyright{
    text-align: center;
    color:#e8e8ea;
    line-height: 2em;
    padding-bottom: 25px; 
}
.jet_copyright a{
    color:#e8e8ea;
}
.jet_copyright a:hover{
    color: #ffae00;
}