<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1400 {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

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


/*头部样式*/

.top_head {
    position: relative;
    z-index: 999;
    width: 100%;
    top: 0px;
}

.top_head .flex {
    align-items: center;
    height: 130px;
}

.ft_aa {
    display: flex;
    align-items: center;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.logowz {
    border-left: 1px solid #d0d0d0;
    margin-left: 1rem;
    padding-left: 1rem;
    font-size: .8rem;
    color: #151414;
    line-height: 1;
}

.logowz h3 {
    font-size: 1rem;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width:1200px) {
    .top_head .flex {
        height: 100px;
    }
    .x-menu&gt;li&gt;a {
        height: 100px;
        line-height: 100px;
        font-size: 14px;
    }
    .x-sub-menu {
        top: 100px;
    }
}


/*热门搜索*/

.search_index {
    padding: 1rem 0;
    position: relative;
}

.search_index .flex {
    align-items: center;
}

.hotSearch {
    height: 36px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}

.hotSearch a {
    color: #666666;
    margin-right: 10px;
    font-weight: normal;
}

#formsearch2 {
    width: 269px;
    height: 36px;
    line-height: 36px;
    background: url(//cdn.myxypt.com/a8e26782/21/08/47f6888f53d8dd3b9cd0e9c4ae824153fc2590c5.png) no-repeat center center;
}

#formsearch2 input {
    height: 36px;
    background: #fff;
    line-height: 36px;
    border: none;
    outline: none;
    float: left;
}

#formsearch2 input#keyword {
    height: 36px;
    line-height: 36px;
    padding-left: 2rem;
    color: #666666;
    background: none;
    border: none;
    font-size: 14px;
    width: calc(100% - 60px);
}

#formsearch2 input#s_btn {
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    background: none;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 30px 0;
}

.ttt1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ttt1 .aleft {
    position: relative;
    width: 60%;
}

.aleft b {
    font-size: 6.5rem;
    line-height: 1;
    font-family: "impact";
    text-transform: uppercase;
    color: rgba(51, 51, 51, .1);
    margin-left: -3rem;
}

.aleft h3 {
    position: absolute;
    left: 0px;
    top: .8rem;
    font-size: 2.4rem;
    color: #000;
}

.aleft h3 em {
    font-size: .9rem;
    font-weight: normal;
    font-style: inherit;
    display: block;
    color: #666666;
    padding-top: .8rem;
}

.ttt1 .amore {
    display: block;
    font-size: .8rem;
    color: #666666;
}


/* pro_wap */

