/* ----------------------------鍔炲叕-------------------------------------- */

.bg-words-box{

    width: 100%;

    overflow: hidden;

    padding: 0 0 20px 0;

}

.bg-words{

    width: 1400px;

    margin: 0 auto;

}

.bg-words-title{

    width: 100%;

    overflow: hidden;

    padding: 64px 0 20px 0;

    text-align: center;

}

.bg-words-title h6{

    font-size: 36px;

    color: #333;

    font-weight: bold;

}

.bg-words-matter{

    width: 100%;

    overflow: hidden;

}

.bg-words-matter ul{

    width: 100%;

    margin-left: -2%;

}

.bg-words-matter ul li{

    width: 23%;

    overflow: hidden;

    float: left;

    margin-left: 2%;

    margin-top: 2%;

    border: 1px solid #e8e8e8;

    padding: 5px;

}

.bg-words-pic{

    width: 100%;

    height: auto;

    overflow: hidden;

    position: relative;

}

.bg-words-pic img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.bg-words-wz{

    width: 100%;

    padding: 16px 0;

    text-align: center;

    background-color: #fff;

}

.bg-words-wz p{

    color: #555;

    font-size: 15px;

}

.bg-words-matter ul li:hover{

    padding: 0;

    border: 6px solid #e9532a;

}

.bg-words-matter ul li:hover .bg-words-wz{

    background-color: #e9532a;

}

.bg-words-matter ul li:hover .bg-words-wz p{

    color: #fff;

}

.bg-words-picsd{

    position: absolute;

    top: 0%;

    left: 0%;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.5);

    text-align: center;

    opacity: 0;

    z-index: 2;

}

.bg-words-picsd i{

    width: 44px;

    height: 44px;

    display: block;

    background-repeat: no-repeat;

    background-image: url('./popBig/icon-see2.png');

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -22px;

    margin-left: -22px;

}

.bg-words-matter ul li:hover .bg-words-picsd{

    opacity: 1;

}





/* -----------------------------鍏充簬鎴戜滑------------------------------------- */

.gywm-bigtitle-box{

    width: 100%;

    overflow: hidden;

    padding: 70px 0;

}

.gywm-bigtitle{

    width: 100%;

    text-align: center;

}

.gywm-bigtitle h6{

    font-size: 36px;

    color: #333;

    font-weight: bold;

}

.gywm-bigtitle p{

    font-size: 14px;

    color: #777;

    width: 70%;

    margin-left: 15%;

    line-height: 24px;

    margin-top: 20px;

}

.gywm-value-box{

    width: 100%;

    overflow: hidden;

}

.gywm-value{

    width: 100%;

}

.gywm-value ul{

    width: 100%;

    overflow: hidden;

}

.gywm-value ul li{

    width: 50%;

    height: 544px;

    overflow: hidden;

    float: left;

    position: relative;

}

.gywm-value ul li:nth-child(1) img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all 1s;

}

.gywm-value ul li:nth-child(1):hover img{

    transform: scale(1.1);

}

.gywm-value ul li:nth-child(2){

    background-color: #f7f7f7;

    padding: 0 54px;

}

.gywm-value ul li:nth-child(2) h6{

    font-size: 28px;

    color: #555;

    font-weight: bold;

    margin-top: 18%;

}

.gywm-value ul li:nth-child(2) p{

    font-size: 13px; 

    color: #777;

    width: 80%;

    line-height: 24px;

    margin-top: 20px;

}



.gywm-business-box{

    width: 100%;

    overflow: hidden;

    padding: 0 0 80px 0;

}

.gywm-business{

    width: 1400px;

    margin: 0 auto;

}

.gywm-business ul{

    width: 100%;

}

.gywm-business ul li{

    width: 20%;

    position: relative;

    float: left;

    z-index: 1;

}

.gywm-business-pic{

    width: 100%;

    height: 472px;

    overflow: hidden;

    position: relative;

    z-index: 5;

}

.gywm-business-pic img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.gywm-business-pic h6{

    position: absolute;

    font-size: 18px;

    color: #fff;

    left: 20px;

    bottom: 20px;

    white-space:nowrap;

    text-overflow:ellipsis;

    overflow:hidden;

    z-index: 2;

}

.gywm-business-pic:before{

    content: '';

    position: absolute;

    width: 100%;

    height: 50%;

    left: 0;

    top: 0;

    background-color: rgba(0,0,0,.5);

    transition: all .6s;

}

.gywm-business-pic:after{

    content: '';

    position: absolute;

    width: 100%;

    height: 50%;

    left: 0;

    bottom: 0;

    background-color: rgba(0,0,0,.5);

    transition: all .6s;

}

