/*初始化样式*/
input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

.com-img {
	display: block;
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.com-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.xypg-right-content {
	font-size: 16px;
}

.j-space-between {
	justify-content: space-between
}

.j-flex-start {
	justify-content: flex-start
}

.j-flex-end {
	justify-content: flex-end
}

.j-center {
	justify-content: center
}

.a-j-center {
	align-items: center;
	justify-content: center
}

.a-center {
	align-items: center
}

.a-flex-start {
	align-items: flex-start
}

.a-flex-end {
	align-items: flex-end
}

/*主体样式*/


/*样式*/
.wh {
	max-width: 86.5rem;
	margin: 0 auto;
	padding: 0 15px
}

@media (max-width: 992px) {
	.wh {
		padding: 0 15px
	}
}

.flex_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.flex_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.flex_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.flex_d {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}



/* 头部 */
.head_11 {
	/* height: 80px; */
	height: 6.9rem;
	background: url(../images/top_bj.png) no-repeat right;
	background-size: cover;
}

.htop {
	padding: .2rem 0;
}
.rtxx {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.sou_box {
	margin-left: 2rem;
	cursor: pointer;
}
.searchbox {
    width: 0;
    height: 100px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    opacity: 0
}

.searchbox .close2 {
    line-height: 74px;
    cursor: pointer
}

.searchbox .close2:hover img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg)
}

.searchbox .searchform {
    display: flex;
    align-items: center;
}

.searchbox .searchform .input {
    width: calc(100% - 73px);
    margin: 0 20px
}

.searchbox .searchform .input input {
    width: 100%;
    height: 74px;
    position: relative;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
}

.searchbox .searchform .input input:focus {
    border-bottom-color: #ccae66
}

.searchbox .searchform .input input::-webkit-input-placeholder {
    color: #999
}

.searchbox .searchform .btn {
    height: 74px;
    text-align: center;
    line-height: 74px;
    cursor: pointer
}

.searchbox .searchform .btn2 {
    position: relative;
}

.searchbox .searchform .btn2 #s_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 20px;
    height: 20px;
    display: block;
    background: transparent;
    outline: none;
    border: none
}
.searchbox.cur2 {
    width: 40%;
    padding: 13px 50px;
    opacity: 1;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


[transition="5s"],
[imgsalc] img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s
}

.logo_a {
	width: 18.3rem;
	/*line-height: 80px;*/
}

.logo_a img {
	max-width: 100%;
}


.nnav {
	/* width: 63.52%; */
}


.xyz {
	font-size: 24px;
	font-weight: 600;
	;
	letter-spacing: 1px;
	color: var(--primary-color);
}

.xyz a {
	color: var(--primary-color) !important;
}


@media (max-width: 1440px) {
	.htop {
		padding: 0;
	}
}

@media (max-width: 1280px) {
	.logo_a {
		width: 28%;
	}

	.xyz {
		font-size: 20px;
	}
}


.x-banner {}

.x-banner .swiper-slide {
	overflow: hidden;
}

.x-banner .slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background-size: cover;
	  background-position: center; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.x-banner img {
	width: 100%;
}

/* About Yuxi */
.box1 {
	margin-top: 5.7rem;
}

.ab_cc {
	max-width: 1315px;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 24px;
	font-weight: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
}



.p4a {
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 80px;
}

.p4a li {
	text-align: center;
}

.p4a li h3 img {
	margin-bottom: 20px;
}

.p4a li h3 a {
	color: #d31919;
	font-size: 58px;
	font-weight: 600;
}

.p4a li h3 span {
	font-size: 26px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #8c8c8c;
}

.p4a li p {
	color: #8c8c8c;
	font-size: 18px;
}



@media (max-width: 1440px) {
	.ab_cc {
		font-size: 20px;
	}

	.p4a li h3 a {
		font-size: 50px;
	}

	.p4a li h3 img {
		margin-bottom: 15px;
	}

	.p4a li p {
		font-size: 20px;
	}

	.p4a li h3 span {
		font-size: 20px;
	}
}



