/* 自定义代码段 */
/* 通用开始 */
.main-box {
    width: 100%;
}

.top-bg {
    width: 100%;
    background: url(cyyq-bg.png) no-repeat center top;
    background-size: auto 280px;
    height: 280px;
}

.gyjt-nav {
    width: 100%;
    height: auto;
    background: #466DD0;
}

.nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 5px;
}

.nav-list {
    display: flex;
}

.nav-list li {
    padding: 15px 20px;
}

.nav-list li.ons,
.nav-list li:hover {
    background-color: #fff;
}

.nav-list li.ons a,
.nav-list li:hover a {
    color: #0054C2;
}

.nav-list li a {
    font-size: 18px;
    color: #fff;
}

.dqwz-box .currpos {
    display: flex;
}

.dqwz-box .currpos,
.dqwz-box .currpos a {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}

/* 通用结束 */

/* 产业园区 */
.pzyq-title {
    width: 1200px;
    margin: 0 auto;
}

.pzyq-title span:nth-child(1) {
    font-size: 32px;
    color: #333333;
    font-family: 'Microsoft YaHei';
    margin-right: 20px;
    font-weight: 700;
}

.pzyq-title span:nth-child(2) {
    font-family: "Arial Bold";
    font-weight: 700;
    font-size: 36px;
    color: #016bd2;
    opacity: 0.1;
}

.pzyq-box {
    width: 100%;
    background: url(cyyq-box-bg.png) no-repeat center top;
    background-size: auto 650px;
    margin-top: 30px;
    padding: 50px 0;
}

.jtjs-list {
    display: flex;
    padding: 40px 0 50px;
    justify-content: flex-start;
    width: 1200px;
    margin: 0 auto;
}

.list-div {
    width: 380px;
    height: 180px;
    background: #f6f8fa;
    box-shadow: 0 0 12px #658ea929;
    margin-right: 30px;
    text-align: center;
    padding-top: 30px;
}

.jtjs-list .num {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #016BD2;
    font-family: "Arial Bold";
    margin-bottom: 36px;
}

.jtjs-list .num:before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    background: #c00;
}

.jtjs-list .txt {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 18px;
    color: #999;
    margin-left: 10px;
}

.list-div p {
    font-family: "Microsoft YaHei Bold";
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #333;
    margin-top: 20px;
}


.cyyq-swiper {
    position: relative;
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border-radius: 60px 0 60px 0;
    box-shadow: 0 0 20px #d7e7fc;
    padding: 40px;
}

.cyyq-swiper .tltie {
    display: flex;
}

.cyyq-swiper .title span:nth-child(1) {
    font-size: 32px;
    color: #333333;
    font-family: 'Microsoft YaHei';
    margin-right: 20px;
    font-weight: 700;
}

.cyyq-swiper .title span:nth-child(2) {
    font-size: 32px;
    font-family: 'Microsoft YaHei';
    color: #0054c2;
    opacity: 0.1;
    font-weight: 700;
}

.cyyq-swiper .text {
    width: 535px;
    font-size: 18px;
    line-height: 45px;
    font-family: 'Microsoft YaHei';
    color: #333333;
    margin-top: 30px;
    text-indent: 2rem;
}

.cyyq-swiper .cyyq-list {
    width: 535px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.cyyq-swiper .cyyq-list li {
    font-size: 18px;
    color: #333333;
    width: 255px;
    height: 51px;
    line-height: 51px;
    background: #f5f9ff;
    padding-left: 20px;
    margin-top: 20px;
}

.cyyq-swiper .img {
    position: relative;
    float: right;
    display: block;
    width: 547px;
    height: 470px;
    object-fit: cover;
    border-radius: 60px 0 0;
}

.cyyq-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 26px;
    left: 500px;
    width: 108px;
    height: 10px;
    background: #90c0ff;
    z-index: 9;
}

.cyyq-swiper .swiper-button-prev,
.cyyq-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 40px;
}

.cyyq-swiper .swiper-button-prev {
    left: 40px;
    background: url(yq-swiper-l.png) no-repeat;
    background-size: 100% auto;
}

.cyyq-swiper .swiper-button-next {
    left: 106px;
    right: auto;
    background: url(yq-swiper-r.png) no-repeat;
    background-size: 100% auto;
}


/* 园区动态 */
.yqdt-box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 50px;
}

.yqdt-title span:nth-child(1) {
    font-size: 32px;
    color: #333333;
    font-family: 'Microsoft YaHei';
    margin-right: 20px;
    font-weight: 700;
}

.yqdt-title span:nth-child(2) {
    font-family: "Arial Bold";
    font-weight: 700;
    font-size: 36px;
    color: #016bd2;
    opacity: 0.1;
}

.yqdt-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
}

.yqdt-list li {
    width: 380px;
    background-color: #F8F8F8;
    margin: 0 30px 30px 0;
}

.yqdt-list li:nth-child(3n) {
    margin-right: 0;
}

.yqdt-list li a img {
    display: block;
    width: 380px;
    height: 213px;
    object-fit: cover;
}

.yqdt-list li a>div {
    padding: 0 20px;
}

.yqdt-list li a .title {
    font-family: "PingFang SC Bold";
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    line-height: 2;
}

