/*
Theme Name: 河南筑康体育设施
Theme URI: http://www.zhukangtiyu.com
Author: 韩旭
Author URI: http://www.dabaitui.xyz
Description: 河南筑康体育设施有限公司
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal;
}

b {
    font-weight: 400;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

a {
    color: #666;
    text-decoration: none;
}

button,
input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}

p,
h1,
h2,
h3,
span,
a,
div,
em {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 14px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    font-family: "simhei";
}

.hide,
.none {
    display: none
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.flex {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.flex-center {
    flex-direction: row;
    justify-content: center;
}

.flex-between {
    flex-direction: row;
    justify-content: space-between;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}


/* header start */

.header {
    padding: 40px 0;
}

.header-logo img {
    width: 220px;
}

.header-text {
    margin-left: 240px;
}

.header-text img:nth-child(2) {
    margin: 0 10px;
}

.header-text p {
    position: relative;
    font-size: 16px;
    color: #ea3a44;
    text-align: center;
}

.header-text p span {
    color: #17a947;
    margin: 0 10px;
}

.header-text p img {
    position: absolute;
    top: 0;
    right: -20px;
}

.header-nav {
    margin-top: 34px;
}

.header-nav ul li {
    margin: 0 40px;
}

.header-nav ul li a {
    display: block;
    font-size: 16px;
}


/* header end */


/* index-banner start */

.index-banner .swiper-slide img {
    width: 100%;
}

.index-banner-prev,
.index-banner-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 3;
    cursor: pointer;
    opacity: .3;
}

.index-banner:hover .index-banner-prev,
.index-banner:hover .index-banner-next {
    opacity: 1;
}

.index-banner-prev {
    left: 50%;
    margin-left: -600px;
}

.index-banner-next {
    right: 50%;
    margin-right: -600px;
}

.index-banner-prev svg,
.index-banner-next svg {
    width: 50px;
    height: 50px;
    fill: rgba(0, 0, 0, .5);
    border-radius: 50%;
}

.index-banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 1;
    transition: width 0.5s linear;
}

.index-banner-swiper .swiper-pagination-bullet-active {
    width: 30px;
}


/* index-banner end */


/* index-case start */

.index-case {
    padding: 40px 0;
}

.index-case-tit {
    align-items: flex-end;
    margin-bottom: 40px;
}

.index-case-tit>span {
    font-size: 30px;
}

.index-case-tit ul li a {
    display: block;
    font-size: 16px;
}

.index-case-tit ul li a::after {
    display: inline-block;
    content: "/";
    margin: 0 10px;
}

.index-case-tit>div>a {
    margin-left: 30px;
    font-size: 20px;
}

.index-case-imgs img {
    width: 340px;
    border: 10px solid #fff;
}

.index-case-imgs li {
    border: 1px solid #bfbfbf;
}


/* index-case end */


/* index-product start */

.index-product {
    padding: 40px 0;
}

.index-product p {
    font-family: "simsun";
    font-size: 30px;
    letter-spacing: 4px;
    color: #ff340d;
    text-indent: 4px;
    text-align: center;
}

.index-product h1 {
    margin: 10px 0;
}

.index-product h1::before,
.index-product h1::after {
    content: "";
    width: 300px;
    border-bottom: 1px solid #ff340d;
}

.index-product h1 span {
    position: relative;
    font-family: "simsun";
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    background-color: #ff340d;
    color: #fff;
    padding: 10px 20px;
}

.index-product h1 span::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 36px;
    top: 5px;
    left: 5px;
    border: 1px solid #fff;
}

.index-product>div>span {
    display: block;
    font-size: 18px;
    text-align: center;
    font-family: "simsun";
    color: #ff340d;
    font-weight: 700;
    margin-bottom: 60px;
}

.index-product ul li {
    position: relative;
    margin: 0 30px;
    padding-top: 30px;
}

.index-product ul li span {
    position: absolute;
    font-family: "simsun";
    font-size: 22px;
    line-height: 25px;
    width: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    top: 0;
    left: 50%;
    margin-left: -35px;
}

.index-product ul li span::after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 50%;
    bottom: -10px;
    margin-left: -20px;
}

