﻿@charset "UTF-8";
html {
  border-radius: 5px;
  transition: all 0.5s;
}

body {
  background: #fbfbfb;
}

/*@font-face {
  font-family: 'cinzelregular';
  src: url("../../cinzel-regular-webfont.eot");
  src: url("../../cinzel-regular-webfont.eot?#iefix") format("embedded-opentype"), url("cinzel-regular-webfont.woff2") format("woff2"), url("cinzel-regular-webfont.woff") format("woff"), url("cinzel-regular-webfont.ttf") format("truetype"), url("cinzel-regular-webfont.svg#cinzelregular") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'kokilabold_italic';
    src: url('../../fonts/kokilabi-webfont.woff2') format('woff2'),
         url('../../fonts/kokilabi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kokilaregular';
    src: url('../../kokila-webfont.woff2') format('woff2'),
         url('../../kokila-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.header-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: none;
}

header {
  background: #fff;
  position: relative;
  z-index: 999;
}
header .top {
  padding-top: 18px;
  position: relative;
  z-index: 5;
}
header .top .left a {
  font-size: 12px;
  color: #000;
  padding: 0 16px;
  line-height: 12px;
  background: url(../img/img05.jpg) no-repeat center right;
}
header .top .left a:nth-child(3) {
  border-right: 0;
}
header .top .left a:hover {
  color: #76161b;
}
header .language {
  font-family: 'Arial';
  margin-left: 7px;
}
header .language .en {
  color: #76161b;
  font-family: 'Times New Roman';
}
header .language .down {
  margin-left: 6px;
}
header .search {
  margin-top: 2px;
  margin-left: 20px;
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 10px;
  overflow: hidden;
}
header .search.cur {
  border: 1px solid #ccc;
}
header .search a {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/img02.jpg) no-repeat 3px 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 3px;
}
header .search .header-submit {
  display: block;
  width: 13px;
  height: 13px;
  background: none;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 3px;
  text-indent: -99999px;
}
header .search .header-submit.z10 {
  z-index: 10;
}
header .input {
  display: none;
}
header .header-input {
  width: 124px;
  margin-left: 16px;
  height: 21px;
  background: none;
  border: 0;
  padding-left: 10px;
  font-size: 12px;
  line-height: 19px;
}
header .logo {
  padding: 14px 0 31px 0;
  position: relative;
  z-index: 5;
}
header .logo .logo-box {
  width: 125px;
  height: 69px;
  margin: 0 auto;
}
header .m-logo {
  padding: 16px 0 13px 0;
  display: none;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .m-logo .logo-box {
  width: 58px;
  height: 33px;
  margin: 0 auto;
}
header .m-logo-block {
  height: 50px;
  display: none;
}
header .m-search {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  left: 15px;
}
header .m-search a {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/img04.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
header .m-search .submit-btn {
  display: block;
  width: 12px;
  height: 12px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: 0;
  text-indent: -99999px;
}
header .m-search .submit-btn.z10 {
  z-index: 10;
}
header .m-text {
  width: 100px;
  height: 20px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #949494;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 40px;
  display: none;
}
header .btn-nav {
  position: absolute;
  top: 16px;
  right: 15px;
  background: transparent;
  border: none;
  padding: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 99999;
}
header .icon-bar {
  display: block;
  margin-bottom: 2px;
  width: 18px;
  height: 3px;
  background-color: #949494;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}
header .middle {
  margin: 0 auto;
  margin-bottom: 2px;
}
header .hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}
header .nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.9;
  display: block;
  height: 100%;
  z-index: 9;
}
header .animated .icon-bar {
  z-index: 999999;
  background-color: #76161b;
}
header .animated .topper {
  -webkit-transform: translateY(5px) rotateZ(45deg);
  -moz-transform: translateY(5px) rotateZ(45deg);
  -ms-transform: translateY(5px) rotateZ(45deg);
  -o-transform: translateY(5px) rotateZ(45deg);
  transform: translateY(5px) rotateZ(45deg);
}
header .animated .middle {
  width: 0;
}
header .animated .middle {
  width: 0;
}
header .animated .bottom {
  -webkit-transform: translateY(-5px) rotateZ(-45deg);
  -moz-transform: translateY(-5px) rotateZ(-45deg);
  -ms-transform: translateY(-5px) rotateZ(-45deg);
  -o-transform: translateY(-5px) rotateZ(-45deg);
  transform: translateY(-5px) rotateZ(-45deg);
}
header .hideNav {
  top: -100%;
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}
header .showNav {
  top: 0;
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}
header .nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 10%;
  float: none;
}
header .nav-item {
  /*margin: 20px auto;*/
  /*padding: 20px 0;*/
  float: none;
  /*padding-left: 5%;*/
  
}
header .item-anchor {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px 10px 10px 0;
  float: left;
}
header .nav {
  position: relative;
  z-index: 5;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.06)
}
header .nav .nav-li {
  padding: 20px 0 25px 0;
}
header .nav>.wrap {
  /*border-top: 1px dashed #d8d8d8;*/
  background: url(../img/img130.jpg) repeat-x 0 top;
}
header .nav ul {
  float: none;
  width: 60%;
  margin: 0 auto;
}
header .nav li {
  width: 16%;
}
header .nav a {
  font-size: 13px;
  line-height: 13px;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
  background: url(../img/img05.jpg) no-repeat center right;
}
header .nav a:hover {
  color: #76161b;
}
header .nav .box {
  position: absolute;
  width: 100%;
  display: none;
  background: #fff;
  left: 0;
  top: 58px;
  overflow: hidden;
  z-index: 99;
}
header .nav .list {
  width: 87.5%;
  margin: 0 auto;
}
header .nav .list ul {
  width: 100%;
  margin: 0;
}
header .nav .list li {
  width: 23%;
  margin-right: 2.6%;
}
header .nav .list li:nth-child(4) {
  margin-right: 0;
}
header .nav .list .img {
  width: 100%;
}
header .nav .list a:hover {
  color: #76161b;
}
header .nav .list h3 {
  margin-top: 14px;
  font-weight: normal;
}
header .nav .list h3 a {
  color: #3f3f3f;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  background: none;
}
header .nav .list h4 {
  font-weight: normal;
}
header .nav .list h4 a {
  color: #3f3f3f;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  background: none;
  /*font-family: 'cinzel';*/
  font-family: 'CinzelRegular';
}
header .nav .list .more {
  margin-top: 22px;
}
header .nav .list .more a {
  display: block;
  width: 27px;
  height: 27px;
  background: url(../img/img07.png) no-repeat;
  background-size: 100% 100%;
}
header .nav .list .more a.cur {
  background: url(../img/img08.png) no-repeat;
  background-size: 100% 100%;
}
header .nav .close {
  height: 41px;
  margin-top: 140px;
  border-top: 1px solid #e5e5e5;
}
header .nav .close span {
  display: block;
  font-size: 16px;
  line-height: 41px;
  width: 80px;
  margin: 0 auto;
  background: url(../img/img09.jpg) no-repeat center right;
  cursor: pointer;
}
header .nav .box .wrap {
  border-top: 1px solid #d8d8d8;
  padding: 50px 0 0 0;
}

