html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select,
em {
    margin: 0;
    padding: 0;
    outline: 0
}

* {
    box-sizing: border-box
}

html,
body {
    min-height: 100%
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

ul,
ol {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #232323;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a,
span,
p,
li {
    outline: 0
}

a:hover {
    color: #0267f8
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

input[type="text"],
input[type="password"] {
    text-indent: .5em
}

input,
textarea {
    outline: 0;
    border: 0;
    font-size: 14px;
    font-family: "微软雅黑"
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 40px;
    width: 315px
}

.wrapper {
    margin: 0 auto;
    width: 1400px;
    overflow: hidden
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex li{
    font-size: 14px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    text-align: left;
    padding-left: 100px;
    bottom: 30px
}

.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    border: 2px solid #0267f8
}

.banner .swiper-container {
    width: 100%;
    height: 100%
}

.banner .swiper-slide {
    text-align: center;
    background: #0065f7;
    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;
    color: #fff;
    position: relative;
    height: auto
}

.banner .swiper-slide .item {
    position: relative;
    z-index: 99;
    transition: all .5
}

.banner .swiper-slide p.xiaoqiu {
    font-size: 90px
}

.banner .swiper-slide p {
    font-size: 36px;
    margin-top: 50px
}

.banner .swiper-slide .bg1 {
    position: absolute;
    left: 0;
    top: 0
}

.banner .swiper-slide .bg2 {
    position: absolute
}

header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 40px;
    z-index: 9
}

header li {
    margin: 0 25px
}

header a,
header a:hover {
    color: #fff;
    font-size: 16px
}

.banner {
    background: url(http://www.zoxun.com/template/default/images/banner.png) no-repeat center;
    height: 900px
}

h1.title {
    font-size: 32px;
    text-align: center;
    padding: 60px 0;
    font-weight: normal;
    color: #0042a1;
    padding-bottom: 10px
}

h2.tit {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 50px
}

h2.tit span {
    padding: 0 10px;
    z-index: 1
}

h2.tit i {
    width: 50px;
    background-color: #3a89fa;
    height: 2px
}

h2.tit.flex {
    justify-content: center;
    align-items: center
}

.discription h1.title,
.discription h2.tit {
    opacity: 0;
    transform: translateY(2000px);
    transition: all 1s
}

.discription.inview h1.title,
.discription.inview h2.tit {
    opacity: 1;
    transform: translateY(0)
}

.about {
    color: #fff
}

.about .intro {
    background: url(../image/1587696206223378.png) no-repeat center;
    height: 750px;
    font-size: 14px;
    line-height: 30px
}

.more {
    display: block;
    height: 60px;
    line-height: 60px;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 180px;
    text-align: center;
    color: #fff;
    margin: 50px auto 0
}

#idx_about .content,
#idx_about .more {
    opacity: 0;
    transform: translateY(2000px);
    transition: all 1s
}

#idx_about .inview h1.title,
#idx_about .inview .content,
#idx_about .inview .more {
    opacity: 1;
    transform: translateY(0)
}

.about .item {
    width: 23%;
    margin: 20px 1%;
    text-align: center
}

#idx_about .item {
    opacity: 0;
    transform: translateY(-2000px);
    transition: all 1.5s
}

#idx_about .inview .item {
    opacity: 1;
    transform: translateY(0)
}

.about .item img {
    width: 100%;
    display: block
}

.about .item {
    position: relative
}

.about .item div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 71, 172, 0.8);
    justify-content: center;
    flex-wrap: wrap;
    padding: 28% 5%;
    transition: all .5s
}

.about .item div p {
    display: none;
    font-size: 24px
}

.about .item div:hover {
    background-color: rgba(2, 103, 248, 0.8)
}

.about .item div:hover p {
    display: block
}

.about .item span {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 100%
}

.news {
    background-color: #f1f1f1;
    padding: 0 0 80px
}

.news .flex {
    align-items: flex-start
}

.news .flex .flex {
    align-items: center
}

.news a h4 {
    background: url(../image/1587698341398563.png) no-repeat center right;
    display: block
}

.news a:hover h4 {
    color: #0267f8;
    background: url(../image/1587698379891004.png) no-repeat center right
}

