@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
p,
blockquote,
table,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1350px;
	font: normal 100% 微软雅黑, "Microsoft YaHei", 宋体, Arial, Tahoma, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

button,
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	*font-size: 100%;
	font-weight: inherit;
	border: 0;
	outline: 0;
	resize: none
}

address,
caption,
cite,
code,
dfn,
em,
var,
b {
	font-style: normal;
	font-weight: normal;
}

input,
textarea {
	outline-style: none
}

input::-webkit-input-placeholder {
	color: #A9A9A9;
	font-size: 12px
}

input::-moz-placeholder {
	color: #A9A9A9;
	font-size: 12px
		/* Mozilla Firefox 19+ */
}

input:-moz-placeholder {
	color: #A9A9A9;
	font-size: 12px
		/* Mozilla Firefox 4 to 18 */
}

input:-ms-input-placeholder {
	color: #A9A9A9;
	font-size: 12px
		/* Internet Explorer 10-11 */
}

::selection {
	background: #0a474f;
	color: #fff;
}

::-moz-selection {
	background: #0a474f;
	color: #fff;
}

::-webkit-selection {
	background: #0a474f;
	color: #fff;
}

em,
i,
b {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

.fl {
	float: left
}

.fr {
	float: right
}

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

.clear {
	clear: both
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden
}

.h100 {
	height: 100%
}

.pd15 {
	padding: 0 15px
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 水平垂直居中 */
.cz_center {
	display: flex;
	align-items: center;
}

/* 垂直居中 */
.sp_center {
	display: flex;
	justify-content: center;
}

/* 水平居中 */


/*  custom  */
body {
	font: 14/1.8 微软雅黑, "Microsoft YaHei", 宋体, Arial, Tahoma, Helvetica, sans-serif;
}

a {
	color: #333;
}

a:hover {
	color: #947b65;
}

.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: ' ';
	display: block;
	height: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.w620 {
	width: 620px;
	margin: 0 auto;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}



/* header */
.header {
	height: 116px;
	background: url(../images/bg_top.jpg) no-repeat 50% 0 #fff;
}

.header .logo {
	width: 680px;
	height: 67px;
	background: url(../images/logo.png) no-repeat 0 0;
	margin-top: 20px;
}

.header .logo a {
	display: block;
	text-indent: -99999px;
}

.header .search {
	margin-top: 40px;
	margin-left: 20px;
	width: 270px;
	position: relative;
	height: 30px;
}

.header .search * {
	box-sizing: border-box;
}

.header .serach_input {
	width: 100%;
	background: none;
	border: 1px solid #ccc;
	height: 27px;
	line-height: 25px;
	font-size: 12px;
	padding: 0 10px;
}

.header .serach_input::placeholder {
	color: #333;
}

.header .btn_serach {
	width: 14px;
	height: 14px;
	display: block;
	background: none;
	background: url(../images/search.png) no-repeat 0 0;
	position: absolute;
	right: 10px;
	top: 5px;
}


/* banner里的专业滚动区 */
.collgd {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 95px;
	background: rgba(0, 0, 0, .6)
}

.swiper-container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

.swiper-wrapper {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.swiper-slide {
	box-sizing: border-box;
	border-left: 1px solid #FFF
}

/*箭头*/
.jt_width {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1300px;
	height: 95px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100%;
	font-family: "宋体";
	font-size: 30px;
	text-align: center;
	line-height: 95px;
	color: #FFF;
	transform: translate(0%, -50%);
	z-index: 10;
	cursor: pointer;
	outline: none
}

.swiper-button-prev {
	left: 0
}

.swiper-button-next {
	right: 0;
	box-sizing: border-box;
	border-left: 1px solid #FFF
}

.swiper-button-disabled {
	color: rgba(255, 255, 255, .3)
}

.swiper-wrapper {
	position: relative;
}

.swiper-slide a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coll_icon {
	width: 58px;
	height: 58px;
	position: relative;
	border: 1px solid #AAA;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}

.coll_icon em {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 34px;
	height: 34px;
}

.coll_text {
	margin-left: 15px;
	max-width: 220px;
	overflow: hidden
}

.coll_text p {
	font-family: "宋体";
	font-size: 18px;
	color: #FFF;
	line-height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.coll_text h6 {
	font-size: 12px;
	color: #FFF;
}

.swiper-wrapper .swiper-slide:nth-child(1) .coll_icon em {
	background: url(../images/coll_icon.png) 0 0;
	background-size: 280px 35px
}

.swiper-wrapper .swiper-slide:nth-child(2) .coll_icon em {
	background: url(../images/coll_icon.png) -35px 0;
	background-size: 280px 35px
}

.swiper-wrapper .swiper-slide:nth-child(3) .coll_icon em {
	background: url(../images/coll_icon.png) -70px 0;
	background-size: 280px 35px
}

.swiper-wrapper .swiper-slide:nth-child(4) .coll_icon em {
	background: url(../images/coll_icon.png) -105px 0;
	background-size: 280px 35px
}

.swiper-wrapper .swiper-slide:nth-child(5) .coll_icon em {
	background: url(../images/coll_icon.png) -140px 0;
	background-size: 280px 35px
}

.swiper-wrapper .swiper-slide:nth-child(6) .coll_icon em {
	background: url(../images/coll_icon.png) -175px 0;
	background-size: 280px 35px
}

.swiper-wrapper .swiper-slide:nth-child(7) .coll_icon em {
	background: url(../images/coll_icon.png) -210px 0;
	background-size: 280px 35px
}

.swiper-wrapper .swiper-slide:nth-child(8) .coll_icon em {
	background: url(../images/coll_icon.png) -245px 0;
	background-size: 280px 35px
}

.swiper-slide:hover .coll_icon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}

/* banner里的专业滚动区///end */



/* nav */
/* .nav {width: 100%; height: 30px; background-color: #947b65;}
.nav ul li {float: left; width: calc(100% / 8);}
.nav ul li a {display: block; box-sizing: border-box; border-right: 1px solid #a08a77; font-size: 15px; line-height: 30px; color: #ffffff; text-align: center;}
.nav ul li a:hover {font-weight: bold;} */

/* nav */
nav {
	height: 46px;
	background: #a08a77;
}

nav>ul>li {
	float: left;
	text-align: center;
	position: relative
}

nav>ul>li:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, .2)
}

nav>ul>li:last-child:after {
	display: none
}

nav>ul>li>a {
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	color: #FFF
}

nav>ul>li>a:hover {
	color: #FFF !important
}

nav dl {
	position: absolute;
	left: 50%;
	min-width: 100%;
	background: #FFF;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transform: translate3d(-50%, 40px, 0);
	-ms-transform: translate3d(-50%, 40px, 0);
	transform: translate3d(-50%, 40px, 0)
}

nav dt {
	border-bottom: 1px solid #EEE
}

nav dl a {
	font-size: 13px;
	color: #666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

nav li:hover dl {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

nav dl a:hover {
	background: #a08a77;
	color: #FFF
}

.nav_on,
nav>ul>li>a:hover {
	background: rgba(0, 0, 0, .3)
}


/* footer */
.footer {
	background-color: #947b65;
	width: 100%;
	padding: 35px 0;
}

.footer-logo {
	width: 335px;
	border-right: 1px solid #a28974;
	margin-top: 10px;
}

.footer-logo img {
	display: block;
	padding-left: 20px;
}

.footer-contact {
	padding-left: 85px;
	width: 280px;
}

.footer-contact dt {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-contact dt strong {
	font-weight: normal;
}

.footer-contact dd {
	font-size: 12px;
	color: #ebd4c0;
	line-height: 2;
}

.footer-nav {
	padding-left: 120px;
	width: 285px;
	padding-top: 20px;
}

.footer-nav ul {
	padding: 20px 0;
	border: 1px solid #a28974;
	border-width: 1px 0;
}

.footer-nav ul li {
	float: left;
	width: calc(100% / 3);
	margin: 10px 0;
	text-align: center;
}

.footer-nav ul li a {
	font-size: 12px;
	color: #ebd4c0;
}

.footer-ewm {
	padding-top: 20px;
}

.footer-ewm img {
	display: block;
	width: 100px;
	height: 100px;
}

.footer-ewm p {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 40px;
}

.copyright {
	background-color: #5e4b3a;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #fff4ea;
}



/* banner */
#banner {
	position: relative;
	height: 400px;
	overflow: hidden;
	margin: 0 auto
}

#banner .bd {
	position: relative;
}

#banner .bd a {
	display: block;
	width: 100%;
	height: 400px;
}

#banner .hd {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	bottom: 25px;
}

#banner .hd a {
	display: block;
}

