/* 全局 */
html,body {
	overflow-x: hidden;
}

i {
	font-style: normal;
}

/* 图标 */

@font-face {
	font-family: "layui-icon-fly";
  src: url('iconfont.eot?t=1512007250695'); /* IE9*/
  src: url('iconfont.eot?t=1512007250695#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.ttf?t=1512007250695') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1512007250695#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family: "layui-icon-fly" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zan:before {
	content: "\e612"
}

.icon-jiazaizhong:before {
	content: "\e60e"
}

.icon-sousuo:before {
	content: "\e621"
}

.icon-quanpingpad:before {
	content: "\e61d"
}

.icon-shezhi:before {
	content: "\e607"
}

.icon-renzhengv:before {
	content: "\e62b"
}

.icon-shijian:before {
	content: "\e60a"
}

.icon-guanbi:before {
	content: "\e614"
}

.icon-tianjia:before {
	content: "\e616"
}

.icon-tuichu:before {
	content: "\e601"
}

.icon-shui:before {
	content: "\e602"
}

.icon-qq:before {
	content: "\e618"
}

.icon-weibo:before {
	content: "\e617"
}

.icon-tupian:before {
	content: "\e608"
}

.icon-logo:before {
	content: "\e603"
}

.icon-daima:before {
	content: "\e609"
}

.icon-biaoqing:before {
	content: "\e60f"
}

.icon-nan:before {
	content: "\e619"
}

.icon-nv:before {
	content: "\e61a"
}

.icon-quitquanping:before {
	content: "\e61e"
}

.icon-zuichun:before {
	content: "\e61c"
}

.icon-charushuipingxian:before {
	content: "\e622"
}

.icon-yulan:before {
	content: "\e60d"
}

.icon-liulanyanjing:before {
	content: "\e60b"
}

.icon-touxiang:before {
	content: "\e604"
}

.icon-caina:before {
	content: "\e613"
}

.icon-room:before {
	content: "\e615"
}

.icon-svgmoban53:before {
	content: "\e610"
}

.icon-shichang:before {
	content: "\e600"
}

.icon-shouye:before {
	content: "\e605"
}

.icon-tishilian:before {
	content: "\e629"
}

.icon-fabu:before {
	content: "\e606"
}

.icon-pinglun:before {
	content: "\e60c"
}

.icon-zan1:before {
	content: "\e611"
}

.icon-chengshi:before {
	content: "\e61b"
}

.icon-lianjie:before {
	content: "\e620"
}

.icon-yulan1:before {
	content: "\e785"
}

.icon-renshu:before {
	content: "\e61f"
}

.icon-huizongzuoyoutuodong:before {
	content: "\e623"
}

.icon-404:before {
	content: "\e627"
}

.icon-iconmingxinganli:before {
	content: "\e652"
}

.icon-wenda:before {
	content: "\e626"
}

.icon-top:before {
	content: "\e624"
}

.icon-ui:before {
	content: "\e625"
}

.icon-fengexian:before {
	content: "\e63a"
}

.icon-jiacu:before {
	content: "\e62f"
}

.icon-kiss:before {
	content: "\e6cd"
}

.icon-biaoqing1:before {
	content: "\e63b"
}

.icon-emwdaima:before {
	content: "\e62a"
}

.icon-jifen:before {
	content: "\e632"
}

.icon-aqrenzheng:before {
	content: "\e62d"
}

.icon-pinglun1:before {
	content: "\e631"
}

.icon-yxj-expression:before {
	content: "\e628"
}

.icon-tongzhi:before {
	content: "\e647"
}

.icon-pinglun2:before {
	content: "\e62c"
}

.icon-jiaoliu:before {
	content: "\e6b7"
}

.icon-renzheng:before {
	content: "\e62e"
}

/* 辅助 */
a:hover {
	color: #ed1b24;
	transition: all .3s;
}

pre {
	padding: 10px 15px;
	margin: 10px 0;
	font-size: 12px;
	border-left: 6px solid #009688;
	background-color: #f8f8f8;
	font-family: Courier New;
	overflow: auto;
}


/* 头部 */
.fly-header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
}

@media (max-width:768px) {
	.fly-header {
		position: fixed;
		background: #FFFFFF;
	}
}

@media (max-width:991px) {
	.fly-header {
		height: 60px;
	}

	.fly-logo {
		position: absolute;
		left: 10px;
		top: 0;
		line-height: 60px;
	}
}

@media (min-width:992px) {
	.fly-logo {
		position: absolute;
		left: 10px;
		top: 0;
		line-height: 105px;
	}
}

.fly-nav-avatar img {
	width: 36px;
	height: 36px;
	margin-left: 10px;
	border-radius: 100%;
}

.fly-nav-avatar  .icon-renzheng {
	font-size: 16px;
	top: 1px;
}

.fly-nav-avatar .fly-badge-vip {
	position: relative;
	margin-left: 10px;
}

.fly-nav-user .layui-nav-child a i {
	position: relative;
	top: 2px;
	margin-right: 10px;
	font-size: 26px;
}

