html,
body {
	padding: 0;
	margin: 0;
	font-family: Arial, PingFang SC, Hiragino Sans GB, STHeiti, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	;
	font-size: 14px;
	color: #000;
}

@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: 1440px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}


/* 鍚戝彸鐨勭澶� */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #4e82ff;
}

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: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background: #FFFFFF;
	height: 80px;
	transition: all 0.5s;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px #ccc;
}

header.on-fixed.index {
	background: #FFFFFF;
}

header.on-fixed .rightDiv .menu>ul>li>a {
	color: #000;
}

header .rightDiv {
	float: right;
	display: flex;
	align-items: center;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 80px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 23px;
	/*width: 126px;*/
}

header .rightDiv .menu>ul>li>a {
	height: 80px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #000;
	position: relative;
	font-size: 14px;
	line-height: 80px;
}


/* 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: #4e82ff;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	transition: .5s;
}

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:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #4e82ff;
}


/* 
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: #4e82ff;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}

header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */

/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}

/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/

/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(../img/xia.png) no-repeat; */

/*} */
.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {}

.menu ul li:hover>ul {
	top: 90px;
	opacity: 1;
	visibility: visible;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}

.menu ul ul li:hover {
	background: #d7e5f6;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {
	width: 180px;
	/* margin-left: -8px; */

	text-align: center;
	top: 120px;
	position: absolute;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}

.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */

	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	padding: 0 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: 8px 0;
}

.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;
}

