html,
body {
	padding: 0;
	margin: 0;
	/* font-family: "微软雅黑"; */
	font-size: 14px;
	overflow-x: hidden;
	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";
}

.icon-down:before {
	content: "\e649";
}

.wrap {
	width: 1300px;
	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;
	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: #f1bd25;
}

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: 999;
	background: none;
	height: 80px;
	transition: all 0.5s;
	/* box-shadow: 0 0 5px #ECEDEE; */
	border-bottom: 1px rgba(255, 255, 255, .11) solid;
	/*overflow: hidden;*/
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;

}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	/* box-shadow: 0 0 10px #ccc; */
}



header .rightDiv {
	float: right;
}

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 20px;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	height: 80px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 16px;
	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: #f1bd25;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #f1bd25;
}

/* 
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: #0062d0;
}

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: #fff;
	-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 {
	width: 180px;
	position: absolute;
	top: 90px;
	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 10px 12px 0px rgba(0, 0, 0, 0.1);
}

.menu ul li:hover>ul {

	top: 80px;
	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(241, 189, 37, 0.11);
	color: #f1bd25;
}

.menu ul ul li:hover a,
.menu ul ul li:hover span {
	color: #f1bd25;
}

/*.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;
}

.tel {
	width: 210px;
	height: 36px;
	border-radius: 18px;
	font-family: Impact;
	font-size: 14px;
	margin-top: 23px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tel p {
	margin-left: 10px;
	line-height: 24px;
}

.tel span {
	font-size: 24px;
	color: #fff;
	margin-top: 2px;
	display: block;
}

.bannerIndex,
.banner_nei {
	/* margin-top: 80px; */
	position: relative;

}


.bannerIndex .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	opacity: 0.6;
	border-radius: 0;
	border-radius: 50%;
	transition: all 0.5s;
}

.bannerIndex .swiper-pagination {
	bottom: 30px;
}

.bannerIndex .swiper-button-white {
	opacity: 0.6;
	background-size: 70%;
	z-index: 99;
}

.smWz {
	font-size: 44px;
	transform: skew(15deg);
}

.wzBg {
	padding: 10px 70px 10px 55px;
	background-color: #ffda2b;
	border-radius: 4px;
	display: inline-block;
	transform: skew(-15deg) !important;
}


.bannerIndex .swiper-pagination-bullet-active {
	width: 40px;
	background: #f1bd25;
	opacity: 1;
	border-radius: 10px;
}

.bannerIndex img {
	min-height: 200px;
	object-fit: cover;
}

.banner_nei .wenzi,
.bannerIndex .wenzi {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}


.bigWz {
	font-size: 72px;
}

.linkDiv {
	background: #fafafa;
}

.linkDiv .wrap {
	display: flex;
	padding: 18px 0;
	overflow: hidden;
}

.linkDiv .wrap span {
	display: block;
	margin-right: 10px;
}

.linkDiv .wrap a {
	margin-right: 24px;
	display: inline-block;
}

footer {
	background-color: #3a3d4e;
	padding-top: 60px;
}

.bott_menu {
	display: flex;
	padding-bottom: 25px;
	border-bottom: 1px rgba(238, 238, 238, 0.1) solid;
}

.foot_title {
	padding-bottom: 15px;
	border-bottom: 1px rgba(255, 255, 255, 0.16) solid;
	margin-bottom: 15px;
}

.foot_about {
	width: 356px;
}

.foot_ewm {
	width: 200px;
}

.con_ewm {
	width: 420px;
}

.foot_ewm img {
	width: 113px;
	height: 113px;
	margin-top: 8px;
}

.bott_menu li a {
	display: block;
	padding: 0 84px;
	color: #fff;
	font-size: 16px;
	position: relative;
}

.bott_menu li a:hover {
	color: #fbc834;
}

.bott_menu li a::after {
	content: "";
	position: absolute;
	height: 12px;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.bott_menu li:first-child a {
	padding-left: 0;
}

.bott_menu li:last-child a {
	padding-right: 0;
	border-right: 0;
}

.tel_num {
	font-family: Impact;
}

.footDiv {
	align-items: flex-start;
}

.con_ewm ul li img {
	margin-right: 5px;
}

.con_ewm ul li {
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.6);
}

.banquan {
	padding: 18px 0;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(51, 51, 51, .24);
	text-align: center;
}

.banquan span {
	margin-left: 20px;
}

.banquan a {
	color: #fff;
}

.banquan a:hover {
	text-decoration: underline;
}

.banquan .wrap {
	display: block;
}


.weizhi {
	padding: 20px 0;
	color: #666;
	background: #f9f9f9;
}

.weizhi a {
	color: #666;
	font-size: 16px;
}

.weizhi a:hover {
	color: #333;
}

.weizhi .wrap {
	display: flex;
}

.weizhi .wrap img {
	margin-right: 10px;
	width: 13px;
	height: 13px;
	margin-top: 8px;
}

.title_nei .xian {
	width: 31px;
	height: 3px;
	background-color: #0363d3;
	margin-top: 15px;
}

.pro_title {
	height: 120px;
	background-color: #0062d0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro_bt .xian {
	width: 54px;
	height: 4px;
	background-color: #f1bd25;
	margin: 0 auto;
	margin-top: 10px;
}


