.tem77-header {
    width:100%;
    /* height:130px; */
    color:#666;
    position:relative;
    z-index:40
}
.tem77-header .header {
    background-color:#fff
}
.tem77-header .head_bottom {
    background-color:inherit
}
.tem77-header a {
    color:inherit
}
.tem77-header.show-full .container {
    padding:0;
    width:100%
}
.tem77-header .container {
    padding:0
}
.tem77-header .head_top {
    background-color:rgba(122,122,122,.1);
    width:100%;
    position:relative;
    z-index:22
}
.tem77-header .head_top .con {
    width:98%;
    margin:auto;
    height:40px
}
.tem77-header .head_bottom .con {
    width:98%;
    margin:auto;
    height:90px;
    position:relative
}
.tem77-header .head_top .con .head_editor {
    height:100%;
    line-height:40px;
    float:left
}
.tem77-header .head_top .con .icon {
    float:right;
    height:100%;
    user-select:none
}
.tem77-header .head_top .con .icon .icons {
    float:left;
    position:relative
}
.tem77-header .head_top .con .icon .icons .txt {
    line-height:40px;
    display:block;
    cursor:pointer;
    padding:0 6px;
    opacity:.6;
    transition:.3s
}
.tem77-header .head_top .con .icon .icons:last-child .txt {
    padding-right:0
}
.tem77-header .head_top .con .icon .txt:hover {
    opacity:1
}
.tem77-header .head_top .con .icon .icons.cart i {
    font-size:12px;
    font-style:normal;
    font-weight:100;
    vertical-align:super;
    line-height:initial
}
.tem77-header .head_top .con .icon .icons.language .txt img {
    width:16px;
    height:16px
}
.tem77-header .head_top .con .icon .icons.language .txt span {
    vertical-align:middle
}
.tem77-header .head_top .icon ul {
    position:absolute;
    top:100%;
    right:0;
    white-space:nowrap;
    color:#666;
    background-color:#fff;
    box-shadow:0 2px 12px rgba(0,0,0,.2)
}
.tem77-header .head_top .icon .language ul {
    z-index:4;
    display:none
}
.tem77-header .head_top .icon ul li a {
    padding:8px 15px;
    display:block
}
.tem77-header .head_top .icon ul li a:hover {
    background-color:rgba(0,0,0,.05)
}
.tem77-header .head_top .icon img {
    width:20px;
    height:20px;
    vertical-align:middle;
    margin-right:4px;
    max-width:none
}
.tem77-header .head_top .icon .lan {
    vertical-align:middle
}
.tem77-header .head_bottom .logo {
    float:left;
    height:90px;
    line-height:60px;
    width:250px;
    padding:10px 0
}
.tem77-header .head_bottom .logo a {
    display:block;
    height:100%
}
.tem77-header .head_bottom .logo img {
    vertical-align:middle;
    max-width:100%;
    max-height:100%
}
.tem77-header .head_bottom .navigation {
    float:right;
    width:calc(100% - 300px);
    height:90px;
    position:relative;
    z-index:10
}
.tem77-header .head_bottom .navigation .search {
    /* height:90px; */
    padding:0 15px;
    padding-top: 28px;
    display: flex;
}
.tem77-header .head_bottom .navigation .search .head_editor, .tem77-header .head_bottom .navigation .search .head_editor-x {
    color:#fff;
    position:relative;
    padding:0 6px;
    height: 30px;
    line-height: 30px;
    border:none;
    /* float:right */
}
.tem77-header .head_bottom .navigation .search .head_editor:after, .tem77-header .head_bottom .navigation .search .head_editor-x:after {
    content:"";
    display:block;
    position:absolute;
    width:0;
    height:100%;
    top:0;
    left:0;
    z-index:-1;
    background-color:rgba(0,0,0,.1);
    transition:.3s
}

.tem77-header .head_bottom .navigation .search .lin {
    padding: 6px 6px 6px 6px;
}
.tem77-header .head_bottom .navigation .search .head_editor-x {
    color: #666;
}
.tem77-header .head_bottom .navigation .search .head_editor-x:after {
    background-color: #1c4e91;
    border-radius: 6px;
}
.tem77-header .head_bottom .navigation .search .head_editor-x:hover {
    color: #fff;
}

.tem77-header .head_bottom .navigation .search .head_editor:hover:after, .tem77-header .head_bottom .navigation .search .head_editor-x:hover:after {
    width:100%
}
.tem77-header .head_bottom .navigation .search .head_editor .bg_btn {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:4px;
    z-index:-2
}
.tem77-header .head_bottom .navigation .search .icon_bx {
    float:right;
    height:40px;
    line-height:40px;
    width:40px;
    text-align:center;
    cursor:pointer;
    font-size:18px;
    margin:0 8px
}
.tem77-header .head_bottom .navigation nav {
    /* float:right; */
    display: flex;
    justify-content: end;
    position:relative;
    background-color:#fff
}
/* .tem77-header .head_bottom .navigation nav .nav {
    margin: 0 auto;
} */
.tem77-header .head_bottom .search_box {
    position:absolute;
    top:100%;
    width:80%;
    height:70px;
    padding:15px;
    left:50%;
    transform:translateX(-50%);
    display:none;
    z-index:20
}
.tem77-header .head_bottom .search_box form {
    width:100%;
    height:100%;
    position:relative
}
.tem77-header .head_bottom .search_box form input {
    width:100%;
    height:100%;
    border:none;
    background:none;
    outline:none;
    color:#fff;
    padding:0 40px;
    border-bottom:1px solid;
    border-color:rgba(255,255,255,.1)
}
.tem77-header .head_bottom .search_box form button {
    position:absolute;
    left:0;
    top:0;
    height:40px;
    width:40px;
    border:none;
    background:0;
    outline:none;
    font-size:18px
}
.tem77-header .head_bottom .search_box form i {
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    display:block;
    text-align:center;
    line-height:40px;
    color:#fff;
    font-size:24px;
    cursor:pointer;
    opacity:.6;
    transition:.3s
}
.tem77-header .head_bottom .search_box form i:hover {
    opacity:1
}
.tem77-header .head_bottom .navigation nav .lr {
    display:none
}
.tem77-header .search_box .search_Keyword {
    width:100%;
    padding:10px 0 0;
    align-items:center;
    flex-wrap:nowrap;
    color:#fff
}
.tem77-header .search_box .search_Keyword span {
    max-width:90%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    padding-right:10px
}
.tem77-header .search_box .search_Keyword a {
    color:inherit;
    padding:0 6px 0 5px;
    position:relative;
    display:inline-block;
    transform: .3s ease-in;
}
.tem77-header .search_box .search_Keyword a:hover {
    transform:translateX(4px);
    color:#666
}
.tem77-header .search_box .search_Keyword a.more {
    text-transform:uppercase
}
.tem77-header .search_box .search_Keyword a:not(.more)::before {
    position:absolute;
    content:"";
    height:80%;
    top:10%;
    right:0;
    width:1px;
    background-color:rgba(255,255,255,.8)
}
.tem77-header_new.tem77-header .search_box .search_Keyword {
    display:flex
}
.tem77-header_new.tem77-header .head_bottom .search_box {
    height:auto
}
.tem77-header_new.tem77-header .head_bottom .search_box form {
    height:40px
}

