/*头部样式*/
header{
    background:#fff;
    padding:.2rem 0;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
}
header .wologo{
    text-align: center;
    width:93%;
}
header .wologo img{
    display:inline-block;
    width:2rem;
    height:.7rem;
}
header .navbtn span{
    display:inline-block;
    margin-top:.1rem;
    font-size:.4rem;
    color:#000;
    font-weight:550;
}
/*底部样式*/
footer{
    background:#fff;
    padding:.18rem 0;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:88;
	border-top:1px solid #CCC;

	 
}
footer ul li{
    float: left;
    width:25%;
    text-align: center;
	 font-family:"黑体"
}
footer ul li a{
    display:block;
    color:#666;
}
footer ul li a .icon{
    font-size:.43rem;
}
footer ul li a p{
    font-size:.3rem;
    line-height:.4rem;
}
/*导航样式*/
nav{
    padding-top:.7rem;
    border-top:1px solid #000;
    padding-bottom:.3rem;
    z-index:999;
    display:none;
    position:fixed;
    top:1.1rem;
    background:#fff;
    width:100%;
}
nav ul li{
    float: left;
    width:25%;
}
nav ul .hot>a::after{
    display: block;
    content: "";
    width: .43rem;
    height: .27rem;
    background-image: url(../images/nav_hot.jpg);
    background-size:cover;
    position: absolute;
    right: .1rem;
    top: -.1rem;
}
nav ul li a{
    text-align: center;
    display:block;
    position:relative;
}
nav ul li a i{
    display:inline-block;
}
nav ul li a .icon{
    font-size:.5rem;
    color:#63b62f;;
}
nav ul li a p{
    color: #333333;
    font-size:.24rem;
    line-height:.9rem;
}
/*遮罩层样式*/
.mask{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index:99;
}
.content{
    position:relative;
}
.content .banner img{
    width:100%;
}
/*标题样式*/
.content .pub-title{

 }
