* {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: circle;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}

a {
  text-decoration: none;
  color: #939393;
}

/* 隐藏滚动条 */
::-webkit-scrollbar {
  display: none;
}

/* 最大盒子 */
#page_div {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) 
{
   #page_div  #footer
    {
      padding:40px 60px;  
    }
    .news_div .news_cont{
        margin:50px auto;
    }
    .news_div .news_cont .news_cont_right h2
    {
        height: 50px;
    }
    .news_div .news_cont .news_cont_left nav
    {
        height: 85px;
        line-height: 85px;
    }
    .news_div .news_cont .news_cont_left
    {
         width: 55%;
    }
    .news_div .news_cont .news_cont_right{
        width: 35%;
    }
    .news_div .news_cont .news_cont_right .issures_div
    {
        padding: 5px 20px;
    }
    .poster_div .poster .poster_left .poster_left_div1
    {
        margin: 0 0 40px 0!important;
    }
}
@media only screen and (max-width: 1366px) 
{
   #page_div #header{
        width: 90% ;
    }
    .info_div .info_div_right .right_text
    {
        margin-top:10px;
    }
    .poster_left
    {
        width: 25%;
        display: flex;
        flex-direction: column;
    }
    .poster_left_div2 a img{
        width: 100%;
    }
   .poster_cont .poster_cont_div1 a img
    {
        width: 100%;
        margin: 0 0 0 0;
    }
     .poster_cont .poster_cont_div2 a img
    {
        width: 100%;
        margin: 0 0 0 0;
    }
    .poster_right .poster_right_img a img
    {
        width: 100%;
    }
    .news_div .news_cont{
        width: 80%;
        display:flex;
        flex-direction: row;
        flex-flow: nowrap;
        justify-content: space-around;
    }
    .news_div .news_cont .news_cont_left
    {
        width: 58%;
    }
    .news_div .news_cont .news_cont_right
    {
        width: 40%;
    }
    
}

@media only screen and (max-width: 1536px) 
{
    .info_div .info_content .info_div_right .right_text
    {
        line-height:25px;
    }
    .poster_div .poster_left .poster_left_div2 a img
    {
     width: 100%;
    }
    .poster_div  .poster_right .poster_right_img a img
    {
        width: 100%;
    }
    .news_div .news_cont .news_cont_right h2
    {
        height: 47px;
    }
     .news_div .news_cont{
         margin: 50px auto;
     }
    .news_div .news_cont .news_cont_left
    {
        width: 60%;
    }
    .news_div .news_cont .news_cont_right
    {
        width: 35%;
    }
    .news_div .news_cont .news_cont_right .issures_div
    {
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 1745px) 
{
    .poster_div .poster .poster_left .poster_left_div1
    {
        margin: 0 0 60px 0;
    }
    #footer >.foot_left
    {
        width: 24%!important;
    }
}

/* 头部 */
#header {
  /*width: auto;*/
  width: 80%;
  margin: auto;
  height: 90px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /*padding: 0 135px;*/
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
 
}

.head_logo {
  /*width: 210px;*/
  /*height: 77px;*/
  width: 25%;
}

.head_logo>a img {
  /*width: 100%;*/
  height: 50%;
}

/* 头部标题部分 */
.main-ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  height: 90px;
  width: 68%;
}

.main-ul .li {
  display: inline-block;
  cursor: pointer;
  /*鼠标变手型*/
  /*min-width: 137px;*/
  text-align: center;
  color: #939393;
  height: 90px;
  line-height: 90px;
  position: relative;
  width: 14%;
}

.main-ul .li a {
  font-size: 18px;
  
  
}



/*.main-ul .li:after{*/
/*  content: '';*/
/*  width: 2px;*/
/*  height: 20px;*/
/*  background: #939393;*/
/*  color: #939393;*/
/*  position: absolute;*/
/*  top: 40%;*/

/*}*/

.main-ul .li>a::after {
  content: '';
  width: 2px;
  height: 20px;
  background: #939393;
  color: #939393;
  position: absolute;
  top: 40%;
  right: 0;
  /*border: 1px solid  #939393;*/
  transform: scale(0.5,1);
}

