@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
#indexPage{
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.4s !important;
}
#fp-nav.right ul li{
	width: 34px !important;
	overflow: visible !important;
}
#fp-nav.right ul li a{
	margin-top: 0 !important;
}
#fp-nav.right ul li a.active{
	background: url(../images/floIco1.png) center center no-repeat;
	width: 38px;
	height: 20px;
	position: relative;
	top: -5px;
}
#fp-nav.right.active ul li a{
	background: #b1b1b1;
}
#fp-nav.right.active ul li a.active{
	background: url(../images/floIco1_h.png) center center no-repeat;
}
#fp-nav.right ul li a:after{
	display: none !important;
}
/*头部开始*/
.topBox{ height: 100px;position:fixed;top: 0;left: 0;width:100%;z-index:999}
.top{ width: 100%; height: 100px; background: #FFF; position: fixed; left: 0px; top: 0px; z-index: 10000; box-shadow: 0px 0px 20px rgba(0,0,0,0.1);}
.logo{ height: 50px; overflow: hidden; margin-top: 25px;}
.logo a{display: block;width:426px;margin:0 auto}
.logo img{ height: 50px;}
.topR{ position: relative;}
.topRBtn{ overflow: hidden; margin-left: 35px; width: 120px;}
.topRBtn a{ display: block; padding-top: 16px; height: 84px; background: #428a7b; transition: all .2s;-webkit-transition: all .2s;}
.topRBtn a .icn{ display: block; height: 48px; background: url(../images/icn1.png) no-repeat center center;}
.topRBtn a span{ display: block; height: 25px; line-height: 25px; text-align: center; font-size: 14px; color: #ffffff;}
.topRBtn a:hover{ opacity: .95;}
/*头部结束*/
/*menu开始*/
.menu dd{flex:1; float:left; display:inline; position:relative; padding: 0 20px;}
@media only screen and (max-width:1600px) {
	.menu dd{padding:0 10px;}
}
@media only screen and (max-width:1440px) {
	.menu dd{padding:0 5px;}
}
@media only screen and (max-width:1366px) {
	.menu dd{padding:0;}
}
.menu dd .yj a{ display:block; height:100px; line-height:100px; padding: 0 12px; text-align:center; font-size:16px; position: relative; color: #333333;transition: all 0.1s;-webkit-transition: all 0.1s;}
.menu dd .yj a:before{ display: block; content: ''; position: absolute; left: 50%; margin-left: 0;transition: all 0.5s;-webkit-transition: all 0.5s; top: 0px; width: 0%; border-top: 3px solid #428a7b;}
.menu dd .ej{ position: absolute; left: 0px; top: 100px; width: 100%; padding-top: 10px; visibility: hidden; opacity: 0; transform: translateY(20px);-webkit-transform: translateY(20px); transition: all 0.5s;-webkit-transition: all 0.5s;}
.menu dd .ej:before{ display: block; width: 13px; height: 5px; content: ''; background: url(../images/icn2.png) no-repeat center center; position: absolute; left: 50%; margin-left: -6px; top: 5px;}
.menu dd .ej .ejC{ background: rgba(255, 255, 255, 1); border-radius: 5px; padding: 8px 0; box-shadow: 0px 0px 20px rgba(0,0,0,0.2);}
.menu dd .ej .ejC a{ display: block; padding: 8px 5px; line-height: 20px; font-size: 15px; color: #333333; text-align: center; transition: all 0.5s;-webkit-transition: all 0.5s;}
.menu dd .ej .ejC a:hover{ color: #428a7b;}
.menu dd .ej .ejC a.hover{ color: #428a7b;}
.menu dd .ej.active{ visibility: visible; opacity: 1; transform: translateY(0px);-webkit-transform: translateY(0px);}
.menu dd.hover .yj a{ color: #428a7b;}
.menu dd.hover .yj a:before{width: 100%; margin-left: -50%;}
/*menu结束*/
.topSearch{ height: 30px; line-height: 30px; width:40px; border-radius: 30px; margin-left: 10px; transition: all 0.3s; -webkit-transition: all 0.3s; position: absolute; right: 0;top: 35px;}
.topSearch input{ float: left; display: inline; width: 0; height: 30px; background: none; border: none; color: #666; transition: all 0.3s; -webkit-transition: all 0.3s;}
.topSearch a{ float: left; display: inline; width: 40px; height: 30px; background: url(../images/search.png) no-repeat center center;}
.topSearch.active{ background: #e1e1e1; width:230px;}
.topSearch.active input{ width:175px; padding-left: 15px; color: #666;}
.topSearch.active a{ background-image: url(../images/searchh.png); background-size: auto 20px;}
/*indexBanner开始*/
.indexBanner{overflow:hidden;width:100%;position:relative;margin-top:100px;}
.indexBanner .myslide{ 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	position: relative; 
	height: 710px;
}
.indexBanner .slick-dots{ position: absolute; bottom: 50px; width: 100%; text-align: center;}
.indexBanner .slick-dots li{ width:9px; height: 9px; line-height: 9999px; text-align: center;color: #ffffff; display: inline-block; margin: 0 5px; cursor: pointer;overflow: hidden;border:1px solid #fff;border-radius:100%}
.indexBanner .slick-dots li.slick-active{background: #fff;}
.indexBanner .con1{ position: absolute; left:50%; top: 50%; margin-top: -143px;}
/* 云 */
.cloudWave{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner/cloudWave1.png) left top no-repeat;
    background-size: contain;
    -webkit-animation: cloud 100s linear infinite;
    -moz-animation: cloud 100s linear infinite;
    -o-animation: cloud 100s linear infinite;
    animation: cloud 100s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    

}
.cloudWave.cloudWave2{
    background: url(../images/banner/cloudWave2.png) center center no-repeat;
    background-size: contain;
}
@keyframes cloud {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(1920px);
  }
}


/*indexBanner结束*/
.column{margin-top: 100px}
#indexPage{
	position: relative;
	height:900px;
}
.section{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
/*第一通栏start*/
.clumnFl{
	width: 600px;
	padding:50px 80px 0 0;
	position: relative;
	margin-right: 50px;
	background: url(../images/videoBg.png) right top no-repeat;
}
.clumnFl:after{
	content: '';
	display: block;
	padding-top: 56.25%;
}
.clumnFl #video{
	position: absolute !important;
	top: 50px;
	left: 0;
	right: 80px;
	bottom: 0;
}
@media screen and (max-width: 1500px) {
	.clumnFl{
		width: 400px;
		position: relative;
		top: 80px;
	}
}
.clumnFl img{
	width: 100%;
	height: auto;
}
.clumnFr{
	overflow: hidden;
}

.ind_title{
	font-size: 36px;
	color: #454545;
	position: relative;
	padding-bottom: 25px;
}
.ind_title:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 4px;
	background: #428a7b;
}
.ind_aile{
	color: #428a7b;
	font-size: 32px;
}

.column{
	padding: 0 9.791666667%;
}

.aboutDataDl{
	overflow:hidden;
	clear:both;
	position: relative;
}
.aboutDataDl dd{
	display:inline;
	float:left;
	width:210px;
	overflow:hidden;
	position:relative;
}
@media screen (max-width: 1450px;) {
	.aboutDataDl dd{
		width: 155px;
	}
}
.aboutDataDl dd .divT{
	display: inline-block;
	overflow:hidden;
	height:62px;
}
.aboutDataDl dd h2{
	float: left;
	height:62px;
	line-height: 62px;
	text-align:center;
	font-size:48px;
	color:#d7b88c;
	margin-right: 10px;
}
.aboutDataDl dd i{
	float: left;
	height:62px;
	line-height:85px;
	font-size:14px;
	color:#999;
	font-style: normal;
}
.aboutDataDl dd span{
	display:block;
	clear:both;
	overflow:hidden;
	height:40px;
	line-height: 40px;
	font-size:16px;
	color:#666666;
}

/*第一通栏end*/
/*第二通栏start*/
.column2{
	overflow: hidden;
}
.healthFl{
	width: 23%;
}
.ind_clumn2{
	font-size: 16px;
	color: #444;
	line-height: 26px;
}

.healthCenter{
	padding: 0 100px;
	overflow: hidden;
}
.healthCenter img{
	width: 100%;
}
.jianT{
	width: 192px;
}
.jianT li{
	height: 108px;
	line-height: 108px;
	margin-bottom: 50px;
	background: url(../images/jiant.png) no-repeat center center;
}
.jianT li a{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
}
/*第二通栏end*/



/*lxb修改样式*/
.health_dlBox{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.health_dlBox dt{
	width: 130px;
	height: 108px;
	margin: 0 auto 50px;
}
.health_dt,.health_dd{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 83.0769%;
}
.health_dlBox dd{
	float: left;
	width: 16.666667%;
	display: inline;
}

@media only screen and (max-width:1440px) and (min-width: 1366px){
	.health_dlBox dt{
		width: 83px;
		height: 69px;
	}
	.jianT li{
		height: 68px;
		line-height: 68px;
	}
}
@media only screen and (max-width:1366px){
	.health_dlBox dt{
		width: 67px;
		height: 56px;
	}
	.jianT li{
		height: 55px;
		line-height: 55px;
	}
}



/*
*第三通栏start fpx 2018
*/
.column3{
	padding: 0 9.791666667%;
	position: relative;
	overflow: hidden;
}
.ind_news{
	width: 270px;
}
.news_ul{
	overflow: hidden;
	margin-bottom: 170px;
	width: 66.16%;
}
.news_ul li{
	margin-bottom: 10px;
}
.news_ul li a{
	display: block;
	width: 118px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #dedede;
	border-radius: 2px;
}
.news_ul li.hover a{
	background: #428a7b;
	border-color: #428a7b;
	color: #fff;
}

.news_more{
	background: url(../images/new_more.png) no-repeat center center;
	width: 70px;
	height: 79px;
}
.news_more a{
	display: block;
	text-align: center;
	padding-top: 93px;
	font-size: 16px;
	color: #428a7b;
}

.new_list{
	overflow: hidden;
	margin: 0 -5px;
	height: 647px;
}
.news_listDl{
	overflow: hidden;
	width: 100%;
}
.news_listDl dd{
	float: left;
	width: 33.333333%;
	display: inline;
	padding: 10px 0;
}
.dd_div{
	padding: 20px;
	transition: all .3s ease-out;
	position: relative;
	margin: 0 5px;
}
.dd_div:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #428a7b;
	transition: all .3s ease-out;
}

.news_listDl dd:hover .dd_div{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.news_listDl dd:hover .dd_div:after{
	width: 100%;
}
.dd_div .time{
	font-size: 20px;
	color: #999;
}
.dd_div .title a{
	font-size: 20px;
	color: #333;
	padding: 40px 0 20px;
	display: block;
	overflow: hidden;
	height: 26px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.dd_div .intro{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.picNew{
	padding-top: 55.6701%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all .3s linear;
	overflow: hidden;
}
.news_listDl dd:hover .picNew{
	transform:scale(1.05); -webkit-transform:scale(1.05);
}
.dd_div .detail a{
	display: block;
	font-size: 14px;
	color: #428a7b;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #428a7b;
	transition: all .3s ease-out;
}
.news_listDl dd:hover .detail a{
	background: #428a7b;
	color: #fff;
}
.news_listDl dd:hover .title a{
	color: #428a7b;
}
.new_list .hd ul{
	text-align: center;
	font-size: 0;
	padding-top: 10px;
}
.new_list .hd li{
	display: inline-block;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border: 1px solid #e5e5e5;
	margin: 0 5px;
	cursor: pointer;
}
.new_list .hd li.on{
	border-color: #428a7b;
	background: #428a7b;
}
/*第三通栏end*/
/*第四通栏start*/
.cloumn4{}
/*第四通栏end*/
/*底部开始*/
.footer1{ padding: 43px 0; background: #323232; overflow: hidden;}

.footerMenu{ overflow: hidden; position: relative;}
.footerMenu dd{ float: left; display: inline; margin-right: 50px; position: relative;}
.footerMenu dd em{ font-style: normal; display: block; line-height: 40px; height: 40px; overflow: hidden; margin-bottom: 10px;}
.footerMenu dd em a{ font-size: 18px; color: #e5e5e5;}
.footerMenu dd em a:hover{ color:#FFF;}
.footerMenu dd span{ font-style: normal; display: block; line-height: 22px; padding: 5px 0; overflow: hidden;}
.footerMenu dd span a{ font-size: 16px; color: #999999;}
.footerMenu dd span a:hover{color: #FFF;}
.footerMenu dd .text{ line-height: 30px; color: #FFF; font-size: 12px; width:253px;}
.footerMenu dd .text li{ overflow: hidden;}
.footerMenu dd .text i{ float: left; display: inline; font-style: normal;}
.footerMenu dd .text .text1{ overflow: hidden;}
.footerMenu dd .text .text1 b{ color: #FFF; font-size: 14px; font-weight: bold; font-style: italic;}

.footer1R{ 
	overflow: hidden; 
	padding-top: 6px; 
	width: 581px;
}
.footer1RUp{ margin-bottom: 15px;}
.footer1RUpL{ margin-right: 30px;}
.footer1RUpLList{ overflow: hidden;}
.footer1RUpLList dd{ height: 37px; line-height: 37px; padding-left: 30px; background-position: left center; background-repeat: no-repeat; font-size: 16px; color: #999999;}
.footer1RUpLList dd.dd1{ background-image: url(../images/footIcn1.png); color: #cfa972; font-size: 18px; font-style: italic;}
.footer1RUpLList dd.dd2{ background-image: url(../images/footIcn2.png)}
.footer1RUpLList dd.dd3{ background-image: url(../images/footIcn3.png)}
.footer1RUpLList dd.dd4{ background-image: url(../images/footIcn4.png)}

.footer1RUpR{ padding-top: 6px;}

.footerEwm{ overflow:hidden; margin-right: -28px;}
.footerEwm dd{ float:left; display:inline; position:relative; width:120px; overflow:hidden; margin:0 28px 0 0;}
.footerEwm dd img{ display:block; width:118px; height:118px; border: 1px solid #878787;}
.footerEwm dd span{ display:block; height:45px; line-height:45px; text-align:center; color:#666666; font-size:16px;}

.footer1RDn{ overflow: hidden; line-height: 30px; color: #999999; font-size: 16px; margin-right: -23px;}
.footer1RDn span{ float: left; display: inline;}
.footer1RDn a{ float: left; display: inline; color: #999999; margin-right: 23px;}
.footer1RDn a:hover{ color: #FFF;}

.footer2{ height: 50px; line-height: 50px; overflow: hidden; color: #999999; font-size: 16px; background: #323232;}
.footer2 .myContent1{ border-top: 1px solid #515151;}
.footer2 a{ color: #999999;}
.footer2 a:hover{ color:#FFF;}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

.subBanner{  width: 100%; padding-top:30.2083%; background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: hidden; position: relative;}
.subBanner a{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
.subBannerText{ position: absolute; left: 50%; top: 50%; margin-left: -600px; margin-top: -92px;}
.subBannerTextT{ height: 110px; line-height: 110px; font-size: 44px; color: #ffffff; position: relative; margin-bottom: 25px;}
.subBannerTextT:before{ display: block; content: ''; position: absolute; left: 0px; bottom: 0px; width: 70px; border-bottom: 3px solid #FFF;}
.subBannerTextC{ color: #ffffff; height: 50px; text-transform: uppercase; line-height: 50px; font-size: 32px;}
.bannerBox{ 
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center ;
	background-size: cover;
	z-index: 9;
}
.bannerBox .table{
	position: relative;
	z-index: 9;
}
.bannerBox:after{
	position: absolute;
	content: '';
	display: block;
	background:rgba(0,0,0,0.2) url(../images/video_cover.png);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.subPage{
	padding: 40px 50px;
}
/*内页外结构结束*/
/*当前位置开始*/
.subMenu{
	overflow: hidden;
	background: #fff;
	position: relative;
}
.subMenu_dl{
	overflow: hidden;
}
.subMenu_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px 15px;
}
.subMenu_a{
	display: block;
	overflow: hidden;
	line-height: 60px;
	font-size: 16px;
	color:#333;
	position: relative;
}
.subMenu_a:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 0px;
	height: 3px;
	background: #428a7b;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.subMenu_a:hover:after,
.subMenu_dl dd.hover .subMenu_a:after{
	width: 100%;
}
.subMenu_dl dd.hover a,
.subMenu_dl dd a:hover{
	color: #428a7b;
}
.location{
	line-height: 60px;
	overflow: hidden;
}
.location span{
	padding-left: 20px;
	background: url(../images/home.png) no-repeat center center;
}
.location i{
	padding: 0px 20px;
	background: url(../images/arrowRight.png) no-repeat center center;
}
.location a{
	font-size: 16px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.location a:hover,
.location a:last-child{
	color:#428a7b;
}
/*当前位置结束*/
/* 三级导航 start */
.threeMenu{
	overflow: hidden;
}
.three_dl{
	overflow: hidden;
}
.three_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 30px;
}
.three_dl a{
	display: block;
	overflow: hidden;
	line-height: 35px;
	background: #fff;
	padding: 0px 30px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.three_dl a:hover,
.three_dl dd.hover a{
	background: #428a7b;
	color:#fff;
}

/* 三级导航 end */
/*二级页面搜索start*/
.subPageSearch{ height: 110px; text-align: center; background: #d3e1de;}
.subPageSearchC{ display: inline-block; padding-top: 30px;}
.subPageSearchC:before{ visibility: hidden; clear: both; display: block; content: ''; overflow: hidden;}
.subPageSearchL{width:200px; height:48px; position:relative; padding-right:48px; border:1px solid #ffffff; background: #ffffff; border-radius: 3px; margin-right: 10px;}
.subPageSearchL .seljg{ padding-left:15px; line-height:50px; color:#666666; font-size:14px; cursor:pointer; text-align: left;}
.subPageSearchL .seljg input{ display: block; width: 100%; height: 48px; border: none; background: none;}
.subPageSearchL i{ display:block; width:48px; height:48px; background:url(../images/sel.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.subPageSearchL .selTj{ width:100%; overflow:hidden; border:1px solid #FFF; border-top:none; max-height:120px; overflow-y:auto; position:absolute; left:-1px; top:49px; background:#FFF; display:none; z-index:100000; box-shadow: 0px 2px 5px rgba(0,0,0,0.3)}
.subPageSearchL .selTj a{ display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px; font-size: 12px;}
.subPageSearchL .selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.subPageSearchL .selTj a.hover{background:#f8f8f8; color:#ff7800;}

.subPageSearchR{ overflow: hidden; border-radius: 3px;}
.subPageSearchR input{ float: left; display: inline; width: 357px; height: 50px; background: #FFF; border: none; padding: 0 15px; font-size: 14px;}
.subPageSearchR a{ float: left; display: inline; width: 93px; height: 50px; background:#428a7b url(../images/search.png) no-repeat center center;}
/*二级页面搜索end*/

/*内页框架结束*/

/* 下拉菜单 start */
.demo2 {
    position: relative;
    border: 1px solid #ebebeb;
    background: #fff;
    width: 888px;
}

.demo2 .seljg {
    padding-left: 10px;
    line-height: 45px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.demo2 .seljg input {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    background: none;
}

.demo2 i {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.demo2 .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: none;
    max-height: 90px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 39px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.demo2 .selTj a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}
/* 下拉菜单 end */