﻿button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none;
    border: none;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

    .header .header-wrap {
    }

.header-wrap {
    padding: 0 100px;
}

.header.index .header-wrap {
}

.header.index.scroll2 .header-wrap {
    background-color: #fff;
}



.header.index {
}

    .header.index .navbar .navbar-a {
        color: #fff;
    }

    .header.index.scroll2 .navbar .navbar-a {
        color: #0d141c;
    }
	
	.header.index.scroll2 .navbar .navbar-a:hover{
    color: #b29b65;
}

.header.scroll2 .header-wrap {
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
    border-bottom: none
}

.header.ny .navbar .navbar-a {
    color: #333;
}

.header.scroll .navbar .navbar-a {
    line-height: 80px;
    color: #333;
}

.header.scroll .pc-En,
.header.scroll .nav-search,
.header.scroll .nav-loading,
.header.scroll .header-wrap .tool {
    height: 80px;
    line-height: 80px;
}

.header.scroll .header-wrap .logo {
    margin-top: 12px;
}

.header.scroll .search-box {
    top: 80px;
}



.header.ny .nav-search,
.header.scroll .nav-search {
    background: url(../images/search2.png)no-repeat center
}

.header.ny .pc-En a,
.header.scroll .pc-En a {
    color: #333;
}

    .header.ny .pc-En a:hover, .header.ny .pc-En a.active,
    .header.scroll .pc-En a:hover, .header.scroll .pc-En a.active {
        color: #fff;
    }



.header-wrap .logo {
    float: left;
    margin-top: 22px;
}

    .header-wrap .logo h1 {
        font-size: 0;
        float: left;
    }

.header-wrap .tool {
    float: right;
    height: 80px;
    line-height: 80px;
}

.pc-En {
    float: right;
    line-height: 100px;
}

    .pc-En a {
        line-height: 22px;
        display: inline-block;
        border-radius: 11px;
        color: #fff;
        padding: 0 9px;
        font-family: Arial;
    }

        .pc-En a:hover,
        .pc-En a.active {
            background-color: #000;
            color: #fff;
        }

        .pc-En a:first-child {
        }






.nav-search {
    background: url(../images/search2.png)no-repeat right;
    float: right;
    height: 88px;
    padding: 0 40px;
    cursor: pointer;
}
.search-box {
    position: absolute;
    top: 88px;
    transition: all .3s;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.search-box-on {
    display: block;
}

.search-wrap {
    border: 1px solid #fff;
    border-radius: 23px;
    height: 0;
    width: 325px;
}

.nav-search .search {
    color: #fff;
    padding: 0 20px 0 0;
    width: 260px;
    height: 0;
    float: left;
    display: inline-block;
}

.nav-search .butt {
    float: left;
    width: 60px;
    height: 0;
    display: inline-block;
    background: url(../images/search4.png)no-repeat center;
    border-left: 1px solid transparent;
}
.nav-search:hover .search-wrap {

}

.nav-search:hover .search-box {

}

.nav-search:hover .search,
.nav-search:hover .butt {

}


.nav-loading {
    background: url(../images/loading.png)no-repeat center;
    display: block;
    width: 21px;
    position: relative;
    float: right;
    height: 100px;
    margin-right: 30px;
}


.navbar {
    color: #b29b65;
    float: right;
}

    .navbar .navbar-ul {
    }

.header.index .navbar .navbar-li {
    float: left;
    padding: 0 30px;
}

.navbar .navbar-li {
    float: left;
    padding: 0 22px;
}

.navbar .navbar-a {
    color: #0d141c;
    display: block;
    font-size: 18px;
    position: relative;
    line-height: 88px;
    padding: 0;
}

.navbar .navbar-li:hover .navbar-a{
    color: #b29b65;
    z-index: 33;
}


.navbar .navbar-li .navbar-a::after,
.navbar .navbar-li .navbar-a::after {
    transition: all 0.5s;
    z-index: 99;
    content: "";
    display: block;
    background-color: #b29b65;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    transform: translate(-50%,50%);
}

.navbar .navbar-li:hover .navbar-a::after {
    width: 8px;
    height: 8px;
}

.navbar .navbar-li.active .navbar-a::after {

}


.navbar .navbar-li.max-drop.active::after,
.navbar .navbar-li.max-drop:hover::after {
    width: 0%;
}

.navbar-li {
    position: relative;
}

.max-drop {
    position: static;
}

.dropmenu-two,
.dropmenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
    max-height: 0;
    opacity: 0;
    transition: max-height .5s;
    border: none;
    color: #303233;
    height: auto;
    padding: 0;
    display: block;
    display: none;
    z-index: 333;
}

.dropmenu-two {
    top: 0%;
    left: 100%;
    transform: none;
    padding: 36px 0;
    width: 300%;
}

    .dropmenu-two a {
        display: block;
    }

.max-drop .dropmenu {
    width: 100%;
    border-top: 1px solid #dee5ed;
}

.drop-li:hover .dropmenu-two,
.navbar-li:hover .dropmenu {
    max-height: 800px;
    opacity: 1;
    display: block;
}


.navbar-bj, .navbar-bj2 {
    height: auto;
    padding: 0;
    display: block;
    max-height: 1200px;
    opacity: 1;
    overflow: hidden;
    transition: max-height .5s;
    transition: height .5s;
    background-color: rgba(20, 20, 20, 0.9);
}







.dropmenu ul {
    width: 100%;
    padding: 36px 0;
}



.dropmenu li > a {
    padding: 0 20px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: left;
}

.navbar-li .dropmenu a:hover,
.dropmenu-two a:hover,
.dropmenu li:hover > a {
    color: #b29b65;
}

.navbar-li .dropmenu a {
    transition: all 0.5s;
    color: #fff;
}

.navbar-li:hover .dropmenu a {
    padding: 10px 20px;
}




.header.black {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}

    .header.black.ny {
        box-shadow: none;
    }

    .header.black .navbar-a {
        color: #333;
    }

.header-logo1 {
    display: block;
}

.header-logo {
    display: none;
}

.header.index .header-logo {
    display: block;
}

.header.index .header-logo1 {
    display: none;
}

.header.index.scroll2 .header-logo {
    display: none;
}

.header.index.scroll2 .header-logo1 {
    display: block;
}

.nav-search .search-wrap {
    display: block;
    height: 46px;
    margin: 52px auto;
}

.nav-search .search, .nav-search .butt {
    height: 46px;
}



@keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}


@-webkit-keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}

@-moz-keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}


@-moz-keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);
    }

    100% {
        background-size: 100%;
    }
}

@-webkit-keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);
    }

    100% {
        background-size: 100%;
    }
}

@keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);

    }

    100% {
        background-size: 100%;
    }
}


.mod_service {
    padding: 57px 0 78px;
}

.mod_link {
    color: #fff;
    margin-bottom: 20px;
}

    .mod_link a {

        opacity: 0.4;
        color: #fff;
        margin-right: 20px;
        margin-left: 5px;
    }

.mod_info {
    color: #585858
}

    .mod_info a {
        color: #585858;
        margin: 0 26px 0 3px;
    }

        .mod_info a:hover {
            color: #fff;
        }

.mod_link a:hover,
{
    opacity: 1;
}









@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
    .navbar {
        margin-left: 80px;
    }



   
}

@media (max-width: 1459px) {

    .dropmenu li > a {
        padding: 0 6px;
        line-height: 48px;
    }

    .navbar {
        margin-left: 70px;
    }

    .dropmenu ul .dropmenu-item .dropmenu-right {
        padding-left: 30px;
    }

    .dropmenu ul .dropmenu-item .ztyw-img {
        margin-right: 30px;
    }

    .dropmenu ul .dropmenu-item .ztyw-font {
        width: 54%;
    }

    .dropmenu ul .dropmenu-item:nth-child(3),
    .dropmenu ul .dropmenu-item {
        padding: 25px 0;
    }


    .navbar .navbar-a {
        line-height: 88px;
    }

    .pc-En,
    .nav-search,
    .nav-loading,
    .header-wrap .tool {
        height: 88px;
        line-height: 88px;
    }

    .header-wrap .logo {
    }

    .search-box {
        top: 88px;
    }

    .header-logo,
    .header-logo1 {
        width: 168px;
    }

    .mod_service {
        padding: 30px 0 50px;
    }

    .mod_link {
        margin-bottom: 12px;
        line-height: 26px;
    }

    .navbar .navbar-li,
    .header.index .navbar .navbar-li {
        padding: 0 30px;
    }

  
}

@media (max-width: 1259px) {
    .navbar {
        margin-right: 0;
    }

        .navbar .navbar-ul {
            margin-right: -6px;
        }

        .navbar .navbar-li {
            padding: 0 10px;
        }



    .nav-search, .nav-loading {
        margin-right: 20px;
    }

  
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .teldb img,
    .kf-zx img {
        width: 22px;
    }

  
}

