@charset "utf-8";

/*
*	****************************************
*	*           public inside               
*	****************************************
*/
/*banner*/
#banner{
    position: relative;
    overflow: hidden;
    height: 200px;
}
#banner img{
    display: block;
    width: 100%;
    width: 914px;
    position: relative;
    left: 50%;
    margin-left: -457px;
}
#banner .text{
    position: absolute;
    width: 100%;
    padding: 0 10%;
    left: 0;
    top: 0;
    color: #fff;
    padding-top: 50px;
}
@media (min-width: 768px){
    #banner{
        position: relative;
        overflow: hidden;
        height: 280px;
    }
    #banner img{
        display: block;
        width: 1280px;
        position: relative;
        left: 50%;
        margin-left: -640px;
    }
}
@media (min-width: 992px){
}
@media (min-width: 1200px){
    #banner{
        height: auto;
    }
    #banner img{
        position: static;
        width: 100%;
        margin-left: auto;
        left: auto;
    }
}
@media (min-width: 1500px){
}

/********二级导航  开始********/
.secNav{
    height: 60px;
    background: #f5f5f5;
    padding-right: 15px;
    padding-left: 15px;
}
.secNav h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    float: left;
}
.secNav h2{
    font-size: 14px;
    color: #999;
    line-height: 60px;
    text-align: right;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px 12px;
    padding-right: 15px;
}
.secNav.on{
    background: #010169;
}
.secNav.on h1{
    display: none;
}
.secNav.on h2{
    color: #fff;
    float: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    background-image: url('../images/close.png');
    background-size: 12px 12px;
}
#secNav{
    padding: 15px 15px 25px 15px;
    background: #fff;
    display: none;
}
#secNav li{
    border-bottom: 1px solid #4d4d4d;
    padding: 0 8px;
}
#secNav li a{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-weight: lighter;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px 12px;
}
#secNav li a.active{
    background-image: url('../images/right.png');
    background-size: 12px 8px;
    color: #010169;
}
.psecNav{
    display: none;
}
@media (min-width: 768px){
    .secNav{
        display: none;
    }
    #secNav{
        display: none;
    }
    .psecNav{
        display: block;
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .psecNav ul{
        margin-left: -10px;
        margin-right: -10px;
    }
    .psecNav ul li{
        padding: 0 10px;
        margin-bottom: 10px;
        width: 148px;
        height: 40px;
        float: left;
    }
    .psecNav ul li a{
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        text-align: center;
        background: #f3f3f3;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }
    .psecNav ul li a:hover,
    .psecNav ul li a.active{
        color: #fff;
        background: #bb9645;
    }
    .tte{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (min-width: 992px){
    .psecNav{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .psecNav ul li{
        width: 192px;
        height: 44px;
    }
    .psecNav ul li a{
        height: 44px;
        line-height: 44px;
    }
    .psecNav ul li a:hover,
    .psecNav ul li a.active{
        color: #fff;
        background: #bb9645;
    }
}
@media (min-width: 1200px){
    .psecNav{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .psecNav ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .psecNav ul li{
        padding: 0 15px;
        margin-bottom: 15px;
        width: 195px;
        height: 44px;
    }
    .psecNav ul li a{
        height: 44px;
        line-height: 44px;
    }
}
@media (min-width: 1500px){
    .psecNav{
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .psecNav ul li{
        padding: 0 15px;
        margin-bottom: 15px;
        width: 240px;
        height: 56px;
    }
    .psecNav ul li a{
        height: 56px;
        line-height: 56px;
    }
}
/********二级导航  结束********/

/********面包屑导航  开始********/
.thumb{
    display: none;
}
@media (min-width: 768px){
    .thumb{
        display: block;
        position: relative;
        margin-top: -50px;
        z-index: 1250;
        background: rgba(0,0,0,0.5);
    }
    .thumb .contain{
        height: 50px;
        overflow: hidden;
    }
    .thumb .cat-title{
        float: left;
    }
    .thumb .cat-title h1{
        font-size: 18px;
        display: block;
        color: #fff;
        line-height: 50px;
        float: left;
    }
    .thumb .cat-title span{
        font-size: 12px;
        display: block;
        line-height: 56px;
        color: #ccc;
        float: left;
        height: 50px;
        overflow: hidden;
        padding-left: 5px;
        text-transform: uppercase;
    }
    .thumb-wrap{
        float: right;
        color: #fff;
        line-height: 50px;
        font-size: 14px;
    }
    .thumb-wrap a{
        color: #fff;
    }
}
/********面包屑导航  结束********/

.inside-title{
    text-align: center;
}
.inside-title p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 24px;
}
@media (min-width: 768px){
    .inside-title p{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 24px;
    }
}
@media (min-width: 1200px){
    .inside-title p{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 40px;
        line-height: 28px;
    }
}
@media (min-width: 1500px){
   .inside-title p{
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 32px;
    }  
}

.padding-top-in{
    padding-top: 30px !important;
}
.padding-in{
    padding-top: 30px !important;
    padding-bottom: 30px !important;;
}
.margin-in{
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-top-in{
    margin-top: 30px;
}
.margin-bottom-in{
    margin-bottom: 30px;
}
@media (min-width: 768px){
    .padding-in{
        padding-top: 40px !important;
        padding-bottom: 40px !important;;
    }
    .padding-top-in{
        padding-top: 40px !important;
    }
    .margin-in{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .margin-top-in{
        margin-top: 40px;
    }
    .margin-bottom-in{
        margin-bottom: 40px;
    }
}
@media (min-width: 992px){
    .padding-in{
        padding-top: 60px !important;
        padding-bottom: 60px !important;;
    }
    .padding-top-in{
        padding-top: 60px !important;
    }
    .margin-in{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .margin-top-in{
        margin-top: 50px;
    }
    .margin-bottom-in{
        margin-bottom: 50px;
    }
    .main-wrap{
        float: right;
        width: 690px;
    }
}
@media (min-width: 1200px){
    .padding-in{
        padding-top: 80px !important;
        padding-bottom: 80px !important;;
    }
    .padding-top-in{
        padding-top: 80px !important;
    }
    .margin-top-in{
        margin-top: 65px;
    }
    .margin-in{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .margin-bottom-in{
        margin-bottom: 80px;
    }
    .main-wrap{
        float: right;
        width: 890px;
    }
}
@media (min-width: 1500px){
    .padding-in{
        padding-top: 100px !important;
        padding-bottom: 100px !important;;
    }
    .padding-top-in{
        padding-top: 100px !important;
    }
    .margin-top-in{
        margin-top: 80px;
    }
    .margin-in{
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .main-wrap{
        float: right;
        width: 1160px;
    }
}
#loading{
    margin-top: 20px;
    background: url('../images/loading.gif') center center no-repeat;
    height: 20px;
    background-size: 50px 10px;
}
#loaded{
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

/*news*/
#news{
    margin-top: 30px;
    margin-bottom: 80px;
}
#news li{
    width: 100%;
    margin-bottom: 15px;
}
#news li a{
    display: block;
    box-shadow: none;
}
#news li a:active{
    box-shadow: 0 0 5px 0 #ffa39e;
}
#news li img{
    display: block;
    width: 100%;
}
#news .text{
    background: #f2f2f2;
    padding: 15px 10px 15px 10px;
}
#news li h1{
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
#news li p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
#news li span{
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin-top: 10px;
}
@media (min-width: 768px){
    #news{
        margin-bottom: 0;
    }
    #news li{
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    #news a{
        position: relative;
        top:0;
        background: #000;
    }
    #news a img{
        opacity: 1;
    }
    #news a:hover{
        top: -3px;
    }
    #news a:hover img{
        opacity: 0.7;
    }
}
@media (min-width: 992px){
    /*news*/
    #news li{
        width: 25%;
        padding: 0 15px;
        margin-bottom: 16px;
    }
    #news .text{
        padding: 20px 20px;
    }
}
/*news end*/

