﻿* {
    padding: 0;
    margin: 0;
    border: 0;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100px;
}


@media screen and (max-width: 1080px) {
    html, body {
        font-size: 80px;
    }

}

@media screen and (max-width: 870px) {
    html, body {
        font-size: 70px;
    }
}

@media screen and (max-width: 760px) {
    html, body {
        font-size: 90px;
    }
}

body {
    overflow-x: hidden;
    background-color: #fafafa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Microsoft YaHei, PingFang SC, sans-serif;
    font-size: 0.16rem;
    line-height: 1.8;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

a:link, a:visited {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #CC9F57;
}

img {
    width: auto;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: 1px;
}

header {
    width: 100%;
    clear: both;
    margin: 0 auto;
}

.header_top {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.header_top .cont {
    max-width: 12.6rem;
    margin: 0 auto;
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
}

.header_top .left {
    color: #999;
    line-height: 0.5rem;
    width: 50%;
    height: 0.5rem;
    overflow: hidden;
}

.header_top .right {
    color: #999;
    line-height: 0.5rem;
    width: 50%;
    text-align: right;
    height: 0.5rem;
    overflow: hidden;
}

.header_bottom {
    max-width: 12.6rem;
    margin: 0 auto;
    padding: 0.2rem 0;
}

.header_bottom .cont {
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.mob_menu {
    width: 0.4rem;
    height: 0.35rem;
    background-image: url("../image/icon_zmmemu.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    position: relative;
}

.mob_smenu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.47rem;
    z-index: 99999;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-bottom: 0.3rem;
    box-shadow: 0 0.08rem 0.08rem rgba(0, 0, 0, .1);
}

.mob_smenu a:link, .mob_smenu a:visited {
    display: block;
    text-indent: 0.2rem;
    border-bottom: 1px solid #eee;
    line-height: 0.6rem;
    font-size: 0.2rem;
}

.mobactive {
    background-image: url("../image/icon_zmmemu_close.png");
}

.header_bottom .cont .left {
    width: 3.7rem;

}

.header_bottom .cont .center {

}

.header_bottom .cont .center ul {
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.header_bottom .cont .center ul li {
    position: relative;
    cursor: pointer;
}

.header_bottom .cont .center li a:link {
    font-size: 0.2rem;
    line-height: 0.8rem;
    margin: 0 0.28rem;
    /*height: 0.8rem;*/
    display: block;
    position: relative;
}

.header_bottom .cont .nav_menu::after {
    content: "";
    height: 0.03rem;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0.6rem;
    display: block;
    background-color: #cc953e;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-functio: ease-out;
    -moz-transition-timing-functio: ease-out;
    -ms-transition-timing-functio: ease-out;
    -o-transition-timing-functio: ease-out;
    transition-timing-functio: ease-out;
}

.header_bottom .center li:hover .nav_menu {
    color: #cc953e;
}

.header_bottom .center li:hover .nav_menu::after {
    left: 0;
    right: 0;
}

.header_bottom .cont .nav_menu.active {
    color: #cc953e;
}

.header_bottom .cont .nav_menu.active::after {
    content: "";
    height: 0.03rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.6rem;
    display: block;
    background-color: #cc953e;
}

.header_bottom .cont .right {
    width: 0.28rem;
    height: 0.28rem;
    cursor: pointer;
}

.header_bottom .cont .right svg {
    width: 0.28rem;
    height: auto;
    fill: #333;
}

.header_bottom .cont .right:hover svg {
    fill: #6c1d13;
}

.header_bottom .cont .right.active svg {
    fill: #6c1d13;
}

/*首页搜索开始*/
.search_kk {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 1.7rem;
    display: none;
    box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
    z-index: 999999;
    border-top: 1px solid #ddd;
}

.search_kk form {
    max-width: 12.6rem;
    margin: 0.3rem auto;
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 0.03rem;
}

.search_kk input {
    line-height: 0.5rem;
    width: calc(100% - 0.6rem);
    text-indent: 0.1rem;
    font-family: Microsoft YaHei, PingFang SC, sans-serif;
    font-size: 0.16rem;
}

.search_kk button {
    width: 0.26rem;
    height: 0.26rem;
    background-image: url("../image/icon_search.png");
    background-color: #fff;
    background-size: contain;
    margin-right: 0.2rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

.search_kk button:hover {
    background-image: url("../image/icon_search2.png");
}

.qright {
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
}

.qright .right {
    margin-right: 0;

}

/*首页banner*/
#inzmbanner {
    display: none;
}

#inzmbanner .swiper-container {
    transform: translate3d(0, 0, 0);
}

#inzmbanner .swiper-slide {
    transform: translate3d(0, 0, 0);
}

#inzmbanner .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.05rem;
    border-radius: 0.03rem;
}

#inzmbanner .swiper-pagination-bullets {
    bottom: 0.2rem;
}

