*{
	padding: 0;
	margin: 0;
}
body {
	line-height:1.8;
	font-family: "microsoft yahei","宋体"; 
	font-size: 18px;
	color: #333;
	padding-bottom: 120px;
	background: url(../images/bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #d4e9ff;
}
ol, ul, li{ list-style:none }
.clearfix:after {
   content:""; 
   display: block; 
   clear:both; 
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img:hover{
	opacity: .9;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #1043C5;
}
.main {
	width: 1160px;
	padding: 40px;
	background: #fff;
	margin: 0 auto;
}
.header {
	background: url(../images/header.jpg) no-repeat center top;
	height: 486px;
	min-width: 1240px;
}
.column-1-right{
	width: 560px;
}
.column-1-right h3{
	padding: 20px;
	background: #f2f2f2;
	text-align: center;
}
.column-1-right h3 a{
	color: #1043c5;
}
.column-1-right ul, .column-slide ul {
	padding-top: 20px;
}
.column-1-right ul li, .column-slide ul li{
	background: url(../images/dot.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more {
	text-align: right;
}
.more span {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #999;
	border-radius: 20px;
}
.more span  a{
	font-size: 16px;
}
.arrow {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	display: inline-block;
}
.mt-40 {
	margin-top: 40px;
}
.column-slide {
	width: 560px;
}
.category-title{
	background: #1043C5;
	color:#fff;
	height: 55px;
	line-height: 55px;
	padding: 0 16px;
}
.category-title a{
	color: #fff;
	display: block;
}
.category-title a.arrow {
	font-size: 16px;
}
.bold-text {
	font-size: 32px;
	font-weight: bold;
}
/*
轮播图
*/

.slide-box {
    width: 560px;
    height: 375px;
    overflow: hidden;
    position: relative;
}
.slide-box .hd {
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}
.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slide-box .hd ul li {
    float: left;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
	border-radius: 100%;
}
.slide-box .hd ul li.on {
    background: #1043c5;
	width: 20px;
    color: #fff;
	border-radius: 5px;
}
.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
}

/*.slide-box .bd li:hover{
    opacity: 0.8;
    filter: alpha(opacity = 80);
}*/
.slide .bd li a {
    display: block;
}
.slide .bd img {
    width: 560px;
    height: 375px;
    display: block;
	object-fit: cover;
}
.slide-box-txt {
	background: #000;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.slide-box-txt p {
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
	width: 80%;
}