html,
body {
	padding: 0;
	margin: 0;
	/* font-family: "微软雅黑"; */
	font-size: 14px;
	color: #666;
}

@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";
}
.col-lg-8 a .mask{
	background-color: rgba(0, 0, 0, 0.5); 
}
.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: #666;
}

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

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%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	height: 120px;
	transition: all 0.5s;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
	z-index: 9999;
}

header.header2 {
	background: none;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 14px;

}

header.header2 .logo img {
	filter: brightness(100);
}

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

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px #ccc;
	z-index: 9991;
	height: 65px;
}


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

header .rightDiv {
	float: right;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 65px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 15px;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #434343;
	position: relative;
	font-size: 16px;
	line-height: 65px;
	min-width: 65px;

}

header .rightDiv .menu>ul>li>a span.down {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px #666 solid;
	transform: rotate(45deg);
	border-top: 0;
	border-left: 0;
	margin-left: 10px;
}


/* 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>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #137ef6;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 2px;
	bottom: 12px;
	/* transform: translateX(-50%); */
	transition: .5s;
}

header.header2 .rightDiv .menu>ul>li>a::after {
	background: #fff;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 32px;
	transition: .5s;
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a.now span.down,
header .rightDiv .menu>ul>li:hover>a span.down {
	border: 1px #137ef6 solid;
	border-top: 0;
	border-left: 0;

}

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

/* 
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: #137ef6;
}

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: -12px;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	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;
	min-width: 50px;
}

.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 {
	width: 135px;
	position: absolute;
	top: 80px;
	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: 65px;
	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: rgba(17, 99, 160, 0.06);
	color: #1163a0;
}

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

/*.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: #f05a59; */
	border: 0;
}

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




.bannerIndex .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	background-color: #ffffff;
	opacity: 0.2;
	border-radius: 0;
	margin: 0 5px;
}

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

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


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

.bannerIndex .swiper-slide>img {
	min-height: 600px;
	object-fit: cover;
}


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

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

.font54 {
	font-size: 54px;
	line-height: 70px;
}



.banner_nei {
	margin-top: 65px;
}


.shenqing a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	width: 140px;
	height: 36px;
	background-color: #137ef6;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	margin-left: 20px;
}

.hqzl {
	width: 184px;
	height: 221px;
	background-color: #ffffff;
	text-align: center;
	padding-top: 15px;
	position: absolute;
	top: 85px;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.menu ul li:hover .hqzl {
	top: 65px;
	opacity: 1;
	visibility: visible;
}

.pro_erji {
	position: fixed;
	top: 65px;
	width: 100%;
	background: #fff;
	left: 0;
	text-align: left;
	z-index: 9991;
	padding-top: 10px;
	visibility: hidden;
	opacity: 0;
	top: 85px;
	/*transition: all 0.5s;*/
	padding-bottom: 20px;
}

/*.menu ul li:hover .pro_erji {*/
/*	top: 65px;*/
/*	visibility: visible;*/
/*	opacity: 1;*/
/*}*/

.bt_div {
	display: flex;
}

.bt_div img {
	margin-right: 10px;
}

.pro_erji .textDiv {
	padding: 10px 10px;
	max-width: 260px;
	margin: 10px 0;
	transition: all 0.5s;
}

.pro_erji .textDiv:hover {
	background: #f8f8f8;
}

.pro_erji .textDiv span.red {
	margin-left: 15px;
}

.btnDiv {
	display: flex;
	align-items: center;
}

img.moreImg {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	min-height: 20px !important;
}

.btnDiv a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 17px;
	border-radius: 4px;
	text-align: center;
}

a.moreBtn {
	background-color: #137ef6;
}

a.sq_btn {
	border: solid 1px #95b5c7;
	margin-left: 18px;
}

.youshiDiv {
	position: absolute;
	width: 100%;
	height: 110px;
	background: rgba(0, 0, 0, 0.2);
	bottom: 0;
	left: 0;
	z-index: 992;
}

.youshiDiv ul li .textDiv {
	padding: 28px 23px;
	color: #81b3ea;
	transition: all 0.3s;
}

.youshiDiv ul li .tit_p {
	display: flex;
	align-items: center;
}

.youshiDiv ul li .tit_p img {
	margin-right: 12px;
	transition: all 0.3s;
}

.youshiDiv ul li {
	width: 25%;
	transition: all 0.3s;
}

.youshiDiv ul li a {
	display: block;
	width: 100%;
	height: 110px;
}

.youshiDiv ul li:hover {
	background: #137ef6;
}

.youshiDiv ul li:hover .textDiv {
	color: #fff;
}

.youshiDiv ul li:hover img {
	filter: brightness(100);
}

.sy_form {
	width: 518px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 8px;
}

.shiyongDiv {
	background: url(../img/sy_bn.png) no-repeat center center;
	background-size: cover;
	padding: 75px 0;
}

.sy_form button {
	border: 0;
	outline: none;
	width: 156px;
	height: 44px;
	background-color: #0f73ff;
	border-radius: 22px;
}

.sy_form input {
	width: calc(100% - 185px);
	margin-left: 20px;
	font-size: 18px;
	border: 0;
}

footer {
	background: #161e30;
	padding-top: 50px;
}

.foot_con p {
	color: #75808b;
}

.pro_listDiv {
	width: 345px;
	margin-left: 70px;
}

