html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
ol,
ul,
li,
dl,
dd,
dt,
img,
a,
input,
select,
option {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:normal;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

input,
select,
option {
	border: none;
	outline: none;
}

img {
	display: inline-block;
	border: none;
}

body {
	color: #333333;
	font-size: 12px;
	font-family: "微软雅黑";
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.none{
	display:none;
}

.block{
	display:block;
}

.w{
	width:1100px;
	margin:0 auto;
}


/*=====头部=====*/
.header{
	background:#ffffff;
}

.head1{
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 8px;
}

.h1{	
	padding:15px 0 20px;
}

.h-logo{
	width:277px;
	height:70px;
	margin-right:276px;
}

.h-logo img{
	width:100%;
	height:100%;
}

.h-tel{
	margin-right:25px;
}

.h-tel span{
	display:inline-block;
	font-size:16px;
	color:#898989;
	margin-top:48px;
}

.h-tel img{
	margin-top:41px;
}

.h-other1{
	margin-left:49px;
	margin-top:2px;
}

.h-other2{
	margin-top:23px;
}

.h-other2 input{
	float:left;
	border:1px solid #e1e1e1;
	height:27px;
	line-height:27px;
}

.h-other2 .search{
	width:156px;
	padding:0 8px;
}

.h-other2 .btn{
	width:27px;
	height:27px;
	background:url(../img/search.jpg) no-repeat 0;
	background-size:100% 100%;
}

.head2{
	background:url(../img/nav.jpg) repeat-x 0;
	background-size: 100% 100%;
	padding:10px 0 13px;
	-moz-box-shadow: 2px 2px 3px #587aa0;
	box-shadow: 2px 2px 3px #587aa0;
}

.h-nav li{
	float:left;
	padding:5px 32px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #FFFFFF;
}

.h-nav li a{
	color:#010101;
	font-size:14px;
}

.h-nav li a:hover{
	color:#0195dd;
}

.h-nav .h-nav-nol{
	border-left:0;
}

.h-nav .h-nav-nor{
	border-right:0;
}

.h-nav .h-nav-on a{
	color:#0195dd;
}


/*=======banner======*/

.swiper-container1{
	width:100%;
	height:496px;
	position:relative;
	overflow: hidden;
}

.swiper-container1 img{
	width:100%;
	height:100%;
}

.swiper-pagination1{
	position:absolute;
	margin:0 auto;
	z-index:999;
	text-align: center;
}

/*=========底部==========*/
.footer{
	background:#176dc0;
}

.foot{
	text-align: center;
	padding:47px 0 24px;
	color:#FFFFFF;
	font-size:14px;
}

.foot p{
	margin-bottom: 21px;
}

/*============首页===========*/

.index-main{
	padding-bottom:43px;
}

.i-m1,.i-m2,.i-m3,.i-m4,.i-m5{
	margin-top:41px;
}

.i-m11{
	width:736px;
}

.i-m12{
	width:328px;
}

.i-m-title{
	overflow: hidden;
	margin-bottom: 15px;
}

.i-m-title h4{
	color:#0d74b9;
	font-weight:700;
	font-size:18px;
	padding-bottom: 4px;
	border-bottom: 4px solid #176dc0;
	width:84px;
	margin-right:10px;
}

.i-m-title div{
	border-bottom: 2px solid #d0d0d0;
	margin-top:30px;
}

.i-m11 .i-m-title div{
	width:640px;
}

.i-m12 .i-m-title div{
	width:234px;
}

.i-m12-m img{
	width:100%;
}

.i-m11-m-1{
	width:358px;
	height:242px;
	overflow: hidden;
}

.i-m11-m-1 img{
	width:100%;
	height:100%;
}

.swiper-container2{
	position:relative;
}

.swiper-pagination2{
	position:absolute;
	bottom:0!important;
	left:0;
	right:0;
	background:rgba(255,255,255,.5);
	z-index:9;
	padding:5px 0 7px;
	text-align: right;
}

.swiper-pagination2 span{
	display: inline-block;
	height:23px;
	line-height:23px;
	padding:0 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:none;
	font-weight:500;
}

.swiper-pagination2 .swiper-pagination-bullet-active{
	background:#007aff;
	color:#FFFFFF;
}

.i-m11-m-2{
	width:343px;
	height:242px;
	position:relative;
}

.i-m11-m-2 h5{
	font-size:18px;
	color:#333333;
	font-weight:700;
	padding:8px 0 10px;
}

.i-m11-m-2 div{
	color:#999999;
	line-height:25px;
}

.i-m11-m-2 a{
	position:absolute;
	right:6px;
	bottom:13px;
	color:#0093e1;
	z-index:10;
}

.i-m2 .i-m-title div{
	text-align: right;
	width:1006px;
	margin-top:0;
	padding:4px 7px 7px 0;
}

.i-m2 .i-m-title div a{
	color:#999999;
	font-size:14px;
}

.i-m2 .i-m-title div a:hover{
	color:#6cb2d6;
}

.i-m2-m{
	overflow: hidden;
}

.i-m2-m .swiper-slide{
	float:left;
	width:198px!important;
	height:153px!important;
	position: relative;
	text-align: center;
}

.i-m2-m .swiper-slide img{
	width:100%;
	height:100%;
}

.i-m2-m .swiper-slide div{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,.5);
	color:#FFFFFF;
	padding:7px 0 6px;
}

.i-m31{
	width:364px;
}

.i-m32{
	width:338px;
	margin:0 34px;
}

.i-m33{
	width:328px;
}

.i-m3 .i-m-title div{
	margin-top:0;
	text-align: right;
	padding:4px 7px 7px 0;
}

.i-m3 .i-m-title div a{
	color:#999999;
	font-size:14px;
}

.i-m3 .i-m-title div a:hover{
	color:#6cb2d6;
}

.i-m31 .i-m-title div{
	width:270px;
}

.i-m32 .i-m-title div{
	width:243px;
}

.i-m33 .i-m-title div{
	width:234px;
}

.i-m5 .i-m-title div{
	width:1006px;
}

.i-m5-m{
	padding:22px 0;
	overflow: hidden;
}

.i-m4 .i-m-title div{
	margin-top:0;
	text-align: right;
	padding:4px 7px 7px 0;
	width:1006px;
}

.i-m4 .i-m-title div a{
	color:#999999;
	font-size:14px;
}

.i-m4 .i-m-title div a:hover{
	color:#6cb2d6;
}

.i-m33-m li{
	/*margin-bottom: 18px;*/
	overflow: hidden;
}

.i-m33-m li span{
	display:inline-block ;
	float:left;
	margin-right:20px;
	padding:4px;
	font-size:9px;
	color:#FFFFFF;
	background:#6cb2d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.i-m33-m li a{
	display:inline-block;
	float:left;
	width:254px;
	font-size:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
	color:#676767;
	line-height:36px;
}

.i-m33-m li a:hover{
	color:#6cb2d6;
}

.i-m31-m1{
	margin-bottom: 15px;
}

.i-m31-m11{
	width:79px;
	height:68px;
}

.i-m31-m11 img{
	width:100%;
	height:100%;
}

.i-m31-m12{
	width:270px;
}

.i-m31-m12 p{
	color:#333333;
	line-height:18px;
	margin-bottom: 9px;
	font-weight:bold;
}

.i-m31-m12 a{
	color:#666666;
	line-height:20px;
}

.i-m31-m12 a:hover{
	color:#6cb2d6;
}

.i-m31-m12 a span{
	color:#989898;
}

.i-m31-m2{
	border-top:1px dashed #cccccc;
	padding-top:3px;
}

.i-m31-m2 li{
	/*list-style-type: disc;
	list-style-position:inside;*/
	line-height:30px;
	color:#cccccc;
	font-size:14px;
	overflow: hidden;
}

.i-m31-m2 li a{
	display: inline-block;
	float:left;
	width:260px;
	color:#666666;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
}

.i-m31-m2 li span{
	float:right;
	color:#9a9a9a;
	line-height:30px;
}

.i-m31-m2 li em{
	font-style: normal;
	margin-right:7px;
	color:#9a9a9a;
}

.i-m31-m2 li:hover,.i-m31-m2 li:hover a,.i-m31-m2 li:hover em,.i-m31-m2 li:hover span{
	color:#6cb2d6;
}

.i-m32-m1 li{
	float:left;
	width:165px;
}

.i-m32-m1 li:nth-child(1){
	margin-right:8px;
}

.i-m32-m1 li img{
	width:100%;
	height:auto;
}

.i-m32-m1 li p{
	margin-top:13px;
	color:#9a9a9a;
}

.i-m32-m1 li:hover p{
	color:#6cb2d6;
}

.i-m32-m2{
	margin-top:25px;
	border-top:1px dashed #cccccc;
}

.i-m4-m1{
	width:305px;
	height:298px;
	position:relative;
	margin-right:18px;
}

.i-m4-m1 img{
	width:100%;
	height:100%;
}

.i-m4-m1 div{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,.5);
	text-align: center;
	color:#FFFFFF;
	font-size:15px;
	padding:14px 0 12px;
	cursor: pointer;
}

