@media screen and (min-width: 320px) {
    html {
        font-size: 85.33333px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 96px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 100px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 128px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 170.66667px
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 200px
    }
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}

.clearfloat {
    *zoom: 1
}

.clearboth {
    clear: both
}

.checkBrowser {
    font-size: 14px;
    line-height: 40px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 50%;
    width: 700px;
    height: 40px;
    margin-left: -360px;
    padding: 0 10px;
    color: #FFF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #E6212A
}

.checkBrowser a {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #FFF
}

.article-swiper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -ms-touch-action: none;
    touch-action: none;
    z-index: 8888
}

.article-swiper .swiper-pagination {
    bottom: 1em;
    color: #fff
}

.article-swiper .swiper-slide img {
    display: block;
    max-width: 95%;
    max-height: -moz-calc(100% - 6em);
    max-height: calc(100% - 6em)
}

.article-swiper .swiper-slide p {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 22
}

.wp1200 {
    max-width: 1200px;
    margin: 0 auto
}

@media screen and (max-width: 1300px) {
    .wp1200 {
        max-width: 950px
    }
}

@media screen and (max-width: 1024px) {
    .wp1200 {
        padding: 0 .125rem
    }
}

.dn750 {
    display: block
}

@media screen and (max-width: 750px) {
    .dn750 {
        display: none
    }
}

.dk750 {
    display: none
}

@media screen and (max-width: 750px) {
    .dk750 {
        display: block
    }
}

.inside-banner {
    width: 100%;
    height: 0;
    padding-bottom: 27.70833%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.inside-banner-mobile {
    width: 100%;
    height: 0;
    padding-bottom: 46.66667%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none
}

@media screen and (max-width: 750px) {
    .inside-banner {
        display: none
    }

    .inside-banner-mobile {
        display: block
    }
}

.inside-menu {
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    z-index: 1
}

.inside-menu .ab {
    position: relative;
    top: 0;
    left: 0
}

@media screen and (max-width: 1024px) {
    .inside-menu .wp1200 {
        padding: 0;
        max-width: none
    }
}

.inside-menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.inside-menu1 {
    height: 56px;
    line-height: 56px;
    background: #fff;
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.08)
}

@media screen and (max-width: 750px) {
    .inside-menu1 {
        height: 45px;
        line-height: 45px
    }
}

.inside-menu1 .menu-li a {
    display: block;
    padding: 0 34px;
    font-size: 16px;
    color: #333
}

.inside-menu1 .menu-li .menu2 {
    display: none
}

.inside-menu1 .menu-li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 11px;
    margin-top: -6px;
    background: #ccc
}

.inside-menu1 .menu-li:hover a, .inside-menu1 .menu-li.on a {
    color: #fff;
    background: #0a408a
}

.inside-menu1 .menu-li:hover:before, .inside-menu1 .menu-li:hover+li:before, .inside-menu1 .menu-li.on:before, .inside-menu1 .menu-li.on+li:before {
    display: none
}

@media screen and (max-width: 750px) {
    .inside-menu1 .menu-li a {
        padding: 0 .125rem;
        font-size: 14px
    }
}

.inside-menu2 {
    margin-bottom: .25rem;
    line-height: 33px
}

@media screen and (max-width: 750px) {
    .inside-menu2 {
        line-height: 28px
    }
}

.inside-menu2 li {
    padding: 0 5px;
    margin: 4px;
}

.inside-menu2 li a {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    border: 1px solid #0a408a;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s;
    color: #333;
}

.inside-menu2 li.on a, .inside-menu2 li a:hover {
    background: #0a408a;
    color: #fff
}

@media screen and (max-width: 750px) {
    .inside-menu2 li a {
        padding: 0 .1rem;
        font-size: 13px
    }
}

.inside-page {
    padding: .25rem 0 .325rem;
    background: #f5f5f5;
    overflow: hidden
}

.paged {
    text-align: center
}

.paged a, .paged .p_info, .paged .current {
    display: inline-block;
    margin: 0 1px 4px;
    padding: 0 16px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    color: #888;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

@media screen and (max-width: 750px) {
    .paged a, .paged .p_info, .paged .current {
        margin: 0 0 4px;
        padding: 0 10px;
        font-size: 13px;
        height: 30px;
        line-height: 30px
    }
}

.paged .prev, .paged .next {
    padding: 0 30px
}

@media screen and (max-width: 750px) {
    .paged .prev, .paged .next {
        padding: 0 20px
    }
}

.paged .current, .paged a:hover {
    background: #0a408a;
    color: #fff
}

.tips-popup {
    display: none
}

.tips-popup.show .tips-popup-mask {
    opacity: 1
}

.tips-popup.show .tips-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tips-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table;
    margin: auto;
    table-layout: fixed;
    padding: 18px 24px 8px;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 9001;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 414px) {
    .tips-popup-box {
        max-width: -moz-calc(100% - .4rem);
        max-width: calc(100% - .4rem);
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.tips-popup-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.tips-popup-head .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 1px;
    line-height: 22px;
    font-size: 16px;
    color: #000
}

.tips-popup-close {
    margin: 5px 0 0 10px;
    width: 14px;
    height: 14px;
    background: url(../images/tips_icon.png) top -130px left no-repeat;
    opacity: .7;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-close:hover {
    opacity: 1
}

.tips-popup-content {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.tips-popup-footer {
    padding: 4px 0;
    text-align: right;
    font-size: 0
}

.tips-popup-footer li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding: 8px 15px;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-footer li:hover {
    opacity: .8
}

.tips-popup-footer .cancle-btn {
    color: #666;
    background-color: #fff;
    border-color: #dcdfe6
}

.tips-popup-footer .submit-btn {
    color: #fff
}

.tips-popup .tips-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/tips_icon.png);
    background-repeat: no-repeat
}

.tips-popup .tips-icon-success {
    background-position: 0 -104px
}

.tips-popup .tips-icon-question {
    background-position: 0 -78px
}

.tips-popup .tips-icon-info {
    background-position: 0 -52px
}

.tips-popup .tips-icon-error {
    background-position: 0 -26px
}

.tips-popup .tips-icon-alert {
    background-position: 0 0
}

.tips-popup-icon {
    padding-left: 20px;
    padding-right: 20px
}

.tips-popup-icon .tips-popup-content {
    padding-left: 34px
}

.header {
    height: 106px;
    background: #282828
}

@media screen and (max-width: 1300px) {
    .header {
        height: 90px
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none
    }
}

.header .logo {
    float: left;
    padding-top: 19px
}

.header .logo img {
    height: 64px;
    width: auto
}

.procon{
    padding-top: 30px;
    width: 100%;
}

.procon img{
	max-width:100%;
}

.procon p{
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

@media screen and (max-width: 1300px) {
    .header .logo {
        padding-top: 12px
    }

    .header .logo img {
        height: 56px
    }
}

.header-right {
    float: right;
    margin-top: 28px;
    color: #0a408a
}

.header-right .tel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    padding-right: 5px;
    margin-right: 12px;
    border-right: 1px solid #3e3e3e
}

.header-right .tel-icon {
    font-size: 40px;
    font-weight: 600
}

.header-right .tel-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px
}

.header-right .tel h3 {
    font-size: 26px
}

.header-right .tel p {
    font-size: 12px;
    letter-spacing: 11.2px
}

.header-right .search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

.header-right .search ::-webkit-input-placeholder {
    color: #0a408a
}

.header-right .search ::-moz-placeholder {
    color: #0a408a
}

.header-right .search :-ms-input-placeholder {
    color: #0a408a
}

.header-right .search-form {
    display: none;
    margin-right: 15px;
    width: 220px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #0a408a;
    overflow: hidden
}

.header-right .search-form button, .header-right .search-form input {
    outline: none;
    background: none;
    border: none;
    color: #0a408a;
    line-height: 34px
}

.header-right .search-form .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px
}

.header-right .search-form input {
    width: 100%
}

.header-right .search-form button {
    padding: 0 10px 0 5px;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.header-right .search-form button:hover {
    opacity: .8
}

.header-right .search-form.show-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header-right .search-icon {
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.header-right .search-icon:hover {
    opacity: .8
}

@media screen and (max-width: 1300px) {
    .header-right {
        margin-top: 23px
    }

    .header-right .tel-icon {
        font-size: 38px
    }

    .header-right .tel-text {
        margin-left: 10px
    }

    .header-right .tel h3 {
        font-size: 24px
    }

    .header-right .tel p {
        letter-spacing: 9.5px
    }

    .header-right .search-form {
        width: 200px
    }
}

.header-menu {
    height: 46px;
    line-height: 46px;
    font-size: 0;
    text-align: center;
    background: -webkit-gradient(to botttom, #fff, #d4d4d4);
    background: -webkit-linear-gradient(botttom, #fff, #d4d4d4);
    background: -moz- oldlinear-gradient(botttom, #fff, #d4d4d4);
    background: linear-gradient(to botttom, #fff, #d4d4d4)
}

@media screen and (max-width: 1024px) {
    .header-menu {
        display: none
    }
}

.header-menu a {
    display: block;
    font-size: 13px;
    color: #555;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.header-menu li {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.header-menu li:hover .nav2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.header-menu li:hover .nav-a {
    color: #fff;
    background: #0a408a
}

.header-menu .nav-a {
    padding: 0 40px
}

.header-menu .nav-a.on {
    color: #fff;
    background: #0a408a
}

@media screen and (max-width: 1300px) {
    .header-menu .nav-a {
        padding: 0 30px
    }
}

.header-menu .nav2 {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    width: 100%;
    text-align: center;
    background: rgba(212, 212, 212, 0.9);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s
}

.header-menu .nav2 a {
    height: 40px;
    line-height: 40px
}

.header-menu .nav2 a:hover {
    color: #fff;
    background: #0a408a
}

.mobile-header {
    position: relative;
    display: none;
    padding: 0 .125rem;
    height: .5rem;
    line-height: .5rem;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3)
}

@media screen and (max-width: 1024px) {
    .mobile-header {
        display: block
    }
}

.mobile-header .logo {
    float: left;
    margin-top: .06rem
}

.mobile-header .logo img {
    display: inline-block;
    vertical-align: middle;
    height: .35rem;
    width: auto
}

.mobile-header .right-menu {
    float: right
}

.mobile-header .right-menu .menu-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: .25rem;
    color: #0a408a
}

.mobile-header .mobile-menu {
    margin-left: .075rem
}

.mobile-header .search-form {
    position: absolute;
    top: 100%;
    left: 0;
    padding: .2rem;
    width: 100%;
    background: #eee;
    z-index: 999;
    display: none
}

.mobile-header .search-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .05rem 0 .125rem;
    height: .35rem;
    line-height: .34rem;
    border-radius: .35rem;
    border: 1px solid #0a408a
}

.mobile-header .search-form ::-webkit-input-placeholder {
    color: #0a408a
}

.mobile-header .search-form ::-moz-placeholder {
    color: #0a408a
}

.mobile-header .search-form :-ms-input-placeholder {
    color: #0a408a
}

.mobile-header .search-form button, .mobile-header .search-form input {
    background: none;
    border: none;
    outline: none;
    color: #0a408a
}

.mobile-header .search-form .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mobile-header .search-form .input input {
    width: 100%;
    font-size: .14rem
}

.mobile-header .search-form button {
    width: .35rem;
    font-size: .22rem
}

.mobile-header .search-form button:hover {
    font-weight: 600
}

.nav-mobile {
    position: absolute;
    width: 2.18rem;
    top: .5rem;
    left: 0;
    bottom: 0;
    z-index: 103;
    background: #fff;
    overflow: hidden;
    box-shadow: 2px 0 3px rgba(255, 255, 255, 0.3);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

.nav-mobile.anim {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-mobile-con {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9902;
    overflow: hidden
}

.nav-mobile-con .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 102
}

.nav-mobile-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .2rem;
    font-size: .14rem;
    color: #fff;
    background: #0a408a;
    z-index: 103
}

.nav-mobile-top i {
    display: inline-block;
    margin-right: .05rem;
    font-size: .15rem
}

.nav-mobile-wp {
    position: relative
}

.nav-mobile-wp ul {
    padding-top: .13rem
}

.nav-mobile-title {
    position: relative;
    margin: 0 .2rem;
    border-bottom: 1px solid #d9d9d9
}

.nav-mobile-title>a {
    position: relative;
    display: block;
    line-height: .42rem;
    font-size: .13rem;
    color: #333;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%
}

.nav-mobile-child-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: right;
    line-height: .42rem;
    font-size: .14rem;
    font-weight: bold;
    z-index: 1;
    color: #848484
}

.nav-mobile-child-btn span {
    display: inline-block;
    margin-right: .2rem
}

.nav-mobile-child-btn i {
    position: absolute;
    top: 0;
    right: .04rem;
    line-height: .44rem;
    font-size: .15rem;
    color: #888;
    font-family: "iconfont";
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -moz-transition: transform .2s ease, -moz-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease
}

.nav-mobile-child-btn i:before {
    content: "\e674"
}

.nav-mobile-child-btn.open i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-mobile-child-btn+a {
    display: inline-block;
    width: auto
}

.nav-mobile .sub {
    padding: 0 .25rem;
    display: none
}

.nav-mobile .sub li {
    border-bottom: 1px solid #ededed;
    padding-left: .15rem;
    position: relative;
    height: .42rem;
    overflow: hidden
}

.nav-mobile .sub li a {
    display: inline-block;
    vertical-align: middle;
    line-height: .42rem;
    font-size: .13rem;
    height: .42rem;
    color: #333;
    overflow: hidden
}

.footer {
    padding: 85px 0 70px;
    background: #030303;
    color: #8c8c8c
}

@media screen and (max-width: 1024px) {
    .footer {
        padding-top: .3rem
    }
}

@media screen and (max-width: 750px) {
    .footer {
        padding-bottom: -moz-calc(.35rem + 56px);
        padding-bottom: calc(.35rem + 56px)
    }
}

.footer a {
    color: #8c8c8c
}

.footer a:hover {
    color: #ccc
}

.footer-left {
    float: left
}

.footer-left .ft-logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #292929
}

.footer-left .ft-logo img {
    width: 203px;
    height: auto
}

.footer-left .ft-nav {
    display: inline-block;
    vertical-align: top;
    max-width: 380px;
    font-size: 0
}

.footer-left .ft-nav a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 14px
}

