/*公共*/


/*titl*/

.index-title {
    padding: 40px 0;
    text-align: left;
}

.index-title h2 {
    font-size: 30px;
    color: #565A5C;
}

.index-title p {
    font-size: 16px;
    color: #565A5C;
}


/*更多*/

.index-all {
    cursor: pointer;
    display: inline-block;
    padding: 13px 36px;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin: 40px auto 60px;
    font-size: 16px;
    color: #565a5c;
}

.index-all:hover {
    color: #f92d2d;
    border: 1px solid #f92d2d;
}


/*index*/

.index-adv {
    background-color: #f5f5f5;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.index-adv ul li {
    float: left;
    height: 120px;
    margin: 15px 0;
    background-color: #fff;
}

.index-adv ul li:last-child img {
    width: 330px;
    height: 120px;
}

.index-adv ul li:first-child img {
    width: 610px;
    height: 120px;
}

.index-adv ul li:last-child {
    width: 330px;
}

.index-adv ul li:first-child {
    width: 610px;
    margin-right: 20px;
}

.index-bdr {
    position: relative;
}
.index-bdr .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 100%;
    background-size: cover;
}

.index-bdr .swiper-container {
    height: 430px;
}

.index-bdr .swiper-container a {
    display: block;
    height: 100%;
}
.banner-swiper .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 140px;
    width: 960px;
    margin-left: -480px;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.banner-swiper .page-item, .banner-swiper .page-process{
    position: relative;
    display:inline-block;
    width:60px;
    height:2px;
    background:rgba(255,255,255,.5);
    overflow: hidden;
}
.banner-swiper .page-item:nth-of-type(n+2){
    margin-left: 5px;
}
.banner-swiper .page-process{
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    animation: pagination 5s linear 1;
    -webkit-animation: pagination 5s linear 1;
    -ms-animation: pagination 5s linear 1;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
}
.banner-swiper .swiper-button-prev, .banner-swiper .swiper-button-next{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/swiper-arrow.png) no-repeat center;
    background-size: 100%;
}
.banner-swiper .swiper-button-prev{
    left: 25px;
}
.banner-swiper .swiper-button-next{
    right: 80px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
@keyframes pagination
{
    from{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);}
    to{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);}
}

.index-bdr .text {
    position: absolute;
    /*background-image: url('../img/text-pc.png');*/
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 95px;
    box-sizing: border-box;
    top: 0;
    height: 430px;
    left: 0;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    z-index: 15;
}

.index-bdr .text p {
    color: #fff;
    text-align: left;
}

.index-bdr .text p.p1 {
    font-size: 48px;
}

.index-bdr .text p.p2 {
    font-size: 16px;
    margin-top: 5px;
}

.index-bdr .text p.p3 {
    margin-top: 23px;
    margin-bottom: 12
}

.index-bdr .text p.p3 a {
    width: 160px;
    height: 40px;
    display: block;
    line-height: 36px;
    font-weight: 100;
    text-align: center;
    border: 2px solid white;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}

.index-bdr .text p.p3 a:hover {
    background: rgba(255, 255, 255, 1);
    color: #f92d2e
}

.index-bdr .search {
    position: absolute;
    z-index: 1000;
    bottom: 60px;
    right: 0;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    padding: 32px 0 0;
}

.index-bdr .search .searchbox {
    position: relative;
}

.index-bdr .search .searchbox .sr-fields {
    position: relative;
    box-sizing: border-box;
    height: 60px;
    background: white;
    border: none;
    float: left;
    outline: none;
}

