.shiyan {
    width: 100rem;
    height: 100rem;
    background-color: red;
}

.main {
    width: 100%;
}

.swiper_box {
    width: 100%;
    min-width: 1200px;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
}

.swiper-slide img {
    width: 100%;

}

.swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}

.xian {
    width: 100%;
    height: .9rem;
    background-color: #fafafa;
}

.content_box1 {
    /* width: 1200px; */
    
    margin: 0 auto;
    margin-top: 40px;
}

/* .content_header {
    width: 100%;
    height: 11rem;
    border-bottom: .1rem solid #8FE638;
    align-items: center;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
} */

.content_header>div {
    padding-bottom: 1.1rem;
    /* border-bottom: .6rem solid #8FE638; */
}

/* .content_header .wy_h2{
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0 50px 0 50px;
    background-color: #fff;
} */

.content_header h2 {
    font-size: 2.8rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 2rem;
    letter-spacing: .3rem;
    margin-top: 4.4rem;
}

.content_header p {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    font-family: Microsoft YaHei;
    font-weight: 350;
    color: rgba(51, 51, 51, 1);
    line-height: 2rem;
    letter-spacing: .3rem;
}

.content_box1 .banner {
    width: 100%;
    margin-top: 5.1rem;
}

.technology_box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.technology_li {
    width: 240px;
    height: 298px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 4px rgba(220, 219, 219, 0.35);
    border-radius: 10px;
    text-align: center;
}

.technology_li p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);

}

.technology_li .logo {
    width: 240px;
    height: 182px;
    text-align: center;
}

.technology_li .logo img {
    margin-top: 52px;
}

.technology_bot {
    display: inline-block;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 21px;
    padding: 8px 26px 8px 26px;
    position: relative;
}

/* .technology_li>div {
    margin-top: 2.8rem;
    width: 51.67%;
    text-align: center;
    font-size: 2.4rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 2.0rem;
    position: relative;
    padding: .6rem 0;
    display: flex;
    justify-content: center;
    border-radius: 4px;
} */

.technology_li .xia {
    width: 30px;
    /* height: 100%; */
    border-bottom: 2px solid rgba(51, 51, 51, 1);
    position: absolute;
    left: 50%; 
    -webkit-transform: translate(-50%, 15px); 
       -moz-transform: translate(-50%, 15px); 
        -ms-transform: translate(-50%, 15px); 
         -o-transform: translate(-50%, 15px); 
            transform: translate(-50%, 15px);  
    /* top: .7rem;
    transition: all 0.2s ease-in-out; */
}
.technology_li:hover .technology_bot {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #8FE638;
    color: #fff;
}

.technology_li:hover .xia {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0;
}

/* .technology_li p {
    margin-top: 1.8rem;
    margin-bottom: 3.5rem;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 2.5rem;
} */

/* .technology_bot {
    transition: all 0.2s ease-in-out;
}

.technology_li:hover {
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 16px 5px rgba(204, 204, 204, 0.35);
}

.technology_li:hover .technology_bot {
    transition: all 0.2s ease-in-out;
    background-color: #8FE638;
    color: #fff;
}

.technology_li:hover .xia {
    transition: all 0.2s ease-in-out;
    border: 0;
} */

.two p {
    letter-spacing: .1rem;
}

.content_box2 {
    /* width: 62.6%; */
    margin: 0 auto;
    margin-bottom: 30px;
}

.programme_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
    /* margin-bottom: 50px; */
}

.programme_li {
    width: 18.5%;
    position: relative;
    border-radius: .7rem;
    overflow: hidden;
    margin-right: 3%;
}

.programme_li:last-of-type {
    margin-right: 0
}

.programme_li img {
    width: 100%;
}

.programme_li>div {
    position: absolute;
    bottom: 0;
    background-color: #666666;
    width: 100%;
    height: 15.3%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 5.6rem;
    font-size: 2.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.programme_li:hover .programme_bot {
    background-color: #8FE638;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.more_new {
    width: 100%;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.more_new img {
    width: 100%;
}



.more_btn_box_ {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.more_btn_box {
    width: 63%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.more_btn_box div {
    text-align: center;
    background: rgba(255, 255, 255, 0.16);
    border: .1rem solid rgba(255, 255, 255, 1);
    border-radius: .4rem;
    width: 18%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.more_btn_box a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.content_box3 {
    /* width: 62.6%; */
    margin: 0 auto;
    margin-bottom: 12px;
}

.three h2 {
    letter-spacing: .5rem;
}

.three p {
    letter-spacing: -.2rem;
}

.logo_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 5.1rem;
    margin-bottom: 5rem;
}

.logo_box div {
    float: left;
    height: 290px;
    width: 290px;
    padding: 25px;
    margin-left:29px ;
}
.logo_box div:first-of-type {
    margin-left: -25px;
}
.logo_box div:last-of-type {
    margin-right: -25px;
}
.logo_box img {
    /* overflow: hidden;
    transition: all 0.5s ease-in-out; */
}

.logo_box a:last-of-type {
    /* margin-right: 0%; */
}

.logo_box div:hover {
    transform: scale(1.1);
    -webkit-transform: translateY(-6px) scale(1.1); 
     transform: translateY(-6px) scale(1.1);
    /* background-color: #F6F6F6; */
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(0,0,0,.3) 0px 0px 15px;
    /* box-shadow: 0px 0px 21px #F6F6F6;  */
    /* background-image: url(../img/home/xioaguo.png); */
}

.technology_li a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.programme_li a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}