.footer-left .ft-nav a:not(:nth-child(4n+1)) {
    margin-left: 36px
}

@media screen and (max-width: 1300px) {
    .footer-left .ft-logo img {
        width: 180px
    }

    .footer-left .ft-nav {
        max-width: 320px
    }

    .footer-left .ft-nav a:not(:nth-child(4n+1)) {
        margin-left: 25px
    }
}

@media screen and (max-width: 1024px) {
    .footer-left {
        float: none;
        text-align: center
    }

    .footer-left .ft-nav {
        max-width: 340px;
        text-align: left
    }

    .footer-left .ft-nav a:not(:nth-child(4n+1)) {
        margin-left: 25px
    }
}

@media screen and (max-width: 750px) {
    .footer-left .ft-logo {
        display: none
    }

    .footer-left .ft-nav {
        max-width: 420px;
        text-align: center
    }

    .footer-left .ft-nav a {
        position: relative;
        margin-bottom: .2rem;
        padding: 0 .1rem
    }

    .footer-left .ft-nav a:not(:nth-child(4n+1)) {
        margin-left: 0
    }

    .footer-left .ft-nav a:not(:nth-child(4n+1)):before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        height: 10px;
        width: 1px;
        background: #353535
    }
}

@media screen and (max-width: 500px) {
    .footer-left .ft-nav {
        max-width: 100%;
        text-align: center
    }

    .footer-left .ft-nav a {
        padding: 0;
        width: 25%;
        font-size: 13px
    }
}

.footer-right {
    float: right
}

@media screen and (max-width: 1024px) {
    .footer-right {
        display: none
    }
}

.footer-ewm {
    display: inline-block;
    vertical-align: top;
    margin: -40px 30px 0 0;
    padding: 10px;
    width: 120px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px
}

.footer-ewm img {
    display: block;
    width: 100%
}

.footer-ewm p {
    margin-top: 6px;
    font-size: 12px;
    color: #666
}

@media screen and (max-width: 1300px) {
    .footer-ewm {
        margin-right: 20px;
        width: 110px
    }

    .footer-ewm p {
        margin: 5px -5% 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.footer-search {
    display: inline-block;
    vertical-align: top
}

.footer-search .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px 0 20px;
    width: 238px;
    height: 34px;
    line-height: 32px;
    border-radius: 34px;
    border: 1px solid #565656
}

.footer-search .search-form input {
    width: 100%;
    font-size: 13px;
    color: #8c8c8c
}

.footer-search .search-form ::-webkit-input-placeholder {
    color: #8c8c8c
}

.footer-search .search-form ::-moz-placeholder {
    color: #8c8c8c
}

.footer-search .search-form :-ms-input-placeholder {
    color: #8c8c8c
}

.footer-search .search-form input, .footer-search .search-form button {
    border: none;
    background: none;
    outline: none
}

.footer-search .search-form .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer-search .search-form button {
    margin-left: 8px;
    font-size: 22px;
    color: #8f8f8f;
    cursor: pointer
}

.footer-search .search-form button:hover {
    font-weight: 600
}

.footer-search .search-tips {
    margin-top: 10px;
    text-align: center
}

.footer-search .search-tips a {
    margin: 0 8px;
    font-size: 13px
}

.footer-con {
    margin-top: 45px;
    padding-top: 30px;
    line-height: 25px;
    border-top: 1px solid #353535
}

.footer-con a, .footer-con span {
    margin-left: 8px
}

@media screen and (max-width: 1024px) {
    .footer-con {
        text-align: center
    }
}

@media screen and (max-width: 750px) {
    .footer-con {
        margin-top: .05rem;
        padding-top: .125rem;
        line-height: 21px;
        font-size: 13px
    }
}

.footer .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle
}

.footer .bdsharebuttonbox a {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    background: #686868;
    color: #030303;
    border-radius: 50%;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.footer .bdsharebuttonbox a:hover {
    opacity: 1;
    background: #aaa
}

@media screen and (max-width: 750px) {
    .footer .bdsharebuttonbox {
        display: block;
        text-align: center;
        margin-top: .15rem
    }

    .footer .bdsharebuttonbox a {
        float: none;
        margin: 0 5px
    }
}

.bd_weixin_popup {
    height: auto !important
}

.back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    z-index: 2001;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.back-top:hover {
    color: #fff;
    background-color: #333
}

@media screen and (max-width: 1200px) {
    .back-top {
        right: 10px;
        bottom: 10px;
        width: 42px;
        height: 42px;
        line-height: 42px
    }
}

@media screen and (max-width: 750px) {
    .back-top {
        right: 0;
        bottom: 60px;
        width: 30px;
        height: 32px;
        line-height: 32px;
        font-size: 18px
    }
}

.mobile-menubar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #030303;
    z-index: 2000
}

.mobile-menubar li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.mobile-menubar li+li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    height: 30px;
    width: 1px;
    background-color: #353535
}

.mobile-menubar li:hover {
    background-color: rgba(171, 138, 96, 0.4)
}

.mobile-menubar li:hover:before, .mobile-menubar li:hover+li:before {
    display: none
}

.mobile-menubar a {
    display: block;
    padding: 5px 0 7px
}

.mobile-menubar .icon {
    font-size: 26px;
    color: #888
}

.mobile-menubar p {
    font-size: 12px;
    color: #ddd
}

@media screen and (max-width: 750px) {
    .mobile-menubar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.measure-modal {
    display: none
}

.measure-modal.show .measure-modal-box, .measure-modal.show .measure-modal-mask {
    opacity: 1
}

.measure-modal.show .measure-modal-box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.measure-modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 6666;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.measure-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table;
    margin: auto;
    table-layout: fixed;
    width: 756px;
    padding: 80px 110px 110px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 6667;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.measure-modal-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center
}

.measure-modal-title .en {
    position: relative;
    line-height: 1;
    font-size: 60px;
    color: rgba(232, 232, 232, 0.5);
    font-weight: bold;
    text-transform: uppercase
}

.measure-modal-title .en:after {
    content: '';
    display: block;
    margin: 3px auto 0;
    width: 68%;
    height: 15px;
    background: url(../images/line1.png) center center repeat-x;
    background-size: auto 100%
}

.measure-modal-title .cn {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 32px;
    color: #333;
    font-weight: bold
}

.measure-modal-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 3px;
    background-color: #b99f7e
}

.measure-modal button, .measure-modal input, .measure-modal select {
    display: block;
    width: 100%;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.measure-modal .form-type {
    margin-bottom: 18px;
    text-align: center
}

.measure-modal .form-type label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px 12px;
    cursor: pointer
}

.measure-modal .form-type label input[type='radio'] {
    display: none
}

.measure-modal .form-type label input[type='radio']:checked~.icon:before {
    opacity: 1;
    visibility: visible
}

.measure-modal .form-type label .icon {
    position: relative;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #b99f7e;
    border-radius: 50%
}

.measure-modal .form-type label .icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #b99f7e;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden
}

.measure-modal .form-type label .text {
    line-height: 20px;
    font-size: 16px;
    color: #666
}

.measure-modal .input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-left: 35px;
    background-color: #f0f0f0;
    border-radius: 29px
}

.measure-modal .input-text {
    line-height: 58px;
    font-size: 14px;
    color: #666
}

.measure-modal .input-text em {
    color: #cdcdcd;
    font-style: normal
}

.measure-modal .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.measure-modal .input input {
    padding-right: 35px;
    line-height: 58px;
    font-size: 14px;
    color: #666;
    height: 58px;
    border: none;
    background: none
}

.measure-modal .select-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-right: 60px
}

.measure-modal .select-list li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    text-align: right
}

.measure-modal .select-list li:after {
    content: "\e675";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'iconfont';
    font-size: 13px;
    line-height: 1;
    color: #b99f7e
}

.measure-modal .select-list select {
    padding: 0 20px 0 15px;
    height: 58px;
    line-height: 58px;
    border: none;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #666;
    font-size: 16px;
    cursor: pointer
}

.measure-modal .select-list select::-ms-expand {
    display: none
}

