body{
	/*background: white;*/
}

.aboutAs h1{
	color: rgb(47 124 218);
	font-size: 26px;
	padding: 30px 0;
	position: relative;
	display: inline-block;
}
.aboutAs p{
	padding: 0 8vw;
	font-size: 16px;
	text-indent: 32px;
	line-height: 32px;
	text-align: left;
	padding-bottom: 10px;
}
.aboutAs .top,.aboutAs .bottom{
	content:'';
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	right: -50px;
	top:20px;
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
    -ms-animation: rotation 3s linear infinite;
}
.aboutAs .top{background-color: #389bfd}
.aboutAs .bottom{background-color: white;right: -70px;top:50px}

@-webkit-keyframes rotation{
    0%{
        -webkit-transform : rotate(0deg);
    }
    100%{
        -webkit-transform : rotate(360deg);
    }
}
@-moz-keyframes rotation{
    0%{
        -moz-transform : rotate(0deg);
    }
    100%{
        -moz-transform : rotate(360deg);
    }
}
@-ms-keyframes rotation{
    0%{
        -ms-transform : rotate(0deg);
    }
    100%{
        -ms-transform : rotate(360deg);
    }
}
@-o-keyframes rotation{
    0%{
        -o-transform : rotate(0deg);
    }
    100%{
        -o-transform : rotate(360deg);
    }
}
@keyframes rotation{
    0%{
        transform : rotate(0deg);
    }
    100%{
        transform : rotate(360deg);
    }
}




/*发展*/
.UsFazhan{
	position: relative;
	padding:3vw calc(50vw - 300px);
	width: 600px;
	padding-bottom: 0!important;
	/*background: url(../img/guanyvwomen/fazhanBg2.png) no-repeat;*/
	background-size: 100% 100%;
	text-align: left;
}
.UsFazhanTop{
	padding-top:40px;
}
.UsFazhanRight{
	/*float: right;*/
	width:calc(100% - 616px - 2vw);
}


.wuqiuli{
	width: 1px;
	height: 88px;
	display: inline-block;
	background: url(../img/guanyvwomen/xuxian.png) no-repeat left 4px;
	background-size: 1px 100%;
	margin-left: 10px;
}
.xiangshang{
	width: 20px;
	position: absolute;
	left: 80px;
	top: -2px;
	vertical-align: middle;
}
.UsFazhan .UsFazhanL{
	float: left;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	position: relative;
	top: -25px;
	left: -20px;
	color: #389bfd;
}
.UsFazhanContent{
	padding-top: 20px;
	padding-bottom: 1vw;
	background: url(../img/guanyvwomen/xiantiao.png) no-repeat 90px 0px;
	background-size: 1px 100%;
	padding-left: 20px;
	position: relative;
	
}
.wuqiuli{
	width: 1px;
	height: 88px;
	display: inline-block;
	background: url(../img/guanyvwomen/xuxian.png) no-repeat left 4px;
	background-size: 1px 100%;
	margin-left: 90px;
}
.UsFazhanLunbo{
	display: inline-block;
}
.UsFazhan .UsFazhanR{
	float: right;
	line-height: 26px;
	width: calc(100% - 100px);
	margin-bottom: 15px;
	padding: 15px 0;
		position: relative;
	top: -20px;
	background: rgba(56,155,253,0.07);
	border-radius: 10px;
}
.UsFazhan .UsFazhanR h1{
	font-size:15px;
	min-width: 50px;
	text-align: right;
	font-weight: normal;
	color: #868585;
	display: inline-block;

	
}
.UsFazhan .UsFazhanR p{
	color: black;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	width: calc(100% - 95px);
	vertical-align: top;
	margin-left: 28px;
	text-align: left;
}
.UsFazhanHead{
	color: black;
	border-radius: 50%;
	width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin-left: 60px;
    border: 1px solid #ebf5ff;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 1px 1px 30px #ebf5ff;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: url(../img/guanyvwomen/fazhan.png);
    background-size: cover;	
}
.UsAddress{
	background: white;
    margin: 3vw 8vw;
    
    background-image: linear-gradient( #ffffff, #ffffff), linear-gradient( #000000, #000000);
    background-blend-mode: normal, normal;
    box-shadow: 0px 3px 12px 1px rgb(3 0 8 / 3%); 
    
}
.UsAddressL{
	float: left;
	text-align: left;
	width: calc(55% - 40px);
	padding: 20px;
}
.UsAddressL p{
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 16px;
}
.UsAddressR{
	float: left;
	width: 45%;
}
.UsAddressL a img{
	height:18px;
	margin-right: 6px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.UsAddressL a {
	margin-top: 26px;
font-size: 16px;
color: #2f7cda;
}
@media screen and (max-width: 500px){
	.aboutAs h1 {
	    font-size: 20px;
	    padding: 15px 0;
	}
	.aboutAs p {
	    padding: 0 15px;
	    font-size: 14px;
	    text-indent: 28px;
	    line-height: 28px;
	    text-align: left;
	    padding-bottom: 0px;
	}	
	.aboutAs .top, .aboutAs .bottom{
		top: 5px;
	}
	.aboutAs .bottom{
		top: 30px;
	}
	.UsFazhan {
	    position: relative;
	    padding:15px;
	    width:calc(100% - 30px);
	}	
	.UsFazhan .UsFazhanL {
	    float: left;
	    font-size: 20px;
	    line-height: 25px;
	    font-weight: 600;
	    position: relative;
	    top: -25px;
	    left: -16px;
	    color: #389bfd;
	}	
	.UsFazhan .UsFazhanR {
	    margin-bottom: 8px;
	    padding: 8px 0;
	}	
	.UsFazhan .UsFazhanR h1{
		min-width: 35px;
		 font-size: 14px;
	}
	.UsFazhan .UsFazhanR p {
	    font-size: 14px;
	    width: calc(100% - 55px);
	    margin-left: 8px;
	}	
	.UsAddress {
	    margin: 15px;
	    padding: 8px 0;
	}	
	.UsAddressL {
	    float: left;
	    text-align: left;
	    width: calc(65% - 16px);
	    padding:8px;
	}	
	.UsAddressL p{
		font-size: 14px;
		padding-bottom: 8px;
	}
	.UsAddressR {
	    width: calc(35% - 8px);
	    margin-right: 8px;
	}		
	.UsAddressL a{
		font-size: 14px;
	}	
	
}
