﻿@charset 'utf-8';
*{ margin:0; padding:0; }
body{ font: 14px "Microsoft Yahei hei"; background: #ffffff; color: #333333; }
h1, h2, h3, h4, h5, h6, table, td, tr, th { font-size: 14px; font-weight:normal; }
ol,ul,li{ list-style: none; }
img{ border:0; }
a:link { color:#333; text-decoration:none; }
a:visited { color:#333; text-decoration:none; }
a:hover { color:#e92032; text-decoration:none; }
a:active { color:#333; text-decoration:none; }
.clear{ clear:both; }
.fix:after {content:'.';display:block;clear:both;visibility:hidden;height:0px;}
.fix {zoom:1;}
.fl{ float:left; }
.left li{ float:left; }
.fr{ float:right !important; }
#layout { width:100%; margin: 0 auto; }
.warp960{width: 960px; margin: 0 auto;}
.w_1673{ width: 1673px; margin: 0 auto; }
.w_1163{ width: 1163px; margin: 0 auto; }
.mt_10{ margin-top: 10px; }
*{ -webkit-margin-before: 0em; -webkit-margin-after: 0em; }
.nor{ margin-right: 0; }
/*隐藏设置*/
.hide{ display: none !important; }
.mian_navs{margin: 20px 0;}
@charset "utf-8";

body {
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #242424;
	background:#fff;
}

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, form, p {
	margin: 0;
	font-weight: normal;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

em, var {
	font-style: normal;
}

ul, ol {
	padding: 0;
	list-style-type: none;
}

.fix:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

.fix {
	zoom: 1;
}

input, textarea, a, button {
	outline: none;
}

input::-moz-focus-inner {
	border: 0;
}

input, textarea, button {
	border: 0 none;
	background: #fff;
}

/* 视频 */

.videobox{
	background: #000;
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 80%;
	height: 88%;
	border-radius: 10px;
	z-index: 102;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	}
#my_video{
	position: fixed;
	bottom: 0;
	right: 0;
	width:100%;
	z-index: 102;
	outline: none;
	top: 50%;   
	left: 50%;
	transform: translate(-50%, -50%);
}
#close_video{
	line-height:35px;
	display: none;
	position: fixed;
	right:20px;
	top: 187px;
	z-index: 102;
	opacity: 0.8;
	border-radius: 50%;
	font-size: .5rem;
	font-weight: bold;
	text-align: center;
}
#close_video{
	position: fixed;
	top:10px;
	right:40px;
	width: 50px;
	height: 50px;
	z-index: 133;
}
.video_bg{
	width: 100%;
	height: 100%;
	display: none;
	background: #0e0e00;
	position:fixed;
	left: 0;
	top: 0;
	opacity: 0.7;
	z-index: 101;
}








/* 公用css */


.w_1200 {width: 1200px;margin: 0 auto;}
.fl {float: left;}
.fr {float: right;}
.f_l {float: left;}
.f_r {float: right;}
.c_b {clear: both;}
.fllist li{float: left;}
.frlist li{float: right;}