.fly-nav-msg {
	position: absolute;
	top: 50%;
	left: -25px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	padding: 0 6px;
	background-color: #FF7200;
	color: #fff;
	border-radius: 2px;
}

.fly-nav-msg:hover {
	color: #fff;
}

.fly-header .layui-nav {
	padding: 0;
	background: none;
}

.fly-header .fly-nav a {
	padding: 0 25px 0 60px;
}

.fly-header .fly-nav-user li a {
	padding: 0 10px;
}

.fly-header .fly-nav-user li .fly-nav-avatar {
	padding-right: 0;
}

.fly-header .fly-nav-user a.iconfont {
	color: #A9B7B7;
}

.layui-nav .layui-nav-item {
	padding: 22px 0;
}

.fly-header>.layui-nav-item a {
	color: rgba(255,255,255,0.5);
}

.fly-header .layui-nav .layui-this:after,
.fly-header .fly-nav-user .layui-nav-more,.fly-header .layui-nav .layui-nav-bar {
	display: none !important;
}

.fly-header .fly-nav-user .layui-nav-child {
	left: auto;
	right: 0;
	width: 120px;
	min-width: 0;
}

.fly-header a i {
	padding-right: 2px;
	font-size: 14px;
}
/* 底部 */
.fly-footer {
	padding: 20px 0;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #595757;
}

.fly-footer a {
	color: #fff;
}

.fly-footer a:hover {
	color: #ed1b24;
}

.fly-footer .fly-jj a {
	padding: 0 50px;
	font-size:15px;
}

