.header {
    display: flex;
    height: 90px;
    align-items: center;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}
.header {
    position: relative;
    z-index: 2;
    background: #fff;
}
.two2 {background: #f3f3f3;width:100%;height: 176px;position:absolute;transition: all 1s ease-in-out;left: 0;top: 0px;z-index: 1;opacity: 0;overflow: hidden;}
.two2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 176px;
    -webkit-animation: fadeOutRight 1s 0.5s both;
    animation: fadeOutRight 1s 0.5s both;
    display: none;
}
.two2 .container.ani {
    display: flex;
    -webkit-animation: fadeInLeft 1s 0.5s both;
    animation: fadeInLeft 1s 0.5s both;
}
.two2 .container .none {width:25%;}
.two2 .container .twonav {width:45%;height:120px;display: flex;flex-direction: column;flex-wrap: wrap;align-content: flex-start;}
.two2 .container .twonav .item {width: 130px;height: 60px;line-height:60px;display: block;text-align: left;font-size: 16px;color: #000;position:relative;}
.two2 .container .twonav .item:hover {
    color: #2f82ff;
}
.two2 .container .twonav .item .fr {
    color: #2f82ff;
    margin-left: 5px;
}
.two2 .container .img {
    width:30%;
}
.header .logo {
    width: 25%;
}

.header .right {
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.header .right .nav {
    width: 80%;
    display: flex;
    justify-content: space-around;
    height: 90px;
    line-height: 90px;
}

.header .right .nav .item {
    font-size: 16px;
    color: #000;
    position: relative;
    cursor: pointer;
}
.searchbtn {
    position: absolute;
    width:0px;
    height:30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    top:28px;
    bottom:0;
    right:70%;
    transition: all 1s ease-in-out;
}
.searchbtn.active {
    width:180px;
}
.searchbtn input {
    height:30px;
    border-radius: 5px 0 0 5px;
    width:80%;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:none;
    border-bottom:1px solid #ddd;
    outline: none;
    padding-left:15px;
}
.searchbtn button {
    background: #f3f3f3;
    height:30px;
    line-height: 30px;
    color:#999;
    width:20%;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    border-top:1px solid #ddd;
    border-left:none;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    outline: none;
}
.iconsanhengxian {
    width: 35px;
    height: 35px;
    background: #ccc;
    color: #fff;
    margin: 45px 29px 80px 0;
    display: block;
    font-size: 30px;
    line-height: 35px;
    float: right;
    text-align: center;
}
.iconsanhengxian:hover {
    background: #2f82ff;
}
.rightEject .companyItem {
    width:290px;
    box-sizing: border-box;
    overflow: hidden;
    height:35px;
    border-bottom:1px solid #ddd;
    line-height: 35px;
    color:#999;
    cursor: pointer;
    border-left: 5px solid transparent;
    transition: all 0.5s ease-in-out;
}
.rightEject .companyItem:hover {
    color:#2f82ff;
    border-left: 5px solid #2f82ff;
}
.header .right .nav .item .two {
    position: absolute;
    width:300%;
    left:0%;
    top:90%;
    flex-direction: column;
    z-index:100;
    background: #fff;
    display: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
.header .right .nav .item .two a {
    height:40px;
    width:100%;
    line-height: 40px;
    text-align: left;
    border-bottom:1px solid #eee;
    color:#444;
    padding:0 10px;
}
.header .right .nav .item .two a .fr {
    float: right;
    display: none;
}
.header .right .nav .item .two a:hover {
    background: #f3f3f3;
    color:#2f82ff;
}
.header .right .nav .item .two a:hover .fr {
    display: block;
    color:#2f82ff;
}


.header .right .nav .item.active {
    color: #2f82ff;
}

.header .right .nav .item:hover {
    color: #2f82ff;
}

.header .right .icons {
    width: 19%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 90px;
}
.icons div {
    margin:0 5px;
}
.header .right .icons .iconzhankailiebiao {
    font-size: 24px;
    color: #a2d3fb;
    background: #f5f5f5;
}

.header .right .icons .iconfangdajing {
    font-size: 24px;
    color: #999;
}

.header .right .icons .icondiqiu {
    font-size: 20px;
    color: #999;
}

.header .right .icons .iconfont:hover {
    color: #2f82ff;
    cursor: pointer;
}
.rightEject {
    position: absolute;
    width:0px;
    overflow: hidden;
    height:100%;
    right:0px;
    top:0;
    bottom:0;
    background: #fff;
    z-index:100;
    transition: all 1s ease-in-out;
}
.rightEject.active {
    width:300px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.rightEject .companyItem:hover {
    background: #f5f5f5;
}
.rightLanguage {
    position: absolute;
    width:0px;
    overflow: hidden;
    height:100%;
    right:0px;
    top:0;
    bottom:0;
    background: #fff;
    z-index:100;
    transition: all 1s ease-in-out;
}
.rightLanguage.active {
    width:300px;
}
.rightLanguage .companyItem {
    width:290px;
    box-sizing: border-box;
    overflow: hidden;
    height:45px;
    border-bottom:1px solid #ddd;
    line-height: 45px;
    color:#999;
    cursor: pointer;
    margin-left:10px;
}
.rightLanguage .companyItem:hover {
    background: #f5f5f5;
}
.iconmore {
    width: 34px;
    height: 34px;
    background: #e5e5e5;
    display: inline-block;
    color: #8dcffd;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
}