/*.main-ul .li:last-child>a::after {*/
/*  content: '';*/
/*  width: 0px;*/
/*  height: 0px;*/
/*  background: #939393;*/
/*  color: #939393;*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  margin-left: 10px;*/
/*}*/

/* 第二个元素开始 */
/* 二级菜单部分 */
.main-ul .li:hover {
  color: #672d15;
  /* border-bottom: 4px solid #228DF0; */
}

.main-ul .li a:hover {
  display: block;
  transition: all 10s;
  color: #672d15;
}

.main-ul .li .on {
  color: #672d15;
}

/* 二级菜单样式 */
.main-ul .li .span-div {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* height: 250px; */
  position: absolute;
  /*top: 0;*/
  left: 0;
  /* display: flex; */
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* box-shadow: 1px 1px 1px #fff; */
}

.main-ul-span-li {
  /* margin: 30px; */
  /* width: 200px;
  height: 150px; */
  /* border: 1px solid #000; */
  color: #000;
  line-height: 45px;
  /* position: relative; */
}

.main-ul-span-li img {
  width: 200px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
}

.bj {
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.typename {
  /* width: 200px;
  height: 150px; */
  color: #fff;
  z-index: 1;
  /* position: absolute;
  top: 0;
  left: 0; */
}


/* 内容 */
#content {
  width: auto;
  height: auto;
  overflow: scroll;
}

/* 第一页内容开始 */
/* 第一页轮播图部分 */
.swiper-container {
  width: 100%;
  /*height: 1080px;*/
  display: flex;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 轮播图片大小 */
.lunboimg {
  /*width: 1920px;*/
  /*height: 1080px;*/
  width: 100%;
}

/* 轮播图左右按钮 */
/* .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 1.5%;
  left: auto;
  color: rgba(0, 0, 0, 0)!important;
  background-image:url("../state/next.png") center center no-repeat;
  background-size: 30px 30px;
}
.swiper-button-prev{
  right: 1.5%;
  left: auto;
  color: rgba(0, 0, 0, 0)!important;
  background-image:url("../state/preV.png") center center no-repeat;
  background-size: 30px 30px;
} */
.high_end_div {
  width: 100%;
  /* height: 600px; */
  /* margin: 0 0 398px 0; */
}

.high_end_div>.high_end_title {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.high_end_title>.end_title1 {
  width: 0px;
  height: 50px;
  border: 1px solid #7E6B5A;
  margin: auto;
}

.end_title2 {
  font-size: 3.125rem;
  color: #9A8874;
  font-weight: 100;
  margin-top: 50px;
}

.end_title3 {
  font-size: 1rem;
  color: #939393;
  width: 75%;
  margin: auto;
  white-space: pre-wrap;
  line-height: 30px;
}

.high_end_cont {
  width: 100%;
  /* height: 677px;
  margin: 45px 0; */
    position: relative;
}

.high_end_cont img {
  width: 100%;

}

.high_end_cont  .imgnav{
    
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    align-content: center;
    justify-content: space-around;
    position: absolute;
    top: 40%;
    left: 10%;
}
.high_end_cont  .imgnav .navlink
{
    border: 1px solid #FFFFFF;
    padding: 15px 30px;
    color:  #FFFFFF;
    font-size: 20px;
}
.high_end_cont  .imgnav .navlink:hover{
    background: #9A8874;
    color: #FFFFFF;
    border: 1px solid #9A8874;
}

/* 20年品牌发展 */
.brand_div {
  width: 80%;
  margin: 50px auto;
  text-align: center;
  /* padding: 84px 0 77px 0; */
  box-sizing: border-box;
}

.brand_div>.brand_title {
  color: #9A8874;
  font-size: 3.125rem;
  font-weight: 100;
}

.brand_div>.brand_title>span {
  font-size: 97px;
  color: #9A8874;
}

.brans_subtitle {
  color: #939393;
  width: 80%;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  /* font-weight: 100; */
  font-size: 1rem;
}

.brand_subdiv {
  width: 80%;
  /* height: 124px; */
  display: flex;
  align-items: center;
  /* margin: 0 auto 123px; */
  margin: 50px auto;
  flex-direction: row;
  flex-wrap: nowrap;
}

.brand_subdiv>div:nth-child(2) {
  border-right: 2px solid #9A8874;
  border-left: 2px solid #9A8874;
  padding: 0 25px;
  box-sizing: content-box;
}

.brand_subdiv>.subdiv_cont {
  margin: 0 auto;
  text-align: center;
  width: 33.3%;
  box-sizing: border-box;

  color: #9A8874;
}

#ch2 {
  font-size: 4.125rem;
  font-weight: 100;
}

.brand_subdiv>.subdiv_cont>.unit {
  font-size: 4.125rem;
  font-weight: 100;
}

#ch3 {
  font-size: 4.125rem;
  font-weight: 100;
}

