@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1201.99px!important;
    }
}
header .top-bar {
    height: 39px;
    width: 1202px;
    margin: 0 auto;
    line-height: 39px;

}

.top-bar .left-time {
    float: left;

}

.top-bar .right-login {
    float: right;
    cursor: pointer;
}

header .header {
    height: 355px;
    /*background-image: url(../img/header.jpg);*/
    background-image: url(../img/p3.png);
    background-size: cover;
}

.header .header-content {
    height: 100%;
    width: 1202px;
    margin: 0 auto;
}

.header #logo {
    margin-top: 60px;
    width: 680px;
}

.header .header-inner {
    width: 712px;
    margin: 0 auto;
}

#search {
    /* background-color: rgba(255, 255, 255, .2); */
    box-sizing: border-box;
    background: rgba(255, 255, 255, .5);
    padding-left: 10px;
    width: 455px;
    height: 42px;
    border: 1px rgb(255, 255, 255) solid;
    border-radius: 5px;
    color: white;
    outline: none;
    margin-top: 20px;
}

#searchSelect {
    /* background-color: rgba(255, 255, 255, .2); */
    box-sizing: border-box;
    background: rgba(255, 255, 255, .5);
    padding-left: 10px;
    width: 100px;
    height: 42px;
    border: 1px rgb(255, 255, 255) solid;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: white;
    outline: none;
    margin-top: 20px;
    float: left;
    cursor: pointer;
}

#searchSelect .searchOption{
    border-radius: 5px;
}

#search::placeholder {
    color: white;
}

#searchBtn {
    width: 100px;
    height: 42px;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.searchOption {
    background: rgb(131 165 206);
    text-align:center;
    padding: 10px;
}

.flex-box {
    width: 1202px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.flex-item {
    width: 108px;
    text-align: center;
}

.flex-item:hover .sprint-title{
    color: deepskyblue;
}

.sprint {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../img/sprint.png);
}

.sprint-1 {
    background-position-x: 0px;
}
.sprint-2 {
    background-position-x: 41px;
}
.sprint-3 {
    background-position-x: 82px;
}
.sprint-4 {
    background-position-x: 123px;
}
.sprint-5 {
    background-position-x: 164px;
}
.sprint-6 {
    background-position-x: 205px;
}
.sprint-7 {
    background-position-x: 246px;
}
.sprint-paimai {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../img/paimaiLogo.png);
}
.sprint-title {
    color: white;
    cursor: pointer;
}

.content-item {
    width: 1202px;
    margin: 0 auto;
}

.important-information {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 39px;
}

.important-information img {
    vertical-align: top;
}

.important-information .title {
    line-height: 39px;
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #023a76;
    display: inline-block;
}

.news {
    display: flex;
}

#swiper {
    width: 800px;
    height: 423px;
    border-radius: 10px;
    overflow: hidden;
}

#swiper .introduction {
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 56px;
    line-height: 56px;
    background-color: rgba(0, 0, 0, 30%);
    color: white;
}

#swiper .layui-carousel-ind{
    text-align: right;
    padding-right: 20px;
    margin-top: -50px;
}

#swiper .layui-carousel-ind ul {
    background-color: rgba(0, 0, 0, 0);
}

#swiper .layui-carousel-ind li.layui-this{background-color:#4F8EFF}

.news-ground {
    width: 592px;
    height: 423px;
    margin-left: 20px;
}

.news-ground .title{
    height: 50px;
    background-color: #ecf5fd;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.news-ground .title span {
    margin: 0 20px;
    font-size: 18px;
    cursor: pointer;
}

.news-ground .title-active {
    color: #2862af;
    font-weight: bold;
}

.news-ground .title a {
    position: absolute;
    right: 5px;
}

.news-ground .news-list {
    display: none;
    height: 238px;
}

.news-ground .news-active {
    display: block;
}

.news-list li {
    position: relative;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
    box-sizing: border-box;
}

.news-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #4F8EFF;
    vertical-align: middle;
    margin-right: 14px;
}

.news-list .news-title {
    cursor: pointer;
}

.news-list li .news-time {
    color: #51a1d8;
    position: absolute;
    right: 0;
}

.news-ground img {
    border-radius: 10px;
}

.service {
    margin-top: 38px;
}

.service-information {
    display: flex;
}

.service-icon {
    width: 5px;
    height: 30px;
    background-color: #035ef8;
}

.service-information .service-title {
    margin-left: 10px;
    height: 30px;
}

