@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff !important;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
/*	transition: all .1s linear;*/
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.tit>a {
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 28px;
	color: #333;
	line-height: 1;
	transition: 0.5s;
}
.tit>a:hover {
	color: #8e0900;
}
.tit>div {
	width: 24px;
	height: 5px;
	background-color: #8e0900;
	margin: 12px auto;
}

.more {
	display: block;
	width: 200px;
	height: 48px;
	border: 1px solid #bfbfbf;
	margin: 40px auto;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 48px;
	transition: 0.5s;
}
.more:hover {
	background: #8e0900;
	color: #fff;
}

.youshi {
	width: 100%;
	overflow: hidden;
}
.youshi .y_con {
	margin-top: 60px;
}
.youshi .y_son {
	float: left;
	width: 285px;
	height: 235px;
	background-color: #eeeef0;
	text-align: center;
	margin-right: 19px;
	line-height: 0;
	overflow: hidden;
}
.youshi .y_son:nth-of-type(4) {
	margin-right: 0;
}
.youshi .y_son>img {
	margin-top: 37px;
}
.youshi .y_son:hover>img {
	transform: rotateY(360deg);
	transition: all 1s;
}
.youshi .y_son>p:nth-of-type(1) {
	font-size: 16px;
	color: #222;
	line-height: 1;
	margin-top: 24px;
}
.youshi .y_son>p:nth-of-type(2) {
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 15px;
}


.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con {
	width: 100%;
	background-color: #2d2e32;
	margin-top: 40px;
	overflow: hidden;
}
.intro .i_con .i_left {
	float: left;
	width: 550px;
	margin-left: 32px;
	overflow: hidden;
}
.intro .i_left>p {
	font-size: 25px;
	color: #fff;
	line-height: 1;
	margin-top: 60px;
}
.intro .i_left .i_txt {
	font-size: 14px;
	color: #b8b8b8;
	line-height: 30px;
	width: 100%;
	max-height: 150px;
	margin-top: 24px;
	overflow: hidden;
}
.intro .i_left .i_more {
	display: block;
	width: 135px;
	height: 43px;
	background-color: #8e0900;
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 43px;
	transition: 0.5s;
}
.intro .i_left .i_more:hover {
	background-color: #c20900;
}
.intro .i_con .i_right {
	float: right;
	line-height: 0;
}

.paimai {
	width: 100%;
	overflow: hidden;
}
.paimai .pm_con {
	margin-top: 34px;
	overflow: hidden;
}
.paimai .pm_con .pm_list {
	float: left;
	width: 575px;
	height: 48px;
	border-bottom: 1px dashed #d2d2d2;
}
.paimai .pm_con .pm_list:nth-of-type(2n) {
	margin-left: 48px;
}
.paimai .pm_list>div {
	float: left;
	width: 25px;
	height: 2px;
	background-color: #8e0900;
	margin-top: 22px;
}
.paimai .pm_list>a {
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 48px;
	margin-left: 12px;
}
.paimai .pm_list>span {
	float: right;
	font-size: 14px;
	color: #888;
	line-height: 48px;
}

.case {
	width: 100%;
	padding-bottom: 20px;
	background-color: #ededed;
	overflow: hidden;
}
.case .c_con {
	width: 1200px;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
/* .case .prev {
	line-height: 0;
	position: absolute;
	top: 24%;
	left: 0;
}
.case .next {
	line-height: 0;
	position: absolute;
	top: 24%;
	right: 0;
} */
.case .c_con .slideBox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.case .c_con .c_son {
	float: left;
	width: 285px;
	margin-right: 20px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 220px;
	line-height: 0;
	overflow: hidden;
}
.case .c_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.case .c_pic:hover>img {
	transform: scale(1.04);
}
.case .c_son .c_title {
	font-size: 14px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: 11px;
}
.case .c_son .c_title:hover {
	color: #d0231c;
}

.news {
	width: 100%;
	overflow: hidden;
}
.news .n_con {
	margin-top: 40px;
	margin-bottom: 60px;
}
.news .n_con .n_left {
	float: left;
	width: 545px;
}
.news .n_left .nl_pic {
	width: 100%;
	height: 350px;
	line-height: 0;
	overflow: hidden;
}
.news .n_left .nl_pic:hover>img {
	transition: all 0.6s;
	transform: scale(1.06);
}
.news .n_left .nl_list {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.news .nl_list>div>a {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 16px;
	transition: 0.3s;
}
.news .nl_list>div>a:hover {
	color: #8e0900;
}
.news .nl_list>div>span {
	float: right;
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
.news .nl_list>p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-top: 15px;
	transition: 0.5s;
}
.news .nl_list>p:hover {
	color: #b30800;
}

.news .n_con .n_right {
	float: right;
	width: 610px;
}
.news .n_con .n_list {
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 1px dashed #b5b5b5;
}
.news .n_list .n_date {
	float: left;
	text-align: center;
	overflow: hidden;
}
.news .n_date>p:nth-of-type(1) {
	font-size: 30px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	margin-top: 10px;
}
.news .n_date>p:nth-of-type(2) {
	font-size: 14px;
	color: #666;
	line-height: 11px;
	margin-top: 14px;
}
.news .n_list .n_txt {
	float: right;
	width: 535px;
}
.news .n_txt>a {
	font-size: 16px;
	color: #333;
	line-height: 1;
	display: block;
	width: 100%;
	height: 16px;
	transition: all 0.5s;
	overflow: hidden;
}
.news .n_txt>a:hover {
	color: #8e0900;
}
.news .n_txt>p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: block;
	width: 100%;
	height: 52px;
	margin-top: 9px;
	transition: all 0.5s;
	overflow: hidden;
}
.news .n_txt>p:hover {
	color: #d0231c;
}

.liucheng {
	width: 100%;
	background-color: #ededed;
	overflow: hidden;
}
.liucheng .l_con {
	width: 100%;
	margin: 48px 0 56px;
}
.liucheng .l_con .l_son {
	float: left;
	width: 115px;
	text-align: center;
	margin-right: 102px;
	line-height: 0;
}
.liucheng .l_con .l_son:nth-of-type(6) {
	margin-right: 0;
}
.liucheng .l_son:hover>img {
	transform: rotateY(360deg);
	transition: 1s;
}
.liucheng .l_son>p {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-top: 14px;
	transition: 0.5s;
}
.liucheng .l_son:hover>p {
	color: #8e0900;
}