.welcome .wrap1-tit {
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome .wrap1-mtit {
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome .wrap2-tit {
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome .wrap2-mtit {
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome .swiper3 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.welcome .layout .swiper1 {
  padding-top: 47px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.welcome .layout .list {
  position: relative;
}
.welcome .layout .list:nth-child(1) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome .layout .list:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome .layout .list:nth-child(3) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome .layout .list:nth-child(4) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome .layout .list
.info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 43%;
  z-index: 3;
}
.welcome .layout .list
.info h3 {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  color: #f6f6f6;
}
.welcome .layout .list
.info h4 {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: normal;
  margin-top: 14px;
  color: #f6f6f6;
  text-transform: uppercase;
}
.welcome .layout .list
.info .heng {
  width: 17px;
  height: 1px;
  margin: 29px auto 0;
  background: #a4a4a4;
}
.welcome .layout .list
.info .p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  margin-top: 21px;
  display: none;
  color: #f6f6f6;
}
.welcome .layout .list
.info .more {
  width: 30px;
  margin: 35px auto 0;
  display: none;
}
.welcome .layout .list
.info .more .bull {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/img17.png) no-repeat;
}
.welcome .layout .list a {
  display: block;
}
.welcome .information {
  padding-bottom: 152px;
}
.welcome .information .list:hover h3 a {
  color: #76161b;
}
.welcome .information .con .swiper2 {
  padding-top: 47px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.welcome .information .con h3 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
  font-weight: normal;
}
.welcome .information .con h3 a {
  color: #000000;
}
.welcome .information .con .img {
  overflow: hidden;
}
.welcome .information .con .time {
  font-size: 14px;
  line-height: 14px;
  margin-top: 13px;
  color: #cecece;
}
.welcome .information .con .p {
  font-size: 12px;
  line-height: 22px;
  margin-top: 19px;
}
.welcome .information .con .p a {
  color: #666;
}
.welcome .information .con .list {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.welcome .information .con .list:nth-child(1) {
  left: -30px;
}
.welcome .information .con .list:nth-child(2) {
  left: -40px;
}
.welcome .information .con .list:nth-child(3) {
  left: -50px;
}
.welcome .information .con .list:nth-child(4) {
  left: -60px;
}
.welcome .information .con .list:nth-child(5) {
  left: -70px;
}
.welcome .information .con .more {
  margin-top: 42px;
}
.welcome .information .con .more a {
  font-size: 14px;
  line-height: 30px;
  color: #76161b;
  float: left;
  display: block;
  font-style: italic;
  position: relative;
}
.welcome .information .con .more a span {
  position: absolute;
  height: 1px;
  width: 0;
  background: #76161b;
  left: 0;
  bottom: 0;
}
.welcome .tit {
  padding-top: 75px;
  background: url(../img/img12.jpg) repeat-x 0 102px;
}
.welcome .tit .box {
  width: 380px;
  margin: 0 auto;
  background: #fbfbfb;
}
.welcome .tit .box img {
  display: block;
  margin: 0 auto;
}
.welcome .m-tit {
  display: none;
  padding-top: 32px;
  background: url(../img/img12.jpg) repeat-x 0 43px;
}
.welcome .m-tit .box {
  width: 147px;
  margin: 0 auto;
  background: #fbfbfb;
}
.welcome .m-tit .box img {
  display: block;
  margin: 0 auto;
}

header .nav .bus .list li {
  width: 16%;
  margin-right: 0.5%;
}

header .nav .bus .list li:nth-child(6) {
  margin-right: 0;
}

header .nav .list h3 a {
  font-size: 14px;
}

/*header .nav .list h4 a {
  font-size: 19px;
}*/

.expand {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
  -moz-transform: scale(1.1, 1.1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

footer {
  position: relative;
}
footer .footer {
  border-top: 4px solid #000;
  padding-bottom: 42px;
  background: #fff;
}
footer .footer2 .wrap {
  background: #fff;
  border-top: 4px solid #000;
  padding-bottom: 42px;
}
footer .title {
  width: 118px;
  height: 22px;
  margin: 0 auto;
  padding-top: 15px;
}
footer .heng {
  width: 32px;
  height: 1px;
  background: #e5e5e5;
  margin: 29px auto 0;
}
footer .tip {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-top: 30px;
}
footer .share {
  width: 222px;
  margin: 39px auto 0;
}
footer .share .bdsharebuttonbox {
  position: relative;
}
footer .share .box {
  width: 108px;
  height: 108px;
  padding: 17px 21px 28px;
  background: url(../img/img110.jpg) no-repeat;
  position: absolute;
  top: -162px;
  left: 50%;
  margin-left: -78px;
  display: none;
}
footer .share .bdsharebuttonbox a {
  width: 42px;
  height: 42px;
  margin: 0 48px 0 0;
  padding: 0;
}
footer .share .bdsharebuttonbox .bds_tsina {
  background: url(../img/img22.jpg) no-repeat;
}
footer .share .bdsharebuttonbox .bds_tsina:hover {
  background: url(../img/img107.jpg) no-repeat;
  opacity: 1;
}
footer .share .bdsharebuttonbox .bds_sqq {
  background: url(../img/youxiang.jpg) no-repeat;
  margin: 0 0 0 0;
}
footer .share .bdsharebuttonbox .bds_sqq:hover {
  background: url(../img/youxiang2.jpg) no-repeat;
  opacity: 1;
}
footer .share .bdsharebuttonbox .bds_weixin {
  background: url(../img/img24.jpg) no-repeat;
  position: relative;
}
footer .share .bdsharebuttonbox .bds_weixin:hover {
  background: url(../img/img109.jpg) no-repeat;
  opacity: 1;
}
footer .language {
  font-family: 'Arial';
  margin-right: 33px;
  padding-top: 25px;
}
footer .language .en {
  color: #76161b;
  font-family: 'Times New Roman';
}
footer .language .down {
  margin-left: 6px;
}
footer .link {
  width: 130px;
  margin: 36px auto 0;
}
footer .link a {
  float: left;
  margin-right: 32px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
}
footer .link a:hover {
  color: #76161b;
}
footer .bot {
  /*width: 390px;*/
  width: 425px;
  margin: 22px auto 0;
  color: #999;
}
footer .bot .copyright {
  float: left;
}
footer .bot p {
  float: right;
}
footer .bot p a {
  color: #999;
}
footer .backtop {
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -21px;
  background: #000;
}
footer .backtop a {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/img25.png) no-repeat;
}
footer .backtop:hover {
  background: #76161b;
  transition: all 0.5s;
}

.development .m-history {
  display: none;
}
.development .history {
  padding: 11px 14px;
  background: #fff;
  margin-top: 14px;
}
.development .history .border {
  border: 1px solid #ebebeb;
  padding-bottom: 73px;
}
.development .history h2 {
  font-family: 'Times New Roman';
  text-align: center;
  font-size: 43px;
  line-height: 43px;
  padding-top: 59px;
  color: #000;
  font-weight: normal;
}
.development .history .tit {
  width: 169px;
  height: 19px;
  margin: 21px auto 0;
}
.development .history .p {
  width: 64%;
  margin: 45px auto 0;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  text-align: center;
}
.development .year {
  background: #fff;
  padding: 125px 0;
  margin-top: 13px;
  margin-bottom: 125px;
}
.development .year .ul-wrap {
  width: 86%;
  padding-top: 160px;
  margin: 0 auto;
  position: relative;
}
.development .year ul {
  float: none;
  background: url(../img/img28.jpg) repeat-y center top;
}
.development .year li {
  float: none;
  margin-top: -62px;
}
.development .year li:nth-child(1) {
  margin-top: 0;
}
.development .year .box {
  width: 34%;
  position: relative;
  z-index: 2;
}
.development .year .p {
  font-size: 13px;
  line-height: 24px;
  margin-top: 25px;
}
.development .year .time {
  font-size: 96px;
  line-height: 112px;
  width: 100%;
  color: #f2f2f2;
  position: absolute;
  left: 76px;
  top: -185px;
  font-family: 'Times New Roman';
  z-index: -1;
  font-style: italic;
}
.development .year .m-time {
  display: none;
}
.development .year .dian {
  width: 18px;
  height: 18px;
  background: url(../img/img30.png) no-repeat;
  position: absolute;
  top: -9px;
}
.development .year li:nth-child(even) .box {
  float: left;
}
.development .year li:nth-child(even) .dian {
  right: -49.5%;
}
.development .year li:nth-child(odd) .box {
  float: right;
}
.development .year li:nth-child(odd) .dian {
  left: -49.5%;
}
.development .year .bull {
  width: 66px;
  height: 66px;
  background: url(../img/img31.png) no-repeat;
  position: absolute;
  top: 129px;
  left: 50%;
  margin-left: -33px;
  z-index: 99;
}
.development .year .bull span {
  display: block;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  color: #000;
  font-size: 16px;
}
.development .year .bull.fix {
  position: fixed;
  left: 50%;
  margin-left: -33px;
  top: 256px;
}
.development .year .bull-wrap {
  width: 66px;
  height: 66px;
  overflow: hidden;
  position: relative;
}
.development .year .bull-box {
  position: absolute;
  top: 0;
  left: 0;
}
.development .year .left-l {
  width: 0px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 66px;
  top: 33px;
  display: none;
}
.development .year .right-l {
  width: 0px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 66px;
  top: 33px;
  display: none;
}
.development .year .left-d {
  width: 18px;
  height: 18px;
  background: url(../img/img30.png) no-repeat;
  position: absolute;
  top: 24px;
  left: -68px;
  display: none;
}
.development .year .right-d {
  width: 18px;
  height: 18px;
  background: url(../img/img30.png) no-repeat;
  position: absolute;
  top: 24px;
  right: -68px;
  display: none;
}

.introduction .banner {
  margin-top: 20px;
}
.introduction .info {
  background: #fff url(../img/img112.png) no-repeat center 86px;
  background-size: 90% auto;
  padding-top: 64px;
  margin-top: 15px;
}
.introduction .info .box {
  position: relative;
  width: 768px;
  margin: 0 auto;
}
.introduction .info h2 {
  width: 312px;
  height: 35px;
  margin: 0 auto;
}
.introduction .info h3 {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: center;
  margin-top: 26px;
}
.introduction .info .heng {
  width: 88px;
  height: 1px;
  margin: 47px auto 0;
  background: #b2b2b2;
}
.introduction .info .list {
  margin-top: 46px;
}
.introduction .info .list a {
  display: block;
  width: 66px;
}
.introduction .info .list span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  color: #bcbcbc;
}
.introduction .info .list li:nth-child(even) {
  width: 107px;
  height: 100px;
  background: url(../img/img39.jpg) no-repeat center center;
}
.introduction .info .list li:nth-child(odd) {
  opacity: 0;
}
.introduction .info .p {
  width: 75%;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin: 0 auto;
  margin-bottom: 12px;
}
.introduction .info .con {
  margin-top: 60px;
  padding-bottom: 107px;
}
.introduction .info .con .conbox{
  width: 75%;
  margin: 0 auto;
}
.introduction .info p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin: 0 auto 12px;
    /*margin-bottom: 12px;*/
}
.introduction .info strong{
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
}
.introduction .product {
  background: #fff url(../img/img114.png) no-repeat center 53px;
  background-size: 90% auto;
  margin-top: 18px;
  padding-top: 68px;
  padding-bottom: 56px;
}
.introduction .product .tit {
  width: 126px;
  margin: 0 auto;
}
.introduction .product .p {
  width: 60%;
  margin: 17px auto 0;
  font-size: 12px;
  line-height: 27px;
  color: #999999;
  text-align: center;
}
.introduction .main {
  margin-top: 17px;
  position: relative;
  margin-bottom: 125px;
}
.introduction .main .content {
  padding: 28px 12px 14px 25px;
  background: #fff;
  display: block;
}
.introduction .main .box {
  width: 386px;
}
.introduction .main .box:hover {
  box-shadow: 0 3px 6px 3px #dedede;
  transition: all 0.5s;
}
.introduction .main h3 {
  font-size: 18px;
  font-weight: normal;
}
.introduction .main h3 a {
  display: block;
  line-height: 18px;
  float: left;
  padding-bottom: 12px;
  color: #000;
  border-bottom: 1px solid #000;
}
.introduction .main .p {
  display: block;
  font-size: 12px;
  line-height: 21px;
  padding-top: 13px;
  clear: both;
}
.introduction .main .p a {
  color: #666666;
}
.introduction .main .p a:hover {
  color: #76161b;
}
.introduction .main .more {
  display: block;
  margin-top: 9px;
  float: right;
}
.introduction .main .more a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/img45.png) no-repeat;
}
.introduction .main .more a:hover {
  background: url(../img/img46.png) no-repeat;
}