ul.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
}

ul.pagination li {

	border-radius: 2px;
	box-shadow: none;
	overflow: hidden;
	margin: 0 3px;
	font-size: 14px;
	color: #333;
	
}

ul.pagination li a {
	color: #000;
	border-radius: 3px;
	display:block;
	padding: 1px 10px;
	border: 1px #fbc834 solid;
	
}

ul.pagination span {
	color: #000;
	margin: 0 3px;
	border-radius: 3px;
	padding: 1px 10px;
	display:block;
	padding: 1px 10px;
	border: 1px #ccc solid;
}

.pagination>.active,
.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: #fbc834;
	border-color: #fbc834;
}

ul.pagination li:hover a,
ul.pagination li.active a {
	color: #FFFFFF;
	background-color: #fbc834;
	border-color: #fbc834;
}

/* pages 翻页 */
.pages { width:100%; height:56px; line-height:56px; margin:0 auto; text-align:center; padding:10px; border-top: 0px double #f3f8fe; font-family:"MicroSoft YaHei"; font-size:14px; color:#ccc;}
.pages a{ font-family:"MicroSoft YaHei"; font-size:14px; color:#000; text-decoration:none; padding:5px 10px; border:1px solid #dcdcdc; border-radius: 3px; background:#fff; margin-right:6px;}
.pages a:hover{ color: #fff;background: #fbc834;border: 1px solid #fbc834;}
.pages span{font-family:"MicroSoft YaHei"; font-size:14px; color:#ccc; text-decoration:none; padding:5px 10px; border:1px solid #dcdcdc; border-radius: 3px; background:#fff; margin-right:6px;}
.pages strong{ color:#cc0000; font-weight:500;background:#fff;}


.pro_xq {
	border: solid 1px #e6e6e6;
	padding: 30px;
	padding-bottom: 50px;
}

.xq_title {
	padding-bottom: 20px;
	border-bottom: 1px #eee solid;
}

.xgDiv {
	margin-bottom: 70px;
}

.xgDiv .textDiv {
	text-align: center;
	background-color: #fff;
	padding: 7px;
	padding-bottom: 10px;
	border: solid 1px #eeeeee;
}

.xgDiv .textDiv .wenzi {
	padding: 10px 0;
}

.xgDiv .swiper-button-white {
	width: 36px;
	height: 36px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	background-size: 30%;
}

.xgDiv .swiper-button-prev {
	left: -50px;
}


.xgDiv .textDiv:hover .f3 {
	color: #fbc834;
}

.xgDiv .swiper-button-next {
	right: -50px;
}

.xg_title {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px #eee solid;
	display: flex;
	align-items: center;
}

.xg_title span {
	display: block;
	width: 4px;
	height: 16px;
	background-color: #0062d0;
	border: solid 2px #0062d0;
	margin-right: 10px;
	margin-top: 2px;
}

.xg_pro .textDiv {
	background: #fff;
}

.xq_zx .flDiv {
	border: solid 1px #dddddd;
}

.fwDiv1 .textDiv {
	height: 100%;
	border: solid 1px #dfdfdf;
	padding: 20px;
}

.fwDiv1 .row {
	margin: 0 -20px;
}

.fwDiv1 .wrap {
	overflow: hidden;
}

.fwDiv1 .col-lg-3 {
	padding: 0 20px;
	margin-bottom: 40px;
}

.fwDiv1 .col-lg-3:last-child .jiantou {
	display: none;
}

.fwDiv1 .textDiv .jiantou {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -32px;
}

.fuwuDiv2 {
	background: #f3f3f3;
}

.fuwuDiv2 .textDiv {
	height: 100%;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	padding: 40px;
	padding-left: 30px;
	display: flex;
	justify-content: space-between;
}

.fuwuDiv2 .textDiv .wenzi {
	width: calc(100% - 90px);
}

.fuwuDiv2 .col-lg-6 {
	margin-bottom: 30px;
}

.fuwuDiv2 .textDiv img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
}


.newsDiv1 .textDiv {
	display: flex;
	align-items: center;
	/* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11); */
	border-radius: 4px;
	overflow: hidden;
	/* transition: all 0.5s; */
	padding: 25px 0;
	border-bottom: 1px #e6e6e6 solid;
}

.newsDiv1 .textDiv .imgDiv {
	width: 400px;
	height: 100%;
}

.newsDiv1 .textDiv .xian {
	width: 40px;
	height: 3px;
	background-color: #f1bd25;
	margin: 18px 0;
}

.newsDiv1 .textDiv .imgDiv img {
	height: 227px;
}

.newsDiv1 .col-lg-6 {
	margin-bottom: 30px;
}

.newsDiv1 .textDiv .wenzi {
	width: calc(100% - 440px);
	margin-left: 40px;
}


.newsDiv1 .time {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: initial;
}

.newsDiv1 .time img {
	margin-right: 5px;
	margin-top: 1px;
}

.contactDiv1 .mapDiv2 {
	height: 487px;
}

.c_ewm {
	width: 150px;
}

.contactDiv1 .content {
	margin-bottom: 90px;
}

.jieshao ul li:hover img {
	margin-top: -10px;
	margin-bottom: 10px;
}

.jieshao ul li img {
	transition: all 0.5s;
}


.caseDiv1 .textDiv .imgDiv img {
	height: 246px;
	object-fit: cover;
}

.caseDiv1 .row {
	margin: 0 -20px;
}

.caseDiv1 .row .col-lg-4 {
	padding: 0 20px;
	margin-bottom: 40px;
}

.caseDiv1 .textDiv .wenzi {
	padding: 25px 30px;
}

.caseDiv1 .textDiv {
	height: 100%;
	border: solid 1px #eeeeee;
	transition: all 0.5s;
}

.caseDiv1 .textDiv .more {
	width: 160px;
	height: 50px;
	background: url(../img/bian.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.caseDiv1 .textDiv:hover .more {
	background: #f1bd25;
}

.caseDiv1 .textDiv:hover {
	box-shadow: 0px 0px 21px 0px rgba(40, 41, 55, 0.11);
}

.xqFl {
	width: calc(100% - 350px);
	float: left;

}

.xqFl .content {
	padding: 25px;
	border: solid 1px #e6e6e6;
}

.bg_gray {
	background-color: #f8f8f8;
}

.zuixin {
	width: 310px;
}

.xx_bt {
	padding: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px #eee solid;
	padding-bottom: 15px;
}

.xx_bt span {
	display: block;
	width: 3px;
	height: 16px;
	background-color: #3157af;
	border-radius: 1px;
	margin-right: 10px;
}

.xqFr {
	width: 310px;
	margin-top: 43px;
}

.rtCon .content {
	padding: 20px;
}

.zuixin .content ul li {
	margin-bottom: 20px;
}

.zuixin .content ul li:last-child {
	margin-bottom: 0;
}

.zuixin .content ul li .textDiv .wenzi {
	width: calc(100% - 130px);
}

.zuixin .content ul li .textDiv img {
	width: 120px;
	height: 80px;
	object-fit: cover;
}

.remen .xx_bt {
	padding-bottom: 0;
	border: 0;
}

.remen .content>a:hover .f6 {
	color: #fbc834;
}

.remen ul li a span {
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #495057;
	margin-right: 10px;
	margin-top: 8px;
}

.remen ul li a {
	display: flex;
	color: #495057;
	padding: 10px 0;
	border-top: 1px #e6e6e6 solid;
}

.remen ul li:last-child a {
	padding-bottom: 0;
}

.remen ul li a:hover {
	color: #fbc834;
}

.conDiv1 .flDiv,
.conDiv1 .frDiv {
	width: 50%;
	height: 460px;
}

.conDiv1 .flDiv {
	background-color: #fafafa;
	padding: 45px;
}

.conDiv1 .flDiv ul li {
	margin-bottom: 10px;
	display: flex;
}

.conDiv1 .flDiv ul li img {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.con_ewm_con {
	display: flex;
}

.con_ewm_con .center:first-child {
	margin-right: 60px;
}

.conDiv1 .frDiv {
	padding: 40px;
	background-color: #f1bd25;
	padding-bottom: 50px;
}

.conDiv1 .frDiv .xian {
	width: 32px;
	height: 3px;
	background-color: #ffffff;
	margin-top: 25px;
	margin-bottom: 18px;
}

.conDiv1 .frDiv form input.halfInput {
	width: 48%;
	height: 40px;
	background: #fff;
	border: 0;
	padding: 0 10px;
}

.conDiv1 .frDiv form textarea {
	padding: 10px;
	width: 100%;
	height: 127px;
	resize: none;
	border: 0;
}

.conDiv1 .frDiv ul li {
	margin-bottom: 16px;
}

.conDiv1 .frDiv form input.yzm {
	margin-right: 4%;
}

.conDiv1 .frDiv ul li button {
	width: 100%;
	border: 0;
	background: #fff;
	color: #f1bd25;
	height: 40px;
}

.aboutDiv2 {
	background-color: #f1bd25;
}


.lcDiv {
	width: 856px;
	margin: 0 auto;
	margin-top: 70px;
}

.lcDiv .quan {
	width: 24px;
	height: 24px;
	background-color: #f1bd25;
	border: 1px #fff solid;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 17px;
	position: relative;
	z-index: 99;
}

.lcDiv .quan span {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	border-radius: 50%;
}

.aboutDiv2 #thumbs .swiper-slide .textDiv {
	color: #000;
	position: relative;
}

.aboutDiv2 #thumbs .swiper-slide .textDiv::after {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 9;
	content: "";

}

.aboutDiv2 #thumbs {
	width: 485px;
	position: relative;
}

.aboutDiv2 #thumbs:before {
	width: 28px;
	height: 10px;
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 99;
	background-color: #f1bd25;
}

.aboutDiv2 #thumbs::after {
	width: 30px;
	height: 10px;
	content: "";
	position: absolute;
	top: 8px;
	right: -1px;
	z-index: 99;
	background-color: #f1bd25;
}

.aboutDiv2 .thumbs .swiper-button-white {
	width: 32px;
	height: 32px;
	background-color: rgba(0, 0, 0, 0.34);
	border-radius: 50%;
	background-size: 25%;
}

.aboutDiv2 #thumbs .swiper-slide.swiper-slide-thumb-active .quan {
	border: 1px #000 solid;
}

.aboutDiv2 #thumbs .swiper-slide.swiper-slide-thumb-active .quan span {
	background: #000;
}

