@charset "utf-8";
/**
 * 基本样式
 * @author rollin(huangxiaorong@021.com)
 */
body {
    background: #fff;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
}

.cont {
    width: 970px;
    margin: 0 auto;
}

.box {
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 100vh;
    background: url(../img/banner.jpg) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
}

.banner .top {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    z-index: 999999;
}

.banner .top.fixed {
    background: #0c3aab;
}

.banner .logo {
    position: absolute;
    left: 0;
    top: 8px;
}

.banner .nav {
    position: absolute;
    right: 0;
    top: 0px;
}

.banner .nav li {
    float: left;
}

.banner .nav a {
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    padding: 0 15px;
    display: block;
    margin: 0 5px;
}

.banner .nav a:hover {
    height: 59px;
    border-bottom: 1px #fff solid;
}

.banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin-left: -298px;
    margin-top: -98px;
}

.banner .text .button {
    background-color: rgba(255, 255, 255, 0.5);
    color: #0c3aab;
    border: 1px solid #ffffff;
    padding: 10px 118px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 45px;
    cursor: pointer;
    border-radius: 5px;
}

.about {
    padding: 140px 0 100px 0;
}

.big-tit {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.about h3 {
    margin-bottom: 40px;
}

.about p {
    line-height: 40px;
}

.midbanner {
    background: url(../img/midbanner.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 100px 0 70px 0;
    height: 90px;
}

.midbanner ul {
    width: 130%;
}

.midbanner ul li {
    width: 305px;
    float: left;
    text-align: center;
    color: #fff;
}

.midbanner ul li p {
    width: 55px;
}

.midbanner ul li img {
    display: block;
    margin-bottom: 5px;
}

.memorabilia {
    background: #fafafa;
    height: 730px;
    overflow: hidden;
    padding-top: 100px;
}

.memorabilia h3 {
    margin-bottom: 40px;
}

.memorabilia-cont {
    width: 100%;
    padding: 90px 0 90px 0;
    height: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.memorabilia-cont ul {
    left: 100px;
    position: absolute;
    height: 280px;
    width: 375%;
}

.memorabilia-cont ul:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1px #999 solid;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: #fff;
    z-index: 1;
}

.memorabilia-cont ul:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
}

.memorabilia-cont ul li {
    width: 170px;
    position: relative;
    height: 280px;
    float: left;

}

.memorabilia-cont ul .t .sub1, .memorabilia-cont ul .b .sub1 {
    position: absolute;
    left: 50%;
    bottom: 230px;
    width: 250px;
    height: auto;
    border-radius: 4px;
    margin-left: -85px;
}

.memorabilia-cont ul .b .sub1 {
    bottom: auto;
    top: 220px;
}

.memorabilia-cont ul .t .sub2, .memorabilia-cont ul .b .sub2 {
    display: block;
    position: absolute;
    left: 50%;
    top: 60px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-left: -4px;
}

.memorabilia-cont ul .b .sub2 {
    top: 212px;
}

.memorabilia-cont ul .c86b5bc .sub2 {
    background: #86b5bc;
}

.memorabilia-cont ul .c86c449 .sub2 {
    background: #86c449;
}

.memorabilia-cont ul .t .sub3, .memorabilia-cont ul .b .sub3 {
    height: 60px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 68px;
    display: block;
}

.memorabilia-cont ul .b .sub3 {
    top: 152px;
}

.memorabilia-cont ul .c86b5bc .sub3 {
    background: #86b5bc;
}

.memorabilia-cont ul .c86c449 .sub3 {
    background: #86c449;
}

.memorabilia-cont ul .t .sub4, .memorabilia-cont ul .b .sub4 {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 128px;
    display: block;
    margin-left: -10px;
    border-radius: 10px;
    z-index: 1;
}

.memorabilia-cont ul .b .sub4 {
    top: 130px;
}

.memorabilia-cont ul .c86b5bc .sub4 {
    border: 1px #86b5bc solid;
}

.memorabilia-cont ul .c86c449 .sub4 {
    border: 1px #86c449 solid;
}

.memorabilia-cont ul .t .sub5, .memorabilia-cont ul .b .sub5 {
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 4px;
    display: block;
    margin-left: -6px;
    border-radius: 6px;
    z-index: 1;
}

.memorabilia-cont ul .c86b5bc .sub5 {
    background: #86b5bc;
}

.memorabilia-cont ul .c86c449 .sub5 {
    background: #86c449;
}

.memorabilia-cont ul .t .sub6, .memorabilia-cont ul .b .sub6 {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    display: block;
    margin-left: 10px;
    border-radius: 6px;
    z-index: 1;
    font-size: 20px;
}

.memorabilia-cont ul .b .sub6 {
    top: 153px;
}

.memorabilia-cont ul .c86b5bc .sub6 {
    color: #86b5bc;
}

.memorabilia-cont ul .c86c449 .sub6 {
    color: #86c449;
}

.memorabilia-cont ul .t .sub7, .memorabilia-cont ul .b .sub7 {
    position: absolute;
    left: 50%;
    top: 150px;
    display: block;
    margin-left: 5px;
    border-radius: 6px;
    z-index: 1;
    font-size: 20px;
    margin-left: -30px;
    font-size: 12px;
}

.memorabilia-cont ul .b .sub7 {
    top: 105px;
}

.rongyu {
    padding: 130px 0 50px 0;
}
.rongyu{
    overflow: hidden;
}
.rongyu h3{
    margin-bottom: 40px;
}
.rongyu ul {
    width: 120%;
    height: 300px;
    overflow: scroll;
}

.rongyu ul li {
    width: 41%;
    background: #073bab;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 140px;
    text-align: center;
    display: table;
}

.rongyu ul li span {
    display: table-cell;
    vertical-align: middle;

}

.industrial {
    padding: 140px 0 100px 0;
}

.industrial h3 {
    margin-bottom: 40px;
}

.industrial .tab .tab-bar {
    display: flex;
    justify-content: space-between;
}

.industrial .tab .tab-bar div {
    text-align: center;
    margin: 0 5px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}

.industrial .tab .tab-bar div:nth-child(1) {
    margin-left: 0;
}

.industrial .tab .tab-bar div:nth-last-child(1) {
    margin-right: 0;
}

.industrial .tab .tab-btm {
    cursor: pointer;
    background-color: #fafafa;
    color: #000;
    flex: 1;
}

.industrial .tab .btm-active {
    background-color: #073bab;
    color: #fff;
}

.industrial .tab .tab-content {
    display: none;
}

.industrial .tab .tab-content .title {
    color: #073bab;
    font-weight: bold;
}

.industrial .tab .tab-content .content {
    padding-bottom: 20px;
}

.industrial .tab .content-active {
    padding: 40px 0;
    display: block;
}

.industrial table{
    width: 100%;
    border-top: 1px #adadad solid;
    border-left: 1px #adadad solid;
}
.industrial table th{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #adadad solid;
    border-right: 1px #adadad solid;
    padding: 10px;
}
.industrial table tr td{
    font-size: 14px;
    border-bottom: 1px #adadad solid;
    border-right: 1px #adadad solid;
    padding: 30px;
}
.industrial table tr td:first-child{
    font-weight: bold;
    font-size: 16px;
}

.cooperation .cont {
    /* padding: 140px 0 90px 0; */
    overflow: hidden;
}

.cooperation h3 {
    margin-bottom: 60px;
}
.cooperators {
    width: 100%;
    /* border-left: 1px #f0f0f0 solid;
    border-top: 1px #f0f0f0 solid; */
    overflow: hidden;
    margin-bottom: 20px;
}

.cooperation ul {
    width: 100%;
    /* border-left: 1px #f0f0f0 solid;
    border-top: 1px #f0f0f0 solid; */
    overflow: hidden;
    margin-bottom: 20px;
}

.cooperation ul li {
    width: 12%;
    height: 69px;
    border-right: 1px #f0f0f0 solid;
    border-bottom: 1px #f0f0f0 solid;
    float: left;
    background: #fafafa;
    margin-right: 20px;
}
.cooperation ul .name {
    font-size: 20px;
    background: #fff;
    border: none;
    
}
.cooperation ul .name div {
    margin-top: 15%;
    width: 100%;
    height: 40px;
    text-align: center;
    border: #86c449 1px solid;
    border-radius: 10px;
    line-height: 40px;
}

.cooperation ul li img {
    width: 100%;
    height: 100%;
}

.cooperation ul li:hover {
    box-shadow: 0 0 10px #eee;
    background: #fff;
}

.news {
    padding: 160px 0 90px 0;
    overflow: hidden;
}

.news h3 {
    margin-bottom: 60px;
}

.news ul {
    width: 120%;
}

.news li {
    /* width: 41%;
    background: #073bab;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 160px;
    text-align: center;
    display: table;
    cursor: pointer; */
    height: 186px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    background: #fafafa;
    padding: 15px 20px;
    margin-bottom: 10px;
    cursor: pointer;

}
/* .news ul li a {
    text-align: center;
    color: #fff;
    height: 160px;
    line-height: 160px;
}
.news ul li a span {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;;
    height: 160px;
    text-align: center;
}
.news ul li a span .cont-a {
    text-decoration:underline
} */


.news li:hover {
    box-shadow: 0 0 10px #eee;
}

.news li .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    color: #000;
    display: block;
}

