html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
a,
a:hover {
  text-decoration: none;
}
input {
  outline: none;
  border: none;
}
.ms-controller {
  visibility: hidden;
}
/*常用功能样式*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
/*清除浮动*/
.hide {
  display: none;
}
/*隐藏*/
.show {
  display: block;
}
/*显示*/
.fl {
  float: left;
}
/*左浮动*/
.fr {
  float: right;
}
/*右浮动*/
.pr {
  position: relative;
}
/*相对定位*/
.pa {
  position: absolute;
}
/*绝对定位*/
.pf {
  position: fixed;
}
/*固定定位*/
.fwn {
  font-weight: normal;
}
/*文字-标准*/
.fwb {
  font-weight: bold;
}
/*文字-变粗*/
.tal {
  text-align: left;
}
/*文字居左*/
.tac {
  text-align: center;
}
/*文字居中*/
.tar {
  text-align: right;
}
/*文字居右*/
.vam {
  vertical-align: middle;
}
/*垂直居中*/
.vat {
  vertical-align: top !important;
}
/*垂直居上*/
.vab {
  vertical-align: bottom;
}
/*垂直居下*/
.csp {
  cursor: pointer;
}
/*光标-手*/
.csd {
  cursor: default;
}
/*光标-箭头*/
.csh {
  cursor: help;
}
/*光标-问号*/
.csm {
  cursor: move;
}
/*光标-四个箭头*/
.ma {
  margin: 0 auto;
}
/*水平自动居中*/
.onetxt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*文字只显示一行*/
.moretxt {
  text-overflow: clip;
  white-space: normal;
  overflow: hidden;
}
.inlinetxt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*table内文字显示一行*/
.img-block {
  display: block;
  width: 100%;
}
.img100 {
  width: 100%;
  height: 100%;
  display: block;
}
::-webkit-scrollbar {
  display: none;
}
.ms-controller {
  visibility: hidden;
}
/*隐藏滚动条*/
body {
  background-color: #fff;
  font-size: 12px;
  font-family: '微软雅黑', 'Arial';
}
.lh-60 {
  line-height: 60px;
}
.m-r-none {
  margin-right: 0 !important;
}
.m-t-35 {
  margin-top: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-none {
  padding-left: 0 !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.balk-50 {
  height: 50px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-big {
  font-weight: bold;
}
.color-blue {
  color: #3388ff;
}
.color-black {
  color: #333;
}
.color-gray {
  color: #666 !important;
}
.color-green {
  color: #44b548;
}
.color-pink {
  color: #f27070;
}
.color-gray-dark {
  color: #999 !important;
}
.color-white {
  color: #fff;
}
.color-red {
  color: red;
}
.bg-bule-dark {
  background-color: #768592;
}
.bg-brown {
  background-color: #d8d2c4;
}
.bg-light-gray {
  background-color: #f6f6f6;
}
.btn-a {
  display: inline-block;
  padding: 0 25px;
  color: #000;
  border: solid 1px #000;
  font-size: 16px;
  line-height: 35px;
}
.btn-a:hover {
  color: #fff;
  background-color: #000;
}
.btn-small {
  padding: 0 20px !important;
  line-height: 28px !important;
}
.laymid {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.laymid:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
/*首页*/
.header {
  width: 100%;
  height: 876px;
}
.header #sw1 {
  width: 100%;
  height: 876px;
}
.header #sw1 .swiper-slide {
  position: relative;
}
.header #sw1 .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.header #sw1 .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8d8d8;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
}
.header #sw1 .pagination .swiper-active-switch {
  background-color: #fff;
}
.header #sw1 .bnwz {
  width: 800px;
  position: absolute;
  z-index: 33;
  height: auto;
  top: 50%;
  left: 50%;
}
.header #sw1 .bnwz.private {
  top: 40%;
}
.header #sw1 .bnwz.private1 {
  top: 35%;
}
.header #sw1 .bnwz.private1 .text {
  font-weight: normal;
  font-size: 70px;
}
.header #sw1 .bnwz.private1 .text:after {
  display: none;
}
.header #sw1 .bnwz.private1 .text p {
  font-size: 40px;
}
.header #sw1 .bnwz.private1 .more {
  margin-top: 0;
}
.header #sw1 .bnwz.private2 {
  top: 25%;
  left: 20%;
}
.header #sw1 .bnwz.private2 .text {
  font-weight: normal;
  font-size: 60px;
}
.header #sw1 .bnwz.private2 .text:after {
  display: none;
}
.header #sw1 .bnwz.private2 .text p {
  font-size: 50px;
  line-height: 140px;
}
.header #sw1 .bnwz.private2 .text span {
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  display: block;
}
.header #sw1 .bnwz.private2 .more {
  margin-top: 60px;
}
.header #sw1 .bnwz .text {
  font-family: 'Arial';
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}
.header #sw1 .bnwz .text p {
  font-size: 26px;
  line-height: 110px;
  font-weight: normal;
}
.header #sw1 .bnwz .text:after {
  content: "";
  display: block;
  position: absolute;
  width: 78px;
  height: 6px;
  background-color: #fff;
  top: -40px;
}
.header #sw1 .bnwz .more {
  line-height: 36px;
  height: 38px;
  margin-top: 40px;
}
.header #sw1 .bnwz .more a {
  color: #fff;
  padding: 0 24px;
  border: solid 1px #fff;
  font-size: 16px;
  display: inline-block;
}
.header #sw1 .bnwz .more a:hover {
  background-color: #fff;
  color: #000;
}
.top {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  line-height: 86px;
  height: 86px;
  border-bottom: 1px solid #e8e9e9;
  z-index: 9999;
}
.top.black {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  position: relative;
  line-height: 86px;
  height: 100px;
}
.top.black:after {
  background-color: #000;
}
.top:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #e8e9e9;
  z-index: 999;
}
.top .logo {
  float: left;
}
.top .logo img {
  margin-top: 20px;
}
.top .nav {
  float: right;
}
.top .nav li {
  float: left;
  font-size: 16px;
  margin-right: 40px;
}
.top .nav li a {
  color: #f2f2f2;
  position: relative;
  display: inline-block;
  line-height: 16px;
}
.top .nav li a.active:before {
  width: 100%;
}
.top .nav li a:before {
  position: absolute;
  bottom: -34px;
  width: 0;
  height: 2px;
  content: "";
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.top .nav li a:hover:before {
  width: 100%;
}
.top .lang {
  float: right;
}
.top .lang a {
  margin-left: 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  padding: 0 14px;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 3px;
  display: inline-block;
}
.top .lang a:hover {
  background-color: #fff;
  color: #1b1b1b;
}
.top .now li {
  display: inline-block;
}
.top .now li a {
  font-size: 14px;
  color: #999999;
}
.top .return {
  margin-left: 30px;
}
.top .return a img {
  margin-top: -3px;
  vertical-align: middle;
  transition: all .5s ease;
}
.top .return:hover a img {
  transform: rotate(180deg);
}
.strength {
  padding: 100px 0;
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.strength:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.strength ul {
  font-size: 0;
}
.strength ul li {
  width: 25%;
  height: 260px;
  border: solid 1px #bfbfbf;
  margin-left: -1px;
  display: inline-block;
  position: relative;
}
.strength ul li .dch {
  width: 238px;
  height: 162px;
  position: absolute;
  margin-left: -119px;
  margin-top: -81px;
  left: 50%;
  top: 50%;
  text-align: center;
}
.strength ul li .dch img {
  vertical-align: middle;
}
.strength ul li .dch p {
  font-size: 18px;
  color: #1b1b1b;
  margin-top: 28px;
}
.strength ul li .dch span {
  font-size: 16px;
  color: #adadad;
  margin-top: 10px;
  display: inline-block;
  margin: 10px 0px;
  letter-spacing: 2px;
  width: 100%;
  min-width: 237px;
}
.strength ul li .dch i {
  display: block;
  margin: 10px auto;
  width: 25px;
  height: 2px;
  background: #1b1b1b;
}
.skill {
  padding: 100px 0;
  *zoom: 1;
}
.skill.private-bg {
  background: url(../../images/mattingWind/privateBg.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 65px;
}
.skill:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .title {
  *zoom: 1;
}
.skill .title:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .title .pic {
  float: left;
  margin-top: 39px;
  margin-left: -130px;
  margin-right: 40px;
}
.skill .title .box {
  float: left;
}
.skill .title .box p {
  font-size: 33px;
  margin-bottom: 15px;
}
.skill .title .box span {
  font-size: 24px;
}
.skill .title .text a {
  color: #000;
  padding: 0 34px;
  border: solid 1px #000;
  height: 34px;
  line-height: 32px;
  display: block;
  float: right;
  margin-top: 35px;
  font-size: 16px;
}
.skill .title .text a:hover {
  background-color: #000;
  color: #fff;
}
.skill .title .text-white a {
  color: #fff;
  padding: 0 34px;
  border: solid 1px #fff;
  height: 34px;
  line-height: 32px;
  display: block;
  float: right;
  margin-top: 35px;
  font-size: 16px;
}
.skill .title .text-white a:hover {
  background-color: #fff;
  color: #000;
}
.skill .title .productUl {
  margin-top: 60px;
}
.skill .title .productUl li {
  line-height: 14px;
  margin-bottom: 25px;
}
.skill .title .productUl li a {
  padding-left: 20px;
  background: url(../../images/mattingWind/show-nav-icon.png) no-repeat center left;
  font-size: 14px;
  color: #1b1b1b;
}
.skill .title .productUl li a em {
  color: #6b6b6b;
}
.skill .title .productUl li a:hover {
  background: url(../../images/mattingWind/show-nav-iconHover.png) no-repeat center left;
}
.skill .title .productUl li .sub {
  display: none;
}
.skill .title .productUl li.active .sub {
  display: block;
}
.skill .title .productUl li.active .active {
  background: url(../../images/mattingWind/show-nav-iconHover.png) no-repeat center left;
}
.skill .title .productUl li.active .secondActive a {
  background: url(../../images/mattingWind/show-nav-iconHover.png) no-repeat center left;
}
.skill .titlefix {
  position: fixed;
  top: 80px;
}
.skill .goods {
  width: 976px;
  min-height: 800px;
  float: right;
}
.skill .goods-ul {
  font-size: 0;
}
.skill .goods-ul li {
  display: inline-block;
  border: solid 1px #e8e9e9;
  padding: 20px;
  font-size: 12px;
  margin-top: -1px;
  margin-left: -1px;
}
.skill .goods-ul li:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.skill .goods-ul li a img {
  width: 282px;
  height: 310px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.skill .goods-ul li a p {
  color: #1b1b1b;
  line-height: 40px;
  width: 282px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.skill .goods-ul li a span {
  color: #6b6b6b;
  line-height: 12px;
  width: 282px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*.skill .fenye {
  display: table;
  margin: auto;
  margin-top: 33px;
}
.skill .fenye ul li {
  display: inline-block;
}
.skill .fenye ul li a {
  color: #6b6b6b;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding: 0 8px;
}
.skill .fenye ul li a.active {
  border-bottom: 1px solid #000000;
  color: 000;
}
.skill .fenye ul li a:hover {
  border-bottom: 1px solid #000000;
  color: 000;
}*/
.skill .fenye {
  display: table;
  margin: auto;
  margin-top: 33px;
  width: 1200px;
}
.skill .fenye ul li {
  display: inline-block;
  margin-right: 10px;
}
.skill .fenye ul li a {
  color: #333;
  border: 1px solid #333;
  font-size: 16px;
  padding: 4px 16px;
}
.skill .fenye ul li a.active {
  background: #333;
  color: #fff;
}
.skill .fenye ul li a:hover {
  background: #333;
  color: #fff;
}
.skill .newsUl {
  margin-top: 30px;
}
.skill .newsUl ul li {
  padding: 50px 0;
  border-bottom: #d3d3d3 1px dashed;
  position: relative;
  *zoom: 1;
}
.skill .newsUl ul li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .newsUl ul li.isLink .pic {
  display: none;
}
.skill .newsUl ul li.isLink .box {
  padding-left: 0;
}
.skill .newsUl ul li .pic {
  position: absolute;
  width: 264px;
  height: 218px;
  overflow: hidden;
}
.skill .newsUl ul li .pic img {
  width: 264px;
  height: 218px;
}
.skill .newsUl ul li .box {
  font-size: 16px;
  color: #1b1b1b;
  width: 100%;
  padding-left: 315px;
}
.skill .newsUl ul li .box div {
  *zoom: 1;
}
.skill .newsUl ul li .box div:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .newsUl ul li .box div span {
  line-height: 80px;
  width: 750px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.skill .newsUl ul li .box div em {
  float: right;
  line-height: 80px;
}
.skill .newsUl ul li .box P {
  color: #606060;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.skill .conter {
  margin-top: 60px;
}
.skill .conter ul {
  *zoom: 1;
}
.skill .conter ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .conter ul li {
  float: left;
  margin-right: 52px;
  width: 30%;
}
.skill .conter ul li:hover .btm-2 img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.skill .conter ul li:hover .btm-4 a::after {
  width: 100%;
  color: #768592;
}
.skill .conter ul li:last-child {
  margin-right: 0;
}
.skill .conter ul li .btm-1 {
  margin-bottom: 55px;
  font-size: 30px;
}
.skill .conter ul li .btm-1 a {
  color: #fff;
}
.skill .conter ul li .btm-1 a img {
  margin-right: 20px;
  position: relative;
  top: 6px;
}
.skill .conter ul li .btm-2 {
  overflow: hidden;
}
.skill .conter ul li .btm-2 img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.skill .conter ul li .btm-3 {
  font-size: 18px;
  margin: 30px 0 45px;
}
.skill .conter ul li .btm-3 p {
  height: 50px;
  line-height: 33px;
}
.skill .conter ul li .btm-4 a {
  width: 80px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: solid 1px #fff;
  display: block;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.skill .conter ul li .btm-4 a::after {
  content: "MORE";
  color: transparent;
  background: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.skill .conter ul li .btm-4 a:hover {
  background: #fff;
  color: #768592;
}
.skill .show {
  width: 1200px;
  margin: 60px auto 0;
  position: relative;
}
.skill .show .swiper-button-prev {
  background: url(../../images/mattingWind/swiper-button-prev.png) no-repeat center center;
  width: 59px;
  height: 59px;
  top: 125px;
  left: -105px;
  position: absolute;
}
.skill .show .swiper-button-next {
  background: url(../../images/mattingWind/swiper-button-next.png) no-repeat center center;
  width: 59px;
  height: 59px;
  top: 125px;
  right: -105px;
  position: absolute;
}
.skill .show #sw2 {
  height: 470px;
}
.skill .show #sw2 ul {
  padding-top: 35px;
  font-size: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.skill .show #sw2 ul li {
  display: inline-block;
  width: 250px !important;
  margin-right: 184px;
}
.skill .show #sw2 ul li:hover .pic img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.skill .show #sw2 ul li:hover .box .btm a::after {
  width: 100%;
  color: #fff;
}
.skill .show #sw2 ul li .pic {
  height: 330px;
  position: relative;
}
.skill .show #sw2 ul li .pic img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.skill .show #sw2 ul li .box {
  color: #333333;
  margin-top: 80px;
  *zoom: 1;
}
.skill .show #sw2 ul li .box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .show #sw2 ul li .box .text {
  float: left;
}
.skill .show #sw2 ul li .box .text p {
  font-size: 18px;
}
.skill .show #sw2 ul li .box .btm {
  float: right;
}
.skill .show #sw2 ul li .box .btm a {
  font-size: 14px;
  color: #333333;
  width: 80px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: solid 1px #000;
  display: block;
  margin: 0 auto;
  position: relative;
}
.skill .show #sw2 ul li .box .btm a::after {
  content: "MORE";
  color: transparent;
  background: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.skill .news {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.skill .news:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .news ul {
  margin-top: 74px;
  font-size: 0;
}
.skill .news ul li {
  width: 335px;
  padding: 60px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: inline-block;
  margin-right: 97px;
  margin-top: -1px;
  *zoom: 1;
}
.skill .news ul li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .news ul li:hover .btm a::after {
  width: 100%;
  color: #fff;
}
.skill .news ul li .pic {
  width: 135px;
  float: left;
  height: 80px;
}
.skill .news ul li .box {
  height: 80px;
  float: left;
  width: 55%;
  margin-left: 14px;
}
.skill .news ul li .box p {
  color: #000;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.skill .news ul li .box span {
  height: 48px;
  font-size: 14px;
  color: #606060;
  line-height: 24px;
  display: block;
  overflow: hidden;
}
.skill .news ul li .btm {
  float: left;
}
.skill .news ul li .btm a {
  padding: 0 12px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: solid 1px #000;
  display: block;
  color: #000;
  position: relative;
  font-size: 14px;
  margin-top: 30px;
}
.skill .news ul li .btm a::after {
  content: "MORE";
  color: transparent;
  background: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.skill .touch {
  margin-top: 60px;
  *zoom: 1;
}
.skill .touch:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .touch .pic {
  margin-right: 20px;
  float: left;
}
.skill .touch .box {
  padding-left: 76px;
  display: table-cell;
  vertical-align: middle;
  height: 180px;
}
.skill .touch .box p {
  font-size: 12px;
  color: #333333;
  line-height: 44px;
}
.skill .contact {
  margin-top: 60px;
  *zoom: 1;
}
.skill .contact:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .contact .pic {
  width: 660px;
  height: 308px;
  float: left;
}
.skill .contact .pic img {
  width: 660px;
  height: 308px;
}
.skill .contact .box {
  display: table-cell;
  vertical-align: middle;
  height: 308px;
}
.skill .contact .box p {
  padding-left: 78px;
  line-height: 50px;
  font-size: 16px;
  color: #606060;
}
.skill .contact .box p.headIcon {
  background: url(../../images/mattingWind/contactIcon1.png) no-repeat center left 56px;
}
.skill .contact .box p.phoneIcon {
  background: url(../../images/mattingWind/contactIcon2.png) no-repeat center left 56px;
}
.skill .contact .box p.addIcon {
  background: url(../../images/mattingWind/contactIcon3.png) no-repeat center left 56px;
}
.skill .join {
  margin-top: 60px;
  *zoom: 1;
}
.skill .join:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .join .pic {
  float: right;
}
.skill .join .pic img {
  width: 613px;
  height: 444px;
}
.skill .map {
  position: relative;
  height: 600px;
}
.skill .map .box {
  width: 344px;
  border-radius: 3px;
  border: solid 1px #e8e9e9;
  padding-left: 16px;
  padding-right: 20px;
  position: absolute;
  top: 168px;
}
.skill .map .box p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.skill .map .box p #phone {
  line-height: 30px;
}
.skill .map .box span {
  font-size: 18px;
  color: #333333;
  line-height: 60px;
}
.skill .map #map {
  position: absolute;
  top: 0;
  right: 0;
  width: 721px;
  height: 590px;
}
.skill .about {
  margin-top: 60px;
}
.skill .about ul li {
  padding: 50px 0;
}
.skill .about ul li:hover {
  background-color: #f6f6f6;
}
.skill .about ul li .laymid {
  *zoom: 1;
}
.skill .about ul li .laymid:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .about ul li .laymid .pic {
  float: left;
  width: 398px;
  height: 383px;
}
.skill .about ul li .laymid .pic img {
  width: 398px;
  height: 383px;
}
.skill .about ul li .laymid .box {
  width: 700px;
  margin-left: 75px;
  float: left;
}
.skill .about ul li .laymid .box p {
  font-size: 16px;
  color: #333;
  margin-bottom: 35px;
}
.skill .about ul li .laymid .box span {
  font-size: 14px;
  color: #606060;
  display: block;
  line-height: 26px;
  text-align: justify;
}
.skill .private {
  padding-top: 90px;
  margin-bottom: 60px;
  *zoom: 1;
}
.skill .private:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.skill .private .pic {
  float: left;
}
.skill .private form {
  font-size: 16px;
  float: right;
}
.skill .private form .box {
  width: 510px;
  height: 60px;
  line-height: 58px;
  border: solid 1px #fff;
  border-radius: 3px;
  margin-bottom: 26px;
}
.skill .private form .box label {
  width: 64px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.skill .private form .box .controls {
  display: table-cell;
  height: 60px;
}
.skill .private form .box .controls input {
  background-color: transparent;
  height: 58px;
  color: #fff;
}
.skill .private form textarea {
  font-size: 16px;
  border: solid 1px #fff;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  width: 510px;
  height: 186px;
  padding: 20px 0 0 20px;
}
.skill .private form textarea::-webkit-input-placeholder {
  color: #fff;
}
.skill .private form .private-a {
  width: 148px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #fff;
  border-radius: 3px;
  background-color: #939ea7;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.bottom {
  padding: 60px 0;
  *zoom: 1;
}
.bottom:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.bottom-ul {
  *zoom: 1;
}
.bottom-ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.bottom-ul li {
  position: relative;
  float: left;
  margin-right: 70px;
  height: 170px;
}
.bottom-ul li a {
  color: #888888;
  font-size: 12px;
  line-height: 30px;
}
.bottom-ul li .icon {
  position: absolute;
  top: 50%;
  margin-top: -85.5px;
  right: -35px;
}
.bottom-ul .code {
  float: left;
  margin-top: 18px;
  margin-right: 36px;
}
.bottom-ul .code img {
  width: 80px;
  height: 80px;
}
.bottom-ul .code p {
  width: 80px;
  text-align: center;
  color: #666666;
  margin-top: 10px;
}
.footer {
  line-height: 80px;
  color: #888888;
}
.form-one {
  float: left;
}
.form-one .control-group {
  display: table;
  margin-bottom: 24px;
}
.form-one .control-group label {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
  width: 50px;
}
.form-one .control-group .controls {
  display: table-cell;
  padding-left: 3px;
}
.form-one .control-group .controls input {
  width: 438px;
  height: 42px;
  background-color: #f6f6f6;
  border-radius: 4px;
}
.form-two {
  float: left;
}
.form-two .control-group {
  display: table;
  margin-bottom: 24px;
}
.form-two .control-group label {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
}
.form-two .control-group label.w90 {
  width: 90px;
  text-align: left;
}
.form-two .control-group .controls {
  display: table-cell;
  padding-left: 3px;
}
.form-two .control-group .controls textarea {
  width: 440px;
  height: 180px;
  background-color: #f6f6f6;
  border: none;
  border-radius: 4px;
}
.form-two .control-group .controls select {
  width: 398px;
  height: 42px;
  background-color: #f6f6f6;
  border-radius: 4px;
  border: none;
  padding-left: 35px;
}
.form-two .control-group .controls .code {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.form-two .control-group .controls input {
  width: 264px;
  height: 42px;
  background-color: #f6f6f6;
  border-radius: 4px;
}
.form-two .control-group .controls a {
  display: block;
  width: 100px;
  height: 42px;
  line-height: 42px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
}
.introduce {
  margin-bottom: 70px;
  background: url(../../images/mattingWind/introduce-bg.png) no-repeat center center;
  background-size: cover;
  height: 704px;
  width: 100%;
}
.introduce h1 {
  text-align: center;
  font-size: 24px;
  line-height: 120px;
}
.introduce .introduce-ul {
  *zoom: 1;
}
.introduce .introduce-ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.introduce .introduce-ul li {
  float: left;
  width: 400px;
  height: 235px;
  margin-bottom: 40px;
}
.introduce .introduce-ul li.box {
  text-align: left;
}
.introduce .introduce-ul li.box p {
  color: #1b1b1b;
  font-size: 18px;
  margin-bottom: 10px;
}
.introduce .introduce-ul li.box span {
  width: 351px;
  font-size: 14px;
  color: #767676;
  line-height: 25px;
  display: block;
  text-align: justify;
}
.introduce .introduce-ul li.pic {
  overflow: hidden;
}
.introduce .introduce-ul li.pic img {
  width: 400px;
  height: 235px;
}
.introduce .introduce-ul li:nth-child(3) {
  padding-left: 40px;
}
.introduce .introduce-ul li:nth-child(5) {
  padding-left: 30px;
}
.news-conter {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 500px;
}
.news-conter .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
}
.news-conter span {
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
  display: block;
}
.news-conter .text {
  line-height: 30px;
  color: #606060;
  font-size: 16px;
  text-align: left;
}
.news-conter img {
  margin: 20px auto;
}
.xqqh {
  padding: 80px 0px 60px;
  border-bottom: 1px solid #d3d3d3;
  *zoom: 1;
}
.xqqh:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.xqqh #gallery_nav {
  float: left;
  width: 89px;
  text-align: center;
}
.xqqh #gallery_nav a {
  display: block;
  height: auto;
  margin-bottom: 30px;
}
.xqqh #gallery_nav a img {
  width: 89px;
  height: 89px;
}
.xqqh #gallery_output {
  float: left;
  width: 491px;
  overflow: hidden;
  margin-left: 180px;
}
.xqqh #gallery_output img {
  margin: 0px auto 0 auto;
  width: 491px;
}
.xqqh #gallery_output p {
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
}
.xqqh .xqqh_2 {
  width: 278px;
}
.xqqh .xqqh_2 .title {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.xqqh .xqqh_2 li {
  color: #6a6a6a;
  font-size: 16px;
  margin-bottom: 18px;
}
.xqqh .xqqh_2 .xqq_2_2 ul li {
  width: 128px;
  height: 35px;
  line-height: 35px;
  border: solid 1px #6a6a6a;
  text-align: center;
  display: inline-block;
  margin-bottom: 22px;
  margin-right: 16px;
}
.xqqh .xqqh_2 .xqq_2_2 ul li a {
  color: #6a6a6a;
  font-size: 16px;
}
.share {
  line-height: 80px;
  color: #6a6a6a;
  font-size: 16px;
  margin-bottom: 30px;
}
.share a {
  margin-left: 20px;
  color: #657180;
}
.share a img {
  vertical-align: middle;
}
.business {
  margin-bottom: 80px;
}
.business h1 {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: normal;
  text-align: center;
  margin: 80px 0 50px;
}
.business p {
  font-size: 16px;
  color: #606060;
  line-height: 30px;
  text-align: justify;
}
.content {
  margin-top: 36px;
  *zoom: 1;
}
.content:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.content .sidebar {
  float: left;
  width: 188px;
  background-color: #fafafa;
  padding-left: 13px;
}
.content .sidebar .title {
  line-height: 75px;
  font-size: 18px;
  border-bottom: solid 1px #dfdfdf;
  padding-left: 44px;
  color: #333;
}
.content .sidebar .nav {
  padding-top: 26px;
  padding-bottom: 311px;
  padding-left: 44px;
  font-size: 16px;
}
.content .sidebar .nav .nav-li {
  margin-bottom: 46px;
}
.content .sidebar .nav .nav-li .arrow {
  width: 115px;
  display: block;
  background: url(../../images/mattingWind/sidebar-arrow.png) no-repeat right center;
}
.content .sidebar .nav .nav-li .arrow.bot {
  background: url(../../images/mattingWind/sidebar-arrow-bottom.png) no-repeat right center;
}
.content .sidebar .nav .nav-li.strong {
  font-weight: bold;
}
.content .sidebar .nav .nav-li.strong a {
  color: #404040;
}
.content .sidebar .nav .nav-li a {
  color: #333333;
}
.content .sidebar .nav .vice {
  display: none;
  padding-top: 46px;
}
.content .sidebar .nav .vice li {
  margin-bottom: 46px;
}
.content .sidebar .nav .vice a {
  color: #606060;
}
.content .conter {
  float: right;
  width: 989px;
}
.content .conter .title {
  padding-left: 26px;
  line-height: 75px;
  background-color: #fafafa;
  color: #333333;
  font-size: 18px;
  display: block;
}
.content .conter form {
  padding-top: 35px;
}
.content .conter form .control-group {
  margin-bottom: 30px;
}
.content .conter form .control-group label {
  font-size: 16px;
  color: #333333;
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  text-align: right;
}
.content .conter form .control-group .controls {
  display: table-cell;
}
.content .conter form .control-group .controls input {
  width: 380px;
  height: 48px;
  border: solid 1px #ececec;
  border-radius: 3px;
}
.content .conter form .control-group .controls .submit {
  display: block;
  width: 104px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  background-color: #313131;
}
.download {
  padding-top: 162px;
  padding-left: 90px;
}
.download .app {
  width: 600px;
  margin-left: 164px;
}
.download .app .box {
  padding-top: 100px;
  color: #fff;
}
.download .app .box .title {
  font-size: 72px;
  line-height: 72px;
}
.download .app .box p {
  font-size: 48px;
  line-height: 48px;
  margin-top: 40px;
}
.download .app .pic {
  margin-top: 80px;
  *zoom: 1;
}
.download .app .pic:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.download .app .pic .qr {
  float: left;
}
.download .app .pic .adip {
  padding-top: 12px;
  padding-left: 60px;
  float: left;
  *zoom: 1;
}
.download .app .pic .adip img {
  display: block;
}
.download .app .pic .adip:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
/*登录*/
.signIn {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../../images/mattingWind/signInBg.png) no-repeat left top;
  background-size: cover;
}
.singn {
  position: absolute;
  width: 790px;
  overflow: hidden;
  top: 276px;
  left: 50%;
  margin-left: -395px;
}
.singn .pic {
  float: left;
}
.singn .box {
  float: left;
  background-color: #fff;
  width: 396px;
  padding-bottom: 57px;
}
.singn .box p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 96px;
}
.singn .box .enroll {
  width: 335px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
}
.singn .box .enroll a {
  color: #07519a;
}
.singn .box .dl {
  color: #fff;
  line-height: 35px;
  width: 335px;
  margin: 30px auto 0;
  text-align: center;
  background-color: #0b0b0b;
  display: block;
  border-radius: 3px;
}
.singn .field {
  width: 335px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  margin: 0 auto;
  margin-bottom: 20px;
}
.singn .field .icon {
  width: 45px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  margin-top: -1px;
  margin-left: -1px;
  float: left;
}
.singn .field .icon img {
  margin: 10px auto;
  display: block;
}
.singn .field input {
  float: left;
  padding-left: 14px;
}
.singn .field .info {
  width: 289px;
  height: 38px;
}
.singn .field .code {
  width: 230px;
  height: 38px;
}
.singn .field .codeIcon {
  width: 103px;
  height: 40px;
  border: solid 1px #ddd;
  float: right;
  margin-right: -1px;
  margin-top: -1px;
}
.singn .field .codeIcon img {
  width: 101px;
  height: 38px;
}
/*提示自定义*/
.stateTip,
#StateTip {
  display: none;
  position: absolute;
  padding: 8px;
  background: #fff;
  border: 2px solid #2385B1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-family: Tahoma;
  color: #333;
}
.mapInfo i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  line-height: 15px;
  font-style: normal;
  background: #aeaeae;
  color: #fff;
  font-size: 11px;
  font-family: Tahoma;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}
