.head .logo {
	position: relative;
	margin-top: 55px;
	margin-bottom: 50px;
}

.head .bg {
	position: absolute;
	top: 0;
	left: 0px;
	height: 399px;
	width: 100%;
}

.head .cont {
	position: relative;
	background-color: rgba(0, 0, 0, 0.2);
	height: 40px;
}

.head .cont .left {
	position: relative;
	text-align: right;
	width: 40%;
}

.head .cont .left .t {
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.head .cont .left iframe {
	margin-top: 8px;
}

.head .cont .right ul {
	line-height: 40px;
}

.head .cont .right ul li {
	margin-right: 10px;
}

.head .cont .right ul li a {
	color: #FFFFFF;
	font-size: 14px;
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
}

.head .cont .right ul li:last-child {
	margin-right: 0px;
}

.head .cont .right ul li:last-child a {
	padding-right: 0px;
	border-right: none;
}

.head .cont .right ul li:hover a {
	text-decoration: underline;
}

.head .nav {
	position: relative;
}

.head .nav ul {
	height: 50px;
	line-height: 50px;
	display: flex;
	border-radius: 10px 10px 0 0;
	background-image: linear-gradient(#0468b3, #01529e);
}

.head .nav ul li {
	flex: 1;
	text-align: center;
	border-right: 1px solid #1c65aa;
	box-sizing: border-box;
}

.head .nav ul li a {
	color: #FFFFFF;
	font-size: 18px;
	border-right: 1px solid #024d91;
	display: block;
	position: relative;
}

.head .nav ul li:last-child {
	border-right: 0;
}

.head .nav ul li:last-child a {
	border-right: 0;
}

.head .nav ul li a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 0%;
	background-color: #d91c16;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.head .nav ul li a:before {
	content: '';
	position: absolute;
	right: 50%;
	bottom: 0;
	height: 2px;
	width: 0%;
	background-color: #d91c16;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.head .nav ul li:hover a:after {
	width: 50%;
}

.head .nav ul li:hover a:before {
	width: 50%;
}

.head .nav ul .on a:before,
.head .nav ul .on a:after {
	width: 50%;
}

.wrap {
	box-sizing: border-box;
	position: relative;
	background-color: #ffffff;
	padding: 20px;
}

.m1 {
	height: 360px;
}

.m1 .left {
	width: 570px;
	height: 360px;
}

.m1 .left .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	opacity: 1;
	background: rgba(255, 255, 255, 0.5);
}

.m1 .left .swiper-pagination-bullet-active {
	background-color: #bc2425;
	border: 2px solid #fff;
}

.m1 .left .swiper-slide {
	position: relative;
	height: 360px;
}

.m1 .left .swiper-slide img {
	width: 100%;
	height: 100%;
}

.m1 .left .swiper-slide .text {
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
	line-height: 40px;
	padding-left: 30px;
}

.m1 .swiper-pagination {
	text-align: right;
	padding-right: 40px;
	box-sizing: border-box;
	bottom: 7px !important;
}

.m1 .right {
	width: 570px;
}

.title_index {
	background-color: #ddedfb;
	height: 40px;
}

.title_index .name {
	background-color: #01519d;
	color: #FFFFFF;
	font-size: 18px;
	width: 140px;
	text-align: center;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.title_index .name img {
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%);
}

.title_index .more {
	margin-right: 20px;
	line-height: 40px;
}

.title_index .more a {
	color: #01519d;
	font-size: 14px;
}

.title_index .more span {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 2px;
	height: 14px;
	display: inline-block;
	line-height: 14px;
	background-color: #d91c16;
}