.pro_listDiv ul li {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.pro_listDiv ul li a,
.navDiv ul li a {
	color: #75808b;
	display: block;
	padding: 8px 0;
}

.navDiv ul li a:hover,
.pro_listDiv ul li a:hover {
	color: #fff;
}

.navDiv {
	margin-left: 70px;
}

.lianxiDiv {
	width: 210px;
}

.lianxiDiv ul li {
	color: #75808b;
	display: block;
	padding: 8px 0;
}

.yq_link {
	display: flex;
	color: #75808b;
	padding: 20px 0;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.yq_link .link_a a {
	display: inline-block;
	margin-left: 30px;
	color: #75808b;
}

.banquan a:hover,
.yq_link .link_a a:hover {
	color: #fff;
}

.link_a {
	width: calc(100% - 80px);
}

.banquan {
	padding: 20px 0;
	color: #75808b;
}

.banquan a {
	color: #75808b;
}

.linkDiv {
	display: flex;
}

.lkDiv .absolute {
	position: absolute;
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #fff;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 30px;
	display: none;
}

.linkDiv .lkDiv {
	margin-left: 20px;
	cursor: pointer;
}

.linkDiv .lkDiv:hover .absolute {
	display: block;
}


.indexDiv1 {
	padding-top: 65px;
	padding-bottom: 65px;
	background: #f7f8fa;
}

.indexDiv1 .textDiv {
	padding: 25px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 29px;
	transition: all 0.5s;
}

.indexDiv1 .textDiv .flex2 {
	flex-direction: row-reverse;
}

.indexDiv1 .textDiv:hover {
	background: #f7fafd;
	margin-top: -10px;
}

.indexDiv1 .textDiv span.red {
	margin-left: 15px;
}

.indexDiv1 .col-lg-3 {
	padding: 0 13.5px;
	margin-bottom: 25px;
}

.indexDiv1 .row {
	margin: 0 -13.5px;
}

a.sy_btn {
	display: block;
	width: 116px;
	height: 34px;
	border-radius: 4px;
	border: solid 1px #137ef6;
	line-height: 34px;
	text-align: center;
	color: #137ef6;
	/* background: #fff; */
	background: linear-gradient(#137ef6, #137ef6) no-repeat;
	background-size: 0 100%;
	transition: all 0.5s;
}

a.sy_btn:hover {
	background-size: 100% 100%;
	color: #fff;
}

/* .indexDiv1 .textDiv:hover p,
.indexDiv1 .textDiv:hover div,
.indexDiv1 .textDiv:hover a{
	color: #fff;
}
.indexDiv1 .textDiv:hover a.sy_btn{
	color: #137ef6;
} */

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

.indexDiv2 .content .tab {
	width: 240px;
	height: 520px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 25px;
	color: #fff;
}

.disNo {
	display: none !important;
}

.indexDiv2 .content .tab li {
	cursor: pointer;
	width: 190px;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 20px;
	color: #c2c2c2;
}

.indexDiv2 .content .tab li:last-child {
	margin-bottom: 0;
}

.indexDiv2 .content .tab li p {
	position: relative;
	z-index: 9;
}

.indexDiv2 .content .tab li.active {
	background-color: #137ef6;
	color: #fff;
}

.indexDiv2 #tabCon {
	width: calc(100% - 284px);
}

.indexDiv2 #tabCon .tab_cell {
	display: block;
}

.indexDiv2 #tabCon .textDiv {
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.indexDiv2 #tabCon .textDiv .wenzi {
	width: calc(100% - 340px);
}

.indexDiv2 #tabCon .textDiv>img {
	width: 320px;
	height: 180px;
	object-fit: cover;
}

.indexDiv2 .btnDiv a {
	font-size: 15px;
}

.indexDiv2 .btnDiv a.sq_btn {
	border: 1px #fff solid;
}

.faDiv .absolute {
	top: 60px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.faDiv:hover .absolute {
	opacity: 1;
	visibility: visible;
}

.indexDiv2 a.sq_btn {
	background: linear-gradient(#fff, #fff) no-repeat;
	background-size: 0 100%;
}

.indexDiv2 a.sq_btn:hover {
	background-size: 100% 100%;
	color: #137ef6;
}

.indexDiv3 {
	padding-top: 70px;
}

.indexDiv3 .content .flDiv,
.indexDiv3 .content .frDiv {
	width: 50%;
	height: 430px;
}

.indexDiv3 .content .frDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexDiv3 .content .flDiv {

	color: #fff;
	display: flex;
	justify-content: flex-end;
	padding-top: 70px;
}

.indexDiv3 .content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 430px;
	width: 50%;
	z-index: -1;
	background: #137ef6;
}

.indexDiv3 .content .flDiv .wenzi {
	width: 600px;
	padding-right: 30px;
}

a.more1 {
	display: block;
	width: 144px;
	height: 46px;
	background: linear-gradient(#fff, #fff) no-repeat;
	background-size: 0 100%;
	border-radius: 6px;
	border: solid 1px #ffffff;
	text-align: center;
	line-height: 44px;
	color: #fff;
	transition: all 0.5s;
}

a.more1:hover {
	background-size: 100% 100%;
	color: #137ef6;
}

.swCover {
	width: 180px;
	float: left;
	position: absolute;
	bottom: 60px;
	left: 35%;
	z-index: 9999;
	height: 42px;
}

.swCover>div {
	width: 100%;
	height: 100%;
}

.swCover .swiper-button-prev,
.swCover .swiper-button-next {
	background: rgba(255, 255, 255, 0.2);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	margin-top: 0;
	cursor: pointer;
}

.swCover .swiper-button-prev {
	left: 0px;
}

.swCover .swiper-pagination {
	font-size: 17px;
	width: 100px;
	color: #fff;
	bottom: 0px;
	height: 42px;
	line-height: 42px;
	text-align: right;
	right: 70px;
	left: auto;
}

.indexDiv4 {
	padding-top: 65px;
	padding-bottom: 100px;
	background: #f7f8fa;
}

.liangdianDiv .col-lg-2 {
	padding: 0 10px;
	color: #565555;
	margin-bottom: 30px;
}

.liangdianDiv .row {
	margin: 0 -10px;
}

.imgDiv img {
	width: 100%;
	width: 100%;
	object-fit: cover;
}

.news1 {
	border-radius: 10px;
	overflow: hidden;
}

.news1:hover .news_txt {
	background: #137ef6;
	color: #fff;
}

.news1:hover .news_txt p {
	color: #fff;
}

.news1 .imgDiv {
	width: 100%;
	height: 236px;
}

.news_txt {
	background: #fff;
	padding: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	transition: all 0.5s;
}

.news_txt .txt {
	padding-bottom: 20px;
	border-bottom: 1px #eaeaea solid;
	margin-bottom: 20px;
}

.n_time p:first-child {
	display: inline-block;
	border-bottom: 1px #eaeaea solid;
}

/* .hyNews a:hover .f0 {
	color: #137ef6;
}

.hyNews a:hover .f75 {
	color: #757575;
} */

.news2 .news_txt {
	border-radius: 6px;
	border: solid 1px #eff0f3;
	transition: all 0.5s;
}

.news2 .news_txt:hover {
	background: #137ef6;
}

.news2 .news_txt:hover p {
	color: #fff;
}

.news3 .textDiv {
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	border: solid 1px #eff0f3;
	transition: all 0.5s;
}


.news3 .textDiv .n_time {
	width: 70px;
	border-right: 1px #eaeaea solid;
	margin-right: 15px;
	height: 100px;
}

.news3 .textDiv:hover {
	background: #137ef6;
}

.news3 .textDiv:hover p,
.news3 .textDiv:hover div {
	color: #fff;
}

.news3 ul li {
	margin-bottom: 16px;
}

.news3 ul li:last-child {
	margin-bottom: 0;
}

.banner_nei .wenzi {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.banner_nei .textDiv {
	max-width: 65%;
}

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

.dazao {
	display: inline-block;
	border-radius: 4px;
	height: 27px;
	line-height: 27px;
	background: rgba(255, 255, 255, 0.2);
	padding: 0 10px;
}

.bn_list li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 18px;
}

.bn_list li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.proDiv1 {
	padding-top: 50px;
	padding-bottom: 70px;
	background: #f7f8fa;
}

.proDiv1 .textDiv {
	background-color: #ffffff;
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
	padding: 38px 25px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}

.proDiv1 .textDiv::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 100%;
	z-index: 9;
	background: #fff;
	left: 0;
	transition: all 0.5s;
}

.proDiv1 .col-lg-3 {
	margin-bottom: 40px;
	padding: 0 13px;
}

.proDiv1 .row {
	margin: 0 -13px;
}

.proDiv1 .textDiv:hover::after {
	background: #137ef6;
}

.proDiv1 .textDiv:hover {
	background: #f7fafd;
	margin-top: -10px;
}

.proDiv2 {
	padding-top: 60px;
	padding-bottom: 90px;
}

.proDiv2 .tab {
	width: 380px;
}

.proDiv2 .tab li {
	cursor: pointer;
	height: 220px;
	background-color: #f4f6fb;
	padding: 20px 40px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.proDiv2 .tab li.active {
	background-image: linear-gradient(81deg,
			#ffffff 0%,
			#808080 0%,
			#000000 0%,
			#0a3f7b 0%,
			#137ef6 0%,
			#52a4ff 100%);
}

.proDiv2 .tab li img {
	bottom: 10px;
	right: 10px;
}

.proDiv2 .tab li.active .wenzi {
	color: #fff;
}

.proDiv2 .tab li:last-child {
	margin-bottom: 0;
}

.proDiv2 #tabCon {
	width: calc(100% - 410px);
}

.proDiv2 #tabCon .tab_cell {
	height: 700px;
	background-color: #f4f6fb;
	border-radius: 10px;
}

.proDiv2 #tabCon .tab_cell .wenzi {
	padding: 25px 40px;
}

