

.marginTops{
    margin-top: 20px;
}
.productCenter_contents_divs{
    overflow: hidden;
    width: 90%;
    margin: 20px auto 0;
}
.page_content_margin2{
    margin: 30px  auto;
    overflow: hidden;
}
.productCenter_contents_div{
    /* width: 24%; */
    /* float: left; */
    box-sizing: border-box;
}

.productCenter_contents_div2{
    width: 33.33%;
}

.productCenter_contents_div_title{
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}
.productCenter_contents_divs2{
    display: flex;
    justify-content: space-between;

}
.productCenter_contents_divs2_right{
    min-width: 337px;
    margin-left: 40px;
    display: flex;
    flex-direction:column ;
}
.productCenter_contents_divs2_right img:last-child{
    margin-top: 20px;
}
.productCenter_contents_divs2_left_title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.productCenter_contents_divs2_left_title:first-child{
    margin-top: 0px;
}
.solu_navs1s_divs{
    display: none;
}

.productCenter_contents_divs2_right2{
    min-width: 412px;
    margin-top: 20px;
}
.productCenter_contents_divs3_right1{
    min-width: 424px;
    margin-top: 20px;
}

.productCenter_content_hlw_title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.productCenter_content_hlw_img{
    margin: 30px 0;
    text-align: center;
}
.productCenter_content_znjs{
    display: flex;
    justify-content: flex-start;
}
.productCenter_content_znjs_left_title{
    font-size: 16px;
    font-weight: bold;
}
.productCenter_content_znjs_left ul{
    margin-top: 20px
}
.productCenter_content_znjs_left li{
    margin-top: 10px
}
.productCenter_content_znjs_right{
    margin-left: 30px;
    min-width: 516px;
}
.productCenter_contents_divs2_right3{
    margin-top: 30px;
}
.page_2_1_nav{
    width: 100%;
display: flex;
justify-content: flex-start;
margin: 30px  0;
}
.page_2_1_nav div{
    width: 20%;
    line-height: 52px;
    font-weight: bold;
    font-size: 16px;
}
.page_2_1_nav div img{
    max-width: 95%;
}
.page_2_1_nav div:first-child{
    width: 10%;
}
.page_2_1_imgs{
    display: flex;
    flex: 1;
justify-content: flex-start;
overflow: hidden;
}
.page_2_1_imgs div{
    width: 25%;
    text-align: center;
    padding: 0 10px;
}
.page_2_1_imgs div img{
    max-width: 100%;
}
.page_2_1_imgs div:first-child{
    margin-left: 0;
}
.page_2_1_imgs div:last-child{
    margin-right: 0;
}
.page_2_2 span{
    color:  #0F6DCF;
}
.page_2_2_imgs{
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    margin-top: 20px;
}
.page_2_2_imgs div{
    text-align: center;
    padding: 0 10px;
    width: 33.33%;
}
.page_2_2_imgs div img{
 max-width: 100%;
}
.page_2_2_imgs div:first-child{
    margin-left: 0;
}
.page_2_2_imgs div:last-child{
    margin-right: 0;
}
.page_2_3_right{
    width: 443px;
}
.page_2_3_right img{
    width: 100%;
}

