 @charset "gb2312";
/* ȫ����ʽ */
body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
a {
	color: #f75a53;
	text-decoration: none
}
a:hover, a:focus {
	color: #f75a53;
	text-decoration: underline
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
}
img {
	padding: 0;
	margin: 0;
	border: 0px;
}
*:link, *:visited, *:hover, *:active, *:focus, .item-on-hover, .btn-success, #button {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, menu, section, summary {
	margin: 0;
	padding: 0;
	display: block;
}
.clearfix:before, .clearfix:after, .nav:before, .nav:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .nav:after, .row:after {
	clear: both;
}
::-moz-selection { /*���Firefox*/
background:#f75a53;
color:#fff;
}
::selection {
	background: #f75a53;
	color: #fff;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.container {
	width: 1140px;
	min-width: 1140px
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.pull-left {
	float: left!important
}
.pull-right {
	float: right!important
}
.list-unstyled {
	padding: 0;
	margin: 0;
	list-style: none
}
.list-unstyled li a {
	color: #666666
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.pingpu-bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;/*position: relative;*/
	background-attachment: fixed;
}
.pingpu-bg, .rslides, .fuwu-bg, .news, .ny-banner {
	min-width: 1170px
}
.sx-padding {
	padding: 45px 0;
}
.f-title {
	font-size: 24px;
	padding: 0;
	margin: 0 0 25px 0;
	color: #000000;
}
.f-title small {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 10px;
}
.btn-success {
	color: #fff;
	background-color: #f75a53;
	border-width: 0px;
	border-radius: 5px;
	padding: 10px 20px 8px 20px;
	margin: 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn-success.about-more {
	padding: 14px 30px 12px 30px;
}
.btn-success.news-more {
	padding: 7px 10px 5px 10px;
	margin-left: 0;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	color: #fff;
	background-color: #589ED7;
	text-decoration: none;
}
.btn {
	margin: 20px 0 0 0;
}
.red {
	color: #f75a53 !important;
}
.black {
	color: #666666
}
.black a {
	color: #666666
}
.diwen {
	color: #FFFFFF;
	background-color: #f75a53;
	padding: 10px 20px;
}
/* ���������˵���LOGO */
.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}
.headroom--unpinned {
	top: -100px;
}
.headroom--pinned {
	top: 0;
}
.header {
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0px;
}
.header-top {
	z-index: 999999999 !important;
}
/* LOGO */
.header h1 {
	margin: 0;
	padding: 0;
}
.header .logo {
	padding-top: 15px;
	padding-bottom: 15px;
	display: table;
}
.header h1 small {
	font-size: 14px;
	color: #999;
	display: table;
	padding-left: 25px;
	background-image: url(../images/logo-y-xian.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 25px;
	line-height: 26px;
	margin-top: 24px;
	font-style: italic;
}
.header h1 small a {
	color: #999;
}
/* NAV */
.nav {
	display: table;
}
.nav .nav-bar {
}
.nav-bar > li {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin-top: 28px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.nav-bar > li:hover, .nav-bar > li.active {
	background-color: #f75a53;
}
.nav-bar > li > a {
	padding: 23px 16px 25px 16px;
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}
.nav-bar > li > a:hover, .nav-bar > li:hover a, .nav-bar > li.active a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-bar > li small {
	display: none;
	color: #FFFFFF;
	font-size: 12px;
}
.nav-bar > li:hover small, .nav-bar > li.active small {
	display: block;
}
.nav-bar > li ul {
	display: none;
	background-color: #F75A53;
	border-bottom-left-radius: 5px;
	padding: 0 0 5px 0;
	border-bottom-right-radius: 5px;
	position: absolute;
	left: 0px;
	top: 72px;
	z-index: 9999999999;
}
.nav-bar > li:hover ul {
	display: block;
}
.nav-bar > li ul li a {
	line-height: 28px;
	padding: 5px 30px;
	color: #666666 !important;
	border-bottom: 1px solid #F5F5F5;
	display: block;
	background-color: #FFFFFF !important;
	min-width: 70px;
	text-align: left;
}
.nav-bar > li ul li a:hover, .nav-bar > li ul li a.hover {
	background-color: #FE7A75 !important;
	color: #FFFFFF !important;
	text-decoration: none;
	border-bottom: 1px solid #F75A53;
}
/* Banner��� */
.rslides {
	height: 650px;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	position: relative;
	list-style: none;
}
.rslides li {
	width: 100%
}
.banner {
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-attachment: fixed;
	height: 550px;
	margin-top: 100px;
}
.rslides_nav {
	height: 56px;
	width: 36px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	text-indent: -9999px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	top: 325px;
}
.rslides_nav.next {
	background-image: url(../images/banner-left.png);
	left: 30px;
}
.rslides_nav.prev {
	background-image: url(../images/banner-right.png);
	right: 30px;
}
.rslides_tabs {
	margin: 12px auto 0;
	clear: both;
	text-align: center;
	width: 50px;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
*float:left;
	margin-right: 5px
}
.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/rslides_tabs.png);
	display: inline-block;
	_display: block;
*display:block;
	width: 9px;
	height: 9px
}
.rslides_tabs .rslides_here a {
	background: rgba(0,0,0, .6);
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/rslides_tabs.png);
}
/* ֪���ͻ� */
.kehu {
	background-color: #F7F7F7;
}
.kehu .row {
	margin: 0 2px 15px 2px;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #EDEDED;
}
.kehu figure {
	width: 188px;
	float: left;
	position: relative;
	height: 100px;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	background-color: #FFFFFF
}
.kehu figure:hover figcaption {
	display: block;
}
.kehu figure figcaption {
	position: absolute;
	width: 188px;
	height: 100px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	color: #FFFFFF;
	text-align: center;
	line-height: 100px
}
.kehu figure figcaption {
	font-size: 16px;
}
.kehu figure figcaption a {
	color: #FFFFFF;
}
.kehu figure figcaption a:hover {
	text-decoration: underline;
}
/* �������� */
.about {
	line-height: 30px;
	color: #ffffff;
}
.about-us {
	color: #ffffff;
}
.about .f-title, .about .f-title small, .about-us a:hover {
	color: #FFFFFF;
}
.about .about-lianjie {
	margin-top: 20px;
}
.about a.ry, .about a.td {
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 86px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	background-position: center top;
}
.about a.ry {
	background-image: url(../images/about-lianjie-1.png);
}
.about a.ry:hover {
	background-image: url(../images/about-lianjie-11.png);
}
.about a.td {
	background-image: url(../images/about-lianjie-2.png);
}
.about a.td:hover {
	background-image: url(../images/about-lianjie-22.png);
}
/* ���ǵķ��� */
.fuwu-bg {
	background-repeat: no-repeat;
	background-position: center center;  /*position: relative;*/
	background-attachment: fixed;
	background-color: #F2F2F2;
}
.fuwu .f-title, .fuwu .f-title small {
	color: #FFFFFF;
}
.fuwu {
	position: relative;
}
.fuwu figure {
	background-color: rgba(255,255,255,0.80);
	padding: 58px 40px 40px 40px;
	margin-bottom: 20px;
	width: 260px;
	float: left;
	margin-top: 80px;
	position: relative;
}
.fuwu figure.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.fuwu figure a.pic1, .fuwu figure a.pic2, .fuwu figure a.pic3 {
	height: 130px;
	width: 130px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	position: absolute;
	top: -65px;
	left: 105px;
}
.fuwu figure a.pic1 {
	background-image: url(../images/sheji.png);
	background-repeat: no-repeat;
}
.fuwu figure a.pic2 {
	background-image: url(../images/gongcheng.png);
}
.fuwu figure a.pic3 {
	background-image: url(../images/fuwu.png);
}
.fuwu figure figcaption {
	margin-top: 35px;
	margin-bottom: 15px;
	font-weight: bold;
}
.fuwu figure figcaption a {
	color: #f75a53;
	font-size: 16px;
}
.fuwu figure figcaption a:hover {
	text-decoration: underline;
}
.fuwu figure p {
	line-height: 30px;
	color: #000000;
}
.fuwu figure figcaption a.btn-success {
	margin-bottom: 10px;
}
/* �ɹ�����  �ޱ߾���ʽ
.fl-case { height:42px; margin-top: 35px; margin-bottom: 30px; }
.fl-case a { background-color: #F7F7F7; color: #666666; width: 228px; height:40px; line-height:40px; display: inline-block; }
.fl-case a:hover { background-color: #f75a53; color: #FFFFFF; text-decoration: none; }
.case figure { width: 380px; float: left; position: relative; height: 270px; }
.case figure .new { width: 108px; height: 108px; display: block; position: absolute; right: 0px; top: 0px; background-image: url(../images/new.png); background-repeat: no-repeat; background-position: 0px 0px; z-index: 2; }
.case figure:hover figcaption { display:block; }
.case figure figcaption { position: absolute; width: 310px; height: 200px; top: 0px; left: 0px; display: none; background-color: rgba(247,90,83,0.70); padding: 35px; color: #FFFFFF; text-align: left; }
.case figure figcaption h3 { font-size: 18px; font-weight: bold; margin:0 0 8px 0; }
.case figure figcaption h3 a,.case figure figcaption p a { color: #FFFFFF; text-decoration: underline; }
.case figure figcaption h3 a:hover ,.case figure figcaption p a:hover { text-decoration: none; }
.case figure figcaption p { margin:0; line-height:28px;}
.case .row { margin:10px 0px;}
.case-more-top { margin-top:15px !important; }
.case-more { padding: 7px 10px 5px 10px; margin-left: 0; background-color: rgba(255,255,255,0.70); color: #f75a53 !important; text-decoration: none !important; }
.case-more:hover { color: #FFFFFF !important;} */

