@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

body {
    font: 16px/1.8 "syhtN";
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    /*overflow: hidden*/
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #00a299;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}



@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}

@font-face {
    font-family: 'syst';
    src: url(../font/SourceHanSerifCN-SemiBold-7.otf);
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #00a299;
}

img {
    border: none;
    max-width: 100%;
}

ul {
    zoom: 1;
}

ul:after {
    display: block;
    content: '';
    clear: both;
}

input {
    font-family: 'syhtN';
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}



.w1532 {
    width: 80%;
    margin: 0 auto;
}

/* top */
.header-nav {
    width: 100%;
    padding: 0.18rem 0;
    background: #00a299;
}

.header-nav .w1532 {
    display: flex;
    align-items: center;
}

.header-nav ul {
    display: flex;
    margin-right: 0.16rem;
}

.header-nav ul li {
    width: 1.1rem;
    height: 0.3rem;
    border-radius: 0.05rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 0.12rem;
}

.header-nav ul li:last-child {
    margin-right: 0;
}

.header-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.17rem;
    color: #fff;
    font-weight: normal;
}

.header-nav ul li.active {
    background: #e3a659;
    border: 1px solid #e3a659;
}

.header-nav ul li.active a {
    font-weight: bold;
}

.header-nav ul li:hover {
    background: #e3a659;
    border: 1px solid #e3a659;
}

.header-nav ul li:hover a {
    font-weight: bold;
}

.h-search {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.h-search img {
    display: block;
    width: 0.18rem;
}

.header-content .w1532 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-logo {
    width: 4.24rem;
}

.h-logo img {
    display: block;
    width: 100%;
}

.h-menu ul {
    display: flex;
}

.h-menu ul li {
    font-size: 0.2rem;
    color: #111111;
    line-height: 1.3rem;
    margin-right: 0.6rem;
    position: relative;
}

.h-menu ul li:last-child {
    margin-right: 0;
}

.h-menu ul li>a {
    white-space: nowrap;
    color: #111111;
}

.h-menu ul li:hover>a {
    color: #00a299;
}

.h-menu ul li dl {
    width: 2rem;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1rem;
    z-index: 99;
    background: #fff;
    padding: 0rem 0.1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition-duration: 0.3s;
}

.h-menu ul li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.h-menu ul li dl dd {
    font-size: 0.16rem;
    text-align: center;
    line-height: 1.4;
    border-bottom: 1px dashed #c1c1c1;
}

.h-menu ul li dl dd:last-child {
    border-bottom: none;
}

.h-menu ul li dl dd a {
    display: block;
    padding: 0.12rem 0.1rem;
    color: #333;
    transition-duration: 0.3s;
}

.h-menu ul li dl dd:hover a {
    color: #00a299;
}

.home-title {
    margin-bottom: 0.34rem;
}

.home-title h3 {
    font-size: 0.48rem;
    color: #111111;
    text-align: center;
    line-height: 1;
    font-family: 'syst';
    text-transform: uppercase;
}

.home-title-line {
    margin: 0.24rem auto 0;
    width: 2.44rem;
    height: 1px;
    background: #d1d1d1;
    position: relative;
}

.home-title-line:after {
    display: block;
    content: '';
    width: 0.48rem;
    height: 3px;
    background: #00a299;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* top */


/* 弹窗 */

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 7rem;
    padding: 0.7rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 {
    width: 65%;
    padding: 0.55rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 6px;
}

.dialogTop {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
    font-size: 16px;
    color: #111;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #00a299;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */


/* 底部 */
.footer {
    padding: 0.4rem 0;
    background: #00a299;
}

.footer .w1532 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 4.24rem;
}

.footer-logo img {
    display: block;
    width: 100%;
}

.footer-link {
    display: flex;
    justify-content: flex-end;
}

.footer-link ul {
    display: flex;
    align-items: center;
}

.footer-link ul li {
    width: 0.4rem;
    margin-right: 0.12rem;
    position: relative;
}

.footer-link ul li:last-child {
    margin-right: 0;
}

.footer-link ul li a {
    display: block;
}

.footer-link ul li>img {
    display: block;
    width: 100%;
}

.footer-fr {
    width: 41%;
}

.footer-message ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-message ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.05rem;
    margin-right: 0.14rem;
}

.footer-message ul li:last-child {
    width: 100%;
}

.footer-message ul li:nth-last-child(-n+2) {
    margin-right: 0;
}

.footer-message ul li img {
    display: block;
    width: 0.22rem;
}

.footer-message ul li p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.4;
    margin-left: 0.08rem;
}







/* 底部 */