.tel {
	width: 160px;
	height: 36px;
	background-color: #3a66b1;
	border-radius: 18px;
	font-family: Impact;
	color: #fff;
	font-size: 16px;
	margin-top: 27px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tel span {
	margin-left: 10px;
}

.banner_nei {
	margin-top: 80px;
	position: relative;
}

.banner_nei .wenzi {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #101d47;
}

.bannerIndex .swiper-pagination {
	bottom: 135px;
}

.bannerIndex .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: none;
	opacity: 0.6;
	border-radius: 0;
	border-radius: 50%;
	transition: all 0.5s;
	border: solid 2px #ffffff;
	background: #fff;
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.bannerIndex .swiper-button-white {
	opacity: 0.6;
	background-size: 70%;
	z-index: 99;
}

img.shubiao {
	position: absolute;
	z-index: 99;
	bottom: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: auto !important;
}

.bannerIndex .swiper-pagination-bullet-active {
	opacity: 1;
	border-radius: 10px;
	background: none;
	border: solid 2px #ffffff;
}

.bannerIndex img {
	min-height: 180px;
	object-fit: cover;
}

.bannerIndex p.more {
	width: 110px;
	border: 1px #fff solid;
	text-align: center;
}

.bannerIndex p.more:hover {
	background: #204e9e;
	color: #fff;
	border: 1px #204e9e solid;
}

a.contact_a {
	display: block;
	width: 128px;
	height: 44px;
	border-radius: 6px;
	border: solid 1px #4e82ff;
	color: #4e82ff;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
}

.lxDiv {
	margin-left: 12px;
}

.langDiv {
	position: relative;
	margin-left: 40px;
	margin-right: 35px;
	cursor: pointer;
}

.langDiv ul {
	position: absolute;
	width: 80px;
	top: 80px;
	left: -25px;
	background: rgba(255, 255, 255, 0.3);
	display: none;
}

.langDiv:hover ul {
	display: block;
}

.langDiv ul li a {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 5px;
}

.langDiv ul li:last-child a {
	border-top: 1px rgba(255, 255, 255, 0.3) solid;
}

.langDiv .lang_p {
	padding: 25px 0;
}

header.index {
	background: rgba(255, 255, 255, 0.3);
}

.logo_bott {
	display: flex;
	align-items: center;
}

.logo_bott img {
	margin-right: 15px;
}

footer {
	padding: 30px 0;
	border-top: 1px #f8f8f8 solid;
}

.ewmDiv {
	display: flex;
	align-items: flex-end;
	line-height: 15px;
}

.ewmDiv img {
	box-shadow: 0 0 10px #ccc;
	margin-left: 12px;
}

.indexDiv1 {
	position: relative;
	z-index: 99;
	margin-top: -120px;
}

.indexDiv1 .contactDiv {
	width: 420px;
	height: 360px;
	border-radius: 10px;
	background: url(../img/kf_bg.png) no-repeat center center;
	background-size: cover;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.con_a {
	display: block;
	width: 250px;
	height: 54px;
	background: linear-gradient(#fff, #fff) no-repeat;
	background-size: 0 100%;
	border: solid 1px #ffffff;
	text-align: center;
	line-height: 54px;
	color: #fff;
	transition: all 0.5s;
	margin: 0 auto;
	margin-top: 80px;
}

a.con_a:hover {
	background-size: 100% 100%;
	color: #1226aa;
}

.kf_tel {
	display: flex;
	align-items: center;
}

.kf_tel p.font30 {
	font-family: Calibri;
}

.kf_tel p.font36 {
	font-family: Calibri;
	font-family: Bahnschrift;
}

.kf_tel img {
	margin-right: 22px;
}

.indexDiv1 .hezuoDiv {
	width: calc(100% - 460px);
	background-color: #ffffff;
	box-shadow: 6px 10px 10px 0px rgba(152, 152, 152, 0.2);
	border-radius: 10px;
	padding: 40px 80px;
	border-bottom: 2px #4e82ff solid;
}

.indexDiv1 .hezuoDiv ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px;
}

.indexDiv1 .hezuoDiv ul li img {
	max-height: 60px;
}

.indexDiv1 .hezuoDiv ul li {
	width: 120px;
	margin: 0 15px;
	text-align: center;
	margin-top: 40px;
}

.title1 {
	display: flex;
}

.title1 .en {
	margin-left: 15px;
	margin-top: 7px;
}

.index_abImg {
	width: 480px;
}

.indexDiv2 .flex2 {
	align-items: flex-start;
}

.xian {
	margin: 15px 0;
}

.in_bt {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.indexDiv2 .index_jsDiv {
	width: calc(100% - 580px);
}

img.index_abImg {
	width: 480px;
}

.index_ul ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.index_ul ul li img {
	margin-top: 8px;
	margin-right: 10px;
}

.index_ul ul li p {
	width: calc(100% - 26px);
	font-size: 16px;
	line-height: 32px;
}

.in_bt img {
	margin-right: 10px;
}

.font58 {
	font-size: 58px;
}

.lit_wz {
	display: flex;
	align-items: center;
	margin-left: 5px;
}

.lit_wz img {
	margin-right: 5px;
}

.shuju ul {
	display: flex;
}

.shuju ul li {
	margin-right: 160px;
}

a.more_ab {
	display: block;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 188px;
	height: 56px;
	background-color: #4e82ff;
	border-radius: 4px;
	margin-bottom: 10px;
}

a.more_ab:hover {
	color: #fff;
}

a.more_ab img {
	margin-left: 10px;
}

.indexDiv3 .wrap {
	min-height: 560px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	padding: 50px 0;
}

.indexDiv4 {
	padding-top: 70px;
	padding-bottom: 90px;
	background: #fbfbfc;
}

.line32 {
	line-height: 32px;
}

.indexDiv4 .textDiv {
	padding: 43px 55px;
	min-height: 450px;
	background: #fff;
	border-bottom: 2px #4e82ff solid;
	box-shadow: 0 0 10px #eee;
}

.indexDiv4 .col-lg-4 {
	padding: 0 45px;
	margin-bottom: 25px;
}

.indexDiv4 .row {
	margin: 0 -45px;
	margin-top: 60px;
}

.indexDiv5 .wrap {
	min-height: 760px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 50px 0;
}

.indexDiv5 .wenzi {
	width: 616px;
}

.indexDiv5 .content ul {
	display: flex;
	flex-wrap: wrap;
}

.indexDiv5 .content ul li {
	width: 40%;
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.indexDiv5 .content ul li img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin-right: 20px;
}

.shujuDiv2 {
	padding: 85px 0;
	background: #f9fafc;
}

.shujuDiv2 .textDiv {
	padding: 40px 15px;
	background: #fff;
	min-height: 260px;
	padding-top: 30px;
	height: 100%;
}

.b_xian {
	width: 40px;
	height: 10px;
	background-color: #4e82ff;
	margin: 25px 0;
}

.shujuDiv2 .col-lg-3 {
	margin-bottom: 30px;
	padding: 0 13.5px;
}

.shujuDiv2 .row {
	margin: 0 -13.5px;
}

a.lj_more {
	display: block;
	/* padding: 15px 25px; */

	background-color: #4e82ff;
	border-radius: 25px;
	margin: 0 auto;
	width: 284px;
	text-align: center;
	color: #fff;
}

a.lj_more:hover {
	color: #fff;
}

.contactDiv .wrap {
	display: flex;
	justify-content: center;
}

.contactDiv .wrap img.lxImg {
	width: 920px;
}

.contactDiv .wrap .wenzi {
	width: calc(100% - 920px);
	background-color: #4e82ff;
	display: flex;
	align-items: center;
	padding: 56px;
}

.contactDiv .w_xian {
	width: 56px;
	height: 2px;
	background-color: #eff3f6;
	margin-top: 40px;
	margin-bottom: 50px;
}

.contactDiv {
	padding-bottom: 60px;
}

.newsDiv .textDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsDiv .imgDiv img {
	width: 400px;
	height: 300px;
	object-fit: cover;
}

.newsDiv .wenzi {
	width: calc(100% - 440px);
}

.newsDiv .wenzi p.time {
	width: 115px;
	height: 27px;
	background-color: #eff3f6;
	font-size: 16px;
	text-align: center;
	line-height: 27px;
	margin-bottom: 30px;
}

.newsDiv ul li {
	margin-bottom: 60px;
}

.xqDiv {
	background: #fcfcfc;
}

.xqDiv {
	margin-top: 80px;
}

.xq_title {
	padding-bottom: 40px;
	border-bottom: 1px #ccc solid;
}

.xqDiv .content {
	line-height: 40px;
}

.swkDiv .textDiv {
	width: 348px;
	margin-bottom: 35px;
}

.swkDiv2 {
	padding-top: 100px;
	padding-bottom: 80px;
	min-height: 760px;
}

.swkDiv2 .content {
	width: 620px;
	height: 580px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
}

.swkDiv3 .wrap {
	min-height: 760px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.swkDiv3 .content {
	width: 650px;
}

.jkDiv1 .flDiv,
.jkDiv1 .frDiv {
	width: 50%;
	height: 960px;
	cursor: pointer;
	position: relative;
}

.jkDiv1 .wenzi {
	width: 495px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.jkDiv1 .tabCon .txt {
	display: none
}

.jkDiv1 .tabCon.active .txt {
	display: block
}

.lj_more {
	width: 420px;
	height: 56px;
	border: solid 1px #4e82ff;
	display: block;
	line-height: 56px;
	text-align: center;
	color: #4e82ff;
	background: linear-gradient(#4e82ff, #4e82ff) no-repeat;
	background-size: 0% 100%;
	transition: all 0.6s;
}

.lj_more:hover {
	background-size: 100% 100%;
	color: #fff;
}

.jkDiv2 .textDiv ul li {
	width: 50%;
	padding: 0 146px;
}

.jkDiv2 .textDiv ul li .img {
	height: 345px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jkDiv2 .textDiv ul li .img img {
	max-height: 345px;
}

.jkDiv3 .wrap {
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 50px 0;
}

.jkDiv3 .wrap .content {
	text-align: right;
	width: 685px;
}

.proDiv1 ul li span {
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	display: block;
	margin-top: 8px;
	margin-right: 10px;
}

.proDiv1 ul li {
	display: flex;
	margin-bottom: 20px;
}

.proDiv1 .wenzi {
	width: calc(100% - 600px);
}

img.mainImg {
	width: 520px;
}

.proDiv2 .iconDiv img {
	margin: 0 84px;
}

.proDiv2 .iconDiv2 img {
	margin: 0 143px;
}

.proDiv2 {
	padding: 145px 0;
}

.aboutDiv1 {
	padding-bottom: 275px;
}

.aboutDiv1 .wenzi {
	padding: 80px;
	background-color: #4e82ff;
	width: 760px;
	position: absolute;
	top: 156px;
	right: 0;
	z-index: 9;
}

.aboutDiv1 .shuju li {
	margin-right: 115px;
}

.aboutDiv1 .shuju li:last-child {
	margin-right: 0;
}

.aboutDiv2 {
	background: #f8fcfd;
}

.aboutDiv2 #thumbs .swiper-slide {
	/* border-bottom: 1px #d4d4d4 solid; */

	font-size: 30px;
	padding: 0 20px;
	padding-bottom: 20px;
	height: 68px;
	padding-bottom: 5px;
	cursor: pointer;
	text-align: center;
}

.aboutDiv2 #thumbs .swiper-slide::after {
	width: 100%;
	height: 1px;
	background: #d4d4d4;
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 2;
}

.aboutDiv2 .thumbs .swiper-button-white {
	width: 30px;
	height: 30px;
	background-color: #4e82ff;
	border-radius: 50%;
	background-size: 30%;
	top: 70px;
}

.aboutDiv2 .swiper-container {
	width: 90%;
}

.aboutDiv2 #thumbs .swiper-slide.swiper-slide-thumb-active {
	font-size: 40px;
	color: #4e82ff;
}

.aboutDiv2 #thumbs .swiper-slide.swiper-slide-thumb-active p {
	margin-top: -10px;
}

.aboutDiv2 #thumbs .swiper-slide.swiper-slide-thumb-active:before {
	position: absolute;
	bottom: 0;
	width: 32px;
	height: 10px;
	background-color: #4e82ff;
	border-radius: 5px;
	content: "";
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.aboutDiv2 #gallery {
	min-height: 260px;
}

.aboutDiv3 .textDiv {
	padding: 25px;
	background: #f8fcfd;
	height: 100%;
	min-height: 500px;
	width: 510px;
}

.aboutDiv3 .swiper-slide {
	margin-top: 30px;
}

.aboutDiv3 .textDiv .wenzi {
	padding: 0 30px;
}

.aboutDiv3 .swiper-slide.swiper-slide-active {
	margin-top: 0px;
	z-index: 9;
}

.aboutDiv3 .swiper-slide.swiper-slide-active .textDiv {
	position: absolute;
	z-index: 9;
	background-color: #4e82ff;
	color: #fff;
}

.indexDiv4 .wrap {
	overflow-x: hidden;
}

.aboutDiv4 .textDiv {
	width: 600px;
}

.fixed_rt {
	position: fixed;
	z-index: 9998;
	right: 0;
	bottom: 15%;
}

a.fixed_btn {
	display: block;
	width: 72px;
	height: 72px;
	background: #4f86fa;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}

.lyDiv {
	width: 312px;
	padding: 25px 16px;
	background-color: #e8e8e8;
	z-index: 9999;
}

.lyDiv {
	color: #6b6b6b;
	display: none;
}

.lyDiv .font16 {
	color: #979797;
}

.lyDiv input,
.lyDiv textarea {
	width: 100%;
	background: #fff;
	border: 0;
	outline: none;
}

.lyDiv input {
	height: 50px;
	background-color: #ffffff;
	padding: 0 20px;
	margin-bottom: 10px;
}

.lyDiv textarea {
	height: 100px;
	padding: 10px 20px;
}

.lyDiv form button {
	width: 146px;
	height: 40px;
	background-color: #4f86fa;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	color: #fff;
}


/*PHONE灞忓箷涓嬬殑涓撶敤鏍峰紡*/
@media screen and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/

	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		margin-left: 0;
	}

	header .logo img {
		max-height: 16px;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 18px;
	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		width: 100%;
		left: 0;
		transform: translate(0, 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: #fff;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}

	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}

	/*body.on-menu header {right: 45%;}*/

	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 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:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;
		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}

	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		margin-top: 50px;
	}

	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.bannerIndex .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	a.contact_a {
		width: 85px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}

	.langDiv {
		margin: 0 10px;
	}

	.langDiv img {
		width: 20px;
	}

	a.youxiang img {
		width: 20px;
		margin-right: 40px;
	}

	.langDiv .lang_p {
		padding: 14px 0;
	}

	.langDiv:hover ul {
		top: 50px;
	}

	.indexDiv1 {
		margin-top: 0;
	}

	.indexDiv1 .contactDiv {
		width: 100%;
		float: none;
		height: 160px;
		margin-top: 20px;
	}

	a.con_a {
		width: 100%;
		margin-top: 20px;
		height: 35px;
		line-height: 35px;
	}

	.kf_tel img.kf_img {
		width: 40px;
	}

	.kf_tel p {
		line-height: 18px;
	}

	.indexDiv1 .hezuoDiv {
		width: 100%;
		margin-top: 20px;
		padding: 20px;
		box-shadow: 0 0 10px #ccc;
	}

	.indexDiv1 .hezuoDiv ul {
		margin: 0;
		margin-top: 20px;
		justify-content: space-between;
	}

	.indexDiv1 .hezuoDiv ul li {
		margin: 0;
		margin-bottom: 10px;
		width: 15%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.indexDiv2 .flex2 {
		display: block;
	}

	.indexDiv2 .index_jsDiv {
		width: 100%;
	}

	.title1 .font32 {
		font-size: 24px;
	}

	.title .font32 {
		font-size: 22px;
	}

	.xian img {
		width: 40px;
	}

	.xian {
		margin: 10px 0;
	}

	.indexDiv2 .index_jsDiv .content {
		margin-top: 30px;
	}

	.font16 {
		font-size: 14px;
	}

	.index_ul ul li p {
		font-size: 14px;
		line-height: 26px;
	}

	.index_ul ul li img {
		margin-top: 5px;
	}

	.font58 {
		font-size: 30px;
	}

	.swkDiv .textDiv .font26 {
		font-size: 22px;
	}

	.kf_tel p.font30 {
		font-size: 18px;
	}

	.kf_tel p.font36 {
		font-size: 20px;
	}

	.shuju ul li {
		margin-right: 0;
	}

	.shuju ul {
		justify-content: space-between;
	}

	a.more_ab {
		width: 150px;
		height: 40px;
		font-size: 14px;
	}

	.indexDiv3 .wrap {
		padding: 15px 0;
		min-height: 220px;
		/* justify-content: flex-start; */
	}

	.indexDiv3 {}

	.indexDiv3 a.more_ab {
		margin-top: 20px;
	}

	.font32 {
		font-size: 19px;
	}

	.indexDiv4 {
		padding: 50px 0;
	}

	.indexDiv4 .textDiv {
		padding: 20px;
		min-height: auto;
		padding-bottom: 30px;
	}

	.indexDiv4 .textDiv img:nth-child(1) {
		width: 70px;
	}

	.indexDiv5 .wrap {
		min-height: auto;
	}

	.indexDiv5 .content ul li img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin-right: 10px;
	}

	.indexDiv5 .content ul li {
		width: 50%;
	}

	.ewmDiv {
		margin-top: 20px;
	}

	.indexDiv4 .row {
		margin: 0;
		margin-top: 25px;
	}

	.indexDiv4 .col-lg-4 {
		padding: 0 20px;
	}

	.aboutDiv1 .wenzi {
		position: relative;
		width: 100%;
		padding: 20px;
		top: 0px;
	}

	.aboutDiv1 .content {
		display: block;
	}

	.aboutDiv1 .shuju li {
		margin-right: 0;
	}

	.aboutDiv1 {
		padding-bottom: 60px;
	}

	.aboutDiv2 #thumbs .swiper-slide.swiper-slide-thumb-active {
		font-size: 20px;
	}

	.aboutDiv2 #thumbs .swiper-slide {
		font-size: 16px;
		padding-top: 10px;
	}

	.aboutDiv2 #thumbs .swiper-slide {
		height: 45px;
	}

	.aboutDiv2 .thumbs .swiper-button-white {
		top: 45px;
	}

	.aboutDiv2 #gallery {
		margin-top: 40px;
		min-height: 180px;
	}

	.aboutDiv3 .textDiv {
		width: 100%;
		min-height: 400px;
	}

	.aboutDiv3 .swiper-slide.swiper-slide-active .textDiv {
		padding: 10px;
	}

	.aboutDiv3 .textDiv .wenzi {
		padding: 0 10px;
	}

	.aboutDiv4 p.font22 {
		font-size: 14px;
	}

	.newsDiv .textDiv {
		display: block;
	}

	.newsDiv .imgDiv img {
		width: 100%;
		height: auto;
	}

	.newsDiv .wenzi {
		width: 100%;
		margin-top: 20px;
	}

	.shujuDiv2 {
		padding: 50px 0;
	}

	.b_xian {
		height: 5px;
	}

	.shujuDiv2 .textDiv {
		min-height: auto;
	}

	.shujuDiv2 .col-lg-4 {
		margin-bottom: 30px;
	}

	.swkDiv .textDiv {
		width: 100%;
		text-align: center;
	}

	.swkDiv ul {
		display: block;
	}

	.swkDiv .textDiv .b_xian {
		margin: 15px auto;
	}

	.swkDiv2 .content {
		width: 100%;
		height: auto;
		padding: 30px;
	}

	.swkDiv2 .content img {
		width: 100px;
	}

	.swkDiv2 {
		padding: 50px 0;
		min-height: auto;
	}

	.swkDiv3 .wrap {
		min-height: 400px;
	}

	.jkDiv1 .flDiv,
	.jkDiv1 .frDiv {
		width: 100%;
		height: auto;
		padding: 50px 20px;
	}

	.jkDiv1 .wenzi {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}

	.jkDiv1 .tabCon .txt {
		line-height: 30px;
		display: block;
	}

	.jkDiv2 .textDiv .flex2 {
		display: block;
	}

	.jkDiv2 .textDiv ul li {
		width: 100%;
		padding: 30px 0;
	}

	.jkDiv2 .textDiv ul li .img {
		width: 100%;
		height: 300px;
	}

	.jkDiv2 .textDiv ul li .img img {
		max-height: 280px;
		max-width: 80%;
	}

	.lj_more {
		width: 100%;
	}

	.contactDiv .wrap {
		display: block;
	}

	.contactDiv .wrap .wenzi {
		width: 100%;
		padding: 20px;
	}

	.contactDiv .w_xian {
		margin: 20px 0;
	}

	.proDiv1 .flex2 {
		display: block;
	}

	.proDiv1 .wenzi {
		width: 100%;
		margin-top: 20px;
	}

	.proDiv2 .iconDiv img {
		margin: 0 5%;
		width: 60px;
	}

	.proDiv2 {
		padding: 50px 0;
	}

	.proDiv1 li.font18 {
		font-size: 14px;
	}

	.proDiv2 .iconDiv2 img {
		margin: 0 10%;
		width: 60px;
	}

	.jkDiv3 .wrap .content {
		width: 80%;
	}

	.bannerIndex .swiper-pagination {
		bottom: 30px;
	}

	img.shubiao {
		display: none;
	}

	.indexDiv5 .wenzi {
		width: 100%;
	}

	header.index {
		background: #fff;
	}

	.swkDiv3 .content {
		width: 100%;
	}

	.contactDiv .wrap img.lxImg {
		width: 100%;
	}

	.aboutDiv4 .textDiv {
		width: 600px;
	}

	.aboutDiv4 .textDiv {
		width: 100%;
	}

	.aboutDiv4 {
		padding-top: 20px;
	}

	.shujuDiv2 .textDiv .font22 {
		font-size: 18px;
	}

	a.fixed_btn {
		width: 50px;
		height: 50px;
	}

	.fixed_rt {
		bottom: 30px;
	}

	.kf_txt {
		height: 20px;
		width: auto !important;
	}
}