.i-m4-m2{
	width:777px;
}

.i-m4-m2 li{
	float:left;
	width:182px;
	height:141px;
	position:relative;
	margin-bottom: 16px;
	margin-right:16px;
	cursor: pointer;
}

.i-m4-m2 li img{
	width:100%;
	height:100%;
}

.i-m4-m2 li div{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,.5);
	text-align: center;
	color:#FFFFFF;
	font-size:12px;
	padding:10px 0 8px;
	display: none;
}

.i-m4-m2 .i-m4-m2-no{
	margin-right:0;
}


/*==============产品中心===========*/
.pro-ban{
	height:146px;
	width:100%;
	position:relative;
}

.pro-ban>img{
	height:100%;
	width:100%;
}

.pro-b-main{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,.5);
	text-align: right;
	/*padding:13px 0 11px;*/
	line-height:35px;
	color:#FFFFFF;
}

.pro-b-main a{
	color:#FFFFFF;
}

.pro-b-main1{
	position:relative;
}

.pro-b-main2{
	position:absolute;
	left:0;
	bottom:0;
	width:250px;
	height:59px;
	background:url(../img/pro.png) no-repeat 0;
	background-size:100% 100%;
	text-align: left;
	font-size:20px;
	color:#FFFFFF;
	line-height:59px;
	padding-left:30px;
}