/*show start*/
#show{
    margin-top: 30px;
    margin-bottom: 80px;
}
#show .hot{
    display: none;
}
#show .article .head h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
}
#show .article .head p{
    font-size: 12px;
    font-weight: 100;
    color: #999;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}
#show .article .des{
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
#show .article .cont p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
#show .article .cont img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px){
    #show {
        margin-top: 50px;
        margin-bottom: 0;
    }
    #show .article{
        width: 67%;
        float: left;
    }
    #show .article .head h1{
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
        color: #333;
        text-align: left;
        margin-bottom: 8px;
    }
    #show .article .head p{
        font-size: 14px;
        font-weight: 100;
        color: #999;
        line-height: 24px;
        text-align: left;
        margin-bottom: 15px;
    }
    #show .hot{
        display: block;
        float: right;
        width: 27%;
        min-height: 500px;
    }
    #show .hot .title{
        font-size: 20px;
        font-weight: bold;
        color: #333;
        padding-left: 13px;
        border-left: #da251c 3px solid;
        line-height: 22px;
        margin-bottom: 50px;
    }
    #show .hot li{
        border-bottom: 1px dotted #ccc;
        margin-bottom: 30px;
    }
    #show .hot li a{
        display: block;
    }
    #show .hot h1{

        font-weight: bold;
        font-size: 16px;
        color: #333;
        line-height: 18px;
        margin-bottom: 10px;
    }
    #show .hot .summary{
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin-bottom: 20px;
    }
    #show .hot .time{
        font-size: 12px;
        color: #999;
        line-height: 12px;
        margin-bottom: 15px;
    }
    #show .hot li a:hover h1{
        color: #9b3325;
    }
}