.service-information .service-title span{
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

.service-content {
    margin-top: 45px;
    display: flex;
    height: 410px;
    position: relative;
    margin-bottom: 45px;
}

.service-item {
    /* position: absolute; */
    /* top: 0; */
    /* width: 324px; */
    width: 20%;
    margin-left: 15px;
    height: 390px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 5px grey;
    background-color: white !important;
    overflow: hidden;
}
.service-item:first-child {
    margin-left: 0;
}

.service-header {
    background-color: #eeeeef;
    height: 123px;
    position: relative;
}

.service-header img{
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.service-header .service-title {
    position: absolute;
    top: 83px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    font-size: 18px;
    color: #a09595;
    font-weight: bold;
}

.service-list {
    width: 180px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: white;
}

.service-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #4F8EFF;
    vertical-align: middle;
    margin-right: 18px;
}

.service-list li {
    margin-top: 10px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer;
}

.service-list li .hot {
    display: inline-block;
    margin-left: 12px;
}

.service-active {
    transform: scale(1.2);
    z-index: 10;
}

.service-active .service-header {
    background-color: #4288e5;
}

.service-active .service-title {
    color: white;
}

.item-1 {
    left: 0;
}

.item-2 {
    /* left: 277px; */
}

.item-3 {
    right: 349px;
}

.item-4 {
    right: 0;
}

.img-banner {
    background: url(../img/img-banner.png);
    height: 210px;
    background-position:center center;
    margin-bottom: 67px;
}

.back-img {
    position: absolute;
    width: 100%;
    height: 505px;
    /*background: url(../img/back-img.jpg);*/
}

.back-img .back-img2 {
    height: 552px;
    width: 1355px;
    margin: 0 auto;
    /*background: url(../img/back-img2.png);*/
    background-position: top;
}

.hous-res {
    position: relative;
    width: 1202px;
    margin: 0 auto;
    /*height: 552px;*/
    color: gray;
    /*padding-top: 20px;*/
}

.hous-res .layui-tab-title .layui-this:after {
    border-style: none;
}

.hous-res .layui-tab-title .layui-this {
    color: #4F8EFF;
    font-weight: bolder;
}

.hous-res .layui-tab-title li {
    font-size: 22px;
}

.hous-res .layui-show {
    display: flex !important;
    justify-content: space-between;
}

.hous-res .layui-tab-title {
    /*color: #a9c0f2;*/
    font-size: 22px;
}

.house-nav {
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    display: flex;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
}

.house-nav span {
    cursor: pointer;
}

.house-nav :not(:first-child) {
    margin-left: 90px;
}

.house-title {
    position: absolute;
    top:210px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 220px;
    height: 60px;
    padding: 0;
    margin-top: 30px;
    /*background: url(../img/button-banner.png);*/
}

.house-title p {
    position: absolute;
    left: 50%;
    top: 50%;
    color: black;
    font-size: 22px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.house-content {
    display: flex;
    /*justify-content: space-between;*/
}

.house-content li {
    position: relative;
}

.property .layui-tab-title {
    /*border-color: #919191;*/
    /*color: #919191;*/
    /*border-bottom-width: 2px;*/
    margin-bottom: 10px;
}

.property .layui-tab-title li {
    padding: 0;
    font-size: 22px;
}

.property .layui-tab-title li:not(:first-child) {
    margin-left: 90px;
}

.property .layui-tab-title .layui-this {
    color: #4F8EFF;
    font-weight: bolder;
}
.layui-this li{

}
.property .layui-tab-title .layui-this:after{
    border-style: none;
}

.property-item {
    display: flex;
    justify-content: space-between;
}

.img-banner3 {
    background: url(../img/business1.png);
    background-position: center;
    height: 182px;
    margin-top: 40px;
}

.publicity {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.publicity-header {
    position: relative;
    width: 588px;
    font-size: 22px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
}

.publicity-title {
    font-weight: bold;
    color: #035ef8;
}

.publicity-more {
    position: absolute;
    right: 0;
    font-size: 14px;
}

.publicity .news-list li {
    margin-left: 0;
    height: 38px;
    line-height: 38px;
}

.publicity .news-list li .news-time {
    color: grey;
}

.publicity .news-list li::before{
    display: none;
    width: 0;
    height: 0;
    margin-left: 0;
}

.news-img {
    height: 139px;
    margin-top: 30px;
}

#cooperate .layui-this {
    display: flex;
    background-color: white;
}

.cooperate {
    display: flex;
    background-color: white;
}

.cooperate-item:not(:first-child) {
    margin-left: 33px;
}

.cooperate-item {
    box-sizing: border-box;
    border: 1px solid grey;
    position: relative;
    width: 380px;
    height: 110px;
}

.cooperate-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer {
    height: 279px;
    margin-top: 45px !important;
    position: relative;
}

footer .content-item {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 1202px;
    height: 150px;
}

.rel-link {
    margin-bottom: 30px;
    color: #819dbb;
}

.rel-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.rel-link a {
    color: #819dbb;
}

.organizer {
    line-height: 30px;
    color: #95acc6;
}
.organizer p{
    display: inline-block;}
footer {
    background: url(../img/footer.jpg);
    background-position: center;
}

footer .content-item .right {
    top: 0;
    width: 179px;
    height: 143px;
    position: absolute;
    right: 0;
    border-left: 1px solid #95acc6;
}

.qrcode {
    position: absolute;
    right: 12px;
    top: 0;
    width: 104px;
    height: 104px;
}

.saoyisao {
    position: absolute;
    right: 9px;
    bottom: -10px;
    color: #819dbb;
}

.filing-number {
    margin-top: 50px;
    text-align: center;
    color: grey;
}

.hot-channel {
    position: fixed;
    width: 120px;
    height: 205px;
    box-sizing: border-box;
    border: 1px solid #5780d7;
    border-radius: 5px;
    top: 400px;
    left: 21px;
    background-color: white;
}

.hot-title {
    margin: 11px;
}

.hot-list {
    box-sizing: border-box;
    margin: 0 10px;
    text-align: center;
}

.hot-list li:hover {
    color: red;
    font-weight: bold;
}
/*
.hot-list li:first-child {
    color: red;
    font-weight: bold;
} */

.hot-list li {
    line-height: 28px;
    font-size: 16px;
    color: grey;
    cursor: pointer;
}

.hot-list li:not(:last-child) {
    border-bottom: 1px solid grey;
}

.zjd {
    width: 120px;
    height: 136px;
    position: fixed;
    top: 610px;
    left: 21px;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #5780d7;
    border-radius: 5px;
}

.zjd-title {
    margin: 11px;
}

.zjd-back {
    width:96px;
    margin: 0 11px;
}

.right-nav {
    width: 70px;
    position: fixed;
    border: 1px solid #dadada;
    background-color: white;
    top: 400px;
    right: 21px;
}

.right-nav-item {
    height: 80px;
    position: relative;
}

.right-nav-item img {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%);
}

.right-nav-item p {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    font-size: 12px;
}

.right-nav-item:hover {
    background-color: #0455e5;
    cursor: pointer;
    color: white;
}

.right-nav-item:not(:last-child) {
    border-bottom: 1px solid #dadada;
}

.phone-service {
    display: none;
    height: 400px;
}

#phone-cooperate {
    display: none;
}

