/* header start */
.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1400px;
    height: 60px;
    /* padding: 0 60px; */
    background: #fff;
    box-shadow:0px 6px 12px 0px rgba(0,0,0,0.1);
    z-index: 1000;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.nav {
    margin-right:30px;
    float: right;
}

.nav li.nav_li {
    float: left;
    width: 124px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #262B62;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.nav li.nav_li:hover {
    font-weight: bold;
    z-index: 200;
    background: url(../images/nav_hover_bg.png) center center no-repeat;
    color:#fff;
}
.nav li.nav_li:hover .news_co{ color:#fff;}
.nav li.nav_li.on {
    background: url(../images/nav_bg.png) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    z-index: 1;
}
.nav li.nav_li.on a{ color:#fff;}
.nav .nav_list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 154px;
    margin-top: -10px;
    margin-left:-77px\9;
    padding-bottom:26px;
    /* height: 432px; */
    background: rgba(255,255,255,.9);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .5);
    display: none;
    z-index: 200;
}

.nav .nav_list li {
    position: relative;
    height:49px;
    line-height: 49px;
    margin:9px 30px 0 30px;
    text-align: left;
}

.nav .nav_list li a {
    display: block;
}

.nav .nav_list li:after {
    position: absolute;
    content:"";
    width:24px;
    height:2px;
    background:#bc2430;
    transition-duration: .4s;
    display: block;
}

.nav .nav_list li.on a {
    color:#262B62;
}

.nav .nav_list li:hover:after ,.nav .nav_list li.on:after {
    width:64px;
}

.nav li.nav_li:hover .nav_list {
    display: block;
}

.lanuage_select {
    position: relative;
    width:66px;
    height: 24px;
    margin-top:18px;
    float:right;
}

.lanuage_select .lanuage_show {
    width:66px;
    height:24px;
    line-height: 24px;
    background:#EBEBF0;
    text-align: center;
    font-size: 12px;
    color:#909299;
    border-radius: 12px;
    cursor: default;
}

.lanuage_select .lanuage_show:before {
    content:"";
    width:16px;
    height:16px;
    margin:4px 0 0 4px;
    background:url(../images/earth.png) no-repeat;
    display: block;
    float: left;
}

.lanuage_select .lanuage_show:after {
    content:"";
    width:12px;
    height:12px;
    margin:6px 4px 0 0;
    background:url(../images/cor_down.png) no-repeat;
    display: block;
    float: right;
}

.lanuage_select .lanuage_option {
    position: absolute;
    width:66px;
    line-height: 24px;
    top:24px;
    left:50%;
    transform: translateX(-50%);
    background:#EBEBF0;
    display: none;
}

.lanuage_select:hover .lanuage_option {
    display: block;
}

.lanuage_select .lanuage_option a {
    padding:0 3px;
    display: block;
    transition-duration: .3s;
}

.lanuage_select .lanuage_option a:hover {
    background:#fff;
}

.search_form {
    margin:17px 40px 0 0;
    float:right;
}

.search_form .search_ipt {
    width:128px;
    height:24px;
    height: 26px\9;
    line-height: 16px;
    margin-right:6px;
    padding:4px 8px;
    font-size:12px;
    border:1px solid #EBEBF0;
    background:#EBEBF0;
    border-radius:16px;
    float: left;
}

.search_form .search_submit {
    width:26px;
    height: 26px;
    border:none;
    background:#EBEBF0 url(../images/search.png) center center no-repeat;
    border-radius: 50%;
    outline:none;
}

/* header end */

/* footer start */

.footer {
    position: relative;
    width: 100%;
    min-width: 1420px;
    margin-top:-18px;
    /* height: 396px; */
    overflow: hidden;
}

.footer:before {
    position: absolute;
    content:"";
    width:100%;
    height:44px;
    background:url(../images/footer_top_bor.png) left center no-repeat;
    display: block;
}

.footer:after {
    position: absolute;
    content:"";
    width:100%;
    height:6px;
    top:18px;
    left:100px;
    background:#262b62;
    display: block;
}

.footer .footer_con {
    width:100%;
    height:270px;
    margin-top:18px;
    background: url(../images/footer_bg.png) top center no-repeat;
}

.footer .footer_copyright {
    height:55px;
    line-height: 55px;
    text-align: center;
    color:#909299;
    font-size:14px;
    background:#e6e6e8;
}
.footer .footer_logo {
    width:180px;
}

.footer .footer_logo img, .footer .footer_logo p {
    width:160px;
}

.footer .footer_logo img {
    margin-top:40px;
}

.footer .footer_logo p {
    margin-top:30px;
    color:#5C5E66;
    font-size:16px;
}

.footer .footer_mod {
    width:100px;
    margin-left:60px;
}