.index-product ul li:nth-child(1) span {
    background-color: #ff6972;
}

.index-product ul li:nth-child(1) span::after {
    border-top: 20px solid #ff6972;
}

.index-product ul li:nth-child(2) span {
    background-color: #d7cd5e;
}

.index-product ul li:nth-child(2) span::after {
    border-top: 20px solid #d7cd5e;
}

.index-product ul li:nth-child(3) span {
    background-color: #2c7ad9;
}

.index-product ul li:nth-child(3) span::after {
    border-top: 20px solid #2c7ad9;
}

.index-product ul li:nth-child(4) span {
    background-color: #345510;
}

.index-product ul li:nth-child(4) span::after {
    border-top: 20px solid #345510;
}

/* index-product end */


/* index-why start */

.index-why {
    padding: 40px 0;
}

.index-why h2 {
    font-family: "simsun";
    text-align: center;
    font-size: 40px;
}

.index-why h2 em {
    color: #ff340d;
    margin-left: 10px;
}

.index-why-box {
    padding: 30px;
}

.index-why-img {
    position: relative;
    background-color: #ff340d;
    width: 400px;
    height: 270px;
}

.index-why-img::before {
    position: absolute;
    content: "";
    width: 400px;
    height: 270px;
    border: 1px solid #ff340d;
    top: 10px;
    left: 10px;
}

.index-why-img img {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, .1);
}

.index-why>div .index-why-box:nth-child(3) .index-why-img::before {
    left: -10px;
}

.index-why>div .index-why-box:nth-child(3) .index-why-img img {
    left: 10px;
}

.index-why-text {
    width: 600px;
    margin: 0 60px;
}

.index-why-text h3 {
    font-family: "simhei";
    font-size: 28px;
}

.index-why-text span {
    position: relative;
    display: inline-block;
    width: 300px;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "simsun";
}

.index-why-text span::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 20px;
    background-color: #ffb2a3;
    bottom: -4px;
    left: -20px;
    z-index: -1;
}

.index-why>div .index-why-box:nth-child(3) .index-why-text span::before {
    left: 20px;
}

.index-why-text p {
    font-size: 18px;
    color: #666;
    text-align: left;
    line-height: 2;
}


/* index-why end */


/* index-about start */

.index-about {
    padding: 40px 0;
}

.index-about h2 {
    text-align: center;
    font-size: 40px;
    font-family: "simsun";
}

.index-about h2 em {
    color: #ff340d;
}

.index-about h2 span {
    font-size: 20px;
    margin-left: 20px;
}

.index-about-content {
    margin-top: 50px;
}

.index-about-content img {
    width: 450px;
    margin-right: 100px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -10px 10px 0 #ff340d;
}

.index-about-text {
    width: 450px;
}

.index-about-text em {
    font-size: 24px;
    font-weight: 700;
    color: #ff340d;
}

.index-about-text p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 2;
}


/* index-about end */


/* index-news start */

.index-news {
    padding: 40px 0;
}

.index-news-box {
    width: 380px;
}

.index-news>.flex {
    align-items: flex-start;
}

.index-news-box h2 {
    font-weight: 400;
    border-bottom: 1px solid #ffccc2;
    margin-bottom: 30px;
}

.index-news-box h2>span {
    font-size: 24px;
    color: #ff340d;
    border-bottom: 4px solid #ffccc2;
    box-sizing: content-box;
}

.index-news-box h2 i {
    width: 200px;
    font-family: "simsun";
    font-size: 20px;
    color: #555;
    margin-left: 20px;
}

.index-news-box h2 a span {
    font-family: "simsun";
    font-size: 18px;
    margin-left: 10px;
    color: #c31616;
}

.index-news-faq ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.index-news-faq ul li a {
    display: block;
}

.index-news-faq ul li a h1 {
    font-weight: 400;
    margin-bottom: 14px;
}

