/* about-start */
.Company {
    width: 100%;
    overflow: hidden;
    margin: 60px 0 30px;
}

.Company .w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Company .w .Company_text {
    width: 100%;
}

.Company .w .Company_text h3 {
    font-size: 30px;
    margin: 0 0 25px;
    font-weight: bold;
    position: relative;
}

.Company .w .Company_text h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 120px;
    height: 6px;
    background-color: #095ac2;
}

.Company .w p {
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.Company .w .Company_img {
    width: 46%;
    float: right;
    padding-left: 20px;
}

.Company .w .Company_img img {
    width: 100%;
}

.product-box {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.product-header ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product-header ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 24%;
    border-bottom: 1px solid #fff;
    margin: 0;
    cursor: pointer;
}

.product-header {
    padding-top: 10px;
}

.product-header ul li:hover::after {
    display: inline-block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #095ac2b5;
    z-index: 1;
    height: 100%;
}

.product-header ul .on::after {
    display: inline-block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #095ac2b5;
    z-index: 1;
    height: 100%;
}

.Company .w .ysbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0;
    padding-bottom: 50px;
}

.Company .w .ysbox li {
    width: 24%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 20px 25px 0px rgba(197, 197, 197, 0.35);
    padding: 0 35px 35px;
}

.Company .w .ysbox li>div {
    width: 80px;
    height: 80px;
    background-color: #095ac2;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.Company .w .ysbox li img {
    width: 100%;
    display: block;
    padding: 20px;
}

.Company .w .ysbox li h3 {
    font-size: 16px;
    margin: 30px 0;
    font-weight: bold;
}

.Company .w .ysbox li p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #333;
}

/* about--end */

/* contact--start */
.cont {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 40px 0 70px;
}

.cont .w {
    display: flex;
    flex-wrap: wrap;
}

.cont .w ul {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin: 0;
    position: relative;
}

.cont .w ul h3 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 15px 0 30px;
    text-align: center;
}

.cont .w ul li {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
    float: left;
    text-align: center;
    width: 33.33%;
}

.cont .w ul li>div {
    width: 62px;
    height: 62px;
    margin: auto;
    border: 2px solid #095ac2;
    border-radius: 50%;
}

.cont .w ul li span {
    font-size: 30px;
    color: #095ac2;
    line-height: 60px;
}

.cont .w ul li>h4 {
    font-size: 20px;
    margin: 10px 0;
    color: #000;
    font-weight: bold;
}

.cont .w ul li>p {
    font-size: 14px;
    color: #333;
}

.cont .w ul .lxewm img {
    width: 130px;
    float: left;
    margin-right: 10px;
}

.cont .w .map_box {
    width: 100%;
    border: 15px solid #fff;
}

#dituContent {
    height: 400px;
}

.iw_poi_title {
    color: #095ac2;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
    border-bottom: 1px dashed #095ac2;
    display: block;
    margin-top: -2px;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    color: #666;
}

/* contact--end */
/* message--start */
.message{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.message .w ul h1{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.message .w ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}
.message .w ul li{
    width: 24.5%;
    margin-bottom: 15px;
}
.message .w ul li input{
    width: 100%;
    outline: none;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 46px;
    padding: 0 10px;
}
.message .w ul li input:focus,
.message .w ul .lybox textarea:focus{
    border: 2px solid #80bdff;
}
.message .w ul .lybox{
    width: 100%;
}
.message .w ul .lybox textarea{
    width: 100%;
    height: 200px;
    outline: none;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    transition: all 0.3s;
    font-size: 14px;
    padding: 10px;
}
.message .w ul #submitLogin{
    width: 250px;
    line-height: 54px;
    background-color: #ced4da;
    margin: auto;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    padding: 0 10px;
    cursor: pointer;
}
.message .w ul #submitLogin:hover{
    background-color: #0f58d6;
    color: #fff;
}
/* message--end */

/* news--start */
.new_box ul li {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    margin: 40px 0;
}

.new_box ul li:hover {
    box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.new_box ul li .pic_box {
    width: 30%;
    float: left;
    overflow: hidden;
}

.new_box ul li .pic_box img {
    width: 100%;
    height: 230px;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.new_box ul li:hover .pic_box img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.new_box ul li .qylb_tit {
    width: 70%;
    float: right;
    padding: 0 3%;
}

.new_box ul li .qylb_tit h3 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 35px 0 15px;
}

.new_box ul li .qylb_tit h3 a {
    color: #333;
    transition: all 0.5s;
    font-size: 20px;
}

.new_box ul li:hover .qylb_tit h3 a {
    color: #0f58d6
}

.new_box ul li .qylb_tit p {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
}

.hy_more {
    color: #333;
    display: inline-block;
    background-color: #e5e5e5;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    border-radius: 5px;
    float: right;
    width: 140px;
    line-height: 44px;
    text-align: center;
    position: relative;
    top: 10px;
    font-size: 14px;
}

.new_box ul li:hover .hy_more {
    background-color: #0f58d6;
    color: #fff;
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -o-transform: translateX(6px);
    -ms-transform: translateX(6px);
}

.hy_time {
    color: #999;
}

/* news--end */
/* application--start */
.testimonial-page .w>h1 {
    color: #333;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 30px;
    margin: 50px 0 30px;
    font-weight: bold;
    position: relative;
}

.testimonial-page .w>h1::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #0f58d6;
    margin-top: 6px;
    left: 0;
    bottom: -10px;
}