.proDiv4 {
	padding-top: 70px;
	padding-bottom: 100px;
}

.proDiv5 {
	padding-top: 60px;
	padding-bottom: 90px;
	background: #f7f8fa;
}

.proDiv5 .img1 {
	width: 100%;
	height: 212px;
	background-color: #000000;
	border-radius: 10px;
}

.proDiv5 .img2 {
	width: 100%;
	height: 445px;
	background-color: #000000;
	border-radius: 10px;
}

.proDiv5 .textDiv .wenzi {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	border-radius: 10px;
	z-index: 9;
}

.proDiv5 .col-lg-8,
.proDiv5 .col-lg-9,
.proDiv5 .col-lg-4,
.proDiv5 .col-lg-3 {
	padding: 0 10px;
	margin-bottom: 20px;
}

.proDiv5 .row {
	margin: 0 -10px;
}

.proDiv5 .learn_more .wenzi {
	background: #49a0ff;
}

.yh {
	width: 18px;
	height: 17px;
	background: url(../img/yin1.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.proDiv6 .textDiv:hover .yh {
	background: url(../img/yin2.png) no-repeat;
	background-size: 100% 100%;
}

.proDiv6 .textDiv .flex2 .case_more {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #137ef6;
	border-radius: 4px;
	font-size: 17px;
}

.proDiv6 .textDiv {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 30px;
	padding-bottom: 45px;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.proDiv6 .textDiv::after {
	content: "";
	position: absolute;
	bottom: 0;
	z-index: 9;
	height: 6px;
	left: 0;
	width: 100%;
	transition: all 0.5s;
}

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

.proDiv6 .textDiv:hover::after {
	background-color: #137ef6;
}

.proDiv6 .swiper-container {
	padding-bottom: 50px;
}

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

.proDiv6 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.proDiv6 .swiper-pagination-bullet-active {
	width: 35px;
	border-radius: 20px;
}

.xgNews {
	padding-top: 70px;
	padding-bottom: 90px;
	background: #f7f8fa;
}

.xgNews .textDiv {
	border-radius: 6px;
	overflow: hidden;
	border: solid 1px #e9e9e9;
}

.xgNews .textDiv .imgDiv {
	height: 236px;

}

.xgNews .textDiv:hover .f0 {
	color: #137ef6;
}

.bn_list.sl_list {
	width: 50%;
}

.bn_list.sl_list li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.bg_gray {
	background: #f7f8fa;
}

.seluDiv1 {
	padding-top: 50px;
	padding-bottom: 80px;
}

.seluDiv1 .textDiv {
	background-color: #ffffff;
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	min-height: 260px;
	height: 100%;
}

.seluDiv1 .textDiv .wenzi {
	padding: 20px;
}

.seluDiv1 .textDiv .wenzi .xian {
	width: 16px;
	height: 3px;
	background-color: #137ef6;
	border-radius: 2px;
	margin: 12px auto;
}


.seluDiv2 {
	padding-top: 70px;
	padding-bottom: 90px;
}

.seluDiv2 .tab li {
	width: 560px;
	cursor: pointer;
	height: 180px;
	background-color: #f4f6fb;
	padding: 20px 40px;
	border-radius: 10px;
	position: relative;
}

.seluDiv2 .tab li.active {
	background-image: linear-gradient(81deg,
			#ffffff 0%,
			#808080 0%,
			#000000 0%,
			#0a3f7b 0%,
			#137ef6 0%,
			#52a4ff 100%);
}

.seluDiv2 .tab li img {
	bottom: 10px;
	right: 10px;
}

.seluDiv2 .tab li.active .wenzi {
	color: #fff;
}

.seluDiv2 .tab li:last-child {
	margin-bottom: 0;
}

.seluDiv2 .textDiv .imgDiv {
	height: 120px;
}

.seluDiv2 .textDiv {
	border-radius: 10px;
	overflow: hidden;
}

.seluDiv2 .textDiv .conDiv {
	background: #f4f6fb;
	width: 100%;
	height: 400px;
}

.seluDiv2 .textDiv .txt {
	padding: 50px 30px;
}


.seluDiv4 {
	padding-top: 75px;
	padding-bottom: 40px;
}

.seluDiv4 .textDiv {
	padding: 35px 45px;
	height: 100%;
	min-height: 230px;
	background-color: #ffffff;
	box-shadow: 0px 0px 9px 1px rgba(125, 124, 125, 0.15);
	border-radius: 10px;
	transition: all 0.5s;
}

.seluDiv4 .textDiv:hover {
	box-shadow: 0 0 10px #89c1ec;
	/* margin-top: -10px; */


}

.seluDiv4 .textDiv:hover .f0 {
	color: #137fe6;
}

.seluDiv4 .col-lg-6 {
	padding: 0 20px;
	margin-bottom: 60px;
}

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

.seluDiv5 {
	padding-top: 70px;
	padding-bottom: 90px;
}

.seluDiv5 .textDiv {
	background-color: #ffffff;
	border-radius: 6px;
}

.selu_txt {
	padding: 35px 30px;
}

.selu_txt .txt {
	height: 100px;
	padding-bottom: 20px;
	border-bottom: 1px #eaeaea solid;
	margin-bottom: 25px;
}

.seluDiv5 .textDiv1 {
	min-height: 465px;
	height: 100%;
}

.seluDiv5 .textDiv2 {
	height: 228px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #eff0f3;
	overflow: hidden;
}

.seluDiv5 .textDiv2 .selu_txt {
	padding-top: 25px;
	transition: all 0.5s;
}

.seluDiv5 .textDiv2:hover,
.seluDiv5 .textDiv1:hover {
	background: #137ef6;
	transition: all 0.5s;
}

.seluDiv5 .textDiv2:hover img {
	filter: brightness(100);
}

.seluDiv5 .textDiv2:hover p,
.seluDiv5 .textDiv1:hover p {
	color: #fff !important;
}

.seluDiv5 .textDiv1:hover .selu_txt img {
	filter: brightness(100);
}

.seluDiv5 .textDiv2 .txt {
	margin-bottom: 20px;
	height: 100px;
}

.seluDiv5 .textDiv:hover .f0 {
	color: #fff;
}

.seluDiv6 .textDiv {
	height: 100%;
	min-height: 260px;
	padding: 35px 15px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
}

.seluDiv6 .textDiv::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 6px;
	transition: all 0.5s;
	z-index: 9;
}

.seluDiv6 .textDiv:hover::after {
	background: #137ef6;
}

.seluDiv6 .row {
	margin: 0 -13.5px;
}

.seluDiv6 .col-lg-3 {
	padding: 0 13.5px;
	margin-bottom: 20px;
}

.caseTxt {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.caseTxt>.imgDiv {
	width: 476px;
	height: 340px;
	;
}

.caseTxt .text {
	width: calc(100% - 476px);
	background: #fff;
	height: 340px;
	padding: 30px 25px 30px 40px;

}

.more_case {
	width: 120px;
	height: 36px;
	background-color: #137ef6;
	border-radius: 6px;
	color: #fff;
	line-height: 36px;
	text-align: center;
}

.slogin {
	display: inline-block;
	padding: 0 20px;
	height: 23px;
	background-color: #ecf2fe;
	line-height: 23px;
	color: #4798f3;
}

.caseSw .swiper-container {
	width: 88%;
}

.caseSw .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
}

.caseSw .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
}

img.logo_img {
	max-height: 54px;
}

.sxDiv1 {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 22px 30px;
	padding-right: 5px;
	padding-bottom: 20px;

}

.sxDiv1 ul li {
	float: left;
	margin-right: 12px;
}

.sxDiv1 ul li a {
	color: #000;
	display: block;
	width: 100%;
	padding: 0 8px;
	border-radius: 30px;
	position: relative;
	font-size: 15px;
}

.sxDiv1 ul li:hover a {
	color: #fff;
	background: #137ef6;
}

.sxDiv1 ul li.active:hover a {
	color: #fff;
}

.sxDiv1 ul li.active:hover a::after {
	display: none;
}

.sxDiv1 ul li.active a {
	color: #137ef6;
	font-weight: bold;
}

.sxDiv1 ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -3px;
	width: 0px;
	height: 3px;
	background-color: #137ef6;
	border-radius: 2px;
	transition: all 0.5s;
}

.sxDiv1 ul li.active a::after {
	width: 26px;
}

.sxDiv2 {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 34px;
}

.sxDiv2 ul li {
	float: left;
	margin-right: 40px;
}

.sxDiv2 ul li a {
	display: block;
	width: 100px;
	height: 30px;
	background-color: #f7f8fa;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	color: #000000;
	font-size: 15px;
}

.sxDiv2 ul li:hover a {
	background: #137ef6;
	color: #fff;
}

.sxDiv2 ul li.active a {
	color: #137ef6;
	font-weight: bold;
}

.sxDiv2 ul li.active:hover a {
	color: #fff;
}

.caseDiv .content .textDiv {
	padding: 20px 30px 50px 30px;
	background-color: #ffffff;
	border-radius: 20px;
	height: 100%;
	min-height: 320px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.caseDiv .content .textDiv::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	background: #fff;
	transition: all 0.5s;
	z-index: 9;
	width: 100%;
}

.caseDiv .content .textDiv:hover::after {
	background: #137ef6;
}

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

.caseDiv .content .textDiv:hover {
	box-shadow: 0 0 15px #e2e2e2;
	margin-top: -10px;
}

.case_xqDiv {
	margin-top: 65px;
	padding-top: 35px;
	padding-bottom: 70px;
}

.conFl {
	width: calc(100% - 340px);
}

.bg_white {
	background: #fff;
}

.case_xqCon {
	padding: 30px;
	border-radius: 10px;
	overflow: hidden;
}

.caseImg img {
	border-radius: 10px;
	border: 1px #eee solid;
	
}

.caseImg {
	margin-bottom: 25px;
	padding-bottom: 25px;
	line-height: 210%;
	border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.shiyongDiv.sy_nei {
	padding: 30px 0;
	padding-bottom: 50px;
}

.shiyongDiv.sy_nei .sy_form {
	height: 50px;
}

.shiyongDiv.sy_nei .sy_form button {
	font-size: 15px;
	width: 140px;
	height: 38px;
}

.shiyongDiv.sy_nei .sy_form input {
	font-size: 15px;
}

.pageDiv,
.pageDiv a {
	color: #000;
}

.pageDiv a:hover {
	color: #137ef6;
}

.conFr {
	width: 310px;
}

.hotDiv {
	padding: 25px;
	padding-top: 20px;
	border-radius: 10px;
}

.hotDiv a:hover .f0 {
	color: #137ef6;
}

.tjDiv .imgDiv {
	width: 260px;
	height: 150px;
	background-color: #137ef6;
	border-radius: 4px;
	overflow: hidden;
}

.hotDiv .imgDiv .h_num {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background-color: #137ef6;
	border-radius: 4px 0px 4px 0px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	z-index: 9;
}

.hot_list .imgDiv {
	width: 80px;
	height: 60px;
	background-color: #137ef6;
	border-radius: 4px;
}

.hot_list .wenzi {
	width: calc(100% - 90px);
}

.hot_list li {
	margin-bottom: 25px;
}

.hot_list li:last-child {
	margin-bottom: 0;
}

.con_title {
	padding-bottom: 10px;
	border-bottom: 1px #eee solid;
	margin-bottom: 15px;
}

.rt_contact {
	padding: 25px;
	border-radius: 10px;
}

.nrDiv .ewm {
	border: 1px #eee solid;
}

.aboutDiv1 {
	padding-top: 60px;
	padding-bottom: 200px;
	position: relative;
	z-index: 1;
}

.aboutDiv1 .content .wenzi {
	width: calc(100% - 690px);
}

.aboutDiv1 .content .abImg {
	width: 570px;
	height: 418px;
	object-fit: cover;
}

.aboutDiv2 {
	position: relative;
	z-index: 9;
	margin-top: -100px;
}

.aboutDiv2 .txt {
	color: #deeeff;
}

.aboutDiv2 .textDiv {
	height: 100%;
	background-color: #137ef6;
	border-radius: 20px;
	padding: 25px;
	padding-bottom: 30px;
}

.aboutDiv2 .textDiv .bt {
	padding-bottom: 10px;
	border-bottom: 1px #5da9ff solid;
	margin-bottom: 15px;
}

.aboutDiv4 .textDiv .wenzi {
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	z-index: 9;
	color: #000000;
	text-align: center;
}

.aboutDiv4 .textDiv {
	height: 250px;
	width: 100%;
	background: url(../img/zs_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 10px;
	text-align: center;
}

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

.aboutDiv4 .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}


.aboutDiv4 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	display: none;
}

.aboutDiv4 .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	display: none;
}