.m1 .right .hot {
	margin-top: 26px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.m1 .right .hot:hover .t {
	text-decoration: underline;
}

.m1 .right .hot .t {
	color: #d91c16;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.m1 .right .hot .text {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m1 .right .hot .text em {
	color: #d91c16;
	font-size: 14px;
}

.m1 .right ul li {
	margin-bottom: 8px;
}

.m1 .right ul li:last-child {
	margin-bottom: 0px;
}

.m1 .right ul li .text {
	width: 455px;
	color: #333333;
	font-size: 14px;
}

.m1 .right ul li .text img {
	vertical-align: 2px;
	margin-right: 10px;
}

.m1 .right ul li .time {
	color: #999999;
	font-size: 14px;
}

.m1 .right ul li:hover .text {
	color: #d91c16;
}

.m2 {
	margin-top: 30px;
	height: 328px;
}

.m2 .left {
	width: 260px;
}

.m2 .left .top {
	width: 260px;
	display: flex;
}

.m2 .left .top .box {
	margin-right: 10px;
	flex: 1;
	text-align: center;
	height: 80px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.m2 .left .top .box:last-child {
	margin-right: 0px;
}

.m2 .left .top .box .t {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 5px;
}

.m2 .left .top .box1 {
	background-color: #62a0cf;
}

.m2 .left .top .box2 {
	background-color: #e2a93f;
}

.m2 .left .top .box3 {
	background-color: #8ec368;
}

.m2 .left .top .box a {
	display: block;
	height: 80px;
	box-sizing: border-box;
	padding-top: 15px;
}

.m2 .left .top .box: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);
}

.m2 .left .img_em {
	margin-top: 10px;
	height: 60px;
}

.m2 .left .img_em img {
	width: 100%;
	height: 100%;
}

.m2 .left .bottom {
	margin-top: 30px;
}

