@charset "UTF-8";

html,
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1;
}

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

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

.wrap2 {
	width: 90%;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

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

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #005e45;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover;
}

.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%;
	background: #FFFFFF;
	transition: all 0.5s;
	box-shadow: 0 0 5px #ECEDEE;
	/*overflow: hidden;*/
	z-index: 9999;
}

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: 25px;
	display: block;
}

header .logo img {
	max-height: 100%;
}

header.on-fixed .rightDiv {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9991;
	margin-top: 0;
	box-shadow: 0 0 5px #ccc;
}


/* header.on-fixed .rightDiv .menu>ul>li>a {
	color: #000;
} */

header .rightDiv {
	width: 100%;
	height: 50px;
	background-color: #fff;
	transition: all 0.5s;
	border-top: 2px #f5f5f5 solid;
}

header .rightDiv .menu {
	height: 50px;
}

header .rightDiv .menu>ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .rightDiv .menu>ul>li {
	position: relative;
	padding: 0 32px;
}


header .rightDiv .menu>ul>li>a {
	height: 52px;
	width: 100%;
	text-align: center;
	color: #333;
	position: relative;
	font-size: 16px;
	line-height: 50px;
	padding: 0 10px;
}



header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #104692;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	position: absolute;
	transition: all 0.5s;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
}


header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #104692;
}



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: #104692;
}

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

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: #ff6637;
	-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.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {
	width: 100%;
	position: absolute;
	top: 50px;
	padding: 10px 0;
	min-width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease 0s;
	background: #fff;
	box-shadow: 0px 0px 21px 0px rgba(56, 67, 83, 0.16);
}

.menu ul li:hover>ul {
	top: 50px;
	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: #105098;
	color: #fff;
}

.menu ul ul li:hover a,
.menu ul ul li:hover span {
	color: #fff;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/


.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 10px;
	-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: 14px;
	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 15px;
	text-align: center;
}

.menu ul ul li>a span {
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.3)
}

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

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

.topDiv {
	height: 32px;
	line-height: 32px;
	background: #f0f0f0;
	width: 100%;
}


.bannerIndex .swiper-pagination-bullet {
	width: 24px;
	height: 6px;
	background: #fff;
	opacity: 0.6;
	border-radius: 0;
	transition: all 0.5s;
}

.bannerIndex .swiper-pagination {
	bottom: 30px;
}

.bannerIndex .swiper-button-white {
	opacity: 0.6;
	background-size: 70%;
	z-index: 99;
}


.bannerIndex .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.bannerIndex img {
	/* height: 620px; */
	object-fit: cover;
}

.bannerIndex .swiper-button-white {
	width: 40px;
	height: 52px;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: 30%;
}


.bannerIndex .wenzi {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}

.bannerIndex .wenzi .wrap {
	padding: 20px 0;
}


.bannerIndex,
.banner_nei {}


.qrCard {}

.qrCard img {
	width: 80px;
	height: 80px;
	margin-left: 10px;
}

.qrCard {
	margin-top: 15px;
	margin-left: 20px;
}

.pc_sear form {
	width: 200px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #acacac;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 37px;
	margin-left: 45px;
}

.pc_sear form input {
	width: calc(100% - 35px);
	border: 0;
	padding: 0 8px;
	border-right: 1px #acacac solid;
	height: 20px;
}

.pc_sear form button {
	border: 0;
	background: none;
}


footer {
	background-color: #14539a;
	padding-top: 74px;
	border-top: 1px #fff solid;
}

footer .wrap>.flex2 {
	align-items: flex-start;
}

.ewm_bott {
	color: #e5e5e5;
}

.ewm_bott img {
	width: 143px;
}

.ewm_bott>div:first-child {
	margin-right: 22px;
}

.bt_bottt {
	min-width: 80px;
	padding-bottom: 10px;
	border-bottom: 1px #fff dashed;
	color: #fff;
	margin-bottom: 10px;
}

.yqLink ul li a {
	color: #fff;
	display: block;
	padding: 8px 0;
}

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

.lianxi ul li {
	padding: 8px 0;
	color: #fff;
}

.banquan {
	padding: 18px 0;
	border-top: 1px #d7d7d7 solid;
}

.banquan a {
	color: #fff;
}


.indexDiv1 {
	padding: 186px 0 213px;
	background: url(../img/index_bg1.jpg) no-repeat center center;
	background-size: cover;
}

.iconDiv {
	width: 110px;
	height: 110px;
	background-color: #c9e2db;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.indexDiv1 .textDiv .iconDiv img {
	transition: all 0.5s;
}