.gywm-business ul li:hover .gywm-business-pic:before{

    height: 0;

}

.gywm-business ul li:hover .gywm-business-pic:after{

    height: 0;

}

.gywm-business ul li:hover .gywm-business-pic h6{

    opacity: 0;

}

.gywm-business-words{

    width: 200%;

    height: 100%;

    background: #f8f8f8;

    position: absolute;

    top: 0%;

    opacity: 0;

    transition: all .8s;

}

.gywm-business ul li:nth-child(1) .gywm-business-words{

    left: 0%;

}

.gywm-business ul li:nth-child(1):hover .gywm-business-words{

    left: 100%;

    opacity: 1;

}

.gywm-business ul li:nth-child(2) .gywm-business-words{

    left: 0%;

}

.gywm-business ul li:nth-child(2):hover .gywm-business-words{

    left: 100%;

    opacity: 1;

}

.gywm-business ul li:nth-child(3) .gywm-business-words{

    left: 0%;

}

.gywm-business ul li:nth-child(3):hover .gywm-business-words{

    left: 100%;

    opacity: 1;

}



.gywm-business ul li:nth-child(n+4) .gywm-business-words{

    right: 0%;

}

.gywm-business ul li:nth-child(n+4):hover .gywm-business-words{

    right: 100%;

    opacity: 1;

}



.gywm-business ul li:hover{

    z-index: 10;

}



.gywm-business-wb{

    display: table;

    width: 100%;

    height: 100%;

    overflow-y: auto;

    position: absolute;

    top: 0px;

    left: 0px;

}

.gywm-business-wbw{

    display: table-cell;

    padding: 0 10%;

    vertical-align: middle;

}

.gywm-business-wbw h6{

    font-size: 30px;

    color: #333;

    font-weight: bold;

}

.gywm-business-wbw p{

    font-size: 13px;

    color: #777;

    line-height: 24px;

    margin-top: 14px;

}

.gywm-business-wbw h5{

    width: 200px;

    height: 50px;

    border: 2px solid #e84526;

    text-align: center;

    display: inline-block;

    line-height: 50px;

    font-size: 13px;

    color: #e84526;

    font-weight: bold;

    position: relative;

    transition: all .8s;

    margin-top: 34px;

}

.gywm-business-wbw h5 span{

    position: relative;

    z-index: 2;

}

.gywm-business-wbw h5 i{

    width: 16px;

    height: 7px;

    display: inline-block;

    background-repeat: no-repeat;

    background-image: url('../images/aboutgather/gywm_arrow.png');

    vertical-align: middle;

    margin: -4px 0 0 10px;

    position: relative;

    z-index: 2;

    transition: all .8s;

}

.gywm-business-wbw h5:before{

    content: '';

    position: absolute;

    left: 0%;

    top: 0%;

    height: 100%;

    width: 0;

    transition: all .6s;

    background-color: #e84526;

    z-index: 1;

}

.gywm-business-wbw h5:hover:before{

    width: 100%;

}

.gywm-business-wbw h5:hover{

    color: #fff;

}

.gywm-business-wbw h5:hover i{

    background-image: url('../images/aboutgather/gywm_arrowH.png');

}





.gywm-organ-box{

    width: 100%;

    overflow: hidden;

    padding: 0 0 24px 0;

    position: relative;

}

.gywm-organ-boxpic{

    width: 100%;

    height: 592px;

    background-repeat: no-repeat;

    background-image: url('../images/aboutgather/gywm_organ_bg.jpg');

}

.gywm-organ{

    width: 1400px;

    margin: 0 auto;

}

.gywm-organ-title{

    width: 100%;

    text-align: center;

    padding: 80px 0 40px 0;

}

.gywm-organ-title h6{

    font-size: 36px;

    color: #fff;

    font-weight: bold;

}

.gywm-organ-matter{

    width: 100%;

    overflow: hidden;

}



.gywm-organ-matter ul{

    width: 100%;

}

.gywm-organ-matter ul li{

    width: 20%;

    float: left;

    text-align: center;

}



.gywm-organ-words{

    width: 100%;

    cursor: pointer;

}

.gywm-organ-words h6{

    width: 94px;

    height: 94px;

    text-align: center;

    margin: 0 auto;

    border-radius: 100%;

    background-color: #fff;

}

.gywm-organ-words h6 i{

    display: inline-block;

    background-repeat: no-repeat;

}

.gywm-organ-words p{

    font-size: 20px;

    color: #fff;

    margin-top: 10px;

}

