@charset "utf-8";
/* CSS Document */
/*************************************
* 文件名称：index.css
* 作   者：无忧网络 www.ewoyo.cn
* 创建日期：2018-03-03
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 内容概要: 网页样式文件
*************************************/


.banner{
	height:450px;
	}
.BannerSlide{
	width:100%;
	position:relative;
	height:450px;
	}
.BannerSlide .bd{
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
	}
.BannerSlide .bd ul{
	width:100%;
	}
.BannerSlide .bd li{
	width:100%;
	height:450px;
	overflow:hidden;
	text-align:center;
	}
.BannerSlide .bd li a{
	display:block;
	height:450px;
	}
.BannerSlide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	text-align:center;
	bottom:5px;
	font-size:0;
	}
.BannerSlide .hd li{
	margin:0 5px;
	width:26px;
	height:13px;
	background-color:#00a1e9;
	overflow:hidden;
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	}
.BannerSlide .hd .on{
	background:#f60;
	}
.BannerSlide .prev, .BannerSlide .next{
	position:absolute;
	z-index:3;
	display:none;
	width:88px;
	height:100px;
	background: url(../images/base/banner_prevnext.png) no-repeat scroll 0 0;
	_background-image: url(../images/base/banner_prevnext_ie6.png);
	top:50%;
	margin:-60px 0 0;
	}
.BannerSlide .prev{
	left:10px;
	}
.BannerSlide .next{
	right:10px;
	}
.BannerSlide .prev{
	background-position:0 0;
	}
.BannerSlide .prev:hover{
	background-position: 0 -200px;
	}
.BannerSlide .next{
	background-position: 0 -100px;
	}
.BannerSlide .next:hover {
	background-position: 0 -300px;
	}

/*标题*/
.hotline{margin-top:40px!important; margin-bottom:30px!important;}
.hotline .title{
	width:100%;
	text-align:center;
	height:50px;
	background:url(../images/index_t.jpg) center center no-repeat;
	margin-bottom:10px;
	line-height:50px;
	font-size:30px;
	color:#009fe9;
	}	


/*热门线路*/
.hotline ul{
	width:1230px;
	}
.hotline li{
	width:390px;
	height:310px;
	position: relative;
	float: left;
	overflow: hidden;
	margin:10px 20px 10px 0;
	}	
