@charset "utf-8";
/* ȫ����ʽ */
body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
a {
	color:#a5a5a5;
	text-decoration:none
}
a:hover, a:focus {
	color: #ad050d;
	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, .container:before, .container: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:#ad050d;
color:#fff;
}
::selection {
	background:#ad050d;
	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-left table{border-right:1px solid #999;border-bottom:1px solid #999} 
.pull-left table td{border-left:1px solid #999;border-top:1px solid #999;padding:0 5px;} 
.pull-right {
	float:right!important
}
.list-unstyled {
	padding:0;
	margin:0;
	list-style:none
}
.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 span{background:#c80c15;color:#fff;padding:5px 30px;border-radius:5px;}
.f-title small {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 10px;
}
.btn-success {
	color: #fff;
	background-color: #c80c15;
	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: #ad050d;
	text-decoration: none;
}
.btn {
	margin: 20px 0 0 0;
}
.red {
	color:#ad050d !important;
}
.diwen {
	color:#FFFFFF;
	background-color:#ad050d;
	padding:10px 20px;
}
/* ���������˵���LOGO */
.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}
.headroom--unpinned {
	/*top: -100px;*/
	top:0;
}
.headroom--pinned {
	top: 0;
}
.header {
	background-color: rgba(173, 5, 13, 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;
}
.header-top {
	z-index:9999 !important;
}
/* LOGO */
.header h1 {
	margin:0;
	padding:0;
}
.header .logo {
	padding-top: 13px;
	padding-bottom: 32px;
	display: table;
}
.header .logo img{height:73px;}
.header h1 small {
	font-size: 14px;
	color: #fff;
	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: 30px;
	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: #000;
}
.nav-bar > li > a {
	padding: 23px 16px 25px 16px;
	display: block;
	color: #fff;
	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: #ad050d;
	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 {
	width:210px;
	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: 150px;
	text-align: left;
}
.nav-bar > li ul li a:hover, .nav-bar > li ul li a.hover {
	background-color: #c80c15 !important;
	color: #FFFFFF !important;
	text-decoration: none;
	border-bottom: 1px solid #ad050d;
}
/*language*/
.top_language {
	position:absolute;
	width:300px;
	height:46px;
	/*overflow:hidden;
	left:1233px;*/
	right:150px;
	top:15px;
	z-index:333;
}
.top_language a {
	display:block;
	float:left;
	margin:-3px 10px 0 0;
	color:#fff;
	/*-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;*/
}
.top_language a:nth-child(2){
	margin-right:0;
}
.top_language a:hover {
	/*-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
	margin-top:0;
	-moz-transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;*/
}
.top_language span{
	position:absolute;
	z-index:999;
	left:0;
	top:20px;
	color:#fff;
}
/* Banner��� */
.rslides {
	height:750px;
	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:750px;
	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);
}
/*video*/
.workshopList{width:100%;float:left;}
.workshopList li{width:370px;float:left;
	list-style: none;
	margin-right:15px;margin-bottom:20px;}
.workshopList li:nth-child(3n){margin-right:0;}
/* ֪���ͻ� */
.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(200,12,21,0.9);
	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 {
	text-align:left;
	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: 18px 10px 10px 10px;
	margin-bottom: 20px;
	width: 330px;
	float: left;
	margin-top: 30px;
	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/zhiliang.png);
	background-repeat: no-repeat;
}
.fuwu figure a.pic2 {
	background-image: url(../images/guanli.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: #ad050d;
	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-products { height:42px; margin-top: 35px; margin-bottom: 30px; }
.fl-products a { background-color: #F7F7F7; color: #666666; width: 228px; height:40px; line-height:40px; display: inline-block; }
.fl-products a:hover { background-color: #ad050d; color: #FFFFFF; text-decoration: none; }
.pro figure { width: 380px; float: left; position: relative; height: 270px; }
.pro 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; }
.pro figure:hover figcaption { display:block; }
.pro 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; }
.pro figure figcaption h3 { font-size: 18px; font-weight: bold; margin:0 0 8px 0; }
.pro figure figcaption h3 a,.pro figure figcaption p a { color: #FFFFFF; text-decoration: underline; }
.pro figure figcaption h3 a:hover ,.pro figure figcaption p a:hover { text-decoration: none; }
.pro figure figcaption p { margin:0; line-height:28px;}
.pro .row { margin:10px 0px;}
.pro-more-top { margin-top:15px !important; }
.pro-more { padding: 7px 10px 5px 10px; margin-left: 0; background-color: rgba(255,255,255,0.70); color: #ad050d !important; text-decoration: none !important; }
.pro-more:hover { color: #FFFFFF !important;} */

/* ��ҳ��Ʒչʾ  �б߾���ʽ */ 
.fl-products {
	height:auto;
	margin-top: 35px;
	margin-bottom: 15px;
}
.fl-products a {
	background-color: #F7F7F7;
	color: #666666;
	width: 224px;
	height:40px;
	line-height:40px;
	display: inline-block;
	margin-bottom:5px;
}
.fl-products a:hover {
	background-color: #ad050d;
	color: #FFFFFF;
	text-decoration: none;
}
.pro figure {
	width: 360px;
	float: left;
	position: relative;
	height: 360px;
	margin: 14px;
	border:1px solid #ddd;
}
.pro figure img{
	width:360px;
	height:360px;
}
.pro figure:hover{
border-color:#6a85a5;
}

.pro 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;
}
.pro figure:hover figcaption {
	display:block;
}
/*.pro figure figcaption {
	position: absolute;
	width: 300px;
	height: 196px;
	top: 0px;
	left: 0px;
	display: none;
	background-color:rgba(0,150,136,0.9);
	padding: 30px;
	color: #FFFFFF;
	text-align: left;
}*/
.pro figure figcaption {
    position: absolute;
    width: 340PX;
    height: 26px;
    bottom: 0px;
    left: 0px;
    background:url(../images/tm_bg.png) repeat;
    padding: 10px;
    color: #FFFFFF;
    text-align: left;
}
.pro figure figcaption h3 {
	font-size: 16px;
	font-weight: normal;
	margin:0 0 8px 0;
	text-align:center;
}
.pro figure figcaption h3 a, .pro figure figcaption p a {
	color: #4e4e4e;
	text-decoration: none;
}
.pro figure figcaption h3 a:hover, .pro figure figcaption p a:hover {
	text-decoration: none;
}
.pro figure figcaption p {
	margin:0;
	line-height:28px;
}
.pro-more-top {
	margin-top:15px !important;
}
.pro-more {
	padding: 7px 10px 5px 10px;
	margin-left: 0;
	background-color: rgba(255,255,255,0.70);
	color: #294f7d !important;
	text-decoration: none !important;
}
.pro-more:hover {
	color: #FFFFFF !important;
}
/* ������Ѷ */
.news {
	background-color: #fff;
}
.news section {
	width: 540px;
	float: left;
}
.news section.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.news section.rightnews {
	margin-left: 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: 340px;
	display: block;
	float: left;
}
.news section ul li a:hover {
	color: #ad050d;
}
.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;
}
.footer section.middle_menu {
	margin-left: 60px;
	margin-right: 30px;
}
.footer section.last_menu {
    width:370px;
}
.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: #babcbd;
	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: #ad050d;
	border-radius: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.zhixun a:hover {
	background-color: #3A7012;
}
.zhixun a.qq {
	background-position: 0px -40px;
}
.zhixun a.sq {
	background-position:0px -80px;
}
#Linkman, #Telephone, #Content {
	font-size:12px;
	height: 36px;
	width: 100%;
	background-color: #ededee;
	color: #666;
	border-width: 0px;
	margin-bottom: 25px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-radius:0px;
}
#Linkman {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#Telephone {
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -40px;
}
#Content {
	height: 110px;
	padding-top: 10px;
	vertical-align: top;
	background-image: url(../images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -160px;
}
#Linkman:focus, #Telephone:focus, #Content:focus {
	background-color: #FFF;
	color: #333;
}
#button {
	height: 40px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	background-color: #ad050d;
	color: #FFF;
	font-size: 14px;
	border-radius:5px;
	-webkit-appearance: button;
	cursor: pointer;
}
#button:hover {
	background-color: #c80c15;
}
#savediv {
	padding: 10px 0;
	line-height:24px;
}
.key, .mail {
	height: 36px;
	width: 348px;
	background-color: hsla(0,0%,100%,0.00);
	color: #babcbd;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #b2b4b7;
	border-radius: 0px;
}
.mail-tx {
	color: #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: #ad050d;
}
.foot p {
	margin:0;
	padding:0;
}
.foot .copy {
	height: 70px;
	line-height: 70px;
}
.foot, .foot a {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}
.foot .renzheng img {
	margin-left: 10px;
	margin-top:19px;
}
.kefu {
	background-color: #ad050d;
	border: 2px solid #fff;
	position: fixed;
	width: 80px;
	top: 138px;
	right: 20px;
	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 #fff;
	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: #c80c15;
}
.kefu a.kefu-lx {
	border-top: 0px solid #fff;
	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-qq {
	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-qq, .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-qq, .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: 60px 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: #fff;
	font-size: 18px;
	padding-left: 15px;
	margin-left: 15px;
	font-weight: normal;
	border-left: 1px solid #fff;
}
.ny-banner .weizhi {
	color:#fff;
	text-align:left;
	margin:0;
	padding:15px 0 10px 0;
}
.ny-banner .weizhi code {
	padding:0 10px;
}
.ny-banner .weizhi a {
	color:#ffffff
}
.crumbs {
	background-color:#eaeaea;
	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: #355d8d;
	color: #fff;
	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;
}
.info hr, .neirong hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #eee;
}
.info img{max-width:100%}
.nyfl-products {
	height:42px;
	margin-top:0;
	margin-bottom: 30px;
	background-color: #F7F7F7;
}
.nyfl-products a {
	line-height: 42px;
	padding:0 25px;
	display: inline-block;
	color: #666666;
	text-align: center;
}
.nyfl-products a:hover, .nyfl-products a.hover {
	background-color: #ad050d;
	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: #ad050d;
	border-color: #ad050d;
	color: #FFF;
}
.fanye .pagination > li > a:hover, .fanye .pagination > li > span:hover, .fanye .pagination > li > a:focus, .fanye .pagination > li > span:focus {
	color: #ad050d;
	background-color: #E3E3E3;
	border-color: #ededed;
}
.fanye .pagination > li > a, .fanye .pagination > li > span {
	color: #ad050d;
	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:#ad050d
}
.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(78,142,30,0.80);
	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: #ad050d;
	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: #ad050d !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(78,142,30,0.90);
	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: #ad050d;
	color: #FFFFFF;
	padding:5px 10px;
}
.main {
	width: 790px;
	margin-right: 50px;
}
.main img {
	max-width:790px;
}
.info .biaoti {
	font-size:30px;
	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: #ad050d;
	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: #3A7012;
}
.aside .team-yy {
	background-position: left bottom;
}
.ny-team-tj {
	font-size:16px;
	margin:15px 0;
}
.team figcaption p {
	color:#FFFFFF !important;
}
.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages span{
	padding: 5px 10px;
	border: 1px solid #ad050d;
	background: #ad050d;
	color: #fff;
	line-height: 18px;
	border-radius:3px;
}
.pages li {
	display: inline
}
.pages li.thisclass, .pages a:hover {
	padding: 5px 10px;
	border: 1px solid #ad050d;
	background: #ad050d;
	color: #fff;
	text-decoration: none;
	border-radius:3px
}
.pages a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	color: #A4A4A4;
	line-height: 18px;
	border-radius:3px;
}

