@font-face {
    font-family: Numfont;
    src: url("../fonts/DIN-REGULAR.TTF");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: Timefont;
    src: url("../fonts/BEBAS_.TTF");
    font-weight: normal;
    font-style: normal
}
@media (min-width: 768px) {
    html {
        font-size: 28px !important
    }
}
@media (min-width: 1025px) {
    html {
        font-size: 30px !important
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 34px !important
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 40px !important
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
a {
    color: #848484;
    font-size: 14px;
    cursor: pointer
}
body {
    overflow: hidden;
    position: relative
}
.w1200 {
    max-width: 1200px;
    width: 86%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b5b5b5
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    background-color: #b5b5b5
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: none;
    transition: none;
    background-color: #b5b5b5
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: none;
    transition: none
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #b5b5b5
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #b5b5b5
}
.header {
    background-color: #fff;
    position: fixed;
    width:100%;
    z-index: 6;
}
.pc-header-inner .header-logo {
    width: 290px;
    height: 50px;
    margin-right: 5%;
    float: left;
    margin-top: 15px
}
.pc-header-inner .header-logo img {
    max-width: 100%
}
.ph-header {
    display: none
}
.pc-nav {
    float: left
}
.pc-nav>li {
    margin-right: 1rem;
    position: relative;
    float: left
}
.pc-nav>li>a {
    color: #3a3a3a;
    font-size: 16px;
    vertical-align: middle;
    display: block;
    line-height: 80px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.pc-nav>li>a:hover {
    color: #004d9f
}
.pc-nav>li>ul.sub {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    display: none;
    background-color: #fff;
    text-align: center;
    background-color: #1663ae;
    padding: 16px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 111
}

.pc-nav>li:nth-child(4n)>ul.sub {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    display: none;
    background-color: #fff;
    text-align: center;
    background-color: #1663ae;
    padding: 16px 0 16px 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 111
}
.pc-nav>li:nth-child(4n)>ul.sub>li {
    float: left;
    width: auto;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-right: 14%;
}

.pc-nav>li>ul.sub:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    margin-left: -3.5px;
    height: 0;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #1663ae
}
.pc-nav>li>ul.sub>li {
    float: left;
    width: 50%;
    line-height: 40px;
    height: 40px;
    text-align: center;
}
.pc-nav>li>ul.sub>li>a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    display:inline-block;
    position: relative;
}
.pc-nav>li>ul.sub>li>a:after{
    content:'';
    position: absolute;
    width:0;
    height:1px;
    background-color: #fff;
    bottom:0;
    left:0;
    transition:all 0.3s linear;
}
.pc-nav>li>ul.sub>li>a:hover {
    color: #fff;
 
}
.pc-nav>li>ul.sub>li>a:hover:after{
    width:100%;
    transform-origin:right center;
}
.pc-nav>li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #004d9f;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}
.pc-nav>li:hover:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
.pc-nav>li.current>a {
    color: #004d9f
}
.pc-nav>li.current:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #004d9f
}
.pc-nav>li>ul.sub.active {
 display: block;
}
.search-btn {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 25px
}
.search-btn img {
    max-width: 100%;
    width: 100%
}
.phnav-btn {
    display: none
}
.ph-nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 66
}
.ph-nav>ul>li {
    padding: 0 6%;
    background-color: #004d9f;
    display: block;
    width: 100%;
    padding: 0 6%;
    font-size: 14px;
    line-height: 50px;
    color: #000;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0
}
.ph-nav>ul>li>.sub-tit {
    border-bottom: 1px solid #1f63ab
}
.ph-nav>ul>li>.sub-tit a {
    float: left;
    color: #ffffff;
    width: 80%
}
.ph-nav>ul>li>.sub-tit>.arrow {
    width: 20%;
    float: right;
    text-align: right
}
.ph-nav>ul>li>.sub-tit>.arrow>img {
    width: 9px;
    height: 6px;
    position: relative;
    top: -3px
}
.ph-nav>ul>li>.sec-list {
    width: 116%;
    margin-left: -8%;
    padding: 0 10%;
    background-color: #003874;
    display: none
}
.ph-nav>ul>li>.sec-list>a {
    color: #4a7db5;
    display: block;
    width: 100%;
    border-bottom: 1px solid #094381;
    height: 40px;
    line-height: 40px
}
.ph-nav>ul>li.active>.sub-tit {
    border-bottom: none
}
.ph-nav>ul>li.active>.sub-tit>.arrow {
    width: 20%;
    float: right;
    text-align: right
}
.ph-nav>ul>li.active>.sub-tit>.arrow>img {
    width: 9px;
    height: 6px;
    position: relative;
    top: -3px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.ph-nav>ul>li.active>.sec-list>a:last-child {
    border-bottom: none
}
.footer-nav-wrap {
    background-color: #004d9f;
    margin-top: 45px;
    padding-top: 60px;
    padding-bottom: 80px
}
.footer-nav-wrap .foot-nav {
    width: 66.7%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.footer-nav-wrap .foot-nav>li {
    margin-right: 3%;
    padding-bottom: 10px;
    position: relative;
    width: 16.6%
}
.footer-nav-wrap .foot-nav>li>a {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #3371b2;
    margin-bottom: 10px;
    padding-bottom: 10px
}
.footer-nav-wrap .foot-nav>li:after {
    position: absolute;
    left: 0
}
.footer-nav-wrap .foot-nav>li>.sec-list>a {
    display: block;
    color: #99bfff;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.footer-nav-wrap .foot-nav>li>.sec-list>a:hover {
    color: #fff
}
.footer-nav-wrap .foot-nav>li:nth-child(4) {
    width: 22%
}
.footer-nav-wrap .foot-desc {
    width: 25%;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}
.footer-nav-wrap .foot-desc>a {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #3371b2;
    margin-bottom: 10px;
    padding-bottom: 10px
}
.footer-nav-wrap .foot-desc>.sec-list>p {
    display: block;
    color: #99bfff;
    font-size: 14px;
    line-height: 30px
}
.footer-nav-wrap .foot-desc .icon-box {
    margin-top: 30px
}
.footer-nav-wrap .foot-desc .icon-box img {
    margin-right: 8px
}
.footer-copyright {
    height: 60px;
    line-height: 60px;
    background-color: #003976;
    font-size: 13px;
    color: #99bfff
}
.footer-copyright .support {
    display: block;
    margin-left: 60px
}
.footer-copyright .support>a {
    color: #99bfff
}
.footer-copyright .support>a:hover {
    color: #fff
}
.footer-copyright .friend>.line {
    margin: 0 25px;
    position: relative;
    top: -2px
}
.footer-copyright .friend a.flsm {
    color: #99bfff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.footer-copyright .friend a.flsm:hover {
    color: #fff
}
.footer-copyright .friend>.oa-center {
    margin-right: 42px;
    color: #99bfff;
    display: block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.footer-copyright .friend>.oa-center:hover {
    color: #fff
}
.footer-copyright .friend>.oa-center>img {
    margin-left: 6px;
    position: relative;
    top: -3px
}
@media screen and (max-width: 1220px) {
    .footer-nav-wrap .foot-nav {
        width: 75%
    }
    .footer-nav-wrap .foot-nav>li {
        margin-right: 2%
    }
}
.friend-box .right-box {
    width: 130px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #003976;
    margin-top: 18px;
    background: #3072b8;
    padding: 0 18px;
    position: relative;
    cursor: pointer
}
.friend-box .right-box .sp1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}
.friend-box .right-box .sp1:hover .sp3{
    transform:rotate(-180deg);
}
.friend-box .right-box .sp2 {
    color: #fff
}
.friend-box .right-box .sp3 {
    color: #fff
}
.friend-box .right-box .sp3 img {
    position: relative;
    top: -2px
}
.friend-box .right-box .spbox {
    position: absolute;
    width: calc(100% - 10px);
    bottom: 24px;
    left: -1px;
    border: 1px solid #fff;
    text-indent: 18px;
    padding-right: 10px;
    background: #fff;
    box-sizing: content-box;
    display: none
}
.footer-ph-nav {
    width: 100%;
    background: #004d9f;
    z-index: 66;
    padding-bottom: 45px
}
.footer-ph-nav>ul>li {
    background-color: #004d9f;
    display: block;
    width: 100%;
    padding: 0 5%;
    font-size: 14px;
    line-height: 50px;
    color: #000;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0
}
.footer-ph-nav>ul>li>.sub-tit {
    border-bottom: 1px solid #1f63ab
}
.footer-ph-nav>ul>li>.sub-tit a {
    float: left;
    color: #ffffff;
    width: 80%
}
.footer-ph-nav>ul>li>.sub-tit>.arrow {
    width: 20%;
    float: right;
    text-align: right
}
.footer-ph-nav>ul>li>.sub-tit>.arrow>img {
    width: 9px;
    height: 6px;
    position: relative;
    top: -3px
}

.footer-ph-nav>ul>li>.sub-tit2 {
    border-bottom: 1px solid #1f63ab
}
.footer-ph-nav>ul>li>.sub-tit2 a {
    float: left;
    color: #ffffff;
    width: 80%
}
.footer-ph-nav>ul>li>.sub-tit2>.arrow {
    width: 20%;
    float: right;
    text-align: right
}
.footer-ph-nav>ul>li>.sub-tit2>.arrow>img {
    width: 9px;
    height: 6px;
    position: relative;
    top: -3px
}

.footer-ph-nav>ul>li>.sec-list {
    width: 116%;
    margin-left: -8%;
    padding: 0 10%;
    background-color: #003874;
    display: none
}
.footer-ph-nav>ul>li>.sec-list>a {
    color: #4a7db5;
    display: block;
    width: 100%;
    border-bottom: 1px solid #094381;
    height: 40px;
    line-height: 40px
}
.footer-ph-nav>ul>li.active>.sub-tit {
    border-bottom: none
}
.footer-ph-nav>ul>li.active>.sub-tit>.arrow>img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.footer-ph-nav>ul>li.active>.sec-list>a:last-child {
    border-bottom: none
}
#hamburger-1 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}
.row .three {
    padding: 80px 30px;
    box-sizing: border-box;
    background-color: #666666;
    color: #ecf0f1;
    text-align: center
}
.hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #666;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.hamburger:hover {
    cursor: pointer
}
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg)
}
#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg)
}
.pc-ban {
    position: relative
}
.pc-ban .swiper-slide {
    position: relative
}
.pc-ban .swiper-slide .pc-block-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}
.pc-ban .swiper-slide .pc-block-main .ban-txt {
    color: #fff;
    margin-top: 6.5%
}
.pc-ban .swiper-slide .pc-block-main .ban-txt h2 {
    font-size: 1.375rem
}
.pc-ban .swiper-slide .pc-block-main .ban-txt h3 {
    font-size: 1.15rem
}
.pc-ban .swiper-slide .pc-block-main .ban-txt .line {
    width: 80px;
    margin-top: 40px;
    border-bottom: 4px solid #fff
}
.pc-ban .pc-block-img {
    width: 100%;
    max-width: 100%;
    display: block
}
#pc-ban-pagin {
    bottom: 36px
}
#pc-ban-pagin .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    position: relative;
    margin: 0 10px;
    border-radius: 50%
}
#pc-ban-pagin .swiper-pagination-bullet:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}
#pc-ban-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.allban-tit {
    position: absolute;
    left: 50%;
    top: 18.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right
}
.ban-tit-core {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.ban-tit-core>span {
    padding-bottom: 12px;
    border-bottom: 1px solid #6ab2e2;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.ban-tit-core>span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0
}
.ban-tit-core>i {
    font-style: normal;
    margin-left: 40px
}
.ban-tit-core.active>span {
    font-size: 24px;
    border-bottom: 2px solid #6ab2e2
}
.ban-tit-core.active>span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60%;
    height: 2px;
    background-color: #fff
}
.global-tit {
    font-size: .4rem;
    color: #7c7c7c;
    font-family: Arial
}
.global-tit>span {
    color: #004d9f;
    font-size: .6rem;
    font-weight: bold
}
.global-tit>i {
    margin-left: 12px;
    margin-right: 5px
}
.global-doc {
    font-size: 14px;
    color: #969696;
    line-height: 28px;
    margin-top: 30px;
    height: 84px;
    overflow: hidden
}
.global-more-btn {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: transparent;
    margin-top: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    display: block;
    cursor: pointer;
    width: 210px;
    background-color: #004d9f;
    padding-left: 25px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.global-more-btn:before {
    content: '';
    position: absolute;
    border: #fff solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
.global-more-btn .circle {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    right: 17px;
    top: 12px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden
}
.global-more-btn .circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.global-more-btn:hover {
    background-color: #fff;
    color: #004d9f
}
.global-more-btn:hover:before {
    opacity: 1;
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}
.global-more-btn:hover .circle {
    border-color: #004d9f;
    // -webkit-transform: translateX(-10px) rotate(90deg);
    // -ms-transform: translateX(-10px) rotate(90deg);
    // transform: translateX(-10px) rotate(90deg)
}
.global-more-btn:hover .circle>img {
    // -webkit-animation: circleimg 2s infinite linear;
    // animation: circleimg 2s infinite linear;
    // -webkit-animation-delay: .3s;
    // animation-delay: .3s
}
.global-load-more {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: transparent;
    margin-top: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    display: block;
    cursor: pointer;
    width: 210px;
    background-color: #b5b5b5;
    padding-left: 25px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -105px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer
}
.global-load-more:before {
    content: '';
    position: absolute;
    border: #004d9f solid 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
.global-load-more .circle {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    right: 17px;
    top: 12px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden
}
.global-load-more .circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.global-load-more .circle img.arrow2 {
    opacity: 0
}
.global-load-more:hover {
    color: #fff;
    background-color: #004d9f
}
@-webkit-keyframes circleimg2 {
    0% {
        top: 0%;
        opacity: 1
    }
    100% {
        top: 100%;
        opacity: 1
    }
}
@keyframes circleimg2 {
    0% {
        top: 0%;
        opacity: 1
    }
    100% {
        top: 100%;
        opacity: 1
    }
}
@-webkit-keyframes circleimg {
    0% {
        left: 0%
    }
    100% {
        left: 100%
    }
}
@keyframes circleimg {
    0% {
        left: 0%
    }
    100% {
        left: 100%
    }
}
.global-more-tit {
    font-size: 16px;
    color: #7c7c7c
}
.ph-more-tit {
    width: 3.14rem;
    margin: 0 auto;
    height: .74rem;
    line-height: .7rem;
    font-size: .3rem;
    color: #7c7c7c;
    text-align: center;
    border: 1px solid #7c7c7c;
    margin-top: .65rem
}
.ph-ban {
    z-index: 6;
    height: 100vh;
    position: relative
}
.ph-ban-item {
    background-size: 100% 100%;
    background-repeat: no-repeat
}
.ph-ban .ban-txt {
    position: absolute;
    top: 23.5%;
    left: 6%;
    color: #fff
}
.ph-ban .ban-txt h2 {
    font-size: 1.375rem
}
.ph-ban .ban-txt h3 {
    font-size: 1.15rem
}
.ph-ban .ban-txt .line {
    width: 80px;
    margin-top: 40px;
    border-bottom: 4px solid #fff
}
#ph-ban-pagin {
    bottom: 36px
}
#ph-ban-pagin .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    position: relative;
    margin: 0 9px;
    border-radius: 50%
}
#ph-ban-pagin .swiper-pagination-bullet:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}
#ph-ban-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.about-us {
    height: 470px;
    padding-top: 85px;
    padding-bottom: 110px;
    background-size: cover;
    background-repeat: no-repeat
}
.index-about-model {
    position: absolute;
    top: 0;
    right: 0;
    width: 57%
}
.index-about-model>img {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    height: 100%
}
.index-about-doc {
    width: 41.6%
}
.index-news {
    width: 50%;
    margin-top: 40px;
    float: left
}
.index-news .news-img {
    height: 180px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    position: relative
}
.index-news .news-img>.image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: cover
}
.index-news .news-img:hover>.image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.index-news .news-list {
    margin-top: 25px
}
.index-news .news-list>li {
    line-height: 34px
}
.index-news .news-list>li>a {
    display: block
}
.index-news .news-list>li>a>span {
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}
.index-news .news-list>li>a>i {
    font-style: normal;
    float: right;
    width: 20%;
    font-size: 14px;
    text-align: right
}
.index-news .notice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}
.index-news .notice-list>li {
    width: 48%
}
.index-news .notice-list>li .notice-img {
    height: 180px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden
}
.index-news .notice-list>li .notice-img>.image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: cover
}
.index-news .notice-list>li .notice-img:hover>.image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.index-news .notice-list>li .title a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin-bottom: 6px;
    cursor: pointer
}
.index-news .notice-list>li .line {
    width: 32px;
    height: 2px;
    background-color: #3a3a3a
}
.index-news .notice-list>li .doc {
    margin-top: 10px;
    font-size: 13px;
    color: #969696;
    line-height: 22px;
    height: 44px;
    overflow: hidden
}
.index-news:first-child {
    padding-right: 5.6%
}
.news-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.news-top .global-more-tit {
    display: block
}
.sub-nav {
    border-bottom: 1px solid #e5e5e5;

}
.hackflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.sublink-lv1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height:68px;
    line-height: 68px;
}
.sublink-lv1>.house {
    width: 20px;
    height: 19px;
    cursor:pointer;
}
.sublink-lv1>.arrow {
    width: 8px;
    height: 11px
}
.sublink-lv1>a {
    font-size: 14px;
    line-height:1;
    display: inline-block;
    padding: 0 18px
}
.sublink-lv2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.sublink-lv2>li {
    padding: 0 24px;
    position: relative
}
.sublink-lv2>li>a {
    padding: 25px 0;
    display: block;
    position: relative
}
.sublink-lv2>li>a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #004d9f
}
.sublink-lv2>li.current>a {
    color: #004d9f
}
.sublink-lv2>li.current>a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #004d9f
}
.sublink-lv2-ph>li {
    width: 33.33333%;
    float: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
    line-height: 72px;
    height: 72px;
    border-bottom: 1px solid #e5e5e5
}
.sublink-lv2-ph>li>a {
    color: #666666;
    font-size: 24px;
    display: block;
    text-align: center
}
.sublink-lv2-ph>li:first-child {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}
.sublink-lv2-ph>li:nth-child(2) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}
.sublink-lv2-ph>li:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #e5e5e5
}
.sublink-lv2-ph>li:nth-child(4) {
    border-right: 1px solid #e5e5e5
}
.sublink-lv2-ph>li:nth-child(5) {
    border-right: 1px solid #e5e5e5
}
.sublink-lv2-ph>li.current>a {
    color: #004d9f
}
.n-global-tit {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px
}
.n-banner {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-top: 2.3rem;
    position: relative;
    color: #fff;
    z-index: -1;
    margin-top:80px;
}
.n-banner .i-ban-main {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600
}
.n-banner .i-ban-sub {
    margin-top: .35rem;
    font-size: .75rem;
    line-height: 1rem
}
.sector-spe .n-banner {
    height: 500px
}
.n-main {
    padding-bottom: 80px
}
.history-main .his-tit {
    font-size: 18px;
    width: 145px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    background-color: #5bba04;
    color: #fff
}
.history-main .cent-line-box {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1
}
.history-main .cent-line-box .line {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc
}
.history-main .history-list {
    padding-top: 66px;
    position: relative
}
.history-main {
    position: relative
}
.nodata {
    font-size: 0.5rem;
    color: #999999;
    text-align: center;
    padding-top: 0;
    display: block
}
.history-item {
    position: relative;
    margin-bottom: 24px
}
.history-item .cent {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 6.8%
}
.history-item .cent .time {
    font-size: 30px;
    color: #004d9f;
    line-height: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}
