*{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;
}
 
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.head .name{
 	position: relative;
 	top: 50%;
 	float: left;
 	transform: translateY(-50%);
}
.head img{
	display: block;
}
.head  .tel{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
.head .main{
	height: 110px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height: 66px;
	border-top: 1px solid #E5E5E5;
}
.nav ul{
 	display: table;
	margin:0 auto;
	height: 66px;
}
.nav ul li{
	float: left;
	position: relative;
	height:66px;
	margin: 0 65px;
	text-align: center;
	line-height: 66px;
}
.nav ul li:after{
	content: "";
	width: 0;
	transition: .5s;
	position: absolute;
	top:-2px;
	left: 50%;
	background: #1E5AD2;
	height: 3px;
}
.nav ul li a{
	color:#1a1a1a;
	font-size: 16px;
}
.nav ul li:hover dl{
	display: block;
}
.nav ul li:hover:after{
	left: 0;
	width: 100%;
}
.nav ul li dl{
	position: absolute;
	left: 50%;
	top: 66px;
	width: 154px;
	margin-left: -77px;
	display: none;
	z-index: 1;
}
.nav ul li dl dd{
	width: 100%;
	height: 48px;
 	background: #1E5AD2;
	line-height: 48px;
}
 
.nav ul li dl dd a{
	color: #ffffff;
	font-size: 14px;
	display: block;
}
.nav ul li:hover a{
	font-weight: bold;
}
.nav ul li:hover dl dd a{
	font-weight: normal;
}
.nav ul li dl dd:hover{
	background: #FFAC4D;
}
.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:#115799; 
  
}
.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;  
}



.adv{
	width: 100%;
	height: 386px;
	overflow: hidden;
	background: url(../images/adv-bg.jpg) no-repeat center;
}
.adv ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 80px;
}
.adv ul li {
	float: left;
}
.adv ul li  h4{
	text-align: center;
	color: #333333;
	font-size: 28px;
	margin-top: 10px;
}

.adv ul li .data span{
	display: table;
	color: #666666;
	font-size: 20px;
	margin: 0 auto;
}
.adv ul li .data b{
	color: #1E5AD2;
	font-size: 50px;
	font-family: 'Arial';
}

.adv ul li p{
	color: #666666;
	font-size: 16px;
	width: 230px;
	height: 56px;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
}
.adv ul li a{
	display: block;
	width: 195px;
	height: 45px;
	border: 1px solid #666666;
	line-height: 45px;
	color: #666666;
	font-size: 16px;
	margin: 0 auto;
	text-indent: 30px;
	display: block;
	margin-top: 40px;
	background: url(../images/more1.png) no-repeat 110px center;
}
.adv ul li a:hover{
	border: 1px solid #1E5AD2;
	color: #fff;
	background:#1E5AD2 url(../images/h01.png) no-repeat 110px center;
}

.title p{
	color: #111111;
	font-size: 36px;
	text-align: center;
}
.title b{
	color: #1E5AD2;
}
.title  span{
	display: block;
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 5px;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
	background: #F2F2F2;
	padding: 70px 0;

}

.product .list{
	float: left;
	width: 300px;
	background: #fff;
	height: 975px;
	margin-top: 30px;
	position: relative;
}
.product .list:after{
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	right: -40px;
	top: 0;
	background: url(../images/icon03.png) repeat-y  left top;
}

.product .list .icon{
	float: left;
	width: 52px;
	display: flex;
	justify-content: center;
	margin-left: 35px;
	position: relative;
	z-index: 2;
	align-items: center;

}
.product .list .icon img{
	display: block;
}

.product .list .icon img:last-child{
	display: none;
}

.product .list  ul li{
	width: 100%;
	height: 84px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #EBEBEB;
}

.product .list  ul li:after{
	content: "";
	width: 325px;
	height: 84px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0s;
	background: url(../images/icon02.png) no-repeat center;
}
.product .list  ul li p{
	float: left;
	line-height: 32px;
	color: #111111;
	position: relative;
	z-index: 2;
	margin-left: 15px;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 190px;
}
.product .list   .tel{
	width: 240px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
	height: auto;
	
}
.product .list   .tel p{
	padding: 13px 0;
	border-top: 1px dashed #BFBFBF;
	border-bottom: 1px dashed #BFBFBF;
	text-align: center;
	color: #0a0a0a;
	line-height: 25px;
}

