﻿@charset "UTF-8";

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	background: #ffffff;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-family: Arial, sans-serif, "Microsoft YaHei", "宋体";
}

caption,
td,
th {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a,
a:hover,
a:visited,
a:link,
a:active,
a:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*解决手机版点击背景问题*/
}

a:hover {
	color: #298e7c;
}

* {
	outline: none;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f2f2f2
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	font: 14px "Microsoft YaHei", Arial, "黑体", "宋体", sans-serif
}

table {
	border-collapse: collapse
}

html,
body {
	
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

#baguetteBox-overlay {
	z-index: 10000;
}

.fl {
	float: left
}

.fr {
	float: right
}

.dx {
	text-transform: uppercase;
}

/* flex 布局*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}



.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.text-overflow5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}


input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

select {
	/* -webkit-appearance:none;appearance:none; */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.header{
	background: #298e7c;
	height: 80px;
	
}
.w1250{
	max-width: 1250px;
	margin: 0 auto;
}
.topBox{
	height: 80px;
}
.topRbox{
	height: 80px;
}
.navUl {
	padding-right: 10px;
}
.navUl li{
	position: relative;
	padding: 0 20px;
	height: 80px;
	display: flex;
	align-items: center;
	z-index: 1000;
}
.navUl li a.znav{
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
	border-bottom: 2px  transparent solid;
}
.navUl li a.znav:hover,.navUl li.on a.znav{
	color: #dee024;
	border-bottom: 2px #fff solid;
}
.navUl li:hover .sub{
	display: block;
}
.navUl li:hover a.znav{
	border-bottom: 2px #fff solid;
	color: #dee024;
}
.sub{
	display: none;
	padding: 15px 0;
	width: 170px;
	left: -30px;
	position: absolute;
	top: 80px;
	background: #298e7c;
}
.sub a{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
}
.sub a:hover{
	color: #dee024;
}
.yyBox{
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	width: 88px;
	height: 29px;
	background: #fff;
	border-radius: 15px;
	padding: 0 10px;
	box-sizing: border-box;
}
.indexSwiper{
	position: relative;
	overflow: hidden;
}

.indexSwiper .swiper-pagination span{
	width: 40px;
	height: 6px;
	border-radius: 3px;
	margin-right: 10px;
	opacity: 1;
	background: #fff;
}
.indexSwiper .swiper-pagination span.swiper-pagination-bullet-active{
	background: #ecef1f;
}

.indexBox01{
	padding-top: 50px;
}
.title01 h2{
	font-size: 28px;
	color: #298E7C;padding-left: 10px;
	position: relative;
}
/*.title01 h2::after{
	content: "";
	position: absolute;
	width: 49px;
	height: 5px;
	background: #298E7C;
	bottom: -15px;
	left: 40px;
}*/

.etitle01 h2{
	font-size: 28px;
	color: #298E7C;padding-left: 10px;
	position: relative;
}
/*.etitle01 h2::after{
	content: "";
	position: absolute;
	width: 49px;
	height: 5px;
	background: #298E7C;
	bottom: -15px;
	left: 60px;
}*/
.etitle010 h2{
	font-size: 28px;
	color: #298E7C;padding-left: 10px;
	position: relative;
}
.etitle010 h2::after{
	content: "";
	position: absolute;
	width: 49px;
	height: 5px;
	background: #298E7C;
	bottom: -15px;
	left: 120px;
}
.etitle011 h2{
	font-size: 28px;
	color: #298E7C;padding-left: 10px;
	position: relative;
}
.etitle011 h2::after{
	content: "";
	position: absolute;
	width: 49px;
	height: 5px;
	background: #298E7C;
	bottom: -15px;
	left: 28px;
}
.indexTxt{
	padding-top: 40px;
	text-align: center;
	line-height: 2.6;
}
.indexAboutImg{
margin-top: 50px;
}
.dx{
	text-transform:uppercase;
}
.title02{
	margin-top: 20px;
	font-size: 28px;
	color: #298e7c;
	margin-bottom: 20px;
}
.title02 span{
	font-size: 16px;
	color: #414040;
}
.title02 img{
	margin-right: 10px;
}
.indexCf{
	margin-bottom: 35px;
	position: relative;
}