.gywm-organ-words hr{

    width: 1px;

    background-color: #fff;

    display: inline-block;

    margin-top: 16px;

}

.gywm-organ-words h5{

    width: 24px;

    height: 24px;

    margin: 0 auto;

    border-radius: 100%;

    background-color: rgba(255,255,255,.5);

    text-align: center;

    margin-top: -10px;

}

.gywm-organ-words h5 b{

    width: 14px;

    height: 14px;

    display: inline-block;

    border-radius: 100%;

    background-color: #fff;

    margin-top: 5px;

}





.gywm-organ-matter ul li:nth-child(1) .gywm-organ-words hr{

    height: 140px;

}

.gywm-organ-matter ul li:nth-child(1) .gywm-organ-words h6 i{

    width: 42px;

    height: 40px;

    background-image: url('../images/aboutgather/gywm_icon1.png');

    margin-top: 27px;

}

.gywm-organ-matter ul li:nth-child(1) .gywm-organ-words:hover h6 i{

    background-image: url('../images/aboutgather/gywm_icon1H.png');

}





.gywm-organ-matter ul li:nth-child(2) .gywm-organ-words hr{

    height: 200px;

}

.gywm-organ-matter ul li:nth-child(2) .gywm-organ-words h6 i{

    width: 48px;

    height: 40px;

    background-image: url('../images/aboutgather/gywm_icon2.png');

    margin-top: 27px;

}

.gywm-organ-matter ul li:nth-child(2) .gywm-organ-words:hover h6 i{

    background-image: url('../images/aboutgather/gywm_icon2H.png');

}





.gywm-organ-matter ul li:nth-child(3) .gywm-organ-words hr{

    height: 140px;

}

.gywm-organ-matter ul li:nth-child(3) .gywm-organ-words h6 i{

    width: 40px;

    height: 40px;

    background-image: url('../images/aboutgather/gywm_icon3.png');

    margin-top: 27px;

}

.gywm-organ-matter ul li:nth-child(3) .gywm-organ-words:hover h6 i{

    background-image: url('../images/aboutgather/gywm_icon3H.png');

}





.gywm-organ-matter ul li:nth-child(4) .gywm-organ-words hr{

    height: 200px;

}

.gywm-organ-matter ul li:nth-child(4) .gywm-organ-words h6 i{

    width: 43px;

    height: 37px;

    background-image: url('../images/aboutgather/gywm_icon4.png');

    margin-top: 28.5px;

}

.gywm-organ-matter ul li:nth-child(4) .gywm-organ-words:hover h6 i{

    background-image: url('../images/aboutgather/gywm_icon4H.png');

}





.gywm-organ-matter ul li:nth-child(5) .gywm-organ-words hr{

    height: 140px;

}

.gywm-organ-matter ul li:nth-child(5) .gywm-organ-words h6 i{

    width: 44px;

    height: 41px;

    background-image: url('../images/aboutgather/gywm_icon5.png');

    margin-top: 26.5px;

}

.gywm-organ-matter ul li:nth-child(5) .gywm-organ-words:hover h6 i{

    background-image: url('../images/aboutgather/gywm_icon5H.png');

}





.gywm-organ-matter ul li:nth-child(6) .gywm-organ-words hr{

    height: 200px;

}

.gywm-organ-matter ul li:nth-child(6) .gywm-organ-words h6 i{

    width: 44px;

    height: 46px;

    background-image: url('../images/aboutgather/gywm_icon6.png');

    margin-top: 24px;

}

.gywm-organ-matter ul li:nth-child(6) .gywm-organ-words:hover h6 i{

    background-image: url('../images/aboutgather/gywm_icon6H.png');

}



.gywm-organ-matter ul li:nth-child(2n+1) .gywm-organ-words{

    margin-top: 134px;

}

.gywm-organ-matter ul li:nth-child(2n+2) .gywm-organ-words{

    margin-top: 74px;

}



.gywm-organ-words:hover h6{

    background-color: #e84526;

}

.gywm-organ-words:hover hr{

    background-color: #e84526;

}

.gywm-organ-words:hover h5{

    background-color: rgba(232,69,38,.5);

}

.gywm-organ-words:hover h5 b{

    background-color: #e84526;

}



.gywm-brand-box{

    width: 100%;

    overflow: hidden;

    padding: 0 0 80px 0;

}

.gywm-brand{

    width: 1400px;

    margin: 0 auto;

}

.gywm-brand-title{

    width: 100%;

    padding: 60px 0 42px 0;

    overflow: hidden;

    text-align: center;

}

.gywm-brand-title h6{

    font-size: 36px;

    color: #333;

    font-weight: bold;

}



