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;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

/*----- 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;
}


/*æ»šåŠ¨*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.xypg-right-content {
    font-size: 14px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.max1450 {
    max-width: 1480px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/*å¤´éƒ¨æ ·å¼*/
.top_head {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 9999;
    background: rgba(12, 87, 155, .2);
}

.top_head>.flex {
    height: 70px;
    align-items: center;
}

.top_head .logo {
    width: 12%;
}

.top_head .logo img {
    max-width: 100%;
}

.top_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_sex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_phone {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 3.125vw;
}

.top_head.scroll {
    position: fixed;
    background: #fff;
}

.top_head.scroll .top_phone {
    color: #000;
}

/* top_ss */
.top_ss {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_ss .ss_btn {
    width: 35px;
    height: 35px;
    background: url(//cdn.myxypt.com/78605ee5/22/05/d8de1ac67b8509f394d2f1fe890c4ccc292397ee.png) no-repeat center;
    cursor: pointer;
}

.top_ss #formsearch {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2;
}

.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/19a72a49/22/02/d361eebbe300be32588323061960f488837223d4.png);
    background-position: 0 -210px;
}

.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}

.logo .img {
    display: block;
}

.logo .img1 {
    display: none;
}

.top_head.scroll .logo .img {
    display: none;
}

.top_head.scroll .logo .img1 {
    display: block;
}


