:root {
    --logoColor:#1053A0;
    --titleColor:#1D1A27;
    --fontColor:#494454;
    --backgroundColor:#ECF0F4;
    --borderColor:#CED4DA;
}
/*pb-title*/
.pb_tit{font-size:36px;color:var(--titleColor);text-transform:capitalize;font-weight:bold;max-width:650px;}
.pb_p{font-size:20px;color:var(--fontColor);text-transform:uppercase;padding-bottom:20px;margin-bottom:16px;position:relative;}
.pb_p:before{content:'';width:32px;height:2px;background:var(--logoColor);position:absolute;left:0;bottom:0;}
.pb_btn{position:relative;cursor:pointer;padding:8px;background:var(--logoColor);border-radius:8px;overflow:hidden;z-index:1;}
.pb_btn:before{content:'';width:34px;height:34px;background:#FFF;position:absolute;left:8px;top:8px;border-radius:4px;z-index:-1;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.pb_btn span{font-size:14px;color:#FFF;text-transform:capitalize;z-index:1;font-weight:bold;margin:0 12px;padding-left:4px;}
.pb_btn i{width:34px;height:34px;font-size:16px;color:var(--logoColor);text-align:center;line-height:34px;}
.pb_btn:hover:before{width:calc(100% - 16px);}
.pb_btn:hover span{color:var(--logoColor);}
html[lang='ru-RU'] .pb_tit{max-width:850px;}
.headbg{height:92px;background:#16222D;position:relative;}
/*head*/
.head{height:76px;}
.head .h_right{}
.head .h_right em{height:24px;width:1px;background:rgba(255,255,255,.4);margin:0 20px;}
.head .h_right .hr_span{}
.head .h_right .hr_span i{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.1);font-size:24px;color:#FFF;line-height:44px;text-align:center;}
.head .h_right .hr_span span{font-size:14px;font-weight:bold;color:#FFF;margin-left:8px;}
.head .h_right .hr_s{height:100%;}
.head .h_right .hr_s .hr_t{font-size:14px;color:#FFF;}
.head .h_right .hr_s>a{margin-left:8px;width:32px;height:32px;background:rgba(255,255,255,.1);border-radius:50%;}
.head .h_right .hr_s>a>i{font-size:24px;color:#FFF;}
.head .h_right .hr_s>a>span{display:none;}
.head .h_right .hr_s>a:hover{
    -webkit-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -ms-transform:translateY(-3px);
    transform:translateY(-3px);
}
.head .h_right .hr_s>a.facebook:hover{background:#0990FF;}
.head .h_right .hr_s>a.youtube:hover{background:#FF1515;}
.head .h_right .hr_s>a.pinterest:hover{background:#DB0626;}
.head .h_right .hr_s>a.twitter:hover{background:#2D8DC5;}
.head .h_right .hr_s>a.instagram:hover{background:#F101AF;}
.head .h_right .hr_lan{position:relative;height:100%;z-index:102;padding:0 12px;margin-left:15px;}
.head .h_right .hr_lan .hr_lan_tit{cursor:pointer;height:60px;}
.head .h_right .hr_lan .hr_lan_tit span{font-size:16px;color:#FFF;margin-left:8px;}
.head .h_right .hr_lan .hr_lan_tit i{font-size:24px;color:#FFF;}
.head .h_right .hr_lan .hr_lan_con{position:absolute;left:0;top:100%;width:100%;padding:0;background:#FFF;display:none;
    -webkit-box-shadow:0 8px 15px rgba(0,0,0,0.1);
    box-shadow:0 8px 15px rgba(0,0,0,0.1);
}
.head .h_right .hr_lan .hr_lan_con a{height:40px;padding:0 12px;}
.head .h_right .hr_lan .hr_lan_con a img{width:auto;height:16px;display:block;}
.head .h_right .hr_lan .hr_lan_con a span{font-size:14px;color:#333;margin-left:5px;}
.head .h_right .hr_lan .hr_lan_con a:hover{background:#F8F8F8;}
/*top*/
.top{z-index:100;position:absolute;top:76px;width:100%;}
.top .container{background:#FFF;border-radius:8px;}
.top .logo{outline:none;width:71px;margin-right:20px;position:absolute;height:76px;top:-100%;left:0;}
.top .logo img{position:absolute;width:100%;height:100%;left:0;top:0;display:block;object-fit:contain;}
.top .logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}
/*nav*/
.pc_nav{padding-left:36px;}
.pc_nav .f_nav{}
.pc_nav .f_nav .f_li{position:relative;height:100%;margin-left:4px;}
.pc_nav .f_nav .f_li .f_n{position:relative;overflow:hidden;}
.pc_nav .f_nav .f_li .f_n a{color:var(--fontColor);font-size:16px;position:relative;cursor:pointer;height:76px;line-height:76px;padding:0 8px;min-width:80px;}
.pc_nav .f_nav .f_li .f_n a:before{content:'';width:0;height:3px;position:absolute;left:50%;bottom:0;background:var(--logoColor);
    transform:translateX(-50%);
}
.pc_nav .f_nav .f_li .f_n a i{font-size:20px;color:var(--fontColor);margin-left:4px;margin-top:4px;
    -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;
}
.pc_nav .f_nav .f_li .s_nav{position:absolute;left:0;min-width:100%;z-index:2;background:#FFF;display:none;
    -webkit-box-shadow:0 2px 6px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.15);
    box-shadow:0 2px 6px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.15);
}
.pc_nav .f_nav .f_li .s_nav a{padding:8px 10px;line-height:23px;font-size:14px;color:#222;display:block;white-space:nowrap;}
.pc_nav .f_nav .f_li .s_nav a:hover{background:#F8F8F8;}
.pc_nav .f_nav .f_li:hover .f_n a{color:var(--logoColor);}
.pc_nav .f_nav .f_li:hover .f_n a:before{width:100%;}
.pc_nav .f_nav .f_li:hover .f_n a i{color:var(--logoColor);}
.top .pc_right{}
.top .pc_right .pc_search{position:relative;}
.top .pc_right .pc_search .pcs_tit{cursor:pointer;width:44px;height:44px;border-radius:50%;background:var(--logoColor);
    -webkit-box-shadow:0 0 0 5px rgba(16,83,160,.4);
    box-shadow:0 0 0 5px rgba(16,83,160,.4);
}
.top .pc_right .pc_search .pcs_tit i{font-size:16px;color:#FFF;}
.top .pc_right .pc_search .pcs_con{background:#FFF;padding:6px 10px;position:absolute;width:320px;right:-9px;top:60px;border:1px solid #dedede;border-radius:2px;display:none;
    -webkit-filter:drop-shadow(0 3px 13px rgba(0,0,0,.2));
    filter:drop-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);
    -moz-animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    -o-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);
}
.top .pc_right .pc_search .pcs_con:before{content:'';position:absolute;right:25px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:5px solid #FFF;top:-5px;}
.top .pc_right .pc_search .pcs_con .pcs_form{}
.top .pc_right .pc_search .pcs_con input{width:calc(100% - 42px);background:#F8F8F8;height:42px;line-height:42px;outline:none;padding:0 6px;}
.top .pc_right .pc_search .pcs_con .pcs_btn{width:42px;height:42px;line-height:42px;background:var(--logoColor);cursor:pointer;text-align:center;}
.top .pc_right .pc_search .pcs_con .pcs_btn i{font-size:22px;color:#FFF;}
.top .pc_right .pc_search ::-webkit-input-placeholder{color:#222;}
.top .pc_right .pc_search :-moz-placeholder{color:#222;}
.top .pc_right .pc_search ::-moz-placeholder{color:#222;}
.top .pc_right .pc_search :-ms-input-placeholder{color:#222;}
.top .pc_right .pc_btn{height:76px;padding:0 16px;min-width:200px;margin-left:35px;cursor:pointer;background:var(--logoColor);border-radius:0 7px 7px 0;}
.top .pc_right .pc_btn span{font-size:14px;color:#FFF;text-transform:capitalize;}
.top .pc_right .pc_btn i{font-size:16px;color:#FFF;margin-left:8px;}
.top .pc_right .pc_btn:hover i{margin-left:15px;}
/*mhead*/
.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>ul>li>a{font-size:14px;color:#FFF;padding:10px;line-height:25px;display:flex;align-items:center;width:100%;}
.top .nav .nav_one>li>ul>li>a>img{display:block;width:auto;height:18px;margin-right:5px;}
.top .nav .nav_one>li>.li_a>a.on{background:var(--logoColor);}
.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;background:var(--logoColor);;text-align:center;}
.top .nav .push-nav i{font-size:32px;color:#FFF;}
body.nei_body .headbg{height:121px;}
body.nei_body .head{background:#F2F2F2;height:46px;}
body.nei_body .head .h_right{width:100%;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
body.nei_body .head .h_right em{background:var(--borderColor);}
body.nei_body .head .h_right em:last-child{display:none;}
body.nei_body .head .h_right .hr_span i{width:32px;height:32px;font-size:22px;line-height:32px;background:none;color:var(--logoColor);}
body.nei_body .head .h_right .hr_span span{color:var(--fontColor);margin-left:5px;}
body.nei_body .head .h_right .hr_span:first-child i{margin-top:2px;}
body.nei_body .head .h_right .hr_s .hr_t{color:var(--fontColor);}
body.nei_body .head .h_right .hr_s>a>i{color:var(--fontColor);
    -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;
}
body.nei_body .head .h_right .hr_s>a:hover>i{color:#FFF;}
body.nei_body .head .h_right .hr_lan .hr_lan_tit{height:46px;}
body.nei_body .head .h_right .hr_lan .hr_lan_tit span{color:var(--fontColor);}
body.nei_body .head .h_right .hr_lan .hr_lan_tit i{color:var(--fontColor);
    -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;
}
body.nei_body .head .h_right .hr_lan:hover{background:var(--logoColor);}
body.nei_body .head .h_right .hr_lan:hover .hr_lan_tit span{color:#FFF;}
body.nei_body .head .h_right .hr_lan:hover .hr_lan_tit i{color:#FFF;}
body.nei_body .top{background:#FFF;position:relative;top:0;}
body.nei_body .top .logo{position:relative;top:0;}
body.nei_body .pc_nav{padding-left:0;}
body.nei_body .top .pc_nav .f_nav .f_li .f_n a{color:var(--fontColor);}
body.nei_body .top .pc_nav .f_nav .f_li .f_n a i{color:var(--fontColor);}
body.nei_body .top .pc_right .pc_btn{height:52px;min-width:160px;border-radius:6px;}
body.nei_body .top .pc_right .pc_btn{background:var(--logoColor);border-color:var(--logoColor);}
body.content_body .top{
    -webkit-box-shadow:0 0 6px rgba(0,0,0,0.02),0 2px 4px rgba(0,0,0,0.08);
    box-shadow:0 0 6px rgba(0,0,0,0.02),0 2px 4px rgba(0,0,0,0.08);
}
.top.topfix,body.nei_body .top.topfix{position:fixed;left:0;top:0;background:#FFF;width:100%;
    -webkit-box-shadow:0 0 6px rgba(0,0,0,0.02),0 2px 4px rgba(0,0,0,0.08);
    box-shadow:0 0 6px rgba(0,0,0,0.02),0 2px 4px rgba(0,0,0,0.08);
}
.top.topfix .container{width:100%;border-radius:0;}
.top.topfix .logo{position:relative;top:0;}
.top.topfix .pc_nav{padding-left:15px;}
.top.topfix .pc_right .pc_btn{border-radius:0;}
body.nei_body .top.topfix .pc_right{padding-right:15px;}
/*foot*/
.foot{position:relative;background:url(../Image/footbg.webp) no-repeat center center fixed;padding:120px 0 80px;background-size:cover;}
.foot:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(22,34,45,.9);}
.foot .ft_top{}
.foot .ft_top .ftt_p{width:436px;}
.foot .ft_top .ftt_p p{font-size:40px;color:#FFF;font-weight:bold;text-transform:capitalize;}
.foot .ft_top .ftt_logo{}
.foot .ft_top .ftt_logo img{display:block;height:60px;width:auto;}
.foot .ft_top .ftt_logo p{font-size:24px;margin-left:10px;color:#FFF;text-transform:uppercase;font-weight:bold;}
.foot .ft_center{margin-top:45px;border-radius:12px;border:1px solid rgba(255,255,255,.4);padding:31px 64px;}
.foot .ft_center em{width:1px;height:49px;background:#FFF;}
.foot .ft_center .ftc_li{}
.foot .ft_center .ftc_li span{font-size:16px;line-height:24px;text-transform:uppercase;color:#F2F2F2;}
.foot .ft_center .ftc_li p{font-size:16px;font-weight:bold;color:#FFF;margin-top:4px;max-width:410px;}
.foot .ft_center .ftc_li p.p1{font-size:24px;}
.foot .ft_bottom{margin-top:45px;}
.foot .ft_bottom .ftb_tit{font-size:16px;line-height:1.5;color:#FFF;font-weight:bold;text-transform:capitalize;}
.foot .ft_bottom .ftb_a{padding-top:8px;}
.foot .ft_bottom .ftb_a a{display:block;font-size:16px;color:rgba(255,255,255,.7);line-height:1.5;margin-top:12px;}
.foot .ft_bottom .ftb_a a:hover{color:#FFF;text-decoration:underline;}
.foot .ft_bottom .ftb_txt{padding-top:8px;max-width:254px;}
.foot .ft_bottom .ftb_txt p{font-size:16px;color:rgba(255,255,255,.7);line-height:1.5;margin-top:12px;}
html[lang='ru-RU'] .foot .ft_top .ftt_p{width:550px;}
/*bottom*/
.foot_bottom{background:#000;position:relative;overflow:hidden;height:62px;}
.foot_bottom span{margin-right:10px;font-size:14px;line-height:1.57;color:rgba(255,255,255,.8);}
.foot_bottom span a{color:rgba(255,255,255,.8);}
.foot_bottom .ftb_share{}
.foot_bottom .ftb_share a{margin-left:24px;}
.foot_bottom .ftb_share a:first-child{margin-left:0;}
.foot_bottom .ftb_share a i{font-size:24px;color:#F2F2F2;
    -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;
}
.foot_bottom .ftb_share a span{display:none;}
.foot_bottom .ftb_share a:hover i.facebook{color:#0990FF;}
.foot_bottom .ftb_share a:hover i.youtube{color:#FF1515;}
.foot_bottom .ftb_share a:hover i.pinterest{color:#DB0626;}
.foot_bottom .ftb_share a:hover i.twitter{color:#2D8DC5;}
.foot_bottom .ftb_share a:hover i.instagram{color:#F101AF;}
/*form*/
#com_mes{scroll-margin-top:88px;}
.com_mes{padding:60px 0;position:relative;overflow:hidden;}
.com_mes .cm_form{padding-top:5px;}
.com_mes .cm_form .cm_li{width:calc(50% - 10px);margin-top:20px;position:relative;}
.com_mes .cm_form .cm_li.cm_lit{width:100%;}
.com_mes .cm_form input{height:48px;outline:none;padding:0 15px;display:block;color:#9b9b9b;background:#FFF;border:1px solid #EEE;width:100%;}
.com_mes .cm_form textarea{width:100%;height:147px;padding:10px 15px;background:#FFF;outline:none;resize:none;line-height:1.5;display:block;color:#9b9b9b;border:1px solid #EEE;}
.com_mes .cm_form .cm_btn{min-width:200px;height:56px;margin-top:30px;background:var(--logoColor);cursor:pointer;font-size:16px;font-weight:bold;border-radius:4px;padding:0 30px;}
.com_mes .cm_form .cm_btn span{font-size:16px;font-weight:bold;color:#FFF;}
.com_mes .cm_form .cm_btn i{width:28px;height:28px;text-align:center;line-height:28px;font-size:16px;color:#222;background:#FFF;border-radius:50%;}
.com_mes .cm_form .cm_btn:hover{opacity:.9;}
/*px*/
.com_banner{width:100%;padding-bottom:460px;position:relative;overflow:hidden;}
.com_banner .cb_shdow{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:0;}
.com_banner .cb_txt{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;}
.com_banner .cb_txt .cb_h{font-size:44px;font-weight:bold;color:#FFF;}
.com_banner .cb_txt .cb_line{width:68px;height:3px;background:#FFF;margin:20px 0;}
.com_banner .cb_txt .cb_p{font-size:16px;color:#FFF;}
/*crumbs*/
.com_crumbs{position:relative;z-index:1;padding:20px 0;background:#F7F7F7;}
.com_crumbs .cc_i{margin-right:8px;}
.com_crumbs .cc_i i{font-size:16px;color:var(--logoColor);}
.com_crumbs .cc_a{text-transform:capitalize;color:var(--fontColor);font-size:15px;}
.com_crumbs .cc_a a{color:var(--fontColor);line-height:22px;}
.com_crumbs .cc_a i{color:var(--fontColor);margin:0 8px;font-size:13px;}
/*sub_nav*/
.sub_nav{position:relative;background:var(--backgroundColor);border-bottom:1px solid #EEE;}
.sub_nav a{height:70px;font-size:16px;position:relative;padding:0 25px;color:var(--titleColor);border-right:2px solid #FFF;text-align:center;}
.sub_nav a:after{content:'';width:0;height:0;position:absolute;left:50%;bottom:-8px;border-top:8px solid var(--logoColor);border-left:8px solid transparent;border-right:8px solid transparent;margin-left:-8px;opacity:0;
    -webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}
.sub_nav a.on,.sub_nav a:hover{color:#FFF;background:var(--logoColor);}
.sub_nav a.on:after{opacity:1;}
/*sub_tit*/
.sub_tit{font-size:30px;line-height:1.4;color:var(--titleColor);font-weight:bold;}
.sub_line{width:50px;height:2px;background:var(--logoColor);margin-top:12px;}
/*manu*/
.manu{}
.manu .m_a{text-decoration:none;margin:0 5px;height:36px;font-size:14px;border:1px solid var(--borderColor);color:var(--fontColor);border-radius:4px;padding:0 13px;}
.manu .m_a i{font-size:13px;margin-left:8px;}
.manu .m_a.prev i{margin-right:8px;margin-left:0;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.manu .m_a.disabled{color:#DDD;border-color:#DDD;}
.manu .m_a.current{background:var(--logoColor);color:#FFF;border:1px solid var(--logoColor);}
.manu .m_a:not(.disabled):hover{background:var(--logoColor);border:1px solid var(--logoColor);color:#FFF;}
/*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;}
/*m_float*/
.m_float{width:100%;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display:none;}
.m_float .ma{width:25%;display:block;float:left;position:relative;padding:5px 0 3px;}
.m_float .ma i{width:100%;height:26px;background-repeat:no-repeat;background-position:center center;display:block;background-size:auto 100%;}
.m_float .ma i.kf1{background-image:url(../Image/kf1.svg);}
.m_float .ma i.kf2{background-image:url(../Image/kf2.svg);}
.m_float .ma i.kf4{background-image:url(../Image/kf4.svg);}
.m_float .ma p{font-size:12px;color:#fff;height:20px;line-height:20px;text-align:center;}
.m_float .ewm{width:90px;height:90px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
.m_float .ewm img{width:100%;height:100%;display:block;}

@media screen and (max-width:1519px){
    .container{width:1200px;}
    .pb_tit{font-size:32px;max-width:610px;}
    .pb_p:before{width:30px;}
    .pb_p{font-size:18px;margin-bottom:13px;padding-bottom:16px;}
    .pb_btn{padding:7px;border-radius:7px;}
    .pb_btn:before{width:32px;height:32px;left:7px;top:7px;}
    .pb_btn span{margin:0 10px;}
    .pb_btn i{width:32px;height:32px;font-size:15px;line-height:32px;}
    .pb_btn:hover:before{width:calc(100% - 14px);}
    html[lang='ru-RU'] .pb_tit{max-width:760px;}
    .headbg{height:84px;}
    .head{height:70px;}
    .head .h_right{}
    .head .h_right em{height:22px;margin:0 16px;}
    .head .h_right .hr_span i{width:40px;height:40px;font-size:22px;line-height:40px;}
    .head .h_right .hr_span span{margin-left:7px;}
    .head .h_right .hr_s>a{margin-left:7px;width:30px;height:30px;}
    .head .h_right .hr_s>a>i{font-size:22px;}
    .head .h_right .hr_lan{padding:0 10px;margin-left:12px;}
    .head .h_right .hr_lan .hr_lan_tit{height:54px;}
    .head .h_right .hr_lan .hr_lan_tit span{font-size:15px;margin-left:7px;}
    .head .h_right .hr_lan .hr_lan_tit i{font-size:22px;}
    .head .h_right .hr_lan .hr_lan_con a{height:36px;padding:0 10px;}
    .head .h_right .hr_lan .hr_lan_con a img{height:15px;}
    .head .h_right .hr_lan .hr_lan_con a span{margin-left:4px;}
    .top{height:70px;top:70px;}
    .top .container{border-radius:6px;}
    .top .logo{width:68px;height:70px;margin-right:15px;}
    .pc_nav{padding-left:28px;}
    .pc_nav .f_nav .f_li{margin-left:3px;}
    .pc_nav .f_nav .f_li .f_n a{height:70px;line-height:70px;font-size:15px;padding:0 7px;min-width:72px;}
    .pc_nav .f_nav .f_li .f_n a i{font-size:18px;margin-top:2px;}
    .top .pc_right .pc_search .pcs_tit{width:40px;height:40px;
        -webkit-box-shadow:0 0 0 4px rgba(16,83,160,.4);
        box-shadow:0 0 0 4px rgba(16,83,160,.4);
    }
    .top .pc_right .pc_search .pcs_tit i{font-size:15px;}
    .top .pc_right .pc_btn{height:70px;padding:0 13px;min-width:180px;margin-left:29px;border-radius:0 5px 5px 0;}
    .top .pc_right .pc_btn i{margin-left:7px;}
    body.nei_body .headbg{height:112px;}
    body.nei_body .head{height:42px;}
    body.nei_body .head .h_right .hr_lan .hr_lan_tit{height:42px;}
    body.nei_body .top .pc_right .pc_btn{height:48px;border-radius:4px;min-width:150px;}
    .foot{padding:80px 0 50px;}
    .foot .ft_top .ftt_p{width:400px;}
    .foot .ft_top .ftt_p p{font-size:32px;}
    .foot .ft_top .ftt_logo img{height:56px;}
    .foot .ft_top .ftt_logo p{font-size:20px;margin-left:9px;}
    .foot .ft_center{margin-top:38px;border-radius:10px;padding:25px 50px;}
    .foot .ft_center em{height:45px;}
    .foot .ft_center .ftc_li span{font-size:15px;line-height:22px;}
    .foot .ft_center .ftc_li p{font-size:15px;max-width:380px;}
    .foot .ft_center .ftc_li p.p1{font-size:22px;}
    .foot .ft_bottom{margin-top:38px;}
    .foot .ft_bottom .ftb_a{padding-top:7px;}
    .foot .ft_bottom .ftb_a a{font-size:15px;margin-top:10px;}
    .foot .ft_bottom .ftb_txt{padding-top:7px;max-width:240px;}
    .foot .ft_bottom .ftb_txt p{font-size:15px;margin-top:10px;}
    .foot_bottom{height:56px;}
    .foot_bottom span{margin-right:9px;}
    .foot_bottom .ftb_share a{margin-left:20px;}
    .foot_bottom .ftb_share a i{font-size:22px;}
    html[lang='ru-RU'] .foot .ft_top .ftt_p{width:500px;}



    .com_banner{padding-bottom:418px;}
    .com_banner .cb_txt .cb_h{font-size:40px;}
    .com_crumbs{padding:18px 0;}
    .com_crumbs .cc_i{margin-right:7px;margin-top:-1px;}
    .com_crumbs .cc_i i{font-size:16px;}
    .com_crumbs .cc_a{font-size:14px;}
    .com_crumbs .cc_a a{line-height:22px;}
    .com_crumbs .cc_a i{margin:0 7px;font-size:12px;}
    .sub_tit{font-size:27px;}
    .sub_line{width:46px;margin-top:10px;}

    .sub_nav a{height:62px;font-size:15px;padding:0 20px;}
    .sub_nav a:after{bottom:-7px;border-top-width:7px;border-left-width:7px;border-right-width:7px;margin-left:-7px;}


    #com_mes{scroll-margin-top:80px;}
    .com_mes{padding:50px 0;}
    .com_mes .cm_form .cm_li{margin-top:14px;width:calc(50% - 7px);}
    .com_mes .cm_form input{height:43px;padding:0 12px;}
    .com_mes .cm_form textarea{padding:10px 12px;}
    .com_mes .cm_form .cm_btn{margin-top:25px;height:50px;padding:0 25px;min-width:180px;}
    .com_mes .cm_form .cm_btn span{font-size:15px;}
    .com_mes .cm_form .cm_btn i{width:26px;height:26px;font-size:15px;}

}

@media screen and (max-width:1359px){
    .container{width:994px;}
    .pb_tit{font-size:26px;max-width:520px;}
    .pb_p:before{width:28px;}
    .pb_p{font-size:16px;margin-bottom:10px;padding-bottom:12px;}
    .pb_btn{padding:6px;border-radius:6px;}
    .pb_btn:before{width:30px;height:30px;left:6px;top:6px;}
    .pb_btn span{margin:0 9px;}
    .pb_btn i{width:30px;height:30px;font-size:14px;line-height:30px;}
    .pb_btn:hover:before{width:calc(100% - 12px);}
    html[lang='ru-RU'] .pb_tit{max-width:610px;}
    .headbg{height:80px;}
    .head{height:66px;}
    .head .h_right em{height:18px;margin:0 12px;}
    .head .h_right .hr_span i{width:36px;height:36px;font-size:20px;line-height:36px;}
    .head .h_right .hr_span span{margin-left:6px;}
    .head .h_right .hr_s>a{margin-left:6px;width:28px;height:28px;}
    .head .h_right .hr_s>a>i{font-size:20px;}
    .head .h_right .hr_lan{padding:0 9px;margin-left:10px;}
    .head .h_right .hr_lan .hr_lan_tit{height:50px;}
    .head .h_right .hr_lan .hr_lan_tit img{height:16px;}
    .head .h_right .hr_lan .hr_lan_tit span{font-size:14px;margin-left:6px;}
    .head .h_right .hr_lan .hr_lan_tit i{font-size:20px;}
    .head .h_right .hr_lan .hr_lan_con a{height:36px;padding:0 10px;}
    .head .h_right .hr_lan .hr_lan_con a img{height:15px;}
    .head .h_right .hr_lan .hr_lan_con a span{margin-left:4px;}
    .top{height:66px;top:66px;}
    .top .container{border-radius:4px;}
    .top .logo{width:64px;height:66px;margin-right:12px;}
    .pc_nav{padding-left:20px;}
    .pc_nav .f_nav .f_li{margin-left:2px;}
    .pc_nav .f_nav .f_li .f_n a{height:66px;line-height:66px;font-size:14px;padding:0 6px;min-width:66px;}
    .pc_nav .f_nav .f_li .f_n a i{font-size:16px;}
    .top .pc_right .pc_search .pcs_tit{width:36px;height:36px;
        -webkit-box-shadow:0 0 0 3px rgba(16,83,160,.4);
        box-shadow:0 0 0 3px rgba(16,83,160,.4);
    }
    .top .pc_right .pc_search .pcs_tit i{font-size:14px;}
    .top .pc_right .pc_btn{height:66px;padding:0 11px;min-width:150px;margin-left:20px;border-radius:0 4px 4px 0;}
    .top .pc_right .pc_btn i{margin-left:6px;}
    body.nei_body .headbg{height:106px;}
    body.nei_body .head{height:40px;}
    body.nei_body .head .h_right .hr_lan .hr_lan_tit{height:40px;}
    body.nei_body .top .pc_right .pc_btn{height:44px;min-width:140px;}
    .foot{padding:50px 0 30px;}
    .foot .ft_top .ftt_p{width:330px;}
    .foot .ft_top .ftt_p p{font-size:26px;}
    .foot .ft_top .ftt_logo img{height:52px;}
    .foot .ft_top .ftt_logo p{font-size:18px;margin-left:8px;}
    .foot .ft_center{margin-top:30px;border-radius:8px;padding:20px 30px;}
    .foot .ft_center em{height:42px;}
    .foot .ft_center .ftc_li span{font-size:14px;line-height:20px;}
    .foot .ft_center .ftc_li p{font-size:14px;max-width:350px;}
    .foot .ft_center .ftc_li p.p1{font-size:18px;}
    .foot .ft_bottom{margin-top:30px;}
    .foot .ft_bottom .ftb_a{padding-top:6px;}
    .foot .ft_bottom .ftb_a a{font-size:14px;margin-top:8px;}
    .foot .ft_bottom .ftb_txt{padding-top:6px;max-width:220px;}
    .foot .ft_bottom .ftb_txt p{font-size:14px;margin-top:8px;}
    .foot_bottom{height:52px;}
    .foot_bottom span{margin-right:8px;}
    .foot_bottom .ftb_share a{margin-left:16px;}
    .foot_bottom .ftb_share a i{font-size:20px;}
    html[lang='ru-RU'] .foot .ft_top .ftt_p{width:380px;}

    .com_banner{padding-bottom:346px;}
    .com_banner .cb_txt .cb_h{font-size:32px;}
    .com_crumbs{padding:15px 0;}
    .sub_tit{font-size:22px;}
    .sub_line{width:42px;margin-top:8px;}

    .sub_nav a{height:56px;font-size:14px;padding:0 16px;}
    .sub_nav a:after{bottom:-6px;border-top-width:6px;border-left-width:6px;border-right-width:6px;margin-left:-6px;}



    #com_mes{scroll-margin-top:70px;}
    .com_mes{padding:40px 0;}
    .com_mes .cm_form .cm_li{margin-top:10px;width:calc(50% - 6px);}
    .com_mes .cm_form input{padding:0 10px;}
    .com_mes .cm_form textarea{padding:8px 10px;}
    .com_mes .cm_form .cm_btn{margin-top:20px;height:46px;padding:0 20px;min-width:160px;}
    .com_mes .cm_form .cm_btn span{font-size:14px;}
    .com_mes .cm_form .cm_btn i{width:24px;height:24px;font-size:14px;line-height:24px;}
}

@media screen and (max-width:1023px){
    .container{width:738px;}
    .pb_tit{font-size:22px;max-width:430px;}
    .pb_p{font-size:14px;margin-bottom:9px;padding-bottom:10px;}
    .pb_btn{padding:5px;border-radius:5px;}
    .pb_btn:before{left:5px;top:5px;}
    .pb_btn:hover:before{width:calc(100% - 10px);}
    html[lang='ru-RU'] .pb_tit{max-width:520px;}
    .headbg{position:relative;height:70px;}
    .head{height:0;}
    .head .container{display:none;}
    .top{background:#FFF;height:70px;top:0;}
    .top .container{border-radius:0;}
    .top .logo{top:0;height:70px;position:relative;margin-right:0;}
    .pc_nav{padding-left:0;}
    .pc_nav .f_nav{display:none;}
    .top .pc_right{position:absolute;right:60px;top:17px;}
    .top .pc_right .pc_btn{display:none;}
    .top .nav{display:block;}
    .top.topfix .container{width:calc(100% - 30px);}
    .top.topfix .pc_nav{padding-left:0;}
    body.nei_body .headbg{height:70px;}
    body.nei_body .head{height:0;}
    .foot{padding:30px 0 20px;}
    .foot .ft_top .ftt_p{width:300px;}
    .foot .ft_top .ftt_p p{font-size:22px;}
    .foot .ft_top .ftt_logo img{height:48px;}
    .foot .ft_top .ftt_logo p{font-size:16px;margin-left:6px;}
    .foot .ft_center{margin-top:20px;border-radius:0;padding:0;flex-wrap:wrap;border:none;}
    .foot .ft_center em{width:100%;height:1px;margin:12px 0;}
    .foot .ft_center .ftc_li{width:100%;}
    .foot .ft_center .ftc_li span{font-size:14px;line-height:20px;}
    .foot .ft_center .ftc_li p{font-size:14px;max-width:350px;}
    .foot .ft_center .ftc_li p.p1{font-size:18px;}
    .foot .ft_bottom{display:none;}
    .foot_bottom{height:auto;padding:15px 0;}
    .foot_bottom .ftb_share{margin-top:12px;}

    .com_banner{padding-bottom:260px;}
    .com_banner .cb_txt .cb_h{font-size:26px;}
    .com_crumbs{padding:13px 0;}
    .sub_tit{font-size:20px;}
    .sub_line{width:36px;margin-top:6px;}

    .sub_nav a{height:50px;padding:0 14px;}
    .sub_nav a:after{bottom:-5px;border-top-width:5px;border-left-width:5px;border-right-width:5px;margin-left:-5px;}



    .com_mes{padding:30px 0;}
    .com_mes .cm_form .cm_li{margin-top:10px;width:100%;}
    .com_mes .cm_form input{height:40px;padding:0 10px;}
    .com_mes .cm_form textarea{padding:10px 10px;}
    .com_mes .cm_form .cm_btn{margin-top:20px;height:46px;padding:0 20px;min-width:160px;}
    .com_mes .cm_form .cm_btn span{font-size:14px;}
    .com_mes .cm_form .cm_btn i{width:24px;height:24px;font-size:14px;}
}

@media screen and (max-width:767px){
    .container{width:calc(100% - 30px);}
    .pb_tit{font-size:20px;max-width:none;}
    html[lang='ru-RU'] .pb_tit{max-width:none;}
    .foot .ft_top .ftt_p{width:100%;}
    .foot .ft_top .ftt_logo{margin-top:20px;}
    .foot .ft_top .ftt_logo img{height:48px;}
    .foot .ft_top .ftt_logo p{font-size:16px;margin-left:6px;}
    .foot .ft_center{margin-top:20px;border-radius:0;padding:0;flex-wrap:wrap;border:none;}
    .foot .ft_center em{width:100%;height:1px;margin:12px 0;}
    .foot .ft_center .ftc_li{width:100%;}
    .foot .ft_center .ftc_li span{font-size:14px;line-height:20px;}
    .foot .ft_center .ftc_li p{font-size:14px;max-width:350px;}
    .foot .ft_center .ftc_li p.p1{font-size:18px;}
    .foot_bottom span{width:100%;}
    html[lang='ru-RU'] .foot .ft_top .ftt_p{width:100%;}


    .com_banner{padding-bottom:50%;}
    .com_banner .cb_txt .cb_h{font-size:22px;}

    .sub_nav a{height:auto;padding:12px 14px;}

    .sub_tit{font-size:20px;}

}