﻿/* phone_header */

@charset "utf-8";

/* CSS Document */

@font-face {
  
 
font-family: 'ralewaythin';
    
src: url(../fonts/raleway_1-webfont.eot);
    
src: url(../fonts/raleway_1-webfont.eot) format('embedded-opentype'),
         
url(../fonts/raleway_1-webfont.woff2) format('woff2'),
         
url(../fonts/raleway_1-webfont.woff) format('woff'),
         
url(../fonts/raleway_1-webfont.ttf) format('truetype'),
         
url(../fonts/raleway_1-webfont.svg#ralewaythin) format('svg');
    
font-weight: normal;
   
 font-style: normal;



}




@font-face {
	font-family: 'Conv_Helvetica Condensed';
	src: url('../fonts/helvetica condensed.eot');
	src: local('Ã¢ËœÂº'), url('../fonts/helvetica condensed.woff') format('woff'), 
	url('../fonts/helvetica condensed.ttf') format('truetype'), 
	url('../fonts/helvetica condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: STXihei, STHeitiLight, ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Â ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ, "Microsoft JhengHei", "Microsoft YaHei", ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	
}


a:hover {
	text-decoration: none
}


/*header*/

.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*/

.footer {
	padding: 50px 0 10px;
	background:url(../images/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: 40px;
    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;
}