/*���*/
.ban{ width:800px; height:740px; position:relative; overflow:hidden;margin:40px auto 0 auto;}
.ban2{ width:800px; height:592px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:800px; height:632px;}
.prev{ float:left; cursor:pointer;}
.num{ height:55px;overflow:hidden; width:730px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:800px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:53px; margin-right:5px; padding:1px; list-style-type:none;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:20px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:20px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.mhc{ background:#000; width:100%; position:absolute; left:0; top:0; display:none;}
.pop_up{ width:800px; height:532px; padding:0px; background:#fff; position:fixed; -position:absolute; left:40%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:800px; height:532px; position:relative; overflow:hidden;}
.pop_up2{ width:800px; height:532px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:800px; height:532px; float:left;}

.phototitle {
    font-size: 16px;
    color: #737373;
    height: 44px;
    line-height: 44px;
    position: relative;
    background: #f3f3f3;
    float: left;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.phototitle_min {
    font-size: 16px;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    position: absolute;
    background: rgba(41,79,125,0.5);
    float: left;
    text-align: center;
    width: 800px;
    display: block;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    z-index: 9999;
    bottom: 0;
}

/*���԰�*/
.msg{ padding-left:30px; color:#FF3300;}
.msgpanel{width:280px;}

/*��Ʒ����*/
.cansulist {
    float: left;
	width:790px; 
	overflow:hidden;
	margin-bottom:30px;
	border-bottom:1px solid #EDEDED;
	padding-bottom:30px;
}
.cansulist li {
    list-style-type: none;
    /*border-bottom: 1px dashed #e5e5e5;*/
    float: left;
    width: 100%;
    margin-bottom: 8px;
    line-height: 36px;
}
.cansulist li span {
    float: left;
    width: 80px;
    color: #ffffff;
    background: #ad050d;
    padding-left: 20px;
    margin-right: 25px;
}
.cansulist li .cansu {
    width: 660px;
    float: left;
}
.tableLayout {
    width: 100%;
    border-bottom: 1px solid #284e7c;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*table-layout: fixed;*/
}
.tableLayout th {
    height: 38px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #284e7c;
    border-top: 1px solid #3c4d6a;
    border-bottom: 1px solid #3c4d6a;
}
.tableLayout td {
    padding: 10px 0;
    min-height: 17px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    border-top: 1px solid #ddd;
    color: #666;
}
.threeBox{
	width:33.33%;
	float:left;
}
.inquiryBox{
	width:50%;
	float:left;
}
.contactLeftStyle{
	width:50%;
	float:left;
}
.contactRightStyle{
	width:50%;
	float:left;
}


/*view device*/
.menuph{display:none;}
@media only screen and (max-width:767px){/*手机按钮*/
.menuph{position:fixed;z-index:9999;cursor:pointer; width:50px; height:50px; background:#333; text-align:center;top:17px;right:10px;display:block;}
.menuph .point{display:inline-block; width:28px; height:22px; margin-top:14px; position:relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before{width:28px;}
.menuph .navbtn{position:absolute; top:10px; right:0; display:inline-block; width:21px; height:1px; background:#fff;
-webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;}
.menuph .navbtn::after,
.menuph .navbtn::before{position:absolute; right:0; display:inline-block; width:28px; height:1px; content:''; background:#fff;
-webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;}
.menuph .navbtn::after{top:-11px;}
.menuph .navbtn::before{top:10px;}
.menuph .point.active .navbtn{background:transparent;}
.menuph .point.active .navbtn::after{top:0px;
-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.menuph .point.active .navbtn::before{top:0px;
-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}

.nav{width:100%;background:rgba(0,0,0,.9);position:absolute;z-index:9999;left:0;top:80px;display:none;}
.nav li{width:100%;float:left;line-height:50px;text-align:center;border-bottom:#7c7c7c 1px solid;margin:0;}
.nav li a{width:100%;display:block;font-size:14px;color:#fff;line-height:50px;padding:0;text-align:center;border-bottom:none;}
.nav li a:hover{color:#fff;background:#f6c400;cursor:pointer;-webkit-transition:none;-moz-transition: none;transition: color .3s linear,background-color .3s linear,background-image .3s linear;-moz-transition: color .3s linear,background-color .3s linear,background-image .3s linear;-webkit-transition: color .3s linear,background-color .3s linear,background-image .3s linear;
-o-transition: color .3s linear,background-color .3s linear,background-image .3s linear;}
.nav li.curr a{color:#fff;background:#a2cb49;}

.about-us p img{width:100%;display:block;}

.container {
    width: 98%;
    min-width: 98%;
}
.container {
    padding-right: 1%;
    padding-left: 1%;
    margin-right: auto;
    margin-left: auto;
}
.header .logo {
    padding-top: 15px;
    padding-bottom: 10px;
    display: table;
}
.header {
    height: 80px;
}
.header h1 small{
	margin-left:0;
	margin-top:25px;
	line-height: 18px;
}
.top_language{
	display:none;
	right:0;
}
.list-unstyled {
    width: 100%;
}
.rslides{
	height:280px;
}
.banner {
    background-repeat: no-repeat;
    background-position:none;
    position: relative;
    background-attachment: fixed;
    height: 280px;
    margin-top: 80px;
    background-size:890px 280px;
}
.sx-padding {
    padding:20px 0;
}
.pingpu-bg, .rslides, .fuwu-bg, .news,.ny-banner {
    min-width: 100%;
}
.rslides{
    min-width: 100%;
    zoom:0.75;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.fuwu figure {
    background-color: rgba(255,255,255,0.80);
    padding: 30px 2%;
    margin-bottom: 20px;
    width: 96%;
    float: left;
    margin-top: 80px;
    position: relative;
}
.fuwu figure.bianju {
    margin-left: 0;
    margin-right: 0;
}
.fl-products a {
    background-color: #F7F7F7;
    color: #666666;
    width: 48%;
    height: 40px;
    float:left;
    margin:0 1%;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 5px;
}
.fl-products {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.pro figure img {
    width: 100%;
    height: auto;
}
.pro figure {
    width: 46%;
    float: left;
    position: relative;
    height: auto;
    margin: 1%;
    border: 1px solid #ddd;
}
.pro figure figcaption {
    position: relative;
    width: 90%;
    height: auto;
    bottom: 0px;
    left: 0px;
    background: url(../images/tm_bg.png) repeat;
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
}
.news section {
    width: 98%;
    float: left;
    padding:0 1%;
}
.news section.rightnews {
    margin-left: 0;
    margin-top:10px;
}
.footer section.middle_menu {
    margin-left: 0;
    margin-right: 0;
}
.foot .copy {
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}
.footer section.last_menu{
	display:none;
}
.workshopList li {
    width: 96%;
    float: left;
    list-style: none;
    margin:10px 2%;
}
.kefu{
	display: none;
}
.ny-banner {
    margin-top: 80px;
    padding: 30px 0;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center top;
}
.header .logo img {
	width:80%;
    height: auto;
}
.f-title {
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #000000;
}
.kehu figure {
    width: 45%;
    float: left;
    position: relative;
    height: 100px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    background-color: #FFFFFF;
}
.main {
    width: 100%;
    margin-right: 0;
}
.main img {
    max-width: 100%;
}
.y-m60{margin:0;}
.btn-success.about-more{padding:5px 0;}
.btn-success {
	width:96%;
	float:left;
    color: #fff;
    background-color: #c80c15;
    border-width: 0px;
    border-radius: 5px;
    padding: 10px 1% 8px 1%;
    margin: 5px 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ny-news .pull-left{
	display:none;
}
.info .biaoti {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
}
.crumbs {
    background-color: #eaeaea;
    height: auto;
}
.crumbs ul li a {
    color: #666666;
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    font-size: 12px;
}
.ny-news h1 a {
    font-size: 18px;
    color: #000000;
}
.x-m30 {
    margin-bottom: 10px;
}
.ny-news {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inquiryBox{
	width:100%;
	float:left;
}
#Linkman, #Telephone, #Content {
    font-size: 12px;
    height: 36px;
    width: 96%;
    background-color: #ededee;
    color: #666;
    border-width: 0px;
    margin-bottom: 25px;
    vertical-align: middle;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 0px;
}
.threeBox {
    width: 96%;
    float: left;
    padding:0 2%;
}
.contactLeftStyle{
	width:100%;
	float:left;
}
.contactRightStyle{
	width:100%;
	float:left;
}




}