* {
    margin: 0px;
    padding: 0px;
}
ul,li {
    list-style: none;
}
html,body{
    background: #FFF;
}

.flex_row_sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.center{
    text-align: center;
}
.white{
    color:#fff;
}
.border{
    border: 1px solid #123B67 !important;
}
.top-nav>ul{
    display: table;
}
.top-nav>ul>li:hover{
    background: #97472C;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: 100%;
}
.top-nav>ul>li{
    position: relative;
}
.top-nav>ul>li:hover .list {
    max-height: 300px;
}
/* .top-nav>ul>li:nth-child(6){
    width: 138px;
    max-width: 138px;
} */

.list {
    position: absolute;
    overflow: hidden;
    /*必须用overflow,不然内容会挤出去，就算设置高度为零也没意义*/
    top: 45px;
    left: 0;
    max-height: 0;
    transition: all 0.5s ease;
    z-index: 10;
}

.top-nav>ul>li>.list>li {
    height: 55px;
    width: 138px;
    background: grey;
    box-sizing: border-box;
    border-top: 2px solid rgba(255, 255, 255,0.5);
    transition: all 0.5s ease;
    width: -webkit-fill-available;
    overflow: hidden;
}

.top-nav>ul>li>.list>li:hover {
    background: #123B67;
}

.top-nav>ul>li>.list>li:nth-child(1) {
    border-top: none;
    height: 40px;
}

.top-nav>ul>li>.list>li>a {
    text-decoration: none;
    line-height: 40px;
    font-size: 14px;
}

.top-nav>ul>li>.list>li:hover>a {
    color: #FFFFFF;
}
.list_mask {
    width: 100%;
    height: 15px;
}


