.container,
.head_main,
.wrap,
.inx-main {
    position: relative;
    width: 1560px;
    margin: 0 auto;
}

.head_main {
    position: relative;
    width: 1560px;
    margin: 0 auto;
}

.inx-main {
    position: relative;
    width: 1560px;
    margin: 0 auto;
}

.wrap,
.container,
.head_main,
.inx-main {
    position: relative;
    width: 1560px;
    margin: 0 auto;
}

@media (max-width: 1680px) {
    .container,
    .head_main,
    .inx-main {
        width: 1200px;
    }
}

@media (max-width: 1380px) {

    .wrap,
    .container,
    .head_main,
    .inx-main {
        width: 1100px;
    }
}

@media (max-width: 1199px) {

    .wrap,
    .container,
    .head_main,
    .inx-main {
        width: 100%;
        padding: 0 20px;
    }
}


@media (max-width: 780px) {

    .wrap,
    .container,
    .head_main,
    .inx-main {
        padding: 0 15px;
    }
}


@media (max-width: 560px) {

    .wrap,
    .container {
        padding: 0 10px;

    }
}








/* 滚动条 */
.scrollbar {
    overflow-y: auto;
    padding-right: 10px;
}


.scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #dcdbdb;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #d30c2e;
    border-radius: 10px;
}

.scrollbarX {
    overflow-X: auto;
    padding-right: 10px;
}


.scrollbarX::-webkit-scrollbar {
    height: 3px;
    background-color: #dcdbdb;
}

.scrollbarX::-webkit-scrollbar-thumb {
    background-color: #d30c2e;
    border-radius: 10px;
}

.header {
    z-index: 1000;
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    background: rgba(0, 0, 0, .15);
    /* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1); */
}

.header.on {
    height: 100px;
    background: rgb(0, 0, 0);
}

/*===============下拉==============*/
.header .logo {
    display: inline-block;
    margin: 16px 0;
    float: left;
    transition: all .5s;
}

.header .logo img {
    display: block;
    width: 100%;
}

.navbar {
    float: none;
    margin-right: 0px;
}

.navbar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.category-item {
    float: left;
    padding: 0 20px;
}

.category-item-single {
    position: relative;
}

.category-a {
    padding: 0 12px 9px;
    display: block;
    font-size: 16px;
    line-height: 47px;
    color: #fff;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
}

.category-a.on,
.category-a:hover {
    color: #c4181f;
}

.category-a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #d30c2e;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

/* .category-item.active .category-a::after,
.category-item:hover .category-a::after{width: 100%;} */
.category-item.active .category-a,
.category-item:hover .category-a {
    color: #d30c2e;
}

/* .category-item.active .category-a{font-weight: bold;} */
.header.on .header-top {
    height: 0;
    opacity: 0;
    display: none;
}

.dropdown-menu.full-screen {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #dae1e6;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
}

.dropdown-container {
    box-sizing: border-box;
    padding: 30px 0 60px;
}

.p-drop-le {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.p-drop-Lwrap {
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 450px;
}

.column-item {
    float: left;
    margin-right: 109px;
    margin-bottom: 90px;
    padding-right: 30px;
}

.column-item:nth-child(7n) {
    margin-right: 0;
}

.column-item a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.column-item a:hover {
    color: #0e48a7;
}

.column-item .nav-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 9px;
    position: relative;
    padding-left: 12px;
}

.column-item .nav-title:before {
    content: '';
    width: 2px;
    height: 25px;
    background: #0e48a7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
}

.category-item:hover .dropdown-menu.full-screen {
    display: block;
    visibility: visible;
}

.dropdown-menu.single {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1100;
    background: rgba(255, 255, 255, 1);
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border: none;
    color: #303233;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    height: auto;
    padding: 0;
    display: block;
}

.dropdown-menu.single ul {
    padding: 0px 0;
}

