/*===================header========================*/
.header{ width: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 8000;
    /*background: rgba(46,39,72,0.71);*/
    /* background: rgba(46,39,72,1); */
    line-height: 100px;
    height: 100px;
    /*overflow: hidden;*/
}
.header_category{ width: 100%;
    z-index: 8000;
    /*background: rgba(46,39,72,0.71);*/
    /* background: rgba(46,39,72,1); */
    line-height: 100px;
    height: 100px;
    color:black !important;
    /*overflow: hidden;*/
}
.logo{ float: left;width: 15%;margin-left: 2%; position: relative;top: 50%;transform: translateY(-50%); padding-left: 4%;}
.logo img{ display: block;}
.nav{
    /*overflow: hidden;*/
}
.nav li{ float: left; padding: 0 1.3%;}
.nav li a{ display: block; color:#fefeff; font-size:0.16rem;font-weight: bold; overflow: hidden;}
.nav li a span{ position: relative;}
.nav li a span:before{
    content: "";
    position: absolute;
    bottom: -40px;
    left:50%;
    width: 0;
    height:4px;
    background: rgba(255, 255, 255,1);}
.nav li.nav_cur a span:before,.nav li:hover a span:before{ left:0; width: 100%;}
/*����nav*/

.header ul.nav{float: left; width: 65% !important;}
.header_category ul.nav{float: left; width: 65% !important;}
.header ul.nav li.nav{
    /*overflow: visible;*/
}
.header ul.nav>li{position: relative;padding: 0 1.3%;}
.header .sub_menu2{display: none;position: absolute;top: 70px;padding:5px 5px;text-align: center;border-radius: 6px;border: 1px solid #e2e2e2;background: rgba(255,255,255,.84);}
.header ul.nav .sub_menu2 div.item>a{width: 85px;line-height: 30px;color:rgb(4, 117, 177);}

.menu-overlay .sub_menu2{display: block;position: static;padding:0;text-align: center;border-radius: 0;border:none;background:none;}
.menu-overlay .sub_menu2 a{font-size: 14px;padding: 10px;text-align: left;padding-left: 54px;}
.menu-overlay .item{border-bottom: 1px solid rgba(255,255,255,.5)}
.header_r{ float: right; padding:0 0.6rem 0 0.2rem;}
.QR_menu,.QR_menu img,.tel{ display: inline-block; vertical-align: middle;}
.QR_menu img{ margin: 0;}
.tel,.consult{ float: left; margin-left: 15px; font-size: 16px;}
.tel,.tel a{ font-family: Verdana; color: #555;}
.tel img{ display: inline-block; vertical-align: middle; margin-right: 5px;}
.tel span{ color: #ccc; margin: 0 4px;}
.header .container{
    overflow: inherit;
}
.ul_item{
    position: absolute;
    left: -9999px;
}
/*.nav li .nav_a span:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -40px;*/
/*    left: 50%;*/
/*    width: 0;*/
/*    height: 4px;*/
/*    background: rgba(255, 255, 255,1);*/
/*}*/
/*.nav li.nav_cur .nav_a span:before, .nav li:hover .nav_a span:before {*/
/*    left: 0;*/
/*    width: 100%;*/
/*}*/
.nav li .nav_a{
    display: block;
    color: #fefeff;
    font-size: 0.16rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.nav li .nav_a .ul_item{
    display: block;
    position: absolute;
    width:225px;
    /*padding: 10px;*/
    /*border-radius: 4px;*/
    top:100px;
    z-index: 99999999999;
    left: 0px;
    background: rgba(46,39,72,1)
}
.nav li .nav_a .ul_item li:nth-child(2n){
    float: right;
}
.nav li .nav_a .ul_item li{
    height: 0;
    text-align: center;
    width: 50%;
    float: left;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
.nav li .nav_a .ul_item li a{
    height: 0;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #eeeeee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.nav li .nav_a:hover .ul_item {
    left: auto;
}
.nav li .nav_a:hover .ul_item li{
    height: 52px;
}
.nav li .nav_a:hover .ul_item li a{
    color: #ffffff;
    line-height: 52px;
    height: 52px;
}
/*pad&phone*/
.guide_pad{ display: none;}
/*a.menu-activator*/
a.menu-activator{ display: block; float: right; padding: 0 15px; border-left: 1px solid transparent; }
a.menu-activator span.descriptor,a.menu-activator div.visual { display: inline-block; vertical-align: middle; cursor: pointer; color: #fff;}
a.menu-activator span.descriptor { font-family:Aparajita; font-size: 18px; text-transform: uppercase; }
a.menu-activator div.visual { position: relative; margin-left: 4px; width: 32px; height:34px; }
a.menu-activator div.visual i.line {
    width: 100%;
    height:3px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
a.menu-activator div.visual i.line.line01 {
    top: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
a.menu-activator div.visual i.line.line02 {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
a.menu-activator div.visual i.line.line03 {
    top: 22px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
a.menu-activator div.visual i.line.line04 {
    top: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
a.menu-activator.active div.visual i.line:nth-child(1), a.menu-activator.active div.visual i.line:nth-child(3) {
    top:16px
}
a.menu-activator.active div.visual i.line:nth-child(1) {
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
a.menu-activator.active div.visual i.line:nth-child(3) {
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
a.menu-activator.active div.visual i.line:nth-child(2), a.menu-activator.active div.visual i.line:nth-child(4) {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0
}
/* a.menu-activator.active span.descriptor{color: #e02d39;}*/
a.menu-activator.active div.visual i.line.line01, a.menu-activator.active div.visual i.line.line02, a.menu-activator.active div.visual i.line.line03, a.menu-activator.active div.visual i.line.line04 {
    /*background-color: #e02d39;*/
    -moz-transition-delay:0ms;
    -o-transition-delay:0ms;
    -webkit-transition-delay:0ms;
    transition-delay:0ms
}
a.menu-activator.active div.visual:hover i.line.line01, a.menu-activator.active div.visual:hover i.line.line03 {
    filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity:1
}
a.menu-activator.active div.visual:hover i.line.line01, a.menu-activator.active div.visual:hover i.line.line02, a.menu-activator.active div.visual:hover i.line.line03, a.menu-activator.active div.visual:hover i.line.line04 {
    -moz-transition-delay:0ms;
    -o-transition-delay:0ms;
    -webkit-transition-delay:0ms;
    transition-delay:0ms
}
/*menu-overlay*/
.menu-overlay{
    width: 0;
    height:0;
    overflow:hidden;
    position: fixed;
    z-index: 3000;
    top:70px;
    left:-100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
    background-color: rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-overlay.active{ width: 100%; height:100%; padding:0 0.3rem; left:0; filter: Alpha(Opacity=100); opacity: 1.00;}
.menu-overlay .tel,.menu-overlay .consult{ line-height: normal;}
.menu-overlay .tel{ margin:0.3rem 0 0.2rem; color: #fff;}
.menu-overlay .tel a,.menu-overlay .consult a{ color: #fff;}
.menu-overlay .tel a:hover,.menu-overlay .consult a:hover{ color: rgba(21, 135, 195,1);}
.nav_list li{ line-height: normal; border-bottom: 1px solid rgba(255,255,255,.30);}
.nav_list li a{ display: block; padding: 0.2rem; color: #fff; font-size: 16px;}
/* .nav_list li a:active{  background: rgba(225,24,30,.90);} */

.nav_list li a:active{
    background:#005bac
}
/*β��*/
.footer{
    width: 100%;
    overflow: hidden;
    background: #01193e;
    padding-top:0.8rem;
}

.footer .footer_bot{
    line-height: 47px;
    text-align: center;
    color:#ffffff;
    font-size: 0.14rem;
    border-top:1px solid #4e5e78;
}
.footer .footer_top{
    padding: 0 0.2rem;
    padding-bottom: 0.7rem;
}
.footer .footer_ul{
    overflow: hidden;
}

.footer .footer_ul .footer_li{
    float:left;
    overflow: hidden;
    padding-right: 9.7%;
}
.footer .footer_ul li:last-of-type{
    padding-right: 0;
    float:right;
}
.footer .footer_ul  .footer_last{
    float:right;
}

.footer .footer_ul .footer_li .footer_h3{
    color: #ffffff;
    font-size: 0.16rem;
    font-weight: normal;
    padding-bottom: 0.28rem;
}
.footer .footer_ul .footer_li a{
    display: block;
    color:#fff;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
.ywzixun{
    font-size:14px;
    color:#fff;
    float:right;
    line-height: 40px;
    margin-right:20px;
}
.index_title{
    position: absolute;
    left: 50%;
    top: 90%;
    bottom: 70;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0px 9px 8px 0px #d6effd;

}
.index_mobile_title{
    position: absolute;
    left: 50%;
    bottom: 70;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    box-shadow: 0px 9px 8px 0px #d6effd;

}

.new_title{
    position: relative;
}
.inline-block{
    display: inline-block;
    vertical-align: top;
}
.index_width{
    width: 33%;
    height: 100%;
}
.index_title_background{
    /* background: url(../images/index_title_background.png) no-repeat; */
    height: 120px;
    background-size: 100% 100%;
    background-color: #ffff;
}
.index_padding{
    padding: 30px 0 0 40px;
}
.index_color{
    color: #ffffff;
}
.index_size{
    font-size: 19px;
}
.block{
    display: block;
}
.index_span_padding{
    padding: 30px 0 0 0;
}
.index_small_size{
    font-size: 16px;
    color: #333333;
}
.index_z_size{
    font-size: 18px;
    color: #333333;
}
.index_span{
    color: #4799f5;
}
.padding{
    padding-top: 104px !important;
}
.solution_p1{
    height: 55px;
    line-height: 40px;
    padding:0 10px;
}
.active{
    border-bottom: 3px solid #2c6cea;
}
.index_jijecontent{
    height: 590px;
    background-color: #f5f6f7;
}
.jiejue_fangan{
    padding: 0 10px;
    border-left: 5px solid #0f8cee;
    font-size: 18px;
    font-weight: bold;
}
.jiejue_right{
    width: 50%;
    background-color: #fbfbfb;
    margin-left: 9px;
    height: 460px;
    padding-top: 48px;
}
.jiejue_right_title{
    display: block;
    font-weight: bold;
}
.jiejue_padding{
    padding: 0 24px;
    height: 90px;
}
.bold{
    font-weight: bold;
}
.jiejue_content{
    color:#bababa;
    padding: 0px 31px;
}
.jiejue_mobile_content{
    color:#bababa;
    padding: 0 0.3rem;
}
.index_jijebanner{
    background: url(../images/banner_index_jjj.png) no-repeat;
    background-size: 100% 100%;
    height: 6.96rem;
    position: relative;
}
.dz_div{
    width: 18%;
    height: 375px;
    background-color: #ffffff;
    margin-left: 24px;
}
.dz_img{
    padding: 50px 70px 20px 70px;
}
.dz_title{
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.dz_content{
    width: 85%;
    display: block;
    margin: 0 auto;
    padding-top: 14px;
    height: 85px;
}

.dz_xq{
    display: block;
    margin-left: 18px;
    margin-top: 20px;
    color: #72b7f8;
}
.dz_mobile_p_xq{
    display: block;
    margin-left: 0.15rem;
    margin-top: 0.2rem;
    color: #72b7f8;
}
.index_zzecontent{
    background: url(../images/zzbackgrounde.png) no-repeat;
    height: 580px; 
    background-size: 100% 100%;
}
.zz_div{
    width: 18%;
    height: 420px;
    color:white;
    border-radius: 44px 0 0 0;
    background: -webkit-linear-gradient(#108aec, #4451e9);
    background: -o-linear-gradient(#108aec, #4451e9);
    background: -moz-linear-gradient(#108aec, #4451e9);
    background: linear-gradient(#108aec, #4451e9);
}
.zz_title{
    font-size: 30px;
    font-weight: bold;
    padding-top: 130px;
    text-align: center;
}
.zz_e{
    text-align: center;
    padding: 10px;
}
.dz_right{
    width: 79%;
    margin-left: 13px;
}
.dz_rightDiv{
    padding: 40px 0;
    border: 1px solid #eef7fd;
    width: 200px;
    height: 200px;
    margin-left: 17px;
    text-align: center;
    line-height: 50px;
}
.dz_right  :hover{
    box-shadow: 3px 3px 6px #eef7fd;
}
.dz_rightDiv_five{
    margin-top: 20px;
}
.dz_rightDiv img{
    margin:0 auto;
}
.index_cxecontent{
    height: 500px;  
    background-color: #f5f6f7;
}
.cx_div{
    width: 31.3%;
}
.cx_div_left{
    margin-left: 35px;
}
.cx_padding{
    padding-top: 68px;
}
.cx_background{
    background: url(../images/cx_background.png) no-repeat;
    background-size: 100% 100%;  
    text-align: center;
    font-size: 25px;
    line-height: 70px;
    height: 80px;
    color: #ffffff;
}
.cx_background img{
    display: inline-block;
}
.cx_xq{
    background-color: #ffffff;
    padding: 28px 35px 36px 35px;
}
.category_color{
    color:black;
}
.service_package{
    margin-top: 30px;
}
.xw_one{
    width: 0.8rem;
    height: 1rem;
    border: 2px solid #dadada;
    text-align: center;
}
.xw_two{
    margin-left: 0.2rem;
    width: 65%;
} 
.xw_three{
    margin-left: 0.2rem;
    width: 20%;
} 
.year{
    font-size: 0.2rem;
    font-weight: bold;
    padding: 0.1rem 0 0 0;
}
.month{
    font-size: 0.2rem;
    color: #b8b8b8;
}
.wx_height{
    font-size: 0.2rem;
    line-height: 0.5rem;
    padding: 0 0.5rem;
}
.bottom{
    border-top: 1px solid #e3e3e3;
    padding: 0.2rem;
    margin: 0.3rem 0;
}
.shangyipian{
    display: inline-block;
    border: 1px solid #e3e3e3;
    padding: 3px 20px;
}
.bottom_right{
    display: inline-block;
    float: right;
}
.bottom_left{
    display: inline-block;
}
.brand_mobile_position{
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 10px 17px #d9effe;
}
.index_mobile_width{
    padding: 0.1rem;
    text-align: center;
}
.index_mobile_width img{
    width: 0.7rem;
}
.index_mobile_padding{
    font-size: 0.2rem;
}
.mobile_padding{
    padding-top: 0.4rem !important;
}
.mobile_container{
    text-align: left;
    padding: 0.1rem;
}
.jiejue_mobile_right{
    margin: 0 auto;
    width: 90%;
}
.jiejue_right_title{
    display: block;
    font-weight: bold;
}
.index_mobile_jijecontent{
    background-color: #f5f6f7;
}
.index_mobile_jijebanner{
    background: url(../images/banner_index.png) no-repeat;
    height: 1.5rem;
    background-size: 100%;
}
.dz_mobile_div{
    width: 43%;
    background-color: #ffffff;
    margin-left: 17px;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;

}
.mobile_five{
    display: flex;
    flex-wrap: wrap;
}
.dz_mobile_div img{
    padding: 0.1rem 0.5rem;
}
.index_five_jijecontent{
    background-color: #f5f6f7;
}
.dz_mobile_five_div{
    display: flex;
    background-color: #ffffff;
    margin-left: 17px;
    width: 90%;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
}
.dz_mobile_img{
    padding: 0.2rem 0rem
}
.dz_mobile_title{
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    display: block;
}
.dz_mobile_content{
    display: block;
    margin: 0 auto;
    padding-top: 14px;
}
.dz_mobile_xq{
    display: block;
    margin-top: 20px;
    color: #72b7f8;
}
.dz_mobile_rightDiv {
    border: 1px solid #eef7fd;
    /* padding: 0 1px; */
    /* background-color: #ff0000; */
}
.dz_mobile_rightDiv img{
    padding: 0.2rem;
    margin: 0 auto;
}
.cx_mobile_div{
    width: 30%;
    margin-left: 0.1rem;
}
.cx_mobile_background{
    background: url(../images/cx_background.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.15rem;
    color: #ffffff;
    display: flex;
    line-height: 0.4rem;
    justify-content: space-evenly;
}
.cx_mobile_background img{
    width:30%
}
.cx_mobile_xq{
    background-color: #ffffff;
    padding: 0.05rem;
    height: 1.8rem;
    text-align: left;
}
.mobile_active{
    color: #fff;
    background-color: #2c6cea;
}
.case_mobile_zhuti{
    background-color: #ffffff;
    height: 4.1rem;
    width: 428px;
    position: relative;
    width: 100%;
}
.pane_ti{
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #2c6cea;
}
.pane_mobile_ti{
    color: #2c6cea;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.5rem;
}
.case_mobile_contents{
    padding: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 1.5rem;
}
.case_mobile_zhuti img{
    padding: 0.2rem;
}
.product_mobile_superiority{
    display: flex;
    flex-wrap: wrap;
}
.product_mobile_body{
    padding: 0.1rem 0.1rem !important;
}
.mobie_rjfw{
    background: url(../images/mobile_rjfw.jpg) no-repeat center;
    height: 3rem;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}
.rj_mobile_title{
    font-weight: bold;
}
.rjimgmobile1{
    position: absolute;
    width: 0.6rem;
    text-align: center;
    left: 1%;
    bottom: 0;
}
.rjimgmobile2{
    position: absolute;
    top: 40%;
    left: 12%;
    width: 0.6rem;
    text-align: center;
}
.rjimgmobile3{
    position: absolute;
    left: 50%;
    width: 0.6rem;
    text-align: center;
    transform: translatex(-50%);
    top: 22%;
}
.rjimgmobile4{
    position: absolute;
    right: 12%;
    width: 0.6rem;
    text-align: center;
    top: 40%;
}
.rjimgmobile5{
    position: absolute;
    bottom: 0;
    width: 0.6rem;
    text-align: center;
    right: 1%;
}
.xw_mobile_one{
    width: 1rem;
    height: 1.2rem;
    border: 2px solid #95b5f4;
    text-align: center;
    width: 28%;
}
.xw_mobile_two{
    margin-left:0.1rem;
    width: 70%;
}
.list_mobile_bot{
    padding: 0.24rem 0.1rem 0.1rem 0.1rem !important;
}
.text_mobile_h2{
    text-overflow: ellipsis !important;
    white-space: inherit !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.mobile_month {
    font-size: 0.2rem;
    color: #2c6cea;
}
.mobile_year {
    font-size: 0.3rem;
    font-weight: bold;
    padding: 0.1rem 0 0 0;
    color: #2c6cea;
}
.commit_mobile_box{
    padding: 0.2rem 0 0 0 !important;
}
.mobile_box{
    background-color: #ffff;
    height: 3rem;
    padding: 0.2rem 0.2rem !important;
}
.mobile_five_box{
    background-color: #ffff;
    height: 1.8rem;
    padding: 0 0.2rem !important;  
    display: flex;
    float: left;
    width:100%;
}
.brand_position .container{
    max-width: 1400px;
}
.footer .container{
    max-width: 1400px;
}
.search .container{
    max-width: 1400px;
}
.product_superiority .container{
    max-width: 1400px;
}
.product_Industry .container{
    max-width: 1400px;
}
.product_architecture .container{
    max-width: 1400px;
}
.functional_framework .container{
    max-width: 1400px;
}
.product_goals .container{
    max-width: 1400px;
}
.cooperation_cases .container{
    max-width: 1400px;
}
.cooperation_fjxz .container {
    max-width: 1400px;
}
.search_content_bottom .container{
    max-width: 1400px;
}
.market .container{
    max-width: 1400px;
}
.guide .container{
    max-width: 1400px;
}
.jjfa_img img{
    width: 100%;
}
.brand_position .container{
    max-width: 1400px;
    /* min-width: 1400px; */
}
.brand_title_mobile_p1{
    text-align: center;
    color: #bcbcbc;
}
.partner_mobile_list{
    margin: 0.2rem;
}
.jijebannerimg1{

    position: absolute;
    left: 25%;
    top: 42%;

}
.jijebannerimg1 img:hover {
    transform: scale(1.3);
}

.jijebannerimg2{
    position: absolute;
    left: 19%;
    top: 50%;
    
}
.jijebannerimg2 img:hover {
    transform: scale(1.3);
}
.jijebannerimg3{
    position: absolute;
    left: 22%;
    top: 66%;
    
}
.jijebannerimg3 img:hover {
    transform: scale(1.3);
}
.jijebannerimg4{
    position: absolute;
    left: 32%;
    top: 68%;
    
}
.jijebannerimg4 img:hover {
    transform: scale(1.3);
}
.jijebannerimg5{
    position: absolute;
    left: 48%;
    top: 75%;

}
.jijebannerimg5 img:hover {
    transform: scale(1.3);
}
.jijebannerimg6{
    position: absolute;
    right: 32%;
    top: 68%;
    
}
.jijebannerimg6 img:hover {
    transform: scale(1.3);
}
.jijebannerimg7{
    position: absolute;
    right: 22%;
    top: 66%;
    
}
.jijebannerimg7 img:hover {
    transform: scale(1.3);
}
.jijebannerimg8{
    position: absolute;
    right: 14%;
    top: 58%;
}
.jijebannerimg8 img:hover {
    transform: scale(1.3);
}
.jijebannerimg9{
    position: absolute;
    right: 19%;
    top: 50%;
    
}
.jijebannerimg9 img:hover {
    transform: scale(1.3);
}
.jijebannerimg10{
    position: absolute;
    right: 25%;
    top: 42%;
    
}
.jijebannerimg10 img:hover {
    transform: scale(1.3);
}
.jjtxt{
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}
.div_cpjjfa{
    position: absolute;
    background-color: #ffffff;
    z-index: 8000;
    top: 100px;
    width: 100%;
    border-top: 1px solid #cfcfd0;
}
.div_bzhcp{
    position: absolute;
    background-color: #ffffff;
    z-index: 8000;
    top: 100px;
    width: 100%;
    border-top: 1px solid #cfcfd0;
}
.div_cpjjfa_div{
    width: 18%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 175px;
    margin-left: 6%;
}
.cpjjfa_c_one{
    color: #2c6cea;
    padding: 28px 0px 16px 0px;
    font-size: 16px;
    margin-left: 17px;
    font-weight: bold;

}
.cpjjfa_c_two{
    color: #858585;
    padding: 0px 18px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}
.div_rjfw{
    position: absolute;
    background-color: #ffffff;
    z-index: 8000;
    top: 100px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #cfcfd0;
}
.div_rjfw_div{
    width: 18%;
    display: inline-block;
    text-align: center;
    vertical-align: top;

}
.rjfw_one{
    color: #858585;
    padding: 0px 20px 20px 20px;
    font-size: 14px;
}
.category_color img{
    display: inline-block;
    padding: 0px 10px;
}

.nav_img{
    display: inline-block;
    padding: 0px 10px;
}
.gnjg_title{
    width: 20%;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #d8d8d8;
}
/* .gnjg_title:hover{
    background-color: #108cee;
    color:#ffffff;
} */
.bofang{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 16%;
    left: 46%;
    border: 3px solid white;
    z-index: 9;
    padding: 0.1rem 0.2rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: white;
}
.bofang img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}

