li {
    list-style: none;
}

.producth {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.product_b {
    max-width: 1170px;
    margin: 0 auto;
}

.product_b .product_title .tltle_name {
    /* float: left; */
    height: 50px;
    line-height: 50px;
    font-size: 33px;
    color: #036eb8;
    font-weight: bold;
    padding-left: 15px;
}

.product_b .product_title {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #036eb8;
    margin-bottom: 40px;
    position: relative;
}

.product_b .product_title .tltle_name span {
    font-size: 25px;
}

.product_title .title_more {
    /* float: right; */
    height: 28px;
    margin-top: 20px;
    margin-right: 15px;
}

.product_title .title_more a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background-size: 20px;
    font-size: 14px;
    padding-left: 30px;
    color: #7b7b7b;
}

.product_title .title_more a img {
    width: 23px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.product_title .title_more:hover a {
    color: #036eb8;
    transition: all 0.7s;
}

.product_title .title_more:hover .titleen2 {
    display: block;
    transition: all 0.7s;
}

.product_title .title_more:hover .nonet {
    display: none;
    transition: all 0.7s;
}

.titleen2 {
    display: none;
}
@media screen and (max-width: 797px) {
    .pros_one {
        margin-bottom: 20px;
        height: 200px !important;
    }
    .pros_box {
       
        margin: 0px 15px !important;
      
    }
    .pros_zhe h3{
        font-size: 16px !important;
    }
    .pros_zhe p{
        font-size: 12px !important;
        height: 18px !important;
        margin-top: 5px !important; 
    }
    .flash{
        margin-top: 80px;
    }
    .product_b .product_title .tltle_name span {
        font-size: 16px;
    }
    .product_b .product_title .tltle_name{
        font-size: 24px;
    }
    .product_title .title_more{
        margin-top: 14px;
    }
    .solutionh_b .solutionh_title .tltle_name{
        font-size: 24px !important;
    }
    .solutionh_b .solutionh_title .tltle_name span{
        font-size: 16px !important;
    }
    .solutionh_b .solutionh_title{
        padding-bottom: 0 !important; 
    }
    .solutionh_title .title_more{
        margin-top: 14px !important;
    }
    .solutionh_title .tltle_name{
        font-size: 24px !important;
    }
    .solutionh_title .tltle_name span{
        font-size: 16px !important;
    }
    .solutionh_title{
        padding-bottom: 0 !important;
    }
    .newh_left{
        height: auto !important;

    }
    .bottom_heart_right{
        display: none;
    }
    .product_b .product_title {
        padding-bottom: 0px;
    }
}
.product_main {
    margin-bottom: 60px;
}

.pros_box {
    overflow: hidden;
    display: flex;
    margin: 20px 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

.pros_one {
    overflow: hidden;
    /* width: 50%; */
    position: relative;
    height: 220px;
    margin-bottom: 20px;
}

.pros_one img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    transition: all 0.7s;
}

.pros_one:hover .pros_img {
    transform: scale(1.1);
    opacity: 1;
}

.pros_zhe {
    background: url(../imgs/001.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.pros_zhe h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 60px;
    text-align: center;
    width: 78%;
    float: right;
}


.pros_zhe p {
    float: right;
    width: 78%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    height: 23px;
    padding: 0px 10px;
}

.pros_line {
    position: relative;
    margin-top: 20px;
    float: right;
    width: 78%;
}

.pros_zhe::after {
    content: "";
    position: absolute;
    top: 68%;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #fdfdfd;
    transition: all 1s;
}

.pros_zhe:hover:after {
    left: 45%;
    transition: all 1s;
    width: 100px;
}



/* solution */

.solutionh {
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 58px 0px;
}
@media screen and (max-width: 797px){
    .solutionh{
        padding: 30px 0px;
    }
    .product_main{
        margin-bottom: 30px;
    }
    .e_richText-19 img{
         width: 100%;
    }
}
.solutionh_b {
    max-width: 1170px;
    margin: 0 auto;
}

.solutionh_b .solutionh_title .tltle_name {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 33px;
    color: #036eb8;
    font-weight: bold;
    padding-left: 15px;
}

.solutionh_b .solutionh_title {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #036eb8;
    margin-bottom: 10px;
    position: relative;
}

.solutionh_b .solutionh_title .tltle_name span {
    font-size: 25px;
}

.solutionh_title .title_more {
    float: right;
    height: 28px;
    margin-top: 20px;
    margin-right: 10px;
}

.solutionh_title .title_more a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background-size: 20px;
    font-size: 14px;
    padding-left: 30px;
    color: #7b7b7b;
}

.solutionh_title .title_more a img {
    width: 23px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.solutionh_title .title_more:hover a {
    color: #036eb8;
    transition: all 0.7s;
}

.solutionh_title .title_more:hover .titleen2 {
    display: block;
    transition: all 0.7s;
}

.solutionh_title .title_more:hover .nonet {
    display: none;
    transition: all 0.7s;
}

.titleen2 {
    display: none;
}

.solutionh_main {
    overflow: hidden;
    margin-top: 20px;
}

.solu_box {}

.solu_box img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.solu_box .solu_left {
    height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    margin-bottom: 20px;
}
.solu_box .solu_left a{
    display: block;
    height: 100%;
    width: 100%;
}
.solu_box .solu_right a{
    display: block;
    height: 100%;
    width: 100%;
}
.mask_layer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #35353580;
    transition: all 0.6s;
}

.solu_box .solu_left:hover .mask_layer {
    background: #036db88e;
}

.mask_layer h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 100px;
}

