﻿.aboutBg{
    width: 100%;
    height: 350px;
    background: url(../image/bg6.png) no-repeat center;
}
.line2{
    width: 32px;
    height: 1px;
    background: #333333;
    margin: auto;
}
.culture li{
    width: 321px;
    height: 319px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 10px 10px #EEEEEE;
}

.culture li .cultureImg img:nth-child(2){
    display: none;
}
.culture li .cultureImg img:nth-child(1){
    display: block;
}
.culture .cultureActive .cultureImg img:nth-child(2){
    display: block !important;
}
 .culture .cultureActive .cultureImg img:nth-child(1){
    display: none !important;
}
.culture .cultureActive .cultureTitle{
    color: #13742F !important;
}
.culture .cultureActive{
    border: 1px solid #13742F !important;
}

.productBg{
    width: 100%;
    height: 350px;
    background: url(../image/bg5.png) no-repeat center;
}
.productNav{
    width: 1200px;
    height: 80px;
    line-height: 80px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-top: 77px;
    margin-bottom: 95px;
}
.line3{
    width: 1px;
    height: 18px;
    background: #13742F;
    margin-left: 23px;
    margin-right: 10px;
    margin-top: 30px;
}
.line4{
    width: 1px;
    height: 80px;
    background: #DDDDDD;
    margin-right: 30px;
    margin-left: 20px;
}
.productNav li{
    margin-right: 30px;
}
.productNav li a{
    color: #666666;
}
.productNav li a:hover{
    color: #666666;
}

.productContent li{
    width: 357px;
    margin-bottom: 80px;
}
.productContent li div{
    width: 355px;
    height: 126px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-top: -7px;
}
.productButton{
    width: 131px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    margin: auto;
}
.productContentActive{
    margin-top: -27px;
    box-shadow: 10px 10px 10px rgba(170, 170, 170, 0.35);
}
.productContentActive img{
    width: 383px !important;
    height: 394px !important;
}
.productContentActive div{
    width: 381px !important;
    height: 135px !important;
    background: #FFFFFF !important;
    border: 1px solid #E5E5E5 !important;
}
.productContentActive div p:nth-child(1){
    margin-top: 35px !important;
    margin-bottom: 17px !important;
}
.productContentActive .productButton{
    width: 131px !important;
    height: 38px !important;
    line-height: 38px !important;
    color: #FFFFFF !important;
    background: #13742F !important;
    border-radius: 15px !important;
}

.merchantsBg{
    width: 100%;
    height: 350px;
    background: url(../image/bg9.png) no-repeat center;
}
.merchantsNav a:nth-child(1){
    color: #333333;
}
.merchantsNav a:nth-child(1):hover{
    color: #333333;
}
.merchantsNav a:nth-child(2){
    color: #666666;
}
.merchantsNav a:nth-child(2):hover{
    color: #666666;
}
.merchantsContent ul{
    margin-bottom: 70px;
}
.merchantsContent li{
    margin-top: 54px;
    width: 590px;
    height: 256px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(202, 198, 198, 0.75);
}
.merchantsSeeMore{
    width: 123px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E8E8E8;
}
.merchantsconsulting{
    width: 123px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E8E8E8;
}
.merchantsActive .merchantsSeeMore{
    background: #FE973B !important;
    color: #FFFFFF!important;
}
.merchantsActive .merchantsconsulting{
    background: #13742F !important;
    color: #FFFFFF!important;
}
.merchantsconsulting img:nth-child(2){
    display: none;
}
.merchantsSeeMore img:nth-child(2){
    display: none;
}
.merchantsActive .merchantsconsulting img:nth-child(2){
    display: block;
}
.merchantsActive .merchantsconsulting img:nth-child(1){
    display: none;
}
.merchantsActive .merchantsSeeMore img:nth-child(1){
    display: none;
}
.merchantsActive .merchantsSeeMore img:nth-child(2){
    display: block;
}

.newsBg{
    width: 100%;
    height: 350px;
    background: url(../image/bg8.png) no-repeat center;
}
.newSeeMore{
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #13742F;
}
.newsContent{
    margin-top: 40px;
}
.newsContent ul li{
    padding-bottom: 29px;
    border-bottom: 1px dashed #DDDDDD;
}
.newsDate{
    width: 170px;
    height: 171px;
    background: #999999;
}
.newsContentActive{
    width: 1200px;
    background: #EEEEEE;
}
.newsContentActive .newsDate{
    background: #13742F !important;
}
.newsContentActive .newsDate p{
    color: #FFFFFF !important;
}
.newsContentActive .newsContentTitle{
    color: #13742F;
}
.newSeeMore{
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #13742F;
}

.contactUsBg{
    width: 100%;
    height: 350px;
    background: url(../image/bg7.png) no-repeat center;
}
.contactUsContent ul li{
    width: 399px;
    border-right: 1px solid #DDDDDD;
    height: 419px;
}