@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:14px;vertical-align:middle;}
body{font-family:微软雅黑;/*  text-align:center; */margin:0 auto;background:#FFFFFF;color: #626262; }
table{border-collapse:collapse;border-spacing:0;}
.imgBg{background-repeat:no-repeat;background-position:center top;background-size:cover;}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
line-clamp(@lines, @line-height: 1.3em) {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: @lines; // number of lines to show
overflow: hidden;
    line-height: @line-height;
    max-height: @line-height * @lines;
}

.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}
.clear{clear:both;height:0;overflow:hidden;}
.clearfloat{height:0;font-size:1px;clear:both;line-height:0;}
.h35{height:35px;width:100%;}
.h60{height:60px;width:100%;}
.fl{float:left;}
.fr{float:right;}
.black *{color:#000 !important;}
.black li{margin-left:85px;}
.marl26{margin-left: 26px;}
.marr26{margin-right: 26px;}
.opact{opacity:0.5;filter:alpha(opacity=50);}
.ibox{border: 1px #efefef solid;}
.ims {width: 100%;}
.white{color:#ffffff !important;}

.flex-row {
    display: flex;
    flex-direction: row;
}

#container{ width:718px;margin:20px auto; padding-bottom:20px; background:#fff;}
a{color:#333;text-decoration:none;}
a:hover{
  color:#072170;-webkit-transition: all .3s; -moz-transition: all .3s;transition: all .3s;
}

.main{ width:100%;margin:0 auto; overflow:hidden;}
.list_main{ width:100%;padding:0 8%; margin:0 auto; }
.concent{width: 100%;background: #ffffff;padding-top: 40px;padding-bottom: 40px;}
.bgf{background: #ffffff;}
.ctbg{background: #efefef;}
.ctbg2{background: #f7f7fa;}
.bgf2{background: #F2F2F2;}
.padb0{padding-bottom: 0;}

.triangle_up
{
    height:0px; width:0px;
    border-bottom:20px solid #072170;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
}
.triangle_down
{
    height:0px; width:0px;
    border-top:20px solid #072170;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
}
.roundedCorner{
    width:15px;
    height:15px;
    background-color:#d1d1d1;
    border-radius:15px;
}

/** menu **/
.bor_t{border-top:1px #e4e4e4 solid;}
.bor_b{border-bottom:1px #e4e4e4 solid;}
#header {background:#e7e7e7;}
.top{ height: 145px;width: 94%; background:#e7e7e7; position: relative;top: 0px;left: 3%;z-index: 9; }
.top .logo{ float:left; }
.top .menu {  width: auto;right: 0%;margin-left: 0px;position: absolute;z-index: 1;top: 52px;height: 70px; }
.top .menu ul {margin-left: 10px;}
/*.top .menu>ul>li:hover{height: 95px;}*/
.top .menu ul li{float:left;line-height: 54px;height: 54px;margin-right: 54px;}
.top .menu ul li .mu-img{height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;}
.top .menu ul li .mu a{ float:left;font-size:16px; color:#333333; text-transform:uppercase;position: relative;text-align: left;/*border-bottom:3px solid #ffffff;padding-bottom: 7px;
    -webkit-transition: color .5s ease .1s;
    transition: color .5s ease-out .1s,border-bottom-color .5s ease-out .1s;*/ }
.top .menu ul li .mu a i{position: absolute;width: 100%;height: 3px;background: #072170;left: -80px;bottom: 0;opacity: 1;transform:translateX(80px); }
.top .menu ul li .mu a:hover, .top .menu ul li .mu a.current, .top .menu ul li:hover .mu a { /*padding-bottom:26px; background:#b42517;*/ /*border-bottom:3px solid #e70012; color:#e70012!important;*/}
/*.top .menu ul li .mu a:hover i, .top .menu ul li .mu a.current i{opacity: 1;transform:translateX(80px);}*/
.top .menu ul li ul{position: absolute;top: 54px;width: 140px;background: #124390;opacity:0.85;filter:alpha(opacity=85);height: 0;overflow: hidden;padding: 0;-webkit-transition: all .3s; -moz-transition: all .3s;transition: all .3s;margin-left: -38px;}
.top .menu ul li ul li{margin-left: 0;text-align: center;line-height: 36px;height: 36px;width: 100%;}
.top .menu ul li ul a{display: block;width: 100%;font-size: 14px;line-height: 36px;margin-bottom: 20px;color: #fff;}
.top .menu ul li:hover ul {padding: 10px 0 10px;height: auto;}
.top .menu ul li ul a:hover{color: #ffffff;text-decoration: underline;}
.menu_over{width: 100%;height: 460px;background: #102550;position: absolute;z-index: 999;display: none;border-top: 1px #102550 solid;}
.menu_over .mu_l{width: 37%;height: 100%;background: #ffffff;position: absolute;}
.menu_over .mu_l .wm{font-size: 15px;color: #000;position: absolute;height: 100%;width: 300px;right: 50px;text-align: center;padding-top: 30px;}
.menu_over .mu_l .wm div{text-align: center;font-size: 15px;color: #000;position: relative;}
.menu_over .mu_l .wm img{width: 140px;}
.menu_over .mu_r{width: 100%;max-width: 1600px;height: 100%;position: relative;margin: auto;}
.menu_over .mu_r .mu_sub{width: 90%;height: 100%;position: absolute;right: 0;padding-top: 24px;}
.menu_over .mu_r .menu-sub{float: left;width: 17%;margin-left: 2%;}
.menu_over .mu_r .menu-sub .m-tit {width: 100%;border-bottom: 1px rgba(255,255,255,.4) solid;line-height: 66px;padding-left: 12px;margin-bottom: 22px;}
.menu_over .mu_r .menu-sub .m-tit a {font-size: 20px;font-weight: bold;color: #FFFFFF;}
.menu_over .mu_r .menu-sub:nth-child(2){width: 22%;}
/*
.menu_over .mu_r .menu-sub:nth-child(7){width: 80px;}
.menu_over .mu_r .menu-sub:nth-child(7) li{text-align: right;}*/
.menu_over .mu_r .menu-sub li{line-height: 34px;text-align: left;padding-left: 3%;}
.menu_over .mu_r .menu-sub li a {color: #FFFFFF;font-size: 16px;}
.menu_over .mu_r .menu-sub li:hover a,.menu_over .mu_r .am-menu-sub li.current a{color: #FFFFFF;text-decoration: underline;}

.subnav{width:100%;background:#fff;position:absolute;top:45px;left:0;z-index:100;display:none;-moz-box-shadow:0 3px 3px 0px #eee;-webkit-box-shadow:0 3px 3px 0px #eee;box-shadow:0 3px 3px 0px #eee;
    border-bottom: 1px #eee solid;}
.solution_subnav{padding:23px;height: 360px;}
.subnav1 li{display:inline-block;*display:inline;*zoom:1;margin-right:60px;height:60px;line-height:60px;}
.subnav1 li a{font-size:16px;color:#0383cc;line-height:37px;}
.subnav_title{line-height:34px;font-size:22px;color:#000;}
.subnav_title1{line-height:34px;font-size:20px;color:#000;}
.news_nav1 .subnav_title{margin-bottom:9px;}
.clientele_nav1 .con,
.news_nav1 .con{font-size:14px;color:#666;line-height:28px;margin-bottom:18px;}
.news_nav1 .con strong{color: #b32718;font-size: 15px;}
.news_nav1{display:block;width:30%;margin:0 5% 0  0;}
.news_nav1 i,.news_nav2 i,
.news_nav3 i{display:block;line-height:45px;background:#ffffff;font-size:15px;color:#000;font-style:normal;text-decoration: underline;}
.news_nav2{width:30%;}
.news_nav2 .con{margin-bottom:15px;}
.news_nav2 .con .imgp{width: 110px;height: 110px;overflow: hidden;}
.news_nav2 .con .imgp img{height: 110px;}
.news_nav2 .con .tpv{width: 70%;padding-left: 15px;}
.news_nav2 .con .tpv span{font-size: 18px;color: #000000;}
.news_nav2 .con .tpv p{font-size: 14px;color: #666;line-height: 26px;}
.news_nav2 .pcs{clear: both;}
.news_nav2 .pcs span{float: left;margin-right: 22px;line-height: 26px;}
.news_nav2 .pcs i{background: url("dot_t_pro.gif") center center no-repeat;width: 25px;height: 25px;margin-right: 8px;float: left;}
.news_nav4 .p_smu{width: 25%;float: left;}
.news_nav4 .p_smu a{font-size: 15px;line-height: 28px;color: #000000;}

.news_nav3{width:30%;}
.news_nav3 .subnav_title{margin-bottom:13px;}
.news_nav2 .imgBg, .news_nav3 .imgBg{height:146px;}
.news_nav4:hover i{ text-decoration:underline;}
.news_nav2:hover i,.news_nav3:hover i{}
.news_nav3 i{margin-top:10px;background:none;width:auto;height:auto;}
.news_nav3 i img{display:block;max-width:100%;}
.pc_web_name {display: none;
    height: 100%;
    float: right;
    background: url(header_icon.jpg) right center no-repeat;
}
.pc_web_name .top_rt_tit {padding-top: 38px;}
.pc_web_name .top_rt_tit .en{background: url('btn_en_top.gif') left center no-repeat;position: relative;width: 100px;margin-left: 5px;padding-left: 31px;color: #7e7e7e;text-transform: uppercase;}
.pc_web_name .top_rt_tit a{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    float: left;
}
.pc_web_name .top_rt_tit a strong{color: #f00010;}
.header2_right {/*background:url(pic_header_search.png) no-repeat;*/
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    position: absolute;
    right: 4%;
    top: 6px;
    z-index: 9;
}
.header2_right .bt {padding: 6px;}

.header_search{width:18px;height:18px;position:relative;display: none;}
.search_icon{width:18px;height:18px;background:url(search_icon.png) #fff no-repeat;cursor:pointer;z-index:20;position:relative;display: none;}
.header_search .man{position:absolute;right:175px;top:-14px;width:0;height:46px;z-index:10;}
.header_search .text{width:175px;height:36px;line-height:36px;padding: 6px;color:#444;border:none;background: #efefef;}
.header_search .btn{width:18px;height:18px;background:url(search_icon.png) no-repeat;position:absolute;top:0;left: 145px;border:none;margin-top:10px;cursor:pointer;}
.header_search .hide{float:left;margin-top:18px;cursor:pointer;transition:all 2s ease;}
.header_search .hide img{width: 14px;}
.header_search .hide:hover{transform:rotate(720deg);-ms-transform:rotate(720deg);-moz-transform:rotate(720deg);-webkit-transform:rotate(720deg);-o-transform:rotate(720deg);}
/*.line1{width:1px;height:18px;background:#c5c5c5;font-size:0;margin:0 15px;}
.header_country{position:relative;color:#6e6e6e;}
.header_country .on{color:#6e6e6e;cursor:pointer;}
.header_country ul{width:100%;padding:6px 30px 6px 15px;background:#fff;position:absolute;top:40px;right:-30px;z-index:500;display:none;}
.header_country ul li{padding:13px 0 13px 15px;text-align:center;}
.header_country ul li a{font-size:14px;color:#666;line-height:13px;padding-left:0;}
.header_country ul li:hover a{color:#69a9dc;}
.header_country ul li a img{margin:2px 10px 0 0;float:none;width:20px;margin:2px auto;}
.header_country .on img{margin-right:10px;}
.header_country .on .arrow{width:8px;height:5px;background:url(arrow1.png) no-repeat;}*/

/*.bg_menu_sub{background: #ffffff;height: 48px;width: 100%;position: absolute;top: 120px;z-index: 99;display: none;}*/
.banner{width: 100%;position: relative;overflow: hidden;height:auto;opacity: 0;}
.banner .b_more {width: 110px;height:37px;line-height:36px;position: absolute;background: #d31c19;text-align: center;border-radius: 15px;font-size: 16px;color: #ffffff;right: 5%;bottom: 3%;}
.banner .pcimg {width: 100%; }
.banner .pcimg img{width: 100%;max-height:700px; }
.banner .phoneimg img{width: 100%;max-height:420px; }
.banner .phoneimg .t{width: 100%;top:40%;font-size: 3rem;color: #FFFFFF;text-align: center;position: absolute; }
.banner .info {width: 94%;position: absolute;top: 50%;margin-top: -80px;left: 8%;text-align: center; }
.banner .info .t {color: #ffffff;position: relative;font-size: 46px;/*text-shadow: 1px 2px 5px #cccccc;*/text-align: left;top: 20px;opacity: 0;font-weight: bold;margin-bottom: 10px; }
.banner .info .w {color: #ffffff;position: relative;font-size: 22px;/*text-shadow: 1px 2px 5px #cccccc;*/text-align: left;top: 20px;opacity: 0; }
.banner .info .tt {color: #ffffff;position: relative;font-size: 46px;/*text-shadow: 1px 2px 5px #cccccc;*/text-align: left;top: 20px;opacity: 0;font-weight: bold;margin-bottom: 10px;left:25%; }
.banner .info .ww {color: #ffffff;position: relative;font-size: 22px;/*text-shadow: 1px 2px 5px #cccccc;*/text-align: left;top: 20px;opacity: 0; left:25%;}
.banner .swiper-container {max-height: 590px; }
.banner .swiper-slide {height: 100%;font-size: 18px;text-align: center;top: 0px;opacity: 1;margin-top: 0px; }
.banner .swiper-slide img {height: 100%; }

.sub_menu{width: 100%;height: 68px;position: relative;margin-top: 1px;z-index: 99;border-bottom: 1px #e8e8e8 solid;padding:0 8% 0;/*background: rgba(0, 0, 0, .5);box-shadow: 0 3px 6px #eeeeee;*/}
.sub_menu .main{overflow: initial;}
.sub_menu .mu{line-height: 64px;height: 64px;text-align: center;font-size: 18px;color: #FFFFFF;}
.sub_menu .mu>a{font-size: 18px;color: #333333;display: inline-block;text-align: center;width: 100%;padding: 0 16px;text-decoration:none;}
.sub_menu .mu>a.current{border-bottom: 4px #00427b solid;color: #00427b;/*background: rgba(218, 37, 28, .8);font-size: 16px;font-weight: bold;line-height: 56px;*/}
.sub_menu .sub_me_tl{width: 100%;height: 5px;background: #072170;position: absolute;left: -50%;margin-left:-410px;opacity:0;}
.sub_menu .sub_me_tit{float: left;font-size: 22px;color: #000000;position: absolute;background: url("dot_sub_mu.jpg") left center no-repeat;padding-left: 56px;line-height: 69px;height: 69px;opacity:0;display: none;}
.sub_menu .mur{font-size: 22px;color: #000000;position: absolute;right: 50%;margin-right: -590px;top: 0;opacity:0;line-height: 42px!important;}
.sub_menu_st{width: 100%;height: 70px;display: none;}
.link_ma{width: 100%;height: 70px;display: none;}
.sub_menu2{width: 100%;height: 56px;position: relative;margin-top: 26px;}
.sub_menu2 .mu{line-height: 56px;height: 56px;text-align: center;font-size: 18px;color: #6a3841;}
.sub_menu2 .mu a{display: inline-block;text-align: center;margin: 0 2px;height: 56px;line-height: 56px;font-size: 18px;color: #000000;width: 140px;position: relative;background: #dedede;-webkit-transition: all .5s 0s ease-in-out;transition: all .5s 0s ease-in-out;}
.sub_menu2 .mu a:hover, .sub_menu2 .mu a.current{color: #FFFFFF;background: #102550;font-weight: bold;}
.sub_menu_ct{width: 100%;height: 68px;position: relative;margin-top: -5px;}
.sub_menu_ct .mu{line-height: 68px;height: 68px;text-align: center;font-size: 18px;color: #b01f1a;}
.sub_menu_ct .mu a{display: inline-block;text-align: center;margin: 0 11px;height: 68px;line-height: 68px;font-size: 22px;color: #545454;padding: 0 66px;position: relative;background: #f7f7f7;-webkit-transition: all .5s 0s ease-in-out;transition: all .5s 0s ease-in-out;border-radius: 34px;}
.sub_menu_ct .mu a:hover, .sub_menu_ct .mu a.current{color: #FFFFFF;background: #b01f1a;/*font-weight: bold;*/}



.rt_tit{height: auto; line-height: 60px;font-size: 40px;color:#000000;margin-top: 65px; margin-bottom: 32px;text-align: center;}
.rt_tit span{font-size:20px;font-weight:normal;font-style:normal;color:#b8b8b8;display: inline-block;margin-left: 0;}
.rt_tit span a{color:#b2011d; text-decoration:underline;}
.rt_tit strong {color:#102550;/*text-decoration:underline;*/}
.tit_en{height:42px; line-height:42px;font-size:42px;font-weight:bold;color:#102550;text-transform:uppercase;margin-bottom:10px;}
.tit_en span{color:#003688;}
.tit_cn{line-height:62px;font-size:42px;color:#000000;margin-bottom:14px;}
.tit_cn strong{font-weight:bold;color:#102550;}
.tit_cn span.c{font-size:18px;color:#000;}
.rt_tit_cy{height:75px; line-height:75px;font-size:30px;color:#ffffff;background: #09a55c;padding: 1px 21px 1px 1px;margin-top: -102px;}
.rt_tit_cy i{height:100%; line-height:75px;background: url("dot_cy.png") center center no-repeat #ffffff;width: 59px;float: left;margin-right: 21px;}
.rt_tit_cy:hover{color: #ffffff;}
.rt_subtit{height: 46px;line-height: 26px;font-size: 26px;color: #003488;padding-left: 15px;}
.lc_tit {/*background: url("ico_lc_h.png") left center no-repeat;*/padding-left: 20px;margin-top: 16px;padding-bottom: 35px;font-size: 15px;color: #000000;}
.lc_tit a {font-size: 15px;color: #000000;}
.lc_tit span {color: #19468a;}

.box{
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
    border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}
.gb_bor{border: 1px #d6d5d5 solid;height: 50px;width: 98%;margin-bottom: 26px;}
.gb_bor:hover{border: 2px #b2011d solid;}
.gb_bor .gb_t{background: url(dot_gb_txt.jpg) left top no-repeat;margin-left: 11px;padding-left: 30px;font-size: 12px;color: #bbbbbb;line-height: 27px;margin-top:11px;}
.gb_bor strong{color: #b2011d;font-size: 18px;}
.gb_bor input{width: 95%;height: 44px;line-height: 44px;font-size: 18px;color: #626262;border: none;background: none;}
.gb_bor textarea{width: 95%;line-height: 28px;font-size: 18px;color: #626262;border: none;background: none;height: 160px;}
.btn_submit{background:#959595;border:none; box-shadow:5px;height: 55px;line-height: 55px;font-size: 22px;font-weight: bold;color: #ffffff;width: 54%;}
.btn_reset{background:#d0d0d0;border:none; box-shadow:5px;height: 55px;line-height: 55px;font-size: 22px;font-weight: bold;color: #5e5e5e;width: 43%;margin-left: 1%;}

.list {border-bottom:2px #e4e4e4 solid;padding-top:26px; padding-bottom:16px;}
.list .new_tit a{font-size:22px;font-weight:bold;color:#000; line-height:32px;height:32px;}
.list .dt{font-size:17px;color:#737373;}
.list .cot, .list .cot a{color:#4e4e4e;font-size:18px; line-height:28px;}
.msg-box .msg-tit{text-align: center;font-size: 25px;color:#ad291c;font-weight: bold;padding-bottom:10px; }
.msg-box .msg-xx{text-align: center;font-size: 14px;color:#959595;margin-bottom: 40px;}

.wz, .wz div, .wz li, .wz td, .wz p, .wz th{line-height:34px;font-size:16px;color:#333333;}
.con_view{    padding: 0 2%;}
.wz p{margin-bottom:11px;}
.wz .im{margin-bottom:35px;}
.por{position: relative;}
.bt_back, .bt_back_li{background: url("ico_back.png") left center no-repeat;padding-left: 32px;font-size: 18px;color: #00397d;cursor: pointer;float: right;margin-top: -52px;}
.bt_back_li a, .bt_back_new a{font-size: 20px;color: #585858;}
.bt_back_new{background: url("ico_back.png") left center no-repeat;padding-left: 22px;font-size: 20px;color: #585858;cursor: pointer;position: absolute;right: 2%;z-index: 999;}


/*分页*/
.pager{padding-top: 18px;text-align: center;margin: 0 auto;min-height: 60px;}
/*.pager span{float: left;margin-bottom: 11px;}*/
.pg_num_current,.pg_num,.pg_next,.pg_end,.pg_home,.pg_prev{color: white;text-align: center;margin-right: 5px;padding:7px 0px;}
.pg_num a,.pg_home a,.pg_next a,.pg_end a,.pg_prev a,.pg_num_current a{padding:7px 10px;background-color:#eee;color: black}
.pg_num_current a{background-color: #00427B;color: #fff;}
.red_bg .pg_num_current a{background-color: #b60d06;}
.pg_num a:hover,.pg_home a:hover,.pg_next a:hover,.pg_end a:hover,.pg_prev a:hover,.pg_num_current a:hover{cursor: pointer;background-color: #fff;color: #00427B;transition:all .5s;}
.pg_home_dis,.pg_prev_dis,.pg_end_dis,.pg_next_dis{background-color: #00427B;color: #fff;text-align: center;margin-right: 5px;padding:7px 10px;}

.red .sub_menu .mu>a.current{
    border-bottom: 4px #b60d06 solid;
    color: #b60d06;}
.red_bg .pg_num a:hover,.red_bg .pg_home a:hover,.red_bg .pg_next a:hover,.red_bg .pg_end a:hover,.red_bg .pg_prev a:hover,.red_bg .pg_num_current a:hover{color: #b60d06;transition:all .5s;}
.red_bg .pg_home_dis,.red_bg .pg_prev_dis,.red_bg .pg_end_dis,.red_bg .pg_next_dis{background-color: #b60d06;}
.paging{display: none;}


/** footer **/
.footer{background:#00427B;width:100%;min-height:160px;border-top: 1px #e0e0e0 solid;}
.footer .main{padding-top: 30px;width: 100%;padding-bottom: 24px;}
.footer .main .ft_ct{width:100px;}
.footer .main .ft_ct .ft_tel_t{font-size: 16px;color: #ffffff;}
.footer .main .ft_ct .ft_tel_n{font-size: 30px;color: #ffffff;}
.footer .main .ft_ct .ft_wx{font-size: 15px;color: #ffffff;line-height: 18px;display: none;}
.footer .main .ft_ct .ft_wx .ft_erwm{position: absolute;width: 130px;height: 144px;margin-top: -36px;margin-left: 36px;display: none;}
.footer .main .ft_lt{margin-bottom:16px;font-size: 19px;color: #ffffff;line-height: 34px;height: 34px;}
.footer .main .ft_lt span{font-family: "宋体";font-size: 18px;font-weight: bold;color: #000000;}
.footer .main .ft_mu{width: 880px;}
.footer .main .ft_mu ul{width: 100%;}
.footer .main .ft_mu ul li{float: left;width: 18%;margin-left: 2%;text-align: center;}
.ft_mu a{font-size:15px;color:#ffffff; line-height:45px; text-transform:uppercase;}
.footer .main .ft_mu_sub{ line-height:24px;height:24px;}
.footer .main .foot { line-height:24px;margin-top: 24px;}
.ft_mu_sub a{font-size:14px;color:#99a9bf; line-height:26px;}
.ft_mu_sub a:hover{color:#ffffff!important;}
.footer2{background:#00285f;}
.footer2 .main .ft_bm{padding-top:16px;height: 60px;}
.footer2 .main .ft_link select{margin-bottom:11px;width: 260px;height: 36px;line-height: 36px;color: #ffffff;background: #00285f;}
.footer2 .main .ft_bl{height:34px; line-height:34px;font-size:12px;color:#ffffff;}
.footer2 .main .ft_bl a{color:#92a3ba;}
.footer2 .main .ft_bl a:hover, .ft_mu_sub a:hover, .ft_mu a:hover{color: #ffffff !important;text-decoration: underline;}
.footer2 .main .ft_brt{float:right;height:34px; line-height:34px;}
.footer2 .main .ft_brt, .footer .main .ft_brt a{color: #666;font-size: 12px;}
.ft_brt span{color: #000000; text-decoration: underline;}
.footer .shart{margin-top: 5px;}
.footer .shart .to{padding-left:35px;background:url(img-23.png) no-repeat 7px center;font-size:14px;color:#fff;float:left;margin-right:1px;}
.footer .shart .bdsharebuttonbox{float:left;}
.footer .shart .bdsharebuttonbox a{width:25px;height:22px;display:block;float:left;margin:0px;padding:0px;margin-right:11px;}
.footer .shart .bdsharebuttonbox a.bds_qzone{background:url(img-24.png) no-repeat center center;}
.footer .shart .bdsharebuttonbox a.bds_tsina{background:url(img-25.png) no-repeat center;}
.footer .shart .bdsharebuttonbox a.bds_weixin{background:url(img-26.png) no-repeat center;}
.footer .shart .bdsharebuttonbox a.bds_renren{background:url(img-27.png) no-repeat center;}
.footer .shart .bdsharebuttonbox a.bds_more{background:url(img-28.png) no-repeat center;}



.side_service{height: 191px;width: 50px;background: #ae271a;border-top-left-radius: 6px;border-bottom-left-radius: 6px;position: fixed;right: 0;top: 50%;margin-top: -99px;z-index: 999;padding: 14px 0;}
.side_service>a{background: url("service_icon.png") no-repeat;width: 50px;height: 57px;cursor: pointer;position: relative;display: block;}
.side_service .service_tel{background-position: 13px 17px;}
.side_service .service_kefu{background-position: 13px -41px;}
.side_service .service_qq{background-position: 13px -101px;}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.service_kefu .service_pull{width: 158px;height: 129px;position: absolute;right: 100%;background: #ae271a;border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: none;top: -35px;}
.service_kefu p{text-align: center;color: #e9e9e9;font-size: 15px;margin-top: 28px;}
.service_kefu h1{display: block;width: 110px;height: 30px;margin: 15px auto 0;line-height: 30px;border: 1px solid #fff;color: #fff;font-size: 14px;text-align: center;border-radius: 3px;}
.service_qq .service_pull{width: 281px;height: 159px;background: #ae271a;position: absolute;right: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;top: -105px;display: none;}
.sqr{float: left;text-align: center;width: 108px;margin: 14px 15px 0;color: #fff;font-size: 14px;}
.sqr p{text-align: center;margin: 0px;padding:0px;color: #fff;font-size: 14px;}
.sqr img{width: 108px;height: 108px;display: block;color: #fff;margin-bottom: 7px;}
.service_qq i{width: 1px;height: 130px;background: #c2271a;float: left;margin-top: 14px;}


.pic{overflow: hidden;}
.pic img{transition: all 0.5s;-webkit-transition: all 0.5s;}
.pic:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
@media only screen and (min-width: 1600px) {
    .top{max-width: 1600px;left: 0%;margin: auto;}
    .banner .info {max-width: 1200px;left: 50%;margin-left: -600px;}
    .banner .b_more {right: 50%;margin-right: -600px;}
}
@media only screen and (max-width: 1200px) {
    .bt_back_new{position: absolute;right: 5%;z-index: 999;}
    .bt_back, .bt_back_li{margin-right: 1.8rem;}
    .main{margin: auto;}
  .list_main{padding:0;}
    .rczc_not .pic_li li .am-gallery-item img{height: 260px;}
}

#m_header, #m_footer, .w_hide,.banner .phoneimg{display: none;}
@media only screen and (max-width: 1024px) {
    #header, #h_footer, .m_hide,.banner .pcimg{display: none;}
    .main {
        max-width: 960px;
    }
    #m_header, #m_footer, .w_hide,.banner .phoneimg{display:block;width:100%;}
    .h35{height:20px;width:100%;}
    .h60{height:30px;width:100%;}
    .concent{padding-bottom: 3rem;padding-top: 2rem;}
    .banner{margin-top: 0px;height: auto;}
    .rt_tit{height: auto; line-height: 3.4rem;font-size: 2rem;margin-top: 15px; margin-bottom: 0;}
    .tit_en{font-size: 2.4rem;height: auto;line-height: 3.2rem;margin-bottom: 0;}
    .tit_cn{font-size: 2.0rem;height: auto;line-height: 3.2rem;}
    .rt_tit span, .tit_cn span, .tit_cn span.c{font-size: 1.5rem;}

    .sub_menu{width: 100%;border-bottom: 1px #ebebeb solid;position: absolute;background: #ffffff;padding:0;height:55px;}
    .sub_menu .main{width: 100%;}
    .sub_menu .mu{line-height: 4.5rem;height: auto;text-align: center;font-size: 16px;color: #000000;}
    .sub_menu .mu>a{font-size: 16px;color: #000000;display: inline-block;text-align: center;margin: 0;padding:0 5px;}
    .sub_menu .sub_me_tit, .sub_menu .mur{display: none;}

    .m_sub_menu{height: 47px;position: relative;border-bottom:1px #efefef solid;}
    .m_sub_menu .sub_mbak{height: 47px;position: absolute;width: 10%;background: url("m_sub_mu_bak.png") center center no-repeat #003688;}
    .m_sub_menu .sub_me_tit{height: 47px;position: absolute;line-height: 47px;font-size: 16px;color: #003688;left: 3%;}
    .m_sub_menu .am-menu-offcanvas1 .am-menu-toggle{top: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}
    .m_sub_menu .am-menu-toggle .am-icon-bars{color: #c7d3e5;}
    .m_sub_menu .am-menu-offcanvas1 .am-menu-nav{background: #ffffff;left: auto;right: 0;top: 47px;z-index: 999;width: 100%;}
    .m_sub_menu_offcanvas {
        display: none;
        position: absolute;
        height: 2000px;
        width: 100%;
        top: 47px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, .5)
    }

    /*子级栏目*/
    .m_sub_menu  {height: 56px;line-height: 50px;position: relative;margin-bottom: 12px;}
    .m_sub_menu .swiper-container {height: 56px;line-height: 50px;position: relative;width: 100%;}
    .m_sub_menu .swiper-container .swiper-slide{height: 56px;line-height: 50px;width: 15%;text-align: center;font-size: 17px;color: #000000;background: #FFFFFF;position: relative;/*margin-right: 0%;border-radius: 6px;*/border-bottom: 1px #eeeeee solid;}
    .m_sub_menu .swiper-container .swiper-slide a {font-size: 17px;text-align: center;color: #000000;width: 100%;}
    .m_sub_menu .swiper-container .swiper-slide a > .tit{font-size: 17px;text-align: center;color: #000000;width: 100%;display:none;}
    .m_sub_menu .swiper-container .swiper-slide a > .tit img {vertical-align: middle;margin-right: 6px;width: 30px;}
  /*  .m_sub_menu   .swiper-container .swiper-slide.active .tit{color: #b51424;font-weight: bold;border-bottom: 6px #b51424 solid;height: 66px;line-height: 66px;}*/
   .blue .m_sub_menu .swiper-container .swiper-slide.active .tit{color: #0043a3;font-weight: bold;/*border-bottom: 6px #b51424 solid;height: 66px;line-height: 66px;*/}
    .m_sub_menu .swiper-container .swiper-slide:before {
        content: "";
        width: 0%;
        height: 3px;
        background: #b51424;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: all .5s 0s ease-in-out;
        transition: all .5s 0s ease-in-out;
        z-index: 1;
    }
   .blue .m_sub_menu .swiper-container .swiper-slide:before {
        content: "";
        width: 0%;
        height: 3px;
        background: #0043a3;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: all .5s 0s ease-in-out;
        transition: all .5s 0s ease-in-out;
        z-index: 1;
    }
    .m_sub_menu .swiper-container .swiper-slide.active:before {width: 100%;}

    .sub_menu_ct{height: 38px;margin-top: 0;}
    .sub_menu_ct .mu{line-height: 38px;height: 38px;font-size: 18px;}
    .sub_menu_ct .mu a{margin: 0 2px;height: 38px;line-height: 38px;font-size: 1.8rem;padding: 0 5%;border-radius: 20px;}

    .wz, .wz div, .wz li, .wz td, .wz p, .wz th{line-height:26px;font-size:1.5rem;}
    .bt_back, .bt_back_li{font-size: 1.6rem;margin-right:0;margin-top: -30px;}
    .bt_back_li a, .bt_back_new a{font-size: 1.6rem;}

    .m_banner_about{position: relative;}
    .m_banner_about .pos{position: absolute;width: 100%;}
    .m_banner_about .pc{text-align: center;padding-top: 18%;padding-bottom: 22px;width: 80%;margin: auto;}
    .m_banner_about .pc img{width: 100%;max-width: 764px;}
    .m_banner_about .ab_more{width: 146px;height: 42px;line-height: 42px;background: #d31c19;margin: auto;text-align: center;border-radius: 25px;}
    .m_banner_about .ab_more a{font-size: 16px;color: #ffffff;}

    @media only screen and (max-width: 760px) {
        .concent{padding-top: 1rem;padding-bottom: 2rem;}
        .rt_subtit{height: 3.4rem;line-height: 3.4rem;font-size: 1.8rem;padding-left: 1px;}
        .wz p{-webkit-margin-before: 0em;-webkit-margin-after: 0em;margin-bottom: 5px;}
      .sub_menu .mu>a{font-size: 13px;}
        .banner .info {margin-top: -40px }
        .banner .info .t {font-size: 2.6rem; }
        .banner .info .w {font-size: 1.5rem; }

     	 .lc_tit{display:none;}
        /*子级栏目*/
        .m_sub_menu  {margin-bottom: -12px;}
    }
    .m_padb0{padding-bottom: 0;}

}
@media only screen and (max-width: 390px) {
  .sub_menu .mu>a{
  		padding:0 2px;
  }

}

