/* comm */

*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;object-fit: cover;}
.rect-30{padding-bottom: 30%;}
.rect-40{padding-bottom: 40%;}
.rect-50{padding-bottom: 50%;}
.rect-55{padding-bottom: 55%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-95{padding-bottom: 95%;}
.rect-100{padding-bottom: 100%;}
.rect-150{padding-bottom: 150%;}
li *[class*="pic"]>img{-webkit-transition: 0.3s ease-out;-moz-transition: 0.3s ease-out;-ms-transition: 0.3s ease-out;-o-transition: 0.3s ease-out;transition: 0.3s ease-out;}
li:hover *[class*="pic"]>img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.trs3{-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.trs5{-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}

/* flex布局 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/*默认 主轴为水平方向，起点在左端*/
.f-dr {-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}
/*主轴为水平方向，起点在右端*/
.f-dr-r {-webkit-box-orient: horizontal;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
/*主轴为垂直方向，起点在上沿*/
.f-dc {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
/*主轴为垂直方向，起点在下沿*/
.f-dc-r {-webkit-box-orient: vertical;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}

/* 交叉轴的起点对齐 */
.f-as {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
/* 交叉轴的中点对齐 */
.f-ac {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
/* 交叉轴的终点对齐 */
.f-ae {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}

/* 项目的第一行文字的基线对齐 */
.f-ab {-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;}
/* 交叉轴拉伸对齐 */
.f-ast {-webkit-align-items: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
/* 左对齐 */
.f-js {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
/* 居中 */
.f-jc {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 右对齐 */
.f-je {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {-webkit-box-pack: distribute;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;}

/* 换行，第一行在上方 */
.f-warp {-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
/* 换行，在第一行的下方 */
.f-warp-r {-webkit-flex-wrap: wrap-reverse;-moz-flex-wrap: wrap-reverse;-ms-flex-wrap: wrap-reverse;-o-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}

/* index */
/* 2022-07-07 新增 s */
.row-a1{
	padding: 0;
}
.ab_ul{
	overflow: hidden;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.ab_ul li{
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.ab_ul li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ab_ul li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.05);
}
.ab_ul li .txt{
	position: absolute;
	z-index: 2;
	left: 8%;
	top: 20%;
	color: white;
}
.ab_ul li .txt .num{}
.ab_ul li .txt .num i{
	font-size: 0.64rem;
	line-height: 1;
	font-style: normal;
	font-weight: 700;
}

.ab_ul li .txt .num span{
	font-size: 0.64rem;
	line-height: 1;
}
.ab_ul li .txt p{
	font-size: 28px;
}


#page2 .g-down{
	z-index: 3;
}
/* 产品 */
.ind_pro{
	background-color: white !important;
	background: url(../images/pro_bg.png) no-repeat center bottom;
	background-size: 100% auto !important;
	background-position: center bottom !important;
}
.pro_ul{
	padding-top: 20px;
}
.pro_ul.slick-slider,.pro_ul .slick-list..pro_ul .slick-track{
	max-height: 100%;
}
.pro_ul li{}

.pro_ul li .fl{
	float: left;
	width: 50%;
}
.pro_ul li .fl h3{
	position: relative;
	font-size: 0.42rem;
	line-height: 1;
	color: #333;
	padding-bottom: 0.4rem;
}
.pro_ul li .fl h3::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 58px;
	height: 4px;
	background: #003a8f;
	z-index: 2;
}
.pro_ul li .fl p{
	font-size: 0.24rem;
	line-height: 1;
	margin-top: 0.4rem;
	margin-bottom: 0.2rem;
	color: #333333;
}
.pro_ul li .fl span{
    display: block;
    color: #666666;
    font-size: 16px;
	line-height: 1.8;
}
.pro_ul li .fl a{
	display: inline-block;
	margin-top: 0.4rem;
	width: 164px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 3px;
	background: #003a8f;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pro_ul li .fl a:hover{
	background-color: #e50011;
	color: white;
}
.pro_ul li .fr{
	float: right;
	width: 50%;
	max-height: 100%;
}
.pro_ul li .fr .pic{
	height: 100%;
}
.pro_ul li .fr img{
	width: auto;
	height: 700px;
	max-height: 80%;
}

.ind_pro .slick-dots{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	margin-top: -20px;
	z-index: 3;
}
.ind_pro .slick-dots li{
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #a2a2a2;
	border-radius: 50%;
	margin: 0 8px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.ind_pro .slick-dots li.slick-active{
	background-color: #003a8f;
	border-color: #003a8f;
}
.ind_pro .slick-dots li button{
	display: none;
}

/* 页脚 */
.f_logo{
	margin-bottom: 40px;
}
.f_logo img{
	
}
.f_logo p{}
.f_cen{}
.f_cen .fl{
	width: 25%;
}
.f_cen .fl .wx{
	max-width: 167px;
	margin-right: 20px;
	color: rgba(255,255,255,0.6);
	text-align: center;
}
.f_cen .fl .wx img{
	padding: 14px;
	border: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 10px;
}
.f_cen .fl p{
	font-size: 16px;
}
.f_cen .fr{
	width: 75%;
}
.f_cen .fr ul{}
.f_cen .fr ul li{
	width: 33.33%;
	text-align: center;
}
.f_cen .fr ul li i{
	display: block;
	/* margin-bottom: 20px; */
	margin: 0 auto 20px;
	font-size: 28px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	line-height: 60px;
}
.f_cen .fr ul li p{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	line-height: 1.75;
	margin-bottom: 10px;
}
.f_cen .fr ul li:first-child p:last-child{
    font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: rgba(255,255,255,0.8);
}

/* 合作伙伴 */

/* .container08 .g-titq1 h3{
	color: white;
} */
.ind_part{}
.ind_part ul{
	margin-top: 40px;
}
.ind_part ul li{
	width: 18%;
	margin: 30px 1%;
}
.ind_part ul li a{
	width: 220px;
	height: 220px;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
.ind_part ul li a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
    top: -10px;
    left: -10px;
    padding: 10px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.36s, opacity 0.36s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.36s, opacity 0.36s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.36s, opacity 0.36s;
    transform: scale(.8);
    opacity: 0;
}
.ind_part ul li:hover a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.ind_part ul li .ico{
	height: 100px;
	line-height: 100px;
}
.ind_part ul li img{
	height: 80px;
	display: inline-block;
}
.ind_part ul li h3{
	font-size: 18px;
	color: #414143;
	font-weight: normal;
}
.ind_part ul li a .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	transform: scale(0);
	overflow: hidden;
	opacity: 0;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
	z-index: 2;
}
.ind_part ul li:hover a .mask {
    transform: scale(1);
    opacity: 1;
}
.ind_part ul li .mask p{
	font-size: 15px;
	line-height: 24px;
	color: #4d4d4d;
	padding: 0 10%;
	text-align: center;
}
.ind_part ul li:hover a.mask p{
    transform: scale(1);
    opacity: 1;
}


/* 合作伙伴2 */
.container08{
	background-color: white;
	background-position: bottom center !important; 
	background-size: 100% auto !important;
	/* background-size: 100% auto; */
}

.container08 .g-titq1{
	text-align: left;
	padding-top: 0.6rem;
}
.container08 .g-titq1 p{
	font-size: 20px;
	line-height: 1.6;
	margin-top: 10px;
}
.ind_part2{}
.ind_part2 .fl{
	width: 50%;
}
.ind_part2 .fr{
	width: 50%;
}
.ind_part2 .fr ul{}
.ind_part2 .fr ul li{
	float: left;
	width: 31%;
	margin: 0.2rem 0;
	margin-right: 3.5%;
}
.ind_part2 .fr ul li:nth-child(3n){
	margin-right: 0;
}
.ind_part2 .fr ul li a{}
.ind_part2 .fr ul li img{
	width: 100%;
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ind_part2 .fr ul li:hover img{
	filter: none;
}
/* 2022-07-07 新增 e */

/* 2022-08-02 新增 e */
.ind_new{}
.ind_new .rect-45{
	padding-bottom: 45%;
}
.ind_new .rect-6756{
    padding-bottom: 67.56%;
}
.ind_new .rect-734{
    padding-bottom: 73.4%;
}
.ind_new .rect-55 {
    padding-bottom: 55%;
}
.ind_new .tit{}
.ind_new .tit span{
	font-size: 16px;
	line-height: 20px;
}
.ind_new .tit h3{
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	margin: 16px 0 18px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.ind_new .date{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.ind_new .info{
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.ind_new .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0.63rem 0.7rem 0.7rem 0.67rem;
    color: #fff;
}

.ind_new .top{
	color: white;
}
.ind_new .top a{
	position: relative;
	display: block;
}
.ind_new .top .fl{
	width: 62%;
}
.ind_new .top .fl .cover{
	padding: 2.2rem 0.7rem 0.7rem 1rem;
}

.ind_new .top .fr{
	width: 38%;
	background: #333;
}
.ind_new .top .fr a{
	display: block;
	color: white;
	padding: 1.5rem 1.1rem 0.5rem;
}
.ind_new .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 0.7rem;
	text-align: left;
	padding-left: 1.1rem;
}
.ind_new .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
	position: relative;
	width: 0.12rem;
	height: 0.12rem;
	margin: 0 0.3rem 0 0;
	background-color: white;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ind_new .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:before{
	position: absolute;
	content: "";
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	left: -7px;
	top: -7px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ind_new .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active{
	background-color: #e50011;
}
.ind_new .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active:before{
	border-color: #e50011;
}

.ind_new .bot{}
.ind_new .bot ul{}
.ind_new .bot ul li{
	width: 31%;
}
.ind_new .bot ul li:last-child{
	width: 38%;
}
.ind_new .bot ul li:nth-child(2){
	background-color: #efefef;
}
.ind_new .bot ul li:nth-child(2) img{
	opacity: 0;
}
.ind_new .bot ul li:nth-child(2) .cover{
    color: #333;
}
.ind_new .bot ul li a{
	position: relative;
	display: block;
}

/* 2022-08-02 新增 e */

@media all and (max-width:1599px) {
	.ind_new .top .fl .cover{
	    padding: 1.2rem 0.5rem;
	}
	.ind_new .top .fl .cover{
		display: flex;
		align-items: center;
	}
	.ind_new .tit{
		width: 100%;
	}
	.ind_new .top .fr a{
		padding: 0.8rem 0.4rem;
	}
	.ind_new .tit h3{
		font-size: 24px;
	}
	.ind_new .cover{
		padding: 0.3rem;
	}
	.ind_new .swiper-pagination-bullets.swiper-pagination-horizontal{
		padding-left: 0.4rem;
	}
}

/* 联系我们 s */
.contact_us01{
	padding: 0.8rem 0;
	background-color: white;
}
.contact_us01 .list{float: left;padding: 30px;background: #f7f7f7;box-sizing: border-box;height: 220px;}
.contact_us01 .list{width: 32%;margin-right: 2%;}
.contact_us01 .list.list3{margin-right: 0;}
.contact_us01 .list.list3 .left{float: left;width: 100%;}
.contact_us01 .list.list3 .right{float: right;width: 58%;margin-top: 80px;}
.contact_us01 .list .line{width: 35px;height: 2px;margin: 10px 0 20px;}
.contact_us01 .list.list1 .line{background: #da2c3a;}
.contact_us01 .list.list2 .line{background: #dac32c;}
.contact_us01 .list.list3 .line{background: #1ab04f;}
.contact_us01 .list .tit{font-size: 22px;}
.contact_us01 .list .con{font-size: 16px;}
.contact_us01 .list .con p{margin-bottom: 5px;}
.contact_us01 .list .tel400{font-size: 0.32rem;color: #000;font-weight: 700;}
.contact_us01 .map{
	width: 100%;
	height: 6rem;
	margin-top: 0.4rem;
}
.contact_us01 .map img{
	max-width: none;
}

.contact_us02{
	background: #f5f5f5;
}
.contact-form-wrap {
  margin-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
}

.contact-form-wrap .form-tr {
  padding-bottom: 20px;
}
.contact-form-wrap .td33 {
  width: 33.33%;
}
.contact-form-wrap .td100{
  width: 100%;
}
.contact-form-wrap .form-label {
  font-size: 18px;
  line-height: 1.1;
  color: #666;
  margin-bottom: 16px;
}

.contact-form-wrap .form-input, .contact-form-wrap .form-textarea {
  display: block;
  background: #fff;
  font-size: 16px;
  color: #444;
  width: calc(100% - 20px);
  border: none;
  text-indent: 15px;
}

.contact-form-wrap .form-input {
  height: 56px;
  line-height: 56px;
}

.contact-form-wrap .form-textarea {
  height: 200px;
  line-height: 34px;
  padding: 9px 0;
}

.contact-form-wrap .form-submit-txt {
  position: relative;
  z-index: 2;
}

.contact-form-wrap .form-submit {
  opacity: 0;
  position: relative;
  z-index: 3;
}

.contact-form-wrap .form-section {
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.contact-form-wrap .form-section.cur .section-top:after {
  background: #f0f0f0 url(../img/sectiontop2on.png) no-repeat center;
}

.contact-form-wrap .form-section .section-top {
  font-size: 18px;
  line-height: 56px;
  color: #666;
  padding: 0 52px 0 10px;
  background: #f9f9f9;
  position: relative;
}

.contact-form-wrap .form-section .section-top:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 52px;
  background: #f0f0f0 url(../img/sectiontop2.png) no-repeat center;
  content: "";
  display: block;
  z-index: 2;
}

.contact-form-wrap .form-section .options-wrap {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  color: #666;
  height: auto;
  line-height: 40px;
  font-size: 16px;
}

.contact-form-wrap .form-section .options-item {
  background: #f9f9f9;
  cursor: pointer;
  padding: 0 52px 0 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-submit-btn {
  width: 200px;
  margin: 0 auto;
  border-left: 4px solid #16357a;
  background: #fff;
  height: 50px;
  line-height: 50px;
  color: #444;
  text-align: center;
  font-size: 16px;
  transition-duration: .3s;
  cursor: pointer;
}
.form-submit-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition-duration: .3s;
  z-index: 1;
  background: #16357a;
}
/* .form-submit-btn input{
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	background-color: white;
	font-size: 0;
} */

.form-submit-btn:hover:before {
  width: 100%;
}
.contact-form-wrap .form-submit-txt:hover{
  color: #fff;
}
.contact-form-wrap .form-input::-webkit-input-placeholder,
.contact-form-wrap .form-textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.contact-form-wrap .form-input:-moz-placeholder,
.contact-form-wrap .form-textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.contact-form-wrap .form-input::-moz-placeholder,
.contact-form-wrap .form-textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.contact-form-wrap .form-input:-ms-input-placeholder,
.contact-form-wrap .form-textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

/* 联系我们 e */

/* 发展历程 s */
.n_history{
	padding: 0.4rem 0;
}
.his-section {
	position: relative;
	margin-top: 30px;
}

.his-section:before {
	display: block;
	content: "";
	width: 11px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.his-section:after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 0.5px;
}
/* 
.innerwrap {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
} */

.history {
	position: relative;
}

.history>div {
	position: relative;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 50%;
	/* margin-bottom: -174px; */
}

.history>div:first-child {
	top: 0;
	padding-top: 20px;
}

.history>div:last-child .conarea {
	height: auto;
    padding-bottom: 150px;
}

.history>div:nth-child(odd) {
	margin-left: 50%;
}

.history>div:nth-child(even) {
	text-align: right;
	margin-right: 50%;
}

.history>div .titlearea {
	position: relative;
	z-index: 10;
}

.history>div .titlearea:before {
	display: block;
	content: "";
	width: 1000%;
	height: 1px;
	bottom: 0;
	background: #ddd;
	position: absolute;
}

.history>div:nth-child(odd) .titlearea {
	padding: 26px 0 0 40px;
}

.history>div:nth-child(odd) .titlearea:before {
	left: 0;
}

.history>div:nth-child(even) .titlearea {
	padding: 30px 40px 0 0;
}

.history>div:nth-child(even) .titlearea:before {
	right: 0;
}

.history>div .titlearea:after {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: #16357a;
	position: absolute;
	bottom: -2px;
	z-index: 10;
}

.history>div:nth-child(odd) .titlearea:after {
	right: 100%;
	margin-right: -3px;
}

.history>div:nth-child(even) .titlearea:after {
	left: 100%;
	margin-left: -2px;
}

.history>div .titlearea h4 {
	font-size: 46px;
	color: #222;
	margin-bottom: 5px;
}
.history>div .titlearea h4 span{
	font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.history>div .titlearea p {
	font-size: 28px;
	color: #959595;
	line-height: 1.4;
	padding-top: 7px;
}

.history>div .conarea {
	position: relative;
	padding-bottom: 80px;
}
/* 
.history>div:first-child .conarea {
	padding-bottom: 380px;
}

.history>div:nth-child(2) .conarea {
	padding-bottom: 280px;
}

.history>div:nth-child(3) .conarea {
	padding-bottom: 300px;
} */

.history>div:nth-child(odd) .conarea {
	padding-left: 40px;
}

.history>div:nth-child(even):after {
	display: block;
    content: "";
    width: 1000%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    left: -50%;
    top: 0;
}

.history>div:nth-child(even) .conarea {
	padding-right: 40px;
}

.history>div .conarea ul {
	padding: 30px 0 0;
	position: relative;
	z-index: 10;
}

.history>div .conarea ul li {
	overflow: hidden;
	margin-bottom: 15px;
}

.history>div .conarea ul li:last-child {
	margin-bottom: 0;
}

.history>div .conarea ul li .year {
	width: 80px;
	font-size: 18px;
	color: #222;
	font-weight: 600;
	line-height: 1.6;
}

.history>div .conarea ul li .con {
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	font-size: 16px;
	color: #444;
	line-height: 1.6;
}

.history>div:nth-child(odd) .conarea ul li .year {
	float: left;
	margin-right: 20px;
}

.history>div:nth-child(odd) .conarea ul li .con {
	float: left;
}

.history>div:nth-child(even) .conarea ul li .year {
	float: right;
	margin-left: 20px;
}

.history>div:nth-child(even) .conarea ul li .con {
	float: right;
}

.history>div .conarea .bg_year {
	display: none;
	position: absolute;
	bottom: 26px;
	z-index: 10;
	font-size: 100px;
	color: #16357a;
	font-weight: bold;
	line-height: 0.8em;
}

.history>div .conarea .bg_year span {
	display: block;
}

.history #y3 .conarea .bg_year {
	/*bottom: -50px;*/
}

.history>div:nth-child(odd) .conarea .bg_year {
	color: #f5f5f5;
    right: 100%;
    text-align: right;
}

.history>div:nth-child(even) .conarea .bg_year {
	color: #fff;
    left: 100%;
    text-align: left;
}

.history>div:nth-child(even) .img {
	position: absolute;
	width: 60%;
	left: 100%;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	margin-left: 40px;
	padding-top: 32%;
}

.history>div:nth-child(odd) .img {
	position: absolute;
	width: 60%;
	right: 100%;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	margin-right: 40px;
	padding-top: 32%;
}
.history>div .img img{
	height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.history>div .img:before{
	position: absolute;
	content: "";
	display: block;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border: 1px solid #ddd;
	background-color: transparent;
	left: -6px;
	top: -6px;
}
/* 发展历程 e */

/* 董事长致辞 s */
.n_chairman{
	padding: 0.8rem 0;
}
.n_chairman .fl{
	width: 64%;
	padding-right: 0.5rem;
}
.n_chairman .fl .con{
	position: relative;
	font-size: 16px;
	color: #6a6a6a;
	line-height: 2;
	margin-top: 0.3rem;
}
/* .n_chairman .fl .con::after{
	position: absolute;
	content: "";
	right: 0;
	top: 100%;
	margin-top: -20px;
	width: 200px;
	height: 349px;
	background: url('../images/tizi.jpg') no-repeat center;
	background-size: 100% auto;
	mix-blend-mode: multiply;
} */
.n_chairman .fr{
	width: 32%;
}
.n_chairman .fr .pic{
	text-align: center;
}
.n_chairman .fr .pic img{
	width: 100%;
}
.n_chairman .fr .pic img+img{
	width: auto;
	display: inline-block;
	margin-top: 0.4rem;
	mix-blend-mode: multiply;
}
/* 董事长致辞 e */


/* header s */

.header-nav-slide {
    position: fixed;
    left: 0%;
    top: 90px;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,.3);
    background: rgba(255,255,255,1);
	background-color: #f9f9f9;
    z-index: 100;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.nav li:hover .header-nav-slide {
	visibility: visible;
	opacity: 1;
}
.header-slide-contianer{display: flex;align-items: flex-start;justify-content: space-between;}
.head_down{
	width: 100%;
}
.head_down .fl{
	width: 55%;
	padding-right: 0.4rem;
	transform: translateX(58px);
	-webkit-transform: translateX(58px);
	-moz-transform: translateX(58px);
	-ms-transform: translateX(58px);
	-o-transform: translateX(58px);
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: transform 1.4s,opacity 1.4s ease;
}

.head_down .fl .pic{
	float: left;
	width: 45%;
	margin-right: 5%;
}
.head_down .fl .pic img{
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.head_down .fl .info{
	width: 50%;
	font-size: 30px;
	color: #333;
	line-height: 42px;
}
.head_down .fr{
	width: 45%;
	padding-left: 0.5rem;
	transform: translateX(-80px);
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: transform 1.4s,opacity 1.4s ease;
}
.nav li:hover .head_down .fr,.nav li:hover .head_down .fl{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.head_down .fr ul{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
}
.head_down .fr ul.column li{
	width: 100%;
	margin-right: 0;
}
.head_down .fr ul li{
	width: 32%;
	margin-right: 2%;
}
.head_down .fr ul li:nth-child(3n){
	margin-right: 0;
}
.head_down .fr ul li a{
	position: relative;
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 52px;
	padding-left: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.head_down .fr ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 10;
	width: 4px;
	height: 4px;
	transition: transform 0.3s ease;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #dcdcdc;
}
.head_down .fr ul li a:hover:before{
	background-color: #16357a;
}
.head_down .fr ul li a:hover{
	color: #16357a;
}
/* header e */


/* 营销网络 s */
.n_network{
	padding: 0.6rem 0 0.8rem;
}
.n_network .info{
	width: 45%;
}
.n_network .info .con{}
.n_network .info .con h4{
	font-size: 20px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 10px;
}
.n_network .info .con p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-bottom: 26px;
}
.n_network .pic{
	width: 50%;
}
.n_network .pic img{
	width: 100%;
	mix-blend-mode: multiply;
}
/* 营销网络 e */

.pc{
	display: block !important;
}
.mb{
	display: none !important;
}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}
.nav .down{
	display: none;
}
@media all and (max-width: 1199px){
	.pc{
		display: none !important;
	}
	.mb{
		display: block !important;
	}
	
	/* .nav .down{
		display: block;
	} */
	.nav li .down{
		width: 100% !important;
	}
	.header.black .nav li .v1{
		color: white;
	}
	
	.n_chairman .fl,.n_chairman .fr{
		width: 100%;
		padding-right: 0;
	}
	.n_chairman .fl .con{
		font-size: 14px;
	}
	.n_chairman .fr .pic img+img{
		/* width: 3rem; */
	}
	
	.n_network{
		padding: 0.6rem 10px;
	}
	.n_network .info,.n_network .pic{
		width: 100%;
	}
	.n_network .info .con h4{
		font-size: 16px;
	}
	
	.contact_us01 .list{
		width: 100%;
		margin-bottom: 0.3rem;
		height: auto;
		padding: 0.4rem;
	}
	.contact_us01 .list .tit{
		font-size: 20px;
	}
	.contact_us01 .list .line{
		margin: 8px 0 15px;
	}
	
	.ab_ul{
		height: 100vh;
	}
	.ab_ul li{
		width: 50%;
		height: 50%;
	}
	.ab_ul li .txt{
		top: 12%;
	}
	.ab_ul li .txt .num i,.ab_ul li .txt .num span{
		font-size: 0.5rem;
	}
	.ab_ul li .txt p{
		font-size: 0.32rem;
		margin-top: 3px;
	}
	
	.pro_ul{
		padding-top: 0;
	}
	.pro_ul li .wp2{
		flex-direction: column-reverse;
	}
	.pro_ul li .fl,.pro_ul li .fr{
		width: 100%;
	}
	.pro_ul li .fr img{
		height: auto;
		width: 92%;
	}
	.pro_ul li .fl{
		margin-top: 0.2rem;
	}
	.pro_ul li .fl a{
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.pro_ul li .fl p{
		font-size: 0.28rem;
		line-height: 1.5;
	}
	
	.ind_pro .slick-dots{
		margin-top: 5px;
	}
	
	
	.ind_new .top .fl,.ind_new .top .fr{
		width: 100%;
	}
	.ind_new .rect-45{
		padding-bottom: 60%;
	}
	.ind_new .tit h3{
		font-size: 0.32rem;
		line-height: 1.3;
	}
	.ind_new .info{
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}
	.ind_new .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
		margin-right: 0.4rem;
	}
	.ind_new .swiper-pagination-bullets.swiper-pagination-horizontal{
		padding-left: 0.5rem;
		bottom: 0.5rem;
	}
	
	.ind_new .bot ul li,.ind_new .bot ul li:last-child{
		width: 100%;
	}
	.ind_new .pic{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 0 !important;
		z-index: 2;
		background-color: transparent;
	}
	.ind_new .pic img{
		z-index: 3;
	}
	.ind_new .cover{
		position: relative;
		/* padding-top: 0.6rem; */
		padding: 0.5rem 0.3rem;
	/* 	display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center; */
		height: auto;
		/* background-color: transparent;
		background: url('../images/ind_new2.jpg') no-repeat center;
		background-size: cover; */
		z-index: 4;
	}
	.ind_new .top .fl .cover{
		background: url('../images/ind_new1.jpg') no-repeat center;
		background-size: cover;
	} 
	.ind_new .bot ul li:first-child .cover{
		background: url('../images/ind_new2.jpg') no-repeat center;
		background-size: cover;
	}
	.ind_new .bot ul li:last-child .pic{
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 55% !important;
	}
	.ind_new .rect-6756{
		padding-bottom: 62%;
	}
	
	.ind_part2 .fl,.ind_part2 .fr{
		width: 100%;
	}
	.ind_part2 .fr{
		margin-top: 0.4rem;
	}
	.container08 .g-titq1{
		padding-top: 0;
	}
	.container08 .g-titq1 p{
		font-size: 16px;
	}
	
	.f_logo{
		text-align: center;
	}
	.f_logo img{
		display: inline-block;
	}
	.f_cen .fl,.f_cen .fr{
		width: 100%;
	}
	.f_cen .fl .wx{
		margin: 0 auto;
	}
	.f_cen .fr ul{
		margin-top: 0.2rem;
	}
	.f_cen .fr ul li{
		width: 100%;
	}
	.f_cen .fr ul li:first-child p:last-child{
		font-size: 22px;
	}
}


@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	
}

@media all and (max-width:768px) {
	.his-section{
		margin-top: 0;
	}
	.history>div .img{
		display: none;
	}
	.his-section:after{
		left: 0;
	}
	.his-section:before{
		left: -4px;
		transform: translateX(0);
	}
	.history>div:first-child{
		padding-top: 0;
	}
	.history>div:nth-child(odd) {
		margin-left: 0;
		width: 100%;
	}
	.history>div:nth-child(even){
		width: 100%;
		text-align: left;
	}
	.history>div .titlearea{
		padding: 26px 0 3px 40px !important;
	}
	.history>div:nth-child(even) .conarea ul li .year{
		float: left;
		margin-left: 0;
		margin-right: 20px;
	}
	.history>div:nth-child(even) .conarea{
		padding-right: 0;
	}
	.history>div:nth-child(even) .conarea ul li .con {
		float: left;
	}
	.history>div:nth-child(even) .titlearea:after{
		right: 100%;
		margin-right: -3px;
		left: auto;
	}
	.history>div:nth-child(even) .titlearea:before {
		left: 0;
	}
	.history>div .conarea{
		padding-left: 40px !important;
	}
	.history>div .conarea .bg_year{
		display: none;
	}
	.history>div .conarea{
		height: auto;
		padding-bottom: 40px;
	}
	.history>div:nth-child(even) .conarea:after{
		display: none;
	}
	.history>div:nth-child(even):before{
		position: absolute;
		content: '';
		width: 120%;
		height: 100%;
		top: 0;
		left: -10%;
		background: #f5f5f5;
	}
	.history>div .conarea ul{
		padding-bottom: 30px;
	}
	.history>div:last-child .conarea{
		padding-bottom: 0;
	}
	.history>div .titlearea h4 {
		font-size: 26px;
	}
	.history>div .titlearea h4 span {
		font-size: 18px;
	}
	
	.f_cen .fr ul li p{
		font-size: 14px;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}
