* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


/* 技术服务 */

.dwhz-jsfw {
    width: 100%;
    overflow: hidden;
}

.dwhz-jsfw-title {
    width: 100%;
}

.dwhz-jsfw-title h3 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.dwhz-jsfw-title span {
    width: 70px;
    height: 2px;
    background: #94070A;
    display: block;
    margin: 0 auto;
}

.dwhz-jsfw-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
    align-items: center;
    margin-top: 50px;
}

.dwhz-jsfw-left {
    width: 55%;
}

.dwhz-jsfw-left h3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.dwhz-jsfw-left span {
    width: 4px;
    height: 13px;
    background: #94070A;
    display: block;
    margin: 0 10px;
}

.dwhz-jsfw-left p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    text-indent: 2em;
}

.dwhz-jsfw-left button {
    width: 175px;
    height: 46px;
    background: #94070A;
    border-radius: 10px 0px 10px 0px;
    border: 0;
    margin-top: 30px;
}

.dwhz-jsfw-left button a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 46px;
}

.dwhz-jsfw-right {
    width: 43%;
}

.dwhz-jsfw-right img {
    width: 100%;
}

@media screen and (max-width:961px) {
    .dwhz-jsfw-left,
    .dwhz-jsfw-right {
        width: 100%;
    }
    .dwhz-jsfw-right img {
        margin-top: 20px;
    }
}


/* 国际交流 */

.dwhz-gjjl {
    width: 100%;
    margin-top: 50px;
    background: #EFEBEA;
    padding: 50px 10%;
    overflow: hidden;
}

.dwhz-gjjl-title {
    width: 100%;
}

.dwhz-gjjl-title h3 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.dwhz-gjjl-title span {
    width: 70px;
    height: 2px;
    background: #94070A;
    display: block;
    margin: 0 auto;
}

.dwhz-gjjl-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}
.dwhz-gjjl-center li{
    list-style: disc;
}
.dwhz-gjjl-left {
    width: 49%;
}

.dwhz-gjjl-left #swiper-container-one {
    width: 100%;
    height: 100%;
}

.dwhz-gjjl-left .swiper-pagination {
    line-height: 20px;
    margin-left: 45%;
}

.dwhz-gjjl-left #swiper-container-one img {
    width: 100%;
    height: 100%;
}

.dwhz-gjjl-left .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.2rem;
    height: 1rem;
    transform: skew( -30deg, 0);
    border-radius: 0;
    margin: 0 5px;
}

.dwhz-gjjl-left .swiper-pagination-bullet {
    opacity: 1;
    background-color: #CCCCCC;
    ;
}

.dwhz-gjjl-left .swiper-pagination-bullet-active {
    background: #94070A!important;
}

.dwhz-gjjl-right {
    width: 50%;
    background-color: #fff;
    line-height: 57px;
    padding: 10px 5%;
}

.dwhz-gjjl-right a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.dwhz-gjjl-right a:hover {
    color: #94070A;
}

.dwhz-gjjl-bottom {
    width: 100%;
    text-align: center;
}

.dwhz-gjjl-bottom button {
    width: 175px;
    height: 46px;
    background: #94070A;
    border-radius: 10px 0px 10px 0px;
    border: 0;
    margin-top: 30px;
}

.dwhz-gjjl-bottom button a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 46px;
}
.dwhz-gjjl-bottom button a:hover{
	color: #fff !important;
}
.dwhz-gjjl-bottom button:hover{
	background-color: #c32326;
}
@media screen and (max-width:961px) {
    .dwhz-gjjl-left,
    .dwhz-gjjl-right {
        width: 100%;
    }
}


/* 国内交流 */

.dwhz-gnjl {
    width: 100%;
    padding: 50px 10%;
    overflow: hidden;
}
.dwhz-gnjl li{
    list-style: disc;
    border-bottom: 1px solid #EFEBEA;
}
.dwhz-gnjl-title {
    width: 100%;
}

.dwhz-gnjl-title h3 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.dwhz-gnjl-title span {
    width: 70px;
    height: 2px;
    background: #94070A;
    display: block;
    margin: 0 auto;
}

.dwhz-gnjl-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}

.dwhz-gnjl-left {
    width: 50%;
    line-height: 36px;
    padding: 20px 5%;
}

.dwhz-gnjl-left a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.dwhz-gnjl-left a:hover {
    color: #94070A;
}

.dwhz-gnjl-right {
    width: 49%;
}

.dwhz-gnjl-right #swiper-container-two {
    width: 100%;
    height: 100%;
}

.dwhz-gnjl-right .swiper-pagination {
    line-height: 20px;
    margin-left: 45%;
}

.dwhz-gnjl-right #swiper-container-two img {
    width: 100%;
    height: 100%;
}

.dwhz-gnjl-right .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.2rem;
    height: 1rem;
    transform: skew( -30deg, 0);
    border-radius: 0;
    margin: 0 5px;
}

.dwhz-gnjl-right .swiper-pagination-bullet {
    opacity: 1;
    background-color: #CCCCCC;
}

.dwhz-gnjl-right .swiper-pagination-bullet-active {
    background: #94070A!important;
}

.dwhz-gnjl-lbt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 70px;
    margin-bottom: 30px;
}

.dwhz-gnjl-lbt img {
    max-width: 100%;
    border: 1px solid #DCDCDC;
    /* height: 84px; */
}

.dwhz-gnjl-lbt .swiper-container {
    width: 90%;
}
.dwhz-gnjl-lbt .swiper-container .swiper-slide{
	box-sizing: border-box;
}

.dwhz-gnjl-lbt .swiper-button-prev {
    position: absolute;
    height: 20px!important;
    left: 20%!important;
    top: 70%!important;
}

.dwhz-gnjl-lbt .arr-left {
    background: #94070A;
    width: 27px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.dwhz-gnjl-lbt .swiper-button-next {
    position: absolute;
    height: 20px!important;
    right: 20%!important;
    top: 70%!important;
}

.dwhz-gnjl-lbt .arr-right {
    background: #94070A;
    width: 27px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

@media screen and (max-width:961px) {
    .dwhz-gnjl-left,
    .dwhz-gnjl-right {
        width: 100%;
    }
}


/* 学术交流 */

.dwhz-xsjl {
    width: 100%;
    margin-top: 50px;
    background: #EFEBEA;
    padding: 50px 10%;
    overflow: hidden;
}

.dwhz-xsjl-title {
    width: 100%;
}

.dwhz-xsjl-title h3 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.dwhz-xsjl-title span {
    width: 70px;
    height: 2px;
    background: #94070A;
    display: block;
    margin: 0 auto;
}

.dwhz-xsjl-title p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 26px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.xsjl-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}

.top-img {
    width: 49.5%;
    position: relative;
}

.top-img img {
    width: 100%;
}

.xsjl-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.bottom-img {
    width: 33%;
    position: relative;
}

.bottom-img img {
    width: 100%;
}

.xsjl-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(27, 27, 27, 0.3);
    display: flex;
    align-items: flex-end;
    padding: 0 0 10px 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

@media screen and (max-width:961px) {
    .top-img,
    .bottom-img {
        width: 100%;
        margin-bottom: 20px;
    }
}