.pro-main1{
	width:250px;
	margin-right:30px;
}

.pro-m1-1{
	height:130px;
}

.pro-m1-1 img{
	width:100%;
	height:100%;
}

.pro-m1-2{
	margin-bottom: 30px;
}

.pro-m1-2>ul>li{
	background:#eaeaea;
	line-height:33px;
	text-align: center;
	border-top:2px solid #FFFFFF;
}

.pro-m1-2>ul>li a{
	color:#5e5e5e;
}

.pro-m1-2>ul>li:hover,.pro-m1-2>ul>li:hover a{
	color:#FFFFFF;
	background:#0193de;
}

.pro-m1-2>ul .pro-m1-2-on{
	background:#0193de; color: #fff;
}

.pro-m1-2 .pro-m1-2-on a{
	color:#FFFFFF;
}

.pro-m1-3{
	height:125px;
}

.pro-m1-3 img{
	width:100%;
	height:100%;
}

.pro-m1-4{
	padding:19px 15px;
	color:#5f5f5f;
	background:#eaeaea;
}

.pro-m1-4 h4{
	margin-bottom: 13px;
	font-size:14px;
}

.pro-m1-4 p{
	font-size:10px;
	line-height:21px;
}

.pro-main2{
	width:820px;
	padding-top:50px;
}

.pro-main21 li{
	float: left;
	width:185px;
	padding:3px;
	border:1px solid #cbcbcb;
	margin:0 24px 40px 0;
}

.pro-main21 .pro-main21-no{
	margin-right:0;
}

.pro-main21 li img{
	width:100%;
	height:100%;
}

.pro-main21 li p{
	background:#eaeaea;
	color:#5e5e5e;
	padding:9px 0;
	text-align: center;
}

.pro-main21 li:hover{
	border:1px solid #0595de;
}

.pro-main21 li:hover p{
	background:#0193de;
	color:#FFFFFF;
}

.pro-main22{
	padding-bottom: 60px;
}

.pro-main222 li{
	float:left;
	padding:6px 8px;
	border:1px solid #e0e0e0;
	color:#787878;
	margin-right:6px;
}

.pro-main222 .pro-main222-on{
	border:0;
	border:none;
}

.pro-main221{
	color:#777777;
}


/*==================工程案例============*/
.anli-main li{
	float:left;
	width:184px;
	padding:3px;
	border:1px solid #e0e0e2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right:25px;
	margin-bottom: 40px;
}

.anli-main .anli-main-no{
	margin-right:0;
}

.anli-main li:hover{
	border:1px solid #0095d8;
}