.news .list,
.news .list_wrap {
    width: 49%;
    height: 482px
}

.news .list_wrap img {
    width: 100%
}

.news .list li {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden
}

.news .list li img {
    width: 240px
}

.lk_pc {
    display: block
}

.lk_mob {
    display: none
}

.news .list li .content {
    margin: 0 30px;
    line-height: 23px;
    max-width: 56%
}

.news .list li .content h4 {
    font-size: 16px;
    margin-bottom: 15px
}

.news .list_wrap {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.news .list_wrap ul {
    padding: 27px 0
}

.news .list_wrap .swiper-slide div {
    height: 330px;
    overflow: hidden;
    line-height: 23px
}

.news .list_wrap li {
    line-height: 37px;
    padding: 0 20px
}

.news .list li .content h4 {
    max-width: 100%
}

.nswiper.swiper-container-horizontal>.swiper-pagination-bullets,
.nswiper .swiper-pagination-custom,
.nswiper .swiper-pagination-fraction {
    top: 300px;
    bottom: auto;
    text-align: right;
    padding-right: 20px
}

.nswiper .swiper-slide {
    height: auto
}

.nswiper .item {
    padding: 15px 20px
}

.nswiper .item h4 {
    font-size: 16px;
    margin-bottom: 10px
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block
}

.line3 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.discription {
    overflow: hidden
}

.discription .item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 25%;
    opacity: 0;
    transform: translateY(2000px);
    transition: all 1s
}

.discription .item:nth-child(odd) {
    transform: translateY(-2000px)
}

.discription.inview .item {
    opacity: 1;
    transform: translateY(0)
}

.discription .item img {
    width: 100%;
    height: auto
}

.discription .item div.wp {
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    background-color: transparent;
    transition: all .5s
}

.discription .item div.wp:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.discription .item .cont {
    justify-content: center;
    height: 100px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-left: 0px;
    margin-top: -50px;
    color: #fff;
    flex-direction: column;
    padding: 0 5%;
    background-color: transparent;
}

.discription .item .cont a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}

.discription .item .cont p {
    display: none;
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.discription .item:hover .cont p {
    display: block;
}

.gray {
    filter: gray;
    transition: all .5s
}

.product {
    padding-bottom: 50px
}

.product .more {
    color: #666
}

.product .item:hover {
    filter: initial;
    border: 1px solid #0267f8
}

.product .item {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    width: 32%;
    overflow: hidden
}

.product .item img {
    width: 100%
}

.product .wrap .wrap,
.product .foot {
    margin: 20px 20px 0
}

.product .item .wrap {
    justify-content: flex-start;
    margin: 20px
}

.product .item .wrap .rig {
    margin-left: 20px
}

.product .item .wrap .rig strong {
    display: block;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal
}

.product .item .wrap .rig span {
    color: #666
}

.product .item .wrap img {
    width: auto
}

.product .foot {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #eee
}

.product .foot span {
    height: 20px;
    width: 1px;
    background-color: #eee
}

.product .foot a {
    display: block;
    width: 48%;
    text-align: center
}

.partner {
    height: 675px;
    background: url(../image/1587700153919595.png) no-repeat center;
    background: #f1f1f1;
}

.partner h1.title {
    /* color: #fff */
}

.partner .wrap {
    flex-wrap: wrap;
    justify-content: start;
}

.partner .item {
    background-color: #fff;
    border-radius: 5px;
    width: 15%;
    height: 110px;
    justify-content: center;
    margin: 0 .832% 30px
}

footer {
    background-color: #fff;
    padding-top: 40px;
    color: #333;
    border-top: #f3f3f3 1px solid;
    font-size: 14px;
}

footer .flex {
    align-items: flex-start
}

footer .left {
    align-items: flex-start
}

footer .code span {
    display: block;
    text-align: center;
    margin-top: 10px
}

footer .contact {
    margin-left: 20px;
    font-size: 14px;
    line-height: 30px
}

footer .contact strong {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #666
}

footer .contact p {
    margin: 10px 0
}

footer .part {
    width: 300px
}

footer .part a,
footer p a,
footer .right a {
    margin-right: 15px;
    color: #666
}

footer .right ul {
    align-items: flex-start
}

footer .right strong,
footer,
.right a {
    display: block
}

footer .right li {
    margin-left: 90px;
    line-height: 30px
}

footer .right strong {
    font-size: 16px;
    color: #f9f9f9;
    font-weight: bold
}

footer .right a {
    margin-right: 0
}

footer .copyright {
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-top: #f3f3f3 1px solid;
    margin-top: 30px
}

.ban {
    background: url(http://www.zoxun.com/template/default/images/ban_bg.png) no-repeat center;
    height: 634px;
    text-align: center
}

.ban .item {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center
}

.ban .item p {
    font-size: 36px;
    margin-top: 50px;
    width: 100%;
    color: #fff
}

#help .wrap {
    padding: 60px 0
}

.line {
    background-color: #eee;
    width: 1px;
    height: 150px
}

#help .flex {
    justify-content: space-evenly;
    align-items: flex-start
}

