@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	font-family: "微软雅黑", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #333;
}
ol, ul {
	list-style: none;
}
em, i {
	font-style: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
}
:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
.container {
	width: 100%;
}
.w1180, .head, .footer {
	width: 1180px;
	margin: 0px auto;
}
.bg_gray {
	background: #eeeeee;
}
/*****************顶部菜单样式  开始****************/
.header_wrapper {
	width: 100%;
	height: 70px;
	box-shadow: 2px 6px 5px rgba(0,0,0,0.08);
}
.head h1 {
	float: left;
}
.head h1 a {
	padding-top: 14px;
	width: 162px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/img_logo.png) 0px 14px no-repeat;
	background-size: 162px 42px;
}
.head .nav {
	float: right;
	position: relative;
	list-style: none;
}
.head .nav .nav_menu {
	line-height: 67px;
	text-transform: uppercase;
}
.head .nav .nav_menu-item {
	display: inline-block;
	position: relative;
}
.head .nav .nav_menu-item a {
	font-size: 15px;
	color: #333;
	text-decoration: none;
	padding: 24px;
}
.head .nav .nav_menu-item a:hover {
	color: #ee780c;
}
.head .nav .nav_menu-item {
	display: inline-block;
	position: relative;
	z-index: 999;
}
.head .nav .nav_menu-item:hover, .status {
	border-bottom: 3px solid #ee780c;
}
.head .nav .status a {
	color: #ee780c;
}
.head .nav .nav_menu-item:hover .nav_subnav, .head .nav .nav_menu-item:hover .nav_submenu {
	display: block;
}
.head .nav .nav_subnav, .head .nav .nav_submenu {
	padding: 10px 10px;
	margin-top: 0px;
	text-transform: none;
	display: none;
	position: absolute;
	width: 200px;
	background-color: #fff;
	border-top: 3px solid #ee780c;
}
.head .nav .nav_subnav {
	width: 560px;
	left: -100px;
	/*left: -60px;*/
	padding: 10px 10px 0px 30px;
	box-shadow: 0px 6px 6px 6px rgba(0,0,0,0.08);
	z-index: 999;
}
.head .nav .nav_subnav ul {
	float: left;
	margin: 0px 40px 4px 0px;
}
.head .nav .nav_subnav ul.lastChild {
	margin: 0px 0px 4px 0px;
}
.head .nav .nav_submenu li {
	width: 200px;
}
.head .nav .nav_subnav li{
	line-height: 30px;
	font-size: 14px;
}
.head .nav .nav_submenu li {
	line-height: 36px;
	font-size: 14px;
}
.head .nav .nav_subnav li a {
	padding: 0px;
	font-size: 12px;
	color: #777777;
	font-weight: normal;
}
.head .nav .nav_subnav li a:hover {
	color: #1ab1fe;
	font-weight: normal;
}
.head .nav .nav_submenu li a {
	font-size: 14px;
}
.head .nav .nav_submenu li a:hover {
	font-weight: normal;
}
.head .nav .nav_submenu-item:hover {
	color: #1ab1fe;
}
.head .nav .nav_subnav .tips {
	z-index: 999;
	clear: both;
}
.head .nav .nav_subnav .tips a {
	margin: 0px;
	padding: 0px;
}
.head .nav .nav_menu li {
+float:left;
}
.head .nav .nav_subnav, .head .nav .nav_submenu {
+margin-top: 67px;
+margin-left:-60px;
}
.head .nav .nav_submenu {
+margin-left:-120px;
}
/*.head .nav .nav_subnav{+width:590px;}*/
.head .nav .nav_subnav li {
+float:none;
}
/*****************顶部菜单样式  结束****************/




