#newspage {
    width: 100%;
    padding: 36px 0
}

#youshi .container {
    width: 100%;
    position: relative;
}

.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

#youshi .container .icon_list .icon_item .icon img {
    width: 80%;
}

#youshi .container .icon_list .icon_item .icon {
    width: 20%;
}

#youshi .container .icon_list .icon_item .info {
    width: 70%;
}

#youshi .container .icon_list .icon_item .info p {
    font-size: 14px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2;
}

#youshi .container .icon_list .icon_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23%;
    padding: 18px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    background-color: #fff;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

#youshi .container .icon_list {
    position: absolute;
    top: -35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#youshi .container .icon_list,
#youshi .container .icon_list .icon_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#about,
#about .container {
    width: 100%;
}

#about {
    padding: 100px 0 36px;
}

#about,
#about .container {
    width: 100%;
}

.w1400 .title {
    width: 100%;
}

.w1400 .title .sitetitle {
    font-size: 30px;
    text-align: center;
}

.w1400 .title .subtitle {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    color: #999;
}

#about .container .about_wrapper {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin-top: 30px;
}

#about .container .about_wrapper .about_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    display: block;
}

#about .container .about_wrapper .about_img {
    border-radius: 10px 0 0 10px;
    width: 30%;
    font-size: 0;
    overflow: hidden;
    height: 300px;
}

#about .container .about_wrapper .about_content {
    width: 70%;
    font-size: 14px;
    padding: 20px 35px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#about .container .about_wrapper .about_content p {
    font-size: 14px;
    color: #999;
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}

#about .container .about_wrapper .about_content h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

#about .container .about_wrapper .about_content p:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ff9000;
    border-radius: 8px;
}

#hhrtj {
    width: 100%;
    background-color: #f5f5f5;
    padding: 36px 0;
}

#hhrtj .container .hhrtj_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

#hhrtj .container .hhrtj_wrapper .hhrtj_item {
    width: 30%;
    background-color: #fff;
    padding: 30px 20px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 1%;
    border: 1px solid #ccc;
}

#hhrtj .container .hhrtj_wrapper .hhrtj_item .hhrtj_img {
    margin: 40px auto;
    height: 30px;
}

#hhrtj .container .hhrtj_wrapper .hhrtj_item .hhrtj_img img {
    width: auto;
    height: 100%;
}

#hhrtj .container .hhrtj_wrapper .hhrtj_item .hhrtj_content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 48px;
}

#hhrtj .container .hhrtj_wrapper .hhrtj_item .hhrtj_content p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-align: center;
    line-height: 20px;
    padding: 0 20px;
}

#process {
    width: 100%;
    padding: 36px 0;
}

#process .process_wrapper {
    width: 100%;
    margin-top: 36px;
}

#process .process_wrapper .process_list .process_item {
    width: 20%;
}

#process .process_wrapper .process_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#process .process_wrapper .process_list .process_item .num {
    text-align: center;
    position: relative;
    display: block;
}

#process .process_wrapper .process_list .process_item .num img {
    width: 30%;
    margin: 0 auto;
}

#process .process_wrapper .process_list .process_item .line {
    width: 100%;
    height: 1px;
    background-color: #ededed;
    margin: 20px 0;
    position: relative;
}

#process .process_wrapper .process_list .process_item .line:after,
#process .process_wrapper .process_list .process_item .line span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#process .process_wrapper .process_list .process_item .line span {
    width: 10px;
    height: 10px;
    background-color: #ff9000;
    border-radius: 5px;
    z-index: 2;
}

#process .process_wrapper .process_list .process_item .line:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ff9000;
    border-radius: 10px;
    background-color: #fff;
    z-index: 1;
}

#process .process_wrapper .process_list .process_item .content {
    width: 100%;
    text-align: center;
}

#process .process_wrapper .process_list .process_item .content h3 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #181818;
}

#process .process_wrapper .process_list .process_item .content p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

#hezuo {
    width: 100%;
    padding: 36px 0;
    background-color: #f5f5f5;
}

#hezuo .hezuo_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

#hezuo .hezuo_wrapper .hezuo_item {
    width: 45%;
    margin: 0 2%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 35px;
    border: 1px solid #ededed;
    background-image: url(/public/images/hz_bg.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#hezuo .hezuo_wrapper .hezuo_item .title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    font-weight: 500;
}

#hezuo .hezuo_wrapper .hezuo_item .subtitle {
    margin: 10px 0;
    font-size: 16px;
    color: #ff9000;
}

#hezuo .hezuo_wrapper .hezuo_item p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    color: #999;
}

@media screen and (max-width:1400px) {
    #youshi .container {
        width: 100%;
        position: relative;
    }
    .w1400 {
        max-width: 1280px;
        margin: 0 auto;
    }
    #youshi .container .icon_list,
    #youshi .container .icon_list .icon_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #youshi .container .icon_list .icon_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 23%;
        padding: 18px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        background-color: #fff;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
    #youshi .container .icon_list {
        position: absolute;
        top: -35px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    #youshi .container .icon_list .icon_item .icon img {
        width: 80%;
    }
}

#newspage .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0
}

#newspage .container .newspage {
    width: 75%;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#newspage .container .newspage .content {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px
}

#newspage .container .newspage .content .title {
    font-size: 24px;
    color: #181818;
    text-align: left;
    font-weight: 600
}

#newspage .container .newspage .content .date {
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    text-align: left
}

#newspage .container .newspage .content .date span {
    color: #ff9000
}

#newspage .container .newspage .content .newspage_content {
    padding-top: 15px;
    border-top: 1px solid #eee
}

#newspage .container .newspage .content .newspage_content p {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #666
}

#newspage .container .newspage .content .newspage_content p img {
    max-width: 100%
}

#newspage .container .newspage .pagination {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

#newspage .container .newspage .pagination,
#newspage .container .newspage .pagination .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#newspage .container .newspage .pagination .page-link {
    width: 50%;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 0 solid #ff9000;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

#newspage .container .newspage .pagination .page-link .item {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    display: block;
    width: auto
}

#newspage .container .newspage .pagination .page-link .item i {
    font-size: 20px;
    color: #ff9000
}

#newspage .container .newspage .pagination .page-link .line {
    background-color: #ff9000;
    width: 2px;
    height: 20px;
    margin: 0 10px
}

#newspage .container .newspage .pagination .page-link h3 {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin: 20px 0;
    width: 80%;
    font-weight: 500
}

#newspage .container .newspage .pagination .page-link .date {
    font-size: 14px;
    color: #666;
    width: 80%
}

#newspage .container .newspage .pagination .page-link .date span {
    color: #ff9000
}

#newspage .container .newspage .pagination .page-link:last-child {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

#newspage .container .newspage .pagination .page-link:hover h3 {
    color: #ff9000
}

#newspage .container .right {
    width: 25%;
    background-color: #fafafa;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 0 solid #ff9000;
    display: block
}

#newspage .container .right .news_content1 .search {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 14px
}

#newspage .container .right .news_content1 .search,
#newspage .container .right .news_content1 .search form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#newspage .container .right .news_content1 .search form {
    height: 40px;
    background: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#newspage .container .right .news_content1 .search form .search-inp {
    width: calc(100% - 70px);
    height: 100%;
    line-height: 40px;
    color: #181818;
    float: left;
    border: 0;
    outline: none;
    font-size: 14px;
    padding-left: 10px
}

#newspage .container .right .news_content1 .search form .search-inp::-webkit-input-placeholder {
    color: #999
}

#newspage .container .right .news_content1 .search form .search-inp::-moz-placeholder {
    color: #999
}

#newspage .container .right .news_content1 .search form .search-inp::-ms-input-placeholder {
    color: #999
}

#newspage .container .right .news_content1 .search form .search-inp::placeholder {
    color: #999
}

#newspage .container .right .news_content1 .search form button {
    width: 60px;
    height: 100%;
    font-size: 14px;
    float: right;
    cursor: pointer;
    border: 0;
    background-color: #ff9000;
    color: #fff
}

#newspage .container .right .news_content2 .title {
    font-size: 18px;
    color: #181818
}

#newspage .container .right .news_content2 .title h3 {
    font-weight: 500
}

#newspage .container .right .news_content2 .title .line {
    background-color: #ff9000;
    width: 60px;
    height: 2px;
    margin: 14px 0;
    display: block
}

#newspage .container .right .news_content2 .news_list {
    width: 100%
}

#newspage .container .right .news_content2 .news_list .news_item {
    border-bottom: 0 solid #ccc;
    padding-top: 0;
    display: block;
    margin-bottom: 15px
}

#newspage .container .right .news_content2 .news_list .news_item a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#newspage .container .right .news_content2 .news_list .news_item a .ico {
    width: 30%;
    height: 70px;
    overflow: hidden;
    position: relative
}

#newspage .container .right .news_content2 .news_list .news_item a .ico img {
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#newspage .container .right .news_content2 .news_list .news_item a .content {
    width: 66%
}

#newspage .container .right .news_content2 .news_list .news_item a .content h3 {
    font-size: 14px;
    color: #181818;
    margin: 0;
    font-weight: 500
}

#newspage .container .right .news_content2 .news_list .news_item a .content .date {
    font-size: 14px;
    margin: 8px 0 0;
    color: #999
}

#newspage .container .right .news_content2 .news_list .news_item a .content .date span {
    font-size: 13px;
    color: #ff9000
}

#newspage .container .right .news_content2 .news_list .news_item:last-child {
    border-bottom: 0 solid #ccc;
    margin-bottom: 0
}

@media screen and (max-width:1400px) {
    #newspage {
        width: 100%;
        padding: 36px 0
    }
    #newspage .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 0
    }
    #newspage .container .newspage {
        width: 75%;
        padding-left: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #newspage .container .newspage .content {
        width: 100%;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
    #newspage .container .newspage .content .title {
        font-size: 34px;
        color: #181818;
        text-align: center
    }
    #newspage .container .newspage .content .date {
        text-align: center;
        font-size: 16px;
        margin: 20px 0
    }
    #newspage .container .newspage .content .date span {
        color: #ff9000
    }
    #newspage .container .newspage .content .newspage_content p {
        text-align: left;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 15px;
        color: #666
    }
    #newspage .container .newspage .content .newspage_content p img {
        max-width: 100%
    }
    #newspage .container .newspage .pagination {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
    #newspage .container .newspage .pagination,
    #newspage .container .newspage .pagination .page-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #newspage .container .newspage .pagination .page-link {
        width: 50%;
        padding: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 #ccc;
        box-shadow: 0 0 0 #ccc;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 0 solid #ff9000;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
    #newspage .container .newspage .pagination .page-link .item {
        font-size: 14px;
        margin-bottom: 0;
        position: relative;
        display: block;
        width: auto
    }
    #newspage .container .newspage .pagination .page-link .item i {
        font-size: 20px;
        color: #ff9000
    }
    #newspage .container .newspage .pagination .page-link .line {
        background-color: #ff9000;
        width: 2px;
        height: 20px;
        margin: 0 10px
    }
    #newspage .container .newspage .pagination .page-link h3 {
        display: block;
        font-size: 15px;
        line-height: 1.5;
        margin: 20px 0;
        width: 80%;
        font-weight: 500
    }
    #newspage .container .newspage .pagination .page-link .date {
        font-size: 14px;
        color: #666;
        width: 80%
    }
    #newspage .container .newspage .pagination .page-link .date span {
        color: #ff9000
    }
    #newspage .container .newspage .pagination .page-link:last-child {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
    #newspage .container .newspage .pagination .page-link:hover h3 {
        color: #ff9000
    }
    #newspage .container .right {
        width: 25%;
        background-color: #fff;
        padding: 30px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 0 solid #ff9000;
        display: block
    }
    #newspage .container .right .news_content1 .search {
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 14px
    }
    #newspage .container .right .news_content1 .search,
    #newspage .container .right .news_content1 .search form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #newspage .container .right .news_content1 .search form {
        height: 40px;
        background: #fff;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #newspage .container .right .news_content1 .search form .search-inp {
        width: calc(100% - 70px);
        height: 100%;
        line-height: 40px;
        color: #181818;
        float: left;
        border: 0;
        outline: none;
        font-size: 14px;
        padding-left: 10px
    }
    #newspage .container .right .news_content1 .search form .search-inp::-webkit-input-placeholder {
        color: #999
    }
    #newspage .container .right .news_content1 .search form .search-inp::-moz-placeholder {
        color: #999
    }
    #newspage .container .right .news_content1 .search form .search-inp::-ms-input-placeholder {
        color: #999
    }
    #newspage .container .right .news_content1 .search form .search-inp::placeholder {
        color: #999
    }
    #newspage .container .right .news_content1 .search form button {
        width: 60px;
        height: 100%;
        font-size: 14px;
        float: right;
        cursor: pointer;
        border: 0;
        background-color: #ff9000;
        color: #fff
    }
    #newspage .container .right .news_content2 .title {
        font-size: 18px;
        color: #181818
    }
    #newspage .container .right .news_content2 .title h3 {
        font-weight: 500
    }
    #newspage .container .right .news_content2 .title .line {
        background-color: #ff9000;
        width: 60px;
        height: 2px;
        margin: 14px 0;
        display: block
    }
    #newspage .container .right .news_content2 .news_list {
        width: 100%
    }
    #newspage .container .right .news_content2 .news_list .news_item {
        border-bottom: 0 solid #ccc;
        padding-top: 0;
        display: block;
        margin-bottom: 15px
    }
    #newspage .container .right .news_content2 .news_list .news_item a {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #newspage .container .right .news_content2 .news_list .news_item a .ico {
        width: 30%;
        height: 70px;
        overflow: hidden;
        position: relative
    }
    #newspage .container .right .news_content2 .news_list .news_item a .ico img {
        display: block;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    #newspage .container .right .news_content2 .news_list .news_item a .content {
        width: 66%
    }
    #newspage .container .right .news_content2 .news_list .news_item a .content h3 {
        font-size: 14px;
        color: #181818;
        margin: 0;
        font-weight: 500
    }
    #newspage .container .right .news_content2 .news_list .news_item a .content .date {
        font-size: 14px;
        margin: 8px 0 0;
        color: #999
    }
    #newspage .container .right .news_content2 .news_list .news_item a .content .date span {
        font-size: 13px;
        color: #ff9000
    }
    #newspage .container .right .news_content2 .news_list .news_item:last-child {
        border-bottom: 0 solid #ccc;
        margin-bottom: 0
    }
}