#banner .hd ul {
	margin: 0 auto;
	width: 100%;
	display: inherit;
	text-align: center;
	position: relative;
}

#banner .hd ul li {
	display: inline-block;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 3px;
	background: #FFF;
	cursor: pointer
}

#banner .hd ul .on {
	background: #ea353a;
}

#banner .bnt {
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -20px;
}

#banner .bnt:hover {}

#banner .prev {
	position: absolute;
	left: -54px;
}

#banner .prev em {
	display: block;
	line-height: 50px;
	padding: 0 8px;
	font-size: 30px;
	background: rgba(0, 0, 0, .4);
	color: #FFF;
	font-family: "å®‹ä½“";
}

#banner .next {
	position: absolute;
	right: -54px;
}

#banner .next em {
	display: block;
	line-height: 50px;
	padding: 0 8px;
	font-size: 30px;
	background: rgba(0, 0, 0, .4);
	color: #FFF;
	font-family: "å®‹ä½“";
}

#banner:hover .prev {
	left: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#banner:hover .next {
	right: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#banner .prev em:hover,
#banner .next em:hover {
	color: #D83648
}

#banner .prev,
#banner .next {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor: pointer
}



.biaoti {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.biaoti p {
	font-size: 20px;
	color: #b92020;
	margin-bottom: 20px;
	font-weight: bold;
}

.biaoti i {
	font-size: 15px;
	color: #777;
	background: #FFF;
	padding: 0 35px;
	position: relative;
	z-index: 2
}

.biaoti em {
	display: block;
	position: absolute;
	bottom: 9px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1000px;
	height: 1px;
	background: #CCC;
}


/* 轮播 */
.imgnews {
	width: 330px;
	height: 210px;
	background: #CCC;
	position: relative;
	overflow: hidden
}

.yx-rotaion,
.rotaion_list,
.rotaion_list li,
.rotaion_list li img {
	width: 100% !important;
	height: 100%
}

.rotaion_list {
	overflow: hidden;
}

.rotaion_list li img {
	width: 100%;
	image-rendering: pixelated;
	image-rendering: -webkit-optimize-contrast;
}

.yx-rotaion-btn {
	display: none
}

.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t {
	position: absolute
}

.yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(0, 0, 0, .75);
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}