.top{
    width: 1200px;
    margin: auto;
    color: #123B67;
    height: 50px;
    text-align: -webkit-center;
}
.top-logo{
    float: left;
    max-width: 90px;
    margin: 10px 5px;
}
.top-logo img{
    width:100%;
}
.top-tt{
    height: 50px;
    text-align: left;
}
.top-right{
    font-family: '书体坊赵九江钢笔行书';
    text-align: right;
}
.top-nav{
    height: 60px;
    width: 100%;
    background: #123B67;
}
.top-nav ul li{
    float: left;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: 100%;
}
.top-nav ul li:last-child{
    background-image:none;
}
.top-nav ul li{
    padding:0 10px;
}
.top-nav ul li a{
    color: #fff;
    display: block;
    padding: 6px 20px;
    font-weight: normal;
    font-size: 16px;
    border: none;
    transition: .4s;
}
.top-nav ul li a:hover{
    text-decoration: none;
}
.top-nav ul li a span {
    color: #fff;
    display: block;
    font-size: 12px;
    /* margin-top: 6px; */
    padding-bottom: 6px;
}
.top-left-title{
    font-size: 18px;
    font-weight: bold;
}
.top-left-subtitle{
    font-size: 10px;
    font-family: Regular;
}
.top-right-title{
    font-size: 20px;
}
.top-right-subtitle {
    font-size: 12px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.gsjj{
    width: 1200px;
    height: 638px;
    margin:auto;
}
.jj-left{
    width: 405px;
    height: 580px;
    float: left;
}
.jj-left-top{
    margin-top: 55px;
    height:55px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.jj-left-top-left{
    float: left;
    display: inline-block;
    width: 175px;
    height: 55px;
    font-size: 30px;
    line-height: 55px;
    background: #B00000;
}
.jj-left-top-right{
    width: 230px;
    height: 55px;
    line-height: 55px;
    color: #B00000;
    float: left;
    display: inline-block;
    border-bottom: 10px solid #B00000;
    box-sizing: border-box;
    font-size: 18px;
}
.swiper-container-jj{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-button-next-xh{
    background-image: url(../images/right.png);
    right: 10px;
    left: auto;
    position: absolute;
    top: 42%;
    width: 35px;
    height: 35px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev-xh{
    background-image: url(../images/left.png);
    left: 10px;
    right: auto;
    position: absolute;
    top: 42%;
    width: 35px;
    height: 35px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
}
.designer-content>.swiper-container3>.swiper-pagination3 {
    bottom: -20px;
    height: 55px;
    line-height: 60px;
    width: 1200px;
    margin: auto;
    text-align: center;
}

.designer-content>.swiper-container3>.swiper-pagination3>.swiper-pagination-bullet {
    width: 55px;
    height: 15px;
    border-radius: 10px;
    margin: 0 10px;
    outline: none;
    border:none;
}
.designer-content>.swiper-container3>.swiper-pagination3>.swiper-pagination-bullet-active {
    background: #B00000;
}
.jj-right{
    width: 750px;
    float: right;
    margin-top: 55px;
}
.jj-right-content{
    text-indent:2em;
    font-size:16px;
    color:#123B67;
    height: 500px;
    line-height: 40px;
    padding-top: 20px;
    position: relative;
}
.jj-right-content-more{
    width: 80px;
    position: absolute;
    bottom: 60px;
    right: 15px;
    cursor: pointer;
}
.jj-left-bottom{
    color:#123B67;
    height: 65px;
    font-family: '黑体';
}
.jj-left-bottom>.xh-menber-title{
    font-size: 24px;
    line-height: 40px;
}
.jj-left-bottom>.xh-menber-title-en {
    font-size: 12px;
}

/* 资深设计师 */
.senior-designer{
    width: 100%;
    height: 1075px;
    margin: auto;
    background: #fff;
    display: block;
    position: relative;
}
.designer{
    width: 1200px;
    margin: auto;
}
.designer-title{
    height:145px;
}
.designer-title-top{
    color:#123B67;
    padding-top:40px;
    font-size: 36px;
    font-weight: bold;
}
.designer-title-bottom{
    width: 265px;
    height: 27px;
    line-height: 27px;
    background:#B00000;
    color:#fff;
    font-size: 16px;
    margin: 5px auto;
}
.designer-content{
    width: 100%;
    overflow: hidden;
}
.swiper-container3>.swiper-wrapper>.swiper-slide{
    height: 435px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.swiper-container3>.swiper-wrapper>.swiper-slide>.designer-content-img>img {
    width: 285px;
    height: 345px;
}
.swiper-container3>.swiper-wrapper>.swiper-slide>.designer-content-des {
    font-size:16px;
    height: 80px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    padding: 10px;
}
/* 资深设计师 */

/* 案例展示 */
.case{
    width: 100%;
    background: #fff;
    margin-top: 20px;
}
.case-content{
    width: 1200px;
    margin: auto;
    height: 760px;
    padding-bottom:65px;
}
.case-title{
    width: 305px;
    height: 55px;
    line-height: 55px;
    margin: auto;
    font-size: 36px;
}
.case-title-left{
    width: 145px;
    height: 35px;
    line-height: 35px;
    float: left;
    background: #B00000;
    color:#fff;
    margin: 10px 5px 10px 0px;
}
.case-title-right{
    font-weight: bold;
    color: #123B67
}
.case-content{
    overflow: hidden;
}
.case-content-one{
    margin-top:45px;
    width: 100%;
    overflow: hidden;
}
.case-content-one ul li{
    width: 33%;
    height: 330px;
    max-height: 330px;
    overflow: hidden;
    float: left;
}
.case-content-one-item{
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
.case-content-one-zz{
    display: none;
    position: absolute;
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}
.case-content-one-item>.case-content-one-item-img,
.case-content-two-item>.case-content-two-item-img {
    width: 100%;
    height: 100%;
}
.case-content-one-more{
    display: inline-block;
    width: 25%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 40%;
    cursor: pointer;
}
.case-content-two-zz>.case-content-one-more:hover{
    color:#fff;
}
.case-content-two{
    width:100%;
    height: 260px;
    overflow: hidden;
    margin-top:5px;
}
.case-content-two ul li {
    width: 24.5%;
    height: 260px;
    max-height: 260px;
    overflow: hidden;
    float: left;
}
.case-content-two-item {
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
.case-content-two-zz {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}
.case-content-two-more {
    display: inline-block;
    width: 25%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 40%;
    cursor: pointer;
}
/* 案例展示 */

/* 首页中部广告 */
.middle-ad{
    width: 100%;
    height: 385px;
    overflow: hidden;
    position: relative;
}
.middle-ad-zz{
    width: 100%;
    height: 385px;
    position: absolute;
    background: rgba(0, 0, 0, .5);
}
.middle-ad-zz>.middle-ad-zz-top{
    height: 55px;
    line-height: 55px;
    margin-top:110px;
    font-size: 36px;
}
.middle-ad-zz>.middle-ad-zz-mid {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
.middle-ad-zz>.middle-ad-zz-bottom {
    width: 205px;
    height:50px;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
}
.middle-ad-zz-bottom:hover{
    transform:scale(1.05);
}
/* 首页中部广告 */

/* 设计游学周 */
.yx{
    width: 100%;
    background: #fff;
}
.yx-content{
    width: 1200px;
    margin: auto;
    padding: 45px 0 10px;
}
.yx-content li a{
    width:100%;
    height: 100%;
    display: block;
}
.yx-content-top{
    width: 270px;
    height: 195px;
    overflow: hidden;
}
.yx-content-bottom{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}
/* 设计游学周 */

/* 证书 */
.zs{
    width: 100%;
    background: #fff;
    height: 420px;
    padding-bottom: 30px;
}
.zs-content{
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: auto;
}
.zs-content-left{
    background:#113B66;
    height: 100%;
    width: 50%;
}
.zs-content-right {
    background: #B00000;
    height: 100%;
    width: 50%;
}
.zs-content-left-top{
    padding: 18px;
}
.zs-content-left-top p:first-child{
    font-size: 24px;
}
.zs-content-left-top p:last-child {
    font-size: 16px;
}
.zs-content-left-content{
    width: 95%;
    background: #4F6E8E;
    height: 215px;
    margin: auto;
    overflow: hidden;
}
.zs-form-item {
    display: inline;
    float: left;
    width: 50%;
    height: 55px;
    line-height: 55px;
}
.zs-form-item input{
    width: 60%;
    border: none;
    background: #4F6E8E;
    border-bottom: 1px solid #aaa;
}
.zs-form-item>input::-webkit-input-placeholder {
    color:#aaa;
}
.zs-form-item>textarea::-webkit-input-placeholder {
    color: #aaa;
}
.zs-content-left-content>form{
    width: 94%;
    height: 100%;
    padding: 0 3%;
    font-size: 18px;
}
.zs-form-area{
    width: 100%;
    height: 85px;
    line-height: normal;
}
.zs-content-left-content>form>.zs-form-area>span{
    float: left;
}
.zs-content-left-content>form>.zs-form-area>textarea {
    padding:4px 0px 0px 4px;
    width: 88%;
    float: left;
    resize: none;
    border:none;
    background: #4F6E8E;
}
.zs-content-left-bottom{
    width: 100%;
    height: 65px;
    max-height: 65px;
    overflow: hidden;
}
.zs-content-left-bottom-content{
    width: 50%;
    margin: auto;
    display: table;
    padding: 9px;
    font-size: 18px;
}
.zs-content-left-bottom-sq{
    display: block;
    float: left;
    width: 50%;
    height: 48px;
    line-height: 48px;
    background: #B00000;
    border-radius: 50px;
    cursor: pointer;
}
.zs-content-left-bottom-cz{
    display: block;
    float: left;
    width: 50%;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    cursor: pointer;
}

.zs-content-right-title{
    height: 85px;
}
.zs-content-right-title-cn{
    font-size: 24px;
    padding-top: 20px;
}
.zs-content-right-title-en{
    font-size: 16px;
}
.zs-content-right-content{
    height: 280px;
}
.zs-content-right-content-slide{
    height: 280px;
    width: 87%;
    margin: auto;
}
.zs-content-right-content-slide ul li{
    height: 50px !important;
    line-height: 55px;
    border-bottom:1px solid #fff;
    cursor: pointer;
}
/* 证书 */

/* 设计八小龙 */
.design-eight{
    width: 100%;
}
.design-eight-content{
    position: relative;
}
.design-eight-title{
    text-align: center;
    height: 8vw;
    overflow: hidden;
    width: 43%;
    margin: auto;
    padding: 2vw;
}
.design-eight-title img{
    height: 100%;
}
.design-eight-zz{
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.design-eight-content>img:last-child {
    width: 100%;
    overflow: hidden;
}
.design-eight-bottom{
    width: 95.66%;
    height: auto;
    margin:auto;
    overflow: hidden;
}
.swiper-container4{
    height: 100%;
}
.design-eight-bottom>.swiper-container4>.swiper-wrapper>.swiper-slide {
    background: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.design-eight-bottom>.swiper-container4>.swiper-wrapper>.swiper-slide>img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.design-eight-bottom>.swiper-container4>.swiper-wrapper>.swiper-slide>.swiper-slide4-zz {
    position: absolute;
    bottom: 0;
    height: 85px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.swiper-slide4-zz>.swiper-slide4-zz-top{
    margin-top:10px;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
}
.swiper-slide4-zz>.swiper-slide4-zz-bottom{
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}
/* 设计八小龙 */

/* 品牌建材 */
.building{
    background: white;
    height: 655px;
    width: 100%;
}
.building-content{
    height: 100%;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.building-top{
    padding: 45px 0;
}
.building-top-title{
    font-size: 34px;
    color: #123B67;
    font-weight: bold;
    height: 52px;
    line-height: 52px;

}
.building-top-subtitle{
    font-size: 16px;
    width: 265px;
    margin: auto;
    height: 27px;
    line-height: 27px;
    background: #B00000;
}
.building-bottom{
    height: 406px;
    background:#EEE;
    position: relative;
}
.swiper-container5{
    padding: 20px 14px;
    overflow: hidden;
}
.swiper-pagination5{
    position: absolute;
    bottom: -60px;
    height: 55px;
    line-height: 60px;
    width: 100%;
    text-align: center;
}
.building-bottom>.swiper-pagination5>.swiper-pagination-bullet {
    width:55px;
    height: 15px;
    border-radius: 10px;
    margin: 0 10px;
    outline: none;
}
.building-bottom>.swiper-pagination5>.swiper-pagination-bullet-active {
    background: #B00000;
}
/* 品牌建材 */

/* 金牌装饰设计公司 */
.gold-medal{
    width:100%;
    height: 565px;
    overflow: hidden;
    background-image:url('../images/gold-medal/bj.png');
    background-repeat: no-repeat;
}
.gold-medal-top{
    margin:40px 0;
}
.gold-medal-top-title{
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.gold-medal-top-subtitle{
    width: 350px;
    height:27px;
    line-height:27px;
    background: #B00000;
    margin: auto;
}
.gold-medal-bottom {
    width: 95.66%;
    height: 365px;
    margin: auto;
    overflow: hidden;
}
.swiper-container6>.swiper-wrapper>.swiper-slide{
    height: 340px;
    background: #fff;
    /* padding: 5px; */
    box-sizing: border-box;
    display: grid;
    cursor:pointer;
}
.swiper-container6-swiper-slide-top{
    width: 275px;
    height: 275px;
    overflow: hidden;
}
.swiper-container6-swiper-slide-top>img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-container6-swiper-slide-bottom{
    margin-top: -20px;
}
/* 金牌装饰设计公司 */

/* 预约设计+团购建材 */
.yy-tg{
    width: 100%;
    height: 250px;
    padding-top: 50px;
    background: #fff;
}
.yy-tg .item{
    height: 100%;
    width: 50%;
    display: inline-block;
    float: left;
}
.yy-tg>.yy-tg-left{
    background: #B00000;
    background-image: url(../images/123B67.png);
    background-position: right 0;
    background-repeat: repeat-y;
    text-align: right;
}
.yy-tg>.yy-tg-right{
    background: #123B67;
    background-image: url(../images/B00000.png);
    background-position: left 0;
    background-repeat: repeat-y;
}
.yy-tg-left-content,
.yy-tg-right-content{
    height: 90%;
    padding: 1% 90px;
}
.yy-tg-content-title{
    height: 70px;
    line-height: 70px;
    font-size: 48px;
    font-weight: bold;
}
.yy-tg-content-mid{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}
.yy-tg-content-bottom{
    text-decoration: none;
    outline: none;
    border: 1px solid #fff;
    width: 150px;
    height: 35px;
    line-height: 30px;
    font-size: 24px;
    display: inline-block;
    border-radius: 20px;
}
.yy-tg-content-bottom:hover{
    color:#FFF;
}
/* 预约设计+团购建材 */

/* 人才培训 */
.train{
    width: 100%;
    background: #fff;
}
.train-content{
    width: 1200px;
    margin: auto;
    height: 960px;
}
.train-content-top{
    padding-top: 40px;
}
.train-content-title{
    font-size: 48px;
    color:#123B67;
}
.train-content-subtitle{
    color:#B00000;
    font-size: 36px;
}
.train-content-bottom{
    margin-top: 15px;
}
.train-content-one{
    width: 100%;
    height: 320px;
    background: #EEE;
    overflow: hidden;
}
.train-content-one-left{
    max-width: 384px;
    width: 384px;
    display: inline-block;
    float: left;
}
.train-content-one-left>img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.train-content-one-right{
    height: 275px;
    max-height: 275px;
    /* padding: 22px 29px; */
    width: 758px;
    max-width: 758px;
    color: #123B67;
    margin-top:-15px;
}
.train-content-one-right-title{
    color:#B00000;
    font-size: 24px;
}
.train-content-one-content>ul{
    display:table;
}
.train-content-one-content>ul>.train-content-one-content-item-1 {
    width: 49.5%;
    border-right: 2px solid #BFBFBF;
    float: left;
}
.train-content-one-content>ul>.train-content-one-content-item-2{
    width: 49.5%;
    position: relative;
    float: left;
}
.train-content-one-content-left{
    margin-top:10px;
    font-size: 18px;
}
.train-content-one-content-left>li{
    height: 30px;
    line-height: 30px;
}
.lx-phone{
    font-size: 16px;
}
.registration{
    display: inline-block;
    width: 9%;
    padding-left: 12px;
    float: left;
    font-size: 12px;
}
.wx-img{
    width: 145px;
    height: 145px;
    overflow: hidden;
    display: inline-block;
    margin-top: 15px;
    margin-left: -65px;
}
.wx-img>img{
    width: 100%;
    height: 100%;
}
.zxzx{
    position: relative;
    left:-5px;
    top: 13px;
    cursor: pointer;
}
.learn-more{
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right: 35px;
}
.learn-more>a{
    color:#123B67;
}
.learn-more>a:hover{
    color:#123B67;
}

.train-content-two{
    margin-top:55px;
    width:100%;
    background: #EEE;
    font-size: 18px;
    overflow: hidden;
}
.train-content-two-left{
    height: 275px;
    max-height: 275px;
    padding: 0px 29px;
    width: 815px;
    max-width: 815px;
    color: #123B67;
    margin-top:-15px;
}
.train-content-two-left-content{
    padding: 10px 0 0;
}
.train-content-two-left-content-item-1{
    height: 216px;
    line-height: 30px;
    width: 49.5%;
    border-right: 2px solid #BFBFBF;
    float: left;
}
.train-content-two-left-content-item-1 >p{
    padding-right: 28px;
}
.train-content-two-left-content-item-2 {
    width: 49.5%;
    float: left;
}
.zxzx1 {
    position: relative;
    left: 10px;
    top: 13px;
    cursor: pointer;
    display: inline-block;
    width: 49.5%;
}
/* 人才培训 */

/* 会员申请 */
.member-register{
    width: 100%;
    background: #fff;
}
.member-register-content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.member-register-top-title{
    font-size: 48px;
    color:#123B67;
}
.member-register-top-mid{
    font-size: 36px;
    color: #B00000;
}
.member-register-mid>.member-register-mid-des {
    height: 100px;
    overflow: hidden;
    color:#b9b9b9;
    font-size: 14px;
    line-height: 24px;
    width: 95%;
    margin: auto;
}
.member-register-mid-form>form{
    width: 98%;
    margin: auto;
}
.form-row>input{
    border: 1px solid #D2D2D2;
    width: 24%;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 5px 0 #999;
    text-indent: 8px;
}
.form-row>input::-webkit-input-placeholder
{
    font-size: 16px;
    color:#c9c9c9;
    line-height: 24px;
}
.member-register-mid-form>form>textarea::-webkit-input-placeholder{
    margin-top:5px;
    font-size: 16px;
    color:#c9c9c9;
    line-height: 24px;
}
.member-register-mid-form>form>.jj{
    width: 100%;
    border: 1px solid #D2D2D2;
    box-shadow: 0 0 5px 0 #999;
    text-indent: 8px;
    margin-top: .8vw;
    height: 150px;
    resize:none;
}
.form-bottom{
    height: 100px;
    line-height: 100px;
}
.form-bottom>button{
    border:none;
    background:#fff;
    cursor: pointer;
    font-size: 16px;
}
.form-bottom>button:first-child{
    display: inline-block;
    width: 245px;
    height: 40px;
    line-height: 40px;
    background: #B00000;
    color: #fff;
    border-radius: 20px;
    margin: 0px 30px;
}
/* 会员申请 */

/* 关于我们 */
.aboutus{
    background: #B00000;
    width: 100%;
    height: 210px;
    max-height: 210px;
}
.aboutus-content{
    width: 1200px;
    margin: auto;
    position: relative;
}
.aboutus-content-top{
    height: 65px;
    line-height: 65px;
}
.aboutus-content-top>span:first-child{
    font-size: 30px;
}
.aboutus-content-top>span:last-child{
    font-size: 18px;
}
.aboutus-content-bottom-left{
    width: 135px;
    float: left;
}
.aboutus-content-bottom-left>img{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.aboutus-content-bottom-right {
    display: inline-block;
    width: 86%;
    margin-left: 2%;
}
.aboutus-content-bottom-right ul .aboutus-item .aboutus-item-img {
    width: 26px;
    max-width: 26px;
    height: 26px;
    max-height: 26px;
    overflow: hidden;
    display: inline-block;
    float: left;
    padding: 9.5px;
    box-sizing: unset;
}
.aboutus-content-bottom-right ul .aboutus-item .aboutus-item-img>img{
    width: 100%;
    height: 100%;
}
.aboutus-item-message{
    display: inline-block;
    float: left;
    line-height: 16px;
    padding: 6.5px;
}
.aboutus-content-bottom-right-one{
    width: 265px;
    max-width: 265px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.aboutus-content-bottom-right ul .aboutus-item{
    height: 45px;
    font-size:16px;
}
.aboutus-content-bottom-right ul .aboutus-item .aboutus-item-message>span{
    float: left;
}
.aboutus-content-bottom-right ul .aboutus-item .aboutus-item-message>.aboutus-item-title{

}
.aboutus-content-bottom-right ul .aboutus-item .aboutus-item-message>.aboutus-item-subtitle {
    font-size: 14px;
}
.aboutus-item-con{
    display: inline-block;
    float: left;
    line-height: 30px;
}
.aboutus-content-bottom-right-two{
    width: 525px;
    max-width: 525px;
    overflow: hidden;
    float: left;
}
.sm{
    width: 260px;
    max-width: 260px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
}
.sm-title{
    font-size: 18px;
    height: 24px;
    line-height: 24px;
}
.sm-bottom>img{
    padding: 16px;
}
/* 关于我们 */


.footer{
    background:#123B67;
    height:280px;
}
.footer-content{
    width: 1200px;
    margin: auto;
}
.footer-content-content{
    display: table;
    padding-top:30px;
}
.footer>.footer-content>.footer-content-content>ul{
    text-align: center;
}
.footer>.footer-content>.footer-content-content>ul>li:first-child{
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    border-right:1px solid #fff;
}
.footer>.footer-content>.footer-content-content>ul>li{
    height: 40px;
    line-height: 40px;
}
.footer>.footer-content>.footer-content-content>ul>li>a {
    color:#fff;
}
.footer>.footer-content>.footer-content-content>ul {
    float: left;
    width: 135px;
}
.bq{
    border-top:1px solid #fff;
    background: #123B67;
    font-size: 14px;
}
.bq-content{
    width: 1200px;
    margin: auto;
    height: 80;
    overflow: hidden;
}
.bq-content>p{
    height: 30px;
    line-height: 30px;
}
.bq-content>p:first-child{
    margin-top: 10px;
}
        .floating_ck {
        position: fixed;
        right: 20px;
        top: 70%;
        z-index:999;
    }

    .floating_ck dl dd {
        position: relative;
        width: 80px;
        height: 80px;
        background-color: #646577;
        border-bottom: solid 1px #555666;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center 20%;
        cursor: pointer;
        z-index: 1500;
    }

    .floating_ck dl dd:hover {
        background-color: #3e3f4a;
        border-bottom: solid 1px #3e3f4a;
    }

    .floating_ck dl dd:hover>.floating_left {
        display: block;
    }

    .floating_ck a:hover {
        text-decoration: none;
    }

    .consult,
    .words {
        background-image: url('../images/float-qq.png');
    }

    .quote {
        background-image: url('../images/float-qq.png')
    }

    .qrcord {
        background-image: url('../images/float-qr.png');
    }

    .return {
        background-image: url('../images/float-top.png');
    }

    .floating_ck dd span {
        color: #fff;
        display: block;
        padding-top: 54px;
    }

    .floating_left {
        position: absolute;
        left: -160px;
        top: 0px;
        width: 160px;
        height: 80px;
        background-color: #3e3f4a;
        border-bottom: solid 1px #3e3f4a;
        display: none;
    }

    .floating_left a {
        color: #fff;
        line-height: 80px;
    }

    .floating_ewm {
        height: 160px;
        top: -80px;
    }

    .floating_ewm img {
        display: block;
        width: 145px;
        height: 145px;
        margin: auto;
        margin-top: 7px;
    }

    .floating_ewm p {
        color: #fff;
        margin-top: 5px;
    }

    .floating_ewm .qrcord_p01 {
        font-size: 12px;
        line-height: 20px;
    }

    .floating_ewm .qrcord_p02 {
        font-size: 18px;
    }



    @media screen and (max-width: 420px) {

        .floating_ck dl dd {
            width: 55px;
            height: 55px;
        }

        .return {
            background-size: 25px 30px;
        }

        .qrcord {
            background-size: 25px 25px;
        }

        .quote {
            background-size: 25px 25px;
        }

        .floating_ck dd span {
            padding-top: 35px;
        }
    }

    
#yysj{
    display: none;
    height: 92%;
}
.yysj-top{
    height: 90px;
    margin-top:10px;
}
.yysj-top>.yysj-title{
    height: 50px;
    line-height: 50px;
    color:#123B67;
    font-size: 36px;
    font-weight: bold;
}
.yysj-top>.yysj-subtitle {
    height: 30px;
    line-height: 30px;
    color: #123B67;
    font-size: 24px;
}
#yysj>.yysj-content{
    display: block;
    width: auto;
    border: 1px solid #bbb;
    box-sizing: border-box;
    margin: 0 20px 20px 20px;
    height: 86%;
}
#yysj>.yysj-content>.layui-form {
    padding: 10px;
}
#yysj>.yysj-content>.layui-form>.layui-form-item{
    margin-bottom:10px !important;
}
#yysj>.yysj-content>.layui-form>.layui-form-item>.layui-inline {
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    width: 32.5%;
    float: left;
}
#yysj>.yysj-content>.layui-form>.layui-form-item>.layui-inline:last-child{
    margin-right:0px;
}
#yysj>.yysj-content>.layui-form>.layui-form-item>.layui-inline>.layui-input-inline,
#yysj>.yysj-content>.layui-form>.layui-form-item>.layui-inline>.layui-input-inline>input {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    text-indent: 15px;
}
#yysj>.yysj-content>.layui-form>.layui-form-item>.layui-input-block {
    margin:0px;
}
.yysj-input-block{
    height: 60px;
    line-height: 60px;
}
.yysj-input-border{
    border-radius: 15px !important;
    text-indent: 15px;
}
.yysj-input-size{
    width: 100% !important;
    height: 100% !important;
}
.yysj-input-size1 {
    width: 60% !important;
    height: 100% !important;
    display: inline-block;
    float: left;
}

#tgjc {
    display: none;
    height: 92%;
}

.tgjc-top {
    height: 90px;
    margin-top: 10px;
}

.tgjc-top>.tgjc-title {
    height: 50px;
    line-height: 50px;
    color: #123B67;
    font-size: 36px;
    font-weight: bold;
}

.tgjc-top>.tgjc-subtitle {
    height: 30px;
    line-height: 30px;
    color: #123B67;
    font-size: 24px;
}

#tgjc>.tgjc-content {
    display: block;
    width: auto;
    border: 1px solid #bbb;
    box-sizing: border-box;
    margin: 0 20px 20px 20px;
    height: 82%;
}

#tgjc>.tgjc-content>.layui-form {
    padding: 10px;
}

#tgjc>.tgjc-content>.layui-form>.layui-form-item {
    margin-bottom: 10px !important;
}

#tgjc>.tgjc-content>.layui-form>.layui-form-item>.layui-inline {
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    width: 32.5%;
    float: left;
}

#tgjc>.tgjc-content>.layui-form>.layui-form-item>.layui-inline:last-child {
    margin-right: 0px;
}

#tgjc>.tgjc-content>.layui-form>.layui-form-item>.layui-inline>.layui-input-inline,
#tgjc>.tgjc-content>.layui-form>.layui-form-item>.layui-inline>.layui-input-inline>input {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    text-indent: 15px;
}