@media (max-width: 1370px) {
	.ab_cc {
		font-size: 18px;
		line-height: 28px;
	}

	.p4a li h3 a {
		font-size: 40px;
	}

	.p4a li h3 img {
		margin-bottom: 8px;
	}

	.p4a li p {
		font-size: 18px;
	}

	.p4a li h3 span {
		font-size: 18px;
	}
}




@media (max-width: 1280px) {
	.ab_cc {
		font-size: 16px;
	}

	.p4a li h3 a {
		font-size: 30px;
	}

	.p4a li h3 img {
		margin-bottom: 5px;
	}

	.p4a li p {
		font-size: 16px;
	}

	.p4a li h3 span {
		font-size: 16px;
	}

	.p4a {
		max-width: 1500px;
		margin: 0 auto;
		margin-top: 30px;
	}
}


@media (max-width: 1200px) {
	.ab_cc {
		font-size: 15px;
	}

	.p4a li h3 a {
		font-size: 20px;
	}

	.p4a li h3 img {
		margin-bottom: 5px;
	}

	.p4a li p {
		font-size: 15px;
	}

	.p4a li h3 span {
		font-size: 15px;
	}

	.p4a {
		max-width: 1500px;
		margin: 0 auto;
		margin-top: 30px;
	}
}



@media (max-width: 768px) {
	.p4a li {
		width: 50%;
		margin-bottom: 20px;
		/*text-align: left;*/
	}
}




/* 公司简介 */
.box2 {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.ab_a {
	width: 46.58%;
	border-radius: 80px 0px 80px 0px;
	overflow: hidden;
	position: relative;
}

.ab_a img {
	width: 100%;
}


.dj_a {
	position: absolute;
	left: 50%;
	margin-left: -85px;
	width: 170px;
	top: 50%;
	transform: translateY(-50%);
}


.ab_b {
	width: 50%;
}

.ab_b h2 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #000000;
}


.abnr {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 2vw;
}


.ab_ll {
	margin-top: 70px;
}

.ab_ll li {
	width: 25%;
	text-align: center;
	background: url(../images/xian.png) no-repeat right 50%;
}

.ab_ll li h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #262626;
	margin-top: 10px;
}

.ab_ll li h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #8c8c8c;
}


.ab_ll li:last-child {
	background: none;
}


@media (max-width: 1440px) {
	.abnr {
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		margin-top: 2vw;
	}

	.ab_ll li h3 {
		font-size: 14px;
	}

	.ab_ll {
		margin-top: 50px;
	}
}



@media (max-width: 1370px) {
	.abnr {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		margin-top: 2vw;
	}

	.ab_ll li h2 {
		font-size: 18px;
	}

	.ab_ll li h3 {
		font-size: 14px;
	}

	.ab_ll {
		margin-top: 40px;
	}
}




@media (max-width: 1200px) {
	.abnr {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		margin-top: 2vw;
	}

	.ab_ll li h2 {
		font-size: 15px;
	}

	.ab_ll li h3 {
		font-size: 13px;
	}

	.ab_ll {
		margin-top: 30px;
	}
}


@media (max-width: 1100px) {
	.dj_a {
		position: absolute;
		left: 50%;
		margin-left: -50px;
		width: 100px;
		top: 50%;
		transform: translateY(-50%);
	}

	.ab_a {
		width: 100%;
	}

	.ab_b {
		width: 100%;
		margin-top: 25px;
	}

	.ab_ll li {
		width: 50%;
		margin-bottom: 20px;
	}

	.ab_ll li:nth-child(2n) {
		background: none;
	}
}


/* 产品系列 */
.box_pp {
	background: url(../images/cp_bj.webp) no-repeat 50%;
	background-size: cover;
	padding: 5rem 0;
}