.aboutDiv4 {
	padding-top: 65px;
	padding-bottom: 90px;
}

.aboutDiv5 {
	padding-top: 65px;
	padding-bottom: 100px;
}

.aboutDiv5 .flDiv {
	width: 280px;
}

.aboutDiv5 .flDiv .textDiv {
	border-radius: 10px;
	height: 180px;
	padding: 35px;
}

.aboutDiv5 .frDiv {
	width: calc(100% - 335px);
}

.aboutDiv5 .frDiv .mapDiv {
	height: 410px;
	border-radius: 10px;
	overflow: hidden;
}

.newsDiv1 {
	margin-top: 65px;
	padding-top: 35px;
	padding-bottom: 70px;
}

.newsList {
	padding: 0 24px;
	border-radius: 10px;
	overflow: hidden;
}

.title_list {
	border-bottom: 1px #eee solid;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.title_list li a {
	display: block;
	padding: 16px 0;
	position: relative;
	color: #000;
}

.title_list li a:hover {
	color: #137ef6;
}

.title_list li {
	margin-right: 50px;
}

.title_list li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #137ef6;
	z-index: 9;
	transition: all 0.5s;
}

.title_list li a.now,
.title_list li a.now:hover {
	color: #137ef6;
}

.title_list li a.now::after,
.title_list li a:hover::after {
	width: 100%;
}

