
@font-face {font-family: Buntu;src: url('../font/Ubuntu-L.ttf')}
@font-face {font-family: ClearSans;src: url('../font/ClearSans-Regular.ttf')}
/* reset */
*{box-sizing: border-box;}
html { height: 100%; }
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight: normal }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top;max-width: 100% }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
.fl{float: left;}
.fr{float: right}
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; font-family:"Microsoft Yahei","微软雅黑",;  }
body { line-height: 1.5 }
.news1400{max-width: 1400px;margin: 0 auto;width: 94%}
a:link,
a:visited,
a:active,
a { text-decoration: none; color:#2D2E32;  transition: all .2s;}
a:hover { color:#ff6900;}
:focus { outline: none }
.clearfix:before,.clearfix:after{display: table;content: "";clear: both;height: 0;}
body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background: #ff6900;
}
body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 10px;
    background: rgba(242,242,242,.3);
}
/*分页*/
.page_desc{margin: 50px auto;text-align: center; font-size: 14px;}
.page_desc li{display:inline-block;margin: 0 5px;}
.page_desc li>span,.page_desc li a{padding: 4px 10px;display: inline-block; border: 1px solid #d8d8d8;color: #555; background: #fff;}
.page_desc li span.current,.page_desc li a:hover{background:#555; color: #fff;border: 1px solid #555}



/*nav*/
.wrap {  max-width:1600px; margin:0 auto;width: 89%;}
.header { height:100px; position:absolute; width:100%; left:0; top:0;  z-index:11;   }
.header .wrap { position:relative;}
.header .logo { float:left; margin-top:22px; display: inline-block; padding-bottom: 10px; text-align: center}
.header .logo img{height: 52px;}
.header .logo img:nth-of-type(2){display: none;}
.header nav { float:right;margin-right: 30px}
.header nav li { float:left; margin-right:40px; }
/* .header nav li:nth-of-type(4){display: none;} */
.header nav li a { color:#fff;line-height: 100px;display: block;font-size: 14px;position: relative;}
.header nav li a:before {width: 0;height: 2px;position: absolute;left: 50%;bottom: 0;z-index: 10;transform: translateX(-50%);-webkit-transform: translateX(-50%);background: #ff6900;content: "";transition: all 0.3s;-webkit-transition: all 0.3s;}
/*.header nav li:hover > a:before,.header nav li.on > a:before{width: 100%;}*/
.header nav li.n-news { display:none;}
.header nav li a:hover,
.header nav li.on a{ color:#ff6900;; }
.header .tel {padding-left: 43px;float: right;color: #fff;font-size: 14px;line-height: 1.3;text-align: right;transition: all 0.3s;-webkit-transition: all 0.3s;background: url(../image/tel.png) no-repeat left bottom;background-size: 30px;    margin-top: 24px;position: relative}
.header .tel span {display: block;font-size: 22px;font-weight: bold;}
.header .tel:before {width: 1px;height: 45px;position: absolute;left: -41px;top: 2px;background: #DFDFDF;content: "";}

.p-click-alert {
    float: right;
    display: none;
    width: 30px;
    height: 22px;
    margin: 40px 0 0;
    position: relative;
    cursor: pointer;
    z-index: 12;
}
.p-click-alert span {
    border-top: 2px solid #1d1d1d;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.p-click-alert .s1 {
    width: 18px;
    top: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.p-click-alert .s2 {
    width: 26px;
    top: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.p-click-alert .s3 {
    width: 22px;
    top: 17px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.p-click-alert.zj .s1 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 22px;
}
.p-click-alert.zj .s2 {
    opacity: 0;
}
.p-click-alert.zj .s3 {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.new-float{
    position: fixed;
    right: 0;
    top: 50%;
    z-index:10001;
    width: 70px;
    height: 374px;
    margin-top: -187px;
}
.new-float li{
    position: relative;
    width: 70px;
    height: 57px;
    margin-bottom: 1px;
    line-height: 27px;
    color: #fff;
    text-align: center;
}
.new-float li.hover{
    overflow: hidden;
}
.new-float li a{
    display: inline-block;
    color: #333;
    background-color: #FED400;
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 22px 4px;
}
.new-float li a.tit{
    width: 70px;
    height: 57px;
    padding: 30px 0 0 0;
    color: #333;
    background-color: #FED400;
}
.new-float li.fi a{
    background-image: url(../image/qq-001.png);
}
.new-float li.th a{
    background-image: url(../image/c-icon2.png);
}
.new-float li.back a{
    background: url(../image/bg_float07.png) no-repeat;
}
.new-float li.fo a{
    background-image: url(../image/c-icon4.png);
}
.new-float li.fif a{
    background-image: url(../image/c-icon3.png);
}
.new-float li .tel{
    position: absolute;
    left: 66px;
    top: 0;
    z-index: 1;
    width: 188px;
    height: 57px;
    font: 22px/57px Arial;
    color: #333;
    font-weight: bold;
    background-color: #FED400;
    cursor: pointer;
}

/*底部*/
#footer {
    width: 100%;
    background: #262a2b;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-top-right{
    width: 72%;
}
.footer-top-right ul{
    padding-top: 20px;
}
.footer-top-right li{
    float: left;
}
.footer-top-right li:nth-of-type(1),.footer-top-right li:nth-of-type(2){
    width: 27%;
}
.footer-top-right li:nth-of-type(3){
    width: 44%;
}
.footer-top-right li h3{
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-top-right li h3 span{
    font-size: 14px;
    color: rgba(255,255,255,.3);
    margin-left: 10px;
}
.footer-top-right li h4{
    font-size: 20px;
    color: #ff6900;
    margin-bottom: 5px;
}
.footer-top-right li p{
    font-size: 14px;
    color: rgba(255,255,255,.8);
    line-height: 2.3;
}
.yqlj_box p>a:hover {
    color: #f90;
}

.erweim {
    float: right;
    margin-right: 20px;
}
.yqlj_box {
    padding: 15px 0;
    border-top: 1px solid #3c4041;
    margin-top: 40px;
}
.yqlj_box p {
    line-height: 30px;
    font-size: 14px;
    color: #F1F1F1;
}
.yqlj_box p>a {
    color: #b8b8b8;
    text-decoration: none;
    margin-right: 5px;
    font-size: 14px;
}



.page_desc{margin: 50px auto;text-align: center; font-size: 14px;}
.page_desc li{display:inline-block;margin: 0 5px;}
.page_desc li>span,.page_desc li a{padding: 4px 10px;display: inline-block; border: 1px solid #d8d8d8;color: #555; background: #fff;}
.page_desc li span.current,.page_desc li a:hover{background:#555; color: #fff;border: 1px solid #555}

/*手机底部*/
.foot-di {
    position: fixed;
    z-index: 400;
    width: 100%;
    background: #262a2b;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    left: 0;
    display: none;
}
.foot-di * {
    color: #FFFFFF;
}
.foot-di .dpai {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
.foot-di .dpai i {
    margin-top: 17px;
    display: inline-block;
    width:26px;
    height:26px;
    float: left;
    margin-left: 55px;
}
.foot-di .dpai a{display: block;text-align: center}
.foot-di .dpai a span{display: inline-block;font-size: 12px;color: #fff;float: left;margin-left: 10px;}
.foot-di .dpai .dp2 {
    position: absolute;
    width: 130px;
    height: 130px;
    top: -130px;
    left: 50%;
    margin-left: -65px;
    background: #fff;
    padding: 10px;
    display: none;
}
.foot-di .dpai .dp2 img {
    width: 100%;
    height: 100%;
    display: block;
}
.foot-di .dpai .dp2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.icon-lianxi{background: url(../image/footer-icon1.gif) no-repeat center/cover; }
.icon-lianxi2{background: url(../image/foot-icon2.png) no-repeat center/cover; }
.icon-dianhua{display: block;background: url(../image/foot-icon3.png) no-repeat center/cover; }




@media(max-width:1200px) {
  
}
@media(max-width:768px) {
    .header{height: 60px;background-color: #fff;position: fixed;width: 100%;z-index: 9999;left: 0;top:0;}
    .header .logo{margin-top: 12px;padding-bottom: 0;}
    .header .tel,.new-float,.header nav,.header .logo img:nth-of-type(1),.yqlj_box{display: none;}
    .header .logo img:nth-of-type(2){display: block;height: 35px;}
    .p-click-alert {display: block; margin: 22px 0 0;}
    .header nav{float:none;position: fixed;top: 60px;left: 0;width: 100%;z-index: 10;display: none;background-color: #ffffff;}
    .header nav li{float: none;border-top: 1px solid #f2f2f2;margin-right: 0}
    .header nav li a{color: #333;line-height: 60px;padding:  0 20px;font-size: 16px;}
    .foot-di {display: block;}
    #footer{padding-top: 10px;padding-bottom: 70px;}
    .footer-top-left{display: none;}
    .footer-top-right{width: 100%;}
    .footer-top-right li:nth-of-type(1), .footer-top-right li:nth-of-type(2){display: none;}
    .footer-top-right li:nth-of-type(3){width: 100%}
    .footer-top-right li h4 {font-size: 14px;margin-bottom: 0;line-height: 30px;}
    .footer-top-right li p{line-height: 30px;}
    .footer-top-right li h3{margin-bottom: 5px;display: none;}
    .footer-top-right ul{padding-top: 0;}
    .footer-top-right li:nth-of-type(3) p:nth-of-type(1){display: none;}
    .footer-top-right li:nth-of-type(3) p:nth-of-type(2){font-size: 12px;color: #616161;line-height: 20px;margin-top: 6px;}
    .page_desc{margin: 20px auto}
}
/* 新闻 */
.index-news-list {
	margin-left: 25px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start
}


.subpage-main{ 
	position: relative;
    z-index: 3;
    padding: 3% 3.64583333%;
}
.sNews-hotnews {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding: 3.64583333% 3.64583333% 0
}

.sNews-hotnews:after {
	display: none
}

.sNews-hotnews .itemPackage {
	position: relative;
	overflow: hidden;
	float: left;
	width: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.sNews-hotnews .itemPackage:after {
	display: none
}

.sNews-hotnews .itemPackage:nth-child(2n+2) {
	margin-left: 2%
}

.sNews-hotnews .itemPackage:nth-child(1n+3) {
	margin-top: 2%
}

.sNews-hotnews .itemPackage:first-child .item {
	width: 100%
}

.sNews-hotnews .item {
	float: left;
	position: relative;
	overflow: hidden;
	width: 48%;
	height: auto
}

.sNews-hotnews .item:nth-child(2n+2) {
	margin-left: 4%
}

.sNews-hotnews .item:nth-child(1n+3) {
	margin-top: 2.25287356%
}

.sNews-hotnews .item .pic {
	width: 100%;
	height: 0 !important;
	padding-bottom: 56.32183908%;
	background-color: #f1f1f1
}

.sNews-hotnews .item h3 {
	z-index: 11;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px
}

@media screen and (max-width:1440px) {
	.sNews-hotnews .item h3 {
		height: 36px;
		line-height: 36px
	}
}

.sNews .index-news-list {
	margin-left: 0;
	margin-bottom: 3%;
}

.sNews .index-news-list .item:nth-child(1n+3) {
	margin-top: 2%
}

.sNews-view {
	position: relative;
	overflow: hidden
}

.sNews-view .left {
	position: relative;
	overflow: hidden;
	margin-right: 400px
}

.sNews-view .view-head {
	position: relative
}

.sNews-view .view-head h1 {
	line-height: 40px;
	padding-left: 14px;
	border-left: #53b753 solid 6px;
	font-size: 28px;
	color: #333;
	margin-right: 114px
}

.sNews-view .view-head .backToList {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 96px;
	text-align: center;
	background-color: #e6e6e6;
	color: #333
}

.sNews-view .view-head .hr {
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #e6e6e6
}

.sNews-view .view-head .aside {
	padding: 10px 20px;
	background-color: #f3f3f3;
	color: #333;
	line-height: 18px
}

.sNews-view .view-body {
	margin-top: 30px
}

.sNews-view .view-follow {
	position: relative;
	overflow: hidden;
	margin-top: 36px;
	border-top: #c5c5c5 solid 1px;
	border-bottom: #c5c5c5 solid 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666
}

.sNews-view .view-follow .tel {
	float: left;
	padding-left: 66px;
	height: 46px;
	line-height: 46px;
	background-size: auto 100%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-size: 24px
}

.sNews-view .view-follow .btn {
	float: right;
	border: #999 solid 2px;
	color: #333;
	height: 42px;
	line-height: 42px;
	padding-left: 36px;
	padding-right: 36px;
	font-size: 20px
}

.sNews-view .view-foot {
	position: relative;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	line-height: 20px;
	font-size: 14px;
	white-space: nowrap
}

.sNews-view .view-foot .ctr {
	position: relative;
	max-width: 45%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px
}

.sNews-view .view-foot .ctr.prev {
	float: left
}

.sNews-view .view-foot .ctr.next {
	float: right
}

.sNews-view .view-foot .ctr[href=""],
.sNews-view .view-foot .ctr[href="#"] {
	cursor: not-allowed;
	color: #999
}

.sNews-view .right {
	float: right;
	width: 360px
}

.sNews-view .relative-news .dt {
	position: relative;
	line-height: 40px;
	padding-left: 14px;
	border-left: #53b753 solid 6px;
	font-size: 28px;
	color: #333
}

.sNews-view .relative-news .hr {
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #e6e6e6
}

.sNews-view .relative-news .list .item {
	position: relative;
	border-bottom: #e6e6e6 solid 1px
}

.ysqUEO .sNews-view .relative-news .list .item:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 0;
	border-bottom: #53b753 solid 1px
}

.ysqUEO .sNews-view .relative-news .list .item:after {
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.ysqUEO .sNews-view .relative-news .list .item.on:after,
.ysqUEO .sNews-view .relative-news .list .item:hover:after {
	left: 0;
	width: 100%;
	-webkit-transition: width .3s ease-out 0s;
	transition: width .3s ease-out 0s
}

.sNews-view .relative-news .list .item:nth-child(1n+2) {
	margin-top: 16px
}

.sNews-view .relative-news .list .item .pic {
	width: 100%;
	height: 0 !important;
	padding-bottom: 56.32183908%;
	background-color: #f1f1f1
}

.sNews-view .relative-news .list .item h3 {
	color: #666;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 3
}

.sNews-view .relative-news .list .item:hover h3 {
	color: #53b753
}

.sNews-view .yun-seo {
	margin-top: 24px;
	font-size: 0;
	padding-bottom: 15px
}

.sNews-view .yun-seo .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 100%
}

.sNews-view .yun-seo .line:after {
	display: none
}

.sNews-view .yun-seo .line:nth-child(1n+2) {
	margin-top: 2%
}

.sNews-view .yun-seo .link {
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
	height: 36px
}

.sNews-view .yun-seo .link:after {
	bottom: 4px
}

.sNews-view .yun-seo .tag1 {
	color: #53b753
}

.sNews-view .yun-seo .tag2 {
	color: #666
}

.sNews-view .yun-seo .tag3 {
	color: #333
}

.sNews-view .yun-seo .tag4 {
	color: #033
}

.sNews-view .yun-seo .tag5 {
	color: #53b753
}

@media screen and (max-width:1440px) {
	.sNews-view .left {
		margin-right: 310px
	}

	.sNews-view .right {
		width: 280px
	}

	.sNews-view .view-follow {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.sNews-view .view-follow .tel {
		height: 36px;
		line-height: 36px;
		padding-left: 56px;
		font-size: 20px
	}

	.sNews-view .view-follow .btn {
		height: 32px;
		line-height: 32px;
		font-size: 16px
	}
}
.index-news-list .item h3 {
	font-size: 18px;
	color: #333;
	line-height: 22px;
}

.index-news-list .item p {
	margin-top: 8px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 44px;
	height: 44px;
	font-size: 14px;
	color: #999
}

.index-news-list .item .time {
	position: absolute;
	left: 30px;
	top: 40px;
	color: #555;
	text-align: center;
	display: none
}

.index-news-list .item .time .d {
	font-size: 50px
}

.index-news-list .item .time .ym {
	margin-top: 8px;
	font-size: 15px
}

.index-news-list .item:hover {
	z-index: 9
}

@media screen and (max-width:1440px) {
	.index-news-list .item {
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 25px;
		padding-right: 25px
	}

	.index-news-list .item h3 {
		font-size: 16px
	}

	.index-news-list .item .time {
		left: 25px;
		top: 35px
	}

	.index-news-list .item .time .d {
		font-size: 44px
	}
}

.index-news-list:after {
	display: none
}

.index-news-list .item {
	z-index: 1;
	position: relative;
	float: left;
	width: 49%;
	border: #e4e4e4 solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 42px 30px 42px 30px
}

.index-news-list .item:nth-child(1n+3) {
	margin-top: -1px
}

.index-news-list .item:nth-child(2n+2) {
	margin-left: 2%
}

.index-news-list .item h3 {
	font-size: 18px;
	color: #333;
	line-height: 22px
}

.index-news-list .item p {
	margin-top: 8px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 44px;
	height: 44px;
	font-size: 14px;
	color: #999
}

.index-news-list .item .time {
	position: absolute;
	left: 30px;
	top: 40px;
	color: #555;
	text-align: center;
	display: none
}

.index-news-list .item .time .d {
	font-size: 50px
}

.index-news-list .item .time .ym {
	margin-top: 8px;
	font-size: 15px
}

.index-news-list .item:hover {
	z-index: 9
}

@media screen and (max-width:1440px) {
	.index-news-list .item {
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 25px;
		padding-right: 25px
	}

	.index-news-list .item h3 {
		font-size: 16px
	}

	.index-news-list .item .time {
		left: 25px;
		top: 35px
	}

	.index-news-list .item .time .d {
		font-size: 44px
	}
}

.index-news .more {
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto
}

.index-partner {
	z-index: 1;
	position: relative;
	padding: 35px 3.64583333%;
	background-color: #f6f6f6
}

.index-partner:after {
	content: " ";
	z-index: -1;
	position: absolute;
	right: 3.64583333%;
	margin-right: 30px;
	top: 0;
	background-size: auto 100%;
	background-position: right 50%;
	background-repeat: no-repeat;
	width: 1000px;
	height: 100%
}
.index-news .more {
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto
}

.index-partner {
	z-index: 1;
	position: relative;
	padding: 35px 3.64583333%;
	background-color: #f6f6f6
}

.index-partner:after {
	content: " ";
	z-index: -1;
	position: absolute;
	right: 3.64583333%;
	margin-right: 30px;
	top: 0;
	background-size: auto 100%;
	background-position: right 50%;
	background-repeat: no-repeat;
	width: 1000px;
	height: 100%
}

.pageListBox .pageList {
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
	height: 34px;
	line-height: 32px;
	font-size: 0;
	text-align: center
}

.pageListBox .pageList ul {
	position: relative;
	float: none !important
}

.pageListBox .pageList ul,
.pageListBox .pageList ul li {
	display: inline-block;
	vertical-align: top
}

.pageListBox .pageList ul li {
	margin: 0 4px;
	font-size: 14px
}

.pageListBox .pageList ul .ctr a,
.pageListBox .pageList ul .end a,
.pageListBox .pageList ul .start a {
	font-weight: 700;
	font-size: 14px;
	font-family: SimSun, '宋体' !important
}

.pageListBox .pageList a {
	display: inline-block;
	border: #d8dce0 solid 1px;
	margin-right: 3px;
	width: 32px;
	height: 32px;
	font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
	border-radius: 50%;
	color: #999;
	background-color: #fff;
	-webkit-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
	font-size: 14px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, .04)
}
.pageListBox .pageList a .page-num page-num-current {
	color: #fff;
	background-color: #ff6900;
	border-color: #bb4f02
}

.pageListBox .pageList a.selected,
.pageListBox .pageList a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #bb4f02
	
}

.pageListBox .pageList a:active {
	border-color: #fff !important
}
.pageListBox .pageList ul, .pageListBox .pageList ul li {
    display: inline-block;
    vertical-align: top;