#help .item {
    width: 150px;
    flex-wrap: wrap
}

#help p {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    margin-top: 20px
}

#help p span {
    display: block;
    font-size: 16px;
    color: #999
}

#help .foot {
    background: url(http://www.zoxun.com/template/default/images/help_bg.png) no-repeat center;
    height: 180px;
    align-items: center;
    justify-content: center
}

#help .foot .wrapper {
    align-items: center;
    height: 180px
}

#help .foot a {
    height: 60px;
    width: 180px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #fff;
    border-radius: 60px;
    font-size: 16px;
    color: #fff;
    margin: 0 30px
}

#contact .wrap {
    padding: 60px 0
}

#contact .flex {
    justify-content: space-evenly
}

#contact .item {
    width: 16%;
    display: block;
    text-align: center
}

#contact p {
    padding-left: 10px
}

#contact .map {
    height: 450px
}

@keyframes ani {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }

}

.ser {
    animation: ani 3s infinite linear;
}

#join .title {
    padding: 40px 0
}

#join .item {
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    width: 30%;
    padding: 50px 0
}

#join .item strong,
.join .item span {
    display: block
}

#join .item strong {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px
}

#join .item span {
    color: #999
}

.tab {
    justify-content: center;
    margin-bottom: 40px
}

.tab a {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 0 10px;
    color: #999;
    font-size: 18px
}

.tab a.active,
.tab a:hover {
    background-color: #0267f8;
    color: #fff;
    border-color: #0267f8
}

#join .content img {
    width: 100%;
    max-width: 100%
}

#join .content div:first-child {
    width: 500.5px
}

#join .content .hover {
    position: relative
}

#join .content .hover span {
    content: "";
    border: 2px solid #0267f8;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all .2s;
    box-sizing: border-box;
    display: none
}

#join .content .hover:hover span {
    display: block
}

#join .content {
    display: none
}

#join .content.active {
    display: flex
}

#join .foot {
    margin: 40px 0 80px
}

#join .foot .item {
    width: 49%;
    font-size: 24px;
    height: 340px;
    justify-content: center;
    border: 0
}

#join .foot .item:first-child {
    background: url(http://www.zoxun.com/template/default/images/shezhao.png) no-repeat center;
    background-size: 100%
}

#join .foot .item:last-child {
    background: url(http://www.zoxun.com/template/default/images/xiaozhao.png) no-repeat center;
    background-size: 100%;
    color: #fff
}

#join .foot a {
    color: #fff
}

#newslist {
    padding-top: 30px
}

#newslist .wrapper {
    width: 1360px
}

#newslist .flex {
    flex-wrap: wrap;
    align-items: flex-start;
}

#newslist .item {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    width: 32%;
    margin-bottom: 40px;
    box-sizing: border-box;
    position: relative
}

#newslist .item:hover {
    border-radius: 0;
    box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.03)
}

#newslist .item_empty {
    height: 0;
    margin-top: 0;
    border: 0
}

#newslist .item .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0267f8;
    display: none;
    transition: all .5s
}

#newslist .item:hover .line {
    display: block
}

#newslist .item img {
    width: 100%
}

#newslist .item .content {
    padding: 20px
}

#newslist .item .content span {
    color: #999;
    display: block
}

