header>div>div>a:nth-child(1){ background-color: #393C3E; }
header>div>div>a:nth-child(2){ background-color: #2D3032; }

#banner{
    background: url(../images/about/banner.png) no-repeat center center;
    background-size: cover;
    height: 304px;
    box-sizing: border-box;
    padding-top: 148px;
    position: relative;
}
#banner>div.title{
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 auto;
}
#banner>div:not(:first-child){
    background-color:rgba(55,54,48,.4);
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid rgba(93,93,93,.4);
}
#banner>div>div{
    margin: 0 auto;
    width: 580px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#banner>div>div>div{
    line-height: 53px;
    color: #868D91;
    font-size: 14px;
    cursor: pointer;
}
#banner>div>div>div.active{
    color: #fff;
}
#banner>div>div>span{
    display: inline-block;
    width: 54px;
    height: 4px;
    border-radius: 2px;
    background-color: #E6BA7C;
    position: absolute;
    bottom: 1px;
    /* left: 5px; */
    left: 525px;
    transition: left .3s ease;
    -moz-transition: left .3s ease;
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
}

#content{
    background-color: #FFF;
}
#content>div>div{
    margin: 0 auto;
}
div::-webkit-scrollbar{
    width:5px;
    height:5px;
}
div::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
div::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:5px;
}
div::-webkit-scrollbar-thumb:hover{
    background: #333;
}
div::-webkit-scrollbar-corner{
    background: #179a16;
}

#content>div>.title{
    color: #1F1F1F;
    font-size: 28px;
    padding: 72px 0 43px 0;
    text-align: center;
    margin: 0 auto;
    display: block !important;
    border-width: 0 !important;
    width: 1214px;
}
#content1>div:not(:first-child),
#content2>div:not(:first-child),
#content3>div:not(:first-child){
    width: 1214px;
    /* max-height: 1151px; */
    max-height: 880px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    border: 1px solid #DCDCDA;
    margin-bottom: 117px !important;
    padding: 64px 57px;
    font-size: 18px;
    color: #4F515E;
    line-height: 30px;
}

#content2>div>div:not(:last-child){
    margin-bottom: 55px;
}
#content2>div>div>.logo{
    position: relative;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
#content2>div>div>.logo::after{
    content: ' ';
    display: inline-block;
    width: 46px;
    height: 3px;
    background-color: #305FA7;
    position: absolute;
    left: 0;
    bottom: -27px;
}
#content2>div>div>.logo>img{ 
    display: inline-block;
    height: 49px;
    margin-right: 25px;
}
#content2>div>div>.logo>span{
    font-size: 26px;
    color: #305FA7;
}
/* #6F91FF */
#content2>div>div>.content{
    font-size: 18px;
    line-height: 30px;
    color: #4F515E;
    margin-bottom: 17px;
}
#content2>div>div>a{
    font-size: 18px;
    color: #305FA7 !important;
    /* text-decoration: none !important; */
}
#content3>div>div:not(:last-child){
    margin-bottom: 50px;
}
#content3>div>div>p{
    color: #4F515E;
    font-size: 24px;
}
#content3>div>div>p.time,
#content3>div>div>p.title{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
#content3>div>div>p.time::before{
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FFBB00;
    margin-right: 33px;
}
#content3>div>div>p.title{
    margin-bottom: 30px;
    cursor: pointer;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #305FA7;
}
#content3>div>div>p.title:hover{
    text-decoration: underline;
}
#content3>div>div>p.title>span{
    color: #305FA7;
    margin-right: 10px;
    font-size: 25px;
}
#content3>div>div>p.cont{
    font-size: 18px;
    line-height: 30px;
}
#content4>div:not(:first-child){
    width: 796px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 122px !important;
}
#content4>div:first-child{
    padding-bottom: 86px !important;
}
#content4>div>div{
    box-sizing: border-box;
    width: 379px;
    height: 329px;
    box-sizing: border-box;
    border: 1px solid #DCDCDA;
    margin-bottom: 53px;
}
#content4>div>div.contact{
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 22px;
}
#content4>div>div.contact>div:first-child{
    margin-bottom: 56px;
}
#content>div>div>div img{
    display: inline-block;
}
#content4>div>div.consult,
#content4>div>div.suggest,
#content4>div>div.attention{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#content4>div>div.consult>.btnDiv,
#content4>div>div.suggest>.btnDiv{
    display: inline-block;
    padding: 0 40px;
    line-height: 42px;
    background-color: #3D6EFF;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
#content4>div>div.consult>.btnDiv:hover,
#content4>div>div.suggest>.btnDiv:hover{
    opacity: .9;
}
#content4>div>div.consult>span,
#content4>div>div.suggest>span,
#content4>div>div.attention>span{
    font-size: 18px;
    color: #4F515E;
}

.myModal-content{
    width: 442px;
    height: 520px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 200px !important;
}
.mheader,
.mbody{
    display: flex;
    padding: 0 30px;
    color: #4F515E;
}
.mheader{
    height: 62px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    align-items: center;
    font-size: 20px;
}
.mheader>img{
    display: inline-block;
    margin-right: 17px;
}
.mbody{
    flex-direction: column;
    padding-top: 25px;
    margin-bottom: 30px;
}
.mbody>div{
    display: flex;
}
.mbody>div:not(:last-child){
    /* align-items: center; */
    margin-bottom: 24px;
}
.mbody>div>span{
    display: inline-block;
    color: #4F515E;
    font-size: 16px;
    width: 82px;
    line-height: 36px;
}
.mbody>div>div{
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 18px;
}
.mbody>div>div>span{
    display: inline-block;
    color: #4F515E;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mbody>div>div>span::before{
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #DCDCDA;
    border-radius: 8px;
    box-sizing: border-box;
    margin-right: 13px;
}
.mbody>div>div>span.checked::before{
    border: 5px solid #FFBB00;
}
.mbody>div>div>span:first-child{
    margin-right: 38px;
}
.mbody>div>input,
.mbody>div>textarea
{
    flex: 1;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    color: #4F515E;
    padding: 0 17px;
}
.mbody>div>input:focus,
.mbody>div>textarea:focus{
    outline: none;
}
.mbody>div>textarea{
    height: 106px;
    padding: 11px 17px;
    resize: none;
}
.mfooter{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
}
.mfooter>div{
    line-height: 36px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.mfooter>div:first-child{
    margin-right: 18px;
    background-color: #CCC;
}
.mfooter>div:last-child{
    background-color: #3D6EFF;
}
#myModalSuccess>.myModal-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 162px;
}
#myModalSuccess img,
#myModalSuccess span{
    display: inline-block;
}
#myModalSuccess span.s1{
    color: #4F515E;
    font-size: 23px;
    margin-bottom: 161px;
}
#myModalSuccess span.s2{
    color: #959595;
    font-size: 17px;
}