.innerTitle1{
    font-size: 40px;
    color: #d4b279;
    text-align: center;
    margin-bottom:18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
     overflow: hidden; 
}
.innerTitle1+p{
    text-align: center;
    margin-bottom:26px;
    font-size: 14px;
    color: #999999;
}
.innerTitle{
    font-size: 40px;
    color: #d4b279;
    text-align: center;
}
.innerTitle::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #d4b279;
    margin: 18px auto 36px;
}
.innerBox{
    padding:70px 0;
}
.PageSwitch{
    width: 100%;
    text-align: center;
}
.PageSwitch li{
    display: inline-block;
    margin-right: 10px;
    width:164px;
    height:30px;
}
.PageSwitch li a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width:100%;
    border: 1px solid #C8C8C8;
    text-align: center;
    color: #7e7e7e;
    font-size: 14px;
}

.PageSwitch li a:hover{
    background:#D4B279;
    border-color:transparent;
    color: #fff;
}
.productList2Tabs ul{
    text-align: center;
}
.productList2Tabs ul li{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding:0 32px;
    cursor: pointer;
}
.productList2Tabs ul li a{
    color: #666;
    display: block;
    cursor: pointer;
}
.productList2Tabs ul li.active{
    background: #d4b279;
}
.productList2Tabs ul li.active a{
    color: #fff;
}
.productList2Tabs ul li:hover{
    background: #d4b279;
}
.productList2Tabs ul li:hover a{
    color: #fff;
}
.productDetailImg img{
    border:1px solid #D4B279;
}
.productDetailTitle h2{
    font-size: 40px;
    color: #d4b279;
    text-align: left;
}
.productDetailTitle h2::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #d4b279;
    margin: 18px 0 36px;
}
.productDetailImg{
    margin-bottom:30px;
}
.joinTextChild p{
    font-size: 14px;
    color: #666666;
    padding-left:30px;
}
.join2Text{
    margin-bottom:46px;
}
.join2Text:nth-child(2){
    margin-bottom: 76px;
}
.join2Text h3{
    font-size: 18px;
    color: #333;
    padding-bottom:13px;
    margin-bottom:30px;
    border-bottom:1px solid #DFDFDF;
}
.btn-contact{
    display: block;
    width: 181px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    background: #D4B279
}
@media screen and (min-width:1800px){
    /*
        *
        *   inner banner style start
        *
    */
        .breadcrumbContainer{
            border-bottom:1px solid #E8E8E8;
        }
        .myBreadcrumb{
            height: 32px;
            width: 1200px;
            margin: 0 auto;
        }
        .myBreadcrumb li{
            display: inline-block;
            color: #999999;
            font-size: 14px;
        }
        .myBreadcrumb li a{
            display: inline-block;
            line-height: 32px;
            font-size: 14px;
            color: #999999;
        }
    /*      inner banner style end*/
    /*
        *
        *   productList style start
        *
    */
        .productList1Container{
            width: 1200px;
            margin: 0 auto;
            padding:70px 0 ;
        }
        .productListChild{
            width: 366px;
            margin-right: 51px;
            margin-bottom:29px;
            float: left;
        }
        .productListChild:nth-child(3n){
            margin-right: 0;
        }
        .productListChild img{
            height: 264px;
            width: 100%;
            border:1px solid #D7B883;
        }
        .productListChild p {
            color: #666666;
            margin-top:22px;
            text-align: center;
        }
    /*      productList style end*/
    /*
        *
        *   news style start
        *
    */
        .newsConBox{
            width: 1200px;
            margin: 0 auto;
        }
        .newsConChild{
            margin-bottom:50px;
        }
        .newsChidText h3{
            font-size: 20px;
            color: #000;
            margin-top:6px;
            margin-bottom:8px;
            transition: all .3s linear;
            height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .newsChidText span{
            color:#888;
            font-size: 14px;
        }
        .newsChidText span::after{
            display: block;
            content: "";
            width:100%;
            height: 1px;
            background: #ddd;
            margin-bottom:12px;
        }
        .newsChidText p {
            font-size: 14px;
            color: #666;
            line-height: 24px;
            height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .btn-viewMore {
            display: block;
            width:138px;
            height:35px;
            line-height: 35px;
            text-align: center;
            color: #333;
            font-size: 14px;
            border:1px solid #B4B4B4;
            margin-top:30px;
        }
        .newsConChild:hover .btn-viewMore{
            color: #fff;
            background: #D4B279
        }
        .newsConChild:hover h3{
            color: #D4B279;
        }
        .newsChildImg img{
            width: 100%;
            height: 210px;
        }
        .newsChildImg{
            width:27%;
            text-align: center;
        }
        .newsChidText{
            width:70%;
        }
        .PageNumber{
            width:100%;
            margin: 50px auto 0;
            text-align: center;
        }
        .PageNumber li:first-child{
            margin-left: 10px;
        }
        .PageNumber li{
            display: inline-block;
            margin-right: 10px;
            width:30px;
            height:30px;
        }
        .PageNumber li a{
            display: inline-block;
            height: 30px;
            line-height: 30px;
            width:100%;
            border: 1px solid #C8C8C8;
            text-align: center;
            color: #7e7e7e;
        }
        .PageNumber li a.active{
            background:#D4B279;
            border-color:#d4b279;
            color: #fff;
        }
        .PageNumber li a:hover{
            background:#D4B279;
            border-color:transparent;
            color: #fff;
        }
    /*      news style end*/
    /*
        *
        *   productDetail style start
        *
    */
        .productDetailTitle {
            padding-left:33px;
        }
    /*      productDetail style end*/
    /*
        *
        *   join style start
        *
    */  
        .joinContainer{
            width: 1200px;
            margin:  0 auto;
        }
        .joinTabs{
            text-align: center;
            margin-bottom:40px;
        }
        .joinTabs li{
            display: inline-block;
            width:225px;
            height: 50px;
            border:1px solid #DEDEDE;
        }
        .joinTabs li.active{
            border-color:#D4B279;
            background: #D4B279;
        }
        .joinTabs li:nth-child(1){
            margin-right: 16%;
        }
        .joinTabs li a{
            font-size: 20px;
            display: block;
            line-height: 50px;
            color: #333333;
        }
        .joinTabs li.active a{
            color: #fff;
        }
        .joinText{
            margin-bottom:30px;
        }
        .joinText>p{
            font-size: 18px;
            color: #333333;
            border-bottom:1px solid #E3E3E3;
            padding-bottom:13px;
            margin-bottom:30px;
        }
        .joinText>p>span{
            font-size: 14px;
            color: #666666;
        }
        .joinTextWrap>div{
            float: left;
            display: block;
            width: 45%;
            height: 218px;
            box-shadow: 0 0 15px #ddd;
            padding-top:15px;
        }
        .joinTextWrap div:first-child{
            margin-right: 5%;
        }
        .joinTextChild h3{
            width: 202px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background: #D4B279;
            margin-bottom:32px;
        }
        
    /*      join style end */
    /*
        *
        *   join2 style start
        *
    */
        
    /*      join2 style end*/
}
@media screen and (max-width:1799px){
    /*
        *
        *   inner banner style start
        *
    */
        .breadcrumbContainer{
            border-bottom:1px solid #E8E8E8;
        }
        .myBreadcrumb{
            height: 32px;
            width: 62.5%;
            margin: 0 auto;
        }
        .myBreadcrumb li{
            display: inline-block;
            color: #999999;
            font-size: 14px;
        }
        .myBreadcrumb li a{
            display: inline-block;
            line-height: 32px;
            font-size: 14px;
            color: #999999;
        }
    /*      inner banner style end*/
    /*
        *
        *   productList style start
        *
    */
        .productList1Container{
            width:70%;
            margin: 0 auto;
            padding:70px 0 ;
        }
        .productListChild{
            width: 366px;
            margin-right: 51px;
            margin-bottom:29px;
            float: left;
        }
        .productListChild:nth-child(2n){
            margin-right: 0;
        }
        .productListChild img{
            height: 264px;
            width: 100%;
            border:1px solid #D7B883;
        }
        .productListChild p {
            color: #666666;
            margin-top:22px;
            text-align: center;
        }
    /*      productList style end*/
    /*
        *
        *   news style start
        *
    */
        .newsConBox{
            width: 62.5%;
            margin: 0 auto;
        }
        .newsConChild{
            margin-bottom:50px;
        }
        .newsChidText h3{
            font-size: 20px;
            color: #000;
            margin-top:6px;
            margin-bottom:8px;
            transition: all .3s linear;
            height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .newsChidText span{
            color:#888;
            font-size: 14px;
        }
        .newsChidText span::after{
            display: block;
            content: "";
            width:100%;
            height: 1px;
            background: #ddd;
            margin-bottom:12px;
        }
        .newsChidText p {
            font-size: 14px;
            color: #666;
            line-height: 24px;
            height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .btn-viewMore {
            display: block;
            width:138px;
            height:35px;
            line-height: 35px;
            text-align: center;
            color: #333;
            font-size: 14px;
            border:1px solid #B4B4B4;
            margin-top:30px;
        }
        .newsConChild:hover .btn-viewMore{
            color: #fff;
            background: #D4B279
        }
        .newsConChild:hover h3{
            color: #D4B279;
        }
        .newsChildImg img{
            width: 100%;
            height: 210px;
        }
        .newsChildImg{
            width:27%;
            text-align: center;
        }
        .newsChidText{
            width:70%;
        }
        .PageNumber{
            width:100%;
            margin: 50px auto 0;
            text-align: center;
        }
        .PageNumber li:first-child{
            margin-left: 10px;
        }
        .PageNumber li{
            display: inline-block;
            margin-right: 10px;
            width:30px;
            height:30px;
        }
        .PageNumber li a{
            display: inline-block;
            height: 30px;
            line-height: 30px;
            width:100%;
            border: 1px solid #C8C8C8;
            text-align: center;
            color: #7e7e7e;
        }
        .PageNumber li a.active{
            background:#D4B279;
            border-color:#d4b279;
            color: #fff;
        }
        .PageNumber li a:hover{
            background:#D4B279;
            border-color:transparent;
            color: #fff;
        }
    /*      news style end*/
    /*
        *
        *   join style start
        *
    */  
        .joinContainer{
            width: 70.5%;
            margin:  0 auto;
        }
        .joinTabs{
            text-align: center;
            margin-bottom:40px;
        }
        .joinTabs li{
            display: inline-block;
            width:225px;
            height: 50px;
            border:1px solid #DEDEDE;
        }
        .joinTabs li.active{
            border-color:#D4B279;
            background: #D4B279;
        }
        .joinTabs li:nth-child(1){
            margin-right: 16%;
        }
        .joinTabs li a{
            font-size: 20px;
            display: block;
            line-height: 50px;
            color: #333333;
        }
        .joinTabs li.active a{
            color: #fff;
        }
        .joinText{
            margin-bottom:30px;
        }
        .joinText>p{
            font-size: 18px;
            color: #333333;
            border-bottom:1px solid #E3E3E3;
            padding-bottom:13px;
            margin-bottom:30px;
        }
        .joinText>p>span{
            font-size: 14px;
            color: #666666;
        }
        .joinTextWrap>div{
            float: left;
            display: block;
            width: 45%;
            min-height: 218px;
            box-shadow: 0 0 15px #ddd;
            padding-top:15px;
        }
        .joinTextWrap div:first-child{
            margin-right: 5%;
        }
        .joinTextChild h3{
            width: 202px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background: #D4B279;
            margin-bottom:32px;
        }
        
    /*      join style end */
}
@media screen and (max-width:1199px){
    /*
        *
        *   inner banner style start
        *
    */
        .breadcrumbContainer{
            border-bottom:1px solid #E8E8E8;
        }
        .myBreadcrumb{
            height: 32px;
            width: 80.5%;
            margin: 0 auto;
        }
        .myBreadcrumb li{
            display: inline-block;
            color: #999999;
            font-size: 14px;
        }
        .myBreadcrumb li a{
            display: inline-block;
            line-height: 32px;
            font-size: 14px;
            color: #999999;
        }
    /*      inner banner style end*/
        /*
        *
        *   productList style start
        *
    */
        .productList1Container{
            width:84%;
            margin: 0 auto;
            padding:70px 0 ;
        }
        .productListChild{
            width: 366px;
            margin-right: 51px;
            margin-bottom:29px;
            float: left;
        }
        .productListChild:nth-child(2n){
            margin-right: 0;
        }
        .productListChild img{
            height: 264px;
            width: 100%;
            border:1px solid #D7B883;
        }
        .productListChild p {
            color: #666666;
            margin-top:22px;
            text-align: center;
        }
    /*      productList style end*/
    /*
        *
        *   news style start
        *
    */
        .newsConBox{
            width: 80%;
            margin: 0 auto;
        }
        .newsConChild{
            margin-bottom:50px;
        }
        .newsChidText h3{
            font-size: 20px;
            color: #000;
            margin-top:6px;
            margin-bottom:8px;
            transition: all .3s linear;
            height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .newsChidText span{
            color:#888;
            font-size: 14px;
        }
        .newsChidText span::after{
            display: block;
            content: "";
            width:100%;
            height: 1px;
            background: #ddd;
            margin-bottom:12px;
        }
        .newsChidText p {
            font-size: 14px;
            color: #666;
            line-height: 24px;
            height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .btn-viewMore {
            display: block;
            width:138px;
            height:35px;
            line-height: 35px;
            text-align: center;
            color: #333;
            font-size: 14px;
            border:1px solid #B4B4B4;
            margin-top:30px;
        }
        .newsConChild:hover .btn-viewMore{
            color: #fff;
            background: #D4B279
        }
        .newsConChild:hover h3{
            color: #D4B279;
        }
        .newsChildImg img{
            width: 100%;
            height: 210px;
        }
        .newsChildImg{
            width:27%;
            text-align: center;
        }
        .newsChidText{
            width:70%;
        }
        .PageNumber{
            width:100%;
            margin: 50px auto 0;
            text-align: center;
        }
        .PageNumber li:first-child{
            margin-left: 10px;
        }
        .PageNumber li{
            display: inline-block;
            margin-right: 10px;
            width:30px;
            height:30px;
        }
        .PageNumber li a{
            display: inline-block;
            height: 30px;
            line-height: 30px;
            width:100%;
            border: 1px solid #C8C8C8;
            text-align: center;
            color: #7e7e7e;
        }
        .PageNumber li a.active{
            background:#D4B279;
            border-color:#d4b279;
            color: #fff;
        }
        .PageNumber li a:hover{
            background:#D4B279;
            border-color:transparent;
            color: #fff;
        }
    /*      news style end*/
    /*
        *
        *   join style start
        *
    */  
        .joinContainer{
            width: 70.5%;
            margin:  0 auto;
        }
        .joinTabs{
            text-align: center;
            margin-bottom:40px;
        }
        .joinTabs li{
            display: inline-block;
            width:225px;
            height: 50px;
            border:1px solid #DEDEDE;
        }
        .joinTabs li.active{
            border-color:#D4B279;
            background: #D4B279;
        }
        .joinTabs li:nth-child(1){
            margin-right: 16%;
        }
        .joinTabs li a{
            font-size: 20px;
            display: block;
            line-height: 50px;
            color: #333333;
        }
        .joinTabs li.active a{
            color: #fff;
        }
        .joinText{
            margin-bottom:30px;
        }
        .joinText>p{
            font-size: 18px;
            color: #333333;
            border-bottom:1px solid #E3E3E3;
            padding-bottom:13px;
            margin-bottom:30px;
        }
        .joinText>p>span{
            font-size: 14px;
            color: #666666;
        }
        .joinTextWrap>div{
            display: inline-block;
            width: 45%;
            min-height: 218px;
            box-shadow: 0 0 15px #ddd;
            padding-top:15px;
        }
        .joinTextWrap div:first-child{
            margin-right: 5%;
        }
        .joinTextChild h3{
            width: 202px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background: #D4B279;
            margin-bottom:32px;
        }
        
    /*      join style end */
}
@media screen and (max-width:991px){
    /*
        *
        *   inner banner style start
        *
    */
        .breadcrumbContainer{
            border-bottom:1px solid #E8E8E8;
        }
        .myBreadcrumb{
            height: 32px;
            width: 80%;
            margin: 0 auto;
        }
        .myBreadcrumb li{
            display: inline-block;
            color: #999999;
            font-size: 14px;
        }
        .myBreadcrumb li a{
            display: inline-block;
            line-height: 32px;
            font-size: 14px;
            color: #999999;
        }
    /*      inner banner style end*/
    /*
        *
        *   productList style start
        *
    */
        .productList1Container{
            width:93%;
            margin: 0 auto;
            padding:70px 0 ;
        }
        .productListChild{
            width: 45%;
            margin-right: 5%;
            margin-bottom:29px;
            float: left;
        }
        .productListChild:nth-child(2n){
            margin-right: 0;
        }
        .productListChild img{
            height: 264px;
            width: 100%;
            border:1px solid #D7B883;
        }
        .productListChild p {
            color: #666666;
            margin-top:22px;
            text-align: center;
        }
    /*      productList style end*/
    /*
        *
        *   news style start
        *
    */
        .newsConBox{
            width: 95%;
            margin: 0 auto;
        }
        .newsConChild{
            margin-bottom:50px;
        }
        .newsChidText h3{
            font-size: 20px;
            color: #000;
            margin-top:6px;
            margin-bottom:8px;
            transition: all .3s linear;
            height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .newsChidText span{
            color:#888;
            font-size: 14px;
        }
        .newsChidText span::after{
            display: block;
            content: "";
            width:100%;
            height: 1px;
            background: #ddd;
            margin-bottom:12px;
        }
        .newsChidText p {
            font-size: 14px;
            color: #666;
            line-height: 24px;
            height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .btn-viewMore {
            display: block;
            width:138px;
            height:35px;
            line-height: 35px;
            text-align: center;
            color: #333;
            font-size: 14px;
            border:1px solid #B4B4B4;
            margin-top:30px;
        }
        .newsConChild:hover .btn-viewMore{
            color: #fff;
            background: #D4B279
        }
        .newsConChild:hover h3{
            color: #D4B279;
        }
        .newsChildImg img{
            width: 100%;
            height: 210px;
        }
        .newsChildImg{
            width:27%;
            text-align: center;
        }
        .newsChidText{
            width:70%;
        }
        .PageNumber{
            width:100%;
            margin: 50px auto 0;
            text-align: center;
        }
        .PageNumber li:first-child{
            margin-left: 10px;
        }
        .PageNumber li{
            display: inline-block;
            margin-right: 10px;
            width:30px;
            height:30px;
        }
        .PageNumber li a{
            display: inline-block;
            height: 30px;
            line-height: 30px;
            width:100%;
            border: 1px solid #C8C8C8;
            text-align: center;
            color: #7e7e7e;
        }
        .PageNumber li a.active{
            background:#D4B279;
            border-color:#d4b279;
            color: #fff;
        }
        .PageNumber li a:hover{
            background:#D4B279;
            border-color:transparent;
            color: #fff;
        }
    /*      news style end*/
    /*
        *
        *   join style start
        *
    */  
        .joinContainer{
            width: 70.5%;
            margin:  0 auto;
        }
        .joinTabs{
            text-align: center;
            margin-bottom:40px;
        }
        .joinTabs li{
            display: inline-block;
            width:225px;
            height: 50px;
            border:1px solid #DEDEDE;
        }
        .joinTabs li.active{
            border-color:#D4B279;
            background: #D4B279;
        }
        .joinTabs li:nth-child(1){
            margin-right: 16%;
        }
        .joinTabs li a{
            font-size: 20px;
            display: block;
            line-height: 50px;
            color: #333333;
        }
        .joinTabs li.active a{
            color: #fff;
        }
        .joinText{
            margin-bottom:30px;
        }
        .joinText>p{
            font-size: 18px;
            color: #333333;
            border-bottom:1px solid #E3E3E3;
            padding-bottom:13px;
            margin-bottom:30px;
        }
        .joinText>p>span{
            font-size: 14px;
            color: #666666;
        }
        .joinTextWrap>div{
            float: left;
            display: block;
            width: 45%;
            min-height: 218px;
            box-shadow: 0 0 15px #ddd;
            padding-top:15px;
        }
        .joinTextWrap div:first-child{
            margin-right: 5%;
        }
        .joinTextChild h3{
            width: 202px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background: #D4B279;
            margin-bottom:32px;
        }
        
    /*      join style end */
}
@media screen and (max-width:768px){
        /*
        *
        *   inner banner style start
        *
    */
        .breadcrumbContainer{
            border-bottom:1px solid #E8E8E8;
        }
        .myBreadcrumb{
            height: 32px;
            width: 80%;
            margin: 0 auto;
        }
        .myBreadcrumb li{
            display: inline-block;
            color: #999999;
            font-size: 14px;
        }
        .myBreadcrumb li a{
            display: inline-block;
            line-height: 32px;
            font-size: 14px;
            color: #999999;
        }
    /*      inner banner style end*/
    /*
        *
        *   productList style start
        *
    */
        .productList1Container{
            width:93%;
            margin: 0 auto;
            padding:70px 0 ;
        }
        .productListChild{
            width: 80%;
            margin-right: 5%;
            margin-bottom:29px;
            float: none;
            margin: 0 auto !important;
        }
        .productListChild img{
            height: 264px;
            width: 100%;
            border:1px solid #D7B883;
        }
        .productListChild p {
            color: #666666;
            margin-top:22px;
            text-align: center;
        }
    /*      productList style end*/
    /*
        *
        *   news style start
        *
    */
        .newsConBox{
            width: 95%;
            margin: 0 auto;
        }
        .newsConChild{
            margin-bottom:50px;
        }
        .newsChidText h3{
            font-size: 20px;
            color: #000;
            margin-top:6px;
            margin-bottom:8px;
            transition: all .3s linear;
            height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .newsChidText span{
            color:#888;
            font-size: 14px;
        }
        .newsChidText span::after{
            display: block;
            content: "";
            width:100%;
            height: 1px;
            background: #ddd;
            margin-bottom:12px;
        }
        .newsChidText p {
            font-size: 14px;
            color: #666;
            line-height: 24px;
            height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .btn-viewMore {
            display: block;
            width:138px;
            height:35px;
            line-height: 35px;
            text-align: center;
            color: #333;
            font-size: 14px;
            border:1px solid #B4B4B4;
            margin-top:30px;
        }
        .newsConChild:hover .btn-viewMore{
            color: #fff;
            background: #D4B279
        }
        .newsConChild:hover h3{
            color: #D4B279;
        }
        .newsChildImg img{
            width: 100%;
            height: auto;
        }
        .newsChildImg{
            width:80%;
            text-align: center;
            float: none;
            margin: 0 auto 20px;;
        }
        .newsChidText{
            width:80%;
            float: none;
            margin: 0 auto;
        }
        .PageNumber{
            width:100%;
            margin: 50px auto 0;
            text-align: center;
        }
        .PageNumber li:first-child{
            margin-left: 10px;
        }
        .PageNumber li{
            display: inline-block;
            margin-right: 10px;
            width:30px;
            height:30px;
        }
        .PageNumber li a{
            display: inline-block;
            height: 30px;
            line-height: 30px;
            width:100%;
            border: 1px solid #C8C8C8;
            text-align: center;
            color: #7e7e7e;
        }
        .PageNumber li a.active{
            background:#D4B279;
            border-color:#d4b279;
            color: #fff;
        }
        .PageNumber li a:hover{
            background:#D4B279;
            border-color:transparent;
            color: #fff;
        }
    /*      news style end*/
    /*
        *
        *   join style start
        *
    */  
        .joinContainer{
            width: 90.5%;
            margin:  0 auto;
        }
        .joinTabs{
            text-align: center;
            margin-bottom:40px;
        }
        .joinTabs li{
            display: inline-block;
            width:225px;
            height: 50px;
            border:1px solid #DEDEDE;
        }
        .joinTabs li.active{
            border-color:#D4B279;
            background: #D4B279;
        }
        .joinTabs li:nth-child(1){
            margin-right: 0%;
            margin-bottom:20px;
        }
        .joinTabs li a{
            font-size: 20px;
            display: block;
            line-height: 50px;
            color: #333333;
        }
        .joinTabs li.active a{
            color: #fff;
        }
        .joinText{
            margin-bottom:30px;
        }
        .joinText>p{
            font-size: 18px;
            color: #333333;
            border-bottom:1px solid #E3E3E3;
            padding-bottom:13px;
            margin-bottom:30px;
        }
        .joinText>p>span{
            font-size: 14px;
            color: #666666;
        }
        .joinTextWrap>div{
            float:none;
            display: block;
            width:80%;
            min-height: 218px;
            box-shadow: 0 0 15px #ddd;
            padding-top:15px;
            padding-bottom:30px;
            margin: 0 auto 20px !important;
        }
        .joinTextChild h3{
            width: 202px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background: #D4B279;
            margin-bottom:32px;
        }
        
    /*      join style end */
}