.gywm-brand-matter{

    width: 100%;

    overflow: hidden;

}

.gywm-brand-matter ul li{

    width: 50%;

    float: left;

    height: 456px;

    overflow: hidden;

}

.gywm-brand-matter ul li:nth-child(1) img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all 1s;

}

.gywm-brand-matter ul li:nth-child(1):hover img{

    transform: scale(1.1);

}

.gywm-brand-matter ul li:nth-child(2){

    display: table;

    background-color: #f3f3f3;

}

.gywm-brand-words{

    display: table-cell;

    vertical-align: middle;

    padding: 0 10%;

}

.gywm-brand-words h5{

    font-size: 18px;

    color: #555;

    font-weight: bold;

}

.gywm-brand-words h6{

    font-size: 15px;

    color: #555;

    margin-top: 24px;

}

.gywm-brand-p{

    width: 100%;

    overflow: hidden;

    padding: 24px 0 0 0;

}

.gywm-brand-words p{

    font-size: 14px;

    color: #777;

    margin-top: 8px;

}





/* ---------------------------鍛樺伐娲诲姩--------------------------------------- */

.yghd-activity-box{

    width: 100%;

    overflow: hidden;

    padding: 0 0 80px 0;

}

.yghd-activity{

    width: 1400px;

    margin: 0 auto;

}



.yghd-activity-title{

    width: 100%;

    overflow: hidden;

    text-align: center;

    padding: 64px 0 24px 0;

}

.yghd-activity-title h6{

    font-size: 36px;

    color: #333;

    font-weight: bold;

}

.yghd-activity-matter{

    width: 100%;

    overflow: hidden;

}

.yghd-maxpic{

    width: 100%;

    height: 583px;

    overflow: hidden;

}

.yghd-maxpic ul li{

    width: 100%;

    height: 583px;

    overflow: hidden;

}

.yghd-maxpicL{

    width: 75%;

    overflow: hidden;

    float: left;

}

.yghd-maxpicL img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all 1s;

}

.yghd-maxpicL img:hover{

    transform: scale(1.1);

}

.yghd-maxpicR{

    width: 24%;

    display: table;

    height: 100%;

    float: right;

    overflow: hidden;

    border: 1px solid #f1f1f1;

    padding: 0 16px;

}

.yghd-maxpicRw{

    display: table-cell;

    vertical-align: middle;

}

.yghd-maxpicRw h6{

    font-size: 20px;

    color: #333;

    font-weight: bold;

}

.yghd-maxpicRw p{

    font-size: 16px;

    color: #777;

    margin-top: 20px;

}

.yghd-maxpicRw h4{

    display: inline-block;

    width: 144px;

    height: 38px;

    text-align: center;

    line-height: 38px;

    border: 1px solid #aeaeae;

    font-size: 15px;

    color: #777;

    margin-top: 34px;

}

.yghd-maxpicRw h4 i{

    width: 19px;

    height: 13px;

    display: inline-block;

    background-repeat: no-repeat;

    background-image: url('../images/aboutgather/yghd_eyeicon.png');

    vertical-align: middle;

    margin: -2px 10px 0 0;

}

.yghd-maxpicRw h4:hover{

    border: 1px solid #e84526;

    background-color: #e84526;

    color: #fff;

}

.yghd-maxpicRw h4:hover i{

    background-image: url('../images/aboutgather/yghd_eyeiconH.png');

}







.yghd-minpic{

    width: 100%;

    height: 145px;

    overflow: hidden;

    margin-top: 16px;

}

.yghd-minpic .prev,.yghd-minpic .next{

    display: block;

    width: 42px;

    height: 145px;

    background-color: #c3c3c3;

    text-align: center;

}

.yghd-minpic .prev:hover,.yghd-minpic .next:hover{

    background-color: #e9532a;

}

.yghd-minpic .prev i,.yghd-minpic .next i{

    width: 9px;

    height: 17px;

    background-repeat: no-repeat;

    display: inline-block;

    margin-top: 64px;

}

.yghd-minpic .prev i{

    background-image: url('../images/aboutgather/yghd_lefticon.png');

}

.yghd-minpic .next i{

    background-image: url('../images/aboutgather/yghd_righticon.png');

}

.yghd-minpic .prev{

    float: left;

}

.yghd-minpic .next{

    float: right;

}

.yghd-minpic-list{

    width: 1316px;

    position: relative;

    height: 145px;

    overflow: hidden;

    float: left;

}

.yghd-minpic ul{

    height: 145px;

    overflow: hidden;

}