@media (max-width: 400px) {
}

@media (max-width: 321px) {
}




.header-app {
    background: #b29b65;
    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: #fff;
        -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);
    }

    .header-app .logo {
        float: left;
        vertical-align: middle;
        padding: 8px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .header-app .logo img {
            width: 110px;
            margin-top: 6px;
        }

    .header-app .right-box {
        padding-left: 10px;
    }

    .header-app .red-txt {
        font-size: 14px;
    }

    .header-app .black-txt {
        font-size: 12px;
    }

.navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    height: 60px;
    text-align: center;
    background: #fff;
}

.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: #000000;
        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.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: #444;
    }

.nav-list li.active .cate-item > a,
.nav-list li.open .cate-item > a {
    color: #b29b65;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #b29b65;
}

.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: #888;
        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: #b29b65;
}

.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: #666;
}

.category-pad a.active {
    color: #b29b65;
}

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #b29b65;
    padding-right: 15px;
    color: #b29b65;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: #fff;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

    .alert-top .text {
        border-radius: 0px;
        height: 40px;
        background: none;
        border: solid 1px rgba(0, 0, 0, 0.1);
        width: 80%;
        float: left;
        color: #666;
        padding: 0 10px;
    }

    .alert-top .search {
        background: url(../images/icon-search.png) no-repeat center;
        width: 10%;
        height: 26px;
        float: left;
        margin-top: 7px;
    }

    .alert-top span {
        color: #666;
        float: right;
        font-size: 20px !important;
        margin-top: 8px;
        width: 10%;
        text-align: center;
    }

.app-lanu {
    text-align: center;
    margin-top: 20px;
}

    .app-lanu a {
        display: inline-block;
        line-height: 30px;
        padding: 0 14px;
        font-size: 14px;
        color: #333;
    }

        .app-lanu a.on {
            background: #b29b65;
            color: white;
            border-radius: 30px;
        }

.app-search {
    margin-bottom: 15px;
    border: 1px solid #525252;
}

    .app-search input {
        width: 86%;
        line-height: 38px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        color: #afafaf;
        padding: 0 12px;
    }

    .app-search button {
        width: 38px;
        float: right;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

    .app-search i {
        font-size: 20px !important;
        color: #888;
        cursor: pointer;
        line-height: 0;
    }

.app-sousuo {
    line-height: 22px;
    color: #b29b65;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}




.foinfo-left {
    float: left;
    width: 50%;
}

.foinfo-right {
    float: right;
    width: 50%;
}

.foot-app .share-box {
    margin-top: 12px;
    margin-bottom: 10px;
}

.mod_service_app p {
    color: #fff;
}

    .mod_service_app p a {
        color: #fff;
    }

.mod_service_app {
    padding-bottom: 15px;
}


@media(max-width: 1459px) {
}

@media(max-width: 1024px) {
    .header-logo, .header-logo1 {
        width: 180px;
    }

    .header {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }
}



@media(max-width: 991px) {


    .mod_share a, .mod_info p a, .mod_info p,

   
    .mod_service {
        padding: 30px 0 65px;
    }


}

@media (max-width: 767px) {
    /* app */
    .app-sousuo {
        padding-right: 10px;
    }

  

    .mod_service {
        padding: 26px 0 65px;
    }
}

@media (max-width: 639px) {
    .weixin-box img {
        width: 85px;
    }

  
}

@media (max-width: 370px) {
}







.drop-nav {
    position: relative;
    display: block;
}

.nav-top {
    position: relative;
    height: 52px;
    line-height: 52px;
    border-bottom: solid 1px #dee5ed;
}

    .nav-top .nav-a {
        color: #333;
        font-size: 16px;
        display: block;
        padding: 0px 20px 0 45px;
    }

    .nav-top .nav-more {
        font-size: 16px;
        color: #333;
        text-align: center;
        transition: all .5s;
        line-height: 52px;
        width: 45px;
        height: 52px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .nav-top.active a {
        background-color: #b29b65;
        color: #fff;
    }

.nav-bot {
    top: 48px;
    left: 0;
    width: 100%;
    display: none;
}

    .nav-bot .nav-item {
    }

.nav-bot {
    z-index: 99;
}

.nav-more.open {
    transform: rotateZ(90deg);
    opacity: 1;
}

.nav-top.one .nav-more {
    left: 15px;
}

.nav-top.one .nav-a {
    padding: 0 20px 0 55px;
}

.nav-top.second {
    padding: 0 20px 0 65px;
}

.iframe-nav .nav-top.one .nav-more {
    left: 0;
}

.iframe-nav .nav-top.second {
    padding: 0 20px 0 54px;
}

.iframe-nav .nav-top.three {
    padding: 0 20px 0 65px;
}


.com-file {
}

.com-file-ul {
    margin: 0 -25px;
}

    .com-file-ul li {
        float: left;
        width: 50%;
        padding: 0 25px;
        margin-bottom: 19px;
    }

.com-file-item {
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
}

    .com-file-item img {
        float: left;
        margin-right: 24px;
    }

    .com-file-item .file-font {
        padding: 23px 0 20px;
        float: left;
    }

    .com-file-item h4 {
        color: #444;
    }

    .com-file-item p {
        color: #888;
        margin-top: 9px;
    }

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    position: relative;
    color: #333;
}

.btn8 {
    border: 1px solid #d0d0d0;
    position: relative;
    color: #666;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .btn8 .bg_brf, .btn8 .bg_aft {
        background: #b29b65;
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 100%;
        left: 0;
        z-index: -1;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
        transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    }

    .btn8 .bg_brf {
        opacity: 0.5;
    }

    .btn8:hover {
        color: #fff;
        border-color: #b29b65;
    }


        .btn8:hover .bg_brf, .btn8:hover .bg_aft {
            bottom: 0;
        }

        .btn8:hover .bg_aft {
            -webkit-transition-delay: .175s;
            transition-delay: .175s;
        }

    .btn8 span {
        position: relative;



        z-index: 1;
    }

.btn9 {
    border: 1px solid #d0d0d0;
    position: relative;
    color: #666;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .btn9:hover {
        color: #fff;
        border-color: #b29b65;
    }

    .btn9 .bgsqr1, .btn9 .bgsqr2, .btn9 .bgsqr3, .btn9 .bgsqr4 {
        background: #b29b65;
        position: absolute;
        width: 25%;
        height: 0;
        -webkit-transition: height .4s;
        transition: height .4s;
    }

    .btn9 .bgsqr1 {
        top: 0;
        left: 0;
    }

    .btn9 .bgsqr2 {
        bottom: 0;
        left: 25%;
    }

    .btn9 .bgsqr3 {
        top: 0;
        left: 50%;
    }

    .btn9 .bgsqr4 {
        bottom: 0;
        left: 75%;
    }

    .btn9:hover .bgsqr1, .btn9:hover .bgsqr2, .btn9:hover .bgsqr3, .btn9:hover .bgsqr4 {
        height: 100%;
    }

    .btn9 span {
        position: relative;
        z-index: 1;
    }
.down .ban-nav .com-ul li:last-child a {
    margin: 0;
}

.down .ban-nav .com-ul li a {
    margin: 0 45px 0 0;
    color: #0d141c;
}



.down .nav-header .swiper-slide {
    width: auto;
    height: 80px;
    line-height: 80px;
    position: relative;
    padding: 0;
}

    .down .nav-header .swiper-slide em,
    .down .ban-nav em {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(../images/down-icon1.png)center;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 2px;
    }

.down .ban-nav.left {
    overflow-x: auto;
    text-align: left;
}




.down-wrap {
}

.down-header {
    margin: 71px 0 57px;
}

.down-table {
    text-align: left;
}

    .down-table tr {
        border-bottom: 1px solid #e5e5e5;
    }

    .down-table th {
        color: #fff;
        background-color: #b29b65;
        font-weight: 400;
        padding: 10px 0;
        font-size: 16px;
        border-top: 1px solid #b29b65;
        border-bottom: 1px solid #b29b65;
    }

        .down-table th:first-child {
            padding-left: 30px; 
        }

        .down-table th:last-child {
            width: 10.8%;
        }

    .down-table td:first-child {

        padding: 20px 0 23px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .down-table td {

        color: #666;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 200;
    }

    .down-table .dott2 {
        width: 10px;
        height: 10px;
        margin-top: 7px;
    }

    .down-table td:last-child {
        padding: 10px 11px 10px 0;
    }


    .down-table tr:hover a,
    .down-table tr:hover td,
    .down-table tr:hover p {

        color: #b29b65;
    }





    .down-table tr:hover .down-icon {
        border: 1px solid #b29b65;
        background: url(../images/down-icon5.png)no-repeat center;
        background-size: 9px;
    }

    .down-table tr:hover em {
        background: url(../images/down-icon3.png);
    }

    .down-table td a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/down.png)no-repeat left;
    }

    .down-table tr:hover a {
        background: url(../images/down1.png)no-repeat left;
    }

.down-page {
    margin: 60px 0 80px;
}

.down-table td {
    background-color: #fff;
}

    .down-table td em {
        width: 14px;
        height: 14px;
        display: inline-block;
        background: url(../images/down-icon2.png);
        vertical-align: middle;
        margin-right: 10px;
    }

    .down-table td p {
        display: inline-block;


        color: #666;
        vertical-align: middle;
        font-weight: 400;
        width: calc(100% - 30px);
    }

    .down-table td a .down-icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #9c9c9c;
        background: url(../images/down-icon4.png)no-repeat center;
        margin-left: 10px;
        background-size: 9px;
    }

    .down-table td a {
        color: #666;
    }

        .down-table td a span {
            vertical-align: middle;
        }