#tgjc>.tgjc-content>.layui-form>.layui-form-item>.layui-input-block {
    margin: 0px;
}

.tgjc-input-block {
    height: 60px;
    line-height: 60px;
}

.tgjc-input-border {
    border-radius: 15px !important;
    text-indent: 15px;
}

.tgjc-input-size {
    width: 100% !important;
    height: 100% !important;
}

.tgjc-input-size1 {
    width: 60% !important;
    height: 100% !important;
    display: inline-block;
    float: left;
}

.form-bottom>div {
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
}
.form-bottom>div:first-child {
    display: inline-block;
    width: 245px;
    height: 40px;
    line-height: 40px;
    background: #B00000;
    color: #fff;
    border-radius: 20px;
    margin: 0px 30px;
}

.footer-content-content>ul:last-child>li:first-child {
    border-right: none !important;
}

#zscx{
    display: none;
}
#zscx>.zscx-content {
    display: block;
    width: auto;
    border: 1px solid #bbb;
    box-sizing: border-box;
    margin: 0 20px 20px 20px;
    height: 175px;
}

#zscx>.zscx-content>.layui-form {
    padding: 10px;
}

#zscx>.zscx-content>.layui-form>.layui-form-item {
    margin-bottom: 10px !important;
}

#zscx>.zscx-content>.layui-form>.layui-form-item>.layui-inline {
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    width: 32.5%;
    float: left;
}

#zscx>.zscx-content>.layui-form>.layui-form-item>.layui-inline:last-child {
    margin-right: 0px;
}

#zscx>.zscx-content>.layui-form>.layui-form-item>.layui-inline>.layui-input-inline,
#zscx>.zscx-content>.layui-form>.layui-form-item>.layui-inline>.layui-input-inline>input {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    text-indent: 15px;
}

#zscx>.zscx-content>.layui-form>.layui-form-item>.layui-input-block {
    margin: 0px;
}
