body {
    background: #fff;
}

.banner {
    position: relative;
}

/*.banner .swiper-slide img {*/
/*    width: 100%;*/
/*}*/


.show-img{
    display: none;
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.show-img img{
    width: 100%;
}


.part-title {
    font-size: 1.8vw;
    line-height: 3vw;
    color: #00963b;
    text-align: center;
}

.part-title span {
    font-weight: bold;
}

.part-detail {
    font-size: 1vw;
    line-height: 1.4vw;
    color: #000;
    text-align: center;
    background: url(../images/part_line.png) no-repeat center center/27vw;
}


/* .part1 */
.part1 {
    background: url(../images/part1_bg.png) no-repeat center 0/100%;
}

.part1-main {
    width: 72vw;
    margin: 0 auto;
    padding: 3vw 0;
}

.part1-ul {
    position: relative;
    margin: 2vw 0 0;
    height: 16.8vw;
    overflow: hidden;
}

.part1-ul ul {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: flex;
}

.part1-ul ul li {
    width: 18vw;
    padding: 0 0.5vw;
}

.part1-ul ul a {
    display: block;
}

.part1-ul i {
    display: block;
    padding: 0.5vw;
    overflow: hidden;
}

.part1-ul i img {
    width: 100%;
    transition: 0.6s;
}

.part1-ul p {
    padding: 0.5vw 0;
    font-size: 1vw;
    line-height: 2vw;
    color: #000;
    text-align: center;
    background: #f0f3fa;
}

.part1-ul ul a:hover img {
    transform: scale(1.1);
}

.part1-ul ul a:hover p {
    color: #fff;
    background: #00963b;
}

/* .part2 */
.part2 {
    position: relative;
    padding: 4.5vw 0 4.5vw 20vw;
    background: url(../images/part2_bg.jpg) no-repeat center 0/cover;
}

.part2-nyf {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.part2-nyf img {
    width: 27.5vw;
}

.part2-main {
    padding: 4vw;
    background: url(../images/part2_main.png) no-repeat center 0/cover;
}

.part2-top {
    display: flex;
    justify-content: space-between;
}

.part2-name {
    color: #000;
}

.part2-name .ch {
    font-size: 1.5vw;
    line-height: 1.8vw;
}

.part2-name .en {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}


.part2-more a {
    display: block;
    width: 6.6vw;
    padding-right: 0.6vw;
    font-size: 0.9vw;
    line-height: 1.8vw;
    color: #fff;
    text-align: center;
    background: url(../images/shape.png) no-repeat 0 center/100%;
    transition: 0.6s;
}

.part2-more a:hover {
    transform: translate3d(1vw, 0, 0);
}

.part2-logo img {
    width: 12.5vw;
}

.part2-box {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;
}

.part2-p {
    width: 38vw;
    font-size: 1vw;
    line-height: 1.6vw;
    color: #000;
}

.part2-nav {
    width: 25.2vw;
}

.part2-nav ul {
    display: flex;
    border-right: 1px dashed #000;
}

.part2-nav ul li {
    width: 33.3%;
    border-left: 1px dashed #000;
}

.part2-nav ul a {
    display: flex;
    justify-content: space-between;
    padding: 0 1.5vw;
}

.part2-li-icon {
    width: 1.5vw;
    transition: 0.6s;
}

.part2-li-icon img {
    width: 100%;
}

.part2-li-font {
    display: flex;
    width: 3vw;
    padding: 2vw 0 0;
    color: #000;
    transition: 0.6s;
}

.part2-li-font .ch {
    font-size: 1.2vw;
    line-height: 1;
    writing-mode: vertical-lr;
}

.part2-li-font .en {
    padding: 0 4px;
    font-size: 12px;
    line-height: 1;
    writing-mode: vertical-lr;
}

.part2-nav ul a:hover .part2-li-icon {
    transform: translate3d(0, 5vw, 0);
}

.part2-nav ul a:hover .part2-li-font {
    transform: translate3d(0, -2vw, 0);
}


.part2-honor {
    padding: 2vw 0;
}

.part2-honor ul {
    display: flex;
}

.part2-honor ul li {
    width: 25%;
    padding: 0 0.5vw;
}

.part2-honor ul a {
    display: block;
    overflow: hidden;
}

.part2-honor ul a img {
    width: 100%;
    transition: 0.6s;
}

.part2-honor ul a:hover img {
    transform: scale(1.1);
}


/* .part3 */

.part3 {
    background: url(../images/part3_bg.jpg) no-repeat 0 center/100%;
}

.part3-main {
    position: relative;
    z-index: 1;
    width: 72vw;
    margin: 0 auto;
    padding: 4vw 0 0;
}

.part3-main::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 7.05vw;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d2d2d2;
}

.part3-box {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 4vw 0;
}

.part3-box ul li {
    padding: 0 0 0.5vw;
}

.part3-box ul a {
    display: flex;
    justify-content: space-between;
}

.new-li-time {
    width: 8.4vw;
    height: 8.8vw;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #999999;
}

.new-li-font {
    width: 33.4vw;
}

.new-li-title {
    position: relative;
    z-index: 10;
    font-size: 1vw;
    line-height: 1.4vw;
    color: #000;
}

.new-li-title::before {
    content: '';
    position: absolute;
    z-index: 15;
    left: -1.8vw;
    top: 0.2vw;
    width: 1vw;
    height: 1vw;
    background: url(../images/circle.png) no-repeat center center/0.8vw;

}

.new-li-p {
    height: 3.6vw;
    overflow: hidden;
    margin: 0.5vw 0;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #999999;
}

.new-li-more {
    display: block;
    width: 6.6vw;
    padding-right: 0.6vw;
    font-size: 0.9vw;
    line-height: 1.8vw;
    color: #fff;
    text-align: center;
    background: url(../images/shape.png) no-repeat 0 center/100%;
    opacity: 0;
    transform: translate3d(2vw, 0, 0);
}

.part3-main ul a:hover .new-li-time {
    color: #00963b;
}

.part3-main ul a:hover .new-li-title {
    color: #00963b;
}

.part3-main ul a:hover .new-li-title::before {
    background-size: 100%;
}

.part3-main ul a:hover .new-li-more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.new-img {
    width: 28vw;
    padding: 1.2vw;
    background: url(../images/new_border.png) no-repeat center 0/100%;
}

.new-img img {
    width: 100%;
}


/* .part4 */
.part4 {
    padding: 0;
}

.part4-top {
    position: relative;
    z-index: 1;
    width: 72vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.part4-top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18vw;
    height: 12vw;
    background: url(../images/part4_title.png) no-repeat 0 0/18vw;
}

.part4-title {
    position: relative;
    z-index: 10;
    padding: 3vw 8vw 1.2vw 3.5vw;
    color: #000;
}

.part4-title .ch {
    font-size: 1.5vw;
    line-height: 1.8vw;
}

.part4-title .en {
    font-size: 1vw;
    line-height: 1.2vw;
}

.part4-title .more {
    position: absolute;
    right: 0;
    top: 3.8vw;
}

.part4-title .more a {
    display: block;
    width: 6.6vw;
    padding-right: 0.6vw;
    font-size: 0.9vw;
    line-height: 1.8vw;
    color: #fff;
    text-align: center;
    background: url(../images/shape.png) no-repeat 0 center/100%;
    transition: 0.6s;
}

.part4-title .more a:hover {
    transform: translate3d(1vw, 0, 0);
}


.part4-ul {
    perspective: 1000px;
    display: flex;
    position: relative;
    z-index: 20;
}

.part4-ul p {
    padding: 0.5vw;
}

.part4-ul p img {
    width: 100%;
}

.part4-li-line {
    display: flex;
    justify-content: space-around;
}

.fixed {
    display: none;
}

@media (min-width: 1200px) {
    /* 悬浮执照 */
    .fixed {
        display: block;
        position: fixed;
        z-index: 9999;
        right: 0;
        bottom: 0;
        background: #fff;
    }
    .fiexd-top {
        padding: 10px 0;
        text-align: right;
        font-size: 0;
        border-bottom: 1px solid #999;
    }
    .fiexd-top span {
        display: inline-block;
        margin: 0 6px;
        font: 400 12px/20px '微软雅黑';
        cursor: pointer;
    }
    .fiexd-top .open {
        padding: 0 5px 0 20px;
        background: url('../img/open.png') no-repeat 5px center;
        border: 1px solid #000;
    }
    .fiexd-top .close {
        padding: 0 5px 0 20px;
        background: url('../img/close.png') no-repeat 5px center;
        border: 1px solid #000;
        opacity: 1;
    }
    .fixed-content {
        display: flex;
    }
    .fixed-content img {
        width: 600px;
    }
}