.pro_wap {
    position: relative;
    margin-top: 2.083vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sort1 {
    position: relative;
    width: 16.428%;
}

.sort1 li {
    position: relative;
    line-height: 42px;
    margin-bottom: 5px;
}

.sort1 li a {
    display: block;
    font-size: .8rem;
    color: #666666;
    padding-left: 1rem;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sort1 li:hover a {
    background: #2a68b7;
    color: #fff;
}


/*  */

.pro_aalist {
    width: 80.14%;
    position: relative;
    font-size: 0;
    margin: 0 -1%;
}

.pro_aalist li {
    position: relative;
    width: 31.33%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 1% 25px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pro_aalist li a.img {
    display: block;
}

.pro_aalist li .simg {
    padding: 15px;
    border: 1px solid #999;
}

.pro_aalist li .simg img {
    width: 100%;
}

.pro_aalist li a.img h3 {
    text-align: center;
    font-size: .9rem;
    color: #333333;
    font-weight: normal;
    line-height: 2;
    padding: .8em 0;
    height: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_aalist li .shh {
    display: none;
    padding: 0 15px;
    height: 85px;
}

.pro_aalist li .shh .flex {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-top: 1rem;
    padding-bottom: 10px;
}

.pro_aalist li .shh .flex a {
    display: block;
    width: calc(100% - 60px);
}

.pro_aalist li .shh .flex a h3 {
    font-size: .9rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_aalist li .shh .flex a h3 em {
    display: block;
    font-style: inherit;
    font-size: 12px;
    margin-top: 8px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_aalist li .shh .flex span {
    display: block;
    margin-right: 15px;
}

.pro_aalist li:hover {
    background: #2a68b7;
}

.pro_aalist li:hover .simg {
    border: none;
    padding-bottom: 0;
}

.pro_aalist li:hover .shh {
    display: block;
}

.pro_aalist li:hover a.img h3 {
    display: none;
}

@media (max-width:1200px) {
    .sort1 li {
        line-height: 35px;
        margin-bottom: 0;
    }
}

@media (max-width:768px) {
    .aleft b {
        margin-left: 0;
        font-size: 70px;
    }
    .aleft h3 {
        font-size: 20px;
    }
    .sort1 li {
        line-height: 35px;
        margin-bottom: 0;
    }
    .sort1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .sort1 li {
        width: 48%;
    }
    .sort1 li a {
        font-size: 14px;
    }
    .pro_aalist {
        width: 100%;
        margin-top: 20px;
    }
    .pro_aalist li {
        width: 48%;
    }
}

@media (max-width:480px) {
    .c1_index{
        padding-top:10px;
    }
    .ttt1 .amore {
        font-size: 14px;
    }
    .pro_aalist li {
        width: 100%;
    }
    .pro_aalist li .shh .flex {
        padding-top: 15px;
    }
    .pro_aalist li a.img h3 {
        font-size: 16px;
    }
    .pro_aalist li .shh .flex a h3 {
        font-size: 16px;
    }
}


/*c3_index*/

.c3_index {
    position: relative;
    background: url(//cdn.myxypt.com/a8e26782/21/08/f7d433cd09418ded0472e2f1c345409a6d0e9785.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.c3left {
    float: left;
    width: 48%;
}

.ads_list {
    position: relative;
}

.ads_list li img {
    width: 100%;
    height: auto;
}

.ads_list .slick-prev,
.ads_list .slick-next {
    display: none!important;
}

.ads_list .slick-dots {
    position: absolute;
    top: 40%;
    right: -16px;
    font-size: 0;
    z-index: 9;
    background: #ffffff;
    display: inline-block!important;
    padding: 10px;
    border-radius: 20px;
}

.ads_list .slick-dots li {
    display: block;
    margin: 8px 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    cursor: pointer;
}

.ads_list .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.ads_list .slick-dots li.slick-active {
    background-color: #0269a7;
}

.c3right {
    width: 52%;
    float: right;
    height: 100%;
    padding-left: 5.125%;
    padding-top: 3.125%;
}

.c3right .xset {
    padding-left: 90px;
    position: relative;
    background: url(//cdn.myxypt.com/a8e26782/21/08/d4507652236ca4dc846f8c36604f769a25778ce4.png) no-repeat left center;
    background-size: contain;
}

.c3right .xset h2 {
    font-size: 30px;
    color: #2a68b7;
    line-height: 1.3;
}

.c3right .xset p {
    font-size: 20px;
    color: #e8771a;
}

.xcenter {
    position: relative;
    padding: 5.125% 0;
}

.xcenter h3 {
    font-size: 1.6rem;
    color: #333333;
}

.xcenter span {
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: "Arial";
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xnei {
    position: relative;
    padding: 1px 0;
    padding-left: 20px;
    border-left: 1px solid #0269a7;
}

.xnei p {
    position: relative;
    font-size: 16px;
    color: #666666;
    margin: 15px 0;
}

.xnei p::before {
    background: url(//cdn.myxypt.com/a8e26782/21/08/f33237dd8dc162c2353ff870f1a066202f42246e.png) no-repeat left center;
    position: absolute;
    left: -27px;
    top: 5px;
    content: "";
    width: 13px;
    height: 13px;
}

.xnei p:nth-child(2n)::before {
    background: url(//cdn.myxypt.com/a8e26782/21/08/0d43955ab33aeab251fd65bdc4e6234b71db516a.png) no-repeat left center;
}

.c3right .lian {
    position: relative;
    margin-top: 5.125%;
}

.c3right .lian a {
    display: inline-block;
    margin-right: 3.125%;
    padding: 10px 30px;
    border-radius: 20px;
    background: #f08200;
    color: #fff;
    font-size: 16px;
}

.c3right .lian a:nth-child(2) {
    background: #0269a7;
}

.c3right .lian i {
    padding-right: 10px;
}

@media (max-width:1440px) {
    .c3right .xset h2 {
        font-size: 24px;
    }
    .c3right .xset p {
        font-size: 18px;
    }
    .xcenter {
        padding: 3.125% 0;
    }
    .xcenter h3 {
        font-size: 22px;
    }
    .xnei p {
        margin: 12px 0;
        font-size: 15px;
    }
}

@media (max-width:1200px) {
    .xcenter h3 {
        font-size: 18px;
    }
    .xnei p {
        margin: 10px 0;
        font-size: 12px;
    }
    .c3right .lian {
        margin-top: 15px;
    }
    .c3right .lian a {
        font-size: 13px;
        padding: 8px 20px;
    }
}

@media (max-width:992px) {
    .c3left {
        width: 100%;
        float: none;
    }
    .c3right {
        width: 100%;
        float: none;
        padding-bottom: 3.125%;
    }
    .ads_list .slick-dots {
        top: auto;
        bottom: 10px;
        left: 0px;
        right: 0px;
        text-align: center;
        background: none;
    }
    .ads_list .slick-dots li {
        display: inline-block;
        margin: 0 6px;
    }
}

@media (max-width:500px) {
    .c3right .xset {
        padding-left: 70px;
    }
    .c3right .xset h2 {
        font-size: 18px;
    }
    .c3right .xset p {
        font-size: 14px;
    }
}


/*c4_index*/

.c4_index {
    position: relative;
    padding: 5.208vw 0;
}

.ttt2 {
    position: relative;
    text-align: center;
}

.ttt2 b {
    font-size: 6.5rem;
    line-height: 1;
    font-family: "impact";
    text-transform: uppercase;
    color: rgba(51, 51, 51, .1);
}

.ttt2 h3 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 1rem;
    font-size: 2.4rem;
    color: #000;
}

.ttt2 h3 em {
    font-size: .9rem;
    font-weight: normal;
    font-style: inherit;
    display: block;
    color: #666666;
    padding-top: .8rem;
}

.c4_wap {
    margin-top: 3.125vw;
}

.c4-left {
    width: 46.4%;
    float: left;
}

.c4-left a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c4-left img {
    width: 100%;
    transition: .5s;
}

.c4-left a:hover img {
    transform: scale(1.1);
}

.c4-left h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}

.c4-left .wenhha{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.c4-left .wenhha i img{
    width: auto;
    margin: 0 auto;
}


.c4-right .wenhha{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.c4-right .wenhha i img{
    width: auto;
    margin: 0 auto;
}




.c4-right {
    width: 53.6%;
    float: right;
}

.c4-right ul li {
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 20px;
}

.c4-right ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c4-right ul li img {
    width: 100%;
    transition: .5s;
}

.c4-right ul li:hover img {
    transform: scale(1.1);
}

.c4-right h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}

@media (max-width:990px) {
    .c4-right {
        width: 100%;
        float: none;
    }
}

@media (max-width:768px) {
    .c4-right h3 {
        font-size: 15px;
        line-height: 40px;
    }
    .c4_wap {
        margin-top: 30px;
    }
}


/* box_news */

.box_news {
    position: relative;
    padding: 2.604vw 0;
}

.news_wap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3.385vw;
}

.c5left {
    width: 55.71%;
    position: relative;
}

.ntit {
    position: relative;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ntit ul {
    font-size: 0;
}

.ntit ul li {
    display: inline-block;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    padding-right: 1.5rem;
}

.ntit ul li:hover,
.ntit ul li.on {
    color: #2a68b7;
}

.ntit a {
    display: block;
    font-family: "Arial";
    font-size: 16px;
    color: #999999;
}


/*  */

.news_list11 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

.news_list11 li {
    position: relative;
}

.news_list11 li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list11 li .com-img {
    width: 40%;
}

.news_list11 li .com-img img {
    width: 100%;
}

.news_list11 li .ccy {
    width: 60%;
    padding-left: 1rem;
}

.news_list11 li .ccy h3 {
    color: #333333;
    font-size: 1rem;
}

.news_list11 li .ccy span {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 2.2;
    margin: 1.5rem 0;
}

.news_list11 li .ccy em {
    display: block;
    font-style: inherit;
    background: #2a68b7;
    width: 103px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}


/*  */

.news_list22 {
    position: relative;
}

.news_list22 .slick-slide {
    position: relative;
    line-height: 3rem;
    border-bottom: 1px solid #e5e5e5;
}

.news_list22 .slick-slide a {
    display: block;
    font-size: .8rem;
    color: #666666;
}

.news_list22 .slick-slide span {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "Arial";
    font-size: .8rem;
    color: #666666;
}

.news_list22 .slick-slide a:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #9b9b9b;
    border-radius: 50%;
    background: transparent;
    margin-right: 10px;
    vertical-align: 2px;
}

.news_list22 li a:hover {
    color: #2a68b7;
}


/*  */

.c5right {
    width: 39.65%;
    position: relative;
}

.ntit2 {
    position: relative;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.ntit2 h3 {
    color: #333333;
    font-size: 20px;
}

.ntit2 a {
    display: block;
    font-family: "Arial";
    font-size: 16px;
    color: #999999;
}


/*  */

.news_list33 {
    position: relative;
}

.news_list33 li {
    position: relative;
    line-height: 3rem;
    border-bottom: 1px solid #e5e5e5;
    padding-top: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list33 li a {
    display: block;
    font-size: .8rem;
    color: #666666;
    width: calc(100% - 30px);
}

.news_list33 li a:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #9b9b9b;
    border-radius: 50%;
    background: transparent;
    margin-right: 10px;
    vertical-align: 2px;
}

.news_list33 li span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(//cdn.myxypt.com/a8e26782/21/08/da7bd06c683796c5a797d962eac75ac3e7ac3927.png) no-repeat center;
}

.news_list33 li a:hover {
    color: #2a68b7;
}

#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 420px;
}

#yindemo {
    height: 100%;
}

#ydemo1 {}

#ydemo2 {}

@media (max-width:1200px) {
    #ydemo {
        height: 360px;
    }
    .news_list11 li .ccy span {
        line-height: 1.7;
        margin: 1rem 0;
    }
}

@media (max-width:992px) {
    .ntit ul li {
        font-size: 18px;
    }
    .ntit2 h3 {
        font-size: 18px;
    }
    .news_list11 {
        margin-top: 20px;
    }
    .news_list11 li .ccy h3 {
        font-size: 16px;
    }
    .news_list11 li .ccy span {
        font-size: 12px;
    }
    #ydemo {
        height: 310px;
    }
}

@media (max-width:768px) {
    .news_wap&gt;div {
        width: 100%!important;
    }
    .c5right {
        margin-top: 20px;
    }
    .news_list11 li .ccy span {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .box_news {
        padding: 5px 0 30px;
    }
    .news_list11 li .com-img {
        width: 100%;
    }
    .news_list11 li .ccy {
        width: 100%;
        padding: 20px 10px;
    }
    .news_list22 .slick-slide {
        line-height: 35px;
    }
    .news_list22 .slick-slide a {
        font-size: 14px;
    }
    .news_list22 .slick-slide span {
        font-size: 13px;
    }
    .news_list33 li {
        line-height: 35px;
    }
    .news_list33 li a {
        font-size: 13px;
    }
    .ntit a,
    .ntit2 a {
        font-size: 14px;
    }
    .ttt2 b {
        font-size: 45px;
    }
    .news_wap {
        margin-top: 30px;
    }
}


/* c5_index */

.c5_index {
    position: relative;
    padding: 3.125vw 0;
}

.abb_wap {
    position: relative;
}

.abb_txt {
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #666666;
    padding: 1rem 3rem;
}


/*  */

.abb_tab {
    position: relative;
}

.abb_tab .hd {
    text-align: center;
    display: flex;
    margin: 1rem 0 2.2rem;
    justify-content: center;
}

.abb_tab .hd li {
    margin: 0 8px;
    width: 135px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    border: 1px solid #999;
    cursor: pointer;
}

.abb_tab .hd li:hover,
.abb_tab .hd li.on {
    background: #2a68b7;
    border: 1px solid #2a68b7;
    color: #fff;
}

.tab_main ul {
    font-size: 0;
    margin: 0 -1%;
}

.tab_main ul li {
    width: 23%;
    margin: 0 1% 10px 1%;
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.tab_main ul li a {
    display: block;
}

.tab_main ul li a img {
    width: 100%;
}

.tab_main ul li h3 {
    padding: .8em 0;
    line-height: 1.7;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

@media (max-width:992px) {
    .abb_txt {
        font-size: 14px;
        padding: 20px;
    }
    .abb_tab .hd li {
        font-size: 14px;
        width: 120px;
    }
    .tab_main ul li h3 {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .abb_txt {
        font-size: 14px;
        padding: 15px 0;
    }
    .tab_main ul li {
        width: 48%;
    }
    .abb_txt {
        margin-top: 30px;
    }
}


/* ft_nav */

.ft_nav {
    display: flex;
    justify-content: flex-end;
}

.ft_nav ul {
    position: relative;
    background: #2a68b7;
    padding-right: 13.28vw;
    width: 59.89vw;
    height: 58px;
    display: flex;
}

.ft_nav ul::before {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 58px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2a68b7 transparent;
    border-top: none;
    position: absolute;
    top: 0px;
    left: -58px;
    z-index: -1;
}

.ft_nav ul li {
    width: 14.28%;
    text-align: center;
    line-height: 58px;
}

.ft_nav ul li a {
    display: block;
    color: #fff;
    font-size: .8rem;
    font-weight: bold;
}


/* foot_wap */

.foot_wap {
    position: relative;
    padding: 3.125vw 0;
    background: #373737;
}

.foot_wap .flex {
    align-items: flex-start;
    flex-wrap: wrap;
}

.foot_aa {
    width: 35.71%;
}

.ft_logo {
    display: flex;
    align-items: center;
}

.ft_logo a img {
    max-width: 100%;
}

.ft_logo .fux {
    padding-left: 1rem;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.ft_logo .fux h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.ft_cory {
    margin-top: 15px;
    color: rgba(255, 255, 255, .5);
    line-height: 2;
    font-size: 14px;
}

.ft_cory a {
    color: rgba(255, 255, 255, .5);
}

.foot_bb {
    width: 39.285%;
}

.foot_bb h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.ft_dh {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 5px 0;
    font-family: "Arial";
}

.ft_contact {
    line-height: 2.2;
    font-family: "Arial";
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.foot_cc {
    width: 25%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
    color: #d0d0d0;
    line-height: 3.3;
}

.foot_cc&gt;div {
    width: 46%;
}

.foot_cc&gt;div img {
    max-width: 100%;
}


/* link */

.link {
    position: relative;
}

.link_tit {
    width: 210px;
    background: #4b4b4b;
    line-height: 42px;
    padding: 0 20px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.link_tit img {
    padding-left: 80px;
}

.link .hides {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 42px;
    display: none;
    background-color: rgba(255, 255, 255, .8);
}

.link .hides a {
    display: block;
    font: 400 12px/24px "Microsoft Yahei";
    margin: 5px 0;
    color: #333;
}

@media (max-width:992px) {
    .foot_aa {
        width: 39.285%
    }
    .foot_bb {
        width: 35.71%;
    }
}

@media (max-width:768px) {
    .foot_aa {
        width: 100%!important;
    }
    .foot_bb {
        margin: 20px 0;
    }
}

@media (max-width:480px) {
    .ttt1 {
        height: 80px;
    }
    .aleft b {
        font-size: 50px;
    }
    .ttt1 .aleft {
        width: 75%;
    }
    .aleft h3 em {
        font-size: 12px;
        width: 90%;
    }
    .ttt2 h3 em {
        font-size: 12px;
    }
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}</pre></body></html>