.product .list   .tel span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 17px;
	margin-top: 20px;
}
.product .list   .tel  img{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
.product .list  ul li:hover:after{
	opacity: 1;
}
.product .list  ul li:hover{
	border-bottom: 1px solid #1E5AD2;
}
.product .list  ul li:hover p{
	color: #fff;
}

.product .list  ul li:hover .icon img{
	display: none;
}
.product .list  ul li:hover .icon img:last-child{
	display: block;
}

.product .pic{
	float: right;
	width: 860px;
	height: 975px;
	background: url(../images/bg01.png) no-repeat center;
	margin-top: 30px;
	padding-top: 30px;
	box-sizing: border-box;
}

.product .pic ul li{
	float: left;
	width: 267px;
	height: auto;
	margin-left: 15px;
	overflow: hidden;
	margin-bottom: 5px;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 267px;
	height: 267px;
}

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

.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}
.cases{
	width:1200px;
	margin: 0 auto;
	height: 420px;
	margin-top: 60px;
	border-bottom: 1px solid #F2F2F2;
}
.cases ul{
	height: auto;
	margin-top: 40px;
}

.cases ul li{
	float: left;
	width: 285px;
	height: 285px;
	margin-left: 20px;
	transition: .5s;
}

.cases ul li img{
	display: block;
	width: 100%;
	height: 230px;
}
.cases ul li:nth-child(4n-3){
	margin-left: 0;
}

.cases ul li  p{
	width: 100%;
	height: 55px;
	line-height: 55px;
	color:#222222;
	font-size: 16px;
	text-align: center;
}

.cases ul li:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 10px 2px #E8E8E8;
}

.ad{
	width: 100%;
	height: 170px;
	overflow: hidden;
	background: url(../images/bg03.png)  no-repeat center;
}

.ad ul{
	width: 1095px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 50px;
}

.ad ul li{
	float: left;
}
.ad ul li p{
	color:#fff;
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}

.ad ul li p:after{
	content: "";
	width: 38px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -19px;
	background: #FF8901;
	bottom: 0;
}
.ad ul li span{
	display: block;
	color:#fff;
	font-size: 15px;
	margin-top: 10px;
}

.about{
	width: 100%;
	height: auto;
	padding: 70px 0;
	overflow: hidden;
}

