@charset "utf-8";
/* CSS Document */
/*----------全站共用----------*/
body{ width:100%; height:auto ;margin:0 auto; font-size:14px; padding:0; font-family:"微软雅黑";}
img{ border:0; margin:0; padding:0}
form{ margin:0; padding:0}
ul{ margin:0; padding:0; list-style-type:none;}
li{ margin:0; padding:0; list-style-type:none;}
p{ margin:0; padding:0;}
input{ margin:0; padding:0; vertical-align:middle; outline:none;}
select{ margin:0; padding:0; vertical-align:middle;}

/*----------去虚框代码----------*/
a,area {blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */ 

/*----------全站默认链接样式----------*/
a{ color:#fff; text-decoration:none;cursor: pointer;}
a:hover{text-decoration:none;}


/*----------浮动和清除----------*/
.clear{ clear:both}
.block{ display:block}


/*----------头部----------*/
.header_wrap{
	width: 100%;
	line-height: 40px;
	font-size: 12px;
	background: #dddddd;
	color: #333;
}
.header_left{
	float: left;
}
.header_right{
	float: right;
	margin-left: 6px;
}
.top_wrap{
	width: 100%;
	background: #fff;
	line-height: 120px;
	
}
.top_logo{
	width: 100%;
	height: 50px;
	line-height: 120px;
	margin-top: 35px;
	margin-bottom: 35px;
	z-index: 9999;
	position: relative;
}
.top_logo img{
	width: 100%;
}

 .sub_img_box img
 { 
 	max-width:100%;
 	}

/*----------走进济生----------*/
.zjjj_wrap{
	width: 100%;
	background: #fff;
	margin: 50px 0px;
}
.zjjj_bt{
	width: 100%;
	margin-bottom: 30px;
	
}
.zjjj_bt span{
	margin-left: 5px;
	font-size: 24px;
	color: #07b6c9;
	line-height: 30px;
	font-weight: bolder;
	position: relative;
	top:-3px;
}
.zjjj_nr{
	width: 100%;
	line-height: 26px;
	color: #333;
	text-align: justify;
	margin-bottom: 30px;
}
.ckgd_btn{
	width: 120px;
	height: 34px;
	color: #333;
	margin: 0 auto;
	display: block;
	background: #ececec;
	text-align: center;
	line-height: 34px;
	border-radius: 20px;
}

.ckgd_btn a{
	width: 120px;
	height: 34px;
	display: block;
	color: #333;
}
.ckgd_btn a:hover{
	width: 120px;
	height: 34px;
	display: block;
	color: #fff;
}
.ckgd_btn:hover{
	width: 120px;
	height: 34px;
	display: block;
	color: #fff;
	transition: all 0.5s;
	background: #07b6c9;
}

.zjjj_tu{
	width:100%;
	float: right;
	overflow: hidden;  
}

.zjjj_tu img{
	cursor: pointer;  
    transition: all 0.6s;  
}

.zjjj_tu img:hover{
	transform: scale(1.2);  
}
/*----------新闻资讯----------*/

.news_wrap{
	width: 100%;
	padding: 50px 0px;
	background: url(../images/news_bg.jpg) repeat center;
}

.lm_wrap{
	width: 100%;
	font-size: 24px;
	color: #07b6c9;
	text-align: center;
	line-height: 30px;
	font-weight: bolder;
}
.lm_tb img{
	width:27px;
	height: 27px;
	line-height: 30px;
	margin: 0 auto;
}
.lm_wrap p{
	width: auto;
	text-align: center;
	position: relative;
}
.lm_wrap p:before{
	content: "";
    width: 50px;
    height: 1px;
    position: absolute;
	top: 16px;
	left: 50%;
	margin-left:-120px;
    background: #07b6c9;
}

.lm_wrap p:after{
	content: "";
    width: 50px;
    height: 1px;
    position: absolute;
	top: 16px;
	right: 50%;
	margin-right:-120px;
    background: #07b6c9;
}

.news_tu{
	width: 100%;
	position: relative;
	margin-top: 30px;
	overflow: hidden;  
}


.news_tu img{
	cursor: pointer;  
    transition: all 0.6s;  
}

.news_tu img:hover{
	transform: scale(1.2);  
}

.news_date{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	left: 20px;
	background: #07b6c9;
	color: #fff;
}

.news_date p{
	width:60px;
    line-height: 35px;
	font-size: 30px;
	text-align: center;
}

.news_date span{
	width: 50px;
	padding-top: 3px;
	margin-left: 6px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	border-top:#fff 1px solid;
}


.news_tu_wrap{
	width:calc(100% - 20px);
	height: 30%;
	padding: 10px 20px;
	position: absolute;
	bottom: 0px;
	background: rgba(255,255,255,0.7);
}

.news_tu_wz{
	width: 100%;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	font-weight: bolder;
	display:block;
	word-break:keep-all; 
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.news_tu_nr{
	width:100%;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: justify;
}

.news_nr_wrap{
	width:100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.news_nr1{
	width: 100%;
	height: 100px;
	margin-bottom: 30px;
	border-bottom: #dddddd 1px solid;
	
}
.news_nr1_date{
	width:80px;
	height: auto;
	float: left;
	color: #aaaaaa;
	text-align: center;
	font-size: 60px;
	line-height: 48px;
}
.news_nr1_date span{
	font-size: 19px;
	float: left;
	margin-left: 2px;
} 

.news_nr1_wz{
	float: right;
	margin-left: 20px;
	
	margin-bottom: 10px;
	width:calc(100% - 100px);
	text-align: justify;
}
.news_nr1_wz_title{
	font-weight: bolder;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_nr1_wz a{
	color: #333333;
	
}
.news_nr1_wz a:hover{
	color: #07b6c9;
	
}
.news_nr1_wz span{
	color: #666;
	font-size: 12px;
	text-align: justify;
	line-height: 22px;
}
/*----------产品中心----------*/
.product_box{
	width: 100%;
	padding: 50px 0px;
	background: #fff;
}


.tab_wrap{
	text-align:center;
	margin:30px auto;
	}

.tab_btn{
	width:auto;
	display:inline-block;
	color:#333;
	background: #dddddd;
	line-height:30px;
	margin:0px 10px;
	border-radius:20px;
	}
.tab_btn a{
	color:#333;
	display:inline-block;
	background: #dddddd;
	width:auto;
	line-height:30px;
	height:30px;
	padding:0px 20px;
	border-radius:20px;
	}
.tab_btn a:hover{
	width:auto;
	display:inline-block;
	line-height:30px;
	padding:0px 20px;
	color:#fff;
	background: #07b6c9;
	height:30px;
	border-radius:20px;
	}

.tab_btn.clicked a{
	width:auto;
	color:#fff;
	display:inline-block;
	background: #07b6c9;
	border-radius:20px;
	padding:0px 20px;
}


.product_tu_wrap{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom: 30px;
}
.product_tu_pic{
	width:100%;
	height:auto;
}
.product_tu_pic img{
	width:100%;
	height:auto;
}
.product_tu_text1{
	height:30px;
	background-color:rgba(7,182,201,0.5);
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	position:absolute;
	width:100%;
	left:0;
	bottom:5px;
	opacity:1;
	transition:all 0.3s;
}
.product_tu_text1 h1{
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
}
.product_tu_text2{
	opacity: 0;
	position:absolute;
	width:100%;
	height:98%;
	left:0;
	top:0;
	background-color:rgba(7,182,201,0.5);
	transition: all 0.3s;
	text-align: center;
	box-sizing: border-box;
	padding-top:70px;
	cursor: pointer;
}
.product_tu_text2 h2{
	font-size: 60px;
	color:#fff;
	line-height: 60px;
	text-align: center;
}
.product_tu_text2 h3{
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	margin-top:20px;
}

.product_tu_wrap:hover .product_tu_text1{
	opacity: 0;
	transition: all 0.4s;
}
.product_tu_wrap:hover .product_tu_text2{
	opacity: 1;
	transition: all 0.4s;
}
/*----------水墨背景----------*/
.shuimo_box{
	width: 100%;
	height: auto;
}
.shuimo_bg{
	width: 100%;
	height: 135px;
	background-size: cover; 
}


/*----------底部----------*/

.footer_wrap{
	width: 100%;
	height: auto;
	padding: 30px 0px;
	background: #dddddd;
}

.footer_logo{
	width: 100%;
	padding: 60px 0px 50px;
}

.footer_xbt{
	width: 100%;
	height: auto;
	color: #333;
	font-size: 15px;
	font-weight: bolder;
	line-height: 20px;
	margin-bottom: 20px;
}
.footer_dz{
	width:100%;
	height: auto;
	line-height: 21px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.footer_ewm{
	width: 100%;
	height: auto;
	color: #333;
	font-size: 15px;
	font-weight: bolder;
	line-height: 20px;
	margin-top: 8px;
	text-align: center;
}
.footer_map{
	width:100%;
	height: auto;
}

.footer_bq{
	width:100%;
	height: auto;
	line-height: 40px;
	background: #07b6c9;
	color: #fff;
	font-size: 12px;
}

.footer_bq_left{
	float:left;
}

.footer_bq_right{
	float:right;
}

/*----------二级页banner----------*/
.ej_bg02{
	
	background-size: cover; 
	padding:119px 0 100px 0;
}
.ej_bg03{
	background:url(../images/ej_banner2.jpg) center top; 
	background-size: cover; 
	padding:119px 0 100px 0;
}
.ej_bg04{
	background:url(../images/ej_banner3.jpg) center top; 
	background-size: cover; 
	padding:119px 0 100px 0;
}
.ej_bg05{
	background:url(../images/ej_banner4.jpg) center top; 
	background-size: cover; 
	padding:119px 0 100px 0;
}
.ej_bg06{
	background:url(../images/ej_banner5.jpg) center top; 
	background-size: cover; 
	padding:119px 0 100px 0;
}
.ej_bg07{
	background:url(../images/ej_banner6.jpg) center top; 
	background-size: cover; 
	padding:119px 0 100px 0;
}
.ej_title_h2{
	font-size:42px; 
	color:#07b6c9; 
	text-align: center;
	margin: 0 0 15px 0; 
	font-weight:bolder;
}
.ej_title_con{
	text-align: center;
	color: #555; 
	line-height:40px; 
	font-size: 26px;
}

.ej_nav_wrap{
	width:100%;
	height:auto;
	margin: 30px 0px;
	background: #fff;
	line-height: 40px;
	color: #333;
}
.ej_nav_bg{
	width:100%;
	line-height: 40px;
	background: #eee;
}
.ej_nav_bt{
	line-height: 40px;
	float: left;
	padding-left: 10px;
}
.ej_nav_wz{
	line-height: 40px;
	float: right;
	padding-right: 10px;
}
.ej_nav_wz a{
	color: #333;
}
.ej_nav_wz a:hover{
	color: #07b6c9;
}
/*----------二级页内容----------*/
.ej_nr_wrap{
	width: 100%;
	padding: 0px 0px 30px;
	background: #fff;
}

.about_box{
	line-height:34px;
	margin-bottom:30px;
	color:#555;
	font-size:14px;
	text-align:justify;
}
.about_box strong{
	font-size: 15px;
	color: #333;
}
.ej_nr_box{
	line-height:24px;
	font-size:14px;
	text-align:justify;
}
.ej_nr_right{
	width: 100%;
	height: auto;
	padding-left: 295px;
}



.ej_tu_box a {
    font-size: 14px;
    color: #555;
	display:block;
	word-break:keep-all; 
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	
}
/*.ej_tu_box img{
	cursor: pointer;  
    transition: all 0.6s;  
}
.ej_tu_box img:hover{
	transform: scale(1.2);  
}*/
.ej_tu_box a figcaption {
    text-align: center;
	margin:15px 0px;
}

.ej_tu_box a figcaption:hover{
	color:#07b6c9;
}

.page_box{
	width: 100%;
	text-align: center;
}



/*----------详情页内容----------*/
.ej_xqy_box{
	line-height:24px;
	font-size:14px;
	text-align:justify;
}


.ej_title {
    font-size: 24px;
    color: #333;
    font-weight:bolder;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 30px;
    text-align: center;
	margin-bottom: 30px;
}

.ej_nr_wz{
	color:#666;
	margin-top:30px;
	margin-bottom: 20px;
	line-height:24px;
	font-size:14px;
	text-align:justify;
}

.xqy_information{
	text-align: center;
    margin-bottom: 30px;
	color:#555;
	font-size: 16px;
	}	
.xqy_information span{
	color:#07b6c9;
	}	
.xqy_information a{
	color:#07b6c9;
}	
.page_box2 {
    border-top: 1px dashed #ccc;
    margin-top: 30px;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}	
.page_box2 a {
    color: #666;
}
.ej_nr_list{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	border-bottom: #ccc 1px dashed;
	margin-bottom: 20px;
}
.ej_nr_list2{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: #ccc 1px dashed;
	margin-bottom: 30px;
}
.ej_nr_tu{
	width:275px;
	height: 206px;
	margin-bottom: 10px;
	float: left;
}
.ej_nr_bt{
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 18px;
	color: #07b6c9;
	font-weight: bolder;
	/*margin-bottom: 10px;
	margin-top: 10px;*/
}
.ej_nr_bt a{
	color: #07b6c9;
}

/*
.ej_nr_bt a:hover{
	color: #07b6c9;
}
*/

.ej_bt_date{
	width:100%;
	/*padding: 5px 10px;*/
	font-size: 16px;
	color: #07b6c9;
	/*background: #07b6c9;*/
	line-height: 28px;
	border-radius: 5px;
	font-weight: bolder;
}
.ej_bt_nr{
	width:100%;
	font-size: 16px;
	color: #666;
	line-height: 30px; 
	margin-top: 10px;
	margin-bottom: 10px;
}

/*----------联系我们----------*/
.contact_box{
	height: auto;
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
}
.contact_box img{
	margin-bottom: 20px;
}
.contact_box span{
	line-height: 40px;
	
}
.left-box{
	/*border: 1px solid #0383D6;
	border-radius: 10px;*/
	overflow: hidden;
}

/*----------二级左侧导航----------*/
.left-top{
	height: 100px;
	background-image: url(../images/left-bg.jpg);
	background-repeat:no-repeat ;
	background-position: center;
	background-size:cover ;
	font-size: 24px;
	color: #07b6c9;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
}
.left-list{
	display: block;
	height: 50px;
	padding: 0 20px;
	border-top:1px solid #e5e5e5;
	color: #07b6c9;
}
.left-list-box:last-child{
	border-bottom:1px solid #e5e5e5;
}
.left-list span{
	float: left;
	line-height: 50px;
	font-size: 16px;
}
.left-list i{
	float: right;
	line-height: 50px;
	font-size: 16px;
	font-weight:bold;
}
.left-list a:hover{
	color: #FFFFFF  ;
}
.left-list:hover{
	background-color: #07b6c9;
	color: #FFFFFF ;
	display:block;
}

.left-list-box ul{
	display: none;
	padding: 0 20px;
	border-top:1px solid #e5e5e5;
	cursor: pointer;
}
.left-list-box ul li{
	line-height: 38px;
	font-size: 15px;
	color: #4c4c4c;
	border-bottom: 1px #e5e5e5 dashed;
	display: block;
	cursor: pointer;
}
.left-list-box ul li:last-child{
	border: none;
}
.left-list-box ul li a{
	color: #4c4c4c;	
	display: block;
	cursor: pointer;
}
.left-list-box ul li .c-blue{
	color: #07b6c9;
}
.left-list-box ul li a span{
	margin:0 10px;
}
.left-list-box ul li:hover a{
	color: #07b6c9;
}
.left-bottom{
	height: 140px;
	
	background-repeat:no-repeat ;
	background-position: center;
	background-size:cover ;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.left-wz{
	padding: 20px;
		
}
.left-wz h1{
	font-size: 20px;
	color: #07b6c9;
	font-weight: bold;
	text-align: center;
	font-family: "微软雅黑";
	margin-top: 0px;
}
.left-wz p{
	font-size: 18px;
	color: #07b6c9;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
}
.left-nav{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.pic-center{
	display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*----------二级综述----------*/
.ej_zs_wrap{
	width: 100%;
	height: auto;
	line-height: 26px;
	margin-bottom: 30px;
}
.ej_zs_wrap h3{
	width: 100%;
	height: auto;
	line-height: 25px;
	color: #07b6c9;
	font-weight: bold;
}
.ej_zs_wrap strong{
	width:100%;
	height: auto;
	line-height: 24px;
	font-size: 16px;
}

















/*点击向上按钮*/
.top_btn{display: block; background: #999; color:#fff; font-size: 20px; width: 50px; text-align: center; line-height: 50px; position: fixed; right:30px; bottom: 50px; border-radius: 3px;}
.top_btn:hover{ color:#fff; background: #07b6c9;}





@media screen and (max-width: 1199px) {
#cssmenu > ul > li > a {
  /*padding:30px 14px;*/
  padding-top: 8px;
}
.zjjj_bt{
  margin-bottom: 5px;
}	
.zjjj_nr{
	line-height: 20px;
	margin-bottom: 10px;
}	
.shuimo_bg{
	width: 100%;
	height: 110px;
	
	background-size: cover; 
}
.news_tu_wrap{
	height: 42%;
}	
.news_nr1{
	height: 120px;
	margin-bottom: 15px;
}	
.left-bottom
{	
	display:none;
	}	
.left-box
{
	margin-bottom: 20px;
	}
}


@media screen and (max-width: 960px) {

.shuimo_bg{
	width: 100%;
	height: 100px;
	background-size: cover; 
}
	
	
	
	
	
}
@media screen and (max-width: 768px) {
.zjjj_nr{
	line-height: 30px;
}	
.zjjj_tu{
	margin: 30px 0px;
}
.news_tu_wrap{
	height: 18%;
}
.shuimo_bg{
	width: 100%;
	height: 90px;
	background-size: cover; 
}
.footer_xbt{
	font-size: 20px;
}	
.footer_dz{
	font-size: 16px;
	line-height: 26px;
}
	
.footer_logo{
	padding: 10px 0px 20px;
}	
.footer_dz{
	margin-bottom: 30px;
}	
	
.left-bottom {
    margin-top: 20px;
	margin-bottom: 30px;
}	
.about_box {
	padding: 0px 10px;
}
.ej_nr_wz {
   padding: 0px 15px;
}	
.center-block {
	padding: 0px 10px;
}
.page_box2 {
	padding: 10px 10px;
}
	
	
}





@media screen and (max-width: 414px) {
.top_logo{
	width: 70%;
	height: 50px;
	line-height: 120px;
	margin-top: 35px;
	margin-bottom: 35px;
	z-index: 9999;
	position: relative;
}
	
	
.header_left{
	width: 100%;
	text-align: center;
	line-height: 26px;
}	
.header_right{
	width: 100%;
	text-align: center;
	line-height: 26px;
}	
.zjjj_bt span{
	font-size: 20px;
}
#cssmenu {
    line-height: 120px;
    margin: -74px 0px 10px !important;
    margin-left: -34px;
}	
#cssmenu > ul > li {
    float: left;
    margin-left: -5px!important;
    margin-right: 0px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  /*margin: 0;*/
  margin-left: 6px;
  list-style: none;
  line-height: 0 !important;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
}	
#cssmenu #menu-button::after {
	content: '';
	position: absolute;
	top: 4px!important;
	right: 20px;
	display: block;
	width: 15px;
	height: 1px;
	background: #000000;
}
#cssmenu #menu-button::before {
	content: '';
	position: absolute;
	top: 8px!important;
	right: 20px;
	display: block;
	width: 15px;
	height: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.block_home_slider .flex-control-paging {
    display: inline-block;
    position: relative;
    top: -25px!important;
}	
.zjjj_wrap{
	margin: 20px 0px;
}
.news_date {
    top: 10px;
}
.news_tu_wrap {
    height: 46%;
}
.news_nr1 {
    height: 170px;
    margin-bottom: 15px;
}
.shuimo_bg{
	width: 100%;
	height: 65px;
	background-size: cover; 
}
.footer_xbt{
	font-size: 18px;
}	
.footer_dz{
	font-size: 14px;
	line-height: 22px;
}	
.footer_map {
    width: 50%;
    height: auto;
}	
.footer_ewm {
	width: 50%;
}
.footer_bq_left{
	width: 100%;
	text-align: center;
}

.footer_bq_right{
	width: 100%;
	text-align: center;
}	
.ej_bg02{
	padding:20px 0px;
}
.ej_bg03{
	padding:20px 0px;
}
.ej_bg04{
	padding:20px 0px;
}
.ej_bg05{
	padding:20px 0px;
}
.ej_bg06{
	padding:20px 0px;
}
.ej_bg07{
	padding:20px 0px;
}
.ej_title_h2{
	font-size:30px; 
	color:#07b6c9; 
	text-align: center;
	margin: 0 0 15px 0; 
	font-weight:bolder;
}
.ej_title_con{
	text-align: center;
	color: #555; 
	line-height:30px; 
	font-size: 20px;
}	
.ej_nr_tu{
	position: initial;
    width: 100%;
    height: auto;
}	
.ej_nr_right{
	padding-left: 10px;
    padding-right: 10px;
}
	
	
	
}

@media screen and (max-width: 375px) {
.news_tu_wrap {
    height: 51%;
}
.news_nr1 {
    height: 190px;
    margin-bottom: 15px;
}	
	
	
	
}




@media screen and (max-width: 320px) {
	
.news_tu_wrap {
    height: 18%;
}
.news_nr1 {
    height: 240px;
    margin-bottom: 15px;
}	
.news_tu_nr{
	display: none;
}	
.news_tu_wz{
	font-size: 14px;
}
	
	
	
	
	
}


.new_pagenav a{
	display:inline-block; 
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;	
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	text-decoration:none;
	color:#666;
	}
	
	
.new_pagenav a.active{
	color:#fff;
	background:#07b6c9;
	border:1px solid #07b6c9;
	}
.zhong
{
	padding:5px 10px;
	font-size:12px;
	color:#fff;
	background:#07b6c9;
	border:1px solid #07b6c9;
	}
.new_pagenav a:hover{
	color:#07b6c9;
	background:#f4f4f4;
	}
	
.new_pagenav a.last_a{
	border-right:1px solid #ddd;
} 






