.anli-main li img{ 
	width:100%;
	height:144px;
}

.anli-main li p{
	text-align: center;
	font-size:14px;
	color:#0095d8;
	padding:10px 0;
} 

.anli-main li div{
	color:#8d9192;
	padding:0 10px 11px;
} 

/*关于我们*/
.about-m1{
	margin-bottom: 20px;
}

.about-m1 h4,.about-m1 h3{
	color:#505050;
	font-size:18px;
	font-weight:500;
}

.about-m1 h4{
	margin-bottom: 35px;
}

.about-m1 h3{
	margin-bottom: 30px;
}


.about-m1 div{
	margin-bottom: 13px;
	color:#808080;
	line-height:25px;
}

.about-m2{
	padding-bottom: 80px;
}

.about-m21{
	width :401px;
	height:339px;
}

.about-m21 img{
	width :100%;
	height:100%;
}

.about-m22{
	width:401px;
}

.about-m22 img{
	display:block;
	width:100%;
	height:160px;
}

.about-m22 img:nth-child(1){
	margin-bottom: 19px;
}

/*==============解决方案==========*/

.solve-n1 .pro-m1-2-on{
	color:#FFFFFF;
}

.solve-n1>ul>li{
	cursor: pointer;
	text-align:left;
}

.solve-n1>ul>li a{
	color:#333333;
}

.solve-n1>ul>li p{
	margin-left:28px;
}

.solve-n1>ul>li li{
	line-height:33px;
	text-align:left;
	padding-left:33px!important;
	background:#FFFFFF url(../img/solve-1.jpg) no-repeat 0;	
	background-size:100% 100%;
	border-bottom: 1px dashed #cacaca;
	/*list-style-type: disc;
	list-style: inside;*/
}

.solve-n1>ul>li .solve-n1-no{
	border-bottom: 0;
}

.solve-n1>ul>li li a{	
	color:#82868a!important;	
}

.solve-n1>ul>li:hover li a{
	color:#82868a!important;
	background:#FFFFFF!important;	
}

.solve-n1>ul>li li:hover a{
	background:#FFFFFF!important;
	color:#0093dd!important;
}

.solve-main li{
	border:1px solid #e5e5e5;
	margin-left:33px;
	position:relative;
	padding:24px 187px 19px 55px;
	margin-bottom: 40px;
	min-height:116px;
	cursor: pointer;
}

.solve-main li:hover .solve-m1,.solve-main li:hover .solve-m3{
	background:#017dc7;
}

.solve-m1{
	position: absolute;
	top:23%;
	left:-34px;
	width:67px;
	height:67px;
	border-radius: 100% 100%;
	-webkit-border-radius: 100% 100%;
	background-color:#a4a4a4;
	text-align: center;
	color:#FFFFFF;
	padding-top:18px;
}

.solve-m1 p{
	font-size:10px;
}

.solve-m3{
	position: absolute;
	right:0;
	top:37%;
	background-color:#a4a4a4;
	padding:10px 14px 9px 23px;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}

.solve-m3 a{
	color:#ffffff;
}

.solve-m2 h4{
	color:#60675f;
	font-size:15px;
	margin-bottom:17px;
}

.solve-m2 div{
	color:#9f9d9e;
	font-size:13px;
	line-height:23px;
}

/*===============联系我们==========*/

.phone-m1{
	border:1px solid #dddddd;
	width:818px;
	height:346px;
	margin-bottom: 50px;
}

.phone-m1 img{
	width:100%;
	height:100%;
}

.phone-m2{
	margin-bottom: 80px;
}

.phone-m21{
	width:320px;
}

.phone-m21 h3{
	color:#010101;
	font-size:16px;
	font-weight:700;
	margin-bottom: 13px;
}

.phone-m21 li{
	padding:16px 0 9px;
	border-bottom: 1px solid #e7e7e7;
	color:#232323;
}

.phone-m21 li h6{
	color:#d53d3c;
	margin-bottom: 7px;
	height:16px;
	line-height:16px;
}

.phone-m21 li h6 img{
	width:19px;
	vertical-align:middle; 
}

.phone-m22{
	width:450px;
}

.phone-m22 .phone-m221{
	width:218px;
	height:39px;
	padding:13px 16px;
	border:1px solid #b9b7b8;
	margin-right:13px;
	margin-bottom: 25px;
}

.phone-m22 .phone-m221-no{
	margin-right:0px;
}

