.header {
	overflow: hidden;
	width: 100%;
	height: 155px;
	background: #fff;
}

.header .m {
	overflow: hidden;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .m .fl {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.header .m .fl p {
	font-size: 18px;
	color: #004098;
	margin-left: 110px;
	letter-spacing: 3px;
}	

.header .m .fr {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.header .m .fr div {
	overflow: hidden;
	margin-left: 10px;
}

.header .m .fr div p {
	font-size: 16px;
	color: #000000;
	line-height: 1.1;
	margin-bottom: 8px;
}

.header .m .fr div span {
	line-height: 1;
	display: block;
	font-weight: bold;
	font-size: 27px;
	color:  #004098;
}

.navbar {
	overflow: hidden;
	width: 100%;
	height: 60px;
	background: #004098;
}

.navbar ul {
	overflow: hidden;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.navbar ul li {
	overflow: hidden;
	width: 162px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #fff;
}

.navbar ul li a {
	display: block;
	width: 100%;
	line-height: 60px;
	color: #fff;
}

.navbar ul li:hover {
	background: #fff;
	transition: all .2s;
}

.navbar ul li:hover a {
	color: #004098;
}

.navbar ul li.on {
	background: #fff;
}

.navbar ul li.on a {
	color: #004098;
}

.banner {
	overflow: hidden;
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
}

.about {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 65px 0 55px 0;
}

.about .m {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.about .m ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.about .m ul li {
	overflow: hidden;
	width: 285px;
	height: 200px;
	border: 1px solid #D9D9D8;
	margin-top: 50px;
}

.about .m ul li:hover {
	background: #004098;
	transition: all .2s;
	border: 1px solid #004098;
}

.about .m ul li:hover a p {
	color: #fff;
}
.menu{
			display: none;
		}
		.web{
			display: none;
		}
.about .m ul li:hover a span {
	color: #fff;
}

.about .m ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.about .m ul li a img {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 30px;
}

.about .m ul li a p {
	font-size: 16px;
	text-align: center;
	line-height: 1;
	color: #000000;
}

.about .m ul li a span {
	display: block;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	color: #727272;
	width: 210px;
	line-height: 30px;
	margin-top: 30px;
}

.title {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom:80px;
}

.title::after {
	content: '';
	width: 80px;
	height: 4px;
	background:  #004098;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -15px;
}

.title p {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.title p::after {
	content: '';
	width: 125px;
	height: 5px;
	position: absolute;
	left: -160px;
	top: 50%;
	margin-top: -2.5px;
	background-image: url(../images/icon_13.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.title p::before {
	content: '';
	width: 125px;
	height: 5px;
	position: absolute;
	right: -160px;
	top: 50%;
	margin-top: -2.5px;
	background-image: url(../images/icon_15.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.bos_info {
	overflow: hidden;
	text-align: center;
	background-image: url(../images/spbj.jpg);
	height:550px;
}

.bos_info .m {
	overflow: hidden;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 42px 0;
	display: flex;
	justify-content: space-between;
}

.bos_info .m .fl {
	overflow: hidden;
	width: 525px;
}

.bos_info .m .fl p {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 75px;
}

.bos_info .m .fl span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}

.bos_info .m .fl div {
	width: 189px;
	height: 60px;
	margin-top: 30px;
	overflow: hidden;
	border: 1px solid #fff;
}

.bos_info .m .fl div a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.cp_center {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0px 0 0;
}

.cp_center>p {
	font-size: 14px;
	color: #6b6b6b;
	text-align: center;
	line-height: 30px;
	margin-top: 45px;
}

.cp_center .slide_box {
	overflow: hidden;
	width: 100%;
	height: 251px;
	padding: 0 53px;
	margin-top: 25px;
	position: relative;
}

.cp_center .slide_box .item {
	overflow: hidden;
	width: 240px;
	height: 251px;
}

.cp_center .slide_box .item a {
	display: block;
	width: 100%;
}

.cp_center .slide_box .item a img {
	width: 100%;
}

.cp_center .slide_box .item a p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 13px;
	line-height: 50px;
	background: #004098;
}

.s1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

.news_center {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
	margin-top: 55px;
}

.news_center ul {
	overflow: hidden;
	width: 100%;
	padding: 0 38px;
	box-sizing: border-box;
	margin-top: 55px;
}

.news_center ul li {
	overflow: hidden;
	width: 542px;
	height: 152px;
	background: #F1F1F1;
	float: left;
	margin-right: 39px;
	margin-bottom: 40px;
}

.news_center ul li:nth-child(2n) {
	margin-right: 0;
}

.news_center ul li a {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px 0 10px;
}

.news_center ul li a img {
	width: 212px;
}

.news_center ul li a div {
	overflow: hidden;
	width: 280px;
}

.news_center ul li a div p {
	font-size: 14px;
	font-weight: bold;
	color: #010101;
}

.news_center ul li a div span {
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #010101;
}

.news_center ul li a div em {
	overflow: hidden;
	font-style: normal;
	display: block;
	line-height: 22px;
	font-size: 12px;
	color: #414141;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	width: 100%;
	-webkit-box-orient: vertical;
}

.main_footer {
	overflow: hidden;
	width: 100%;
	background-color: #004098;
	height: 230px;
}

.main_footer .m {
	overflow: hidden;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/bg_03.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_footer .m ul {
	overflow: hidden;
}

.main_footer .m ul li {
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 40px;
	font-size: 16px;
	color: #fff;
}

.main_footer .m ul li img {
	margin-right: 22px;
}

.main_footer .m .code {
	overflow: hidden;
}
.main_footer .m .code1 {
	overflow: hidden;
	position: absolute;
	right: 510px;
}

.main_footer .m .code p {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
}

.main_footer .m .code1 p {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
}

footer {
	overflow: hidden;
	width: 100%;
	height: 50px;
	background: #001D54;
}

footer .m {
	overflow: hidden;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .m ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}

footer .m ul li {
	font-size: 14px;
	color: #999292;
	margin-right: 27px;
	position: relative;
}

footer .m ul li::after {
	content: '';
	width: 1px;
	height: 16px;
	background: #999292;
	position: absolute;
	right: -14px;
	top: 50%;
	margin-top: -8px;
}

footer .m ul li:last-child::After {
	display: none;
}

footer .m div {
	overflow: hidden;
	display: flex;
	align-items: center;
}

footer .m div img {
	display: block;
	margin-left: 7px;
}

.main_cp {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 90px 0 20px 0;
}

.main_cp .cp_title {
	overflow: hidden;
}

.main_cp .cp_title p {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #696969;
	margin-bottom: 20px;
	line-height: 1;
}

.main_cp .cp_title span {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #004098;
	margin-bottom: 20px;
	line-height: 1;
}

.main_cp .cp_title em {
	font-style: normal;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #707070;
	line-height: 1;
}

.main_cp .navlist {
	overflow: hidden;
	display: flex;
	margin-top: 55px;
	align-items: center;
	margin-bottom: 88px;
	justify-content: space-between;
}

.main_cp .navlist li {
	overflow: hidden;
	width: 176px;
	height: 176px;
	border-radius: 50%;
	border: 13px solid #e5e5e5;
	background: #004098;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
}

.main_cp .list_cp {
	overflow: hidden;
	margin-top: 60px;
}

.main_cp .list_cp ul {
	overflow: hidden;
}

.main_cp .list_cp ul li {
	overflow: hidden;
	width: 385px;
	float: left;
	margin-right: 22px;
	margin-bottom: 48px;
	}

.main_cp .list_cp ul li:nth-child(3n) {
	margin-right: 0;
}

.main_cp .list_cp ul li img {
	display: block;
	width: 100%;
	background-color:#88d5f9;
}

.main_cp .list_cp ul li p {
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 17px;
}

.about_jj {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 65px 0 0 0;
}

.about_jj .box {
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.about_jj .box img {
	width: 605px;
}

.about_jj .box div {
	overflow: hidden;
	width: 1200px;
	padding-left: 20px;
	margin-top: -28px;
}

.about_jj .box div p {
	font-size: 18px;
	color: #000000;
	line-height: 1;
}

.about_jj .box div span {
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	margin-top: 20px;
}

.about_jj ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.about_jj ul li {
	margin-top: 40px;
	overflow: hidden;
	width: 387px;
	height: 214px;
	background: #a7a7a7;
}

.about_zs {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding-top: 75px;
}

.about_zs ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.about_zs ul li {
	margin-top: 56px;
	overflow: hidden;
	width: 170px;
	height: 214px;
	background: #a7a7a7;
}

.about_wh {
	overflow: hidden;
	width: 1200px;
	padding-bottom: 80px;
	margin: 0 auto;
	margin-top: 85px;
}

.about_wh img {
	display: block;
	width: 100%;
	margin-top: 60px;
}

.about_wh>p {
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 37px;
	margin-top: 40px;
}

.news_box {
	overflow: hidden;
	width: 910px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 100px;
}

.news_box .news_title {
	overflow: hidden;
	display: flex;
	margin-top: 55px;
	justify-content: space-between;
}

.news_box .news_title div {
	overflow: hidden;
	width: 426px;
}

.news_box .news_title div p {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 18px;
}

.news_box .news_title div span {
	font-size: 16px;
	color: #000000;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	width: 100%;
	-webkit-box-orient: vertical;
	line-height: 36px;
	display: block;
}

.news_box .news_title img {
	width: 416px;
}

.news_box ul {
	overflow: hidden;
}

.news_box ul li {
	overflow: hidden;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #bfbfbf;
}

.news_box ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.news_box ul li a p {
	font-size: 16px;
	color: #000000;
}

.news_box .next {
	overflow: hidden;
	cursor: pointer;
	width: 102px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #000000;
	background: #d4d4d4;
	float: right;
	margin-top: 25px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}


@media (max-width: 1200px) {
	.m{
		width: 1000px !important;
	}
	.about .m ul li{
		width: 235px;
	}
	.cp_center, .news_center, .navbar ul, .about_jj, .about_zs, .about_wh, .main_cp{
		width: 1000px !important;
	}
	.main_cp .list_cp ul li{
		width: 318px;
	}
	.cp_center .slide_box .item{
		width: 208px;
	}
	.news_center ul li{
		width: 442px;
	}
	.news_center ul li a div p{
		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	}
	.news_center ul li a{
		padding-right: 10px;
	}
	.news_center ul li a div{
		width: 200px;
	}
	.about_jj .box img{
		width: 400px;
	}
	.about_jj ul li{
		width: 320px;
	}
	.about_zs ul li{
		width: 157px;
	}
}
@media (max-width: 1000px) {
	.m{
		width: 98% !important;
	}
	.cp_center, .news_center, .navbar ul, .about_jj, .about_zs, .about_wh, .main_cp{
		width: 98% !important;
	}
	.news_center ul li a div p{
		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	}
}
@media (max-width: 750px) {
	.header .m .fr{
		display: none;
	}
	.header{
		height: 1.5rem;
	}
	.header .m{
		width: 95% !important;
	}
	.header .m .fl img{
		width: 2.5rem;
	}
	.header .m .fl p{
		font-size: .15rem;
		margin-left: .2rem;
		letter-spacing: .02rem;
	}
	.navbar{
		display: none;
	}
	.title p{
		font-size: .3rem;
	}
	.about .m ul{
		display: block;
		padding: 0 2%;
	}
	.about .m ul li{
		width: 48%;
		height: 4rem;
		float: left;
		margin-right: 4%;
	}
	.about .m ul li:nth-child(2n){
		margin-right: 0;
	}
	.about .m ul li a img{
		margin-top: .4rem;
		width: 1rem;
	}
	.about .m ul li a span{
		margin-top: .2rem;
		width: 80%;
	}
	.bos_info .m{
		display: block;
		padding: 0 .3rem;
		padding-bottom: .5rem;
	}
	.bos_info .m .fl p{
		text-align: center;
	}
	.bos_info .m .fl{
		width: 100%;
		float: none;
	}
	.bos_info .m .fl div{
		margin: 0 auto;
		margin-top: .3rem;
	}
	.bos_info .m .fr{
		margin-top: .3rem;
		width: 100%;
		float: none;
	}
	.cp_center .slide_box{
		padding: 0 .5rem;
		height: auto;
	}
	.cp_center .slide_box .item{
		height: auto;
		width: 1.5rem;
	}
	.slide_box .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		background: none;
	}
	.slide_box .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		background: none;
	}
	.slide_box .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 0;
	}
	.news_center ul{
		padding: 0 .2rem;
	}
	.ss{
		width: .3rem;
	}
	.cp_center .slide_box .item a p{
		font-size: .2rem;
		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: .5rem;
	}
	.news_center ul li{
		float: none;
		width: 100%;
	}
	.news_center ul li a img{
		width: 50%;
	}
	.news_center ul li a div{
		width: 45%;
	}
	.main_footer{
		height: auto;
		padding: .5rem 0;
	}
	.main_footer .m{
		display: block;
	}
	.main_footer .m ul li{
		justify-content: center;
		font-size: .24rem;
	}
	footer .m ul li{
		font-size: .12rem;
	}
	footer .m ul li{
		margin-right: .2rem;
	}
	footer{
		height: auto;
		padding: .3rem 0;
	}
	footer .m{
		display: block;
	}
	footer .m ul li::after{
		display: none;
	}
	footer .m ul li:last-child{
		margin-right: 0;
	}
	footer .m div{
		justify-content: center;
		margin-top: .2rem;
	}
	footer .m ul{
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.about_jj{
		padding: .65rem .2rem 0 .2rem;
	}
	.about_jj .box{
		display: block;
	}
	.about_jj .box img{
		width: 100%;
		display: block;
	}
	.about_jj .box div p{
		margin-top: .3rem;
		text-align: center;
	}
	.about_jj .box div{
		width: 100%;
	}
	.about_jj ul{
		display: block;
	}
	.about_zs ul{
		padding: 0 2%;
	}
	.about_jj ul li{
		width: 100%;
	}
	.about_zs ul{
		display: block;
	}
	.about_zs ul li{
		width: 32%;
		height: 3rem;
		margin-right: 2%;
		float: left;
	}
	.about_jj .box div span{
		font-size: .28rem;
		line-height: .55rem;
	}
	.about_wh>p{
		font-size: .28rem;
	}
	.about_zs ul li:nth-child(3n){
		margin-right: 0;
	}
	.main_cp{
		padding-top: 1rem;
	}
	.main_cp .cp_title p{
		font-size: .3rem;
	}
	.main_cp .cp_title span{
		font-size: .45rem;
	}
	.main_cp .navlist{
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 0;
	}
	.main_cp .navlist li{
		margin: .3rem;
		width: 1.8rem;
		border: .1rem solid #88D9FF;
		font-size: .3rem;
		line-height: .45rem;
		height: 1.8rem;
	}
	.main_cp .list_cp{
		margin-top: .3rem;
	}
	.main_cp .list_cp ul{
		padding: 0 2%;
	}
	.main_cp .list_cp ul li{
		width: 49%;
		margin-right: 1%;
	}
	.main_cp .list_cp ul li:nth-child(2n){
		margin-right: 0;
	}
	.main_cp .list_cp ul li:nth-child(3n){
		margin-right: 1%;
	}
	.main_cp .list_cp ul li p{
		font-size: .26rem;
		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	}
	.news_box{
		width: 100%;
		padding-top: 1rem;
	}
	.news_box .news_title{
		display: block;
		width: 95%;
		margin: 0 auto;
		margin-top: .6rem;
	}
	.news_box .news_title img{
		width: 100%;
		margin-top: .3rem;
	}
	.news_box .news_title div{
		width: 100%;
	}
	.news_box .news_title div span{
		width: 100%;
	}
	.news_box ul li{
		width: 90%;
		margin: 0 auto;
	}
	.news_box ul li a p{
		font-size: .25rem;
	}
	.news_box .next{
		float: none;
		margin: 0 auto;
		margin-top: .5rem;
	}
	.web{
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,.6);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 999999;
	}
	.web ul{
			width: 60%;
			height: 100vh;
			overflow: auto;
			background: #fff;
			position: absolute;
			right: -60%;
			top: 0;
		}
		.web ul img{
			width: .5rem;
			float: right;
			margin: .2rem;
		}
		.web ul li{
			overflow: hidden;
			width: 100%;
			height: .8rem;
			border-bottom: 1px solid #ccc;
			font-size: .26rem;
			line-height: .8rem;
		}
		.web ul li a{
			color: #333;
			padding-left: .5rem;
			display: block;
			width: 100%;
			height: 100%;
			box-sizing: border-box;
		}
		.menu{
			display: block;
		}
		
}