body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

body {
    background-color: #fff;
    color: #000;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

td,
li,
select,
input,
textarea,
div {
    font-size: 14px;
    outline: none;
}

ul,
ol {
    list-style-type: none;
}

em {
    font: normal 12px Tahoma;
}

select,
input {
    vertical-align: middle;
}

a:link,
a:visited {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:active {
    color: #68905e;
    text-decoration: none;
    cursor: pointer;
}

.page {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    overflow: hidden;
}

/* @media screen and (max-width:768px){.page{width:95%;}} */
.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.transition_500 {
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

select::-ms-expand {
    display: none;
}

@media screen and (min-width:768px) {
    .wap {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }
}

.login_bg {
    float: left;
    width: 100%;
    height: 100%;
    background: url(../../images/home/index/index_loginbg.jpg) top center no-repeat;
}

.login {
    margin: 0 auto;
    width: 382px;
    margin-top: 200px;
    height: 400px;
}

.logo {
    float: left;
    width: 196px;
    height: auto;
    display: none;
}

.logo a {
    float: left;
    margin: 5px 0px 0px 75px;
}

.logo img {
    width: 100%;
    height: auto;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.index_top {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.max_w {
    width: 100%;
    max-width: 1300px;
}

.top_header {
    width: 100%;
    height: 75px;
    z-index: 10;
    position: fixed;
    top: 0px;
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    background-color: rgba(15, 15, 15, 0.72);
}

.search {
    float: right;
    right: 0px;
}

#search_form {
    position: fixed;
    z-index: 1200;
    right: 0px;
    height: 75px;
    display: none;
    border-left: 1px solid #808080;
    background-color: #FFF;
}

#search_form h2 {
    float: left;
    margin-left: 10px;
    display: inline;
}

#search_form h2:nth-child(1) {
    margin-right: 10px;
    margin-top: 10px;
}

#search_form h2:nth-child(2) {
    margin-top: 25px;
}

#search_form h2:nth-child(3) {
    margin-top: 25px;
    margin-right: 20px;
}

.top_menu {
    float: right;
    padding-right: 40px;
}

.top_menu a {
    color: #fff;
    font-size: 14px;
}

.top_menu>ul>li {
    float: left;
    position: relative;
    padding: 0px 40px 0px 40px;
}

.top_menu>ul>li>a {
    line-height: 75px;
}

.top_menu>ul>li>ul {
    width: 120px;
    padding: 5px 0px 15px;
    text-align: center;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 20%);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, 20%);
    -webkit-transform: all 1s ease 0s;
    background-color: rgba(15, 15, 15, 0.72);
}

.top_menu>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.top_menu>ul>li>ul a {
    font-size: 14px;
    padding: 5px 20px;
    display: block;
}

@media screen and (max-width:1440px) {
    .top_menu>ul>li {
        padding: 0px 30px 0px 30px;
    }
}

@media screen and (max-width:1200px) {
    .top_menu {
        display: none;
    }
}

.sidenav {
    background: #e9e9e9;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0px;
    position: fixed;
    overflow: auto;
    transform: translate(-262px, 0);
    transition: transform .3s;
    top: 0;
    width: 256px;
    z-index: 1000;
}

.sidenav.show {
    transform: translate(0, 0)
}

.sidenav-brand {
    background: #171717;
    color: #FAFAFA;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px 24px 19px;
    height: 75px;
}

.sidenav-dropdown,
.sidenav-header {
    margin: 0
}

.sidenav-header {
    background: 0 0;
    color: #171717;
    font-size: 19.2px;
    line-height: 32px;
    padding: 16px 24px 15px
}

.sidenav-header small {
    display: block;
    font-size: 14.4px;
    line-height: 16px
}

.sidenav-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidenav-menu li {
    display: block;
    position: relative;
    border-bottom: #cacaca 1px double;
}

.sidenav-menu a {
    background: 0 0;
    color: #171717;
    display: block;
    line-height: 24px;
    padding: 16px 32px;
    text-decoration: none
}

.sidenav-menu a:hover {
    background: #808080;
    color: #fff;
}

.sidenav-menu a.active,
.sidenav-menu a.active .sidenav-dropdown-icon,
.sidenav-menu a.active .sidenav-link-icon {
    color: #000
}

.sidenav-menu a.active:hover {
    color: #fff;
}

.sidenav-dropdown-icon,
.sidenav-link-icon {
    color: #757575;
    position: absolute;
    text-align: center;
    top: 16px
}

.sidenav-link-icon {
    display: block;
    height: 24px;
    left: 24px;
    width: 24px
}

.sidenav-link-title {
    display: block;
    padding: 0 16px 0 0px;
}

.sidenav-dropdown {
    display: none;
    list-style: none;
    padding: 0
}