.indexDiv1 .textDiv:hover .iconDiv img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.hxjsDiv .biaoti {
	height: 50px;
	line-height: 26px;
}

.hxjsDiv .col-lg-3 {
	padding: 0 50px;
}

.hxjsDiv .row {
	margin: 0 -50px;
}

.hyfwDiv {
	margin-top: 200px;
}

.hyfwDiv ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.hyfwDiv ul li {
	width: 33.333333%;
	height: 200px;
	box-shadow: 0px 5px 10px 0px rgba(20, 83, 154, 0.2);
}

.hyfwDiv ul li a {
	display: block;
	width: 100%;
	height: 100%;

}

.hyfwDiv ul li a .textDiv {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}

.hyfwDiv ul li a .textDiv img {
	margin-right: 20px;
}

.hyfwDiv ul li:hover a .textDiv {
	transform: scale(1.3);
}

.hyfwDiv ul li:nth-child(odd) a {
	background-color: rgba(0, 94, 69, .5);
}

.hyfwDiv ul li:nth-child(even) a {
	background-color: rgba(45, 153, 124, 1);
}


.indexDiv2 {
	padding: 130px 0 95px;
	background: url(../img/index_bg2.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv2 .textDiv {
	border-radius: 5px;
	overflow: hidden;
}

.indexDiv2 .textDiv .wenzi {
	text-align: center;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
}

.indexDiv2 .textDiv .wenzi .more_p {
	display: none;
	color: #fff;
	width: 60px;
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px #fff solid;
}

.indexDiv2 .textDiv:hover .wenzi {
	height: 100%;
	padding-top: 45%;
}

.indexDiv2 .textDiv:hover .wenzi .more_p {
	display: block;

}

.indexDiv2 .swiper-button-next {
	right: -50px;
}

.indexDiv2 .swiper-button-prev {
	left: -50px;
}

.indexDiv3 {
	padding: 120px 0;
}

.indexDiv3 .textDiv {
	padding: 40px 20px;
	position: relative;
}

.indexDiv3 .textDiv .biaoti {
	padding-bottom: 20px;
	border-bottom: 1px #e1e1e1 solid;
	margin-bottom: 20px;
}

.indexDiv3 .textDiv .biaoti p:first-child {
	width: calc(100% - 100px);
}

.indexDiv3 .row {
	margin: 0 -30px;
}

.indexDiv3 .col-lg-6 {
	padding: 0 30px;
	margin-bottom: 30px;
}

.indexDiv3 .textDiv::before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-left: 1px #2d997c solid;
	border-top: 1px #2d997c solid;
	transition: all 0.5s;
}

.indexDiv3 .textDiv::after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-right: 1px #2d997c solid;
	border-bottom: 1px #2d997c solid;
	transition: all 0.5s;
}

.indexDiv3 .textDiv:hover::before {
	width: 100%;
	height: 100%;
}

.indexDiv3 .textDiv:hover::after {
	width: 100%;
	height: 100%;
}

a.more_a {
	width: 151px;
	height: 41px;
	border-radius: 20px;
	border: solid 1px #005e45;
	color: #005e45;
	margin: 0 auto;
	margin-top: 40px;
}

a.more_a:hover {
	background: #005e45;
	color: #fff;
}