.measure-modal .checkbox-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 19px 0 9px;
    min-width: 0
}

.measure-modal .checkbox-list label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    margin: 0 13px 10px;
    cursor: pointer
}

.measure-modal .checkbox-list input[type='checkbox'] {
    display: none
}

.measure-modal .checkbox-list input[type='checkbox']:checked~.icon:before {
    content: '\e6fc'
}

.measure-modal .checkbox-list .icon {
    margin: 3px 8px 0 0;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    font-family: 'iconfont';
    color: #b99f7e;
    font-size: 16px;
    border: 1px solid #b99f7e;
    border-radius: 1px
}

.measure-modal .checkbox-list .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    line-height: 20px;
    font-size: 16px;
    color: #666
}

.measure-modal .captcha-box {
    padding-right: 20px
}

.measure-modal .captcha-box .input input {
    padding-right: 20px
}

.measure-modal .captcha-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.measure-modal .captcha-btn img {
    max-width: 100px;
    max-height: 70%
}

.measure-modal .submit-btn {
    padding: 2px;
    height: 58px;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #b99f7e;
    border: 1px solid #b99f7e;
    border-radius: 58px;
    background-clip: content-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.measure-modal .submit-btn:hover {
    opacity: .8
}

@media screen and (max-width: 1440px) {
    .measure-modal-box {
        width: 600px;
        padding: 50px 60px 60px
    }

    .measure-modal-title .en {
        font-size: 50px
    }

    .measure-modal-title .en:after {
        height: 12px
    }

    .measure-modal-title .cn {
        top: 10px;
        line-height: 40px;
        font-size: 30px
    }

    .measure-modal .input-box {
        padding-left: 30px;
        border-radius: 26px
    }

    .measure-modal .input-text {
        line-height: 52px
    }

    .measure-modal .input input {
        padding-right: 30px;
        line-height: 52px;
        height: 52px
    }

    .measure-modal .select-list {
        padding-right: 40px
    }

    .measure-modal .select-list select {
        height: 52px;
        line-height: 52px;
        font-size: 15px
    }

    .measure-modal .checkbox-list {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 17px 0 7px;
        min-width: 0
    }

    .measure-modal .checkbox-list label {
        margin: 0 10px 8px
    }

    .measure-modal .checkbox-list .icon {
        margin-top: 2px
    }

    .measure-modal .checkbox-list .text {
        font-size: 15px
    }

    .measure-modal .captcha-btn img {
        max-width: 94px
    }

    .measure-modal .submit-btn {
        height: 52px;
        line-height: 46px;
        font-size: 20px
    }
}

@media screen and (max-width: 1024px) {
    .measure-modal-box {
        width: 568px;
        padding: 45px 50px 50px
    }

    .measure-modal-title .cn {
        font-size: 28px
    }

    .measure-modal .captcha-btn img {
        max-width: 85px
    }
}

@media screen and (max-width: 750px) {
    .measure-modal-box {
        padding: .25rem .15rem .3rem;
        width: -moz-calc(100% - .3rem);
        width: calc(100% - .3rem);
        max-width: 460px
    }

    .measure-modal-title {
        margin-bottom: 12px;
        padding-bottom: 6px
    }

    .measure-modal-title:after {
        height: 2px
    }

    .measure-modal-title .en {
        font-size: 34px
    }

    .measure-modal-title .en:after {
        height: 10px
    }

    .measure-modal-title .cn {
        top: 6px;
        line-height: 34px;
        font-size: 22px
    }

    .measure-modal .form-type {
        margin: 0 -6px 10px
    }

    .measure-modal .form-type label {
        margin: 0 6px 8px
    }

    .measure-modal .form-type label .icon {
        margin-right: 5px;
        width: 16px;
        height: 16px
    }

    .measure-modal .form-type label .icon:before {
        width: 8px;
        height: 8px
    }

    .measure-modal .form-type label .text {
        line-height: 16px;
        font-size: 14px
    }

    .measure-modal .input-box {
        padding-left: 20px;
        border-radius: 21px
    }

    .measure-modal .input-text {
        line-height: 42px;
        font-size: 13px
    }

    .measure-modal .input input {
        padding-right: 20px;
        line-height: 42px;
        height: 42px;
        font-size: 13px
    }

    .measure-modal .select-list {
        display: block;
        padding: 5px 30px 5px 0
    }

    .measure-modal .select-list:after {
        font-size: 12px
    }

    .measure-modal .select-list select {
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .measure-modal .checkbox-list {
        padding: 11px 10px 5px 0
    }

    .measure-modal .checkbox-list label {
        margin: 0 6px 7px
    }

    .measure-modal .checkbox-list .icon {
        margin: 3px 6px 0 0;
        width: 12px;
        height: 12px;
        line-height: 10px;
        font-size: 12px
    }

    .measure-modal .checkbox-list .text {
        line-height: 18px;
        font-size: 14px
    }

    .measure-modal .submit-btn {
        height: 42px;
        line-height: 38px;
        font-size: 18px
    }

    .measure-modal .captcha-btn img {
        max-width: 76px
    }
}

.index-pagination {
    position: absolute;
    left: 0;
    z-index: 888;
    text-align: center
}

.index-pagination span {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.index-banner {
    position: relative;
    width: 100%;
    padding-bottom: 36.92708%
}

@media screen and (max-width: 750px) {
    .index-banner {
        padding-bottom: 66.93333%
    }
}

.index-banner-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.index-banner-box .img {
    width: 100%;
    height: 100%;
    background: #fff none no-repeat center center;
    background-size: cover
}

.index-banner .banner-pagination {
    width: 100%;
    bottom: .1rem
}

.index-banner .banner-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    background: #fff
}

.index-banner .banner-pagination span.swiper-pagination-bullet-active {
    background: #0a408a
}

@media screen and (max-width: 750px) {
    .index-banner .banner-pagination span {
        width: 10px;
        height: 10px;
        margin: 0 5px
    }
}

.index-title {
    font-size: 30px;
    color: #555
}

.index-title a {
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s;
    color: #555
}

.index-title a:hover {
    color: #0a408a
}

.index-title a:hover span {
    color: #0a408a
}

.index-title span {
    margin-left: 5px;
    font-family: 'PingFang SC Regular';
    font-size: 28px;
    color: #888;
    text-transform: uppercase;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

@media screen and (max-width: 1300px) {
    .index-title {
        font-size: 28px
    }

    .index-title span {
        font-size: 24px
    }
}

@media screen and (max-width: 1024px) {
    .index-title {
        font-size: 26px
    }

    .index-title span {
        font-size: 20px
    }
}

@media screen and (max-width: 750px) {
    .index-title {
        font-size: 22px
    }

    .index-title span {
        display: block;
        margin-left: 0;
        font-size: 16px;
        line-height: 1.2
    }
}

.index-box1 {
    padding: 100px 0 110px;
    overflow: hidden
}

@media screen and (max-width: 1300px) {
    .index-box1 {
        padding: 80px 0 90px
    }
}

@media screen and (max-width: 1024px) {
    .index-box1 {
        padding: .3rem 0 .35rem
    }
}

.index-brand {
    float: left;
    width: 580px;
    margin-right: 121px
}

@media screen and (max-width: 1300px) {
    .index-brand {
        width: 500px;
        margin-right: 50px
    }
}

@media screen and (max-width: 1024px) {
    .index-brand {
        float: none;
        width: 100%;
        margin: 0 0 40px
    }

    .index-brand .index-title {
        text-align: center
    }
}

@media screen and (max-width: 750px) {
    .index-brand {
        margin-bottom: .25rem
    }
}

.index-brand .text {
    margin: 20px 0 24px;
    line-height: 26px;
    max-height: 156px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.index-brand .text a {
    color: #888
}

.index-brand .text a:hover {
    color: #555
}

@media screen and (max-width: 1024px) {
    .index-brand .text {
        max-height: none;
        display: block
    }
}

@media screen and (max-width: 750px) {
    .index-brand .text {
        margin: .125rem 0 .15rem;
        font-size: 13px
    }
}

.index-brand .join-list li {
    float: left;
    width: 25%;
    text-align: center
}

.index-brand .join-list li a {
    display: block;
    padding: 0 5px
}

.index-brand .join-list li a:hover .icon img {
    -webkit-animation: scaleUp .5s;
    -moz-animation: scaleUp .5s;
    animation: scaleUp .5s
}

.index-brand .join-list li a:hover .icon .img1 {
    display: none
}

.index-brand .join-list li a:hover .icon .img2 {
    display: inline-block
}

.index-brand .join-list li a:hover h3 {
    color: #0a408a
}

.index-brand .join-list li .icon {
    height: 52px;
    line-height: 52px
}

.index-brand .join-list li .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.index-brand .join-list li .icon .img2 {
    display: none
}

.index-brand .join-list li h3 {
    margin: 16px 0 4px;
    font-weight: bold;
    color: #555;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.index-brand .join-list li p {
    font-size: 12px;
    color: #878787
}

@media screen and (max-width: 1300px) {
    .index-brand .join-list li .icon {
        height: 42px;
        line-height: 42px
    }

    .index-brand .join-list li h3 {
        margin: 14px 0 2px
    }
}

@media screen and (max-width: 750px) {
    .index-brand .join-list li .icon {
        height: 32px;
        line-height: 32px
    }

    .index-brand .join-list li a {
        padding: 0 3px
    }

    .index-brand .join-list li h3 {
        margin-top: 10px;
        font-size: 14px
    }

    .index-brand .join-list li p {
        font-size: 10px
    }
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes scaleUp {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUp {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.index-video {
    float: left;
    position: relative;
    width: 499px;
    height: 339px
}

.index-video video, .index-video .mejs-container, .index-video .mejs-overlay, .index-video .mejs-poster {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden
}

.index-video:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -12px;
    left: 5%;
    height: 10px;
    width: 90%;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
    background: -moz- oldradial-gradient(center ellipse, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

@media screen and (max-width: 1300px) {
    .index-video {
        width: 400px;
        height: 310px
    }
}

@media screen and (max-width: 1024px) {
    .index-video {
        float: none;
        width: 100%;
        height: 0;
        padding-bottom: 67.93587%
    }
}

@media screen and (max-width: 750px) {
    .index-video .mejs-overlay-button {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        background-size: cover
    }
}

.index-product {
    padding: .35rem 0 100px;
    background: #000 url(../images/index_bg3.jpg) center center no-repeat;
    background-size: cover
}

.index-product .index-title {
    margin-bottom: 30px;
    color: #fff;
    text-align: center
}

.index-product .index-title a {
    color: #fff
}

.index-product .index-title a:hover {
    color: #0a408a
}

.index-product .index-title span {
    color: rgba(255, 255, 255, 0.2)
}

.index-product-list {
    padding: 0 8px
}

.index-product-list li {
    float: left;
    padding: 3px;
    width: 50%;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-product-list a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.99659%;
    overflow: hidden
}

.index-product-list a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.index-product-list a:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-product-list .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 34px 20px 28px;
    width: 202px;
    color: #fff;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6
}

.index-product-list .icon {
    height: 67px;
    line-height: 67px
}

.index-product-list .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.index-product-list h3 {
    margin-top: 26px;
    line-height: 1.2;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.index-product-list p {
    margin-top: 5px;
    line-height: 1.2;
    font-size: 12px;
    opacity: .3;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1px
}

@media screen and (max-width: 1300px) {
    .index-product-list {
        padding: 0;
        margin: 0 -3px
    }

    .index-product-list .text-box {
        padding: 28px 16px 22px;
        width: 180px
    }

    .index-product-list .icon {
        height: 60px;
        line-height: 60px
    }

    .index-product-list h3 {
        margin-top: 20px
    }

    .index-product-list p {
        margin-top: 3px
    }
}

@media screen and (max-width: 1024px) {
    .index-product {
        padding-bottom: 90px
    }

    .index-product-list .text-box {
        padding: 18px 10px 14px;
        width: 140px;
        border-width: 1px
    }

    .index-product-list .icon {
        height: 46px;
        line-height: 46px
    }

    .index-product-list h3 {
        margin-top: 14px;
        font-size: 16px
    }

    .index-product-list p {
        margin-top: 2px;
        font-size: 11px
    }
}

@media screen and (max-width: 750px) {
    .index-product {
        padding-bottom: .4rem
    }

    .index-product .index-title {
        margin-bottom: 18px
    }

    .index-product-list {
        margin: 0
    }

    .index-product-list li {
        float: none;
        width: 100%;
        padding: 0 0 .1rem
    }

    .index-product-list .text-box {
        padding: 16px 8px 12px;
        width: 130px
    }

    .index-product-list .icon {
        height: 42px;
        line-height: 42px
    }

    .index-product-list h3 {
        margin-top: 10px
    }

    .index-product-list p {
        font-size: 10px
    }
}

.index-surpport {
    padding: .35rem 0;
    background-color: #f2f3f5
}

.index-surpport .index-title {
    margin-bottom: 40px;
    text-align: center
}

.index-surpport-list li {
    float: left;
    padding: 10px;
    width: 16.66667%;
    text-align: center;
    list-style: none !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-surpport-list a {
    display: block;
    cursor: pointer
}

.index-surpport-list a:hover .icon img {
    -webkit-animation: shakeUp .4s;
    -moz-animation: shakeUp .4s;
    animation: shakeUp .4s
}

.index-surpport-list a:hover h3 {
    color: #0a408a
}

.index-surpport-list .icon {
    height: 52px;
    line-height: 52px
}

.index-surpport-list .icon img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.index-surpport-list h3 {
    margin-top: 16px;
    font-size: 16px;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 1300px) {
    .index-surpport-list .icon {
        height: 48px;
        line-height: 48px
    }

    .index-surpport-list h3 {
        margin-top: 14px
    }
}

@media screen and (max-width: 1024px) {
    .index-surpport .index-title {
        margin-bottom: 30px
    }

    .index-surpport-list .icon {
        height: 42px;
        line-height: 42px
    }

    .index-surpport-list h3 {
        margin-top: 12px;
        font-size: 15px
    }
}

@media screen and (max-width: 750px) {
    .index-surpport .index-title {
        margin-bottom: 15px
    }

    .index-surpport-list {
        margin: 0 -10px
    }

    .index-surpport-list li {
        width: 33.33333%
    }

    .index-surpport-list .icon {
        height: 34px;
        line-height: 34px
    }

    .index-surpport-list h3 {
        margin-top: 10px
    }
}

@-webkit-keyframes shakeUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-.03rem);
        transform: translateY(-.03rem)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes shakeUp {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-.03rem);
        transform: translateY(-.03rem)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes shakeUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-.03rem);
        -moz-transform: translateY(-.03rem);
        transform: translateY(-.03rem)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

.index-advant-pc {
    display: block;
    height: 977px;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center
}

.index-advant-mobile {
    display: none
}

.index-advant-mobile img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 1300px) {
    .index-advant-pc {
        height: 800px
    }
}

@media screen and (max-width: 1024px) {
    .index-advant-pc {
        height: 0;
        padding-bottom: 50.88542%
    }
}

@media screen and (max-width: 750px) {
    .index-advant-pc {
        display: none
    }

    .index-advant-mobile {
        display: block
    }
}

.index-box4 {
    padding: .325rem 0 100px;
    text-align: center;
    background: #f2f3f5
}

.index-box4 .index-title span {
    text-transform: uppercase
}

@media screen and (max-width: 1300px) {
    .index-box4 {
        padding-bottom: 80px
    }
}

@media screen and (max-width: 1024px) {
    .index-box4 {
        padding-bottom: .25rem
    }
}

.index-process {
    margin-top: 45px
}

@media screen and (max-width: 950px) {
    .index-process {
        margin-top: 30px
    }
}

@media screen and (max-width: 750px) {
    .index-process {
        margin-top: .1rem
    }
}

.index-process li {
    float: left;
    position: relative;
    width: 16.66667%
}

.index-process li:not(:last-child):after {
    content: "\e60e";
    position: absolute;
    top: 36%;
    right: -11px;
    font-size: 22px;
    color: #666;
    font-family: "iconfont";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.index-process li .icon {
    height: 57px;
    line-height: 57px
}

.index-process li .icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    width: auto
}

.index-process li h3 {
    margin-top: 24px;
    font-size: 16px;
    color: #444;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.index-process li a {
    display: block
}

.index-process li a:hover .more {
    color: #fff;
    background: #0a408a;
    border-color: #0a408a
}

.index-process li a:hover h3 {
    color: #0a408a
}

.index-process li .more {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #666;
    border-radius: 50%;
    border: 1px solid #7e7e7e;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

@media screen and (max-width: 1300px) {
    .index-process li:not(:last-child):after {
        top: 30%;
        font-size: 20px
    }

    .index-process li .icon {
        height: 45px;
        line-height: 45px
    }

    .index-process li h3 {
        margin-top: 18px;
        font-size: 14px
    }

    .index-process li .more {
        width: 45px;
        height: 45px;
        line-height: 45px
    }
}

@media screen and (max-width: 950px) {
    .index-process li:not(:last-child):after {
        font-size: 16px
    }

    .index-process li .icon {
        height: 36px;
        line-height: 36px
    }

    .index-process li h3 {
        margin-top: 15px;
        font-size: 13px
    }

    .index-process li .more {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px
    }
}

@media screen and (max-width: 750px) {
    .index-process li {
        margin: .125rem 0;
        width: 33.33333%
    }

    .index-process li:not(:last-child):after {
        top: 25%;
        right: -.09rem;
        font-size: .15rem
    }

    .index-process li:nth-child(3):after {
        display: none
    }

    .index-process li .icon {
        height: 32px;
        line-height: 32px
    }

    .index-process li h3 {
        margin-top: 12px;
        font-size: 15px
    }

    .index-process li .more {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px
    }
}

.index-box6 {
    padding: 85px 0;
    overflow: hidden
}

@media screen and (max-width: 1300px) {
    .index-box6 {
        padding: 75px 0
    }
}

@media screen and (max-width: 1024px) {
    .index-box6 {
        padding: .35rem 0
    }
}

.index-news-hd {
    margin-bottom: 22px;
    font-size: 0
}

.index-news-hd li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 147px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.index-news-hd li:hover, .index-news-hd li.on {
    color: #fff;
    background: #0a408a
}

@media screen and (max-width: 950px) {
    .index-news-hd {
        text-align: center
    }

    .index-news-hd li {
        height: 40px;
        line-height: 40px
    }
}

@media screen and (max-width: 750px) {
    .index-news-hd {
        margin-bottom: 18px
    }

    .index-news-hd li {
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 15px
    }
}

.news-bd-box {
    display: none
}

.news-bd-box li {
    margin-bottom: 14px
}

@media screen and (max-width: 750px) {
    .news-bd-box li {
        margin-bottom: 6px
    }
}

.news-bd-box .news-list {
    float: left;
    width: 824px;
    margin-right: 14px
}

@media screen and (max-width: 1300px) {
    .news-bd-box .news-list {
        width: 650px
    }
}

@media screen and (max-width: 1024px) {
    .news-bd-box .news-list {
        margin-right: 0;
        float: none;
        width: 100%
    }
}

.news-bd-box .news-list li .title {
    padding: 10px 0 10px 10px
}

.news-bd-box .news-list li .title .img {
    width: 295px
}

.news-bd-box .news-list li .title .nr {
    margin: 0 30px 0 340px
}

.news-bd-box .news-list li .title .nr h3 {
    margin: 40px 0 20px;
    height: 21.6px;
    font-size: 18px
}

.news-bd-box .news-list li .title .nr .p {
    line-height: 25px;
    max-height: 100px;
    -webkit-line-clamp: 4
}

.news-bd-box .news-list li .title .nr .date {
    margin-top: 14px
}

@media screen and (max-width: 1300px) {
    .news-bd-box .news-list li .title .img {
        width: 260px
    }

    .news-bd-box .news-list li .title .nr {
        margin: 0 30px 0 290px
    }

    .news-bd-box .news-list li .title .nr h3 {
        margin: 34px 0 16px
    }
}

@media screen and (max-width: 1024px) {
    .news-bd-box .news-list li .title {
        margin-left: 0
    }

    .news-bd-box .news-list li .title .img {
        width: 240px
    }

    .news-bd-box .news-list li .title .nr {
        margin: 0 40px 0 270px
    }

    .news-bd-box .news-list li .title .nr h3 {
        margin-top: 24px
    }

    .news-bd-box .news-list li .title .nr .p {
        max-height: 75px;
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width: 750px) {
    .news-bd-box .news-list li .title .img {
        width: 130px
    }

    .news-bd-box .news-list li .title .nr {
        margin: 0 10px 0 142px
    }

    .news-bd-box .news-list li .title .nr h3 {
        margin: 8px 0 8px;
        font-size: 16px;
        height: 19.2px
    }

    .news-bd-box .news-list li .title .nr .p {
        font-size: 12px;
        line-height: 22px;
        max-height: 44px;
        -webkit-line-clamp: 2
    }

    .news-bd-box .news-list li .title .nr .date {
        margin-top: 8px
    }
}

.news-bd-box .news-list2 {
    float: left;
    width: 362px
}

@media screen and (max-width: 1300px) {
    .news-bd-box .news-list2 {
        width: 286px
    }
}

@media screen and (max-width: 1024px) {
    .news-bd-box .news-list2 {
        margin: 0 -7px;
        float: none;
        width: auto
    }
}

@media screen and (max-width: 750px) {
    .news-bd-box .news-list2 {
        margin: 0 -3px
    }
}

.news-bd-box .news-list2 li a {
    display: block;
    height: 100%;
    padding: 50px 46px 45px;
    background: #f2f2f2;
    -webkit-transition: all, .5s;
    -moz-transition: all, .5s;
    transition: all, .5s
}

.news-bd-box .news-list2 li a:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0px 8px 41px -17px rgba(0, 0, 0, 0.4)
}

.news-bd-box .news-list2 li a:hover h3 {
    color: #0a408a
}

.news-bd-box .news-list2 li h3 {
    margin-bottom: 20px;
    height: 21.6px;
    font-size: 18px;
    line-height: 1.2;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all, .5s;
    -moz-transition: all, .5s;
    transition: all, .5s
}

.news-bd-box .news-list2 li .p {
    color: #888;
    font-size: 13px;
    line-height: 25px;
    height: 75px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.news-bd-box .news-list2 li .date {
    margin-top: 15.5px;
    font-size: 12px;
    color: #888
}

@media screen and (max-width: 1300px) {
    .news-bd-box .news-list2 li a {
        padding: 43px 35px 35px
    }

    .news-bd-box .news-list2 li h3 {
        margin-bottom: 16px
    }

    .news-bd-box .news-list2 li .date {
        margin-top: 11px
    }
}

@media screen and (max-width: 1024px) {
    .news-bd-box .news-list2 li {
        float: left;
        padding: 0 7px;
        width: 50%
    }
}

@media screen and (max-width: 750px) {
    .news-bd-box .news-list2 li {
        padding: 0 3px
    }

    .news-bd-box .news-list2 li a {
        padding: .2rem .15rem
    }

    .news-bd-box .news-list2 li h3 {
        margin-bottom: 10px;
        font-size: 16px;
        height: 19.2px
    }

    .news-bd-box .news-list2 li .p {
        font-size: 12px;
        line-height: 22px;
        max-height: 66px;
        -webkit-line-clamp: 3
    }

    .news-bd-box .news-list2 li .date {
        margin-top: 8px
    }
}

.index-case {
    padding: 80px 0 95px;
    background: #000 url(../images/index_bg2.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden
}

.index-case .index-title {
    margin-bottom: 30px;
    color: #fff;
    text-align: center
}

.index-case .index-title a {
    color: #fff
}

.index-case .index-title a:hover {
    color: #0a408a
}

.index-case .index-title span {
    color: rgba(255, 255, 255, 0.2)
}

.index-case-box {
    position: relative
}

.index-case-box .case-pagination {
    display: none;
    margin-top: 20px;
    text-align: center
}

.index-case-box .case-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    opacity: 1;
    background-color: #fff;
    outline: none
}

.index-case-box .case-pagination .swiper-pagination-bullet-active {
    background-color: #0a408a
}

.index-case-box .case-next, .index-case-box .case-prev {
    position: absolute;
    top: 50%;
    font-size: 36px;
    color: #0a408a;
    outline: none;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.index-case-box .case-next:hover, .index-case-box .case-prev:hover {
    font-weight: 600
}

.index-case-box .case-prev {
    left: -58px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.index-case-box .case-next {
    right: -58px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.index-case-swiper {
    overflow: hidden
}

.index-case-swiper a {
    display: block;
    text-align: center;
    background-color: #fff
}

.index-case-swiper a:hover .img:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.index-case-swiper a:hover h3 {
    color: #0a408a
}

.index-case-swiper .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 74.74227%;
    overflow: hidden
}

.index-case-swiper .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.index-case-swiper .img:after {
    -webkit-transition: all, .6s;
    -moz-transition: all, .6s;
    transition: all, .6s;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    background-color: rgba(255, 255, 255, 0.3)
}

.index-case-swiper h3 {
    padding: 0 18px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width: 1320px) {
    .index-case-box .case-next, .index-case-box .case-prev {
        font-size: 30px
    }

    .index-case-box .case-prev {
        left: -40px
    }

    .index-case-box .case-next {
        right: -40px
    }

    .index-case-swiper h3 {
        padding: 0 15px;
        height: 60px;
        line-height: 60px;
        font-size: 15px
    }
}

@media screen and (max-width: 1024px) {
    .index-case {
        padding: .325rem 0 .35rem
    }

    .index-case-box .case-next, .index-case-box .case-prev {
        display: none
    }

    .index-case-box .case-pagination {
        display: block
    }

    .index-case-swiper h3 {
        padding: 0 10px;
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 750px) {
    .index-case .index-title {
        margin-bottom: 18px
    }

    .index-case-box .case-pagination {
        margin-top: 16px
    }

    .index-case-swiper h3 {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

.development-page {
    padding: 50px 0 100px
}

@media screen and (max-width: 750px) {
    .development-page {
        padding: .25rem 0 .325rem
    }

    .development-page .wp1200 {
        padding: 0
    }
}

.development {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08)
}

.development .year-top {
    position: relative;
    height: 63px;
    width: 100%;
    padding: 0 95px;
    background: #4e4e4e
}

@media screen and (max-width: 1300px) {
    .development .year-top {
        padding: 0 70px
    }
}

@media screen and (max-width: 1024px) {
    .development .year-top {
        padding: 0 50px
    }
}

@media screen and (max-width: 750px) {
    .development .year-top {
        height: 40px;
        padding: 0 40px
    }
}

.development-nav {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}

.development-nav a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 63px;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.development-nav .swiper-slide {
    position: relative
}

.development-nav .swiper-slide:before {
    content: ".........";
    position: absolute;
    left: -40px;
    top: 0;
    line-height: 56px;
    color: #838383
}

.development-nav .on a {
    font-size: 20px;
    font-weight: bold;
    color: #fefefe
}

.development-nav .on:before {
    left: -48px;
    font-size: 16px;
    font-weight: normal
}

@media screen and (max-width: 750px) {
    .development-nav a {
        line-height: 40px;
        font-size: 14px
    }

    .development-nav .swiper-slide:before {
        content: ".......";
        left: -20px;
        line-height: 32px
    }

    .development-nav .on a {
        font-size: 16px
    }

    .development-nav .on:before {
        left: -28px;
        font-size: 14px
    }
}

.development .swiper-nav2-prev, .development .swiper-nav2-next {
    position: absolute;
    top: 0;
    width: 95px;
    height: 100%;
    text-align: center;
    line-height: 63px;
    cursor: pointer
}

.development .swiper-nav2-prev i, .development .swiper-nav2-next i {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border-radius: 50%
}

.development .swiper-nav2-prev:hover i, .development .swiper-nav2-next:hover i {
    color: #fff;
    background: #0a408a
}

@media screen and (max-width: 1300px) {
    .development .swiper-nav2-prev, .development .swiper-nav2-next {
        width: 70px
    }
}

@media screen and (max-width: 1024px) {
    .development .swiper-nav2-prev, .development .swiper-nav2-next {
        width: 50px
    }

    .development .swiper-nav2-prev i, .development .swiper-nav2-next i {
        width: 24px;
        height: 24px;
        line-height: 24px
    }
}

@media screen and (max-width: 750px) {
    .development .swiper-nav2-prev, .development .swiper-nav2-next {
        width: 40px;
        line-height: 40px
    }

    .development .swiper-nav2-prev i, .development .swiper-nav2-next i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }
}

.development .swiper-nav2-prev {
    left: 0
}

.development .swiper-nav2-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.development-title {
    margin-bottom: 40px;
    color: #000;
    text-align: center
}

.development-title h2 {
    margin-bottom: 3px;
    font-size: 42px
}

.development-title p {
    font-size: 16px;
    text-transform: uppercase
}

@media screen and (max-width: 1300px) {
    .development-title h2 {
        font-size: 38px
    }
}

@media screen and (max-width: 1024px) {
    .development-title {
        margin-bottom: 30px
    }

    .development-title h2 {
        font-size: 30px;
        margin-bottom: 0
    }

    .development-title p {
        font-size: 14px
    }
}

@media screen and (max-width: 750px) {
    .development-title {
        margin-bottom: .2rem
    }

    .development-title h2 {
        font-size: 28px;
        margin-bottom: 4px
    }

    .development-title p {
        font-size: 12px
    }
}

.development .theyear {
    padding: 40px 160px 75px
}

@media screen and (max-width: 1300px) {
    .development .theyear {
        padding: 40px 50px 65px
    }
}

@media screen and (max-width: 750px) {
    .development .theyear {
        padding: .25rem .125rem .2rem
    }
}

.development .theyear-box {
    position: relative
}

.development .theyear-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    z-index: 11
}

.development .theyear-box .thing {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .development .theyear-box .thing {
        margin-bottom: .2rem
    }
}

.development .theyear-box .thing .l {
    width: 50%
}

.development .theyear-box .thing .r {
    position: relative;
    width: 50%
}

.development .theyear-box .thing .r:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: -webkit-radial-gradient(circle, #a08d75 6px, #fff 5px);
    background: -moz- oldradial-gradient(circle, #a08d75 6px, #fff 5px);
    background: radial-gradient(circle, #a08d75 6px, #fff 5px);
    z-index: 22
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing .r:before {
        margin-top: -8px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        background: -webkit-radial-gradient(circle, #a08d75 4px, #fff 4px);
        background: -moz- oldradial-gradient(circle, #a08d75 4px, #fff 4px);
        background: radial-gradient(circle, #a08d75 4px, #fff 4px)
    }
}

.development .theyear-box .thing .text {
    position: relative;
    background: #f5f5f5;
    border-radius: 8px
}

.development .theyear-box .thing .text:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    border-style: solid
}

.development .theyear-box .thing .text h3 {
    margin-bottom: 5px;
    font-size: 26px;
    color: #0a408a
}

.development .theyear-box .thing .text p {
    color: #777;
    line-height: 24px
}

@media screen and (max-width: 1300px) {
    .development .theyear-box .thing .text {
        width: 94%
    }
}

@media screen and (max-width: 1024px) {
    .development .theyear-box .thing .text h3 {
        font-size: 24px
    }
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing .text {
        width: 100%
    }

    .development .theyear-box .thing .text h3 {
        font-size: 18px
    }

    .development .theyear-box .thing .text p {
        font-size: 12px;
        line-height: 20px
    }
}

.development .theyear-box .thing .img {
    width: 371px
}

.development .theyear-box .thing .img img {
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.06)
}

@media screen and (max-width: 1300px) {
    .development .theyear-box .thing .img {
        width: 100%
    }
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing .img img {
        border-width: 3px
    }
}

.development .theyear-box .thing:nth-child(odd) .l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 38px
}

@media screen and (max-width: 1024px) {
    .development .theyear-box .thing:nth-child(odd) .l {
        padding-right: 30px
    }
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing:nth-child(odd) .l {
        padding-right: 20px
    }
}

.development .theyear-box .thing:nth-child(odd) .text {
    padding: 50px 33px 55px 45px
}

.development .theyear-box .thing:nth-child(odd) .text:before {
    left: 100%;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #f5f5f5
}

@media screen and (max-width: 1300px) {
    .development .theyear-box .thing:nth-child(odd) .text {
        float: right
    }
}

@media screen and (max-width: 1024px) {
    .development .theyear-box .thing:nth-child(odd) .text {
        padding: 35px 30px 40px
    }
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing:nth-child(odd) .text {
        padding: .15rem
    }
}

.development .theyear-box .thing:nth-child(odd) .r {
    padding-left: 50px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.development .theyear-box .thing:nth-child(odd) .r:before {
    right: 100%;
    margin-right: -15px
}

@media screen and (max-width: 1024px) {
    .development .theyear-box .thing:nth-child(odd) .r {
        padding-left: 30px
    }
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing:nth-child(odd) .r {
        padding-left: 20px
    }

    .development .theyear-box .thing:nth-child(odd) .r:before {
        margin-right: -8px
    }
}

.development .theyear-box .thing:nth-child(even) .l {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 38px
}

@media screen and (max-width: 1024px) {
    .development .theyear-box .thing:nth-child(even) .l {
        padding-left: 30px
    }
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing:nth-child(even) .l {
        padding-left: 20px
    }
}

.development .theyear-box .thing:nth-child(even) .text {
    padding: 50px 45px 55px 33px
}

.development .theyear-box .thing:nth-child(even) .text:before {
    right: 100%;
    border-width: 6px 8px 6px 0;
    border-color: transparent #f5f5f5 transparent transparent
}

@media screen and (max-width: 1024px) {
    .development .theyear-box .thing:nth-child(even) .text {
        padding: 40px 30px 35px
    }
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing:nth-child(even) .text {
        padding: .15rem
    }
}

.development .theyear-box .thing:nth-child(even) .r {
    padding-right: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.development .theyear-box .thing:nth-child(even) .r:before {
    left: 100%;
    margin-left: -13px
}

@media screen and (max-width: 1024px) {
    .development .theyear-box .thing:nth-child(even) .r {
        padding-right: 30px
    }
}

@media screen and (max-width: 750px) {
    .development .theyear-box .thing:nth-child(even) .r {
        padding-right: 20px
    }

    .development .theyear-box .thing:nth-child(even) .r:before {
        margin-left: -8px
    }
}

.development .theyear-box .thing:nth-child(even) .img {
    float: right
}

.contact {
    padding: 45px 45px 50px;
    background: #fff;
    box-shadow: 0 30px 50px -25px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 1300px) {
    .contact {
        padding: 36px
    }
}

@media screen and (max-width: 950px) {
    .contact {
        padding: .2rem .125rem
    }
}

.contact-info {
    float: left;
    width: 50%;
    padding: 45px 55px 0 45px
}

@media screen and (max-width: 1300px) {
    .contact-info {
        padding: 30px 30px 0 20px
    }
}

@media screen and (max-width: 950px) {
    .contact-info {
        float: none;
        width: 100%;
        padding: .05rem 0 .2rem
    }
}

.contact-info h2 {
    font-size: 24px;
    color: #444;
    margin-bottom: .075rem
}

@media screen and (max-width: 750px) {
    .contact-info h2 {
        font-size: 18px
    }
}

.contact-info .text {
    font-size: 13px;
    color: #777;
    line-height: 28px
}

.contact-info .text a {
    color: #777
}

.contact-info .text a:hover {
    color: #0a408a
}

@media screen and (max-width: 750px) {
    .contact-info .text {
        line-height: 26px
    }
}

.contact-map {
    float: left;
    width: 50%;
    height: 290px;
    overflow: hidden
}

@media screen and (max-width: 950px) {
    .contact-map {
        float: none;
        width: 100%;
        height: 2.5rem
    }
}

.contact-map .map-box {
    width: 100%;
    height: 100%
}

.pro-page {
    padding: .2rem 0 .325rem;
    background: #f5f5f5;
    overflow: hidden
}

.product-list {
    margin: 0 -19px 8px
}

@media screen and (max-width: 1300px) {
    .product-list {
        margin: 0 -.05rem .1rem
    }
}

.product-list li {
    float: left;
    margin-bottom: 38px;
    padding: 0 19px;
    width: 33.33333%
}

@media screen and (max-width: 1300px) {
    .product-list li {
        margin-bottom: .1rem;
        padding: 0 .05rem
    }
}

@media screen and (max-width: 750px) {
    .product-list li {
        width: 50%
    }
}

.product-list li a {
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.06)
}

.product-list li a:hover .img:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.product-list li a:hover h3 {
    color: #0a408a
}

@media screen and (max-width: 750px) {
    .product-list li a {
        border-radius: 6px
    }
}

.product-list li .img {
    position: relative;
    padding-bottom: 74.66667%;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

@media screen and (max-width: 750px) {
    .product-list li .img {
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }
}

.product-list li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-list li .img:after {
    -webkit-transition: all, .6s;
    -moz-transition: all, .6s;
    transition: all, .6s;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    background-color: rgba(255, 255, 255, 0.3)
}

.product-list li .text {
    padding: 26px 15px 34px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

@media screen and (max-width: 750px) {
    .product-list li .text {
        padding: .15rem .1rem .15rem;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px
    }
}

.product-list li h3 {
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

@media screen and (max-width: 750px) {
    .product-list li h3 {
        font-size: 13px;
        height: 15.6px
    }
}

.pro-main {
    background: #fff
}

.pro-main .pro-swiper {
    float: left;
    position: relative;
    width: 70%;
    overflow: hidden
}

.pro-main .pro-swiper li {

 position: relative;
 display: block;
 width: 100%;
 height: 0;
 padding-bottom: 74.66667%;
 overflow: hidden;
}

.pro-main .pro-swiper li img {
   
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 margin-top: -30%;
}

.pro-main .pro-swiper .swiper-prev, .pro-main .pro-swiper .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #0a408abf;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.pro-main .pro-swiper .swiper-prev:hover, .pro-main .pro-swiper .swiper-next:hover {
    background: #0a408a
}

.pro-main .pro-swiper .swiper-prev {
    left: 0
}

.pro-main .pro-swiper .swiper-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 1300px) {
    .pro-main .pro-swiper {
        width: 65%
    }
}

@media screen and (max-width: 950px) {
    .pro-main .pro-swiper {
        width: 100%
    }
}

@media screen and (max-width: 750px) {
    .pro-main .pro-swiper .swiper-prev, .pro-main .pro-swiper .swiper-next {
        margin-top: -18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 16px
    }
}

.pro-main .pro-right {
    float: left;
    padding: 55px 50px 35px;
    width: 30%
}

.pro-main .pro-right .pro-title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: 24px;
    color: #0a408a;
}

.pro-main .pro-right .pro-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 6px;
    background-color: #0a408a;
}

.pro-main .pro-right .pro-article p {
    margin-bottom: 10px;
    line-height: 1.6;
}

@media screen and (max-width: 1300px) {
    .pro-main .pro-right {
        width: 35%;
        padding: 45px 40px 35px
    }
}

@media screen and (max-width: 950px) {
    .pro-main .pro-right {
        width: 100%
    }
}

@media screen and (max-width: 750px) {
    .pro-main .pro-right {
        padding: .225rem .2rem .15rem
    }

    .pro-main .pro-right .pro-title {
        margin-bottom: 12px;
        font-size: 20px
    }

    .pro-main .pro-right .pro-title:after {
        width: 50px
    }
}

.pro-article {
    color: #888;
    font-size: 14px;
    line-height: 28px
}

.pro-article p {
    margin-bottom: 18.66667px
}

.pro-article img {
    max-width: 100%;
    height: auto !important
}

.pro-article ul {
    list-style: disc
}

.pro-article ul li {
    list-style: disc
}

.pro-article ol {
    list-style: decimal
}

.pro-article ol li {
    list-style: decimal
}

.pro-bottom {
    margin-top: 20px;
    background-color: #fff
}

.pro-bottom p {
    margin-bottom: 15px
}

.pro-bottom .img {
    padding: .05rem 0
}

@media screen and (max-width: 750px) {
    .pro-bottom {
        margin-top: 10px
    }

    .pro-bottom p {
        margin-bottom: 10px
    }
}

.join-page {
    padding: 70px 0 80px
}

@media screen and (max-width: 750px) {
    .join-page {
        padding: .25rem 0 .325rem
    }
}

.join-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 950px) {
    .join-top {
        display: block
    }
}

.join-top .img {
    width: 488px
}

.join-top .img img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 950px) {
    .join-top .img {
        width: 100%
    }
}

.join-top .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 60px;
    background: #fff
}

.join-top .text .p {
    font-size: 12px;
    color: #777;
    line-height: 28px
}

@media screen and (max-width: 1300px) {
    .join-top .text {
        padding: 40px
    }
}

@media screen and (max-width: 750px) {
    .join-top .text {
        padding: .25rem .125rem
    }
}

.join-top .join-title {
    margin-bottom: 8px
}

.join-top .join-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 1;
    color: #0a408a;
    z-index: 3
}

.join-top .join-title h3 {
    margin-top: -15px;
    font-size: 55px;
    line-height: 1;
    font-weight: bold;
    color: #f3f3f3;
    font-family: 'Didot';
    text-transform: uppercase
}

@media screen and (max-width: 1300px) {
    .join-top .join-title h2 {
        font-size: 30px
    }

    .join-top .join-title h3 {
        font-size: 48px
    }
}

@media screen and (max-width: 750px) {
    .join-top .join-title h2 {
        font-size: 26px
    }

    .join-top .join-title h3 {
        margin-top: -10px;
        font-size: 34px
    }
}

.talent-recruitment {
    padding: 34px 0 60px
}

@media screen and (max-width: 750px) {
    .talent-recruitment {
        padding: .2rem 0 .25rem
    }
}

.talent-recruitment .talent-recruitment-title {
    width: 100%;
    background: #8a8a8a;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    margin-bottom: 17px
}

.talent-recruitment .talent-recruitment-title li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: #fff;
    width: 18%
}

.talent-recruitment .talent-recruitment-title .name {
    width: 36%
}

@media screen and (max-width: 950px) {
    .talent-recruitment .talent-recruitment-title li {
        width: 20%
    }

    .talent-recruitment .talent-recruitment-title .name {
        width: 30%
    }
}

@media screen and (max-width: 750px) {
    .talent-recruitment .talent-recruitment-title {
        margin-bottom: 10px
    }

    .talent-recruitment .talent-recruitment-title .date, .talent-recruitment .talent-recruitment-title .number, .talent-recruitment .talent-recruitment-title .add {
        display: none
    }

    .talent-recruitment .talent-recruitment-title .name {
        width: 100%
    }
}

.talent-recruitment .talent-recruitment-list .active .talent-title {
    background: #f6f6f6
}

.talent-recruitment .talent-recruitment-list .active .talent-title .icon-rotate span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.talent-recruitment .talent-recruitment-list>li {
    border: 1px solid #dcdcdc;
    background: #fff
}

.talent-recruitment .talent-recruitment-list>li:first-child .nr {
    display: block
}

.talent-recruitment .talent-recruitment-list>li:not(:first-child) {
    margin-top: 17px
}

@media screen and (max-width: 750px) {
    .talent-recruitment .talent-recruitment-list>li:not(:first-child) {
        margin-top: 10px
    }
}

.talent-recruitment .talent-recruitment-list>li .talent-title {
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 20px;
    font-size: 0;
    cursor: pointer
}

.talent-recruitment .talent-recruitment-list>li .talent-title li {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    width: 18%;
    max-height: 40px;
    color: #666;
    text-align: center;
    font-size: 15px;
    overflow: hidden
}

.talent-recruitment .talent-recruitment-list>li .talent-title .name {
    width: 36%
}

.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate {
    width: 10%
}

.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #555;
    font-size: 15px;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

@media screen and (max-width: 950px) {
    .talent-recruitment .talent-recruitment-list>li .talent-title li {
        width: 20%
    }

    .talent-recruitment .talent-recruitment-list>li .talent-title .name {
        width: 30%
    }
}

@media screen and (max-width: 750px) {
    .talent-recruitment .talent-recruitment-list>li .talent-title {
        padding-right: 40px;
        height: 50px
    }

    .talent-recruitment .talent-recruitment-list>li .talent-title .date, .talent-recruitment .talent-recruitment-list>li .talent-title .number, .talent-recruitment .talent-recruitment-list>li .talent-title .add {
        display: none
    }

    .talent-recruitment .talent-recruitment-list>li .talent-title .name {
        width: 100%;
        text-align: left;
        padding: 0 .125rem
    }

    .talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate {
        position: absolute;
        right: 0;
        top: 50%;
        padding: 0;
        width: 40px;
        line-height: 50px;
        height: 100%;
        max-height: none
    }

    .talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate span {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 13px
    }
}

.talent-recruitment .talent-recruitment-list>li .nr {
    display: none;
    border-top: 1px solid #d7d7d7;
    background: #fbfbfb;
    padding: 67px 0 80px;
    box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.1)
}

.talent-recruitment .talent-recruitment-list>li .nr>div {
    font-size: 0;
    padding: 0 100px
}

.talent-recruitment .talent-recruitment-list>li .nr>div h1 {
    font-size: 22px;
    color: #0a408a;
    line-height: 28px;
    margin-bottom: 24px
}

.talent-recruitment .talent-recruitment-list>li .nr>div .p {
    font-size: 13px;
    color: #555;
    line-height: 26px
}

.talent-recruitment .talent-recruitment-list>li .nr>div .p p {
    margin-bottom: 8px
}

.talent-recruitment .talent-recruitment-list>li .nr .left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 52px
}

.talent-recruitment .talent-recruitment-list>li .nr .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 52px;
    border-left: 1px solid #dfdfdf
}

@media screen and (max-width: 1300px) {
    .talent-recruitment .talent-recruitment-list>li .nr {
        padding: 60px 0
    }

    .talent-recruitment .talent-recruitment-list>li .nr>div {
        padding: 0 60px
    }
}

@media screen and (max-width: 950px) {
    .talent-recruitment .talent-recruitment-list>li .nr {
        padding: 40px 0
    }

    .talent-recruitment .talent-recruitment-list>li .nr>div {
        padding: 0 40px
    }

    .talent-recruitment .talent-recruitment-list>li .nr>div h1 {
        margin-bottom: 15px
    }

    .talent-recruitment .talent-recruitment-list>li .nr .left {
        padding-right: 30px
    }

    .talent-recruitment .talent-recruitment-list>li .nr .right {
        padding-left: 30px
    }
}

@media screen and (max-width: 750px) {
    .talent-recruitment .talent-recruitment-list>li .nr {
        padding: .2rem .125rem
    }

    .talent-recruitment .talent-recruitment-list>li .nr>div {
        padding: 0
    }

    .talent-recruitment .talent-recruitment-list>li .nr>div:after {
        display: none
    }

    .talent-recruitment .talent-recruitment-list>li .nr>div h1 {
        margin-bottom: .075rem;
        font-size: 16px
    }

    .talent-recruitment .talent-recruitment-list>li .nr .left {
        padding: 0;
        width: 100%
    }

    .talent-recruitment .talent-recruitment-list>li .nr .right {
        margin-top: .1rem;
        padding: 0;
        width: 100%;
        border-left: none
    }
}

.talent-recruitment .talent-recruitment-list .talent-mobile-title {
    display: none;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-bottom: .15rem;
    border-bottom: 1px dashed #ddd;
    padding-bottom: .15rem
}

@media screen and (max-width: 750px) {
    .talent-recruitment .talent-recruitment-list .talent-mobile-title {
        display: block
    }
}

.feedback {
    padding: 60px 150px 85px;
    background: #fff
}

@media screen and (max-width: 1300px) {
    .feedback {
        padding: 50px 80px 65px
    }
}

@media screen and (max-width: 950px) {
    .feedback {
        padding: .2rem .125rem .3rem
    }
}

.feedback-title {
    margin-bottom: 40px;
    font-size: 26px;
    color: #000;
    text-align: center
}

.feedback-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    font-weight: bold;
    color: #3c3c3c;
    font-family: 'Didot';
    text-transform: uppercase
}

@media screen and (max-width: 1300px) {
    .feedback-title {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 950px) {
    .feedback-title {
        margin-bottom: 20px;
        font-size: 22px
    }

    .feedback-title span {
        font-size: 26px
    }
}

@media screen and (max-width: 750px) {
    .feedback-title {
        margin-bottom: 15px;
        font-size: 20px
    }

    .feedback-title span {
        display: block;
        font-size: 20px
    }
}

.feedback-form input, .feedback-form button {
    border: none;
    outline: none;
    background: none
}

.feedback-form .input50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.feedback-form .input50 .input-box, .feedback-form .input50 .radio-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 750px) {
    .feedback-form .input50 {
        display: block;
        margin-bottom: 0
    }
}

.feedback-form .input-box {
    margin: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ccc
}

.feedback-form .input-box .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px
}

.feedback-form .input-box input {
    width: 100%;
    line-height: 48px;
    color: #666
}

@media screen and (max-width: 750px) {
    .feedback-form .input-box {
        margin: 0 0 10px
    }

    .feedback-form .input-box input {
        padding-right: 10px
    }
}

.feedback-form .input-text {
    padding-left: 20px;
    color: #666
}

.feedback-form .input-text i {
    color: #c7000b
}

@media screen and (max-width: 750px) {
    .feedback-form .input-text {
        padding-left: 10px
    }
}

.feedback-form .radio-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    border: none
}

