
.about-us{
    background-image: -webkit-gradient(linear, 
    left top, right top, 
    from(#fafcff), 
    color-stop(79%, #e6f1fd), 
    to(#d2e5fa));
    background-image: linear-gradient(90deg, 
    #fafcff 0%, 
    #e6f1fd 79%, 
    #d2e5fa 100%);
    padding: 0.74rem 0;
}
.about-us-main{
    margin:0 .2rem;
}
.about-us .about-title{
    margin-bottom: 0.22rem;
    text-align: center;
}
.about-full-img img{
    width: 100%;
}
.about-intro p{
    margin-top: 0.26rem;
    line-height: .34rem;
}
.about-us-imgs{
    margin-top: 0.26rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about-us-imgs img{
    width: 2.24rem;
	height: 1.5rem;
}


.fuwu{
    padding:.75rem 0 .65rem;
}
.fuwu-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin:0.12rem 0 0.37rem;
}
.fuwu-item{
    width: 2.26rem;
	height: 0.84rem;
	background-color: #007eff;
    font-size: 0.24rem;
	color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.18rem;
}
.fuwu-item img{
	width: 0.47rem;
	height: 0.47rem;
    margin-right: 0.12rem;
}
.fuwu-item:hover{
    background: -webkit-gradient(linear, left bottom, left top, from(#007eff), color-stop(#48a3fd), to(#007eff));
    background: linear-gradient(0deg, #007eff, #48a3fd, #007eff);
    color: #ffffff !important;
	
}
.fuwu .page-btn3{
    width: 2.8rem;
    line-height: 0.58rem;
}


.corporate{
    background: url(../images/pics/bg.jpg) no-repeat center center / cover;
    padding:1.16rem 0;
}
.pics{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0.1rem 0.2rem 0;
}
.pic{
    width: 2.22rem;
	height: 1.52rem;
	background-color: #007eff;
    margin-top: 0.2rem;
    position: relative;
}
.pic img{
    width: 2.22rem;
	height: 1.52rem;
}


.about-areas{
    padding:0.98rem 0 0.64rem;
}
.about-area-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.18rem;
}
.about-area{
	color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.14rem;
}
.about-area .about-area-img{
	width: 2.22rem;
	border-radius: 0.1rem;
	overflow: hidden;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	-o-border-radius: 0.1rem;
}
.about-area img{
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.about-area p{
    font-size: 0.24rem;
	line-height: 0.5rem;
	color: #313131;
}
.about-area:hover img{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.about-area:hover p{
    color:#007eff;
}


.contact-us{
    height: 7rem;
    background: url(../images/bg9.jpg) no-repeat center 0 / auto 100%;
}
.contact-us-main{
    text-align: center;
}
.contact-us-left{
	color: #313131;
}
.contact-us-left h3{
    font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.46rem;
    padding-top: 0.74rem;
}
.contact-us-left h5{
    font-size: 0.24rem;
	line-height: 0.52rem;
    margin-top: .22rem;
}
.contact-us-left p{
    font-size: 0.24rem;
	line-height: 0.44rem;
}
.contact-us-center{
    margin-top: 0.46rem;
}
.foot-attention-item{
    width: 2.44rem;
    text-align: center;
}
.foot-atten-code img{
    height: 1.36rem;
}
.foot-atten-name{
    font-size: 0.24rem;
    line-height: 0.54rem;
    color: #535353;
}