/* 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?#iefix) 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;
}
/*@media(max-width:1366px) {
	.gc_menu ul li a{
		font-size:15px;
	}
}*/

/*footer*/

.footer {
	padding: 40px 0;
	background-color:#29211c;
}
.footer_logo{
  width:282px;
  text-align:center;
}
.footer_logo img{
	display:block;
	margin:23px 0;
	width:100%;
}
.footer_logo >a{
	display:block;
	color:#76655a;
	font-size:14px;
	line-height:14px;
}
.footer_line{
	display:block;
	height:179px;
	width:1px;
	background-color:#191310;
	margin-left:54px;
}
.footer_box {
	/*width:840px;
	margin:0 auto;*/
	margin-left: 54px;
	    width: 840px;
}
.footer_smallbox{
	display:flex;

	margin:0 auto;
}
.footer_navname{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    font-family:"微软雅黑";
    line-height:38px;
}
.footer_smallbox > li {
	flex: 1;
}
.footer_smallbox >  li > ul > li >a {
    color: #76655a;
    font-size:14px;
    font-weight:normal;
    line-height:36px;
}

/*.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:70%;
		margin: 0 auto;
	}*/
	.footer_navname{font-size:15px;}
	.footer_smallbox > li > ul > li >a{font-size:13px;}
}
/*@midea(max-width: 1366px){
	  .footer_navname{font-size:30px;}
	  .footer_smallbox > li > ul > li >a{font-size:13px;}
}*/

.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;
}
.side_nav{
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
	z-index: 99999;
}
.side_nav ul li{
	position: relative;
	width: 60px;
	height: 60px;
  	float: right; 
  	margin-bottom: 1px;
  	/* border-bottom: 1px solid #fff; */
}
.side_nav ul li a{
	display:inline-block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.current_side_n{
	width: 140px!important;
}
.current_side_n a{
	width: 140px!important;
}
/* .current_side_n span{

} */
.side_nav ul li span{
/*  	display:block; */
	width: 148px;
	height: 148px;
  	float: left;
	color:#fff;
	line-height: 60px;
	font-size: 16px;
 	margin-left: 60px;
 	cursor: pointer;
}
.side_nav ul li span img{
	width: 148px;
	height: 148px;
}
.side_nav_3 a{
	width: 60px;
}
.side_nav_3 a span{
	position: absolute;
	right: 60px;
	bottom: 0;
	margin-left: 0!important;
	display: none;
}

.tel a{
	background: #52483e url(../images/24hour_09.png) no-repeat 15px 15px;
}
.QQ a{
	background: #52483e url(../images/0013920_47.png) no-repeat 15px -96px;
}
.sub_QR a{
	background: #52483e url(../images/0013920_47.png) no-repeat 15px -207px;
}
.back_top a{
	background: #52483e url(../images/0013920_47.png) no-repeat 15px -317px;
}


@media (min-width: 100px) and (max-width: 1664px) {
	.footer_logo{width: 230px;}

}	