.sidenav-dropdown a {
    background: #ffffff;
    padding-left: 72px
}

.sidenav-dropdown a:hover {
    background: #808080;
    color: #fff;
}

.sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.sidenav-dropdown-icon {
    display: none;
    height: 16px;
    right: 16px;
    width: 16px
}

.sidenav-dropdown-icon.show {
    display: block
}

.sidenav-overlay {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.sidenav-no-scroll {
    overflow: hidden !important
}

.sidenav-no-scroll {
    overflow: hidden !important
}

.toggle {
    display: block;
    height: 75px;
    line-height: 75px;
    text-align: center;
    width: 75px;
    position: fixed;
    z-index: 13;
    background: #171717;
    left: 0;
}

@media screen and (max-width:768px) {

    .top_header,
    #search_form,
    .logo {
        height: 50px;
    }

    .logo {
        display: block;
    }

    .toggle {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .logo img {
        height: 40px;
        width: auto;
    }

    .search {
        width: 50px;
    }

    #search_form h2:nth-child(2) {
        margin-top: 10px;
    }

    #search_form h2:nth-child(3) {
        margin-top: 12px;
    }

    .sidenav-brand {
        font-size: 18px;
        padding: 10px 24px 0px 30px;
        height: 50px;
    }
}

.boxborder {
    border: 1px solid #DFE9F2;
    background-color: #F3F3F3;
    padding-bottom: 7px;
}

.foot {
    width: 100%;
    margin-top: 50px;
    background-color: #f6f6f6;
    text-align: center;
}

.foot>.page {
    background: url(../../images/home/line.jpg) left 120px repeat-x;
    padding-bottom: 50px
}

.linking {
    float: left;
    margin: 15px 0px 15px 15px;
    padding: 0px;
    display: inline;
    min-height: 60px;
}

.linking li {
    float: left;
    margin-right: 7px;
    line-height: 22px;
    height: 22px;
    word-break: normal;
    white-space: nowrap;
}

.footer {
    width: 100%;
    background-color: #171717;
    min-height: 40px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    padding: 10px 0px;
    font-size: 12px;
}

.footer span {
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
}

.footer a:link,
.footer a:visited {
    color: #fff;
    font-size: 12px;
}

.footer a:hover,
.footer a:active {
    color: #fff;
    font-size: 12px;
}