.index-bdr .search .searchbox .sr-fields:before {
    position: absolute;
    right: 15px;
    top: 50%;
    height: 14px;
    width: 14px;
    text-align: center;
    line-height: 17px;
    margin-top: -7px;
    color: #CACCCD;
    font-size: 12px;
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.index-bdr .search .searchbox .sr-fields.open:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.index-bdr .search .searchbox .sr-fields i {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 24px;
    color: #cacccd;
}

.index-bdr .search .searchbox .sr-fields .country {
    line-height: 60px;
    display: block;
    text-indent: 1em;
    color: #82888A;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
}

.index-bdr .search .searchbox .sr-fields.open-color .country {
    color: #333;
}

.index-bdr .search .searchbox .sr-fields.open .menu-sf {
    display: block;
}

.index-bdr .search .searchbox .sr-fields .menu-sf {
    position: absolute;
    box-sizing: border-box;
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #cacccd;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(5, 2, 3, 0.4);
    top: 46px;
    left: 0;
    right: 0;
    display: none;
}

.index-bdr .search .searchbox .sr-fields .menu-sf.one {
    width: 650px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf .col {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    padding: 5px 0;
    padding-left: 15px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf.one .col {
    padding-left: 80px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf .col span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 80px;
    padding-left: 15px;
    float: left;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #82888A;
    line-height: 50px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf .col a {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #565A5C;
    display: table;
    margin-right: 25px;
    float: left;
}

.index-bdr .search .searchbox .sr-fields .menu-sf .col a:hover {
    text-decoration: none;
    color: #f92d2d;
}

.index-bdr .search .searchbox .sr-fields .menu-sf .col.tips {
    background: #f5f5f5;
    padding: 14px;
    color: #f92d2e;
    font-size: 12px;
    line-height: 22px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf .col strong {
    color: #2b2d2e;
    font-weight: 700;
    float: left;
    text-indent: 14px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf .col .ns {
    color: #CACCCD;
}

.index-bdr .search .searchbox .sr-fields .menu-sf1 .col {
    padding-left: 6px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf1 .col strong {
    margin-left: -60px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf2 .col,
.index-bdr .search .searchbox .sr-fields .menu-sf3 .col,
.index-bdr .search .searchbox .sr-fields .menu-sf2 .col,
.index-bdr .search .searchbox .sr-fields .menu-sf3 .col {
    line-height: 28px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf2 .col a,
.index-bdr .search .searchbox .sr-fields .menu-sf3 .col a,
.index-bdr .search .searchbox .sr-fields .menu-sf2 .col span,
.index-bdr .search .searchbox .sr-fields .menu-sf3 .col span {
    padding: 0 14px;
}

.index-bdr .search .searchbox .sr-fields .menu-sf3 .col p {
    padding: 0 14px;
    color: #f92d2e;
    font-size: 12px;
    line-height: 22px;
}

.index-bdr .search .searchbox .sf1 {
    width: 320px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.index-bdr .search .searchbox .sf2 {
    width: 165px;
    border-style: solid;
    border-width: 0 1px;
    border-color: #ccc;
}

.index-bdr .search .searchbox .sf3 {
    width: 165px;
}

.index-bdr .search .searchbox .sr-submit {
    width: 150px;
    height: 60px;
    line-height: 60px;
    border: none;
    background: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background-color: #f92d2d;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    outline: none;
}

.index-bdr .search .searchbox .sr-submit:focus,
.index-bdr .search .searchbox .sr-submit:hover {
    background-color: #e20707;
}

.index-main {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    height: 925px;
}

.index-main ul {
    position: absolute;
    left: 50%;
    margin-left: -480px;
    width: 980px;
    overflow: hidden;
    margin-bottom: 40px;
}

.index-main ul li {
    position: relative;
    height: 225px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 0 20px 20px 0;
}

.index-main ul li.w225 {
    width: 225px;
}

.index-main ul li.w470 {
    width: 470px;
}

.index-main ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.index-main ul li .text-info {
    width: 100%;
    position: absolute;
    left: 0;
    padding-top: 80px;
    height: 100%;
    z-index: 1;
    right: 0;
}

.index-main ul li .text-info em {
    transition: transform .7s;
    -webkit-transition: transform .7s;
    display: table;
    margin: 0 auto;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #ffffff;
}

.index-main ul li .text-info span {
    display: table;
    margin: 0 auto;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #ffffff;
}

.index-main ul li .text-info p {
    text-align: left;
    opacity: 0;
    font-size: 16px;
    color: #fff;
    padding: 0px 30px;
    margin-top: 30px;
    transition: all .5s;
}

.index-main ul li i {
    transition: transform .7s;
    -webkit-transition: transform .7s;
    display: none;
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}

.index-main ul li p {
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #fff;
    margin-top: 120px;
    opacity: 0;
}

.index-pro {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.index-pro .ul {
    width: 960px;
    display: flex;
    height: auto;
    margin: 0 auto;
}

.index-pro .ul .li {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-right: 20px;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    height: auto;
    width: 310px;
    position: relative;
}

.index-pro .ul .li:last-child {
    margin-right: 0;
}

.index-pro .ul .li img {
    height: 150px;
    width: 100%;
}

.index-pro .ul .li .pro-tit {
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    height: 150px;
    line-height: 150px;
    width: 100%;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #fff;
    top: 0;
}

.index-pro .ul .li ul {
    overflow: hidden;
    background-color: #fff;
}

.index-pro .ul .li ul li {
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px;
}

.index-pro .ul .li ul li span {
    overflow: hidden;
    background-color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #7f7c7c;
    text-align: left;
}

.index-pro .ul .li ul li:first-child p {
    height: 40px;
}

.index-pro .ul .li ul li p {
    overflow: hidden;
    background-color: #fff;
    font-size: 14px;
    color: #4b4949;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-pro .ul .li ul li p em {
    color: #f92d2d;
    font-size: 18px;
}

.index-pro .ul .li:hover {
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.index-house {
    background: #F5F5F5;
}

.index-house .houselist {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 5px 0;
}

.index-house .houseitem {
    flex: 0 0 auto;
    margin-top: 20px;
    width: 307px;
    background: white;
    cursor: pointer;
    transition: all .2s linear;
}

.index-house .houseitem .img {
    position: relative;
    height: 190px;
}

.index-house .houseitem .national-info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 25px 15px 10px;
    font-size: 12px;
    line-height: 17px;
    color: white;
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.index-house .houseitem .national-info:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-right: 4px;
    background: url('/Public/Home/img/address-white.png') no-repeat center;
    background-size: 100%;
    vertical-align: baseline;
    position: relative;
    top: 2px;
}

.index-house .text {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
}

.index-house .text .f-light {
    color: #82888A;
}

.index-house .baseinfo .name {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-house .baseinfo .description {
    margin-top: 5px;
}

.index-house .trend {
    border-top: 1px solid #F5F5F5;
}

.index-house .trend .info {
    font-size: 12px;
    line-height: 17px;
}

.index-house .trend .info .value {
    font-size: 14px;
    font-weight: bold;
}

.index-house .trend .info .gap {
    display: inline-block;
    width: 20px;
}

.index-house .price {
    margin-top: 5px;
}

.index-house .price .value {
    font-size: 24px;
    line-height: 33px;
    margin-right: 3px;
    font-weight: bold;
}

.index-house .price .gap {
    display: inline-block;
    width: 15px;
}


/*.index-house .index-all{margin: 15px 0 60px;}*/

.index-art {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.index-art .nav-two,
.index-house .nav-two {
    width: 960px;
    margin: 0 auto;
    border-bottom: 1px solid #cacccd;
}

.index-art .nav-two ul,
.index-house .nav-two ul {
    text-align: center;
    width: 404px;
    overflow: hidden;
}

.index-art .nav-two ul li,
.index-house .nav-two ul li {
    cursor: pointer;
    float: left;
    margin-right: 30px;
    line-height: 1;
    padding-bottom: 16px;
    font-size: 16px;
    color: #565A5C;
    ;
}

.index-art .nav-two ul li:last-child,
.index-house .nav-two ul li:last-child {
    margin-right: 0;
}

.index-art .nav-two ul li.cur,
.index-house .nav-two ul li.cur {
    color: #f92d2d;
    border-bottom: 2px solid #f92d2d;
}

.index-art .nav-two ul li:hover,
.index-house .nav-two ul li:hover {
    color: #f92d2d;
}

.index-art .box {
    display: flex;
    flex-flow: wrap;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

.index-art .box li {
    width: 25%;
    padding: 10px 20px 0 0;
}

.index-art .box li .img {
    display: block;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-art .box li span {
    display: block;
    margin: 10px auto;
    font-size: 14px;
    color: #575b5d;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-ceo {
    background-color: #454851;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.index-ceo span {
    font-size: 30px;
    color: #ffffff;
    display: table;
    margin: 65px auto;
    line-height: 1;
}

.index-ceo p {
    z-index: 5;
    margin-top: 80px;
    font-family: .PingFangSC-Light;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    width: 500px;
    margin-left: -364px;
}

.index-ceo em {
    z-index: 5;
    left: 50%;
    margin-left: 55px;
    position: absolute;
    bottom: 100px;
    font-family: .PingFangSC-Regular;
    font-size: 18px;
    color: #ffffff;
    line-height: 34px;
}

.index-ceo i {
    z-index: 5;
    left: 50%;
    margin-left: 55px;
    line-height: 1;
    position: absolute;
    bottom: 85px;
    font-family: .PingFangSC-Regular;
    font-size: 14px;
    color: #ffffff;
}

.index-ceo img {
    z-index: 2;
    position: absolute;
    height: 450px;
    left: 48%;
}

.index-map {
    width: 100%;
    background-color: #FFD527;
    height: 300px;
    overflow: hidden;
}

.index-map .center {
    width: 960px;
    height: 300px;
    background-image: url('../img/ban-bg.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px auto;
}

.index-map .center span {
    display: block;
    margin: 0px auto;
    width: 240px;
}

.index-map .center .index-m-title {
    padding-top: 40px;
    padding-bottom: 10px;
}

.index-map .center .index-m-title h2 {
    text-align: left;
    display: block;
    margin: 0px auto;
    font-size: 30px;
    color: #565A5C;
    position: relative;
    top: 10px;
}

.index-map .center .index-m-title p {
    display: block;
    font-size: 16px;
    color: #565A5C;
    position: relative;
    top: 10px;
}

.index-map .center .box {
    position: relative;
    top: 45px;
    width: 500px;
    height: 46px;
    border-radius: 4px;
    overflow: hidden;
}

.index-map .center .box input {
    height: 46px;
    width: 352px;
    font-size: 16px;
    float: left;
    border: 0;
    padding-left: 20px;
}

.index-map .center .bot {
    background-color: #f92d2d;
    cursor: pointer;
    width: 148px;
    height: 46px;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    text-align: center;
}

.index-map .center .bot:hover {
    background-color: #e20707;
}

.index-map .center .error {
    position: relative;
    top: 55px;
    left: 10px;
    width: 470px;
    color: #f92d2d;
    font-size: 16px;
    display: none;
    margin-left: 220px;
}

.index-way {
    background: #fff;
    overflow: hidden;
}

.index-way h2 {
    font-size: 30px;
    margin: 0;
    padding: 50px 0 84px;
    line-height: 31px;
    color: #565a5c;
    text-align: left;
    font-size: 30px;
}


/*.index-way ul{ width: 960px; margin: 0 auto; }*/

.index-way ul li {
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 80px;
    min-height: 116px;
}

.index-way ul li:nth-child(1) {
    width: 308px;
    border-right: 1px solid #cacccd;
}

.index-way ul li:nth-child(1) p,
.index-way ul li:nth-child(1) div {
    width: 240px;
    margin-right: 66px;
}

.index-way ul li:nth-child(2) {
    width: 345px;
    border-right: 1px solid #cacccd;
}

.index-way ul li:nth-child(2) p,
.index-way ul li:nth-child(2) div {
    width: 211px;
    margin-left: 66px;
    margin-right: 66px;
}

.index-way ul li:nth-child(3) {
    width: 307px;
}

.index-way ul li:nth-child(3) p,
.index-way ul li:nth-child(3) div {
    width: 240px;
    margin-left: 66px;
}

.index-way ul li div {
    position: relative;
    top: -10px;
}

.index-way ul li div span {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #2B2D2E;
    margin-left: 20px;
    line-height: 18px;
}

.index-way ul li i {
    font-size: 30px;
    line-height: 1;
    color: #f92d2d;
}

.index-way ul li p {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    line-height: 22px;
    margin-top: 20px;
}

.index-media {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 auto;
    background: #2B2D2E;
    border-bottom: 1px solid #383A3C;
}

.index-media .f_t {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

.index-media dl {
    width: 100%;
    padding-top: 10px;
    float: left;
}

.index-media dl dd {
    width: 100px;
    float: left;
}

.index-media dl dd img {
    width: 100px;
    height: 40px;
}

.index-media .media_c {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.index-media .media_c .f4 {
    float: left;
    padding-right: 40px;
    font-size: 14px;
    line-height: 28px;
    color: #82888a;
}

.index-m-way,
.index-m-ceo,
.index-m-ok,
.index-m-art,
.index-m-pro,
.index-m-nav,
.index-m-bdr,
.index-m-main {
    display: none;
}


/* 适配PC */

@media only screen and (min-width: 960px) {
    .index-house .houseitem:hover {
        box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    }
}


/* 适配手机 */

@media only screen and (max-width: 960px) {
    .index-m-way,
    .index-m-ceo,
    .index-m-ok,
    .index-m-art,
    .index-m-pro,
    .index-m-nav,
    .index-m-bdr,
    .index-m-main {
        display: block;
    }
    .index-ceo,
    .index-way,
    .index-art,
    .index-pro,
    .index-main,
    .index-adv {
        display: none!important;
    }
    .new-adv {
        display: none!important;
    }
    .index-bdr .search .searchbox .sr-fields .menu-sf.one {
        width: 100%;
    }
    .banner-swiper .swiper-pagination{
        left: 20px;
        bottom: 15px;
        width: auto;
        margin-left: 0;
    }
    .banner-swiper .swiper-button-prev, .banner-swiper .swiper-button-next{
        display: none;
    }
    .index-m-all {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #565a5c;
        text-align: center;
        border: 1px solid #ccc;
        display: block;
        line-height: 33px;
        border-radius: 4px;
        margin: 40px 20px 0;
        height: 35px;
    }
    .index-m-title {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .index-m-title h2 {
        padding-left: 20px;
        text-align: left;
        font-family: PingFangSC-Medium;
        font-size: 24px;
        color: #2B2D2E;
    }
    .index-m-title p {
        padding-left: 20px;
        text-align: left;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #565A5C;
    }
    .index-m-xauto {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .index-bdr .swiper-container {
        height: 240px;
    }
    .index-m-bdr {
        background-color: #f5f5f5;
        height: auto;
        width: 100%;
        margin-top: 30px;
    }
    .index-m-bdr .img {
        width: 100%;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .index-m-bdr ul {
        background-color: #fff;
        display: flex;
        display: -webkit-flex;
        width: 100%;
        height: 98px;
        padding: 10px 20px;
    }
    .index-m-bdr ul li {
        position: relative;
        flex-shrink: 1;
        display: block;
        width: 50%;
        background-color: #f5f5f5;
    }
    .index-m-bdr ul li:last-child {
        margin-left: 10px;
    }
    .index-m-bdr ul li img {
        width: 30px;
        margin: 21px 10px;
        float: left;
    }
    .index-m-bdr ul li span {
        left: 50px;
        position: absolute;
        top: 50%;
        font-family: PingFangSC-Regular;
        float: left;
        display: block;
        margin-top: -18px;
        font-size: 10px;
        color: #565a5c;
        line-height: 8px;
    }
    .index-m-bdr ul li span em {
        font-family: PingFangSC-Medium;
        font-size: 18px;
        color: #565a5c;
        line-height: 1;
        display: block;
    }
    .index-m-nav {
        padding: 30px 20px 0;
        display: block;
        overflow: hidden;
        background-color: #fff;
    }
    .index-m-nav .index-nav-box {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .index-m-nav .index-nav-box a {
        display: inline-block;
        padding-bottom: 20px;
        text-align: center;
        display: block;
        float: left;
        margin: 0;
        font-size: 14px;
    }
    .index-m-nav .index-nav-box a img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #deeded;
        display: block;
        margin: 0 auto;
    }
    .index-m-nav .index-nav-box a span {
        text-align: center;
        font-size: 14px;
        line-height: 1;
        margin-top: 10px;
        color: #565a5c;
        display: block;
    }
    /*要去的国家*/
    .index-m-main .index-m-title {
        padding-top: 30px;
    }
    .index-m-main ul {
        padding-left: 20px;
        padding-right: 10px;
        display: flex;
        display: -webkit-flex;
        width: 100%;
        overflow: hidden;
        position: relative;
        left: 0;
        margin: 0;
    }
    .index-m-main ul li {
        flex-shrink: 1;
        text-align: center;
        display: block;
        float: left;
        height: 120px;
        margin: 10px 10px 0 0;
        width: 50%;
    }
    .index-m-main ul li a {
        overflow: hidden;
        position: relative;
        height: 100%;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .index-m-main ul li a div {
        font-family: PingFangSC-Medium;
        color: #fff;
        height: auto;
        top: 50%;
        position: absolute;
        width: 100%;
        margin-top: -21px;
    }
    .index-m-main ul li a div span {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .index-m-main ul li a div em {
        display: block;
        text-align: center;
        font-size: 12px;
    }
    .index-m-pro {
        width: 100%;
        overflow: hidden;
        background: #fff;
    }
    .index-m-pro .over {
        overflow: hidden;
        height: 225px;
    }
    .index-m-pro .index-m-xauto {
        overflow-y: hidden;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .index-m-pro .ul {
        width: 880px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 20px;
        padding-right: 20px;
    }
    .index-m-pro .ul .li {
        position: relative;
        float: left;
        margin-right: 10px;
        width: 280px;
        height: 225px;
    }
    .index-m-pro .ul .li:last-child {
        margin-right: 0;
    }
    .index-m-pro .ul .li img {
        height: 135px;
        width: 100%;
    }
    .index-m-pro .ul .li .pro-tit {
        position: absolute;
        background-color: #fff;
        width: 100%;
        line-height: 135px;
        height: 135px;
        display: block;
        background-color: rgba(0, 0, 0, .4);
        width: 100%;
        text-align: center;
        top: 55px;
        font-family: PingFangSC-Semibold;
        font-size: 18px;
        color: #fff;
        top: 0;
    }
    .index-m-pro .ul .li ul {
        overflow: hidden;
    }
    .index-m-pro .ul .li ul li {
        height: 40px;
        font-size: 14px;
        color: #4b4949;
        line-height: 20px;
        margin-top: 10px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .index-m-pro .ul .li ul li span {
        background-repeat: no-repeat;
        font-size: 14px;
        color: #4b4949;
        display: block;
        background-image: url(../img/dollar.svg);
        background-position: left center;
        padding-left: 25px;
    }
    .index-m-pro .ul .li ul li span em {
        color: #f92d2d;
    }
    /*.index-m-pro .ul .li:hover{ -webkit-box-shadow:3px 3px 15px rgba(0,0,0,0.1); box-shadow:3px 3px 15px rgba(0,0,0,0.1); }*/
    .index-m-art {
        width: 100%;
        overflow: hidden;
        background: #fff;
    }
    .index-m-art .nav-two {
        overflow-y: hidden;
        overflow-x: auto;
        padding-bottom: 20px;
        padding-right: 15px;
    }
    .index-m-art .over {
        overflow: hidden;
        height: 75px;
    }
    .index-m-art .nav-two ul {
        border-bottom: 1px solid #cacccd;
        width: 460px;
        margin: 30px auto 0;
        margin-left: 20px;
        text-align: center;
        overflow: hidden;
    }
    .index-m-art .nav-two ul li {
        float: left;
        margin-right: 25px;
        line-height: 22px;
        padding-bottom: 20px;
        font-size: 16px;
        color: #565A5C;
    }
    .index-m-art .nav-two ul li:last-child {
        margin-right: 0;
    }
    .index-m-art .nav-two ul li.cur {
        color: #f92d2d;
        border-bottom: 2px solid #f92d2d;
    }
    .index-m-art .nav-two ul li:hover {
        color: #f92d2d;
    }
    .index-m-art .over-one {
        overflow: hidden;
        height: 75px;
    }
    .index-m-art .over {
        overflow: hidden;
        height: 215px;
    }
    .index-m-art .index-m-xauto {
        padding-bottom: 20px;
    }
    .index-m-art .box {
        width: 1282px;
        margin: 0 0 0 20px;
        overflow: hidden;
        display: block;
    }
    .index-m-art .box li {
        width: 202px;
        float: left;
        margin: 24px 10px 0 0;
    }
    .index-m-art .box li:last-child {
        margin-right: 20px;
    }
    .index-m-art .box li a {
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .index-m-art .box li span {
        display: block;
        margin: 10px auto 0;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #575b5d;
        line-height: 24px;
        height: 50px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .index-m-art .index-m-title {
        padding-bottom: 0;
    }
    /*搜索 end*/
    .index-bdr .text {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        margin: 0;
        height: 220px;
        padding: 32px 0 0 20px;
    }
    .index-bdr .text p.p1 {
        font-size: 36px;
        line-height: 46px;
    }
    .index-bdr .text p.p2 {
        margin-top: 0;
    }
    .index-bdr .text p.p3 {
        margin-top: 10px;
    }
    .index-bdr .text p.p3 a{
        line-height: 40px;
        background: rgba(255, 255, 255, .4);
        border: none;
    }
    .index-bdr .search {
        bottom: auto;
        left: 0;
        height: 46px;
        position: relative;
        padding: 0;
        width: 100%;
        margin: 20px auto 0;
        display: table;
    }
    .index-bdr .search .searchbox {
        margin: 0 20px;
    }
    .index-bdr .search .searchbox .sf1 {
        width: auto;
        position: absolute;
        left: 0;
        right: 60px;
        border: 1px solid #CACCCD;
        border-right: none;
        height: 46px;
    }
    .index-bdr .search .searchbox .sr-fields .country {
        line-height: 46px;
    }
    .index-bdr .search .searchbox .sr-submit {
        width: 60px;
        height: 46px;
        position: absolute;
        right: 0;
        line-height: 46px;
    }
    .index-bdr .search .searchbox .sr-fields .menu-sf1 {
        width: 100%;
    }
    .index-bdr .search .searchbox .sr-fields.f2 {
        display: none;
    }
    .index-bdr .search .searchbox .sr-fields.f3 {
        display: none;
    }
    .index-map {
        width: 100%;
        height: 225px;
        background: #565A5C;
        position: relative;
    }
    .index-map .img {
        background: none;
        height: 80px;
    }
    .index-map .left {
        margin: -42px 0 0 -150px;
        z-index: 1;
    }
    .index-map .left h2,
    .index-map .left .h6 {
        text-align: center;
    }
    .index-map .right {
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-position: center 50%;
        background-size: cover;
        position: relative;
        margin-left: 0px;
        left: 0;
        top: 0;
    }
    .index-map .right p {
        display: none;
    }
    .index-map .center {
        background: url('../img/ym-iphone.jpg');
        width: 100%;
    }
    .index-map .center span {
        display: table;
        margin: 0px auto;
        width: 0;
    }
    .index-map .center .index-m-title {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .index-map .center .index-m-title h2 {
        top: 0;
        width: 100%;
        text-align: left;
        font-size: 24px;
        color: #2B2D2E;
    }
    .index-map .center .index-m-title p {
        top: 0;
        width: 100%;
        text-align: left;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #565A5C;
    }
    .index-map .center .box {
        position: relative;
        width: 100%;
        top: 30px;
        height: 46px;
    }
    .index-map .center .box input {
        height: 46px;
        line-height: 22px;
        font-size: 16px;
        padding: 12px 0 12px 10px;
        width: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .index-map .center .box .inp {
        width: auto;
        position: absolute;
        right: 120px;
        left: 20px;
    }
    .index-map .center .box .bot {
        width: 100px;
        position: absolute;
        right: 20px;
        height: 46px;
        font-size: 16px;
        color: #fff;
        line-height: 46px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .index-map .center .error {
        position: absolute;
        top: 165px;
        left: 10px;
        width: 260px;
        color: #f92d2d;
        display: none;
        font-size: 10px;
    }
    .index-m-way {
        width: 100%;
        background-color: #fff;
        padding: 28px 0 0 0;
    }
    .index-m-way ul {
        overflow: hidden;
        padding: 20px 30px;
    }
    .index-m-way ul li {
        display: flex;
        display: -webkit-flex;
        float: left;
        width: 100%;
        line-height: 1;
        color: #565a5c;
        font-size: 15px;
        margin-bottom: 30px;
    }
    .index-m-way ul li:nth-child(2) {
        border: 0;
    }
    .index-m-way ul li i {
        flex-shrink: 1;
        float: left;
        width: 35px;
        font-size: 35px;
        margin-right: 25px;
        color: #f92d2d;
    }
    .index-m-way ul li p {
        float: left;
        flex-shrink: 1;
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #82888A;
    }
    .index-m-way ul li p span {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
        color: #2b2d2e;
    }
    .index-m-ceo {
        height: 440px;
        position: relative;
        overflow: hidden;
        background-color: #454851;
    }
    .index-m-ceo span {
        font-size: 30px;
        color: #ffffff;
        display: table;
        margin: 65px auto;
        line-height: 1;
    }
    .index-m-ceo p {
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #fff;
        line-height: 28px;
        margin-top: 40px;
        margin-left: 20px;
        width: 90%;
    }
    .index-m-ceo i,
    .index-m-ceo em {
        z-index: 5;
        color: #fff;
        position: absolute;
        display: table;
        width: 60px;
        left: 20%;
        bottom: 37px;
        font-size: 18px;
    }
    .index-m-ceo i {
        bottom: 20px;
        font-size: 14px;
        line-height: 1;
    }
    .index-m-ceo img {
        position: absolute;
        bottom: 0;
    }
    .header .icon-sangang,
    .header .icon-wuuicondianhua {
        color: #f92d2d;
    }
    .index-title {
        padding: 40px 20px;
    }
    .index-title h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .index-all {
        margin-bottom: 40px!important;
    }
    .index-house {
        border-top: 10px solid #ffffff;
    }
    .index-house .index-all {
        display: block;
        margin: 25px 20px 0;
        text-align: center;
    }
    .index-art .nav-two ul li,
    .index-house .nav-two ul li {
        color: #2B2D2E;
    }
    .index-house {
        background: white;
    }
    .index-house .index-m-title {
        padding: 40px 20px 26px;
    }
    .index-house .index-m-title * {
        padding-left: 0;
    }
    .index-house .over-one {
        padding: 0 20px;
    }
    .index-house .houselist {
        flex-flow: nowrap;
        overflow-x: scroll;
    }
    .index-house .houseitem {
        width: 300px;
        margin: 10px 20px 0 0;
    }
    .index-house .houseitem:first-of-type {
        padding-left: 20px;
        width: 320px;
    }
    .index-house .houseitem:last-of-type {
        padding-right: 20px;
        width: 320px;
    }
    .index-house .houseitem .img {
        height: 170px;
    }
    .index-house .text {
        padding: 7px 0;
        font-size: 12px;
        line-height: 17px;
    }
    .index-house .baseinfo .description {
        margin-top: 3px;
    }
    .index-house .trend .info .gap {
        width: 40px;
    }
    .index-house .trend .info .value {
        font-size: 12px;
        line-height: 17px;
    }
    .index-house .price {
        margin-top: 0;
    }
    .index-house .index-m-all {
        margin: 25px 20px 0;
    }
}