/* ==========================================================================
   Global
   ========================================================================== */

html {
    font-size: 62.5%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

a {
    color: #333;
}

a:hover {
    color: #000;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

body {
    color: #333;
    font: 14px/1.7 Arial;
}


@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

}

.wrapper {
    max-width: 1540px;
    /*min-width: 980px; */
    _width: 1540px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

header .wrapper {
    position: relative;
    z-index: 99;
}

.logo {
    width: 133px;
    height: 90px;
    overflow: hidden;
    line-height: 90px;
    position: absolute;
    left: 10px;
    top: 0;
}

.logo img {
    max-width: 100%;
}


.langbox {
    position: absolute;
    right: 0px;
    font-size: 16px;
    top: 25px;
    z-index: 3;
    line-height: 30px;
    color: #555555;
}

.langbox img {
    width: 40px;
}

.serchinco {
    position: absolute;
    width: 40px;
    color: #fff;
    text-align: center;
    height: 30px;
    right: 50px;
    top: 25px;
    cursor: pointer;
    z-index: 999;
}

.serchinco img {
    width: 40px;
}


.globalsearch {
    display: none;
}

.globalsearch {
    position: absolute;
    top: 90px;
    right: 0;
    width: 280px;
    padding: 15px;
    z-index: 99;
    background: rgba(0, 0, 0, .7);
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch #q {
    float: left;
    border: 0 none;
}

.globalsearch .search-btn {
    float: right;
    border: 0 none;
}

.globalsearch #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    cursor: pointer;
    background: url(../images/btn_ser.png) no-repeat center;
}


@media only screen and (max-width:920px) {
    .serchinco {
        right: 48px;
        top: 0;
    }

    .globalsearch {
        top: 48px;
    }

    .logo,
    .toptel,
    .langbox {
        display: none;
    }

    .topbar {
        height: 0;
    }

    .serchinco {
        width: 48px;
        height: 48px;
        line-height: 48px;
        border: 0;
        font-size: 16px;
        text-align: center;
    }

    .serchinco span {
        display: none;
    }

}

@media only screen and (max-width: 480px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}



/* ==========================================================================
Nav
========================================================================== */
/* primary */

.globalnav {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 16px;
}

.globalnav li {
    float: left;
}

.globalnav li a {
    display: block;
    color: #555;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    font-family: microsoft yahei;
}

.globalnav .nav-sep {
    width: 2px;
    height: 42px;
    background: url(../images/nav-sep.gif) no-repeat 0;
}

.globalnav .active a,
.globalnav li .active1 {
    color: #024099;
}

.dropdown {
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    top: 100%;
    margin-left: 50% !important;
    width: 100vw;
    left: -50vw;
    height: auto;
    display: none;
}

.wrapper2 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
}

.wrapper2 .left {
    width: 40%;
}

.wrapper2 .right {
    width: 60%;
}

.head_title {
    font-size: 24px;
}

.head_name {
    font-size: 22px;
}

.head_list {
    margin-top: 20px;
}

.head_list li {
    margin-bottom: 10px;
}

.products {
    display: inline-block;
    padding: 5px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.products:after {
    content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: -100px;
    background: white;
    width: 50px;
    height: 125px;
    opacity: 20%;
    transform: rotate(-45deg);
}

.products:hover:after {
    left: 120%;
    transition: all 1600ms cubic-bezier(0.3, 1, 0.2, 1);
}

.products:hover {
    color: #fff;
}

.head_list2 {
    margin-left: -30px;
}

.head_list2 li {
    margin-left: 30px;
    float: left;
    width: calc(33.33% - 30px);
}

.headbox .pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.headbox .bgimg {
    width: 100%;
}

.headbox .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.head_txtarea .title {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.head_txtarea .desc {
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.downbox {
    width: 25%;
}

.downbox a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.downbox img {
    max-width: 100%;
}

.downbox .name {
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: center;
}

@media only screen and (max-width:1680px) {
    .wrapper2 {
        margin-left: 175px;
    }
}

@media only screen and (max-width:1440px) {
    .wrapper2 {
        margin: 0 auto;
    }
}

@media only screen and (max-width:1280px) {
    .downbox img {
        max-width: 50%;
    }

    .head_title {
        font-size: 20px;
    }

    .head_name {
        font-size: 18px;
    }

    .products {
        font-size: 16px;
    }

    .logo img {
        max-width: 65%;
    }

}


@media only screen and (max-width:920px) {
    .dropdown {
        display: none;
    }

    #globalnav {
        background: #000 !important;
    }

    #globalnav .gn-menuicon-bread-crust {
        background: #fff !important;
    }
}

@media only screen and (max-width:768px) {
    .wrapper2 .right {
        display: none;
    }

    .wrapper2 .left {
        width: 100%;
    }

    .wrapper2 {
        padding: 0 2rem;
    }

    .products {
        margin-top: 10px;
    }

    .downbox img {
        display: none;
    }

    .column {
        flex-wrap: wrap;
    }

    .downbox {
        width: 100%;
    }

    .downbox a {
        align-items: flex-start;
    }

    .downbox .name {
        font-size: 14px;
        font-weight: 400;
    }

    .head_title {
        font-size: 16px;
    }

    .head_name {
        font-size: 14px;
    }

    .products {
        font-size: 14px;
    }
}









/* ==========================================================================
   第一模块part01
========================================================================== */
.banner img {
    max-width: 100%;
    max-height: calc(100vh - 90px);
    width: 100vw;
    object-fit: cover;
}

.part01 {
    position: relative;
}

.part01 .txtarea {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}

.part01 .title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: -10px;
}

