/*.header */
.header {
    background: #FFFFFF;
    height: 70px;
    background: rgba(255, 255, 255, .8);
}

.header .search {
    float: unset;
}

.header .serch-box {
    display: none;
    float: left;
    width: 560px;
    /* height: 70px; */
    position: relative;
    margin-top: -20px;
    margin-right: 178px;
}

.header .serch-box input {
    background: none;
    border: 0;
    color: #333;
}

.header .serch-box .close-search-box {
    width: 14px;
    height: 14px;
    background: url("../image/close.png") no-repeat;
    position: absolute;
    right: 105px;
    top: 24px;
    z-index: 5;

}

.input_search_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 18px;
}

.header .serch-box-pc .search-input {
    width: 468px;
    height: 40px;
    padding: 0px 20px 0 5px;
    line-height: 20px;
    color: #333333;
    margin-right: 23px;
    border: 1px solid #6F809A;
    /* margin-top: 12px; */
    text-indent: 12px;
}

.input-search {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 18px;
    left: 10px;
}

.header .serch-box .search-button {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 5;
    display: block;
    width: 72px;
    height: 38px;
    line-height: 38px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

    opacity: 1;
    background: #4581ecff;
    color: #fff;
    /* background: url("../image/mobile_search.png"); */
    background-size: 100% 100%;
}

.header .head .search-btn {
    float: left;
    width: 64px;
    height: 28px;
    background-color: #ffffff4d;
    line-height: 28px;
    margin: 0px 10px 0 0px;
    text-align: center;
    background-size: 20px 20px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #ffffffff;
}

.header .head .search-btn img {
    width: 20px;
    height: 20px;
}

.header .sign {
    float: right;
    padding-top: 22px;
}

.header .sign a.login-btn,
.header .sign a.regs-btn {
    font-size: 16px;
    float: left;
    color: #fff;
    width: 64px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #2CB867;
    border: 1px solid rgba(44, 184, 103, 1);
    text-align: center;
}

.header .sign a.login-btn {
    margin-right: 10px;
    color: #222;
    background: #fff;
    border: 1px solid rgba(44, 184, 103, 1);
}

.header .user-box {
    float: right;
    position: relative;
    height: 48px;
}

.header .user-box a.user {
    display: block;
    line-height: 26px;
    background: #2CB867;
    border-radius: 15px;
    color: #fff;
    position: relative;
    padding: 0 22px 0 8px;
}

.header .user-box:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 3px;
    background: url("../image/arrow-w.png") no-repeat center center;
    position: absolute;
    right: 8px;
    top: 12px;
}

.header .user-box:hover .sign-out {
    display: block;
}

.header .user-box .sign-out {
    top: 35px;
    right: -11px;
    color: #F8F8F8;
    line-height: 20px;
    padding: 10px 0 0 0;
    text-align: center;
    width: 68px;
    height: 40px;
    left: auto;
}

.head .logo {
    float: left;
    padding-top: 6px;
    margin-right: 0;
}

.head .logo img {
  width: auto;
  height: 90px;
  margin-top: 5px;
  background-size: 100%;
}

.head .tabs {
    float: left;
    font-size: 0;
}

.tabs li {
    text-align: left;
    position: relative;
    float: left;
    font-size: 16px;
    margin-right: 35px;
    height: 60px;
    width: 12.5%;
}

/*.tabs li:nth-last-child(2) {*/
/*    margin-right: 37px;*/
/*}*/

/*.tabs li:last-child a, .tabs li:first-child a{*/
/*  padding-right: 16px !important;*/
/*}*/

.tabs .index:after,
.tabs .index.active:after {
    content: '';
    display: inline-block;
    position: relative;
    left:0;
    top: -9px;
    width: 22px;
    height: 3px;
    border-radius: 5px;
    background-color: #ED1B24;
}

.tabs .index:first-child:after,.tabs .index:first-child.active:after{
  content: '';
  display: inline-block;
  position: relative;
  left:32px !important;
  top: 7px;
  width: 22px;
  height: 3px;
  border-radius: 5px;
  background-color: #005bac;
}

.tabs .index a {
    color: #222;
}

.tabs li a {
    display: block;
    height: 18px;
    line-height: 16px;
    color: #000;
    font-size: 16px;
    margin-top: 0;
}

.tabs li a i {
    display: inline-block;
    width: 5px;
    height: 3px;
    background: url("../image/more.png") no-repeat center right;
    position: absolute;
    right: -9px;
    top: 34px;
}

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

.tabs .list-level-1,
.user-box .sign-out {
    display: none;
    background: #D6E2F0;
    position: absolute;
    top: 57px;
    left: 0px;
    z-index: 10;
    border-radius: 4px;
    padding: 21px 20px 9px;
    width: 116px;
}

.tabs .list-level-1 {
    padding: 6px 0 9px;
}

.tabs .list-level-1 li,
.tabs .list-level-1>a {
    padding: 0 16px;
}

.tabs .list-level-1:before,
.user-box .sign-out:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 3px;
    background: url("../image/level-icon.png") no-repeat;
    position: absolute;
    left: 31px;
    top: -3px;
}

.tabs .list-level-1 li {
    height: auto;
    width: 100%;
    position: static;
    height: 34px;
    line-height: 34px;
}

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

.tabs .list-level-1 li .list-level-2 {
    display: none;
    position: absolute;
    right: -156px;
    top: 0;
    width: 156px;
    background: rgba(0, 0, 0, .9);
    padding: 20px;
    border-radius: 4px;
}

.tabs .list-level-1 a {
    display: block;
    line-height: 14px;
    font-size: 16px;
    /* padding-bottom: 12px; */
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    white-space: nowrap;
    color: #333;
    text-align: center;
    margin: 0;
    overflow: hidden;
}


