
/* =======================================================
 *  基本框架
 * ======================================================= */
body {
  font-family: "微软雅黑", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  background: #26221d;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a {
  color:#f08612;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #f08612;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #fff;
  font-family: "微软雅黑", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #c2c2c2;
}

::-moz-selection {
  color: #fff;
  background: #c2c2c2;
}

::selection {
  color: #fff;
  background:#c2c2c2;
}

.animate-box {
  opacity: 0;
}

/* =======================================================
 *  主菜单
 * ======================================================= */
.header {
  width:100%;
  padding: 1em 5%;
  background:#1f1a17;
  position:fixed;
  z-index:10000;
}
.divLogo{
  float:left;
}
.divLogo img{
  width:200px;
  float: left;
}
.divLogo span{
  margin-left: 10px;
  color: #fff;
  font-size:1.2em;
  font-weight: 600;
  letter-spacing: 3px;
  display: block;
  float: left;
}
.divMenu{
  float: right;
}
.divHeaderLan{
  margin-left: 1.2em;
  float: right;
}
.divHeaderLan a{
  margin-top: 4px;
  padding: 4px 10px;
  background: #f08612;
  color: #fff;;
  font: normal 0.8em Arial;
  border-radius: 12px;
  display: block;
  cursor: pointer;
}
.divHeaderLan a:hover{
  background: #f19545;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 1em 5%;
  }
  .divLogo img{
    clear: both;
    width:140px;
  }
  .divLogo span{
    clear: both;
    margin-top: 5px;
    margin-left: 0;
    font-size:0.9em;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 120%;
    float: none;
  }
  .divHeaderLan{
    margin-right: 14%;
  }
  .menu-1 {
    display: none;
  }
}

.divMenu ul {
  padding: 0;
  margin: 0;
}
.divMenu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  cursor:default;
}
.divMenu ul li a {
  font-weight: 600;
  font-size: 15px;
  padding: 1em 1.2em;
  color: #fff;
  position:relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.divMenu ul li:hover a{
    color: #f19545;
}
.divMenu ul li.has-dropdown .dropdown {
  width: 100%;
  padding: 30px 0 25px 0;
  top: 121px;
  left: 0;
  background:rgba(255,255,255,0.8);
  border-top: solid 1px #d9d9d7;
  -moz-box-shadow:0px 5px 5px rgba(0,0,0,0.1); 
  -webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.1); 
  box-shadow:0px 5px 5px rgba(0,0,0,0.1);
  position: absolute;
  z-index: 100;
  text-align:center;
}
.divMenu ul li.has-dropdown .dropdown li {
  width:200px;
  margin:0 10px;
  padding: 0;
  text-align:center;
  display: inline-block;
}
.divMenu ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #838281;
  line-height: 1.2;
  text-transform: none;
  font-size: 14px;
  font-weight:400;
  letter-spacing: 0;
}
.divMenu ul li.has-dropdown .dropdown li a img {
    width:180px;
    height:90px;
    margin-bottom:10px;
}
.divMenu ul li.has-dropdown .dropdown li a span {
  display:block;
}

.divMenu ul li.has-dropdown .dropdown li a::after {
    opacity:0;
}
.divMenu ul li.has-dropdown:hover a, ul li.has-dropdown:focus a {
  color: #989797;
}
.divMenu ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.divMenu ul li.btn-cta a span {
  background: #004181;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.divMenu ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.divMenu ul li.active > a {
  color: #f19545 !important;
}

/* =======================================================
 *  手机菜单
 * ======================================================= */
#sidebar {
  position: fixed;
  z-index: 10003;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #sidebar {
    display: block;
  }
}
.sidebar #sidebar {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity:0.85;
}
#sidebar a {
  color: rgba(255, 255, 255, 0.5);
}
#sidebar a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#sidebar ul {
  padding: 0;
  margin: 0;
}
#sidebar ul li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
#sidebar ul li > ul {
  padding-left: 20px;
  display: none;
}
#sidebar ul li.sidebar-has-dropdown > a {
  display: block;
  position: relative;
}
#sidebar ul li.sidebar-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#sidebar ul li.sidebar-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* =======================================================
 *  向上箭头
 * ======================================================= */
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* =======================================================
 *  菜单切换按钮
 * ======================================================= */
