.header {
	background-color: #5ca2f1;
	height: 140px;
}

.header .w {
	height: 140px;
	display: table;
}

.header .box {
	display: table-cell;
	vertical-align: middle;
}

.header .box .font {
	margin-top: 15px;
}

.header .box .font img {
	animation: mymove 3s infinite;
	-webkit-animation: mymove 3s infinite;
	/* Safari 和 Chrome */
	position: relative;
}

@keyframes mymove {
	from {
		opacity: 0;
		width: 0;
	}

	to {
		opacity: 1;
		width: 100%;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	from {
		opacity: 0;
		width: 0;
	}

	to {
		opacity: 1;
		width: 100%;
	}
}

.nav {
	background-color: #3c8de8;
	height: 50px;
}

.nav ul {
	display: flex;
}

.nav ul li {
	flex: 1;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.nav ul li a {
	color: #FFFFFF;
	font-size: 16px;
	display: block;
}

.nav ul li i {
	position: absolute;
	height: 20px;
	width: 1px;
	background-color: #FFFFFF;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nav ul li.on a {
	background-color: #fe6000;
}

.nav ul li:hover a {
	background-color: #fe6000;
}

.nav ul li.on i {
	display: none;
}

.nav ul li:hover i {
	display: none;
}

.wrap {
	background-color: #eeeeee;
}

.wrap .search_box {
	background-color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

.wrap .search_box .time {
	color: #666666;
	font-size: 14px;
}

.wrap .search_box .search {
	color: #666666;
	font-size: 14px;
	position: relative;
}

.wrap .search_box .search .text {
	width: 240px;
	height: 30px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 5px;
}

.wrap .search_box .search .btn {
	position: absolute;
	/*background: url(../img/icon/search.png) center no-repeat;*/
	right: 0;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.wrap .banner {
	height: 260px;
	margin-bottom: 20px;
}

.wrap .banner .swiper-container {
	height: 260px;
}

.wrap .banner .swiper-slide {
	background-size: cover !important;
}

.wrap .banner .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: .6;
	width: 12px;
	height: 12px;
}

.wrap .banner .swiper-pagination-bullet-active {
	background-color: #fe6000;
	opacity: 1;
}

.wrap .index_tel {
	background-color: #5ca2f1;
	width: 210px;
	box-sizing: border-box;
	padding: 20px;
}

.wrap .index_tel .title {
	color: #FFFFFF;
	font-size: 20px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.wrap .index_tel .title img {
	margin-right: 20px;
}

.wrap .index_tel ul li {
	width: 170px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #3c8de8;
	margin-bottom: 4px;
}

.wrap .index_tel ul li:last-child {
	margin-bottom: 0;
}

.wrap .index_content {
	margin-left: 20px;
	width: 740px;
}

.wrap .index_content .top .hot {
	width: 360px;
	height: 270px;
}

.wrap .index_content .top .hot .image {
	position: relative;
	width: 360px;
	height: 270px;
}

.wrap .index_content .top .hot .image img {
	width: 100%;
	height: 100%;
}

.wrap .index_content .top .hot .image .text {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 10px;
}

.wrap .index_content .top .hot .image .text p {
	width: 250px;
}

.wrap .index_content .top .hot .swiper-pagination {
	text-align: right;
	bottom: 8px;
}

.wrap .index_content .top .hot .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: .6;
	width: 10px;
	height: 10px;
}

.wrap .index_content .top .hot .swiper-pagination-bullet-active {
	background-color: #fe6000;
	opacity: 1;
}

.index_title {
	border-bottom: 2px solid #DDDDDD;
}

.index_title .name {
	color: #333333;
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
}

.index_title .name i {
	position: absolute;
	display: inline-block;
	background-color: #3c8de8;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -2px;
}

.index_title .more {
	margin-top: 5px;
}

.index_title .more a {
	color: #666666;
	font-size: 14px;
}

.index_title .more a:hover {
	color: #fa7706;
}

.index_title .more img {
	margin-left: 5px;
}

.wrap .index_box {
	height: 506px;
}

.wrap .index_content .top .list {
	width: 360px;
	margin-left: 20px;
	height: 270px;
}

.wrap .index_content .top .list ul {
	margin-top: 15px;
}

.wrap .index_content .top .list ul li {
	margin-bottom: 10px;
}

.wrap .index_content .top .list ul li i {
	width: 3px;
	height: 3px;
	display: inline-block;
	background-color: #666666;
	vertical-align: 4px;
	margin-right: 5px;
}

.wrap .index_content .top .list ul li .text {
	color: #333333;
	font-size: 14px;
	width: 275px;
}

.wrap .index_content .top .list ul li .time {
	color: #999999;
	font-size: 14px;
}

.wrap .index_content .top .list ul li:hover .text {
	color: #fa7706;
}

.wrap .index_content .bottom {
	margin-top: 18px;
}

.wrap .index_content .bottom .list {
	margin-left: 0;
	height: 215px;
}

.wrap .index_right ul li {
	margin-bottom: 10px;
}

.wrap .index_right ul li:last-child {
	margin-bottom: 0;
}

.wrap .index_box2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wrap .index_box2 .left {
	width: 830px;
}

.wrap .index_box2 .picMarquee-left {
	overflow: hidden;
	margin-top: 20px;
	width: 830px;
}

.wrap .index_box2 .picMarquee-left .bd ul li {
	margin-right: 10px;
}

.wrap .index_box2 .picMarquee-left .bd ul li{
	width: 200px;
	height: 150px;
}

.wrap .index_box2 .picMarquee-left .bd ul li .img {
	width: 200px;
	height: 150px;
	position: relative;
}

.wrap .index_box2 .picMarquee-left .bd ul li .img img{
	width: 100%;
	height: 100%;
}

.wrap .index_box2 .picMarquee-left .bd ul li .img .t {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.wrap .index_box2 .left .list {
	box-sizing: border-box;
	border: 1px solid #3c8de8;
	width: 830px;
	margin-top: 20px;
}

.wrap .index_box2 .left .list .title {
	position: relative;
}

.wrap .index_box2 .left .list .title .t {
	color: #FFFFFF;
	position: absolute;
	width: 20px;
	top: 10px;
	line-height: 17px;
	left: 50%;
	transform: translateX(-50%);
}

.wrap .index_box2 .left .list ul{
	width: 770px;
	margin-left: 10px;
	padding: 10px 0 5px 0;
}

.wrap .index_box2 .left .list ul li{
	width: 118px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #c4dcf7;
	background-color: #e7eef7;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.wrap .index_box2 .left .list ul li a{
	color: #3c8de8;
	font-size: 14px;
	text-align: center;
	display: block;
}

.wrap .index_box2 .list_right{
	width: 350px;
}

.wrap .index_box2 .list_right ul{
	margin-top: 20px;
}

.wrap .index_box2 .list_right ul li{
	margin-right: 10px;
	margin-bottom: 5px;
}

.wrap .index_box2 .list_right ul li:nth-child(2n){
	margin-right: 0;
}

.wrap .index_box2 .list_right ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #5ca2f1;
	width: 170px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 20px;
}

.wrap .index_box2 .list_right ul li img{
	margin-right: 10px;
	vertical-align: -3px;
}

.footer .footer_link {
	background-color: #3c8de8;
	height: 60px;
	line-height: 60px;
}

.footer .footer_link ul {
	height: 60px;
	overflow: hidden;
	width: 80%;
}

.footer .footer_link ul li {
	color: #FFFFFF;
	font-size: 0.875rem;
	margin-right: 10px;
}

.footer .footer_link ul li a {
	color: #FFFFFF;
	font-size: 0.875rem;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
	box-sizing: border-box;
}

.footer .footer_link ul li:first-child {
	margin-right: 20px;
}

.footer .footer_link ul li a:hover {
	text-decoration: underline;
}

.footer .footer_link .more {
	color: #FFFFFF;
	font-size: 0.875rem;
	cursor: pointer;
	position: relative;
}

.footer .footer_link .more img {
	vertical-align: 1px;
}

.link_more_index {
	display: none;
}

.footer .footer_link .more .erji_show {
	position: absolute;
	z-index: 9999999999;
	width: 100%;
	right: 50px;
	display: none;
	border: 1px solid #333333;
	background: #222222;
	width: 200px;
	background-color: #FFFFFF;
	bottom: 5px;
}

.footer .footer_link .more .erji_show dl dd a:hover {
	text-decoration: underline;
}

.footer .footer_link .more dl {
	box-sizing: border-box;
	padding: 10px 20px;
	line-height: 27px;
}

.footer .footer_link .more dl dd {
	color: #333333;
	text-align: center;
}

.footer .footer_link .more dl dd a {
	color: #333333;
}

.footer .text {
	background-color: #5ca2f1;
	padding: 30px 0;
	text-align: center;
}

.footer .text .texts {
	color: #FFFFFF;
	font-size: 0.875rem;
	position: relative;
}

.footer .text .texts .t {
	margin-bottom: 5px;
}

.footer .text .img{
	margin-left: 20px;
	position: absolute;
	right: 250px;
	top: 0;
}

.index_link{
	width: 210px;
	background-color: #5ca2f1;
	box-sizing: border-box;
	padding: 20px;
}

.index_link span{
	display: block;
	color: #3c8de8;
	font-size: 20px;
	width: 170px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.index_link ul li{
	margin-bottom: 10px;
}

.index_link ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #3c8de8;
	width: 170px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 20px;
}

.index_link ul li img{
	margin-right: 10px;
	vertical-align: -1px;
}

.index_link ul li.on a{
	background-color: #fe6000;
}

.index_link ul li:hover a{
	background-color: #fe6000;
}

.cont_n{
	margin-top: 30px;
}

.title_n{
	border-bottom: 2px solid #DDDDDD;
}

.title_n .name{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
}

.title_n .name i{
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background-color: #3c8de8;
}

.title_n .link ul li{
	color: #666666;
	font-size: 14px;
	margin-left: 5px;
}

.title_n .link ul li a{
	color: #666666;
	font-size: 14px;
}

.title_n .link ul li:hover a{
	color: #fe6000;
}

.title_n .link ul li.on a{
	color: #fe6000;
}

.cont_n{
	min-height: 650px;
	margin-bottom: 80px;
}

.cont_n .cont{
	width: 970px;
}

.cont_n .cont .text{
	color: #333333;
	font-size: 18px;
	line-height: 34px;
	margin-top: 30px;
}

.news_list{
	min-height: 650px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.news_list .cont{
	width: 970px;
}

.news_list .list{
	margin-top: 30px;
}

.news_list .list ul li{
	margin-bottom: 15px;
}

.news_list .list ul li:nth-child(5n){
	margin-bottom: 50px;
}

.news_list .list ul li .text{
	color: #333333;
	font-size: 16px;
	width: 790px;
}

.news_list .list ul li .text i{
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #666666;
	vertical-align: 4px;
	margin-right: 10px;
}

.news_list .list ul li .text img{
	margin-left: 5px;
}

.news_list .list ul li .time{
	color: #999999;
	font-size: 16px;
}

.news_list .list ul li:hover .text{
	color: #fa7706;
}

.page {
	text-align: right;
	margin-top: 50px;
}

.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: #0b55a9;
	color: #FFFFFF;
}

.page a:hover {
	background: #0b55a9;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

.content{
	min-height: 650px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.content .cont{
	width: 970px;
}

.content .cont .contents .title{
	margin-top: 40px;
}

.content .cont .contents .title span{
	display: block;
	color: #333333;
	font-size: 24px;
	border-bottom: 1px dashed #DDDDDD;
	box-sizing: border-box;
	padding: 0 190px;
	text-align: center;
	padding-bottom: 20px;
}

.content .cont .contents .title .time{
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

.content .cont .contents .title .time em{
	margin: 0 20px;
}

.content .cont .contents .text{
	color: #333333;
	font-size: 18px;
	margin-top: 20px;
	line-height: 32px;
}
