@charset "utf-8";

html,
body {
    width: 100%;
    background: #fff;
}

.header {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}
.van-head.header{
    z-index: 333;
}
.van-head .header-content{
    padding-top: 24px;
}

.header-top-line {
    width: 100%;
    height: 4px;
    background: #005f4a;
}

.header-content {
    width: 1332px;
    margin: 0 auto;
    padding-top: 50px;
    height: 88px;
}

.header-content .logo-a {
    float: left;
    display: block;
    width: 100px;
    height: 80px;
    background: url('/static/front/images/logo.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-top: -10px;
}

.van-head .header-content .logo-a{
    margin-top: 6px;
}

.header-content-ul {
    float: right;
    height: 88px;
    margin-right: 20px;
}

.header-content-ul li {
    float: left;
    padding: 0 25px;
    position: relative;
}

.header-content-ul li a.lidown_a {
    display: block;
    height: 88px;
    font-size: 16px;
    color: #00704A;
    box-sizing: border-box;
    padding-top: 15px;
}

.header-content-ul li.active a.lidown_a {
    color: #007263;
}

.header-content-ul li:hover a.lidown_a {
    color: #007263;
}

.header-content-ul li.li-a-down a.lidown_a::after {
    position: absolute;
    bottom: 22px;
    left: 50%;
    content: "";
    display: block;
    margin-left: -8px;
    width: 0;
    height: 7px;
    border: 7px solid;
    border-color: #005f4a transparent transparent transparent;
}

.header-content-r {
    float: right;
    padding-top: 2px;
    position: relative;
    z-index: 444;
}

.header-content-r-left {
    float: left;
    height: 56px;
    width: 148px;
    background: #00704A;
}

.header-content-r-left a {
    display: block;
    height: 56px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}

.header-content-r-left a span {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
}

.header-content-r-left a span::after {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url('/static/front/images/navright1.png');
    background-size: 100% 100%;
}

.header-content-r-right {
    float: right;
    height: 44px;
    width: 200px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.header-content-r-right span {
    font-size: 14px;
    color: #00704A;
}

.header-content-r-right u {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    width: 0;
    height: 7px;
    border: 7px solid;
    border-color: #005f4a transparent transparent transparent;
}

.mobile-container{width: 94%;margin: 0 auto;}
.mobile-logo img{height: 0.56rem;margin: 0.16rem;}
.mobile-header{
    width: 100%;
    height: 0.88rem;
    margin: 0 auto;
    display: none;
    padding: 0 3%;
    z-index: 4444;
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
}
.mobile-search{background: url(/static/front/images/search_icon.png) no-repeat center;width: 0.4rem;height: 0.4rem;background-size: cover;margin: 0.24rem;}
.diqiu{background: url(/static/front/images/diqiu.png) no-repeat center;width: 0.4rem;height: 0.4rem;background-size: cover;margin: 0.24rem;display: none;}
.mobile-mnue{width: 0.5rem;display: flex;flex-direction: column;justify-content: center;height: 100%;margin-left: 0.19rem;}
.mobile-mnue span{display: inline-block;background: #00704A;width: 100%;height: 2px;margin: 0.05rem 0;}
.mobile-index-top-right{width: 100%;display: none;}
.mobile-index-top-right ul{width: 100%;height: 0.8rem;background: #00704A;}
.mobile-index-top-right ul li{height: 100%;padding: 0 0.3rem;line-height: 0.8rem;color: #fff;font-size: 0.3rem;display: inline-block;}
.mobile-index-top-right_ul{width: 100%;height: 5rem;background-size: 87%;
    float: left;    background-repeat: no-repeat;background-position: right top;}
.mobile-index-top-right-top{margin-top: 1.8rem;}
.mobile-index-top-right-top h5{font-size: 0.6rem;color: #005F4A;margin-bottom: 0.5rem;font-weight: 600;}
.mobile-index-top-right-top p{font-size: 0.3rem;color: #005F4A;line-height: 0.5rem;width: 60%;}
.mobile-footer{display: none;background: url(/static/front/images/footer.jpg) center;    padding: 0.5rem 0;}
.mobile-footer-top{height: 1rem;margin-bottom: 0.47rem;}
.mobile-footer .footer-logo-mobile{height: 1rem;}
.mobile-footer ul.footer-link {
   
}
.mobile-footer .filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.mobile-footer .filter-box {
    position: relative;
}

.mobile-footer .filter-box select {
	display: none;
}

.mobile-footer .filter-text {
	height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 30px 0 10px;
    border: 2px solid #fff;
    margin-top: 0.15rem;
}

.mobile-footer .filter-text input {
	font-size: 14px;
}

.mobile-footer .filter-text .filter-title {
	width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    color: #fff;
}

.mobile-footer .filter-list {
	display: none;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 0.8rem;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto !important;
}

.mobile-footer .filter-list li.filter-null a {
	color: #d2d2d2;
}

.mobile-footer .filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	font-size: 0.26rem;
}

.mobile-footer .filter-list li:hover {
	background-color: #f2f2f2;
}

.mobile-footer .filter-list li.filter-selected {
	background-color: #00704A;
}

.mobile-footer .filter-list li.filter-selected a{
	display: block;
	color: #fff;
}

.mobile-footer .filter-list li.filter-disabled {
	background-color: #fff;
}

.mobile-footer .filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

.mobile-footer .filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}

.mobile-footer .icon {
	position: absolute;
}

.mobile-footer .icon-filter-arrow {
	width: 0.24rem;
    height: 0.14rem;
    background-repeat: no-repeat;
    background-image: url(/static/front/images/white-arr.png);
    background-size: 100%;
    right: 10px;
    top: 0.28rem;
    transition: all .2s;
}

.mobile-footer .icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-footer .filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.mobile-footer .filter-list::-webkit-scrollbar-track {
	background: #fff 
}

.mobile-footer .filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}

.mobile-footer ul.footer-link li{    display: inline-block;
    color: #fff;
    margin-left: 0.08rem;}
.mobile-footer ul.footer-link li a{    font-size: 0.26rem;
    color: #fff;
    margin-right: 0.15rem;}
.mobile-footer p{text-align: center;font-size: 0.24rem;color: #fff;
    margin-top: 0.2rem;}
.mobile-footer p a{color: #fff;font-size: 0.24rem;}
.mobile-nav{width: 100%;top: 0.88rem;transition: 0.3s;position: fixed;right: 100%;z-index: 99999;}
.mobile-nav-l{width: 50%;height: 100%;background: #006650;}
.mobile-nav-r{width: 50%;height: 100%;background: #F5F5F5;}
.mobile-nav-l ul{width: 100%;}
.mobile-nav-l ul li{width: 100%;height: 1rem;line-height: 1rem;text-align: center;border-bottom: 1px solid #297A69;position: relative;}
.mobile-nav-l ul li.active{background: #005F4A;}
.mobile-nav-l ul li a{font-size: 0.3rem;color: #fff;}
.mobile-nav-r ul{width: 100%;display: none;}
.mobile-nav-r ul li{width: 100%;height: 1rem;line-height: 1rem;text-align: center;border-bottom: 1px solid #E5E5E5;}
.mobile-nav-r ul li a{font-size: 0.3rem;color: #666;}
.mobile-nav-l ul li.active:after {
    border-top: 0.2rem solid transparent;
    border-bottom: 0.2rem solid transparent;
    border-right: 0.2rem solid #F5F5F5;
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    top: 0.3rem;
}
.mobile-search-box{width: 100%;height: 0.88rem;position: fixed;top: 0;background: #fff;padding: 0 0.2rem;z-index: 99999;display: none;}
.mobile-search-box form{width: 100%;height: 100%;}
.mobile-search-input{border: 1px solid #bbbbbb;
    width: 100%;
    height: 0.68rem;
    background: none;
    line-height: 0.68rem;
    color: #333;
    font-size: 0.28rem;
    text-indent: 15px;
    margin-top: 0.1rem;
}
.mobile-search-btn{
	width: 0.68rem;
    height: 0.68rem;
    border: 0;
    position: absolute;
    right: 0.67rem;
    top: 0.1rem;
    cursor: pointer;
    background: url(/static/front/images/mobile-search-white.png) no-repeat center;
        background-size: 0.4rem;
    background-color: #008c85;
 }
.close_Arr{
	    width: 0.68rem;
    height: 0.68rem;
    background-image: url(/static/front/images/cloose1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0;
    position: absolute;
    right: -0.01rem;
    top: 0.1rem;
    cursor: pointer;
    background-size: 61%;
}








.index-content{
    width: 100%;
    position: relative;
    padding-top: 304px;
    padding-bottom: 280px;
    z-index: 10;
}

.index-content-main {
    width: 1332px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 28px;
}

.index-content-main-title {
    display: block;
}

.index-content-main-p {
    padding-top: 40px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    width: 610px;
    margin-left: 14px;
}

.index-content-main-a {
    display: block;
    margin-left: 14px;
    margin-top: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #009689;
    color: #009689;
    font-size: 14px;
    /* line-height: 40px; */
    /* text-align: center; */
    position: relative;
}
.index-content-main-a:hover .uparr{
	margin-top: -2px;
}

.index-content-main-a span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border: #009689 solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: 0.3s
}

.index-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: #eff6f4 transparent;
    border-width: 0 298px 298px 0;
    border-style: solid;
}

.index-bottom-left img {
    display: block;
    position: absolute;
    left: 66px;
    top: 30px;
}

.index-top-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 65.6%;
    /* width: 1260px;
    height: 942px;
    background: url('/static/front/images/index/indextopright.png');
    background-size: 100% 100%; */
}

.index-top-right .index-top-right-img {
    width: 100%;
    display: none;
}

.index-top-right-top {
    position: absolute;
    bottom: 32%;
    right: 11.5%;
    width: 27%;
    text-align: center;
    overflow: initial !important;
}

.index-top-right-top h5 {
    font-size: 42px;
    color: #fff;
}

.index-top-right-top p {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    padding-top: 30px;
}
.index-top-right-top a {
    width: 24px;
    height: 10px;
    display: block;
    position: absolute;
    background: url(/static/front/images/vvarr.png) no-repeat center;
    right: -30px;
    bottom: 11px;
    transition: 0.3s;
}
.index-top-right-top a:hover{right: -40px;}

.index-top-right-ul {
    position: absolute;
    bottom: 21.5%;
    right: 6%;
    z-index: 4;
}

.index-top-right-ul li {
    float: left;
    font-size: 24px;
    color: #00704A;
    cursor: pointer;
    padding: 0 20px;
}
.index-top-right-ul li:hover,.index-top-right-ul li.on{font-weight: 600;}

/*Ê×Ò³ÏÂÀ­*/
.top-slider .filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.top-slider .filter-box {
    position: relative;
}

.top-slider .filter-box select {
	display: none;
}

.top-slider .filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 10px;
	background: #fff;
}

.top-slider .filter-text input {
	font-size: 14px;
}

.top-slider .filter-text .filter-title {
	width: 100%;
	height: 44px;
	line-height: 44px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
	color: #00704A;
    text-align: center;
}

.top-slider .filter-list {
	display: none;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 46px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto !important;
}

.top-slider .filter-list li.filter-null a {
	color: #d2d2d2;
}

.top-slider .filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
    text-align: center;
}

.top-slider .filter-list li:hover {
	background-color: #00704A;
}

.top-slider .filter-list li.filter-selected {
	background-color: #00704A;
}

.top-slider .filter-list li.filter-selected a{
	display: block;
	color: #fff;
}
.top-slider .filter-list li a:hover{
	color: #fff;
}

.top-slider .filter-list li.filter-disabled {
	background-color: #fff;
}

.top-slider .filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

.top-slider .filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}

.top-slider .icon {
	position: absolute;
}

.top-slider .icon-filter-arrow {
	width: 14px;
	height: 7px;
	background-repeat: no-repeat;
    background-image: url(/static/front/images/arr_icon.png);
    background-size: 100%;
    right: 10px;
    top: 18px;
    transition: all .2s;
}

.top-slider .icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.top-slider .filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.top-slider .filter-list::-webkit-scrollbar-track {
	background: #fff 
}

.top-slider .filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}


.header-form{width: 55px;height: 55px;position: relative;}
.header-sub{background-image: url(/static/front/images/index-ss.png);background-size: 25px;background-position: center;width: 55px;height: 55px;position: absolute;top: 0;right: 0;z-index: 2;background-color: transparent;
    border: none;background-repeat: no-repeat;}
.header-input{width: 318px;height: 100%;font-size: 14px;color: #333;text-indent: 15px;display: none;background-color: #fff;    float: right;border: none;}
.header-input::placeholder{color: #00704A;}

.header-form:hover  .header-sub{background-color: #fff;}
.header-form:hover .header-input{display: block;}

/* ÒÆ¶¯¶Ë */
@media only screen and (max-width: 750px) {}