/*
    * @time Tue Jan 31 2023 15:58:19 GMT+0800 (中国标准时间)
    */
@charset "utf-8";
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}
body,
html {
    height: 100%;
}
body {
    font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica,
        Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体',
        'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: 0;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    text-decoration: none;
    color: #ff9724 !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
iframe,
img {
    border: 0;
}
img {
    vertical-align: top;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
.part {
    width: 1200px;
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
i {
    font-style: normal;
}
.domMobile {
    display: none;
}
.domPc {
    display: block;
}
@media screen and (max-width: 1200px) {
    .part {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .domMobile {
        display: block;
    }
    .domPc {
        display: none;
    }
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container-vertical > .swiper-scrollbar {
    right: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination-switch {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d3d3d3;
}
.swiper-active-switch {
    width: 20px;
    background: #f5b70a;
}
.list-txt li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.list-txt li .tit {
    font-size: 20px;
    line-height: 1.3;
    color: #404040;
}
.list-txt li .tit a {
    color: #404040;
}
.list-txt li .abs {
    font-size: 14px;
    line-height: 1.5;
    color: grey;
}
.list-txt li .abs a {
    color: grey;
}
.list-tit li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 10px 20px;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc;
    color: #404040;
}
.list-tit li a {
    color: #404040;
}
.list-tit li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 22px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c00;
}
.list-tit li:last-child {
    border-bottom: 0;
}
.banner {
    height: 291px;
    background: url(xlfzyfw_index_banner.jpg) center top no-repeat;
}
.intro {
    position: relative;
    z-index: 5;
    margin-top: -30px;
}
.intro .part {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 45px;
    font-size: 18px;
    text-indent: 2em;
    line-height: 2.5;
    color: #a35400;
    background: #fefaf4;
    border: 1px solid #fddc81;
    -webkit-box-shadow: 0 0 5px #dadada;
    -moz-box-shadow: 0 0 5px #dadada;
    box-shadow: 0 0 5px #dadada;
}
.focus {
    margin-top: 70px;
}
.focus .scroll {
    width: 600px;
    height: 395px;
}
.focus .scroll .swiper-pagination {
    width: auto;
    right: 10px;
    left: auto;
    bottom: 15px;
}
.focus .scroll .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #fa7c30;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.focus .scroll .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: #f02626;
}
.focus .scroll .swiper-button-prev {
    display: none;
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC)
        0 0 no-repeat;
}
.focus .scroll .swiper-button-next {
    display: none;
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==)
        0 0 no-repeat;
}
.focus .scroll:hover .swiper-button-next,
.focus .scroll:hover .swiper-button-prev {
    display: block;
}
.focus .swiper-slide .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.focus .swiper-slide .img img {
    width: 100%;
    height: 100%;
}
.focus .swiper-slide .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    width: 100%;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.focus .swiper-slide .tit a {
    color: #fff;
}
.focus .list {
    width: 586px;
}
.focus .list .title {
    position: relative;
    background: url(xlfzyfw_index_icon_gzbs.png) left center no-repeat;
    height: 45px;
    line-height: 45px;
    padding-left: 50px;
    border-bottom: 2px solid #ccc;
}
.focus .list .title:before {
    content: '';
    width: 175px;
    height: 2px;
    background: #da1718;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.focus .list .title .name {
    font-size: 28px;
    font-weight: 700;
}
.focus .list .title .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.focus .list .list-txt {
    margin-top: 10px;
}
.focus .list .list-txt .abs {
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.8;
}
.focus .list .list-txt .more {
    color: #c00;
}
.focus .list .list-tit {
    margin-top: 10px;
}
.typical {
    padding: 50px 0;
    margin-top: 35px;
    background: #fff8f6;
}
.typical .part {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 73px 45px 80px 45px;
    background: url(xlfzyfw_index_xjdx.png) center top no-repeat;
}
.typical .part .text {
    font-size: 18px;
    line-height: 2;
    text-indent: 2em;
    color: #d71615;
}
.typical .part .list {
    position: absolute;
    bottom: 0;
}
.typical .part .list ul {
    font-size: 0;
}
.typical .part .list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    width: 146px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e08e45;
    color: #a24b04;
    background: #fff;
}
.typical .part .list li a {
    color: #a24b04;
}
.recommend {
    margin-top: 45px;
}
.recommend .part {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 86px;
    padding-left: 303px;
    background: url(xlfzyfw_index_zdtj.jpeg) left 18px no-repeat;
}
.recommend .part li {
    font-size: 24px;
    line-height: 34px;
    padding: 15px 10px;
    background: #f4f4f4;
}
.action {
    margin-top: 45px;
}
.action .title {
    text-align: center;
    font-size: 0;
    position: relative;
}
.action .title:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #d71615;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: 1px;
}
.action .title img {
    position: relative;
    z-index: 5;
}
.action .list-tit {
    margin-top: 25px;
}
.action .list-tit ul {
    font-size: 0;
}
.action .list-tit li {
    width: 49%;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border-bottom: 0;
}
@media screen and (max-width: 1200px) {
    .banner {
        height: auto;
        background: 0 0;
    }
    .banner img {
        width: 100%;
        height: auto;
    }
    .intro {
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: 0 0 0 #dadada;
        -moz-box-shadow: 0 0 0 #dadada;
        box-shadow: 0 0 0 #dadada;
    }
    .intro .part {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 3%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .focus {
        margin-top: 0;
    }
    .focus .scroll {
        float: none;
        width: 100%;
        height: auto;
    }
    .focus .list {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 2%;
        margin-top: 15px;
    }
    .focus .list .title .name {
        font-size: 22px;
    }
    .focus .list .title:before {
        width: 155px;
    }
    .typical {
        margin-top: 0;
        padding: 10px 0;
    }
    .typical .part {
        background: 0 0;
        padding: 10px 3%;
    }
    .typical .part .title {
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        line-height: 2;
        color: #d71615;
    }
    .typical .part .text {
        color: #000;
    }
    .typical .part .list {
        position: relative;
        margin-top: 10px;
    }
    .typical .part .list li {
        margin-bottom: 10px;
        width: 46%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .recommend {
        margin-top: 10px;
    }
    .recommend .part {
        height: auto;
        padding: 86px 15px 0 15px;
    }
    .recommend .part li {
        padding: 10px;
        font-size: 18px;
    }
    .action {
        margin-top: 20px;
    }
    .action .part {
        background: 0 0;
        padding: 0 3%;
    }
    .action .title img {
        height: 36px;
        width: auto;
    }
    .action .title:before {
        margin-top: 1px;
        height: 1px;
    }
    .action .list-tit {
        margin-top: 10px;
    }
    .action .list-tit ul {
        font-size: 0;
    }
    .action .list-tit li {
        width: 100%;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }
}
