
@charset "UTF-8";


/**
 * 文章详细页
 */
.pageBox{
	clear:both;
	overflow:hidden;
	padding:40px 50px; 
	background:#fff ;
	}
.articleTitle{
	padding:20px 150px 10px 150px;
    font-size:24px;
    line-height:46px;
    color:#333;
    text-align: center;
	}
.articleTime{
    line-height:36px;
    text-align:center;
    font-size:0px;
}
.articleTime .center{
    display: inline-block;
    overflow: hidden;
}
.articleTimeTxt{
    font-size: 14px;
}
.newsShare{
    padding-left: 15px;
    margin-top: 2px;
}
.newsShare span{
    font-size: 14px;
}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #454545;
    line-height: 30px;
	padding:20px 0 0 0;
    clear: both;
}
.articleBox img{ max-width:100%;}

.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
	padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left center; color:#ff9779 !important; }

.codeBox{
	clear:both;
	background:#fff;
	text-align:center;
	padding:20px;
	}
.codeBox p{
	display:block;
	line-height:40px;
	font-size:14px;
	}
	
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}

#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
#play .listTit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    line-height: 25px;
    text-align: center;
}
#play .listTit span{
    display: block;
    padding:10px 20px;
    font-size: 14px;
    color: #fff;
}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}

.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:90px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	width:124px;
	height:82px;
	padding:3px;
	margin:0 5px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	width:124px;
	height:82px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;width:90px;width:124px;
	height:82px;}
.img_hd ul li.on {border:1px solid #cc0000;background:#cc0000;}
.imgMove .prev_a {margin-top: 15px; display:block;width:30px; height:60px; position:absolute; left:0px; top:0px; background:url(../images/article_icon.png) no-repeat 10px 15px;}
.imgMove .next_a {margin-top: 15px;display:block; width:30px; height:60px; position:absolute; right:0px; top:0px; background:url(../images/article_icon.png) no-repeat -37px 15px;}

.articlePage{
    clear:both;
    text-align:center;
	overflow:hidden;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
    }
	
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
}

/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.ShareBox {
	overflow: hidden;
	clear:both;
}
.ShareBox p {
	display: block;
	overflow: hidden;
	float: left;
}
.ShareBox i {
	clear:both;
	display: block;
	font-size:12px;
	color:#666;
	text-align: center;
	overflow: hidden;
	margin:5px 0px;
	display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
	float:left;
}
.ShareBox a{
	padding: 0 !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 7px 0 0 !important;
	}
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
	
/**
 * 404页面
 * @author 杨朝杰
 * @return
 */
