@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('../fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 100%;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	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: #1d2088;
}

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



/**导航菜单**/
header {
	width: 100%;
	text-align: center;
	height: 90px;
	position: fixed;
	top: 0;
	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: #1d2088;
	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: #1d2088;
	font-weight: bold;
}

/* 
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: #1d2088;
}

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


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: 1.375rem auto;
}

.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: #d7d7f0;
	-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: 15px;
	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: #d7d7f0;
}

/*.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: 15px 0;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	color: #1d2088;
	border: 0;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.bannerIndex,
.banner_nei {
	margin-top: 90px;
}

.bannerIndex .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 0.7;
}

.bannerIndex .swiper-button-white {
	opacity: 0.5;
	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: 8px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0.8;
}

.bannerIndex img {
	min-height: 220px;
	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;
}

.search {
	width: 500px;
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
}

.search input {
	width: 100%;
	height: 58px;
	border: 1px #c7c7c7 solid;
	border-radius: 5px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 60px;
}

.search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 58px;
	background: none;
	border: 0;
	width: 58px;
}

.title {
	color: #1d2088;
}

.title span {
	font-family: "宋体";
}

.title a {
	color: #999;
}

.title a:hover {
	color: #1d2088;
}

.indexDiv1 .content {
	width: 560px;
	line-height: 30px;
	float: left;
}

.more {
	display: block;
	color: #999;
}

.more::after {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	background-image: linear-gradient(to right, #202086, #b91727);
	/* background: #202086; */
	margin-top: 5px;
}

.indexDiv2 .content {
	background: url(../img/index_bg1.png) no-repeat center center;
	padding-top: 60px;
	padding-bottom: 50px;
}

.indexDiv2 .textDiv {
	width: 380px;
	height: 330px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 5px #ccc;
}

.indexDiv2 .textDiv .wenzi {
	background: rgba(29, 32, 136, 0.8);
	position: absolute;
	bottom: -270px;
	width: 380px;
	height: 330px;
	padding: 20px 30px;
	transition: all 0.5s;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 14px;

}

.indexDiv2 .textDiv:hover .wenzi {
	padding: 40px 30px;
	height: 100%;
	bottom: 0;
}

.indexDiv2 .textDiv:hover .wenzi p.font18 {
	font-size: 20px;
	font-weight: bold;
}

p.more_p {
	width: 120px;
	height: 36px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 36px;
	margin: 0 auto;
	border: 1px #fff solid;
	border-radius: 5px;
	text-align: center;
	margin-top: 30px;
}

.indexDiv2 .textDiv .text {
	height: 120px;
	display: block;
	overflow: hidden;
}

