﻿@charset "utf-8";
.container{width: 1200px;margin: 0 auto;text-align: center;position: relative;overflow: hidden;}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*---头部-----*/
.headbj {
	width: 100%;
	height:180px;
}
.headbj_mid {
	width: 1200px;
	height:100px;
	margin: 0 auto;
}
.logo {
	float: left;
}
.tel-box{float: right;width: 260px;height:55px;padding: 22px 0;}
.tel-img{float: left;width: 55px;margin-right: 15px;}
.tel-img img{max-width: 100%;}
.tel-text p span{font-size: 16px;color: #000;}
.tel-text p em{font-size: 24px;color: #000;font-style: italic;font-weight: 600;}
/*********导航*********/
.menubox {
width: 100%;margin: 0 auto;height: 80px;background:#2d4c9c;overflow: hidden;
}
.glable_nav {
width: 1200px;
	margin: 0 auto;text-align: center;
}
.nav_img {
	padding-bottom: 5px;
}
#nav-menu {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	font-size: 18px;
	font-family: "微软雅黑";
}
#nav-menu .menu{position: relative;overflow: hidden;width: 100%;height: 80px;list-style: none;padding: 0;margin: 0;line-height: 80px;}
#nav-menu .menu li {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 18px;
	width:180px;
	text-align: center;
	border-right: 1px solid #1f346b;
}
#nav-menu .menu li.nav01 {
	font-weight: normal;
	display: inline-block;
	float: left;
}
#nav-menu .menu li a.xialaguang {
	line-height: 80px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	width:180px;
	text-align: center;
}
#nav-menu .menu li a.selected, #nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover {
	color: #fff;
}
#nav-menu .menu li a.on, #nav-menu .menu li a.xialaguang:hover {
	background-color: #1f346b;
	color: #fff;
	font-weight: normal;
}
#nav-menu .menu li a.xialaguang span {
	line-height: 80px;
	display: inline-block;
	font-family: "微软雅黑";
}
#nav-menu .menu li a.selected span, #nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
	cursor: pointer;
}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
	width: 180px;
}
/*首页搜索*/
.searchbox{width: 100%;position: relative;overflow: hidden;height:100px;background:rgb(238, 238, 238);}
.search_hot{border-left: 5px solid #2b4a9b;margin: 30px 0;line-height:40px;text-align: left;padding-left: 20px;width: 65%;float: left;font-size: 16px;}
.search_form{width: 30%;float: left;margin: 30px 0;}
.box_s{width:80%;float:left;height: 40px;background: #fff;border: 0;text-indent: 15px;}
.btn_s{width:20%;float:left;height: 40px;background: #ff6800;border: 0;font-size: 16px;text-align: center;font-weight: 600;color: #fff;line-height: 40px;}


.banner {
	width: 100%;
	height: 576px;
	margin: 0 auto;
}

.main_image {
	width: 100%;
	height: 576px;
border/-top:1px solid #d7d7d7;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}
.main_image ul {
	width: 9999px;
	height: 576px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	float: left;
	width: 100%;
	height: 576px;
}
.main_image li span {
	display: block;
	width: 100%;
	height: 576px
}
.main_image li a {
	display: block;
	width: 100%;
	height: 576px
}
div.flicking_con {
	width: 990px;
	margin: 0 auto;
	position: relative
}
div.flicking_con .flicking_inner {
	position: absolute;
	top: 498px;
	left: 45%;
	z-index: 999;
	height: 21px;
}
div.flicking_con a {
	float: left;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0;
	margin-right: 17px;
	padding: 0;
backgro/und:#fff;
	display: block;
	text-indent: -1000px
}
div.flicking_con a.on {
back/ground:#ae2128;
}
#btn_prev, #btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
	display: none;
}
#btn_prev {
	background: url(../images/hover_left.png) no-repeat left top;
	left: 100px;
}
#btn_prev:hover {
	-webkit-animation: xguide_down 2.0s infinite ease-in-out;
	-moz-animation: xguide_down 2.0s infinite ease-in-out;
	-o-animation: xguide_down 2.0s infinite ease-in-out;
	animation: xguide_down 2.0s infinite ease-in-out
}
#btn_next {
	background: url(../images/hover_right.png) no-repeat right top;
	right: 100px;
}
#btn_next:hover {
	-webkit-animation: xguide_down 2.0s infinite ease-in-out;
	-moz-animation: xguide_down 2.0s infinite ease-in-out;
	-o-animation: xguide_down 2.0s infinite ease-in-out;
	animation: xguide_down 2.0s infinite ease-in-out
}
 @keyframes xguide_down {
 0%, 100% {
 transform:scale(0.8);
 -moz-transform:scale(0.8);
 -o-transform:scale(0.8);
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 opacity:0.5
}
 50% {
 transform:scale(1.0);
 -moz-transform:scale(1.0);
 -o-transform:scale(1.0);
 -webkit-transform:scale(1.0);
 -ms-transform:scale(1.0);
 opacity:1
}
}
@-webkit-keyframes xguide_down {
 0%, 100% {
 -webkit-transform:scale(0.8);
 -moz-transform:scale(0.8);
 -o-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0.5
}
 50% {
 -webkit-transform:scale(1.0);
 -moz-transform:scale(1.0);
 -o-transform:scale(1.0);
 -ms-transform:scale(1.0);
 transform:scale(1.0);
 opacity:1
}
}
@-moz-keyframes xguide_down {
 0%, 100% {
 -moz-transform:scale(0.8);
 -o-transform:scale(0.8);
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0.5
}
 50% {
 -moz-transform:scale(1.0);
 -o-transform:scale(1.0);
 -webkit-transform:scale(1.0);
 -ms-transform:scale(1.0);
 transform:scale(1.0);
 opacity:1
}
}
@-o-keyframes xguide_down {
 0%, 100% {
 -o-transform:scale(0.8);
 -moz-transform:scale(0.8);
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0.5
}
 50% {
 -o-transform:scale(1.0);
 -moz-transform:scale(1.0);
 -webkit-transform:scale(1.0);
 -ms-transform:scale(1.0);
 transform:scale(1.0);
 opacity:1
}
}



