
.header{
    top : 0
}
.head_title{
    font-weight: 600;
}

.com-banner{
    padding-top: 63px;
}

.com-banner .tag {
	font-size  : 14px;
    max-width: 520px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
}

.com-banner .tit{
	/*
    max-width: 510px;
    */
    margin-top: 0;
    font-size: 34px;
    line-height: 50px;
    padding: 0 0 0;
}

.com-banner .disc {
	margin-top : 20px;
    max-width: 520px;
    line-height: 30px;
}



.D_Block_btn{
	
    font-size: 14px;
}




.head_desc {
    width: 800px;
    margin: 20px auto 0;
	color: #323437;
	line-height: 20px;
}
.head_title{
	color: #323437;
}

/***4区**/

.prd_fl4{
	margin-top : 100px;
}

.prd_wrap_fl4{
	width : 1200px;
	margin : 0 auto;
}

.prd_fl4_list{
    margin-top : 50px;
    padding-bottom : 0;
    display: flex;
    flex-wrap: wrap;
}
.prd_fl4_list .prd_fl4_block_0{   /*4 = 900  3=980 */
    width: calc(1200px / 3); /* 每个元素宽度为一行的三分之一 */
	height: auto;
	border-radius: 4px;
    transition: all .3s ease-out;
    margin-bottom : 30px;
}
.prd_fl4_list .prd_fl4_block{   /*4 = 900  3=980 */
    width: calc(1200px / 3 - 20px); /* 每个元素宽度为一行的三分之一 */
    height: 260px;
    border-radius: 4px;
    transition: all .3s ease-out;
    
    
    background: url(../../images/sol/f2_3.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    
    
}

.prd_fl4_list .prd_fl4_block:hover{
    box-shadow: 0px 2px 20px 0px rgba(81,115,174,0.2);
    transform: translateY(-3px);
    
    
    background: url(../../images/sol/f2_3_h.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.prd_fl4_list .prd_fl4_block .prd_fl4_title{
    padding : 38px  30px 0 ;
	font-size: 20px;
	font-weight: bold;
	color: #323437;
	line-height: 24px;
    position: relative;
}

.prd_fl4_list .prd_fl4_block .prd_fl4_desc{
	margin-top : 20px;
    padding : 0  30px 0 ;
	font-size: 15px;
	font-weight: 400;
	color: #323437;
	line-height: 26px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
	/*-webkit-line-clamp: 3;想省略几行就写几*/
	-webkit-box-orient: vertical;
}











/***方案架构***/
.prd_fl5{
	width : 100%;
	height: auto;
    background: url(../../images/sol/f2.png) center no-repeat;
    background-size: 100% 100%;
    
	padding-top : 70px;
    margin-top: 0;
    padding-bottom: 100px;
}


/**无图模式**/
.prd_fl4_list_noimg{
    margin-top : 50px;
    padding-bottom : 0;
    display: flex;
    flex-wrap: wrap;
}
.prd_fl4_list_noimg .prd_fl4_block_0{   /*4 = 900  3=980 */
    width: 600px; /* 每个元素宽度为一行的三分之一 */
    border-radius: 4px;
    transition: all .3s ease-out;
    margin-bottom : 30px;
    position: relative;
}

.prd_fl4_list_noimg .prd_fl4_block{   /*4 = 900  3=980 */
    width: 580px; /* 每个元素宽度为一行的三分之一 */
    height: 200px;
    
    background: #FFFFFF;
border-radius: 8px;
    
}
.prd_fl4_list_noimg .prd_fl4_block .prd_fl4_title{
    padding : 38px  30px 0 ;
    font-size: 20px;
    font-weight: bold;
    color: #323437;
    line-height: 24px;
    position: relative;
}

.prd_fl4_list_noimg .prd_fl4_block .prd_fl4_desc{
    margin-top : 20px;
    padding : 0  30px 0 ;
    font-size: 14px;
    font-weight: 400;
    color: #323437;
    line-height: 26px;
    
    
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
    /*-webkit-line-clamp: 3;想省略几行就写几*/
    -webkit-box-orient: vertical;
}

/**有图模式**/
.prd_fl4_list_img{
    margin-top : 50px;
    padding-bottom : 0;
    display: flex;
    flex-wrap: wrap;
}
.prd_fl4_list_img_txt{
	width : 450px
}

.prd_fl4_list_img_txt_block{
    width : 420px;
    height : 64px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-bottom : 8px;
    margin-left: 30px;
    transition: height 0.3s;
}

.prd_fl4_list_img_txt_block.active{
    
  
    height : 240px;
    display : block;
    background: url(../../images/sol/jg_bg.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}


.prd_fl4_list_img_txt_block_title{
	font-weight: bold;
	font-size: 18px;
	color: #323437;
	line-height: 64px;
	text-align: left;
	font-style: normal;
	padding-left : 46px;
    position: relative;
    cursor : pointer
}
.prd_fl4_list_img_txt_block_title:after {
    content: " ";
    top: 25px;
    left : 20px ;
    position: absolute;
    width: 12px;
    height: 12px;
    
    background: #8C8C8D;
    border-radius: 100%;
}
.active .prd_fl4_list_img_txt_block_title:after {
    content: " ";
    top: 25px;
    left : 20px ;
    position: absolute;
    width: 12px;
    height: 12px;
    
    background: #0B61F4;
    border-radius: 100%;
}
.prd_fl4_list_img_txt_block_title:before {
    content: " ";
    top: 21px;
    right : 15px ;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../images/sol/r.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}


.prd_fl4_list_img_txt_block_desc{
	display : none;
	width: 335px;
	height: 156px;
	font-weight: 400;
	font-size: 14px;
	color: #323437;
	line-height: 26px;
	text-align: justify;
	font-style: normal;
    padding-left : 46px;
}


.prd_fl4_list_img_txt_block.active .prd_fl4_list_img_txt_block_desc{
    display : block
}

.prd_fl4_list_img_txt_block.active .prd_fl4_list_img_txt_block_title{
    font-weight: bold;
    font-size: 18px;
    color: #007AF5;
    line-height: 64px;
    text-align: left;
    font-style: normal;
    padding-left : 46px;
    position: relative;
    cursor : pointer;
    
    
}
.prd_fl4_list_img_txt_block.active .prd_fl4_list_img_txt_block_title:before {
    content: " ";
    top: 21px;
    right : 15px ;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../images/sol/b.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}



.prd_fl4_list_img_img{
    width : 750px;
}
.prd_fl4_list_img_img img{
    width : 750px;
    cursor : zoom-in ;
}



/*方案优势*/

.prd_fl6{
    width : 100%;
    height: auto;
    background: url(../../images/sol/f3.png) center no-repeat;
    background-size: 100% 100%;
    
    padding-top : 70px;
    margin-top: 0;
    padding-bottom: 100px;
}
.prd_wrap_fl6{
    width : 1200px;
    margin : 0 auto;
    display: flex;
}
.prd_wrap_fl6_sidebar {
    flex-basis: 50%;
    position: relative;
    width : 620px;
    padding : 100px 0;
}
.prd_wrap_fl6_sidebar_intor{
    position: sticky;
    top: 160px;
}

.prd_wrap_fl6_content {
    flex-basis: 50%;
    top: auto;
}
.prd_wrap_fl6 .head_title{
	text-align : left;
    color : #fff;
    width: 80%;
}
.prd_wrap_fl6 .head_desc{
    text-align : left;
    color : #fff;
    width: 500px;
    margin-left : 0;
}
.prd_wrap_fl6 .head_a{
	display: inline-block; /* 或者使用 'display: inline;' */
	padding : 0 15px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #FFFFFF;

	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: left;
	font-style: normal;
}


/****方案优势样式4**/

.Floor_1 {
    width: AUTO;
    margin: 0 AUTO;
}

.f1_block .f1_list {
    width: 1200px;
}



.f1_list{
    width : 1200px;
    margin-top : 30px;
}

.f1_list .fl_r{
    float : left;
    width : 200px;
    height : 330px;
    margin-right : 22px;
    text-align : left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/ghzx/f1_bg.png);
    box-shadow: 0px 0px 9px 1px rgba(229,233,247,0.39);
    border-radius: 4px;
    transition: all .3s ease-out;
    
}

.f1_list .fl_r .f1_list_title_f1{
    display : block;
}

.f1_list .fl_r .f1_list_title_f2{
    display : none;
}
.f1_list .fl_r.f1_hover {
    width : 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/ghzx/f1_h.png);
    box-shadow: 0px 0px 9px 1px rgba(215,217,225,0.75);
    border-radius: 4px;
    transform: translateX(0);
}
.f1_list .fl_r.f1_hover .f1_list_title_f1{
    display : none;
}
.f1_list .fl_r.f1_hover .f1_list_title_f2{
    display : block;
}
.f1_list .fl_r:nth-child(5) {
    margin-right: 0;
}

.f1_block .f1_list .f1_list_title{
    width: 150px;
    font-size: 20px;
    font-weight: 500;
    color: #f9f9f9;
    line-height: 28px;
    margin : 28px 0 0 20px;
    text-align : left;
    font-weight: bold;
    height : auto;
}
.f1_block .f1_list .f1_list_desc{
    width: 160px;
    font-size: 14px;
    font-weight: 400;
    color: #f3f3f3;
    line-height: 24px;
    margin : 24px 0 0 22px;
    text-align : left;
    overflow: hidden;
     text-overflow: ellipsis;
 /* 弹性伸缩盒子模型显示 */
    display: -webkit-box;
     -webkit-line-clamp: 10;
     -webkit-box-orient: vertical;
        
}

.f1_block .f1_list .f1_list_desc.f1_list_desc_3 {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
        
}
.fl_r.f1_hover .f1_list_title{
    text-align : left;
    width: 260px;
    color: #333;
    font-weight: bold;
    margin-left :  20px;
    
	font-weight: 800;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	font-style: normal;
}
.fl_r.f1_hover .f1_list_desc{
    width: 260px;
    color: #FFFFFF;
    font-weight: 500;
    text-align : left;
    
    overflow: hidden;
     text-overflow: ellipsis;
 /* 弹性伸缩盒子模型显示 */
    display: -webkit-box;
     -webkit-line-clamp: 10;
     -webkit-box-orient: vertical;
     
     
font-size: 14px;
color: #333333;
line-height: 22px;
text-align: left;
font-style: normal;
}






/****方案优势样式5555**/
.pc_all .pc_all_content{max-width:1200px;margin:0 auto;width:100%;}




.CPowerB{background:#1F69E6;padding:100px 0;}
.CPowerB .CPowerB_content{width: 100%; display: flex; align-items: flex-start; justify-content: space-between;
    padding-top: 50px;}
.CPowerB .CPowerB_content .CPowerB_content_list{width: 25%; background: rgba(255,255,255,0.2);border-right: 1px solid #DDDDDD50; border-left: 1px solid #DDDDDD50;
border-top: 1px solid #DDDDDD50;border-bottom: 1px solid #DDDDDD50;position: relative; padding: 0 40px; padding-right: 0px;}
.CPowerB .CPowerB_content .CPowerB_content_list .Cp_B_Block { margin: 60px 0 60px 0;}
.CPowerB .CPowerB_content .CPowerB_content_list .Cp_B_Block .Cp_B_Block_title{ float : left ; width : 60% ; 
font-weight: 800;
font-size: 20px;
line-height: 30px;
text-align: left;
font-style: normal;
}
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_icon{ float : right ;width : 40%}
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_icon img{height: 64px;}

.CPowerB .CPowerB_content .CPowerB_content_list .content_list_dd{color: #F9F9F9; font-weight: bolder; }
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_dt{color: #D4F5FF; font-weight: bolder; line-height: 1.5;}
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_po{position: absolute; left: 0; top: -20px; width: calc(100%); height: auto;opacity: 0; 
-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); filter: scale(1); filter: transform; transition: all 0.5s ease 0s; 
-webkit-transform: all 0.5s ease 0s; z-index: 2; background: #D3F5FF; box-shadow: -10px 20px 40px 20px rgba(0,0,0,0.2); padding: 30px 30px;}
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_po .list_po_title{margin-bottom:20px;
margin-top: 10px;
font-weight: 800;
font-size: 20px;
color: #323437;
line-height: 20px;
text-align: left;
}
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_po .list_po_title .po_title_dd{width: 100%;color:#000000;font-weight: 600;position:relative;padding-bottom:0;}
/*
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_po .list_po_title .po_title_dd:after{content:"";width: 27%;height:3px;background:#000000;border-radius:100px;position:absolute;left:0;bottom:0;}
*/
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_po .list_po_txt{}
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_po .list_po_txt p{
	font-weight: 200;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: left;
	height: 150px;
}
.CPowerB .CPowerB_content .CPowerB_content_list:last-child{}
.CPowerB .CPowerB_content .CPowerB_content_list:hover .content_list_po{opacity: 1; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); filter: scale(1.1); filter: transform; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}





@media screen and (max-width:1680px){    
    .pc_all .pc_all_content{ max-width: 1200px;}

}

@media screen and (max-width:1440px){    
    .pc_all .pc_all_content{ max-width: 1200px;}
    
    
}

@media screen and (max-width:1366px){    
    .pc_all .pc_all_content{ max-width: 1200px;}
}

@media screen and (max-width:1280px){    
    .pc_all .pc_all_content{ max-width: 1200px;}
}

@media screen and (max-width:1240px){    
    .pc_all .pc_all_content{ max-width: 1100px; }
    
    .CPowerB .CPowerB_content .CPowerB_content_list .content_list_icon img{height: 45px;}

}

@media screen and (max-width:1152px){    
    img{ max-width:100%;}
    .pc_all .pc_all_content{ max-width: 88%;}

    .CPowerB{padding:130px 0;}
    
}

@media screen and (max-width:1024px){    /*ipad-y*/
    .pc_all .pc_all_content{ max-width: 90%;}
    
}

@media screen and (max-width:766px){    /*iphone*/
    .CPowerB{padding: 5px 0 10px 0;}
    .CPowerB .CPowerB_content .CPowerB_content_list .Cp_B_Block{   margin : 0 }
    
.CPowerB .CPowerB_content .CPowerB_content_list .Cp_B_Block .Cp_B_Block_title{float : unset ;
    font-size: 4.5vw;}
.CPowerB .CPowerB_content .CPowerB_content_list .content_list_icon{ float : unset}

    .CPowerB .CPowerB_content{align-items: center; justify-content: center; flex-direction: column;}
    .CPowerB .CPowerB_content .CPowerB_content_list{width: 100%;padding: 20px;margin-bottom: 20px;box-sizing: border-box;}
    .CPowerB .CPowerB_content .CPowerB_content_list .content_list_dd{        margin: 1vw 0 ; font-size : 4vw}
    .CPowerB .CPowerB_content .CPowerB_content_list .content_list_po{width: 100%;padding: 20px;    box-shadow: unset;}
    .CPowerB .CPowerB_content .CPowerB_content_list:last-child{margin-bottom: 0px;}
    .CPowerB .CPowerB_content .CPowerB_content_list .content_list_po{margin-top: 0;position: relative;top:0;opacity: 1;padding: 0;background: transparent;height: auto;}
    .CPowerB .CPowerB_content .CPowerB_content_list .content_list_po .list_po_txt p{
    color: #fff; 
        font-size: 3.5vw;
        line-height: 1.55;
        font-weight: 400;
     opacity: 1;
    height: auto;}
    .CPowerB .CPowerB_content .CPowerB_content_list:hover .content_list_po{-webkit-transform: scale(1);-transform: scale(1);}
    .CPowerB .CPowerB_content .CPowerB_content_list .content_list_po .list_po_title{display:none;}
    
}









/* 白皮书**/
.index_fl3_wall{
	margin-top : 0;
}
.fl3_btn_a{
	display : block;
	width:fit-content;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	margin : 26px auto 0;
    color: #2372F9;
    font-size : 14px;
}
.fl3_btn_a:hover{
    color: #5D92EE;
}






/**8区**/
.index_fl6_anl {
    margin-top: 100px;
}
.index_wrap_fl6 {
    width: 1055px;
    border: 0px solid #f00;
    padding-bottom: 0;
}
.index_fl6_anl.pc .D_block{
	width : 1044px;
    margin: 0 auto;
}
.index_fl6_anl.pc .D_Block_img:after{
	display : none;
}
.index_fl6_anl.pc .D_block .D_block_list{
	width: 318px;
	height: 348px;
    background: #FDFEFF;
	border-radius: 12px;
}
.fl6-digSwiper ul{
	margin-top : 20px;
}
.fl6-digSwiper ul li {
    float: left;
    background-color: #fff;
    margin: 0 15px;
    width: 318px;
    height: 348px;
    position: relative;
    overflow: hidden;
    border: 0px solid #f00;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 8px;
    transition: all .3s ease-out;
    cursor : pointer;
box-shadow: 0px 2px 14px 0px rgba(81,115,174,0.08);
}
.fl6-digSwiper ul li:hover {
background: #FDFEFF;
box-shadow: 0px 2px 20px 0px rgba(81,115,174,0.2);
border-radius: 12px;

}

.D_block .D_block_list:hover{
	
    transition: all 0.3s;
    box-shadow: unset;
    color: #fff;
    margin-top: 0;
}





/**10区*/
.index_fl8_wall{
    margin-top: 100px;
    background-color: #fff;
    
}