.awards .banner {
  margin-top: 45px;
}
.awards .con {
  background: #fff;
  padding: 57px 38px 0;
  margin-bottom: 118px;
}
.awards .con .p {
  width: 70%;
  font-size: 14px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #666666;
}
.awards .con .certificate {
  height: 767px;
  margin-top: 111px;
  overflow: hidden;
  position: relative;
}
.awards .con .scroll {
  position: relative;
  width: 100%;
  height: 100%;
}
.awards .con .tips {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin-top: 40px;
  z-index: 20;
}
.awards .con li {
  position: absolute;
}
.awards .con li img {
  box-shadow: 3px 3px 3px #f4f4f4;
}
.awards .con .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.6);
}
.awards .con .prev {
  position: absolute;
  left: 50%;
  margin-left: -426px;
  top: 50%;
  margin-top: -35px;
  z-index: 10;
}
.awards .con .prev a {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/img42.png) no-repeat;
}
.awards .con .next {
  position: absolute;
  right: 50%;
  margin-right: -440px;
  top: 50%;
  margin-top: -35px;
  z-index: 10;
}
.awards .con .next a {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/img43.png) no-repeat;
}

.team .wrap {
  margin-top: 54px;
  background: #fff;
}
.team .m-leader {
  display: none;
}
.team .leader {
  background: #fff;
  padding-top: 102px;
}
.team .leader .box {
  padding-bottom: 85px;
  border-bottom: 1px dashed #bcbcbc;
}
.team .leader .tit {
  width: 36%;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
.team .leader .ceo {
  width: 72%;
  background: #fafafa;
  margin-top: 133px;
  margin: 140px  auto 0;
  padding-bottom: 45px;
  box-shadow: 1px 1px 6px #ebebeb;
}
.team .leader .img {
  width: 34.2%;
  margin-left: 5.6%;
  margin-top: -26px;
}
.team .leader .right {
  width: 50%;
  margin-top: 49px;
}
.team .leader .right h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 19px;
}
.team .leader .right .p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  width: 80%;
}
.team .leader .right .heng {
  width: 77%;
  height: 1px;
  background: #dedede;
  margin: 30px 0;
}
.team .leader .right .w80 {
  width: 80%;
}
.team .senior {
  background: #fff url(../img/img115.png) no-repeat center 62px;
  background-size: 100% auto;
  padding-top: 70px;
  padding-bottom: 66px;
  width: 92%;
  margin: 0 auto 125px;
}
.team .senior .swiper3 {
  padding-top: 47px;
}
.team .senior h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-left: 9px;
  color: #000;
}
.team .senior h4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding-left: 9px;
  color: #999;
}
.team .senior .tit {
  width: 135px;
  height: 35px;
  margin: 0 auto;
}
.team .senior .word {
  width: 50%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 27px;
  color: #999999;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
}