.phone-m22 .phone-m221 input{
	width:78%;
}

.phone-m222{
	min-height:156px;
	border:1px solid #b9b7b8;
	padding:9px 15px;
	margin-bottom: 25px;
}

.phone-m222 span{
	vertical-align:top;
}

.phone-m222 textarea{
	width:89%;
	min-height:138px;
	border:0;	
}

.phone-m223 input{
	padding:7px 19px;
	background:#d53d3a;
	color:#FFFFFF;
	font-size:17px;
}

.people-main{
	margin-bottom: 40px;
}

.people-main table{
/*	width:160px;
	height:40px;
	background:#e7e7e7;*/
	border-collapse: separate;
	border-spacing:4px 0;
}

.people-main table tr td{
	width:160px;
	border-bottom:1px dashed #e8e8e8;
	height:40px;
	background:#f9f9f9;
	text-align: center;
}

.people-main table tr td a{
	color:#0093dd;
}

.people-main table .tr1 td{
	border-bottom: 0;
	background:#e7e7e7;
}

/*=================新闻动态==============*/
.news-main{
	margin-bottom: 46px;
}

.news-m11{
	width:180px;
	height:120px;
}

.news-m11 img{
	width:100%;
	height:100%;
}

.news-m12{
	width:622px;
	margin-bottom: 18px;
}

.news-m12 h4{
	color:#1a1a1a;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}

.news-m12 p{
	line-height:28px;
	margin-bottom: 4px;
}

.news-m12 div{
	line-height:23px;
	margin-bottom: 6px;
}

.news-m12 h5 a{
	color:#cf1d1b;
}

.news-m2 li{
	overflow: hidden;
	border-bottom: 1px solid #dcdadb;
	background:url(../img/news-2.jpg) no-repeat 0;
	background-size:100% 100%;
	padding:18px 0 16px 40px;
}

.news-m2 li span{
	color:#1b1b1b;
}

.news-m2 li em{
	font-style:normal;
	color:#6b6b6b;
}

/*===============招商中心===========*/

.center-main{
	color:#000000;
	font-size:14px;	
}

.center-m1{
	margin-bottom: 56px;
}

.center-m11{
	width:131px;
	height:131px;
	border-radius: 100% 100%;
	-webkit-border-radius: 100% 100%;
}

.center-m11 img{
	width:100%;
	height:100%;
}

.center-m12{
	width:657px;
	line-height:25px;
}

.center-m12 span{
	color:#008edc;
}

.center-m12 p{
	margin-bottom: 10px;
}

.center-m2{
	margin-bottom: 40px;
}

.center-m2 li{
	float:left;
	width:163px;
	margin-right:56px;
}

.center-m2 .center-m2-no{
	margin-right:0;
}

.center-m2 li img{
	width:100%;
	height:199px;
}

.center-m2 li p{
	padding:12px 0;
	line-height:23px;
}

.center-m3{
	margin-bottom: 50px;
}

.center-m3 li{
	float:left;
	width:186px;
	margin-right:25px;
	text-align: center;
	margin-bottom: 20px;
}

.center-m3 li img{
	width:100%;
	border:1px solid #b2b2b2;
}

.center-m3 li p{
	line-height:44px;
}

.center-m3 .center-m3-no{
	margin-right:0;
}










.xinwen-title{
	text-align: center;
	line-height:50px;
	font-size:40px;
	color:#FFFFFF;
}

.xw-main-title{
	padding:0 28px;
}

.xw-main-title-span{
	border-bottom: 1px solid #c4c4c4;
	padding-bottom:15px;
	margin-right:34px;
}

.xw-main-title-span1{
	color:#1470a5;
	font-size:18px;
}

.xw-main-title-span2{
	color:#000000;
	font-size:10px;
}

.xw-main-title-from{
	color:#8e8b8b;
	margin:17px 0 37px 14px;
}

.xw-main-title-from a{
	color:#e53838;
}

.xw-main-title-main{
	line-height:30px;
}

.xw-main-title-inp{
	margin-right:34px;
}

.xw-main-title-inp div{
	border:1px solid #b3b0b1;
	margin:45px 17px 71px 0;
}

.xw-main-title-inp a{
	width:66px;
	height:28px;
	line-height:28px;
	text-align: center;
	background:#FFFFFF;
	border:1px solid #e6e5e5;
	display: block;
}
