.hear .w .logoa {
	height: 100px;
	width: 39.5%;
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: center;
	float: left;
}

.hear .w .logoa img {
	width: 100%;
}


.hear .w .ss {
	width: 36%;
	height: 40px;
	float: right;
	position: relative;
	font-size: 0;
	margin-top: 37px;

}

.hear .w .ss .sd {
	width: 80%;
	height: 40px;
	text-indent: 15px;
	display: inline-block;
	border: 1px solid #a7a7a7;
}

.hear .w .ss .tj {
	width: 20%;
	height: 40px;
	background: #ff6600;
	color: #fff;
	display: inline-block;
	border: none;
}

.nav {
	background: #032e81;
}

.nav .w ul {
	display: flex;
}

.nav .w ul li {
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	flex: 1;
	text-align: center;
}

.nav .w ul li a {
	display: block;
}

.nav .w ul .on {
	background: #ff6600;
}

.lunbotu img {
	display: block;
	width: 100%;
}

.menu {
	display: none;
	height: 60px;
	width: 30px;
	align-items: center;
	float: right;
}

.menu i {
	transition: all 0.2s;
	position: relative;
	width: 30px;
	height: 3px;
	background: #000;
	display: block;
}

.menu i:before,
.menu i:after {
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: 10px;
	background: #032e81;
	display: block;
	transition: all 0.2s;
}

.menu i:after {
	top: unset;
	bottom: 13px;
}

.close i {
	background: transparent;
}

.close i:before {
	top: -6px;
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.close i:after {
	top: -6px;
	-webkit-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}


.sb span {
	width: 15px;
	height: 15px;
	border: #ff6600 solid 1px;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
	border-radius: 10px;
}

.sb .swiper-pagination-bullet-active {
	background-color: #ff6600;
	width: 15px;
	height: 15px;
}

.lunbotu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 10px;
}


.sjnav {
	display: none;
}

.min {
	margin-top: 35px;
}

.min .w .jias {
	width: 47.5%;
	float: left;
}

.duiy h6 {
	float: left;
	text-indent: 10px;
	font-size: 24px;
	color: #333333;
	position: relative;
	font-weight: bold;
}

.duiy h6::after {
	position: absolute;
	width: 3px;
	height: 24px;
	background: #032e81;
	content: "";
	left: 0%;
	top: 15%;
	z-index: 9;
}

.duiy {
	padding-bottom: 18px;
	border-bottom: 1px solid #032e81;
}

.duiy .yx {
	float: right;
}

.duiy .yx p {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	line-height: 26px;
	color: #666666;
}


.duiy .yx img {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	margin-left: 9px;
}

.min .w .jias .daoei .zye {
	margin-top: 20px;
	position: relative;
	width: 100%;
}

.min .w .jias .daoei .zye img {
	width: 100%;
}

.min .w .jias .daoei .zye .zjia {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 100%;
	background: rgba(159, 153, 148, 0.8);
	padding-bottom: 20px;
}

.min .w .jias .daoei .zye .zjia .qis h6 {
	float: left;
}

.min .w .jias .daoei .zye .zjia .qis .yx {
	float: right;
}


.min .w .jias .daoei .zye .zjia .qis .yx p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	line-height: 26px;
}


.min .w .jias .daoei .zye .zjia .qis .yx img {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	margin-left: 9px;
	width: 16px;
	height: 16px;
}

.min .w .jias .daoei .zye .zjia .zas {
	width: 93%;
	margin: auto;
	margin-top: 20px;
}

.min .w .jias .daoei .zye .zjia h6 {
	font-size: 18px;
	color: #fff;
}


