html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 100%;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 1280px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #000;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #004392;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/*顶部*/
.top {
	padding: 10px 0;
	background: #004392;
	color: #FFFFFF;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.blue {
	color: #004392;
}

/**导航菜单**/
header {
	width: 100%;
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 9999;
	background: #FFFFFF;
	transition: all 0.5s;
	box-shadow: 0 0 5px #ECEDEE;
	/*overflow: hidden;*/
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;

}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px #ccc;
}


header.on-fixed .rightDiv .menu>ul>li>a {
	color: #000;
}

header .rightDiv {
	float: right;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 90px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 30px;
	/*width: 126px;*/
}

header .rightDiv .menu>ul>li:last-child {
	padding-right: 0;
}

header .rightDiv .menu>ul>li>a {
	height: 90px;

	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #000;
	position: relative;
	font-size: 16px;
	line-height: 90px;

}

header .rightDiv .menu>ul>li:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
}

/* header .rightDiv .menu>ul>li:last-child img {
	margin-right: 10px;
}

header .rightDiv .menu>ul>li:last-child>a {
	color: #999;
}
 */
header .rightDiv .menu>ul>li:last-child>a.now {
	color: #333333;
	font-weight: bold;
}

header .rightDiv .menu>ul>li:last-child>a::after {
	display: none;
}

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #004392;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #004392;
}

/* 
header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
	display: block;
	width: 20px;
	height: 2px;
	background: #009a44;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #004392;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */
/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}

/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(../img/xia.png) no-repeat; */
/*} */
.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {}

.menu ul li:hover>ul {

	top: 90px;
	opacity: 1;
	visibility: visible;

}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}

.menu ul ul li:hover {
	background: #d7e5f6;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 160px;
	margin-left: -8px;
	text-align: center;
	top: 120px;
	position: absolute;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	left: -10px;
	box-shadow: 0 0 5px #ccc;
}

.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	padding: 0 15px;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 10px 0;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	/* color: #004392; */
	border: 0;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.bannerIndex,
.banner_nei {
	margin-top: 130px;
	position: relative;

}

.bannerIndex .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	background: #fff;
	opacity: 0.7;
	border-radius: 0;
}

.bannerIndex .swiper-button-white {
	opacity: 0.6;
	background-size: 70%;
	z-index: 99;
}

.bannerIndex a {
	display: block;
}

.bannerIndex .wrap {
	position: absolute;
	z-index: 99;
	color: #FFFFFF;
	top: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* font-family: fontR; */
	line-height: 36px;
	text-align: left;
	width: 100%;
}

.bannerIndex .wrap .font36 {
	letter-spacing: 5px;
}

.bannerIndex .swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0.8;
}

.bannerIndex img {
	min-height: 140px;
	object-fit: cover;
}

.bannerIndex p.more {
	width: 110px;

	border: 1px #fff solid;
	text-align: center;
}

.bannerIndex p.more:hover {
	background: #204e9e;
	color: #fff;
	border: 1px #204e9e solid;
}

.title {
	text-align: left;
	color: #004392;
}

.title span {
	display: block;
	width: 40px;
	height: 2px;
	background: #004392;
	margin-bottom: 15px;
}

.title.center {
	text-align: center;
}

.title.center span {
	margin: 0 auto;
	margin-bottom: 15px;
}

.indexDiv1 .textDiv {
	width: 750px;
}

.indexDiv1 .imgDiv {
	position: absolute;
	z-index: 9;
	right: 0;
}

.indexDiv1 .wenzi {
	line-height: 30px;

}

.more {
	display: block;
	width: 135px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 10px;
	border: 1px #ccc solid;
	color: #777777;
}

.more:hover {
	background: #004392;
	color: #FFFFFF;
	border: 1px #004392 solid;
}

.indexDiv2 {
	background: #f8f8f8;
	padding-top: 130px;
	padding-bottom: 100px;
}

.indexDiv2 ul.tab {
	width: 220px;
	float: left;
	padding-left: 10px;
	background: #FFFFFF;
	font-size: 20px;
	border-radius: 5px;
	height: 400px;
	padding-top: 20px;
}

.indexDiv2 ul.tab li {
	padding: 10px 0;
	width: 105%;
	margin-bottom: 20px;
	padding-left: 15px;
	border-radius: 10px 0 0 10px;
	cursor: pointer;
}

.indexDiv2 ul.tab li.active {
	background: #004392;
	color: #FFFFFF;
}

