@charset "utf-8";
/* CSS Document */
body{width:100%;overflow-x:hidden;}

@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}} /* 左进入 */
.slt_mc1,.slt_mc2{animation-name:uk-fade-left;animation-duration: 1.1s;}  
.slt_mc3,.slt_mc4,.nth_lstc{animation-name:uk-fade-right;animation-duration: 1.1s;}  
@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}  /* 右进入 */
.ind_about,.in_prte,.dex_n_ret3 ul li,.index_honor{animation-name:uk-fade-top;animation-duration: 1.1s;} 
.footer_b,.link_rt{animation-name:uk-fade-bottom;animation-duration: 1.1s;}  
@keyframes uk-fade-top{
    0%{
        opacity:0;
        transform:translateY(-100%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}  /* 上进入 */
@keyframes uk-fade-bottom{
    0%{
        opacity:0;
        transform:translateY(100%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
} /* 下进入 */


.banner-box{width:100%;position:relative;overflow:hidden;min-width: 1200px;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {width:100%;margin:0 auto;overflow:hidden;text-align:center;}
.banner-box .bd li{width:100% !important;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-box .bd li a img,.banner-box .bd li img{max-width:100%;}
.banner-btn a{display:block;width:50px;height:70px;position:absolute;top:0;font-size:0px;display:none;}

.banner-btn a.prev{position:absolute;left:10px;top:50%;margin-top:-35px;} 
.banner-btn a.next{position:absolute;right:10px;top:50%;margin-top:-35px;}


.banner-box .hd {position:absolute;bottom:15px;width:100%;text-align:center;}
.banner-box .hd ul li{width: 10px;height: 10px;margin-right: 8px;display: inline-block;cursor: pointer;background:#fff;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.banner-box .hd ul li.on{background:#305dc3;width:50px;}



.index_abt{padding-top: 100px;padding-bottom: 40px;background: #f2f2f3;}
.in_about{max-width:1200px;padding:0px 15px;margin:0px auto;}

.n_ab_left{margin-top:40px;background:#fff;width:45%;float:left;}
.n_ab_left ul{padding: 40px 30px 60px;}
.n_a_ft1{display:block;font-size: 46px;line-height:50px;color: #565757;margin-bottom:15px;}
.n_a_ft2{display:block;font-size:18px;line-height:30px;color: #565757;max-height:180px;overflow:hidden;text-indent:2em;}
.n_a_ft3{display:block;height:90px;position:relative;border-top:1px solid #e5e5e5;position:relative;}
.n_a_ft3 i{display:block;position:absolute;right:0px;top:0px;height:90px;background: #132c62 url(../images/ico_go_01.png) center center no-repeat;width:90px;text-align:center;z-index: 1;}
.n_a_ft3:after{content: '';position:absolute;width:0px;right:0px;top:0px;height:90px;background:#132c62;moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}





.dex_a_in3:after,.dex_a_in3:before{display: block;height:8px;width:30px;background: #fff; -webkit-transition: all .5s;transition: all .5s;content: '';-webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
.dex_a_in3:after{-webkit-transform: rotate(0deg);transform: rotate(0deg);margin-left: -12px;margin-top: 5px;}
.dex_a_in3:before{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.dex_a_in3:hover:after{background: #8bc34a;}
.dex_a_in3:hover:before{background: #8bc34a;}

.n_a_ft3:hover:after{width:100%;background:#132c62;}
.n_a_ft3:hover em{color:#fff;}
.n_a_ft3 em{display:block;font-size: 25px;line-height: 30px;padding: 15px 0 15px 20px;color: #565757;font-family: 'Impact';position: relative;z-index: 1;}
.n_a_ft3:hover i{background: url(../images/ico_go_01.png) 0px center no-repeat;}
.n_ab_right{float:right;width:55%;}
.n_ab_right span{display:block;padding:10px;background:#fff;text-align:center;}
.n_ab_right span img{max-width:100%;max-height:400px;}

.in_prte{max-width:1200px;padding:0px 15px;margin:40px auto 0px;}
.in_pr_mdf{display:block;text-align:center;margin-bottom:15px;}
.in_pr_mdf em{display:inline-block;font-size: 36px;line-height:60px;border-bottom:3px solid #565757;padding-bottom:10px;color:#565757;}





.ind_about{margin-top:100px;padding-top:180px;padding-bottom: 100px;background: #0a3365;position: relative;}
.nd_abo_mian{max-width:1200px;padding:0px 15px;margin:0px auto;}


.nd_abo_ml span{display:block;margin-bottom:20px;}
.nd_abo_ml span img{max-width:100%;max-height:60px;}
.nd_abo_ml em{display:block;font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 18px;text-transform: uppercase;line-height:25px;}



.nd_abo_mr{width: 52%;position: absolute;right: 0;bottom: 120px;padding: 3%;z-index: 1;background-color: #8bc34a;background-position:center bottom;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.nd_abo_mr:hover{background-position: center 0;-webkit-transition: all 5s ease-in-out;-o-transition: all 5s ease-in-out;transition: all 5s ease-in-out;}
.nd_abo_mr,.nd_abo_mr a{color: #fff;}

.nd_abo_mt1{display:block;font-size: 46px;line-height:60px;text-transform: uppercase;}
.nd_abo_mt1 em{display:inline-block;border-bottom:2px solid #fff;}

.de_mxc_md{width:60%;float:right;}
.slide_ldt{height:340px !important;}
.slide_ldt ul{width:100%;overflow:hidden;}
.slide_ldt li{width:49%;float:left;position:relative;height:300px;}
.slide_ldt li:nth-child(2){width:49%;float:right;}
.slide_ldt li em{display:block;height:300px;overflow:hidden;}
.slide_ldt li em table{width:100%;height:300px;}
.slide_ldt li em table img{max-width:100%;max-height:300px;}
.de_ler{padding:10px 15px;position:absolute;left:0px;bottom:0px;z-index:1;}
.slide_ldt li i{display:block;margin-bottom: 5px;font-size: 12px;line-height:25px;color:#fff;font-style:normal;}
.slide_ldt li span{display:block;font-size: 14px;line-height:25px;color:#fff;height:50px;overflow:hidden;}
.slide_ldt li a:before {content: '';display: block;width: 100%;height: 300px;position: absolute;left: 0;top: 0;background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9)); background: -ms-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));background: -o-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));}

.slide_ldt li a:after{content: '';width: 100%;height: 300px;position: absolute;left: 0;top: 0;display: block;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.slide_ldt li a:hover:after{background-color: rgba(236,207,43,.7);}
.slide_ldt li a{display:block;}
.spn_nxd span{width:12px;height:12px;margin:0px 5px !important;}

.ny_bnner{min-width: 1200px;}
.main_cnet{max-width:1200px;margin:0px auto;min-width: 1200px;}
.m_in_ler1{display:block;margin:50px auto 50px;}
.m_in_ler1 span{font-size:26px; color:#444;margin-bottom: 8px;display:block;text-align:center;}
.m_in_ler1 em{color: #c1c1c1;font-size:16px;display:block;text-align:center;}

.title_l{background: #fff;max-width: 1200px;margin: 0px auto;border-bottom: 1px solid #f0f2f5;padding: 10px 0px 10px 0px;}
.title_l_ul{line-height:40px;margin:0px auto;font-size:14px;height:40px;overflow:hidden;max-width:1200px;color: #666}
.title_l a{color: #666;}

.min_ce_left{width:230px;float:left;}

.about_m p{margin-top:20px;}
.about_m img{max-width:100%;}
.about_m{line-height:25px;font-size:12px;color:#333;}

.m_i_mn_ler1{display:block;background: #8bc349;font-size: 16px;height: 38px;overflow: hidden;white-space: nowrap;line-height: 38px;color: #FFF;padding: 0 0 0 10px;font-weight:bold;}
.min_cet_m{padding-bottom:80px;padding-top: 11px;}
.in_cet1{margin-bottom:20px;}

.m_i_rn_le1{display:block;height:60px; background:#d23820; color:#FFF; line-height:60px !important; padding-left:30px; font-size:15px;font-weight:bold;}
.y_ctr2{background:#305DC3;padding: 5px 0px;}
.y_ctr2 li{line-height: 38px;position:relative;color: #fff;border-bottom: 1px solid rgba(255, 255, 255, 0.16);}
.y_ctr2 li:last-child{border-bottom:0px;}
.y_ctr2 li a{display:block;color: #CFDCF9;font-size: 14px;height: 38px;overflow:hidden;padding-right:40px;padding-left: 20px;}

.eb_lm_mdrf{position:relative;}
.leb_lm_m{display:none;width: 100%;}
.leb_lm_m a{display:block;height: 30px;line-height: 30px;color: #CFDCF9;font-size: 12px;padding-left: 27px;}
.leb_lm_m a:hover{color:#fff;}
.more_ald{display:block;position:absolute;right: 5px;top: -38px;width: 32px;z-index: 1;height: 38px;cursor:pointer;color: #fff;font-size:18px;line-height:38px;text-align:center;font-style:normal;font-weight:bold;}

.src_md_m{padding-left:40px;}



.items_content{position:relative;padding: 40px 0px;}




.contact_m{line-height:35px;font-size:14px;color:#343a40;padding:20px 0px;}
.contact_m ul{border-bottom:1px dashed #e5e5e5;padding-bottom:10px;margin-bottom:10px;}
.contact_m p strong{font-size:16px;}
.contact_m p img{max-width:100%;}


.feed_m{margin:30px auto;max-width:1310px;padding:0px 15px;}
.form-group{line-height:36px;margin-bottom:22px;position:relative;display:inline-block;width:100%;}
.form-control{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;padding-left:2%;width:97%;}
textarea.form-control{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:180px;outline:none;color:#666;font-size:12px;padding:10px 2%;width:95%;}
#code{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;padding-left:2%;width:40%;float: left;}
.btn-primary{border:1px solid #0656ad ;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;font-size:12px;width:100%;background:#0656ad;color:#fff;cursor:pointer !important;}
.form-group label{position:absolute;left:0px;bottom:-20px;line-height:20px;color:#666;font-size:12px;}
.form-group label.error{color:#ff0000;}
.form-group span{height: 34px;padding: 0px 10px 0 0;font-size: 14px;display: block;font-weight: 400;margin-left: 10px;color: #76838f;float: left;text-align: center;background-color: #f3f7f9;border: 1px solid #e4eaec;border-radius: 3px;line-height: 36px;}
.form-group span img{float:left;}
.form-group span a{display:inline-block;color:#666;font-size:12px;}


.job_mdf_m{margin:0px auto 0px;padding:20px;}
.job_mdf_m ul{padding:10px 0px 10px;border-bottom:1px dashed #e5e5e5;margin-bottom:10px;}
.job_mdf_m ul li{color: #666666;font-size: 14px;line-height:25px;}
.job_mdf_m ul li span{color:#333;}
.job_mdf_m ul li h3{font-size:16px;}


.pdror_lost_m_nzd {width: 1200px;margin:30px auto 0px;overflow:hidden;}
.pdror_lost_m_nzd ul{width:1260px;}
.st_m_n1{transition: all 0.4s ease-out 0s;padding-bottom: 0;padding-top: 7px;background-color: #ddd;border-radius: 3px;}
.pdror_lost_m_nzd ul li{width: 285px;margin-right:20px;float:left;margin-bottom: 40px;}
.pdror_lost_m_nzd ul li table{width:100%;height:230px;}
.pdror_lost_m_nzd ul li span{display:block;height: 230px;overflow:hidden;}
.pdror_lost_m_nzd ul li table img{max-width:100%;max-height:230px;}
.xp_man_cd1{display:block;text-align: center;height: 64px;overflow: hidden;transition:color 0.3s;background: #f7f7f7;padding-top: 20px;}
.xp_man_cd1 a{display:block;color: #595959;font-size: 16px;line-height: 40px;position: relative;height: 45px;overflow: hidden;}
.xp_man_cd1 a:after {content:'';position:absolute;width:34px;height:1px;background:rgba(0, 0, 0, .2);left: 50%;margin-left: -17px;top: 40px;}
.xp_man_cd1:hover{text-decoration: none;color:#0656ad;}
.st_m_n1:hover{box-shadow:0 20px 15px -15px rgba(0,0,0,.2);}
.st_m_n1:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}

/* 分页 */
a{text-decoration:none;}
*{padding:0; margin:0; list-style:none;}
address,cite,em {font-style:normal;}
.page_tp{margin:27px auto;text-align:center;height:32px;line-height:32px;display:inline-block;width:100%;}
.page_op_txt{background:#fff;border:1px solid #ccc;height:30px;line-height:30px;padding:0px 10px !important;display:inline-block;color:#333333;font-size:12px;font-family:"微软雅黑";margin-right:10px;display:inline-block;margin-left:10px;outline:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp span{color:#6d6d6d;font-size:12px;font-family:"微软雅黑";display:inline-block;padding:0px !important;border:0px !important;background:none;}
.red_pcd{width:40px;height:28px;line-height:28px;color:#6d6d6d;font-size:12px;font-family:"微软雅黑";border:1px solid #ccc;padding-left:5px;margin-right:10px;margin-left:10px;display:inline-block;margin-top:-3px;outline:none;text-align:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.red_pcd1{width:46px;height:30px;border:1px solid #e5e5e5;color:#333;font-size:12px;font-family:"微软雅黑";background:none;cursor:pointer !important;margin-left:10px;display:inline-block;margin-top:-3px;background:#efefef;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em{display:inline-block;margin-right:10px;}
.page_op_txtu{color:#bbb;}
.page_tp em a{background:#fff;border:1px solid #e5e5e5;padding:0px;height:30px;line-height:30px;width:36px;display:inline-block;color:#333333;font-size:13px;font-family:"微软雅黑";text-align:center;margin:0px 5px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em a.on{border: 1px solid #0656ad;color:#fff;background: #0656ad;font-weight:bold;}
.page_tp em a.on_last{border-right:1px solid #e5e5e5;}
.page{min-height: 40px;text-align:center;margin:0px auto 0px;padding: 0px 21px;display:none;}
.page ul{padding:20px 0px;}
.page a{display: inline-block;margin:0px 2%;height: 38px;line-height: 38px;border:1px solid #dcdcdc;color: #666666;font-size: 14px;width:45%;border-radius: 12px;-moz-border-radius: 12px;-webkit-border-radius: 12px;}

.job_mdf_m{margin:0px auto 0px;padding:20px;}
.ob_md_p3{display:none;}
.ob_md_p1{background:#305dc3;color:#fff;font-size:14px;}
.ob_md_p2{color:#555;font-size:13px;}
.ob_md_p2 td a{color:#555;}
.ob_md_p2 td{border-bottom:1px solid #e5e5e5;}
.job_mianc{padding: 5px 10px;font-size: 14px;color:#333;background:#ebedef;}
.job_mianc span{display:block;height:20px;margin: 15px 0px;line-height:20px;border-left:1px solid #305dc3;padding-left:10px;}
.job_mianc em{display:block;background-color: #fff;padding: 10px 15px;margin-bottom: 25px;line-height: 28px;}


.dhr_mt1{display:block;font-size:30px;line-height:55px;text-align:center;color: #343a40;font-weight:normal;margin-top:20px;}
.dhr_mt2{display:block;color:#666;font-size:14px;line-height:35px;text-align:center;}
.dhr_mt3 img{max-width:100%;}
.dhr_mt3 p{color:#666;font-size:14px;line-height:30px;}
.dhr_mt3{margin-top:15px;color:#666;font-size:14px;line-height:30px;}

.pge_re{margin-bottom:20px;margin-top:20px;}
.pge_re span{display:block;line-height:30px;height:30px;overflow:hidden;font-size: 14px;color:#666;}
.pge_re span a{color: #333;}
.pge_re span:hover a,.text_bsd a:hover{color:#0656ad;}
.ews_t_tl a:hover{background:#0656ad;color:#fff;}

.dex_n_ret3{margin-top:20px;padding-left: 40px;}
.dex_n_ret3 ul li{position: relative;padding: 10px 0px;border-bottom: 1px solid rgba(0, 0, 0, .06);}
.ex_ne_trt span{display:block;font-size:16px;color: #06090e;line-height: 32px;overflow:hidden;height: 32px;}
.ex_ne_trt span a{color:#000;font-size: 16px;}
.ex_ne_trt span a:hover{color:#0656ad;}
.ex_ne_trt i{display:block;color: #666;font-size:12px;line-height: 22px;margin: 2px 0px;font-style:normal;}
.ex_ne_trt em{display:block;font-size: 12px;line-height: 20px;color: #B5B5B5;max-height: 40px;overflow:hidden;}

.ex_ne_trt_mfd{margin-left:0px;min-height:auto;}

.lind_mdr2 dd a{color:#999;}

.th_cp_m{display:block;margin: 20px 0px 0px;text-align:center;}
.th_cp_m em{display:block;font-size:26px; color:#444;margin-bottom: 8px;}
.th_cp_m i{display:block;font-style:normal;color: rgba(191, 191, 191, 0.91);font-size: 14px;margin: 0 auto;padding-bottom: 15px;}
.cp_m_lm{border-bottom: 1px #ececec solid;width: 478px;margin:0px auto;position: relative;}
.cp_m_lm i{display:block;background:#fff;width:30px;height: 9px;margin:0px auto;position: absolute;left: 50%;bottom: -5px;margin-left: -15px;z-index: 1;}
.cp_m_lm i em{display:block;background:rgba(44, 102, 204, 0.82);width: 9px;height: 9px;margin:0px auto;}
.cp_m_lme i{background: #f7f7f7;}


.th_c_np_m{display:block;margin: 5px 0px 5px;text-align:center;font-size: 42px;color: #8bc34a;font-weight:bold;line-height:60px;}

.inx_news{background: #fff;display: inline-block;width: 100%;padding-top: 40px;min-width: 1200px;}

.inc_ced_cefr{max-width:1200px;padding:0px 15px;margin:50px auto;}



.anut_mdr{background:#f4f5f7 url(../images/index_about.jpg) center center no-repeat;min-width: 1200px;}
.ab_snd_m{max-width: 1110px;margin: 50px auto 50px;padding: 45px 45px;overflow:hidden;background:#305dc3;overflow: hidden;}
.ab_left{float:right;width: 55%;padding-left:3%;}
.ab_right{float:left;width: 42%;}
.ab_left span{display:block;font-size: 24px;color: #fff;line-height: 35px;}
.ab_left em{display:block;font-size:12px;color:rgba(255, 255, 255, 0.58);text-transform:uppercase;line-height:20px;margin-bottom: 15px;}


.ab_left p{font-size: 13px;color: rgba(255, 255, 255, 0.75);line-height: 25px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;}
.det_md{display: block;width: 66px;height: 35px;text-align: center;line-height: 35px;font-size: 24px;color: rgba(255, 255, 255, 0.75);border: rgba(255, 255, 255, 0.3) 1px solid;margin-top: 32px;transition: all 0.3s ease-in-out;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-raidus: 2px;float: right;}
.st_t2{position:relative;}
.st_t2 img{max-width:100%;max-height: 350px;}
.st_t2:after{content: '';position: absolute;top: 30px;left: 0px;width: 82%;height: 93%;background-color:#cde5b6;z-index: -1;}

.det_il_m1{height: 350px !important;}

.ab_sn_mcd{width:100%;overflow:hidden;}



.inxc_aburt{padding-top: 80px;padding-bottom: 1px;background:#f5f5f5 url(../images/company_intr_bg.jpg) center top no-repeat;background-attachment: fixed;min-width: 1200px;}
.th_cp_mw{color:#fff;}
.th_cp_mw em{border-bottom: 1px solid #fff;}
.cp_ldr_md{line-height:42px;overflow:hidden;margin: 5px 0 35px;}
.cp_ldr_md ul{width:100%;}
.cp_ldr_md ul li{width:20%;float:left;margin:0px 0px 15px 0px;height:40px;}
.cp_ldr_md ul li a{transition: all .3s ease-in-out;background:#eee;display:block;float:left;line-height:40px;width:90%;color:#0c1c31;font-size:14px;height:40px;text-align:center;margin:0px 5%;overflow:hidden;}
.cp_ldr_md ul li a.omm{background: #0656ad;color: #fff;border-color: #0656ad;}
.cp_ldr_md ul li a:hover{background: #0656ad;color: #fff;border-color: #0656ad;}


.ind_xex_bdnb{max-width:1200px;margin:40px auto;padding-bottom:40px;}


.ht_pdtr_m ul li:hover .spr_n_mer{color:#fff;background:#8bc34a;}

.ind_xex_bd{max-width:1200px;overflow:hidden;}
.ind_xex_bd ul{width: 1250px;}
.ind_xex_bd ul li{float:left;transition: all ease-out .3s;width: 275px;height: 325px;margin:0 30px 25px 0;background:#fff;}
.ite_m_img{position:relative;height: 275px;overflow: hidden;}
.ite_m_img table{width:100%;height:275px;}
.ite_m_img table img{max-width:100%;max-height:275px;}
.spr_nmer{display:block;line-height: 50px;height: 50px;text-align:center;overflow:hidden;color:#0c1c31;font-size:14px;}
.ite_m_img:before{content: '';display: block;position: absolute;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;width: 30%;height: 50%;left: 1%;top: 1%;}
.ite_m_img:after{content: '';display: block;position: absolute;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;width: 40%;height: 40%;right: 1%;bottom: 1%;}
.mcf_more:after{content: 'MORE';display: block;width: 80px;height: 80px;line-height: 80px;border: 4px solid rgba(255,255,255,.4);background-clip: content-box;z-index: 1;
 text-align: center;background-color: rgba(6,86,173,.9);color:#fff;border-radius: 50%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);opacity: 0;filter: alpha(opacity=0);}
.ind_xex_bd ul li:hover{box-shadow: 0px 7px 17px #dedede;}

.min_ce_r_left{width:220px;float:left;border-radius:3px;-moz-borer-radius:3px;-webkit-border-radius:3px;overflow:hidden;}
.min_ce_ri_l{float:right;width: 980px;}

.n_ce_r_pt1{width: 170px;background: #264EA7;padding: 25px 20px 24px 30px;}
.n_ce_r_pt1 span{display:block;color:#fff;font-weight:bold;font-size: 24px;border-bottom: 1px solid rgba(255, 255, 255, 0.16);line-height: 45px;}
.n_ce_r_pt1 em{display:block;color: #EAEAEA;font-size:15px;text-align:right;line-height: 35px;text-transform: uppercase;}
.n_ce_r_pt2{background:#305DC3;padding:15px 15px 30px;}
.n_ce_r_pt2 li{height: 40px;line-height: 40px;}
.n_ce_r_pt2 li a{display:block;color:#CFDCF9; font-size:14px;padding-left: 15px;}
.n_ce_r_pt2 li:hover{padding-left: 30px;background-color: #2249A0;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}

.pdror_lo_zd{margin-left:20px;width:960px;overflow:hidden;}
.pdror_lo_zd ul{width:1000px;}
.pdror_lo_zd ul li{float:left;width: 290px;margin: 15px 15px 20px;height: 295px;transition: all 0.3s ease-out 0s;border-bottom: 1px rgba(109, 109, 109, 0.22) solid;padding-top: 15px;}
.pdror_lo_zd ul li:hover{box-shadow: 0px 7px 17px #dedede;}
.st_m_nm span{display:block;width:100%;height:230px;}
.st_m_nm span table{width:100%;height:230px;}
.st_m_nm span table img{max-width:100%;max-height:230px;}
.xp_ma_n_cd1{display:block;font-size: 15px;color: #06090e;overflow: hidden;height: 32px;line-height: 32px;text-align: center;margin-top: 15px;padding:0px 14px;}



.news_ndr{max-width: 1200px;margin: 30px auto 10px;overflow:hidden;}
.news_ndr ul{width:1250px;overflow: hidden;}
.news_ndr ul li{width:590px;float:left;margin-top: 28px;background:#f7f7f7;margin-right:20px;}
.ews_nder{padding:10px 32px;}
.ws_nt1{font-size: 18px;color: #333333;overflow: hidden;height: 48px;line-height: 48px;display: block;}
.ws_nt1 a{color:#333333;}
.ws_nt1 a:hover{color:#305dc3;}
.ws_nt1:before{content:'';height: 3px;width: 0px;background: #305dc3;margin-top: 22px;margin-right: 0px;transition: all 0.3s ease-in-out;float:left;}
.news_ndr ul li:hover .ws_nt1:before{width: 17px;margin-right: 12px;} 
.ws_nt2{display: block;overflow: hidden;font-size: 14px;color: #888888;line-height: 36px;height: 36px;}
.ws_nt3{ font-size: 14px;color: #888888; line-height: 30px;overflow: hidden;display: block;height: 60px;margin-top: 7px;}
.ws_nt4{line-height: 40px;height: 40px;font-size: 14px;color: #333333;width: 123px;background: url(../images/news_icon1.png) center right no-repeat;transition: all 0.4s ease-in-out;display: block;}
.f_tl{float:left;display:block;margin-right: 20px;padding-left: 26px;background: url(../images/news_icon3.png) center left 3px no-repeat;}
.f_t2{float:left;display:block;padding-left: 26px;background: url(../images/news_icon4.png) center left 3px no-repeat;}
.news_ndr ul li:hover .ws_nt4{ margin-left: calc(100% - 123px);color: #305dc3;background: url(../images/news_icon2.png) center right no-repeat;}
.news_ndr ul li:hover{background:#fff;box-shadow: 0px 7px 17px #dedede;}


.inxc_peit{background: #f7f7f7;padding:30px 0px 20px;min-width: 1200px;}

.ind_xex_bd{width:1200px;margin:0px auto;}

.nx_rpt2{display:block;margin: 40px auto 20px;text-align: center;width:1200px;}
.nx_rpt2 a{color:#fff;display: inline-block; margin: 0 8px 10px; font-size: 14px; padding:0px 28px; margin-right:4px;  border: 1px #efefef solid;color:#a9a9a9;background-color:#fff; transition: 0.3s;white-space:nowrap;line-height:36px;}
.nx_rpt2 a:hover{color:#fff;transition: 0.3s; background-color:#305dc3;transform-origin: bottom;border: 1px #305dc3 solid;}



.fs_xd_mcd{display:block;box-shadow: 0 2px 12px #e2e2e2;border: #ddd 0px solid;background: rgba(255,255,255,.0);height:35px;line-height:35px;width: 102px;position: relative;overflow: hidden;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);margin: 35px auto 35px;color: #aba8a8;font-size: 13px;text-transform: uppercase;padding-left: 45px;}
.fs_xd_mcd em{display:inline-block;background: #101010;width:35px;position: absolute;right: 0px;top: 0px;text-align: center;font-weight: bold;color: #fff;font-size: 18px;line-height: 39px;}
.fs_xd_mcd:hover{color: #525252;box-shadow: 0px 7px 15px #dedede;}
.fs_xd_mcd:hover em{background: #305dc3;}


.src_md_m{position:relative;}
.tp_sech{height: 35px;float:right;background: #fff;overflow: hidden;position:absolute;right:0px;top: 11px;}
.tp_t_mx_t1{float:left;width: 255px;background: #fff;outline:none;color:#333;font-size: 14px;height: 33px;line-height: 33px;padding-left: 15px;border: 1px solid #e5e5e5;}
.tp_t_mx_t2{float:left;width: 60px;height: 35px;cursor:pointer;outline:none;border:0px;background: #264EA7 url(../images/secr1.png) center center no-repeat;}


.ex_n_r_dl{padding-left:0px;}