ul,li{
    list-style: none;
}
*{
    padding:0;
    border:0;
    margin:0;
}

@font-face {
    font-family: 'fontLt';
    src: url("/images/font/FZLTHJW.TTF") format("truetype");
  }
body{
    font-family: "Gotham Medium","PingFang SC","SF Pro SC","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;;
}
a{
    text-decoration: none;
}
p{
    color: rgba(0,0,0,0.8);
}
.mt30{
    margin-top: 30px;
}
.mt20{
    margin-top: 20px!important;
}
.mb30{
    margin-bottom: 30px;
}
.mb60{
    margin-bottom: 70px!important;
}
.mt60{
    margin-top: 70px!important;
}
.top{
    height: 69px;
    width: 100%;
    z-index: 999;
    position: relative;
    /* display: inline-block; */
    border-bottom: 1px solid #eee;
}

.top-left{
    /* float: left; */
    width: 520px;
    margin: 0 auto;
    
}
.top-left>li{
    float: left;
    
    height: 100px;
    line-height: 100px;
    position: relative;
    margin: 0 25px;
    cursor: pointer;

}
/* .top-left>li:hover{
    border-bottom: 2px solid #e70012;
} */
.top-left li a{
    color: #181818;
    font-size: 16px;
    word-break: keep-all;
}
.logo{
    float: left;
    height: 70px;
    overflow: hidden;
    /* margin: 15px 20px; */
    margin-right: 50px;
    margin-left: 10px;
}
.logo img{
    height: 40px;
    margin-top: 15px;
}
.loginBtn{
    width: 120px;
    height: 69px;
    background-color: #eee;
    text-align: center;
    line-height: 69px;
    color:#e70012;
    font-weight: bold;
    cursor: pointer;
    float: right;
}
.top::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.home-topright .tx{
    /* width: 20px;
    height: 20px;
    border:1px solid #333;
    border-radius: 50%;
    padding: 2px; */
    width: 32px;
    height: 32px;
    position: absolute;
    top:-4px;
    left:0;
    display: block;
    background-image: url(/images/touxiang1.png) ;
    background-size: 32px;
}
.home-topright:hover .tx{
    background-image: url("/images/touxiang2.png");
}
.topright:hover .txname{
    color:#e70012;
}
.topright .txname{
    text-align: right;
    position: absolute;
    top: 4px;
    right: 20px;
    width: 60px;
}

#video1{
    width:100%;height:480px; 
}
.icon {
    width: 20px;
    height: 20px;
    background: url(../images/icon.png) no-repeat;
    background-size: 20px;
}
.search {
    width: 57px;
    height: 70px;
    float: right;
    line-height: 40px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
    margin-right: 40px;
}
.search i {
    position: absolute;
    right: 12px;
    top: 5px;
    background-position: 0 -189px;
    cursor: pointer;
    z-index: 9999;
}
.search input {
    width: 260px;
    height: 40px;
    margin-top: 15px;
    outline: none;
    border-bottom: 1px solid #e70012;
    padding-left: 5px;
    padding-right: 20px;
}
 
.topright{
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100px;
    height: 40px;
    top: 40px;
}
.topright ul{
    float: left;
  
}
.topright ul li{
    float: left;
    padding-right: 40px;
    /* height: 69px;
    line-height: 69px; */
    position: relative;
}
a {
    color: rgba(0,0,0,0.6);
    font-size: 14px;
}
.optmenu a{
    font-size: 16px;
}
.li a{
    font-size: 16px;
}
.top li a:hover{
    color:#e70012;
}
.second {
    position: absolute;
    left: -20px;
    top: 70px;
    padding: 20px;
    border: 1px solid #eee;
    /* box-shadow: ; */
    /* border-radius: 3px; */
    background-color: #f2f2f2;
    display: none;
    border-top: 1px solid #e70012;
    /* border-top: 1px solid #bbb; */
}
.second ul{
    min-width: 120px;

    

}
.top-left .on>a{
    font-weight: bold;
    font-size: 16px;
    color:#e70012;
}
.topright .on>a{
    font-weight: bold;
    font-size: 16px;
    color:#e70012;
}
.second ul li{
    height: 40px;
    line-height: 40px;
    padding-right: 0;
    float: none;
    text-align: center;
}