.min .w .jias .daoei .zye .wut {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.min .w .jias .daoei ul li {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-right: 4%;
}

.min .w .jias .daoei ul li:nth-last-of-type(1) {
	margin-right: 0%;
}

.min .w .jias .daoei ul li img {
	width: 100%;

}

.min .w .jias .daoei ul li .guis {
	border: 1px solid #e5e5e5;
	border-top: none;
}

.min .w .jias .daoei ul {
	margin-top: 26px;
}

.min .w .jias .daoei ul li .guis h6 {
	width: 93%;
	margin: auto;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.min .w .jias .daoei ul li:hover h6 {
	color: #032e81;
}

.min .w .hongti {
	float: right;
	width: 47.5%;
}

.hongti ul li .chci {
	width: 15%;
	background: #032e81;
	float: left;
}

.hongti ul li .chci .daf {
	width: 90%;
	margin: auto;
}

.hongti ul li .chci h1 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding-top: 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.hongti ul li .chci h2 {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	text-align: center;
}

.hongti ul li .dtt {
	width: 77%;
	float: right;
}

.hongti ul li .dtt h6 {
	font-size: 18px;
	color: #333333;
}

.hongti ul li .dtt .duis {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 15px;
}

.hongti ul li {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cecece;
}

.hongti ul li .chci:hover {
	background: #032e81;
}

.hongti ul li .dtt:hover h6 {
	color: #032e81;
}

.qiyew {
	margin-top: 80px;
}

.qiyew .w #marquee1 {
	margin-top: 40px;
}


.qiyew .w ul li {
	float: left;
	width: 280px;
	/* 	display: inline-block;
	vertical-align: middle; */

	margin-right: 25px;
}

/* .qiyew .w ul li img {
	width: 100%;
} */


.qiyew .w ul li:nth-last-of-type(1) {
	margin-right: 0%;
}

.qiyew .w ul li p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.qiyew .w ul li p:hover {
	color: #032e81;
}

#marquee1 {
	width: 1200px;
	height: 210px;
	overflow: hidden;

}

.haomai {
	margin-top: 70px;
}


.haomai .w .guijs {
	width: 39.5%;
	float: left;
}

.haomai .w .guijs h6 {
	border-bottom: 1px solid #032e81;
	padding-bottom: 19px;
}


.haomai .w .guijs h6 {
	text-indent: 10px;
	font-size: 24px;
	color: #333333;
	position: relative;
	font-weight: bold;
}

.haomai .w .guijs h6::after {
	position: absolute;
	width: 3px;
	height: 24px;
	background: #032e81;
	content: "";
	left: 0%;
	top: 10%;
	z-index: 9;
}

.haomai .w .guijs ul li h5 {
	float: left;
	width: 78%;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}


.haomai .w .guijs ul li p {
	float: right;
	width: 20%;
	font-size: 16px;
	color: #333333;
	text-align: right;
}

.haomai .w .guijs ul li {
	margin-top: 18px;

}

.haomai .w .guijs ul li:hover h5 {
	color: #032e81;
}

.lunhui {
	width: 55.5%;
	float: right;

}

.lunhui .bis {
	margin-top: 20px;
}

.lunhui .bis .datu {
	width: 75%;
	float: left;
	position: relative;
}

.lunhui .bis .datu .xifu {

	left: 0%;
	top: 0%;
	z-index: 99;

}

.lunhui .bis .datu>img {
	width: 100%;
}

.lunhui .bis .datu .xifu img {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;

	margin: auto;
	transform: translate(0%, -50%);
}

.lunhui .bis .datu .xifu p {
	position: absolute;
	bottom: 5%;
	text-indent: 15px;
	z-index: 9;
	left: 0%;
	color: #fff;
	font-size: 14px;

}



.lunhui .bis ul {
	float: right;
	width: 22%;
}

.lunhui .bis ul li {
	width: 100%;
	position: relative;
	border: 1px solid #fff;
	margin-bottom: 17px;
}

.lunhui .bis ul li:nth-last-child(1) {
	margin-bottom: 0px;
}


.lunhui .bis ul li .fazi {
	width: 100%;
}


.lunhui .bis ul li .fj {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;

	margin: auto;
	transform: translate(0%, -50%);
}

.lunhui .bis ul .on {
	border: 1px solid #ff6600;
}

.xu .datu {
	display: none;
}

.xu>div:nth-child(1) {
	display: block;
}

