
/*头部样式*/
.bannerList{
    padding: 100px 0;
}
.bannerList .titleBox .en_title {
    color: rgb(41, 108, 175);
    font-family: Lato, sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.bannerList .titleBox .tw_title {
    color: rgb(55, 55, 55);
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .txt {
    color: rgb(88, 88, 88);
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}

/*主体*/
.mainArea {
    padding: 130px 0 117px;
}
@media (max-width: 1023px) {
    .mainArea {
        padding: 55px 0 80px;
    }
}
@media (max-width: 768px) {
    .mainArea {
        padding: 50px 0 70px;
    }
}

.mainArea .contentBox {
    clear: both;
}

.processList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}
@media (max-width: 600px) {
    .processList {
        margin: 0;
    }
}

.processList .processItem {
    padding: 0 13px 55px 13px;
    width: 33.33%;
}
@media (max-width: 1180px) {
    .processList .processItem {
        width: 50%;
    }
}
@media (max-width: 992px) {
    .processList .processItem {
        padding: 0 13px 20px 13px;
    }
}
@media (max-width: 600px) {
    .processList .processItem {
        width: 100%;
        padding: 0 0 20px 0;
    }
}

.processList .item {
    height: 100%;
}

.processList .Img {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.processList .Img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: rgba(0, 52, 104, 0.5);
}

.processList .btnVideo {
    position: absolute;
    left: 0;
    right: 0;
    top: -13.5px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 77px;
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.processList .btnVideo:before, .processList .btnVideo:after {
    position: absolute;
    margin: auto;
    content: "";
    border-radius: 50%;
}

.processList .btnVideo img {
    margin-left: 1px;
}

.processList .btnVideo:before, .processList .btnVideo:after {
    position: absolute;
    margin: auto;
    content: "";
    border-radius: 50%;
}
.processList .btnVideo:after {
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border: 1px solid #ffffff;
}

.processList .Img > img {
    width: 100%;
}

.processList .Txt {
    width: calc(100% - 60px);
    margin: 0 auto;
    border-radius: 3px;
    padding: 36px 40px 50px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
    position: relative;
    z-index: 3;
}
@media (max-width: 992px) {
    .processList .Txt {
        width: calc(100% - 40px);
        padding: 30px 25px;
    }
}

.processList .Txt .title {
    color: #303030;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.56px;
    line-height: 1.384;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .processList .Txt .title {
        font-size: 24px;
        letter-spacing: 1.44px;
    }
}

div.titan {
    display: none;
}








