

/* .官网介绍 */

.introduce {
    margin-top: 50px;
}

.introduce .introduceLeft img {
    width: 100%;
    height: 100%;
}

.introduce .introduceRight h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 53px;
    margin-bottom: 5px;
}

.introduce .introduceRight .introduce-contens {
    text-align: justify;
    /* inter-ideograph distribute-all-lines*/
    text-justify: inter-ideograph;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 32px;
    text-indent: 2em;
    width: 1072px;
}

.introduce .introduceRight .intrBtn {
    width: 178px;
    height: 43px;
    background: rgba(35, 133, 253, 1);
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    margin: 0 auto;
    /*margin-top: 37px;*/
}

/* 瀑布流 */

.waterfallBox {
    position: relative;
    width: 1200px;
    height: 1000px;
}

.waterfallUls {
    margin-top: 50px;
    width: 260px;
    float: left;
    margin-right: 15px;
}

.waterfallUls li {
    position: relative;
    width: 260px;
    height: 234px;
    margin-bottom: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.waterfallUls li:hover .lisBox {
    display: block;
}

.waterfallUls li img {
    width: 100%;
    height: 100%;
}

.waterfallUls li .lisBox {
    display: none;
    position: absolute;
    top: 0;
    width: 260px;
    height: 234px;
    background: rgba(35, 133, 253, 1);
    opacity: 0.88;
    color: #fff;
}

.waterfallUls li .lisBox .textCon {
    text-indent: 30px;
    margin-left: 10px;
    margin-top: 25px;
    width: 243px;
    height: 185px;
    line-height: 26px;
    /* padding: 30px 25px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.waterfallUls li:nth-child(4n) {
    margin-right: 0px;
}

.waterfallUls li img {
    width: 100%;
    height: 100%;
}


/* 弹框盒子 */

 .waterBox {
     display: none;
    position: fixed;
    width: 430px;
    height: 460px;
    background: #ccc;
    border-radius: 15px;
    z-index: 99;
     left: 0px;
     right: 0px;
     top: 0px;
     bottom: 0px;
     margin: auto;
}

 .waterBox .Shutdown {
    cursor: pointer;
    width: 50px;
    height: 22px;
    background-color: rgb(35, 133, 253);
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 20px;
    position: absolute;
    bottom: 5px;
    right: 45%;
}

 .waterBox .waterBox-img {
    width: 400px;
    height: 170px;
    margin-left: 15px;
    margin-top: 20px;
}

 .waterBox .waterBox-img img {
    width: 100%;
    height: 100%;
}

 .waterBox .waterBox-Contens {
    width: 400px;
    height: 218px;
    margin-left: 15px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    font-size: 18px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 32px;
}

/**/
.crossBox .waterfalBoxUls .BoxUls {
    float: left;
    position: relative;
}

.crossBox {
    margin-top: 52px;
}

.crossBox .waterfalBoxUls .BoxUls:nth-child(1) {
    width: 396px;
    height: 265px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.crossBox .waterfalBoxUls .BoxUls img {
    width: 100%;
    height: 100%;
}

.crossBox .waterfalBoxUls .BoxUls:nth-child(1) .lisBox {
    width: 396px;
    height: 265px;
    display: none;
    position: absolute;
    top: 0;
    background: rgba(35, 133, 253, 1);
    opacity: 0.88;
    color: #fff;
}

.crossBox .waterfalBoxUls .BoxUls:nth-child(1) .lisBox .textCon {
    height: 210px;
    margin-top: 25px;
    margin-left: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.crossBox .waterfalBoxUls .BoxUls:nth-child(2) {
    width: 213px;
    height: 265px;
    margin-bottom: 10px;
}

.crossBox .waterfalBoxUls .BoxUls:nth-child(2) .lisBox {
    width: 213px;
    height: 265px;
    display: none;
    position: absolute;
    top: 0;
    background: rgba(35, 133, 253, 1);
    opacity: 0.88;
    color: #fff;
}

.crossBox .waterfalBoxUls .BoxUls:nth-child(2) .lisBox .textCon {
    margin-top: 25px;
    height: 210px;
    width: 150px;
    margin-left: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.crossBox .waterfalBoxUls .BoxUls:hover .lisBox {
    display: block;
}


/* 下面是“我要入驻”的弹框 */

.ruzhuBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);

    display: block;
    padding: 0 60px;
    line-height: 40px;
    /*text-align: center;*/
    font-size: 24px;
    color: #fff;
    width: 300px;
    height: 520px;
    background: rgba(248, 248, 248, 1);
    border-radius: 10px;
    z-index: 101;
}

.ruzhuBox h2 {
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(52, 143, 254, 1);
}

.ruzhuBox .loginIputs {
    margin-top: 15px;
    margin-left: -11px;
}

.ruzhuBox .loginIputs span {
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: #333;
    /*color: rgba(102, 102, 102, 1);*/
}

.ruzhuBox .loginIputs input {
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    width: 230px;
    height: 27px;
    border: 1px solid rgba(204, 204, 204, 1);
}

.ruzhuBox .loginIputs select {
    width: 240px;
    height: 27px;
    border: 1px solid rgba(204, 204, 204, 1);
}

.ruzhuBox .loginIputs textarea {
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    padding-top: 5px;
    width: 228px;
    height: 92px;
    border: 1px solid rgba(204, 204, 204, 1);
}

.ruzhuBox button {
    cursor: pointer;
    margin-top: 30px;
    margin-left: 67px;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 18px;
    width: 166px;
    height: 35px;
    background: rgba(52, 143, 254, 1);
    box-shadow: 0px 3px 7px 0px rgba(52, 143, 254, 0.36);
    border-radius: 18px;
}
.titleDiv{
    width: 70px;
    height: 27px;
    text-align: right;
    display:table-cell
}
.titleDiv span{
    line-height: 27px;
    text-align: right;
}

.line {
    margin: 0 auto;
    width: 600px;
    height: 1000px;
    background: #e0e0e0;
}
#campusName {
    border: none;
    background: none;
}

/* ==============
   popup START
   ============== */

.ruzhuBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    z-index: 77;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -220px;
    display: none;
    width: 440px;
    height: 420px;
    background: #fff;
    z-index: 10005;
}

.close{
    cursor: pointer;
    width: 50px;
    height: 22px;
    background-color: rgb(35, 133, 253);
    color: #fff;
    border-radius: 11px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 8px;
}

/* popup END */
/* 环境园区*/

.introduce-UlsCom h2 {
    text-align: center;
    margin: 70px 0 30px 0;
    font-size: 22px;
    font-weight: 400;
    width: 1000px;
    color: rgba(51, 51, 51, 1);
}

.introduce-UlsCom-Comten {
    margin-left: 100px;
}

.introduce-UlsCom .UlsComone {
    margin-left: 60px;
}

.introduce-UlsCom ul li {
    float: left;
    background: rgba(52, 74, 98, 1);
    overflow: hidden;
}

.introduce-UlsCom .UlsComone li img {
    width: 100%;
    height: 100%;
}

.introduce-UlsCom .UlsComone li:first-child {
    width: 592px;
    height: 308px;
    border-radius: 50px 0px 0px 0px;
    margin-bottom: 14px;
    margin-right: 14px;
}

.introduce-UlsCom .UlsComone li:nth-child(2) {
    width: 289px;
    height: 308px;
    border-radius: 0px 50px 0px 0px;
    margin-bottom: 14px
}

.introduce-UlsCom .UlsComone li:nth-child(3) {
    width: 289px;
    height: 219px;
    border-radius: 0px 0px 0px 50px;
}

.introduce-UlsCom .UlsComone li:nth-child(4) {
    width: 289px;
    height: 219px;
    margin: 0 14px;
}

.introduce-UlsCom .UlsComone li:nth-child(5) {
    width: 289px;
    height: 219px;
    border-radius: 0px 0px 50px 0px;
}





.introduce-UlsCom .UlsComtow {
    margin-left: 60px;
}

.introduce-UlsCom .UlsComtow li {
    width: 436px;
    height: 266px;
    float: left;
    overflow: hidden;
}

.introduce-UlsCom .UlsComtow li img {
    width: 100%;
    height: 100%;
}

.introduce-UlsCom .UlsComtow li:first-child {
    border-radius: 50px 0px 0px 0px;
    margin: 0 14px 14px 0;
}

.introduce-UlsCom .UlsComtow li:nth-child(2) {
    border-radius: 0px 50px 0px 0px;
    margin-bottom: 14px;
}

.introduce-UlsCom .UlsComtow li:nth-child(3) {
    border-radius: 0px 0px 0px 50px;
    margin-right: 14px;
}

.introduce-UlsCom .UlsComtow li:nth-child(4) {
    border-radius: 0px 0px 50px 0px;
}

/* 环境园区 end*/