.page_2_3{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.page_2_3_left img{
    max-width: 40%;
        display: inline-block;
        margin: 10px;
}

.productCenter_contents_div_img3{
    margin-top: 30px;
}
.productCenter_contents_div_img3 img:first-child{
    margin-right: 30px
}
.productCenter_contents_div_img {
    margin-bottom: 20px;
}

.productCenter_contents5_row1_div{
    padding: 0 30px;
}

.productCenter_contents5_row2{
    display: flex;
    justify-content: flex-start;
}
.productCenter_contents5_row2_div{
    width: 20%;
    padding:0 15px
}

.p21_ul li{
    margin-bottom: 10px;
}
.contents_solution_content_ul li {
  padding: 10px 0;
  margin-bottom: 0px;
}

.solu_navsT{
    width: 50%;
}
.solu_nav_active .solu_navs_div_left{
    color: #fff;
}
.solu_navs_div_left a{
    color: #333;
}
.solu_nav_active .solu_navs_div_left a{
    color: #fff;
}

/* .solu_navs_div{
    width: 180px !important;
    padding: 12px 10px !important;
    display: flex;
    justify-content: space-between;
}

 */


.solu_navs2 {
    width: 100%;
    overflow: hidden;
    /* margin-top: 30px; */
}

.solu_navs2 .solu_navs_div {
    width: 250px;
    padding: 10px;
    /* border-radius: 3px; */
    color: #333;
    background: #dedede;
    cursor: pointer;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
}

.solu_navs2 .solu_navs_div:hover {
    background-color: rgba(15, 109, 207, .7);
    /* color: #fff; */
}


.solu_navs2 .solu_nav_active {
    background: #0F6DCF;
    color: #fff;
}

.solu_navs_div_left{
    text-align: left  ;
    padding: 0px ;
    width: 150px ;
}
.solu_navs_div_right{
    padding: 0px ;
    width: 30px ;
    height: 25px;
}

.solu_navs_div_Mask{
    display: none;
}

.solu_navs_div_Mask li a{
    display: block;
    width: 100%;
    margin: 3px;
}
.solu_navs_div_Mask li:hover a{
    color: #0F6DCF;
    font-weight: bold;
}
 .solu_navs_div_right{
    background: url('../images/icon/jtGrey.png') center center no-repeat;
}
.solu_nav_active .solu_navs_div_right{
    background: url('../images/icon/jtWihte.png') center center no-repeat;
}



.solu_navs_div_Mask22 li a{
    display: block;
    width: 100%;
    margin: 3px;
}
.solu_navs_div_Mask22 li:hover a{
    color: #0F6DCF;
    font-weight: bold;
}
/* .solu_navs2 .solu_nav_active:hover {
    background: #0F6DCF;
    color: #fff;
} */
.solu_navs_div2{
    width: 200px;
    padding: 10px;
    /* border-radius: 3px; */
    color: #333;
    background: #dedede;
    cursor: pointer;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
}
.solu_navsSP{
    display: flex;
    justify-content: center;
}
.solu_navsSP div{
    margin-right: 20px;
}
.solu_navsSP div:last-child{
    margin-right: 0px;
}

.newPages_contents{
    /* display: none; */
}
.pageClick{
    width: 200px;
    padding: 5px 0 5px 30px;
    font-size: 13px;
    cursor: pointer;
    /* border-bottom: 1px solid #ccc; */
}
.pageClick a{
    color: #333;
}
.pageClick:last-child{
    border: none;
}
.pageClick:hover{
    color: #0F6DCF !important;
    font-weight: bold !important;
}
.newPages_left{
    margin-bottom: 30px;
}

.twoImg{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.twoImg div{
    width: 50%;
}
.twoImg div:first-child{
    padding-left: 0;
    padding-right: 10px;
}
.twoImg div:last-child{
    padding-right: 0;
    padding-left: 10px;
}
.twoImg img{
    width: 100%;
}

.page_2_2_imgs{
    display: flex;
    justify-content: center;
}
.productCenterLi_left_new{
    display: block;
}
.productCenterLi_left_new img{
    width: 48px;
    height: 48px;
}
.productCenter_page_content_img3 img{
    max-width: 49%;
}


/* .contents_solution_content_p_ul_right{
    width: calc(100% - 170px);
}
.contents_solution_content_p_ul_right_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
} */



.navs_ul{
    width: 250px;
    display: none;
}

.navs_ul .navs_li_div_left{
    font-weight: bold;
}

.navs_li{
    display: flex;
    justify-content: space-between;
    width: 250px;
    padding:  0 10px 0 25px;
    cursor: pointer;
    margin: 10px 0;
}
.navs_li:hover {
  background: #f2f2f2;
}
.navs_li_div_active{
    color: #0F6DCF;
}
.navs_li_div_right{
    width: 30px;
    background: url('../images/icon/jtGrey.png') center center no-repeat;
}
.navs_li_div_active .navs_li_div_right{
    width: 30px;
    background: url('../images/icon/jtGrey.png') center center no-repeat;
    transform:rotate(90deg);
}

.navs_li_ul{
    width: 250px;
    display: none;
}
.navs_li_ul_li{
    width: 250px;
    padding:  0 10px 0 40px;
    cursor: pointer;
    font-size: 13px;
    margin: 5px 0;
}
.navs_li_ul_li a{
    color: #333;
}
.navs_li_div_left a{
    color: #333;
}