/*PAD灞忓箷涓嬬殑涓撶敤鏍峰紡*/
@media screen and (min-width: 768px) and (max-width:992px) {
	.jkDiv3 .wrap .content {
		width: 70%;
	}

	.newsDiv .textDiv {
		display: flex;
	}

	.newsDiv .imgDiv img {
		width: 230px;
	}

	.newsDiv .wenzi {
		width: calc(100% - 260px);
	}

	.indexDiv5 .wenzi {
		width: 60%;
	}

	.swkDiv ul {
		display: flex;
	}

	.swkDiv ul li {
		width: 30%;
	}

	.swkDiv3 .content {
		width: 60%;
	}

	.font36 {
		font-size: 28px;
	}
}

/*涓瓑PC灞忓箷涓嬬殑涓撶敤鏍峰紡*/
@media screen and (min-width:993px) and (max-width:1024px) {
	.wrap {
		width: 92%;
	}

	.indexDiv1 .contactDiv,
	.indexDiv1 .hezuoDiv {
		width: 100%;
		margin-top: 30px;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 10px;
	}

	.langDiv {
		margin: 0 10px;
	}

	a.contact_a {
		width: 100px;
		margin-left: 0;
	}

	header .logo img {
		max-height: 22px;
	}

	.indexDiv4 .col-lg-4 {
		padding: 0 15px;
	}

	.indexDiv4 .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.swkDiv .textDiv {
		width: 300px;
	}

	.jkDiv2 .textDiv ul li {
		width: 50%;
		padding: 0 25px;
	}

	.contactDiv .wrap img.lxImg {
		width: 50%;
	}

	.contactDiv .wrap .wenzi {
		width: 50%;
	}
	
}

