html {
    color: #000;
    font-size: 16px;
  }
  
  body,
  ul,
  ol,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figure,
  form,
  fieldset,
  legend,
  input,
  textarea,
  button,
  p,
  blockquote,
  th,
  td,
  pre,
  xmp {
    margin: 0;
    padding: 0
  }
  img,
  object,
  input,
  textarea,
  button,
  select {
    vertical-align: middle
  }
  a {
  text-decoration: none
}  
li{
    list-style:none;
}
body{
    background: #fff;
}
.index-container{
    position: relative;
}
/* header */
.index-container .header{
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    border: 0;
    font-size: 0;
    width: 100%;
}
.index-container .g-container {
    position: relative;
    width: 1200px;
    margin: auto;
}
.header .logo {
    float: left;
    margin: 20px 0;
    width: 168px;
    height: 40px;
}
.header .logo-wrap {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo.png);
    -webkit-transition: height .6s;
    transition: height .6s;
    border: 0;
    background-size: 100% 100%;
    /* color:#61B430; */
    /* height: 30px; */
    transform: scale(0.8)
}
.header .nav {
    float: right;
    height: 80px;
    -webkit-transition: all .6s;
    transition: all .6s;
    
}
.header .nav>ul{
    display: flex;
}
.header .nav .nav-item {
    position: relative;
    /* display: inline-block; */
    /* width: 106px; */
    height: 80px;
    margin-left:20px;
    text-align: center;
    width: 88px;
}
.header .nav .nav-item>a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    line-height: 80px;
}
.header .nav .nav-item.active a{
    color: #17457C ;
    background: #61B430;
    border-radius: 20px;
    padding: 4px 12px;
    color:#fff;
    
}
/* .header .nav .nav-item.active{ 
   
    border-bottom: 2px solid #17457C ;
} */

.header .nav .nav-item:hover{
    /* color: #17457C ;
    border-bottom: 2px solid #17457C ; */
}
/* .header .nav .nav-item>a:hover{
    color: #17457C ;
    border-bottom: 1px solid #17457C ;
} */
#sub-nav {
    background-color: #fff;
    top: 55px;
    position: absolute;
    width: 114px;
    overflow: visible;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    font-size: 14px;
    padding: 0 10px
}
#sub-nav .sub-nav__link.active { color: #17457C ;}
#sub-nav .sub-nav__link:hover{color: #17457C ;}
#sub-nav .sub-nav__link {
    position: relative;
    margin: 0;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-bottom: 1px #ededed solid;
    word-break: keep-all;
    cursor: pointer;
}

.f-none{
    display: none;
}


/* footer */
.footer{
    position: relative;
    height: 270px;
    background: #F9F9F9;
    
    
}
.follow-me {
    background: url('./../images/sy_lianxiwomen.png');
    height:420px;
}
.follow-me .g-container{
    width: 1200px;
    color: #fff;
    margin: 0 auto;
}
.follow-me .title{
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}
.follow-me .contact {
    padding: 20px;
    font-size: 24px;
    line-height: 50px;
}
.footer .g-container {
    position: relative;
    width: 1200px;
    margin: auto;
}
.footer .g-container .footer-top{
    overflow: hidden;
    height: 160px;
    padding-top: 70px; 
}
.footer-top >div{
    float: left;
}
.footer  .footer-top .footer-logo{
    width: 50%;
}
.footer  .footer-top .footer-logo img{
    vertical-align: text-bottom;
    /* margin-right: 10px; */
    transform: scale(0.8)
}
.footer  .footer-top .contact{
    width: 30%;
}
.footer-logo p{
    margin-top: 30px;
}
.footer-top .follow{
    width: 20%;
}
.footer-top h4{
    margin: 0;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    margin-bottom: 20px;
}
.footer-top li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.footer p.f-mgb-20 {
    font-size: 12px;
    color: #333;
    /* line-height: 100px; */
    /* margin-bottom: 30px; */
    text-align: center;
    /* margin-top: 20px; */
    /* position: absolute;
    top: 295px;
    left: 50%; */
}

