﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {
	margin: 0;
	padding: 0;
}

li, ol {
	list-style: none;
}

i, em, b {
	font-style: normal;
	font-weight: normal;
}

a {
	/* 	color: #c92b20; */
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.clear {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	zoom: 1;
	font-size: 0px;
	content: '.';
}

img {
	padding: 0;
	margin: 0;
	display: block;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 12px;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	display: inline;
	float: right;
	position: relative;
}

img , input {
	border: 0;
	display: inline-block;
	outline: none;
}

.warp {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

div {
	display: block;
}

.c_meau {
	height: 380px;
	position: fixed;
	top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.c_meau>i.close{
	display: block;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/skin/images/suoxiao.png) center center no-repeat red;
    background-size: cover;
    border-radius: 50%;
}
.c_meau::after{
	display: block;
	content: "";
	clear: both;
}
.c_meau .fl {
	width: 125px;
}

.c_meau .fl h4 {
	width: 100%;
	height: 61px;
	background: url(../images/c_meau_4.png) no-repeat;
	color: #81511c;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
}

.c_meau .fl_o {
	background: #fff;
	margin: -16px 0;
	padding: 10px 0 0 0;
}

.c_meau .fl_o_o {
	color: #7d7d7d;
	font-size: 14px;
}

.c_meau .fl_o_o {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	width: 108px;
	text-align: center;
	margin: auto auto 10px auto;
}

.c_meau .fl_o_o dd {
	line-height: 14px;
}

.c_meau .fr_o {
	margin: 90px 0 60px 0;
}

.c_meau .fr_t {
	margin-left: 8px;
	cursor: pointer;
}

.c_meau {
	height: auto;
	display: block;
}

.c_meau .fl_o_o dd {
	line-height: 22px;
}

.c_meau .fl_o {
	margin: -16px 0 -11px 0;
}

.c_meau .fr_o {
	margin: 90px 0 168px 0;
}

.left_meau {
	top: 50%;
	left: 0px;
	width: 100px;
	height: auto;
    display: block;
	position: fixed;
	transform: translateY(-5%);
	text-align: center;
	color:#484848;
}
.left_meau>i.close {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/skin/images/suoxiao.png) center center no-repeat red;
    background-size: cover;
    border-radius: 50%;	
}
.left_meau .fl {
    idth: 100px;
	float: left;
    display: inline;
}
.left_meau .fl h4 {
    width: 100px;
    height: 48px;
    background: url(../images/c_meau_5.png) no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
}
.left_meau .fl_o {
    margin: -16px 0 -11px 0;
	background: #fff;
    padding: 10px 0 0 0;
}
.left_meau .fl_o a {
	display: block;
	margin: 2px 0;
}
.left_meau .fl_o a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #e81816;
}

.left_meau .fl_o   a:hover .index1_img div {
	background: #e81816;
	padding:10px;
}

.left_meau .fl_o .left_item  .index1_img{
	float: left;
    width: 100%;
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
	
}
.left_meau .fl_o .left_item  .index1_img div{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    background: #b9b9b9;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
}

@media screen and (max-device-width: 1366px) {
	.c_meau {
		
		z-index: 9999;
	}
	
	.left_meau {
		
		z-index: 9999;
	}
}