/* 头部 */
.header{
    position: fixed;
    z-index: 5;
    background: #b3ecffad;
    width: 100%;
}

.header .wp:after{
    content:"";
    display: block;
    clear: both;
}

.logo{
    float: left;
    margin-top: 2px;
}

.header_rig{
    float: right;
}

.header_rig:after,
.nav:after{
    content:"";
    display: block;
    clear: both;
}

.nav{
    position: relative;
    float: left;
}

.nav dl{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.nav dd{
    float: left;
}

.nav li{
    float: left;
    margin-right: 24px;
}
/*
.nav li:hover dl{
    display: block;
}*/

.nav .a1{
    position: relative;
    display: block;
    padding: 0 5px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-size: 18px;
}

.nav li:nth-child(5) dd,
.nav li:nth-child(6) dd{
	float: right;
}

.nav dd a{
    display: block;
    background: #ae3433;
    color:#fff;
    width: 125px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
}

.nav dd a:hover{
    text-decoration: underline;
}

.nav .on .a1{
    color:#d9311a;
}

.nav .a1:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #296ab1;
    opacity: 0;
    -webkit-transition:.3s;
    transition:.3s;
    display: none;
}

.nav li:hover .a1:after,
.nav li.on .a1:after{
    opacity: 1;
}

.header_lang{
    float: left;
    margin-top: 20px;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 27px;
    border:2px solid #000;
    border-radius: 50%;
    font-weight: bold;
}


/* 底部 */
.copy{
    padding: 15px 0;
    background: #1d1d1d;
    text-align: center;
    font-size: 14px;
    color:#fff;
}

.copy em{
    display: inline-block;
    margin:0 23px;
}

/* mBgCover */
.mBgCover{
    -webkit-background-size: cover;
    background-size: cover;
}

/* m_tit */
.m_tit{
    margin-bottom: 40px;
    text-align: center;
    color:#2e6fb3;
}

.m_tit strong{
    position: relative;
    display: inline-block;
    padding: 0 46px;
    font-size: 24px;
    font-weight: normal;
}

.m_tit strong:after,
.m_tit strong:before{
    content:'';
    position: absolute;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #2e6fb3;
}

.m_tit strong:after{
    right: 0;
}

.m_tit strong:before{
    left: 0;
}

.m_tit em{
    display: block;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.m_img{
    text-align: center;
}

.m_img img{
    vertical-align: middle;
}

.m_subnav_box .wp{
    overflow: hidden;
}

.m_subnav_box{
    padding: 30px 0;
    overflow: hidden;
    font-size: 16px;
    background: #f4f4f4;
}

.m_cur{
    float: left;
    color:#454545;
}

.m_cur em{
    display: inline-block;
    padding:0 20px 0 20px;
    background: url(../images/icon7.png) no-repeat left center;
}

.m_cur a{
    position: relative;
    display: inline-block;
    padding:0 20px 0 13px;
}


.m_cur a:after{
    content:'';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #454545;
}

.m_cur a:last-of-type:after{
    display: none;
}

.m_cur *{
    vertical-align: middle;
}

.m_subnav{
    float: right;
}

.m_subnav a{
    margin-left:27px;
}

.m_subnav .on{
    color:#3875b5;
}

.mBgCover1{
    padding: 30px 0;
}

.m_txt{
    font-size: 14px;
    line-height: 28px;
}

.m_txt h3{
    padding-top: 20px;
    color:#454545;
}

.h20{
    height: 20px;
}

.m_ban{
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.m_btn{
    padding-top: 60px;
    text-align: center;
}

.m_btn .btn{
    display: inline-block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    background: #456aa9;
    font-size: 14px;
    color:#fff;
}

.m_btn .btn:hover{
    background: #b83d3c;
}

.m_row{
    overflow: hidden;
}

.m_row_col{
    float: left;
    width: 240px;
}

.m_row_cor{
    margin-left: 280px;
    overflow: hidden;
}

.m_row_cor .m_cur a:first-of-type:before{
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #454545;
}


.m_subnav_let h3{
    height: 75px;
    line-height: 75px;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color:#fff;
    background: url(../images/m_subnav_bg.jpg) no-repeat; 
}

/*  */

.m_subnav_ul{
    border:1px solid #d3d3d3;
    border-bottom: 0;
    background: #f5f5f5;
}

.m_subnav_ul a{
    display: block;
    overflow: hidden;
    color:#454545;
    border-bottom: 1px solid #d3d3d3;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

.m_subnav_ul a:hover{
    color:#d22a26;
}

.m_subnav_ul .a1{
    position: relative;
    padding: 0 25px 0 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
}

.m_subnav_ul .a1:after{
    content:"";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 5px;
    height: 9px;
    background: url(../images/arr.png) no-repeat center;
    -webkit-transition:.3s;
    transition:.3s;
    margin-top: -5px;
}

.m_subnav_ul .a1:before{
    content:'';
    position: absolute;
    left: 9px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #454545;
    -webkit-transition:.3s;
    transition:.3s;
}


.m_subnav_ul li.on .a1:after{
    -webkit-transform:  rotate(90deg);
    transform:  rotate(90deg);
}

.m_subnav_ul li.on .a1{
    background:#ffffff; 
    color:#d22a26;
}


.m_subnav_ul .on .a1:before{
    background: #d22a26;
}

.m_subnav_ul .secondLevelBtn{
    text-align: center;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.m_subnav_ul .secondLevelBtn.on{
	color:#d22a26;
}

.levelThreeBtn {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.levelThreeBtn em{
    display: inline-block;
}

.secondLevelBtn em{
    position: relative;
    display: inline-block;
    padding-left: 24px;
    max-width: 80%;
    margin:0 auto;
}

.levelThree,
.secondLevel{
    display: none;
}

.secondLevelBtn em:after{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: url(../images/arr.png) no-repeat left center;
    -webkit-transition:.3s;
    transition:.3s;
}
/*
.secondLevelBtn.on em:after{
    transform: rotate(90deg);
}

.m_subnav_ul li:hover .a1,
.m_subnav_ul li.on .a1,
.m_subnav_ul li a:hover{
    background: #b83d3c;
    color:#fff;
}

.m_subnav_ul dt a{
    display: block;
    background: #eaeaea;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}

.m_subnav_ul dd a{
    position: relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #d3d3d3;
    font-size: 14px;
}

.m_subnav_ul dd a:after{
    content:"";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) ;
    transform: translateX(-50%) ;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    border-top:5px solid #000000;
}

/*  */

.m_row_cor .m_cur{
    float: none;
    margin-bottom: 30px;
    padding:0 0 10px 5px;
    border-bottom: 1px solid #d3d3d3;
}


.m_page{
    padding-top: 60px;
    text-align: center;
}

.m_page *{
    display: inline-block;
    vertical-align: middle;
    margin:5px 16px;
    padding: 0 5px;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    border:1px solid #454545;
    color:#454545;
}

.m_page .prev,
.m_page .next{
    background: url(../images/prev.png) no-repeat center;
}

.m_page .next{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m_page .prev:hover,
.m_page .next:hover{
    background:#0049ac url(../images/prev_on.png) no-repeat center;
}

.m_page span,
.m_page a:hover{
    border-color:#0049ac;
    color:#fff;
    background: #0049ac;
}




.m_menu{
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background: url(../images/m_menu.png) no-repeat center;
}