@media screen and (max-width:1200px) {
    #newspage {
        width: 100%;
        padding: 36px 0
    }
    #newspage .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 0
    }
    #newspage .container .newspage {
        width: 100%;
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #newspage .container .newspage .content {
        width: 100%;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
    #newspage .container .newspage .content .title {
        font-size: 30px;
        color: #181818;
        text-align: center
    }
    #newspage .container .newspage .content .date {
        text-align: center;
        font-size: 16px;
        margin: 20px 0
    }
    #newspage .container .newspage .content .date span {
        color: #ff9000
    }
    #newspage .container .newspage .content .newspage_content p {
        text-align: left;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 15px;
        color: #666
    }
    #newspage .container .newspage .content .newspage_content p img {
        max-width: 100%
    }
    #newspage .container .newspage .pagination {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
    #newspage .container .newspage .pagination,
    #newspage .container .newspage .pagination .page-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #newspage .container .newspage .pagination .page-link {
        width: 50%;
        padding: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 #ccc;
        box-shadow: 0 0 0 #ccc;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 0 solid #ff9000;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
    #newspage .container .newspage .pagination .page-link .item {
        font-size: 14px;
        margin-bottom: 0;
        position: relative;
        display: block;
        width: auto
    }
    #newspage .container .newspage .pagination .page-link .item i {
        font-size: 20px;
        color: #ff9000
    }
    #newspage .container .newspage .pagination .page-link .line {
        background-color: #ff9000;
        width: 2px;
        height: 20px;
        margin: 0 10px
    }
    #newspage .container .newspage .pagination .page-link h3 {
        display: block;
        font-size: 15px;
        line-height: 1.5;
        margin: 20px 0;
        width: 80%;
        font-weight: 500
    }
    #newspage .container .newspage .pagination .page-link .date {
        font-size: 14px;
        color: #666;
        width: 80%
    }
    #newspage .container .newspage .pagination .page-link .date span {
        color: #ff9000
    }
    #newspage .container .newspage .pagination .page-link:last-child {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
    #newspage .container .newspage .pagination .page-link:hover h3 {
        color: #ff9000
    }
    #newspage .container .right {
        width: 25%;
        background-color: #fff;
        padding: 30px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 0 solid #ff9000;
        display: block
    }
    #newspage .container .right .news_content1 .search {
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 14px
    }
    #newspage .container .right .news_content1 .search,
    #newspage .container .right .news_content1 .search form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #newspage .container .right .news_content1 .search form {
        height: 40px;
        background: #fff;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #newspage .container .right .news_content1 .search form .search-inp {
        width: calc(100% - 70px);
        height: 100%;
        line-height: 40px;
        color: #181818;
        float: left;
        border: 0;
        outline: none;
        font-size: 14px;
        padding-left: 10px
    }
    #newspage .container .right .news_content1 .search form .search-inp::-webkit-input-placeholder {
        color: #999
    }
    #newspage .container .right .news_content1 .search form .search-inp::-moz-placeholder {
        color: #999
    }
    #newspage .container .right .news_content1 .search form .search-inp::-ms-input-placeholder {
        color: #999
    }
    #newspage .container .right .news_content1 .search form .search-inp::placeholder {
        color: #999
    }
    #newspage .container .right .news_content1 .search form button {
        width: 60px;
        height: 100%;
        font-size: 14px;
        float: right;
        cursor: pointer;
        border: 0;
        background-color: #ff9000;
        color: #fff
    }
    #newspage .container .right .news_content2 .title {
        font-size: 18px;
        color: #181818
    }
    #newspage .container .right .news_content2 .title h3 {
        font-weight: 500
    }
    #newspage .container .right .news_content2 .title .line {
        background-color: #ff9000;
        width: 60px;
        height: 2px;
        margin: 14px 0;
        display: block
    }
    #newspage .container .right .news_content2 .news_list {
        width: 100%
    }
    #newspage .container .right .news_content2 .news_list .news_item {
        border-bottom: 0 solid #ccc;
        padding-top: 0;
        display: block;
        margin-bottom: 15px
    }
    #newspage .container .right .news_content2 .news_list .news_item a {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #newspage .container .right .news_content2 .news_list .news_item a .ico {
        width: 30%;
        height: 70px;
        overflow: hidden;
        position: relative
    }
    #newspage .container .right .news_content2 .news_list .news_item a .ico img {
        display: block;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    #newspage .container .right .news_content2 .news_list .news_item a .content {
        width: 66%
    }
    #newspage .container .right .news_content2 .news_list .news_item a .content h3 {
        font-size: 14px;
        color: #181818;
        margin: 0;
        font-weight: 500
    }
    #newspage .container .right .news_content2 .news_list .news_item a .content .date {
        font-size: 14px;
        margin: 8px 0 0;
        color: #999
    }
    #newspage .container .right .news_content2 .news_list .news_item a .content .date span {
        font-size: 13px;
        color: #ff9000
    }
    #newspage .container .right .news_content2 .news_list .news_item:last-child {
        border-bottom: 0 solid #ccc;
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    #newspage {
        width: 100%;
        padding: 36px 0
    }
    #newspage .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px
    }
    #newspage .container .newspage {
        width: 100%;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #newspage .container .newspage .content {
        width: 100%;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 0;
        margin-bottom: 30px
    }
    #newspage .container .newspage .content .title {
        font-size: 30px;
        color: #181818;
        text-align: center
    }
    #newspage .container .newspage .content .date {
        text-align: center;
        font-size: 16px;
        margin: 20px 0
    }
    #newspage .container .newspage .content .date span {
        color: #ff9000
    }
    #newspage .container .newspage .content .newspage_content p {
        text-align: left;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 15px;
        color: #666
    }
    #newspage .container .newspage .content .newspage_content p img {
        max-width: 100%
    }
    #newspage .container .newspage .pagination {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
    #newspage .container .newspage .pagination,
    #newspage .container .newspage .pagination .page-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #newspage .container .newspage .pagination .page-link {
        width: 50%;
        padding: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 #ccc;
        box-shadow: 0 0 0 #ccc;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 0 solid #ff9000;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
    #newspage .container .newspage .pagination .page-link .item {
        font-size: 14px;
        margin-bottom: 0;
        position: relative;
        display: block;
        width: auto
    }
    #newspage .container .newspage .pagination .page-link .item i {
        font-size: 16px;
        color: #ff9000
    }
    #newspage .container .newspage .pagination .page-link .line {
        background-color: #ff9000;
        width: 2px;
        height: 18px;
        margin: 0 10px
    }
    #newspage .container .newspage .pagination .page-link h3 {
        display: block;
        font-size: 14px;
        line-height: 1.5;
        margin: 20px 0;
        width: 75%;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }
    #newspage .container .newspage .pagination .page-link .date {
        font-size: 14px;
        color: #666;
        width: 80%
    }
    #newspage .container .newspage .pagination .page-link .date span {
        color: #ff9000
    }
    #newspage .container .newspage .pagination .page-link:last-child {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
    #newspage .container .newspage .pagination .page-link:hover h3 {
        color: #ff9000
    }
    #newspage .container .right {
        width: 22%;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        background-color: #fff;
        padding: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 4px solid #ff9000;
        display: none;
        background-color: #fafafa
    }
    #newspage .container .right .title {
        font-size: 18px;
        color: #181818
    }
    #newspage .container .right .title h3 {
        font-weight: 500
    }
    #newspage .container .right .title .line {
        background-color: #ff9000;
        width: 60px;
        height: 2px;
        margin: 20px 0 0;
        display: block
    }
    #newspage .container .right .news_list {
        width: 100%
    }
    #newspage .container .right .news_list .news_item {
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
        display: block
    }
    #newspage .container .right .news_list .news_item a h3 {
        font-size: 16px;
        color: #181818;
        margin: 15px 0 0
    }
    #newspage .container .right .news_list .news_item a .date {
        font-size: 14px;
        margin: 10px 0 20px;
        color: #999
    }
    #newspage .container .right .news_list .news_item a .date span {
        font-size: 16px;
        color: #ff9000
    }
    #newspage .container .right .news_list .news_item:last-child {
        border-bottom: 0 solid #ccc
    }
}

* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #181818;
    font-family: -apple-system, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, STHeiti, Microsoft YaHei, Microsoft JhengHei, SimSun, sans-serif
}

a:hover {
    color: #ff8000!important
}

.hwy:hover,
.link a:hover,
.txy:hover {
    color: #fff!important
}

.main-container {
    width: 1000px;
    margin: 30px auto;
    background-image: url(/public/images/favicon.ico)
}

@media screen and (min-width:1400px) {
    .hidden_lg,
    .hidden_md,
    .hidden_xl {
        display: none!important
    }
    .hidden_xs {
        display: block!important
    }
}

@media screen and (min-width:1200px) {
    .hidden_lg,
    .hidden_md,
    .hidden_xl {
        display: none!important
    }
    .hidden_xs {
        display: block!important
    }
}

@media screen and (min-width:768px) {
    .hidden_lg,
    .hidden_md,
    .hidden_xl {
        display: none!important
    }
    .hidden_xs {
        display: block!important
    }
}

@media screen and (max-width:768px) {
    .hidden_lg,
    .hidden_md,
    .hidden_xl {
        display: block!important
    }
    .hidden_xs {
        display: none!important
    }
}

.pt-0 {
    padding-top: 0!important
}

a {
    color: #999
}

.w1400 {
    max-width: 1280px;
    margin: 0 auto
}

body {
    position: relative
}

body .bg-mask {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .56471);
    z-index: 5
}

#ggw {
    width: 100%;
    max-height: 80px;
    position: relative;
    z-index: 6
}

#ggw .swiper {
    width: 100%;
    height: 60px
}

#ggw .swiper .swiper-slide {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%
}

#ggw .swiper .swiper-slide a {
    font-size: 0
}

#ggw .swiper .swiper-slide a,
#ggw .swiper .swiper-slide a img {
    display: block;
    height: 100%;
    width: 100%
}

#head {
    top: 0;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px #ccc;
    box-shadow: 0 0 24px #ccc
}

#head,
#head .nav {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

#head .nav {
    margin: 0 auto
}

#head .nav,
#head .nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav .container {
    width: 100%;
    max-width: 1400px
}

#head .nav .container .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav .container .nav_list .logo {
    padding: 15px 30px 15px 0;
    max-height: 40px;
    height: 40px
}