.mySwiper02{
	position: relative;
	overflow: hidden;
}
.indexCf .swiper-button-next{
	right: -50px;
	color: #565656;
}
.indexCf .swiper-button-prev{
	left: -50px;
	color: #565656;
}
.indexCf .swiper-button-prev:hover,.indexCf .swiper-button-next:hover{
	color: #298E7C;
}
.mySwiper02 .swiper-slide p{
	padding: 0 15px;
	background: #f9f9f9;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}
.mySwiper02 .swiper-slide:hover p{
	color: #298E7C;
}

.mySwiper02 .swiper-pagination{
	display: none;
}

.indexBox02{
	padding-top: 44px;
	background:#f9f9f9;
}
.indexCp{
	padding-top: 48px;
	/*padding-bottom:20px;*/
	margin-left: -23px;
}
.indexCp li{
	width: 25%;
	box-sizing: border-box;
	padding-left: 23px;
	overflow: hidden;
	margin-bottom: 10px;
}
.indexCp li a{
	display: block;
}
.indexCp li .pic{
	height: 250px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 0 0;
}
.indexCp li .pic img{
	width: 100%;
	height: auto;
}
.indexCp li a:hover img{
	transform: scale(1.15);
}
.indexCp li p{
	margin-top: 5px;
font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.indexBox03{
	margin-bottom: -30px;
	color: #fff;
	font-size: 18px;
	padding: 40px 0;
	background: #298e7c;
}
.indexBox03 h2{
	padding: 5px 0;
	font-size: 48px;
}
.indexBox03 h2 i{
	font-style: normal;
}
.footer{
	margin-top: 30px;
	background: #252628;
	padding-top: 35px;
	
}
.footNav01 a{
	width: 50%;
}
.footNavUl h2{
	margin-bottom:10px;
	font-size: 20px;
	color: #fff;
	border-bottom: 1px #585858 solid;
	padding-bottom: 10px;
}
.footNavUl li{
	margin-right: 50px;
}
.footNavUl a{
	height: 36px;
	line-height: 36px;
	color: #c6c6c6;
}
.footNavUl a:hover{
	color: #fff;
}
.footNav02{
	width: 175px;
}
.footNav03 {
	line-height: 36px;
	color: #c6c6c6;
}
.footRwm .rwm{
	margin-left: 20px;
	text-align: center;
}
.footRwm .rwm img{
	width: 120px;
	height: 120px;
}
.footRwm .rwm p{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.copyBox{
	margin-top: 20px;
	border-top:  1px #585858 solid;
	padding: 10px 0;
	color: #c6c6c6;
}
.copyBox a{
	color: #C6C6C6;
}
.copyBox a img{
	margin-left: 3px;
}

.iframe {
    /*margin-top: 25px;*/
    border: #ccc solid 1px;
    width: 800px;
    height: 360px;
}

.aboutBox{
	background: #F9F9F9;
	padding: 50px 0;

}
.cfBox{
	margin-top: 50px;
}

.cfBox li .pic{
	height: 225px;
	border-radius: 0;
}
.cfBox .indexCp{
	margin-left: -17px;
}
.cfBox .indexCp li{
	padding-left: 17px;
}
.cpTnav{
	height: 64px;
	line-height: 64px;
	background: #F9F9F9;
}

.cpTopNav li{
	flex: 1;
}
.cpTopNav li a{
	display: block;
	text-align: center;
	font-size: 18px;
}
.cpTopNav li a:hover,.cpTopNav li.on a{
	background: #298E7C;
	color: #fff;
}
.xpDbox{
	margin-top: 44px;
}

.vodUl{
	padding-top: 45px;
}
.vodUl li{
	padding:13px;
	width: 50%;
	box-sizing: border-box;
}
.videolist{
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.videolist:hover .vimg{
	transform: scale(1.1);
}
.absBf{
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.absBf span{
	background: rgba(0,0,0,.5);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 50px;
}
.absBf span img{
	width: 35px;
	height: 35px;
	margin-left: 4px;
}

.videolist:hover span {
	background:#3a905c;
}
#videoBox video{
		max-height: 90vh;
	}


.videos {
	background: rgba(0,0,0,.8);
	display: none;
	position: fixed;
	z-index: 100000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#videoBox{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
} 
.vcloseBox{
	position: relative;
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}
.mt40{
	margin-top: 40px;
}

.mapBox{
	max-width: 800px;
	text-align: center;
	margin: 50px auto 0;
}
.lxmwTxt{
	padding-top:30px;
	text-align: center;
	font-size: 18px;
	line-height: 2.4;
}

.accordion{
	margin-top: 58px;
}

.accordion li {
	background: #f9f9f9;
	margin-top: 15px;
	padding: 20px;
	border-radius: 15px;
	font-size: 16px;
	color: #616161;
}

.accordion li .link {
	font-size: 16px;
	color: #000;

}

.accordion li .link i {
	background: url(../img/jia.jpg) no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-left: 10px;
}

.accordionDiv {
	margin-top: 15px;
	display: none;
	line-height: 1.8;
    font-size:14px;
}

.accordion li.open .link i {
	background: url(../img/jian.jpg) no-repeat;
}

.newsList {
	padding-top: 50px;
	margin-left: 2.788%;
}

.newsList li {
	margin-left: 2.788%;
	width: 30.545%;
	margin-bottom: 35px;
}

.newsList li a {
	display: block;
	background: #f9f9f9;
	padding: 50px 22px 25px;
}

.newsList li a:hover {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.newsList li h2 span {
	font-size: 42px;
	color: #000;
}

.newsList li .tiem {
	margin-top: 12px;
	font-size: 16px;
	color: #7d7d7d;
}

.newsList li h3 {
	font-size: 20px;
	color: #3c3c3c;
	line-height: 1.6;
	height: 60px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.newsList li .pic {
	height: 187px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsList li .pic img {
	max-width: 100%;
	max-height: 100%;
}

.newsList li a:hover .pic img {
	transform: scale(1.1);
}

.lisTxt {
	font-size: 16px;
	color: #7d7d7d;
	line-height: 1.6;
	height: 150px;
	margin-top: 15px;
    overflow: hidden;
}


.newsBox {
	background: #fff;
	padding: 60px;
	margin-bottom: 60px;
}

.newsTop {
	text-align: center;
}

.newsTop h1 {
	font-size: 24px;
	color: #262626;
	margin-bottom: 15px;
}

.newsInfo span {
	margin: 0 10px;
	color: #616161;
	font-size: 15px;
}

.articleBox {
	margin-top: 35px;
	font-size: 16px;
	line-height: 1.8;
	color: #616161;
}

.articleBox p {
	margin-bottom: 10px;
}

.articleBox img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
	height: auto;
}

.cpdswiper {
	margin-left: 0;
	margin-right: 0;
	width: 600px;
	overflow: hidden;
}

.cpdswiper .swiper-pagination-bullet-active {
	background: #3b905d;
}

.cpdswiper .swiper-pagination span {
	width: 10px;
	height: 10px;
}

.cpdswiper .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.cpdswiper .pic img {
	max-width: 100%;
	max-height: 100%;
}

.cpShowTopright {
	margin-left: 40px;
}

.cpShowTopright h1 {
	font-size: 24px;
	color: #000;
	margin-bottom: 12px;
}

.cpShowTopright li {
	font-size: 16px;
	line-height: 2.6;
}

.cpBtn {
	margin-top: 18px;
	display: inline-block;
	background: #3a905c;
	border-radius: 10px;
	padding: 10px 30px;
	font-size: 16px;
	color: #fff;
}

.cpBtn:hover {
	background: #1A482C;
	color: #fff;
}

.cpShowNr {
	margin-top: 35px;
}

.cpShowNr .txt {
	padding-top: 25px;
	line-height: 1.8;
	font-size: 16px;
	color: #000;
}

.cpShowNr .txt p {
	padding-bottom: 10px;
}

.cpShowNr .txt img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}

.h2Titl {
	background: url(../img/h2bg.png) no-repeat left bottom;
	font-size: 22px;
	font-weight: bold;
	padding-left: 42px;
	line-height: 1.4;
}
.head_fx{
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	top: 0;
}
.mnavBox{
	margin-left: 20px;
	display: none;
}
.m_nav{
	display: none;
}
@media screen and (max-width:1280px) {
	.w1250{
		max-width: 960px;
	}
	.header .w1250{
		box-sizing: border-box;
		padding:0 20px;
		width: 100%;
		max-width: 100%;
	}
	.navUl li{
		padding: 0 15px;
	}
	.indexCp li .pic{
		height: auto;
	}
	.indexCf .swiper-button-prev{
		display: none;
	}
	.indexCf .swiper-button-next{
		display: none;
	}
	.indexCf .swiper-pagination{
		display: block;
		bottom: 20px;
	}
	.mySwiper02{
		padding-bottom: 40px;
	}
	.indexCf .swiper-pagination span{
		width: 15px;
		border-radius: 4px;
	}
	.indexCf .swiper-pagination .swiper-pagination-bullet-active{
		background: #298E7C;
		width: 25px;
	}
	.indexBox03 h2{
		font-size: 30px;
	}
	
}
@media screen and (max-width:1000px) {
	.cpdswiper{
		width: 100%;
	}
	.cpShowTop{
		flex-wrap: wrap;
	}
	.newsList li{
		    width: 42.12%;
	}
	.cpShowTopright{
		margin-left: 0;
		margin-top: 20px;
	}
	
	.mnavBox{
		display: block;
	}
	.w1250{
		padding-left: 10px;
		padding-right: 10px;
	}
	.footRwm{
		display: none;
	}
	.indexBox03  img{
		width: 45px;
	}
	.navUl{
		display: none;
	}
	.logo img{
		height: 45px;
	}
	.header{
		height: 65px;
	}
	.topBox{
		height: 65px;
	}
	.indexCp li{
		width: 50%;
	}
	
	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}
	.leftNav li a{
		margin-left: 0;
	}
	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.8);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}
	
	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 8;
		top: 5%;
		z-index: 100;
		text-align: center;
	}
	
	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #fff;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}
	
	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}
	
	.m_nav .m_navList ul li {
		border-bottom: 1px solid #e1e1e1
	}
	
	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #000000;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}
	
	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}
	
	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}
	
	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}
	
	.icon {
		background: url(../img/plus.png) 100% no-repeat;
		background-size: 20px 20px;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	
	.icon_on {
		background: url(../img/reduce.png) 50% no-repeat !important;
		background-size: 20px 20px;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	
	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}
	
	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	#videoBox video{
		max-width: 100%;
		width: 100% !important;
		margin: 0 auto;
	}
	/*.vclose{
		top: -10%;
	}*/
	
}
.fanhui {
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    color: #1a482c;
    margin-top: 10px;
}
@media screen and (max-width:768px) {
	.newsBox {
	    background: #fff;
	    padding: 10px;
	    margin-bottom: 0;
	}
	.iframe {
    border: #ccc solid 1px;
    width: 100%;
    height: 280px;
}
	.newsList li{
		    width: 100%;
			margin-left: 0;
	}
	.newsList{
		margin-left: 0;
	}
	.newsList li a {
	    padding:20px;
	}
	.lisTxt{
		height: 50px;
	}
	.newsList li h2 span{
		font-size: 30px;
	}
	.cpTopNav{
		flex-wrap: wrap;
		padding: 0;
	}
	.vodUl li{
		padding:8px 5px;
	}
	.lxmwTxt{
		line-height: 2;
		font-size: 14px;
	}
    .cpShowNr {
     margin-top: 0px; 
    }
    .mt40 {
    margin-top: 20px;
}
    .indexCp {
        padding-top: 30px;
    }
    .mapBox {
         margin: 30px auto 0;
    }
    .accordion {
    margin-top: 38px;
}
    .newsList {
        padding-top: 35px;
    }
    .vodUl {
    padding-top: 30px;
}
	.cpTopNav li a{
		padding: 0 10px;
	}
	.absBf span img {
	    width: 25px;
	    height: 25px;
	    margin-left: 4px;
	}
	.absBf span{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.cpTopNav li{
		flex: auto;
	}
	.cpTnav {
	    height: auto;
	    line-height: 50px;
	}
	.abtt{
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.xpDbox{
		margin-top: 30px;
	}
	.cfBox{
		margin-top: 30px;
	}
	.aboutBox{
		padding: 30px 0;
	}
	.indexSwiper .pic{
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	
	.indexSwiper  .swiper-pagination{
		bottom: 10px;
	}
	.indexSwiper .swiper-pagination span{
		width: 20px;
	}
	
	.indexCf .pic img{
		width: 100%;
		height: auto;
	}
	.indexAboutImg{
		margin-top: 10px;
	}
	.title01 h2{
		font-size: 22px;
	}
	.title01 img{
		height: 30px;
	}
    .etitle01 h2{
		font-size: 22px;
	}
	.etitle01 img{
		height: 30px;
	}
    .etitle010 h2{
		font-size: 22px;
	}
	.etitle010 img{
		height: 30px;
	}
	.indexBox01{
		padding-top: 30px;
	}
	.title02{
		font-size: 22px;
	}
	.title02 img{
		height: 30px;
	}
	.mySwiper02 .swiper-slide p{
		text-align: center;
		font-size: 15px;
	}
	.indexCp li p{
		font-size: 15px;
	}
	.indexBox03Ul  li{
		width: 50%;
		padding-bottom: 20px;
	}
	.indexBox03{
		padding: 30px 0;
		padding-bottom: 10px;
	}
	.title02 span{
		font-size: 14px;
	}
	.title01 h2::after {
	    content: "";
	    position: absolute;
	    width: 40px;
	    height: 5px;
	    background: #298E7C;
	    bottom: -10px;
	    left: 22px;
	}
    .etitle01 h2::after {
	    content: "";
	    position: absolute;
	    width: 40px;
	    height: 5px;
	    background: #298E7C;
	    bottom: -10px;
	    left: 45px;
	}
    .etitle010 h2::after {
	    content: "";
	    position: absolute;
	    width: 40px;
	    height: 5px;
	    background: #298E7C;
	    bottom: -10px;
	    left: 90px;
	}
    .etitle011 h2::after {
	    content: "";
	    position: absolute;
	    width: 40px;
	    height: 5px;
	    background: #298E7C;
	    bottom: -10px;
	    left: 30px;
	}
	.indexCp{
		margin-left: -10px;
	}
	.indexCp li .pic img{
		width: 100%;
	}
	.indexBox03 h2{
		font-size: 28px;
	}
	.indexBox03  p{
		font-size: 14px;
	}
	.indexCp li{
		padding-left: 10px;
	}
	.footNav03{
		line-height: 30px;
	}
	.footNavUl li{
		display: none;
	}
	.footNavUl li:last-child{
		margin-right: 0;
		flex: 1;
		display: inline-block;
	}
	.header .w1250{
		padding: 0 10px;
	}

    .yyBox {
        width:auto;
        font-size: 14px;
        color:#6d6a6a;
        line-height: 26px;
        height: 25px;
        border-radius: 12px;
        padding: 0 8px;
    }

    .indexTxt {
        padding-top: 30px;
        line-height: 2.2;

    }
}
@media screen and (max-width:400px) {
	.logo img{
		height: 42px;
	}
	.mnavBox{
		margin-left: 15px;
	}
	
}
