body {
   width: 100%;
   position: relative;
   min-width: 1200px;
}

/* 跳到顶部的小按钮 */
.gotop {
    position: fixed;
    right: 20px;
    bottom: 160px;
    width: 35px;
    height: 42px;
    background-image: url(../../common/img/gotop.png);
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 200;
}

/* 顶部大背景那一块视频*/
.top {
    width: 100%;
}
/* 顶部视频上的信息 */
.topinfo {
    position: absolute;
    top: 0;
    width: 1200px;
    left: calc(50% - 600px);
    height: 100%;
}

/* 头部文字介绍 */
.introduce {
    width: 1200px;
    margin: 0 auto;
    color: white;
    margin-top: 30px;
}
.introduce p {
    width: 600px;
}
.introduce p:nth-child(1) {
    font-size: 50px;
    margin-bottom: 20px;
}
.introduce p:nth-child(2) {
    width: 600px;
    margin-bottom: 35px;
}
/* 投资意向 */
.investment {
    height: 200px;
    width: 160px;
    background-color: rgb(218, 229, 238);
    position: absolute;
    right: 0;
    bottom: 20%;
    background-image: url(../img/investment.png);
    background-repeat: no-repeat;
    background-size: 101% 62%;
    text-align: center;
    opacity: 0.7;
}
.investment:hover {
    opacity: 1;
}
.investment img {
    box-sizing: content-box;
    height: 15px;
    width: 30px;
    cursor: pointer;
    margin-top: 35px;
    border: 2px solid rgb(5, 90, 236);
    padding: 8px 18px;
}
.investment p {
    color: rgb(186, 197, 233);
    font-size: 16px;
}
.investment p:nth-child(1) {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
}
.investment .btn {
    background: url(../img/bluego.png) no-repeat center;
    box-sizing: content-box;
    width: 30px;
    height: 15px;
    margin: 35px auto 0 auto;
    border: 2px solid rgb(5,90,236);
    /*border: 2px solid rgb(222,48,52);*/
    padding: 8px 18px;
}

