﻿*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
li{list-style-type: none;}
a{
	text-decoration: none;
	display: block;
}
/*头部*/
.header{
	height: 120px;
	width: 100%;
	min-width: 1200px;
	background-color: #2270E2;
}
.header_con{
	width: 1200px;
	margin: 0 auto;
}
.header_con>img{
    width: 100%;
    height:100%;
}
.switch{
    position: absolute;
    right:200px;
    color: #ffffff;
    top:58px;
}
.switch>a{
    color: #ffffff;
    text-decoration: none;
    padding:0 10px;
    font-size: 18px;
    display: inline-block;
}
/*导航栏*/
.nav_wrap{
    width: 100%;
    height: 45px;
    min-width: 1200px;
    background-color: #0a5497;
}
.nav{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.clear>li{
    height: 100%;
    display: inline-block;
    color: white;
    position: relative;
    cursor: pointer;
    line-height: 45px;
    padding: 0 6px;
    transition: all 1s;
}
.clear>li:hover{
    background-color: #0862b3;
}
.clear>li>a,.son>li>a{
    color: #fff;
    font-size: 14px;
    height: 100%;
    text-decoration: none;
}
/*下拉菜单*/
ul.son {
	z-index: 888;
    width:100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 45px;
    overflow: hidden;
    max-height: 0px;
    width: 220px;
    text-align: left;
    transition: 2s;
    line-height: 45px;
    transition: all 0.4s ease-in-out;
}
ul.son>li{
	padding: 0 12px;
}
ul.son>li>a{
	color: #000000;
}
ul.son>li:hover{
    background-color: #2270E2;
    z-index: 888;
}
ul.son>li:hover a{
	color: #fff;
/*		transition: .2s;*/
}
.hover_li:hover .son{
    z-index: 888;
    max-height: 450px;
}

/*轮播图区*/
/* 总div */
div.container{
    position: relative;
    width: 1200px;
    height: 400px;
    margin:  0 auto;
    /*box-shadow: 0 0 5px aqua;*/
    overflow: hidden;
}
/* 图片区 */
div.container div.wrap{
    position: absolute;
    width: 8400px;
    height: 400px;
    z-index: 1;
}

div.container div.wrap img{
    width: 1200px;
    height: 400px;
    float: left;
}
/* 按钮区 */
div.container div.button{
    position: absolute;
    right: 520px;
    bottom: 15px;
    width: 150px;
    height: 20px;
    z-index: 2;
    text-align: center;
}

div.container div.button span{
    margin-left: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0c67b9;
    text-align: center;
    color: white;
    cursor: pointer;
    opacity: 0.6;
}
/* 轮播到哪张图，哪个按钮有这个效果，与其他按钮有个区别。 */
div.container div.button span.on{
    opacity: 1;
}
/* 箭头区 */
div.container .jt{
    position: absolute;
    top: 40%;
    color:#0c67b9;
    padding: 0px 14px;
    font-size: 55px;
    text-align: center;
    z-index: 2;
    display: none;
}

div.container .jt_left{
    left: 10px;
    text-decoration: none;
}

div.container .jt_right{
    right: 10px;
    text-decoration: none;
}

div.container:hover .jt{
    display: block;
    opacity: 0.4;
}

div.container .jt:hover{
    opacity: 1;
}
/*主要内容*/
.content{
	min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
}
figure{
	display: inline-block;
	width: 32%;
	margin: 24px 6px;
	  /*overflow: hidden;*/
}
.figure_img{
	height: 288px;
}
.figure_img img{
	width: 100%;
	height: 100%;
}
/*新闻标题*/
.news{
	padding: 0px 6px 6px 6px;
	border-bottom: 3px solid #2270E2;
	border-left: 3px solid #2270E2;
	border-right: 3px solid #2270E2;
}
.news_title a{
	color: #000;
	text-indent: 2em;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
	height: 45px;
	line-height: 25px;
}
.news_title a:hover{
	color: #2270E2;
}
.news_content{
	height:100px;
	line-height:25px;
	margin: 12px 0;
	text-indent: 2em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
footer{
	color: #fff;;
	height: 116px;
	min-width: 1200px;
	overflow: hidden;
	background-color: #2270E2;
}
.qr{
	width: 1200px;
	margin: 0 auto;
}
.qr-l{
	float: left;
	width: 40%;
	height: 116px;
	line-height: 116px;
	text-align: center;
}
.qr-l a{
	color: #fff;
	margin: 0 12px;
	display: inline-block;
}
.qr-r{
	float: right;
	width: 60%;
	height: 116px;
	vertical-align: middle;
	padding-top: 28px;
}
.qr-r div{
	margin: 6px 0;
}