.top_head.scroll .top_ss .ss_btn {
    background: url(//cdn.myxypt.com/78605ee5/23/07/0a961c111728c79e912c6d543ccfe28385a73d29.png) no-repeat center;
}

/* baner_ff */
.baner_ff {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
}

/* number */
.number {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.number li {
    position: relative;
    text-align: center;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    flex: 1;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    padding: 20px 0;
}

.number li+li::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    content: "";
    background: #fff;
}

.number li h3 {
    color: #fff;
    display: inline-block;
}

.number li h3 i {
    font-style: inherit;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-family: "Microsoft Yahei";
}

.number li h3 span {
    font-size: 18px;
    font-weight: normal;
    font-style: inherit;
    color: #fff;
    padding-left: 5px;
}

.number li p {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    padding-top: 5px;
    font-weight: 300;
}


/* c1_index */
.c1_index {
    position: relative;
    padding-top: 4.1666vw;
}

.tit_aa {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

.tit_aa h3 {
    font-family: "Arial";
    font-size: 40px;
    text-transform: uppercase;
    color: #6fba2d;
    font-weight: bold;
}

.tit_aa h3 span {
    font-size: 44px;
    color: #333333;
    font-family: "Microsoft Yahei";
    padding-left: 20px;
}

.tit_aa .tit_p {
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
    max-width: 780px;
    margin: 10px auto;
}

.cp_con {
    position: relative;
    background: url(//cdn.myxypt.com/78605ee5/22/05/0142376773f9c458eb752c54516c995bd5e45303.jpg) no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 3.125vw;
}

.pro_wap {
    position: relative;
}

.pro_wap .sort1 {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}

.pro_wap .sort1 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2.083vw;
    margin-bottom: 10px;
}

.pro_wap .sort1 li a {
    display: block;
    padding: 5px 25px;
    border-radius: 30px;
    font-size: 1.0416vw;
    color: #fff;
    font-weight: bold;
    border: 2px solid transparent;
}

.pro_wap .sort1 li.on a {
    background: #122b88;
    border-color: #fff;
}

.list_pp {
    position: relative;
    font-size: 0;
    margin: 0 -2%;
}

.list_pp li {
    display: inline-block;
    vertical-align: bottom;
    width: 21%;
    margin: 0 2% 2.083vw 2%;
    border: 1px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.list_pp li a {
    display: block;
}

.list_pp li .img {
    position: relative;
}

.list_pp li .com-img img {
    display: block;
    width: 100%;
}

.list_pp li .img h3 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.9375vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* c2_index */
.c2_index {
    position: relative;
    padding: 70px 0;
}

.c2_con {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.c2left {
    position: relative;
    padding-top: 20px;
    width: 44.13%;
}

.c2left h2 {
    font-size: 40px;
    color: #122b88;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.c2left h2 i {
    font-style: inherit;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: #6fba2d;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
}

.c2left h2::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 37px;
    height: 1px;
    content: "";
    background: #6fba2d;
}

.abbtxt {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin-bottom: 30px;
}

.scs {
    position: relative;
    margin-bottom: 30px;
}

.scs li {
    position: relative;
    line-height: 45px;
    font-size: 18px;
    color: #333333;
}

.scs li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #6fba2d;
    margin-right: 15px;
    vertical-align: 2px;
    border-radius: 50%;
}

.abb_more {
    position: relative;
}

.abb_more a {
    display: block;
    width: 175px;
    line-height: 50px;
    border: 1px solid #122b88;
    font-size: 16px;
    color: #122b88;
    text-align: center;
    border-left-width: 4px;
}

.c2right {
    position: relative;
    padding-top: 30px;
    width: 50.34%;
    text-align: center;
}

.c2right img {
    display: inline-block;
    max-width: 100%;
}


/* c3_index */
.c3_index {
    position: relative;
    padding: 15px 0;
}

.tit_aa3 {
    margin-bottom: 50px;
}

.c3_con {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.c3left {
    position: relative;
    width: 44.82%;
}

.c3img1 {
    margin-bottom: 50px;
}

.c3img1 img {
    display: block;
    max-width: 100%;
}

.aa_x {
    position: relative;
}

.aa_x li {
    padding-left: 70px;
    position: relative;
}

.aa_x li h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px dashed #999;
    line-height: 45px;
    margin-bottom: 8px;
}

.aa_x li div {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    font-weight: 300;
}

.aa_x li:nth-child(1) {
    background: url(//cdn.myxypt.com/78605ee5/22/05/8efb03613c1d3a04ec0afab409f6dc0186cf4362.png) no-repeat left top;
}

.aa_x li:nth-child(2) {
    background: url(//cdn.myxypt.com/78605ee5/22/05/027da501883e28d7991c1d0cfbb3518087473b72.png) no-repeat left top;
}

.c3right {
    position: relative;
    width: 44.13%;
}

.c3img2 {
    margin-top: 114px;
}

.c3img2 img {
    display: block;
    max-width: 100%;
}

.aa_y {
    position: relative;
}

.aa_y li {
    padding-left: 70px;
    position: relative;
    margin-bottom: 5px;
}

.aa_y li h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px dashed #999;
    line-height: 45px;
    margin-bottom: 8px;
}

.aa_y li div {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    font-weight: 300;
}

.aa_y li:nth-child(1) {
    background: url(//cdn.myxypt.com/78605ee5/22/05/640afd2c767de15c3c9d5fe064052835fc1a3ac6.png) no-repeat left top;
}

.aa_y li:nth-child(2) {
    background: url(//cdn.myxypt.com/78605ee5/22/05/c15fa7d70b46cd4b6c0cd81531b7c55ea959f50a.png) no-repeat left top;
}

/* c4_index */
.c4_index {
    position: relative;
    padding: 70px 0;
}

.c4_con {
    position: relative;
}

.c4_con .bd {
    position: relative;
}

.c4_con .bd li a {
    display: block;
}

.c4_con .bd li a img {
    width: 100%;
    display: block;
}

.c4_con .hd {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c4_con .hd li {
    position: relative;
    text-align: center;
}

.c4_con .hd li a {
    display: block;
}

.c4_con .hd li .osimg {
    border: 3px solid transparent;
}

.c4_con .hd li .osimg img {
    display: block;
    width: 100%;
}

.c4_con .hd li h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    background: rgba(17, 37, 75, .2);
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.c4_con .hd li.on .osimg {
    border-color: #cfd3db;
}

.c4_con .hd li.on h3 {
    opacity: 1;
}

.c44 {
    position: relative;
    margin-top: 5px;
    background: #004ea2;
    padding: 22px 0;
}

/* c5_index */
.c5_index {
    position: relative;
    padding-top: 15px;
    padding-bottom: 80px;
}

.tit_aa5 {
    margin-bottom: 50px;
}

.c5_con {
    position: relative;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;

}

.c5_con .c5aa {
    position: relative;
    width: 29.166%;
    margin-right: 5%;
}

.c5_con .c5aa:nth-child(3n) {
    margin-right: 0;
}

.c5_con .c5aa .xwtit {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
    padding-left: 10px;
    border-left: 2px solid #122b88;
    line-height: 1;
}

.list_xw {
    position: relative;
}

.list_xw li {
    position: relative;
}

.list_xw li a {
    display: block;
}

.list_xw li .img {
    position: relative;
}

.list_xw li .com-img img {
    display: block;
    width: 100%;
}

.list_xw li .soxs {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
}

.list_xw li .stime {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 25px;
}

.list_xw li .stime h3 {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list_xw li .stime span {
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #fff;
}

.list_xw li:hover .com-img img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}


.list_xw2 {
    position: relative;
}

.list_xw2 li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #c1c1c1;
}

.list_xw2 li a {
    display: block;
}

.list_xw2 li .socds {
    position: relative;
    margin-bottom: 8px;
}

.list_xw2 li .socds h3 {
    font-size: 16px;
    color: #333333;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
}

.list_xw2 li .socds h3::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 3px;
    background: #004ea2;
    margin-right: 10px;
    vertical-align: 4px;
}

.list_xw2 li .socds em {
    font-style: inherit;
    font-size: 18px;
    color: #333333;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 1;
}

.list_xw2 li span {
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #333333;
    padding-left: 30px;
}

/* c6_index */
.c6_index {
    position: relative;
    background: url(//cdn.myxypt.com/78605ee5/22/05/bce5c9c4fc37ed9ba2184c2da4cb837b776c081a.jpg) no-repeat;
    background-size: cover;
    padding: 35px 0;
}

.c6_index>.flex {
    align-items: center;
}

.tit_aa6 {
    position: relative;
    width: 50%;
}

.tit_aa6 h3 {
    font-size: 1.3625vw;
    color: #fff;
    font-weight: bold;
    line-height: 54px;
}

.tit_aa6 p {
    font-size: 0.9375vw;
    color: #fff;
    font-weight: normal;
}

.c6_ss {
    position: relative;
    width: 37.93%;
}

#formsearch6 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

#formsearch6 input {
    outline: none;
    border: none;
    font-size: 0;
    height: 54px;
    line-height: 54px;
}

#formsearch6 #keyword {
    background: #fff;
    width: calc(100% - 130px);
    color: #999999;
    padding-left: 20px;
    font-size: 16px;
}

#formsearch6 #s_btn {
    width: 118px;
    background: #6fba2d;
    font-size: 18px;
    color: #fff;
}

/* ft_layout */
.ft_layout {
    position: relative;
    background: url(//cdn.myxypt.com/78605ee5/22/05/ef4f6509640327494e889accb92a6b2672e351c6.jpg) no-repeat;
    background-size: cover;
}

.ft_top {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
}

.ft_top_aa {
    position: relative;
    width: 51.03%;
}

.ft_nav {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: auto;
}

.ft_nav li {
    position: relative;
}

.ft_nav li+li {
    margin-left: 2vw;
}

.ft_nav li a {
    display: block;
    color: #fff;
    font-size: 0.9375vw;
    font-weight: 300;
}

.ft_logo {
    position: relative;
    margin-bottom: 10px;
}

.ft_logo img {
    display: block;
    max-width: 100%;
}

.ft_desc {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}

.ft_top_bb {
    position: relative;
    width: 35.17%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


@media (max-width: 1680px) {
    .ft_top {
        justify-content: space-around;
    }
}

@media (max-width: 1580px) {
    .ft_top {
        justify-content: flex-start;
    }
}

.ft_soo {
    position: relative;
}

.ft_soo .ft_phone {
    font-family: "Arial";
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-left: 40px;
    background: url(//cdn.myxypt.com/78605ee5/22/05/5ecc9a7b8050d6243f552390d68c42c709f63a6d.png) no-repeat left center;
    margin-bottom: 5px;
}

.ft_soo .ft_contact {
    font-size: 16px;
    color: #fff;
}

.ft_ewm {
    position: relative;
}

.ft_ewm img {
    max-width: 128px;
}

.ftt_seo {
    width: 100%;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.ftt_seo a {
    font-size: 14px;
    color: #999999;
}

/* ft_bottom */
.ft_bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    color: #fff;
    padding: 22px 0;
    text-transform: uppercase;
    /* border-top: 2px solid rgba(255,255,255,.1); */
    font-weight: 300;
}

.ft_bottom a {
    font-size: 14px;
    color: #fff;
}

/*  */

@media (max-width: 1366px) {
    .x-menu>li>a {
        font-size: 16px;
    }

    .top_phone {
        font-size: 16px;
        margin-left: 15px;
    }

    .tit_aa h3 {
        font-size: 30px;
    }

    .tit_aa h3 span {
        font-size: 30px;
        padding-left: 15px;
    }

    .tit_aa .tit_p {
        font-size: 15px;
    }

    .c2_index {
        padding: 35px 0;
    }

    .c2left h2 {
        font-size: 30px;
    }

    .abbtxt {
        font-size: 15px;
    }

    .scs li {
        font-size: 15px;
        line-height: 35px;
    }

    .c4_index {
        padding: 35px 0;
    }

    .c4_con .hd li h3 {
        font-size: 18px;
    }

    .c5_con .c5aa {
        width: 31.33%;
    }

    .number li h3 i {
        font-size: 26px;
    }

    .number li h3 span {
        font-size: 15px;
    }

    .number li p {
        font-size: 15px;
    }

    .tit_aa3 {
        margin-bottom: 0px;
    }

    .tit_aa5 {
        margin-bottom: 30px;
    }

    .ft_soo .ft_phone {
        font-size: 22px;
    }

    .ft_soo .ft_contact {
        font-size: 14px;
    }

    .ft_desc {
        font-size: 14px;
    }

    .ft_nav li a {
        font-size: 14px;
    }

}


@media (max-width: 992px) {
    .x-banner .owl-carousel .owl-dots {
        bottom: 15px;
    }

    .x-banner .owl-carousel .owl-dots button.owl-dot {
        width: 2em;
    }

    .baner_ff {
        position: relative;
    }

    .number li+li::before {
        background: #000;
    }

    .number li h3 {
        color: #000;
    }

    .number li h3 i {
        color: #000;
    }

    .number li h3 span {
        color: #000;
    }

    .number li p {
        color: #000;
    }

    .pro_wap .sort1 li a {
        font-size: 16px;
    }

    .list_pp li .img h3 {
        font-size: 14px;
    }

    .c2_con {
        flex-wrap: wrap;
    }

    .c2_con>div {
        width: 100%;
    }

    .c3_con {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .c3_con>div {
        width: 100%;
    }

    .c3right {
        margin-top: 30px;
    }

    .c3left {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .c3img1 {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .aa_x li {
        margin-bottom: 10px;
    }

    .aa_y li {
        margin-bottom: 10px;
    }

    .abb_more a {
        width: 135px;
        line-height: 40px;
        font-size: 14px;
    }

    .c4_con .hd li {
        margin: 0 5px;
    }

    .ft_top>div {
        width: 100% !important;
    }

    .ft_top_bb {
        margin-top: 30px;
    }

    .c5_con .c5aa {
        width: 100%;
        margin-bottom: 30px;
    }

    .tit_aa6 h3 {
        font-size: 18px;
    }

    .tit_aa6 p {
        font-size: 14px;
    }

    .c6_ss {
        width: 46%;
    }

    #formsearch6 input {
        height: 45px;
        line-height: 45px;
    }

    #formsearch6 #keyword {
        font-size: 14px;
    }

    #formsearch6 #s_btn {
        font-size: 14px;
    }

    .c5_index {
        padding-bottom: 20px;
    }
}


@media (max-width: 768px) {
    .list_pp {
        margin: 0 -1.5%;
    }

    .list_pp li {
        width: 47%;
        margin: 0 1.5% 20px 1.5%;
    }

    .number {
        flex-wrap: wrap;
    }

    .number li {
        flex: 50%;
    }

    .number li:nth-child(3):before {
        display: none;
    }

    .number li p {
        font-size: 13px;
    }

    .c6_index>.flex>div {
        width: 100%;
    }

    .tit_aa6 {
        margin-bottom: 30px;
    }

    .pro_wap .sort1 li {
        margin: 0 0px 10px 0px;
    }

    .pro_wap .sort1 li a {
        padding: 5px 15px;
        font-size: 15px;
    }

    .c4_con .hd {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 -1%;
    }

    .c4_con .hd li {
        width: 31.33%;
        margin: 0 1% 10px 1%;
    }

    .c4_con .hd li h3 {
        font-size: 15px;
    }

    .ft_ewm {
        margin-top: 10px;
    }

}