.container {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.new .clear{
    clear: both;
}

.new .banner{
    width: 100%;
}
.new .banner-container{
    width: 100%;
    position: relative;
    height: 600px;
    overflow: hidden;
}
.new .banner-container img{
    width: 100%;
    height: 600px;
}
.new .title{
    margin-top: 70px;
}
.new .title h2{
    font-size: 32px;
    margin-bottom: 15px;
    color:#000;
    text-align: center;
}
.new .title h3{
    text-align: center;
    font-size: 14px;
    color:#333333;
}
.new .title h3 span{
    padding: 0 10px;
    position: relative;
}
.new .title h3 span:before,.title h3 span:after{
    content: "";
    display: block;
    width: 240px;
    height: 2px;
    position: absolute;
    top:7px;
}
.new .title h3 span:before{
    left: -240px;
    background: url("../../images/xd/title-left_03.png");
}
.new .title h3 span:after{
    right: -240px;
    background: url("../../images/xd/title-right_03.png");
}

.new .dj-road{
    /*overflow-x: hidden;*/
}
.new .dj-road .pic-top{
    height: 400px;
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.new .dj-road .pic-top li,.new .dj-road .pic-bottom li{
    overflow: hidden;
    position: relative;
}
.new .dj-road .pic-top li:first-child{
    width: 295px;
    height: 100%;
}
.new .dj-road .pic-top li:nth-child(2){
    width: 584px;
    height: 100%;
}
.new .dj-road .pic-top li:nth-child(3){
    width: 300px;
    height: 100%;
}
.new .dj-road .pic-bottom{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}
.new .dj-road .pic-bottom li:first-child{
    width: 650px;
}
.new .dj-road .pic-bottom li:nth-child(2){
    width: 265px;
    height: 100%;
}
.new .dj-road .pic-bottom li:nth-child(3){
    width: 268px;
    height: 100%;
}
.new .dj-road .pic{
    overflow: hidden;
}
.new .dj-road img{
    
}
.new .dj-road .words{
    width: 100%;
    /*padding: 0 15px;*/
    box-sizing: border-box;
    height: 40px;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    bottom:0;
    left:0;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.new .dj-road p2018-6-21{
    
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color:#fff;
}
.new .dj-road .pic-top,.new .dj-road .pic-bottom {
    height: 400px;
    /*overflow: hidden;*/
}
.new .dj-road .pic-bottom{
    margin-top: 10px;
}
/* .new .dj-road li:hover .words{ */
/* opacity: 1; */
/* } */
.new .dj-road .more{text-align: right;font-size: 14px;margin-top: 30px;}
.new .dj-road .more a{
    color:#4c4c4c;
}
.new .sr-plan{
    /*overflow-x: hidden;*/
}
.new .sr-plan .swiper-container{
    margin-top: 35px;
}
.new .choice-us{
    /*overflow-x: hidden;*/
}
.new .choice-us ul{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.new .choice-us li{
    width: 201px;
    height: 201px;
}
.new .choice-us li:hover .pic img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.new .choice-us li:hover .icon{
    opacity: 1;
}
.new .choice-us .top{
    width: 201px;
    height: 201px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
}
.new .choice-us .pic{
    width: 200px;
    height: 200px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    top:0;
    left: 0;
}
.new .choice-us .pic img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform-origin: center;

}
.new .choice-us .icon{
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    background-color: rgba(0,0,0,.6);
}
.new .choice-us .icon img{
    margin-top: 64px;
}
.new .choice-us .iconfont{
    font-size: 56px;
    color:#fff;
}
.new .choice-us .main{
    margin-top: 30px;
}
.new .choice-us .main .des{
    font-size: 20px;
    color:#333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.new .friend-stroy{
    /*overflow-x: hidden;*/
    width: 1200px;
    margin: 120px auto 0;
}
.new .friend-stroy .main{
    width: 100%;
    height: 460px;
    /*overflow: hidden;*/
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
}
.new .friend-stroy .words{
    width: 100%;
    position: absolute;
    height: 30px;
    background-color: rgba(0,0,0,.6);
    padding: 0 20px;
    line-height: 30px;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color:#fff;
}
.new .friend-stroy .main_item{
    width: 400px;
}
.new .friend-stroy .main_item:first-child{
    height: 100%;
}
.new .friend-stroy .main_item:first-child img{
    width: 100%;
    height: 460px;
}
.new .friend-stroy img{
    height: 100%;
    width: 100%;
}
.new .friend-stroy .item{
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}
.new .friend-stroy .item img{
    height: 230px;
}
.new .friend-stroy .big-pic{
    position: relative;
}
.new .friend-stroy .big-pic .words{
    bottom:4px;
}
.new .friend-stroy .big-pic:hover .words{
    opacity: 1;
}
.new .friend-stroy .item:hover .words{
    opacity: 1;
}
.new .idea{
    width: 100%;
    height: 500px;
    /*padding-bottom: 20%;*/
    background: url("../../images/xd/friend_02.jpg") center no-repeat;
    background-size: cover;
    margin-top: 75px;
    /*overflow-x: hidden;*/
}
.new .idea .mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    /*padding: 30px 0 10%;*/
}
.new .idea h2{
    display: inline-block;
    font-size: 40px;
    padding:138px  20px 23px 0 ;
    border-bottom: 3px solid #ef0d10;
    color:#ef0d10;
}
.new .idea h2 i{
    font-size: 30px;
    color:#cccccc;
    margin-left: 10px;
}
.new .idea p{
    width: 700px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    /*padding: 0 20px;*/
    margin-top: 20px;
}
.footer{
    width: 100%;
    height: 250px;
    color:#fff;
    background-color: #333333;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .container{
    width: 100%;
    height: 250px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .left{
    width: 173px;
    height: 101px;
    overflow: hidden;
}
.footer .middle{
    width: 775px;
}
.footer .middle h2{
    font-size: 20px;
    color:#e5e5e5;
    padding-top: 62px;
}
.footer .mid-bottom{
    display: -webkit-flex;
    display: flex;
    margin-top: 45px;
}
.footer .mid-bottom ul:first-child{
    width: 265px;
}

.footer .top{
    overflow: hidden;
}
.footer .logo{
    width: 196px;
    height: 130px;
    float: left;
}
.footer .name{
    float: left;
    font-size: 20px;
    color:#e5e5e5;
    margin-top: 5%;
}
.footer .bottom{
    overflow: hidden;
    margin-left: 25%;
    width: 75%;
    font-size: 14px;
}
.footer .bottom .item{
    width: 50%;
    float: left;
}
.footer .right{
    overflow: hidden;
    margin-top: 45px;
}
.footer .join{
    width: 39px;
    height: 93px;
    background: url("../../images/xd/join-us_03.png") center no-repeat;
    background-size: cover;
    float: left;
}
.footer .code{
    width: 110px;
    height: 110px;
    background: url("../../images/xd/code_03.jpg") center no-repeat;
    background-size: cover;
    float: left;
    margin: 25px 0 0 45px;
}
.footer li{
    line-height: 26px;
}
.box{
    width: 100%;
    height: 500px;
    position: relative;
}
.container-slider {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.container-slider img{width: 100%;height: 500px}
.sections,.section {
    height:100%;
}
.container,.sections {
    position: relative;
}
.section {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: white;
}
.rm-swipe {
    width: 1200px;
    position: relative;
    margin: 100px auto 0;
}

.rm-swipe-container {
    position: relative;
    height: 500px;
}

.rm-swipe-container:before, .rm-swipe-container:after {
    content: "";
    display: table-cell;
    clear: both;
}

.rm-swipe-item {
    position: absolute;
    transition: all 0.3s;
    width: 400px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.rm-swipe-item img {
    width: 300px;
    height: 400px;
    /*transform: scaleX(0.8);*/
    transition: all 0.3s;
}

.rm-swipe-item.rm-next {
    right: 0;
    transform: translateX(50%);
    z-index: 3;
}

.rm-swipe-item.rm-prev {
    left: 0;
    transform: translateX(0);
    z-index: 3;
}

.rm-swipe-item.rm-active {
    z-index: 5;
    transform: scale(1) translateX(-50%);
    left: 50%;
}

.rm-swipe-item.rm-active img {
    height: 500px;
    width: 400px;
    position: static;
}

.rm-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.rm-btn-prev {
    background: url("../../images/xd/left-btn_03.png") center no-repeat;
    background-size: cover;
    left:-66px;
}

.rm-btn-next {
    background: url("../../images/xd/right-btn_05.png") center no-repeat;
    background-size: cover;
    right: -66px;
}
 .rm-road li p{
    width: 300px;
    height: 37px;
    line-height: 37px;
    position: absolute;
    bottom:50px;
     left: 50px;
    color:#fff;
    text-align: center;
    font-size: 16px;
    background-color: rgba(0,0,0,.6);
    /*-webkit-transition: all .5s;*/
    /*-moz-transition: all .5s;*/
    /*-ms-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s;*/
    /*display: none;*/
}
.rm-road .rm-active p{
width:400px;
    bottom: 0;
    left: 0;
}