@charset "utf-8";

body {
	width:100%;
	height:100%;
	font-family:"微软雅黑",Arial;
	background: #f8f9ff;
}
header,section {
	width:100%;
}
table {
	border-collapse:collapse
}
a{

}
a:focus {
	outline:0;
}
a:hover {
	text-decoration:none;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.banner-xw{
	margin-top: 80px;
	height:	360px;
	position: relative;
	z-index: 5;
}
.banner-xw .section-container {
	width:100%;
	height:	360px;
}
.banner-xw .section-container .swiper-slide {
	position:relative;
	overflow:hidden;
	height: 360px;
}
.banner-xw .section-container .nth1 {
	background-image: url(../images/x_bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.banner-xw .section-container .nth1 .box .l {
	position:absolute;
	top:130px;
	left:-10%;
	width:475px;
	height:200px;
}
.banner-xw .section-container .nth1 .box .l h1{
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 0;
}
.banner-xw .section-container .nth1 .box .l p{
	font-size: 18px;
	margin: 20px 0 0;
}
.banner-xw .section-container .nth1 .box .l a{
	margin: 40px 0 0;
	width: 220px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #236eff;
	text-align: center;
	font-size: 18px;
	color:#fff;
	border-radius: 50px;
	-webkit-border-radius:50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.banner-xw .section-container .nth1.active .box .l {
	left:calc(50% - 580px);
	-webkit-transition:all 1s ease-in-out 0s;
	-moz-transition:all 1s ease-in-out 0s;
	-ms-transition:all 1s ease-in-out 0s;
	-o-transition:all 1s ease-in-out 0s;
	transition:all 1s ease-in-out 0s
}
.banner-xw .section-container .nth1 .box .r {
	position:absolute;
	top:0;
	right:-20%;
	width:532px;
	height:360px;
	background:url(/images/as_bg2.png);
	-moz-background-size:cover;
	background-size:cover
}
.banner-xw .section-container .nth1.active .box .r {
	right:calc(50% - 580px);
	-webkit-transition:all 1s ease-in-out 0s;
	-moz-transition:all 1s ease-in-out 0s;
	-ms-transition:all 1s ease-in-out 0s;
	-o-transition:all 1s ease-in-out 0s;
	transition:all 1s ease-in-out 0s
}
.banner-xw .section-container .nth1 .box .r h1 {
	display:none
}



.tabs-be{
	position: relative;
}
.tabs-be .section-container{
	width: 1200px;
	margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 0px;
}
.tabs-be .tab_title{
	height: 64px;
	text-align: center;
	margin-top: 55px;
	position: relative;
}
.tabs-be .tab_title .line{
	position: absolute;
    top: 61px;
    width: 20px;
    height: 3px;
    font-size:3px;
    background:#236eff;
    display: none;
    border-radius: 10px;
}
.tabs-be .tab_title ul li{
	width: 165px;
	height: 64px;
	display: inline-block;
	cursor: pointer;
}
.tabs-be .tab_title ul li a{
	text-align: center;
	line-height: 64px;
	margin: 0;
	font-size: 22px;
	color:#333;
}
.tabs-be .tab_title ul li.active a{
	font-weight: 700;
}


.section-be .caption{
	width: 100%;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    margin-top: 60px;
    margin-bottom: 45px;
}
.section-be .caption h3{
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 0;
    text-align: center;
}
.section-be .caption div {
	width: 1200px;
	margin: 60px auto 0;
}
.section-be .caption div p{
	margin: 0;
	line-height: 32px;
	font-size: 16px;
	position: relative;
	text-indent: 34px;
}
.section-be .section-container{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 90px;
}

.we-as .caption{
	margin-bottom: 0;
}
.contact-as .section-wrapper{
	padding: 70px 0 0;
}
.contact-as .contact-item{
	width: 576px;
	float: left;
	margin:0 48px 0 0;
}
.contact-as .contact-item .title{
	height: 110px;
	background-image: linear-gradient(to right,#397cff,#e0e9ff);
    border-radius: 12PX 12PX 0 0;
    position: relative;
}
.contact-as .contact-item .title h3{
	line-height: 110px;
	margin: 0;
	font-size: 28px;
    font-weight: 700;
    color:#FFF;
    padding: 0 0 0 34PX;
}
.contact-as .contact-item .title:after{
	content: ' ';
	width: 96px;
	height: 96px;
	display: block;
	position: absolute;
	top:7px;
	right: 20px;
	background-repeat: no-repeat;
}
.contact-as .contact-item:nth-child(1) .title:after{
	background-image: url(../images/as_f1.png);
}
.contact-as .contact-item:nth-child(2) .title:after{
	background-image: url(../images/as_f2.png);
}
.contact-as .contact-item .content{
	height: 240px;
	background: #f7faff;
	border: 1px solid #FFF;
	border-top: 0;
	border-radius: 0 0 12PX 12PX ;
	display: flex;
	align-items: center;
}
.contact-as .contact-item .content div{
	padding: 0 40px;
}
.contact-as .contact-item .content p{
	font-size: 16px;
	line-height: 32px;
}
.contact-as .contact-item:nth-child(2){
	margin:0;
}


.welfare-as .section-wrapper{
	width: 1200px;
	height: 340px;
	background: url(../images/as_bg1.png) no-repeat bottom center;
	position: relative;
}
.welfare-as .zq{
	width: 110px;
	height: 110px;
	background-image: linear-gradient(0deg, #ccadfa,#438cfe, #f2f9ff);
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: absolute;
	top:60px;
	left:50%;
	margin-left: -55px;
}
.welfare-as .zq span{
	color:#FFF;
	font-size: 18PX;
	display:block;
	text-align: center;
	margin-top: 40px;

}
.welfare-as ul li{
	margin-top: 20px;
	height: 32px;
	background-image: linear-gradient(0deg, #6d79f5,#438cfe);
	border-radius: 4px;
	position: absolute;
}
.welfare-as ul li span{
	line-height: 32px;
	color:#FFF;
	padding: 0 10px;
}
.welfare-as ul li:after{
	content: ' ';
	width: 10px;
	height: 10px;
	background: #6d79f5;
	display: block;
	position: absolute;
	bottom:-5px;
	left:50%;
	margin-left: -4px;
	transform: rotate(45deg);
}
.welfare-as ul li:nth-child(1){
	top:180px;
	left: 120px;
}
.welfare-as ul li:nth-child(2){
	top:80px;
	left: 330px;
}
.welfare-as ul li:nth-child(3){
	top:52px;
	right: 390px;
}
.welfare-as ul li:nth-child(4){
	top:90px;
	right: 145px;
}
.welfare-as ul li:nth-child(5){
	top:155px;
	right: 65px;
}
.welfare-as ul li:nth-child(6){
	top:170px;
	right: 345px;
}
.welfare-as ul li:nth-child(7){
	top:204px;
	left: 440px;
}

.work-as .section-wrapper{
	width: 1200px;
	margin: 0 auto;
}
.work-as ul{
	 font-size: 0;
}
.work-as ul li{
	width: 400px;
	height: 210px;
	float: left;
	margin: 14px 0;
}
.work-as ul li a{
	position: relative;
	top:0;
	display: block;
	margin: 0 14px;
	border-radius: 6px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.work-as ul li a:hover {
	top: -8px;
	background-color: white;
	box-shadow: 0 0 8px #666;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.work-as ul li img{
	width: 372px;
	height: 210px;

}


@media (max-width: 500px) {
	.banner-xw{
		margin-top: 60px;
		height: 250px;
	}
	.banner-xw .section-container{
		height: 250px;
	}
	.banner-xw .section-container .swiper-slide{
		height: 250px;
	}
	.banner-xw .section-container .nth1 .box .l{
		top:80px;
		height: 100px;
		z-index: 2;
	}
	.banner-xw .section-container .nth1.active .box .l{
		left:30px;
	}
	.banner-xw .section-container .nth1 .box .l h1{
		font-size: 24px;
	}
	.banner-xw .section-container .nth1 .box .l p{
		margin: 10px 0 0;
	}
	.banner-xw .section-container .nth1 .box .l a{
		width: 120px;
		height:40px;
		line-height: 40px;
		font-size: 16px;
		margin: 20px 0 0;
	}
	.banner-xw .section-container .nth1 .box .r{
		width: 177px;
		height: 120px;
		z-index: 1;
		top:55px;
	}
	.banner-xw .section-container .nth1.active .box .r{
		right:15px;
	}

	.tabs-xw .section-container{
		width: 100%;
	}
	.tabs-xw .tab_title{
		height: 44px;
	    margin-top: 24px;
	}
	.tabs-xw .tab_title ul li{
		width: 100px;
		height: 44px;
	}
	.tabs-xw .tab_title ul li a{
		font-size: 18px;
		line-height: 44px;
	}
	.tabs-xw .tab_title .line{
		height: 0;
		top:0;
		left: 0;
	}
	.tabs-xw .tab_content {
		padding: 25px 0 0;
	}
	.tabs-xw .tab_content dl{
		width: 94%;
		margin: 0 auto 12px;
	}
	.tabs-xw .tab_content dt{
		display: none;
	}
	.tabs-xw .tab_content dl dd{
		width: 100%;
		float: none;
		margin: 0;
		padding: 0 20px;
		box-sizing: border-box;
		height: 190px;
	}
	.tabs-xw .tab_content dl dd h3.title{
		font-size: 18px;
	    margin: 20px 0 0;
	    line-height: 30px;
	    font-weight: 700;
	    height: auto;
	    color: #000;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.tabs-xw .tab_content dl dd p.info{
		margin: 10px 0 0;
	}
	.tabs-xw .tab_content dl dd div.order{
		margin: 10px 0 0;
	}


	.tabs-be .section-container{
		width: 100%;
	}
	.tabs-be .tab_title {
		height: 44px;
        margin-top: 24px;
	}
	.tabs-be .tab_title ul li{
		width: 100px;
        height: 44px;
	}
	.tabs-be .tab_title ul li a {
		font-size: 18px;
        line-height: 44px;
	}
	.tabs-be .tab_title .line{
		height: 0;
        top: 0;
        left: 0;
	}

	.section-be .caption{
		margin-top:30px;
		margin-bottom: 20PX;
	}
	.section-be .caption h3{
		font-size: 24px;
	}
	.section-be .caption div{
		margin-top: 30px;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.section-be .section-container{
		width: 100%;
		margin-bottom: 40px;
	}

	.we-as .caption{
		margin-bottom: 0;
	}

	.contact-as .section-wrapper{
		padding: 20px 0 0;
	}
	.contact-as .contact-item{
		width: 96%;
		margin: 10px auto;
		margin-left: 2%;
	}
	.contact-as .contact-item:nth-child(2){
		margin: 0 auto;
		margin-left: 2%;
	}
	.contact-as .contact-item .title{
		height: 60px;
	}
	.contact-as .contact-item .title h3 {
		line-height: 60px;
		font-size: 22px;
	}
	.contact-as .contact-item .title:after{
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
		top:5px;
	}
	.contact-as .contact-item .content {
		height: 160px;
	}


	.welfare-as .section-wrapper{
		width: 100%;
		background: none;
		height: auto;
	}
	.welfare-as .zq {
		display: none;
	}
	.welfare-as ul{
		padding: 0 10px;
	}
	.welfare-as ul li{
		position: inherit;
		width: 49%;
		float: left;
		margin-top: 12px;
	}
	.welfare-as ul li:after{
		display: none;
	}
	.welfare-as ul li:nth-child(even){
		margin-left: 2%;
	}

	.work-as .section-wrapper{
		width: 100%;
	}
	.work-as ul li {
		width: 50%;
		height: 120px;
		margin: 8px 0;
	}
	.work-as ul li img{
		width: 100%;
		height: 120px;
	}
}