.fly-footer .dbxx{ color:#e8e5e5; font-size:12px; padding:0 0 5px 0; line-height:24px;}
.fly-footer .dbxx a{ color:#e8e5e5;}
.fly-footer .dbxx a:hover{ color:#ed1b24;}
.bshare-custom .bshare-more {
    padding-left: 0 !important;
    color: #fff !important;
    display: inline-block;
}
.f-cb {
	zoom: 1;
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wl-industry {
	position: relative;
}
@media (max-width:768px) {
.wl-industry.small{
padding:30px 0;
}
.wl-industry.small .wli-img {
	height: 360px;
}

.wl-industry.small .wli-lstwrap {
	width: 100%;
	top: 0;
}

.wl-industry.small .wli-lst li {
	height: 90px;
	line-height: 90px;
}

.wl-industry.small .wli-lst li .hidewrap {
	height: 90px;
}

.wl-industry.small .wli-lst li .lft {
	font-size: 30px;
	line-height: 90px;
	width: 27%;
}

.wl-industry.small .wli-lst li .rgt {
	width: 73%;
	line-height: 90px;
}

.wl-industry.small .wli-lst li .rgt h2 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 90px;
	color: #fff;
}

.wl-industry.small .wli-lst li .rgt .p2 {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	display: block;
}

.wl-industry.small .wli-lst li.cur .a2 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
}

.wl-industry.small .wli-lst li.cur .lft {
	width: 27%;
	background: none;
}

.wl-industry.small .wli-lst li.cur .lft span {
	height: 90px;
	line-height: 90px;
	opacity: 1;
}

.wl-industry.small .wli-lst li.cur .rgt {
	width: 73%;
}

.wl-industry.small .wli-lst li.cur .rgt h2 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 90px;
	color: #fff;
}
}
.wl-industry .wli-img {
	width: 60%;
	height: 470px;
	float: left;
}

.wl-industry .wli-img ul {
	width: 100%;
	height: 100%;
	position: relative;
}

.wl-industry .wli-img li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.wl-industry .wli-img li .a1 {
	display: block;
	width: 100%;
	height: 100%;
}

.wl-industry .wli-img li .wrap {
	position: absolute;
	left: 14%;
	bottom: 7%;
}

.wl-industry .wli-img li .wrap .p1 {
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 35px;
	padding-right: 30px;
}

.wl-industry .wli-lstwrap {
	position: absolute;
	width: 40%;
	right: 0;
}

.wl-industry .wli-lstwrap .line {
	position: absolute;
	height: 100%;
	border-right: #F8B6BA 1px dashed;
	left: 27%;
	z-index: 4;
}


.wl-industry .wli-lst {
	width: 100%;
	position: relative;
}

.wl-industry .wli-lst li {
	width: 100%;
	height: 94px;
	line-height: 94px;
	position: relative;
	transition: .5s;
}

.wl-industry .wli-lst li.first1 {
	background-color: #e09194;
}

.wl-industry .wli-lst li.first2 {
	background-color: #f07378;
}

.wl-industry .wli-lst li.first3 {
	background-color: #f64f56;
}

.wl-industry .wli-lst li.first4 {
	background-color: #f4353d;
}

.wl-industry .wli-lst li.first5 {
	background-color: #ed1b24;
}

.wl-industry .wli-lst li.cur {
	z-index: 3;
}

.wl-industry .wli-lst li.cur .a2 {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
}

.wl-industry .wli-lst li.cur .lft {
	width: 27%;
}

.wl-industry .wli-lst li.cur .lftq1 {
	background: url("../images/6.png") no-repeat center;
}

.wl-industry .wli-lst li.cur .lftq2 {
	background: url("../images/7.png") no-repeat center;
}

.wl-industry .wli-lst li.cur .lftq3 {
	background: url("../images/8.png") no-repeat center;
}

.wl-industry .wli-lst li.cur .lftq4 {
	background: url("../images/9.png") no-repeat center;
}

.wl-industry .wli-lst li.cur .lftq5 {
	background: url("../images/10.png") no-repeat center;
}

.wl-industry .wli-lst li.cur .lft span {
	opacity: 0;
	line-height: 94px;
}

.wl-industry .wli-lst li.cur .rgt {
	width: 73%;
}

.wl-industry .wli-lst li.cur .rgt h2 {
	color: #ed1b24;
}

.wl-industry .wli-lst li.cur .rgt .p2 {
	display: block;
}

.wl-industry .wli-lst li.cur .hidewrap {
	display: block;
}

.wl-industry .wli-lst li .hidewrap {
	display: none;
	width: 100%;
	height: 100%;
}

.wl-industry .wli-lst li .a2 {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: .5s;
}

.wl-industry .wli-lst li .lft {
	box-sizing: border-box;
	width: 27%;
	text-align: center;
}

.wl-industry .wli-lst li .rgt {
	width: 73%;
}

.wl-industry .wli-lst li .rgt h2 {
	font-weight: normal;
	font-size: 20px;
	padding-left: 65px;
}

  /* 新 */
.center {
	text-align: center;
}

.layui-nav {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box;
}

.homeabout {
	position: relative;
	padding: 50px 0 20px 0;
}
@media (max-width:768px) {
.homeabout {	
	position: relative;
	padding: 20px 0 20px 0;
	}
}
.hometk {
	margin-top: 20px;
}
@media (min-width:992px) {
.hometk {
	background: url(../images/abouts.jpg) no-repeat center top;
	margin-top: 20px;
}
}

.ours {
	font-size: 40px;
	color:#000000;
}

.homeabout cite {
	line-height: 30px;
	font-size: 15px;
	color: #666;
	font-style: normal;
	padding: 40px 0 20px 0;
	display: block;
}

@media (max-width:767px) {
	
	.homeabout cite {
		padding: 20px 0;
	}
}

.homeabout h3 {
	font-size: 80px;
	color: #ed1b24;
	font-weight: bold;
	margin-bottom: 10px;
	
}

.oues {
	font-size: 17px;
	color: #666;
	line-height: 26px;
	margin-bottom: 20px;
}

.homevideo {
	padding: 20px 0;
}

.homevideo h3 {
	font-size: 30px;
	padding: 60px 40px 36px 50px;
}

@media (max-width:767px) {
	
	.homevideo h3 {
		text-align: center;
		font-size: 24px;
		padding: 20px 0;
	}
}

.videor{
float:right;
	}
.videol{
float:left;
	}
.homevideo p {
	font-size: 15px;
	line-height: 30px;
	color: #666666;
	padding: 0 40px 20px 50px;
}
@media screen   and (min-width:1024px) and (max-width:1199px){
	
.homevideo h3 {
		padding: 20px 40px;
	}
.homevideo p {
    padding: 0 40px;
}
}
@media (max-width:767px) {
	
	.homevideo p {
		padding: 0 0 20px 0;
	}
}

@media (max-width:991px) {
	
	.homevv {
		margin-top: 10px;
	}
}

.homenews {
	padding: 40px 0 30px 0;
}

@media (max-width:768px) {
	
	.homenews {
		padding: 0;
	}
}

.homecp {
	padding: 50px 0 40px 0;
}

@media (max-width:768px) {
	
	.homecp {
		padding: 20px 0;
	}
}

.oursn {
	font-size: 40px;
	color:#000000;
}

.oursnn {
	font-size: 36px;
	color:#000000;
}
@media (max-width:768px) {
.oursn {
	font-size:24px;
}
.ours {
    font-size: 24px;

}
.oursnn {
    font-size: 24px;
}
}
.homenews cite {
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-style: normal;
	padding: 10px 0 50px 0;
	display: block;
}
.homecp cite {
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-style: normal;
	padding: 5px 0 60px 0;
	display: block;
}
@media (max-width:768px) {
	
.homenews cite {
		padding: 20px 0;
	}
.homecp cite {
		padding: 20px 0;
	}
}

@media screen and (min-width: 1200px) {
	.wids {
		min-width: 1366px;
	}
}

.homens img {
width: 100%;
height: 100%;
}
.homens img:hover{opacity: 0.8;}
@media screen and (max-width: 768px) {
	.homens img {
		width: 100%;
	}
}

.fly-list li {
	position: relative;
	line-height: 22px;
	padding: 40px 0 30px 95px;
}

@media screen and (max-width: 768px) {
	.fly-list li {
		padding: 20px 0 00px 95px;
	}
}

.fly-list li h2,
.fly-list li h2 a,
.fly-list-info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fly-list li h2 {
	height: 22px;
	font-size: 0;
	padding: 5px 0 10px 0;
}

.fly-list li h2 a {
	display: inline-block;
	font-size: 18px;
	color:#000000;
}
.fly-list li h2 a:hover {
	color:#ed1b24;
}

.fly-list li p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height:50px;
    overflow: hidden;
}

