.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    letter-spacing: 0px;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none
}

a {
    vertical-align: top;
    text-decoration: none;
    color: #595757;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;;
    outline: none
}

a:hover {
    text-decoration: none;
}

/*清除苹果样式*/
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

body {
    width: 100%;
    font-family: 'Alibaba-PuHuiTi-Ragular';
    font-size: 14px;
    background-color: #f9f9f9;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    line-height: 22px;
}

.container_wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

/*头部*/
.header_wrap {
    display: table;
}

.header {
    width: 100%;
    background: #ffffff;
    padding: 26px 0 16px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 1px 5px #dfdfdf;
    -moz-box-shadow: 0 1px 5px #dfdfdf;
    box-shadow: 0 1px 5px #dfdfdf;
}

.header_con {
    position: relative;
}

.logo {
    position: absolute;
    left: 3%;
    top: 50%;
    width: 248px;
    margin-top: -30px;
}

.logo img {
    max-width: 100%;
}

.fixed {
    position: fixed;
    top: 0;
}

.nav_bar ul li a {
    color: #333333;
    text-decoration: none;
    display: block;
}

.nav_bar ul li.l1:hover .hid {
    display: block;
}

.header.mini {
    padding: 10px 0;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    -moz-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.moblie_header.mini {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    -moz-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 1000px;
    z-index: 99;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.logo a {
    display: block;
    position: relative;
    overflow: hidden;
}

.logo img {
    width: 100%;
    position: relative;
    z-index: 100
}

.nav {
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    text-align: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.nav > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.nav > ul > li > a {
    line-height: 46px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 0 20px;
}

.nav > ul > li > a:hover {
    color: #fff;
    background: #289deb;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.loginbtn {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.loginbtn a {
    display: inline-block;
    border-radius: 5px;
    margin: 5px 2px;
    border: solid 1px #289deb;
    font-size: 16px;
    padding: 4px 15px;
    color: #289deb
}

.loginbtn a:hover {
    background-color: #289deb;
    color: #fff;
}

.username_tit {
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    background: url(../img/ico7.png) no-repeat right center;
    padding-right: 24px;
    cursor: pointer;
}

.two_menu {
    position: absolute;;
    top: 45px;
    background-color: #fff;
    width: 90px;
    padding: 5px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.two_menu a {
    display: block;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
}

.two_menu a:hover {
    background-color: transparent;
    color: #289deb
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    content: '';
    background: url('../icon_left.png') no-repeat center center;
}

.banner .swiper-button-prev:after, .banner .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.banner .swiper-button-next:after, .banner .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.banner .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
    right: 5%;
}

.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
    left: 5%;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #04abb7;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 4%;
}

.small_banner {
    height: 500px;
    width: 100%
}

/*登录*/
.login_content {
    width: 800px;
    background-color: #fff;
    margin: 0px auto;
    min-height: 450px;
    margin-top: -50px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #999;
    border-radius: 5px;
    overflow: hidden
}

.login_form {
    width: 500px;
    margin: 50px auto
}

.login_form ul li {
    height: 42px;
    margin-bottom: 20px;
}

.login_form ul li label {
    width: 70px;
    font-size: 14px;
    text-align: right;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
}

.checkbox {
    width: 70px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
}

.login_form ul li input, .login_form ul li select {
    border: solid 1px #d9d9d9;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    float: left
}

.login_form ul li textarea {
    border: solid 1px #d9d9d9;
    height: 55px;
    line-height: 25px;
    border-radius: 3px;
    float: left
}

.login_form ul li .textbox {
    width: 400px;
    padding-left: 5px;
}

.login_form ul li select {
    width: 195px;
    padding-left: 5px;
    margin-right: 10px
}

.login_form ul li .yzm {
    width: 150px;
    margin-right: 10px;
}

.login_form ul li .dxm {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

/*lable字数两行时高度*/
.login_form ul li .input_d {
    line-height: 20px;
}

.login_form ul li .textarea_d {
    line-height: 30px;
}

.login_btn {
    background-color: #5685cd;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 40px;
    border-radius: 3px;
    margin-left: 70px;
}

.reg_btn {
    height: 40px;
    line-height: 40px;
    margin-left: 50px;
}

.container {
    margin: 0 auto;
}

/*弹出登录*/
.event {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -200px;
    z-index: 9999;
}

.login {
    width: 400px;
    height: 400px;
    background: #ffffff;
    background: rgba(255, 255, 255, .8);
    filter: alpha(opacity=80);
    box-shadow: 0 0 30px black;
    border-radius: 5px;
}

.title {
    float: left;
    width: 400px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.t_txt {
    float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #289deb;
    position: relative;
}

.del {
    float: right;
    margin-right: 20px;
    color: #289deb;
    position: relative;
}

.login input {
    display: block;
    float: left;
    width: 360px;
    height: 45px;
    line-height: 45px;
    margin: 20px;
    text-indent: 20px;
    border: 1px solid #cccccc;
}

.bg_color {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) !important;
    filter: alpha(opacity=50) !important;
    position: fixed !important;
    top: 0;
    z-index: 99;
}

/*首页*/
.btn_list {
    margin: 20px auto 60px auto
}

.btn_list li {
    width: 32%;
    display: inline-block;
    text-align: center
}

.btn_list li img {
    width: 180px;
    display: inline-block
}

.btn_list li p {
    line-height: 40px;
    font-size: 20px;
}


/*资料下载*/
.down_list {
    padding-top: 60px
}

.down_list li {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: url(../img/ico4.png) no-repeat left center;
    padding-left: 30px;
}

.down_list li a:hover {
    color: #6f94d9
}

.article_tit {
    height: 50px;
    line-height: 50px;
    border-bottom: dashed 1px #d9d9d9;
    text-align: center;
    font-size: 20px;
}

.article_con {
    line-height: 28px;
}

.pay_btn {
    background-color: #5594fd;
    border-radius: 5px;
    color: #fff;
    padding: 10px 0px;
    width: 10%;
    display: inline-block;
    font-weight: bold
}

.pay_btn:hover {
    background-color: #2577ff
}

/*视频教程*/
.case-list {
    overflow: hidden;
    margin-top: 20px;
}

.case-list li {
    width: 280px;
    float: left;
    margin: 8px 10px;
    overflow: hidden;
    display: inline-block;
    height: 210px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: transform 0.15s ease;
    -moz-transition: transform 0.15s ease;
    -ms-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
}

.case-list li:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    position: relative;
    z-index: 2;
    cursor: pointer
}

.case-list li img {
    width: 100%;
    height: 164px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.case-list li a span {
    width: 280px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    text-indent: 10px
}

.case-list li a:hover span {
    color: #195792
}

/* 公共模块 */
.section_block {
    padding: 40px 20px;
    max-width: 1600px;
    margin: 0px auto
}

.block_title {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5em;
}

.zh_tilte {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    font-size: 24px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
}

.zh_tilte::after {
    content: '';
    width: 202px;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -101px;
}

.zh_tilte .decorate {
    width: 35px;
    height: 5px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -17px;
    background-color: #5685cd;
    z-index: 2;
}

.title_slogen {
    font-size: 20px;
    color: #666666;
    letter-spacing: 6px;
}


/* 底部 */
.footer {
    background-color: #4c6fbc;
    width: 100%;
}

.footer_top {
    padding: 2em 0;
    border-bottom: 1px solid #597ed3;
}

.footer_top_con {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_top_item {
    width: 33%
}

.footer_top .zh_title {
    font-size: 18px;
    line-height: 40px;
    color: #fff
}

.address_con p {
    font-size: 14px;
    margin: 6px 0;
    color: #fff;
}

.footer_bottom {
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.footer_bottom p {
    font-size: 14px;
}

.link_con {
    margin-bottom: 1em;
}

.link_con li {
    float: left;
    width: 50%;
    line-height: 30px;
}

.link_con a {
    color: #fff
}

.erweima span {
    margin-right: 10%;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.erweima span img {
    display: block
}

.phone_footer {
    display: none
}

/* 公司简介 */
.company_profile {
    width: 100%;
    margin-top: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.text_detail {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em
}

/*个人中心*/
.main_con {
    *zoom: 1;
    position: relative;
    margin: 0px 15px 30px 15px;
    top: 16px;
}

#sidebar {
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    min-height: 640px;
    box-shadow: 0 0 10px #999;
    border-radius: 3px;
    overflow: hidden
}

.photo_box {
    width: 80%;
    margin: 40px auto
}

.photo_box dt, .photo_box dt img {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.photo_box dd {
    line-height: 25px;
}

.left_menu dt, .left_menu dd {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    text-indent: 3em;
    letter-spacing: 0.3px;
    color: #60686f;
    font-weight: 600;
}

.left_menu dt {
    border-left: solid 2px #0076ff;
    background-color: #f2f8ff;
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #3e99ff
}

.left_menu dd a:hover {
    color: #3e99ff
}

.left_menu .ico2 {
    background-image: url(../img/ico5.png)
}

.left_menu .ico3 {
    background-image: url(../img/ico6.png)
}

#content {
    margin-left: 255px;
    background: #fff;
    min-height: 640px;
    border-radius: 3px;
    box-shadow: 0 0 10px #999;
    padding-bottom: 16px;
}

.card-header {
    border-bottom: solid 1px #e9e9e9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #60686f;
}

.search_box {
    padding: 10px;
}

.searchtxt, .searchbtn, .qkbtn {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.searchtxt {
    padding-left: 5px;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    width: 400px;
}

.searchbtn {
    padding: 0 20px;
    color: #fff;
    background-color: #5685cd;
    border-radius: 3px;
    margin-left: 5px;
}

.qkbtn {
    margin: 0 20px;
    padding: 0 20px;
    color: #fff;
    background-color: #5685cd;
    border-radius: 3px;
    margin-left: 5px;
}

.data_view {
    padding: 0 10px;
}

.date_table {
    width: 100%;
    border-top: solid 1px #e9e9e9;
    border-left: solid 1px #e9e9e9;
    line-height: 36px;
}

.date_table tr th, .date_table tr td {
    border-right: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    padding: 0 10px;
}

.date_table tr th {
    background-color: #f2f8ff
}

.date_table tr:nth-of-type(odd) td {
    background-color: #f4f6f7
}

.td_center tr th, .td_center tr td {
    text-align: center
}

.search2 {
    margin: 10px;
}

.search2 select, .search2 input, #name-input {
    border: solid 1px #d9d9d9;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 16px;
    text-indent: 1em
}

.search-label {
    overflow: hidden
}

.search-label dl {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}

.search-label dl dt {
    float: left;
    width: 10%
}

.search-label dl dd {
    float: left;
    width: 90%
}

.search-label dl dd label {
    padding: 0px 16px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    background-color: #ffffff
}

.search-label dl dd label:hover, .search-label dl dd label.active {
    color: #5685cd
}

.table_model {
    border-bottom: solid 1px #d9d9d9;
    border-right: solid 1px #d9d99d;
    line-height: 24px;
    margin-top: 30px;
}

.table_model tr th, .table_model tr td {
    border-top: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
    background-color: #fff;
    padding: 5px;
    vertical-align: middle
}

.table_model tr th {
    background-color: #5685cd;
    color: #fff
}

.table_model tr td a {
    color: #5685cd
}

.table_model .icon1 {
    background: url(../img/icon-spirit02.png) no-repeat 45px 4px;
    padding-left: 65px;
    cursor: pointer
}

.table_model .icon2 {
    background: url(../img/icon-spirit02.png) no-repeat 45px -18px;
    padding-left: 65px;
    cursor: pointer
}

.table_model .icon3 {
    background: url(../img/icon-spirit02.png) no-repeat 45px -38px;
    padding-left: 65px;
    cursor: pointer
}

.table_model .icon4 {
    background: url(../img/icon-spirit02.png) no-repeat 45px -60px;
    padding-left: 65px;
    cursor: pointer
}

.table_model .icon5 {
    background: url(../img/icon-spirit02.png) no-repeat 45px -136px;
    padding-left: 65px;
    cursor: pointer
}

.search-input {
    float: right;
    height: 40px;
    width: 60px;
}

.search-input .search-txt {
    height: 38px;
    border: solid 1px #d9d9d9;
    width: 300px;
    float: left;
    text-indent: 10px
}

.search-input .search-btn {
    width: 50px;
    height: 38px;
    background-color: #5685cd;
    color: #FFF
}

.table_model tr td table tr th {
    background-color: #dfebfd;
    color: #4b4b4b
}

.chioce-search-input {
    float: right;
    height: 39px;
    width: 110px;
}

.chioce-search-input .search-txt {
    height: 38px;
    border: solid 1px #d9d9d9;
    width: 300px;
    float: left;
    text-indent: 10px
}

.chioce-search-input .search-btn {
    width: 50px;
    height: 38px;
    background-color: #5685cd;
    color: #FFF
}

/*移动端导航*/
@media (max-width: 1023px) and (min-width: 0px) {
    .container {
        padding: 0 3%;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header {
        display: none
    }

    .moblie_header {
        display: block;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 50%;
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 100%;
        z-index: 9999;
        padding: 10px 0;
    }

    .moblie_header .snav_logo {
        text-align: center;
    }

    .moblie_header .snav_logo img {
        height: 30px
    }

    .moblie_header .smenu {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .moblie_header .smenu a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .moblie_header .smenu a img {
        height: 18px;
        vertical-align: middle;
        margin-top: 6px;
    }

    .nav_margin {
        margin-top: 50px;
    }

}

@media (max-width: 1023px) {
    #mobile-nav {
        background: #289deb;
        opacity: 0;
        position: fixed;
        top: 50px;
        height: 100%;
        right: 0px;
        line-height: 2;
        z-index: 3;
        padding: 20px 32px;
        color: #fff;
        transition: opacity 0.6s;
    }

    .wap_web {
        position: relative;
    }

    .wap_web.nav-on {
        overflow: hidden;
    }

    .wap_web.nav-on #mobile-nav {
        overflow-y: auto;
        opacity: 1;
    }

    .phone_menu li {
        padding: 12px 0;
        opacity: 0;
        -webkit-transition: all .4s;
        -ms-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .wap_web.nav-on .phone_menu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .phone_menu li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
    }

    .phone_menu li.active a {
        color: #1bb3bd;
    }

    .phone_menu li:nth-child(0) {
        transition-delay: .05s;
    }

    .phone_menu li:nth-child(1) {
        transition-delay: .08s;
    }

    .phone_menu li:nth-child(2) {
        transition-delay: .16s;
    }

    .phone_menu li:nth-child(3) {
        transition-delay: .24s;
    }

    .phone_menu li:nth-child(4) {
        transition-delay: .32s;
    }

    .phone_menu li:nth-child(5) {
        transition-delay: .40s;
    }

    .phone_menu li:nth-child(6) {
        transition-delay: .48s;
    }

}

@media (min-width: 1024px) {
    .moblie_header, .nav_main {
        display: none;
    }

    .nav_margin {
        margin-top: 88px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        width: 96%;
    }
}

@media (max-width: 1024px) {

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .nav_margin {
        margin-top: 88px;
    }

    .container {
        width: 920px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 1300px) {
    .container {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .obanner_s {
        display: none;
    }

    .s_neko_pager {
        display: none;
    }

    .sarticle_page {
        display: none;
    }
}

@media (max-width: 767px) {
    .company_profile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company_profile {
        margin-top: 8px;
    }

    .btn_more {
        font-size: 14px;
        padding: 6px 20px;
    }

    .footer {
        display: none;
    }

    .phone_footer {
        margin: 20px 0;
        display: block
    }

    .phone_f_address {
        text-align: center;
        font-size: 14px;
        color: #666666;
    }

    .sub_leftmenu a {
        font-size: 16px;
        padding: 0 10px;
    }

    .section_block {
        padding: 24px 20px;
    }

    .block_title {
        margin-bottom: 16px;
    }

    .zh_tilte {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .zh_tilte::after {
        width: 94px;
        margin-left: -47px;
    }

    .zh_tilte .decorate {
        height: 3px;
        bottom: -1px;
        width: 18px;
        margin-left: -9px;
    }

    .title_slogen {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .obanner_b {
        display: none;
    }

    .tilte_tag {
        font-size: 12px;
        display: inline-block;
        padding: 2px 4px;
    }

    .neko_pager a {
        padding: 4px 15px;
    }

    .b_neko_pager {
        display: none;
    }

    .nav_location {
        height: 40px;
        line-height: 40px;
    }

    .small_banner {
        display: none
    }

    .login_content {
        width: 96%;
        margin: 70px auto 20px auto
    }

    .login_content .block_title {
        margin: 0px;
    }

    .login_form {
        margin: 20px auto
    }

    .login_form ul li .textbox {
        width: 54%;
    }

    .login_form ul li select {
        width: 25%;
        margin-right: 3%;
    }

    .login_form ul li .yzm {
        width: 120px;
        margin-right: 5px;
    }

    .btn_list {
        margin: 10px auto 20px auto
    }

    .btn_list li {
        width: 32%;
        display: inline-block;
        text-align: center
    }

    .btn_list li img {
        width: 70%;
    }

    .btn_list li p {
        line-height: 40px;
        font-size: 16px;
    }

    .wap_page {
        margin-top: 56px;
    }

    .case-list {
        width: 300px;
        margin: 0px auto
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .news_date .m_d {
        font-size: 26px;
    }

    .news_date .year {
        font-size: 14px;
    }

    .news_text_wrap {
        padding-bottom: 10px;
    }

    .news_describe .news_title, .news_describe .news_ps {
        font-size: 15px;
        line-height: 24px;
    }

    .article_title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .article_ps {
        font-size: 12px;
    }

    .article_con {
        margin-top: 20px;
    }

    .article_con p {
        font-size: 14px;
    }

    .company_profile {
        margin-top: 34px;
    }

    .btn_more {
        padding: 8px 22px;
        font-size: 14px;
    }

    .link_con .zh_title {
        font-size: 18px;
        line-height: 30px;
    }

    .address_con p {
        font-size: 12px;
    }

    .phone_footer {
        display: none;
    }

    .osnews_list {
        display: none;
    }

    .section_block {
        padding: 40px 20px;
    }

    .block_title {
        margin-bottom: 20px;
    }

    .zh_tilte {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .zh_tilte::after {
        width: 120px;
        margin-left: -60px;
    }

    .phone_footer {
        display: none
    }

}

@media (min-width: 1025px) and (max-width: 1199px) {
    .link_con .zh_title {
        font-size: 18px;
        line-height: 30px;
    }

    .address_con p {
        font-size: 14px;
    }

    .section_block {
        padding: 35px 20px;
    }

    .block_title {
        margin-bottom: 20px;
    }

    .zh_tilte {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .zh_tilte::after {
        width: 140px;
        margin-left: -70px;
    }

    .title_slogen {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .freedemo_form .btn_submit {
        width: 140px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .freedemo_form .input_group input[type="text"] {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .btn_more {
        font-size: 14px;
        padding: 6px 20px;
    }

    .section_block {
        padding: 40px 20px;
    }

    .block_title {
        margin-bottom: 20px;
    }

    .zh_tilte {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .zh_tilte::after {
        width: 150px;
        margin-left: -75px;
    }

    .title_slogen {
        font-size: 20px;
    }

    .tilte_tag {
        font-size: 14px;
        display: inline-block;
        padding: 3px 8px;
    }

    .link_con .zh_title {
        font-size: 18px;
        line-height: 30px;
    }

    .address_con p {
        font-size: 14px;
    }

    .ewmleft p {
        font-size: 18px;
        line-height: 30px;
    }

    .phone_footer {
        display: none
    }
}

/*分页*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    list-style: none;
    border-radius: 0.35rem;
    float: right
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

.page-link:hover {
    z-index: 2;
    color: #224abe;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.page-item.disabled .page-link {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


.pagination {

    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.pagination .pageList-wrap {
    display: inline-block;
}

.pagination .item {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #dedede;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 3px;
    user-select: none;
}

.pagination .eliplise,
.pagination .item[value] {
    width: 35px;
}

.pagination .item[value].active {
    background: #5685cd;
    color: #fff;
}

.pagination .item:hover {
    color: #5685cd;
    background: #d2d2d2;
}

.pagination .page-list-wrap {
    display: inline-block;
}

.pagination .page-count {
    height: 30px;
    margin-left: 20px;
    vertical-align: top;
    line-height: 30px;
    display: inline-block;
}

.pagination .page-count_num {
    margin: 0 5px;
    color: #be4c4d;
    font-size: 18px;

}

.pagination .item.disabled {
    cursor: not-allowed;
}

.pagination .item.disabled:hover {
    color: #333;
    background: #dedede;
}

.show_btn {
    background: url(../img/down_ico.png) no-repeat right 5px;
    padding-right: 20px;
}

.down {
    background: url(../img/up_ico.png) no-repeat right 5px;
}

.sort_form.modal {
    border-radius: 0;
    line-height: 18px;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
}

.sort_form h3 {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, #5685cd, #5685cd);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5685cd), color-stop(1, #5685cd));
}

.sort_form.modal p {
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    overflow: hidden;
}

.sort_form.modal p:last-child {
    border: none;
}

.sort_form.modal p label {
    float: left;
    font-weight: bold;
    color: #333;
    font-size: 13px;
    width: 110px;
    line-height: 22px;
}

.sort_form.modal p input[type="text"] {
    font: normal 12px/18px "Lucida Grande", Verdana;
    padding: 3px;
    border: 1px solid #ddd;
    width: 200px;
}

.sort-form-btn {
    width: 80px;
    height: 38px;
    background-color: #5685cd;
    color: #FFF
}

.sort-tr {
    cursor: move;
}
.form-lable{
    width: 70px;
    font-size: 14px;
    text-align: right;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.form-select{
    width: 195px;
    padding-left: 5px;
    margin-right: 10px;
    border: solid 1px #d9d9d9;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    float: left;
}

