.hertre{
	width: 100%;
	height: 100px;
	background: #282e32;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}
body{
    padding-top: 100px;
    
}
.fixed{
   background: rgb(40, 46, 50 , 0.8)
}
.hertre_cen{
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 100px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	width: max-content;
	height: auto;
}
.nav ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition: all 0.2s;
	margin-left: 80px;
	padding-bottom: 10px;
}
.nav ul li:nth-child(1){
	margin-left: 0px;
}
.nav ul li::after{
	content: "";
	width: 0%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.nav ul li.nav_cen::after{
	width: 140%;
}
.nav ul li:hover::after{
	width: 140%;
}
.nav_ul{
	width: max-content;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 30px;
	background: #fff;
	border-radius: 10px;
	z-index: 999;
	display: none;
	transition: auto;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1)
}
.nav_ul a{
	display: block;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 36px;
}
.nav_ul a:hover{
	color: #3cb8bf;
}

.moukuai .gongu  h1 a:hover{
	color: #3cb8bf;
}
.an{
	width: 70px;
	height: 70px;
	display: none;
	position: fixed;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border: 2px solid #0d5a29;
	background: none;
}
.banner .swiper-pagination-bullet-active{
	background: #0d5a29;
}
.banner_text{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text h1{
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	line-height: 48px;
}
.banner_text p{
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
	margin-top: 40px;
}
.jianjie{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
}
.jianjie h1{
	text-align: center;
	font-size: 32px;
	color: #010101;
	line-height: 32px;
}
.jianjie_cen{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.jianjie_text{
	width: 50%;
	overflow: hidden;
	font-size: 16px;
	color: #3c3c3c;
	line-height: 28px;
}
.jianjie_cen img{
	width: 45%;
	height: auto;
}
.form{
	width: 850px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
}
.form>h1{
	text-align: center;
	font-size: 32px;
	color: #010101;
	line-height: 32px;
}
.form>p{
	text-align: center;
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
}
.form form{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}
.radio{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.radio p{
	font-size: 16px;
	color: #5a5a5a;
}
.radio label{
	font-size: 16px;
	color: #5a5a5a;
	margin: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.radio label input{
	margin-right: 10px;
}
.name{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.name label{
	width: calc(50% - 10px);
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.name label p{
	width: 115px;
	overflow: hidden;
	font-size: 16px;
	color: #5a5a5a;
	text-align: right;
	line-height: 44px;
}
.name label input{
	width: calc(100% - 125px);
	height: 44px;
	border: 1px solid #b4b4b4;
	font-size: 16px;
	color: #b4b4b4;
	padding: 15px;
}
.name label p span{
	color: #e83b3b;
}
.textarea{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.textarea p{
	width: 115px;
	overflow: hidden;
	font-size: 16px;
	color: #5a5a5a;
	text-align: right;
	line-height: 44px;
}
.textarea textarea{
	width: calc(100% - 125px);
	height: 210px;
	border: 1px solid #b4b4b4;
	font-size: 16px;
	color: #b4b4b4;
	padding: 15px;
	font-family: '微软雅黑';
}
.submit{
	width: 150px;
	height: 44px;
	background: #282e32;
	border: none;
	margin: auto;
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	display: block;
}
.shouhou{
	width: 1200px;

	margin: auto;
	margin-top: 80px;
}
.shouhou>h1{
	text-align: center;
	font-size: 32px;
	color: #010101;
	line-height: 32px;
}
.shouhou ul{
	width: 100%;

	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.shouhou ul li{
	width: 33.333333333%;

	background: #f6f6f6;
	display: flex;
	flex-wrap: wrap;
}
.shouhou ul li:nth-child(2n){
    flex-direction: column-reverse;
}
.shouhou ul li>img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.shouhou_text{
	width: 100%;
	padding: 40px 20px;
	min-height: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    align-content: center;
}
.shouhou_text h1{
	width: 100%;
	font-size: 20px;
	color: #666666;
	font-weight: inherit;
	text-align: center;
}
.shouhou_text p{
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 20px;
	text-align: center;
}
.shouhou_text>a{
	width: 150px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #000;
	display: block;
	margin: auto;
	color: #000;
	font-size: 16px;
	margin-top: 30px;
}
.shouhou_text a:hover{
	background: #000;
	color: #fff;
}
.fuwu{
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.fuwu_a{
	width: 30px;
	height: 30px;
	position: relative;
}
.fuwu_a img{
	width: 100%;
	height: 100%;
}
.fuwu_a_text{
    width: 150px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2);
}
.fuwu_a_text img{
    width: 100%;
    height: auto;
}
.fuwu_a:hover .fuwu_a_text{
    display: block;
} 
.lianxi{
	width: 1200px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}
.lianxi>h1{
	text-align: center;
	font-size: 32px;
	color: #010101;
	line-height: 32px;
}
.lianxi_cem{
	width: 100%;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lianxi_right{
	width: 580px;
	height: 400px;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 0 30px;
	position: relative;
	font-size: 16px;
	color: #000000;
}
.lianxi_right p{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 25px;
	font-size: 16px;
	color: #000000;
}
.lianxi_right p:nth-child(1){
	margin-top: 0px;
}
.lianxi_img{
	width: 150px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.lianxi_img img{
	width: 100%;
	height: auto;
}
#map{
	width: calc(100% - 600px);
	height: 400px;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.2);
	transition: auto !important;
}
#map div,
#map img{
	transition: auto !important;
}
#allmap{
	width: 100%;
	height: 100%;
}
.BMap_bubble_content p{
	font-size: 12px;
	line-height: 30px;
}
.dongtai{
	width: 1200px;

	margin: 50px auto;
}
.dongtai ul{
	width: 100%;

	display: flex;
	flex-wrap: wrap;
}
.dongtai ul li{
	width: calc(25% - 15px);
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.3)
}
.dongtai ul li a{
    
}
.dongtai ul li:nth-child(4n+1){
	margin-left: 0px;
}
.dongtai ul li img{
	width: 100%;
	height: auto;
}
.dong_text{
	width: 100%;
	overflow: hidden;
	padding: 15px;
}
.dong_text h1{
	font-size: 18px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.dong_text span{
	display: block;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
}
.dong_text p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 10px;
	font-weight: bold;
}
.dongtai .page{
	margin-top: 30px;
}
.xuexi{
	width: 1200px;
	height: 550px;
	margin: auto;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xuexi_left{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.acksdda{
    width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ckaksa{
	width: 300px;
	height: 100%;
	background: #282e32;
}
.xuexi_left h1{
	width: 100%;
	overflow: hidden;
	font-size: 24px;
	color: #ffffff;
	padding: 20px 30px;
	position: relative;
}
.xuexi_left h1:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 10px;
	left: 30px;
}
.xuexi_left h1:before{
	content: "";
	width: 80px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 5px;
	left: 30px;
}
.ckaksa>ul li{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	padding: 0 30px;
}

.ckaksa>ul li.xuexi_op{
	background: #00bde9;
	color: #fff;
}
.xuexi_right{
	width: 70%;
	overflow: auto;
	height: 520px;
}
.xuexi_right ul{
	width: 100%;
	height: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	display: none;
}
.xuexi_right ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.xuexi_right ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.xuexi_right ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.mxicl{
    width: 100%;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}
.mxicl img{
    max-height: 95%;
    max-width: 95%;
}
.xuexi_right ul li{
    width: 33%;
    overflow: hidden;
     border: 1px solid #fff;
     float: left;
}
.xuexi_right ul li p{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 22px;
}
.xuexi_right ul li:hover{
    border: 1px solid #999;
}
.xuexi_text{
	width: calc(100% - 300px);
	height: 100%;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: #fff;
}
.xuexi_text_a{
	width: 30%;
	overflow: auto;
}
.mixksok{
    width: calc(100% - 300px);
    height: 100%;
    overflow: hidden;
    position: relative;
}
.mySwiper895{
    width: 100%;
    height: 100%;
}
.mySwiper895 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mixksok .swiper-button-next:after, .mixksok .swiper-button-prev:after{
    color: #fff;
    
}
.xuexi_text_a a{
	width: 100%;
	overflow: hidden;
	display: block;
	font-size: 14px;
	color: #282e32;
	line-height: 45px;
	padding: 0 20px;
}
.xuexi_text_a a:hover{
	background: #282e32;
	color: #fff;
}
.xuexi_text_a a.xuexi_text_aa{
	background: #282e32;
	color: #fff;
}


.yulan{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 50px;
}
.yulan h1{
	text-align: center;
	font-size: 30px;
	color: #000000;
	line-height: 30px;
}
.yulan p{
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	margin-top: 15px;
}
.yulan ul{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yulan ul li{
	width: 17%;
	overflow: hidden;
	height: 470px;
	border-radius: 20px;
}
.yulan ul li.yulan_li{
	width: 45%;
}
.yulan ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page{
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.page .active,
.page .total{
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    color: #282e32;
    border: 1px solid #282e32;
    margin: 0 3px;
}
.page .active{
    background: #282e32;
    border: 1px solid #282e32;
    color: #fff;
}
.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child{
    color: #999;
    border: 1px solid #999;
    background: #fff;
}
.xziazi{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.xziazi_cen{
	width: 1200px;
	overflow: hidden;
	padding: 100px auto 160px;
}
.xziazi_cen h1{
	text-align: center;
	font-size: 32px;
	color: #fff;

}
.xziazi_cen>p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: #fff;
}
.yiongj{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.yiongj a{
	display: block;
	margin: 0 15px;
	width: 180px;
	line-height: 50px;
	background: #282e32;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
.xziazi_swiper{
	width: 750px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	position: relative;
}
.ros_om_left_opa{
    width: calc(100% - 200px);
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 9;
}
.ros_om_left_opa img{
    width: 100%;
    height: auto;
}
.mySwiper7{
	width: calc(100% - 200px);
	height: 98%;
	margin: auto;
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 50px;

}
.mySwiper7 img{
	max-height: 100%;
	max-width: 100%;

}
.mySwiper7 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.xziazi_swiper .swiper-button-next, 
.xziazi_swiper .swiper-button-prev{
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
}
.xziazi_swiper .swiper-button-next{
	right: 0;
}
.xziazi_swiper .swiper-button-prev{
	left: 0;
}
.xziazi_swiper .swiper-button-next:after, 
.xziazi_swiper .swiper-button-prev:after{
	font-size: 20px;
	color: #333333;
}

.yingjian_tan{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgb(0,0,0,0.6);
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	transition: auto;
}
.cenmou{
	width: 1000px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px;
}
.cenmou h1{
	font-size: 18px;
	color: #000000;
	font-weight: inherit;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.cenmou h1 img{
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.cenmou ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.cenmou ul li{
	width: calc(20% - 16px);
	overflow: hidden;
	margin-left: 20px;
	margin-top: 20px;
}
.cenmou ul li img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.cenmou ul li:nth-child(5n+1){
	margin-left: 0px;
}
.mouxk{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mouxk_cen{
	width: 1200px;
	overflow: hidden;
	margin: 100px auto 160px;
}
.mouxk_cen h1{
	text-align: center;
	font-size: 32px;
	color: #000;
}
.mouxk_cen>p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: #666666;
}
.mouxk_swiper{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	position: relative;
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}
.mouxk_swiper::after{
	content: "";
	width: 70%;
	height: 100%;
	background: #eaf4fe;
	border-radius: 20px;
	position: absolute;
	top: 0;
	right: 100px;

}

.mySwiper8{
		width: calc(100% - 420px);
	overflow: hidden;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.omso_plo_lefsdast{
    width: 400px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
	position: relative;
	z-index: 2;

}
.omso_plo_lefsdast p{
    	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #666666;
	text-indent: 2em;
}
.omso_plo_lefsdast a{
	display: block;
	width: 160px;
	line-height: 50px;
	background: #282e32;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	
	margin-top: 20px;
}
.casa{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.casa img{
    width: 100%;
    height: auto;
}
.mySwiper8 .swiper-wrapper{
    position: absolute;
    top: 1%;
    left: 0;
    width: 100%;
    height: 98%;
    background: #fff;
    border-radius: 50px;
}
.mySwiper8 .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
}
.mySwiper8 .swiper-slide img{
    max-height: 100%;
    max-width: 100%;
     border-radius: 50px;
}
.mouxk_swiper .swiper-button-next, 
.mouxk_swiper .swiper-button-prev{
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
}
.mouxk_swiper .swiper-button-next{
	right: 0;
}
.mouxk_swiper .swiper-button-prev{
	left: 0;
}
.mouxk_swiper .swiper-button-next:after, 
.mouxk_swiper .swiper-button-prev:after{
	font-size: 20px;
	color: #333333;
}

.aomxuo{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.aomxuo_cen{
	width: 1200px;
	overflow: hidden;
	margin: 100px auto 160px;
}
.aomxuo_cen h1{
	text-align: center;
	font-size: 32px;
	color: #000;
}
.aomxuo_cen>p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: #666666;
}
.aomxuo_img{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.aomxuo_img .omxuo_plo{
	width: 500px;
	overflow: hidden;
}
.aomxuo_img img{
	width: calc(100% - 540px);
	height: auto;
}
.omxuo_plo{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.omxuo_plo p{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	text-align: left;
}
.omxuo_plo a{
	display: block;
	width: 180px;
	line-height: 50px;
	background: #282e32;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	margin-top: 50px;
}
.omso{
	width: 100%;
	overflow: hidden;
	background: #f8fbfb;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.omso_cen{
	width: 1200px;
	overflow: hidden;
	margin: 100px auto 160px;
}
.omso_cen h1{
	text-align: center;
	font-size: 32px;
	color: #000;
}
.omso_cen>p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: #666666;
}
.omso_img{
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
	margin-top: 100px;
	margin-bottom: 10px;
}
.omso_img::after{
	content: "";
	width: 70%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2);
	border-radius: 20px;
	z-index: 1;
	right: 5px;
}
.omso_img .omso_plo{
	width: 590px;
	overflow: hidden;
}
.omso_img_imxk{
    width: calc(100% - 620px);
	height: auto;
	position: relative;
	z-index: 2;
	position: relative;
}
.omso_img_imxk img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;

}
.ciasj{
    width: 100%;
    height: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
     border-radius: 50px;
     display: flex;
    flex-wrap: wrap;
}
.ciasj img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 100%;

}
.ciasj img.sidj{
    right: 0%;
}
.mixkcl_imxk{
    width: calc(100% - 500px);
	height: auto;
	position: relative;
	z-index: 2;
	position: relative;
}
.mixkcl_imxk>img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
}
.mixkcl_xko{
    width: 100%;
    height: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
     border-radius: 50px;
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mixkcl_xko img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 100%;
}
.mixkcl_xko img.csdf{
    right: 0%;
}
.omso_plo{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
.mnxis{
	width: calc(100% - 190px);
	overflow: hidden;
}
.omso_plo_left{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.omso_plo_left p{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	text-align: left;
}
.omso_plo_left a{
	display: block;
	width: 180px;
	line-height: 50px;
	background: #282e32;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	margin-top: 50px;
}
.omso_plo_right{
	width: 140px;
	overflow: hidden;
	background: #ebf8f8;
	margin-right: 5px;
	border-radius: 0 20px 20px 0;
}
.omso_plo_right a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #333333;
	line-height: 80px;
	cursor: pointer;
}
.omso_plo_right a.moxlasso{
	background: #3cb8bf;
	color: #fff;
}
.omso_plo_right a:hover{
	background: #3cb8bf;
	color: #fff;
}
.moxlso{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.moxlso_cen{
	width: 1200px;
	overflow: hidden;
	margin: 100px auto 0;
}
.moxlso_cen h1{
	text-align: center;
	font-size: 32px;
	color: #fff;
}
.moxlso_cen>p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: #fff;
}
.moxlso_cen a{
	display: block;
	width: 180px;
	line-height: 50px;
	background: #3cb8bf;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	margin: auto;
	margin-top: 50px;
}
.moxlso_cen img{
	width: 700px;
	height: auto;
	margin: auto;
	margin-top: 70px;
}


.xziazi{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.xziazi_cen{
	width: 1200px;
	overflow: hidden;
	margin: 100px auto 160px;
}
.xziazi_cen h1{
	text-align: center;
	font-size: 32px;
	color: #000;
}
.xziazi_cen>p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: #666666;
}
.yiongj{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.yiongj a{
	display: block;
	margin: 0 15px;
	width: 180px;
	line-height: 50px;
	background: #282e32;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
.mixkcl{
	width: 1000px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cenmou_en{
	width: 470px;
	overflow: hidden;
}
.cenmou_en ul{
	width: 100%;
	overflow: hidden;
}
.cenmou_en ul li{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-indent: 2em;
}
.cenmou p{
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}
.mxiso{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #f6f6f6;
	border-radius: 30px;
}
.mxiso p{
	width: 32%;
	overflow: hidden;
	font-size: 22px;
	color: #000;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	cursor: pointer;
}
.mxiso p.mxiso_a{
	background: #3cb8bf;
	color: #fff;
}
.mxiso p:hover{
	background: #3cb8bf;
	color: #fff;
}
.chanpin{
	width: 1080px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	padding: 20px 0;
	background: #282e32;
}
.chanpin h1{
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}
.chanpin p{
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin-top: 10px;
}
.moxjsk{
	width: 1080px;

	margin: 10px auto 80px;
}
.moxjsk ul{
	width: 100%;

	display: flex;
	flex-wrap: wrap;
}
.moxjsk ul li{
	width: calc(25% - 15px);
	overflow: hidden;
	margin-left: 20px;
	margin-top: 20px;
	transition: all 0.3s;
}
.moxjsk ul li:hover{
    box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2);
}
.moxjsk ul li img{
	width: 100%;
	height: 200px;
	    object-fit: contain;
}
.moxjsk ul li:nth-child(4n+1){
	margin-left: 0px;
}
.moxjsk ul li p{
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 20px auto;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.biancheng{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 200px 0;
	padding-top: 0px;
}
.biancheng::before{
	content: "";
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-image: url(/public/home/images/abouyd_02.png);
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.biancheng::after{
	content: "";
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(/public/home/images/abouyd_07.png);
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.beijibng{
	width: 100%;
	overflow: hidden;
	background-image: url(/public/home/images/abouyd_04.png);
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.cmk{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 200px;
}
.cmk_left{
	width: 450px;
	overflow: hidden;
}
.cmk_left h1{
	font-size: 32px;
	color: #ffffff;
}
.cmk_left p{
	font-size: 18px;
	color: #fffefe;
	line-height: 30px;
	margin-top: 10px;
}
.hei h1,
.hei p{
	color: #000;
}
.cmk_right{
	width: calc(100% - 530px);
	overflow: hidden;
}
.cmk_right img{
	width: 100%;
	height: auto;
}
.moxnuonm{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.moxnuonm a{
	display: block;
	width: 180px;
	line-height: 50px;
	background: #282e32;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
.moxnuonm a.yingjian{
	margin-left: 30px;
}
.moclo{
	flex-direction: row-reverse;
}
.xunfu{
	width: max-content;
	overflow: hidden;
	background-repeat: #fff;
	border-radius: 10px;
	padding: 20px;
	position: fixed;
	right: 100px;
	top: 200px;
	z-index: 0;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
	background: #fff;
}
.xunfu ul{
	width: 100%;
	overflow: hidden;
}
.xunfu ul li{
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	position: relative;

}
.xunfu ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.xunfu ul li.cli{
	margin-left: 15px;
    padding-left: 15px;
    border-left: 15px solid #cd2355;
    color: #cd2355;
}
.xunfu ul li:hover{
	margin-left: 15px;
    padding-left: 15px;
    border-left: 15px solid #cd2355;
    color: #cd2355;
}
.xunfu ul li img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.bannero{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #282e32;
}
.moxucok{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 60px;
}
.dongtai_swiper{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	position: relative;
	padding: 10px;
}
.moxucok>h1{
	text-align: center;
	font-size: 32px;
	color: #000000;
	font-weight: inherit;
}
.mySwiper88{
	width: calc(100% - 100px);
	overflow: hidden;
	margin: auto;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2);
	border-radius: 10px;
}
.mySwiper88 .swiper-slide a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.mySwiper88 .swiper-slide img{
	width: calc(100% - 380px);
	height: auto;
}
.mkxock{
	width: 380px;
	overflow: hidden;
	padding: 15px;
}
.mkxock h1{
	font-size: 20px;
	color: #000000;
	font-weight: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mkxock span{
	font-size: 20px;
	color: #000000;
	font-weight: inherit;
	margin-top: 20px;
	display: block;
}
.mkxock p{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	font-weight: inherit;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
.dongtai_swiper .swiper-button-next, 
.dongtai_swiper .swiper-button-prev{
	width: 40px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
}
.dongtai_swiper .swiper-button-next img, 
.dongtai_swiper .swiper-button-prev img{
	width: 100%;
	height: auto;
}
.dongtai_swiper .swiper-button-next{
	right: 0;
}
.dongtai_swiper .swiper-button-prev{
	left: 0;
}
.dongtai_swiper .swiper-button-next:after, 
.dongtai_swiper .swiper-button-prev:after{
	content: "" !important;
}
.banner_swiper{
	width: 100%;
	overflow: hidden;
	height: 830px;
	position: relative;
}
.banner_swiper .swiper {
    width: 100%;
    height: 100%;
}
.banner_swiper .swiper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dimgh{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -80px;
}
.banner_swiper .swiper h1{
	width: 100%;
	font-size: 36px;
	color: #fff;
	font-weight: inherit;
	text-align: center;
	mix-blend-mode: difference;
}
.banner_swiper .swiper p{
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: inherit;
	mix-blend-mode: difference;
	margin-top: 20px;
	text-align: center;
}
.banner_swiper .swiper-slide-active .dimgh{
    top: 60px;
    
}
.banner_swiper .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	margin: var(--swiper-pagination-bullet-vertical-gap,18px) 0 !important;
}
.banner_swiper .swiper-pagination{
	right: 180px !important;
}

.xuexias{
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
	padding: 60px 0;
	background: #e6e6e6;
}
.xuexias>h1{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 32px;
	color: #000000;
	font-weight: inherit;
}
.xuexias ul{
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xuexias ul li{
	width: 17%;
	overflow: hidden;
	height: 470px;
	border-radius: 10px;
}
.xuexias ul li.xuexi_li{
	width: 45%;
	box-shadow: 0px 0px 5px 3px rgb(0,0,0,0.1);
}
.xuexias ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cxjkas{
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}
.cxjkas img{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xuexias ul li.xuexi_li>img{
    display: none;
}
.xuexias ul li.xuexi_li .cxjkas{
    display: block;
}
.rosdkim{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background: #e4f2ff;
}
.rosdkim>h1{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 32px;
	color: #000000;
	font-weight: inherit;
}
.ros_om{
	width: 800px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ros_om_left{
	width: calc(100% - 80px);
	overflow: hidden;
	position: relative;
}
.ros_om_left_op{
    width: 100%;
    overflow: hidden;
}
.ros_om_left_op img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9; 
    
}


.xkis{
    width: 100%;
	height: 98%;
	position: absolute;
	top: 1%;
	left: 0%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}
.xkis>img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 50px;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 100%;

}
.xkis>img.xkis_img{
    right: 0%;
}
.ros_om_right{
	width: 50px;
	overflow: hidden;
}
.ros_om_right div{
    width: 50px;
	height: 50px;
	margin-top: 10px;
	border-radius: 10px;
    position: relative;
}

.ros_om_right div.asdas::after{
    display: none;
}
.ros_om_right div img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	border-radius: 10px;
	position: relative;
}
.ros_om_right div:nth-child(1){
	margin-top: 0px;
}
.ros_om_right div::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.5);
    	border-radius: 10px;
}
.hezuo{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.hezuo>h1{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 32px;
	color: #000000;
	font-weight: inherit;
}
.hezuo ul{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hezuo ul li{
	width: 32%;
	overflow: hidden;
	border-radius: 10px;
	margin-left: 2%;
	margin-top: 60px;
}
.hezuo ul li:nth-child(3n+1){
	margin-left: 0%;
}
.hezuo ul li img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.banner_xqin{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_xqin img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.banner_xding{
	width: 1200px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_asd{
	width: max-content;
	overflow: hidden;
	float: right;
}
.banner_asd h1{
	font-size: 48px;
	color: #fff;
	font-weight: inherit;
}
.banner_asd p{
	font-size: 26px;
	color: #fff;
	font-weight: inherit;
	margin-top: 30px;
}
.banner_asd ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.banner_asd ul li{
    position: relative;
	width: 180px;
	overflow: hidden;
	margin-right: 30px;
}
.banner_asd ul li spam{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    color: white;
    padding: 20px 0;
    text-align: center;
}
.banner_asd ul li spam:hover{
	color: #152113;
    font-weight: 700;
}
.banner_asd ul li img{

	width: 100%;
	height: auto;
}
.moukuai{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.gongu{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px #999999 solid;
	padding-bottom: 20px;
}
.gongu h1{
	font-size: 32px;
	color: #000000;
	padding-left: 25px;
	border-left: 12px solid #3cb8bf;
	line-height: 32px;
	font-weight: inherit;
}
.moukuai ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.moukuai ul li{
	width: 33%;
	overflow: hidden;
	margin-top: 40px;
	font-size: 18px;
}
.moukuai ul li a:hover {
    color: #00bde9;
}
.xizai{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.xizai ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.xizai ul li{
	width: 33%;
	overflow: hidden;
	margin-top: 40px;
	font-size: 18px;
	color: #333333;
	    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.xizai ul li a{
	display: block;
	width: max-content;
	max-width: 100%;
	background-image: url(/public/home/images/asc_07.png);
	background-size: 24px 20px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	
}

.xizai ul li a:hover {
    color: #00bde9;
}

.wenti{
	width: 1200px;

	margin: auto;
	margin-top: 60px;
}
.wenti ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	box-shadow: 0px 5px 5px 2px rgb(0,0,0,0.2);
	flex-wrap: wrap;
}
.wenti ul li{
	width: 100%;
	overflow: hidden;
	
	padding: 0px  20px;
}
.wenti ul li>h1{
    width: 100%;
    overflow: hidden;
    line-height: 60PX;
	font-size: 18px;
	color: #333333;
}
.wenti ul li:nth-child(2n){
	background: #eeeeee;
}
.gongu_text{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    border: 1px solid #F2F2F2;
    display: none;
    transition: auto;
    padding: 20px;
}
.wenda{
	width: 1200px;
	margin: auto;
	margin-top: 70px;
}
.wenda>h1{
	text-align: center;
	font-size: 32px;
	color: #000000;
	font-weight: inherit;
}
.wenda form{
	width: 850px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	margin-top: 30px;
}
.wenda form .text{
	width: calc(100% - 150px);
	height: 60px;
	background: #eeeeee;
	border: none;
	font-size: 18px;
	color: #333333;
	padding: 0 25px;
	border-radius: 10px;
	display: block;
}
.wenda form .submits{
	width: 140px;
	height: 60px;
	border-radius: 10px;
	background: #282e32;
	color: #fff;
	display: block;
	border: none;
}
.wenda ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.wenda ul li{
	width: 32%;
	overflow: hidden;
	margin-left: 2%;
	padding: 30px;
	box-shadow: 0px 3px 5px 2px rgb(0,0,0,0.1);
	margin-bottom: 80px;
}
.wenda ul li:nth-child(3n+1){
	margin-left: 0%;
}
.wenda_top{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}
.wenda_top h1{
	font-size: 18px;
	color: #333333;
	background-image: url(/public/home/images/asc_11.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	padding-left: 40px;
	line-height: 30px;
}
.wenda_top p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
}
.wenda_top span{
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.wenda_bottom{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.wenda_bottom h1{
	font-size: 18px;
	color: #333333;
	background-image: url(/public/home/images/jbhbsac_44.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	padding-left: 40px;
	line-height: 30px;
}
.wenda_bottom p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
}
.wenda_bottom span{
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.xunfu h1{
	font-size: 28px;
	color: #282e32;
	font-weight: inherit;
}
.weiwema{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.weiwema img{
	width: 100%;
	height: auto;
}
.weiwema p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.logo_oio{
	width: 60px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.logo_oio img{
    width: 100%;
    height: auto;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    filter: drop-shadow(60px 0px 0 #3cb8bf);
    position: relative;
    right: 60px;
    transition: all 0.1s;
}
.footer{
	width: 100%;
	overflow: hidden;
	background: #282e32;
}
.di_cen{
	width: 1200px;
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.di_cen ul{
	width: max-content;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.di_cen ul li{
	width: max-content;
	overflow: hidden;
	margin-left: 90px;
}
.di_cen ul li h1{
	font-size: 18px;
	color: #ffffff;
	font-weight: inherit;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.di_cen ul li a{
	display: block;
	font-size: 18px;
	color: #bbbbbb;
	margin-top: 20px;
}
.di_cen ul li:nth-child(1){
	margin-left: 0px;
}
.di_right{
	width: max-content;
}
.di_logo{
	width: 200px;
	overflow: hidden;
}
.di_logo img{
	width: 100%;
	height: auto;
}
.erweilo{
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;

}
.erweilo_img{
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 15px;
}
.erweilo_img img{
	width: 100%;
	height: 100%;
}
.neorm{
	width: 120px;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
}
.neorm img{
	width: 100%;
	height: auto;
}
.neorm::after{
	content: "";
	width: 0px;
	height: 0px;
	position: absolute; 
    left: 10px; 
    top: -6px; 
    border-right: 6px solid transparent; 
    border-left: 6px solid transparent; 
    border-bottom: 6px solid #fff;
}
.erweilo_img:hover .neorm{
	display: block;
}
.beian{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #d8d8d8;
}
.beian_cen{
	width: 1200px;
	overflow: hidden;
	margin: 25px auto;
	font-size: 14px;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ciosook{
    width: 1200px;
    overflow: hidden;
    margin: 100px auto;
}
.ciosook h1{
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.ciosook>p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}
.ciosook_text{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 30px;
}
.dingzhi{
    width: 1200px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
    font-size: 12px;
    color: #000;
}

.dingzhi span{
    margin:  0 10px;
}





