@charset "utf-8";
/* CSS Document */
/* 头图 */

.header-img {
	height: 100px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}

.header-img .img1 {
	width: 149px;
	height: 77px;
}

.header-img .img2,
.header-img .img3 {
	width: 427px;
	height: 92px;
}
/* 导航 */
header {
	background-color: #0968BA;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding: 0 10px;
}

header span {
	font-size: 31px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	float: left;
	margin-right: 60px;
	margin-left: 20px;
}

header ul {
	float: left;
	overflow: hidden;
}

header ul li {
	float: left;
}

header ul li a,
header ul li i {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
}

header ul li i {
	margin-left: 3px;
	margin-right: 3px;
}
/* 标题 */
.title {
	margin: 35px 0px;
}

.title h1 a {
	font-size: 41px;
	font-family: HYa4gj;
	font-weight: 600;
	color: #000000;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 2px;
}
/* 轮播图and轮播列表 */
#banner {
	margin-bottom: 20px;
}

/* 左侧 */
.banner-left {
	width: 531px;
	float: left;
}

/* 轮播图代码 */
.banner-img {
	width: 536px;
	height: 323px !important;
	overflow: hidden;
	position: relative;
	float: left;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 12px;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	display: flex;
	align-items: center;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 16px;
}

.banner-img .hd ul li.on {
	background: #85AFD7;
	width: 12px;
	height: 12px;
	line-height: 12px;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 20px;
	display: inline-block;
	width: 531px;
	height: 45px;
	background: rgba(000, 000, 000, 0.5);
}

.mask a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 550px;
	display: inline-block;
	margin-top: 14px;
	margin-left: 14px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;

}

.banner-img .bd img {
	width: 531px;
	height: 342px;
	display: block;
}

.prev,
.next {
	position: absolute;
	width: 34px;
	height: 34px;
	top: 51%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 100;
}

.prev img,
.next img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	opacity: 0.7;
}


.prev:hover,
.next:hover {
	background-color: rgba(255, 255, 255, 1);
}

.prev:hover img,
.next:hover img {
	opacity: 1;
}

.prev {
	left: 12px;
}

.next {
	right: 12px;
}


/* 轮播列表 */
.banner-right {
	width: 469px;
	height: 323px;
	float: right;
	background-color: #FFFFFF;
	padding-left: 25px;
	box-sizing: border-box;
}
.banner-right-top{
	height: 162px;
	border-bottom: 2px dotted #ccc;
	
}
.banner-right-top p{
	padding-bottom: 8px;
    text-indent: 2em;
    font-size: 14px;
    line-height: 25px;
}
.banner-right-btm{
	height:159px;
	
}
.banner-right ul {
	margin-top: 10px;
	width:100%;
	float: right;
	box-sizing: border-box;
	padding-right: 20px;
	margin-bottom: 10px;
}

.banner-right ul li {
	width: 100%;
}
.banner-right h5{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.banner-right ul li a {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 10px;
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-right ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	border-radius: 50%;
}
/* content1 */
.header-title {
	display: block;
	height: 60px;
}
.header-title2{
	display: block;
	height: 60px;
}
.content1{
	margin-top: 20px;
	
}

.content1-left {
	width: 647px;
	float: left;
}

.header-title {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
/*content1头部*/
.header-title{
	position: relative;
}
.header-title img{
	width: 100%;
}
.biaoti {
	position: absolute;
	top:0;
	left: 30px;
	font-size: 35px;
    font-family: HYb2gj;
    font-weight: 400;
    color: #000;
    line-height: 50px;
}
.gengduo{
	position: absolute;
	right: 10px;
	top: 0;
    font-size: 20px;
    font-family: HYb2gj;
    font-weight: 500;
    color: #ccc;
    line-height: 65px;
    display: inline-block;
    text-align: center;
}
.header-title2{
	position: relative;
}
.header-title2 img{
	width: 100%;
}
.biaot2{
	font-family: HYb2gj;
	position: absolute;
	top: 2px;
	left: 15px;
	line-height: 55px;
    font-size: 25px;
	color: #1d6fbb;
    font-weight: 700;
}
.gengduo2{
	position: absolute;
	top:5px;
	right: 10px;
	line-height: 60px;
    font-size: 15px;
	color: #ccc;
	font-family: HYb2gj;
}

/*content1内部左边*/
.content1-left{
	overflow: hidden;
}
.content1-left .show {
	float: left;
	margin-top: 22px;
	
	
}
.content1-left .show a {
	position: relative;
	display: inline-block;
}

.content1-left .show a img {
	width: 241px;
	height: 165px;
}

.content1-left .show a .mask {
	width: 100%;
	height: 30px;
	opacity: 0.8;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	left: 0;
	bottom: 0;
}
.content1-left ul {
	width: 385px;
	float: right;
	box-sizing: border-box;
	margin-top: 22px;
}
.content1-left ul li {
	width: 100%;
}
.content1-left ul li a {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 10px;
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content1-left ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	border-radius: 50%;
}

/*content1内部右边*/
.content1-right {
	width: 328px;
	float: right;
}
.header-title2{
	margin-bottom: 20px;
}
.show1 {
	width: 100%;
}
.show1-1 {
	float: left;
	margin: 0px 25px 5px;
	
}

 .show1-1 a {
	position: relative;
	display: inline-block;
	
}


 .show1-1 a img {
	 width: 200px;
	height: 110px;
}

 .show1-1 a .mask {
	width: 100%;
	height: 30px;
	opacity: 0.8;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	left: 0;
	bottom: 0;
}
.show1 ul {
	width: 100%;
	box-sizing: border-box;
	margin-left: 10px;
	margin-bottom: 10px;
}
.show1 ul li a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 10px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show1 ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	border-radius: 50%;
}
.margin-20{
	margin-top: 10px;
}