.index-news-faq ul li a span {
    font-size: 16px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.index-news-faq ul li a h1 span {
    background-color: #b3b3b3;
}

.index-news-faq ul li a p.flex {
    align-items: flex-start;
}

.index-news-faq ul li a p span {
    background-color: #f28800;
    margin-top: 4px;
}

.index-news-faq ul li a em,
.index-news-faq ul li a i {
    width: 340px;
    margin-left: 14px;
}

.index-news-faq ul li a em {
    font-size: 18px;
}

.index-news-faq ul li a i {
    font-size: 16px;
}

.index-news-company>a div:first-child {
    width: 160px;
    height: 110px;
}

.index-news-company>a div:last-child {
    width: 200px;
    margin-left: 20px;
}

.index-news-company>a {
    margin-bottom: 28px;
}

.index-news-company>a h1 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.index-news-company>a p {
    font-size: 14px;
    color: #555;
}

.index-news-information ul li a h1 {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    margin-left: 10px;
}

.index-news-information ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}


/* index-news end */


/* bottom-nav start */

.bottom-nav {
    background-color: #ff340d;
    padding: 10px 0;
}

.bottom-nav ul li {
    margin: 0px 50px;
}

.bottom-nav ul li a {
    display: block;
    color: #fff;
}


/* bottom-nav end */


/* footer start */

.footer {
    padding: 60px 0;
}

.footer img {
    width: 300px;
    margin-right: 100px;
}

.footer ol li {
    font-size: 16px;
    line-height: 30px;
}

.copyright {
    margin-top: 30px;
    text-align: center;
    color: #333;
}

.copyright a {
    margin-left: 20px;
}


/* footer end */


/* aboutUs-culture start */

.aboutUs-culture {
    padding: 40px 0;
}

.aboutUs-culture h2 {
    text-align: center;
    font-size: 40px;
    font-family: "simsun";
}

.aboutUs-culture h2 em {
    color: #ff340d;
}

.aboutUs-culture h2 span {
    font-size: 20px;
    margin-left: 20px;
}

.aboutUs-culture h3 {
    margin: 30px auto 0;
    font-size: 26px;
    font-weight: 400;
    color: #ff340d;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #ff340d;
    width: 14em;
}

.aboutUs-culture>div>p {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 40px;
}

.aboutUs-culture ul.flex {
    align-items: flex-start;
}

.aboutUs-culture ul li {
    width: 220px;
    margin: 0 50px;
}

.aboutUs-culture ul li span {
    display: flex;
    margin: 0 auto 20px;
    width: 160px;
    height: 150px;
    justify-content: center;
    align-items: center;
    background: url(../image/aboutUs-culture-bg.png)no-repeat center;
    background-size: 100% 100%;
    font-size: 18px;
    color: #fff;
}

.aboutUs-culture ul li p {
    font-size: 16px;
}


/* aboutUs-culture end */


/* pos start */

.pos {
    padding: 20px 0;
}


/* pos end */


/* aside-product-nav start */

.aside-product-nav {
    width: 200px;
    text-align: center;
}

.aside-product-nav h2 {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    border-bottom: 2px solid #333;
}

.aside-product-nav h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ff0606;
    bottom: -2px;
    left: 50%;
    margin-left: -30px;
}

.aside-product-nav h2 span {
    color: #ff0606;
}

.aside-product-nav p {
    font-family: "simsun";
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.aside-product-nav dl dt {
    font-size: 22px;
    margin-top: 10px;
    text-align: left;
    padding-left: 20px;
}

.aside-product-nav dl dd a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-left: 40px;
}

.aside-product-nav dl dd a.leftNavA-active {
    color: #ff0606;
}


/* aside-product-nav end */


/* product-introduce start */

.product-introduce {
    padding: 50px 0;
}

.product-introduce>.flex {
    align-items: flex-start;
}

.product-introduce-content {
    width: 970px;
}

.product-introduce-content>a {
    border-bottom: 2px solid #333;
    font-size: 16px;
    padding: 15px 10px 0;
}

.product-introduce-content>a img {
    margin-right: 10px;
}

.product-introduce-content-imgBig {
    position: relative;
    height: 310px;
    padding: 20px 10px;
    text-align: right;
}

.product-introduce-content-imgR {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 460px;
    height: 270px;
    background-color: #807e7e;
    padding: 20px 0px 20px 120px;
    text-align-last: left;
}

