.fixed-banner {
  overflow: hidden;
  text-align: center;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.crumbs{
  background: #ededed;
  line-height: 68px;
  margin-bottom: 4.2vw;
}

.cru_left{
  float:left;
}
.cru_left a{
  font-size: 18px;
  color: #636363;
  display:block;
  float:left;
  min-width: 121px;
  padding:0 10px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.cru_left a.heightlight,.cru_left a:hover{
  color: #fff;
  background: #dab56c;
}
.cru_right{
  float:right;
  font-size: 16px;
  color: #8e8e8e;
}
.cru_right a{
  font-size: 16px;
  color: #8e8e8e;
}
.cru_right a:last-of-type{
  pointer-events: none;
}
.ztitle{
  text-align: center;
  padding-top:36px;
  padding-bottom: 40px;
}
.ztitle p{
  font-size: 18px;
  color: #debb72;
  font-style: italic;
  text-transform: uppercase;
  font-family: "fandolsong";
}
.ztitle h3{
  font-size: 36px;
  color: #27303f;
  font-weight: bold;
  font-family: "fandolsong";
}
.ztitle b{
  display: block;
  background: #b2915d;
  width: 23px;
  height: 1px;
  margin:0 auto;
}

/*zcompany*/
.zcom_cont01{
  background: #f7f7f7;
  padding:80px 0;
}
.zcom_text>div{
  float:left;
  width: 50%;
}
.zcom_text>div:last-of-type{
  float:right;
}
.zcom_text>div>img{
  width: 100%;
}
.zcom_cont01 .warpper>div:last-of-type{
  width:46%;
}
.zcom_cont02 .warpper>div:first-of-type{
  width:46%;
  margin-top: 4vw;
}
.zcom_cont02{
  background: url(../images/zcom_cont02.png) no-repeat left bottom;
  padding-top: 80px;
  padding-bottom: 6vw;
}
.zcom_text>div>h4{
  font-size: 30px;
  font-weight: bold;
  color: #202838;
  font-family: "fandolsong";
}
.zcom_text>div>p{
  font-size: 11px;
  color: #e0c07a;
  text-transform: uppercase;
  display: block;
  margin-top:5px;
  margin-bottom:30px;
}
.zcom_text>div>small{
  font-size: 14px;
  color: #757575;
  line-height: 28px;
}

/*box*/
:root {
  --common-padding: 8.3%;
  --common-time-fuc: cubic-bezier(0.19, 1, 0.22, 1);
  --main-color: #deb86f;
}

.box {
  position: relative;
  z-index: 3;
}

.box ul {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%)
}

.box ul li {
  float: left;
  position: relative;
  overflow: hidden;
  margin-left: 1px;
  width: -webkit-calc(20% - 1px);
  width: calc(20% - 1px);
  height: 100%;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  cursor: pointer
}

.box ul li .cover_ {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 1s var(--common-time-fuc);
  -o-transition: all 1s var(--common-time-fuc);
  transition: all 1s var(--common-time-fuc);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.tc {
  position: absolute;
  top: 0;
  z-index: 5;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 1s var(--common-time-fuc);
  -o-transition: all 1s var(--common-time-fuc);
  transition: all 1s var(--common-time-fuc)
}

.box ul li .cover_ .name {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.box ul li .cover_ .enname {
  color: #b8b8b8;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 12px;
  line-height: 16px
}

.tc {
  position: absolute;
  z-index: 5;
  height: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 1s var(--common-time-fuc);
  -o-transition: all 1s var(--common-time-fuc);
  transition: all 1s var(--common-time-fuc);
}

.box ul li:hover .cover_{
  height: 286px;
  background-color: #fff;
  color: #b8b8b8;
}
.box ul li:hover .cover_ .name{
  color: #e0c07a;
}
.box ul li:hover .tc{
  height: 451px;
}

/*zhonor*/
.zhonor{
  padding-bottom: 110px;
}
.swiper-honor .swiper-slide>div{
  background: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.swiper-honor .swiper-slide>div>span{
  display: block;
  background: #f6f5f3;
  height: 409px;
  padding-top:67px;
  padding-bottom: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-honor .swiper-slide>div b{
  width:100%;
  height:100%;
}
.swiper-honor .swiper-slide>div b img{
  height: 100%;
  max-width: 100%;
}
.swiper-honor .swiper-slide>div>p{
  margin-top: 35px;
  text-align: center;
  font-size: 20px;
  color: #27303f;
  margin-bottom: 10px;
}
.swiper-honor .swiper-slide>div>small{
  font-size: 16px;
  color: #dab56c;
  text-align: center;
  display: block;
}

#zelegant{
  background: #f7f7f7;
  padding-top: 75px;
  padding-bottom: 75px;
}

#zelegant .warpper{
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 45px;
  padding-bottom:57px;
}
.zelegant{
  height: 579px;
}
.ele_left{
  float:left;
  width:41%;
  height: 100%;
}
.ele_left li{
  width:100%;
  position: relative;
  height: 33.3%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1s var(--common-time-fuc);
  -o-transition: all 1s var(--common-time-fuc);
  transition: all 1s var(--common-time-fuc);
  display:flex;
  align-items: center;
  padding-left:0;
}
.ele_left li:before{
  display:block;
  content: '';
  position: absolute;
  right:0;
  height: 100%;
  width:0;
  background: #f7f7f7;
  -webkit-transition: all 1s var(--common-time-fuc);
  -o-transition: all 1s var(--common-time-fuc);
  transition: all 1s var(--common-time-fuc);
}
.ele_left li:hover{
  padding-left:33px;
}
.ele_left li:hover:before{
  width:100%;
}
.ele_left li:after{
  display: block;
  content: '';
  clear: both;
}
.ele_left li>div{
  position: relative;
  z-index: 5;
}
.ele_left li>div>span{
  float:left;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #8f8f8f;
  display: block;
  border:1px solid #d5d5d5;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.ele_left li>div>div{
  float:left;
  width:80%;
  margin-left:4%;
}
.ele_left li>div h5{
  font-size: 24px;
  padding-left: 48px;
  color: #202838;
  font-weight: bold;
  font-family: "fandolsong";
  margin-bottom: 15px;
}
.ele_left li:first-of-type>div h5{
  background: url("../images/eleicon01.png") no-repeat left center;
}
.ele_left li:nth-of-type(2)>div h5{
  background: url("../images/eleicon02.png") no-repeat left center;
}
.ele_left li:nth-of-type(3)>div h5{
  background: url("../images/eleicon03.png") no-repeat left center;
}
.ele_left li>div small{
  font-size: 14px;
  color: #757575;
  line-height: 24px;
}
.ele_right{
  width:59%;
  float:right;
  height: 100%;
}
.ele_right img{
  display: none;
  height: 100%;
}

/*zenvironment*/
#zenvironment{
  padding-bottom: 5.6vw;
}
.zenvironment{
  height: 767px;
}
.environ_left{
  float:left;
  width: 82%;
  height: 100%;
}
.environ_right{
  float:right;
  width: 15.5%;
  height: 100%;
}
.environ_left .swiper-slide div,.environ_right .swiper-slide div{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.environ_left .swiper-slide div p{
  width:100%;
  position: absolute;
  left:0;
  bottom:0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  background:rgba(0, 0, 0, 0); /* 一些不支持背景渐变的浏览器 */
  background:-moz-linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
  background:-webkit-linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
  background:-o-linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
}

.environ_right .swiper-slide div img,.environ_left .swiper-slide div img{
  width: 100%;
  min-height: 100%;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.environ_right .swiper-slide div p{
  position: absolute;
  width:100%;
  height: 100%;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  font-size: 14px;
  padding-top: 30%;
  background: rgba(0, 0, 0, 0.5);
}
.environ_right .swiper-slide.swiper-slide-thumb-active div p{
  display:none;
}
.environ_right .swiper-button-next:after,.environ_right .swiper-button-prev:after{
  display: none;
}
.environ_right .swiper-button-prev{
  width: 34px;
  height: 18px;
  background: url(../images/eveicon_up.png) no-repeat center;
  background-size:34px 18px;
  left:50%;
  top:15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}

.environ_right .swiper-button-next{
  width: 34px;
  height: 18px;
  background: url(../images/eveicon_down.png) no-repeat center;
  background-size:34px 18px;
  left:50%;
  bottom:15px;
  top: initial;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}

/*cook*/
.cooker,.server{
  padding-bottom:0px;
}
.cooker li{
  background: #f7f5f1;
  margin-bottom: 4.2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:50px 86px;
  padding-left: 9%;
  padding-bottom: 5vw;
}
.cooker li:after{
  display: block;
  content: '';
  clear:both;
}
.cook_left{
  float:left;
  width: 36.7%;
  height: 633px;
  position: relative;
}
.cook_left:before{
  position: absolute;
  width:100%;
  height: 100%;
  display:block;
  content: '';
  left:-35px;
  bottom:-30px;
  border:1px solid #dab56c;
}
.cook_left b{
  width:100%;
  height: 100%;
}
.cook_left b img{
  height: 100%;
  min-width:100%;
}
.cooker li:hover .cook_left b img{
  -webkit-transform: translate(-49%,-49%);
  -moz-transform: translate(-49%,-49%);
  -ms-transform: translate(-49%,-49%);
  -o-transform: translate(-49%,-49%);
  transform: translate(-49%,-49%);
}
.cook_right{
  float:right;
  width: 47%;
}
.cook_right>p{
  font-size: 30px;
  color: #262626;
  padding-top: 2.6vw;
}
.cook_right span{
  font-size: 16px;
  color: #dab56c;
  border-bottom: 1px solid #ddd;
  display: block;
  width:100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.cook_right>small,.cook_right>small p{
  font-size: 14px;
  color: #757575;
  line-height: 28px;
}

/*food*/
.typebanner{
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  width:100%;
  height: 692px;
  display:flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 3.8vw;
}
.typebanner>div{
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 39%;
  padding-left:42px;
  padding-bottom: 48px;
}
.typebanner>div .ztitle b{
  margin-left:0;
}
.typebanner>div .ztitle{
  text-align: left;
  padding-top: 31px;
  padding-bottom: 18px;
}
.typebanner>div .ztitle p{
  font-size: 16px;
}
.typebanner>div .ztitle h3{
  font-size: 28px;
  color: #27303f;
}
.typebanner>div>small,.typebanner>div>small p{
  font-size: 14px;
  color: #757575;
  display: block;
  line-height: 26px;
}

/*文章共有*/
.zarticle_list ul li{
  float:left;
  width: 32%;
  margin-right:2%;
  margin-bottom: 2%;
}
.zarticle_list ul li:nth-of-type(3n){
  margin-right: 0;
}
.zarticle_list ul li a{
  display: block;
  width:100%;
  background: #f7f5f1;
}
.zarticle_list ul li a b{
  width:100%;
  height: 299px;
}
.zarticle_list ul li a b img{
  width:100%;
  min-height: 100%;
}
.zarticle_list ul li a>div{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px 42px;
  position: relative;
  overflow: hidden;
  transform-style:preserve-3d;
  perspective: 400px;
}
.zarticle_list ul li a>div:before{
  position: absolute;
  height: 100%;
  width:100%;
  content: '';
  display: block;
  left:0;
  top:0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background: #222a3a;
  transform-origin:  center bottom;
  -webkit-transform: rotateX(102deg);
  -moz-transform: rotateX(102deg);
  -ms-transform: rotateX(102deg);
  -o-transform: rotateX(102deg);
  transform: rotateX(102deg);
}
.zarticle_list ul li:hover a>div:before{
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.zarticle_list ul li a>div p{
  width:100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  color: #27303f;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zarticle_list ul li:hover a>div p {
  color: #fff;
  position: relative;
}
.zarticle_list ul li a>div span{
  font-size: 14px;
  position: relative;
  color: #dab56c;
}
.zflower{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.zarticle_list ul li a:hover b img{
  -webkit-transform: translate(-50%,-50%) scale(1.05);
  -moz-transform: translate(-50%,-50%) scale(1.05);
  -ms-transform: translate(-50%,-50%) scale(1.05);
  -o-transform: translate(-50%,-50%) scale(1.05);
  transform: translate(-50%,-50%) scale(1.05);
  filter: brightness(0.7);
}
.zarticle_list ul li a:hover .zflower {
  opacity: 1;
  width: 95%;
  height: 90%;
}
.zflower>small{
  display: block;
  text-align: center;
}
.zflower i{
  display:block;
  margin:0 auto;
  width: 56px;
  height: 56px;
  background: url(../images/logoicon_big.png) no-repeat center;
  -webkit-animation: flower 6s linear 0s infinite normal;
  -o-animation: flower 6s linear 0s infinite normal;
  animation: flower 6s linear 0s infinite normal;
}
.zflower p{
  font-size: 16px;
  width: 100%;
  color: #fff;
  margin:0 auto;
  line-height: 24px;
  position: relative;
  top:5px;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zarticle_list ul li:hover .zflower p {
  top:0;
  opacity: 1;
}

/*server*/
.server li{
  margin-bottom: 55px;
}
.server li:after{
  display: block;
  content: '';
  clear: both;
}

.server_left{
  background: url("../images/serverbg.png") no-repeat center bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:42px;
  padding-top: 0;
  width: 700px;
  float:left;
}
.server_left>b{
  width: 100%;
  height: 453px;
}
.server_left>b img{
  height: 100%;
  min-width: 100%;
}
.server_right{
  float:right;
  width: 620px;
}
.server_right>span{
  font-size: 16px;
  color: #debb72;
  display: block;
  text-transform: uppercase;
  line-height: 26px;
  font-style: italic;
  font-family: 'fandolsong';
  margin-top: 43px;
  margin-bottom: 10px;
}
.server_right>p{
  font-size: 30px;
  font-family: 'fandolsong';
  color: #27303f;
  font-weight: bold;
}
.server_right>b{
  display: block;
  width:24px;
  height: 1px;
  background: #debb72;
  margin-top: 10px;
  margin-bottom: 47px;
}
.server_right>small{
  height: 318px;
  overflow-y: auto;
}
.server_right>small,.server_right>small p{
  font-size: 14px;
  color: #757575;
  line-height: 26px;
  display:block;
}

/*zcontact*/
.zcontactbg{
  padding-bottom: 100px;
}
.zcontact_cont01>h1{
  float:left;
  margin-top: 10px;
}
.zcontact_cont01>h1 i{
  font-size: 40px;
  line-height: 50px;font-weight: bold;
  color: #414141;
  font-style: normal;
  font-family: 'fandolsong';
}
.zcontact_cont01>h1 span{
  font-size: 16px;
  font-weight: lighter;
  line-height: 28px;
  margin-top:15px;
  display:block;
  width:650px;
}
.zcontact_cont01>div{
  float:right;
}
.zcontact_cont01>div div small{
  line-height: 26px;
  font-size: 16px;
  color: #555;
  margin-top: 20px;
  display: block;
}
.zcontact_cont01>div div p{
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  font-family: 'fandolsong';
  color: #343434;
}
.zcontact_cont01>div div b{
  display: block;
  height: 6px;
  width: 25px;
  margin-left: auto;
  background: #dab56c;
}
.zcontact_cont01>div div{
  float:left;
  text-align: right;
}
.zcontact_cont01>div>img{
  float:left;
  margin-left:25px;
  width:150px;
  border:1px solid #ddd;
}

.zcontact_cont02{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 37px;
}
.zcontact_cont02>div{
  padding-left:80px;
  position:relative;
}
.zcontact_cont02>div p{
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #414141;
  margin-top: 5px;
}
.zcontact_cont02>div small{    font-size: 14px;
  line-height: 24px;
  color: #777;}
.zcontact_cont02>div:before{
  position: absolute;
  content: '';
  display:block;
  left:0;
  border-radius: 50%;
  width:60px;
  height: 60px;
  border:1px solid #debb72;
}

.zcontact_cont02>div:first-of-type:before{
  background:url("../images/zcont01.png") no-repeat center;
  background-size:100%;
}
.zcontact_cont02>div:nth-of-type(2):before{
  background:url("../images/zcont02.png") no-repeat center;
  background-size:100%;
}
.zcontact_cont02>div:nth-of-type(3):before{
  background:url("../images/zcont03.png") no-repeat center;
  background-size:100%;
}

.zcontact_cont02>b{
  display: block;
  width:1px;
  height: 65px;
  background: #ddd;
}
































.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}
.common-inner .inner-right .search-list,
.common-inner .inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .search-list ul,
.common-inner .inner-right .de-product-list ul {
  margin: 0 -12px;
}
.common-inner .inner-right .search-list ul li,
.common-inner .inner-right .de-product-list ul li {
  border: 2px solid #fff;
  float: left;
  width: 270px;
  margin: 0 12px 25px;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-list ul li .img {
  width: 268px;
  height: 200px;
  background: #e6e6e6;
  font-size: 0;
  line-height: 200px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: hidden;
}
.common-inner .inner-right .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .search-list ul li .title,
.common-inner .inner-right .de-product-list ul li .title {
  font-size: 14px;
  padding: 0 18px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.common-inner .inner-right .search-list ul li .title h3,
.common-inner .inner-right .de-product-list ul li .title h3 {
  color: #595959;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li .title em,
.common-inner .inner-right .de-product-list ul li .title em {
  font-weight: bold;
  display: block;
  color: #ff8111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li:hover,
.common-inner .inner-right .de-product-list ul li:hover {
  border-color: #268AE7;
}
.common-inner .inner-right .search-list ul li:hover .title,
.common-inner .inner-right .de-product-list ul li:hover .title {
  border-color: #fff;
}
.common-inner .inner-right .search-list ul li:hover .img img,
.common-inner .inner-right .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-product-list {
  margin-top: 26px;
}

.common-inner .inner-right .de-news-list {
  overflow: hidden;
  min-height: 644px;
  padding: 5px;
}
.common-inner .inner-right .de-news-list ul li {
  padding: 20px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-news-list ul li a {
  display: block;
}
.common-inner .inner-right .de-news-list ul li .img {
  float: left;
  width: 175px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 0;
}
.common-inner .inner-right .de-news-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-news-list ul li .box {
  float: right;
  width: 640px;
  font-size: 14px;
}
.common-inner .inner-right .de-news-list ul li .box h4 {
  color: #323232;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.common-inner .inner-right .de-news-list ul li .box p {
  color: #595959;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 25px;
}
.common-inner .inner-right .de-news-list ul li .box .time {
  color: #999999;
  line-height: 1.1;
}
.common-inner .inner-right .de-news-list ul li .box .time span {
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
.common-inner .inner-right .de-news-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-news-list ul li:hover .time span {
  color: #dab56c;
}
.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.common-inner .inner-right .news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.common-inner .inner-right .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.common-inner .inner-right .news-detail-content .newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.newsPage{
  padding-top: 30px;
}
.common-inner .inner-right .news-detail-content .newsPage a {
  color: #323232;
}
.common-inner .inner-right .news-detail-content .newsPage a:hover {
  color: #dab56c;
}
.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.common-inner .inner-right .de-honor-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #dab56c;
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #dab56c;
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #dab56c;
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #dab56c;
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #dab56c;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #dab56c;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
.common-inner .inner-right .de-contact {
  overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-list {
  overflow: hidden;
  margin: 25px 0 35px;
}
.common-inner .inner-right .de-contact .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  float: left;
  width: 365px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  padding-top: 8px;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.common-inner .inner-right .de-contact .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
.contact-map {
  overflow: hidden;
}
.contact-map #dituContent {
  width: 100%;
  height: 475px;
  margin: 0 auto 30px;
}
.inner-contact {
  width: 260px;
  margin-top: 18px;
}
.inner-contact .title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.inner-contact .title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.inner-contact .title em {
  font-size: 13px;
  color: #728dbc;
}
.inner-contact .contact-box {
  min-height: 180px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 20px 20px 10px;
  padding-right: 5px;
}
.inner-contact .contact-box .contact-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.inner-contact .contact-box .contact-item .act {
  float: left;
  width: 60px;
  margin-left: -60px;
  color: #808080;
}
.z_deatil {
  overflow: hidden;
  background: #f7f7f7;
  padding-bottom: 100px;
  padding-top: 95px;
}
.deatil_left{
  float:left;
  width: 882px;
}
.detail-top{
  width:100%;
  height: 566px;
  margin-bottom: 14px;
  background: #fff;
}
.detail-thumbs{
  width: 100%;
  height: 92px;
  background: #fff;
}
.detail-thumbs .swiper-slide .img_jz,.detail-top .swiper-slide .img_jz{
  width:100%;
  height: 100%;
}
.detail-thumbs .swiper-slide .img_jz img,.detail-top .swiper-slide .img_jz img{
  max-width: 100%;
  min-height: 100%;
}
.deatil_right{
  float:right;
  width: 500px;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:44px 50px;
  height: 672px;
}
.deatil_right>h4{
  font-size: 24px;
  color: #27303f;
}
.canshu{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding:35px 0;
  margin-top: 17px;
  margin-bottom: 34px;
}
.canshu small{
  display:block;
  float:left;
  width:50%;
  font-size: 14px;
  color: #757575;
  line-height: 25px;
}
.deatil_right>small{
  font-size: 14px;
  color: #757575;
  line-height: 28px;
  display:block;
  height: 187px;
}
.deatil_right .btn{
  width: 244px;
  height: 60px;
  float: none;
}
.detail_cont{
  margin-top: 34px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:42px;
  padding-top: 0;
}
.no-goods{
  padding-bottom: 40px;
}
.detail_cont p{
  font-size: 14px;
  color: #757575;
  line-height: 28px;
}
.detail_cont p strong{
  display: block;
  border-bottom: 1px solid #e0e0e0;
  line-height: 62px;
  font-size: 24px;
  color: #27303f;
  padding-top: 28px;
  font-weight: normal;
  margin-bottom: 28px;
}

.prodect-Info .info-crumbs {
  overflow: hidden;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
  padding-left: 28px;
  background: url(../images/home-icon.png) no-repeat 5px center;
}
.prodect-Info .info-crumbs a {
  color: #595959;
}
.prodect-Info .info-crumbs a:hover {
  color: #dab56c;
  text-decoration: underline;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 350px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 775px;
  overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px 0;
}
.prodect-Info .info-main .info-main-rig .price {
  height: 65px;
  background: #f6f6f6;
  line-height: 65px;
  padding: 0 20px;
  color: #ff8111;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  margin-right: 25px;
}
.prodect-Info .info-main .info-main-rig .de-list {
  overflow: hidden;
  padding: 0 20px;
  min-height: 150px;
  max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
  width: 60px;
  float: left;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  overflow: hidden;
  padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  display: block;
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #dab56c;
  color: #fff;
  font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #0058b1;
}
.prodect-Info .info-center {
  overflow: hidden;
}
.prodect-Info .info-center .infoCenter-left {
  float: left;
  width: 260px;
}
.prodect-Info .info-center .infoCenter-left .pro-sider {
  float: none;
}
.prodect-Info .info-center .infoCenter-right {
  float: right;
  width: 870px;
  background: #fff;
  padding: 0 25px;
  min-height: 800px;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #0058b1;
  line-height: 60px;
  margin-bottom: 20px;
  height: 59px;
  border-bottom: 1px solid #ededed;
}
.prodect-Info .info-center .infoCenter-right .center-content {
  overflow: hidden;
  padding-bottom: 30px;
}
.prodect-Info .info-center .infoCenter-right .center-content img {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {
  font-family: '微软雅黑';
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {
  width: 50%;
  text-align: center;
  font-size: 15px;
  color: #262626;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  font-weight: bold;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {
  line-height: 45px;
  color: #595959;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
#MagnifierWrap2 {
  position: relative;
  width: 350px;
}
.MagnifierMain {
  position: relative;
  width: 350px;
  height: 350px;
  font-size: 0;
  text-align: center;
  line-height: 350px;
  border: 1px solid #e6e6e6;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}
.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li.on {
  border: 2px solid #268ae7;
}
.spec-items li img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  background-color: #f9f9f9;
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #dab56c;
  background: #dab56c;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
/*# sourceMappingURL=./inner.css.map */



/*news*/
.znews_list{
  padding-bottom: 100px;
}
.znews_list ul li{
  float:left;
  margin-bottom: 2vw;
  width:32%;
  margin-right:2%;
}
.znews_list ul li:nth-of-type(3n){
  margin-right: 0;
}
.znews_list ul li a>b{
  width: 100%;
  height: 300px;
}
.znews_list ul li a>b img{
  width:100%;
  min-height: 100%;
}
.znews_list ul li a>b:hover img{
  -webkit-transform: translate(-50%,-50%) scale(1.03);
  -moz-transform: translate(-50%,-50%) scale(1.03);
  -ms-transform: translate(-50%,-50%) scale(1.03);
  -o-transform: translate(-50%,-50%) scale(1.03);
  transform: translate(-50%,-50%) scale(1.03);
}

.znews_list ul li a>div{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 35px;
  background: #fcfcfc;
}
.znews_list ul li a>div>small{
  font-size: 16px;
  color:#dab56c;
  margin-bottom: 20px;
  display: block;
}
.znews_list ul li a>div>p{
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #111;
  font-weight: 700;
}
.znews_list ul li a>div>span{
  overflow: hidden;
  display: block;
  color: #999999;
  text-align: justify;
  font-size: 15px;
  line-height: 26px;
  margin-top: 5px;
  height: 78px;
  overflow: hidden;
}
.znews_list ul li a>div .detail{
  float:none;
  width:100%;
}
.znews_list ul li a>div .detail b{
  float:right;
}

/*newsinfo*/
.z_news_info{padding-bottom:100px;}
.z_news_info .zpage_tit{margin-top:0}
.newsinfo_l{float:left;width:73%;padding-right:40px;border-right:1px solid #ddd}
.newsinfo_r{float:right;width:20%}
.newsinfo_l>h3{color:#333;font-size:30px;margin-bottom:20px;font-weight:lighter;border-bottom:1px solid #ddd;padding-bottom: 10px;}
.newsinfo_l .p_content img{
  margin:0 auto;
}
.infotime{margin-bottom:20px}
.infotime span{display:inline-block;line-height:25px;padding-left:28px;margin-right:25px;font-size:15px;color:#797878}
.infotime span:first-of-type{background:url(../images/timess.png) no-repeat 3px center}
.infotime span:last-of-type{background:url(../images/watch.png) no-repeat left center}
.info_share{border-bottom:1px solid #ddd;margin-top:20px;padding-bottom:5px;margin-bottom:10px;}
.info_share span{float:left}
.share{float:left}
.newsinfo_r>h3{font-size:22px;font-weight:lighter;padding-bottom:10px;border-bottom:1px solid #ddd;margin-top:9px;margin-bottom:22px}
.newsinfo_r>p{line-height:35px;color:#666}
.newsinfo_r ul{border-bottom:1px solid #ddd;margin-bottom:35px;padding-bottom:20px}
.newsinfo_r ul li a{color:#444;width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;line-height:33px}
.newsinfo_r ul li a:hover{color:#e0c07a}
.newsPage .page-a{
  line-height: 30px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.newsPage .page-a a{
  color: #666;}


/*message*/
#formData input{
  padding: 0 20px;
  width: 49.5%;
  height: 80px;
  line-height: 80px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
  float:left;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f6f6;
  font-size: 16px;
  color: #999;
}
#formData input:nth-of-type(2n){
  float:right;
}
#formData input:after{
  display:block;
  content: '*';
  position: absolute;
  top: 50%;
  right: 20px;
  height: 10px;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  color: #0042ad;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#formData textarea{
  width: 100%;
  color: #999;
  font-size: 16px;
  height: 200px;
  background: #f6f6f6;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
}
#formData .code .verify{
  float:left;
  width: 18%;
}
#formData .code .verify img{
  width: 100%;
}
#formData .code input{
  width:31.5%;
}
#formData .btn span{
  background:none;
}
.code>a{
  float:right;
  width: 49.5%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #e0c07a;
  color: #fff;
  font-size: 18px;
}


.layui-layer-btn .layui-layer-btn0{
  border-color: #e0c07a!important;
  background-color: #e0c07a!important;
}
.menu_mid>div>div.cookfirst{
  width: 85%;
  padding:20px 17%;
}