@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?z4db7a");
  src: url("fonts/icomoon.eot?z4db7a#iefix") format('embedded-opentype'), url("fonts/icomoon.ttf?z4db7a") format('truetype'), url("fonts/icomoon.woff?z4db7a") format('woff'), url("fonts/icomoon.svg?z4db7a#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chanpin_1:before {
  content: "\e912";
}
.icon-chanpin_2:before {
  content: "\e913";
}
.icon-chanpin_3:before {
  content: "\e914";
}
.icon-chanpin_4:before {
  content: "\e915";
}
.icon-chengben:before {
  content: "\e916";
}
.icon-xiaolv:before {
  content: "\e918";
}
.icon-zhuli:before {
  content: "\e919";
}
.icon-search:before {
  content: "\e90d";
}
body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}
ul,
li {
  list-style: none;
}
.require {
  color: #ae4442;
}
.bg-danger {
  display: none;
  padding: 15px;
}
.tb-list,
.tb-list > *,
.tb-thumb dl {
  background: #24272c;
}
.string {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#nav img {
  height: 50px;
  margin-top: 15px;
}

#nav .mobile-logo {
  display: none;
}

#nav .navbar-header {
  height: 80px;
  background: #fff;
  margin-right: 0;
}
#nav.navbar {
  border-radius: 0px;
}
#nav.navbar-default {
  background: #fff;
  margin-bottom: 0;
}
#nav .navbar-collapse {
  background: #fff;
}
#nav .navbar-nav {
  height: 80px;
  line-height: 80px;
  margin-left: 35px;
}
#nav .navbar-nav>li:hover>ul {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#nav .navbar-nav>li:hover>ul.special {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 135px;
}
#nav .navbar-nav>li:hover>ul li {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 45px;
}
#nav .navbar-nav>li>a {
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  padding: 0 12px;
  color: #32363a;
}
#nav .navbar-nav>li ul {
  margin-top: 1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 0;
  background: #fff;
  position: absolute;
  z-index: 2;
  list-style: none;
  background: rgba(255,255,255,0.9);
  -webkit-transition: opacity 0.2s ease 0.1s;
  -moz-transition: opacity 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s;
  -ms-transition: opacity 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s;
}
#nav .navbar-nav>li ul li {
  list-style: none;
  line-height: 20px;
  overflow: hidden;
  height: 0px;
  width: 220px;
  padding: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
}
#nav .navbar-nav>li ul li:hover {
  background: #5e91cf;
}
#nav .navbar-nav>li ul li:hover a {
  color: #fff;
}
#nav .navbar-nav>li ul li a {
  display: inline-block;
  padding: 12px 12px;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  color: #32363a;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

#nav .navbar-nav .special {
  width: 880px;
  height: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  transition: height .2s ease, opacity .2s ease .1s 
}

#nav .navbar-nav .special-2 {
  width: 700px;
  padding: 12px 15px;
}


#nav .navbar-nav .special-2 .title-block{
  line-height: initial;
  overflow: hidden;
}

#nav .navbar-nav .special-2 .title-block-item {
  width: 220px;
  display: inline-block;
  padding-left: 15px;
  float: left;
}

#nav .navbar-nav .special-2 .title-block-item__title {
 font-size: 16px; 
 position: relative;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 10px;
}
#nav .navbar-nav .special-2 .title-block-item__title a {
    text-decoration: none;
    color: #32363a;
}

#nav .navbar-nav .special-2 .title-block-item__title a:hover {
    color: #5e91cf;
}

#nav .navbar-nav .special-2 .title-block-item__title::before {
   content: '';
   position: absolute;
   left: -10px;
   top: 1px;
   width: 3px;
   height: 20px;
   background: #5e91cf;
   cursor: pointer;
}

#nav .navbar-nav .special li {
  float: left;
  border-right: 1px solid #ccc;
}