.hes {
	width: 100%;
	position: relative;
	margin: 0 auto 50px;
	overflow: hidden;
}
.hes_top {
	padding-top: 50px;
	text-align: left;
	font-family: 'Microsoft Yahei';
	font-size: 36px;
	color: #000;
	font-weight: bold;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.hes_top a {
	color: #000;
}
.hes_top span {
font-size: 20px;color: #d9d9d9;padding-left: 15px;font-weight: 300;
}
.hes_top ul{float: right;}
.hes_top ul li{float: left;margin: 0 15px;}
.hes_top ul li a{color: #434343;font-size: 16px;font-weight: 500;}
.hes_bt {
	width:1200px;
	margin: 0 auto;
	padding-top: 43px;
}
.hes_bt ul{font-size: 0;margin-bottom: 50px;}
.hes_bt ul li {
	overflow: hidden;
	zoom: 1;
	line-height: 140%;
	display: inline-block;
	vertical-align: top;
	width: 256px;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid rgb(238, 238, 238);
}
.hes_bt ul li:nth-child(4n){margin-right: 0;}
.product_list .hes_bt ul li:nth-child(4n){margin-right: 15px;}
.product_list .hes_bt ul li:nth-child(3n){margin-right: 0px;}
.hes_bt ul li:hover{border: 1px solid #ff6800;}
.hes_bt ul li div.wp-new-article-style-c {
	padding: 0 3px 0 6px;
	height: 126px;
}
.hes_bt ul li div.wp-new-article-style-c .title{margin-top: 15px;}
.hes_bt ul li div.wp-new-article-style-c .title > a {
	font-family: Microsoft YaHei;
	font-size: 18px;
	color: #434343;
	font-weight: bold;
	line-height: 180%;
}
.hes_bt ul li div.wp-new-article-style-c span.category a{font-size: 12px;line-height:180%;}
.hes_bt ul li div.wp-new-article-style-c .wp-new-ar-pro-style-description {
	display: block;
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #434343;
	margin-top: 10px;
	line-height: 136%;
}
.hes_bt ul li div.img {
	height: 256px;
	width: 256px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}
.hes_bt ul li div.img img {
	position: relative;
	max-width: 256px;
	margin: 0px auto;
	max-height: 256px;
	height: 256px;
	width: 256px;
	display: block;
	transform: scale(1);
}
.hes_bt ul li div.img a:hover img{transform: scale(1.1);}
a.button_btndefault-link {
	height: 50px;
	line-height: 50px;
	background-color:#fff;
	cursor: pointer;
	display:block;
	margin: 0px auto 0;
	text-align: center;
	width: 200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	border: 1px solid rgba(217,217,217,1);
}
a.button_btndefault-link span {
	color: rgba(102,102,102,1);
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
}
a.button_btndefault-link:hover{background:#ff6800;border: 1px solid #ff6800;}
a.button_btndefault-link:hover span{color: #fff;}

/*通栏*/
.ad-full{width: 100%;background:#2b4a9b;background-image: url("../images/1.jpg");height: 172px;color: #fff;}
.ad-left{width: 60%;float: left;padding-top: 50px;}
.ad-right{width: 40%;float: left;padding-top: 60px;}
.ad-left p.titlecn{font-size: 30px;font-weight: 600;text-align: left;}
.ad-left p.titleen{font-size: 20px;font-weight: 600;text-align: left;}
.ad-right p{font-size: 30px;font-weight: 600;text-align: right;}

.adv-container{width: 1200px;background:#2b4a9b;color: #fff;height: 155px;margin: 0 auto 0px;}
.adv-left{width: 30%;float: left;padding-top: 40px;padding-left: 40px;}
.adv-right{width:60%;float: right;margin-top: 50px;border-left: 1px solid rgba(255,255,255,.6);}
.adv-left p.titlecn{font-size: 30px;font-weight: 600;text-align: left;}
.adv-left p.titleen{font-size: 20px;font-weight: 600;text-align: left;}
.adv-right ul{padding-left: 100px;}
.adv-right ul li{width: 50%;float: left;font-size: 20px;text-align: left;}

/*工程案例*/
.morebtn{display: inline-block;float: right;}
#jSlider{width: 716px;height: 460px;float: left;margin-top: 30px;overflow: hidden;margin-bottom: 50px;}
#jSlider .slides_container{height: 460px;width: 716px;}
#jSlider ul li{width: 716px;height: 460px;position: relative;}
#jSlider ul li a{display: block;width: 100%;height: 100%;}
#jSlider ul li img{height: 460px;width: auto;}
.slider-description {
	z-index: 100px;
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 100%;
	background: url(../images/bg_trans.png);
	color: #FFF;
	height: 136px;
	text-align: left;
}
.slider-description > .description-wrapper {
	padding: 12px;
}
.slider-description h4 {
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
	color: #fff;
	font-family:"微软雅黑";
}
.slider-description p{font-size: 16px;}
.case_adv{margin-top: 30px;width: 484px;height: 460px;float: left;background:#2b4a9b;color: #fff;}
.case_adv h2{font-size: 30px;font-family:"微软雅黑";color: #fff;text-align: left;padding: 30px 30px 10px;}
.case_adv p{font-size: 16px;text-align: left;padding: 0px 30px 10px;}
.case_adv ul{margin: 15px;}
.case_adv ul li{width: 115px; height: 115px;border: 1px solid rgba(255,255,255,.2);float: left;margin: 10px;}
.case_adv ul li em{font-size: 50px;}
.case_adv ul li span{display: block;font-size: 20px;}

/*关于我们*/
.about_index{width: 100%;height: 502px;background-color: rgb(249, 249, 249);background-image: url("../images/19.png");background-position: 60% center;background-repeat: no-repeat;}
.content {
	width: 100%;
}
.a2 {
	margin: 0 auto;
	padding-top: 25px;
	display: none;
	text-align: left;
	color: rgb(67, 67, 67);
	font-size: 16px;
	line-height: 180%;
}
.about_index a.button_btndefault-link{margin: 50px 0 0;}
.hes_top span.about_solong{float: right;color: rgb(67, 67, 67);font-size: 30px;font-style: italic;padding-left: 0;padding-right: 5px;}



/*新闻*/
.hes_news{position: relative;width: 1200px;overflow: hidden;margin: 30px auto;}
.hotnews{
	word-wrap: break-word;
	padding: 0px;
	border-color: transparent;
	border-width: 0px;
	height: 408px;
	width: 466px;
	display: block;
	border-style: solid;
	background-color: rgb(255, 255, 255);
	float: left;
}
.newslist{float: right;width: 700px;}
.newslist ul li{line-height: 30px;font-size: 16px;padding-top: 0px;margin-bottom: 10px;border-bottom:1px dashed #c6c6c6;padding-bottom: 5px;}
.newslist ul li .category a{color:#2b4a9b; }
.newslist ul li em{display: inline-block;float: right;}
.newslist a.button_btndefault-link{margin: 0;}

.hes_bt1 {
	width: 247px;
	height: 275px;
	float: left;
	border-bottom: 3px #bda64e solid;
	background: #fff;
	margin-right: 29px;
	display: none;
}
.hes_bt2 {
	width: 247px;
	height: 275px;
	float: left;
	border-bottom: 3px #bda64e solid;
	background: #fff;
	margin-right: 29px;
	display: none;
}
.hes_bt3 {
	width: 247px;
	height: 275px;
	float: left;
	border-bottom: 3px #bda64e solid;
	background: #fff;
margi/n-right:29px;
	display: none;
}
.hes_bt1_bt {
	width: 204px;
	height: 39px;
	margin: 0 auto;
	padding-top: 16px;
}
.hes_bt1_bt_ico {
	float: left;
}
.hes_bt1_bt_ico1 {
	float: right;
	width: 135px;
	height: 38px;
}
.hes_bt1_bt_ico1 h4 {
	color: #202020;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 18px;
	font-family: "微软雅黑";
}
.hes_bt1_bt_ico1 p {
	color: #8c8c8c;
	line-height: 14px;
	height: 14px;
	font-family: "微软雅黑";
	padding-top: 5px;
}
.huise {
	width: 100%;
	height: 600px;
	background: url(../images/hh.jpg) no-repeat top center;
}
.huise_top_new {
	width: 95px;
	height: 36px;
	padding-top: 76px;
	margin: 0 auto;
	display: none;
	text-align: center;
}
.huise_top {
	width: 237px;
	margin: 0 auto;
	display: none;
	text-align: center;
	font-family: 'Microsoft Yahei';
	font-size: 24px;
	color: #272823;
	font-weight: bold;
}
.huise_top a, .huise_top a:hover {
	color: #272823;
}
.huise_top span {
	display: block;
	width: 78px;
	background-color: #272823;
	height: 2px;
	margin: 0 auto;
	margin-top: 10px;
}
.huise_bt {
	width: 1000px;
	height: 322px;
	margin: 0 auto;
	padding-top: 43px;
}
.huise_bt_1 {
	width: 237px;
	height: 322px;
	background: url(../images/xxaaa.jpg)repeat-x bottom;
	float: left;
	margin-right: 17px;
	display: none;
}
.huise_bt_2 {
	width: 237px;
	height: 322px;
	background: url(../images/xxaaa.jpg)repeat-x bottom;
	float: left;
	margin-right: 17px;
	display: none;
}
.huise_bt_3 {
	width: 237px;
	height: 322px;
	background: url(../images/xxaaa.jpg)repeat-x bottom;
	float: left;
	margin-right: 17px;
	display: none;
}
.huise_bt_4 {
	width: 237px;
	height: 322px;
	background: url(../images/xxaaa.jpg)repeat-x bottom;
	float: left;
ma/rgin-right:17px;
	display: none;
}
.huise_bt_1:hover {
	width: 237px;
	height: 322px;
	background: url(../images/xxb.jpg)repeat-x bottom;
}
.huise_bt_2:hover {
	width: 237px;
	height: 322px;
	background: url(../images/xxb.jpg)repeat-x bottom;
}
.huise_bt_3:hover {
	width: 237px;
	height: 322px;
	background: url(../images/xxb.jpg)repeat-x bottom;
}
.huise_bt_4:hover {
	width: 237px;
	height: 322px;
	background: url(../images/xxb.jpg)repeat-x bottom;
}
.huise_bt_a_img {
	width: 237px;
	height: 205px;
	overflow: hidden;
}
.huise_bt_a_img img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.huise_bt_a_img:hover img {
	width: 277px;
	height: 245px;
	margin: -32px -26px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.huise_bt_a_cha {
	width: 237px;
	height: 49px;
	color: #212121;
	line-height: 49px;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
}
.huise_bt_a_bt {
	width: 237px;
	line-height: 18px;
	font-family: "微软雅黑";
}
.synews {
	width: 100%;
	height: 440px;
	margin: 0 auto;
}
.synews_tit {
	width: 96px;
	height: 36px;
	margin: 0 auto;
	padding-top: 75px;
	text-align: center;
	font-family: 'Microsoft Yahei';
	font-size: 24px;
	color: #272823;
	font-weight: bold;
}
.synews_tit a, .synews_tit a:hover {
	color: #272823;
}
.synews_tit span {
	display: block;
	width: 78px;
	background-color: #272823;
	height: 2px;
	margin: 0 auto;
	margin-top: 10px;
}
.synews_bt {
	width: 1157px;
	height: 207px;
	margin: 0 auto;
	padding-top: 55px;
}
.ccac {
	width: 100%;
	height: 492px;
	background: url(../images/sssef.jpg) no-repeat top center;
}
.ccacx_top {
	width: 96px;
	height: 36px;
	padding-top: 53px;
	margin: 0 auto;
	display: none;
	text-align: center;
	font-family: 'Microsoft Yahei';
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.ccacx_top a, .ccacx_top a:hover {
	color: #ffffff;
}
.ccacx_top span {
	display: block;
	width: 78px;
	background-color: #ffffff;
	height: 2px;
	margin: 0 auto;
	margin-top: 10px;
}
.ccacx_topa {
	padding-top: 138px;
	height: 40px;
	width: 515px;
	margin: 0 auto;
	display: none;
	line-height: 20px;
	text-align: center;
	color: #2e2e2d;
	font-family: "微软雅黑";
	font-weight: 100;
	font-size: 13px;
}
.ccacx_topa b {
	font-weight: 500;
	font-size: 16px;
}
.ccacx_topb {
	width: 300px;
	height: 40px;
	margin: 0 auto;
	padding-top: 10px;
	display: none;
	text-align: center;
	font-family: Impact;
	font-size: 34px;
	color: #bea64e;
}
.ccacx_topc {
	width: 96px;
	height: 28px;
	margin: 0 auto;
	padding-top: 26px;
	display: none;
}
.ccacx_topc a {
	display: block;
	width: 94px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #bea64e;
	border: 1px solid #bea64e;
}
.ccacx_topc a:hover {
	color: #fff;
	background-color: #bea64e;
}
/*内页*/
.nybanner {
	width: 100%;
	height:450px;
	text-align: center;
}
.breadcrumb_content{border-bottom: 1px dashed #ccc;padding-bottom: 15px;width: 1200px;margin: 0 auto 30px;}
.breadcrumbtext{border-left: 10px solid #ff6800;text-align: left;padding-left: 20px;font-style: italic;font-size: 14px;line-height: 25px;}
.about_sub .hes_top{padding-top: 0;}
.aboutcontent{padding: 50px 0;font-size: 16px;text-align: left;line-height: 180%;position: relative;overflow: hidden;}
.abouttext{float: left;width: 58%;}
.abouttext p{margin-bottom: 20px;}
.aboutimg{float: right;width: 38%;}
.honor_sub{background: rgb(246, 246, 246);}
.honorcontent{padding: 50px 0;}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	max-height: 310px;
	margin: 0 auto;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #ff6800;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.Enterprisecontent{padding: 50px 0;}
#Enterprise {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#Enterprise .swiper-container {
	padding-bottom: 60px;
}

#Enterprise  .swiper-slide {
	box-shadow: 0 8px 30px #ddd;
}
#Enterprise  .swiper-slide img{
	display:block;
	width: 100%;
}
#Enterprise .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#Enterprise .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#Enterprise .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #ff6800;
	background-color: #fff;
}

.nybanner_mid {
	width: 989px;
	height: 122px;
	margin: 0 auto;
}
.nybanner_mid h4 {
	padding-left: 61px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
	padding-top: 40px;
	display: none;
}
.nybanner_mid p {
	color: #d5d5d5;
	font-size: 12px;
	padding-top: 3px;
	font-family: "微软雅黑";
	padding-left: 61px;
	display: none;
}
.ny_mid_100 {
	width: 100%;
	margin: 0 auto;
	padding-top: 25px;
}
.ny_mid {
	width: 1200px;
	margin: 0 auto;
	padding-top: 25px;
}
.nyleft {
	float: left;
	width: 265px;
	display: none;
}
.lefta {
	width: 265px;
	height: 112px;
	font-weight: bold;
	background: #2b4a9b;
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 112px;
	text-align: center;
}
.lefta span{font-size: 14px;font-weight: 300;}
.leftb {
	width: 265px;
	padding-top: 5px;
	font-family: "微软雅黑";
	margin-bottom: 42px;
}
.leftb li {
	margin-bottom: 5px;
}
.leftb li a {
	font-size: 18px;
	padding-left: 13px;
	color: #434343;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	background: #eee;
	display: block;
	-moz-transition: background 0.5s, color 0.5s;/* Firefox 4 */
	-webkit-transition: background 0.5s, color 0.5s;/* Safari 和 Chrome */
	-o-transition: background 0.5s, color 0.5s;	/* Opera */
	transition: background 0.5s, color 0.5s;
}
.leftb li a:hover {
	color: #fff;
	background: #2b4a9b;
}
.leftb li a.cu {
	color: #fff;
	background: #2b4a9b;
}
.contact {
	width: 254px;
}
.contactbt {
	width: 254px;
	padding-top: 26px;
}
.contactbt p {
	color: #1e1e1e;
	font-size: 14px;
	line-height: 20px;
	font-family: "微软雅黑";
}
.contactbt h6 {
	padding-top: 10px;
	font-family: "微软雅黑";
	font-weight: 100;
	font-size: 13px;
}
.contactbt h4 {
	padding-top: 15px;
	font-family: Impact;
	font-size: 36px;
	color: #bea64e;
}
.contactbt h3 {
	background: url(../images/ddda.jpg) no-repeat bottom left;
	padding-bottom: 10px;
	color: #1e1e1e;
	font-family: "微软雅黑";
	font-size: 14px;
	padding-top: 11px;
}
.contentright {
	width: 909px;
	float: right;
dis/play:none;
}
.contentright .hes_bt{padding-top: 0;width: 909px;}
.vertical-align-middle{margin-bottom: 30px;text-align: left;}
.prolist {
	width: 1200px;
	margin-bottom: 90px;
}
.prolist li {
	width: 589px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
}
.prolist li .imer {
	width: 589px;
	height: 350px;
}
.prolist li .imer img{max-width: 100%;}
.prolist li:nth-child(2n){margin-right: 0;}
.prolist li .chaw {
	width: 100%;
	line-height: 26px;
	padding: 20px 0;
	font-family: "微软雅黑";
	color: #555;
	font-size: 14px;
	text-align: left;
}
.prolist li .chaw a {
	color: #000000;
}
.prolist li h4 {
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.prolist li h4 a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.news_top {
	width: 909px;
	padding-top: 39px;
	border-bottom: 1px #d5d5d5 solid;
	padding-bottom: 26px;
}
.news_top_img {
	width: 248px;
	height: 155px;
	float: left;
}
.news_top_chaw {
	width: 628px;
	float: right;
}
.news_top_chaw h4 {
	color: #000000;
	font-size: 18px;
	font-family: "微软雅黑";
	height: 22px;
	overflow: hidden;
}
.news_top_chaw h4 a {
	color: #000000;
}
.news_top_chaw p {
	padding-top: 21px;
	color: #7f7f7f;
	line-height: 26px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.news_bt {
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #000000 solid;
	margin-bottom: 90px;
	min-height: 251px;
	_height: 500px;
}
.news_bt li {
	width: 700px;
	line-height: 46px;
	height: 46px;
}
.news_bt li a {
	padding-left: 17px;
	float: left;
	height: 46px;
	background: url(../images/jaa.jpg) no-repeat left center;
	width: 554px;
	line-height: 46px;
	color: #000000;
	font-size: 14px;
	overflow: hidden;
	font-family: "微软雅黑";
	display: block;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.news_bt li a:hover {
	padding-left: 17px;
	float: left;
	height: 46px;
	width: 554px;
	background: url(../images/jbb.jpg) no-repeat left center;
	color: #a18a36;
	line-height: 46px;
c/olor:#000000;
	font-size: 14px;
	overflow: hidden;
	font-family: "微软雅黑";
	display: block;
}
.news_bt li a:hover {
	text-indent: 20px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.news_bt li span {
	float: right;
	color: #b0b0b0;
}

/*产品中心*/
.mio-proview{position: relative;overflow: hidden;margin-bottom: 30px;}
.mio-proview .proview-left{float: left;width: 45%;}
.mio-proview .proview-right{float: right;width: 48%;}
.mio-proview img {
	width: 100%;
	border: #eee 5px solid;
}
h1.h1pro {
	margin-top: 0;
	font-size: 24px;
	color: #111;
	margin-bottom: 20px;
}
.intro{font-size: 16px;line-height: 180%;}
h3.h3ti {
	height: 47px;
	line-height: 47px;
	color: #2b4a9b;
	margin: 0;
	background: #eee;
	text-indent: 20px;
	margin-bottom: 30px;
}
.contacttext{padding: 30px 0;}
.contacttext ul{overflow: hidden;margin-bottom: 30px;}
.contacttext ul li {
	word-wrap: break-word;
	padding: 0px;
	border-color: rgb(217, 217, 217);
	border-width: 1px;
	height: 190px;
	width: 380px;
	border-style: solid;
	background-color: rgb(240, 240, 240);
	display: block;
	float: left;
	margin-right: 20px;
	
}
.contacttext ul li:last-child{margin-right: 0;}
.contacttext ul li img{width: 50px;height: auto;margin-top:40px;}
.contacttext ul li h2{color: #5a5a5a;
	font-size: 20px;font-weight: 500;padding: 0px 30px 5px;}

/* 翻页
--------------------*/

.inPagination {
	float: left;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 15px;
	background: url(../images/customer5.jpg) left top no-repeat;
	margin-left: 11px;
	display: inline;
}
.inPagination .pageSkip input, .inPagination .pageSkip button {
	height: 21px;
	width: 21px;
	line-height: 18px;
	text-align: center;
	background: #32436f;
	border: 0;
	color: #fff;
}
.inPagination .pageSkip button {
	width: 50px;
	cursor: pointer;
}
.inPagination {
	height: 30px;
	color: #4d4d4d;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.inPagination a, .inPagination span, .inPagination .current {
	background-color: #828282;
	display: inline-block;
	min-width: 28px;
	_width: 28px;
	height: 19px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
*line-height:19px;
	line-height: 19px\0;
	white-space: nowrap;
	color: #000;
}
.inPagination a {
	position: relative;
	color: #fff;
	background: #000000;
}
.inPagination .noLink {
	font-family: "微软雅黑";
	color: #000;
	border: 1px solid #e2e2e2;
	width: 28px;
	height: 19px;
}
.inPagination .noLink2 {
	font-family: "微软雅黑";
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #cfcfcf;
}
.inPagination .current {
	color: #ffffff;
}
.inPagination a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #828282;
}
.inPagination a.noLink:hover {
	background-color: #828282;
	border: 1px solid #e32526;
}
.inPagination .pageSkip {
	width: auto;
	color: #727272;
	border: 0;
}
.inPagination .pageSkip input {
	width: 21px;
	height: 18px;
	line-height: 18px;
	margin: 0 5px;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, SimSun, Arial;
	color: #fff;
}
.inPagination .pageSkip button {
	width: 42px;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	background: #32436f;
	color: #fff;
}
.inPagination .btnRight {
	height: 29px;
	width: 94px;
	display: block;
	position: absolute;
	z-index: 110;
	right: 0;
	bottom: 0;
}
.inPagination .btnRight .btn1 {
	padding: 0;
	width: 31px;
	height: 19px;
	background: url(../images/icon.gif) no-repeat 0 -161px;
	display: block;
	float: right;
	margin-right: 20px!important;
	margin-right: 12px;
}
.inPagination .btnRight .btn2 {
	padding: 0;
	width: 31px;
	height: 19px;
	background: url(../images/icon.gif) no-repeat 0 -126px;
	display: block;
	float: right;
	margin-right: 10px!important;
	margin-right: 8px;
}
.inPagination .noLink3, .noLink4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b5b5b5;
	width: 28px;
	height: 19px;
	background: #000;
	text-align: center;
}
.inPagination a.noLink3:hover {
	background-color: #828282;
/border:1px solid #e2e2e2;
	color: #b5b5b5;
	text-align: center;
}
.inPagination .noLink4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b5b5b5;
	text-align: center;
	width: 28px;
	height: 19px;
	background: #000;
}
.inPagination a.noLink4:hover {
	background-color: #828282;
bo/rder:1px solid #e2e2e2;
	color: #b5b5b5;
	text-align: center;
}
.foot {
	width: 100%;
	padding: 50px 0;
	background:rgb(16, 6, 51);
}

.foot_top {
	overflow: hidden;position: relative;color: #ccc;
}
.foot-logo{width: 30%;float: left;text-align: left;}
.foot-logo img{padding-bottom: 30px;}
.foot-logo h4{font-size: 16px;}
.foot-logo span{font-size: 24px;line-height: 33px;font-style: italic;font-weight: 600;padding-bottom: 20px;display: block;}
.foot-logo p{font-size: 14px;padding-right: 50px;}
.foot-add{width: 45%;float: left;text-align: left;border-left: 1px dashed #434343;border-right:1px dashed #434343;}
.foot-add h2{font-size: 20px;color: #ccc;text-align: left;margin-bottom: 20px;padding-left: 50px;}
.foot-add p{font-size: 14px;line-height: 30px;padding-right: 50px;padding-left: 50px;}
.foot-add p a{color: #ccc;}
.foot-code{width: 20%;float: left;text-align: center;}
.foot-code img{max-width: 150px;margin: 0 auto;}
.foot-code span{display: block;line-height: 35px;}

/*首页轮播广告--右侧带小图*/
.ad_position {
	width: 645px;
	height: 320px;
	position: relative;
ove/rflow:hidden;
	background: url(../images/ad_shadow.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 20px;
}
.ad_position .limit {
	height: 320px;
	width: 645px;
	margin: 0;
	overflow: hidden;
}
.ad_left_big {
	width: 484px;
	border-collapse: collapse;
	float: left;
	display: inline;
}
.ad_small_box {
	float: right;
	width: 148px;
	height: 320px;
	overflow: hidden;
	display: inline;
backgrou/nd:#0F0;
}
.ad_small_box ul {
	margin: 0px 0px 0px 0px;
	list-style: none inside none;
	padding: 0px;
*margin-left:-6px;
}
.ad_small_box ul li {
	width: 142px;
	height: 95px;
	margin-bottom: 1px;
	overflow: hidden;
	cursor: pointer;
}
.ad_small_box ul li img {
	width: 138px;
	height: 91px;
	border: #c5c5c5 1px solid;
	float: right;
}
.ad_small_box .this_ad {
	position: absolute;
	top: 0px;
	left: 1px;
	cursor: pointer;
	width: 138px;
	height: 90px;
	border: #000000 2px solid;
	margin-top: 1px;
}
.ad_small_box .top_button {
	width: 142px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/top1.jpg) no-repeat center;
}
.ad_small_box .bottom_button {
	width: 142px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/bot1.jpg)center no-repeat;
}
.ad_small_box .off {
	background: url(../images/top1.jpg) no-repeat center;
	cursor: auto;
}
.ad_small_box .small_right_limit {
	height: 286px;
	padding: 1px 0px;
	overflow: hidden;
	position: relative;
}
.proxx {
	width: 640px;
	margin: 0 auto;
	padding-top: 50px;
}
.proxx_tit {
	width: 640px;
	height: 19px;
}
.proxx_bt {
	width: 640px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
	line-height: 28px;
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 0 auto;
}
.proxx_bta {
	width: 909px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #000000;
	line-height: 28px;
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 0 auto;
	min-height: 352px;
_height:expression(this.scrollHeight < 352px ? "352px" : "auto")
}
.pro_ny_tita{font-size: 24px;color: #000;font-weight: 600;text-align: center;margin-bottom: 15px;}
.pro_ny_sa{text-align: center;margin-bottom: 30px;}
.fah {
widt/h:87px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
}
.fanye {
	width: 640px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border-top: 1px #000000 solid;
	padding-bottom: 40px;
	color: #000;
	font-family: "微软雅黑";
	line-height: 26px;
}
.fanye a {
	color: #000;
}
.fanyea {
	width: 909px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border-top: 1px #000000 solid;
	padding-bottom: 110px;
	color: #000;
	font-family: "微软雅黑";
	line-height: 26px;
}
.fanyea a {
	color: #000;
}
.menu li a:hover, .menu li .on {
	color: #00a83c;
}

.pd30{line-height: 180%;font-size: 14px;}
.pd30 p{margin-bottom: 15px;}
.pd30 table tr.firstRow td{text-align: center;font-size: 16px;color: #2b4a9b;font-weight: 600;}