.dropdown-menu.single li {
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.dropdown-menu.single li:last-child {
    border-bottom: 0;
}

.dropdown-menu.single li>a {
    padding: 22px 50px;
    padding-left: 50px;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    color: #333;
    line-height: 1;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.dropdown-menu.single li>i {
    display: block;
    font-size: 16px;
    color: #4d4d4d;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
}

.dropdown-menu.single li:hover a {
    color: #fff;
    background: #69c133;
}

.dropdown-menu.single li:hover i {
    color: #0e48a7;
}

.category-item:hover .dropdown-menu.single {
    max-height: 550px;
    opacity: 1;
    /* background-color: rgba(0, 0, 0, 0.83); */
}

.head-tel {
    float: right;
    font-size: 24px;
    color: #d30c2e;
    background: url(https://www.kingaurora.cn/pc/images/head-tel.png) no-repeat left center;
    padding: 36px 0 36px 34px;
    font-family: 'DIN-REGULAR';
}

.language {
    float: right;
    position: relative;
}

.language-text {
    display: block;
    color: #666;
    line-height: 36px;
    padding: 0 4px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.language-text .icon-down {
    display: block;
    float: right;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.language-list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background: #fff;
    padding: 0px 0;
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.language-list a {
    display: block;
    padding: 10px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.language-list a:hover {
    color: #d30c2e
}

.language:hover .language-text {
    color: #d30c2e;
}

.language:hover .language-text .icon-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language:hover .language-list {
    opacity: 1;
    visibility: visible;
}

.header-search {
    float: right;
    margin: 0;
    margin-left: 10px;
}

.bt-search {
    position: relative;
    border: none;
    background: none;
    float: left;
    width: 30px;
    height: 30px;
    text-align: right;
    line-height: 30px;
    padding: 5px 0;
    cursor: pointer;
    transition: .5s;
    z-index: 10;
}

.bt-search .sub-bot {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 34px;
    background: transparent;
    border: none;
    z-index: 3;
    cursor: pointer;
    background: url(../images/icon-searchh.png) no-repeat center transparent;
    padding-right: 0px;
}

.searchop .search-all {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.search-all {
    position: absolute;
    right: 5%;
    top: 54%;
    width: 300px;
    height: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.search-all .search-box {
    position: relative;
    height: 36px;
    margin-top: 38px;
    background: #fff;
}

.searchop .search-all .search-box {
    animation: searchform-fade 400ms both;
}

.searchop .search-all form {
    animation: searchform-slide 1s both;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.search-all .search-box .search-txt {
    color: #333;
    line-height: 34px;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
}

.search-all .search-box .search-txt i {
    font-size: 20px !important;
}

.search-all .search-box .search-txt.left {
    float: left;
}

.search-all .search-box .search-inp {
    margin-left: 44px;
    transition: all .3s ease-out 0s;
    margin-right: 44px;
}

.search-all .search-box .search-inp input {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 100%;
    border-radius: 5px;
}

.searchop .search-close {
    opacity: 1;
    transition: all .2s ease-out 0s;
}

.search-all .search-box .search-close {
    width: 44px;
    height: 36px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

.searchop .search-close:hover {}

.searchshow .top2-bu a {
    -webkit-animation: item-searchshow .4s both;
    animation: item-searchshow .4s both;
}

.header-top {
    transition: ease .5s;
}

.headtop-con {
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header-bot {}

.header-slogan {
    color: #fff;
    float: left;
    padding: 14px 0 15px 15px;
    position: relative;
    margin: 18px 0;
    margin-left: 15px;
}

.header-slogan::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: url(../images/topslogan.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}

.header-slogan h4 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 4px;
    color: #fff;
    font-family: '庞门正道标题体';
    font-style: italic;
}

.header-language::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
}

.header-language {
    margin: 35px 0 34px;
    margin-left: 44px;
    float: right;
    position: relative;
    padding-left: 23px;
}

.header-language::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 18px;
    background: url(https://www.kingaurora.cn/pc/images/top-lang.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-language a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.header-language a:hover {
    color: #e60012;
}

.header-call {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.header-call span {}

.header-call d {
    font-family: 'D-DINExp';
}

.header-code {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    float: right;
}

.header-jd {
    margin-right: 10px;
}

.header-jd img {
    width: 26px;
}

.header-right {
    float: right;
}

.language .lang-cn {
    position: absolute;
    top: 100%;
    z-index: 10;
    left: 0%;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    display: none;
    width: 100%;
    background: white;
    text-align: center;
}

.language .lang-text {
    display: block;
    color: #fff;
    line-height: 33px;
    cursor: pointer;
    transition: all .3s;
    padding-left: 17px;
}

.language i {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-left: 2px;
    transition: all .3s;
    margin-top: -4px;
}

/* .language:hover .lang-text{color: #0144a7;} */
.language:hover i {
    transform: rotate(180deg);
}

.language:hover .lang-cn {
    opacity: 1;
    visibility: visible;
    display: block;
}

.language a {
    display: inline-block;
    color: #666;
    transition: ease.5s;
}

.language a:hover {
    color: #0144a7;
}

.language {
    display: block;
    float: right;
    border-radius: 30px;
    width: 76px;
    height: 32px;
    line-height: 32px;
    position: relative;
    margin-top: 0px;
    margin-left: 15px;
}

.language::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, .2);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.language::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, .2);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.language .lang-cn a {
    display: block;
    display: block;
    line-height: 32px;
    padding: 0px 5px 0 7px;
}


.language .lang-cn img {
    width: 28px;
}

.header-ritop {
    padding: 12px 0 0;
}

.header-ribot {}

/*app-头部*/
.header-app {
    background: #191919;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
    height: 100%;
    background: #191919;
    -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    height: 60px;
    text-align: center;
}

.header-app .logo {
    float: left;
    height: 60px;
    vertical-align: middle;
    padding: 10px 15px;
}

.header-app .logo img {
    height: 100%;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
    width: 24px;
    height: 2px;
    background-color: #3f71db;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
    margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app .nav-menu {
    padding-bottom: 70px;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #cfcfcf;
    opacity: 0;
    pointer-events: none;
}

.nav-list li.open {
    border-bottom: none;
}

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

.cate-item a {
    font-size: 16px;
    line-height: 48px;
    margin-right: 60px;
    display: block;
    color: #fff;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #d30c2e;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #d30c2e;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.category-tig::before,
.category-tig::after {
    content: '';
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.category-tig::before {
    width: 16px;
    height: 2px;
    right: 0;
    margin-top: -1px;
}

.category-tig::after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 7px;
}

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #d30c2e;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #fff;
}

.category-pad a.active {
    color: #d30c2e;
}

.app-lanu {
    text-align: center;
    padding: 20px 0;
}

.app-lanu a {
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    color: #666;
}

.app-lanu a.active {
    color: white;
    background: #d30c2e;
    border-radius: 30px;
}

.top-search {
    border-radius: 30px;
    border: 1px solid #fff;
    position: relative;
    margin-top: 7px;
    padding: 5px 25px;
    width: 300px;
}

.top-search input:nth-child(2) {
    width: 17px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    background: url(../images/top-search.png)no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.top-search input:nth-child(1) {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    padding-right: 25px;
}

.header-app .top-search {
    width: 100%;
    margin-top: 20px;
}

.header-app .headtop-right {
    position: static;
    margin-right: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin: 25px 0 0;
}

.banner {
    margin-top: 0;
}

.banner img.bannerappimg {
    display: none;
}

.banner-slide {
    position: relative;
    width: 100%;
    display: block;
}

.banner-cont {
    position: absolute;
    font-size: 0;
    width: 100%;
    left: 0;
    bottom: -50%;
    transition: ease 1.2s;
    transition-delay: .6s;
}

.banner .swiper-slide-active .banner-cont {
    bottom: 0;
}

.banner-font {
    max-width: 80%;
    margin: 0 0 2px;
    display: inline-block;
    padding: 85px 180px 86px 40px;
    background: linear-gradient(to right, #004ea1, transparent);
}


.banner-brand {
    font-size: 0;
}

.banner-brand span {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.banner-brand span img {
    max-width: 100%;
}

.banner-brand em {
    display: inline-block;
    vertical-align: top;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    font-style: normal;
    font-family: 'SourceHanSansCN-Bold';
}

.banner-brand d {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold';
}

.banner-font h3 {
    color: #fff;
    transition: ease 1.2s;
}

.banner-font h3 em {
    display: inline;
    vertical-align: top;
    font-size: 96px;
    line-height: 80px;
    font-family: 'EUCLIDSQUARE-MEDIUM';
}

.banner-font h3 span {
    display: inline;
    vertical-align: top;
    font-size: 70px;
    line-height: 80px;
    font-weight: lighter;
}

.banner-font h4 {
    margin: 14px 0 0;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}

.banner-font p {
    margin: 29px 0 0;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

.banner-font p em {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
}

.banner-pages {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.banner-page {
    position: relative;
}
 


em.fontaw {
    font-style: normal;
    font-family: 'fontaw';
    font-size: 20px;
    position: relative;
    z-index: 3;
}



.more {
    position: relative;
    z-index: 22;
    padding: 0;
    border-radius: 30px;
    width: 170px;
    font-size: 16px;
    color: #666;
    background: transparent;
    height: 55px;
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 53px;
    transition: all .5s;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.more::before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 0%;
    left: 0%;
    z-index: -1;
    background: #184088;
    transition: ease .8s;
    opacity: 1;
    transition-delay: 0s, 0s;
}

.more span {
    display: inline-block;
    position: relative;
    height: 100%;
    z-index: 5;
    padding-right: 0;
}

.more:hover::before {
    height: 100%;
}

.more:hover {
    color: #fff;
    border-color: #184088;
    background: transparent;
}

.more2 {
    margin: 0 auto;
    position: relative;
    z-index: 22;
    border-radius: 30px;
    width: 170px;
    font-size: 16px;
    border: 1px solid #d30c2e;
    height: 55px;
    overflow: hidden;
    display: block;
    text-align: center;
    color: white;
    line-height: 53px;
    transition: all .5s;
}

.more2::before {
    position: absolute;
    content: '';
    top: 0;
    right: -30%;
    bottom: 0;
    left: -30%;
    z-index: -1;
    background: linear-gradient(to right, #d30c2e, #d30c2e);
    transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.4s;
    transition: transform 0.6s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.4s, opacity 0.4s linear;
    opacity: 1;
    transition-delay: 0s, 0s;
    transform: translate(0, 0) skew(-60deg, 0deg);
}

.more2 span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

.more2:hover::before {
    opacity: 0;
    transform: translate(400px, 0) skew(-60deg, 0deg);
}

.more2:hover {
    color: #d30c2e;
    transition: color 0s linear;
    border: 1px solid #d30c2e;
}


/* */


.banner-font .banner-brand {
    opacity: 0;
    transform: translateX(-80px);
    transition: all .7s 1s;
}

.banner-font h3 {
    opacity: 0;
    transform: translateX(-70px);
    transition: all .7s 1.2s;
}

.banner-font h4 {
    opacity: 0;
    transform: translateX(-60px);
    transition: all .7s 1.4s;
}

.banner-mo {
    margin: 39px 0 0;
    opacity: 0;
    transform: translateX(-50px);
    transition: all .7s 1.6s;
}

.banner .swiper-slide-active .banner-font .banner-brand,
.banner .swiper-slide-active .banner-font h3,
.banner .swiper-slide-active .banner-font h4,
.banner .swiper-slide-active .banner-mo {
    opacity: 1;
    transform: translateX(0);
}

.banner-mo span {
    transition: none;
}

.banner .swiper-slide-active .banner-mo {
    transition: all.5s;
}

.banner-img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-img2 {
    opacity: 0;
    transform: translateY(-70px);
    transition: all 1.4s 1.8s;
}

.banner-img1 {
    opacity: 0;
    transform: translateY(70px);
    transition: all 1.4s 2s;
}

.banner .swiper-slide-active .banner-img2,
.banner .swiper-slide-active .banner-img1 {
    transform: translateY(0);
    opacity: 1;
}

/**/
.foot {
    background: #0f0f0f;
    background-size: cover;
}

.foot-top {
    padding: 72px 0 77px;
}

.foot-left {
    float: left;
    width: 300px;
    padding-top: 25px;
}

.foot-tel {
    margin-bottom: 0;
    padding-left: 0;
    /* background: url(https://www.kingaurora.cn/pc/images/foot-tel.png) no-repeat left center; */
    font-size: 34px;
    line-height: 36px;
    color: #ededed;
}

.foot-tel h3 {
    font-family: 'itc';
    font-size: 26px;
    color: #fff;
}

.foot-tel h4 {
    font-size: 14px;
    color: #ababaf;
}

.foot-add {
    padding-left: 0;
    /* background: url(https://www.kingaurora.cn/pc/images/foot-add.png) no-repeat left center; */
    font-size: 16px;
    line-height: 36px;
    color: #999;
    margin-top: 10px;
}

.foot-add p {
    font-size: 14px;
    color: #ababaf;
    line-height: 22px;
}

.foot-share {
    margin-top: 0;
}

.foot-share a {
    margin: 0 !important;
    width: 38px;
    height: 38px !important;
    display: block;
    float: right !important;
    margin-right: 25px !important;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    /* background-size: 20px 20px; */
}

.foot-share a.bds_sqq {
    background: url(https://www.kingaurora.cn/pc/images/foot-qq.png) no-repeat center;
    background-size: 18px 18px;
}

.foot-share a.bds_tsina {
    background: url(https://www.kingaurora.cn/pc/images/foot-wb.png) no-repeat center;
    background-size: 22px 18px;
}

.foot-share a.bds_weixin {
    background: url(https://www.kingaurora.cn/pc/images/foot-wx.png) no-repeat center;
    background-size: 21px 18px;
}

.foot-share a:hover {
    opacity: 1 !important;
}

.foot-nav {
    float: right;
    margin-left: 30px;
}

.foot-nav dl {
    float: left;
    padding-left: 130px;
}

.foot-nav dt a {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 60px;
}

.foot-nav dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
}

.foot-nav dt a:hover,
.foot-nav dd a:hover {
    color: white;
}

.foot-bot {
    position: relative;
}

.foot-bot p {
    padding: 25px 0;
    float: left;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.foot-bot p a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding-right: 35px;
}

.foot-map {
    float: right;
    padding: 25px 15px;
}

.foot-map a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.foot-link {
    float: right;
    padding: 25px 0;
    cursor: pointer;
    margin-left: 24px;
}

.foot-friend {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    padding: 15px 0;
    z-index: 20;
    line-height: 1.5;
    display: none;
}

.foot-link span {
    padding: 0 15px;
    border-right: solid 1px #9d9d9e;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.foot-link:hover span {
    color: #fff;
}

.foot-friend a {
    margin: 0 8px;
    color: #666;
    display: inline-block;
    vertical-align: top;
}

.foot-link:hover .foot-friend {
    display: block;
}

.foot-bot a:hover {
    color: #fff;
}

.foot-friend a:hover {
    color: #d30c2e;
}

.foot-top {}

.foot-friendlink {
    font-size: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 23px;
}

.foot-friendlink span {
    display: inline-block;
    color: rgba(255, 255, 255, .3);
    font-size: 16px;
    line-height: 30px;
}

.foot-friendlink a {
    display: inline-block;
    color: rgba(255, 255, 255, .3);
    font-size: 16px;
    line-height: 30px;
    margin-right: 35px;
    transition: ease .5s;
}

.foot-friendlink a:last-child {
    margin-right: 0;
}

.foot-friendlink a:hover {
    color: #fff;
}

.foot-bot {}

.foot-botcon {
    padding: 14px 0 42px;
}

.foot-right {
    float: right;
    max-width: 30%;
}

.foot-ewm {
    float: right;
    max-width: 26.8%;
}

.foot-ewm img {}

.foot-rifont {
    float: right;
    text-align: right;
    padding-right: 29px;
    max-width: 73.2%;
}

.foot-tel {
    font-family: "AkzidenzGrotesk-Light";
    margin-top: 16px;
}

.foot-left {
    float: left;
    width: auto;
    padding-top: 0;
    max-width: 70%;
}

.foot-logo {
    width: 160px;
}

.foot-nav {
    float: none;
    margin: 22px 0 0;
}

.foot-nav a {
    display: inline-block;
    padding-left: 14px;
    margin-right: 50px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
    margin-top: 10px;
}

.foot-nav a::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #a0a0a0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.foot-spanli {
    font-size: 0;
    margin: 0 0 0;
}

.foot-nav a:last-child {
    margin-right: 0;
}

.foot-spanli span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 34px;
    color: rgba(255, 255, 255, .2);
    margin-right: 12px;
}

.foot-spanli span.foot-bean {
    padding-left: 30px;
}

.foot-spanli span.foot-bean::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 24px;
    background: url(https://www.kingaurora.cn/pc/images/footer-icon1.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.foot-spanli span a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: rgba(255, 255, 255, .2);
    transition: ease .5s;
}

.foot-spanli span:last-child {
    margin-right: 0;
}

.bottom-ul {
    margin: 0 -40px;
    float: right;
}

.bottom-ul ul {
    float: left;
    margin: 0 40px;
    position: relative;
    text-align: left;
}

.bottom-ul ul.bottom-secul::before {
    display: none;
}

.bottom-ul ul.bottom-secul {
    margin-left: 30px;
    margin-right: 0;
}

/* .bottom-ul ul:last-child{margin-left: 80px;} */
.bottom-ul ul.botul-k {
    margin: 0 55px 0 5px;
}

.bottom-ul ul li {
    padding: 0px 0;
    margin-bottom: 0;
}

.bottom-ul ul li:last-child {
    margin-bottom: 0;
}

.bottom-ul ul li:first-child {
    margin-bottom: 11px;
}

.bottom-ul ul li span {
    display: inline !important;
}

.bottom-ul ul li em {
    display: inline;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
    font-family: "Arial";
}

.bottom-ul ul li em.botem-sma {
    font-size: 16px;
}

.bottom-ul ul li a,
.bottom1-contact li,
.bottom-ul ul li span {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, .4);
    transition: ease .5s;
}

.bottom-ul ul li:first-child a {
    font-size: 18px;
    color: #fff;
    position: relative;
}

.bottom-secul li:first-child a {
    opacity: 0;
    cursor: auto;
}

.bottom-ul ul li a:hover {
    color: #d30c2e;
}

.bottom-contact {
    float: right;
}

.bottom-contact ul {}

.bottom-contact li {
    margin-top: 25px;
}

.bottom-contact li:first-child {
    margin-top: 0;
}

.bottom-contact li h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.bottom-contact li p {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
}

.bottom-contact li p span {}

.bottom-contact li p d {}

.bottom-ewm {
    float: right;
    width: 95px;
    text-align: center;
    margin-left: 30px;
}

.bottom-ewm img {
    width: 100%;
}

.bottom-ewm p {
    margin-top: 3px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.bottom-left {
    float: left;
    padding-top: 9px;
}

.bottom-logo {
    width: 170px;
    font-size: 0;
}

.bottom-logo img {
    display: inline-block;
}

.bottom-phone {
    margin-top: 34px;
    position: relative;
    padding-left: 40px;
}

.bottom-phone::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    background: url(../images/bot-phone.png)no-repeat center;
    background-size: 100% 100%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-phone h5 {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}

.bottom-phone h4 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-family: 'EUCLIDSQUARE-MEDIUM';
}

.bottom-web {
    margin-top: 10px;
    position: relative;
    padding-left: 40px;
}

.bottom-web::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 16px;
    background: url(../images/bot-web.png)no-repeat center;
    background-size: 100% 100%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-web p {
    font-size: 16px;
    line-height: 34px;
    color: #969696;
}

.bottom-addr {
    position: relative;
    padding-left: 40px;
}

.bottom-addr::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/bot-addr.png)no-repeat center;
    background-size: 100% 100%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-addr p {
    font-size: 16px;
    line-height: 34px;
    color: #969696;
}

.botlink-hide {
    display: none;
    padding: 0px 0;
    text-align: center;
}

.botlink-hide a {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

.botlink-hide a:hover {
    color: #fff;
}

/*app-底部*/
.foot-app {
    width: 100%;
    background: #222;
    background-size: cover;
    display: none;
}

.foot-pad {
    padding: 0 15px;
}

.footer-tit {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.open .footer-tit a {
    color: #fff;
}

.footer-tit a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 48px;
    margin-right: 48px;
    display: block;
}

.footer-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

.footer-tig::before,
.footer-tig::after {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    transition: all .3s;
    left: 50%;
}

.footer-tig::before {
    width: 18px;
    height: 2px;
    margin-left: -8px;
}

.footer-tig::after {
    width: 2px;
    height: 18px;
    margin-top: -8px;
}

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-item.open .footer-tig::before {
    background: #fff;
}

.footer-cont {
    display: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0 15px;
}

.footer-cont a {
    text-transform: uppercase;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 14px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.footer-cont a:last-child {
    border: none;
}

.footer-item.open .footer-cont a.active {
    color: #fff;
}

.footer-left {
    float: left;
    padding-top: 25px;
    width: 70%;
}

.footer-tel {
    margin-bottom: 20px;
    padding-left: 35px;
    background: url(https://www.kingaurora.cn/pc/images/foot-tel.png) no-repeat left center;
    background-size: 25px;
}

.footer-tel h3 {
    font-family: 'itc';
    font-size: 20px;
    color: #fff;
}

.footer-tel h4 {
    font-size: 13px;
    color: #ababaf;
}

.footer-add {
    padding-left: 35px;
    background: url(https://www.kingaurora.cn/pc/images/foot-add.png) no-repeat left center;
    background-size: 25px;
}

.footer-add p {
    font-size: 13px;
    color: #ababaf;
    line-height: 18px;
}

.footer-share {
    float: right;
    padding-top: 45px;
}

.footer-share a {
    margin: 0 !important;
    width: 25px;
    height: 25px !important;
    display: block;
    float: left;
    margin-left: 5px !important;
    opacity: 0.5;
}

.footer-share a.bds_sqq {
    background: url(https://www.kingaurora.cn/pc/images/foot-qq.png) no-repeat center;
    background-size: 17px;
}

.footer-share a.bds_tsina {
    background: url(https://www.kingaurora.cn/pc/images/foot-wb.png) no-repeat center;
    background-size: 17px;
}

.footer-share a.bds_weixin {
    background: url(https://www.kingaurora.cn/pc/images/foot-wx.png) no-repeat center;
    background-size: 17px;
}

.footer-share a:hover {
    opacity: 1 !important;
}

.footer-bot {
    padding: 20px 15px 30px;
    background: #1f2023;
    margin-top: 25px;
}

.footer-bot p,
.footer-bot p a {
    font-size: 13px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-link,
.footer-link a {
    line-height: 22px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-link {
    padding-bottom: 10px;
    overflow: hidden;
}

.footer-link a {
    display: block;
    float: left;
    margin-right: 15px;
}

.footer-link span {
    float: left;
}

.footer-link a:hover {
    color: #fff;
}

.foot-cent {
    padding: 0 15px;
}

.foot-centcon {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-cent .bottom-contact {
    float: left;
    width: 70%;
}

.foot-cent .bottom-ewm {
    float: right;
    max-width: 30%;
}

@media (max-width: 1023px) {

    .header,
    .foot {
        display: none !important;
    }

    .header-app,
    .foot-app {
        display: block;
    }

    .banner {
        margin-top: 60px;
    }
}

@media (max-width: 320px) {
    .footer-left {
        width: 68%;
    }
}

/*==========================*/



.footapp-hide {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #333;
    opacity: 1;
    z-index: 4;
    padding: 20px;
}

.footapp-hide a {
    display: block;
}

.foot-app .foot-friendlink {
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

.foot-app .foot-friendlink:hover .footapp-hide {
    display: block;
}

.foot-app .foot-top {
    padding: 20px 15px 0;
}

.foot-app .foot-bot {
    padding: 20px 15px 60px;
}

.foot-app .foot-left,
.foot-app .foot-right {
    float: none;
    width: 100%;
    max-width: none;
}

.foot-app .foot-left {}


.foot-app .foot-rifont {
    float: left;
    padding-right: 0;
    text-align: left;
    padding-left: 29px;
}

.foot-app .foot-ewm {
    float: left;
}

.foot-app .foot-share a {
    float: left !important;
}

/* pc客服挂件 */
.kf {
    transition: .8s;
    z-index: 999999;
    background-color: transparent;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
}

.kf span {
    z-index: 1000001;
    transition: .5s;
    cursor: pointer;
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #b5b5b5;
}

.kf .zx a {
    background-position: 0 0;
    background: #3f71db url(../images/kefu-zx.png)no-repeat center top 12px;
}

.kf .back_top a {
    border: none;
    background: #3f71db url(../images/kefu-top.png)no-repeat center top 18px;
}

.kf span a {
    transition: .5s;
    display: block;
    height: 100%;
    color: #fff;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    padding-top: 36px;
    border-radius: 5px;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .freetel a {
    background: #3f71db url(../images/kefu-qq.png)no-repeat center top 12px;
}

.kf .inlinebj a {
    background: #3f71db url(../images/kefu-bj.png)no-repeat center top 12px;
}

.kf .zxlya a {
    background: #3f71db url(../images/kefu-ewm.png)no-repeat center;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.nav_center div,
.index_nav_center div,
.shou,
.zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
    display: none;
    width: 140px;
    right: 64px;
    position: absolute;
    top: -45px;
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.kf .zxzx {
    display: none;
    right: 86px;
    position: absolute;
    top: 6px;
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 150px;
    font-size: 14px;
    color: #333;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

/* .shou{ z-index: 1000000;cursor: pointer; width: 70px; height: 70px; top: 104%; margin-top: -15px; border-radius: 5px 0 0 5px; right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 47%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: transparent url(../images/zk1.png)no-repeat center left;
    position: absolute;
    box-shadow: none;
}

.kffixed {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 49px;
    overflow: hidden;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

.kefu li {
    float: left;
    height: 45px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    color: #fff;
    transition: all .4s;
}

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #b5b5b5;
}

.kf-zx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.teldb {
    width: 49.5%;
    background: rgba(0, 0, 0, 0.6);
    background-size: contain;
    margin: 0 1px;
    position: relative;
}

.teldb img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.teldb a {
    color: white;
}

.kf span:hover {
    background: #d30c2e;
    background-size: cover;
}

.kf span:hover a {
    background-color: transparent;
}

/* app-kf */
.kffixed {
    position: fixed;
    bottom: 0;
    /* left: 16%; */
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

.kefu li {
    float: left;
    height: 45px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    color: #fff;
    transition: all .4s;
}

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: rgba(63, 113, 219, 0.9);
}

.kf-zx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.teldb {
    width: 49.5%;
    background: rgba(0, 0, 0, 0.6);
    /*background: url(/mobile/mobilectm/images/teldb.png) no-repeat center rgba(0,0,0,0.6);*/
    background-size: contain;
    margin: 0 1px;
    position: relative;
    /*background-size: 28px;*/
}

.teldb img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.teldb a {
    color: white;
}

@media (max-width:1023px) {
    .kf {
        display: none;
    }

    .kffixed {
        display: block;
    }
}

@keyframes anim4 {

    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.more1 {
    border-bottom: 2px solid #333;
    position: relative;
    padding-bottom: 7px;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.more1::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #e60012;
    left: 0;
    bottom: -2px;
    transition: ease .5s;
}

.more1:hover::before {
    width: 100%;
}

.more1 span {
    display: block;
    position: relative;
    padding-right: 60px;
}

.more1 span::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    background: url(https://www.kingaurora.cn/pc/images/more1.png)no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    margin-top: -10.5px;
    transition: ease .8s;
}

.more1:hover span::before {
    transform: translateX(-10px);
}

.more1:hover {
    color: #e60012;
}

.index-tit {
    position: relative;
}

.index-tit h3 {
    color: #333;
    font-size: 0;
}

.index-tit h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}

.index-tit h3 em {
    display: inline-block;
    vertical-align: middle;
    font-size: 66px;
    line-height: 60px;
    font-family: 'EUCLIDSQUARE-MEDIUM';
    transform: translateY(5px);
}

.index-tit h4 {
    margin: 13px 0 0;
    font-size: 32px;
    line-height: 40px;
    color: #333;
}

.index-dec {
    margin: 14px 0 0;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.index-dec em {
    display: block;
}

.more3 {}

.index-tit h3 em,
.index-tit h3 span {
    display: inline;
}

/* swiper按钮 */
.index-next,
.index-prev {
    z-index: 15;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    opacity: 1 !important;
    background: none !important;
    transition: ease .6s;
}

.index-next:hover,
.index-prev:hover {
    color: #e60012;
    border-color: #e60012;
}


/* 一站式户外LED大屏解决方案 */
.index-one {
    padding: 80px 0 0;
}

.indone-top {}

.indone-tit {
    float: left;
}

.indone-mo {
    float: right;
}

.indone-mo>a {}

.indone-con {
    margin-top: 30px;
}

.indone-nav {
    margin-bottom: -44px;
    position: relative;
    z-index: 3;
}

.indone-navul {
    font-size: 0;
    text-align: center;
}

.indone-navul li {
    display: inline-block;
    padding: 27px 23px 64px;
    background: transparent;
    transition: ease .5s;
}

.indone-navul li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.indone-icon {
    margin: 0 auto;
    width: 39px;
    height: 36px;
    position: relative;
    overflow: hidden;
}

.indone-icon img {
    width: 100%;
    position: absolute;
    left: 0;
    transition: ease .8s;
}

.indone-icon img:nth-child(1) {
    top: 0;
}

.indone-icon img:nth-child(2) {
    top: 100%;
}

.indone-navul li.on .indone-icon img:nth-child(2) {
    top: 0%;
}

.indone-navul li.on .indone-icon img:nth-child(1) {
    top: -100%;
}

.indone-navul li.on {
    background-color: #184088;
    padding: 27px 23px 17px;
}

.indone-navul li h4 {
    margin-top: 15px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    transition: ease .5s;
}

.indone-navul li h4::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 12px;
    background: url(../images/indone-on.png)no-repeat center;
    background-size: 100% 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: ease .5s;
    opacity: 0;
}

.indone-navul li.on h4 {
    color: #fff;
    padding-bottom: 47px;
}

.indone-navul li.on h4::before {
    opacity: 1;
}

.indone-pics {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.indone-pic {}

.indone-bf {
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .8s;
}

.indone-pic.on .indone-bf {
    width: 100%;
    left: auto;
    right: 0;
    animation: scle2 8s linear;
}

/* 10大LED显示屏系列产品 */
.index-two {
    position: relative;
    padding: 112px 0 80px;
}

.index-two::before {
    position: absolute;
    content: "";
    width: 39.2%;
    height: 100%;
    background: #3f71db;
    right: 0;
    top: 0;
}

.indtwo-con {
    padding: 0 70px;
    position: relative;
    margin-top: 9px;
}

.indtwo-tags {
    float: right;
    width: 19.875%;
    padding-left: 30px;
}

.indtwo-tag {
    margin-top: 24px;
    cursor: pointer;
    font-size: 0;
    text-align: center;
}

.indtwo-tag:first-child {
    margin-top: 0;
}

.indtwo-tag.on {}

.indtwo-img {
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    transition: ease .5s;
    width: 117px;
    height: 117px;
    line-height: 117px;
    text-align: center;
    padding: 0 8%;
}

.indtwo-img img {
    display: inline-block;
    vertical-align: middle;
}

.indtwo-tag h5 {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.indtwo-tag.on .indtwo-img {
    border-color: #fff;
    background-color: #fff;
}

.intwo-fonts {
    float: left;
    width: 80.125%;
    position: relative;
    overflow: hidden;
}

.intwo-font {
    display: block;
    position: absolute;
    width: 0%;
    left: 0;
    top: 0;
    transition: ease 1s;
}

.intwo-font.on {
    width: 100%;
    left: auto;
    right: 0;
    position: relative;
}

.intwo-pic {
    margin-right: 549px;
    height: 549px;
    line-height: 549px;
    text-align: left;
    padding-right: 50px;
}

.intwo-pic img {
    display: inline-block;
    vertical-align: middle;
}

.intwo-circle {
    float: right;
    width: 549px;
    height: 549px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

.intwo-txt {
    display: block;
    padding: 0 58px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.intwo-txt h3 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.intwo-txt h4 {
    margin: 5px 0 0;
    font-size: 22px;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.intwo-txt p {
    margin: 17px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.intwo-mo {
    margin: 84px 0 0;
    font-size: 0;
    text-align: left;
}

.intwo-mo img {
    display: inline-block;
    transition: ease .5s;
}

.intwo-font:hover .intwo-txt h3 {
    color: #3f71db;
}

.intwo-font:hover .intwo-mo img {
    transform: translateX(15px);
}

.intwo-appcon {
    display: none;
}

.intwo-swip {
    position: relative;
    padding-bottom: 30px;
}

.intwo-swip .swiper-pagination {
    width: 100%;
    bottom: 0;
    height: 8px;
}

.intwo-swip .swiper-pagination-bullet {
    margin: 0 5px;
    vertical-align: top;
}

.intwo-swip .swiper-pagination-bullet-active {
    background-color: #184088;
}


/* 5000+全球应用案例 */
.index-three {
    padding: 52px 0 0px;
}

.index-three .index-tit h3,
.index-three .index-tit h4,
.index-three .index-dec {
    color: #fff;
}

.indthr-top {}

.indthr-tit {
    float: left;
}

.indthr-mo {
    float: right;
}

.indthr-mo>a {}

.indthr-con {
    background: #fff;
    margin-top: 50px;
}

.inthr-left {
    float: left;
    width: 49.95%;
    padding-right: 1px;
}

.inthr-a {
    display: block;
    position: relative;
}

.inthr-pic {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.inthr-bf {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .8s;
}

.inthr-a:hover .inthr-bf {
    transform: scale(1.1);
}

.inthr-font {
    padding: 47px;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inthr-right {
    float: right;
    width: 50.05%;
}

.inthr-right .inthr-a:nth-child(1) .inthr-pic {
    height: 425px;
}

.inthr-right .inthr-a:nth-child(2) .inthr-pic {
    height: 473px;
}

.inthr-right .inthr-a:nth-child(2) {
    margin-top: 2px;
}

.inthr-right .inthr-font {
    font-size: 28px;
    padding: 37px 47px;
}

.inthr-left .inthr-pic {
    height: 900px;
}


/* 品质保障 */
.index-four {
    padding: 72px 0 0px;
}

.index-four .index-tit,
.index-four .index-dec {
    text-align: center;
}

.indfou-con {
    margin: 0 auto;
    margin-top: 76px;
    width: 1122px;
    position: relative;
}

.indfou-pic {
    width: 100%;
    position: relative;
    height: 594px;
}

.indfou-bf {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .8s;
}

.indfou-nav {}

.indfou-nav a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    transition: ease .5s;
}

.indfou-nav a:nth-child(1) {
    left: 5%;
    top: 10%;
}

.indfou-nav a:nth-child(2) {
    left: 46%;
    top: -20px;
}

.indfou-nav a:nth-child(3) {
    left: 77%;
    top: 10%;
}

.indfou-nav a.on {
    opacity: 0;
}

.indfou-nav a span {
    display: block;
}

.indfou-nav a span img {
    width: 100%;
}

.indfou-fonts {}

.indfou-font {
    display: block;
    position: absolute;
    width: 935px;
    left: 0;
    bottom: 164px;
    transform: translateX(-50%);
    transition: ease .8s;
    opacity: 0;
    /* display: none; */
}

.indfou-font.on {
    /* transform: translateX(-50%) scale(1); */
    opacity: 1;
    /* display: block; */
    left: 50%;
    z-index: 3;
}

.indfou-icon {
    float: left;
    background: #fff;
    width: 154px;
    height: 154px;
    font-size: 0;
    line-height: 154px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #3f71db;
}

.indfou-icon img {
    display: inline-block;
    vertical-align: middle;
    height: 79%;
}

.indfou-txt {
    margin: 17px 0;
    margin-left: 100px;
    height: 120px;
    padding: 12px 50px 0 80px;
    background: #fff;
    border-radius: 0 10px 10px 0;
}

.indfou-txt h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indfou-txt h6 {
    font-size: 0;
    margin-top: 7px;
    height: 60px;
    padding: 0;
}

.indfou-txt h6 span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.indfou-txt h6 em {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    color: #3f71db;
    font-weight: bold;
}

.indfou-font:hover .indfou-txt h4 {
    color: #3f71db;
}

.indfou-appcon {
    display: none;
}

.indfou-swip {
    position: relative;
    padding-bottom: 30px;
}

.indfou-swip .swiper-pagination {
    width: 100%;
    bottom: 0;
    height: 8px;
}

.indfou-swip .swiper-pagination-bullet {
    margin: 0 5px;
    vertical-align: top;
}

.indfou-swip .swiper-pagination-bullet-active {
    background-color: #184088;
}

/* 极光王12年，精心沉淀7星服务标准 */
.index-five {
    padding: 87px 0 99px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index-five .index-tit h3,
.index-five .index-tit h4,
.index-five .index-dec {
    color: #fff;
}

.indfiv-con {}

.indfiv-mo {
    margin: 43px 0 0;
    height: 60px;
    line-height: 58px;
    width: 190px;
}

.indfiv-mo span {}

/* 走进极光王 */
.index-six {
    padding: 71px 0 80px;
}

.indsix-con {}

.indsix-left {
    float: left;
    width: 33.75%;
    padding-right: 170px;
}

.indsix-leul {
    margin-top: 17px;
}

.indsix-leul li {
    border-bottom: 1px solid #eee;
    padding: 38px 0 13px;
}

.indsix-leul li.indsix-num {
    padding: 49px 0 20px;
}

.indsix-leul li>div {}

.indsix-icon {
    float: left;
    font-size: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
}

.indsix-icon img {
    display: inline-block;
}

.indsix-letxt {
    margin-left: 48px;
    padding: 10px 0 0;
    padding-left: 20px;
}

.indsix-letxt h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.indsix-letxt h3 {
    margin-top: -10px;
    color: #333;
    font-size: 40px;
    line-height: 50px;
}

.indsix-letxt h3 span:nth-child(1) {
    font-size: 60px;
    line-height: 60px;
    font-family: 'DINCond-Medium';
}

.indsix-letxt p {
    margin: 3px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #666;
}

.indsix-right {
    margin-left: 33.75%;
    overflow: hidden;
    padding-top: 41px;
}

.indsix-rtcon {}

.indsix-ba {
    border-radius: 30px 0 30px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.indsix-ba::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.indsix-ba::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}

.indsix-rtul {
    border-radius: 100px 0 100px 0;
}

.indsix-rtul li {
    float: left;
    width: 50%;
    height: 280px;
    position: relative;
}

.indsix-rta {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.indsix-rtxt {
    position: absolute;
    width: 100%;
    padding: 30px;
    left: 0;
    top: 50%;
    transition: ease .5s;
    transform: translateY(-50%);
    text-align: center;
}

.indsix-rtxt h4 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indsix-rtxt h5 {
    margin-top: 11px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indsix-rtxt::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 12px;
    background: url(../images/insix-mo.png)no-repeat center;
    background-size: 100% 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: ease .5s;
    opacity: 0;
}

.indsix-rta:hover .indsix-rtxt::before {
    opacity: 1;
}

.indsix-rta:hover .indsix-rtxt {
    padding: 70px 30px 47px;
}

/* 新闻资讯 */
.index-seven {
    padding: 72px 0 80px;
}

.indseven-con {
    margin-top: 28px;
}

.indseven-left {
    float: left;
    width: 24.0625%;
}

.indseven-left>div {}

.ind7-tit {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.ind7-a {
    margin-top: 16px;
    display: block;
    position: relative;
}

.ind7-pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 460px;
}

.ind7-bf {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .8s;
}

.ind7-font {
    padding: 28px 20px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.ind7-font span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: 'ROBOTO-REGULAR';
}

.ind7-font h4 {
    margin-top: 3px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ind7-a:hover .ind7-bf {
    transform: scale(1.1);
}

.indseven-cent {
    float: left;
    width: 50.3125%;
    padding-left: 19px;
}

.indseven-cent>div {}

.indseven-right {
    float: right;
    width: 25.625%;
    position: relative;
    height: 100%;
}

.indseven-right>div {}

.ind7-ul {
    margin-top: 16px;
    background: #fff;
    height: 460px;
    padding: 0 22px;
}

.ind7-ul li {
    padding: 29px 0 30px;
    border-bottom: 1px dashed #999;
}

.ind7-ul li:last-child {
    border: none;
}

.ind7-ul li>a {
    display: block;
}

.ind7-ul li h5 {
    position: relative;
    padding-left: 38px;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ind7-ul li p {
    margin-top: 10px;
    position: relative;
    padding-left: 38px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ind7-ul li h5::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/indseven-q.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 3px;
}

.ind7-ul li p::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/indseven-a.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 3px;
}

.ind7-ul li:hover h5 {
    color: #3f71db;
}

@media (max-width: 1919px) {
    .banner-font h3 em {
        font-size: 80px;
        line-height: 70px;
        vertical-align: middle;
    }

    .banner-font h3 span {
        font-size: 62px;
        line-height: 70px;
    }

    .banner-font h4 {
        font-size: 40px;
    }

    .banner-font p {
        font-size: 18px;
        line-height: 30px;
    }

    .index-tit h3 span {
        font-size: 48px;
    }

    .index-tit h3 em {
        font-size: 54px;
    }

    .index-tit h4 {
        font-size: 30px;
    }

    .indone-pics {
        height: 640px;
    }
}

@media (max-width: 1680px) {
    .banner-font h3 em {
        font-size: 70px;
        line-height: 60px;
        vertical-align: middle;
    }

    .banner-font h3 span {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-font h4 {
        font-size: 30px;
    }

    .index-tit h3 span {
        font-size: 42px;
        line-height: 50px;
    }

    .index-tit h3 em {
        font-size: 50px;
    }

    .index-tit h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .indone-pics {
        height: 600px;
    }

    .indtwo-con {
        padding: 0;
    }

    .index-two {
        padding-top: 100px;
    }

    .inthr-right .inthr-font {
        font-size: 24px;
    }

    .inthr-font {
        font-size: 32px;
    }

    .inthr-left .inthr-pic {
        height: 800px;
    }

    .inthr-right .inthr-a:nth-child(1) .inthr-pic {
        height: 375px;
    }

    .inthr-right .inthr-a:nth-child(2) .inthr-pic {
        height: 423px;
    }

    .index-five {
        padding: 87px 0 80px;
    }

    .indsix-left {
        padding-right: 100px;
    }

    .indsix-letxt h3 {
        font-size: 34px;
        margin-top: -20px;
    }

    .indsix-letxt h3 span:nth-child(1) {
        font-size: 52px;
    }

    .indsix-letxt p {
        font-size: 18px;
    }

    .indsix-right {
        padding-top: 20px;
    }

    .indsix-letxt h4,
    .indsix-rtxt h4,
    .indfou-txt h4,
    .ind7-font h4 {
        font-size: 22px;
    }

    .indsix-rtxt h5 {
        margin-top: 6px;
    }

    .ind7-pic,
    .ind7-ul {
        height: 420px;
    }

    .ind7-ul li {
        padding: 28px 0 25px;
    }
}

@media (max-width: 1459px) {
    .category-item {
        padding: 0 12px;
    }

    .category-a {
        padding: 0 8px 9px;
    }

    .banner-font h3 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner-font h4 {
        font-size: 22px;
        margin-top: 10px;
    }

    .banner .swiper-pagination {
        bottom: 42px !important;
    }

    .index-next,
    .index-prev {
        width: 42px !important;
        height: 42px !important;
        line-height: 40px;
        top: 35% !important;
        margin-top: 0 !important;
    }

    .header-slogan h4 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .banner-font h3 em {
        font-size: 60px;
        line-height: 50px;
        vertical-align: middle;
    }

    .banner-font h3 span {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-font h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner-font p {
        margin: 15px 0 0;
    }

    .banner-font {
        padding: 60px 180px 60px 40px;
    }

    .index-tit h3 span {
        font-size: 34px;
        line-height: 40px;
    }

    .index-tit h3 em {
        font-size: 42px;
    }

    .index-tit h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .index-one,
    .index-four {
        padding: 60px 0 0;
    }

    .indone-pics {
        height: 540px;
    }

    .index-two,
    .index-five,
    .index-six,
    .index-seven {
        padding: 60px 0;
    }

    .intwo-circle {
        width: 460px;
        height: 460px;
    }

    .intwo-mo {
        margin: 50px 0 0;
    }

    .intwo-txt h3 {
        font-size: 24px;
    }

    .intwo-txt h4 {
        font-size: 20px;
    }

    .intwo-pic {
        margin-right: 460px;
        height: 460px;
        line-height: 460px;
    }

    .indtwo-con {
        margin-top: 30px;
    }

    .inthr-font {
        font-size: 26px;
        padding: 30px;
    }

    .inthr-right .inthr-font {
        font-size: 22px;
        padding: 30px;
    }

    .inthr-left .inthr-pic {
        height: 700px;
    }

    .inthr-right .inthr-a:nth-child(1) .inthr-pic {
        height: 325px;
    }

    .inthr-right .inthr-a:nth-child(2) .inthr-pic {
        height: 373px;
    }

    .indfou-con {
        margin-top: 60px;
    }

    .indfiv-mo {
        height: 55px;
        line-height: 53px;
    }

    .indsix-letxt h4,
    .indsix-rtxt h4,
    .indfou-txt h4,
    .ind7-font h4 {
        font-size: 20px;
    }

    .indsix-rtxt h5 {
        font-size: 16px;
    }

    .indsix-left {
        padding-right: 50px;
    }

    .indsix-leul li,
    .indsix-leul li.indsix-num {
        padding: 30px 0 13px;
    }

    .indsix-letxt h3 {
        font-size: 30px;
        margin-top: -10px;
        line-height: 40px;
    }

    .indsix-letxt h3 span:nth-child(1) {
        font-size: 46px;
        line-height: 50px;
    }

    .indsix-letxt p {
        font-size: 16px;
    }

    .indsix-rta:hover .indsix-rtxt {
        padding: 0 30px 30px;
    }

    .indsix-rtxt {
        padding: 0 30px;
    }

    .indsix-rtul li {
        height: 240px;
    }

    .indseven-con {
        font-size: 0;
    }

    .indseven-left {
        width: 36.875%;
        float: none;
        display: inline-block;
    }

    .indseven-cent {
        float: none;
        width: 63.125%;
        display: inline-block;
    }

    .indseven-right {
        float: none;
        padding: 30px 0 0;
        width: 100%;
        position: relative;
        height: auto;
    }

    .ind7-ul {
        height: auto;
    }

    .ind7-pic {
        height: 380px;
    }

    .bottom-ul {
        margin: 0 -20px;
    }

    .bottom-ul ul {
        margin: 0 20px;
    }
}

@media (max-width: 1259px) {
    .header-app {
        display: block !important;
    }

    .header {
        display: none !important;
    }

    .banner {
        margin-top: 60px;
    }

    .indone-pics {
        height: 500px;
    }

    .bottom-ul ul li:first-child a {
        font-size: 16px;
    }

    .bottom-ul ul li a,
    .bottom1-contact li,
    .bottom-ul ul li span {
        font-size: 14px;
    }

    .bottom-phone h4 {
        font-size: 22px;
    }

    .bottom-logo {
        width: 136px;
    }

    .bottom-phone h5,
    .bottom-addr p,
    .bottom-web p {
        font-size: 14px;
    }

    .bottom-phone,
    .bottom-web,
    .bottom-addr {
        padding-left: 36px;
    }

    .bottom-phone {
        margin-top: 20px;
    }

    .bottom-ul {
        margin: 0 -15px;
    }

    .bottom-ul ul {
        margin: 0 15px;
    }

    .bottom-left {
        width: 186px;
    }

    .bottom-ul ul:last-child {
        margin-right: 0;
    }

    .foot-left {
        max-width: 80%;
    }

    .foot-right {
        max-width: 20%;
    }

    .foot-top {
        padding: 60px 0 60px;
    }

    .foot-botcon {
        padding: 26px 0;
    }

    .banner-font h3 em {
        font-size: 46px;
        line-height: 40px;
        vertical-align: middle;
    }

    .banner-font h3 span {
        font-size: 30px;
        line-height: 40px;
        vertical-align: middle;
    }

    .banner-font h4 {
        font-size: 20px;
        margin-top: 10px;
    }

    .banner-font {
        padding: 50px;
    }

    .banner-font p {
        font-size: 16px;
    }

    .intwo-circle {
        width: 400px;
        height: 400px;
    }

    .intwo-mo {
        margin: 30px 0 0;
    }

    .intwo-txt h3 {
        font-size: 22px;
    }

    .intwo-txt h4 {
        font-size: 18px;
    }

    .intwo-pic {
        margin-right: 400px;
        height: 400px;
        line-height: 400px;
    }

    .indtwo-img {
        width: 90px;
        height: 90px;
        line-height: 90px;
        padding: 0 10%;
    }

    .indtwo-tag h5 {
        font-size: 14px;
    }

    .index-tit h3 span {
        font-size: 30px;
    }

    .index-tit h3 em {
        font-size: 36px;
        line-height: 40px;
    }

    .intwo-txt {
        padding: 0 45px;
    }

    .intwo-mo img {
        width: 50px;
    }

    .indtwo-tag {
        margin-top: 16px;
    }

    .inthr-font {
        font-size: 24px;
        padding: 30px;
        line-height: 30px;
    }

    .inthr-right .inthr-font {
        font-size: 20px;
        padding: 30px;
        line-height: 30px;
    }

    .inthr-left .inthr-pic {
        height: 600px;
    }

    .inthr-right .inthr-a:nth-child(1) .inthr-pic {
        height: 275px;
    }

    .inthr-right .inthr-a:nth-child(2) .inthr-pic {
        height: 323px;
    }

    .indfou-con {
        width: 900px;
    }

    .indfou-pic {
        height: 477px;
    }

    .indfou-icon {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    .indfou-icon img {
        height: 70%;
    }

    .indfou-font {
        width: 800px;
        bottom: 150px;
    }

    .indfou-txt {
        height: 110px;
        margin: 0;
        margin-left: 50px;
        padding: 20px 25px 0 76px;
    }

    .indsix-rtxt::before {
        width: 50px;
        height: 10px;
    }

    .indsix-rtul li {
        height: 200px;
    }

    .indsix-left {
        float: none;
        width: 100%;
        padding: 0;
    }

    .indsix-right {
        margin: 0;
        padding: 30px 0 0;
    }

    .indsix-letxt h3 {
        font-size: 24px;
        margin-top: -10px;
        line-height: 30px;
    }

    .indsix-letxt h3 span:nth-child(1) {
        font-size: 40px;
        line-height: 50px;
    }

    .indsix-leul li,
    .indsix-leul li.indsix-num {
        padding: 22px 0 13px;
    }

    .index-dec {
        margin: 9px 0 0;
    }

    .ind7-pic {
        height: 320px;
    }
}

@media (max-width:1023px) {
    .bottom-left {
        width: 100%;
    }
}

@media (max-width:991px) {
    .more2 {
        width: 160px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }

    .banner-font h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .banner .index-next,
    .banner .index-prev {
        display: none;
    }

    .banner .swiper-pagination {
        display: block;
    }

    .banner-font {
        padding: 40px;
    }

    .indfou-font {
        width: 90%;
    }

    .indfou-con {
        width: 100%;
    }

    .indfou-pic {
        height: 420px;
    }

    .indfou-bf {
        background-size: 100%;
    }

    .index-tit h4 {
        font-size: 18px;
        margin-top: 9px;
    }

    .indfou-font {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
    }

    .indfou-txt {
        height: auto;
        margin: 0;
        height: auto;
        margin-left: 50px;
        padding: 5px 0px 0 80px;
    }

    .indfou-txt h6 {
        height: auto;
    }

    .indfou-font.on {
        position: relative;
        bottom: auto;
    }

    .index-four {
        padding: 60px 0;
    }

    .indsix-letxt h4,
    .indsix-rtxt h4,
    .indfou-txt h4,
    .ind7-font h4 {
        font-size: 18px;
    }

    .indfou-nav a {
        width: 38px;
    }

    .indfou-nav a:nth-child(2) {
        top: -12px;
    }

    .indfiv-mo {
        margin: 30px 0 0;
    }

    .indsix-leul li,
    .indsix-leul li.indsix-num {
        padding: 16px 0;
    }

    .indsix-leul li:first-child {
        padding-top: 0;
    }

    .indsix-letxt h3 {
        font-size: 22px;
        margin-top: -10px;
        line-height: 30px;
    }

    .indsix-letxt h3 span:nth-child(1) {
        font-size: 34px;
        line-height: 40px;
    }

    .ind7-tit {
        font-size: 18px;
    }

    .ind7-a,
    .ind7-ul {
        margin-top: 12px;
    }

    .ind7-pic {
        height: 290px;
    }

    .indseven-con {
        margin-top: 20px;
    }

    .indseven-cent {
        padding-left: 10px;
    }

    .ind7-font {
        padding: 20px;
    }

    .index-tit h3 span {
        font-size: 26px;
    }

    .index-tit h3 em {
        font-size: 30px;
        line-height: 40px;
    }

    .inthr-left .inthr-pic {
        height: 500px;
    }

    .inthr-right .inthr-a:nth-child(1) .inthr-pic {
        height: 225px;
    }

    .inthr-right .inthr-a:nth-child(2) .inthr-pic {
        height: 273px;
    }

    .inthr-right .inthr-font {
        padding: 20px;
    }

    .inthr-font {
        font-size: 22px;
        padding: 20px;
    }

    .indtwo-tags {
        float: none;
        width: 100%;
        font-size: 0;
        text-align: center;
    }

    .indtwo-tag {
        display: inline-block;
        padding: 0 30px;
    }

    .indtwo-tag h5 {
        color: #333;
    }

    .indtwo-img {
        border-color: #dedede;
    }

    .intwo-fonts {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .banner .swiper-pagination {
        bottom: 30px !important;
    }

    .intwo-txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .indthr-con {
        margin-top: 30px;
    }

    .indone-pics {
        height: 450px;
    }

    .indone-navul li.on h4 {
        padding-bottom: 30px;
    }

    .indone-navul li {
        padding: 20px 15px 47px;
    }

    .indone-navul li.on {
        padding: 20px 15px 17px;
    }

    .indone-nav {
        margin-bottom: -30px;
    }
}

@media (max-width:767px) {
    .more {
        width: 145px;
        height: 42px;
        line-height: 40px;
        font-size: 16px;
    }

    .index-two,
    .index-five,
    .index-six,
    .index-seven,
    .index-three,
    .index-four {
        padding: 40px 0;
    }

    .index-one {
        padding: 40px 0 0;
    }

    .index-tit h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .banner-font {
        margin: 0;
    }

    .banner-font h3 em {
        font-size: 36px;
        line-height: 30px;
        vertical-align: middle;
    }

    .banner-font h3 span {
        font-size: 26px;
        line-height: 30px;
        vertical-align: middle;
    }

    .banner-font h4 {
        font-size: 18px;
        margin-top: 5px;
    }

    .banner-font {
        padding: 30px;
    }

    .banner-font p {
        margin: 12px 0 0;
    }

    .index-tit h3 span {
        font-size: 24px;
        line-height: 30px;
    }

    .index-tit h3 em {
        font-size: 26px;
        line-height: 30px;
    }

    .index-tit h4 {
        font-size: 16px;
        margin: 5px 0 0;
    }

    .index-dec {
        font-size: 14px;
        line-height: 26px;
    }

    .indone-navul li h4 {
        margin-top: 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .indone-icon {
        width: 30px;
        height: 28px;
    }

    .indone-nav {
        margin-bottom: 0px;
        white-space: nowrap;
        overflow-x: auto;
    }

    .intwo-circle {
        width: 320px;
        height: 320px;
    }

    .intwo-pic {
        margin-right: 320px;
        height: 320px;
        line-height: 320px;
        padding-right: 30px;
    }

    .intwo-txt h3 {
        font-size: 18px;
    }

    .intwo-txt h4 {
        font-size: 16px;
    }

    .intwo-txt p {
        font-size: 14px;
        margin: 8px 0 0;
    }

    .intwo-mo {
        margin: 20px 0 0;
    }

    .intwo-txt {
        padding: 0 40px;
    }

    .indthr-con {
        margin-top: 20px;
        padding: 0 15px;
        background: transparent;
    }

    .inthr-right .inthr-font,
    .inthr-font {
        padding: 15px;
        font-size: 16px;
    }

    .inthr-left,
    .inthr-right {
        float: none;
        width: 100%;
    }

    .inthr-right .inthr-a:nth-child(1) .inthr-pic {
        height: 350px;
    }

    .inthr-right .inthr-a:nth-child(2) .inthr-pic {
        height: 400px;
    }

    .indone-pics {
        height: 400px;
    }

    .indone-navul li h4::before {
        width: 20px;
        height: 10px;
    }

    .indone-navul li.on h4 {
        padding-bottom: 20px;
    }

    .indone-navul li,
    .indone-navul li.on {
        padding: 12px 15px;
    }

    .indone-navul li h4::before {
        display: none;
    }

    .indone-navul li h4,
    .indone-navul li.on h4 {
        padding-bottom: 0;
    }

    .indone-icon {
        width: 25px;
        height: 23px;
    }

    .intwo-appcon,
    .indfou-appcon {
        display: block;
        margin-top: 20px;
    }

    .intwo-font {
        position: relative;
        width: 100%;
    }

    .indtwo-con {
        display: none;
    }

    .intwo-pic {
        margin: 0;
        padding: 0;
        text-align: center;
        padding: 0 20%;
        height: auto;
        line-height: normal;
    }

    .intwo-circle {
        margin: 30px 0 0;
        padding: 30px 0;
        border-radius: 10px;
        width: 100%;
        float: none;
        height: auto;
    }

    .intwo-txt {
        position: relative;
        top: auto;
        transform: none;
        padding: 0 20px;
    }

    .index-dec {
        margin: 4px 0 0;
    }

    .inthr-left .inthr-pic {
        height: 400px;
    }

    .inthr-right .inthr-a:nth-child(1) .inthr-pic {
        height: 200px;
    }

    .inthr-right .inthr-a:nth-child(2) .inthr-pic {
        height: 240px;
    }

    .indfou-nav,
    .indfou-fonts {
        display: none;
    }

    .indfou-con {
        margin-top: 20px;
    }

    .indfou-pic {
        height: 335px;
    }

    .indfou-bf {
        background-size: cover;
    }

    .indfou-appcon {
        margin-top: -20px;
    }

    .indsix-letxt h4,
    .indsix-rtxt h4,
    .indfou-txt h4,
    .ind7-font h4 {
        font-size: 16px;
    }

    .indfou-txt h6 span,
    .indfou-txt h6 em {
        font-size: 14px;
        line-height: 26px;
    }

    .indfou-font {
        width: 100%;
    }

    .indsix-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }

    .indsix-letxt {
        margin-left: 40px;
        padding: 5px 0 0;
        padding-left: 15px;
    }

    .indsix-letxt h3 {
        font-size: 20px;
    }

    .indsix-letxt h3 span:nth-child(1) {
        font-size: 30px;
    }

    .indsix-letxt p {
        font-size: 14px;
        line-height: 26px;
        margin: 0;
    }

    .indsix-rta:hover .indsix-rtxt,
    .indsix-rtxt {
        padding: 0 20px 25px;
    }

    .indsix-rta:hover .indsix-rtxt::before,
    .indsix-rtxt::before {
        opacity: 1;
    }

    .indsix-rtul li {
        height: 160px;
    }

    .indseven-left {
        width: 100%;
    }

    .indseven-cent {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .indseven-right {
        padding: 20px 0 0;
    }

    .ind7-ul li h5 {
        font-size: 16px;
    }

    .ind7-ul li {
        padding: 20px 0;
    }

    .banner .swiper-pagination {
        bottom: 25px !important;
    }

    .intwo-font:hover .intwo-mo img {
        transform: none;
    }
}

@media (max-width:640px) {
    .foot-app .foot-ewm {
        float: none;
        max-width: 100%;
        width: 100px;
        margin: 0 auto;
    }

    .foot-app .foot-rifont {
        float: none;
        text-align: center;
        margin: 20px 0 0;
        padding: 0;
        max-width: 100%;
    }

    .foot-app .foot-share a {
        float: none !important;
        display: inline-block;
    }

    .foot-spanli span,
    .foot-spanli span a {
        font-size: 14px;
        display: block;
        margin-right: 0;
    }

    .banner img.bannerappimg {
        display: block;
    }

    .banner img.bannerpcimg {
        display: none;
    }

    .banner-cont {
        text-align: left;
    }

    .banner-font h4 {
        font-size: 16px;
        padding-left: 0;
    }

    .banner .swiper-pagination {
        text-align: center;
        bottom: 20px !important;
    }

    .indone-tit,
    .indthr-tit {
        float: none;
        width: 100%;
    }

    .indone-mo,
    .indthr-mo {
        float: none;
        margin: 15px 0 0;
    }

    .index-two::before {
        display: none;
    }

    .indthr-mo>a {
        margin: 0;
    }

    .indsix-rtul li {
        height: 140px;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .indsix-rtul li:last-child {
        border-bottom: none;
    }

    .bot-link {
        display: inline-block !important;
        padding-right: 10px;
    }

    .indsix-ba::before,
    .indsix-ba::after {
        display: none;
    }

    .ind7-pic {
        height: 220px;
    }

    .index-tit h3 span {
        font-size: 22px;
    }

    .indfou-pic {
        height: 200px;
    }

    .indfou-icon {
        float: none;
        width: 90px;
        height: 90px;
        line-height: 90px;
        border-width: 2px;
    }

    .indfou-txt {
        margin: 10px 0 0;
        padding-left: 0;
    }

    .inthr-left .inthr-pic {
        height: 340px;
    }

    .indone-pics {
        height: 240px;
    }

    .intwo-pic {
        padding: 0 10%;
    }

    .bottom-phone {
        margin-top: 12px;
    }

    .foot-centcon {
        padding-bottom: 20px;
    }

    .banner-font p {
        display: none;
    }

    .banner-font {
        max-width: 99%;
        width: 99%;
        padding: 15px 15px;
    }

    .banner-font h3 em {
        font-size: 30px;
    }

    .banner-font h3 span {
        font-size: 24px;
    }
}

@media (max-width:420px) {}

@media (max-width: 320px) {}

.foot-app .foot-top {
    display: none;
}

/* =============================== 内页 =========================== */

.ny-padd {
    padding: 80px 0;
}

.ny-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    margin-top: 100px;
}

.nybannerapp {
    display: none;
    width: 100%;
}

.ny-menu {
    border-bottom: 1px solid #e5e5e5;
}

.nymenu-con {
    position: relative;
}

.bread {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.breadcon {
    padding: 15px 0;
}

.breadcon a {
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-left: 9px;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    font-family: 'PingFang-Medium';
}

.breadcon a.bread-home {
    padding-left: 33px;
    display: inline-block;
    width: auto;
    height: auto;
    background: url(../images/homea.png)no-repeat left center;
    background-size: 22px 20px;
}

.breadcon a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 9px;
    /* background: url(https://www.kingaurora.cn/pc/images/bread.png)no-repeat center; */
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.breadcon a:first-child::before {
    display: none;
}

.breadcon a:first-child {
    margin-left: 0;
}

.sec-black .breadcon a:hover {
    color: #e37712;
}

.sec-black .breadcon a::before {
    /* background-image: url(https://www.kingaurora.cn/pc/images/breada.png); */
}

.sec-black .breadcon a.bread-home {
    background-image: url(../images/homea.png);
}

.nymenu-a {
    margin-left: 240px;
    font-size: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 13px;
}

.nymenu-a::-webkit-scrollbar {
    height: 5px;
    background-color: #dcdbdb;
}

.nymenu-a::-webkit-scrollbar-thumb {
    background-color: #e60012;
    border-radius: 10px;
}

.nymenu-a a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    transition: ease .5s;
    padding: 15px 60px;
    border-right: 1px solid #e5e5e5;
}

.nymenu-a a:last-child {
    border: none;
}

.nymenu-a a.on,
.nymenu-a a:hover {
    color: #d30c2e;
}

.pagee {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 38px;
}

.pagee a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #3a3e3f;
    font-family: "Arial";
    border-radius: 50%;
    transition: ease .5s;
    padding: 7px 14px;
}

.pagee a.pagee-left {
    border: 1px solid #dbe0e2;
    padding: 6px 10px;
    position: absolute;
    left: 0;
    width: 38px;
    height: 38px;
}

.pagee a.pagee-right {
    border: 1px solid #dbe0e2;
    padding: 6px 11px;
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
}

.pagee a i {
    display: block;
    font-weight: bold;
    color: #a3a7a9;
    transition: ease .5s;
}

.pagee a.on,
.pagee a:hover {
    background: url(https://www.kingaurora.cn/pc/images/pagee-ba.png)no-repeat center;
    background-size: 100%;
    color: #fff;
}

.pagee a.pagee-right:hover i,
.pagee a.pagee-left:hover i {
    color: #fff;
}

.pagee a.pagee-right:hover,
.pagee a.pagee-left:hover {
    border-color: transparent;
}

.info-pagee {
    position: relative;
    text-align: center;
    padding-top: 45px;
    margin-top: 50px;
    border-top: 1px solid #d6d6d6;
}

.info-pagee a {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    color: #333;
    transition: ease .5s;
}

.info-pagee a img {
    display: inline-block;
    max-width: 100%;
}

.info-pagee a i {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    font-size: 18px;
    color: #858e90;
    transition: ease .5s;
    border: 1px solid #e5eaeb;
    background: transparent;
}

.info-pagee a:hover i {
    background: url(https://www.kingaurora.cn/pc/images/pagee-ba.png)no-repeat center;
    background-size: cover;
    color: #fff;
    border-color: transparent;
}

.info-pagee a.infopage-le {
    position: absolute;
    left: 0;
    top: 45px;
    padding-left: 43px;
    max-width: 33%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info-pagee a.infopage-ri {
    position: absolute;
    right: 0;
    top: 45px;
    max-width: 33%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 43px;
}

.info-pagee a.infopage-ri i {
    position: absolute;
    right: 0;
    top: 0px;
}

.info-pagee a.infopage-le i {
    position: absolute;
    left: 0;
    top: 0px;
}

/* 分页 */

.lpage {
    font-size: 0;
    width: 100%;
    text-align: center;
    position: relative;
}

.lpage a {
    display: inline-block;
    /* min-width: 50px; */
    vertical-align: top;
    font-size: 14px;
    background: #ececec;
    font-family: 'PingFang-Heavy';
    border-radius: 5px;
    line-height: 30px;
    color: #333;
    margin: 0 5px;
    padding: 10px 20px;
    width: auto;
    text-align: center;
    transition: ease .5s;
}

.lpage a.lpage-right,
.lpage a.lpage-left {
    color: #777;
}

.lpage a.lpage-right:hover,
.lpage a.lpage-left:hover {
    background: #e37712;
    color: #fff;
}

.lpage a.on {
    background: #e37712;
    color: #fff;
}

.lpage a:hover {
    background: #e37712;
    color: #fff;
}

.lpage a.on:hover {
    border-color: #e37712;
}

.lpage a em {
    font-size: 20px;
    font-weight: 600;
}

/* ==============anchor============= */
.anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
}

.anchor li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    padding: 15px 0;
}

.anchor li a {
    display: block;
    padding: 0 26px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #333;
    border-right: 1px solid #dfdfdf;
    transition: all .3s;
}

.anchor li:last-child a {
    border-right: none;
}

.anchor li.on a,
.anchor li a:hover {
    color: #fff;
    ;
    border-color: transparent;
    background: #3f71db;
}

/* ===============nav-second=========== */
.appsecond-nav {
    position: relative;
    display: none;
    z-index: 200;
}

.bot {
    position: absolute;
    top: 48px;
    background: #fff;
    z-index: 10;
}

.se-bot {
    width: 100%;
    display: none;
}

.se-top {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
}

.se-top1 {
    background: #fff;
}

.se-top .se-a {
    color: #444;
    font-size: 16px;
    display: block;
    padding: 0px 20px;
}

.se-tig.P_tig {
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all .5s;
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.se-btop {
    height: 48px;
    line-height: 48px;
}

.se-a1 {
    color: #444;
    font-size: 16px;
    padding: 0px 20px;
    display: block;
}

.se-a1.hover {
    color: #fff;
    background: #3f71db;
    border-bottom: solid 1px #fff;
}

.se-tig.P_tig.open {
    transform: rotateZ(90deg);
    opacity: 1;
}

.se-bottom {
    display: none;
    background: white;
}

.se-bottom a {
    display: block;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #eee;
    padding: 10px 30px;
}

/* .se-bottom a:last-child{border-bottom: none;} */
.se-bottom a.on {
    font-weight: bold;
}

.se-btop.active .se-tig.P_tig {
    color: #fff;
}

.se-btop.active .se-a1 {
    background: #10a2a3;
    color: #fff;
    border-bottom: 1px solid #fff;
}


.nybanner {
    margin: 0;
    position: relative;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nybanner img.ny-app {
    display: none;
}

.ny-font {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.ny-cont {
    text-align: center;
    width: 100%;
    color: #fff;
}

.ny-cont h4 {
    font-size: 60px;
    line-height: 72px;
    font-family: 'PingFang-Bold';
}

.ny-cont p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'PingFang-Bold';
}

.ny-mbx {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(119, 119, 119, .3);
}

.com-mbx {
    padding-left: 18px;
    padding-bottom: 19px;
}

.com-mbx a {
    font-size: 16px;
    color: #fff;
}

.ban-nav.left {
    float: left;
}

.ban-nav .com-ul {
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.ban-nav .com-ul::-webkit-scrollbar {
    height: 5px;
    background: url(../images/scroll2.png)repeat-x center;
}

.ban-nav .com-ul::-webkit-scrollbar-thumb {
    background: url(../images/scroll1.png)repeat center;
    border-radius: 10px;
}

.ban-nav .com-ul li a {
    text-align: center;
    color: #333;
    transition: all 0.5s;
    display: block;
    padding: 0 20px;
    font-size: 16px;
}

.ban-nav .com-ul li {
    width: 20%;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0;
}

.ban-nav .com-ul li::after {
    transition: all 0.5s;
    content: "";
    display: block;
    background-color: #d30c2e;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    transform: translate(-50%, -50%);
}

/* 公共按钮的hover */
.com-hover {
    display: inline-block;
    position: relative;
    background: transparent;
    z-index: 1;
}

.com-hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #d30c2e;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
    z-index: -1;
}

.case .ny-wrap li:hover .com-hover::before,
.com-hover.on::before,
.com-hover:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: 0%;
    -webkit-transform-origin: 0%;
}

.com-hover:hover a,
.com-hover.on a {
    color: #fff !important;
}



.ny-tit {
    font-size: 40px;
    color: #333;
    text-align: center;
}

.ny-dec {
    font-size: 18px;
    color: #777;
    text-align: center;
    margin-top: 0px;
    line-height: 30px;
    margin-top: 13px;
}

.p-style {
    display: block;
}

.com-ul {
    margin: 0 -12px;
    font-size: 0;
}

.com-ul li {
    float: none;
    width: 33.33%;
    padding: 0 12px;
    display: inline-block;
    vertical-align: top;
}

.com-ul li:hover .swxt-img img {
    transform: scale(1.05);
}

.com-swxt {
    display: block;
    position: relative;
    transition: all 0.5s;
}


@media (max-width: 1259px) {
    .ny-banner {
        margin-top: 60px;
        height: 350px;
    }
}

@media (max-width: 767px) {
    .appsecond-nav {
        display: block;
    }

    .ny-padd {
        padding: 30px 0 40px;
    }

    .nymenu-a,
    .bread-a,
    .bread-icon {
        display: none;
    }

    .bread-tit h3 {
        font-size: 28px;
    }

    .bread-tit h4 {
        font-size: 18px;
    }

    .ny-banner {
        height: 300px;
    }

    .info-pagee a.infopage-le,
    .info-pagee a.infopage-ri {
        top: 25px;
    }

    .info-pagee {
        padding-top: 25px;
        margin-top: 30px;
    }

    .anchor {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }

    .bread {
        display: none;
    }
}

@media (max-width: 640px) {
    .anchor {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }

    .pagee a {
        font-size: 17px;
    }

    .nybannerapp {
        display: block;
    }

    .ny-banner {
        height: auto;
        background: none;
    }

    .bread-tit {
        padding-left: 10px;
    }

    .bread-tit h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .bread-tit h4 {
        font-size: 16px;
        letter-spacing: 0;
    }

    .info-pagee a.infopage-le,
    .info-pagee a.infopage-ri {
        position: relative;
        top: 0;
        max-width: 100%;
        padding: 0 43px;
    }

    .info-pagee a {
        display: block;
    }

    .info-pagee a i {
        font-size: 16px;
        line-height: 34px;
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 360px) {
    .lpage a {
        margin: 0 5px;
    }

    .lpage a em {
        font-size: 17px;
    }
}

/* ============================solution 解决方案 ======================= */
.header.black {
    background: #000;
}

.header.black .header-call {
    color: #333;
}

.sec-black {
    /* margin-top: 100px; */
}

.sec-black .bread {
    position: relative;
    bottom: auto;
    top: 0;
    background: #f6f6f6;
}

@media (max-width: 1459px) {

    .header.black .header-slogan,
    .header.black.on .header-slogan {
        margin-left: 18px;
    }

    .header.black .header-language,
    .header.black.on .header-language {
        margin-left: 25px;
    }

    .header.black .header-search,
    .header.black.on .header-search {
        margin-left: 16px;
    }

    .breadcon {
        padding: 15px 0;
    }
}

@media (max-width: 1259px) {
    .sec-black {
        /* margin-top: 60px; */
    }

    .breadcon {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {

    .sec-black .bread {
        display: block;
    }
}

@media (max-width: 640px) {}

/* ================== soluinfo 解决方案详情 ================== */
.soluinfo {}

.soluinfo-content {}

.soluinfo-one {
    position: relative;
}

.soluinfo-one .brand-tit {
    padding-top: 70px;
    text-align: left;
    position: relative;
}

.soluinfo-one .brand-tit::before {
    position: absolute;
    content: "";
    width: 52px;
    height: 52px;
    background: url(https://www.kingaurora.cn/pc/images/soluinfo1-icon.png)no-repeat center;
    background-size: 100% 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.solufo1-left {}

.solufo1-pics {
    height: 100%;
}

.solufo1-pic {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    transition: ease .5s;
    opacity: 0;
}

.solufo1-pic.on {
    opacity: 1;
}

.solufo1-right {
    position: relative;
}

.solufo1-con {
    float: right;
    width: 50%;
    padding: 100px 0 96px 100px;
}

.solufo1-fonts {
    margin-top: 43px;
    padding-top: 45px;
    border-top: 1px solid rgba(51, 51, 51, .2);
}

.solufo1-ul {}

.solufo1-ul li:first-child {
    margin-top: 0;
}

.solufo1-ul li {
    margin-top: 48px;
}

.solufo1-ul li a {
    display: block;
}

.solufo1-ul li h4 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-family: 'PingFang-Bold';
}

.solufo1-ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #636363;
    font-family: 'PingFang-Medium';
}

.soluinfo-two {
    padding: 72px 0 80px;
}

.solufo2-con {
    margin-top: 40px;
}

.solufo2-ul {
    margin: -98px -55px 0;
}

.solufo2-ul li {
    float: left;
    width: 33.333%;
    padding: 0 55px;
    margin-top: 98px;
}

.solufo2-ul li:nth-child(4) {
    margin-left: 16.666%;
}

.solufo2-ul li>div {}

.solufo2-icon {
    float: left;
    width: 63px;
    overflow: hidden;
    height: 63px;
}

.solufo2-icon img {
    width: 100%;
    transition: ease .8s;
}

.solufo2-font {
    margin-left: 63px;
    padding-left: 30px;
    padding-top: 2px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Bold';
}

.solufo2-font em {
    display: block;
}

.solufo2-ul li:hover .solufo2-icon img {
    transform: translateY(-63px);
}

.solufo2-ul li:hover .solufo2-font {
    color: #0069c2;
}

.soluinfo-three {
    padding: 72px 0 60px;
}

.solufo3-tit {}

.solufo3-mo {
    padding-top: 0;
}

.solufo3-con {
    margin-top: 40px;
}

.solufo3-ul {
    margin: -30px -15px 0;
}

.solufo3-ul li {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin-top: 30px;
}

.solufo3-a {
    display: block;
}

.solufo3-pic {
    overflow: hidden;
    position: relative;
    background: #eaeaea;
}

.solufo3-pic img {
    transition: ease .8s;
}

.solufo3-font {
    padding-top: 24px;
    padding-bottom: 30px;
}

.solufo3-font h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-family: 'D-DIN-Bold';
    text-transform: uppercase;
    transition: ease .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.solufo3-font p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: rgba(51, 51, 51, .7);
    font-family: 'PingFang-Medium';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.solufo3-a:hover .solufo3-pic img {
    transform: scale(1.1);
}

.solufo3-a:hover .solufo3-font h4 {
    color: #0069c2;
    font-weight: bold;
}

.soluinfo-four {
    padding: 72px 0 80px;
}

.solufo4-con {
    margin-top: 40px;
}

.solufo4-ul {
    margin: -15px -0.5px 0;
}

.solufo4-ul li {
    float: left;
    width: 33.333%;
    padding: 0 0.5px;
    margin-top: 15px;
}

.solufo4-a {
    display: block;
}

.solufo4-pic {
    overflow: hidden;
    position: relative;
}

.solufo4-pic img {
    transition: ease .8s;
}

.solufo4-font {
    position: relative;
    padding: 25px;
}

.solufo4-font::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #0069c2;
    transition: ease .5s;
    bottom: 0;
    left: 0;
}

.solufo4-font h4 {
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Bold';
    transition: ease .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.solufo4-a:hover .solufo4-pic img {
    transform: scale(1.1);
}

.solufo4-a:hover .solufo4-font h4 {
    color: #fff;
}

.solufo4-a:hover .solufo4-font::before {
    height: 100%;
}

@media (max-width:1459px) {
    .solufo2-ul li {
        padding: 0 25px;
        margin-top: 50px;
    }

    .solufo2-ul {
        margin: -50px -25px 0;
    }

    .solufo2-icon {
        width: 52px;
        height: 52px;
    }

    .solufo2-ul li:hover .solufo2-icon img {
        transform: translateY(-52px);
    }

    .solufo2-font {
        margin-left: 52px;
        padding-top: 0;
    }

    .soluinfo-two,
    .soluinfo-four,
    .soluinfo-three {
        padding: 60px 0;
    }

    .solufo2-con {
        margin-top: 35px;
    }

    .solufo1-con {
        padding: 60px 0 60px 60px;
    }

    .solufo1-fonts {
        padding-top: 25px;
        margin-top: 25px;
    }

    .soluinfo-one .brand-tit::before {
        width: 46px;
        height: 46px;
    }

    .soluinfo-one .brand-tit {
        padding-top: 60px;
    }

    .solufo3-font h4 {
        font-size: 22px;
    }

    .solufo4-con,
    .solufo3-con {
        margin-top: 35px;
    }

    .solufo4-font {
        padding: 20px;
    }
}

@media (max-width:1259px) {
    .solufo1-fonts {
        padding-top: 18px;
        margin-top: 20px;
    }

    .solufo1-ul li {
        margin-top: 30px;
    }

    .solufo2-font {
        padding-left: 20px;
    }

    .solufo2-ul li {
        padding: 0 15px;
    }

    .solufo2-ul {
        margin: -50px -15px 0;
    }

    .solufo2-icon {
        width: 46px;
        height: 46px;
    }

    .solufo2-ul li:hover .solufo2-icon img {
        transform: translateY(-46px);
    }

    .solufo2-font {
        margin-left: 46px;
    }

    .solufo3-font h4 {
        font-size: 20px;
    }

    .solufo4-font {
        padding: 16px 15px;
    }
}

@media (max-width:991px) {
    .solufo1-ul li {
        margin-top: 18px;
    }

    .solufo3-ul li {
        padding: 0 10px;
    }

    .solufo3-ul {
        margin: -30px -10px 0;
    }

    .solufo2-ul li {
        width: 50%;
        margin-top: 32px;
    }

    .solufo2-ul {
        margin-top: -32px;
    }

    .solufo4-font h4 {
        font-size: 16px;
    }

    .solufo1-pics {
        position: relative;
        height: 600px;
        width: 100%;
    }

    .solufo1-pic {
        width: 100%;
    }

    .solufo1-con {
        float: none;
        width: 100%;
        padding: 30px 0 40px;
    }

    .soluinfo-one {
        padding: 50px 0 0;
    }

    .solufo1-left {
        padding: 0 15px;
    }

    .solufo2-ul li:nth-child(4) {
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .solufo1-pics {
        height: 400px;
    }

    .soluinfo-one .brand-tit::before {
        width: 38px;
        height: 38px;
    }

    .soluinfo-one .brand-tit {
        padding-top: 50px;
    }

    .solufo1-fonts {
        margin-top: 15px;
        padding-top: 15px;
    }

    .soluinfo-two,
    .soluinfo-four,
    .soluinfo-three {
        padding: 40px 0;
    }

    .soluinfo-one {
        padding: 40px 0 0;
    }

    .solufo2-ul li {
        width: 100%;
    }

    .solufo2-con,
    .solufo4-con,
    .solufo3-con {
        margin-top: 25px;
    }

    .soluinfo-four .brand-tit,
    .soluinfo-three .brand-tit {
        text-align: left;
    }

    .solufo3-mo {
        padding-top: 15px;
    }

    .solufo3-ul li {
        width: 50%;
    }

    .solufo4-ul li {
        width: 50%;
    }

    .solufo3-font h4 {
        font-size: 18px;
    }

    .solufo3-font {
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .solufo3-ul li {
        margin-top: 20px;
    }

    .solufo3-ul {
        margin-top: -20px;
    }
}

@media (max-width:640px) {
    .solufo1-pics {
        height: 240px;
    }

    .solufo3-ul li {
        width: 100%;
    }

    .solufo4-ul li {
        width: 100%;
    }
}

/* ===================== brand 品牌优势 ================== */
.brand {}

.brand-tit {
    text-align: center;
}

.brand-tit h {
    display: block;
    color: #333;
    font-size: 36px;
    line-height: 48px;
}

.brand-tit d {
    font-family: 'PingFang-Bold';
}

.brand-tit span {}

.brand-tit em,
.brand-dec em {
    color: #e60012;
}

.brand-dec {
    margin-top: 14px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Medium';
    text-align: center;
}

.brand-content {}

.brand-one {
    padding: 72px 0 80px;
}

.brand1-con {
    position: relative;
    margin-top: 45px;
}

.brand1-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 379px;
}

.brand1-picimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: -100%;
    top: 0;
}

.brand1-picimg.on {
    left: 0;
    right: 0;
}

.brand1-font {}

.brand1-ul {
    background: #e6eef6;
}

.brand1-ul li {
    padding: 63px 48px;
    float: left;
    width: 25%;
    position: relative;
    cursor: pointer;
    border-right: 1px solid rgba(7, 91, 162, .1);
}

.brand1-ul li:last-child {
    border: none;
}

.brand1-ul li::before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 0;
    height: 100%;
    background: #075ba2;
    left: 0;
    top: 0;
    transition: ease .5s;
}

.brand1-ul li.on {}

.brand1-ul li.on::before {
    width: 100%;
}

.brand1-ul li.on .brand1-txt h4,
.brand1-ul li.on .brand1-txt span {
    color: #fff;
}

.brand1-txt {
    position: relative;
}

.brand1-txt span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Medium';
}

.brand1-txt h4 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Medium';
}

.brand1-txt h4 em {
    font-size: 48px;
}

.brand1-txt h4 d {}

.brand-two {
    position: relative;
    padding: 94px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand-two .brand-tit h,
.brand-two .brand-dec {
    color: #fff;
}

.brand-two .brand-dec {
    margin-top: 18px;
}

.brand2-con {
    margin-top: 28px;
}

.brand2-dec {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.brand2-dec em {
    display: block;
}

.brand2-cont {
    padding: 0 240px;
    margin-top: 82px;
}

.brand2-ul {
    margin: 0 -40px;
}

.brand2-ul li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 40px;
}

.brand2-ul li a {
    display: block;
}

.brand2-pic {
    font-size: 0;
}

.brand2-pic img {
    display: inline-block;
}

.brand-three {}

.brand-three .brand-dec {
    font-family: 'PingFang-Bold';
}

.brand3-top {
    padding: 80px 0 74px;
}

.brand3-bot {
    margin: 0 -72px;
    padding: 77px 72px 80px;
}

.brand3-tit {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-family: 'PingFang-Bold';
}

.brand3-con {
    margin-top: 60px;
}

.brand3-ul {
    margin: -16px -8px 0;
}

.brand3-ul li {
    float: left;
    width: 33.33%;
    padding: 0 8px;
    margin-top: 16px;
}

.brand3-ul li>div {
    position: relative;
}

.brand3-pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 282px;
}

.brand3-bf {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    transition: ease .8s;
}

.brand3-ul li:hover .brand3-bf {
    transform: scale(1.1);
}

.brand3-font {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 25px 44px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: 'PingFang-Bold';
}

.brand-four {
    padding: 72px 0 80px;
}

.brand-four .brand-dec {
    font-size: 18px;
    font-family: 'PingFang-Bold';
}

.brand4-con {
    margin-top: 36px;
}

.brand4-ul {}

.brand4-ul li {
    float: left;
    background: #ebebeb;
    width: 33.333%;
    transition: ease .6s;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.brand4-ul li:last-child {
    width: 66.666%;
}

.brand4-font {
    padding: 56px 74px 49px;
}

.brand4-icon {
    margin: 0 auto;
    overflow: hidden;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #075ba2;
    transition: ease .6s;
}

.brand4-icon img {
    display: inline-block;
    vertical-align: middle;
    transition: ease .6s;
}

.brand4-ul li:hover .brand4-icon img {
    transform: translateY(-42px);
}

.brand4-ul li:hover .brand4-icon {
    background-color: #fff;
}

.brand4-font h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Bold';
}

.brand4-p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    height: 60px;
}

.brand4-p span {}

.brand4-p em {
    color: #075ba2;
}

.brand4-ul li:hover {
    background: #075ba2;
}

.brand4-ul li:hover .brand4-font h3,
.brand4-ul li:hover .brand4-p,
.brand4-ul li:hover .brand4-p em {
    color: #fff;
}

@media (max-width:1919px) {
    .brand3-bot {
        margin: 0;
    }

    .brand2-cont {
        padding: 0 100px;
    }
}


@media (max-width:1459px) {
    .brand-tit h {
        font-size: 30px;
        line-height: 42px;
    }

    .brand-one,
    .brand3-top,
    .brand-four {
        padding: 60px 0;
    }

    .brand1-con {
        margin-top: 35px;
    }

    .brand1-txt h4 em {
        font-size: 28px;
    }

    .brand1-ul li {
        padding: 32px 30px;
    }

    .brand1-txt h4 {
        margin-top: 12px;
    }

    .brand1-pic {
        height: 268px;
    }

    .brand-dec,
    .brand-two .brand-dec {
        margin-top: 9px;
    }

    .brand2-con {
        margin-top: 16px;
    }

    .brand2-cont {
        padding: 0 80px;
        margin-top: 60px;
    }

    .brand2-ul li {
        padding: 0 25px;
    }

    .brand2-ul {
        margin: 0 -25px;
    }

    .brand-two {
        padding: 80px 0;
    }

    .brand3-tit {
        font-size: 26px;
        line-height: 30px;
    }

    .brand3-bot {
        padding: 60px 42px;
    }

    .brand3-con {
        margin-top: 35px;
    }

    .brand3-font {
        padding: 25px 20px;
    }

    .brand4-font {
        padding: 50px 40px;
    }

    .brand3-pic {
        height: 230px;
    }
}

@media (max-width:1259px) {
    .brand2-cont {
        padding: 0;
        margin-top: 30px;
    }

    .brand-tit h {
        font-size: 26px;
        line-height: 36px;
    }

    .brand1-ul li {
        padding: 30px 20px;
    }

    .brand1-txt h4 em {
        font-size: 24px;
    }

    .brand2-ul li {
        padding: 0 15px;
    }

    .brand2-ul {
        margin: 0 -15px;
    }

    .brand2-dec {
        font-size: 16px;
    }

    .brand-two {
        padding: 60px 0;
    }

    .brand1-txt h4 {
        margin-top: 8px;
    }

    .brand3-tit {
        font-size: 22px;
    }

    .brand3-pic {
        height: 200px;
    }

    .brand3-font {
        font-size: 16px;
        padding: 20px;
    }

    .brand4-ul li {
        width: 50%;
    }

    .brand4-ul li:last-child {
        width: 100%;
    }
}

@media (max-width:991px) {
    .brand3-pic {
        height: 180px;
    }

    .brand-tit h {
        font-size: 24px;
        line-height: 34px;
    }

    .brand1-txt h4 em {
        font-size: 20px;
    }

    .brand1-pic {
        height: 200px;
    }

    .brand2-ul li {
        width: 25%;
        margin-top: 20px;
    }

    .brand2-ul {
        margin-top: -20px;
    }

    .brand1-ul li {
        padding: 28px 13px;
    }

    .brand3-top {
        padding: 60px 0 40px;
    }

    .brand3-tit {
        font-size: 20px;
    }

    .brand3-bot {
        padding: 50px 20px;
    }

    .brand-four .brand-dec {
        font-size: 16px;
    }

    .brand4-font {
        padding: 40px 30px;
    }
}

@media (max-width:767px) {

    .brand-one,
    .brand3-top,
    .brand-four {
        padding: 40px 0;
    }

    .brand-tit h {
        font-size: 22px;
        line-height: 32px;
    }

    .brand1-con,
    .brand2-cont,
    .brand3-con,
    .brand4-con {
        margin-top: 20px;
    }

    .brand1-ul li,
    .brand1-ul li:last-child {
        width: 50%;
        border-top: 1px solid rgba(7, 91, 162, .1);
    }

    .brand1-ul li:nth-child(1),
    .brand1-ul li:nth-child(2) {
        border-top: none;
    }

    .brand1-txt h4 em {
        font-size: 18px;
    }

    .brand-two {
        padding: 40px 0;
    }

    .brand2-ul li {
        width: 33.333%;
    }

    .brand3-top {
        padding: 40px 0 30px;
    }

    .brand3-bot {
        padding: 40px 15px;
    }

    .brand3-font {
        padding: 15px;
    }

    .brand3-pic {
        height: 160px;
    }

    .brand3-ul li {
        width: 50%;
    }

    .brand4-ul li {
        width: 100%;
    }

    .brand4-font h3 {
        font-size: 16px;
    }

    .brand4-p {
        font-size: 14px;
        line-height: 24px;
        height: auto;
    }

    .brand4-font {
        padding: 30px 20px;
    }

    .brand1-ul li:nth-child(even) {
        border-right: none;
    }
}

@media (max-width: 640px) {
    .brand3-ul li {
        width: 100%;
    }

    .brand2-ul li {
        width: 50%;
    }
}

/* =================== 产品列表 product ====================== */
.product {}

.product-content {
    padding: 80px 0 73px;
}

.product-one {}

.pro1-con {
    position: relative;
}

.pro1-ul {
    margin: -20px -10px 0;
}

.pro1-ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
}

.pro1-a {
    display: block;
    position: relative;
    background: #f6f6f6;
    height: 460px;
    line-height: 460px;
    font-size: 0;
}

.pro1-a>span {
    display: block;
    position: absolute;
    padding: 5px 14px;
    font-size: 16px;
    line-height: 30px;
    left: 0;
    top: 0;
    color: #fff;
}

.pro1-a>span.pro-hot {
    background: #184088;
}

.pro1-a>span.pro-new {
    background: #3755ed;
}

.pro1-pic {
    font-size: 0;
    padding: 0 25px;
    text-align: center;
    float: right;
    width: 50%;
    height: 460px;
    line-height: 460px;
    position: relative;
}

.pro1-pic img {
    display: inline-block;
    vertical-align: middle;
    transition: ease .8s;
    max-height: 70%;
}

.pro1-font {
    width: 50%;
    margin-right: 0;
    padding-left: 65px;
    display: inline-block;
    vertical-align: middle;
}

.pro1-p {
    max-height: 90px;
    margin-top: 24px;
}

.pro1-a h3 {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    font-family: "Arial";
    transition: ease .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro1-a p {
    font-size: 16px;
    line-height: 30px;
    color: #888;
    word-break: break-all;
}

.pro1-a:hover .pro1-pic img {
    transform: scale(1.1);
}

.pro1-a:hover h3 {
    color: #3755ed;
}

.product-two {
    padding: 71px 0 0;
}

.pro2-nav {}

.pro2-navul {
    font-size: 0;
    margin: 0 -39px;
}

.pro2-navul li {
    display: inline-block;
    margin: 0 39px;
}

.pro2-navul li a {
    padding-bottom: 0;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #999;
    border-bottom: 1px solid transparent;
}

.pro2-navul li.on a {
    color: #e37712;
    border-color: #e37712;
}

.pro2-navul li a:hover {
    color: #e37712;
}

.pro2-con {
    margin-top: 45px;
}

.pro2-ul {
    margin: -26px -15px 0;
    font-size: 0;
}

.pro2-ul li {
    margin-top: 26px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
}

.pro2-a {
    display: block;
}

.pro2-pic {
    overflow: hidden;
    background: #f6f6f6;
}

.pro2-pic img {
    display: inline-block;
    transition: ease .8s;
}

.pro2-a:hover .pro2-pic img {
    transform: scale(1.1);
}

.pro2-a:hover .pro2-font {
    color: #3755ed;
}

.pro2-font {
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 30px;
    color: #333;
}

.pro2-font h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro-page {
    margin-top: 39px;
    font-size: 0;
    text-align: center;
}

.pro-page a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #b9b9b9;
}

.pro-page em {
    margin-left: 10px;
}

@media (max-width: 1679px) {
    .pro2-navul li a {
        padding-bottom: 0;
    }
}

@media (max-width: 1459px) {
    .product-content {
        padding: 60px 0;
    }

    .pro1-font {
        padding-left: 40px;
    }

    .pro1-a h3 {
        font-size: 26px;
    }

    .pro1-a,
    .pro1-pic {
        height: 400px;
        line-height: 400px;
    }

    .pro2-navul {
        margin: 0 -30px;
    }

    .pro2-navul li {
        margin: 0 30px;
    }

    .pro2-navul li a {
        padding-bottom: 0;
        font-size: 18px;
    }

    .product-two {
        padding: 60px 0 0;
    }

    .pro2-font {
        font-size: 20px;
    }

    .pro-page {
        margin-top: 30px;
    }
}

@media (max-width: 1259px) {
    .pro2-ul li {
        padding: 0 10px;
    }

    .pro2-ul {
        margin: -26px -10px 0;
    }

    .pro2-font {
        font-size: 18px;
    }

    .pro1-a h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .pro1-ul li {
        width: 100%;
    }

    .pro1-a,
    .pro1-pic {
        height: 300px;
        line-height: 300px;
    }

    .pro1-pic img {
        max-height: 75%;
    }

    .pro2-navul li a {
        padding-bottom: 0;
        font-size: 16px;
    }

    .pro1-p {
        margin-top: 15px;
    }

    .pro2-navul {
        margin: 0 -20px;
    }

    .pro2-navul li {
        margin: 0 20px;
    }

    .pro1-a>span {
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media (max-width: 991px) {
    .pro2-ul li {
        width: 50%;
    }

    .breadcon a {
        font-size: 14px;
        margin-left: 0;
    }

    .pro2-con {
        margin: 30px 0 0;
    }
}

@media (max-width: 767px) {
    .pro2-font {
        font-size: 16px;
    }

    .pro2-navul li a {
        font-size: 16px;
    }

    .pro2-navul li {
        margin: 0 20px;
    }

    .pro2-navul {
        margin: 0 -20px;
    }

    .pro2-nav {
        display: none;
    }

    .pro2-con {
        margin-top: 0;
    }

    .product-content {
        padding: 40px 0;
    }

    .pro1-a h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .pro1-a p {
        font-size: 14px;
        line-height: 26px;
    }

    .product-two {
        padding: 40px 0 0;
    }

    .pro1-a,
    .pro1-pic {
        height: 240px;
        line-height: 240px;
    }

    .pro2-con {
        margin: 0 0;
    }
}

@media (max-width: 640px) {
    .pro1-a h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .pro2-ul li {
        width: 100%;
    }

    .pro1-pic {
        padding: 0 10%;
        float: none;
        width: 100%;
        height: 200px;
        line-height: normal;
    }

    .pro1-pic img {
        max-height: 100%;
    }

    .pro1-a {
        padding: 40px 0 25px;
        height: auto;
        line-height: normal;
    }

    .pro1-font {
        padding: 20px 20px 0;
        display: block;
        width: 100%;
    }

    .pro1-a>span {
        padding: 3px 10px;
    }

    .pro1-p {
        max-height: none;
        height: auto;
    }

    .pro2-font {
        margin: 12px 0 0;
    }

    .pro-page {
        margin-top: 25px;
    }
}

@media (max-width: 320px) {}

/* =================== 产品详情 proinfo ====================== */
.proinfo {}

.pri-tit {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.pri-tit span {
    display: inline;
}

.pri-tit em {
    display: inline;
    font-family: 'EUCLIDSQUARE-SEMIBOLD';
}

.pri-dec {
    margin: 9px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    text-align: center;
}

.pri-dec em {
    display: block;
}

.proinfo-content {}

.proinfo-one {
    position: relative;
    padding: 80px 0 73px;
}

.proinfo-one::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 46%;
    background: #1f32ae;
    bottom: 0;
    left: 0;
}

.pri1-con {
    position: relative;
}

.pri1-tag {
    font-size: 0;
    text-align: center;
}

.pri1-tag span {
    padding: 1px 10px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    background: #282828;
}

.pri1-con>h3 {
    margin-top: 11px;
}

.pri1-ul {
    margin-top: 52px;
}

.pri1-ul ul {
    font-size: 0;
    text-align: center;
}

.pri1-ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 105px;
}

.pri1-ul li>div {}

.pri1-icon {
    display: inline-block;
    transition: ease .5s;
    width: 112px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.pri1-icon img {
    display: inline-block;
    vertical-align: middle;
}

.pri1-ul li:hover .pri1-icon {
    transform: translateY(-10px);
}

.pri1-ul li p {
    margin-top: 28px;
    font-size: 20px;
    line-height: 20px;
    color: #666;
}

.pri1-ul li:hover p {
    color: #3f71db;
}

.pri1-pic {
    margin-top: 75px;
    font-size: 0;
    text-align: center;
}

.pri1-pic img {
    display: inline-block;
}

.pri1-font {
    margin-top: 38px;
}

.pri1-font h4 {
    color: #fff;
}

.pri1-dec {
    margin-top: 10px;
    color: #fff;
}

.proinfo-two {}

.pri2-video {
    position: relative;
    width: 100%;
    height: 700px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pri2-video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(0, 0, 0, .26) url(../images/play-button.png)no-repeat center;
    background-size: 81px 81px;
}


.proinfo-three {
    padding: 72px 0 0px;
}

.pri3-con {
    margin-top: 56px;
}

.pri3-pic {
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.pri3-pic img {
    display: inline-block;
}

.proinfo-four {
    padding: 73px 0 73px;
}

.pri4-con {
    margin-top: 56px;
}

.pri4-pic {
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.pri4-pic img {
    display: inline-block;
}

.pri4-mo {
    margin-top: 23px;
    font-size: 0;
    text-align: center;
}

.pri4-mo>a {
    padding-left: 24px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    position: relative;
}

.pri4-mo>a::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 16px;
    background: url(../images/pri4-mo.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.proinfo-five {
    padding: 75px 0 83px;
}

.pricase-tit {}

.pricase-tit span:last-child {
    position: relative;
    padding-right: 50px;
    background: url(../images/pricase-tit.png)no-repeat right center;
    background-size: 41px 21px;
}

.pri5-con {
    margin-top: 28px;
}

.pri5-swip {
    position: relative;
    padding-bottom: 76px;
}

.pri5-slide {
    display: block;
    position: relative;
    overflow: hidden;
}

.pri5-pic {
    overflow: hidden;
}

.pri5-pic img {
    transition: ease .8s;
    width: 100%;
}

.pri5-font {
    padding: 21px 15px;
    position: absolute;
    left: 0;
    bottom: -100%;
    background: linear-gradient(to top, #030b38, transparent);
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: ease .8s;
}

.pri5-slide:hover .pri5-font {
    bottom: 0;
}

.pri5-swip .swiper-pagination {
    display: none;
    width: 100%;
    bottom: 0;
    height: 8px;
}

.pri5-swip .swiper-pagination-bullet {
    margin: 0 5px;
    vertical-align: top;
}

.pri5-swip .swiper-button-next,
.pri5-swip .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 63px;
    height: 12px;
    background: url(../images/pri5-right.png)no-repeat center;
    background-size: 100% 100%;
    transition: ease .5s;
}

.pri5-swip .swiper-button-next:hover,
.pri5-swip .swiper-button-prev:hover {
    background-image: url(../images/pri5-righta.png);
}

.pri5-swip .swiper-button-prev {
    transform: rotate(180deg);
}

.pri5-swip .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 31px;
}

.pri5-swip .swiper-button-prev {
    left: 50%;
    margin-left: -98px;
}

.proinfo-six {
    padding: 74px 0 89px;
}

.proinfo-six .pri-tit,
.proinfo-six .pri-dec {
    text-align: left;
}

.proinfo-six .pri-dec {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
}

.pri6-con {
    margin-top: 44px;
}

.proinfo-seven {
    padding: 55px 0 51px;
    background: #3f71db;
    position: relative;
}

.pri7-con {}

.pri7-left {
    float: left;
    max-width: 60%;
}

.pri7-tit {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.pri7-dec {
    margin-top: 2px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}

.pri7-right {
    float: right;
    max-width: 40%;
    padding-top: 5px;
}

.pri7-ema {
    padding: 12px 51px;
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    font-family: 'EUCLIDSQUARE-REGULAR';
    border: 1px solid rgba(255, 255, 255, .3);
}

@media (max-width: 1680px) {}

@media (max-width: 1459px) {
    .pri-tit {
        font-size: 26px;
        line-height: 30px;
    }

    .pri-dec {
        font-size: 16px;
    }

    .pri1-tag span,
    .pri1-ul li p {
        font-size: 18px;
    }

    .proinfo-one,
    .proinfo-four,
    .proinfo-five,
    .proinfo-six {
        padding: 60px 0;
    }

    .pri1-ul {
        margin-top: 40px;
    }

    .pri1-ul li {
        padding: 0 80px;
    }

    .pri1-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .pri1-ul li p {
        margin-top: 15px;
    }

    .pri1-pic {
        margin-top: 60px;
        padding: 0 16%;
    }

    .pri2-video {
        height: 600px;
    }

    .pri2-video::before {
        background-size: 70px 70px;
    }

    .proinfo-three {
        padding: 60px 0 0;
    }

    .pri3-con,
    .pri4-con,
    .pri6-con {
        margin-top: 35px;
    }

    .pri5-swip {
        padding-bottom: 60px;
    }

    .pri5-swip .swiper-button-next,
    .pri5-swip .swiper-button-prev {
        width: 50px;
        height: 10px;
    }

    .pri5-font {
        font-size: 20px;
        padding: 16px 15px;
    }

    .pri5-swip .swiper-button-next {
        margin-left: 25px;
    }

    .pri5-swip .swiper-button-prev {
        margin-left: -75px;
    }

    .proinfo-six .pri-dec {
        margin-top: 10px;
    }

    .pri7-ema {
        font-size: 20px;
        padding: 8px 40px;
    }
}

@media (max-width: 1259px) {
    .breadcon a {
        font-size: 14px;
    }

    .pri1-tag span,
    .pri1-ul li p {
        font-size: 16px;
    }

    .pri-tit {
        font-size: 24px;
    }

    .pri2-video {
        height: 520px;
    }

    .proinfo-seven {
        padding: 45px 0;
    }

    .pri2-video::before {
        background-size: 65px 65px;
    }

    .pri5-font {
        font-size: 18px;
        padding: 12px 15px;
    }

    .pri7-tit {
        font-size: 22px;
    }

    .pri7-dec {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .pri1-ul li {
        padding: 0 40px;
    }

    .pri1-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        padding: 0 20px;
    }

    .pri1-pic {
        margin-top: 40px;
        padding: 0 12%;
    }

    .pri1-font {
        margin-top: 30px;
    }

    .pri-tit {
        font-size: 22px;
    }

    .pri2-video {
        height: 400px;
    }

    .pri2-video::before {
        background-size: 60px 60px;
    }

    .pri5-swip {
        padding-bottom: 45px;
    }

    .pri7-ema {
        font-size: 18px;
        padding: 6px 30px;
    }

    .pri7-tit {
        font-size: 20px;
    }

    .proinfo-seven {
        padding: 40px 0;
    }

    .pricase-tit span:last-child {
        background-size: 30px 15px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {

    .proinfo-one,
    .proinfo-four,
    .proinfo-five,
    .proinfo-six {
        padding: 40px 0;
    }

    .pri5-swip .swiper-button-next,
    .pri5-swip .swiper-button-prev {
        display: none;
    }

    .pri5-swip .swiper-pagination {
        display: block;
    }

    .pri5-swip {
        padding-bottom: 30px;
    }

    .pri5-font {
        bottom: 0;
        font-size: 16px;
    }

    .pri5-con,
    .pri3-con,
    .pri4-con,
    .pri6-con {
        margin-top: 20px;
    }

    .pri7-left,
    .pri7-right {
        float: none;
        width: 100%;
        max-width: none;
    }

    .pri7-right {
        margin-top: 12px;
    }

    .pri7-ema {
        font-size: 16px;
        padding: 4px 20px;
    }

    .proinfo-seven {
        padding: 30px 0 40px;
    }

    .pri-dec em {
        display: inline;
    }

    .pri1-dec,
    .pri-dec {
        margin-top: 6px;
    }

    .pri1-ul li {
        padding: 0 20px;
    }

    .pri1-icon {
        width: 82px;
        height: 82px;
        line-height: 82px;
        padding: 0 20px;
    }

    .pri1-ul {
        margin-top: 20px;
    }

    .pri4-mo {
        margin-top: 16px;
    }

    .pri2-video {
        height: 320px;
    }

    .pri2-video::before {
        background-size: 50px 50px;
    }
}

@media (max-width: 640px) {
    .pri1-ul li {
        padding: 0 10px;
    }

    .pri1-tag span,
    .pri1-ul li p {
        font-size: 14px;
    }

    .pri1-ul li p {
        margin-top: 10px;
    }

    .pri2-video {
        height: 240px;
    }

    .pri2-video::before {
        background-size: 42px 42px;
    }
}

@media (max-width: 320px) {
    .pri1-ul li {
        padding: 0 7px;
    }

    .pri1-icon {
        width: 72px;
        height: 72px;
        line-height: 72px;
        padding: 0 20px;
    }
}

/* ====================== problem 常见问题 ==================== */
.problem {}

.problem-content {}

.problem-one {
    padding: 34px 0 73px;
}

.problem-navul {}

.problem-tit {
    text-align: left;
    margin-top: 67px;
}

.problem1-con {
    margin-top: 65px;
}

.problem1-ul {
    width: 72%;
    margin-top: 0;
    background: transparent;
    height: auto;
    padding: 0;
}

.problem1-ul li {
    padding: 0;
    margin-top: 50px;
}

.problem1-ul li:first-child {
    margin-top: 0;
}

.problem1-ul li>a {
    display: block;
}

.problem1-q {
    padding-bottom: 23px;
    border-bottom: 1px solid #e7e7e7;
}

.problem1-ul li h5 {
    position: relative;
    padding-left: 50px;
    font-size: 22px;
    line-height: 30px;
    color: #333;
}

.problem1-ul li p {
    margin-top: 15px;
    position: relative;
    padding-left: 51px;
    font-size: 16px;
    line-height: 28px;
    color: #888;
}

.problem1-ul li h5::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    background: url(../images/problem-q.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 3px;
}

.problem1-ul li p::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/problem-a.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 3px;
}

.problem1-ul li:hover h5 {
    color: #3f71db;
}

.problem-page {
    margin-top: 35px;
}

@media (max-width: 1459px) {
    .problem-tit {
        margin-top: 50px;
    }

    .problem1-con {
        margin-top: 45px;
    }

    .problem1-ul li h5 {
        font-size: 20px;
    }

    .problem1-ul li {
        margin-top: 40px;
    }

    .problem1-ul li h5::before {
        top: 0;
    }

    .problem1-ul {
        width: 84%;
    }

    .problem-one {
        padding: 34px 0 60px;
    }

    .problem-page {
        margin-top: 30px;
    }
}

@media (max-width: 1259px) {
    .problem-tit {
        margin-top: 40px;
    }

    .problem1-con {
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    .problem1-ul {
        width: 100%;
    }

    .problem1-q {
        padding-bottom: 10px;
    }

    .problem1-ul li h5 {
        font-size: 18px;
    }

    .problem1-ul li p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .problem1-ul li p::before {
        width: 26px;
        height: 26px;
    }

    .problem1-ul li h5::before {
        top: 3px;
        width: 25px;
        height: 25px;
    }

    .problem1-ul li h5 {
        padding-left: 40px;
    }

    .problem1-ul li p {
        padding-left: 41px;
    }

    .problem1-ul li {
        margin-top: 30px;
    }

    .problem-page {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .problem-one {
        padding: 30px 0 40px;
    }

    .problem-tit {
        margin-top: 0;
    }

    .problem1-con {
        margin-top: 20px;
    }

    .problem1-ul li h5 {
        font-size: 16px;
        padding-left: 31px;
    }

    .problem1-ul li p::before {
        width: 22px;
        height: 22px;
    }

    .problem1-ul li h5::before {
        top: 3px;
        width: 21px;
        height: 21px;
    }

    .problem1-ul li p {
        padding-left: 32px;
    }

    .problem1-ul li {
        margin-top: 20px;
    }
}

/* ================== solution 解决方案 =============== */
.solution {}

.solution-content {}

.solution-one {
    padding: 19px 0;
}

.solu1-con {}

.solu1-ul {}

.solu1-ul li {
    position: relative;
    padding: 61px 0;
}

.solu1-ul li::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #f6f6f6;
    transition: ease 1s;
    left: 0%;
    top: 0;
    /* transform: translateX(-50%); */
}

.solu1-ul li:hover::before {
    width: 100%;
}

.solu1-a {
    display: block;
}

.solu1-pic {
    float: left;
    width: 520px;
    height: 386px;
    position: relative;
    overflow: hidden;
}

.solu1-pic>img {
    display: none;
}

.solu1-bf {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .8s;
}

.solu1-font {
    margin-left: 520px;
    position: relative;
    padding: 66px 0;
}

.solu1-font>div {
    padding-left: 60px;
}

.solu1-font h3 {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: ease .5s;
}

.solu1-font p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.solu1-p {
    /* max-height: 96px; */
    max-height: 155px;
    margin: 19px 0 0;
}

.solu1-mo {
    /* margin: 86px 0 0; */
    margin: 50px 0 0;
    width: 63px;
    height: 12px;
    background: url(../images/pri5-right.png)no-repeat center;
    background-size: 100% 100%;
    transition: ease .5s;
}

.solu1-ul li:hover .solu1-mo {
    background-image: url(../images/pri5-righta.png);
    transform: translateX(10px);
}

.solu1-ul li:hover .solu1-bf {
    transform: scale(1.1);
}

.solu1-ul li:hover .solu1-font h3 {
    color: #184088;
    font-weight: bold;
}

@media (max-width:1919px) {}

@media (max-width:1459px) {
    .solu1-pic {
        width: 460px;
        height: 340px;
    }

    .solu1-font {
        margin-left: 460px;
        padding: 43px 0;
    }

    .solu1-font h3 {
        font-size: 26px;
    }

    .solu1-ul li {
        padding: 45px 0;
    }

    .solu1-font>div {
        padding-left: 50px;
    }
}

@media (max-width:1259px) {
    .solu1-pic {
        width: 400px;
        height: 297px;
    }

    .solu1-font {
        margin-left: 400px;
        padding: 21px 0;
    }

    .solu1-font h3 {
        font-size: 22px;
    }

    .solu1-ul li {
        padding: 40px 0;
    }

    .solu1-font>div {
        padding-left: 50px;
    }

    .solu1-mo {
        margin: 50px 0 0;
    }

    .solu1-p {
        max-height: 128px;
    }
}

@media (max-width:991px) {
    .solu1-pic {
        width: 300px;
        height: 223px;
    }

    .solu1-font {
        margin-left: 300px;
        padding: 0;
    }

    .solu1-font h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .solu1-font>div {
        padding-left: 30px;
    }

    .solu1-mo {
        margin: 30px 0 0;
        width: 50px;
        height: 10px;
    }

    .solu1-p {
        max-height: 96px;
        margin: 10px 0 0;
    }
}

@media (max-width:767px) {
    .solu1-pic {
        width: 240px;
        height: 178px;
    }

    .solu1-font {
        margin-left: 240px;
    }

    .solu1-font h3 {
        font-size: 18px;
    }

    .solu1-font>div {
        padding-left: 25px;
    }

    .solu1-mo {
        margin: 25px 0 0;
    }

    .solu1-p {
        max-height: 78px;
        margin: 6px 0 0;
    }

    .solu1-font p {
        font-size: 14px;
        line-height: 26px;
    }

    .solu1-ul li {
        padding: 30px 0;
    }
}

@media (max-width:640px) {
    .solu1-pic {
        width: 100%;
        float: none;
        font-size: 0;
        height: auto;
    }

    .solu1-font {
        margin-left: 0;
    }

    .solu1-font h3 {
        font-size: 16px;
    }

    .solu1-font>div {
        padding: 20px 0 0;
    }

    .solu1-mo {
        margin: 20px 0 0;
        display: none;
    }

    .solu1-p {
        max-height: none;
        height: auto;
        padding: 0;
    }

    .solu1-ul li {
        padding: 25px 0;
    }

    .solu1-bf {
        display: none;
    }

    .solu1-pic img {
        display: inline-block;
        width: 100%;
    }

    .solu1-ul li::before {
        display: none;
    }

    .solu1-ul li {
        padding: 0;
        margin-top: 30px;
    }

    .solu1-ul li:first-child {
        margin-top: 0;
    }

    .solu1-font h3 {
        color: #184088;
        font-weight: bold;
    }

    .solution-one {
        padding: 40px 0;
    }
}

/* =========================== 技术研发 ================== */
.research {}

.research-dec {
    margin: 11px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: center;
}

.research-content {}

.research-nav {
    padding: 35px 0 0;
}

.research-one {
    padding: 67px 0 80px;
}

.research-one .pri-tit,
.research-one .research-dec {
    text-align: left;
}

.research1-con {
    margin-top: 24px;
}

.research1-ul {
    margin: -30px -15px 0;
    font-size: 0;
}

.research1-ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 33.333%;
    padding: 0 15px;
    margin-top: 30px;
}

.research1-a {
    display: block;
}

.research1-pic {
    overflow: hidden;
    position: relative;
}

.research1-pic img {
    transition: ease .8s;
    width: 100%;
}

.research1-font {
    background: #f6f6f6;
    padding: 32px 20px 30px;
}

.research1-font>div {}

.research1-font h3 {
    font-size: 22px;
    line-height: 30px;
    color: #333;
}

.research1-font p {
    margin: 12px 0 0;
    height: 56px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.research1-ul li.research1-large {
    width: 66.666%;
}

.research1-ul li:hover .research1-pic img {
    transform: scale(1.1);
}

.research1-ul li:hover .research1-font h3 {
    color: #3f71db;
}

.research-two {
    padding: 73px 0 73px;
}

.research2-con {
    margin-top: 115px;
}

.research2-swip {
    position: relative;
}

.research2-slide {
    position: relative;
    padding-left: 35px;
}

.research2-slide::before {
    position: absolute;
    z-index: 3;
    content: "";
    width: 24px;
    height: 24px;
    background: #f6f6f6;
    border-radius: 50%;
    border: 4px solid #184088;
    top: 0;
    left: 0;
}

.research2-slide::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #184088, transparent);
    top: 0;
    left: 10px;
}

.research2-font {
    padding-bottom: 38px;
}

.research2-font span {
    display: block;
    font-size: 22px;
    line-height: 28px;
    color: #333;
    font-family: 'EUCLIDSQUARE-SEMIBOLD';
}

.research2-font h4 {
    font-size: 22px;
    line-height: 28px;
    color: #333;
}

.research2-font p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.research2-swip .swiper-button-next,
.research2-swip .swiper-button-prev {
    background: none;
    width: auto;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    color: #999;
    transition: ease .5s;
}

.research2-swip .swiper-button-next:hover,
.research2-swip .swiper-button-prev:hover {
    color: #184088;
}

.research2-swip .swiper-button-next {
    right: -41px;
}

.research2-swip .swiper-button-prev {
    left: -41px;
}

.research2-swip .swiper-pagination {
    display: none;
    width: 100%;
    bottom: 0;
    height: 8px;
}

.research2-swip .swiper-pagination-bullet {
    margin: 0 5px;
}

.research2-swip .swiper-pagination-bullet-active {
    background-color: #184088;
}

.research2-slide:hover .research2-font h4 {
    color: #3f71db;
}

.research-three {
    padding: 75px 0 0;
}

.research-three .research-dec {
    margin-top: 20px;
}

.research3-con {
    margin-top: 27px;
}

.research3-ul {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    background: url(../images/research3-ba.png)no-repeat center;
    background-size: 100% 100%;
}

.research3-ul li {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    transition: ease .5s;
    font-size: 0;
    text-align: center;
    line-height: 140px;
}

.research3-a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.research3-bf {
    position: absolute;
    width: 0;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .5s;
    transform-origin: center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.research3-font {
    padding: 0 22px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.research3-font h3 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}

.research3-font h4 {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    font-family: 'EUCLIDSQUARE-SEMIBOLD';
}

.research3-font p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}

.research3-ul li.research3-red {
    background: #184088;
}

.research3-ul li.research3-blue {
    background: #3f71db;
}

.research3-ul li.research3-gray {
    background: #7d9fe7;
}

.research3-ul li:hover .research3-bf {
    width: 100%;
    height: 100%;
}

.research3-ul li:hover {
    box-shadow: 12px 12px 30px rgba(0, 0, 0, .4);
}

.research3-ul li:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.research3-ul li:nth-child(2) {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.research3-ul li:nth-child(3) {
    top: 160px;
    left: 12px;
}

.research3-ul li:nth-child(4) {
    top: 160px;
    right: 12px;
}

.research3-ul li:nth-child(5) {
    bottom: 44px;
    left: 94px;
}

.research3-ul li:nth-child(6) {
    bottom: 44px;
    right: 94px;
}

.research-four {
    padding: 80px 0 80px;
}

.research4-con {
    background: #f5f5f5;
    margin-top: 45px;
}

.research-four .pri-tit,
.research-four .research-dec {
    text-align: left;
}

@media (max-width:1919px) {
    .research2-swip .swiper-button-next {
        right: 0;
    }

    .research2-swip .swiper-button-prev {
        left: 0;
    }

    .research2-swip {
        padding: 0 40px;
    }
}

@media (max-width:1459px) {

    .research-one,
    .research-two,
    .research-four {
        padding: 60px 0;
    }

    .research1-font h3,
    .research2-font h4,
    .research2-font span,
    .research3-font h4,
    .research3-font h3 {
        font-size: 20px;
    }

    .research2-con {
        margin-top: 40px;
    }

    .research2-font {
        padding-bottom: 26px;
    }

    .research-three {
        padding: 60px 0 0;
    }

    .research-three .research-dec {
        margin-top: 10px;
    }
}

@media (max-width:1259px) {
    .research1-font {
        padding: 25px 20px;
    }

    .research1-font h3,
    .research2-font h4,
    .research2-font span,
    .research3-font h4,
    .research3-font h3 {
        font-size: 18px;
    }

    .research2-font {
        padding-bottom: 20px;
    }

    .research4-con {
        margin-top: 30px;
    }

    .research-nav {
        padding: 30px 0 0;
    }

    .research1-font p {
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .research1-ul li {
        padding: 0 10px;
        margin-top: 20px;
    }

    .research1-ul {
        margin: -20px -10px 0;
    }

    .research2-font p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 6px;
    }

    .research3-ul {
        width: 500px;
        height: 500px;
    }

    .research3-ul li {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }

    .research3-font p {
        font-size: 14px;
        line-height: 24px;
    }

    .research3-ul li:nth-child(4) {
        top: 138px;
        right: 10px;
    }

    .research3-ul li:nth-child(3) {
        top: 138px;
        left: 10px;
    }

    .research3-ul li:nth-child(6) {
        right: 75px;
    }

    .research3-ul li:nth-child(5) {
        left: 75px;
    }
}

@media (max-width:991px) {

    /* .research1-ul li:nth-child(1),.research1-ul li:nth-child(2),
.research1-ul li:nth-child(5){width: 50%;} */
    .research1-font p {
        height: 72px;
    }

    .research1-font {
        padding: 25px 15px;
    }

    .research2-con {
        margin-top: 30px;
    }
}

@media (max-width:767px) {

    .research-one,
    .research-two,
    .research-four {
        padding: 30px 0 40px;
    }

    .research-three {
        padding: 40px 0 0;
    }

    .research2-swip .swiper-button-next,
    .research2-swip .swiper-button-prev {
        display: none;
    }

    .research2-swip .swiper-pagination {
        display: block;
    }

    .research2-swip {
        padding: 0 0 30px;
    }

    .research2-con {
        margin-top: 20px;
    }

    .research2-font {
        padding-bottom: 5px;
    }

    .research1-font h3,
    .research2-font h4,
    .research2-font span,
    .research3-font h4,
    .research3-font h3 {
        font-size: 16px;
    }

    .research2-slide::before {
        width: 16px;
        height: 16px;
        border-width: 3px;
    }

    .research2-slide::after {
        width: 3px;
        left: 6px;
    }

    .research2-slide {
        padding-left: 24px;
    }

    .research1-ul li {
        width: 100%;
    }

    .research1-ul li:nth-child(4) {
        width: 100%;
    }

    .research1-font p {
        height: auto;
    }

    .research1-font {
        padding: 20px 12px;
    }

    .research-nav {
        padding: 0;
    }

    .research4-con,
    .research3-con {
        margin-top: 20px;
    }

    .research3-ul {
        font-size: 0;
        width: 100%;
        height: auto;
        background: none !important;
    }

    .research3-ul li {
        display: inline-block;
        height: auto;
        vertical-align: top;
        border-top: 1px solid rgba(255, 255, 255, .3);
        width: 50%;
        border-radius: 0;
        font-size: 0;
        text-align: center;
        position: static;
        transform: none !important;
    }

    .research3-font {
        padding: 0 10px;
    }

    .research3-a {
        width: 120px;
        height: 120px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 0;
    }

    .research3-bf {
        display: none;
    }

    .research3-ul li:hover {
        box-shadow: none;
    }

    .research3-ul li:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .research3-ul li:nth-child(1),
    .research3-ul li:nth-child(2) {
        border-top: none;
    }

    .research-dec {
        margin-top: 5px;
    }
}

@media (max-width:400px) {
    .research3-ul li {
        width: 100%;
        line-height: normal;
    }

    .research3-a {
        padding: 15px;
        width: auto;
        height: auto;
        border-radius: 0;
        line-height: normal;
    }
}

/* ======================= about 关于我们 ================ */
.about {}

.about-content {}

.about-tit {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #333;
    font-family: 'PingFang-Heavy';
}

.about-one {
    padding: 79px 0 76px;
}

.about1-con {}

.about1-top {}

.about1-top .pri-tit {
    float: left;
    width: 185px;
    text-align: left;
}

.abt-dec {
    margin-left: 185px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.abt-dec p {
    margin-bottom: 17px;
}

.abt-dec p:last-child {
    margin-bottom: 0;
}

.about1-bot {
    margin-top: 90px;
    padding: 0 245px;
}

.about1-botcon {
    position: relative;
}

.abt1-pics {
    font-size: 0;
    text-align: center;
}

.abt1-pic1,
.abt1-pic2 {
    display: inline-block;
    vertical-align: top;
    width: 131px;
    height: 508px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abt1-pic2 {
    animation-delay: 1s;
    margin-top: 62px;
    margin-left: -81px;
    position: relative;
}

.abt1-ul {
    padding-bottom: 99px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.abt1-ul ul {
    font-size: 0;
    text-align: left;
    margin: -97px -170px 0;
    overflow: hidden;
}

.abt1-ul li {
    margin-top: 97px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 170px;
}

.abt1-ul li>div {
    padding-bottom: 20px;
    display: block;
    max-width: 100%;
    text-align: left;
    border-bottom: 2px solid #ccc;
}

.abt1-ul li h3 {
    color: #000;
    font-size: 0;
}

.abt1-ul li h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 80px;
    line-height: 68px;
    font-family: 'EUCLIDSQUARE-LIGHT';
}

.abt1-ul li h3 em {
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    line-height: 60px;
}

.abt1-ul li h3 d {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 28px;
}

.abt1-ul li p {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}


.about-two {
    position: relative;
    padding: 0 0 146px;
}

.about2-con {
    position: relative;
}

.abt2-ba {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.abt2-font {}

.abt2-swip {
    height: 254px;
    overflow: hidden;
}

.abt2-swip .swiper-container {
    height: 254px;
    padding-bottom: 0px;
}

/* .abt2-swip .swiper-slide{height: 78px !important;} */
.abt2-a {
    height: 78px;
    display: block;
    text-align: center;
}

.abt2-a.on {}

.abt2-a h4 {
    font-size: 32px;
    line-height: 40px;
    color: rgba(255, 255, 255, .3);
    font-weight: bold;
}

.abt2-a p {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, .3);
}

.abt2-ba {
    height: 600px;
    margin: 0 auto;
    transition: ease 1s;
    transform-origin: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.abt2-fonts {
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.abt2-swip .swiper-slide-active .abt2-a h4,
.abt2-swip .swiper-slide-active .abt2-a p {
    color: #fff;
}

.abt2-swip .swiper-pagination {
    display: none;
    height: 8px;
    width: 100%;
    bottom: 0;
}

.abt2-swip .swiper-pagination-bullet {
    margin: 0 5px;
    vertical-align: top;
}

.abt2-swip .swiper-pagination-bullet-active {
    background-color: #fff;
}

.about-three {
    padding: 96px 0 52px;
    position: relative;
    overflow: hidden;
}

.about-three .pri-tit {
    color: #fff;
    text-align: left;
    position: relative;
}

.abt3-bf,
.abt3-aft {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.abt3-aft {}

.abt3-bf::before {
    position: absolute;
    content: "";
    width: 654px;
    height: 654px;
    background: url(../images/abt3-circle.png)no-repeat center;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotaterotateZ 10s linear infinite;
}

.abt3-bf::after {
    position: absolute;
    content: "";
    width: 854px;
    height: 854px;
    background: url(../images/abt3-circle.png)no-repeat center;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotaterotateZ 15s linear alternate infinite;
}

.abt3-aft::before {
    position: absolute;
    content: "";
    width: 1254px;
    height: 1254px;
    background: url(../images/abt3-circle.png)no-repeat center;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotaterotateZ 16s linear infinite;
}

.abt3-aft::after {
    position: absolute;
    content: "";
    width: 1654px;
    height: 1654px;
    background: url(../images/abt3-circle.png)no-repeat center;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotaterotateZ 20s linear alternate infinite;
}

.about3-con {
    margin-top: 81px;
    position: relative;
}

.abt3-swip {
    position: relative;
}

.abth-top h4 {
    font-family: 'EUCLIDSQUARE-SEMIBOLD';
    color: #fff;
    font-size: 48px;
    line-height: 50px;
}

.abth-top p {
    margin-top: 14px;
    line-height: 28px;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    height: auto;
    margin-bottom: 0;
}

.abt3-pic {
    margin-top: 25px;
    text-align: left;
    transition: ease .5s;
}

.abth-top img {
    display: inline-block;
    max-width: 100%;
}

.abth-top {
    overflow: hidden;
    width: 100%;
}

.abth-top .swiper-slide {
    padding-right: 0px;
    opacity: 0.2;
}

.abth-top .swiper-slide .abt3-pic {
    opacity: 0;
}

.abth-top .swiper-slide-active .abt3-pic {
    opacity: 1;
}

.abth-top .swiper-slide-active {
    opacity: 1;
}

.abth-bot {
    margin: 113px 0 0;
    padding: 0 100px 0;
    position: relative;
    overflow: hidden;
}

.abth-bot h4 {
    font-family: "hel";
    color: #fff;
    font-size: 34px;
}

.abth-bot .swiper-slide {
    position: relative;
    padding-top: 16px;
}

.abth-bot .abth-line::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 22%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #d1d1d1;
    border-radius: 50%;
    z-index: 1;
}

.abth-bot .abth-line::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 22%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    opacity: 0;
}

@-ms-keyframes scle3 {
    0 {
        transform: scale(0);
    }

    100% {
        transform: scale(1.3);
    }
}

@-webkit-keyframes scle3 {
    0 {
        transform: scale(0);
    }

    100% {
        transform: scale(1.3);
    }
}

.abth-bot .swiper-slide h4 {
    color: rgba(255, 255, 255, .3);
    padding-top: 26px;
    font-size: 32px;
    line-height: 40px;
    font-family: 'EUCLIDSQUARE-SEMIBOLD';
}

.abth-bot .swiper-slide-active h4 {
    color: #fff;
}

.abth-bot .swiper-slide-active .abth-line::before {
    opacity: 1;
    animation: scle3 2s linear infinite;
}

.abth-bot .swiper-button-next,
.abth-bot .swiper-button-prev {
    top: 9px;
    background: none;
    color: #fff;
    font-weight: bold;
    width: auto;
    height: auto;
    margin-top: 0;
}

.abth-bot .swiper-pagination {
    bottom: 0;
    display: none;
    width: 100%;
    height: 8px;
}

.abth-bot .swiper-pagination-bullet {
    margin: 0 5px;
    vertical-align: top;
}

.abth-bot .swiper-pagination-bullet-active {
    background-color: #fff;
}

.abth-line {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
}

.abth-bot .swiper-button-prev {
    left: 54px;
}

.abth-bot .swiper-button-next {
    right: 54px;
}

.about-four {
    padding: 70px 0 80px;
}

.about4-con {
    margin-top: 40px;
}

.about-four .pri-tit {
    text-align: left;
}

.abt4-swip {}

.about-five {
    padding: 0 0 92px;
}

.about-five .pri-tit {
    text-align: left;
}

.about5-con {
    margin-top: 59px;
}

.abt5-swip {
    position: relative;
}

.abt5-swip .swiper-container-horizontal>.swiper-scrollbar {
    opacity: 1 !important;
    background: #e0e0e0;
    width: 100%;
    left: 0;
    bottom: 0;
}

.abt5-swip .swiper-scrollbar-drag {
    background: #184088;
}

.abt5-swip .swiper-container {
    padding-right: 200px;
    padding-bottom: 60px;
}

.abt5-slide {
    display: block;
    position: relative;
    padding: 40px 32px;
    background: #f9f9f9;
}

.abt5-pic {
    float: right;
    font-size: 0;
    width: 204px;
}

.abt5-pic img {
    display: inline-block;
}

.abt5-font {
    margin-right: 204px;
}

.abt5-font span {
    margin-top: -7px;
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #333;
    font-family: 'EUCLIDSQUARE-SEMIBOLD';
}

.abt5-font p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.abt5-p {
    position: absolute;
    max-height: 110px;
    left: 0;
    bottom: 0;
    padding: 0 0 54px 32px;
    width: 50%;
}

.abt5-swip .swiper-pagination {
    display: none;
    width: 100%;
    bottom: 0;
    height: 8px;
}

.abt5-swip .swiper-pagination-bullet {
    margin: 0 5px;
    vertical-align: top;
}

.abt5-swip .swiper-pagination-bullet-active {
    background-color: #d30c2e;
}

@media (max-width:1919px) {}

@media (max-width:1459px) {

    .about-one,
    .about-three {
        padding: 60px 0;
    }

    .about-two,
    .about-five {
        padding: 0 0 60px;
    }

    .abt2-ba {
        height: 520px;
    }

    .abt1-ul li h3 span {
        font-size: 60px;
        line-height: 50px;
    }

    .abt1-ul li h3 em {
        font-size: 42px;
        line-height: 50px;
    }

    .abt1-ul li>div {
        padding-bottom: 14px;
    }

    .abt1-ul li {
        margin-top: 60px;
    }

    .abt1-ul ul {
        margin: -60px -170px 0;
    }

    .about1-bot {
        padding: 0 160px;
        margin-top: 50px;
    }

    .abt1-ul {
        padding-bottom: 50px;
    }

    .abt2-a h4,
    .abth-bot .swiper-slide h4,
    .abt5-font span {
        font-size: 26px;
        line-height: 30px;
    }

    .abth-top h4 {
        font-size: 40px;
        line-height: 42px;
    }

    .abth-bot {
        margin: 60px 0 0;
    }

    .about3-con {
        margin-top: 50px;
    }

    .about5-con {
        margin-top: 35px;
    }

    .abt5-slide {
        padding: 40px 25px;
    }

    .abt5-p {
        padding: 0 10px 54px 25px;
        width: 55%;
    }

    .abt5-pic {
        width: 180px;
    }

    .abt5-font {
        margin-right: 180px;
    }

    .abt5-swip .swiper-container {
        padding-bottom: 40px;
    }

    .about-four {
        padding: 60px 0;
    }

    .about4-con {
        margin-top: 35px;
    }
}

@media (max-width:1259px) {

    .abt2-ba {
        height: 480px;
    }

    .abt1-ul li h3 span {
        font-size: 50px;
        line-height: 40px;
    }

    .abt1-ul li h3 em {
        font-size: 30px;
        line-height: 40px;
    }

    .abt1-ul li>div {
        padding-bottom: 10px;
    }

    .abt1-ul li {
        margin-top: 40px;
    }

    .abt1-ul ul {
        margin: -40px -170px 0;
    }

    .about1-bot {
        padding: 0 100px;
        margin-top: 40px;
    }

    .abt1-ul {
        padding-bottom: 0px;
    }

    .abt2-a h4,
    .abth-bot .swiper-slide h4,
    .abt5-font span {
        font-size: 24px;
    }

    .abth-top h4 {
        font-size: 30px;
        line-height: 32px;
    }

    .about3-con {
        margin-top: 40px;
    }

    .abt5-p {
        padding: 0 5px 0 0;
        margin: 10px 0 0;
        width: auto;
        max-height: 140px;
        position: relative;
        bottom: auto;
        top: 0;
    }

    .abt5-pic {
        width: 160px;
    }

    .abt5-font {
        margin-right: 160px;
        padding: 30px 0;
    }

    .abt5-swip .swiper-container {
        padding-right: 0px;
    }

    .abth-bot,
    .abth-top {
        padding: 0 60px;
    }

    .abth-bot .swiper-button-prev {
        left: 0;
    }

    .abth-bot .swiper-button-next {
        right: 0;
    }

    .about1-top .pri-tit {
        width: 160px;
    }

    .abt-dec {
        margin-left: 160px;
    }
}

@media (max-width:991px) {
    .abt2-ba {
        height: 420px;
    }

    .abt1-ul li h3 span {
        font-size: 40px;
        line-height: 30px;
    }

    .abt1-ul li h3 em {
        font-size: 24px;
        line-height: 30px;
    }

    .abt1-ul li {
        padding: 0 100px;
    }

    .abt1-ul ul {
        margin: -40px -100px 0;
    }

    .about1-bot {
        padding: 0;
        margin-top: 30px;
    }

    .abt2-a h4,
    .abth-bot .swiper-slide h4,
    .abt5-font span {
        font-size: 22px;
    }

    .abth-top h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .about3-con,
    .about5-con {
        margin-top: 30px;
    }

    .about1-top .pri-tit {
        width: 100%;
        float: none;
    }

    .abt-dec {
        margin: 20px 0 0;
    }

    .abt-dec p {
        margin-bottom: 10px;
    }

    .abt1-pic1,
    .abt1-pic2 {
        width: 100px;
        height: 390px;
    }

    .abt2-a p {
        font-size: 18px;
        margin-top: 6px;
    }

    .abth-bot {
        margin: 30px 0 0;
    }

    .abt1-pic2 {
        margin-top: 40px;
        margin-left: -50px;
    }
}

@media (max-width:767px) {

    .about-two,
    .about-five {
        padding: 0 0 40px;
    }

    .about-one,
    .about-three {
        padding: 40px 0;
    }

    .abt-dec {
        margin: 12px 0 0;
        font-size: 14px;
        line-height: 26px;
    }

    .abt1-ul li h3 span {
        font-size: 30px;
        line-height: 30px;
    }

    .abt1-ul li h3 em {
        font-size: 20px;
        line-height: 30px;
    }

    .abt1-ul li>div {
        border-width: 1px;
    }

    .abt2-a h4,
    .abth-bot .swiper-slide h4,
    .abt5-font span {
        font-size: 20px;
    }

    .abt2-a p {
        font-size: 16px;
        margin-top: 0;
    }

    .abth-bot .swiper-button-next,
    .abth-bot .swiper-button-prev {
        display: none;
    }

    .abth-bot .swiper-pagination {
        display: block;
    }

    .abth-bot {
        padding: 0 0 30px;
    }

    .abth-top {
        padding: 0;
    }

    .abth-top p {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .abt3-pic {
        margin-top: 15px;
    }

    .abt5-swip .swiper-container-horizontal>.swiper-scrollbar {
        opacity: 0 !important;
    }

    .abt5-swip .swiper-pagination {
        display: block;
    }

    .abt5-swip .swiper-container {
        padding-bottom: 0;
    }

    .abt5-swip {
        padding: 0 0 30px;
    }

    .abth-bot .swiper-slide h4 {
        padding-top: 20px;
    }

    .abth-top h4 {
        font-size: 22px;
    }

    .about3-con,
    .about5-con {
        margin-top: 20px;
    }

    .abt2-ba {
        width: 100% !important;
        height: 300px;
    }

    .abt2-swip,
    .abt2-swip .swiper-container {
        height: auto;
    }

    .abt2-a {
        height: auto;
    }

    .abt2-swip {
        padding: 0 0 25px;
    }

    .abt2-swip .swiper-pagination {
        display: block;
    }

    .about-four {
        padding: 40px 0;
    }

    .about4-con {
        margin-top: 20px;
    }
}

@media (max-width:640px) {

    .abt2-a h4,
    .abth-bot .swiper-slide h4,
    .abt5-font span {
        font-size: 18px;
    }

    .abt5-pic {
        float: none;
        margin: 0 auto;
    }

    .abt5-font {
        margin: 30px 0 0;
        padding: 0;
        text-align: center;
    }

    .abt5-slide {
        padding: 30px 16px 25px;
    }

    .abt5-font p,
    .abt1-ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .abt1-ul li p {
        margin: 2px 0 0;
    }

    .abt5-p {
        margin: 5px 0 0;
    }

    .abth-bot .swiper-slide h4 {
        padding-top: 12px;
    }

    .abt2-ba {
        height: 240px;
    }

    .abt-dec {
        margin: 8px 0 0;
    }

    .abt1-ul {
        margin: 30px 0 0;
        position: relative;
        transform: none;
    }

    .abt1-ul li {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .abt1-ul ul {
        margin: 0;
    }

    .abt1-ul li:first-child {
        margin-top: 0;
    }

    .abt1-pic2 {
        margin-top: 30px;
        margin-left: -40px;
    }

    .abt1-pic1,
    .abt1-pic2 {
        width: 80px;
        height: 308px;
    }
}

/* =================== job 加入我们 ================= */
.job {}

.job-content {}

.job-one {}

.job1-con {}

.job-two {}

.job2-con {
    overflow-x: auto;
}

.job-con {
    width: 100%;
}

.join-s {
    margin-top: 0px;
}

.job-item {
    margin-top: 0px;
    border-bottom: 1px solid #dbdbdb;
}

.job-hea {
    border: none;
    padding: 23px 0px;
    padding-left: 0;
    cursor: pointer;
    transition: ease .5s;
    position: relative;
}

.job-le {
    float: none;
    width: 100%;
}

.job-le h3 {
    font-size: 0;
    margin-top: -5px;
    color: #777;
    margin-bottom: 0px;
    padding-right: 0;
}

.job-le h3 span {
    margin-top: 5px;
    min-width: 20%;
    padding-right: 10px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
}

.job-le p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.job-le p span {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.job-le p span:first-child {
    margin-left: 0;
}

.job-le p span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    right: -10px;
    top: 7px;
    background: #dcdcdc;
}

.job-le p span:last-child::before {
    display: none;
}

.job-ri {
    float: right;
    margin-top: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.job-ri i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #777;
    transition: ease .5s;
    position: relative;
}

.job-ri i::before,
.job-ri i::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background: #777;
    transform: translate(-50%, -50%);
}

.job-ri i::before {
    width: 14px;
    height: 2px;
}

.job-ri i::after {
    width: 2px;
    height: 14px;
}

.job-item.open {
    box-shadow: none;
}

.job-item.open .job-ri i {
    border-color: #777;
}

.job-item.open .job-ri i::before,
.job-item.open .job-ri i::after {
    background-color: #777;
}

.job-item.open .job-ri i::after {
    opacity: 0;
}

.job-item.open .job-ri i::before {
    width: 10px;
}

.job-item.open .job-hea {
    border: none;
    background: #f5f5f5;
    background-size: 100% 100%;
    background-position: center;
}

.job-item.open .job-le h3,
.job-item.open .job-le p {
    color: #d30c2e;
}

.job-item.open .job-le p span::before {
    background: #fff;
}

.job-cont {
    border: none;
    border-top: none;
    display: none;
    /* box-shadow: 0 0 13px rgba(0,0,0,.1); */
}

.job-item.open .job-cont {
    display: block;
}

.job-pad {
    padding: 40px 0;
}

.job-pad h4,
.job-pad h5 {
    font-size: 16px;
    line-height: 30px;
    color: #777;
}

.job-pad h4 {}

/* .job-p{margin-bottom: 50px;} */
.job-sub {
    margin-top: 55px;
    background: transparent;
    width: 160px;
    height: 52px;
    line-height: 52px;
}

.job-sub span {
    border-color: transparent;
}

.job-font {
    border-bottom: 1px solid #eee;
    padding-bottom: 32px;
    margin-bottom: 33px;
}

.job-font ul {
    margin: -4px -15px 0;
}

.job-font li {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 4px 0 0;
}

.job-font li span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.job-ema {
    font-size: 0;
    margin: 32px 0 0;
}

.job-ema em {
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    ;
}

.job-ema a {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #d30c2e;
    font-family: 'DIN-REGULAR';
}

.job-p {
    margin-top: 30px;
}

.job-item:first-child {
    margin-top: 0;
}

.job-mo {
    margin: 47px 0 0;
}

.job-one {
    padding: 58px 0 50px;
}

.job1-con {}

.job1-nav {}

.job1-li:first-child {
    margin-top: 0;
}

.job1-li {
    margin-top: 58px;
}

.job1-li>span {
    float: left;
    width: 98px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    position: relative;
}

.job1-li>span.job1-addr {
    padding-left: 20px;
    background: url(../images/job-addr.png)no-repeat left center;
    background-size: 14px 20px;
}

.job1-li>span.job1-category {
    padding-left: 23px;
    background: url(../images/job1-leib.png)no-repeat left center;
    background-size: 20px 20px;
}

.job1-rt {
    margin-left: 98px;
}

.job1-topa {
    font-size: 0;
    margin-top: -12px;
}

.job1-topa a {
    padding: 0 24px;
    margin: 12px 2px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    border-radius: 30px;
    transition: ease .5s;
}

.job1-topa a.on {
    color: #fff;
    background: #184088;
}

.job1-topa a:first-child {
    margin-left: 0;
}

.job1-topa a:last-child {
    margin-right: 0;
}

.job1-topa a:hover {
    color: #184088;
}

.job1-topb {
    margin-top: 14px;
}

.job1-topb a {
    margin: 10px 25px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    transition: ease .5s;
}

.job1-topb a.on,
.job1-topb a:hover {
    color: #184088;
}

.job1-topb a.on {
    border-bottom: 1px solid #184088;
}

.job1-topb a:first-child {
    margin-left: 0;
}

.job1-topb a:last-child {
    margin-right: 0;
}

.job1-search {
    margin-top: 77px;
}

.job1-search>div {
    width: 219px;
    border-bottom: 2px solid #184088;
}

.job1-search input {}

.job1-inp {
    width: 177px;
    font-size: 16px;
    line-height: 42px;
    color: #666;
}

.job1-inp::-webkit-input-placeholder {
    color: #999;
}

.job1-sub {
    float: right;
    cursor: pointer;
    width: 42px;
    height: 42px;
    color: transparent;
    background: url(../images/job-search.png)no-repeat center;
    background-size: 18px 18px;
}

.job2-top {
    background: #000;
    padding: 20px 0;
}

.job2-ul1 {
    font-size: 0;
}

.job2-ul1 li {
    display: inline-block;
    width: 17.6%;
    padding-left: 28px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

.job2-ul1 li:last-child {
    width: 12%;
}

.job2-ul1.job2-ul2 li {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.job2-font {}

.job2-font li {
    margin-top: 30px;
}

.job2-font li:first-child {
    margin-top: 0px;
}

.job2-tit {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    float: left;
    padding-left: 28px;
    width: 17.6%;
}

.job2-p {
    padding: 0 28px;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin-left: 17.6%;
}

.job-mo {}

.job-two {
    padding-bottom: 80px;
}

.job-item:hover {
    background: #f5f5f5;
}

.job-item.open:hover {
    background: transparent;
}

@media (max-width:1459px) {
    .job-le h3 span {
        font-size: 16px;
    }

    .job1-search {
        margin-top: 60px;
    }

    .job-two {
        padding: 0 0 60px;
    }

    .job2-ul1 li,
    .job2-tit {
        font-size: 20px;
    }

    .job-hea {
        padding: 20px 0;
    }

    .job-mo {
        margin: 35px 0 0;
    }

    .job1-li {
        margin-top: 40px;
    }
}

@media (max-width:1259px) {
    .job-con {
        min-width: 1000px;
    }

    .job1-search {
        margin-top: 40px;
    }

    .job1-li {
        margin-top: 30px;
    }
}

@media (max-width:991px) {
    .job-con {
        min-width: 900px;
    }

    .job2-top,
    .job-hea {
        padding: 16px 0;
    }

    .job2-ul1 li,
    .job2-tit {
        font-size: 18px;
    }

    .job-pad {
        padding: 30px 0;
    }

    .job2-p {
        font-size: 14px;
        line-height: 28px;
    }

    .job-mo {
        margin: 30px 0 0;
    }

    .job1-topb {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .job-one {
        padding: 40px 0;
    }

    .job-two {
        padding: 0 0 40px;
    }

    .job1-topa a {
        padding: 0 12px;
        font-size: 14px;
    }

    .job1-topb a {
        font-size: 14px;
        margin: 10px 12px 0;
    }

    .job1-search {
        margin-top: 25px;
    }

    .job1-inp {
        font-size: 14px;
    }

    .job2-top,
    .job-hea {
        padding: 12px 0;
    }

    .job-con {
        min-width: 800px;
    }

    .job2-font li {
        margin-top: 20px;
    }

    .job-mo {
        margin: 25px 0 0;
    }

    .job2-ul1 li,
    .job2-tit {
        padding-left: 16px;
    }

    .job2-p {
        padding: 0 16px;
    }
}

@media (max-width:640px) {

    .job2-ul1 li,
    .job2-tit {
        font-size: 16px;
    }

    .job2-ul1.job2-ul2 li {
        font-size: 14px;
        line-height: 26px;
    }

    .job-pad {
        padding: 25px 0;
    }

    .job-con {
        min-width: 700px;
    }

    .bottom-logo {
        margin: 0 auto;
    }
}

@media (max-width:580px) {
    .job1-li>span {
        float: none;
        width: 100%;
    }

    .job1-rt {
        margin: 12px 0 0;
    }

    .job1-topb {
        margin-top: 5px;
    }

    .job1-search {
        margin-top: 20px;
    }

    .job-con {
        min-width: 600px;
    }

    .job2-ul1 li:last-child {
        width: 16%;
    }

    .job2-ul1 li {
        width: 16.8%;
    }

    .job2-p {
        margin-left: 0;
    }

    .job2-tit {
        float: none;
        width: 100%;
    }

    .job2-font li {
        margin-top: 15px;
    }
}


/* ====================== news 新闻资讯 ================ */
.news {}

.news-content {}

.news-one {
    padding: 100px 0 53px;
}

.news1-con {}

.news-a {
    display: block;
    position: relative;
}

.news-pic {
    float: left;
    width: 580px;
    overflow: hidden;
    position: relative;
}

.news-pic img {
    transition: ease .8s;
}

.news-a:hover .news-pic img {
    transform: scale(1.1);
}

.news-fonts {
    margin-left: 580px;
    padding-left: 55px;
}

.news1-con .news-pic {
    width: 801px;
}

.news1-con .news-fonts {
    margin-left: 801px;
}

.news-font {
    padding-bottom: 40px;
}

.news-font h3 {
    margin-top: 25px;
    font-size: 36px;
    line-height: 48px;
    color: #333;
    font-family: 'PingFang-Bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-font em {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    font-family: 'DIN-REGULAR';
}

.news-font p {
    margin: 32px 0 0;
    font-size: 16px;
    line-height: 36px;
    color: rgba(51, 51, 51, .8);
    font-family: 'PingFang-Medium';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news1-mo {
    position: absolute;
    left: 856px;
    bottom: 0;
}

.news2-mo {
    position: absolute;
    left: 635px;
    bottom: 0;
}

.news-a:hover .news-font h3 {
    color: #0069c2;
}

.news-two {}

.news-nav {
    font-size: 0;
    border-bottom: 1px solid #d3d3d3;
}

.news-nav a {
    margin: 0 40px -1px;
    padding-bottom: 52px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    transition: ease .5s;
}

.news-nav a:first-child {
    margin-left: 0;
}

.news-nav a:last-child {
    margin-right: 0;
}

.news-nav a.on {
    color: #0069c2;
    border-bottom: 2px solid #0069c2;
    font-family: 'PingFang-Bold';
}

.news-nav a:hover {
    color: #0069c2;
}

.news-three {
    padding: 69px 0 99px;
}

.news3-con {}

.news-ul {}

.news-ul li {
    margin-top: 60px;
}

.news-ul li:first-child {
    margin-top: 0;
}

.news-page {
    margin-top: 90px;
}

@media (max-width:1679px) {
    .news1-con .news-pic {
        width: 530px;
    }

    .news1-con .news-fonts {
        margin-left: 530px;
    }

    .news1-mo {
        left: 585px;
    }

    .news-one {
        padding: 80px 0 50px;
    }

    .news-nav a {
        padding-bottom: 30px;
    }

    .news-pic {
        width: 500px;
    }

    .news-fonts {
        margin-left: 500px;
    }

    .news2-mo {
        left: 555px;
    }

    .news-font h3 {
        margin-top: 10px;
        font-size: 30px;
        line-height: 40px;
    }

    .news-font p {
        margin: 20px 0 0;
    }

    .news-page {
        margin-top: 50px;
    }

    .news-three {
        padding: 70px 0 80px;
    }
}

@media (max-width:1459px) {
    .news1-con .news-pic {
        width: 480px;
    }

    .news1-con .news-fonts {
        margin-left: 480px;
    }

    .news1-mo {
        left: 520px;
    }

    .news-one {
        padding: 60px 0 40px;
    }

    .news-nav a {
        padding-bottom: 20px;
    }

    .news-pic {
        width: 450px;
    }

    .news-fonts {
        margin-left: 450px;
        padding-left: 40px;
    }

    .news2-mo {
        left: 490px;
    }

    .news-font h3 {
        margin-top: 10px;
        font-size: 24px;
        line-height: 36px;
    }

    .news-font p {
        margin: 12px 0 0;
        line-height: 30px;
    }

    .news-page {
        margin-top: 40px;
    }

    .news-ul li {
        margin-top: 40px;
    }

    .news-three {
        padding: 40px 0 60px;
    }
}

@media (max-width:1259px) {
    .news-font p {
        -webkit-line-clamp: 2;
    }

    .news1-con .news-pic {
        width: 410px;
    }

    .news1-con .news-fonts {
        margin-left: 410px;
    }

    .news1-mo {
        left: 445px;
    }

    .news-nav a {
        padding-bottom: 16px;
        margin: 0 25px -1px;
    }

    .news-pic {
        width: 380px;
    }

    .news-fonts {
        margin-left: 380px;
        padding-left: 35px;
    }

    .news2-mo {
        left: 415px;
    }

    .news-font h3 {
        margin-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .news-font p {
        margin: 10px 0 0;
    }

    .news-ul li {
        margin-top: 35px;
    }
}

@media (max-width:991px) {
    .news-nav a {
        padding-bottom: 12px;
        font-size: 16px;
        margin: 0 15px -1px;
    }

    .news1-con .news-pic {
        width: 380px;
    }

    .news1-con .news-fonts {
        margin-left: 380px;
    }

    .news1-mo {
        left: 410px;
    }

    .news-pic {
        width: 360px;
    }

    .news-fonts {
        margin-left: 360px;
        padding-left: 30px;
    }

    .news2-mo {
        left: 390px;
    }

    .news-font em {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    .news1-con .news-pic {
        width: 350px;
    }

    .news1-con .news-fonts {
        margin-left: 350px;
    }

    .news1-mo {
        left: 380px;
    }

    .news-pic {
        width: 320px;
    }

    .news-fonts {
        margin-left: 320px;
    }

    .news2-mo {
        left: 350px;
    }

    .news-font h3 {
        font-size: 16px;
        margin: 8px 0 0;
    }

    .news-font p {
        margin: 6px 0 0;
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 24px;
    }

    .news-ul li {
        margin-top: 25px;
    }

    .news-three,
    .news-one {
        padding: 40px 0;
    }

    .news-page {
        margin-top: 30px;
    }
}

@media (max-width:640px) {
    .news-nav a {
        padding-bottom: 8px;
    }

    .news1-con .news-pic,
    .news-pic {
        float: none;
        width: 100%;
    }

    .news1-con .news-fonts,
    .news-fonts {
        margin: 20px 0 0;
        padding: 0;
    }

    .news-font {
        padding: 0;
    }

    .news2-mo,
    .news1-mo {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 16px;
        font-size: 14px;
    }

    .news-font h3 {
        margin: 0;
    }

    .lpage-select {
        display: none;
    }
}

/* ====================== newsinfo 新闻详情 ================= */
.newsinfo {}

.newsinfo-content {
    padding: 64px 0 43px;
}

.newsinfo-con {
    padding: 0 100px;
}

.newsinfo-tit {
    font-size: 36px;
    line-height: 40px;
    color: #333;
    font-family: 'PingFang-Heavy';
}

.newsinfo-dec {
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(51, 51, 51, .7);
    font-family: 'PingFang-Heavy';
}

.newsinfo-dec span {
    display: inline-block;
    margin-left: 30px;
}

.newsinfo-dec span:first-child {
    margin-left: 0;
}

.newsinfo-cont {
    margin-top: 42px;
    padding-top: 43px;
    border-top: 1px solid #c1c1c1;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, .7);
    font-family: 'PingFang-Medium';
}

.newsinfo-cont img {
    display: inline-block;
}

.newsinfo-ul {
    font-size: 0;
    margin: 74px -20px 0;
    text-align: center;
}

.newsinfo-ul li {
    display: inline-block;
    width: 50%;
    padding: 0 20px;
}

.newsinfo-ul li>img {}

.newsinfo-page {
    border-top: 1px solid #c1c1c1;
    padding: 56px 0;
    margin: 80px 0px 0;
    position: relative;
    font-size: 0;
}

.newsinfo-page a {
    padding: 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.newsinfo-page a h4 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(51, 51, 51, .7);
    font-family: 'PingFang-Heavy';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsinfo-page a.newsinfo-left {
    text-align: left;
    padding-left: 24px;
}

.newsinfo-page a.newsinfo-right {
    text-align: right;
    padding-right: 24px;
}

.newsinfo-left::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 26px;
    background: url(https://www.kingaurora.cn/pc/images/newsinfo-left.png)no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newsinfo-right::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 26px;
    background: url(https://www.kingaurora.cn/pc/images/newsinfo-right.png)no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newsinfo-page a.newsinfo-cent {
    padding: 0;
    z-index: 3;
    position: absolute;
    width: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newsinfo-cent img {
    width: 100%;
}

.newsinfo-page a:hover h4 {
    color: #0069c2;
}

@media (max-width:1459px) {
    .newsinfo-tit {
        font-size: 30px;
        line-height: 40px;
    }

    .newsinfo-dec {
        margin-top: 20px;
    }

    .newsinfo-con {
        padding: 0 50px;
    }

    .newsinfo-cont {
        margin-top: 20px;
        padding-top: 20px;
        font-size: 16px;
    }

    .newsinfo-page {
        margin: 40px 0 0;
        padding: 30px 0;
    }
}

@media (max-width:1259px) {
    .newsinfo-con {
        padding: 0px;
    }

    .newsinfo-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .newsinfo-dec {
        margin-top: 12px;
        font-size: 16px;
    }

    .newsinfo-ul {
        margin-top: 50px;
    }
}

@media (max-width:991px) {
    .newsinfo-content {
        padding: 50px 0 40px;
    }

    .newsinfo-right::before,
    .newsinfo-left::before {
        width: 12px;
        height: 20px;
    }

    .newsinfo-page a.newsinfo-cent {
        width: 24px;
    }

    .newsinfo-tit {
        font-size: 22px;
        line-height: 30px;
    }

    .newsinfo-ul {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .newsinfo-content {
        padding: 40px 0;
    }

    .newsinfo-cont {
        font-size: 14px;
        line-height: 26px;
    }

    .newsinfo-tit {
        font-size: 18px;
        line-height: 30px;
    }

    .newsinfo-ul li {
        width: 100%;
        margin-top: 20px;
    }

    .newsinfo-ul li:first-child {
        margin-top: 0px;
    }

    .newsinfo-ul {
        margin-top: 20px;
    }

    .newsinfo-page {
        margin: 25px 0 0;
        padding: 20px 0;
    }

    .newsinfo-cont p {
        margin: 0 0 15px !important;
    }
}

@media (max-width:640px) {

    .newsinfo-page a {
        width: 100%;
        text-align: center !important;
    }

    .newsinfo-page a.newsinfo-cent {
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
    }

    .newsinfo-cent img {
        width: 24px;
        display: inline-block;
    }

    .newsinfo-page {
        margin: 25px 0 0;
        padding: 20px 0 30px;
    }

    .newsinfo-dec span {
        margin-left: 15px;
    }

    .newsinfo-dec {
        margin-top: 6px;
    }

    .newsinfo-cont {
        margin-top: 15px;
        padding-top: 15px;
    }
}

/* =================== contact 联系我们 =============== */
.contact {}

.contact-content {}

.contact-tit {
    font-size: 36px;
    line-height: 40px;
    color: #333;
    font-family: 'PingFang-Bold';
}

.contact-one {
    padding: 100px 0 100px;
}

.contact1-con {}

.contact1-pic {
    float: right;
    width: 68.53%;
    position: relative;
    height: 519px;
}

.contact1-bf {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

.contact1-fonts {
    margin-right: 68.53%;
    padding-right: 50px;
}

.contact1-fonts h3 {}

.contact1-ul {
    margin-top: 37px;
    max-height: 371px;
}

.contact1-ul ul {}

.contact1-ul li:first-child {
    margin-top: 0;
}

.contact1-ul li {
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid #d2d2d2;
}

.contact1-icon {
    width: 31px;
}

.contact1-icon img {
    width: 100%;
}

.contact1-ul li h4 {
    margin: 17px 0 1px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.contact1-ul li p {
    color: rgba(51, 51, 51, .5);
}

.contact1-ul li p span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'PingFang-Medium';
}

.contact1-ul li p em {
    display: inline-block;
}

.contact-two {
    padding: 85px 0 95px;
}

.contact2-con {
    margin-top: 115px;
}

.contact2-top {}

.contact2-top ul {
    margin: 0 -16px;
}

.contact2-top li {
    float: left;
    width: 50%;
    padding: 0 16px;
}

.contact2-toptxt {
    background: #fff;
    padding: 15px 30px 10px;
}

.contact2-toptxt h4 {
    padding-bottom: 11px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Heavy';
    border-bottom: 1px solid #eaeaea;
}

.contact2-topsel {}

.contact2-topsel select {
    padding: 18px 0 11px;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    color: rgba(51, 51, 51, .7);
    font-family: 'PingFang-Medium';
}

.contact2-topsel option {}

.contact2-topsel option span {
    display: inline-block;
}

.contact2-topinp {
    padding: 13px 0 5px;
    font-size: 0;
}

.contact2-topinp input {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    line-height: 36px;
    color: rgba(51, 51, 51, .7);
    font-family: 'PingFang-Medium';
}

.contact2-topinp input::-webkit-input-placeholder {
    color: rgb(51, 51, 51, .7);
}

.contact2-bot {}

.contact2-botul {
    margin: -31px -16px 0;
}

.contact2-botul li {
    float: left;
    width: 50%;
    padding: 0 16px;
    margin-top: 31px;
}

.contact2-botul li>div {
    background: #fff;
    padding: 21px 30px 22px;
    font-size: 18px;
    line-height: 36px;
    color: rgba(51, 51, 51, .5);
    font-family: 'PingFang-Heavy';
}

.contact2-botul li.contact2-botlon {
    width: 100%;
}

.contact2-botinp {}

.contact2-botarea {
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 304px;
    max-height: 304px;
}

.contact2-botinp1 {}

.contact2-submit {
    text-align: center;
    margin-top: 60px;
}

.contact2-submit button {
    cursor: pointer;
    border-width: 1px;
}

.contact2-submit button::before {
    height: 1px;
    bottom: -1px;
}

.contact2-botul li>div input::-webkit-input-placeholder {
    color: rgb(51, 51, 51, .5);
}

.contact2-bot input {
    width: 100%;
}

@media (max-width:1919px) {}

@media (max-width:1459px) {
    .contact1-pic {
        height: 460px;
    }

    .contact1-ul li {
        padding-top: 25px;
        margin-top: 30px;
    }

    .contact1-ul {
        margin-top: 25px;
        max-height: 360px;
    }

    .contact-tit {
        font-size: 30px;
    }

    .contact2-con {
        margin-top: 40px;
    }

    .contact-two,
    .contact-one {
        padding: 60px 0;
    }

    .contact2-botarea {
        min-height: 240px;
        max-height: 240px;
    }

    .contact2-botul li>div {
        padding: 16px 30px;
    }
}

@media (max-width:1259px) {
    .contact-tit {
        font-size: 26px;
        line-height: 32px;
    }

    .contact2-toptxt h4,
    .contact2-botul li>div,
    .contact1-ul li h4 {
        font-size: 16px;
    }

    .contact1-fonts {
        padding-right: 35px;
    }

    .contact1-pic {
        height: 410px;
    }

    .contact1-ul li {
        padding-top: 16px;
        margin-top: 20px;
    }

    .contact1-ul {
        margin-top: 20px;
    }

    .contact2-top li {
        padding: 0 10px;
    }

    .contact2-top ul {
        margin: 0 -10px;
    }

    .contact2-botul li {
        margin-top: 20px;
        padding: 0 10px;
    }

    .contact2-botul {
        margin: -20px -10px 0;
    }

    .contact2-toptxt {
        padding: 15px 18px 10px;
    }

    .contact2-botul li>div {
        padding: 12px 18px;
    }

    .contact2-botarea {
        min-height: 200px;
        max-height: 200px;
    }

    .contact2-submit {
        margin-top: 30px;
    }
}

@media (max-width:991px) {
    .contact1-pic {
        float: none;
        width: 100%;
    }

    .contact1-fonts {
        margin: 30px 0 0;
        padding: 0;
    }

    .contact1-ul li h4 {
        margin: 10px 0 1px;
    }
}

@media (max-width:767px) {
    .contact-tit {
        font-size: 22px;
        line-height: 30px;
    }

    .contact-two,
    .contact-one {
        padding: 40px 0;
    }

    .contact2-top li {
        width: 100%;
        margin-top: 20px;
    }

    .contact2-top li:first-child {
        margin-top: 0;
    }

    .contact2-botul li {
        width: 100%;
    }

    .contact2-toptxt {
        padding: 15px 16px 10px;
    }

    .contact2-botul li>div {
        padding: 12px 16px;
    }

    .contact2-botarea {
        min-height: 160px;
        max-height: 160px;
    }

    .contact2-submit {
        margin-top: 20px;
    }

    .contact2-con {
        margin-top: 20px;
    }
}

@media (max-width:640px) {
    .contact1-icon {
        width: 24px;
    }

    .contact2-topsel select,
    .contact2-botul li>div,
    .contact2-topinp input {
        font-size: 14px;
        line-height: 24px;
    }

    .contact2-botarea {
        min-height: 130px;
        max-height: 130px;
    }

    .contact2-topinp input {
        width: 100%;
    }
}


/* ======================= case 项目案例 ================== */
.app-menu {
    height: 45px;
    background: #fff;
    display: none;
}

.app-parent {
    height: 100%;
    position: relative;
}

.app-item {
    position: relative;
    height: 45px;
    padding: 0 15px;
}

.app-cate {
    line-height: 45px;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.app-tig {
    position: absolute;
    width: 20px;
    height: 45px;
    top: 0;
    right: 15px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-parent .pro-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 33;
}

.app-parent.open .app-tig {
    transform: rotate(90deg);
}

.app-parent.open .app-item {
    border-bottom: solid 1px #eee;
}

.app-menu .pro-menu {
    padding: 0 6px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.app-menu .pro-item1 {
    position: relative;
    height: 41px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 10px;
}

.app-menu .pro-cate1 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #222;
}

.app-menu .pro-tig1 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 40px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-menu .pro-item2 {
    position: relative;
    height: 41px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 10px;
}

.app-menu .pro-cate2 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    padding-left: 16px;
    background: url(https://www.kingaurora.cn/pc/images/pro-cate2.png) no-repeat left center;
}

.app-menu .pro-tig2 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 40px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-menu .pro-slide2 {
    border-bottom: solid 1px #eeeeee;
}

.app-menu .pro-pad {
    padding: 7px 25px 4px;
}

.app-menu .pro-pad a {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
}

.app-menu .pro-slide1,
.app-menu .pro-slide2 {
    display: none;
}

.app-menu .pro-parent1.open .pro-cate1,
.app-menu .pro-cate1:hover {
    color: #0069c2;
    font-weight: bold;
}

.app-menu .pro-parent1.open .pro-tig1,
.app-menu .pro-parent2.open .pro-tig2 {
    transform: rotate(90deg);
}

.app-menu .pro-parent2.open .pro-cate2 {
    color: #0069c2;
}

.app-menu .pro-pad a.on,
.pro-pad a:hover,
.pro-cate2:hover {
    color: #0069c2;
}

.app-menu .pro-parent1.open .pro-slide1,
.app-menu .pro-parent2.open .pro-slide2 {
    display: block;
}

.app-menu .pro-parent1:last-child .pro-item1 {
    border-bottom: none;
}

.app-menu {
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}

.case {}

.nybanner-swip {
    position: relative;
}

.nybanner-swip .nybanner {}

.nybanner-pages {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.nybanner-page {
    position: relative;
    width: 100%;
}

.nybanner-swip .swiper-pagination {
    display: none;
    width: 100%;
    bottom: 20px;
}

.nybanner-swip .swiper-pagination-bullet {
    margin: 0 5px;
}

.nybanner-swip .swiper-button-next,
.nybanner-swip .swiper-button-prev {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    text-align: center;
    background: transparent;
    transition: ease .5s;
}

.nybanner-swip .swiper-button-next:hover,
.nybanner-swip .swiper-button-prev:hover {
    border-color: #0069c2;
    background-color: #0069c2;
}

.case-content {
    padding: 53px 0 100px;
}

.case-nav {
    padding-bottom: 41px;
}

.casenav-ul {
    font-size: 0;
    text-align: right;
    margin: 0 -20px;
}

.casenav-ul li {
    display: inline-block;
    padding: 0 10px 13px;
    margin: 0 20px;
    position: relative;
}

.casenav-one {
    display: block;
    position: relative;
    padding-right: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Bold';
}

.casenav-one::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 7px;
    background: url(https://www.kingaurora.cn/pc/images/casenav-down.png)no-repeat center;
    transition: ease .5s;
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.casenav-drop {
    padding: 12px 10px 10px;
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #026ac2;
    z-index: 4;
    transition: ease .5s;
}

.casenav-drop a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.casenav-ul li:hover .casenav-drop {
    display: block;
}

.casenav-ul li:hover .casenav-one {
    color: #0069c2;
}

.casenav-ul li:hover .casenav-one::before {
    background-image: url(https://www.kingaurora.cn/pc/images/casenav-down1.png);
}

.case-one {}

.case1-con {}

.case1-ul {
    margin: -38px -19px 0;
    font-size: 0;
}

.case1-ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 19px;
    margin-top: 38px;
}

.case1-a {
    display: block;
}

.case-pic {
    overflow: hidden;
}

.case-pic img {
    transition: ease .8s;
}

.case1-a:hover .case-pic img {
    transform: scale(1.1);
}

.case1-fonts {
    background: #e8e8e8;
    position: relative;
}

.case1-fonts::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #0069c2;
    left: 0;
    bottom: 0;
    transition: ease .5s;
}

.case1-a:hover .case1-fonts::before {
    height: 100%;
}

.case1-fonts>div {
    position: relative;
    padding: 49px 35px 46px;
    transition: ease .5s;
}

.case1-a:hover .case1-fonts>div {
    padding: 49px 45px 46px;
}

.case1-tit {
    position: relative;
    padding-right: 120px;
}

.case1-tit h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-family: 'PingFang-Bold';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: ease .5s;
}

.case1-tit span {
    display: block;
    padding-right: 50px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: ease .5s;
}

.case1-tit span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(https://www.kingaurora.cn/pc/images/more1.png)no-repeat center;
    background-size: 100% 100%;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -10px;
    transition: ease .5s;
}

.case1-a:hover .case1-tit h3,
.case1-a:hover .case1-tit span {
    color: #fff;
}

.case1-a:hover .case1-tit span::before {
    background-image: url(https://www.kingaurora.cn/pc/images/morea.png);
}

.case1-tags {
    margin-top: 14px;
}

.case1-tag {
    padding: 0 16px;
    margin-right: 16px;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    border-radius: 30px;
    font-family: 'PingFang-Medium';
    transition: ease .5s;
    border: 1px solid #0069c2;
}

.case1-tag:last-child {
    margin-right: 0;
}

.case1-a:hover .case1-tag {
    color: #fff;
    border-color: #fff;
}

@media (max-width: 1459px) {
    .case-content {
        padding: 60px 0;
    }

    .casenav-one {
        font-size: 16px;
    }

    .casenav-ul li {
        margin: 0 15px;
        padding-bottom: 5px;
    }

    .casenav-ul {
        margin: 0 -15px;
    }

    .case-nav {
        padding-bottom: 30px;
    }

    .case1-ul li {
        padding: 0 15px;
        margin-top: 30px;
    }

    .case1-ul {
        margin: -30px -15px 0;
    }

    .case1-tit h3 {
        font-size: 22px;
    }

    .case1-fonts>div {
        padding: 40px 30px;
    }

    .case1-a:hover .case1-fonts>div {
        padding: 40px;
    }

    .case1-tags {
        margin-top: 6px;
    }

    .case1-tag {
        margin-right: 12px;
    }
}

@media (max-width: 1259px) {
    .case1-tit h3 {
        font-size: 20px;
    }

    .case1-fonts>div {
        padding: 35px 25px;
    }

    .case1-a:hover .case1-fonts>div {
        padding: 35px 35px;
    }

    .case1-tag {
        padding: 0 12px;
    }

    .casenav-ul li {
        margin: 0 10px;
        padding-bottom: 2px;
    }

    .casenav-ul {
        margin: 0 -10px;
    }

    .nybanner-swip .swiper-button-next,
    .nybanner-swip .swiper-button-prev {
        width: 42px;
        height: 42px;
        line-height: 40px;
    }
}

@media (max-width:991px) {
    .casenav-ul li {
        margin: 0 8px;
        padding-bottom: 0px;
    }

    .casenav-ul {
        margin: 0 -8px;
    }

    .case1-tit h3 {
        font-size: 18px;
    }

    .case1-tag {
        padding: 0 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .case1-fonts>div {
        padding: 30px 25px;
    }

    .case1-a:hover .case1-fonts>div {
        padding: 30px 30px;
    }
}

@media (max-width:767px) {
    .app-menu {
        display: block;
    }

    .pro-tig1::before {
        display: none;
    }

    .case-nav {
        display: none;
    }

    .case-content {
        padding: 40px 0;
    }

    .case-nav {
        padding-bottom: 20px;
    }

    .case1-fonts>div,
    .case1-a:hover .case1-fonts>div {
        padding: 20px 15px 25px;
    }

    .case1-tit span {
        padding-right: 40px;
    }

    .case1-tit {
        padding-right: 110px;
    }

    .case1-ul li {
        padding: 0 10px;
        margin-top: 20px;
    }

    .case1-ul {
        margin: -20px -10px 0;
    }

    .case1-tit h3 {
        font-size: 16px;
    }

    .case1-tit span {
        margin-top: 5px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        display: inline-block;
    }

    .case1-tit {
        padding: 0;
    }

    .case1-tag {
        padding: 0 8px;
        line-height: 24px;
        margin-right: 6px;
        margin-top: 10px;
    }

    .nybanner-swip .swiper-button-next,
    .nybanner-swip .swiper-button-prev {
        display: none;
    }

    .nybanner-swip .swiper-pagination {
        display: block;
    }
}

@media (max-width:640px) {
    .case1-ul li {
        width: 100%;
    }
}

/* ======================= caseinfo 案例详情 ================ */
.caseinfo {}

.caseinfo-content {
    padding: 0px 0px 0px 33.59%;
    position: relative;
}

.caseinfo-left {
    width: 33.59%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    height: 100vh;
    background-color: #fff;
}

.caseinfo-left.on {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
}

.caseinfo-left.on.on2 {
    position: absolute;
    top: auto;
    bottom: 0;
}

.caseinfo-right {
    padding: 0 30px 0 80px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.caseinfo-right::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 38px;
    background: url(https://www.kingaurora.cn/pc/images/caseinfo-mo.png)no-repeat center;
    background-size: 100% 100%;
    right: 45px;
    bottom: 88px;
}

.caseinfo-fonts {
    padding: 97px 89px 40px 110px;
}

.caseinfo-fonts h3 {}

.caseinfo-tags {
    margin-top: 34px;
}

.caseinfo-tagul {
    font-size: 0;
    margin: -10px -10px 0;
}

.caseinfo-tagul li {
    display: inline-block;
    padding: 0 10px;
    margin-top: 10px;
}

.caseinfo-tagul li a {
    padding: 3px 14px;
    min-width: 100px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #0069c2;
    border-radius: 30px;
}

.caseinfo-fonts h4 {
    margin-top: 52px;
    font-size: 16px;
    line-height: 30px;
    color: #004077;
    font-family: 'PingFang-Bold';
}

.caseinfo-p {
    margin-top: 17px;
    max-height: 330px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.caseinfo-p::-webkit-scrollbar {
    width: 3px;
    background: url(https://www.kingaurora.cn/pc/images/caseinfo-left1.png)repeat-y center;
}

.caseinfo-p::-webkit-scrollbar-thumb {
    background: url(https://www.kingaurora.cn/pc/images/caseinfo-left2.png)repeat-y center;
    border-radius: 0px;
}

.caseinfo-page {
    margin-top: 71px;
    padding-top: 79px;
    border-top: 1px solid #d2d2d2;
    font-size: 0;
}

.caseinfo-page a {
    display: inline-block;
    margin: 0 50px;
}

.caseinfo-page a:first-child {
    margin-left: 0;
}

.caseinfo-page a:last-child {
    margin-right: 0;
}

.caseinfo-page a {
    color: #333;
    background: #f5f5f5 !important;
    border-color: #f5f5f5;
}

.caseinfo-page a:hover {
    color: #fff;
    background: #0069c2 !important;
    border-color: #0069c2;
}

.caseinfo-pics {
    padding-right: 50px;
    position: relative;
}

.caseinfo-pic {
    font-size: 0;
    margin-top: 20px;
}

.caseinfo-pic:first-child {
    margin-top: 0;
}

.caseinfo-pic img {
    display: block;
    width: 100%;
}

/* .caseinfo-pics{overflow-y: auto;max-height: 400px;}
.caseinfo-pics::-webkit-scrollbar {
width: 3px;
background: url(../imagess/caseinfo-scrl.png)repeat-y center;
}
.caseinfo-pics::-webkit-scrollbar-thumb {
background:url(../imagess/caseinfo-scrl2.png)repeat-y center;
border-radius: 0px;
} */
.foot-app,
.foot {
    position: relative;
}

@media (max-width:1919px) {
    .caseinfo-fonts {
        padding: 80px 60px 40px 100px;
    }

    .caseinfo-tagul li a {
        min-width: 90px;
    }

    .caseinfo-page {
        margin-top: 50px;
        padding-top: 40px;
    }

    .caseinfo-page a {
        margin: 0 30px;
    }
}

@media (max-width:1459px) {
    .caseinfo-fonts {
        padding: 60px 30px 40px 80px;
    }

    .caseinfo-fonts h4 {
        margin-top: 30px;
    }

    .caseinfo-tags {
        margin-top: 20px;
    }

    .caseinfo-tagul li a {
        min-width: auto;
        font-size: 14px;
    }

    .caseinfo-tagul li {
        padding: 0 5px;
    }

    .caseinfo-tagul {
        margin: -10px -5px 0;
    }

    .caseinfo-page a {
        margin: 0 20px;
    }

    .caseinfo-page {
        margin-top: 40px;
        padding-top: 30px;
    }
}

@media (max-width:1259px) {
    .caseinfo-fonts {
        padding: 60px 30px 40px 20px;
    }
}

@media (max-width:991px) {

    .caseinfo-left.on.on2,
    .caseinfo-left.on,
    .caseinfo-left {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto !important;
    }

    .caseinfo-content {
        padding: 0;
    }

    .caseinfo-pics {
        padding: 0;
    }

    .caseinfo-right {
        padding: 40px 15px;
    }

    .caseinfo-page {
        margin-top: 30px;
        padding-top: 20px;
    }

    .caseinfo-page a {
        margin: 0 12px;
    }

    .caseinfo-fonts h4 {
        margin-top: 20px;
    }

    .caseinfo-p {
        max-height: none;
        padding: 0;
    }

    .caseinfo-fonts {
        padding: 40px 15px;
    }

    .caseinfo-right::before {
        display: none;
    }
}

@media (max-width:767px) {
    .caseinfo-tags {
        margin-top: 15px;
    }

    .caseinfo-fonts h4 {
        margin-top: 16px;
    }

    .caseinfo-p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .caseinfo-page {
        margin-top: 25px;
        padding-top: 18px;
    }
}

/*视频弹窗*/
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -430px;
    top: 0;
    margin-top: -262px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
    width: 38px;
    height: 38px;
    font-size: 30px;
    color: #666;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.msg-box .close-box:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.msg-box .close-box {
    /* border: solid 3px #7f7f7f; */
    background: url(../images/msg-closes.png) no-repeat center;
}

/*视频弹窗 -end*/

@media (max-width:1259px) {
    .msg-box {
        width: 800px;
        height: 465px;
        padding: 30px;
    }

    .msg-box .close-box {
        width: 24px;
        height: 24px;
        font-size: 24px;
        top: 5px;
        right: 5px
    }
}

@media (max-width:991px) {

    .msg-box {
        width: 600px;
        height: 365px;
        left: 50%;
        margin-left: -300px;
    }
}

@media (max-width:767px) {
    .msg-box {
        width: 500px;
        margin-left: -250px;
    }
}

@media (max-width:640px) {
    .msg-box {
        width: 320px;
        margin-left: -160px;
        height: 300px;
    }
}

@media (max-width: 400px) {
    .msg-box {
        width: 280px;
        margin-left: -140px;
    }
}

/* =================== news 新闻动态 ===================== */
.news {}

.ny-nav {}

.nav-ul {
    font-size: 0;
    text-align: center;
}

.nav-ul li {
    display: inline-block;
}

.nav-ul li.on {}

.nav-ul li a {
    display: block;
    padding: 23px 41px;
    font-size: 18px;
    line-height: 30px;
    color: #444;
    transition: ease .5s;
    position: relative;
}

.nav-ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: #d30c2e;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: ease .5s;
}

.nav-ul li.on a::before {
    width: 100%;
}

.nav-ul li.on a {
    color: #d30c2e;
}

/* ===================== 下拉 ================ */
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background: #fff;
    border-top: 1px solid #eeeeee;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
}

.category-item-single {
    position: static;
}

.category-item {}

.dropdown-menu.single {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

.category-item:hover .dropdown-menu {
    opacity: 1;
    display: block;
    visibility: visible;
}

/* .category-item:hover .dropdown-menu.single{max-height: 450px;opacity: 1;} */
.dropdown-menu ul {
    padding: 54px 0 85px;
}

.dropdown-menu li {
    float: left;
    padding: 0 0 0 45px;
    width: 21.14%;
}

.dropdown-menu li.dropdown-img {
    width: 21.42%;
    padding: 0 0px 0 0;
}

.dropdown-img1 {
    width: 100%;
}

.dropdown-img1 img {
    width: 100%;
}

.dropdown-menu li:first-child {
    padding-left: 0;
}

/* .dropdown-menu li:last-child{padding-right: 0;border-right: none;} */
.dropdown-tit {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
    color: #242e38;
    line-height: 40px;
    font-family: 'semi';
}

.dropdown-dec {
    display: block;
    font-size: 18px;
    color: #444;
    line-height: 28px;
    padding: 16px 12px 15px 0px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.dropdown-dec::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #d30c2e;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    transition: ease .5s;
}

.dropdown-dec:hover::before {
    width: 100%;
}

.dropdown-dec:hover i {
    color: #d30c2e;
}

.dropdown-dec i {
    font-size: 18px;
    color: #666;
    font-weight: 550;
    float: right;
}

.dropdown-menu li a:last-child {
    margin-bottom: 0;
}

.dropdown-menu li a:hover {
    color: #d30c2e;
}

.dropdown-menu li.dropdown-title {
    width: 26%;
    padding-right: 30px;
}

.dropdowntit-font {}

.dropdowntit-font h3 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

.dropdowntit-font h5 {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 9px 0 43px;
}

@media (max-width:1460px) {
    .dropdown-dec {
        font-size: 17px;
        padding: 16px 12px 15px 0px !important;
    }

    .dropdown-menu li {}
}

@media (max-width:1259px) {
    .dropdown-menu li {
        padding: 0 0 0 30px;
    }

    .dropdown-dec {
        font-size: 16px;
        padding: 12px 12px 11px 0px !important;
    }

    .dropdown-menu li.dropdown-img {
        width: 25%;
    }

    .dropdown-menu li.dropdown-title {
        width: 31%;
    }

    .dropdowntit-font h5 {
        margin-bottom: 30px;
    }
}

@media (max-width:1170px) {
    .dropdown-menu li {}
}

@keyframes scle2 {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.1);
    }
}


@keyframes rotaterotateZ {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@-moz-keyframes rotaterotateZ

/* Firefox */
    {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@-webkit-keyframes rotaterotateZ

/* Safari å’Œ Chrome */
    {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@-o-keyframes rotaterotateZ

/* Opera */
    {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}


.lb-data .lb-number {
    display: none !important;
}


/* 常规下拉 */
.category-item-single .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0px;
    display: none;
    position: absolute;
    width: 192px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.category-item-single .dropdown-menu-pro {
    padding-bottom: 0;
    margin-top: 0px;
    display: none;
    position: absolute;
    width: 100%;
    /* top: 100%; */
    left: 50%;
    background-color: rgba(0, 0, 0, 0.83);
    transform: translateX(-50%);
    max-height: 100%;
}


.category-item.category-item-single {
    /* position: relative; */
}

.category-item:hover .dropdown-menu {
    display: block;
}

.category-item.category-item-single .dropdown-pad {
    text-align: center;
    /* background: black; */
    padding: 8px 20px;
    /* opacity: 0.85; */
    /* height: 500px; */
    max-width: 1035px;
    margin: auto;
    padding: 50px 0px;
    display: flow-root;
    /* background-color: rgba(0, 0, 0, 0.83); */
}

.category-item.category-item-single .dropdown-menu a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    color: #333;
    transition: ease .5s;
    border-top: 1px dashed #e5e5e5;
}

.category-item.category-item-single .dropdown-menu a:hover {
    color: #d30c2e;
}

.category-item.category-item-single .dropdown-menu a:first-child {
    border-top: none;
}

.dropdown-menu li a:hover {
    color: #d30c2e;
}

.pro-on {
    color: white !important;
    background: url(../images/xialajt.png) no-repeat right;
}

.pro-on2 {
    color: white !important;
    border-bottom: 1px solid white;
}

/* 产品下拉 */
.xiala {
    position: absolute;
    padding: 33px 36px 27px;
    min-width: 510px;
    text-align: left;
    left: -22%;
    top: 100%;
    display: none;
    background: #fff;
}

.category-item:hover .xiala {
    display: block;
}

.xiala-con {
    position: relative;
    font-size: 0;
    text-align: center;
    width: 100%;
}

.xiala-ul {}

.xiala-li {
    float: left;
    width: 50%;
}

.xiala-li:first-child {
    border: none;
}

.xiala-li.xiala-link {
    width: 48.4%;
    padding-left: 30px;
}

.xiala-li.xiala-pic {
    width: 51.6%;
}

.xiala-li ul {}

.xiala-li li {
    text-align: left;
}

.xiala-li li>a {
    margin-top: 6px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: rgba(51, 51, 51, .6);
}

.xiala-li li>h4 {
    margin-top: -5px;
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    border-bottom: 1px solid rgba(7, 21, 58, .3);
}

.xiala-li li>a:hover {
    color: #d30c2e;
}

.proinfo-content {}

.proinfo-content table {
    width: 100%;
    margin: 60px 0px;
}

.proinfo-content table tr {}

.proinfo-content table tr:nth-child(odd) {
    background: #dcdbdb;
    padding: 10px;
}

.proinfo-content table tr:nth-child(even) {
    background: white;
}

.proinfo-content table td {
    border: none !important;
}

.proinfo-content table td p {
    font-size: 16px;
    line-height: 42px !important;
}

.wy-left {
    float: left;
    width: 48%;
}

.wy-left img {
    max-width: 100%;
}

.wy-right {
    float: right;
    width: 48%;
}

.wy-right h3 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #3f71db;
}

.wy-right p {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}


.dropdown-menu-left {
    float: left;
    width: 35%;
    /* border-right: 1px solid #ffffff3b; */
    /* background: url(../images/xiaxian.png) no-repeat right; */
}

.dropdown-menu-left-div {
    background: url(../images/xiaxian.png) no-repeat right;
}

.dropdown-menu-left-div a {
    border-top: none !important;
    padding: 0 !important;
    line-height: 16px !important;
    margin-bottom: 45px;
}

.dropdown-menu-left-div p {
    color: rgba(255, 255, 255, 0.64);
    /* border: none; */
    width: 160px;
    text-align: left;
    margin: auto;
    padding-right: 45px;
}

.dropdown-menu-left-div p:hover {
    color: white;
    background: url(../images/xialajt.png) no-repeat right;
}

.dropdown-menu-right {
    float: right;
    width: 55%;
}



.dropdown-menu-right-pros {
    float: left;
    width: 46%;
    text-align: left;
}

.dropdown-menu-right-pro {
    display: none;
}

.dropdown-menu-right-pro-on {
    display: block;
}

.dropdown-menu-right-pro a {
    border-top: none !important;
    border-top: none !important;
    padding: 0 !important;
    line-height: 16px !important;
    margin-bottom: 45px;
}

.dropdown-menu-right-pro p {
    color: rgba(255, 255, 255, 0.64);
    /* width: 200px; */
    display: inline;
    /* height: 40px!important; */
    padding: 5px 0px;
}

.dropdown-menu-right-pro p:hover {
    color: #ffffff !important;
    border-bottom: 1px solid white;
}


.dropdown-menu-right-img {
    float: right;
    width: 48%;
}

.dropdown-menu-right-img2 {
    float: left;
    width: 60%;
}

.dropdown-menu-right img {
    max-width: 100%;
}





@media (max-width:1679px) {


    .wy-left {
        float: left;
        width: 48%;
    }

    .wy-right {
        float: right;
        width: 48%;
    }

    .wy-right h3 {
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .wy-right p {
        font-size: 18px;
        line-height: 32px;
    }


    .nybanner .ny-title .ny-tit {
        font-size: 48px;
    }

    .nybanner .ny-title p {
        font-size: 32px;
    }

    .nybanner .ny-title span {
        font-size: 22px;
    }

    .ny-tit,
    .ino-left h3 {
        font-size: 38px;
    }

    .ny-cont h4 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width:1459px) {
    .wy-left {
        float: left;
        width: 48%;
    }

    .wy-right {
        float: right;
        width: 48%;
    }

    .wy-right h3 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .wy-right p {
        font-size: 16px;
        line-height: 32px;
    }

    .nybanner {
        height: 450px;
    }

    .ban-nav .com-ul li {
        height: 60px;
        line-height: 60px;
    }

    .ban-nav .com-ul li a {
        font-size: 16px;
        padding: 0 10px;
    }

    .ny-mbx {
        height: 60px;
        line-height: 60px;
    }

    .com-mbx {
        font-size: 16px;
    }

    .ny-padd {
        padding: 60px 0;
    }

    .ny-cont h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .ny-cont p {
        margin-top: 12px;
    }
}

@media (max-width:1259px) {
    .wy-left {
        float: left;
        width: 48%;
    }

    .wy-right {
        float: right;
        width: 48%;
    }

    .wy-right h3 {
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .wy-right p {
        font-size: 18px;
        line-height: 32px;
    }


    .nybanner {
        height: 400px;
    }

    .ban-nav .com-ul li a {
        font-size: 16px;
    }

    .com-mbx a {
        font-size: 14px;
    }

    .com-mbx {
        padding-bottom: 10px;
    }

    .ban-nav .com-ul li {
        height: 50px;
        line-height: 50px;
    }

    .ny-mbx {
        height: 50px;
        line-height: 50px;
    }

    .more3 {
        width: 150px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .anchor {
        display: none !important;
    }

    .ny-cont h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .ny-cont p {
        font-size: 16px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .nybanner {
        height: 350px;
    }

    .ban-nav .com-ul li {
        width: auto;
    }

    .ban-nav .com-ul li a {
        padding: 0 20px;
        font-size: 15px;
    }

    .ny-cont h4 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width:767px) {
    .wy-left {
        float: left;
        width: 90%;
        margin: 0 5%;
    }

    .wy-right {
        float: right;
        width: 90%;
        margin: 0 5%;
    }

    .wy-right h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .wy-right p {
        font-size: 16px;
        line-height: 32px;
    }


    .ny-mbx {
        display: none;
    }

    .ny-padd {
        padding: 40px 0;
    }

    .ny-cont h4 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width:640px) {
    .nybanner {
        height: auto;
    }

    .nybanner img.ny-app {
        display: block;
    }

    .nybanner .ny-img {
        display: none;
    }

    .nybanner .ny-title .ny-tit {
        font-size: 22px;
        line-height: 42px;
    }

    .nybanner .ny-title p {
        font-size: 18px;
        margin: 0 0 2px;
    }

    .nybanner .ny-title span {
        font-size: 16px;
    }

    .ny-mbx {
        display: none;
    }

    .nybanner .ny-title {
        width: 100%;
    }
}


.new-fa1 {}

.new-fa-bt {
    margin-bottom: 50px;
}

.new-fa-bt h3 {
    font-size: 30px;
    text-align: center;
}

.newfa-cont1 {}

.newfa-left {
    width: 48%;
    float: left;
    margin: 1%;
}

.newfa-left img {
    width: 100%;
}

.newfa-right {
    width: 48%;
    float: left;
    background-color: rgba(158, 158, 158, 0.25);
    margin: 1%;
    padding: 5%;
}

.newfa-right p {
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.newfa-right h5 {
    font-size: 24px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.solutwo-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 46%;
    background: #1f32ae;
    bottom: 0;
    left: 0;
}

@media (max-width:1259px) {
    .new-fa1 {}

    .new-fa-bt {
        margin-bottom: 50px;
    }

    .new-fa-bt h3 {
        font-size: 30px;
        text-align: center;
    }

    .newfa-cont1 {}

    .newfa-left {
        width: 48%;
        float: left;
        margin: 1%;
    }

    .newfa-left img {
        width: 100%;
    }

    .newfa-right {
        width: 48%;
        float: left;
        /* background-color: rgba(158, 158, 158, 0.4196078431372549); */
        margin: 1%;
        padding: 5%;
    }

    .newfa-right p {
        font-size: 16px;
        line-height: 26px;
    }

    .newfa-right h5 {
        font-size: 20px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .solutwo-two::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 46%;
        background: #1f32ae;
        bottom: 0;
        left: 0;
    }
}

@media (max-width:767px) {
    .new-fa1 {}

    .new-fa-bt {
        margin-bottom: 30px;
    }

    .new-fa-bt h3 {
        font-size: 24px;
        text-align: center;
    }

    .newfa-cont1 {
        margin-bottom: 0px;
    }

    .newfa-left {
        width: 98%;
        float: none;
        margin: 1%;
    }

    .newfa-left img {
        width: 100%;
    }

    .newfa-right {
        width: 98%;
        float: none;
        /* background-color: rgba(158, 158, 158, 0.4196078431372549); */
        margin: 1%;
        padding: 5%;
        height: 280px !important;
    }

    .newfa-right p {
        font-size: 16px;
        line-height: 26px;
    }

    .newfa-right h5 {
        font-size: 18px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .solutwo-two::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 46%;
        background: #1f32ae;
        bottom: 0;
        left: 0;
    }
}

/*20210720*/
.dwon_Tc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #0000005c;
    z-index: 999;
    display: none;
}

.dwonTc-cont {
    width: 400px;
    height: 400px;
    margin: auto;
    margin-top: 10%;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.61);
    padding: 20px;
}

.dwonTc-cont h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.dwonTc-cont input {
    display: block;
    border: 1px solid #9E9E9E;
    width: 100%;
    height: 36px;
    font-size: 16px;
    padding-left: 10px;
    border-radius: 4px;
}

.dwonTc-cont .dwonTc-anniu {
    margin-top: 20px;
    background-color: #3f71db;
    color: white;
    display: inline-block;
    padding: 5px 24px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.dwonTc-cont p {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    margin-top: 5px;
}

.dwonTc-left {
    width: 60%;
    float: left;
}

.dwonTc-right {
    width: 40%;
    float: left;
}

.dwonTc-right img {
    width: 100%;
}

.dwonTc-right p {
    text-align: center;
    font-size: 14px;
}

.bottom-phone2 h5 {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
}

.bottom-phone2 h4 {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}

.vedio-cat {}

.vedio-cat ul {}

.vedio-cat ul li {
    display: inline-block;
    width: auto;
}

.vedio-cat ul li a {
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid transparent;
    padding: 5px 0px;
}

.vedio-cat ul .on a,
.vedio-cat ul li:hover a {
    color: #184088;
    border-color: #184088;
}



/*20210518*/
.ssk {
    text-align: center;
    float: right;
}

.ssk-div {
    margin: 0px 0px 50px;
}

.ssk-div .ipt1 {
    width: 420px;
    line-height: 38px;
    padding: 0px 10px;
    /* border-radius: 4px 0px 0px 4px; */
    border: 1px solid #9E9E9E;
    height: 42px;
}

.ssk-div .ipt2 {
    line-height: 40px;
    /* border-radius: 0px 4px 4px 0px; */
    border: 1px solid #3f71db;
    width: 95px;
    margin-left: -5px;
    font-size: 16px;
    color: white;
    background: url(../images/sskey.png) no-repeat 15px 10px;
    background-color: #3f71db;
    background-size: 20px;
    padding-left: 26px;
    cursor: pointer;
}




.ssk-div .ipt2:hover {
    background-color: #d7262c;
    border: 1px solid #d7262c;
}







@media (max-width: 767px) {
    .ssk {
        width: 100%;
        margin-top: 20px;
    }

    .ssk-div .ipt1 {
        width: 60%;
    }

    .ssk-div .ipt2 {
        width: 30%;
    }

    .ssk-div {
        margin: 0px 0px 30px;
    }

    .dwonTc-cont {
        width: 95%;
        height: 400px;
        margin-top: 100px;
    }
}

.navbar-jd {
    float: left;
    padding-top: 14px;
}

.navbar-jd img {
    width: 32px;
}