.aboutDiv2 #gallery .swiper-slide .textDiv {
	padding: 0 70px;
	position: relative;
}

.aboutDiv2 #gallery {
	width: 820px;
}

.top_sp {
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	transform: skewX(-20deg);
}

.bott_sp {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	transform: skewX(-20deg);
}

.aboutDiv3 {
	padding-bottom: 45px;
	background-color: #fafafa;
}

.aboutDiv3 .textDiv {
	height: 420px;
	box-shadow: 0px 0px 38px 0px rgba(40, 41, 55, 0.08);
	border: solid 1px #eeeeee;
	padding: 15px;
}

.aboutDiv3 .textDiv img {
	max-height: 100%;
}

.aboutDiv3 .swiper-pagination {
	bottom: 0px;
}

.aboutDiv3 .swiper-container {
	padding-bottom: 50px;
}

.aboutDiv3 .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: #f1bd25;
	border: solid 1px #f1bd25;
	background: none;
	opacity: 1;
}

.aboutDiv3 .swiper-pagination-bullet-active {
	background: #f1bd25;
}

.aboutDiv4 {
	padding-top: 70px;
	padding-bottom: 100px;
}

.aboutDiv4 .wenzi {
	bottom: 28px;
	padding: 0 35px;
	width: 100%;
}