/* 三个平台跳转 */
.platforms {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.platformjump {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.platforms ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.platforms ul .platform {
    width: 350px;
    height: 180px;
    margin-bottom: 20px;
    padding: 25px;
    color: white;
}
.platforms ul .platform p:nth-child(1) {
    color: white;
    font-size: 26px;
    margin-bottom: 15px;
}
.platforms ul .platform p:nth-child(2) {
    color: rgb(214, 212, 247);
}
.platform img {
    width: 72px;
    height: 38px;
    cursor: pointer;
    margin-top: 10px;
}
.platform:hover {
    transform: scale(1.1);
}
.platform:nth-child(1) {
    background-image: url(../../common/img/sysroot_yq.png);
    background-size: 100%;
}
.platform:nth-child(2) {
    background-image: url(../../common/img/sysroot_qy.png);
    background-size: 100%;
}
.platform:nth-child(3) {
    background-image: url(../../common/img/sysroot_sh.png);
    background-position: center;
}

/* 园区概况 */
.parkOverview {
    text-align: center;
    margin: 0 auto;
    height: 45px;
    line-height: 37px;
    font-weight: 600;
    line-height: 57px;
    margin-bottom: 60px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

/* 产业城的css */
.industryCity {
    height: 744px;
    /* background-image: url(../img/city.png); */
    background-size: 100% 100%;
    margin-bottom: 60px;
    position: relative;
}
.industryCity img {
    width: 100%;
    height: 744px;
}
.img-bg{
    width: 100%;
    height: 744px;
}
.industryCity .city {
    /*text-align: center;*/
    /*!*width: 207px;*!*/
    /*height: 40px;*/
    /*!*background-image: url(../img/citybg.png);*!*/
    /*background-size: 100% 100%;*/
    /*color: white;*/
    /*line-height: 40px;*/
    /*position: absolute;*/
    /*cursor: pointer;*/
    /*font-family: "Microsoft YaHei Bold";*/
    /*font-weight: 700;*/
    /*font-size: 48px;*/
    /*text-align: left;*/
    /*color: #fff;*/
}
.cityOne {
    /*left: 13%;*/
    /*top: 172px;*/
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    height: 744px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 200px 0 200px 0;
}
.cityOne .title .line{
    width: 200px;
    background: white;
    height: 4px;
    border-radius:2px ;
    opacity: 0.5;
    margin-left:  20px;
    margin-top: 10px;
}
.cityOne .title{
    font-weight: 700;
    font-size: 48px;
    text-align: left;
}
.cityOne .content{
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
}
.cityOne .button{
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    background: #205DE4;
    cursor: pointer;

}
.cityOne .button:hover{
    opacity: 0.9;
}
.cityTwo {
    left: 44%;
    top: 200px;
}
.cityThree {
    left: 77%;
    top: 268px;
}
/* 产业城简介 */
.cityintro {
    text-align: left;
    min-height: 320px;
    width: 800px;
    position: absolute;
    top: 42px;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    z-index: 99;
    border-top: 8px solid rgb(5, 90, 236);
    padding: 8px 24px;
    display: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
}
/* 查看详情的标签 */
.details {
    display: inline-block;
    width: 85px;
    height: 36px;
    text-align: center;
    background-color: rgb(5, 90, 236);
    margin-top: 15px;
    margin-bottom: 20px;
    color: white;
    border-radius: 2px;
    line-height: 36px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
}
.introset {
    right: 0px;
}
.cityintroduction {
    color: black;
    text-align: left;
}
.cityintroduction .thing {
    font-weight: 600;
}
.cityintroduction .introduction {
    color: rgb(182, 182, 196);
    position: relative;
    top: -7px;
    font-size: 16px;
    line-height: 24px;
}
.cityOne:hover .cityintro {
    display: block !important;
}
.cityTwo:hover .cityintro {
    display: block !important;
}
.cityThree:hover .cityintro {
    display: block !important;
}
/* 新闻部分的css */
@media screen and (mix-width: 1200px) and (max-width: 1600px) {
}
.news {
    min-width: 1200px;
    max-width: 1600px;
    padding: 0 30px;
    height: 545px;
    max-height: 545px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
}

.newsLeft {
    height: 100%;
    min-width: 300px;
    max-width: 360px;
}
.newsCenter {
    height: 545px;
    max-height: 545px;
    width: 805px;
    overflow: hidden;
}

.newsRight {
    min-width: 300px;
    max-width: 360px;
    margin-left: 40px;
    overflow: hidden;
}
.newsTop {
    height: 45px;
    padding-bottom: 8px;
}
.newsTop span {
    font-size: 32px;
}
.newsTop a {
    color: #055aec;
}
.newsLeft ul {
    width: 100%;
    background-color: rgb(233, 241, 255);
}
.newsLeft ul li {
    width: 100%;
    /* height: 72px; */
    /* padding: 8px; */
    /* padding-top: 0; */
    color: rgb(50, 100, 171);
    cursor: pointer;
}
.newsLeft ul li:hover {
    background-color: rgb(5, 90, 236);
    color: white;
}
.newsLeft ul li:hover .newsContent-item,.newsLeft ul li:hover .newsContent .context {
    color: #fff;
}
.newsLeft ul li .newsContent {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 13px 10px;
    border-bottom: 1px solid rgb(191, 200, 216);
    display: block;
}

.newsContent-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #3264ab;
}
.newsContent .newsContent-tag {
    font-size: 20px;
    font-weight: 400;
}

.newsContent .context {
    width: 100%;
    height: 38px;
    padding: 3px;
    font-size: 10px;
    overflow: hidden;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3264ab;
}
.contenttime {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.contenttime img {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
/* 新闻被选中的 */
.newsChoice {
    background-color: rgb(5, 90, 236);
    color: white !important;
}
.newsChoice .newsContent-item {
    color: #fff;
}
.newsChoice .context{
    color: #fff;
}

.newsCenter .newsTop {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.newsCenter .swiper {
    overflow: hidden;
}
.newsCenter .swiper ul {
    overflow: hidden;
}
.newsCenter .swiper ul li {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 新闻中部css */
.newsCenter img {
    height: 100%;
    width: 805px;
}
.newsRight .newsTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.newsRight ul {
    width: 100%;
}
.newsRight ul li {
    /* height: 115px; */
    padding: 20px 0;
    border-bottom: 1px solid rgb(213, 214, 225);
}
.ulbox {
    /* height: 360px; */
    overflow: hidden;
    border-top: 2px solid rgb(57, 115, 214);
}
.newsRight ul li .rtitle {
    color: #2d2e34;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-weight: 700;
}
.newsRight ul li .rtitle:hover a {
    color: #055aec;
}
.newsRight ul li .rtitle a{
    color: #2d2e34;
}
.newsRight ul li .rcon {
    overflow: hidden;
    color: #9598a5;
    font-size: 16px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.newsRight ul li div {
    height: 25px;
}
.newsRight ul li div p {
    display: inline-block;
    width: 48%;
}
.newsRight ul li div span {
    font-size: 14px;
    color: #5e5f68;
    margin-left: 5px;
}
.origin {
    height: 25px !important;
}
.time {
    height: 25px !important;
    float: right;
}

.newsRight ul li div .newsimg {
    height: 19px;
    width: 19px;
    position: relative;
    top: 4px;
}

/* 入住企业 */
.parkOverview2 {
    text-align: center;
    margin: 0 auto;
    height: 45px;
    line-height: 37px;
    font-weight: 600;
    line-height: 57px;
    margin-bottom: 60px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.left-splitLine,
.right-splitLine {
    width: 170px;
    height: 2px;
    opacity: 1;
    background: #055aec;
    margin: 0 20px;
    position: relative;
}
.left-splitLine .circle {
    right: 0;
}
.circle {
    width: 12px;
    height: 12px;
    border: 1px solid #055aec;
    background-color: #055aec;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -5px;
}

/* 下面是企业logo的显示 */
.logos {
    height: 600px;
    background-image: url(../img/logobg.png);
    background-size: 100% 100%;
}
/* 插件css */
.seven,
.row .seven {
    width: 98% !important;
}

.bottom img {
    position: relative;
    top: 7px;
}

/*县浮二维码*/
.fixedfloat{
    padding: 16px 10px;
    width: calc((100% - 1200px)/3);
    min-width: 140px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.08);
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 1000;
    text-align: center;
    font-size: 14px;
}
.fixedfloat img{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 4px;
    box-sizing: border-box;
}
.fixedfloat .title{
    font-weight: 700;
    color: #23308e;
}
.fixedfloat .describe{
    font-size: 12px;
    font-weight: 400;
    color: rgba(35,48,142,.5);
}

