/******基本默认样式*******/
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, pre, form, fieldset, legend, button, input, textarea, th, td, ol {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font: 12px "微软雅黑";
    color: #333;
    line-height: 1.5;
    overflow-x: hidden;
}
ol, ul, li {
    list-style-type: none;
    vertical-align: middle;
}
img {
    vertical-align: top;
    border: 0; width: auto;
    max-width: 100%;
    height: auto;
}
#banner img{width: 100%;}
.container {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
 /* 悬浮样式 */
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #fff;
    transition: box-shadow 0.2s;
}
.header {
    background-color: #f8f8f8;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.header .h-nav ul {
    list-style: none;
    display: flex;
}
.header .h-nav ul>li {
    margin: 0px 30px;
    position: relative;
}
.header .h-nav ul a {
    text-decoration: none;
    color: #333;
    line-height: 50px;
    font-size: 20px;
}
.header .h-nav ul a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 4px;
  border-radius: 5px;
  background: #0095FF;
}
.header .h-nav ul>li:hover > a {
  color: #0095FF;
}
.header .h-nav ul>li:hover > a:after {
  width: 80%;
  left: 10%;
}


#index-body .i-num{
    
}
#index-body .i-num .numBoxs{
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
    margin-top: -70px;
    position: relative;
    z-index: 2;
    padding: 50px 40px;
    border-radius: 30px;
}
#index-body .i-num .i-item{
    padding-left: 80px;
}
#index-body .i-num .i-item1{
    background: url('./images/icon_1.png') no-repeat left center;
}
#index-body .i-num .i-item2{
    background: url('./images/icon_2.png') no-repeat left center;
}
#index-body .i-num .i-item3{
    background: url('./images/icon_3.png') no-repeat left center;
}
#index-body .i-num .i-item4{
    background: url('./images/icon_4.png') no-repeat left center;
}
#index-body .i-num .i-item h2{
    font-size: 36px;
}
#index-body .i-num .i-item h2{
    font-size: 32px;
}
#index-body .i-num .i-item p{
    font-size: 18px;
}
#index-body .i-gtit{
    text-align: center;
    padding: 90px 0px;
}
#index-body .i-gtit h2{
    font-size: 36px;
}
#index-body .i-gtit p{
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    text-transform: uppercase;
}
#index-body .i-employment{
    background-color: #FAFAFA;
    padding: 90px 0px;
}
#index-body .i-itit{
    text-align: center;
    margin-bottom: 50px;
}
#index-body .i-itit h2{
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
}
#index-body .i-itit h2 img{
    width: 70px;
    vertical-align: middle;
    margin: 0px 20px;
}
#index-body .i-itit p{
    font-size: 18px;
}
#index-body .employment-boxs{
    align-items: stretch;
}
#index-body .employment-boxs .e-item{
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    width: 30%;
}
#index-body .employment-boxs .e-item h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}
#index-body .employment-boxs .e-item p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
    text-align: left;
}
#index-body .employment-boxs .e-item .em-bott{
    text-align: left;
}
#index-body .employment-boxs .e-item .em-bott span{
    display: inline-block;
    border: solid 1px #007BFF;
    color: #007BFF;
    padding: 8px 16px;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;

}
#index-body .i-feature{
    padding: 90px 0px;
}
#index-body .i-feature h4{
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center;
}
#index-body .i-product{
   padding: 90px 0px; 
   background: url('./images/pro-bg1.png') no-repeat center top;
}
#index-body .i-product2{
    background: url('./images/pro-bg2.png') no-repeat center top;
}
#index-body .i-product3{
    background: url('./images/pro-bg3.png') no-repeat center top;
}
#index-body .i-product .pro-cate-boxs{
    margin-bottom: 60px;
}
#index-body .i-product .pro-cate-boxs .pro-cate{
    width: 30%;
    text-align: center;
    cursor: pointer;
}
#index-body .i-product .pro-cate-boxs .pro-cate p{
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#index-body .i-product .pro-cate-boxs .cateActive .bor{
    display: block;
    width: 60px;
    height: 5px;
    background-color: #0095FF;
    margin: 0px auto;
    border-radius: 5px;
}
#index-body .i-product .pro-text-boxs .text-pro{
    display: none;
}
#index-body .i-product .pro-text-boxs .isshow{
    display: block;
}

