﻿* {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
ul li {
  display: block;
}
.opacity0 {
  opacity: 0;
}
.bg12 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.fl,
.left {
  float: left;
}
.fr,
.right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.fixed {
  position: fixed;
}
html,
body {
  font: 14px/1.5em Microsoft Yahei, tahoma, Srial, helvetica, sans-serif;
}
a,
a:hover,
a:visited {
  outline: none;
  border: none;
  text-decoration: none;
  color: #000;
}
/*star --slider 通用*/
.slick-slider {
  position: relative;
}
.slick-list {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.slick-list:focus {
  outline: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  zoom: 1;
  height: 100%;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  position: relative;
  float: left;
  min-height: 1px;
}
.slick-slide img {
  display: block!important;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  position: relative;
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.btn_slick {
  position: absolute;
  top: 50%;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: none;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  z-index: 10;
}
.slick-prev {
  left: 0px;
  background: url(../images/btn_left.png) no-repeat;
}
.slick-next {
  right: 0px;
  background: url(../images/btn_right.png) no-repeat;
}
.slick-dots {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li span {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: block;
  cursor: pointer;
}
/*end */
.wrapper #banner {
  position: relative;
  z-index: 1001;
}
.wrapper #banner .btn_slick {
  position: absolute;
  transition: opacity 0.3s linear;
  opacity: 0;
  top: 50%;
  margin-top: -52px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 33px;
  height: 105px;
  z-index: 1000;
}
.wrapper #banner .slick-prev {
  background-position: 0 0;
  left: 50%;
  margin-left: -600px;
  background-image: url("../images/banner_btn_left.png");
}
.wrapper #banner .slick-next {
  right: 50%;
  margin-right: -600px;
  background-image: url("../images/banner_btn_right.png");
}
.wrapper #banner .slick-prev:hover {
  background-image: url("../images/banner_btn_left1.png");
}
.wrapper #banner .slick-next:hover {
  background-image: url("../images/banner_btn_right1.png");
}
.wrapper #banner .slick-dots {
  position: absolute;
  bottom: 25px;
  z-index: 1000;
  text-align: center;
}
.wrapper #banner .slick-dots li {
  margin: 0 15px;
}
.wrapper #banner .slick-dots li span {
  width: 14px;
  height: 14px;
  background: #9c9b9b;
  border: 1px solid #9c9b9b;
}
.wrapper #banner .slick-dots li.slick-active span {
  background: none;
  border-color: #c2a396;
}
.wrapper .tit {
  text-align: center;
}
.wrapper .tit img {
  display: inline-block;
}
.wrapper .xueshu_con {
  position: relative;
}
.wrapper #nav_xueshu {
  position: absolute;
  width: 96px;
  padding: 200px 0;
  left: 50%;
  z-index: 1000;
  margin-left: 500px;
  top: 150px;
}
.wrapper #nav_xueshu .bg_line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 200px;
  border-left: 1px dashed #c4c1bb;
  z-index: 1;
}
.wrapper #nav_xueshu .bg_line.line_top {
  top: 0;
}
.wrapper #nav_xueshu .bg_line.line_bottom {
  bottom: 0;
}
.wrapper #nav_xueshu .xs_list {
  position: relative;
  padding: 40px 0;
  z-index: 2;
}
.wrapper #nav_xueshu .xs_list li {
  margin-bottom: 12px;
}
.wrapper #nav_xueshu .xs_list li a {
  width: 96px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #6a6969;
  background: none;
  border-radius: 36px;
  transition: all 0.3s linear;
}
.wrapper #nav_xueshu .xs_list li.on a,
.wrapper #nav_xueshu .xs_list li:hover a {
  color: #fff;
  background: #937344;
}
.wrapper #nav_xueshu .xs_list li:last-child {
  margin-bottom: 0;
}
.wrapper #nav_xueshu.fixed {
  position: fixed;
}
.wrapper .img_list_table li {
  cursor: pointer;
  position: relative;
  width: 550px;
  height: 550px;
  margin-bottom: 72px;
  overflow: hidden;
}
.wrapper .img_list_table li > img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrapper .img_list_table li .con_wrap {
  transition: all 0.3s linear;
  background: transparent;
  width: 261px;
  height: 253px;
  position: absolute;
  display: table;
}
.wrapper .img_list_table li .con_wrap .con {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.wrapper .img_list_table li .con_wrap .con h1 {
  font-size: 58px;
  color: #3a3b3c;
  line-height: 70px;
}
.wrapper .img_list_table li .con_wrap .con h2 {
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #565656;
  margin-bottom: 7px;
}
.wrapper .img_list_table li .con_wrap .con p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.wrapper .img_list_table li:nth-child(odd) {
  float: left;
}
.wrapper .img_list_table li:nth-child(odd) .con_wrap {
  right: 0;
  top: 0;
}
.wrapper .img_list_table li:nth-child(even) {
  float: right;
}
.wrapper .img_list_table li:nth-child(even) .con_wrap {
  left: 0;
  bottom: 0;
}
.wrapper .img_list_table li:hover .con_wrap {
  background: #3a3b3c;
}
.wrapper .img_list_table li:hover .con_wrap .con h1 {
  color: #fff;
}
.wrapper .img_list_table li:hover .con_wrap .con p {
  color: #fff;
}
.wrapper.index .learn_more {
  width: 124px;
  height: 40px;
  display: block;
  margin: 0 auto;
  background: none;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  margin-top: 45px;
  border-radius: 40px;
  border: 1px solid #4e4e4e;
}
.wrapper.index .learn_more:hover {
  background: #937344;
  border-color: #937344;
}
.wrapper.index .bg_w {
  text-align: center;
  color: #fff;
  transform: translateY(0px);
  transition: all 0.3s linear;
}
.wrapper.index .bg_w a {
  color: #fff;
}
.wrapper.index .bg_w h2 {
  font-size: 24px;
  line-height: 48px;
}
.wrapper.index .bg_w h1 {
  font-size: 45px;
  line-height: 48px;
}
.wrapper.index .bg_w h3 {
  margin-top: 15px;
  font-size: 12px;
  line-height: 12px;
}
.wrapper.index .bg_w:hover {
  transform: translateY(-10px);
}
.wrapper.index #banner {
  height:650px;
  background: #000;
  overflow: hidden;
}
.wrapper.index #banner .con_slider {
  height:650px;
  width: 100%;
  overflow: hidden;
}
.wrapper.index #banner .con_slider a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
/*  transform: scale(1.1);
  transition: all 5s linear;*/
}
.wrapper.index #banner .con_slider.slick-active > a {
  transform: scale(1);
}
.wrapper.index #banner .btn_slick {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: left, right, opacity 0.5s, 0.5s, 0.5s ease-in-out, ease-in-out, ease-in-out;
}
.wrapper.index #banner .slick-prev {
  left: 40%;
}
.wrapper.index #banner .slick-next {
  right: 40%;
}
.wrapper.index #banner:hover .btn_slick {
  opacity: 1;
}
.wrapper.index #banner:hover .slick-prev {
  left: 50%;
}
.wrapper.index #banner:hover .slick-next {
  right: 50%;
}
.wrapper.index #part2 {
  background: url(../images/part2_bg.jpg) no-repeat center top;
  height: 435px;
}
.wrapper.index #part2 .bg12 {
  padding: 70px 0 90px;
}
.wrapper.index #part2 .bg12 ul {
  position: relative;
  width: 1012px;
  margin: 0 auto;
}
.wrapper.index #part2 .bg12 ul li {
  width: 162px;
  height: 50px;
  float: left;
  text-align: center;
  margin: 15px 20px;
}
.wrapper.index #part2 .bg12 ul li a {
  display: block;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #4e433e;
  background: none;
  transition: all 0.3s linear;
}
.wrapper.index #part2 .bg12 ul li a:hover {
  background: #6d5329;
  border-color: #6d5329;
}
.wrapper.index #part2 .bg12 ul li.w_15 {
  width: 171px;
  height: 71px;
  background-image: url('../images/part2_w_15.png');
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -85px;
}
.wrapper.index #part3 {
  background: #fff;
  padding: 80px 0;
}
.wrapper.index #part3 ul li {
  float: left;
  width: 373px;
  height: 495px;
  padding: 11px;
  border: 1px solid #d3d0cb;
  margin: 0 1px;
  position: relative;
}
.wrapper.index #part3 ul li a {
  display: block;
}
.wrapper.index #part3 ul li .img_con {
  position: relative;
  overflow: hidden;
  width: 373px;
  height: 500px;
}
.wrapper.index #part3 ul li .img_con > img {
  transform: scale(1);
  transition: all 0.5s linear;
}
.wrapper.index #part3 ul li .img_con > img:hover {
  transform: scale(1.05);
}
.wrapper.index #part3 ul li .img_con .w_desc {
  position: absolute;
  height: 76px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
  transition: all 0.3s linear;
  background: url("../images/part3_w_bg.png") center top;
  display: table;
}
.wrapper.index #part3 ul li .img_con .w_desc h1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.wrapper.index #part3 ul li:hover {
  border-color: #e3a13f;
}
.wrapper.index #part4 {
  background: url("../images/part4_bg.jpg") no-repeat center fixed;
  height: 555px;
}
.wrapper.index #part4 .bg12 {
  padding-top: 208px;
}
.wrapper.index #part5 {
  height: 482px;
  background: url("../images/part5_bg.jpg") no-repeat center top;
}
.wrapper.index #part5 .bg_w {
  padding-top: 160px;
}
.wrapper.index #part6 {
  padding: 80px 0;
  background: #fff;
}
.wrapper.index #part6 ul li {
  float: left;
  width: 400px;
  height: 400px;
  position: relative;
}
.wrapper.index #part6 ul li .pop {
  opacity: 0;
  transition: all 0.5s linear;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: table;
}
.wrapper.index #part6 ul li .pop .w_desc {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.wrapper.index #part6 ul li .pop .w_desc h1 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.wrapper.index #part6 ul li .pop .w_desc h2 {
  font-size: 14px;
  line-height: 26px;
  color: #937344;
}
.wrapper.index #part6 ul li .pop .w_desc h3 {
  width: 52px;
  height: 1px;
  border-bottom: 1px solid #fff;
  margin: 18px auto;
}
.wrapper.index #part6 ul li:hover .pop {
  opacity: 1;
}
.wrapper.project_list_nav .tit {
  text-align: center;
}
.wrapper.project_list_nav .tit h1 {
  color: #000;
  font-size: 30px;
  line-height: 36px;
}
.wrapper.project_list_nav .tit h2 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.wrapper.project_list_nav #banner {
  height: 599px;
  overflow: hidden;
}
.wrapper.project_list_nav #banner .con_slider {
  height: 599px;
}
.wrapper.project_list_nav #part2 {
  background: #fff;
  padding: 90px 0;
}
.wrapper.project_list_nav #part2 .type_list {
  margin-top: 40px;
  height: 1053px;
  overflow: hidden;
  background: url("../images/projrct_list_bg.jpg") no-repeat center;
}
.wrapper.project_list_nav #part2 .type_list > li {
  border: 3px solid #fff;
  width: 234px;
  float: left;
  height: 345px;
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  transition: background 0.3s linear;
  text-align: center;
  display: table;
  overflow: hidden;
}
.wrapper.project_list_nav #part2 .type_list > li .front {
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.wrapper.project_list_nav #part2 .type_list > li .front h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  margin-bottom: 22px;
}
.wrapper.project_list_nav #part2 .type_list > li .front > img {
  display: inline-block;
}
.wrapper.project_list_nav #part2 .type_list > li .back {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  opacity: 0;
  left: 0;
  transition: all 0.5s linear;
  display: table;
}
.wrapper.project_list_nav #part2 .type_list > li .back .back_con {
  display: table-cell;
  vertical-align: middle;
}
.wrapper.project_list_nav #part2 .type_list > li .back .back_con > ul {
  display: inline-block;
  height: 320px;
  overflow: hidden;
  vertical-align: middle;
  padding-right: 12px;
}
.wrapper.project_list_nav #part2 .type_list > li .back .back_con > ul > li {
  text-align: left;
}
.wrapper.project_list_nav #part2 .type_list > li .back .back_con > ul > li a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  max-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper.project_list_nav #part2 .type_list > li .back .back_con > ul > li a:hover {
  color: #937344;
}
.wrapper.project_list_nav #part2 .type_list > li .back .back_con > ul:first-child {
  height: auto;
}
.wrapper.project_list_nav #part2 .type_list > li .back .back_con > ul:last-child {
  padding-right: 0;
}
.wrapper.project_list_nav #part2 .type_list > li:hover {
  background: rgba(0, 0, 0, 0.6);
}
.wrapper.project_list_nav #part2 .type_list > li:hover .front {
  opacity: 0;
}
.wrapper.project_list_nav #part2 .type_list > li:hover .back {
  opacity: 1;
}
.wrapper.project_list_nav #part3 {
  background: url("../images/projrct_list_part2_bg.jpg") no-repeat center top;
  padding: 115px 0 50px;
}
.wrapper.project_list_nav #part3 .advan_list li {
  width: 154px;
  border-radius: 100%;
  height: 154px;
  display: block;
  background: #fff;
  transition: all 0.3s linear;
  float: left;
  margin: 50px 70px;
}
.wrapper.project_list_nav #part3 .advan_list li img {
  display: block;
  transition: all 0.5s linear;
  position: relative;
  top: 0;
}
.wrapper.project_list_nav #part3 .advan_list li:hover {
  background: #dbaa61;
}
.wrapper.project_list_nav #part3 .advan_list li:hover img {
  top: -5px;
}
.wrapper.city_15 #banner {
  height: 475px;
  overflow: hidden;
}
.wrapper.city_15 #banner .con_slider {
  height: 475px;
}
.wrapper.city_15 #part2 {
  padding: 60px 0 155px;
  background: #fff;
}
.wrapper.city_15 #part2 .city_list {
  margin-top: 60px;
}
.wrapper.city_15 #part2 .city_list li {
  float: left;
  width: 400px;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper.city_15 #part2 .city_list li .con {
  display: table-cell;
  color: #fff;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.wrapper.city_15 #part2 .city_list li .front,