.pro-roll{
	margin-top: 3.75rem;
  }
  
  .proSwiper{
	overflow: hidden;
	width: 100%;
  }
  
  .proSwiper .swiper-slide a{
	display: block;
	border: 1px solid #dedede;
	background: #fff;
	padding: 1.5625vw 0;
	padding-top: 0;
	overflow: hidden;
	margin: 5px;
  }
  
  .proSwiper .swiper-slide a .img1 img{
	width: 100%;
  }
  
  .proSwiper .swiper-slide a .wz1{
	color: #333333;
	font-size: 18px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 1.1vw;
  }
  
  .proSwiper .swiper-slide a .wz2{
	color: #888888;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
  }
  
  .proSwiper .swiper-slide a:hover{
	border-color: var(--primary-color);
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,80,0,.2);
	
  }
  
  .proSwiper .swiper-slide a:hover .wz1{
	font-weight: 600;
	color: var(--primary-color);
  }
  
  .puxian img{
	width: 100%;
  }

.pro-roll .swiper-button-prev {
	color: #ffffff;
	background: url(../images/left.png) no-repeat center !important;
}


.pro-roll .swiper-button-next {
	color: #ffffff;
	background: url(../images/right.png) no-repeat center !important;
}



.pernr51 .swiper-button-prev {
	left: 0;
	left: auto !important;
}


.pernr51 .swiper-button-next {
	right: 0;
}