.history-item .cent .time:after {
    content: '';
    width: 34px;
    height: 3px;
    background-color: #004d9f;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block
}
.history-item .cent .line {
    width: 34px;
    height: 3px;
    background-color: #004d9f
}
.history-item .cent .des {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: right
}
.history-item .imgbox {
    height: 180px;
    margin-top: 42px;
    overflow: hidden;
    width: 100%;
    position: relative
}
.history-item .imgbox .images {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: cover
}
.history-item .point {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    background-color: #fff;
    border-radius: 50%;
    border: 8px solid #bde39b
}
.history-item .point>span {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    margin-left: -5px;
    margin-top: -5px;
    background-color: #5bba04
}
.history-item:nth-child(even) .cent {
    float: right;
    text-align-last: left;
    padding-right: 0;
    padding-left: 6.8%
}
.history-item:nth-child(even) .des {
    text-align: left
}
.history-item:nth-child(even) .time {
    font-size: 30px;
    color: #004d9f;
    line-height: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left
}
.history-item:nth-child(even) .time:after {
    content: '';
    width: 34px;
    height: 3px;
    background-color: #004d9f;
    position: absolute;
    left: 0;
    right: inherit;
    bottom: 0;
    display: block
}
.about-top .l-doc {
    width: 41.6%;
    float: left
}
.about-top .l-doc .tit {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px
}
.about-top .l-doc .doc-box {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    height: 300px;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
    padding-right: 10%
}
.about-top .l-doc .global-load-more {
    position: relative;
    margin-left: 0;
    left: 0;
    margin-top: 60px
}
.about-top .r-img {
    width: 58.4%;
    float: right;
    height: 360px;
    overflow: hidden;
    position: relative
}
.about-top .r-img>.imgbox {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: cover
}
.global-year {
    font-family: Arial;
    font-size: 1.8rem;
    color: #5bba04;
    display: inline-block;
    position: relative;
    line-height: 1
}
.global-year>i {
    font-style: normal;
    font-family: Numfont
}
.global-year>sup {
    font-size: 16px;
    position: relative;
    top: -30px;
    font-weight: bold
}
.about-mid {
    margin-top: 80px
}
.about-mid .info-cent {
    float: left;
    width: 33%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    border-right: 1px solid #dcdcdc;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.about-mid .info-cent span {
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    margin-right: 20px;
    max-width: 85px;
    text-align: left;
    position: relative;
    top: 3px
}
.about-mid .info-cent:first-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.about-mid .info-cent:last-child {
    border-right: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.about-bot {
    margin-top: 48px;
    background-color: #f4f4f4;
    height: 260px
}
.about-bot-main {
    padding-top: 60px
}
.about-bot-main .l-doc {
    float: left;
    width: 33%
}
.about-bot-main .l-doc h3 {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 3px
}
.about-bot-main .l-doc h4 {
    color: #999999;
    font-size: 24px;
    line-height: 30px
}
.about-bot-main .l-doc .doc-des {
    font-size: 24px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px
}
.about-bot-main .r-img {
    width: 59%;
    float: right;
    height: 159px;
    overflow: hidden;
    position: relative
}
.about-bot-main .r-img>.imgbox {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: cover
}
.about-spe .footer-nav-wrap {
    margin-top: 0
}
.culture-main {
    padding-bottom: 10px
}
.culture-item {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px
}
.culture-item .l-img {
    height: 8.75rem;
    width: 50%;
    overflow: hidden;
    float: left;
    position: relative
}
.culture-item .l-img>.images {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: cover
}
.culture-item .l-img:hover>.images {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.culture-item>.r-doc {
    height: 8.75rem;
    float: right;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.culture-item>.r-doc h3 {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #5bba04
}
.culture-item>.r-doc p {
    font-size: 0.55rem;
    line-height: 1rem;
    color: #999999;
    margin-top: .625rem;
    text-align: center
}
.culture-item:nth-child(2n) .l-img {
    float: right
}
.culture-item:nth-child(2n) .r-doc {
    float: left
}
.framework-main {
    padding: 0 3%;
    padding-bottom: 45px
}
.framework-main img {
    display: block;
    margin: 0 auto
}
@media screen and (max-width: 1200px) {
    .framework-main img {
        width: 100%
    }
}
.honor-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}
.honor-item {
    width: 33%;
    margin-bottom: 1rem;
    margin-left: -1px
}
.honor-item>.img-box-outer {
    border: 1px solid #e5e5e5;
    padding: 1.2rem 6% 1.05rem
}
.honor-item>.img-box-outer img {
    width: 100%;
    display: block
}
.honor-item .tit {
    font-size: .45rem;
    line-height: 1.75rem;
    text-align: center;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.global-load-more.honnor {
    position: relative;
    margin: 0 auto;
    margin-top: 0;
    left: 0
}
.n-honor {
    padding-bottom: 24px
}
.news-main {
    padding-bottom: 60px
}
.news-with-img {
    margin-right: -1.8%;
    margin-bottom: 24px
}
.news-normal-list {
    margin-bottom: 40px
}
.news-img-item {
    width: 33%;
    float: left;
    padding-right: 1.8%;
    padding-bottom: 20px;
    margin-bottom: 24px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.news-img-item>a {
    color: #333333;
    display: block;
    overflow: hidden
}
.news-img-item .img-box {
    overflow: hidden
}
.news-img-item .img-box img {
    width: 100%;
    display: block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.news-img-item .doc-box {
    padding-left: 5%;
    padding-right:5%;
    background-color: #fff;
    padding-bottom: .5rem
}
.news-img-item .doc-box h3 {
    padding-top: .5rem;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.news-img-item .doc-box span {
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    display: block
}
.news-img-item:hover .img-box img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.news-img-item:hover .doc-box h3 {
    color: #004d9f
}
.news-spe {
    background-color: #f5f5f5
}
.news-spe .sub-nav {
    background-color: #fff;
    border-bottom: none
}
.news-normal-item {
    float: left;
    width: 48%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.news-normal-item a {
    display: block;
    padding: 30px 5% 24px 5%
}
.news-normal-item a:hover {
    color: inherit
}
.news-normal-item .date {
    float: left;
    min-width: 60px;
    text-align: center;
    margin-top: 5px;
    width: 15%;
    padding-right: 5%
}
.news-normal-item .date .day {
    color: #222222;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-family: Timefont
}
.news-normal-item .date .year-month {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #222222;
    font-family: Timefont;
    padding-top: 4px
}
.news-normal-item .news-det {
    float: right;
    width: 83%
}
.news-normal-item .news-det .news-tit {
    font-size: 20px;
    line-height: 36px;
    color: #222222;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.news-normal-item .news-det .news-des {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    overflow: hidden
}
.news-normal-item:hover {
    background-color: #fff;
    box-shadow: 4px 4px 7px rgba(134, 134, 134, 0.04)
}
.news-normal-item:hover .news-tit {
    color: #004d9f
}
.duty-main {
    padding-bottom: 72px
}
.duty-main .duty-title {
    font-size: .9rem;
    color: #333333;
    line-height: 1.15rem;
    margin: 1.25rem 0
}
.duty-main .img-box img {
    display: block;
    width: 100%
}
.duty-main .price {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #999999
}
.duty-main .duty-job {
    padding-top: 1.4rem
}
.duty-main .img-list {
    margin-right: -1%
}
.duty-main .img-list .img-list-item {
    float: left;
    width: 25%;
    padding-right: 1%;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.duty-main .img-list .img-list-item img {
    width: 100%;
    display: block
}
.duty-main .img-list .img-list-item h3 {
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 12px
}
@media screen and (max-width: 1400px) {
    .duty-main .price {
        font-size: 16px;
        line-height: 24px
    }
    .duty-main .img-list .img-list-item h3 {
        font-size: 16px
    }
}
.garbage-top {
    margin-top: 1.5rem
}
.garbage-top .l-doc {
    width: 58%;
    float: left;
    padding-right: 8.3%
}
.garbage-top .l-doc h3 {
    font-size: 1.2rem;
    line-height: 1.45rem;
    color: #004d9f
}
.garbage-top .l-doc h4 {
    font-size: .6rem;
    line-height: 1rem;
    color: #d3d3d3
}
.garbage-top .l-doc .doc-det {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
    text-align: justify;
    text-justify: distribute-all-lines;
    height: 260px
}
.garbage-top .r-img {
    height: 306px;
    overflow: hidden;
    width: 42%;
    position: relative
}
.garbage-top .r-img>.image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: cover
}
.garbage-top .r-img:hover>.image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.garbage-mid {
    margin-top: 42px;
    height: 9.875rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center
}
.garbage-mid-doc h4.mid-tit {
    font-size: 30px;
    line-height: 1;
    padding-top: 2.25rem;
    padding-bottom: 1rem
}
.info-cent-main .info-cent {
    float: left;
    width: 33%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}
.info-cent-main .info-cent span {
    display: block;
    font-size: .6rem;
    color: #fff;
    line-height: 30px;
    margin-right: 20px;
    max-width: 100%;
    text-align: center
}
.info-cent-main .info-cent .line {
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 58px;
    background-color: #fff
}
.info-cent-main .info-cent:last-child {
    border-right: none
}
.info-cent-main .info-cent:last-child .line{
    display: none;
}

.info-cent-main .global-year {
    font-size: 1.5rem;
    color: #fff;
    display: block;
    position: relative;
    line-height: 1
}
.info-cent-main .global-year>i {
    font-style: normal
}
.info-cent-main .global-year>sup {
    font-size: 16px;
    position: relative;
    top: -30px;
    font-weight: bold
}
.garbage-bot {
    padding-bottom: 20px
}
.garbage-bot .garbage-bot-tit {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    padding: 44px 0 24px;
    color: #20201e
}
.garbage-bot-list {
    position: relative
}
.garbage-bot-list li {
    float: left;
    width: 16.666%;
    height: 124px;
    padding: 0 3.5%;
    vertical-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eee
}
.garbage-bot-list li:hover .mask {
    opacity: 1
}
.garbage-bot-list li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    z-index: 7;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.garbage-bot-list li:after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: -9px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 6
}
.garbage-bot-list li:nth-child(6n) {
    border-right: 0
}
.garbage-bot-list li .cooperation-img {
    position: relative;
    z-index: 8
}
.garbage-bot-list li .cooperation-img img {
    display: block;
    width: 100%
}
.garbage-bot-list li .img-center {
    overflow: hidden;
    width: 100%;
    position: relative
}
.garbage-bot-list li .img-center .images {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: 100% 100%
}
.garbage-bot-list:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 66
}
.ph-friend .garbage-bot-list li {
    width: 33%
}
.investor-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-left: -1%
}
.investor-notice {
    width: 32%;
    border: 1px solid #e5e5e5;
    padding: 32px 2.5%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 22px;
    position: relative;
    margin-right: 1%;
    top: 0
}
.investor-notice a {
    display: block
}
.investor-notice .date {
    position: relative;
    padding-right: 60px;
    line-height: 30px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5
}
.investor-notice .date span {
    display: block;
    font-size: 15px;
    color: #999999
}
.investor-notice .date .icon-view {
    position: absolute;
    right: 0;
    top: -10px
}
.investor-notice .date .icon-view .line {
    position: relative;
    top: 3px
}
.investor-notice .date .icon-view .arrow {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.investor-notice .title {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    color: #333333;
    height: 60px;
    overflow: hidden;
    width: 100%;
    margin-top: 18px
}
.investor-notice:hover {
    top: -10px;
    box-shadow: 0 5px 10px rgba(32, 32, 32, 0.04)
}
.investor-notice:hover .title {
    color: #004d9f
}
.investor-notice:hover .arrow {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}
.finance-bg {
    margin-top: 45px;
    background-color: #f5f5f5;
    padding-bottom: 50px
}
.finance-main>.title {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px
}
.finance-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.company-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.finance-item {
    height: 110px;
    width: 49%;
    background-color: #ffffff;
    padding: 30px 0 30px 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    margin-bottom: 18px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}
.finance-item .circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2%
}
.finance-item .doc-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0
}
.finance-item .doc-box .title {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5%
}
.finance-item .doc-box .date {
    font-size: 15px;
    line-height: 1;
    color: #999999;
    margin-top: 3px
}
.finance-item .right {
    min-width: 80px;
    height: 50px;
    border-left: 1px solid #dadada;
    position: relative
}
.finance-item:hover {
    box-shadow: 0 0 10px rgba(133, 133, 133, 0.11)
}
.finance-item:hover .doc-box .title {
    color: #004d9f
}
.finance-item:hover .link-icon {
    color: #fff;
    background-color: #666666;
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%)
}
.finance-item:hover .link-icon:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.link-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 75%;
    margin-left: -15px;
    margin-top: -15px;
    margin-right: 0.8em;
    border: 1px solid #858585;
    border-radius: 50%;
    cursor: pointer;
    color: #7f7f7f;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.link-icon:before {
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #666666;
    border-radius: 50%;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    box-sizing: border-box;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.33, 1), border 0.5s cubic-bezier(0.77, 0, 0.33, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.33, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.33, 1), border 0.5s cubic-bezier(0.77, 0, 0.33, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1)
}
.link-icon .link-icon-icon {
    position: absolute;
    display: block;
    width: 13px;
    height: 9px;
    left: 6.5px;
    top: 9px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.link-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    fill: currentColor;
    vertical-align: middle
}
.investor-spe .footer-nav-wrap {
    margin-top: 0px
}
.contact-form .input-area{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    flex-wrap:wrap;
}

