.header {
	height: 140px;
	background: url(../img/header_bg.jpg) center no-repeat;
	box-sizing: border-box;
	padding-top: 30px;
}

.header .search {
	position: relative;
	padding-right: 40px;
}

.header .search .btn {
	position: absolute;
	background: url(../img/icon/search.png) center no-repeat;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 0;
}

.header .search .text {
	width: 260px;
	height: 40px;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	font-size: 14px;
	padding-left: 20px;
}

.nav {
	background-color: #066cc4;
}

.nav ul {
	display: flex;
}

.nav ul li {
	flex: 1;
	text-align: center;
	position: relative;
}

.nav ul li i {
	display: inline-block;
	height: 20px;
	width: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.nav ul li .i1 {
	background-color: #3889d0;
	right: 0;
}

.nav ul li .i2 {
	background-color: #05569d;
	right: 1px;
}

.nav ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

.nav ul li.on a {
	background-color: #2aa0e6;
}

.nav ul li a:hover {
	background-color: #2aa0e6;
}

.nav ul li.on i {
	display: none;
}

.nav ul li a:hover i {
	display: none;
}

.index_box {
	margin-top: 30px;
}

.index_box .hot {
	width: 640px;
}

.index_box .hot .swiper-slide .image {
	width: 640px;
	height: 400px;
	position: relative;
}

.index_box .hot .swiper-slide .image img {
	width: 100%;
	height: 100%;
}

.index_box .hot .swiper-slide .image .text {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 20px;
	left: 0;
	bottom: 0;
	line-height: 50px;
}

.index_box .hot .swiper-pagination {
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
}

.index_box .hot .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
	width: 12px;
	height: 12px;
}

.index_box .hot .swiper-pagination-bullet-active {
	background-color: #e3aa41;
}

.index_box .hot .swiper-button-next,
.index_box .hot .swiper-button-prev {
	background-size: 20px 44px;
}

.index_box .list {
	width: 560px;
	height: 400px;
	background-color: #eeeff7;
	box-sizing: border-box;
	padding: 20px 30px;
}