.news li .time {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.news li .time span {
    line-height: 24px;
    height: 24px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background: #073bab;
    border-radius: 3px;
    margin-right: 10px;
}

.news li .deso {
    line-height: 20px;
    height: 97px;
    margin-top: 5px;
    display: block;
    overflow: hidden;
}

.news li .more {
    display: block;
    text-align: right;
    color: #073bab;
}

.menu {
    text-align: center;
}

.menu li {
    display: inline-block;
    margin: 20px 35px;
}

.menu li a {
    color: #999;
}

.menu li a:hov {
    color: #073bab;
}

.footer {
    min-height: 350px;
    background: url('../img/footer.jpg') #000234 no-repeat top center;
    color: #fff;
    background-size: 100%;
    position: relative;
}

.footer:before {
    content: '';
    display: block;
    height: 1px;
    background: #5177c9;
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    z-index: 0;
}

.footer .tab {
    padding-top: 45px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.footer .tab li {
    height: 50px;
    float: left;
    padding: 0 20px;
    line-height: 60px;
    cursor: pointer;
}

.footer .tab .cur, .footer .tab li:hover {
    line-height: 50px;
    border-top: 5px #5177c9 solid;
}

.footer .tab-box {
    width: 50%;
    line-height: 36px;
}

.footer .tab-box a {
    text-decoration: none;
    color: #fff;
}

.footer .ewm {
    float: right;
}

.footer .copy {
    margin-top: 30px;
}

.footer .copy span {
    float: right;
}

.footer .copy span a {
    color: #fff;
}
.footer .copy span a:hover {
    color: #073bab;
}


.menu li a:hover, .news li .name:hover, .news li .more:hover {
    color: #073bab;
}

@media (max-width: 768px) {
    .banner .text .button {
        margin-top: 15px;
        padding: 5px 45px;
    }
    .cont {
        width: 92%;
        padding: 0 4%;
    }

    .banner {
        height: 300px;
    }

    .banner .logo {
        position: absolute;
        left: 15px;
        top: 8px;

    }

    .banner .m-menu {
        content: '';
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
        background: url('../img/menu.png') no-repeat;
        background-size: 100%;
        z-index: 10;
    }

    .banner .text {
        width: 300px;
        margin-left: -150px;
        margin-top: -30px;
    }

    .banner .text img {
        width: 100%;
    }

    .banner .nav {
        position: fixed;
        left: 0;
        top: 60px;
        background: #0948e3;
        display: none;
    }

    .banner .nav li {
        width: 100%;
    }

    .about {
        padding: 30px 0 20px 0;
    }

    .about h3 {
        margin-bottom: 10px;
    }

    .about p {
        line-height: 26px;
    }

    .midbanner {
        padding: 25px 0;
        height: auto;
    }

    .midbanner ul {
        width: 100%;
    }

    .midbanner ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .midbanner ul li p {
        margin: 0 auto;
    }

    .memorabilia {
        padding: 30px 4% 30px 4%;
        height: 550px;
    }

    .memorabilia .cont {
        padding: 0;
        width: 100%;
    }

    .memorabilia h3 {
        margin-bottom: 20px;
    }

    .memorabilia-cont {
        padding: 100px 0 60px 0;
    }

    .industrial {
        padding: 30px 0 20px 0;
    }
    .industrial .ovx{
        overflow-x: auto;

    }

    .industrial .tab .tab-bar div {
        margin: 0;
    }

    .cooperation ul li {
        width: 49.7%;
        height: auto;
        text-align: center;
    }

    .cooperation ul li img {
        width: 70%;
        height: auto;
        vertical-align: middle;
        margin: auto;
    }

    .cooperation h3 {
        margin-bottom: 20px;
    }

    .news {
        padding: 30px 0 20px 0;
    }

    .news ul {
        width: 100%;
    }

    .news li {
        width: 96%;
        padding: 15px 2%;
    }

    .news h3 {
        margin-bottom: 20px;
    }

    .menu li {
        margin: 20px 1%;
    }

    .rongyu {
        padding: 90px 0 40px 0;
    }
    .rongyu ul li{
        font-size: 14px;
    }

}

@media (min-width: 992px) {
    .cont {
        width: 970px;
    }

    .midbanner ul li {
        width: 305px;
    }

    .cooperation ul li {
        width: 115px;
    }

    .news {
        padding: 100px 0 40px 0;
    }

    .news li {
        width: 438px;
    }

    .about {
        padding: 100px 0 60px 0;
    }

    .about h3 {
        margin-bottom: 30px;
    }

    .memorabilia {
        padding-top: 100px;
    }

    .industrial {
        padding: 100px 0 60px 0;
    }

    .industrial h3 {
        margin-bottom: 30px;
    }

    .news h3 {
        margin-bottom: 50px;
    }

}

@media (min-width: 1200px) {
    .cont {
        width: 1170px;
    }

    .midbanner ul li {
        width: 370px;
    }

    .cooperation ul li {
        width: 146px;
        /* height: auto; */
    }

    .news li {
        width: 530px;
    }

}
