.Content{ 
  width: 100%; 
  float: left;  
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 100px;
  
/*  background: url("../images/topright.jpg") right top no-repeat;
  background-size: 67.81vw 39.22vw;*/
}
.main_1590{
/*  width: 1590px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 8.6%;
  box-sizing: border-box;
}
.Content .topright {
  position: absolute;
  right: 0; z-index: -1;
  width: 67.81vw;
  height: 39.22vw;
  background-color: #bf8c3b;
}
.Content .topright img {
  width: 100%;
}
.Content .i-about .text{
  float: left;
  width: 290px;
  position: relative;
  /*margin-top: 307px;*/
  margin-top: calc((100vw - 1280px) * 307 / 640);/*1280 martop=0;1920 martop=307*/
}

.Content .i-about .text h2{
  color: #747373;
  font-size: 30px;
  font-family: 'Elizabeth Semi-Script';
  text-transform: uppercase;
  width: 290px;
  float: left;
  padding-bottom: 13px;
  border-bottom: 4px solid #747373;
}
.Content .i-about .text h3{
  margin: 43px 0;
  font-family: 'zhanghaishan';
  font-size: 48px;
  width: 100%;
  float: left;
}
.Content .i-about .text h3 i{
  color: #bf8c3b;
}
.Content .i-about .text span{
  font-size: 16px;
  color: #747373;
  line-height: 35px;
  width: 100%;
  float: left;
}
.Content .i-about .text a{
  float: left;
  width: 100%;
  color: #606060;
  font-size: 16px;
}
.Content .i-about .bottom{

  margin: 0 auto;
}
.Content .i-about .bottom .title{
  width: 100%;
  float: left;
  font-size: 48px;
  color: #000;
  font-family: "zhanghaishan";
}
.Content .i-about .bottom .title::after{
  content: "";
  width: 62px;
  height: 2px;
  background: #000;
  float: left;
  margin-top: 64px;
  margin-left: 10px;
}
.Content .i-about .bottom span{
  width:98%;
  margin-top: 83px;
  font-size: 24px;
  color: #000;
  float: left;
  font-family: "zhanghaishan";
  text-indent: 2rem;
  line-height: 36px;
  margin-left: 2%;
}
.pic {
  width: 100%;
  float: left;
  margin-top: 150px;
}
.pic img{
  width: 100%;
  float: left;
}
.quality{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 84px;
  position: relative;
}
 .top1{
  position: absolute;
  width: 100%;
  height: 70px;
  top: -154px;
}
.coup .top1{
  top:-70px;
}
.quality h2{
  font-size: 30px;
  font-family: "Elizabeth Semi-Script";
  width: 100%;
}
.quality h3{
  font-size: 48px;
  color: #000;
  font-family: "zhanghaishan";
  width: 100%;
  margin-top: 16px;
}

.quality h3::after {
  content: "";
   width: 73px;
   height: 2px;
   background: #000;
   margin-left: 50%;
  transform: translateX(-50%);
  float: left;
  margin-top: 40px;
}
.quality > span{
  font-size: 24px;
  color: #000;
  font-family: "zhanghaishan";
  margin-top: 82px;
  width: 100%;
  float: left;
}
.quality ul{
  width: 744px;
  float: left;
  padding: 0 198px;
  position: relative;
  margin-top: 80px;
  height: 248px;
}
.quality ul li{
  width: 248px;
  float: left;
  /* position: absolute; */
  height: 248px;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
}
.quality ul li:first-child{
  margin-left: 30px;
}
.quality ul li:nth-child(2){
  margin-left: 248px;
}
.quality ul li:nth-child(3){
  margin-left: 466px;

}
.quality ul li .tit{
  font-size: 24px;
  font-family: 'zhanghaishan';
  margin-top: 60px;
}
.quality ul li .cont{
  font-size: 16px;
  line-height: 30px;
  margin-top: 27px;
}
.quality .more{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 78px;
  height: 60px;
  margin-bottom: 70px;
}
.quality .more a{
  width: 220px;
  height: 62px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background: #bf8c3b;
  padding: 28px 70px;
}
.course{
  width: 100%;
  float: left;
  background: #bf8c3b;
  padding-bottom: 130px;
  overflow: hidden;
}
.course .left{
  float: left;
  width: 48%;
}
.course .left img{
  width: 550px;
  float: left;
  height: 400px;  
}
.course .right{
  float: right;
  width: 48%;
  margin-left: 4%;
}