#phone-cooperate .cooperate-item {
    width: 100%;
}

.right-bar {
    display: none;
}

.top-bar .right-bar {
    position: absolute;
    right: 10px;
    top: 6px;
}

.top-bar .right-bar div{
    width: 20px;
    border-top: 1px solid black;
    margin-top: 7px;
    transition: linear .3s;
}

.top-bar .right-bar .top {
    transform:translate(0, 5px) rotate(45deg);
}

.top-bar .right-bar .middle {
    display: none;
}

.top-bar .right-bar .bottom {
    transform: translate(0, -2px) rotate(-45deg);
}

.nav-bar-list {
    width: 0;
    overflow: hidden;
    transition: linear .3s;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    box-shadow: 1px 2px 5px black;
    height: 100vh;
}

.nav-bar-list .list {
    width: 100%;
}

.nav-bar-list .list li {
    color: black;
    font-weight: bold;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid grey;
    box-sizing: border-box;
    padding-left: 20px;
}
/*登陆注册模态框*/
.modal-header{border-bottom: 0;padding-left: 40px;}
.modal-header h5{font-weight:700}
#recipient-password {
    margin-top: -30px!important;
}
.modal-footer{border-top:0}
.logininput{
    width: 300px;
    height: 50px;
    border: solid 1px black;
}
.modal-footer button{
    height: 50px;
    width: 300px;
}
#yanzmodalbody{
    display: flex;
    justify-content: center;
}
#denglumodalbody{
    display: flex;
    justify-content: center;
}
.modal-footer{
    display: flex;
    justify-content: center;
}
#loginDialog{
    width: 380px;
    height: 480px;
}
#logincss{
    width: 380px;
    height: 480px;
}
.down{
    position: relative;

}
#sendLoginMessage{
    position: absolute;
    top: -17px;
    left: 199px;
    border: none;
    background-color: transparent;
    color: black;
}
#spanSend{
    position: absolute;
    top: -16px;
    left: 188px;
    border: none;
    background-color: transparent;
    color: gray;
}
.btn-primary{
    background-color: #3072f6;
}
.smallTip{
    font-size: 10px;
    color: gray;
    padding-left: 40px;
}
.logininput::placeholder {
    padding-left:10px
}
/*登陆注册模态框*/
.custom-select {
    position: relative !important;
    display: inline-block !important;
    width: 135px !important;
    height: 42px !important;
    background: #f7f9ff !important;
    margin-top: -4px;
    margin-right: 2px;
}

.custom-select select {
    display: none;
}

.custom-select .select-selected {
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.custom-select .select-selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}

.custom-select .select-items div {
    padding: 10px;
    cursor: pointer;
}

.custom-select .select-items div:nth-child(even) {
    background-color: #e7f3ff;
}

.custom-select .select-items div:nth-child(odd) {
    background-color: #d6e7ff;
}

.custom-select .select-items div:hover {
    background-color: #f1f1f1;
}

.custom-select.open .select-selected:after {
    transform: translateY(-50%) rotate(-180deg);
}

.custom-select.open .select-items {
    display: block;
}

.custom-select .select-items {
    position: absolute;
    background-color: #f1f1f1;
    width: 135px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    margin-top: 13px;
    margin-left: -13px;
    border-radius: 5px
}




