*{
	padding: 0;
	margin: 0;
}
@font-face {
  font-family: 'mr';
  src: url('../font/mr.otf');
}
body{
	font-size: 0;
	-webkit-tap-highlight-color: transparent;
}
img{
	width: 100%;
}
.rich-text img{width: unset;max-width: 100%;}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
.none{
	display: none;
}
.doc{
	position: relative;
}
/* 导航 */
.nav{
	width: 100%;
	height: 74px;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	padding: 0 10.9%;
	box-sizing: border-box;
}

.nav .nav-logo{
	width: 210px;
}
.nav .nav-logo .logo2{
	display: none;
}
.nav.active .nav-logo .logo1{
	display: none;
}
.nav.active .nav-logo .logo2{
	display: block;
}
.nav.active{
	background: #fff;
}


.language-select a{
	color: #fff;
}

.nav:hover div,.nav:hover a,.nav.active div,.nav.active a{
	color: #000;
}

.nav:hover .nav-menu>li>a{
	font-weight: bold;
}


.nav-menu{
	width: 80%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.nav-menu>li{
	line-height: 74px;
	font-size: 18px;
	color: #fff;
	padding: 0 3.7%;
}
.nav-menu>li a{
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
	display: block;
}
.nav-menu>li:hover a{
	color:#007bc8;
}


.nav-menu>li>a::after{
	content: '';
	width: 0;
	height: 2px;
	background: #007bc8;
	position: absolute;
	left: 50%;
	bottom: 1px;
	transition:width 0.5s;
	-webkit-transition: width 0.5s;
	transform: translate3d(-50%,0,0);
	-webkit-transform: translate3d(-50%,0,0);
}
.nav-menu>li:hover>a::after{
	width: 100%;
}



.language{
	width: 11%;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 1%;
	position: relative;
}
.language-line{
	width: 1px;
	height: 15px;
	background: #fff;
}
.nav:hover .language-line{
	background: #999;
}
.nav-icon1{
	width: 19px;
	padding-left: 22%;
	font-size: 0;
}
.nav-icon1>img:last-child{
	display: none;
}
.nav:hover .nav-icon1>img:first-child{
	display: none;
}
.nav:hover .nav-icon1>img:last-child{
	display: block;
}
.language-select{
	width: 30%;
	text-align: right;
	font-size: 18px;
	color: #fff;
	padding-right: 5%;
}

.language-arrow{
	width: 0;
	height: 0;
	border-top: 7px solid #fff;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:none;
}
.nav:hover .language-arrow{
	border-top: 6px solid #000;
}

.down-menu{
	width: 100%;
	height: 0;
	background: #fff;
	padding: 0 10.9%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 100%;
	box-sizing: border-box;
	overflow: hidden;
	transition: height 0.3s;
	-webkit-transition:height 0.3s;
}

.down-menu-title{
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.down-menu-describe{
	font-size: 15px;
	color: #bbb !important;
	line-height: 24px;
	margin: 20px 0;
}
.yingyong .down-menu-describe{
	height: 72px;
}
.down-menu-detail{
	font-size: 16px;
	line-height: 25px;
}
.down-menu-detail>span{
	vertical-align: middle;
}
.down-menu-arrow{
	width: 18px;
	vertical-align: middle;
	margin-left: 5px;
}
.nav .nav-menu>li:hover .down-menu1{
	height: 210px;
}
.nav .nav-menu>li:hover .down-menu2{
	height: 185px;
}
.nav .nav-menu>li:hover .down-menu3{
	height: 160px;
}

.down-menu li{
	position: relative;
	padding: 20px 0;
}

.down-menu>li a{
	display: inline;
}



.nav .yingyong .down-menu>li{
	width: 16%;
}
.nav .zhinhcp .down-menu>li,.nav .zoujinmy .down-menu>li{
	width: 19.2%;
}

.language-menu{
	width: 90%;
	height: 0;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	position: absolute;
	left: 5%;
	top: 100%;
	box-sizing: border-box;
	transition: height 0.35s;
	-webkit-transition: height 0.35s;
	overflow: hidden;
}
.language-menu>li{
	padding: 8px;
	font-size: 18px;
	cursor: pointer;
}
.language-menu a{
	color: #000;
}
.language-menu>li:first-child{
	padding-top: 18px;
}
.language-menu>li:last-child{
	padding-bottom: 18px;
}
.cn-mark{
	width: 14px;
	vertical-align: middle;
}
.en-mark{
	width: 15px;
	vertical-align: middle;
}
.language-menu span{
	vertical-align: middle;
}
.language:hover .language-menu{
	height: 110px;
}



footer{
	background: #294060;
	padding: 5% 8% 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
.footer-content{
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 10%;
}

.contact{
	width: 188px;
}
.contact .logo{
	width:145px;
}
.contact-tel{
	font-size: 12px;
	line-height: 18px;
	margin: 42px 0;
	color: #ffffff;
}
.contact-icon{
	display: flex;
}
.contact-icon>div{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #333;
	margin-right: 5px;
	position: relative;
}
.contact-icon img{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.weixin{
	width: 17px;
}
.douyin{
	width: 14px;
}
.xinfeng{
	width: 16px;
}
.footer-nav{
	display: flex;
	margin-right: 3.55vw;
}
.footer-nav .dl-1,.footer-nav .dl-2{
	width: 19.6vw;
}

.footer-nav dt{
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 20px;
}
.footer-nav-line{
	width: 20px;
	height: 1px;
	background: #007bc8;
	margin: 12px 0;
}
.footer-nav dd{
	font-size: 15px;
	line-height: 35px;
	margin: 12px 0;
}

.footer-nav dd a{
	height: 100%;
	color: #94a0b0;
	display: inline-block;
}
.footer-nav dd:hover a{
	color: #007bc8;
}
.copyright{
	height: 80px;
	border-top: 1px solid #485b74;
	line-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #94a0b0;
}
.copyright a{
	color: #94a0b0;
}
.footer-top{
	width: 150px;
	height: 48px;
	border: 1px solid #777;
	border-radius: 20px 0 20px 0;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
.footer-top>span{
	vertical-align: middle;
}
.footer-arrow{
	width: 9px;
	vertical-align: middle;
	padding-left: 20px;
}

/* 在线咨询 */
.consult{
	padding: 5% 0;
	background: #fff;
}
.consult-content{
	width: 79.16%;
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.form,.consult-info{
	width: 38.5vw;
}
.consult .title{
	font-size: 2.34375vw;
	font-weight: normal;
	margin-bottom: 2.23958vw;
}

.f-r{
	display: flex;
	align-items: center;
	margin: 1.25vw 0;
	
}
.f-r span{
	color: red;
	font-size: 0.885vw;
}
.f-r label{
	width: 6.25vw;
	font-size: 0.885vw;
}
.f-r2{
	align-items: flex-start;
}
.consult input{
	width: 12.0105vw;
	height: 2.708vw;
	border: none;
	background: #F4F7F9;
	font-size: 0.885vw;
	outline: none;
	box-sizing: border-box;
	padding: 0 0.78vw;
	font-family: 'mr';
}
.consult .name{
	margin-right: 1.979vw;
}
.consult .email{
	width: 32.25vw !important;
}
.consult .f-r-i{
	width: 32.25vw;
	display: flex;
}
.consult .f-r-i>div{
	font-size: 0.83vw;
	line-height: 1.25vw;
	color: #999;
	border: 1px solid #c1c1c1;
	border-radius: 0.21vw;
	padding: 0.26vw 1.15vw;
	margin-right: 0.6vw;
	cursor: pointer;
}
.consult .f-r-i>div.active{
	color: #007bc8;
	border: 1px solid #007bc8;
}
.consult textarea{
	width: 32.25vw !important;
	height: 10.9375vw;
	border: none;
	background: #F4F7F9;
	outline: none;
	box-sizing: border-box;
	padding: 0.78vw;
	font-size: 0.885vw;
	font-family: 'mr';
}
.consult .button{
	width: 32.25vw;
	height: 2.6041vw;
	border: 1px solid #999;
	border-radius: 0.208vw;
	background: #F3F3F3;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.consult .button>p{
	font-size: 0.885vw;
}
.consult .button>input{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	margin: 0 !important;
}
.consult .icon{
	width: 0.72916vw;
	margin-left:2%;
}
.consult .submit{
	border: none;
	background: #007bc8;
	color: #fff;
	line-height: 52px;
	text-align: center;
	font-size: 0.885vw;
}
.consult .tel-number{
	line-height: 1.8229vw;
	font-size: 0;
}
.consult .tel-number>span{
	vertical-align: middle;
	font-size: 0.9375vw;
}
.consult .tel-icon{
	width: 1.25vw;
	vertical-align: middle;
	margin-right:0.67vw;
}
.consult h6{
	font-size: 1.302vw;
	color: #007bc8;
	line-height: 4.1666vw;
	border-bottom: 1px solid #bbb;
	margin-bottom: 3%;
}

/* 走进明阳 */
.mingyang .banner{
	height: 100vh;
	padding: 5% 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.mingyang .banner-pic{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.mingyang .banner-nav{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	margin: auto;
	position: relative;
	padding: 0 10.9%;
}
.mingyang .banner-nav .title{
	font-size: 3.55vw;
	line-height: 3.55vw;
	margin-bottom: 1.56vw;
}

.mingyang .nav-list{
	display: flex;
	
}
.mingyang .nav-list>div{
	width: 7.7vw;
	height: 2.5vw;
	line-height: 2.5vw;
	border-radius: 50px;
	border: 1px solid #999;
	text-align: center;
	margin-right: 0.625vw;
	font-size: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.mingyang .nav-list>div a{
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	z-index: 1;
	font-size: 1.09vw;
	color: #fff;
}
.mingyang .nav-list>div::after{
	content: '';
	width: 110%;
	height: 110%;
	position: absolute;
	left: -5%;
	top: -5%;
	background: rgba(100, 100, 100, 0.5);
	filter: blur(3px);
}

.mingyang .nav-list>div.active,.mingyang .nav-list>div:hover{
	border: 1px solid #fff;
}
.mingyang .nav-list>div.active a,.mingyang .nav-list>div:hover a{
	color: #000;
}
.mingyang .nav-list>div.active::after,.mingyang .nav-list>div:hover::after{
	background: rgba(255, 255, 255, 0.8);
}

.c2_li.select .c2_li_div_right a{
	color: #fff;
}
.c2_li_div_right a{
	width: 100%;
	height: 100%;
	color: #c1c1c1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 联系我们图标 */
.contact-us,.goto-top{
	width: 4.68vw;
	height: 4.68vw;
	background: #00b3ff;
	padding: 0.677vw 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position:fixed;
	right: 0.52vw;
	bottom: 11.8vw;
	z-index: 1;
	cursor: pointer;
}
.goto-top{
	bottom: 6.5vw;
}
.lx-icon{
	width: 1.98vw;
}
.goto-top-icon{
	width: 1.65vw;
}
.contact-us-text{
	font-size: 0.83vw;
	line-height: 0.83vw;
	color: #fff;
}

/* 联系我们浮层 */

.consult-float{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0, 0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.consult-float .consult{
	width: 79.16%;
	position: relative;
	padding: 2.7vw 4.1vw;
	box-sizing: border-box;
	border-radius: 0.625vw;
}
.consult-float .consult-content{
	width:100%;
}
.consult-float .form{
	padding-right: 1%;
}
.consult-float .consult-info{
	padding-left: 1%;
}
.consult-close{
	width: 2.08vw;
	position: absolute;
	right: 1vw;
	top: 1vw;
	padding: 0.52vw;
	cursor: pointer;
}
.consult-float textarea{
	height: 8vw;
}



/* 浮动导航 */

.float{
	position: fixed;
	right: 0.5%;
	top: 20%;
}

.float-nav{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.float-nav li{
	margin-bottom: 1.1vw;
	cursor: pointer;
	position: relative;
}
.float-nav-item{
	display: flex;
	align-items: center;
	color: #000;
	padding: 0.5vw 0.9vw 0.5vw 1.3vw;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	border-radius: 10vw;
}
.float-nav li .line{
	width: 1px;
	height: 2.55vw;
	background: #000;
	position: absolute;
	right: 1.38vw;
	top: 66%;
	z-index: -1;
}
.float-nav li .line2{
	height: 3.1vw;
}
.float-nav li.active .float-nav-item{
	background: #D3DCE2;
	color: #007BC8;
}
.text{
	font-size: 0.83vw;
	line-height: 1vw;
	transition: padding 1s;
	-webkit-transition: padding 1s;
	padding-right: 0.2vw;
}
.float-nav li.active .text{
	padding-right: 0.7vw;
}
.float-nav li:hover .text{
	color: #007BC8;
}
.circle{
	width: 0.73vw;
	height: 0.73vw;
	margin-left: 0.26vw;
	padding: 0.18vw;
	position: relative;
}
.circle .c1{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border-radius: 30px;
	border: 1px solid #000;
	box-sizing: border-box;
}
.circle .c2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.float-nav li.active .c2{
	opacity: 1;
}







.arrow-parent:hover .arrow-ani{
	animation: arrow-ani 0.7s infinite;
	-webkit-animation: arrow-ani 0.7s infinite;
}



@keyframes arrow-ani{
	0%{transform: translate(0,0);}
	100%{transform: translate(5px,0);}
}
@-webkit-keyframes arrow-ani{
	0%{-webkit-transform: translate(0,0);}
	100%{-webkit-transform: translate(5px,0);}
}







/* 翻页 */
.page-turn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.02083vw;
}
.page-arrow{
	width: 1.7vw;
	margin: 0 0.5vw;
	cursor: pointer;
}
.page-arrow>img:last-child{
	display: none;
}
.page-arrow.active>img:first-child{
	display: none;
}
.page-arrow.active>img:last-child{
	display: block;
}
.page-number{
	width: 2.5vw;
	height: 2.2vw;
	font-size: 1.3vw;
	color: #7ea3d1;
	text-align: center;
	cursor: pointer;
	line-height: 2.2vw;
}
.page-number.active{
	color: #007bc8;
}
.page-number:not(.active):hover{
	transition:transform 0.1s;
	-webkit-transition:-webkit-transform 0.1s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	font-weight: bold;
}






/* 移动端 */
/* nav 导航 */
.menu-button{
	width: 0.46rem;
	height: 0.4rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.menu-button>p{
	height: 0.04rem;
	background: #fff;
}

.nav.active .menu-button{
	display: none;
}

.m-nav{
	width: 100%;
	position: fixed;
	left: 0;
	top: 1.2rem;
	bottom: 0;
	background: #fff;
	box-sizing: border-box;
	padding:0.5rem 0.32rem;
	border: 1px solid #ededed;
	display: none;
	z-index: 10;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.m-nav dl{
	border-bottom: 1px solid #ededed;
}
.m-nav dt{
	font-size: 0.35rem;
	font-weight: bold;
	line-height: 0.88rem;
	margin: 0.06rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-nav dt a{
	width: 100%;
	height: 100%;
	color: #000;
	display: block;
}
.m-nav p{
	width: auto;
}
.m-nav dd{
	line-height: 0.88rem;
	display: none;
}
.m-nav dd a{
	height: 100%;
	color: #999999;
	font-size: 0.3rem;
	display: block;
}
.m-nav-close{
	width: 0.4rem;
	padding: 0.1rem;
	display: none;
}
.nav.active .m-nav-close{
	display: block;
}


.plus{
	width: 0.32rem;
	height: 0.32rem;
	padding: 0.1rem 0 0.1rem 0.2rem;
}
.minus-sign{
	width: 0.32rem;
	padding: 0.25rem 0 0.25rem 0.2rem;
}

.m-nav-language{
	margin-top: 0.85rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m-nav-icon{
	width: 0.4rem;
	margin-right: 0.1rem;
}
.m-nav-language p{
	font-size: 0.35rem;
	color: #999999;
}
.m-nav-cn,.m-nav-en{
	width:1rem !important;
	line-height: 0.45rem;
	text-align: center;
}
.m-nav-en{
	width:1.5rem !important;
}
.m-nav-cn.active,.m-nav-en.active{
	color: #000;
	font-weight: bold;
}



.banner-pic2{
	display: none;
}





@media screen and (min-width:1380px) {
	.language{
		width: 10%;
	}
	.language-menu{
		width: 105%;
	}
}



@media screen and (max-width:1500px) {
	.nav{
		height: 68px;
		padding: 0 8%;
	}
	.nav .nav-logo{
		width: 199px;
	}
	.nav-menu>li{
		line-height: 68px;
		font-size: 16px;
	}
	.nav-icon1{
		width: 16px;
	}
	.language-arrow {
	    border-top: 6px solid #fff;
	    border-left: 4px solid transparent;
	    border-right: 4px solid transparent;
	}
	.language-select,.language-menu>li{
		font-size: 16px;
	}
	.cn-mark{
		width: 13px;
	}
	.en-mark{
		width: 14px;
	}
	
	.down-menu-title{
		height: 27px;
		font-size: 17px;
		line-height: 27px;
	}
	.down-menu-describe{
		font-size: 12px;
		line-height: 21px;
		margin: 18px 0;
	}
	.yingyong .down-menu-describe{
		height: 63px;
	}
	.down-menu-detail{
		font-size: 14px;
		line-height: 22px;
	}
	.down-menu-detail>span{
		vertical-align: middle;
	}
	.down-menu-arrow{
		width: 16px;
		vertical-align: middle;
		margin-left: 4px;
	}
	.down-menu {
	    padding: 0 8%;
	}
	.down-menu>li{
	    padding: 18px 0;
	}
	.contact .logo{
		width: 130px;
	}
	.contact-tel {
	    font-size: 11px;
	    line-height: 16px;
	    margin: 38px 0;
	}
	.contact-icon>div {
	    width: 34px;
	    height: 34px;
	}
	.weixin {
	    width: 15px;
	}
	.douyin {
	    width: 13px;
	}
	.xinfeng {
	    width: 14px;
	}

	.footer-nav dt {
	    font-size: 20px;
	    line-height: 31px;
	    margin-bottom: 18px;
	}
	.footer-nav dd {
	    font-size: 14px;
	    line-height: 31px;
	    margin: 11px 0;
	}
	.copyright {
	    height: 72px;
	    line-height: 72px;
	    font-size: 11px;
	}
	.footer-top {
	    width: 135px;
	    height: 43px;
	    border-radius: 18px 0 18px 0;
	    line-height: 43px;
	}
	.footer-arrow {
	    width: 8px;
	    padding-left: 18px;
	}
	.language:hover .language-menu{
		height: 100px;
	}
	.mingyang .banner-nav{
		padding: 0 8%;
	}
}


@media screen and (max-width:1300px) {
	.nav-menu>li {
		font-size: 15px;
		padding: 0 2.8%;
	}
	.language-select,.language-menu>li {
	    font-size: 14px;
	}
	.down-menu-title {
		height: 25px;
		font-size: 16px;
		line-height: 25px;
	}
	.down-menu-describe {
		font-size: 11px;
		line-height: 20px;
		margin: 16px 0;
	}
	.down-menu-detail {
		font-size: 13px;
		line-height: 20px;
	}
}


@media screen and (max-width:1060px) { 
	.zhinhcp .down-menu-describe{
		height: 63px;
	}
}



@media screen and (min-width:1025px) {
	.menu-button,.plus,.minus-sign{
		display: none;
	}
	
	.nav:hover .nav-logo .logo1{
		display: none;
	}
	.nav:hover .nav-logo .logo2{
		display: block;
	}
	.nav:hover{
		background: #fff;
	}
	.change-color:hover{
		background-color: #00B3FF !important;
	}
	.text-scale:hover{
		transform: perspective(1px) scale(1.06, 1.06);
		-webkit-transform: perspective(1px) scale(1.06, 1.06);
		transition: transform 0.1s;
		-webkit-transition: -webkit-transform 0.1s;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
	
	.mingyang .nav-list>div:not(.active):hover{
		
	}
	
	.down-menu>li>a .down-menu-title span{
		border-bottom: 1px solid #fff;
	}
	
	.down-menu>li>a:hover .down-menu-title span{
		border-bottom: 1px solid #000;
	}
	
	
	
	
}


@media screen and (max-width:1024px) {
	.nav{
		height: 1.2rem;
		justify-content: space-between;
		padding: 0 0.37rem 0 0.24rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	}
	.nav .nav-menu,.nav .language{
		display: none;
	}
	.nav .nav-logo{
		width: 2.9rem;
	}
	
	footer{
		width: 100%;
		padding: 0.55rem 0.32rem;
		box-sizing: border-box;
	}
	
	.footer-content .contact{
		display: none;
	}
	
	.footer-content{
		display: block;
		margin-bottom:1.3rem;
	}
	.footer-nav{
		flex-direction: column;
		margin: auto;
	}
	footer dl{
		width: 100% !important;
		border-bottom:1px solid #485b74;
		padding: 0.17rem 0;
	}
	
	.footer-nav dt{
		font-size: 0.32rem;
		font-weight: bold;
		line-height: 0.52rem;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer-nav dd{
		width: 42%;
		font-size: 0.23rem;
		line-height: 0.45rem;
		color: #999999;
		margin: 0;
		display: none;
	}
	.footer-nav dd a{
		color: #94a0b0;
	}
	.footer-nav .dd-line{
		display: none;
	}
	.minus-sign{
		display: none;
	}
	footer dl.active dd,.m-nav dl.active dd{
		display: block;
	}
	footer dl.active dt{
		margin-bottom: 0.13rem;
	}
	footer dl.active .plus,.m-nav dl.active .plus{
		display: none;
	}
	footer dl.active .minus-sign,.m-nav dl.active .minus-sign{
		display: block;
	}
	.contact-us,.goto-top{
		width: 0.9rem;
		height: 0.9rem;
		padding: 0.13rem 0 0 0;
		justify-content: flex-start;
		bottom: 0.5rem;
	}
	.contact-us{
		bottom: 1.5rem;
	}
	.lx-icon{
		width: 0.38rem;
	}
	.goto-top-icon{
		width: 0.32rem;
	}
	.contact-us-text{
		font-size: 0.18rem;
		margin-top: 0.08rem;
		line-height: 0.2rem;
	}
	.footer-top{
		display: none;
	}
	.copyright{
		height: auto;
		display: block;
		line-height: 0.4rem;
		border: none;
		font-size: 0.19rem;
		text-align: center;
	}
	
	.consult{
		padding: 0.75rem 0;
	}
	.consult-content{
		width: 91% !important;
		flex-direction: column;
	}
	.form, .consult-info{
		width: 100%;
	}
	.consult .title{
		font-size: 0.47rem;
		line-height: 0.5rem;
		margin-bottom: 0.23rem;
	}
	.f-r {
		flex-wrap: wrap;
		margin: 0;
	}
	.f-r label{
		width:20%;
		height: 0.5rem;
		font-size: 0.23rem;
		line-height: 0.5rem;
		 margin-top:0.23rem;
	}
	.consult input{
		width: 80%;
		height: 0.5rem;
		margin-right: 0 !important;
		margin-top:0.23rem;
		font-size: 0.23rem;
		padding: 0 0.15rem;
	}
	.consult .email{
		width: 80% !important;
	}
	.consult .f-r-i{
		width: 80%;
		margin-top: 0.23rem;
	}
	.consult .f-r-i>div{
		font-size: 0.22rem !important;
		line-height: 0.25rem;
		padding: 0.08rem 0.12rem;
		border-radius: 0.05rem;
		margin-right:0.08rem;
	}
	.consult textarea{
		width: 80% !important;
		height: 2.1rem;
		margin-top:0.23rem;
		padding: 0.15rem;
		font-size: 0.23rem;
	}
	.f-r .button{
		width: 80%;
		height: 0.5rem;
		margin-top: 0.23rem;
		box-sizing: border-box;
	}
	.consult .button>p{
		font-size: 0.2rem;
	}
	.consult .icon{
		width: 0.21rem;
		margin-left: 0.12rem;
	}
	.f-r .button.submit{
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.3rem;
		margin: 0.4rem 0 0.77rem;
	}
	.f-r span{
		font-size: 0.23rem;
	}
	.consult h6{
		font-size: 0.33rem;
		line-height: 0.98rem;
		margin-bottom:0.1rem;
	}
	.consult .tel-number{
		line-height: 0.78rem;
	}
	.consult .tel-icon{
		width: 0.48rem;
		margin-right:0.13rem
	}
	.consult .tel-number>span{
		font-size: 0.3rem;
	}
	
	.consult-float .consult{
		width: 100%;
		height: 100%;
		padding: 0.75rem 0;
	}
	.consult-float .consult-content{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0 0.32rem;
	}
	
	/* 走进明阳 */
	.mingyang .banner{
		height: 7.5rem;
		padding: 0.68rem 0;
	}
	.mingyang .banner-nav{
		width: 100%;
		padding: 0 0.24rem;
	}
	.mingyang .banner-nav .title{
		font-size: 0.6rem;
		line-height: 0.6rem;
		margin-bottom: 0.33rem;
	}
	.mingyang .nav-list{
		width: 5.6rem;
		flex-wrap: wrap;
	}
	.mingyang .nav-list>div{
		width: 1.65rem;
		height: 0.5rem;
		margin: 0 0.12rem 0.12rem 0;
		line-height: 0.5rem;
	}
	.mingyang .nav-list>div a{
		font-size: 0.22rem;
	}
	.consult-close{
		width: 0.4rem;
		padding: 0.1rem;
		top: 0.3rem;
		right: 0.3rem;
	}
	
	.float{
		display: none;
	}
	
	
	.page-turn {
	    margin-top: 0.55rem;
	}
	.page-arrow {
	    width: 0.42rem;
	}
	.page-number {
	    width: 0.35rem;
	    height: 0.4rem;
	    margin: 0 0.1rem;
	    line-height: 0.4rem;
	    font-size: 0.3rem;
	}
	
	
	.banner-pic1{
		display: none;
	}
	.banner-pic2{
		display: block;
	}
	
}


@media screen and (min-width:769px) and (max-width:1024px) {
	.consult-content{
		width: 80%;
	}
	.f-r label{
		width: 20%;
	}
	.consult input,.consult textarea,.f-r .button{
		width: 80%;
		box-sizing: border-box;
	}
}





.ani_sc2{animation: sc2 6s forwards;-webkit-animation: sc2 6s forwards;}
@keyframes sc2{
	0%{transform: scale(1.15);}
	100%{transform: scale(1);}
}
@-webkit-keyframes sc2{
	0%{-webkit-transform: scale(1.15);}
	100%{-webkit-transform: scale(1);}
}

.ani_to{animation: to 2s infinite;-webkit-animation: to 2s infinite;}
@keyframes to{
	0%,100%{transform:translate3d(0,0,0);}
}
@-webkit-keyframes to{
	0%,100%{-webkit-transform:translate3d(0,0,0);}
}





