.gaikuang_ul{
    width: 820px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.daohang1_div{
    display: flex;
    justify-content: space-between;
}
.daohang1_div_box{
    display: flex;
    align-items: center;
}
.daohang1_div_box_img{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.daohang1_div_box_box{
    width: 115px;
    height: 30px;
    color: #ffff;
    background-color: #b2823d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.daohang1_div_box1_inp{
    width: 220px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f6f5eb;
    text-indent: 10px;
}
.daohang1_div_box1_i{
    position: absolute;
    right: 10px;
    top: 9px;
    color: #b2833a;
}
.gaikuang_div_p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.gaikuang_div_box{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.gaikuang_div_box li{
    text-align: center;
}
.gaikuang_div_box div{
    width: 135px;
    height: 135px;
    border-radius: 50%;
    text-align: center;
}
.gaikuang_div_box div img{
    margin-top: 35px;
    width: 61px;
    height: 61px;
}
.gaikuang_div_box_div{
    background-color: #32b06c;
}
.gaikuang_div_box_div1{
    background-color: #f9a84d;
}
.gaikuang_div_box_div2{
    background-color: #ffb900;
}
.gaikuang_div_box_div3{
    background-color: #f57694;
}
.gaikuang_div_box_div4{
    background-color: #73c1f1;
}
.gaikuang_div_box_div5{
    background-color: #64dac6;
}
.zhuanjiaXQ_div1_div{
    background-image: url("../../img/zhuanjiaXQ/bg.png");
    background-repeat: no-repeat;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 215px;
    text-indent: 20px;
}
.zhuanjiaXQ_div1_div_i{
    font-size: 25px;
    margin-right: 5px;
}
.zhuanjiaXQ_div1_div1{
    background-color: #fffef5;
    padding: 35px;
}
.zhuanjiaXQ_div1_div1_ul{
    display: flex;
    overflow: hidden;
}
.zhuanjiaXQ_div1_div1_ul li{
    margin-left: 20px;
}
.zhuanjiaXQ_div1_div1_ul li img{
    width: 188px;
    height: 246px;
}
.zhuanjiaXQ_div1_div2{
    background-color: #fffef5;
    padding: 20px 0;
}
.zhuanjiaXQ_div1_div1_ul li:first-child{
    animation: yidong1 20s linear infinite alternate;
}
@keyframes yidong1 {
    0% { margin-left: 0px;}
    /** 暂停效果 */
    50% { margin-left: -260px;}
    100% { margin-left: -500px;}
}


/*站点！！！！！！！！！！！！！！！！！！！！！！！！！！！！！*/
.zhandian{
    background-color: #f6f5eb;
}
.zhandian_title{
    color: #ff0900;
    font-size: 30px;
    font-weight: bold;
}
.zhandian_title1{
    color: #b2813c;
    font-size: 24px;
}
.zhandian_box{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.zhandian_guowai{
    display: flex;
    align-items: flex-start;
}
.zhandian_guowai_box{
    display: flex;
    align-items: center;
}
.zhandian_guowai i{
    font-size: 28px;
}
.zhandian_box_div{
    width: 335px;
}
.zhandian_box_div_inp{
    width: 260px;
    border: 1px solid #e5e5e5;
    background-color: #fffdf5;
    height: 40px;
    text-indent: 20px;
}
.zhandian_box_div_span{
    display: inline-block;
    width: 70px;
    height: 40px;
    background-color: #b2813c;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.zhandian_box_div_div{
    display: flex;
}
.zhandian_box_div_div1{
    border: 1px solid #e5e5e5;
    background-color: #fffdf5;
    margin-top: 10px;
}
.zhandian_box_div_div1_div{
    height: 50px;
    color: #b2813c;
    font-size: 20px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.zhandian_box_div_div1_div1_ul{
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 40px;
    overflow-y: scroll;
    height: 744px;
}
.zhandian_box_div_div1_div1_ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    background-color: #e5e5e5;
}
.zhandian_box_div_div1_div1_ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b2813c;
}
.zhandian_box_div_div1_div1_ul{
    scrollbar-face-color: #b2813c;
    scrollbar-track-color: #e5e5e5;
    scrollbar-arrow-color: #e5e5e5;
}

.zhandian_box_div_div1_div1_ul li{
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 28px;
    color: #666;
    padding-bottom: 25px    ;
}
.zhandian_box_div_div1_div1_ul_div{
    display: flex;
    align-items: flex-start;
}
.zhandian_div_p{
    font-size: 30px;
    text-align: center;
}
.zhandian_div_ul{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-bottom: 25px;
}
.zhandian_div_ul li{
    width: 160px;
    height: 135px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    text-align: center;
    background-color: #fffdf5;
}
.zhandian_div_ul_img{
    margin-top: 36px;
}