#newslist .item .tit {
    font-size: 18px;
    color: #333;
    display: block;
    margin: 10px 0
}

#newslist .item p {
    color: #999
}

#newslist .item .more {
    display: inline;
    color: #999;
    border: 0
}

.page {
    justify-content: center;
    margin-bottom: 50px
}

.page a {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 7px 15px;
    margin: 0 10px
}

.page a.active,
.page a:hover {
    background-color: #0267f8;
    border-color: #0267f8;
    color: #fff
}

#joindetail {
    padding: 40px 0
}

#joindetail .flex {
    align-items: flex-start
}

#joindetail .sidebar {
    width: 330px;
    margin-right: 50px
}

#joindetail .sidebar li {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

#joindetail .sidebar a {
    border-left: 3px solid #fff;
    display: block;
    padding-left: 15px
}

#joindetail .sidebar a.active,
#joindetail .sidebar a:hover {
    border-color: #0267f8;
    color: #0267f8
}

#joindetail .content {
    flex-basis: 100%
}

#joindetail .title {
    color: #0267f8;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    padding-bottom: 10px
}

#joindetail .detail {
    padding: 30px 0;
    line-height: 25px
}

#about {
    padding: 30px 0 0
}

#about .tab {
    margin-bottom: 0
}

#idx_about h1.title {
    color: #fff
}

#about h1.title,
#join h1.title {
    padding: 30px 0;
    opacity: 1;
    transform: translateY(0)
}

#about #history h1.title {
    color: #fff
}

#about .intro {
    line-height: 25px;
    padding-bottom: 30px
}

#history {
    background: url(http://www.zoxun.com/template/default/images/history.png) no-repeat center;
    height: 520px;
    color: #fff;
    position: relative
}

#history .history::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 51%;
    width: 100%
}

#history .history {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    height: 400px;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0 100px 0;
    box-sizing: border-box;
}

#history .history .swiper-container {
    height: 100%;
    overflow: hidden;
    padding-top: 200px;
}

#history .img_his {
    display: none
}

#history .history .item {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: relative
}

#history .history .item .wrap {
    position: absolute;
    width: 200px;
    left: -95px;
    text-align: center;
    top: 30px
}

#history .history .item .wrap.odd {
    top: -90px
}

#history .history .item .wrap strong {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin: 5px 0
}

#history .swiper-slide {
    width: 20%;
    display: flex;
    justify-content: center;

}

#about .literacy {
    padding-bottom: 50px
}

#about .literacy .item {
    position: relative;
    width: 24%
}

#about .literacy .item img {
    width: 100%
}

#about .literacy .item .bg {
    width: 100%
}

#about .literacy .item .content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    background-color: rgba(0, 71, 172, 0.8);
    color: #fff;
    transition: background-color .5s;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0;
    -webkit-tap-highlight-color: transparent
}

#about .literacy .item .content img {
    width: 20%
}

#about .literacy .item .content:hover {
    background-color: rgba(2, 103, 248, 0.8)
}

#about .literacy .item .content div {
    display: none;
    padding: 0 15%;
    font-size: 24px
}

#about .literacy .item .content:hover div {
    display: block;
    transition: all 1s
}

#about .literacy .item .content strong {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: normal
}

#about .look {
    background-color: #f1f1f1;
    padding-bottom: 50px
}

.lk .swiper-slide {
    height: auto
}

#about .look .item {
    width: 25%;
    transition: all .5s;
    overflow: hidden
}

#about .look .item img {
    height: 100%
}

#about .look .item:hover {
    width: 40%
}

#about .duty {
    padding-bottom: 50px
}

#about .duty img,
#about .duty .discription {
    width: 48%
}

#about .duty img {
    border-radius: 5px
}

#about .duty .discription {
    line-height: 25px;
    padding-right: 20px
}

.cop .swiper-pagination {
    padding-left: 310px;
    text-align: left
}

.cop .swiper-slide {
    height: auto
}

#product {
    padding: 50px 0 0
}

#product .product {
    padding-bottom: 0
}

#product .flex {
    flex-wrap: wrap
}

#product .item {
    margin-bottom: 30px
}

.navbar-toggle {
    display: none
}

.mob {
    display: none
}

