@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Microsoft Yahei UI", SimHei, "宋体", simsun, sans-serif;
    position: relative;
}

ul, ol {
    list-style: outside none none;
}

a, a:link, a:hover, a:active {
    text-decoration: none;
    outline: none;
}

div, input, button, ul, ol, li, a {
    box-sizing: border-box;
}

button {
    outline: none;
}

.none {
    display: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.text_l {
    text-align: left !important;
}

.text_r {
    text-align: right !important;
}

.text_c {
    text-align: center !important;
}

.mg_t5 {
    margin-top: 5px !important;
}

.mg_t10 {
    margin-top: 10px !important;
}

.mg_t15 {
    margin-top: 15px !important;
}

.mg_t20 {
    margin-top: 20px !important;
}

.mg_t25 {
    margin-top: 25px !important;
}

.mg_t30 {
    margin-top: 30px !important;
}

.mg_t40 {
    margin-top: 40px !important;
}

.mg_t50 {
    margin-top: 50px !important;
}

.mg_t60 {
    margin-top: 60px !important;
}

.mg_t70 {
    margin-top: 70px !important;
}

.mg_t80 {
    margin-top: 80px !important;
}

.mg_t90 {
    margin-top: 90px !important;
}

.mg_t100 {
    margin-top: 100px !important;
}

.mg_t120 {
    margin-top: 120px !important;
}

.mg_t180 {
    margin-top: 180px !important;
}

.mg_b5 {
    margin-bottom: 5px !important;
}

.mg_b10 {
    margin-bottom: 10px !important;
}

.mg_b30 {
    margin-bottom: 30px !important;
}

.mg_b40 {
    margin-bottom: 40px !important;
}

.mg_b80 {
    margin-bottom: 80px !important;
}

.mg_b110 {
    margin-bottom: 110px !important;
}

.mg_b150 {
    margin-bottom: 150px !important;
}

.mg_b170 {
    margin-bottom: 170px !important;
}

.mg_l40 {
    margin-left: 40px !important;
}

.pd_t3 {
    padding-top: 3px !important;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 137px;
    margin: 0 auto;
}

#header .h_top {
    width: 100%;
    height: 35px;
    background: #f5f5f5;
    font-size: 12px;
    color: #666;
}

#header .welcome {
    line-height: 35px;
}

#header .search {
    position: relative;
}

#header .search input {
    width: 330px;
    height: 28px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 0 45px 0 20px;
    background: #fff url(../img/icon_search.png) no-repeat 295px center/16px;
}

#header .search button {
    position: absolute;
    top: 0;
    right: 12px;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
}

#header .language {
    margin-left: 70px;
}

#header .language button {
    width: 70px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0;
    color: #666;
}

#header .language button.active {
    background: #003478;
    color: #fff;
    border: none;
}

#header .language a:first-child {
    border-radius: 4px 0 0 4px;
}

#header .language a:last-child {
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
}

#header .h_bottom {
    width: 100%;
    height: 102px;
}

#header .logo {
    width: 233px;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .hh_nav li {
    display: block;
    float: left;
    height: 102px;
    font-size: 16px;
    color: #222;
    text-align: center;
    position: relative;
}

#header .hh_nav li a {
    display: block;
    height: 102px;
    padding: 28px 26px 0;
}

#header .hh_nav li .line {
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 3px;
    background: #f00;
}

#header .hh_nav li:first-child .line {
    display: block;
}

#header .hh_nav li .nav_en {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-top: 10px;
}

#header .hh_nav li a:hover p, #header .hh_nav li.active p {
    color: #003478;
}

.bg {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 337px;
    overflow: hidden;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.bg img {
    position: absolute;
    width: 1920px;
    height: 337px;
    margin: 0 auto;
    left: 50%;
    margin-left: -960px;
}

.bg .colorBar {
    width: 100%;
    height: 155px;
    background: #003478;
    position: absolute;
    bottom: 0;
    z-index: inherit;
}

#footer {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 155px;
    margin: 0 auto;
    color: #fff;
    z-index: -3;
    margin-top: 230px;
}

#footer .center {
    height: 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .layui-breadcrumb a {
    font-size: 16px;
    color: #fff !important;
}

#footer .layui-breadcrumb a:hover {
    color: #f00 !important;
}

#footer .copr {
    font-size: 12px;
}

#footer .copr a {
    color: #fff;
}

#footer .f_contact ul li {
    font-size: 12px;
    padding: 6px 0;
    text-indent: 26px;
}

/*#footer .f_contact ul li:first-child {*/
/*    background: url(../img/icon_address.png) no-repeat left center;*/
/*}*/

/*#footer .f_contact ul li:nth-child(2) {*/
/*    background: url(../img/icon_phone.png) no-repeat left center;*/
/*}*/

/*#footer .f_contact ul li:nth-child(3) {*/
/*    background: url(../img/icon_email.png) no-repeat left center;*/
/*}*/

#footer .f_code {
    text-align: center;
    font-size: 12px;
}

#footer .f_code p {
    margin-top: 8px;
}

.subBar {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 142px;
    margin: 0 auto;
    background: -webkit-linear-gradient(left, #003478 50%, #f0f0f0 50%);
    background: -o-linear-gradient(left, #003478 50%, #f0f0f0 50%);
    background: -moz-linear-gradient(left, #003478 50%, #f0f0f0 50%);
    background: -ms-linear-gradient(left, #003478 50%, #f0f0f0 50%);
    background: linear-gradient(left, #003478 50%, #f0f0f0 50%);
}

.subBar .center {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.subBar_l {
    width: 220px;
    height: 100%;
    background: #003478;
    color: #fff;
    display: flex;
    align-items: center;
}

.subBar_l h2 {
    font-size: 34px;
    font-weight: bold;
}

.subBar_l p {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 5px;
}

.subBar_l hr {
    width: 20px;
    height: 3px;
    border: none;
    background: #ff0000;
    margin: 0;
}

.subBar_r {
    flex: 1;
    height: 100%;
    background: #f0f0f0;
}

.subBar .layui-tab {
    margin: 0;
}

.subBar .layui-tab-title {
    height: 100%;
    border: none;
}

.subBar .layui-tab-title li {
    font-size: 18px;
    line-height: 142px;
    padding: 0 35px;
}

.subBar .layui-tab-title .layui-this {
    color: #333;
    background: #fff;
}

.subBar .layui-tab-title .layui-this::after {
    height: 142px;
    border: none;
}

.inside_main {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    min-height: 830px;
    margin: 0 auto;
}

.inside_main .layui-tab-content {
    padding: 0;
}

.layui-laypage {
    margin: 0;
}

.layui-laypage a:hover {
    color: #003478;
}