.news1 .news-wrap {
  padding-bottom: 40px;
}
.news1 .con {
  padding-top: 96px;
}
.news1 .con h2 {
  width: 405px;
  margin: 0 auto;
  text-align: center;
}
.news1 .con h3 {
  width: 123px;
  margin: 39px auto 0;
}
.news1 .link a {
  display: block;
  width: 32px;
  height: 32px;
}
.news1 .link .news1 {
  margin-left: 8px;
}
.news1 .link .news1 a {
  background: url(../img/img59.png) no-repeat;
}
.news1 .link .news2 a {
  background: url(../img/img58.png) no-repeat;
}
.news1 .link .news {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 3px;
}
.news1 .link .news.cur {
  background: #76161b;
}
.news1 .main {
  position: relative;
  line-height:30px;
  font-size: 14px;
}
.news1 .main .box {
  width: 303px;
}
.news1 .main .box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.news1 .main .box:hover .content h3 a {
  color: #76161b;
}
.news1 .main .img {
  display: block;
}
.news1 .main .content {
  display: block;
  padding: 10% 9% 15%;
  background: #fff;
}
.news1 .main .content h3 {
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
}
.news1 .main .content h3 a {
  color: #000;
}
.news1 .main .content .time {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  margin-top: 12px;
}
.news1 .main .content .p {
  display: block;
  font-size: 13px;
  line-height: 22px;
  margin-top: 12px;
}
.news1 .main .content .p a {
  color: #999;
}
.news1 .news-list {
  margin-top: 20px;
}
.news1 .news-list ul {
  float: none;
}
.news1 .news-list li {
  float: none;
  margin-bottom: 38px;
  padding: 76px 0 66px 0;
  background: #fff;
  position: relative;
}
.news1 .news-list .box {
  width: 70%;
  margin: 0 auto;
}
.news1 .news-list .box h2 {
  font-size: 28px;
  line-height: 28px;
  color: #000;
  text-align: center;
  font-weight: normal;
}
.news1 .news-list .box .p {
  font-size: 13px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  margin-top: 22px;
}
.news1 .news-list .box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 46px;
}
.news1 .news-list .time {
  position: absolute;
  left: 6%;
  top: 40px;
  width: 120px;
}
.news1 .news-list .time .day {
  font-size: 51px;
  line-height: 51px;
  font-family: 'Arial';
  color: #76161b;
  text-align: center;
}
.news1 .news-list .time .mon {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Arial';
  color: #000;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
.news1 .news-list .time .tit {
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  color: #666666;
}
.news1 .subnav {
  position: absolute;
  left: 80px;
}
.news1 .subnav dt {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
.news1 .subnav dl {
  font-size: 12px;
  line-height: 24px;
}
.news1 .subnav dl a {
  color: #000;
}
.news1 .subnav dd.cur a{
  color: #76161b;
}
.news1 .subnav a:hover {
  color: #76161b;
}
.news1 .subnav.fix {
  position: fixed;
}
.news1 .load {
  width: 188px;
  height: 42px;
  margin: 0 auto;
}
.news1 .load a {
  display: block;
  width: 188px;
  height: 42px;
  background: #000;
  color: #fff;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
}
.news1 .load a:hover {
  background: #76161b;
  transition: all 0.5s;
}

.estate {
  background: #fff;
}
.estate .banner {
  position: relative;
}
.estate .slide {
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -42px;
}
.estate .slide a {
  display: block;
  width: 83px;
  height: 41px;
  background: url(../img/img65.png) no-repeat;
}
.estate .info {
  padding-top: 60px;
  padding-bottom: 93px;
  border-bottom: 1px solid #e5e5e5;
}
.estate .info .left {
  width: 51.4%;
  float: left;
  font-size: 14px;
  line-height:30px;
}
.estate .info h2 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 28px;
  font-weight: normal;
  color: #000;
}
.estate .info .p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.estate .info .right {
  float: right;
  width:40.6%;
  height: 97px;
  margin-top: 45px;
}
.estate .info .right .img {
  width: 45%;
  overflow: hidden;
}
.estate .listing {
  margin-top: 58px;
}
.estate .listing ul {
  width: 103%;
}
.estate .listing li {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 55px;
}
.estate .listing .img {
  overflow: hidden;
}
.estate .listing .name a {
  display: block;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.estate .listing .name a:hover {
  color: #76161b;
}

.w1390 {
  width: 73%;
  margin: 0 auto;
}

.business .business-box a {
  display: block;
  position: relative;
  overflow: hidden;
}
.business .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.business .wrap1 {
  position: relative;
}
.business .wrap1 .tit {
  width: 365px;
  height: 134px;
  background: url(../img/img75.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -183px;
  bottom: 26%;
}
.business .wrap1 .enter {
  position: absolute;
  left: 50%;
  margin-left: -427px;
  bottom: 11.5%;
}
.business .wrap1 li {
  margin-right: 10px;
}
.business .wrap1 li a {
  display: block;
  width: 204px;
  height: 44px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
}
.business .wrap1 li a:hover {
  background: #76161b;
  border: 1px solid #76161b;
  transition: all 0.5s;
}
.business .wrap1 .m-enter {
  position: absolute;
  bottom: 11.5%;
  left: 50%;
  margin-left: -5px;
  display: none;
}
.business .wrap1 .m-enter a {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/img76.png) no-repeat;
  background-size: 100% 100%;
}
.business .business-box {
  position: relative;
}
.business .business-box .tit {
  width: 254px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -127px;
  top: 50%;
  margin-top: -36px;
}
.business .wrap2 .tit {
  background: url(../img/img77.png) no-repeat;
  background-size: 100% 100%;
}
.business .wrap3 .tit {
  background: url(../img/img78.png) no-repeat;
  background-size: 100% 100%;
}
.business .wrap4 .tit {
  background: url(../img/img79.png) no-repeat;
  background-size: 100% 100%;
}
.business .wrap5 .tit {
  background: url(../img/img80.png) no-repeat;
  background-size: 100% 100%;
}
.business .wrap6 .tit {
  background: url(../img/img81.png) no-repeat;
  background-size: 100% 100%;
}

.jewellery .subnav {
  background: #fff;
  text-align: center;
  padding: 36px 0 25px 0;
  /*border-bottom: 1px dashed #676767;*/
  background: url(../img/img130.jpg) repeat-x 0 bottom;
}
.jewellery .subnav a {
  display: inline-block;
}
.jewellery .subnav a:hover .cn {
  color: #76161b;
}
.jewellery .subnav a:hover .en {
  color: #dbcdcd;
}
.jewellery .subnav a.cur .cn {
  color: #76161b;
}
.jewellery .subnav a.cur .en {
  color: #dbcdcd;
}
.jewellery .subnav .cn {
  display: block;
  font-size: 14px;
  line-height: 23px;
  color: #333;
}
.jewellery .subnav .en {
  display: block;
  font-size: 14px;
  line-height: 15px;
  font-family: 'Times New Roman';
  color: #cacaca;
}
.jewellery .subnav .dian {
  width: 112px;
  height: 30px;
  background: url(../img/img83.jpg) no-repeat center center;
}
.jewellery .con {
  background: #fff;
  padding-top: 93px;
  padding-bottom: 80px;
}
.jewellery .con h2 {
  width: 25%;
  margin: 0 auto;
}
.jewellery .con .p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-align: center;
  width: 60%;
  margin: 29px auto 0;
}
.jewellery .wrap1 {
  padding-top: 97px;
  background: #242425 url(../img/img85.jpg) no-repeat center bottom;
}
.jewellery .wrap1 .box {
  width: 72%;
  margin: 0 auto;
}
.jewellery .wrap1 .img-list {
  width: 80%;
  margin: 0 auto;
}
.jewellery .wrap1 .img-list ul {
  width: 102%;
}
.jewellery .wrap1 .img-list li {
  width: 32%;
  margin: 0 0.4%;
  box-sizing:border-box;
}
.jewellery .wrap1 .wrap1-info {
  margin-top: 59px;
  padding-bottom: 119px;
}
.jewellery .wrap1 .wrap1-info .left, .jewellery .wrap1 .wrap1-info .right {
  width: 45%;
}
.jewellery .wrap1 .wrap1-info .left {
  float: left;
}
.jewellery .wrap1 .wrap1-info .right {
  float: right;
}
.jewellery .wrap1 .wrap1-info .p {
  font-size: 14px;
  line-height: 32px;
  color: #bfbfbf;
  margin-bottom: 20px;
}
.jewellery .more-pro {
  background: #fff;
}
.jewellery .more-pro a {
  display: block;
  width: 106px;
  height: 96px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 96px;
  background: url(../img/img87.jpg) no-repeat right center;
  color: #242425;
}
.jewellery .w1400 {
  width: 73%;
  margin: 0 auto;
}
.jewellery .pro-list {
  display: none;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 92px;
}
.jewellery .pro-list ul {
  width: 105%;
}
.jewellery .pro-list li {
  width: 29%;
  margin-right: 3%;
  margin-bottom: 39px;
}
.jewellery .pro-list .img {
  border: 1px solid #e8e8e8;
}
.jewellery .pro-list .content {
  margin-top: 14px;
}
.jewellery .pro-list .cn, .jewellery .pro-list .en {
  text-align: center;
  font-size: 16px;
}
.jewellery .pro-list .cn a, .jewellery .pro-list .en a {
  color: #000;
}
.jewellery .pro-list .en {
  font-family: "cinzel";

}
.jewellery .pro-list .more {
  width: 188px;
  height: 42px;
  margin: 90px auto 0;
}
.jewellery .pro-list .more a {
  display: block;
  width: 188px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #000;
}
.jewellery .pro-list .more a:hover {
  background: #76161b;
  transition: all 0.5s;
}

.notice .w1600 {
  width: 83.3%;
  margin: 0 auto;
}
.notice h2 {
  width: 647px;
  padding-top: 92px;
  margin: 0 auto;
}
.notice h3 {
  width: 156px;
  padding-top: 33px;
  margin: 0 auto;
}
.notice .con {
  margin-top: 54px;
  padding-bottom: 97px;
}
.notice .con ul {
  float: none;
}
.notice .con li {
  padding-left: 3%;
  padding-top: 31px;
  padding-bottom: 33px;
  float: none;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
  border-top: 1px dashed #bbbbbb;
}
.notice .con li:hover {
  background: #76161b;
  transition: all 0.5s;
}
.notice .con li:hover h4 a {
  color: #fff;
}
.notice .con li:hover .bulk {
  color: #fff;
}
.notice .con li:hover .time {
  color: #fff;
}
.notice .con li:hover .download {
  background: url(../img/img92.png) no-repeat;
  background-size: 100% 100%;
}
.notice .con h4 {
  font-size: 28px;
  line-height: 33px;
  font-weight: normal;
  width: 80%;
}
.notice .con h4 a {
  color: #333333;
}
.notice .content {
  margin-top: 13px;
}
.notice .format {
  width: 64px;
  height: 23px;
  background: #e8e8e8;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #3f3f3f;
  font-family: 'Arial';
  margin-right: 9px;
}
.notice .bulk {
  line-height: 23px;
  font-size: 14px;
  color: #999999;
}
.notice .time {
  font-size: 14px;
  line-height: 15px;
  color: #666666;
  margin-top: 14px;
}
.notice .download {
  display: block;
  position: absolute;
  bottom: 29%;
  right: 3.3%;
  width: 94px;
  height: 69px;
  background: url(../img/img91.png) no-repeat;
  background-size: 100% 100%;
}
.notice .more,.apply .more{
  width: 188px;
  height: 42px;
  margin: 59px auto 0;
}
.notice .more a ,.apply .more a{
  display: block;
  width: 188px;
  height: 42px;
  color: #fff;
  background: #000;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
}
.notice .more a:hover {
  background: #76161b;
  transition: all 0.5s;
}

.hr .banner {
  position: relative;
}
.hr .recruit {
  position: absolute;
  left: 50%;
  margin-left: -93px;
  bottom: 23%;
}
.hr .recruit a {
  display: block;
  width: 186px;
  height: 44px;
  background: #f8f8f8;
  color: #000;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
}
.hr .recruit a:hover {
  color: #fff;
  background: #76161b;
  transition: all 0.5s;
}
.hr .con {
  padding-top: 65px;
  margin-top: 15px;
  background: #fff;
  padding-bottom: 123px;
  margin-bottom: 125px;
  font-size: 14px;
  line-height:30px;
}
.hr .con .left {
  width: 49.9%;
  float: left;
  border-right: 1px dashed #ececec;
  font-size: 14px;
}
.hr .con .right {
  width: 49.9%;
  float: left;
}
.hr .con .box {
  width: 72.5%;
  margin: 0 auto;
}
.hr .con .tit {
  /*padding-bottom: 30px;*/
  border-bottom: 1px solid #f2f2f2;
}
.hr .con h3 {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin-top: 30px;
  font-weight: normal;
  margin-bottom: 5px;
}
.hr .con .p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.hr .con h4 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 12px;
  font-weight: normal;
}
.hr .con h2 {
  margin-top: 44px;
}
.hr .con img {
  margin-top: 20px;
  display: block;
  margin-bottom: 35px;
}