.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 6px !important;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #444;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.nav-toggle.fh5co-nav-white > i::before, .nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.nav-toggle {
  position:fixed;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
    z-index: 10005;
  }
}

/* =======================================================
 * 加载状态
 * ======================================================= */
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

/* =======================================================
 *  横幅动画
 * ======================================================= */
.divFlash {
  margin-top: 62px;
  background: url(../images/loader.gif) no-repeat center center;
}
.divFlash .btn {
  font-size: 24px;
}
.divFlash .btn.btn-primary {
  padding: 14px 30px !important;
}
.divFlash .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
.divFlash .flexslider .slides {
  position: relative;
  overflow: hidden;
}
.divFlash .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-size: 100%;
}
.divFlash .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
.divFlash .flexslider .flex-control-nav {
  bottom: 5px;
  z-index: 1000;
}
.divFlash .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.divFlash .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #f08612;
}
.divFlash .flexslider .flex-direction-nav {
  display: none;
}
.divFlash .flexslider .slider-text {
  display: table;
  opacity: 0;
  z-index: 9;
  cursor:default;
}
.divFlash .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
}
.divFlash .flexslider .slider-text > .slider-text-inner h1, .divFlash .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
.divFlash .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .divFlash {
    margin-top: 60px;
  }
  .divFlash .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}

.divFlash .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.divFlash .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
.divFlash .flexslider .slider-text > .slider-text-inner .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
.divFlash .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #f08612 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
.divFlash .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
.divFlash .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
.divFlash .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
.divFlash .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #f08612;
}

/* =======================================================
 *  按钮
 * ======================================================= */
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background:#2a80b9;
  color: #fff;
  border: 2px solid #2a80b9;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fa7272 !important;
  border-color: #fa7272 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #2a80b9;
  border: 2px solid #2a80b9;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #2a80b9;
  color: #fff;
}

/* =======================================================
 *  页脚
 * ======================================================= */
.footer{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #1f1a17;
}

.copyright{
  margin-top: 15px;
}
.copyright .block {
  display: block;
}
.copyright a{
    color:#fff;
}
.copyright a.spanLan{
    color:#353537;
    line-height:40px;
}
.spanCopyTel{
    color:#f08612;
    font:600 1.1em Verdana;
}

.ulFooterIcons {
  margin: 0;
  padding: 0;
}
.ulFooterIcons li {
    width:40px;
    height:40px;
    margin: 0 5px;
    padding: 0;
    background:#dddddd;
    color:#252525;
    list-style: none;
    display: inline-block;
    zoom: 1;
    border-radius:20px;
    text-align:center;
}
.ulFooterIcons li:hover{
    background-color:#fff;
}
.ulFooterIcons li i {
    color:#353537;
    font-size: 20px;
    line-height:40px;
}


.divBottomWx{
    width:120px;
    margin-left: 10px;
    overflow:hidden;
    float:right;
}
.divBottomWx img{
    width:120px;
}
.divBottomWx span{
    font-size:13px;
    text-align:center;
    display:block;
}

@media screen and (max-width: 768px) {
    .ulBottom>li{
        padding: 0 22px 0 22px;
        margin: 0;
        border-right:solid 1px #666;
        line-height:30px;
        list-style: none;
        display:block;
        float:left;
    }
    .ulBottom>li:first-child{
        padding: 0 22px 0 22px;
    }
    .ulBottom>li:last-child{
        border-right:0;
    }

    .divBottomWx{
        float:none;
        margin:0 auto;
        margin-top:30px;
        margin-bottom:20px;
    }

    .copyright{
        text-align:center;
    }
}