#index-body .i-product .pro-text-boxs .text-pro .p-tit{
    margin-bottom: 40px;
}
#index-body .i-product .pro-text-boxs .text-pro .p-tit h4{
    font-size: 28px;
    font-weight: normal;
}
#index-body .i-product .pro-text-boxs .text-pro .p-tit p{
    font-size: 16px;
    color: #666;
}
#index-body .i-product .pro-text-boxs .text-pro .text1{
    margin-bottom: 60px;
}
#index-body .i-product .pro-text-boxs .text-pro .p-text{
    background: linear-gradient(to bottom, #F0F8FF,#fff);;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 40px;
}
#index-body .i-product .pro-text-boxs .text-pro .p-text1Boxs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#index-body .i-product .pro-text-boxs .text-pro .p-text1{
    width: 49%;
}
#index-body .i-product .pro-text-boxs .text-pro .p-text h5{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}
#index-body .i-product .pro-text-boxs .text-pro .p-text p{
    font-size: 16px;
}
#index-body .i-jinyin{
    padding: 80px 0px;
}
#index-body .i-jinyin .flex>div{
    width: 24%;
}
.bg-fa{
    background-color: #fafafa;
}
.ml20{
    margin-left: 20px;
}
.flex-start{
    justify-content: flex-start;
}
#index-body .i-baoxian .bx-boxs{
    padding: 90px 0px;
}
#index-body .i-baoxian .bx-boxs .bxtit{
    margin-bottom: 30px;
}
#index-body .i-baoxian .bx-boxs .bxtit h4{
    font-size: 26px;
    font-weight: normal;
}
#index-body .i-baoxian .bx-boxs .bxtit p{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
#index-body .i-baoxian .bx-boxs .bxBoxs .bxleft{
    width: 42%;
}
#index-body .i-baoxian .bx-boxs .bxBoxs .bxright{
    width: 55%;
}
.bxtitright{
    width: 42%;
    margin-left: auto;
}
#index-body .i-baoxian .bx-boxs .bxBoxs .bxleft .bxhe{
    margin-bottom: 40px;
}
#index-body .i-baoxian .bx-boxs .bxBoxs .bxleft .bxhe div{
    width: 70%;
}
#index-body .i-baoxian .bx-boxs .bxBoxs .bxleft .p1{
    font-size: 24px;
}
#index-body .i-baoxian .bx-boxs .bxBoxs .bxleft .p2{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
#index-body .i-about{
    padding: 90px 0px;
    background-color: #FAFAFA;
}
#index-body .i-about .aboutBoxs .ab-left{
    width: 48%;
}
#index-body .i-about .aboutBoxs .ab-right{
    width: 48%;
}
#index-body .i-about .aboutBoxs .ab-right h3{
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}
#index-body .i-about .aboutBoxs .ab-right p{
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}
#index-body .i-about .ab-bottBoxs{
    margin-top: 40px;
}
#index-body .i-about .ab-bottBoxs .abbott{
    width: 24%;
    background: linear-gradient(to bottom, #33C9FF,#2BA7FF);
    color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
}
#index-body .i-about .ab-bottBoxs .abbott .p1{
    font-size: 18px;
}
#index-body .i-about .ab-bottBoxs .abbott .p2{
    font-size: 16px;
}
#index-body .i-chuang{
    padding: 90px 0px;
}
#index-body .i-chuang .flBoxs{
    width: 48%;
}
#index-body .i-shiji{
    padding: 90px 0px;
    background-color: #FAFAFA;
}
#index-body .i-anli{
    padding: 90px 0px;
}
#index-body .i-honor{
    padding: 90px 0px;
    background-color: #FAFAFA;
}
#index-body .i-honor .honor-con{
    width: 900px;
    margin: 0 auto;
}
#index-body .i-honor .honorBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#index-body .i-honor .honbox{
    width: 23%;
    margin-bottom: 20px;
}
#index-body .i-honor .honbox img{
    width: 100%;
}
#index-body .i-honor .honbox2{
    width: 16%;
    text-align: center;
}
#index-body .i-partner{
    padding: 90px 0px;
}
#index-body .i-partner .par-Boxs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#index-body .i-partner .par-Boxs .parbox{
    width: 23%;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #ddd;
    padding: 10px;
}
#index-body .i-partner .par-p{
    text-align: center;
    color: #DDDDDD;
    font-size: 14px;
}
.footer{
    background: url('./images/foo-bg2.png') no-repeat center bottom #F0F9FF;
    background-size: contain;
    padding: 60px 0px 20px;
}
.footer .i-gtit{
    margin-bottom: 40px;
}
.footer .i-gtit h2{
    font-size: 32px;
    font-weight: normal;
}
.footer .i-gtit p{
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}
.footer .foo-text{
    margin-bottom: 40px;
}
.footer .foo-text .p1{
    color: #999;
    font-size: 22px;
    margin-bottom: 10px;
}
.footer .foo-text .p2{
    font-size: 18px;
}
.footer .foo-Boxs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}
.footer .foo-right{
    display: flex;

}
.footer .foo-right .foo-erweima{
    text-align: center;
    margin-right: 30px;
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
}
.footer .foo-right .foo-erweima p{
    font-size: 18px;
    margin-bottom: 20px;
}
.f-bottom{
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/* 响应式 */
@media screen and (max-width: 1230px){
  .container{
    width: 1050px;
  }
  #index-body .i-gtit{
    padding: 50px 0px;
  }
}
@media screen and (max-width: 970px){
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 700px){
 .container {
    width: 100%;
    padding: 0px 20px;
  }
  #index-body .i-num .i-item h2{
    font-size: 18px;
  }
  #index-body .i-num .i-item p{
    font-size: 14px;
  }
  #index-body .i-num .i-item{
    background-size: 50px;
    width: 50%;
    padding-left: 60px;
  }
   #index-body .i-num .i-item1, #index-body .i-num .i-item2{
    margin-bottom: 20px;
   }
  #index-body .i-num .numBoxs{
    padding: 30px 20px;
    margin-top: 30px;
  }
  #index-body .i-gtit h2{
    font-size: 24px;
  }
  #index-body .i-gtit p{
    font-size: 16px;
  }
  #index-body .i-gtit{
    padding: 30px 0px;
  }
  #index-body .i-itit h2{
    font-size: 24px;
  }
  #index-body .i-itit p{
    font-size: 16px;
  }
  #index-body .i-itit h2 img{
    width: 40px;
    margin: 0px 10px;
  }
  #index-body .i-employment{
    padding: 40px 0px;
  }
  #index-body .employment-boxs .e-item{
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .employment-boxs .e-item h3{
    font-size: 20px;
  }
  #index-body .i-feature{
    padding: 40px 0px;
  }
  #index-body .i-feature h4{
    font-size: 24px;
    margin-bottom: 30px;
  }
  #index-body .i-product{
    padding: 40px 0px;
  }
  #index-body .i-product .pro-cate-boxs .pro-cate p{
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #index-body .i-product .pro-cate-boxs .pro-cate img{
    width: 60px;
  }
  #index-body .i-product .pro-cate-boxs .pro-cate .bor{
    display: block;
    width: 40px;
    height: 5px;
  }
  #index-body .i-product .pro-cate-boxs .cateActive .bor{
    width: 40px;
  }
  #index-body .i-product .pro-text-boxs .text-pro .p-tit h4{
    font-size: 20px;
  }
  #index-body .i-product .pro-text-boxs .text-pro .p-text h5{
    font-size: 18px;
  }
  #index-body .i-product .pro-text-boxs .text-pro .p-text p{
    font-size: 14px;
  }
  #index-body .i-product .pro-text-boxs .text-pro .p-text{
    margin-bottom: 20px;
    padding: 10px 12px;
  }
  #index-body .i-product .pro-text-boxs .text-pro .p-tit{
    margin-bottom: 20px;
  }
  #index-body .i-product .pro-text-boxs .text-pro .text1{
    margin-bottom: 30px;
  }
  #index-body .i-product .pro-cate-boxs{
    margin-bottom: 30px;
  }
  #index-body .i-jinyin{
    padding: 40px 0px;
  }
  #index-body .i-jinyin .flex>div{
    width: 49%;
    margin-bottom: 10px;
  }
  #index-body .i-itit{
    margin-bottom: 30px;
  }
  #index-body .i-baoxian .bx-boxs .bxtit h4{
    font-size: 20px;
  }
  #index-body .i-baoxian .bx-boxs .bxBoxs .bxleft{
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-baoxian .bx-boxs .bxBoxs .bxleft .p1{
    font-size: 20px;
  }
  #index-body .i-baoxian .bx-boxs .bxBoxs .bxleft .p2{
    font-size: 14px;
  }
  #index-body .i-baoxian .bx-boxs .bxBoxs .bxleft .bxhe{
    margin-bottom: 12px;
    display: flex;
    flex-wrap: nowrap;
  }
  #index-body .i-baoxian .bx-boxs .bxBoxs .bxleft .bxhe img{
    width: 40px;
  }
  #index-body .i-baoxian .bx-boxs .bxBoxs .bxright{
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-baoxian .bx-boxs{
    padding: 40px 0px;
  }
  #index-body .i-baoxian .bx-boxs .bxtit{
    width: 100%;
    margin-bottom: 0px;
  }



}
