﻿/*http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;

  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1;
 }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

/*v2.0 over*/
a{
  text-decoration: none;
}

p{
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-bottom: 20px;
}
h4{
  font-size: 16px;
  color: #4c4c4c;
  margin: 10px 0;
}
input, textarea{
  font-size: 14px;
  color:#4c4c4c;
  border:1px solid #cfcfcf;
  padding:10px 0 10px 14px;
  margin: 0 0 14px 0;
}
.centerW{
  width:1366px;
  margin:0 auto;
  height:auto;
  overflow: hidden;
  position: relative;
}
.fL{
  float: left;
}
.fR{
  float: right;
}


.jiantou{
	margin-left: 30px;
}




header{
  position: relative;
  width:100%;
  height:390px;
  z-index: 10;
  background: #020406 url(../images/topBg.png) center 0 no-repeat;
  background-attachment: fixed;

}
.no-bk {
    border: none;
}

.msg-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 58px;
    color: #eaeaea;
    width: 86%;
    margin: auto;
    padding: 30px 0 0 0;
}
.msg-head img {
    width: 40px;
    height: 70px;
    border: 0px;
}
.cpxx img {
    border: 1px solid #eee;
}
.cpxx p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 0px;
}
.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 86%;
    margin: auto;
    padding: 30px 0 30px 0;
}
.msg-1 {
    width: 30%;
    height: 550px;
    background-color: #ffffff;
    text-align: left;
    padding: 0 50px
}
.msg-2 img {
    width: 550px;
    height: 550px;
}
.mx {
    color:#222222;
    font-weight:bold;
}
.top {
    padding-top:2rem;
}
.pro-head {
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-name {
    font-size: 52px;
    color: #d1d1d1;
}
.go-back {
    color: #000000;
    font-size: 12px;
    border-bottom: 1px solid #d1d1d1;
}
.head-one {
    padding-top: 10px;
    /* background-color: #000000; */
    height: 60px;
    margin: auto;
    width: 1366px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    /* padding-left: 5%; */
}
.head-to {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu {
    display: none;
    align-items: center;
    padding-top: 10px;
    background-color: #000000;
    height: 60px;
    margin: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    padding-left: 5%;
}
.menu-left {
    display: flex;
}
.menu-1 {
    padding: 0 50px 0 50px;
}
.menu-2 {
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    /* opacity: 0.5; */
}
.menu-2 img {
    padding-left: 10%;
}
.menu a {
    color: #fff;
    font-size: 16px;
}
.logo, .logo-1, .logo-2 {
    width: 140px;
}
.yincang {
    display: none;
}
.lb {
    padding-top: 180px;
    width:850px;
    height: 550px;
    overflow: hidden;
}
.slide-images {
    position: relative;
    width: 100%;
    height: 100%;
}
.slide-img {
    width: 850px;
    display: none;
}
.slide-img-active {
    display: block;
}
.slide-button {
    /*display: none;*/
    width: 25px;
    height: 70px;
    background: black;
    color: white;
    border: 0;
    padding: 0;
    outline: 0;
    opacity: 0.418;
    font-family: Microsoft YaHei;
    font-size: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-61.8%);
}
.slide-button-left {
    left: 0;
}
.slide-button-right {
    right: 0;
}
.slide-indicators {
    bottom: 20px;
    position: relative;
    text-align: center;
}
.slide-i {
    display: inline-block;
    background: blue;
    color: white;
    border-radius: 50%;
    padding: 0 5px;
}
.slide-i-active {
    background: red;
}
.lunbo {
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.navbar-fixed-top {
	background-color: rgba(0,0,0,1);
	/* opacity: 0.4; */
	padding: 5px;
	width: 100%;
}

.about header, .activity header{
  background: #292929 url(../images/topBg1.png) center 0 no-repeat;
  background-attachment: fixed;
}
.custom header, .product header{
  background: #020202 url(../images/topBg2.png) center 0 no-repeat;
  background-attachment: fixed;
}

.navP{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width:100%;
  height:100px;
  z-index: 10;

}

nav {
  position: absolute;
  z-index: 1;
  background:#fff;
  width:60%;
  height:100%;
  overflow: hidden;
  right: -100%;
  bottom: auto;
  left: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
  -webkit-transition: all 0.6s 0s linear;
  -moz-transition: all 0.6s 0s linear;
  -ms-transition: all 0.6s 0s linear;
  -o-transition: all 0.6s 0s linear;
  transition: all 0.6s 0s linear;
}
nav.navAni {
      right: 0;
      overflow: visible;
      -webkit-transition: all 0.4s 0s linear;
      -moz-transition: all 0.4s 0s linear;
      -ms-transition: all 0.4s 0s linear;
      -o-transition: all 0.4s 0s linear;
      transition: all 0.4s 0s linear;
      opacity: 1;
      filter: alpha(opacity=100);
      box-shadow: 2px 2px 69px #ccc; }

.navBtn{
  width:33px;
  height: 28px;
  /* background: url(../images/menuBtnW.png) 0 0 no-repeat; */
  /* padding-right: 10%; */
  z-index: 20;

}

.navBtn.btnAni{
  /* background: url(../images/menuBtn.png) 0 0 no-repeat; */
  border:none;
}



nav>ul{
  margin: 5% 0 0 20%;

}
nav>ul>li{
  width:100%;
  height:auto;
  overflow: hidden;
  margin:0 0 20px 0;
}
nav>ul>li span{
  color: #eee;
  font-size: 60px;
  font-weight: bold;
}
nav>ul>li h2{
  color:#0b0b0b;
  font-size: 30px;
  margin: 20px 0 0 0 ;
}
nav>ul>li ul.subMenu{
  margin:10px 0 0 0;
}
nav>ul>li ul.subMenu li {
  border-right: 1px solid #0b0b0b;


}
nav>ul>li ul.subMenu li a{
  color: #0b0b0b;
}





/* header .logo{
  margin-top: 56px;
} */
.nav_Ani .en  {
    margin-top:50px;
    font-size: 60px;
    color: black;
}
.nav_Ani span{
  text-transform:uppercase;
  font-weight: bolder;
  display: block;
  margin-top:50px;
  color: #f1f1f1;
  opacity: 0.4;
}
.centerW span{
  font-size: 118px;
  text-transform:uppercase;
  font-weight: bolder;
  display: block;
  margin-top:150px;
  color: #f1f1f1;
  opacity: 0.4;
}
.activity header .centerW span{
  /* color: #6d6d6d; */
}
header .centerW h2{
  font-size: 30px;
  color: #fff;
  margin: 20px 0 0 0;
}
.nav_Ani h2 {
    color:#0b0b0b !important;
    font-size: 30px;
    margin: 20px 0 0 0 ;
}
ul.subMenu{
  margin-top:30px;
  margin:18px 0 0 0;
}
ul.subMenu-2 {
  margin-top:30px;
  margin:18px 0 0 0;
}
.sM-2 {
    display: flex;
}
#last-1 {
    border-right: none;
}
ul.subMenu-2 li{
  float: left;
  border-right:1px solid #fff;
  padding:0 20px;
  height:16px;
  line-height: 16px;
}
ul.subMenu li{
  float: left;
  border-right:1px solid #fff;
  padding:0 20px;
  height:16px;
  line-height: 16px;
}
ul.subMenu li a{
  color: #fff;
  font-size: 14px;
}
ul.subMenu-2 li a{
  color: #fff;
  font-size: 14px;
}

/* .main{
  padding:60px 0;
} */
.main h3{
  font-size: 52px;
  color: #d1d1d1;
  margin: 0 0 30px 0;
}

section{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 60px;
}
.home header{
  height:760px;
  background: #f8f8f8;
}

.swiper-container {
      width: 100%;
      height: 100%;
      position: absolute;
    }
header .wrap{
  position: absolute;
  width: 100%;
  z-index: 20;

}
header .wrap .centerW{
  position: relative;
}
.slideTxt{
 margin: 200px 0 0 0 ;
}
.home .navBtn{
  /* background: url(../images/menuBtn.png) 0 0 no-repeat; */
}
.jc {
    font-family: "微软雅黑";
    font-size: 15px;
    font-weight: bold;
}
.slideTxt h1{
  font-size: 30px;
  font-weight: bolder;
  margin: 60px 0 0 0 ;
}

.slideTxt a{
  display: block;
  width: 140px;
  height: 36px;
  background: #1d1d1d;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  margin: 20px 0 0 0;

}
.swiper1{
  background: url("../images/s1.png") right bottom no-repeat;
}
.swiper2{
  background: url("../images/s2.png") right bottom no-repeat;
}


.home .main ul.products{
  width:100%;

}
.home .main ul.products li{
  width:20%;
  text-align: center;
  float: left;
}
.home .main ul.products li h5{
  margin: 10px auto;
}

.about .main .txt h4{
  font-size: 30px;
  margin:0 0 40px 0;
}
.about .main .txt.fL{
  width:35%;

}
.about .main .txt.fR{
  width:60%;
}
.about .main .txt ul{
  width: 100%;
  height:auto;
  overflow: hidden;
}
.about .main .txt ul li{
width: 40%;
margin: 0 5% 0 0;
float: left;
padding: 0 0 0 5%;
}
.about .main .txt ul li h5{
  font-size: 16px;

}
.about .main .txt ul li span{
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;

}
.rightMenu ul, ol {
    list-style: none;
}
.rightMenu img {
    border: none;
    outline: none;
    vertical-align: middle;
}
.rightMenu a {
    color: #666;
    text-decoration:none;
    outline:none;
}
a:hover{
    color:#e8431f;
}
#floatDivBoxs {
    width: 180px;
    background: #fff;
    top: 250px;
    position: fixed;
    right: -185px;
    z-index: 999;
    color: #666;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 5px;
}

#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding: 0 0 0 50px;
    background-color: #e4e4e4;
    margin: 10px 0;
}
.floatDqq img {
    padding-left: 10px;
    width: 25px;
    height: 26px;

}