.aboutDiv4 .col-lg-3 {
	padding: 0 25px;
}

.aboutDiv4 .row {
	margin: 0 -25px;
}

.aboutDiv4 .textDiv {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
	transition: all 0.5s;
}

.aboutDiv4 .textDiv:hover {
	margin-top: -10px;
}




a.more {
	width: 126px;
	height: 40px;
	background-color: #f1bd25;
	border-radius: 2px;
}

a.more img {
	margin-left: 5px;
}

.indexDiv1 {
	padding: 120px 0;
}

.indexDiv1 .wenzi {
	width: 660px;
}

.indexDiv1 .imgBox::after {
	content: "";
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 100%;
	height: 100%;
	background-color: #f1bd25;
	z-index: -1;
}

.indexDiv1 .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.indexDiv1 .imgBox {
	width: 578px;
}

.indexDiv1 .imgBox img {
	width: 100%;
}

a.more:hover {
	box-shadow: 0px 6px 21px 0px rgba(15, 50, 133, 0.25);
	color: #fff;
}

.indexDiv2 {
	background: url(../img/index_bg1.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv2 .wrap {
	position: relative;
	z-index: 9;
}

.indexDiv2:before {
	width: 100%;
	height: 232px;
	background-color: #f1bd25;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
}

.title .line {
	width: 54px;
	height: 4px;
	background-color: #f1bd25;
	margin: 0 auto;
	margin-top: 15px;
}

.indexDiv2 .textDiv {
	padding: 50px 45px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 27px 0px rgba(41, 32, 6, 0.1);
	border-radius: 8px;
}

.indexDiv2 .row {
	margin: 0 -25px;
}

.indexDiv2 .col-lg-4 {
	padding: 0 25px;
}

.indexDiv3 {
	background: url(../img/index_bg2.png) no-repeat center center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 120px;
}

.playBtn {
	position: absolute;
	width: 99px;
	height: 99px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.playBtn img {
	position: relative;
	z-index: 9;
}

.playBtn span {
	position: absolute;
	left: 30px;
	right: 0;
	top: 35px;
	width: 30px;
	height: 30px;
	background-color: #d4a211;
	border-radius: 50%;
	/* opacity: .4; */
	animation: dots ease 2s infinite;
	-moz-animation: dots ease 2s infinite;
	-webkit-animation: dots ease 2s infinite;
	-o-animation: dots ease 2s infinite;
	display: block;
	z-index: 1;
}
.playBtn::after{
	content: '';
	position: absolute;
	left: 20px;
	right: 0;
	top: 25px;
	width: 50px;
	height: 50px;
	background-color: #d4a211;
	border-radius: 50%;
	/* opacity: .4; */
	animation: dots ease 3s infinite;
	-moz-animation: dots ease 3s infinite;
	-webkit-animation: dots ease 3s infinite;
	-o-animation: dots ease 3s infinite;
	display: block;
	z-index: 1;
}

@keyframes dots {

	0% {
		transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		-ms-transform: scale(2);
		-moz-transform: scale(2);
		-webkit-transform: scale(2);
		-o-transform: scale(2);
		opacity: 0.5;
	}
}

.indexVideo {
	width: 400px;
	height: 424px;
	background-color: #000000;
	box-shadow: 0px 0px 27px 0px rgba(41, 32, 6, 0.1);
	border-radius: 8px;
}

.indexDiv3 .frDiv {
	width: calc(100% - 430px);
}

.indexDiv3 .frDiv .textDiv {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(41, 32, 6, 0.1);
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	min-height: 336px;
}

.indexDiv3 .swiper-slide {
	padding-bottom: 10px;
}

.indexDiv3 .frDiv {
	padding-bottom: 80px;
}

.indexDiv3 .frDiv .textDiv .wenzi {
	padding: 20px 20px;

}

.indexDiv3 .frDiv .textDiv .wenzi .num {
	font-family: Impact;
}

.indexDiv3 .frDiv .swiper-pagination {
	width: 70%;
	left: 0;
	text-align: left;
	bottom: 10px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border: solid 2px #f1bd25;
	margin: 0 8px !important;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #f1bd25;
}

.indexDiv3 .frDiv a.more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.indexDiv4 .textDiv .wenzi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding: 30px;
	display: flex;
	align-items: flex-end;
	opacity: 0;
	transition: all 0.5s;
}

.indexDiv4 .textDiv .wenzi .small {
	opacity: 0.8;
	margin-top: 13px;
}

.indexDiv4 .textDiv:hover .wenzi {
	opacity: 1;
}

.indexDiv4 .swiper-container {
	padding-bottom: 50px;
}

.indexDiv5 {
	padding: 60px 0 90px 0;
}

.indexDiv5 .content .line {
	width: 25px;
	height: 3px;
	background-color: #f1bd25;
	margin: 15px 0;
}

.indexDiv5 .index_tjDiv {
	width: 624px;
}

.indexDiv5 .index_tjDiv .wenzi {
	padding-top: 18px;
}

.indexDiv5 .content {
	display: flex;
	justify-content: space-between;
}

.indexDiv5 .frDiv ul li .textDiv {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;

}

.indexDiv5 .frDiv {
	width: 640px;
}

.indexDiv5 .frDiv ul li a {
	display: block;
	padding: 25px 0;
	border-bottom: 1px #eaeaea solid;
}

.indexDiv5 .frDiv ul li:first-child a {
	padding-top: 0;
}

.indexDiv5 .frDiv ul li .textDiv .wenzi {
	width: calc(100% - 240px);
}

.indexDiv5 .frDiv ul li .textDiv .time {
	color: #868e96;
}

.indexDiv5 .frDiv ul li:last-child a {
	border: 0;
}

.indexDiv5 .frDiv ul li .textDiv .imgDiv {
		width: 30%;
	}


.banner_nei .wzBg p {
	transform: skew(15deg);
}

.proDiv1 .wenzi {
	width: calc(100% - 560px);
}

.proDiv1 .videoDiv {
	width: 494px;
}

.proDiv1 .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proDiv1 {
	padding: 90px 0;
}

.proDiv1 .wenzi .txt {
	padding: 35px 0;
	border-bottom: 1px #e6e6e6 solid;
}

.proDiv1 .wenzi ul {
	display: flex;
}

.proDiv1 .wenzi ul li {
	width: 33.33%;
	display: flex;
	align-items: center;

}

.proDiv1 .wenzi ul li img {
	margin-right: 10px;
}

.proDiv2 {
	padding-top: 80px;
}

.proDiv2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background-color: #f1bd25;
}

.proDiv2 .wrap {
	position: relative;
	z-index: 9;
}

.proDiv2 .swiper-button-black {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-size: 30%;
	border: 1px #000 solid;

}

.proDiv2 .swiper-button-prev {
	left: -60px;
}

.proDiv2 .swiper-button-next {
	right: -60px;
}

.proDiv2 .textDiv .wenzi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 30px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
}

