.web_main {
    margin-top: 5%;
}
.web_main .categroy_list li {
    margin-bottom: 3%;
    justify-content: space-between;
    align-items: center;
}
.web_main .categroy_list li:nth-child(even) .categroy_img {
    order: 2;
}
.web_main .categroy_list li:nth-child(even) .category_content {
    order: 1;
}
.web_main .categroy_list li .categroy_img {
    width: 60%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 39%;
    z-index: 1;
    -webkit-transition: all 180ms ease-out 0ms;
    -moz-transition: all 180ms ease-out 0ms;
    -o-transition: all 180ms ease-out 0ms;
    transition: all 180ms ease-out 0ms;
}
.web_main .categroy_list li .categroy_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.web_main .categroy_list li .categroy_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    z-index: 20;
}
.web_main .categroy_list li .category_content {
    width: 35%;
}
.web_main .categroy_list li .category_content .category_title a {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #2000C3;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
}
.web_main .categroy_list li .category_content .categroy_info {
    margin-top: 5%;
}
.web_main .categroy_list li .category_content .categroy_info p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}
.web_main .categroy_list li .category_content .categroy_btn a {
    display: inline-block;
    padding: 10px 25px;
    background: #2000C3;
    border: 2px solid #2000C3;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 5%;
}
.web_main .categroy_list li .category_content .categroy_btn a:after {
    margin-left: 10px;
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 18px;
    color: #FFFFFF;
}
.web_main .categroy_list li .category_content .categroy_btn a:hover {
    background-color: #FFFFFF;
    color: #2000C3;
}
.web_main .categroy_list li .category_content .categroy_btn a:hover:after {
    color: #2000C3;
}
.proType_topic .topic_tit {
    margin-bottom: 2%;
}

.proType_topic .topic_tit span{
        display: inline-block;
    font-family: 'Poppid';
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 59px;
}
.proType_topic .topic_tit a {
    display: inline-block;
    font-family: 'Poppid';
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 59px;
}
@media (max-width:1200px) {
    .proType_topic .top a {
        font-size: 40px;
        line-height: 45px;
    }
    .web_footer{     padding-top: 16% !important; }
}
.proType_topic .topic_info {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.proType_topic .topic_wrap {
    margin-top: 2%;
}
.proType_topic .topic_wrap ul li .topic_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    margin-bottom: 20px;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}
.proType_topic .topic_wrap ul li .topic_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.proType_topic .topic_wrap ul li .topic_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}
.proType_topic .topic_wrap ul li .topic_content {
    align-items: center;
    justify-content: space-between;
}
.proType_topic .topic_wrap ul li .topic_num {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 50px;
    color: #2000C3;
    line-height: 59px;
    margin-right: 5%;
}
.proType_topic .topic_wrap ul li .topic_txt p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    /* height: 120px;
    overflow-y: auto; */
}
.proType_topic .topic_wrap .topic_bottom {
    margin-top: 6%;
    justify-content: space-between;
    align-items: center;
}
.proType_topic .topic_wrap .topic_hr {
    width: 78%;
    height: 1px;
    background: #2000C3;
    opacity: 0.2;
}
.proType_topic .topic_wrap .topic_swiper_box {
    width: 10%;
    justify-content: space-between;
}
@media (max-width:1100px) {
    .proType_topic .topic_wrap .topic_hr {
        width: 70%;
    }
    .proType_topic .topic_wrap .topic_swiper_box {
        width: 15%;
    }
}
.proType_topic .topic_wrap .topic_swiper_box .topic-button-prev {
    width: 52px;
    height: 52px;
    background: url(../img/index/app_prev.png) no-repeat center center;
    border: 2px solid #2000C3;
    padding: 20px 10px;
    background-size: auto;
    z-index: 100;
}
.proType_topic .topic_wrap .topic_swiper_box .topic-button-prev:hover {
    background-color: #2000C3;
    background-image: url(../img/index/app_hover_prev.png);
}
.proType_topic .topic_wrap .topic_swiper_box .topic-button-next {
    width: 52px;
    height: 52px;
    background: url(../img/index/app_next.png) no-repeat center center;
    border: 2px solid #2000C3;
    padding: 20px 10px;
    background-size: auto;
    z-index: 100;
}
.proType_topic .topic_wrap .topic_swiper_box .topic-button-next:hover {
    background-color: #2000C3;
    background-image: url(../img/index/app_hover_next.png);
}
.proType_copywriting {
    margin-top: 5%;
    height: 820px;
}
.proType_copywriting .copywriting_title {
    text-align: center;
    margin-bottom: 2%;
}
.proType_copywriting .copywriting_title span {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 59px;
}
.proType_copywriting .copywriting_title a {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 59px;
}