.input-area input {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    width: 24%;
 
    padding-left: 18px
}
.my-form-textarea {
    border-radius: 3px;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    height: 210px;
    font-size: 16px;
    padding-top: 10px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
    resize:none;
}
.contact-form .input-area2{
    justify-content:flex-start;
}
.post-btn {
    margin: 0 auto;
    width: 180px;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: content-box;
    margin-top: 20px
}
.post-btn input {
    background: none;
    border: none;
    width: 180px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 2
}
.post-btn .button {
    width: 180px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    background: #5bba04;
    border: 2px solid #5bba04;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.post-btn:hover .button {
    background: transparent;
    color: #004d9f;
    border: 2px solid #004d9f
}
.contact-doc {
    width: 41%
}
.contact-doc li span {
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 28px
}
.contact-doc li .doc {
    font-size: 18px;
    line-height: 28px;
    color: #999999
}
.contact-doc li .row-line {
    width: 78%;
    height: 1px;
    margin-top: 9px;
    margin-bottom: 20px;
    background-color: #e3e3e3
}
.contact-map {
    width: 59%;
    margin-top: 30px
}
#dituContent {
    width: 59%;
    height: 365px
}
.human .n-banner {
    color: #004d9f
}
.search-bar {
    margin-top: 42px;
    font-size: 18px
}
.search-bar input {
    background: none;
    border: none;
    width: 83%;
    height: 1.5rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 2;
    border: 1px solid #e5e5e5;
    padding-left: 22px
}
.search-bar .job-search-btn {
    display: block;
    width: 17%;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #004d9f;
    text-align: center;
    color: #ffffff;
    padding-left: 35px;
    background: #004d9f url("../img/fdj.png") 18% center no-repeat;
    background-size: 0.75rem 0.75rem
}
.job-screen {
    margin: .6rem 0
}
.job-screen .job-category span {
    float: left;
    font-size: 16px;
    color: #666666;
    width: auto
}
.job-screen .job-category ul {
    font-size: 16px;
    width: 90%
}
.job-screen .job-category ul>li {
    float: left;
    margin-right: 3%
}
.job-screen .job-category ul>li>a {
    font-size: 16px;
    color: #666666
}
.job-screen .job-category ul>li>a:hover {
    color: #004d9f
}
.job-name {
    width: 20.6%
}
.job-count {
    width: 20%
}
.job-cate {
    width: 21.6%
}
.job-place {
    width: 12.25%
}
.job-time {
    width: 25.55%
}
.job-header {
    background-color: #f2f2f2;
    height: 60px;
    line-height: 60px
}
.job-header li {
    display: block;
    float: left;
    font-size: 16px;
    color: #666666;
    text-align: center
}
.job-item>dl {
    font-size: 16px;
    color: #666666;
    text-align: center;
    /*height: 50px;
    line-height: 50px;*/
    overflow: hidden;
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-start;
    align-items:center;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}
