
.whiteBg {
    background-color: white;
}

.part_1_5 .module_title p {
    padding: 120px 0 50px;
    font-size: 35px;
    color: var(--themaBlack);
}

.iclass {margin-top: 65px;overflow: hidden;}

.iclass a {
	font-weight:bold;
    display: inline-block;
    line-height: 64px;
    margin-right: 65px;
    color: #070708;
    transition: all .4s;
    font-size: 17px;overflow: hidden;font-weight: bold;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}

.iclass a:hover,
.iclass a.on {
    color: var(--themaBlue);
}


.part_1_1 {
    margin-top: 70px;
}

.part_1_1 .maxWidth {
    position: relative;
    text-align: right;
}

.part_1_1 .right {
    display: inline-block;
    max-width: 1000px;
    height: 800px;
    padding: 245px 78px 0 328px;
    box-sizing: border-box;
    text-align: left;
    background-color: #e0e0e0;
}

.part_1_1 .right .name {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}

.part_1_1 .right .txt {
    color: #8c8c8c;
    font-size: 18px;
    line-height: 25px;
}

.part_1_1 .right .txt p:first-child {
    margin-bottom: 20px;
}

.part_1_1 .left {
    position: absolute;
    display: flex;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
	z-index:1
}

.part_1_1 .left img {
    display: block;
    margin: auto;
}

.pro_view .module_title {
    margin-bottom: 70px;
}

.pro_view .module_title .b {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
    color: var(--themaBlack);
    font-weight: bold;
}

.pro_view .module_title .s {
    font-size: 18px;
    line-height: 18px;
    color: #8c8c8c;
}

.part_1_2 {
    padding-bottom: 170px;
}

.part_1_2 ul {
    font-size: 0;
}

.part_1_2 li {
    position: relative;
    display: inline-block;
    width: calc((100% - 17px) / 2);
    margin-bottom: 19px;
}

.part_1_2 li:not(:nth-child(2n)) {
    margin-right: 17px;
}

.part_1_2 li .play {
    position: absolute;
    display: block;
    max-width: 90px;
    width: 100%;
    max-height: 90px;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.part_1_3 {
    position: relative;
    padding-top: 125px;
    padding-bottom: 145px;
}

.part_1_3 .module_title {
    margin-bottom: 90px;
}

.part_1_3 .swiper-pagination {
    position: relative;
    height: 9px;
    margin-top: 35px;
}

.part_1_3 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    vertical-align: top;
    opacity: 1;
    background-color: #f5f5f5;
}

.part_1_3 .swiper-pagination-bullet-active {
    background-color: var(--themaBlue);
}

.part_1_4 {
    padding-bottom: 260px;
}

.part_1_4 .maxWidth {
    padding-top: 105px;
    border-top: 1px solid #ebebeb;
}

.part_1_4 .module_title {
    margin-bottom: 150px;
}

.part_1_4 img {
    display: block;
    margin: 0 auto;
}

.part_1_7 { padding:150px 0;}

.part_1_7 img {
    display: block;
    margin: 0 auto;
}

.part_1_6 {
    padding-top: 80px;
}

.part_1_6 .module_title .b {
    line-height: 50px;
}


.putList li a{ background:#f5f5f5;}

.float_center .swiper-button-next,
.float_center .swiper-button-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    z-index: 4;
    border-radius: 50px;
    transition: all .4s;
    background-color: var(--themaBlue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 18px;
}

.float_center .swiper-button-next::after,
.float_center .swiper-button-prev::after {
    display: none;
}

.float_center .swiper-button-prev {
    left:30px;
    background-position: 44% 50%;
    background-image: url(../img/news_left.png);
}

.float_center .swiper-button-next {
    right: 30px;
    background-position: 55% 50%;
    background-image: url(../img/news_right.png);
}

.float_center {
    position: absolute;
    width: 100%;
    max-width: 1680px;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

@media (max-width:1024px) {
.part_1_1 .left{ position:static; background:#e0e0e0; width:100%; padding-top:15%;}
.part_1_1 .right{ height:auto; padding:10%; max-width:inherit; width:100%;}

}


@media (max-width:768px) {
.part_1_1 .left img{ width:80%;}
.part_1_1 .right .name{ font-size:26px;}
.part_1_1{ margin:15% 0;}
.part_1_2,.part_1_4{ padding-bottom:15%;}
.part_1_3,.part_1_7{ padding:15% 0;}
.pro_view .module_title .b{ font-size:28px; line-height:30px;}
.pro_view .module_title .s{ font-size:16px;}
.pro_view .module_title{ margin-bottom:10%;}
.part_1_4 .maxWidth{ padding-top:10%;}
.part_1_5 .module_title p{ padding:15% 0 5%;}
}


@media (max-width:640px) {
.part_1_1 .right .name{ font-size:22px;}
.part_1_1 .right .txt{ font-size:16px;}
.pro_view .module_title .b{ font-size:24px; line-height:25px;}
.part_1_2 li{ width:100% !important; margin:2.5% 0;}
.iclass a{ line-height:50px; width:50%; margin-right:0; float:left;display: -webkit-box;}
}
