@charset "UTF-8";

@font-face {
    font-family: 'sy';
    src: url('font/sySong.woff');
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

html,
body {
    color: #333;
    font-size: .16rem;
    font-family: "微软雅黑";
    /* max-width: 19.2rem; */
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
}

html {
    font-size: 5.208333vw;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* pic */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
    /* object-fit: cover; */
    transform: translate(-50%, -50%);
}

a:hover .pic img {
    transform: translateX(-50%) translateY(-50%) scale(1.05);
}

a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pic div {
    width: 110%;
    height: 110%;
}

/* pic-end */


.w14 {
    max-width: 14rem;
    margin: 0 auto;
}

.px1400 {
    max-width: 15rem;
    margin: 0 auto;
}




/* 左部导航 */
#leftHead {
    position: fixed;
    width: 3.2rem;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/leftHead-bj.png) no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    left: -3.9rem;
    transition: all 1.5s;
}

#leftHead.on {
    left: 0;
}

.leftHead-box {
    height: 100%;
    position: relative;
}

.leftlogo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25%;
}

.leftlogo a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.leftlogo img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    vertical-align: middle;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
/*    width: 1.92rem;*/
}

.leftlink {
    position: absolute;
    left: 0;
    width: 78%;
    height: 12%;
    bottom: 8%;
}

.leftlink ul {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.leftlink ul li {
    float: left;
    width: 33.33%;
}

.leftlink ul li a {
    display: block;
    text-align: center;
    font-size: 0;
}

.leftlink ul li a img {
    display: block;
    margin: 0 auto;
    width: .4rem;
    height: .4rem;
}

.leftlink ul li a p {
    font-size: .16rem;
    color: #ffffff;
    margin-top: .2rem;
}

.leftnav {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 25%;
}

.leftnav ul {
    height: 100%;
    overflow: hidden auto;
}

.leftnav ul li {
    height: 20%;
    font-size: 0;
    text-align: center;
    border-bottom: .01rem solid rgba(255, 255, 255, .1);
}

.leftnav ul li:hover a p {
    font-weight: 600;
}

.leftnav ul li:nth-child(1) {
    width: 100%;
}

.leftnav ul li:nth-child(2) {
    width: 98%;
}

.leftnav ul li:nth-child(3) {
    width: 96%;
}

.leftnav ul li:nth-child(4) {
    width: 93.5%;
}

.leftnav ul li:nth-child(5) {
    width: 91%;
}

.leftnav ul li:nth-child(6) {
    width: 89%;
}

.leftnav ul li:nth-child(7) {
    width: 86%;
}

.leftnav ul li:nth-child(8) {
    width: 84%;
}

.leftnav ul li a {
    display: table;
    width: 100%;
    height: 100%;
}

.leftnav ul li a p {
    display: table-cell;
    vertical-align: middle;
    font-size: .2rem;
    color: #fff;
}


/* 顶部导航 */
#topHead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: .15rem .4rem;
    z-index: 999;
    transition: all 1s;
    top: -1.16rem;
    width: 100%;
}

#topHead.on {
    top: 0;
}

#topHead.bg {
    top: 0;
    /* padding-top: .07rem;
    padding-bottom: .07rem; */
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
}

#topHead.white .toplogo a img {
    display: block;
}

#topHead.white .toplogo a img:first-child {
    display: none;
}

#topHead.white .topBtn img {
    display: block;
}

#topHead.white .topBtn img:first-child {
    display: none;
}

.toplogo {
    float: left;
}

.toplogo a {
    display: block;
}

.toplogo a img {
    display: none;
}

.toplogo a img:first-child {
    display: block;
}

.topBtn {
    position: absolute;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    filter: drop-shadow(0 0 .1rem rgba(0, 0, 0, 0.2));
}

.topBtn img {
    display: none;
    height: .98rem;
}

.topBtn img:first-child {
    display: block;
}

.topnav {
    position: fixed;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2.6rem;
    background: rgba(0, 0, 0, .68);
    z-index: 9;
    right: -3rem;
    transition: all 1s;
}

.topnav.on {
    right: 0;
}

.topnav-box {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    padding-top: .9rem;
    height: 90%;
    bottom: 4%;
}

.topnav ul {
    height: 100%;
    overflow: hidden auto;
}

.topnav ul li {
    position: relative
}


.topnav ul li a {
    display: block;
    line-height: .7rem;
    color: #fff;
    font-size: .2rem;
    padding-left: 20%;
    position: relative;
}