.indexDiv4 {
	padding: 130px 0 95px;
	background: url(../img/index_bg3.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv4 .swiper-container {
	padding-bottom: 65px;
}

.indexDiv4 .swiper-pagination {
	bottom: 0;
}

.indexDiv4 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 5px;
	opacity: 1;
}

.indexDiv4 .swiper-pagination-bullet-active {
	width: 30px;
}

.banner_nei>img {
	height: 400px;
	object-fit: cover;
	width: 100%;
}

.banner_nei .wenzi {
	width: 100%;
	left: 0;
	bottom: 125px;
}

.weizhi {
	padding: 30px 0;
	display: flex;
	align-items: center;
}

.weizhi img {
	width: 19px;
	height: 17px;
	margin-right: 5px;
	margin-top: -3px;
}

.weizhi a {
	color: #999;
}

.navFl {
	width: 230px;
}

.navFl ul li a {
	display: block;
	padding: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
}

.navFl ul li a:hover,
.navFl ul li a.now {
	background-color: #14539a;
	color: #fff;
}


.mainFrDiv {
	width: calc(100% - 280px);
}

.nr_js {
	padding: 30px 35px;
	border: solid 1px #d7d7d7;
}


.saasDiv .textDiv {
	padding: 60px 30px;
	border: solid 1px #d7d7d7;
	padding-right: 50px;
	transition: all 0.5s;
	background: #fff;
}

.saasDiv .col-lg-6 {
	margin-bottom: 30px;
}

.saasDiv .textDiv .s_icon {
	width: 102px;
	height: 102px;
	border: dashed 1px #d7d7d7;
	border-radius: 50%;
	margin-right: 25px;
}

.saasDiv .textDiv .wenzi {
	width: calc(100% - 127px);
}

.saasDiv .textDiv:hover {
	background: linear-gradient(45deg,
			#14539a 0%,
			#5092dd 100%),
		linear-gradient(#14539a,
			#14539a);
}

.saasDiv .textDiv:hover .wenzi .f3,
.saasDiv .textDiv:hover .f9 {
	color: #fff;
}

.saasDiv .textDiv:hover .s_icon img {
	filter: grayscale(200) brightness(200);
}

.mainDiv {
	min-height: 700px;
	padding-bottom: 120px;
}

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

.xiaoshouDiv .content .txt span {
	background: #14539a;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

.newsDiv .col-lg-6 {
	padding: 0 20px;
}

.newsDiv .row {
	margin: 0 -20px;
}

.newsDiv .textDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
	border-bottom: 1px #e1e1e1 solid;
}

.newsDiv .textDiv .imgDiv {
	width: 170px;
	height: 170px;
	background-color: #ffe96e;
}

.newsDiv .textDiv .wenzi {
	width: calc(100% - 185px);
}


.fenye {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fenye a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	padding: 0 10px;
	height: 32px;
	background-color: #eeeeee;
	border-radius: 2px;
	margin: 0 5px;
}

.fenye a.last_a {
	width: 100px;
}

.fenye a:hover,
.fenye a.page-num-current {
	background: #14539a;
	color: #fff;
}

.serviceDiv .navFl ul li a {
	text-align: left;
	padding-left: 50px;
}

.serviceDiv .navFl ul li a.now img,
.serviceDiv .navFl ul li a:hover img {
	filter: grayscale(200) brightness(200);
}

.serviceDiv .navFl ul li a img {
	margin-right: 10px;
}

.serviceDiv .more_btn {
	width: 22px;
	height: 22px;
	background-color: #999999;
	display: flex;
	align-items: center;
	padding-bottom: 2px;
	padding-left: 7px;
	border-radius: 50%;
}

.serviceDiv .textDiv {
	border: solid 1px #d7d7d7;
	position: relative;
}

.serviceDiv .textDiv .imgDiv {
	width: 160px;
}

.serviceDiv .textDiv .wenzi {
	width: calc(100% - 190px);
}

.serviceDiv .col-lg-6 {
	margin-bottom: 30px;
}

.serviceDiv .textDiv:hover .more_btn {
	background: #005e45;
}

.serviceDiv .textDiv::before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-left: 1px #2d997c solid;
	border-top: 1px #2d997c solid;
	transition: all 0.5s;
}

.serviceDiv .textDiv::after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	border-right: 1px #2d997c solid;
	border-bottom: 1px #2d997c solid;
	transition: all 0.5s;
}

.serviceDiv .textDiv:hover::before {
	width: 100%;
	height: 100%;
}

.serviceDiv .textDiv:hover::after {
	width: 100%;
	height: 100%;
}

.downDiv .mainFrDiv ul.downList li a {
	display: block;
	padding: 25px 0;
	border-bottom: 1px #e1e1e1 solid;
}

.downDiv .mainFrDiv ul.downList li a .font18 {
	width: 70%;
}

.downDiv .mainFrDiv ul.downList li:first-child a {
	padding-top: 0;
}

.downDiv .mainFrDiv ul.downList li a img {
	filter: grayscale(0) brightness(0);
	opacity: 0.5;
}

.downDiv .mainFrDiv ul.downList li:hover a img {
	filter: initial;
	opacity: 1;
}

.mapDiv {
	display: flex;
	border: solid 1px #d7d7d7;
}

.mapDiv ul {
	width: 300px;
	padding: 56px 18px;
}

.mapDiv ul li {
	display: flex;
	margin-bottom: 15px;
	line-height: 30px;
	justify-content: space-between;
}

.mapDiv ul li p {
	width: calc(100% - 25px);
}

.mapDiv ul li img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

.mapDiv .map {
	width: calc(100% - 300px);
}

.contactDiv .row {
	margin: 0 -5px;
}

.contactDiv .col-lg-4 {
	padding: 0 5px;
	margin-bottom: 10px;
}

.contactDiv .col-lg-4 .textDiv {
	padding: 30px;
	box-shadow: 0px 3px 10px 0px rgba(4, 0, 0, 0.1);
}

.popDiv {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
}

.m_sear {
	position: fixed;
	width: 90%;
	height: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 991;
	background: #fff;
	padding-top: 7px;
	display: none;
}

.m_sear input {
	width: calc(100% - 50px);
	height: 36px;
	border: 0;
	border-right: 1px #ccc solid;
	padding: 0 10px;
}

.m_sear button {
	background: none;
	border: 0;
	width: 50px;
}


/*荣誉*/
.rongyuDiv .textDiv {
	width: 100%;
	text-align: center;

}

.rongyuDiv .col-lg-4 {
	margin-bottom: 40px;
}

.rongyuDiv .textDiv .imgDiv {
	height: 180px;
	margin: 0 auto;
	background: url(../img/honor_imgbg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95%;
}

.rongyuDiv .textDiv .imgDiv img {
	max-height: 100%;
	max-width: 70%;
	width: auto;
	height: auto;
}

.rongyuDiv .textDiv p {
	margin-top: 10px;
}

.hezuoDiv .imgDiv {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border: 1px #ccc solid;
}

.hezuoDiv .col-lg-4 {
	margin-bottom: 30px;
}

.hezuoDiv .imgDiv img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.wenziList .textDiv {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #ccc solid;
	text-align: center;
	line-height: 24px;
	height: 100%;
}

.wenziList .col-lg-6 {
	margin-bottom: 20px;
}

@media screen and (max-width:992px) {
	.rongyuDiv .textDiv .imgDiv {
		height: 100px;
		padding: 5px;
		width: 100%;
	}

	.rongyuDiv .textDiv .imgDiv img {
		max-width: 80%;
	}

	.wenziList .textDiv {
		padding: 10px 20px
	}
	.wenziList .col-lg-6{
		margin-bottom: 10px;
	}
}


/*PHONEÃ¥Â±ÂÃ¥Â¹â€¢Ã¤Â¸â€¹Ã§Å¡â€žÃ¤Â¸â€œÃ§â€Â¨Ã¦Â Â·Ã¥Â¼Â*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 24px;
	}

	.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;
		/* transform: rotate(45deg); */
	}

	.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;
		border-top: 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 {

		margin-left: 0;
	}

	header .logo img {
		max-height: 34px;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 10px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		width: 100%;
		left: 0;
		transform: translate(0, 0);
	}

	header .wrap {
		display: block;
		height: 50px;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 9991;
		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_top {
		height: 50px;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}



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

	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 !important;
		/* 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 .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;
	}

	.bannerIndex img {
		height: 220px;
	}

	.bannerIndex .swiper-pagination {
		bottom: 10px
	}

	header .wrap,
	header .rightDiv {
		height: 0;
	}

	header .rightDiv {
		border: 0;
	}

	.qrCard {
		display: none;
	}

	.pc_sear form {
		width: 50px;
		margin-top: 10px;
		border: 0;
		margin-right: 20px;
		margin-left: 0;
		display: block;
	}

	.pc_sear form input {
		display: none;
	}

	.indexDiv1,
	.indexDiv2,
	.indexDiv3,
	.indexDiv4 {
		padding: 50px 0;
	}

	.iconDiv {
		width: 70px;
		height: 70px;
		padding: 20px;
	}

	.hxjsDiv .col-lg-3 {
		margin-bottom: 30px;
	}

	.hyfwDiv {
		margin-top: 50px;
	}

	.hyfwDiv ul li a .textDiv {
		display: block;
	}

	.hyfwDiv ul li {
		height: 120px;
		text-align: center;
	}

	.hyfwDiv ul li a .textDiv img {
		width: 40px;
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.font18 {
		font-size: 16px;
	}

	.indexDiv3 .textDiv {
		padding: 20px;
	}

	.indexDiv3 .col-lg-6 {
		margin-bottom: 10px;
		padding: 0;
	}

	.indexDiv3 .row {
		margin: 0;
	}

	footer .wrap>.flex2 {
		display: block;
	}

	.logo_bott img {
		height: 100px;
	}

	footer {
		padding-top: 50px;
	}

	.yqLink ul {
		display: flex;
		flex-wrap: wrap;
	}

	.yqLink ul li {
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.indexDiv2 .swiper-container {
		width: 80%;
	}

	.indexDiv2 .swiper-button-next {
		right: 0;
		background-size: 50%;
	}

	.indexDiv2 .swiper-button-prev {
		left: 0;
		background-size: 50%;
	}

	.hxjsDiv .row {
		margin: 0;
	}

	.hxjsDiv .col-lg-3 {
		padding: 0 15px;
	}

	.banner_nei>img {
		height: 180px;
	}

	.weizhi {
		padding: 20px 0;
		padding-bottom: 0;
	}

	.newsDiv .textDiv .imgDiv {
		width: 120px;
		height: 120px;
		background-color: #ffe96e;
	}

	.newsDiv .textDiv .wenzi {
		width: calc(100% - 135px);
	}

	.newsDiv .textDiv .wenzi .mt30,
	.newsDiv .textDiv .wenzi .mt25 {
		margin-top: 5px;
	}

	.newsDiv .textDiv {
		padding: 20px 0;
	}

	.mt40 {
		margin-top: 20px;
	}

	.fenye ul li a {
		height: 25px;
		min-width: 25px;
	}

	.font16 {
		font-size: 14px;
	}

	.fenye {
		margin-top: 60px;
	}

	.mainDiv {
		padding-bottom: 70px;
	}

	.newsDiv .col-lg-6 {
		padding: 0;
	}

	.newsDiv .row {
		margin: 0;
	}

	.navFl {
		width: 100%;
	}

	.serviceDiv .navFl ul li a {
		text-align: left;
		padding-left: 15px;
	}

	.navFl ul li a {
		padding: 10px;
	}

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

	.navFl ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.navFl ul li {
		min-width: 48%;
		margin-bottom: 10px;
	}

	.nr_js {
		padding: 20px;
	}

	.saasDiv .textDiv {
		padding: 20px;
	}

	.saasDiv .textDiv .s_icon {
		width: 90px;
		height: 90px;
		padding: 20px;
	}

	.saasDiv .textDiv .wenzi {
		width: calc(100% - 100px);
	}

	.mapDiv {
		display: block;
	}

	.mapDiv ul {
		width: 100%;
	}

	.mapDiv .map {
		width: 100%;
		height: 300px;
	}

	.banner_nei .wenzi {
		bottom: 20px;
	}

	.hxjsDiv .wenzi .font18 {
		font-size: 15px;
		height: auto;
		text-align: left;
	}

	.hxjsDiv .textDiv {
		display: flex;
		height: 100%;
		justify-content: space-between;
	}

	.hxjsDiv .textDiv .wenzi {
		width: calc(100% - 150px);
		display: ;
	}

	.hxjsDiv .textDiv .wenzi .tx_jus_l {
		font-size: 12px;
		line-height: 22px;
		margin-top: 0;
	}

	.hxjsDiv .textDiv {
		padding: 10px;
		border: 1px #ccc solid;
		border-radius: 10px;
		background: #fff;
		padding: 15px;
	}

	.hxjsDiv .textDiv .flDiv {
		width: 140px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hxjsDiv .biaoti {
		height: auto;
		font-size: 13px;
		margin-top: -20px;
	}

	.indexDiv3 .col-lg-6:nth-child(5),
	.indexDiv3 .col-lg-6:nth-child(6) {
		display: none;
	}

	.logo_bott {
		display: none;
	}

	.ewm_bott img {
		width: 110px;
	}

	.pc_sear form button {
		width: 30px !important;
		height: 30px !important;

		padding: 0 !important;
		margin: 0 !important;
	}

	.header_top {
		height: 50px;
	}

}

@media screen and (min-width: 768px) and (max-width:992px) {
	.mapDiv {
		display: flex;
	}

	.mapDiv ul {
		width: 40%;
	}

	.mapDiv .map {
		width: 60%;
		height: auto;
	}

	.col-lg-6,
	.col-lg-4,
	.col-lg-3 {
		padding: 0 15px !important;
	}

	.rongyuDiv .textDiv .imgDiv {
		height: 150px;
		padding: 5px;
		width: 100%;
	}

	.row {
		margin: 0 -15px !important;
	}

	.navFl ul {
		justify-content: initial;
	}

	.navFl ul li {
		min-width: 31%;
		margin-bottom: 10px;
		margin-right: 2%;
	}

	.banner_nei .wenzi {
		bottom: 50px;
	}

	.serviceDiv .textDiv .wenzi {
		width: calc(100% - 159px);
	}

	.contactDiv .col-lg-4 .textDiv {
		padding: 20px;
	}
}

@media screen and (min-width:993px) and (max-width:1024px) {
	.wrap {
		width: 94%;
	}

	header .rightDiv .menu>ul>li {
		position: relative;
		padding: 0 21px;
	}

	.indexDiv2 .swiper-container {
		width: 80%;
	}

	.indexDiv2 .swiper-button-prev {
		left: 0;
	}

	.indexDiv2 .swiper-button-next {
		right: 0;
	}

}

@media screen and (min-width:1205px)and (max-width:1440px) {
	.wrap {
		width: 1100px;
	}

}