/* main */
.index-page{
    position: relative;
    /* margin-top: 60px; */
}
.banner_img{
    background-image: url(../images/sy_banner.png);
    height: 900px;
    color: #fff;
    text-align: center;
    position: relative
}
.banner_img h1{
    font-size: 60px;
    /* position: absolute; */
    /* top:20%; */
    padding-top: 15%;
}
.banner_img .subtitle{
    /* position: absolute; */
    /* top:15%; */
    font-size: 48px;
    padding-top: 10px;
}
.banner_img .bottom{
    font-size: 30px;
    /* margin-top: 10px; */
    /* position: absolute; */
    /* bottom: 10%; */
    /* left:121px; */
    text-align: center;
    padding-top: 15%;
}
.section{
    height: 900px;
}
.bg-section{
    background: #F5F5F9;
}
.product-intro{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    
}
.product-intro .title{
    font-size: 40px;
    color: #333;
    text-align: center;
    padding-top: 20px;
}
.product-intro .title p{
    font-size: 24px;
    color: #999;
}
.product-intro .float-lf{
    float: left;
}
.product-intro .float-rt{
    float: right;
}
.margin-top-20{
    margin-top: 20%;
}
.margin-top-10{
    margin-top: 10%;
}
.product-intro .intro{
    width: 37%;
    padding-left: 30px;
    
   
    /* display: table-cell;
vertical-align: middle; */

}
.product-intro .intro h1{
    font-size: 40px;
    font-weight: 500;
}
.product-intro .intro b{
    width: 60px;
    height: 1px;
    background: #333;
    display: inline-block;
}
.product-intro .intro ul{
    overflow: hidden;
    margin: 20px 0;
}

.product-intro .intro li{
    float: left;
    padding: 0px 12px;
    background: #61B430;
    border-radius: 20px;
    color: #fff; 
    margin-right: 20px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.product-intro .intro p{
    line-height: 35px;
    color:#666;
}
.product-intro >.img{
    width: 60%;
    vertical-align: middle;
    position: relative;
    
}
.product-intro >.img img{
    transform: scale(0.8)
}
.product-intro .detail{
    color:#61B430;
    font-size: 16px;
    padding-top: 20px;

}
.product-intro .detail img{
    width: 18px;
    height: 14px;
}


/* serviceCase */
.service-title{
    height: 500px;
    background-image: url(../images/cp_banner.png) ;
    background-size: 100% 100%;
    text-align: center;
    line-height:  500px;
    color: #fff;
    
}

.service-content{
    
    text-align: center;
    
}
.service-content .content{
    width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.service-content h3{
    font-size: 40px;
    color: #61B430;
    padding-top: 60px;

}
.service-content .text{
    width: 1024px;
    line-height: 36px;
    font-size: 24px;
    color:#666;
    margin: 0 auto;
    margin-top:30px;
    text-align: left;
}
.service-content img{
    margin-top: 60px;
}



/* companyintro */
.companyintro .service-img{
    height: 502px;
    background-image: url(../images/al_banner.png) ;
    background-size: 100% 100%;
    text-align: center;
    line-height:  502px;
    color: #fff;
}
.classic-list{
    text-align: center;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 60px;
    
}
.classic-list>li{
    display: flex;
    padding-top: 60px;

}
.classic-list>li>img{
    width: 310px;
    height: 397px;
    vertical-align: middle;
    margin-top: 0;

}
.classic-list>li >div{
    flex: 1;
    padding-left: 50px;
    text-align: left;
    padding-top: 120px;
}
.classic-list>li >div p{
    font-size: 24px;
    color: #61B430;
    margin-bottom: 20px;
}
.classic-list>li >div li{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

/*  */
.company-contact{
    /* background-image: url(../images/lxwm@2x.png);
    height: 600px;
    background-size: 100% 100%;  */
}
.contactUs{

}
.contactUs-img{
    height: 502px;
    background-image: url(../images/gyhr_banner.png) ;
    background-size: 100% 100%;
    text-align: center;
    line-height:  502px;
    color: #fff;
}
.contactUs-content{
    width: 1200px;
    margin: 0 auto;
    
    padding: 60px 0;

}
.contactUs-content .content{
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}
.contactUs-content .content h3{
    font-size: 40px;
    color: #61B430;
    text-align: center;
    padding-bottom: 40px;

}
.footnum{
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}