@charset "utf-8";


/*
Powered By  caiyijun
20180116
wwww.zghhwx.com
*/
/*英文字体*/
@font-face {
    font-family: 'entype';
    src: url('../font/fzxy.woff2') format('woff2'),
    url('../font/fzxy.woff') format('woff'),
    url('../font/fzxy.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
.enfont{
    font-family: 'entype';
    color: #007ec8;
}
.zhfont{
    font-weight: 100;
}
/*字体END*/
/*public*/
.block{
    display: block;
}
.iblock{
    display: inline-block;
}
.r-btn{
    display: block;
    background: #fff;
    line-height: 34px;
    text-align: center;
    border-radius: 34px;
    border:2px solid #009de4;
    font-size: 16px;
}
h2{
    font-size: 22px;
    text-align: center;
}
/*public END*/


.header{
    /*height: 90px;
    background: url(../images/headerbg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 40px;*/

    height: 90px;
    /*background: url(../images/headerbg.jpg) center center no-repeat;
    background-size: cover;*/
    position: fixed;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    background-color: #b6000b
}

.logo a{
    height: 89px;
    width: 283px;
    background: url(../images/logo1.png) center center no-repeat;
    background-size: contain
}
.nav{
    margin-left:40px;
    margin-top: 20px;
}
.nav-menu{
    margin-top: -20px; 
}
.nav-menu li{
    position: relative;
    float: left;
    padding: 37px 50px;
    cursor: pointer;
}
.nav-menu .c-active {
    border-bottom: 2px solid #009de4;
    height: 14px
}
.nav-menu li a{
    display: block;
    padding: 0 15px;
    /*border-right:1px solid #000;*/
    font-size: 20px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    /*color: #070707;*/
    color: #fff
}
.nav-menu li:first-child{
    margin-left: -14px;
}
.nav-menu li:last-child a{
    border:none;
}
.nav-menu li span{
    position: absolute;
    left: 0; 
    bottom: 0;
    display: block;
    width: 0px;
    height: 2px;
    background: #009de4;
    transition: all 0.5s ease;

}
.nav-menu li:hover span{
    width: 100%;
}
.header .login-btn{
    height: 34px;
    width: 108px;
    line-height: 34px;
    text-align: center;
    border-radius: 34px;
    font-size: 16px;
    margin-top: 38px;
}


/*banner*/
.swiper-container {
    width: 100%;
    height: 558px;
    background: #bbdff5;
    /*padding-top: 90px;*/
} 
.swiper-slide1{
    background: url(../images/banner1.jpg) center top no-repeat;
    background-size: cover;
} 
.swiper-slide2{
    background: url(../images/banner2.jpg) center top no-repeat;
}
.bswiper-pagination{
  position: static !important;
}
.adswiper-pagination{
  bottom: 68px !important;
  left: 147px !important;
  text-align: left !important;
}
/* .swiper-container img{margin: 0 auto; display: block} */
.banner{
    height: 550px;
    width: 100%;
    overflow: hidden;
}
.b-description {
    position: absolute;
    /* width: 356px; */
    font-size: 22px;
    line-height: 34px;
    color: #007ec8;
}
.b-d-l{
    left: 80px;
    top: 15%
}
.b-d-r{
    right: 0;
    top: 15%;
    font-size: 18px;
}
.b-c-redpack{
    background: url(../images/redpack.png) center center no-repeat;
    background-size: contain;
    height: 320px;
    width: 396px;
    left: 29%;
    top: 14%;
}
.b-c-redpack-2{
    background: url(../images/redpack2.png) center center no-repeat;
    background-size: contain;
    height: 225px;
    width: 441px;
    left: 28%;
    top: 25%;
}
.caseright .r-more-btn{
  float: left;
}
.r-more-btn{
    width: 155px;
    margin-top: 18px;
    float: right;
}

.box{
    margin-top: 60px;
}
.data-box{
    box-sizing: border-box;
    width: 33.3%;
    height: 65px;
    text-align: center;
    border-right: 2px solid #007ec8;
}
.data-box:last-child{
    border:none;
}
.data-box{
    font-size: 14px;
    color: #007ec8;
    position: relative;
    text-align: center;
}
.data-num{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.data-num:hover{
    top: -5px;
}
.data-text{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.data-num.enfont{
    font-size:30px;
}
.box .box-title{
     text-align: center;
     font-size: 22px; 
     color: #070707;
}
.box .title-enfont{
     font-size: 16px;
     margin-top: 12px;
}
.advantagetab{
    margin-top: 70px;
}
.advantage{
    margin: 40px -8px 0;
}
.advantage li{
    box-sizing: border-box;
    width: 33.3%;
    float: left;
    padding: 0 10px;
}
.ad-box{
    border:1px solid #67a4d7;
    padding-bottom:25px; 
    border-radius: 0 0 6px 6px;
}
.ad-header{
    margin-bottom: 22px;
    position: relative;
}
.ad-header .layer{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    border-radius:80px;
    background: rgba(0,0,0,0);
    z-index: 99;
    transition: all 0.5s ease;
}
.ad-header .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}
.ad-header .icon1{
    z-index: 999;
    background: url(../images/icon1.png) center center no-repeat;
}
.ad-header .icon2{
    z-index: 999;
    background: url(../images/icon2.png) center center no-repeat;
}
.ad-header .icon3{
    z-index: 999;
    background: url(../images/icon3.png) center center no-repeat;
}
.ad-box:hover .layer{
    height: 100%;
    width: 100%;
    border-radius:0px; 
    background:rgba(0,0,0,0.6)
}
.ad-box:hover .icon1,.ad-box:hover .icon2,.ad-box:hover .icon3{
    opacity: 1;
}

.ad-header img{
    width: 100%;
}
.ad-footer{
    color: #007ec8;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.ad-footer h2{
     font-size: 24px;
     line-height: 48px;
}
.ad-banner{
    border:1px solid #67a4d7;
    overflow: hidden;
    margin-top: 20px;   
    position: relative;
}
.ad-banner,.adswiper-container{
    height: 332px;
    background: none;
}
.ad-banner .r-more-btn{
  float: left;
}
.swiper-slide3{
    background: url(../images/ad1.jpg) center top no-repeat;
    background-size: cover;
}
.swiper-slide4{
    background: url(../images/ad2.jpg) center top no-repeat;
    background-size: cover;
}
.ad-text{
    text-align: left;
    margin-top: 60px;
    margin-left: 130px;
    color: #007ec8;
    font-size: 14px;
    line-height: 26px;
}
.ad-text h2{
  text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
}
/* .ad-text h2{text-align: left;} */
.ad-text .enfont{
    font-size: 18px;
    margin-bottom: 10px;
    /* text-align: left; */
}
.adcaseList{
    margin-top: 35px;
}

.adcaseList li{
    margin-bottom: 60px;
    position: relative;
    height: 407px;
    width: 100%;
}
.adcaseList li .bgbox{
    position: absolute;
    width: 675px;
    height: 407px;
    left: 0;
    top: 0;
    background: #e7f7ff;
}
.adcaseList li .adcase{
    position: absolute;
    height: 324px;
    border: 1px solid #67a4d7;
    width: 1150px;
    top: 40px;
    left: 40px;
    background:#fff;
}
.casetext{
    width: 476px;
    position: absolute;
    right: 0;
    top: 50px;
    color: #007ec8;
    margin-right: 115px; 
    font-size: 14px;
    line-height: 26px;
}
.casetext h2{   
    text-align: right;
    font-size: 24px;
    margin-bottom: 15px;
}
.casetext span{
    display: inline-block;
    width: 30%;
    border-right:1px solid #007ec8;
    text-align: center;
}
.casetext span:last-child{
    border: none;
}
.casedata{
    margin-top: 20px;
}
.casetext i {
    font-size: 24px;
}
.caseright{
    position: relative;
}
.adcaseList .caseright .bgbox{
    left:525px;
}
.adcaseList .caseright img{
    float: right;
}
.adcaseList .caseright .casetext{
    left: 110px;
}
.adcaseList .caseright .adcase{
    left: 0;
}




.footer{
    height: 205px;
    /* background: #e7f7ff; */
    background-color: #b6000b;
    padding-top: 40px;
    margin-top: 60px;
}
.flogo{
    display: block;
    width: 114px;
    height: 120px;
    background: url(../images/flogo2.png) center center no-repeat;
}
.flink{
    height: 150px;
    margin-left: 80px;
    /*color: #007ec8;*/
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
.flink li{
    margin-right: 45px;
}
.flink a{
    display: block;
    /*color: #007ec8;*/
    color: #fff;
}
.flink h3{
    font-size: 16px;
    margin-bottom: 12px;
}
.contantUs{
    text-align: right;
    width: 330px;
    margin-right: 10px;
    /*color: #007ec8;*/
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.contantUs a{
    /*color: #007ec8;*/
    color: #fff;
}
.cnum{
    height: 45px;
    width: 245px;
    margin-left: 85px;
    font-size: 18px;
    margin-bottom: 15px;
    background: url(../images/call1.png) center left no-repeat;
}



/*other*/
.ocontent{
    background: url(../images/otherbg.jpg) center top no-repeat;
    /* height: 500px; */
}
.detailcontent{
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: 80px;

}
.case-introduction{
    position: absolute;
    right: 52px;
    top: -175px;
    width: 350px;
    height: 360px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.case-introduction img{
    border-radius: 6px 6px 0 0;
    width: 100%;
}
/* .casepage{
    color: #007ec8;
} */
.page{ 
    padding-top: 130px;
    color: #007ec8;
}
.page .pagetitle{
    font-size: 22px;
    text-align: center
}
.page .enpagetitle{
    text-align: center;
    font-size: 18px; 
    line-height: 36px;
}
.page .title-left{
    text-align: left;
    margin-top: 50px;
}
.allcaselist{
    margin: 0 -11px;
}
.allcaselist li{
    margin: 35px 11px 0;
    float: left;
    width: 381px;
    /* border: 1px solid #007ec8; */
    padding-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.allcaselist li a{
    color: #007ec8;
}
.allcaselist li img{
    width: 100%;
}
.allcasefooter{
    padding-top: 26px;
}
.allcasefooter h2{
    font-size: 22px;
     text-align: center
}
.casetime{
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.casefooternum{
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
}
.casefooternum span{
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
    border-right: 1px solid #007ec8;
}
.casefooternum span:last-child{
    border: none;
}
.casenum{
    font-size: 22px;
}
.case-d-t{
    /*height: 320px;*/
}
.case-d-t img{
  width: 95%;
}
.case-detail{
    width: 390px;
    margin-top: 56px;
    margin-left: 90px;
    /*position: absolute;*/
    line-height: 22px;
    font-size: 14px;
}
.case-detail img{
    display: block;
    width: 100%;
}
.case-detail h2{
    font-size: 22px;
    margin-bottom: 15px;
}

.about-company{
    position: relative;
    margin: 60px auto 0;
    padding: 30px 0;
    background: #fff;
    height: 135px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    border-radius: 5px;
    width: 1000px;
}
.about-logo{
    position: absolute;
    top: -55px;
    left: 40px;
    height: 224px;
    width: 214px;
    background: url(../images/about.png) center center no-repeat #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.about-text{
    position: absolute;
    right: 50px;
    width:540px;
    line-height: 24px;
    font-size: 14px;
}
.about-text h2{
    font-size: 24px;
    line-height: 36px;
}
.about-text .enfont{
    font-size: 18px;
    margin-bottom: 10px;
}
.company-time{
    margin-top: 35px;
}
.timelist{
    width: 505px;
    margin: 45px auto 0;
}
.timelist>li{
    height: 370px;
    border-left: 2px solid #007ec8;
    position: relative;
}
.timelist>li:last-child{
    border:none;
}
.timelist>li>p{
    margin-left: 60px;
    line-height: 26px;
    font-size: 14px;
}
.timelist>li span{
    position: absolute;
    left: -18px;
    top: -1px;
    background: #fff;
    height: 32px;
    width: 32px;
    display: block;
    border-radius: 32px;
    border:1px solid #007ec8;
}
.timelist>li span i{
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    background: #007ec8;
    left: 8px;
    top: 9px;
    border-radius: 15px;
}
.timelist>li h2{
    text-align: left;
    margin-left: 60px;
}
.timelist .jobs{
    margin-top: 25px;
    margin-left:47px;
}
.timelist .jobs li{
    float: left;
    width: 98px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin: 0 15px;
}
.timelist .jobs li img{
    width: 80%;
}
.sitemap{
    height: 270px;
    margin-bottom: -60px;
    background: url(../images/site.jpg) center top no-repeat;
    background-size: cover;
}
.sitemap img{
    width:100%;
}
.mark{
    width: 560px;
    height: 138px;
    background: url(../images/markbg.png) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.m-pro{
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
}
.m-pro img{
    width: 90%;
    margin: 15px 0;
}
.m-pro h2{
    color: #000;
}
.m-pro .enfont{
    font-size: 18px;
    line-height: 32px;
}
.m-pro .m-p-1{
    margin-left: 45px;
}
.m-pro .m-p-t span{
    display: inline-block;
     width: 45%;
     box-sizing: border-box;
     text-align: center;
}
.brand{
    padding-bottom: 75px;
    padding-top: 40px;
    margin-top: 45px;
    background: #e7f7ff;
}
.brand h2{
    color: #000;
}

.introlist{
    margin-top: 40px;
    padding-top: 40px;

}
.introlist li{
    position: relative;
    width: 382px;
    margin:0 8px;
    border: 1px solid #007ec8;
    float: left;
    padding: 60px 0 33px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.introlist li h2{
    color: #007ec8;
    margin-bottom: 15px;
}
.introlist li .hlogo{
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    background:url(../images/micon1.png) center center no-repeat #0096de;
    background-size: 34px;
}
.introlist li .hlogo1{
    background: url(../images/micon2.png) center center no-repeat #0096de;
    background-size: 38px;
}
.introlist li .hlogo2{
    background: url(../images/micon3.png) center center no-repeat #0096de;
    background-size: 34px;
}
.report{
    padding-top: 48px;
}
.report h2{
    color: #000;
}
.report .enfont{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.reportList li{
    position: relative;
    margin: 15px 15px;
    padding: 25px;
    float: left;
    width: 520px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    height:75px;
    border-radius: 6px;
}
.reportList li .rn{
    display: block;
    position: absolute;
    left: 25px;
    width: 75px;
    height: 75px;
    background: #e7f7ff;
    text-align: center;
    line-height: 75px;
    font-size: 40px;
}
.reportList li .report-text{
    position: absolute;
    left: 130px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
}
.reportList li .report-text h2{
    text-align: left;
    font-size: 18px;
    color: #007ec8;
}
.triangle-right {
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #e7f7ff;
    border-bottom: 6px solid transparent;
}

.give{
    padding-top: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}
.give h2{
    color: #000;
    margin-bottom: 8px;
}
.give img{
    margin-top: 24px;
}


.fpro{
    position: relative;
    height: 64px;
    margin-top: 70px;
    border-bottom: 5px solid #007ec8;
    text-align: center;
    margin-bottom: 140px;
}
.fpro .proicon{
    display: inline-block;
    margin: 0 25px;
    line-height: 26px;
    font-size: 14px;
}
.fpro1 .proicon{
    margin: 0 18px;
}
.fpro .proicon img{
    display: block;
    height: 125px;
    width: 125px;
    border-radius: 125px;
    border:3px solid #007ec8;
}
.s-title{
    margin-top: 45px;
    margin-bottom: 30px;
}
.s-title div{
    float: left;
    width: 30%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
.s-title h2{
    color: #000;
    margin-bottom: 10px;
}
.morep{
    margin-top: 95px;
    height: 460px;
    background: url(../images/sell2.png) center bottom no-repeat #e7f7ff;
}
.mtitle{
    float: right;
    margin-top: 35px;
    width: 450px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-right: 145px;
}
.mtitle h2{
    color: #000;
}

.mbrand{
    background: #fff;
}
.cuxiao{
  background: url('../images/zq.png') center left no-repeat;
  background-size: contain;
  width: 100%;
  height:40px;
  margin-top: 15px;
}
.zq{
  background: url('../images/zq1.png') center left no-repeat;
  background-size: contain;
  width: 100%;
  height:40px;
  margin-top: 15px;
}

/*新闻*/
.news{
    border:2px solid #0096de;
    background: #fff;
    padding: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 62px;
}
.new-bg{
    border:1px solid #0096de;
    position: relative;
}
.new-title{
    position: absolute;
    left:50%;
    top:50%;
    font-size: 16px;
    background: #fff;
    transform: translateY(-50%)translateX(-50%);
    padding:0 20px;
    line-height: 30px;
}
.new-title span{
    letter-spacing: 1px;
    margin-right: 10px;
    font-size: 18px;
}
.newbody{
    margin-top: 42px;
}
.newTab{
    padding-left:28px;
    padding-right: 28px;
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 2px solid #0096de;
    transition: all 0.5s ease;
}
.newTab:last-child{
    border:none;
}
.new-tab-img{
    float: left;
    border:1px solid #0096de;
    border-radius: 3px;
    margin-right: 40px;
}
.new-tab-content{
    color: #0096de;
    margin-top: 8px;
}
.article-titile{
    color: #007ec8;
    font-size: 20px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-titile a{
    color: inherit;
}
.article-info{
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
}
.article-time{
    margin-right: 15px;
}
.article-des{
    font-size: 16px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
}
.article-more{
    margin: 35px auto 0;
    width: 500px;
    border:2px solid #007ec8;
    border-radius: 24px;
    height:40px;
    background: #e7f7ff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}
.article-per{
    padding:60px;
    padding-left: 70px;
}
.content-left{
    float: left;
    width: 640px;
}
.content-right{
    float: right;
    width: 205px;
    font-size: 16px;
}
.article-all-content{
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}
.article-title-go{
    width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}
.prev-btn{
    width: 98px;
    background: url("../images/prev.png") center right no-repeat;
}
.next-btn{
    width: 98px;
    background: url("../images/next.png") center right no-repeat;
}
.prev{
    margin-bottom: 30px;
}
.article-title-go a{
    color: inherit;
}
.back{
    color: #007ec8;
    font-size:16px;
    margin-top: 30px;
    display: block;
}