@media screen and (min-width:1024px)and (max-width:1279px) {
	.wrap {
		width: 1100px;
	}

	.hezuoDiv .font36 {
		font-size: 24px;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 12px;
	}

	header .rightDiv .menu>ul>li>a {
		font-size: 13px;
	}

	.indexDiv1 .hezuoDiv {
		padding: 40px 20px;
	}

	.indexDiv1 .hezuoDiv ul li {
		width: 100px;
		margin: 0 5px;
		text-align: center;
		margin-top: 40px;
	}

	.hezuoDiv .font20 {
		font-size: 14px;
	}

	.langDiv {
		margin: 0px 10px;
	}

	.shuju ul li {
		margin-right: 65px;
	}

	.font58 {
		font-size: 32px;
	}

	.indexDiv3 .wrap,
	.indexDiv5 .wrap {
		width: 1100px;
	}

	.indexDiv4 .col-lg-4 {
		padding: 0 40px;
		margin-bottom: 25px;
	}

	.indexDiv4 .row {
		margin: 0 -40px;
		margin-top: 60px;
	}

	.aboutDiv4 .textDiv {
		width: 507px;
	}

	.font22 {
		font-size: 18px;
	}

	.font16 {
		font-size: 13px
	}

	a.contact_a {
		font-size: 14px;
		width: 100px;
		height: 36px;
		line-height: 36px;
	}

	.langDiv .lang_p img {
		max-height: 29px;
	}

	.jkDiv1 .wenzi {
		width: 360px;
	}

	.jkDiv2 .textDiv ul li {
		width: 41%;
		padding: 0 30px;
	}

	.contactDiv .wrap img.lxImg {
		width: 700px;
	}

	.contactDiv .wrap .wenzi {
		width: calc(100% - 700px);
	}

	.title1 .font32 {
		font-size: 24px;
	}

	.in_bt .font18 {
		font-size: 16px;
	}

	.index_ul ul li p {
		font-size: 12px;
	}

	.xian {
		width: 30px;
		display: block;
	}

	.title img {
		width: 30px;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	.xian {
		width: 30px;
		display: block;
	}

	a.contact_a {
		font-size: 14px;
	}

	a.more_ab {
		width: 150px;
		height: 45px;
		font-size: 14px;
	}

	.font36 {
		font-size: 30px;
	}

	.font32 {
		font-size: 26px;
	}
	.aboutDiv2 #thumbs .swiper-slide{
		font-size: 22px;
	}
	.aboutDiv2 #thumbs .swiper-slide.swiper-slide-thumb-active{
		font-size: 26px;
		padding-top: 3px;
	}
	.b_xian {
	    width: 40px;
	    height: 6px;
	    background-color: #4e82ff;
	    margin: 18px 0;
	}
	.b_xian {
	    width: 40px;
	    height: 6px;
	    background-color: #4e82ff;
	    margin: 18px 0;
	}
	.font26 {
	    font-size: 22px;
	}

}

