.subbanner{
	position: relative;
}
.subbanner img{
	width:100%;
}
.dqwz img{
	width:auto;
}
.subbanner .txt{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 33%;
}
.subbanner .txt h2{
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 40px;
}
.subbanner .dqwz a,.subbanner .dqwz span{
	font-size: 16px;
	color: #fff;
}
.subbanner .dqwz img{
	margin-right:5px;
	position: relative;
	top: -2px;
}

.ejnav{
	background: rgba(236,36,50,0.5);
	width: 100%;
	position: relative;
	margin-top: -70px;
	z-index: 9;
}
.ejnav li{
	float: left;
	line-height: 70px;
	margin-right: 30px;
}
.ejnav li:last-child{
	margin-right:0;
}
.ejnav li a{
	font-size: 20px;
	color:#fff;
	display: block;
}
.ejnav li:hover a{
	color:#FFC107;
}
.ejnav li a.active{
        color:#FFC107;
}
.main{
	padding: 40px 0;
}

.main-left{
	width: 68%;
}
.main-right{
	width: 27%;
}
.text-list li span{
	float: right;
	font-size: 18px;
	color: #a1a0a0;
}
.text-list li a{
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.text-list li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
	text-indent: 20px;
}

.text-list li::before{
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d7000e;
}


.main-right .hot,.main-right .zxgx{
	border: 1px solid #e0e0e0;
	padding: 10px 20px;
}
.main-right .zxgx{
	margin-top: 60px;
}
.main-right .tit h2{
	font-size: 24px;
	color: #333;
	line-height: 60px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
.main-right .tit h2 span{
	color: #d80613;
}
.main-right .tit h2 img{
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.main-right li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 30px;
}
.main-right li span{
	font-size: 16px;
	color: #a1a0a0;
	line-height: 1;
}
.main-right li p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.main-right li::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	background: #e0e0e0;
	border: 1px solid #d8212c;
	border-radius: 50%;
	z-index: 2;
	transition: all 0.5s;
}
.main-right li::after {
	position: absolute;
	display: block;
	content: "";
	left: 4px;
	top: 5px;
	height: 100%;
	border: 0.5px dashed #e0e0e0;
	border-radius: 50%;
	z-index: 1;
}

.main-right li:last-child{
	padding-bottom: 0;
}
.main-right li:last-child::after{
	display: none;
}

.main-right li:hover::before{
	background: #d7000e;
}

.text-list li:hover a,.main-right li:hover p{
	color:#d7000e;
}



#page-list {font-family: Arial;text-align: center;margin: 30px 0;padding: 40px 0 0;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto;}
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d,#page-list .p_goto a{padding: 8px 10px;border: 1px solid #d3d3d3;border-radius: 2px;color: #022044;margin-bottom: 8px;height: auto;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #d7000e;color: #fff;border-color: #d7000e;}
#page-list .p_t{ padding: 0 0 0 0; color: #444;padding: 0 5px;position: relative;top: -2px;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #666;}
#page-list .pb_sys_common .p_goto input, .pb_sys_common .p_search input{width: 40px;height: 30px;line-height: 40px;vertical-align: top;}






.img-list li{
	float: left;
	width: 22.5%;
	margin-right: 3.33%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin-bottom: 85px;
}
.img-list li:nth-child(4n){
	margin-right: 0;
}