@media screen and (max-width: 750px) {
    .feedback-form .radio-box {
        margin: 10px 0
    }
}

.feedback-form .radio-switch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    height: 50px;
    line-height: 48px;
    color: #666;
    border: 1px solid #ccc;
    cursor: pointer
}

.feedback-form .radio-switch:first-child {
    margin-right: 10px
}

.feedback-form .radio-switch input[type='radio'] {
    position: absolute;
    width: 100%;
    z-index: 12;
    display: none
}

.feedback-form .radio-switch input[type='radio']:checked~.t:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 20px;
    width: 8px;
    height: 8px;
    background: #8d8d8d;
    border-radius: 50%
}

.feedback-form .radio-switch .t {
    position: relative;
    padding-left: 40px
}

.feedback-form .radio-switch .t:after {
    content: "";
    left: 16px;
    top: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.feedback-form .select {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.feedback-form .select li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin: 0 5px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ccc
}

.feedback-form .select li:after {
    content: "\e675";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border-left: 1px solid #ccc;
    text-align: center;
    font-family: "iconfont"
}

.feedback-form .select li select {
    position: relative;
    width: 100%;
    height: 100%;
    color: #666;
    padding: 0 40px 0 30px;
    border: none;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    z-index: 11
}

.feedback-form .select li i {
    position: absolute;
    left: 20px;
    top: 50%;
    color: #c7000b;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.feedback-form .select li .customSelect {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 23px;
    font-size: 14px;
    color: #333;
    background-color: #FFF
}

.feedback-form .select li .customSelectInner {
    background-image: url(../images/icon-27.jpg);
    background-position: right center;
    background-repeat: no-repeat
}

@media screen and (max-width: 750px) {
    .feedback-form .select {
        display: block
    }

    .feedback-form .select li {
        margin: 0 0 10px
    }

    .feedback-form .select li select {
        padding-left: 20px
    }

    .feedback-form .select li i {
        left: 10px
    }
}

.feedback-form button {
    margin-left: 5px;
    width: 192px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    background: #0a408a;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.feedback-form button:hover {
    opacity: .85
}

@media screen and (max-width: 750px) {
    .feedback-form button {
        margin-left: 0;
        width: 100%
    }
}

.merchants-article {
    color: #888
}

.merchants-article p {
    line-height: 28px
}

.merchants-article img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 750px) {
    .merchants-article p {
        line-height: 24px
    }
}

