

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}


/*Ã¦â€°â€¹Ã¦Å“ÂºÃ§Â«Â¯Ã¥Â¤Â´Ã©Æ’Â¨*/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1,
.xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
    /* filter: invert(1);
    -webkit-filter: invert(1); */
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
.xymob-navbtn span,
.xymob-navbtn:after,
.xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after,
.xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav>li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu>li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #09a468;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
    position: absolute;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}

.x-header {
    background: #ffffff;
    padding: 1.30208333% 0;
}

.x-logo {
    float: left;
    width: 15.3125%;
}

.x-logo a {
    display: block;
}

.x-header-right {
    float: right;
    width: 25%;
    text-align: right;
}

.x-header-right #formsearch,
.x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    width: calc(100% - 100px);
    position: relative;
}

.x-header-right #formsearch:before {
    content: '|';
    position: absolute;
    left: 36px;
    top: 5px;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../image/icon_spirit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px;
}

.x-header-right .x-login {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.x-header-right .x-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block;
}

.x-header-right .x-login a {
    color: #000;
}

.x-header-right .x-login a:hover {
    color: #09a468;
}

/* Ã¦â€°Â¥Ã¨Â·Â¯ */
.xa-login {
    position: absolute;
    width: 50%;
    text-align: right;
    top: 0;
    right: 8.33333333%;
}

/* Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â Â·Ã¥Â¼Â */
.x-menu {
    width: 58.75%;
    float: left;
}

.x-menu>li {


    text-align: center;
    float: none;
    position: relative;
}

.x-menu>li:not(:first-child) {
    margin-left: 5.5%;
}



.x-menu .menus a::before {
    content: '';
    position: absolute;
    background: url(../image/d7baa534dd2ea037635d00b92c4aa346323bff58.png);
    bottom: 0px;
    left: calc(50% - 4.5px);
    display: none;
    width: 9px;
    height: 9px;

}

.x-menu .menus:hover a::before {
    display: block;
}

.x-menu>li>a {
    font-size: 0.85vw;
    color: #fff;
    line-height: 64px;
    display: block;
}

.x-menu>li>a:hover {
    color: #fff;
}

.x-menu>li.active>a {}

.x-menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
}

.x-sub-menu {
    top: 80px;
}

.x-menu .lastli {
    width: 6% !important;
}

.x-menu>li.active>a,
.x-menu>li>a:hover {}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 240%;
    left: -70%;
    top: 75px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

/* Ã©Â¦â€“Ã©Â¡ÂµbannerÃ¦Â Â·Ã¥Â¼Â */
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #09a468;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {

    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 1em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;

}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 1em;
    outline: none;
    background: #eee;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
    background: url(../image/5d21f531f0081505e69abbc0c77928fe27cce214.png);
    width: 31px;
    height: 31px;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}























@media (min-width: 1450px) {
    .containers {
        width: 1370px;
        margin: 0px auto;
    }
}







@media (min-width: 1450px) {
    .container {
        width: 1400px;
    }
}

.headers {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.dlogo {
    width: 25%;
    margin-right: 10%;
}

.dlogo a {
    display: block;
}

.dlogo img {
    max-width: 100%;
}

.nnav {
    width: 100%;
}

.h-top {
    /* height: 110px; */
    /* line-height: 110px; */
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.35);
}

.telme {
    float: right;
    position: relative;
    left: 20px;
}

.telme h4 {
    position: absolute;
    top: 7px;
    left: 48%;
    font-size: 14px;
    color: #fff;
}


.bners {
    position: relative;
}

.h-seo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
}