.proDiv2 .textDiv:hover .wenzi {
	opacity: 1;
}

.proDiv3 .content {
	display: flex;
	justify-content: space-between;
}

.proDiv3 .content .wenzi {
	width: 360px;
}

.proDiv3 .content .wenzi .line {
	width: 54px;
	height: 4px;
	background-color: #f1bd25;
	margin: 15px 0;
}

.proDiv3 .tableDiv {
	width: calc(100% - 480px);
	background: #fff;
}

.proDiv3 .tableDiv table {
	width: 100%;
	text-align: center;
}

.proDiv3 .tableDiv table th {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #f1bd25;
	padding: 15px;
}

.proDiv3 .tableDiv table td {
	width: 50%;
	padding: 15px;
}

.proDiv3 .tableDiv table th:first-child,
.proDiv3 .tableDiv table d:first-child {
	border-right: 2px #fff solid;
}

.proDiv3 .tableDiv table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.bgWz {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: -1;
	color: #333333;
	opacity: 0.04;
	font-size: 105px;
	font-weight: bold;
}

.proDiv4 {
	background-color: rgba(231, 234, 252, .4);
}

.proDiv4 ul.tab li {
	display: flex;
	align-items: center;
	width: 33.3333%;
	padding: 30px 0 25px 0;
	border-top: 1px #e7e7e7 solid;
	position: relative;
}

.proDiv4 ul.tab li img {
	margin-right: 30px;
}

.proDiv4 ul.tab li.active:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #f1bd25;
	border-radius: 1px;
}

.proDiv4 .swiper-slide .textDiv {
	display: flex;
	justify-content: space-between;
}

