@charset "utf-8";
.public{
    width: 1400px;
    margin: 0 auto;
}
@media(max-width:768px){
	.public{
		width: 100%;
		max-width:768px;
		margin: 0 auto;
	}
}
.aboutUs{
    margin: 70px auto;
    min-height: 500px;
}
.aboutUs .left{
    width: 50%;
    float:left;
    height: auto;
}
.aboutUs .left img{
    width: 80%;
    margin: 5% 10%;
}
.aboutUs .right{
    width: 48%;
    margin-top: 0;
    float:left;
    height: auto;
    margin-left: 2%;
}
.aboutUs .right .aTitle{
    width: 400px;
    line-height: 60px;
    border-bottom: 1px solid #9c9c9c;
}
.aboutUs .right .aTitle .a1{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
}
.aboutUs .right .aTitle .a2{
    font-size: 16px;
}
.aboutUs .right .jianjie{
    line-height: 30px;
    margin-top: 20px;
    width: 80%;
}
@media(max-width:768px){
	.aboutUs{
		margin: 70px auto 0;
		min-height: auto;
	}
	.aboutUs .left{
		width: 100%;
		float:unset;
		height: auto;
	}
	.aboutUs .left img{
		width: 100%;
      margin:0px
	}
	.aboutUs .right{
		width: 100%;
		margin-top: 50px;
		float:unset;
		height: auto;
		margin-left: 0%;
	}
	.aboutUs .right .aTitle{
		width: calc(100% - 25px);
		padding-left: 25px;
		line-height: 50px;
		border-bottom: 1px solid #9c9c9c;
	}
	.aboutUs .right .aTitle .a1{
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.aboutUs .right .aTitle .a2{
		font-size: 14px;
	}
	.aboutUs .right .jianjie{
		font-size:16px;
		line-height: 30px;
		width: 95%;
		margin: 20px auto 0px;
	}
}
.gssl{
    min-height: 900px;
}
.titlePic{
    margin:0 auto;
    display: block;
}
.gssl .s1{
    width:100%;
    margin: 50px auto;
    border: 1px solid #eeeeee;
    position: relative;
}
.gssl .s1 .left{
    width: 50%;
    float:left;
}
.gssl .s1 .left img{
    width:100%;
}
.gssl .s1 .rightB{
    position: absolute;right:0;top:0;width:50%;
    height:100%;
}
.gssl .s1 .rightB .right{
    width: 100%;
    height:100%;
    float:left;
    position: relative;
}
.gssl .s1 .rightB .right .sTitle{
    width: 100%;
    top:0px;
    left:27px;
    position: absolute;
}
.gssl .s1 .rightB .right .content{
    line-height: 55px;
    font-size: 25px;
    width: 90%;
    margin: 150px auto 0 auto;
}

.gssl .s2{
    width:100%;
    height:489px;
    border: 1px solid #eeeeee;
    position: relative;
}
.gssl .s2 .leftB{
    position: absolute;
    left:0;
    top:0;
    width:50%;
    height:100%;
}
.gssl .s2 .leftB .left{
    width: 100%;
    height:100%;
    float:left;
    position: relative;
}
.gssl .s2 .leftB .left .sTitle{
    width: 100%;
    top:0px;
    right:27px;
    position: absolute;
}
.gssl .s2 .leftB .left .content{
    line-height: 55px;
    font-size: 25px;
    width: 90%;
    margin: 150px auto 0 auto;
}
.gssl .s2 .right{
    width: 50%;
    height: 100%;
    margin-left:50%;
    overflow: hidden;
}
.gssl .s2 .right img{
    width:100%;
}
@media(max-width:768px){
	.gssl{
    min-height: unset;
}
.titlePic{
    margin:0 auto;
    display: block;
    width: 100%;
}
.gssl .s1{
    width:100%;
    margin: 20px auto;
    border: 1px solid #eeeeee;
    position: relative;
}
.gssl .s1 .left{
    width: 50%;
    height: auto;
}
.gssl .s1 .left img{
    width:100%;
}
.gssl .s1 .rightB{
    position: absolute;
    right:0;
    top:0;
    width:50%;
    height:100%;
    overflow: hidden;
}
.gssl .s1 .rightB .right{
    width: 100%;
    height:100%;
    float:left;
    position: relative;
}
.gssl .s1 .rightB .right .sTitle{
    width: 100%;
    top:0px;
    left:27px;
    position: absolute;
}
.gssl .s1 .rightB .right .content{
    line-height: 4vw;
    font-size: 2vw;
    width: 90%;
    margin: 12vw auto 0 auto;
}

.gssl .s2{
    width:100%;
    height: auto;
    border: 1px solid #eeeeee;
    position: relative;
}
.gssl .s2 .leftB{
    position: absolute;
    left:0;
    top:0;
    width:50%;
    height: auto;
}
.gssl .s2 .leftB .left{
    width: 100%;
    height: auto;
    float:left;
    position: relative;
}
.gssl .s2 .leftB .left .sTitle{
    width: 100%;
    top:0px;
    right:27px;
    position: absolute;
}
.gssl .s2 .leftB .left .content{
    line-height: 4vw;
    font-size: 2vw;
    width: 90%;
    margin: 12vw auto 0 auto;
}
.gssl .s2 .right{
    width: 50%;
    height: auto;
    margin-left:50%;
}

}
.youshi .yview{
    margin-top: 40px;
}
.gsfc .view{
    margin-top: 40px;
}
.gsfc .view .block{
    width:calc(45% - 2px);
    margin: 20px 2.5%;
    height: 365px;
    overflow: hidden;
    float:left;
    border: 1px solid #eeeeee;
}
.gsfc .view .block img{
    width:calc(100% - 30px);
    float:left;
}
.gsfc .view .block .desc{
    float:left;
    width: 30px;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: z59;
    height:100%;
}

.tempWrap{
	margin:0 auto;
}
.dianzhao{
	width: 100%;
}

.dianzhao img{
	width:100%;
	vertical-align: bottom;
}

@media(max-width:768px){
	.dianzhao{
		width: 100%;


	}

	.dianzhao img{
		width:100%;
		vertical-align: bottom;
		height: 25vw;
	}
}

.ryzz-block {
	padding:50px 0px;
}
.ryzz-block .ib{
    padding: 30px 0px 50px;
    /* background: url('../images/about/ryzzx.png') no-repeat; */
    /* background-size: 100% 100%; */
}
.ryzz-block .ryzzs{
	width:100%;
	max-width:1400px;
	vertical-align: bottom;
	margin: 0 auto;
	display: block;
	display: none;
}
.ryzz-block .hang{
	width: 100%;
	margin: 0 auto;
	display:flex;
	height: calc(10vw + 30px);
	padding-bottom:50px;
	background:url(../images/about/zhanjia.png) no-repeat bottom;
	background-size:100% auto;
}
.ryzz-block .hang01{
	margin: 0 auto;
}
.ryzz-block .hang02{
	height: 24vw;
}
.ryzz-block .hang03{
	height: 13vw;
}
.ryzz-block .hang04{
	height: 13vw;
}

.ryzz-block .hang .divimg{
	height: calc(100% - 30px);
	width:auto;
	margin:0 auto;
	position: relative;
}
.ryzz-block .hang .divimg img{
	height:100%;
	width:auto;
	border: 1px solid #ccc;
}
.ryzz-block .hang .divimg .text{
    text-align: center;
    background: url('../images/about/ryzz-tit.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 120%;
    line-height: 40px;
    height: 40px;
    left: -10%;
    bottom: -30px;
    color: #FFF;


}
@media(max-width:768px){
	.ryzz-block {
		padding: 0px 0px;
		width: 100%;
	}
	.ryzz-block .ib{
		padding: 0px 0px 50px;
		width: calc(100% - 6vw);
		margin: 0 auto;
	}
	.ryzz-block .ryzzs{
		width:100%;
		max-width:1400px;
		vertical-align: bottom;
		margin: 0 auto;
		display: block;
		display: none;
	}
	.ryzz-block .hang{
		width: calc(100% - 12vw);
		margin: 0 auto;
		display: block;
		height: auto;
		padding-bottom: 0;
		background:unset;
		background-size:100% auto;
	}
	.ryzz-block .hang01{
		margin: 0 auto;
	}
	.ryzz-block .hang02{
		height: auto;
	}
	.ryzz-block .hang03{
		height: auto;
	}
	.ryzz-block .hang04{
		height: auto;
	}

	.ryzz-block .hang .divimg{
		height: auto;
		width: 100%;
		margin: 0 auto 15vw;
		position: relative;
	}
	.ryzz-block .hang .divimg img{
		height: auto;
		width: 100%;
		border: 1px solid #ccc;
	}
	.ryzz-block .hang .divimg .text{
		text-align: center;
		background: url('../images/about/ryzz-tit.png') no-repeat;
		background-size: 100% 100%;
		position: absolute;
		width: 120%;
		line-height: 40px;
		height: 40px;
		left: -10%;
		bottom: -30px;
		color: #FFF;


	}
}