.mask_layer p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    width: 60%;
    margin: 20px auto;
    height: 33px;
    overflow: hidden;
}

.solu_box .solu_right {
    height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.solu_box .solu_right:hover .mask_layer {
    background: #036db88e;
}

.solu_box .solu_cen {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    height: 261px;
}
.solu_box .solu_cen a{
    display: block;
    width: 100%;
    height: 100%;
}
.solu_box .solu_cen:hover .mask_layer {
    background: #036db88e;
}

@media screen and (min-width: 797px) {
    .solution2:nth-child(1) {
        padding-left: 0px;
        padding-right: 10px;
    }

    .solution2:nth-child(2) {
        padding-right: 5px;
        padding-left: 5px;
    }

    .solution2:nth-child(3) {
        padding-right: 0px;
        padding-left: 10px;
    }

    .solution1:nth-child(1) {
        padding-left: 0px;
        padding-right: 10px;
    }

    .solution1:nth-child(2) {
        padding-right: 0px;
        padding-left: 10px;
    }
 
}





@media screen and (max-width: 797px) {
    .solu_box .solu_left {
        height: 261px;
    }
    .solu_box .solu_right{
        height: 261px;
    }
}

/* aboutus */

.company_p {
    width: 100%;
    overflow: hidden;
}

.company_p_b {
    max-width: 1170px;
    margin: 20px auto;
}

.company_left {
    margin-bottom: 20px;
}

.company_right {
    margin-bottom: 20px;
}

.solutionh_title .tltle_name {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 33px;
    color: #036eb8;
    font-weight: bold;
    padding-left: 15px;
}

.solutionh_title {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #036eb8;
    margin-bottom: 30px;
    position: relative;
}

.solutionh_title .tltle_name span {
    font-size: 25px;
}

.solutionh_title .title_more {
    float: right;
    height: 28px;
    margin-top: 20px;
    margin-right: 10px;
}

.solutionh_title .title_more a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background-size: 20px;
    font-size: 14px;
    padding-left: 30px;
    color: #7b7b7b;
}

.company_p_b .solutionh_title .title_more a img {
    width: 32px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.solutionh_title .title_more:hover a {
    color: #036eb8;
    transition: all 0.7s;
}

.solutionh_title .title_more:hover .titleen2 {
    display: block;
    transition: all 0.7s;
}

.solutionh_title .title_more:hover .nonet {
    display: none;
    transition: all 0.7s;
}

.titleen2 {
    display: none;
}

.company_main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.company_right img {
    width: 90%;
    display: block;
    margin: auto;
}

/* new */

.newh {
    width: 100%;
    overflow: hidden;
}

.newh_b {
    max-width: 1170px;
    margin: auto;
}

.newh_left {
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.newh_left img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: all 0.6s;
}

.newh_left:hover img {
    transform: scale(1.1);
}

.metgu {
    position: relative;
    overflow: hidden;
}

.newh_leftzhe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 124px;
    padding: 0px 30px;
}

.newh_leftzhe .emmt {
    width: 90%;
}

.newh_leftzhe .emmt h4 {
    color: #fff;
    width: 80%;
    margin-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.4s;
}

.metgu:hover h4 {
    color: red;
}

.newh_leftzhe .emmt p {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.384);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}

.metgu:hover p {
    color: rgb(255, 255, 255);
}

.newh_right ul {
    padding: 0;
}

.newh_right ul li {
    width: 100%;
    height: 88px;
    list-style: none;
    margin-bottom: 12px;
}

.newh_right ul li a {
    display: block;
    /* width: 495px; */
    height: 88px;
    padding: 0px 35px;
    background-color: #f3f3f3;
    position: relative;
    -webkit-transition: all 0.4s
}

.newh_right ul li a:hover {
    background: #288cd3;
}

.newh_right ul li a:hover .newsdate p:nth-child(1) {
    color: rgb(247, 110, 110);
}

.newh_right ul li a:hover .newssize h4 {
    color: rgb(247, 110, 110);
}

.newsdate {
    float: left;
    color: #1b1b1bb0;
    width: 15%;
}

.newsdate p:nth-child(1) {
    font-size: 40px;
    font-weight: bolder;
    margin-top: 18px;
    margin-bottom: 5px;
    line-height: 38px;
    -webkit-transition: all 0.4s ease-in-out;
}

