/* CSS Document */
body {
	font-family: '楷体';
	background-position: center;
	background-attachment: fixed;
	background-size: 100% auto;
}

* {
	margin: 0 auto;
	list-style: none;
}

.clear {
	clear: both;
}

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}

img {
	border-style: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.nav {
	height: 80px;
	background: #ffdccc;
	border-radius: 12px;
	overflow: hidden;
}

.foot {
	height: 100px;
}

.nav ul {
	height: 80px;
}

.nav li {
	float: left;
	height: 80px;
	transition: .3s;
}

.nav a {
	text-align: center;
	display: block;
	height: 80px;
	width: 200px;
	line-height: 80px;
	color: #2e2e2e;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	transition: .3s;
}

.nav .active {
	background: #ff1b1b;
}

.nav .active a {
	color: #fff;
}

.nav li:hover {
	color: #000;
	display: block;
	background: #ff1b1b;
}

.nav li:hover a {
	color: #fff;
}

.toubu {
	/* background: #ffdccc; */
	width: 100%;
}

.top {
	width: 500px;
	margin: 10px auto;
	text-align: center;
}

.top img {
	width: 300px;
}

.zuo {
	float: left;
	width: 150px;
}

.daohang {
	width: 1200px;
	height: 80px;
}

.zuo img {
	width: auto;
	height: 100%;
	float: left;
}

.toububox {
	width: 1200px;
}

.caipu {
	padding: 10px;
}

h2 {
	padding: 10px 0;
	width: 140px;
	margin: 20px auto;
	border-top: 2px solid #ffdccc;
	border-bottom: 2px solid #ffdccc;
}


.banner {
	width: 1200px;
	height: 500px;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.banner img {
	width: 100%;
}

.swiper-container {
	width: 100%;
}

.paihang {
	margin-top: 20px;
}

.paihang-info {
	margin-bottom: 20px;
	padding: 20px;
	transition: .3s;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1);
}

.paihang-info img {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

.paihang-info .fr {
	float: right;
}

.paihang-info h3 {
	margin-bottom: 10px;
}

.paihang-info p {
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #000;
	display: block;
}

.gundong {
	width: 1200px;
	height: 40px;
	margin: 10px auto;
	font-size: 18px;
	border-radius: 12px;
	overflow: hidden;
}

marquee {
	height: 40px;
	line-height: 40px;
	background: #fff2ec;
	color: #282828;
	font-family: '楷体';
}

.main-left {
	width: 300px;
	background: skyblue;
	float: left;
	margin-right: 40px;
	border-radius: 10px;
	overflow: hidden;
}


.main-right {
	width: 850px;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	background: #f2f2f2;
}

.main-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ffdccc;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.zuo {
	width: 70%;
	box-sizing: border-box;
}

.neirong1 {
	margin: 20px 0;
	padding-bottom: 20px;
	margin-right: 25px;
	border-bottom: 2px solid #ccc;
}

.blue {
	color: #167bb1;
}

.tongzhi {
	width: 100%;
}

.paihang li {
	list-style-type: disc;
	margin: 20px 0;
	margin-left: 30px;
}

.neirong2 {
	margin-right: 0px;
	box-sizing: border-box;
	margin-top: 30px;
}

.neirong2 .title {
	padding-right: 0;
	margin-bottom: 10px;
}

.neirong2 .neirong2-img {
	width: 93%;
	height: 220px;
	overflow: hidden;
	text-align: center;
	margin: 0;
	border-radius: 12px;
	margin-top: 20px;
}

.neirong2 img {
	transition: .3s;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.neirong2-img:hover img {
	transform: scale(1.1);
}

.neirong2-zuo,
.neirong2-you {
	float: left;
	width: 49%;
}

.neirong2-zuo {
	margin-right: 15px;
}

.liebiao li {
	list-style-type: circle;
	margin: 20px 0;
	font-size: 14px;
	margin-left: 20px;
}

.liebiao li:hover {
	list-style: #ff1b1b;
}

.liebiao li:hover p {
	color: #ff1b1b;
	font-weight: 600;
}

.liebiao li:hover span {
	font-weight: 600;
	color: #ff1b1b !important;
}

.title {
	position: relative;
	padding-right: 20px;
}

.title h3 {
	font-size: 22px;
	cursor: default;
	padding-left: 5px;
	border-radius: 3px;
	overflow: hidden;
}

.title span {
	background: #ff1b1b;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}

.zhaosheng {
	padding: 20px;
	padding-left: 0;
	padding-top: 0;
	box-sizing: border-box;
	height: 300px;
}

.zhaosheng-xiangxi {
	width: 100%;
	border-radius: 20px;
	border: 2px solid #ccc;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
	transition: .3s;
}

.zhaosheng-xiangxi:hover {
	border: 2px solid #ffdccc;
	background: #ffdccc;
	font-size: 20px;
}

.you {
	width: 30%;
	float: left;
}

.you .title {
	padding-right: 0;
}

.you .title span {
	right: 0;
}

.tongzhi {
	width: 100%;
}

.paihang li {
	list-style-type: none;
	margin: 20px 0;
	margin-left: 20px;
	font-size: 14px;
}

.paihang li:hover p {
	color: #ff1b1b;
	font-weight: 600;
}

.paihang li:hover span {
	color: #ff1b1b !important;
}

.neirong1-tu {
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: right;
	margin-left: 20px;
	border-radius: 12px;
}

.neirong1-tu img {
	width: 300px;
	height: 100%;
	transition: .3s;
}

.neirong1:hover img {
	transform: scale(1.1);
}

.neirong1:hover p {
	color: #ff1b1b;
}

.neirong1 p {
	line-height: 1.8;
	font-size: 16px;
}

.neirong2 .title {
	margin-bottom: 10px;
}

.paihang-img {
	width: 100%;
	box-sizing: border-box;
}

.paihang-img .img-info {
	width: 42%;
	height: 100px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 12px;
}

.paihang-img .img-info img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.paihang-img .img-info:hover img {
	transform: scale(1.1);
	cursor: pointer;
}

.box1 {
	float: left;
	width: 25%;
}

.box2 {
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
	height: 360px;
	border-radius: 12px;
	cursor: pointer;
	overflow: hidden;
}

.box2 {
	transition: .3s;
}

.box2 div {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.box2 div>img {
	height: 220px;
	transition: .5s;
}

.box2 div>img:hover {
	transform: scale(1.3);
}

.dt-title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	padding: 0 20px;
}

.dt-desc {
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.5;
}

.box2:hover .dt-title,
.box2:hover .dt-desc {
	color: #ff1b1b;
}

.box2 img {
	height: 220px;
	width: 100%;
}

.foot {
	font-size: 14px;
	color: #333;
	background-color: #ffdccc;
	text-align: center;
	padding-top: 20px;
	cursor: default;
	border-radius: 12px;
	overflow: hidden;
}

.foot a {
	color: #333;
	display: inline-block;
}

.foot a:hover {
	color: #ff1b1b;
	font-weight: 600;
}

.foot a:hover span {
	color: #333;
	font-weight: 400;
}

.foot p {
	line-height: 2;
}