@charset "utf-8";

/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
}

#BDBridgeIconWrap,
#BDBridgeInviteWrap,
#BDBridgeMess,
.bds-credit-pop,
#qiao-wrap,
#LXB_CONTAINER,
.lxb-container {
    display: none !important;
}

body,
form,
ul,
ol,
li,
dl,
dt,
ddh1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0 !important;
}

div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    zoom: 1;
}

body {
    /*-webkit-user-select: none;-webkit-text-size-adjust: none;*/
    font-family: 'Microsoft YaHei';
    margin: 0 auto !important;
}


/*兼容苹果*/

input {
    -webkit-appearance: none;
    /*去除input默认样式*/
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    -webkit-appearance: none;
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    max-width: 640px;
}

body,
form,
ul,
ol,
li,
dl,
dt,
ddh1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    zoom: 1;
}

body {
    /*-webkit-user-select: none;-webkit-text-size-adjust: none;*/
    font-family: "微软雅黑";
    overflow-x: hidden;
    overflow: -Scroll;
    overflow-x: hidden;
    margin: auto;
}


/*兼容苹果*/

input {
    -webkit-appearance: none;
    /*去除input默认样式*/
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    -webkit-appearance: none;
}


/*兼容苹果结束*/

body,
td,
th,
.wrapper {
    font-size: 0;
    overflow: -Scroll;
    overflow-x: hidden;
    margin: auto;
}

input,
select {
    vertical-align: middle;
    line-height: normal;
}