/*show end*/
#page{
    margin-bottom: 80px;
}
#page .title{
    margin-top: 40px;
    margin-bottom: 20px;
}
#page .title h2{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Times New Roman';
    text-transform: uppercase;
}
#page .title h1{
    font-size: 16px;
    color: #333;
    line-height: 1;
    font-weight: lighter;
}
#page .content p{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 10px;
}

#page .concept{
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
#page .concept img{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 992px){
    #page .title{
        margin-top: 60px;
        margin-bottom: 30px;
    }
    #page .title h2{
        font-size: 28px;
    }
    #page .title h1{
        font-size: 18px;
        color: #333;
        line-height: 1;
    }
    #page .concept img{
        display: inline-block;
        width: 510px;
        float: right;
        padding-left: 40px;
        padding-right: 0;
    }
}
@media (min-width: 1200px){
    #page .title h2{
        font-size: 32px;
        line-height: 1;
    }
    #page .concept img{
        width: 580px;
    }
    
}
@media (min-width: 1500px){
    #page .concept img{
        padding-left: 80px;
    }
}
.map{
    display: none;
}
.map_button{
    display: block;
    margin: 30px auto 0px auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #9b3325;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.contact .text h1{
    display: none;
}
.contact .text p{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-weight: lighter;
    padding-top: 10px;
}
@media (min-width: 768px){
    .contact .text h1{
        display: block;
        font-size: 18px;
        color: #9b3325;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .contact .text p{
        border-bottom: none;
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 0;
    }
    .map_button{
        display: none;
    }
    .map{
        display: block;
        margin-bottom: 30px;
    }
    .anchorBL{
        display: none;
    }
    .BMap_noprint{
        display: none;
    }
    #map{
        width: 100%;
        height: 350px;
    }
}
@media (min-width: 992px){
    .map{
        float: left;
        padding-right: 40px;
    }
    #map{
        width: 510px;
        height: 246px;
    }
}
@media (min-width: 1200px){
    .map{
        padding-right: 60px;
    }
    #map{
        width: 600px;
        height: 284px;
    }
}
@media (min-width: 1500px){
    .map{
        padding-right: 80px;
    }
    #map{
        width: 800px;
        height: 300px;
    }
}



/*images*/
#images ul{
    margin: 0 -5px;
}
#images li{
    margin-bottom: 10px;
}
#images li a{
    display: block;
    background: #fff;
    position: relative;
}
#images li img{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
#images li p{
    font-size: 16px;
    height: 40px; 
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
}



/*images*/
#products{
    margin-top: 30px;
    margin-bottom: 80px;
}
#products #lists{
    margin-left: -7px;
    margin-right: -8px;
}
#products figure{
    width: 50%;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
    background: #fff;
    margin-bottom: 5px;
}
#products a{
    display: block;
}
#products img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
#products figcaption{
    font-size: 16px;
    height: 40px; 
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
}
@media (min-width: 992px){
    #products{
        margin-top: 30px;
    }
    #products #lists{
        margin-left: -15px;
        margin-right: -15px;
    }
    #products figure{
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
        margin-bottom: 15px;
    }
    #products a{
        display: block;
    }
    #products img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #products figcaption{
        font-size: 16px;
        height: 40px; 
        text-align: center;
        padding: 0 10px;
        line-height: 40px;
        color: #333;
    }
}



/*contact*/



