.daohang{
    padding-left: 7.1875rem;
    line-height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.logo img{
    width: 280px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.daohang_box span{
    background: url(../img/1.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    color: #fff;
    font-size : 1.125rem;
    padding: 0 2.8125rem 0 4.0625rem ;
    height: 70px;
    line-height: 70px;
    position: relative;
    margin-right: -2.68rem;
}
.daohang_box a{
    background: url(../img/2.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    color: #fff;
    font-size : 1.125rem;
    padding: 0 1.25rem 0 2.5rem;
    height: 70px;
    line-height: 70px;
}
.daohang_box .iconfont{
    margin-right: .3125rem;
    position: relative;
    top: 2px;
}
.daohang_ul li{
    display: inline-block;
    margin-right: 2.1875rem ;
}
.daohang_ul li a{
    color: #fff;
    position: relative;
    font-size : 1.125rem;
    padding: 0 .625rem;
    display: block;
}
.daohang_ul li.active a::after{
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 100%;
    height: 2px;
    content: "";
    background : #FFFFFF;
}
.daohang .iconfont{
    font-size: 1.375rem;
}



.banner_line {
    width: 27%;
    height: 3px;
    position: absolute;
    top: 66%;
    right: 13.3%;
    z-index: 999;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}
.banner_line span {
    width: 0%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0D56A7;
    -webkit-animation: 0s linear;
    animation: 0s linear;
}
.banner_line.on span {
    -webkit-animation: bannerLine 12s linear infinite;
    animation: bannerLine 12s linear infinite;
}
.banner_line font {
    width: 1px;
    height: 9px;
    background: #fff;
    position: absolute;
    top: -4px;
    right: 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    filter: alpha(opacity=60);
}
.banner_line i {
    display: block;
    height: 1px;
    background: #fff;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    filter: alpha(opacity=60);
}
@-webkit-keyframes bannerLine {
	0%{
		width: 0;
	}
	100%{
		width: 100%;
	}
}
@keyframes bannerLine {
	0% {
		width: 0;
	}
	100%{
		width: 100%;
	}
}
.banner_div{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-weight : bold;
    font-size : 2.8125rem;
    color : #FFFFFF;
}
.banner_size{
    width: 55%;
}
.banner_size p:nth-of-type(2){
    font-size : 3.125rem;
    margin-top: 1.5rem; 
}
.more{
    font-weight : bold;
    font-size : 1.125rem;
    color : #FFFFFF;
    background : #1165AB;
    border: 1px solid #1165AB;
    border-radius : 12px;
    -moz-border-radius : 12px;
    -webkit-border-radius : 12px;
    width: 10.125rem;
    line-height: 3.125rem;
    display: inline-block;
    text-align: center;
}
.banner_div .banner_box{
    font-weight : bold;
    font-size : 1.25rem;
    line-height : 2.4375rem;
    text-align: right;
    color : rgb(255, 255, 255);
    opacity : 0.78;
}


/* 园区介绍 */
.about{
    padding: 6.5625rem 0;
}
.about_div .fl{
    width: 40%;
}
.about_div .fr{
    width: 55%;
}
.title p:nth-of-type(1){
    font-size : 2.5rem;
    color : #272827;
}
.title p:nth-of-type(2){
    font-size : 2.25rem;
    color : #6f7071;
}
.title p span{
    position: relative;
    display: inline-block;
    /* padding-left: 1rem; */
    margin-left: .9375rem;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #054093;
}
/* .title p span::after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #054093;
    width: 35px;
    height: 30px;
    content: "";
} */
.title p .iconfont{
    font-size: 1.575rem;
    color: #F3BB33;
    position: relative;
    top: -5px;
    z-index: 5;
    font-weight: bold;
}
.text{
    font-size : 1rem;
    line-height : 1.625rem;
    color : #929692;
    text-align: justify;
}
.about_box  .text{
    margin: 1.75rem 0 3.75rem 0;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden; */
}
.about_ul{
    display: flex;
    justify-content: space-between;
}
.about_ul li{
    font-size : 1rem;
    color : #929692;
}
.about_ul p span{
    font-size : 3.125rem;
    line-height : 81.49px;
    color : #0D56A7;
}
/* 园区优势 */
.advantage{
    padding: 3.75rem 0;
    position: relative;
}
.advantage::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    content: "";
    background : #F5F5F5;
    z-index: -1;
}
.advantage_size p{
    margin: 1.875rem 0;
    text-align: center;
}
.tit{
    font-size : 1.75rem;
    color : #272827;
}
.advantage_div{
    padding: 4.375rem 3rem;
    background: #fff;
}
.advantage_div span{
    display: block;
    width: 7.1875rem;
    height: 7.1875rem;
    line-height: 7.1875rem;
    text-align: center;
    border-radius: 50%;
    background: #054093;
    margin:  auto;
}
.advantage_lb{
    margin-top: 2.1875rem;
}


/* 租赁服务 */
.leasing{
    padding: 7.5rem 0;
    position: relative;
}
.leasing_lb{
    margin-top: 4.375rem;
    padding: 4.375rem 3.125rem;
    background: #fff;
}
.leasing_size .fl{
    font-weight : bold;
    font-size : 1rem;
    line-height : 26px;
    color : #4F514F;
}
.leasing_size .fr{
    font-size : .875rem;
    line-height : 26px;
    color : #BCBCBC;
}
.leasing_size p{
    font-size : 1.125rem;
    line-height : 26px;
    color : #3C3D3C;
    margin-top: .5rem;
}
.leasing_size{
    margin-top: 1.125rem;
}
.leasing_lb .swiper-container{
    padding-bottom: 3.125rem;
}
.leasing_div{
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
}
.swiper-pagination-bullet{
    width: 1.1875rem;
    height: 1.1875rem;
    background : rgba(162, 163, 162, 1);
    opacity : 0.79;
}
.swiper-pagination-bullet-active{
    background : #F3BB33;
}
.leasing::after{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    content: "";
    background : url(../img/6.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.develop{
    padding: 6.25rem 0;
}
.develop_lb{
    padding-top: 2.8125rem;
}
.develop_size a{
    font-size : 1.125rem;
    line-height : 1.625rem;
    color : #484948;
    display: block;
    
}
.develop_size{
    padding: 1.75rem;
    background : #F5F5F5;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.develop_div:hover .develop_size{
    background: #054093;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.develop_div:hover .develop_size a{
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.news_div .tit{
    font-size : 1.125rem;
    line-height : 28px;
    color : #3D3D3D;
}
.news_div p:nth-of-type(2){
    font-size : 1rem;
    color : #000000;
}
.news_div .text{
    margin: 1.5625rem 0 .75rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_lb{
    margin-top: 3.4375rem;
}
.news{
    padding: 5rem 0 7.1875rem 0;
    background: url(../img/6.jpg) no-repeat;
    background-size: cover;
}
/* 留言 */
.mess{
    background : #F5F5F5;
    padding: 3.4375rem 0;
}
.mess_div div:nth-of-type(1){
    margin-left: 0;
}
.mess_div input{
    width: 18.125rem;
    background: #fff;
    height: 3.4375rem;
    border: none;
    padding: 0 .5rem;
}
.mess_div div{
    float: left;
    margin-left: 19px;
}
.mess_div div:nth-last-child(1){
    margin-left: 0;
}
.mess_div button{
    background: #054093;
    width: 5.625rem;
    line-height: 3.125rem;
    color: #fff;
    font-size: .9375rem;
    border: none;
}
.mess .title1{
    font-size : 1.75rem;
    color : #272827;
}
.mess .text{
    font-size : .875rem;
    line-height : 26px;
    color : #7E7F7E;
}
.mess_div{
    margin: 2.1875rem 0 1.75rem 0;
}
.foot_div{
    font-size : .875rem;
    line-height : 1.75rem;
    color : #595B59;
}
.foot{
    padding: 1.875rem 0;
}
.foot_fl .fr{
    padding: .625rem 0 0 1.25rem;
}
.foot_fr a{
    color: #000;
    background : #F2F2F2;
    border-radius : 4px;
    -moz-border-radius : 4px;
    -webkit-border-radius : 4px;
    display: inline-block;
    width: 1.875rem;
    line-height: 1.875rem;
    height: 1.875rem;
    text-align: center;
}
.foot_fr{
    padding-top: .9375rem;
}
.advantage_div:hover span{
    background: #F3BB33;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}


.daohang.active .block{
    display: none;
}
.daohang.active .none{
    display:inline-block;
}
.daohang.active{
    background: #fff;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.daohang.active .daohang_ul li a{
    color: #000;
}
.daohang.active .daohang_ul li.active a::after{
    background: #054093;
}
.daohang.active .daohang_ul li.active a{
    color: #054093;
}
.daohang.active .logo img {
    width: 215px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

  /* 详情 */
  .ban_div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
}



.newsxq{
    padding: 5.625rem 0 2.5rem 0;
}
.newsxq_ti>p{
    color: #010101;
    font-size: 1.5625rem;
    margin-bottom: .9375rem;
}
.newsxq_ti{
    padding: 2.1875rem 0 .9375rem 0;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}
.newsxq_ti_fx span{
    display: inline-block;
    color: #575757;
    font-size: 0.9375rem;
}
.newsxq_size{
    font-size: 1rem;
    color: #575757;
    line-height: 2.1875rem;
    margin-top: 2.1875rem;
}
.newsxq_size img{
    max-width: 100%;
}
.newsxq_jt{
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    padding: 1.25rem 1.875rem;
    margin-top: 6.875rem;
}
.newsxq_jt>div{
    width: 50%;
    color: #575757;
    font-size: 1rem;
}
.newsxq_jt>div a{
    display: inline-block;
    color: #575757;
    font-size: 1rem;
}
.newsxq_jt>div .iconfont{
    color: #575757;
    font-size: 1.125rem;
    margin-right: .5rem;
}
.newsxq_jt>div:nth-of-type(2){
    text-align: right;
}
.newsxq_box{
    margin-top: 3.4375rem;
}
.more{
    font-weight: 500;
}















@media(max-width:1500px){
    .banner_div{
        font-size: 2.2rem;
    }
    .banner_size p:nth-of-type(2) {
        font-size: 2.725rem;
    }
    .banner_line{
        top: 45% !important;
    }
}
@media(max-width:1440px){
    .container {
        padding: 0 5.7rem;
    }
    .daohang_box span {
        padding: 0 2.8125rem 0 3.0625rem;
    }
    .daohang_ul li {
        margin-right: 1.1875rem;
    }
    .logo img {
        width: 230px;
    }
}

@media(max-width:1366px){
    .daohang {
        padding-left: 3.1875rem;
    }
}
@media(max-width:1310px){
    .mess_div div {
    margin-left: 10px;
}

}
@media(max-width:1280px){
    .daohang_box a {
        padding: 0 .5rem 0 1.5rem;
    }
    .daohang_ul li {
        margin-right: .5rem;
    }
    .logo img {
        width: 190px;
    }
    .daohang.active .logo img{
        width: 170px;
    }

    .advantage_div {
        padding: 1.7rem;
    }
    .advantage::after {
        width: 96%;
    }
    .mess_div input {
    width: 16.125rem;
    }
}
@media(max-width:1200px){
  .mess_div input {
    width: 15.125rem;
    }
}
@media(max-width:1170px){
  .mess_div input {
    width: 14.125rem;
    }
}
@media(max-width:1024px){
    .daohang {
        padding-left: 1.1875rem;
    }
    .daohang_box span {
        padding: 0 1.8125rem 0 2.0625rem;
    }
    .daohang_ul li {
        margin-right: 0;
    }
    .daohang_ul li a{
        font-size: 1rem;
        padding: 0 .5rem;
    }
    .banner_div {
        font-size: 1.7rem;
    }
    .banner_size p:nth-of-type(2) {
        font-size: 1.5rem;
    }
    .banner_div .banner_box {
        font-size: 1rem;
        line-height: 1.4375rem;
    }
    .banner_line {
        top: 52% !important;
    }
    .about_box .text {
        margin: 0.75rem 0 0.75rem 0;
    }
    .about_ul p span {
        font-size: 2.625rem;
        line-height: 45.49px;
    }
    .title p:nth-of-type(2) {
        font-size: 1.5rem;
    }
    .title p:nth-of-type(1) {
        font-size: 2rem;
    }
    .title p span {
        padding-left: 1.5rem;
    }
    .advantage_div span {
        display: block;
        width: 5.1875rem;
        height: 5.1875rem;
        line-height: 5.1875rem;
    }
    .advantage_div span img{
        width: 2.8125rem;
    }
    .advantage_size p {
        margin: 1.25rem 0;
    }
    .tit {
        font-size: 1.45rem;
    }
    .leasing_lb {
        margin-top: 3.375rem;
        padding: 3rem;
    }
    .mess_div input {
        width: 13rem;
    }
    .container {
        padding: 0 2.7rem;
    }
}
@media(max-width:990px){
    .container {
        padding: 0 2.7rem;
    }
    .foot{
        display: block;
    }
    body{
        padding-bottom: 0;
    }
    .phone_logo img{
        width: 170px;
    }
    #phone_nav span, .seaarch_phone span{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .phone{
        padding: .625rem 0;
    }
    .mess_div div{
        float: none;
    }
    .mess_div button,
    .mess_div input{
        width: 100%;
    }
    .mess_div div{
        margin-left: 0;
        margin-bottom: 1rem;
    }
}
@media(max-width:767px){
    .container {
        padding: 0 1.7rem;
    }
    .banner_div {
        font-size: 1.2rem;
    }
    .banner_size{
        width: 100%;
    }
    .banner_size p:nth-of-type(2) {
        margin-top: 0.5rem;
    }
    .banner_size p:nth-of-type(2) {
        font-size: 1rem;
    }
    .banner_div .banner_box {
        font-size: .8rem;
    }
    .banner .swiper-slide img{
        height: 22.5rem;
        object-fit: cover;
    }
    .banner_size{
        margin-bottom: 2rem;
    }
    .newsxq,
    .news,
    .develop,
    .leasing,
    .advantage,
    .about{
        padding: 3.5rem 0;
    }
    .about_div .fr,
    .about_div .fl{
        width: 100%;
        float: none;
    }
    .about_div .fr{
        margin-top: 1.5625rem;
    }
    .about_ul li{
        width: 50%;
        float: left;
        text-align: center;
    }
    .about_ul{
        display: block;
        overflow: hidden;
    }
    .about_ul li:nth-of-type(3){
        width: 100%;
        margin-top: .9375rem;
    }
    .advantage_div{
        padding: .9375rem;
    }
    .leasing_lb {
        margin-top: 2.5rem;
        padding: .9375rem;
    }
    .swiper-pagination-bullet {
        width: .8rem;
        height: .8rem;
    }
    .leasing::after {
        height: 75%;

    }
    .develop_size {
        padding: .8rem;
    }
    .develop_size a {
        font-size: 1rem;
    }
    .news_lb {
        margin-top: 1.4375rem;
    }
    .news_div .text {
        margin: 0.5625rem 0 .75rem 0;
    }
    .mess_div div{
        width: 100%;
        margin-left: 0;
        margin-bottom: .9375rem;
    }
    .mess_div button,
    .mess_div input{
        width: 100%;
    }
    .mess_div {
        margin: 1.1875rem 0 0.75rem 0;
    }
    .title p span::after{
        width: 25px;
        height: 20px;
    }
    .title p span {
        padding-left: 0.8rem;
    }
    .newsxq_ti>p{
        font-size: 1.35rem;
    }
    .newsxq_ti{
        padding: .9375rem 0;
    }
    .newsxq_size{
        margin: .9375rem 0;
    }
    .newsxq_jt{
        margin-top: .9375rem;
        padding: .9375rem 0;
    }
    .newsxq_jt>div{
        width: 100%;
        float: none;
    }
    .newsxq_jt>div a{
        margin-top: .625rem;
    }
    .newsxq_jt>div:nth-of-type(2){
     text-align: left;   
     margin-top: .9375rem;
    }
    .foot_fl span{
        display: block;
    }
    .foot_fl .fr {
        padding: 1rem 0 0 0;
    }
    .foot_fl .fr,
    .foot_fr{
        float: left;
    }
    .phone_logo img {
        width: 120px;
    }
       .mess_div input{
        font-size: 1rem;
    }
}


.more:hover{
    box-shadow: inset 0 0 0 2.5rem #fff;
    border: 1px solid #1165AB !important;
    color: #1165AB;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}
.news_div:hover .tit,
.newsxq_jt>div a:hover{
    color: #1165AB;
}