@charset "utf-8";

/* CSS Document */

/* reset */
* {
    margin: 0;
    padding: 0;
}

fieldset, img, iframe, abbr {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

a:hover {
    color: #000;
}

a:focus {
    outline: none;
    color: #000;
}

a:hover, a:visited, a:active, a:link {
    text-decoration: none;
}

.clear:after {
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    visibility: hidden;
    content: ".";
    clear: both;
    display: block;
}

/*公用样式*/
.edit-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px !important;
    width: 100%;
    display: table;
    padding: 0 30%;
}

.swiper-pagination-bullet {
    display: table-cell;
    width: 2%;
    border-radius: 0;
    margin: 0 !important;
    cursor: pointer;
    padding: 0 5px;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet span {
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    position: relative;
}

.swiper-pagination-bullet span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.swiper-pagination-bullet-active {
    background: transparent;
}

.swiper-pagination-bullet-active span:before {
    background: #717171;
    -webkit-animation: swiperPaginationWidth 8s;
    -moz-animation: swiperPaginationWidth 8s;
    animation: swiperPaginationWidth 8s;
    opacity: 1;
}

/* /reset */

/*------------ head、foot样式 --------------*/


/*------------ head开始 --------------*/
/*头部*/
.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.header .menu-icon {
    width: 25px;
    height: 19px;
    background: url(../../images/yh/icon/icon-menu.png) center no-repeat;
    background-size: 25px 19px;
    position: absolute;
    top: 31px;
    left: 60px;
    cursor: pointer;
}

.header-right {
    position: absolute;
    top: 0;
    right: 0px;
}

.header-right .links {
    float: left;
    line-height: 80px;
    margin-right: 39.5px;
    font-size: 18px;
}

.header-right .links a, .header-right .links .download {
    float: left;
    margin: 0 47.5px;
    color: #333;
    position: relative;
}

.header-right .links a:hover, .header-right .links .download:hover {
    color: #3142B6;
}

.header-right .links .download i {
    position: absolute;
    top: 74px;
    left: 50%;
    margin-left: -7px;
    color: #fff;
    display: none;
}

.header-right .links .download .box {
    width: 210px;
    padding: 33px 30px 18px 30px;
    background-color: #fff;
    position: absolute;
    top: 109px;
    left: 50%;
    margin-left: -105px;
    line-height: normal;
    border-radius: 10px;
    display: none;
}

.header-right .links .download .box .pic img {
    display: block;
    width: 100%;
}

.header-right .links .download .box p {
    font-size: 21px;
    line-height: 27px;
    color: #000000;
    text-align: center;
    margin-top: 17px;
}

.header-right .links .download:hover i {
    display: block;
}

.header-right .links .download:hover .box {
    display: block;
}

.header-right .search-icon {
    width: 24px;
    height: 24px;
    background: url(../../images/yh/icon/icon-search.png) center no-repeat;
    background-size: 24px 24px;
    float: left;
    margin-top: 28px;
    cursor: pointer;
}

.search-hidden-box {
    float: left;
    height: 80px;
    padding: 23px 0 23px 0;
    width: 0;
    display: none;
}

.search-hidden-inner {
    width: 374px;
    height: 34px;
    background-color: #E4EBEC;
    padding-left: 37px;
    border-radius: 34px;
    position: relative;
}

.search-hidden-box .input-search {
    border: 0;
    width: 320px;
    height: 34px;
    background-color: #E4EBEC;
    font-size: 14px;
    padding: 0 10px;
}

.search-hidden-box .search-btn {
    width: 34px;
    height: 34px;
    background: url(../../images/yh/icon/icon-search-btn.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.search-hidden-box .search-btn:before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: rgba(79, 139, 130, 1);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}

.search-hidden-box .cancel-btn {
    line-height: 34px;
    color: #333;
    position: absolute;
    top: 15px;
    right: 15px;
}

.search-hidden-box.current {
    width: auto;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.header-transparent {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.header-transparent .menu-icon {
    background-image: url(../../images/yh/icon/icon-menu2.png);
}

.header.header-transparent .header-right .links a, .header.header-transparent .header-right .links .download {
    color: #fff;
}

.header.header-transparent .header-right .search-icon {
    background-image: url(../../images/yh/icon/icon-search2.png);
}

.header.header-transparent .search-hidden-inner {
    background-color: #fff;
}

.header.header-transparent .search-hidden-inner .input-search {
    background-color: #fff;
}

.header.header-transparent.current {
    background-color: #fff;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.header-transparent.current .menu-icon {
    background-image: url(../../images/yh/icon/icon-menu.png);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.header-transparent.current .header-right .links a, .header.header-transparent.current .header-right .links .download {
    color: #333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.header-transparent.current .header-right .search-icon {
    background-image: url(../../images/yh/icon/icon-search.png);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.header-transparent.current .search-hidden-inner {
    background-color: #E4EBEC;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.header-transparent.current .search-hidden-inner .input-search {
    background-color: #E4EBEC;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.header-transparent .header-right .links .download:hover i {
    transform: rotate(180deg);
    top: 96px;
}

.header.header-shrink {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.sub-current {
    top: -80px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header-pc {
    width: 100%;
    height: 80px;
    z-index: 50;
    background-color: #1E2977;
}

.header-pc .logo {
    float: left;
    margin: 17px 0 0 55px;
}

.header-pc .logo img {
    display: block;
}

.header-right-pc {
    float: right;
    /*height: 100%;*/
    margin-right: 60px;
}

.header-right-pc .nav {
    float: left;
    font-size: 16px;
}
.header-right-pc .nav ul{
    /*padding: 0;*/
    /*margin: 0;*/
}
.header-right-pc .nav li {
    float: left;
    line-height: 80px;
    position: relative;
}

.header-right-pc .nav li:before {
    content: '';
    width: 1px;
    height: 24px;
    background-color: #3142B6;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
}

.header-right-pc .nav li:last-child:before {
    display: none;
}

.header-right-pc .nav li .dropdown-menu a {
    display: block;
    color: #333333;
    padding: 10px 32px;
}
.nav li a:hover, .nav li a.active {
    background-color: #3142B6;
}

.header-right-pc .search-icon {
    float: left;
    width: 60px;
    height: 100%;
    background: url(../../images/yh/icon/icon-search2.png) center no-repeat;
    cursor: pointer;
}

.header-right-pc .search-icon:hover, .header-right-pc .search-icon.current {
    background-color: #3142B6;
}

.search-hidden-box-pc {
    width: 100%;
    height: 60px;
    padding: 8px 60px;
    background-color: rgba(31, 31, 31, 0.8);
    position: absolute;
    left: 0;
    top: 80px;
    display: none;
}

.search-hidden-inner-pc {
    float: right;
}

.search-hidden-inner-pc .input-search {
    float: right;
    width: 308px;
    height: 44px;
    background: rgba(21, 21, 21, 0.8);
    border: 0;
    border-radius: 3px;
    padding: 0 10px;
    color: #fff;
}

.search-hidden-inner-pc .search-btn {
    float: right;
    width: 87px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #FCCE4A;
    border-radius: 3px;
    color: #454545;
    margin-left: 12px;
}

.header-pc.header-shrink {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header-pc.sub-current {
    top: -80px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}


/*------------ head结束 --------------*/


/*------------ foot开始 --------------*/
/*底部 footer*/
.footer {
    border-top: 1px solid #E2E2E2;
    position: relative;
    z-index: 5;
    font-size: 14px;
}

.footer .edit-container {
    width: 1680px;
}

.footer-top {
    padding: 33px 0;
    background-color: #f2f2f7;
}

.footer-top .footer-logo img {
    display: block;
    width: 186px;
}

.footer-top .links {
    margin-top: 20px;
}

.footer-top .links a {
    float: left;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #999;
}

.footer-top .links a:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.footer-top .city-links {
    /*margin-top: 20px;*/
}

.footer-top .city-links .title {
    font-weight: bold;
    color: #000;
}

.footer-top .city-links .cont {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.footer-top .city-links .cont a {
    /*float: left;*/
    width: 187px;
    /*margin: 0 10px 10px 0;*/
    padding: 0 10px 10px 0;
}

.footer-bottom {
    padding: 18px 0;
    background-color: #e8e8f1;
    text-align: center;
}

.footer-bottom .links a {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #999;
}

.footer-bottom .links a:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.footer-bottom .copyright {
    margin-top: 10px;
}

.footer-bottom .copyright span {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #999;
}

.footer-bottom .copyright span:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}


/*------------ foot结束 --------------*/

@media (max-width: 767px) {
    /*头部*/
    .header {
        height: 65px;
    }
    .footer{
        display: none;
    }
    .header .menu-icon {
        width: 20px;
        height: 15px;
        background-size: 20px 15px;
        top: 25px;
        left: 20px;
    }

    .header-right {
        right: 0;
        width: 100%;
    }

    .header-right .links {
        display: none;
    }

    .header-right .search-icon {
        width: 19px;
        height: 19px;
        background-size: 19px;
        margin-top: 22px;
        float: none;
        position: absolute;
        right: 20px;
    }

    .search-hidden-box {
        height: 64px;
        width: 100%;
        right: 0;
        padding: 15px 20px;
        background-color: #fff;
    }

    .search-hidden-inner {
        width: 88%;
    }

    .search-hidden-box .input-search {
        width: 242px;
    }

    .search-hidden-box.current {
        width: 100%;
    }

    .header.header-transparent .search-hidden-inner {
        background-color: #E4EBEC;
    }

    .header.header-transparent .search-hidden-inner .input-search {
        background-color: #E4EBEC;
    }

    .header.sub-current {
        top: -65px;
    }

    /*底部 footer*/
    .footer .edit-container {
        width: auto;
    }

    .footer-top {
        padding: 25px 15px;
    }

    .footer-top .footer-logo {
        text-align: center;
    }

    .footer-top .footer-logo img {
        display: inline-block;
        width: 150px;
    }

    .footer-top .city-links .cont a {
        margin-right: 0;
    }

    .footer-bottom {
        padding: 18px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*头部*/
    .header {
        height: 65px;
    }
    .footer{
        display:none;
    }
    .header .menu-icon {
        width: 20px;
        height: 15px;
        background-size: 20px 15px;
        top: 25px;
        left: 20px;
    }

    .header-right {
        right: 0;
        width: 100%;
    }

    .header-right .links {
        display: none;
    }

    .header-right .search-icon {
        width: 19px;
        height: 19px;
        background-size: 19px;
        margin-top: 22px;
        float: none;
        position: absolute;
        right: 20px;
    }

    .search-hidden-box {
        height: 64px;
        width: 100%;
        right: 0;
        padding: 15px 20px;
        background-color: #fff;
    }

    .search-hidden-inner {
        width: 92%;
    }

    .search-hidden-box.current {
        width: 100%;
    }

    .search-hidden-box .input-search {
        width: 96%;
    }

    .header.header-transparent .search-hidden-inner {
        background-color: #E4EBEC;
    }

    .header.header-transparent .search-hidden-inner .input-search {
        background-color: #E4EBEC;
    }

    /*底部 footer*/
    .footer .edit-container {
        width: auto;
    }

    .footer-top {
        padding: 25px 15px;
    }

    .footer-top .footer-logo {
        text-align: center;
    }

    .footer-top .footer-logo img {
        display: inline-block;
        width: 150px;
    }

    .footer-top .city-links .cont a {
        margin-right: 0;
    }

    .footer-bottom {
        padding: 18px 15px;
    }
}

@media (max-width: 1600px) and (min-width: 1280px){
    .header-pc {
        height: 75px;
    }
    .header-right-pc {
        margin-right: 30px;
    }
    .header-pc .logo img {
        height: 38px;
    }
    .header-pc .logo {
        margin-left: 30px;
        margin-top: 18px;
    }
    .header-right-pc .nav{
        font-size: 14px;
    }
    .header-right-pc .nav li {
        line-height: 75px;
    }
    .header-right-pc .nav li a {
        padding: 0 22px;
    }
}
@media (max-width: 1600px) and (min-width: 1280px){
    .footer .edit-container {
        width: 1080px;
    }
    .footer-top .city-links {
        margin-top: 0;
        margin-left: 50px;
    }
}