.culture .culture-wrap {
  padding-bottom: 166px;
}

.introduction .banner {
  position: relative;
}
.introduction .banner .banner-tit {
  width: 23.5%;
  height: 28.9%;
  position: absolute;
  left: 38.25%;
  top: 35.55%;
}

.awards .banner {
  position: relative;
}
.awards .banner .banner-tit {
  width: 25.7%;
  height: 22%;
  position: absolute;
  left: 37.15%;
  top: 39%;
}

.jewellery .banner-tit {
  width: 29%;
  height: 26.7%;
  position: absolute;
  left: 35.5%;
  top: 36.65%;
}

.fdc .banner-tit {
  width: 38.4%;
  height: 25%;
  position: absolute;
  left: 31%;
  top: 32%;
}

.hr .banner-tit {
  width: 17.9%;
  height: 23.4%;
  left: 41%;
  top: 31.8%;
  position: absolute;
}

.culture .banner {
  position: relative;
}
.culture .banner .banner-tit {
  width: 22.9%;
  height: 21.5%;
  position: absolute;
  left: 38.7%;
  top: 35.4%;
}

@media (max-width: 1300px) {
  .news1 .subnav {
    left: 40px;
  }
}
@media (min-width: 768px) {
  .wrap {
    width: 83%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .layout .con {
    padding: 0 30px;
    margin-top: 19px;
  }

  .welcome .information .con {
    padding: 0 30px;
    margin-top: 19px;
  }

  .team .senior .swiper3 {
    padding: 47px 8px 0;
  }

  .team .senior .word {
    display: none;
  }

  .news1 .con h2 {
    display: none;
  }

  .news1 .news-wrap {
    padding: 0 3% 40px;
  }

  .news1 .subnav {
    left: 10px;
    top: 267px;
  }

  .news1 .con {
    padding-top: 0;
  }

  .news1 .news-list .box {
    width: 100%;
  }

  .news1 .news-list li {
    padding: 35px 10px 30px 10px;
  }
}
.contact {
  position: relative;
}
.contact .map {
  position: relative;
}
.contact #map {
  width: 100%;
  height: 789px;
}
.contact .c-close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/img104.jpg) no-repeat;
  top: 16px;
  right: 16px;
}
.contact .open {
  width: 126px;
  height: 34px;
  padding: 22px 0 22px 79px;
  position: absolute;
  top: 42px;
  right: 8.3%;
  line-height: 40px;
  font-size: 18px;
  background: #fff url(../img/img116.png) no-repeat 35px center;
  display: none;
  z-index: 9;
}
.contact .open .cus {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
.contact .open .cli {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-top: 7px;
  color: #bfbfbf;
}
.contact .open.fix {
  position: fixed;
}
.contact .table {
  width: 58%;
  padding: 34px 42px 74px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -33%;
}
.contact .left {
  width: 67%;
  float: left;
}
.contact .right {
  float: right;
  width: 27.3%;
}
.contact .layer {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.contact .tit {
  font-size: 22px;
  line-height: 22px;
  color: #000;
}
.contact .left .tit {
  font-size: 26px;
  line-height: 26px;
}
.contact .info {
  font-size: 13px;
  line-height: 13px;
  margin-top: 12px;
  color: #999999;
}
.contact .info a {
  color: #999999;
}
.contact .form {
  margin-top: 34px;
}
.contact .input {
  float: left;
  width: 56.4%;
}
.contact .input ul {
  float: none;
}
.contact .input li {
  margin-bottom: 20px;
  float: none;
}
.contact .input span {
  display: block;
  width: 26%;
  float: left;
  line-height: 36px;
  font-size: 14px;
  color: #000;
}
.contact .input input {
  width: 68.5%;
  padding-left: 2%;
  float: left;
  background: none;
  border: 1px solid #eeeeee;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #000;
}
.contact .textarea {
  float: right;
  width: 38%;
}
.contact .textarea span {
  display: block;
  line-height: 36px;
  font-size: 14px;
  color: #000;
}
.contact .textarea textarea {
  width: 96%;
  padding: 5px 2%;
  height: 226px;
  background: none;
  border: 1px solid #eeeeee;
  font-size: 12px;
  line-height: 22px;
  color: #000;
}
.contact .textarea .submit {
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  background: #878787;
  text-align: center;
  border: 0;
  margin-top: 16px;
}

.apply {
  padding-bottom: 130px;
}
.apply .search {
  background: #fff;
  padding-top: 89px;
  padding-bottom: 10%;
  margin-top: 45px;
}
.apply .search h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Times New Roman';
  text-align: center;
  color: #000;
}
.apply .search h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 26px;
  color: #000;
}
.apply .search .box {
  width: 65%;
  margin: 40px auto 0;
}
.apply .search .keywords,
.apply .search .job,
.apply .search .company {
  margin-right: 1%;
  background: none;
  border: 1px solid #cbcbcc;
  height: 42px;
  font-size: 12px;
  color: #999999;
  line-height: 42px;
}
.apply .search .keywords {
  width: 26%;
  padding-left: 0.5%;
}
.apply .search .job,
.apply .search .company {
  width: 27%;
}
.apply .search .submit1 {
  width: 14%;
  color: #fff;
  background: #76161b;
  border: 0;
  border: 1px solid #76161b;
  height: 42px;
}
.apply .con {
  margin-top: 12px;
}
.apply .con ul {
  float: none;
}
.apply .con li {
  background: #fff;
  float: none;
  padding: 44px 44px 16px 44px;
  margin-bottom: 8px;
}
.apply .con .tit {
  font-size: 28px;
  line-height: 28px;
  color: #000;
  padding-bottom: 25px;
}
.apply .con .tit span {
  font-size: 22px;
  line-height: 28px;
  color: #999999;
}
.apply .con .downup {
  width: 28px;
  height: 28px;
  background: url(../img/img105.jpg) no-repeat;
  background-size: 100% 100%;
}
.apply .con .downup.z {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  transition: transform 0.5s;
}
.apply .con .downup.b {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
  transition: transform 0.5s;
}
.apply .detaile {
  padding-bottom: 30px;
  display: none;
}
.apply .detaile h3 {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  font-weight: normal;
  padding-top: 23px;
}
.apply .detaile .p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.apply .detaile .imm-box {
  margin-top: 48px;
}
.apply .detaile .imm {
  display: block;
  width: 131px;
  height: 43px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
}
.apply .detaile .imm:hover {
  background: #76161b;
  transition: all 0.5s;
}
.apply .table .box {
  width: 21.8%;
  float: left;
  padding-top: 17px;
  padding-bottom: 30px;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.apply .table .box.double {
  width: 43.6%;
}
.apply .table .box.double span {
  width: 13.3%;
}
.apply .table .box.double input {
  border: 0;
}
.apply .table .box.fourfold {
  width: 87.2%;
}
.apply .table .box.fourfold span {
  width: 6.65%;
}
.apply .table .box.fourfold textarea {
  width: 83%;
  height: 166px;
  border: 1px solid #e5e5e5;
  padding: 8px 1%;
  font-size: 14px;
  line-height: 22px;
  float: left;
}
.apply .table .box.fourfold i {
  width: 0.8%;
}
.apply .table .box.veri {
  border: 0;
}
.apply .table .box.veri input {
  width: 31.5%;
  margin-right: 3%;
}
.apply .table .veri-img {
  width: 80px;
  height: 30px;
}
.apply .table .box.submit {
  border: 0;
}
.apply .table .box.submit input {
  width: 131px;
  height: 42px;
  background: #76161b;
  color: #fff;
  font-size: 14px;
}
.apply .table .box.submit span {
  visibility: hidden;
}
.apply .table .line {
  border-bottom: 1px solid #f3f3f3;
  clear: both;
}
.apply .table span {
  float: left;
  width: 26.6%;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
}
.apply .table input {
  float: left;
  width: 61.5%;
  height: 30px;
  border: 1px solid #e5e5e5;
  padding-left: 2%;
  font-size: 14px;
  line-height: 30px;
}
.apply .table i {
  float: left;
  width: 4.2%;
  color: #e83d46;
  text-align: right;
  line-height: 10px;
}
.apply .table select {
  float: left;
  width: 63.5%;
  height: 30px;
  border: 1px solid #e5e5e5;
  padding-left: 2%;
  font-size: 14px;
  line-height: 30px;
}

.info-hd {
  margin-bottom: 58px;
  text-align: center;
}
.info-hd h2 {
  font-size: 28px;
  line-height: 42px;
  color: #333333;
  font-weight: normal;
}
.info-hd .p {
  margin-top: 3%;
  font-family: 'Arial';
  color: #666666;
  font-size: 14px;
  line-height: 14px;
}
.info-hd .heng {
  width: 70px;
  height: 1px;
  background: #e5e5e5;
  margin: 18px auto 0;
}

.info-bd {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  /*text-indent: 2em;*/
  font-size: 14px;
  line-height:30px;
}
.info-bd .p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 30px;
}