.img-list li .img{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 240px;
}
.img-list li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-list li .img .time{
	padding-top: 8px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
	background: #d7000e;
}
.img-list li .img .time p{
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.img-list li .img .time p:nth-child(2){
	font-size: 12px;
}
.img-list li .txt{
	background: #fff;
	padding: 15px 20px;
}
.img-list li .txt h2{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.img-list li .txt p{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin: 10px 0;
	height: 50px;
}

.img-list li .txt span{
	font-size: 14px;
	color: #d7000e;
	display: block;
	text-align: right;
}

.img-list li:hover .img img{
	transform: scale(1.1);
}

.img-list li:hover .txt{
	background: #d7000e;
}
.img-list li:hover .txt h2{
	color: #fff;
}
.img-list li:hover .txt p{
	color: #fff;
}
.img-list li:hover .txt span{
	color: #fff;
}


.ssqy li{
	float: left;
	width: 32%;
	margin-right: 2%;
	border: 2px solid #e7e7e7;
	margin-bottom: 20px;
	line-height: 75px;
	background: url(../img/bolang.png) no-repeat right bottom;
}
.ssqy li:nth-child(3n){
	margin-right: 0;
}
.ssqy li a{
	font-size: 20px;
	color: #333;
	padding: 0 50px;
	display: block;
	background: url(../img/right.png) no-repeat center right 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ssqy li:hover{
	border: 2px solid #ec878e;
}

.ssqy li:hover a{
	color: #d7000e;
}

.contents .bt{
	font-size: 36px;
	color: #333;
	text-align: center;
	font-weight: normal;
	line-height: 2;
}
.contents .bar {
	margin-top: 30px;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
}
.contents .bar span{
	font-size: 16px;
	color: #666;
	margin: 0 10px;
	line-height: 28px;
}

.contents .nr {
	padding: 40px 0;
}
.contents .nr p video, .contents .nr p.vsbcontent_img img, .contents .nr p img,.contents .img_vsb_content,.brief p img {
    margin: 30px auto;
    display: block;
    width: auto;
    height: auto !important;
    max-width: 60%;
}
.contents .nr p{
	font-size: 18px;
	color: #333;
	text-align: justify;
	text-indent: 2em;
	line-height: 40px;
	margin-bottom: 25px;
}


.contents .page-fy p,.contents .page-fy a{
	font-size: 17px;
	color: #333;
	line-height: 35px;
	display: block;
}
.contents .page-fy li{
	padding: 20px 0;
}
.contents .page-fy li:last-child{
	border-top: 1px solid #e7e7e7;
}
.contents .page-fy a:hover{
	color: #d7000e;
	font-weight: bold;
}

.gsjj{
	padding: 70px 0;
}
.gsjj .img{
	float: right;
	width: 40%;
}

.gsjj .txt{
	float: left;
	width: 55%;
}

.gsjj .txt p{
	font-size: 20px;
	color: #333;
	line-height: 42px;
	text-align: justify;
	text-indent: 2em;
}

.gsjj .img{
	padding-top: 80px;
}
.title{
	font-size: 48px;
	color: #333;
	text-align: center;
	position: relative;
	z-index: 2;
	line-height: 1.5;
	margin-bottom: 50px;
}
.title::after{
	position: absolute;
	content: "Company Profile";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #ebebeb;
	z-index: -1;
	font-weight: bold;
}


.number-info{
	padding: 180px 0;
	background: url(../img/sjbg.png) no-repeat center;
	background-size: cover;
}

.number-info li{
	float: left;
	width: 20%;
	text-align: center;
}
.number-info li .circle{
	background: url(../img/circle.png) no-repeat center;
	width: 230px;
	height: 230px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 auto;
	background-size: cover;
}
.number-info li h2 {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    line-height: 50px;
}
.number-info li span {
    font-size: 17px;
    color: #fff;
    margin-left: 5px;
}
.number-info li p {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    line-height: 35px;
}


.zzjg{padding: 70px 0;}
.zzconts {width: 100%;/* min-width: 1000px; */position: relative;padding: 1rem 0;text-align: center;}
.zztit {display: inline-block;font-size: 1.2rem;color: #333;background: #f7d4d2;padding: 1rem 2rem;z-index: 9;position: relative;line-height: 1.5;border-radius: 30px;height: 90px;box-sizing: border-box;display: flex;align-items: center;width: 35%;margin: 0 auto;flex-direction: column;justify-content: center;}
.zzconts > dd {margin-top: 50px;padding-top: 50px;display: flex;justify-content: space-between;position: relative;}
.zzbox, .zzconts > dd > dl {position: relative;text-align: center;width: 48%;}
.zzbox > .zztit, .zzconts > dd > dl > dt {background-color: #f7d4d2;font-size: 1.2rem;padding: 1rem 1rem;width: 30%;box-sizing: border-box;color: #333;border-radius: 20px;height: auto;}
.zzconts > dd > dl > dt.nline:before{display:none}
.zzinner {margin-top: 2rem;position: relative;padding-top: 4rem;}
.zzinner > dl {display: flex;justify-content: space-between;align-items: stretch;min-height: 25rem;}
.zzinner dd {background-color: #f7d4d2;width: 8.5%;text-align: center;line-height: 1.6;letter-spacing: 6px;position: relative;box-sizing: border-box;border-radius: 10px;padding: 30px 0;}
.zzinner dd::before {content: '';position: absolute;top: -3rem;left: 50%;transform: translateX(-50%);width: 1px;height: 3rem;background-color: #d0d5e3;}
.zztit::before {content: '';position: absolute;top: 5.6rem;left: 50%;transform: translateX(-50%);width: 1px;height: 3.3rem;background-color: #d0d5e3;display: block;z-index: -99;}
.zzconts > dd::before {content: '';position: absolute;top: 2px;left: 50%;transform: translateX(-50%);width: 52%;height: 1px;background-color: #d0d5e3;}
.zzbox .zzinner::before {content: '';position: absolute;top: 1rem;left: 50%;transform: translateX(-50%);width: 91.5%;height: 1px;background-color: #d0d5e3;}
.zzbox .zztit::before {top: 3.8rem;height: 3rem;}
.zzbox::before, .zzconts > dd > dl::before {content: '';position: absolute;top: -3rem;left: 50%;transform: translateX(-50%);width: 1px;height: 3rem;background-color: #d0d5e3;}
.zzinner dd a{font-size: 18px;writing-mode: tb-rl;}


.zzjg .title::after{
	content: "Institution";
}

.dwzz{
	background: #fff8f8;
	padding: 70px 0 100px;
}

.dwzz .title::after{
	content: "Enterprise qualification";
	color: #ffe9e8;
}

.dwzz-lb .slider{
	float: left;
	margin: 0 10px;
}
.dwzz-lb .slider .img{
	padding: 20px 40px;
	background: #fff;
	border: 1px solid #ccc;
}
.dwzz-lb .slider .img-bg{
	background: url(../img/dwzzbg.png) no-repeat center;
	background-size: cover;
	padding: 30px;
}
.dwzz-lb .slider .img-bg img{
	width:100%;
	height:150px;
	object-fit:cover;
}
.dwzz-lb .slider p{
	font-size: 28px;
	color: #333;
	text-align: center;
	margin-top: 40px;
	line-height: 1;
}

.dwzz-lb .slick-prev, .dwzz-lb .slick-next{
	width: 100px;
	height: 100px;
	top:0;
	bottom:0;
	margin:auto;
}
.dwzz-lb .slick-prev{
	background: url(../img/left1.png) no-repeat center;
	left: -120px;
}
.dwzz-lb .slick-next{
	background: url(../img/right1.png) no-repeat center;
	right: -120px;
}
.dwzz-lb .slick-prev:hover{
	background: url(../img/left2.png) no-repeat center;
}
.dwzz-lb .slick-next:hover{
	background: url(../img/right2.png) no-repeat center;
}


.hdry{
	padding: 70px 0;
}

.hdry .title::after{
	content: "Receive honor";
}

.hdry li{
	float: left;
	width: 32%;
	margin-right: 2%;	
	border: 1px solid #ebebeb;
}
.hdry li:nth-child(3n){
	margin-right: 0;
}
.hdry li .txt h2{
	font-size: 18px;
	color: #333;
	line-height: 80px;
	border-bottom: 1px solid #ebebeb;
	padding: 0 30px;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hdry li .txt p{
	padding: 0 30px;
	line-height: 70px;
	display: flex;
	justify-content: space-between;
}
.hdry li .txt span{
	font-size: 18px;
	color: #d80613;
}

.hdry li .txt span:nth-child(2){
	color: #333;
}

.hdry li .img{
	width: 100%;
	height: 305px;
	overflow: hidden;
}
.hdry li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hdry li:hover .img img,.dwzz-lb .slider:hover .img-bg img{
	transform: scale(1.1);
}
.hdry li:hover .txt h2,.dwzz-lb .slider:hover p{
	color: #d80613;
}