.course  h2{
  float: left;
  width: 100%;
  margin-top: 100px;
  font-size: 24px;
  color: #fff;
  font-family: "Elizabeth Semi-Script";
}
.course  h3{
  font-size: 48px;
  color: #000;
  margin-top: 28px;
  width: 100%;
  float: left;
  font-family: "zhanghaishan";
  margin-bottom: 30px;
}
.course .right span{
  margin-top: 100px;
  float: left;
  width: 100%;
  line-height: 32px;
}
.course .right span i{
  font-family: "zhanghaishan";
  font-size: 52px;
  color: #eeeeee;
}

/*发展历程效果*/
.course .left img {
  opacity: 0;
  transform: translateY(40px);
  transition: all .8s ease-in-out;
}
.course .right span i {
  opacity: 0;
  display: inline-block;
  transform: translateY(40px);
  transition: all .8s ease-in-out;
}
.course .right span p {
  opacity: 0;
  transform: translateY(80px);
  transition: all .8s ease-in-out;
}

.course .swiper-slide-active img,
.course .swiper-slide-active .right span i,
.course .swiper-slide-active .right span p {
  opacity: 1;
  transform: translateY(0);
}






.cultrue .top1{
  top: -170px;
}
.cultrue{
  margin-top: 101px;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}
.cultrue h2{
  width: 100%;
  float: left;
  font-size: 30px;
  color: #a09f9a;
  font-family: "Elizabeth Semi-Script";
}
.cultrue h3{
  font-size: 48px;
  font-family: "zhanghaishan";
  width: 100%;
  float: left;
  margin-top: 17px;
}
.cultrue  .middle{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 41px;
}
.cultrue  .middle i{
  width: 73px;
  height: 2px;
  float: left;
  margin: 0 533px;
  background: #000;
}
.cultrue ul{
  width: 100%;
  float: left;
  margin-top: 90px;
  text-align: left;
  margin-bottom: 115px;
}
.cultrue ul li{
  width: 50%;
  float: left;
  margin-top: 34px;
  box-sizing: border-box;
  padding-left: 110px;
}
.cultrue ul li i{
  width: 37px;
  height: 37px;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  transform: rotate(-45deg);
  position: relative;
  margin-right: 34px;
}
.cultrue ul li i a{
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 18px;
}
.cultrue ul li:first-child i{
  border-right: #000 2px solid;
}
.cultrue ul li:nth-child(2) i{
  border-right: #000 2px solid;
  border-bottom: #000 2px solid;
}
.cultrue ul li:nth-child(3) i{
  border-right: #000 2px solid;
  border-bottom: #000 2px solid;
  border-left: #000 2px solid;
}
.cultrue ul li:nth-child(4) i{
  border: #000 2px solid;
}
.brand{
  width: 100%;
  float: left;
  background: url("../images/bg.png") no-repeat center;
  padding-bottom: 119px;
  border-bottom: #bf8c3b 7px solid;
  position: relative;
}
.brand .top1{
  top: -70px;
}
.brand h2{
  width: 100%;
    float: left;
    font-size: 30px;
    color: #a09f9a;
    font-family: "Elizabeth Semi-Script";
    margin-top: 85px;
}
.brand h3{
  font-size: 48px;
  font-family: "zhanghaishan";
  width: 100%;
  float: left;
  margin-top: 17px;
}
.brand span{
  font-size: 24px;
    color: #606060;
    font-family: "zhanghaishan";
    margin-top: 51px;
    width: 100%;
    float: left;
}
.brand .content p{
  text-indent: 2rem;
  font-size: 14px;
  color: #606060;
  line-height: 28px;
}
.brand .content{
  width: 48%;
  float: left;
  margin-top: 60px;
  margin-right: 2%;
}
.brand .img{
  width: 48%;
  margin-left: 2%;
  float: right;
  margin-top: 60px;
}
.brand .img img{
  width: 100%;
  float: left;
  box-sizing: border-box;
}


