.nav{
	width: 96%;
	margin:0 auto;
	height:90px;
}
.logo{
	width: 18%;
	padding:33px 0;
}
.logo img{
	width: 185px;
}
/*中心列单设置*/
.navmenu{
	width: 70%;
	z-index: 1000;
	/*overflow: hidden;*/
}
.navmenu li{
	float:left;
	margin-right:30px;
	position: relative;
	z-index:200;
}
.navmenu li a {
	display: block;
	padding: 38px 0 33px;
    color: #333;
    font-size: 13px;
   /* -webkit-transition: 500ms; */

}
.navmenu li:hover a{
	border-bottom:1px solid blue;
	color:#0b78cb;
	/* -webkit-transition:500ms;*/
}
.navmenu .line{
	display: block;
	width: 1px;
	/*height: 16px;*/
	background: #ccc;
	/*margin-top:30px;*/
}

.navmenu .fuhao{
	display: none;
	font-size:30px;
	font-weight: 600; 

}
.navmenu .detail {
	display: none;
	width: 100%;
	/*background: #ccc;*/
}
/*右侧搜索框*/
/*.select-s{
	width: 11%;
	margin-top:1.8rem;
	float: left;
	position: relative;
}
.select{
	
	position: absolute;
	top:0;
	left:0;
}
.search img{
	position: absolute;
	top:0;
	right:0;
}*/
.map{
	position: absolute;
	top:25px ;
	right:10%;
}
.choiceimg{
	width: 30px;
	height:30px;
		}
.choiceimg img{
	width: 25px ;
	height: 25px;
		}
.select{
	display: none;
	position:absolute;
	top:44px;
	left:-30px;
	transition: 2s ease;
	z-index: 2000;

}
.language{
	position: absolute;
	top:4px;
	left:-24px;
	width: 140px;
}
.language a{
	display: block;
	padding:6px;
	color:#fff;
	/*background: #ccc;*/
	background: rgba(192,192 ,192, 0.8);
	text-align: center;
}
.language a:hover{
	color:blue;
}
.arrow{
	width: 0;
	height: 0;
	position: absolute;
	top:-16px;
	left:34px;
	border:10px solid transparent;
	border-bottom:10px #ccc solid;

}
/*修改处竣事*/
.recover{
	width: 100%;
	/*background: #000;*/
	height: 50rem;
	/*opacity: 0.1;*/
	position: fixed;
	top: 0;
	left:0;
	display: none;
	background:rgba(0,0,0,0.3);
}
.sosuo{
	width: 80%;
	height: 3rem;
	position: fixed;
	top:10rem;
	left:10%;
	border:2px solid #fff;
	z-index: 3000;
	display: none;
}
.delete{
	font-size: 2rem;
	color: #fff;
	position: absolute;
	float: right;
	top:-3.5rem;
	right:1.5rem;
}
.sosuo input{
	width:300px;
	font-size:1.5rem;
	line-height: 3rem;
	color: white;
	background: rgba(0,0,0,0);
	padding-left:1rem;
}
.sosuo img{
	margin:1rem 1rem 0 0;

}
/*二级导航菜单栏*/
.list{
	width: 100%;
    display: none;
    background:rgba(33, 124, 251, 0.8);
    position: absolute;
    top: 90px;
    left: 0;
    padding: 2rem 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0,0.5);
    z-index:1000;
}
.list .submenu{
	width: 75%;
	padding:0 0 0 2rem;
	box-sizing:border-box;
	z-index: 10;
        color:white;
}
.list .submenu dl{
    float: left;
    width: 20%;
    height: 14rem;
    box-sizing: border-box;
    padding-right:2rem;
}
.list .submenu .energy{
    width: 12%;
}
.list .submenu .new{
    width: 24%;
}
.list .submenu dl a{
	display: block;
    color: white;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px;
}
.list .submenu dd a{
	display: block;
    color: white;
    padding: 3px 0;
    line-height: 24px;
    font-size:13px;
}

/*修改后除第一列外的样式*/
.list .another .submenu dl.first{
    float: left;
    width: 70%;
}
.list .another .submenu dl.first h1{
    font-size:2rem;
    padding-bottom:2rem;
} 
.list .another .submenu dl.first .last a{
	/*bottom: 2rem;
	left:3rem;
	width: 140px;
	height: 30px;
	color:white;
	font-size: 1.5rem;
	background:#0b78cb;*/
    display: block;
    color: white;
    padding: 3px 0;
    line-height: 24px;
    font-size:13px;
}
.list .another .submenu dl.first .last a:hover{
	color:#0b78cb;
}
.list .another .submenu dl.second{
    float: left;
    width: 26%;
    border-right:1px solid #ccc;
    padding-left: 2rem;
}
.list .another .submenu dl.second dt a{
  font-size:1.2rem;
}

