﻿@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */

html {
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	table-layout: fixed;
	word-break: break-all;
}

i {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Microsoft Yahei, tahoma, arial, sans-serif;
}
input{
    border:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}
.clearfix:after,.clearfix:before{
    display:table;content:" ";
}
.clearfix:after{
    clear:both;
}
*{
    box-sizing:border-box;
}
:after,:before{
    box-sizing:border-box;
}
body{
    font:14px/1.5 SimHei,Tahoma,Geneva,sans-serif!important
}

body a {
	color: #ababab;
	outline: none;
	blr: expression(this.onFocus=this.blur())\9;
}

input,
select,
textarea,
button {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: 0;
}



iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

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

q:before,
q:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	line-height: 0
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

.w1020 {
	width: 1020px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}

.w900 {
	width: 900px;
}

.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}

body .fn-hide {
	display: none;
}

body .fn-show {
	display: block;
}

body .fn-v-hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

body .fn-v-show {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

.fn-left,
.fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.padding-t-10 {
	padding-top: 10px;
}

.padding-t-15 {
	padding-top: 15px;
}
.padding-t-60 {
	padding-top: 60px;
}
.padding-t-25 {
	padding-top: 25px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-30{
	padding-top: 30px;
}
.padding-t-35{
	padding-top: 35px;
}
.padding-t-40{
	padding-top: 40px;
}
.padding-b-10 {
	padding-bottom: 10px;
}
.padding-b-25 {
	padding-bottom: 25px;
}


.padding-b-30 {
	padding-bottom: 30px;
}
.padding-b-40 {
	padding-bottom: 40px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.padding-b-60 {
	padding-bottom: 60px;
}
.padding-10 {
	padding: 10px;
}

.padding-tb-10 {
	padding: 10px 0;
}

.padding-lr-5 {
	padding: 0 5px;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-15 {
	margin-top: 15px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-25 {
	margin-top: 25px;
}

.margin-t-30 {
	margin-top: 30px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-t-50 {
	margin-top: 50px;
}
.margin-t-60 {
	margin-top: 60px;
}
.margin-t-70 {
	margin-top: 70px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-t-40 {
	margin-top: 40px;
}
.margin-t-50 {
	margin-top: 50px;
}
.margin-l-5 {
	margin-left: 5px;
}

.margin-l-10 {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-5 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-b-40 {
	margin-bottom: 40px;
}
.margin-b-50{
	margin-bottom: 50px;
}
.margin-b-60{
	margin-bottom: 60px;
}
.margin-b-70{
	margin-bottom: 70px;
}

.margin-b-100 {
	margin-bottom: 100px;
}

.margin-r-40 {
	margin-right: 40px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.margin-lr-10 {
	margin: 0 10px;
}

.margin-lr-20 {
	margin: 0 20px;
}
.padding-20{
	padding: 0 20px;
}
.p70{
	padding:70px 0;
}
.padding-b-70{
	padding-bottom: 70px;
}
.b-r-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.b-r-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

.b-r-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}

.b-r-50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.w1200{
	width:1200px;
	margin:0 auto;
}

/*logo*/
.logo{
	overflow: hidden;
	width: auto;
	height: 60px;
}
.logo img{
	width: auto;
	height: 100%;
}
.tel-c{
	/*width: 250px;*/
	background: url(../images/8090_06.png) no-repeat center left;
	text-align: left;
	font-size:16px;
	color:#333;
	padding-left:56px;
	margin-top:8px;
}
.tel-c{
	font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
}
.tel-c span{
	font-size: 30px;
	color:#671d0f;
	font-weight: bold;
}


/*导航*/
.nav{
	width: 100%;
	height: 85px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.nav .logo{
	height: 50px;
	width: auto;
	margin-top: 22px;
}
.nav .logo img{
	width: auto;
	height: 100%;
}
.nav .nav-list{
	width: 610px;
	margin-left: 120px;
	overflow: hidden;
}
.nav .nav-list a{
	line-height: 85px;
	padding:0 15px;
	font-size:16px;
	color:#fff;
}
.nav .nav-list a.active,.nav .nav-list a:hover{
	color:#f4180d;
}
.nav .tel{
	/*width: 270px;*/
	background: url(../images/lqc_06.png) no-repeat left center;
	padding-left: 45px;
	font-size: 16px;
	color:#c6c6c6;
	line-height: 35px;
	margin-top: 8px;
}
.nav .tel p{
	font-size: 26px;
	color:#fff;
	font-weight: bold;

}

/*底部*/
.c-6{
	padding:38px 0;
	background: #333333;
}
.c-6 .f-link{
	padding-bottom: 30px;
	border-bottom: 1px solid #4f4f4f;
}
.c-6 .f-link .link-title{
	width: 145px;
	height: 42px;
	background: #d92017;
	text-align: center;
	line-height: 42px;
	color:#fff;
	font-size:16px;
	border-radius: 5px;
}
.c-6 .f-link .link-a{
	margin-top:25px;
}
.c-6 .f-link .link-a a{
	font-size: 14px;
	color:#c6c6c6;
	margin-right: 15px;
}
.c-6 .f-link .link-a a:hover{
	color:#fff;
}
.c-6 .f-con .bottom-l{
	width: 70%;
	overflow: hidden;
}
.c-6 .f-con .bottom-l .f-logo{
	width: auto;
	height: 80px;
	margin-top: 12px;
}
.c-6 .f-con .bottom-l .f-logo img{
	width: auto;
	height: 100%;
}
.c-6 .f-con .bottom-l .f-text{
	width: 50%;
	margin-left: 25px;
}
.c-6 .f-con .bottom-l .f-text h4{
	font-size:22px;
	color:#fff;
}
.c-6 .f-con .bottom-l .f-text h5{
	background: url(../images/email.png) no-repeat left center;
	padding-left: 22px;
	font-size:14px;
	color:#fff;
	margin-top:10px;
}
.c-6 .f-con .bottom-l .f-text h6{
	background: url(../images/map.png) no-repeat left center;
	padding-left: 22px;
	font-size:14px;
	color:#fff;
	margin-top:10px;
}
.c-6 .f-con .bottom-r{
	width: 25%;
	overflow: hidden;
}
.c-6 .f-con .bottom-r .ewm{
	width: 100px;
	height: 100px;
	float: left;
	background: #fff;
}
.c-6 .f-con .bottom-r .ewm img{
	width: 100%;
	height: 100%;
}
.c-6 .f-con .bottom-r .f-tel{
	width: 61%;
	float: right;
}
.c-6 .f-con .bottom-r .f-tel p{
	background: url(../images/dh.png) no-repeat left center;
	padding-left: 22px;
	font-size:14px;
	color:#989898;
}
.c-6 .f-con .bottom-r .f-tel h2{
	font-size:23px;
	color:#fff;
	font-weight: bold;
	margin-top:4px;
}
.c-6 .f-con .bottom-r .f-tel a{
	width: 107px;
	height: 36px;
	color:#fff;
	background: #d92017;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	display: block;
	cursor: pointer;
	border-radius: 5px;
	margin-top:7px;
}

.f-technology{
	background: #111111;
	height: 48px;
	line-height: 48px;
	font-size:14px;
	color:#c6c6c6;
	text-align: center;
}
.f-technology a:hover{
	color:#fff;
}



.bottom{
	width: 100%;
	height: 80px;
	background: rgba(165,8,0);
}
.fuchuang{
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 80px;
    z-index: 999999;
    background: rgba(165,8,0,0.9);
}
.fuchuang .fc01{
	width: auto;
	height: 40px;
	margin-top: 22px;
}
.fuchuang .fc01 img{
	width: auto;
	height: 100%;
}
.fuchuang .fc02{
	width: 615px;
	margin-left: 105px;
}
.fuchuang .fc02 .inp01{
    width: 225px;
    height: 33px;
    border: 1px solid #eee;
    background: #fff;
    padding-left: 10px;
    color: #999;
    margin-top: 24px;
    margin-right: 10px;
}
.fuchuang .fc02 .inp02{
    width: 105px;
    background: #000;
    color: rgb(245, 113, 107);
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin-left: 10px;
}
.fuchuang .fc03{
	background: url(../images/f-tel.png) no-repeat left center;
	padding-left: 45px;
	color:#bbb;
	font-size: 15px;
	margin-top: 12px;
}
.fuchuang .fc03 p{
	font-size:25px;
	color:#fff;
	font-weight: bold;
}



/*漂浮窗*/
.demo-icon {
	font-family: "fontello" !important;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
	margin-left: .2em;
	/* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.cndns-right *:hover {
	text-decoration: none;
}
.cndns-right * {
	text-decoration: none;
}
.cndns-right li {
	list-style: none;
}
.cndns-right #zixunUl {
	margin: 0;
	padding: 0;
}
.cndns-right {
	position: fixed;
	right: 10px;
	bottom: 11%;
	margin-top: -100px;
	z-index: 100;
	font-family: Arial, "Microsoft YaHei" !important;
	background: #000;
	border: 1px solid #222;
	filter: alpha(opacity=9);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 99999;
}
.cndns-right i {
	font-style: normal !important;
}
.cndns-right-meau {
	position: relative;
}
.cndns-right-btn {
	width: 75px;
	height: 80px;
	text-align: center;
	display: block;
	position: relative;
	text-decoration: none;
	border-top: 1px solid #222;
}
.cndns-right-btn:hover {
	background: #000;
}
.cndns-right-btn span {
	color: #f00;
	font-size: 28px !important;
	line-height: 52px;
}
.cndns-right-btn span img {
	margin-bottom: -10px;
	display: inherit;
}
.cndns-right-btn sup {
	display: block;
	min-width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: -12px;
	top: -12px;
}
.cndns-right-btn p {
	color: #eee;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	margin: 0;
	text-decoration: none;
	padding-bottom: 10px;
}
.cndns-right-meau:hover .cndns-right-btn p {
	display: block;
	text-decoration: none;
}
.meau-car .cndns-right-btn {
	border-color: #000;
	margin-bottom: 20px;
	text-decoration: none;
}
.meau-car .cndns-right-meau:hover .cndns-right-btn {
	background-color: #000;
	text-decoration: none;
}
.meau-car .cndns-right-meau:hover .cndns-right-btn span {
	color: #fff;
	display: block;
	text-decoration: none;
}
.meau-code .sev-t img {
	width: 134px;
	height: 134px;
	margin: 0;
	padding: 0;
}
.meau-car .cndns-right-btn span {
	color: #000;
}
.meau-top .cndns-right-btn span {
	font-size: 24px !important;
	line-height: 38px;
	padding-top: 10px;
}
.meau-top .cndns-right-btn i {
	display: block;
	color: #eee;
	font-size: 12px;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn {
}
.cndns-right-box {
	position: absolute;
	top: -15px;
	right: 62px;
	padding-right: 25px;
	display: none;
}
.cndns-right-box .box-border {
	border-top: 4px solid #ff1a1a;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 20px;
	background-color: #000;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.cndns-right-box .box-border .arrow-right {
	display: block;
	width: 13px;
	height: 16px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: -13px;
	top: 26px;
}
.cndns-right-box .box-border .sev-t span {
	font-size: 42px;
	float: left;
	display: block;
	line-height: 56px;
	margin-right: 20px;
	color: #d3d3d3
}
.cndns-right-box .box-border .sev-t p {
	float: left;
	color: #ff1a1a;
	font-size: 22px;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
.cndns-right-box .box-border .sev-t p i {
	display: block;
	font-size: 14px;
	color: #999;
	font-style: normal !important;
}
.cndns-right-box .box-border .sev-b {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #333;
}
.cndns-right-box .box-border .sev-b h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}
.cndns-right-box .box-border .sev-b li {
	float: left;
	width: 50%
}
.cndns-right-box .box-border .sev-b li a {
	display: inline-block;
	color: #eee;
	font-size: 14px;
	padding-left: 43px;
	background: url(../images/zxqq.png) no-repeat left 3px;
	line-height: 36px;
}
.cndns-right-box .box-border .sev-b li a:hover {
	color: #f8c80f;
}
.meau-sev .cndns-right-box .box-border {
	width: 300px;
}
.meau-contact .cndns-right-box .box-border {
	width: 230px;
}
.cndns-right-meau:hover .cndns-right-box {
	display: block
}
.meau-code .cndns-right-box {
	top: inherit;
	bottom: -35px;
}
.meau-code .cndns-right-box .box-border {
	width: 156px;
	text-align: center;
}
.meau-code .cndns-right-box .box-border i {
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 22px;
}
.meau-code .cndns-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 50px;
}
.meau-zs .cndns-right-btn {
	background-color: #000;
	color: #fff;
	margin-top: 80px;
	border-color: #000
}
.meau-zs .cndns-right-btn span {
	color: #fff
}
.meau-zs .cndns-right-btn p {
	color: #fff
}
.sev-t {
	overflow: hidden;
}
