/*!*header *!*/
header {
    /*height: 238px;*/
    background: #2267C5;
    position: relative;
    min-width: 1260px;
}

header:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #DADFE8;
    position: absolute;
    top: 179px;
    left: 0;
}

header .top {
    height: 40px;
    overflow: hidden;
    background: #303030;
    text-align: right;
    font-size: 0;
}

header .top a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    margin-left: 20px;
}

header .top a.return-text {
    margin-right: 20px;
    font-size: 12px;
}

header .top a:last-child:after {
    content: '';
    display: inline-block;
    float: left;
    width: 1px;
    height: 10px;
    background: #D0D0D0;
    position: absolute;
    left: -10px;
    top: 5px;
}

header .head {
    height: 140px;
    overflow: hidden;
}

header .head .logo {
    float: left;
    margin-top: 33px;
    width: 352px;
    height: 74px;
    overflow: hidden;
}

header .head .logo img{
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
}


header .serch-box {
    float: right;
    width: 350px;
    margin-top: 50px;
    position: relative;
}

header .serch-box input {
    border: none;
}

header .serch-box .search-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 20px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
}

header .serch-box .search-btn {
    width: 18px;
    height: 18px;
    background: url("../img/search.png") no-repeat center center;
    position: absolute;
    right: 20px;
    top: 11px;
}

header .tabs {
    min-height: 58px;
    padding-top: 20px;
}

header .tabs li {
    display: inline-block;
    position: relative;
    height: auto;
    margin-right: 50px;
    font-size: 0;
}

header .tabs li:last-child {
    margin-right: 0;
}

header .tabs li a {
    display: block;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    font-size: 18px;
}

header .tabs li a i {
    content: '';
    display: inline-block;
    width: 6px;
    height: 5px;
    margin-left: 5px;
    vertical-align: middle;
    background: url(../img/more.png) no-repeat center right;
}

header .list-level-1 {
    display: none;
    min-width: 148px;
    background: #fff;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: -74px;
    z-index: 10;
    border:1px solid #DADFE8;
    border-radius: 4px;
    word-break: keep-all;
}

header .tabs li:hover .list-level-1 {
    display: block;
}

header .tabs .list-level-1 li {
    width: 100%;
    height: 38px;
    margin: 0;
}

header .tabs .list-level-1 li:first-child:before {
    content: '';
    display: block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}


header .tabs .list-level-1 li:first-child, header .list-level-1 li:first-child a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

header .tabs .list-level-1 li:last-child, header .list-level-1 li:last-child a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

header .tabs .list-level-1 a {
    text-align: center;
    position: relative;
    display: block;
    color: #0A0E24;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    word-break: keep-all;
    white-space: nowrap;
    border-bottom: 1px solid #DADFE8;
    margin: 0 20px;
}

header .list-level-1 li:last-child a {
    border-color: transparent;
}

header .list-level-1 li:hover, header .list-level-1 li:active {
    background: #2267C5;
    height: 39px;
}
header .list-level-1 li:hover>a,  header .list-level-1 li:active>a{
    color: #fff;
    border-color: transparent;
}

.ul-position {
    position: relative;
}
.more_list {
    z-index: 10;
    width: 279px;
    background: white;
    border-radius: 4px;
    position: absolute;
    right: -2%;
    top: 60px;
    border: 1px solid #E5E5E5;
    max-height: 500px;
overflow-y: auto;
    /* display: none; */
}

.more_list::-webkit-scrollbar {
    display: none;
}

.more-div {
    text-align: center;
}
.menu_more_nav {
    width: 124px;
    position: initial;
    display: block;
    float: left;
}
.menu_more_nav li {
    position: static !important;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding:4px 0;
}
.menu_more_nav li:first-child a{
    margin: 0 !important;
}
/*#menuMoreNav li a{*/
.menu_more_nav li a{
    line-height: 25px;
    color: #023051 !important;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
}
/*.menu_more_nav li:hover {*/
/*background: #2267C5;*/
/*}*/
/*.menu_more_nav li:hover a{*/
/*color: white;*/
/*}*/
.more_two {
    position: absolute;
    right: 0;
    top: 0;
    width: 153px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
.menu_two_active {
    display: block;
}
.more_list .menu_more_nav .more_two a{
    padding: 10px 0;
    line-height: 20px;
    margin: 0 10px 0 0;
    color: black !important;;
    font-weight: 400;
    font-size: 14px;
}
.more_list .menu_more_nav .more_two a:hover {
    /*color: white;*/
    /*background-color: #78A521;*/
    /*border-radius: 30px;*/
    color: #2267C5 !important;
}
.menu_more_nav li:hover>.more_two{
    display: block;
}
/*footer*/
.footer-box {
    overflow: hidden;
    background: #303030;
    min-width: 1260px;
}

.footer {
    min-height: 274px;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding-bottom: 5px;
}

.footer h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #fff;
}

.footer .link-box {
    width: 580px;
    float: left
}

.footer .link-box .links {
    padding-right: 110px;
    overflow: hidden;
}

.footer .links a {
    float: left;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    line-height: 14px;
    padding-right: 33px;
}

.footer .links a:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #333;
    position: absolute;
    right: 16px;
    top: 2px;
}

.footer .links a:last-child:after {
    display: none;
}

.footer .link-box p {
    margin-top: 10px;
    margin-bottom: 14px;
}

.footer .link-box p a {
    color: #fff;
    margin-bottom: 20px;
}

.footer .link-box a img {
    vertical-align: text-bottom;
}

.footer .contact-us {
    float: left;
    margin-right: 80px;
    width: 260px;
}

.footer .contact-us span {
    display: block;
    margin-bottom: 12px;
    line-height: 20px;
    word-break: break-all;
}

.footer .code-box {
    margin-top: 10px;
    float: right;
}

.footer .code-box .item {
    float: left;
    width: 120px;
    height: 154px;
    font-size: 12px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    color: #00192B;
    background: #fff;
}

.footer .code-box .item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