.newsdate p:nth-child(2) {
    font-size: 12px;

    font-weight: bolder;
}

.newssize {
    float: right;
    width: 85%;
    padding-left: 10px;
}
.home-dec{
    text-decoration: none !important;
}
.newssize h4 {
    width: 100%;
    font-size: 16px;

    color: #000;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    margin-bottom: 0;
}

.newssize p {
    width: 100%;
    height: 36px;
    font-size: 12px;
    line-height: 18px;
    color: #acacac;
    line-height: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 797px) {
    .newh_right ul li {
        margin-top: 20px;
    }
}


/* bottom */
.bottomh {
    width: 100%;
    overflow: auto;
    margin-top: 50px;
}

/* .bottomh_b{
    max-width: 1170px;
    margin: auto;
} */
.bottomh_T {
    background: #00518b;
    overflow: hidden;
}

.bottomh_T ul {
    max-width: 1170px;
    margin: auto;
    padding-left: 0;
    overflow: hidden;
}

.bottomh_T ul li {
    float: left;
    width: 16.6%;
    padding: 20px;
    text-align: center;
    color: #f2f2f2;
}

.bottomh_T ul li a {
    color: #fdfdfd;
    display: block;
}

.bottomh_B {
    background: #033050;
    overflow: hidden;
}

.bottom_heart {
    max-width: 1170px;
    margin: auto;
    padding-top: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.bottom_heart_center p {
    color: #f2f2f2;
    margin-left: 100px;
}

.bottom_heart_center p .glyphicon {
    margin: 0px 10px;
}

.bottom_heart_right img {
    display: block;
    margin: auto;
    width: 120px;
}

.bottom_heart_right p {
    color: #f2f2f2;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.footerh {
    background: #033050;
    border-top: 1px solid rgba(255, 255, 255, 0.288);
    margin-top: 20px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.footerh a {
    color: rgba(255, 255, 255, 0.5);
}



.navigation {
    width: 100%;
    height: 70px;
    background-color: rgba(242, 242, 243, 1);
}

.navigation_b {
    max-width: 1170px;
    margin: auto;
}

.navigation_b p {
    margin-bottom: 0;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
}

.navigation_b p img {
    width: 30px;
    display: block;
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}

.navigation_b a {
    text-decoration: none;
    color: #7b7b7b;
}

.navigation_b a:hover {
    color: #036eb8;
}

@media screen and (max-width: 797px) {
    .bottom_heart_left {
        display: flex;
        align-items: center;
        /* justify-content: center; */
        margin-bottom: 20px;
    }
    .bottom_heart_left img{
        margin-left: 15px;
    }
    .bottom_heart_center {
        margin-bottom: 20px;
    }

    .bottom_heart_center p {
        margin-left: 8px;

    }

    .bottomh_T ul {
        padding: 0px 15px;
    }

    .bottomh_T ul li {
        padding: 10px;
    }

    .footerh {
        line-height: 20px;
        padding: 10px 15px;
    }

    .sub-menu .mean {
        display: none;
    }
/* 
    .particulars_top {

        padding: 0px 15px;

    } */
    .navigation_b p{
        padding: 0px 15px;
    }
    .particulars_top p {
        width: 150px !important;
    }
    .particulars_top {
        margin: 20px 10px !important;
    }
    .miaoshu img{
       width: 100%;
    }
    .title_en{
        display: none;
    }
    .about_title{
        height: 30px !important;
    }
    .newh_right ul li a{
        padding: 0px 15px;
    }
    .pcitem{
        display: none;
    }
    .mobitem{
        height: 160px;
    }
    .response-transition>p>img{
        width: 100%;
        display: block;
        padding: 0px 15px;
    }
}


.particulars_top {
    max-width: 1170px;
    margin: 20px auto;
    border-bottom: 1px solid #d9d9d9;
}

.particulars_top p {

    background: #288cd3;
    width: 250px;
    height: 60px;
    text-align: center;
    color: #f2f2f2;
    line-height: 60px;
    margin-bottom: 0;
}
.mobitem{
    background-size: 100% 100% !important;
}



/* about us */

.about_title{
    position: relative;
    width: 100%;
    height: 145px;
   margin: 50px 0px;
}
.title_en{
    width: 100%;
    font-size: 140px;
    color: rgba(0,0,0,0.06);
    font-weight: 1000;
    line-height: 159px;
    position: absolute;
    top: 0px;
    text-align: center;
    overflow: hidden;
}
.e_righy h3{
    color: #036eb8;
    margin-bottom: 20px;
}
.e_righy h3 .dhsj2{
    font-size: 18px !important;
    color: #036db86c;
}
.e_righy p{
    color: #6a7780;
}
.e_righy .glyphicon{
    color: #036eb8;
    margin-right: 10px;
}