/*最下侧的审查所有*/
.list .last a{
	display: block;
	width: 80px;
	height: 20px;
	/*padding:0 10px;*/
	border:1px solid #ccc;
	position: absolute;
	bottom: 1rem;
	color:white;
	background:#ccc;
	text-align: center;
	line-height: 20px;
	border-radius: 24px;
}
.list .submenu dt:hover a,
.list .submenu dd a:hover{
	color:#0b78cb;
}
.list .last:hover a{
	background:#fff;
	color:#0b78cb;
}
.list .submenu .solution{
	padding:0 1rem 0 1rem;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.list .right-img{
	width: 22%;
}
.list .right-img img{
	width: 100%;
}
.list .right-img  h2{
	color:white;
	margin-top: 1rem;
}
.toggle{
	display: none;
 /*广告轮播图响应式样式*/
}
.content{
	position: relative;
        margin-top:0px;
}
.content .banner {
	width: 100%;
	position: relative;
        overflow:hidden;
}
.content .banner .pic img {
	font-size: 0;
	max-width: 100%;
	height: auto;
        width:100%;
}
.content .banner .pic li {
	display: none;
}
.content .banner .pic .current {
	display: block;
}
.order {
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -84px;
	z-index: 5;
}
.order li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: 3rem;
	border:1px solid rgba(255,255,255,0.5);
}
.order .on {
	background: #fff;
	box-shadow: 0 0 6px rgba(255,255,255,1);
}
/*添加竖线*/
.order li::after {
	content:"";
	display: block;
	width: 1px;
	height: 40px;
	margin-left: 5px;
	margin-top:1rem;
	background-color: rgba(255,255,255,0.5);
}
.order li.last::after {
	content:"";
	display: block;
	width: 0px;
}
.next_btn {
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -2rem;	
}
.icon-arrow-right-copy {
	font-size: 46px !important;
	font-weight: 700;
	color: white;
	cursor:pointer;
}
.icon-arrow-right-copy:hover {
	color:lightblue;
}
.info{
	display: none;
	width: 3rem;
	height: 4rem;
	font-weight: bold;
	font-size: 40px;
	position: absolute;
	top: 50%;
	color: white;
	cursor: pointer;
	background: #000;
	opacity: 0.3;
	line-height: 4rem;
	text-align: center;
	z-index:200;
}
.info.left {
		left: 1rem;
		}
.info.right {
	right: 2%;
		}
.content .more {
	max-width: 60rem;
	position: absolute;
	right: 5%;
	bottom: 10%;
	color: rgba(255,255,255,0.8);
}
.content .more button {
	height: 30px;
	padding:6px;
	border-radius: 8px;
	border:none;
	color: #fff;
	margin-top: 10px;
	background:#aaa6c2;
}
.content .more button:hover {
	background:rgba(255,255,255,0.8);
}
/*下侧的解决计划和四大主要工业*/
.ways{
	width: 100%;
	margin-top:1rem;
}
.ways .left,
.ways .right
{	
	/*float:left;*/
	width: 50%;
	color:#000;
}
.ways .right{
	width: 50%;
}
.ways h1{
	width: 100%;
	padding: 1rem 0;
	text-align: center;
	background: #35b2eb;
        color:white;margin-bottom:0px;
}
.ways .right h1{
	background: #0055a5;
}
.ways .solve{
	width: 33.33%;
	float:left;
	position: relative;
	overflow: hidden;
        background:rgb(0,0,0);
}
/*.way .solve div:hover{
  background:white;
}*/
.ways .solve .photo img{
	width: 100%;
	height: 18rem;
	opacity: 0.8;
	background-position: center no-repeat;
}
/*.ways:hover .left{
	-webkit-box-shadow: 5px 5px 5px #000;
	width: 49%;
	margin-right: 0.5rem;
}*/
.ways .cover{
	position: absolute;
	top:0;
	left:0;
	z-index:100;
	text-align: center;
	width: 100%;
	height: 100%;
}
.ways .setting {
	width: 4rem;
	height: 4rem;
	/*border-radius: 50%;*/
	/*border:1px solid black;*/
	margin:2rem  auto  1rem auto;
}
.ways .setting img{
	width: 100%;
	height: 100%;
	background-position: center no-repeat;
}
.ways  h2{
	text-align: center;
	color:#fff;
	opacity: 0.8;
	font-size: 1.5rem;
	margin:1rem auto 0.5rem auto;
}
.ways .title span{
	width: 3rem;
	height: 2px;
	display: block;
	margin:1rem auto ;
	/*border:1px solid #ccc;*/
	background: #fffffd;
}
.ways  p{
	color:white;
	opacity: 0.8;
	font-size: 13.2px;
}
.ways .right .solve{
	width: 50%;
	float:left;
}
.ways .right .setting p{
	text-align: center;
	font-size: 2.5rem;
	line-height: 4rem;
	border:2px solid blue;
	border-radius: 50%;

}
.ways  .first .setting p{
	color:blue;
	border:2px solid blue;
}
.ways .second .setting p{
	color:green;
	border:2px solid green;
}
.ways .third .setting p{
	color:#eb0087;
	border:2px solid #eb0087;
}
.ways .forth .setting p{
	color:#f1940e;
	border:2px solid #f1940e;
}
/*脚部样式*/
.downlist{
	display: block;
	width: 96%	;
	background: #ededed;	
	margin:0 auto;
	margin-top: 1rem ;padding-bottom: 10px;
    padding-right: 20px;
        overflow: hidden;
	/*height: 10rem;*/
}
.downlist li{
	width: 41%;
	padding:1rem  ;
	float:left;
	margin:0 auto;
}
.downlist li a{
	font-size: 0.9rem;
	color:#111;
}
 .downlist .email{
	display: block;
	width: 100%;
	margin-top: 2rem;
	font-size: 0.9rem;
	padding-left:1rem;
        float:left;
}
.downlist p{
	display: block;
	margin-top:1rem;
	/*padding-left: 1rem;*/
}
.downlist .copyright{
	font-size: 12px;
	margin-right:1rem;
}
.downlist .tel{
	color:#045aaa;
	font-size: 1rem;
}


.cl-effect-21 a {
	padding: 10px;
	color: #237546;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0b78cb;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color: #0b78cb;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.cl-effect-21{
   height:70px;
}
