*{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: 1200px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.top p{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
 
.head img{
	display: block;
}
.head .name{
	float: left;
	margin-top: 30px;
}
.head .tel{
	margin-top: 30px;
	float: right;
}
.nav{
	width: 100%;
	height: 50px;
	background:#0055bd;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 171px;
	height: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 50px;
}
.nav ul li:after{
	content: "";
	width: 2px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	margin-top: -7px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover,.nav ul li.current{
	box-shadow: -0 -5px 0 0 #0b78ff inset;
}
.nav ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.banner{ 
	max-width: 1920px;
	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:#00a0e9; 
  
}
.banner .bd{
 position:relative; 
  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;  
}


.hot{
	width: 100%;
	height: 475px;
	background: #f0f0f0;
	overflow: hidden;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/tit01.png) no-repeat center;
	margin-top: 50px;
}

.title p{
	color:#555555;
	font-size: 32px;
	text-align: center;
}
.title b{
	font-weight: normal;
	color:#0055bd;
}

.title span{
	display: block;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#555555;
}


.hot .list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.hot .list ul li{
	width: 185px;
	height: auto;
	margin-left: 68px;
	overflow: hidden;
	float: left;
}
.hot .list ul li:first-child{
	margin-left: 0;
}
.hot .list ul li .pic{
	box-sizing: border-box;
	width: 185px;
	height: 185px;
 	display: flex;
 	justify-content: center;
 	align-items: center;
	border-radius: 50%;
	border: 1px solid #555555;
}
.hot .list ul li .pic img{
	display: block;
 
}
.hot .list ul li .pic img:last-child{
	display: none;
}
.hot .list ul li:hover img{
	display: none;
}
.hot .list ul li:hover img:last-child{
	display: block;
}

.hot .list ul li:hover .pic {
	border: 1px solid #0055bd;
}

.hot .list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#333333;
	font-size: 20px;
	border-bottom: 1px solid #555555;
	text-align: center;
	margin-top: 20px;
}
.hot .list ul li:hover p{
	border-bottom: 1px solid #0055bd;
}

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pic-box{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.pic-box ul{
	margin-left: -15px;
	height: auto;
	overflow: hidden;
}
.pic-box ul li{
	float: left;
	width: 390px;
	height: auto;
	overflow: hidden;
	background: #f0f0f0;
	margin-bottom: 17px;
	margin-left: 15px;
}

.pic-box ul li img{
	display: block;
	width: 360px;
	height: 300px;
	margin: 15px;
	margin-bottom: 0;
}
.pic-box ul li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#000000;
	font-size: 16px;
}

.adv{
	width: 100%;
	height: 710px;
	background: url(../images/adv.png) no-repeat center;
	margin-top: 50px;
}


.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cases .show{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.cases .show .box{
	width: 800%;
}
.cases .show .pic{
	float: left;
}
.cases .show .pic ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 14px;
	position: relative;
}

.cases .show .pic ul li img{
	display: block;
	width: 290px;
	height: 290px;
	border: 1px solid #eeeeee;
}
.cases .show .pic ul li p{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news ul {
	width: 633px;
	margin-top: 50px;
	height: auto;
	overflow: hidden;
	float: left;
}
.news ul li{
	width: 100%;
	height: 65px;
	background: #eeeeee;
	position: relative;
	line-height: 65px;
	margin-bottom: 5px;
}
.news ul li:after{
	content: "●";
	position: absolute;
	left: 30px;
	top: 0;
	color:#0055bd;
	font-size: 18px;
}
.news ul li a{
	display: block;
	float: left;
	color:#666666;
	margin-left: 50px;
	font-size: 15px;
}
.news ul li  span{
	display: block;
	float: right;
	margin-right: 25px;
	color:#666666;
}
.news ul li:hover a{
	color:#0055bd;
}

.video{
	float: right;
	width: 533px;
	height: 345px;
	margin-top: 50px;
}

.video iframe{
 
	width: 533px;
	height: 345px;
	overflow: hidden;
}

.footer{
	width: 100%;
	height: 335px;
	margin-top: 100px;
	background: #202020;
}
.footer .main{
	position: relative;
}
.footer .left{
	width: 185px;
	float: left;
	overflow: hidden;
	height: 335px;
	background: #0055bd;
}
.footer .left .name{
	width: 100%;
	margin-top: 60px;
}
.footer .left .name img{
	display: block;
	margin: 0 auto;
}
.footer .left .ewm{
	width: 144px;
	margin: 0 auto;
	margin-top: 15px;
}
.footer .left .ewm img{
	display: block;
	width: 124px;
	height: 134px;
	border: 5px solid #fff;
}
.footer .left .ewm p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 13px;
}
.footer .left .tel{
	width: 170px;
	margin: 0 auto;
	margin-top:20px;
	height: auto;
	overflow:hidden;
}
.footer .left .tel p{
	color:#101010;
	font-size: 13px;
	text-align: center;
	background: url(../images/tit01.png) no-repeat center;
}
.footer .left .tel span{
	display: block;
	color:#2795ea;
	font-size: 25px;
	font-weight: bold;
	font-family: "Arial";
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
}
.footer .right{
	float: right;
	width: 965px;
	height: auto;
	overflow: hidden;
}
.footer .right .fn{
	width: 820px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .right .fn p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.footer .right .fn  ul{
	float: left;

	width: 700px;
}
.footer .right .fn  ul li{
	float: left;
	padding-right: 10px;
	position: relative;
	padding-left: 10px;
	line-height: 25px;
}
.footer .right .fn  ul li a{
	color:#fff;
	font-size: 12px;
}
.footer .right .fn  ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff;
}
.footer .right .fn  ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer .right .info{
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-top: 40px;
}
.footer .right .info p{
	color:#fff;
	font-size: 13px;
	line-height: 28px;
}
.footer .right .info  a{
	color:#fff;
}
.footer .right .links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #fff;
	margin-top: 10px;
}
.footer .right .links p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	float:left;
	margin-top: 20px;
}
.footer .right .links ul{
	float: left;
	margin-top: 20px;
	width: 755px;
	height: 50px;
	overflow: hidden;
}
.footer .right .links ul li{
	float: left;
	padding-right: 10px;
	line-height: 25px;
	padding-left: 10px;
	position: relative;
}
.footer .right .links ul li a{
	color:#fff;
	font-size: 13px;
}
.footer .right .links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff;
}
.footer .right .links ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer  .gotop{
	position: absolute;
	right: 0;
	top: 0;
}



