@charset "utf-8";
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
#index .fixed_header_top {
  position: relative;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 100000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
}

#index .fixed_header_top .p_top {
  background-color: #333;
}

#index .fixed_header_top .p_top p {
  display: block;
  text-align: right;
  margin: 10px 0;
}

#index .fixed_header_top .p_top p a {
  color: #fff;
}

#index .fixed_header_top .p_top p a span {
  border-right: 1px solid #fff;
  padding: 0 5px;
}

#index .fixed_header_top .p_top p a:last-child span {
  border: none;
}

#index .fixed_header_top .logo2 {
  margin-top: 17px;
}
#index .fixed_header_top .logo2 a{ display: block;}

#index .fixed_header_top .nav_con {
  text-align: right;
  position: relative;
}

#index .fixed_header_ .nav_con ul {
  width: 100%;
  display: inline-block;
}

#index .fixed_header_top .nav_con ul li {
  padding-top: 20px;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  text-align: center;
  position: relative;
}
#index .fixed_header_top .nav_con ul li p{
  margin: 0 0 10px;
}
#index .fixed_header_top .nav_con ul li p:last-of-type {
  color: #999;
  font-size: 12px;
}

#index .fixed_header_top .nav_con ul li .list_group {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 90px;
  padding: 12px 0 0 0;
  text-align: center;
  z-index: 10000;
}

#index .fixed_header_top .nav_con ul li .list_group a {
  display: block;
  background-color: #7b5126;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

#index .fixed_header_top .nav_con ul li .list_group a:hover {
  background-color: #67462B;
}

#index .fixed_header_top .nav_con ul li:last-child {
  width: 7%;
  margin-left: -20px;
  height: 100px;
  line-height: 60px;
}

#index .fixed_header_top .nav_con ul li:last-child span {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

#index .fixed_header_top .nav_con ul li:last-child:hover,
#index .fixed_header_top .nav_con ul li:last-child:visited {
  background-color: #eee;
}

#index .fixed_header_top .nav_con ul li:hover,
#index .fixed_header_top .nav_con ul li:active {
  background-color: #eee;
  height: 100px;
}

#index .fixed_header_top .nav_con ul li:hover .list_group,
#index .fixed_header_top .nav_con ul li:active .list_group {
  display: block;
}

#index .fixed_header_top .nav_con .search_input {
  display: none;
  position: absolute;
  top: 100px;
  right: 0px;
  z-index: 10;
}

#index .fixed_header_top .nav_con .search_input input {
  border: 10px solid #4f4437;
  padding-left: 10px;
  font-size: 12px;
  color: #999;
}



@media (max-width: 767px) {
  #index .intro_banner {
      margin-top: 0;
  }
}

@media (min-width:992px) {
  .col-md-9 {
    width:75%
  }
  .col-md-8 {
    width:66.66666667%
  }
  .col-md-4 {
    width:33.33333333%
  }
  .col-md-3 {
    width:25%
  }
	.col-md-3,.col-md-4,.col-md-8,.col-md-9 {
		float:left
	}
}