#floatDivBoxs .floatDtxt {
    font-size: 15px;
    /* color: #333; */
    padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
    width: 50px;
    position: fixed;
    right: 0px;
    top: 250px;
    z-index: 999;
    background-color: #f7f7f7;
}
.zhanzhe {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#rightArrow img {
    padding: 20px 0;
    border-bottom: 1px dashed #9DA3A6;
}
ln {
    padding: 5px 0;
    font-size: 1.0rem;
}
.close-2 {
    text-align: right;
    width: 96%;
}
.tan-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    padding: 10% 20px;
}
.tan-all p {
    padding-bottom: 20px;
}










.support .main span{
  display: block;
  width:240px;
  height:66px;
  line-height: 66px;
  color: #797979;
  font-size: 16px;

  padding:0 0 0 66px;
  background: #efefef url(../images/icoService.png) 18px 18px no-repeat;
}
.main form{
  margin:40px 0 0 0 ;
  width:40%;

}

.main textarea, .main input{
  width:100%;
}

.main input.btn{
  width:100px;
  background: #383838;
  color: #fff;
  padding-left: 0;
  border:none;
  border-radius: 3px;
  -webkit-appearance: none;
}

.main ul{
  width:100%;
}
.contact .main .centerW{
  background: url(../images/brt.png) right 100% no-repeat;

}
.contact{
  padding-bottom: 0;
}
.main ul li{
  margin:0 0 20px 0;
}
.main ul li a{
  color:#2f2f2f;
}