.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}


.crumbs{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.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;
}

.class{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.class ul li{
	float: left;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 5px;
}
.class ul li:hover,.class ul li.hover{
	background: #0055bd;
}
.class ul li:hover a,.class ul li.hover a{
	color:#fff;
}
.class ul {
	display: table;
	margin: 0  auto;
}
.class ul li a{
	color:#333;
	font-size: 16px;
}
.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 40px;
	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: 1200px;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #eee;
}
.page li{
	display: block;
	float: left;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	color:#333;
	margin: 0 5px;
}
.page a{
	display: block;
	float: left;
	color:#333;
}
.page .bd{
	display: table;
	margin: 0 auto;
}
.page  ul{
	float: left;
}
.page  ul li{
	float: left;
}
.page .thisclass{background: #dcdcdc;}
.page  span{
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	color:#333;
	
}

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

.article-intro .tit h4{
	font-size: 20px;
	text-align: center;
	color:#333;
	line-height:40px;
	
}

.article-intro .tit span{
	display: block;
	color:#666;
	font-size: 13px;
	text-align: center;
	line-height:36px;
	margin:10px 0;
	border: 1px solid  #eee;
}
.article-intro .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.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;
}

.news-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	float: inherit;
 
}
.news-list  ul{
	width: 100%;
}
.news-list  ul li{
	width: 590px;
	float: left;
}
.news-list  ul li:nth-child(2n) {
	float: right;
}

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

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

.mssg-intro form{
	width: 650px;
	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: 220px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #0055bd;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}