/*手机端导航*/
.mobile-header {
    display: none;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}

.mobile-header-nav {
    padding: 0 4%;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #00a299;
    position: relative;
    z-index: 20;
}

.mobile-header-nav ul {
    display: flex;
}

.mobile-header-nav ul li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 26px;
    position: relative;
}

.mobile-header-nav ul li:before {
    display: block;
    content: '';
    width: 1px;
    height: 14px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-header-nav ul li:first-child {
    padding-right: 24px;
}

.mobile-header-nav ul li:first-child:before {
    width: 14px;
    height: 1px;
    left: auto;
    right: 0;
}

.mobile-header-nav ul li:nth-child(2):before {
    display: none;
}

.mobile-header-nav ul li.on a {
    color: #00a299 !important;
}

.mobile-header-box {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    height: 75px;
    zoom: 1;
    z-index: 20;
}

.mobile-header-box:after {
    display: block;
    content: '';
    clear: both;
}

.mobile-logo {
    float: left;
    width: 198px;
    padding-top: 5px;
    margin-left: 2%;
}

.mobile-logo img {
    display: block;
}

.mobile-inner-header-icon {
    color: #00a299;
    background: #fff;
    height: 55px;
    font-size: 25px;
    text-align: center;
    width: 55px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 20;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 5px) / 2);
    width: 30px;
    height: 3px;
    background-color: #00a299;
    transition-duration: 0.5s;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    width: 20px;
}

.active_mobile span:nth-child(3) {
    opacity: 0;
}

.active_mobile span:nth-child(1) {
    transform: rotate(45deg);
    width: 30px;
}

.active_mobile span:nth-child(2) {
    transform: rotate(-45deg);
    width: 30px;
}

.mobile-search {
    float: right;
    width: 27px;
    height: 27px;
    margin-top: 14px;
    margin-right: 70px;
}

.mobile-search img {
    display: block;
    width: 100%;
}

.mobile-panel {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 10;
    padding-top: 100px;
    overflow-y: scroll;
}

.mobile-menu {
    width: 100%;
}

.mobile-menu ul li {
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-menu ul li>a {
    color: #333;
    display: block;
    padding: 10px 4%;
    position: relative;
}

.down-p>a:before {
    display: block;
    content: '';
    width: 16px;
    height: 9px;
    background: url(../images/mobile-jt.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -4.5px;
    transition-duration: 0.5s;
}

.mobile-menu ul li.hover>a {
    background: #ccc;
}

.mobile-menu ul li.hover>a:before {
    transform: rotate(180deg);
}

.mobile-menu ul li dl {
    display: none;
    padding: 0 20px 10px;
    background: #ddd;
}

.mobile-menu ul li dl dd {
    font-size: 16px;
    line-height: 2;
}

.other-web {
    width: 280px;
    padding-left: 10px;
    position: absolute;
    top: 7px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
}

.other-web-info {
    display: inline-block;
}

.webBtn-icon {
    width: 36px;
    margin: 0 auto;
}

.webBtn-icon img {
    display: block;
    width: 100%;
}

.other-web-info p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.pageN p {
    font-size: 16px !important;
    color: #f1c97b !important;
}

.mobile-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 8;
}


@media only screen and (max-width: 1440px) {
    .h-menu ul li {
        font-size: 0.22rem;
    }

    .h-menu ul li dl dd,
    .footer-message ul li p {
        font-size: 0.2rem;
    }

}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1088px) {

    html {
        font-size: 5.8666vw !important;
    }
}

@media only screen and (max-width: 1090px) {
    .w1516 {
        width: 82.96%;
    }
}

@media only screen and (max-width: 769px) {}

@media only screen and (max-width: 540px) {
    html {
        font-size: 13.3333vw !important;
    }

    .header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .w1532 {
        width: 92%;
    }

    .home-title h3 {
        font-size: 20px;
    }

    .footer .w1532 {
        display: block;
    }

    .footer-logo {
        width: 231px;
    }

    .footer-fr {
        width: 100%;
        margin-top: 20px;
    }

    .footer-link {
        justify-content: flex-start;
    }

    .footer-link ul li {
        width: 30px;
    }

    .footer-message {
        margin-top: 20px;
    }

    .footer-message ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer-message ul li {
        align-items: flex-start;
        margin-bottom: 5px;
    }

    .footer-message ul li:last-child {
        margin-bottom: 0;
    }

    .footer-message ul li img {
        width: 14px;
    }

    .footer-message ul li p {
        font-size: 14px;
        width: calc(100% - 14px);
        padding-left: 5px;
    }
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}