.down-page {
    margin: 80px 0;

}



@media(max-width: 1679px) {
    .abou-six .info-wrap h4 {
        font-size: 60px;
    }
}


@media(max-width: 1459px) {
    .serv-one {

        padding: 60px 0 40px;
    }


    .down-page {
        margin: 60px 0;
    }

    .serv-two .ny-wrap {
        height: 200px;
    }

    .serv-two h4 {
        font-size: 26px;
    }

    .serv-two p {
        margin-top: 12px;
    }

        .serv-two p.tit-size40 {
            font-size: 30px;
        }

    .down .ban-nav .com-ul {
        width: 112%;
    }

    .down-table tr:hover .down-icon {
        background-size: 8px;
    }

    .down-table td a .down-icon {
        width: 22px;
        height: 22px;
        background-size: 8px;
    }

    .offers.section {
        padding: 60px 0 40px;
    }

    .cont-one {
        padding: 60px 0;
    }

        .cont-one p.p-size16 {
            margin: 35px 0 18px;
        }

    .form-btn {
        margin-top: 40px;
    }

    .cont-two li {
        height: 220px;
        padding: 46px 0 0;
    }

    .coll-one .ny-header {
        margin: 60px 0 40px;
    }

    .coll-one .ny-right {
        padding: 58px 42px 50px;
        margin-top: 88px;
    }

    .coll-two {
        padding: 60px 0;
    }

        .coll-two .swxt-font {
            height: 160px;

        }

        .coll-two .ny-wrap {
            margin-top: 35px;
        }

    .abou-one {
        padding-bottom: 34px;
    }

        .abou-one .ny-wrap {
            margin-top: 35px;
            padding: 0 80px;
        }

            .abou-one .ny-wrap p {
                margin-bottom: 20px;
            }

    .abou-two .ny-wrap {
        margin-top: 25px;
    }

    .abou-two li {
        margin-bottom: 20px;
    }

    .abou-two p {
        vertical-align: middle;
    }

    .abou-four:hover .wave,
    .wave {
        width: 520px;
        height: 520px;
    }

    .abou-four .ny-left img {
        top: 45px;
        left: 2px;
    }

    .abou-four .row2 img {
        width: 140px;
    }

    .abou-four .ny-right .row1 {
        margin-bottom: 30px;
    }

    .abou-four .ny-right {
        padding-top: 90px;
    }


    .abou-six {
        padding-top: 60px;
    }

    .abou-seven li img {
        height: 42px;
    }

    .abou-seven li {
        padding: 0 36px;
    }


    .abou-six .info-wrap h4 {
        font-size: 52px;
    }
}

@media(max-width: 1259px) {
    .serv-two h4 {
        font-size: 24px;
    }


    .serv-one {
        padding: 50px 0 30px;
    }

    .down-page {
        margin: 50px 0;
    }

    .serv-one .swxt-font {
        margin-top: 20px;
    }

    .serv-one li .com-swxt {
        padding: 45px 0;
    }


    .serv-two p.tit-size40 {
        font-size: 28px;
        margin-top: 4px;
    }

    .serv-two p {
        padding: 0 20px;
    }

    .serv-two:hover p {
        max-height: 80px;
    }

    .down .ban-nav .com-ul {
        width: 140%;
    }

    .down-table th:last-child {
        width: 12.8%;
    }

    .offers.section {
        padding: 50px 0 30px;
    }

        .offers.section .ofon-ul li.active .ofon-drop {
            padding: 33px 60px 1px;
        }

        .offers.section .ofon-ul li .ofon-drop {
            padding: 0 60px;
        }

        .offers.section .ofon-font {
            padding: 24px 0;
        }

        .offers.section .ofon-one {

            padding-bottom: 18px;
            margin-bottom: 28px;
        }

        .offers.section .ofon-drop .row {
            margin-bottom: 25px;
        }

    .cont-one {
        padding: 50px 0;
    }

    .cont-two .p-style {
        display: inline;
    }

    .cont-two li {
        height: 200px;
        padding: 32px 0 0;
    }

    .cont-two p {
        margin-top: 15px;
    }

    #random {
        width: 16%;
    }

    .coll-one .ny-right h4 {
        margin-bottom: 18px;
    }

    .coll-one .ny-right {
        padding: 42px 30px;
        margin-top: 64px;
    }

    .coll-one .ny-header {
        margin: 50px 0 35px;
    }

    .coll-two {
        padding: 50px 0;
    }

        .coll-two .swxt-font p {
            line-height: 24px;
        }

        .coll-two .swxt-font {
            height: 140px;
            padding: 35px 0 71px;
        }

        .coll-two .ny-wrap {
            margin-top: 30px;
        }

    .abou-one {
        padding-bottom: 24px;
    }

        .abou-one .ny-wrap {
            padding: 0 60px;
        }

    .abou-two img {
        width: 38px;
        height: 38px;
    }

    .anchor {
        display: none !important;
    }

    .abou-four:hover .wave,
    .wave {
        width: 420px;
        height: 420px;
    }

    .abou-four .ny-left img {
        top: 38px;
        left: 2px;
    }

    .abou-four .ny-right .row1 li {
        margin-bottom: 14px;
    }

    .abou-four .row2 img {
        width: 120px;
    }

    .abou-four .ny-right h4 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abou-four .ny-right {
        padding-top: 45px;
    }


    .abou-six {
        padding-top: 50px;
    }

    .abou-seven li img {
        height: 38px;
    }

    .abou-seven li {
        padding: 0 26px;
    }

    .abou-six .info-wrap h4 {
        font-size: 48px;
    }

    .abou-eight .ny-wrap {
        padding: 0 50px;
    }
}