.user-box .sign-out:hover {
    color: #2CB867;
}

.tabs .list-level-1 a:hover {
    color: #000;
    font-weight: 600;
}

.tabs .list-level-1 li:hover {
    background: #fff;
}

.tabs .more {
    overflow: inherit;
    margin-right: 0;
}

.tabs .more .more-btn {
    width: 26px;
    height: 26px;
    background: url("../image/more-bg.png") no-repeat;
    margin-top: 22px;
}

.tabs .more .more-list {
    position: absolute;
    right: -135px;
    top: 57px;
    z-index: 10;
    width: 279px;
    background: rgba(0, 0, 0, .9);
    border-radius: 4px;
    display: none;
}

.tabs .more .more-list:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 3px;
    background: url("../image/level-icon.png") no-repeat;
    position: absolute;
    right: 146px;
    top: -3px;
}

.tabs .more.active .more-list,
.tabs .more:hover .more-list {
    display: block;
}

.tabs .more.active .more-btn,
.tabs .more:hover .more-btn {
    background: url("../image/more-active.png") no-repeat;
}

.tabs .level-1 {
    width: 96px;
    position: initial;
    display: block;
    float: left;
}

.tabs .level-1 li {
    position: static;
    margin: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
}

.tabs .level-1 li:last-child {
    border-bottom: none;
}

.tabs .level-1 li a {
    line-height: 50px;
    color: #FBFBFB;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
}

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

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

.tabs .level-2 {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 182px;
    height: 100%;
    overflow: auto;
    font-size: 0;
    padding: 13px 0 13px 10px;
}

.tabs .more .level-2 a {
    float: left;
    padding: 0 7px;
    line-height: 20px;
    margin: 0 10px 24px 0;
    color: #FBFBFB;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    max-width: 100%;
}

.tabs .level-1 li a:hover,
.tabs .level-1 li a.active {
    background: #2CB867;
    color: #FFFFFF;
}

.tabs .more .level-2 a:hover,
.tabs .level-2 a.active {
    color: #FFFFFF;
    background: none;
    font-weight: bold;
    background: rgba(44, 184, 103, 1);
    border-radius: 15px;
}

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

/*footer*/
.footer-box {
    
    background: #045aab;
    margin-top: 40px;
 z-index: 0;
}

.footer {
    min-height: 66px;
    padding-top: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding-bottom: 5px;
    display: block;
    justify-content: space-between;
}

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

.footer .link-box {
  width: 23%;
  float: left;
  margin-right: 2%;
}

.footer  .ewm{
  width: 25%;
  float: left;
  margin-right: 0%;
}
.footer .link-box .links {
    /* padding-right: 110px; */
    overflow: hidden;
/*    border: 1px solid #fff;*/
    padding: 5px;
}

.foot_yqlink{padding-top:20px}

.foot_yqlink .w_1400{display:flex;justify-content:space-between;color:#fff;align-items:center; width:1400px; margin:10px auto; }
.foot_yqlink .select_link{width:calc((100% - 20px) / 4)}
.foot_yqlink h5{font-weight:bold; color:#0056a8;}
.select_link{z-index:9;position:relative; border:#ddd  solid 1px; background-color:#fff; padding:0px 15px;}
.select_link dt{height:43px;display:inline-block;line-height:43px;cursor:pointer;width:100%;padding-right:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;color:#2a2a2a;font-size:16px;box-sizing:border-box}
.select_link dt::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);border-top:8px solid #0056a8;border-left:8px solid transparent;border-right:8px solid transparent}
.select_link dt:hover,.select_link dt.cur{color:#0056a8}
.select_link dd{position:absolute;left:0;bottom:100%;background:#f9f9f9;display:none;width:100%}
.select_link dd ul{padding:4px;width:100%;max-height:200px;overflow-y:auto;box-sizing:border-box}
.select_link dd ul li{display:block;width:100%;float:left}
.select_link dd ul li a{line-height:20px;display:block;padding:8px;width:100%;box-sizing:border-box}
.select_link dd ul li a:hover{background:#0056a8; color:#fff}


.footer .link-box .links a {
    clear: both;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
   display: block;
    line-height: 14px;
    padding-right: 33px;
    font-size: 12px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.footer .link-box .links p {
    clear: both;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
   display: block;
    line-height: 14px;
    padding-right: 33px;
    font-size: 12px;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.f
.footer .ewm{width: 20%; float: left}
.footer .ewmbox{width: 50%; padding:5% auto; text-align: center;  float: left}
.footer .ewmbox img{width:90%; text-align: center; height:auto;}
.footer .ewmbox p{text-align: center; font-size:14px; height: 40px; line-height: 40px}
/* .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: #777777;
}

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

.footer 

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

.footer .code-box {
    /* margin-top: 10px; */
    display: flex;
    justify-content: space-between;
}

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

.footer .code-box .item p {
    width: 100%;
}

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

.news-con {
    overflow: hidden;
    margin-top: 20px;
    line-height: 32px;
}

@media screen and (max-width: 750px) {
    .m_auto {
        flex-wrap: wrap;
        width: 100%;
    }

    .header .search {
        display: none;
    }

    .bann2 img {
        width: 100% !important;
        height: auto !important;

    }

    .ls_left {
        width: 100% !important;

    }

    .ls_left_title {
        background-size: 100% 100% !important;
    }

    .ls_right {
        width: 100% !important;

    }

    .header .mobile_top .serch-box .search-button {
        width: 32px !important;
        height: 30px !important;
        background: url("../image/mobile_search.png");
        position: relative;
        top: 0;
        right: 0;
        background-size: 100% 100%;
    }


}
