#footer{
	 background-image: linear-gradient(to bottom, #dcdcdc, #f6f6f6);
	 height:360px;
	 bottom:0; 
	 left:0; 
	 z-index:9; 
	 width:100%;
	 overflow: hidden;
	 position: relative;
	 padding-top: 45px;
	 border-top: 1px solid #bebebe;
}
.footer_main{
	height:320px;
	width: 1200px;
	margin: 0 auto;
	color: rgb(51, 51, 51);
    font-family: "Microsoft Yahei", 微软雅黑, arial, '宋体';
	border-bottom: 1px solid #b3b3b3;
}
.foot_block{
	float: left;
	height: 300px;
}
.foot_block_1{
	width:295px;
	height: 300px;
}
.foot_company_name{
	height:40px;
	line-height:40px;
	font-size: 18px;
	font-family: "AdobeHeiTiStd-Regular","宋体";
	font-weight: bold;
}
.company_banner_cn{
	margin-top:30px;
	width:230px;
	font-family: "MicrosoftYahei","宋体";
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #9a9a9a;
}
.company_banner_en{
	width:230px;
	font-family: "MicrosoftYahei","宋体";
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
.foot_company_intro{
	width:230px;
	line-height: 30px;
	text-indent: 2em;
	font-size: 14px;
}
.foot_check_more{
	height: 45px;
	line-height:45px;
	background-color: #ffffff;
	text-align: center;
	color: #3bb4f2;
	width: 145px;
	border-radius: 5px;
	letter-spacing:2px;
	margin-top: 20px;
	border: 1px solid #cfcfcf; 
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.foot_check_more:hover{
	background-color: #59bcdb;
	border-color: #2da3ca
}

.foot_check_more a{
	color: #2da3ca;
	display: block;
	height: 100%;
	width: 100%;

}
.foot_check_more:hover a{
	color: #fdfdfd;
	text-shadow: 1px 1px 2px #333333;
}
.dev_line{
	width:1px;
	height:85px;
	border-left: 1px solid #9a9a9a; 
	margin-top: 102px;
}
.foot_block_2{
	width: 120px;
}
.foot_block{
	padding-left: 50px;
}
.quick_title{
	font-size: 18px;
	margin: 20px 0 30px 0;
}
.foot_block ul li{
	height: 35px;
	line-height: 35px;
}
.foot_block ul li a{
	font-size: 14px;
	color: #777777;
	font-family: "AdobeHeiTiStd-Regular","宋体";
	font-weight: bold;
}
.foot_block ul li a:hover{
	color: #093c87;
}

.foot_block_3{
	width: 210px;
}
.foot_block_4{
	width: 300px;
}
.com_address img{
	width: 16px;
	height: 20px;
	margin-right: 10px;
}
.com_tel img{
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.com_tel{
	font-size: 12px;
	height: 30px;
}
.com_address{
	font-size: 12px;
	height: 30px;
}
.foot_block_5{
	width: 155px;
}
.atten_title{
	margin-top:70px;
	text-align: center;
	font-size: 13px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}

.foot_block_5 img{
	width: 120px;
	height: 120px;
}

.copyright{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #777777;
	font-size: 12px;
}
.copyright a{
	display: block;
	float: left;
	height: 100%;
	margin: 0 5px;
}
.copyright a:nth-child(2){
	width: 210px;
	position: relative;
	
}
.copyright a img{
	width: 16px;
	height: 16px;
	position: absolute;
	left:0;
	top:12px;
}





