

.part_2 .maxWidth {
    display: flex;
    margin: 190px auto 240px;
    justify-content: space-between;
}

.part_2 .putImg img {
    display: block;
}

.part_2 .putTxt {
    display: flex;
    width: 60%;
    max-width: 870px;
    padding: 85px 0;
    flex: 2;
    padding-right: 40px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 3px solid #000;
}

.part_2 .putImg{ width:39%;}

.part_2 .putTxt .leftTitle {
    font-size: 20px;
	margin-top:2px;
	font-weight:bold;
}

.part_2 .putTxt .rightdetail {
    max-width: 485px;
    flex: 1;
}

.part_2 .putTxt .rightdetail .title {
    font-size: 40px;
	font-weight:bold;
    line-height: 55px;
}

.part_2 .putTxt .rightdetail .title span {
    display: inline-block;
    color: var(--themaGreen);
    border-bottom: 3px solid var(--themaGreen);
}

.part_2 .putTxt .rightdetail .txt {
    margin: 85px 0 100px;
    font-size: 16px;
    line-height: 25px;
    color: #595757;
}

.part_2 .author {
	font-weight:bold;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: var(--themaGreen);
}

.part_2 .author::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 1px;
    margin-right: 15px;
    background-color: #272d2f;
}

.part_4 .maxWidth {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part_4 .left {
    padding-left: 90px;
    padding-right: 200px;
    flex: 1;
}

.part_4 .left .title {
	font-weight:bold;
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 60px;
}

.part_4 .left .title span {
    display: inline-block;
    color: var(--themaGreen);
    border-bottom: 3px solid var(--themaGreen);   
}

.part_4 .left .txt {
    font-size: 16px;
    line-height: 25px;
    color: #595757;
}

.part_1 {
    position: relative;
}

.part_1 .swiper {
    overflow: hidden;
}

.part_1 .swiper-slide {
    height: 986px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.part_1 .ctMain {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: 2;
    left: 50%;
    flex-direction: column;
    transform: translate(-50%, -50%);
    justify-content: space-around;
}

.part_1 .ctMain .mid {
    font-size: 50px;
    line-height: 60px;
    color: white;
}

.part_1 .ctMain .btm {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.part_1 .ctMain .left > * {
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.part_1 .ctMain .left img {
    margin-right: 25px;
}

.part_1 .right {
    font-size: 0;
}

.part_1 .swiper-button-prev::after,
.part_1 .swiper-button-next::after {
    display: none;
}

.part_1 .swiper-button-prev,
.part_1 .swiper-button-next {
    display: inline-block;
    position: relative;
    right: inherit;
    left: inherit;
    width: 17px;
    height: 28px;
    margin-top: 15px;
}

.part_1 .swiper-button-next {
    margin-left: 40px;
}

.part_5.green {
	overflow:hidden;
    padding-top: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/inewsbg.jpg);
}

.modules_title {
    display: flex;
    padding-bottom: 45px;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid white;
}

.modules_title a {
    color: white;
    font-size: 16px;
    line-height: 16px;
}

.modules_title p {
	font-weight:bold;
    font-size: 40px;
    line-height: 45px;
}

.part_5 .modules_title {
    color: white;
}

.part_3 {
    margin-bottom: 280px;
}


.part_3 .swiper {
    width: 100%;
    overflow: hidden;
}

.part_3 .swiper-slide {
    width: auto;
}

.part_3 .swiper-slide .slide-main {
    position: relative;
    display: flex;
    margin: 0 auto;
    height: 742px;
    max-width: 1330px;
    width: 100%;
    justify-content: space-between;
}

.part_3 .swiper-slide .right img {
    display: block;
}

.part_3 .swiper-slide .left {
    max-width: 690px;
    padding-left: 80px;
    padding-right: 210px;
    padding-top: 170px;
    text-align: left;
    flex: 1;
    box-sizing: border-box;
}

.part_3 .en {
	text-transform:uppercase;
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
}

.part_3 .cn {
    font-size: 40px;
    line-height: 55px;
	margin:15px 0;
}

.part_3 .txt {
    font-size: 16px;
    line-height: 25px;
    color: #595757;
}

.part_3 .fl {
    position: absolute;
    max-width: 1330px;
    padding-left: 75px;
    width: 100%;
    height: 46px;
    bottom: 180px;
    z-index: 1;
    left: 50%;
    font-size: 0;
    text-align: left;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.part_3 .swiper-button-prev::after,
.part_3 .swiper-button-next::after {
    display: none;
}

.part_3 .fl > * {
    display: inline-block;
    vertical-align: middle;
}

.part_3 .fl .line {
    width: 1px;
    height: 100%;
    margin: 0 28px;
    background-color: #e6e6e6;
}

.part_3 .swiper-button-prev,
.part_3 .swiper-button-next {
    position: relative;
    width: 19px;
    height: 32px;
    top: inherit;
    margin: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.part_3 .swiper-button-prev {
    background-image: url(../img/prevs.png);
}

.part_3 .swiper-button-next {
    background-image: url(../img/nexts.png);
}

.part_3 .swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/prev.png);
}



.part_3 .pro_nav {
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 0;
}

.part_3 .pro_nav li {
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    margin-right: 50px;
    color: #9c9c9c;
    transition: all .4s;
    font-weight: 600;
    cursor: pointer;
    vertical-align: middle;
}

.part_3 .pro_nav li.active,
.part_3 .pro_nav li:hover {
    color: #231916;
}

.part_3 .pro_nav li:hover::after,
.part_3 .pro_nav li.active::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--themaGreen);
}

.part_4 .right{ width:50%;}





@media (max-width:1366px) {
.part_4 .left{ padding:0 10% 0 5%;}
.part_3 .swiper-slide .slide-main{ max-width:100%;}
.part_3 .swiper-slide .left,.part_3 .swiper-slide .right{ width:50%;}
.part_3 .swiper-slide .left{ padding-right:0}
}

@media (max-width:1024px) {
.part_2 .maxWidth{ display:block;}
.part_2 .putTxt,.part_2 .putImg,.part_2 .putImg img{ width:100%; max-width:inherit}
	.part_4 .left .title{ font-size:35px; line-height:45px;}
}

@media (max-width:768px) {
.part_1 .swiper-slide{ height:768px;}
.part_1 .ctMain .mid{ font-size:34px; line-height:40px;}
.part_2 .putTxt .rightdetail .title{ font-size:30px; line-height:40px;}
.part_2 .maxWidth{ margin:15% auto;}
.part_2 .putTxt .rightdetail{ padding-left:10%;}
.part_2 .putTxt .rightdetail .txt{ margin:15% 0;}
.part_2 .putTxt{ padding:15% 0;}
.part_5.green{ padding-top:15%;}
.modules_title{ padding-bottom:15px;}
.modules_title p{ font-size:34px; line-height:35px;}
.modules_title a{ font-size:15px;}
.part_4 .maxWidth{ display:block}
.part_4 .left{ padding:0;}
.part_4 .right{ width:100%; margin-top:10%;}
.part_3 .swiper-slide{ margin-right:0; width:95%;}
.part_3 .swiper-slide .slide-main{ display:block; height:auto;}
.part_3 .swiper-slide .left,.part_3 .swiper-slide .right{ width:100%;}
.part_3 .swiper-slide .right img{ width:100%;}
.part_3 .swiper-slide .left{ max-width:75%; padding:0;}
.part_3 .swiper-slide .right{ margin-top:10%;}
.part_3{ margin-bottom:25%;}
.part_3 .fl{ position:absolute; transform:none; padding-left:0; left:5%; bottom:5%;}
.part_3 .en{ font-size:30px; line-height:40px;}
.part_3 .cn{ font-size:35px; line-height:45px;}
.part_3 .txt{ font-size:15px;}
}

@media (max-width:640px) {
.part_1 .swiper-slide{ height:550px;}
.part_1 .ctMain .mid{ font-size:26px;}
.part_1 .ctMain .left img{ height:80px;}
.part_2 .putTxt .rightdetail .title{ font-size:24px; line-height:35px;}
.part_2 .putTxt .rightdetail .txt{ font-size:14	px;}
.part_2 .putTxt .leftTitle{ font-size:16px;}
.modules_title p{ font-size:26px; line-height:30px;}
.part_4 .left .title{ font-size:25px; line-height:35px;}
.part_3 .pro_nav li{ width:27%; margin-right:0; padding-right:5%; font-size:15px;}
}



