.brandVideo {
    width: 1200px;
    margin: auto;
    margin-top: 18px;
    background-color: #1349A3;
}

.videoBox {
    position: relative;
}

.videoBox>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../image/brand/video_background.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoBox>div>p {
    width: 608px;
    height: 191px;
    background-image: url(../../image/brand/video_logo.png);
    text-align: center;
    padding-top: 67px;
}

.videoBox>div>p>img {
    cursor: pointer;
}

.brandVideoControls {
    width: 100%;
    height: 101px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1349A3;
}

.brandVideoControls>div {
    cursor: pointer;
}

.brandVideoControls>p {
    cursor: pointer;
}

.brandVideoControls>div:nth-child(4) {
    width: 746px;
}

.volume {
    position: relative;
}

.volume:hover p {
    opacity: 1;
}

.volume>p {
    opacity: 0;
    position: absolute;
    transform: rotate(-90deg);
    top: -90px;
    left: -45px;
    width: 120px;
    height: 30px;
}

#volume {
    width: 100px;
}

.timeBox {
    font-size: 19px;
    color: #fff;
}

/* input[range]样式 */
input[type=range] {
    -webkit-appearance: none;
    width: 746px;
    border-radius: 10px;
    /*这个属性设置使填充进度条时的图形为圆角*/
    background: linear-gradient(to right, #fff 0%, #fff 0%, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 100%);
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 10px;
    /*将轨道设为圆角的*/
    /* box-shadow: 0 1px 1px #def3f8, inset 0 .125em .125em #0d1112; */
    /*轨道内置阴影效果*/
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    margin-top: -5px;
    /*使滑块超出轨道部分的偏移量相等*/
    background: #ffffff;
    border-radius: 50%;
    /*外观设置为圆形*/
    border: solid 0.125em rgba(205, 224, 230, 0.5);
    /*设置边框*/
    box-shadow: 0 .125em .125em #3b4547;
    /*添加底部阴影*/
}

input[type=range]::-webkit-slider-thumb:hover {
    height: 30px;
    width: 30px;
    margin-top: -10px;
    cursor: pointer;
}

.playBox>img {
    display: none;
}

.playBoxCurrent {
    display: block !important;
}

.brandContent {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
    font-size: 19px;
    color: #333;
    margin-top: 64px;
    margin-bottom: 56px;
}

.brandContent1>div:first-child {
    height: 218px;
}

.brandContent1>div:first-child>p:last-child {
    font-size: 25px;
    font-family: 'SourceHanSansSC-Bold';
    margin-top: 36px;
}

.brandContent2>div:last-child>p:first-child {
    margin-top: -20px;
}

.brandContent2>div:last-child>p:last-child {
    margin-top: 36px;
}

.brandContent3 {
    align-items: flex-start !important;
}

.brandContent3>p:first-child {
    /* height: 391px; */
    margin-top: -12px;
}

.brandContent3>p:first-child>span {
    display: block;
    margin-top: 30px;
}

.brandContent3_1 {
    margin-top: -60px;
}

.brandTitle {
    background-color: #E2EEFA;
}

.brandContent4Box {
    height: 413px;
    position: relative;
}

.brandContent4 {
    width: 1250px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: normal;
    position: absolute;
    top: 90px;
    z-index: 10;
    left: calc(50% - 625px);
}

.brandContent4>p {
    width: 602px;
    height: 414px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandContent4_1 {
    width: 1200px;
    margin: auto;
    margin-top: 116px;
    display: flex;
    justify-content: space-between;
    line-height: 46px;
    font-size: 19px;
    color: #333;
}

.brandContent4_1>div {
    overflow: hidden;
}

.brandContent4_1>div:first-child {
    font-family: 'SourceHanSansSC-Bold';
}

.brandContent4_1>div:first-child>p:nth-child(4) {
    margin-top: 47px;
}

.brandContent4_1>div:first-child>p:nth-child(6) {
    margin-top: 47px;
}

.brandContent4_1>div:nth-child(2) {
    width: 9px;
    margin-top: 17px;
    position: relative;
    overflow: hidden;
}

.brandContent4_1>div:nth-child(2)>p {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #1349A3;
}

.brandContent4_1>div:nth-child(2)>p:last-child {
    width: 1px;
    height: 385px;
    position: absolute;
    border-radius: 0;
    left: 4px;
    top: 0;
}

.brandContent4_1>div:nth-child(2)>p:nth-child(2) {
    margin-top: 38px;
}

.brandContent4_1>div:nth-child(2)>p:nth-child(3) {
    margin-top: 38px;
}

.brandContent4_1>div:nth-child(2)>p:nth-child(4) {
    margin-top: 84px;
}

.brandContent4_1>div:nth-child(2)>p:nth-child(5) {
    margin-top: 35px;
}

.brandContent4_1>div:nth-child(2)>p:nth-child(6) {
    margin-top: 82px;
}

.brandContent4_1>div:last-child>p:nth-child(4) {
    margin-top: 47px;
}

.brandContent5_1 {
    width: 1200px;
    margin: auto;
    margin-top: 58px;
}

.brandContent5 {
    font-size: 17px;
    align-items: initial;
}

.brandContent5>div>p:first-child {
    font-size: 25px;
    font-family: 'SourceHanSansSC-Bold';
    color: #1349A3;
    margin-bottom: 32px;
    margin-top: 37px;
}

.brandContent5Box {
    width: 100%;
    height: 405px;
    background-color: #E2EEFA;
    margin-top: 44px;
    position: relative;
}

.brandContent6 {
    margin-top: 0;
    align-items: initial;
    position: absolute;
    top: 36px;
    left: calc(50% - 600px);
}

.brandContent6>p:first-child {
    width: 717px;
    height: 494px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.brandContent6>div:last-child {
    margin-top: 91px;
}

.brandContent6>div:last-child>div>p:first-child {
    font-size: 25px;
    font-family: 'SourceHanSansSC-Bold';
}

.brandContent6>div:last-child>div:last-child {
    margin-top: 36px;
}

.brandContentLastTitle {
    padding-top: 260px;
    background-color: #F9F9F9;
}

.brandContentLastBox {
    width: 100%;
    background-color: #F9F9F9;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 120px;
}

.brandContent7 {
    width: 1239px;
    margin-top: 0;
}

.brandContent7>div:last-child {
    width: 602px;
    height: 414px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.brandContent8 {
    width: 1239px;
    margin-top: 84px;
}

.brandContent8>div:first-child {
    width: 602px;
    height: 414px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.brandRights>p:first-child {
    font-family: 'SourceHanSansSC-Bold';
    margin-bottom: 60px;
}

.brandRights:last-child>p {
    text-align: right;
}

.brandRights:last-child>a:last-child {
    float: right;
}

.brandRights:last-child>a>p>span {
    font-family: 'SourceHanSansSC-Bold';
}

.brandRights>a:last-child>p {
    width: 154px;
    height: 34px;
    background-color: #1349A3;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-top: 45px;
}