.job-item>dl dd {
    float: left;
    /*height: 50px;*/
    padding:20px 0;
    line-height:1.5;
    text-align: center;
     /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.job-item>dl:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
    margin-right: -5.5px;
    width: 11px;
    height: 6px;
    background: transparent url("../img/loadmore_arr.png") right center no-repeat
}
.job-item>dl.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.job-item:last-child>dl {
    border-bottom: none
}
.job-desc {
    display: none;
    background-color: #f2f2f2;
    padding: 15px 5% 24px;
    font-size: 16px;
    color: #666666
}
.job-desc .job-deps-wrap {
    padding-bottom: 12px;
    border-bottom: 1px solid #d5d5d5
}
.job-desc .job-deps {
    width: 33%
}
.job-desc .job-det {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    padding: 18px 0;
    border-bottom: 1px solid #d5d5d5
}
.job-desc .send-resume {
    margin-top: 20px;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 150px;
    background-color: #fff;
    color: #666666;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.job-desc .send-resume:hover {
    background-color: #004d9f;
    color: #fff
}
.joblist {
    margin-bottom: 35px
}
.resources-support-bg {
    background-color: #f2f2f2;
    margin-top: 60px
}
.resources-support {
    padding: 34px 0 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.resources-support .support-item {
    width: 48%
}
.resources-support .support-item h3 {
    font-size: 24px;
    color: #666666;
    line-height: 40px;
    margin-bottom: 16px
}
.resources-support .support-item .img-box {
    height: 220px;
    overflow: hidden;
    width: 100%;
    position: relative
}
.resources-support .support-item .img-box .images {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: no-repeat center center;
    background-size: cover
}
.resources-support .support-item .img-box:hover .images {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.resources-support .support-item .doc-des {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    margin-top: 16px
}
.human .footer-nav-wrap {
    margin-top: 0
}
.garbage-bot .swiper-pagination {
    bottom: -10px;
    width: 100%
}
.garbage-bot .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #9c9c9c;
    width: 8px;
    height: 8px;
    margin-right: 10px
}
.garbage-bot .swiper-pagination-bullet-active {
    background-color: #004d9f
}
.recommend-box {
    padding: 100px 0 80px;
    min-height:550px;
}
.recommend-box .top-btns {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 .625rem;
    font-size: 0
}
.recommend-box .top-btns .tit {
    font-size: .5rem;
    line-height: 1.85rem;
    display: inline-block;
    *display: inline;
    zoom: 1
}
.recommend-box .top-btns .top-tabs {
    margin-left: 2rem;
    display: inline-block;
    *display: inline;
    zoom: 1
}
.recommend-box .top-btns .top-tabs .swiper-slide {
    width: auto;
    margin-right: 2.25rem
}
.recommend-box .top-btns .top-tabs .swiper-slide:last-child {
    margin-right: 0
}
.recommend-box .top-btns .top-tabs a {
    font-size: .45rem;
    line-height: 1.85rem;
    color: #999;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s
}
.recommend-box .top-btns .top-tabs a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: .275rem;
    height: .15rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/recommend-arrow.png");
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s;
    transition: all .2s
}
.productsinfo-page .recommend-box .top-btns .top-tabs .swiper-slide:nth-child(1) {
    display: none
}
.techinfo-page .recommend-box .top-btns .top-tabs .swiper-slide:nth-child(4) {
    display: none
}
.model-page .recommend-box .top-btns .top-tabs .swiper-slide:nth-child(5) {
    display: none
}
.recommend-box .top-btns .top-tabs .swiper-slide.cur a {
    color: #155fad
}
.recommend-box .top-btns .top-tabs .swiper-slide.cur a:before {
    opacity: 1;
    filter: alpha(opacity=100)
}
.recommend-box .con-tab {
    padding: 0 .625rem;
    margin-top: .875rem
}
.recommend-box .con-tab h3 {
    text-align: center
}
.recommend-box .con-tab .row {
    margin: 0 -.875rem
}
.recommend-box .con-tab .item {
    padding: 0 .875rem;
    margin-bottom: 1rem;
    box-sizing: border-box
}
.recommend-box .con-tab .tit {
    font-size: .5rem;
    line-height: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.recommend-box .con-tab .con {
    font-size: .35rem;
    line-height: .6rem;
    color: #999;
    margin-top: .625rem;
    height: 1.2rem
}
.recommend-box .con-tab .detail-box {
    font-size: 0;
    margin-top: .25rem
}
.recommend-box .con-tab .detail-box a:hover {
  
    background-color: #004d9f;
    color:#fff;
}
.recommend-box .con-tab .detail-box a:hover span{
   color:#fff;
}

.recommend-box .con-tab .detail {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #bfbfbf;
    padding: 0 .625rem
}
.recommend-box .con-tab .detail span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 1rem;
    color: #6e6e6e;
    padding-right: .75rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../img/recommend-more1.png");
    background-size: .25rem
}
.recommend-box .top-btns .top-tabs .swiper-slide:hover a {
    color: #155fad
}
.recommend-box .top-btns .top-tabs a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}
.history .history-main {
    padding-bottom: 40px
}
.history .footer-nav-wrap {
    margin-top: 75px
}
.history-main .history-list {
    padding-bottom: 25px
}
.job-screen .job-category ul>li.active>a{
	color:#004d9f
}
.captcha{
	width:110px;
	height:45px;
    margin-left:10px;
}
.foot-desc .icon-box .bdsharebuttonbox .bds_tsina {
	background-size: cover;
	width:50px;
	height:50px;
	background-position: 0 0;
	margin-right:15px;
	// background-image: url(<?php echo static_file('web/img/font-icon01.jpg')?>)
	
}
.foot-desc .icon-box .bdsharebuttonbox .bds_tsina:hover {
	background-size: cover;
	width:50px;
	height:50px;
	background-position: 0 0;
	margin-right:15px;
	opacity: 1;
	
}
.foot-desc .icon-box .bdshare-button-style0-16 .bds_weixin{
	background-size: cover;
	width:50px;
	height:50px;
	background-position: 0 0;
}
.foot-desc .icon-box .bdshare-button-style0-16 .bds_weixin:hover{
	color:#848484;
	opacity: 1;
}
.footer-nav-wrap .foot-desc>.sec-list>p{
	line-height:24px;
}
.footer-nav-wrap .foot-desc>.sec-list>p:nth-child(2){
	margin-top:5px
}
/*# sourceMappingURL=style.css.map */

