﻿	@charset "utf-8";
	/* CSS Document
	** author:犇犇科技
	** tips:
	* */
	
	* {
		padding: 0px;
		margin: 0px;
		list-style: none;}
	
	img {
		border: none;
		border: 0;}
	
	a {
		text-decoration: none;
		color: #333;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out
	;}
	
	a:hover {
		color: #94070a;
		text-decoration: none;}
	
	a:focus {
		outline: 0;}
	
	html {
		font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;
		background: #fff;}
	
	body {
		background: #fff;
		color: #333;
		width: 100%;
		position: relative;}
	
	input,
	input:focus {
		outline: none;
		text-indent: 5px
	;}
	
	h1 {
		font-size: 20px
	;}
	
	h2 {
		font-size: 18px
	;}
	
	h3 {
		font-size: 20px;
		color: #333;
		font-weight: inherit;}
	
	h4 {
		font-size: 14px
	;}
	
	p {
		color: #666
	;}
	/**/
	
	.w1200 {
		width: 1200px;
		height: auto;
		margin: 0 auto;}
	
	.w1100 {
		width: 1100px;
		height: auto;
		margin: 0 auto;}
	
	.fl {
		float: left;}
	
	.fr {
		float: right;}
	
	.clear {
		clear: both;}
	
	.clearfix {
		zoom: 1;}
	
	.clearfix:after {
		display: table;
		clear: both;}
	
	.whitespace {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;}
	
	.inner_banner_wrap{
		
		padding: 0 10px;}
	img:hover {
		opacity: 0.9;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;}
	/*top*/

	.webHeader {
		height: 160px;
		position: relative;
		background: url(../images/head_bg.jpg) no-repeat center 0;
		background-size: 100% 100%;
		z-index: 996;}
	
	.webHeader .logo {
		height: 86px;
		width: auto;
		margin: 37px 0
	;}
	
	.webHeader .logo a {
		display: inline-block;
		float: left;}
	
	.webHeader .logo .logo_img {
		height: 86px;
		width: 86px;}
	
	.webHeader .logo .slogen {
		height: 49px;
		width: auto;
		margin-top: 18px;
		margin-left: 15px;}
	.webHeader .logo .slogen:hover{
		opacity: 1;}
	.header_text {
		opacity: 0.9;
		height: 86px;
		float: right;
		line-height: 86px;
		color: #fff;
		font-size: 16px;
		margin-top: 37px;
		margin-right: 140px;}
	/*nav*/
	
	.nav {
		position: relative;
		height: 62px;
		width: 100%;
		background: #94070a;
		z-index: 999;}
	
	.nav .nav_lev1 li {
		position: relative;
		width: 12.5%;
		height: 62px;
		float: left;
		text-align: center;
		display: block;}
	
	.nav .nav_lev1 li a {
		display: block;
		height: 100%;
		width: 100%;
		line-height: 62px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		position: relative;}
	
	.nav .nav_lev1 li:hover>a,
	.nav .nav_lev1 li.active>a {
		color: #f94d44;
		background: #fff;}
	
	.nav_lev2 {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		padding: 5px 0;
		width: 100%;
		z-index: 99;
		background: #fff;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
		border: 1px solid #f3f3f3;
		border-top: 0;
		border-radius: 0 0 5px 5px;
		z-index: 99999;
		background: #fff;}
	
	.nav .nav_lev1 li .nav_lev2 li {
		width: 100%;
		height: 30px;
		line-height: 30px;
		float: none;}
	
	.nav .nav_lev1 li .nav_lev2 li a {
		line-height: 30px;
		color: #666;}
	
	.nav .nav_lev1 li .nav_lev2 li a:hover {
		color: #f94d44;
		font-weight: 400;}
	
	.nav_lev3 {
		display: none;
		position: absolute;
		top: 0;
		padding: 5px 0;
		width: 100%;
		left: 100%;
		z-index: 99;
		background: #fff;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		border-radius: 0 0 5px 5px;
		border: 1px solid #f3f3f3;}
	.nav_bar {
		display: none;
		position: absolute;
		right: 15px;
		top: 22px;
		height: 24px;
		width: 20px;
		padding: 5px 10px;
		background: #f94d44;
		border-radius: 5px;
		opacity: 0.9;}
	
	.nav_bar span {
		display: block;
		height: 3px;
		margin: 4px auto;
		background: #fff;}
	
	#owl-demo {
		padding-top: 0px;}
	
	#inner_banner {
		margin-top: 0px;
		width: 100%;
		height: auto;
		padding-bottom: 14.179166666%;
		background: url(../images/inner_banner.jpg) no-repeat center 0;
		background-size: 100% 100%;}
	
	.mask {
		display: none;
		position: fixed;
		left: 0;
		top: 60px;
		height: 100%;
		width: 100%;
		background: #fff;
		background: rgba(255, 255, 255, 0.95);
		
		z-index: 996
	;}
	
	.nav.sm {
		display: block;
		position: fixed;
		left: 50%;
		top: 60px;
		height: 600px;
		width: 100%;
		max-width: 460px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		text-align: center;
		z-index: 1000;
		padding: 0;
		overflow: scroll;
		background: #fff;}
	
	.nav.sm .nav_lev1 {
		padding: 10px 15px;}
	
	.nav.sm .nav_lev1 li {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		text-align: left;
		display: block;
		margin-bottom: 8px;}
	
	.nav.sm .nav_lev1 li a {
		text-align: left;
		color: #111;
		line-height: 20px;
		font-size: 15px;}
	
	.nav.sm .nav_lev1 li:hover>a,
	.nav.sm .nav_lev1 li.active>a {
		color: #f94d44;}
	
	.nav.sm .nav_lev1 ul {
		overflow: hidden;
		display: block;
		box-shadow: none;
		-webkit-box-shadow: none;
		position: static;
		font-size: 12px;
		padding: 0;}
	
	.nav.sm .nav_lev1 li .nav_lev2 li {
		height: auto;
		width: 50%;
		float: left;
		padding: 0;
		margin: 0 7px 0 0;}
	
	.nav.sm .nav_lev1 li .nav_lev2 li a {
		font-size: 14px;
		color: #666;}
	
	.nav.sm .nav_lev3 {
		margin-left: 10px;
		font-size: 12px;
		color: #999;
		float: left;}
	
	.nav.sm .nav_lev3 a {
		color: #999;}
	
	.nav.sm .nav_lev1 li .nav_lev2 li.nav_lev3_li {
		float: left;}
	/**/
	
	.footer {
		width: 100%;
		height: auto;
		background: #94070a;
		padding-top: 60px;
		padding-bottom: 25px;}
	
	.footer .footer_inner {
		height: auto;
		width: 100%;
		overflow: hidden;
		position: relative;
		padding-bottom: 25px;}
	
	.footer .footer_nav {
		width: auto;
		height: auto;
		float: left;}
	
	.footer .footer_nav_item {
		width: auto;
		float: left;
		margin-right: 74px;}
	
	.footer .footer_nav_item p {
		font-size: 15px;
		color: #d2d2d2;
		margin-bottom: 10px
	;}
	.footer .footer_nav_item p a{
			color: #dfb5b6;}

	
	.footer .footer_nav_item li {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
		margin: 12px 0;}
	
	.footer .footer_nav_item p a {
		
		color: rgba(255, 255, 255, 0.7);
		font-size: 16px;}
	
		.footer .footer_nav_item p a:hover {
		color: #fff;}
	.footer .footer_nav_item p a:hover {
		
		color: rgba(255, 255, 255, 1);}
	
		.footer .footer_nav_item li a {
		color: #ca8383;}
	
	.footer .footer_nav_item li a:hover {
		color: #fff;}
	.footer .footer_nav_item li a {
		color: rgba(255, 255, 255, 0.5)
	;}
	
	.footer .footer_nav_item li a:hover {
		color: rgba(255, 255, 255, 1)
	;}
	
	.footer .company_info {
		position: absolute;
		width: auto;
		max-width: 320px;
		right: 0;
		height: auto;
		top: 0;}
	
	.footer .company_info div {
		font-size: 14px;
		line-height: 30px;
		height: 30px;}
	
	.footer .company_info div span {
		float: left;
		text-align: center;
		height: 100%;
		line-height: 30px;
		width: 30px;
		display: block;
		margin-right: 10px;}
		.footer .company_info div p {
		
		color: #c47778;}
	.footer .company_info div p {
		overflow: hidden;
		color: rgba(255, 255, 255, 0.45);}
	
	.footer .company_info img {
		margin-top: 6px;}
	
	.footer .banquan {
		font-size: 14px;
	color: #c47778;
		margin-top: 10px
	;}
	.footer .banquan {
		font-size: 14px;
		color: rgba(255, 255, 255, 0.45);
		margin-top: 10px
	;}
	
	.footer .banquan a {
		color: #aaa;}
	
	.footer .banquan a:hover {
		color: #fff;}
	
	@media screen and (max-width:1200px) {
		.footer {
			padding-top: 20px;
			padding-bottom: 20px;}
		.footer .footer_nav {
			display: none;}
		.footer .footer_inner {
			padding-bottom: 10px;}
		.footer .banquan {
			padding: 0 10px 20px 10px;
			text-align: center;
			font-size: 12px;}
		.footer .banquan span {
			display: block;}
		.footer .company_info {
			position: static;
			width: 100%;
			height: auto;
			text-align: left;
			line-height: 20px;
			max-width: auto;}
		.footer .company_info div {
			height: auto;
			padding: 0 10px;}
		/*.footer .company_info img {
			display: none;
		}*/
	}
	
	@media screen and (max-width: 1200px) {
		.mask {
			display: none;}
		body {
			max-width: 100%;
			width: 100%;
			margin: 0 auto;}
		.w1200 {
			width: 100%;}
		.w1100 {
			width: 100%;}
		.header_text {
			display: block;}
	}
	
	@media screen and (max-width: 1200px) {
		
		
		
	.nav_lev2 {
		
		border:0 none;}
	

	
	.nav_lev3 {
		border: 0 none;}
	
		.nav_bar {
			display: block;
			top: 14px
		;}
		.header_text {
			display: none;}
		#owl-demo {
			padding-top: 60px;}
		#inner_banner {
			margin-top: 60px;
			padding-bottom: 28.9583%;
			background: url(../images/inner_banner2.jpg) no-repeat center 0;
			background-size: 100% 100%;}
		body {
			max-width: 460px;
			width: 100%;
			margin: 0 auto;}
		.w1200 {
			width: 100%;}
		.w1100 {
			width: 100%;}
		.nav {
			display: none;}
		.webHeader {
			height: 60px;
			overflow: hidden;
			position: fixed;
			left:50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			top: 0;
			width: 100%;
			max-width: 460px;}
		.webHeader .logo {
			height: 44px;
			width: auto;
			margin-top: 6px;
			margin-left: 8px;}
		.webHeader .logo .logo_img {
			height: 44px;
			width: auto;}
		.webHeader .logo .slogen {
			height: 26px;
			width: auto;
			margin-top: 7px;
			margin-left: 10px;}
	}