/* �ɹ�����  �б߾���ʽ */ 
.fl-case {
	height: 42px;
	margin-top: 35px;
	margin-bottom: 15px;
}
.fl-case a {
	background-color: #F7F7F7;
	color: #666666;
	width: 228px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.fl-case a:hover {
	background-color: #f75a53;
	color: #FFFFFF;
	text-decoration: none;
}
.case figure {
	width: 330px;
	float: left;
	position: relative;
	margin: 15px;
}
.case figure .new {
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
.case figure:hover figcaption {
	display: block;
}
.case figure figcaption {
	position: absolute;
	width: 270px;
	height: 82px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	padding: 30px;
	color: #FFFFFF;
	text-align: left;
}
.case figure figcaption h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.case figure figcaption h3 a, .case figure figcaption p a {
	color: #FFFFFF;
	text-decoration: underline;
}
.case figure figcaption h3 a:hover, .case figure figcaption p a:hover {
	text-decoration: none;
}
.case figure figcaption p {
	margin: 0;
	line-height: 28px;
}
.case-more-top {
	margin-top: 15px !important;
}
.case-more {
	padding: 7px 10px 5px 10px;
	margin-left: 0;
	background-color: rgba(255,255,255,0.70);
	color: #f75a53 !important;
	text-decoration: none !important;
}
.case-more:hover {
	color: #FFFFFF !important;
}
/* ������Ѷ */
.news {
	background-color: #F2F2F2;
}
.news section {
	width: 340px;
	float: left;
}
.news section.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.news section h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}
.news section h2 small {
	font-size: 16px;
}
.news section ul li {
	line-height: 30px;
}
.news section ul li a {
	color: #888888;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 270px;
	display: block;
	float: left;
}
.news section ul li a:hover {
	color: #f75a53;
}
.news section ul li small {
	color: #999999;
	float: right!important;
}
.news section p {
	margin-top: 25px;
	margin-bottom: 5px;
}
/* ��Ȩ/��ϵ/���� */
.footer {
	position: relative;
	line-height: 28px;
}
.footer.sx-padding {
	padding-bottom: 0;
}
.footer section {
	width: 340px;
	float: left;
	margin-top: 20px;
}
.footer section.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.footer section h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 30px 0;
	margin: 0;
}
.footer section h3 small {
	font-size: 16px;
}
.footer section h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 14px 0 10px 0;
	margin: 0;
}
.footer, .footer a {
	color: #F0F0F0;
	font-size: 12px;
}
.footer a:hover {
	color: #fff;
}
.footer p {
	padding: 0;
	margin: 0;
}
.footer section address {
	font-style: normal;
	margin: 0;
	padding: 0;
}
.zhixun a {
	width: 40px;
	height: 40px;
	background-image: url(../images/sns.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	float: left;
	background-color: #f75a53;
	border-radius: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.zhixun a:hover {
	background-color: #589ED7;
}
.zhixun a.qq {
	background-position: 0px -40px;
}
.zhixun a.sq {
	background-position: 0px -80px;
}
#xm, #dh, #nr {
	font-size: 12px;
	height: 36px;
	width: 320px;
	background-color: #ededee;
	color: #666;
	border-width: 0px;
	margin-bottom: 25px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 0px;
}
#xm {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#dh {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -40px;
}
#nr {
	height: 110px;
	padding-top: 10px;
	vertical-align: top;
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -160px;
}
#xm:focus, #dh:focus, #nr:focus {
	background-color: #FFF;
	color: #333;
}
#button {
	height: 40px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	background-color: #f75a53;
	color: #FFF;
	font-size: 14px;
	border-radius: 5px;
	-webkit-appearance: button;
	cursor: pointer;
}
#button:hover {
	background-color: #589ED7;
}
#savediv {
	padding: 10px 0;
	line-height: 24px;
}
.key, .mail {
	height: 36px;
	width: 309px;
	background-color: hsla(0,0%,100%,0.00);
	color: #F0F0F0;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #b2b4b7;
	border-radius: 0px;
}
.mail-tx {
	/*olor: #babcbd;*/
	font-size: 14px;
	margin: 15px 0;
}
.s-button, .m-button {
	height: 36px;
	width: 36px;
	text-align: center;
	vertical-align: middle;
	background-color: hsla(0,0%,100%,0.00);
	border: 0px solid #babcbd;
	border-radius: 0px;
	-webkit-appearance: button;
	cursor: pointer;
	position: absolute;
	right: 3px;
}
.s-button {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -80px;
	text-indent: -999px;
	overflow: hidden;
}
.m-button {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -120px;
	text-indent: -999px;
	overflow: hidden;
}
.mail {
	margin: 0 0 40px 0;
}
.yq-link, .yq-link a, .yq-link small {
	color: #8b8e94;
	line-height: 28px;
	font-size: 12px;
}
.yq-link {
	margin-bottom: 40px;
}
.yq-link a:hover {
	color: #fff;
}
.yq-link hr {
	border-color: rgba(103,108,113,0.50);
	width: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.foot {
	background-color: #14171a;
}
.foot p {
	margin: 0;
	padding: 0;
}
.foot .copy {
	height: 70px;
	line-height: 70px;
}
.foot, .foot a {
	text-transform: uppercase;
	font-size: 12px;
	color: #babcbd;
}
.foot .renzheng img {
	margin-left: 10px;
	margin-top: 19px;
}
.kefu {
	background-color: #f75a53;
	border: 2px solid #fff;
	position: fixed;
	width: 80px;
	top: 138px;
	right: 10px;
	text-align: center;
	display: block;
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	font-size: 12px;
	z-index: 9999999;
}
.kefu ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #ffb4a6;
	overflow: hidden;
	height: auto;
	width: 100%;
	padding: 0;
	height: 30px;
	width: 80px;
	z-index: 999999;
	padding-top: 50px;
}
.kefu ul li a:hover {
	background-color: #EE0A00;
}
.kefu a.kefu-lx {
	border-top: 0px solid #ffb4a6;
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
}
.kefu a.kefu-lx:hover {
	border-radius: 6px 6px 0px 0px;
}
.kefu ul li a.kefu-yy {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -90px;
}
.kefu ul li a.kefu-zx {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -170px;
}
.kefu ul li a.kefu-wx {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -250px;
}
.kefu ul li a.kefu-wx .kefu-weixin {
	padding: 20px;
	background-color: #FFFFFF;
	position: absolute;
	top: 242px;
	left: -182px;
	display: none;
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.kefu ul li a.kefu-wx:hover .kefu-weixin {
	display: block;
}
.kefu ul li a.kefu-top {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -335px;
	padding-top: 40px;
}
.kefu ul li a.kefu-top:hover {
	border-radius: 0px 0px 6px 6px;
}
.kefu ul li a.kefu-yy, .kefu ul li a.kefu-zx, .kefu ul li a.kefu-top, .kefu ul li a.kefu-wx {
	display: none;
}
.kefu:hover ul li a.kefu-yy, .kefu:hover ul li a.kefu-zx, .kefu:hover ul li a.kefu-top, .kefu:hover ul li a.kefu-wx {
	display: block;
}
/* ��ҳ���� */
.info p, .info li {
	color: #666666;
}
.ny-banner {
	margin-top: 100px;
	padding: 30px 0;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
}
.ny-banner2 {
	background-image: url(../images/ny-head-bg2.png);
}
.ny-banner h2 {
	margin: 0;
	font-size: 24px;
	color: #FFFFFF;
}
.ny-banner h2 small {
	color: #ffb3b0;
	font-size: 18px;
	padding-left: 15px;
	margin-left: 15px;
	font-weight: normal;
	border-left: 1px solid #ffb3b0;
}
.ny-banner .weizhi {
	color: #ffb3b0;
	text-align: left;
	margin: 0;
	padding: 15px 0 10px 0;
}
.ny-banner .weizhi a {
	color: #ffffff
}
.crumbs {
	background-color: #f7f7f7;
	height: 60px;
}
.crumbs ul li {
	display: inline-block;
}
.crumbs ul li a {
	color: #666666;
	line-height: 60px;
	padding: 0 15px;
	display: inline-block;
	font-size: 12px
}
.crumbs ul li a:hover, .crumbs ul li a.hover {
	background-color: #FFFFFF;
	color: #f75a53;
	text-decoration: none;
}
.y-m50 {
	margin-right: 50px
}
.y-m60 {
	margin-right: 60px
}
.x-m40 {
	margin-bottom: 40px !important;
}
.x-m30 {
	margin-bottom: 30px;
}
.x-m20 {
	margin-bottom: 20px;
}
.s-m40 {
	margin-top: 40px;
}
zy-m15 {
	margin-left: 15px;
	margin-right: 15px;
}
.s-m-none {
	margin-top: 0 !important;
}
.nr-h20 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.nr-h20-s10 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.nr-h30 {
	margin-top: 0px;
	margin-bottom: 30px;
}
.info, .neirong {
	line-height: 30px;
	color: #333333;
	margin-top: 20px;
}
.info hr, .neirong hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #eee;
}
.nyfl-case {
	height: 42px;
	margin-top: 0;
	margin-bottom: 30px;
	background-color: #F7F7F7;
}
.nyfl-case a {
	line-height: 42px;
	padding: 0 25px;
	display: inline-block;
	color: #666666;
	text-align: center;
}
.nyfl-case a:hover, .nyfl-case a.hover {
	background-color: #f75a53;
	color: #FFFFFF;
	text-decoration: none;
}
.fanye .pagination {
	margin: 0;
	display: inline-block;
	padding-left: 0;
	margin: 25px 0 0 0;
	border-radius: 4px;
}
.fanye .pagination > li {
	display: inline
}
.fanye .pagination > .active > a, .fanye .pagination > .active > span, .fanye .pagination > .active > a:hover, .fanye .pagination > .active > span:hover, .fanye .pagination > .active > a:focus, .fanye .pagination > .active > span:focus {
	background-color: #f75a53;
	border-color: #f75a53;
	color: #FFF;
}
.fanye .pagination > li > a:hover, .fanye .pagination > li > span:hover, .fanye .pagination > li > a:focus, .fanye .pagination > li > span:focus {
	color: #f75a53;
	background-color: #E3E3E3;
	border-color: #ededed;
}
.fanye .pagination > li > a, .fanye .pagination > li > span {
	color: #f75a53;
	border-color: #ededed;
	font-size: 14px;
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 12px 18px;
}
.pagination>li>a, .pagination>li>span {
	color: #428bca;
	text-decoration: none;
	background-color: #F7F7F7;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.ny-news {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.ny-news h1 a {
	font-size: 20px;
	color: #000000
}
.ny-news h1 a:hover {
	color: #f75a53
}
.ny-news .shuoming {
	color: #666666;
}
.ny-news .btn-success {
	margin-left: 0;
}
.ny-news .mulu, .ny-news .guanzhu, .ny-news .time {
	background-image: url(../images/news-kb.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-right: 10px;
	height: 22px;
	padding-left: 23px;
	display: inline-block;
	color: #999999
}
.ny-news .guanzhu {
	background-position: left -19px;
}
.ny-news .time {
	background-position: left -41px;
}
.ny-news .news-qq a, .ny-news .news-sq a {
	text-indent: -9999px;
	width: 22px;
	height: 22px;
	display: inline-block;
	background-image: url(../images/news-zx.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.ny-news .news-sq a {
	background-position: left -22px;
	margin-left: 5px;
}
.team-bg {
	background-color: #e6e6e6;
}
.team figure {
	width: 262px;
	float: left;
	position: relative;
	height: 330px;
	margin: 15px;
}
.team figure:hover figcaption {
	display: block;
}
.team figure figcaption {
	position: absolute;
	width: 202px;
	height: 210px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	padding: 60px 30px;
	color: #FFFFFF;
}
.team figure h3.team-title {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 60px;
	position: absolute;
	width: 262px;
	height: 60px;
	left: 0px;
	background-color: rgba(255,255,255,0.95);
	bottom: 0px;
	color: #999999;
}
.team figure h3.team-title a {
	color: #F75A53;
	font-size: 18px;
	font-weight: bold;
}
.team figure:hover h3.team-title {
	display: none;
}
.team figure figcaption h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
.team figure figcaption h3 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.team figure figcaption h3 a:hover {
	text-decoration: none;
}
.team figure figcaption p {
	margin: 0;
	line-height: 28px;
}
.team-more {
	padding: 7px 10px 5px 10px;
	background-color: rgba(255,255,255,0.70);
	color: #f75a53 !important;
	text-decoration: none !important;
}
.team-more:hover {
	color: #FFFFFF !important;
}
.ny-kehu .row {
	margin: 0 2px 15px 2px;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #EDEDED;
}
.ny-kehu figure {
	width: 188px;
	float: left;
	position: relative;
	height: 100px;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}
.ny-kehu figure:hover figcaption {
	display: block;
}
.ny-kehu figure figcaption {
	position: absolute;
	width: 188px;
	height: 100px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	color: #FFFFFF;
	text-align: center;
	line-height: 100px
}
.ny-kehu figure figcaption {
	font-size: 16px;
}
.ny-kehu figure figcaption a {
	color: #FFFFFF;
}
.ny-kehu figure figcaption a:hover {
	text-decoration: underline;
}
.tags .tags-lie {
	width: 20%
}
.map {
	color: #999999
}
.map h3 a {
	color: #000000
}
.zzry figure, .tdfc figure {
	padding: 0 15px;
	float: left;
}
.tdfc figure {
	padding-bottom: 20px;
}
.zzry figure img, .tdfc figure img {
	width: 360px;
}
.zzry figure figcaption, .tdfc figure figcaption {
	margin-bottom: 15px;
}
.fzlc h3 {
	background-color: #f75a53;
	color: #FFFFFF;
	padding: 5px 10px;
}
.main {
	width: 790px;
	margin-right: 50px;
}
.main img {
	max-width: 790px;
}
.info .biaoti {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.info .shuoming {
	color: #999;
	margin: 0 0 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
	font-size: 12px;
}
.aside {
	width: 300px;
}
.aside .ny-h4 {
	font-size: 16px;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #EDEDED;
}
.aside ul li small {
	color: #999999;
}
.aside .xx-qq a, .aside .xx-sq a {
	text-indent: -9999px;
	width: 22px;
	height: 22px;
	display: inline-block;
	background-image: url(../images/news-zx.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.aside .xx-sq a {
	background-position: left -22px;
	margin-left: 5px;
}
.aside figure {
	margin-top: 10px;
	text-align: center
}
.aside figure.text-left {
	text-align: left
}
.aside .team-gz, .aside .team-yy {
	height: 40px;
	margin-right: 20px;
	border-radius: 4px;
	padding: 0px 10px 0px 38px;
	display: block;
	line-height: 40px;
	background-image: url(../images/team-yy.png);
	background-position: left top;
	background-color: #F75A53;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.aside .team-gz a, .aside .team-yy a {
	color: #FFFFFF
}
.aside .team-gz:hover, .aside .team-yy:hover {
	background-color: #589ED7;
}
.aside .team-yy {
	background-position: left bottom;
}
.ny-team-tj {
	font-size: 16px;
	margin: 15px 0;
}
.team figcaption p {
	color: #FFFFFF !important;
}
.pages {
	margin-top: 10px;
	margin-bottom: 5px;
	height: 40px;
	padding-bottom: 10px;
	text-align: center;
}
.pages ul {
	margin: 0 auto;
}
.pages .firstPage {
	width: 30px;
}
.pages ul li {
	line-height: 25px;
	height: 25px;
	margin-left: 5px;
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 0px 10px;
	width: auto;
	display: inline-block;
	border-radius: 3px;
}
.pages ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}
.pages ul li.thisclass, .pages ul li.thisclass a, .pages ul li.thisclass a:hover {
	background-color: #f75a53;
	color: #FFF
}
.pages .pageinfo {
	line-height: 25px;
	padding: 12px 5px 10px 5px;
	color: #999;
}
.pages select {
	line-height: 25px;
	margin-top: 4px
}
.pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
.left {
	float: left;
	width: 260px;
	margin-top: 27px;
}
.left_tf {
	background: #f75a53;
	width: 260px;
	float: left;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-family: "΢���ź�";
	text-transform: uppercase;
	font-weight: bold;
}
.left_bg {
	border: 1px solid #f75a53;
	margin: 0 auto;
	overflow: hidden;
}
.left_list {
	width: 260px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.left_list ul {
}
.left_list ul li {
	border-bottom: 1px dashed #ccc;
	margin: 0 auto;
	width: 129px;
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
	overflow: hidden;
}
.left_list ul li a:link {
	padding-left: 30px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
.left_list ul li a:visited {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 14px;
}
.left_list ul li a:hover {
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
}
.left_list ul li a:active {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 14px;
}
.left_list h2 {
	text-align: center;
	line-height: 2;
	margin: 0 auto;
	margin-top: 10px;
	background: #f75a53;
	width: 240px;
}
.left_list h2 a {
	color: #fff;
}
 @charset "utf-8";
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1, time, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
.homefour .container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
}
a:link, a:active, a:visited, a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
ul, li {
	list-style: none;
}
.protwobox td, .newboxflbox td {
	padding: 5px 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}
.container {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px;
}
 @media (min-width:1440px) {
.container {
	width: 1200px;
}
.protwobox td, .newboxflbox td {
	padding: 8px 0px;
}
}
 @media (min-width:1860px) {
.container {
	width: 1600px;
}
.protwobox td, .newboxflbox td {
	padding: 10px 0px;
}
}
.hometit {
	position: relative;
	z-index: 2;
}
.hometit h2 {
	font-family: "Microsoft JhengHei", "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	text-align: center;
	line-height: 1;
	font-size: 32px;
	margin-bottom: 15px;
	color: #0e0e0e;
}
.hometit h2:before {
	content: '';
	background: url(../img/homeoneicon01.png) no-repeat center center;
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 7px;
}
.hometit p {
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #0e0e0e;
}
.homeone {
	clear: both;
	background: url(../img/homeonebg.jpg) no-repeat left top;
	background-size: 55.625%;
	padding: 44px 0px 70px 0px;
}
.homeone .hometit {
	margin-bottom: 37px;
}
.homeone .homeonefl {
	float: left;
	width: 686px;
}
.homeone .homeonefl ul {
	margin-left: -15px;
}
.homeone .homeonefl ul li {
	float: left;
	margin-left: 15px;
	width: 218px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.homeone .homeonefl ul li a {
	clear: both;
	display: block;
}
.homeone .homeonefl ul li a.homeonetit {
	color: #0e0e0e;
	font-size: 14px;
	text-align: center;
	padding: 15px 10px 10px 10px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}
.homeone .homeonefl ul li a.homeonepic {
	position: relative;
	overflow: hidden;
}
.homeone .homeonefl ul li a.homeonepic:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	height: 100%;
	background: rgba(0, 0, 0, 0.24);
	bottom: -100%;
	z-index: 1;
}
.homeone .homeonefl ul li:hover a.homeonepic:after {
	bottom: 0%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.homeone .homeonefl ul li a.homeonepic:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 150%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: url("./hovericon.png")/*tpa=*/ no-repeat center center rgba(0, 0, 0, 0.5);
	background-size: 39px;
	z-index: 2;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.homeone .homeonefl ul li:hover a.homeonepic:before {
	top: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.homeone .homeonefl ul li:hover {
	transition: all 0.3s;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}
.homeone .homeonefr {
	float: right;
	width: 286px;
	background: url(../img/homeoneicon07.jpg)/*tpa=*/ repeat;
}
.homeone .homeonefr li {
	padding: 0px 15px 0px 24px;
	position: relative;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.homeone .homeonefr li:first-child {
	border-top: 1px solid #eaeaea;
}
.homeone .homeonefr li:last-child {
	border-bottom: 1px solid #eaeaea;
}
.homeone .homeonefr li:after {
	content: '';
	border-right: 1px solid #eaeaea;
	position: absolute;
	left: -1px;
	width: 9px;
	top: -1px;
	bottom: -1px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.homeone .homeonefr li.current:after {
	border: 0px;
	background: url(../img/homeoneicon06.png)/*tpa=*/ no-repeat right center;
	background-size: 9px 100%;
}
.homeone .homeonefr li:last-child .homeonefritem {
	border-bottom: 0px;
}
.homeonefritem {
	clear: both;
	padding: 24px 0px;
	border-bottom: 1px solid rgba(185, 188, 197, 0.3);
}
.homeonefritem .homeonefrpic {
	float: left;
	width: 70px;
}
.homeonefritem .homeonefrtxt {
	float: right;
	width: 164px;
	font-size: 12px;
	line-height: 20px;
}
.homeonefritem .homeonefrtxt h3 {
	clear: both;
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
}
 @media(min-width:1440px) {
.homeone {
	padding: 54px 0px 84px 0px;
}
.homeone .hometit {
	margin-bottom: 45px;
}
.hometit h2 {
	font-size: 39px;
	margin-bottom: 20px;
}
.hometit h2:before {
	margin-top: 11px;
	margin-right: 15px;
}
.hometit p {
	font-size: 14px;
}
.homeone .homeonefl {
	width: 823px;
}
.homeone .homeonefl ul {
	margin-left: -20px;
}
.homeone .homeonefl ul li {
	margin-left: 20px;
	width: 261px;
}
.homeone .homeonefl ul li a.homeonetit {
	font-size: 16px;
}
.homeone .homeonefr {
	width: 344px;
}
.homeonefritem .homeonefrpic {
	width: 84px;
}
.homeonefritem .homeonefrtxt {
	width: 204px;
	font-size: 14px;
}
.homeonefritem .homeonefrtxt h3 {
	font-size: 20px;
	padding-bottom: 10px;
}
.homeonefritem {
	padding: 26px 0px;
}
}
 @media(min-width:1860px) {
.homeone {
	padding: 72px 0px 115px 0px;
}
.homeone .hometit {
	margin-bottom: 60px;
}
.hometit h2 {
	font-size: 52px;
	margin-bottom: 30px;
}
.hometit h2:before {
	margin-top: 17px;
	margin-right: 20px;
}
.hometit p {
	font-size: 16px;
}
.homeone .homeonefl {
	width: 1098px;
}
.homeone .homeonefl ul {
	margin-left: -26px;
}
.homeone .homeonefl ul li {
	margin-left: 26px;
	width: 348px;
}
.homeone .homeonefl ul li a.homeonetit {
	font-size: 18px;
}
.homeone .homeonefr {
	width: 457px;
}
.homeonefritem .homeonefrpic {
	width: 112px;
}
.homeonefritem .homeonefrtxt {
	width: 282px;
	font-size: 16px;
	padding-top: 21px;
}
.homeone .homeonefr li {
	padding: 0px 14px 0px 27px;
}
.homeone .homeonefr li:after {
	width: 13px;
}
.homeone .homeonefr li.current:after {
	background-size: 13px 100%;
}
.homeonefritem .homeonefrtxt h3 {
	font-size: 26px;
	padding-bottom: 15px;
}
.homeonefritem {
	padding: 28px 0px;
}
}/*==============hawneisiwang--hankuiting==============*/
.homefour {
	clear: both;
	position: relative;
	background: url(../img/10398421458_1864305585.jpg)no-repeat center top #090909;
	padding: 72px 0px 48px 0px;
	margin-top: 30px;
}
.homefour .homefourpic {
	width: 358px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 1;
	margin-left: -562px;
}
.homefour .hometit p, .homefour .hometit h2 {
	color: #fff;
}
.homefour .container {
	margin-top: 55px;
	position: relative;
	height: 304px;
	background: url(../img/homefourbg02.png) no-repeat right top;
	height: 304px;
	background-size: 1000px 304px;
	padding-left: 290px;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='./homefourbg02.png', sizingMethod='scale');
-ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='./homefourbg02.png', sizingMethod='scale');
}
.homefour .homefourtit {
	color: #fff;
	font-size: 12px;
	padding: 15px 0px 15px 35px;
	display: inline-block;
	position: relative;
}
.homefour .homefourtit:after {
	content: '';
	position: absolute;
	right: -106px;
	top: 25px;
	width: 100px;
	height: 8px;
	background: url(../img/homefourpic03.png) no-repeat right center;
}
.homefour ul {
	padding: 39px 0px 25px 0px;
}
.homefour ul li {
	float: left;
	line-height: 20px;
	text-align: center;
	width: 150px;
	margin-right: 26px;
	position: relative;
	padding: 22px 10px;
	font-size: 12px;
}
.homefour ul li i {
	clear: both;
	display: block;
	text-align: center;
	font-style: normal;
	padding-bottom: 10px;
}
.homefour ul li i img {
	height: 28px !important;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	width: auto;
}
.homefour ul li:after, .homefour ul li:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: #cf2423;
}
.homefour ul li:after {
	border-width: 1px;
	left: 0px;
	bottom: 0px;
	right: 5px;
	top: 5px;
}
.homefour ul li:before {
	border-width: 2px;
	right: 0px;
	top: 0px;
	bottom: 5px;
	left: 5px;
}
.homefour .homefourtxt {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px 0px 35px;
	color: #333;
}
 @media(min-width:1440px) {
.homefour {
	padding: 85px 0px 60px 0px;
	margin-top: 28px;
}
.homefour .homefourpic {
	margin-left: -656px;
	width: 410px;
}
.homefour .homefourtit:after {
	width: 130px;
	right: -140px;
	top: 32px;
}
.homefour .container {
	margin-top: 65px;
	background-size: 1200px 365px;
	height: 365px;
	padding-left: 348px;
}
.homefour .homefourtit {
	font-size: 14px;
	padding: 23px 0px 15px 43px;
}
.homefour .homefourtxt {
	font-size: 14px;
	line-height: 24px;
	padding-left: 43px;
	padding-right: 30px;
}
.homefour ul {
	padding: 50px 0px 30px 0px;
}
.homefour ul li {
	font-size: 14px;
	padding: 22px 10px;
	margin-right: 30px;
	width: 160px;
}
.homefour ul li i {
	padding-bottom: 13px;
}
.homefour ul li i img {
	height: 33px !important;
	margin-right: 8px;
}
}
 @media(min-width:1860px) {
.homefour .homefourpic {
	margin-left: -900px;
	width: 571px;
}
.homefour .container {
	margin-top: 86px;
	background-size: 1600px 487px;
	height: 487px;
	padding-left: 464px;
}
.homefour .homefourtit {
	font-size: 18px;
	padding: 34px 0px 15px 60px;
}
.homefour .homefourtit:after {
	width: 178px;
	right: -190px;
	top: 45px;
}
.homefour .homefourtxt {
	font-size: 18px;
	line-height: 32px;
	padding-left: 43px;
	padding-right: 30px;
}
.homefour ul {
	padding: 90px 0px 50px 0px;
}
.homefour ul li {
	font-size: 18px;
	padding: 22px 10px;
	margin-right: 42px;
	
}
.homefour ul li i {
	padding-bottom: 20px;
}
.homefour ul li i img {
	height: 45px !important;
	margin-right: 10px;
}
}
.sy_prolist_bg {
	width: 100%;
	overflow: hidden;
	margin: 40px auto 0;
}
.sy_prolist {
	max-width: 1230px;
	margin: 50px auto 0;
}
.sy_prolist_tit {
	width: 100%;
	overflow: hidden; /* background:url(../images/index_02bg.jpg) no-repeat center top;*/
	margin: 0 auto 20px;
}
.sy_prolist_tit h2 {
	font-size: 2em;
	color: #EB0001;
	padding-top: 5px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}
.sy_prolist_tit p {
	color: #666;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
}
.sy_prolist li {
	width: 30.3333%;
	float: left;
	margin: 0 1.5%;
}
.sy_prolist img {
	width: 373px;
	height: 256px;
	float: left;
}
.sy_prolist li h2 {
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
}
.sy_prolist li h2 a {
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.wrap1 {
	max-width: 1250px;
	margin: 0 auto;
	overflow: hidden;
}
.news_solution {
	margin-top: 58px;
}
.cenNew_list h3 {
	width: 100%;
	font-size: 2em;
	color: #000;
	margin-bottom: 40px;
	background: url(../img/new_ico.png) no-repeat left center;
	padding-left: 57px;
	text-align: left;
}
.cenNew_list h3 a {
	text-decoration: none;
	color: #00132b;
	font-weight: bold;
}
.cenNew_list:hover h3 a {
	color: #EB0000;
}
.line1 {
	margin: 0 auto 10px;
	height: 4px;
	width: 60px;
	background: #ffba00;
}
.cenNew_list {
	width: 50%;
	float: left;
	overflow: hidden;
}
.cenNew_list dl dd {
	overflow: hidden;
	color: #666;
	margin-bottom: 35px;
}
.cenNew_list dl dd .date {
	float: left;
	width: 83px;
	height: 83px;
	border: 1px #808080 solid;
	margin-right: 3%;
}
.cenNew_list dl dd .date span {
	display: block;
	text-align: center;
	color: #333;
}
.cenNew_list dl dd .date ._day {
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	margin-top: 12px;
}
.cenNew_list dl dd .date ._month {
	font-size: 14px;
	background: #3b3a3a;
}
.cenNew_list dl dd .title {
	font-size: 18px;
	font-weight: 500;
	color: #00132b;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cenNew_list dl dd .title a {
	font-size: 18px;
	font-weight: 500;
	color: #00132b;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cenNew_list dl dd .p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 8px;
}
.cenNew_list dl dd:hover .date {
	border-color: #EB0000;
}
.cenNew_list dl dd:hover .date span {
	color: #EB0000;
}
.cenNew_list dl dd:hover .title {
	color: #EB0000;
}
.cenNew_list dl dd:hover .title a {
	color: #EB0000;
}
.cenNew_list dl dd:hover .p {
	color: #878787;
}
.sy_solution {
	width: 45%;
	float: right;
}
.sy_solution h3 {
	width: 100%;
	background: url(../img/solution_ico.png) no-repeat left center;
	padding-left: 57px;
	text-align: left;
	font-size: 2em;
	color: #000;
	margin-bottom: 40px;
}
.sy_solution h3 a {
	text-decoration: none;
	color: #00132b;
	font-weight: bold;
}
.sy_solution dl {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.sy_solution dl h4 {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #00132b;
}
.sy_solution dl h4 a {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #00132b;
}
.sy_solution dt {
	margin-right: 1.5em;
	width: 162px;
	height: 118px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.sy_solution dd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.sy_solution:hover h3 a {
	color: #EB0000;
}
.sy_solution dl:hover h4 a {
	color: #EB0000;
}
.fwxm td img {
	width: 400px;
}
.fw-ys {
	width: 100%;
	background: url(../img/10424639937_1864305585.jpg)/*tpa=*/ no-repeat;
	background-size: cover;
	text-align: center;
	padding: 80px 0 115px 0;
	-webkit-box-shadow: #bdbdbd 0px 10px 10px inset;
	-moz-box-shadow: #bdbdbd 0px 10px 10px inset;
	box-shadow: #bdbdbd 0px 10px 10px inset;
	position: relative;
}
.fw-ys li p {
	font-size: 18px;
	color: #282828;
	line-height: 30px;
	margin-top: 15px;
}
.fw-ys li span {
	font-size: 18px;
	color: #d31919;
}
.fw-ys li {
	width: 252px;
	float: left;
	padding: 0 2%;
}
.fw-ys ul {
	max-width: 1200px;
	overflow: hidden;
	margin: 90px auto;
}
.fw-ys .text {
	color: #8b8b8b;
	line-height: 24px;
	padding: 0px 24%;
}
.fw-ys h3 {
	font-size: 45px;
	color: #343434;
	line-height: 45px;
	margin: 15px 0 30px 0;
	font-weight: bold;
}
.fw-ys .fy {
	font-size: 18px;
	color: #737373;
}
.cp-al:before, .fw-ys:before {
	content: '';
	width: 29px;
	height: 120px;
	background: url("images/link.png")/*tpa=https://www.shengpingzhang.com/templets/hx/css/images/link.png*/ center no-repeat;
	display: block;
	position: absolute;
	top: -52px;
	right: 11%;
}
.fw-ys li strong {
	font-size: 60px;
	font-family: impact;
	line-height: 60px;
	margin-right: 10px;
	font-weight: bold;
}
