﻿@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;
}

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;
}

.w900 {
	width: 900px;
}
.w960 {
	width: 960px;
}
.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-b-10 {
	padding-bottom: 10px;
}

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

.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-35 {
	margin-top: 35px;
}

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

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

.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-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;
}

.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;
}

body {
	background-color: #fff;
}


/*scrollbar*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bg {
	background-color: #6a6f6d;
}


/*
 * 共用样式
 */


/*a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}*/

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}

img{
	display: block;
}
/*公共样式*/

/*top*/
.top{
	background-color: #e1e1e1;
	min-width: 1200px;
}
.top span{
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #7b7a7a;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	margin: 0 5px;
	color: #7b7a7a;
}
.top ul li a{
	color: #7b7a7a;
}
.logo a{
	display: block;
	height: 81px;
	width: 107px;
}
.logo a img{
	width: 100%;
	height: 100%;
}
.logo div{
	height: 60px;
	border-left: 1px dashed #a9a9a9;
	margin-top: 10px;
	padding-left: 15px;
	margin-left: 5px;
}
.logo div h1{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.logo div span{
	font-size: 14px;
	color: #333;
	height: 20px;
	line-height: 20px;
	letter-spacing:-1px;
}
.logo{
	margin-top: 17px;
}
.nav a{
	display: block;
	float: left;
	height: 115px;
	line-height: 115px;
	padding: 0 20px;
	margin-left: 15px;
	font-size: 15px;
	color: #555;
} 
.nav a:hover{
	color: #fff;
	background-color: #db2511;
}
.nav a.active{
	color: #fff;
	background-color: #db2511;
}
/*footer*/
.footer{
	background-color: #2a2a2a;
	min-width: 1200px;
}
.footer-c{
	padding: 50px 0;
}
.footer-c ul{
	float: left;
}
.footer-c ul li{
	float: left;
	width: 150px;
}
.footer-c ul li h4{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
}
.footer-c ul li h4 a{
	color: #fdfbfb;
}
.footer-c ul li p{
	font-size: 12px;
	line-height: 30px;
}
.footer-c ul li p a{
	color: #b5b5b5
}
.footer-lx{
	width: 230px;
	float: left;
}
.footer-lx p{
	font-size: 12px;
	color: #b5b5b5;
	line-height: 36px;
}
.footer-wx{
	float: right;
	margin-top: 10px;
}
.footer-wx img{
	width: 109px;
	height: 109px;
    padding:10px;
    background-color:#fff;
}
.footer-wx span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #b5b5b5;
	line-height: 30px;
	height: 30px;
}
.bottom{
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #777;
	background-color: #1e1e1e;
	font-size: 12px;
}
.bottom a{
	margin-left: 20px;
	color: #666;
}
/*banners*/
.banners img{
	width: 100%;
	height: auto;
	min-width: 1200px;
}

/*bread*/

/*tab*/