.map{

  margin:30px 0 0 0;
}

.QnA dl{
  width:100%;
  border-top: 1px solid #eee;
  min-height: 300px;
}
dl dt{
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
dd{
  padding:10px 20px;
}
dd p{
  width: 60%;
}


.activity .main ul, .custom .main ul{
  width:100%;

}
.activity .main ul li, .custom .main ul li{
  width:32%;
  height:auto;
  overflow: hidden;
  border:1px solid #e9e9e9;
  float: left;
  margin-right: 1%;
  margin-bottom: 3%;
}

.activity .main ul li img, .custom .main ul li img{
  width: 100%;
}

.activity .main ul li .intro{
  padding:20px 20px;
}
.activity .main ul li a.more{
  display: block;
  border:1px solid #4c4c4c;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.activity .main ul li span{
  display: inline;
  color: #b1b1b1;
  float: right;
  margin-top: -24px;
}


.custom .main ul li{
  border:none;
  background: #f3f3f3;
}
.custom .main ul li h4{
  margin: 20px auto;
  text-align: center;
}
.main {
    width: 1366px;
    margin: auto;
    height: auto;
    overflow: hidden;
}
#main{
    position:relative;
    z-index:1;
    background-color: #fff;
    background-image:-webkit-radial-gradient(center, circle farthest-corner, #fff, #fff);
    background-image:-moz-radial-gradient(center, circle farthest-corner, #fff, #fff);
    background-image:radial-gradient(center, circle farthest-corner, #fff, #fff);
}
.jz {
    width:1366px;
    position:fixed;
    bottom:0;
    padding-bottom: 50px;
    z-index:-1;
}

.footer{
  height: 220px;
  font-size:12px;
  position:relative;
  display: flex;
  justify-content: center;
  z-index:0;
  width:100%;
  background: #020406 url(../images/footerBg.png) center 0 no-repeat;
}
.footer .fL{

}
.footer .fL .logoB{
  margin:90px 0 0;
  width:140px;
  height: 50px;
}

.footer .fR{
  margin:60px 0 0;
}

.footer .QRcode, .footer .info{
  margin:0;
}
.footer .QRcode{
  width:120px;
}
.footer .info ul{
  float:left;
  margin:0 0 10px 20px;
}
.footer .info ul li{
  color: #fff;
  margin: 0 0 12px 0;
}
.footer .info ul li a{
  color: #fff;
  margin:0 12px 0 0;
}
.footer .copyright{
  color: #999;
  font-size: 10px;
  margin: 0 0 0 20px;
  display: block;
}
.copyright-2 a {
  color: #999;
  font-size: 10px;
  margin: 0 0 0 20px;
  display: block;
}















#first{
  padding-left:0;
}
#last{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}





#info {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  background:#fcf8e3;
  border:1px solid  #fbeed5;
  width:95%;
  max-width:900px;
  margin:0 auto 40px auto;
  font-family:arial;
  font-size:12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

  #info .info-wrapper {
    padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;

  }

  #info a {
    color:#c09853;
    text-decoration:none;
  }

  #info p {
    margin:5px 0 0 0;
  }