.content .pub-title .t1{
    text-align: center;
    margin-bottom:.2rem;
}
.content .pub-title .t1 span{
    font-size:.3rem;
    font-weight:600;
    color: #333333;
    position:relative;
}
.content .pub-title .t1 i::after{
    display: inline-block;
    content: "";
    width: 1.1rem;
    height: 2px;
    background-color: #63b62f;
    position: absolute;
    top: .2rem;
    right:-1.4rem;
}
.content .pub-title .t1 span::before{
    display: inline-block;
    content: "";
    width: 1.1rem;
    height: 2px;
    background-color: #63b62f;
    position: absolute;
    top: .2rem;
    left:-1.4rem;
}
.content .pub-title .t2{
    text-align: center;
    font-size:.18rem;
    color:#666;
	font-family: Arial, Helvetica, sans-serif
}
/*查看更多*/
.content .read-more a{
    display:block;
    width:100%;
    background:#63b62f;
    text-align: center;
    height:1rem;
    line-height:1rem;
    color:#fff;
    font-size:.3rem;
}
.content .a-link a{
    display:block;
    width:100%;
    background:#63b62f;
    text-align: center;
    height:1rem;
    line-height:1rem;
    color:#fff;
    font-size:.3rem;
}
/*内容底部样式*/
.content .content-footer{
    background:#fff;
    padding:.2rem 0;
}
.content .content-footer .top{
    width:6.64rem;
    margin:.4rem auto;
}
.content .content-footer .top .contact{
    width:3rem;
    text-align: center;
    border-right:1px solid #63b62f;
}
.content .content-footer .top .contact .logo img{
    width:1.68rem;
    height:.7rem;
    display:inline-block;
    padding-bottom:.2rem;
    border-bottom:1px solid #63b62f;
}
.content .content-footer .top .contact .phone{
    color: #63b62f;
    font-size:.26rem;
    margin-top:.2rem;
    font-weight:550;
    margin-right: .3rem;
}
.content .content-footer .top .contact .phone .icon{
    font-size:.3rem;
    color: #63b62f;
    display: inline-block;
    margin-right: .15rem;
}
.content .content-footer .top .introduce{
    margin-left:.4rem;
}
.content .content-footer .top .introduce .year-img img{
    width:1.9rem;
    height:.5rem;
    position:relative;
    top:-.2rem;
    left:.5rem;
}
.content .content-footer .top .introduce .promise .title{
    font-weight:bold;
    color: #63b62f;
    font-size:.52rem;
    margin-bottom:.2rem;
    text-align: center;
    margin-top:-.1rem;
}
.content .content-footer .top .introduce .promise .text{
    width:3rem;
    height:.5rem;
    text-align: center;
    font-size: .26rem;
    line-height:.5rem;
    color: #63b62f;
    border: 1px solid #63b62f;
}
.content .content-footer .bottom{
    font-size:.24rem;
    text-align: center;
}
/*品牌故事导航*/
.content .brand-nav {
    border-bottom: .2rem solid #eaeaea; }
.content .brand-nav ul li {
    float: left;
    width: 25%; }
.content .brand-nav ul li a {
    width: 100%;
    display: block;
    padding: .4rem 0;
    text-align: center;
    box-sizing: border-box;
    color: #333; }
.content .brand-nav ul li .cur {
    border-bottom: 2px solid #63b62f;
    color: #63b62f; }

/*弹出框*/
.content .yuyue-eject {
    position: fixed;
    width: 6.11rem;
    background: #fff;
    padding-bottom: .65rem;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: none; }
.content .yuyue-eject .title {
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    padding: .23rem 0;
    color: #fff;
    background: #63b62f;
    position: relative; }
.content .yuyue-eject .title .icon {
    position: absolute;
    right: .2rem;
    top: 50%;
    color: #fff;
    font-size: .3rem;
    margin-top: -.15rem; }
.content .yuyue-eject .con {
    padding: 0 .5rem; }
.content .yuyue-eject .con .explain {
    font-size: .24rem;
    color: #666;
    line-height: .46rem;
    margin-top: .1rem;
    margin-bottom: .3rem; }
.content .yuyue-eject .con form .input4 {
    position: relative;
    box-sizing: border-box; }
.content .yuyue-eject .con form .input4 span {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-70%);
    font-size: .24rem; }
.content .yuyue-eject .con form .input4 span i {
    transform: scale(0.7);
    display: inline-block; }
.content .yuyue-eject .con form input {
    width: 100%;
    height: .8rem;
    border: 1px solid #dcdcdc;
    outline: none;
    padding-left: .2rem;
    margin-bottom: .2rem;
    box-sizing: border-box; }
.content .yuyue-eject .con form .but {
    padding: 0;
    color: #fff;
    background: #63b62f;
    width: 100%; }
.content .yuyue-eject .con .bb {
    text-align: center; }
.content .yuyue-eject .con .bb .jia {
    display: inline-block;
    height: 1rem;
    margin: 0 .2rem;
    line-height: 1rem;
    box-sizing: border-box;
    vertical-align: top; }
.content .yuyue-eject .con .bb .item {
    display: inline-block;
    width: 1rem;
    font-size: .24rem;
    text-align: center;
    height: 1rem;
    box-sizing: border-box;
    padding-top: .2rem;
    vertical-align: top; }
.content .yuyue-eject .con .bb .item01 {
    background: url("../images/yuyue01.png") no-repeat;
    background-size: cover; }
.content .yuyue-eject .con .bb .item02 {
    background: url("../images/yuyue02.png") no-repeat;
    background-size: cover; }
.content .yuyue-eject .con .bb .item03 {
    background: url("../images/yuyue03.png") no-repeat;
    background-size: cover; }
.content .baojia-eject {
    position: fixed;
    width: 6.11rem;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: none; }
.content .baojia-eject .title {
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    padding: .23rem 0;
    color: #fff;
    background: #63b62f;
    position: relative; }
.content .baojia-eject .title .icon {
    position: absolute;
    right: .2rem;
    top: 50%;
    color: #fff;
    font-size: .3rem;
    margin-top: -.15rem; }
.content .baojia-eject .con {
    padding: 0 .5rem; }
.content .baojia-eject .con label {
    display: block;
    margin: .2rem 0; }
.content .baojia-eject .con input {
    display: block;
    width: 100%;
    height: .6rem;
    outline: none;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding-left: .2rem; }
.content .baojia-eject .con select {
    display: inline-block;
    height: .6rem;
    outline: none;
    border: 1px solid #dcdcdc;
    padding-left: .2rem;
    box-sizing: border-box; }
.content .baojia-eject .con .local {
    position: relative; }
.content .baojia-eject .con .local .drop {
    width: 0;
    height: 0;
    border-width: .1rem;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: .8rem;
    right: 2.8rem; }
.content .baojia-eject .con .local select {
    width: 50%; }
.content .baojia-eject .con .local input {
    display: block;
    margin-top: .3rem;
    width: 100%; }
.content .baojia-eject .con .size {
    position: relative; }
.content .baojia-eject .con .size .drop {
    width: 0;
    height: 0;
    border-width: .1rem;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: .8rem; }
.content .baojia-eject .con .size .drop-down01 {
    right: 3.7rem; }
.content .baojia-eject .con .size .drop-down02 {
    right: 2rem; }
.content .baojia-eject .con .size .drop-down03 {
    right: .2rem; }
.content .baojia-eject .con .size select {
    width: 32%; }
.content .baojia-eject .con .but {
    height: .8rem;
    background: #63b62f;
    margin: .6rem 0; }
.content .baojia-eject .con .size-m{
    position: relative;
}
.content .baojia-eject .con .size-m input{
    width:90% !important;
}
.content .baojia-eject .con .size-m span{
    color: #63b62f;
    position: absolute;
    right: .1rem;
    top: 0;
}

.content .ewm-eject{
    position: fixed;
    background: #fff;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    display: none;
    z-index: 998;
}
.content .ewm-eject .icon{
    position: absolute;
    right: -.6rem;
    top: -.4rem;
    color: #fff;
    font-size: .3rem;
    display: inline-block;
    width: .5rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    border-radius: 50%;
    border: 1px solid #fff;
}
.content .mask2 {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 99; }
.content .mask3 {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 99; }
.content .mask4 {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 99; }
.content .mask5 {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 99; }

.swiper-button-next{
    background: rgba(0, 0, 0, 0.4) !important;
}
.swiper-button-prev{
    background: rgba(0, 0, 0, 0.4) !important;
}