/*title*/
.title h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.title div{
	border-bottom: 1px solid #dedddd;
	position: relative;
}
.title a{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.title i{
	display: block;
	height: 3px;
	width: 60px;
	background-color: #333;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -30px;
}
.title p{
	font-size: 14px;
	color: #bababa;
	text-align: center;
	margin-top: 20px;
}
.title{
	margin: 60px 0 30px;
}

/*menu*/
.menu{
	width: 234px;
}
.menu>div{
	position: relative;
}
.menu1 h2{
	height: 77px;
	line-height: 77px;
	background: url(../img/nume_t.png) no-repeat center center;
	padding-left: 20px;
	overflow: hidden;
}
.menu1 h2 span{
	display: block;
	padding-left: 20px;
	font-size: 24px;
	color: #fff;
	border-left: 3px solid #fff;
	height: 24px;
	line-height: 24px;
	margin-top: 26px;
}
.menu1 li{
	height: 50px;
	margin-top: 2px;
	background-color: #f0eeee;
	padding-left: 20px;
	overflow: hidden;
}
.menu1 li a{
	display: block;
	font-size: 16px;
	color: #727273;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	margin-top: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 3px solid #727273;
}
.menu_1{
	display: block;
	width: 14px;
	height: 21px;
	position: absolute;
	top: -3px;
	right: -17px;
	background: url(../img/nume_1.png) no-repeat center center;
}
.menu1 .menu_1{
	top: 3px;
	right: -14px;
}
.menu_2{
	display: block;
	width: 25px;
	height: 14px;
	position: absolute;
	left: -3px;
	bottom: -17px;
	background: url(../img/nume_2.png) no-repeat center center;
}
.menu1 .menu_2{
	left: 0;
	bottom: -14px;
}
.menu1 li a:hover{
	color: #d00606;
	border-color: #d00606;
}
.menu1 li.active a{
	color: #d00606;
	border-color: #d00606;
}
.menu2 , .menu3{
	box-sizing: border-box;
	border: 3px solid #eee;
	padding: 10px;
	margin-top: 25px;
}
.menu2 img{
	width: 100%;
	height: auto;
}
.menu2 span{
	display: block;
	font-size: 14px;
	color: #727273;
	height: 41px;
	line-height: 41px;
	margin-top: 20px;
	background: url(../img/phone.png) no-repeat left center;
	padding-left: 50px;
}
.menu2 em{
	display: block;
	font-size: 22px;
	color: #db2511;
}
.special-switch{
	width: 100%;
	height: 138px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.special-switch img{
	width: 100%;
	height: auto;
}
.special-switch ul{
	position: absolute;
	bottom: 0;
	right:0;
	z-index: 2;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-end;
    -webkit-justify-content: flex-end;
}
.special-switch ul li{
	float: left;
	width: 13px;
	height: 13px;
	margin: 2px 5px;
	background: url(../img/li_bg.png) repeat;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 13px;
	cursor: default;
}
.special-switch ul li.active{
	color: #c80000;
}
.special-switch ul{
	width: 100%;
	height: 17px;
	background: url(../img/special-switch_bg.png) no-repeat right center;
}

/*crumbs*/
.crumbs h2{
	float: left;
	font-size: 18px;
	color: #333;
	height: 18px;
	line-height: 18px;
	padding-left: 20px;
	border-left: 3px solid #db2511;
}
.crumbs-c span{
	float: left;
	font-size: 14px;
	color: #999;
	height: 18px;
	line-height: 18px;
	padding-left: 20px;
	background: url(../img/home.png) no-repeat left center;
}
.crumbs-c ul li{
	float: left;
	font-size: 14px;
	color: #999;
	height: 18px;
	line-height: 18px;
	margin: 0 2px;
}
.crumbs-c ul li a{
	color: #999;
}
.crumbs{
	padding-bottom: 12px;
	border-bottom: 1px solid #d4d3d3;
	margin-bottom: 35px;
}
/*filtrate*/
.filtrate_box{
	margin-top: 40px;
}
.filtrate {
	width: 1200px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 5px 15px 0;
	
}

.filtrate div {
	border-top: 1px dashed #dcdcdc;
}

.filtrate div:first-child {
	border-top: none;
}

.filtrate label {
	display: block;
	float: left;
	width: 83px;
	text-align: right;
	font-size: 12px;
	color: #787878;
	height: 40px;
	line-height: 40px;
}

.filtrate ul {
	float: left;
	width: 1085px;
}

.filtrate ul li {
	float: left;
}

.filtrate ul li a {
	display: block;
	font-size: 12px;
	color: #333;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
    cursor:pointer;
}

.filtrate ul li.active a {
	color: #fba600;
}

.filtrate ul li a:hover {
	color: #fba600;
}

.filtrate .filtrate_pp {
	padding-bottom: 0;
}

.filtrate .filtrate_pp li {
	margin-bottom: 15px;
}

.sx {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100px;
	padding-left: 20px;
	font-size: 12px;
	color: #333;
	background: url(../img/product/bottom.png) no-repeat 76px center;
	background-color: #e5e5e5;
	margin: 0 auto;
	box-sizing: border-box;
	cursor: pointer;
}

.filtrate_box h4 {
	font-size: 12px;
	color: #666;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	background: url(../img/nav_b.png) no-repeat 60px center;
}

.screening {
	margin-top: 40px;
}

.screening_cont label {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #999;
	margin-right: 20px;
}

.screening_cont ul li {
	float: left;
}

.screening_cont ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	margin-right: 40px;
	color: #ff0000;
}

.number p {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #999;
}

.number p em {
	color: #ff0000;
}

.screening>a {
	display: block;
	font-size: 12px;
	color: #137fe3;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	background: url(../img/product/cx.png) no-repeat left center;
}
.power ul li a{
	width: 112px;
	text-align: center;
	padding: 0;
}
.power{
	position: relative;
}
.power i{
	display: block;
	height: 40px;
	width: 60px;
	position: absolute;
	right: 20px;
	top: 0;
	background: url(../img/bottom.png) no-repeat center center;
	cursor: pointer;
}
.power i.active{
	background-image: url(../img/top.png);
}
.content_page {
    position:absolute;
    bottom:-40px;
    right:480px;
}
.content_page a{
    display:block;
    float:left;
    font-size:14px;
    height:30px;
    line-height:30px;
    width:30px;
    text-align:center;
   border:1px solid #999;
   margin: 0 5px;
   color:#333;
}

.content_page a:hover{
    display:block;
    float:left;
    height:30px;
    line-height:30px;
    width:30px;
    text-align:center;
   background:#d20000;
     border:1px solid #fff;
   color:#fff;
   margin: 0 5px;
}

.content_page a.current {
     display:block;
    float:left;
    height:30px;
    line-height:30px;
    width:30px;
    text-align:center;
   background:#d20000;
     border:1px solid #fff;
   color:#fff;
   margin: 0 5px;
}