@media(max-width: 991px) {
    .serv-two h4 {
        font-size: 22px;
    }

    .serv-one li .com-swxt {
        padding: 30px 0;
    }


    .serv-two p.tit-size40 {
        font-size: 24px;
        margin-top: 4px;
    }

    .serv-two .ny-wrap {
        height: 170px;
    }

    .down .ban-nav .com-ul {
        width: 178%;
    }

    .down-table th:last-child {
        width: 15.8%;
    }

    .down-table th:first-child {
        padding-left: 20px;
    }

    .down-table td:first-child {
        padding: 16px 20px;
    }

    .down-table th {
        padding: 8px 0;

    }

    .offers.section .ofon-drop .ofon-one li {
        width: 33.33%;
    }

    .offers.section .ofon-ul li.active .ofon-drop {
        padding: 30px 30px 1px;
    }

    .offers.section .ofon-ul li .ofon-drop {
        padding: 0 30px;
    }

    .cont-two p {
        line-height: 24px;
        padding: 0 15px;
    }


    .cont-two li {
        height: 180px;

        padding: 26px 0 0;
    }



    .coll-one .ny-right p {
        line-height: 24px;
    }


    .coll-one .ny-right {
        padding: 30px 20px;
        margin-top: 32px;
    }

    .coll-two .swxt-font p .p-style {
        display: inline;
    }

    .abou-one .ny-wrap {
        padding: 0px;
    }

        .abou-one .ny-wrap p {
            margin-bottom: 10px;
            line-height: 26px;
        }

    .abou-one {
        padding-bottom: 34px;
    }

    .abou-two h4 {
        margin: 0 12px 0 15px;
    }

    .abou-four:hover .wave,
    .wave {
        width: 310px;
        height: 310px;
    }

    .abou-four .ny-left img {
        top: 29px;
        left: 2px;
    }

    .abou-four .ny-right {
        padding-top: 22px;
        width: 50.857%;
    }

        .abou-four .ny-right .row1 li:last-child {
            width: 50%;
        }

    .abou-four .row2 li {
        margin-bottom: 8px;
    }

    .abou-four .ny-right h4 {

        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .abou-four .ny-right .row1 {
        margin-bottom: 14px;
    }

    .abou-four .row2 img {
        width: 110px;
    }

    .abou-five .info-wrap2 {
        padding: 22px 0 0;
    }

    .abou-six .info-wrap h4 {
        font-size: 42px;
    }

    .abou-seven li img {
        height: 34px;
    }

    .abou-seven li {
        padding: 0 16px;
    }

    .abou-seven ul {
        margin: 0 -20px;
    }
}

@media(max-width: 767px) {
    .serv-one {
        padding: 45px 0 25px;
    }

    .down-page {
        margin: 45px 0;
    }

    .down-table td:nth-child(2),
    .down-table td:nth-child(3),

    .down-table th:nth-child(2),

    .down-table th:nth-child(3) {
        display: none;
    }

    .down-table td a .down-icon {
        width: 20px;
        height: 20px;
        background-size: 8px;
    }

    .down-table th:last-child {
        width: 25.8%;
    }

    .offers.section {
        padding: 45px 0 25px;
    }

    .cont-one {
        padding: 45px 0;
    }

    .coll-one .ny-header {
        margin: 45px 0 30px;
    }

    .coll-one .ny-right {
        margin-top: 1px;
    }

    .coll-two {
        padding: 45px 0;
    }

        .coll-two .swxt-font {
            height: 160px;
        }

    .coll-swiper .swiper-container {
        padding: 35px 0;
        margin-bottom: 25px;
    }

    .coll-swiper {
        display: block;
        margin: auto;
    }

        .coll-swiper img {
            width: 100%;
        }

    .coll-three .ny-wrap {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background-color: #b29b65 !important;
    }

    .coll-swiper .swiper-button-next, .coll-swiper .swiper-button-prev {
        display: none !important;
    }

    .abou-one .ny-wrap {
        margin-top: 22px;
    }

    .abou-one {
        padding-bottom: 24px;
    }

    .abou-two li {
        text-align: center;
    }

    .abou-two p {
        width: 100%;
        margin-top: 10px;
    }

    .abou-three .ny-header {
        margin-bottom: 35px;
    }

    .abou-four .ny-right {
        width: 100%;
    }

    .abou-four .ny-left {
        width: 100%;
    }

    .abou-four:hover .wave,
    .wave {
        width: 350px;
        height: 350px;
    }

    .abou-four .ny-left img {
        top: 32px;
        left: 2px;
    }

    .abou-four .ny-right {
        margin-bottom: 45px;
    }

        .abou-four .ny-right h4 {
            text-align: center;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

    .abou-four .row2 ul {
        float: right;
        margin: 0 20px;
    }


    .abou-four .row2 img {

        margin: 0 20px;
    }

    .abou-five .info-wrap2 {
        padding: 10px 0 0;
    }

    .abou-five.pb80 {
        padding-bottom: 35px;

    }

    .abou-six {
        padding-top: 45px;
    }

    .abou-seven li {
        padding: 0;
        width: 20%;


        text-align: center;
        margin-bottom: 20px;
    }

    .abou-seven ul {
        margin: 0;
    }

    .abou-six .info-wrap h4 {
        font-size: 22px;
    }

        .abou-six .info-wrap h4 span {
            font-size: 26px;
        }

    .abou-seven li img {
        height: 26px;
    }

    .abou-eight .swiper-button-next,
    .abou-eight .swiper-button-prev {
        display: block;
        font-size: 16px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background-color: #b29b65;
        color: #fff;
    }

    .abou-eight .ny-wrap {
        padding: 0 80px;
    }

    .abou-seven {
        margin: 36px 0 18px;
    }
}

@media(max-width: 639px) {

    .serv-two p.tit-size40 {
        font-size: 22px;
        margin-top: 4px;
    }

    .serv-two .ny-wrap {
        height: 200px;
    }


    .serv-two p {
        max-height: 80px;
    }

    .offers.section .ofon-ul li.active .ofon-drop {
        padding: 20px 20px 1px;
    }

    .offers.section .ofon-ul li .ofon-drop {
        padding: 0 20px;
    }

    .offers.section .ofon-drop .ofon-one li {
        width: 100%;
        margin-bottom: 0;
    }

    .offers.section .off-btn {
        width: 20px;
        height: 20px;
        background-size: 16px;
    }

    .offers.section .ofon-right {
        right: 20px;
    }

    .offers.section .ofon-left h4 {
        font-size: 16px;
        padding-right: 50px;
    }

    .form-ul li {
        width: 100%;
    }

    .com-form textarea {
        height: 150px;
    }



    .form-btn input {
        width: 130px;
        height: 45px;
        line-height: 45px;
    }

    .cont-one p.p-size16 {
        margin: 28px 0 18px;
    }

    #random {
        width: 208px;
        margin: 20px 0 0;
    }

    .cont-two li {
        height: auto;
        width: 50%;
        margin-bottom: 20px;
        padding: 0;
        border: none;
    }

    .cont-two.pb80 {
        padding-bottom: 25px;
    }

    .coll-one .ny-right {
        width: 100%;
        margin: 0;
    }

    .coll-one .ny-left {
        width: 100%;
        margin: 0;
    }

    .coll-two li {
        width: 100%;
        margin-bottom: 20px;
    }

    .coll-two .swxt-font {
        height: auto;
        padding: 35px 0 25px;
    }

    .coll-two {
        padding: 45px 0 25px;
    }


    .serv-two h4 {
        font-size: 20px;
    }

    .serv-two:hover,
    .serv-two {
        background-size: auto 100% !important;
    }
}

@media(max-width: 321px) {
    .serv-one li .com-swxt {
        height: 142px;
        padding: 27px 5px;
    }

    .down-table th:last-child {
        width: 33.8%;
    }
}


@media(max-width: 1679px) {
}

@media(max-width: 1459px) {
    .pt77 {
        padding-top: 60px;
    }

    .coll-three .coll-font .coll-ul11 {
        top: 6.2%;
        left: 40.5%;
    }

    .coll-three .coll-font .coll-ul77 {
        top: 6.8%;
        right: 39.7%;
    }

    .coll-three .coll-font .coll-ul22 {
        top: 30%;
        left: 28.2%;
    }

    .coll-three .coll-font .coll-ul66 {
        top: 31.4%;
        right: 28.2%;
    }

    .coll-three .coll-font .coll-ul33 {
        bottom: 39%;
        left: 32.4%;
    }

    .coll-three .coll-font .coll-ul55 {

        bottom: 38.5%;
        right: 32.8%;
    }

    .coll-three .coll-font .coll-ul44 {
        bottom: 25.8%;

        left: 49%;
    }

    .coll-three .coll-font em span {

        width: 32px;
        height: 32px;
        font-size: 22px;
    }

    .coll-three .coll-font em {
        margin-bottom: 12px;
    }
}

@media(max-width: 1259px) {
    .pt77 {
        padding-top: 50px;
    }

    .coll-three .ny-wrap {
        padding-bottom: 140px;
        padding-top: 5px;

        margin-top: 30px;
    }

    .coll-three .coll-font em span {
        width: 28px;
        height: 28px;

        line-height: 26px;
        font-size: 18px;
    }

    .coll-three .coll-font .coll-ul1 {
        left: 20.7%;
    }

    .coll-three .coll-font .coll-ul4 {
        left: 41%;
    }
}

@media(max-width: 991px) {
    .coll-three .ny-wrap {
        padding-bottom: 111px;
        padding-top: 6px;
        margin-top: 25px;
    }

    .coll-three .coll-font li h4 {
        font-size: 16px;
    }

    .coll-three .coll-font .coll-ul1 {
        left: 18.7%;
    }
}

@media(max-width: 767px) {
    .pt77 {
        padding-top: 45px;
    }

    .lb-nav a.lb-prev {
        left: -20% !important;
    }

    .lb-nav a.lb-next {
        right: -20% !important;
    }
}

@media(max-width: 639px) {
}

@media(max-width: 321px) {
}



.core {
    height: 25px;
    overflow: hidden;
}



.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;
    }



        .anchor li a {
            display: block;
            padding: 0 26px;
            font-size: 16px;
            line-height: 70px;
            text-align: center;
            color: #0d141c;

            transition: all .3s;
            position: relative;
        }

    .anchor.listAnchor li:first-child a {
        font-size: 18px;
    }

.down .ban-nav .com-ul li a::after {
    display: none;
}


.ban-nav .com-ul li a::after,
.anchor li a::after {
    transition: all 0.5s;
    z-index: 99;
    content: "";

    display: block;
    background-color: #b29b65;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    transform: translate(-50%,50%);
}

.anchor li.on a::after,
.ban-nav .com-ul li:hover a::after,
.anchor li:hover a::after {
    width: 8px;
    height: 8px;
}



.anchor li.on a {
    color: #b29b65;
}

.anchor li a:hover {
    color: #b29b65;
}

.anchor-img {
    position: absolute;
    top: 12px;
    left: 60px;
}



