﻿
html {
    color: #333;
}

body {
    font-family: '微软雅黑','Microsoft YaHei','Microsoft YaHei UI', FangSong,STSong,'宋体';
    color: #333;
    margin: 0px;
}

a {
    color: #333;
    text-decoration: none;
}
/** layout 开始 */
/** 页头、导航 开始*/
.mobile-header {
    box-shadow: 0px 2px 8px #eee;
    position: relative;
}
.mobile-header-logo img {
    width: 250px;
    padding: 10px 0px 10px 20px;
}
.menu-side-wrap {
    margin: 30px;
}

.mobile-menu-logo img {
    width: 200px;
    margin: 0px auto;
}

.mobile_nav_ul {
    margin-top: 20px;
    padding: 0px;
    color: #fff;
    list-style: none;
}

.mobile_nav_li {
    margin: 15px 0px;
    overflow: hidden;
    padding-bottom: 12px;
    border-bottom: 1px dashed #1a9588;
}

.mobile_nav_a {
    font-size: 16px;
    /*font-weight:bold;*/
    padding: 10px 0px;
    color: #fff;
}

.mobile_subnav {
    margin: 10px 0px;
    overflow:hidden;
}

.mobile_subnav_a {
    display: block;
    font-size: 12px;
    width: 100%;
    float: left;
    line-height: 24px;
    color: #dafffb;
}

.content-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.content-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.content {
    position: relative;
}

    .content::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        content: '';
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
        transition: opacity 0.4s, transform 0s 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

/* Menu Button */
.menu-button {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1000;
    margin-top: -20px;
    padding: 0px;
    width: 36px;
    height: 35px;
    border: none;
    color: transparent;
    background: transparent;
}

    .menu-button::before {
        position: absolute;
        font-size: 24px;
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        background: linear-gradient(#26b0a1 20%, transparent 20%, transparent 40%, #26b0a1 40%, #26b0a1 60%, transparent 60%, transparent 80%, #26b0a1 80%);
        content: '';
    }

    .menu-button:hover {
        opacity: 0.6;
    }

/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
}

    .close-button::before,
    .close-button::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #fff;
    }

    .close-button::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-button::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* Menu */
.menu-wrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 1001;
    width: 280px;
    height: 100%;
    background: #26b0a1;
    padding: 0px;
    font-size: 16px;
    -webkit-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    overflow-y: scroll;
}

/*.menu,
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

	.icon-list a {
		display: block;
		padding: 0.8em;
		-webkit-transform: translate3d(0,500px,0);
		transform: translate3d(0,500px,0);
	}

	.icon-list,
	.icon-list a {
		-webkit-transition: -webkit-transform 0s 0.4s;
		transition: transform 0s 0.4s;
		-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
		transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	}

		.icon-list a:nth-child(2) {
			-webkit-transform: translate3d(0,1000px,0);
			transform: translate3d(0,1000px,0);
		}

		.icon-list a:nth-child(3) {
			-webkit-transform: translate3d(0,1500px,0);
			transform: translate3d(0,1500px,0);
		}

		.icon-list a:nth-child(4) {
			-webkit-transform: translate3d(0,2000px,0);
			transform: translate3d(0,2000px,0);
		}

		.icon-list a:nth-child(5) {
			-webkit-transform: translate3d(0,2500px,0);
			transform: translate3d(0,2500px,0);
		}

		.icon-list a:nth-child(6) {
			-webkit-transform: translate3d(0,3000px,0);
			transform: translate3d(0,3000px,0);
		}

		.icon-list a span {
			margin-left: 10px;
			font-weight: 700;
		}*/

/* Shown menu */
.show-menu .menu-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

    .show-menu .icon-list a {
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
    }

.show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/** 页头、导航 结束*/
.m_footer {
    background: #26b0a1;
    padding: 30px 0px;
    font-size: 12px;
}

    .m_footer p {
        margin: 8px 0px;
    }
.m_cxgl_block {
    /*overflow: hidden;*/
}