#newsdetail {
    padding: 50px 0;
    background-color: #f5f5f5;
}

#newsdetail .wrapper {
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 10px;

}

#newsdetail .title {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 40px;
    margin-bottom: 15px
}

#newsdetail .subtit {
    text-align: center;
    margin-bottom: 30px
}

#newsdetail .content {
    border-top: 1px solid #ccc;
    font-size: 14px;
    line-height: 25px;
    padding: 30px 50px
}

#newsdetail .content img {
    max-width: 100%
}

#history .history .swiper-slide:nth-child(2n+2) .wrap {
    top: -90px
}

#history .history .swiper-slide:nth-child(2n+2) strong {
    position: relative;
    bottom: -44px
}

#history .history .swiper-slide:nth-child(2n+2) p {
    position: relative;
    bottom: 45px
}

.gotop {
    display: none;
    height: 50px;
    width: 50px;
    background: url(../image/top02.png) no-repeat #f00;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-size: cover;
    z-index: 9999;
    border-radius: 50px
}

.look .wrapper {
    padding: 0
}

.look .swiper-container-horizontal>.swiper-pagination-bullets,
.look .swiper-pagination-custom,
.look .swiper-pagination-fraction {
    text-align: right;
    padding-right: 100px;
    bottom: 30px
}

.look .swiper-pagination-bullet {
    height: 15px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    opacity: 1
}

.look .swiper-pagination-bullet-active {
    background-color: #fff;
    border: 2px solid #0267f8
}

.look .swiper-slide img {
    width: 100%;
    max-width: 100%
}

.pagefoot {
    margin-top: 20px
}

.pagefoot div:last-child {
    text-align: right
}

@media screen and (max-width:1400px) {
    .wrapper {
        width: 100%
    }
}

