@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_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:1920px 360px;
}
.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:20px;
	right:-20%;
	width:540px;
	height:275px;
	background:url(/images/cp_b1.png);
	-moz-background-size:cover;
	background-size:cover
}
.banner-xw .section-container .nth1.active .box .r {
	right:calc(50% - 550px);
	-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-xw{
	position: relative;
}
.tabs-xw .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: 90px;
}
.tabs-xw .tab_title{
	height: 64px;
	text-align: center;
	margin-top: 55px;
	position: relative;
}
.tabs-xw .tab_title .line{
	position: absolute;
    top: 61px;
    width: 20px;
    height: 3px;
    font-size:3px;
    background:#236eff;
    display: none;
    border-radius: 10px;
}
.tabs-xw .tab_title ul li{
	width: 165px;
	height: 64px;
	display: inline-block;
	cursor: pointer;
}
.tabs-xw .tab_title ul li a{
	text-align: center;
	line-height: 64px;
	margin: 0;
	font-size: 22px;
	color:#333;
}
.tabs-xw .tab_title ul li.active a{
	font-weight: 700;
}


.tabs-xw .tab_content{
	padding: 50px 0 0;
	min-height: 300px;
}
.tabs-xw .tab_content dl{
	background: #FFF;
	display: block;
	overflow: hidden;
	box-shadow: 2px 5px 8px #e5eafc;
	border-radius: 10px;
	-webkit-border-radius:10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #FFF;
}
.tabs-xw .tab_content dl:hover{
	background-image:linear-gradient(to right,#ffffff,#ebf2ff);
}
.tabs-xw .tab_content dt{
	width:333px;
	float: left;
}
.tabs-xw .tab_content dl dt i{

}
.tabs-xw .tab_content dl dt i img{
	width:285px;
	height:160px;
	border: 0;
	margin: 24px;
	border-radius: 8px;
}

.tabs-xw .tab_content dl dd{
	width:800px;
	height:208px;
	float: left;
	margin-left: 24px;
	margin-right: 20px;
}
.tabs-xw .tab_content dl dd h3.title{
	font-size: 20px;
	margin: 34px 0 0;
	line-height: 30px;
	font-weight: 700;
	height: 30px;
	color:#333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabs-xw .tab_content dl dd p.info{
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color:#666;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabs-xw .tab_content dl dd div.order{
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}
.tabs-xw .tab_content dl dd div.order div{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
}
.tabs-xw .tab_content dl dd div.order div span{
	padding-left: 28px;
	font-size: 16px;
	color:#999;
}
.tabs-xw .tab_content dl dd div.order div.date{
	background-image: url(../images/x_d.png);
}
.tabs-xw .tab_content dl dd div.order div.num{
	background-image: url(../images/x_n.png);
}






.section-swiper .caption{
	width: 100%;
    text-align: center;
    -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: 75px;
    margin-bottom: 75px;
}
.section-swiper .caption h3{
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0 0;
	position: relative;
	line-height: 70px;
}
.section-swiper .caption h3:after{
	content:" ";
	width: 30px;
	height: 4px;
	background: #236eff;
	position: absolute;
	border-radius: 5px;
	-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.section-swiper .next{
	width: 100%;
	height:48px;
	position: absolute;
}
.section-swiper .next i{
	width: 60px;
	height: 60px;
	transform: rotate(45deg);
	background: #FFF;
	position: absolute;
	border-radius: 5px;
	-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}
.section-swiper .next i:after{
	content:" ";
	width: 16px;
	height: 10px;
	background: url(../images/cp_next.png) no-repeat;
	display: block;
	position: absolute;
	bottom: 18px;
	right: 15px;
	transform: rotate(-45deg);
}


@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{
		background-size:cover;
		background-position: -450px center;
	}
	.banner-xw .section-container .nth1 .box .l{
		top:80px;
		height: 100px;
	}
	.banner-xw .section-container .nth1.active .box .l{
		left:30px;
	}
	.banner-xw .section-container .nth1.active .box .r{
		display: none;
	}
	.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;
	}
	.tabs-xw .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.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;
		display: flex;
		padding: 8px 0;
	}
	.tabs-xw .tab_content dt{
		width: 126px;
		float: none;
	}
	.tabs-xw .tab_content dl dd{
		width: auto;
		float: none;
		margin: 0;
/*		padding: 0 20px;*/
		box-sizing: border-box;
		flex: 1;
		padding-right: 10px;
		height: auto;
	}
	.tabs-xw .tab_content dl dt i img{
		width: 110px;
		height: 62px;
		margin: 16px 8px 0;
	}
	.tabs-xw .tab_content dl dd h3.title{
		font-size: 16px;
		display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    margin: 14px 0 0;
	    height: auto;
	    line-height: 24px;
	}
	.tabs-xw .tab_content dl dd p.info{
		margin: 10px 0 0;
		display: none;
	}
	.tabs-xw .tab_content dl dd div.order{
		margin: 10px 0 0;
	}
	.tabs-xw .tab_content dl dd div.order div{
		margin-right: 16px;
	}
	.tabs-xw .tab_content dl dd div.order div span{
		font-size: 14px;
		padding-left: 20px;
	}
	.tabs-xw .tab_content dl dd div.order div.date{
		background-size: 14px 14px;
	}
	.tabs-xw .tab_content dl dd div.order div.num{
		background-size: 14px 9px;
	}
	
}





