@import url(/cn/css/layout.css);

/* ==========================================================================
   common part
========================================================================== */
.pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.bgimg {
    width: 100%;
}

.upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.pic:hover .upimg {
    transform: scale(1.05);
}

/* 没有放大效果 */
.upimg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* 居中对齐 */
.upimg3 {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s;
}

.pic:hover .upimg3 {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
}










/* ==========================================================================
   第一？閜art01 / module01
========================================================================== */
.part01 {
    padding: 1.35rem 0;
}

.home_about {
    justify-content: space-between;
}

.part01_right {
    width: 48%;
}

.part01_left {
    width: calc(52% - 1.35rem);
    display: flex;
    flex-direction: column;
}

.home_title {
    font-size: .48rem;
    font-weight: 500;
    color: #000;
}

.part01_intro {
    font-size: .22rem;
    font-weight: 400;
    color: #444444;
    line-height: .42rem;
    margin-top: .8rem;
}

.ckgd {
    margin-top: auto;
    width: 2.13rem;
    height: .61rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #009E9A;
    position: relative;
    overflow: hidden;
}

.ckgd:hover {
    color: #FFFFFF;
}

.ckgd:after {
    content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: -100px;
    background: white;
    width: 50px;
    height: 125px;
    opacity: 20%;
    transform: rotate(-45deg);
}

.ckgd:hover:after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.3, 1, 0.2, 1);
}

.ha_list {
    margin-left: -0.32rem;
}

.ha_list li {
    width: calc(50% - 0.32rem);
    margin-left: .32rem;
}

.ha_list li:nth-child(1) {
    margin-bottom: .32rem;
}

.ha_list li:nth-child(2) {
    margin-bottom: .32rem;
}

.ha_list li:nth-child(1) .ha_box {
    border-top-left-radius: 0;
}

.ha_list li:nth-child(2) .ha_box {
    border-top-right-radius: 0;
}

.ha_list li:nth-child(3) .ha_box {
    border-bottom-left-radius: 0;
}

.ha_list li:nth-child(4) .ha_box {
    border-bottom-right-radius: 0;
}

.ha_box {
    border: 1px solid #DADAE4;
    border-radius: .28rem;
    padding: .5rem;
    box-sizing: border-box;
    height: 100%;
}

.timer {
    font-size: .72rem;
    line-height: 1;
    font-weight: bold;
    color: #009E9A;
    display: inline-block;
}

.ha_unit {
    font-size: .18rem;
    line-height: 1;
    font-weight: 400;
    color: #666666;
    margin-left: .15rem;
    vertical-align: .4rem;
    display: inline-block;
}

.ha_info {
    font-size: .18rem;
    font-weight: 400;
    color: #555555;
    margin-top: .3rem;
}


@media only screen and (max-width: 768px) {
    .part01 {
        padding: 30px 0;
    }
}


@media only screen and (max-width: 500px) {

    .part01_left,
    .part01_right {
        width: 100%;
    }

    .ckgd {
        margin: 10px 0 15px;
    }

    .part01_intro {
        margin-top: 10px;
    }
}









/* ==========================================================================
   第二模块part02 / module02
========================================================================== */
.part02 {
    background: url(/cn/images/home_probg.png) no-repeat center;
    background-size: cover;
    padding: 1.1rem 0;
}

.home_area {
    justify-content: space-between;
    align-items: center;
}

.home_info {
    font-size: .18rem;
    font-weight: 400;
    color: #555555;
    margin-top: .2rem;
}

.ckgd2 {
    width: 1.78rem;
    height: .46rem;
    border: 1px solid #DADAE4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .23rem;
    font-size: .18rem;
    font-weight: 400;
    color: #555555;
    transition: all .3s;
}

.ckgd2:hover {
    background-color: #009E9A;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.homePro_list {
    margin-top: .5rem;
}

.home_pro {
    background-color: #fff;
    padding: .3rem;
    margin: .2rem 0;
    border: 1px solid #DADAE4;
    box-shadow: 0px 5px 20px 0px rgba(14, 39, 80, 0.14);
    border-radius: .15rem;
}

.homePro_frame {
    border-top: 1px solid rgba(0, 158, 154, 0.2);
    padding: .3rem 0;
}