.alert{width:695px;height:355px;clear:both;position:absolute;left:50%;top:50%;margin:-177px 0 0 -348px;background:url(../images/404.jpg) no-repeat;}
.alertTitle1{clear:both;text-align:center;line-height:40px;font-size:14px;padding:70px 0 0 100px;}
.alertTitle2{clear:both;text-align:center;line-height:40px;font-size:14px;padding:0 0 0 100px;}
.alertTitle2 strong{font-size:20px;padding:0 10px;color:#ff0000;}
.alertBt{width:137px;lin-height:36px;height:36px;border:none;cursor:pointer;position:absolute;left:280px;bottom:75px;color:#454545;font-size:14px;text-align:center;font-family:"microsoft yahei";display:block;background: none;}
.infoInput{line-height:26px;border:1px solid #d7d7d7;outline:medium;padding:3px 0;}
.formlist td{padding:5px 0;}
.buttonface2{width:80px;line-height:26px;cursor:pointer;text-align:center;font-family:"microsoft yahei";font-size:14px;border:1px solid #d7d7d7;}
	
	
/**
 * 列表分页
 * @author 杨朝杰
 * @return
 */
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:8px 12px;color:#999999;border-radius:3px;background: #fff;}
.page a:hover{background: #428a7a;color: #fff;}
.page a.hover{background: #428a7a;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageH.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}

/*
-----------------------------内页样式start-----------------------------
*/
/*走进松茂*/
.about_title{
    text-align: center;
}
.titlle_aric{
    font-size: 32px;
    color: #428a7b;
    padding-bottom: 5px;
}
.title_name{
    font-size: 40px;
    color: #333;
    letter-spacing: 7px;
}
.about_clumn2{
    position: relative;
    overflow: hidden;
}
.about_clCon{
    width: 62%;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
}
.about_clCon p:nth-child(1) img{
    display: none;
}
.about_clImg{
    position: absolute;
    top: 0;
    right: -40px;
}

.about_pic3{
    width: 520px;
    height: 503px;
    margin-right: 50px;
}
.about_pic3 img{
    width: 100%;
    height: 100%;
}
.about_con3{
    overflow: hidden;
}

.about_TN{
    font-size: 30px;
    color: #428a7b;
    line-height: 60px;
}
.about_int3{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    overflow: hidden;
}
.about_int3 a{
    color: #428a7b;
}
.about3_icon{
    overflow: hidden;
    display: none;
}
.about3_icon dd{
    height: 80px;
    padding-left: 110px;
}
.about3_icon dd.dd1{
    background: url(../images/aboutIcon1.png) no-repeat left center;
}
.about3_icon dd.dd2{
    background: url(../images/aboutIcon2.png) no-repeat left center;
}
.ab_name1{
    font-size: 20px;
    color: #444;
    padding: 10px 0 5px;
}
.ab_name2{
    font-size: 16px;
    color: #999;
}
/*领导团队*/
.tearmBox{width: 100%;position: relative;}
.tearmBox .prev{display: block;width: 27px;height: 50px;position: absolute;left: -60px;top: 50%;background: url(../images/teamPrev.png) no-repeat center center;margin-top: -25px;text-align: center;line-height: 50px;font-size: 20px;color: #999;transition: all .3s;-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;border-radius: 3px;transform: scale(1);}
.tearmBox .next{display: block;width: 27px;height: 50px;position: absolute;right: -60px;top: 50%;background: url(../images/teamNext.png) no-repeat center center;margin-top: -25px;text-align: center;line-height: 50px;font-size: 20px;color: #999;transition: all .3s;-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;border-radius: 3px;transform: scale(1);}
.tearmBox a.prev:hover{transform: scale(1.1);}
.tearmBox a.next:hover{transform: scale(1.1);}

.tearmBox .bd{width: 100%;overflow: hidden;padding-right: 1px}
.tearm_dl{position: relative;margin: 0 -17px !important;overflow: hidden}
.tearm_dl dd{float: left;width: 33.33333%;display: inline;height: 340px;padding-top: 50px}
.tearm_dl dd a{display: block;position: relative;margin: 0 17px;width: 377px;height: 340px;transition: all .3s;background: url(../images/list_a.png) no-repeat center center}
.tearm_dl dd .pic{
    position: absolute;
    width: 114px;
    height: 114px;
    left: 50px;
    top: -48px;
}
.tearm_dl dd .pic img{
    width: 114px;
    height: 114px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center -9px;
}
.h100{
    height: 100px;
    overflow: hidden;
}
.ind_teamT{
    padding: 0 35px;
}
.ind_div1{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.ind_div2{
    width: 240px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #fff;
    background: #428a7b;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 5px;
}
.ind_div2 span{
    padding: 0 12px;
}
.indT_intro{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.tearmBox .hd{
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    position: absolute;
    bottom: -50px;
}
.tearmBox .hd ul{
    display: inline-block;
    overflow: hidden;
}
.tearmBox .hd ul li{
    overflow: hidden;
    width: 12px;
    height: 12px;
    float: left;
    display: inline;
    margin: 0px 5px;
    cursor: pointer;
    background: transparent;
    text-indent: 99em;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tearmBox .hd ul li.on{
    background: #fff;
}

/*企业文化*/
.culture_box1{
    overflow: hidden;
}
.culBg1{
    height: 300px;
    width: 400px;
    position: relative;
}
.culBg2{
    height: 300px;
    width: 400px;
    background: #f5f3ee;
    position: relative;
}
.cul_box{
    padding: 0 30px;
}
.cul_box .tit1{
    font-size: 24px;
    color: #fff;
    padding-bottom: 24px;
    position: relative;
}
.cul_box .tit1:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}
.titC1{
    font-size: 24px;
    color: #fff;
    font-family: '[MicrosoftYaHeiLight]';
}
.culBg1 em{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background: url(../images/clu01.png) no-repeat center center;
}

.cul_box .tit2{
    font-size: 24px;
    color: #444;
    padding-bottom: 24px;
    position: relative;
}
.cul_box .tit2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #444;
}
.titC2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.culBg2 em{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background: url(../images/cul02.png) no-repeat center center;
}

.culture_box2{
    overflow: hidden;
}
.culture_box2 dd{
    float: left;
    width: 25%;
    display: inline;
}
.culture_box2 dd a{
    height: 218px;
    display: block;
    position: relative;
}
.culture_box2 dd.dd1{background: #f8b551;}
.culture_box2 dd.dd2{background: #428a7b;}
.picCul{
    padding-top: 72.66666667%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.culture_box2 dd .name{
    padding: 0 30px;
    font-size: 24px;
    color: #fff;
}
.culture_box2 dd .cont{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 0 30px;
}
.culture_box2 dd.dd1 a em{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 47px;
    height: 40px;
    background: url(../images/cul03.png) no-repeat center center;
}
.culture_box2 dd.dd2 a em{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 47px;
    height: 40px;
    background: url(../images/cul04.png) no-repeat center center;
}
.culture_box2 dd.dd3 a em{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 47px;
    height: 40px;
    background: url(../images/cul05.png) no-repeat center center;
}
.picCul_t{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

/*集团荣誉*/
.company_cluBox{width: 100%;position: relative;}
.company_cluBox .prev{display: block;width: 27px;height: 50px;position: absolute;left: -60px;top: 50%;background: url(../images/honorPrev.png) no-repeat center center;margin-top: -25px;text-align: center;line-height: 50px;font-size: 20px;color: #999;transition: all .3s;-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;border-radius: 3px;transform: scale(1);}
.company_cluBox .next{display: block;width: 27px;height: 50px;position: absolute;right: -60px;top: 50%;background: url(../images/honorNext.png) no-repeat center center;margin-top: -25px;text-align: center;line-height: 50px;font-size: 20px;color: #999;transition: all .3s;-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;border-radius: 3px;transform: scale(1);}
.company_cluBox a.prev:hover{transform: scale(1.1);}
.company_cluBox a.next:hover{transform: scale(1.1);}

.about_honor{
    overflow: hidden;
    margin-left: -20px;
}
.about_honor dd{
    float: left;
    display: inline;
    width: 33.33333%;
}
.about_honor dd a{
    display: block;
    margin: 0 20px 0 0;
    border: 3px solid transparent;
    padding: 18px 18px 0 18px;
    background: #fff;
    transition: all .3s ease-out;
    position: relative;
}
.about_honor dd a em{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(0,0,0,.5) url(../images/jia.png) no-repeat center center;*/
    transition: all .3s ease-out;
    display: none;
}
.about_honor dd:hover a{
    border-color: #368d84;
}
.about_honor dd:hover a em{
    display: block;
}
.about_honor dd .pic{
    padding-top: 76.991%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.about_honor dd .text{
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    height: 45px;
    line-height: 45px;
    transition: all .3s ease-out;
    background: #fff;
    margin: 0 20px 0 0;
}
.about_honor dd:hover .text{
    background: #368d84;
    color: #fff;
}

.company_cluBox .hd{
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    position: absolute;
    bottom: -50px;
}
.company_cluBox .hd ul{
    display: inline-block;
    overflow: hidden;
}
.company_cluBox .hd ul li{
    overflow: hidden;
    width: 12px;
    height: 12px;
    float: left;
    display: inline;
    margin: 0px 5px;
    cursor: pointer;
    background: transparent;
    text-indent: 99em;
    border: 1px solid #368d84;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.company_cluBox .hd ul li.on{
    background: #368d84;
}

/*员工风采*/
.about_style{
    position: relative;
}
.about_style:before{
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    width: 100%;
    height: 1px;

}
.about_st{
    overflow: hidden;
    margin: 0 -17px;
}
.about_st dd{
    float: left;
    display: inline;
    width: 33.3333333%;
}
.about_st dd a{
    display: block;
    color: #fff;
    margin: 0 17px;
}
.styleTime{
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}
.styleTime:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #cfa972;
    border-radius: 10px;
    transform: scale(0);
    opacity: 0;
    transition: all .3s ease-out;
}
.styleTime::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #cfa972;
    transition: all .3s ease-out;
}
.about_st dd:hover .styleTime:before{
    transform: scale(1);
    opacity: 1;
}
.about_st dd:hover .styleTime:after{
    display: block;
    width: 100%;
}

.styleTime em,.styleTime i{
    font-style: normal;
}
.styleTime em{
    font-size: 24px;
    color: #fff;
}
.styleTitle{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.styleIntro{
    font-size: 16px;
    line-height: 30px;
}
.stylePic{
    padding-top: 57.0291%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 1500px) {
    .adapt{
        transform: scale(0.7);
        height: 100%;
    }
    .about_clumn2{
        top: -30px;
    }
    .culture{
        position: relative;
        top: -40px;
    }
}

/*健康产业*/
.healthBox{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.healthBox img{
    max-width: 100%;
}

/*联系我们*/

.wMaxBox .wMaxTitle{
    height:50px;
    line-height: 50px;
    color: #428a7b;
    font-size: 32px;
    text-align: center;
}
.wMaxBox .chines{
    height: 55px;
    line-height: 55px;
    font-size: 40px;
    color: #333;
    text-align: center;
}
.wMaxBox .wMaxTitle.baiT,
.wMaxBox .chines.baiT{
    color: #fff;
}


.contact_box{
    background: #fff;
}

.ind1st_dl{
    margin: 0px -10px;
    overflow: hidden;
    text-align: center;
}
.ind1st_dl dd{
    width: 25%;
    display: inline;
    float: left;
}
.ind1st_a{
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0px 10px;
    padding: 44px 35px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ind1stIcon{
    overflow: hidden;
    height: 120px;
    position: relative;
}
.ind1stSpan{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.ind1stTit{
    overflow: hidden;
    font-size: 18px;
    color:#666;
    text-align: center;
    padding-top: 20px;
}
.ind1stIntr{
    overflow: hidden;
    font-size: 16px;
    color:#999;
    line-height: 30px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

/*在线留言*/
.contact_form{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 750px;
    position: relative;
}

.formBox_con{
    padding: 0 290px;
}
.form_dl {
    margin: 0px -10px;
    overflow: hidden;
    padding-bottom: 30px;
}
.form_dl dd{
    padding: 10px 0px;
    width: 50%;
    float: left;
    display: inline;
    overflow: hidden;
}
.form_dl dt{
    padding: 10px 0px;
    width: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}
.formBox{
    overflow: hidden;
    margin: 0px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.formDiv{
    overflow: hidden;
    padding: 0px 10px;
    position: relative;
    background: #fff;
}
dt .required{
    top: 10px;
    margin-top: 0px;
}
.formInp{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    font-size: 16px;
    color:#999;
    border: none;
    background: none;
    font-family: 'microsoft yahei';
}
.formArea{
    display: block;
    width: 100%;
    height: 120px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    border: none;
    background: none;
    font-family: 'microsoft yahei';
    padding: 10px 0;
}
.submitBtn a{
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    background: #428a7b;
}
.forCode{
    width: 116px;
    height: 48px;
}
.forCode img{
    width: 116px;
    height: 48px;
}
.formBtn a{
    display: block;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    background: #428a7b;
}
/* 下拉菜单 start */
.demo2 {
    position: relative;
    border: 1px solid #ebebeb;
    background: #fff;
    width: 381px;
}

.demo2 .seljg {
    padding-left: 10px;
    line-height: 45px;
    color: #666666;
    font-size: 15px;
    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: 14px;
}

.demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}
/* 下拉菜单 end */
/*人力资源*/
.recuit_box1,.recuit_box2{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 530px;
}
.recruit_cont{
    text-align: center;
    font-size: 16px;
    color: #444;
    line-height: 30px;
}
.recruit_listA a{
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #428a7b;
    margin: 0 auto;
}
.recruitDl_box{
    text-align: center;
}
.recruitDl_box dd{
    display: inline-block;
    margin: 0 70px;
}
.recruitDl_box dd a{
    display: block;
    width: 355px;
    height: 215px;
    text-align: left;
}
.recruitDl_box dd.dd1 a{
    background: #d2bf7b;
}
.recruitDl_box dd.dd2 a{
    background: #428a7b;
}
.rect_text{
    padding-left: 60px;
    position: relative;
}
.rect_div1{
    font-size: 22px;
    color: #fff;
    line-height: 26px;
}
.rect_div2{
    font-size: 18px;
    color: #fff;
}
.rectIcon1{
    width: 49px;
    height: 49px;
    background: url(../images/recr01.png) no-repeat center center;
}
.rectIcon2{
    width: 49px;
    height: 49px;
    background: url(../images/recr02.png) no-repeat center center;
}


/*单篇+文章页start*/
.minH600{
    min-height: 600px;
    height: auto !important;
    height: 600px;
}
.artileBox{
    padding: 30px;
    background: #fff;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.artileBox img{
    max-width: 100%;
}

/*单篇+文章页end*/
/* 相册弹窗 start */
.viewer-canvas>img{
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.viewer-toolbar li.viewer-prev{
    position: fixed;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowL.png) center center no-repeat;
}
.viewer-toolbar li.viewer-next{
    position: fixed;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowR.png) center center no-repeat;
}
.viewer-toolbar li.viewer-prev:before,
.viewer-toolbar li.viewer-next:before{
    display: none;
}

.viewer-play,
.viewer-flip-horizontal,
.viewer-flip-vertical{
    display: none;
}
.viewer-toolbar{
    width: 150px !important;
}
/* 相册弹窗 end */
/*全图列表页start*/
.imgList1{
    overflow: hidden;
    margin: 0 -10px;
}
.imgList1 dd{
    float: left;
    display: inline;
    width: 33.3333333%;
    padding: 10px 0;
}
.imgList1 dd a{
    display: block;
    position: relative;
    margin: 0 10px;
    padding: 10px;
    background: #fff;
}
.img_pic{
    padding-top: 56.9948%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    
}
.img_pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ind1rdLTit {
    height: 60px;
    overflow: hidden;
    line-height: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    font-size: 16px;
    color: #fff;
    padding: 0px 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
/*全图列表页end*/
/*全图列表页2 start*/
.imgList2{
    overflow: hidden;
    margin: 0 -10px;
}
.imgList2 dd{
    float: left;
    display: inline;
    width: 25%;
    padding: 10px 0;
}
.imgList2 a{
    display: block;
    position: relative;
    margin: 0 10px;
    padding: 10px;
    background: #fff;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.imgList2 .img_pic{
    padding-top: 122%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    
}
.imgList2 .img_pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.imgList2 .listData {
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding:15px 15px 0 15px;
    background: #fff;
    display: block;
    height: 60px;
}
.imgList2 a:hover{
    transform: translateY(-4px);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1)
}
/*全图列表页2 end*/
/*图文列表页start*/
.textImg1{
    position:relative;
    z-index:9;
}
.textImg1 dd{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    overflow:hidden;
    clear:both;
    position: relative;
    z-index: 3;
}
.animate1 dd:before{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
}
.animate1 dd:after{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0px;
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
}
.animate1 dd:hover:before,
.animate1 dd:hover:after{
    width: 50%;
    opacity: 1;
}
.animate2 dd:before{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    bottom: 50%;
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}
.animate2 dd:after{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}
.animate2 dd:hover:before,
.animate2 dd:hover:after{
    height: 50%;
    opacity: 1;
}
.animate3 dt{
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 1;
}
.textImg1 dd .wrap{
    position: relative;
    z-index: 3;
    border-bottom:1px solid #e6e6e6;
    padding:30px 0;
}
.textImg1 dd .picture{
    display:block;
    width:346px;
    height:197px;
    overflow:hidden;
    position:relative;
    float: left;
    margin:0 20px 0 0;
}
.textImg1 dd .picture img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}
.textImg1 h3{
    font-size:18px;
    color:#333;
    padding: 10px 0;
    font-weight: normal;
}
.textImg1 h3 a{color: #333;}
.textImg1 p{
    margin:20px 0;
    line-height:30px;
    overflow:hidden;
    font-size:14px;
    color:#777;
    height: 60px;
}
.textImg1 dd:hover{
    background:#ddd\9;
}
.textImg1 dd:hover a{color: #428a7b}
.textImg1 dd:hover .picture img{transform: scale(1.05)}
.textImg1 dd h6{
    font-weight: normal;
    overflow:hidden;
    font-size: 14px;
    color: #999;
}
.textImg1 .detail{
    overflow: hidden;
}
.textImg1 .detail a{
    display: block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #428a7b;
    text-align: center;
    color: #428a7b;
    font-size: 14px;
    transition: all .3s ease-out;
}
.textImg1 dd:hover .detail a{
    background: #428a7b;
    color: #fff;
}
/*图文列表页end*/
/*全文列表页start*/
.textList{
    overflow: hidden;
    padding: 10px 0;
}
.textList dd{
    padding: 35px 0;
    border-bottom: 1px solid #e6e6e6;
}
.textList .text{
    width: 80%;
    border-right: 1px solid #e6e6e6;
    padding-right: 60px;
}
.textList .title a {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    height: 28px;
    overflow: hidden;
}
.textList dd:hover .title a{
    color: #428a7b;
}
.textList .textC{
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.morel{
    text-align: left;
    padding-left: 60px;
}
.morel .time{
    font-size: 20px;
    color: #666;
    padding: 10px 0;
}
.text1ico a{
    display: block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #428a7b;
    text-align: center;
    color: #428a7b;
    font-size: 14px;
    margin: 0 auto;
    transition: all .3s ease-out;
}
.textList dd:hover .text1ico a{
    background: #428a7b;
    color: #fff;
}
/*全文列表页end*/
/*文章详细start*/
.articleT {
    clear: both;
    line-height:50px;
    font-size:20px;
    color: #333333;
    text-align: center;
}
.articleBt{
    border-bottom: 1px solid #c7c7c7;
}
.articleT2 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}
.articleT2 .txt{
    display: inline-block;
    margin: 0 15px;
    color: #999;
    background-position:left center;
    background-repeat: no-repeat;
}
.articleT2 .txt.span1{
    padding-left:28px;
    background-image: url(../images/n1.png);
}
.articleT2 .txt.span2{
    padding-left:28px;
    background-image: url(../images/n2.png);
}
.articleT2 .txt.span3{
    padding-left:28px;
    background-image: url(../images/n3.png);
}
.articleT2 .txt.span4{
    line-height: 24px;
    position: relative;
    top: 10px;
}
.shareBox a{
    margin: 6px 10px 6px 0 !important;
}
.shareBox a.bds_sqq{background-position: 0 0;background-image: url(../images/share.png) !important;}
.shareBox a.bds_weixin{background-position: -28px 0;background-image: url(../images/share.png) !important;}
.shareBox a.bds_tsina{background-position: -56px 0;background-image: url(../images/share.png) !important;}
.shareBox a.bds_sqq:hover{background-image: url(../images/share_h.png) !important;background-position: 0 0;}
.shareBox a.bds_weixin:hover{background-image: url(../images/share_h.png) !important;background-position: -28px 0;}
.shareBox a.bds_tsina:hover{background-image: url(../images/share_h.png) !important;background-position: -56px 0;}


/* 文章阅读页——大图*/
#play {
    width: 755px;
    height: 425px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin: 0 auto;
}

#play .change_a {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url(about:blank);
}

#play .prev_a {
    left: 0;
}

#play .next_a {
    right: 0
}

#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}

#play .prev_a span {
    background: url(../images/article_icon.png) no-repeat 0px -50px;
    left: 0;
}

#play .next_a span {
    background: url(../images/article_icon.png) no-repeat -30px -50px;
    right: 0;
}

#play .img_ul {
    position: relative;
    z-index: 1;
    width: 755px;
    height: 425px;
}

#play .img_ul li {
    position: relative;
    z-index: 1;
    width: 755px;
    height: 425px;
    background: #fff;
    margin: 0 0 5px 0;
}

#play .img_ul li img {
    position: absolute;
}

.imgMove {
    width:755px;
    clear: both;
    margin: 20px auto;
    position: relative;
}

.img_hd {
    margin: 0 auto;
    overflow: hidden;
    height: 75px;
    position: relative;
}

.img_hd ul {
    position: absolute;
    z-index: 1
}

.img_hd ul li {
    float: left;
    width: 90px;
    height:51px;
    padding: 3px;
    margin: 0 7px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d4d4d4;
    position: relative;
}

.img_hd ul li p {
    width: 90px;
    height:51px;
    display: block;
    background: #fff;
    position: relative;
}

.img_hd ul li i {
    display: block;
    clear: both;
    line-height: 20px;
    padding: 0 5px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 99999999999999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

.img_hd ul li img {
    position: absolute;
    width: 90px;
    height:51px;
}

.img_hd ul li.on {
    border: 1px solid #428a7b;
    background: #428a7b;
}

.imgMove .bottom_a {
    width: 20px;
    height: 25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float: left;
    top: 20px;
    position: absolute;
    background: url(../images/article_icon.png) no-repeat;
}

.imgMove .prev_a {
    background-position: left top;
    left: 0;
}

.imgMove .next_a {
    background-position: right top;
    right: 0;
}

.article_pageUp {
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}

.article_pageUp dl {
    width: 600px
}

.article_pageUp dl a {
    color: #999999
}

.article_pageUp dl a:hover {
    color: #428a7b
}

.article_pageUp .bt {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #428a7b;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}
.article_pageUp .bt:hover {
    opacity: 0.9
}
.articleHand {
    clear: both;
    font-size: 16px;
    padding: 10px 0px 20px 0;
    overflow: hidden;
}
.articleHand a {
    display: block;
    line-height: 32px;
    padding: 0 20px 10px 30px;
    float: left;
    background: url(../images/file.png) no-repeat left center;
}
.articleHand a.word {
    background: url(../images/word.png) no-repeat left 3px;
    color: #37a6ff !important;
}
.articleHand a.ppt {
    background: url(../images/ppt.png) no-repeat left center;
    color: #ff7735 !important;
}
.articleHand a.excel {
    background: url(../images/excel.png) no-repeat left center;
    color: #15bf44 !important;
}
.articleHand a.pdf {
    background: url(../images/pdf.png) no-repeat left center;
    color: #1369c0 !important;
}
.articleHand a.zip {
    background: url(../images/zip.png) no-repeat left 3px;
    color: #ff9779 !important;
}

.articlePageUp{
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
}
.articlePageT{
    width:50%;
    height:50px;
    overflow: hidden;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    background-color:#fff;
    float: left;
    display: inline;
    padding: 40px 0;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.articlePageT a.prevL{padding-left: 75px;background: url(../images/prevL.png) no-repeat left center;position: relative}
.articlePageT a.prevL:before{content: "";position: absolute;left: 45px;width: 1px;height: 14px;background: #ddd;top: 4px}
.articlePageT a.nextL{background: url(../images/nextL.png) no-repeat right center;position: relative;display: block}
.articlePageT a.nextL:before{content: "";position: absolute;right: 45px;width: 1px;height: 14px;background: #ddd;top: 18px}
.articlePageT:hover{background: #428a7b;color: #fff}
.articlePageT:hover a{color: #fff;}
.articlePageT:hover a:hover{color: #fff;}
.articlePageT:hover a.prevL{padding-left: 75px;background: url(../images/prevL_h.png) no-repeat left center;position: relative}
.articlePageT:hover a.nextL{background: url(../images/nextL_h.png) no-repeat right center;position: relative;display: block}
/*详情+文章页end*/


/*企业文化start*/
.culture_bg1{
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cultrueB01{
    text-align: center;
}
.cultrueB02{
    text-align: right;
    width: 624px;
}
.cultrueB03{
    padding-left: 520px;
}
.cultrueB04{
    text-align: right;
    width: 710px;
}
.cultrueB06{
    padding-left: 610px;
}
.cultrueB07{
    width: 560px;
    text-align: right;
}
.C01{
    font-size: 24px;
    color: #e21303;
}
.C02{
    font-size: 20px;
    font-weight: bold;
    color: #e21303;
}
.C03{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 26px;
    padding-bottom: 20px;
        width: 960px;
    margin: 0 auto;
}

.title_c1{
    font-size: 24px;
    color: #30385f;
}
.title_c2{
    font-size: 16px;
    color: #e9a133;
}
.title_c3{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 26px;
}

.title_D1{
    font-size: 24px;
    color: #26a1ad;
}
.title_D2{
    font-size: 20px;
    color: #26a1ad;
    font-weight: bold;
}
.title_D3{
    font-size: 16px;
    color: #4c4c4c;
}

.title_E1{
    font-size: 32px;
    color: #284eb1;
}
.title_E2{
    font-size: 20px;
    color: #284eb1;
    font-weight: bold;
}
.title_E3{
    font-size: 16px;
    color: #284eb1;
}
.title_E4{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}

.title_F1{
    font-size: 24px;
    color: #6f3c57;
}
.title_F2{
    font-size: 20px;
    color: #6f3c57;
    font-weight: bold;
}
.title_F3{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
}
/*企业文化end*/

/*招聘详情start*/

/*招聘详情end*/
/*招聘表单start*/

/*招聘表单end*/
/*留言start*/

/*留言end*/
/*
-----------------------------内页样式end-----------------------------
*/

/*
* 关于我们第二通栏 kis2
*/
.course{
    overflow: hidden;
    position: relative;
}
.course .hd{
    width: 1117px;
    height: 160px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.courseLine1{
    display: block;
    width: 0px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 62px;
    z-index: 1;
    background: url(../images/line.png) no-repeat center center;
}
.course_ul{
    width: 20000px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.course_ul li{
    width: 240px;
    overflow: hidden;
    float: left;
    display: inline;
    height: 115px;
    cursor: pointer;
}
.course_ul li span{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color:#fff;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: -1px;
}
.course_ul li.on span{
    font-weight: bold;
    color:#368d84;
}
.course_ul li p{
    display: block;
    width: 14px;
    position: relative;
    margin: 0px auto;
    padding: 8px 0px;
}
.course_ul li p span{
    display: block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    border: 1px solid #fff;
    background: transparent;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.course_ul li p em{
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 1px solid #368d84;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -22px;
    z-index: 1;
    -webkit-transition: all 0.55s linear;
    -o-transition: all 0.55s linear;
    transition: all 0.55s linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.course_ul li.on p i{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.course_ul li.on p em{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.course_ul li.on p span{
    background: #368d84;
    border-color: #368d84;
}
.courseLine{
    display: block;
    width: 100%;
    height: 97px;
    overflow: hidden;
    background: url(../images/line.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 2;
}

.course .bd{
    height: 220px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #fff;
}
.course_dl{
    overflow: hidden;
}
.course_dl dd{
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
}
.courseCont{
    overflow: hidden;
    background: #fff;
    padding: 30px;
}
.courseBt{
    position: absolute;
    right: 30px;
    top: 30px;
    overflow: hidden;
}
.course .bt2{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 96px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 999;
}
.bt2.prev{
    left: 150px;
    background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
}
.bt2.prev:hover{
    background: #57c282 url(../images/btPrev.png) no-repeat center center;
}
.bt2.next{
    right: 190px;
    background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
}
.bt2.next:hover{
    background: #57c282 url(../images/btNext.png) no-repeat center center;
}


.bdCont{
    width: 800px;
    margin: 0px auto;
    padding-top: 16px;
    position: relative;
    padding-bottom: 10px;
}
.timerEv{
    font-size: 36px;
    color: #428a7b;
    font-weight: bold;
    margin-bottom: 20px;
}

.col1BgBox {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0% !important;
    top: 0% !important;
}

.col1Bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/*公共标题*/
.wMaxBox .wMaxTitle{
    height:50px;
    line-height: 50px;
    color: #428a7b;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}
.wMaxBox .chines{
    height: 55px;
    line-height: 55px;
    font-size: 40px;
    color: #333;
    text-align: center;
}
.wMaxBox .wMaxTitle.baiT,
.wMaxBox .chines.baiT{
    color: #fff;
}
/*新闻中心start*/
.wColumn1{
    position: relative;
    height: 920px;
}
.contentBox{
    height: 100%;
    position: relative;
}
.wColumnScroll {
    position: relative;
    overflow: hidden;
    margin-right: -20px;
}

.wColumnScroll .myslide{
    float: left;
    display: inline;
    width: 33.333%;
}
.wColumnScroll .con {
    margin-right: 20px;
    padding: 30px 20px 55px;
    background: #fff;
}
.wColumnScroll .con .time{
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    color: #999;
}
.wColumnScroll .con .time span{
    color: #666;
}
.wColumnScroll .con .title{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wColumnScroll .con .pic{
    position: relative;
}
.wColumnScroll .con .pic:after{
    display: block;
    content: "";
    padding-top:56.7723%;
}
.wColumnScroll .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.wColumnScroll .con .txt{
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}
.wColumnScroll .con .more{
    width: 80px;
    height: 28px;
    border: 1px solid #428a7b;
    text-align: center;
    font-size: 12px;
    color: #428a7b;
    line-height: 28px;
}

.wColumnScroll .slick-dots {
    position: absolute;
    bottom: -42px;
    width: 100%;
    text-align: center;
}

.wColumnScroll .slick-dots li {
    width: 12px;
    height: 12px;
    line-height: 9999px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #368d84;
    border-radius: 100%
}

.wColumnScroll .slick-dots li.slick-active {
    background: #368d84;
}

/*新闻中心end*/

/*行业动态start*/
.wColumn1{
    position: relative;
    height: 920px;
}
.contentBox{
    height: 100%;
    position: relative;
}
.wColumnScroll2 {
    position: relative;
}

.wClumnScroll2 .bd {
    overflow: hidden;
    padding: 5px 0;
}

.wClumnScroll2 .slick-list{
    overflow: visible;
}

.wColDl2{
    overflow: hidden;
    margin-right: -20px;
}
.wColDl2 dd{
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 20px;
}
.wColDl2 dd .con {
    margin-right: 20px;
    padding: 20px;
    background: #fff;
}
.wColDl2 dd .con .time{
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}
.wColDl2 dd .con .title{
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}
.wColDl2 dd .con .pic{
    width: 240px;
    position: relative;
}
.wColDl2 dd .con .pic:after{
    display: block;
    content: "";
    padding-top:56.25%;
}
.wColDl2 dd .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.wColDl2 dd .con .text{
    overflow: hidden;
    padding-left: 20px;
}
.wColDl2 dd .con .txt{
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #858585;
    overflow: hidden;
}
.wColDl2 dd .con .more{
    width: 80px;
    height: 28px;
    border: 1px solid #428a7b;
    text-align: center;
    font-size: 12px;
    color: #428a7b;
    line-height: 28px;
}

.wColumnScroll2 .slick-dots {
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
}

.wColumnScroll2 .slick-dots li {
    width: 12px;
    height: 12px;
    line-height: 9999px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #428a7b;
    border-radius: 100%
}

.wColumnScroll2 .slick-dots li.slick-active {
    background: #368d84;
    border-color: #368d84;
}
/*行业动态end*/


/*群团组织start*/

/*组织机构start*/
.wcontent .title{
    height: 56px;
    line-height: 56px;
    font-size: 26px;
    color: #368d84;
    text-align: center;
    margin-bottom: 7px;
}
.wcontent .text{
    height: 120px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 48px;
}
.wColDl3{
    overflow: hidden;
    margin-right: -6px;
}
.wColDl3 dd{
    float:left;
    display: inline;
    width: 33.333%;
}
.wColDl3 dd .con{
    margin-right:6px;
}
.wColDl3 dd .con .pic{
    position: relative;
}
.wColDl3 dd .con .pic:after{
    display: block;
    content: "";
    padding-top:68.1818%;
}
.wColDl3 dd .con .pic img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wcontent .title.baiT{
    color: #fff;
}
.wcontent .text1{
    height: 120px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 130px;
}
.wMore{
    width: 178px;
    height: 48px;
    border:1px solid #fff;
    margin:0 auto;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
}
.wMore a{
    display: block;
    height: 48px;
    background: url(../images/wMore.png) 120px center no-repeat;
    font-size: 14px;
    color: #fff;
}

/*工作动态*/
.wColumn2{
    position: relative;
    height:940px;
}
/*企业荣誉*/
.sliderBox2{
    position: relative;
    width: 1200px;
    margin: 0px auto;
    height: 420px;
}
.sliderBox2 .bt{
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}
.sliderBox2 .prev2{
    left: -52px;
    background: url(../images/prevBt.png) no-repeat center center;
}
/*.sliderBox2 .prev2:hover{
    background: url(../images/prevBt_h.png) no-repeat center center;
}*/
.sliderBox2 .next2{
    right: -52px;
    background: url(../images/nextBt.png) no-repeat center center;
}
/*.sliderBox2 .next2:hover{
    background: url(../images/nextBt_h.png) no-repeat center center;
}*/
#img-slider2{
    height: 400px;
}
#img-slider2 li{
    width:680px;
    height:400px;
    position:relative;
}
#img-slider2 li .list_a{
    position: relative;
    display: block;
}
#img-slider2 li img{
    display:block;
    width:100%;
}
.honorName1 {
    display: none;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: -60px;
    right: 0;

}
.roundabout-in-focus .honorName1{
    display: block;
}
.ulBox{
    width: 1200px;
    overflow: hidden;
    height: 500px;
}
#img-slider2 li .shade{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
#img-slider2 li.roundabout-in-focus .shade{
    opacity: 0;
    visibility: hidden;
}
/*群团组织end*/

/*党群机构start*/
.wContent1:after{
    display: block;
    content: "";
    clear:both;
}
.wContentLeft{
    width: 47.0833%;
    margin-right: 38px;
}
.wContentLeft .text{
    line-height: 30px;
    font-size: 16px;
    color: #666;
    margin-bottom: 60px;
}
.wMore1{
    width: 178px;
    height: 48px;
    border:1px solid #c8c8c8;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
}
.wMore1 a{
    display: block;
    height: 48px;
    /*background: url(../images/wMore1.png) 120px center no-repeat;*/
    font-size: 16px;
    color: #666;
}
.wMore1:hover{
    border-color: #428a7b;
}
.wMore1:hover a{
    background: #428a7b;
    color: #fff;
    border-radius: 50px;
}
.contentRight{
    width: 597px;
    position: relative;
}
.contentRight .pic{
    position: relative;
    z-index: 5;
}
.contentRight .pic:after{
    display: block;
    content: "";
    padding-top: 59.9664%;
}
.contentRight .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.contentRight:after{
    display: block;
    content: "";
    position: absolute;
    width: 310px;
    height: 257px;
    background: #cfa972;
    right: -14px;
    bottom: -11px;
    z-index: 1;
}
.contentRight:before{
    display: block;
    content: "";
    position: absolute;
    width: 291px;
    height: 163px;
    background: #428a7b;
    right: -36px;
    bottom: -36px;
    z-index: 2;
}

/*政策法规start*/
.contentLeft1{
    width: 44.1667%;
}
.contentLeft1 .con{
    background: #f5f5f5;
    padding: 28px 20px 52px;
}
.contentLeft1 .con .time{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #999;
}
.contentLeft1 .con .time span{
    color: #666;
}
.contentLeft1 .con .title{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}
.contentLeft1 .con .pic{
    position: relative;
}
.contentLeft1 .con .pic:after{
    display: block;
    content: "";
    padding-top: 56.7623%;
}
.contentLeft1 .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.contentLeft1 .con .more{
    width: 138px;
    height: 36px;
    background: #428a7b url(../images/wMore2.png) center center no-repeat;
}

.contentFR{
    width: 652px;
}
.cont_frDl{
    overflow: hidden
}
.cont_frDl dd{
    height: 158px;
    margin-bottom: 20px;
    background: #fff
}
.cont_frDl dd a{
    display: block;
    padding: 30px;
    transition: all .3s ease-out;
}
.cont_frT{
    font-size: 18px;
    color: #333;
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}
.cont_frT:before{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 5px;
}
.cont_frC{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.cont_frDl dd .text{
    width: 80%;
}
.cont_frTime{
    overflow: hidden
}
.timer01{
    font-size: 20px;
    color: #666
}
.timerIcon{
    width: 31px;
    height: 16px;
    background: url(../images/timerIcon.png) no-repeat center center
}
.cont_frDl dd:hover a{
     transform: translateY(-5px);
 }
.cont_frDl dd:hover .cont_frT{
    color: #428a7b;
}

.wColumnTime{
    width: 100px;
    height: 100px;
    background: #cfa972;
    text-align: center;
    font-size: 20px;
    color: #eee;
    transition: all .3s ease-out;
}
.wColumnTime span{
    display: block;
    margin-bottom: 10px;
}
.wColumnTime i{
    display: block;
    width: 100%;
    height: 16px;
    background: url(../images/timerIcon_h.png) no-repeat center center;

}

.wColDl2 dd:hover .wColumnTime{
    background: #428a7b;
}
.wColDl2 dd:hover .text .title{
    color: #428a7b;
}
/*政策法规end*/
/*党群机构end*/
/* contact start */
.contactMap{
    padding: 15px;
}
.contact dd{
    float: left;
    width: 25%;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.contact .ico{
    width: 70px;
    height: 70px;
    background-position: center center ;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.contact .ico1{background-image: url(../images/contactIco1.png);}
.contact .ico2{background-image: url(../images/contactIco2.png);}
.contact .ico3{background-image: url(../images/contactIco3.png);}
.contact .ico4{background-image: url(../images/contactIco4.png);}
.contact .title{
    font-weight: bold;
    padding-top: 15px;
}
.contact .info{
    padding-top: 15px;
}
/* contact end */
/* message start */
/**
 * 表单
 */
.fromBox{overflow:hidden;}
.fromTip{font-size: 14px;color:#999;overflow: hidden;}
.fromTip em{color:#cc3333;padding-right: 5px;}
.form1{clear:both;}
.form1 dd{padding:10px 0;}
.form1L{width:115px;height:40px;line-height: 40px;text-align: right;vertical-align: top;color: #666;padding:0 10px 0 0;font-size:16px;float:left;}
.form1L em{color:#c00;padding:5px 5px 0 0;font-style:normal;}
.form1Input{width:371px;padding:5px;position:relative;zoom: 1;height:38px;line-height:38px;background: #fff;border: 1px solid #ebebeb;font-size: 14px;color:#888;}
.form1Input[readonly="readonly"]{background: #fafafa;color:#666;}
.form1Input.w400{width:400px;}
.form1Input.w200{width:200px;}
.form1Input.w100{width:100px;}
.codeSrc{margin: 0 0 0 10px;height:40px; cursor: pointer;}
.form1Textarea1{ resize: none; width:400px;height:80px;padding:5px;position:relative;zoom: 1;line-height:20px;background: #fff;border: 1px solid #ebebeb;outline: none;}
.form1Textarea1.w880{width:880px;height:200px;}
.form1R{float:left;}
.form1Bt{overflow:hidden;padding:15px 0 20px 125px;}
.form1Bt a{
    display: block;
    height: 34px;
    background:#428a7b;
    text-align: center;
    line-height: 34px;
    color: #fff !important;
    font-size:16px;
    border-radius: 2px; 
    padding: 10px 74px;
    float:left;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.form1Bt a:hover{opacity: 0.8;}
.form2Bt{text-align: center;}
.form2Bt a{
    display: inline-block;
    width: 150px; 
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background: #cf261f;
}
.form2Bt a.btn2{
    background: #e6e6e6;
    color: #666;
}
.form2 dd{
    float: left;
    display: inline;
    clear: none;
    margin-bottom: 25px;
}
.form2 .form1L{
    height: 50px;
    line-height: 50px;
}
.form2 .form1Input{
    height: 38px;
    line-height: 38px;
    width: 380px;
}
.form2 .codeSrc{
    height: 50px;
}
/**
 * 留言板
 */
.msgTitle{font-size:16px;clear:both;font-weight:bold;color:#000;padding:0 0 10px 0;border-bottom:2px solid #d5d5d5;}
.msgList{clear:both;overflow:hidden;padding:30px 0 0 0;font-size:14px;}
.msgList dd{clear:both;padding:15px 0;overflow:hidden;position:relative;}
.msgTitle{clear:both;line-height:30px;}
.msgTitle span{padding:0 0 0 30px;}
.msgInfo{clear:both;line-height:30px;}
.msgReply{clear:both;line-height:30px; border-top:1px dotted #d5d5d5; margin-top:10px;}
.msgName{width:100px;padding:10px 0 0 0;position:absolute;left:10px;top:10px;}
.msgName strong{display:block;clear:both;font-size:14px;}
.msgName span{display:block;line-height:20px;padding:5px 0 0 0;}
.msgList_r{border:1px solid #d5d5d5;background:#fff;padding:15px;position:relative;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;margin:0 0 0 100px;}
.msgList_jt{width:11px;height:18px;position:absolute;left:-11px;top:20px;background:url(../images/jiantou.jpg) no-repeat;}

/* message end */
/* 招聘列表 start */
.recruit_dl{
    overflow: hidden;
    padding: 20px 45px;
}
.recruit_dl dt{
    background: #f5f5f5;
    overflow: hidden;
}
.recruit_dl span{
    display: block;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color:#666;
    padding: 0px 15px;
    width: 130px;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.recruit_dl dt span{
    font-weight: bold;
}
span.w_300{
    width: 270px;
    text-align: left;
}
.recruit_a{
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.recruit_a:hover{
    background: #942227;
}
.recruit_a:hover span{
    color:#fff;
}
/* 招聘列表 end */
/*发展历程 start*/
.event{
    padding: 40px 60px;
}
.eventBox .bd{
    overflow: hidden;
}
.event_ul1{
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}
.event_ul1 li{
    overflow: hidden;
    min-height: 100px;
}
.event_dl{
    overflow: hidden;
    position: relative;
    padding-top: 78px;
    background: url(../images/eventIco2.png) center top no-repeat;
}
.event_dl dd{
    overflow: hidden;
    padding: 30px 0px;
    position: relative;
    z-index: 3;
}
.eventImg{
    overflow: hidden;
    
}
.eventImg1{
    width: 225px;
    height: 160px;
}
.eventImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.eventCont{
    overflow: hidden;
}
.odd .eventCont{
    float: right;
}
.eventMonth{
    font-size: 18px;
    color:#f8b44f;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    overflow:hidden;
    width: 130px;
}
.eventDeta{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 25px;
    min-height: 100px;
    width: 360px;
}
.event_dl dd.even{
    padding-left:78px;
}
.even .eventImg{
    float: left;
    display: inline;
}
.even .eventImg1{
    float: left;
    display: inline;
    margin-right: 40px;
}
.even .eventMonth{
    padding-right: 75px;
    text-align: right;
    background: url(../images/eventIco1.png) no-repeat right center;
}
.even .eventDeta{
    padding-left: 75px;
}
.event_dl dd.odd{
    padding-right: 79px;
}
.odd .eventImg{
    float: right;
    display: inline;
}
.odd .eventImg1{
    float: right;
    display: inline;
    margin-left: 40px;
}
.eventImg a{
    display:block;
    width: 225px;
    height: 160px;
    position:relative;
    overflow:hidden;
}
.odd .eventMonth{
    padding-left: 75px;
    float: right;
    background: url(../images/eventIco1.png) no-repeat left center;
}
.odd .eventDeta{
    padding-right: 75px;
    text-align: right;
}
.event_dl dt{
    width: 2px;
    height: 100%;
    overflow: hidden;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 52px;
    margin-left: -1px;
    z-index: 1;
}


.event .hd{
    position: relative;
    width: 920px;
    margin: 0 auto;
}
.event .hd:after{
    position: absolute;
    content: '';
    border-bottom: 1px solid #e1e1e2;
    width: 100%;
    left: 0;
    bottom: 6px;
    display: none;
}
.event_dot{
    overflow: hidden;
    position: relative;
    z-index: 9;
    height: 60px;
    padding-top: 50px;
}
.event_dot li{
    float: left;
    width: 185px;
    display: inline;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    transition: 0.4s ease;
    height: 65px;
    line-height: 65px;
}
.event_dot li span{
    display: block;
    margin-left: 3px;
    background: #d9d9d9;
    transition: 0.4s ease;
}
.event_dot li.on span{
    background: #428a7c;
}
.event_dot i{
    display: block;
    background: #e1e1e2;
    width: 9px;
    height: 9px;
    border: 3px solid;
    border-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    transition: 0.4s ease;
    border-radius: 50%;
}
.event_dot li.on i{
    background: #cb0303;
}
.event_dot i:after{
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-left: 1px solid #e1e1e2;
    transition: 0.4s ease;
    margin-left: -1px;
}
.event_dot li.on i:after{
    border-color: #cb0303;
    height: 20px;
}
.event .bt2{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    transition: 0.4s ease;
}
.event .prev{
    left: -50px;
    background: url(../images/prevBt.png) center center no-repeat !important;
}
.event .next{
    right: -50px;
    background: url(../images/nextBt.png) center center no-repeat !important;
}
/*发展历程 end*/

/*健康产业 start*/
.healthList{
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}
.healthList dd{
    position: absolute;
    top: 0;
    left: 0;
    width: 166px;
    height: 136px;
}
.healthList a{
    display: block;
    height: 100%;
    width: 100%;
}
.healthList .dd1{
    left: 518px;
    top: 58px;
}
.healthList .dd2{
    
    left: 518px;
    top: 323px;
}
.healthList .dd3{
    left: 106px;
    top: 599px;
}
.healthList .dd4{
    left: 271px;
    top: 599px;
}
.healthList .dd5{
    left: 436px;
    top: 599px;
}
.healthList .dd6{
    left: 601px;
    top: 599px;
}
.healthList .dd7{
    left: 766px;
    top: 599px;
}
.healthList .dd8{
    left: 931px;
    top: 599px;
}
/*健康产业 end*/