.yx-rotation-t {
	width: 75%;
	font-size: 14px;
	color: #FFF;
	z-index: 2;
	bottom: 0;
	left: 12px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.yx-rotation-focus {
	right: 5px;
	bottom: 16px;
	z-index: 2;
}

.yx-rotation-focus span {
	display: block;
	width: 8px;
	height: 8px;
	font-size: 0;
	margin: 0 2px;
	float: left;
	border: 1px solid #FFF;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.yx-rotation-focus span.hover {
	width: 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.yx-rotation-focus span,
.yx-rotation-focus span.hover {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.top-news .news-list {
	padding-left: 35px;
}

/* .top-news .news-list:last-child {padding: 0;} */
.news-list {
	width: calc(485px * 2) ;
	box-sizing: border-box;
	
}
.news-list ul{
	display: flex;
	flex-wrap: wrap;
}
.news-list li {
	width: 485px;
	height: 38px;
	flex: 1;
	padding-left: 15px;
	background: url(../images/icon_news.png) no-repeat 0 8px;
}

.news-list li a {
	font-size: 14px;
	color: #333;
	display: inline-block;
	float: left;
	width: 350px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}

.news-list li a:hover {
	color: #947b65;
}

.news-list li span {
	float: right;
	font-size: 12px;
	color: #999999;
}


/* pro 专业设置 */
.pro {
	height: 480px;
	background: url(../images/bg_zhuanye.jpg) no-repeat 50%;
}

.pro-1,
.pro-2 {
	height: 240px;
	width: 700px;
}

.pro-title {
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	font-size: 20px;
	color: #b92020;
}

.pro-text,
.pro-lesson {
	font-size: 12px;
	color: #777777;
	line-height: 1.8;
}

.pro-1 .pro-lesson em {
	float: left;
}

.pro-1 .pro-lesson span {
	float: left;
	width: 360px;
}



.bk-title {
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	color: #b92020;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.bk-title span {
	font-size: 12px;
	color: #777;
	font-weight: normal;
}

.bk-title a {
	color: #777;
}


.w860 {
	width: 860px;
}

.w390 {
	width: 390px;
}

.news-img {
	padding: 0 0 15px;
	min-height: 190px;
}

.news-img dt {
	float: left;
	margin-right: 20px;
}

.news-img dt img {
	width: 305px;
	height: 190px;
	display: block;
}

.news-img-title {
	font-size: 16px;
	margin-bottom: 15px;
}

.news-img-time {
	font-size: 14px;
	margin-bottom: 15px;
}

.news-img-summary {
	font-size: 14px;
	line-height: 2;
}


.news-full-list {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.news-full-tiem {
	width: 65px;
	height: 75px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.news-full-tiem span {
	display: block;
	height: 24px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
}

.news-full-tiem em {
	display: block;
	text-align: center;
	background-color: #a4a4a4;
	font-size: 26px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
}

.news-full-title {
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}

.news-full-summary {
	font-size: 12px;
	color: #777777;
	line-height: 1.8;
}


.down-img {
	width: 390px;
	height: 190px;
	position: relative;
}

.down-img a {
	width: 390px;
	height: 190px;
	display: block;
}

.down-img p {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}

.news-scroll {
	position: relative;
	margin-top: 10px;
}

.news-scroll ul li {
	margin-bottom: 15px;
}

.news-scroll ul li:last-child {
	margin-bottom: 0;
}

.news-scroll .hd {
	height: 30px;
	text-align: right;
}

.news-scroll .hd a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #ddd;
	width: 16px;
	height: 9px;
	background: url(../images/scroll-news.png) no-repeat 0 0;
}

.news-scroll .hd a.prev {
	background-position: 0 0;
}

.news-scroll .hd a.next {
	background-position: 0 100%;
}

.news-scroll .hd a.prev:hover {
	background-position: 100% 0;
}

.news-scroll .hd a.next:hover {
	background-position: 100% 100%;
}


.news-scroll-img {
	float: left;
	margin-right: 20px;
}

.news-scroll-img img {
	display: block;
	width: 110px;
	height: 75px;
}

.news-scroll-title {
	font-size: 14px;
	height: 40px;
	margin-bottom: 10px;
}

.news-scroll-time {
	font-size: 12px;
	color: #999;
}

.scroll-img {
	margin-top: 20px;
	position: relative;
}

.scroll-img .bd {
	width: 1300px;
	height: 180px;
	overflow: hidden;
}

.scroll-img .hd a {
	width: 28px;
	height: 40px;
	background: url(../images/scroll-img.png) no-repeat 0 0;
	display: inline-block;
	position: absolute;
	top: 0;
}

.scroll-img .hd a.prev {
	background-position: 0 0;
	top: 60px;
	left: 0;
}

.scroll-img .hd a.next {
	background-position: 100% 0;
	top: 60px;
	right: 3px;
}

.scroll-img .hd a.prev:hover {
	background-position: 0 0;
	opacity: 0.8;
}

.scroll-img .hd a.next:hover {
	background-position: 100% 0;
	opacity: 0.8;
}

.scroll-img ul li {
	float: left;
	text-align: center;
	margin-right: 24px;
	width: 220px;
}

.scroll-img ul li p {
	line-height: 30px;
	font-size: 14px;
}

.scroll-img ul li img {
	display: block;
	width: 196px;
	height: 150px;
	word-break: break-all;
}


/* ************ */
/*   内页样式    */
/* ************ */


.in-banner {
	width: 100%;
	height: 260px;
	background: url(../images/ny_banner.jpg) no-repeat
}


#ny_left {
	width: 195px;
	position: relative;
	margin-top: -80px;
	float: left;
	transition: all 01s ease;
	-webkit-transition: all 01s ease;
	-moz-transition: all 01s ease;
	-ms-transition: all 01s ease;
	-o-transition: all 01s ease;
}

#ny_left.fix {
	position: fixed;
	top: 0;
	margin-top: 0;
}

.lm_name {
	width: 100%;
	height: 80px;
	background: #a08a77;
	position: relative;
	z-index: 99
}

.lm_name:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 155px;
	height: 80px;
	background: linear-gradient(55deg, transparent 85px, rgba(255, 255, 255, .07) 0) top left;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0)
}