.indexDiv2 #tabCon {
	width: 960px;
	height: 400px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 10px #CCCCCC;
	float: right;
}

.indexDiv2 #tabCon .imgDiv {
	width: 445px;
	height: 100%;
}

.indexDiv2 #tabCon .textDiv {
	width: calc(100% - 445px);
	height: 400px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	float: left;
	line-height: 32px;
}

.indexDiv2 #tabCon .textDiv p.mt40 {
	height: 180px;
	overflow: hidden;
}

.indexDiv3 {
	padding: 80px 0;
	height: 500px;
}

.indexDiv3 ul li {
	font-size: 18px;
	margin-bottom: 60px;
}

.indexDiv3 ul li p span {
	font-size: 38px;
	font-weight: bold;
	margin-right: 3px;
}

.indexDiv4 .textDiv {
	height: 450px;
	box-shadow: 0 0 10px #CCCCCC;
}

.indexDiv4 .swiper-slide a {
	padding: 10px;
	display: block;
}

.indexDiv4 .textDiv .wenzi {
	padding: 25px 30px;
	line-height: 28px;
	height: 130px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.content .swiper-button-black {
	width: 33px;
	height: 33px;
	background-color: #CCCCCC;
	background-size: 25%;
}

.content .swiper-button-next {
	right: -55px;
}

.content .swiper-button-prev {
	left: -55px;
}

.indexDiv5 {
	background: #f5f5f5;
	padding: 70px 0 80px 0;
}

.indexDiv5 .textDiv {
	background: #FFFFFF;
	position: relative;
}

.indexDiv5 .textDiv .wenzi {
	padding: 30px 12px;
	line-height: 22px;
	box-shadow: 0 0 10px #eee;
	padding-bottom: 20px;
}

.indexDiv5 .textDiv .wenzi p :nth-child(1) {
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.indexDiv5 .textDiv .wenzi p:last-child {
	display: flex;
	justify-content: space-between;
}

.indexDiv5 .textDiv .wenzi p:last-child span:nth-child(2) {
	border-radius: 20px;
	border: 1px #777777 solid;
	padding: 3px 10px;
	color: #777777;
	transition: all 0.5s;
	height: 30px;
}

.indexDiv5 .textDiv:hover .wenzi p:last-child span:nth-child(2) {
	background: #0365c6;
	color: #FFFFFF;
	border: 1px #0365c6 solid;
}

.indexDiv5 .textDiv::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 0px;
	background: #02509b;
	width: 100%;
	transition: all 0.3s;

}

.indexDiv5 .textDiv:hover::after {
	height: 5px;
}

.indexDiv6 .textDiv {
	padding: 20px 10px;
	padding-bottom: 10px;
	margin-top: -3px;
}

.indexDiv6 .textDiv img {
	box-shadow: 0 0 10px #ccc;
	transition: all 0.5s;
}

.indexDiv6 .textDiv:hover img {
	margin-top: -10px;
}

footer {
	background: #3e3e3e;
	padding-top: 70px;
	color: #FFFFFF;
}

.foot_nav {
	float: left;
	margin-left: 145px;
	font-size: 14px;
}

footer .foot_nav:first-child {
	margin-left: 0;
}

.foot_nav li {
	margin-bottom: 10px;
}

footer a {
	color: #fff;
}

.foot_nav li img {
	margin-right: 15px;
}

.link a {
	margin-left: 10px;
}

.banquan {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px #fff solid;
}

.banquan img {
	margin-left: 20px;
}

.fixed {
	position: fixed;
	top: 45%;
	right: 0;
	z-index: 99;
	/* display: none; */
}

.fixed li {
	height: 50px;
	padding-right: 15px;
	padding-left: 18px;
	line-height: 50px;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-radius: 5px 0 0 5px;
	position: relative;
	cursor: pointer;
}

.fixed li:first-child {
	background: #58a81c;
}

.fixed li:last-child {
	background: #004392;
}

.fixed li div {
	position: absolute;
	right: 110%;
	top: 0;
	width: 100px;
	display: none;
	background: #FFFFFF;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0 0 10px #CCCCCC;
}

.fixed li:last-child div {
	padding: 10px 20px;
	width: 150px;
}

.fixed .arrow-right {
	display: block;
	position: absolute;
	right: -5px;
	top: 20px;
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #fff;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.weizhi {
	position: absolute;
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
}

.weizhi a {
	color: #FFFFFF;
}

.company {
	padding-bottom: 20px;
	border-bottom: 1px #c2c2c2 solid;
}

.shuju {
	width: 996px;
	height: 135px;
	background: #004392;
	color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 10px #CCCCCC;
	position: relative;
	z-index: 99;
	margin-top: 55px;
}

.shuju li {
	width: 25%;
	text-align: center;
	float: left;
	padding-top: 15px;
}

.aboutDiv2 .fl,
.aboutDiv2 .fr {
	width: 570px;
	height: 150px;
	box-shadow: 0 0 10px #ccc;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 35px;
}

.aboutDiv2 .flex img {
	margin-right: 30px;
}

.aboutDiv3 {
	padding-top: 70px;
}

.aboutDiv3 .block {
	padding: 40px 28px;
	width: 30%;
	background: #FFFFFF;
	box-shadow: 0 0 10px #CCCCCC;
	border-radius: 10px;
	line-height: 28px;
	float: left;
	transition: all 0.5s;
}

.aboutDiv3 .block p:last-child {
	height: 145px;
	overflow-y: auto;

}

.aboutDiv3 .block:nth-child(2) {
	margin: 0 5%;
}

.aboutDiv3 .block p:last-child::-webkit-scrollbar {
	width: 3px;
	border-radius: 3px;
}

.aboutDiv3 .block p:last-child::-webkit-scrollbar-thumb {
	background-color: #004392;
}

.aboutDiv3 .block p:last-child::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #ededed;
	border-radius: 3px;
}