.part01 .desc {
    font-size: 36px;
    white-space: nowrap;
    /* margin-bottom: -10px; */
}

.part01 .name {
    font-size: 24px;
}

.learn {
    display: inline-block;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    padding: 3px 20px;
    border-radius: 25px;
    color: #fff;
    margin-top: 10px;
}

.learn:hover {
    background: #000;
    color: #fff;
}





.part01 .swiper-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -650px;
    z-index: 850;
    height: 120px;
    font-size: 18px;
    overflow: hidden;
    color: #fff;
    font-weight: 300;

}

.part01 .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.part01 .swiper-container .swiper-slide-prev {
    opacity: .5;
    cursor: pointer;
}

.part01 .swiper-container .swiper-slide-active {
    opacity: 1;
    font-weight: 600;
    position: relative;
}

.part01 .swiper-container .swiper-wrapper .swiper-slide-active::before {
    content: "";
    position: absolute;
    z-index: 999;
    background-color: #fff;
    width: 3px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.part01 .swiper-container .swiper-slide-next {
    opacity: .5;
    cursor: pointer;
}



@media only screen and (max-width:1440px) {
    .part01 .swiper-container {
        margin-left: -580px;
    }
}

@media only screen and (max-width:1280px) {
    .part01 .title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .part01 .desc {
        font-size: 28px;
        margin-bottom: 0;
    }

    .part01 .name {
        font-size: 22px;
    }

    .part01 .swiper-container {
        margin-left: -520px;
    }

}

@media only screen and (max-width:1024px) {
    .part01 .title {
        font-size: 18px;
    }

    .part01 .desc {
        font-size: 22px;
    }

    .part01 .name {
        font-size: 19px;
    }

    .part01 .swiper-container {
        margin-left: -420px;
        font-size: 16px;
    }

    .part01 .swiper-container {
        height: 80px;
        font-size: 14px;
    }

    .part01 .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
    }

    .serchinco img {
        max-width: 60%;
    }


}


@media only screen and (max-width:920px) {
    .part01 .swiper-container {
        margin-left: -400px;
    }

    .part01 .title {
        font-size: 16px;
    }

    .part01 .desc {
        font-size: 18px;
    }

    .part01 .name {
        font-size: 16px;
    }

    .learn {
        font-size: 12px;
        padding: 1px 20px;
    }
}

@media only screen and (max-width:768px) {
    .part01 .swiper-container {
        margin-left: -350px;
    }
}

@media only screen and (max-width:500px) {
    .part01 .txtarea {
        top: 5px;
    }

    .part01 .txtarea .desc,
    .part01 .txtarea .name {
        display: none;
    }

    .part01 .learn {
        margin-top: 0;
        padding: 0px 10px;
        border-width: 1px;
    }

    .part01 .swiper-container {
        display: none;
    }
}











/* ==========================================================================
   第二模块part02
========================================================================== */
.part02 {
    background-color: rgb(240, 241, 242);
    padding: 20px 0;
}

.pro02 {
    position: relative;
}

.pro02 video {
    width: 100%;
    height: 665px;
    object-fit: cover;
}

.pro02 .cover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    color: #fff;

}