a {
    outline: 0;
    color: #666;
    cursor: pointer;
    star: expression(this.onFocus=this.blur());
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a.red:active,
a.red:link,
a.red:visited {}

a.blue_bg:active,
a.blue_bg:link,
a.blue_bg:visited {
    color: #fff;
    background: #24bfff;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

a.blue_bg:hover {
    color: #fff
}

img {
    border: 0;
    max-width: 100%
}

li,
ul {
    list-style: none
}

p span {
    font-family: "微软雅黑";
    margin: 0 auto
}

.clear {
    clear: both;
}


/**/

.main {
    max-width: 16rem;
    margin: 0 auto;
    padding-bottom: 2.9rem;
}

.top {
    height: 2.6rem;
}

.logo {
    float: left;
    padding: 0.15rem 0px;
    width: 10rem;
    margin-left: 1rem;
    padding-top: 0.6rem;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Common styles of menus */

.dl-menuwrapper {
    top: 0;
    right: 0;
    z-index: 999;
    position: relative;
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    /*background: url(../images/header-bg.png) repeat-x bottom left;*/
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    text-indent: -900em;
    overflow: hidden;
    margin-top: 0.5rem;
    margin-right: 20px;
    cursor: pointer;
    outline: none;
    background: #006fe2 url(../images/menu-button-bg.png) no-repeat center center;
    background-size: 50%;
    border-radius: 50px;
    float: right;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
    /*background: url(../images/header-bg.png) repeat-x bottom left;*/
    background-color: #0067d2;
}

.dl-menuwrapper ul {
    background: #0067d2;
}


/*
.dl-menuwrapper button:after {content: '';position: absolute;width: 60%;height: 4px;background: #fff;top: 12px;left: 22%;box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;}
*/

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid #0576ec;
    border-bottom: 1px solid #0053aa;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back>a {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
    right: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.dl-menuwrapper .dl-menu {
    position: absolute;
    width: 16rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    top: 2.6rem;
}


/* Hide the inner submenus */

.dl-menuwrapper li .dl-submenu {
    display: none;
}


/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block;
}


/* Dynamically added submenu outside of the menu context */

.dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}


/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    -moz-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    -moz-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    -moz-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    -moz-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    -moz-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut1 {
    50% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -moz-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut2 {
    100% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut3 {
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut4 {
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut5 {
    100% {
        -moz-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    100% {
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    -moz-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    -moz-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    -moz-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    -moz-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    -moz-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn1 {
    0% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -moz-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn2 {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn3 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn4 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn5 {
    0% {
        -moz-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    -moz-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    -moz-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    -moz-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    -moz-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn1 {
    0% {
        -moz-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn2 {
    0% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn3 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn4 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn5 {
    0% {
        -moz-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    -moz-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    -moz-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    -moz-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    -moz-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut1 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(50%);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut2 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut3 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut4 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut5 {
    0% {
        -moz-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        transform: translateZ(-200px);
        opacity: 0;
    }
}


/* No JS Fallback */

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: '';
}

@media (max-width:640px) {
    .dl-menuwrapper .dl-menu.dl-menuopen {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
        top: 2.6rem;
    }
}

.swiper-container {
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hx {
    width: 5.16rem;
    float: left;
    height: 1px;
    background: #dce0e5;
    margin-top: 0.8rem;
}

.biaoti {
    margin: 1rem auto 0.8rem auto;
}

.bt {
    margin: 0 0.4rem;
    font-size: 1.2rem;
    color: #377bd5;
    font-weight: bold;
    float: left;
}

.swiper-container1 {
    width: 16rem;
    height: auto;
    margin: 20px auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 1.4rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination1 {
    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;
    top: 5.2rem;
    padding-top: 1rem !important;
}

.swiper-slide p {
    font-size: 0.5rem;
}

.box1 {
    width: 15.5rem;
    margin: 0 auto;
}

.box1 p {
    width: 4.8rem;
    float: left;
    height: 2.5rem;
    background: #377bd5;
    line-height: 2.5rem;
    float: left;
    border-radius: 5px;
}

.box1 p a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
}

.box1 p {
    margin-right: 0.4rem;
}

.box1 p:nth-of-type(3),
.box1 p:nth-of-type(6) {
    margin-right: 0;
}

.footer {
    width: 100%;
    background: #0c54b4;
    text-align: center;
    color: #fff;
    padding: 0.35rem 0;
    margin-top: 1.5rem;
}

.footer p {
    padding: 0px 0.5rem !important;
    font-size: 0.6rem;
    margin: 0px;
}

.spgd {
    width: 16rem;
    background: #377bd5;
    padding: 0.3rem 0px;
    position: fixed;
    margin: 0 auto;
    z-index: 9999;
    bottom: 0px;
}

.spgd1 {
    width: 25%;
    float: left;
}

.spgd1 p:nth-of-type(1) {
    width: 1.25rem;
    margin: 0 auto;
}

.spgd1 p:nth-of-type(2) {
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    margin: 0;
    margin-top: 0.2rem;
}


/*公司简介*/

.nybt {
    padding: 0.5rem 0px;
    margin-top: 0.6rem;
}

.lmmc {
    width: 15.5rem;
    margin: 0 auto;
    margin-bottom: 0.3rem;
}

.lmmc span:nth-of-type(1) {
    font-size: 1.2rem;
    color: #377bd5;
    line-height: 1.2rem;
}

.lmmc span:nth-of-type(2) {
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.hx1 {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin: 0px;
}

.hx2 {
    width: 5.4rem;
    height: 3px;
    background: #377bd5;
    margin: 0px;
    margin-top: -2px;
}

.abt {
    margin: 0.5rem auto;
    width: 15.5rem;
}

.abt p {
    font-size: 0.65rem;
    line-height: 0.9rem;
}


/*产品展示*/

.chanpin {
    width: 15.5rem;
    margin: 0 auto;
}

.cplist {
    width: 48%;
    border: 2px solid #eee;
    margin-bottom: 0.4rem;
}

.cplist:hover {
    border: 2px solid #377bd5;
}

.cplist:nth-child(odd) {
    float: left;
}

.cplist:nth-child(even) {
    float: right;
}

.cplist p {
    font-size: 0.6rem;
    text-align: center;
}


/*分页*/

.pagination {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination__number {
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    color: var(--paginationPageTextColor, inherit);
}

.pagination__number:hover {
    text-decoration: none;
}

.pagination__number_active {
    font-weight: var(--paginationPageFontWeight, 700);
}

.pagination__control_prev {
    margin-left: var(--paginationArrowIndent, 4px);
}

.pagination__control_next {
    margin-right: var(--paginationArrowIndent, 4px);
}

.pagination_type2 .pagination__number {
    border: 2px solid transparent;
    padding: 5px 8px;
}

.pagination_type2 .pagination__number_active {
    border-color: var(--paginationPageActiveBgColor);
    color: var(--paginationPageActiveTextColor);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*产品详情*/

.cpmc {
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

.xx {
    width: 4rem;
    height: 1.8rem;
    background: #377bd5;
    line-height: 1.8rem;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
}

.zw {
    width: 15.5rem;
    margin: 0 auto;
}

.zw p {
    font-size: 0.65rem;
    line-height: 1rem;
}

.fy {
    width: 15.5rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}


/*新闻列表*/

.xinwen {
    width: 15.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #e2e2e2;
}

.xinwen p {
    margin: 0px;
    padding: 0px;
}

.tp {
    width: 5rem;
    float: left;
}

.tp1 {
    width: 9.5rem;
    float: right;
}

.tp1 span {
    display: block;
}

.tp1 span:nth-of-type(1) {
    font-size: 0.7rem;
}

.tp1 span:nth-of-type(2) {
    font-size: 0.5rem;
    color: #929292;
    margin-top: 0.3rem;
}

.newslist {
    width: 15.5rem;
    margin: 0 auto;
    margin-top: 0.8rem;
}

.newslist li {
    padding: 0.3rem 0px !important;
    border-bottom: 1px solid #e2e2e2;
}

.newslist li span {
    display: block;
}

.newslist li span:nth-of-type(1) {
    font-size: 0.7rem;
}

.newslist li span:nth-of-type(2) {
    font-size: 0.5rem;
    color: #929292;
    margin-top: 0.3rem;
}


/*新闻内容页*/

.xw {
    width: 15.5rem;
    margin: 0 auto;
}

.xwbt {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

.xwnr p {
    font-size: 0.65rem;
    line-height: 1rem;
}


/*联系永展*/

.lxwm1 {
    margin-top: 1rem;
    width: 15.5rem;
    margin: 0 auto;
}

.lxwm1 div {
    width: 7.5rem;
    height: 5rem;
    border: 1px solid #eeeeee;
    margin-bottom: 0.3rem;
}

.lxwm1 div:nth-child(even) {
    float: right;
}

.lxwm1 div:nth-child(odd) {
    float: left;
}

.lxwm1 div:hover {
    border: 1px solid #377bd5;
}

.wz1 {
    margin-right: 0px !important;
}

.lxwm1 div p {
    text-align: center;
    padding: 0px;
    margin: 0px
}

.lxwm1 div p:nth-of-type(1) {
    padding-top: 30px;
}

.lxwm1 div p:nth-of-type(1) img {
    display: block;
    margin: 0 auto;
}

.lxwm1 div p:nth-of-type(2) {
    font-size: 0.7rem;
    padding: 0.5rem 0px;
}

.lxwm1 div p:nth-of-type(3) {
    font-size: 0.6rem;
}

.lxwm1 div p:nth-of-type(4) {
    font-size: 0.6rem;
}

.dz p:nth-of-type(1) {
    width: 2rem;
    margin: 0 auto;
}

.wz1 p:nth-of-type(1) {
    width: 2rem;
    margin: 0 auto;
}

.lxdh p:nth-of-type(1) {
    width: 2rem;
    margin: 0 auto;
}


/*人才招聘*/

.rczp {
    width: 15.5rem;
    margin: 0 auto;
}

.zhiweimc span {
    font-size: 0.9rem;
    color: #377bd5;
}

.zpnr p {
    padding: 0px;
    margin: 0px;
    font-size: 0.6rem;
    line-height: 1rem;
}

.zhiwei {
    margin-bottom: 0.3rem;
    margin-top: 0.8rem;
}

.gsjj {
    width: 96%;
    margin: 0 auto;
}

.gsjj p {
    font-size: 0.8rem;
}

.yy {
    width: 90%;
    font-size: 0.6rem;
    line-height: 1.5rem;
    margin: 0 auto;
}

.about2 {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
}

@-webkit-keyframes heart {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    30% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    75% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    80% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes heart {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    30% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    75% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    80% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


/*新闻*/

.xw p {
    padding: 0px !important;
    margin: 0px !important;
}

.xwzx {
    padding: 0.8rem 0px;
    width: 15rem;
    margin: 0 auto;
    box-shadow: 0 0 20px #c3ccb7;
    border-radius: 10px;
    font-size: 1rem;
    color: #25b52d;
    text-align: center;
    margin-bottom: 0.5rem;
}

.rq {
    width: 2rem;
    height: 2rem;
    background: #377bd5;
    float: left;
}

.rq span {
    display: block;
    text-align: center;
    color: #fff;
}

.rq span:nth-of-type(1) {
    font-size: 0.6rem;
    padding-top: 0.3rem;
}

.rq span:nth-of-type(2) {
    font-size: 0.4rem;
}

.xwzt {
    width: 15rem;
    margin: 0 auto;
}

.xw1 {
    width: 12.5rem;
    float: right;
}

.xw1 p:nth-of-type(1) {
    font-size: 0.5rem;
    padding-top: 0.1rem;
}

.xw1 p:nth-of-type(2) {
    font-size: 0.4rem;
    padding-top: 0.3rem;
}

.xw {
    padding-bottom: 0.2rem;
    border-bottom: 1px dotted #929292;
    padding-top: 0.2rem;
}


/**/

.cplm {}

.cplm a {
    width: 25%;
    float: left;
    padding: 0px 1%;
    line-height: 2rem;
    border: 1px solid #0053aa;
    text-align: center;
    background-color: #0576ec;
    color: #fff;
    font-size: 0.5rem;
}


/**/


/**/

.shfw1 {
    width: 96%;
    border: 1px solid #eee;
    margin: 0 auto;
}

.shfw1 p {
    text-align: center;
    padding: 15px;
}

.shfw1 p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
}

.fwbt {
    font-size: 24px;
    font-weight: bold;
}

.shfw2 {
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 18px;
    width: 96%;
}

.shfw2 p {
    font-size: 16px;
    line-height: 28px;
}


/*资料下载*/

.main_sub3 {
    height: auto!important;
    min-height: 600px;
    padding-top: 20px
}

.main_sub33 {
    border: 1px solid #ccdff2
}

.ownloads_ranking {
    height: 30px;
}

.menu_font {
    height: 30px;
}

.menu_font .li_01 {
    width: 35%;
    float: left;
    border-right: 1px solid #ccdff2;
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.menu_font .li_02 {
    width: 30%;
    float: left;
    border-right: 1px solid #ccdff2;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.menu_font .li_03 {
    width: 130%;
    float: left;
    text-align: center;
    height: 30px;
}

.list_content .name {
    width: 500px;
    float: left;
    border-right: 1px solid #ccdff2;
    text-align: left;
    line-height: 30px
}

.list_content .riqi {
    width: 146px;
    float: left;
    line-height: 30px;
    text-align: center;
}

.list_content .nuber {
    width: 150px;
    float: left;
    border-right: 1px solid #ccdff2;
    text-align: center;
}

.list_content {
    border-bottom: 1px solid #ccdff2
}

.list_content a {
    line-height: 30px
}

.pro_list1 li {
    width: 330px!important
}

.pro_list1 li img {
    width: 300px!important;
    height: 220px!important
}


/**/

.cpyj1 {
    width: 48%;
    margin-bottom: 0.5rem
}

.cpyj1:nth-child(odd) {
    float: left;
}

.cpyj1:nth-child(even) {
    float: right;
}

.cpyj1 p:nth-of-type(1) {
    margin: 0px !important;
}

.cpyj1 p:nth-of-type(2) {
    font-size: 0.4rem;
    text-align: center;
    padding: 0.4rem 0px !important;
    background: #eee;
    margin: 0px !important;
}


/**/

.ab-edit {
    width: 100%;
}

.fonbea {
    padding: 0;
    border: none;
    height: auto;
}

.fonbea {
    width: 98%;
    margin: 0 auto;
    padding: 8px 15px 8px;
    border: 1px solid #ddd;
    height: auto;
    border-radius: 8px;
    margin-bottom: 5px;
}

.eubnac {
    width: 100%;
    background: url(../images/vvv.png) no-repeat center center;
    padding: 5px 0 5px;
}

.eubnac .tit {
    font-size: 14px;
    font-weight: bold;
}

.eubnac .con {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
}

.eubnac .con .shang {
    color: #666;
    display: inline-block;
    padding-left: 30px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 25px;
}

.eubnac .con .shang.red {
    color: #f00;
    background: url(../images/gp2.png) no-repeat left center;
}

.eubnac .con .shang.green {
    color: #2db93d;
    background: url(../images/gp3.png) no-repeat left center;
}

.ombale {
    width: 100%;
}

.meubn {
    padding: 5px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    font-size: 12px;
}

.meubn .list {
    -webkit-flex: calc(3% - 20px - 2px);
}

.meubn .list:nth-of-type(4) {
    -webkit-flex: calc(15% - 20px - 2px);
}

.meubn .list:nth-of-type(5) {
    -webkit-flex: calc(20% - 20px - 2px);
}

.meubn .d1 {
    color: #666;
    margin-bottom: 5px;
}

.ombale .title {
    color: #999;
    margin-top: 15px;
}

.pbaelc {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 15;
}

.pbaelc a {
    float: left;
    background: #0160ae;
    width: 50%;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

.pbaelc a .pic img {
    height: 22px;
}

.pbaelc a .tit {
    line-height: 18px;
    height: 18px;
    margin-top: 5px;
}

.reolmbe {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.reolmbe .list {
    background: #fff;
    margin: 0 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    line-height: 40px;
    width: 150px;
    overflow: hidden;
}

.reolmbe .list span {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-image: linear-gradient(to right, #4cb6ef, #1984cc);
}

.reolmbe .list div {
    float: left;
    text-align: center;
    width: 50%;
    font-size: 14px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.yjbt h3 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    color: #333;
}


/*服务体系*/

.service_bg2 {
    background: #fff;
    overflow: hidden;
    margin-bottom: 8%;
    position: relative;
    margin-top: 20px;
}

.service_t {
    margin: 0 auto;
    width: 96%;
    max-width: 1248px;
    overflow: hidden;
    position: relative;
}

.service_t:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    position: absolute;
}

.service_t:after {
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    position: absolute;
}

.service_t ul li {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 30px;
}

.service_t ul li a {
    display: block;
    text-indent: 40px;
    color: #333333;
    position: relative;
    z-index: 1;
    margin: 1px;
    height: 70px;
    line-height: 70px;
    background: url(../images/service_bg2.png) #fff right 22px center no-repeat;
    background-size: 23px 12px;
}

.service_t ul li:hover a {
    color: #0093dd;
}

.service_t ul li.on a {
    background-image: url(../images/service_bg1.png);
    background-color: #0093dd;
    color: #fff;
    margin: 0px;
    height: 72px;
    line-height: 72px;
}

.service_contact {
    clear: both;
    margin: 0 auto;
    width: 96%;
    max-width: 1248px;
    overflow: hidden;
    background: url(../images/service_img1.jpg)center center no-repeat;
    background-size: cover;
    margin-top: 3%;
}

.service_contact .txts {
    float: right;
    max-width: 570px;
    margin-right: 3%;
    width: 50%;
    overflow: hidden;
    margin-top: 3%;
    margin-bottom: 3%;
}

.service_contact .txts .h4 {
    font-weight: normal;
    margin-bottom: 4px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    color: #0093dd;
}

.service_contact .txts .tel {
    color: #595757;
    overflow: hidden;
    line-height: 46px;
    transition: all 0.3s;
}

.service_contact .txts .tel:hover {
    color: #0093dd
}

.faq_ul ul li .down {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 24px;
}

.faq_ul.bg2 ul li .down {
    padding-top: 20px;
    padding-bottom: 20px;
}

faq_ul {
    max-width: 1248px;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 6%;
    overflow: hidden;
}

.faq_ul.bg2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 3%;
}

.faq_ul ul li {
    display: block;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background: url(../images/faq_bg4.png) left 33px top 30px no-repeat;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-size: 11px 11px;
    margin-bottom: 29px;
    padding-left: 33px;
    padding-right: 33px;
}

.faq_ul ul li:hover {
    background-image: url(../images/faq_bg4_on.png);
}

.faq_ul ul li:hover .h3 {
    color: #0093dd;
}

.faq_ul ul li.on .h3 {
    /*background-image:url(../images/faq_bg1_on.png);*/
    color: #0093dd;
}

.faq_ul ul li.on {
    background-image: url(../images/faq_bg4_on.png);
}

.faq_ul ul li .h3 {
    font-weight: bold;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    padding-left: 20px !important;
    /*white-space:nowrap;text-overflow:ellipsis;*/
    color: #333333;
    transition: all 0.3s;
    position: relative;
    font-size: 16px;
}

.faq_ul ul li .down {
    overflow: hidden;
    line-height: 38px;
    font-size: 14px;
    padding: 5% 0 5% 0;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    border-top: 1px solid #eeeeee;
}

.faq_ul.bg2 ul li .down {
    padding-top: 3%;
    padding-bottom: 3%;
}

.faq_ul ul li .down .h4 {
    font-weight: normal;
    color: #0093dd;
    overflow: hidden;
    margin-bottom: 3%;
}

.faq_ul ul li .down .p {
    overflow: hidden;
    margin-bottom: 3%;
}

.faq_ul ul li .down .p:last-child {
    margin-bottom: 0;
}

.p0 {
    padding-bottom: 0px !important
}


/**/


/**/

.about-culture {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
}

.sdev-box {
    margin-top: 20px;
    border: 1px solid #e8e8e8;
}

.sdev-box-left {
    /* float: left;
  width: 50%; */
    text-align: center;
}

.sdev-box-c {}

.sdev-box-left img {
    /* margin-top: 66px; */
}

.sdev-box-left p {
    font-size: 18px;
    line-height: 30px;
    width: 96%;
    margin: 0 auto;
    margin-top: 5px;
}

.sdev-box-right {
    width: 100%;
}

.sdev-box-right img {
    width: 100%
}

.sdevr-img {
    overflow: hidden;
}

.sdevr-img img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sdev-box:hover .sdevr-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lbu-main .pic {
    width: 100%;
}

.lbu-main .con {
    width: 100%;
    margin-top: 3%;
}

.lbu-main .con .d1 {
    font-size: 15px;
}

.lbu-main .cont {
    width: 100%;
}

.lbu-main .img {
    width: 100%;
    margin-top: 3%;
}

.embuae {
    display: -webkit-flex;
    display: flex;
    margin-top: 5%;
}

.embuae .list {
    width: 14%;
    margin-right: 0.5%;
    position: relative;
    transition: all 0.5s ease;
}

.embuae .list:last-child {
    margin-right: 0;
}

.embuae .list .pictc img {
    width: 100%;
    height: 615px;
    object-fit: cover;
}

.embuae .list .pictc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.embuae .list .monte {
    padding: 235px 30px 0;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
}

.embuae .list .monte .s1 {
    font-size: 36px;
}

.embuae .list .monte .s1 strong {
    font-family: 'Impact';
    display: inline-block;
    vertical-align: middle;
}

.embuae .list .monte .s1 span {
    display: block;
    vertical-align: middle;
}

.embuae .list .monte .s2 {
    font-size: 16px;
    margin-top: 35px;
    line-height: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.enbge img {
    max-width: 60%;
}

.lbu-main {
    background: #fbfbfb no-repeat center center;
    position: relative;
    background-size: cover;
    padding: 0% 9%;
    padding-bottom: 5%;
}

.embuae .list.on {
    width: 56.5%;
    transition: all 0.5s ease;
}

.embuae .list.on .monte .s2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease 0.5s;
}

.embuae .list.on .monte .s1 strong,
.embuae .list.on .monte .s1 span {
    display: inline-block;
    margin: 0 10px;
}

.top1 {
    width: 1300px;
    margin: 0 auto;
}

.toplf {
    width: 360px;
    float: left;
    line-height: 52px;
}

.toprt {
    width: 400px;
    float: right;
}

.toprt p:nth-of-type(1) {
    width: 40px;
    float: left;
    padding-top: 8px;
}

.toprt p:nth-of-type(2) {
    width: 240;
    float: left;
    line-height: 52px;
}

.yema li {
    float: left;
}

.yema li a {
    padding: 12px 12px;
}

.yema li .active {
    background-color: #0093dd;
    color: #fff;
}

#zzsc {
    width: 100%;
    /* 圖片的寬 */
    height: 14.7rem;
    /* 圖片的高 */
    overflow: hidden;
}

#zzsc a {
    position: absolute;
    top: 0;
    left: 0;
}

#zzsc a img {
    border: none;
}


/* 以下是針對選單按鈕設定 */

#zzsc .abgne-controls {
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 10px;
    bottom: 25px;
    height: 20px;
}

#zzsc .abgne-controls li {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    margin-right: 2px;
    color: #0cf;
    background-color: #fff;
}

#zzsc .abgne-controls li.current {
    color: #fff;
    background-color: #0cf;
}

.num {
    padding: 5px;
    border: 1px solid #0093dd;
    margin: 2px;
}

.current {
    background: #0093dd;
    color: #fff;
}

.yema {
    margin: 0 auto;
    margin-top: 10px;
    width: auto;
    padding-top: 20px;
    margin-left: 30px;
}

.yema div {}

.yema a {
    margin-top: 30px;
}


/*发展历程*/

.history_title {
    background: #e7f0f6;
    overflow: hidden;
    padding-top: 29px;
    padding-bottom: 21px;
    text-align: center;
    margin-top: 4%;
}

.history_title .img {
    height: 70px;
    display: inline-block;
    vertical-align: top;
    margin-right: 33px;
}

.history_title .year {
    display: inline-block;
    vertical-align: top;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    color: #333333;
    margin-right: 1%;
}

.history_ul {
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    padding-bottom: 90px;
}

.history_ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #e7f0f6;
}

.history_ul li {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.history_ul li.divhidden {}

.history_ul li:before {
    content: "";
    position: absolute;
    top: 74px;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: -9px;
    background: #d3e4ef;
    overflow: hidden;
    transition: all 0.3s;
}

.history_ul li:hover:before {
    background: #1a77b6;
}

.history_ul li:after {
    content: "";
    position: absolute;
    top: 82px;
    left: 50%;
    width: 60px;
    height: 2px;
    margin-left: -60px;
    background: #d3e4ef;
    transition: all 0.3s;
}

.history_ul li:hover:after {
    background: #1a77b6;
}

.history_ul li:nth-child(2n+0):after {
    margin-left: 0px;
}

.history_ul li .imgs {
    overflow: hidden;
    float: right;
    width: 42.96%;
}

.history_ul li:nth-child(2n+0) .imgs {
    float: left;
}

.history_ul li:nth-child(2n+0) .imgs .img {
    float: right;
}

.history_ul li .imgs .img {
    overflow: hidden;
    max-width: 380px;
}

.history_ul li .imgs img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.history_ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.history_ul li .txts {
    overflow: hidden;
    float: left;
    width: 42.96%;
}

.history_ul li .txts .cons {
    max-width: 482px;
    overflow: hidden;
    text-align: right;
    float: right;
}

.history_ul li:nth-child(2n+0) .txts {
    float: right;
}

.history_ul li:nth-child(2n+0) .txts .cons {
    float: left;
    text-align: left;
}

.history_ul li .txts .year {
    overflow: hidden;
    line-height: 36px;
    margin-top: 23px;
    transition: all 0.3s;
}

.history_ul li .txts .tit {
    margin-top: 10px;
    line-height: 26px;
    font-size: 20px;
}

.history_ul li .txts .p {
    margin-top: 11px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}

.history_ul li:hover .txts .year {
    color: #1a77b6;
}

.history_more {
    text-align: center;
    overflow: hidden;
    background: url(../images/about_pic3.png) center top no-repeat;
    background-size: 60px 60px;
    padding-top: 70px;
    cursor: pointer;
    margin-bottom: 6%;
}

.history_more span {
    line-height: 20px;
    font-size: 14px;
    transition: all 0.3s;
}

.history_more:hover span {
    color: #1a77b6;
}

.about_five {
    overflow: hidden;
    background: #f2f9fc;
}

.about_t {
    text-align: center;
    overflow: hidden;
    margin-top: 6%;
}

.about_t .span {
    color: #1a77b6;
    overflow: hidden;
    line-height: 1.3;
}

.about_t .h3 {
    color: #333333;
    overflow: hidden;
    line-height: 1.3;
    margin-top: 5px;
}

.f36 {
    font-size: 32px;
}

@media screen and (max-width: 640px) {
    /*关于我们*/
    .history_title {
        padding-top: 20px;
        padding-bottom: 16px;
    }
    .history_title .img {
        height: 40px;
        margin-right: 15px;
    }
    .history_title .year {
        height: 40px;
        line-height: 40px;
        margin-right: -1%;
    }
    .history_ul li {
        margin-top: 40px;
    }
    .history_ul li:after {
        width: 30px;
        margin-left: -30px;
        top: 50px;
    }
    .history_ul li:before {
        width: 14px;
        height: 14px;
        top: 44px;
        margin-left: -7px;
    }
    .history_ul li .txts {
        width: 44%;
    }
    .history_ul li .txts .year {
        line-height: 30px;
        margin-top: 0px;
    }
    .history_ul li .txts .p {
        font-size: 12px;
        line-height: 22px;
    }
    .history_ul li .txts .tit {
        font-size: 16px;
        line-height: 22px;
        margin-top: 6px;
    }
    .history_ul li .imgs {
        width: 44%;
    }
    .history_more {
        background-size: 50px 50px;
        padding-top: 60px;
    }
}

@media screen and (max-width: 480px) {
    /*内页*/
    /*关于我们*/
    .postions2 {
        font-size: 12px;
    }
    .postions2 .postions_r span {
        display: none;
    }
    .postions2 .postions_r img {
        height: 14px;
        margin-right: 6px;
    }
    .about_one .about_one_r {
        font-size: 13px;
        line-height: 24px;
    }
    .about_two li .txts .h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .about_two li .txts .p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }
    .about_three .txts span {
        height: 44px;
        line-height: 44px;
    }
    .history_title {
        padding-top: 16px;
        padding-bottom: 13px;
    }
    .history_title .img {
        height: 30px;
        margin-right: 10px;
        margin-left: 2.2%;
    }
    .history_title .year {
        height: 30px;
        line-height: 30px;
        margin-right: -2%;
    }
    .history_ul li {
        margin-top: 20px;
    }
    .history_ul li .txts .tit {
        font-size: 14px;
    }
    .history_ul li .txts .p {
        line-height: 20px;
        margin-top: 6px;
    }
    .history_ul li .txts .year {
        font-size: 20px;
        line-height: 24px;
    }
    .history_ul li:before {
        top: 36px;
    }
    .history_ul li:after {
        top: 42px;
        width: 22px;
        margin-left: -22px;
    }
    .history_more {
        background-size: 40px 40px;
        padding-top: 46px;
    }
    .history_more span {
        font-size: 13px;
    }
}

.cpxq {
    width: 15rem;
    margin: 0 auto;
}