.info-bd img {
  max-width: 100%;
  display: block;
  margin: 0 auto 30px;
}

.info-page { 
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #eee;
}
.info-page p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.info-page .back {
  float: right;
  display: inline-block;
  width: 127px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border: 2px solid #000000;
  background: #000000;
  color: #fff;
  transition: all 0.3s;
}

.info-page .back:hover {
  background: #76161b;
  color: #fff;
  border: 2px solid #76161b;
}

.ki-con {
  background: #f7fafb;
  padding: 40px 0;
}

.ki-con .w960 {
  background: #fff;
  padding: 40px;
  width: 880px;
}

.info-page p a {
  color: #999999;
}

.info-page p a:hover {
  color: #76161b;
}

.info-bd img {
  max-width: 100%;
}

.info-con {
  background: #fff;
  margin-top: 45px;
  margin-bottom: 168px;
  padding: 74px 100px 90px;
}
@media (max-width: 1368px) {
  .apply .con li{
    padding:32px 32px 16px 32px;
  }
  .apply .con .tit{
    font-size: 22px;
  }
  .apply .con .tit span{
    font-size: 18px;
  }
  .apply .con .downup{
    background-size: 80% 80%;
    background-position:  center right;
  }
}
@media (max-width: 1024px) {
  .news1 .news-list .box .p{
    
  }
  .awards .con .mask {
    display: none;
  }

  .awards .con .prev {
    left: 0;
    margin-left: -50px;
  }
  .awards .con .prev a {
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
  }

  .awards .con .next {
    right: 0;
    margin-right: -50px;
  }
  .awards .con .next a {
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
  }

  .awards .con .certificate {
    width: 60%;
    margin: 0 auto;
    overflow: visible;
  }
  .apply .con .tit{
    font-size: 18px;
  }
  .apply .con .tit span{
    font-size: 16px;
  }
  .apply .con .downup{
    background-size: 70% 70%;
    background-position:  center right;
  }
}
@media (max-width: 450px) {
  .swiper1 {
    min-height: 250px;
  }

  .welcome .information .con .more {
    margin-top: 10px;
  }

  .welcome .layout .info {
    top: 36%;
  }

  footer .wrap .top {
    display: none;
  }

  footer .wrap .title {
    padding-top: 30px;
  }

  footer .bot {
    text-align: center;
  }
  footer .bot .copyright {
    float: none;
  }
  footer .bot p {
    float: none;
  }

  .introduction .info .box {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
  }

  .introduction .info .list li a {
    width: 100%;
  }

  .introduction .info .list li:nth-child(even) {
    width: 0;
  }

  .introduction .info .list li:nth-child(1) {
    width: 20%;
    /*margin-right: 40%;*/
  }

  .introduction .info .list li:nth-child(3) {
    width: 20%;
  }

  .introduction .info .list li:nth-child(5) {
    width: 20%;
    /*margin-right: 40%;*/
  }

  .introduction .info .list li:nth-child(7) {
    width: 20%;
  }

  .introduction .info .list li:nth-child(9) {
    width: 20%;
    /*margin-right: 40%;*/
  }

  .introduction .info h2 {
    width: 80%;
  }

  .introduction .info h3 {
    font-size: 12px;
  }

  .introduction .info .con {
    padding-bottom: 40px;
  }

  footer .bot {
    width: 305px;
  }

  .awards .con .prev {
    left: 0;
    margin-left: -50px;
  }
  .awards .con .prev a {
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
  }

  .awards .con .next {
    right: 0;
    margin-right: -50px;
  }
  .awards .con .next a {
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
  }
  #lightbox-image{
    width: 100% !important;
  }
  #lightbox-container-image-box{
     width: 100% !important;
  }
  #lightbox-container-image-data-box{
    padding: 0 !important;
  }
  #lightbox-container-image-data{
    width: 100% !important
  }
  #lightbox-container-image-data-box{
     width: 100% !important
  }
  #jquery-lightbox a img{
    margin-right: 0 !important;;
  }
  #lightbox-secNav{
    margin-right: 0 !important;
  }
  #lightbox-secNav-btnClose{
    margin-right: 4px !important;
  }
}
@media (max-width: 1200px) and (min-width: 767px) {
  header .nav ul {
    width: 100%;
  }

  header .nav .list h3 a,
  header .nav .list h4 a {
    font-size: 12px;
  }

  header .nav .list .more a {
    width: 18px;
    height: 18px;
  }

  header .nav .close {
    margin-top: 70px;
  }

  .welcome .information .con h3 {
    font-size: 14px;
  }

  .welcome .information .con .more {
    margin-top: 21px;
  }

  .news1 .news-list .time {
    left: 1%;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .news1 .news-list .time {
    left: 1%;
  }
}
@media (max-width: 1024px) {
  .news1 .news-list .time {
    display: none;
  }
}
@media (max-width: 1130px) and (min-width: 970px) {
  .development .year .time {
    font-size: 76px;
    line-height: 88px;
  }
}
@media (max-width: 969px) {
  .development .year li:nth-child(odd) .box {
    float: right;
    width: 75%;
  }

  .development .year li:nth-child(even) .box {
    float: right;
    width: 75%;
  }

  .development .year li {
    margin-top: 61px;
  }

  .development .year li .time {
    display: none;
  }

  .development .year li .m-time {
    display: block;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: -30px;
    color: #b4b4b4;
  }

  .development .year {
    background: #f2f2f2;
    padding-top: 0;
  }

  .development .year .p {
    height: auto;
  }

  .development .year .ul-wrap {
    padding-top: 34px;
  }

  .development .year ul {
    padding-top: 20px;
    background: url(../img/img28.jpg) repeat-y left top;
  }

  .development .year li:nth-child(odd) .dian {
    left: -35.5%;
  }

  .development .year li:nth-child(even) .dian {
    left: -35.5%;
  }

  .development .year .bull {
    width: 33px;
    height: 33px;
    background-size: 100% 100%;
  }
  .development .year .bull span {
    font-size: 12px;
    width: 33px;
    height: 33px;
    line-height: 33px;
  }

  .development .year .bull-wrap {
    width: 33px;
    height: 33px;
  }

  .development .year .bull {
    top: 40px;
    left: 19px;
  }

  .development .year .bull.m-fix {
    position: fixed;
    left: 42px;
    top: 40px;
  }

  .development .year .right-d {
    display: block;
    right: -42px;
    top: 7px;
  }

  .development .year .right-l {
    display: block;
    width: 25px;
    right: -24px;
    top: 16px;
  }

  .development .history {
    display: none;
  }

  .development .m-history {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .development .m-history h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 19px;
  }
  .development .m-history .p {
    font-size: 12px;
    line-height: 19px;
    color: #666666;
  }
}
.welcome .layout .con img{
  width: 100%;
}
.welcome .layout .con img.gray {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
}

@media (max-width: 967px) and (min-width: 450px) {
  .introduction .info .box {
    width: 450px;
  }
}
@media (max-width: 1220px) and (min-width: 1024px) {
  .awards .con .prev {
    left: 0;
    margin-left: 0;
    top: 23%;
  }

  .awards .con .next {
    right: 0;
    margin-right: 0;
    top: 23%;
  }
}
@media (max-width: 500px) {
  .awards .con .certificate {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .team .leader {
    display: none;
  }

  .team .m-leader {
    display: block;
    padding-top: 88px;
    background: #fff;
  }
  .team .m-leader .box {
    width: 90%;
  }
  .team .m-leader .img {
    width: 44%;
    margin-left: 6%;
  }
  .team .m-leader .right {
    width: 43%;
  }
  .team .m-leader .right h3 {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-weight: normal;
  }
  .team .m-leader .right .p {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    margin-top: 25px;
  }
  .team .m-leader .word {
    width: 90%;
    padding: 0 5%;
    background: #fff;
    margin-top: 12px;
    font-size: 18px;
    line-height: 42px;
    color: #666666;
    padding-bottom: 46px;
  }
}
@media (max-width: 600px) {
  .team .m-leader .right h3 {
    font-size: 14px;
  }
  .team .m-leader .right .p {
    font-size: 12px;
    line-height: 18px;
  }

  .team .m-leader .word {
    font-size: 12px;
    line-height: 24px;
  }

  .team .m-leader {
    padding-top: 22px;
  }

  .team .wrap {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .estate .info {
    padding-bottom: 70px;
  }

  .estate .info .left {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;

  }
  .estate .info .left h2 {
    text-align: center;
  }

  .estate .info .right {
    float: none;
    margin: 0 auto;
    width: 80%;
  }

  .estate .listing ul {
    width: 106%;
  }

  .estate .listing li {
    width: 45%;
    margin-right: 5%;
  }

  .business .wrap1 .tit {
    width: 255px;
    height: 94px;
    margin-left: -127px;
    bottom: 50%;
  }

  .business .wrap1 .enter {
    width: 312px;
    margin-left: -156px;
  }

  .business .wrap1 li {
    margin-bottom: 10px;
  }

  .business .wrap1 li a {
    width: 142px;
    height: 31px;
    line-height: 31px;
  }

  .jewellery .subnav a:nth-child(odd) {
    width: 50px;
  }

  .jewellery .con h2 {
    width: 38%;
  }

  .jewellery .con .p {
    width: 80%;
  }

  .jewellery .wrap1 .img-list li {
    width: 80%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .jewellery .wrap1 .wrap1-info .left {
    float: none;
    width: 100%;
  }

  .jewellery .wrap1 .wrap1-info .right {
    margin-top: 20px;
    float: none;
    width: 100%;
  }

  .jewellery .pro-list li {
    width: 45%;
  }

  .notice .con h4 {
    font-size: 20px;
  }

  .hr .recruit {
    bottom: 20%;
  }

  .hr .con .left {
    float: none;
    width: 100%;
    border: 0;
  }

  .hr .con .right {
    float: none;
    width: 100%;
  }

  .contact .left {
    width: 100%;
    float: none;
  }

  .contact .right {
    width: 100%;
    float: none;
  }

  .contact #map {
    height: 1250px;
  }

  .apply .search .keywords {
    width: 44%;
    margin-right: 3%;
  }
  .apply .search .submit1{
    width: 45%;
  }
  .apply .search .job {
    width: 45%;
  }

  .apply .search .company {
    width: 45%;
    margin-right: 3%;
    margin-top: 10px;
  }

  .apply .search .submit {
    margin-top: 10px;
    width: 23%;
  }
}
.culture .con {
  margin-top: 21px;
}

@media (max-width: 600px) {
  .estate .info .right {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .estate .listing ul {
    width: 100%;
  }

  .estate .listing li {
    width: 100%;
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  .business .wrap1 .enter {
    display: none;
  }

  .business .wrap1 .m-enter {
    display: block;
  }

  .business .wrap1 .tit {
    width: 35%;
    height: 41%;
    bottom: 30%;
    margin-left: 0;
    left: 32.5%;
  }

  .business .business-box .tit {
    height: 53%;
    width: 39%;
    left: 30.5%;
    top: 23.5%;
    margin-top: 0;
    margin-left: 0;
  }

  .jewellery .subnav a:nth-child(odd) {
    display: none;
  }

  .jewellery .subnav {
    text-align: left;
  }

  .jewellery .subnav a:nth-child(even) {
    width: 49%;
    margin-bottom: 10px;
    text-align: center;
  }

  .jewellery .con h2 {
    width: 50%;
  }

  .jewellery .con .p {
    width: 80%;
  }

  .jewellery .pro-list li {
    float: none;
    margin: 0 auto 20px;
    width: 80%;
  }

  .notice .con h4 {
    width: 100%;
  }

  .notice .download {
    width: 54px;
    height: 41px;
    bottom: 19%;
  }

  .notice h2 {
    display: none;
  }

  .hr .recruit {
    margin-left: -10%;
    bottom: 17%;
    width: 20%;
  }
  .hr .recruit a {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }

  .contact .input {
    width: 100%;
    float: none;
  }

  .contact .textarea {
    width: 100%;
    float: none;
  }

  .contact #map {
    height: 500px;
  }

  .apply .search .keywords {
    width: 99%;
  }

  .apply .search .job {
    width: 100%;
    margin-top: 10px;
  }

  .apply .search .company {
    width: 100%;
    margin-top: 10px;
  }
  .apply .search .submit1{
    width: 100%;
    margin: 10px auto 0;
  }
  .apply .search .submit {
    margin-top: 10px;
    width: 23%;
    margin: 10px auto 0;
  }

  .apply .search {
    margin-top: 10px;
  }
  .apply .con li{
    padding:15px 15px 16px 15px;
  }
  .apply .con .tit{
    font-size: 16px;
    padding-bottom: 0;
  }
  .apply .con .tit span{
    font-size: 14px;
  }
  .apply .con .downup{
    background-size: 60% 60%;
    background-position:  center right;
  }
  .awards .con{
    padding: 27px 15px 10px;
  }
  .awards .con .p{
    width: 100%;
  }
  .awards .con .tips{
    position: relative;
    bottom: 0;
    height: 70px;
    font-size: 18px;
  }
  .awards .con .certificate{
    margin-top: 10px;
  }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .apply .table .box {
    width: 32%;
  }

  .apply .table .box.double {
    width: 64%;
  }

  .box.f-cb.fourfold {
    width: 96%;
    border-right: 0;
  }

  .apply .table .box.fourfold span {
    width: 9.65%;
  }

  .apply .table span {
    width: 29.6%;
  }

  .apply .table input {
    width: 58.5%;
  }

  header .nav .list .more {
    margin-top: 5px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .apply .table .box {
    width: 45%;
  }

  .apply .table .box.double {
    width: 90%;
  }

  .apply .table .box.double span {
    width: 15.3%;
  }

  .box.f-cb.fourfold {
    width: 90%;
    border-right: 0;
  }

  .apply .table span {
    width: 30.6%;
  }

  .apply .table .box.fourfold span {
    width: 15.65%;
  }

  .apply .table .box.fourfold textarea {
    width: 81%;
  }
}
@media (max-width: 767px) {
  .apply .table .box {
    width: 90%;
  }

  .apply .table .box.double {
    width: 90%;
  }

  .box.f-cb.fourfold {
    width: 90%;
    border-right: 0;
  }

  .apply .table .box.double span {
    width: 27.3%;
  }

  .apply .table .box.fourfold span {
    width: 27.65%;
  }

  .apply .table .box.fourfold textarea {
    width: 68%;
  }

  .welcome .wrap1-mtit {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .welcome .layout .list {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .welcome .wrap2-mtit {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .welcome .information .list {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .welcome .information .con .list {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
  }

  .welcome .information .con .list:nth-child(1) {
    left: 0;
  }

  .welcome .information .con .list:nth-child(2) {
    left: 0;
  }

  .welcome .information .con .list:nth-child(3) {
    left: 0;
  }

  .welcome .information .con .list:nth-child(4) {
    left: 0;
  }

  .welcome .information .con .list:nth-child(5) {
    left: 0;
  }

  .info-hd h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .info-bd img {
    margin: 0 auto 35px;
  }

  .info-page {
    padding-top: 20px;
  }

  .info-page .back {
    float: none;
    margin-bottom: 10px;
  }

  .info-con {
    padding: 5% 3% 50px;
    margin-bottom: 16%;
  }
.culture-wrap,.news-wrap{
    position: relative;
    overflow: hidden;
}
  .introduction .main,.culture-wrap .main{
  	width: 98%;
  	margin-left: 2%;

  }
  .news_info .main{
    padding: 0;
     width: 101%;
    margin-left: -1%;
    /*width: 103%;*/
  }
  .introduction .info p {
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    margin: 0 auto;
    margin-bottom: 6px;
}
.introduction .info strong{
  font-size: 22px;
}
}
@media (max-width: 1024px) {
  header .top {
    display: none;
  }

  header .logo {
    display: none;
  }

  header .m-logo {
    display: block;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
  }
  header .m-search{
    top: 21px;
  }
  header .m-text{
    top: 17px;
  }
  header .m-logo-block {
    display: block;
  }

  header .nav {
    display: none;
  }

  .welcome .tit {
    display: none;
  }

  .welcome .m-tit {
    display: block;
  }
}


@media (max-width: 1024px) {
  .introduction .info h2{
    width: 250px;
  }
  .introduction .info .p{
    font-size: 12px;
  }
}
@media (max-width: 767px) {
    .news1 .main{
      /*padding: 0 30px;*/
    }
    header .logo {
      padding: 13px 0 11px 0;
      position: relative;
      z-index: 5;
    }
    .introduction .product .p{
      width: 75%;
    }
    .introduction .info .con{
      padding-bottom: 40px;
    }
    .estate .slide{
      margin-left: -25px;
    }
    .estate .slide a{
      width: 50px;
      height: 25px;
      background: url(../img/img65.png) no-repeat;
      background-size: 100% 100%;
    }
    .jewellery .wrap1 .img-list{
      width: 100%;
    }
    .contact .table{
      position: static;
      width: 92%;
      margin: 0;
      padding: 20px 4%;
    }
    .contact .c-close{
      display: none;
    }

}
.welcome .con .swiper-prev1,
.welcome .con  .swiper-next1,
.welcome .con  .swiper-prev2,
.welcome .con  .swiper-next2{
  opacity: 0;
  filter: alpha(opacity=0);
}
.contact .input .veri-input{
  width: 33%;
  float: left;
  
}
.contact .input img{
  float: left;
  margin-top: 3px;
  margin-left: 12px;
}
.contact .textarea .submit:hover{
  background: #76161b;
  transition: all 0.5s;
}
header .nav.fix{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-empty{
  width: 100%;
  height: 58px;
  display: none;
}
@media (max-width: 767px) {
  .welcome .con  .swiper-prev1,
  .welcome .con  .swiper-next1,
  .welcome .con  .swiper-prev2,
  .welcome .con  .swiper-next2{
  opacity: 1;
  filter: alpha(opacity=100);

}
.introduction .info .list span{
  font-size: 12px;
}


}
/*# sourceMappingURL=style.css.map */
.info-imgshow{
  width: 73%;
  margin: 0 auto;
  position: relative;
}
.img-list{
  width: 100%;
  margin-top: 26px;
  overflow: hidden;

}
.img-list li{
  margin: 0 6px;
}
.info-imgshow .img{
  opacity: 0;
width:100%;
}
.img-box{
  position: relative;
  width:100%;
}
.img-box-v{

  position: absolute;
  left: 0;
  top: 0;
width:100%;
}
.img-list li{
  border: 4px solid #fff;
}
.img-list li.active{
  border: 4px solid #72171e;
}
.img-list .left{
  width: 14px;
  height: 28px;
  background: url(../img/img125.jpg);
  position: absolute;
  bottom: 26px;
  left: -44px;
  cursor: pointer;
}
.img-list .right{
  width: 14px;
  height: 28px;
  background: url(../img/img126.jpg);
  position: absolute;
  bottom: 26px;
  right: -41px;
  cursor: pointer;
}
.img-list .left.disb,.img-list .right.disb{
  opacity: 0.3;
}
.staff-con {
  margin-top: 35px;
  padding-bottom: 120px;
}
.staff-con .p{
  width: 73%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
}
.news1 .link .select{
  display: none;
}
.news1 .link .select select{
  width: 131px;
  height: 35px;
  appearance:none;
  background: url(../img/img128.png) no-repeat;
  padding-left: 11px;
  border: 0;
}
@media (max-width: 767px) {
  .news1 .link{
    margin-top: 5%;
  }

  .news1 .link .select{
    display: block;
  }
  .news1 .subnav{
    display: none;
  }
  .info-imgshow{
    width: 87%;
  }
  .img-list .right{
    right: -7%;

  }
  .img-list .left{
    left: -7%;
  }

}
header .nav-item dl{
  padding-top: 15px;
  padding-bottom: 21px;
  border-bottom: 1px solid #474747;
  padding-left: 5%;
  display: none;
}
header .nav-item dd{
  font-size: 16px;
  line-height: 25px;
}
header .nav-item dd a{
  color: #fff;
}
header .nav-list .first{
  padding-left: 5%;
  border-bottom: 1px solid #424243;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}
header .nav-list .down{
  width: 20px;
  height: 20px;
  float: right;
  background: url(../img/img131.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 9px;
  margin-right: 24px;
}
header .nav-list .down.cur{
  background: url(../img/img132.png) no-repeat;
  background-size: 100% 100%;
}
.swiper1-mask{
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  filter:alpha(opacity=20);
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;

}
.development .year li .m-time i{
  display: none;
}

@media (max-width: 969px) {
  .development .year .bull.fix{
    display: none;
  }
  .development .year li{
    margin-top: 110px;
  }
  .development .year li:nth-child(1){
    margin-top: 60px;
  }
  .development .year li:nth-child(1) .m-time i.t{
    display:  none;
  }
  .development .year li .m-time{
    font-size: 18px;
    position: relative;
    color: #333;
    width: 54px;
    height: 54px;
    top: -55px;
    text-align: center;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    line-height: 0.9;
    margin: 0 auto;
    padding: 12px 10px 8px;
  }
 .development .year li .m-time i{
    position: absolute;
    left: 50%;
    width: 1px;
    height: 57px;
    background: #000;
    display: block;
 }
  .development .year li .m-time i.t{
    top: -57px;
  }
  .development .year li .m-time i.b{
    bottom: -57px;
  }

  .development .year li:nth-child(even) .box,.development .year li:nth-child(odd) .box{
    float: none;
    width: 100%;
  }
  .development .year .bull{
    display: none;
  }

}


/**
    ****
  ***荣誉**
      *****
*/
.scroll-wrap{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  height: 550px;
}
.scroll-wrap .list-cont{
  width: 1640px;
  position: relative;
  left: 50%;
  height: 100%;
  margin-left: -820px;
}
.scroll-wrap .slider li{
  float: left;
  position: relative;
  width: 250px;
  height: 396px;
  margin: 0 23px;
  line-height: 396px;
  opacity: 0.2;
  transition:all 0.4s;
}
.scroll-wrap .slider li img{
  vertical-align: middle;
  line-height: 396px;
}
.scroll-wrap .slider li.cent{
  width: 410px;
  height: 600px;
  opacity: 1;
  margin-top: -102px;
  line-height: 600px;
}
.scroll-wrap .slider li.cent img{
  line-height: 600px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.scroll-wrap .butn.prev {
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 10;
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/img42.png) no-repeat;
  cursor: pointer;
  margin: 0;

}
.scroll-wrap .butn.next {
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 10;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 0;
  background: url(../img/img43.png) no-repeat;
  cursor: pointer;
  margin: 0;
}
.apply .search .table .box{
  margin: 0;
}
.apply .table{
  border-top: 1px solid #f3f3f3;
  margin: 50px 44px 0;
}
.swiper-slide{
  float: left;
}