.qqkefu {
    position: fixed;
    bottom: 50px;
    z-index: 20;
    right: 0;
    width: 78px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

    .qqkefu ul li {
        width: 78px;
        height: 78px;
        margin-bottom: 1px;
        float: right;
        background: #fff;
        line-height: 78px;
        font-size: 14px;
        cursor: pointer;
        position: relative;
    }

        .qqkefu ul li:hover {
            background: #b29b65;
        }

        .qqkefu ul li a {
            color: #fff;
            overflow: hidden;
            display: block;
            height: 78px;
            padding-left: 10px;
        }

        .qqkefu ul li:hover em {
            color: #fff;
        }

        .qqkefu ul li em {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #0D141C;
            display: inline-block;
            line-height: 28px;
            width: 78px;
            text-align: center;
            font-size: 14px;
            font-style: normal;
        }

        .qqkefu ul li span {
            display: block;
            line-height: 24px;
            font-weight: 400;
            margin-top: 28px;
            margin-left: 10px;
        }

            .qqkefu ul li span.kefuqq {
                font-size: 18px;
                font-family: 'DINPro';
                margin-top: 0;
            }


        .qqkefu ul li.qq_cza {
            overflow: hidden
        }

        .qqkefu ul li:hover {

            background: #b29b65;
        }

        .qqkefu ul li.top {
            background: url("../images/back2.png") no-repeat center #fff;

            position: relative;
            width: 78px;
            height: 78px;


            cursor: pointer;
        }

    .qqkefu li:hover.top {

        background: url("../images/back.png") no-repeat center #b29b65;
    }

    .qqkefu ul li b {
        width: 78px;
        height: 78px;
        display: block;
        overflow: hidden;
        float: right;
    }

    .qqkefu ul li span {
        font-size: 16px;
        color: #FFF;
    }

    .qqkefu ul li b.a {
        background: url(../images/ke2.png) no-repeat center 18px;
        background-size: 35px;
    }

    .qqkefu ul li b.b {
        background: url(../images/ke1.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu ul li b.c {
        background: url(../images/ke3.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu li:hover b.a {
        background: url(../images/ke22.png) no-repeat center 18px;
        background-size: 35px;
    }

    .qqkefu li:hover b.b {
        background: url(../images/ke11.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu li:hover b.c {
        background: url(../images/ke33.png) no-repeat center 15px;
        background-size: 35px;
    }


    .qqkefu ul li.qq_czae {
        line-height: 15px !important

    }

.erweima {
    width: 130px;

    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;
}

    .erweima p {
        line-height: 20px;
        color: #000;
        font-size: 12px;
        text-align: center;

        float: left;

        width: 130px;
    }


        .erweima p img {
            width: 110px;
            height: 110px;
            margin: 10px 10px 0px 10px;
        }

    .erweima .arrow3 {
        width: 12px;
        height: 10px;
        display: block;
        background: url(../images/kefu_10.png) no-repeat;
        position: absolute;
        right: -11px;
        top: 122px;
    }



.kffixed {
    position: fixed;
    bottom: 2px;
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0 2px;
}

    .kefu li {
        width: 50%;
        float: left;
        height: 49px;
        text-align: center;
        color: #fff;
        line-height: 49px;
        color: #fff;
        transition: all .4s;
        padding: 0 1px;
    }

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #b29b65;
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    background: rgba(0, 0, 0, 0.6);
    display: block;
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    color: white;
}


@media (max-width: 992px) {
    .qqkefu {
        display: none !important;
    }

    .kffixed {
        display: block;
    }
}


.kffixed {
    display: none;
}

.kffixed {
    position: fixed;
    bottom: 0;
    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: 48%;
    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(204, 32, 0, 0.7);
}

    .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;
    }

@media (max-width:991px) {
    .kf {
        display: none;
    }

    .kffixed {
        display: block;
    }
}

.caselist {
    margin: 60px 0px 30px;
}

.dwon .dwon-on span {
    color: #b29b65;
}

.dwon li:hover span {
    color: #b29b65;
}






.case-one img {
    height: 252px;
}

@media (max-width:1459px) {
    .case-one img {
        height: 215px;
    }
}

@media (max-width:1259px) {
    .case-one img {
        height: 170px;
    }
}

@media (max-width:991px) {
    .case-one img {
        height: 129px;
    }
}

@media (max-width:767px) {
    .case-one img {
        height: 108px;
    }
}

@media (max-width:639px) {
    .case-one img {
        height: auto;
    }
}

.caseinfo-one-01 {
    padding-top: 0px;
}


.case .ny-wrap li {
    float: none;
    display: inline-block;
    width: 33.1%;
    vertical-align: top;
}

@media (max-width:991px) {
    .case .ny-wrap li {
        width: 33%
    }
}

@media (max-width:767px) {
    .case .ny-wrap li {
        width: 32.9%
    }

    .caselist {
        margin: 30px 0px 30px;
    }
}

@media (max-width:639px) {
    .case .ny-wrap li {
        width: 100%
    }
}




#since .box .date {
    font-family: 'DIN' !important;
}




.partner {
}

    .partner .cont-one {
        padding: 80px 0;
    }

    .partner .com-form {
        width: 650px;
        margin: auto;
    }

    .partner .form-ul li {
        width: 100%;
    }

    .partner .bselect {
        width: 80.4%;
        padding: 0;
        line-height: 46px;
        height: 46px;
        color: #666;
        font-size: 18px;
        background: url(../images/list.png) no-repeat 100% center;
        background-size: 18px;
    }

    .partner .form-ul-item {
        line-height: 46px;
        font-size: 18px;
        color: #666;
    }

    .partner .form-ul input {
        font-size: 18px;
        width: 80%;
    }


    .partner .com-form textarea {
        font-size: 18px;
        padding-top: 9px;
        height: 200px;
    }

    .partner #yzm {
        font-size: 16px;
    }


@media (max-width:1459px) {
    .partner .bselect {
        width: 83%;
    }

    .partner .form-ul input {
        width: 83%;
    }

    .partner .cont-one {
        padding: 60px 0;
    }

    .partner .bselect,
    .partner .form-ul-item,
    .partner .form-ul input,
    .partner .com-form textarea {
        font-size: 16px;
    }
}

@media (max-width:1259px) {
    .partner .cont-one {
        padding: 50px 0;
    }

    .partner .bselect {
        width: 80%;
    }

    .partner .form-ul input {
        width: 80%;
    }

    .partner .form-ul label {
        font-size: 18px;
    }

    .partner .com-form textarea {
        font-size: 18px;
        height: 180px;
    }
}

@media (max-width:991px) {
    .partner .cont-one {
        padding: 50px 0px;
    }

}

@media (max-width:767px) {
    .partner .com-form {
        width: 100%;
    }

    .com-form {
        width: 100%;
    }

    .partner .form-ul label {

        font-size: 16px;
    }

    .partner .com-form textarea {
        font-size: 16px;
        height: 180px;
        padding-left: 14px;
        padding-top: 4px;
    }


    .partner .bselect {

        width: 73%;

    }

    .partner .form-ul input {
        width: 71%;

    }

    .partner .form-ul-item {
        padding-left: 14px;
        line-height: 50px;
    }

    .partner .bselect {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-size: 12px;
    }
}

@media (max-width:400px) {
    .partner .bselect {
        width: 65%;
    }
}


.ifos .ny-tit {
    color: #969696;
}

.ifos-one {
    padding: 76px 0 80px;
}

    .ifos-one .ny-dec {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        padding: 0 100px;
        text-align: left;
        margin: 38px 0 42px;
    }

    .ifos-one .ny-wrap {
        text-align: center;
    }

    .ifos-one .com-play-box {
        display: inline-block;
        position: relative;
        width: 57%;
        cursor: pointer;
        overflow: hidden;
    }

        .ifos-one .com-play-box img {
            width: 100%;
            transition: all 1s;
        }

        .ifos-one .com-play-box:hover .com-play::after {
            transform: rotateZ(360deg);
        }

        .ifos-one .com-play-box:hover img {
            transform: scale(1.05);
        }

.ifos-two {
    padding: 68px 0 0;
}

.ifos-two {
}

    .ifos-two h4 {
        margin: 9px 0 12px;
        transition: all 0.5s;
    }

    .ifos-two p {
        color: #666;
        line-height: 28px;
    }

    .ifos-two .ny-img {
        float: left;
    }

    .ifos-two .ny-text {
        float: left;
        width: 92%;
        padding-left: 20px;
    }

    .ifos-two .ny-wrap {
        margin-top: 46px;

        border-top: 1px solid #e5e5e5;

    }


    .ifos-two ul {
        font-size: 0;

    }

    .ifos-two li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #e5e5e5;
    }

        .ifos-two li .ny-item:hover h4 {
            color: #b29b65;
        }

        .ifos-two li .ny-left {
            border-right: 1px solid #e5e5e5;
            width: 50%;
            position: relative;
            z-index: 33;
        }

        .ifos-two li .ny-right {
            width: 50%;
        }

        .ifos-two li .ny-item {
            padding: 37px 55px 0;
            height: 180px;
        }

            .ifos-two li .ny-item img {
                transition: all 0.5s;
            }

.ifos-five .ny-tit {
    margin: 77px 0 46px;
}

.ifos-five .serv-two a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 14px 48px;
    background-color: #b29b65;
    margin-top: 46px;
}

.ifos-five .serv-two .serv-font div {
    max-height: 0px;
    overflow: hidden;
    transition: all 3.5s;
}

.ifos-five .serv-two .serv-font p {
    max-height: 1000px;
}

.ifos-five .serv-two:hover .serv-font div {
    max-height: 1000px;
}

.ifos-three {
    padding: 77px 0 25px;
}


    .ifos-three .ny-nav a {
        position: relative;
        padding-bottom: 15px;
    }

    .ifos-three .ny-nav .com-hover::before {
        height: 4px;
    }

    .ifos-three .ny-nav {
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        margin: 40px 0;
    }

        .ifos-three .ny-nav ul {
            font-size: 0;
            display: inline-block;
        }

        .ifos-three .ny-nav li {
            display: inline-block;
            margin: 0 47px;
        }

            .ifos-three .ny-nav li.text-left .ifth-item {
                text-align: right;
            }


.ifth-one {
    padding: 0;
}

    .ifth-one .ny-item h4 {
        margin-bottom: 16px;
    }

    .ifth-one .ifth-item {
        margin: 0 9px;
    }

        .ifth-one .ifth-item a {
            color: #666;
            padding: 0 14px 0 10px;
            border-right: 1px solid #939393;
            margin-bottom: 7px;

            display: inline-block;
        }

            .ifth-one .ifth-item a:last-child {
                border-right: none;

            }

    .ifth-one .ny-item {

        padding-left: 22px;
    }

        .ifth-one .ny-item::before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #b29b65;
            margin-top: 6px;
        }

    .ifth-one li {
        display: inline-block;
        vertical-align: top;
        width: 50%;

        height: 100px;
        margin-bottom: 6px;
        transition: all 1s;
    }

        .ifth-one li:nth-child(1),
        .ifth-one li:nth-child(2) {
            margin-bottom: 37px;
        }

        .ifth-one li.text-left {
            text-align: right;
            float: left;
            padding-right: 21.5%;
        }

        .ifth-one li.text-right {
            float: right;
            padding-left: 21.5%;
        }

        .ifth-one li.text-left .ny-item::before {
            float: right;
            margin-left: 10px;
            vertical-align: middle;
        }

        .ifth-one li.text-right .ny-item::before {
            float: left;
            margin-right: 10px;
            vertical-align: middle;
        }

        .ifth-one li:hover {
            transform: translateY(-10px);
        }

            .ifth-one li:hover h4 {
                color: #b29b65;
            }