.bottom_foot {
    width: 1000px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.bottom_foot ul {
    margin: 0px;
}

.bottom_foot li {
    float: left;
    text-align: center;
    margin-left: 14px;
    display: inline;
}

.bottom_logo {
    float: left;
    width: 300px;
    margin-top: 45px;
}

.bottom_logo h1 {
    float: left;
    line-height: 60px;
    font-size: 18px;
    display: inline;
    color: #7e7e7e;
    display: block;
}

.bottom_logo span {
    float: left;
    margin-top: 15px;
    line-height: 24px;
    color: #777777;
}

.bottom_logo p {
    float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #2e2e2e;
    display: block;
}

.bottom_logo b {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 20px;
    color: #272727;
    display: block;
}

.bottom_menu {
    float: left;
    width: 135px;
    height: 210px;
    margin-top: 55px;
}

.bottom_menu dt {
    width: 130px;
    height: 105px;
    line-height: 60px;
    padding-bottom: 10px;
    text-align: center;
}

.bottom_menu dt h1 {
    float: left;
    margin-left: 50px;
    font-size: 14px;
    display: inline;
    color: #7f7f7f;
}

.bottom_menu dd {
    width: 130px;
    height: 25px;
    text-align: center;
}

.bottom_menu dd span {
    float: left;
    margin-left: 50px;
    line-height: 22px;
}

.bottom_right {
    float: right;
    width: 250px;
    margin-top: 35px;
    margin-right: 10px;
}

.bottom_right p {
    float: left;
    margin-top: 130px;
    line-height: 30px;
    color: #999999;
    margin-right:15px;
}
.bottom_right p:last-child
{
    margin-right:0px;
}

.bottom_right p img
{
    width:110px;
}

.bottom_right span {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #999999;
}

.menu_link {
    font-size: 14px;
    color: #fff;
}

.menu_link a:link {
    font-size: 14px;
    color: #fff;
}

.menu_link a:visited {
    color: #fff;
    font-size: 14px;
}

.menu_link a:hover {
    color: #fff;
    font-size: 14px;
}

.menu_link a:active {
    color: #fff;
    font-size: 14px;
}

.menu2 {
    font-size: 12px;
    color: #7f7f7f;
}

.menu2 a:link {
    color: #7f7f7f;
    font-size: 12px;
}

.menu2 a:visited {
    color: #7f7f7f;
    font-size: 12px;
}

.menu2 a:hover {
    color: #68905e;
    font-size: 12px;
}

.menu2 a:active {
    color: #7f7f7f;
    font-size: 12px;
}

.menu_s {
    font-size: 13px;
    color: #262626;
}

.menu_s a:link {
    color: #262626;
    font-size: 13px;
}

.menu_s a:visited {
    color: #262626;
    font-size: 13px;
}

.menu_s a:hover {
    color: #FF0000;
    font-size: 13px;
}

.menu_s a:active {
    color: #262626;
    font-size: 13px;
}

.input {
    BORDER: #e0e0e0 1px solid;
    line-height: 30px;
    height: 30px;
    width: 200px;
    padding-left: 20px;
    FONT-SIZE: 12px;
    COLOR: #656565;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: blink;
    resize: none;
}

.input1 {
    BORDER: #e0e0e0 1px solid;
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding-left: 20px;
    FONT-SIZE: 12px;
    COLOR: #8b8b8b;
    BACKGROUND-COLOR: #e5e5e5;
    TEXT-DECORATION: blink;
    resize: none;
}

.input2 {
    margin-left: 10px;
    BORDER: #e0e0e0 1px solid;
    line-height: 42px;
    height: 42px;
    width: 138px;
    padding-left: 20px;
    FONT-SIZE: 14px;
    COLOR: #8b8b8b;
    background: url(../../images/home/select_icon.png) right center no-repeat;
    BACKGROUND-COLOR: #e5e5e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input4 {
    BORDER: #cacaca 0px double;
    float: left;
    width: 1160px;
    color: #999;
    height: 200px;
    line-height: 30px;
    line-height: 32px;
    padding-left: 20px;
    TEXT-DECORATION: blink;
    BACKGROUND-COLOR: #ffffff;
}

.input3 {
    BORDER: #e0e0e0 1px solid;
    line-height: 42px;
    height: 42px;
    width: 100px;
    padding-left: 20px;
    FONT-SIZE: 12px;
    COLOR: #656565;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: blink;
    resize: none;
}

.button3 {
    BORDER: #cacaca 0px double;
    cursor: pointer;
    width: 1160px;
    color: #fff;
    font-size: 18px;
    line-height: 47px;
    height: 47px;
    TEXT-DECORATION: blink;
    background-color: #55585a;
    cursor: default;
}

.button3:hover {
    cursor: pointer;
    background-color: #d90000;
}

.button {
    BORDER: #cacaca 0px double;
    cursor: pointer;
    width: 100%;
    color: #8b8b8b;
    font-weight: bold;
    font-size: 18px;
    line-height: 47px;
    height: 47px;
    TEXT-DECORATION: blink;
    background-color: #e5e5e5;
    cursor: default;
}

.button:hover {
    cursor: pointer;
    background-color: #d90000;
    color: #fff;
}

#join {
    right: 35px;
    width: 43px;
    position: fixed;
    bottom: 100px;
    height: 90px;
    z-index: 2000;
}

#join span {
    float: left;
    display: inline;
    width: 43px;
    height: 43px;
    background-color: #212121;
    color: #fff;
}

#join span a {
    display: block;
    width: 43px;
    height: 43px;
    padding: 4px 0px 0px 2px;
    letter-spacing: 2px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

#join span:hover {
    background-color: #ca0000;
}

#rege_freedisign {
    right: 40px;
    width: 65px;
    position: fixed;
    top: 200px;
    height: 76px;
    z-index: 2002;
    display: none;
}

@media screen and (max-width:768px) {
    .foot {
        padding: 0px 15px;
    }

    .foot>.page {
        background: url(../../images/home/line.jpg) left 60px repeat-x;
        padding-bottom: 20px;
    }

    .bottom_menu {
        display: none;
    }

    .bottom_logo {
        margin-top: 5px;
        width: 200px;
    }

    .bottom_logo img {
        height: 20px;
    }

    .bottom_logo p {
        margin-top: 20px;
    }

    .bottom_logo span {
        margin-top: 10px;
    }

    .bottom_right {
        width: 250px;
        margin-right: 0px
    }

    .bottom_right p {
        margin-top: 50px;
    }

    #join {
        display: none;
    }

    .footer span {
        display: block;
        padding-left: 0px;
    }
}

.lm_body {
    float: left;
    width: 100%;
    left: 0;
    margin-top: 50px;
    position: relative;
}

.index_image {
    width: 96%;
    margin: 0 auto;
}

.index_image ul {
    float: left;
    width: 100%;
}

.index_image li {
    float: left;
    width: 19%;
    margin-left: 1%;
    height: auto;
    border: #dddddd 1px double;
    padding-bottom: 20px;
}

.index_image li span {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.index_image li p {
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #999;
    font-family: basefont;
}

.index_image li h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 30px;
    background: url(../../images/home/index/index_image_icon.png) center bottom no-repeat;
}

