.aui-second-box {
    width: 100%;
    padding-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    background-color: #fff;
}

@media (min-width: 768px) {
    .aui-second-box .container {
        width: 768px;
    }
}

@media (min-width: 992px) {
    .aui-second-box .container {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .aui-second-box .container {
        width: 1200px;
    }
}

.aui-firstBox-title {
    padding-top: 40px;
    text-align: center;
}

.aui-firstBox-title h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    color: #0041bd;
}

.aui-firstBox-title h2 span {
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
    color: #fff;
    background-color: #0041bd;
}

.aui-firstBox-title p {
    margin-bottom: 50px;
    font-size: 16px;
    color: #3b3b3b;
}

.aui-info-fl-top {
    cursor: default;
    position: relative;
    margin-top: 30px;
}

.aui-info-fl-top:first-of-type {
    margin-top: 10px;
}

.aui-info-fl-top h4 {
    margin-bottom: 20px;
    color: #313131;
    font-weight: 500;
    font-size: 24px;
    text-align: right;
}

.aui-info-fl-top h3 {
    font-weight: lighter;
    font-size: 30px;
    color: #0041bd;
    text-align: right;
    font-style: italic;
    font-style: oblique;
}

.aui-info-fl-top p {
    line-height: 20px;
    color: #666;
    font-size: 16px;
    text-align: right;
    text-align: justify;
}

.aui-second-info-fr .aui-info-fl-top h4 {
    margin-bottom: 20px;
    color: #313131;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
}

.aui-second-info-fr .aui-info-fl-top h3 {
    font-weight: lighter;
    font-size: 30px;
    color: #0041bd;
    text-align: left;
    font-style: italic;
    font-style: oblique;
}

.aui-second-info-fr .aui-info-fl-top p {
    line-height: 20px;
    color: #888888;
    font-size: 16px;
    text-align: left;
}

.aui-second-info-ce {
    height: 300px;
    margin-top: 10px;
    background: url(../images/in-img/icon-edn.png) no-repeat center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .aui-second-info-ce {
        height: 360px;
    }
}


/*  */

#aui-content {
    background-color: #f5f4f4;
}

#aui-content .container {
    padding-bottom: 40px;
}

.aui-firstBox-list-service {
    margin-bottom: 20px;
    padding: 30px 50px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
}

.aui-service-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.aui-service-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-firstBox-list-service h2 {
    cursor: default;
    font-size: 22px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 10px 0;
}

.aui-firstBox-list-service p {
    cursor: default;
    line-height: 20px;
    font-size: 14px;
    color: #8b8b8b;
}


/*  */

.web .row {
    padding-bottom: 50px;
}

.web .row .con-item {
    width: 100%;
    height: auto;
    margin: 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.web .row .con-item img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.txt {
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: "寰蒋闆呴粦";
}

.txt h3 {
    font-size: 20px;
    font-weight: 100;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.txt p {
    font-size: 16px;
    text-align: center;
    padding-top: 40px;
}

.web .row .con-item:hover .txt {
    height: 100%;
    transition: 0.4s;
}


/*  */

.aui-partner ul li {
    height: 45px;
    margin: 20px auto;
    display: block;
}

.aui-partner ul li a {
    width: 100%;
    height: 45px;
    display: block;
}

.aui-partner ul li a img {
    width: 100%;
    height: 45px;
    display: block;
    border: none;
}