
.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: rgb(201,14,36);
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
.section {
	padding: 100px 0;
}

.section-sub {
	padding: 60px 0;
}

.list-1 {
	margin: -50px 0 0 -20px;
	padding-bottom: 28px;
}

.list-1 li {
	float: left;
	width: 33.333333%;
}

.list-1 li a {
	display: block;
	padding: 0px 20px 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 20px 0 0 20px;
	position: relative;
}

.list-1 li .img-cover {
	padding-top: 100%;
	border: 1px solid #ddd;
}

.list-1 li .text {
	line-height: 40px;
	font-size: 18px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.list-1 li .desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #888;
}

.list-1 li .more {
	;
	border: 4px solid #f0f0f0;
	background: #ffffff;
	line-height: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}

.list-1 li a:hover {
	color: reg(201,14,36);
}

.list-1 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: reg(201,14,36);
}

.list-1-1 .img-cover {
	margin: -20px -20px 0 -20px;
}

.banner-sub {
	height: 330px;
	background: no-repeat center / cover;
}

.ct2-sd {
	float: left;
	width: 250px;
}

.ct2-mn {
	float: right;
	width: 900px;
}

.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}

.panel-sd:last-child {
	margin-bottom: 0;
}

.panel-sd .tit {
	text-align: center;
	color: #333;
	font-size: 28px;
	padding: 35px 0;
	border-radius: 0 30px 0 0;
}

.panel-sd .tit span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
}

.lanmu{margin: 0;padding: 0;}
            ul.lanmu li{
                margin: 0;padding: 0;
                border-bottom: 1px solid #eee;
                list-style: none;
            }
            ul.lanmu li:last-child {
                border-bottom: 0;
            }
            ul.lanmu li>a {
                display: block;
                line-height: 60px;
                padding: 0 0 0 25px;
                font-size: 18px;
                text-decoration: none;
            }
            ul.lanmu li>a:hover,
            ul.lanmu li>a.active>a
            {
                background-color: rgb(201,14,36);
                color:#fff;
            }
            ul.lanmu li ul.erji{
                margin: 0;
                padding: 0;
                display: none;
                background-color: #fff;
                
            }
            ul.lanmu li ul.erji li a{
                font-size: 15px;
                text-decoration: none;
            }
            ul.lanmu li:hover ul.erji{
                display: block;
            }
            ul.lanmu li:hover ul.erji li:hover{
                background-color: #eee;
                color:#fff;
            }

.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.pages a:hover,
.pages a.active {
	background-color:rgb(201,14,36);
	color: #fff;
}



.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container {
		width: auto;
	}
	.section,
	.section-sub {
		padding: 30px 0;
	}
	.list-1 {
		margin: -30px 0 0 -10px;
	}

	.list-1 li {
		width: 50%;
	}

	.list-1 li a {
		margin: 30px 0 0 10px;
		padding: 10px 10px 30px 10px;
	}

	.list-1 li .text {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 10px;
	}

	.list-1 li .desc {
		font-size: 12px;
		margin-top: 5px;
	}

	.list-1 li .more {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-left: -24px;
		bottom: -24px;
	}

	.list-1-1 .img-cover {
		margin: -10px -10px 0;
		border: 1px solid #eee;
	}