.mapInfo i.active {
  background: #E27F21;
}
.mapInfo span {
  padding: 0 5px 0 3px;
}
.mapInfo b {
  font-weight: normal;
  color: #2770B5;
}
/*地图文字*/
.hlj {
  top: 80px;
  right: 50px;
}
.gx {
  bottom: 81px;
  right: 259px;
}
.sc {
  bottom: 185px;
  left: 350px;
}
.xj {
  top: 180px;
  left: 150px;
}
.xz {
  bottom: 210px;
  left: 150px;
}
.yn {
  bottom: 90px;
  right: 362px;
}
.gz {
  bottom: 129px;
  right: 288px;
}
.cq {
  bottom: 182px;
  right: 279px;
}
.gd {
  bottom: 89px;
  right: 184px;
}
.hn {
  bottom: 152px;
  right: 219px;
}
.jx {
  bottom: 152px;
  right: 167px;
}
.fj {
  bottom: 138px;
  right: 129px;
}
.hnd {
  bottom: 15px;
  right: 241px;
}
.tw {
  bottom: 109px;
  right: 83px;
}
.zj {
  bottom: 185px;
  right: 108px;
}
.sh {
  bottom: 226px;
  right: 80px;
}
.js {
  bottom: 246px;
  right: 115px;
}
.ah {
  bottom: 221px;
  right: 150px;
}
.hb {
  bottom: 207px;
  right: 205px;
}
.hns {
  bottom: 249px;
  right: 205px;
}
.xxs {
  bottom: 249px;
  right: 261px;
}
.sx {
  bottom: 291px;
  right: 227px;
}
.sd {
  bottom: 294px;
  right: 153px;
}
.hbs {
  bottom: 322px;
  right: 188px;
}
.tj {
  bottom: 340px;
  right: 153px;
}
.bj {
  bottom: 356px;
  right: 187px;
}
.nx {
  bottom: 294px;
  right: 303px;
}
.gs {
  bottom: 254px;
  right: 321px;
}
.qh {
  bottom: 268px;
  right: 428px;
}
.nmg {
  bottom: 350px;
  right: 265px;
}
.jl {
  top: 146px;
  right: 69px;
}
.ln {
  top: 183px;
  right: 101px;
}
.mapText {
  font-size: 14px;
  color: #000;
  position: absolute;
  z-index: 9999;
}
.core {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
.core ul {
  *zoom: 1;
}
.core ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.core ul li {
  position: relative;
  float: left;
  width: 282px;
  margin-right: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}
.core ul li:hover .fdj {
  display: block;
}
.core ul li:nth-child(4n) {
  margin-right: 0;
}
.core ul li .img {
  width: 282px;
  height: 282px;
  position: relative;
  overflow: hidden;
}
.core ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.core ul li p {
  line-height: 70px;
  height: 70px;
  text-align: center;
  font-size: 16px;
  color: #222;
  border: solid 1px #e6e6e6;
}
.core ul li .fdj {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ededed;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  padding-top: 5px;
  text-align: center;
  display: none;
}
.core ul li .fdj img {
  width: 18px;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.mask.show {
  display: block;
}
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 5px;
  width: 750px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .modal-img {
  max-width: 750px;
  max-height: 750px;
  overflow-y: auto;
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.modal .modal-img::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 1px;
}
.modal .modal-img::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.modal .modal-img::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.modal .modal-img img {
  max-width: 100%;
}
.modal .modal-title {
  line-height: 44px;
  padding-left: 16px;
}
.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #999;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(../../images/mattingWind/xx.png) no-repeat center;
}