.indexDiv3 {
	background: url(../img/index8.jpg) no-repeat center center;
	height: 420px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexDiv3 a {
	width: 120px;
	height: 36px;
	color: #FFFFFF;
	line-height: 36px;
	border: 1px #fff solid;
	border-radius: 5px;
	text-align: center;
	margin-top: 30px;
	display: block;
}

.indexDiv3 a:hover {
	background: #FFFFFF;
	color: #1d2088;
}

.contactList {
	margin-top: 35px;
	padding-top: 50px;
	border-top: 1px #ccc solid;
}

.contactList li {
	width: 33.33%;
	float: left;
}

.contactList li img {
	float: left;
	margin-right: 20px;
}

.contactList li b {
	display: block;
	margin: 5px 0 0 0;
}

.contactList li span {
	font-size: 14px;
}

footer {
	background: #202130;
}



.footer_top {
	min-height: 15rem;
	background: url(../img/foot_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}

.footer_top ul {
	float: left;
}

.footer_top ul li,
.footer_top ul li a {
	color: #ccc;
	font-size: 14px;
	line-height: 24px;
}

.footer_top ul li:nth-child(1),
.footer_top ul li:nth-child(1) a {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.nav_b {
	margin-left: 130px;
}

.nav_b2 {
	margin: 0 70px;
}

.contact_b {
	width: 280px;
}

.foot_bott {
	font-size: 12px !important;
	color: #cccccc;
	padding: 20px 0;
	border-top: 1px #333 solid;
}

.foot_bott .wrap {
	font-size: 12px;
}

.aboutDiv1 .content {
	width: 670px;
	line-height: 26px;
}

.aboutDiv2 {
	background: url(../img/about_bg.png) no-repeat center center;
	padding-top: 80px;
	padding-bottom: 150px;
	background-size: cover;
}

.leftDiv {
	width: 590px;
	float: left;
}

.leftDiv .fl,
.leftDiv .fr {
	width: 285px;
}

.aboutDiv2 .content span {
	position: absolute;
	width: 180px;
	left: 20px;
	bottom: 15px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}

.aboutDiv2 .content .relative {
	transition: all 0.5s;
}

.aboutDiv2 .content .relative:hover {
	box-shadow: 0 0 10px #999;
}

.rtDiv {
	width: 590px;
	float: right;
}

.navLeft {
	width: 280px;
	float: left;
}

.navTitle {
	background: #1d2088;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	padding: 22px 0;
}

.accordion {
	width: 100%;
	max-width: 360px;
	/* margin: 30px auto 20px; */
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 20px;
	color: #4D4D4D;
	margin-bottom: 2px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #f1f1f1;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 14px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #1d2088;
	background: #e8e8f3;
}

.accordion li.open i {
	color: #1d2088;
}

.accordion li.open i.icon-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.selutionsDiv .frDiv {
	width: 880px;
	float: right;
}

.selutionsDiv .frDiv .textDiv {
	padding: 12px;
	background: #f7f7f7;
	text-align: center;
	padding-bottom: 20px;
	margin: 0 -5px;
	margin-bottom: 20px;
	transition: all 0.5s;
}

.selutionsDiv .frDiv .textDiv:hover {
	box-shadow: 0 0 10px #CCCCCC;
}

.selutionsDiv .frDiv .textDiv p.mt10 {
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

ul.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 80px;
}

ul.pagination li {

	border-radius: 2px;
	box-shadow: none;

	margin: 0 3px;
	font-size: 14px;
	color: #333;
}

ul.pagination li a {
	color: #333;
	display: block;
	padding: 3px 10px;
	border: 1px #ccc solid;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #1d2088;
	border-color: #1d2088;
}

ul.pagination li:hover a,
ul.pagination li.active a {
	color: #FFFFFF;
	background-color: #1d2088;
	border-color: #1d2088;
}

/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	/* background: #444359; */
	font-size: 14px;
}

.submenu li {
	border-bottom: 1px solid #eee;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	color: #1d2088;
}

.position {
	padding: 15px 0;
	font-size: 14px;
	background: #f4f4f4;
}

.position img {
	margin-top: 3px;
	margin-right: 10px;
}

.pro_xq {
	width: 600px;
	float: left;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

#thumbs .swiper-slide {
	width: 15%;
	height: 100%;
	opacity: 1;
}


#gallery .swiper-slide img {
	border: 1px #ccc solid;
	width: 600px;
	height: 360px;
}

#gallery .swiper-button-white {
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 20%;
	border-radius: 50%;
	width: 48px;
	height: 48px;
}

#thumbs .swiper-slide img {
	border: 1px #ccc solid;
	height: 74px;
	width: 92px;
}

#thumbs .swiper-slide.swiper-slide-thumb-active img {
	border: 2px #1d2088 solid;
}

.selutions_xqDiv .content {
	width: 100%;
	border: 1px #ccc solid;
}
.selutions_xqDiv .content img{
	width: 48%;
}

.flex_p {
	display: flex;
	line-height: 26px;
	font-size: 14px;
}

.title_p {
	height: 55px;
	background: #f9f9f9;
	padding: 0 20px;
	font-weight: bold;
	line-height: 55px;
	border-bottom: 1px #ccc solid;
}

.title_p p::after {
	content: "";
	height: 3px;
	background: #1d2088;
	bottom: 0;
	position: absolute;
	display: block;
	width: 100%;
}

.selutions_xqDiv .textDiv {
	border: 1px #ccc solid;
	margin-bottom: 60px;
}

.selutions_xqDiv .textDiv .wenzi {
	padding: 20px;
	min-height: 500px;

}