.lm_name div {
	margin-left: 30px;
	position: relative
}

.lm_name p {
	font-size: 16px;
	color: #FFF;
	line-height: 28px
}

.lm_name en {
	font-size: 12px;
	color: #FFF;
	text-transform: Uppercase;
}


#sub_nav {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #a08a77;
	display: block;
	background: #fff;
}

#sub_nav dt {
	display: block;
	background: url(../images/icon_n_nav_li.png) 145px center no-repeat #fff;
}

#sub_nav dt .a {
	font-size: 14px;
	margin: 0 15px;
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e7e4e4;
	display: block;
	color: #333;
}

#sub_nav dt .a.on_border {
	border: none !important;
}

#sub_nav dt:hover,
#sub_nav dt.on {
	color: #fff;
	background: url(../images/icon_n_nav_li.png) 155px center no-repeat #a08a77;
}

#sub_nav dt:hover .a {
	color: #fff;
	border-bottom: 1px solid #a08a77;
}

#sub_nav dt.on .a {
	color: #fff;
	border-bottom: 1px solid #a08a77;
}

#sub_nav dt,
#sub_nav dt:hover,
#sub_nav dt .a,
#sub_nav dt:hover .a,
#sub_nav dt.on,
#sub_nav dt.on .a {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}



.left_img_link {
	width: 100%
}