.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#filters {
  margin:1%;
  padding:0;
  list-style:none;
}

  #filters li {
    float:left;
  }

  #filters li span {
    display: block;
    padding:5px 20px;
    text-decoration:none;
    color:#666;
    cursor: pointer;
  }

  #filters li span.active {
    background: #e95a44;
    color:#fff;
  }



#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width:23%;
  padding:1%;
  display:none;
  float:left;
  overflow:hidden;
}

  .portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
    cursor:pointer;
  }

  .portfolio img {
    max-width:100%;
    position: relative;
  }

  .portfolio .label {
    position: absolute;
    width: 100%;
    height:40px;
    bottom:-40px;
  }

    .portfolio .label-bg {
      background: #e95a44;
      width: 100%;
      height:100%;
      position: absolute;
      top:0;
      left:0;
    }

    .portfolio .label-text {
      color:#fff;
      position: relative;
      z-index:500;
      padding:5px 8px;
    }

      .portfolio .text-category {
        display:block;
        font-size:9px;
      }







/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {


  #portfoliolist .portfolio {
    width:48%;
    margin:1%;
  }

  #ads {
    display:none;
  }

}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 70%;
  }

  #ads {
    display:none;
  }

}

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


.container div.list{
}
.container div.list ul.products{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container div.list ul.products li{
  width: 20%;
  margin: 0;
  text-align: center;
}

 .cont{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #eee;
  text-align: center;
 }
 ul.sublist{

  height: auto;
  overflow: hidden;
  margin: 0 auto;
 }

 ul.sublist li{
  margin: 20px 7px;
 }


.portfolio a.imgBtn{
  display: block;
  border:1px solid #eee;
}
.portfolio a.itemName{
  margin: 10px 0 0 0;
  color: #222222;
  display: block;
  font-size: 14px;
}