#head .nav .container .nav_list .logo a {
    display: block;
    height: 100%;
    max-height: 100%;
    font-size: 0
}

#head .nav .container .nav_list .logo a img {
    height: 100%
}

#head .nav .container .nav_list .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav .container .nav_list .menu ul li {
    padding: 15px 0
}

#head .nav .container .nav_list .menu ul li h2 {
    font-weight: 400;
    font-size: 15px;
    position: relative
}

#head .nav .container .nav_list .menu ul li h2 a {
    padding: 0 20px;
    display: block;
    color: #000;
    font-size: 16px
}

#head .nav .container .nav_list .menu ul li:last-child h2 a {
    border: 0
}

#head .nav .container .nav_list .menu ul li.active h2 a,
#head .nav .container .nav_list .menu ul li:hover h2 a {
    color: #ff8000
}

#head .nav .container .nav_list .menu ul li:hover .sub_menu {
    height: 340px;
    padding: 30px 80px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border-top: 1px solid #ccc
}

#head .nav .container .nav_list .dropdown {
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 69px;
    overflow: hidden;
    border-top: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

#head .nav .container .nav_list .dropdown dd {
    display: none
}

#head .nav .container .nav_list .dropdown dd .sub_menu {
    height: 340px;
    padding: 30px 80px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

#head .nav .container .nav_list .dropdown dd .sub_menu h3 {
    width: 100%;
    height: 30px;
    overflow: hidden;
    padding-left: 15px
}

#head .nav .container .nav_list .dropdown dd .sub_menu h3:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both
}

#head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content {
    width: 100%;
    display: block
}

#head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24%;
    height: auto;
    padding: 15px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0
}

#head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info {
    width: 100%;
    height: 70px
}

#head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info h3 {
    font-weight: 400;
    color: #303030;
    font-size: 14px;
    line-height: 1.5;
    padding: 0
}

#head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info p {
    color: #989898;
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

#head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a:hover {
    background-color: #f6f6f6;
    border-radius: 5px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

#head .nav .container .right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#head .nav .container .right,
#head .nav .container .right .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav .container .right .search {
    height: 70px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px
}

#head .nav .container .right .search form input {
    border: 0;
    line-height: 36px;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

#head .nav .container .right .search form button {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    line-height: 36px;
    cursor: pointer
}

#head .nav .container .right .search form button i {
    font-size: 20px
}

#head .nav .container .right .lang {
    position: relative
}

#head .nav .container .right .lang,
#head .nav .container .right .lang .lang_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav .container .right .lang .lang_title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    cursor: pointer
}

#head .nav .container .right .lang .lang_title span {
    font-size: 16px;
    color: #333
}

#head .nav .container .right .lang .lang_title i {
    font-size: 14px;
    color: #333;
    margin-left: 8px
}

#head .nav .container .right .lang .lang_title:hover i,
#head .nav .container .right .lang .lang_title:hover span {
    color: #ff9000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#head .nav .container .right .lang .lang_title:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#head .nav .container .right .lang .lang_content { width: 120px; background-color: #fff; padding: 5px 12px 6px; position: absolute; top: 70px; -webkit-box-shadow: 0 12px 12px #ddd; box-shadow: 0 12px 12px #ddd; display: none }

#head .nav .container .right .lang .lang_content .lang_content_con {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

#head .nav .container .right .lang .lang_content .lang_content_con h4 {
    font-size: 14px;
    font-weight: 600;
    color: #181818
}

#head .nav .container .right .lang .lang_content .lang_content_con p {
    padding-top: 10px
}

#head .nav .container .right .lang .lang_content .lang_content_con p a {
    font-size: 12px;
    color: #666;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

#head .nav .container .right .lang .lang_content .lang_content_con p a:hover {
    color: #ff9000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

#head .nav .container .right .lang .lang_content .lang_list {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#head .nav .container .right .lang .lang_content .lang_list dt {
    width: 100%
}

#head .nav .container .right .lang .lang_content .lang_list dt span {
    font-size: 14px;
    font-weight: 600;
    color: #181818
}

#head .nav .container .right .lang .lang_content .lang_list dd {
    width: 50%;
    padding-top: 10px
}

#head .nav .container .right .lang .lang_content .lang_list dd a {
    font-size: 12px;
    color: #666;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

#head .nav .container .right .lang .lang_content .lang_list dd a:hover {
    color: #ff9000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

#head .nav .container .right .lang .lang_icon {
    max-width: 24px;
    font-size: 0
}

#head .nav .container .right .lang .lang_icon img {
    width: 100%
}

#head .nav .container .right .lang select {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none
}

#head .nav .container .nav_btn,
#head .phone_menu {
    display: none
}

#head:hover {
    background-color: #fff;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

#head.fff {
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 9
}

.w1400 .title {
    width: 100%
}

.w1400 .title .sitetitle {
    font-size: 30px;
    text-align: center
}

.w1400 .title .subtitle {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    color: #999
}

.w1400 .title p {
    font-size: 16px;
    line-height: 1;
    color: #555;
    margin-top: 20px;
    text-align: center
}

@media screen and (max-width:1400px) {
    .w1400 {
        max-width: 1180px;
        margin: 0 auto
    }
    body {
        position: relative
    }
    body .bg-mask {
        content: "";
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, .56471);
        z-index: 5
    }
    #ggw {
        width: 100%;
        max-height: 80px;
        position: relative;
        z-index: 6
    }
    #ggw .swiper {
        width: 100%;
        height: 60px
    }
    #ggw .swiper .swiper-slide {
        background-position: 50%;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    #ggw .swiper .swiper-slide a {
        font-size: 0
    }
    #ggw .swiper .swiper-slide a,
    #ggw .swiper .swiper-slide a img {
        display: block;
        height: 100%;
        width: 100%
    }
    #head {
        top: 0;
        z-index: 9;
        background-color: #fff;
        -webkit-box-shadow: 0 0 24px #ccc;
        box-shadow: 0 0 24px #ccc
    }
    #head,
    #head .nav {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative
    }
    #head .nav {
        margin: 0 auto
    }
    #head .nav,
    #head .nav .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container {
        width: 100%
    }
    #head .nav .container .nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .nav_list .logo {
        padding: 15px 30px 15px 0;
        max-height: 40px;
        height: 40px
    }
    #head .nav .container .nav_list .logo a {
        display: block;
        height: 100%;
        max-height: 100%;
        font-size: 0
    }
    #head .nav .container .nav_list .logo a img {
        height: 100%
    }
    #head .nav .container .nav_list .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .nav_list .menu ul li {
        padding: 15px 0
    }
    #head .nav .container .nav_list .menu ul li h2 {
        font-weight: 400;
        font-size: 15px;
        position: relative
    }
    #head .nav .container .nav_list .menu ul li h2 a {
        padding: 0 20px;
        display: block;
        color: #000;
        font-size: 16px
    }
    #head .nav .container .nav_list .menu ul li:last-child h2 a {
        border: 0
    }
    #head .nav .container .nav_list .menu ul li.active h2 a,
    #head .nav .container .nav_list .menu ul li:hover h2 a {
        color: #ff8000
    }
    #head .nav .container .nav_list .menu ul li:hover .sub_menu {
        height: 340px;
        padding: 30px 80px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        border-top: 1px solid #ccc
    }
    #head .nav .container .nav_list .dropdown {
        width: 100%;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 69px;
        overflow: hidden;
        border-top: 1px solid #eee;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .nav_list .dropdown dd {
        display: none
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu {
        height: 340px;
        padding: 30px 80px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu h3 {
        width: 100%;
        height: 30px;
        overflow: hidden;
        padding-left: 15px
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu h3:after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        clear: both
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content {
        width: 100%;
        display: block
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 24%;
        height: auto;
        padding: 15px;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info {
        width: 100%;
        height: 70px
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info h3 {
        font-weight: 400;
        color: #303030;
        font-size: 14px;
        line-height: 1.5;
        padding: 0
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info p {
        color: #989898;
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a:hover {
        background-color: #f6f6f6;
        border-radius: 5px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #head .nav .container .right,
    #head .nav .container .right .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .right .search {
        height: 70px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px
    }
    #head .nav .container .right .search form input {
        border: 0;
        line-height: 36px;
        outline: none;
        background-color: rgba(0, 0, 0, 0)
    }
    #head .nav .container .right .search form button {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        line-height: 36px;
        cursor: pointer
    }
    #head .nav .container .right .search form button i {
        font-size: 20px
    }
    #head .nav .container .right .lang {
        position: relative
    }
    #head .nav .container .right .lang,
    #head .nav .container .right .lang .lang_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .right .lang .lang_title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 70px;
        line-height: 70px;
        padding-left: 20px;
        cursor: pointer
    }
    #head .nav .container .right .lang .lang_title span {
        font-size: 16px;
        color: #333
    }
    #head .nav .container .right .lang .lang_title i {
        font-size: 14px;
        color: #333;
        margin-left: 8px
    }
    #head .nav .container .right .lang .lang_title:hover i,
    #head .nav .container .right .lang .lang_title:hover span {
        color: #ff9000;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    #head .nav .container .right .lang .lang_title:hover i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #head .nav .container .right .lang .lang_content {
        width: 200px;
        background-color: #fff;
        padding: 10px 20px 20px;
        position: absolute;
        top: 70px;
        -webkit-box-shadow: 0 12px 12px #ddd;
        box-shadow: 0 12px 12px #ddd;
        display: none
    }
    #head .nav .container .right .lang .lang_content .lang_content_con {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_content_con h4 {
        font-size: 14px;
        font-weight: 600;
        color: #181818
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p {
        padding-top: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p a {
        font-size: 12px;
        color: #666;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p a:hover {
        color: #ff9000;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_list {
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #head .nav .container .right .lang .lang_content .lang_list dt {
        width: 100%
    }
    #head .nav .container .right .lang .lang_content .lang_list dt span {
        font-size: 14px;
        font-weight: 600;
        color: #181818
    }
    #head .nav .container .right .lang .lang_content .lang_list dd {
        width: 50%;
        padding-top: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_list dd a {
        font-size: 12px;
        color: #666;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_list dd a:hover {
        color: #ff9000;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_icon {
        max-width: 24px;
        font-size: 0
    }
    #head .nav .container .right .lang .lang_icon img {
        width: 100%
    }
    #head .nav .container .right .lang select {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none
    }
    #head .nav .container .nav_btn,
    #head .phone_menu {
        display: none
    }
    #head:hover {
        background-color: #fff;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head.fff {
        position: fixed;
        background-color: #fff;
        top: 0;
        z-index: 9
    }
    .w1400 .title {
        width: 100%
    }
    .w1400 .title .sitetitle {
        font-size: 30px;
        text-align: center
    }
    .w1400 .title .subtitle {
        font-size: 14px;
        text-align: center;
        margin-top: 8px;
        color: #999
    }
    .w1400 .title p {
        font-size: 16px;
        line-height: 1;
        color: #555;
        margin-top: 20px;
        text-align: center
    }
}

