* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari and Chrome */
    -o-transition: all 0.4s; /* Opera */
}

body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    background: #ffffff;
}
@page { size: landscape; }
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
    font-family: "Microsoft YaHei";
}

.input::placeholder {
    font-family: "Microsoft YaHei";
}


i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.pcNone {
    display: none !important;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header_top {
    position: relative;
    padding:0 80px;
    height: 55px;
    background:#005BAC;
    z-index: 2;
}

.header_logo {
    position: absolute;
    /* top:55px; */
    top: 0;
    left: 0;
    width:100%;
    min-width: 1200px;
    height: 122px;
    padding: 15px 80px 0;
    /* background:rgba(230,240,255,1); */
    background-color: #FFF;
    box-shadow: 0px 2px 10px rgba(178,178,178,.8);
    box-sizing: border-box;
    z-index: 10;
    border-top: 4px solid #005bac;
}

.header_logo .header_logo1 {
    display: block;
    width:429px;
    height:54px;
    background:url(logo.png) no-repeat;
    margin-top: 18px;
}



/* 导航修改 - start */


.header_Nav_right {

}

.search_and_laguage {
    overflow: hidden;
}

.header_Nav_right .header_topL {
    float: right;
    margin-left: 60px;
}

.header_Nav_right .header_topL .engLink {
    margin: 0;
}

.header_Nav_right .searchBox {
    float: right;
    margin-top: 0;
    background: #f4f5f9;
}

.header_Nav_right .searchBox .searchBtn {
    background: url(icon_search_gold.png) no-repeat;
}

.header_Nav_right .header_topL .engLink a {
    background: url(icon_earth_gold.png) no-repeat;
}

.header_Nav {
    margin-top: 13px;
}


/* 导航修改 - end */
.indexscroll {
    border-bottom: 1px #ECECED solid;
    background: #fff;
}
.txtMarquee-top * {
    transition: none;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition: none; /* Safari and Chrome */
    -o-transition: none; /* Opera */
}
.txtMarquee-top{
    width:1400px;
    height:67px;
    overflow:hidden;
    position:relative;
    background:url(icon_notice2.png) 3px center no-repeat;
    padding-left: 50px;
    margin: 0 auto;
    transition: none;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition: none; /* Safari and Chrome */
    -o-transition: none; /* Opera */
}

.txtMarquee-top .infoList li{ height:67px; line-height:67px; width: auto!important;}
.txtMarquee-top .infoList li a{font-size: 16px; color:#000;padding-left: 42px;}

.header_topL{float: left;font-size:0;}
.header_topR{float: right;font-size:0;}
.searchBox {
    display: inline-block;
    margin-top: 10px;
    width: 330px;
    height: 36px;
    background:#337CBD;
    border-radius: 18px;
    position: relative;
}

.searchBox .search_txt{
    width:265px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color:#999;
    padding-left:20px;
    background:transparent;
}

.searchBox .search_txt::-webkit-input-placeholder {
color: #999;
}
.searchBox .search_txt::-moz-input-placeholder {
color: #999;
}
.searchBox .search_txt::-ms-input-placeholder {
color: #999;
}

.searchBox .searchBtn {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -10px;
    background: url(icon_search.png) no-repeat;
}
.header_topL .engLink{display:inline-block;margin:11px 5px 0 0;vertical-align:top;}
.header_topL .engLink a{padding-left:24px;font-size: 18px;color:#1a1a1a;line-height:33px;font-family: Arial;background:url(icon_earth.png) left center no-repeat;}
.header_topR .engLink{display:inline-block;margin:11px 5px 0 31px;padding-left:34px;border-left: 1px solid #507fa4;vertical-align:top;}
.header_topR .engLink a{padding-left:33px;font-size: 18px;color:#999;line-height:33px;font-family: Arial;background:url(icon_earth.png) left center no-repeat;}

.header_Nav ul {
    width: 100%;
    display: flex;
    justify-content:space-between;
}

.header_Nav ul li {
    display: inline-block;
    margin-left: 30px;
    margin-left: 12px\9;
    padding-bottom: 1px;
}

.header_Nav ul li:first-child{margin-left: 0;}

.header_Nav ul li > a {
    position: relative;
    display: inline-block;
    padding:0 5px 18px;
    line-height: 36px;
    color: #1a1a1a;
    font-size: 20px;
    text-align: center;
}

.header_Nav ul li.on a {
    color:#005BAC;
}

.header_Nav ul li:hover a {
    color:#005BAC;
}

.header_Nav ul li > a:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height: 4px;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    /*閫氳繃transform鐨勭缉鏀緎cale鏉ヨ鍒濆鏃秞杞翠负0*/
    transform: scale3d(0,1,1);
    /*灏嗗潗鏍囧師鐐圭Щ鍒板厓绱犵殑涓棿锛屼互鍘熺偣涓轰腑蹇冭繘琛岀缉鏀�*/
    transform-origin:50% 0;
}

.header_Nav ul li.on a.active:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height: 4px;
    background: #caa846;
    border-radius: 2px;
    transform:scale3d(1,1,1);
}
.header_Nav ul li > a:hover::after {
    /*榧犳爣缁忚繃鏃惰繕鍘熷埌姝ｅ父姣斾緥*/
    transform:scale3d(1,1,1);
}
.header_Nav ul li:hover > a:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height: 4px;
    background: #caa846;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    /*閫氳繃transform鐨勭缉鏀緎cale鏉ヨ鍒濆鏃秞杞翠负0*/
    transform: scale3d(1,1,1);
    /*灏嗗潗鏍囧師鐐圭Щ鍒板厓绱犵殑涓棿锛屼互鍘熺偣涓轰腑蹇冭繘琛岀缉鏀�*/
    transform-origin:50% 0;
}

.header_Nav ul li.sub:hover .subMenuBg{
    height: 420px;
    transition: height 0.6s;
}

.subMenuBg{
    height: 0;
    position: absolute;
    top:100%;
    left:0;
    width:100%;
    min-width: 1200px;
    z-index: 1;
    overflow: hidden;
}

.subMenuBg:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 2px 10px rgba(96, 91, 91, 0.9);
    top: 0;
    left: 0;
    height: 1px;
}

.subMenu{
    position: relative;
    /* height: 500px; */
    width:100%;
    min-width: 1200px;
    padding: 28px 0 28px;
    background:#f5f4f1;
    box-shadow: 2px 0px 8px rgba(178, 178, 178, 0.25);
    z-index: 2;
}

.subMenu .subMenuC{
    display: flex;
    justify-content: space-between;
}

.subMenu .subMenuC dl{position:relative;padding:0 30px;display: inline-block;box-sizing: border-box;vertical-align: top;}

.subMenu .col2 dl{ width:49%;}
.subMenu .col3 dl{ width:33%;}
.subMenu .col5 dl{ width:19%;}
.subMenu .col6 dl{ width:16%;}

.subMenu .col-4 dl{width:24%}

.subMenu .col4 dl{ width:33%;}
.subMenu .col4 .width200{width:49%;}
.subMenu .col4 .width200 dd{float: left;margin-right: 50px;}
.subMenu .col4 .width200 dd:last-child{margin-right: 0;}

.subMenu .subMenuC dl:first-child{padding:0 33px 0 0;}
.subMenu .subMenuC dl:last-child{padding:0 0 0 33px;}

.subMenu .subMenuC dl:after{
    content: '';
    position: absolute;
    top:0;
    right:0;
    width:1px;
    height: 100%;
    background:#e0dfdc;
}
.subMenu .subMenuC dl:last-child:after{
    width:0;
    background:none;
}

.subMenu .subMenuC dl dt{
    font-size:18px;
    color:#333;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 2px solid #d7c694;
}

.subMenu .subMenuC dl dt a{
    color:#333;
    display: block;
    /* color: #c7a478; */
}
.subMenu .subMenuC dl dt a:hover{color:#c7a478;}

.subMenu .subMenuC dl dd a{
    display: block;
    font-size:16px;
    color:#005BAC;
    line-height: 36px;
    padding-left: 17px;
    background: url(icon_arrow5.png) 2px 14px no-repeat;
}

.subMenu .subMenuC dl dd a:hover{color: #CAA846;background: url(icon_arrow6.png) 2px 14px no-repeat;}

.footer{border-top: 10px solid #e3e4e5;background:#005BAC url(index_foot_bg.jpg) center top no-repeat;}

.footer_cont{
    height: 186px;
}

.footer_cont .footer_contL{
    float: left;
    padding-top: 35px;
}

.footer_cont .footer_contR{
    float: right;
    padding-top: 33px;
}

.footer_down .footer_downL{float: left;font-size: 14px;color: #ffffff;line-height: 35px;}
.footer_down .footer_downR{float: right;}
.footer_down .footer_downR a{font-size: 14px;color: #ffffff;line-height: 35px;margin-left: 33px;}
.footer_down .footer_downR a img{vertical-align: middle;margin-right: 9px;}

.footer_cont .dl2{padding-top: 26px;}

.footer_cont dl{overflow: hidden;}
.footer_cont dl dt{
    float: left;
    display: inline-block;
    font-size: 18px;
    color:#fff;
    line-height: 30px;
}

.footer_cont dl dd{
    float: left;
    display: inline-block;
    vertical-align:top;
}
.footer_cont dl dd a{
    font-size: 16px;
    color:#fff;
    line-height: 30px;
}

.footer_cont dl dd .links{margin-right: 40px;}
.footer_cont dl dd .links a{
    display: block;
}

.footer_cont dl dd .links1 a{
    display: inline-block;
    margin-right: 30px;
    padding-right: 20px;
    background: url(icon_arrow4.png) right center no-repeat;
}

.footer_bot_ewm li{
    float: left;
    margin-left:54px;
    text-align: center;
}

.footer_bot_ewm li:first-child{margin-left: 0;}

.footer_bot_ewm li p{
    font-size: 12px;
    color:#ffffff;
    line-height: 30px;
}

.footer_bot_ewm img {
    width: 91px;
    height: 91px;
    border:6px solid #337CBD;
}

.footer_cont{height:186px;}
.footer_down{height:35px;background:#337CBD;}

.rightBar{position: fixed;bottom:309px;right:20px;z-index: 99;}
.rightBar .backTop{
    display: block;
    width:56px;
    height: 56px;
    background: #005BAC url(icon_top.png) center center no-repeat;
    box-shadow: 0 0 3px rgba(178,178,178,0.1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden;
}

.rightBar .backTop:hover{background: #005BAC url(icon_top.png) center center no-repeat;}

.rightBar .backTop.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.maincont {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.rt_active dt {
    overflow: hidden;
}
.subMenu .rt_active dl dt span {
    color: #caa846;
    font-family: 宋体;
    font-weight: bold;
    margin-left: 10px;
}
@media screen and (max-width: 1800px) {
    .header_top {
        padding:0 48px;
        height: 46px;
    }

    .header_logo {
        position: absolute;
        /* top:46px; */
        top: 0;
        left: 0;
        padding: 18px 48px 0;
        height: 122px;
    }

    .header_top {
        height: 46px;
    }

    .header_logo .header_logo1 {
        display: block;
        width:358px;
        height:45px;
        background:url(logo1000.png) no-repeat;
        background-size: 100%;
    }

    /* 导航修改 - start */


    .header_Nav_right {

    }

    .search_and_laguage {
        overflow: hidden;
    }

    .header_Nav_right .header_topL {
        float: right;
        margin-left: 60px;
    }

    .header_Nav_right .header_topL .engLink {
        margin: 0;
    }

    .header_Nav_right .searchBox {
        float: right;
        margin-top: 0;
        background: #f4f5f9;
    }

    .header_Nav_right .searchBox .searchBtn {
        background: url(icon_search_gold.png) no-repeat;
        background-size: 18px;
    }

    .header_Nav_right .header_topL .engLink a {
        background: url(icon_earth_gold.png) no-repeat left center;
        background-size: 17px;
    }

    .header_Nav {
        margin-top: 10px;
    }

    .header_topL .engLink a {
        font-size: 18px;
    }

    /* 导航修改 - end */


    .header_topL .engLink {
        display: inline-block;
        margin: 5px 5px 0 0;
    }

   .searchBox {
        display: inline-block;
        margin-top: 8px;
        width: 275px;
        height: 35px;
        background:#337CBD;
        border-radius: 15px;
    }

    .searchBox .search_txt{
        width:220px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        color:#999;
        padding-left:18px;
        background:transparent;
    }

    .searchBox .searchBtn {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 7px;
        margin-top: -9px;
        background: url(icon_search1000.png) no-repeat;
    }

    .header_topR .engLink{display:inline-block;margin:9px 2px 0 25px;padding-left:29px;border-left: 1px solid #507fa4;}
    .header_topR .engLink a{padding-left:27px;font-size: 15px;line-height:28px;background:url(icon_earth1000.png) left center no-repeat;}

    .header_Nav ul li {
        margin-left: 25px;
        margin-left: 14px\9;
    }

    .header_Nav ul li > a {
        position: relative;
        display: inline-block;
        padding:0 2px 12px;
        line-height: 43px;
        color: #1a1a1a;
        font-size: 20px;
        text-align: center;
    }

    .header_Nav ul li.sub:hover .subMenuBg{
        height: 500px;
        transition: height 0.6s;
    }

}

@media screen and (max-width: 1600px) {
    .header_Nav ul li {
        margin-left: 20px;
        margin-left: 8px\9;
    }

    .header_Nav ul li > a {
        position: relative;
        display: inline-block;
        padding:0 2px 12px;
        line-height: 43px;
        color: #1a1a1a;
        font-size: 18px;
        text-align: center;
    }
}

@media screen and (max-width: 1440px) {

    .header_top {
        padding:0 20px;
        height: 46px;
    }

    .header_logo {
        position: absolute;
        top:0;
        left: 0;
        padding: 12px 20px 0;
        height: 102px;
    }

    .header_top {
        height: 46px;
    }

    .header_logo .header_logo1 {
        display: block;
        width:330px;
        height:41px;
        background:url(logo1000.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 18px;
    }

    /* 导航修改 - start */


    .header_Nav_right {

    }

    .search_and_laguage {
        overflow: hidden;
    }

    .header_Nav_right .header_topL {
        float: right;
        margin-left: 60px;
    }

    .header_Nav_right .header_topL .engLink {
        margin: 0;
    }

    .header_Nav_right .searchBox {
        float: right;
        margin-top: 0;
        background: #f4f5f9;
    }

    .header_Nav_right .searchBox .searchBtn {
        background: url(icon_search_gold.png) no-repeat;
        background-size: 16px;
    }

    .header_Nav_right .header_topL .engLink a {
        background: url(icon_earth_gold.png) no-repeat left center;
        background-size: 16px;
        font-size: 16px;
    }

    .header_Nav {
        margin-top: 14px;
    }


    /* 导航修改 - end */

    .txtMarquee-top{width:1200px;padding-left: 40px; height:49px;overflow:hidden; position:relative; background:url(icon_notice2.png) 4px center no-repeat;}
    .txtMarquee-top .infoList li{ height:49px; line-height:49px;}
    .txtMarquee-top .infoList li a{font-size: 14px; color:#000;padding-left: 36px;}

   .searchBox {
        display: inline-block;
        margin-top: 8px;
        width: 275px;
        height: 30px;
        background:#337CBD;
        border-radius: 15px;
    }

    .searchBox .search_txt{
        width:220px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color:#999;
        padding-left:18px;
        background:transparent;
    }

    .searchBox .searchBtn {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 7px;
        margin-top: -9px;
        background: url(icon_search1000.png) no-repeat;
    }

    .header_topR .engLink{display:inline-block;margin:9px 2px 0 25px;padding-left:29px;border-left: 1px solid #507fa4;}
    .header_topR .engLink a{padding-left:27px;font-size: 15px;line-height:28px;background:url(icon_earth1000.png) left center no-repeat;}

    .header_Nav ul li {
        margin-left: 20px;
        margin-left: 8px\9;
    }

    .header_Nav ul li > a {
        position: relative;
        display: inline-block;
        padding:0 2px 18px;
        line-height: 21px;
        color: #1a1a1a;
        font-size: 16px;
        text-align: center;
    }

    .header_Nav ul li.sub:hover .subMenuBg{
        height: 400px;
        transition: height 0.6s;
    }

    .subMenu .subMenuC dl:after{
        content: '';
        position: absolute;
        top:0;
        right:0;
        width:1px;
        height: 100%;
        background:#e0dfdc;
    }

    .subMenu .subMenuC dl dt{
        font-size:15px;
        line-height: 19px;
        margin-bottom: 13px;
        padding-bottom: 14px;
    }

    .subMenu .subMenuC dl dd a{
        font-size:14px;
        color:#005BAC;
        line-height: 30px;
        padding-left: 13px;
        background: url(icon_arrow5_1000.png) 2px 11px no-repeat;
    }

    .subMenu .subMenuC dl dd a:hover{background: url(icon_arrow6_1000.png) 2px center no-repeat;}

    .subMenu .col4 .width200 dd{margin-right: 32px;}

    .footer {
        border-top: 8px solid #e3e4e5;
        background:#005BAC url(index_foot_bg1000.jpg) center top no-repeat;
        background-size:100% 100%;
    }

    .footer_cont .footer_contL {
        padding-top: 30px;
    }

    .footer_cont dl dt {
        font-size: 16px;
        line-height: 25px;
    }

    .footer_cont dl dd .links{margin-right: 33px;}

    .footer_cont dl dd a {
        font-size: 14px;
        line-height: 25px;
    }

    .footer_cont dl dd .links1 a {
        margin-right: 26px;
        padding-right: 13px;
        background: url(icon_arrow4_1000.png) right center no-repeat;
    }

    .footer_bot_ewm li {
        margin-left: 42px;
    }

    .footer_bot_ewm img {
        width: 76px;
        height: 76px;
        border: 4px solid #337CBD;
    }

    .footer_bot_ewm li p{line-height: 24px;}

    .footer_down {
        height: 30px;
    }

    .footer_cont{height:155px;}

    .footer_down .footer_downL {
        font-size: 12px;
        line-height: 30px;
    }

    .footer_down .footer_downR a {
        font-size: 12px;
        line-height: 30px;
        margin-left: 30px;
    }

    .footer_down .footer_downR a img {
        width:15px;
        margin-right: 6px;
    }

    .rightBar {
        position: fixed;
        bottom: 257px;
        right: 15px;
        z-index: 99;
    }

    .rightBar .backTop {
        width: 48px;
        height: 48px;
        background: #005BAC url(icon_top1000.png) center center no-repeat;
    }

    .rightBar .backTop:hover {
        background: #005BAC url(icon_top1000.png) center center no-repeat;
    }

    .maincont {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .subMenu .subMenuC dl{position:relative;padding:0 12px;display: inline-block;box-sizing: border-box;vertical-align: top;}
}

@media screen and (max-width: 1280px) {
    .header_Nav ul li {
        margin-left: 20px;
        margin-left: 3px\9;
    }

    .header_Nav ul li > a {
        position: relative;
        display: inline-block;
        padding:0 2px 18px;
        line-height: 22px;
        color: #1a1a1a;
        font-size: 16px;
        text-align: center;
    }

}