.m2 .left .bottom .title {
	color: #333333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #cedce9;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.m2 .left .bottom .title i {
	position: absolute;
	display: inline-block;
	background-color: #d91c16;
	width: 20px;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.m2 .left .bottom ul li {
	box-sizing: border-box;
	width: 125px;
	border: 1px solid #cedce9;
	box-sizing: border-box;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m2 .left .bottom ul li:nth-child(2n) {
	margin-right: 0px;
}

.m2 .left .bottom ul li:nth-child(3),
.m2 .left .bottom ul li:nth-child(4) {
	margin-bottom: 0px;
}

.m2 .left .bottom ul li i {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #01519d;
	vertical-align: 4px;
	margin-right: 5px;
}

.m2 .left .bottom ul li a {
	color: #01519d;
	font-size: 14px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.m2 .left .bottom ul li:hover {
	border: 1px solid #d91c16;
	background-color: #d91c16;
}

.m2 .left .bottom ul li:hover i {
	background-color: #FFFFFF;
}

.m2 .left .bottom ul li:hover a {
	color: #FFFFFF;
}

.m2 .cent {
	width: 430px;
	margin-left: 20px;
}

.m2 .cent ul {
	margin-top: 29px;
}

.m2 .cent ul li {
	margin-bottom: 13px;
}

.m2 .cent ul li:last-child {
	margin-bottom: 0;
}

.m2 .cent ul li .text {
	width: 340px;
	color: #333333;
	font-size: 14px;
}

.m2 .cent ul li:hover .text {
	color: #d91c16;
}

.m2 .cent ul li .text img {
	vertical-align: 2px;
	margin-right: 10px;
}

.m2 .cent ul li .time {
	color: #999999;
	font-size: 14px;
}

.m2 .right {
	margin-left: 20px;
	width: 430px;
}

.m2 .right .cont {
	margin-top: 20px;
}

.m2 .right .cont .click_tab {
	border-bottom: 1px solid #dddddd;
}

.m2 .right .cont .click_tab span {
	color: #000000;
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	cursor: pointer;
	margin-right: 25px;
}

.m2 .right .cont .click_tab .on {
	color: #01519d;
}

.m2 .right .cont .click_tab span i {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #d91c16;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: none;
}

.m2 .right .cont .click_tab .on i {
	display: inline-block;
}

.m2 .right .cont .show_box_view .list {
	margin-top: 19px;
}

.m2 .right .cont .show_box_view .list .hot .text {
	width: 310px;
}

.m2 .right .cont .show_box_view .list .hot .text .t {
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
}

.m2 .right .cont .show_box_view .list .hot .text .tex {
	color: #999999;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m2 .right .cont .show_box_view .list .hot .img {
	width: 100px;
	height: 70px;
}

.m2 .right .cont .show_box_view .list .hot .img img {
	width: 100%;
	height: 100%;
}

.m2 .right .cont .show_box_view .list ul {
	margin-top: 20px;
}

.m2 .right .cont .show_box_view .list ul li {
	margin-bottom: 13px;
}

.m2 .right .cont .show_box_view .list ul li:last-child {
	margin-bottom: 0;
}

.m2 .right .cont .show_box_view .list ul li .text {
	width: 340px;
	color: #333333;
	font-size: 14px;
}

.m2 .right .cont .show_box_view .list ul li:hover .text {
	color: #d91c16;
}

.m2 .right .cont .show_box_view .list ul li .text img {
	vertical-align: 2px;
	margin-right: 10px;
}

.m2 .right .cont .show_box_view .list ul li .time {
	color: #999999;
	font-size: 14px;
}

.footer .link {
	background-color: #01417e;
	height: 50px;
	line-height: 50px;
}

.footer .link ul li {
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 20px;
}

.footer .link ul li a {
	color: #FFFFFF;
	font-size: 14px;
	border-right: 1px solid #FFFFFF;
	padding-right: 20px;
}

.footer .link ul li:hover a {
	text-decoration: underline;
}

.footer .link .more a {
	color: #FFFFFF;
	font-size: 14px;
}

.footer .link .more img {
	vertical-align: -2px;
	margin-left: 5px;
}

.footer .cont {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #01519d;
	padding-bottom: 19px;
	line-height: 27px;
}

.footer .cont a {
	color: #FFFFFF;
	font-size: 14px;
}

.footer .cont a:hover {
	text-decoration: underline;
}

.link_n {
	width: 210px;
	position: relative;
	height: 50px;
}

.link_n .link_nimg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.link_n span .t{
	position: relative;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	z-index: 99;
	font-size: 18px;
}

.link_n ul {
	margin-top: 2px;
}

.link_n ul li {
	margin-bottom: 2px;
}

.link_n ul li img {
	margin-right: 10px;
}

.link_n ul li .hide {
	display: none;
}

.link_n ul li a {
	color: #333333;
	font-size: 14px;
	display: block;
	background-color: #ddedfb;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 20px;
}

.link_n ul .on a {
	background-color: #ffffff;
	border-bottom: 1px solid #d91c16;
	box-sizing: border-box;
}

.link_n ul .on .hide {
	display: inline-block;
}

.link_n ul .on .show {
	display: none;
}

.link_n ul li:hover a {
	background-color: #ffffff;
	border-bottom: 1px solid #d91c16;
	box-sizing: border-box;
}

.link_n ul li:hover .hide {
	display: inline-block;
}

.link_n ul li:hover .show {
	display: none;
}

.m3 {
	width: 920px;
}

.title_n {
	border-bottom: 2px solid #ddedfb;
}

.title_n .name {
	color: #01519D;
	font-size: 18px;
	position: relative;
	padding-bottom: 14px;
}

.title_n .name i {
	position: absolute;
	width: 125%;
	height: 2px;
	display: inline-block;
	left: 0px;
	bottom: -2px;
	background-color: #01519d;
}

.title_n .more {
	margin-top: 5px;
}

.title_n .more ul li {
	color: #666666;
	font-size: 14px;
	margin-left: 10px;
}

.title_n .more ul li a {
	color: #666666;
	font-size: 14px;
}

.title_n .more ul li:hover a {
	color: #D91C16;
	font-size: 14px;
}

.title_n .more ul .on a {
	color: #d91c16;
	font-size: 14px;
}

.m3 .cont {
	color: #333333;
	font-size: 16px;
	margin-top: 40px;
	line-height: 35px;
	padding-bottom: 60px;
}

.m3 .content {
	margin-top: 50px;
}

.m3 .content .title .t {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.m3 .content .title .time {
	color: #333333;
	font-size: 14px;
	text-align: center;
}

.m3 .content .text {
	color: #333333;
	font-size: 16px;
	line-height: 36px;
	margin-top: 40px;
	padding-bottom: 80px;
}

.m3 .news_list {
	margin-top: 40px;
}

.m3 .news_list ul li{
	margin-bottom: 15px;
}

.m3 .news_list ul li:nth-child(5n){
	margin-bottom: 40px;
}

.m3 .news_list ul li .text {
	color: #333333;
	font-size: 14px;
	width: 770px;
}

.m3 .news_list ul li .text img {
	vertical-align: 2px;
	margin-right: 10px;
}

.m3 .news_list ul li .time {
	color: #999999;
	font-size: 14px;
}

.m3 .news_list ul li:hover .text{
	color: #d91c16;
}

.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;
}