@charset "utf-8";
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.banner .swiper-pagination-bullet {
	width: 45px;
	height: 8px;
	opacity: 1;
	border-radius: initial;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #008FCD;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 15px;
}

/*内容1*/
.cont1{
	padding: 24px 0;
	background-color: #f7f7f7;
}
.cont1-l{
	float: left;
	overflow: hidden;
	width: 580px;
}
.cont1-l a{
	display: block;
	width: 580px;
	height: 370px;
	position: relative;
}
.cont1-l img{
	width: 100%;
	height: 100%;
}
.cont1-l span{
	display: block;
	width: 100%;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.cont1-r{
	float: right;
	width: 700px;
}
.cont1-r-tab{
	border-bottom: 1px solid #008FCD;
}
.cont1-r-tab a{
	float: left;
	width: 233.333px;
	line-height: 60px;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
	color: #008FCD;
}
.cont1-r-tab a:hover,.cont1-r-tab a.active{
	font-weight: bold;
	background-color: #008FCD;
	color: #fff;
	font-weight: bold;
}
.cont1-r-box li{
	overflow: hidden;
	line-height: 34px;
}
.cont1-r-box ul{
	height: 225px;
}
.cont1-r-box li a{
	float: left;
	width: 540px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #444;
}
.cont1-r-box li a:hover{
	color: #0eaae5;
	font-weight: bold;
	text-decoration: underline;
}
.cont1-r-box li em{
	float: right;
	font-size: 14px;
	color: #999;
}
.cont1-r-box .btn{
	display: block;
	width: 170px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	background-color: #8c97a9;
	text-align: center;
	margin: 20px auto 0;
}
.cont1-r-box .btn:hover{
	background-color: #008FCD;
}
/*板块2*/
.cont2{
	padding: 24px 0;
}
.cont2-l{
	width: 420px;
	float: left;
}
.cont2-c{
	width: 380px;
	float: left;
	margin-left: 60px;
}
.cont2-r{
	width: 380px;
	float: right;
}
.cont2-l-tab a{
	float: left;
	width: 200px;
	line-height: 60px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background-color: #ff6666;
}
.cont2-l-tab a:last-child{
	float: right;
	background-color: #ff6666;
}
.cont-news a{
	display: block;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 80px;
	position: relative;
}
.cont-news a:hover{
	color: #2cb6f3;
	text-decoration: underline;
}
.cont-news a em{
	position: absolute;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	top: 0;
	right: 0;
}
.cont2-r iframe{
	display: block;
	width: 100%;
	height: 220px;
}
.cont2-r-box a{
	display: block;
	position: relative;
	overflow: hidden;
}
.cont2-r-box a img{
	width: 100%;
	height: auto;
}
.cont2-r-box a span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	background-color: rgba(0,0,0,0.3);
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*板块3*/
.cont3{
	padding: 24px 0;
	background-color: #f7f7f7;
}
.cont3-l{
	float: left;
	width: 870px;
}
.cont3-c{
	float: left;
	width: 410px;
	margin-left: 50px;
}
.cont3-r{
	float: right;
	width: 380px;
}
.cont3-l li{
	background-color: #fff;
	height: 200px;
	cursor: pointer;
}
.cont3-l li:hover{
	background-color: #f1f1f1;
}
.cont3-l li>a{
	float: left;
	width: 300px;
	height: 200px;
}
.cont3-l li>a img{
	width: 300px;
	height: 200px;
}
.cont3-l li div{
	float: left;
	width: 570px;
	box-sizing: border-box;
	padding: 0 30px;
}
.cont3-l li div h3{
	margin-top: 40px;
}
.cont3-l li div h3 a{
	font-size: 18px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont3-l li div p{
	line-height: 30px;
	font-size: 14px;
	margin-top: 10px;
	color: #999;
	height: 60px;
	overflow: hidden;
}
.cont3-l li:nth-child(2){
	margin-top: 20px;
}
.cont3-l li:nth-child(2)>a{
	float: right;
}
.cont3-r-c{
	background-color: #fff;
	padding: 10px;
}
.cont3-r-c video{
	width: 100%;
}
.cont3-r-c span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 40px;
}
.cont3-r-c h5{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	/*float: left;
	padding-bottom: 5px;
	border-bottom: 2px solid #666;
	padding-right: 10px;*/
}
.cont3-r-c p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cont3-r-c img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.cont3-r-c em{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	color: #ff6666;
	font-weight: bold;
	font-style: italic;
}
/*板块4*/
.cont4{
	padding: 24px 0;
}
.cont4-l{
	float: left;
	width: 410px;
}
.cont4-c{
	float: left;
	width: 410px;
	margin-left: 56px;
}
.cont4-r{
	width: 380px;
	float: right;
}
.cont4-l-c img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.cont4-c-list a{
	display: block;
	height: 98px;
	margin-bottom: 15px;
}
.cont4-c-list a img{
	float: left;
	width: 150px;
	height: 98px;
}
.cont4-c-list a div{
	float: left;
	width: 260px;
	box-sizing: border-box;
	padding-left: 15px;
}
.cont4-c-list a div h4{
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.cont4-c-list a:hover div h4{
	color: #008fcd;
	text-decoration: underline;
}
.cont4-c-list a div p{
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cont4-r img{
	width: 100%;
	height: auto;
}
.cont4-r p{
	margin-top: 10px;
	font-size: 16px;
	color: #444444;
	text-indent: 2em;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
/*板块5*/
.cont5{
	padding: 40px 0 50px;
	background-color: #fff;
}
.cont5-c a{
	display: block;
	width: 200px;
}
.cont5-c a img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	margin: 0 auto;
}
.cont5-c a span{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	margin-top: 5px;
}
/* .cont5-c a:hover img{
	box-sizing: border-box;
	padding: 3px;
	background-color: #5bceff;
	box-shadow: 0 0 20px rgba(91,206,255,0.6);
} */
/*板块6*/
.cont6{
	padding:24px 0;
}
.cont6 .swiper-container a{
	display: block;
	width: 100%;
	position: relative;
}
.cont6 .swiper-container a img{
	width: 100%;
	height: auto;
}
.cont6 .swiper-container a span{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}
#certify{
	margin-top: 35px;
}
#certify .swiper-slide{
	width: 580px;
	height: 365px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
}
/*板块7*/
.cont7{
	padding: 24px 0;
	background-color: #F7F7F7;
}
.cont7 .swiper-container a{
	display: block;
	width: 246px;
}
.cont7 .swiper-container a img{
	width: 100%;
	height: 210px;
}
.cont7 .swiper-container a span{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*板块8*/
.cont8{
	padding: 40px 0 30px;
	background-color: #ebebeb;
}
/*关于我们*/
.about p {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 28px;
}
.about img{
	margin: 0 auto;
	max-width: 100%;
}
.content {
    margin-top: 30px;
    margin-bottom: 70px;
    min-height: 500px;
}
.content-r{
	width:970px;
	float: right;
}
.contact iframe{
	margin: 0 auto;
}
.contact li{
	float: left;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 25px;
    background-color: #f9e0e0;
}
.contact li:last-child{
	margin-right: 0;
}
.contact ul{
	margin-bottom: 30px;
    width: 860px;
    margin: 0 auto 30px;
}
.contact li:nth-child(2){
	background-color: #ddf2f4;
}
.contact li:nth-child(3){
	background-color: #ebf3da;
}
.contact li:nth-child(4){
	background-color: #d5ecf9;
}
.contact li i{
	display: block;
    width: 40px;
    margin: 30px auto 0;
}
.contact li i img{
	width: 100%;
	height: auto;
}
.contact li h4{
	text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    margin-top: 10px;
}
.contact li p{
	text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 24px;
}
/*新闻中心*/
.news li div{
	float: right;
	width: 810px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news li>a{
	display: block;
	float: left;
	width: 140px;
	height: 130px;
}
.news li>a img{
	width: 100%;
	height: 100%;
}
.news li div a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}
.news li:hover div a{
	text-decoration: underline;
	color: #008fcd;
}
.news li:hover div{
	width: 800px;
}
.news li div p{
	font-size: 12px;
	color: #808080;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news li div span{
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.news li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
/*新闻详情*/
.xq-tit h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.xq-tit p{
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.xq-tit p span{
	margin: 0 10px;
}
.xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
	position: relative;
}
.news-xq-box{
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}
.news-xq-box p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	text-align: justify;
}
.news-xq-box img{
	display: initial;
	max-width: 100%;
	margin: 10px auto !important;
}
.news-fh{
	padding-top: 25px;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
}
.news-fh>a{
	display: block;
	width: 138px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	background: url(../img/news/fh.png) no-repeat 20px center;
	margin-bottom: 20px;
}
.news-fh ul li{
	font-size: 12px;
	line-height: 30px;
}
.news-fh ul li span{
	color: #666;
}
.news-fh ul li a{
	color: #787878;
}
/*新闻中心*/
.news2 li .times{
	float: left;
    width: 102px;
    background-color: #eee;
    padding: 14px 0;
}
.news2 li:hover .times{
	background-color: #008fcd;
}
.news2 li .news-c{
	float: left;
    width: 867px;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 10px;
}
.news2 li .times em{
	display: block;
	text-align: center;
	font-size: 34px;
	color: #008fcd;
	font-weight: bold;
	line-height: 46px;
	margin-top: 8px;
}
.news2 li .times span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #008fcd;
}
.news2 li:hover .times span,.news2 li:hover .times em{
	color: #fff;
}
.news2 li .news-c h2 a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news2 li:hover .news-c h2 a{
	color: #008fcd;
}
.news2 li .news-c p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
}
.news2 li:hover .news-c p{
	color: #00a5ec;
}
.news2 li{
	margin-bottom: 10px;
}
.news2 li:hover{
	background-color: #eee;
	border-color: #eee;
}
.bdsharebuttonbox{
	position: absolute;
	left: 20px;
	bottom: 2px;
}
/*产品中心*/
.product a{
	float: left;
	position: relative;
	width: 310px;
	margin-bottom: 20px;
	margin-right: 20px;
	box-sizing: border-box;
}
.product a img{
	width: 100%;
	height: 240px;
	transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.product a:hover img{
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.product a:nth-child(3n){
	margin-right: 0;
}
.product a h4{
	line-height: 50px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product a:hover h4{
	color: #008fcd;
}
.axbm{
	display: block;
	margin-top: 30px;
	width: 200px;
	line-height: 46px;
	border: 1px solid #008FCD;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	color: #008FCD;
}
.axbm:hover{
	background-color: #008FCD;
	color: #fff;
}
.news-xq-box iframe{
	display: block;
	margin: 0 auto;
}
/*在线报名*/
.messing{
	background: url(../img/masage_bg2.jpg) no-repeat center center;
	background-size: cover;
	margin: 0 auto;
	min-width: 1300px;
	padding: 100px 0;
}
.messing-txt{
	width: 600px;
	float: left;
	font-size: 14px;
	color: #fff;
}
.messing-txt p{
	font-size: 14px;
	line-height: 24px;
}
.messing form{
	float: right;
	width: 600px;
}
.messing form li{
	float: left;
	width: 600px;
	margin-bottom: 20px;
}
.messing form li input{
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	line-height: 50px;
	height: 50px;
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 10px;
}
.messing form li select{
	width: 100%;
	background-color: #fff;
	background-color: rgba(0,0,0,0.3);
	line-height: 50px;
	height: 50px;
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	padding: 0 10px;
}
.messing form li option{
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}
.messing input::-webkit-input-placeholder,.messing textarea::-webkit-input-placeholder {
	 color: #fff;
} 
.messing input:-moz-placeholder,.messing textarea:-moz-placeholder {
	 color: #fff;
} 
.messing input::-moz-placeholder,.messing textarea::-moz-placeholder {
	 color: #fff;
} 
.messing input:-ms-input-placeholder,.messing textarea:-ms-input-placeholder {
	 color: #fff;
}
.messing form li.fl{
	float: left;
	width: 285px;
}
.messing form li.fr{
	float: right;
	width: 285px;
}
.messing form li:last-child{
	width: 100%;
	margin-bottom: 0;
}
.messing form>input{
	display: block;
    width: 600px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-color: #008fcd;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 22px;
}
.video-c video{
	display: block;
	width: 100%;
	height: 370px;
}
.video-c{
	background-color: #000;
}
/*资质荣誉*/
.product-ry a{
    float: left;
    width: 310px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 20px;
    box-sizing: border-box;
}
.product-ry a i{
	display: block;
	overflow: hidden;
}
.product-ry a i img{
	width: 100%;
	height: auto;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product-ry a:nth-child(3n) {
    margin-right: 0;
}
.product-ry a h4{
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.product-ry a:hover i img{
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
}
.taitou img{
	width: 100%;
	height: auto;
}
.taitou {
	margin-bottom: 40px;
}
.about table{
	width: 100% !important;
}
.about table tr td{
	border: 2px solid #a06989;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	background-color: #fffcc8;
}
.about table tr:first-child td{
	background-color: #233d6a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-color: #fff;
	padding: 10px 0;
}
.about table tr:nth-child(2n) td{
	background-color: #add4ca;
}
