
.header1{
	font-size: 0;
	background: #EEEEEE;
	padding: 13px 0;
}
.header1 .hyc{
	font-size: 12px;
	color: #464545;
	line-height: 24px;
	height: 24px;
}
.header1 .form{
	margin-right: 12px;
}
.header1 .form input{
	height: 24px;
}
.header1 .form input.input{
	width: 100px;
	border: 1px solid #AAAAAA;
	font-size: 12px;
	color: #939393;
	padding-left: 5px;
	background: transparent;
}
.header1 .form input.submit{
	width: 37px;
	background: transparent url(../images/search.png) no-repeat center;
	border: none;
	cursor: pointer;
}
.header1 .list{
	
}
.header1 .list a{
	font-size: 14px;
	color: #464545;
	width: 76px;
	height: 24px;
	background: transparent;
	border: 1px solid transparent;
	text-align: center;
	line-height: 22px;
	margin-right: 5px;
}
.header1 .list a:last-child{
	margin-right: 0;
}
.header1 .list a.active{
	color: #ffffff;
	background: #d93531;
	border: 1px solid #AAAAAA;
}

.header2{
	font-size: 0;
	padding: 8px 0;
}
.header2 .logo{
	
}
.header2 a{
	display: block;
}
.header2 .logo img{
	height: 84px;
}
.header2 .logo1{
	margin: 9px 0 9px 220px;
}
.header2 .logo1 img{
	height: 66px;
}

.nav{
	background: #D93531;
	font-size: 0;
}
.nav .yiji{
	
}
.nav .yiji>li{
	width: 12.5%;
	position: relative;
}
.nav .yiji>li>a{
	display: block;
	font-size: 18px;
	color: #f6f6f6;
	line-height: 24px;
	padding: 8px 0;
	text-align: center;
	transition: all .3s;
}
.nav .yiji>li:hover>a,
.nav .yiji>li.active>a{
	background: #EB6100;
}
.nav .yiji>li>.erji{
	display: none;
	position: absolute;
	width: 100%;
	background: #FFFFFF;
	z-index: 20;
	text-align: center;
	padding: 0 10px;
}
.nav .yiji>li>.erji>li{
	border-bottom: 1px solid #DCDCDC;
}
.nav .yiji>li>.erji>li:last-child{
	border-bottom: none;
}
.nav .yiji>li>.erji>li>a{
	display: block;
	font-size: 16px;
	color: #636161;
	line-height: 20px;
	padding: 10px 0;
	transition: all .3s;
}
.nav .yiji>li>.erji>li:hover>a{
	color: #EB6100;
}

.footer1{
	background: #475057;
	padding: 35px 0;
}
.footer1 .title{
	font-size: 16px;
	color: #9BABB0;
	margin-bottom: 20px;
	line-height: 100%;
}
.footer1 .item1{
	width: 288px;
	padding-left: 18px;
}
.footer1 .item1 .list{
	
}
.footer1 .item1 .list li{
	width: 50%;
}
.footer1 .item1 .list a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #91989B;
	line-height: 30px;
}
.footer1 .item2{
	width: 362px;
}
.footer1 .item2 .info{
	font-size: 14px;
	color: #91989B;
	line-height: 30px;
}
.footer1 .item3{
	width: 270px;
}
.footer1 .item3 .ewm{
	font-size: 0;
}
.footer1 .item3 .ewm a{
	display: block;
}
.footer1 .item3 .ewm img{
	width: 110px;
	height: 110px;
}
.footer1 .item4{
	width: 280px;
}
.footer1 .item4 .list{
	
}
.footer1 .item4 .list a{
	width: 40px;
	/*height: 40px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 15px;*/
}
.footer1 .item4 .list a:last-child{
	margin-right: 0;
}
.footer1 .item4 .list img{
	width: 100%;
	height: 100%;
}

.footer2{
	text-align: center;
	background: #475057;
	border-top: 1px solid #6C7073;
	font-size: 12px;
	color: #9FA7A9;
	line-height: 16px;
	padding: 17px 0;
}
.footer2 a{
	font-size: 12px;
	color: #9FA7A9;
}

.aside{
	font-size: 0;
}
.aside li{
	cursor: pointer;
}
.aside li a{
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/aside.png) no-repeat;
}
.aside li:nth-child(1) a{
	background-position: 0 0;
}
.aside li:nth-child(2) a{
	background-position: 0 -60px;
}
.aside li:nth-child(3) a{
	background-position: 0 -120px;
}
.aside li:nth-child(4) a{
	height: 61px;
	background-position: 0 -180px;
}

.slide{
	position: fixed;
	right: 0;
	top: 40%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.slide .info {
    top: 50%;
    position: absolute;
    right: 100%;
    background: #475057;
    width: 0px;
    overflow: hidden;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transition: 0.5s;
    border-radius: 4px 0 0 4px;
}
.slide .info.hover {
    width: 160px;
}
.slide .info li {
    width: 160px;
    color: #ffffff;
    text-align: center;
}
.slide .info li p {
    font-size: 14px;
    line-height: 30px;
    padding: 15px;
    text-align: left;
}
.slide .info li div.img {
    height: 100%;
    background: #DEFFF9;
    margin: 15px;
}
.slide .info li div.img img {
    width: 100%;
    height: 100%;
}