.hotline li .a1 img{
	width:390px;
	height:310px;
}
.hotline li .a1 .divA{
	position: absolute;
	bottom: 0;
	left: 0;
	width:350px;
	height:46px;
	padding:10px 20px;
	background: #fafafa;
}
.hotline li .a1 .divA>.p1{
	width:255px;
	height:25px;
	font-size:18px;
    line-height:25px;
    color: #666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotline li .a1 .divA>.p2{
	width:255px;
	height: 21px;
    font-size: 14px;
    color: #b4b4b4;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotline li .a1 .divA>.p3{
	position: absolute;
	right: 0;
	bottom: 12px;
	width:100px;
	height: 28px;
	color: #f60;
}
.hotline li .a1 .divA>.p3>span{
	font-size:24px;
	font-weight:800;
}
.hotline li .a2{
	position: absolute;
	top: 0;
	left:-390PX;
	width:390px;
	height:310px;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
.hotline li .a2 .p4{
	width:370px;
	padding:0 10px;
	text-align: center;
	position:absolute;
	top: 34px;
	left:-390px;
	color: #ffe605;
	font-size:20px;
	line-height:25px;
    transition: all 0.2s 0.1s ease-out ;  
}
.hotline li .a2 .p5{
	width:330px;
	padding:0 30px;
	text-align: center;
	line-height:20px ;
	position: absolute;
	top: 65px;
	left: -390px;
	margin: 30px  0 10px;
	font-size: 14px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
.hotline li .a2 .p6{
	position: absolute;
	top: 180px;
	width:390px;
	text-align:center;
	transform: scale(1.4);
	transition: all 0.3s 0.2s ;
}
.hotline li .a2 .p6 span{
	font-family: Arial;
    font-size: 36px;
    font-weight:700;
    color: white;
}
.hotline li .a2 .p7{
	position: absolute;
	bottom:-50px;
	left:115px;
	width:160px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	margin: 10px auto;
	border: 1px solid;
	transition: all 0.2s 0.5s ;
}


.about{
	background-color:#f5f5f5;
	padding:50px 0;
	}
.about .fl{
	width:600px;
	background:url(../images/about.png) right top no-repeat;
	}	
.about .fl h3{
	color:#020202;
	font-size:28px;
	font-weight:100;
	line-height:35px;
	}	
.about .fl p.en{
	font-size:18px;
	color:#8a8a8a;
	line-height:30px;
	}	
.about .fl p.line{
	color:#076ce0;
	font-size: 20px;
	}
.about .fl p.txt{
	line-height:30px;
	font-size:14px;
	color:#666;
	margin-top:10px;
	}	
.about .fl p.wh{
	color:#555;
	line-height:30px;
	}
.data{
	background:#0e78f0 url(../images/data.jpg) center bottom no-repeat;
	height:280px;
	}	
.data dl{
	float:left;
	margin-top:80px;
	width:280px;
	padding-left:20px;
	}		
.data dl dt{
	color:#fff;
	font-size:50px;
	line-height:80px;
	height:60px;
	}
.data dl dt span{
	font-size: 24px;
	margin-left:10px;
	}	
.data dl dd{
	margin-top:20px;
	font-size:20px;
	color:#fff;
	padding-left:5px;
	}		
.ys{
	background:#f2f6ff url(../images/ys_bg.jpg) center bottom no-repeat;
	padding:30px 0 80px;
	}	
.ys .title{
	 font-size:35px;
	 text-align:center;
	 line-height:40px;
	 font-weight:600;
	 /*font-family:"宋体";*/
	 margin-bottom:20px;
	 }	
.ys .title font{
	color:#009fe9;
	}
.ys .fr{
	width:750px;
	color:#666;
	}	
.ys h4{
	font-size: 16px;
	color:#666;
	}	
.ys p{
	color:#999999;
	font-size: 13px;
	}
	
.ys dl{
	margin-top:20px;
	width:100%;
	}
.ys dt{
	float:left;
	height:100px;
	}
.ys dd{
	float:right;
	padding-left:10px;
	padding-top:10px;
	}		
.ys1 dt{
	background:url(../images/ys1.png) right top no-repeat;
	width:130px;
	}
.ys1 dd{
	width:610px;
	}	
.ys2 dt{
	background:url(../images/ys2.png) right top no-repeat;
	width:120px;
	}	
.ys2 dd{
	width:620px;
	}	
.ys3 dt{
	background:url(../images/ys3.png) right top no-repeat;
	width:110px;
	}
.ys3 dd{
	width:630px;
	}		
.ys4 dt{
	background:url(../images/ys4.png) right top no-repeat;
	width:100px;
	}
.ys4 dd{
	width:640px;
	}		
.case{
	height:450px;
	background:#f2f6ff url(../images/ys_bg.jpg) center bottom no-repeat;
	padding:50px 0;
	}
.case .title{
	text-align:center;
	}
.case .title h3{
	color: #0033FF;
	font-size:30px;
	line-height:35px;
	font-weight:100;
	}
.case .title p{
	color:#076ce0;
	font-size:40px;
	line-height:10px;
	}	
.caseScroll{
	width:1200px;
	margin:80px auto 0;
	position:relative;
	height:265px;
	}	
.caseScroll .prev,.caseScroll .next{width:30px; height:50px;position:absolute;cursor:pointer; filter:alpha(opacity=60);opacity:0.6; background:url(../images/caseico.png) 0 0 no-repeat; top:50%; margin-top:-25px;}
.caseScroll .prev{left:-50px; background-position:0 0;}
.caseScroll .next{right:-50px; background-position:-48px 0;}	
.caseScroll .prev:hover,.caseScroll .next:hover{ filter:alpha(opacity=100);opacity:1; }	
	
	
.case ul.caselist{
	width:1200px;
	margin-top:50px;
	}	
.case ul li{
	width:285px;
	float:left;
	margin-right:20px;
	background-color:#fff;
	}
.case ul li .img{
	width:285px;
	height:215px;
	overflow:hidden;
	}	
.case ul li .img img{
	width:285px;
	height:215px;
	transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s;
	}	
.case ul li a:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);}		
.case ul li .txt{
	height:50px;
	line-height:50px;
	text-align:center;
	}	
.case ul li:hover{
	background-color:#0068b7;
	color:#fff;
	}	
.case ul a:hover{
	color:#fff;
	}

.news{
	background-color:#fff;
	padding:30px 0;
	}
.news dl{
	width:580px;
	}
.news dl dt{
	border-bottom:#009fe9 1px solid;
	padding-bottom:5px;
	overflow:hidden;
	}		
.news dl dt h3{
	float:left;
	font-size:20px;
	font-weight:100;
	}	
.news dl dt a{
	color:#009fe9;
	}	
.news dl dt span{
	float:right;
	}	
.news ul li{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	border-bottom:#ccc 1px dotted;
	background:url(../images/ico.gif) left center no-repeat;
	padding:10px 0 9px 10px;
	font-size:14px;
	}
.news ul li span{
	float:right;
	font-family: "宋体", Arial;
	}