*{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:140px;
	overflow: hidden;
}
.head .name{
	float: left;
	margin-top: 15px;
}
.head img{
	display: block;
}
 
 
.head .tel{
	margin-top: 35px;
	float: right;
}
.nav{
	width: 100%;
	height: 60px;
	background:#f8b551;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 150px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background:url(../images/h01.png) no-repeat center 45px;
}
.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:#f8b551; 
  
}
.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;  
}

.section{
	width: 100%;
	overflow: hidden;
	height: 896px;
	background: url(../images/bg.png)  no-repeat center;
}

.ad{
	float: left;
	width: 591px;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

.adv{
	float: right;
	width: 539px;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

.adv .tit p{
	color:#f8b551;
	font-size: 34px;
	font-weight: bold;
}

.adv .tit span{
	color:#666666;
	font-size: 14px;
	margin-top:5px;
	display: block;
}
.adv  ul{
	width: 539px;
	height: 599px;
	margin-top: 40px;
	background: url(../images/adv.png) no-repeat center;
}
.adv  ul li{
	width: 100%;
	height: 70px;
	margin-bottom: 17px;
	overflow: hidden;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	width: 535px;
}

.adv  ul li p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
 	margin-left: 95px;
	display: flex;
	margin-right: 10px;
 	height:auto;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient: vertical;
 	overflow: hidden;
 }
.news{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:60px;
}

.news .tit{
	width: 100%;
	height: 80px;
	background: #f8b551;
 
}

.news .tit img{
	display: block;
	vertical-align: middle;
	float: left;
	margin-left: 15px;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.news .tit p{
	color:#fff;
	font-size: 24px;
	line-height: 80px;
	float: left;
	margin-left: 10px;
}
.news .tit a{
	display: block;
	float: right;
	color:#fff;
	font-size: 14px;
	margin-right: 10px;
	line-height: 80px;
}
.news .left{
	float: left;
	width: 540px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.news .left img{
	display: block;
	width: 540px;
	height: 425px;
}
.news .left div{
	width: 520px;
	padding: 10px;
 	height: 80px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.news .left div h4{
	color:#fff;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;

}

.news .left div span{
	display: block;
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    float: left;
}

.news .left div p{
	color:#fff;
	font-size: 12px;
	line-height: 22px;
	float: right;
	margin-top:10px;
}
.news ul{
	float: right;
 	height: auto;
 	width: 640px;
	overflow: hidden;
	margin-top: 30px;
 
}
.news ul li{
	width:540px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
	margin-bottom: 11px;
}
.news ul li:hover .time{
	background: #f8b551;
}
.news ul li:hover .time b{
	color:#fff;
}
.news ul li:hover .time span{
	color:#eeeeee;
}
.news ul li:hover .info p{
	color:#f8b551;
}
.news ul li .time{
	float: left;
	width: 80px;
	height: 60px;
	background: #eeeeee;

}
.news ul li .time b{
	display: block;
	text-align: center;
	font-size: 30px;
	color:#1a1a1a;
	height: 40px;
	border-bottom: 1px dashed #979797;
}
.news ul li .time span{
	display: block;
	text-align: center;
	line-height: 19px;
	color:#666666;
}
.news ul li .info{
	float: right;
	width: 440px;
	height: auto;
	overflow: hidden;
}
.news ul li .info p{
	color:#1a1a1a;
	font-size: 16px;
	margin-top: 5px;
}
.news ul li .info  span{
	display: block;
	color:#666666;
	font-size: 14px;
	 white-space: nowrap;
	 margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
	width: 100%;
}

.gg{
	width: 100%;
	height: 205px;
	background: url(../images/gg.png)no-repeat center;
 
}

.about{
	width: 1200px;
 
	height: 363px;
	overflow: hidden;
	background: #f8b551;
	margin: 0 auto;
	margin-top: 60px;
}

.about .pic{
	float: left;
	width: 493px;
	height: 330px;
	margin-top: 30px;
	background: url(../images/bg01.png)no-repeat center bottom;
}
.about .pic img{
	display: block;
	width: 437px;
	height: 307px;
	float: right;
	margin-right:30px;
}
.about .intro{
	width: 650px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 30px;
	margin-right: 35px;
}
.about .intro .tit{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #fff;
}
.about .intro .tit div{
	position: relative;
	z-index: 10;
	padding-right: 15px;
	background: #f8b551;
	margin-top: 2px;
	float: left;
	height: 50px;
	margin-top: 8px;
}
.about .tit img{
	display: block;
	float: left;
}
.about .tit p{
	color:#fff;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 24px;
}
.about .intro .info{
	width: 100%;
	height: 170px;
	overflow: hidden;
	margin-top: 25px;
}

.about .intro .info p{
	color:#ffffff;
	font-size: 15px;
	line-height: 24px;
}

.about .intro  a{
	display: block;
	color:#fff;
	margin-top: 15px;
	width: 120px;
	font-size: 14px;
	text-align: center;
	line-height:40px;
	float: right;
	height: 40px;
	background: #ce1f00;
}

.cases{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

/*.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .box{
	width: 800%;
}
.cases .pic{
	float: left;
}*/
.cases  ul li{
	float: left;
	width: 294px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right:6px;
}
.cases  ul li:nth-child(3n-2){
	margin-left: 0;
}

.cases  ul li img{
	display: block;
 	width: 282px;
 	height: 209px;
	border: 1px solid #eeeeee;
	padding: 5px;
}

.cases  ul li p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color:#1a1a1a;
}

.links{
	width: 100%;
	height: 80px;
	background: #f8b551;
	margin-top: 40px;
}


.links .tit{
	width: 166px;
	height: 40px;
	float: left;
	margin-top: 20px;
	background: url(../images/links.png)no-repeat center;
}
.links .tit p{
	color:#fff;
	font-size: 22px;
	margin-top: 15px;
	margin-left:40px;
	letter-spacing: 5px;
}

.links ul{
	float: right;
	width: 1020px;
	height: 40px;
	margin-top: 20px;
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height: 20px;
}
.links ul li a{
	color:#fff;
	font-size: 12px;
}


.footer{
	width: 100%;
	height: 450px;
	background: #444444;
}
.footer .fn{
	float: left;
	border-left: 1px solid #eeeeee;
	height: 350px;
	margin-top: 65px;
}
.footer .fn .tit{
	border-bottom: 1px solid #fff;
	height: 45px;
	width: 277px;
	margin-left: 45px;
 
}
.footer .fn .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;

}
.footer .fn  ul{
	width: 220px;
	height: auto;
	overflow: hidden;
	margin-left: 80px;
	float: left;
	margin-top: 10px;
}
.footer .fn  ul li{
	width:100%;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
}
 

.footer .fn  ul li a{
	color:#666666;
	font-size: 15px;
	font-weight: bold;
}

.footer  .info{
	width: 415px;
	padding:0 60px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 350px;
	float: left;
	margin-left: 65px;
	margin-top: 65px;

}
.footer  .info p{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	line-height: 30px;
	position: relative;
	top: 50%;
	transform:translateY(-50%);
}
.footer  .info  a{
	color:#fff;
}
.footer .ewm{
	float: right;
	margin-top: 80px;
}
.footer .ewm img{
	display: block;
	width: 138px;
	height: 138px;
}
.footer .ewm p{
	text-align: center;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	color:#fff;
}

.float{
    width:auto;
    height: auto;
    overflow: hidden;
    position: fixed;
    bottom: 100px;
    right: 0;
    width: 180px;
}
.float ul li{
    width: 180px;
    margin-top: 5px;
    height:auto;
    overflow: hidden;
    margin-left: 130px;
    position: relative;
    transition: .5s;
 
}
 
.float ul li span{
    display: block;
    width: 50px;
    height: 50px;
    float: left;
}
.float ul li:nth-child(2):hover{
    margin-left: 0;
}
.float ul li:nth-child(3):hover{
    margin-left: 0;
}
.float ul li:nth-child(4):hover{
    margin-left: 0;
}
.float ul li:nth-child(4):hover img{
    height: 120px;
}
.float ul li p{
    float: left;
    font-size: 16px;
    color:#fff;
    width: 130px;
    text-align: center;
    height: 50PX;
    line-height: 50px;
    font-weight: bold;
    background: #454545;
 
}
.float ul li a{
    display: block;
    line-height: 50px;
    text-align: center;
    background: #454545;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
}
.float ul li:nth-child(1) span{
    background:#454545 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
    background:#454545 url(../images/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
    background:#454545 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
    background:#454545 url(../images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
    background:#454545 url(../images/float05.png)no-repeat   center;
}
.float ul li div{
    width:130px;
    float: left;
    background: #454545;
    height: auto;
    overflow: hidden;
}
.float ul li img{
    display: block;
    width: 120px;
    height:50px;
    transition: .3s;
    float: right;
    margin: 5px;
}



.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}
.left-cont{
	width: 230px;
	float: left;
	height: auto;
	overflow: hidden;
 
}
.left-cont .list{
 
	width: 230px;
	height: auto;
	padding-bottom: 14px;
	background: #f8b551;
	overflow: hidden;
}
.left-cont .list .tit{
	width: 100%;
	height:75px;
	overflow: hidden;
	background: #f8b551;
}

.left-cont .list .tit p{
	color:#fff;
	font-size:22px;
	font-weight: bold;
 
	text-align: center;
	line-height: 75px;

}
.left-cont .list .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
	color:#82c2fd;
	text-transform: uppercase;
	margin-left:55px;
	margin-top: 3px;
}

.left-cont .list .bd{
	width:224px;
	margin: 0 auto;
	height:690px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;

}

.left-cont .list .bd ul{
	width: 190px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.left-cont .list .bd ul li{
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #cccccc;
 
}
 

.left-cont .list .bd ul li a{
	color:#000000;
	font-size: 17px;
	line-height: 60px;
	text-indent: 20px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
}
.left-cont .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eee;
}
.left-cont .quick .tit {
	width: 100%;
	height: 60px;
	background: #f8b551;
}
.left-cont .quick .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
}

