.aboutbox{
	background-image: url(../images/about_bg_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
	padding-bottom: 3vw;
}
.aboutbox2{
	width: 100%;
	display: block;
	background-image: url(../images/about_bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5vw;
}
.aboutbox2 .s2_bottom .fl{
	width: 25%;
	position: relative;
	display: flex;
	align-content:flex-start;
	flex-wrap: nowrap
}

.aboutbox2 .s2_bottom>.fl::before{ 
	content: "";
	position: absolute;
	left: -3.177vw;
	top: 3.475vw;
	width: 9.9vw;
	height: 11.2vw;
	background-image: url(../images/pageimglist.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.aboutbox2 .s2_bottom .fl dt{
	margin-top: 7.4vw;
}

.aboutbox2 .s2_bottom>.fr{
	width: 75%;
	display: flex;
	align-content:flex-start;
}

.aboutbox .L{
	padding-right: 2vw;
	box-sizing: border-box;
	width: 50%;}
.aboutbox .R{
	box-sizing: border-box;
	width: 50%;
}
.aboutbox .R img{
	display: block;
	width: 100%;
}
.about1{
	width: 84.375vw;
	margin: 0 auto;
	padding-top: 9.375vw;
}
.about1 .titl{
	width: 4vw;
	height: 4vw;
	background-image: url(../images/logos.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.about1 .titr{
	padding-left: 1.25vw;
}
.about1 .titr .titb {
    margin-bottom: 0.5vw;
}

.about1 .R img{
	margin-bottom: 2vw;
}

.about1 .R .jia_zhi_guan{
	background-image: url(../images/about_r_bg.png);
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding-top: 2.45vw;
	padding-bottom: 2.45vw;
	position: relative;
	overflow: hidden;
}

.about1 .R .jia_zhi_guan::before{
	width: 2.6vw;
	height: 20.78vw;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	display: block;
	background-image: url(../images/about_r_figure.png);
	background-size: 100% 100%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

.about1 .R .jia_zhi_guan dt{
	position: relative;
	box-sizing: border-box;
	padding-left: 2.5vw;
	margin-bottom: 2.6vw;
}

.about1 .R .jia_zhi_guan dt::before{
	width: 1.56vw;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
	background-color: #ffeb47;
}

.about1 .R .jia_zhi_guan ul{
	box-sizing: border-box;
	padding-left: 2.5vw;
}

.about1 .R .jia_zhi_guan ul li{
	list-style: disc;
	line-height: 1.8;
	margin-bottom: 1.3vw;
}

.about1 .R .jia_zhi_guan ul li i{
	color:#ffeb47;
	display: inline-block;
}

.about1 .R .jia_zhi_guan ul li::marker{
	color: #ffeb47;
}

.gsabout{
	width: 100%;
	padding-left:1.5625vw;
	box-sizing: border-box;
	border-left: 1px solid #FFEB47;
	position: relative;
}
.gsabout::after{
	content: "";
	position: absolute;
	left: 1.5625vw;
	bottom: 2.9vw;
	width: 39px;
	height: 1px;
	background: #FFEB47;
}
.s2_bottom{
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.s2_bottom dl{display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content: space-between;
 box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
  align-items:flex-start; padding-top: 6.875vw;}
.s2_bottom>.fl dt{ width: 100%;text-align:left; padding-left:3.43vw; position:relative; /*padding-right:107px; border-right:1px solid rgba(255,255,255,0.5);*/}
.s2_bottom>.fl dt:before{ content:'';display:block; width:20px; height:63px; background: #DA251C; position:absolute; left:0; top:50%; margin-top:-31.5px;}
.s2_bottom>.fl dt h5{ font-size:1.9vw; font-family:微软雅黑; font-weight:bold; text-transform:capitalize; color:#FFFFFF; line-height:1; padding-bottom:0.8vw;}
.s2_bottom>.fl dt h6{ font-size:1.3vw; color:#FFFFFF; line-height:1;}
.s2_bottom dd{color:#FFFFFF; line-height:1; 
display: block;
		}
.s2_bottom .fr dt{ width: 25%;text-align:left; padding-left:3.43vw; position:relative; /*padding-right:107px; border-right:1px solid rgba(255,255,255,0.5);*/}
.s2_bottom .fr dt h5{ font-size:1.9vw; font-family:微软雅黑; font-weight:bold; text-transform:capitalize; color:#FFFFFF; line-height:1; padding-bottom:0.8vw;}
.s2_bottom .fr dt h6{ font-size:1.3vw; color:#FFFFFF; line-height:1;}
.s2_bottom .dd_line{width:1px; height:75px; background: rgba(255,255,255,0.5);}
.s2_bottom>.fr>.fl>img{ margin-right:1.66vw;height: 3.1vw;display: flex;}
.s2_bottom>.fr>.fl>.wrapper{ display: flex;box-sizing: border-box;padding-right: 1vw;}
.count-title { font-size: 1.6vw; font-weight: normal; text-align: left; position:relative; display: table;color: #FFEB46;margin-bottom: 0.8vw;}
.count-text { font-size: 0.7vw; font-weight: normal; text-align: left; }
.count-title:after{ content:'+'; font-size:1.5vw; font-family:arial;  color:#FFEB47; position:absolute;top:0; right:-23px;}
.page_about .more2 {
    display: inline-block!important;
    width: 180px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    background: #FFEB46;
    color: #333;
    margin: 30px 0 80px;
}

#page{
	display: none;
}

.gsllbox{
	width: 84.375vw;
	margin: 0 auto;
	margin-top: 6.45vw;
	margin-bottom: 3.7vw;
}
.gsllbox .titl{
	width: 3.125vw;
	height: 3.125vw;
	background-image: url(../images/logos.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.gsllbox .redtit{
	background-image: url(../images/redlogo.png);
}
.gsllbox .titr{
	padding-left: 1.25vw;
}
.lltitr{
	margin-top: 1vw;
	text-align: center;
	font-size: 1.3vw;
	font-weight: 400;
	color: #333333;
	width: 312px;
	height: 2.6vw;
	background-image: url(../images/llbg.png);
	background-position: right bottom; 
	background-repeat: no-repeat;
}
#PhotoList_i1{
	margin-bottom: 3vw;
}

@media only screen and (min-width: 1580px){
	
	.PhotoList_i1 li {
	    width: calc((100% - 60px) / 3 );
	    margin-right: 20px;
	}
	.PhotoList_i1 li span{
	    font-size: 20px;
	    font-family: SourceHanSansCN;
	    font-weight: 400;
	    color: #333333;
	}
	.PhotoList_i1 li a {
	    background: none;
	    border: none;
	    padding: 0;
	    transition: all 1s ease 0s;
	}
	.PhotoList_i1 li:nth-of-type(3n) {
	    margin-right: 0;
	}
	.PhotoList_i1 li:nth-of-type(4n) {
	    margin-right: 20px;
	}
}

@media (max-width:1100px){
	.aboutbox2 .s2_bottom .fl{
		/* width: 50%; */
	}
}

@media (max-width:960px){
	.aboutbox .L{
		padding-right: 0vw;
		padding-bottom: 2vw;
		box-sizing: border-box;
		width: 100%;}
	.aboutbox .R{
		box-sizing: border-box;
		width: 100%;
	}
	.aboutbox2 {
		/* display: none; */
	}
	


 .s2_bottom dl {
	/* flex-flow: row wrap;*/
}

.aboutbox2 .s2_bottom>.fl {
	display: none;
}

.aboutbox2 .s2_bottom>.fr{
	width: 100%;
}


	.about1 .titl {
		width: 9vw;
		height: 9vw;
		background-image: url(../images/logos.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.gsllbox .titl {
		width: 9vw;
		height: 9vw;
		/* background-image: url(../images/logos.png); */
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.lltitr {
		margin-top: 4vw;
		text-align: right;
		font-size: 4.2vw;
		font-weight: 400;
		box-sizing: border-box;
		padding-right: 4vw;
		color: #333333;
		width: 100%;
		height: 9vw;
		background-image: url(../images/llbg.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
}


@media (max-width:720px){
	.s2_bottom {
		width: 86%;
	}
	.count-title {
		font-size: 5vw;
	}
	.s2_bottom>.fr>.fl>img {
		height: 8vw;
	}
	.aboutbox2 .s2_bottom>.fr {
		flex-flow:row wrap;
	}
	.aboutbox2 .s2_bottom >.fr .fl {
		width: 50%;
		margin-bottom: 3vw;
		box-sizing: border-box;
		padding-right: 5vw;
	}
	.aboutbox2 .counter .count-title{
		line-height: 1.1;
	}
	.aboutbox2 .counter span{
		line-height: 1.25;
	}
	.s2_bottom>.fr>.fl>img {
		display: none;
	}
	.page_about a[class='more']{
		display: none!important;
	}
	.page_about .more2{
		display: inline-block!important;
	}
	.gsabout {
		padding-left: 0;
		border-left: none;
	}
	.about1 .R .jia_zhi_guan {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.about1 .R .jia_zhi_guan dt {
		padding-left: 5vw;
		margin-bottom: 5vw;
	}
	.about1 .R .jia_zhi_guan ul {
		padding-left: 5vw;
	}
	.about1 .R .jia_zhi_guan::before {
		display: none;
	}
}
