/* banner */
.banner{
	height:550px;
	background: url('../images/contact/banner.png') no-repeat top right;
	overflow:hidden;
}


/* 选项卡 */
.about{

}

.about{
    height: 600px;
    width: 100%;
    text-align: center;
    background-color: white;
}

.about-p{
    font-size: 28px;
    padding-top: 95px;
}

.about-p2{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 35px;
    line-height: 30px;
}


.about-box{
    max-width: 1220px;
    height: 220px;
    margin: 0 auto;
}


.about-box .about_l{
    margin:0 auto;
    width:360px;
    height:220px;
}

.about-box .about_l1 ,.about-box .about_l2,.about-box .about_l3{
	transition:  .4s ease;
	-moz-transition:  .4s ease;
	-webkit-transition:  .4s ease;
	-o-transition: .4s ease;	
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
	
}
.about-box .about_l1{
    background-image:url(../images/contact/jj1.png);
}
.about-box .about_l2{
    background-image:url(../images/contact/jj2.png);
}
.about-box .about_l3{
    background-image:url(../images/contact/jj3.png);
}
.about-box .about_l1:hover ,.about-box .about_l2:hover,.about-box .about_l3:hover{
	background-size:104%;
}
.about-box .about_i{
    padding-top:80px;
}
.about-box .about_i img{}
.about-box .about_line{
    margin:25px auto 20px;
    width:40px;
    height:4px;
    background:#ffffff;
    border-radius:3px;
}
.about-box .about_t{
    margin-bottom:5px;
    color:#ffffff;
    font-size:20px;
    font-weight:bold;
}
.about-box .about_d{
    margin:0 auto;
    width:270px;
    color:#ffffff;
    font-size:14px;
    line-height:30px;
}

.about-box .swiper-container{
    padding-bottom:50px;
}
.about-box .swiper-pagination{
    bottom:0;
}
.about-box .swiper-pagination .swiper-pagination-bullet{
    width:20px;
    height:8px;
    border-radius:4px;
    background:#eeeeee;
    opacity:1;
}
.about-box .swiper-pagination .swiper-pagination-bullet-active{
    background:#2589ff;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 406.66px;
    height: 100%;
    position: relative;
}

/* msg */
.msg{
    height: 720px;
    background: #f8f8f8;
    width: 100%;
    text-align: center;
}
.msg-p{
    font-size: 28px;
    padding-top: 95px;	
}
.msg-p2{
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 35px;
    line-height: 30px;
    color: #888888;
}
.msg-c{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10px;
    width: 1200px;
    margin: 20px auto 0px;
}
.msg-c-1{
	width: 1198px;
    height: 191px;
    padding: 0px 44px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    line-height: 49px;
}
.msg-c-2{
	width: 488px;
    /* height: 191px; */
    padding: 0px 44px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    line-height: 49px;
}
.msg-c-3{
	background: #0078ff;
    color: #fff;
    width: 100%;
    border: none;
    line-height: 50px;
    font-size: 16px;
}
.msg-c-a{
	position: relative;
}
.msg-c-a span{
    position: absolute;
    top: 18px;
    left: 32px;
    color: #ff4242;	
}
/* content */
.content{
    height: 715px;
    background: #fff;
    width: 100%;
    text-align: center;	
}
.content-p{
    font-size: 28px;
    padding-top: 95px;	
}
.content-c{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10px;
    width: 1200px;
    margin: 20px auto 0px;
}
.content-c-a-2 {
	padding-top: 104px;
}
.content-c-a-2 p{
    text-align: left;
    line-height: 33px;
    font-size: 16px;
    position: relative;
}
.content-c-a-2 p img{
    position: relative;
    top: -1px;
    margin-right: 5px;
}
}