#feedback input[type=text]{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: lighter;
}
#feedback textarea{
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 10px;
    line-height: 20px;
    margin-bottom: 15px;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: lighter;
}
#feedback input[type=submit]{
    display: block;
    width: 100%;
    height: 50px;
    background: #bfa538;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    font-weight: lighter;
}


.about-title{
    text-align: center;
}
.about-title p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 24px;
}
.profile{
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    margin: 0 auto;
}
.profile .content{
    margin-bottom: 20px;
}
.profile .content img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.profile .content p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
.profile .icon-wrap{
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.profile .icon-wrap li{
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.profile .icon-wrap li .fa{
    display: block;
    font-size: 50px;
    margin-bottom: 5px;
    color: #bb9645;
}
.profile .icon-wrap li p{
    font-size: 14px;
    color: #666;
    line-height: 16px;
}
.profile .icon-wrap li .num{
    font-weight: bold;
    color: #bb9645;
    font-size: 20px;
    line-height: 24px;
}
.profile .pic-wrap{
    margin-left: -15px;
    margin-right: -15px;   
}
.profile .pic-wrap li{
    float: left;
    width: 100%;
    padding: 0 15px;
}
.profile .pic-wrap li:first-child{
     margin-bottom: 20px;
}
.profile .pic-wrap li img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.about-banner{
    height: 200px;
    background: url('../images/banner-about.jpg') center center no-repeat;
    
    position: relative;
    background-size: cover;
}
.about-banner .c{
    padding-top: 61px;
}
.about-banner img.play{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
}
.about-banner p{
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}
.about-certificate{
    position: relative;
}

.about-certificate .cerprev,
.about-certificate .cernext{
    display: none;
}
.certificate{
    position: relative;
    overflow: hidden;
}
.certificate li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.certificate li a{
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}
.certificate li img{
    display: block;
    width: 100%;
}
.partner{
    position: relative;
    overflow: hidden;
  	margin-bottom: 80px;
}
.partner li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #ccc;
}
.partner li a{
    display: block;
    width: 100%;
}
.partner li img{
    display: block;
    width: 100%;
    height: auto;
}
.partner .panext,
.partner .papre{
        display: none;
}

@media (min-width: 768px){
    .about-title p{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .profile{
        width: 750px;
    }
    .profile .content{
        margin-bottom: 30px;
    }
    .profile .icon-wrap{
        margin-bottom: 30px;
    }
    .profile .icon-wrap li .fa{
        font-size: 60px;
        margin-bottom: 10px;
    }
    .profile .icon-wrap li .num{
        font-size: 24px;
        line-height: 28px;
    }
    .profile .pic-wrap li{
        margin-bottom: 0px;
    }
    .profile .pic-wrap li{
        width: 50%;
    }
    .about-banner{
        height: 350px;
        background: url('../images/banner-about.jpg') center center no-repeat;
        
        position: relative;
        background-size: cover;
    }
    .about-banner .c{
        padding-top: 130px;
    }
    .about-banner img.play{
        width: 50px;
        height: 50px;
    }
    .about-banner p{
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px;
    }
  .partner{
  	margin-bottom: 0px;
}
  
}
@media (min-width: 992px){
    .about-banner{
        height: 500px;
        background: url('../images/banner-about.jpg') center center no-repeat;
        position: relative;
        background-size:1920px 500px;
        background-attachment: fixed;
    }
    .about-banner .c{
        padding-top: 200px;
    }
    .about-banner img.play{
        width: 50px;
        height: 50px;
    }
    .about-banner p{
        font-size: 20px;
        line-height: 30px;
    }
    .about-certificate{
        padding: 0 80px;
    }
    .about-certificate .cerprev,
    .about-certificate .cernext{
        display: block;
        position: absolute;
        top: 50%;
        font-size: 34px;
        margin-top: -17px;
        color: #ccc;
        cursor: pointer;
    }
    .about-certificate .cerprev{
        left: 20px;
    }
    .about-certificate .cernext{
        right: 20px;
    }
    .partner{
        position: relative;
    }
    .partner .panext,
    .partner .papre{
        cursor: pointer;
        display: block;
        position: absolute;
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
        color: #ccc;
        z-index: 10;
    }
    .partner .panext{
        right: 10px;
    }
    .partner .papre{
        left: 10px;
    }
}
@media (min-width: 1200px){
    .about-title p{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 28px;
    }
    .profile{
        width: 970px;
    }
    .profile .content{
        margin-bottom: 50px;
    }
    .profile .icon-wrap{
        margin-bottom: 40px;
    }
    .profile .icon-wrap li .fa{
        margin-bottom: 15px;
    }
    .profile .icon-wrap li .num{
        font-size: 26px;
        line-height: 30px;
    }
    .about-banner .c{
        padding-top: 190px;
    }
    .about-banner img.play{
        width: 60px;
        height: 60px;
    }
    .about-banner p{
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
    }
    .about-certificate{
        padding: 0 80px;
        position: relative;
    }
    .about-certificate .cerprev{
        left: 25px;
    }
    .about-certificate .cernext{
        right: 25px;
    }
}
@media (min-width: 1500px){
   .about-title p{
        font-size: 30px;
        margin-bottom: 40px;
        line-height: 32px;
    }
    .profile{
        width: 1170px;
    }
    .profile .icon-wrap li .num{
        font-size: 30px;
        line-height: 32px;
    }
    .about-banner .c{
        padding-top: 180px;
    }
    .about-banner img.play{
        width: 80px;
        height: 80px;
    }
    .about-banner p{
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
    }
    
}


.join-r .item{
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.join-r .item:last-child{
    border:none;
    margin-bottom: 0;
}
.join-r .item img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.join-r .item p{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}
.join-r .item p.t{
    font-size: 18px;
    font-weight: bold;
    color: #bb9645;
}
@media (min-width: 992px){
    .join-r .item{
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .join-r .item img{
        display: inline-block;
        width: 510px;
        float: left;
        padding-right: 40px;
    }
    .join-r .item:nth-child(2n) img{
        float: right;
        padding-left: 40px;
        padding-right: 0;
    }
    .join-r .item p{
        font-size: 16px;
        color: #333;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .join-r .item p.t{
        font-size: 18px;
        font-weight: bold;
        color: #bb9645;
    }
}
@media (min-width: 1200px){
    .join-r .item{
        padding-bottom: 25px;
        margin-bottom: 40px;
    }
    .join-r .item img{
        width: 580px;
        padding-right: 80px;
    }
    .join-r .item:nth-child(2n) img{
        padding-left: 80px;
        padding-right: 0;
    }
    .join-r .item p{
        font-size: 14px;
        color: #333;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .join-r .item p.t{
        font-size: 18px;
        font-weight: bold;
        color: #bb9645;
    }
    
}
@media (min-width: 1500px){
    .join-r.contain{
        width: 1170px !important;
    }
}

.join-p{
    background: #f2f2f2;
}
.join-p .contain{
    overflow: hidden;
}
.join-p ul{
    text-align: center;
}
.join-p li{
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 15px;
}
.join-p li img{
    display: block;
}
.join-p li .item{
    width: 80px;
    float: left;
}
.join-p li .item img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.join-p li .arrow{
    float: left;
    margin: 0 10px;
    width: 30px;
}
.join-p li .arrow img{
    display: block;
    padding-top: 30px;
    width: 30px;
}
.join-p li p{
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
}
@media (min-width: 440px){
    .join-p li{
        padding-bottom: 15px;
    }
    .join-p li .item{
        width: 100px;
        float: left;
    }
    .join-p li .arrow{
        float: left;
        margin: 0 15px;
    }
    .join-p li .arrow img{
        padding-top: 40px;
    }
}
@media (min-width: 600px){
    .join-p li{
        padding-bottom: 15px;
    }
    .join-p li .item{
        width: 120px;
        float: left;
    }
    .join-p li .arrow img{
        padding-top: 50px;
    }
}
@media (min-width: 600px){
    .join-p li{
        padding-bottom: 15px;
    }
    .join-p li .item{
        width: 120px;
        float: left;
    }
    .join-p li .arrow{
        float: left;
        margin: 0 15px;
    }
    .join-p li .arrow img{
        padding-top: 50px;
    }
}
@media (min-width: 992px){
    .join-p li .arrow{
        float: left;
        margin: 0 40px;
    }
}
@media (min-width: 1200px){
    .join-p .contain{
        width: 970px !important;
    }
}


.join-t{
    margin-bottom: 80px;
    text-align: center;
}
.join-t .c p{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 15px;

}
@media (min-width: 992px){
    .join-t .c p{
        font-size: 18px;
        display: inline-block;

    }
}