.yghd-minpic ul li{

    float: left;

    width: 251px;

    height: 145px;

    margin-left: 10px;

    cursor: pointer;

    position: relative;

    box-sizing: border-box;

}

.yghd-minpic ul li.on{

    border: 2px solid #e84526;

}

.yghd-minpic ul li img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}





/* -----------------------------浼佷笟鑽ｈ獕------------------------------------- */

.qyry-words-box{

    background-color: #f2f2f2;

}

.qyry-words-box .bg-words-pic{

    padding: 20px;
	height:220px;

}

.qyry-words-box ul li{

    background-color: #fff;
}









/* ------------------------------浜烘墠鍙戝睍------------------------------------ */

.rcfz-develop-box{

    width: 100%;

    overflow: hidden;

    padding: 40px 0 50px 0;

    background-color: #f2f2f2;

}

.rcfz-develop{

    width: 1400px;

    margin: 0 auto;

    background-color: #fff;

}



.rcfz-develop-top{

    width: 100%;

    overflow: hidden;

}

.rcfz-develop-top ul li{

    float: left;

    width: 50%;

    height: 384px;

    overflow: hidden;

}

.rcfz-develop-top ul li:nth-child(1) img{

    width: 100%;

    height: 100%;

    transition: all 1s;

    object-fit: cover;

}

.rcfz-develop-top ul li:nth-child(1):hover img{

    transform: scale(1.1);

}

.rcfz-develop-top ul li:nth-child(2){

    display: table;

    overflow: hidden;

}

.rcfz-develop-tw{

    display: table-cell;

    vertical-align: middle;

    padding: 0 10%;

}

.rcfz-develop-tw h6{

    font-size: 32px;

    color: #333;

    font-weight: bold;

}

.rcfz-develop-tw p{

    font-size: 14px;

    color: #777;

    margin-top: 20px;

}



.rcfz-develop-center{

    width: 100%;

    overflow: hidden;

}

.rcfz-develop-center ul li{

    width: 20%;

    float: left;

    text-align: center;

    padding: 44px 10px;

    font-size: 18px;

    color: #555;

    overflow: hidden;

    border-top: 1px solid #f2f2f2;

    border-bottom: 1px solid #f2f2f2;

    border-right: 1px solid #f2f2f2;

}

.rcfz-develop-center ul li:last-child{

    border-right: none;

}

.rcfz-develop-bottom{

    width: 100%;

    overflow: hidden;

    padding: 60px 0 40px 0;

    text-align: center;

}

.rcfz-develop-bottom img{

    max-width: 100%;

    max-height: 100%;

    object-fit: cover;

}

.rcfz-invite-box{

    width: 100%;

    padding: 80px 0 0 0;

    background-repeat: no-repeat;

    background-image: url('../images/aboutgather/rcfz_zpbg.jpg');

    overflow: hidden;

}

.rcfz-invite{

    width: 1400px;

    margin: 0 auto;

}



.rcfz-invite-title{

    width: 100%;

    overflow: hidden;

    text-align: center;

    padding: 0 0 14px 0;

}

.rcfz-invite-title h6{

    font-size: 36px;

    color: #fff;

    font-weight: bold;

}

.rcfz-invite-matter{

    width: 100%;

    overflow: hidden;

    padding: 0 0 16px 0;

}

.rcfz-invite-matter ul li{

    width: 31.3333333333%;

    margin-left: 2%;

    margin-top: 2%;

    background-color: #fff;

    padding: 30px 26px;

    float: left;

    border-top: 3px solid #fff;

}

.rcfz-invite-matter ul li:hover{

    border-top: 3px solid #e84526;

}



.rcfz-invite-words{

    width: 100%;

    overflow: hidden;

}

.rcfz-invite-words h4{

    font-size: 20px;

    color: #333;

    font-weight: bold;

}

.rcfz-invite-matter ul li:hover .rcfz-invite-words h4{

    color: #e84526;

}



.rcfz-invite-words h6{

    overflow: hidden;

    width: 100%;

    margin-top: 16px;

}

.rcfz-invite-words h6 i{

    width: 13px;

    height: 13px;

    background-repeat: no-repeat;

    background-image: url('../images/aboutgather/rcfz_iczp.png');

    display: inline-block;

    vertical-align: middle;

    margin: -2px 4px 0 0;

}

.rcfz-invite-words h6 span{

    font-size: 14px;

    color: #777;

    margin-right: 16px;

}

.rcfz-invite-wduan{

    width: 100%;

    overflow: hidden;

    height: 122px;

    margin-top: 16px;

    line-height: 24px;

    color: #777;

}

.rcfz-invite-words p{

    font-size: 14px;

    color: #777;

    line-height: 22px;

    margin-top: 6px;

}