/*productList*/
.i-product .text ul{
  font-size: 16px;
    color: #747373;
    line-height: 35px;
    width: 100%;
    float: left;
    height: 140px;
}
.i-product .right{
  float: right;
    position: absolute;
    right: 0;
    z-index: -10;
    width: 67.81vw;
    height: 39.22vw;
    background-color: #bf8c3b;
}
.i-product .right img{
  width: 100%;
}
.Content .i-about .top .title{
  width: 100%;
  float: left;
  font-size: 48px;
  color: #000;
  font-family: "zhanghaishan";
}
.Content .i-about .top .title i{
  font-family: "Elizabeth Semi-Script";
}
.Content .i-about .top .title::after{
  content: "";
  width: 62px;
  height: 2px;
  background: #000;
  float: left;
  margin-top: 64px;
  margin-left: 20px;
}
.Content .i-about .top span{
  width:98%;
  margin-top: 20px;
  font-size: 24px;
  color: #000;
  float: left;
  font-family: "zhanghaishan";
  line-height: 36px;
  margin-left: 2%;
}
.Content .i-about .top span i{
  font-family: "Elizabeth Semi-Script";
}
.swiper-button-next{
  right: 30px !important;
}
.swiper-button-next,.swiper-button-prev{
  font-family: "iconfont1";
  background-image: none !important;
  font-size: 48px;
  color: #fff;
}