#nav .navbar-nav li:hover>ul.special-2 li {
    width: 100%;
    height: 32px;
}
#nav .navbar-nav li>ul.special-2 li a {
 padding: 6px 12px;
}
#nav .container-fluid {
  padding: 0 0 0 7%;
}
#nav.navbar-default .navbar-nav>li>a:focus,
#nav.navbar-default .navbar-nav>li>a:hover {
  background: #fff;
  color: #5e91cf;
}
#nav .search {
  display: inline-block;
  height: 20px;
  width: 100px;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  margin-top: 19px;
  margin-top: 29px;
  margin-left: 10px;
}
#nav .search form {
  position: relative;
}
#nav .search input {
  font-size: 14px;
  line-height: 14px;
  float: right;
}
#nav .search #search-text {
  width: 60px;
  line-height: 16px;
  background: none;
  outline: none;
  border: 0;
  margin-right: 7px;
  margin-bottom: 4px;
}
#nav .search #search-submit {
  width: 20px;
  float: left;
  background: url("../../img/search.png") 3px 3px no-repeat;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  border: 0;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  text-indent: -100px;
}
#nav .navbar-toggle {
  margin-top: 11px;
}
#show-wall {
  width: 100%;
  height: 615px;
}
#show-wall ul {
  margin: 0;
  padding: 0;
}
#show-wall ul img {
  width: 100%;
}
#show-wall>ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#show-wall .tb-btn {
  left: 0 !important;
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
  bottom: 30px !important;
}
#show-wall .tb-btn a {
  margin: 0 10px;
  background: transparent;
  height: 14px;
  width: 14px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.8);
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  transition: width 0.5s;
}
#show-wall .tb-btn a.active {
  width: 90px;
}
.title {
  font-size: 36px;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
.icon-common {
  font-size: 50px;
  height: 50px;
  width: 50px;
  color: #5e91cf;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#introduce {
  text-align: center;
  min-height: 420px;
  width: 100%;
  background: #fff;
  padding: 50px 0px;
  color: #000;
}
#introduce .col-md-4 {
  position: relative;
}
#introduce .sub-title {
  margin: 30px 0 16px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  letter-spacing: 2px;
}
#introduce .content {
  color: #9a9a9a;
  margin: 0 auto 40px;
  width: 100%;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  bottom: -120px;
  left: 0px;
  line-height: 25px;
  letter-spacing: 1px;
}
.click-button {
  text-align: center;
  padding: 16px 32px;
  width: 200px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
}
.click-button:hover {
  background: #377cc7;
  border: 2px solid #377cc7;
  color: #fff !important;
  text-decoration: none;
}
#prod {
  overflow: hidden;
  min-height: 1780px;
  position: relative;
  text-align: center;
  padding: 50px 0;
  background: #fafafa;
}
#prod .container {
  position: relative;
}
#prod .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
#prod .row {
  min-height: 350px;
  margin-bottom: 20px;
}
#prod .row img {
  width: 100%;
  height: 310px;
  position: absolute;
  right: -100px;
  margin-left: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#prod .row .text {
  padding-top: 1px;
  z-index: 2;
  position: relative;
}
#prod .row .wrap {
  position: absolute;
  left: -60px;
  margin-left: 25px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#prod .icon-common {
  font-size: 30px;
  height: 34px;
  width: 38px;
  margin-top: 2px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#prod .sub-title {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 50px;
}
#prod .sub-title .prod-title {
  position: relative;
  letter-spacing: 3px;
}
#prod .sub-title .prod-title:before {
  content: '';
  height: 4px;
  width: 30px;
  position: absolute;
  bottom: -28px;
  background: #5e91cf;
}
#prod .content {
  position: relative;
  text-align: left;
  padding-left: 38px;
  padding-right: 16px;
  line-height: 36px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #4e4e4e;
}
#prod .content .detail {
  line-height: 50px;
  font-size: 12px;
  color: #a5a5a5;
  font-style: italic;
}
#prod .click {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
#prod .click-button {
  display: inline-block;
  color: #377cc7;
  bottom: 32px;
  border: 2px solid #377cc7;
}
#co-partner {
  padding: 50px 12px 0px;
  min-height: 350px;
  position: relative;
}
#co-partner .col-sm-3 {
  padding: 8px 25px;
}
#co-partner .row {
  margin-bottom: 20px;
}
#co-partner .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
}
#co-partner .dis-none {
  height: 110px;
}
#co-partner .show-img {
  height: 86px;
  line-height: 80px;
  margin-bottom: 24px;
  text-align: center;
}
#co-partner .show-img img {
  width: 75%;
  max-height: 80px;
}
#apply {
  min-height: 350px;
  background: #377cc7;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
