#theader { z-index: 995; position: relative; top: 0; left: 0; width: 100%; height: 110px; background-color: #fff; border-bottom: 1px solid #fff; }
#theader .contwrap { height: 100%; }

#theader .logo { display: block; float: left; height: 100%; writing-mode: vertical-lr; text-align: center; }
#theader .logo img { display: inline-block; width: 262px; }


#theader nav { position: relative; left: 35px; float: right; height: 100%; }
#theader nav .menu1 { display: flex; flex-wrap: nowrap; height: 100%; }
#theader nav .menu1 > li { position: relative; height: 100%; }
#theader nav .menu1 > li > a { position: relative; display: block; height: 100%; padding: 0 35px; }
#theader nav .menu1 > li > a > span { position: relative; top: 50%; transform: translateY(-50%); display: block; text-align: center; font-weight: 600; font-size: 22px; color: #383838; }
#theader nav .menu1 .menu2 { display: none; position: absolute; left: 0; width: 100%; background-color: rgba(255, 255, 255, 0.9); }
#theader nav .menu1 .menu2 a { position: relative; display: block; padding: 13px 5px; transition: background-color 0.2s; }
#theader nav .menu1 .menu2 a > span { display: block; text-align: center; font-size: 14px; color: #000; line-height: 1.35; }
#theader nav .menu1 .menu2 a:hover { background-color: #ddd; }

#theader nav .menu1 > li > a::after { display: block; content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -1px; width: 0; height: 3px; background-color: #349baa; transition: width 0.3s; }
#theader nav .menu1 > li:hover > a::after { width: 100%; }

.header_block { display: none; }

@media (max-width: 1535px) {
    #theader { height: 90px; }

    #theader .logo img { width: 225.18px; }

    #theader nav { left: 25px; }
    #theader nav .menu1 > li > a { padding: 0 25px; }
    #theader nav .menu1 > li > a > span { font-size: 20px; }
    #theader nav .menu1 .menu2 a { padding: 12px 5px; }
    #theader nav .menu1 .menu2 a > span { font-size: 13px; }
}
@media (max-width: 1279px) {
    #theader { height: 80px; }

    #theader .logo img { width: 200.36px; }

    #theader nav { left: 18px; }
    #theader nav .menu1 > li > a { padding: 0 18px; }
    #theader nav .menu1 > li > a > span { font-weight: 500; font-size: 18px; }
}
@media (max-width: 1023px) {
    #theader { position: fixed; height: 70px; }
    #theader .contwrap { width: 100%; max-width: 100%; }

    #theader.scrollh { box-shadow: 0 4px 4px -4px #000; }
    #theader.active, #theader.active.scrollh { box-shadow: none; border-bottom: 1px solid #ddd; }

    #theader .logo { margin-left: 20px; }
    #theader .logo img { width: 180px; }

    #theader nav { display: none; position: absolute; left: 0; top: 70px; float: none; width: 100%; height: initial; background-color: rgba(255, 255, 255, 0.9); box-shadow: 0 4px 4px -4px #000; }
    #theader.active nav { display: block; }
    #theader nav .menu1 { display: block; height: initial; }
    #theader nav .menu1 > li { height: initial; }
    #theader nav .menu1 > li > a { height: initial; padding: 11px 5px; }
    #theader nav .menu1 > li > a.no_link { pointer-events: none; }
    #theader nav .menu1 > li:hover > a { background-color: #ccc;}
    #theader nav .menu1 > li > a > span { top: initial; transform: translateY(0); font-weight: normal; font-size: 15px; color: #000; }
    #theader nav .menu1 .menu2 { position: relative; background-color: #ddd; }
    #theader nav .menu1 .menu2 a { padding: 11px 5px; }
    #theader nav .menu1 .menu2 a > span { font-size: 13px; }
    #theader nav .menu1 .menu2 a:hover { background-color: #bbb; }

    #theader nav .menu1 > li > a::after { display: none; }

    .header_block { display: block; height: 70px; }
}

/* hamburgerBtn */
.hamburgerBtn { z-index: 10; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 20px; height: 15px; display: none; flex-direction: column; justify-content: space-between; cursor: pointer; }
.hamburgerBtn > div { position: relative; width: 100%; height: 2px; background-color: #349baa; transition: all 0.3s ease; }
/* #theader.scrollh .hamburgerBtn > div, #theader.active .hamburgerBtn > div { background-color: #349baa; } */
#theader.active .hamburgerBtn > div:nth-child(1) { transform: rotate(45deg); transform-origin: top left; }
#theader.active .hamburgerBtn > div:nth-child(2) { opacity: 0; }
#theader.active .hamburgerBtn > div:nth-child(3) { top: 0; transform: rotate(-45deg); transform-origin: bottom left; }
@media (max-width: 1535px) {
    .hamburgerBtn { margin-top: 0px; }
}
@media (max-width: 1023px) {
    .hamburgerBtn { display: flex; }
}

/* quick */
.floating_item { z-index: 1050; position: fixed; right: 20px; top: 50%; transform: translateY(-50%); text-align: right; }
.floating_item li+li { margin-top: 10px }
.floating_item .link_item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #369cab;
    text-align: center;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    box-shadow: 0 0 4px #888;
}

.floating_item .link_item.ver2:focus,.floating_item .link_item.ver2:hover {
    width: auto;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 0 25px
}

.floating_item .link_item.ver2:focus .text,.floating_item .link_item.ver2:hover .text {
    display: inline-block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.floating_item .link_item .icon {
    display: inline-block;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 26px;
    line-height: 60px;
    color: #fff;
}

.floating_item .link_item .icon img { width: 23px; }

.floating_item .link_item .text {
    display: none;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: top;
    line-height: 60px;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.floating_item .link_item .nicon_more2 {
    color: #000
}

.floating_item .link_item.top_item { background-color: transparent; }
.floating_item .link_item .icon_top {
    overflow: hidden;
    background: url(/image/common/quick_icon3.png) no-repeat center/cover;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-top: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (max-width: 1535px) {
    .floating_item li+li { margin-top: 8px }
    .floating_item .link_item {
        width: 50px; height: 50px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

    .floating_item .link_item.ver2:focus,.floating_item .link_item.ver2:hover {
        -webkit-border-radius: 30px;
        border-radius: 30px;
        padding: 0 20px
    }

    .floating_item .link_item .icon {
        height: 50px;        
        font-size: 18px;
        line-height: 50px;
    }

    .floating_item .link_item .icon img { width: 20px; }

    .floating_item .link_item .text {
        margin-left: 8px;
        font-size: 16px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .floating_item { top: initial; bottom: 20px; transform: translateY(0); }
    .floating_item li+li { margin-top: 6px }
    .floating_item .link_item {
        width: 40px; height: 40px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        box-shadow: none;
    }

    .floating_item .link_item.ver2:focus,.floating_item .link_item.ver2:hover {
        -webkit-border-radius: 30px;
        border-radius: 30px;
        padding: 0 20px
    }

    .floating_item .link_item .icon {
        height: 40px;        
        font-size: 16px;
        line-height: 40px;
    }

    .floating_item .link_item .icon img { width: 18px; }

    .floating_item .link_item .text {
        margin-left: 8px;
        font-size: 14px;
        line-height: 40px;
    }
}