@charset "utf-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
font,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html,
body {
	font-size: 14px;
	line-height: 1;
	color: #777;
	font-family: '微软雅黑', Verdana, Arial, 'Poiret One';
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 8px;
	height: 6px;
}

div::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #bcbcbc;
	/*rgba(0,0,0,0.2)*/
	;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #a8a8a8;
	/*rgba(0,0,0,0.1)*/
	;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #a8a8a8;
	/*rgba(0,0,0,0.3)*/
	;
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: #a8a8a8;
	/*rgba(0,0,0,0.7)*/
	;
}

::selection {
	background: #EFE0AF;
	color: white;
}

::-moz-selection {
	background: #EFE0AF;
	color: white;
}

:focus {
	outline: 0
}

header,
footer,
article,
section,
nav,
menu {
	display: block
}

ul,
li {
	list-style-type: none
}

img {
	border: 0;
	vertical-align: middle;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

a {
	outline: 0;
	text-decoration: none;
	color: #777;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

a:hover {
	color: #e5d4a0;
}

input,
img {
	outline: 0
}

.abso {
	/* position: relative; */
}

.rela {
	position: relative;
}

.clearfix {
	cursor: pointer;
}

.clearfix:after {
	cursor: pointer;
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: visible;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.warp {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.transition {
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

/*head*/
.head_page {
	width: 100%;
	height: 98px;
	background: #091b30;
	line-height: 98px;
}

.head_ {
	background: url(../images/logo_cover.png);
	background-position: 50% 0;
	width: 100%;
}

.head div.logo {
	height: 98px;
}

.head_page div.nav {
	height: 98px;
}

.head_page div.nav ul li {
	float: left;
	margin-right: 45px;
}

.head_page div.nav ul li a {
	color: #3a5d7d;
	display: block;
}

.head_page div.nav ul li.active a {
	color: #e5d4a0;
}

.head_page div.nav ul li a:hover {
	color: #e5d4a0;
}

/*banner*/
.slidebox {
	width: 100%;
	position: relative;
}

.hd {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 10px;
	bottom: 100px;
}

.hd ul {
	text-align: center;
}

.hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #3b495b;
	border-radius: 10px;
	text-indent: -9999px;
	margin-left: 10px;
	cursor: pointer;
}

.hd ul li:hover {
	background: #7f7e7b;
}

.hd ul li.on {
	background: #dbc999;
}

.bd {
	width: 100%;
	height: 902px;
}

.bd ul li {
	width: 100%;
	background: url(../images/banner_bg.jpg) no-repeat;
	height: 902px;
	background-position: 50% 0;
	overflow: hidden;
	position: relative;
}

.bd ul li div.d1 {
	left: -35%;
	z-index: 3;
}

.bd ul li a {
	color: #777;
	display: block;
}

.bd ul li div.d2 {
	top: 300px;
	right: 0px;
	overflow: visible;
	top: 0px;
	right: -451px;
	z-index: 1;
}

/*content*/
.index_content {
	height: 277px;
}

.index_content ul li {
	float: left;
	width: 329px;
	height: 160px;
	background-color: #0b2440;
	border-radius: 10px;
	margin-top: 60px;
	position: relative;
	margin-left: 17px;
}

.index_content ul li.li1 {
	background: #0b2440;
}

.index_content ul li.li1 div.bg_blue {
	padding-left: 147px;
	background: url(../images/div_1_bg.png) no-repeat;
	width: 100%;
	height: 160px;
	border-radius: 10px;
	background-position: -300px 0;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	padding-top: 30px;
}

.index_content ul li:hover {
	box-shadow: 20px 10px 10px #ccc;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
}

.index_content ul li.li1:hover div.bg_blue {
	background-position: 0 0;
}

.index_content ul li.li2 {
	background: #0b2440;
}

.index_content ul li.li2 div.bg_blue {
	background: url(../images/div_2_bg.png) no-repeat;
	width: 100%;
	height: 160px;
	border-radius: 10px;
	background-position: 0px 300px;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	padding-top: 30px;
	text-align: center;
}

.index_content ul li:hover {
	box-shadow: 20px 10px 10px #ccc;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
}

.index_content ul li.li2:hover div.bg_blue {
	background-position: 0 0;
	opacity: 1;
}

.index_content ul li.li3 {
	background: #0b2440;
}

.index_content ul li.li3 div.bg_blue {
	padding-left: 20px;
	background: url(../images/div_3_bg.png) no-repeat;
	width: 100%;
	height: 160px;
	border-radius: 10px;
	background-position: 400px 0;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	padding-top: 30px;
}

.index_content ul li:hover {
	box-shadow: 10px 10px 10px #ccc;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
}

.index_content ul li.li3:hover div.bg_blue {
	background-position: 0 0;
}

.index_content ul li div.d1 {
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.index_content ul li div.d2 {
	height: 40px;
}

.index_content ul li div.d3 {
	color: #9ea9b5;
	font-size: 13px;
	margin-bottom: 20px;
}

.index_content ul li div.d4 {
	width: 80px;
	height: 30px;
	text-align: center;
	margin-left: 75px;
	line-height: 28px;
	border: 1px solid #e2d6b3;
	border-radius: 10px;
	position: relative;
	z-index: 5
}

.index_content ul li div.d4:hover {
	border-color: #d5c595;
}

.index_content ul li div.d4 a {
	color: #e2d6b3;
	display: block;
}

.index_content ul li div.d4 a:hover {
	color: #d5c595
}

/*footer*/
.footer_page {
	width: 100%;
	height: 205px;
	background: #fafafa;
	border-top: 1px solid #ccc;
}

.footer {
	height: 116px;
	margin-top: 36px;
}

.footer div.d1 {
	width: 342px;
	border-right: 1px solid #ccc;
	height: 116px;
}

.footer div.dd1 {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.footer div.d2 {
	width: 399px;
	height: 116px;
	border-right: 1px solid #ccc;
}

.footer div.d2 dl {
	text-align: center;
	width: 183px;
	font-size: 15px;
	float: left;
}

.footer div.d2 dl dd {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
}

.footer div.d2 dl dd a {
	color: #999;
}

.footer div.d2 dl dd a:hover {
	color: #af9868;
}

.footer div.d3 {
	width: 283px;
	height: 116px;
	overflow: visible;
}

.footer div.d3 div.d3_d1:hover div.fl {
	animation: move .6s ease;
	-webkit-animation: move .6s ease;
	-moz-animation: move .6s ease;
	-ms-animation: move .6s ease;
	-o-animation: move .6s ease;
}

@keyframes move {
	0% {
		transform: rotate(0deg)
	}

	12.5% {
		transform: rotate(20deg)
	}

	25% {
		transform: rotate(-20deg)
	}

	37.5% {
		transform: rotate(20deg)
	}

	50% {
		transform: rotate(-20deg)
	}

	62.5% {
		transform: rotate(20deg)
	}

	75% {
		transform: rotate(-20deg)
	}

	87.5% {
		transform: rotate(20deg)
	}

	100% {
		transform: rotate(0deg)
	}
}

@-webkit-keyframes move {
	0% {
		-webkit-transform: rotate(0deg)
	}

	12.5% {
		-webkit-transform: rotate(20deg)
	}

	25% {
		-webkit-transform: rotate(-20deg)
	}

	37.5% {
		-webkit-transform: rotate(20deg)
	}

	50% {
		-webkit-transform: rotate(-20deg)
	}

	62.5% {
		-webkit-transform: rotate(20deg)
	}

	75% {
		-webkit-transform: rotate(-20deg)
	}

	87.5% {
		-webkit-transform: rotate(20deg)
	}

	100% {
		-webkit-transform: rotate(0deg)
	}
}

@-moz-keyframes move {
	0% {
		-moz-transform: rotate(0deg)
	}

	12.5% {
		-moz-transform: rotate(20deg)
	}

	25% {
		-moz-transform: rotate(-20deg)
	}

	37.5% {
		-moz-transform: rotate(20deg)
	}

	50% {
		-moz-transform: rotate(-20deg)
	}

	62.5% {
		-moz-transform: rotate(20deg)
	}

	75% {
		-moz-transform: rotate(-20deg)
	}

	87.5% {
		-moz-transform: rotate(20deg)
	}

	100% {
		-moz-transform: rotate(0deg)
	}
}

@-ms-keyframes move {
	0% {
		-ms-transform: rotate(0deg)
	}

	12.5% {
		-ms-transform: rotate(20deg)
	}

	25% {
		-ms-transform: rotate(-20deg)
	}

	37.5% {
		-ms-transform: rotate(20deg)
	}

	50% {
		-ms-transform: rotate(-20deg)
	}

	62.5% {
		-ms-transform: rotate(20deg)
	}

	75% {
		-ms-transform: rotate(-20deg)
	}

	87.5% {
		-ms-transform: rotate(20deg)
	}

	100% {
		-ms-transform: rotate(0deg)
	}
}

@-o-keyframes move {
	0% {
		-o-transform: rotate(0deg)
	}

	12.5% {
		-o-transform: rotate(20deg)
	}

	25% {
		-o-transform: rotate(-20deg)
	}

	37.5% {
		-o-transform: rotate(20deg)
	}

	50% {
		-o-transform: rotate(-20deg)
	}

	62.5% {
		-o-transform: rotate(20deg)
	}

	75% {
		-o-transform: rotate(-20deg)
	}

	87.5% {
		-o-transform: rotate(20deg)
	}

	100% {
		-o-transform: rotate(0deg)
	}
}

.footer div.d3 div.d3_d2 {
	margin-top: 40px;
	cursor: pointer;
	overflow: visible;
}

.footer div.d3 div.d3_d2 div.qrcode {
	top: 0px;
	right: 30px;
	width: 0px;
	height: 0px;
	background: #fafafa;
	overflow: hidden;
	padding: 0;
}

.footer div.d3 div.d3_d2 div.qrcode img {
	width: 70%;
	height: 70px;
}

.footer div.d3 div.d3_d2:hover div.qrcode {
	height: 130px;
	padding: 10px 10px 0;
	top: -75px;
	width: 120px;
}

/*head_inside*/

.head_page_2 {
	width: 100%;
	height: 98px;
	background: #f0f0f0;
	line-height: 98px;
	box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	position: relative;
	z-index: 999;
}

.head_2 {
	background: url(../images/logo_cover_inside.png);
	background-position: 50% 0;
	width: 100%;
}

.head2 div.logo {
	height: 98px;
}

.head_page_2 div.nav {
	height: 98px;
}

.head_page_2 div.nav ul li {
	float: left;
	margin-right: 45px;
}

.head_page_2 div.nav ul li a {
	color: #9f9f9f;
	display: block;
}

.head_page_2 div.nav ul li.active a {
	color: #062568;
}

.head_page_2 div.nav ul li a:hover {
	color: #062568;
}

.head_page_2 div.nav dl dd {
	float: left;
	margin-right: 45px;
}

.head_page_2 div.nav dl dd a {
	color: #9f9f9f;
	display: block;
}

.head_page_2 div.nav dl dd.active a {
	color: #062568;
}

.head_page_2 div.nav dl dd a:hover {
	color: #062568;
}

/*head_inside_end*/

/*brand content*/
.b_tit {
	font-size: 27px;
	font-weight: bold;
}

.warp_huge {
	width: 1146px;
	background: url(../images/bg.png) repeat-y;
	padding-bottom: 80px;
	margin: 0 auto;
	background-position: 48.5% 0;
}

.warp_normal {
	width: 1040px;
	margin: 0 auto;
}

.warp_small {
	width: 888px;
	margin: 0 auto;
}

.brand_content {
	padding-top: 50px;
	font-family: "微软雅黑";
}

.first_tit {
	text-align: center;
	margin-bottom: 30px;
}

.first_content div.d2 {
	bottom: 0px;
	right: 0px;
}

.first_content div.d1 {
	width: 346px;
	height: auto;
	margin-left: 0px;
	padding: 20px 20px 0;
}

.first_content div.d1 div.dd1 {
	width: 100%;
	padding-top: 20px;
	line-height: 20px;
}

.first_content div.d1 div.dd1 p {
	text-indent: 30px;
}

.first_content div.d1 div.dd1 div.dd2 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.sec_tit {
	margin: 30px 0;
}

.sec_content ul li {
	margin-bottom: 60px;
}

.sec_content ul li div.d2 {
	width: 362px;
}

.sec_content ul li div.d2 div.tit {
	font-size: 25px;
	font-family: "微软雅黑";
	height: 80px;
	border-bottom: 1px solid #777;
	line-height: 80px;
}

.sec_content ul li div.d2 div.text {
	margin-top: 20px;
}

.sec_content ul li div.d2 div.text p {
	text-indent: 30px;
	line-height: 20px;
}

.comp_1 {
	width: 1037px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 2px solid #c3c3c3;
	height: 482px;
	padding: 50px;
}

.comp_1 div.d2 {
	margin-top: 70px;
	margin-left: 50px;
}

.comp_1 div.d3 {
	width: 455px;
	margin: 68px 0 0;
}

.comp_1 div.d3 div.dd1 {
	margin-bottom: 30px;
}

.comp_1 div.d3 div.dd2 {
	line-height: 30px;
	text-indent: 30px;
}

/*brand content end*/

/*goods_index*/
.goods ul li {
	width: 100%;
}

.goods ul li div.text_1 {
	/* margin-top: 300px; */
	width: 461px;
}

.goods ul li div.text_1 div.d1 {
	font-size: 50px;
	line-height: 60px;
	color: #333;
}

.goods ul li div.text_1 div.d2 {
	font-size: 30px !important;
	letter-spacing: 2px !important;
	line-height: 35px !important;
	margin-top: 35px !important;
	-webkit-text-stroke-width: 0px !important;
	width: 641px !important;
	margin-left: 5.718px !important;
}

.goods ul li div.text_1 div.d2 a {
	color: #af9868
}

.goods ul li div.text_1 div.d3 {
	border: 1px solid #bebebe;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 60px;
	border-radius: 5px;
}

.goods ul li div.text_1 div.d3 a {
	display: block;
	color: #777;
}

.goods ul li div.text_1 div.d3:hover i {
	margin-left: 10px;
}

.goods_1 {
	width: 620px;
}

.goods_1 div.d1 {
	right: 0px;
	bottom: 50px;
	z-index: 2;
}

.goods_1 div.d2 {
	right: 278px;
	bottom: 83px;
	z-index: 1;
}

.goods_1 div.d3 {
	bottom: 73px;
	right: 260px;
	z-index: 3;
}

.goods ul li div.text_2 {
	width: 100%;
}

.goods ul li div.text_2 div.d1 {
	font-size: 50px;
	line-height: 90px;
	color: #333;
	width: 100%;
	text-align: center;
}

.goods ul li div.text_2 div.d2 {
	font-size: 30px !important;
	letter-spacing: 2px !important;
	line-height: 35px !important;
	margin-top: 35px !important;
	-webkit-text-stroke-width: 0px !important;
	width: 641px !important;
	margin-left: 5.718px !important;
}

.goods ul li div.text_2 div.d2 a {
	color: #af9868
}

.goods ul li div.text_2 div.d3 {
	border: 1px solid #bebebe;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 5px;
}

.goods ul li div.text_2 div.d3 a {
	display: block;
	color: #777;
}

.goods ul li div.text_2 div.d3:hover i {
	margin-left: 10px;
}


.goods ul li div.text_3 {
	margin-top: 300px;
	width: 461px;
}

.goods ul li div.text_3 div.d1 {
	font-size: 50px;
	line-height: 60px;
	color: #333;
	/*text-shadow: 3px 1px 1px #ccc;*/
}

.goods ul li div.text_3 div.d2 {
	font-size: 30px !important;
	letter-spacing: 2px !important;
	line-height: 35px !important;
	margin-top: 35px !important;
	-webkit-text-stroke-width: 0px !important;
	width: 641px !important;
	margin-left: 5.718px !important;
}

.goods ul li div.text_3 div.d2 a {
	color: #af9868
}

.goods ul li div.text_3 div.d3 {
	border: 1px solid #bebebe;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 60px;
	border-radius: 5px;
}

.goods ul li div.text_3 div.d3 a {
	display: block;
	color: #777;
}

.goods ul li div.text_3 div.d3:hover i {
	margin-left: 10px;
}

.goods_3 {
	width: 620px;
}

.goods_3 div.d1 {
	left: 0px;
	bottom: 150px;
	z-index: 2;
}

.goods_3 div.d2 {
	left: 300px;
	bottom: 133px;
	z-index: 1;
}

.big_warp {
	width: 100%;
	margin: 0 auto;
}

.big_warp dl {
	text-align: center;
	white-space: nowrap;
}

.big_warp dl dd {
	width: 400px;
	height: 400px;
	display: inline-block;
	margin: 0 5px;
	transition: all 1.9s ease;
	-o-transition: all 1.9s ease;
	-ms-transition: all 1.9s ease;
	-moz-transition: all 1.9s ease;
	-webkit-transition: all 1.9s ease;
}

.big_warp dl dd:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.big_warp dl dd img {
	width: 100%;
}

/*goods_index end*/

/*intro*/
.intro_content {
	text-align: center;
}

.intro_tit_1 {
	width: 100%;
	padding-top: 100px;
}

.intro_tit_1 div.tit {
	text-align: center;
	font-size: 36px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #666;
	display: inline-block;
}

.intro_tit_1 div.line {
	height: 2px;
	background: #666;
	bottom: 15px;
}

.intro_text_1 {
	line-height: 28px;
	margin-top: 30px;
}

.comments_1 {
	padding-top: 30px;
	width: 100%;
}

.comments_1 div.fl {
	width: 50%;
}

.comments_1 div.fl img {
	width: 100%;
	margin-top: 90px;
	max-width: 377px;
}

.comments_1 div.fl img.first {
	max-width: 520px;
}

.comments_1 .com_r {
	border-left: 2px solid #ccc;
	padding: 10px 0;
	width: 48%;
	padding-left: 30px;
	overflow: visible;
}

.comments_1 .com_r ul {
	text-align: left;
}

.comments_1 .com_r ul li {
	padding: 15px;
	border: 2px solid #ccc;
	min-height: 50px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 25px;
	border-radius: 5px;
	max-width: 467px;
}

.comments_1 .com_r ul li div.d1 {
	left: -12px;
	top: 10px;
}

.comments_1 .com_r ul li div.d2 {
	width: 15px;
	height: 15px;
	background: #ccc;
	border-radius: 15px;
	top: 12.5px;
	left: -41px;
}

.comments_1 .com_r ul li a {
	display: block;
	max-height: 75px;
	overflow: hidden;
}

.comments_2 {
	padding-top: 30px;
	width: 100%;
}

.comments_2 div.com_l {
	width: 50%;
	text-align: left;
}

.comments_2 div.com_l img {
	width: 100%;
	margin-top: 60px;
	max-width: 517px;
}

.comments_2 .com_r {
	border-right: 2px solid #ccc;
	width: 50%;
	padding-right: 30px;
	overflow: visible;
	padding-top: 20px;
}

.comments_2 .com_r ul {
	text-align: right;
}

.comments_2 .com_r ul li {
	padding: 15px;
	border: 2px solid #ccc;
	min-height: 50px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 25px;
	text-align: left;
	border-radius: 5px;
}

.comments_2 .com_r ul li div.d1 {
	right: -12px;
	top: 10px;
}

.comments_2 .com_r ul li div.d2 {
	width: 15px;
	height: 15px;
	background: #ccc;
	border-radius: 15px;
	top: 14.5px;
	right: -41px;
}

.comments_2 .com_r ul li a {
	display: block;
	max-height: 75px;
	overflow: hidden;
}

/*intro end*/
/*news_*/
.newses_slide {
	width: 100%;
	height: 300px;
	margin: 50px 0;
	position: relative;
}

.newses_slide div.news_hd {
	position: absolute;
	bottom: 20px;
	width: 580px;
	z-index: 9909;
	height: 20px;
}

.newses_slide div.news_hd ul {
	text-align: right;
}

.newses_slide div.news_hd ul li {
	text-indent: -9999px;
	background: #bcbcbc;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .9s ease;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-left: 5px;
	font-size: 0px;
}

.newses_slide div.news_hd ul li.on {
	background: #af9868;
	width: 20px;
}

.newses_slide div.news_bd ul li {
	height: 300px;
}

.newses_slide div.news_bd ul li div.d1 {
	background: url(../images/bg.png) no-repeat left;
	width: 604px;
	left: 0;
	top: 0;
	height: 300px;
	overflow: visible;
	z-index: 2;
}

.newses_slide div.news_bd ul li div.dd1 {
	width: 631px;
	height: 300px;
	background: url(../images/news_bg.png) no-repeat left;
	z-index: 333;
	left: 15px;
	top: 0px;
	padding: 20px;
}

.newses_slide div.news_bd ul li div.dd1 div.tit {
	font-size: 25px;
	line-height: 40px;
	height: 40px;
	font-family: "微软雅黑";
	margin-top: 20px;
}

.newses_slide div.news_bd ul li div.dd1 div.tit a {
	color: #b59e6c;
}

.newses_slide div.news_bd ul li div.dd1 div.text {
	width: 550px;
	margin-top: 10px;
	line-height: 30px;
}

.newses_slide div.news_bd ul li div.d2 {
	width: 497px;
	right: 0;
	top: 0;
	height: 300px;
	z-index: 1;
}

.more_news {
	cursor: pointer;
	border: 1px solid #bebebe;
	border-radius: 5px;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: relative;
	position: absolute;
	z-index: 999999;
	bottom: 50px;
	left: 20px;
}

.more_news a {
	display: block;
	color: #777;
}

.more_news a:hover i {
	margin-left: 10px;
}

.news_list {
	width: 100%;
	height: auto;
}

.news_list ul li {
	width: 356px;
	width: 304px;
	height: 123px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	margin-bottom: 30px;
	margin-right: 16px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .9s ease;
	padding: 25px;
	font-family: "微软雅黑";
	float: left;
}

.news_list ul li:nth-child(3n) {
	margin-right: 0;
}

.news_list ul li a {
	display: block;
}

.news_list ul li:hover a {
	color: #af9868;
}

.news_list ul li div.d1 {
	width: 62px;
	height: 62px;
	border-right: 1px solid #ccc;
}

.news_list ul li div.d1 div.dd1 {
	font-family: "新宋体";
	font-size: 50px;
	color: #444;
}

.news_list ul li div.d1 div.dd2 {
	font-size: 12px;
}

.news_list ul li div.d2 {
	width: 74%;
}

.news_list ul li div.d2 div.tit {
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	white-space: nowrap;
}

.news_list ul li div.d2 div.text {
	color: #888;
	line-height: 16px;
	font-size: 13px;
}

.news_list ul li:hover {
	border: 1px solid #af9868;
}

.news_list ul li:hover div.d1 {
	color: #af9868;
	border-color: #af9868;
}

.news_list ul li:hover div div.text {
	color: #af9868;
}

.news_list ul li:hover div div.dd1 {
	color: #af9868;
}

.news_list ul li:hover div div.tit {
	color: #af9868;
}

.button_more {
	width: 127px;
	height: 34px;
	background: #af9868;
	color: #fff;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 80px;
	border-radius: 5px;
}

.button_more img {
	margin-right: 2px;
}

.button_more:hover img {
	margin-right: 8px;
}

.button_more a {
	color: #fff;
}

.fenye {
	text-align: center;
	width: 100%;
	margin: 30px 0;
}

.fenye a {
	display: inline-block;
	padding: 10px 10px;
	border: 1px solid #ccc;
	margin-left: 10px;
}

.fenye a.active {
	border: 1px solid #af9868;
	color: #af9868;
}

/*news_end*/
/*news_list*/
.news_list_2 {
	width: 100%;
	height: auto;
}

.news_list_2 ul li {
	width: 534px;
	height: 132px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	margin-bottom: 30px;
	margin-right: 16px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .9s ease;
	padding: 25px;
	font-family: "微软雅黑";
	float: left;
	padding: 30px;
}

.news_list_2 ul li:nth-child(2n) {
	margin-right: 0;
}

.news_list_2 ul li a {
	display: block;
}

.news_list_2 ul li:hover a {
	color: #af9868;
}

.news_list_2 ul li div.d1 {
	width: 62px;
	height: 62px;
	border-right: 1px solid #ccc;
}

.news_list_2 ul li div.d1 div.dd1 {
	font-family: "新宋体";
	font-size: 50px;
	color: #444;
}

.news_list_2 ul li div.d1 div.dd2 {
	font-size: 12px;
}

.news_list_2 ul li div.d2 {
	width: 84%;
}

.news_list_2 ul li div.d2 div.tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	white-space: nowrap;
}

.news_list_2 ul li div.d2 div.text {
	color: #888;
	line-height: 16px;
	font-size: 14px;
}

.news_list_2 ul li:hover {
	border: 1px solid #af9868;
}

.news_list_2 ul li:hover div.d1 {
	color: #af9868;
	border-color: #af9868;
}

.news_list_2 ul li:hover div div.text {
	color: #af9868;
}

.news_list_2 ul li:hover div div.dd1 {
	color: #af9868;
}

.news_list_2 ul li:hover div div.tit {
	color: #af9868;
}

/*list end*/

/*detail*/
.news_detail_content {
	width: 1037px;
	margin: 0 auto;
}

.news_detail_content div.tit {
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	padding: 30px 0;
	color: #444444;
}

.news_detail_content div.view {
	width: 100%;
	text-align: center;
}

.news_detail_content div.line {
	width: 100%;
	height: 2px;
	background: #444;
	margin: 30px auto;
}

.news_content p {
	text-indent: 30px;
	line-height: 30px;
}

.news_pic {
	margin: 30px 0;
}

.news_pic div {
	display: inline-block;
	width: 50%;
}

.news_pic div img {
	width: 100%;
}

.back {
	width: 137px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.fanye_ a {
	display: inline-block;
	width: 60px;
	height: 30px;
	background: #ccc;
	color: #fff;
	text-align: center;
	margin-right: 2px;
	line-height: 30px;
	border-radius: 5px;
}

.back a {
	color: #777;
}

.back a:hover i {
	margin-right: 10px;
}

.fanye_ a:hover {
	background: #af9868;
}

/*detail end*/

.page_botton {
	text-align: center;
	margin: 10px 0;
}

#pagelist,
#espcms_bbs_pagelist {
	color: #818181
}

.pagination {
	font-family: '微软雅黑', 'Microsoft YaHei UI', 'Microsoft YaHei', arial, helvetica, sans-serif;
	overflow: hidden;
	padding: 10px 0px;
	font-size: 12px;
	margin: 0px;
}

/*按钮色彩样式*/
.pagination a {
	border: #af9868 1px solid;
	color: #999;
	text-decoration: none;
	overflow: hidden;
	padding: 5px 5px;
	margin: 0px 0px 0px 5px;
}

.pagination a:visited {
	text-decoration: none;
	overflow: hidden;
}

.pagination a:active {
	text-decoration: none;
	overflow: hidden;
}

.pagination a:hover {
	color: #fff;
	background-color: #af9868;
	overflow: hidden;
}

.pagination span.current {
	border: #af9868 1px solid;
	color: #fff;
	overflow: hidden;
	padding: 5px 5px;
	margin: 0px 0px 0px 5px;
}

.pagination span.disabled {
	background-color: #af9868;
}