.top-left>li:hover .second{
    display: block;
}
.topright>ul>li:hover>.second{
    display: block;
}
.container{
    min-height: 350px;
}
/* footer */
.footer{
    width: 100%;
    background-color: #000;
}
.footTop{
    width: 100%;
    line-height: 70px;
    height:70px;
  
    margin-bottom: 35px;

}
.footTop::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.footer>div{
    width: 1200px;
    margin:0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footmid{
    /* display: flex;
    justify-content: space-between; */
}
.footer .footTop{
    /* padding-top: 20px; */
    margin-bottom: 21px;
}
.footer ul>li{
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.footmid .sub-nav{
    padding: 15px 0;
    text-align: left;
    padding-left: 0;
    /* padding-right: 35px; */
    float: left;
    width: calc((100% - 500px)/5);
    margin-right: 125px;
   
}
.footmid .sub-nav:last-child{
    margin-right: 0;
}
.footmid::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.footer .nav li{
    float: none;
    line-height: 30px;
}
.mg-b15{
    /* margin:0 20px; */
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color:#fff;
}
.nav li{
    margin-top: 15px;
    margin-bottom: 15px;
}
.nav::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.footmid::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.mg-tab{
    margin-right: 20px;
}
.copyright{
    float: right;
    font-size: 12px;
}
.row{
}
.row::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.mg-tab span{
    margin-right: 20px;
}

.footer a:hover{
    color: #e70012;
}
.row a{
    font-size: 12px;
}
.footer .logo{
    margin-left: 0;
    margin-top: 15px;
}
.footer-social{
    float: right;
    margin-top: 30px;
}
.footer-social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.footer-social a img{
    width: 100%;
}
.footTopBox{
    width: 100%!important;
}
.footTopBox .footTop{
    width: 1200px;
    margin:0 auto;
    height: 100px;
    overflow: hidden;
}
.footTopBox .footTop .logo img{
    height: 60px;
    margin-top: 5px;
}
.zhedie{
    float: left;
    cursor: pointer;
}
.zhedie img{
    width: 100%;
    border-radius: 50%;
    padding:10px;
}
/* .zhedie:hover img{
    background-color: #f6f6f6;
} */
.zhedie .ul {
    position: absolute;
    left: 0;
    top: 69px;
    background: #fff;
    padding: 10px;
    width: 90px;
    text-align: center;

}
.zhedie .ul dl {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
 
.videoTitle {
    align-items: center;
    padding-top: 4px;
    margin-bottom: 8px;
}
.article-content h1{
    display: inline;
    color: #1d1d1d;
    line-height: 33px;
    font-size: 24px;
    font-weight: 500;
}

.videoDesc {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 20px;
    color: #666;
}
.article-meta{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}
.article-content{
    margin-top: 30px;
}
 
.article-meta .publishtime{

}
.content{
    /* line-height: 30px; */
}
.searchinner .search{
    width: 800px;
    border-left: none;
    margin:0 auto;
    float: none;
    padding-top: 20px;
}
.searchinner .search input{
    width: 800px;
    font-size: 16px;
    margin-top:5px;
    line-height: 40px;
}
/* 浮动的搜索框 */
.floatsearch{
    position: absolute;
    right: 0;
    height: 70px;
    width: 300px;
    bottom: 12px;
}
.banner{
    width: 100%;
    /* height: calc(100vh - 70px); */
    /* min-height: 560px; */
    height: 400px;
    position: relative;
}
.banner>img{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.wp-block-cover.cover-full .wp-block-cover__inner-container, .wp-block-cover.cover-submenu .wp-block-cover__inner-container {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 1.6em 0 0;
    position: relative;
}
.inner-container{
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

}
.wp-block-cover.cover-full .wp-block-cover__inner-container h1, .wp-block-cover.cover-submenu .wp-block-cover__inner-container h1 {
    margin-bottom: 0;
    font-size: 3.5em!important;
}
.wp-block-cover.cover-full .wp-block-cover__inner-container p{
    margin-top: 1em;
}
.white{
    color:#fff;
}

.w{
    width: 1200px;
    margin: 0 auto;
}

@font-face{
    font-family: 'Gotham Medium';
    src: url('/images/font/Gotham-Medium.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
 
.footrow{
    padding-top: 10px;
    padding-bottom: 20px;
 }
.footer .footer-bottom-link {
    font-size: 14px;
}
.footrow::after{
    content: '';
    display: block;
    clear: both;
}
.foot-iframe{
    width: 100%;
    height: 374px;
    margin-bottom: -10px;
}
.footmid .sub-nav {

 }
 .sub-nav h4{
     height: 30px;
     line-height: 30px;
     font-size: 24px;
     margin-bottom: 30px;
     color: rgba(255, 255, 266, .7);
    margin-top: 30px;
 }
 .nav>li>a{
     padding:0;
 }
 /* ltbanner */
 .home-gradient {
    opacity: .4;
    background: linear-gradient(180deg,#a0aab2 .02%,hsla(0,0%,93.3%,0) 99.95%);
    width: 100%;
    height: 450px;
    margin-bottom: -450px;
}
.home-hero {
    position: relative;
    background-size:contain;
    background-position: 50%;
    /* max-width: 1200px; */
    overflow: hidden;
    /* margin: 0 auto; */
    /* margin-bottom: 70px; */
    background: url(./../images/bigbg/banner1.jpg) top center no-repeat;
    background-size: cover;
    height: 600px;
}
.home-hero video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.home-hero:after, .home-hero:before {
    content: "";
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .9;
}
.home-hero .container {
    position: relative;
    height: 600px;
    z-index: 5;
}
.home-hero-content {
    position: absolute;
    left: 0;
    top:250px;
    
}
.home-hero-title {
    font: 100px/1 AdelleSans-Regular,Helvetica,Arial,sans-serif;
    letter-spacing: -5px;
    margin: 0;
    height: 2em;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.light-green {
    /* color: #e70012; */
}
.home-hero-title-line1.anim-slide {
    opacity: 1;
    left: -200px;
    left: 0;
}
.home-hero-title-line1, .home-hero-title-line2 {
    display: block;
    /* position: relative; */
    overflow: hidden;
    left: 0;
    opacity: 1;
    height: 1em;
    padding-top: 2px;
    transition-property: left,top,opacity;
    transition-duration: .2s;
    width: 700px;
}
.home-hero-title-line2>span {
    opacity: 1;
    height: 1em;
    transition-property: left,top,opacity;
    transition-duration: .2s;
}
.home-hero-title-line2>span:nth-child(2n) {
    top:80px;
}

.white {
    color: #fff;
}
.home-sanlie a>* {
    height: 100%;
    padding: 32px 28px;
    padding-top: 20px;
}
.home-sanlie .link {
    font-size: 18px;
    padding: 0;
    margin-top: 24px;
}
.btn {
    padding: 1.1875em 2em;
    display: inline-block;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding-left:26px!important;
    position: relative;
    padding-bottom: 10px;
}
.card .text .link .cta-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #e70012;
}
.home-sanlie a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.home-sanlie .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gartner-blue {
    background-color: #002856;
}
.mainbox{
    width: 1200px;
    margin:0 auto;
}
.h450{
    height: 520px;
}

.home-sanlie{
    height: 100%;
    display: flex;
}
.home-sanlie a{
    display: block;
    width: 373px;
    height: 520px;
    color:#424242;
    position: relative;
    background-color: #fff;
    margin-bottom: 70px;
    margin-right: 40px;
}
.home-sanlie h3{
    font-size: 30px;
}
.home-sanlie a:hover{
   
    text-decoration: none;
}
.home-sanlie .cta-text{
    font-weight: normal;
}
.home-sanlie .cta-text:hover{
    color:#e70012;
    text-decoration: none;
}
.home-sanlie a:last-child{
    margin-right: 0;
}
.red{
    color: #e70012;
}
.anim-show{
    font-size: 80px;
}
.juhao{
    font-size: 80px;
    margin-left: 10px;
}
/* key 3 */
.HomepageFeaturedCTAGridList {
    width: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50%;
    margin-right: -50%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    margin-top: 70px;
}
.HomepageFeaturedCTAGridList__column {
    width: 50%;
}
.HomepageFeaturedCTAGridPromo--first {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
.HomepageFeaturedCTAGridPromo--first .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
.HomepageFeaturedCTAGridPromo__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.HomepageFeaturedCTAGridPromo--first .HomepageFeaturedCTAGridPromo__content {
    max-width: 720px;
    right: 0;
    left: unset;
    padding-left: 0;
}
 
.HomepageFeaturedCTAGridPromo--first .HomepageFeaturedCTAGridPromo__title {
    font-size: 40px;
    /* font-weight: bold; */
    line-height: 22px;
    margin-bottom: 20px;
}
 
 
 
.HomepageFeaturedCTAGridPromo__image {
    width: 100%;
    height: 600px;
   
}
.home-right-img img{
    width: 200px;
    height: 260px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    margin-right: 30px;
}
.HomepageFeaturedCTAGridPromo__content {
    max-width: 520px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.HomepageFeaturedCTAGridPromo__title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
}
.HomepageFeaturedCTAGridList-rihgt .HomepageFeaturedCTAGridPromo__title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 50px;
}
.HomepageFeaturedCTAGridPromo__CTA {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
}
.HomepageFeaturedCTAGridPromo__CTA  li a{
    font-weight: normal;
    line-height: 24px;
}
.HomepageFeaturedCTAGridPromo {
    display: flex;
    height: 260px;

}
.first__content{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -100px;
}
 
 .HomepageFeaturedCTAGridPromo--first .HomepageFeaturedCTAGridPromo__content-inner {
    width: 540px;
        float: left;
    margin-left: 100px;
}
a{
    color:#424242;
}
a:hover{
    color:#424242;
    text-decoration: none;
}
.button-arrow{
    display:inline-block;
    width: 22px;
    height: 20px;
    background: url(../images/you.png) no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: -3px;
}
.jtli{
    position: relative;
    /* margin-left:3px; */
}
.jtli .btn span.button-arrow{
    /* top:17px */
}
.jtli .btn {
    font-weight: normal;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: none;
}
.half-padding-bottom {
    /* padding-bottom: 100px; */
    margin-top: -180px;
}
.half-padding-bottom .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}
.quick-link .row>div {
    /* flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px; */
    width: calc( ( 100% - 50px) / 2);
}
.quick-link-content {
    /* position: relative; */
    z-index: 3;
 border-top: 6px solid #e70012;
}

.quick-link-info {
    color: #333;
    background-color: #f4f4f4;
    min-height: 380px;
    padding: 20px 30px;
    padding-bottom: 30px;
   
}
.rich-text :last-child {
    margin-bottom: 0;
    color: #333;
}
.rich-text {
    color: #292929;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 28px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.quick-link-info img{
    width: 100%;
    /* margin: 30px auto; */
    /* margin-top: -10px; */
}
.quick-link-list {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.quick-link-list::after{
    content: '';
    display: block;
    position: absolute;
    /* left: 50px; */
    top: 0;
    width: 320px;
    border-top: 1px solid #fff;
}
.quick-link-list ul{
    display: flex;
    /* padding-top: 8px; */
    width: 100%;
}
.quick-link-list ul li{
    color:#333;
    width: 50%;
}
.quick-link-list ul li a{
    color:#333;
    font-size:16px;
    margin-top: 10px;
}
.link .button-arrow{
    margin-top: 20px;
}
.cta-text{
    font-weight: normal;
    /* margin-left: 5px; */
}
.quick-link-info h4{
    font-size: 30px;
    text-align: center;
}
.searchbox{
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding-top: 30px;
    position: absolute;
    z-index: 10000;
    top:100px;
    left: 0;
    display: none;
    
}
.searchinner{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    /* display: none; */
}
.searchinner .search i{
    top: 0px;
}

/* news */
.gridbox{
    display: flex;
    justify-content: space-between;
}
.grid_left{
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    height: 573px;
    position: relative;
    
}
.grid_left .borderBtn {
    position: absolute;
    left: 0;
    bottom: 0;
}
.grid_left img{
    width: 100%;
}
.grid_left_title{
    margin: 0 0 10px;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 8px;
}
.grid_right_title{
    margin: 0 0 10px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
}
.grid_right{
    width: 50%;
    height: 573px;

}
.grid_right .grid_right_item{
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;

}
.grid_right .grid_right_item img{
    width: 200px;
    height: 120px;
    margin-right: 20px;
    box-sizing: border-box;
}
.article-block__subtitle{
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}
.grid_right_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.grid_left_p{
    color:rgba(0, 0, 0, .6)
}
.grid_left .article-block__subtitle{
    margin-top: 15px;
}

.colunm_left{
    width: 50%;
    height: 520px;
}
.colunm_left .column_item{
    width: 560px;
    float: left;
    box-sizing: border-box;
    padding:30px 0 15px;
    border-bottom: 1px solid #ccc;
    margin-left: 40px;
}

.colunm_left .column_item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.colunm_left .column_item .title{
    font-size: 20px;
}
.secondBox{
    display: flex;
    justify-content: space-between;
}
.secondBox>div{
    width: calc( ( 100% - 60px) / 3);
}
.borderBtn{
    border:1px solid #e70012;
    height: 45px;
    line-height: 45px;
    padding:0 30px;
    display: inline-block;
}
.footer a{
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
#home-hero-title1{
    opacity: 1;
}
.banner-mainbox{
    width: 600px!important;
    height: 500px!important;
    position: absolute;
    left: 0;
}
.mainbox .swiper-container {
    margin-left: 0;
    margin-right: 0; 
  
}
.borderBtn a.white{
    font-size: 14px;
    color:rgba(255, 255, 255, .6)
}
.ft25{
    font-size: 25px;
   
}
.mb20{
    margin-bottom: 20px;
}
.dajianglist  .header-menu-container-list-item-sub-column{
    width: calc(25% - 50px)!important;
    /* margin-right: 15px; */
    margin-left: 20px;
}
.header-menu-container-list-item-sub.nav_menu .header-menu-container-list-item-sub-title{
    margin-top: 0px;
}
/* 1200 box */
.small-bg-box{
    width: 1200px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    
}
.small-bg-box .midpic .mask{
padding-left: 50px;
    box-sizing: border-box;}

h2.pc .more{
    font-size: 14px;
    text-align: right;
    float: right;
    color:#424242;
    font-weight: normal;
    margin-right: -33px;
    margin-top: -9px;
}
.w600h360{
    width: 500px!important;
    height: 360px!important;
    padding-top: 0!important;
}
.chuizhijuzhong{
    display: flex;
    flex-flow: column;
    align-items: left;
    justify-content: center;
  
}
.bb1px{
    border-bottom: 1px solid #eee!important;
}
.dajiangNav{
    width: 900px;
    margin:auto;
    float: left;
}
.inner-container dl{
    width: 1200px;
    margin:0 auto;
    color:#fff;
    position: relative;
    height: 200px;
    padding-top:200px;
}
.inner-container dl dt{
  
    
    font-size: 24px;
}
.inner-container dl dd.title{
 
    
    font-size:58px;
    color:#fff;
}
.inner-container dl dd.wp-block-button{
    margin-top: 60px;
   
    background-color: #e70012;
    color: #fff;
    font-size: 24px;
    padding: 3px 20px;
}
.mt70{
    margin-top: 70px;
  }
  .zhedie .ul {
    position: absolute;
    left: 0;
    top: 80px;
    background: #fff;
    padding: 0px;
    display: none;
    width: 140px;
}
  .zhedie_menu li li{
    padding: 10px;
    /* padding-left: 20px; */
    /* border-bottom: 1px solid #eee; */
    margin-left: -40px;
}
.zhedie_menu li li:hover{
    background-color: #f4f4f4;
}
.zhedie_menu>li{
    padding:10px 0;
}
.zhedie_menu .displayflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zhedie_menu .iconfont{
    color: #999;
    margin-right: 20px;
  }
  .zhedie:hover .icon-icon_daohang-xian {
    color: #f00!important;
}