﻿/* CSS Document */
*{list-style:none;outline:none;font-family:Arial,"微软雅黑", sans-serif,"Helvetica Neue", Helvetica;border:none;color:#333;padding:0;margin:0;}
body{overflow-x:hidden;}
a{text-decoration:none;}
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0;)}
 a img{border:0;}
li{list-style:none;}
.cont{width:1200px; margin:0 auto;}
.clear{clear:both;}
.black{color:#000 !important;}
html,body{height:100%;overflow-x:hidden;}

/***************** head*****************/
.index-top{
	height:40px;
	padding:10px 0;
	background-color:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	box-sizing: border-box;
}
.index-top-l{
	float:left;
	font-size:14px;
  	letter-spacing: 0.5px;
	line-height:20px;
	color:#666;
}
.index-top-r{
	float:right;
	display:block;
	padding-left:20px;
	font-size:12px;
  	letter-spacing: 0.5px;
	line-height:20px;
	color:#666;
	background:url(../images/index_top.png) no-repeat left center;
	background-size:13px;
}
.index-head{
	z-index:900;
	height:80px;
}
.logo-box{
	float:left;
	z-index:999;
}
.logo img{
	margin-top:15px;
}
.logo .logo01{
	width:292px;
	display:block;
}
.logo .logo02{
	width:auto;
	display:none;
}
.nav-btn,
.mb-nav-tit,
.mb-nav-close{display:none;}
.nav-box{
	float:right;
	width:calc(100% - 380px);
	height:100%;
	z-index:999;
}
.nav-list{
	width:100%;
	height:100%;
	box-sizing:border-box;
	border-left:1px solid #dcdcdc;
}
.nav-list>li{
	float:left;
	width: 14.28%;
	height:100%;
	border-right:1px solid #dcdcdc;
	border-top:1px solid transparent;
	box-sizing:border-box;
	text-align: center;
	transition: all 0.4s ease 0s;
}
.nav-list>li>a{
	font-size:16px;
	line-height:80px;
	color:#333;
	font-family:"微软雅黑",Arial, sans-serif,"Helvetica Neue", Helvetica;
}
.nav-list>li:hover,
.nav-list>li.on {
	border-top:1px solid #0189ff;
}
@media(max-width:1229px){
  .nav-box{width:calc(100% - 320px);}
  .nav-list>li>a{font-size:15px;}
}
@media(max-width:999px){
	.logo .logo01{display:none;}
	.logo .logo02{display:block;}
 	.nav-box{width:calc(100% - 100px);}
}


@media (max-width:769px) {
	.index-top{display:none;}
	.index-head{position:relative;}
	.logo-box{
		width:100%;
	}
	.logo{
		float:left;
	}

	.nav-btn {
		display:block;
	  float:right;
    width: 40px;
    height: 40px;
		margin-top:20px;
    z-index:2000;
		background:url(../images/nav_btn01.png) no-repeat center;
	}
	.nav-box{
		position:absolute;
		width:250px;
		height:100%;
		top:0;
		right:-300px;
		background-color:#333;
		transition:.5s;
	}
	.mb-nav-tit{
		display:block;
		font-size:16px;
		font-weight:bold;
		line-height:20px;
		padding:15px 0;
		color:#999;
		text-align:center;
	}
	.mb-nav-close{
		display:block;
		font-size:15px;
		line-height:20px;
		padding:15px 0 15px 15px;
		color:#ddd;
		background:#2b2b2b url(../images/close.png) no-repeat 222px center;
		cursor:pointer;
	}
	.nav-list{
		float:none;
		width:100%;
		z-index:2000;
		background-color:#333;
		border:0;
	}
	.nav-list>li{
		float:none;
		width:100%;
		height:auto;
		position:relative;
		text-align:left;
		padding:0;
		border-right:none;
		border-top:none;
		background-color:#333;
	}
	.nav-list>li>a{
		display:block;
		width:100%;
		font-size:15px;
		line-height:20px;
		height:auto;
		padding:15px 0 15px 15px;
		color:#ddd;
		border-bottom:1px solid #2b2b2b;
	}
	.nav-list>li:hover,
	.nav-list>li.on {border-top:none;}
	.nav-list>li>a:hover{
		background:#0189ff;
		color:#ddd;
	}
}	


/*index*/
/* 高亮导航部分 */
.osSlider-main img{width:100%;}
.osSlider-main .slider-nav { position: absolute; right:2%; height: 22px; bottom: 20px; text-align: center; z-index: 25;}
.osSlider-main .slider-nav li { display: inline-block; height: 20px; line-height: 20px; padding: 0 6px; margin: 0 12px; font-size: 12px; color: #3498db; border: 1px solid #3498db; background: none; cursor: pointer;}
.osSlider-main .slider-nav li.active { color: #fff; background: #3498db;}
.osSlider-main .slider-nav li:hover { border: 1px solid #3498db; background: #3498db; color:#fff;}

/***************** banner*****************/
.flexslider{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	zoom:1;
}
.flex-viewport{
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}
.flexslider .slides{
	zoom:1;
	width:100%;
}
.slides img{
	display:block;
	width:100%;
}
.flex-direction-nav a{
	width:33px;
	height:67px;
	overflow:hidden;
	margin:-33px 0 0;
	font-size:0;
	display:block;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
	right:100px;
	background:url(../images/arrow_right.png) no-repeat center;
}
.flex-direction-nav .flex-prev{
	left:100px;
	background:url(../images/arrow_left.png) no-repeat center;
}
.flexslider:hover .flex-next{
	opacity:0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev{
	opacity:0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover 
.flex-next:hover, 
.flexslider:hover .flex-prev:hover{
	opacity:1;
	filter:alpha(opacity=50);
}
.flex-control-nav{
	width:100%;
	position:absolute;
	bottom:60px;
	text-align:center;
}
.flex-control-nav li{
	margin:0 5px;
	display:inline-block;
	zoom:1;
}
.flex-control-paging li a{
	display:block;
	width:14px;
	height:14px;
	border:1px solid #6e6e6e;
	border-radius:50%;
	font-size:0;
	cursor:pointer;
}
.flex-control-paging li a.flex-active{background-color:#6e6e6e;}
@media (max-width: 1839px) {
	.flex-direction-nav .flex-next{right:60px;}
	.flex-direction-nav .flex-prev{left:60px;}
	.flex-control-nav{bottom:50px;}
}
@media (max-width: 1389px) {
	.flex-direction-nav .flex-next{right:40px;}
	.flex-direction-nav .flex-prev{left:40px;}
	.flex-control-nav{bottom:30px;}
}
@media (max-width: 1119px) {
	.flex-direction-nav .flex-next{right:20px;}
	.flex-direction-nav .flex-prev{left:20px;}
	.flex-control-nav{bottom:15px;}
}
@media (max-width: 900px) {
	.flex-direction-nav .flex-next{
		right:10px;
		background-size:cover;
	}
	.flex-direction-nav .flex-prev{
		left:10px;
		background-size:cover;
	}
	.flex-control-nav{bottom:10px;}
	.flex-direction-nav a{
		width:20px;
		height:40px;
		margin:-20px 0 0;
	}
	.flex-control-paging li a{
		width:10px;
		height:10px;
	}
}
@media (max-width: 480px) {
	.flex-control-nav{bottom:0;}
}
/*********关于*************/	
.in_about{
	padding:30px 0;
	background-color:#f5f5f5;
}
.in_about_l{
	float:left;
	width:65%;
	font-size:16px;
	line-height:24px;
	color:#666;
}
.in_about_r{
	float:right;
	display:block;
	width:170px;
	height:40px;
	margin-top:4px;
	font-size:16px;
	line-height:40px;
	color:#fff;
	background-color:#0189ff;
	text-align: center;
	text-decoration: none;
}
.in_about_r:hover{
	background-color:#4b5056;
}

.in_about_list{padding:60px 0;}
.in_about_list ul{
	box-shadow:0 0 20px 1px rgba(0,0,0,.2)
}
.in_about_list li{
	float:left;
	width:calc(100% / 3);
}
.in_about_list li:nth-of-type(2){
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	box-sizing: border-box;
}
.in_about_pic img{
	display:block;
	width:100%;
}
.in_about_info{
	padding:50px 20px 40px;
}
.in_about-tit{
	display:block;
	width:100%;
	height:35px;
	line-height:20px;
	font-size:20px;
	background:url(../images/line01.png) no-repeat left bottom;
}
.in_about_des{
	display:block;
	width:100%;
	font-size:16px;
	color:#666;
	line-height:24px;
	height:72px;
	margin:30px 0 30px;
}
.in_about_more{
	display:inline-block;
	font-size:15px;
	line-height:30px;
	height:30px;
	color:#999;
	border-bottom:1px solid #999;
}
.in_about_more:hover{
	color:#0189ff;
	border-bottom: 1px solid #0189ff;
}
@media(max-width:1229px){
	.in_about_l{font-size:15px;}
	.in_about_des{font-size:15px;}
	.in_about_more{font-size:14px;}
}
@media(max-width:769px){
    .in_about_l{
        float:none;
        width:100%;
        font-size:14px;
    }
    .in_about_r{
        float:none;
        margin-top:20px;
        font-size:14px;
    }
    .in_about_list ul{
        box-shadow:none;
    }
    .in_about_list li{
        float:none;
        width:100%;
        margin-bottom:20px;
        border:1px solid #dcdcdc;
        box-sizing: border-box;
        box-shadow:0 0 20px 1px rgba(0,0,0,.2);
    }
    .in_about_info{
        padding:20px 15px;
    }
    .in_about_des{
        height:auto;;
        margin:20px 0 20px;
    }
	.in_about_list{padding:40px 0;}
}
/*********产品*************/	
.in_product{
	padding:60px 0;
	background:#0189ff url(../images/in_pro_bg.jpg) no-repeat center;
}
.in_product_tit{
	width:100%;
	height:70px;
	text-align:center;
	background:url(../images/line02.png) no-repeat center bottom;
	margin-bottom:40px;
}
.in_product_tit h2{
	font-size:28px;
	line-height:30px;
	color:#fff;
	font-weight:600;
}
.in_product_tit h3{
	font-size:16px;
	line-height:30px;
	color:#fff;
	font-weight:normal;
}
.inpp_left{
	width:22%; 
	float:left;
}
.inpp_lf_bg{
	width:100%;
	height:80px;
	background:url(../images/inpp_left_bg.jpg) no-repeat center;
	border-radius:6px 6px 0 0; 
	padding:20px 20px 20px 25px;
	box-sizing: border-box;
}
.inpp_lf_tit{
	width:100%;
	height:100%;
	background:url(../images/inpp_left_icon.png) no-repeat right center;
}
.inpp_lf_tit h4{
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
}
.inpp_lf_tit h5{
	font-size:15px;
	font-weight:normal;
	line-height:15px;
	color:#fff;
	margin-top:5px;
}
.inpp_lf_list{width:100%;}
.inpp_lf_list li{
	width:100%;
	padding:15px 20px 15px 25px; 
	box-sizing:border-box;
	background-color:#fff;
	border-bottom: 1px solid #dcdcdc;
}
.inpp_lf_list li a{
	display:block;
	width:100%;
	font-size:15px; 
	line-height:19px;
	color:#666;
	padding-right:10px;
	box-sizing:border-box;
	background:url(../images/inpp_lf_arrow01.png) no-repeat right center;
}
.inpp_lf_list li:hover a, .inpp_lf_list li.on a{
	color:#0189ff;
	background:url(../images/inpp_lf_arrow02.png) no-repeat right center;
}
.inpp_lf_more{
	display:block;
	width:100%;
	height:50px;
	font-size:16px;
	line-height:50px;
	text-align: center;
	color: #fff;
	background:#333;
}
.inpp_right{
	width:76%; 
	float:right; 
}
.inpp_list{
	width:100%; 
	height:auto;
}
.inpp_list li{
	width:32%; 
	margin-right:2%;
	margin-bottom:30px; 
	float:left;
	position:relative;
}
.inpp_list li:nth-child(3n){margin-right:0;}
.inpp_img{
	width:100%; 
	height:200px; 
	overflow:hidden;
}
.inpp_img img{
	width:100%; 
	height:200px;
}
.inpp_title{
	position:absolute;
	width:100%; 
	height:50px;
	left:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	color:#fff;
	font-size:16px;
	line-height:50px;
	text-align:center;
	overflow:hidden;
}
.inpp_list li:hover .inpp_img img{
	transform:scale(1.2,1.2); 
	transition-duration:2s;
}	
@media(max-width:1229px){
  .inpp_title{
      font-size:15px;
  }
}
@media(max-width:999px){
	.inpp_lf_bg{
		height:50px;
		padding:10px 10px 6px 10px;
	}
	.inpp_lf_tit h4{
		font-size:16px;
		line-height:16px;
	}
	.inpp_lf_tit h5{
		font-size:13px;
		line-height:13px;
	}
	.inpp_lf_list li{
		padding:8px 10px 8px 10px; 
	}
	.inpp_lf_list li a{
		font-size:14px; 
		line-height:18px;
	}
	.inpp_lf_more{
		height:30px;
		font-size:14px;
		line-height:30px;
	}
	.inpp_img{
		height:140px; 
	}
	.inpp_img img{
		eight:140px;
	}
	.inpp_list li{margin-bottom:28px;}
	.inpp_title{
		height:40px;
		line-height:40px;
		font-size:14px;
		white-space:nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding:0 5px;
		box-sizing:border-box;
	}
}	
@media(max-width:769px){
	.inpp_left,
	.inpp_right{
		width:100%; 
		float:none;
	}
	.inpp_lf_bg{display:none;}
	.inpp_lf_more{display:none;}
	.inpp_lf_list{margin-bottom:20px;}
	.inpp_lf_list li{
		float:left;
		width:32%;
		height:40px; 
		padding:0 5px;
		text-align:center;
		background-color:rgba(255,255,255,.2);
		border: 1px solid #fff;
		border-radius:6px; 
		margin-bottom:10px;
	}
	.inpp_lf_list li:nth-of-type(3n-1){
		margin-left:2%;
		margin-right:2%;
	}
	.inpp_lf_list li a{
		display:block;
		width:100%;
		height:100%;
		font-size:15px; 
		line-height:38px;
		color:#fff;
		padding-right:0;
		box-sizing:border-box;
		background:none;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
	}
	.inpp_lf_list li:hover, .inpp_lf_list li.on{
		color:#0189ff;
		background:rgba(1,137,255,.6);
	}
	.inpp_lf_list li:hover a, .inpp_lf_list li.on a{
		color:#fff;
	}
	.inpp_img,
	.inpp_img img{
		height:auto;
	}
	.inpp_list li{
		margin-bottom:20px;
	}
	.in_product{padding:40px 0;}
}	
@media(max-width:450px){
	.inpp_lf_list li a{
		font-size:14px; 
	}
	.inpp_list li{
		width:49%; 
		margin-right:0;
	}
	.inpp_list li:nth-child(3n){margin-right:0;}
	.inpp_list li:nth-child(2n-1){margin-right:2%;}
}	

/*********新闻*************/		
.in_news{
	padding:60px 0;
	background:#fafafa url(../images/in_news_bg.png) no-repeat center;
}	
.in_news_left{
	float:left;
	width:48%;
}
.in_news_right{
	float:right;
	width:48%;
}
.in_news_tit{
	width:100%;
	height:35px;
	background:url(../images/line01.png) no-repeat left bottom;
	margin-bottom:40px;
} 
.in_news_tit h3{
	font-size:22px;
	color:#333;
	line-height:35px;
	font-weight:normal;	
}
.in_news_tit a{
	float:right;
	display:inline-block;
	font-size:14px;
	line-height:14px;
	height:14px;
	padding-bottom:8px;
	margin-top:6px;
	color:#999;
	border-bottom:1px solid #999;
}
.in_news_tit a:hover{
	color:#0189ff;
	border-bottom:1px solid #0189ff;
}
.in_news_pic{margin-bottom:20px;}
.in_news_pic img{
	display:block;
	width:100%;
}
.in_news_list li,
.in_cont_list li{
	width:100%;
	height:50px;
	line-height:30px;
	padding:10px 0 10px 28px;
	background:url(../images/line03.png) no-repeat left center;
	border-bottom:1px dashed #dedede;
	overflow:hidden;
	box-sizing: border-box;
}
.inns_left{
	float:left;
	width:calc(100% - 100px);
	height:30px;
	font-size:16px;
	line-height:30px;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.inns_time{
	float:right;
	font-size:14px;
	color:#999;
	line-height:30px;
}
@media(max-width:1229px){
	.in_cont_list li,
	.inns_left{
      font-size:15px;
 	}
 
}
@media(max-width:999px){
	.in_cont_list li,
	.inns_left{
      font-size:14px;
 	}
}
@media(max-width:769px){
	.in_news_left{
		float:none;
		width:100%;
		margin-bottom:40px;
	}
	.in_news_right{
		float:none;
		width:100%;
	}
	.in_news_tit{
		margin-bottom:20px;
	} 
	.in_news_list li,
	.in_cont_list li{
		height:40px;
		line-height:20px;
		padding:10px 0 10px 28px;
	}
	.inns_left{
		height:20px;
		line-height:20px;
	}
	.inns_time{
		font-size:13px;
		line-height:20px;
	}
	.in_news{padding:40px 0;}	

}
/*info_product*/
.ct_place,
.ct_place a,
.ct_place span{
	font-size:12px;
	color:#999;
}
.ct_place a:hover{color:#0189ff;}
.ej_ns_article{width:100%; height:auto; margin-top:40px;}
.ej_ns_title1{font-size:20px; line-height:30px; text-align:center; margin-bottom:10px;font-weight:bold;color:#333;}
.ej_ns_fu_title{width:100%; height:40px; line-height:40px; font-size:12px; color:#666; border-bottom:1px solid #b8b8b8;}
.ej_ns_time1{float:left; background:url(../images/index_72.png) no-repeat center left;color:#999; height:40px; text-indent:23px;}
.ej_ns_cishu1{float:right;  background:url(../images/index_75.png) no-repeat center left;color:#999; height:40px; text-indent:23px;}
.ej_ns_neirong{width:100%; height:auto; margin:30px 0 20px;}



.fanye{width:98%; padding:0 1%; border-top:1px solid #b8b8b8;}
.fanye div{font-size:14px; line-height:40px; color:#868686; max-width:45%; height:40px; overflow:hidden; border:1px solid #e8e8e8; padding:0 10px; margin-top:10px;}
.fanye div a{font-size:14px; line-height:40px; color:#868686;}
.fanye .shang{float:left;}
.fanye .xia{float:right; text-align:right;}



/*list_article*/
.ct_left{float:left; margin-top:20px; width:22%;}
.ctlf_fenlei{width:100%; box-sizing:border-box; height:auto;margin-bottom:20px;}
.ctlf_tit_bg{
	width:100%;
	height:80px;
	background:url(../images/inpp_left_bg.jpg) no-repeat center;
	padding:20px 20px 20px 25px;
	border-radius:6px 6px 0 0; 
	box-sizing: border-box;
}
.ctlf_title{
	width:100%;
	height:100%;
	background:url(../images/inpp_left_icon.png) no-repeat right center;
}
.ctlf_title h4{
	font-size:20px;
	font-weight:bold;
	line-height: 40px;
	color:#fff;
}
.ctlf_title h5{
	font-size:15px;
	font-weight:normal;
	line-height:15px;
	color:#fff;
	margin-top:5px;
}
.ctlf_list{width:100%;}
.ctlf_list li{
	width:100%;
	padding:15px 20px 15px 25px; 
	box-sizing:border-box;
	background-color:#fff;
	border-bottom: 1px solid #dcdcdc;
	background-color:#f5f5f5;
}
.ctlf_list li:last-of-type{border-bottom:0;}
.ctlf_list li a{
	display:block;
	width:100%;
	font-size:15px; 
	line-height:19px;
	color:#666;
	padding-right:10px;
	box-sizing:border-box;
	background:url(../images/inpp_lf_arrow01.png) no-repeat right center;
}
.ctlf_list li:hover a, .ctlf_list li.on a{
	color:#0189ff;
	background:url(../images/inpp_lf_arrow02.png) no-repeat right center;
}
/***推荐新闻***/
.sub-left-con{margin-top:50px;margin-bottom:30px;}
.slc-tit{
	padding-bottom: 10px;
 	margin-bottom: 5px;
	position:relative;
}
.slc-tit-cn{
	font-size:20px;
  font-weight:bold;
  line-height:20px;
	color:#0189ff;
}
.slc-tit-en{
	font-size:15px;
  line-height:20px;
	color:#999;
}
.slc-list li{
	padding:0 10px;
	border-left:3px solid #0189ff;
	background-color:#f5f5f5;
	margin-bottom:1px;
	font-size:14px;
	line-height:50px;
	height:50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	color:#666;
}
	.slc-list li a{color:#666;}
.slc-list li:hover a{color:#0189ff;}
@media(max-width:991px){
	.sln-fir-list>a{font-size:14px;}
}

.ctns_list{width:90%; height:auto; margin:10px auto 0;}
.ctns_list li{width:100%; height:40px; line-height:40px; background:url(../images/news_20.png) no-repeat center left; text-indent:30px; overflow:hidden;}
.ctns_list li a{font-size:12px; color:#000;}
.ctns_list li:hover{background:url(../images/news_17.png) no-repeat center left;}
.ctns_list li:hover a{color:#3498db;}

.ctlx_img{width:100%; height:auto;}
.ctlx_img img{width:100%;}
.ctlx_tab{width:80%; margin:10px auto; height:auto;}
.ctlx_tab td{line-height:24px; font-size:14px; color:#000; padding:10px 0;}
.ctlx_tab td span{display:block; font-size:16px;}

.ct_right{width:73%; float:right; margin-top:20px;margin-bottom:30px;}
.ct_right_top{width:100%; height:40px; background:url(../images/news_03.png) no-repeat left bottom; line-height:40px;}
.ct_right_top p{width:130px; font-size:14px; color:#3498db; float:left; text-align:center;}
.place{float:right; font-size:12px; color:#9b9b9b;}
.place a,
.place span{font-size:12px; color:#9b9b9b;}

.ej_news{width:100%; margin-top:20px;}
.ej_toutiao{width:100%; height:133px; background:#f4f4f4; box-sizing:border-box; padding:20px 2%;}
.ejtt_img{display:block;width:93px; height:93px; float:left; overflow:hidden;}
.ejtt_img img{display:block;width:100%; height:100%;}
.ejtt_right{display:block;width:calc(100% - 100px); float:right;}
.ejtt_title{display:block;font-size:16px; color:#5e5e5e; line-height:30px; height:30px; width:100%; overflow:hidden;}
.ejtt_cont{font-size:12px; line-height:24px; height:50px; color:#afafaf; overflow:hidden;}
.ejtt_fu_title{height:13px; font-size:12px;line-height:13px; color:#afafaf;}
.ejtt_fu_title p{padding-left:20px;}
.ejtt_time{float:left; background:url(../images/list_10.png) no-repeat center left;}
.ejtt_cishu{float:right; background:url(../images/yudu.png) no-repeat center left;}
.ej_news_list{width:100%; height:auto;}
.ej_news_list li{width:100%; height:60px; border-bottom:1px dashed #afafaf; background:url(../images/news_14.png) no-repeat center left 2%; overflow:hidden; box-sizing:border-box; padding:0 5%;}
.ej_news_list li a{font-size:15px; line-height:60px; color:#555;}
.ej_news_list li:hover{background:url(../images/news_11.png) no-repeat center left 2%;}
.ej_news_list li:hover a{color:#3498db;}

.page{width:100%; text-align:center; margin:20px auto;}

.page-status{
	font-size: 14px;
}

.page a{ width:auto; height:auto; background:#fff;font-size:14px; color:#000; display:inline-block; margin-left:10px; text-align:center; line-height:25px;}
.page a:hover , .page .on{background:#3498db; color:#fff; border-radius:40px;}

/*info_article*/
.article{width:100%;padding-top:20px;}
.fanye{width:98%; padding:0 1%; border-top:1px solid #b8b8b8;}
.fanye div{font-size:14px; line-height:40px; color:#868686; max-width:45%; height:40px; overflow:hidden; border:1px solid #e8e8e8; padding:0 10px; margin-top:10px;}
.fanye div a{font-size:14px; line-height:40px; color:#868686;}
.fanye .shang{float:left;}
.fanye .xia{float:right; text-align:right;}

/*list_article*/
.ctpp_list{width:90%; margin:10px auto 0; height:auto;}
.ctpp_list li{width:100%; height:auto; margin-bottom:10px;}
.ctpp_img{width:100%;}
.ctpp_img img{width:100%; height:135px;}
.ctpp_title{width:100%; line-height:24px; font-size:14px; color:#000; text-align:center;}


.ej_pp_list{width:100%; height:auto; margin-top:20px;}
.ej_pp_list li{width:32%; margin-right:2%; float:left;}
.ej_pp_list li:nth-child(3n){margin-right:0;}
.ej_pp_img{width:100%;}
.ej_pp_img img{width:100%;height: 180px;}
.ej_pp_title{width:100%; height:50px; line-height:50px; font-size:15px; color:#555; text-align:center; overflow:hidden;}

/*page_contact*/
.ctt_cont{width:100%; height:auto; margin-top:20px;}
.ctt_left{float:left;width:60%;  margin-top:20px;padding-left:15px;}
.ctt_title{font-size:30px; font-weight:normal; color:#3498db; line-height:50px; margin-top:10px;display:none;}
.ctt_left_list{width:100%;}
.ctt_left_list li{line-height:24px; font-size:16px; color:#3498db; padding:9px 0 9px 28px; font-weight:normal;}
.ctt_left_list li:nth-of-type(1){background:url(../images/contact_03.png) no-repeat left center;background-size:21px;}
.ctt_left_list li:nth-of-type(2){background:url(../images/contact_07.png) no-repeat left center;background-size:21px;}
.ctt_left_list li:nth-of-type(3){background:url(../images/contact_10.png) no-repeat left center;background-size:21px;}
.ctt_left_list li:nth-of-type(4){background:url(../images/contact_13.png) no-repeat left center;background-size:21px;}
.ctt_right{ float:left;width:30%;margin-top:20px;padding-right:30px;}
.ctt_right img{display:block;width:190px;}
.ctt_map{width:100%; height:auto; margin-top:40px;}
.ctt_map img{max-width:100%;}

/*footer*/
.footer{
	padding:30px;
	background:url(../images/foot_bg.jpg) no-repeat center;
	background-size:cover;
}	
.ft_left{
	float:left;
	width:480px;
}
.ft_logo{
	width:100%;
	height:38px;
	margin:20px 0 20px;
}
.ft_logo img{
	display:block;
	float:left;
}
.ft_logo p{
	float:left;
	width:calc(100% - 250px);
	height:38px;
	font-size:14px;
	line-height:19px;
	margin-left:10px;
	padding-left:10px;
	color:#fff;
	background:url(../images/logo_line.png) no-repeat left center;
}
.ft_banquan,
.ft_rexian ,
.ft_rexian a{
	font-size:14px;
	line-height:24px;
	color:#fff;
}
.ft_center{
	float:left;
	width:330px;
	margin:0 50px 0 100px;
}
.ft_right{
	float:left;
	width:calc(100% - 960px);
}
.ft_tit{
	font-size:18px;
	line-height:18px;
	margin-bottom:30px;
	color:#fff;
}
.ft_center ul,
.ft_right ul{
	width:100%;
}
.ft_center li,
.ft_right li{
	float:left;
	width:50%;
}
.ft_center li a,
.ft_right li a{ 
	font-size:14px;
	line-height:24px;
	color:#fff;
}
.index_links{
	padding:10px 0;
	background-color:#333;
	color:#fff;
}
.index_links p{font-size:14px;line-height:20px;color:#fff;}
.index_links a{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size:14px;
	line-height:20px;
	color:#fff;
}
.index_links a:hover,
.index_links a:visited{
	color:#fff;
}
@media(max-width:1229px){
	.ft_left{width:230px;}
	.ft_logo{
		width:100%;
		height:38px;
		margin:0 0 20px;
	}
	.ft_logo p{display:none;}
	.ft_center{margin:0 50px 0 140px;}
	.ft_right{width:calc(100% - 750px);}
}
@media(max-width:999px){
	.ft_left{float:none;width:100%;margin-bottom:30px;}
	.ft_rexian{display:none;}
	.ft_center{width:45%;margin:0;}
	.ft_right{width:30%;margin:0;float:right;}
	.ft_tit{
		font-size:16px;
		line-height:16px;
		margin-bottom:10px;
	}
}	
@media(max-width:769px){
	.ft_left,
	.ft_logo{margin-bottom:0;}
	.ft_center,
	.ft_right,
	.index_links{display:none;}
}
.ct_right .article p,
.ct_right .article a,
.ct_right .article span,
.ej_ns_neirong p,
.ej_ns_neirong a,
.ej_ns_neirong span,
.ctt_map p{
	font-size:15px;
	line-height:28px;
	color:#555;
}
.ct_right img,
.ej_ns_neirong img{max-width:100%;}