#ch4 {
  font-size: 4.125rem;
  font-weight: 100;
}

.subdiv_cont>span {
  font-size: 1rem;
  /* font-weight: 100; */
}

.subdiv_cont>p {
  font-size: 1rem;
  /* font-weight: 100; */
  color: #939393;
}

/* 关于森达--海报简介 */
.info_div {
  width: 100%;
  height: 700px;
  background-image: url(/template/jiaju/images/banner.png);
  background-size: 100% 100%;
}

.info_title {
  width: 100%;
  /* height: 190px; */
  text-align: center;
  color: #FFFFFF;
  /* padding: 66px 40px; */
  /* box-sizing: border-box;
  font-size: 23px; */
  padding: 30px 0 0 0;
}

.title1 {
  font-size: 3.125rem;
  font-weight: 100;
}

.title2 {
  font-size: 1rem;
  font-weight: 100;
}

.info_content {
  width: 85%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
}

.info_content .info_div_left {
  width: 25%;

}

.info_content .info_div_left>img {
  width: 80%;
  padding-left: 30px;

}

.info_content .info_div_right {
  padding: 80px;
  width: 75%;
}

.info_div_right>.right_text {
  font-size: 16px;
  color: #939393;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-indent: 2em;
  line-height: 30px;
  margin-top: 20px;
}

.right_img {
  margin-top: 30px;
  width: 199px;
  height: 42px;
}

.right_img:hover img {

  /* transform: scale(1.2); */
  transform: translateX(20px);
  transition-duration: 2s;
}

.right_img>img {
  width: 100%;
  height: 100%;
}

/* 森达在您身边 */
.shortcut_div {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.shortcut_div>.cut_title1 {
  width: 0px;
  height: 50px;
  border: 1px solid #7E6B5A;
  margin: auto;
  /* margin: 47px auto 35px; */
}

.shortcut_cont {
  width: 80%;
  /* height: 308px; */
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.shortcut_cont>div:nth-child(n+2)>div {
  border-left: 1px solid #cbc9c7;
}

.shortcut_cont_div {
  width: 24%;
}

.cont_div_1 {
  /*width: 300px;*/
  /*height: 120px;*/

}

.cont_div_1:hover .cont_img {
  animation-name: move;
  animation-duration: 1s;
}

/*@keyframes move {*/

  /* 初始状态 */
/*  0% {*/
/*    transform: rotate(0deg);*/
/*  }*/

/*  50% {*/
/*    transform: rotate(180deg);*/

/*  }*/

  /* 结束状态 */
/*  100% {*/
/*    transform: rotate(360deg);*/
/*  }*/
}



.shortcut_cont .shortcut_cont_div>a>.cont_div_1>.cont_bt {
  margin: 20px 0 0 0;
  font-size: 16px;
  color: #000;
}

.cont_div_2 {
  margin: 20px 0 0 0;
  /*width: 300px;*/
  /*height: 30px;*/
}

.cont_div_2>img {
  width: 15px;
  height: 15px;
}

.cut_title3 {
  /* font-size: 18px;
  color: #939393;
  width: 40%;
  margin: 0 auto; */
  font-size: 1rem;
  color: #939393;
  width: 75%;
  margin: auto;
  /* white-space: pre-wrap; */
  line-height: 30px;
}

.cont_img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  /*border: 1px solid #000;*/
}

.cont_img>img {
  width: 100%;
  height: 100%;
}




.cont_icon2{
    display: none;
}

.cut_title2 {
  font-size: 3.125rem;
  font-weight: 100;
  color: #9A8874;
  margin-top: 50px;
}

