.footer{
	width: 100%;
	background-color: #424242;
	font-family: 'inpinheiti';
}
.footer-bottom{
	width: 100%;
	background-color: #333333;
	box-sizing: border-box;
}

.footer input.search{
	height: 20px;
	padding-left: 50px;
	width: 100%;
	box-sizing: border-box;
	background-image: url(../images/search1.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin-top: 30px;
	font-weight: lighter;
}
.footer-t-top{
	height: 80px;
	border-bottom: 1px solid #555555;
}
.footer-t-bottom{
	font-size: 0;
	padding: 55px 0;
}
.foot-item{
	display: inline-block;
	vertical-align: top;
	width: 14.2857%;
}
.foot-item h2{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
.foot-item a{
	font-size: 14px;
	color: #cccccc;
	line-height: 36px;
    display: list-item;
    list-style: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.footer-b-top{
	border-bottom: 1px solid #555555;
	padding-bottom: 60px;
}
.footer-b-top h2{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	padding: 20px 0;
}
.footer-b-top .form-input{
	height: 50px;
	line-height: 50px;
	background-color: #484848;
	color: #fff;
	border: 0;
	box-sizing: border-box;
	padding-left: 20px;
	width: 48%;
	margin: 7px 0.5%;
}
.footer-b-top .yzm{
	height: 50px;
	line-height: 50px;
	background-color: #484848;
	color: #fff;
	border: 0;
	box-sizing: border-box;
	padding-left: 20px;
	width: 30%;
	margin: 7px 0.5%;
	display: inline-block;
	vertical-align: middle;
}
.footer-b-top form{
	max-width: 772px;
	width: 100%;
	margin: auto;
}
.footer-b-top #yw0{
	display: inline-block;
	vertical-align: middle;
}
.footer-b-top #yw0_button{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.footer-b-top .submit{
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #cccccc;
	text-align: center;
	background-color: #484848;
	border: 0;
	margin: auto;
	display: block;
	margin-top: 7px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.footer-b-bottom{
	padding-top: 30px;
	padding-bottom: 25px;
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
}
.footer-b-bottom a{
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
}
.fbbt{
	padding: 0 7px;
	border-right: 1px solid #cccccc;
}
.fbbt.first{
	padding-left: 0;
}
.fbbt.last{
	padding-right: 0;
	border-right: 0;
}

.foot-item a.a_weixin {
    background: url(../images/icon111.png) no-repeat center center;
    background-color: #393939;
    width: 46px;
    height: 46px ;
    padding-left: 0px;
    border-radius: 46px;
        transition: all .5s;
        -webkit-transition: all .5s;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.foot-item a.a_tsina{
    background: url(../images/icon112.png) no-repeat center center;
    background-color: #393939;
    width: 46px;
    height: 46px ;
    padding-left: 0px;
    border-radius: 46px;
    transition: all .5s;
    -webkit-transition: all .5s;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 10px;
}

.footlast{
	text-align: right;
}
.footlast .focus-box{
	text-align: left;
	display: inline-block;
	width: auto;
}
.f-b-l{
	float: left;
}
.f-b-r{
	float: right;
}
.gzimg{
	max-width: 100%;
    width: 80%;
}



@media only screen and (min-width: 1024px) {
	.foot-item a:hover{
		color: #0149ab;
	}
	.foot-item a:hover{
		color: #0149ab;
	}
}