.proDiv4 .swiper-slide .textDiv .wenzi,
.proDiv4 .swiper-slide .textDiv .imgDiv {
	width: 50%;
}

.proDiv4 .swiper-slide .textDiv .imgDiv img {
	height: 100%;
}

.proDiv4 .swiper-slide .textDiv .wenzi {
	background: url(../img/pro_t_bg.png) no-repeat center center;
	background-size: cover;
	height: 500px;
	padding: 50px 60px;
}
.proDiv4 .swiper-slide .textDiv .txt{
	display: block;
	opacity: 1;
	color: #333;
}

.num {
	font-family: Impact;
}

.proDiv4 .swiper-slide .textDiv .wenzi .line {
	width: 56px;
	height: 4px;
	background-color: #333333;
	border-radius: 1px;
	margin: 30px 0;
}

.proDiv4 .swiper-button-prev,
.proDiv4 .swiper-button-next {
	background: none;
	width: 64px;
	height: 64px;
	background-color: #e7e7f1;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.proDiv4 .swiper-button-next:hover,
.proDiv4 .swiper-button-prev:hover {
	background-color: #f1bd25;
}

.proDiv4 .swiper-button-prev {
	left: auto;
	top: 0;
	right: 64px;
}

.proDiv4 .swiper-button-next {
	right: 0;
	top: 0;
}

.proDiv5 {
	padding-top: 90px;
	padding-bottom: 120px;
	background: url(../img/pro11.jpg) no-repeat center center;
	background-size: cover;
}

.proDiv5 .sw {
	width: 50%;
}

.proDiv5 .content {
	display: flex;
	justify-content: center;
}

.proDiv5 .swDiv1 {
	background-color: #e7ebee;
	border-radius: 12px 0px 0px 12px;
	padding: 80px 45px 30px 45px;
}

.proDiv5 .swDiv2 {
	background-color: #f7f7f7;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
	border-radius: 0px 12px 12px 0px;
	padding: 80px 45px 30px 45px;
}

.proDiv5 .wenzi {
	display: flex;
	align-items: flex-end;
	line-height: 1;
}

.proDiv5 .swiper-container {
	padding-bottom: 70px;
}

.proDiv5 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #e7ebee;
	border: solid 1px #272a3d;
	opacity: 0.8;
}

.proDiv5 .swiper-pagination-bullet-active {
	background-color: #edba61;
	opacity: 1;
	border: solid 1px #edba61;
}
.proDiv6 .textDiv{
	height: 100%;
}
.proDiv6 .imgDiv {
	background-color: #f2f2f2;
	padding: 22px;
	height: 340px;
}

.proDiv6 .imgDiv img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.proDiv6 .swiper-button-black {
	width: 26px;
	height: 26px;
	opacity: 0.5;
	background-size: 30%;
	border: 1px #000 solid;
	border-radius: 50%;
}

.proDiv6 .swiper-button-prev {
	left: -60px;
}

.proDiv6 .swiper-button-next {
	right: -60px;
}

.popDiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
}

.videoPop {
	max-width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
	z-index: 9999;
	display: none;
}

.videoPop video {
	width: 100%;
}