/* ç”¢å“ä¸­å¿ƒ */
.k_cpindex{padding:50px 0;}
.title_index{text-align:center;padding: 20px 0 40px 0;}
.title_index h1{
	
font-size: 30px;
	
font-weight:500;
	
text-transform: uppercase;
}
.xiahua_index{width:60px;height:2px;margin:auto;background: #2b7b6a;margin-top: 20px;margin-bottom: 20px;}

.title_index p{font-size: 22px;color: #2b7b6a;}
.img_index img{width:100%;/* transform: scale(0.8); */}

.left_cp{background:#efefef;padding: 66px 100px;}


.cp_text h3{font-size: 24px;text-align: center;color: #000;padding: 20px 0;}
.cp_text p{line-height: 1.8;font-size:16px;color: #999;padding: 0 114px;text-align: center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.a_cplianjie{width: 180px;height:50px;background:#2b7b6a;margin: auto;text-align: center;line-height: 50px;margin-top: 40px;border-radius: 40px;text-transform: uppercase;}
.a_cplianjie a{color:#fff;font-size:16px;}
.right_cp ul li{width: 48%;float:left;background:#efefef;padding: 50px 20px 30px 20px;margin-left: 4%;margin-bottom: 4%;}
.right_cp ul li:nth-child(1){margin-left:0}
 .right_cp ul li:nth-child(3){margin-left:0}
.text_cp2 h3{font-size: 24px;color: #000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.text_cp2 p{font-size:16px;padding: 10px 0;color: #999;border-bottom: 1px solid #99999982;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


/* é—œæ–¼æˆ‘å€‘ */

.k_about{padding: 20px 0 0 0;background:url(../image/abbei.png);}

.k_about .title_index h1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.k_about  .xiahua_index {
    width: 60px;
    height: 2px;
    margin: auto;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.k_about .title_index p {
    font-size: 24px;
    color: #fff;
}
.about_auto img{width:100%;}
.about_auto{
    padding: 0 50px 0px 50px;
}

.about_text{background:#fff;padding: 20px 30px;transform: translateY(3vw);-ms-transform: translateY(3vw);-webkit-transform: translateY(3vw);box-shadow: 0px 0px 8px 0px #999;}
.about_text p{color:#000;font-size: 18px;}
.about_text a{color:#2b7b6a;text-align:center;font-size: 16px;display: block;text-transform: uppercase;margin: 16px 0 0 0;}


/* ç”¢å“ä¸­å¿ƒä¸­ */
.k_cps{
    margin-top: 120px;
}
.cp_lun{padding: 10px 0 50px 0;}
.cp_lun .swiper-container{padding:50px 30px;}
.k_cps .nav-tabs {
    border-bottom: 0px solid #ddd;
    display: flex;
    justify-content: center;
}

.k_cps .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    background: #ebebeb;
    width: 19%;
    margin-left: 2%;
    text-align: center;
    border-radius: 10px;
}

.k_cps .nav-tabs>li:nth-child(1){margin-left:0;}
.k_cps .nav-tabs>li>a {
	margin-right:0;
    font-size: 18px;
    padding: 5px 12px;
    color: #000;
}

.k_cps .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #2b7b6a;
    border-radius: 10px;
	color:#fff;
}

.k_cp .nav-tabs>li>a:hover {
    border-color: #ebebeb #ebebeb #ebebeb;
}


.k_cp .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #2b7b6a;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 10px;
}

.k_cps .nav-tabs>li.active{   background-color: #2b7b6a;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #2b7b6a;
    border: 1px solid #2b7b6a;
    border-bottom-color: #2b7b6a;
    border-radius: 10px;
}


.cp_lun .swiper-slide p{font-size: 16px;padding:10px 0;color: #000;}





/* æˆ‘å€‘çš„å¯¦åŠ› */
.k_shili{position:relative;}
.shilixian{width:100%;height: 70px;background:#fff;position: absolute;z-index: 9;top: 255px;}
.xian{width:100%;height:3px;background:#999;position: absolute;top: 56px;}
.k_shili .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 25%;
    text-align: center;
    position: relative;
}



.k_shili .nav-tabs>li.active>a{
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: #fff;
    border-radius: 10px;
}

.shuzi{font-size: 80px;font-weight:600;color: #d4d4d4;}

.yuanquan{width:100%;height: 30px;}


.k_shili .nav>li>a:hover .yuanquan{position:relative;z-index:999;}
.k_shili .nav>li>a:hover .shuzi{color:#2b7b6a;}
.k_shili .nav>li>a:hover p{color:#2b7b6a;}

.k_shili .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 22px;
    color:#000;
}

.k_shili .nav-tabs {
    border-bottom: 0px solid #ddd;
}

#certify {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	padding:50px 0;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 780px;
	height: 460px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
	filter: contrast(20%);
}
#certify  .swiper-slide p {
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.5em;
	margin: 0;
	padding: 30px;
	display:none;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-slide-active p{display:block;}
#certify .swiper-slide-active img{display:block;
	filter: contrast(100%);}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}





/* æ–°èžä¸­æ–° */

.k_news{padding:50px 0;}


.news_title h1{font-size:24px;color:#000;font-weight:500;}
.news_title h1 span{font-size:20px;color:#999;font-weight:500;}
.news_title p{margin:20px 0;}
.img_news{position:relative;overflow:hidden}
.yuna_news{position:absolute;width:108px;height:108px;margin:auto;top: -50%;left: 40%;transition: all 0.6s;}


.img_news:hover .yuna_news{display:block;top: 30%;}

.titi_ne{position:absolute;bottom:-50%;width:100%;text-align:center;padding: 15px 0;background: rgb(43 123 106 / 55%);transition: all 0.6s;}
.titi_ne p{font-size: 20px;color: #fff;}
.news_li li{margin:15px 0;color:#999}
.news_li li a{font-size: 16px;color:#999;padding:10px 0;}
.img_news:hover .titi_ne{display:block;bottom:0;}





/*åº•éƒ¨æ ·å¼*/

.hm-footer{
    position: relative;
    background:#222222;
}

.hm-footer::before{
    width: 83.333%;
    background-color: #222222;
    height: 5px;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
}

.wss{
    padding: 3% 15px;
}

.foot-left{
    width: 30.8%;
    float: left;
}

.foot_nav{
    overflow: hidden;
    display: flex;
    justify-content:space-between
}

.foot_nav li {
    float: left;
}

.foot_nav li a{
    color: #ffffff;
    font-size: 18px;
}

.foot_nav li .x-nav-menu dd a{
    color: #848484;
    font-size: 14px;
	line-height: 32px;
}

.foot_nav li .x-nav-menu dd a:hover{
    color: #0d9bff;
}

.foot_nav li .x-nav-menu{
    margin-top: 3vh;
}

.foot-right{
    float: right;
    width: 37.5%;
}

.fr-lx h4{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: normal;
}

.fr-lx h5{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 3vh;
}

.fr-ewm{
    margin-top: 4vh;
}

.fr-ewm h3{
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 1vh;
}

.wx-ewm{
    float: left;
    text-align: center;
}

.ph-ewm{
    float: left;
    text-align: center;
    margin-left: 1.1vw;
}

.hm-floor{
    background-color: #222222;
    border-top:1px solid #333;
}

.hm-floor .fl-all{
    padding: 30px 0px;
}

.fl-left{
    width: 54%;
    float: left;
    color:#848484;
    font-size: 14px;
}

.fl-left a{
    color:#848484;
}

.fl-center{
    width: 15%;
    float: left;
    display: none;
}

.fl-center h3{
    float: left;
    color: #848484;
    font-size: 12px;
}

.fl-center a{
    float: left;
    color: #848484;
}

.fl-right{
    float: right;
    color:#848484;
    line-height: 20px;
}

.fl-right a{
    color:#848484;
    font-size: 14px;
}

.fl-right span{
    color:#848484;
    font-size: 14px;
}

.fl-right a:hover{
    color:#0d9bff;
}

.fl-left a:hover{
    color:#0d9bff;
}

.clink{
    float: left;
    position: relative;
}

.clink:hover{
    cursor: pointer;
}

.sec{
    display: none;
    background-color: #6f6f6f;
    color: #fff;
    position: absolute;
    word-break:break-all; 
    word-wrap:break-word;
    bottom: 30px;
    width: 700%;
}

.x-region{
    font-size: 14px;
}

.slick-vertical .slick-slide{
    border: 0 !important;
}


/* æ‰‹æœºé¡µè„š */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }

    .x-footer-r {
        display: none;
    }
}

.text-danger {
    color: red;
}
/* æ‰‹æ©Ÿç«¯ */


@media (max-width: 768px) {
.h-top{display:none;}


.x-banner{margin-top:60px;}
.k_cpindex {
    padding: 0 0;
}

.title_index h1 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.xiahua_index {
    width: 60px;
    height: 2px;
    margin: auto;
    background: #2b7b6a;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title_index p {
    font-size: 18px;
    color: #2b7b6a;
}

.left_cp {
    background: #efefef;
    padding: 30px;
}
.cp_text h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
    padding: 20px 0;
}

.cp_text p {
    line-height: 1.8;
    font-size: 16px;
    color: #999;
    padding: 0 0;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.a_cplianjie {
    width: 180px;
    height: 40px;
    background: #2b7b6a;
    margin: auto;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    border-radius: 40px;
    text-transform: uppercase;
}
.left_cp {
    background: #efefef;
    padding: 30px;
    margin-bottom: 5%;
}

.col-xs-12{padding:0;}

.text_cp2 h3 {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_cp2 p {
    font-size: 14px;
    padding: 10px 0;
    color: #999;
    border-bottom: 1px solid #99999982;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right_cp ul li {
    width: 48%;
    float: left;
    background: #efefef;
    padding: 30px 10px 15px 10px;
    margin-left: 4%;
    margin-bottom: 4%;
}

.k_about .title_index h1 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.k_about .title_index p {
    font-size: 20px;
    color: #fff;
}

.k_about .xiahua_index {
    width: 60px;
    height: 2px;
    margin: auto;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about_auto {
    padding: 0;
}

.about_text p {
    color: #000;
    font-size: 14px;
}
.about_text {
    margin-top: 20px;
    background: #fff;
    padding: 20px 30px;
    transform: translateY(3vw);
    -ms-transform: translateY(3vw);
    -webkit-transform: translateY(3vw);
    box-shadow: 0px 0px 8px 0px #999;
}

.k_cps {
    margin-top: 60px;
}


.k_cps .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    background: #ebebeb;
    width: 32%;
    margin-left: 2%;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 2%;
}

.k_cps .nav-tabs>li:nth-child(4) {
    margin-left: 0;
}


.k_cps .nav-tabs {
    border-bottom: 0px solid #ddd;
    display: block;
    justify-content: center;
}

.shuzi {
    font-size: 80px;
    font-weight: 600;
    color: #d4d4d4;
    display: none;
}

.yuanquan {
    width: 100%;
    height: 30px;
    display: none;
}

#certify .swiper-slide {
    width: 300px;
    height: 280px;
    background: #fff;
    /* box-shadow: 0 8px 30px #ddd; */
}
#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.shilixian {
    width: 100%;
    height: 70px;
    background: #fff;
    position: absolute;
    z-index: 9;
    top: 255px;
    display: none;
}

.k_shili .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 6px;
    font-size: 16px;
    color: #000;
}

#certify .swiper-slide p {
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 14px;
    margin: 0;
    padding: 10px;

}

#certify .swiper-container {
    padding-bottom: 0;
}

.k_news {
    padding: 20px 0;
}

.news_title h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.news_title h1 span {
    font-size: 16px;
    color: #999;
    font-weight: 500;
}

.k_news  .col-xs-12{margin-bottom:5%}




.foot-left {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}

.foot_nav li a {
    color: #ffffff;
    font-size: 16px;
}

.foot-right {
    float: right;
    width: 100%;
}

.fr-lx h4 {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: normal;
}

.fl-left {
    width: 100%;
    float: left;
    color: #848484;
    font-size: 14px;
}

.fl-right {
    float: right;
    color: #848484;
    line-height: 20px;
    width: 100%;
    padding: 10px 0;
}

.hm-floor .fl-all {
    padding: 20px 0px 50px 0;
}

.k_cps .nav-tabs>li>a {
    margin-right: 0;
    font-size: 14px;
    padding: 5px 12px;
    color: #000;
}

.cp_lun .swiper-container {
    padding: 0 15px 40px 15px;
}

.k_cps .nav-tabs>li.active a {
    background-color: #2b7b6a;
    color: #fff;
}
}


.big-img  img{width:100%;}










