﻿@charset "utf-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-04-13 11:49:46
 * @version $Id$
 */
/*轮播图css*/
.banner_image{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.banner_image ul{
	height: 400px;
	width: 400%;
}

.banner_image ul li{
	width: 25%;
	height: 450px;
	float:left; 
}

.banner_image ul li img{
	width: 100%;
	height: 400px;
} 

.banner_image ol{
	position: absolute;
	top: 90%;
	left: 46%;
	z-index: 9999;
}

.banner_image ol li{
	float: left;
	margin: 10px;
	cursor: pointer;
}

.current_dot{
	opacity: 0.6;
	filter:alpha(opacity=60);
}
/*内容区css*/
.content{
	width: 1080px;
	height: 550px;
	margin: 10px auto;
	padding: 10px 0; 
}
	/*内容部分新闻区*/
.content_top{
	width: 1080px;
	height: 310px; 
	border-top: 5px solid #39A4DB; 
}

.news_image{
	width: 400px;
	height: 300px; 
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
	position: relative;
}

.news_image ul{
	width: 400px;
}
.news_image ul li{
	float: left;
}
.news_image img{
	width: 400px;
	height: 300px;
}

.news_image ol{ 
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.news_image ol li{
	float: left;
	width: 20px;
	height: 20px;
	font-size: 14px;
	background-color: #ccc;
	border: 1px solid white;
	color: #39A4DB;
	text-align: center; 
	cursor: pointer;
}

.news_image .current_num{
	background-color: #39A4DB;
	color: white;
}

.news{
	width: 625px;
	height: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

.content  a{ 
	color: #3D3847;
	height: 30px;
	line-height: 30px;
}

.content a:hover{
	color: #39A4DB;
}
	/*内容部分，所有小模块标题css*/
.partial_title{
	display: block;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size:1.25em;
	font-weight: bold;  
	border-bottom: 2px solid #39A4DB;
	margin-bottom: 10px; 
}
	/*--over--*/
.news ul li img{
	width: 16px;
	height: 16px; 
}
	/*内容的下半部分*/
.content_bottom{
	margin-top: 10px; 
}

.introduce{
	width: 280px;
	height: 230px; 
	float: left;
	margin-left: 15px;
}
.introduce p{ 
	color: #3D3847; 
}  
.introduce p a{
	color: #39A4DB;
}

.tab_con{
	width: 450px;
	height: 230px;
	float: left; 
	margin-left: 20px;
}

.tab_con ul{
	width: 450px;
	height: 250px; 
}

.tab_tit ul{
	width: 450px;
	height: 50px; 
	margin-bottom: 10px;
	border-bottom: 2px solid #39A4DB;
}

.tab_tit ul li{ 
	height: 50px; 
	width: 120px;
	text-align: center;
	float: left; 
	line-height: 50px;
	font-size:1.25em;
	font-weight: bold; 
	border-radius:  5px; 
} 

.tab_ul{
	width: 450px;
	height: 200px;
	padding-left: 10px;
	overflow: hidden;
} 

.tab_ul img, .download img{
	width: 16px; 
	height: 16px;
}
.tab_tit ul li:hover{
	background-color: #39A4DB;
}
.tab_tit ul li a:hover{
	color: white;
}

.tab_current{
	background-color: #39A4DB;
}

.content_bottom li{
	height: 30px;
	line-height: 30px;
	color: black; 
} 

.download{
	width: 280px;
	height: 230px; 
	float: left;
	margin-left: 20px; 
} 

.download ul li{ 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