.about .intro{
	float: left;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.about .intro .tit h4{
	color: #1E5AD2;
	font-size: 25px;
}
.about .intro .tit span{
	color: #666666;
	font-size: 15px;
	font-family: 'Arial';
	text-transform: uppercase;
	font-weight: normal;
}
.about .intro .tit p{
	color: #666666;
	font-size: 20px;
	margin-top: 5px;
}
.about .intro .info{
	width: 100%;
	height: 180px;
	overflow: hidden;
	color: #444444;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 20px;
}
.about .intro a{
	display: block;
	width: 140px;
	height: 35px;
	background: #999999;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	margin-top: 40px;
}

.about .intro a:hover{
	background: #1E5AD2;
}

.about .pic{
	float: right;
	width: 540px;
	position: relative;
}
.about .pic:after{
	content: "";
	width: 500px;
	height: 324px;
	background: #F0F0F0;
	position: absolute;
	right: 0;
	top: 0;
}
.about .pic img{
	display: block;
	width: 500px;
	height: 324px;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.gg{
	width: 100%;
	height: 220px;
	background: url(../images/gg.jpg) no-repeat center;
}
.process{
	width: 100%;
	height: auto;
	padding: 70px 0;
	overflow: hidden;
	background:#F5F5F5;
	margin-top: 85px;
}


 
.process ul{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.process ul li{
	float: left;
	width: 135px;
	box-sizing: border-box;
	margin-right: 15px;
	height: 140px;
	padding-left: 30px;
	background: url(../images/icon04.png) no-repeat left center;
}

.process ul li:hover img{
	-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;
}


.process ul li:hover p{
	font-weight: bold;
}



.process ul li img{
	display: block;
	margin-top: 10px;
}


.process ul li p{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}

.process ul li span{
	display: block;
	color: #949494;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
}




.news{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}


.news .title span{
	background: #fff;
}
 
.news ul{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.news ul li{
	float: left;
	width: 575px;
	height: auto;
	overflow: hidden;
	margin-bottom: 24px;
	position: relative;
}

.news ul li .intro{
	width: 543px;
	height: 136px;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	padding: 14px;
}


.news ul li  .intro img{
	display: block;
	width: 141px;
	height: 106px;
	float: left;
}

.news ul li  .info {
	width: 315px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-top: 8px;

}

.news ul li  .info p{
	color:#000000;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li  .info  span{
	display: block;
	width: 100%;
	margin-top: 15px;
	color:#666666;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;

	font-size: 15px;
	line-height: 28px;
}

.news ul li  .time{
	float: right;
	width: 66px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	background:#666666;
}

.news ul li  .time b{
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	margin-top: 3px;
}


.news ul li  .time p{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 12px;
}

.news ul li:nth-child(2n){
	float: right;
}


.news ul li:hover .intro .info p{
	color:#1E5AD2;
	font-weight: bold;
}
.news ul li:hover .time{
	background: #1E5AD2;
}

.links{
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	border: 1px solid #CCCCCC;
	margin-top:50px;
}


.links .tit {
	position: relative;
	z-index: 1;
	padding: 0 15px;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	width: 190px;
	background: #fff;
 	margin-top: -20px;
	z-index: 1;
	margin-left: 20px;
}
.links .tit p{
	color:#1E5AD2;
	font-size: 32px;
	float: left;
	text-transform: uppercase;
	font-family: 'Arial';
}


.links .tit span{
	display: block;
	color:#333333;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.links ul{
	width: 1150px;
	height:25px;
	overflow: hidden;
	margin-left: 25px;
	margin-top: 8px;
}
.links ul li{
	float: left;
	padding:0  10px;
	line-height: 25px;
	position: relative;
}

.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #808080;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.links ul li a{
	color:#666666;
	font-size: 12px;
}


.footer{
	width: 100%;
	height: 290px;
	overflow: hidden;
	background:url(../images/bg02.jpg);
	box-sizing: border-box;
	margin-top: 50px;
	border-top: 5px solid #1E5AD2;
}

.footer .ewm{
	float: left;
	width: 220px;
	height: 290px;
	background: #1E5AD2;
}
.footer .ewm img{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
.footer .ewm img:last-child{
	margin-top: 20px;
	width: 124px;
	height: 124px;
	border: 3px solid #fff;
}

.footer .intro{
	float: left;
	margin-left: 77px;
	margin-top: 60px;
}
.footer .intro .fn{
	width:390px;
	height: auto;
	padding: 15px 0;
	overflow: hidden;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
}
 
.footer .intro .fn ul li{
	float: left;
	margin: 8px 0;
	margin-right: 40px;
	background: url(../images/icon05.png) no-repeat left center;
}
.footer .intro .fn ul li a{
	color: #d5d5d5;
	font-size: 14px;
	display: block;
	margin-left: 20px;
}

.footer .intro .cr{
	width: 100%;
	color: #d5d5d5;
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px;
}

.footer .intro .cr a{
	color: #d5d5d5;
}

.footer .cont{
	width: 375px;
	margin-top: 55px;
	float: left;
	margin-left: 90px;
}
.footer .cont ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom: 20px;
	background: url(../images/c01.png) no-repeat left 10px;
}
.footer .cont ul li:nth-child(2){
	background: url(../images/c02.png) no-repeat left 10px;
}
.footer .cont ul li:nth-child(3){
	background: url(../images/c03.png) no-repeat left 10px;
}
.footer .cont ul li b{
	color: #ffffff;
	font-size: 14px;
}
.footer .cont ul li p{
	color: #ffffff;
	font-size: 14px;
	margin-top: 5px;
}
.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin:  30px auto;
}


.title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	border-bottom: 3px solid #eee;
}

.title-bar h4{
	font-size: 18px;
 	 
	color:#444444;
	font-size: 18px;
	float: left;
}

.left-cont{
	width: 300px;
	float: left;
	height: auto;
	 
}

.right-cont{
	float: right;
	width: 850px;
}

.left-cont .list{
	width: 300px;
	background: #fff;
	height: auto;
	position: relative;
	border: 1px solid #ccc;
}
.left-cont .list .tit{
	width: 100%;
	height:100px;
 	overflow: hidden;
	text-align: center;
	background: #1E5AD2;
 
}

.left-cont .list .tit p{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.left-cont .list .tit span{
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 7px;
	font-family: 'Arial';
	text-transform: uppercase;
}
.left-cont .list .icon{
	float: left;
	width: 52px;
	display: flex;
	justify-content: center;
	margin-left: 35px;
	position: relative;
	z-index: 2;
	align-items: center;

}
.left-cont .list .icon img{
	display: block;
}

.left-cont .list .icon img:last-child{
	display: none;
}

.left-cont .list  ul li{
	width: 100%;
	height: 84px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #EBEBEB;
}

.left-cont .list  ul li:after{
	content: "";
	width: 325px;
	height: 84px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0s;
	background: url(../images/icon02.png) no-repeat center;
}
.left-cont .list  ul li p{
	float: left;
	line-height: 32px;
	color: #111111;
	position: relative;
	z-index: 2;
	margin-left: 15px;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 190px;
}
.left-cont .list   .tel{
	width: 240px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
	height: auto;
	
}
.left-cont .list   .tel p{
	padding: 13px 0;
	border-top: 1px dashed #BFBFBF;
	border-bottom: 1px dashed #BFBFBF;
	text-align: center;
	color: #0a0a0a;
	line-height: 25px;
}

.left-cont .list   .tel span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 17px;
	margin-top: 20px;
}
.left-cont .list   .tel  img{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
.left-cont .list  ul li:hover:after{
	opacity: 1;
}
.left-cont .list  ul li:hover{
	border-bottom: 1px solid #1E5AD2;
}
.left-cont .list  ul li:hover p{
	color: #fff;
}

.left-cont .list  ul li:hover .icon img{
	display: none;
}
.left-cont .list  ul li:hover .icon img:last-child{
	display: block;
}



.crumbs{
	float: right;
	margin-top: 5px;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}

.crumbs img{
	display: block;
	float: left;
	margin-right: 10px;
}
.crumbs p{
	float: left;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 10px;
	position: relative;

}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 0;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}

.crumbs a:last-child{
	padding-right: 0;
}


.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
 
}

