@charset "UTF-8";
@media (max-width: 991px) {
	body{
		padding-top: 60px;
	}
}

@font-face{
  font-family: "light";
  src: url(../fonts/SOURCEHANSANSCN-LIGHT.OTF);
}
@font-face{
  font-family: "akz";
  src: url(../fonts/AkzidenzGrotesk-Regular.ttf);
}
@font-face{
  font-family: "comfortaa";
  src: url(../fonts/Comfortaa-Regular.ttf);
}



.sec-title{
	text-align: center;
	font-size: 25px;
}

.sec-desc{
	text-align: center;
	color: #777;
	line-height: 28px;
	font-size: .16rem;
	margin-top: .15rem;
}

@media (min-width: 768px) {
	.sec-title{
		font-size: 35px;
	}
	
	.sec-desc{
		font-size: 16px;
	}
	
}

@media (min-width: 1500px) {
	.sec-title{
		font-size: 40px;
	}
	
	.sec-desc{
		font-size: 18px;
	}
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #c53936;
  border-radius:50px;
}

::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color:#999999
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #c53936;
}

.content{
  min-height: 500px;
  overflow: hidden;
  overflow: hidden;
}
.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
  transition: all 8s;
}
.banner .swiper-slide-active .bj.pc{
  transform: scale(1.1);
}
.banner .swiper-pagination{
  bottom: 30px;
}
.banner .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
  background: #c53936;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12%;
}
.banner .rq .p1{
  font-size: 56px;
  color: #ffffff;
  text-align: center;
  font-family: "light";
}
.banner .rq .p2{
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-family: "light";
  letter-spacing: 8px;
}
.anniu{
  width: 190px;
  height: 50px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  margin-top: 50px;
}
.anniu:hover{
  border: none;
  border: 2px solid #c53936;
}
.anniu::before{
	width: 0;
	height: 100%;
	content: '';
	background: #c53936;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .5s;
}
.anniu:hover::before{
  width: 100%;
}
.anniu span{
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  position: relative;
  z-index: 3;
}
.anniu span img{
  width: 24px;
  margin-bottom: -6px;
  margin-left: 5px;
}
.banner .rq .div1,
.banner .rq .div2,
.banner .rq .div3,
.banner .div4{
  transform: translateY(200%) rotateX(90deg);
  opacity: 0;
  transition: all 1s cubic-bezier(.35, .75, .55, 1) 0.5s;
}
.banner .rq .div2{
  transition: all 1s cubic-bezier(.35, .75, .55, 1) 1s;
}
.banner .rq .div3{
  transition: all 1s cubic-bezier(.35, .75, .55, 1) 1.5s;
}
.banner .rq .div4{
  transition: all 1s cubic-bezier(.35, .75, .55, 1) 2s;
}

.banner .swiper-slide-active .rq .div1,
.banner .swiper-slide-active .rq .div2,
.banner .swiper-slide-active .rq .div3,
.banner .swiper-slide-active .rq .div4{
  transform: translateY(0px);
  opacity: 1;
  
}