@media screen and (max-width:1201px) {
    .w1400 {
        max-width: 1000px;
        margin: 0 auto
    }
    body {
        position: relative
    }
    body .bg-mask {
        content: "";
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, .56471);
        z-index: 5
    }
    #ggw {
        width: 100%;
        max-height: 80px;
        position: relative;
        z-index: 6
    }
    #ggw .swiper {
        width: 100%;
        height: 60px
    }
    #ggw .swiper .swiper-slide {
        background-position: 50%;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    #ggw .swiper .swiper-slide a {
        font-size: 0
    }
    #ggw .swiper .swiper-slide a,
    #ggw .swiper .swiper-slide a img {
        display: block;
        height: 100%;
        width: 100%
    }
    #head {
        top: 0;
        z-index: 9;
        background-color: #fff;
        -webkit-box-shadow: 0 0 24px #ccc;
        box-shadow: 0 0 24px #ccc
    }
    #head,
    #head .nav {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative
    }
    #head .nav {
        margin: 0 auto
    }
    #head .nav,
    #head .nav .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container {
        width: 96%
    }
    #head .nav .container .nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .nav_list .logo {
        padding: 8px 20px 8px 0;
        max-height: 40px;
        height: 40px
    }
    #head .nav .container .nav_list .logo a {
        display: block;
        height: 100%;
        max-height: 100%;
        font-size: 0
    }
    #head .nav .container .nav_list .logo a img {
        height: 100%
    }
    #head .nav .container .nav_list .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .nav_list .menu ul li {
        padding: 8px 0
    }
    #head .nav .container .nav_list .menu ul li h2 {
        font-weight: 400;
        font-size: 15px;
        position: relative
    }
    #head .nav .container .nav_list .menu ul li h2 a {
        padding: 0 12px;
        display: block;
        color: #000;
        font-size: 15px
    }
    #head .nav .container .nav_list .menu ul li:last-child h2 a {
        border: 0
    }
    #head .nav .container .nav_list .menu ul li.active h2 a,
    #head .nav .container .nav_list .menu ul li:hover h2 a {
        color: #ff8000
    }
    #head .nav .container .nav_list .menu ul li:hover .sub_menu {
        height: 340px;
        padding: 30px 80px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        border-top: 1px solid #ccc
    }
    #head .nav .container .nav_list .dropdown {
        width: 100%;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 56px;
        overflow: hidden;
        border-top: 1px solid #eee;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .nav_list .dropdown dd {
        display: none
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu {
        height: 340px;
        padding: 30px 80px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu h3 {
        width: 100%;
        height: 30px;
        overflow: hidden;
        padding-left: 15px
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu h3:after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        clear: both
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content {
        width: 100%;
        display: block
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 24%;
        height: auto;
        padding: 15px;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info {
        width: 100%;
        height: 70px
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info h3 {
        font-weight: 400;
        color: #303030;
        font-size: 14px;
        line-height: 1.5;
        padding: 0
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a .info p {
        color: #989898;
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
    #head .nav .container .nav_list .dropdown dd .sub_menu .sub_menu_list .content .cont_list a:hover {
        background-color: #f6f6f6;
        border-radius: 5px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #head .nav .container .right,
    #head .nav .container .right .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .right .search {
        height: 56px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px;
        width: 145px
    }
    #head .nav .container .right .search form input {
        border: 0;
        line-height: 36px;
        outline: none;
        background-color: rgba(0, 0, 0, 0);
        width: 120px
    }
    #head .nav .container .right .search form button {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        line-height: 36px;
        cursor: pointer
    }
    #head .nav .container .right .search form button i {
        font-size: 20px
    }
    #head .nav .container .right .lang {
        position: relative
    }
    #head .nav .container .right .lang,
    #head .nav .container .right .lang .lang_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .right .lang .lang_title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 56px;
        line-height: 56px;
        padding-left: 14px;
        cursor: pointer
    }
    #head .nav .container .right .lang .lang_title span {
        font-size: 16px;
        color: #333
    }
    #head .nav .container .right .lang .lang_title i {
        font-size: 14px;
        color: #333;
        margin-left: 8px
    }
    #head .nav .container .right .lang .lang_title:hover i,
    #head .nav .container .right .lang .lang_title:hover span {
        color: #ff9000;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    #head .nav .container .right .lang .lang_title:hover i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #head .nav .container .right .lang .lang_content {
        width: 200px;
        background-color: #fff;
        padding: 10px 20px 20px;
        position: absolute;
        top: 70px;
        -webkit-box-shadow: 0 12px 12px #ddd;
        box-shadow: 0 12px 12px #ddd;
        display: none
    }
    #head .nav .container .right .lang .lang_content .lang_content_con {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_content_con h4 {
        font-size: 14px;
        font-weight: 600;
        color: #181818
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p {
        padding-top: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p a {
        font-size: 12px;
        color: #666;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p a:hover {
        color: #ff9000;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_list {
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #head .nav .container .right .lang .lang_content .lang_list dt {
        width: 100%
    }
    #head .nav .container .right .lang .lang_content .lang_list dt span {
        font-size: 14px;
        font-weight: 600;
        color: #181818
    }
    #head .nav .container .right .lang .lang_content .lang_list dd {
        width: 50%;
        padding-top: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_list dd a {
        font-size: 12px;
        color: #666;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_list dd a:hover {
        color: #ff9000;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_icon {
        max-width: 24px;
        font-size: 0
    }
    #head .nav .container .right .lang .lang_icon img {
        width: 100%
    }
    #head .nav .container .right .lang select {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none
    }
    #head .nav .container .nav_btn,
    #head .phone_menu {
        display: none
    }
    #head:hover {
        background-color: #fff;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head.fff {
        position: fixed;
        background-color: #fff;
        top: 0;
        z-index: 9
    }
    .w1400 .title {
        width: 100%
    }
    .w1400 .title .sitetitle {
        font-size: 30px;
        text-align: center
    }
    .w1400 .title .subtitle {
        font-size: 14px;
        text-align: center;
        margin-top: 8px;
        color: #999
    }
    .w1400 .title p {
        font-size: 16px;
        line-height: 1;
        color: #555;
        margin-top: 20px;
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .w1400 {
        max-width: 100%;
        margin: 0 auto
    }
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #ggw {
        width: 100%;
        max-height: 70px
    }
    #ggw .swiper {
        width: 100%;
        height: 70px
    }
    #ggw .swiper .swiper-slide {
        background-position: 50%;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    #ggw .swiper .swiper-slide a {
        font-size: 0
    }
    #ggw .swiper .swiper-slide a,
    #ggw .swiper .swiper-slide a img {
        display: block;
        height: 100%;
        width: 100%
    }
    #head {
        top: 0;
        left: 0;
        z-index: 9;
        background-color: #fff;
        overflow: visible
    }
    #head,
    #head .nav {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative
    }
    #head .nav {
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #ccc;
        padding: 0
    }
    #head .nav,
    #head .nav .container .nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .nav_list {
        width: 30%;
        position: relative
    }
    #head .nav .container .nav_list .logo {
        padding: 5px 10px 5px 5px;
        max-height: 40px;
        height: 40px
    }
    #head .nav .container .nav_list .logo a {
        display: block;
        height: 100%;
        max-height: 100%;
        font-size: 0
    }
    #head .nav .container .nav_list .logo a img {
        height: 100%
    }
    #head .nav .container .nav_list .menu {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 70px;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        display: none
    }
    #head .nav .container .nav_list .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #head .nav .container .nav_list .menu ul li {
        padding: 15px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        position: relative
    }
    #head .nav .container .nav_list .menu ul li h2 {
        font-weight: 400;
        font-size: 14px;
        position: relative
    }
    #head .nav .container .nav_list .menu ul li h2 a {
        padding: 0 17px;
        display: block;
        color: #666;
        font-size: 16px;
        border-right: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #head .nav .container .nav_list .menu ul li:last-child h2 a {
        border: 0
    }
    #head .nav .container .nav_list .menu ul li .sub_menu {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        padding: 15px 17px;
        top: 0;
        left: 0
    }
    #head .nav .container .nav_list .menu ul li .sub_menu h3.top_title {
        width: 100%;
        height: 30px;
        overflow: hidden;
        padding-left: 15px;
        display: none
    }
    #head .nav .container .nav_list .menu ul li .sub_menu h3.top_title:after {
        content: "";
        width: 0;
        height: 0;
        display: none;
        clear: both
    }
    #head .nav .container .nav_list .menu ul li .sub_menu .sub_menu_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #head .nav .container .nav_list .menu ul li .sub_menu .sub_menu_list .content {
        width: 100%;
        display: block
    }
    #head .nav .container .nav_list .menu ul li .sub_menu .sub_menu_list .content .cont_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .nav_list .menu ul li .sub_menu .sub_menu_list .content .cont_list a {
        height: auto;
        padding: 0;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block
    }
    #head .nav .container .nav_list .menu ul li .sub_menu .sub_menu_list .content .cont_list a .info {
        width: 100%;
        height: auto;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #head .nav .container .nav_list .menu ul li .sub_menu .sub_menu_list .content .cont_list a .info h3 {
        width: 100%;
        font-weight: 400;
        color: #303030;
        font-size: 14px;
        line-height: 1.5;
        padding: 0;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #head .nav .container .nav_list .menu ul li .sub_menu .sub_menu_list .content .cont_list a .info p {
        color: #989898;
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: none
    }
    #head .nav .container .nav_list .menu ul li .sub_menu .sub_menu_list .content .cont_list a:hover {
        background-color: #f6f6f6;
        border-radius: 5px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .nav_list .menu ul li .active h2 a,
    #head .nav .container .nav_list .menu ul li:hover h2 a {
        color: #ff8000
    }
    #head .nav .container .nav_list .menu ul li:hover .sub_menu {
        height: auto;
        padding: 15px 17px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        border-top: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #head .nav .container .nav_btn {
        max-width: 20%;
        width: 40px;
        padding-right: 15px;
        display: block
    }
    #head .nav .container .nav_btn span {
        width: 100%;
        height: 2px;
        display: block;
        margin-top: 6px
    }
    #head .nav .container .nav_btn span:first-child {
        margin-top: 0
    }
    #head .nav .container .nav_btn span:first-child,
    #head .nav .container .nav_btn span:nth-child(2),
    #head .nav .container .nav_btn span:nth-child(3) {
        background-color: #000;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .nav_btn.close span {
        width: 100%;
        height: 2px;
        display: block;
        margin-top: 6px
    }
    #head .nav .container .nav_btn.close span:first-child {
        background-color: #000;
        margin-top: 0;
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .nav_btn.close span:nth-child(2) {
        background-color: #000;
        opacity: 0;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .nav_btn.close span:nth-child(3) {
        background-color: #000;
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        -ms-transform: rotate(-45deg) translate(6px, -6px);
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head .nav .container .right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #head .nav .container .right,
    #head .nav .container .right .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .right .search {
        height: 50px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 5px;
        width: 120px
    }
    #head .nav .container .right .search form input {
        border: 0;
        line-height: 28px;
        outline: none;
        background-color: rgba(0, 0, 0, 0);
        width: 80px
    }
    #head .nav .container .right .search form button {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        line-height: 28px;
        cursor: pointer
    }
    #head .nav .container .right .search form button i {
        font-size: 20px
    }
    #head .nav .container .right .lang {
        position: relative;
        z-index: 9
    }
    #head .nav .container .right .lang,
    #head .nav .container .right .lang .lang_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .nav .container .right .lang .lang_title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        cursor: pointer
    }
    #head .nav .container .right .lang .lang_title span {
        font-size: 12px;
        color: #333
    }
    #head .nav .container .right .lang .lang_title i {
        font-size: 12px;
        color: #333;
        margin-left: 2px
    }
    #head .nav .container .right .lang .lang_title:hover i,
    #head .nav .container .right .lang .lang_title:hover span {
        color: #ff9000;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    #head .nav .container .right .lang .lang_title:hover i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #head .nav .container .right .lang .lang_content {
        width: 160px;
        background-color: #fff;
        padding: 10px 20px 20px;
        position: absolute;
        top: 42px;
        right: 0;
        -webkit-box-shadow: 0 12px 12px #ddd;
        box-shadow: 0 12px 12px #ddd;
        z-index: 9
    }
    #head .nav .container .right .lang .lang_content .lang_content_con {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_content_con h4 {
        font-size: 14px;
        font-weight: 600;
        color: #181818
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p {
        padding-top: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p a {
        font-size: 12px;
        color: #666;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_content_con p a:hover {
        color: #ff9000;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_list {
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #head .nav .container .right .lang .lang_content .lang_list dt {
        width: 100%
    }
    #head .nav .container .right .lang .lang_content .lang_list dt span {
        font-size: 14px;
        font-weight: 600;
        color: #181818
    }
    #head .nav .container .right .lang .lang_content .lang_list dd {
        width: 50%;
        padding-top: 10px
    }
    #head .nav .container .right .lang .lang_content .lang_list dd a {
        font-size: 12px;
        color: #666;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_content .lang_list dd a:hover {
        color: #ff9000;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    #head .nav .container .right .lang .lang_icon {
        max-width: 24px;
        font-size: 0
    }
    #head .nav .container .right .lang .lang_icon img {
        width: 100%
    }
    #head .nav .container .right .lang select {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none
    }
    #head .dropdown {
        display: none
    }
    #head .phone_menu {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: none;
        height: calc(100vh - 50px);
        overflow-x: hidden;
        overflow-y: auto
    }
    #head .phone_menu .menu {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: auto;
        background-color: #fff;
        display: block
    }
    #head .phone_menu .menu,
    #head .phone_menu .menu ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #head .phone_menu .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #head .phone_menu .menu ul li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        position: relative
    }
    #head .phone_menu .menu ul li h2 {
        font-weight: 400;
        font-size: 14px;
        position: relative;
        padding: 0 17px
    }
    #head .phone_menu .menu ul li h2 a {
        padding: 15px;
        display: block;
        color: #666;
        font-size: 16px;
        border-right: 0 solid #ccc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        position: relative
    }
    #head .phone_menu .menu ul li:last-child h2 a {
        border: 0
    }
    #head .phone_menu .menu ul li .sub_menu {
        width: 100%;
        height: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        padding: 0 17px;
        top: 0;
        left: 0;
        display: none
    }
    #head .phone_menu .menu ul li .sub_menu h3.top_title {
        width: 100%;
        height: 30px;
        overflow: hidden;
        padding-left: 15px;
        display: none
    }
    #head .phone_menu .menu ul li .sub_menu h3.top_title:after {
        content: "";
        width: 0;
        height: 0;
        display: none;
        clear: both
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list .content {
        width: 100%;
        display: block
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list .content .cont_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #eee
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list .content .cont_list a {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        margin: 0 20px;
        padding: 15px 10px;
        border-bottom: 1px solid #eee
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list .content .cont_list a .info {
        width: 100%;
        height: auto;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list .content .cont_list a .info h3 {
        width: 100%;
        font-weight: 400;
        color: #303030;
        font-size: 14px;
        line-height: 1.5;
        padding: 0;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list .content .cont_list a .info p {
        color: #989898;
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: none
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list .content .cont_list a:last-child {
        border: 0
    }
    #head .phone_menu .menu ul li .sub_menu .sub_menu_list .content .cont_list a:hover {
        background-color: #f6f6f6;
        border-radius: 5px
    }
    #head .phone_menu .menu ul li.active h2 a {
        color: #ff8000
    }
    #head .phone_menu .menu ul li.up h2 a:after {
        content: "+"
    }
    #head .phone_menu .menu ul li.down h2 a:after,
    #head .phone_menu .menu ul li.up h2 a:after {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #555;
        font-size: 24px
    }
    #head .phone_menu .menu ul li.down h2 a:after {
        content: "-"
    }
    #head:hover {
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    #head.fff,
    #head:hover {
        background-color: #fff
    }
    .w1400 .title {
        width: 100%
    }
    .w1400 .title .sitetitle {
        font-size: 20px;
        text-align: center;
        font-weight: 600
    }
    .w1400 .title .subtitle {
        font-size: 14px;
        text-align: center;
        margin-top: 8px;
        color: #555
    }
    .w1400 .title p {
        font-size: 14px;
        color: #aaa;
        width: 90%;
        margin: 10px auto;
        line-height: 1.5
    }
}

