/*Global*/
@import url("font.css");
*{margin:0;padding:0;border-width:0;box-sizing:border-box;}
body,textarea{font-size:14px;font-family:'Microsoft YaHei',"Arial",sans-serif;}
a,a:visited{text-decoration:none;color:#121212;}
a:hover,a:active{text-decoration:none;color:#121212;}
ul li{list-style:none;}
.clear{clear:both;height:0;width:0;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
*html .clearfix {zoom:1;}
::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;}
.container{width:1600px;margin:0 auto;position:relative;height:100%;}
.positionimg img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.positionimg img.img_way{object-fit:contain;}
.scale_img:hover img{
    -webkit-transform:scale(1.05);
       -moz-transform:scale(1.05);
         -o-transform:scale(1.05);
            transform:scale(1.05);
}
.pb_btn{width:140px;height:40px;line-height:38px;border-radius:12px;display:block;text-align:center;overflow:hidden;position:relative;}
.pb_btn i{font-size:13px;margin-left:10px;}
.pb_btn:before,.pb_btn:after{content:'';width:100%;height:50%;background:#e60012;position:absolute;left:0;top:-50%;z-index:-1;
    -webkit-transition:all .5s;
    transition:all .5s;
}
.pb_btn:after{top:auto;bottom:-50%;}
.pb_btn:hover:before{top:0;}
.pb_btn:hover:after{bottom:0;}
.font_inline{font-size:0;-webkit-text-size-adjust:none;}
.de3,.de3:before{
    -webkit-transition:all 0.3s ease-in-out;
       -moz-transition:all 0.3s ease-in-out;
         -o-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out;
}
.de5,.de5:before{
    -webkit-transition:all 0.5s ease-in-out;
       -moz-transition:all 0.5s ease-in-out;
         -o-transition:all 0.5s ease-in-out;
            transition:all 0.5s ease-in-out;
}
.de7,.de7:before{
    -webkit-transition:all 0.7s ease-in-out;
       -moz-transition:all 0.7s ease-in-out;
         -o-transition:all 0.7s ease-in-out;
            transition:all 0.7s ease-in-out;
}
.translate_x{
    -webkit-transform:translateX(-50%);
       -moz-transform:translateX(-50%);
         -o-transform:translateX(-50%);
            transform:translateX(-50%);
}
.translate_y{
    -webkit-transform:translateY(-50%);
       -moz-transform:translateY(-50%);
         -o-transform:translateY(-50%);
            transform:translateY(-50%);
}
.translate_xy{
    -webkit-transform:translate(-50%,-50%);
       -moz-transform:translate(-50%,-50%);
         -o-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
}
/*flex*/
.display_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.flex_direction_right{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.flex_column{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}
.flex_direction_bottom{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
}
.flex_1{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.justify_content_center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.justify_content_between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.align_items_center{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.align_items_bottom{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
}
.justify_content_end{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -moz-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
.align_items_stretch{
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
}
.flex_wrap{
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.pb_tit{font-size:32px;text-align:left;height:42px;line-height:42px;font-weight:bold;}
/*top*/
.top{position:fixed;left:0;top:0;z-index:100;width:100%;border-bottom:1px solid rgba(255,255,255,.4);}
.top .logo{display:block;margin:15px 0 14px;}
.top .logo img{display:block;width:auto;height:50px;float:left;}
.top .logo img.lyl{display:block;}
.top .logo img.lyr{display:none;}
.top .logo .l_txt{float:left;margin-top:14px;margin-left:10px;padding-left:10px;border-left:1px solid #FFF;}
.top .logo .l_txt p{font-size:14px;line-height:18px;color:#FFF;}
.top .logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}
/*nav*/
.pc_nav{}
.pc_nav .pcn_li{position:relative;}
.pc_nav .pcn_li .pcn_n{position:relative;overflow:hidden;}
.pc_nav .pcn_li .pcn_n:before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height:2px;opacity:0;background:#096DD9;}
.pc_nav .pcn_li .pcn_n>a{display:inline-block;height:79px;line-height:79px;color:#fff;font-size:16px;text-align:center;position:relative;padding:0 20px;}
.pc_nav .pcn_li .pcn_n>a:after{content:attr(data-title);position:absolute;width:100%;height:100%;left:0;top:0;transform:translateY(-100%);color:#096DD9;}
.pc_nav .pcns_nav{position:absolute;left:50%;min-width:100%;background:#FFF;display:none;z-index:10;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
.pc_nav .pcn_li:last-child .pcns_nav{left:auto;right:0;
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
}
.pc_nav .pcns_nav a{display:block;height:40px;line-height:40px;color:#76838F;border-bottom:1px solid #CCC;white-space:nowrap;font-size:14px;box-sizing:border-box;text-align:center;padding:0 15px;}
.pc_nav .pcns_nav a:hover{background:#DDD;}
.pc_nav .pcn_li:hover .pcns_nav:before{width:100%;opacity:1;}
.pc_nav .pcn_li:hover .pcn_n a{
    -webkit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -o-transform:translateY(100%);
    transform:translateY(100%);
}
.pc_nav .pcn_li:hover .pcns_nav{height:auto;background:#F2F2F2;}
.pc_nav .t_s{margin-left:20px;}
.pc_nav .t_s i{font-size:20px;color:#FFF;cursor:pointer;}
.pc_nav .t_s .ts_form{background:#FFF;padding:6px 8px;position:absolute;width:320px;right:0;top:calc(100% - 10px);border:1px solid #dedede;border-radius:2px;display:none;
    -webkit-box-shadow:0 3px 13px rgba(0,0,0,.2);
    box-shadow:0 3px 13px rgba(0,0,0,.2);
    -webkit-animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
.pc_nav .t_s .ts_form i{font-size:24px;color:#fff;}
.pc_nav .t_s .ts_form input{width:calc(100% - 42px);float:left;background:#F8F8F8;height:42px;line-height:42px;outline:none;padding:0 6px;}
.pc_nav .t_s .ts_form button{width:42px;line-height:42px;height:42px;background:#096DD9;border:0;color:#fff;text-align:center;outline:none;cursor:pointer;float:right;}
.pc_nav .t_s .ts_form button i{margin-right:0;}
.pc_nav .t_s .ts_form input::-webkit-input-placeholder{color:#666;}
.pc_nav .t_s .ts_form input:-moz-placeholder{color:#666;}
@-webkit-keyframes avia_pop{
    0%{
        -webkit-transform:scale(0.8)
    }
    100%{
        -webkit-transform:scale(1)
    }
}
@keyframes avia_pop{
     0%{
         transform:scale(0.8)
     }
     100%{
         transform:scale(1)
     }
}
.top.topfix,.top.boxshadow{background:#FFF;
    -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
    -o-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
}
.top.topfix .logo,.top.boxshadow .logo{margin:13px 0 12px;}
.top.topfix .logo img,.top.boxshadow .logo img{height:44px;}
.top.topfix .logo img.lyl,.top.boxshadow .logo img.lyl{display:none;}
.top.topfix .logo img.lyr,.top.boxshadow .logo img.lyr{display:block;}
.top.topfix .logo .l_txt,.top.boxshadow .logo .l_txt{float:left;margin-top:8px;border-left:1px solid #070707;}
.top.topfix .logo .l_txt p,.top.boxshadow .logo .l_txt p{color:#070707;}
.top.topfix .pc_nav .pcn_li .pcn_n>a,.top.boxshadow .pc_nav .pcn_li .pcn_n>a{height:69px;line-height:69px;color:#070707;}
.top.topfix .pc_nav .t_s>i,.top.boxshadow .pc_nav .t_s>i{color:#070707;}
body.nei_body{padding-top:70px;}
body.nei_body .top{background:#FFF;
    -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
    -o-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
}
body.nei_body .top .logo{margin:13px 0 12px;}
body.nei_body .top .logo img{height:44px;}
body.nei_body .top .logo img.lyl{display:none;}
body.nei_body .top .logo img.lyr{display:block;}
body.nei_body .top .logo .l_txt{margin-top:8px;border-left:1px solid #070707;}
body.nei_body .top .logo .l_txt p{color:#070707;}
body.nei_body .top .pc_nav .pcn_li .pcn_n>a{height:69px;line-height:69px;color:#070707;}
body.nei_body .top .pc_nav .t_s>i{color:#070707;}
/*mobilehead*/
.top .nav{display:none;}
.top .nav_bg{display:none;position:fixed;top:0;left:0;z-index:989;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);}
.top .nav .nav_box{position:fixed;top:0;left:0;z-index:991;overflow-y:auto;background:#222;box-sizing:border-box;width:300px;height:100%;
    -webkit-transform:translateX(-300px);
    transform:translateX(-300px);
}
.top .nav .nav_box.nav_open{
    -webkit-transform:translateX(0);
    transform:translateX(0);
}
.top .nav .nav_one>li>.li_a{position:relative;border-bottom:1px solid #2e2e2e;}
.top .nav .nav_one>li>.li_a.li_ad{padding-right:58px;}
.top .nav .nav_one>li>.li_a>a{display:block;font-size:17px;color:#FFF;padding:15px 10px;line-height:28px;}
.top .nav .nav_one>li>.li_a>i{display:block;width:58px;height:58px;position:absolute;right:0;top:0;font-size:16px;color:#FFF;text-align:center;line-height:58px;}
.top .nav .nav_one>li>ul{background:#2e2e2e;display:none;}
.top .nav .nav_one>li>ul>li>a{font-size:14px;color:#FFF;display:block;padding:10px;line-height:25px;}
.top .nav .nav_one>li>.li_a>a.on{background:#096DD9;}
.top .nav .nav_one>li>.li_a>i.on{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.top .nav .push-nav{position:relative;z-index:900;width:40px;height:40px;line-height:40px;font-size:0;margin-top:15px;border-radius:3px;margin-right:10px;background:#096DD9;text-align:center;}
.top .nav .push-nav i{font-size:32px;color:#FFF;}
/*foot*/
.foot{background:url(../Image/footbg.webp) no-repeat right center;background-size:cover;position:relative;padding:57px 0 0;}
.foot .ft_tit{font-size:16px;line-height:36px;height:36px;color:#096DD9;font-weight:bold;}
.foot .ft_txt{width:400px;}
.foot .ft_txt>img{display:block;width:auto;height:50px;margin-bottom:60px;}
.foot .ft_txt .ftt_p{height:34px;color:#1E1E1E;}
.foot .ft_txt .ftt_p i{font-size:24px;margin-right:10px;}
.foot .ft_txt .ftt_p p{font-size:16px;}
.foot .ft_txt .ftt_p.ftt_p_f{margin-bottom:8px;height:36px;}
.foot .ft_txt .ftt_p.ftt_p_f p{font-size:36px;color:#096DD9;font-weight:bold;}
.foot .ft_ewm{margin-top:25px;}
.foot .ft_ewm .ft_e{width:102px;padding:4px;background:#FFF;margin-left:10px;}
.foot .ft_ewm .ft_e:first-child{margin-left:0;}
.foot .ft_ewm .ft_e img{display:block;width:100%;height:auto;margin-bottom:0;}
.foot .ft_ewm .ft_e p{font-size:12px;color:rgba(0,0,0,.6);height:18px;line-height:18px;margin-top:4px;text-align:center;}
.foot .ft_c{width:calc(100% - 636px);padding-top:47px;padding-right:100px;}
.foot .ft_nav{}
.foot .ft_nav .ftn_a{padding-top:17px;}
.foot .ft_nav .ftn_a a{display:block;font-size:14px;line-height:30px;color:#696969;}
.foot .ft_nav .ftn_a a:hover{text-decoration:underline;color:#333;}
.foot .ft_r{width:210px;padding-top:47px;}
.foot .ft_r select{width:100%;height:44px;line-height:44px;outline:none;padding:0 50px 0 20px;display:block;background:url(../Image/select_icon.svg) no-repeat right 16px center #FFF;-webkit-appearance:none;color:#1E1E1E;font-size:16px;}
.foot .ft_r select option{font-size:16px;color:#1E1E1E;padding-top:10px;}

/*footbottom*/
.footbottom{margin-top:55px;border-top:1px solid #E0E0E0;padding:21px 0 22px;}
.footbottom span{display:inline-block;margin-right:10px;font-size:14px;height:24px;line-height:24px;color:#696969;}
.footbottom a{color:#696969;}
/*friendlink*/
.friendlink{background:#343434;padding:20px 0;}
.friendlink span{font-size:53px;font-family:Arial;font-weight:bold;color:#FFF;}
.friendlink .fl_a{padding-left:30px;}
.friendlink .fl_a a{color:#AFAFAF;white-space:nowrap;display:inline-block;font-size:14px;position:relative;height:24px;line-height:24px;margin-right:25px;}
/*px*/
.px_banner{position:relative;z-index:2;padding-bottom:400px;width:100%;}
.px_txt{position:absolute;width:100%;background:rgba(0,0,0,.2);text-align:center;height:100%;left:0;top:0;color:#FFF;padding-bottom:53px;}
.px_txt p{font-size:40px;height:50px;line-height:50px;font-weight:bold;}
.px_txt span{height:30px;line-height:30px;font-size:20px;display:block;margin-top:11px;text-transform:capitalize;}
/*nei_crumbs*/
.nei_crumbs{background:#FFF;border-bottom:1px solid #EEE;}
.nei_crumbs .nc_a{height:63px;color:#696969;font-size:15px;}
.nei_crumbs .nc_a i{color:#696969;font-size:16px;margin:0 20px;}
.nei_crumbs .nc_a a{color:#696969;font-size:15px;}
.nei_crumbs .nc_a a i{font-size:17px;color:#000;margin:0;}
/*sub_nav*/
.sub_nav{}
.sub_nav a{font-size:16px;position:relative;margin-left:56px;}
.sub_nav a:before{content:"";width:0;height:2px;background:#096EDA;left:auto;right:0;bottom:-1px;position:absolute;}
.sub_nav a:first-child{margin-left:0;}
.sub_nav a.on:before,.sub_nav a:hover:before{left:0;right:auto;width:100%;}
/*sub_tit*/
.sub_tit{font-size:32px;height:42px;line-height:42px;color:#1E1E1E;}
.sub_p{font-size:20px;height:30px;line-height:30px;color:#1E1E1E;margin-top:10px;}

/*fanye*/
.fanye{border-top:1px solid #ddd;padding-top:15px;margin-top:50px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{color:#666;}
/*page*/
.manu{text-align:center;}
.manu .a_p{height:36px;line-height:34px;margin:0 4px;display:inline-block;border-radius:2px;font-size:14px;padding:0 15px;}
.manu a{border:1px solid #D9D9D9;color:#666;}
.manu .current{border:1px solid #E60012;font-weight:bold;color:#E60012;}
.manu .disabled{border:1px solid #D9D9D9;color:#D9D9D9;}
/*pb_right*/
.pb_right{width:25%;float:right;}
.pb_right .pr_tit{font-size:22px;color:#2a2a2a;line-height:32px;padding:10px 0;border-bottom:2px solid #2a2a2a;}
.pb_right .pr_pro{border:1px solid #dbdbdb;padding:10px;}
.pb_right .pr_pro .pr_ul{overflow:hidden;margin-top:30px;}
.pb_right .pr_pro .pr_ul .pr_li{display:block;}
.pb_right .pr_pro .pr_ul .pr_li .pr_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #ccc;}
.pb_right .pr_pro .pr_ul .pr_li p{height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.pb_right .pr_news{margin-top:30px;border:1px solid #dbdbdb;padding:10px;}
.pb_right .pr_news .pr_nul{padding-top:5px}
.pb_right .pr_news .pr_nul a{line-height:2.4;text-indent:10px;border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;position:relative;}
.pb_right .pr_news .pr_nul a:before{content:'';width:3px;height:3px;border-radius:50%;position:absolute;left:0;top:calc(1.2em - 1px);background:#666;}
.pb_right .pr_news .pr_nul a:hover{color:#0075BA;}
.pb_right .pr_news .pr_nul a:hover:before{background:#0075BA;}
/*video*/
#videobg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999999;text-align:center;display:none;}
.video{padding:10px;width:60%;height:auto;background:#FFF;position:absolute;left:20%;top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.video .v_iframe{width:100%;padding-bottom:66.66%;position:relative;}
.video .v_iframe iframe{width:100%;height:100%;display:block;position:absolute;left:0;top:0;}
.video .v_video video{width:100%;height:100%;display:block;}
.video p{height:60px;line-height:60px;color:#000;}
.video span{width:40px;height:40px;background:#000;color:#FFF;font-size:20px;line-height:40px;text-align:center;position:absolute;outline:none;top:0;right:-40px;cursor:pointer;display:block;font-family:Arial;}
/*pb_table*/
.pb_table table{border:none!important;width:100%!important;padding:0!important;border-collapse:collapse!important;border-spacing:0!important;height:auto!important;}
.pb_table table tr:nth-child(odd){background:#F9FAFC!important;}
.pb_table table td,.pb_table table th{text-align:left!important;padding:10px 24px!important;line-height:1.3!important;width:auto!important;font-size:16px!important;color:#666!important;border:1px solid #E6E6E6!important;background:none!important;height:auto!important;}
.pb_table table td *,.pb_table table th *{line-height:1.3!important;}
.pb_table table tr:first-child td,.pb_table table tr:first-child th{color:#333!important;}
.pb_table table tr:hover{background:#EEE!important;}
.pb_table{width:100%;overflow-y:auto;}
/*izl-rmenu*/
.izl-rmenu{position:fixed;right:0;bottom:10px;z-index:999;width:72px;}
.izl-rmenu .iz_btn{width:72px;margin-bottom:1px;cursor:pointer;position:relative;padding:11px 0 7px;background:#E60C00;display:block;}
.izl-rmenu .iz_btn i{display:block;width:100%;height:33px;background-repeat:no-repeat;background-position:center center;}
.izl-rmenu .iz_btn i.iz_qq{background-image:url(../Image/r_qq.png);}
.izl-rmenu .iz_btn i.iz_wx{background-image:url(../Image/r_wx.png);}
.izl-rmenu .iz_btn i.iz_phone{background-image:url(../Image/r_phone.png);}
.izl-rmenu .iz_btn i.iz_top{background-image:url(../Image/r_top.png);}
.izl-rmenu .btn-wx .pic{position:absolute;left:0;top:0;background:#FFF;padding:10px;width:160px;height:160px;opacity:0;
    -webkit-box-shadow:0 0 8px rgba(0,0,0,.2);
    -moz-box-shadow:0 0 8px rgba(0,0,0,.2);
    -o-box-shadow:0 0 8px rgba(0,0,0,.2);
    box-shadow:0 0 8px rgba(0,0,0,.2);
}
.izl-rmenu .btn-wx:hover .pic{left:-160px;opacity:1;}
.izl-rmenu .btn-phone{position:relative;}
.izl-rmenu .btn-phone .phone{background:#E60C00;position:absolute;width:160px;left:0;top:0;line-height:73px;color:#FFF;font-size:18px;text-align:center;opacity:0;}
.izl-rmenu .btn-phone:hover .phone{left:-160px;opacity:1;}
.izl-rmenu .iz_btn span{display:block;font-size:13px;height:21px;line-height:21px;color:#FFF;text-align:center;}
.izl-rmenu .btn-top{display:none;padding:19px 0;background:#666666;}
.izl-rmenu .btn-top:hover{background-color:#444;}
/*m_float*/
.m_float{width:100%;background:#096DD9;position:fixed;left:0;bottom:0;z-index:8;display:none;padding-bottom:5px;}
.m_float .ma{width:25%;display:block;float:left;position:relative;padding:5px 0 3px;}
.m_float .ma i{display:block;width:25px;height:25px;margin:6px auto 2px;font-size:26px;color:#FFF;}
.m_float .ma p{font-size:14px;color:#fff;height:24px;line-height:24px;text-align:center;}
/*scroll_top*/
.scroll_top{position:fixed;height:50px;width:50px;opacity:0;right:5px;bottom:50px;z-index:1030;visibility:hidden;background:#da251c;border-radius:50%;line-height:50px;text-align:center;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}
.scroll_top i{font-size:26px;color:#FFF;}
.scroll_top.pop_class{opacity:1;visibility:visible;}
.pop_class{
    -webkit-animation:pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    animation:pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
@-webkit-keyframes pop{
    0%{
        -webkit-transform:scale(0.8)
    }
    100%{
        -webkit-transform:scale(1)
    }
}
@keyframes pop{
    0%{
        transform:scale(0.8)
    }
    100%{
        transform:scale(1)
    }
}
/*pc_fixed*/
.pc_fixed{width:40px;position:fixed;top:30%;left:0;z-index:666;}
.pc_fixed li{position:relative;margin-bottom:1px;}
.pc_fixed li a{width:100%;height:40px;font-size:20px;text-align:center;line-height:40px;background:#060217;color:#fff;display:block;}
.pc_fixed li a i{font-size:20px;}
.pc_fixed li a span{display:block;position:absolute;top:0;line-height:40px;padding:0 10px;left:-999px;width:0;font-size:16px;}
.pc_fixed li.ltel a{background:#da251c;}
.pc_fixed li.leml a{background:#3a82d3;}
.pc_fixed li.lly a{background:#30afeb;}
.pc_fixed li:hover{opacity:0.9;}
.pc_fixed li:hover a span{width:auto;left:40px;white-space:nowrap;}
.pc_fixed li.ltel:hover a span{background:#da251c;}
.pc_fixed li.leml:hover a span{background:#3a82d3;}

@media screen and (max-width:1679px){
    .container{width:1400px;}
    .pb_tit{font-size:28px;height:38px;line-height:38px;}
    .top .logo img{height:46px;}
    .pc_nav .pcn_li .pcn_n>a{height:75px;line-height:75px;font-size:15px;padding:0 15px;}
    .pc_nav .pcns_nav a{height:42px;line-height:42px;}
    .top .pc_phone{font-size:16px;}
    .top .pc_phone span{height:36px;padding:0 15px;}
    .top .pc_phone i{font-size:21px;margin-right:8px;}
    .foot{padding:45px 0 0;}
    .foot .ft_tit{line-height:32px;height:32px;}
    .foot .ft_txt{width:380px;}
    .foot .ft_txt>img{height:48px;margin-bottom:50px;}
    .foot .ft_txt .ftt_p{height:32px;}
    .foot .ft_txt .ftt_p.ftt_p_f p{font-size:32px;}
    .foot .ft_txt .ftt_p i{font-size:22px;margin-right:8px;}
    .foot .ft_txt .ftt_p p{font-size:15px;}
    .foot .ft_ewm{margin-top:20px;}
    .foot .ft_ewm .ft_e{width:96px;padding:2px;}
    .foot .ft_c{width:calc(100% - 570px);padding-right:80px;padding-top:38px;}
    .foot .ft_nav .ftn_a{padding-top:13px;}
    .foot .ft_nav .ftn_a a{line-height:28px;}
    .foot .ft_r{width:190px;padding-top:38px;}
    .foot .ft_r select{height:42px;line-height:42px;font-size:15px;}
    .footbottom{margin-top:40px;padding:18px 0;}
    .friendlink{padding:15px 0;}
    .friendlink span{font-size:45px;}




    .px_banner{padding-bottom:350px;}
    .px_txt{padding-bottom:46px;}
    .px_txt p{font-size:34px;height:44px;line-height:44px;}
    .px_txt span{font-size:18px;height:26px;line-height:26px;margin-top:9px;}
    .nei_crumbs .nc_a{height:60px;}
    .sub_nav a{margin-left:45px;font-size:15px;}
    .sub_tit{font-size:30px;height:40px;line-height:40px;}
    .sub_p{font-size:18px;height:28px;line-height:28px;margin-top:8px;}
    .manu .a_p{height:32px;line-height:30px;padding:0 13px;}


    .fanye{margin-top:40px;padding-top:12px;}
}

@media screen and (max-width:1439px){
    .container{width:1200px;}
    .pb_tit{font-size:24px;height:34px;line-height:34px;}
    .top .logo{margin:13px 0 12px;}
    .top .logo img{height:44px;}
    .top .logo .l_txt{margin-top:10px;}
    .pc_nav .pcn_li .pcn_n>a{height:69px;line-height:69px;font-size:14px;}
    .pc_nav .pcns_nav a{height:38px;line-height:38px;}
    .foot{padding:30px 0 0;}
    .foot .ft_tit{line-height:28px;height:28px;}
    .foot .ft_txt{width:360px;}
    .foot .ft_txt>img{height:45px;margin-bottom:35px;}
    .foot .ft_txt .ftt_p{height:30px;}
    .foot .ft_txt .ftt_p.ftt_p_f p{font-size:24px;}
    .foot .ft_txt .ftt_p i{font-size:20px;margin-right:6px;}
    .foot .ft_txt .ftt_p p{font-size:14px;}
    .foot .ft_ewm{margin-top:15px;}
    .foot .ft_ewm .ft_e{width:92px;padding:1px;}
    .foot .ft_c{width:calc(100% - 530px);padding-right:50px;padding-top:30px;}
    .foot .ft_nav .ftn_a{padding-top:10px;}
    .foot .ft_nav .ftn_a a{line-height:26px;}
    .foot .ft_r{width:170px;padding-top:30px;}
    .foot .ft_r select{height:40px;line-height:40px;font-size:14px;}
    .footbottom{margin-top:40px;padding:18px 0;}
    .friendlink{padding:12px 0;}
    .friendlink span{font-size:40px;}



    .px_banner{padding-bottom:300px;}
    .px_txt{padding-bottom:40px;}
    .px_txt p{font-size:30px;height:40px;line-height:40px;}
    .px_txt span{font-size:16px;height:24px;line-height:24px;margin-top:7px;}
    .nei_crumbs .nc_a{height:54px;font-size:14px;}
    .nei_crumbs .nc_a i{font-size:15px;margin:0 15px;}
    .nei_crumbs .nc_a a{font-size:14px;}
    .nei_crumbs .nc_a a i{font-size:15px;}
    .sub_nav a{margin-left:30px;font-size:14px;}
    .sub_tit{font-size:24px;height:34px;line-height:34px;}
    .sub_p{font-size:16px;height:26px;line-height:26px;margin-top:6px;}
    .manu .a_p{height:30px;line-height:28px;padding:0 11px;margin:0 2px;}

    .pb_table table td,.pb_table table th{font-size:14px!important;padding:7px 15px!important;}
}

@media screen and (max-width:1279px){
    .container{width:994px;}
    .pb_tit{font-size:20px;height:30px;line-height:30px;}
    .pc_nav .pcns_nav a{font-size:13px;}
    .top .logo .l_txt{margin-top:8px;}
    .foot{padding:20px 0 0;}
    .foot .ft_tit{line-height:26px;height:26px;}
    .foot .ft_txt{width:320px;}
    .foot .ft_txt>img{height:42px;margin-bottom:20px;}
    .foot .ft_txt .ftt_p.ftt_p_f{height:30px;}
    .foot .ft_txt .ftt_p.ftt_p_f p{font-size:22px;}
    .foot .ft_ewm{margin-top:15px;}
    .foot .ft_ewm .ft_e{width:92px;padding:1px;}
    .foot .ft_c{width:calc(100% - 480px);padding-right:30px;padding-top:20px;}
    .foot .ft_nav .ftn_a{padding-top:10px;}
    .foot .ft_nav .ftn_a a{line-height:26px;}
    .foot .ft_r{padding-top:20px;}
    .footbottom{margin-top:25px;padding:13px 0;}



    .px_banner{padding-bottom:250px;}
    .px_txt{padding-bottom:0;}
    .px_txt p{font-size:24px;height:34px;line-height:34px;}
    .px_txt span{font-size:14px;height:22px;line-height:22px;margin-top:5px;}
    .nei_crumbs .nc_a{height:50px;}
    .nei_crumbs .nc_a i{margin:0 12px;}
    .sub_nav a{margin-left:25px;}
    .sub_tit{font-size:20px;height:30px;line-height:30px;font-weight:bold;}
    .sub_p{font-size:14px;height:24px;line-height:24px;margin-top:5px;}
    .manu .a_p{height:30px;line-height:28px;padding:0 11px;margin:0 2px;}


    .fanye{margin-top:30px;padding-top:10px;}
    .pb_table table td,.pb_table table th{font-size:14px!important;}
}

@media screen and (max-width:1023px){
    body.index_body{padding-top:70px;}
    .container{width:calc(100% - 30px);}
    .top{background:#FFF;padding:0;border-bottom:none;}
    .top .container{width:100%;}
    .top .logo{margin:13px 0 13px 15px;}
    .top .logo img.lyl{display:none;}
    .top .logo img.lyr{display:block;}
    .top .logo .l_txt{border-left-color:#070707;}
    .top .logo .l_txt p{color:#070707;}
    .top .top_right{display:none;}
    .pc_nav{display:none;}
    .top .nav{display:block;}
    .top.topfix .logo{margin:13px 0 13px 15px;}
    body.nei_body .top .logo{margin:13px 0 13px 15px;}
    .foot{padding:20px 0 80px;}
    .foot .ft_txt{width:100%;}
    .foot .ft_txt>img{height:40px;margin-bottom:20px;}
    .foot .ft_txt .ftt_p.ftt_p_f i{font-size:20px;}
    .foot .ft_ewm{margin-top:10px;}
    .foot .ft_ewm p{margin-top:0;}
    .foot .ft_c{display:none;}
    .footbottom{margin-top:12px;padding:10px 0;}
    .footbottom span{font-size:12px;line-height:22px;height:auto;}
    .friendlink{padding:12px 0 80px;}




    .pc_fixed{display:none;}
    .scroll_top{display:none;}
    .m_float{display:block;}
    .px_banner{padding-bottom:220px;}
    .px_txt p{font-size:24px;height:34px;line-height:34px;}
    .nei_crumbs .nc_a{height:50px;}
    .nei_crumbs .nc_a i{margin:0 12px;}
    .sub_nav a{margin-left:25px;}
    .sub_tit{font-size:18px;height:28px;line-height:28px;}
    .sub_p{height:20px;line-height:20px;}

	.pb_right{width:100%;float:none;margin-top:20px;}
    .pb_right .pr_pro .pr_ul{margin-top:18px;}
	.pb_right .pr_pro .pr_ul .pr_li{width:32%;float:left;margin-left:2%;}
	.pb_right .pr_pro .pr_ul .pr_li:first-child{margin-left:0;}
    .pb_right .pr_news{margin-top:18px;}
	.pb_right .pr_news .pr_nul a{width:48%;margin-left:4%;float:left;}
	.pb_right .pr_news .pr_nul a:nth-child(odd){margin-left:0;}
    .fanye{margin-top:20px;padding-top:8px;}
}

@media screen and (max-width:767px){
    .pb_tit{height:auto;}


    .px_banner{padding-bottom:40%;}
    .px_txt{padding:0 15px;}
    .px_txt p{font-size:20px;height:30px;line-height:30px;letter-spacing:0;}
    .nei_crumbs{border-bottom:none;}
    .sub_tit{font-size:20px;height:30px;line-height:30px;font-weight:bold;}
    .sub_p{margin-top:5px;height:auto;}
    .sub_nav{border-top:1px solid #EEE;padding-top:12px;width:100%;overflow-x:auto;}
    .sub_nav a{height:42px;line-height:42px;padding:0 20px;background:#F2F2F2;margin-left:6px;white-space:nowrap;}
    .sub_nav a:before{bottom:0;}
    .sub_nav::-webkit-scrollbar-track-piece{width:0;height:0;}
	.sub_nav::-webkit-scrollbar{width:0;height:0;}
	.sub_nav::-webkit-scrollbar-thumb{width:0;height:0;}

    .pb_right .pr_pro .pr_ul .pr_li{width:100%;margin-left:0;float:none;}
	.pb_right .pr_news .pr_nul a{width:100%;margin-left:0;float:none;}
    .video{width:100%;padding:5px;left:0;}
    .video span{left:50%;top:100%;margin-left:-20px;}
    .pb_table table{width:700px!important;}
    .manu .a_p{height:32px;font-size:13px;margin:0 2px;padding:0 12px;line-height:30px;}
    .fanye{margin-top:15px;}
}