a {
    text-decoration: none;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #b4b4b4;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #EDEDED;
}

.header {
    width: 1300px;
    margin: auto;
    padding-top: 20px;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav ul>li {
    position: relative;
    text-align: center;
    width: 150px;
}

.nav ul>li a {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.nav ul>li:last-child {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

.nav ul>li span {
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
}
.nav ul>li.active >a,.nav ul>li:hover>a {
    background: url('img/choose.png') no-repeat center bottom;
    height: 9px;
    z-index: 10;
    position: relative;
}

.nav ul li:hover ol {
    display: block;
    margin-top: 3px;
}

.nav ul li ol {
    position: absolute;
    width: 150px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
}

.nav ul li ol li {
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}

.nav ul li ol li a {
    color: #86BD43;
}

.nav ul li ol li:hover {
    background-color: #86BD43;
}

.nav ul li ol li:hover a {
    color: #fff;
}

.nav ul li ol {
    display: none;
}
/* 直角三角形 */
.common-bar{
    position: relative;
}
.triangle{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -100px;
}
.triangle-left{
    width: 0;
    height: 0;
    border-bottom: 100px solid #091723;
    border-right: 960px solid transparent;
}
.triangle-right{
    width: 0;
    height: 0;
    border-bottom: 100px solid #091723;
    border-left: 960px solid transparent;
}
.triangle-white{
    border-bottom: 100px solid #ffffff;
}
.light{
    background: url('img/index/light.png') no-repeat center center;
    height: 135px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    z-index: 3;
}
/* 侧边导航栏 */
.sider-bar{
    display: none;
    position: fixed;
    z-index: 900;
    left: 70px;
    top: 40%;
    background: url('img/silderBar.png') no-repeat center center ;
    background-size: 100% 100%;
    width: 185px;
    max-height: 464px;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 0;
}
.sider-bar ul li{
    height: 62px;
    margin-bottom: 10px;
    line-height: 62px;
}
.sider-bar ul li:hover{
    background: url('img/hover.png') no-repeat center center;
    height: 62px;
}
.sider-bar ul li.active{
    background: url('img/hover.png') no-repeat center center;
    height: 62px;
}
.sider-bar ul li.active a,
.sider-bar ul li:hover a{
    color: #A6E756;
}
.sider-bar ul li a{
    color: #3F6B97;
    font-size: 16px;
    display: block;
}
.step {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.step > h2{
    font-size: 40px;
    color: #85BD43;
    position: relative;
    margin-top: -40px;
}
.step > p{
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.both-border{
    padding: 15px;
    background: linear-gradient(#85BD43, #85BD43) left top,
      linear-gradient(#85BD43, #85BD43) left top,
      linear-gradient(#85BD43, #85BD43) right bottom,
      linear-gradient(#85BD43, #85BD43) right bottom;
    background-repeat: no-repeat;
    background-size: 2px 20px, 20px 2px;
}
.banner{
    position: relative;
    margin-top:-90px;
}
.banner::after{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    content: '';
    background:linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%,rgba(39,39,39,1) 100%);
}
.banner .tips{
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
    width: 350px;
    text-align: center;
}
.banner .tips p{
    position: relative;
    font-size: 36px;
    color: #fff;
    margin-top: 20px;
    padding: 20px 0;
}
.banner #play {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.banner #play img{
    cursor: pointer;
}
.banner .tips p::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: radial-gradient(white 20%, rgba(255,255,255,0.3) 70%);
}
/* 公共底部 */
.footer{
    position: relative;
    margin-top: -100px;
    height: 756px;
    padding-top: 180px;
    box-sizing: border-box;
    background: url('img/index/bottom.png') no-repeat center;
}
.footer .light{
    background: url('img/index/light.png') no-repeat center center;
    height: 135px;
    width: 100%;
    position: absolute;
    top: -50px;
    z-index: 3;
}
.foot-container{
    width: 1200px;
    margin: auto;
}
.footer-list{
    height: 286px;
}
.footer-list > ul{
    display: flex;
    justify-content: center;
}
.footer-list > ul >li {
    text-align: center;
    position: relative;
   width: 250px;
}
.footer-list > ul >li::after{
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 180px;
    background-color: #F2F3F7;
}
.footer-list > ul >li:last-child::after{
    background-color: transparent;
}
.footer-list > ul >li h5{
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}
.footer-list > ul > li > ol > li{
    margin-bottom: 30px;
}
.footer-list > ul > li > ol > li > a{
    font-size: 14px;
    color: #fff;
} 
.foot-container > h3{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F3F7;
}
.footer-logo{
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-logo .card {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #F2F3F7;
    margin-left: 50px;
    padding-left: 30px;
}
.footer-logo .card div{
    margin-right: 50px;
}
.footer-logo .card div img{
    width: 80px;
    height: 80px;
}
.footer-logo .card div h4{
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}
.footer--bottom{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
/* 列表 */
.common-list{
    display: flex;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
}
.common-list > div{
    margin-bottom: 40px;
    margin-right: 37px;
    position: relative;
    overflow: hidden;
}
.common-list > div:nth-child(3n){
    margin-right: 0;
}
.common-list > div .text{
    position: absolute;
    bottom: 20px;
    z-index: 2;
    padding: 0 20px;
}
.common-list > div .text h3{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
.common-list > div .text p{
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.common-list > div::after{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    content: '';
    background:linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(39,39,39,0) 50%);
}
.common-list > div:hover .text{
    bottom: -100px;
}
.common-list > div:hover::after{
    background: transparent;
}
.common-list > div:hover .more{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.common-list > div .more a{
    display: block;
    width:217px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background:rgba(134,190,68,1);
}
/* 分页栏 */
.page{
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9999;
}
.page span {
    margin-left: 20px;
}
.page span:last-child{
    border:1px solid rgba(134,190,68,1);
    padding: 2px 8px;
}
.page span input{
    width:48px;
    height:22px;
    text-align: center;
    line-height: 22px;
    border:1px solid rgba(134,190,68,1);
    background: transparent;
    box-sizing: border-box;
    color: #fff;
    margin: 0 4px;
}
.page a{
    color: #fff;
    display: block;
}
.page ul, .page {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page ul li{
    margin-left: 10px
}
.page ul li.box-li{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #fff;
}
.page ul li.active a{
    color: #86BE44;
}
.site-location{
    width: 1200px;
    margin: auto;
    padding-bottom: 40px;
    color: #244667;
}
.site-location a{
    color: #244667;
    font-size: 16px;
}
.site-location span.active a{
    color: #3E6894;
}
.show-swiper{
    background-color: #091723;
    padding-bottom: 100px;
    padding-top: 60px;
}
.show-swiper .container{
    width: 1430px;
    margin: auto;
    height: 870px;
    background: url('img/product/details-pg.png') no-repeat center center;
    background-size: contain;
}
.show-swiper .container .title{
    font-size: 40px;
    color: #86BE44;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 40px;
}
.show-slider {
    background: transparent;
    width: 1040px;
    margin: auto;
}
.show-slider .flex-viewport{
    width: 1040px;
    height: 500px;
    margin: auto;
}
.show-slider .slides img{
    width: 1040px;
    height: 500px;
}
.show-slider .flex-direction-nav a {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border:1px solid #fff;
    overflow: hidden;
    margin-top: -20px;
    font-size: 30px;
    font-family: simsun;
    color: #fff;
    text-align: center;
    z-index: 100;
    box-sizing: border-box;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -100px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right:  -100px;
}