/* CSS Document */
body {
	margin: 0 auto;
	padding: 0px;
	background: #FFF;
	font: 16px "Microsoft Yahei", "微软雅黑", Arial, Verdana, sans-serif;
	color: #333333;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.marauto {
	margin: 0 auto;
}

.txtcolor {
	color: #FFFFFF
}

.topimg {
	width: 100%;
	vertical-align: top;
}

/*公共链接*/
a {
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #006ad7;
	text-decoration: none;
}

.fl-left {
	float: left
}

.fl-right {
	float: right
}

.txt-c {
	text-align: center;
}

.ml40 {
	margin-left: 40px;
}

.ml60 {
	margin-left: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mt150 {
	margin-top: 150px;
}

.bg1 {
	background: url("img/bg1.jpg") no-repeat top;
	height: 880px;
}

.bg2 {
	background: url("img/bg2.jpg") no-repeat top;
	height: 880px;
}

.bg3 {
	background: url(img/tu.jpg) no-repeat top;
	height: 500px;
}

.bg_bq {
	background: url("img/bg_bq.jpg") repeat top;
	height: 180px;
}

.introduction_box {
	width: 360px;
	height: 450px;
}

.introduction_box p {
	line-height: 36px;
	color: #ffffff;
	font-size: 18px;
}

.banner_nav {
	border-radius: 10px;
	width: 180px;
	cursor: pointer;
	float: left;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	background-color: #017fd3;
	margin-top: 20px;
	cursor: pointer;
}

.banner_nav span {
	text-align: center;
}

.banner_nav a:link {
	color: #ffffff;
}

.banner_nav:visited {
	background-color: #017fd3;
	color: #ffffff;
}

.banner_nav:hover {
	background-color: #005f9f;
	color: #ffffff;
}




.x_t2 {
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 40px;
}

.x_t3 {
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	margin-top: 40px;
	color: #666666;
}

.x_t4 {
	text-align: left;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
}

.x_t4 a {
	color: #ffffff;
}

.x_t4 a:hover {
	color: #006ad7;
}

.xw_tj {
	text-align: center;
}

/* .xw_tj ul { width:1200px;overflow:hidden} */
.xw_tj li img {
	width: 285px;
	height: 161px;
}

.xw_tj ul li {

	margin-right: 20px;
	list-style: none;
	width: 285px;
	height: 230px;
	background: #ffffff;
}


.xw_tj li p {
	line-height: 32px;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 3px;
	-webkit-line-clamp: 2;
}



.v_more {
	width: 1080px;
	height: 680px;
}

.v_more img {
	width: 300px;
	height: 169px;
	padding-top: 20px;
}

.v_more ul li {
	height: 282px;
}

.v_more ul li a {
	display: block;
	border: 1px solid transparent;
	border-radius: 10px;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #e8d588, #c08f6e);
	list-style: none;
	margin-bottom: 30px;
	padding: 10px 20px;
}

.v_more p {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-line-clamp: 2;
}

.v_more a {
	color: #333333;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.v_more a:hover {
	color: #723e19;
	line-height: 30px;
}
.picBanner li img {
	width: 100%;
	display: block;
}

.picBanner li {
	position: relative;
}

.picBanner li p {
	position: absolute;
	width: 90%;
	line-height: 35px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	bottom: 0;
	padding: 0 5%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
}

.picBanner .swiper-slide {
	width: 50%;
	transition-timing-function: linear;
	position: relative;
}

.picBanner li::before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
}

.picBanner .swiper-slide-active::before {
	display: none !important;
}

.picBanner .swiper-slide-active p {
	display: block;
}

.picBanner .leftChange,
.picBanner .RightChange {
	position: absolute;
	top: 45%;
	cursor: pointer;
	z-index: 99;
}

.picBanner .leftChange img,
.picBanner .RightChange img {
	width: 50px;
}

.picBanner .RightChange {
	right: 20%;
}

.picBanner .leftChange {
	left: 20%;
}
.picBox .picBanner {
	margin-top: 40px;
}

.bg1 .content {
	position: relative;
}

.bg1 .leftChange,
.bg1 .rightChange {
	position: absolute;
	top: 40%;
	z-index: 99;
	cursor: pointer;
}
.bg2 .changeImg{
	text-align: center;
	margin-top: 30px;
}
.bg2 .changeImg img{
	cursor: pointer;
	padding: 0 20px;
}

.rightChange {
	right: 0;
}

.picBig .left img {
	width: 760px;
	height: 428px;
}



.x-bq {
	float: center;
	line-height: 28px;
	color: #ffffff;
	font-size: 16px;
}

.x-bq p {
	text-align: center;
}

.x-bq a {
	overflow: hidden;
	color: #ffffff;
}
/* 多行省略 */
.v_more p,.xw_tj li p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
}

/* 手机版 */
@media (max-width:760px) {
	.h60,.h50,.h30,.sp20{
		display: none;
	}
	.content,.fc img,.v_more img,.w760,.picBig .left img,.w400,.xw_tj li img{
		width: 100% !important;
	}
	.bg1,.picBig .left img,.bg2,.fc img{
		height: auto !important;
	}
	.ml40{
		margin-left: 0!important;
	}
	
	.fc{
		margin: 1rem auto;
	}
	.v_more{
		width: 95%;
		margin: 1rem auto;
	}
	.bg1 .leftChange, .bg1 .rightChange{
		top: auto;
		bottom: 1rem;
	}
	.bg1 .leftChange{
		left: 35%;
	}
	.bg1 .rightChange{
		right: 35%;
	}
	.picBig{
		width: 95% !important;
		margin: 1rem auto;
	}
	.banner_nav{
		float: right;
		margin-bottom: 20px;
	}
	.xw_tj{
		width: 97.5%;
		margin-left: 2.5%;
	}
	.bg2 .changeImg{
		margin-top: 0.5rem;
	}
	.picBanner .RightChange{
		right: 0;
	}
	.picBanner .leftChange{
		left: 0;
	}
	.bg_bq{
		padding-top: 1rem;
	}
	.v_more p{
		padding: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
