.left-cont .quick ul{
	width: 210px;
	margin: 10px auto;
}
.left-cont .quick ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

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

.left-cont .quick .info{
	width: 210px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.left-cont .quick .info p{
	color:#333;
	font-size: 12px;
	line-height: 22px;
}


.right-cont{
	width: 950px;
	height: auto;
	overflow: hidden;
	float: right;
}

.title-bar{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 2px solid #f8b551;
}

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

.title-bar .crumbs{
	float: right;
	margin-top: 10px;
}
.crumbs p{
	font-size: 12px;
	color:#333;
	float: left;
}

.crumbs  a{
 	padding-right: 10px;
	color:#333;
	position: relative;
	font-size: 12px;

}

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


.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
 
.pic-box ul li{
	float: left;
	width: 286px;
	margin-bottom:10px;
	margin-left:21px;
}
.pic-box ul li img{
	display: block;
	width: 286px
}
.pic-box ul li:nth-child(3n-2){
	margin-left: 0;
}

.pic-box ul li p{
	text-align: center;
	font-size: 14px;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 40px;
}
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:50px;
 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #333333;
	color:#fff;
}
 
 
.page  select{
	border: none;
	background: none;
	outline: none;
}
.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	float: right;
}
.fy p{
	float: left;
	font-size: 14px;
	color:#333;
}
.fy p:last-child{
	float: right;
}

.fy p a{
	color:#333;
}



.article-detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}


.article-detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.article-detailed .tit p{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	height: 30px;
}

.article-detailed .tit span{
	display: block;
	color:#333;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.article-detailed  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-detailed  .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article-detailed  .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.in-map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

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

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	border: none;
}

.news-list ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.news-list ul li a{
	display: block;
	font-size: 14px;
	width: 600px;
	float: left;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#666;
}
.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: #f8b551;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}