@media (max-width:1400px) {

.proType_copywriting .swiper-slide .item_info p{ 
  height: 150px !important;
      overflow-y: initial !important;
}
    .web_footer {
        padding-top: 16% !important;
    }
} 
@media (max-width:1200px) {
    .proType_copywriting .copywriting_title a {
        font-size: 40px;
        line-height: 45px;
    }
    .proType_copywriting .swiper-slide .item_info p{height: 160px !important; }
    .proType_copywriting .swiper-slide .item_title span{ font-size: 25px !important;}
}
.proType_copywriting .copywriting_info {
    width: 84%;
    text-align: center;
    margin: 0 auto;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.proType_copywriting .swiper {
    margin-top: 3%;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.proType_copywriting .swiper .swiper-wrapper {
    max-height: 857px;
}
.proType_copywriting .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    height: calc((100% - 30px) / 2) !important;
    flex-direction: column;
    padding: 65px 30px;
    overflow: hidden;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}
.proType_copywriting .swiper-slide .item_info{ text-align: justify;}
.proType_copywriting .swiper-slide .item_box {
    z-index: 9;
}
.proType_copywriting .swiper-slide .item_bg {
    z-index: 1;
    background-color: #2000C3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top;
    transform: translateY(97%);
    transition: transform 1s ease;
}
.proType_copywriting .swiper-slide:hover .item_bg {
    transform: translateY(0);
}
.proType_copywriting .swiper-slide:hover .item_box a,
.proType_copywriting .swiper-slide:hover .item_box p {
    color: #FFFFFF;
}
.proType_copywriting .swiper-slide:hover .item_box span,
.proType_copywriting .swiper-slide:hover .item_box p {
    color: #FFFFFF;
}
.proType_copywriting .swiper-slide .item_title {
    margin-bottom: 3%;
}
.proType_copywriting .swiper-slide .item_title a {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.proType_copywriting .swiper-slide .item_title span{
  display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    height: 80px;
    overflow: hidden;

}
.proType_copywriting .swiper-slide .item_info p {
    height: 130px;
    overflow-y: auto;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
@media (max-width:950px) {
    .web_main {
        margin-top: 8%;
    }

        .proType_copywriting .swiper-slide .item_info p{height: 200px !important; }
    .web_main .categroy_list li {
        flex-direction: column;
        margin-bottom: 10%;
    }
    .web_main .categroy_list li .categroy_img {
        width: 100%;
        margin-bottom: 6%;
        padding-bottom: 66%;
        order: 1 !important;
    }
    .web_main .categroy_list li .category_content {
        width: 100%;
        order: 2 !important;
    }
    .web_main .categroy_list li .category_content .category_title a {
        height: auto;
        overflow: visible;
    }
    .web_main .categroy_list li .category_content .categroy_info p {
        height: auto;
        overflow: visible;
    }
    .proType_topic .topic_tit a {
        font-size: 30px;
        line-height: 35px;
    }
    .proType_topic .topic_wrap ul li .topic_txt p {
        height: auto;
        overflow: visible;
    }
    .proType_topic .topic_wrap .topic_hr {
        width: 55%;
    }
    .proType_topic .topic_wrap .topic_swiper_box {
        width: 30%;
    }
    .proType_copywriting .copywriting_title a {
        font-size: 30px;
        line-height: 35px;
    }
    .proType_copywriting .swiper {
        padding-bottom: 45px;
    }
    .proType_copywriting .swiper-slide .item_info p {
        height: auto;
        overflow: visible;
    }
    .proType_copywriting {
        height: auto;
        margin: 8% 0;
    }
    .proType_copywriting .swiper-slide .item_bg {
        transform: translateX(120%);
    }
}