.ifth-two {
}

    .ifth-two p {
        color: #333;
    }

.ifth-two {
    text-align: center;
    padding: 0 0 62px;
}

    .ifth-two ul {
        font-size: 0;
        display: inline-block;

    }

    .ifth-two li {
        display: inline-block;
        margin: 0 47px;
    }

        .ifth-two li:nth-child(2) {
            margin: 0 104px 0 47px;
        }

.ifth-three {
    text-align: center;
    padding-bottom: 96px;
}

    .ifth-three ul {
        font-size: 0;
        display: inline-block;
        width: 100%;
    }

    .ifth-three li {
        display: inline-block;
        margin: 0 45px 0 16px;
        margin-bottom: 11px;
    }

.ifth-four.info-wrap2 {
    margin: 0 0 0 -2.8%;
}

    .ifth-four.info-wrap2 .com-icon li {
        width: 11.11%;
    }

.ifos-three .ny-nav li.on .com-hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: 0%;
    -webkit-transform-origin: 0%;
}


.ifos-four {
    padding: 77px 0 0;
    height: 917px;
}

    .ifos-four .iffo-wrap {
        position: relative;
    }

    .ifos-four .ny-wrap {
        left: 50%;
        top: 46px;
        position: absolute;
        transform: translateX(-118px);
        width: 100%;
        transition: all 2s;
    }

    .ifos-four .ny-left {
        text-align: center;
        font-size: 0;
    }

        .ifos-four .ny-left li {
        }

        .ifos-four .ny-left .ny-img {
            text-align: center;
            margin: 20px 0;
        }

        .ifos-four .ny-left h4 {
            color: #fff;
            background-color: #b29b65;
            padding: 22px 72px;
            display: inline-block;
        }

    .ifos-four em {
        vertical-align: middle;
        font-weight: 500;
        width: 0;
        display: inline-block;
        margin: 0;
        transition: all 0.5s;
        overflow: hidden;
    }

    .ifos-four.on em {
        margin-left: 9px;
        font-weight: 500;
        width: auto;
    }


    .ifos-four .ny-left li {
        text-align: right;
    }

.ifos-three img {
    width: 100%;
}


.ifos-four .ny-right p {
    color: #666;
    line-height: 32px;
    display: inline-block;
}

.ifos-four .ny-right {
    float: left;
    width: calc(100% - 380px);
}

    .ifos-four .ny-right li {
        height: 70px;
        margin-bottom: 100px;
        padding-left: 100px;

        border-bottom: 1px solid #b29b65;
    }


        .ifos-four .ny-right li:last-child {

            margin-bottom: 0;
        }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: 26px;


        }

        .ifos-four .ny-right li:nth-child(2) .row {
            float: left;
            margin-right: 156px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -39px;
        }

        .ifos-four .ny-right li:nth-child(5) .row,
        .ifos-four .ny-right li:nth-child(3) .row {
            float: left;
            margin-right: 175px;
        }

        .ifos-four .ny-right li:nth-child(5) p,
        .ifos-four .ny-right li:nth-child(3) p {
            margin-top: -7px;
        }

        .ifos-four .ny-right li:nth-child(4) .row {
            float: left;
            margin-right: 82px;
        }

            .ifos-four .ny-right li:nth-child(4) .row:nth-child(2) {
                margin-right: 0;
            }


        .ifos-four .ny-right li:nth-child(4) p {
            margin-top: -6px;
        }

.ifos-four .ny-right {

    opacity: 0;
}

.ifos-four .ny-item {
    text-align: center;
}

.ifos-four.on .ny-right {
    opacity: 1;
}

.ifos-four.on .ny-item {
    text-align: right;
}

.ifos-four.on .ny-left .ny-img {
    width: 95%;
    float: right;
}

.ifos-four.on .ny-wrap {
    left: 0%;

    transform: translateX(0px);
}



.iffo-swiper {
    display: none;
}

@media (max-width:1679px) {
    .ifth-three {
        padding-bottom: 75px;
    }

    .ifos-three {
        padding: 77px 0 40px;
    }

    .ifos-four .ny-right li {
        height: 68px;
    }
}

@media (max-width:1459px) {
    .ifos-one {
        padding: 60px 0;
    }


        .ifos-one .ny-dec {
            padding: 0 60px;
            margin: 32px 0;

        }

    .ifos-two .ny-text {
        width: 90%;
    }

    .ifos-two li .ny-item {
        height: 162px;
    }

    .ifos-two {
        padding-top: 60px;
    }

    .ifos-three {
        padding: 60px 0 30px;
    }

        .ifos-three .ny-nav {
            margin: 32px 0;
        }

    .ifth-one li.text-left {
        padding-right: 18%;
    }

    .ifth-one li.text-right {
        padding-left: 18%;
    }

    .ifth-one li {
        height: 92px;
    }

    .ifth-two {
        padding: 0 0 40px;
    }

    .ifth-three {
        padding-bottom: 55px;
    }

        .ifth-three img {
            width: 100px;
        }


    .ifos-four .ny-left h4 {
        padding: 18px 56px;
    }

    .ifos-four.on .ny-left .ny-img {
        width: 61%;
    }

    .ifos-four .ny-left .ny-img img {
        height: 45px;
    }

    .ifos-four .ny-wrap {
        transform: translateX(-93px);
    }


    .ifos-four .ny-right li {
        height: 55px;
        padding-left: 80px;
        margin-bottom: 85px;
    }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: 20px;
        }

        .ifos-four .ny-right li:nth-child(2) .row {
            margin-right: 80px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -44px;
        }

        .ifos-four .ny-right li:nth-child(5) .row, .ifos-four .ny-right li:nth-child(3) .row {
            margin-right: 100px;
        }

    .ifos-four {
        height: 758px;
        padding-top: 60px;
    }

        .ifos-four .ny-right {
            width: calc(100% - 300px);
        }

    .ifos-five .serv-two a {
        margin-top: 20px;
        padding: 10px 42px;
    }

    .ifos-five .serv-two a {
        margin-top: 13px;
        padding: 6px 16px;
        font-size: 14px
    }

    .ifos-five .ny-tit {
        margin: 60px 0 45px;
    }
}

