@charset "utf-8";
body{
	background: #fcfcfe;
}
.amt1{
	animation-delay:.25s;
} 
.amt2{
	animation-delay:.5s; 
} 
.amt3{
	animation-delay:.75s;
}
.amt4{
	animation-delay:1s;
}
.amt5{
	animation-delay:1.25s;
}
.amt6{
	animation-delay:1.5s;
}
.hd1{
	height: 120px;
}
.logo a{
	display: inline-block;
	height: 62px;
	margin-right: 20px;
}
.logo p{
	font-size: 20px;
	color: #333;
	font-weight:bold;
}
.logo h3{
	font-size: 22px;
	color: #4cc5c0;
	font-weight: normal;
}
.hdphone i{
	display: inline-block;
	margin-right: 15px;
}
.hdphone p{
	font-size: 16px;
	color: #666;
}
.hdphone h3{
	font-size: 30px;
	color: #4cc5c0;
}
.hd2{
	background: #14a9a3;
}
.nav span{
	display: block;
	flex: 1;
	position: relative;
}
.nav span a.nava{
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 2px solid #14A9A3;
	color: #fff;
	font-size: 16px;
}
.nav span.active a.nava{
	background: #006d69;
	border-bottom: 2px solid #ffb400;
}
.nav span:hover a.nava{
	background: #006D69;
	border-bottom: 2px solid #006D69;
}
.navhide{
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.navhide a{
	font-size: 15px;
	display: block;
	line-height: 40px;
	color: #666;
	text-align: center;
}
.navhide a:hover{
	background: #F5F5F5;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.bnyy{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.bnyy .wrap{
	justify-content: flex-end;
}
.bnyybox{
	position: absolute;
	right: 50%;
	margin-right: -600px;
	top: 50%;
	margin-top: -200px;
	z-index: 9;
	width: 320px;
	background: rgba(255,255,255,.7);
	border-top: 3px solid #13958a;
	padding: 40px 30px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.bnyybox h3{
	font-size: 30px;
	color: #006d69;
}
.bnyybox h3 img{
	margin-right: 10px;
}
.bnyybox p{
	font-size: 24px;
	color: #0a9f99;
	margin: 20px 0 30px 0;
}
.bnyybox input{
	width: 100%;
	height: 50px;
	background: #d5e6ec;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 18px;
}
.bnyybox button{
	cursor: pointer;
	height: 50px;
	background: #ffc600;
	color: #fff;
	border-radius: 4px;
	margin-top: 30px;
	width: 100%;
	font-size: 18px;
}
.mnbw{
	background: #fff;
	box-shadow: 0 3px 15px rgba(0,0,0,.1);
	padding: 20px;
	position: relative;
	z-index: 999;
	margin-top: -35px;
}
.mnbw span.line{
	width: 50px;
	height: 1px;
	background: #e6e6e6;
	display: inline-block;
	margin-top: 30px;
}
.mnba{
	flex: 1;
}
.mnba h3{
	font-size: 45px;
	color: #14A9A3;
}
.mnba h3 em{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #FFB400;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 28px;
	border-radius: 32px;
	vertical-align: top;
	margin-top: 5px;
}
.mnba p{
	font-size: 18px;
}
.swiper-button-prev-bn,.swiper-button-next-bn{
	width: 55px;
	height: 55px;
	background: url(../images/bnjt_03.png) no-repeat center;
	margin-top: -55px;
	transition: .5s;
}
.swiper-button-prev-bn:hover,.swiper-button-next-bn:hover{
	background: url(../images/bnjtac_03.png) no-repeat center;
}
.swiper-button-prev-bn{
	left: 7%;
	opacity: 0;
}
.swiper-button-next-bn{
	transform:rotate(180deg);
	right: 7%;
	opacity: 0;
}
.swiper-container-bn:hover .swiper-button-prev-bn{
	left: 10%;
	opacity: 1;
}
.swiper-container-bn:hover .swiper-button-next-bn{
	right: 10%;
	opacity: 1;
}
.gallery-top .swiper-pagination{width: 185px;line-height: 70px; background: rgba(255,255,255,0.7);left: 475px;bottom: 0;font-size: 18px;}
.md{
	padding: 70px 0;
}
.m1r{
	width: 51%;
	margin-left: 50px;
}
.m1l h3{
	color: #14A9A3;
	font-size: 30px;
}
.m1l .txt{
	text-indent: 2em;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 25px 0;
}
.mdtop{
	min-height: 119px;
	background: url(../images/mdtop_03.png) no-repeat center;
	justify-content: center;
}
.mdtop h3{
	font-size: 40px;
}
.mdtop h3 i{
	color: #14A9A3;
}
.mdtop p{
	font-size: 18px;
	margin-top: 5px;
}
.m2w{
	padding: 0 40px;
}
.m2a{
	width: 22%;
	margin-top: 60px;
	background: #f3f3f3;
	border-bottom: 2px solid #14A9A3;
	position: relative;
}
.m2aimg{
	height: 484px;
	overflow: hidden;
}
.m2aimg.index_case{ height: 340px;}
.m2atxt h3{
	font-size: 18px;
	font-weight: normal;
}
.m2atxt p{
	font-size: 12px;
	color: #666;
	margin-top: 15px;
}
.m2a .m2atxt:hover p{
	color: #fff;
}
.m2atxt{
	width: 100%;
	padding: 20px;
	background: #f3f3f3;
	position: absolute;
	bottom: 0;
	left: 0;
}
.m2a .m2atxt:hover{
	background: #14A9A3;
	color: #fff;
}
.m3{
	color: #fff;
	background: url(../images/m3bg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
}
.m3r{
	width: 35%;
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid rgba(255,255,255,.5);
}
.m3r h3{
	font-size: 26px;
	font-weight: normal;
}
.m3r p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}
.m3l .title{
	font-size: 26px;
	font-weight: normal;
}
.m3l .title i{
	color: #14A9A3;
}
.m3la{
	width: 400px;
	margin: 0 auto;
	background: #14A9A3;
	color: #fff;
	padding: 10px 40px;
	border-radius: 50px;
	margin-top: 25px;
}
.m3la .txt{
	display: inline-block;
	font-size: 13px;
	text-align: left;
}
.m3la .txt h3{
	font-size: 36px;
}
.m3la img{
	margin-right: 15px;
}
.m4w{
	padding: 0 60px;
}
.m4t{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.m4t ul{
	display: flex;
	flex-wrap: wrap;
}
.m4t ul li{
	flex: 1;
}
.m4ta{
	height: 220px;
	width: 100%;
	border-right: 1px solid rgba(255,255,255,.5);
	border-top: 1px solid rgba(255,255,255,.5);
	cursor: pointer;
}
.m4t ul li:last-child .m4ta{
	border-top: 1px solid rgba(255,255,255,.5);
}
.m4tashow h3{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0;
	color: #fff;
}
.m4tashow{
	transition: .5s;
	opacity: 1;
}
.m4tashow i{
	display: block;
	margin: 0 auto;
	height: 2px;
	width: 40px;
	background: #fff;
}
.m4tahide{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
	padding: 0 30px;
	color: #fff;
	background: rgba(0,89,85,.7);
	transition: .5s;
	opacity: 0;
}
.m4tahide h3{
	font-size: 18px;
	font-weight: normal;
}
.m4tahide i{
	display: block;
	margin: 15px 0;
	height: 2px;
	width: 40px;
	background: #fff;
}
.m4tahide p{
	font-size: 12px;
}
.m4tahide span{
	line-height: 25px;
	font-size: 13px;
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	padding: 0 20px;
	color:#03534e;
	margin-top: 10px;
}
.m4tahide span img{
	vertical-align: middle;
	margin-top: -3px;
}
.dx{
	text-transform: uppercase;
}
.m4t ul li.active .m4tahide{
	opacity: 1;
}
.m4t ul li.active .m4tashow{
	opacity: 0;
}
.m5w{
	background: url(../images/m5line_03.png) repeat-y center top;
	align-items: flex-start;
}
.m5a{
	width: 47%;
	margin-top: 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.m5aimg{
	height: 330px;
	overflow: hidden;
}
.m5atxt{
	padding: 35px 25px;
}
.m5atxt i{
	width: 70px;
	height: 70px;
	background: #14A9A3;
	color: #fff;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 36px;
	position: absolute;
	left: 25px;
	top: -35px;
	z-index: 99;
}
.m5atxt h3{
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m5atxt h3 span{
	font-weight: bold;
	color: #14A9A3;
}
.m5atxt p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m5atxt p span{
	color: #14A9A3;
}
.m6t li,.m9t li,.m11t li{
	display: inline-block;
}
.m6t li a,.m9t li a,.m11t li a{
	border: 2px solid #e2e2e2;
	line-height: 46px;
	font-size: 18px;
	padding: 0 35px;
	display: inline-block;
}
.m6t li.active a,.m9t li.active a,.m11t li.active a{
	background: #14A9A3;
	border: 2px solid #14A9A3;
	color: #fff;
}
.m6b li,.m9b li,.m11b li{
	display: none;
}
.m6b li.active,.m9b li.active,.m11b li.active{
	display: block;
}
.m7{
	background: url(../images/m7bg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
	color: #fff;
}
.m7ra{
	line-height: 36px;
	font-size: 18px;
}
.m7ra i{
	background: #fff;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	color: #333;
	margin-right: 10px;
}
.m7r{
	border: 0;
	width: 50%;
}
.m8tal{
	width: 55%;
	max-height: 482px;
	overflow: hidden;
	background: url(../images/n8bg_03.jpg) no-repeat left top;
	background-size: 90%;
	padding-left: 25px;
	padding-top: 25px;
	margin-right: 60px;
}
.m8tal .teacher{max-height: 482px;background-size: 90%; background-color:#bdc1cc; width:95%;}
.m8tal img{
	display: block;
	margin:auto;
	width:80%
}
.m8tar h3{
	font-size: 36px;
	color: #14A9A3;
}
.m8tar .introduce{
	font-size: 20px;
	color: #404248;
	display: inline-block;
	margin: 15px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.m8tar .txt{
	color: #666;
	line-height: 24px;
}
.m8tar a{
	display: inline-block;
	line-height: 56px;
	font-size: 22px;
	padding: 0 35px;
	border-radius: 50px;
	color: #fff;
	background: #14A9A3;
	margin-top: 20px;
}
.m8tar a:hover{
	background: #ffae00;
}
.m8ba{
	width: 100%;
	height: 130px;
	background-size: cover !important;
}
.gallery-thumbs .swiper-slide-thumb-active .m8ba{
	border: 2px solid #14A9A3;
}
.m8b{
	padding: 0 65px;
}
.swiper-button-next-m8,.swiper-button-prev-m8{
	width: 44px;
	height: 130px;
	background: #bdc1cb !important;
	margin-top: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	font-size: 30px;
	color: #222;
	line-height: 130px;
}
.m9b,.m11b{
	padding: 0 40px;
}
.m9a{
	width: 22%;
	margin-top: 35px;
}
.m9aimg{
	height: 225px;
	overflow: hidden;
	margin-bottom: 15px;
}
.m9atxt span{
	font-size: 12px;
}
.m9a h3{
	font-size: 18px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m9a p{
	font-size: 14px;
	color: #888;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m9more a{
	line-height: 35px;
	display: inline-block;
	padding: 0 40px;
	background: #038d87;
	color: #fff;
	border-radius: 50px;
}
.m9more a:hover{
	background: #ffae00;
}
.m10{
	background: url(../images/m10bg_02.jpg) no-repeat center;
	background-size: cover;
}
.m10{
	padding: 110px 0;
}
.m10 .wrap{
	display: flex;
	justify-content: flex-end;
}
.m10w{
	background: rgba(255,255,255,.8);
	width: 55%;
	padding: 40px;
}
.m10w p{
	font-size: 36px;
	color: #888;
}
.m10w h3{
	font-size: 30px;
}
.m10w .txt{
	font-size: 14px;
	line-height: 20px;
	color: #888;
	margin: 25px 0 40px 0;
}
.m10a a{
	display: inline-block;
	line-height: 35px;
	font-size: 15px;
	background: #13958A;
	color: #fff;
	padding: 0 15px;
	border-radius: 40px;
	margin-right: 14px;
	width:118px;
	text-align:center;
}
.m10a a:hover,.m10a a.active:hover{background: #ffae00;}
.m10a a.active{
	background: #00635f;
}
.foot{
	background: #161616;
	color: #fff;
	position: relative;
}
.ftt{
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding-top: 45px;
	padding-bottom: 35px;
}
.ftt1{
	width: 23.75%;
}
.ftt1 h3{
	font-size: 24px;
	margin: 15px 0;
}
.ftt1 span{
	display: inline-block;
	background: #14A9A3;
	color: #fff;
	line-height: 28px;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 30px;
}
.ftt2 a{
	display: inline-block;
	line-height: 30px;
	color: #939393;
}
.ftt2 a:hover{
	color: #fff;
}
.ftt2{
	width: 15.8%;
	margin-left: 40px;
}
.ftt3{
	border-left: 1px solid rgba(255,255,255,.3);
	padding-left: 70px;
}
.ftt3l .title{
	font-size: 18px;
	color: #939393;
}
.ftt3w{
	margin: 15px 0;
	font-size: 13px;
}
.ftt3w h3{
	font-size: 36px;
}
.ftt3w i{
	margin-right: 14px;
}
.ftt3l .txtb{
	line-height: 30px;
	color: #939393;
}
.ftt3r{
	width: 140px;
	color: #939393;
}
.ftt3r img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.ftb{
	padding: 20px 0;
	line-height: 25px;
	color: #939393;
}
.ftb a{
	color: #939393;
}
.right{
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 999;
}
.rta{
	display: block;
	border-bottom: 1px solid #fff;
}
.rta:last-child{
	border-bottom: 0;
}
.rta1{
	width: 90px;
	height: 90px;
	background: #14A9A3;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0;
	cursor: pointer;
}
.rta:hover .rta1{
	background: #ffc600;
}
.rta1 img{
	display: block;
	margin: 0 auto;
}
.rta1 p{
	width: 100%;
}
.rta2{
	position: absolute;
	right: 100%;
	background: #FFC600;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.rta:hover .rta2{
	opacity: 1;
	visibility: inherit;
}
.rta21{
	width: 240px;
	padding: 15px;
	text-align: center;
	top: 0;
}
.rta2 img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.rta22{
	padding: 40px 20px;
	color: #fff;
	width: 240px;
	text-align: center;
	top: 0;
}
.rta22 p{
	font-size: 16px;
}
.rta22 h3{
	font-size: 24px;
	margin: 15px 0;
}
.rta23{
	width: 390px;
	background: #f5f6fb;
	padding: 20px;
	bottom: 0;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.rta23 p{
	font-size: 16px;
	line-height: 26px;
}
.rta23a{
	margin-top: 15px;
}
.rta23a p i{
	color: #dc3048;
}
.rta23a input,.rta23a select,.rta23a textarea{
	height: 40px;
	background: #fff;
	width: 100%;
	padding: 0 15px;
	font-size: 16px;
	margin-top: 10px;
}
.rta23a textarea{
	padding: 15px;
	height: 140px;
	resize: none;
}
.rta23b button{
	width: 45%;
	height: 44px;
	background: #666;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	margin-top: 20px;
	cursor: pointer;
}
.rta23b button.active{
	background: #FFC600;
}
#gotop{
	display: none;
}
.list_tit{
	padding: 15px 0;
	line-height: 25px;
	color: #666;
}
.list_tit a{
	color: #666;
}
.list_tit a:hover{
	color: #14A9A3;
}
.jj1w{
	padding: 30px 0 50px 0;
}
.jj1w a{
	display: inline-block;
	line-height: 54px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 18px;
	color: #666;
	margin: 0 10px;
	margin-top: 20px;
}
.jj1w a.active{
	background: #14A9A3;
	border: 1px solid #14A9A3;
	color: #fff;
}
.jj2{
	background: url(../images/jj2bg_02.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 600px;
}
.jjtop h3{
	font-size: 40px;
}
.jjtop .txt{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 25px;
}
.textleft{
	text-align: left;
}
.jj3a{
	width: 32%;
	background: #f5f5f5;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	padding: 20px;
	margin-top: 40px;
	min-height: 160px;
	display: flex;
	align-items: center;
}
.jj4{
	background: url(../images/jj4bg_02.jpg) no-repeat center;
	background-size: cover;
}
.jj4 .jjtop{
	background: rgba(255,255,255,.8);
	padding: 45px;
}
.jj4w{
	width: 101.333333%;
}
.jj4a{
	width: 32%;
	background: #fff;
	margin-top: 15px;
	padding: 15px;
	margin-right: 1.333333%;
}
.jj4w i{
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	background: #14A9A3;
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}
.jj4a h3{
	color: #14A9A3;
	font-weight: normal;
}
.jj4a p{
	line-height: 18px;
	margin-top: 10px;
}
.jj5aimg{
	width: 50%;
}
.jj5atxt1{
	margin-left: 40px;
}
.jj5atxt2{
	margin-right: 40px;
}
.jj5atxt h3{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}
.jj5atxt .txt{
	line-height: 24px;
	margin-top: 20px;
	font-size: 16px;
}
.jj6title{
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
	padding: 0 25px;
	background: #14A9A3;
	color: #fff;
}
.jj6a{
	margin-top: 30px;
	width: 31.5%;
}
.jj6aimg{
	height: 230px;
	overflow: hidden;
}
.jj6atxt h3{
	font-size: 18px;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.jj6atxt p{
	color: #888;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ftfm{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
}
.ftfmw{
	width: 100%;
	height: 70px;
	background: #333;
	width: 100%;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.ftfm1{
	position: absolute;
	left: 0;
	bottom: 0;
}
.ftfm1 img{
	display: block;
}
.ftfmw .wrap{
	padding-left: 180px;
}
.ftfm2{
	color: #fff;
	width: 50%;
	font-size: 18px;
}
.ftfm2 span{
	color: #ffd800;
	margin-left: 10px;
}
.ftfm3{
	width: 50%;
}
.ftfm3 input,.ftfm3 button{
	width: 24%;
	height: 40px;
	border-radius: 40px;
	margin-left: 5px;
}
.ftfm3 input{
	background: #e0e0e0;
	padding: 0 20px;
	font-size: 16px;
}
.ftfm3 button{
	width: 100px;
	background: #14A9A3;
	color: #fff;
}
.ftfm3 button:hover{
	background: #ffae00;
	color: #fff;
	cursor: pointer;
}
.ftfm_close{
	position: absolute;
	left: 0;
	top: -40px;
	cursor: pointer;
}
.ftfm_close img{
	height: 40px;
}
.ftfma{
	position: fixed;
	right: 20px;
	bottom: 5%;
	cursor: pointer;
	transition: .25s;
}
.ftfm_active .ftfma{
	display: none;
}
.ftfm_active .ftfmw{
	left: 0;
	opacity: 0.98;
	visibility: inherit;
}
.mid{
	width: 460px;
	position: fixed;
	left: 50%;
	margin-left: -230px;
	top: 50%;
	margin-top: -132px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: 9999;
}
.mid_active{
	opacity: 1;
	visibility: inherit;
}
.mid_close{
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}
.mid .gif{width: 132px;position: absolute;bottom: 22px;right: 40px;}
.mid .gif img{max-width: 100%;}
.jj3w_gaj .jj3a{
	width: 48%;
}
.jj3w_gaj .jj3a h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.jj4_gaj .jjtop{
	background: none;
	padding: 0;
}
.jj4a1{
	width: 48.5%;
	margin-top: 30px;
	padding: 15px;
	background: #fff;
}
.jj4a1img{
	width: 45%;
}
.jj4a1txt{
	flex: 0;
	flex-grow: 1;
	margin-left: 15px;
	line-height: 24px;
	font-size: 16px;
}
.jtja{
	width: 48.5%;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	margin-top: 30px;
}
.jtjatxt h3{
	font-size: 22px;
	color: #000;
	margin: 15px 0;
}
.jtja .txt{
	font-size: 16px;
	line-height: 24px;
}
@media only screen and (max-width:1600px) {
	.m2aimg{
		height: 300px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.swiper-container-bn .bnimg{
		height: 580px;
	}
	.bnyybox{
		right: 0;
		margin-right: 20px;
	}
	.mnba h3{
		font-size: 32px;
	}
	.mnba h3 em{
		width: 24px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
	}
	.m2w{
		padding: 0;
	}
	.m2aimg{
		height: 250px;
	}
	.m3l .title,.m3r h3{
		font-size: 18px;
	}
	.m4w{
		padding: 0 20px;
	}
	.m4t{
		position: relative;
	}
	.m4ta{
		background: rgba(0,89,85,.7);
	}
	.m4tahide p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.m4tahide span{
		font-size: 12px;
	}
	.m4tahide span img{
		height: 12px;
	}
	.m4ta{
		height: 180px;
	}
	.nav span a.nava{
		font-size: 14px;
	}
	.jtjatxt .txt{
		font-size: 14px;
	}
}
@media only screen and (max-width:950px) {
	.hdphone h3{
		font-size: 20px;
	}
	.hdphone p{
		font-size: 14px;
	}
	.hdphone img{
		height: 40px;
		margin-left: 10px;
	}
	.hdphone {
		margin-top: 15px;
	}
	.rta1{
		width: 60px;
		height: 60px;
		padding: 5px 0;
	}
	.rta1 img{
		height: 20px;
	}
	.rta1 p{
		font-size: 12px;
	}
	.rta21{
		width: 150px;
	}
	.rta23{
		width: 290px;
	}
	.bnyybox{
		right: 0;
		margin-right: 20px;
		display: none;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
	.mnb{
		padding-top: 15px;
	}
	.mnbw{
		margin-top: 0;
		flex-wrap: wrap;
	}
	.mnba{
		flex: inherit;
		width: 50%;
		padding: 7px 0;
	}
	.mnbw span.line{
		display: none;
	}
	.mnba h3{
		font-size: 24px;
	}
	.mnba h3 em{
		width: 18px;
		height: 18px;
		font-size: 12px;
		line-height: 16px;
		margin: 0;
		margin-left: 4px;
	}
	.mnba p{
		font-size: 12px;
		margin-top: 5px;
	}
	.md{
		padding: 25px 0;
	}
	.mt_50,.mt_60,.mt_70,.mt_80,.mt_90,.mt_100{
		margin-top: 25px;
	}
	.m1 .wrap{
		display: block;
	}
	.m1l,.m1r{
		width: 100%;
		margin: 0;
	}
	.m1r{
		margin-top: 15px;
	}
	.m1l h3{
		font-size: 22px;
	}
	.mdtop h3{
		font-size: 24px;
	}
	.mdtop p{
		font-size: 16px;
	}
	.m2w{
		padding: 0 5px;
	}
	.m2a{
		width: 48%;
		margin-top: 20px;
	}
	.m2aimg{
		height: 200px;
	}
	.m2atxt{
		padding: 15px;
	}
	.m2atxt h3{
		font-size: 14px;
	}
	.m3 .wrap{
		display: block;
	}
	.m3l .title{
		font-size: 18px;
		line-height: 28px;
	}
	.m3la{
		width: 100%;
	}
	.m3la .txt h3{
		font-size: 24px;
	}
	.m3r{
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: 20px;
		border: 0;
	}
	.m4w{
		padding: 0;
	}
	.m4t{
		position: relative;
	}
	.m4ta{
		width: 100%;
		background:rgba(0,89,85,.7);
		height: 180px;
	}
	.m4tahide p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.m4t ul li{
		flex: inherit;
		width: 50%;
	}
	.m5w{
		background: none;
		margin: 0;
	}
	.m5a{
		width: 100%;
		margin-top: 25px !important;
	}
	.m5aimg{
		height: 250px;
	}
	.m6t li a, .m9t li a, .m11t li a{
		line-height: 40px;
		border: 1px solid #e2e2e2;
		font-size: 14px;
		padding: 0 20px;
		margin: 3px;
	}
	.m7 .wrap{
		display: block;
	}
	.m7ra{
		font-size: 14px;
		line-height: 30px;
	}
	.m7ra i{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.m8ta {
		display: block;
	}
	.m8tal{
		width: 100%;
		padding-left: 10px;
		padding-top: 10px;
	}
	.m8tar h3{
		font-size: 24px;
		margin-top: 15px;
	}
	.m8tar a{
		line-height: 45px;
		font-size: 15px;
	}
	.m8tar a img{
		height: 15px;
	}
	.m8b{
		padding: 0;
	}
	.swiper-button-next-m8, .swiper-button-prev-m8{
		display: none;
	}
	.m8ba{
		height: 100px;
	}
	.m9b, .m11b{
		padding: 0 5px;
	}
	.m9a{
		width: 48%;
		margin-top: 15px;
	}
	.m9a h3{
		font-size: 16px;
	}
	.m9aimg{
		height: 125px;
	}
	.m10w{
		width: 100%;
		padding: 20px;
	}
	.ftt{
		display: block;
	}
	.ftt1,.ftt2,.ftt3{
		width: 100%;
	}
	.ftt2{
		display: none;
	}
	.ftt3{
		margin: 0;
		padding: 0;
		border: 0;
		border-top: 1px solid rgba(255,255,255,.3);
		margin-top: 20px;
		padding-top: 20px;
		display: block;
	}
	.ftt3r{
		margin: 15px auto 0 auto;
	}
	.ftt3w img{
		height: 40px;
	}
	.ftt3w h3{
		font-size: 24px;
	}
	.ftb{
		display: block;
	}
	.ftbr{
		text-align: left;
		margin-top: 10px;
		margin-left: 0;
	}
	.mid{
		width: 90%;
		margin-left: 5%;
		left: 0;
		margin-top: -100px;
	}
	.ftfma img{
		width: 120px  !important;
	}
	.ftfm1{
		display: none;
	}
	.ftfmw .wrap{
		padding: 15px;
		display: block;
	}
	.ftfmw{
		height: auto;
	}
	.ftfm2,.ftfm3{
		width: 100%;
		font-size: 14px;
	}
	.ftfm3{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ftfm3 input,.ftfm3 button{
		width: 48%;
		height: 35px;
		font-size: 14px;
		margin-left: 0;
		margin-top: 15px;
	}
	.jj1w a{
		font-size: 14px;
		padding: 0 20px;
		line-height: 35px;
	}
	.jj1w{
		padding: 10px 0;
		padding-top: 0;
	}
	.jjtop h3{
		font-size: 20px;
	}
	.jjtop .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.jj3w {
		display: block;
	}
	.jj3a{
		width: 100%;
		margin-top: 15px;
	}
	.jj4 .jjtop{
		padding: 20px;
	}
	.jj4w{
		width: 100%;
		display: block;
	}
	.jj4a{
		width: 100%;
	}
	.jj5a{
		display: block;
		margin-bottom: 20px;
	}
	.jj5aimg,.jj5atxt{
		width: 100%;
		margin: 0;
	}
	.jj5atxt{
		padding: 15px 0;
	}
	.jj6title{
		font-size: 16px;
		line-height: 45px;
		padding: 0 20px;
	}
	.jj6w{
		display: block;
	}
	.jj6a{
		width: 100%;
		margin-top: 20px;
	}
	.jj3w_gaj .jj3a{
		width: 100%;
	}
	.jj4a1{
		width: 100%;
		display: block;
		margin-top: 15px;
	}
	.jj4a1img{
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.jj4a1txt{
		margin-left: 0;
		width: 100%;
	}
	.jtja{
		width: 100%;
		margin-top: 15px;
	}
	.jtjatxt h3{
		font-size: 18px;
	}
	.jtjatxt .txt{
		font-size: 14px;
	}
}