@charset "utf-8";
@import url("./common.css");

.banner {
    width: 100%;
    min-width: 1200px;
}

.banner img {
    width: 100%;
}

.banner .banner_tab {
    padding-top: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.banner .banner_tab li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0 49px 10px;
    /* display: flex; */
}

.banner_tab li i {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    background-size: cover !important;
}

.banner .banner_tab li .info h4 {
    font-size: 16px;
    margin: 0;
}

.banner .banner_tab li .info p {
    font-size: 12px;
}

.banner .banner_tab li i.icon_logo {
    background: url(../img/logo/bz.png) no-repeat;
}

.banner .banner_tab li.active i.icon_logo {
    background: url(../img/logo/bz_a.png) no-repeat;
}

.banner .banner_tab li .info {
    color: #4D4D4D;
    margin-left: 40px;
    text-align: left;
}

.banner .banner_tab li.active .info {
    color: #0D86FF;
}

.banner .banner_tab li i.icon_photo {
    background: url(../img/logo/tp.png) no-repeat;
}

.banner .banner_tab li.active i.icon_photo {
    background: url(../img/logo/tp_a.png) no-repeat;
}

.banner .banner_tab li.active i.icon_file {
    background: url(../img/logo/js_a.png) no-repeat;
}

.banner .banner_tab li i.icon_file {
    background: url(../img/logo/js.png) no-repeat;
}

.download_main {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.download_main .tab_content:nth-of-type(3) {
    margin-bottom: 500px;
}

.cell_title {
    font-size: 24px;
    color: #000;
    margin: 60px 0 40px;
    font-family: 'Microsoft Yahei';
    font-weight: 400;
    border-left: 3px solid #0D86FF;
    padding-left: 12px;
    line-height: 0.9;
}

.cell_title span {
    font-size: 12px;
    color: #4D4D4D;
}

.content {
    /* text-align: center; */
    width: 930px;
    margin: 0 auto;
}

.content img {
    width: 100%;
}

.content .YL {
    width: 930px;
    /* margin: bottom 82px; */
    margin-bottom: 82px;
}

.content .SZ {
    margin-bottom: 146px;
}

.content .downloadBox li {
    width: 309px;
    height: 69px;
    background-color: #eaeaea;
    border: 1px solid #fff;
    float: left;
    position: relative;
    /* display: flex;
  justify-content: center; */
    cursor: pointer;
}

.content .downloadBox li:nth-of-type(1) {
    border-radius: 20px 0px 0px 20px;
}

.content .downloadBox li:nth-of-type(3) {
    border-radius: 0px 20px 20px 0px;
}

.download_logo .top .content .downloadBox li.active a {
    color: #fff;
}

.download_logo .top .content .downloadBox li a {
    width: 100%;
    height: 100%;
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 60px;
}

.tab_content {
    display: none;
}

.download_logo .top .content .downloadBox li i {
    background: url(../img/logo/download.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px 0 0;
}

.download_logo .top .content .downloadBox li.active i {
    background: url(../img/logo/w_download.png);
    background-size: cover;
}

.content .downloadBox li.active {
    background-color: #0D86FF;
}

.on {
    display: block;
}

.photo_wrap img {
    width: 100%;
}

.photo_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.photo_wrap ul li {
    width: 300px;
    position: relative;
    cursor: pointer;
}

.files_box ul li {
    width: 320px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    /* box-shadow: 0 0 40px rgba(0, 0, 0, .1); */
    box-shadow: 0px 0px 15px 0px rgba(13, 134, 255, 0.5);
    padding: 28px 28px 0;
    float: left;
    margin-right: 20px;
}

.files_box ul li h2 {
    color: #0D86FF;
    font-size: 40px;
    font-family: arial;
    margin-bottom: 44px;
}

.files_box ul li .info h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 700;
}

.files_box ul li .info p {
    font-size: 14px;
    color: #999;
}

.files_box ul li .info {
    line-height: 1.6;
    border-bottom: 1px solid #0D86FF;
    padding-bottom: 20px;
}

.files_box ul li .act {
    padding: 20px 0;
    overflow: hidden;
}

.files_box ul li .act a {
    font-size: 16px;
    color: #333;
    /* float: right; */
    font-weight: 700;
    cursor: pointer;
}

.files_box ul li .act a img {
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.files_box ul li .act a:hover {
    color: #0D86FF;
}

.files_box ul li .act a .el-icon-view {
    font-size: 24px;
    margin-right: 10px;
    color: rgb(153, 153, 153);
}

.files_box ul li .act a:hover .el-icon-view {
    color: #0D86FF;
}

.photo_wrap ul li {
    cursor: zoom-in;
}