html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    cursor: default;
}

html, body {
    font-size: 16px;
    color: #5A5A5A;
}

body {
    background: url(../images/yjla/body-bg.png) no-repeat center bottom;
    background-size: 100% 924px;
min-width:1200px;
}

/* 弹性盒子布局 */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.w1200 {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.news-list li {
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.work-list li a:hover, .news-work-row-3 .news-list li a:hover, .yjxc-wrap .news-list li > a:hover {
    color: #2C4097;
}

/* 头部 */

.header {
    background: url(../images/yjla/banner.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 46.66666666666667vw;
}

.header-wrap {
    text-align: center;
}

.header-logo {
    width: 44.739583333333336vw;
    margin-top: 6.354166666666667vw;
}

.header-title {
    background: url(../images/yjla/header-title-bg.png) no-repeat;
    background-size: 100%;
    width: 42.03125vw;
    height: 3.854166666666667vw;
    line-height: 3.125vw;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 1.3541666666666667vw;
}

.header-title a {
    margin: 0 0.78125vw;
}

/* 版块标题 */

.head-title img {
    height: 7.760416666666667vw;
    display: block;
    margin: 0 auto 2.0833333333333335vw;
}

/* 宜创新城*/

.ycxc {
    background: url(../images/yjla/ycxc-bg.png) no-repeat center bottom;
    background-size: 100%;
    width: 100%;
    padding-bottom: 94px;
}

.news-work {
    justify-content: space-between;
    margin-bottom: 60px;
}

/* 焦点图 */

.swiper-focus {
    position: relative;
    width: 670px;
    height: 420px;
    margin: 0;
}

.swiper-focus .swiper-slide {
    position: relative;
}

.swiper-focus .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
    color: #FFFFFF;
    width: 100%;
    height: 3.125vw;
    line-height: 3.125vw;
    box-sizing: border-box;
    padding: 0 5.208333333333334vw 0 1.0416666666666667vw;
    font-size: 1.25vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-focus .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.swiper-focus .swiper-button-prev, .swiper-focus .swiper-button-next {
    position: absolute;
    top: 50%;
    background: url(../images/yjla/turnRL.png) no-repeat left top;
    left: 0;
    width: 2.34375vw;
    height: 4.427083333333334vw;
}

.swiper-focus .swiper-button-next {
    background: url(../images/yjla/turnRL.png) no-repeat right top;
    left: auto;
    right: 0;
}

.swiper-focus .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
    bottom: 20px;
}

.swiper-focus .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
}

.swiper-focus .swiper-pagination-bullet-active {
    background: #CD192D;
}

/* 工作动态 */

.news-head {
    justify-content: space-between;
}

.news-head h3 {
    font-size: 1.25vw;
    color: #2C4097;
    border-bottom: 2px solid #2C4097;
    padding-bottom: 0.4166666666666667vw;
}

.news-head .more {
    color: #2C4097;
    font-size: 12px;
}

.work-box {
    width: 470px;
}

.work-list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 1.3020833333333335vw;
}

.work-list li a {
    color: #5A5A5A;
    cursor: pointer;
}

/**/

.news-work-row-3 {
    justify-content: space-between;
}

.news-work-row-3 .box {
    width: 396px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 24px 26px 26px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    position: relative;
    justify-content: flex-start;
}

.news-work-row-3 .box:first-child {
    width: 350px;
}

.news-work-row-3 .box .head-title {
    color: #2C4097;
    font-size: 1.25vw;
}

.news-work-row-3 .box .list {
    flex-wrap: wrap;
    margin: 30px 0 0;
}

.news-work-row-3 .box .list li {
    width: 50%;
    text-align: center;
    margin-top: 30px;
}

.news-work-row-3 .box .list li a {
    display: block;
    color: #9DADB5;
    font-size: 1.1979166666666667vw;
    cursor: pointer;
}

.news-work-row-3 .news-list li {
    border-bottom: 1px dashed #C8C8C8;
    padding-bottom: 15px;
    margin-top: 15px;
}

.news-work-row-3 .news-list li:last-child {
    border-bottom: none;
}

.news-work-row-3 .news-list li a {
    color: #5A5A5A;
    font-size: 16px;
    cursor: pointer;
}

/* 宜居新城 */

.yjxc-wrap {
    justify-content: space-between;
}

.video-box {
    width: 712px;
}

.video-box .pics {
    position: relative;
    width: 100%;
    height: 407px;
}

.video-box .pics.pics-one {
    display: none;
}

.video-box .pics img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-box .pics .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/yjla/icon-play.png) no-repeat;
    width: 92px;
    height: 92px;
    margin-top: -46px;
    margin-left: -46px;
}

.video-tab {
    height: 62px;
    line-height: 62px;
}

.video-tab li {
    position: relative;
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #C9C9C9;
    box-shadow: 0 6px 5px rgba(201,201,201,0.2);
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px;
}

.video-tab li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.video-tab li.active {
    color: #FFFFFF;
    background: #CD192D;
}