#apply .apply-title {
  font-size: 36px;
  margin-bottom: 50px;
}
#apply .apply-sub-title {
  font-size: 20px;
  font-weight: lighter;
  font-style: italic;
}
#apply .click-button {
  border: 2px solid #fff;
  margin-top: 24px;
}
#apply .click-button:hover {
  background: #fff;
  color: #377cc7 !important;
}
#footer {
  padding: 50px 16px;
  min-height: 120px;
  text-align: left;
  background: #252525;
  color: #8f8f8f;
}
#footer .title {
  font-size: 20px;
  margin-bottom: 30px;
}
#footer .wec {
  margin-bottom: 10px;
}
#footer .wechat {
  position: relative;
  display: inline-block;
}
#footer .wechat img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  top: -88px;
  right: -120px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 105px;
}
#footer .row.mobile {
  display: none;
}
@media (max-width: 768px) {
  .string {
    font-size: 14px !important;
  }
  .click-button {
    padding: 8px 16px;
    width: 150px;
    font-size: 14px;
  }
  #nav .search {
    display: none;
  }
  #nav .navbar-header {
    height: 50px;
    padding-left: 20px;
  }

  #nav .pc-logo {
    display: none;
  }

  #nav .mobile-logo {
    display: inline-block;
  }

  #nav .navbar-header img {
    height: 30px;
    margin-top: 10px;
  }
  #nav .navbar-nav {
    height: auto;
    margin-left: 0px;
  }
  #nav .navbar-nav li {
    position: relative;
  }
  #nav .navbar-nav li a {
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
  }
  #nav .navbar-nav>li:hover>ul {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  #nav .navbar-nav>li:hover>ul li {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
    padding: 0;
  }
  #introduce {
    min-height: 200px;
    padding: 20px;
  }
  #introduce .title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #introduce .col-md-4 {
    margin-bottom: 80px;
    min-height: 120px;
  }
  #introduce .col-md-4 .content {
    font-size: 12px;
  }
  #introduce .icon-common {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  #introduce .col-xs-4 .content {
    display: none;
  }
  #prod {
    min-height: 1400px;
  }
  #prod .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #prod .row {
    min-height: 300px;
    margin-bottom: 70px;
  }
  #prod .row .text {
    padding-top: 0;
  }
  #prod .row .content {
    font-size: 14px;
    height: 255px;
  }
  #prod .row .wrap {
    width: 100%;
    padding-top: 20px;
    background: rgba(255,255,255,0.8);
    margin-left: 0;
    margin-top: 20px;
    left: 0px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  #prod .row .wrap .sub-title {
    padding-left: 12px;
    margin-bottom: 25px;
  }
  #prod .row .wrap .icon-common {
    font-size: 24px;
  }
  #prod .row .wrap .prod-title {
    font-size: 20px;
  }
  #prod .row img {
    right: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    height: auto;
    top: 30px;
    visibility: hidden;
  }
  #apply {
    min-height: 300px;
  }
  #apply .apply-title {
    font-size: 20px;
  }
  #co-partner {
    padding: 30px 12px 10px;
  }
  #co-partner .row .dis-none {
    display: none;
  }
  #co-partner .row .in-row {
    padding: 0 15px;
  }
  #co-partner .row .show-img {
    height: 46px;
    line-height: 46px;
    padding: 8px 8px;
  }
  #co-partner .row .show-img img {
    max-height: 46px;
    width: 100%;
  }
  #co-partner .row .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #footer .title {
    margin-bottom: 8px;
  }
  #footer .wec {
    display: none;
  }
  #footer .col-md-5 {
    margin-bottom: 12px;
  }
  #footer .row.mobile {
    display: block;
    text-align: center;
  }
  #footer .row.mobile img {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  #show-wall {
    height: 500px;
  }
  #prod .sub-title .prod-title:before {
    bottom: -28px;
  }
}
@media screen and (max-width: 600px) {
  #show-wall {
    height: 150px;
  }
  #show-wall .tb-btn {
    display: none;
  }
  #show-wall ul>li>a img {
    width: 100%;
    margin-top: 0;
  }
  .special-2 {
    display: none;
  }
}
@media (min-width: 1280px) {
  #nav .navbar-nav {
    margin-left: 60px;
  }
  #nav .navbar-nav>li>a {
    padding: 0 20px;
    font-size: 16px;
  }
  #nav .search {
    height: 30px;
    width: 160px;
    line-height: 20px;
    border-radius: 20px;
    margin-top: 24px;
  }
  #nav .search input {
    font-size: 20px;
    line-height: 30px;
  }
  #nav .search input#search-text {
    width: 120px;
  }
  #nav .search input#search-submit {
    margin-left: 4px;
    background: url("../../img/search.png") 3px 6px no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
  #apply .apply-title {
    letter-spacing: 4px;
  }
}
@media (max-width: 1280px) {
  #nav .navbar-nav .special {
    width: 440px;
  } 
}