.testimonial-page .w>p {
    font-size: 14px;
    color: #848484;
}

.testimonial-page .w>ul {
    border-top: #d7d7d7 solid 1px;
    border-bottom: #d7d7d7 solid 1px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 10px 0 30px;
}

.testimonial-page .w>ul li {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #c3c3c3;
}

.testimonial-page .w>ul li a {
    color: #848484;
    transition: all 0.5s;
    font-size: 14px;
}

.testimonial-page .w>ul li a:hover {
    color: #0f58d6;
}

.testimonial-page .w .appli_box {
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
}

.application {
    overflow: hidden;
    margin: 10px 0.6%;
    float: left;
    width: 32%;
    position: relative;
}

.application img {
    width: 100%;
}

.application>a>div {
    width: 100%;
    position: relative;
}

.application>a>div::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000052;
    transition: all 0.5s;
}

.application>a>div:hover::after {
    background-color: #00000078;
}

.application a h2 {
    font-size: 24px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    margin: 0;
    color: #fff;
    z-index: 1;
}

.txymz .w h1 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    line-height: 22px;
}

.txymz .w .time {
    color: #999;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.new_text,
.txymz .w .new_text p {
    font-size: 14px;
    line-height: 28px;
}

/* application--end */

/* brand--start */
.brand .w ul {
    background-color: #ebebeb;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    border: 1px solid #ebebeb;
}

.brand .w ul li {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    height: 100%;
    overflow: hidden;
}

.brand .w ul li a {
    display: block;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    text-align: center;
    font-size: 20px;
}

.brand .w ul li img {
    width: 78%;
    transition: all 0.5s;
}

.brand .w ul li:hover img {
    transform: scale(1.3);
}

/* brand--end */

@media screen and (max-width: 768px){
    .Company {
        width: 100%;
        overflow: hidden;
        margin: 30px 0;
        padding: 0 10px;
    }
    .Company .w .Company_img {
        width: 100%;
        float: right;
        padding-left: 0;
    }
    .Company .w .ysbox{
        margin: 0;
        padding-bottom: 0;
    }
    .Company .w .ysbox li {
        width: 100%;
        background-color: #fff;
        text-align: center;
        box-shadow: 0px 20px 25px 0px rgba(197, 197, 197, 0.35);
        padding: 0 35px 35px;
        margin-bottom: 32px;
        padding-top: 30px;
    }
    .brand .w{
        padding: 0 10px;;
    }
    .brand .w ul{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .brand .w ul li a{
        display: block;
        padding:0;
    }
    .brand .w ul li img {
        width: 100%;
        transition: all 0.5s;
    }
    .cont .w {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .cont .w ul{
        padding: 15px;
    }
    .cont .w ul li{
        width: 100%;
    }
    .message .w ul li {
        width: 100%;
        margin-bottom: 0;
    }
    .message .w ul #submitLogin{
        width: 100%;
        margin: 15px auto;
    }
    #dituContent {
        height: 280px;
    }
    .new_box{
        width: 100%;
        padding: 0 10px;
    }
    .new_box ul li{
        margin: 20px 0;
        padding-bottom: 40px;
    }
    .new_box ul li .pic_box {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .new_box ul li .qylb_tit {
        width: 100%;
        float: right;
        padding: 0 10px;
    }
    .new_box ul li .qylb_tit h3 {
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 15px 0 5px;
    }
    .hy_time {
        color: #999;
        display: block;
    }
    .hy_more{
        float: none;
    }
    .txymz{
        width: 100%;
        padding: 0 10px;
    }
    .txymz .w .time {
        margin-bottom: 10px;
    }
    .new_text img{
        width: 100%;
    }
    .testimonial-page{
        width: 100%;
        padding: 0 10px;
    }    
    .testimonial-page .w>h1{
        margin: 30px 0;
    }
    .testimonial-page .w>ul{
        margin: 10px 0;
        padding: 12px 0;
    }
    .application{
        width: 100%;
    }
}