.quick .tit{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #1E5AD2;
}

.quick .tit p{
	text-align: center;
	line-height:70px;
	font-size: 22px;
	font-weight: bold;
	color:#fff;
}

.quick ul{
	width: 100%;
	margin: 5px auto;
	height: auto;
	overflow: hidden;
}

.quick ul li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.quick ul li:last-child{
	border: none;
}

.quick ul li a{
	font-size: 14px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333;
}

.quick .info{
	width: 94%;
	margin: 5px auto;
	height: auto;
	overflow: hidden;
}

.quick .info p{
	color:#333;
	font-size: 14px;
	line-height: 26px;
}


.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pic-box ul li{
	float: left;
	margin-left: 23px;
	width: 267px;
}
.pic-box ul li:nth-child(3n-2){
	margin-left: 0;
}
.pic-box ul li img{
	display: block;
	width: 100%;
}
.pic-box ul li p{
	text-align: center;
	line-height: 40px;
	color: #333;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 14px;
}
.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 240px;
	padding: 0 10px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #d2d2d2;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #d2d2d2;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	color:#333;
	float: left;
	margin: 0 5px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #1E5AD2;
	border: 1px solid #1E5AD2;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}




.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
 
	margin-top: 20px;
}
.detail-intro .t{
	margin-bottom: 30px;
}
.detail-intro .t p{
	color:#333333;
	font-size: 18px;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.detail-intro .t span{
	display: block;
	color:#333333;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.detail-intro .t span a{
	color:#333333;
}

.detail-intro  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.detail-intro  .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

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

.detail-intro  .intro p a{
	color:#333;
}

 .map{
	width: 100%;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

 .map .allmap{
	width: 100%;
	height: 400px;
}


.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: none;
	float:initial;
}


.news-list ul li{
	width: 100%;
	position: relative;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}

.news-list ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #1E5AD2;
	border-radius: 50%;
}
.news-list ul li:hover a{
	color:#1E5AD2;
}

.news-list ul li a{
	display: block;
	margin-left: 15px;
	color: #333;
	float: left;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 16px;
	width: 670px;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#666;
}

.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:470px;
	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: 45px;
	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: 90px;
	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: 50px;
	float: left;
	margin-top: 10px;
	background: #444444;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}
.news-list{
	margin-top: 10px;
}
.news-list ul{
	width: 100%;
	float: inherit;
}
.news-list ul li .info{
	width: 830px;
}

.tag{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.tag p{
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.tag div{
	width: 850px;
	float: left;
}
.tag div a{
	color:#333;
	font-size: 14px;
	line-height: 25px;
	margin: 0 5px;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}