/*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;
		/* 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: 35px;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 7px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		width: 100%;
		left: 0;
		transform: translate(0, 0);
	}

	header .wrap {
		display: block;
		height: 50px;
		overflow: hidden;
	}


	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;
	}



	.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 .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;
	}

	.tel {
		margin-top: 7px;
		width: 160px;
		margin-left: 0;
		margin-right: 30px;
	}

	.tel p {
		font-size: 12px;
		margin-left: 5px;
	}

	.tel p span {
		font-size: 14px;
		margin-top: -6px;
		display: block;
		font-weight: bold;
	}

	.tel img {
		width: 35px;
	}

	.bannerIndex .font30 {
		font-size: 14px;
		line-height: 24px;
	}

	.bannerIndex .swiper-pagination {
		bottom: 5px;
	}

	.bannerIndex .swiper-pagination-bullet {
		height: 5px;
		width: 5px;
	}

	.bannerIndex .mt50 {
		margin-top: 15px;
	}

	.bannerIndex .swiper-pagination-bullet-active {
		width: 15px;
	}


	.linkDiv .wrap {
		display: block;
	}

	.linkDiv .wrap span {
		margin-bottom: 15px;
	}

	.bott_menu {
		flex-wrap: wrap;
		display: none;
	}

	.bott_menu li a {
		padding: 0;
		font-size: 14px;
	}

	.bott_menu li {
		width: 33.33%;
		margin-bottom: 10px;
	}

	.bott_menu li a::after {
		display: none;
	}

	.footDiv {
		display: block;
	}

	.con_ewm {
		width: 100%;
	}

	.foot_about,
	.foot_ewm {
		display: none;
		width: 100%;
	}

	footer {
		padding-top: 10px;
	}

	.banquan .wrap {
		line-height: 24px;
		font-size: 12px;
	}

	.indexDiv6 .adDiv2 {
		padding-bottom: 45px;
	}

	.title2 .wenzi img {
		width: 100px;
	}

	.title2 .wenzi p span {
		font-size: 26px;
	}

	.title2 .wenzi .font16 {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}

	.title2 .wz {
		font-size: 50px;
		top: 20px;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}


	.banner_nei img {
		min-height: 150px;
		object-fit: cover;
	}


	.pro_title {
		height: 80px;
	}

	ul.pagination {
		margin-top: 20px;
		margin-bottom: 45px;
	}

	.pro_xq {
		padding: 20px;
	}

	.xg_title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.fuwuDiv2 .col-lg-6 {
		margin-bottom: 15px;
	}

	.newsDiv1 .textDiv {
		display: block;
	}

	.newsDiv1 .textDiv .wenzi,
	.newsDiv1 .textDiv .imgDiv {
		width: 100%;
		margin-left: 0;
	}

	.newsDiv1 .textDiv .wenzi {
		margin-top: 20px;
	}

	.newsDiv1 .time {
		margin-top: 10px;
	}

	.newsDiv1 .col-lg-6 {
		margin-bottom: 20px;
	}

	.xqFl {
		width: 100%;
	}

	.xqFl .content {
		padding: 15px;
	}

	.zuixin,
	.xqFr {
		width: 100%;
	}

	.xqFr {
		margin-top: 20px;
	}

	.xgDiv .content {
		padding: 0 30px;
	}

	.xgDiv .swiper-button-next {
		right: 0;
	}

	.xgDiv .swiper-button-prev {
		left: 0;
	}

	.xgDiv .swiper-button-white {
		width: 26px;
		height: 26px;
	}

	.xgDiv {
		margin-bottom: 30px;
	}

	.conDiv1 .flDiv,
	.conDiv1 .frDiv {
		width: 100%;
		padding: 30px 20px;
		height: auto;
	}

	.conDiv1 {
		display: block;
	}

	.conDiv1 .flDiv .font30 {
		font-size: 16px;
	}

	.conDiv1 .flDiv {
		padding-bottom: 50px;
	}

	.conDiv1 .flDiv ul li {
		font-size: 14px;
	}

	.con_ewm_con .center:first-child {
		margin-right: 30px;
	}

	.contactDiv1 .mapDiv2 {
		/* display: none; */
		height: 240px;
	}

	.weizhi a {
		font-size: 14px;
	}

	.aboutDiv2 #thumbs {
		width: 80%;
	}

	.lcDiv,
	.aboutDiv2 #gallery {
		width: 100%;
	}

	.aboutDiv2 .thumbs .swiper-button-white {
		top: 20px;
	}

	.aboutDiv2 #thumbs:before,
	.aboutDiv2 #thumbs::after {
		display: none;
	}

	.aboutDiv2 .thumbs .swiper-button-next {
		right: 0;
	}

	.aboutDiv2 .thumbs .swiper-button-prev {
		left: 0;
	}

	.aboutDiv3 .textDiv {
		height: auto;
		box-shadow: 0px 0px 10px 0px rgba(40, 41, 55, 0.08);
	}

	.aboutDiv3 {
		padding: 50px 0;
	}

	.aboutDiv4 .col-lg-3 {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.aboutDiv4 .row {
		margin: 0 -5px;
	}

	.aboutDiv4 .wenzi {
		bottom: 20px;
		padding: 0 10px;
		width: 100%;
	}

	.aboutDiv4 .wenzi .font18 {
		font-size: 15px;
	}

	.aboutDiv4 .wenzi .font16 {
		font-size: 12px;
	}

	.aboutDiv4 {
		padding: 50px 0;
	}

	.pro_bt {
		margin-bottom: 30px;
	}

	.font16 {
		font-size: 14px;
	}

	.aboutDiv2 #gallery .swiper-slide .textDiv {
		padding: 0 34px;
		position: relative;
	}

	.bigWz {
		font-size: 24px;
	}

	.wzBg {
		font-size: 14px;
		padding: 5px 20px;
		transform: skew(-10deg);
	}

	.smWz {
		font-size: 14px;
		transform: skew(10deg);
	}

	.indexDiv1 {
		padding: 40px 0;
	}

	.indexDiv1 .wrap {
		display: block;
	}

	.indexDiv1 .wenzi {
		width: 100%;
	}

	.indexDiv1 .imgBox {
		width: 95%;
		margin-top: 30px;
	}

	.par100 {
		padding: 50px 0;
	}

	.indexDiv2 .textDiv {
		padding: 30px 20px;
	}

	.indexDiv2 .textDiv img {
		width: 55px;
	}

	.indexDiv2 .col-lg-4 {
		margin-bottom: 20px;
	}

	.indexDiv2 .content {
		margin-top: 30px;
	}

	.indexDiv3 {
		padding: 45px 0;
	}

	.indexVideo {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.indexVideo video {
		width: 100%;
	}

	.playBtn {
		/* width: 65px; */
	}

	.indexDiv3 .frDiv {
		width: 100%;
	}

	.indexDiv3 .frDiv {
		padding-bottom: 60px;
	}

	.indexDiv5 .content {
		display: block;
	}

	.indexDiv5 .index_tjDiv {
		width: 100%;
	}

	.font18 {
		font-size: 16px;
	}

	.indexDiv5 .frDiv ul li a {
		padding: 12px 0;
	}

	.indexDiv5 .frDiv {
		width: 100%;
	}

	.indexDiv5 .frDiv ul li .textDiv .imgDiv {
		width: 40%;
	}

	.indexDiv5 .frDiv ul li .textDiv .wenzi {
		width: 55%;
	}

	.indexDiv5 {
		padding: 40px 0;
	}

	.font28 {
		font-size: 16px;
	}

	.banner_nei .wzBg p {
		transform: skew(10deg);
		font-size: 14px;
	}

	.proDiv1 .wrap {
		display: block;
	}

	.proDiv1 .wenzi {
		width: 100%;
	}

	.proDiv1 {
		padding: 45px 0;
	}

	.proDiv1 .videoDiv {
		width: 100%;
		margin-top: 20px;
	}

	.proDiv1 .videoDiv video {
		width: 100%;
	}

	.proDiv6 .content,
	.proDiv2 .content {
		margin-top: 30px;
		padding: 0 50px;
	}

	.proDiv2:before {
		height: 80%;
	}

	.proDiv2 {
		padding-top: 45px;
	}

	.proDiv6 .swiper-button-next,
	.proDiv2 .swiper-button-next {
		right: 0px;
	}

	.proDiv6 .swiper-button-prev,
	.proDiv2 .swiper-button-prev {
		left: 0px;
	}

	.proDiv3 .content {
		display: block;
	}

	.proDiv3 .content .wenzi {
		width: 100%;
	}

	.proDiv3 .tableDiv {
		width: 100%;
		margin-top: 20px;
	}

	.proDiv3 .tableDiv table th,
	.proDiv3 .tableDiv table td {
		padding: 10px;
	}

	.proDiv4 ul.tab li img {
		width: 25px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.proDiv4 ul.tab li {
		display: block;
		text-align: center;
	}

	.proDiv4 ul.tab li p {
		font-size: 14px;
	}

	.proDiv4 .swiper-slide .textDiv {
		display: block;
	}

	.proDiv4 .swiper-slide .textDiv .wenzi,
	.proDiv4 .swiper-slide .textDiv .imgDiv {
		width: 100%;
		height: auto;
	}

	.proDiv4 .swiper-slide .textDiv .wenzi {
		padding: 30px;
	}

	.proDiv4 .swiper-button-prev,
	.proDiv4 .swiper-button-next {
		width: 35px;
		height: 35px;
	}

	.proDiv4 .swiper-button-prev {
		right: 35px;
	}

	.proDiv5 .swDiv1,
	.proDiv5 .swDiv2 {
		padding: 20px 15px;
	}

	.proDiv5 .font30 {
		font-size: 16px;
	}

	.proDiv5 .font20 {
		font-size: 12px;
	}

	.proDiv5 .wenzi {
		align-items: initial;
		line-height: 20px;
	}

	.proDiv5 .swiper-container {
		padding-bottom: 40px;
	}

	.proDiv5 .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 3px !important;
	}

	.proDiv5 {
		padding: 45px 0;
	}

	.videoPop {
		width: 100%;
		max-width: 100%;
	}

	.bgWz {
		font-size: 24px;
		bottom: -30px;
	}

	.proDiv2 .textDiv .wenzi {
		padding: 15px;
	}

	.proDiv6 .imgDiv {
		padding: 10px;
	}
	#swipebox-close{
		top: 30px;
	}
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {
	.wrap {
		width: 96%;
	}

	.conDiv1 .flDiv,
	.conDiv1 .frDiv {
		padding: 30px;
	}

	.aboutDiv4 .wenzi {
		bottom: 28px;
		padding: 0 18px;
		width: 100%;
	}

	.aboutDiv4 .row {
		margin: 0 -10px;
	}

	.aboutDiv4 .col-lg-3 {
		padding: 0 10px;
	}

	.linkDiv .wrap span {
		width: 89px;
	}

	.bott_menu li a {
		padding: 0 60px;
	}

	.foot_about {
		width: 315px;
	}

	.foot_ewm {
		width: 150px;
	}

	.con_ewm {
		width: 320px;
	}

	.bigWz {
		font-size: 60px;
	}

	.indexDiv1 .wenzi {
		width: 54%;
	}

	.indexDiv1 .imgBox {
		width: 43%;
	}

	.indexDiv5 .index_tjDiv {
		width: 48%;
	}

	.indexDiv5 .frDiv {
		width: 50%;
	}

	.indexDiv3 .frDiv .textDiv {
		min-height: 320px;
	}

}

@media screen and (min-width:1205px)and (max-width:1300px) {
	.wrap {
		width: 1200px;
	}

	.bott_menu li a {
		padding: 0 84px;
	}

	.xgDiv .swiper-button-next {
		right: -35px;
		width: 30px;
		height: 30px;
	}

	.xgDiv .swiper-button-prev {
		left: -35px;
		width: 30px;
		height: 30px;
	}

	.proDiv2 .content,
	.proDiv6 .content {
		padding: 0 70px;
	}

	.proDiv2 .swiper-button-next,
	.proDiv6 .swiper-button-next {
		right: 0;
	}

	.proDiv2 .swiper-button-prev,
	.proDiv6 .swiper-button-prev {
		left: 0;
	}
}