@media screen and (max-width:768px) {

    html,
    body {
        overflow-x: hidden
    }

    .flex {
        flex-wrap: wrap
    }

    .wrapper {
        width: 100%;
        padding: 0 3%
    }

    footer .right li {
        margin-left: 30px;
        line-height: 30px;
        width: 40%;
        margin-bottom: 5%
    }

    .banner .swiper-slide p.xiaoqiu {
        font-size: 30px
    }

    .swiper-slide .item .xiaoqiu {
        font-size: 30px
    }

    .ban #xiao .xiaoqiu {
        font-size: 30px
    }

    header {
        height: 40px;
        top: 10px
    }

    header img {
        width: 100px;
        vertical-align: baseline
    }

    .mob {
        display: block
    }

    header .navbar-toggle {
        position: absolute;
        top: 10px;
        right: 3%;
        transition: all .45s ease-out;
        width: auto;
        background: transparent;
        display: block
    }

    header .navbar-toggle em {
        display: block;
        background-color: #fff;
        height: 2px;
        width: 31px;
        margin-bottom: 7px;
        border-radius: 3px;
        transition: all .45s ease-out
    }

    header.mobile-menu-open .navbar-toggle.inner {
        -ms-transform: translateX(4.5px);
        transform: translateX(4.5px)
    }

    header.mobile-menu-open .navbar-toggle em:first-child {
        -ms-transform: rotate(45deg) translateY(13px);
        transform: rotate(45deg) translateY(13px)
    }

    header.mobile-menu-open .navbar-toggle em:nth-child(2) {
        opacity: 0
    }

    header.mobile-menu-open .navbar-toggle em:last-child {
        -ms-transform: rotate(-45deg) translateY(-13px);
        transform: rotate(-45deg) translateY(-13px)
    }

    header #nav {
        display: none;
        position: absolute;
        right: 0;
        top: 50px;
        background-color: rgba(255, 255, 255, 1);
        padding: 10px 0 0;
        width: 100%;
        height: 600px
    }

    header #nav li {
        line-height: 70px;
        text-align: right;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 0 20px
    }

    header #nav li:last-child {
        border-bottom: 0
    }

    header #nav a {
        color: #333;
        display: block;
        text-align: center
    }

    .banner {
        height: 300px;
        background-size: cover
    }

    .banner .swiper-slide img {
        width: 80%
    }

    .banner .swiper-slide img.mob {
        width: 100%;
        height: 100%
    }

    .banner .swiper-slide p {
        font-size: 16px;
        margin-top: 5%
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        padding-left: 10%;
        bottom: 20px
    }

    .banner .swiper-slide img.bg3 {
        height: 100%;
        width: 100%
    }

    h1.title {
        padding: 5% 0 3%;
        font-size: 18px
    }

    h2.tit {
        font-size: 14px;
        padding-bottom: 5%
    }

    .about .intro {
        height: auto;
        background-size: cover;
        padding-bottom: 5%;
        font-size: 12px;
        line-height: 25px
    }

    .more {
        height: 40px;
        line-height: 40px;
        width: 120px;
        margin: 5% auto 0;
        font-size: 12px
    }

    .about .item {
        width: 45%;
        margin: 10px 1%
    }

    .about .item div {
        padding: 30px 5%
    }

    .about .item div span {
        font-size: 16px
    }

    .about .item div p {
        font-size: 16px
    }

    .lk_pc {
        display: none
    }

    .lk_mob {
        display: block
    }

    .news {
        padding-bottom: 30px
    }

    .news .list,
    .news .list_wrap {
        width: 100%;
        height: auto
    }

    .news .list li img {
        width: 100%
    }

    .news .list li .content {
        padding: 3%;
        margin: 0;
        max-width: 100%
    }

    .news .list li .content h4 {
        max-width: 100%
    }

    .news a {
        background: 0
    }

    .news a:hover {
        background: 0;
        color: #333
    }

    .news .list li .content h4,
    .nswiper .item h4 {
        margin-bottom: 10px;
        background: 0
    }

    .news .list_wrap img {
        width: 100%
    }

    .news .list_wrap li {
        line-height: 20px;
        padding: 5px 10px
    }

    .news .list_wrap .swiper-slide div {
        height: auto
    }

    .nswiper.swiper-container-horizontal>.swiper-pagination-bullets,
    .nswiper .swiper-pagination-custom,
    .nswiper .swiper-pagination-fraction {
        top: 41%
    }

    .discription .item {
        width: 50%;
        height: 250px
    }

    .discription .item .cont {
        width: 100%;
        height: 200px;
        margin-top: -100px;
        left: 0;
        margin-left: 0;
        padding: 0 5%;
    }

    .discription .item .cont a {
        font-size: 16px;
    }

    .discription .item:hover .cont p {
        display: none;
    }

    .product {
        padding-bottom: 0
    }

    .product .wrap .wrap,
    .product .foot {
        margin: 10px 10px 0
    }

    .product .item .wrap {
        flex-wrap: nowrap
    }

    #product .product .item .wrap {
        margin: 0;
    }

    .product .foot {
        height: 45px;
        line-height: 45px
    }

    #help .foot .wrapper {
        height: 100%
    }

    .product .item {
        width: 100%;
        margin-bottom: 5%
    }

    .product .wrap .wrap img,
    .product .flex .wrap img {
        width: 18%
    }

    .product .item .wrap .rig strong {
        margin-bottom: 3%
    }

    .product .more {
        margin: 0 auto 5%
    }

    .partner {
        height: auto;
        background-size: cover
    }

    .partner .item {
        width: 48%;
        height: auto;

        max-width: 100%;
        max-height: 100%
    }

    .partner .item img {
        max-width: 100%;
        max-height: 100%;
    }

    footer .left {
        width: 100%
    }

    footer .code {
        width: 100%;
        text-align: center
    }

    footer .contact {
        margin-left: 0;
        width: 100%;
        padding-left: 5%
    }

    footer .copyright {
        line-height: 23px;
        padding: 15px 0;
        height: auto
    }

    .ban {
        height: 300px;
        background-size: cover
    }

    .ban .item img {
        width: 80%
    }

    .ban .item p {
        font-size: 18px;
        margin-top: 20px
    }

    .tab {
        padding: 0;
        margin-bottom: 5%
    }

    .tab a {
        height: 40px;
        line-height: 40px;
        width: 100px;
        margin: 0 5px
    }

    #about .intro img {
        max-width: 100%
    }

    #about h1.title {
        padding: 5% 0
    }

    #about .look {
        padding-bottom: 5%
    }

    #about .duty img,
    #about .duty .discription {
        width: 100%
    }

    #about .duty .discription {
        padding-top: 5%;
        padding-right: 0
    }

    #history .img_his {
        display: block;
        width: 100%
    }

    #history {
        height: auto
    }

    #history .history {
        display: none
    }

    #about .tab a {
        margin-bottom: 5%;
        width: 80px
    }

    #about .tab .hide {
        display: none
    }

    #about .literacy .item {
        width: 50%
    }

    #about .literacy .item .content {
        padding: 7% 0
    }

    #about .literacy .item .content img {
        width: 20%
    }

    #about .literacy .item .content strong {
        font-size: 16px
    }

    #about .literacy .item .content div {
        padding: 0 5%;
        font-size: 12px
    }

    .lk .swiper-slide {
        height: auto
    }

    #about .look .flex {
        flex-wrap: nowrap
    }

    #about .look .item {
        height: 200px
    }

    .cop .swiper-pagination {
        padding-left: 0;
        text-align: center;
        top: 28%
    }

    #contact .wrap {
        padding: 5% 0
    }

    #contact .item {
        width: 100%;
        margin-bottom: 5%;
        text-align: left;
        display: flex;
        justify-content: left;
        flex-wrap: nowrap
    }

    #contact .item:last-child {
        text-align: center;
        justify-content: center
    }

    #contact .item img {
        display: block
    }

    #contact .item p {
        padding-bottom: 13px
    }

    .line {
        display: none
    }

    #help .wrap {
        padding: 5% 0;
        flex-wrap: wrap
    }

    #help .item {
        width: 100%;
        margin-bottom: 5%
    }

    #help .item a {
        display: block;
        width: 100%;
        text-align: center
    }

    #help .item img {
        width: 20%;
        margin-bottom: 2%
    }

    #help p {
        margin-top: 10px;
        font-size: 16px;
        width: 100%
    }

    #help .foot {
        height: 100px
    }

    #help .foot a {
        height: 30px;
        line-height: 30px;
        width: 90px;
        margin: 0 5px;
        font-size: 14px
    }

    #newslist .wrapper {
        width: 100%
    }

    #newslist .item {
        width: 100%;
        margin-bottom: 5%
    }

    .page {
        margin-bottom: 5%;
        padding-bottom: 5%
    }

    #newslist .item .tit {
        font-size: 14px
    }

    .page a {
        margin: 0 5px;
        padding: 3px 10px
    }

    #join .title {
        padding: 5% 0
    }

    #join .item {
        width: 100%;
        margin-bottom: 5%;
        padding: 5% 0
    }

    #join .tab a {
        margin-bottom: 10px
    }

    #join .content div:first-child {
        width: 100%
    }

    #join .foot {
        margin: 5% 0 0
    }

    #join .foot .item {
        height: auto
    }

    #join .foot .item a {
        font-size: 18px
    }

    #joindetail {
        padding: 5% 0
    }

    #joindetail .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%
    }

    #joindetail .sidebar li {
        padding: 10px 0
    }

    #joindetail .title {
        padding-bottom: 0;
        font-size: 18px
    }

    #joindetail .detail {
        padding: 5% 0
    }

    #product {
        padding: 5% 0
    }

    #product .item {
        margin-bottom: 5%
    }

    #product .flex.wrap {
        padding: 10px;
        flex-wrap: nowrap
    }

    #newsdetail {
        padding: 5% 0
    }

    #newsdetail .title {
        font-size: 18px
    }

    #newsdetail .content {
        line-height: 23px;
        padding: 5% 0
    }

    #join .item strong {
        font-size: 16px
    }

    .gotop {
        bottom: 20px;
        right: 20px
    }

    .look .swiper-container-horizontal>.swiper-pagination-bullets,
    .look .swiper-pagination-custom,
    .look .swiper-pagination-fraction {
        text-align: right;
        padding-right: 10px;
        bottom: 10px
    }

    .pagefoot div {
        width: 100%;
        margin-bottom: 10px
    }

    .pagefoot div:last-child {
        text-align: left
    }
}

.page-status {
    display: none
}

.page-index {
    display: none
}

.page-last {
    display: none
}

.page-pre {
    display: none
}