.merchants-title {
    margin-bottom: 35px;
    text-align: center
}

.merchants-title h2 {
    margin-bottom: 5px;
    font-size: 30px;
    color: #333
}

.merchants-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0a408a;
    font-family: 'Didot';
    text-transform: uppercase
}

@media screen and (max-width: 950px) {
    .merchants-title h2 {
        margin-bottom: 3px;
        font-size: 26px
    }

    .merchants-title h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 750px) {
    .merchants-title {
        margin-bottom: .2rem
    }

    .merchants-title h2 {
        font-size: 22px
    }

    .merchants-title h3 {
        font-size: 16px
    }
}

.merchants-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: .1rem;
    width: 100%;
    background: #fff
}

.merchants-list li .img {
    position: relative;
    width: 466px;
    height: 237px;
    overflow: hidden
}

.merchants-list li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.merchants-list li .right {
    padding: 0 135px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.merchants-list li .num {
    float: left;
    font-size: 64px;
    color: #0a408a
}

.merchants-list li .text {
    margin-left: 88px
}

.merchants-list li .text h3 {
    margin-bottom: 8px;
    font-size: 24px;
    color: #333
}

.merchants-list li .p {
    font-size: 14px;
    line-height: 28px;
    color: #888
}

@media screen and (max-width: 1300px) {
    .merchants-list li .img {
        width: 400px;
        height: 203px
    }

    .merchants-list li .right {
        padding: 0 50px
    }

    .merchants-list li .num {
        font-size: 54px
    }

    .merchants-list li .text {
        margin-left: 74px
    }
}

@media screen and (max-width: 950px) {
    .merchants-list li .img {
        width: 320px;
        height: 163px
    }

    .merchants-list li .right {
        padding: 0 30px
    }

    .merchants-list li .num {
        font-size: 46px
    }

    .merchants-list li .text {
        margin-left: 66px
    }

    .merchants-list li .text h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 750px) {
    .merchants-list li {
        margin-bottom: .1rem;
        display: block
    }

    .merchants-list li .img {
        width: 100%;
        height: 0;
        padding-bottom: 53.13901%
    }

    .merchants-list li .right {
        padding: .175rem 0 .125rem
    }

    .merchants-list li .num {
        font-size: 40px;
        line-height: 1
    }

    .merchants-list li .text {
        margin-left: 53px
    }

    .merchants-list li .text h3 {
        font-size: 18px
    }

    .merchants-list li .p {
        font-size: 13px;
        line-height: 24px
    }
}

.sale-top {
    margin-bottom: 30px;
    font-size: 0;
    height: 50px;
    line-height: 48px
}

@media screen and (max-width: 750px) {
    .sale-top {
        margin-bottom: 20px;
        height: auto
    }
}

.sale-top form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.sale-top form input, .sale-top form select {
    border: none;
    background: none;
    width: 100%;
    height: 100%
}

.sale-top form ::-webkit-input-placeholder {
    color: #888
}

.sale-top form ::-moz-placeholder {
    color: #888
}

.sale-top form :-ms-input-placeholder {
    color: #888
}

@media screen and (max-width: 750px) {
    .sale-top form {
        display: block
    }
}

.sale-top .select-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.sale-top .select-box li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #888;
    background: #fff
}

