.header_animation {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    box-shadow: 0px 3px 20px 0px #F1F1F2B2;

}
.header_main {
    width: 1200px;
    height: 80px;
    margin: auto;
}
.header_animation > .header_main > .header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.h_left>img{
    /* width: 129px; */
    height: 40px;
}
.h_right_tab {
    display: flex;
    height: 100%;
}
.h_right_tab ul {
    display: flex;
    align-items: center;
    list-style-type: none;
}
.h_right_tab ul li {
    margin: 0 20px;
    color: #333333;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
.h_right_tab ul li:last-child {
    margin-right: 0;
}
.h_right_tab ul li>a .pro_drawn, .resolve_down, .call_drawn, .num_drawn, .aboutUs_down {
   position: relative;
   display: flex;
   align-items: center;
}
.h_right_tab ul li  img {
   width: 24px;
   display: block;
}
.h_right_tab ul li  .up_img {
   display: none;
}

.h_right_tab ul li > .signBtn {
    border-radius: 4px;
    background-color: #0075FF;
    color: #ffffff !important;
    padding: 7px 17px;
}

.h_right_tab > ul > li a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 20px;
    font-size: 16px;
    cursor: pointer;
    height: 100%;
}
.h_right_tab > ul > li a.active {
    color: #0075FF !important;
}
.h_right_tab > ul > li a.hover_active {
    color: #0075FF !important;
    
}
/* .h_right_tab > ul > li a:hover {
    color: #0075FF !important;
} */
/* 产品服务下拉菜单 */
.drawn_mask {
    /* background-color: rgba(0,0,0,0.7); */
    /* 使用固定定位让元素撑满全屏 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}
.drawn_mask .drawn_wrapper {
    width: 100%;
    position: absolute;
    top: 80px;
    background-color: #ffffff;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 5%);
}
.drawn_mask .drawn_wrapper>.drawn_content {
    width: 1200px;
    margin: auto;
    /* padding: 40px 0; */
}
.drawn_content>.pro_title {
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #F8F8FA;
    padding-bottom: 22px;
}
.drawn_content  ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* flex-wrap: wrap; */
}
.drawn_content ul >li{
    width: 21.5%;
    display: flex;
    margin: 10px 0px 10px 12px;
    height: 70px;
    padding: 11px 21px 0 12px;
    cursor: pointer;
    /* flex: 1 0 21.5%; */
}


/* 新加的，控制关于我们的ul、li的样式 */
.aboutUs_tab .ul1{
    justify-content: right;
}
.drawn_content ul >.li1{
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    padding: 0 10px;
}
.call_tab .ul2{
    justify-content: right;
}


/* .drawn_content ul >li:nth-last-child(4n){
    margin-right: 0;
} */
.drawn_content ul >li:nth-child(1){
    margin-left: 0;
}
.drawn_content ul >li>img{
    /* width: 24px; */
    height: 20px;
    margin-right: 6px;
}
.drawn_content ul >li>.items_right>.name{
    color: #333333;
    font-size: 16px;
}
.drawn_content ul >li>.items_right>.desc_p{
    color: #606879;
    font-size: 14px;
    margin-top: 3px;
}
.drawn_content ul >li.smart_active,.market_active,.resolv_active { 
    background: #F6FAFF;
    border-radius: 4px;
}
.drawn_content ul >li:hover { 
    background: #F6FAFF;
    border-radius: 4px;
}
/* 关于我们 */
.drawn_content .ul1 >li:hover { 
    background: #71afe6;
    border-radius: 20px;
}
.drawn_content .ul1 >li.smart_active,.market_active,.resolv_active_ul1 { 
    background: #71afe6;
    border-radius: 20px;
}