.m_cxgl_item {
    display: block;
    width: 50%;
    float: left;
    text-decoration: none;
}

    .m_cxgl_item .m_cxgl_item_wrap {
        padding: 15px 10px;
        margin: 0px 15px;
        text-align: center;
    }

.m_cxgl_item_wrap:hover {
    box-shadow: 0px 0px 8px 2px #efefef;
}

.m_cxgl_item_wrap div {
    margin-bottom: 15px;
}

.m_cxgl_item_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.m_cxgl_item_wrap span {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    font-size:14px;
}

/* layout 结束 */
.banner-zt {
    display: block;
    margin: 10px auto;
    width: 100%;
    /*max-width: 1920px;*/
    height: auto;
}
/** 定位和翻页 开始*/
.nav_local {
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
}

    .nav_local a {
        font-size: 14px;
        text-decoration: none;
    }

        .nav_local a:hover {
            color: #00b2b3;
        }

    .nav_local .mobile {
        display: none;
    }

.m_page_title {
    font-size: 20px;
    color: #00b2b3;
    margin: 0px;
    padding-bottom: 10px;
}

.m-page {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}

    .m-page .mobile {
        display: none;
    }

    .m-page a, .m-page a:hover {
        color: #00b2b3;
        font-size: 14px;
        margin: 0 3px;
    }

    .m-page .m-page-form.pc {
        display: none;
    }
.m_art {
    margin: 30px 0px;
}

.m_art_title {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.m_art_content {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

    .m_art_content img {
        max-width: 100%;
        height: auto;
    }

    .m_art_content video {
        max-width: 100%;
        height: auto;
    }

    .m_art_content table, .m_art_content tr th, .m_art_content tr td {
        border: 1px solid #555;
    }

    .m_art_content table {
        border-collapse: collapse;
    }

.m_art_intro {
    text-align: center;
    font-size: 14px;
    color: #808080;
    margin-bottom: 30px;
}
/* 定位和翻页 结束*/
/**动画 开始*/
.anima_btn_gmcp {
    animation: a1 3s infinite;
    -webkit-animation: a1 3s infinite;
}

@keyframes a1 {
    0% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.anima_swiper_index {
    animation: a2 5s linear 0s infinite;
    -webkit-animation: a2 5s linear 0s infinite;
}

@keyframes a2 {
    from {
        transform: scale(1.0,1.0);
        /*opacity: 0.9;*/
    }

    to {
        transform: scale(1.1,1.1);
        /*opacity: 1.0;*/
    }
}
/**动画 结束*/
/** ad_Img1 开始 */
.m_ad_big_item {
    margin: 10px;
    overflow: hidden;
}

.m_ad_big_item_img {
    display: block;
    height: 250px;
    overflow: hidden;
}

    .m_ad_big_item_img div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform 3s;
        -webkit-transition: -webkit-transform 3s;
    }

    .m_ad_big_item_img:hover div {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.m_ad_big_item h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin: 10px 0px;
}

.m_ad_big_item p {
    font-size: 14px;
    color: #333;
    line-height: 1.8em;
    margin: 5px 0px;
}

.m_ad_big_item_more {
    display: block;
    float: left;
    padding: 0px 20px;
    line-height: 32px;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 18px;
    font-size: 14px;
    margin-top: 10px;
}

.m_ad_small_item {
    display: block;
    margin: 10px;
    height: 110px;
    overflow: hidden;
}

    .m_ad_small_item div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform 3s;
        -webkit-transition: -webkit-transform 3s;
    }

    .m_ad_small_item:hover div {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
/** ad_Img1 结束*/
/** 文化漓江 开始*/
.m_whlj_item {
    display: block;
    margin: 10px;
    text-decoration: none;
}

.m_whlj_item_img {
    height: 120px;
    overflow: hidden;
}

    .m_whlj_item_img div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform 3s;
        -webkit-transition: -webkit-transform 3s;
    }

    .m_whlj_item_img:hover div {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.m_whlj_item_title {
    text-align: center;
    color: #333;
    text-decoration: none;
}
/** 文化漓江 结束*/