.index_image li img {
    float: left;
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.index_image li:hover {
    background-color: #808080;
    color: #FFF;
    -webkit-box-shadow: 0 0 10px #666666;
    -moz-box-shadow: 0 0 10px #666666;
    box-shadow: 0 0 10px #666666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index_image li:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.more_link {
    float: left;
    width: 100%;
    height: 35px;
    background-color: #ffffff;
    margin-top: 20px;
    border-bottom: #dddddd 1px double;
}

.more_link span {
    float: right;
    margin-left: 20px;
    font-size: 12px;
    line-height: 35px;
    color: #666;
}

.button_font {
    margin: 0 auto;
    width: 400px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    border: #dddddd 1px double;
}

.button_font:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #171717;
    font-size: 20px;
}

.limitless_news {
    margin: 0 auto;
    width: 96%;
    margin-top: 30px;
    color: #464646;
}

@media screen and (min-width:1600px) and (max-width:2570px) {
    .limitless_news li {
        float: left;
        padding: 40px;
        width: 25%;
        height: auto;
        display: inline;
    }
}

@media screen and (min-width:1280px) and (max-width:1599px) {
    .limitless_news li {
        float: left;
        margin-top: 20px;
        padding: 40px;
        width: 25%;
        height: auto;
        display: inline;
    }
}

@media screen and (min-width:640px) and (max-width:1279px) {
    .limitless_news li {
        float: left;
        margin-top: 20px;
        padding: 10px;
        padding-bottom: 30px;
        width: 25%;
        height: auto;
        display: inline;
    }
}

@media screen and (max-width:640px) {
    .limitless_news li {
        float: left;
        margin-top: 20px;
        padding-bottom: 30px;
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
        height: auto;
        display: inline;
    }
}