.video-tab li.active::after {
    content: '';
    position: absolute;
    top: -26px;
    left: 47%;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 26px solid #CD192D;
}

.yjxc-wrap .news-list {
    width: 420px;
}

.yjxc-wrap .news-list li {
    border-bottom: 1px dotted #C8C8C8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.yjxc-wrap .news-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.yjxc-wrap .news-list li > a {
    color: #5A5A5A;
}

.yjxc-wrap .news-list li.first {
    white-space: normal;
    margin-top: 10px;
}

.yjxc-wrap .news-list li.first .desc {
    font-size: 14px;
    color: #B9B8B8;
    line-height: 26px;
    margin-top: 16px;
    text-indent: 2em;
}

/* 宜游新城 */

.yyxc {
    position: relative;
    margin-top: 100px;
}

.swiper-yyxc {
    position: relative;
    width: 980px;
    height: 500px;
    margin: 0 auto;
}

.swiper-yyxc .swiper-slide {
    height: 100%;
}

.swiper-yyxc .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.yyxc .swiper-button-prev, .yyxc .swiper-button-next {
    background: url(../images/yjla/icon-yyxc-arrow.png) no-repeat top left;
    width: 70px;
    height: 100px;
    top: 45%;
    left: -125px;
}

.yyxc .swiper-button-next {
    background: url(../images/yjla/icon-yyxc-arrow.png) no-repeat top right;
    left: auto;
    right: -125px;
}

.yyxc-img-list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.yyxc-img-list li {
    position: relative;
    width: 14.375vw;
    height: 224px;
    float: left;
    min-width: 280px;
    margin: 100px 12px 0px 10px;
}

.yyxc-img-list li:nth-child(4n){
    margin-right: 0;
}

.yyxc-img-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.yyxc-img-list li img {
    width: 100%;
    height: 100%;
}

.yyxc-img-list li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 全屏轮播图 */

.yyxc-full .swiper-container {
    width: 100%;
    height: 360px;
    margin-top: 120px;
  /*  margin-bottom: 600px;*/
}

.yyxc-full .swiper-container .swiper-slide {
    position: relative;
    cursor: pointer;
}

.yyxc-full .swiper-container .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
}

.yyxc-full .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.yyxc-full .swiper-container .swiper-slide .icon {
    background: url(../images/yjla/icon-play.png) no-repeat;
    background-size: 100%;
    width: 92px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -46px;
    margin-left: -46px;
}

.yyxc-full .swiper-container .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yyxc-full .swiper-container .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
}

.yyxc-full .swiper-container .swiper-slide-active::after {
    content: '';
    display: none;
}


.div_newcity {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.div_newcity h2{
    color: #2c4097;
    font-weight: normal;
    font-size: 1.25vw;
    position: relative;
    float: left;
}
.div_newcity h2:after{
    content:'';
    position:absolute;
    left:0;
    border-bottom:2px solid #c3c3c3;
    bottom:-5px;
    width:36px;
}
.div_newcity .div_city_list{
    margin-top: -90px;
}
.div_newcity .div_city_list ul{}
.div_newcity .div_city_list li{}
.div_newcity .div_city_list li img{


}

/******/
       .box
        {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 700px;
            margin: 100px auto;
        }
        .line1, .line2
        {
            display: flex;
        }
        .line2
        {
            margin-top: -70px;
        }

.line1 .div_box:nth-child(1) .box1, .line1 .div_box:nth-child(4) .box1, .line1 .div_box:nth-child(7) .box1{
    margin-top: 120px;
}
.line1 .div_box:nth-child(2) .box1, .line1 .div_box:nth-child(5) .box1{
    margin-top: 20px;
}
.line1 .div_box:nth-child(3) .box1, .line1 .div_box:nth-child(6) .box1{
    margin-top: 220px;margin-left: -200px;
}

.line1 .div_box:nth-child(2) p, .line1 .div_box:nth-child(5) p{
    top: 0px;
    margin-left: 40px;
}
.line1 .div_box:nth-child(3) p, .line1 .div_box:nth-child(6) p{
    margin-left: -162px;
}

.introduce_bottom{
    color:#b9b7b9;
    height: 470px;
    line-height: 30px;
    width: 850px;
    margin: 0 auto;
    margin-top: 50px;
}

.div_box{

}
.div_box p{
    position: absolute;
    z-index: 99;
    color: #797979;
    /* TEXT-ALIGN: CENTER; */
    WIDTH: 160PX;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    margin-left: 30px;
    padding-left: 10px;
    font-size: 20px;
}
.div_box p:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #0f3cb1;
    border-bottom: 8px solid transparent;
}
        .box1, .box2, .box3
        {
            width: 200px;
            height: 170px;
            overflow: hidden;
        }
        .box1
        {
            transform: rotate(120deg);
            margin-left: 0px;
        }
        .box2
        {
            transform: rotate(-60deg);
        }
        .box3
        {
            transform: rotate(-60deg);
        }
        .box3 img {
            width: 100%;
            height: 100%;
        }




/*****/



