* {
    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 */
}
@page { size: landscape; }
body {
    min-width: 1200px;
    font-family: Arial;
    background: #ffffff;
}

a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #004B85;
}
ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

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;
}

a {
    color: #000000;
}

.header_top {
    position: relative;
    padding:0 80px;
    height: 55px;
    background:#004b85;
    z-index: 2;
}

.header_logo {
    position: absolute;
    top:55px;
    left: 0;
    width:100%;
    min-width: 1200px;
    padding: 22px 80px 0;
    background:rgba(255,255,255,0.9);
    box-shadow: 0px 2px 10px rgba(178,178,178,0.6);
    box-sizing: border-box;
    z-index: 10;
}

.header_logo .header_logo1 {
    display: block;
    width:410px;
    height:54px;
    background:url(logo.png) no-repeat;
    background-size: contain;
}

.txtMarquee-top * {
    transition: none;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition: none; /* Safari and Chrome */
    -o-transition: none; /* Opera */
}
.txtMarquee-top{
    float:left;
    width:60%;
    height:55px;
    overflow:hidden;
    position:relative;
    background:url(icon_notice.png) 3px center no-repeat;
    padding-left: 30px;
    transition: none;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition: none; /* Safari and Chrome */
    -o-transition: none; /* Opera */
}
.txtMarquee-top .infoList li{
    height:55px;
    line-height:55px;
    width: auto!important;
}
.txtMarquee-top .infoList li a{
    font-size: 16px;
    color:#fff;
    padding-left: 42px;
}

.header_topR{
    float: right;
    font-size:0;
}

.searchBox {
    display: inline-block;
    margin-top: 10px;
    width: 330px;
    height: 36px;
    background:#00366b;
    border-radius: 18px;
    position: relative;
}

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

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

.searchBox .searchBtn {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -10px;
    background: url(icon_search.png) 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:#859bb5;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: 25px;
    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 21px;
    line-height: 56px;
    color: #1a1a1a;
    font-size: 22px;
    text-align: center;
}

.header_Nav ul li.on a {
    color:#004b85;
}

.header_Nav ul li:hover a {
    color:#004b85;
}

.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 > a:hover::after,
.header_Nav ul li.on > a::after {
    /*榧犳爣缁忚繃鏃惰繕鍘熷埌姝ｅ父姣斾緥*/
    transform:scale3d(1,1,1);
}
.header_Nav ul li:hover > a:after,
.header_Nav ul li.on > 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: 300px;
    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;
    width:100%;
    min-width: 1200px;
    padding: 28px 0 28px;
    min-height: 300px;
    background:#f5f4f1;
    box-shadow: 2px 0px 8px rgba(178, 178, 178, 0.25);
    z-index: 2;
}
.subMenu .subMenuC:after{
    content: '';
    display: block;
    background: url("logo_bg.png") no-repeat;
    width: 269px;
    height: 270px;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
}

.subMenu .subMenuC dl{position:relative;padding:0 20px;display: inline-block;box-sizing: border-box;vertical-align: top; margin-top: 20px;z-index: 2;}

.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 dt{
    font-size:20px;
    color:#333;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d7c694;
}

.subMenu .subMenuC dl dt a{color:#333; display: block;}
.subMenu .subMenuC dl dt a:hover{color:#004b85;}
.subMenu .subMenuC dl dt:hover {border-bottom: 2px #004B85 solid;}

.footer{border-top: 10px solid #e3e4e5;background:#004b85 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: 18px;
    width: 830px;
    font-size: 20px;
    color: #FFFFFF;
}
.footer_cont .footer_contR p {
    padding: 20px 0;
}
.footer_cont .footer_contR span {
    /*! display:inline-block; */
    margin-right: 50px;
    line-height: 30px;
}
.footer_cont .footer_contR a {
    color: #CAD3DE;
    font-size: 16px;
}

.footer_down .footer_downL{float: left;font-size: 14px;color: #8ba5b9;line-height: 35px;}
.footer_down .footer_downR{float: right;}
.footer_down .footer_downR a{font-size: 14px;color: #8ba5b9;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:#8ba5b9;
    line-height: 30px;
}

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

.footer_cont{height:186px;}
.footer_down{
    height: 35px;
    background: #014071;
    color: #7E9AB0;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

.rightBar{position: fixed;bottom:309px;right:20px;z-index: 99;}
.rightBar .backTop{
    display: block;
    width:56px;
    height: 56px;
    background: #376297 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: #004b85 url(icon_top.png) center center no-repeat;}

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

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

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

@media screen and (max-width: 1500px) {
    .header_Nav ul li {
        margin-left: 10px;
    }
}

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

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

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

    .header_top {
        height: 46px;
    }

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

    .txtMarquee-top{float:left;width:60%; height:46px;overflow:hidden; position:relative; background:url(icon_notice.png) 4px center no-repeat;}
    .txtMarquee-top .infoList li{ height:46px; line-height:46px;}
    .txtMarquee-top .infoList li a{font-size: 14px; color:#fff;padding-left: 36px;}

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

    .searchBox .search_txt{
        width:220px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color:#859bb5;
        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 12px;
        line-height: 50px;
        color: #1a1a1a;
        font-size: 18px;
        text-align: center;
    }

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


    .subMenu {
        min-height: 250px;
    }

    .subMenu .subMenuC:after{
        content: '';
        display: block;
        background: url("logo_bg.png") no-repeat;
        background-size: cover;
        width: 240px;
        height: 240px;
        position: absolute;
        right: 0;
        top: -20px;
        z-index: 1;
    }
    .subMenu .subMenuC dl {
        padding: 0 16px;
    }
    .subMenu .subMenuC dl dt{
        font-size:16px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

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

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

    .footer_cont .footer_contL {
        padding-top: 30px;
    }
    .footerimg img {
        width: 330px;
        height: auto;
    }

    .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: 14px;
        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 #014071;
    }
    .footer_cont .footer_contR{
        float: right;
        padding-top: 18px;
        width: 650px;
        font-size: 18px;
        color: #FFFFFF;
    }

    .footer_cont .footer_contR p {
        padding: 12px 0 8px;
    }
    .footer_cont .footer_contR span {
        /*! display:inline-block; */
        margin-right: 10px;
        line-height: 24px;
    }
    .footer_cont .footer_contR a {
        color: #CAD3DE;
        font-size: 14px;
    }

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

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

    .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;
        z-index: 99;
    }

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

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



}

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

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

}