html,
body {
	padding: 0;
	margin: 0;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

@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: 1400px;
	margin: 0 auto;
}

.title {
	font-family: PingFang SC;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #000;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #DC1313;
	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;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #225ca9;
	/* text-decoration: underline; */
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/**导航菜单**/
header {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	height: 120px;
	transition: all 0.2s;
	z-index: 999;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}

header.index {
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	background: none;
	position: absolute;
	z-index: 999;
}

header.index .tel {
	width: 170px;
	height: 90px;
	/*border: solid 1px #ffa800;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

header .tel {
	width: 170px;
	height: 90px;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

header .tel p {
	text-align: left;
}


header.on-fixed {
	background: rgba(255, 255, 255, .8);
}


header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
}

header .logo img {
	max-height: 100%;
}

header .logo p {
	margin-left: 10px;
}

header .rightDiv {
	float: left;
	margin-left: 50px;
}

header .rightDiv .menu {
	text-align: right;
	display: flex;
	align-items: center;
}


header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	padding: 0 20px;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	height: 120px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 120px;
	position: relative;
	/* font-weight: bold; */
}

header.index .rightDiv .menu>ul>li>a {

	color: #ccc;
}

header.header_index .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
}





/* header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
} */



header.index .rightDiv .menu>ul>li>a:hover,
header.index .rightDiv .menu>ul>li>a.now {
	color: #fff;
	/* font-weight: bold; */
}

header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #225ca9;
}

header .rightDiv .menu>ul>li>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 2px;
	width: 0;
	z-index: 9;
	background: #225ca9;
	transition: all 0.5s;
}

header.index .rightDiv .menu>ul>li>a::after {
	background: #fff;
}

header .rightDiv .menu>ul>li:hover a::after,
header .rightDiv .menu>ul>li>a.now::after {
	width: 100%;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	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: #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;
	position: relative;
}


.menu>ul>li>a {
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}



/* .menu ul ul li:hover {
	background: #d7e5f6;
} */

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 160px;
	padding: 10px 0;
	text-align: center;
	top: 120px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	/* transition: opacity .6s ease .2s, visibility .6s ease .2s; */
}

.menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transition: opacity .8s ease, visibility .8s ease;
}

/* header.on-fixed .menu ul ul {
	background: #1171d6;
}
 */
.menu ul ul li {
	padding: 0;
	/* text-align: left; */
	-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: #fff;
	text-decoration: none;
	padding: 8px 10px;
	position: relative;
}

.menu ul ul li:hover {
	background: #225ca9;
}

header.on-fixed .menu ul ul li:hover {
	background: #225ca9;
}

/* .menu ul ul li>a::before {
	content: "";
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	transition: width 0.3s;
}

.menu ul ul li:hover>a::before {
	width: 100%;
} */

.menu ul ul li:last-child>a {
	border: 0;
}

.bannerIndex .swiper-pagination {
	text-align: left;
}

.bannerIndex .wrap2 {
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	top: 0;
	z-index: 99;
}

.bannerIndex .wrap2 .swiper-pagination {
	bottom: 28px;
}

.bannerIndex .wrap2 .swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	height: 6px;
	width: 50px;
	margin-right: 10px;
}

.bannerIndex .wrap2 .swiper-pagination-bullet-active {
	width: 100px;
}

.bannerIndex .wrap2 .swiper-button-prev {
	right: 85px;
	left: auto;
	bottom: 20px;
	top: auto;
	width: 13px;
	background-size: 100%;
}

.bannerIndex .wrap2 .swiper-button-next {
	right: 0;
	left: auto;
	bottom: 20px;
	top: auto;
	width: 13px;
	background-size: 100%;
}

.bannerIndex .wrap2 .num {
	color: #fff;

	font-size: 24px;
	font-weight: bold;
	bottom: 25px;
	right: 35px;
	position: absolute;
}

footer {
	background: #424242;
	border-top: 4px #225ca9 solid;
	padding-top: 60px;
}

.foot_lx {
	margin-left: 50px;
	color: #fff;
}

.foot_lx ul li p {
	color: #999999;
	font-size: 14px;

}

.foot_lx ul li {
	margin-bottom: 10px;
	line-height: 23px;
	font-size: 16px;
}

.foot_lx ul li:first-child p {
	color: #ffa800;
	font-size: 24px;
	margin-left: -4px;
}

.footFl .flex {
	align-items: flex-start;
}

.footFr {
	display: flex;
}

.footNav {
	margin-left: 130px;
}

footer>.wrap2>.flex2 {
	align-items: flex-start;
}

.footNav p {
	margin-bottom: 10px;
}

.footNav ul li a {
	color: #999999;
	padding: 5px 0;
	display: block;
}

.footNav ul li a:hover {
	color: #fff;
}

.footNav ul {
	display: block;
}

.link {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px #575757 solid;
}

.link span {
	color: #fff;
	margin-right: 25px;
}

.link a {
	color: #999;
	display: inline-block;
	margin-right: 25px;
}

.link a:hover {
	color: #fff;
}

.banquan {
	padding-bottom: 30px;
}

.banquan a {
	color: #fff;
}

.banquan a:hover {
	text-decoration: underline;
}


.banner_nei .absolute {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	align-items: center;
}

