.width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.shade {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s;
    display: none;
}

.shade.active {
    display: block;
}

.dialog {
    position: fixed;
    z-index: 917;
    top: 15%;
    left: 50%;
    width: 450px;
    margin-left: -200px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2em;
    transition: all .5s;
    display: none;
}

.dialog.active {
    display: block;
}

.dialogClose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    margin: 5px;
    float: right;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.dialogClose .fa {
    font-size: 20px;
    line-height: 18.5px;
    color: #cccccc;
}

header {
/*    border-bottom: 5px solid #ff6a00;*/
}

header .logo {
    float: left;
}

header .logo img {
    display: block;
    height: 30px;
    margin-top: 20.5px;
}

header .nav {
    float: right;
}

header .nav a {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 70px;
    padding: 0 50px;
    transition: all .5s;
    color: #282828;
}

header .nav a:hover {
    color: #ff6a00;
}

header .nav a.active {
    color: #169FFF;
}

.introduce {
    
}

.introduce .distributs {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    height: 5rem;
}
.introduce .drawing {
    width: 5rem;
    margin-right: 1rem;
}
.introduce .drawing img {
/*    width: 100%;
    height: 100%;
    display: block;*/
}
.introduce .hrs {
    width: .34rem;
    border: 1px solid #666666;
    margin: .3rem 0 .1rem 0;
}
.introduce .distributs .content {
    width: 60%;
    padding-right: .3rem;
}
.introduce .distributs .content .name {
    color: #282828;
    font-size: .26rem;
    font-weight: bold;
}
.introduce .distributs .content .desc {
    color: #282828;
    font-size: .16rem;
}



.culture {
    background: #F8F8F8;
}
.culture .distributs {
    display: flex;
    align-items: center;
    /*flex-direction: row;*/
    flex-direction: row-reverse;
    align-content: center;
    height: 5rem;
    
}
.culture .drawing {
    width: 5rem;
    margin-left: 1rem;
}
.culture .drawing img {
/*    width: 100%;
    height: 100%;
    display: block;*/
}
.culture .hrs {
    width: .34rem;
    border: 1px solid #666666;
    margin: .3rem 0 .1rem 0;
}
.culture .distributs .content {
    width: 60%;
    padding-left: .3rem;
}
.culture .distributs .content .name {
    color: #282828;
    font-size: .26rem;
    font-weight: bold;
}
.culture .distributs .content .desc {
    color: #282828;
    font-size: .16rem;
}


.business .distributs {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    height: 5rem;
}
.business .drawing {
    width: 5rem;
    margin-right: 1rem;
}
.business .drawing img {
/*    width: 100%;
    height: 100%;
    display: block;*/
}
.business .hrs {
    width: .34rem;
    border: 1px solid #666666;
    margin: .3rem 0 .1rem 0;
}
.business .distributs .content {
    width: 60%;
    padding-right: .3rem;
}
.business .distributs .content .name {
    color: #282828;
    font-size: .26rem;
    font-weight: bold;
}
.business .distributs .content .desc {
    color: #282828;
    font-size: .16rem;
}




.products {
    background: #F8F8F8;
}
.products .distributs {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 5rem;
    justify-content: center;
}
.products .hrs {
    width: .34rem;
    border: 1px solid #666666;
    margin: .3rem 0 .1rem 0;
}
.products .distributs .name {
    color: #282828;
    font-size: .26rem;
    font-weight: bold;
}
.products .tips {
    color: #282828;
    font-size: .16rem;
}
.products .distributs .items {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}
.products .distributs .items .item {
    width: 20%;
    margin-right: .3rem;
    text-align: center;
}
.products .distributs .items .item:last-child {
    margin-right: 0;
}
.products .distributs .items .item .text {
    padding-top: .2rem;
    color: #282828;
    font-size: .14rem;
}


.contact .distributs {
/*    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;*/
    /*height: 5rem;*/
    margin: .8rem 0;
}
.contact .distributs .items {
    display: flex;
    /*align-items: center;*/
    margin-top: .3rem;
}
.contact .distributs .items .item {
    width: 25%;
    margin-right: .3rem;
    color: #999;
}
.contact .distributs .items .item:last-child {
    margin-right: 0;
}
.contact .distributs .items .item .logo {
    width: 80%;
}
.contact .distributs .items .item .title {
    font-size: .18rem;
    padding-bottom: .3rem;
}
.contact .distributs .items .item .des1, .contact .distributs .items .item .des2 {
    font-size: .14rem;
}
.contact .distributs .items .item .des2 {
    padding-top: .1rem;
}

.contact .distributs .items .item .des3 {
    font-size: .14rem;
    line-height: 1.7;
}
.contact .distributs .bq {
    margin-top: .3rem;
    text-align: center;
    line-height: 1.7;
    color: #999999;
    font-size: .14rem;
}
.contact .distributs .bq img {
    width: 15px;
}
.contact .distributs .bq a {
    color: #B28E40;
}


/* 为所有的滚动条设置样式 */
::-webkit-scrollbar {
    width: 1px; /* 设置滚动条的宽度 */
}
 
/* 滚动条轨道 */
/*::-webkit-scrollbar-track {
  background: #f1f1f1;  设置轨道的背景颜色 
}*/
 
/* 滚动条的滑块 */
/*::-webkit-scrollbar-thumb {
  background: #888;  设置滑块的背景颜色 
}*/
 
/* 当鼠标滑过滑块 */
/*::-webkit-scrollbar-thumb:hover {
  background: #555;  设置滑块的背景颜色 
}*/