.pernr51 .swiper-button-next,
.pernr51 .swiper-button-prev {
	outline: none;
	position: absolute;
	top: 30%;
	z-index: 9999;
	height: 12px;
	width: 12px;
	margin-top: -6px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

/* 为什么选择我们 */
.box3 {
    overflow: hidden;
    margin-top: 5rem;
    background: url(../images/box3.png) no-repeat bottom right;
    background-size: 46.2% 85%;
}

.ybt dd {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.ybt dt {
    letter-spacing: -3px;
    color: #dbdbdb;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-top: 14px;
}

.yleft {
    width: 42.4%;
	padding-top: 20px;
}

.yleft .watb {
    text-align: left;
}

.yul {
    margin-top: 40px;
}

.yul li {
    width: 48.3%;
    background-color: #193C7F;
    margin-top: 20px;
    padding: 34px 38px 37px 46px;
}

.yul li .img {
    height: 50px;
}

.yul li .img img {
    height: 100%;
    transition: all 0.5s;
}

.yul li p {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    /*margin-top: 20px;*/
}

.yul li:nth-child(3) {
    border-radius: 0px 0px 0px 90px;
}

.yul li:hover .img img {
    transform: scaleX(-1);
}

.ysimg {
    width: 50%;
    overflow: hidden;
}

.ysimg img {
    width: 32.95rem;
}
@media(max-width: 1400px) {
    .yul li p {
        font-size: 16px;
        line-height: 27px;
    }

    .yul li {
        padding: 24px 28px 27px 26px;
    }

    .ybt dt {
        font-size: 56px;
    }

    .yul {
        margin-top: 20px;
    }
}
@media(max-width: 1200px) {
    .bt1 {
        font-size: 30px;
        line-height: 56px;
    }

    .bt2 dd {
        font-size: 30px;
    }

    .ful li p {
        font-size: 20px;
    }

    .ybt dd {
        font-size: 30px;
    }

    .ybt dt {
        font-size: 40px;
    }

    .yul li p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 10px;
    }
}
@media(max-width:768px){
    .yleft,.ysimg {width: 100%;float: none;}
    .ysimg{margin-top: 30px;}
    .box3{padding-bottom: 60px;background-size: 81.2% 31%;}

}
@media(max-width: 640px) {

    .bt1 {
        font-size: 16px;
        line-height: 28px;
    }

    .bt1 br {
        display: none;
    }

    .ful {
        margin-top: 20px;
    }

    .ful li {
        width: 100%;
        margin-bottom: 15px;
    }

    .ful li p {
        line-height: 40px;
        font-size: 16px;
    }

    .bt2 dd {
        font-size: 20px;
    }

    .bt2 dt {
        font-size: 13px;
        margin-top: 10px;
    }

    .psort li {
        margin-bottom: 15px;
    }

    .psort {
        margin: 20px 0 5px 0;
    }

    .psort li a {
        padding-bottom: 15px;
    }

    .plist li {
        width: 49.7%;
        margin-bottom: 5px;
        padding-bottom: 20px;
    }

    .plist {
        margin-bottom: 20px;
    }

    .bj1 h3 {
        font-size: 16px;
    }

    .bj1 p {
        font-size: 12px;
        line-height: 20px;
    }

    .pmore a {
        width: 220px;
        height: 50px;
        line-height: 50px;
    }

    .ybt dd {
        font-size: 20px;
    }

    .ybt dt {
        font-size: 30px;
    }

    .yul {
        margin-top: 0;
    }

    .yul li {
        padding: 20px 15px 20px 30px;
    }

    .yul li p br {
        display: none;
    }

    .box3 {
        padding-bottom: 30px;
    }

    .box4 {
        margin-top: 30px;
    }

    .box44 {
        margin-top: 25px;
        padding: 30px 0 50px 0;
    }

    .fsort li {
        font-size: 14px;
    }

    .fbox .img,
    .fright {
        width: 100%;
    }

    .fbox .img {
        margin-bottom: 20px;
    }

    .fright h3 {
        font-size: 20px;
    }

    .fang {
        padding: 20px;
        margin: 20px 0 35px;
    }

    .box5 {
        margin: 30px 0;
    }

    .nul {
        margin: 22px 0;
    }

    .nul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .nul li h3 a {
        margin: 20px 0 10px;
    }

    .foot {
        padding: 25px 0;
    }

    .tlogo,
    .dao {
        float: none;
        width: 100%;
    }

    .tlogo {
        margin-bottom: 10px;
        text-align: center;
    }
}
/* 荣誉资质 */
.hh_con {
	background-color: #f0f0f0;
	padding-top: 3.5vw;
}

.img_a11 {
	width: 24.89%;
}

.img_a11 img {
	width: 100%;
}

.img_a22 {
	width: 75.11%;
}

.img_a22 img {
	width: 100%;
}


@media (max-width: 768px) {
	.img_a11 {
		width: 35%;
		margin: 0 auto;
	}

	.img_a22 {
		width: 100%;
		margin-top: 20px;
	}
}




/* 新闻资讯 */
.xw_con {
	background: #F0F0F0;
	padding: 5rem 0;
	margin-top: 5rem;
}

.promenu {
	margin-top: 60px;
}

.b1b_index {
	margin-top: 40px;
}

.promenu li {
	width: 163px;
	height: 44px;
	border-radius: 10px;
	text-align: center;
	border: solid 1px #8c8c8c;
	line-height: 42px;
	color: #8c8c8c;
	font-size: 20px;
	margin: 0 17px
}

.promenu li a {
	text-align: center;
	color: #8c8c8c;
}

.promenu li.on {
	background-color: #193b7e;
	border: solid 1px #193b7e;
}

.promenu li.on a {
	color: #fff
}


.tab_1 {
	width: 48.5%;
}

.tab_1 li {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.tab_1 li .b1img1 {
	width: 100%;
	position: relative;
}

.tab_1 li .b1img1::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	content: "";
	left: 0px;
	top: 0px;
}

.tab_1 li .b1img1 img {
	width: 100%;
}

.xw_nr {
	position: absolute;
	width: 100%;
	padding: 0 40px;
	top: 50%;
	transform: translateY(-50%);
}

.xw_nr h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
}

.xw_nr h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 36px;
	overflow: hidden;
	margin-top: 20px;
}

.xw_nr h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 72px;
	overflow: hidden;
	margin-top: 20px;
}


.xw_nr h5 {
	width: 168px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #193b7e;
	color: #ffffff;
	font-size: 16px;
	margin-top: 2.5vw;
	text-align: center;
}


.tab_2 li {
	/*padding: 1.2vw 0;*/
	border-bottom: 1px solid #D9D9D9;
	border-radius: 0;
}

.tab_2 li h2 {
	font-size: 18px;
	font-weight: normal;
	/*line-height: 36px;*/
	letter-spacing: 0px;
	color: #000000;
	/*height: 36px;*/
	overflow: hidden;
	width: 75%;
}