/* content1 */
.content1{
  width: 100%;
  margin: 70px 0;
}
.content1 .foot-container{
  position: relative;
}
.content1 .rq{
  width: 33.3333%;
  height: 407px;
  background: rgb(245,245,245);
  float: left;
  position: relative;
  overflow: hidden;
}
.content1 .rq img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.content1 .rq:hover img{
  transform: scale(1.05);
}
.content1 .rq .rq1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 45px;
}
.bt{
  font-size: 24px;
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
}
.bt::before{
  content: '';
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content1 .rq .rq1 .p1{
  font-size: 15px;
  color: #ffffff;
  margin-top: 28px;
  line-height: 25px;
}
.content1 .rq:nth-child(2) .rq1{
  position: static;
}
.content1 .rq:nth-child(2) .bt{
  color: #444444;
}
.content1 .rq:nth-child(2) .bt::before,
.content1 .rq:nth-child(3) .bt::before{
  background: #c53936;
}
.content1 .rq .rq2{
  width: 100%;
  height: 300px;
  margin-top: 11px;
}
.content1 .rq .rq2 .swiper-container{
  height: 100%;
}
.content1 .rq .rq2 .swiper-slide a{
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgb(227,227,227);
}
.content1 .rq .rq2 .p2{
  font-size: 17px;
  color: #444444;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

}
.content1 .rq .rq2 .p3{
  font-size: 15px;
  color: #999999;
  margin-top: 5px;
  font-family: "akz";
}
.content1 .rq .rq2 .swiper-pagination{
  text-align: left;
}
.content1 .rq .rq2 .swiper-pagination-bullet-active{
  background: #c53936;
}
.content1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.content1 .rq .rq2 .swiper-slide a:hover p{
  color: #c53936;
}


/* 分辨率 */

@media(max-width:1680px){
  .banner .rq .p1 {
    font-size: 45px;
}
.banner .rq .p2 {
  font-size: 18px;
  letter-spacing: 6px;
}
.anniu {
  width: 165px;
  height: 43px;
  border-radius: 43px;
}
.anniu span {
  font-size: 16px;
  line-height: 39px;
}
.anniu span img {
  width: 20px;
  margin-bottom: -4px;
  margin-left: 5px;
}
.bt {
  font-size: 20px;
}
.content1 .rq .rq1 {
  padding: 20px 35px;
}
.content1 .rq .rq1 .p1 {
  font-size: 14px;
  margin-top: 15px;
  line-height: 23px;
}
.content1 .rq{
  height: 322px;
}
.content1 .rq .rq2 .p2 {
  font-size: 15px;
}
.content1 .rq .rq2 .p3 {
  font-size: 13px;
}
.content1 .rq .rq2 .swiper-slide a {
  padding: 14px 0;;
}
.content1 .rq .rq2 {
  height: 245px;
}

}

@media(max-width:1460px){
  .banner .rq .p1 {
    font-size: 37px;
}
.banner .rq .p2 {
  font-size: 14px;
  letter-spacing: 5px;
}
.anniu {
  margin-top: 35px;
}
.content1 .rq {
  height: 273px;
}
.content1 .rq .rq2 {
  height: 215px;
  margin-top: 0;
}
.bt {
  font-size: 18px;
  padding-bottom: 10px;
}
.content1 .rq .rq2 .p2 {
  font-size: 14px;
}
.content1 .rq .rq2 .p3 {
  font-size: 12px;
  margin-top: 2px;
}
.content1 .rq .rq2 .swiper-slide a {
  padding: 12px 0;
}


}

@media(max-width:1260px){

  .content1 .rq .rq1 {
    padding: 15px 15px;
}
.content1 .rq .rq1 .p1 {
  font-size: 13px;
  margin-top: 10px;
  line-height: 20px;
}
.bt {
  font-size: 16px;
}
.bt::before {
  width: 25px;
}
.content1 .rq {
  height: 220px;
}
.content1 .rq .rq2 {
  height: 175px;
}
.content1 .rq .rq2 .swiper-slide a {
  padding: 7px 0;
}
.content1 .swiper-pagination{
  bottom: 5PX;
}
}

@media(max-width:991px){
  .pc{
    display: none;
  }
  .app{
    display: block;
  }
  .banner{
    /* margin-top: 60px; */
  }
  .content1 .rq{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .content1 .rq:nth-child(2){
    height: 235px;
  }
}

@media(max-width:414px){
  .content1 {
    margin: 25px 0;
}
}


/* cho */

/*product-subbner start */
.subbner {
	position: relative;
}

.subbner-bg {
	width: 100%;
}

.banner-pc {
	display: block;
}

.banner-mobile {
	display: none;
}

.subbner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.subbner .sub-text {
	color: #fff;
}

.subbner .sub-cn {
	font-size: 25px;
	line-height: 1.7;
	color: #fff;
	font-family: "light";
}

.subbner .sub-en {
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
	font-family: "light";
}

@media (min-width: 768px) {
	.subbner .sub-cn {
		font-size: 30px;
	}

	.subbner .sub-en {
		font-size: 15px;
	}
}

@media (min-width: 1460px) {
	.subbner .sub-cn {
		font-size: 40px;
	}

	.subbner .sub-en {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.banner-pc {
		display: none;
	}

	.banner-mobile {
		display: block;
	}
}

/* product-subbner end */

/* pro-category start */
.pro-category{
	padding: 1.3rem 0;
}
.pro-category .rq{
	width: 100%;
}
.pro-category .rq .rq1{
	width: 43%;
	float: left;
}
.pro-category .rq .rq2{
	width: 54.5%;
	float: right;
}
.pro-category .rq:nth-child(2n) .rq1{
	width: 54.5%;
}
.pro-category .rq:nth-child(2n) .rq2{
	width: 43%;
}


.pc-item{
	display: block;
	position: relative;
	padding: 0 55px;
	display: flex;
	align-items: center;
	transition: .5s;
	overflow: hidden;
	min-height: 270px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/img22.jpg);
}

.pc-item .p-cont{
	flex: 0 0 230px;
	width: 230px;
}

.pc-item .p-cont h3{
	font-size: 22px;
	line-height: 30px;
}

.pc-item:hover .p-cont h3{
	color: #fff;
}

.pc-item .p-cont .div{
	margin-top: 20px;
	transform: translateX(-300px);
	opacity: 0;
	transition: .5s;
}

.pc-item .p-cont .div a{
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	line-height: 24px;
	position: relative;
	margin-right: 10px;
	
}
.pc-item .p-cont .div a:nth-child(2n){
	/* float: right; */
}
.pc-item .p-cont .div a:before{
	content: '';
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s;
}
.pc-item .p-cont .div a:hover:before{
	width: 100%;
}

.pc-item:hover .p-cont .div{
	opacity: 1;
	transform: translateX(0);
}

.pc-item .p-cont .icon{
	display: inline-block;
	transition: .5s;
}

.pc-item:hover .p-cont .icon{
	transform: translateY(250px);
}

.pc-item .p-img{
	flex: 1;
	width: 100%;
	text-align: right;
}

.pc-item .p-img img{
	display: inline-block;
}

.pc-item .arrow{
	position: absolute;
	bottom: -10%;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	overflow: hidden;
	background-image: url(../images/img25.jpg);
	transition: .5s;
}

.pc-item:hover .arrow{
	bottom: 15%;
}

.pc-item:hover{
	background: #d43a34;
}

@media (max-width: 1679px) {
	.pc-item {
		padding: 0 58px;
	}
	
	.pc-item .p-img img{
		transform: scale(0.8);
	}
}

@media (max-width: 1459px) {
	.pc-item .p-cont {
    flex: 0 0 200px;
}
.pc-item .p-cont .div a {
	font-size: 13px;
}
	.pc-item .p-cont h3 {
    font-size: 20px;
    line-height: 26px;
}
.pc-item .arrow {
	bottom: -15%;
}
.pro-category {
	padding: .9rem 0;
}
	.pc-item{
		min-height: 200px;
		height: 200px;
	}
	
	.pc-item .p-img {
		margin-top: 10px;
		text-align: center;
	}
	.pc-item .p-img img {
    transform: scale(0.6);
}
.pc-item {
    padding: 0 33px;
}
	
	.pc-item:hover .p-cont .icon {
	    transform: translateY(350px);
	}
	
}

@media (max-width: 991px) {
	.pc-item {
	   display: block;
		 padding: 30px;
		 height: 447px;
	}
	.pro-category {
	    padding: .35rem 0;
	}
	
	.pc-item {
		 min-height: unset;
	}
}
@media (max-width: 414px){
	.pro-category .rq .rq2,
	.pro-category .rq .rq1{
		width: 100% !important;
	}
	.pc-item {
		height: 245px;
		position: relative;
}
.pc-item .p-img{
	width: 240px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.pc-item .p-img img {
	transform: scale(0.6);
}
.pc-item:hover .p-img{
	z-index: -1;
}
.pc-item .p-cont {
	flex: 0 0 230px;
	width: 210px;
}

}

/* pro-category end */

/*breadcrumb - start*/
.breadcrumb {
	font-size: 0;
	color: #666;
	padding: 10px 0;
	border: 1px solid #eee;
}

.breadcrumb span {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/img27.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	vertical-align: middle;
}

.breadcrumb a {
	color: #666;
	font-size: 12px;
	display: inline-block;
	margin-right: 16px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
}

.breadcrumb a:hover {
	color: var(--primary-color);
}

.breadcrumb a::before {
	content: "\f105";
	font-size: 12px;
	color: #999;
	width: 16px;
	text-align: center;
	position: absolute;
	right: -16px;
	top: 0;
}

.breadcrumb a:last-child {
	margin-right: 0;
	color: #c53936;
	
	/* 最后一个a限制长度 */
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.breadcrumb a:last-child::before {
	display: none;
}

@media (min-width: 768px) {
	.breadcrumb {
		padding: 17px 0;
	}

	.breadcrumb span {
		padding-left: 20px;
		width: 28px;
		height: 28px;
	}

	.breadcrumb a {
		font-size: 16px;
		margin-right: 30px;
	}

	.breadcrumb a::before {
		font-size: 16px;
		width: 30px;
		right: -30px;
	}
}

@media (min-width: 991px){
	.breadcrumb {
		margin-top: 90px;
	}
}

/*breadcrumb - end */

/* sec-prolist start */
.sec-prolist{
	padding-bottom: 1rem;
	overflow: hidden;
	background: rgb(248,248,248);
	padding-top: 150px;
}
.pro-list{
	background: #fff;
	padding: 60px 0;
	margin-bottom: 60px;
	transition: all .5s;
	position: relative;
}
.pro-list:hover{
	box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.2);
}

.pro-list .pro-img{
	width: 42.5%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pro-list .pro-img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	transition: all .5s;
}
.pro-list:hover .pro-img img{
	transform: scale(1.1);
}

.foot-tbot .lef .rig .rigB { width: 100%; display: flex; gap: 10px; }
.foot-tbot .lef .rig .rigB a:nth-child(1) i{
    background: url('../images/facebook.png') no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}
.foot-tbot .lef .rig .rigB a:nth-child(2) i{
    background: url('../images/linkedin.png') no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}
.foot-tbot .lef .rig .rigB a:nth-child(3) i{
    background: url('../images/Youtube.png') no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}
.foot-tbot .lef .rig .rigB a:nth-child(4) i{
    background: url('../images/twitter.png') no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}
.foot-tbot .lef .rig .rigB a:nth-child(5) i{
    background: url('../images/instagram.png') no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}
.foot-tbot .lef .rig .rigB a:nth-child(6) i{
    background: url('../images/wx.png') no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}
.foot-tbot .lef .rig .rigB a:nth-child(7) i{
	background: url('../images/WhatsApp.png') no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
	display: inline-block;
}
.foot-tbot .lef .rig .rigB a:nth-child(7) {
	width: 100%;
	padding-top: 26px;
}
.foot-tbot .lef .rig .rigB a:hover:nth-child(1) i{
    background: url('../images/facebook1.png');
}
.foot-tbot .lef .rig .rigB a:hover:nth-child(2) i{
    background: url('../images/linkedin1.png');
}
.foot-tbot .lef .rig .rigB a:hover:nth-child(3) i{
    background: url('../images/Youtube1.png');
}
.foot-tbot .lef .rig .rigB a:hover:nth-child(4) i{
    background: url('../images/twitter1.png');
}
.foot-tbot .lef .rig .rigB a:hover:nth-child(5) i{
    background: url('../images/instagram1.png');
}
.foot-tbot .lef .rig .rigB a:hover:nth-child(6) i{
    background: url('../images/wx1.png');
}
.foot-tbot .lef .rig .rigB a:hover:nth-child(7) i{
    background: url('../images/WhatsApp_1.png');
}
.pro-list .pro-cont{
	float: right;
	width: 57.5%;
	padding: 0 8%;
	border-left: 1px solid rgb(224,224,224);
}
.pro-list .pro-cont .btn {
	background-color: #c53936;
    color: #fff;
    width: 90px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
	font-size: 14px;
	margin-top: 20px;
	transition: all .5s;
}
.pro-list .pro-cont:hover .btn {
	box-shadow:0px 0px 22px 0px rgb(90 91 95 / 30%);
}
.pro-list .pro-cont h3{
	font-size: 40px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-family: "comfortaa";
}

.pro-list .pro-cont h3::before{
	position: absolute;
	content: "";
	width: 42px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #c53936;
}

.pro-list .pro-cont .scroll{
	font-size: 16px;
	color: #777;
	line-height: 24px;
	max-height: 180px;
	overflow-y: auto;
	padding-right: 15px;
}


.scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #c53936;
    border-radius:50px;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color:#999999;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c53936;
}

@media (max-width: 1679px) {
	.pro-list .pro-cont .scroll{
		max-height: 148px;
	}
}

@media (max-width: 1459px) {
	.pro-list {
	    padding: .8rem 0;
	}
	
	.pro-list .pro-cont h3 {
	    font-size: 30px;
	}
	
	.pro-list .pro-cont .scroll{
		max-height: 100px;
		font-size: 15px;
	}
	.sec-prolist {
    padding-bottom: .7rem;
    padding-top: 90px;
}
	
}

@media (max-width: 991px) {
	.pro-list .pro-cont h3 {
		font-size: 24px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.pro-list .pro-cont .scroll {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.sec-prolist {
		padding-bottom: .5rem;
		padding-top: 50px;
	}
	
	.pro-list {
		padding: .35rem 0;
	}
	
	.pro-list .pro-img {
		/*float: none;*/
		width: 100%;
    	position: relative !important;
        top: unset !important;
        transform: translateY(0%) ;
	}
	
	.pro-list .pro-cont {
		float: none;
		width: 100%;
		margin-top: .35rem;
	}
	
	.pro-list .pro-cont h3 {
		font-size: .24rem;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.pro-list .pro-cont .scroll {
		font-size: .14rem;
		line-height: 20px;
	}
}

/* sec-prolist end */

/*pagination start*/
.pagination {
	text-align: center;
	font-size: 0;
	margin-top: 105px;
	margin-bottom: 20px;
	font-family: "akz";
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #c53936!important;
}
/*.pagination a {*/
/*	display: inline-block;*/
/*	vertical-align: middle;*/
/*	width: 32px;*/
/*	height: 32px;*/
/*	font-size: .16rem;*/
/*	line-height: 30px;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	cursor: pointer;*/
/*	margin: 2px 6px;*/
/*	-webkit-transition: all .3s;*/
/*	-o-transition: all .3s;*/
/*	transition: all .3s;*/
/*	background: #b8b8b8;*/
/*}*/

/*.pagination a.page-left,*/
/*.pagination a.page-right {*/
/*	color: #999;*/
/*	width: auto;*/
/*	font-size: .16rem;*/
/*	line-height: 32px;*/
/*	width: 32px;*/
/*	height: 32px;*/
/*	background: #ededed;*/
/*}*/

/*.pagination a i {*/
/*	color: #999;*/
/*	font-size: .16rem;*/
/*	vertical-align: initial;*/
/*}*/

/*.pagination a.page-left {*/
/*	margin-right: 6px;*/
/*}*/

/*.pagination a.page-right {*/
/*	margin-left: 6px;*/
/*}*/

/*.pagination a:hover,*/
/*.pagination a.on {*/
/*	background: #c53936;*/
/*	color: #fff;*/
/*	-webkit-box-shadow: 0 3px 30px 0 rgba(255, 0, 0, .16);*/
/*	box-shadow: 0 3px 30px 0 rgba(255, 0, 0, .16);*/
/*}*/

/*.pagination a.page-left:hover,*/
/*.pagination a.page-right:hover {*/
/*	color: #c53936;*/
/*	background: #ededed;*/
/*}*/

/*.pagination a.page-left:hover i,*/
/*.pagination a.page-right:hover i {*/
/*	color: #c53936;*/
/*}*/

@media (max-width: 414px) {
	.pagination a.page-left {
		margin-right: 2%;
	}

	.pagination a.page-right {
		margin-left: 2%;
	}

	.pagination a {
		margin: 2px 4px;
	}
}
/* pagination end */

/* sec-absolute start */
.sec-absolute{
	padding: 1.8rem 0;
}

.sec-absolute .list{
}

.abso-item{
	position: relative;
	display: block;
	/* margin-bottom: 30px; */
}

.abso-item .abso-img{
	width: 100%;
	overflow: hidden;
}

.abso-item .abso-img img{
	width: 100%;
	transition: .5s;
}

.abso-item:hover .abso-img img{
	transform: scale(1.1);
}

.abso-item .abso-cont{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: .4rem;
	padding-bottom: .4rem;
}

.abso-item .abso-cont p{
	position: relative;
	color: #fff;
	font-size: .22rem;
}

.abso-item .abso-cont p::before{
	position: absolute;
	content: "";
	top: 58%;
	transform: translateY(-50%);
	left: -10px;
	height: 26px;
	width: 2px;
	background: #d43a34;
}

@media (max-width: 1460px) {
	.sec-absolute{
		padding: 1.2rem 0;
	}
	

	
	.abso-item .abso-cont p {
		font-size: .18rem;
	}
	
}

@media (max-width: 768px) {
	.sec-absolute{
		padding: .5rem 0;
	}
	

}
/* sec-absolute end */

/* 案例详情 start */
.sec-abosInfo{
	padding-bottom: 120px;
}
.title-area{
	padding: .95rem 0;
}

.title-area>div{
	text-align: center;
}
.sec-abosInfo .rq{
	width: 100%;
}
.sec-abosInfo .rq1{
	width: 23.5%;
	margin-right: 2%;
	height: 340px;
	float: left;
	border: 1px solid rgb(230,230,230);
	border-radius: 5px;
	padding-top: 50px;
	margin-bottom: 28px;
	transition: all .5s;
}
.sec-abosInfo .rq1:hover{
	box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.2);
}
.sec-abosInfo .rq1 a{
	display: block;
	width: 100%;
	height: 100%;
}
.sec-abosInfo .rq1:nth-child(4n){
	margin-right: 0;
}
.sec-abosInfo .rq1 div{
	position: relative;
	width: 228px;
	height: 180px;
	margin: 0 auto;
}
.sec-abosInfo .rq1 div em {
	position: absolute;
	font-style: normal;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s linear;
}


.sec-abosInfo .rq1 .p1{
	font-size: 22px;
	color: #444444;
	text-align: center;
	margin-top: 25px;
	transition: all .5s;
}
.sec-abosInfo .rq1:hover .p1{
	color: #cc3935;
}
.sec-abosInfo .rq1 .p2{
	font-size: 16px;
	color: #999999;
	text-align: center;
}


@media (max-width: 1459px) {
	.title-area{
		padding: .65rem 0;
	}
	.sec-abosInfo .rq1 div{
		width: 180px;
    height: 143px;
	}
	.sec-abosInfo .rq1 div img{
		width: 100%;
	}
	.sec-abosInfo .rq1 {
    height: 260px;
    padding-top: 24px;
}
.sec-abosInfo .rq1 .p1 {
	font-size: 18px;
}
.sec-abosInfo .rq1 .p2 {
	font-size: 14px;
}
	
}

@media (max-width: 991px) {
	.sec-title {
		font-size: 20px;
	}
	.sec-abosInfo .rq1 {
    height: 200px;
    padding-top: 16px;
}
.sec-abosInfo .rq1 div {
	width: 148px;
	height: 117px;
}
.sec-abosInfo {
	padding-bottom: 50px;
}
.sec-abosInfo .rq1 .p1 {
	font-size: 16px;
	margin-top: 10px;
}
	
}

@media (max-width: 767px) {
	.title-area{
		padding: .35rem 0;
	}
	.sec-abosInfo .rq1{
		width: 32%;
		margin-bottom: 10px;
		padding-top: 18px;
	}
	.sec-abosInfo .rq1:nth-child(4n){
		margin-right: 2%;
	}
	.sec-abosInfo .rq1:nth-child(3n){
		margin-right: 0;
	}
	.sec-abosInfo .rq1 .p1 {
    font-size: 16px;
}
.sec-abosInfo .rq1 div {
	width: 80%;
	height: auto;
}
.sec-abosInfo .rq1 div em{
	position: static;
	width: 100%;
	display: block;
}
}
@media (max-width: 414px){
	.sec-abosInfo .rq1{
		width: 49%;
		margin-bottom: 10px;
		padding-top: 16px;
	}
	.sec-abosInfo .rq1:nth-child(3n){
		margin-right: 2%;
	}
	.sec-abosInfo .rq1:nth-child(2n){
		margin-right: 0;
	}

}


/* 案例详情 end */


/* 案例列表 */
.case_lis{
	width: 100%;
	background: #fff;
}
.case_lis a{
	font-size: 16px;
	color: #666666;
	display: block;
	line-height: 120px;
	text-align: center;
    cursor: pointer;


		text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.case_lis a.on{
	border-bottom: 2px solid #c53936;
	color: #c53936;
}
.case_lis .container{
	position: relative;
}
.case_lis .swiper-container{
	margin: 0 80px;
}
.case_lis .swiper-button-prev:after,
.case_lis .swiper-button-next:after{
	display: none;
}
.case_lis .swiper-button-next,
.case_lis .swiper-button-prev{
	width: 10px;
	height: 18px;
	background-image: url(../images/img84.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 60%;
}
.case_lis .swiper-button-prev{
	transform: rotate(180deg);
}
@media (max-width: 1680px){
	.case_lis a {
    font-size: 14px;
    line-height: 74px;
}
}
@media (max-width: 1459px){
	.case_lis .swiper-container {
    margin: 0 40px;
}
.case_lis a {
	font-size: 16px;
	line-height: 80px;
}
}
@media (max-width: 768px){
	.case_lis a {
    font-size: 14px;
    line-height: 65px;
}
.case_lis .swiper-button-next, .case_lis .swiper-button-prev {
	top: 70%;
}
}

@media (max-width: 414px){
	.case_lis a {
    font-size: 14px;
    line-height: 60px;
}
.case_lis .swiper-button-next, .case_lis .swiper-button-prev {
	top: 75%;
}
.case_lis .swiper-container {
	margin: 0 20px;
}

}

/* 公司介绍 start */
.sec-abo1{
	padding: .85rem 0;
}

.abo-tit{
	padding-left: 20px;
	position: relative;
	margin-bottom: .7rem;
}

.abo-tit::before,
.abo-tit::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
}

.abo-tit::before{
	height: 56px;
	background: #c53936;
}

.abo-tit::after{
	height: 26px;
	background: #1b294d;
	margin-top: -15px;
}

.abo-tit .cn{
	font-size: 40px;
	color: #1b294d;
}

.abo-tit .en{
	font-size: 16px;
	color: #999;
	font-family: "comfortaa";
}

.sec-abo1 h3{
	color: #444;
	font-size: 28px;
	margin-bottom: .55rem;
}

.sec-abo1 p{
	font-size: 16px;
	color: #777777;
	line-height: 32px;
}

.sec-abo1 p:nth-of-type(1){
	margin-bottom: 3em;
}

@media (max-width: 1460px) {
	.abo-tit .cn {
		font-size: 30px;
	}
	
	.sec-abo1 h3 {
	    font-size: 25px;
		margin-bottom: .45rem;
	}
	
	.sec-abo1 p {
		font-size: 15px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	.sec-abo1 {
		padding: .55rem 0;
	}
	
	.abo-tit {
		margin-bottom: .5rem;
	}
}

@media (max-width: 768px) {
	.abo-tit .cn {
		font-size: .35rem;
	}
	.abo-tit .en {
		font-size: .16rem;
	}
	.abo-tit::before {
    height: 22px;
}
.abo-tit::before, .abo-tit::after {
	top: 70%;
}
}
/* 公司介绍 end*/

/* 公司里程碑 start */
.sec-abo2{
	padding: .9rem 0;
	background-image: url(../images/img56.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.sec-abo2 .abo-tit .cn,
.sec-abo2 .abo-tit .en {
	color: #fff;
}

.lcbsw-box {
	position: relative;
}

.lcbsw-box .swiper-container{
	position: relative;
	/* padding-bottom: .6rem; */
	padding-bottom: 0;
}
.lcbsw-box .swiper-pagination{
	display: none;
}


.lcbsw-box .swiper-container .line{
	position: absolute;
	left: 0;
	top: 50.5%;
	transform: translateY(-50%);
	width: 100%;
	height: 4px;
	background: rgb(255, 255, 255);
}

.lcb-item{
	background: rgba(255,255,255,.9);
	border-radius: 5px;
	padding: 30px 24px 19px 24px;
	margin-bottom: 30px;
	position: relative;
	min-height: 155px;
}

.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item {
	margin-top: 245px;
	margin-bottom: 0;
} 

.lcb-item:hover{
	background: rgba(197,57,54,.9);
}

.lcb-item::before,
.lcb-item::after{
	z-index: 10;
	position: absolute;
	content: "";
}

.lcb-item::before{
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: rgba(255,255,255,.9);
	top: 100%;
	left: 20%;
}

.lcb-item::after{
	width: 13px;
	height: 13px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	left: 21%;
	top: 123%;
	box-sizing: content-box;
}

.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item::before {
	top: -20px;
	border-top-color: transparent;
	border-bottom-color: rgba(255,255,255,.9);
} 

.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item::after {
	top: -32%;
} 


.lcb-item:hover::before{
	border-top-color: rgba(197,57,54,.9);
}

.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item:hover::before {
	border-bottom-color: rgba(197,57,54,.9);
} 

.lcb-item:hover::after{
	background: #c53936;
}

.lcb-item .year{
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
}

.lcb-item .cont{
	font-size: 16px;
	color: #666;
	height: 63px;
	overflow-y: auto;
	padding-right: 5px;
}	

.lcb-item .cont::-webkit-scrollbar {
    width: 2px;
}

.lcb-item:hover .year,
.lcb-item:hover .cont {
	color: #fff;
}

.lcbsw-box  .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}

.lcbsw-box  .swiper-pagination-bullet-active{
	background: #c53936;
}

.lcbsw-box .swiper-button-prev::after,
.lcbsw-box .swiper-button-next::after{
	content: none;
}

.lcbsw-box .swiper-button-prev,
.lcbsw-box .swiper-button-next{
	width: 27px;
	height: 44px;
	background-image: url(../images/img107.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50.5%;
	transition: all .5s;
}
.lcbsw-box .swiper-button-prev:hover,
.lcbsw-box .swiper-button-next:hover{
	background-image: url(../images/img107_2.png);
}

.lcbsw-box .swiper-button-prev{
	left: -7%;
	transform: rotate(180deg);
}
.lcbsw-box .swiper-button-next{
	right: -7%;
}


@media (max-width: 1679px) {
	.lcb-item {
		padding-right: 36px;
	}
}

@media (max-width: 1459px) {
	.lcb-item {
		padding-right: 24px;
	}
	.lcb-item .year {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item {
    margin-top: 218px;
}
.sec-abo2 {
	padding: .6rem 0;
}
.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item::after {
	top: -25%;
}
.lcb-item::after {
	top: 115%;
}
}

@media (max-width: 1259px) {
	.lcbsw-box .swiper-button-next, 
	.lcbsw-box .swiper-button-prev {
		display: none;
	}
	.lcbsw-box .swiper-pagination{
		display: block;
	}
	.lcbsw-box .swiper-container{
		padding-bottom: 30px;
	}
	.lcbsw-box .swiper-container .line {
    top: 46.5%;
}
}

@media (max-width: 991px) {
	.sec-abo2 {
		padding: .55rem 0;
	}

	.sec-abo2 {
    background-position-x: 60%;
		background-attachment: inherit;
}
}

@media (max-width: 768px) {
	.lcb-item .cont {
	    font-size: 14px;
	}
}

@media (max-width: 600px) {
	.lcb-item::after {
	    width: 10px;
	    height: 10px;
	    top: 115%;
	}
	
	.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item::after {
	    top: -25%;
	}
}
/* 公司里程碑 end */

 /* 公司荣誉 start */
 .sec-abo3{
	 padding: .82rem 0 .5rem;
 }
 
.honor-list{
}

.honor-list li{
	border: 1px solid #dbdbdb;
	float: left;
	width: 33.33333333%;
	border-collapse: collapse;
	padding: 24px 24px 24px 72px;
	color: #777;
	font-size: 18px;
	background-image: url(../images/img36.png);
	background-position: 30px center; 
	background-repeat: no-repeat;
	transition: .5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor-list li:hover{
	background-color: #c53936;
	border-color: #c53936;
	color: #fff;
}

@media (max-width: 1459px) {
	.honor-list li {
		padding: 24px 37px 24px 60px;
		font-size: 16px;
		background-position: 19px center;
	}
}

@media (max-width: 991px){
	.sec-abo3 {
	    padding: .55rem 0;
	}
}

@media (max-width: 768px){
	.honor-list li {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 50%;
		font-size: 14px;
	}
}

@media (max-width: 414px) {
	.honor-list li {
		width: 100%;
		float: none;
	}
}

/* 改 */
.sec-abo3 .rq{
	width: 100%;
	position: relative;
}
.sec-abo3 .rq .nf1{
	font-size: 24px;
	color: #777777;
	position: absolute;
	left: 90px;
	top: 13px;
}
.sec-abo3 .rq .nf2{
	font-size: 24px;
	color: #777777;
	position: absolute;
	right: 90px;
	top: 13px;
}
.sec-abo3 .rq .swiper-container{
	width: 80%;
}
.sec-abo3 .swiper-button-next,
.sec-abo3 .swiper-button-prev{
	width: 80px;
	height: 80px;
	background-image: url(../images/img59.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
}
.sec-abo3 .swiper-button-next{
	right: 0;
	transform: rotate(180deg);
}
.sec-abo3 .swiper-button-prev{
	left: 0;
}
.sec-abo3 .swiper-button-next:after,
.sec-abo3 .swiper-button-prev:after{
	content: none;
}

.sec-abo3 .rq .p1{
	font-size: 46px;
	color: #c53936;
	text-align: center;
	background-image: url(../images/img57.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: center;
	background-position-x: center;
}
.sec-abo3 .rq .rq1{
	max-width: 100%;
	width: 535px;
	/* height: 370px; */
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 10px;
	padding-right: 20px;
	position: relative;
}
.sec-abo3 .rq .rq1::-webkit-scrollbar {
	width: 3px;
	background-color: #fff;
	border-radius:50px;
}

.sec-abo3 .rq .rq1::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #fff
}
.sec-abo3 .rq .rq1::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color:#fff
}


.sec-abo3 .rq .rq1 .p2{
	font-size: 18px;
	color: #777777;
	text-align: center;
	line-height: 50px;
	position: relative;
	transition: all .5s;
}
.sec-abo3 .rq .rq1 .p2::before{
	content: '';
	width: 500px;
	height: 93px;
	background-image: url(../images/img58.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: 0;
}
.sec-abo3 .rq .rq1 .p2:hover{
	line-height: 93px;
	color: #fff;
}
.sec-abo3 .rq .rq1 .p2:hover::before{
	opacity: 1;
}

@media (max-width: 1459px){
	.sec-abo3 .rq .p1 {
    font-size: 36px;
}
.sec-abo3 .rq .nf1,
.sec-abo3 .rq .nf2{
	font-size: 18px;
	top: 10px;
}
.sec-abo3 .rq .nf1{
	left: 65px;
}
.sec-abo3 .rq .nf2 {
	right: 65px;
}
.sec-abo3 .swiper-button-next, .sec-abo3 .swiper-button-prev {
	width: 60px;
	height: 60px;
	top: 15px;
}
.sec-abo3 .rq .rq1 {
	margin-top: 20px;
}
.sec-abo3 .rq .rq1 .p2 {
	font-size: 16px;
	line-height: 45px;
}




}
@media (max-width: 414px){
	.sec-abo3 .swiper-button-next, .sec-abo3 .swiper-button-prev {
    width: 40px;
    height: 40px;
		top: 18px;
}
.sec-abo3 .rq .p1 {
	font-size: 24px;
}
.sec-abo3 .rq .nf1, .sec-abo3 .rq .nf2 {
	font-size: 14px;
	top: 6px;
}
.sec-abo3 .rq .nf1 {
	left: 40px;
}
.sec-abo3 .rq .nf2{
	right: 40px;
}
.sec-abo3 .rq .rq1 .p2 {
	font-size: 14px;
	line-height: 35px;
}
.sec-abo3 .rq .rq1 .p2:hover {
	line-height: 50px;
}
.sec-abo3 .rq .rq1 .p2::before {
	width: 100%;
	height: 50px;
}
.sec-abo3 .rq .rq1 {
	/* height: 295px; */
	margin-top: 10px;
}
.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item {
	margin-top: 230px;
}
.lcbsw-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lcb-item::after {
	top: -22%;
}
.lcb-item::after {
	top: 108%;
}
.sec-abo1 h3 {
	font-size: 18px;
	margin-bottom: .25rem;
}
.sec-abo1 p:nth-of-type(1) {
	margin-bottom: 1em;
}

}


 /* 公司荣誉 end */
 
 /* 信息披露 start */
.sec-download{
	padding: .87rem 0;
	background: #f5f5f5;

}
.sec-download .container{
		position: relative;
}
.sec-download .a{
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 14px;
	color: #777777;
}
.inv-tit h3{
	font-size: 30px;
}

.download-list{
	margin-top: .4rem;
}

.download-item{
	display: block;
	margin-bottom: .25rem;
	/* background-image: url(../images/img37.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%; */
	transition: .5s;
}

.download-item:hover{
	/* background-image: url(../images/img38.png); */
}

.download-item .d-time{
	float: left;	
	overflow: hidden;
	color: #666;
	font-size: 16px;
}

.download-item .d-cont{
	float: left;
	color: #666;
	font-size: 16px;
	margin-left: 35px;
	padding-left: 35px;
	padding-right: 35px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-left: 1px solid #b8b8b8;
}

@media (max-width: 1260px) {
	.download-item .d-time {
		font-size: 14px;
	}
	
	.download-item .d-cont {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.sec-download {
		padding: .55rem 0;
	}
	
	.inv-tit h3{
		font-size: 24px;
	}
	
	.download-item {
		margin-bottom: .20rem;
	}
}

@media (max-width: 768px) {
	.inv-tit h3 {
		font-size: .24rem;
	}
	
	.download-item .d-cont {
		margin-left: 18px;
		padding-left: 18px;
		padding-right: 18px;
	}
	.sec-download .a {
    right: 15px;
}
}

@media (max-width: 414px) {
	
	.download-item .d-cont,
	.download-item .d-time {
		font-size: 13px;
	}
}
 /* 信息披露 end */
 
 /* 投资者关系 start */
 .sec-inv{
	 padding: .87rem 0 1.4rem;
 }
 
 .inv-box{
	 padding-top: .6rem;
	 display: flex;
 }
 
 .inv-box .i-img{
	 flex: 0 0 50%;
	 width: 50%;
	 overflow: hidden;
 }
 
 .inv-box .i-img img{
	 width: 100%;
	 transition: .5s;
 }
 
 .inv-box:hover .i-img img{
	 transform: scale(1.1);
 }
 
 .inv-box .i-cont{
 	 flex: 0 0 50%;
 	 width: 50%;
	 background: #f5f5f5;
	 display: flex;
	 justify-content: center;
	 align-items: center;
 }
 
 .inv-box .i-cont ul li{
	 color: #777;
	 font-size: 16px;
 }
 
 .inv-box .i-cont ul li img{
	 vertical-align: middle;
	 padding-right: .3rem;
 }
 
 .inv-box .i-cont ul li:not(:last-child){
	 margin-bottom: 30px;
 }
 
@media (max-width: 1459px) {
	.inv-box .i-cont ul li {
		font-size: 13px;
	}
	
	.inv-box .i-cont ul li img {
		padding-right: .2rem;
	}
}
 
 @media (max-width: 991px) {
 	.sec-inv {
 		padding: .55rem 0;
 	}
	
	.inv-box {
		display: block;
	}
	
	.inv-box .i-img{
		 flex: unset;
		 width: 100%;
	}
	
	.inv-box .i-cont {
		padding: .25rem;
		flex: unset;
		width: 100%;
		display: block;
	}
	
	.inv-box .i-cont ul li:not(:last-child) {
	    margin-bottom: .2rem;
	}
}

@media (max-width: 768px) {
	.inv-box .i-cont ul li {
		font-size: 12px;
	}
}
 /* 投资者关系 end */

/* 新闻中心 start */
.sec-news{
	padding: 1.15rem 0;
	background: #f5f5f5;
	padding-top: 65px;
}

.news-single-item{
	width: 100%;
	display: flex;
}

.news-single-item .sn-img{
	flex: 0 0 50%;
	width: 50%;
	overflow: hidden;
}


.news-single-item .sn-img img{
	width: 100%;
	transition: .5s;
	display: block;
}

.news-single-item:hover .sn-img img{
	transform: scale(1.1);
}

.news-single-item .n-cont{
	flex: 0 0 50%;
	width: 50%;
	padding: 5%;
}

.news-single-item .n-cont .tit{
	margin: .3rem 0;
}

.news-single-item .n-cont ._p{
	min-height: 84px;
	 -webkit-line-clamp: 3;
}

.news-single-item .n-cont .arrow-btn{
	margin-top: .4rem;
}

.news-single-item:hover .n-cont .arrow-btn{
	background-image: url(../images/img48.png);
}

.news-single-item:hover .n-cont .arrow-btn::before{
	animation: rotate 10s linear infinite;
	border-color: #c7403d;
}

@keyframes rotate{
	from{transform: rotate(0);}
	to{transform: rotate(360deg);}
}

.n-cont{
	background: #fff;
}

.n-cont .time{
	font-size: 16px;
	color: #777;
	font-family: "comfortaa";
}

.n-cont .tit{
	font-size: 22px;
	color: #444;
	margin: .2rem 0;
	line-height: 25px;
}

.n-cont ._p{
	font-size: 16px;
	color: #777;
	line-height: 28px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.arrow-btn{
	position: relative;
	width: 61px;
	height: 61px;
	text-align: center;
	background-image: url(../images/img49.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.arrow-btn::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	border: 2px dotted #cdcdcd;
	transition: .5s;
}

.news-list{
	margin-top: .75rem;
}

.news-item{
	display: flex;
	position: relative;
	margin-bottom: .35rem;
	box-shadow: 0px 0px 15px 0px rgba(90, 91, 95, 0.1);
}

.news-item .n-img{
	flex: 0 0 380px;
	width: 380px;
	overflow: hidden;
}

.news-item .n-img img{
	width: 100%;
	transition: .5s;
	display: block;
}

.news-item:hover .n-img img{
	transform: scale(1.1);
}

.news-item .n-cont{
	width: 100%;
	padding: 40px 15% 0 40px;
}

.news-item .arrow-btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 45px;
}

.news-item:hover .arrow-btn{
	background-image: url(../images/img48.png);
}

.news-item:hover .arrow-btn::before{
	animation: rotate 10s linear infinite;
	border-color: #c7403d;
}


.xz_fl{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.xz_fl a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	line-height: 35px;
	border-radius: 35px;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 0 25px;
}
.xz_fl a:hover,
.xz_fl a.on{
	color: #fff;
	background: #c53936;
	border: 1px solid #c53936;
}



@media (max-width: 1679px) {
	.news-single-item .n-cont {
		padding: 4%;
	}
}

@media (max-width: 1459px) {
	.news-single-item .n-cont .tit {
	    margin: .2rem 0;
	}
	
	.n-cont .tit {
		font-size: 20px;
		margin: .18rem 0;
	}
	
	.news-single-item .n-cont {
		padding: 3% 4%;
	}
	.sec-news {
    padding: 1rem 0;
		padding-top: 50px;
}
.xz_fl {
	margin-bottom: 45px;
}
}

@media (max-width: 991px) {
	.sec-news {
		padding: .7rem 0;
	}
	
	.news-single-item {
		display: block;
	}
	
	.news-single-item .sn-img {
		flex: unset;
		width: 100%;
	}
	
	.news-list {
		margin-top: .2rem;
	}
	
	.news-single-item .n-cont {
		flex: unset;
		width: 100%;
	}
	
	.news-single-item .n-cont ._p {
		min-height: unset;
	}
	
	.news-item {
		display: block;
		margin-bottom: .2rem;
	}
	
	.news-item .n-img {
		flex: unset;
		width: 100%;
		overflow: hidden;
	}
	
	.news-item .n-cont {
		padding: 3% 4%;
		padding-bottom: 1.2rem;
	}
	
	.n-cont ._p {
		font-size: 14px;
	}
	
	.n-cont .tit {
		font-size: 18px;
	}
	
	.arrow-btn {
		width: 40px;
		height: 40px;
		background-size: 15px auto;
	}
	
	.arrow-btn::before {
	    width: 36px;
	    height: 36px;
	}
	
	.news-item .arrow-btn {
		position: absolute;
		top: unset;
		right: unset;
		bottom: 4%;
		left: 4%;
		transform: translateY(0);
	}
}
@media (max-width: 768px) {
	.sec-news {
		padding: .35rem 0;
	}
}

@media (max-width: 414px) {
	.xz_fl {
    margin-bottom: 28px;
}
	.n-cont .tit {
		font-size: 16px;
	}
	
	.n-cont ._p {
		font-size: 12px;
	}
	.sec-news {
    padding-top: 40px;
}
.xz_fl a {
	font-size: 14px;
	line-height: 30px;
	border-radius: 30px;
	margin-left: 5px;
	padding: 0 21px;
}
}
/* 新闻中心 end */

/* 新闻中心详情 start */
@media (min-width: 992px) {
	body.news-info-body{
		padding-top: 90px;
	}
}

.nees-info-header,
.header-bg {
	background-image: url(../images/img50.jpg);
	background-size: cover;
	background-position: center center;
}

.sec-n-info{
	padding: .94rem 0;
}

.info-head {
	text-align: center;
	padding-bottom: .3rem;
	border-bottom: 1px solid #cccccc;
}

.info-head .f_tit{
	font-size: .34rem;
	line-height: 24px;
}

.info-head .time{
	font-size: .16rem;
	color: #999;
	margin: .25rem 0;
	font-family: "comfortaa";
}

.info-head .l_tit{
	font-size: .22rem;
	line-height: 24px;
	color: #c53936;
	margin-top: .4rem;
}

.info-share{
	font-family: "microsoft yahei";
	color: #777;
	font-size: .16rem;
}

.info-share #share{
	display: inline-block;
}

.info-share img{
	vertical-align: middle;
}

.info-share .icon-wechat {
		color: #fff;
    border-color: #5db752;
		background-color: #5db752;
}

.info-share .icon-weibo {
    color: #fff;
    border-color: #c74943;
		background-color: #c74943;
}

.info-share .icon-qq {
    color: #fff;
    border-color: #5690e7;
		background-color: #5690e7;
}

.info-body{
	padding-top: .3rem;
}

.info-body p{
	font-size: .16rem;
	color: #777;
	line-height: .3rem;
}

.info-body img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.pb2e{
	padding-bottom: 2em;
}

p.img-desc{
	font-size: .18rem;
	color: #c53936;
	text-align: center;
	margin-bottom: 2em;
}

p.img-desc-gray{
	color: #777;
}

.info-body dl dt{
	font-size: 15px;
	color: #777;
	margin-bottom: .1rem;
}

.info-body dl dd{
	position: relative;
	font-size: 14px;
	color: #777;
	padding-left: 15px;
	margin-bottom: .1rem;
}

.info-body dl dd::after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #c53936;
}

.info-page{
	margin-top: 1.2rem;
	text-align: center;
}

.info-page a{
	display: inline-block;
	width: 40%;
	border: 1px solid #cccccc;
	padding: .2rem .2rem;
	transition: .5s;
	font-size: .16rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.info-page a:hover{
	background: #c53936;
	color: #fff;
}

.info-page a:nth-child(1){
	margin-right: 1%;
}

@media (max-width: 1459px) {
	.info-head .f_tit {
		font-size: .24rem;
		line-height: 30px;
	}
	
	.info-head .l_tit {
		font-size: .18rem;
		line-height: 30px;
		margin-top: .3rem;
	}
	
	p.img-desc {
		font-size: .17rem;
	}
	
	.info-page {
		margin-top: .85rem;
	}
}

@media (max-width: 991px) {
	.sec-n-info {
		padding: .55rem 0;
	}
	
	.info-head .f_tit {
		font-size: 18px;
		line-height: 25px;
	}
	
	.info-head .time {
		margin: .2rem 0;
	}
	
	.info-head .l_tit {
		font-size: .16rem;
		margin-top: .2rem;
		line-height: 25px;
	}
	
	.info-body p {
		font-size: 14px;
	}
	
	.info-page a {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.sec-n-info {
		padding: .35rem 0;
	}
	
	.info-page {
		margin-top: .5rem;
	}
	
	.info-page a {
		width: 100%;
	}
	
	.info-page a:nth-child(1) {
		margin-right: 0;
	}
	.info-body img{
		width: 100% !important;
		height: 100% !important;
	}
}

@media (max-width: 414px) {
	.info-body p {
		line-height: .4rem;
	}
}
/* 新闻中心详情 end */

/* 联系我们 start */
.contact1{
	padding: 1.11rem 0;
}

.contact1-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: .5rem;
	padding-right: 10%;
}

.contact1-list li{
	width: 50%;
	margin-bottom: .39rem;
	font-size: 16px;
	color: #666;
}

.contact1-list li img{
	vertical-align: middle;
	margin-right: .15rem;
}

.contact1-list li:nth-child(2n){
	text-align: right;
}

.contact2{
	padding: .78rem 0;
	background: #f5f5f5;
}

.contact2-item{
	background: #fff;
	padding: 40px 30px;
	margin-bottom: .3rem;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.08);
	height: 220px;
	overflow: hidden;
}

.contact2-item h4{
	font-size: .24rem;
}

.contact2-item ul{
	margin-top: .3rem;
}

.contact2-item ul li{
	font-size: .16rem;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.contact2-item ul li{
	padding-bottom: .15rem;
}

.contact2-item ul li:nth-child(1){
	background-image: url(../images/img40.png);
}
.contact2-item ul li:nth-child(2){
	background-image: url(../images/img43.png);
}
.contact2-item ul li:nth-child(3){
	background-image: url(../images/img42.png);
}
.contact2-item ul li:nth-child(4){
	background-image: url(../images/img41.png);
}

.contact2-list .row{
	margin: 0 -12.5px;
}

.contact2-list .col-xs-12,
.contact2-list .col-md-4{
	padding: 0 12.5px;
}

@media (max-width: 1679px) {
	.contact2-item h4 {
		font-size: .20rem;
	}
	
	.contact2-item ul li{
	    font-size: .15rem;
}
}
@media (max-width: 1459px) {
	.contact1-list {
	    padding-right: 0;
	}
	
	.contact2-list .row {
		margin: 0 -5px;
	}
	
	.contact2-list .col-xs-12, .contact2-list .col-md-4 {
	    padding: 0 5px;
	}
	
	.contact2-item h4 {
		font-size: 16px;
	}
	
	.contact2-item ul li {
		font-size: 14px;
	}
}

@media (max-width: 1259px) {
	.contact1 {
		padding: .65rem 0;
	}
	
	.contact2 {
		padding: .65rem 0;
	}
	
	.contact1-list li {
		width: 100%;
		margin-bottom: .25rem;
		font-size: 15px;
	}
	
	.contact1-list li:nth-child(2n) {
	    text-align: left;
	}
	
}
@media (max-width: 991px) {
	.contact2-item{
		height: auto;
	}
}
/* 联系我们 end */


.con_con1{
	width: 100%;
	padding-top: 100px;
}
.con_con1 .abo-tit{
	margin-bottom: 35px;
}

.con_con1 .rq{
	width: 100%;
}
.con_con1 .rq .div{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgb(246,246,246);
	padding-left: 33px;
	display: flex;
	margin-bottom: 16px;
}
.con_con1 .rq .div p{
	font-size: 18px;
	color: #777777;
	position: relative;
}
.con_con1 .rq .div p i{
	color: #c53936;
	font-size: 16px;
}
.con_con1 .rq .div p span{
	color: #c53936;
	position: absolute;
	left: -15px;
	top: 55%;
	transform: translateY(-50%);
}
.con_con1 .rq .div input{
	width: 80%;
	font-size: 18px;
	color: #777777;
	padding-left: 10px;
}

.con_con1 .rq .div1{
	width: 100%;
	height: 183px;
	background: rgb(246,246,246);
	padding-left: 33px;
	padding-top: 20px;
}
.con_con1 .rq .div1 div{
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 78px;
}
.con_con1 .rq .div1 div p{
	font-size: 18px;
	color: #777777;
	position: absolute;
	top: 0;
	left: 0;
}
.con_con1 .rq .div1 div textarea{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 18px;
	color: #777777;
	padding-left: 10px;
}
.con_con1 .rq input {
	width: 20px;
	height: 20px;
	background-color: #f5f5f5;
	margin-right: 20px;
}
.con_con1 .rq input {
	-webkit-appearance: radio;
	box-shadow: none;
}
.con_con1 .rq .p1{
	font-size: 18px;
	color: #777777;
	margin-top: 22px;
	margin-bottom: 33px;
}
.con_con1 .rq button{
	font-size: 18px;
	color: #ffffff;
	width: 190px;
	height: 60px;
	background: #c53936;
}
@media(max-width:1459px){
	.con_con1 .rq input {
		width: 16px;
		height: 16px;
		background-color: #f5f5f5;
		margin-right: 15px;
	}
	.con_con1 .rq .div {
		height: 50px;
		line-height: 50px;
		padding-left: 33px;
	}
	.con_con1 .rq .div1 div p,
	.con_con1 .rq .div p {
		font-size: 16px;
	}
	.con_con1 .rq .div p i{
		font-size: 14px;
	}
	.con_con1 .rq .div input {
		width: 70%;
		font-size: 16px;
	}
	.con_con1 .rq .div1 div textarea,
	.con_con1 .rq .p1 {
		font-size: 16px;
	}
	.con_con1 .rq button {
		font-size: 16px;
		width: 140px;
		height: 50px;
	}
	.con_con1 {
		padding-top: 60px;
	}
}
@media(max-width: 1259px) {
	.con_con1 .rq input {
		margin-bottom: 2px;
		width: 15px;
		height: 15px;
		margin-right: 12px;
	}
}
@media(max-width:500px){
	.con_con1 .rq input {
		margin-bottom: 2px;
		width: 12px;
		height: 12px;
		margin-right: 9px;
	}
	.con_con1 {
		padding-top: 50px;
	}
	.con_con1 .abo-tit {
		margin-bottom: 25px;
	}
	.con_con1 .rq .div1 div p, .con_con1 .rq .div p {
		font-size: 14px;
	}
	.con_con1 .rq .div p i{
		font-size: 12px;
	}
	.con_con1 .rq .div {
		height: 40px;
		line-height: 40px;
		padding-left: 22px;
		margin-bottom: 6px;
	}
	.con_con1 .rq .div input {
		width: 60%;
		font-size: 14px;
	}
	.con_con1 .rq .div1 {
		height: 130px;
		padding-left: 22px;
		padding-top: 10px;
	}
	.con_con1 .rq .div1 div textarea,
	.con_con1 .rq .p1 {
		font-size: 14px;
	}
	.con_con1 .rq .div1 div {
		padding-left: 64px;
	}
	.con_con1 .rq .p1 {
		margin-top: 10px;
		margin-bottom: 16px;
	}
	.con_con1 .rq button {
		font-size: 14px;
		width: 90px;
		height: 38px;
	}
}
@media(max-width:375px){
	.con_con1 .rq .div input {
		width: 50%;
	}
}




/* 人力资源 */

.inv_con{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 140px;
}
.inv_con h3{
	text-align: center;
}

.inv_con .rq1{
	padding: 80px 0;
	border-bottom: 1px solid rgb(224,224,224);
}
.inv_con .rq1 .lef{
	width: 63%;
	float: left;
}
.inv_con .rq1 .rig{
	width: 37%;
	float: left;
}
.inv_con .rq1 .rig img{
	width: 100%;
}
.inv_con .rq .rig img{
	margin-top: 150px;
}
.inv_con .p1{
	font-size: 30px;
	color: #c53936;
	padding-bottom: 25px;
	position: relative;
}
.inv_con .p1::before{
	width: 30px;
	height: 2px;
	content: '';
	background: #c53936;
	position: absolute;
	bottom: 0;
	left: 0;
}
.inv_con .rq1 .p2{
	font-size: 22px;
	color: #333333;
	padding-left: 20px;
	position: relative;
	margin-top: 35px;
}
.inv_con .rq1 .p2::before,
.inv_con .rq1 .p4::before{
	width: 7px;
	height: 7px;
	content: '';
	background: #c53936;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.inv_con .rq1 .p3{
	font-size: 16px;
	color: #666666;
	width: 70%;
	margin-top: 15px;
	line-height: 28px;
}
.inv_con .rq1 .p4{
	font-size: 16px;
	color: #666666;
	padding-left: 20px;
	position: relative;
	margin-top: 22px;
	display: inline-block;
	width: 220px;
}
.inv_con .rq1 .div{
	width: 450px;
}
.inv_con .rq3{
	padding-bottom: 0;
	border-bottom: none;
}
.inv_con .rq4{
	width: 100%;
}
.inv_con .rq4 .ig1{
	width: 32.8%;
	float: left;
}
.inv_con .rq4 .ig2{
	width: 28.5%;
	float: left;
}
.inv_con .rq4 .ig3{
	width: 37.1%;
	float: left;;
}
.inv_con .rq4 .ig1,
.inv_con .rq4 .ig2{
	margin-right: 0.8%;
}
.inv_con .rq4 div img{
	width: 100%;
}

@media (max-width: 1459px){
	.inv_con {
    padding-top: 55px;
    padding-bottom: 90px;
}
.inv_con .rq1 {
	padding: 40px 0;
}
.inv_con .p1 {
	font-size: 24px;
	padding-bottom: 12px;
}
.inv_con .rq1 .p2 {
	font-size: 18px;
	padding-left: 20px;
	margin-top: 20px;
}
.inv_con .rq1 .p3 {
	font-size: 14px;
	margin-top: 10px;
	line-height: 25px;
}
.inv_con .rq .rig img {
	margin-top: 95px;
}


}
@media (max-width: 768px){
	.inv_con .rq1 .rig,
	.inv_con .rq1 .lef{
		width: 100%;
	}
	.inv_con .rq1 .rig img{
		margin-top: 30px;
	}
	.inv_con .rq1 .div{
		width: 100%;
	}
	.inv_con .rq1 .p4{
		width: 30%;
	}
	.inv_con .p1 {
    font-size: 18px;
}
.inv_con .rq1 .p2 {
	font-size: 16px;
}
.inv_con .rq1 .p3{
	width: 100%;
}
}
@media (max-width: 414px){
	.inv_con .rq1 .p4{
		width: 45%;
		font-size: 14px;
	}
	.inv-tit h3 {
    font-size: 0.33rem;
}
.inv_con .rq1 {
	padding: 20px 0;
}
.inv_con {
	padding-top: 40px;
	padding-bottom: 40px;
}
}




/* 招贤纳士 */
/* inv2_con */
.inv2_con .rq{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 75px 0;
}
.inv2_con .rq a{
	display: inline-block;
	width: 240px;
	height: 65px;
	line-height: 65px;
	border: 1px solid rgb(204,204,204);
	font-size: 18px;
	color: #777777;
	padding-left: 45px;
	text-align: center;
	position: relative;
	transition: all .5s;
	background: #fff;
}
.inv2_con .rq .a1{
	margin-right: 30px;
}
.inv2_con .rq a.on,
.inv2_con .rq a:hover{
	background: rgb(197,57,54);
	color: #fff;
	border: 1px solid rgb(197,57,54);
}
.inv2_con .rq .a1::before{
	content: '';
	width: 29px;
	height: 32px;
	background-image: url(../images/img92.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
}
.inv2_con .rq .a1.on::before,
.inv2_con .rq .a1:hover::before{
	background-image: url(../images/img91.png);
}
.inv2_con .rq .a2::before{
	content: '';
	width: 29px;
	height: 32px;
	background-image: url(../images/img89.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
}
.inv2_con .rq .a2.on::before,
.inv2_con .rq .a2:hover::before{
	background-image: url(../images/img90.png);
}


/* inv2_con2 */
.inv2_con2{
	width: 100%;
	background: rgb(248,248,248);
	padding-bottom: 140px;
}
.inv2_con2 .rq1{
	padding-top: 100px;
}
.inv2_con2 h3{
	text-align: center;
}
.inv2_con2 .rq1 .div{
	padding-top: 55px;
	width: 100%;
}
.inv2_con2 .rq1 .div table{
	width: 100%;
}
.inv2_con2 .rq1 .div th{
	line-height: 70px;
	background: #c53936;
	border: 1px solid rgb(225,225,225);
	font-size: 18px;
	color: #fff;
	font-weight: 100;
}
.inv2_con2 .rq1 .div td{
	padding: 20px 40px;
	font-size: 16px;
	color: #fff;
	border: 1px solid rgb(238,238,238);
}
.inv2_con2 .rq1 .div tr{
	background: #c53936;
}
.inv2_con2 .rq1 .div tr:nth-child(2n){
	background: rgb(248,248,248);
}
.inv2_con2 .rq1 .div tr:nth-child(2n) td{
	color: #777;
}
.inv2_con2 .rq2{
	padding-top: 130px;
}
.inv2_con2 .rq2 .div{
	margin-top: 55px;
}
.inv2_con2 .rq2 .div1{
	width: 18.4%;
	float: left;
	margin-right: 2%;
	height: 95px;
	border-radius: 95px;
	line-height: 95px;
	border: 1px solid rgb(217,217,217);
	font-size: 22px;color: #666666;
	text-align: center;
	position: relative;
}
.inv2_con2 .rq2 .div1:nth-child(5){
	margin-right: 0;
}
.inv2_con2 .rq2 .div1 img{
	width: 40px;
	margin-bottom: -10px;
}
/* .inv2_con2 .rq2 .div1::before{
	content: '';
	width: 40px;
	height: 41px;
	background-image: url(../images/img93.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20%;
}
.inv2_con2 .rq2 .div1:nth-child(2)::before{
	background-image: url(../images/img94.png);
}
.inv2_con2 .rq2 .div1:nth-child(3)::before{
	background-image: url(../images/img95.png);
}
.inv2_con2 .rq2 .div1:nth-child(4)::before{
	background-image: url(../images/img96.png);
}
.inv2_con2 .rq2 .div1:nth-child(5)::before{
	background-image: url(../images/img97.png);
} */
.inv2_con2 .rq2 .div1::after{
	width: 9px;
	height: 16px;
	content: '';
	background-image: url(../images/img98.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 104%;
}
.inv2_con2 .rq2 .div1:nth-child(5)::after{
	content: none;
}

.inv2_con2 .rq3{
	padding-top: 120px;
}
.inv2_con2 .rq3 .div{
	margin-top: 40px;
}
.inv2_con2 .rq3 .div a{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #666666;
}
.inv2_con2 .rq3 .div a span{
	color: #c53936;
	font-size: 18px;
}
.inv2_con2 .rq3 .div .p1{
	font-size: 18px;
	color: #666666;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
}
.inv2_con2 .rq3 .div img{
	display: block;
	margin: 0 auto;
	margin-bottom: 45px;
}
.inv2_con2 .rq3 .div .p2{
	font-size: 18px;
	color: #666666;
	text-align: center;
}



@media (max-width: 1679px){
	.inv2_con2 .rq1 .div td {
    padding: 20px 30px;
}
.inv2_con2 .rq2 .div1 {
	height: 70px;
	border-radius: 70px;
	line-height: 70px;
	font-size: 18px;
}
.inv2_con2 .rq2 .div1 img{
	width: 30px;
	margin-bottom: -7px;
}
}
@media (max-width: 1469px){
	.inv2_con2 .rq1 {
    padding-top: 60px;
}
.inv2_con .rq {
	padding: 50px 0;
}
.inv2_con .rq a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding-left: 35px;
}
.inv2_con .rq .a1::before,
.inv2_con .rq .a2::before {
	width: 25px;
	height: 28px;
}
.inv2_con2 .rq1 .div th {
	line-height: 50px;
	font-size: 16px;
}
.inv2_con2 .rq1 .div td {
	font-size: 14px;
	padding: 15px 20px;
}
.inv2_con2 .rq1 .div {
	padding-top: 33px;
}
.inv2_con2 .rq2 {
	padding-top: 70px;
}
.inv2_con2 .rq2 .div {
	margin-top: 33px;
}
.inv2_con2 .rq2 .div1 {
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	font-size: 16px;
}

.inv2_con2 .rq2 .div1 img{
	width: 22px;
	margin-bottom: -4px;
}
.inv2_con2 .rq3 {
	padding-top: 80px;
}
.inv2_con2 .rq3 .div a,
.inv2_con2 .rq3 .div a span{
	font-size: 16px;
}
.inv2_con2 .rq3 .div .p1 {
	font-size: 16px;
	margin-top: 14px;
	margin-bottom: 12px;
}
.inv2_con2 .rq3 .div img {
	width: 150px;
	margin-bottom: 30px;
}
.inv2_con2 .rq3 .div .p2 {
	font-size: 16px;
}
.inv-tit h3 {
	font-size: 26px;
}
.inv2_con2 .rq1 .div table{
	width: 970px;
}
.inv2_con2 .rq1 .div{
	overflow-x: auto;
	overflow-y: hidden;
}

	
}
@media (max-width: 768px){
	.inv2_con2 .rq2 .div1 {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
}
.inv2_con2 .rq2 .div1:nth-child(3){
	margin-right: 0;
}
.inv2_con2 .rq2 .div1::after{
	content: none;
}

}
@media (max-width: 414px){
	.inv2_con .rq a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding-left: 35px;
}
.inv2_con .rq {
	padding: 30px 0;
}
.inv-tit h3 {
	font-size: 22px;
}
.inv2_con2 .rq1 {
	padding-top: 45px;
}
.inv2_con2 .rq2 .div1 {
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	font-size: 14px;
}
.inv2_con2 .rq2 .div1 img{
	width: 18px;
}
.inv2_con2 .rq3 {
	padding-top: 60px;
}
.inv2_con2 .rq3 .div img {
	width: 110px;
	margin-bottom: 30px;
}
.inv2_con2 {
	padding-bottom: 70px;
}


}










/* 瑞驰招聘 */
.ta_con1{
  width: 100%;
  background: rgb(245,245,247);
  padding-top: 95px;
  padding-bottom: 145px;
}
.ta_con1 .inv-tit h3{
	text-align: center;
	margin-bottom: 20px;
}
.ta_con1 .p{
	font-size: 18px;
	color: #777;
	text-align: center;
	margin-bottom: 10px;
}
.ta_con1 .pp{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
	margin-bottom: 55px;
}
.ta_con1 .prda_bt{
  margin-bottom: 30px;
}
.ta_con1 .p1{
  font-size: 18px;
  color: #777777;
  font-family: "normal";
  text-align: center;
  line-height: 30px;
}
.ta_con1 .rq{
  padding-top: 80px;
}

.ta_con1 .rq1{
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
  border: 1px solid rgb(229,229,229);;
}
.ta_con1 .rq1::before{
  content: "";
  width: 1px;
  height: 65%;
  background: rgb(229,229,229);
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
}
.ta_con1 .rq1 .top{
  width: 100%;
  height: 120px;
}
.ta_con1 .rq1 .top .lef{
  width: 18%;
  height: 100%;
  float: left;
}

.ta_con1 .rq1 .top .lef p{
  font-size: 20px;
  color: #444444;
  text-align: center;
  line-height: 120px;
  transition: all .3s;
}
.ta_con1 .rq1 .top .rig{
  width: 82%;
  height: 100%;
  float: left;
  padding: 0 65px;
  background-image: url(../images/img109.png);
  background-repeat: no-repeat;
  background-position-y: center;
	background-position-x: 96%;
	transition: all .3s;
}
.ta_con1 .rq1:hover .top .rig{
	background: #c53936;
	background-repeat: no-repeat;
	background-image: url(../images/img110.png);
	background-position-y: center;
	background-position-x: 96%;
}
.ta_con1 .rq1:hover .top .lef p{
	background: #c53936;
	color: #fff;
}

.ta_con1 .rq1 .top .rig span{
    line-height: 120px;
    margin-right: 125px;
}
.ta_con1 .rq1:hover .top .rig span{
	color: #fff;
}
.ta_con1 .rq1 .top .rig span:nth-child(3){
  margin-right: 0;
}
.ta_con1 .rq1 .top .rig .sp1{
  font-size: 18px;
  font-family: "com";
  /* color: #c53936; */
}
.ta_con1 .rq1 .top .rig .sp2{
  font-size: 18px;
  color: #777777;
}

.ta_con1 .rq1 .bot{
  width: 82%;
  padding: 0 65px;
  padding-bottom: 30px;
	padding-top: 30px;
  float: right;
  transform: translateY(-15px);
  display: none;
}
.ta_con1 .rq1 .bot .p{
  font-size: 18px;
  color: #444;
  font-family: "normal";
  margin-top: 20px;
}
.ta_con1 .rq1 .bot .p2{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  line-height: 30px;
}

.ta_con1 .rq1 .bot a{
  display: block;
  font-size: 16px;
  color: #777;
  font-family: "normal";
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid rgb(212,212,212);
  margin-top: 40px;
  margin-bottom: 20px;
}
.ta_con1 .rq1 .bot a:hover{
  background: #148acc;
  color: #fff;
}

.ta_con1 .jz{
  display: block;
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  width: 185px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgb(212,212,212);
  margin: 0 auto;
  margin-top: 70px;
}
.ta_con1 .jz:hover{
  background: #c53936;
  color: #fff;
}

/* 瑞驰招聘分辨率 */
@media(max-width:1460px){
  .ta_con1 {
    padding-top: 60px;
    padding-bottom: 100px;
}
.ta_con1 .pp{
	font-size: 26px;
	margin-bottom: 33px;
}
.ta_con1 .p1 {
  font-size: 16px;
}
.ta_con1 .prda_bt {
  margin-bottom: 20px;
}
.ta_con1 .rq {
  padding-top: 60px;
}



}

@media(max-width:1260px){
  /* 人才招聘 */
.ta_con1 .rq1 .top .lef p{
  font-size: 20px;
}
.ta_con1 .rq1 .top{
  height: 120px;
}
.ta_con1 .rq1 .bot .p {
  font-size: 16px;
  margin-top: 10px;
}
.ta_con1 .rq1 .bot .p2 {
  font-size: 14px;
  line-height: 30px;
}
.ta_con1 .rq1 .bot {
  padding-bottom: 0px;
}

.ta_con1 .rq1 .top .rig span,
.ta_con1 .rq1 .top .lef p{
  line-height: 120px;
}
.ta_con1 .rq1 .top .rig .sp1{
  font-size: 18px;
}
.ta_con1 .rq1 .top .rig{
  background-size: 20px;
}
.ta_con1 .jz {
  font-size: 14px;
  width: 135px;
  height: 50px;
  line-height: 50px;
  margin-top: 110px;
  margin-top: 60px;
}


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

  .ta_con1 .rq1 .top .rig span{
    margin-right: 50px;
  }
  .ta_con1 .rq1 .top .rig .sp2 {
    font-size: 16px;
  }
  .ta_con1 .rq1 .top .lef p {
    font-size: 15px;
  }
  .ta_con1 .rq1 .top .rig span, .ta_con1 .rq1 .top .lef p {
    line-height: 90px;
  }
  .ta_con1 .rq1 .top {
    height: 90px;
  }
  .ta_con1 .rq1 .top .rig .sp1 {
    font-size: 15px;
  }
  .ta_con1 .rq1 .top .rig .sp2 {
    font-size: 13px;
  }
  .ta_con1 .rq1 .bot .p1{
    font-size: 13px;
  }
  .ta_con1 .rq1 .bot a {
    font-size: 13px;
    width: 95px;
    height: 35px;
    line-height: 35px;
	}
	.ta_con1 .pp{
		font-size: 24px;
	}
	.ta_con1 .p{
		font-size: 14px;
		margin-bottom: 10px;
	}

	
}
@media(max-width:414px){
	.ta_con1 .pp{
		font-size: 22px;
	}
	.ta_con1 .rq1 {
    margin-bottom: 10px;
}
  .ta_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
}
.ta_con1 .p1 {
  font-size: 14px;
  line-height: 25px;
}
.ta_con1 .rq {
  padding-top: 30px;
}
.ta_con1 .prda_bt {
  margin-bottom: 15px;
  font-size: 18px;
}

/* 人才招聘 */
.ta_con1 .rq1 .bot a {
  font-size: 12px;
  width: 77px;
  height: 28px;
  line-height: 28px;
}
.ta_con1 .rq1 .top .rig span, .ta_con1 .rq1 .top .lef p {
  line-height: 28px;
}
.ta_con1 .rq1 .top .lef p,
.ta_con1 .rq1 .top .rig .sp1,
.ta_con1 .rq1 .top .rig .sp2 {
  font-size: 12px;
}
.ta_con1 .rq1 .top {
  height: auto;
}
.ta_con1 .rq1 .top .rig span {
  margin-right: 5px;
}
.ta_con1 .rq1 .top .lef {
  width: 100%;
}
.ta_con1 .rq1 .top .rig {
  background-size: 15px;      width:100%;    padding: 0 20px;    background-position-x: 95%;
}
.ta_con1 .rq1::before {
  left: 20%;
  display: none;
}
.ta_con1 .rq1 .bot {
  width: 100%;
  padding: 0 10px;
  transform: translateY(-0px);
  padding-bottom: 20px;
  padding-top: 15px;
}
.ta_con1 .rq1 .bot p span,
.ta_con1 .rq1 .bot p{
	font-size: 12px !important;
}
.ta_con1 .rq1 .bot .p2 {
  font-size: 12px;
  line-height: 22px;
}
.ta_con1 .rq1 .bot .p {
  font-size: 14px;
  margin-top: 10px;
}
.ta_con1 .rq1 .bot .p1 {
  line-height: 23px;    font-size: 12px;
}
.ta_con1 .jz {
  font-size: 13px;
  width: 95px;
  height: 40px;
  line-height: 40px;    margin-top: 20px;
}
}









/* 公司荣誉修改 */
.about_con3{
	width: 100%;
}
.about_con3 .lef{
	width: 10%;
	float: left;
	position: relative;
	position: sticky;
	top: 50px;
	padding-right: 10px;
	/* height: 410px;
	overflow-y: auto;
	overflow-x: hidden; */
}
.about_con3 .lef::-webkit-scrollbar {
	width: 0px;
	background-color: #999;
	border-radius:50px;
	opacity: 0;
}

.about_con3 .lef::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #136091;
	opacity: 0;
}

/* .about_con3 .lef::before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 9px;
	top: 0;
	background: #000;
} */
.about_con3 .lef span{
	display: block;
	padding-bottom: 100px;
	position: relative;
}
.about_con3 .lef span a{
	font-size: 20px;
	color: #333;
	cursor: pointer;
}
.about_con3 .lef span.on a{
	color: #c53936;
}
.about_con3 .lef span::before{
	content: '';
	width: 10px;
	height: 10px;
	background: #000;
	position: absolute;
	right: -5px;
	/* top: 50%;
	transform: translateY(-50%); */
	top: 10px;
	border-radius: 50%;
}
.about_con3 .lef span.on::before{
	background: #c53936;
}
.about_con3 .lef span::after{
	content: '';
	width: 1px;
	height: 110%;
	position: absolute;
	right: 0px;
	top: 0;
	background: #000;
}
.about_con3 .rig{
	width: 80%;
	float: right;
	/* height: 410px;
	overflow-y: auto; */
}
.about_con3 .rig p{
	font-size: 18px;
	color: #777777;
	line-height: 40px;
}
.about_con3 .rig div{
height: 490px;
overflow-y: auto;
display: none;
}
.about_con3 .rig div.on1{
	display: block;
}
.about_con3 .lef span:last-child::after{
	content: none;
}


@media(max-width:1680px){
	.about_con3 .lef span {
    font-size: 18px;
}
.about_con3 .lef {
	width: 11%;
}
.about_con3 .rig p {
	font-size: 16px;
	line-height: 34px;
}
.about_con3 .lef span a {
	font-size: 19px;
}
}

@media(max-width:1459px){
	.about_con3 .lef {
    width: 14%;
}
.about_con3 .rig {
	width: 75%;
}
}
@media(max-width:991px){
	.about_con3 .lef {
    width: 16%;
}
.about_con3 .lef span {
	font-size: 16px;
}
.about_con3 .rig p {
	font-size: 14px;
	line-height: 31px;
}
}
@media(max-width:991px){
	.about_con3 .lef{
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 0px;
		white-space: nowrap;
		border-bottom: 1px solid #000;
	}
	.about_con3 .lef::-webkit-scrollbar {
    height: 0px;
    background-color: #fff;
    border-radius:50px;
}

.about_con3 .lef::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #fff
}
	.about_con3 .lef::before{
		content: none;
	}
	.about_con3 .lef span{
		display: inline-block;
		padding-bottom: 20px;
		margin-bottom: 0;
		margin-right: 20px;
	}
	.about_con3 .lef span::before{
	  width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
		border-bottom: 5px solid #000;
		background: transparent;
		top: 90%;
		left: 50%;
		transform: translate(-50%,0);
	}
	.about_con3 .lef span.on::before{
		background: transparent;
		border-bottom: 5px solid red;
	}
	.about_con3 .rig{
		width: 100%;
		padding-top: 50px;
	}
	.about_con3 .rig {
    padding-top: 24px;
}
.about_con3 .rig p {
	font-size: 14px;
	line-height: 24px;
}
.about_con3 .rig{
	padding-bottom: 0;
}
.about_con3 .lef {
	top: 60px;
	background: #fff;
}

}

.erBox { width: 100% !important; height: auto;  display: flex; align-items: center; justify-content:  space-between; margin-top: 20px; text-align: center; padding: 0 20px; gap: 20px;}

.erBox div { float: unset !important; } 
.erBox .item { width: 45% !important; float: unset;  }

.erBox .item .img, .erBox .item .word { width: 100% !important; }
 .erBox .item .word { margin-top: 10px; font-size: 14px; }
 .erBox .item .img img { border-radius: 5px; }

.adImgs{ 
    
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    
}


.adImgs .img { 
    max-width: 150px;
    
}

.adImgs .img img { width: 100%; } 





