#inzmbanner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5;
}

#inzmbanner .swiper-pagination-bullet-active {
    background-color: #FFC376;
    opacity: 1;
}

#inbanner {
    line-height: 0;
    overflow: hidden;
}

#home_banner .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.05rem;
    border-radius: 0.03rem;
}

#home_banner .swiper-pagination-bullets {
    bottom: 0.2rem;
}

#home_banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5;
}

#home_banner .swiper-pagination-bullet-active {
    background-color: #FFC376;
    opacity: 1;
}

#home_banner .swiper-button-next {
    width: 0.3rem;
    height: 0.56rem;
    background-image: url("../image/icon_arrow_right.png");
    background-size: contain;
    opacity: .5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#home_banner .swiper-button-next:hover {
    opacity: 1;
}

#home_banner .swiper-button-prev {
    width: 0.3rem;
    height: 0.56rem;
    background-image: url("../image/icon_arrow_left.png");
    background-size: contain;
    opacity: .5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#home_banner .swiper-button-prev:hover {
    opacity: 1;
}

/*banner结束*/

.inguide {

    max-width: 12.6rem;
    margin: 0.4rem auto;
    background-color: #fff;
    overflow: hidden;
    padding: 0.3rem 0;

}

.inguide td {
    padding: 0 0.1rem;
    max-width: 2.5rem;
}

.inguide ul {
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    -webkit-justify-content: center;
}

.inguide li {
    padding: 0 0.5rem;
    border-right: 1px solid #ddd;
    max-width: 30%;
}

.inguide li:last-child {
    border-right: 0;
}

.inguide li .title {
    font-size: 0.28rem;
    font-weight: bold;
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0.15rem;
}

.inguide li .title img {
    margin-right: 0.2rem;
}

.inguide li .cont, .inguide li .cont p {
    font-size: 0.18rem;
}

.inguide li .cont em {
    font-style: normal;
    color: #999;
}


/*新闻开始*/
.innews {
    max-width: 12.6rem;
    margin: 0 auto 0.6rem;
    overflow: hidden;
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    -webkit-justify-content: center;
}

.innews .left {
    width: 7.7rem;
    margin-right: 0.3rem;
    background-image: url("../image/pic_newsbg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0.4rem 0.3rem;
}

#example-one {
    overflow: hidden;
}

.innews .left a:link, .innews .left a:visited {
    color: #fff;
}

.nav {
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: left;
    -webkit-justify-content: flex-start;
    margin-bottom: 0.3rem;
}

.nav-one {
    margin-right: 0.5rem;
}

.nav-one a {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1;
}

.nav-one a.current {
    padding-bottom: 0.15rem;
    border-bottom: 3px solid #f8f8f8;
}

.son_nav {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999999999;
    top: 0.8rem;
    left: 0;
    background-color: rgba(255, 255, 255, .95);
    padding: 0.2rem 0;
}

.son_nav.on {
    display: block;
}

.header_bottom .center .son_nav a {
    display: block;
    margin: 0 !important;
    text-align: center;
    font-size: 0.15rem !important;
    line-height: 0.4rem !important;
}

.list-wrap li {
    clear: both;
    overflow: hidden;
}