@media (max-width:1259px) {

    .ifos-one {
        padding: 50px 0;
    }

    .ifos-two {
        padding-top: 50px;
    }


        .ifos-two .ny-text {
            width: 88%;
        }

        .ifos-two li .ny-item {

            height: 138px;
            padding: 20px 20px 0;
        }



    .ifth-one li.text-left {
        padding-right: 14%;

    }


    .ifth-one li.text-right {
        padding-left: 14%;


    }

    .ifth-one .ny-item {
        padding-left: 0;
    }

    .ifos-three .ny-nav a {
        padding-bottom: 10px;
    }

    .ifth-three img {

        width: 80px;
    }

    .ifth-one .ny-item h4 {
        margin-bottom: 12px;
    }

    .ifth-one li {
        height: 88px;
        margin-bottom: 0;
    }

        .ifth-one li:nth-child(1),
        .ifth-one li:nth-child(2) {
            margin-bottom: 28px;
        }

    .ifth-four.info-wrap2 {
        padding-bottom: 30px;
    }

    .ifth-three {
        padding-bottom: 45px;
    }



    .ifos-four .ny-right {
        width: calc(100% - 260px);
    }

    .ifos-four .ny-wrap {
        transform: translateX(-82px);
    }

    .ifos-four .ny-left h4 {
        padding: 18px 44px;
    }

    .ifos-four .ny-right li:nth-child(2) .row {
        margin-right: 40px;
    }

    .ifos-five .ny-tit {
        margin: 50px 0 35px;
    }

    .ifos-four .ny-wrap {
        top: 35px;
    }

    .ifos-four {
        height: 746px;
        padding-top: 50px;
    }
}

@media (max-width:991px) {
    .ifos-four .ny-wrap {
        transform: translateX(-72px);
    }

    .ifos-one .ny-dec {
        padding: 0;
        line-height: 26px;
    }

    .ifos-one .com-play-box {
        width: 76%;
    }

    .ifos-two img {
        width: 38px;
    }

    .ifos-two p {
        line-height: 26px;
    }

    .ifos-two li .ny-item {
        height: 162px;
    }

    .ifth-three img {
        width: 60px;
    }

    .ifth-one li {
        width: 50%;
    }


        .ifth-one li.text-left {
            padding-right: 20px;
        }

        .ifth-one li.text-right {
            padding-left: 20px;
        }

        .ifth-one li.text-left {
            padding-right: 18%;
        }

        .ifth-one li.text-right {
            padding-left: 18%;
        }

    .ifth-item .p-style {
        display: inline;
    }

    .ifth-one .ifth-item a {
        border-right: none;
    }

    .ifth-one .ny-item {
        height: 110px;
    }

    .ifth-four.info-wrap2 {
        padding: 0;
        padding-bottom: 10px;
    }

    .ifth-four .icon-item p {
        font-size: 14px;
    }

    .ifth-four.info-wrap2 li img {
        width: 32px;
    }

    .ifth-three {
        padding-bottom: 8px;
    }

    .ifth-two {
        padding: 0 0 24px;
    }


    .ifos-four .ny-left h4 {
        padding: 15px 38px 16px;
        font-size: 16px;
    }

    .ifos-four .ny-right li {
        height: 48px;

        padding-left: 30px;
        margin-bottom: 75px;
    }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: -2px;
            line-height: 26px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -142px;
        }

        .ifos-four .ny-right li:nth-child(1) {
            margin-bottom: 183px;
        }


    .ifos-four .ny-left .ny-img img {
        height: 35px;
    }

    .ifos-four .ny-right li:nth-child(5) .row, .ifos-four .ny-right li:nth-child(3) .row {
        margin-right: 46px;
    }

    .ifos-four .ny-right li:nth-child(5) p,
    .ifos-four .ny-right li:nth-child(3) p {
        margin-top: -12px;
    }

    .ifos-four .ny-right li:nth-child(4) .row {
        float: left;
        margin-right: 62px;
    }

    .ifos-four .ny-right li:nth-child(4) p {
        margin-top: -12px;
    }

    .ifos-four {
        height: 764px;
    }
}

@media (max-width:767px) {
    .ifos-one {
        padding: 45px 0;
    }

        .ifos-one .com-play-box {

            width: 100%;
        }

    .ifos-two .ny-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ifos-two li .ny-left {

        width: 100%;
        border-right: none;

    }

    .ifos-two li .ny-right {
        width: 100%;
    }


    .ifos-two li {
        border-bottom: none;
    }


    .ifos-two .ny-wrap {

        border-top: none

    }

    .ifos-two li .ny-item {
        height: auto;
        margin-bottom: 20px;
        padding: 0;
    }

    .ifos-two {
        padding-top: 45px;
    }

    .ifos-five .ny-tit {
        margin: 45px 0 30px;
    }

    .ifos-three .ny-nav li {
        margin: 0 40px;

        margin-bottom: 20px;
    }

    .ifos-three .ny-nav ul {
        margin-bottom: -20px;
    }

    .ifth-one li.text-left,
    .ifth-one li.text-right {
        padding: 0;
        width: 100%;
        height: auto;
    }

    .ifth-one li .ny-item {
        width: 100%;
        text-align: left;
        height: auto;
    }

    .ifth-one li.text-left .ny-item::before {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        margin-top: 1px;
    }

    .ifth-one li,
    .ifth-one li:nth-child(1),
    .ifth-one li:nth-child(2) {
        margin-bottom: 16px;
    }

    .ifth-two li:nth-child(2),
    .ifth-two li {
        margin: 0 10px;
    }

        .ifth-two li:hover p {
            color: #b29b65 !important;
        }

    .ifth-four.info-wrap2 .com-icon li {
        width: 33.33%;
    }

    .ifth-four.info-wrap2 li img {
        width: 36px;
    }

    .ifos-three {
        background-size: 0% !important;
    }

    .ifth-two {
        padding: 0 0 38px;
    }

    .ifth-three {
        padding-bottom: 24px;
    }

    .iffo-swiper {
        display: block;
    }

    .iffo-swiper {
        text-align: center;
        margin-top: 30px;
    }


        .iffo-swiper h4 {

            color: #fff;

            background-color: #b29b65;
            display: inline-block;
            padding: 12px 22px 13px;
            font-size: 16px;
        }

        .iffo-swiper p {
            margin: 20px 10px 0;
        }

        .iffo-swiper .com-pagination.swiper-pagination {
            bottom: 0px !important;
        }

        .iffo-swiper .swiper-container {
            padding-bottom: 32px;
        }

        .iffo-swiper .com-pagination .swiper-pagination-bullet {
            background-color: #e5e5e5;
        }

        .iffo-swiper .p-style {
            margin-bottom: 10px;
        }

        .iffo-swiper .row-2 {
            width: 50%;
            float: left;
        }

    .ifos-four .ny-wrap {
        display: none;
    }

    .ifos-four {
        height: auto;
    }

        .ifos-four em {
            margin-left: 9px;
            font-weight: 500;
            width: auto;
        }
}



.plan-three.case.plan .ny-wrap li h4 {
    font-size: 18px;
    line-height: 26px;
}

.plan-three.case.plan .ny-wrap .swxt-font {
    padding: 30px 0;
    min-height: 117px;
}


#yzm {
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
    height: 50px;
    width: 63%;
    max-width: 180px;
}

.anchor-img,
.header-logo1,
.header-logo {
    width: 180px;
}



@media (max-width:1679px) {
    .anchor-img,
    .header-logo1,
    .header-logo {
    }

    .header.index .navbar .navbar-li,
    .navbar .navbar-li {
        padding: 0 30px;
    }

    .prons-r .prons-item {
        height: 322.5px;
    }


    .prons-r .prons-item {
        padding-bottom: 84px;

    }

   
    .prons-r .prons-img {
        padding: 0px 16px;
    }


    .prons-left .prons-img {

        padding: 0 40px;
    }

   
    .prons-left p.h3-size30 {
        padding: 20px 90px 0;
    }

    .infi-news ul {
        padding: 3px 24px 3px;
    }

    .anchor li a {
        padding: 0 6px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 22px 0;
        min-height: 95px;
    }

    .dropmenu ul {
        padding: 26px 0;
    }

    .navbar-li:hover .dropmenu a {
        padding: 6px 20px;
    }

    .header-wrap .logo h1 {
    }
}