.bd_weixin_popup .bd_weixin_popup_foot{
    line-height:16px!important;
    padding-left: 5px;
}
.bd_weixin_popup .bd_weixin_popup_main{
    padding: 5px 10px 5px 5px!important;
    min-height: 150px;
    _height: 150px;
}
.bd_weixin_popup .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
    padding-left: 5px!important;
}
.job-list center{
    font-size: 16px;
}
.index-news .notice-list>li .title a{

  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-nav>li:nth-child(5)>ul.sub {
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    display: none;
    background-color: #fff;
    text-align: center;
    background-color: #1663ae;
    padding: 16px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 111;
}
.pc-nav>li:nth-child(5)>ul.sub.active {
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    display: block;
    background-color: #fff;
    text-align: center;
    background-color: #1663ae;
    padding: 16px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 111;
}
.pc-nav>li:nth-child(5)>ul.sub>li{
    width:100%;
}
.banner-wrap{
    margin-top:80px;
}





.wow{
    visibility: hidden;
}

.last-box .title{
    padding-bottom:1rem;
}
.last-box .ulbox{
    padding:0 0 2rem;
    text-align:center;
    font-size:16px;
    color:#333;
}
.last-box .ulbox a{
    color:#666;
}
.last-box .ulbox a:hover{
    color:#004d9f;
}
@media (max-width: 992px) {
    .last-box .ulbox{
        padding-bottom:1rem;
    }
}



.shares-box{
    background:#fff;
    height:55px;
    line-height:55px;
}
.shares-box .tipbox{
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:center;
}
.shares-box .tipbox img{
    margin-right:30px;
}
.shares-box .tipbox span{
    font-size:16px;
    color:#747474;
    margin-right:30px;
}
@media (max-width: 776px) {
 .shares-box{
    height:auto;
    padding:10px 0;
    line-height:1.8;
 }
 .shares-box .tipbox img{
    margin-right:10px;
 }
 .shares-box .tipbox span{
    font-size:14px;
    margin-right:10px;
 }    
}