html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:black;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
ul li {
    list-style: none;
    float: left;
}
a {
    text-decoration: none;
    color: white;
}
a:hover {
    cursor: pointer;
}

/*header start*/
.header {
    /*background: url(../../images/pc/join.jpg) no-repeat 54%;*/
    background: url(../../images/pc/red-background.png) no-repeat 54%;
    /*background-color: #b83233;*/
    background-size: cover;
    height: 43%;
    position: relative;
}
.white-logo {
    top: 5%;
    left: 3%;
    position: relative;
    width: 250px;
}
.right-icons {
    width: 16vw;
    height: 9vh;
    /* background: rebeccapurple; */
    right: -2%;
    position: absolute;
    top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.search-big{
    margin-right: -3vw;
}
.right-icons>img:nth-child(2) {
    width: 30px;
}
.right-icons>img {
    width: 40px;
    height: 40px;
}
.header-content {
    width: 69%;
    top: 45%;
    position: relative;
    text-align: left;
    margin: 0 15%;
}
.header-desc {
    position: relative;
    font-size: 20px;
    color: white;
    /*border-bottom: 4px solid #b83133;*/
    padding-bottom: 6px;
    letter-spacing: 2px;
}
.strong-line {
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    opacity: 0.5;
    margin-top: 20px;
}
/*header end*/


/*menu start*/
.menu{display:flex;height:100%;background-color:white;color:black;flex-flow:column;flex-wrap:wrap;overflow-x:hidden;box-sizing:border-box;z-index:100;font-weight:400;font-size:1.5rem;align-items:center;width:30%;position:absolute;top:0;right:-30%}
.menu>a{width:80%;height:4%;text-indent:1rem;margin:2% 0px;border-bottom:0.05rem solid #ccc;border-top:none;border-left:none;border-right:none;font-size:20px;text-decoration:none;color:#3e3e3e; font-family: Noto Sans SC;font-weight: 300;}
.menu>a:hover{text-decoration:none;color:black}
.menu-header{width:100%;height:10%;display:flex;background-color:white;padding-top:10%}
.menu-item>div{width:20px;height:20px;right:-70%;display:inline-block;position:relative;background:url(../../images/pc/menu-right.png) no-repeat;background-size:cover}
.logo{width:2.5rem;height:2.5rem}
.menu-img>img{width:5%;height:5%}
.menu-close{position:absolute;right:12%;width:35px;height:35px;background:url(../../images/pc/menu-close.png) no-repeat;background-size:cover;opacity:0.7}
.logo-bakg{width:60px;height:60px;line-height:60px;text-align:center;top:5%;left:11%;position:fixed}
.white-logo-small{width:40px;height:40px;display:none;position:relative}
/*menu end*/



/*container start*/
.container {
    display: flex;
    justify-content: center;
}
.content {
    padding: 50px 0px;
    width: 70%;
    font-family: Source Han Sans CN;
    /*left: 17%;*/
    height: auto;
}
.content>p {
    font-size: 16px;
    opacity: 0.8;
}
.content>img {
    margin: 4% 18%;
    width: 717px;
}
.chambers-imgs {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 12%;
    margin-top: 3%;
}
.chembers-img {
    width: 650px;
    height: 300px;
    margin: 20px 20px;
}
.left-bottom>ul li>div {
    width: 100px;
}
/*container end*/



/*footer start*/
.footer{
    height: 175px;
    background: #efefef;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
}
.footer-left{
    margin-top: 70px;
}
.left-top{
    width: 19vw;
    position: relative;
    padding-top: 1vh;
    font-size: 18px;
}
.left-top>img{width: 200px}
.top-right{position:relative;top:-3vh;left:4vw;width:13vw;line-height:2vh}
.top-right>div:nth-child(1){letter-spacing:1px;font-weight:600;font-size:19px}
ul li{float:left;font-size:15px;list-style:none}
ul li:hover{cursor:pointer}
.left-bottom{
    z-index: 99;
    margin-left: -31px;
}
.left-bottom>ul li>a{text-decoration:none}
.left-bottom>ul li>a>div{
    padding-right: 35px;
    color: #3e3e3e;
}
.footer-right{
    text-align: center;
    width: 200px;
    color: #3e3e3e;
    margin-top: 30px;
}
.footer-right>img{width:100px;height:100px;}
.footer-right>div{line-height:25px;font-size: 13px;}
.copyright{
    font-size:13px;
    background-color:#2a2a2a;
    color:white;
    padding:15px 0px;
    text-align:center
}
/*footer end*/

/*1280 * 800*/
/*1366 * 768*/
/*1440 * 900*/
/*1680 * 1050*/
/*1920 * 1080*/
/*自适应*/
@media screen and (min-width:1280px) {

    .footer-right {
        /*left: -200px; !*在家*!*/
    }

    /*header start*/
    .white-logo {
        width: 180px;
    }
    .right-icons>img {
        width: 25px;
        height: 25px;
    }
    .lawyer-head{
        height: 358px;
        width: 291px;
    }
    .crumbs {
        width: 291px;
    }
    .left {
        width: 291px;
    }
    strong {
        font-size: 21px;
    }
    /*header end*/

    /*footer start*/
    .copyright {
        font-size: 14px;
    }
    .left-bottom {
        /*left: -2vw;*/
    }
    .footer-right>img {

    }
    /*footer end*/
}
@media screen and (min-width:1366px) {
    .footer-left{
        /*margin-left: 10%;!*在家*!*/
    }
    .footer-right {
        /*left: -140px; !*在家*!*/
    }
    .lawyer-head {
        top: 25px;
    }
}
@media screen and (min-width:1440px) {
    /*header start*/
    .jieshao-top>div:nth-child(1) {
        top: 69px;
    }
    .jieshao-font {
        top: 160px;
    }
    .lawyer-head {
        top: 44px;
    }
    .right-icons>img:nth-child(1) {
        right: -45px;
    }
    /*header end*/
}
@media screen and (min-width:1680px) {
    /*header start*/
    .jieshao-top>div:nth-child(1) {
        top: 158px;
    }
    .jieshao-font {
        top: 240px;
    }
    .right-icons>img:nth-child(1) {
        right: -50px;
    }
    /*header end*/
    .footer-right {
        /*left: -215px;*/
    }
}
@media screen and (min-width:1920px) {
    .white-logo {
        left: 2%;
    }
    .right-icons>img {
        width: 25px;
        height: 25px;
    }
    .right-icons>img:nth-child(1) {
        right: -67px;
    }
    .jieshao-top>div:nth-child(1) {
        top: 177px;
    }
    .jieshao-font {
        top: 268px;
    }
    .footer-left {
        /*margin-left: 4%;!*在家*!*/
    }
    .footer-right {
        /*left: -330px;!*在家*!*/
    }
}