.list-wrap .sleft {
    font-size: 0.18rem;
    float: left;
    line-height: 3;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-wrap .sright {
    font-size: 0.18rem;
    float: right;
    text-align: right;
    line-height: 3;
}

.hide {
    display: none;
}

.innews .right {
    width: 3.4rem;
    padding: 0.4rem 0.3rem;
    background-image: url("../image/pic_carebg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

.innews .right .title {
    font-size: 0.28rem;
    font-weight: bold;
    border-left: 3px solid #fff;
    text-indent: 0.15rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 0.25rem;
}

.innews .right .cont {
    color: #ccc;
}

.innews .right .cont strong {

    color: #fff;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 2.4;
}

.innews .right .cont em {
    font-style: normal;
    color: #fff;
}

.innews .right .cont em a {
    color: #fff;
}

.inactiity {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 0.5rem 0;
}

.inactiity_cont {
    max-width: 12.6rem;
    margin: 0 auto;
}

.inactiity_cont .title {
    font-size: 0.28rem;
    line-height: 0.41rem;
    font-weight: bold;
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: left;
    -webkit-justify-content: flex-start;
    position: relative;
}

.inactiity_cont .title img {
    margin-right: 0.15rem;
}

.inactiity_cont .title a:link {
    float: right;
    font-size: 0.18rem;
    font-weight: normal;
    position: absolute;
    right: 0;
}

.inactiity_cont .cont {
    margin-top: 0.3rem;
}

.inactiity_cont .cont li {
    width: calc((100% - 0.6rem) / 3);
    margin-right: 0.3rem;
    float: left;
}

.inactiity_cont .cont li:nth-child(3n) {
    margin-right: 0;
}

.inactiity_cont .cont li .img {
    width: 100%;
    overflow: hidden;
}

.inactiity_cont .cont li img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inactiity_cont .cont li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.inactiity_cont .cont li .stitle {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1.8;
    clear: both;
}

.inactiity_cont .cont li .sdesc {
    font-size: 0.16rem;
    line-height: 1.8;
    font-weight: normal;
    clear: both;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 0.58rem;
    margin-top: 0.05rem;
}

.invr {
    padding: 0.5rem 0;
    width: 100%;
    max-width: 12.6rem;
    margin: 0 auto;
    line-height: 0;
}

.invr .cont {
}

.invr .cont a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.invr .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1;
}

.invr .title {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.invr .title .nr {
    color: #fff;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

.invr .title .nr img {
    width: 1.2rem;
}

/*底部开始*/
footer {
    color: #fff;
}

footer a:link, footer a:visited {
    color: #fff;
}

footer a:hover {
    color: #FFC376;
}

footer .cont {
    background-color: #888;
}

footer .cont .top {
    max-width: 12.6rem;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: space-between;
    line-height: 0.8rem;
}

footer .cont .top .left {
    width: 1rem;
    font-size: 0.2rem;
    font-weight: bold;
    margin-right: 0.2rem;
}

footer .cont .top .center {
    height: 0.8rem;
    overflow: hidden;
}

footer .cont .top .center li {
    float: left;
    margin-right: 0.3rem;
}

footer .cont .top .right {
    width: 1rem;
}

footer .cont .center1 {
    max-width: 12.6rem;
    margin: 0 auto;
    padding: 0.3rem 0;
    overflow: hidden;
}

footer .cont .center1 .left {
    float: left;
    width: calc(100% - 3.2rem);

}

.fnav {
    width: calc((100% - 0.1rem) / 6);
    float: left;
}

.fnav p {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.2rem;
}

footer .cont .center1 .right {
    float: right;
}

footer .cont .center1 .right ul {
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
}

footer .cont .center1 .right li {
    margin-right: 0.3rem;
    text-align: center;
    width: 1.2rem;
}

footer .cont .center1 .right li:last-child {
    margin-right: 0;
}

footer .cont2 {
    background-color: #777;
    line-height: 1rem;
}

footer .cont2 .bottom {
    max-width: 12.6rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

footer .cont2 .bottom .left {
    width: 48%;
    float: left;
    text-align: left;
}

footer .cont2 .bottom .left em {
    font-style: normal;
}

footer .cont2 .bottom .right {
    width: 48%;
    float: right;
    text-align: right;
}

#gotop {
    position: fixed;
    width: 70px;
    height: 70px;
    overflow: hidden;
    right: -70px;
    bottom: 70px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 999999;
}

#gotop .cont {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #CC9F57;
    font-size: 0.14rem;
    border-radius: 0.03rem 0 0 0.03rem;
    line-height: 1.4;
}

#gotop .cont img {
    width: 0.24rem;
    margin-top: 0.1rem;
}

#gotop .cont span {
    width: 100%;
    display: block;
    clear: both;
}

@media screen and (max-width: 1260px) {
    .header_top .cont, .header_bottom, .inactiity_cont, footer .cont .top, footer .cont .center1, footer .cont2 .bottom {
        margin: 0 0.1rem;
    }

    .search_kk form {
        margin: 0.3rem 0.1rem;
    }

    .header_bottom .cont .center li a:link {
        margin: 0 0.22rem;
    }
}