.tab_2 li h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #8c8c8c;
}

.tab_2 li h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	/*line-height: 40px;*/
	letter-spacing: 0px;
	color: #8c8c8c;
	/*height: 80px;*/
	overflow: hidden;
	margin: 20px 0;
}

.tab_2 li:hover h2 {
	color: var(--primary-color);
}




@media (max-width: 1440px) {
	.promenu li {
		width: 153px;
		height: 38px;
		border-radius: 10px;
		text-align: center;
		border: solid 1px #8c8c8c;
		line-height: 36px;
		color: #8c8c8c;
		font-size: 15px;
		margin: 0 12px
	}

	.tab_2 li h2 {
		font-size: 25px;
	}

	.xw_nr h3 {
		font-size: 18px;
	}

	.xw_nr h2 {
		font-size: 20px;
	}

	.tab_2 li h4 {
		font-size: 18px;
		font-weight: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #8c8c8c;
		height: 60px;
		overflow: hidden;
		margin-top: 12px;
	}


	.xw_nr h4 {
		font-size: 17px;
		font-weight: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		height: 60px;
		overflow: hidden;
		margin-top: 12px;
	}

}


@media (max-width: 1440px) {
	.promenu li {
		width: 140px;
		height: 35px;
		border-radius: 10px;
		text-align: center;
		border: solid 1px #8c8c8c;
		line-height: 33px;
		color: #8c8c8c;
		font-size: 14px;
		margin: 0 8px
	}

	.xw_nr h2 {
		font-size: 18px;
	}

	.xw_nr h3 {
		font-size: 18px;
	}


	.xw_nr h4 {
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
		letter-spacing: 0px;
		color: #ffffff;
		height: 50px;
		overflow: hidden;
		margin-top: 12px;
	}

	.xw_nr h5 {
		width: 128px;
		height: 40px;
		background-color: #193b7e;
		color: #ffffff;
		font-size: 16px;
		margin-top: 2vw;
		text-align: center;
		line-height: 40px;
	}


	.tab_2 li h2 {
		font-size: 20px;
	}

	.tab_2 li h3 {
		font-size: 16px;
	}

	.tab_2 li h4 {
		font-size: 15px;
		font-weight: normal;
		line-height: 27px;
		letter-spacing: 0px;
		color: #8c8c8c;
		height: 54px;
		overflow: hidden;
		margin-top: 8px;
	}
}



