
.details-intro-titles {
    text-align: center;
    height: 50px;
    position: relative;
    background-color: #fff;
}
.details-intro-titles::before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    border: solid 1px #eeeeee;
    border-bottom-color:#007eff;
}

.details-intro-titles .details-intro-title {
    font-size: 14px;
    color: #535353;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 180px;
    cursor: pointer;
    margin:0 6px;
}

.details-intro-titles .details-intro-title-active {
    color: #fff;
    background-color: #007eff;
}


.about-us{
    background: url(../images/bg5.jpg) no-repeat center center / cover;
    padding: 90px 0 110px;
}
.about-us .about-title{
    margin-bottom: 24px;
}
.about-us .about-intro{
    width: 769px;
}
.about-intro p{
    margin-top: 20px;
}
.about-us-imgs{
    margin-left: 128px;
    margin-top: 38px;
    text-align: left;
}
.about-us-imgs img{
    margin-right: 16px;
}


.fuwu{
    padding:164px 0 134px;
}
.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:21px 0 42px;
}
.fuwu-item{
    width: 190px;
	height: 70px;
	background-color: #007eff;
    font-size: 16px;
	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: 16px;
}
.fuwu-item img{
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.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-item:hover p{
}


.corporate{
    background: url(../images/pics/bg.jpg) no-repeat center center / cover;
    padding:117px 0 108px;
}
.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-top: 3px;
}
.pic{
    width: 380px;
	height: 260px;
	background-color: #007eff;
    margin-top: 33px;
    position: relative;
}
.pic img{
    width: 380px;
	height: 260px;
}
.pic:hover::after{
    content:'立即联系>>';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    color:#fff;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



.about-areas{
    padding:126px 0 90px;
    height: 866px;
}
.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;
    grid-row: 16px;
}
.about-area{
    font-size: 16px;
	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: 32px;
}
.about-area .about-area-img{
    width: 280px;
	height: 180px;
	border-radius: 10px;
    overflow: hidden;
}
.about-area img{
    width: 100%;
    height: 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: 18px;
	line-height: 48px;
	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: 550px;
    background: url(../images/bg9.jpg) no-repeat center 0 / auto 100%;
}
.contact-us-main{
    text-align: left;
}
.contact-us-left{
    margin-left: 110px;
    width: 462px;
	color: #313131;
}
.contact-us-left h3{
    font-size: 40px;
	font-weight: bold;
	line-height: 38px;
    margin:100px 0 60px -2px;
}
.contact-us-left h5{
    font-size: 18px;
	line-height: 24px;
    margin-top: 38px;
}
.contact-us-left img{
    width: 30px;
    height: 30px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: top;
}
.contact-us-left p{
    font-size: 18px;
	line-height: 30px;
    margin-top: 13px;
}
.contact-us-center{
    margin-top: 258px;
}