.hp_name {
    font-size: .24rem;
    font-weight: 500;
    color: #009E9A;
    text-align: center;
    margin-bottom: .08rem;
}

.hp_intro {
    font-size: .18rem;
    line-height: 1.5;
    color: #555555;
    text-align: center;
    font-weight: 400;
    height: .54rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homePro_list.owl-theme .owl-dots .owl-dot.active span {
    width: .49rem;
    height: .11rem;
    background-color: #009E9A;
}

.homePro_list.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #009E9A;
}

.homePro_list.owl-theme .owl-dots .owl-dot span {
    width: .11rem;
    height: .11rem;
    background-color: transparent;
    border: 1px solid #009E9A;
    transition: all .3s;
}

@media only screen and (max-width: 768px) {
    .part02 {
        padding: 30px 0;
    }
}










/* ==========================================================================
   第三？閜art03 / module03
========================================================================== */
.part03 {
    padding: 1.29rem 0 .9rem;
}

.home_news {
    margin-top: .85rem;
    justify-content: space-between;
}

.homeNews_left {
    width: calc(40% - .64rem);
}

.homeNews_right {
    width: 60%;
    box-sizing: border-box;
    border-left: 1px solid #ececec;
    padding-left: .64rem;
}

.homeNews_box {
    background-color: #F7F7F7;
    height: 100%;
}

.homeNews_area {
    padding: .5rem .4rem;

}

.homeNews_title {
    font-size: .24rem;
    font-weight: 500;
    color: #333333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homeNews_title:hover {
    color: #009E9A;
}

.homeNews_info {
    font-size: .18rem;
    font-weight: 400;
    color: #999999;
    line-height: .3rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: .3rem 0 .45rem;
}

.homeNews_tool {
    justify-content: space-between;
    align-items: center;
}

.homeNews_date {
    font-size: .16rem;
    font-weight: 400;
    color: #AFAFAF;
}

.homeNews_all {
    font-size: .16rem;
    font-weight: 400;
    color: #009E9A;
    align-items: center;
}

.homeNews_all .all_arrow {
    margin-left: .06rem;
}

.homeNews_all:hover .all_arrow {
    animation: move .6s forwards;
}

@keyframes move {
    49% {
        transform: translateX(100%);
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        transform: translateX(-100%);
        opacity: 1;
    }
}

.homeNews_box_small {
    justify-content: space-between;
    padding-bottom: .64rem;
    border-bottom: 1px solid #ececec;
}

.homeNews_box_small:first-child {
    margin-bottom: .64rem;
}

.homeNews_box_small .pic {
    width: 44%;
}

.homeNews_small_right {
    width: calc(56% - .32rem);
}

.homeNews_small_right .homeNews_info {
    font-size: .16rem;
    line-height: .24rem;
}

.tzgg_box {
    margin-top: .3rem;
    justify-content: space-between;
    background: url(/cn/images/home07.png) no-repeat;
    background-size: cover;
    height: .79rem;
}

.tzgg_left {
    width: 1.2rem;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    font-weight: 500;
    color: #F7F7F7;
}

.tzgg_right {
    width: calc(100% - 2.06rem);
    align-items: center;
}

.tzgg_list li {
    margin-right: .65rem;
    font-size: .16rem;
    font-weight: 500;
    color: #666666;
    width: auto !important;
}