.yqdt-list li a .txt {
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yqdt-list li a .time {
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 16px;
    /* line-height: 40px; */
    text-align: left;
    color: #999;
    margin: 20px 0;
}

.mobile_type .top-bg {
    background: url(cyyq-bg-phone.png) no-repeat center top;
    background-size: 100% auto;
    height: 37.333vw;
}

.mobile_type .gyjt-nav {
    display: none;
}

.mobile_type .jtjs-list {
    width: 100%;
    padding: 5.333vw 0 6vw;
    padding-top: 0;
}

.mobile_type .list-div {
    width: 29.733vw;
    height: auto;
    text-align: center;
    padding: 4vw 0;
    margin: 0 2vw 0 0;
    box-shadow: none;
}

.mobile_type .list-div:last-child {
    margin-right: 0;
}

.mobile_type .jtjs-list .num {
    font-size: 7.467vw;
}

.mobile_type .jtjs-list .txt {
    font-size: 3.2vw;
    margin-left: 1.333vw;
}

.mobile_type .list-div p {
    font-size: 2.933vw;
    margin-top: 3.2vw;
    font-weight: 400;
    text-align: left;
    padding: 0 5vw;
}

.mobile_type .jtjs-list .num:before {
    width: calc(100% + 3.2vw);
    height: 0.8vw;
    bottom: -1.867vw;
}

.mobile_type .pzyq-title {
    width: 100%;
}

.mobile_type .pzyq-title span:nth-child(1) {
    font-size: 4.8vw;
    margin-right: 0.533vw;
}

.mobile_type .pzyq-title span:nth-child(2) {
    font-size: 4.8vw;
}

.mobile_type .pzyq-box {
    margin-top: 4.667vw;
    padding: 5.333vw 3.2vw;
}

.mobile_type .cyyq-box {
    margin-top: 3.2vw;
    padding: 3.2vw;
    background-size: auto 100%;
}

.mobile_type .cyyq-swiper {
    width: 100%;
    height: auto;
    padding: 4vw;
    border-radius: 8vw 0;
}

.mobile_type .cyyq-swiper .img {
    width: 100%;
    height: 37.067vw;
    position: absolute;
    bottom: 0;
    border-radius: 8vw 0;
}

.mobile_type .cyyq-swiper .text {
    width: 100%;
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 6vw;
    padding-bottom: 42.4vw;
}

.mobile_type .cyyq-swiper .swiper-slide {
    width: 100%;
}

.mobile_type .cyyq-swiper .swiper-slide .title {
    width: 100%;
}

.mobile_type .cyyq-swiper .title span:nth-child(1) {
    font-size: 4.267vw;
    font-weight: 700;
    margin-right: 2.667vw;
}

.mobile_type .cyyq-swiper .title span:nth-child(2) {
    font-size: 4.267vw;
    font-weight: 700;
}

.mobile_type .cyyq-swiper .szjj-list,
.mobile_type .cyyq-swiper .cyyq-list {
    width: 100%;
    margin-top: 3.2vw;
}

.mobile_type .cyyq-swiper .swiper-slide::before {
    display: none;
}

.mobile_type .cyyq-swiper .cyyq-list {
    margin-top: 0.533vw;
}

.mobile_type .cyyq-swiper .cyyq-list li {
    width: 40.8vw;
    height: 9.6vw;
    line-height: 9.6vw;
    font-size: 3.2vw;
    margin-top: 2.667vw;
    padding-left: 2.667vw;
}

.mobile_type .cyyq-swiper .szjj-list li a {
    padding: 16.267vw 3.333vw 0;
    font-size: 3.2vw;
    font-weight: 400;
}

.mobile_type .cyyq-swiper .szjj-list li:nth-child(1) a,
.mobile_type .cyyq-swiper .szjj-list li:nth-child(2) a,
.mobile_type .cyyq-swiper .szjj-list li:nth-child(3) a {
    background-size: 16.267vw 15.6vw;
}

.mobile_type .cyyq-swiper .szjj-list {
    margin-top: 8.533vw;
    margin-bottom: 47.6vw;
}

.mobile_type .cyyq-swiper .swiper-button-prev,
.mobile_type .cyyq-swiper .swiper-button-next {
    width: 7.467vw;
    height: 7.467vw;
    bottom: 33.467vw;
}

.mobile_type .cyyq-swiper .cyyq-list {
    margin-bottom: 40.267vw;
}

.mobile_type .cyyq-swiper .swiper-button-prev {
    left: 0px;
}

.mobile_type .cyyq-swiper .swiper-button-next {
    left: auto;
    right: 0px;
}

.mobile_type .yqdt-box {
    width: 100%;
    padding: 5.333vw 0 0;
}

.mobile_type .yqdt-title span:nth-child(1) {
    font-size: 4.8vw;
    margin-right: 0.533vw;
}

.mobile_type .yqdt-title span:nth-child(2) {
    font-size: 4.8vw;
}

.mobile_type .yqdt-list {
    margin-top: 4.667vw;
}

.mobile_type .yqdt-list li {
    width: 100%;
    margin: 0 0 3.2vw 0;
}

.mobile_type .yqdt-list li a img {
    width: 100%;
    height: 52.4vw;
}

.mobile_type .yqdt-list li a .txt {
    display: none;
}

.mobile_type .yqdt-list li a .title {
    margin: 4vw 0 2.667vw;
    padding: 0 4vw;
    font-size: 4vw;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mobile_type .yqdt-list li a .time {
    margin: 0;
    font-size: 3.2vw;
    padding: 0 4vw 4vw 4vw;
}

.top-bg {
    display: flex;
    align-items: flex-end;
    height: 340px;
    background-size: auto 340px;
}

.gyjt-nav {
    background-color: rgba(70,109,208,.8);
}