.sale-top .select-box li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .125rem;
    margin-top: -3px;
    border-width: 7px 3px 0 3px;
    border-style: solid;
    border-color: #7e7e7e transparent transparent transparent
}

.sale-top .select-box select {
    padding: 0 .2rem 0 .1rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #888
}

@media screen and (max-width: 950px) {
    .sale-top .select-box li {
        margin-right: 5px
    }
}

@media screen and (max-width: 750px) {
    .sale-top .select-box {
        display: block
    }

    .sale-top .select-box li {
        margin: 0 0 10px;
        height: 45px;
        line-height: 43px
    }
}

.sale-top .input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 360px
}

.sale-top .input-box .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .1rem;
    background: #fff;
    font-size: 14px;
    color: #888;
    border: 1px solid #e6e6e6
}

.sale-top .input-box .form-btn {
    width: 122px;
    font-size: 15px;
    text-align: center
}

.sale-top .input-box .form-btn input {
    color: #fff;
    background: #0a408a;
    cursor: pointer;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.sale-top .input-box .form-btn input:hover {
    opacity: .85
}

@media screen and (max-width: 1300px) {
    .sale-top .input-box {
        width: 300px
    }

    .sale-top .input-box .form-btn {
        width: 90px
    }
}

@media screen and (max-width: 950px) {
    .sale-top .input-box {
        width: 260px
    }

    .sale-top .input-box .form-btn {
        width: 75px
    }
}

@media screen and (max-width: 750px) {
    .sale-top .input-box {
        width: 100%
    }

    .sale-top .input-box .form-btn {
        width: 100px
    }
}

.sale-list {
    margin: 0 -10px 25px
}

@media screen and (max-width: 950px) {
    .sale-list {
        margin: 0 -5px .15rem
    }
}

.sale-list li {
    float: left;
    margin-bottom: 25px;
    padding: 0 10px;
    width: 50%
}

.sale-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #e6e6e6;
    background: #fff
}