#head {
    background-color: #fff
}

#banner {
    height: 100%;
    max-height: 370px;
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 370px
}

#banner,
#banner .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#banner .container .content {
    max-width: 50%
}

#banner .container .content .title {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 600;
    color: #000
}

#banner .container .content p {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    margin-top: 15px;
    color: #666
}

#banner .container .content span {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #555;
    margin-top: 0;
    text-align: center
}

#banner .container .content .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

#banner .container .content .link .more {
    font-size: 16px;
    color: #fff;
    padding: 8px 40px;
    text-align: center;
    display: block;
    max-width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-right: 15px;
    line-height: 1.2;
    margin-top: 0
}

#banner .container .content .link .more.ali {
    background: -o-linear-gradient(45deg, #fac704, #e65d18);
    background: linear-gradient(45deg, #fac704, #e65d18)
}

#banner .container .content .link .more.ali:hover {
    color: #fff!important;
    background: #e65d18
}

#banner .container .content .link .more.hw {
    background: #e50012
}

#banner .container .content .link .more.hw:hover {
    color: #fff!important;
    background: #b6000f
}

@media screen and (max-width:1400px) {
    #head {
        background-color: #fff
    }
    #banner {
        height: 100%;
        max-height: 300px;
        position: relative;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px
    }
    #banner,
    #banner .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #banner .container .content {
        max-width: 50%
    }
    #banner .container .content .title {
        font-size: 36px;
        line-height: 1.5;
        font-weight: 600;
        color: #000
    }
    #banner .container .content p {
        font-size: 14px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: 400;
        margin-top: 15px;
        color: #666
    }
    #banner .container .content span {
        display: inline-block;
        padding: 0 10px;
        font-size: 12px;
        color: #555;
        margin-top: 0;
        text-align: center
    }
    #banner .container .content .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }
    #banner .container .content .link .more {
        font-size: 16px;
        color: #fff;
        padding: 8px 40px;
        text-align: center;
        display: block;
        max-width: 200px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 36px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        margin-right: 15px;
        line-height: 1.2;
        margin-top: 0
    }
    #banner .container .content .link .more.ali {
        background: -o-linear-gradient(45deg, #fac704, #e65d18);
        background: linear-gradient(45deg, #fac704, #e65d18)
    }
    #banner .container .content .link .more.ali:hover {
        color: #fff!important;
        background: #e65d18
    }
    #banner .container .content .link .more.hw {
        background: #e50012
    }
    #banner .container .content .link .more.hw:hover {
        color: #fff!important;
        background: #b6000f
    }
}

@media screen and (max-width:1200px) {
    #head {
        background-color: #fff
    }
    #banner {
        height: 100%;
        max-height: 280px;
        position: relative;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 280px
    }
    #banner,
    #banner .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #banner .container .content {
        max-width: 50%
    }
    #banner .container .content .title {
        font-size: 36px;
        line-height: 1.5;
        font-weight: 600;
        color: #000
    }
    #banner .container .content p {
        font-size: 14px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: 400;
        margin-top: 15px;
        color: #666
    }
    #banner .container .content span {
        display: inline-block;
        padding: 0 10px;
        font-size: 12px;
        color: #555;
        margin-top: 0;
        text-align: center
    }
    #banner .container .content .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }
    #banner .container .content .link .more {
        font-size: 16px;
        color: #fff;
        padding: 8px 40px;
        text-align: center;
        display: block;
        max-width: 200px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 36px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        margin-right: 15px;
        line-height: 1.2;
        margin-top: 0
    }
    #banner .container .content .link .more.ali {
        background: -o-linear-gradient(45deg, #fac704, #e65d18);
        background: linear-gradient(45deg, #fac704, #e65d18)
    }
    #banner .container .content .link .more.ali:hover {
        color: #fff!important;
        background: #e65d18
    }
    #banner .container .content .link .more.hw {
        background: #e50012
    }
    #banner .container .content .link .more.hw:hover {
        color: #fff!important;
        background: #b6000f
    }
}

@media screen and (max-width:768px) {
    #head {
        background-color: #fff
    }
    #banner {
        width: 100%;
        height: 100%;
        max-height: 230px;
        position: relative;
        margin-top: 0;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 230px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0)
    }
    #banner .container {
        width: 100%
    }
    #banner .container,
    #banner .container .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #banner .container .content {
        max-width: 80%
    }
    #banner .container .content .title {
        text-align: center;
        font-size: 30px;
        line-height: 1.5;
        font-weight: 600
    }
    #banner .container .content p {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-weight: 400;
        margin-top: 5px
    }
    #banner .container .content span {
        display: inline-block;
        padding: 0 10px;
        font-size: 12px;
        color: #555;
        margin-top: 0;
        text-align: center
    }
    #banner .container .content .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 16px
    }
    #banner .container .content .link .more {
        font-size: 16px;
        color: #fff;
        padding: 8px 40px;
        text-align: center;
        display: block;
        max-width: 200px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 36px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        margin-right: 15px;
        line-height: 1.2;
        margin-top: 0
    }
    #banner .container .content .link .more.ali {
        background: -o-linear-gradient(45deg, #fac704, #e65d18);
        background: linear-gradient(45deg, #fac704, #e65d18)
    }
    #banner .container .content .link .more.ali:hover {
        color: #fff!important;
        background: #e65d18
    }
    #banner .container .content .link .more.hw {
        background: #e50012;
        margin-right: 0
    }
    #banner .container .content .link .more.hw:hover {
        color: #fff!important;
        background: #b6000f
    }
}

#foot {
    background-color: #0b0d17
}

#foot .w1400 .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 30px
}

#foot .w1400 .top .foot_logo {
    width: 38%
}

#foot .w1400 .top .foot_logo .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#foot .w1400 .top .foot_logo .blog .logo {
    height: auto;
    margin-bottom: 0
}

#foot .w1400 .top .foot_logo .blog .logo a {
    display: block
}

#foot .w1400 .top .foot_logo .blog .logo a img {
    width: 210px
}

#foot .w1400 .top .foot_logo .blog .phone {
    width: 230px;
    margin: 5px
}

#foot .w1400 .top .foot_logo .blog .phone,
#foot .w1400 .top .foot_logo .blog .phone .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#foot .w1400 .top .foot_logo .blog .phone .icon {
    margin-right: 12px
}

#foot .w1400 .top .foot_logo .blog .phone .icon img {
    width: 22px;
    height: 22px;
    margin-right: 8px
}

#foot .w1400 .top .foot_logo .blog .phone .icon span {
    color: #ccc
}

#foot .w1400 .top .foot_logo .blog .phone .tele {
    margin-top: 0
}

#foot .w1400 .top .foot_logo .blog .phone .tele a {
    font-size: 28px;
    color: #ccc
}

#foot .w1400 .top .foot_logo .contact_wrapper {
    line-height: 2;
    font-size: 16px;
    margin-top: 20px;
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#foot .w1400 .top .foot_logo .contact_wrapper .contact_item {
    margin-bottom: 12px
}

#foot .w1400 .top .foot_logo .contact_wrapper .contact_item p {
    font-size: 14px;
    color: #ddd
}

#foot .w1400 .top .foot_logo .contact_wrapper .contact_item span {
    font-size: 16px;
    color: #999
}

#foot .w1400 .top .foot_logo .contact_wrapper .contact_item:nth-child(odd) {
    width: 52%
}

#foot .w1400 .top .foot_logo .contact_wrapper .contact_item:nth-child(2n) {
    width: 48%
}

#foot .w1400 .top .foot_nav {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    padding: 40px 60px 0 18px
}

#foot .w1400 .top .foot_nav .service h4 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

#foot .w1400 .top .foot_nav .service .service_list {
    margin-top: 15px;
    text-align: left;
    line-height: 1.8
}

#foot .w1400 .top .foot_nav .service .service_list a {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
    display: block
}

#foot .w1400 .top .foot_nav .service .service_list a:hover {
    color: #ff8000
}

#foot .w1400 .top .foot_nav .support h4 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

#foot .w1400 .top .foot_nav .support .support_list {
    margin-top: 15px;
    text-align: left;
    line-height: 1.8
}

#foot .w1400 .top .foot_nav .support .support_list a {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
    display: block
}

#foot .w1400 .top .foot_nav .support .support_list a:hover {
    color: #ff8000
}

#foot .w1400 .top .foot_nav .about h4 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

#foot .w1400 .top .foot_nav .about .about_list {
    margin-top: 15px;
    text-align: left;
    line-height: 1.8
}

#foot .w1400 .top .foot_nav .about .about_list a {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
    display: block
}

#foot .w1400 .top .foot_nav .about .about_list a:hover {
    color: #ff8000
}

#foot .w1400 .top .contact {
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 18px 0
}

#foot .w1400 .top .contact .logo img {
    width: 100%;
    max-width: 200px
}

#foot .w1400 .top .contact .title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px
}

#foot .w1400 .top .contact .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

#foot .w1400 .top .contact .box .img {
    width: 25%;
    background-color: #fff;
    padding: 4px;
    font-size: 0;
    max-width: 70px;
    margin-right: 10px
}

#foot .w1400 .top .contact .box .img img {
    width: 100%
}

#foot .w1400 .top .contact .box .text {
    width: 48%;
    margin-left: 0
}

#foot .w1400 .top .contact .box .text h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #ccc;
    font-weight: 500
}

#foot .w1400 .top .contact .box .text p {
    color: #ccc;
    font-size: 12px
}

#foot .w1400 .top .contact .content {
    padding: 15px 0;
    font-size: 13px;
    color: #ccc;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#foot .w1400 .top .contact .content .copyright {
    color: #ccc;
    line-height: 1.5
}

#foot .w1400 .top .contact .content .icp a {
    color: #ccc;
    font-size: 14px
}

#foot .w1400 .top .contact .content a {
    font-size: 12px;
    color: #ccc
}

