*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1100px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:170px;
	overflow: hidden;
}
.head .top{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
 
}
.head .top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.head ul{
	float: right;
}
.head ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.head ul li a{
	font-size: 13px;
	color:#333333;
}
.head ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.head ul li:last-child:after{
	width: 0;
}
.head .name{
	float: left;
	margin-top: 35px;
}
.head  .tel{
	float: right;
	margin-top: 40px;
}
.nav{
	width: 100%;
	height: 50px;
 	border-top: 1px solid #eeeeee;
 	overflow: hidden;
	background: rgb(23,136,241);  
	background: -moz-linear-gradient(left,  rgb(23,136,241) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 35%);  
	background: -webkit-linear-gradient(left,  rgb(23,136,241) 35%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 35%);  
	background: linear-gradient(to right,  rgb(23,136,241) 35%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 35%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=1 ); 

}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 137px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	line-height: 50px;
}
.nav ul li:nth-child(1){
	background:#fff url(../images/icon01.png)no-repeat 20px center;
}
.nav ul li:nth-child(1) a{
	text-indent:20px;
	display: block;
}
.nav ul li a{
	color:#555555;
	font-size: 16px;
}
.nav ul li:hover{
	background:#ffcc00;
}
.nav ul li:nth-child(1):hover{
	background:#ffcc00 url(../images/icon01.png)no-repeat 20px center;
}
 
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#ffcc00; 
 
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
 
.keywords{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
}
.keywords ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:14px;
    height:14px;
    width:1px;
    background:#333;
}

.keywords ul li:last-child:after{
    height:0px;
    width:0px;
}