.aboutDiv3 .block:hover {
	margin-top: -10px;
}

.aboutDiv4 ul {
	margin-left: -25px;
}

.aboutDiv4 ul li {
	width: 223px;
	height: 103px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;

}

.aboutDiv4 ul li img {
	box-shadow: 0 0 10px #CCCCCC;
	transition: all 0.5s;
}

.aboutDiv4 ul li:hover img {
	margin-top: -10px;
}

.aboutDiv5 .textDiv {
	height: 100%;
	text-align: center;
	font-size: ;
}

.aboutDiv5 .textDiv .imgDiv {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90%;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #CCCCCC;
}

.aboutDiv5 .col-lg-3 {
	margin-bottom: 55px;
}

/**********************************************************************新闻***********************************************************************************/
.newsDiv ul li {
	padding: 60px 40px;
	border-bottom: 1px #ccc solid;
	transition: all 0.5s;
}

.newsDiv ul li img {
	width: 32%;
	float: left;
}

.newsDiv ul li p {
	width: 65%;
	float: right;
	line-height: 24px;
	transition: all 0.5s;
}

.newsDiv ul li p span {
	display: block;
}

.newsDiv ul li p span.time {
	width: 100px;
	height: 27px;
	border: 1px #333 solid;
	text-align: center;
	line-height: 27px;
	font-size: 16px;
}

.newsDiv ul li p span.text_title {
	font-size: 1.25rem;
}

.newsDiv ul li p span.text_p {
	font-size: 0.875rem;
	color: #7d7d7d;
	line-height: 1.75rem;
}