#foot .w1400 .top .contact .content a img {
    max-width: 18px
}

#foot .w1400 .top .ewm {
    width: 23%
}

#foot .w1400 .top .ewm .box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #eee inset;
    box-shadow: inset 0 0 10px #eee;
    border-radius: 8px;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#foot .w1400 .top .ewm .box .img {
    width: 35%
}

#foot .w1400 .top .ewm .box .img img {
    width: 100%
}

#foot .w1400 .top .ewm .box .text {
    width: 60%;
    margin-left: 5%
}

#foot .w1400 .top .ewm .box .text h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500
}

#foot .w1400 .top .ewm .box .text p {
    font-size: 14px
}

#foot .bottom {
    background-color: #181920
}

#foot .bottom .center {
    width: 100%;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-items: center;
    border-bottom: 0 solid #333
}

#foot .bottom .center .link {
    height: auto
}

#foot .bottom .center .link .link_list {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#foot .bottom .center .link .link_list .link_item {
    padding: 0 15px;
    margin: 10px 0;
    line-height: 1;
    border-right: 1px solid #888
}

#foot .bottom .center .link .link_list .link_item a {
    font-size: 13px;
    color: #ccc
}

#foot .bottom .center .link .link_list .link_item:first-child {
    border-right: 0 solid #888
}

#foot .bottom .content {
    padding: 15px 0;
    font-size: 13px;
    color: #ccc;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#foot .bottom .content .copyright {
    color: #ccc
}

#foot .bottom .content .icp a {
    color: #ccc;
    font-size: 14px
}

#tan {
    position: fixed;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px;
    z-index: 9999
}

#tan .tan_list {
    width: 52px
}

#tan .tan_list .tan_item {
    width: 100%;
    height: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0;
    position: relative
}

#tan .tan_list .tan_item .item {
    border-radius: 26px;
    display: block;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc
}

#tan .tan_list .tan_item .item img {
    width: 100%
}

#tan .tan_list .tan_item .item .light {
    display: block
}

#tan .tan_list .tan_item .item .dark {
    display: none
}

#tan .tan_list .tan_item:hover .item {
    background-color: #ff9000
}

#tan .tan_list .tan_item:hover .item .light {
    display: none
}

#tan .tan_list .tan_item:hover .item .dark {
    display: block
}

#tan .tan_list .tan_item .tan_f {
    position: absolute;
    bottom: 0;
    left: -250px;
    background-color: #fff;
    padding: 20px;
    width: 200px;
    height: auto;
    border-radius: 8px;
    display: none;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    z-index: 9999
}

#tan .tan_list .tan_item .tan_f .tan_f_list {
    position: relative
}

#tan .tan_list .tan_item .tan_f .tan_f_list .f_item {
    margin-bottom: 15px;
    display: block
}

#tan .tan_list .tan_item .tan_f .tan_f_list .f_item h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000
}

#tan .tan_list .tan_item .tan_f .tan_f_list .f_item p {
    font-size: 12px;
    color: #999
}

#tan .tan_list .tan_item .tan_f .tan_f_list .outlink {
    color: #ff9000
}

#tan .tan_list .tan_item .tan_f .tan_f_list .outlink span {
    font-size: 14px;
    line-height: 24px;
    color: #ff9000
}

#tan .tan_list .tan_item .tan_f .tan_f_list .outlink i {
    font-size: 14px;
    line-height: 24px;
    color: #ff9000;
    padding-left: 8px
}

#tan .tan_list .tan_item .tan_f .tan_f_list:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid rgba(0, 0, 0, 0);
    border-left-color: #fff;
    position: absolute;
    bottom: 0;
    right: -35px
}

#tan .tan_list .tan_item.kf:hover .tan_f {
    display: block
}