.limitless_news li h1 {
    float: left;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: left;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.limitless_news li span {
    overflow: hidden;
    float: left;
    width: 100%;
    height: auto;
    color: #282828;
}

.limitless_news li p {
    float: left;
    margin-top: 10px;
    width: 100%;
    line-height: 25px;
    display: inline;
    height: 100px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.limitless_news li img {
    float: left;
    width: 100%;
    height: auto;
}

.limitless_news li:hover {
    background-color: #696969;
    color: #FFF;
    -webkit-box-shadow: 0 0 10px #666666;
    -moz-box-shadow: 0 0 10px #666666;
    box-shadow: 0 0 10px #666666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.limitless_news li:hover h1,
.limitless_news li:hover span {
    color: #FFF;
}

.limitless_news li:hover img {
    transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}

.index-sub-banner,
.index-banner-item {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-banner-item {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: translate3d(0, 50px, 0);
    transition: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-animation: indexBanner 0.6s linear 0s both;
    -moz-animation: indexBanner 0.6s linear 0s both;
    -ms-animation: indexBanner 0.6s linear 0s both;
    animation: indexBanner 0.6s linear 0s both;
}

.index-banner-item:first-child {
    display: block;
}

@-webkit-keyframes indexBanner {
    from {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes indexBanner {
    from {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.sub_page {
    width: 100%;
    text-align: center;
}

.sub_page img {
    margin: 0px auto;
}

.sub_page_blank {
    height: 120px;
}

@media screen and (max-width:768px) {
    .sub_page_blank {
        height: 70px;
    }
}

.sub_body {
    background-color: #dcdcdc;
}

.sub_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.sub_menu li {
    width: 190px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
}

.sub_menu li a {
    display: block;
}

.sub_menu li:hover {
    background-color: rgba(88, 88, 88, 0.8);
    color: #FFF;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sub_menu li:hover a {
    color: #FFF;
}

.sub_menu_on {
    background-color: rgba(88, 88, 88, 0.8);
    color: #FFF;
}

.sub_menu_on a {
    color: #FFF;
}

@media screen and (max-width:768px) {
    .sub_menu li {
        padding: 10px 15px 10px 15px;
        text-align: center;
        width: auto;
        height: 40px;
        font-size: 12px;
        line-height: 16px;
        border-right: #dcdcdc 1px double;
    }
}

.limitless_body {
    width: 100%;
    left: 0;
    margin: 50px auto 20px;
    max-width: 1360px;
}

.aboutus_image {
    position: relative;
}

.aboutus_image>img {
    width: 100%;
}

.aboutus_image>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.aboutus_content {
    margin-top: 50px;
    background-color: #dcdcdc;
}

.aboutus_content .aboutus_text {
    position: relative;
}

.aboutus_content .aboutus_text>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 30px;
}

.aboutus_text_title {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    color: #393939;
    margin-bottom: 5px;
}

.aboutus_text_title>img {
    margin-right: 10px;
}

.aboutus_text_ex_title {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: right;
    margin-bottom: 50px;
    color: #393939;
}

.aboutus_dl {
    clear: both;
    display: block;
    margin-top: 100px;
}

.aboutus_dl .aboutus_text_title,
.aboutus_dl .aboutus_text_ex_title {
    text-align: center;
}

.aboutus_dl .aboutus_text_ex_title {
    font-size: 16px;
    letter-spacing: 0;
}

@media screen and (max-width:768px) {
    .aboutus_content .aboutus_img {
        height: 200px;
        overflow: hidden;
    }

    .aboutus_content .aboutus_text>div {
        position: unset;
        transform: unset;
        -webkit-transform: unset;
        font-size: 12px;
        line-height: 24px
    }

    .aboutus_text_title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0px;
    }

    .aboutus_text_title>img {
        margin-right: 5px;
        height: 14px;
    }

    .aboutus_text_ex_title {
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 1px;
        text-align: center;
    }

    .aboutus_dl {
        margin-top: 50px;
    }

    .aboutus_dl .aboutus_text_title,
    .aboutus_dl .aboutus_text_ex_title {
        margin-bottom: 0px !important;
    }

    .aboutus_dl .aboutus_text_ex_title {
        font-size: 12px;
    }
}

.aboutus_img img {
    display: block;
    width: 100%;
}

.aboutus_text>div {
    width: 90%;
    margin: 0px auto;
    padding: 10%;
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .aboutus_text>div {
        padding: 0px;
    }
}

.aboutus_fontt {
    display: block;
    line-height: 35px;
    font-size: 22px;
    color: #575758;
}

.aboutus_fonte {
    display: block;
    line-height: 25px;
    font-size: 22px;
    font-family: basefont;
    color: #c4c4c4;
}

@media screen and (max-width:768px) {

    .aboutus_fontt,
    .aboutus_fonte {
        font-size: 16px;
    }
}

.button_font {
    float: left;
    width: 370px;
    height: 73px;
    line-height: 73px;
    color: #565656;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    border: #dddddd 1px double;
}

.button_font:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #171717;
    font-size: 20px;
}

.event {
    width: 1160px;
    margin: 0 auto;
}

.event ul {
    float: left;
    margin: 0px;
    padding: 0px;
    background: url(../images/sub_04.jpg) 1px top repeat-y;
}

.event li {
    float: left;
    width: 1144px;
    height: 193px;
    margin-top: 20px;
    background: url(../images/event_bg.png) right top no-repeat;
    display: inline;
}

.event li b {
    float: left;
    margin-top: 40px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: #656465;
    color: #FFF;
    font-size: 22px;
    border-radius: 45px;
}

.event li span {
    float: left;
    margin-left: 65px;
    padding: 10px;
    line-height: 24px;
    width: 950px;
    font-size: 14px;
}

.event li p {
    float: left;
    width: 250px;
}

.event li:hover {
    background: url(../images/event_bg1.png) right top no-repeat;
    color: #1e69af;
}

.event li:hover b {
    background-color: #ad8a2b;
}

.menu {
    width: 120px;
    height: auto;
    position: fixed;
    left: 5px;
    top: 150px;
    font-size: 12px;
    z-index: 1;
}

.menu ul li div,
.menu ul li a,
.menu ul li a:visited {
    display: block;
    text-decoration: none;
    color: #000;
    width: 120px;
    height: 33px;
    text-align: center;
    color: #494949;
    border-bottom: 1px solid #aaa;
    background: #e9e9e9;
    line-height: 33px;
    font-size: 12px;
    overflow: hidden;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu ul li {
    float: left;
    margin-right: 1px;
    position: relative;
}

@media screen and (max-width:768px) {
    .menu {
        display: none;
    }
}

/* .menu ul li ul{display:none;}
.menu ul li:hover a{color:#000;background:#c7c7c7;}
.menu ul li:hover ul{display:block;position:absolute;top:0;left:89px;width:105px;}
.menu ul li:hover ul li a.hide{background:#6a3;color:#fff;}
.menu ul li:hover ul li:hover a.hide{background:#6fc;color:#000;}
.menu ul li:hover ul li ul{display:none;}
.menu ul li:hover ul li a{display:block;background:#c7c7c7;color:#000;}
.menu ul li:hover ul li a:hover{background:#171717;color:#fff;}
.menu ul li:hover ul li:hover ul{display:block;position:absolute;left:105px;top:0;} */
.menu ul li div.hide,
.menu ul li a.hide,
.menu ul li a.hide:hover {
    color: #fff;
    background: #000;
    margin-top: 5px;
}

.menu ul li a.on,
.menu ul li a:hover {
    color: #000;
    background: #c7c7c7;
}

.join_from {
    float: left;
    width: 595px;
    height: 300px;
    -webkit-box-shadow: 0 0 10px #eeeeee;
    -moz-box-shadow: 0 0 10px #eeeeee;
    box-shadow: 0 0 10px #eeeeee;
}

.sell_menu {
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
}

.sell_menu ul {
    text-align: center;
    width: 100%;
}

.sell_menu li {
    display: inline-block;
    width: 120px;
    margin: 1px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e5e5e5;
}

.sell_menu li:hover {
    background-color: #505050;
    color: #FFF;
}

.sell {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.sell li {
    float: left;
    width: 640px;
    margin-left: 10px;
    margin-top: 20px;
    height: 160px;
    background: url(../images/sell_04.jpg) left top repeat-x;
    background-color: #e5e5e5;
}

.sell li h1 {
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 30px;
    font-size: 18px;
    color: #515151;
}

.sell li span {
    float: right;
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
    font-size: 12px;
    color: #999;
}

.sell li p1 {
    float: left;
    width: 600px;
    background: url(../images/sell_08.jpg) left top no-repeat;
    text-align: left;
    padding-left: 40px;
    height: 26px;
    line-height: 24px;
    margin-left: 30px;
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

.sell li p2 {
    float: left;
    width: 600px;
    background: url(../images/sell_11.jpg) left top no-repeat;
    text-align: left;
    padding-left: 40px;
    height: 26px;
    line-height: 26px;
    margin-left: 30px;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.limitless_news {
    margin: 0 auto;
    width: 96%;
    min-height: 50vh;
    margin-top: 30px;
    color: #464646;
}

@media screen and (min-width:1600px) and (max-width:2670px) {
    .limitless_news li {
        float: left;
        padding: 40px;
        width: 25%;
        height: auto;
        display: inline;
    }
}

@media screen and (min-width:1280px) and (max-width:1599px) {
    .limitless_news li {
        float: left;
        margin-top: 20px;
        padding: 40px;
        width: 24%;
        height: auto;
        display: inline;
    }
}

@media screen and (min-width:640px) and (max-width:1279px) {
    .limitless_news li {
        float: left;
        margin-top: 20px;
        padding-bottom: 30px;
        margin-left: 1%;
        width: 32%;
        height: auto;
        display: inline;
        background-color: #ededee;
    }
}

@media screen and (max-width:640px) {
    .limitless_news li {
        float: left;
        margin-top: 20px;
        padding: 10px 10px 30px 10px;
        margin-left: 1%;
        width: 98%;
        height: auto;
        display: inline;
        background-color: #ededee;
    }
}

.limitless_news li h1 {
    float: left;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 24px;
    text-align: left;
    color: #4d4d4d;
}

.limitless_news li span {
    overflow: hidden;
}

.limitless_news li p {
    float: left;
    margin-top: 10px;
    width: 100%;
    line-height: 25px;
    display: inline;
    height: 100px;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.limitless_news li img {
    float: left;
    width: 100%;
    height: auto;
}

.limitless_news li:hover {
    background-color: #696969;
    color: #FFF;
    -webkit-box-shadow: 0 0 10px #666666;
    -moz-box-shadow: 0 0 10px #666666;
    box-shadow: 0 0 10px #666666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.limitless_news li:hover h1,
.limitless_news li:hover p {
    color: #FFF;
}

.limitless_news li:hover img {
    transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
}

.pro_show {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
}

.pro_show ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.pro_show li {
    float: left;
    margin-top: 12px;
    display: inline;
    width: 315px;
    height: auto;
}

.pro_show li:hover {
    color: #FFF;
}

.pro_show ul li p {
    float: left;
    width: 315px;
    height: 330px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
}

.pro_show ul li h1 {
    float: left;
    width: 315px;
    margin-top: 4px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background-color: #e9e9e9;
    color: #525252;
    font-size: 18px;
}

.pro_show span {
    float: left;
    background-color: #e9e9e9;
    width: 315px;
    padding-left: 20px;
    height: 40px;
    line-height: 30px;
    color: #525252;
}

.pro_show A IMG {
    width: 330px;
    height: 330px;
}

.pro_show A:hover IMG {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}

.message {
    width: 1170px;
    margin: 0 auto;
    padding-top: 50px;
}

.message span {
    float: left;
}

.download {
    margin: 0 auto;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.download ul {
    float: left;
    width: 100%;
}

.download li {
    float: left;
    width: 100%;
    background-color: #e8e8e8;
    height: 40px;
    line-height: 40px;
    color: #424242;
    padding-left: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.download li p1 {
    float: left;
    width: 40%;
}

.download li p2 {
    float: left;
    width: 20%;
}

.download li p3 {
    float: left;
    width: 30%;
}

.download li p4 {
    float: left;
    width: 10%;
}

.download li:hover {
    background-color: #4c4c4c;
    color: #FFF;
}

.pagecount {
    margin: 0 auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pagecount ul {
    width: 100%;
    text-align: center;
}

.pagecount li {
    display: inline-block;
    background-color: #e3e3e3;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.pagecount li span {
    text-align: center;
    color: #949494;
}

.pagecount li:hover {
    background-color: #4c4c4c;
    color: #FFF;
}

.pagecount li:hover span {
    color: #fff;
}

.gongdi_detail {
    margin: 0 auto;
    width: 1040px;
}

.case_title {
    text-align: center;
    margin: 0px;
    width: 100%;
}

.case_title h1 {
    font-size: 25px;
    width: 100%;
    font-weight: normal;
}

.case_title span {
    float: left;
    color: #5f5f5f;
    width: 100%;
}

.case_content {
    float: left;
    margin: 15px 0px 0px 0px;
    width: 100%;
    min-height: 50vh;
    margin-top: 15px;
    color: #686868;
    display: inline;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom:15px;
}

.case_content img {
    display: block;
    width: 100% !important;
    max-width: 900px !important;
    height: auto !important;
    margin: 0px auto;
}

.case_content video,
.case_content .ckin__player {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}

.more {
    margin: 0 auto;
    margin-top: 30px;
    width: 300px;
    color: #F00;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background-color: #f1f1f1;
    text-align: center;
}

.more:hover {
    background-color: #fdd041;
    color: #FFF;
}

.back {
    margin: 0 auto;
    margin-top: 30px;
    width: 200px;
    color: #FFF;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background-color: #caa370;
    text-align: center;
}

.back:hover {
    background-color: #c30000;
    color: #FFF;
}

.wrap {
    float: left;
    position: relative;
    left: 50%;
}

.inner {
    position: relative;
    left: -50%;
}

.body_content {
    float: left;
    width: 800px;
    padding: 35px;
    margin: 0 auto;
    color: #686868;
    display: inline;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.body_content p {
    float: left;
    margin-top: 10px;
    width: 100%;
    line-height: 24px;
}

.body_content img {
    max-width: 800px;
}

.join_t {
    margin: 0 auto;
    width: 540px;
}

.join_t li {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.join_t li span {
    line-height: 40px;
}

.join_table {
    float: left;
    width: 100%;
}

.join_table li {
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    background: url(../images/sub_joint_icon.jpg) left center no-repeat;
    background-color: #e5e5e5;
}

.join_table li span {
    float: left;
    padding-left: 50px;
}

.case_list {
    margin-top: 50px;
    margin-bottom: 40px;
}

.case_list_item {
    text-align: center;
}

.case_list_item .img {
    width: 380px;
    max-width: 95%;
    margin: 0px auto;
    padding-top: 142%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.case_list_item .img>div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.case_list_item .img>div>i {
    position: absolute;
    width: 1px;
    height: 2px;
}

.case_list_item .img>div>i::before,
.case_list_item .img>div>i::after {
    position: absolute;
    content: '';
    background-color: #fff;
    opacity: 0;
}

.case_list_item .img>div>i::before {
    width: 0px;
    height: 1px;
    transition: width 1s;
}

.case_list_item .img>div>i::after {
    width: 1px;
    height: 0px;
    transition: height 1s;
}

.case_list_item .img>div>i:nth-child(1) {
    top: 5%;
    left: 5%;
}

.case_list_item .img>div>i:nth-child(2) {
    top: 5%;
    right: 5%;
}

.case_list_item .img>div>i:nth-child(2)::before,
.case_list_item .img>div>i:nth-child(4)::before {
    right: 0;
}

.case_list_item .img>div>i:nth-child(3) {
    bottom: 5%;
    left: 5%;
}

.case_list_item .img>div>i:nth-child(4) {
    bottom: 5%;
    right: 5%;
}

.case_list_item .img>div>i:nth-child(3)::after,
.case_list_item .img>div>i:nth-child(4)::after {
    bottom: 0;
}

.case_list_item:hover .img>div {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.case_list_item:hover .img>div>i::before,
.case_list_item .img:hover>div>i::after {
    opacity: 1;
}

.case_list_item:hover .img>div>i::before {
    width: 50px;
}

.case_list_item:hover .img>div>i::after {
    height: 50px;
}

.case_list_item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-size: 14px;
}

.swiper-product {
    height: 80vh;
}

.swiper-product-item {
    height: 100%;
}

.aboutus_flex {
    display: flex;
    justify-content: space-between
}

.aboutus_flex_img {
    flex-shrink: 0
}

.aboutus_flex_img>img {
    display: block;
}

.aboutus_flex_text>div {
    width: 90%;
    margin: 0px auto;
    padding: 10%;
    font-size: 14px;
}

.aboutus_content_flex:nth-child(2n) .aboutus_flex_img {
    order: 1;
}

@media screen and (max-width:768px) {
    .aboutus_flex {
        flex-direction: column
    }

    .aboutus_content_flex:nth-child(2n) .aboutus_flex_img {
        order: 0;
    }

    .aboutus_flex_text>div {
        padding: 10% 0px;
    }
}

.contact {
    margin-top: 100px;
}

.contact h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.contact p,
.contact b,
.contact strong,
.contact div {
    font-size: 14px;
}

.contact_item>b {
    width: 30px;
    float: left;
}

.contact_item>div {
    width: calc(100% - 30px);
    float: right;
}

.contact .p-b-10 {
    padding-bottom: 10px;
}

.contact .p-b-20 {
    padding-bottom: 20px;
}

.contact .p-b-30 {
    padding-bottom: 30px;
}

.contact .p-b-50 {
    padding-bottom: 50px;
}

.contact .p-b-60 {
    padding-bottom: 60px;
}

.contact .p-b-70 {
    padding-bottom: 70px;
}

.wrap-input label {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    min-height: 20px;
}

.wrap-input input,
.wrap-input select,
.wrap-input textarea {
    border: 1px solid #1e1e1e;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding: 0 10px;
    width: 100%
}

.wrap-input textarea {
    resize: none;
    overflow: hidden;
    height: 106px;
    line-height: 1.4;
    font-family: 'Raleway', sans serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px
}

.wrap-input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset
}

.wrap-input .g-recaptcha {
    padding-top: 20px;
}

.wrap-input .g-recaptcha img {
    height: 50px;
    cursor: pointer;
}

.wrap-legal {
    margin-bottom: 20px
}

.wrap-legal label {
    font-size: 14px
}

.wrap-legal a {
    color: #1e1e1e;
    text-decoration: underline
}

.wrap-input .cta {
    margin-top: 20px
}

.cta img {
    height: 48px;
    margin-top: 2px;
}

.error-msg,
.sent-msg {
    font-weight: 600;
}

#frmLogin .error-msg {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.1
}

.error-msg {
    color: #c10202
}

#confirmbtn {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
}

.sent-msg {
    margin-bottom: 50px;
}

@media screen and (max-width:768px) {

    .wrap-input input,
    .wrap-input select,
    .wrap-input textarea {
        height: 32px;
        line-height: 32px;
    }

    .wrap-input textarea {
        height: 80px;
    }

    .cta label {
        min-height: 0px;
    }

    #confirmbtn {
        height: 32px;
    }
}

.product_list {
    padding-bottom: 50px;
}

.product_list_li div {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 66.6666%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.product_list_li div>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    overflow: hidden;
    width: 100%;
}
.product_list_li span
{
    overflow:hidden;
}
.product_list_li span img
{
    transition:500ms;
}
.product_list_li:hover span img {
    transform: scale(1.2);
}

.product_list_li_p {
    text-align: center;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:500ms;
}
/*翻页*/
.pagination {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding: 0px;
    clear: both;
}

.pagination li {
    display: inline-block;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
}

.pagination li a,
.pagination li span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
}

.pagination li.active {
    border-color: #3f3f3f;
    border-radius: 2px;
    background: #3f3f3f;
}

.pagination li.active span {
    background: #3f3f3f;
    color: #ffffff;
}

.pagination li.disabled span {
    color: #d2d2d2;
    cursor: not-allowed;
}

.pagination li:first-child {
    border-radius: 4px 0 0 4px;
}

.pagination li:last-child {
    border-radius: 0 4px 4px 0;
}
/**首页专卖店**/
.page-store
{
     margin-top:10% !important;   
}
/**首页专卖店 end**/

/**企业文化**/
.culture
{
    width:1280px;
    height:auto;
    overflow:hidden;
    margin:auto;
}
.culture .pic
{
    width:600px;
    float:left;
    overflow:hidden;
}
.culture .pic img
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.culture .wenzi
{
    width:640px;
    float:right;
    overflow:hidden;
}
.culture .wenzi .bigtit
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:5px;
}
.culture .wenzi .bigtit .cn
{
    float:left;
    font-size:25px;
    font-weight:bold;
    line-height:30px;
}
.culture .wenzi .bigtit .en
{
    font-size:14px;
    float:left;
    margin-left:15px;
    line-height:45px;
}
.culture .wenzi .content
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:30px;
}
.culture .wenzi .content p{
    font-size:14px;
    line-height:26px;
    overflow:hidden;
}
@media screen and (max-width:1280px)
{
    .culture
    {
        width:100%;
        box-sizing: border-box;
        padding:15px 4%;
    }
    .culture .pic
    {
        display:none;
    }
    .culture .wenzi
    {
        width:100%;
        height:auto;
        overflow:hidden;
    }


}
/**企业文化 end**/