/*!*header *!*/
header {
    /*height: 238px;*/
    background: #3870b2;
    position: relative;
    min-width: 1260px;
}

header:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #DADFE8;
    position: absolute;
    top: 139px;
    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;
width:100%;
    background: url("/shengli/dfiles/14386/r/cms/yxy/default/images/ye.jpeg") repeat center center;
}

header .head .logo {
    float: left;
    margin-top: 20px;
    width:750px;
    height: 100px;
    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("/shengli/dfiles/14386/r/cms/yxy/default/images/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: 38px;
    margin-right: 25px;
    font-size: 0;
}

header .tabs li:last-child {
    margin-right: 0;
}

header .tabs li a {
    display: block;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
}

    header .tabs li a i {
        content: '';
        display: inline-block;
        width: 6px;
        height: 5px;
        margin-left: 5px;
        vertical-align: middle;
        background: url(/shengli/dfiles/14386/r/cms/yxy/default/images/more.png) no-repeat center right;
    }

.more {
    float: right;
    font-size: 15px;
    color: #2267C5;
}


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;
}

/*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: 60px;
    width: 280px;
}

.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;
}