.newsDiv ul li p span.more {
	color: #02509b;
	border: 0;
	padding: 0;
	width: 85px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsDiv ul li p span.more:hover {
	background: none;
}

.newsDiv ul li p span.more sub {
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #02509b;
	border-radius: 50%;
	color: #FFFFFF;
	margin-left: 10px;
	font-family: "宋体";
	margin-top: -5px;
}

.newsDiv ul li:hover {
	background: #122b88;
	width: 100%;
}

.newsDiv ul li:hover p {
	color: #FFFFFF;
}

.newsDiv ul li:hover span.f6 {
	color: #FFFFFF;
}

.newsDiv ul li:hover p span.time {
	border: 1px #fff solid;
}

.newsDiv ul li:hover p span.more {
	color: #FFFFFF;
}

.newsDiv ul li:hover p span.more sub {
	background: #FFFFFF;
	color: #122B88;
}

.newsDiv ul li:last-child {
	border: 0;
}


.fenye {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.fenye a {
	display: inline-block;
	padding: 0.3125rem 0.8rem;

	border-radius: 0.1875rem;
	margin-right: 0.3125rem;
}

.fenye a:hover,
.fenye a.now {
	background: #122B88;
	color: #FFFFFF;
}

.bussDiv {
	padding: 175px 0;
	margin-top: -130px;
}

.bussDiv .content .textDiv {
	width: 560px;
	height: 360px;
	line-height: 32px;
}

.bussDiv .content .textDiv .font24 {
	display: flex;
	align-items: center;
}

.bussDiv .content .textDiv .font24 img {
	margin-right: 15px;
}

.bussDiv .content .textDiv p.mt30 {
	height: 280px;
	overflow-y: auto;
}

.bggray {
	background: #f5f5f5;
	padding: 1px 0 1px 0;
	margin-top: -70px;
}

.bussDiv.bggray .content {
	padding: 175px 0 45px 0;
	margin-top: -130px;
}

.caseDiv1 .textDiv {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 375px;
	margin-bottom: 35px;
}

.caseDiv1 .textDiv p:last-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.caseDiv1 .textDiv span {
	display: block;
}

.caseDiv1 .textDiv .jiantou {
	display: block;
	width: 21px;
	height: 11px;
	background: url(../img/jiantou1.png) no-repeat;
	background-size: 100% 100%;
}

.caseDiv1 .textDiv .wenzi {
	background: #f3f3f3;
	padding: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.caseDiv1 .textDiv .wenzi .block {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
}

.caseDiv1 .textDiv .wenzi .hide_p {
	height: 0px;
	overflow: hidden;
	transition: all 0.5s;
}

.caseDiv1 .textDiv:hover .wenzi {
	background: #004392;
	color: #FFFFFF;
}

.caseDiv1 .textDiv:hover .wenzi .block {
	border-bottom: 1px #ffff solid;
}

.caseDiv1 .textDiv:hover .wenzi .f9 {
	color: #FFFFFF;
}

.caseDiv1 .textDiv:hover .jiantou {
	background: url(../img/jiantou2.png) no-repeat;
	background-size: 100% 100%;
}

.caseDiv1 .textDiv:hover .hide_p {
	height: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.serDiv .content {
	position: relative;
}

.serDiv.bggray .content {
	padding-top: 175px;
	margin-top: -130px;
}

.serDiv .content .textDiv {
	width: 880px;
	height: 350px;
	top: 40px;
	position: absolute;
	right: 0;
	background: #FFFFFF;
	padding: 40px 60px;
	box-shadow: 0 0 10px #CCCCCC;
	z-index: 9;
}

.serDiv.bggray .content .textDiv {
	top: 215px;
}

.bussDiv .content .textDiv p.mt30 {
	height: 170px !important;
	overflow: auto;
}

.serDiv2 .content .textDiv {

	left: 0;
}

.contactDiv .content .contact_top {
	padding-bottom: 40px;
	border-bottom: 1px #eeeeee solid;
}

.contactDiv .content .contact_top .fr,
.contactDiv .content .contact_top .fl {
	width: 50%;
}

.contactDiv .content .contact_top .text_name {

	font-weight: bold;
	color: #122b88;
	margin-bottom: 10px;
}

.contactDiv .content .contact_top .dizhi {
	text-align: right;
	width: 70%;
	float: left;
	margin-right: 5%;
}

.contactDiv .content .contact_top .dizhi p {
	font-size: bold;
	font-size: 18px;
	color: #122B88;
	font-weight: bold;
	margin: 5px 0;
}

.contactDiv .content .contact_top img.qrcard {
	width: 22%;
	float: right;
}

.contactDiv .content2 ul {
	display: flex;
	justify-content: space-between;
}

.contactDiv .content2 ul li {
	text-align: center;
	padding: 70px 0;

}

.contactDiv .content2 ul li:first-child {
	margin-left: 0;
}


.contactDiv .content2 ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

.contactDiv .content2 ul li p span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0.625rem;
	word-break: break-all;
	padding: 0 0.625rem;
}

.contactDiv .content2 ul li p {
	font-size: 1.125rem;
	margin-top: 2.1875rem;
}

.mapDiv {
	height: 440px;
}

.inner .shzp .zp_list li .num,
.inner .shzp .zp_list li .place,
.inner .shzp .zp_list li .position,
.inner .shzp .zp_list li .time {
	float: left;
	width: 23%;
	text-align: center;
	padding: 0;
}

.shzp {
	padding: 3vw 0
}

.shzp .zp_list li {
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}

.inner .shzp .zp_list li .num,
.inner .shzp .zp_list li .place,
.inner .shzp .zp_list li .position,
.inner .shzp .zp_list li .time,
.inner .shzp .zp_list li .xinzi {
	float: left;
	width: 18%;
	text-align: center;
	padding: 0;
	background: 0 0
}

.shzp .zp_list li .topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.shzp .zp_list li .topbar .position {
	width: 50%;
	text-align: left;
}


.shzp .zp_list li.active .topbar {
	background-color: #fff;
	color: #333;
	border-bottom: none
}

.shzp .zp_list .topbar {
	box-sizing: border-box;
	font-size: .8rem;
	height: 60px;
	line-height: 60px;
	background: #fff;

	font-size: 18px;
}

.shzp .zp_list .content {
	overflow: hidden;
	background-color: #fff;
	padding: 40px;
	line-height: 28px;
	padding-bottom: 0;
	display: none;
}

.shzp .zp_list .content .item {
	width: 47%;
	line-height: 30px;
}

.shzp .zp_list .content .item h4 {
	font-size: .8rem;
	color: #333;
	font-weight: 400;
	padding: 2vw 0;
	line-height: 1
}

.shzp .zp_list .topbar i {
	display: block;
	width: 20px;
	float: left;
	transform: rotate(0deg);
}

.shzp .zp_list li.active .topbar i {
	transform: rotate(180deg);
}

.emailCon {
	width: 100%;
	padding: 12px 28px;
	background: #004392;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: -40px;
	width: 1200px;
}

.emailCon .flex p {
	margin-right: 80px;
}

.emailCon p img {
	margin-right: 10px;
}

.contactDiv3 {
	margin-top: -70px;
}

.contactDiv3 .content ul li {
	margin-bottom: 25px;
}

.contactDiv3 .content ul li input {
	width: 32%;
	padding: 15px 30px;
	background: #FFFFFF;
	border: 0;
}

.contactDiv3 .content ul li input:nth-child(2) {
	margin: 0 1.5%;
}

.contactDiv3 .content ul li textarea {
	padding: 15px 30px;
	height: 160px;
	resize: none;
	width: 100%;
	background: #FFFFFF;
	border: 0;
}

.contactDiv3 .content ul li.btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contactDiv3 .content ul li.btn button {
	width: 200px;
	height: 40px;
	border: 1px #004392 solid;
	outline: none;
	margin: 0 15px;
	color: #004392;
	cursor: pointer;
	background: none;
}

.contactDiv3 .content ul li.btn button:hover {
	background: #004392;
	color: #FFFFFF;
}

.contactDiv2 {
	margin-top: 50px;
	padding-top: 50px;
}

.contactDiv3 {
	margin-top: 0px;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {


	.wrap,
	.wrap2 {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 15%;
		margin-left: 0;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 35px;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: #fff;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 85px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 85px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		margin-top: 90px;
	}

	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.top {
		height: 35px;
		line-height: 35px;
		font-size: 12px !important;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	.top .wrap {
		font-size: 12px;
	}

	.indexDiv1 .textDiv {
		width: 100%;
		float: none;
	}

	.indexDiv1 .imgDiv {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}

	.indexDiv2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.indexDiv2 ul.tab {
		width: 100%;
		padding: 0;
		height: auto;
		margin-bottom: 30px;
	}

	.indexDiv2 ul.tab li {
		width: 25%;
		font-size: 14px;
		float: left;
		padding: 0;
		text-align: center;
		padding: 10px 0;
		margin-bottom: 0;
	}

	.indexDiv2 ul.tab li.active {
		border-radius: 10px;
	}

	.indexDiv2 #tabCon {
		width: 100%;
		height: auto;
	}

	.indexDiv2 #tabCon .textDiv {
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.indexDiv2 #tabCon .textDiv p.mt40 {
		height: 120px;
	}

	.more {
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}

	.indexDiv4 .textDiv {
		height: auto;
		padding-bottom: 30px;
	}

	.content .swiper-container {
		width: 90%;
	}

	.content .swiper-button-next {
		right: -5%;
	}

	.content .swiper-button-prev {
		left: -5%;
	}

	.indexDiv5 .textDiv {
		margin-bottom: 20px;
	}

	/* .fixed{
		display: none;
	} */
	.fixed li {
		width: 50px;
		padding-left: 15px;
		/* overflow: hidden; */
	}

	.fixed li .wenzi {
		display: none;
	}

	.fixed li:last-child div {
		padding: 10px;
		height: auto;
		text-align: center;
	}

	.fixed li div {
		width: 130px;
		height: 130px;
		right: 120%;
	}

	.fixed li div img {
		width: 100%;
	}

	.foot_nav {
		font-size: 14px;
		width: 50%;
		margin-left: 0;
	}

	footer .foot_nav:nth-child(4) {
		width: 100%;
	}

	.link.font18 {
		font-size: 14px;
	}

	.banquan .fr {
		font-size: 12px;
	}

	.banquan img {
		width: 35px;
	}

	.indexDiv5 {
		padding-bottom: 50px;
	}

	.shuju {
		width: 100%;
		height: auto;
		padding: 20px 0;
		margin-top: 30px;
	}

	.shuju.font18 {
		font-size: 14px;
	}

	.shuju li {
		padding-top: 0;
	}

	.aboutDiv2 .fl,
	.aboutDiv2 .fr {
		width: 100%;
		margin-bottom: 20px;
		height: auto;
		padding: 20px;
		min-height: 120px;
	}

	.aboutDiv3 .block {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.aboutDiv3 .block:nth-child(2) {
		margin: 0;
		margin-bottom: 20px;
	}

	.aboutDiv4 ul li {
		width: 45%;
		height: 80px;
		margin-left: 4%;
	}

	.aboutDiv4 ul {
		margin-left: 0;
	}

	.weizhi {
		padding: 10px 0;
	}

	.newsDiv ul li img {
		width: 100%;
	}

	.newsDiv ul li p {
		width: 100%;
	}

	.newsDiv ul li {
		padding: 20px;
	}

	.newsDiv ul li .textDiv {
		width: 100%;
	}

	.newsDiv ul li p span.time {
		margin-top: 20px;
	}

	.serDiv .content .textDiv {
		position: relative;
		width: 100%;
		background: none;
		height: auto;
		margin-top: 0;
		box-shadow: none;
		padding: 20px 0;
		padding-top: 0;
		height: auto;
	}

	.serDiv {
		margin-bottom: 30px;
	}

	.serDiv .content img.fl {
		float: none;
	}

	.bussDiv .content .textDiv p.mt30 {
		height: auto !important;
	}

	.caseDiv1 .textDiv {
		height: auto;
		border-radius: 10px;
	}

	.caseDiv1 .textDiv .wenzi {
		position: relative;
	}

	.caseDiv1 .textDiv .wenzi .hide_p {
		height: auto;
	}

	.bussDiv .content .textDiv {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.contactDiv .content .contact_top .text_name {
		font-size: 18px;
	}

	.contactDiv .content .contact_top .fr,
	.contactDiv .content .contact_top .fl {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
	}

	.contactDiv .content .contact_top .dizhi {
		text-align: left;
	}

	.contactDiv .content .contact_top {
		padding-bottom: 0;
	}

	.dizhi img {
		width: 35px;
	}

	.contactDiv .content2 ul {
		display: block;
	}

	.contactDiv .content2 ul li {
		width: 100%;
		float: left;
		padding: 20px 0;
	}

	.contactDiv .content2 ul li img {
		width: 35px;
		float: left;
	}

	.contactDiv .content2 ul li p {
		float: right;
		width: 85%;
		margin-top: 0;
		text-align: left;
		font-size: 16px;
	}

	.contactDiv .content2 ul li p span {
		font-size: 14px;
	}

	.mapDiv {
		height: 350px;
	}

	.shzp .zp_list li .topbar {
		font-size: 12px;
	}

	.shzp .zp_list li .place {
		display: none;
	}

	.shzp .zp_list li .time {
		display: none;
	}

	.shzp .zp_list li .topbar .position {
		width: 80%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.shzp .zp_list .content {
		padding: 15px;
	}

	.contactDiv3 .content ul li input {
		width: 100%;
	}

	.contactDiv3 .content ul li input:nth-child(2) {
		margin: 20px 0;
	}

	.indexDiv3 {
		padding: 40px 0;
	}

	.indexDiv3 .popDiv {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

	.indexDiv3 ul {
		position: relative;
		z-index: 9;
	}

	.serDiv.bggray .content .textDiv {
		top: 0;
	}

	/* .popDiv{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		display: none;
		z-index: 99;
	} */
	.bggray {
		margin-top: -120px;
	}

	.contactDiv2 {
		margin-top: 50px;
		padding-top: 50px;
	}

	.contactDiv3 {
		margin-top: 0px;
		padding: 0 10px;
	}

	.emailCon {
		display: block;
		padding: 0 10px;
		width: 110%;
		margin-left: 0;
		margin-left: -5%;
	}

	.emailCon .flex {
		display: block;
		width: 100%;
	}

	.emailCon .flex img {
		width: 20px;
	}

	.emailCon .flex p {
		width: 100%;
		margin: 0;
	}

	.shzp .zp_list .content {
		padding-bottom: 0;
	}

	.contactDiv3 .content ul li.btn {
		margin-bottom: 0;
	}

	.contactDiv3 {
		padding-bottom: 50px;
	}
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 8%;
		margin-left: 0;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 35px;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: #fff;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 85px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 85px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		margin-top: 90px;
	}

	.banner_nei img {
		min-height: 200px;
		object-fit: cover;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.top {
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	.indexDiv1 .textDiv {
		width: 100%;
		float: none;
	}

	.indexDiv1 .imgDiv {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}

	.indexDiv2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.indexDiv2 ul.tab {
		width: 100%;
		padding: 0;
		height: auto;
		margin-bottom: 30px;
	}

	.indexDiv2 ul.tab li {
		width: 25%;
		font-size: 14px;
		float: left;
		padding: 0;
		text-align: center;
		padding: 10px 0;
		margin-bottom: 0;
	}

	.indexDiv2 ul.tab li.active {
		border-radius: 10px;
	}

	.indexDiv2 #tabCon {
		width: 100%;
		height: auto;
	}

	.indexDiv2 #tabCon .fl {
		width: 50%;
		float: left;
	}

	.indexDiv2 #tabCon .textDiv {
		width: 50%;
		height: auto;
		padding: 20px;
	}

	.indexDiv2 #tabCon .textDiv p.mt40 {
		height: 120px;
	}

	.more {
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}

	.indexDiv4 .textDiv {
		height: auto;
		padding-bottom: 30px;
	}

	.content .swiper-container {
		width: 90%;
	}

	.content .swiper-button-next {
		right: -5%;
	}

	.content .swiper-button-prev {
		left: -5%;
	}

	.indexDiv5 .textDiv {
		margin-bottom: 20px;
	}

	/* .fixed{
		display: none;
	} */
	.fixed li {
		width: 50px;
		padding-left: 15px;
		/* overflow: hidden; */
	}

	.foot_nav {
		font-size: 14px;
		width: 50%;
		margin-left: 0;
	}

	footer .foot_nav:nth-child(4) {
		width: 100%;
	}

	.link.font18 {
		font-size: 14px;
	}

	.banquan .fr {
		font-size: 12px;
	}

	.banquan img {
		width: 35px;
	}

	.indexDiv5 {
		padding-bottom: 50px;
	}

	.shuju {
		width: 100%;
		height: auto;
		padding: 20px 0;
		margin-top: 30px;
	}

	.shuju.font18 {
		font-size: 14px;
	}

	.shuju li {
		padding-top: 0;
	}

	.aboutDiv2 .fl,
	.aboutDiv2 .fr {
		width: 100%;
		margin-bottom: 20px;
		height: auto;
		padding: 20px;
		min-height: 120px;
	}

	.aboutDiv3 .block {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.aboutDiv3 .block:nth-child(2) {
		margin: 0;
		margin-bottom: 20px;
	}

	.aboutDiv4 ul li {
		width: 28%;
		height: 80px;
		margin-left: 4%;
	}

	.aboutDiv4 ul {
		margin-left: 0;
	}

	.weizhi {
		padding: 10px 0;
	}

	.newsDiv ul li img {
		width: 30%;
	}

	.newsDiv ul li p {
		width: 65%;
	}

	.newsDiv ul li {
		padding: 20px;
	}

	.newsDiv ul li .textDiv {
		width: 100%;
	}

	.newsDiv ul li p span.time {
		margin-top: 20px;
	}

	.serDiv .content .textDiv {
		position: relative;
		width: 100%;
		background: none;
		height: auto;
		margin-top: 0;
		box-shadow: none;
		padding: 20px 0;
		padding-top: 0;
		height: auto;
	}

	.serDiv {
		margin-bottom: 30px;
	}

	.serDiv .content img.fl {
		float: none;
	}

	.bussDiv .content .textDiv p.mt30 {
		height: auto !important;
	}

	.caseDiv1 .textDiv {
		height: auto;
		border-radius: 10px;
	}

	.caseDiv1 .textDiv .wenzi {
		position: relative;
	}

	/* .caseDiv1 .textDiv .wenzi .hide_p{
		height: auto;
	} */
	.bussDiv .content .textDiv {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.contactDiv .content .contact_top .text_name {
		font-size: 18px;
	}

	.contactDiv .content .contact_top .fr,
	.contactDiv .content .contact_top .fl {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
	}

	.contactDiv .content .contact_top .dizhi {
		text-align: left;
	}

	.contactDiv .content .contact_top {
		padding-bottom: 0;
	}

	.dizhi img {
		width: 35px;
	}

	.contactDiv .content2 ul {
		display: block;
	}

	.contactDiv .content2 ul li {
		width: 100%;
		float: left;
		padding: 20px 0;
	}

	.contactDiv .content2 ul li img {
		width: 35px;
		float: left;
	}

	.contactDiv .content2 ul li p {
		float: right;
		width: 85%;
		margin-top: 0;
		text-align: left;
		font-size: 16px;
	}

	.contactDiv .content2 ul li p span {
		font-size: 14px;
	}

	.mapDiv {
		height: 350px;
	}

	.shzp .zp_list li .topbar {
		font-size: 12px;
	}

	.shzp .zp_list li .place {
		display: none;
	}

	.shzp .zp_list li .time {
		display: none;
	}

	.shzp .zp_list li .topbar .position {
		width: 80%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.shzp .zp_list .content {
		padding: 15px;
	}

	.contactDiv3 .content ul li input {
		width: 100%;
	}

	.contactDiv3 .content ul li input:nth-child(2) {
		margin: 20px 0;
	}

	.bussDiv .content img.fl,
	.bussDiv .content img.fr {
		width: 100%;
	}

	.indexDiv3 {
		padding: 40px 0;
	}

	.indexDiv3 .popDiv {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

	.indexDiv3 ul {
		position: relative;
		z-index: 9;
	}

	.serDiv.bggray .content .textDiv {
		top: 0;
	}

	.contactDiv2 {
		margin-top: 50px;
		padding-top: 50px;
	}

	.emailCon {
		display: block;
		padding: 0 10px;
		margin-left: 0;
		width: 100%;
	}

	.emailCon .flex {
		display: block;
		width: 100%;
	}

	.emailCon .flex img {
		width: 20px;
	}

	.emailCon .flex p {
		width: 100%;
		margin: 0;
	}

	.shzp .zp_list .content {
		padding-bottom: 0;
	}

	.contactDiv3 .content ul li.btn {
		margin-bottom: 0;
	}

	.contactDiv3 {
		padding-bottom: 50px;
	}

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {

	.wrap,
	.wrap2 {
		width: 94%;
	}

	.indexDiv1 .imgDiv {
		width: 50%;
		right: 0;
		top: 20%;
	}

	.indexDiv1 .textDiv {
		width: 45%;
	}

	.indexDiv2 ul.tab {
		width: 20%;
	}

	.indexDiv2 #tabCon {
		width: 78%;
	}

	.aboutDiv2 .fl,
	.aboutDiv2 .fr {
		width: 48%;
	}

	.aboutDiv4 ul li {
		width: 23%;
		height: 103px;
		float: left;
		margin-left: 2%;
		margin-bottom: 20px;
	}

	.serDiv .content .textDiv {
		width: 70%;
	}

	.caseDiv1 .textDiv {
		height: auto;
	}

	.caseDiv1 .textDiv .wenzi {
		position: relative;
	}

	.caseDiv1 .textDiv .wenzi .hide_p {
		height: auto;
	}

	.bussDiv img.fl,
	.bussDiv img.fr {
		width: 48%;
	}

	.bussDiv .content .textDiv {
		width: 50%;
	}

	.bannerIndex img {
		min-height: 260px;
		object-fit: cover;
	}

	.banner_nei img {
		min-height: 220px;
		object-fit: cover;
	}

	.serDiv .content .textDiv {
		top: 0;
		padding: 20px;
		height: auto;
	}

	.serDiv.bggray .content .textDiv {
		top: 0;
	}

	.emailCon {
		width: 110%;
	}

}

@media screen and (min-width:1201px)and (max-width:1600px) {
	.wrap {
		width: 100%;
	}

	.indexDiv1 .textDiv {
		width: 50%;
	}

	.indexDiv1 .imgDiv {
		width: 48%;
		max-height: 748px;
	}

	.indexDiv1 .imgDiv {
		height: 115%;
	}

	.indexDiv1 .imgDiv img {
		height: 100%;
		object-fit: cover;
	}

	.indexDiv1 .content {
		position: relative;
		height: 100%;
	}

	.bannerIndex img {
		min-height: 360px;
		object-fit: cover;
	}

	.banner_nei img {
		min-height: 240px;
		object-fit: cover;
	}


}

@media screen and (min-width:1201px)and (max-width:1280px) {
	.content .swiper-button-prev {
		left: -33px;
	}

	.content .swiper-button-next {
		right: -33px;
	}
}