.productslist{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.productslist li{
  float: left;
  width: 30%;
  padding: 10px 1.5%;
}

.productslist li .pic{
  margin-top: 0;
  position: relative;
}
.productslist li .text{
  text-align: center;
  color: #000;
  font-family: "zhanghaishan";
  
}
.productslist li .bottom{
  height: 94.5%;
  position: absolute;
  width: 100%;
  bottom: 20px;
  transition: all 1s ease-in-out;
}
.productslist li:hover .bottom{
  background: #bf8c3b;
  opacity: 0.3;



}
.productslist li .pic img{
  margin-bottom: 20px;
  border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 8px;
}


.anlilist{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.anlilist li{
  float: left;
  width: 50%;
  margin-bottom: 50px;
  position: relative;
  animation-duration: 2s;
}
.anlilist li .fugai{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  align-items: center;
  display:none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.anlilist li:hover .pic img{
  filter: grayscale(0);
  filter: none;
}
.anlilist li .fugai i{
  align-items: center;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 16px;
}

.anlilist li .pic{
  margin-top: 0;
  position: relative;
}
.anlilist li .text{
  text-align: center;
  color: #000;
  font-family: "zhanghaishan";
  
}
.anlilist li .bottom{
  height: 94.5%;
  position: absolute;
  width: 100%;
  bottom: 20px;
  transition: all 1s ease-in-out;
}
.anlilist li:hover .bottom{
  background: #bf8c3b;
  opacity: 0.3;
}
.anlilist li .pic img{
    box-sizing: border-box;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 1s ease-in-out;}





.i-news{
  width: 100%;
  float: left;
}
.i-news ul{
  float: left;
  width: 100%;
  margin-top: 40px;
}
.i-news ul li{
  float: left;
  width: 47%;
  padding: 25px 1.5%;
}
.i-news ul li .img{
  margin-top: 0;
  height: 300px;
  float: left;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.i-news ul li .img img{
  height: 100%;
  -moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.i-news ul li:hover .img img{
  opacity: 0.8;
  transform: scale3d(1.1,1.1,1);

}
.i-news ul li .transition{
  font-family: "zhanghaishan";
  color: #fff;
  width: 100%;
  float: left;
  line-height: 70px;
  background: #000;
}
.i-news ul li .transition i{
  width: 10%;
  line-height: 70px;
  background: #666;
  text-align: center;
  float: left;
  
}
.i-news ul li .transition dt{
  width: 90%;
  float: left;
}
.i-news ul li .transition dt span{
  float: left;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.i-news ul li:hover .transition dt span{
  background: #bf8c3b;
}
.i-news ul li .transition a{
  color: #fff;
}
.i-news ul li .transition a dd{
  display: none;
}



.form {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 5%;
}
.form .form-group {
  border-top: 1px solid #ddd;
  width: 100%;
  line-height: 66px;
  display: inline-block;
}
.form .form-group:last-child {
  border-bottom: 1px solid #ddd;
}
.form .form-group span {
  width: 100px;
  text-align: left;
  color: #da251d;
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.en > .form-group span {
  width: 180px;
}
.form .form-group div {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  width: auto;
  height: 30px;
  display: inline-block;
}


/* newslist */
.newslist{ width: 100%; float: left; box-sizing: border-box; padding: 0 50px;}
.newslist li{ width: 47%; float: left;  margin: 0 1.5% 30px;}
.newslist li a{	width: 100%; height: auto; transition: all 0.3s ease 0.1s;}
.newslist li .img{ width: 30%; float: left; box-sizing: border-box; padding: 5px; border: 1px solid #ccc;}
.newslist li .img img{ width: 100%; transition: all 0.3s ease 0.1s;}
.newslist li .img a:hover img{ opacity: 0.7;}
.newslist li dl{ width: 70%; float: right; box-sizing: border-box; padding: 0 0 0 20px;}
.newslist li dl dt{ width: 100%; font-size: 18px; color: #000; line-height: 60px; height: 60px; overflow: hidden; transition: all 0.3s ease 0.1s;}
.newslist li dl a:hover dt{ color: #da251d;}
.newslist li dl .date{width: 100%; color: #666; font-size: 14px; margin-bottom: 10px; line-height: 24px;}
.newslist li dl a dd{ width: 100%; font-size: 14px; color: #666; line-height: 21px; height: 63px; overflow: hidden;}
.newslist li dl a.more{ width: auto; color: #000; border-top: 2px solid #000; line-height: 40px; padding-right: 10px; margin-top: 20px; font-size: 12px; text-transform: uppercase; float: left; display: none;}
.newslist center{ font-size: 16px;}


.newsview{
  width: 100%; 
  float: left;
  margin:50px 0;
  
}
.newsview .tit{	
  width: 100%; 
  text-align: center; 
  font-size: 32px; 
  line-height: 36px; 
  color: #000;
  font-family:"zhanghaishan";
  font-weight: bold;
}
.newsview .xinxi{
  width: 100%; 
  text-align: center; 
  font-size: 14px; 
  line-height: 30px; 
  padding-bottom: 10px;
  color: #999;}
.newsview .xinxi span{ padding-right: 10px;}
.newsview .ms{ font-size: 14px; line-height: 21px; padding:10px 0;}
.newsview .ms p{
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  text-indent: 2rem;
}


.xx_more{
  float: left;
    border: 1px solid #000;
    padding: 15px 50px;
    color: #000;
    box-sizing: border-box;
    margin-top: 30px;
}
.xx_more:hover{ 
  color: #fff;
  background: #bf8c3b;
  border:1px solid #bf8c3b;

}

.fwll{
  display: none;
}
.fw img{
  transition: all 0.5s ease-in-out;
}
.fw img:hover{
  opacity: 0.8;
}
.fw{
  width: 100%;
  float: left;
}
.fw .download{
  float: left;
  width: 100%;
  margin-top: 80px;
  position: relative;
}
.fw .download .top1{
  top: -134px;
}
.fw .download .left{
  width: 42%;
  float: left;
}
.fw .download .left h2{
  font-size: 36px;
  font-family: "zhanghaishan";
  width: 100%;
  float: right;
  margin-bottom: 20px;
}
.fw .download .left h2 i{
  font-family: "Elizabeth Semi-Script";
}
.fw .download .left h3{
  width: 62px;
  height: 2px;
  background: #000;
  margin-bottom: 64px;
}
.fw .download .left span{
  width: 100%;
  float: left;
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 28px;
}
.fw .download .left span p{
  color: #747373;
  margin: 30px 0;
}
.fw .download .left span .tit{
  font-family: "zhanghaishan";
  font-size: 24px;
}
.fw .download .left span a{
  width: 40%;
  border: unset;
  padding: unset;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 1s ease-in-out;
}
.fw .download .left span a:hover{
  border: unset;
  background: unset;
  filter: grayscale(0);
  filter: none;
}
.fw .download .left span a img{
  width: 100%;
}
.fw .download .left a{
  float: left;
  color: #000;
  font-family: "iconfont1";
}
.fw .download .left a i{
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.fw .download .left a:hover{
  color: #bf8c3b;
}
.fw .download .left a:hover i{
  margin-left: 20px;
  color: #bf8c3b;

}
.fw .download .left{
  float: left;
  box-sizing: border-box;
  margin-left: 15%;
  width: 26%;
  padding-left: 2%;
  margin-top: 81px;
}
.fw .download .right{
  float:right;
  width: 50%;
}
.fw .download .right img{
  width: 100%;
  float: left;
}
.fw .knowledge{
  float: left;
  width: 100%;
  margin-top: 80px;
  position: relative;
  background: #eeeeee;
  overflow: hidden;

}
.fw .knowledge .top1{
  top: -134px;
}
.fw .knowledge h2{
  font-size: 48px;
  font-family: "zhanghaishan";
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 97px;
}
.fw .knowledge h3{
  width: 100%;
  float: right;
  font-size: 24px;
  font-family: "Elizabeth Semi-Script";
  margin-top: 20px;
  text-align: center;
  margin-top: 38px;
}
.fw .knowledge .middle{
  float: left;
  width: 100%;
  overflow: hidden;
}
.fw .knowledge .wenben{
  width: 86%;
    float: left;
    margin: 68px 7%;
}
.fw .knowledge .wenben .left{
  width: 45%;
  float: left;
  margin-right: 5%;
}
.fw .knowledge .wenben img{
  float: right;
}
.fw .knowledge .wenben .right{
  width: 48%;
  float: right;
  margin-left: 2%;
  color: #666666;
  margin-top: 90px;
}
.fw .knowledge .wenben .right .biaoti{
  font-size: 18px;
}
.fw .knowledge .wenben .right span{
  font-size: 14px;
  margin-top: 31px;
  float: left;
  line-height: 28px;
}
.fw .knowledge .wenben .right span li{
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 16px;
}
.fw .knowledge .wenben .right span li i{
  margin-right: 10px;
}

/*服务  相关知识 效果*/
.fw .knowledge .wenben img {
  opacity: 0;
  transform: translateY(50px);
  transition: all .8s ease-in-out;
}
.fw .knowledge .wenben .right .biaoti {
  opacity: 0;
  transform: translateY(20px);
  transition: all .8s ease-in-out;
}
.fw .knowledge .wenben .right span {
  opacity: 0;
  transform: translateY(30px);
  transition: all .8s ease-in-out;
}
.fw .knowledge .swiper-slide-active .wenben img,
.fw .knowledge .swiper-slide-active .right .biaoti,
.fw .knowledge .swiper-slide-active .right span {
  opacity: 1;
  transform: translateY(0);
}



.fw .policy{
  width: 100%;
  float: left;
  padding-top: 97px;
  position: relative;
  text-align: center;
  background: url("/images/serv.jpg") no-repeat center;
}
.fw .policy .top1{
  top: -100px;
}
.fw .policy .middle{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.fw .policy .middle h2{
  font-size: 48px;
  font-family: "zhanghaishan";
  width: 100%;
  float: left;
}
.fw .policy .middle h3{
  font-size: 24px;
  font-family: "Elizabeth Semi-Script";
  margin-top: 35px;
  margin-bottom: 53px;
  width: 100%;
  float: left;
}
.fw .policy .middle span{
  width: 100%;
  float: left;
  line-height: 40px;
  margin: 20px 0;
  font-size: 18px;
  text-indent: 2rem;
}
.fw .policy .middle a{
  float: left;
  border: 1px solid #000;
  padding: 15px 50px;
  color: #000;
  box-sizing: border-box;
}
.fw .policy .middle a:hover{
  color: #fff;
  background: #bf8c3b;
  border:1px solid #bf8c3b;
}


.fw .join{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 95px;
  border-bottom: 7px solid #bf8c3b;
  
}
.fw .join .top1{
  top: -100px;
}
.fw .join .middle{
  width: 100%;
  float: left;
  text-align: center;
}
.fw .join .middle h2{
  font-size: 48px;
  font-family: "zhanghaishan";
  width: 100%;
  float: left;
}
.fw .join .middle h3{
  font-size: 24px;
  font-family: "Elizabeth Semi-Script";
  margin-top: 37px;
  width: 100%;
  float: left;
}
.fw .join .middle .jiameng{
  margin-top: 100px;
  float: left;
  width: 100%;
  margin-bottom: 90px;
}
.fw .join .middle .jiameng .down{
  width: 100%;
  float: left;
  margin-top: 40px;
}
.fw .join .middle .jiameng .down a{
  font-family: "iconfont1";
  color: #606060;
  transition: all 0.3s ease-in-out;
}
.fw .join .middle .jiameng .down a i{
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.fw .join .middle .jiameng .down a:hover{
  color: #bf8c3b;
}
.fw .join .middle .jiameng .down a:hover i{
  color: #bf8c3b;
  margin-left: 20px;
}
.fw .join .middle .jiameng ul{
  font-family: "iconfont1";
  width: 100%;
  float: left;
}
.fw .join .middle .jiameng ul .middle1{
  width: 75%;
  float: left;
  margin: 0 12.5%;
  margin-top: 40px;
}
.fw .join .middle .jiameng ul li{
  float: left;
  width: 20%;
  margin: 0 2.5%;
  box-sizing: border-box;
  box-shadow: #bf8c3b 5px 5px 10px 0;
  padding: 30px 20px;
  height: 350px;
  border: 1px solid #bf8c3b;
  animation-duration: 1.5s;
}
.fw .join .middle .jiameng ul .middle1 li{
  width: 28%;
  margin: 0 2.5%;
}
.fw .join .middle .jiameng ul li i{
  margin: 0 35%;
  float: left;
  width: 90px;
  height: 90px;
  background: #bf8c3b;
  border-radius: 50%;
  box-sizing: border-box;
}
.fw .join .middle .jiameng ul li i b{
  font-size: 56px;
  color: #fff;
  float: left;
  margin: 17px;
}
.fw .join .middle .jiameng ul li .tit{
  float: left;
  width: 100%;
  font-size: 24px;
  padding: 20px 0;
}
.fw .join .middle .jiameng ul li span{
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  padding: 0 10px;
  box-sizing: border-box;
}
.fw .contact{
  width: 100%;
  float: left;
  padding-bottom: 100px;
  position: relative;
  padding-top: 50px;
  /* background: #eeeeee; */
}
.fw .contact .top1{
  top: -100px;
}
.fw .contact .left{
  width: 40%;
  float: left;
}
.fw .contact .left h2{
  font-size: 36px;
  font-family: "zhanghaishan";
}
.fw .contact .left h3{
  font-size: 52px;
  font-family: "Elizabeth Semi-Script";
  margin-top: 20px;
}
.fw .contact .left ul{
  width: 100%;
  float: left;
  margin-top: 20px;
}
.fw .contact .left ul li{
  width: 100%;
  padding: 0 6%;
  box-sizing: border-box;
  line-height: 80px;
  border-bottom: 1px solid #ccc;
  font-family: "zhanghaishan";
  font-size: 20px;
}
.fw .contact .left ul li i{
  margin-right: 5%;
  width: 20%;
  float: left;
}
.fw .contact .left ul .no5{
  float: left;  
  border-bottom: unset;
}
.fw .contact .left ul .no5 i{
  float: left;
}

.fw .contact .left ul .no5 img{
  width: 50%;
  float: left;
}
.fw .contact .right{
  float: right;
  width: 56%;
  height: 500px;
  margin-top: 160px;
}
.n-yf{ width: 100%; float: left; box-sizing: border-box; padding: 0 60px;}
.n-yf .n-yf-l{ width: 747px; float: left;}
.n-yf h2{ font-weight: 700; font-size: 24px; line-height: 30px; margin: 40px 0 20px; float: left;}
.n-yf p{ font-size: 14px; line-height: 24px; color: #666; float: left; margin: 5px 0;}
.n-yf .n-yf-l .img{ margin-top: 10px; float: left;}
.n-yf img{ max-width: 100%;}
.n-yf .n-yf-r{ width: 361px; float: right;}



.eq-list{ width: 100%; float: left; box-sizing: border-box; padding: 0 50px;}
.eq-list h2{ width: 100%; float: left; text-align: center; line-height: 24px; padding: 50px 0; font-weight: 700;}
.eq-list p{ font-size: 14px; text-indent: 2rem; line-height: 24px; color: #666; float: left; margin: 20px 0;}

.eq-list .img{ width: 100%; float: left; text-align: center;}
.eq-list .img img{ max-width: 100%;}



.lxfs{ 
  width: 500px; 
  float: left; 
  margin-top: 50px;
}
.lxfs .lxfs-zt h3{ width: 100%; text-align: left; float: left; font-weight: bold; font-size: 30px; font-family: "Arial Narrow"; text-transform: uppercase; margin-bottom: 50px;}
.lxfs ul{ width: 100%; float: left; font-size: 14px;}
.lxfs ul li{ width: 100%; float: left; line-height: 40px; padding: 30px 0; border-top: 1px solid #ccc;}
.lxfs ul li .tit{ 
  height: 100%; 
  width: 150px; 
  text-transform: uppercase; 
  line-height: 24px; 
  color: #000; 
  float: left; 
  font-size: 16px; 
  font-family: "BellCent","Microsoft YaHei";
}
.lxfs ul li .text{ 
  color: #666; 
  width: 350px; 
  float: left; 
  font-size: 14px; 
  line-height: 24px;
}
.lxfs ul li .text span{ color: #666; width: 100%; float: left; line-height: 24px;}
.lxfs ul li .text .ewm{ float: left; width: 200px; box-sizing: border-box; border: 1px solid #ccc; padding: 8px;}
.lxfs ul li .text .ewm img{ width: 100%; float: left;}
.map{ width: 48%; height: 600px; float: right; margin-top: 50px;}


/* page */
.page_zt {
  width: 100%; 
  float: left;
}
.page_zt {
  width: 100%; 
  display: block; 
  text-align: center; 
  border-top: 1px solid #e9e9e9; 
  border-bottom: 1px solid #e9e9e9; 
  margin: 20px 0;
  padding: 40px 0;
}
.page_zt a{
  padding:8px 10px;
  color: #bf8c3b;
  margin: 20px 5px;
  font-family: "zhanghaishan";
  border: 1px solid #bf8c3b;
  box-sizing: border-box;
}
.page_zt .ym2 { 
  background: #bf8c3b;
  color: #fff;
  box-sizing: border-box;
}
.page_zt .ym:hover,.page_zt .page_next:hover { 
  background: #bf8c3b;
  color: #fff;
  box-sizing: border-box;}


/*download*/
.ny_down img {
  float: left;
}
.ny_down dl {
  width: 60%;
  float: right;
  margin-top: 40px;
}
.ny_down dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.ny_down dl dd{
  font-weight: bold;
  margin-bottom: 10px;
}
.ny_down dl a{
  color: #000;
}