.fly-list li h3 a {
	display: inline-block;
	font-size: 14px;
	color: #ed1b24;
	font-weight: bold;
	padding: 10px 0;
	transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
	.fly-list li p {
		display: none;
	}
}
.homevideo img:hover{opacity: 0.9;}
.fly-sj {
	position: absolute;
	left: 0;
	background: #ed1b24;
	color: #FFFFFF;
	padding: 12px 20px;
	text-align: center;
}

.fly-sj time {
	font-size: 16px;
}

.homehrr {
	padding: 10px;
}

.homehonr i img{
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.homehonr i img:hover{
	-webkit-transform:rotate(360deg) scale(1.2); 
	-moz-transform:rotate(360deg) scale(1.2);
	-ms-transform:rotate(360deg) scale(1.2);
	-o-transform:rotate(360deg) scale(1.2);
}
.homehonr {
	padding: 10px 0 110px 0;
}

@media screen and (max-width: 768px) {
	.homehonr {
		padding: 50px 0;
	}
}

.homehonr h3 {
	font-size: 16px;
	margin: 30px 0 16px 0;
	font-weight: bold;
	color:#000000;
}

.homehonr i {
	display: block;
	position: relative;
	margin: 0 auto;
}

.homehonr p {
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
/* 内页 */
.labt-img {
    position: relative;
}
.limg {
    display: block;
    width: 100%;
}

.fly-panel-title{position: relative; height: 65px; line-height: 65px;color: #666;font-size: 13px;}
.fly-panel-main{padding: 10px 15px;}
.fly-filter a{padding: 0 8px; color: #666;}
.fly-filter a:hover{color: #ed1b24;}
.fly-filter .fly-mid{margin: 0 8px;}
.fly-filter-right{position: absolute; right: 0; top: 0;}
.fly-filter-right a{color: #666;font-size: 16px; font-weight: 600;padding: 0 37px;}
.fly-filter-rights a{color: #666;font-size: 16px; font-weight: 600;padding: 0 32px;}
.fly-filter-right  a.layui-this-moren {
    color: #ed1b24;
}
.fly-mid{display: inline-block; height: 15px; width: 1px; margin: 0 10px; vertical-align: middle; background-color: #e2e2e2;}
@media screen and (max-width: 768px) {
.fly-panel-title{height: 45px; line-height: 45px;}
.fly-panel-main{padding: 10px 15px;}
.fly-filter a{padding: 0 5px;}
.fly-filter .fly-mid{margin: 0 5px;}
.fly-filter-right a{color: #666;font-size: 14px; font-weight: 600;}

}
.nybj{
background:#f8f9f9;
width:100%;
height:auto;
}
.nyabout{
padding:20px 0 160px 0; color: #666666; font-size:14px; line-height:32px;
}
.nyabout .abouthh{
padding:50px 0 50px 0; color: #333; font-size:28px; text-align:center;
}
@media screen and (max-width: 768px) {
.nyabout img {
    max-width: 100% !important;
    height: auto;
}
}

.keyantp img {
    max-width: 100% !important;
    height: auto;
}
@media screen and (max-width: 768px) {
.keyantp img {
text-align:center;
display:block;
margin:0 auto;
}
}
.wenhuahr{
	padding: 60px 0 60px 0;

}
@media screen and (max-width: 768px) {
.wenhuahr{
	padding: 0 0 20px 0;

}
}
.wenhuahr h3 {
	font-size: 18px;
	padding:25px 0 0 0;
	color:#333;
}
.wenhuahr i{display:block;position:relative;width:155px;height:155px;margin:0 auto;border:3px solid #ed1b24;border-radius:50%;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.wenhuahr i img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);max-width:100%;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.wenhuahr i{
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.wenhuahr i:hover{
border: 3px solid #D2BC31;
	-webkit-transform:rotate(360deg) scale(1.1); 
	-moz-transform:rotate(360deg) scale(1.1);
	-ms-transform:rotate(360deg) scale(1.1);
	-o-transform:rotate(360deg) scale(1.1);
}
.keyannr p{ text-indent:2em;}
@media screen and (min-width: 1200px) {
.keyannr{
 line-height:46px;
}
}
@media screen and (min-width: 769px )and (max-width: 1024px) {
.keyannr{
 line-height:26px;
}

}
.nyaboutry{
padding-top:90px;
}
.slideBox4 {
	width: 100%;
	position: relative;
}

.slideBox4 .bd4{
	position: relative;
	z-index: 0;
}
.slideBox4 .bd4 li {
	float:left;
	zoom: 1;
margin-right:20px;

}
.slideBox4 .bd4 li p {
font-size:14px;
color:#666;
padding-top:20px;
text-align:center;
width: 250px;
}


.slideBox4 .prev {
	position: absolute;
	left:-4%;
	top:50%;
	width: 25px;
	height: 46px;
	filter: alpha(opacity=100);
	opacity:1;
	background: url(../images/left.png) no-repeat left center;
}
.slideBox4 .next {
	position: absolute;
	right:-4%;
	top:50%;
	width: 25px;
	height: 46px;
	filter: alpha(opacity=100);
	opacity:1;
	background: url(../images/right.png) no-repeat left center;
}
.bd4 .p-box{margin:0 auto; text-align:center;border: 1px solid #dddddd;}
.bd4 .p-box .p_img{ height:370px; width:250px;text-align: center;vertical-align: middle;display: table-cell;}
.bd4 .p-box .p_img img{text-align:center;vertical-align:middle;}

  @media screen and (min-width:992px) and  (max-width:1024px){
.slideBox4 .bd4 li {
margin-right:80px;

}
.slideBox4 .prev {
	left:0;
}
.slideBox4 .next {
	right:0;

}
 }
  @media screen and (min-width:768px) and (max-width:991px) {
.slideBox4 .bd4 li {
margin:0 60px;

}
.slideBox4 .prev {
	left:0;
}
.slideBox4 .next {
	right:0;

}
 }
  @media screen and (max-width:767px) {
.slideBox4 .bd4 li {
	width:100%;
	float:left;
	zoom: 1;
margin-right:0;
}
.bd4 .p-box .p_img {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.bd4 .p-box .p_img img{width:100%; height:auto;}
.bd4 .p-box{border:0;}
.slideBox4 .bd4 li p {

width:100%;
}
 }
.rel {
    position: relative;
}
/**首页荣誉**/
.nyhonor{
padding:64px 0 160px 0;
}

.nyhonor ul li {
    margin:5px 0;
}
.nyhonor ul li span {
width: 310px;
    height: 215px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
border: 1px solid #dddddd;
}
.nyhonor ul li p {
color:#666666;
font-size:14px;
text-align:center;
padding-top:24px;
}

  @media screen and (max-width:767px) {
.nyhonor ul li span {
width:100%;
height:auto;
}
.nyhonor .honorimg {
position: relative;
    display: block;
	text-align: center;
}
.honorimg img {
    max-width: 100%;
	padding:10px;

}
}

.nyxianchang{
padding:64px 0 160px 0;
}
.nyxianchang img{
width:100%;
height:300px;
}
.nyxianchang img:hover{opacity: 0.9;}
.nyxianchang ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
	margin-bottom:-30px;
}
.nyxianchang ul li p{ position: relative;bottom: 50px;width: 100%; height:50px; line-height:50px; text-align:center; background-color:rgba(0,0,0,.5); color:#fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nyxianchang ul li a:hover p{display: block;}
@media screen and (max-width:767px) {
.nyxianchang img {
width: 100%;
height:auto;
}
}

.shengchan{
padding:64px 0 160px 0; color: #ffffff; font-size:15px;
}

.shengchan img{
width: 100%;
height:650px;
}

.sheng1 img:hover{opacity: 0.9;}
.sheng2 img:hover{opacity: 0.9;}

@media screen and (max-width:767px) {
.shengchan img {
width: 100%;
height:auto;
}
}

.meibian{text-indent:9em;}
.nrmns{text-indent:6em;}
.nengli { position:absolute; top:110px; left:60px;}
.nengli span{font-size:24px; font-weight:bold;}
.nengli p{ padding-top:30px;}
.nengli2 { padding-top:55px;}
.nengli3 { position:absolute; top:110px; left:40px;}
.nengli3 span{font-size:24px; font-weight:bold;}
.nengli3 p{ padding-top:20px;}
.hong { height:320px; background:#e50022;}
.hong .hongnr{position:absolute; top:50px; left:50px;}
.hong .hongnr span{font-size:24px; font-weight:bold;}
.hong .hongnr p{ padding-top:20px;}
.huang { height:320px; background:#d3bd2c; margin-top:10px;}
.huang .hongnr{position:absolute; top:50px; left:50px;}
.huang .hongnr span{font-size:24px; font-weight:bold;}
.huang .hongnr p{ padding-top:20px;}
@media screen and (min-width:768px) and (max-width:1023px) {
.huang {margin-top:0;}
}
@media screen and (min-width:769px) and (max-width:1024px) {
.nengli3 {left:20px;}
.meibian{text-indent:0;}
.nengli3 p{ line-height:24px;}
}
.labt-imgs{border-top: 1px solid #f4f5f5;}

.nynews{
padding:60px 0 0 0;
}

.fly-sjs {
	position: absolute;
	left: 10px;
	top:10px;
	background: #ed1b24;
	color: #FFFFFF;
	padding:20px;
	text-align: center;
}

.fly-sjs time {
	font-size: 16px;
}
.fly-lists li {
	position: relative;
	line-height: 22px;
	padding: 30px 0 50px 0;
}
.td-cont-inditem img {width:100%;}
@media screen and (max-width: 768px) {
.fly-lists li {
padding: 20px 0 20px 0;
}
}

.fly-lists li h2,
.fly-lists li h2 a,
.fly-lists-info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fly-lists li h2 {
	height: 22px;
	font-size: 0;
	padding: 5px 0 10px 0;
}

.fly-lists li h2 a {
	display: inline-block;
	font-size: 18px;
	color:#030303;
}
.fly-lists li h2 a:hover {
	color:#ed1b24;
}

.fly-lists li p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height:60px;
    overflow: hidden;
}

.td-cont-inditem img:hover{opacity: 0.9;}
.nynewss{
padding:80px 0 160px 0;
}

.fly-list2 li {
	position: relative;
	line-height: 22px;
	padding: 10px 0 10px 140px;
}

.fly-list2 li h2 {
	height: 22px;
	font-size: 0;
	padding: 30px 0 20px 0;
}

.fly-list2 li h2 a {
	display: inline-block;
	font-size: 18px;
	color:333333;
	font-weight:bold;
}
.fly-list2 li a:hover {
	color:#e50022;
}
.fly-list2 li:hover .fly-sj2{
	background:#e50022;
}
.fly-list2 li p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.fly-sj2 {
	position: absolute;
	left: 0;
	background: #999999;
	color: #FFFFFF;
	padding: 36px 31px;
	text-align: center;
}

.fly-sj2 time {
	font-size: 45px;
	font-family:Impact;
}
.fly-sj2 cite {
font-size: 15px;
font-style: normal;
}

@media (max-width:1024px) {
.fly-list2 li h2 {
	height: 22px;
	font-size: 0;
	padding: 10px 0;
}
}
@media (max-width:767px) {
.fly-list2 li p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height:75px;
	overflow:hidden;
}
}
.nyabout .info {
	padding: 20px 0;
	line-height: 30px;
	font-size: 14px;
}
.nyabout .info img{max-width: 100% !important;height: auto;}
@media (max-width:767px) {
.nyabout .info img {
width: 100%;
}
}
.nyabout .date1 {
	border-bottom: 1px dashed rgb(178, 178, 178);
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
	color: rgb(102, 102, 102);
}
.nyabout .ntitle {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 30px 0px 15px 0px;
	color:#333;
}
.nyabout .fntitle {
	font-size: 16px;
	text-align: center;
	padding: 0 0 15px 0;
	color:#666;
}
.nyabout .info table{text-align:center; margin:0 auto;border-collapse:collapse;}
.nyabout .bdsharebuttonbox .bds_more{float:none;background:none;display:inline;}
.nyabout .bdsharebuttonbox .bds_more:hover{color:#d83336;}
.nyabout .bdsharebuttonbox .bds_more:hover i.share{background-position:0 0;}
i.time,i.click,i.source,i.share{display:inline-block;width:20px;height:16px;vertical-align:middle; transition:all ease .5s;}
i.time{background:url(../images/icon09.png) 0 0 no-repeat;}
i.click{background:url(../images/icon10.png) 0 0 no-repeat;}
i.source{background:url(../images/icon12.png) 0 -16px no-repeat;}
i.share{background:url(../images/icon11.png) 0 -16px no-repeat;}
.newsD_cls {
    padding-bottom: 30px;
    text-align: center;

}
.newsD_cls {
margin-top:30px;  
}
.newsD_cls a {
    display: inline-block;
    width: 30%;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 45px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.newsD_cls a:hover {
    border-color: #ed1b24;
}

/*招聘*/
.zhaopin {
	width:100%;
	height:auto;
	margin-top:40px;
}
.zhaopin  cite {
font-style:normal;
}
.zhaopin table th {
	height: 50px;
	background:#bababa;
	font-size:16px;
	font-weight:bold;
	color:#fff;
border-bottom:10px solid #FFF;
}
@media (max-width:767px) {
.zhaopin table th {
width:20%;
}

}
.zhaopin table tr {
height:50px;

}
.zhaopin table td {
height:30px;
	border-top:6px solid #FFF;
	text-align:center;

}
.zhaopin table tr.detailed {
	background:#f2f2f2;
	color:#333;
	cursor:pointer;
}
.zhaopin table tr.detailed:hover {
	background:#ed1b24;
	color:#FFF;
}
table tr.detailBox {
	display: none;
	height:auto;
	padding: 20px;
}
table tr.detailBox td {
	padding: 10px;
	font-weight:normal;
	line-height:30px;
	background:#ffffff;
	border-top:0;
	text-align:left;
}
.zhaopin table tr.yanse {
	background:#ed1b24;
	color: #fff;
}

.liuyan {
margin-top:40px;
}
@media (min-width:1199px) {
.feedback {
margin: 0 auto;
width:60%;
}
}
.layui-form-item {
    margin-bottom: 24px;
    clear: both;
}

.nycontact{
padding:70px 0 160px 0; color: #666666; font-size:14px; line-height:32px;
}
.waiwei{ border:1px solid #e4e3e3; background:#FFFFFF;}
.waiwei .neiwei{padding:50px 30px 50px 30px;}
.waiwei .neiwei h2{ color:#e50022; font-size:28px; font-weight: bold; padding-bottom:25px;border-bottom:1px solid #e4e3e3;}
.waiwei .neiwei p{ color:#333333; font-size:15px;padding:15px 0 0 32px;}
.waiwei .neiwei  .con1{background: url(../images/con1.png)0 80% no-repeat;}
.waiwei .neiwei  .con2{background: url(../images/con2.png)0 80% no-repeat;}
.waiwei .neiwei  .con3{background: url(../images/con3.png)0 80% no-repeat;}
.waiwei .neiwei  .con4{background: url(../images/con4.png)0 80% no-repeat;}
.waiwei .neiwei  .con5{background: url(../images/con5.png)0 80% no-repeat;}
.waiwei .neiwei  .con6{background: url(../images/con6.png)0 80% no-repeat;}

@media (max-width:1024px) {
.layui-hide-xss {
display:none;
}
}
@media screen and (max-width: 767px)
{
.fly-panel-title-yewu{
 height: 60px;
line-height: 30px;
}
.fly-filters a {
    padding: 0 2px;
}
}
.nyyewu{
padding:46px 0 100px 0; color: #333; font-size:15px; line-height:32px;
}
.nyyewu .zhineng{ width:185px; height:50px; line-height:50px; text-align:center;background:#d4c42e; font-size:24px; color:#FFFFFF;
}
.nyyewu .yewunr{
    color: #333;
    font-size: 15px;
    line-height: 36px;
}
.nyyewu .yewunr img{
max-width:100%;
height:auto;
}

.wenhuahrs{
	padding: 60px 0 60px 0;

}

.wenhuahrs i{display:block;position:relative;width:95px;height:95px;margin:0 auto;border:2px solid #a5a5a5;border-radius:50%;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.wenhuahr i img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);max-width:100%;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.wenhuahrs i{
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.wenhuahrs i:hover{
border: 2px solid #ed1b24;
	-webkit-transform:rotate(360deg) scale(1.1); 
	-moz-transform:rotate(360deg) scale(1.1);
	-ms-transform:rotate(360deg) scale(1.1);
	-o-transform:rotate(360deg) scale(1.1);
}
.wenhuahrs p{
 padding-top:5px;
}
.wenhuahrs p a{
font-size:15px; color:#666666;
}
.wenhuahrs p a:hover{
color:#ed1b24;
}
@media screen and (min-width: 768px)
{
.qf2{width:50%;margin:0 auto;}
.qf3{width:70%;margin:0 auto;}
.qf4{width:80%;margin:0 auto;}
}
@media screen and (min-width: 1024px)
{
.qf2{width:40%;margin:0 auto;}
}
@media screen and (min-width: 1199px)
{
.qf2{width:40%;margin:0 auto;}
.qf3{width:60%;margin:0 auto;}
.qf4{width:80%;margin:0 auto;}
.layui-col-mdd3{ width:20%;}
}
.hexin{background: url(../images/bj.png) no-repeat center top;}
@media screen and (max-width: 1024px)
{
.hexin{background: url(../images/bj.png) repeat-y center top;}
}


.cpzx h2{ font-size:28px; color:#333333; padding:80px 0 20px 0;}
.cpzj img{padding:20px 0;}
.cpzj p{padding:0 0 35px 0;}
.hexinbj{ background:#d03232;opacity: 0.8; border-left: 1px solid rgba(192,192 ,192, 0.8);display:block;}
.cpzx p a{ color:#FFFFFF; font-size:17px;}
.cpzx p a:hover{color:#D2BC31;}
@media screen and (min-width: 768px)
{
.hexinbj{width:20%;}
}
@media screen and (max-width: 767px)
{
.hexinbj{border-bottom: 1px solid rgba(192,192 ,192, 0.8);}
}

.cpzj img{transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.cpzj img:hover{transform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-o-transform:translate(0,-10px);-ms-transform:translate(0,-10px);}
.cpsd{padding:20px 0 60px 0;}
.cpsd img{ width:100%;}

.cpsd .xiangmuh{ background:#ceb438;}
.cpsd .xiangmuh .xiangmuhzs{ padding:40px 20px 0 20px; min-height:247px;}
.cpsd .xiangmuh .xiangmuhzs h2 {padding-bottom:10px;}
.cpsd .xiangmuh .xiangmuhzs h2 a{ font-size:24px; color:#FFFFFF;}
.cpsd .xiangmuh .xiangmuhzs h2 a:hover{ color:#ed1b24;}
.cpsd .xiangmuh .xiangmuhzs p{ font-size:14px; color:#FFFFFF; line-height:32px;}

.cpsd .xiangmub{ background:#ffffff;}
@media screen and (min-width: 1024px)
{
.cpsd .xiangmub{width:32%; float:right;}
}
@media screen and (min-width: 1024px) and (max-width: 1199px)
{
.cpsd img{ width:100%; min-height:287px;}
}
.cpsd .xiangmub .xiangmuhzsb{ padding:40px 20px 0 20px; min-height:247px;}
.cpsd .xiangmub .xiangmuhzsb h2 {padding-bottom:20px;font-size:24px; color:#333333;}
.cpsd .xiangmub .xiangmuhzsb li a{ font-size:14px; color:#666; display:block; padding:12px 8px; border-radius:5px;}
.cpsd .xiangmub .xiangmuhzsb li a:hover{ font-size:14px; color:#fff; background:#dd001f;}
@media screen and (min-width: 1200px)
{
.cpsd .xiangmub .xiangmuhzsb li a{padding:12px 20px;}
}


.nychanpin{
padding:50px 0 150px 0; color: #333; font-size:15px; line-height:32px;
}
.nychanpin .zhineng{ width:220px; height:50px; line-height:50px; text-align:center;background:#d4c42e; font-size:24px; color:#FFFFFF; margin-bottom:40px;
padding:0 10px;
}

.wenhuahrss{
	padding: 0 0 60px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1199px)
{
.wenhuahrss{
	width:60%;
	margin:0 auto;
}
}
@media screen and (min-width: 1200px)
{
.wenhuahrss{
	width:55%;
	margin:0 auto;
}
}

.webhua{
	width:100%;
	margin:0 auto;
}
@media screen and (min-width: 768px)
{
.webhuas{
	width:50%;
	margin:0 auto;
}
}
@media screen and (min-width: 1024px)
{
.webhuas{
	width:35%;
	margin:0 auto;
}
}

@media screen and (min-width: 1200px)
{
.webhua{
	width:80%;
	margin:0 auto;
	}
}
.wenhuahrss p a.layui-this-morens {
    color: #ed1b24;
}
@media screen and (min-width: 768px)
{
.layui-col-mdss2
{ width:20%;}
}
.wenhuahrss i{display:block;position:relative;width:95px;height:95px;margin:0 auto;border:2px solid #a5a5a5;border-radius:50%;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.wenhuahr i img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);max-width:100%;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.wenhuahrss i{
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.wenhuahrss .gbys{border:2px solid #ed1b24}
.wenhuahrss i:hover{
border: 2px solid #ed1b24;
	-webkit-transform:rotate(360deg) scale(1.1); 
	-moz-transform:rotate(360deg) scale(1.1);
	-ms-transform:rotate(360deg) scale(1.1);
	-o-transform:rotate(360deg) scale(1.1);
}
.wenhuahrss p{
 padding-top:5px;
}
.wenhuahrss p a{
font-size:15px; color:#666666;
}
.wenhuahrss p a:hover{
color:#ed1b24;
}

.chanpinwz{
padding:0 0 60px 0;
}
.chanpinwz span{
color:#000000; font-size:17px;
}

.chanpinwz p{
color: #666666; font-size:16px; line-height:36px;
}



.nyxianchangs img{
width:100%;
height:295px;
}
.nyxianchangs ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;

}
.nyxianchangs ul li p{width: 100%; height:50px; line-height:50px; padding-top:5px; text-align:center; font-size:15px; color:#333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nyxianchangs ul li a:hover p{color:#ed1b24;}
.sliphover-container h3{color:#fff; font-size:24px; padding:50px 0 20px 0;}
.sliphover-container p{color:#fff; font-size:14px; line-height:28px; padding:0 30px; text-align:left;}
@media screen and (max-width:767px) {
.nyxianchangs img {
width: 100%;
height:auto;
}
}
@media screen and (min-width: 1025px) and (max-width: 1232px) {
.header .logo img{
display: block;
    max-height: 86px;
    width: auto;  
}

}

.chanpinny .cpbiaoti{color:#333; font-size:28px; padding:70px 0 30px 0; text-align:center;}
.chanpinny .cpimg{text-align:center;}
.chanpinny .cpimg img{max-width: 100% !important;height: auto;}
.chanpinny .cpnrxx img{max-width: 100% !important;height: auto;}
.chanpinny .cpnrxx { padding:60px 0 160px 0;}
.chanpinny .cpnrxx .xiangqing{ border-bottom:1px solid #e2e2e2;}
.chanpinny .cpnrxx .xiangqing h3{ background:#e50022; color:#FFFFFF; font-size:16px; font-weight:bold; width:140px; height:45px; line-height:45px; text-align:center;}
.chanpinny .cpnrxx .nrxiangqing{ font-size:14px; color:#666666; line-height:32px; padding-top:30px;}
.chanpinny .cpnrxx .nrxiangqing table{text-align:center; margin:0 auto;border-collapse:collapse;}
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pager{text-align: center; margin-top:30px;}
.pager a{
    display: inline-block;width: 27px;line-height: 27px;
    border: 1px solid #f2f2f2;font-size: 12px;color:#666;margin: 0 5px;
}
.pager a:hover,.pager a.act{background: #ed1b24;color:#fff;border-color: #ed1b24;}
.bbj{background:#42668E;}