.newsConList .textDiv .imgDiv {
	width: 200px;
	height: 150px;
	background-color: #137ef6;
	border-radius: 4px;
	overflow: hidden;
}

.newsConList .textDiv:hover {
	background: #f1f7fc;
}

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

.newsConList .textDiv {
	padding: 16px 15px;
	margin: 0 -15px;
	border-radius: 10px;
	transition: all 0.5s;
}

.newsConList .textDiv:hover .f0 {
	color: #137ef6;
}

.biaoqian {
	display: inline-block;
	height: 20px;
	background-color: #ecf2fe;
	border-radius: 2px;
	padding: 0 10px;
	line-height: 20px;
	color: #137ef6;
}


.newsConList .textDiv .xinxi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsConList .textDiv .xinxi p {
	display: flex;
	align-items: center;
}

.newsConList .textDiv .xinxi p img {
	margin-right: 5px;
}

.fl_xx {
	display: flex;
	align-items: center;
}

.fl_xx p {
	min-width: 100px;
}



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

ul.pagination li {

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

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

ul.pagination li a {
	color: #333;
	width: 30px;
	height: 30px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #ccc solid;
	border-radius: 2px;
}


.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: #137ef6;
	border-color: #137ef6;
}

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

.tjRtDiv a:nth-child(2) {
	margin-top: 28px;
}

.hotBq {
	padding: 25px;
	padding-top: 20px;
	border-radius: 10px;
}