/* 大海报--图片 */
.poster_div {
  width: 100%;
  /*height: 813px;*/
  background-image: url(/template/jiaju/images/banner1.png);
  background-size: 100% 100%;
  /*margin: 59px 0 0 0;*/
  /*padding: 30px 158px;*/
  /*box-sizing: border-box;*/
  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-wrap: nowrap;*/
  /*justify-content:space-around;*/
  /*align-items: center;*/
}
.poster{
    width: 90%;
    margin:auto;
    padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content:space-around;
  /*align-items: center;*/
}
.poster_left
{
    width: 29%;
    display: flex;
    flex-direction: column;
    
}
.poster_cont
{
    width: 40%;
}
.poster_right{
    width: 29%;
}
/* 左侧部分 */
.poster_left>.poster_left_div1 {
  /*width: 226px;*/
  /*height: 63px;*/
  /*border: 1px solid #FFFFFF;*/
  color: #FFFFFF;
  display: flex;
  /*justify-content: space-around;*/
  /*align-items: center;*/
  font-size: 24px;
  margin: 0 0 90px 0;
}

.poster_left>.poster_left_div1 a {
  color: #fff;
  border: 1px solid  #FFFFFF;
  padding: 20px 30px;
}

.poster_left>.poster_left_div1 a:hover {
  background: #672d15;
}

.poster_left_div2:hover img {
  /*transform: scale(1.1);*/
  /*transition-duration: 2s;*/
}

.poster_left_div3:hover img {
  /*transform: scale(1.1);*/
  /*transition-duration: 2s;*/
}

.poster_cont_div1:hover img {
  /*transform: scale(1.1);*/
  /*transition-duration: 2s;*/
}

.poster_cont_div2:hover img {
  /*transform: scale(1.1);*/
  /*transition-duration: 2s;*/
}

.poster_right_img:hover img {
  /*transform: scale(1.1);*/
  /*transition-duration: 2s;*/
}


.poster_left_div1>img {
  width: 45px;
  height: 12px;
}

.poster_left_div2>img,
.poster_left_div3>img,
.poster_cont_div1>img,
.poster_cont_div2>img,
.poster_right_img>img {
  width: 100%;
  height: 100%;
}

.poster_left_div2 {
  width: 100%;
  /*height: 279px;*/
  /*margin: 60px 0 0 0;*/
}
.poster_left_div2 img
{
    width: 100%;
}
.poster_left_div3 {
  width: 100%;
  /*height: 319px;*/
  /*margin: 10px 0 0 0;*/
}
.poster_left_div3 img{
    width: 100%;
}

/* 中间图片部分 */
.poster_cont_div1 {
  width: 100%;
  /*height: 421px;*/
}

.poster_cont_div1 a img{
    width: 100%;
    margin: auto;
    /*margin: 0 0 0 80px;*/

}



.poster_cont_div2 {
  /*margin: 10px 0 0 0;*/
  width: 100%;
  /*height: 319px;*/
}
.poster_cont_div2 a img{
    width: 100%;
    margin: auto;
    /*margin: 0 0 0 80px;*/

}