.footer .footer_mod.r2 {
    width:188px;
}

.footer .footer_mod h3 {
    height: 28px;
    line-height: 28px;
    margin-top:40px;
    font-size:20px;
    color:#292B33;
}

.footer .footer_mod .mod_line {
    width:24px;
    height:2px;
    margin:10px 0;
    background:#262B62;
}

.footer .footer_mod ul {
    margin-left:-40px;
}

.footer .footer_mod ul li {
    height: 26px;
    line-height:26px;
    margin-top:10px;
    margin-left:40px;
    float: left;
}

.footer .footer_mod ul li a {
    transition-duration: .3s;
}

.footer .footer_mod ul li a:hover {
    color:#262B62;
}

.footer .footer_rmod {
    margin-left:60px;
}

.footer .footer_rmod img {
    width:172px;
    margin-top:40px;
}

.footer .footer_rmod p {
    height: 26px;
    line-height: 26px;
    margin-top:10px;
    font-size:16px;
    color:#5C5E66;
    text-align: center;

}

/* footer end */

/* 最小宽度 */
.min_wrap {
    min-width: 1400px;
}

.page_banner {
    margin-top:60px;
}

.page_banner img {
    margin:0 auto;
    display: block;
}

/* 分页 */
.pageturn{
    padding: 66px 0 100px;
    text-align: center;
}
.pageturn .topage{
    display: inline-block;
    height:36px;
}
.pageturn .topage li{
    float: left;
    height: 36px;
    line-height: 36px;
    font-size:16px; 
    background: #fff;
    box-shadow:0px 0px 10px -2px rgba(0,0,0,0.2);
    margin-right: 12px;
}
.pageturn .topage  a {
    padding: 0 13px;
    color: #172A7E;
    display: block;
	float: left;
    height: 36px;
    line-height: 36px;
    font-size:16px; 
    background: #fff;
    box-shadow:0px 0px 10px -2px rgba(0,0,0,0.2);
    margin-right: 12px;
}
.pageturn .topage select{ display:none;}
.pageturn .topage  a.disabled:hover {
    color: #172A7E;
    background:#fff;
    cursor: default;
}
.pageturn .topage  a.active {
    cursor: default;
}

.pageturn .topage  a:hover ,.pageturn .topage  a.active {
    background: #262B62;
    color:#fff;
}
.pageturn .topage li.last_li{
    margin-right: 0;
}

/* 内页二级导航 */

.subnav{
    width: 100%;
    height: 60px;
    background:#FFFFFF;
    box-shadow:0px 2px 4px 0px rgba(38,43,98,0.2);
    text-align: center;
}
.subnav ul{
    display: inline-block;

}
.subnav ul li{
    float: left;
    line-height: 60px;
    font-size:16px;
    font-weight:500;
    /* padding: 0 22px; */
    margin: 0 8px;
}
.subnav ul li a {
    height:60px;
    color: #909299;
    display: block;
    white-space: nowrap;
}


.subnav ul li a:before {
    content:"";
    width:21px;
    height:60px;
    /* background:url(../images/sub_nav_r.png) no-repeat; */
    display: block;
    float: right;
}

.subnav ul li a:after {
    content:"";
    width:21px;
    height:60px;
    /* background:url(../images/sub_nav_l.png) no-repeat; */
    display: block;
    float: left;
}

.subnav ul li.on{
    background-size: 100% 100%;
}

.subnav ul li.on a:before {
    background:url(../images/sub_nav_r.png) no-repeat!important;
}

.subnav ul li.on a:after {
    background:url(../images/sub_nav_l.png) no-repeat!important;
}

.subnav ul li a span {
    height:60px;
    display: inline-block;
    white-space: nowrap;
}

.subnav ul li a:hover span {
    background:#262B62;
    color:#fff;
}

.subnav ul li a:hover:before {
    background:url(../images/nav_bg.png) right center no-repeat;
}

.subnav ul li a:hover:after {
    background:url(../images/nav_bg.png) left center no-repeat;
}

.subnav ul li.on a span {
    background:#c7333d;
}

.subnav ul li.on a {
    font-size:20px;
    color: #FFFFFF;
}

/* 大部分内容区块 */
.mod_wrap {
    padding:80px 0;
}

/* 灰色背景 */
.gray_bg {
    background-color:#F5F5F5;
}

/* 蓝按钮 */
.blue_btn {
    width:186px;
    height:48px;
    line-height: 48px;
    text-align: center;
    color:#fff;
    font-size:16px;
    background:#262B62;
    display: inline-block;
    transition-duration: .3s;
}

.blue_btn .r_arrow {
    width:24px;
    height:24px;
    margin-left:20px;
    background:url(../images/r-arrow.png) center right no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.blue_btn:hover {
    background:#c7333d;
}