.product-introduce-content-imgR h1 {
    font-family: "simsun";
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

.product-introduce-content-imgR h1 em {
    font-size: 20px;
}

.product-introduce-content-imgR p {
    margin: 20px 0;
    color: #fff;
}

.product-introduce-content-imgR span {
    color: #fff;
    font-size: 16px;
}

.product-introduce-content-imgL {
    position: absolute;
    width: 440px;
    height: 270px;
    left: 10px;
    top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.product-imgBig-swiper img,
.product-introduce-content-imgSmall img {
    width: 100%;
}

.product-introduce-content-imgSmall .swiper-slide {
    opacity: .3;
}

.product-introduce-content-imgSmall .swiper-slide.my-slide-thumb-active {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}


/* product-introduce end */


/* product-advantage start */

.product-advantage {
    padding: 50px 0;
    text-align: center;
}

.product-advantage h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 20px;
    text-indent: 20px;
    margin-bottom: 30px;
}

.product-advantage h3 span {
    color: #ff3636;
}

.product-advantage ul {
    border-bottom: 2px solid #333;
}

.product-advantage ul li {
    position: relative;
    width: 300px;
    border-right: 2px solid #333;
    padding: 10px 0;
    font-size: 18px;
    box-sizing: border-box;
}

.product-advantage ul li::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #ff3636;
    right: -50px;
    bottom: -2px;
}

.product-advantage ul li:last-child {
    border-right: none;
}

.product-advantage ul li:last-child::after {
    display: none;
}

.product-advantage ul li img {
    margin-right: 10px;
}

.product-advantage p {
    font-weight: 700;
    padding: 0px 200px;
    font-family: "simsun";
    margin-top: 30px;
    font-size: 22px;
    color: #ff3636;
}


/* product-advantage end */


/* product-process start */

.product-process {
    padding: 50px 0;
}

.product-process>h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 30px 0 20px;
    text-align: center;
}

.product-process>p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.product-process ul.flex {
    padding-top: 50px;
    align-items: flex-start;
}

.product-process ul li {
    width: 200px;
}

.product-process ul li span {
    font-family: "simsun";
    display: inline-block;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: #aba9a9;
    border-radius: 50%;
    font-style: italic;
    font-size: 40px;
    font-weight: 700;
    text-indent: -6px;
}

.product-process ul li p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
}


/* product-process end */


/* product-case start */

.product-case {
    padding: 50px 0;
    text-align: center;
}

.product-case h1 {
    /* font-family: "simsun"; */
    font-size: 40px;
    text-indent: 20px;
    letter-spacing: 20px;
    font-style: italic;
}

.product-case>div>p {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #333;
    font-size: 18px;
    letter-spacing: 20px;
    text-indent: 20px;
    margin: 10px 0;
}

.product-case>div>p::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #ff3636;
}

.product-case h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
}

.product-case ul li>div {
    border: 1px solid #666;
    padding: 10px;
}

.product-case ul li>div>div {
    height: 160px;
    overflow: hidden;
}

.product-case ul li>div img {
    width: 100%;
}

.product-case ul li p {
    font-size: 16px;
    margin-top: 10px;
}


/* product-case end */


/* contact-us-information start */

.contact-us-information {
    padding: 50px 0;
}

.contact-us-information h1 {
    font-family: "simsun";
    text-align: center;
    font-size: 40px;
}

.contact-us-information .contact-us-line {
    position: relative;
    width: 200px;
    height: 2px;
    background-color: #ff3636;
    margin: 20px auto;
}

.contact-us-information .contact-us-line::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 20px;
    top: -9px;
    left: 30px;
    border-top: 1px solid #17a947;
    border-bottom: 1px solid #c31616;
}

.contact-us-information p {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #666;
}

.contact-us-information ul {
    width: 600px;
    margin: 30px auto 0;
}

.contact-us-information ul li {
    font-size: 18px;
    line-height: 40px;
    color: #666;
}

.contact-us-information ul li span {
    color: #333;
}


/* contact-us-information end */


/* case-list start */

.case-list {
    padding: 50px 0;
}

.case-list>div>h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.case-list>div>h2 span {
    color: #ff3636;
}

.case-list>div>p {
    position: relative;
    line-height: 1;
    width: 300px;
    margin: 20px auto;
    font-family: "simsun";
    font-size: 22px;
    text-align: center;
    border-top: 2px solid #333;
}