/* banner */
.banner{ position: relative;}
.banner .gp-img-responsive{ padding-bottom: 20.83%;}
.banner:hover img{ transform: scale(1.03); opacity: 0.85;}
.banner > .flex{ position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); z-index: 1; align-items: baseline;}
.banner .siteName{ font-size: 60px; font-weight: bold; color: #fff; line-height: 76px; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none;}
.banner .siteNav li{ position: relative; transition: all 0.35s ease;}
/* .banner .siteNav li:hover{ transform: translateY(-4px);} */
.banner .siteNav dl{ display: none; position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 60px); width: 100%; text-align: center; background: #7B5126; padding: 10px 0;}
.banner .siteNav li:hover dl{ display: block;}
.banner .siteNav a{ color: #fff; line-height: 23px;}
.banner .siteNav li > a{ padding: 0 20px;}
.banner .siteNav li > a::before{ content: ''; display: block; width: 100%; height: 0px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  position: absolute; left: 50%; transform: translateX(-50%); bottom: -60px; z-index: -1; transition: all 0.35s ease;}
.banner .siteNav li:hover > a::before{ height: 123px;}
.banner .siteNav dd > a{ display: block; line-height: 20px; padding: 10px 0;}
.banner .siteNav dd > a:hover{ background: rgba(255,255,255,0.2);}
.banner .siteNav a:hover{ color: rgba(255, 255, 255, 0.95);}
.banner::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 176px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.bread{ border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.bread, .bread a{ line-height: 20px; color: #999; line-height: 60px;}



footer a{ color: #fff;}
footer img{ vertical-align: middle;}
.footer_second {
  background-color: #333333;
  min-height: 148px; position: relative;
}

.footer_second > .gp-container{ position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0);}

.footer_second .footer_second_left .footer_second_img {
  display: inline-block;
}

.footer_second .footer_second_left span {
  line-height: 24px;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.footer_second .footer_second_right .weibo {
  display: inline-block;
  margin-right: 10px;
}

.footer_second .footer_second_right .weibo .weibo_img {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.footer_second .footer_second_right .weibo span {
  line-height: 22px;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.footer_second .footer_second_right .wechat {
  display: inline-block;
  position: relative;
}

.footer_second .footer_second_right .wechat .wechat_code {
  position: absolute;
  bottom: 30px;
  right: -45px;
  display: none;
}

.footer_second .footer_second_right .wechat:hover .wechat_code {
  display: block;
}

.footer_second .footer_second_right .wechat .wechat_img {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.footer_second .footer_second_right .wechat span {
  color: #fff;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

/* .footer_second .footer_second_bg {
  background-image: url(../images/footer_second_img.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
} */
.visible-lg,.visible-md,.visible-sm,.visible-xs {
	display:none!important
}

/* footer */
.footer_second .footer_second_bg .footer_second_right {
  text-align: center;
}
.footer_second .footer_second_bg .footer_second_right {
    margin-top: 30px;
}
.footer_second .footer_second_bg .footer_second_right .weibo,
.footer_second .footer_second_bg .footer_second_right .wechat {
    display: inline-block;
}
.footer_second .footer_second_bg .footer_second_right .weibo .weibo_img,
.footer_second .footer_second_bg .footer_second_right .wechat .wechat_img {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
}
.footer_second .footer_second_bg .footer_second_right .weibo span,
.footer_second .footer_second_bg .footer_second_right .weibo span {
    line-height: 22px;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.footer_second .footer_second_bg p {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: -20px;
}

/* 响应式样式 */
@media screen and (max-width: 1100px) {
  .banner .siteNav li > a{ padding: 0 10px;}
}

@media screen and (max-width: 1080px) {
  .banner > .flex, .footer_second > .gp-container{ width: 100%;}
}

@media screen and (max-width: 1030px) { 
  .footer_second > .gp-container{ text-align: center;}
  .banner .siteNav li{ margin-right: 10px;}
  .banner .siteNav li > a{ padding: 0;}
  .banner .siteNav dl{ display: none !important;}
  .footer_second_left{ display: inline-block; width: auto; float: none; text-align: left;}
  .footer_second_right{ display: block; width: 100%; text-align: center; float: none; margin-top: 15px;}
}

@media screen and (max-width: 991px){ 
  .footer_second .footer_second_bg .footer_second_right{ margin-top: 0;}
  .footer_second .footer_second_bg p:first-of-type{ margin-top: 10px;}
  .footer_second .footer_second_bg p{ display: block; float: none; margin-top: 10px; margin-bottom: 0;}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm { display:block!important;}
}
@media (min-width:768px)and (max-width:991px) {
	.hidden-sm {
		display:none!important
	}
}
@media (max-width: 768px) {
  #index .header .navbar-default {
      background-color: #fff;
      border: none;
  }
  
  #index .header #E {
    display: inline-block;
    margin-top: 25px;
    margin-left: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
  }

  #index .header img.logo_mobile {
    position: absolute;
    left: 50%;
    margin-left: -62px;
    top: 20px;
  }

  .navbar-toggle {
    position:relative;
    float:right;
    padding:9px 10px;
    margin-top:8px;
    margin-right:15px;
    margin-bottom:8px;
    background-color:transparent;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
  }

  .navbar-default .navbar-toggle {
    border-color:#ddd
  }

  #index .header .navbar-default .navbar-toggle {
    border-radius: 0;
    margin-top: 20px;
  }

  .sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
  }

  .navbar-toggle .icon-bar {
    display:block;
    width:22px;
    height:2px;
    border-radius:1px
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color:#888
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top:4px
  }
  .collapse {
    display:none
  }
  .navbar-collapse {
    padding-right:15px;
    padding-left:15px;
    overflow-x:visible;
    -webkit-overflow-scrolling:touch;
    border-top:1px solid transparent;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1)
  }
  .navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color:#e7e7e7
  }
  #index .header .right-menu {
      background-color: #333;
      display: none;
      position: fixed;
      width: 160px;
      top: 0;
      right: 0;
      height: 100%;
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
      z-index: 10000;
  }
  #index .header .right-menu {
      background-color: #333;
      display: none;
      position: fixed;
      width: 160px;
      top: 0;
      right: 0;
      height: 100%;
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
      z-index: 10000;
  }
  .text-right {
    text-align:right
  }
  #index .header .right-menu .close-menu {
      width: 100%;
      font-size: 24px;
      padding: 10px 30px 10px 10px;
  }
  #index .header .right-menu .close-menu a {
      color: #fff;
  }
  #index .header .right-menu>ul {
      padding-left: 0;
  }
  #index .header .right-menu>ul li {
      list-style: none;
      padding: 0;
  }
  #index .header .right-menu>ul li>a {
      display: block;
      padding: 15px 30px;
      color: #fff;
      text-align: right;
  }
  #index .header .right-menu>ul li>ul.sub {
      display: none;
      background-color: #eee;
      padding-left: 0;
  }
  #index .header .right-menu>ul li>a {
      display: block;
      padding: 15px 30px;
      color: #fff;
      text-align: right;
  }
  #index .header .right-menu>ul li>ul.sub>li>a {
      color: #333;
      padding-left: 40px;
  }
  #index .mheader_fixed {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width:767px) {
	.visible-xs {
		display:block!important
	}
	.hidden-xs {
		display:none!important
	}
}


