@charset "utf-8";



@font-face {
  
 
font-family: 'ralewaythin';
    
src: url(../font/raleway_1-webfont.eot);
    
src: url(../font/raleway_1-webfont.eot?#iefix) format('embedded-opentype'),
         
url(../font/raleway_1-webfont.woff2) format('woff2'),
         
url(../font/raleway_1-webfont.woff) format('woff'),
         
url(../font/raleway_1-webfont.ttf) format('truetype'),
         
url(../font/raleway_1-webfont.svg#ralewaythin) format('svg');
    
font-weight: normal;
   
 font-style: normal;



}




@font-face {
	font-family: 'Conv_Helvetica Condensed';
	src: url('../font/Helvetica Condensed.eot');
	src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../font/Helvetica Condensed.woff') format('woff'), 
	url('../font/Helvetica Condensed.ttf') format('truetype'), 
	url('../font/Helvetica Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none
}




.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}

.header .header_top {
	margin: 0 auto;
	padding: 10px 10%;
	position: relative;
}

.header .logo {
	float: left;
	width: 230px;
	position: absolute;
	top: 0;
	left: 10%;
}

.header .logo img {
	width: 100%;
}

.header_menu {
	float: right;
	padding: 12px 0 6px;
	padding-right: 20px;
}

.header_menu ul {}

.header_menu ul li {
	display: inline-block;
	margin-left: 30px;
	text-transform: uppercase;
	color: #666;
	position: relative;
}

.header_menu ul li a {
	color: #ababab;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
}

.header_menu ul li.header_light a {
	position: relative;
	color: #999;
}

.header_menu ul li.header_light a img {
	width: 20px;
}

.header_menu ul li.header_light a .head_ico1 {
	position: absolute;
	top: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.header_menu ul li.header_light a:hover .head_ico1 {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.header_menu ul li:before {
	content: " ";
	display: block;
	width: 1px;
	height: 16px;
	background: #4e4b4b;
	position: absolute;
	right: -17px;
	top: 2px;
}

.header_bot {
	padding: 6px 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: right;
}

.header_bot ul {
	width: 80%;
	margin: 0 auto;
}

.header_bot ul li {
	display: inline-block;
	margin-left: 50px;
	line-height: 28px;
}

.header_bot ul li a {
	color: #f5f5f5;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
}

.header_bot ul li a:hover {
	color: #ccc;
}




.footer {
	padding: 50px 0 10px;
	background:url(../image/fbg.png) top center no-repeat #00646c;
}

.footer_box {
	width: 80%;
	margin: 0 auto;
}

.footer_tleft {
    width: 75%;
    float: left;
}
.footer_tright {
    float: left;
    width: 25%;
}
.footer_menu {}
.footer_menu > ul > li {
    float: left;
    width: 14%;
}
.footer_menu > ul > li a {
    color: #eee;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.footer_menu > ul > li > ul {
    margin-top: 20px;
}
.footer_menu > ul > li > ul > li {margin-top: 8px;}
.footer_menu > ul > li > ul > li a {
    color: #ccc;
    font-size: 14px;
    font-weight: normal;
}

.footer_menu > ul > li a:hover{
    color: #EEE;
}

.footer_menu > ul > li > ul > li a:hover{
    color: #EEE;
}


.footer_bot {
}

.footer_bot ul {
	
	margin-top: 10px;
    border-bottom: 1px solid #efefef;
    padding: 12px 0;
}

.footer_bot ul li {
    color: #ccc;
    float: left;
    margin-right: 40px;
    position: relative;
}
.footer_bot ul li i {
	margin-right: 8px;
	color: #efefef;
}
.footer_bot ul li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 1px;
    background: #ccc;
    right: -20px;
    height: 50%;

}
.footer_bot ul li:last-child:after {
    display: none;
}
.footer_bot h6 {
    color: #ccc;
    margin: 12px 0 0;
}
@media(max-width: 1600px) {
	.footer_tleft {
		width: 70%;
		float: left;
	}
	.footer_tright {
		float: left;
		width: 30%;
	}
}
@media(max-width: 1366px) {
	.footer_box {
		width: 90%;
		margin: 0 auto;
	}
}

.ewm img {
	width: 80px;
	display: block;
	margin: 0 auto;
}

.ewm h4 {
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 20px;
}

.ewm1 img {
	width: 80px;
}

.ewm1 {
	float: right;
}

.ewm2 {
	float: right;
	margin-right: 40px;
}
.ewm3 {
	float: right;
	margin-top:12px;
}




.header_bot ul li {
	position: relative;
}

.header_bot ul li a.header_cn {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	white-space: nowrap;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header_bot ul li a.header_en {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: 'ralewaythin';
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
}

.header_bot ul li:hover a.header_en {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.header_bot ul li:hover a.header_cn {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.header_bot {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header_bot.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	padding: 20px 0 25px;
}
.header_botlog{

float: left;

margin-left: 10%;
display: none
}
.header_botlog img{
	
width: 164px;
}
.header_bot.fixed .header_botlog{
display: block;
}


.footer_tright .map{
	width: 100%;
	display: block;
	margin-top: 54px;
}
.footer_tright .map img{ 
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.head-fixtel{
	width: 190px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 30;
	background: #fff;
	margin-top: -20px;
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
.head-fixtel .tit{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
	color: #efefef;
	background: #4ea09e;
}
.head-fixtel .tel-list li{
	width: 100%;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	border-bottom: solid 1px #eee;
}
.head-fixtel .tel-list li:last-child{
	border-bottom: none;
}
.head-fixtel .tel-list img{
	width: 25px;
	float: left;
	margin-right: 6px;
}