@media only screen and (max-width: 768px) {
    .part03 {
        padding: 30px 0;
    }

    .tzgg_list li {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .home_news {
        margin-top: 20px;
    }

    .homeNews_left,
    .homeNews_right {
        width: 100%;
    }

    .homeNews_right {
        padding-left: 0;
        border-left: none;
        margin-top: 20px;
    }

    .homeNews_box_small:first-child {
        margin-bottom: 20px;
    }

    .homeNews_box_small {
        padding-bottom: 20px;
    }

    .homeNews_all .all_arrow {
        max-width: 25%;
    }

}













/* ==========================================================================
   第四？閜art04 / module04
========================================================================== */
.part04 {
    background-color: #FBFBFB;
    padding: 0.94rem 0 1rem;
}

.homeContact_list li {
    width: 33.33%;
    padding: 0 .6rem;
    box-sizing: border-box;
}

.homeContact_list li:nth-child(2) {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.hc_box {
    flex-wrap: nowrap;
}

.hc_img img {
    max-width: 100%;
}

.hc_area {
    margin-left: .3rem;
}

.hc_title {
    font-size: .3rem;
    font-weight: 400;
    color: #333333;
}

.hc_desc {
    margin-top: .3rem;
    font-size: .16rem;
    font-weight: 400;
    color: #444444;
    line-height: .3rem;
    height: 1.2rem;
}

.ckgd_box {
    justify-content: flex-end;
    margin-top: .4rem;
}

.ckgd_btn {
    align-items: center;
}

.ckgd_css {
    color: #009E9A;
    margin-left: .15rem;
    font-size: 14px;
    font-weight: 400;
    color: #009E9A;
}

.ckgd_circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 5px 20px 0px rgba(14, 39, 80, 0.1);
}

.ckgd_circle .circle {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 1px;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.ckgd_circle .arrow {
    fill: #009E9A;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.ckgd_btn:hover svg {
    fill: none;
}

.ckgd_btn:hover svg .circle {
    fill: transparent;
    stroke: #009E9A;
    stroke-width: 1;
    -webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
    animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}

.ckgd_btn:hover svg .arrow {
    -webkit-animation: arrow 1.5s forwards ease-in-out;
    animation: arrow 1.5s forwards ease-in-out
}


@keyframes arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    40% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media only screen and (max-width: 768px) {
    .part04 {
        padding: 30px 0;
    }

    .homeContact_list li {
        padding: 0 5px;
    }

}

@media only screen and (max-width: 500px) {
    .homeContact_list li {
        width: 100%;
        padding: 20px 0;
    }

    .homeContact_list li:nth-child(2) {
        border: none;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }
}







/* ==========================================================================
   footer
   ========================================================================== */
footer {
    font-size: .16rem;
    padding-top: 1.4rem;
    color: #fff;
    position: relative;
    background: url(/cn/images/footerbg.png) no-repeat right;
    background-size: cover;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer img {
    max-width: 100%;
}
footer .ewm_box img {
    max-width: 120px;
}

.foot_line {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    margin-top: .8rem;
}

.footer-nav {
    text-align: justify;
}

.fn-col {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    margin-bottom: .4rem;
    font-size: .22rem;
    color: #fff;
}

.fn-col li {
    line-height: 2;
    font-size: .16rem;
    color: #fff;
}

.ewm_main {
    margin-left: -0.32rem;
}

.ewm_box {
    margin-left: .32rem;
}

.ewm_name {
    font-size: .14rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: .14rem;
}

.foothd {
    padding: .3rem 0 .4rem;
    align-items: center;
    justify-content: space-between;
}

.foothd_box {
    font-size: .18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: .32rem;
    align-items: center;
}

.logo_white {
    margin-right: .45rem;
}

.dorp_box {
    background-color: #33B1AE;
    height: .5rem;
    line-height: .5rem;
    border-radius: .08rem;
    position: relative;
    margin-top: .35rem;
}

.dorp_box::after {
    content: "";
    position: absolute;
    top: .18rem;
    right: .2rem;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}

.dorp_box:hover::after {
    transform: rotate(225deg);
    top: .22rem;
}

.dorp_title {
    font-size: .16rem;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: .2rem;
}

.dorpmenu {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: .08rem;
    display: none;
    overflow: hidden;
    padding: 10px 0;
}

.drop_item {
    display: block;
    padding-left: .2rem;
    font-size: .16rem;
    font-weight: 400;
    color: #333333;
    height: .4rem;
    line-height: .4rem;
}

.drop_item:hover {
    background-color: #33B1AE;
}


@media only screen and (max-width: 1024px) {
    .fn-ewm {
        display: none;
    }
}

@media only screen and (max-width: 500px) {

    .foot_line,
    .footer-nav {
        display: none;
    }

    footer {
        padding-top: 0;
    }

    .logo_white {
        max-width: 25%;
    }

    .foothd {
        justify-content: center;
    }

}<!--0.00020503997802734-->