@media (max-width:768px) {
    .tem77-header .head_bottom .navigation nav {
        display: none;
    }
}



.head_editor h1 {
    overflow: hidden;
    height: 40px;
}

.header {
    background-position: 0% 0%;
    background-color: rgb(255, 255, 255);
    background-size: auto;
    background-repeat: repeat;
    background-image: url('../images/topbg.png');
}

.footer {
    padding: 40px 10%;
    background-color: #666;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.footer .footer-menu a {
    color: #ffffff;
}
.tem06-copyright {
    background-color: #555;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    padding: 20px 0;
}
.copyright {
    color: #fff;
    text-align: center;
}

.titlebar {
    padding: 20px 0;
}

.tem03-ai_contact {
    margin: 20px 0 30px 0;
}

/* 浮窗 二维码 */
#ewmBox .tem01-float-inquire-box {
    width: 280px;
}





@media (min-width:993px) {
    .tem77-header .head_bottom .navigation nav .nav {
        overflow:visible;
        white-space:nowrap;
        position:relative
    }
    .tem77-header .head_bottom .navigation nav .nav>ul {
        display:flex;
        line-height:90px;
        margin-left:0;
        transition:.3s;
        position:absolute;
        left:0;
        top:0
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li>.text {
        position:relative
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li>.text:after {
        content:"";
        display:block;
        position:absolute;
        right:0;
        top:20px;
        bottom:20px;
        border-right:1px solid;
        border-color:rgba(122,122,122,.1)
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li .text a {
        /*padding:0 20px;*/
        padding: 0 10px;
        display:block;
        position:relative;
        transition:0s
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li:last-child>.text:after {
        border:none
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li .text.xia:before {
        content:"";
        width:0;
        height:0;
        position:absolute;
        display:block;
        top:50%;
        right:18px;
        border:4px solid transparent;
        border-top-color:inherit;
        margin-top:-2px;
        transition:.3s
    }

    /* 鼠标移动到跟导航时有背景颜色 */
    .tem77-header .head_bottom .navigation nav .nav>ul>li:hover > .text {
        background-color: #1c4e91;
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li:hover > .text > a {
        color: #fff;
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li:hover > .text.xia:before {
        border-top-color: #fff;
    }
    /* 鼠标移动到跟导航时有背景颜色 end */

    .tem77-header .head_bottom .navigation nav .nav>ul>li .text.xia a {
        padding-right:30px
    }
    .tem77-header .head_bottom .navigation nav .nav>ul li {
        position:relative;
        background-color:inherit
    }
    .tem77-header .head_bottom .navigation nav .nav>ul ul {
        background-color:#fff;
        position:absolute;
        top:100%;
        left:0;
        line-height:initial;
        box-shadow:0 4px 12px rgba(0,0,0,.1);
        opacity:0;
        visibility:hidden;
        transform:translateY(20px);
        transition:.2s;
        pointer-events:none;
        background-color:#fff
    }
    /* 跟菜单下的子菜单 */
    .tem77-header .head_bottom .navigation nav .nav>ul>li>ul .text a {
        padding:0 20px;
    }

    .tem77-header .head_bottom .navigation nav .nav>ul ul ul {
        left: 100%;
        top: 0;
        background-color:inherit
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li:last-child ul,.tem77-header .head_bottom .navigation nav .nav>ul>li:nth-last-child(2) ul {
        left: 0;
        right: 0
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li:last-child ul ul,.tem77-header .head_bottom .navigation nav .nav>ul>li:nth-last-child(2) ul ul {
        right:100%
    }
    .tem77-header .head_bottom .navigation nav .nav>ul li:hover>ul {
        opacity:1;
        visibility:visible;
        transform:translateY(0);
        pointer-events:auto
    }
    .tem77-header .head_bottom .navigation nav .nav>ul ul li .text a {
        padding-top:12px;
        padding-bottom:12px
    }
    /* 鼠标经过子菜单时的效果 */
    .tem77-header .head_bottom .navigation nav .nav>ul ul li:hover .text {
        background-color: #1c4e91;
    }
    .tem77-header .head_bottom .navigation nav .nav>ul ul li:hover .text a {
        color: #fff;
    }

    .tem77-header .head_bottom .navigation nav .nav>ul li .text.bg-color {
        color:#fff
    }
    .tem77-header .head_bottom .navigation nav.add {
        padding:0 20px;
        height:100%;
        background:none!important
    }
    .tem77-header .head_bottom .navigation nav.add .lr {
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:0;
        z-index:8;
        display:block
    }
    .tem77-header .head_bottom .navigation nav.add .lr .left,.tem77-header .head_bottom .navigation nav.add .lr .right {
        position:absolute;
        top:30px;
        height:30px;
        width:20px;
        background-color:rgba(0,0,0,.2);
        cursor:pointer;
        line-height:30px;
        text-align:center;
        font-size:20px
    }
    .tem77-header .head_bottom .navigation nav.add .lr .left {
        left:0
    }
    .tem77-header .head_bottom .navigation nav.add .lr .right {
        right:0
    }
    .tem77-header .head_bottom .navigation nav.add .nav {
        overflow:hidden;
        height:100%
    }
    .tem77-header .head_bottom .navigation nav.add .nav.hig {
        height:600px
    }
    .tem77-header .head_bottom {
        top:-90px;
        left:0;
        width:100%
    }
    .tem77-header .head_bottom.fixeds {
        position:fixed;
        transition:.3s;
        box-shadow:0 0 12px rgba(0,0,0,.1)
    }
    .tem77-header .head_bottom.fixeds.top_show {
        top:0
    }
}.tem77-header .nav_button {
     display:none
 }
@media (max-width:992px) {
    .tem77-header {
        height:100px
    }
    .tem77-header .head_bottom .navigation .search .head_editor,.tem77-header .head_top .con .cart,.tem77-header .head_top .con .login {
        display:none
    }
    .tem77-header .head_top .con .head_editor span {
        font-size:12px!important
    }
    .tem77-header .head_bottom .con {
        height:60px
    }
    .tem77-header .head_bottom .search_box {
        width:100%
    }
    .tem77-header .head_bottom .search_box form i {
        opacity:.9
    }
    .tem77-header .head_bottom .logo {
        width:auto;
        height:60px;
        padding:10px 5px;
        line-height:40px
    }
    .tem77-header .head_bottom .navigation {
        width:auto;
        height:60px;
        position:relative
    }
    .tem77-header .head_bottom .navigation .search {
        height:60px;
        padding:0;
        padding-top:10px
    }
    .tem77-header .head_bottom .navigation .search .icon_bx {
        margin:0
    }
    .tem77-header .head_bottom .navigation nav {
        position:absolute;
        width:240px!important;
        max-width:none!important;
        top:100%;
        right:0;
        box-shadow:0 4px 12px rgba(0,0,0,.1);
        transform:translateX(100%);
        opacity:0;
        visibility:hidden;
        transition:.3s
    }
    .tem77-header .head_bottom .navigation.active nav {
        transform:translateX(0);
        opacity:1;
        visibility:visible
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li>.text {
        position:relative;
        border-bottom:1px solid rgba(122,122,122,.1)
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li:last-child>.text {
        border-bottom:none
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li>.text:after {
        content:"";
        display:block;
        position:absolute;
        right:0;
        top:20px;
        bottom:20px;
        border-right:1px solid;
        border-color:rgba(122,122,122,.1)
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li .text a {
        padding:10px 20px;
        display:block;
        position:relative;
        transition:0s
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li:last-child>.text:after {
        border:none
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li .text.xia:before {
        content:"";
        width:0;
        height:0;
        position:absolute;
        display:block;
        top:50%;
        right:18px;
        border:4px solid transparent;
        border-top-color:inherit;
        margin-top:-2px;
        transition:.3s
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li .text.xia {
        padding:10px 20px;
        padding-right:30px;
        position:relative
    }
    .tem77-header .head_bottom .navigation nav .nav>ul>li .text.xia a {
        padding:0;
        display:inline
    }
    .tem77-header .head_bottom .navigation nav .nav>ul li {
        position:relative
    }
    .tem77-header .head_bottom .navigation nav .nav>ul ul {
        display:none;
        padding:10px 0
    }
    .tem77-header .head_bottom .navigation nav .nav>ul ul .text.xia,.tem77-header .head_bottom .navigation nav .nav>ul ul .text a {
        padding-left:30px
    }
    .tem77-header .head_bottom .navigation nav .nav>ul ul ul .text.xia,.tem77-header .head_bottom .navigation nav .nav>ul ul ul .text a {
        padding-left:40px
    }
    .tem77-header .head_bottom .navigation nav .nav>ul {
        background:none!important
    }
    .tem77-header .navigation .nav_button {
        outline:none;
        border:0;
        width:40px;
        height:40px;
        padding:10px;
        transition:all .45s;
        z-index:99;
        display:block;
        background:0;
        float:right
    }
    .tem77-header .navigation .nav_button .nav_button_icon {
        position:relative;
        width:20px;
        height:16px
    }
    .tem77-header .navigation .nav_button .nav_button_icon span {
        display:block;
        position:absolute;
        right:0;
        left:0;
        height:0;
        transition:all .15s;
        border-bottom:2px solid
    }
    .tem77-header .navigation .nav_button .nav_button_icon span:nth-child(1) {
        top:50%;
        transform:translate3d(0,-50%,0)
    }
    .tem77-header .navigation .nav_button .nav_button_icon span:nth-child(2) {
        top:0;
        transform:translateZ(0) rotate(0) scaleX(1)
    }
    .tem77-header .navigation .nav_button .nav_button_icon span:nth-child(3) {
        bottom:0;
        transform:translateZ(0) rotate(0) scaleX(1)
    }
    .tem77-header .navigation.active .nav_button .nav_button_icon span:nth-child(1) {
        opacity:0
    }
    .tem77-header .navigation.active .nav_button .nav_button_icon span:nth-child(2) {
        transform:rotate(45deg) translate3d(5px,5px,0)
    }
    .tem77-header .navigation.active .nav_button .nav_button_icon span:nth-child(3) {
        transform:rotate(-45deg) translate3d(5px,-5px,0)
    }
    .tem77-header .search_box .search_Keyword {
        font-size:12px
    }
}.tem05-title {
     text-align:center
 }
.tem05-title .subtitle {
    font-size:13px;
    line-height:30px;
    color:#888
}
.tem05-title .more {
    display:none
}
.tem05-title.tem11-title .subtitle::after {
    position:absolute;
    content:"";
    border-bottom:1px solid;
    border-color:inherit;
    width:100%;
    left:0;
    bottom:-10px;
    opacity:.2
}
@media (max-width:768px) {
    .tem05-title .tem05-list-title {
        padding-left:2%!important;
        padding-right:2%!important
    }
    .tem05-title.full-screen-spacing .full-screen .tem05-list-title {
        padding-left:3%!important;
        padding-right:3%!important
    }
}.mainlist .tem05-list-title,.maindetail .tem05-list-title {
     text-align:center;
     padding:15px 0
 }
.mainlist .tem05-list-title .subtitle,.maindetail .tem05-list-title .subtitle {
    line-height:30px;
    color:#888
}
.mainlist .tem05-list-title .more,.maindetail .tem05-list-title .more {
    display:none
}
.tem43-irregular {
    text-align:center
}
.tem43-irregular img {
    max-width:100%
}
@media (max-width:768px) {
    .tem43-irregular .irregular-pic {
        padding-left:2%!important;
        padding-right:2%!important
    }
    .tem43-irregular.full-screen-spacing .full-screen .irregular-pic {
        padding-left:0!important;
        padding-right:0!important
    }
}

.tem76-service {
     padding:2% 0;
     background-color:#FFF;
     text-align:center;
     background-color:#F9F9F9
 }
.tem76-service a {
    display:block;
    height:100%;
    overflow:hidden;
    position:relative;
    color:#333;
    background-color:#FFF;
    padding:60px 30px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.05)
}
.tem76-service a .bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    transition:.5s;
    border-radius:inherit
}
.tem76-service a:hover {
    color:#FFF!important
}
.tem76-service a:hover .bg,.tem76-service a:hover .descr {
    opacity:1
}
.tem76-service a:hover .icon {
    color:inherit
}
.tem76-service .icon {
    color:var(--main-color);
    font-size:50px
}
.tem76-service .item {
    padding:.5vw!important
}
.tem76-service .titl {
    font-size:16px;
    font-weight:700;
    padding:10px 0 5px;
    font-weight:700
}
.tem76-service .descr {
    opacity:.6
}
.tem76-service .box {
    position:relative;
    z-index:1
}

.tem76-service .item:hover .bg {
    background: linear-gradient(45deg, #A9F4EF, #1C4E91);
}


@media(max-width:768px) {
    .tem76-service a {
        /* //lu icon不需要白色 color:#FFF!important; */
        border-radius:0;
        padding:5%
    }
    .tem76-service a .bg {
        opacity:1
    }
    .tem76-service a .icon {
        color:inherit
    }
}@media(max-width:480px) {
    .tem76-service .item {
        width:100%;
        max-width:100%
    }
    .tem76-service .icon {
        font-size:2.5rem
    }
}.tem05-guide-language .box {
     padding:65px 0
 }
.tem05-guide-language .box .text {
    max-width:90%;
    overflow:hidden
}
.tem05-guide-language .box .title {
    font-size:20px;
    color:#333;
    margin-bottom:10px
}
.tem05-guide-language .box .description {
    color:rgb(153,162,169);
    font-size:13px;
    line-height:26px;
    max-height:78px;
    overflow:hidden
}
.tem05-guide-language .box .more {
    margin-top:30px
}
.tem05-guide-language .box .more a {
    padding:12px 48px;
    font-size:16px;
    border-radius:6px
}
@media (max-width:991px) {
    .tem05-guide-language .box {
        padding:50px 0
    }
    .tem05-guide-language .box .title {
        margin-bottom:0
    }
    .tem05-guide-language .box .more a {
        font-size:14px;
        padding:10px 30px;
        border-radius:4px
    }
}@media(max-width:768px) {
    .tem05-guide-language .container,.tem05-guide-language.full-screen-spacing .container.full-screen {
        padding-left:3%!important;
        padding-right:3%!important
    }
    .tem05-guide-language .box .description {
        max-height:72px
    }
}@media (max-width:480px) {
    .tem05-guide-language .box {
        padding:30px 0
    }
    .tem05-guide-language .box .text {
        max-width:100%
    }
    .tem05-guide-language .box .title {
        font-size:17px
    }
    .tem05-guide-language .box .col-xs-9,.tem05-guide-language .box .col-xs-3 {
        width:100%
    }
    .tem05-guide-language .box .more {
        text-align:left;
        margin-top:15px
    }
    .tem05-guide-language .box .more a {
        padding:6px 15px;
        font-size:13px
    }
}

/* //lu 无用
.tem289-irregular {
     padding:5% 0 10%;
     background-size:cover;
     background-repeat:no-repeat
 }
*/
.tem289-irregular {
    background-color: rgba(0, 0, 0, 0);
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 90px 5% 180px;
    background-image: url('../picture/16115667561902.jpg');
}
.tem289-irregular .text {
    position:relative;
    border-color:#ffbc00;
    padding:0;
    min-height:150px
}
.tem289-irregular .text:before {
    content:"";
    width:100%;
    height:0;
    border-top:150px solid;
    border-color:inherit;
    position:absolute;
    top:-10px;
    right:-10px
}
.tem289-irregular .box {
    background-color:#2f425d;
    border-color:inherit;
    color:#FFF;
    padding:5%;
    position:relative;
    z-index:1
}
.tem289-irregular .top {
    display:flex;
    display:-webkit-flex;
    justify-content:space-between;
    line-height:1
}
.tem289-irregular .bottom {
    padding-top:5%;
    border-color:inherit
}
.tem289-irregular .bottom section {
    padding-top:inherit
}
.tem289-irregular .bottom:before {
    content:"";
    width:20%;
    height:1px;
    border-top:1px solid;
    border-color:inherit;
    display:block
}
@media(max-width:767px) {
    .tem289-irregular {
        padding:50% 0 5%;
        background-size:100% auto
    }
    .tem289-irregular .text {
        padding:0!important
    }
    .tem289-irregular .text:before {
        top:initial;
        right:0;
        bottom:-10px
    }
}@media(max-width:768px) {
    .tem289-irregular .container {
        padding-left:2%!important;
        padding-right:2%!important
    }
    .tem289-irregular.full-screen-spacing .container {
        padding-left:0!important;
        padding-right:0!important
    }
}.tem01-title {
     text-align:center
 }
.tem01-title .title {
    padding:0 15px
}
.tem01-title .subtitle {
    font-size:13px;
    line-height:30px;
    color:#888;
    padding:0 15px
}
.tem01-title .more {
    display:none
}
@media (max-width:768px) {
    .tem01-title .title,.tem01-title .subtitle {
        padding-left:2%!important;
        padding-right:2%!important
    }
    .tem01-title.full-screen-spacing .full-screen .title,.tem01-title.full-screen-spacing .full-screen .subtitle {
        padding-left:3%!important;
        padding-right:3%!important
    }
}.mainlist .tem01-list-title,.maindetail .tem01-list-title {
     text-align:center;
     padding:15px 0
 }
.mainlist .tem01-list-title .subtitle,.maindetail .tem01-list-title .subtitle {
    line-height:30px;
    color:#888
}
.mainlist .tem01-list-title .more,.maindetail .tem01-list-title .more {
    display:none
}
.tem112-pro .box {
    position:relative
}
.tem112-pro .pro-li {
    width:100%
}
.tem112-pro .pro-li a {
    color:#333
}
.tem112-pro .pro-li .images {
    position:relative;
    padding-top:100%
}
.tem112-pro .pro-li .images img {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.tem112-pro .pro-li .text {
    padding:0 10px 0 5px
}
.tem112-pro .title {
    font-size:15px;
    color:inherit;
    transition:all 0.3s ease-out 0s;
    line-height:20px!important;
    margin-top:24px
}
.tem112-pro .description {
    display:block;
    font-size:12px;
    margin-bottom:22px;
    width:100%;
    line-height:18px!important;
    color:inherit;
    opacity:.53
}
.tem112-pro .pro_price i {
    font-style:normal
}
.tem112-pro .price_origin {
    color:#333;
    opacity:.53
}
.tem112-pro .prev,.tem112-pro .next {
    background:rgba(0,0,0,.2);
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-135%);
    -moz-transform:translateY(-135%);
    -ms-transform:translateY(-135%);
    transform:translateY(-135%);
    font-size:0;
    z-index:1;
    cursor:pointer
}
.tem112-pro .next {
    right:-20px
}
.tem112-pro .full-screen .next {
    right:20px
}
.tem112-pro .prev {
    left:-20px;
    -webkit-transform:translateY(-135%) rotateY(180deg);
    -moz-transform:translateY(-135%) rotateY(180deg);
    -ms-transform:translateY(-135%) rotateY(180deg);
    transform:translateY(-135%) rotateY(180deg)
}
.tem112-pro .full-screen .prev {
    left:20px
}
.tem112-pro .iconFont_class {
    font-size:42px;
    color:#fff
}
@media (min-width:768px) {
    .tem112-pro .prev.pc-none,.tem112-pro .next.pc-none {
        display:none!important
    }
}@media (max-width:767px) {
    .tem112-pro .container {
        padding-left:2%!important;
        padding-right:2%!important
    }
    .tem112-pro.full-screen-spacing .container {
        padding-left:0!important;
        padding-right:0!important
    }
    .tem112-pro .pro-li {
        width:100%;
        padding:0 5px
    }
    .tem112-pro .title {
        margin-top:5px
    }
    .tem112-pro .description {
        margin-bottom:5px
    }
    .tem112-pro .prev.model-none,.tem112-pro .next.model-none {
        display:none!important
    }
}

/* //lu 不需要
.swiper-container {
     margin-left:auto;
     margin-right:auto;
     position:relative;
     overflow:hidden;
     z-index:1
 }
.swiper-container-no-flexbox .swiper-slide {
    float:left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    margin:0 auto
}
.swiper-slide {
    -webkit-flex-shrink:0;
    -ms-flex:0 0 auto;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height:auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    -webkit-transition-property:-webkit-transform,height;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform,height
}
.swiper-container .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}
.swiper-wp8-horizontal {
    -ms-touch-action:pan-y;
    touch-action:pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action:pan-x;
    touch-action:pan-x
}
.swiper-button-next,.swiper-button-prev {
    position:absolute;
    top:50%;
    width:27px;
    height:44px;
    margin-top:-22px;
    z-index:10;
    cursor:pointer;
    -moz-background-size:27px 44px;
    -webkit-background-size:27px 44px;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none
}
*/

/* //lu
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image:url("data:image/svg+xml;
    charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left:10px;
    right:auto
    }
    .swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image:url("data:image/svg+xml;
    charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }
    .swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image:url("data:image/svg+xml;
    charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }
    .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image:url("data:image/svg+xml;
    charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right:10px;
    left:auto
    }
    .swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image:url("data:image/svg+xml;
    charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }
    .swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image:url("data:image/svg+xml;
    charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }
    .swiper-pagination {
    position:absolute;
    text-align:center;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    z-index:10
}
*/

/*
.swiper-pagination.swiper-pagination-hidden {
    opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom:10px;
    left:0;
    width:100%
}
.swiper-pagination-bullet {
    width:8px;
    height:8px;
    display:inline-block;
    border-radius:100%;
    background:#000;
    opacity:.2
}
button.swiper-pagination-bullet {
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -webkit-appearance:none;
    appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background:#fff
}
.swiper-pagination-bullet-active {
    opacity:1;
    background:#D62020
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background:#000
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right:10px;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    -moz-transform:translate3d(0,-50%,0);
    -o-transform:translate(0,-50%);
    -ms-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:5px 0;
    display:block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 5px
}
.swiper-pagination-progress {
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background:#D62020;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -o-transform-origin:left top;
    transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin:right top;
    -moz-transform-origin:right top;
    -ms-transform-origin:right top;
    -o-transform-origin:right top;
    transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width:100%;
    height:4px;
    left:0;
    top:0
}
.swiper-container-vertical>.swiper-pagination-progress {
    width:4px;
    height:100%;
    left:0;
    top:0
}
.swiper-pagination-progress.swiper-pagination-white {
    background:rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background:#fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background:#000
}
.swiper-container-3d {
    -webkit-perspective:1200px;
    -moz-perspective:1200px;
    -o-perspective:1200px;
    perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
    -ms-perspective:1200px
}
.swiper-container-cube,.swiper-container-flip {
    overflow:visible
}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden
}
.swiper-container-cube .swiper-slide {
    visibility:hidden;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    width:100%;
    height:100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events:auto;
    visibility:visible
}
.swiper-container-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events:none;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-zoom-container {
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    text-align:center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width:100%;
    max-height:100%;
    object-fit:contain
}
.swiper-scrollbar {
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
}
.swiper-scrollbar-drag {
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}
.swiper-scrollbar-cursor-drag {
    cursor:move
}
.swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    -webkit-transform-origin:50%;
    -moz-transform-origin:50%;
    transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite
}
*/
/* //lu
.swiper-lazy-preloader:after {
    display:block;
    content:"";
    width:100%;
    height:100%;
    background-image:url("data:image/svg+xml;
    charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position:50%;
    -webkit-background-size:100%;
    background-size:100%;
    background-repeat:no-repeat
    }
    .swiper-lazy-preloader-white:after {
    background-image:url("data:image/svg+xml;
    charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
    }
    @-webkit-keyframes swiper-preloader-spin {
    100% {
    -webkit-transform:rotate(360deg)
}
}
*/

@keyframes swiper-preloader-spin {
     100% {
         transform:rotate(360deg)
     }
 }.tem298-irregular {
      padding:5% 0;
      background-color:#111;
      color:#FFF
  }
.tem298-irregular a {
    color:inherit;
    display:block
}
.tem298-irregular img {
    width:100%;
    /* //lu 不知道为什么要隐藏
    opacity:0 */
}
.tem298-irregular .box {
    overflow:hidden
}
.tem298-irregular .image {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.tem298-irregular .swiper {
    position:relative;
    border-color:#FFF;
    overflow:hidden
}
.tem298-irregular .swiper-slide {
    padding:0 1vw
}
.tem298-irregular ol {
    margin-left:5vw;
    padding-left:15px;
    display:block
}
.tem298-irregular .text {
    padding:0 20px 20px
}
.tem298-irregular .title_ {
    font-size:20px;
    line-height:1;
    margin-top:-20px
}
.tem298-irregular .description_ {
    opacity:.5;
    padding-top:10px
}
.tem298-irregular .nav {
    border-color:inherit
}
.tem298-irregular .nav span {
    color:#333;
    display:block;
    width:0;
    height:0;
    font-size:40px;
    border:35px solid;
    border-radius:50%;
    opacity:0;
    cursor:pointer;
    border-color:inherit;
    position:absolute;
    top:50%;
    margin-top:-50px;
    transition:.5s;
    z-index:1;
    box-shadow:0 10px 30px rgba(0,0,0,.1)
}
.tem298-irregular .nav span:hover {
    opacity:1
}
.tem298-irregular .nav span.prev {
    left:20px
}
.tem298-irregular .nav span.next {
    right:20px
}
.tem298-irregular .nav span i {
    position:absolute;
    top:-20px;
    left:-20px;
    display:block;
    width:40px;
    height:40px;
    overflow:hidden
}
.tem298-irregular .nav span i.icon-gengduo1:before {
    margin-left:-7px
}
.tem298-irregular .nav span.prev i,.tem298-irregular .nav span i.icon-keyboard_backspace:before {
    display:inline-block;
    transform:scaleX(-1)
}
.tem298-irregular .swiper-pagination-bullet {
    background-color:transparent;
    border:4px solid;
    border-color:inherit;
    position:relative;
    transition:.5s
}
.tem298-irregular .swiper-pagination-bullet:before {
    content:"";
    position:absolute;
    width:0;
    height:0;
    top:-4px;
    left:-4px;
    border:inherit;
    opacity:0;
    transition:.5s;
    -webkit-filter:blur(5px);
    -moz-filter:blur(5px);
    -ms-filter:blur(5px);
    filter:blur(5px)
}
.tem298-irregular .swiper-pagination-bullet-active:before {
    opacity:1
}
@media(max-width:991px) {
    .tem298-irregular .title_ {
        font-size:30px;
        margin-top:-30px
    }
}@media(max-width:768px) {
    .tem298-irregular .title_ {
        font-size:20px;
        margin-top:-20px
    }
    .tem298-irregular .nav span {
        display:none
    }
    .tem298-irregular .box {
        padding-left:2%;
        padding-right:2%
    }
    .tem298-irregular.full-screen-spacing .box {
        padding-left:0;
        padding-right:0
    }
}.tem33-news.content-left .col-lg-4 {
     padding-left:0
 }
.tem33-news.content-right .col-lg-8 {
    padding-left:0
}
.tem33-news .left {
    width:100%;
    overflow:hidden;
    background-color:#F4F4F4;
    margin-bottom: 20px;
}
.tem33-news .left .images {
    width: 100%;
    height: 250px;
    overflow: hidden
}
.tem33-news .left .images img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
    height: 100%
}
.tem33-news .left:hover .images img {
    transform:scale(1.1)
}
.tem33-news .left .text {
    width:100%;
    /* background-color:#F4F4F4; */
    padding: 20px 30px;
    /* height: 400px; */
    transition:all 0.3s ease-in 0s
}
.tem33-news .left:hover {
    background:#ededed
}
.tem33-news .left .text .title {
    font-size:16px;
    color:#222;
    line-height:25px;
    max-height:50px;
    overflow:hidden;
    margin-bottom: 20px;
    height: 50px;
    word-break: break-all;
}
.tem33-news .left .text .description {
    font-size:13px;
    color:#888;
    line-height:22px;
    margin-bottom: 20px;
    height: 66px;
    max-height: 66px;
    overflow:hidden
}
.tem33-news .left .text .date {
    font-size:12px;
    color:#555;
    font-family:"HELVETICANEUELTPRO-THEX",Arial
}
.tem33-news .left .text .more {
    /* width:100%; */
    text-align:right;
    /* margin-top:15px */
}
.tem33-news .left .text .more .icon {
    width:25px;
    height:25px;
    border:1px solid #333A4A;
    border-radius:50%;
    text-align:center;
    line-height:25px;
    color:#333A4A;
    font-size:18px;
    transition:all 0.3s ease-in 0s;
    display:inline-block
}
.tem33-news .left .text .more .icon:hover {
    background:#333A4A;
    color:#fff
}
.tem33-news .right {
    background:#F4F4F4;
    height:400px;
    overflow:hidden
}
.tem33-news .right .news-li {
    width:100%;
    padding:40px;
    border-bottom:1px solid #e4e4e4;
    position:relative;
    transition:all 0.3s ease-in 0s
}
.tem33-news .right .news-li:hover {
    background:#ededed
}
.tem33-news .right .news-li::before {
    content:"";
    position:absolute;
    background:#666;
    width:2px;
    height:2px;
    border-radius:20px;
    transition:all 0.3s ease-in 0s;
    left:25px;
    top:48px
}
.tem33-news .right .news-li:hover::before {
    height:8px
}
.tem33-news .right .news-li .title {
    font-size:14px;
    color:#333;
    line-height:25px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
.tem33-news .right .news-li .description {
    font-size:12px;
    color:#999;
    margin-top:10px;
    line-height:20px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
@media (max-width:991px) {
    .tem33-news .container {
        padding-left:3%!important;
        padding-right:3%!important
    }
    .tem33-news.full-screen-spacing .container.full-screen {
        padding-left:0%!important;
        padding-right:0%!important
    }
    /* //lu 不需要这个
    .tem33-news .col-lg-4 {
        margin-top:15px
    }
    */
    .tem33-news.content-left .col-lg-4 {
        padding-left:15px
    }
    .tem33-news.content-right .col-lg-8 {
        padding-left:15px
    }
}@media (max-width:768px) {
    .tem33-news {
        padding:20px 0!important
    }
    .tem33-news .left .text .title {
        line-height:25px!important
    }
    .tem33-news .right .news-li .description {
        white-space:normal
    }
}@media (max-width:640px) {
    .tem33-news .left .images {
        height:300px
    }
    .tem33-news .left .text {
        height:300px
    }
    .tem33-news .left .text .title {
        margin-bottom:20px
    }
    .tem33-news .left .text .description {
        margin-bottom:10px
    }
}@media (max-width:480px) {
    .tem33-news .col-lg-8,.tem33-news .col-lg-4 {
        padding:0
    }
    .tem33-news .left .col-lg-6 {
        padding:0;
        width:100%
    }
    .tem33-news .left .images {
        height:auto
    }
    .tem33-news .left .text {
        height:auto;
        padding:15px 10px
    }
    .tem33-news .left .text .title {
        margin-bottom:10px
    }
    .tem33-news .left .text .more {
        margin-top:5px
    }
    .tem33-news .left .text .title {
        font-size:15px
    }
    .tem33-news .left .text .description {
        font-size:12px;
        line-height:20px;
        max-height:500px
    }
    .tem33-news .right {
        height:auto
    }
    .tem33-news .right .news-li {
        padding:20px
    }
    .tem33-news .right .news-li::before {
        left:10px;
        top:28px
    }
}@media (max-width:320px) {
    .tem33-news .left .text .more {
        text-align:left;
        display:none
    }
}.tem03-ai_contact .flexBox {
     display:flex;
     display:-webkit-flex
 }
.tem03-ai_contact.content-middle .flex-content {
    justify-content:center
}
.tem0-contact-sm {
    --x:15px;
    --y:15px;
    /* //lu 为什么一开始就要透明
    opacity:0; */
    flex-grow:1
}
.tem0-contact-sm select {
    -webkit-appearance:none
}
.tem0-contact-sm .box {
    display:flex;
    font-weight:700;
    position:relative
}
.tem0-contact-sm .box.full {
    align-items:flex-start!important
}
.tem0-contact-sm .box.submit .control-label {
    padding:0
}
.tem0-contact-sm .item {
    padding:8px;
    margin:0
}
.tem0-contact-sm .form-control {
    padding:var(--y) var(--x);
    height:auto;
    font-weight:400
}
.tem0-contact-sm .form-group {
    margin-bottom:0
}
.tem0-contact-sm .control-label {
    padding-bottom:5px;
    flex-shrink:0;
    flex-grow:0
}
.tem0-contact-sm [required]~.control-label:before {
    content:'*';
    padding-right:5px;
    color:red;
    display:inline-block
}
.tem0-contact-sm .checkbox-group {
    width:100%;
    padding-top:0!important;
    padding-bottom:0!important
}
.tem0-contact-sm .checkbox-inline {
    padding:var(--y) 20px var(--y);
    margin-left:0
}
.tem0-contact-sm.title-top .box {
    flex-direction:column-reverse
}
.tem0-contact-sm.title-left .box {
    flex-direction:row-reverse;
    align-items:center
}
.tem0-contact-sm.title-left .flexBoxWrap {
    align-items:center
}
.tem0-contact-sm.title-left .control-label {
    text-align:right;
    padding:var(--y) 15px var(--y) 0
}
.tem0-contact-sm.title-box .control-label {
    font-weight:400
}
.tem0-contact-sm.title-box .box {
    flex-flow:column
}
.tem0-contact-sm.title-box .form-control::-webkit-input-placeholder {
    color:transparent!important
}
.tem0-contact-sm.title-box .form-control:-ms-input-placeholder {
    color:transparent!important
}
.tem0-contact-sm.title-box .form-control::-ms-input-placeholder {
    color:transparent!important
}
.tem0-contact-sm.title-box .form-control::-moz-placeholder {
    color:transparent!important
}
.tem0-contact-sm.title-box .form-control::placeholder {
    color:transparent!important
}
.tem0-contact-sm.title-box .control-label {
    position:absolute;
    top:0;
    left:0;
    padding:var(--y) var(--x);
    transition:.1s ease-in-out
}
.tem0-contact-sm.title-box .checkbox-group {
    padding-top:calc(var(--y) + var(--y) * (2 / 3) - 1px)!important;
    padding-bottom:calc(var(--y) / 3 - 2px)!important
}
.tem0-contact-sm.title-box .form-control:not(:placeholder-shown) {
    padding-top:calc(var(--y) + var(--y) * (2 / 3));
    padding-bottom:calc(var(--y) / 3)
}
.tem0-contact-sm.title-box .checkbox-group~.control-label,.tem0-contact-sm.title-box .form-control:not(:placeholder-shown)~.control-label {
    padding-top:calc(var(--y) / 3);
    padding-bottom:calc(var(--y) / 3);
    font-size:12px;
    opacity:.77
}
.tem0-contact-sm.title-box .checkbox-inline {
    padding:0 10px 0 20px
}
.tem0-contact-sm.border-bottom .form-control {
    border-top-width:0!important;
    border-right-width:0!important;
    border-left-width:0!important;
    box-shadow:none
}
.tem0-contact-sm .box.submit {
    justify-content:flex-end;
    flex-direction:row-reverse!important
}
.tem0-contact-sm.submit-center .box.submit {
    justify-content:center
}
.tem0-contact-sm.submit-center .box.submit .control-label {
    display:none
}
.tem0-contact-sm.submit-right .box.submit {
    justify-content:flex-start
}
.tem0-contact-sm [type="submit"] {
    background-color:transparent;
    border:1px solid var(--main-color);
    color:var(--main-color);
    padding:12px 45px;
    transition:.5s
}
.tem0-contact-sm [type="submit"]:hover {
    background-color:var(--main-color);
    color:#FFF
}
.tem0-contact-sm .help-block {
    position:relative;
    padding:0 var(--x)
}
.tem0-contact-sm .checkbox-inline .form-control-feedback {
    right:-30px;
    top:3px
}
.tem0-contact-sm .jy_verificationcode .box,.tem0-contact-sm .upload_attachments .box {
    align-items:initial!important
}
.tem0-contact-sm.title-box .jy_verificationcode .control-label {
    display:none
}
.tem0-contact-sm .jy_verificationcode .box .jy_yzm,.tem0-contact-sm .upload_attachments .upload_attach_con {
    flex-grow:1;
    width:100%
}
.tem0-contact-sm.title-box .upload_attachments .control-label {
    position:relative;
    padding:0 0 8px;
    font-size:14px!important;
    opacity:1!important
}
.tem0-contact-sm.title-box .upload_attachments .box {
    flex-direction:column-reverse
}
.tem0-contact-sm .upload_attachments .form-control {
    border-bottom:none;
    padding:0!important
}
.tem0-contact-sm .upload_attach_gray {
    font-size:12px;
    opacity:.5;
    padding-top:8px
}
.tem0-contact-sm .upload_box {
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:24px;
    color:#000
}
.tem0-contact-sm .add_file_a {
    border:1px dashed;
    border-color:inherit
}
@media screen and (min-width:0\0) {
    .tem0-contact-sm.title-box .control-label {
        display:none
    }
    .tem0-contact-sm.title-box .form-control:-ms-input-placeholder {
        color:#999!important
    }
    .tem0-contact-sm.title-box .form-control::-ms-input-placeholder {
        color:#999!important
    }
}.tem0-contact-sm .title {
     font-size:24px;
     color:#000
 }
.tem0-contact-sm .description {
    font-size:14px;
    color:#888
}
.tem05-ai_contact [layout-style="column"] {
    padding:0 3%
}
.leftlist .tem0-contact-sm .mt15 {
    margin:0
}
.tem41-footer .top {
    padding:30px 0 20px
}
.tem41-footer h4,.tem41-footer .h4,.tem41-footer h4 p,.tem41-footer .h4 p {
    font-weight:400;
    text-align:left;
    font-size:20px
}
.tem41-footer h4,.tem41-footer .h4 {
    color:#7C818E;
    font-weight:700;
    font-size:16px
}
.tem41-footer .links-info {
    display:block;
    font-weight:300;
    font-size:12px;
    line-height:25px
}
.tem41-footer .phone {
    color:#d9d9d9;
    font-family:Georgia;
    font-size:26px
}
.tem41-footer .phone img {
    max-width:100%
}
.tem41-footer .tem02-footer-grids ul li {
    margin-bottom:5px;
    font-size:14px;
    list-style-type:none;
    line-height:180%
}
.tem41-footer .tem02-footer-grids ul li a {
    color:#3A3A3A;
    text-decoration:none
}
.tem41-footer .tem02-footer-grids ul li a:hover {
    color:#fff
}
.tem41-footer .tem02-footer-grids h4 a,.tem41-footer .tem02-footer-grids .h4 a {
    color:#D28F3B;
    font-size:2.3em;
    text-decoration:none
}
.tem41-footer .flogo {
    width:100%;
    margin-bottom:20px
}
.tem41-footer .flogo img {
    width:auto
}
.tem41-footer .right .title {
    color:#3a3a3a
}
.tem41-footer .right .description {
    color:#999
}
.tem41-footer .right .btn {
    margin:20px 0 10px;
    background:#95999F;
    color:#fff;
    border-radius:0;
    padding:15px 30px;
    border:none;
    font-weight:500
}
.tem41-footer .sitemap-link {
    color:#666
}
.tem41-footer .share {
    color:#666
}
.tem41-footer .share a {
    display:inline-block;
    color:inherit;
    font-size:16px
}
.tem41-footer .share a span {
    padding:10px 10px 0 0
}
.tem41-footer .share a span[class*="icon-google-plus"] {
    display:none
}
.tem41-footer .description.desc_ a {
    color:inherit
}
@media (max-width:991px) {
    .tem41-footer .col-xs-6 {
        margin:10px 0
    }
}@media (max-width:768px) {
    .tem41-footer {
        display:none
    }
}
.tem06-copyright {
     /* //lu background-color:rgba(0,0,0,.9); */
     padding:10px 0
 }
.tem06-copyright .copyright {
    /* //lu
    color:#999;
    */
    font-size:12px;
    line-height:20px;
    text-align:center;
    margin-top:5px
}
.tem06-copyright .share-to {
    text-align:center;
    padding:0;
    width:100%
}
.tem06-copyright .share-to a {
    display:inline-block
}
.tem06-copyright .share-to a span {
    padding:5px 10px 0 0;
    font-size:16px;
    color:#888
}
.tem06-copyright .share-to a span[class*="icon-google-plus"] {
    display:none
}
@media (max-width:767px) {
    .tem06-copyright .share-to a {
        font-size:20px;
        line-height:30px
    }
}.webuploader-container {
     position:relative
 }
.webuploader-element-invisible {
    position:absolute!important;
    clip:rect(1px 1px 1px 1px);
    clip:rect(1px,1px,1px,1px)
}
.webuploader-pick {
    position:relative;
    display:inline-block;
    cursor:pointer;
    background:#00b7ee;
    padding:10px 15px;
    color:#fff;
    text-align:center;
    border-radius:3px;
    overflow:hidden
}
.webuploader-pick-hover {
    background:#00a2d4
}
.webuploader-pick-disable {
    opacity:.6;
    pointer-events:none
}
.tem02-beshare * {
    transition:all .3s
}
.tem02-beshare a {
    text-decoration:none
}
.tem02-beshare .modal .container {
    width:260px;
    height:260px;
    position:fixed;
    top:50%;
    left:50%;
    margin:-140px 0 0 -130px;
    padding:15px 15px 0
}
.tem02-beshare .modal .container .image {
    width:100%
}
.tem02-beshare .modal .container .image img {
    max-width:100%
}
.tem02-beshare .modal .container .text {
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:14px
}
.tem02-beshare .shares.OFF {
    right:-180px;
    box-shadow:none
}
.tem02-beshare .shares {
    width:180px;
    overflow-x:hidden;
    box-shadow:0 5px 9px rgba(0,0,0,.17);
    bottom:60px;
    z-index:99
}
.tem02-beshare .shares .t {
    padding:15px 20px
}
.tem02-beshare .shares .t .text {
    font-size:14px
}
.tem02-beshare .shares .t .switch,.tem02-beshare .shares .t .text {
    line-height:16px;
    height:16px
}
.tem02-beshare .shares .t .switch {
    font-size:16px;
    cursor:pointer;
    float:right
}
.tem02-beshare .shares .links {
    width:100%;
    max-height:165px;
    overflow-y:auto
}
.tem02-beshare .shares .links .link {
    display:block;
    line-height:20px;
    padding:10px 15px;
    font-size:12px;
    word-break:break-all;
    border-bottom-style:solid;
    border-bottom-width:1px;
    position:relative
}
.tem02-beshare .shares .links .link:hover {
    opacity:.8
}
.tem02-beshare .shares .links .link i {
    font-size:16px;
    vertical-align:middle;
    position:absolute;
    left:12px;
    top:11px
}
.tem02-beshare .shares .links .link span {
    display:block;
    padding-left:25px;
    font-size:12px;
    font-family:Arial
}
.tem02-beshare .shares .links .link:last-child {
    border-bottom:none
}
.tem02-beshare .icons,.tem02-beshare .shares {
    position:fixed;
    right:0
}
.tem02-beshare .icons {
    bottom:0;
    z-index:98
}
.tem02-beshare .icons span {
    width:45px!important;
    height:45px!important;
    line-height:45px!important;
    text-align:center;
    display:block;
    cursor:pointer;
    font-size:20px!important
}
.tem02-beshare .icons span.info {
    font-size:14px
}
.tem02-beshare .icons span.phone {
    font-size:18px;
    opacity:.9
}
.tem02-beshare .icons span.gotop {
    font-size:22px;
    opacity:.95;
    cursor:default
}
.tem02-beshare .icons span.switch {
    display:none
}
.tem01-float-inquire {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1000
}
.tem01-float-inquire .tem01-float-inquire-alert {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5)
}
.tem01-float-inquire .tem01-float-inquire-box {
    width:60%;
    background-color:#fff;
    border-radius:6px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.tem01-float-inquire .tem01-float-inquire-box .closebox {
    height:50px;
    padding:0 28px;
    cursor:pointer;
    border-bottom:1px solid #ddd;
    line-height:50px;
    text-align:right;
    font-size:24px;
    color:#999
}
.tem01-float-inquire .tem01-float-inquire-box form {
    padding:30px
}
.tem01-float-inquire .bv-form .help-block {
    position:static
}
.tem01-float-inquire .form-horizontal .has-feedback .form-control-feedback {
    line-height:34px
}
.tem01-float-inquire .jy_verificationcode .control-label {
    display:none
}
.tem01-float-inquire .jy_verificationcode {
    padding-left:17.5%
}
.tem01-float-inquire .form {
    padding:3% 3% 15px
}
.tem01-float-inquire .form .form-group {
    margin-left:0!important;
    margin-right:0!important
}
@media(max-width:768px) {
    .tem02-beshare {
        display:none
    }
}.tem01-beshare {
     position:fixed;
     z-index:999;
     display:none
 }
.show .tem01-beshare {
    display:block
}
.tem01-beshare li {
    margin-bottom:1px;
    overflow:hidden;
    position:relative
}
.tem01-beshare li a {
    display:block;
    overflow:hidden;
    transition:.5s ease 0s;
    color:#fff
}
.tem01-beshare li a span {
    display:block
}
.show.right .tem01-beshare {
    right:0!important;
    bottom:275px
}
.show.left .tem01-beshare {
    left:0!important;
    bottom:275px
}
@media(max-width:767px) {
    .show.right .tem01-beshare {
        bottom:65px;
        top:auto
    }
    .show .tem01-beshare {
        bottom:65px!important;
        top:auto!important;
        display:none
    }
    .show .tem01-beshare span {
        width:35px;
        height:35px;
        line-height:35px;
        font-size:14px
    }
}@media(max-width:480px) {
    .tem01-float-inquire .tem01-float-inquire-box {
        width:80%
    }
}.tem01-beshare.addClass {
     z-index:1059;
     display:none;
     -webkit-transform:scale(.8);
     -moz-transform:scale(.8);
     -ms-transform:scale(.8);
     -o-transform:scale(.8);
     transform:scale(.8);
     opacity:0;
     -webkit-transition:all .5s;
     -moz-transition:all .5s;
     -ms-transition:all .5s;
     transition:all .5s
 }
.left .tem01-beshare.addClass {
    -webkit-transform-origin:bottom left;
    -moz-transform-origin:bottom left;
    -ms-transform-origin:bottom left;
    -o-transform-origin:bottom left;
    transform-origin:bottom left
}
.right .tem01-beshare.addClass {
    -webkit-transform-origin:bottom right;
    -moz-transform-origin:bottom right;
    -ms-transform-origin:bottom right;
    -o-transform-origin:bottom right;
    transform-origin:bottom right
}
.tem01-beshare.addClass.startAnimation {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity:1
}
.tem01-beshare.addClass {
    background-color:var(--main-color)
}
.tem01-beshare.addClass li a {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    align-items:center
}
.tem01-beshare.addClass li .text {
    width:auto;
    padding-right:20px;
    text-transform:capitalize;
    font-size:14px
}


@media (max-width:1300px) {
    .tem77-header .head_bottom .navigation nav .nav>ul>li .text a {
        padding:0 10px;
        font-size:12px
    }
}