.erji {
	background-color: #ffffff;
	box-shadow: 0px 1px 0px 0px rgba(79, 84, 90, 0.1);
}

.erji ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.erji ul li a {
	display: block;
	text-align: center;
	font-size: 20px;
	width: 100%;
	text-align: center;
	padding: 28px 0 30px 0;
	border-bottom: 4px #fff solid;

}

.erji ul li a.now,
.erji ul li a:hover {
	border-bottom: 4px #225ca9 solid;
	color: #225ca9;
}

.erji ul.news li {
	width: 33.33%;
}


.newsDiv .textDiv .wenzi {
	padding: 25px 20px 40px 20px;
	border-bottom: 1px #cccccc solid;
	transition: all 0.3s;
}

.newsDiv .col-lg-4 {
	margin-bottom: 50px;
	padding: 0 18px;
}

.newsDiv .row {
	margin: 0 -18px;
}

.newsDiv .textDiv:hover .wenzi {
	color: #fff;
	background: #225ca9;
	box-shadow: 0 0 10px #225ca9;
}

.fenye ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.fenye ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	background-color: #d9d9d9;
	border-radius: 4px;
	font-size: 16px;
}

.fenye ul li {
	margin-left: 10px;
}

.fenye ul li a.now,
.fenye ul li a:hover {
	background: #225ca9;
	color: #fff;
}

.share {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px #225ca9 solid;
}

.share a {
	margin: 0 5px;
}