.rcfz-invite-words h5{

    width: 64px;

    height: 30px;

    text-align: center;

    border-radius: 5px;

    background-color: #999;

    margin-top: 30px;

    cursor: pointer;

}

.rcfz-invite-words h5:hover{

    background-color: #e84526;

}

.rcfz-invite-words h5 i{

    width: 6px;

    height: 11px;

    background-repeat: no-repeat;

    display: inline-block;

    background-image: url('../images/aboutgather/rcfz_arrowR.png');

    margin-top: 9.5px;

}

.rcfz-invite-popbox{

    position: fixed;

    top: 0%;

    left: 0%;

    width: 100%;

    height: 100%;

    z-index: 999;

    background-color: rgba(0,0,0,.5);

    display: none;

}

.rcfz-invite-pop{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    width: 800px;

    height: 480px;

    padding: 36px 24px 24px 24px;

    background-color: #fff;

    overflow: auto;

    

}



.rcfz-invite-popT{

    width: 100%;

    overflow: hidden;

    padding: 0 0 16px 0;

    border-bottom: 1px solid rgb(230, 230, 230);

}

.rcfz-invite-popT h6{

    font-size: 24px;

    color: #e84526;

    font-weight: bold;

}

.rcfz-invite-popC{

    width: 100%;

    overflow: hidden;

    padding: 10px 0;

}

.rcfz-invite-popC p{

    font-size: 14px;

    color: #777;

    line-height: 22px;

    margin-top: 6px;

}

.rcfz-invite-popB{

    width: 100%;

    overflow: hidden;

    margin-top: 36px;

}

.rcfz-invite-popB h6{

    width: 150px;

    height: 40px;

    text-align: center;

    line-height: 40px;

    color: #fff;

    font-size: 16px;

    background-color: #999;

    border-radius: 4px;

}

.rcfz-invite-popB h6:hover{

    background-color: #e84526;

}

.rcfz-invite-popB h6 i{

    width: 27px;

    height: 17px;

    display: inline-block;

    background-repeat: no-repeat;

    background-image: url('../images/aboutgather/rcfz_icfj.png');

    vertical-align: middle;

    margin: -4px 6px 0 0;

}

.rcfz-invite-popclose{

    width: 42px;

    height: 42px;

    background-color: #c0c0c0;

    position: absolute;

    right: 0;

    top: 0;

    cursor: pointer;

    text-align: center;

}

.rcfz-invite-popclose:hover{

    background-color: #e84526;

}

.rcfz-invite-popclose i{

    width: 18px;

    height: 18px;

    display: inline-block;

    background-repeat: no-repeat;

    background-image: url('../images/aboutgather/rcfz_icclose.png');

    margin-top: 12px;

}





/* ------------------------------------------------------------------ */















/* ------------------------------------------------------------------ */















/* ------------------------------------------------------------------ */















/* ------------------------------------------------------------------ */



/* -------------------------PC绔?-------------------------- */



@media all and (max-width:1700px) {}



@media all and (max-width:1460px) {

    /* 鍔炲叕 */

    .bg-words {

        width: 94%;

        margin-left: 3%;

    }

    .bg-words-pic{

        height: 284px;

    }

    /* 鍏充簬鎴戜滑 */

    .gywm-organ {

        width: 94%;

        margin-left: 3%;

    }

    .gywm-business {

        width: 94%;

        margin-left: 3%;

    }

    .gywm-brand {

        width: 94%;

        margin-left: 3%;

    }

    /* 鍛樺伐娲诲姩 */

    .yghd-activity {

        width: 1200px;

    }

    .yghd-maxpic{

        height: 500px;

    }

    .yghd-maxpic ul li{

        height: 500px;

    }

    .yghd-minpic{

        height: 132px;

    }

    .yghd-minpic .prev, .yghd-minpic .next{

        height: 132px;

        width: 38px;

    }

    .yghd-minpic .prev i, .yghd-minpic .next i{

        margin-top: 57.5px;

    }

    .yghd-minpic-list {

        width: 1124px;

        height: 132px;

    }

    .yghd-minpic ul{

        height: 132px;

    }

    .yghd-minpic ul li {

        width: 208px;

        height: 132px;

        margin-left: 14px;

    }

    /* 浜烘墠鍙戝睍 */

    .rcfz-develop {

        width: 94%;

        margin-left: 3%;

    }

    .rcfz-invite {

        width: 94%;

        margin-left: 3%;

    }

}



@media all and (max-width:1380px) {

    /* 鍔炲叕 */

    .bg-words-pic{

        height: 264px;

    }

     /* 鍏充簬鎴戜滑 */

}