@media screen and (max-width:1400px) {
    #foot {
        background-color: #0b0d17
    }
    #foot .w1400 .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 24px 0 30px
    }
    #foot .w1400 .top .foot_logo {
        width: 38%
    }
    #foot .w1400 .top .foot_logo .blog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #foot .w1400 .top .foot_logo .blog .logo {
        height: auto;
        margin-bottom: 0
    }
    #foot .w1400 .top .foot_logo .blog .logo a {
        display: block
    }
    #foot .w1400 .top .foot_logo .blog .logo a img {
        width: 190px
    }
    #foot .w1400 .top .foot_logo .blog .phone {
        width: 230px;
        margin: 5px
    }
    #foot .w1400 .top .foot_logo .blog .phone,
    #foot .w1400 .top .foot_logo .blog .phone .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon {
        margin-right: 12px
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon img {
        width: 22px;
        height: 22px;
        margin-right: 8px
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon span {
        color: #ccc
    }
    #foot .w1400 .top .foot_logo .blog .phone .tele {
        margin-top: 0
    }
    #foot .w1400 .top .foot_logo .blog .phone .tele a {
        font-size: 28px;
        color: #ccc
    }
    #foot .w1400 .top .foot_logo .contact_wrapper {
        line-height: 2;
        font-size: 16px;
        margin-top: 20px;
        color: #555;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item {
        margin-bottom: 12px
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item p {
        font-size: 13px;
        color: #ddd
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item span {
        font-size: 14px;
        color: #999
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item:nth-child(2n),
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item:nth-child(odd) {
        width: 48%
    }
    #foot .w1400 .top .foot_nav {
        width: 26%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1;
        padding: 40px 30px 0 18px
    }
    #foot .w1400 .top .foot_nav .service h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .service .service_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .service .service_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .service .service_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .foot_nav .support h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .support .support_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .support .support_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .support .support_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .foot_nav .about h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .about .about_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .about .about_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .about .about_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .contact {
        width: 34%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 36px 18px 0
    }
    #foot .w1400 .top .contact .logo img {
        width: 100%;
        max-width: 200px
    }
    #foot .w1400 .top .contact .title {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 40px
    }
    #foot .w1400 .top .contact .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
    #foot .w1400 .top .contact .box .img {
        width: 25%;
        background-color: #fff;
        padding: 4px;
        font-size: 0;
        max-width: 70px;
        margin-right: 10px
    }
    #foot .w1400 .top .contact .box .img img {
        width: 100%
    }
    #foot .w1400 .top .contact .box .text {
        width: 48%;
        margin-left: 0
    }
    #foot .w1400 .top .contact .box .text h3 {
        font-size: 16px;
        margin-bottom: 5px;
        color: #ccc;
        font-weight: 500
    }
    #foot .w1400 .top .contact .box .text p {
        color: #ccc;
        font-size: 12px
    }
    #foot .w1400 .top .contact .content {
        padding: 15px 0;
        font-size: 13px;
        color: #ccc;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .w1400 .top .contact .content .copyright {
        color: #ccc;
        line-height: 1.5
    }
    #foot .w1400 .top .contact .content .icp a {
        color: #ccc;
        font-size: 14px
    }
    #foot .w1400 .top .contact .content a {
        font-size: 12px;
        color: #ccc
    }
    #foot .w1400 .top .contact .content a img {
        max-width: 18px
    }
    #foot .w1400 .top .ewm {
        width: 23%
    }
    #foot .w1400 .top .ewm .box {
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px #eee inset;
        box-shadow: inset 0 0 10px #eee;
        border-radius: 8px;
        border: 2px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #foot .w1400 .top .ewm .box .img {
        width: 35%
    }
    #foot .w1400 .top .ewm .box .img img {
        width: 100%
    }
    #foot .w1400 .top .ewm .box .text {
        width: 60%;
        margin-left: 5%
    }
    #foot .w1400 .top .ewm .box .text h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 500
    }
    #foot .w1400 .top .ewm .box .text p {
        font-size: 14px
    }
    #foot .bottom {
        background-color: #181920
    }
    #foot .bottom .center {
        width: 100%;
        padding: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-items: center;
        border-bottom: 0 solid #333
    }
    #foot .bottom .center .link {
        height: auto
    }
    #foot .bottom .center .link .link_list {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .bottom .center .link .link_list .link_item {
        padding: 0 15px;
        margin: 10px 0;
        line-height: 1;
        border-right: 1px solid #888
    }
    #foot .bottom .center .link .link_list .link_item a {
        font-size: 13px;
        color: #ccc
    }
    #foot .bottom .center .link .link_list .link_item:first-child {
        border-right: 0 solid #888
    }
    #foot .bottom .content {
        padding: 15px 0;
        font-size: 13px;
        color: #ccc;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .bottom .content .copyright {
        color: #ccc
    }
    #foot .bottom .content .icp a {
        color: #ccc;
        font-size: 14px
    }
    #tan {
        position: fixed;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 30px;
        z-index: 9999
    }
    #tan .tan_list {
        width: 52px
    }
    #tan .tan_list .tan_item {
        width: 100%;
        height: 52px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 15px 0;
        position: relative
    }
    #tan .tan_list .tan_item .item {
        border-radius: 26px;
        display: block;
        padding: 15px;
        overflow: hidden;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc
    }
    #tan .tan_list .tan_item .item img {
        width: 100%
    }
    #tan .tan_list .tan_item .item .light {
        display: block
    }
    #tan .tan_list .tan_item .item .dark {
        display: none
    }
    #tan .tan_list .tan_item:hover .item {
        background-color: #ff9000
    }
    #tan .tan_list .tan_item:hover .item .light {
        display: none
    }
    #tan .tan_list .tan_item:hover .item .dark {
        display: block
    }
    #tan .tan_list .tan_item .tan_f {
        position: absolute;
        bottom: 0;
        left: -250px;
        background-color: #fff;
        padding: 20px;
        width: 200px;
        height: auto;
        border-radius: 8px;
        display: none;
        -webkit-box-shadow: 0 0 15px #ccc;
        box-shadow: 0 0 15px #ccc;
        z-index: 9999
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list {
        position: relative
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item {
        margin-bottom: 15px;
        display: block
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item h4 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item p {
        font-size: 12px;
        color: #999
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink {
        color: #ff9000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink span {
        font-size: 14px;
        line-height: 24px;
        color: #ff9000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink i {
        font-size: 14px;
        line-height: 24px;
        color: #ff9000;
        padding-left: 8px
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list:after {
        content: "";
        width: 0;
        height: 0;
        border: 8px solid rgba(0, 0, 0, 0);
        border-left-color: #fff;
        position: absolute;
        bottom: 0;
        right: -35px
    }
    #tan .tan_list .tan_item.kf:hover .tan_f {
        display: block
    }
}

@media screen and (max-width:1200px) {
    #foot {
        background-color: #0b0d17
    }
    #foot .w1400 .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 24px 0 30px
    }
    #foot .w1400 .top .foot_logo {
        width: 36%
    }
    #foot .w1400 .top .foot_logo .blog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #foot .w1400 .top .foot_logo .blog .logo {
        height: auto;
        margin-bottom: 0
    }
    #foot .w1400 .top .foot_logo .blog .logo a {
        display: block
    }
    #foot .w1400 .top .foot_logo .blog .logo a img {
        width: 160px
    }
    #foot .w1400 .top .foot_logo .blog .phone {
        width: 180px;
        margin: 5px
    }
    #foot .w1400 .top .foot_logo .blog .phone,
    #foot .w1400 .top .foot_logo .blog .phone .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon {
        margin-right: 12px
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon img {
        width: 22px;
        height: 22px;
        margin-right: 8px
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon span {
        color: #ccc
    }
    #foot .w1400 .top .foot_logo .blog .phone .tele {
        margin-top: 0
    }
    #foot .w1400 .top .foot_logo .blog .phone .tele a {
        font-size: 22px;
        color: #ccc
    }
    #foot .w1400 .top .foot_logo .contact_wrapper {
        line-height: 2;
        font-size: 14px;
        margin-top: 20px;
        color: #555;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item {
        margin-bottom: 12px
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item p {
        font-size: 12px;
        color: #ddd
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item span {
        font-size: 12px;
        color: #999
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item:nth-child(odd) {
        width: 55%
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item:nth-child(2n) {
        width: 45%
    }
    #foot .w1400 .top .foot_nav {
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1;
        padding: 40px 18px 0
    }
    #foot .w1400 .top .foot_nav .service h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .service .service_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .service .service_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .service .service_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .foot_nav .support h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .support .support_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .support .support_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .support .support_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .foot_nav .about h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .about .about_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .about .about_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .about .about_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .contact {
        width: 34%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 36px 18px 0
    }
    #foot .w1400 .top .contact .logo img {
        width: 100%;
        max-width: 200px
    }
    #foot .w1400 .top .contact .title {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 40px
    }
    #foot .w1400 .top .contact .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
    #foot .w1400 .top .contact .box .img {
        width: 21%;
        background-color: #fff;
        padding: 4px;
        font-size: 0;
        max-width: 70px;
        margin-right: 8px
    }
    #foot .w1400 .top .contact .box .img img {
        width: 100%
    }
    #foot .w1400 .top .contact .box .text {
        width: 40%;
        margin-left: 0
    }
    #foot .w1400 .top .contact .box .text h3 {
        font-size: 14px;
        margin-bottom: 5px;
        color: #ccc;
        font-weight: 500
    }
    #foot .w1400 .top .contact .box .text p {
        color: #ccc;
        font-size: 12px
    }
    #foot .w1400 .top .contact .content {
        padding: 15px 0;
        font-size: 13px;
        color: #ccc;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .w1400 .top .contact .content .copyright {
        color: #ccc;
        line-height: 1.5
    }
    #foot .w1400 .top .contact .content .icp a {
        color: #ccc;
        font-size: 14px
    }
    #foot .w1400 .top .contact .content a {
        font-size: 12px;
        color: #ccc
    }
    #foot .w1400 .top .contact .content a img {
        max-width: 18px
    }
    #foot .w1400 .top .ewm {
        width: 23%
    }
    #foot .w1400 .top .ewm .box {
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px #eee inset;
        box-shadow: inset 0 0 10px #eee;
        border-radius: 8px;
        border: 2px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #foot .w1400 .top .ewm .box .img {
        width: 35%
    }
    #foot .w1400 .top .ewm .box .img img {
        width: 100%
    }
    #foot .w1400 .top .ewm .box .text {
        width: 60%;
        margin-left: 5%
    }
    #foot .w1400 .top .ewm .box .text h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 500
    }
    #foot .w1400 .top .ewm .box .text p {
        font-size: 14px
    }
    #foot .bottom {
        background-color: #181920
    }
    #foot .bottom .center {
        width: 100%;
        padding: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-items: center;
        border-bottom: 0 solid #333
    }
    #foot .bottom .center .link {
        height: auto
    }
    #foot .bottom .center .link .link_list {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .bottom .center .link .link_list .link_item {
        padding: 0 15px;
        margin: 10px 0;
        line-height: 1;
        border-right: 1px solid #888
    }
    #foot .bottom .center .link .link_list .link_item a {
        font-size: 13px;
        color: #ccc
    }
    #foot .bottom .center .link .link_list .link_item:first-child {
        border-right: 0 solid #888
    }
    #foot .bottom .content {
        padding: 15px 0;
        font-size: 13px;
        color: #ccc;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .bottom .content .copyright {
        color: #ccc
    }
    #foot .bottom .content .icp a {
        color: #ccc;
        font-size: 14px
    }
    #tan {
        position: fixed;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 30px;
        z-index: 9999
    }
    #tan .tan_list {
        width: 52px
    }
    #tan .tan_list .tan_item {
        width: 100%;
        height: 52px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 15px 0;
        position: relative
    }
    #tan .tan_list .tan_item .item {
        border-radius: 26px;
        display: block;
        padding: 15px;
        overflow: hidden;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc
    }
    #tan .tan_list .tan_item .item img {
        width: 100%
    }
    #tan .tan_list .tan_item .item .light {
        display: block
    }
    #tan .tan_list .tan_item .item .dark {
        display: none
    }
    #tan .tan_list .tan_item:hover .item {
        background-color: #ff9000
    }
    #tan .tan_list .tan_item:hover .item .light {
        display: none
    }
    #tan .tan_list .tan_item:hover .item .dark {
        display: block
    }
    #tan .tan_list .tan_item .tan_f {
        position: absolute;
        bottom: 0;
        left: -250px;
        background-color: #fff;
        padding: 20px;
        width: 200px;
        height: auto;
        border-radius: 8px;
        display: none;
        -webkit-box-shadow: 0 0 15px #ccc;
        box-shadow: 0 0 15px #ccc;
        z-index: 9999
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list {
        position: relative
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item {
        margin-bottom: 15px;
        display: block
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item h4 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item p {
        font-size: 12px;
        color: #999
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink {
        color: #ff9000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink span {
        font-size: 14px;
        line-height: 24px;
        color: #ff9000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink i {
        font-size: 14px;
        line-height: 24px;
        color: #ff9000;
        padding-left: 8px
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list:after {
        content: "";
        width: 0;
        height: 0;
        border: 8px solid rgba(0, 0, 0, 0);
        border-left-color: #fff;
        position: absolute;
        bottom: 0;
        right: -35px
    }
    #tan .tan_list .tan_item.kf:hover .tan_f {
        display: block
    }
}

@media screen and (max-width:768px) {
    #foot {
        background-color: #0b0d17
    }
    #foot .w1400 {
        padding: 0 15px
    }
    #foot .w1400 .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0
    }
    #foot .w1400 .top .foot_logo {
        width: 100%
    }
    #foot .w1400 .top .foot_logo .blog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #foot .w1400 .top .foot_logo .blog .logo {
        height: auto;
        margin-bottom: 0
    }
    #foot .w1400 .top .foot_logo .blog .logo a {
        display: block
    }
    #foot .w1400 .top .foot_logo .blog .logo a img {
        width: 210px
    }
    #foot .w1400 .top .foot_logo .blog .phone {
        width: 230px;
        margin: 5px
    }
    #foot .w1400 .top .foot_logo .blog .phone,
    #foot .w1400 .top .foot_logo .blog .phone .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon {
        margin-right: 12px
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon img {
        width: 22px;
        height: 22px;
        margin-right: 8px
    }
    #foot .w1400 .top .foot_logo .blog .phone .icon span {
        color: #ccc
    }
    #foot .w1400 .top .foot_logo .blog .phone .tele {
        margin-top: 0
    }
    #foot .w1400 .top .foot_logo .blog .phone .tele a {
        font-size: 28px;
        color: #ccc
    }
    #foot .w1400 .top .foot_logo .contact_wrapper {
        line-height: 2;
        font-size: 16px;
        margin-top: 20px;
        color: #555;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item {
        margin-bottom: 8px
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item p {
        font-size: 14px;
        color: #ddd
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item span {
        font-size: 16px;
        color: #999
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item:nth-child(odd) {
        width: 60%
    }
    #foot .w1400 .top .foot_logo .contact_wrapper .contact_item:nth-child(2n) {
        width: 40%
    }
    #foot .w1400 .top .foot_nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1;
        padding: 24px 60px 0 0
    }
    #foot .w1400 .top .foot_nav .service h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .service .service_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .service .service_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .service .service_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .foot_nav .support h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .support .support_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .support .support_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .support .support_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .foot_nav .about h4 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }
    #foot .w1400 .top .foot_nav .about .about_list {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8
    }
    #foot .w1400 .top .foot_nav .about .about_list a {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        display: block
    }
    #foot .w1400 .top .foot_nav .about .about_list a:hover {
        color: #ff8000
    }
    #foot .w1400 .top .contact {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0 0
    }
    #foot .w1400 .top .contact .logo img {
        width: 100%;
        max-width: 200px
    }
    #foot .w1400 .top .contact .title {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 40px
    }
    #foot .w1400 .top .contact .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
    #foot .w1400 .top .contact .box .img {
        width: 25%;
        background-color: #fff;
        padding: 4px;
        font-size: 0;
        max-width: 70px;
        margin-right: 10px
    }
    #foot .w1400 .top .contact .box .img img {
        width: 100%
    }
    #foot .w1400 .top .contact .box .text {
        width: 48%;
        margin-left: 0
    }
    #foot .w1400 .top .contact .box .text h3 {
        font-size: 16px;
        margin-bottom: 5px;
        color: #ccc;
        font-weight: 500
    }
    #foot .w1400 .top .contact .box .text p {
        color: #ccc;
        font-size: 12px
    }
    #foot .w1400 .top .contact .content {
        padding: 15px 0;
        font-size: 13px;
        color: #ccc;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .w1400 .top .contact .content .copyright {
        color: #ccc;
        line-height: 1.5
    }
    #foot .w1400 .top .contact .content .icp a {
        color: #ccc;
        font-size: 14px
    }
    #foot .w1400 .top .contact .content a {
        font-size: 12px;
        color: #ccc
    }
    #foot .w1400 .top .contact .content a img {
        max-width: 18px
    }
    #foot .w1400 .top .ewm {
        width: 23%
    }
    #foot .w1400 .top .ewm .box {
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px #eee inset;
        box-shadow: inset 0 0 10px #eee;
        border-radius: 8px;
        border: 2px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #foot .w1400 .top .ewm .box .img {
        width: 35%
    }
    #foot .w1400 .top .ewm .box .img img {
        width: 100%
    }
    #foot .w1400 .top .ewm .box .text {
        width: 60%;
        margin-left: 5%
    }
    #foot .w1400 .top .ewm .box .text h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 500
    }
    #foot .w1400 .top .ewm .box .text p {
        font-size: 14px
    }
    #foot .bottom {
        background-color: #181920
    }
    #foot .bottom .center {
        width: 100%;
        padding: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-items: center;
        border-bottom: 0 solid #333
    }
    #foot .bottom .center .link {
        height: auto
    }
    #foot .bottom .center .link .link_list {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .bottom .center .link .link_list .link_item {
        padding: 0 10px;
        margin: 10px 0;
        line-height: 1;
        border-right: 1px solid #888
    }
    #foot .bottom .center .link .link_list .link_item a {
        font-size: 13px;
        color: #ccc
    }
    #foot .bottom .center .link .link_list .link_item:first-child {
        border-right: 0 solid #888
    }
    #foot .bottom .content {
        padding: 15px 0;
        font-size: 13px;
        color: #ccc;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #foot .bottom .content .copyright {
        color: #ccc
    }
    #foot .bottom .content .icp a {
        color: #ccc;
        font-size: 14px
    }
    #tan {
        position: fixed;
        bottom: 10px;
        right: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 10px;
        z-index: 9999
    }
    #tan .tan_list {
        width: 40px
    }
    #tan .tan_list .tan_item {
        width: 100%;
        height: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 15px 0;
        position: relative
    }
    #tan .tan_list .tan_item .item {
        border-radius: 26px;
        display: block;
        padding: 10px;
        overflow: hidden;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc
    }
    #tan .tan_list .tan_item .item img {
        width: 100%
    }
    #tan .tan_list .tan_item .item .light {
        display: block
    }
    #tan .tan_list .tan_item .item .dark {
        display: none
    }
    #tan .tan_list .tan_item:hover .item {
        background-color: #ff9000
    }
    #tan .tan_list .tan_item:hover .item .light {
        display: none
    }
    #tan .tan_list .tan_item:hover .item .dark {
        display: block
    }
    #tan .tan_list .tan_item .tan_f {
        position: absolute;
        bottom: 0;
        left: -210px;
        background-color: #fff;
        padding: 20px;
        width: 200px;
        height: auto;
        border-radius: 8px;
        display: none;
        -webkit-box-shadow: 0 0 15px #ccc;
        box-shadow: 0 0 15px #ccc;
        z-index: 9999
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list {
        position: relative
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item {
        margin-bottom: 15px;
        display: block
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item h4 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .f_item p {
        font-size: 12px;
        color: #999
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink {
        color: #ff9000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink span {
        font-size: 14px;
        line-height: 24px;
        color: #ff9000
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list .outlink i {
        font-size: 14px;
        line-height: 24px;
        color: #ff9000;
        padding-left: 8px
    }
    #tan .tan_list .tan_item .tan_f .tan_f_list:after {
        content: "";
        width: 0;
        height: 0;
        border: 8px solid rgba(0, 0, 0, 0);
        border-left-color: #fff;
        position: absolute;
        bottom: -5px;
        right: -35px
    }
    #tan .tan_list .tan_item.kf:hover .tan_f {
        display: block
    }
}

#head {
    background-color: #fff
}

#banner {
    height: 100%;
    max-height: 480px;
    position: relative;
    margin-top: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ededed;
    padding: 150px 0
}

#banner,
#banner .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#banner .container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#banner .container .content {
    max-width: 100%;
    width: 60%
}

#banner .container .content .title {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600
}

#banner .container .content .position {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 18px 0 0
}