/* 右侧部分 */
.poster_right>.poster_right_img {
  width: 100%;
  /*height: 523px;*/
}
.poster_right>.poster_right_img img
{
    width: 100%;
}
.poster_right_text {
  /*margin: 59px 0 0 0;*/
  width: 100%;
  /*height: 113px;*/
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 定制流程 */
.order_process {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.order_title {
  /* height: 80px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9A8874;
}

.title_text>p:nth-child(1) {
  font-size: 3.125rem;
  font-weight: 100;
}

.title_text>p:nth-child(2) {
  font-size: 1rem;
}

.title_line {
  width: 40%;
  height: 0px;
  border: 1px solid #9A8874;
  /* margin: 47px auto 35px; */
}

/* 定制流程icon部分 */
.order_step {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 70px auto 0;
  color: #000000;
}

.order_step_cont>img {
  width: 52px;
  height: 50px;
}

.step_cont_p1 {
  font-size: 18px;
  margin: 8px 0;
}

.step_cont_p2 {
  font-size: 14px;
}

/* 海报--20年全屋定制 */
.banner_div {
  margin: 52px 0 0 0;
  width: 100%;
  height: 217px;
  background: #D9D9D9;
  display: flex;
}

.banner_div_left {
  width: 571px;
  height: 217px;
  background-image: url(/template/jiaju/images/banner2.png);
  background-size: 100% 100%;
  font-size: 35px;
  text-align: center;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 39px 0;
}

.banner_div_left>p {
  font-size: 3.125rem;
  font-weight: 600;
  font-style: italic;
}

.banner_div_right {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 53px 0 48px;
  box-sizing: border-box;
}

.right_title {
  font-size: 36px;
}

.right_inp {
  margin: 38px 0 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.right_inp>.input {
  width: 305px;
  height: 44px;
  color: #FFFFFF;
}

.right_inp>.input>input {
  width: 305px;
  height: 44px;
  background: #676767;
  border-radius: 10px;
  border: none;
  padding-left: 20px;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 20px;
}

.right_inp>.btn {
  width: 176px;
  height: 44px;
  background: #9A8874;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  border: 0px;
}

/* 森达家居· 新闻资讯 */
.news_div {
  width: 100%;
  height: 698px;
  margin: 84px auto 0;
  text-align: center;
}

.news_title {
  font-size: 3.125rem;
  font-weight: 100;
  color: #9A8874;
}

.news_cont {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 60px auto 0;
}

/* tab切换选项卡 */
.news_cont_left {
  /*width: 800px;*/
  box-sizing: border-box;
  width: 60%;
}

.news_cont_left nav {
  height: 52px
  text-align: center;
  line-height: 52px;
  overflow: hidden;
  border-bottom: 2px solid #641C1E;
  /* 伸缩盒模型 */
  display: flex;
}

.news_cont_left nav a {
  display: block;
  width: 150px;
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

nav a.active {
  background: #641C1E;
  color: #FFFFFF;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news_cont_left>.cont {
  overflow: hidden;
  display: none;
  color: #909298
}

/* tab--公司新闻--内容 */
.company_top {
  border-bottom: 1px dashed #D9D9D9;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.company_top>.top_img {
  width: 40%;
  margin: 20px auto;
}

.top_img a>img {
  width: 100%;
  height: 152px;
}

.top_text {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.top_text p {
  text-align: left;
}

.top_text:hover p a {
  color: #672d15;
}

.top_text>p a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.top_text>div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  margin: 30px 0;
  font-size: 14px;
}

.company_bottom {
  padding: 20px 0;
  box-sizing: border-box;
}

/* .company_bottom ul{
  list-style-type: circle;
} */
.company_bottom ul li {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
}

.company_bottom ul li>span:nth-child(1) .dot {
  width: 6px;
  height: 6px;
  border: 1px solid #676767;
  border-radius: 50%;
}

.company_bottom ul li:hover span:nth-child(1) a {
  color: #672d15;
}

.company_bottom ul li>span:nth-child(1) a {
  color: #000;
  padding-left: 10px;
  font-size: 15px;
}

.company_bottom ul li>span:nth-child(1) {
  display: flex;
  align-items: center;
  color: #939393;

}

.company_bottom ul li>span:nth-child(2) {
  color: #939393;
  font-size: 16px;
}

h2 {
  /*width: 500px;*/
  text-align: left;
  /*margin: 0 0 10px 0;*/
  font-size: 18px;
  height: 55px;
  line-height: 55px;
}

.issures_div {
  box-sizing: border-box;
  /*width: 500px;*/
  /*height: 410px;*/
  border-top: 2px solid #4C0808;
  border-right: 1px solid #939393;
  border-left: 1px solid #939393;
  border-bottom: 1px solid #939393;
  padding: 25px 20px;
}

.issures_div_cont {
  height: 130px;
  text-align: left;
  box-sizing: border-box;
}

.issures_div>div:nth-child(n+2) {
  border-top: 1px dashed #939393;
  padding: 15px 0;
}

.cont_Q:hover a {
  color: #672d15
}

.cont_Q {
  display: flex;
}

.cont_Q>div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
}

.cont_Q>div a {
  color: #000;
}

.cont_Q>span {
  width: 30px;
  height: 30px;
  background-color: #5E1113;
  color: #FFFFFF;
  margin: 0 10px 0 0;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.cont_A {
  display: flex;
  margin: 10px 0 0 0;
}

.cont_A>div {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #909298;
}

.cont_A>span {
  width: 30px;
  height: 30px;
  background-color: #393939;
  color: #FFFFFF;
  margin: 0 10px 0 0;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

/* 底部-量尺，投资 */
.invest_div {
  width: 100%;
  height: 139px;
  background: #B2B2B2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #FFFFFF;
  padding: 0 100px;
  box-sizing: border-box;
}

.invest_div_left {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-right: 2px solid #767676;
}
.invest_div_left:hover
{
    cursor:pointer;
}
.invest_div_right:hover{
    cursor:pointer;
}

.left_yuyue {
  display: flex;
  align-items: center;
}

.left_yuyue>div {
  margin: 30px 100px 0 30px;
}

.left_yuyue>div>p:nth-child(1) {
  font-size: 20px;
}

.left_yuyue>div>p:nth-child(2) {
  font-size: 15px;
}

.invest_div_right {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.invest_div_right {
  border: none;
}








/* 第一页内容结束 */

/* 底部 */
#footer {
  width: auto;
  height: 398px;
  background: #181819;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding: 70px 135px;
  box-sizing: border-box;
}

.foot_left {
  width: 20%;
}

.foot_left>.left_div1 {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.foot_left>.left_div1>img {
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
}

.foot_left>.left_div2 {
  opacity: 1;
  font-size: 15px;
  margin: 20px 0 0 0;
}

.foot_left>.left_div2 p:nth-child(1)
{
    font-size: 30px;
    line-height: 35px;
}
.foot_left>.left_div2 p:nth-child(2)
{
     opacity: 0.4;
    font-size: 16px;
    line-height: 30px;
}
.foot_left>.left_div2 p:nth-child(3)
{
     opacity: 0.4;
    font-size: 16px;
    line-height: 30px;
}


.foot_left>.left_div3 {
  margin: 35px 0 0 0;
  /* width: 211px; */
  height: 45px;
  background: #CE0E05;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_left>.left_div3 a {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.foot_left>.left_div3>a>img {
  width: 37px;
  height: 37px;
  margin: 0 10px 0 0;
}

/* 底部中间内容开始 */
.foot_cont {
  width: 76%;
  display: flex;
  justify-content: space-around;
}

.cont_div>.title {
  font-size: 18px;
}

.cont_div>.sub_title {
  margin: 20px 0 0 0;
  opacity: 0.4;
}

.sub_title>p {
  margin: 0 0 10px 0;
}

.sub_title>p a {
  color: #FFFFFF;
}

/* 底部中间部分结束 */
.foot_right {
  width: 20%;
  display: flex;
  justify-content: space-around;
}

.foot_right>.foot_right_div {
  width: 100px;
  text-align: center;
}

.foot_right_div>img {
  width: 100px;
  height: 100px;
  margin: 10px 0;
}

.foot_right_div>p {
  opacity: 0.4;
}

/* 轮播图 */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url('/template/jiaju/images/preV.png') !important;
  width: 90px !important;
  height: 180px !important;
  background-size: 100% 100% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url('/template/jiaju/images/next.png') !important;
  width: 90px !important;
  height: 180px !important;
  background-size: 100% 100% !important;
}

/* 弹出层*/
#popUpBox {
  position: absolute;
  top: 40%;
  left: 60%;
  width: 25%;
  /*height: 475px;*/
  margin: 0 auto;
  /*background-image: url('/template/jiaju/images/fromimg.png');*/
  /*background-repeat: no-repeat;*/
  /* box-shadow: 1px 1px 1px 1px  #FFFFFF; */
  border-radius: 10px;

}

.close {
  width: 40px;
  height: 40px;
}

.close img {
  width: 40px;
  position: absolute;
  top: -15px;
  right: -15px;
}

.form-bt {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;

}

.form-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-list .input {
  width: 90%;
  margin: auto;
  margin-top: 20px;
}

.form-list .input input {
  width: 100%;
  height: 40px;
  margin: auto;
  border: 0px;
}

input::-webkit-input-placeholder {
  color: #928e8e;
  font-size: 16px;
  padding-left: 10px;

}


.form-list .btn {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background: #6a311a;
  border: 0px;
  color: #FFFFFF;
}


.about-banner{
    width: 100%;
}
.about-banner img{
    width: 100%;
}
