:root {
    --wzColor: #FE644B;
}

@charset "UTF-8";
a,
a:hover {
    transition: all .3s;
    color: inherit;
    text-decoration: none!important;
}

ul {
    list-style: none;
    padding-left: 0!important;
    margin: 0!important;
}


/*换行*/

.twoHang {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.threeHang {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.head .logo-img {
    padding: 22px 0 24px 0;
}

.head .logo a {
    display: block;
    width: 214px;
    height: 50px;
}

.head .logo a img {
    display: block;
    width: 100%;
    height: 100%;
}

.head .nav-bg {
    line-height: 60px;
    background: var(--wzColor);
}

.nav li {
    list-style: none;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}

.nav li a {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.nav .active,
.nav li:hover {
    background: #FFE1DC;
}

.nav .active a,
.nav li:hover a {
    font-weight: 700;
    color: var(--wzColor);
}


/**/

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.index-fl {
    width: 840px;
}

.index-fr {
    width: 330px;
}

.index-listfr {
    width: 360px;
}


/**/

.banner>a {
    display: block;
    width: 840px;
}

.banner>a img {
    display: block;
    height: 360px;
}

.slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-swiper-container .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: right;
    bottom: 35px!important;
    left: -13%!important;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #333!important;
    width: 26px;
    height: 4px;
    margin-right: 10px;
    border-radius: 0;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--wzColor)!important;
}


/**/

.list {
    padding: 35px;
    width: 290px;
    height: 290px;
    background: #F6F6F6;
}

.list span {
    display: block;
    width: 100px;
    height: 38px;
    background: url(../images/hot.png) no-repeat;
    background-size: 100px 38px;
}

.list>a {
    margin: 38px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 0 21px;
}

.list p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
}


/**/

.title {
    padding: 20px 0 0 0;
    border-top: 1px solid #EEEEEE;
}

.title span {
    font-size: 20px;
    font-weight: 700;
    color: var(--wzColor);
}

.title a {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}


/**/

.list1 li {
    padding: 25px 0;
}

.list1 li:not(:nth-child(3)) {
    border-bottom: 1px solid #eee;
}

.list1 li>a {
    display: block;
    width: 220px;
}

.list1 li>a img {
    display: block;
    height: 120px;
    border-radius: 2px;
}

.list1 li .des {
    width: 586px;
}

.list1 li .des>a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.list1 li .des p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 12px 0;
}

.list1 li .des div span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.list1 li .des div span:last-child {
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #FFE1DC;
    color: var(--wzColor);
    text-align: center;
    border-radius: 13px;
}

.list1 li:hover .des>a,
.list2 li:hover .des>a {
    color: var(--wzColor);
}


/**/

.list2 li {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.list2 li>span {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    background: url(../images/t1.png) no-repeat;
    background-size: 26px 26px;
    background-position: 0 3px;
}

.list2 li>span::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.list2 li:nth-child(1)>span::before {
    content: "1";
}

.list2 li:nth-child(2)>span::before {
    content: "2";
}

.list2 li:nth-child(3)>span::before {
    content: "3";
}

.list2 li .des {
    width: 282px;
}

.list2 li .des>a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.list2 li .des p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 8px 0 0 0;
}


/**/

.news_list li {
    line-height: 36px;
}

.news_list li>a {
    width: 78%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.news_list li span {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.news_list li:hover>a,
.list3 li:hover .des div>a {
    color: var(--wzColor);
}


/**/

.list2_news li em {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: var(--wzColor);
}

.list2_news li>a {
    width: 78%;
}


/**/

.list3 li {
    width: 410px;
}

.list3 li>a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    height: 48px;
}

.list3 li>div {
    padding: 13px 0;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.list3 li>div span>a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: var(--wzColor);
    border-radius: 6px;
}


/**/

.list3_news ul {
    flex-wrap: wrap;
}

.list3_news li {
    width: 410px;
}

.list3_news li>a {
    position: relative;
    padding-left: 20px;
}

.list3_news li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wzColor);
}


/**/

.list4 li {}

.list4 li>a {
    display: block;
    width: 140px;
}

.list4 li>a img {
    display: block;
    height: 100px;
}

.list4 li .des {
    width: 170px;
}

.list4 li .des>a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    height: 50px;
}

.list4 li .des span {
    display: block;
    margin-top: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.list4 li:hover .des>a {
    color: var(--wzColor);
}


/*友情链接*/

.link p {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.link p a {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.link p a:hover {
    text-decoration: none;
    color: var(--wzColor);
}


/*footer*/

.footer {
    margin-top: 40px;
    padding: 50px 30px;
    border-top: 1px solid #eee;
}

.footer p,
.footer a {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 6px 0;
    color: #999;
    letter-spacing: 1px;
}


/*面包屑*/

.breadcrumb {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.breadcrumb a {
    color: #999;
}


/**/

.homelist li {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.homelist li>a {
    display: block;
    width: 220px;
}

.homelist li>a img {
    display: block;
    height: 120px;
    border-radius: 2px;
}

.homelist li .des {
    width: 586px;
}

.homelist li .des>a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.homelist li .des p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 12px 0;
}

.homelist li .des div p,
.homelist li .des div>span>a {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 0;
}

.homelist li .des div em {
    display: block;
    font-style: normal;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #FFE1DC;
    border-radius: 10px;
    margin-right: 20px;
}

.homelist li .des div>span>a {
    display: block;
    width: 78px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid var(--wzColor);
    color: var(--wzColor);
    border-radius: 12px;
}

.homelist li:hover .des>a {
    color: var(--wzColor);
}


/**/

.pageTurn ul {
    text-align: center;
}

.pageTurn ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ddd;
    padding: 2px 10px;
    background: #fff;
}

.pageTurn ul li a {
    color: #333;
    width: 100%;
}

.pageTurn ul li a:hover {
    text-decoration: none;
}

.pageTurn ul li:hover {
    background: var(--wzColor);
}

.pageTurn ul li:hover a {
    color: #fff;
}

.pageTurn .thisclass {
    color: #fff;
    background: var(--wzColor)
}

.pageTurn .thisclass:hover {
    color: #fff;
}

.pageTurn ul li:hover {
    color: #fff;
}


/**/

.newslist ul {
    flex-wrap: wrap;
}

.newslist li {
    width: 160px;
    padding-top: 15px;
}

.newslist li:not(:nth-child(2n+2)) {
    margin-right: 10px;
}

.newslist li>a {
    display: block;
    width: 160px;
}

.newslist li>a img {
    display: block;
    height: 100px;
}

.newslist li p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 10px 0 0 0;
}

.newslist li:hover p {
    color: var(--wzColor);
}


/**/

.textTitle {
    text-align: center;
    padding: 30px 10px 20px 0;
    border-bottom: 1px solid #eee;
}

.textTitle h1 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.textTitle div span {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-right: 30px;
}

.textContent {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
    padding-bottom: 40px;
}

.textContent p,
.textContent div {
    font-size: 16px!important;
    font-weight: 400;
    color: #666!important;
    margin: 15px 0;
}

.textContent img {
    display: block;
    margin: 0 auto;
    height: auto!important;
    max-width: 600px!important;
}