#banner .container .content .position b {
    font-weight: 400;
    padding-left: 0;
    font-size: 14px;
    color: #ff9000
}

#banner .container .content .position a {
    color: #666;
    word-wrap: break-word;
    outline: none;
    margin: 0 5px;
    font-size: 14px
}

#banner .container .search {
    width: 35%;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#banner .container .search,
#banner .container .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#banner .container .search form {
    width: 100%;
    height: 48px;
    background: #fff;
    padding-left: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#banner .container .search form .search-inp {
    width: calc(100% - 90px);
    height: 100%;
    line-height: 48px;
    color: #181818;
    float: left;
    border: 0;
    outline: none;
    font-size: 14px
}

#banner .container .search form .search-inp::-webkit-input-placeholder {
    color: #999
}

#banner .container .search form .search-inp::-moz-placeholder {
    color: #999
}

#banner .container .search form .search-inp::-ms-input-placeholder {
    color: #999
}

#banner .container .search form .search-inp::placeholder {
    color: #999
}

#banner .container .search form button {
    width: 90px;
    height: 100%;
    font-size: 14px;
    float: right;
    cursor: pointer;
    border: 0;
    background-color: #ff9000;
    color: #fff
}

#position {
    background-color: #f5f5f5
}

#position .search {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#position .search,
#position .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#position .search form {
    width: 60%;
    height: 48px;
    background: #fff;
    padding-left: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#position .search form .search-inp {
    width: calc(100% - 120px);
    height: 100%;
    line-height: 48px;
    color: #181818;
    float: left;
    border: 0;
    outline: none
}

#position .search form .search-inp::-webkit-input-placeholder {
    color: #999
}

#position .search form .search-inp::-moz-placeholder {
    color: #999
}

#position .search form .search-inp::-ms-input-placeholder {
    color: #999
}

#position .search form .search-inp::placeholder {
    color: #999
}

#position .search form button {
    width: 120px;
    height: 100%;
    float: right;
    cursor: pointer;
    border: 0;
    background-color: #ff9000;
    color: #fff
}

@media screen and (max-width:1400px) {
    #head {
        background-color: #fff
    }
    #banner {
        height: 100%;
        max-height: 480px;
        position: relative;
        margin-top: 0;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ededed;
        padding: 100px 0
    }
    #banner,
    #banner .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #banner .container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    #banner .container .content {
        max-width: 100%;
        width: 60%
    }
    #banner .container .content .title {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 600
    }
    #banner .container .content .position {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 18px 0 0
    }
    #banner .container .content .position b {
        font-weight: 400;
        padding-left: 0;
        font-size: 14px;
        color: #ff9000
    }
    #banner .container .content .position a {
        color: #666;
        word-wrap: break-word;
        outline: none;
        margin: 0 5px;
        font-size: 14px
    }
    #banner .container .search {
        width: 35%;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #banner .container .search,
    #banner .container .search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #banner .container .search form {
        width: 100%;
        height: 48px;
        background: #fff;
        padding-left: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #banner .container .search form .search-inp {
        width: calc(100% - 90px);
        height: 100%;
        line-height: 48px;
        color: #181818;
        float: left;
        border: 0;
        outline: none;
        font-size: 14px
    }
    #banner .container .search form .search-inp::-webkit-input-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::-moz-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::-ms-input-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::placeholder {
        color: #999
    }
    #banner .container .search form button {
        width: 90px;
        height: 100%;
        font-size: 14px;
        float: right;
        cursor: pointer;
        border: 0;
        background-color: #ff9000;
        color: #fff
    }
    #position {
        background-color: #f5f5f5
    }
    #position .search {
        width: 100%;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #position .search,
    #position .search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #position .search form {
        width: 60%;
        height: 48px;
        background: #fff;
        padding-left: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #position .search form .search-inp {
        width: calc(100% - 120px);
        height: 100%;
        line-height: 48px;
        color: #181818;
        float: left;
        border: 0;
        outline: none
    }
    #position .search form .search-inp::-webkit-input-placeholder {
        color: #999
    }
    #position .search form .search-inp::-moz-placeholder {
        color: #999
    }
    #position .search form .search-inp::-ms-input-placeholder {
        color: #999
    }
    #position .search form .search-inp::placeholder {
        color: #999
    }
    #position .search form button {
        width: 120px;
        height: 100%;
        float: right;
        cursor: pointer;
        border: 0;
        background-color: #ff9000;
        color: #fff
    }
}

@media screen and (max-width:1200px) {
    #head {
        background-color: #fff
    }
    #banner {
        height: 100%;
        max-height: 480px;
        position: relative;
        margin-top: 0;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ededed;
        padding: 100px 0
    }
    #banner,
    #banner .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #banner .container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    #banner .container .content {
        max-width: 100%;
        width: 60%
    }
    #banner .container .content .title {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 600
    }
    #banner .container .content .position {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 18px 0 0
    }
    #banner .container .content .position b {
        font-weight: 400;
        padding-left: 0;
        font-size: 14px;
        color: #ff9000
    }
    #banner .container .content .position a {
        color: #666;
        word-wrap: break-word;
        outline: none;
        margin: 0 5px;
        font-size: 14px
    }
    #banner .container .search {
        width: 35%;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #banner .container .search,
    #banner .container .search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #banner .container .search form {
        width: 100%;
        height: 48px;
        background: #fff;
        padding-left: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #banner .container .search form .search-inp {
        width: calc(100% - 90px);
        height: 100%;
        line-height: 48px;
        color: #181818;
        float: left;
        border: 0;
        outline: none;
        font-size: 14px
    }
    #banner .container .search form .search-inp::-webkit-input-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::-moz-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::-ms-input-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::placeholder {
        color: #999
    }
    #banner .container .search form button {
        width: 90px;
        height: 100%;
        font-size: 14px;
        float: right;
        cursor: pointer;
        border: 0;
        background-color: #ff9000;
        color: #fff
    }
    #position {
        background-color: #f5f5f5
    }
    #position .search {
        width: 100%;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #position .search,
    #position .search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #position .search form {
        width: 60%;
        height: 48px;
        background: #fff;
        padding-left: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #position .search form .search-inp {
        width: calc(100% - 120px);
        height: 100%;
        line-height: 48px;
        color: #181818;
        float: left;
        border: 0;
        outline: none
    }
    #position .search form .search-inp::-webkit-input-placeholder {
        color: #999
    }
    #position .search form .search-inp::-moz-placeholder {
        color: #999
    }
    #position .search form .search-inp::-ms-input-placeholder {
        color: #999
    }
    #position .search form .search-inp::placeholder {
        color: #999
    }
    #position .search form button {
        width: 120px;
        height: 100%;
        float: right;
        cursor: pointer;
        border: 0;
        background-color: #ff9000;
        color: #fff
    }
}

@media screen and (max-width:768px) {
    #head {
        background-color: #fff
    }
    #banner {
        height: 100%;
        max-height: 480px;
        position: relative;
        margin-top: 0;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ededed;
        padding: 75px 0
    }
    #banner,
    #banner .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #banner .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    #banner .container .content {
        max-width: 100%;
        width: 100%
    }
    #banner .container .content .title {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 600
    }
    #banner .container .content .position {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 14px 0
    }
    #banner .container .content .position b {
        font-weight: 400;
        padding-left: 0;
        font-size: 14px;
        color: #ff9000
    }
    #banner .container .content .position a {
        color: #666;
        word-wrap: break-word;
        outline: none;
        margin: 0 5px;
        font-size: 14px
    }
    #banner .container .search {
        width: 80%;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #banner .container .search,
    #banner .container .search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #banner .container .search form {
        width: 100%;
        height: 36px;
        background: #fff;
        padding-left: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #banner .container .search form .search-inp {
        width: calc(100% - 90px);
        height: 100%;
        line-height: 36px;
        color: #181818;
        float: left;
        border: 0;
        outline: none;
        font-size: 14px
    }
    #banner .container .search form .search-inp::-webkit-input-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::-moz-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::-ms-input-placeholder {
        color: #999
    }
    #banner .container .search form .search-inp::placeholder {
        color: #999
    }
    #banner .container .search form button {
        width: 90px;
        height: 100%;
        font-size: 14px;
        float: right;
        cursor: pointer;
        border: 0;
        background-color: #ff9000;
        color: #fff
    }
    #position {
        background-color: #f5f5f5
    }
    #position .search {
        width: 100%;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #position .search,
    #position .search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #position .search form {
        width: 60%;
        height: 48px;
        background: #fff;
        padding-left: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    #position .search form .search-inp {
        width: calc(100% - 120px);
        height: 100%;
        line-height: 48px;
        color: #181818;
        float: left;
        border: 0;
        outline: none
    }
    #position .search form .search-inp::-webkit-input-placeholder {
        color: #999
    }
    #position .search form .search-inp::-moz-placeholder {
        color: #999
    }
    #position .search form .search-inp::-ms-input-placeholder {
        color: #999
    }
    #position .search form .search-inp::placeholder {
        color: #999
    }
    #position .search form button {
        width: 120px;
        height: 100%;
        float: right;
        cursor: pointer;
        border: 0;
        background-color: #ff9000;
        color: #fff
    }
}

@media screen and (max-width:768px) {
 #youshi{
     height:430px;
     width: 100%;
 }
 #youshi .container{
         width: 100%;
    position: relative;
 }
    #youshi .container .icon_list,
    #youshi .container .icon_list .icon_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    #youshi .container .icon_list .icon_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 18px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: 0;
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 0%);
        box-shadow: 0 0 10px rgb(0 0 0 / 0%);
        background-color: #fff;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        border-bottom: 1px solid #ededed;
    }
    #about {
        width: 100%;
        padding: 36px 0;
    }
    #about .container {
        width: 100%;
        padding: 0 15px;
    }
    #about .container .about_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 0%);
        box-shadow: 0 0 10px rgb(0 0 0 / 0%);
        margin-top: 30px;
    }
    #about .container .about_wrapper .about_img {
        width: 100%;
        font-size: 0;
        overflow: hidden;
        height: 300px;
    }
    #about .container .about_wrapper .about_img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        display: block;
    }
    #about .container .about_wrapper .about_content {
        width: 100%;
        font-size: 14px;
        padding: 20px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #about .container .about_wrapper .about_content h4 {
        font-size: 18px;
        color: #000;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
    }
    #hhrtj {
        width: 100%;
        background-color: #f5f5f5;
        padding: 36px 0;
    }
    .w1400 .title .sitetitle {
        font-size: 24px;
        text-align: center;
        font-weight: 600;
    }
    .w1400 .title .subtitle {
        font-size: 14px;
        text-align: center;
        margin-top: 8px;
        color: #555;
    }
    #hhrtj .container .hhrtj_wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
        padding: 0 15px;
    }
    #hhrtj .container .hhrtj_wrapper .hhrtj_item {
        width: 100%;
        background-color: #fff;
        padding: 30px 20px 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        margin: 15px 0;
        border: 1px solid #ccc;
    }
    #process .process_wrapper {
        margin-top: 36px;
        width: 100%;
        overflow-y: auto;
    }
    #process .process_wrapper .process_list {
        width: 1875px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #process .process_wrapper .process_list .process_item .line:after,
    #process .process_wrapper .process_list .process_item .line span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #process .process_wrapper .process_list .process_item .line span {
        width: 10px;
        height: 10px;
        background-color: #ff9000;
        border-radius: 5px;
        z-index: 2;
    }
    #process .process_wrapper .process_list .process_item .line:after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #ff9000;
        border-radius: 10px;
        background-color: #fff;
        z-index: 1;
    }
    /*#process .process_wrapper .process_list .process_item:after {*/
    /*    width: 24px;*/
    /*    height: 24px;*/
    /*    content: "";*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    right: 15px;*/
    /*    top: 67%;*/
    /*    background-image: url(/public/images/right.png);*/
    /*    background-position: 50%;*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: cover;*/
    /*    -webkit-transform: translateY(-50%);*/
    /*    -ms-transform: translateY(-50%);*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .w1400 .title .sitetitle {
        font-size: 24px;
        text-align: center;
        font-weight: 600;
    }
    #hezuo .hezuo_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
        padding: 0 15px;
    }
    #hezuo .hezuo_wrapper .hezuo_item {
        width: 100%;
        margin: 15px 0;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 35px;
        border: 1px solid #ededed;
        background-image: url(/public/images/hz_bg.jpg);
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}