@charset "utf-8";

/*-----------------------------公共样式--------------------------*/
body {
    font-family: "Microsoft YaHei",Arial;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    padding-top: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body,
button,
input,
select,
textarea {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
ul,li{
    list-style: none;
}

img{
    border: 0px;
    max-width: 100%;
}

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

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a{
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"] {
    cursor: pointer;
}

audio,
video {
    display: inline-block;
}

[type="checkbox"],[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

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

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body,
div,
p,
span {
    font-family: 'Microsoft YaHei', Arial;
}

/*公共样式完*/

/*导航栏*/
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 320px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 320px;
}
#wrapper.toggled #page-content-wrapper {
  margin-left: -320px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #1a1a1a;
  height: 100%;
  right: 320px;
  margin-right: -320px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
  left: initial;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
}
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 320px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}



.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  background-color: #1a1a1a;
  color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #402d5c;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #4c366d;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #583e7e;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #64468f;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #704fa0;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #7c5aae;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #8a6cb6;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #987dbf;
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 20px;
}

.sidebar-nav > .sidebar-brand a{
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #343434;
}

.sidebar-nav > .sidebar-brand img{
  display: block;
  margin: 0 auto;
}


.language {
  display: inline-block;
  width: 100% !important;
  position: relative;
}
.language a {
  float:left;
  display: inline-block;
}

.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 30px;
  margin-right: 15px;
  position: fixed;
  top: 80px;
  width: 30px;
  z-index: 999;
  left: inherit;
  right: 80px;
  -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: transparent!important;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.hamburger.is-open{
    right: 340px;
}

.hamburger:before{
  content: '\e77a'!important;
  position: absolute;
  left: -15px;
  top: 0;
  font-family: "icon" !important;
  color: #ccc!important;
  font-size: 60px!important;
  width: 60px!important;
  height: 60px!important;
  opacity: 1!important;
}

.dropdown-menu > li > a{
  padding-left: 50px;
  font-size: 14px;
}