.left_img_link li {
	height: 76px;
	margin-bottom: 10px;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative
}

.left_img_link li a {
	display: block;
	width: 100%;
	height: 100%;
}

.left_img_link li:nth-child(1) {
	background: url(../images/img_linkbj.jpg) no-repeat 0 0
}

.left_img_link li:nth-child(2) {
	background: url(../images/img_linkbj.jpg) no-repeat 0 -76px
}

.left_img_link li:nth-child(3) {
	background: url(../images/img_linkbj.jpg) no-repeat 0 -152px
}


#ny_right {
	width: 80%;
	min-height: 245px;
	margin-bottom: 45px;
	float: right;
}

.n_title {
	position: relative;
	height: 40px;
	padding-top: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d4d6d8;
}

.n_title p {
	line-height: 40px;
	color: #353536;
	font-size: 15px;
}

.n_add {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 40px;
	color: #9b9c9d;
	padding-left: 18px;
}

.n_add b,
.n_add a,
.n_add i {
	font-size: 12px;
	color: #9b9c9d;
}

.n_add em {
	font-size: 12px;
	color: #534227;
	font-style: normal;
}

.n_add a:hover {
	color: #534227;
	text-decoration: underline;
}

.ny_right_cont {
	padding-bottom: 80px;
	position: relative
}

.ar_article {
	font-size: 14px;
	color: #4f5052;
	line-height: 34px;
	text-indent: 2em;
	text-align: justify
}

.ar_article p,
.ar_article b,
.ar_article span {
	font-size: 14px;
	color: #4f5052;
	line-height: 34px;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 15px
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background: #dcdfe0;
	margin: 2em auto
}

.ar_article img {
	max-width: 100%;
	text-align: center;
	margin-bottom: 15px
}

/* å†…é¡µå³ä¾§æ–°é—» */
.ny_news {
	overflow: hidden
}

.nyimg_box {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	justify-content: space-between;
	flex-wrap: wrap;
}

.nyimg_box dt {
	width: 30%;
	background: #F4F4F4
}

.nyimgnews {
	border: 1px solid #EEE;
	height: 180px;
	overflow: hidden;
	position: relative
}

.nyimgnews img {
	max-width: 100%;
	max-height: 100%
}

.text_box {
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px
}

.text_box a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block
}

.text_box a:hover {
	color: #946821
}

.text_box i {
	display: block;
	font-size: 12px;
	color: #777;
	line-height: 30px
}

.text_box b {
	font-size: 12px;
	color: #555;
	line-height: 22px
}

.nynew_list {
	overflow: hidden;
	margin: 25px auto
}

.nynew_list li {
	overflow: hidden;
	border-bottom: 1px dotted #CCC
}

.nynew_list li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 6px;
	height: 2px;
	background: #946821
}

.nynew_list li a {
	display: block;
	width: 85%;
	position: relative;
	float: left;
	padding-left: 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.nynew_list li a:hover {
	color: #946821
}

.nynew_list li i {
	float: right;
	font-size: 13px;
	color: #777;
}

.nynew_list li a,
.nynew_list li i {
	line-height: 55px
}

.page-box {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0
}

.pages {
	overflow: hidden;
	display: inline-block
}

.pages a {
	float: left;
	color: #555;
	font-size: 13px;
	padding: 5px 15px;
	margin: 0 6px;
	border: 1px solid #CCC;
}

.pages a:nth-child(1) {
	margin-left: 0 !important
}

.pages .on {
	background: #a08a77;
	border: 1px solid #a08a77;
	color: #FFF
}

.pages a:hover {
	background: #a08a77;
	border: 1px solid #a08a77;
	color: #FFF
}