.contactDiv .title {
	padding-bottom: 20px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 30px;
}

.flexDiv {
	display: flex;
}

.flexDiv p {
	margin-bottom: 10px;
}

.con1,
.con2 {
	width: 100%;
	line-height:30px
}

.con3 {
	width: 20%;
}

.con1 span {
	display: inline-block;
	/* width: 50px; */
	font-weight: bold;
}

.con2 p span {
	display: inline-block;
	width: 90px;
	font-weight: bold;
}

.mapDiv {
	height: 400px;
}

.formCon {
	font-size: 14px;
	/* margin-bottom: 80px; */
}

.formCon label {
	margin-bottom: 10px;
	font-weight: normal;
}

.formCon label span {
	color: #c00;
}

.formCon .form-control {
	background: #fbfbfb;
	outline: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formCon input,
.formCon select {
	font-size: 14px;
	height: 50px;
}

.formCon textarea {
	font-size: 14px;
	height: 160px;
	resize: none;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
	box-shadow: 0 0 0.3125rem #1d2088;
}

.formCon button {
	/* width: 7.5rem; */
	height: 2.5rem;
	text-align: center;
	background: #1d2088;
	color: #FFFFFF;
}

.form_fl {
	width: 48%;
}

.xiangqingDiv .content {
	width: 80;
	margin: 0 auto;
}

.xiangqingDiv .content p.xq_title {

	text-align: center;
	padding-bottom: 24px;
	border-bottom: 1px #eee solid;
}

.xiangqingDiv .content p.xq_time {
	font-size: 14px;
	color: #666;
	margin-top: 14px;
	margin-bottom: 60px;
}

.xiangqingDiv .content p.xq_time span.fl {
	margin-right: 30px;
}

.xiangqingDiv .content p.xq_time span img {
	margin-right: 8px;
	float: left;
	margin-top: 5px;
}

.xiangqingDiv .content .textDiv {
	line-height: 30px;
}

.xiangqingDiv .content .textDiv .imgDiv {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.xiangqingDiv .content .textDiv .imgDiv img {
	width: auto;
}

.xiangqingDiv .content .link_p {
	color: #999;
	font-size: 14px;
	padding-top: 24px;
	margin-top: 50px;
	border-top: 1px #ccc solid;
}

.xiangqingDiv .content .link_p p {
	margin: 10px 0;
}

.zhaopinDiv {
	line-height: 28px;
}

.zhaopinDiv .accordion {
	width: 100% !important;
	max-width: 100%;
}

.sub_p {
	padding: 0;
}

.zhaopinDiv .accordion {
	border-top: 1px #ccc solid;
}

.zhaopinDiv .accordion .link {
	background: none;
	border-bottom: 1px #ccc solid;
	margin-bottom: 0;
	padding: 20px 0;
	font-weight: bold;
	color: #000;
}

.zhaopinDiv .accordion li.open .link {
	background: no-repeat;
}

.zhaopinDiv .accordion li:last-child .link {
	border-bottom: 1px #ccc solid;
}

.zhaopinDiv .accordion li i {
	top: 24px;
}

.email span {
	display: inline-block;
	width: 280px;
	height: 36px;
	border-radius: 2px;
	border: 1px #eee solid;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	color: #1d2088;
	margin-right: 20px;
	margin-top: 20px;
}

.zhaopinDiv .textDiv {
	display: flex;
	padding: 15px;
	border: 1px #eee solid;
	margin-bottom: 30px;
	justify-content: space-between;
}

.zhaopinDiv .textDiv img {
	width: 72px;
	height: 72px;
	margin-right: 15px;
}

.zhaopinDiv .textDiv .text {
	width: 320px;
	text-align: left;
	margin-top: 10px;
	color: #999;
	font-size: 14px;
}

.zhaopinDiv .textDiv .text p {
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}

.zhaopinDiv .textDiv .fr {
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin-top: 10px;
}

.zhaopinDiv .textDiv .fr .font18 {
	color: #f12626;
	margin-bottom: 5px;
}

.zhaopinDiv .accordion li.open .link {
	border-bottom: 0;
}

.zhaopinDiv .accordion li.open .link::after {
	width: 70px;
	content: "";
	display: block;
	height: 3px;
	background: #1d2088;
	margin-top: 10px;
}

.img {
	width: 610px;
}

.img2 {
	width: 480px;
}
.fixedDiv{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.popDiv{
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	z-index: 9999;
	background: #FFFFFF;
	width: 50%;
	padding: 40px 50px;
	border-radius: 10px;
	display: none;
}



/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {


	.wrap {
		width: 96%;
		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: 50%;
		margin-left: 0;
		margin-top: 1px;
	}

	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: 0;
		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: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		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;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
	}

	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: 50px;
	}

	.banner_nei img {
		min-height: 120px;
		object-fit: cover;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.search {
		width: 100%;
		margin-top: 20px;
	}

	.search input {
		height: 40px;
	}

	.search button {
		height: 40px;
	}

	.indexDiv1 .content {
		margin-bottom: 20px;
	}

	.indexDiv2 .textDiv {
		width: 100%;
		height: auto;
	}

	.indexDiv2 .textDiv .wenzi {
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		bottom: 0;
		width: 100%;
		padding: 0;
		font-size: 14px !important;
	}

	.indexDiv2 .textDiv .wenzi .font18 {
		font-size: 14px;
	}

	.indexDiv2 .textDiv:hover .wenzi {
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		bottom: 0;
		width: 100%;
		padding: 0;
		font-weight: normal;
	}

	.indexDiv2 .content {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.indexDiv3 {
		height: 240px;
	}

	.contactList li {
		width: 100%;
		margin-bottom: 30px;
	}

	.contactList {
		margin-top: 20px;
		padding-top: 30px;
	}

	ul.contact_b {
		width: 100%;
	}

	.footer_top .fw.fr {
		width: 100%;
		margin-top: 20px;
	}

	.footer_top {
		padding: 35px 0;
	}

	header .rightDiv .menu>ul>li:last-child {
		padding-left: 20px;
	}

	header .rightDiv .menu>ul>li:last-child>a {
		padding: 0 5px;
	}

	.aboutDiv1 .content {
		width: 100%;
		margin-bottom: 30px;
	}

	.leftDiv {
		width: 100%;
	}

	.leftDiv .fl,
	.leftDiv .fr,
	.rtDiv,
	.rtDiv .fl,
	.rtDiv .fr {
		width: 100%;
	}

	.leftDiv .fl img,
	.leftDiv .fr img {
		height: 120px;
		object-fit: cover;
		width: 100%;
		margin-bottom: 20px;
	}

	.leftDiv .mt20,
	.rtDiv .mt20 {
		margin-top: 0;
	}

	.aboutDiv2 .content span {
		bottom: 30px;
	}

	.rtDiv img {
		width: 100%;
		height: 120px;
		object-fit: cover;
		margin-bottom: 20px;
	}

	.aboutDiv2 {
		padding: 30px 0;
	}

	.navLeft {
		width: 100%;
		margin-bottom: 20px;
	}

	.selutionsDiv .frDiv {
		width: 100%;
	}

	.selutionsDiv .frDiv .textDiv {
		margin: 0;
		margin-bottom: 20px;
	}

	.pro_xq {
		width: 100%;
	}

	#gallery .swiper-slide img {
		width: 100%;
		height: auto;
	}

	#thumbs .swiper-slide img {
		height: auto;
		min-height: 50px;
	}

	.selutions_xqDiv .content {
		width: 100%;
		margin-top: 50px;
	}

	#gallery .swiper-button-white {
		width: 30px;
		height: 30px;
	}

	.flexDiv {
		display: block;
	}

	.con1,
	.con2,
	.con3 {
		width: 100%;
		margin-bottom: 20px;
	}

	.mapDiv {
		height: 400px;
	}

	.form_fl,
	.form_fr {
		width: 100%;
	}

	.zhaopinDiv .textDiv {
		padding: 10px;
		margin-bottom: 20px;
	}

	.zhaopinDiv .textDiv .text {
		width: auto;
		font-size: 12px;
		margin-right: 10px;
	}

	.img {
		width: 100%;
	}

	.img2 {
		width: 100%;
	}
	header .rightDiv .menu>ul>li:last-child a{
		width: auto;
		float: left;
		display: block;
	}
	.popDiv{
		width: 90%;
		padding: 20px;
	}
	.form-group{
		margin-bottom: 10px;
	}
	.formCon input, .formCon select{
		height: 38px;
	}
	.formCon button{
		height: 38px;
	}

}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap {
		width: 96%;
		margin: 0 auto;
		font-size: 14px;
	}

	.wrap2 {
		width: 96%;
	}

	.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: 25%;
		margin-left: 0;
		margin-top: 3px;
	}

	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: 0;
		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: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		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;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
	}

	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: 50px;
	}

	.banner_nei img {
		min-height: 120px;
		object-fit: cover;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.search {
		width: 100%;
		margin-top: 20px;
	}

	.search input {
		height: 40px;
	}

	.search button {
		height: 40px;
	}

	.indexDiv1 .content {
		margin-bottom: 20px;
	}

	.indexDiv2 .textDiv {
		width: 100%;
		height: auto;
	}

	.indexDiv2 .textDiv .wenzi {
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		bottom: 0;
		width: 100%;
		padding: 0;
		font-size: 14px !important;
	}

	.indexDiv2 .textDiv .wenzi .font18 {
		font-size: 14px;
	}

	.indexDiv2 .textDiv:hover .wenzi {
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		bottom: 0;
		width: 100%;
		padding: 0;
		font-weight: normal;
	}

	.indexDiv2 .content {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.indexDiv3 {
		height: 240px;
	}

	.contactList li {
		width: 100%;
		margin-bottom: 30px;
	}

	.contactList {
		margin-top: 20px;
		padding-top: 30px;
	}

	ul.contact_b {
		width: 100%;
	}

	.footer_top .fw.fr {
		width: 100%;
		margin-top: 20px;
	}

	.footer_top {
		padding: 35px 0;
	}

	header .rightDiv .menu>ul>li:last-child {
		padding-left: 20px;
	}

	header .rightDiv .menu>ul>li:last-child>a {
		padding: 0 5px;
	}

	.aboutDiv1 .content {
		width: 100%;
		margin-bottom: 30px;
	}

	.leftDiv {
		width: 100%;
	}

	.leftDiv .fl,
	.leftDiv .fr,
	.rtDiv,
	.rtDiv .fl,
	.rtDiv .fr {
		width: 100%;
	}

	.leftDiv .fl img,
	.leftDiv .fr img {
		height: 120px;
		object-fit: cover;
		width: 100%;
		margin-bottom: 20px;
	}

	.leftDiv .mt20,
	.rtDiv .mt20 {
		margin-top: 0;
	}

	.aboutDiv2 .content span {
		bottom: 30px;
	}

	.rtDiv img {
		width: 100%;
		height: 120px;
		object-fit: cover;
		margin-bottom: 20px;
	}

	.aboutDiv2 {
		padding: 30px 0;
	}

	.navLeft {
		width: 100%;
		margin-bottom: 20px;
	}

	.selutionsDiv .frDiv {
		width: 100%;
	}

	.selutionsDiv .frDiv .textDiv {
		margin: 0;
		margin-bottom: 20px;
	}

	.pro_xq {
		width: 100%;
	}

	#gallery .swiper-slide img {
		width: 100%;
		height: auto;
	}

	#thumbs .swiper-slide img {
		height: auto;
		min-height: 80px;
	}

	.selutions_xqDiv .content {
		width: 100%;
		margin-top: 50px;
	}

	#gallery .swiper-button-white {
		width: 40px;
		height: 40px;
	}

	.flexDiv {
		display: block;
	}

	.con1,
	.con2,
	.con3 {
		width: 100%;
		margin-bottom: 20px;
	}

	.mapDiv {
		height: 400px;
	}

	.form_fl,
	.form_fr {
		width: 100%;
	}

	.zhaopinDiv .textDiv {
		padding: 10px;
		margin-bottom: 20px;
	}

	.zhaopinDiv .textDiv .text {
		width: 70%;
		font-size: 12px;
		margin-right: 10px;
	}

	.accordion {
		max-width: 100%;
	}

	.img {
		width: 100%;
	}

	.img2 {
		width: 100%;
	}
	header .rightDiv .menu>ul>li:last-child a{
		width: auto;
		float: left;
		display: block;
	}



}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {

	.wrap,
	.wrap2 {
		width: 94%;
	}

	header .rightDiv .menu>ul>li {
		float: left;
		position: relative;
		padding: 0 20px;

	}

	.logo {
		width: 30%;
	}

	.indexDiv1 .content,
	.aboutDiv1 .content {
		width: 48%;
		margin-bottom: 20px;
	}

	.indexDiv2 .textDiv {
		width: auto;
		height: auto;
	}

	.indexDiv2 .textDiv .wenzi {
		width: 100%;

	}

	.leftDiv {
		width: 100%;
	}

	.leftDiv .fl,
	.leftDiv .fr,
	.rtDiv,
	.rtDiv .fl,
	.rtDiv .fr {
		width: 100%;
	}

	.leftDiv .fl img,
	.leftDiv .fr img {
		height: 220px;
		object-fit: cover;
		width: 100%;
		margin-bottom: 20px;
	}

	.leftDiv .mt20,
	.rtDiv .mt20 {
		margin-top: 0;
	}

	.aboutDiv2 .content span {
		bottom: 50px;
	}

	.rtDiv img {
		height: 220px;
		object-fit: cover;
		width: 100%;
		margin-bottom: 20px;
	}

	.navLeft {
		width: 25%;
	}

	.selutionsDiv .frDiv {
		width: 73%;
	}

	.nav_b {
		margin-left: 40px;
		display: none;
	}

	.img,
	.img2 {
		width: 48%;
	}


}

