@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #666;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:active {
	star:expression(this.onFocus=this.blur());
}
img {
	border: 0px;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #F27F28;
	outline: none;
}
ul, p, dl, dt, dd {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-position: outside;
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	padding-top: 10px;
	padding-bottom: 0px;
}
h1 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h2 {
	font-size: 24px;
}
p {
	font-size: 14px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.h10 {
	height: 10px;
	overflow: hidden;
	clear: both;
}
.h50 {
	height: 50px;
	overflow: hidden;
	clear: both;
}
.h100 {
	height: 100px;
	overflow: hidden;
	clear: both;
}
input {
	background: transparent;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #888;
	border: 0px;
	outline: none;
}
em {
	font-style: normal;
}
i {
	font-style: normal;
}
.img-res {
	height: auto;
    max-width: 100%;
    max-height: 100%;
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wal {
	width: 1200px;
	margin: 0px auto;
}
.avatar {
	display: block;
	overflow: hidden;
	width: 100%;
}
.avatar img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.avatar:hover img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);

}
.indexPart4 div, .indexPart4 img {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
.topDiv {
	display: none;
}
.topSearch .input1 {
	width: 100%;
	height: 29px;
	text-indent: 15px;
	line-height: 29px;
	color: #fff;
}
.topSearch .btn1 {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 40px;
	height: 29px;
}
.topDiv .logo {
	display: none;
	position: absolute;
	left: 1px;
	top: 2px;
}
.h_right {
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
}
.h_list01 {
	overflow: hidden;
}
.h_list01 li {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: 1.2rem;
	line-height: 1.2rem;
	border-left: 1px dotted #ccc;
	color: #999;
}
.h_list01 li:first-child {
	border-left: none;
}
.h_list01 li:last-child {
	padding-right: 0px;
}

.header {
	width: 100%;
	overflow: hidden;
}
.header_top {
	width: 100%;
	background:#6B6B6B;
	height: 36px;
	line-height:36px;
	font-family: 微软雅黑;
	color:#fff;
	font-size:12px;
	overflow: hidden;
}

.header_top .top_nav {
	float: right;

}
/*.faico{margin:0; padding:0; list-style:none;}
.faico li{display:inline-block; margin:0px 5px 0 0; padding:0; line-height:normal;}
.faico li:last-child{margin-right:0;}
.faico a{display:inline-block; width:18px; background:#fff;height:18px; line-height:18px; font-size:13px; text-align:center;}

.faico a{color:#32353C;}
.faico a:hover{ background:#0D71D1; color:#fff;}*/
.faico{
    display: flex;
}
.faico li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.faico li a{
    color: #fff;
}
#fixedMenu{ width: 100%;}
.header_center {
	height: 90px;
	background: #fff;
	z-index:99;
	border-bottom: 1px solid #dedede;

}
.header_center .logo {
	float: left;
	width:17%;
	margin-top:8px;

}
.header_nav{ width:82%; float: right; margin-top: 25px; }

.searchbox{ width: 90%; height: 36px; overflow: hidden; line-height: 36px;background: #f1f1f1;  border: 1px solid #dedede; margin: 10px auto;}
.searchbox .cont_text{ float: left; line-height: 18px; padding: 6px 0 6px 20px;   color: #666; margin-top: 3px; outline: none; border: none;}
.searchbox .cont_btn{ float: right; margin-right: 10px; outline: none; border: none; margin-top: 2px; cursor: pointer; width: 32px; height: 32px; background:url(../images/top/rsbtn.png) no-repeat;}


/*pc nav*/
.nav{ height:50px; display: table; width: 100%;  }
.nav ul li{ float:left; width: 11.5%; margin:0 0.5%; font-weight: bold;}
.nav ul li ul{
	display: none;
	position: absolute;
	text-align: center ;
	width: 187px;
	list-style: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:5px 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9;
}
.nav ul li ul li{ width: 100%; height: auto; line-height: 24px;}
.nav ul li ul li a{ color: #fff; height: auto; line-height:24px; text-align: left;  padding:5px 10px;}
.nav ul li ul li a:hover{ background:none; color: #F3B007}
.nav ul li a{display:block; width: 100%; height: 45px; text-align:center;line-height:45px; color:#333; font-size:14px;}
.nav ul li a:hover{   color:#fff; background:#F3B007; font-size:14px; border-radius: 5px; }
.nav ul li.active>a{ background-color:#F3B007;  color:#fff; border-radius:5px;}
.nav ul li:hover ul{display: block;  z-index: 99;}
/*导航菜单触发*/
.navLayer {
	overflow-x: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 50;
	right: -100%;
	top: 0px;
}
.navLayer .ico {
	height: 45px;
	position: relative;
}
.navLayer .ico a {
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 30px;
	height: 34px;
}
.navLayer .ico a img {
	width: 30px;
}
.navLayer .close {
	padding-left: 10px;
	top: 10px;
	position: absolute;
}
.navLayer .bg {
	overflow-x: auto;
	position: relative;
	background: #fff;
	height: 100%;
	margin-left: 25%;
	width: 75%;
}
.subNav {
	background: url(../images/top/ico5.png) right center no-repeat;
	cursor: pointer;
	display: block;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 14px;
}
.subNav .name {
	padding-left: 25%;
	text-align: left;
	position: relative;
}
.subNav .name .indexIco {
	position: absolute;
	top: 8px;
	left: 40px;
}
.subNav a {
	color: #666;
	display: block;
}
.currentDt {
	background: url(../images/top/ico5on.png) right center no-repeat;
}
.currentDd span {
	color: #ff0000;
}
.navContent {
	display: none;
	background: #0D71D1;
}
.navContent li {
	font-size: 14px;
	padding-left: 25%;
}
.navContent a {
	display: block;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	height: 35px;
	line-height: 22px;
	color: #fff;
	background: url(../images/top/ico6.png) left center no-repeat;
	background-size: 8px;
	padding-left: 18px;
}
.navContent a:hover {
	background: url(../images/top/ico6on.png) left center no-repeat;
	background-size: 8px;
	color: #000;
}
.pageBg {
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
	background: url(../images/top/bg1.png) repeat;
	left: 0px;
	top: 0px;
}
.searchLayerTel {
	display: none;
	z-index: 22;
	top: 60px;
	left: 0px;
	width: 100%;
	position: fixed;
}
.searchLayerTel .box {
	padding-top: 10px;
	margin: 0 10px;
}
.searchLayerTel .box .form {
	width: 100%;
	height: 40px;
	position: relative;
	background: #fff;
}
.searchLayerTel .form .input1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
}
.searchLayerTel .form .btn1 {
	position: absolute;
	right: 0px;
	top:-10px;
	background:#F3B007;
	width: 50px;
	height: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}

/*首页banner图*/
.banner {
	width: 100%;

}
.focus {
	width: 100%;
	position: relative;
	zoom: 1;
	overflow: hidden;

}
.f426x240, .f160x160 {
	width: 100%;
	overflow: hidden;

}
.rslides li {
	width: 100%;
	float: left;
	display: none;

}
.rslides li img {

	display: block;
}
.rslides {
	width: 100%;
	position: relative;

	margin: 0 auto;
}
.rslides_nav {
	height: 51px;
	width: 31px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 1.0;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: none;
}
.rslides_nav:active {
	opacity: 1.0;
}
.rslides_nav.next {
	left: auto;
	right: 0;
}
.rslides_tabs {
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 9;
	left: 0%;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin: 0 4px;
}
.rslides_tabs a {
	margin-top: 0px;
	text-indent: 9999px;
	overflow: hidden;
	background: url(../images/top/ico1.png) no-repeat;
	display: inline-block;
	_display: block;
	*display: block;
	width: 14px;
	height: 14px;
	z-index: 9;
	*z-index: 9;
}
.rslides_tabs .rslides_here a {
	background: url(../images/top/ico1on.png) no-repeat;
}
.indexFlashTel {
	position: relative;
	overflow: hidden;
	max-width: 768px;
	display: none;
}
.indexFlashTel .btnDiv {
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.indexFlashTel .btnDiv span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/top/ico1.png) no-repeat;
	cursor: pointer;
	margin: 0 3px;
}
.indexFlashTel .btnDiv span.on {
	background: url(../images/top/ico1on.png) no-repeat;
}
.indexFlashTel .bd {
	position: relative;
	z-index: 0;
}
.indexFlashTel .bd li {
	position: relative;
	text-align: center;
}
.indexFlashTel .bd li img {
	width: 100%;
	display: block;
}
.title {
	color: #333;
	text-align: center;
	font-size: 28px;
	text-transform:uppercase;
}
.title2 {
	color: #666;
	text-align: center;

	font-size: 15px;

}
/*main product*/
.product {
	margin-top: 30px;
}
.ab_fc {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom:10px;
}
.ab_fc .tab {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	display: table;
}
.ab_fc .tab a {
	display: block;
	margin: 30px 10px;
	height: 5px;
	width: 45px;
	background: #666;
	float: left;
}
.ab_fc .tab a:hover {
	background: #01489A;
}
.ab_fc .tab a.on {
	background: #0D71D1;
}
.ab_fc .co {
	overflow: hidden;
	margin-top:20px;
}
.ab_fc .co ul {
	padding: 0;
	margin: 0;
}
.ab_fc .co li {
	display: none;
	list-style: none;
}
.i01 {
	float: left;
	width: 31.3%;
	margin:1%;
	border-radius: 5px;
	box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.07);
	transition: 0.4s;
}

.i01 img {
	margin-top: 8px;
	height: 208px;
}
.i01 p {
	text-align: center;
	line-height: 24px;
	padding:8px 5px;
	color: #fff;
	background: #0D71D1;
	font-size: 15px;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.i01:hover p{background: #F3B007; }
/*Product Categories*/
.pro_cat {
	background: url(../images/main/bg1.jpg) no-repeat top center;
	padding-top: 20px;
	margin-top: 30px;
}
.pro_cat_box {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 10px;
	margin-top:20px;
	padding-bottom: 40px;
}

.slide-nav {
	float: left;
	width: 23.5%;

	border:1px solid #DFE0E2 ;

}

.slide-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slide-nav ul li{ line-height:35px; border-bottom:1px solid #DFE0E2; padding:11px 20px;   }
.slide-nav ul li a{ font-size:14px; display:block; }
.slide-content {
	float: right;
	width: 75%;

	border-left:none;
	padding-bottom:20px;
	height: auto;

}
.pro_list ul{ padding:0;}
.pro_list ul li a:hover .list p{ color: #F3B007}
.pro_list ul li{ float:left; width:31.3%; margin:1%; }
.list{height:200px; padding:5px; border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;}
.list img{  max-width: 100%;
    width: 100%;
    max-height: 100%;}
.list+p{ text-align:center; line-height:24px; padding-top:10px;	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */}

/*about*/
.about {
	display: flex;
	overflow: hidden;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.top-content {
	float: left;
	width: 60%;
}

.about-content {
	padding-top: 40px ;
	padding-left:40px;
	padding-bottom: 40px;
	position: relative;

	z-index: 1;
	background: #f5f5f5;
	overflow: hidden;
}
.right-about .about-content {
	left: -113px;
}
.main-about {
	display: block;
	width: 40%;
	background: #f5f5f5;
	float: left;
}
.about-content p {
	font-size: 16px;
	color: #666;

	line-height: 26px;
}
.about-content h3 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #333;
	margin-top: 0;
	line-height: 38px;
}
.about-btn {
	font-size: 15px;

	color: #fff;
	transition: 0.5s;
	border: 1px solid #0D71D1;
	background: #0D71D1;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 15px;
}
.about-btn:hover {
	border: 1px solid #F3B007;
	color:#fff;
	background:#F3B007;
	transition: 0.5s;
}
/*news*/
.news{ margin-top:50px;}
.news_box{ float: left; width: 31.3%; margin: 1%; margin-top: 30px;}
.news_about{
	text-align:left;
	width:100%;
}
.more{ background: #0D71D1; color:#fff; padding:8px 15px; text-align: center; border-radius: 10px; margin-top: 15px; display: block; width: 80px;}
.more:hover{ color: #fff; background: #F3B007;	 -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
.news_txt h1{margin-top:30px;}
.news_txt h1 a{
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	color:black;
}
.news_txt h1 a:hover{
	color:#0D71D1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news_txt_info ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:10px;
	color:#707070;
	margin-bottom:10px;
}
.news_txt_info ul li{
	float:left;
	width:auto;
	font-size:14px;
	list-style:none;
	margin-right: 35px;
}
.news_txt_info ul li:first-child a {
	padding-left:0px;
}
.news_txt_info ul li:first-child{
	position:relative;
}
.news_txt_info ul li:first-child:after{
	content: "";
	position: absolute;
	top: 4px;
	right: -17px;
	background-color: #707070;
	width: 1px;
	height: 73%;
}
.news_about p{
	font-size:16px;
	line-height:26px;
	color:#707070;
	margin-top:10px;
	padding-bottom:8px;
}
.news_img{
	position:relative;
	width:100%;
	border:1px solid transparent;
}
.news_img figure{
	display:block;
	margin:0;
	overflow:hidden;
}
.news_img figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
	border:1px solid transparent;
}
.news_img:hover figure img {
	transform: scale(1.1, 1.1);
	transition:0.5s;
}
.news_comment{
	float:right;
	position:relative;
	margin-top:-50px;
	z-index:4;
}
.news_comment ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
.news_comment ul li{
	float:left;
	width:auto;
	list-style:none;
	text-align:center;
	line-height:30px;
	margin-right:20px;
}
.news_comment ul li a{

	font-size:14px;
	padding:10px;
	background-color:#F3B007;
	color:white;
	font-weight:700;
}
.news_comment ul li i{
	margin-right:8px;
}
.news_comment ul li:hover a{
	background-color:#0D71D1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*************底部**************/
.scroll {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 3px;
	bottom: 50px;
	cursor: pointer;
	background: url(../images/main/top.png) bottom no-repeat;
	height: 42px;
}
.scroll:hover {
	background: url(../images/main/top.png) top no-repeat;
	height: 42px;
}
.foot-bg {
	background: #333333;
	padding: 22px 0;
	color: #cacaca;
	margin-top: 80px;

}
.foot-bg a {
	color: #cacaca;
}
.foot-bg a:hover {
	color: #0D71D1;
}
.sortt {
	width: 156px;
	float: left;
	_display: inline;
}
.sortt h2 {
	line-height: 44px;
	background: url(../images/main/line.jpg) no-repeat bottom left;
	font-size: 16px;
	color: #CCC
}
.sortt .content {
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	height: 110px;
}
.sortt .content a {
	display: block;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-size: 14px;
}
.contact {
	float: left;
	_display: inline;
	margin-left: 20px;
	padding-top: 12px;
}
.contact .k1 {

	font: bold 28px/44px "arial";
	color: #fff;
	padding-left: 53px;
}
.contact .content {
	margin-top: 15px;
	line-height: 26px;
}
.codes {
	width: 222px;
	float: right;
	_display: inline;
	padding-top: 25px;
	line-height: 30px;
	text-align: center;
}

.codes p{ padding-top:10px; padding-left:5px; }
.codes p i{ padding-right:5px;}
.f_link {
	padding-top: 15px;
}
.f_link a{ margin: 0 10px; color: #7C7C7C}
#footer {
	background: #292929;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #D61616;
}
.nav_foot {
	text-align: center;
	padding: 20px 10px;
}
.k1 {
	display: none;
}
.copyright {
	text-align: center;
	font-size: 14px;
	color: #cacaca;
	padding: 10px 10px;
}
.nav_foot .k1 {
	float: right;
}
.fa{ padding:0; list-style:none;}
.fa li{display:inline-block; margin:20px 5px 0 0; padding:0; line-height:normal;}
.fa li:last-child{margin-right:0;}
.fa a{display:inline-block; width:28px; background:#fff;height:28px; line-height:28px; font-size:13px; text-align:center;}

.fa a{color:#32353C;}
.fa a:hover{ background:#0D71D1; color:#fff;}
/**手机底部导航菜单***/
#bottomNav {
	display: none;
	background: #0D71D1;
	height: 62px;
	background-repeat: repeat-x;
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	_position: absolute;

	overflow: visible;
}
.bmeum {
	color: #fff;
	text-align: center;
}
.bmeum a {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.bmeum a:hover {
	text-decoration: none;
}
.bottom_box {
	width: 33%;
	float: left;
	padding-top: 10px;
}
.bottom_box img {
	display: block
}
/*current*/
.site-breadcrumb {
	margin-bottom: 10px;

}
.site-breadcrumb ul{ padding:80px 10px;}
.site-breadcrumb ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}

.site-breadcrumb ul li a {
	margin-right: 20px;
	position: relative;
	color: #fff;
}

.site-breadcrumb ul li a:after {
	position: absolute;
	content: "\f105";
	font-family: Fontawesome;
	right: -15px;
	top: 2px;
}

.site-breadcrumb ul li a:hover {
	color: #F3B007;
}
/*in about*/
.in_about{ margin-top: 40px;}
.in_about p{font-size: 16px;
	color: #666;
	text-align: center;
	margin:15px 0;
	line-height: 26px;}
/*in product*/
.slide_pro h3{ background: #0D71D1; margin: 0; color: #fff; text-align: center;
	padding:15px 0;}
.slide_list{ margin: 15px; border: 1px solid #dedede;}
.slide_list p{ text-align: center; background: #f1f1f1;padding: 5px; font-size: 12px;}
.pagingNav {
	padding: 5px 10px;
	margin-top:20px;
}
.pagingNav p {
	height: 30px;
	line-height: 30px;
}
.pagingNav .uls {
	margin-top: -30px;
	overflow: hidden;
}
.pagingNav .uls a {
	float: left;
	margin-left: 5px;
	padding: 0 10px;
	height: 28px;

	line-height: 28px;
	color: #666;
	border: 1px solid #ccc;
	text-decoration: none;
	float: left
}
.pagingNav .uls a:hover, .pagingNav .uls a.cur {
	background-color: #0D71D1;
	border-color: #0D71D1;
	color: #fff;
}
.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
	*background-color:transparent;
	*color:#666;
}
/*productdetail*/
.pro_fl{ position: relative;}
.pro_fr{ float: right; width: 40%; }
.v_show{width:50%;overflow:hidden;position:relative;height:236px;float:left}
.v_cont{ width:100%;position:absolute;left:0px;top:0px;  }
.v_cont ul{;text-align:center;line-height:50px; width: 100%;
	padding:0;;}
.v_cont ul li{width:100%;height:234px;float:left;margin-top:3px;}
.v_cont ul li img{ height: 220px;}
.circle{position:absolute;top: 250px; 	padding:0;width: 50%; left: 5%; right:5%;}

.circle li{width:31%;float:left;margin:1%;}
.circle .circle-cur img{
	border:1px solid #F3B007;}
.circle img{ border: 1px solid #dedede; height: 80px;}
.pro_fr h3{ color: #333; border-bottom: 1px solid #dedede; padding-bottom:10px; margin-top: 0;}
.pro_fr p{ line-height: 23px; }
.ny_ljzx {
	display: block;
	width: 138px;
	height: 40px;
	background-color: #0D71D1;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	margin-top: 25px;
	float: left;
	margin-right: 10px;
}
.ny_ljzx:hover {
	display: block;
	background-color: #F3B007;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	margin-top: 25px;
}
/*innews*/
.innews{ margin-top:10px;}
.innews_list{ border-bottom:1px dashed #DEDEDE; margin: 10px 0; padding: 8px;}
.innews_list h2{ font-size:15px; color:#333; margin:0;}
.innews_list h2 span{ font-size:12px; font-weight:normal;margin:0; float:right; color:#999;}
.innews_list p{ line-height:26px;}
/*newsdetail*/
.n_info_con { padding:0px 0px 0 0px;  font-size:14px; background:#fff; padding-left:12px; padding-right:12px; padding-bottom:12px;}
.n_info_con strong{ font-weight:bold;}
.n_info_con h1 {  padding-top:16px; color: #333;  font-weight:normal;  font-size: 22px; line-height: 30px; padding-bottom:10px; text-align: center;font: 20px/33px "Microsoft Yahei";}
.n_info_con2 { margin:0 auto; border:1px solid #D6D6D6; clear:both;}

.info_con_tit { line-height:24px; margin-bottom:15px; }
.info_con_tit span { margin-right:20px;}
.info_con_tit .m_qrinfo{position:relative;}
.m_qrcode{ display:none; position:absolute; left:0px; top:20px; background:#fff;border:1px dashed #f1f1f1; }

.info_con_tit .n_tit {  text-align:left; color:#666; border-bottom:1px dashed #999; height:44px; line-height:24px; padding-left:12px;}

.info_con_tit .n_tit a{ color:#BCBBBB; }
.info_con_tit .n_tit span .cur{color:#000;}
.info_con_tit .n_tit2 { height:24px;}
.n_info_con .tit2_span { float:right; margin:0; _margin-top:5px;}
#cntrBody{ padding-top:12px;}
.n_info_con p { line-height:28px; margin:15px 0; color:#666;}
.n_info_con p a { color:#666; padding-left:4px; padding-right:4px; }
.n_info_con p a:hover{ color: #F3B007}
.message_box{ padding:10px;}
.message_box h3{ color:#0D71D1}
.message_box input{width: 98%;height: 48px;line-height:48px;border: none;border: 1px solid #e5e5e5;font-size: 16px;color: #999999;margin-bottom: 20px;outline: none;font-size: 16px;color: #999999; text-indent:1em;}
.message_box .input1{background:url(../images/main/l1.png) no-repeat right center; }
.message_box .input2{background:url(../images/main/l2.png) no-repeat right center;}
.message_box textarea{width:98%; text-indent:1em;height: 130px;border: 1px solid #e5e5e5;margin-bottom: 20px; font-family:Arial, Helvetica, sans-serif;font-size: 16px;color: #999999;padding-top: 20px; background:url(../images/main/l3.png) no-repeat right 20px;}
.message_box a{display: block;height:40px; float:left; margin-right:10px;text-align: center;width: 100px;font-size: 16px;color: #fff;line-height:40px;background: #0D71D1;text-decoration: none;}

/*honor*/
.honor {
	width:100%;
	height: auto;
	overflow: hidden;
	border-color: transparent;
}
.honor ul {

	padding: 0px;
}
.honor li {

	height: auto;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	width: 31%;
	margin: 0.8%;

	margin-top:20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.honor .item {
	padding: 5%;
	position: relative;
}
.honor .img {
	position: relative;
	width: 100%;

	height: 260px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.honor .img img {
	width: 100%;
	display: block;
	transition: 600ms;
	-webkit-transition: 600ms;
	-ms-transition: 600ms;
	height: auto !important;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	position: absolute !important;
}

.honor .ntype {
	font-size: 14px;
	height: 30px;
	width: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #0D71D1;
	color: #fff;
	line-height: 30px;
}
.honor .t {
	font-size: 14px;
	line-height: 24px;
	color: #3E3E3E;
	height: 35px;
	overflow: hidden;
	margin: 16px 0px;
}


.honor .blueBg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0%;
	background-color: #0D71D1;
	transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.honor .linkA {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.honor li:hover .blueBg {
	height: 100%;
}
.honor li:hover p{ color: #fff;}
.honor li:hover .ntype {
	background-color: #fff;
	color: #0D71D1;
}
/*message*/
.message{
	padding:10px;}
.online {
	margin-top: 25px;

}
.online ul{ padding:0;}
.online ul li {
	margin-bottom: 35px;

	list-style: none;
}
.online li span {
	display: inline-block;
	width: 120px;
	font-size: 16px;
	vertical-align: top;
	color: #4a4a4a;
	text-align: right;
	line-height: 36px;
}
.online li span em {
	padding-right: 2px;
	color: #973122;
	font-style: normal;
}
.online .li01 {
	width: 50%;
	float: left;
}
.online .li02 {
	width: 50%;
	float: right;
}
.online .li03 {
	width: 50%;
	float: left;
}
.online .li04 {
	clear: both;
	width: 100%;
}
.online li img {
	vertical-align: middle;
	height: 36px;
	background: #e5e5e5;
}
.online .li05, .online .li06 {
	margin-bottom: 10px;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.inp1 {
	width: 65%;
	height: 36px;
	background: #f5f5f5;
	border: 1px dashed #ccc;
	overflow: hidden;
	line-height: 36px;

	padding: 0 25px 0 10px;
}
.inp2 {
	width: 65%;
	height: 36px;
	background: #f5f5f5;
	overflow: hidden;
	line-height: 36px;
	border: 1px dashed #ccc;

	padding: 0 25px 0 10px;
}
.inp3 {
	width: 65%;
	height: 36px;
	background: #f5f5f5;
	overflow: hidden;
	line-height: 36px;
	border: 1px dashed #ccc;

	padding: 0 25px 0 10px;
}
.inp4 {
	width: 83%;
	height: 139px;
	background: #f5f5f5;
	overflow: hidden;
	line-height: 36px;
	border: 1px dashed #ccc;
	resize: none;
}
.inp5 {
	width: 90%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #eee;
	background: none;
	margin-right: 10px;
}
.inp7 {
	width: 65%;
	height: 36px;
	background: #f5f5f5;
	overflow: hidden;
	line-height: 36px;
	border: 1px dashed #ccc;
	padding: 0 25px 0 10px;
}
.btn1 {
	width: 79px;
	height: 34px;
	border: 0;
	margin: 10px auto;
	background: #0D71D1;
	color: #fff;
}
.btn2 {
	width: 79px;
	height: 34px;
	border: 0;
	margin: 10px auto;
	background: #333;
	color: #fff;
}
/*in contact*/
.contact_c2 {

	margin-bottom: 30px;
}
.contact_c2 ul {
	padding: 0;
}
.contact_c2 li {
	border: 1px solid #e6e6e6;
	position: relative;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	float: left;
	height: 93px;
	line-height: 93px;
	font-size: 15px;
	color: #666;
}
.contact_c2 li.li01 {
	width: 20%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_c2 li.li02 {
	width: 80%;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
}
.contact_c2 li i {
	display: inline-block;
	padding-left: 40px;
}
.contact_c2 li img {
	padding-right: 5px;
	width: 26px;
}
.contact_c2 h3{ margin-top: 0;}

#page{
    margin: 15px 0;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;justify-content: flex-end;}
#page a{background: #F4FAFB;border: 1px solid #3C8DBC;color: #9CACAF;padding: 3px 8px;text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;}
#page span.page_current{
    margin-right: 5px;background:#367FA9;color: #fff;border: 1px solid #3C8DBC;font-weight: bold;padding: 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;}