@media all and (max-width:1300px) {

     /* 鍔炲叕 */

     /* 鍏充簬鎴戜滑 */

}



@media all and (max-width:1280px) {

    /* 鍔炲叕 */

    .bg-words-pic{

        height: 244px;

    }

    .gywm-business-pic h6 {

        font-size: 14px;

        left: 8px;

        bottom: 14px;

    }

    .gywm-organ-words p {

        font-size: 14px;

        margin-top: 16px;

    }

     /* 鍏充簬鎴戜滑 */

     /* 鍛樺伐娲诲姩 */

     .yghd-activity {

        width: 900px;

    }

    .yghd-maxpic {

        height: 420px;

    }

    .yghd-maxpic ul li{

        height: 420px;

    }

    .yghd-minpic-list{

        width: 830px;

        height: 110px;

    }

    .yghd-maxpicL img{

        height: 420px;

    }

    .yghd-minpic .prev, .yghd-minpic .next {

        height: 110px;

        width: 35px;

    }

    .yghd-minpic .prev i, .yghd-minpic .next i {

        margin-top: 46.5px;

    }

    .yghd-minpic{

        height: 110px;

    }

    .yghd-minpic ul{

        height: 110px;

    }

    .yghd-minpic ul li {

        width: 166px;

        height: 110px;

        margin-left: 0;

    }

    /* 浜烘墠鍙戝睍 */

    .rcfz-invite-wduan{

        height: 114px;

    }

}



@media all and (max-width:1200px) {

    /* 鍔炲叕 */

    .bg-words-pic{

        height: 206px;

    }

     /* 鍏充簬鎴戜滑 */

     /* 浜烘墠鍙戝睍 */

     .rcfz-develop-top ul li{

         height: 300px;

     }

}





/* ------------------------鎵嬫満绔?------------------------- */