.logo{
  position: fixed;
  left: 80px;
  top: 60px;
  display: block;
  z-index: 999;
  -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.logo a{
  display: block;
}

.logo a img{
  display: block;
  width: auto;
  height: 40px;
}

.hamburger.scrolled{
  top: 30px;
  right: 50px;
}

.logo.scrolled{
  left: 80px;
  top: 30px;
}

.hamburger.scrolled.is-open{
  right: 340px;
}

.banner{
  
}

.banner-swiper{
  position: relative;
  overflow: hidden;
}

.banner img{
  display: block;
  width: 100%;
}


/*首页板块1*/
.section{
  position: relative;
  width: 100%;
  height: 850px;
}

.section1{
  background: #D7D7D7;
  padding: 5% 10%;
}

.section1 div[class^="section1"]{
  overflow: hidden;
  position: absolute;
}

.section1-1{
  left: 35%;
  top: 10%;
}

.section1 .img{
  display: block;
  float: left;
}

.section1 img{
  display: block;
  width: 250px;
  height: 250px;
}

.section1 .txt{
  float: left;
  margin-left: 60px;
  width: 380px;
  height: 250px;
  padding-top: 30px;
}

.section1 .txt p{
  font-size: 16px;
  color: #000;
  line-height: 30px;
  display: block;
}

.section1-2{
  left: 10%;
  bottom: 25%;
}

.section1-3{
  right: 5%;
  bottom: 5%;
}


.section2{
  overflow: hidden;
}

.section2 .img{
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.section2 .img img{
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -125px;
}

.section2 .txt{
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.section2 .txt .txt-info{
  height: 250px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -125px;
  width: 80%;
  display: flex;
  justify-content:center;
  flex-direction:column;
}

.section2 .txt h3{
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}

.section2 .txt p{
  font-size: 24px;
  display: block;
  line-height: 30px;
  color: #fff;
} 

.section3{
  background: #f6f5f7;
  overflow: hidden;
}

.section3 .txt{
  position: absolute;
  left: 25%;
  top: 8%;
  width: 50%;
  z-index: 999;
}

.section3 .txt h3{
  font-size: 36px;
  color: #0a0a0a;
  line-height: 50px;
  margin-bottom: 20px;
}

.section3 .txt p{
  font-size: 16px;
  display: block;
  line-height: 30px;
  color:#0a0a0a;
}

.section3 .img{
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
}

.section3 .img img{
  display: block;
  margin:0 auto;
  height: 100%;
  width: auto;
}

.section4{
  background: url(../images/section4.png) no-repeat center;
  background-size: cover;
  height: 850px;
  width: 100%;
}

.section4 .txt{
  position: absolute;
  left: 10%;
  top: 15%;
}

.section4 .txt p{
  font-size: 36px;
  color: #dbd1ce;
  line-height: 50px;
  display: block;
}

.section5{
  background: #ECECEC;
  overflow: hidden;
}
.section5 .img{
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section5 .img img{
  width: 100%;
  height: 100%;
  display: block;
}

.section5 .txt{
  width: 50%;
  padding: 8% 5%;
  position: absolute;
  top: 0;
  right: 0;
}

.section5 .txt h3{
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.section5 .txt p{
  display: block;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.section6{
  background: #D7D7D7;
  overflow: hidden;
}

.section6 .txt{
  width: 40%;
  padding: 8% 5%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section6 .txt h3{
  font-size: 35px;
  color: #cccccc;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}

.section6 .txt p{
  font-size: 24px;
  color: #cccccc;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.section6 .img{
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.section6 .img img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.section7 img{
  display: block;
  width: 100%;
  height: 100%;
}


/*底部样式*/

footer{
    padding-bottom: 0px;
}
.footer{
    background: #EBEBEB;
    padding: 25px 0 25px;
}

.footer-main{
  overflow: hidden;
  padding: 3% 5%;
}

.footer-txt{
    float: left;
    width: 30%;
    border-right: 2px solid #C7C7C7;
    padding: 0 30px;
}

.footer-txt a{
    display: block;
    margin-bottom: 20px;
}

.footer-txt a img{
    display: block;
}

.footer-companyname {
  float: left;
}

.footer-companyname p {
  font-size: 14px;
  line-height: 20px;
}

.footer-contact {
  float: left;
  margin-top: 10px;
  padding-left: 5px;
}

.footer-contact p {
  font-size: 12px;
  line-height: 20px;
}
.footer-txt h2{
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.footer-txt h3{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}

.footer-txt .footer-txt-ul{
    float: left;
    padding-top: 30px;
}

.footer-txt .footer-txt-ul li{
    font-size: 12px;
    line-height: 30px;
    color: #333;
}

.footer-list{
    float: left;
    width: 70%;
    padding: 0 5%;
}

.footer-list-ul{
    overflow: hidden;
    display: flex;
}

.footer-list-ul li{
    float: left;
    width: 16%;
}

.footer-list-ul li h2{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 5px;
}

.footer-list-ul li h2 a{
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.footer-list-ul li a{
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 30px;
}

.footer-list-ul li a:hover {
  background: #ccc;
}

.footer-bottom{
    background: #1F415D;
    height: 25px;
    line-height: 25px;
}

.footer-bottom p{
    color: #999999;
    font-size: 12px;
    display: block;
    line-height: 25px;
}
/*底部样式完*/

/*动画效果*/


.htmleaf-container{

}

.parallux .parallux-bg .parallux-inner img{
  display: block!important;
  width: 100%;
  height: 100vh;
}

#bg-8{
  width: 100%;
}

#bg-8 img{
  display: block;
  width: 100%;
}

/*内页导航*/

.nav-top-list{
    overflow: hidden;
    height: 100px;
    display: table;
    width: 100%;
    padding: 6px 0;
}

.nav-top-list a{
    float: left;
    display: block;
    padding: 0;
    margin-right: 10px;
}

.nav-top-list a img{
    display: block;
    margin: 0 auto;
    height: 90px;
}
.nav-top-title{
    float: left;
}


.nav-top-title-list{
    margin-bottom: 5px;
}

.nav-top-title-list h2{
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}

.nav-top-title-list p{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-top-txt{
    float: right;
    margin-right: 50px;
    padding-top: 30px;
}

.nav-top-txt span{
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
}

.nav-top-txt p{
    color: #f15a24;
    font-size: 16px;
    display: block;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
}

.nav-top-txt p:before{
     content: "\e612";
     font-family: "icon" !important;
     display: block;
     font-size: 16px;
     color: #333;
     position: absolute;
     left: 0;
     top: 0;
}

.sm_foot{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  height: 95px;
  width: 100%;
}

.sm_foot .sm_phone{
  height: 50px;
  background: #4e90cb;
}

.sm_foot .sm_phone a{
  color: #fff;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
}
.sm_foot .sm_phone i{
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.sm_foot .sm_phone p{
  display: inline-block;
}
.sm_foot .sm_ul{
  overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.2);
    height: 45px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#585858), to(#444444));
    background: -moz-linear-gradient(#585858, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#585858', endColorstr='#444444');
}

.sm_foot .sm_ul li{
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.2);
    -moz-box-flex: 1;
}
.sm_foot .sm_ul li a{
  display: block;
}
.sm_foot .sm_ul li i{
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  color: #CACACA;
  display: block;
}

.sm_foot .sm_ul li p{
  font-size: 12px;
  height: 20px;
  line-height: 14px;
  color: #CACACA;
  text-transform: capitalize;
}