.index_box .list .title {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

.index_box .list .title .name {
	color: #333333;
	font-size: 18px;
}

.index_box .list .title .more a {
	color: #333333;
	font-size: 12px;
}

.index_box .list .title .more a:hover {
	color: #066cc4;
}

.index_box .list .text {
	margin-top: 15px;
	border-bottom: 1px dashed #dddee2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.index_box .list .text .t {
	color: #066cc4;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

.index_box .list .text .t2 {
	color: #666666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 27px;
}

.index_box .list .text .t:hover {
	text-decoration: underline;
}

.index_box .list ul li {
	margin-bottom: 15px;
}

.index_box .list ul li .t img {
	vertical-align: 1px;
	margin-right: 10px;
}

.index_box .list ul li .t {
	color: #333333;
	font-size: 14px;
	width: 400px;
}

.index_box .list ul li .time {
	color: #999999;
	font-size: 14px;
}

.index_box .list ul li:last-child {
	margin-bottom: 0;
}

.index_box .list ul li:hover .t {
	color: #066cc4;
}

.w_380 {
	width: 380px;
	min-height: 300px;
}

.index_title {
	background-color: #eeeeee;
	height: 40px;
	line-height: 40px;
}

.index_title .name {
	background-color: #2aa0e6;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 15px;
}

.index_title .more {
	margin-right: 10px;
}

.index_title .more a {
	color: #066cc4;
	font-size: 12px;
}

.index_title .more a:hover {
	text-decoration: underline;
}

.index_box2 {
	margin-top: 30px;
}

.index_box2 .left {
	margin-right: 30px;
}

.index_box2 .left ul {
	margin-top: 15px;
}

.index_box2 .left ul li {
	background-color: #eeeff7;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 1px;
}

.index_box2 .left ul li span {
	color: #333333;
	font-size: 14px;
	margin-right: 5px;
}

.index_box2 .center .hot {
	margin-top: 20px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.index_box2 .center .hot a {
	display: flex;
}

.index_box2 .center .hot .time {
	background-color: #2aa0e6;
	text-align: center;
	width: 60px;
	height: 70px;
}

.index_box2 .center .hot .time .t {
	color: #ffffff;
	font-size: 12px;
	background-color: #066cc4;
}

.index_box2 .center .hot .time .t2 {
	color: #ffffff;
	font-size: 30px;
	line-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_box2 .center .hot .text {
	flex: 1;
	margin-left: 20px;
}

.index_box2 .center .hot .text .t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.index_box2 .center .hot .text .t2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}

.index_box2 .center .hot a:hover .text .t {
	text-decoration: underline;
}

.index_box2 ul li {
	margin-bottom: 8px;
}

.index_box2 ul li .text {
	width: 280px;
	color: #333333;
	font-size: 14px;
}

.index_box2 ul li .time {
	color: #999999;
	font-size: 14px;
}

.index_box2 ul li .text:hover {
	color: #066cc4;
}

.index_box2 ul li:last-child {
	margin-bottom: 0;
}

.index_box2 .right ul {
	margin-top: 20px;
	min-height: 137px;
}

.index_box2 .right .btn {
	margin-top: 13px;
}

.index_box2 .right .btn a {
	display: block;
	width: 120px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	color: #ffffff;
	font-size: 18px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index_box2 .right .btn a:first-child {
	background-color: #62a0cf;
	margin-right: 10px;
}

.index_box2 .right .btn a:nth-child(2) {
	background-color: #e3aa41;
	margin-right: 10px;
}

.index_box2 .right .btn a:last-child {
	background-color: #8cc264;
}

.index_box2 .right .btn a:hover {
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.index_box3 {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}

.index_box3 ul li {
	width: 285px;
	height: 210px;
	margin-right: 20px;
}

.index_box3 ul li .img {
	width: 285px;
	height: 210px;
	position: relative;
}

.index_box3 ul li .img img {
	width: 100%;
	height: 100%;
}

.index_box3 ul li .img .text {
	position: absolute;
	color: #FFFFFF;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.7);
	height: 40px;
	line-height: 40px;
	left: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.index_box3 .picMarquee-left {
	margin-top: 20px;
}

.footer .link {
	background-color: #1f7bca;
	height: 70px;
}

.footer .link ul li {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 70px;
	margin-right: 17px;
}

.footer .link ul li:last-child {
	margin-right: 0;
}

.footer .link ul li select {
	width: 260px;
	height: 40px;
	color: #00489a;
	font-size: 14px;
	box-sizing: border-box;
	border: none;
	padding-left: 20px;
}

.footer .text {
	background-color: #066cc4;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
	font-size: 14px;
}

.footer .text .t {
	margin-bottom: 10px;
}

.footer .text a {
	font-size: 14px;
	color: #FFFFFF;
}

.footer .text a:hover {
	text-decoration: underline;
}

.wrap {
	min-height: 600px;
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}

.wrap .index_link {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 100%;
	background-color: #eeeff7;
}

.wrap .index_link span {
	display: block;
	background: url(../img/icon/link.jpg) center no-repeat;
	width: 230px;
	height: 80px;
	box-sizing: border-box;
	padding-left: 30px;
	line-height: 80px;
	font-size: 24px;
	color: #FFFFFF;
}

.wrap .index_link ul {
	width: 190px;
	margin: 0 auto;
	margin-top: 20px;
}

.wrap .index_link ul li a {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}

.wrap .index_link ul li.on a {
	color: #FFFFFF;
	background-color: #2aa0e6;
}

.wrap .index_link ul li:hover a {
	color: #FFFFFF;
	background-color: #2aa0e6;
}

.w_940 {
	width: 940px;
}

.index_position {
	border-bottom: 2px solid #dddddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.index_position .name {
	color: #066cc4;
	font-size: 20px;
}

.index_position .more {
	margin-top: 5px;
}

.index_position .more ul li {
	color: #666666;
	font-size: 14px;
	margin-left: 5px;
}

.index_position .more ul li a {
	color: #666666;
	font-size: 14px;
}

.index_position .more ul li.on a {
	color: #2aa0e6;
}

.index_position .more ul li:hover a {
	color: #2aa0e6;
}

.wrap .cont {
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 100px;
}

.wrap .news_list {
	margin-bottom: 60px;
}

.wrap .news_list ul li {
	margin-bottom: 20px;
}

.wrap .news_list ul li:nth-child(5n) {
	margin-bottom: 50px;
}

.wrap .news_list ul li:last-child {
	margin-bottom: 0;
}

.wrap .news_list ul li .text {
	color: #333333;
	font-size: 16px;
	width: 800px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wrap .news_list ul li img {
	vertical-align: 2px;
	margin-right: 10px;
}

.wrap .news_list ul li .time {
	color: #999999;
	font-size: 16px;
}

.wrap .news_list ul li .text:hover {
	transform: translateX(5px);
	color: #066cc4;
}

.page {
	text-align: right;
	margin-top: 40px;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background-color: #0061b0;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #0061b0;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

.wrap .content .title {
	text-align: center;
	margin-top: 40px;
}

.wrap .content .title span {
	display: block;
	color: #333333;
	font-size: 24px;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wrap .content .title .time {
	color: #666666;
	font-size: 14px;
}

.wrap .content .text {
	color: #333333;
	font-size: 18px;
	margin-top: 40px;
	line-height: 32px;
	margin-bottom: 80px;
}

.wrap .image_list {
	margin-bottom: 40px;
	margin-top: 50px;
}

.wrap .image_list ul li {
	width: 285px;
	height: 210px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.wrap .image_list ul li .text {
	position: absolute;
	width: 100%;
	height: 40px;
	font-size: 14px;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
}

.wrap .image_list ul li:nth-child(4n) {
	margin-right: 0;
}

.add .title .name {
	color: #333333;
	font-weight: bold;
	font-size: 20px;
}

.add .title .img {
	margin-left: 20px;
	margin-top: 2px;
}

.add .title .more {
	margin-top: 2px;
}

.add .title .more a {
	color: #999999;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 30px;
	background-color: #eeeeee;
	display: inline-block;
}

.add .title .more a:hover {
	text-decoration: underline;
}

.add .text a{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	margin-top: 10px;
}

.add .text a em{
	color: red;
	margin-left: 5px;
}

.add .link{
	text-align: center;
	margin-top: 20px;
}

.add .link a{
	display: inline-block;
	width: 49%;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	line-height: 38px;
	border: 1px solid #DDDDDD;
	color: #333333;
	border-radius: 2px;
}

.add .link a:hover{
	color: #FFFFFF;
	background-color: #2aa0e6;
	border: none;
	line-height: 40px;
}