/******基本默认样式*******/
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;
}
  .menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .menubtn.active span:after,
  .menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, 0.3s;
  }
  .menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menubtn.active span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
.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%;
}

#banner{
    position: relative;
}
#banner img{
    width: 100%;
    height: auto;
}
#banner .ban-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#banner .ban-text h1{
    font-size: 62px;
    margin-bottom: 20px;
}
#banner .ban-text p{
    font-size: 26px;
}
#banner .ban-text a{
    display: inline-block;
    background: linear-gradient(to right, #33C9FF,#2BA7FF);
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 22px;
    text-decoration: none;
    margin-top: 30px;
}
.dialog{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
.dialog .dialog-box{
    width: 560px;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.dialog .dialog-box h3{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: normal;
}
.dialog .dialog-box p{
    font-size: 12px;
    color: #999;
    margin-top: 30px;
    margin-bottom: 20px;
}
.dialog .dialog-box .close{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

#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 3px #ccc;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    width: 30%;
}
#index-body .employment-boxs .e-item:hover{
    box-shadow: 0 0 10px #aaa;
}
#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;
    background-size: cover;
}
#index-body .i-product2{
    background: url('./images/pro-bg2.png') no-repeat center top;
    background-size: cover;
}
#index-body .i-product3{
    background: url('./images/pro-bg3.png') no-repeat center top;
    background-size: cover;
}
#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 .jiny-a{
    width: 24%;
    cursor: pointer;
}
.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;
}
.f-bottom p{
   font-size: 16px; 
}
.f-bottom a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.foo-flex{
    position: fixed;
    right: 20px;
    bottom: 100px;
    border: solid 1px #ddd;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    z-index: 99;
    
}
.foo-flex .ffBoxs{
    position: relative;
    padding: 12px;
}
.foo-flex .ffBoxs1{
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
.foo-flex .ffBoxs .p1{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.foo-flex .ffBoxs .abs-ff{
    position: absolute;
    bottom: 0;
    right: 110%;
    padding-right: 2px;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    background-color: #fff;
    padding: 10px 0px;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.foo-flex .ffBoxs .abs-ff img{
    width: 150px;
    height: 150px;
}
.foo-flex .ffBoxs .abs-ff p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.foo-flex .ffBoxs .abs-ff1 p{
    font-size: 18px;
    margin-top: 0px;
}
.foo-flex .ffBoxs .abs-ff1{
    bottom: 22px;
    padding: 15px 0px;
}
.foo-flex .ffBoxs:hover .abs-ff{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* 响应式 */
@media screen and (max-width: 1230px){
  .container{
    width: 1050px;
  }
  #index-body .i-gtit{
    padding: 50px 0px;
  }
  #banner .ban-text h1{
    font-size: 48px;
  }
  #index-body .i-num .i-item h2{
    font-size: 28px;
  }
  #index-body .i-gtit h2{
    font-size: 32px;
  }
  #index-body .i-itit h2{
    font-size: 28px;
  }
  #index-body .i-about{
    padding: 60px 0px;
  }
  #index-body .i-employment{
    padding: 60px 0px;
  }
  #index-body .i-feature{
    padding: 60px 0px;
  }
  #index-body .i-product{
    padding: 60px 0px;
  }
  #index-body .i-jinyin{
    padding: 60px 0px;
  }
  #index-body .i-chuang{
    padding: 60px 0px;
  }
  #index-body .i-shiji{
    padding: 60px 0px;
  }
  #index-body .i-baoxian .bx-boxs{
    padding: 60px 0px;
  }
  #index-body .i-anli{
    padding: 60px 0px;
  }
  #index-body .i-honor{
    padding: 60px 0px;
  }
  #index-body .i-partner{
    padding: 60px 0px;
  }
}
@media screen and (max-width: 970px){
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 700px){
    .dialog .dialog-box{
        width: 80%;
        padding: 30px 15px;
    }
    .dialog .dialog-box h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .dialog .dialog-box p{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .dialog .dialog-box img{
        width: 150px;
    }
 .container {
    width: 100%;
    padding: 0px 20px;
  }
  #banner img{
    width: 100%;
    height: 210px;
}
  #banner .ban-text{
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  #banner .ban-text h1{
    font-size: 20px;
  }
  #banner .ban-text a{
    font-size: 16px;
    padding: 5px 15px;
    margin-top: 0px;
  }
  #banner .ban-text p{
    font-size: 16px;
    display: none;
  }
  #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;
    border-radius: 18px;
  }
  #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: 30px;
    margin: 0px 5px;
  }
  #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: 20px;
    margin-bottom: 30px;
  }
  #index-body .i-feature .feaheBox{
    display: flex;
  }
  #index-body .i-feature .feaheBox .feaBox{
    width: 100%;
    margin-bottom: 40px;
    padding: 0px 30px;
  }
  #index-body .i-about .aboutBoxs .ab-right p{
    font-size: 16px;
  }
  #index-body .i-feature .feaheBox .feaBox img{
    width: 100%;
  }
  #index-body .i-product{
    padding: 40px 0px;
    background: #FAFAFA !important;
  }
  #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: 60px;
    height: 3px;
    position: relative;
    z-index: 3;
  }
  #index-body .i-product .pro-cate-boxs .cateActive .bor{
    width: 60px;
    height: 3px;
  }
  #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: 16px;
  }
  #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;
    box-shadow: 0 0 2px #e9e9e9;
  }
  #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;
    position: relative;
  }
   #index-body .i-product .pro-cate-boxs:after{
    content: '';
    position: absolute;
    width: 100%;
    border-top: solid 1px #cbcbcb;
    bottom: 1px;
    left: 0px;
    z-index: 1;
   }
  #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;
  }
  #index-body .i-about .aboutBoxs .ab-left{
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-about .aboutBoxs .ab-right{
    width: 100%;
  }
  #index-body .i-about .aboutBoxs .ab-right h3{
    font-size: 22px;
    margin-bottom: 10px;
  }
  #index-body .i-about .ab-bottBoxs{
    margin-top: 20px;
  }
  #index-body .i-about .ab-bottBoxs .abbott{
    width: 48%;
    margin-bottom: 10px;
    padding: 20px 10px;
  }
  #index-body .i-about .ab-bottBoxs .abbott .p2{
    font-size: 14px;
  }
  #index-body .i-chuang .flBoxs{
    width: 49%;
  }
  #index-body .i-honor .honbox3{
    display: none;
  }
  #index-body .i-honor .honor-con{
    width: 100%;
    padding: 0px 0px;
  }
  #index-body .i-honor .honbox2{
    display: none;
  }
  #index-body .i-honor .honbox{
    width: 48%;
  }
  #index-body .i-partner .par-Boxs .parbox{
    width: 48%;
    margin-bottom: 20px;
  }
  .footer .i-gtit h2{
    font-size: 22px;
  }
  .footer .i-gtit p{
    font-size: 14px;
  }
  .footer .i-gtit{
    margin-bottom: 20px;
  }
  .footer .foo-text .p1{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer .foo-text .p2{
    font-size: 16px;
  }
  .footer .foo-Boxs{
    flex-wrap: wrap;
  }
  .footer .foo-text{
    margin-bottom: 20px;
  }
  .footer .foo-Boxs .foo-left{
    width: 100%;
    margin-bottom: 20px;
  }
  .foo-flex{
    display: none;
  }
  .footer .foo-right{
    justify-content: space-between;
  }
  .footer .foo-right .foo-erweima{
    width: 32%;
    padding: 15px 12px;
    margin-right: 0px;
  }
  .footer .foo-right .foo-erweima p{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer{
    background: #F0F9FF;
  }
  .f-bottom{
    color: #333;
  }
  .f-bottom p{
    font-size: 14px;
  }
  .f-bottom a{
    font-size: 14px;
    color: #333;
  }




}




/******手机*******/
@media screen and (min-width: 1100px) {
    .header-box {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    #banner,
    .inner-banner{
        margin-top: 50px;
    }
    .header-box {
        display: block;
    }
    #header {
        display: none;
    }
    .header-box {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        transition: 0.5s;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    }
    .header-box.scoll, .header-box.hnner, .header-box:hover {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .header-box.scoll .nav li a, .header-box.hnner .nav li a, .header-box:hover .nav li a {
        color: #666666;
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .header-box.scoll .nav li a:before, .header-box.hnner .nav li a:before, .header-box:hover .nav li a:before {
        background: #ff2020;
    }
    .header-box.scoll .nav li:hover a, .header-box.scoll .nav li.current a, .header-box.hnner .nav li:hover a, .header-box.hnner .nav li.current a, .header-box:hover .nav li:hover a {
        color: #ff2020;
    }
    .header {
        padding: 0 15px;
        position:relative;
        z-index:111;
        height: 50px;
        background: #fff;
    }
    .logo {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 56;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .logo img{
        height: 35px;
        width: auto;
    }
    .header-right {
        float: right;
        margin-top: 24px;
    }
    .nav {
        float: left;
    }
    .nav li {
        float: left;
        padding-right: 115px;
        line-height: 1;
    }
    .nav li:last-child {
        padding-right: 0;
    }
    .nav li a {
        display: block;
        line-height: 1;
        font-size: 16px;
        opacity: 0.6;
        filter:alpha(opacity=60);
        color: #ffffff;
        padding-bottom: 35px;
        position: relative;
        text-decoration: none;
    }
    .nav li a:before {
        content:"";
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: -1px;
        transform-origin:100%;
        -webkit-transform-origin:100%;
        -webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transform:scaleX(0);
        -webkit-transform:scaleX(0);
        visibility:hidden\9;
    }
    .nav li:hover a, .nav li.current a {
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .nav li:hover a:before, .nav li.current a:before {
        transform:scaleX(1);
        -webkit-transform:scaleX(1);
        -moz-transform:scaleX(1);
        transform-origin:0;
        -webkit-transform-origin:0;
        visibility:visible\9;
    }
    .menubox {
        width: 100%;
        position: absolute;
        left: 0;
        top: 91px;
        background: #ff2020;
        filter:alpha(opacity=80);
        background: rgba(0, 120, 215, 0.8);
    }
    .menuwr h2 {
        float: left;
        color: #ffffff;
        font-size: 50px;
        font-weight: normal;
        text-transform: uppercase;
        margin-right: 54px;
        line-height: 1;
        margin-top: 12px;
    }
    .menulist {
        float: left;
        padding-left: 45px;
        border-left: 1px solid #fff;
        border-left:1px solid rgba(255, 255, 255, 0.3);
        min-height: 110px;
        margin-top: 12px;
    }
    .meun-down {
        display: none;
    }
    .menuwr {
        padding: 28px 0 32px;
    }
    .menulist li {
        margin-bottom: 16px;
    }
    .menulist li a {
        display: block;
        line-height: 1;
        color: #ffffff;
        font-size: 14px;
    }
    .menulist li a:hover, .menulist li a.active {
        color: #ff9e00;
    }
    .menuimg {
        float: right;
        width: 250px;
        line-height: 1;
        overflow: hidden;
    }
    .menuimg img {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
    }
    .sideLayer{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 110;
        background: rgba(0,0,0,.3);
        display: none;
    }
    .menubtn {
        width:25px;
        position:absolute;
        left:15px;
        top:0;
        height: 100%;
        z-index: 80;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .menubtn span {
        display:block;
        width:18px;
        height:3px;
        background:#000;
        position:relative;
        vertical-align: middle;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
    }
    .menubtn span:after, .menubtn span:before {
        content:"";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 3px;
        left: 0;
        background-color: #000;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }
    .menubtn span:before {
        top: -7px;
        -webkit-transition-property: top, transform;
        -moz-transition-property: top, transform;
        -ms-transition-property: top, transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        width: 120%;
    }
    .menubtn span:after {
        bottom: -7px;
        -webkit-transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        width: 120%;
    }
    .navigate {
        position:fixed;
        width:80%;
        height:100%;
        background:#fff;
        box-sizing:border-box;
        left:-100%;
        top:50px;
        overflow-y:auto;
        z-index: 120;
        padding:0 2%;
    }
    .navigateli {
        width:100%;
    }
    .navigateli >li {
        border-bottom:1px solid #dfdfdf;
        position: relative;
    }
    .navigateli >li i.fa{
        position: absolute;
        top:15px;
        right: 10px;
        display: none;
    }
    .navigateli >li.on >a {
        background:#ff2020;
        color:#fff;
    }
    .navigateli >li >a {
        display:block;
        text-align:left;
        padding-left: 15px;
        color:#222;
        font-size:16px;
        height:50px;
        line-height:50px;
        text-decoration: none;
    }
    .navigateli >li .sub-menu{
        display: none;
    }
    .navigateli >li .sub-menu>li >a{
        font-size: 14px;
        padding-left: 15px;
        display: block;
        line-height: 40px;
        height: 40px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 30px;
        position: relative;
        border-top: 1px solid #eee;
    }
    .navigateli >li .sub-menu>li >a:before{
        content: '-';
        font-size: 16px;
        padding-right: 5px;
    }
}