/* 澶撮儴 */

.header {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: left;
    z-index: 99;
}
.header-fix {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

.menu .logo {
    padding-left: 40px;
    float: left;
}

.menu .logo img {
    /* width: 86px; */
    height: 85px;
}

.menu .slogan {
    float: left;
    padding-left: 35px;
    padding-top: 20px;
    height: 30px;
    font-size: 24px;
    color: #ffffff;
}

.submenu ul {
    padding-top: 25px;
}

.submenu ul li {
    float: left;
    /*width: 107px;*/
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.submenu ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 15px;
}

.submenu ul li .hover {
    font-size: 20px;
    font-weight: bold;
}
.submenu ul li .hover {
    font-size: 20px;
    font-weight: bold;
}

.call {
    padding-top: 20px;
    width: 220px;
    height: 30px;
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
}

.call .button {
    width: 117px;
    background: #f82121;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    border-radius: 10px;
    cursor: pointer;
}

.call i {
    font-size: 24px;
    margin-right: 10px;
    font-weight: normal;
}


/* 鐒︾偣鍥� */

.banner {
    position: relative;
}

.banner .info {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: none;
}

.banner .info .title {
    font-size: 60px;
    font-weight: Bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
}

.banner .info .ftitle {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
}

.banner .pic img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
}

/* 閫傞厤 */
@media (min-width: 1366px) {
    .banner .info {
        display: block;
    }
}

/* 鎺ㄨ崘 */
.recommend .title {
    font-size: 72px;
    font-weight: Bold;
    text-align: center;
    color: #171717;
    margin-top: 40px;
    padding: 50px 0px;
}

.recommend .row .col-10 {
    /*margin: 0 auto;*/
    padding-left: 15px;
    padding-right: 15px;
}

.recommend .row .box {
    margin-top: 60px;
    border-radius: 10px;
    box-shadow: 0px 3px 8px #E5E5E5;
    position: relative;
    padding-bottom: 50px;
}

.recommend .row .box .pic {
    overflow: hidden;
}

.recommend .row .box .pic img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recommend .row .box .text {
    padding-left: 60px;
}

.recommend .row .box .btitle {
    margin-top: 70px;
    font-size: 36px;
    font-weight: Bold;
    text-align: left;
    color: #454545;
    letter-spacing: 5px;
}

.recommend .row .box .ftitle {
    font-size: 32px;
    text-align: left;
    color: #454545;
    letter-spacing: 5px;
    margin-top: 20px;
}

.recommend .row .box .more {
    font-size: 32px;
    text-align: left;
    color: #1c64fa;
    letter-spacing: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 15px;
    margin-bottom: 50px;
}


/* 鍒楄〃 */

.create-list {
    margin-top: 100px;
    padding-bottom: 150px;
}

/*.create-list .row .col-8 {*/
/*    margin: 0 auto;*/
/*}*/

/*.create-list .row .col-8 .row {*/
/*    !* width: calc(100% + 100px); *!*/
/*}*/

.create-list .row .col-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.create-list .box {
    box-shadow: 0px 3px 8px #E5E5E5;
    padding-bottom: 30px;
    margin-top: 50px;
}

.create-list .box .pic {
    overflow: hidden;
    position: relative;
}

.create-list .box .pic img {
    max-width: 100%;
    max-height: 100%;
    transition: transform .3s ease-out;
}

.create-list .box .pic img:hover {
    transform: scale(1.05);
}

.create-list .box .pic .name {
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 22px;
    text-align: center;
    color: #5c5c5c;
    line-height: 28px;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.create-list .box .title {
    font-size: 26px;
    text-align: center;
    color: #454545;
    letter-spacing: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.create-list .box .content {
    font-size: 20px;
    text-align: center;
    color: #454545;
    letter-spacing: 5px;
    padding-left: 15px;
    padding-right: 15px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

    min-height: 88px;
}



/*鍒嗛〉*/
.showpage {
    text-align: center;
    margin-bottom: 130px;
}

.showpage .pagination {
    display: block;
    box-shadow: none;
}
.showpage .pagination .active {
    color: #fff;
    background-color: #f90133;
}
.showpage .pagination li {
    margin-left: 10px;
    padding: 3px 10px;
    border:1px solid #e6e6e6;
    padding: 3px 8px;
    display: inline-block;
}
.showpage .pagination li a {
    color: #f90133;
}
.showpage .pagination .disabled{
    color: #aaa;
}