.pro02 .cover .title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.pro02 .cover .text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .65);
    font-weight: 400;
}

.pro02 .cover .price {
    font-size: 18px;
    line-height: 24px;
    margin-top: 32px;
    font-weight: 400;
}

.ljgm {
    margin-top: 64px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    padding: 0 32px;
    position: relative;
    width: auto;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: 40px !important;
    background: #fff;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    transition: all .3s ease;
    touch-action: manipulation;
    user-select: none;
    color: rgba(0, 0, 0, .85);
}

.ljgm:hover {
    background: rgba(255, 255, 255, .9);
    color: rgba(0, 0, 0, .85);
}


.pro02list {
    margin-left: -20px;
    display: flex;
    margin-top: 20px;
}

.pro02list li {
    margin-left: 20px;
    width: calc(20% - 20px);
    background-color: #fff;
}

.pro02box .pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.pro02box .bgimg {
    width: 100%;
}

.pro02box .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover .upimg {
    transform: scale(1.06);
}

.pro02box .txtarea {
    padding: 16px 24px;
}

.pro02box .txtarea a:hover {
    color: #000;
}

.pro02box .txtarea .pro02_name {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro02box .txtarea .pro02_price {
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
    margin-top: 24px;
}


.module01 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.module01 .ck {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 10px;
    box-sizing: border-box;
}

.module01 .ck::before,
.module01 .ck::after {
    box-sizing: inherit;
    position: absolute;
    content: '';
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.module01 .ck::after {
    bottom: 0;
    right: 0;
}

.module01 .ck::before {
    top: 0;
    left: 0;
}

.module01 .ck:hover::before,
.module01 .ck:hover::after {
    width: 100%;
    height: 100%;
}

.module01 .ck:hover::before {
    border-top-color: #141414;
    border-right-color: #141414;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.module01 .ck:hover::after {
    border-bottom-color: #141414;
    border-left-color: #141414;
    transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}

.module01 .ck img {
    margin-left: 5px;
}

@media only screen and (max-width:1440px) {
    .pro02 .cover .title {
        font-size: 28px;
        line-height: 1;
    }

    .ljgm {
        margin-top: 45px;
    }

    .pro02box .txtarea .pro02_name {
        font-size: 16px
    }
}

@media only screen and (max-width:1366px) {
    .pro02 video {
        height: 580px;
    }

    .pro02box .txtarea .pro02_price {
        margin-top: 15px;
    }

}

@media only screen and (max-width:1280px) {
    .pro02 .cover .text {
        font-size: 16px;
    }

    .pro02 .cover .price {
        font-size: 17px;
        margin-top: 24px;
    }

    .ljgm {
        height: 30px;
        font-size: 15px;
        line-height: 1;
        padding: 0 20px;
    }

    .pro02box .txtarea {
        padding: 10px;
    }

    .module01 .ck {
        font-size: 18px;
    }
}

@media only screen and (max-width:1024px) {
    .pro02 video {
        height: 480px;
    }

    .pro02 .cover .title {
        font-size: 24px;
    }

    .pro02 .cover .text {
        font-size: 14px;
    }

    .pro02 .cover .price {
        font-size: 15px;
        margin-top: 20px;
    }

    .ljgm {
        height: 28px;
        font-size: 14px;
        line-height: 1;
        padding: 0 15px;
        margin-top: 25px;
    }

    .module01 .ck {
        font-size: 16px;
    }
}

@media only screen and (max-width:920px) {
    .pro02 video {
        height: 400px;
    }

    .pro02 .cover {
        left: 25px;
    }

    .pro02 .cover .title {
        font-size: 20px;
    }

    .pro02 .cover .price {
        font-size: 14px;
        margin-top: 15px;
    }

    .module01 .ck {
        font-size: 14px;
    }

    .module01 .ck img {
        max-width: 20%;
    }

}

@media only screen and (max-width:768px) {
    .pro02list {
        flex-wrap: wrap;
    }

    .pro02list li {
        margin-left: 20px;
        width: calc(50% - 20px);
        background-color: #fff;
        margin-bottom: 20px;
    }

    .module01 {
        width: calc(100% - 20px) !important;
        height: 50px;
    }
}

@media only screen and (max-width:500px) {
    .pro02 video {
        height: 200px;
    }

    .pro02 .cover {
        left: 10px;
    }

    .pro02 .cover .title {
        font-size: 16px;
    }

    .pro02 .cover .text {
        font-size: 12px;
        margin-top: 0;
    }

    .pro02 .cover .price {
        margin-top: 5px;
    }

    .ljgm {
        height: 24px;
        font-size: 12px;
        padding: 0 15px;
        margin-top: 10px;
    }
}












/* ==========================================================================
   第三模块part03
   ========================================================================== */
.part03_title {
    font-size: 36px;
    margin: 20px 0;
}

.prolsit03 {
    margin-left: -50px;
    display: flex;
    flex-wrap: wrap;
}

.prolsit03 li {
    margin-left: 50px;
    width: calc(50% - 50px);
    margin-bottom: 50px;
}

.prolsit03 li:nth-child(3) {
    width: calc(100% - 50px);
}

.pl03box {
    height: 300px;
    background-color: #000;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.pl03box .left {
    width: 55%;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.pl03box .right {
    width: 45%;
}

.pl03_name {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.pl03_desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.experience {
    padding: 3px 10px;
    text-align: center;
    background-color: #fff;
    width: 90px;
    margin-top: 20px;
    color: #000;
}

.experience:hover {
    color: #000;
}

.pl03box .right {
    display: flex;
    align-items: center;
}

.pl03box .right img {
    max-width: 100%;
}


@media only screen and (max-width:1440px) {
    .part03_title {
        font-size: 32px;
    }

    .pl03_name {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width:1280px) {
    .pl03_desc {
        font-size: 16px;
        line-height: 1.1;
    }

    .pl03box .left {
        margin-left: 30px;
    }
}

@media only screen and (max-width:1024px) {
    .pl03_name {
        font-size: 22px;
    }

    .pl03_desc {
        font-size: 14px;
    }

    .prolsit03 {
        margin-left: -25px;
    }

    .prolsit03 li {
        margin-left: 25px;
        width: calc(50% - 25px);
        margin-bottom: 25px;
    }

    .prolsit03 li:nth-child(3) {
        width: calc(100% - 25px);
    }

    .part03_title {
        font-size: 24px;
        margin: 15px 0;
    }
}


@media only screen and (max-width:768px) {
    .pl03box .left {
        margin-left: 10px;
        width: 50%;
    }

    .pl03box .right {
        width: 50%;
    }

    .pl03box {
        height: 250px;
    }
}

@media only screen and (max-width:500px) {
    .prolsit03 li {
        width: calc(100% - 25px);
        margin-bottom: 10px;
    }

    .pl03box {
        height: 180px;
    }

    .pl03_desc {
        font-size: 12px;
    }

    .pl03_name {
        font-size: 20px;
    }

    .part03_title {
        font-size: 22px;
    }

    .experience {
        margin-top: 0px;
    }
}












/* ==========================================================================
   第四模块part04 视频
   ========================================================================== */
.videolist {
    display: flex;
    margin-left: -25px;
    flex-wrap: wrap;
}

.videolist li {
    width: calc(16.66% - 25px);
    margin-left: 25px;
    height: 700px;
    transition: all .5s;
}

.videolist li.active3 {
    width: calc(50% - 25px);
}

.videobox {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.video_img {
    height: 700px;
    width: 100%;
    object-position: 55% 0;
    object-fit: cover;
}

.videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.videolist li.active3 .video_img {
    display: none
}

.videobox .videos {
    display: none;
}

.videolist li.active3 .videos {
    display: block;
}

.jia {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}

.videolist li.active3 .jia {
    display: none;
}

.xzgm {
    display: none;
    position: absolute;
    bottom: 30px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    background-color: #404040;
    border-radius: 5px;
    transition: all .5s;
    overflow: hidden;
}

.videolist li.active3 .xzgm {
    display: block;
}

.xzgmbox .xzgm_name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.xzgmbox {
    display: flex;
    padding: 8px;
}

.xzgmbox img {
    width: 40%;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}

.xzgmbox .xzgm_title {
    width: 60%;
}

.xzgm_btn {
    background-color: #1DF0BB;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.xzgm:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

@media only screen and (max-width:1440px) {
    .video_img {
        height: 600px;
    }

    .videolist li {
        height: 600px;
    }
}

@media only screen and (max-width:1366px) {
    .video_img {
        height: 550px;
    }

    .videolist li {
        height: 550px;
    }
}

@media only screen and (max-width:1280px) {
    .xzgmbox .xzgm_name {
        font-size: 16px;
    }

}

@media only screen and (max-width:920px) {
    .video_img {
        height: 450px;
    }

    .videolist li {
        height: 450px;
    }

    .xzgmbox .xzgm_name {
        font-size: 14px;
    }

    .xzgm_btn {
        font-size: 14px;
    }

    .xzgm {
        bottom: 10px;
    }
}

@media only screen and (max-width:768px) {
    .xzgmbox .xzgm_name {
        font-size: 12px;
    }

    .video_img {
        height: 300px;
    }

    .videolist li {
        height: 300px;
    }

    .videolist li.active3 {
        width: calc(50% - 10px);
    }

    .videolist li {
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .xzgm {
        width: 100%;
        background: rgba(0, 0, 0, .5);
    }

    .videolist {
        margin-left: -10px;
    }
}











/* ==========================================================================
   footcontact
   ========================================================================== */
.footcontact {
    background: #000;
    margin-top: 50px;
}

.footcontact .pic {
    width: 840px;
    float: left;
}

.footcontact .feedback {
    width: calc(100% - 850px);
    float: right;
}

.feedback .warp {
    padding: 80px 180px;
}

.feedback .ui-input {
    width: calc(100% - 40px);
    font-family: microsoft yahei;
    margin-bottom: 20px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 12px 19px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #999;
}

.feedback .filebox-row02 .ui-input {
    width: calc(50% - 50px);
    margin-left: 20px;
    float: left;
}

.feedback .filebox-row02 .ui-input:nth-child(1) {
    margin-left: 0;
}

.feedback .ui-textarea {
    width: calc(100% - 40px);
    font-family: microsoft yahei;
    height: 120px;
    line-height: 18px;
    padding: 10px 19px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #999;
}

.feedback .ui-btn {
    border: 0 none;
    cursor: pointer;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 150px;
    background: #ac0909;
}

.feedback .ui-btn:hover {
    background: #c50a0a;
}

.feedback .filebox-btn {
    margin-top: 20px;
}

.feedtit {
    color: #fff;
}

.feedtit .tit {
    font-size: 45px;
    font-weight: normal;
    line-height: 50px;
    font-family: Impact;
}

.feedtit .txt {
    font-size: 16px;
    line-height: 24px;
    font-family: microsoft yahei;
    margin: 20px 0 40px 0;
}

@media only screen and (max-width:1600px) {
    .feedback .warp {
        padding: 60px 100px;
    }

    .feedtit .tit {
        font-size: 36px;
    }
}

@media only screen and (max-width:1440px) {
    .feedback .warp {
        padding: 60px 60px;
    }

    .feedtit .tit {
        font-size: 28px;
    }
}

@media only screen and (max-width:1200px) {
    .footcontact .pic {
        width: 550px;
    }

    .footcontact .pic img {
        max-width: 100%;
    }

    .footcontact .feedback {
        width: calc(100% - 560px);
    }

    .feedback .warp {
        padding: 40px 20px 0 20px;
    }

    .feedtit .tit {
        font-size: 24px;
    }

    .feedtit .txt {
        font-size: 14px;
        margin: 10px 0 20px 0;
    }

    .feedback .ui-input {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 8px 19px;
    }

    .feedback .ui-textarea {
        height: 80px;
    }

    .feedback .filebox-btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width:920px) {
    .footcontact .pic {
        width: 500px;
    }

    .footcontact .feedback {
        width: calc(100% - 510px);
    }

    .feedtit .tit {
        font-size: 18px;
        line-height: 30px;
    }

    .feedback .warp {
        padding: 20px 20px 0 20px;
    }

    .feedback .ui-textarea {
        height: 60px;
    }

    .feedback .ui-btn {
        padding: 6px 20px;
        font-size: 12px;
        width: 120px;
    }
}

@media only screen and (max-width:768px) {
    .footcontact .pic {
        display: none;
    }

    .footcontact .feedback {
        width: 100%;
        float: none;
    }

    .feedback .warp {
        padding: 30px 20px;
    }
}


/* ==========================================================================
   footer
   ========================================================================== */
footer {
    font-size: 14px;
    padding: 80px 0 30px 0;
    color: #ccc;
    background: #272727;
}

footer .wrapper {
    max-width: 1620px;
}

footer a {
    color: #efefef;
}

footer a:hover {
    text-decoration: underline;
}

.footer-nav {
    text-align: justify;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.footlogo img {
    max-width: 35%;
}

.fn-col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    *padding-right: 100px;
}

.fn-col h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-family: Avoqado;
    text-align: left;
}

.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col li {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.fn-col li a {
    color: #ccc;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col-01 {
    width: 400px;
}

.fn-col-01 .txt {
    margin-top: 30px;
    text-align: left;
}

.fn-colwx {
    width: 300px;
    text-align: left;
}

.fn-colwx i {
    font-size: 24px;
    color: #999;
    margin: 0 10px;
}

.fn-colwx .btn {
    margin: 20px 0;
}


.fn-colwx .btn a {
    width: 168px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    background: #8c1e1f;
    color: #fff;
}

.foothd {
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    text-transform: Uppercase;
    position: relative;
    color: #999999;
    font-size: 12px;
    border-top: 1px solid #999999;
}

.foothd a {
    color: #999999;
}

.foothd a:hover {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width:1600px) {
    footer .wrapper {
        max-width: 1500px;
    }

    .fn-col h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .fn-col-01 {
        width: 320px;
    }

    .fn-colwx {
        width: 280px;
    }
}

@media only screen and (max-width:1200px) {
    footer {
        padding: 60px 0 20px 0;
    }

    .fn-col h3 {
        font-size: 16px;
    }

    .footlogo img {
        width: 100px;
    }

    .fn-col-01 {
        width: 200px;
    }

    .fn-colwx {
        width: 240px;
    }

    .fn-colwx .btn a {
        width: 100px;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
    }

    footer {
        font-size: 12px;
    }

    .fn-col li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 920px) {
    .fn-col li {
        font-size: 12px;
    }

    .fn-col h3 {
        font-size: 14px;
    }

    .fn-colwx {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 30px 10px 0 10px;
    }

    .fn-col {
        width: 100%;
        padding-left: 0;
        background: none;
    }

    .footer-nav {
        height: auto;
    }

    .foothd {
        margin-top: 0;
        font-size: 12px;
        padding: 10px 0;
        line-height: 18px;
    }

    .fn-colwx {
        width: 100%;
        margin-top: 15px;
    }

    .fn-col h3 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .foothd:before {
        display: none;
    }

    .foothd .right {
        display: none;
    }

    .foothd .left {
        float: none;
    }

    .fn-col-01 {
        display: none;
    }

    .footer-nav .fn-col:nth-child(2) {
        width: 130px;
    }

    .footer-nav .fn-col:nth-child(3) {
        width: calc(100% - 140px);
    }

    .fn-col li {
        line-height: 24px;
    }
}



.toggle-btn {
    display: none;
}

.zhanwei {
    height: 90px;
}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }

    .zhanwei {
        display: none;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.pro02_subname{
    height: 24px;
}


.zxkf-right{position: fixed; bottom: 200px; right: 0;}
.zxkf-right .zxkfbtn{ /*height: 50px;*/background: #000;color: #fff; line-height: 25px; padding:15px 15px;cursor: pointer;    text-align: center;border-radius:5px}
.commentsbox{padding-left: 280px; background:url(../images/zxkfpic.jpg) left top no-repeat;background-size: auto 100%;}
.commentsbox .warp{width: 550px;padding:20px 30px 40px 30px;background: #303231;color: #fff;}
.commentsbox .closebtn{width: 100%;display: inline-block; text-align: right;margin-bottom: 10px;}

.commentsbox .ui-input{font-size: 16px;width: calc(100% - 42px);height: 18px; line-height: 18px; padding:12px 20px;
    background-color: #fff;border:1px solid #fff; color: #999;font-family: PrimeRegular;}
.commentsbox .ui-textarea{width: calc(100% - 42px);  height: 90px; line-height: 18px; font-family: PrimeRegular;
    padding:10px 20px;background-color: #fff;border:1px solid #fff;font-size: 16px;  color: #999;}
.commentsbox .row{margin-bottom: 20px;}
.commentsbox .row01 .ui-input{width: calc(50% - 62px);}
.commentsbox .row01{margin-top: 20px;}
.commentsbox .row01 .ui-input:nth-child(2){float: right;}
.commentsbox h3{font-size: 24px;}
.commentsbox .ui-btn{width: 120px; height:45px;text-align: center; line-height: 45px; display: inline-block;
 background: #ff2e3a;color: #fff;border:1px solid #ff2e3a;font-family: PrimeRegular;}


@media only screen and (max-width: 920px) {
  .zxkf-right,.commentsbox{display: none;}  
}