
header div a h1 img {
	width: 400px;
}

header div ul {
	bottom: 0;
}

header div ul li {
	padding: 13px 9px;
}

header div ul li i {
	display: block;
	margin: 10px auto 0;
	width: 10px;
	height: 2px;
	background: #555;
	opacity: 0;
	transition: all .5s;
	cursor: pointer;
}

header ul li:first-of-type i {
	opacity: 1 !important;
	width: 25px;
}

#headerTwo{
	display: none;
}
header ul li:hover i {
	width: 33px;
	opacity: 1;
	transform: scaleX(1.7);
}
.mobil-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(41, 41, 41, 0.3);
	transition: 0.3s all;
	display: none;
	z-index: 1000;
}

.mobilMenuNav {
	position: absolute;
	right: 20px;
	top: 27px;
	width: 28px;
	text-align: center;
	cursor: pointer;
	z-index: 10000;
	transition: .4s all;
}
.mobilMenuNav span {
	display: block;
	width: 100%;
	height: 2px;
	background: #8E6F64;
	margin-bottom: 8px;
}
#lymobil {
	width: 200px;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	right: -198px;
	top: 0;
	transition: .3s all;
}
.lymobilOne {
	right: 220px;
}

.lymobilTwo {
	right: 0px;
}
#lymobil li {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #292929;
}
#lymobil li a{
	color: #fff;
	text-align: center;
}
@media screen and (min-width:320px) and (max-width: 780px) {
	#headerOne{
		display: none;
	}
	#headerTwo{
		display: block;
	}
	#headerTwo a h1 img{
		width: 70%;
		display: block;
		margin: 0 auto;
	}
}
#banner1 {
	height: 600px;
	background: url(../img/banner4.jpg) no-repeat;
	background-size: 100% 100%;
}

#banner2 {
	background: url(../img/banner3.gif) no-repeat;
	background-size: 100% 450px;
}

#banner3 {
	background: url(../img/banner1.gif) no-repeat;
	background-size: 100% 100%;
}

/* .slider-slides>div{
	background-size: 100% 450px;
} */
#slider1 {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	/* border: 7px solid rgba(0, 0, 0, .35); */
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
}
@media screen and (min-width:320px) and (max-width: 780px) {
	#slider1 {
		height: 230px;
	}

	#banner1 {
		height: 230px;
		background: url(../img/bannersmall.jpg) no-repeat;
		background-size: 100% 100%;
	}

	#banner2 {
		background-size: 100% 100%;
	}

	#banner3 {
		background-size: 100% 100%;
	}
}
#content div aside {
	width: 245px;
}

#content>div>p {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	color: #666;
	font-size: 14px;
}

#content div aside ul {
	width: 100%;
	line-height: 35px;
	border-bottom: 1px solid #ddd;

}

#content div aside ul>span {
	width: 100%;
	display: inline-block;
	background: #f0f0f0;
	padding: 0 20px;
	box-sizing: border-box;
	cursor: pointer;
}

#content div aside ul span b {
	float: right;
}
#content div aside ul {
	width: 245px;
}
#content div aside ul li {
	display: none;
	cursor: pointer;
	background: #fff;
	padding-left: 20px;
}

#content div aside ul li:hover {}

#content #lists {
	width: 725px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 20px 15px;
}

#content #lists img{
	width: 100%;
}

#content #lists .contentTit {
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}

#content #lists .contentTit h2 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

#content #lists .contentTit p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #aaa;
}
#content #lists .contentTit p span{
	font-size: 12px;
}
.contentGlance{ 
	line-height: 26px;
	
}
.contentGlance p {
	line-height: 25px;
	color: #444;
	font-size: 16px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.prevP{
		margin-top: 35px;
}
.prevP,.nextP{
	/* display: block; */
	text-indent: 0em!important;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px!important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* .prevP a,.nextP a{
	display: block;
	width: 200px;
	height: 25px;
	float: left;
}
.prevP strong,.nextP strong{
	display: block;
	width: 60px;
	float: left;
	text-align: left;
} */

.aside_title{
	display: none;
	/* display: block; */
	width: 32px;
	height: 32px;
	position: relative;
	left: 245px;
	top: 220px;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	background: url(../img/toRight.png) no-repeat;
	background-color: rgba(0,0,0,0.6);
}
.h25 {
	height: 25px;
}

@media screen and (min-width:320px) and (max-width: 780px) {
	#content>div{
		width: 100%;
	}
	
	#content>div>p{
		padding-left: 3%;
	}
	
	#content>div>span{
		display: block;
	}
	#content div aside {
		display: none;
		width: 300px;
	    margin-right: 0;
	}
	#content div aside span{
		display: block;
	}
	#asideBox{
		position: fixed;
		left: -245px;
		top: 5%;
		transition:.5s;
	}
	#content #lists {
	    width: 100%;
	    border:none;
		margin-bottom: 50px;
		float: left;
	}
	#content #lists .contentTit h2 {
		height: auto;
	    font-size: 18px;
		/* overflow: hidden; */
	    line-height: 30px;
		text-align: center;
	}
	#content #lists .contentTit p{
		/* height: auto; */
	}
}

footer {
	background: #3b3533;
	color: #fff;
	/* padding-bottom: 40px; */
	padding: 30px 0;
}

footer div p {
	text-align: center;
	height: 25px;
	line-height: 25px;
}

footer div p:first-of-type a {
	color: white;
}
footer:last-of-type{
	display: none;
}
@media screen and (min-width:320px) and (max-width: 780px) {
	footer:first-of-type{
		display: none;
	}
	footer:last-of-type{
		display: block;
	}
	footer{
		padding: 25px 0;
	}
	footer>div{
		
		width: 100%!important;
	}
	footer>div p{
		height: auto;
		padding: 0 5%;
	}
}

/*行业研究*/
#contentPage2{
	padding: 10px;
}
#contentPage2 li{
	width: 130px;
	height: 380px;
	padding: 5px;
	float: left;
	border: 1px solid #435B6E
}
#contentPage2 li:hover{
	border: 1px solid #ccc;
}
#contentPage2 li img{
	width: 45px !important;
	height: 45px;
}
#contentPage2 li h3{
	color: #435B6E;
}

#contentPage2 li p{
	color: #444;
	height: 22px;
	line-height: 22px;
	margin-bottom: 0;
	text-indent: 0;
	font-size: 14px;
	background: url(../img/Article_common.gif) 20px center no-repeat;
}
#stit{
	    /* text-indent: 0px; */
	    font-weight: 200;
	    font-size: 12px!important;
	    background-image: none!important;
}
.l7{
	background: url(../img/Article_common.gif) 7px center no-repeat!important;
}
.pl40{
	padding-left: 40px;
}
@media screen and (min-width:320px) and (max-width: 780px){
	#contentPage2{
		padding: 3%;
	}
	#contentPage2 li{
		width: 47%;
		margin: 0;
		/* margin-right: 4%; */
		margin-bottom: 5%;
	}
	#contentPage2 li:nth-of-type(2n){
		margin-right: 0;
		float: right;
	}
	#contentPage2 li p{
		font-size: 13px!important;
	}
}