@media (max-width:1459px) {
    .banner-search .search {
        width: 350px;
    }

    .product-one .swxt-img {
        height: 288px;
        line-height: 288px;
    }

    .anchor-img,
    .header-logo1,
    .header-logo {
    }

    .header.index .navbar .navbar-li,
    .navbar .navbar-li {
        padding: 0 30px;
    }

    .prons-r p.h3-size30,
    .prons-rb p.h3-size30,
    .prons-left p.h3-size30 {
        font-size: 22px;
    }

    .prons-r .prons-item {
        height: 281px;
    }

    .prons-r p.h3-size30 {
        bottom: 30px;
    }

    .infi-news ul {
        padding: 2px 24px 3px;
    }

    .info-wrap p {
        font-size: 18px;
    }

    .infi-news p {
        font-size: 16px;
    }

    .info-wrap {
        padding: 40px 0 31px;
    }

    .info-wrap2 {
        padding: 14px 0 45px;
    }

    .case .ny-wrap li h4 {
        font-size: 18px;
    }

    .anchor-img {
        top: 19px;
        left: 80px;
    }

    .serv-two h4 {
        font-size: 26px;
    }

    .plan-three.case.plan .ny-wrap li h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 18px 0;
        min-height: 84px;
    }

    .case.plan .ny-wrap li h4 {
        line-height: 26px;
    }

    .navbar-li:hover .dropmenu a {
        padding: 2px 20px;
        line-height: 36px;
    }

    .dropmenu {
        /* width: 140%; */
    }

        .dropmenu ul {
            padding: 22px 0;
        }

    .header-wrap {
        padding: 0 40px;
    }

        .header-wrap .logo h1 {
        }



    .anchor-img {
        left: 40px;
    }


    .banner-search .butt {
        font-size: 16px;
    }

    .proinfo-two .swxt-font {
        padding: 13px 30px 30px;
    }

    .proinfo-two .swxt-img {
        height: 200px;
        line-height: 208px;
    }
}

s

.vt22{ width:7px; margin-right:4px; margin-top:0;}


@media screen and (max-width:1679px) {

	#tabs a {
	  margin: 22px 38px;
	}

}


@media screen and (max-width:1500px) {



#loginalert {
	max-width: 320px;
}

.index-two {
    padding-bottom: 60px;
}

#tabs a {
	  margin: 22px 32px;
	}

	

}

@media screen and (max-width:1280px) {


#tabs a {
	  margin: 22px 25px;
	}
	
.header.index .navbar .navbar-li,
    .navbar .navbar-li {
        padding: 0 22px;
    }

}

@media screen and (max-width:1120px) {

#tabs a {
	  margin: 22px 20px;

	}

}

@media (max-width: 1024px) {
	
.title44 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
}
	
.pubTitle{margin-bottom: 25px;}
.pubTitle h6{font-size: 22px;}

.other_banner{margin-top: 60px; height:180px;}
.other_banner .banner_text h3{font-size: 24px;margin-bottom: 0;font-weight: 400;}

.container5{width:92%;}
.container{width:92%;}

.nymenu_mid ul li a{padding: 15px 0;line-height: 1.5;font-size: 14px;}
.nymenu_mid ul li{padding: 0 20px;width: 50%;float: left;display: block;}

.home-block {
	padding: 40px 0;
}

.article{ padding:25px 25px; }
.subNewsTitle h3:first-child{font-size: 18px;padding: 0 0px 20px;}

.srvStgy-top{margin: 15px auto 0;font-size: 14px;}

.srvStgy-top p{margin-bottom: 10px;}
.srv-wrap{padding: 25px 20px 30px 20px;background:#fff;}
.srv-top{padding-bottom: 15px;text-align: left;font-size: 22px;}

.contact_content_inner {

    padding: 25px 22px;
}


.ul-download li a.link {
    display: block;
    font-size: 14px;
    line-height: 48px;
}

.ul-download {
    padding: 0 0 10px
}


.download-list-box .title {
        width: 100%;
        cursor: pointer;
        padding-left: 38px;
        background: url(../images/ser221.png) no-repeat left center;
        line-height: 60px;
        font-size: 14px;
        overflow: hidden;
        height: 60px;
        color: #444;
        border-bottom: 1px solid #e0e0e0;
    }
	
  .download-list-box .download {
        margin-top: 15px;
        width: 80px;
        height: 30px;
        padding-left: 17px;
        line-height: 30px;
        background: #b29b65 url(../images/ser231.png) no-repeat 50px center;
        color: #fff;
        font-size: 13px;
        display: block;
        border-radius: 30px;
    }

.download-list-box .title:hover {
        background: url(../images/ser221_h.png) no-repeat left center;
        color: #b29b65;
    }
	
.ti22{ width:65%;}
.new-list li{width: 100%;float:left;padding: 0 10px;margin-bottom: 25px;}

.news-pagecontent {
	width: 100%;
}

.news-pagelist {
		float: left;
		width: 100%;

		margin-top:20px;
	}
.news-pagecontent .page .title h1 {
		font-size: 20px;
		font-weight: normal;
		color:#262626;
	}
.news-pagecontent .page {


		padding: 20px 20px 15px;
	}
	
.allfl div {position: relative;padding: 38px 35px;}

.seviceBox h4 {
	font-size: 18px;
	font-weight: 700;
	}
	
.pro_list li{width: 98%; margin-bottom:15px;}

.search-condition-ex {
  padding: 15px 15px;
  font-size: 14px;
}


.search-condition-ex .search-conditions dl dd > a,.search-condition-ex .search-conditions dl dd .custom-salary a,.search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a {
  padding: 5px 15px;
  margin-right: 2px;
}


	

.wrap {
	padding-top: 60px;
}

.new-list1 li{width: 100%;margin-bottom: 15px;}

.close{position:absolute;width: 32px;height: 32px;right: 30px;top: 30px;}

.index-three .index-dec {
            font-size: 16px;
            }
			
.A-title .t1{font-size: 22px;margin-bottom: 20px;}
.in-one{padding: 40px 0;}
.index_text1{ width:92%; max-width: 900px;}

.cpn-culture6 ul li{width: 48%; margin-bottom:20px;}
.cpn-culture6 ul li s {max-width: 80px;margin: 0 auto 15px auto;}

.cpn-culture7 ul li{width: 48%; margin-bottom:20px;}
.cpn-culture7 ul li s {max-width: 80px;margin: 0 auto 15px auto;}

.cpn-culture8 ul li{width: 48%; margin-bottom:20px;}
.cpn-culture8 ul li s {max-width: 80px;margin: 0 auto 15px auto;}

.a562 {
	font-size: 22px;
	margin-top:15px;
}

.x122{padding-left: 0;}


#tabs li {
	display:block;
	width:50%;
	float:left;
}

#tabs a {
	  margin: 8px 0;
	  line-height: 1.4;
	  width: 100%;
	  text-align: center;
	  font-size: 14px;
	  height:auto;
	  padding: 0 10px;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	}
	
#tabs {
	 
	  margin-bottom: 40px;
	  margin-top: 10px;
	  padding:10px 0;
}

.starGn_bg {
    height: 180px;
}

.scet{padding: 25px;}

 .proxqcp{height: auto;padding: 40px 0;margin-top: 57px;}
    .proxqcp-img{width: 100%;height: auto;padding-bottom: 0;}
    .proxqcp-img img{max-height: 280px;}
    .proxqcp-mix{width: 100%;padding: 28px 0 0;}
    .proxqcp-cont h2 {font-size: 22px;margin-bottom: 14px;}
    .proxqcp-btn a:last-child {margin-left: 12px;}
    .proxqcp-btn {margin-top: 24px;}


.proxqcp-cont p{font-size: 15px;}

.advantage-list1 {
	width: 100%;
}

.txt5 p {
	font-size: 15px;
}

.cpn-culture ul li{width: 98%; margin-bottom:15px;}

.Iab-box{ float:none;}

.x12{padding: 30px 0 0 0;font-size:14px;}
.x13{padding: 30px 0 0 0;font-size:14px;}

.x12 p{font-size: 14px;}
.x13 p{font-size: 14px;}

.a563 {
	font-size: 18px;
	margin-bottom: 15px;
}

.bt22 p{font-size: 14px;}


.business .busFlex {
	display:block;
}
.process-item {
	width:50%;
	float:left;
	margin-bottom: 10px;
}

.buslc .h5 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

.process-item:nth-child(1):before {
    display: none;
}

.process-item:nth-child(3):before {
    display: none;
}

.process-item:nth-child(5):before {
    display: none;
}

.process-item:nth-child(7):before {
    display: none;
}

.process-item:nth-child(9):before {
    display: none;
}


.index_text1 p{font-size: 14px;}

.cpn-culture6 ul li p{font-size: 14px;}

.cooperation .cooperation-content-3 .cooperation-content-3-item dl dt {width: 100%; margin-bottom:15px;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl{ background-color: #fff; display:block; margin-bottom:15px;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd{ padding: 30px 20px;}	
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd h2{font-size: 20px;}
.cooperation .cooperation-content-3{padding: 40px 0;}


.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd .text{font-size: 14px;}


}