/*重置*/
body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
h1,h2,h3,h4,h5{ font-weight:normal;}
img{ border:none;}
a{ text-decoration:none;}
*{ font: normal 10px/100% Helvetica, Arial, sans-serif;}
li{ list-style-type:none;}
body,html{ width:100%;}

.bigbox{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bigbox_01{
	height: 100%;
	overflow: auto;
	width: 200%;
	margin-left: 0;
}

/*左边导航*/
.nav_menu{
	position: fixed;
	left: -80%;
	top: 0;
	float: left;
	width: 80%;
	height: 100%;
	padding-top: 3.4rem;
	background-color: #222;
}
.nav_menu ul{
	height: 84%;
	padding-bottom: 3.4rem;
	overflow: auto;
	width: 100%;
}
.nav_menu ul li{
	padding: 1rem 30%;
}
.nav_menu ul li a{
	color: #fff;
	font-size: 1.2rem;
	display: block;
	background: url(../images/nav_jt.png) right center no-repeat;
	background-size:7%;
}

/*主屏幕*/
.screen{
	float: left;
	width: 50%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.blackbox{
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	display: none;
}/*遮罩*/

/*header*/
.top_bg{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	padding:.5rem 0;
	padding-left: 2%;
}
.menumore{
	display: inline-block;
	width: 28%;
	vertical-align: middle;
}
.menumore span{ 
	display: inline-block;
}

.menumore a{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: white;
	background: url(../images/icon_menu.png) no-repeat center left;
	background-size: 38%;
	padding-left: 1.8rem;
}

/*子页logo用*/
.logo_zy{	
	display: inline-block;
	vertical-align: middle;
}
.logo_zy img{
	width: 90%;
	display: block;
	margin:0 auto;
}

/*search mis*/
.misbox{ 
	display: inline-block; 
	text-align:right; 
	width:28%; 
	vertical-align: middle;
}
.misbox form{
	height: 2.2rem; 
	display:inline-block; 
	width:20%; 
	vertical-align: middle; 
	position: relative;
}
.misbox form input{
	float:left; 
	height:2.2rem; 
	background:rgba(0,0,0,0); 
	color: white;
	position: absolute; 
	right: 0 ;z-index: 5; 
	width: 10rem; border-radius: 100px;
	text-indent: 1rem;
	font-size: 1rem;
}
.misbox form button{
	position: absolute; right: 0; top:0; z-index: 4;
    background:url(../images/search_icon.png) center center no-repeat;
	background-size:70%;
	background-color:rgba(0,0,0,.5); 
	border-radius:50%; width:2.2rem; height:2.2rem;	
}
.misbox h1{ 
	display:inline-block; 
	vertical-align: middle; 
	margin-left: .5rem;
}
.misbox h1 img{
	width: 2.2rem; 
	vertical-align: middle; 
}

/*banner*/
.banner{
	width: 100%;
}
.banner ul li img{
	width: 100%;
	height: 13.33333rem;
	display: block;
}
.banner .sp01 span{
	background-color: #0068b7;
	opacity: 1;
	border: white 1px solid; 
	width: .8rem;
	height: .8rem;
}
.banner .sp01 .swiper-pagination-bullet-active{
	background-color: white;
	border: #0068b7 1px solid;
}


/*首页logo*/
.index_logo{
	position: relative;
}
.index_logo a{
	position: absolute;
	width: 35%;
	right: 2%;
	top: -2.2rem;
	z-index: 10;
	border-bottom: white solid 2px;
	padding-bottom: .4rem;
}
.index_logo a img{
	width: 100%;
	display: block;
}

/*产品中心*/
.index_wid{
	padding:0 2%;
}
.index_cpzx{
	position: relative;
	top: -4.5rem;
	z-index: 5;
	min-height: 20rem;
	margin-bottom: -3.2rem;
	background: url(../images/index_bg.png) no-repeat center top;
	background-size: 100%;
}

/*首页标题*/
.index_title{
	overflow: hidden;
	margin-bottom: 1.4rem;
}
.index_title h1{
	float: left;
	width: 52%;
	padding: .2rem 0 .2em 1rem;
}
.index_title h1 p:first-child{
	display: inline-block;
	font-family: arial;
	font-size: 2.4rem;
	text-transform: uppercase;
	vertical-align: middle;
}
.index_title h1 p:last-child{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.index_title h1 p:last-child a{
	display: block;
	font-family: arial;
	text-transform:lowercase;
	font-size: .6rem;
}
.index_title h1 p:last-child span{
	font-size: 1.2rem;
}
.index_title h2{
	float: right;
	padding-top: 1rem;
}

/*第一个标题部分不同样式*/
.title01 h1{
	background: url(../images/index_title_bg01.png) no-repeat top center;
	background-size: 100%;
}
.title01{
	padding-top: 6.4rem; 
}
.title01 h1 p{
	color: #0068b7;
}
.title01 h2 a{
	font-size: .9rem;
	color: white;
}

/*第2个标题部分不同样式*/
.title02 h1{
	background: url(../images/index_title_bg02.png) no-repeat top center;
	background-size: 100%;
}
.title02{
	margin-top: 0rem; 
}
.title02 h1 p{
	color: #ffffff;
}
.title02 h2 a{
	font-size: .9rem;
	color: #222;
}

/*产品中心pic*/
.cpzx_pic ul{
	padding-bottom: 1.4rem;
}
.cpzx_pic ul li{
	height: 8.923rem;
}
.cpzx_pic ul li a{
	display: block;
	text-align:center; 
}
.cpzx_pic ul li a img{
	width: 100%;
	height: 8.923rem;
}
.cpzx_pic ul li a span{
	color: #222;
	font-size: 0.8rem;
	padding:.3em 0;
	display: block;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*新闻中心*/
.news_pic{
	margin-bottom: 1.2rem;
	position: relative;
	z-index: 6;
}

.news_pic ul li{
	padding: .8rem 0;
	border-bottom: #d6d7dc solid 1px;
}
.news_pic ul li a{
	overflow: hidden;
	display: block;
}
.news_pic ul li a img{
	float: left;
	width: 8rem;
	height: 5.3333333rem;
}
.news_pic ul li a dl{
	float: right;
	width: 15.4rem;
	height: 5.3333333rem;
}
.news_pic ul li a dl dt{
	color: #222;
	font-size: 1.1rem;
	margin-top:.15rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_pic ul li a dl dd{
	color: #666;
	font-size: .9rem;
	line-height: 1.2rem;
	margin:.5rem 0;
}
.news_pic ul li a dl span{
	color: #999;
	font-size: .8rem;
}

/*case案例*/
.index_case .title01{
	padding-top:5.4rem;
}
.case_pic{
	overflow: hidden;
}
.case_pic ul{
	position: relative;
	min-height: 23rem;
}
.case_pic ul li{
	overflow: hidden;
}
.case_pic ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.case_pic ul li img{
	width: 100%;
	height: 100%;
	display: block;
}
.case_pic ul li:first-child{
	width: 50%;
	height: 12rem;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 5rem 0 5rem;
}
.case_pic ul li:nth-child(2){
	width: 46%;
	height: 11.0396rem;
	position: absolute;
	top: .94rem;
	left: 52%;
	border-radius:5rem 0 5rem 0 ;
}
.case_pic ul li:nth-child(3){
	width: 42%;
	height: 10.066666rem;
	position: absolute;
	top: 12.4rem;
	left: 1.94rem;
	border-radius:4.5rem 0 4.5rem 0 ;
}
.case_pic ul li:nth-child(4){
	width: 38%;
	height: 9.1333333rem;
	position: absolute;
	top: 12.4rem;
	left: 52%;
	border-radius: 0 4rem 0 4rem;
}

/*关于我们*/
.about_pic span{
	position: relative;
	float: left;
	width: 10.5rem;
	height: 7rem;
	margin:0 .4rem 0 0;
}
.about_pic span i{
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(../images/about_pic_bg.png) no-repeat center center;
	background-size: 100%;
}
.about_pic span img{
	width: 100%;
	height: 100%;
	display: block;
}
.about_txt *{
	font-size: 1.1rem;
	line-height: 140%;
	color: #222;
	text-align: justify;
}
.about_txt a{
	color: #0068b7;
}

/*footer*/
.endbg{
	margin-top: 1.4rem;
	background-color: #222;
	text-align: center;
	padding-top: .4rem;
}

.endfoot span{
	font-size: .9rem;
	color: #999;
	border-bottom: #999 solid 1px;
	padding: .5rem 0;
	display: inline-block;
}
.endfoot span a{
	font-size: .9rem;
	color: #999;
}
.endfoot h1{
	padding: 1rem 0;
}
.endfoot h1 *{
	color: #999; 
	font-size: .9rem;
	line-height: 160%;
}

 /*名称和图片*/
.hlogo{margin:0 auto;}
.hlogo p{text-align:center;height:54px;line-height:54px;font-size:24px;}
.ccsl{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;}
.ec_imgs_consult img {
	width:70%;
	margin-top:-3px
}
.ec_imgs_consult {
	font-size:14px;
	line-height:24px;
	color:#666;
	padding:13px 0;
	text-align:center;
}