@media (max-width: 1100px) {
	.tab_1 {
		width: 100%;
	}

	.promenu li {
		width: 99px;
		height: 35px;
		border-radius: 10px;
		text-align: center;
		border: solid 1px #8c8c8c;
		line-height: 33px;
		color: #8c8c8c;
		font-size: 14px;
		margin: 0 4px
	}

	.promenu {
		margin-top: 30px;
	}

	.xw_nr {
		position: absolute;
		width: 100%;
		padding: 0 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}


/* 网站文字 */
.watb {
	text-align: center;
	position: relative;
}

.watb h2 {
	width: 100%;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0px;
	color: var(--primary-color);
	opacity: 0.2;
	position: absolute;
	top: -0.75rem;
	z-index: -1;
	text-transform: uppercase;
}

.watb h3 {
	font-size: 40px;
	font-weight: bold;
	color: var(--primary-color);
}



@media (max-width: 992px) {
	.watb h2 {
		font-size: 35px;
	}

	.watb h3 {
		font-size: 40px;
	}
}

.ab_b_title h2 {
	font-weight: bold;
	font-size: 1.8rem;
	color: #000000;
}

/* 合作伙伴 */
.hzbg {
	background: url(../images/hz_bj.png) no-repeat 50%;
	padding: 6.5vw 0;
	background-size: cover;
	/* margin-top: 3.5vw; */
}

.hztt {
	max-width: 1265px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.wbtt {
	margin-top: 3vw;
}

.wbtt h2 {
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 0px;
	color: var(--primary-color);
	opacity: 0.2;
	text-transform: uppercase;
}

.wbtt h3 {
	font-size: 40px;
	color: var(--primary-color);
	font-weight: 600;
	margin-top: 10px;
}


.hz_ll {
	margin-top: 45px;
	border-left: 2px solid #ededed;
	background: #fff;
}

.hz_ll li {
	/* width: 11%; */
}

.hz_ll li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 2px solid #ededed;
	height: 100px;
	flex: 1;
}

.hz_ll li a.img {
	display: block;
}

.hz_ll li a.img img {
	width: 100%;
}





@media (max-width: 1440px) {
	.wbtt h2 {
		font-size: 40px;
	}

	.wbtt h3 {
		font-size: 52px;
	}

	.hztt {
		font-size: 25px;
	}
}



@media (max-width: 1280px) {
	.wbtt h2 {
		font-size: 30px;
	}

	.wbtt h3 {
		font-size: 42px;
	}

	.hztt {
		font-size: 20px;
	}

	.hz_ll li {
		width: 100%;
		flex: auto;
		background: #ffffff;
		margin-bottom: 1rem;
	}
}



@media (max-width: 992px) {
	.wbtt h2 {
		font-size: 20px;
	}

	.wbtt h3 {
		font-size: 32px;
	}

	.hztt {
		font-size: 15px;
		line-height: 30px;
	}

	.hz_ll {
		margin-top: 25px;
		border-left: 2px solid #ededed;
		background: transparent;
		flex-wrap: wrap;
	}
}





/* 通栏 */
.dff {
	background: #193C7F;
	padding: 4.2rem 0 5.2rem;
}

.dt_a {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ffffff;
}

.lx_nn {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	line-height: 45px;
	margin-top: 3.5vw;
	color: rgba(255, 255, 255, .8);
}


.df_b {
	width: 56.82%;
}

.nav2 li {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}

.nav2 li a {
	color: #ffffff;
}



.soe_a {
	/*width: calc(100% - 180px);*/
}

.copyright_a a {
	color: #ffffff;
}

.copyright_a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

.wm_a {
	width: 130px;
	text-align: center;
}

.wm_a img {
	max-width: 100%;
	margin-bottom: 10px;
}

.wm_a p {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}




/*样式*/
@media (max-width: 1440px) {
	.dt_a {
		font-size: 30px;
	}

	.nav2 li {
		font-size: 20px;
	}

	.copyright_a {
		font-size: 18px;
	}

	.wm_a p {
		font-size: 18px;
	}

	.lx_nn {
		font-size: 20px;
	}
}


@media (max-width: 1370px) {
	.nav2 li {
		font-size: 18px;
	}

	.copyright_a {
		font-size: 18px;
	}

	.wm_a p {
		font-size: 18px;
	}

	.lx_nn {
		font-size: 18px;
		line-height: 35px;
	}

	.copyright_a {
		line-height: 30px;
	}
}



@media (max-width: 1280px) {
	.dt_a {
		font-size: 25px;
	}

	.nav2 li {
		font-size: 18px;
	}

	.copyright_a {
		font-size: 16px;
	}

	.wm_a p {
		font-size: 16px;
	}
}



@media (max-width: 1100px) {
	.dt_a {
		font-size: 20px;
	}

	.nav2 li {
		font-size: 16px;
	}

	.copyright_a {
		font-size: 15px;
	}

	.wm_a p {
		font-size: 15px;
	}

	.lx_nn {
		font-size: 15px;
		line-height: 35px;
	}
}


@media (max-width: 992px) {
	.df_a {
		width: 100%;
	}

	.df_b {
		width: 100%;
		margin-top: 30px;
	}

	.nav2 {
		display: none !important;
	}
}


@media (max-width: 768px) {
	.soe_a {
		width: calc(100% - 0px);
	}


	.wm_a {
		width: 130px;
		margin: 0 auto;
		margin-top: 25px;
		text-align: center;
	}

	.dff {
		background: #193b7e;
		padding: 30px 0;
	}
}