.bqDiv {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bqDiv a {
	display: block;
	height: 25px;
	background-color: #f2f2f2;
	border-radius: 2px;
	line-height: 25px;
	padding: 0 5px;
	margin-right: 10px;
	margin-bottom: 14px;
}

.news_xqDiv1 {
	margin-top: 65px;
	padding-top: 35px;
	padding-bottom: 70px;
}

.news_xqDiv1 .content {
	padding: 35px 30px;
}

.xq_xinxi .fenlei {
	margin-left: 40px;
}

.qianyanDiv {
	padding: 20px 30px;
	border-radius: 10px;
}

.zanDiv {
	width: 160px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #6eb2ff;
	margin: 0 auto;
	margin-top: 40px;
	color: #137ef6;
	cursor: pointer;
}

.zanDiv.on {
	background: #137ef6;
	color: #fff;
}

.zanDiv.on img {
	filter: brightness(100);
}

.zanDiv .txt {
	margin: 0 10px;
}

.mobel_pro {
	display: none !important;
}

.popDiv {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	display: none;
}

.glider {
	position: absolute;
	background: #137ef6;
	color: #FFFFFF;
	width: 88%;
	height: 54px;
	border-radius: 4px;
	z-index: 1;
	transition: 0.25s ease-out;
	top: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.fixed_rt {
	position: fixed;
	right: 30px;
	top: 40%;
	z-index: 999;
}

.fixedDiv {
	text-align: center;
	width: 64px;
	height: 64px;
	border-radius: 5px;
	background: #fff;
	padding-top: 10px;
	box-shadow: 0 0 3px #ccc;
}

.fixed_rt li {
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}

.fixed_hide {
	min-height: 64px;
	width: 120px;
	position: absolute;
	top: 0;
	right: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	overflow: hidden;
	display: none;
}

.fixed_rt li:hover .fixed_hide {
	display: flex;
}

.fixed_hide img {
	max-width: 100%;
}

.backTop .fixedDiv {
	padding-top: 0;
}

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

.formDiv {
	background-color: #fff;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%,-50%);
	width: 380px;
	border-radius: 8px;
	position: fixed;
	z-index: 9999999999;
	display: none;
}
.dsds987{
    object-fit:fill;
    width: 100%;
    height: 640px!important;
}
.formDiv2 {

	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%,-50%);
	width: 1200px;
	border-radius: 8px;
	position: fixed;
	z-index: 9999999999;
	display: none;
}
.pop_close {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	right: -54px;
	top: 0;
	padding: 0;
}
.Z-title1{
	border-radius: 8px 8px 0 0;
	    position: relative;
	    width: 100%;
	    height: 100px;
	    background-image: url(../img/Z_pop.png);
	    background-size: 100% 100%;
	    font-family: PingFangSC-Medium;
	    justify-content: center;
	    display: flex;
	    align-items: center;
	    font-size: 20px;
	    color: #FFFFFF;
	    text-align: center;
	    line-height: 42px;
	    background-repeat: no-repeat;
}
.formDiv form{
	padding: 30px;
}
.formDiv form ul li{
	display: flex;
	align-items: center;
	height: 40px;
	border: 1px #eee solid;
	margin-bottom: 15px;
	justify-content: space-between;
}
.formDiv form ul li p.img{
	width: 40px;
	height: 30px;
	text-align: center;
	margin-top: 5px;
}
.formDiv form ul li input{
	width: calc(100% - 45px);
	margin-left: 5px;
	padding-right: 10px;
	border: 0;
}
.formDiv form ul li.yzm{
	border: 0;
}
.formDiv form ul li.yzm div{
	border: 1px #eee solid;
	width: calc(100% - 110px);
	display: flex;
	align-items: center;
	height: 40px;
}
.formDiv form ul li.yzm input{
	width: 100px;
}
.formDiv form ul li button{
	width: 120px;
	height: 38px;
	border: 0;
	outline: none;
	background: #137ef6;
	color: #fff;
}
.formDiv form ul li.message{
	border: 0;
}
.formDiv form ul li.message div{
	border: 1px #eee solid;
	width: calc(100% - 130px);
	display: flex;
	align-items: center;
	height: 40px;
}
.formDiv form ul li.message input{
	width: 130px;
}
.formDiv button.tijiao{
	width: 100%;
	height: 40px;
	background: #137ef6;
	color: #fff;
	border: 0;
	margin-top: 20px;
}
.dsd511 {
    margin-top: 120px;
}
.b_a{
    line-height:240%;
}
.b_c{
    font-size: 30px;
}
/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {
    
    
    
    
    .sfd88{
        display: none!important;
    }
    
    
    
    
    
    
	.a_a {
	    color: #fff!important;
	    font-size: 24px!important;
	    text-align: center!important;
	    margin-bottom: 3%!important;
	}
	.a_b {
	    color: #fff!important;
	    font-size: 12px!important;
	    text-align: center;
	}
	.a_d {
	    color: #000000!important;
	    font-size: 22px!important;
	    text-align: center!important;
	    margin-bottom: 6%!important;
	}

.a_h {
    color: #fff!important;
    font-size: 12px!important;
    line-height: 180%!important;
}
.a_g {
    color: #fff!important;
    font-size: 16px!important;
    margin-bottom: 3%!important;
}
.a_f {
    position: absolute!important;
    bottom: 10px!important;
    left: 5%!important;
    margin-right: 5%!important;
}

.a_k {
    color: #646464!important;
    font-size: 12px!important;
    width: 90%!important;
}
.a_i2 {
    background: #fff!important;
    padding: 3%!important;
    height: auto!important;
}
.a_i2 {
    background: #fff!important;
    padding: 6%!important;
    height: auto!important;
}
.a_k {
    color: #646464!important;
    font-size: 12px!important;
    width: 90%!important;
    line-height: 190%!important;
}
.a_m {
    font-size: 12px!important;
    color: #000000!important;
    line-height: 190%!important;
    margin-bottom: 4%!important;
}
.col-md2-6 {
    width: 100%!important;
  
}
.a_i {
    margin-bottom: 5px!important;
}
	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
	}

	.font16 {
		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;
		/* 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: 30px;
	}

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

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}
	header .rightDiv .menu ul>li.proLi .submenu-button{
		display: none;
	}
	header .rightDiv .menu ul>li.proLi .submenu-button.open{
		display: block;
	}
	/* header .rightDiv .menu ul>li.proLi ul{
		display: block!important;
	} */
	

	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 img{
		margin-left: 10px;
	}

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

	.font54 {
		font-size: 24px;
		line-height: 30px;
	}

	.youshiDiv {
		position: relative;
		height: auto;
		display: none;
	}

	.youshiDiv ul li .textDiv {
		padding: 10px;
		height: 140px;
	}

	.youshiDiv ul li .textDiv .font14 {
		display: none;
	}

	.youshiDiv ul {
		flex-wrap: wrap;
	}

	.youshiDiv ul li {
		width: 50%;
		text-align: center;
	}

	.youshiDiv ul li .tit_p {
		display: block;
	}

	.youshiDiv ul li .tit_p img {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.bannerIndex .font30 {
		font-size: 18px;
	}

	.btnDiv a {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.bannerIndex .wenzi {
		padding-bottom: 30px;
	}

	.bannerIndex .swiper-slide>img {
		min-height: 260px;
	}

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

	.bannerIndex .swiper-pagination-bullet {
		width: 20px;
		height: 3px;
	}

	header.header2 .logo img {
		filter: initial;
	}

	.shenqing {
		margin-right: 50px;
	}

	.shenqing a {
		margin-top: 10px;
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.indexDiv1 {
		padding: 50px 0;
	}

	.title .font32 {
		font-size: 22px;
	}

	.title.flex2 {
		display: block;
	}

	.title.flex2 a {
		display: block;
		margin-top: 20px;
	}

	.indexDiv2 .content {
		display: block;

	}

	.indexDiv2 .content .tab {
		width: 100%;
		height: auto;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
	}

	.indexDiv2 .content .tab li {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 0;
		margin-top: 10px;
	}

	.indexDiv2 .content .tab li:first-child {
		margin-top: 0;
	}

	.indexDiv2 #tabCon,
	.indexDiv2 #tabCon .textDiv .wenzi {
		width: 100%;

	}

	.indexDiv2 #tabCon .textDiv .wenzi {
		margin-bottom: 20px;
	}

	.indexDiv2 #tabCon .textDiv {
		display: block;
		margin-top: 20px;
	}

	.indexDiv2 #tabCon .textDiv>img {
		width: 100%;
	}

	.indexDiv2 #tabCon .font24 {
		font-size: 15px;
	}

	.indexDiv2 .btnDiv a {
		height: 36px;
		line-height: 36px;
		width: 110px;
	}

	.indexDiv3 .content .flDiv,
	.indexDiv3 .content .frDiv {
		width: 100%;
		float: none;
		height: auto;
	}

	.indexDiv3 .content .flDiv {
		padding: 25px;
	}

	.indexDiv3 .content:before {
		width: 100%;
	}

	.font23 {
		font-size: 20px;
	}

	a.more1 {
		width: 120px;
		height: 36px;
		line-height: 34px;
		margin-top: 30px;
	}

	.swCover .swiper-button-prev,
	.swCover .swiper-button-next {
		background: #137ef6;
		width: 40px;
		height: 40px;
	}

	.indexDiv3 .swiper-container {
		padding-bottom: 60px;
	}

	.swCover {
		bottom: 0;
		left: 0;
		width: 160px;
		right: 0;
		margin: 0 auto;
	}

	.swCover .swiper-pagination {
		color: #333;
	}

	.indexDiv3 .content .flDiv .wenzi {
		width: 100%;
		padding-right: 0;
	}

	.indexDiv4 .textDiv img {
		width: 60px;
	}

	.news_txt {
		background: #fff;
		padding: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.news1 .imgDiv {
		height: 200px;
	}

	.hyNews .col-lg-4 {
		margin-bottom: 20px;
	}

	.hyNews .col-lg-4:last-child {
		display: none;
	}

	.sy_form {
		width: 100%;
	}

	.sy_form button {
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.sy_form input {
		width: calc(100% - 100px);
		margin-left: 10px;
		font-size: 14px;
		border: 0;
	}

	.sy_form {
		height: 50px;
	}

	.shiyongDiv .flex>div {
		width: 100%;
	}

	.shiyongDiv {
		padding: 30px 0;
		padding-bottom: 50px;
	}

	.indexDiv4 {
		padding: 50px 0;
	}

	.foot_con,
	.pro_listDiv,
	.navDiv,
	.lianxiDiv {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

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

	.navDiv ul li {
		margin-right: 20px;
	}

	.banquan {
		display: block;
	}

	.linkDiv .lkDiv {
		margin-left: 0;
		margin-right: 20px;
		margin-top: 20px;
	}

	.linkDiv .lkDiv .absolute {
		left: 0;
		transform: translate(0, 0);
	}

	.indexDiv2 {
		padding: 50px 0;
		padding-top: 30px;
	}

	.banner_nei .textDiv {
		width: 100%;
		max-width: initial;
	}

	.dazao {
		font-size: 12px;
	}

	.banner_nei>img {
		height: 360px;
	}

	.bn_list li {
		margin-bottom: 10px;
	}

	.font15 {
		font-size: 14px;
	}

	.proDiv1 .textDiv {
		padding: 20px 10px;
	}

	.font18 {
		font-size: 16px;
	}

	.proDiv1 .col-lg-3 {
		padding: 0 8px;
		margin-bottom: 15px;
	}

	.proDiv1 .row {
		margin: 0 -8px;
	}

	.proDiv1 .mt20 {
		margin-top: 10px;
	}

	.content.mt60 {
		margin-top: 30px;
	}

	.proDiv2 .tab {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}

	.proDiv2 .tab li {
		width: 31%;
		padding: 10px;
		height: 120px;
		margin-bottom: 0;
	}

	.proDiv2 .tab li .font58 {
		font-size: 24px;
	}

	.proDiv2 .tab li img {
		width: 50px;
	}

	.proDiv2 #tabCon {
		width: 100%;
		margin-top: 20px;
	}

	.proDiv2 .content {
		display: block;
	}

	.proDiv2 #tabCon .tab_cell .wenzi {
		padding: 20px;
		padding-bottom: 30px;
	}

	.proDiv2 #tabCon .tab_cell {
		height: auto;
	}

	.proDiv2,
	.proDiv5 {
		padding: 45px 0;
	}

	.proDiv5 .img2,
	.proDiv5 .img1 {
		height: 150px;
	}

	.proDiv5 .col-lg-8,
	.proDiv5 .col-lg-9,
	.proDiv5 .col-lg-4,
	.proDiv5 .col-lg-3 {
		padding: 0 6px;
		margin-bottom: 12px;
	}

	.proDiv5 .row {
		margin: 0 -6px;
	}

	.proDiv6 .textDiv .flex2 .case_more {
		display: block;
		width: 90px;
		height: 30px;
		line-height: 30px;
		border-radius: 4px;
		font-size: 14px;

	}

	.proDiv6 .textDiv .flex2 a img {
		max-height: 30px;
	}

	.proDiv6 .textDiv {
		padding: 20px;
		padding-bottom: 30px;
	}

	.par80,
	.xgNews {
		padding: 40px 0;
	}

	.xgNews .col-lg-4 {
		margin-bottom: 20px;
	}

	.xgNews .textDiv .imgDiv {
		height: 200px;
	}

	.bn_list.sl_list {
		width: 100%;
	}

	.seluDiv1 .col-lg-3 {
		padding: 0 7px;
		margin-bottom: 15px;
	}

	.seluDiv1 .row {
		margin: 0 -7px;
	}

	.seluDiv1 .textDiv {
		min-height: auto;
	}

	.seluDiv1 .textDiv .wenzi {
		padding: 10px 12px;
	}

	.seluDiv1 {
		padding: 40px 0;
	}

	.seluDiv2 .tab li {
		width: 48%;
		cursor: pointer;
		height: 125px;
		background-color: #f4f6fb;
		padding: 20px 10px;
		border-radius: 10px;
		position: relative;
		padding-top: 15px;
	}

	.seluDiv2 .tab li .font58 {
		font-size: 24px;
	}

	.seluDiv2 .tab li img {
		width: 50px;
	}

	.seluDiv2 .textDiv .txt img {
		width: 70px;
	}

	.seluDiv2 .textDiv .txt {
		padding: 20px 5px;
	}

	.seluDiv2 .textDiv .conDiv {
		height: auto;
		padding-top: 20px;
	}

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

	.seluDiv5 .col-lg-4 {
		margin-bottom: 25px;
	}

	.seluDiv4 .row {
		margin: 0 -15px;
	}

	.seluDiv5 .textDiv2 .selu_txt img {
		width: 35px;
	}

	.seluDiv5 .textDiv2 {
		height: auto;
	}

	.seluDiv5 {
		padding: 40px 0;
	}

	.seluDiv6 .textDiv {
		min-height: auto;
	}

	.caseTxt {
		display: block;

	}

	.caseTxt>.imgDiv {
		width: 100%;
		height: 140px;
	}

	.caseTxt .text {
		width: 100%;
		height: auto;
		padding: 20px 25px;
	}

	.banner_nei.case>img {
		min-height: 600px;
	}

	img.logo_img {
		max-height: 35px;
	}

	.caseTxt .text>.flex2 {
		display: block;
	}

	.slogin {
		margin-top: 15px;
	}

	.caseSw .swiper-button-next,
	.caseSw .swiper-button-prev {
		box-shadow: 0 0 5px #ccc;
	}

	.sxDiv1 {
		padding: 15px;
		padding-top: 20px;
	}

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

	.sxDiv2 {
		padding: 15px;
	}

	.sxDiv2 ul li {
		margin-right: 3.33%;
		width: 30%;
		margin-bottom: 15px;
	}

	.sxDiv2 ul li a {
		width: 100%;
	}

	.caseDiv .content .textDiv {
		min-height: auto;
	}

	.conFl {
		width: 100%;
	}

	.conFr {
		width: 100%;
		margin-top: 30px;
	}

	.case_xqCon {
		padding: 20px;
	}

	.shiyongDiv.sy_nei .sy_form button {
		font-size: 14px;
		width: 100px;
		height: 32px;
		line-height: 32px;
	}

	.shiyongDiv.sy_nei .sy_form {
		height: 40px;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.shiyongDiv.sy_nei .sy_form input {
		font-size: 14px;
	}

	.tjDiv .imgDiv {
		width: 100%;
	}

	.banner_nei.about>img {
		height: 170px;
	}

	.aboutDiv1 .content .flex2 {
		display: block;
	}

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

	.aboutDiv1 {
		padding-top: 40px;
		padding-bottom: 145px;
	}

	.aboutDiv2 .textDiv {
		border-radius: 10px;
	}

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

	.aboutDiv4 {
		padding: 45px 0;
	}

	.aboutDiv5 .flDiv {
		width: 100%;
	}

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

	.aboutDiv5 .frDiv .mapDiv {
		height: 280px;
	}

	.aboutDiv5 {
		padding: 40px 0;
	}

	.title_list li {
		width: 33.33%;
		text-align: center;
		margin-right: 0;
	}

	.newsConList .textDiv {
		width: calc(100% + 30px);
		display: block;
	}

	.newsConList .textDiv .imgDiv {
		width: 100%;
	}

	.newsConList .textDiv .wenzi {
		width: 100%;
		margin-top: 15px;
	}

	.tjRtDiv img {
		width: 100%;
	}

	.xq_xinxi p {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}

	.news_xqDiv1 .content {
		padding: 20px;
	}

	.menu ul li>ul.open {
		display: block !important;
	}

	.pro_erji {
		display: none;
	}

	.hqzl {
		width: 184px;
		height: 221px;
		background-color: #ffffff;
		text-align: center;
		padding-top: 15px;
		position: absolute;
		top: 0 !important;
		left: 50%;
		transform: translate(-50%, 0);
		opacity: 1;
		visibility: visible;
		transition: all 0.5s;
		position: relative;
		margin-bottom: 30px;
	}

	.newsDiv1,
	.news_xqDiv1,
	.case_xqDiv {
		margin-top: 50px;
	}

	.indexDiv1 .col-lg-3 {
		padding: 0 5px;
	}

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

	.indexDiv1 .textDiv .flex2 {
		display: block;
		margin-top: 1px;
	}

	.indexDiv1 .textDiv .mt20 {
		margin-top: 10px;
	}

	.indexDiv1 .textDiv:hover {
		margin-top: 0;
		background: none;
	}

	.indexDiv1 .textDiv {
		padding: 15px;
		border-radius: 0;
		padding-bottom: 0;
		position: relative;
		padding-bottom: 50px;
	}

	a.sy_btn {
		background: #137ef6;
		color: #fff;
		width: calc(100% + 30px);
		margin: 0 -15px;
		margin-top: 15px;
		border-radius: 0;
		position: absolute;
		bottom: 0;
		z-index: 9;
		left: 0;
	}

	img.moreImg {
		width: 16px;
		height: 16px;
		margin-left: 5px;
		min-height: 16px !important;
	}
	.indexDiv1 .textDiv span.red {
	    margin-left: 0;
	    position: absolute;
	    top: 20px;
	    right: 15px;
	}

	.fixedDiv {
		width: 50px;
		height: 50px;
		padding-top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 0 3px #eee;
	}

	.fixedDiv p {
		display: none;
	}

	.fixedDiv img {
		max-width: 28px;
		max-height: 28px;
	}

	.fixed_rt {
		right: 10px;
		top: auto;
		bottom: 25%;
	}

	.fixed_rt ul li {
		margin-bottom: 5px;
	}

	.fixed_hide {
		right: 45px;
		box-shadow: 0 0 1px #eee;
	}
	.formDiv{
		width: 90%;
	}
	.Z-title1{
		font-size: 18px;
	}
	.pop_close {
	    cursor: pointer;
	    position: absolute;
	    width: 30px;
	    height: 30px;
	    right: -10px;
	    top: -10px;
	    padding: 0;
	    z-index: 999;
	}
	.formDiv form{
		padding: 20px;
	}
	.formDiv form ul li p.img{
		width: 35px;
	}
	.formDiv form ul li.message input{
		width: calc(100% - 35px);
	}


}





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

	.indexDiv2 .content .tab li {
		width: 33%;
	}

	.proDiv5 .img2 {
		height: 310px;
	}

	.caseTxt>.imgDiv {
		height: 260px;
	}

	.sxDiv2 ul li {
		margin-right: 12px;
		width: auto;
	}

	.sxDiv2 ul li a {
		width: 100px;
	}

	.caseDiv .col-lg-4 {
		padding: 0 8px;
	}

	.caseDiv .row {
		margin: 0 -8px;
	}

	.newsConList .textDiv {
		display: flex;

	}

	.newsConList .textDiv .imgDiv {
		width: 38%;
	}

	.newsConList .textDiv .wenzi {
		width: 60%;
	}

	.tjRtDiv {
		display: flex;
		justify-content: space-between;
	}

	.tjRtDiv a {
		display: block;
		width: 48%;
		margin-top: 0 !important;
	}
}

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

	header .rightDiv .menu>ul>li {
		padding: 0 10px;
	}

	.sxDiv2 ul li {
		margin-right: 25px;
	}

	.aboutDiv1 .content .wenzi {
		width: 50%;
	}

	.abImg1 {
		width: 45%;
	}

	.title_list li {
		margin-right: 30px;
	}

	.bannerIndex .swiper-slide img {
		height: 600px;
	}

	.font54 {
		font-size: 40px;
	}

	.youshiDiv ul li .textDiv {
		padding: 30px 10px;
	}

	a.sy_btn {
		width: 80px;
	}

	.indexDiv3 .content .flDiv .wenzi {
		width: 480px;
	}

	.swCover.wrap {
		width: 170px;
		left: 30%;
		bottom: 40px;
	}

	.caseTxt .text {
		padding-top: 15px;
	}


}

@media screen and (min-width:1205px)and (max-width:1400px) {}