/*****************底部样式  开始****************/
.footer_wrapper {
	width: 100%;
	background: #292c2d;
}
.foot {
	overflow: hidden;
	padding: 80px 0px;
}
.foot dl {
	float: left;
	margin: 0px 40px 0px 40px;
	/*max-width: 256px;*/
}
.foot dl dt {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 40px;
}
.foot dl dd {
	margin-bottom: 10px;
	line-height: 24px;
}
.foot dl dd, .footer p, .foot dl dd a {
	color: #999999;
	font-size: 14px;
}
.foot dl dd.tel {
	font-size: 34px;
	margin: 24px 0px;
}
.footer p {
	text-indent: 40px;
}
.footer {
	padding-bottom: 100px;
}
.pb30 {
	padding-bottom: 30px;
}
/*****************底部样式  开始****************/
/*****************免费体验表单样式  开始****************/
.form {
	padding: 10px 0px;
}
.form input:first-child {
	margin-left: 40px;
	width: 24%
}
.form input:nth-child(2) {
	width: 24%
}
.form input:nth-child(3) {
	width: 14%;
}
.form input {
	margin-left: 10px;
	height: 40px;
	padding: 0px 10px;
	border-radius: 2px;
}
.form button {
	margin-left: 10px;
	background: #ee780c;
	width: 24%;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	height: 40px;
	border-radius: 2px;
}
.form_layer, .form_tel {
	position: fixed;
	bottom: 0px;
	z-index: 999;
}
.form_tel {
	background: url(../images/img_contact.png) no-repeat;
	width: 172px;
	height: 192px;
	left: 10%;
	bottom: 5px;
}

/*media query*/
@media screen and (max-width:1850px) {
.form {
	padding-left: 172px;
}
}

@media screen and (max-width:1630px) {
.form {
	padding-left: 280px;
}
.form input:first-child {
	width: 18%
}
.form input:nth-child(2) {
	width: 18%
}
.form input:nth-child(3) {
	width: 12%;
}
}
/*****************免费体验表单样式  结束****************/
/***********视频弹窗样式  开始***********/
.v-video-box {
	position: fixed;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	opacity: 1;
}
.v-video-box.closed {
	opacity: 0;
	display: none;
}
.v-video-box .lay {
	position: absolute;
	z-index: 8000;
	background-color: rgba(0,0,0,0.80);
	width: 100%;
	height: 100%;
}
.v-video-box .content {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 95%;
	max-height: 95%;
	height: auto;
	padding: 15px;
	margin: -250px 0 0 -450px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.60);
	z-index: 10000;
}
.v-video-box .content .video {
	width: 900px;
}
.v-video-box .content .noad-box, .v-video-box .content embed, .v-video-box .content iframe, .v-video-box .content video, .v-video-box .content object {
	display: block;
	width: 860px;
	height: 523px;
}
.v-video-box .content .close-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -18px;
	line-height: 26px;
	right: -18px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,1.00);
	font-size: 24px;
	color: #ffffff;
	background-color: #333;
	cursor: pointer;
	text-align: center;
}
.v-video-box .content .close-btn span {
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.v-video-box .content .close-btn:after {
	display: inline-block;
	vertical-align: middle;
	content: '.';
	visibility: hidden;
	height: 100%;
	width: 0;
}
.v-video-box .content .close-btn img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
}
/********视频弹窗样式  结束***********/
.whyie {
	background: #f1fae6;
	padding: 30px 0px;
	width: 100%;
	overflow: hidden;
}
.text {
	background: url(../images/img_why.png) 100px 40px no-repeat;
	width: 1180px;
	height: 200px;
	line-height: 30px;
}
.text p {
	padding-left: 280px;
}
.explorer {
	padding-left: 280px;
	padding-top: 30px;
}
.explorer a {
	float: left;
	width: 72px;
	padding: 86px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #777777;
	margin: 0px 30px;
}
.explorer .firefox {
	background: url(../images/icon_firefox.png) no-repeat;
}
.explorer .Chrome {
	background: url(../images/icon_chrome.png) center 4px no-repeat;
}
.explorer .Safari {
	background: url(../images/icon_safari.png) no-repeat;
}
.explorer .ie11 {
	background: url(../images/icon_ie11.png) center 5px no-repeat;
}
.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