.topnav ul li.sub span {
    height: .7rem;
    width: .5rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.topnav ul li.sub span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: .06rem solid #fff;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
}

.topnav ul li.sub:hover span::after {
    border-top: .06rem solid #12645C;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
}


.topnav ul li:hover {
    background: #fff;
}

.topnav ul li:hover>a {
    color: #1B7269;
}

.topnav ul li:hover>a::after {
    border-top-color: #1B7269;
}

.topnav ul li:hover ul li a {
    color: #666666;
}

.topnav ul li ul {
    border-top: .01rem solid #d2d2d2;
    padding: .08rem 0;
    display: none;
}

.topnav ul li ul li {
    position: relative;
}

.topnav ul li ul li a {
    line-height: .36rem;
    font-size: .16rem;
    margin-left: 20%;
    padding-left: .2rem;
    position: relative;
}

.topnav ul li ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: .1rem;
    height: .03rem;
    transform: translateY(-50%);
    background: #dcdcdc;
}

.topnav ul li ul li a:hover {
    color: #1B7269;
}

.topnav ul li ul li a:hover::before {
    background: #1B7269;
}

.close-topnav {
    position: absolute;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    font-size: 0;
    left: -0.25rem;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    cursor: pointer;
}

.close-topnav img {
    display: inline-block;
    vertical-align: middle;
}

.close-topnav:hover {
    transition: all 0.5s;
    transform: translateY(-50%) rotate(180deg);
}

/* foot */
.foot {
    background: url(../images/f-bg.jpg) no-repeat center center;
    background-size: cover;
}

.f-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0;
}

.f-lg {
    margin-bottom: .3rem;
}

.f-lg img {
    width: 5.12rem;
}

.f-ewm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.f-ewm>div {
    margin: 0 .25rem;
}

.f-ewm>div p {
    color: #333333;
    font-size: .16rem;
    text-align: center;
    margin-top: .1rem;
}

.ewm-box {
    width: 1.1rem;
    height: 1.1rem;
    padding: .1rem;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.ewm-box img {
    width: 100%;
    height: 100%;
}

.f-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.f-r ul li {
    width: 50%;
    padding: .3rem 0;
    border-top: .01rem solid #76BEB6;
    padding-left: .3rem;
}

.f-r ul li:first-of-type{
    width:100%;
}
.f-r ul li:nth-child(2){
    display:none;
}

.f-r ul li:nth-child(-n+2) {
    border: none;
}

.f-r ul li h3 {
    position: relative;
    color: #1B7269;
    font-size: .16rem;
    margin-bottom: .05rem;
}

.f-r ul li h3::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.3rem;
    transform: translateY(-50%);
    width: .11rem;
    height: .11rem;
    background: url(../images/f-sj.png) no-repeat;
    background-size: 100% 100%;
}

.f-r ul li h3::before {
    content: '';
}

.f-r ul li p {
    font-size: .22rem;
    color: #333333;
}

.f-bq {
    text-align: center;
    padding: .25rem 0;
    background: #12645C;
}
.f-bq p {
    display: inline-block;
    color: #ffffff;
    font-size: .16rem;
    line-height: 1.5;
}
.f-bq a {
    display: inline-block;
    color: #ffffff;
    font-size: .16rem;
    line-height: 1.5;
}




@media screen and (max-width:1024px) {
    .px1400 {
        padding: 0 .1rem;
    }

    html {
        font-size: 80px;
    }

    #topHead {
        padding: .1rem;
    }

    .toplogo a img {
        max-height: .45rem;
    }

    .topBtn img {
        max-height: .65rem;
    }

    .topnav ul li a {
        font-size: .16rem;
        line-height: .45rem;
    }

.topnav ul li.sub span{
    height:0.45rem;
}

    .close-topnav {
        width: .38rem;
        height: .38rem;
        line-height: .38rem;
    }

    .close-topnav img {
        max-width: .13rem;
    }

    .topnav-box {
        padding-top: .6rem;
    }

    .f-l {
        width: 100%;
    }

    .f-r {
        width: 100%;
    }

    .f-lg img {
        margin: 0 auto;
        display: block;
        max-width: 90%;
    }

    .f-ewm {
        justify-content: center;
    }

    .f-r ul li h3 {
        display: inline-block;
    }

    .f-r ul li {
        text-align: center;
    }
    .f-top {
        padding: .2rem 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .f-ewm>div:first-of-type{
        display:none;
    }
    
}

@media screen and (max-width:480px) {}