.page a {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.page a:first-child i,
.page a:last-child i {
	font-size: 14px;
}

.contactDiv .absolute {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.contactDiv .textDiv {
	border: solid 1px #ffffff;
	padding: 30px;
	height: 100%;
}


.erji ul.jishu li {
	width: 50%;
}

.jishuDiv {
	background: #f5f7fa;
	padding: 65px 0 80px 0;
}

.jishuDiv .imgDiv {
	padding: 20px 40px;
	height: 260px;
	background: #fff;
}

.jishuDiv .imgDiv img {
	width: auto;
	height: 100%;
}

.jishuDiv .col-lg-4 {
	margin-bottom: 30px;
}

.hezuoDiv1 ul {
	margin-left: -39px;
}

.hezuoDiv1 ul li {
	margin-left: 27px;
	margin-bottom: 30px;
}

.hezuoDiv1 ul li:hover img {
	box-shadow: 0 0 5px rgba(34, 92, 169, 0.5);
}

.hezuoDiv2 {
	background: #f6f7fb;
	padding-top: 80px;
	padding-bottom: 60px;
}



.hezuoDiv2 .content {
	padding-bottom: 70px;
}

.hezuoDiv2 .content img:hover {
	box-shadow: 0 0 2px #225ca9;
}

.hezuoDiv2 .content .swiper-slide {
	padding: 2px;
}

.swiper-button-next.next {
	right: 44%;
	bottom: 0;
	top: auto;
	border: solid 1px #225ca9;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #225ca9;
}

.swiper-button-next.next i {
	font-size: 26px;

}

.swiper-button-prev.prev {
	left: 44%;
	bottom: 0;
	top: auto;
	border: solid 1px #225ca9;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #225ca9;
}

.swiper-button-prev.prev i {
	font-size: 20px;

}

.swiper-button-next.next:hover,
.swiper-button-prev.prev:hover {
	color: #fff;
	background: #225ca9;
}

.hezuoDiv3 .content {
	padding-bottom: 80px;
}

.shenchanDiv1 .fl {
	width: 645px;
}

.shenchanDiv1 .fr {
	width: 475px;
}

.shenchanDiv1 .fl ul li {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px #cccccc solid;
}

.shenchanDiv1 .fl ul li p:first-child {
	width: 40%;
}

.shenchanDiv1 .fl ul li p:last-child {
	width: 60%;
}

.shenchanDiv1 .fl ul li .font24 {
	margin-top: 35px;
}

.shenchanDiv1 .img {
	text-align: right;
}

.shenchanDiv1 .img img {
	margin-left: 30px;
}

.shenchanDiv1>.absolute {
	left: 2%;
	bottom: 90px;
}

.shengchanDiv2 {
	padding: 70px;
	background: #f5f7fa;
}

.imgTitle {
	position: relative;
	padding-left: 20px;

}

.imgTitle:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	width: 4px;
	height: 28px;
	background-color: #225ca9;
}

.imgBlock .col-lg-6 {
	padding: 0 10px;
}

.imgBlock .col-lg-6>img {
	margin-bottom: 20px;
}

.imgBlock>.content>.row {
	margin: 0 -10px;
}

.imgBlock>.content>.row .col-lg-6 .col-6 {
	padding: 0 10px;
}

.imgBlock>.content>.row .col-lg-6 .row {
	margin: 0 -10px;
}

.imgBlock .col-lg-3 {
	padding: 0 10px;
}

.shengchanDiv3 .fl {
	width: 450px;
}

.bn_wenzi {
	width: 50%;
}

.gfDiv1 .textDiv .wenzi {
	width: 456px;
}

.gfDiv1 .textDiv .wenzi .xian {
	width: 40px;
	height: 6px;
	background-color: #225ca9;
	margin: 15px 0;
}

.gfDiv1 .textDiv .wenzi.fr {
	text-align: right;
}

.gfDiv1 .textDiv .wenzi.fr .xian {
	float: right;
}

.youshiDiv {
	background: #f5f5f5;
	padding: 70px 0;
}

.youshiDiv ul li img {
	margin-left: 38px;
}

.youshiDiv ul li:first-child .fl {
	width: 45%;
	display: flex;
	align-items: center;
}

.youshiDiv ul li:first-child .fr {
	width: 55%;
	display: flex;
	align-items: center;
}

.youshiDiv ul li:nth-child(2) .fl {
	width: 55%;
	display: flex;
	align-items: center;
}

.youshiDiv ul li:nth-child(2) .fr {
	width: 45%;
	display: flex;
	align-items: center;
}

.ysDiv .font20 {
	width: 160px;
	height: 46px;
	background-color: #225ca9;
	font-weight: bold;
	color: #fff;
	line-height: 46px;
	text-align: center;
}

.ysDiv {
	line-height: 40px;
	align-items: flex-start;
}

.ysDiv>div:nth-child(2) {
	margin-left: 70px;
}

.gfDiv3 {
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}

.gfDiv3 .textDiv p.font20 {
	background: #225ca9;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.gfDiv3 .textDiv .wenzi {
	min-height: 135px;
	background-color: #ffffff;
	text-align: center;
}

.gfDiv3 .col-lg-3 {
	margin-bottom: 30px;
}

.lcbDiv2 {
	background-color: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 80px;
}

.lcbDiv2 .content .fr,
.lcbDiv2 .content .fl {
	width: 560px;
}

.lcbDiv3 .col-lg-3 {
	padding: 0 20px;
}

.lcbDiv3 .row {
	margin: 0 -20px;
}

.caseDiv {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #f5f5f5;
}

.caseDiv .col-lg-4 {
	margin-bottom: 30px;
}

.erji ul li {
	width: 25%;
}

.qmDiv1 .fl {
	width: 472px;
}

.qmDiv1 .fl .wenzi {
	width: 450px;
}

.youshiDiv2 ul li:first-child .fl,
.youshiDiv2 ul li:first-child .fr {
	width: 46%;
}

.youshiDiv2 ul li:nth-child(2) .fl {
	width: 40%;
}

.youshiDiv2 ul li:nth-child(2) .fr {
	width: 46%;
}

.youshiDiv2 ul li:nth-child(2) .fr .wenzi {
	margin-left: 27px;
}

.qmDiv3 {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}

.wmDiv1 .wenzi {
	width: calc(100% - 590px);
}

.wmDiv2 {
	padding-top: 70px;
	padding-bottom: 80px;
	background: #f5f5f5;
}

.wmDiv2 .wenzi {
	width: calc(100% - 650px);
}

.aboutDiv1 ul.tab {
	display: flex;
	align-items: center;
	border-bottom: 1px #cccccc solid;
}

.aboutDiv1 ul.tab li {
	margin-right: 60px;
	padding-bottom: 20px;
	position: relative;
}

.aboutDiv1 ul.tab li.active {
	font-size: 28px;
	color: #225ca9;
}

.aboutDiv1 ul.tab li.active::after {
	width: 100%;
	height: 3px;
	background-color: #225ca9;
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
}

.aboutDiv1 {
	padding-bottom: 90px;
}

.aboutDiv1>img.absolute {
	right: 100px;
	bottom: 0;
}

.aboutDiv2 {
	background: url(../img/about3.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 170px;
}

.aboutDiv2 .textDiv {
	padding: 60px;
	height: 100%;
}

.aboutDiv2 .col-lg-4 {
	padding: 0 5px;
}

.aboutDiv2 .row {
	margin: 0 -5px;
}

.xian {
	width: 30px;
	height: 1px;
	background-color: #ffffff;
	margin: 25px auto;
}

.aboutDiv2 .textDiv:hover {
	background: #225ca9;
}

.aboutDiv3 .content {
	height: 512px;
}

.aboutDiv3 .content img.text {
	position: absolute;
	top: -30px;
	left: 0;
}

.aboutDiv3 {
	background: url(../img/about10.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 120px;
}

.aboutDiv3 .content img.lc {
	position: absolute;
	bottom:1px;
	left: 124px;
	right: 0;
	margin: 0 auto;
}

.aboutDiv3 .content ul {
	position: absolute;
	z-index: 9;
	bottom: 140px;
	width: 100%;
	left: 310px;
	right: 0;
}

.aboutDiv3 .content ul li {
	width: 208px;
	position: absolute;
	line-height: 20px;
}

.aboutDiv3 .content ul li:first-child {
	bottom: 0;
}

.aboutDiv3 .content ul li:nth-child(2) {
	bottom: 30px;
	left: 300px;
}

.aboutDiv3 .content ul li:nth-child(3) {
	bottom: 145px;
	left: 635px;
	width: 219px;
}

.aboutDiv3 .content ul li:nth-child(4) {
	bottom: 290px;
	right: 182px;
}

.aboutDiv3 .content ul li:nth-child(5) {
	bottom: 375px;
	right: 10px;
}

.indexDiv1 {
	background: url(../img/index_bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.indexDiv1 .xian {
	margin: 15px auto;
}

.indexDiv1 ul li {
	width: 255px;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

.indexDiv1 ul li .wenzi {
	padding: 15px 20px 25px 20px;
	background-color: #4f545a;
}

.indexDiv1 ul li:hover .wenzi {
	background: #225ca9;
}

.indexDiv2 {
	background: url(../img/index_bg2.jpg) no-repeat center top;
	position: relative;
	z-index: 2;
	padding-top: 70px;
}

.indexDiv2 .content {
	background: #fff;
	padding: 70px 80px;
	padding-bottom: 0;
}

.indexDiv2 .content .font20 {
	color: #2b2b2b;
}

.indexDiv2 .content .flex2 {
	align-items: flex-start;
}

.indexDiv2 .content .flex2 .wenzi {
	width: calc(100% - 70px);
	margin-top: -2px;
}

.indexDiv2 .content .col-lg-4 {
	margin-bottom: 60px;
	padding: 0 60px;
}

.indexDiv2 .content .row {
	margin: 0 -60px;
}

.indexDiv2 .content ul {
	margin-top: 5px;
}

.indexDiv2 .content ul li {
	color: #666;
	margin-bottom: 5px;
}

.indexDiv2 .content ul li span {
	display: block;
	width: 2px;
	height: 2px;
	background: #666;
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	margin-top: 8px;
}

.indexDiv3 {
	background: url(../img/index_bg3.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 150px;
	/*margin-top: -90px;*/
	padding-bottom: 80px;
}

.indexDiv3 .tab li {
	width: 160px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 21px;
	text-align: center;
	line-height: 42px;
	text-align: center;
	margin-left: 20px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}

.indexDiv3 .tab li.active {
	background: #225ca9;
	color: #ffffff;
}

.indexDiv3 .textDiv .wenzi {
	padding: 35px;
	width: 100%;
	color: #666;
}

.indexDiv3 .textDiv .wenzi span {
	display: block;
	width: 2px;
	height: 2px;
	background: #666;
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	margin-top: 8px;
}

.indexDiv3 .textDiv .wenzi li {
	margin-bottom: 5px;
	font-size: 16px;
}

.indexDiv3 .textDiv .pro_name {
	padding: 22px;
	background: #fff;
}

.indexDiv3 .swiper-slide {
	padding: 10px;
}

.indexDiv3 .textDiv {
	border-radius: 10px;
	overflow: hidden;

}

.indexDiv3 .textDiv .pro_name i {
	position: absolute;
	width: 36px;
	height: 36px;
	border: solid 1px #cccccc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 30px;
	bottom: 17px;
	z-index: 9;
}

.indexDiv3 .textDiv:hover .pro_name i {
	background: #225ca9;
	color: #fff;
	border: solid 1px #225ca9;
}

.indexDiv3 .textDiv:hover {
	box-shadow: 0 0 10px rgba(34, 92, 269, 0.2);
}

.indexDiv3 .prev {
	top: 48%;
	left: -60px;
}

.indexDiv3 .next {
	top: 48%;
	right: -60px;
}

a.more {
	width: 160px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666;
	transition: all 0.3s;
	margin: 0 auto;
	margin-top: 60px;
}

a.more i {
	color: #225ca9;
	font-size: 30px;
	margin-left: 10px;
}

a.more:hover {
	background: #225ca9;
	color: #fff;
}

a.more:hover i {
	color: #fff;
}

.indexDiv4 #tabCon {
	height: 613px;
}

.indexDiv4 #tabCon .tab_cell {
	position: relative;
	height: 100%;
}

.indexDiv4 #tabCon .tab_cell .wenzi {
	height: 610px;
	width: 485px;
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 60px;
}

.indexDiv4 #tabCon .tab_cell .img_ab {
	position: absolute;
	left: 480px;
	height: 610px;
}

.indexDiv4 #tabCon .tab_cell ul li {
	text-align: center;
}

.indexDiv4 .tab {
	position: relative;
	z-index: 99;
	margin-top: -60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 160px;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
}

.indexDiv4 .tab li {
	width: 460px;
	background: #fff;
	height: 120px;
	cursor: pointer;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexDiv4 .tab li a {
	display: block;
	width: 120px;
	height: 42px;
	border-radius: 21px;
	border: solid 2px #ffffff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	margin-top: 25px;
	line-height: 42px;
	display: none;
}

.indexDiv4 .tab li.active {
	background: #225ca9;
	color: #fff;
	height: 160px;
	width: 480px;
}

.indexDiv4 .tab li.active a {
	display: block;
}

.indexDiv5 {
	padding-top: 70px;
	padding-bottom: 80px;
	background: #4f545a;
}

.indexDiv5 .swiper-slide {
	text-align: center;
}

.indexDiv5 .swiper-container {
	width: 97%;
	margin: 0 auto;
	margin-top: 40px;
}

.indexDiv5 .swiper-container .swiper-slide-duplicate-prev,
.indexDiv5 .swiper-container .swiper-slide-active {
	opacity: 0.3;
}

a.more2 {
	width: 130px;
	height: 42px;
	text-align: center;
	line-height: 42PX;
	border-radius: 21px;
	border: solid 1px #ffffff;
	color: #fff;
	transition: all 0.3s;
}

a.more2:hover {
	background: #225ca9;
	color: #fff;
	border: solid 1px #225ca9;
}

.indexDiv6 {
	background-color: #f7faff;
	padding-top: 70px;
	padding-bottom: 80px;
}

.caseName {
	position: absolute;
	bottom: 20px;
	right: 40px;
	padding: 22px 40px;
	background: rgba(255, 255, 255, .85);
	z-index: 99;
	display: none;
}

.indexDiv7 .swiper-slide {
	width: 50%;
}

.indexDiv7 .swiper-slide-active .caseName {
	display: block;
}

.indexDiv7 .swiper-button-prev {
	width: 100px;
	height: 50px;
	background: rgba(0, 0, 0, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	left: 23%;
}

.indexDiv7 .swiper-button-next {
	width: 100px;
	height: 50px;
	background: rgba(0, 0, 0, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	right: 23%;
}

.indexDiv8 {
	padding-top: 70px;
	padding-bottom: 80px;
	background-image: linear-gradient(-40deg,
			#e2eaf2 0%,
			#fafafa 100%);
}

.more3 {
	display: block;
	width: 130px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #225ca9;
	line-height: 42px;
	text-align: center;
	color: #225ca9;
}

.more3:hover {
	background: #225ca9;
	color: #fff;
	transition: all 0.3s;
}

.indexDiv6 .swiper-slide {
	width: 199px;
}

.indexDiv6 .swiper-slide ul li {
	margin-bottom: 2.5px;
	position: relative;
}

.indexDiv6 .swiper-slide:first-child {
	width: 395px !important;
}

.indexDiv6 .swiper-button-prev {
	left: auto;
	right: 64px;
	bottom: auto;
	top: 40px;
}

.indexDiv6 .swiper-button-next {
	left: auto;
	right: 0;
	bottom: auto;
	top: 40px;
}

.indexDiv6 .swiper-slide li:hover::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px #225ca9 solid;
	z-index: 9;
}

.indexDiv8 .tab {
	display: flex;
}

.indexDiv8 .tab li {
	width: 112px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #d9d9d9;
	cursor: pointer;
	margin-left: 20px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
}
.indexDiv8 .tab li.active{
	background: #225ca9;
	color: #fff;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

	.font16 {
		font-size: 16px;
	}

	.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 #333 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 #333;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #333 dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		/* width: 30%; */
		margin-left: -10px;
		margin-top: 0px;
	}

	header .logo p span:nth-child(2) {
		display: none;
	}

	header .logo p {
		margin-left: 10px;
		margin-top: 5px;
	}

	header .logo .font30 {
		font-size: 20px;
	}

	header .logo img {
		max-height: 40px;
		float: left;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	header.on-fixed {
		background: #fff;
	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
		/* display: none; */
	}

	.menu ul li:hover>ul {
		display: none !important;
	}

	.menu ul li:hover>ul.open {
		display: block !important;
		width: 100%;
		left: 0;
		transform: translate(0);
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: rgba(0, 0, 0, .8);
		/* box-shadow: 0 0 5px #ccc; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}
	header.on-fixed{
		background: rgba(0, 0, 0, .8);
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu>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: #fff;
	}

	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);
		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 #333;
		float: none;
		width: 100%;
		position: relative;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #333 solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #fff;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #fff;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #fff;
	}

	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: #FF555C;
	}

	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; */
	}

	.bannerIndex img {
		height: 230px;
		object-fit: cover;
		width: 100%;
	}

	.bannerIndex .wrap2 .swiper-pagination-bullet {

		height: 2px;
		width: 20px;
		margin-right: 2px;
	}

	.bannerIndex .wrap2 .swiper-pagination-bullet-active {
		width: 30px;
	}

	.bannerIndex .wrap2 .num {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		bottom: 10px;
		right: 20px;
		position: absolute;
	}

	.bannerIndex .wrap2 .swiper-pagination {
		bottom: 10px;
	}

	.bannerIndex .wrap2 .swiper-button-next {
		right: 0;
		left: auto;
		bottom: 1px;
		top: auto;
		width: 10px;
		background-size: 100%;
	}

	.bannerIndex .wrap2 .swiper-button-prev {
		right: 49px;
		left: auto;
		bottom: 2px;
		top: auto;
		width: 10px;
		background-size: 100%;
	}

	.indexDiv1 ul li {
		width: 100%;
		display: flex;
		background: #4f545a;
		border-radius: 10px;
		margin-bottom: 15px;
	}

	.indexDiv1 .xian {
		margin: 8px auto;
	}

	.indexDiv1 ul li img {
		width: 30%;
	}

	.font18 {
		font-size: 14px;
	}

	.indexDiv1 ul li .wenzi {
		width: 70%;
	}

	.indexDiv1,
	.indexDiv2 {
		padding: 40px 0;
	}

	.indexDiv2 .content {
		padding: 30px 25px;
	}

	.indexDiv2 .content .textDiv img {
		width: 35px;
	}

	.indexDiv2 .content .col-lg-4 {
		margin-bottom: 30px;
	}

	.indexDiv3 .flex2 {
		display: block;
	}

	.indexDiv3 {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.indexDiv3 .tab {
		flex-wrap: wrap;
		justify-content: initial;
	}

	.indexDiv3 .tab {
		margin-left: -20px;
		margin-top: 20px;
	}

	.indexDiv3 .tab li {
		width: 44%;
		margin-bottom: 10px;
	}

	.indexDiv3 .swiper-container {
		width: 88%;
	}

	.indexDiv3 .textDiv .wenzi li {
		font-size: 13px;
	}

	.indexDiv3 .textDiv .wenzi {
		padding: 15px 25px;
	}

	.indexDiv3 .prev {
		top: 48%;
		left: -9px;
		width: 35px;
		height: 35px;
	}

	.indexDiv3 .next {
		top: 48%;
		right: -9px;
		width: 35px;
		height: 35px;
	}

	.indexDiv3 .textDiv .pro_name {
		font-size: 16px;
	}

	.indexDiv3 .textDiv .pro_name i {

		width: 26px;
		height: 26px;
		right: 30px;
		bottom: 21px;
		z-index: 9;
	}

	a.more {
		height: 40px;
		margin-top: 20px;
	}

	a.more i {
		font-size: 18px;
	}

	.indexDiv4 #tabCon .tab_cell .img_ab {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		margin-top: 20px;
	}

	.indexDiv4 #tabCon .tab_cell .textDiv {
		display: block;
	}

	.indexDiv4 #tabCon .tab_cell .wenzi {
		height: auto;
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	.indexDiv4 #tabCon .tab_cell .wenzi .font16 {
		font-size: 14px;
	}

	.indexDiv4 .tab li {
		font-size: 15px;
	}

	.indexDiv4 .tab li a {
		display: block;
		width: 85px;
		height: 30px;
		border-radius: 21px;
		border: solid 1px #ffffff;
		text-align: center;
		font-size: 12px;
		color: #fff;
		margin: 0 auto;
		margin-top: 10px;
		line-height: 30px;
		display: none;
	}

	.indexDiv4 #tabCon {
		height: auto;
	}

	.indexDiv4 .tab {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.indexDiv4 .tab li.active {
		height: 100px;
	}

	.indexDiv4 .tab li {
		height: 90px;
	}

	a.more2 {
		width: 90px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border-radius: 15px;
		border: solid 1px #ffffff;
		color: #fff;
		font-size: 14px;
		transition: all 0.3s;
	}

	.more3 {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.indexDiv5 .swiper-container .swiper-slide-duplicate-prev,
	.indexDiv5 .swiper-container .swiper-slide-active {
		opacity: 1;
	}

	.indexDiv5.indexDiv5 {
		padding: 40px 0;
	}

	.swiper-button-next.next {
		width: 35px;
		height: 35px;
	}

	.swiper-button-prev.prev {
		width: 35px;
		height: 35px;

	}

	.indexDiv6 .prev,
	.indexDiv6 .next {
		top: 25px;
	}

	.swiper-button-prev.prev i,
	.swiper-button-prev.next i {
		font-size: 16px;
	}

	.indexDiv6 .swiper-slide:first-child {
		width: 66% !important;
	}

	.indexDiv6 .swiper-slide {
		width: 33.33%;
	}

	.indexDiv7 .swiper-button-next,
	.indexDiv7 .swiper-button-prev {
		width: 45px;
		height: 32px;
		padding: 10px;
	}

	.indexDiv7 .swiper-button-next {
		right: 20px;
	}

	.indexDiv7 .swiper-button-prev {
		left: 20px;
	}

	.indexDiv7 .swiper-slide {
		width: 100%;
	}

	.caseName {
		padding: 10px;
		font-size: 14px;
	}
	.swiper-button-next.next i{
		font-size:20px;
	}

	.indexDiv8 {
		padding: 40px 0;
	}

	.indexDiv8 .col-lg-3 {
		margin-bottom: 20px;
	}
	.indexDiv8 .flex2{
		display: block;
	}
	.indexDiv8 .tab{
		margin-left: -20px;
		margin-top: 20px;
	}
	.indexDiv8 .tab li{
		width: 30%;
	}
	footer>.wrap2>.flex2{
		display: block;
	}
	.foot_lx{
		margin-left: 30px;
	}
	.footFr{
		display: block;
	}
	.footNav{
		margin-left: 0;
		margin-bottom: 15px;
	}
	.footNav ul li{
		float: left;
		margin-right: 15px;
	}
	.footNav p{
		margin-bottom: 4px;
	}
	.link{
		margin-top: 25px;
	}
	header .rightDiv .menu{
		display: block;
		padding-bottom: 200px;
	}
	.tel{
		float: left;
		margin-top: 20px;
	}
	.banner_nei>img{
		height: 220px;
		object-fit: cover;
	}
	.banner_nei .absolute{
		padding-top: 40px;
	}
	.banner_nei .absolute .font46{
		font-size: 24px;
		margin-top: 0!important;
	}
	header .tel{
		border: solid 1px #ffa800;
	}
	.aboutDiv1 ul.tab li.active{
		font-size: 16px;
	}
	.aboutDiv1 ul.tab li{
		width: 33.33%;
		margin-right: 0;
	}
	.font16{
		font-size: 14px;
		line-height: 24px;
	}
	.aboutDiv2 .textDiv{
		padding: 20px;
	}
	.aboutDiv2 .textDiv img{
		width: 65px;
	}
	.aboutDiv2{
		padding-bottom: 40px;
	}
	.aboutDiv3 .content img.text{
		width: 60%;
		position: relative;
	}
	.aboutDiv3 .content ul{
		position: relative;
		bottom: auto;
		left: 0;
		margin-top: 20px;
	}
	.aboutDiv3 .content ul li{
		position: relative;
		width: 100%!important;
		left: 0!important;
		right: 0;
		bottom: 0;
		top: 0;
		margin-bottom: 16px;
	}
	.aboutDiv3 .content img.lc{
		display: none;
	}
	.font56{
		font-size: 24px;
	}
	.shenchanDiv1 .fl,
	.shenchanDiv1 .fr{
		width: 100%;
	}
	.shenchanDiv1 .fl ul li .font24{
		margin-top: 0;
		font-size: 14px;
	}
	.shenchanDiv1 .img img{
		width: 45%;
		    margin-left: 10px;
	}
	.shenchanDiv1{
		padding-bottom: 20px;
	}
	.shenchanDiv1>.absolute {
	    left: 2%;
	    bottom: 0px;
	    z-index: -1;
	}
	.shengchanDiv2{
		padding:40px 0;
	}
	.imgBlock>.content>.row .col-lg-6 .col-6,
	.imgBlock .col-lg-3{
		margin-bottom: 20px;
	}
	.shengchanDiv3 .fl,
	.shengchanDiv3 .fr{
		width: 100%;
	}
	.imgBlock .col-lg-6>img{
		margin-top: 0;
	}
	.font28{
		font-size: 20px;
	}
	.imgTitle:before {
	    position: absolute;
	    top: 6px;
	    left: 0;
	    content: "";
	    width: 4px;
	    height: 20px;
	    background-color: #225ca9;
	}
	.banner_nei.gf>img{
		height: 500px;
	}
	.banner_nei.gf .fl,
	.banner_nei.gf .fr{
		width: 100%;
	}
	.gfDiv1 .textDiv .wenzi{
		width: 100%;
		margin-bottom: 20px;
	}
	.youshiDiv ul li:first-child .fl,
	.youshiDiv ul li:first-child .fr,
	.youshiDiv ul li:nth-child(2) .fl,
	.youshiDiv ul li:nth-child(2) .fr{
		width: 100%;
	}
	.youshiDiv ul li img{
		width: 40%;
		margin-left: 20px;
	}
	.youshiDiv ul li:first-child .fl,
	.youshiDiv ul li:nth-child(2) .fl{
		margin-bottom: 20px;
	}
	.youshiDiv ul li .wenzi{
		width: 60%;
	}
	.youshiDiv ul li .font46{
		font-size: 18px;
	}
	.youshiDiv ul li .font20{
		font-size: 14px;
	}
	.ysDiv>div{
		margin-top: 20px;
	}
	.ysDiv>div:nth-child(2){
		margin-left: 10px;
	}
	.gfDiv3 .col-lg-3{
		padding: 0 8px;
	}
	.gfDiv3 .row{
		margin: 0 -8px;
	}
	.gfDiv3 .textDiv .wenzi{
		min-height: 120px;
	}
	.gfDiv3{
		padding: 40px 0;
	}
	.erji ul li a{
		font-size: 16px;
		padding: 20px 0;
	}
	.lcbDiv2 .content .fr, .lcbDiv2 .content .fl{
		width: 100%;
	}
	.lcbDiv2{
		padding: 40px 0;
	}
	.lcbDiv3 .font30{
		font-size: 16px;
	}
	.lcbDiv3 .col-lg-3,
	.caseDiv .col-lg-4{
		padding:0 8px ; 
	}
	.lcbDiv3  .row,
	.caseDiv .row{
		margin: 0 -8px;
	}
	.erji ul {
		flex-wrap: wrap;
	}
	.erji ul li{
		width: 50%;
	}
	.qmDiv1 .fl,
	.qmDiv1 .fr,
	.qmDiv1 .fl .wenzi{
		width: 100%;
	}
	.qmDiv1 .fl .wenzi{
		margin-bottom: 20px;
	}
	.youshiDiv2 ul li:nth-child(2) .fr .wenzi{
		margin-left: 0;
	}
	.wmDiv1 .wenzi,
	.wmDiv1 .fl{
		width: 100%;
	}
	.wmDiv2 .flex2{
		display: block;
	}
	.wmDiv2 .flex2 img{
		width: 100%;
	}
	.wmDiv2 .wenzi{
		width: 100%;
		margin-bottom: 20px;
	}
	.hezuoDiv1 ul{
		margin-left: -10px;
	}
	.hezuoDiv1 ul li{
		width: 30%;
		margin-left: 10px;
	}
	.hezuoDiv2{
		padding: 40px 0;
	}
	.hezuoDiv2 .prev,
	.hezuoDiv3 .prev{
		left: 36%;
	}
	.hezuoDiv2 .next,
	.hezuoDiv3 .next{
		right: 36%;
	}
	.jishuDiv .imgDiv{
		height: 150px;
	}
	.news_xqDiv{
		padding-top: 80px;
	}
	.font42{
		font-size: 24px;
	}
	.share img{
		width: 35px;
	}
	.contactDiv>img{
		height: 1100px;
		object-fit: cover;
	}
	.contactDiv .absolute{
		padding-top: 80px;
		display: block;
	}
	.contactDiv .textDiv{
		padding: 20px;
	}
	.contactDiv .textDiv img{
		width: 30px;
	}
	.indexDiv4 #tabCon .tab_cell ul li img{
		height: 25px;
	}
	
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}
	.bannerIndex img{
		height: 340px;
	}
	.indexDiv1 ul{
		justify-content: initial;
	}
	.indexDiv1 ul li{
		display: block;
		width: 30%;
		margin-left: 3.333%;
	}
	.indexDiv1 ul li img{
		width: 100%;
	}
	.indexDiv3 .tab li{
		width: 30%;
	}
	.indexDiv6 .swiper-slide{
		width: 25%;
	}
	.indexDiv6 .swiper-slide:first-child {
	    width: 49% !important;
	}
	.ysDiv>div{
		width: 45%;
	}
	.gfDiv2 .fl,
	.gfDiv2 .fr{
		width: 100%;
	}
	.contactDiv>img{
		height: 650px;
	}
	.footFl .flex{
		justify-content: initial;
	}


}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {

	.wrap,
	.wrap2 {
		width: 95%;
	}
	.contactDiv>img{
		height:1050px;
	}
	header .tel,
	header.index .tel{
		display: none;
	}
	header .rightDiv .menu>ul>li {
	    float: left;
	    padding: 0 6px;
	    /* width: 126px; */
	}
	.indexDiv1 ul li{
		width: 180px;
	}
	.footNav{
		margin-left: 30px;
	}
	.shengchanDiv3 .fr{
		width: 50%;
	}
	.font46{
		font-size: 30px;
	}
	.ysDiv>div{
		margin-top: 30px;
	}
	.gfDiv2 .fl{
		width: 50%;
	}
	.gfDiv2 .fr{
		width: 45%;
	}
	.banner_nei.gf>img{
		height: 500px;
	}
	.lcbDiv2 .content .fr, .lcbDiv2 .content .fl{
		width: 48%;
	}
	.font48{
		line-height: 56px;
	}
	.wmDiv2 .flex2 img{
		width: 48%;
	}
	.wmDiv2 .flex2:nth-child(2) img{
		width: 50%;
	}
	.wmDiv2 .wenzi{
		width: 48%;
	}
	.qmDiv1 .fr{
		width: calc(100% - 500px);
	}
	.gfDiv1 .textDiv img{
		width: 40%;
	}
	.indexDiv3 .tab li{
		width: 125px;
	}
	.indexDiv3 .swiper-container{
		width: 90%;
	}
	.indexDiv3 .textDiv .wenzi{
		padding: 20px;
	}
	.indexDiv3 .textDiv .wenzi ul li{
		margin-bottom: 2px;
	}
	.indexDiv3 .next {
	    top: 48%;
	    right: -6px;
	}
	.indexDiv3 .prev {
	    top: 48%;
	    left: -6px;
	}
	.aboutDiv3 .content img.lc{
		left: 0;
	}
	.aboutDiv3 .content ul li{
		width: 150px;
	}
	.aboutDiv3 .content ul li:first-child{
		left: -40px;
	}
	.aboutDiv3 .content ul li:nth-child(2) {
	    bottom: 83px;
	    left: 155px;
	}
	.aboutDiv3 .content ul li:nth-child(3) {
	    bottom: 89px;
	    left: 371px;
	    width: 219px;
	}
	.aboutDiv3 .content ul li:nth-child(5) {
	    bottom: 339px;
	    right: 30px;
	}
	.shenchanDiv1 .fl{
		width: 415px;
	}
	.font56{
		font-size: 36px;
	}
	.shenchanDiv1 .fl ul li .font24 {
	    margin-top: 26px;
	    font-size: 16px;
	}
	.youshiDiv ul li img{
		width: 155px;
	}

}

@media screen and (min-width:1201px) and (max-width:1440px) {
	header .rightDiv{
		margin-left: 0;
	}
	header .rightDiv .menu>ul>li{
		padding: 0 5px;
	}
	
	.contactDiv>img{
		height: 990px;
	}
	.wrap2{
		width: 1200px;
		margin: 0 auto;
	}
	.footNav {
	    margin-left: 100px;
	}
	.indexDiv1 ul li{
		width: 225px;
	}
	.indexDiv3 .swiper-container{
		width: 90%;
	}
	.indexDiv3 .next {
	    top: 48%;
	    right: -15px;
	}
	.indexDiv3 .prev {
	    top: 48%;
	    left: -16px;
	}
}
.jsslDiv {
	background: #f5f7fa;
	padding: 65px 0 80px 0;
}

.jsslDiv .textDiv {
	padding: 40px 30px;
	background: #fff;
	height: 100%;
}
.jsslDiv .textDiv:hover{
	box-shadow: 0 0 10px #eee;
}

.jsslDiv .textDiv .ovh2 {
	height: 49px;
}

.jsslDiv .textDiv .imgDiv {
	margin-top: 30px;
}

.jsslDiv .textDiv .bt_n {
	display: flex;
	align-items: center;
}

.jsslDiv .textDiv .bt_n span {
	display: flex;
	width: 30px;
	height: 30px;
	border: solid 1px #225ca9;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.jsslDiv  .col-lg-4{
	margin-bottom: 30px;
}
@media screen and (min-width:768px) and (max-width:992px) {
	.jsslDiv .textDiv .bt_n{
		font-size: 20px;
	}
	.jsslDiv .textDiv{
		padding: 20px;
	}
}