@media all and (max-width:1000px) {

    /* 鍔炲叕 */

    .bg-words-title h6 {

        font-size: 22px;

    }

    .bg-words-title {

        padding: 24px 0 16px 0;

    }

    .bg-words-matter ul {

        margin-left: -1%;

    }

    .bg-words-matter ul li {

        width: 48%;

    }

    .bg-words-pic{

        height: 136px;

    }

    .bg-words-wz p {

        font-size: 13px;

    }

    .bg-words-wz {

        padding: 12px 0;

    }

     /* 鍏充簬鎴戜滑 */

     .gywm-bigtitle-box {

        padding: 24px 0;

    }

    .gywm-bigtitle h6 {

        font-size: 22px;

    }

    .gywm-bigtitle p {

        font-size: 14px;

        width: 94%;

        margin-left: 3%;

        margin-top: 10px;

    }

    .gywm-value ul li{

        width: 100%;

        height: auto;

    }

    .gywm-value ul li:nth-child(2) h6 {

        font-size: 18px;

        margin-top: 0;

    }

    .gywm-value ul li:nth-child(2) {

        padding: 18px 16px;

    }

    .gywm-value ul li:nth-child(2) p {

        width: 100%;

        margin-top: 10px;

    }

    .gywm-business ul li {

        width: 100%;

        margin-top: 10px;

    }

    .gywm-business-pic {

        width: 30%;

        height: 472px;

    }

    .gywm-business-pic h6{

        display: none;

    }

    .gywm-business-words {

        width: 70%;

        top: 0%;

        opacity: 1;

    }

    .gywm-business {

        width: 100%;

        margin-left: 0%;

    }

    .gywm-business ul li:nth-child(1) .gywm-business-words{

        left: 30%;

    }

    .gywm-business ul li:nth-child(2) .gywm-business-words{

        left: 30%;

    }

    .gywm-business ul li:nth-child(3) .gywm-business-words{

        left: 30%;

    }

    .gywm-business ul li:nth-child(n+4) .gywm-business-words{

        left: 30%;

        right: auto;

    }

    .gywm-business ul li:nth-child(1):hover .gywm-business-words {

        left: 30%;

        opacity: 1;

    }

    .gywm-business ul li:nth-child(2):hover .gywm-business-words {

        left: 30%;

        opacity: 1;

    }

    .gywm-business ul li:nth-child(3):hover .gywm-business-words {

        left: 30%;

        opacity: 1;

    }

    .gywm-business-wbw h6 {

        font-size: 18px;

    }

    .gywm-business-wbw h5 {

        width: 130px;

        height: 42px;

        line-height: 42px;

    }

    .gywm-business-wbw {

        padding: 0 4%;

    }

    .gywm-business-box {

        padding: 0 0 24px 0;

    }

    .gywm-organ-title h6 {

        font-size: 22px;

    }

    .gywm-organ-boxpic {

        height: auto;

        background-color: #152934;

        background-image: none;

        padding: 10px 0 34px 0;

    }

    .gywm-organ-title {

        padding: 24px 0 14px 0;

    }

    .gywm-organ-matter ul li {

        width: 50%;

        margin-top: 16px;

    }

    .gywm-organ-matter ul li:nth-child(2n+1) .gywm-organ-words {

        margin-top: 0;

    }

    .gywm-organ-matter ul li:nth-child(2n+2) .gywm-organ-words {

        margin-top: 0;

    }

    .gywm-organ-words hr{

        display: none;

    }

    .gywm-organ-words h5{

        display: none;

    }

    .gywm-brand-title h6 {

        font-size: 22px;

    }

    .gywm-brand-title {

        padding: 6px 0 24px 0;

    }

    .gywm-brand-matter ul li {

        width:100%;

        height: auto;

    }

    .gywm-brand-words h5 {

        font-size: 16px;

    }

    .gywm-brand-words h6 {

        font-size: 14px;

        margin-top: 16px;

    }

    .gywm-brand-p {

        padding: 16px 0 0 0;

    }

    .gywm-brand-words p {

        margin-top: 6px;

    }

    .gywm-brand-words {

        display: table-cell;

        vertical-align: middle;

        padding: 16px;

    }

    .gywm-brand {

        width: 100%;

        margin-left: 0%;

    }

    .gywm-brand-box {

        padding: 0px 0 24px 0;

    }



    /* 鍛樺伐娲诲姩 */

    .yghd-activity{

        width: 320px;

        margin-left: 0%;

        margin: 0 auto;

    }

    .yghd-activity-title h6 {

        font-size: 22px;

    }

    .yghd-activity-title {

        padding: 24px 0 24px 0;

    }

    .yghd-maxpic {

        height: 340px;

    }

    .yghd-maxpic ul li{

        height: 340px;

    }

    .yghd-maxpicL {

        width: 100%;

    }

    .yghd-maxpicR {

        width: 100%;

        height: 170px;

    }

    .yghd-maxpicL img{

        height: 170px;

    }

    .yghd-maxpicRw h6{

        font-size: 16px;

    }

    .yghd-maxpicRw p {

        font-size: 12px;

        margin-top: 12px;

    }

    .yghd-minpic .prev, .yghd-minpic .next {

        height: 80px;

        width: 24px;

    }

    .yghd-minpic .prev i, .yghd-minpic .next i{

        margin-top: 31.5px;

    }

    .yghd-minpic-list{

        width: 272px;

        height: 80px;

    }

    .yghd-minpic ul{

        height: 80px;

    }

    .yghd-minpic ul li{

        width: 54px;

        height: 80px;

        margin-left: .4px;

    }

    .yghd-activity-box{

        padding: 0 0 24px 0;

    }

    .yghd-minpic{

        height: 80px;

    }

    /* 浜烘墠鍙戝睍 */

    .rcfz-develop-top ul li{

        width: 100%;

        height: auto;

    }

    .rcfz-develop-top ul li:nth-child(2){

        padding: 20px 0;

    }

    .rcfz-develop-tw h6 {

        font-size: 22px;

    }

    .rcfz-develop-tw p {

        margin-top: 10px;

    }

    .rcfz-develop-tw{

        padding: 0 6%;

    }

    .rcfz-develop-center ul li {

        width: 100%;

        padding: 16px 10px;

        font-size: 16px;

        border-top: 1px solid #f2f2f2;

        border-bottom: none;

        border-right: none;

    }

    .rcfz-develop-center ul li:last-child{

        border-bottom: 1px solid #f2f2f2;

    }

    .rcfz-develop-bottom {

        padding: 30px 0 24px 0;

    }

    .rcfz-develop-box {

        padding: 24px 0 24px 0;

    }

    .rcfz-invite-title h6 {

        font-size: 22px;

    }

    .rcfz-invite-box {

        padding: 24px 0 0 0;

        background-image: none;

        background-color: #000211;

    }

    .rcfz-invite-matter ul{

        margin-left: 0%;

    }

    .rcfz-invite-matter ul li {

        width: 100%;

        margin-left: 0%;

        margin-top: 2%;

        padding: 20px 16px;

    }

    .rcfz-invite-pop {

        width: 94%;

        height: 380px;

        padding: 36px 24px 24px 24px;

        overflow: auto;

    }

    .rcfz-invite-popT h6 {

        font-size: 20px;

    }



}