.ldlpoi {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.ldlpoi_cen {
	width: 80%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: #fff 10px solid;
	border-radius: 10px;
}

.ldlpoi video {
	display: block;
	width: 100%;
	height: 100%;
}

.ldlpoi_cen i {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: -25px;
	right: -25px;
	text-shadow: none;
	cursor: pointer;
}




.jigg .w .gads ul li img {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
	margin-right: 3%;
}

.jigg .w .gads ul li .xy {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}

.jigg {
	margin-top: 80px;
}

.jigg .w .gads ul li {
	/* float: left; */
	display: inline-block;
	width: 25%;
	/* 	margin-right: 20px; */
}

.jigg .w ul li:nth-last-of-type(1) {
	margin-right: 0%;
}

.jigg .w .gads {
	width: 76%;
	float: left;
	font-size: 0;
}

.jigg .w .gads ul li {
	text-align: center;
}

.jigg .w .gads ul li .xy p {
	font-size: 16px;
	color: #333333;
	text-align: left;

}

.jigg .w .gads ul li .xy h6 {
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
	word-break: break-word;
	text-align: left;
}

.jigg .w .ceyi {
	float: right;
	width: 22%;
}

.jigg .w .ceyi p {
	display: inline-block;
	writing-mode: tb-rl;
	vertical-align: top;
	width: 20%;
}

.jigg .w .ceyi img {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}




.jigg .w ul li:nth-last-of-type(1) {
	margin-right: 0px;
}

.ceyi ul li {
	width: 48%;
	display: inline-block;
}

.jigg {
	margin-bottom: 50px;
}

footer {
	background: #eeeeee;
	padding-bottom: 35px;
}

footer .w .logo {
	display: block;
	margin: auto;
	padding-top: 30px;
	width: 43%;
}


footer .w .let {
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 28px;
}

.shainan {
	margin-top: 70px;
}

.shainan .w h2 {
	text-align: center;
	font-size: 30px;
	color: #032e81;
	font-weight: 100;

}

.shainan .w h6 {
	text-align: center;
	font-size: 18px;
	color: #ff6600;
	line-height: 36px;

}

.shainan .w .zhas {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.shainan .w .batu {
	margin-top: 30px;
}

.batu {
	position: relative;
}

.batu img {
	width: 100%;
}


.sb span {
	width: 15px;
	height: 15px;
	border: #ff6600 solid 1px;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
	border-radius: 10px;
}

.sb .swiper-pagination-bullet-active {
	background-color: #ff6600;
	width: 15px;
	height: 15px;
}

.batu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 10px;
}


.batu .swiper-container {
	padding-bottom: 50px;
}

.lianxi {
	margin-top: 70px;
}

.lianxi .w h2 {
	text-align: center;
	font-size: 30px;
	color: #032e81;
	font-weight: 100;

}

.lianxi .w h6 {
	text-align: center;
	font-size: 18px;
	color: #ff6600;
	line-height: 36px;

}

.lianxi .w .map {
	margin-top: 40px;
}

.lianxi .w .huans {
	margin-top: 45px;
}

.lianxi .w .huans ul {
	font-size: 0;
}

.lianxi .w .huans ul li {
	display: inline-block;
	width: 25%;

}

.lianxi .w .huans ul li img {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}

.lianxi .w .huans ul li .hz {
	display: inline-block;
	width: 75%;
	margin-left: 4%;
	vertical-align: middle;
}

.lianxi .w .huans ul li .hz h5 {
	font-size: 16px;
	color: #333333;
}

.lianxi .w .huans ul li .hz p {
	font-size: 16px;
	color: #032e81;
}


.hunong {
	margin-top: 70px;
}

.hunong .w h2 {
	text-align: center;
	font-size: 30px;
	color: #032e81;
	font-weight: 100;

}

.hunong .w h6 {
	text-align: center;
	font-size: 18px;
	color: #ff6600;
	line-height: 36px;

}

.hunong .w ul {
	margin-top: 40px;
	font-size: 0;
}

.hunong .w ul li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.hunong .w ul li p {
	font-size: 18px;
	color: #032e81;
}

.hunong .w ul li h5 {
	margin-top: 55px;
	font-size: 18px;
	color: #032e81;
}


.hunong .w ul li .shus {
	font-size: 16px;
	line-height: 36px;
}

.shipoi {
	margin-top: 70px;
}

.shipoi .w h2 {
	text-align: center;
	font-size: 30px;
	color: #032e81;
	font-weight: 100;

}

.shipoi .w h6 {
	text-align: center;
	font-size: 18px;
	color: #ff6600;
	line-height: 36px;

}

.shipoi .w ul {
	margin-top: 40px;
}

.shipoi .w ul li {
	width: 31.6%;
	margin-right: 2%;
	background: #f0f0f0;
	margin-bottom: 50px;
	padding-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
}

.shipoi .w ul li .haom {
	width: 100%;
	position: relative;
}

.shipoi .w ul li:nth-child(3n) {
	margin-right: 0%;
}

.shipoi .w ul li .haom .bf {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin: auto;
	transform: translate(0%, -50%);
}


.shipoi .w ul li .ex {
	width: 93%;
	margin: auto;
}

.shipoi .w ul li .ex h5 {
	font-size: 16px;
	color: #333;
	padding-top: 20px;
}

.shipoi .w ul li .ex h5:hover {
	color: #032e81;
}

.shipoi .w ul li .aigf {
	margin-top: 25px;
}

.shipoi .w ul li .aigf .hux img {
	display: inline-block;
	vertical-align: middle;
	filter: grayscale(100%);
	filter: gray;
}

.shipoi .w ul li .aigf .hux p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
}