.sale-list li a:hover .text h3 {
    color: #0a408a
}

.sale-list li a:hover .text .icon {
    background: #0a408a
}

.sale-list li a:hover .img-box img {
    opacity: .85
}

.sale-list li .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 30px
}

.sale-list li .text h3 {
    font-size: 20px;
    color: #333;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.sale-list li .text .p {
    margin: 20px 0 16px;
    font-size: 13px;
    color: #777;
    line-height: 24px
}

.sale-list li .text .icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #c4c4c4;
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: background, .3s;
    -moz-transition: background, .3s;
    transition: background, .3s
}

.sale-list li .img {
    width: 288px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.sale-list li .img-box {
    position: relative;
    display: block;
    padding-bottom: 76.04167%
}

.sale-list li .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

@media screen and (max-width: 1300px) {
    .sale-list li {
        margin-bottom: 20px
    }

    .sale-list li a {
        padding-left: 20px
    }

    .sale-list li .text {
        padding-right: 20px
    }

    .sale-list li .text h3 {
        font-size: 18px
    }

    .sale-list li .text .p {
        margin: 10px 0
    }

    .sale-list li .text .icon {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px
    }

    .sale-list li .img {
        width: 220px
    }
}

@media screen and (max-width: 950px) {
    .sale-list li {
        margin-bottom: 10px;
        padding: 0 5px
    }

    .sale-list li a {
        display: block;
        padding: 20px
    }

    .sale-list li .img {
        width: 100%
    }

    .sale-list li .text {
        padding: 20px 0 10px
    }

    .sale-list li .text h3 {
        font-size: 18px
    }

    .sale-list li .text .p {
        margin: 10px 0
    }
}

@media screen and (max-width: 640px) {
    .sale-list li {
        width: 100%
    }

    .sale-list li a {
        display: block;
        padding: .125rem
    }

    .sale-list li .text {
        padding: 15px 0 8px
    }

    .sale-list li .text .p {
        margin: 8px 0
    }
}

.news-page {
    padding: 55px 0 85px;
    background: #fff
}

@media screen and (max-width: 750px) {
    .news-page {
        padding: .25rem 0 .325rem
    }
}

.news-page .paged a, .news-page .paged .p_info, .news-page .paged .current {
    border: 1px solid #d6d6d6
}

.news-page .paged .current, .news-page .paged a:hover {
    border-color: #0a408a
}

.news-list li {
    position: relative
}

.news-list li a {
    display: block;
    width: 100%;
    height: 100%
}

.news-list li a:hover .time {
    margin-top: -2px;
    background: #0a408a
}

.news-list li a:hover .title {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.news-list li a:hover .title, .news-list li a:hover .time {
    box-shadow: 0px 8px 41px -17px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.news-list li a:hover .title .img-1::after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-list li a:hover .title .img-1::before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.news-list li a:hover .title h3 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #0a408a
}

.news-list li .time {
    width: 93px;
    height: 94px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #929292;
    position: absolute;
    background: #4a4a4a;
    text-align: center;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.news-list li .time .time-1 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.news-list li .time .time-1 label {
    font-size: 36px;
    color: #f8f8f8;
    display: block
}

.news-list li .time .time-1 span {
    font-size: 16px;
    color: #f8f8f8
}

@media screen and (max-width: 950px) {
    .news-list li .time {
        display: none
    }
}

.news-list li .title {
    margin-left: 93px;
    background: #f2f2f2
}

.news-list li .title .img {
    float: left
}

.news-list li .title .img div {
    width: 100%;
    height: 0;
    padding-bottom: 73.78277%;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden
}

.news-list li .title .img div:after {
    content: "+";
    position: absolute;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    text-align: center;
    line-height: 44px;
    color: #0a408a;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -600%);
    -moz-transform: translate(-50%, -600%);
    -ms-transform: translate(-50%, -600%);
    transform: translate(-50%, -600%)
}

.news-list li .title .img div:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background-color: rgba(151, 127, 96, 0.44)
}

.news-list li .title .nr h3 {
    line-height: 1.2;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-list li .title .nr .p {
    color: #888;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.news-list li .title .nr .date {
    display: none;
    color: #888;
    font-size: 12px
}

@media screen and (max-width: 1300px) {
    .news-list li .title .nr {
        margin: 0 50px 0 310px
    }
}

@media screen and (max-width: 950px) {
    .news-list li .title {
        margin-left: 0
    }

    .news-list li .title .nr .date {
        display: block
    }
}

@media screen and (max-width: 750px) {
    .news-list li .title .img {
        width: 130px
    }

    .news-list li .title .img div:after {
        width: 28px;
        height: 28px;
        line-height: 28px;
        color: #0a408a
    }

    .news-list li .title .nr {
        margin: 0 10px 0 142px
    }

    .news-list li .title .nr h3 {
        margin: 8px 0 8px;
        font-size: 16px;
        height: 16px
    }

    .news-list li .title .nr .p {
        font-size: 12px;
        line-height: 22px;
        max-height: 44px;
        -webkit-line-clamp: 2
    }
}

.news-page .news-list {
    margin-bottom: .225rem
}

.news-page .news-list li {
    margin-bottom: .15rem
}

.news-page .news-list li .title {
    padding: .1rem 0 .1rem .1rem
}

.news-page .news-list li .title .img {
    width: 267px
}

.news-page .news-list li .title .nr {
    margin: 0 85px 0 333px
}

.news-page .news-list li .title .nr h3 {
    margin: 28px 0 18px;
    height: 24px;
    font-size: 20px
}

.news-page .news-list li .title .nr .p {
    line-height: 30px;
    max-height: 120px;
    -webkit-line-clamp: 4
}

.news-page .news-list li .title .nr .date {
    margin-top: 14px
}

@media screen and (max-width: 1300px) {
    .news-page .news-list li .title .nr {
        margin: 0 50px 0 310px
    }
}

@media screen and (max-width: 950px) {
    .news-page .news-list li .title {
        margin-left: 0
    }

    .news-page .news-list li .title .img {
        width: 240px
    }

    .news-page .news-list li .title .nr {
        margin: 0 40px 0 270px
    }

    .news-page .news-list li .title .nr h3 {
        margin-top: 18px
    }

    .news-page .news-list li .title .nr .p {
        max-height: 90px;
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width: 750px) {
    .news-page .news-list li .title .img {
        width: 130px
    }

    .news-page .news-list li .title .nr {
        margin: 0 10px 0 142px
    }

    .news-page .news-list li .title .nr h3 {
        margin: 8px 0 8px;
        font-size: 16px;
        height: 19.2px
    }

    .news-page .news-list li .title .nr .p {
        font-size: 12px;
        line-height: 22px;
        max-height: 44px;
        -webkit-line-clamp: 2
    }

    .news-page .news-list li .title .nr .date {
        margin-top: 8px
    }
}

.news-details {
    padding: 65px 95px 60px;
    background: #fff
}

@media screen and (max-width: 1300px) {
    .news-details {
        padding: 50px 60px
    }
}

@media screen and (max-width: 950px) {
    .news-details {
        padding: 40px
    }
}

@media screen and (max-width: 750px) {
    .news-details {
        padding: .25rem .125rem
    }
}

.news-details .news-title {
    margin-bottom: 30px;
    padding-bottom: 35px;
    text-align: center;
    color: #666;
    border-bottom: 1px dashed #666
}

.news-details .news-title h2 {
    margin-bottom: 10px;
    font-size: 36px
}

.news-details .news-title p span {
    margin: 0 .05rem
}

@media screen and (max-width: 1300px) {
    .news-details .news-title h2 {
        font-size: 30px
    }
}

@media screen and (max-width: 950px) {
    .news-details .news-title {
        margin-bottom: 25px;
        padding-bottom: 30px
    }

    .news-details .news-title h2 {
        font-size: 24px;
        margin-bottom: 6px
    }
}

@media screen and (max-width: 750px) {
    .news-details .news-title {
        margin-bottom: 15px;
        padding-bottom: 20px
    }

    .news-details .news-title h2 {
        font-size: 20px
    }

    .news-details .news-title p {
        font-size: 12px
    }
}

.news-article {
    color: #888;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px
}

.news-article p {
    margin-bottom: 20px
}

.news-article img {
    max-width: 100%;
    height: auto !important
}

.news-article ul {
    list-style: disc
}

.news-article ul li {
    list-style: disc
}

.news-article ol {
    list-style: decimal
}

.news-article ol li {
    list-style: decimal
}

@media screen and (max-width: 750px) {
    .news-article p {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1024px) {
    .wp1200 {
        padding: 0 .125rem
    }
}

.news-paged {
    margin-top: .2rem;
    font-size: 0;
    background: #444;
    text-align: center
}

.news-paged a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .05rem;
    width: 33.33333%;
    height: 65px;
    line-height: 65px;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.news-paged a span {
    font-size: 14px;
    color: #cecece;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all, .3s;
    -moz-transition: all, .3s;
    transition: all, .3s
}

.news-paged a:not(:first-child) {
    border-left: 1px solid #6d6d6d
}

.news-paged a:not(:last-child) i {
    margin-right: 14px
}

.news-paged a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #fafafa
}

.news-paged a:hover {
    background: #0a408a
}

.news-paged a:hover span {
    color: #fff
}

.news-paged .news-prev i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news-paged .news-next i {
    float: right;
    margin-left: 14px
}

@media screen and (max-width: 1300px) {
    .news-paged a:not(:last-child) i {
        margin-right: .04rem
    }

    .news-paged .news-next i {
        float: right;
        margin-left: .04rem
    }
}

@media screen and (max-width: 750px) {
    .news-paged a {
        height: 45px;
        line-height: 45px
    }

    .news-paged a span {
        font-size: 13px
    }

    .news-paged a i {
        font-size: 16px
    }
}