@media screen and (min-width:1280px)and (max-width:1600px) {
	.wrap {
		width: 1200px;
	}
	.font26 {
	    font-size: 22px;
	}
	.b_xian {
	    width: 40px;
	    height: 6px;
	    background-color: #4e82ff;
	    margin: 18px 0;
	}

	.title1 .font32 {
		font-size: 24px;
	}

	.hezuoDiv .font20 {
		font-size: 16px;
	}

	.font36 {
		font-size: 32px;
	}

	.font32 {
		font-size: 30px;
	}

	.indexDiv1 .hezuoDiv {
		padding: 40px 30px;
	}

	.indexDiv1 .hezuoDiv ul li {
		width: 95px;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 15px;
	}

	header .rightDiv .menu>ul>li>a {
		font-size: 13px;
	}

	.font22 {
		font-size: 20px;
	}

	.shuju ul li {
		margin-right: 75px;
	}

	.aboutDiv3 .textDiv {
		width: 440px;
	}

	.aboutDiv4 .textDiv {
		width: 580px;
	}

	.jkDiv2 .textDiv ul li {
		padding: 0 60px;
	}

	.contactDiv .wrap img.lxImg {
		width: 700px;
	}

	.contactDiv .wrap .wenzi {
		width: calc(100% - 700px);
	}

	.font16 {
		font-size: 14px;
	}

	.font14 {
		font-size: 13px;
	}

	.font20 {
		font-size: 18px;
	}

	.index_ul ul li p {
		font-size: 14px;
	}

	.font58 {
		font-size: 48px;
	}

	.aboutDiv2 #thumbs .swiper-slide {
		font-size: 26px;
	}

	.aboutDiv2 #thumbs .swiper-slide.swiper-slide-thumb-active {
		font-size: 32px;
	}

	body {
		font-size: 12px;
	}

	.hezuoDiv .font36 {
		font-size: 26px;
	}

	.in_bt .font18 {
		font-size: 16px;
	}

	.index_ul ul li p {
		font-size: 12px;
	}

	.title img {
		width: 30px;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	.xian {
		width: 30px;
		display: block;
	}

	a.contact_a {
		font-size: 14px;
	}

	a.more_ab {
		width: 150px;
		height: 45px;
		font-size: 14px;
	}

	.font36 {
		font-size: 30px;
	}

	.font32 {
		font-size: 26px;
	}
}

@media screen and (min-width:1501px)and (max-width:1660px) {
	.wrap {
		width: 1300px;
	}
}
