@charset "UTF-8";
@font-face {
  font-family: 'CenturyGothic';
  src: url(../fonts/CenturyGothic.ttf) format("truetype");
  font-weight: normal; }
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothicbold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Futura';
  src: url(../fonts/FuturaBold.ttf) format("opentype");
  font-weight: bold; }
.font-century {
  font-family: "CenturyGothic", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB",  "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif; }

.font-futura {
  font-family: "Futura", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB",  "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif; }

@keyframes shadowShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes shadowHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden; }

p {
  margin: 0;
  padding: 0; }

a, a:hover, a:visited {
  color: #000;
  text-decoration: none; }

.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333; }

body {
  color: #000;
  font-family:"Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4; }

.hide {
  display: none !important; }

img {
  vertical-align: middle; }

.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all .8s; }

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .7s; }

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .shadow .shadow-w {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center; }
    .shadow .shadow-w img {
      zoom: 1;
      max-width: 60%;
      max-height: 60%; }

.display-pc {
  display: block; }

.not-display-pc {
  display: none; }
.wrapper {
  overflow: hidden;
  width: 100%; }

  .wrapper .topbar .logo-w {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 198px;
    height: 56px;
    background-color: #fff; }
    .wrapper .topbar .logo-w .logo-ww {
      width: 100%;
      height: 56px;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center; }
      .wrapper .topbar .logo-w .logo-ww img {
        height: 21px; }
    .wrapper .topbar .logo-w.ylw {
      background-color: #ffcd00; }
  .wrapper .topbar .navs-w {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    height: 56px;
    background-color: #ffcd00; }
    .wrapper .topbar .navs-w .menu-opener {
      width: 56px;
      height: 56px;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .wrapper .topbar .navs-w .menu-opener img {
        width: 14px; }
    .wrapper .topbar .navs-w .phone {
      width: auto;
      height: 56px;
      float: left;
      border-right: 1px rgba(0, 0, 0, 0.1) solid;
      padding: 0 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .wrapper .topbar .navs-w .phone img {
        width: 19px;
        margin-right: 10px; }
      .wrapper .topbar .navs-w .phone span {
        font-weight: bold;
        font-size: 21px; }
  .wrapper .topbar .menu-w {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 0;
    height: 56px;
    overflow: hidden;
    transition: all 0.5s;
    border-left: 1px rgba(0, 0, 0, 0.1) solid; }
    .wrapper .topbar .menu-w .menu-ww {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-left: 25px;
      width: 100%;
      height: 100%;
      background-color: #ffcd00; }
      .wrapper .topbar .menu-w .menu-ww .menus {
        padding-right: 35px; }
        .wrapper .topbar .menu-w .menu-ww .menus .item {
          padding: 0 22px;
          line-height: 56px;
          font-size: 12px;
          color: #000;
          cursor: pointer;
          font-weight: bold;
          position: relative;
          display: inline-block;
          height: 56px;
          float: left; }
          .wrapper .topbar .menu-w .menu-ww .menus .item:after {
            content: ' ';
            height: 3px;
            width: 100%;
            background-color: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0;
            transition: opacity 0.4s; }
          .wrapper .topbar .menu-w .menu-ww .menus .item.active:after, .wrapper .topbar .menu-w .menu-ww .menus .item:hover:after {
            opacity: 1; }
      .wrapper .topbar .menu-w .menu-ww .close-w {
        width: 56px;
        height: 56px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-color: #fff; }
        .wrapper .topbar .menu-w .menu-ww .close-w img {
          height: 10px; }
    .wrapper .topbar .menu-w.active {
      opacity: 1;
      width: calc(100% - 196px); }

 .share-w {
    background-color: #f7f7f7;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    border-bottom: 1px solid #e6e6e6;
}
.share-w .share {
      width: 120px;
      text-align: center;
      cursor: pointer; }
.share-w .share .img-w {
        height: 40px; }
.share-w .share .img-w img {
          zoom: 1; }
.share-w .share p {
        font-size: 12px;
        line-height: 25px;
        color: rgba(0, 0, 0, 0.5); }

/************/
/*
.y_1 {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

.y_2 {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6);
	position: fixed;
	top: 69px;
	left: 0;
	z-index: 98;
}

.y1w {
	height: 60px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	position: relative;
	z-index: 999;
}

.y_1 a {
	padding: 24px 35px;
	transition: 0.3s;
	color: #fff;
	cursor: pointer;
}

.y_1 div:hover>a,
.y_1 div.zactive>a {
	background-color: rgba(0, 0, 0, 0.3);
}

.y_1 div:hover>.yc {
	height: 220px !important;
}

.y_1 .x_1 {
	display: flex;
	align-items: center;
}

.y_1 .x_1 div .yc {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 69px;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	color: #fff;
	height: 0;
	display: flex;
	z-index: 998;
	transition: 0.4s;
}

.y_1 .x_1 div .yc .ibox {
	overflow: hidden;
	width: 300px;
	height: 100px;
}

.y_1 .x_1 div .yc .ycleft {
	margin: 20px 0 0 50px;
}

.y_1 .x_1 div .yc .ycright {
	margin: 20px 0 0 50px;
}

.y_1 .x_1 div .yc .ycleft p {
	font-size: 18px;
	letter-spacing: 0.5px;
	padding-bottom: 20px;
	color: #303030;
}

.y_1 .x_1 div .yc .ycright {
	padding-left: 120px;
	padding-right: 250px;
}

.y_1 .x_1 div .yc .ycright a {
	display: block;
	padding: 0 0 12px 0;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.y_1 .x_1 div .yc .ycright a:hover {
	color: #303030;
}

.y_1 .x_1 div .yc .ycright:hover a {
	background-color: rgba(0, 0, 0, 0);
}

.y_1 .x_1 div .yc .ycright span {
	display: block;
	padding-bottom: 20px;
	color: #303030;
}

.y_1 .x_2 {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.y_11 {
	margin: 65px auto 55px;
	overflow: hidden;
}

.y_11 .y_11list {
	width: 33%;
	text-align: center;
	float: left;
}

.y_11 .y_11list a {
	font-size: 48px;
	font-weight: 900;
}

.y_11 .y_11list span {
	font-size: 24px;
	font-weight: 900;
}

.y_11 .y_11list p {
	font-size: 18px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.seven {
    width: 70%;
}
.y_12 {
	background-color: #fff;
	padding: 35px 0 0;
}

.y_12li {
	margin-right: 90px;
}

.y_12con {
	display: flex;
	justify-content: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #dedede;
}

.y_12li .y12img {
	width: 37px;
	height: 31px;
	overflow: hidden;
}

.y_12li p {
	padding-top: 10px;
	font-size: 16px;
	color: #a8a8a8;
}

.y_12nav {
	overflow: hidden;
	margin: auto;
	padding-top: 30px;
	position: relative;
}

.y_12nav .navlist {
	float: left;
	text-align: center;
	margin-right: 45px;
}

.y_12nav .navlist p {
	font-size: 18px;
	color: #000000;
	padding-bottom: 12px;
}

.y_12nav .navlist a {
	font-size: 14px;
	color: #a5a5a5;
	display: block;
	padding: 1px 0;
    line-height: 32px;
	transition: 0.3s;
}

.y_12nav .navlist a:hover {
	color: #000000;
}

.y_12 .code {
	float: right;
	overflow: hidden;
}

.y_12 .code .bigcode {
	float: left;
	overflow: hidden;
	text-align: center;
}

.y_12 .code p {
	font-size: 14px;
	padding-top: 7px;
	color: #727272;
}

.y_12 .code .scode {
	float: left;
	overflow: hidden;
	margin-left: 15px;
}

.y_12 .code .scode img {
	margin-bottom: 10px;
	width: 110px;
	height: 110px;
}

.y_12tel {
	margin: auto;
	padding-bottom: 0px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.y_12tel .toptel {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.y_12tel .toptel .icontel {
	width: 12px;
	height: 12px;
	overflow: hidden;
}

.y_12tel .toptel span {
	font-size: 14px;
	color: #A5A5A5;
	padding-left: 3px;
}

.y_12tel b {
	display: block;
	font-size: 24px;
	color: #21232e;
}

.y_12 .bq {
	margin-top: 20px;
	border-top: 1px solid #dedede;
	padding: 5px 0;
	font-size: 14px;
	color: #727272;
	text-align: center;
}
.dress {
    display: none;
}
.w100 {
    display: block;
    width: 100%;
    transition: 0.3s;
}*/


/************/
 .wrapper .sub-menu-w {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    z-index: 12;
    overflow-y: scroll;
    padding-bottom: 40px;
    display: none; }
    .wrapper .sub-menu-w .btn-close {
      width: 56px;
      height: 56px;
      right: 0;
      top: 0;
      position: absolute;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .wrapper .sub-menu-w .btn-close img {
        width: 12px; }
    .wrapper .sub-menu-w .menu-w {
      padding: 100px 40px 0; }
      .wrapper .sub-menu-w .menu-w .menu-l {
        width: 100%;
        text-align: center;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid; }
        .wrapper .sub-menu-w .menu-w .menu-l .mtt, .wrapper .sub-menu-w .menu-w .menu-l .mtt a {
          color: #fff;
          font-size: 15px;
          line-height: 24px;
          font-weight: bold;
          padding: 9px 0; }
        .wrapper .sub-menu-w .menu-w .menu-l:last-child {
          border-bottom: none; }
        .wrapper .sub-menu-w .menu-w .menu-l .sub-menu {
          border-top: 1px rgba(255, 255, 255, 0.8) solid;
          padding: 8px 0;
          display: none; }
          .wrapper .sub-menu-w .menu-w .menu-l .sub-menu a {
            display: block;
            color: rgba(255, 255, 255, 0.5);
            font-size: 11px;
            line-height: 16px;
            padding: 5px 0; }
  .wrapper .fast-nav-resp {
    display: none; }

  .wrapper .fast-navs {
    position: fixed;
    right: 0;
    top: calc(50% - 168px);
    width: 58px;
    background-color: #0A0A0A;
    height: 336px;
    z-index: 11; }
    .wrapper .fast-navs .item {
      height: 48px;
      width: 58px;
      position: relative;
      cursor: pointer; }
      .wrapper .fast-navs .item .item-h {
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 58px;
        transition: all 0.5s;
        right: 0;
        top: 0; }
        .wrapper .fast-navs .item .item-h img {
          zoom: 0.5; }
          .wrapper .fast-navs .item .item-h img.h {
            display: none; }
        .wrapper .fast-navs .item .item-h span {
          font-size: 12px;
          line-height: 14px;
          padding-left: 16px;
          width: 0;
          overflow: hidden;
          white-space: nowrap;
          display: none; }
      .wrapper .fast-navs .item:hover .item-h {
        background-color: #ffcd00;
        width: calc(58px + 64px); }
        .wrapper .fast-navs .item:hover .item-h img.o {
          display: none; }
        .wrapper .fast-navs .item:hover .item-h img.h {
          display: inline; }
        .wrapper .fast-navs .item:hover .item-h span {
          display: inline-block;
          width: 64px; }
  .wrapper .fast-nav-resp {
    display: none; }
 .wrapper .img-shadow {
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; }
    .wrapper .img-shadow .img-b {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .wrapper .img-shadow .img-b .img-in {
        max-width: 60%;
        max-height: 60%; }
      .wrapper .img-shadow .img-b .btn-close {
        height: 17px;
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer; }


/************************************************************/

        .dahui{

            background-color: #f7f7f7;

            padding: 50px 0;

        }

        .incon .seven{

            margin: auto;

        }



        @media only screen and (max-width: 768px) {

            .dahui{

                box-sizing: border-box;
				padding: 20px 0;
            }

            .incon .iy_1{

                height: auto;

                width: 100% !important;

            }

            .iy_2{

                padding: 0 10px;

            }

            .iy_3list{

                padding: 0 5px;

                box-sizing: border-box;

                width: 50%;

                margin-right: 0 !important;

            }

            .iy_3list div{

                width: 100% !important;

            }



        }




