.shipoi .w ul li .aigf .hux {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}


.shipoi .w ul li .hxin {
	width: 100%;
}


.shipoi .w ul li .aigf .hux:hover img {
	filter: none;
}


.pages {
	text-align: center;
	margin: auto;
	margin-top: 50px;
	font-size: 0;
}

.pages span {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	background: #032e81;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	margin: 0 5px;
}

.pages a {
	display: inline-block;
	height: 28px;
	width: 30px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.pages .a1 {
	display: inline-block;
	height: 28px;
	width: 58px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.nwes {
	margin-top: 70px;
}



.nwes h2 {
	text-align: center;
	font-size: 30px;
	color: #032e81;
	font-weight: 100;

}

.nwes h6 {
	text-align: center;
	font-size: 18px;
	color: #ff6600;
	line-height: 36px;

}

.nwes ul li .ying {
	width: 41%;
	display: inline-block;
	vertical-align: middle;
}


.nwes ul li .zij {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	margin-left: 3%;
}

.nwes ul li .ying {
	border-right: 1px solid #d6d6d6;
}

.nwes ul li .ying img {
	display: inline-block;
	vertical-align: middle;
	width: 56%;
}

.nwes ul li .ying .piao {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 42%;
	padding-right: 20px;
}

.nwes ul li .ying .piao h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}


.nwes ul li .ying .piao p {
	font-size: 18px;
	color: #999999;
}

.nwes ul li .zij .gongrn {
	display: inline-block;
	vertical-align: middle;
	width: 88%;
}

.nwes ul li .zij .gongrn h5 {
	font-size: 20px;
	color: #333333;
}

.nwes ul li .zij .gongrn .qianb {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
}

.nwes ul li .zij .qie {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #153c89;
	background: #eeeeee;
	text-align: center;
	font-size: 20px;
}

.nwes ul {
	margin-top: 40px;
}

.nwes ul li .w {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #c6c6c6;
}


.nwes ul li:hover {
	background: #eeeeee;
}

.nwes ul li:hover .piao h3 {
	color: #032e81;
}

.nwes ul li:hover .piao p {
	color: #032e81;
}

.nwes ul li:hover .gongrn h5 {
	color: #032e81;
}

.nwes ul li:hover .qie {
	background: #032e81;
	color: #fff;
}

.diis {
	margin-top: 25px;
	margin-bottom: 40px;
}

.diis .w h6 {
	text-align: right;
}

.diis .w h6 img {
	display: inline-block;
	vertical-align: middle;
}

.diis .w h6 p {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
}

.xqye .w h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	color: #123a89;
}

.xqye .w h6 {
	text-align: center;
}

.xqye .w h6 span {
	font-size: 14px;
	color: #999999;
	padding-right: 45px;
}

.xqye .w .peige {
	margin-top: 30px;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}

.xqye .w .peige img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.xqye .w .qbu {
	margin-top: 50px;
	border-bottom: 1px solid #C1C1C1;
	border-top: 1px solid #c1c1c1;
}

.xqye .w .qbu a {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	font-size: 18px;
	color: #999999;
	line-height: 65px;
}

.xqye .w .qbu a:hover {
	color: #02247b;
}

.xqye .w .qbu a:nth-child(1) {
	text-align: left;
}


.xqye .w .qbu a:nth-child(2) {
	text-align: right;
}


.sjnav .ss {
	display: block;
	margin: auto;
	width: 50%;
}

.sjnav .ss .sd {
	width: 75%;
	height: 30px;
	display: inline-block;
}

.sjnav .ss .tj {
	width: 20%;
	height: 30px;
	background: #ff6600;
	color: #fff;
	display: inline-block;
	border: none;
}

.duiy .yx p:hover {
	color: #123a89;
}

.tonggao .w .aff {
	float: left;
	width: 50%;

}
.tonggao{
	margin-top: 10px;
}
.tonggao .w .aff img {
	display: inline-block;
	vertical-align: middle;

}

.tonggao .w .aff p {
	font-size: 24px;
	padding-left: 10px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}



.tonggao .w .neirt{
	float: right;
	width: 50%;
	text-align: right;
	font-size: 24px;
}