
@charset "UTF-8"; * {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(41, 43, 51, 0.8);
    font-family: Open Sans, Neue Frutiger, Frutiger Next, Frutiger, Myriad Pro, Myriad, San Francisco, Segoe UI, Helvetica Neue, Helvetica, Arial, Verdana, Source Han Sans CN, PingFang SC, Hiragino Sans GB, Wenquanyi Micro Hei, Microsoft YaHei, sans-serif;
 /*   overflow-x: hidden;
    overflow-y: scroll; */
   background-color: white;
    min-width: 1200px;
}

ul, li, ol {
    list-style-type: none;
}

h1, h2, h4, p, ul {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: 0;
}

a:link, a:visited {
    color: rgba(41, 43, 51, 0.8);
     out-line: none;
    text-decoration: none!important;
}

a:hover {
    color: #4aaa44;
}

a img {
    border: none;
}

input, textarea, select {
    outline: none;
    font-family: Open Sans, Neue Frutiger, Frutiger Next, Frutiger, Myriad Pro, Myriad, San Francisco, Segoe UI, Helvetica Neue, Helvetica, Arial, Verdana, Source Han Sans CN, PingFang SC, Hiragino Sans GB, Wenquanyi Micro Hei, Microsoft YaHei, sans-serif;
}

i, u, em, s {
    font-style: normal;
}

/*文字换行*/
.wordBreak {
    word-break: break-all;
}



/*文本超长省略*/
.dan {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}

.shuang {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
img{
  display: block;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------- */
.nav-top-box{
  width: 100%;
  height: 839px;
  background-image: url(../img/index-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.nav-top-box .nav-top{
  width: 100%;
   line-height: 80px;
   position: absolute;
   top: 0;
   color: #FFFFFF;
}
.nav-top-box .nav-top.active{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  color: #333333;
  box-shadow: 1px 1px 1px 1px #eeeeee;
}


.nav-top-box .nav-top>.flex{
  width: 1200px;
  margin: auto;
  justify-content: end;
}
.nav-top-box .nav-top .flex .left{

  /* margin-right: 129px; */
}
.nav-top-box .nav-top .flex .left img{
  width: 48px;
  height: 48px;
  margin-right: 4px;
}

.nav-top-box .nav-top .flex .left .active-img{
  display: none;
}
.nav-top-box .nav-top .flex .left  .active-img2{
  display: block;
}
.nav-top-box .nav-top.active .flex .left .active-img{
  display: block;
}
.nav-top-box .nav-top.active .flex .left .active-img2{
  display: none;
}

.nav-top-box .nav-top .flex .left .name{
 
  font-size: 22px;
}

.nav-top-box .nav-top .flex .right ul{
  width: 780px;
  display: flex;
  align-items: center;
  
  font-size: 15px;
  justify-content: space-evenly; 
}
.nav-top-box .nav-top .flex .right ul li{
  cursor: pointer;
}
.nav-top-box .nav-top .flex .right ul li a{
  color: #FFFFFF;
}
.nav-top-box .nav-top.active .flex .right ul li a{
 color: #333333;
}
.nav-top-box  .nav-top-text{
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 64px;
  font-weight: 600; 
}


.main{
  width: 100%;
}
.home-box .home-one-box{
  width: 1200px;
  margin: auto;
  padding-top: 50px;
}
.home-box.home-one .title,
.home-box.home-tow .title{
  /* margin-top: 93px; */
}
.home-box .home-one-box .title{
  width: 1200px; 
  
  margin-bottom: 29px;
  
}
.home-box .home-one-box .title .title-up{
  font-size: 42px;
  color: #333333;
  font-weight: 700;
}
.home-box .home-one-box .title .title-down{
  font-size: 20px;
  color: #999999;
  line-height: 26px;
}
.home-box .home-one-box .content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-box .home-one-box .content .left{
  width: 46%;
  font-size: 14px;
  line-height: 31px;
  color: #666666;
  margin-bottom: 20px;
}
.home-box .home-one-box .content .right{
  width: 46%;
  
}
.home-box .home-one-box .content .right .right-li{
  width: 100%;
  margin-bottom: 52px;

}  
.home-box .home-one-box .content .right .right-li .right-li-up{
  width: 48px;
  height: 48px;
  display: block;
  margin-right: 27px;
}   
 
.home-box .home-one-box .content .right .right-li .right-li-down{
  flex: 1;
}
.home-box .home-one-box .content .right .right-li .right-li-down .up{
  color: #2C2C30;
  font-size: 24px;
  margin-bottom: 6px;
}  
 .home-box .home-one-box .content .right .right-li .right-li-down .down{
   color: #333333;
   font-size: 14px;
 }   
  
.home-tow{
    width: 100%;
}
.home-bg{
  width: 100%;
  /* height: 693px; */
  background-image: url(../img/index-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-tow .left .left-img{
  
}
  .home-tow .right{
     
  }
 .home-tow .right .p1{
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
  }  
  .home-tow .right .p2{
     color: #666666;
     font-size: 14px;
    line-height: 31px;
   } 
  .home-four{
     background-color: #F6F6FB;
     padding-bottom: 50px;
  }
  .home-four .content{
   width: 100%;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: end;
   
  }
  
  .home-four .content .img{
   /* width: 157px;
   height: 77px; */
   margin-bottom: 37px;
   margin-right: 50px;
   width: 100%;
  }
   .home-four .content .img:nth-child(6n){
     margin-right: 0;
   }
    .home-fif .content{
      
    }
  .home-fif .content .left .map{
    width: 501px;
    height: 287px;
    background-color: red;
    margin-top: 46px;
  }
  
 .home-fif .content .right .right-title{
   font-size: 24px;
   color: #333333;
   font-weight: 700;
   margin-bottom: 39px;
 } 
 .home-fif .content .right .input-div{
   width: 518px;
  line-height: 56px;
  /* height: 56px; */
   display: flex;
   align-items: center;
   margin-bottom: 24px;
    border:2px solid rgba(227,227,227,1);
 } 
  .home-fif .content .right .input-div .input-div-left{
    background-color: #F8233C;
    color: #FFFFFF;
    font-size: 14px;
    width: 96px;
   
    text-align: center;
    
  } 
  .home-fif .content .right .input-div .input-div-right{
    flex: 1;
    width: 100%;
    height: 100%;
   
  } 
  
  .home-fif .content .right .input-div .input-div-right input{
    width: 100%;
    height: 100%;
    border:0px solid rgba(227,227,227,1);
    padding-left: 20px;
    
  }
  .home-fif .content .right .input-div .input-div-right textarea{
    width: 100%;
    height: 100%;
    border:0px solid rgba(227,227,227,1);
    padding-left: 20px;
    resize: none;

    padding: 20px;
    font-size: 14px;
  }
   .home-fif .content .right .input-btn{
     width:168px;
     height:56px;
     background:rgba(248,35,60,1);
     font-size:14px;
     font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
     font-weight:bold;
     color:rgba(255,255,255,1);
     line-height:56px;
     margin: 38px auto ;
     text-align: center;
     cursor: pointer;
   } 
  
  
  .footer{
    width:100%;
    height:106px;
    background:rgba(51,51,51,1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size:22px;
    font-family:MicrosoftYaHei;
    color:rgba(255,255,255,1);
  }
  
  .footer img{
    width: 18px;
    height: 16px;
    margin-right: 1px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
  }
  
  
  
  
  
  
  
  
  
  
  
  