.wrapper.city_15 #part2 .city_list li .back {
  display: table;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.wrapper.city_15 #part2 .city_list li .front {
  text-align: center;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.wrapper.city_15 #part2 .city_list li .front h1 {
  font-size: 24px;
  line-height: 24px;
}
.wrapper.city_15 #part2 .city_list li .back {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.wrapper.city_15 #part2 .city_list li .back h1 {
  font-size: 24px;
  line-height: 28px;
}
.wrapper.city_15 #part2 .city_list li .back h2 {
  font-size: 16px;
  line-height: 28px;
  color: #dfdfdf;
}
.wrapper.city_15 #part2 .city_list li .back a {
  font-size: 12px;
  border-radius: 32px;
  height: 32px;
  line-height: 32px;
  width: 100px;
  text-align: center;
  margin: 30px auto 0;
  display: block;
  color: #cdcdcd;
  border: 1px solid #4a4a48;
}
.wrapper.city_15 #part2 .city_list li .back a:hover {
  background: #533f34;
  border-color: #533f34;
}
.wrapper.city_15 #part2 .city_list li:hover .front {
  opacity: 0;
}
.wrapper.city_15 #part2 .city_list li:hover .back {
  opacity: 1;
}
.wrapper.book #banner {
  height: 475px;
}
.wrapper.book #banner .con_slider {
  height: 475px;
}
.wrapper.book #part2 {
  padding: 125px 0 85px;
  position: relative;
  background: url("../images/book_repeat_bg.jpg");
  /*.line1{
      background-image: url("../images/book_bg_01.png");
      background-position: center 241px;
      ul{
        li{
          a{
            h1{
              margin-top:0px;
            }
          }
        }
      }
    }
    .line2{
      background-image: url("../images/book_bg_02.png");
      background-position: center 222px;
    }
    .line3{
      background-image: url("../images/book_bg_03.png");
      background-position: center 222px;
    }
    .line4{
      background-image: url("../images/book_bg_04.png");
      background-position: center 195px;
    }*/
}
.wrapper.book #part2 .line {
  margin-bottom: 60px;
}
.wrapper.book #part2 .line ul li {
  width: 383px;
  background: url('../images/book_bg_box.jpg') no-repeat center top;
  float: left;
  text-align: center;
  margin: 0 8px 55px;
}
.wrapper.book #part2 .line ul li a {
  display: block;
  padding-top: 90px;
}
.wrapper.book #part2 .line ul li a img {
  width: 176px;
  height: 244px;
  display: block;
  transition: all 0.3s linear;
  position: relative;
  top: 0px;
  left: 105px;
  box-shadow: -10px 0px 40px #aaa;
}
.wrapper.book #part2 .line ul li a h1 {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 20px;
  margin-top: 25px;
}
.wrapper.book #part2 .line ul li:hover a img {
  top: -5px;
}
.wrapper.book #part2 .line ul li:hover a h1 {
  color: #937344;
}
.wrapper.zhuanli #nav_xueshu .bg_line {
  border-color: rgba(255, 255, 255, 0.4);
}
.wrapper.zhuanli #banner {
  height: 477px;
}
.wrapper.zhuanli #banner .con_slider {
  height: 477px;
}
.wrapper.zhuanli #part2 {
  background: #000;
  padding: 160px 0;
}
.wrapper.zhuanli #part2 ul.zhuanli_list {
  border: 1px solid #47443e;
  width: 896px;
  margin-left: 100px;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li {
  float: left;
  width: 298px;
  height: 218px;
  overflow: hidden;
  background: none;
  display: table;
  text-align: center;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li a {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
  padding: 0 10px;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li a h1 {
  font-size: 22px;
  line-height: 28px;
  width: 278px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li a h2 {
  font-size: 18px;
  line-height: 40px;
  color: #353433;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li a h3 {
  font-size: 14px;
  line-height: 36px;
  color: #353433;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li:nth-child(odd),
.wrapper.zhuanli #part2 ul.zhuanli_list li.l8 {
  background-color: #21190e;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li:nth-child(odd) a h2,
.wrapper.zhuanli #part2 ul.zhuanli_list li.l8 a h2,
.wrapper.zhuanli #part2 ul.zhuanli_list li:nth-child(odd) a h3,
.wrapper.zhuanli #part2 ul.zhuanli_list li.l8 a h3 {
  color: #4e483f;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li.l2,
.wrapper.zhuanli #part2 ul.zhuanli_list li.l5 {
  border-left: 1px solid #47443e;
  border-right: 1px solid #47443e;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li.l4,
.wrapper.zhuanli #part2 ul.zhuanli_list li.l5,
.wrapper.zhuanli #part2 ul.zhuanli_list li.l6 {
  border-top: 1px solid #47443e;
  border-bottom: 1px solid #47443e;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li.l5 {
  background-image: url("../images/zhuanli_center_bg.jpg");
}
.wrapper.zhuanli #part2 ul.zhuanli_list li.l7 {
  width: 597px;
  background: none;
  border-right: 1px solid #47443e;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li.l7 a h1 {
  width: 577px;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li.l7 a h2,
.wrapper.zhuanli #part2 ul.zhuanli_list li.l7 a h3 {
  color: #353433;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li.l7,
.wrapper.zhuanli #part2 ul.zhuanli_list li.l8 {
  height: 217px;
  border-bottom: 1px solid #47443e;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li:hover {
  background-image: url("../images/zhuanli_on_bg.jpg");
  background-size: cover;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li:hover a h3 {
  color: #cfb795;
}
.wrapper.zhuanli #part2 ul.zhuanli_list li:hover a h2 {
  color: #fff;
}
.wrapper.fashion #banner .con_slider {
  height: 602px;
}
.wrapper.fashion #part2 {
  padding: 92px 0;
}
.wrapper.fashion #part2 .img_list_table li {
  width: 550px;
  height: 550px;
}
.wrapper.fashion #part2 .img_list_table li .con_wrap {
  width: 261px;
  height: 253px;
}
.wrapper.exchange #banner .con_slider {
  height: 476px;
}
.wrapper.exchange #part2 {
  padding: 92px 0;
}
.wrapper.exchange #part2 .img_list_table {
  width: 1065px;
}
.wrapper.exchange #part2 .img_list_table li {
  width: 505px;
  height: 505px;
}
.wrapper.exchange #part2 .img_list_table li .con_wrap {
  width: 238px;
  height: 233px;
}
.wrapper.brand {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper.brand .brand_nav {
  position: fixed;
  top: 35px;
  left: 35px;
  width: 10%;
  z-index: 1005;
  color: #000;
}
.wrapper.brand .brand_nav .logo {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  background: url("../images/brand_nav_logo_black.png") no-repeat center top;
  background-size: contain;
}
.wrapper.brand .brand_nav dl {
  font-family: "黑体";
  font-size: 14px;
  line-height: 24px;
  margin-left: 16px;
}
.wrapper.brand .brand_nav dl a {
  display: inline-block;
  color: #000;
}
.wrapper.brand .brand_nav dl a:hover {
  font-weight: bold;
}
.wrapper.brand .brand_nav dl .nav1 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.wrapper.brand .brand_nav dl .to_index {
  margin-top: 15px;
}
.wrapper.brand .brand_nav dl dd {
  color: #000;
}
.wrapper.brand .brand_nav dl dd ul {
  margin-left: 20px;
}
.wrapper.brand .brand_nav dl .on,
.wrapper.brand .brand_nav dl .active {
  font-weight: bold;
}
.wrapper.brand .brand_nav dl .on a,
.wrapper.brand .brand_nav dl .active a {
  font-weight: bold;
}
.wrapper.brand .brand_nav.white {
  color: #fff;
}
.wrapper.brand .brand_nav.white .logo {
  background-image: url("../images/brand_nav_logo.png");
}
.wrapper.brand .brand_nav.white dl {
  color: #fff;
}
.wrapper.brand .brand_nav.white dl dd {
  color: #fff;
}
.wrapper.brand .brand_nav.white dl a {
  color: #fff;
}
.wrapper.brand .brand_con {
  height: 100%;
  width: 100%;
  position: relative;
}
.wrapper.brand .brand_con .bg12 {
  height: 100%;
}
.wrapper.brand .brand_con .bg12 .w_con {
  position: absolute;
}
.wrapper.brand .brand_con .bg12 .w_con img {
  width: 100%;
  display: block;
}
.wrapper.brand .brand_con .bg12 .w_con .btn {
  display: block;
  width: 95px;
  height: 24px;
  line-height: 24px;
  text-align: left;
  padding-left: 10px;
  position: absolute;
  font-size: 16px;
  color: #000;
  bottom: 0;
  left: 50%;
  margin-left: -52px;
  cursor: pointer;
  background: url("../images/btn_video.png") no-repeat center right;
  background-color: #fff;
}
.wrapper.brand .brand_con .bg12 .w_con .btn.black{
	background-color: #000;
	color:#fff;
}
.wrapper.brand .brand_con .bg12 .w_con .btn.no_center{
	left:0;
	margin-left:0;
}
.wrapper.brand .brand_con .bg12 .w_con .btn:hover {
  background-image: url("../images/btn_video_on.png");
  color: #fff;
  background-color: #937344;
}
.brand_zj_index {
  background-image: url("../images/brand_zj_index_bg.jpg");
  background-position: center top;
  background-size: contain;
}
.brand_zj_index .zj_index_w {
  position: absolute;
  width: 32%;
  left: 34%;
  bottom: 5%;
}
.con_slider {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.con_slider .w_con {
  position: absolute;
}
.con_slider_01 .w_con {
  width: 27%;
}
.con_slider_01 .w_con_01 {
  top: 11%;
  left: 31%;
  width: 40%;
}
.con_slider_01 .w_con_02 {
  bottom: 5%;
  left: 42%;
}
.con_slider_02 .w_con {
  width: 27%;
}
.con_slider_02 .w_con_01 {
  top: 9%;
  left: 55%;
}
.con_slider_02 .w_con_02 {
  bottom: 9%;
  left: 15%;
}
.con_slider_03 .w_con {
  width: 16%;
}
.con_slider_03 .w_con_01 {
  top: 30%;
  right: 80px;
}
.wrapper.brand_magazine {
  background-image: url("../images/brand_magazine_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;
}
.wrapper.brand_magazine .magazine_con > .bg12 {
  display: table;
}
.wrapper.brand_magazine .magazine_con .magazine_tab {
  display: table-cell;
  vertical-align: middle;
}
.wrapper.brand_magazine .magazine_con .magazine_list {
  width: 885px;
  margin: 0 auto;
}
.wrapper.brand_magazine .magazine_con .magazine_list li {
  color: #fff;
  text-align: center;
  float: left;
  margin: 0px 40px 20px;
}
.wrapper.brand_magazine .magazine_con .magazine_list li .img {
  width: 203px;
  height: 318px;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 5px;
}
.wrapper.brand_magazine .magazine_con .magazine_list li .img img {
  display: block;
}
.wrapper.brand_magazine .magazine_con .magazine_list li .desc {
  margin-top: 5px;
}
.wrapper.brand_magazine .magazine_con .magazine_list li .desc h1 {
  font-size: 18px;
  line-height: 24px;
}
.wrapper.brand_magazine .magazine_con .magazine_list li .desc .btn_get {
  font-size: 14px;
  line-height: 22px;
  display: block;
  text-align: center;
  width: 92px;
  height: 22px;
  margin: 5px auto 0;
  background: #fff;
  cursor: pointer;
}
.wrapper.brand_magazine .magazine_con .magazine_list li .desc .btn_get:hover {
  background: #937344;
  color: #fff;
}
.wrapper.brand_magazine .get_pop {
  position: fixed;
  display: none;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.brand_magazine .get_pop .mask {
  transition: all 0.5s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.wrapper.brand_magazine .get_pop .get_con {
  position: fixed;
  width: 835px;
  height: 510px;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -255px 0 0 -416px;
  background: #fff;
  font-family: "宋体";
}
.wrapper.brand_magazine .get_pop .get_con .con1 {
  width: 675px;
  height: 310px;
  padding: 100px 80px;
}
.wrapper.brand_magazine .get_pop .get_con .con1 .sex li {
  display: inline-block;
  margin-right: 25px;
}
.wrapper.brand_magazine .get_pop .get_con .con1 .sex li b {
  display: inline-block;
  padding-left: 30px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../images/btn_radio.png") no-repeat left center;
}
.wrapper.brand_magazine .get_pop .get_con .con1 .sex li.on b {
  background-image: url("../images/btn_radio_on.png");
}
.wrapper.brand_magazine .get_pop .get_con .con1 .input_list {
  margin: 30px 0 20px;
}
.wrapper.brand_magazine .get_pop .get_con .con1 .input_list li {
  display: inline-block;
  margin-right: 50px;
}
.wrapper.brand_magazine .get_pop .get_con .con1 .input_list li h1 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
.wrapper.brand_magazine .get_pop .get_con .con1 .input_list li input {
  width: 260px;
  padding: 5px 10px;
  line-height: 22px;
  display: block;
  border: 1px solid #afafaf;
  height: 22px;
}
.wrapper.brand_magazine .get_pop .get_con .con1 p {
  font-size: 12px;
  line-height: 24px;
  display: block;
  color: #000;
}
.wrapper.brand_magazine .get_pop .get_con .con1 p .privacy_btn {
  color: #393939;
  text-decoration: underline;
  cursor: pointer;
}
.wrapper.brand_magazine .get_pop .get_con .con1 .btn_send {
  display: block;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 38px;
  margin-top: 45px;
  width: 128px;
  height: 38px;
}
.wrapper.brand_magazine .get_pop .get_con .con1 .btn_send:hover {
  background: #937344;
}
.wrapper.brand_magazine .get_pop .get_con .btn_close {
  width: 47px;
  height: 48px;
  background: url("../images/btn_close.png") no-repeat center;
  display: block;
  position: absolute;
  top: -80px;
  right: -100px;
  cursor: pointer;
}
.wrapper.brand_magazine .get_pop .get_con .privacy_pop {
  border: 1px solid #000;
  display: none;
  z-index: 3;
  position: absolute;
  top: 44px;
  left: 54px;
  background: #fff;
}
.wrapper.brand_magazine .get_pop .get_con .privacy_pop .con {
  padding: 110px 15px 130px;
  width: 680px;
  height: 180px;
  color: #000;
}
.wrapper.brand_magazine .get_pop .get_con .privacy_pop .con h1 {
  font-size: 14px;
  line-height: 28px;
}
.wrapper.brand_magazine .get_pop .get_con .privacy_pop .con p {
  font-size: 12px;
  line-height: 28px;
}
.wrapper.brand_magazine .get_pop .get_con .privacy_pop .btn_pri_close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  background-size: cover;
  background: url('../images/pri_close.png') no-repeat center;
  cursor: pointer;
}
.wrapper.brand_magazine .get_pop .get_con .send_ok {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -123px 0 0 -199px;
  width: 398px;
  height: 247px;
  background: #fff;
  border: 1px solid #dad9d9;
}
.wrapper.brand_magazine .get_pop .get_con .send_ok .con {
  padding: 66px 0;
  text-align: center;
}
.wrapper.brand_magazine .get_pop .get_con .send_ok .con .icon {
  width: 92px;
  height: 92px;
  display: inline-block;
  background: url("../images/send_ok.png") no-repeat center top;
}
.wrapper.brand_magazine .get_pop .get_con .send_ok .con h1 {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
}
.change_con {
  background-image: url("../images/brand_change_bg.jpg");
  background-size: cover;
}
.change_con .w_con_01 {
  width: 435px;
  height: 205px;
  position: absolute;
  right: 50%;
  top: 50%;
}
.change_con .w_con_01 .btn_video {
  margin-left: -70px;
}
.old_con {
  background-image: url("../images/brand_old_bg.jpg");
  background-size: cover;
}
.old_con .w_con_01 {
  width: 490px;
  height: 205px;
  position: absolute;
  right: 50%;
  top: 45%;
}
.create_con {
  background-image: url("../images/brand_create_bg.jpg");
  background-position: center;
  background-size: cover;
}
.create_con .w_con_01 {
  width: 569px;
  height: 205px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 55%;
}
.brand_brand_con {
  background-image: url("../images/brand_brand_bg.jpg");
  background-position: center;
  background-size: cover;
}
.brand_brand_con .w_con_01 {
  width:330px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top:-100px;
  margin-left:-165px;
}
#exposeMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popbox {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1006;
}
.popbox .pvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popbox .video_close {
  z-index: 1007;
  position: absolute;
  display: block;
  background: url("../images/btn_close.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
}
.popbox .brand_con {
  display: none;
}
.popbox .loading {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}
.popbox .loading > img {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -250px;
}
.ar_con .title{font-weight: bold;
    color: #937344;
    text-align: center;
    font-size: 30px;
    padding: 55px 0;}
	
.ar_con	p{font-size: 16px;
    line-height: 2;
    }
	
.ar_con	p span{font-size: 16px;}