.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	 
}
.title:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	left: 0;
	top: 50%;
}
.title div{
	width: 310px;
	margin:0 auto;
	background: #fff;
	z-index: 100;
	position: relative;
	text-align: center;
}
.title p{
	font-size: 22px;
	text-transform: uppercase;
	color:#1788f1;
}
.title  span{
	display: block;
	color:#555555;
	font-size:18px;
	margin-top: 2px;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .list {
	margin-top: 20px;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.product .list ul {
	display: table;
	margin: 0 auto;
}
.product .list ul li{
	float: left;
	width: 148px;
	height: 40px;
	border: 2px solid #dcdcdc;
	text-align: center;
	margin-left: 10px;
 
	line-height: 40px;
	margin-top: 5px;
}
.product .list ul li:first-child{
	margin-left: 0;
}
 
.product .list ul li a{
	color:#555555;
	font-size: 15px;
}
.product .list ul li:hover{
	background:#1788f1;
	border: 2px solid #1788f1;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .pic ul{
	margin-left: -20px;
 
}
.product .pic ul li{
	float: left;
	width: 258px;
	border: 1px solid #dcdcdc;
	margin-top: 15px;
	margin-left: 20px;
}
.product .pic ul li img{
	display: block;
	width: 240px;
	height: 200px;
	margin:9px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 0;
}
.product .pic ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#555555;
	font-size: 16px;
}
.product .pic ul li:hover p{
	color:#1988d0;
}

/*公司资质*/
.hor{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.hor .list {
	margin-top: 20px;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.hor .list ul {
	display: table;
	margin: 0 auto;
}
.hor .list ul li{
	float: left;
	width: 148px;
	height: 40px;
	border: 2px solid #dcdcdc;
	text-align: center;
	margin-left: 10px;
 
	line-height: 40px;
	margin-top: 5px;
}
.hor .list ul li:first-child{
	margin-left: 0;
}
 
.hor .list ul li a{
	color:#555555;
	font-size: 15px;
}
.hor .list ul li:hover{
	background:#1788f1;
	border: 2px solid #1788f1;
}
.hor .list ul li:hover a{
	color:#fff;
}
.hor .pic ul{
	margin-left: -20px;
 
}
.hor .pic ul li{
	float: left;
	width: 258px;
	border: 1px solid #dcdcdc;
	margin-top: 15px;
	margin-left: 20px;
}
.hor .pic ul li img{
	display: block;
	width: 240px;
	height: 240px;
	margin:9px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 0;
}
.hor .pic ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#555555;
	font-size: 16px;
}
.hor .pic ul li:hover p{
	color:#1988d0;
}



.about{
	width: 100%;
	height: 561px;
	overflow: hidden;
	background: url(../images/about-bg.png)center center;
	margin-top: 40px;
}
.about .title{
	margin-top: 50px;
}
.about .title div{
	background: #3f7cea;
}
.about .title div p{
	color:#fff;
}
.about .title div span{
	color:#fff;
}
.about .title:after{
	background: #fff;
}

.about .title div{
	width: 150px;
}
.about .pic{
	margin-top: 20px;
	float: left;
	border: 2px solid #fff;
}
.about .pic img{
	display: block;
	width: 450px;
	height: 276px;
}
.about  .info{
	float: right;
	width: 620px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about  .info .text{
	width: 100%;
	height: 225px;
	overflow: auto;
}
.about  .info .text p{
	color:#ffffff;
	text-indent: 1em;
	line-height: 28px;
	font-size: 16px;
}
.about  .info a{
	display: block;
	width: 100%;
	height: 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	color:#fff;
	margin-top:18px;
	font-size: 12px;
}
.about  .info a:hover{
	color:#ccc;
}
.adv{
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin-top: 30px;
}
.adv .tit{
	width: 1100px;
	height: 80px;
	overflow: hidden;
	background: url(../images/tit.png)no-repeat center;
}
.adv .tit p{
	color:#3f7cea;
	font-size: 34px;
	text-align: center;
	margin-top:5px;
}
.adv .tit span{
	display: block;
	color:#333333;
	font-size: 14px;
	text-align: center;
}
.adv ul{
 	margin-left: -80px;
	margin-top: 35px;
}
.adv ul li{
	float: left;
	width: 310px;
	height: auto;
	overflow: hidden;
	margin-left: 80px;
}
.adv ul li div{
	width: 177px;
	margin:0 auto;
	height: 177px;
}
.adv ul li:nth-child(1) div{
	background: url(../images/adv01.png)no-repeat center;
}
.adv ul li:nth-child(2) div{
	background: url(../images/adv02.png)no-repeat center;
}
.adv ul li:nth-child(3) div{
	background: url(../images/adv03.png)no-repeat center;
}

.adv ul li:nth-child(1):hover div{
	background: url(../images/adv-h01.png)no-repeat center;
}
.adv ul li:nth-child(2):hover div{
	background: url(../images/adv-h02.png)no-repeat center;
}
.adv ul li:nth-child(3):hover div{
	background: url(../images/adv-h03.png)no-repeat center;
}
.adv ul li p{
	text-align: center;
	color:#3f7cea;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.adv ul li span{
	display: block;
	color:#555555;
	line-height: 24px;
	margin-top: 10px;
	font-size: 14px;
}
.customer{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.customer .bd ul{
	margin-left: -21px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.customer .bd ul li{
	float: left;
	width: 352px;
	height:auto;
	margin-left: 21px;
	overflow: hidden;
}
.customer .bd ul li img{
	display: block;
	width: 352px;
	height: 260px;
}
.customer .bd ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#333333;
	font-size: 15px;
}
.customer .hd{
	width: 190px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.customer .hd ul li{
	float: left;
	width: 90px;
	height: 5px;
	background: #cccccc;
}
.customer .hd ul li:nth-child(2n){
	float: right;
}
.customer .hd ul .on{
	background: #1988d0;
}
 
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news ul li{
	float: left;
	width: 530px;
	height: 70px;
	margin-top: 35px;
}
.news ul li .time{
	float: left;
	width: 72px;
	height: 70px;
}
.news ul li .time p{
	width: 100%;
	height: 35px;
	background: #ffcc00;
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
	line-height:35px;
}
.news ul li .time span{
	display: block;
	color:#fff;
	font-size: 13px;
	text-align: center;
	line-height: 35px;
	background: #1788f1;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li .info{
	float: right;
	width: 445px;
	height: 69px;
	border-bottom: 1px solid #dcdcdc;
}
.news ul li .info p{
	font-size: 18px;
	color:#333333;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.news ul li .info span{
	display: block;
	color:#555555;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.news ul li .info:hover p{
	color:#1788f1;
	font-weight: bold;
}
.partner{
	width: 100%;
	height:460px;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 40px;
}
.partner .main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.partner .tit{
	margin-top: 35px;
}
.partner .tit p{
	color:#222222;
	font-size: 18px;
	text-align: center;
}
.partner .tit span{
	display: block;
	color:#1788f1;
	margin-top:5px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}
.partner .bd {
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.partner .bd ul li{
	float: left;
	width: 260px;
	height: auto;
	overflow: hidden;
 	margin-left: 8px;
 	margin-right: 8px;
 
}
.partner .bd ul li img{
	display: block;
	width: 258px;
	height:260px;
	border: 1px solid #dcdcdc;
}
.partner .next,.partner .prev{
	width: 33px;
	height: 33px;
	position: absolute;
	top:240px;
}
.partner .next{
	left: 0;
}
.partner .prev{
	right: 0;
}
.links{
	width: 100%;
	height: 100px;
	background: #cccccc;
}
.links .tit{
	float: left;
}
.links .tit p{
	color:#000000;
	font-size: 18px;
	line-height: 50px;
	font-weight:bold;
}
.links ul{
	float: right;
	width: 1000px;
	height:50px;
}
.links ul li{
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	line-height: 50px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
	background: #747474;
}
.links ul li a{
	display: block;
	color:#333333;
	font-size: 15px;
}
.links ul li:last-child:after{
	width:0;
	height: 0;
	overflow: hidden;
}
.footer{
	width: 100%;
	height: 220px;
	background:#1788f1;
}
.footer .main{
	display: flex;
	height: 220px;
	align-items: center;
	justify-content: space-between;
}
.footer .info{
	float: left;
}
.footer .info p{
	color:#ffffff;
	font-size: 15px;
	line-height: 26px;
}
.footer .info a{
	color:#fff;
}
.footer .ewm{
	float: right;
	width: 151px;
	height: 151px;
	border: 5px solid #fff;
}
.footer .ewm img{
	display: block;
	width: 151px;
	height: 151px;

}




.crumbs{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.crumbs img{
	display: block;
	float: left;
}
.crumbs p{
	color:#333;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	line-height: 30px;
}
.crumbs a{
 
 	line-height: 30px;
	color:#333;
	font-size: 12px;
	padding-right: 15px;
	position: relative;
}

.crumbs a:after{
	content: ">";
	position: absolute;
	right:0;
	top: -7px;
	font-size: 14px;
	color:#333;
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}




.pro-list{
	margin-top: 0;
}

.fy{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	border-bottom: 1px dashed #eee;
	height: 30px;
}

.fy p{
	display: table;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 12px;
	float: left;
	margin-right: 50px;
}

.fy  a{
	color:#333;
}
.fy  a:hover {
	text-decoration: underline;
	color:#0088dc;
}
.fy .return{
	float: right;
}
.page{
	width: 1080px;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	margin-top: 40px;
	border-bottom: 1px dashed #eee;
}

.page li{
	display: block;
	float: left;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	color:#333;
	margin: 0 5px;
}
.page .thisclass{display: block; padding:0 15px; background:#1788F1; color:#fff;}
.page li a{ display:block; padding:0 10px; }
.page li a:link,.fy a:link{ color:#000; text-decoration:none;}
.page li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.page li a:hover,.fy a:hover{ color:#bf0000; text-decoration:none;}

.page .bd{
	display: table;
	margin: 0 auto;
}
.page  ul{
	float: left;
}
.page  ul li{
	float: left;
}
.page  span{
	display: block;
	float: left;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	/*border: 1px solid #ccc;*/
	margin: 0 5px;
	color:#333;
	/*background: #dcdcdc;*/
}


.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}

.pic-box {
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
 
.pic-box ul li{
	float: left;
	border: 1px solid #ccc;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.pic-box ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}


.pic-box ul li:nth-child(4n-3){
	margin-left: 0 !important;
}



.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}

.article-intro{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.article-intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.article-intro .tit h4{
	font-size: 16px;
	text-align: center;
	color:#333;
	height: 30px;
	border-bottom: 1px dashed  #eee;
}

.article-intro .tit span{
	display: block;
	color:#676565;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.article-intro .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.article-intro .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.article-intro .intro img{
	display: block;
	max-width: auto;
	margin: 0 auto;
}

.article-intro .map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.article-intro  .allmap{
	width: 100%;
	height: 400px;
}

.pro-intro{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pro-intro .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px
}
.pro-intro .list ul {
	display: table;
	margin: 0 auto;
}
.pro-intro .list ul li{
	float: left;
	width: 160px;
	height: 40px;
	border: 1px solid #dcdcdc;
	text-align: center;
	margin: 0 5px;
	line-height: 40px;
	border-radius:3px;
}
.pro-intro .list ul li:hover{
	background: #0088dc;
}

.pro-intro .list ul li:hover a{
	color:#fff;
}

.pro-intro .list ul li a{
	color:#333333;
	font-size: 16px;

}



.pro-intro .details{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro-intro .details .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro-intro .details .tit h4{
	font-size: 16px;
	text-align: center;
	color:#333;
	height: 30px;
	border-bottom: 1px dashed  #eee;
}

.pro-intro .details .tit span{
	display: block;
	color:#676565;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.pro-intro .details img{
	display: block;
	max-width: 1005;
	margin: 0 auto;
}

.pro-intro .details .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}


.pro-intro .details .intro p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}


.news-list{
	margin: 0 ;
}


.mssg-intro{
	width:920px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width: 500px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.mssg-intro form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.mssg-intro form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.mssg-intro form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.mssg-intro form .btn input{
	width: 240px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #0088dc;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}


 