/* 导航 START */
.nav {
    background: white;
}
.nav .content {
    height: 100px;
    width: calc(100vw/1920*1520);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav .content .logo {
    height: 50px;
    width: 330px;
    background: url(../images/home/img_zhuyou_logo1.png) no-repeat;
}
.nav .content .a {
    display: flex;
    flex-direction: row;
}
.nav .content .b {
    display: flex;
    flex-direction: row;
    border-right: #979797 solid 1px;
}
.nav .content .title {
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    font-size: 18px;
}
.nav .content .c {
    margin-left: 10px;
}
.nav .content .title1 {
    height: 32px;
    padding: 2px 20px;
    color: white;
    line-height: 32px;
    background: #CDB380;
    border-radius: 15px;
    font-size: 14px;
	margin-top: 4px;
}
/* 导航 END */
/* 走马灯 START */
.carousel {
    min-width: 1000px;
}
.carousel .demo-carousel {
    width: 100%;
    height: 490px;
    align: middle;
}
/* 走马灯 END */
/* 品牌 START */
.brand {
    min-width: 1000px;
    padding: 80px 0 60px 0;
    background: #F7F7F7;
}
.brand .content {
    width: 1000px;
    margin: 0 auto;
}
.brand h1 {
    margin: 0 auto 30px;
    text-align: center;
    color: #333333;
    font-size: 28px;
    font-weight: bold;
}
.brand .brandList {
    display: flex;
    flex-direction: column;
}
.brand .brandList .brandLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.brand .brandList img {
    width: 150px;
    height: 70px;
    margin-bottom: 40px;
}
/* 品牌 END */
/* 宣传视频 END */
.video {
    min-width: 1000px;
    padding: 80px 0 100px;
}
.video .content {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video .content h1 {
    margin: 0 auto 40px;
}
.video .content h1 span {
    font-size:28px;
    font-weight:bold;
    line-height:37px;
    letter-spacing:8px;
    color: #333333;
}
.video .content h1 span:nth-child(2) {
    color: #CDB380;
}
.video .content p {
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(102,102,102,1);
    line-height:32px;
    letter-spacing:4px;
    text-align: center;
    text-align-all: center;
    margin-bottom: 40px;
}
/* 宣传视频 START */
/* 其他 START */
.other {
    min-width: 1000px;
    padding-top: 80px;
    background: #F7F7F7;
    padding-bottom: 60px;
}
.other .content {
    width: 1000px;
    margin: 0 auto;
}
.other .content .top {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.other .content .top h1 span {
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: 8px;
    color: #333333;
}
.other .content .top h1 span:nth-child(2) {
    color: #CDB380;
}
.other .content .middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.other .content .middle .image {
    width: 286px;
    height: 366px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 10px 10px 10px;
    background-size: contain;
    flex-grow: 1;
}
.other .content .middle .image:not(:last-child) {
    margin-right: 16px;
}
.other .content .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.other .content .bottom .tip {
    display: flex;
    flex-direction: row;
}
.other .content .bottom .tip .tip_left {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.other .content .bottom .tip .image1 {
    background: url(../images/home/icon_dijia.png) no-repeat 0 0;
}
.other .content .bottom .tip .image2 {
    background: url(../images/home/icon_dijia.png) no-repeat -70px 0;
}
.other .content .bottom .tip .image3 {
    background: url(../images/home/icon_dijia.png) no-repeat -210px 0;
}
.other .content .bottom .tip .image4 {
    background: url(../images/home/icon_dijia.png) no-repeat -140px 0;
}
.other .content .bottom .tip .tip_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.other .content .bottom .tip .tip_right .title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
}
.other .content .bottom .tip .tip_right .message {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(102, 102, 102, 1);
    line-height: 19px;
}
/* 其他 END */