.case-list>div>p::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 140px;
    left: 80px;
    top: -2px;
    background-color: #ff3636;
}

.case-list .case-menu {
    margin-bottom: 40px;
}

.case-list .case-menu li {
    width: 160px;
    margin: 0 30px;
}

.case-list .case-menu li a {
    display: block;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.case-list .case-menu li.case-menu-active a {
    background-color: #ff3636;
    color: #fff;
}

.case-list .case-list-imgs.flex {
    flex-wrap: wrap;
    padding: 50px 0;
}

.case-list .case-list-imgs li {
    position: relative;
    padding-top: 240px;
    width: 330px;
    background-color: #f0eeed;
    margin-bottom: 50px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.case-list .case-list-imgs li>div {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 330px;
    height: 240px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

.case-list .case-list-imgs li>div img {
    width: 100%;
}

.case-list .case-list-imgs li p {
    font-size: 16px;
    padding: 6px 20px;
    color: #333;
}

.page_list_box {
    margin: 0 auto;
    font-size: 16px;
}

.page_list_box li {
    margin: 0 8px;
}

.page_list_box .thisclass {
    color: #ff3636;
    transform: translateY(-4px);
    border-bottom: 1px solid #ff3636;
}


/* case-list end */


/* news-list start */

.news-list {
    padding: 50px 0;
}

.news-list #news-btns a {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 200px;
    margin: 0 40px;
    background-color: #666;
    color: #fff;
    margin-bottom: 40px;
}

.news-list #news-btns a.news-btns-active {
    background-color: #ff3636;
}

.news-list-tuijian li {
    width: 360px;
}

.news-list-tuijian li div {
    height: 250px;
}

.news-list-tuijian li h1 {
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.news-list-tuijian p {
    color: #666;
    padding: 0 30px;
}

.news-list-ul {
    margin: 40px 0;
}

.news-list-ul li {
    border-bottom: 1px solid #eee;
    padding: 40px 20px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.news-list-ul li:hover {
    background-color: #eee;
}

.news-list-ul li h1 {
    font-weight: 400;
    font-size: 20px;
}

.news-list-ul li p {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

.news-list-ul li div span {
    color: #999;
    margin-right: 80px;
}


/* news-list end */


/* news-details-nav start */

.news-details-nav {
    width: 340px;
}

.news-details-nav img {
    max-width: 100%;
}

.news-details-nav h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #999;
}

.news-details-nav h3::before {
    content: "";
    width: 4px;
    height: 30px;
    margin-right: 20px;
    background-color: #ff3636;
}

.news-details-nav-remen.flex {
    flex-wrap: wrap;
    margin-top: 30px;
}

.news-details-nav-remen.flex a {
    position: relative;
    display: block;
    width: 160px;
    margin-bottom: 20px;
}

.news-details-nav-remen.flex a p {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.news-details-contact {
    padding: 30px 0;
    text-align: center;
}

.news-details-contact>div {
    margin: 0 40px;
}

.news-details-nav>a {
    display: block;
    margin: 20px 0;
}

.news-details-nav-tuijian li {
    list-style: inside;
    font-size: 16px;
    line-height: 30px;
}


/* news-details-nav end */


/* news-details-main start */

.news-details-main {
    padding: 50px 0;
}

.news-details-main .w1200.flex {
    align-items: flex-start;
}

.news-details-content {
    width: 800px;
}

.news-details-content h1 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.news-details-content>p span {
    color: #666;
    margin: 0 30px;
}

.news-details-content-body {
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
    padding: 40px 20px;
    margin: 30px 0;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.news-details-content-body p {
    text-indent: 2em;
}

.news-details-content-body img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.news-prev-next p {
    line-height: 2;
}


/* news-details-main end */


/* cate_list_page s */

.cate_list_page {
    font-size: 20px;
    color: #666;
}

.cate_list_page span {
    color: #ccc;
}

.cate_list_page a {
    min-width: 20px;
    text-align: center;
    margin-right: 20px;
}

.cate_list_page a.current {
    border-bottom: 2px solid #f60;
    color: #f60;
    transform: translateY(-10px);
}


/* cate_list_page e */