@media screen and (min-width:1201px)and (max-width:1600px) {
	.wrap {
		width: 100%;
	}

	.bannerIndex img {
		min-height: 500px;
	}


}



/* 后台添加样式 */
/* 页面头部 language */
.menu ul li.language>p {
	height: 90px;
	display: block;
	text-align: center;
	color: #999;
	position: relative;
	font-size: 16px;
	line-height: 90px;
}
.menu ul li.language>p>a {
	color: inherit;
	display: inline-block;
}
.menu ul li.language>p>a.now {
	color: #333;
	font-weight: bold;
}
@media screen and (max-width: 992px) {
	header .rightDiv .menu>ul>li.language a {
		display: inline-block;
		float: none;
		padding: 0 5px;
	}
}
/* 首页 关于安驱 */
.indexDiv1 .content .textDiv.plus {
	max-height: 240px;
	overflow: hidden;
}
/* 位置 */
.position .wrap .text.plus a {
	color: inherit;
}
/* 默认 */
.displayBlock {
	display: block;
}
.displayNone {
	display: none;
}
/* 产品列表 */
.submenu a.now {
	color: #1d2088;
}
/* 留言 */
#contactForm .error {
	position: relative;
	color: red;
	padding: 0 10px;
	font-size: 12px;
}
#submitSuccess, #submitRepeat {
	position: absolute;
	min-width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	color: #237E29;
	border: 1px solid #A6DFA6;
	background: #EEF9EE;
	top: calc(45% - 20px);
	left: calc(50% - 100px);
	padding: 0 10px;
	display: none;
}
#submitSuccess img, #submitRepeat img {
	width: 40px;
	line-height: 60px;
	margin-right: 10px;
}
#submitRepeat {
	min-width: 240px;
	left: calc(50% - 120px);
	background: #FFFDD7;
	color: red;
	border: 1px solid #FF0000;
}
/* 列表页分页 */
.xiaocms-page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 80px;
}
.xiaocms-page>a, .xiaocms-page>span {
	display: block;
	border-radius: 2px;
	box-shadow: none;
	margin: 0 3px;
	font-size: 14px;
	color: #333333;
	padding: 3px 10px;
	border: 1px solid #cccccc;
}
.xiaocms-page>span, .xiaocms-page>a:hover {
	color: #ffffff;
	background-color: #1d2088;
	border-color: #1d2088;
}
/* 招贤纳士 团队 */
.red {
	color: #f12626;
}
.foot_bott a {
	color: inherit;
}