/*
Theme Name: POSJIFOUR
Theme URI: https://posji.tomchina.cn
Author: MRQQ
Author URI: https://posji.tomchina.cn
Description: POS机申请网
Version: 1.0
Tags: POS机申请网
*/

html,
body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    font: 400 14px/1.5 "微软雅黑", Helvetica, STHeiti, Droid Sans Fallback;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html {
    overflow-y: scroll;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    color: #000;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    box-sizing: border-box;
}

table {
    margin: auto;
    padding: auto;
}

td {
    border-style: solid;
}

dd,
dt {
    margin: 0;
    padding: 0;
}

ul {
    width: 100%;
}

ul,
ol,
li {
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
}

input,
textarea,
select,
h1,
h2 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    font-family: "Microsoft Yahei";
    font-weight: 400;
}

a {
    text-decoration: none !important;
    margin: 0;
    padding: 0;
    color: #333333;
}

a:visited,
a:focus {
    outline: none;
    text-decoration: none !important;
    color: #333;
}

a:hover {
    color: #00afec;
}

#pc,
.pc {
    display: block;
}

#move,
.move {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6.h7 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}


/*35*/

h2,
.h2 {
    font-size: 2rem;
}


/*28*/

h3,
.h3 {
    font-size: 1.75rem;
}


/*24.5*/

h4,
.h4 {
    font-size: 1.5rem;
}


/*21*/

h5,
.h5 {
    font-size: 1.25rem;
}


/*17.5*/

h6,
.h6 {
    font-size: 1rem;
}


/*14*/

h7,
.h7 {
    font-size: 0.75rem;
}


/*12*/

p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 400;
}

.ahover {}

.ahover a {
    text-decoration: none !important;
    margin: 0;
    padding: 0;
    color: #666;
}

.ahover a:visited,
.ahover a:focus {
    outline: none;
    text-decoration: none !important;
    color: #666;
}

.ahover a:hover {
    color: #333;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}


/*通用属性*/

.container {
    width: 1130px;
    margin: 0 auto;
}

.navber_flwx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all 0.3s;
    /*-webkit-filter: grayscale(100%) brightness(1000%);-moz-filter: grayscale(100%) brightness(1000%);-ms-filter: grayscale(100%) brightness(1000%);-o-filter: grayscale(100%) brightness(1000%);filter: grayscale(100%) brightness(1000%);filter: gray;*/
}


/*.no-white{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}*/


/*清除*/

.clear {
    clear: both;
    width: 0px;
    height: 0px;
}

.clear10 {
    clear: both;
    width: 100%;
    height: 10px;
}

.clear20 {
    clear: both;
    width: 100%;
    height: 20px;
}

.clear30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.clear40 {
    clear: both;
    width: 100%;
    height: 40px;
}

.clear50 {
    clear: both;
    width: 100%;
    height: 50px;
}

.clear60 {
    clear: both;
    width: 100%;
    height: 60px;
}

.clear90 {
    clear: both;
    width: 100%;
    height: 90px;
}

.clear100 {
    clear: both;
    width: 100%;
    height: 100px;
}


/*头部空间*/

.clear74 {
    clear: both;
    width: 100%;
    height: 74px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*显示与隐藏*/

.d-dn {
    display: none;
}


/*不显示*/

.d-db {
    display: block;
}


/*显示*/

.ov {
    overflow: visible;
}


/*默认值。内容不会被修剪，会呈现在元素框之外*/

.oh {
    overflow: hidden;
}


/*内容会被修剪，并且其余内容是不可见的*/

.os {
    overflow: scroll;
}


/*内容会被修剪，但是浏览器会显示滚动条以便查看其余的内容。*/

.oa {
    overflow: auto;
}


/*如果内容被修剪，则浏览器会显示滚动条以便查看其余的内容*/

.oi {
    overflow: inherit;
}


/*规定应该从父元素继承 overflow 属性的值*/


/*背景色*/

.bc_width {
    background-color: #FFFFFF;
}

.bc_f4f4f4 {
    background-color: #f4f4f4;
}


/*弹出层*/

.zg_bei {
    z-index: 1000;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(000, 000, 000, 0.5);
    display: none;
    top: 0;
    right: 0;
}

.wexingno {
    z-index: 2990;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(000, 000, 000, 0.8);
    display: none;
    top: 0;
    left: 0;
}

.xwidno {
    z-index: 2999;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    width: 70%;
    padding: 20px;
}

.xwidno h1 {
    font-size: 1.2rem;
    line-height: 2.5rem;
}

.xwidno h1 span {
    background-color: #01B0E9;
    color: #fff;
    width: 120px;
    border-radius: 3px;
    line-height: 2rem;
    display: inline-block;
    margin-top: 0.25rem;
}

.wexingno .close {
    position: absolute;
    right: 15px;
    top: 15px;
}


/*路径*/

.ht_url {}


/* 外蓝光 */

.shadow_one {
    -moz-box-shadow: 0px 0px 20px rgba(0, 77, 116, 0.2);
    /* for firefox */
    -webkit-box-shadow: 0px 0px 20px rgba(0, 77, 116, 0.2);
    /* for safari or chrome */
    box-shadow: 0px 0px 20px rgba(0, 77, 116, 0.2);
    /* for opera or ie9 */
}

.shadow_oneb {
    -moz-box-shadow: 0px 0px 20px rgba(22, 64, 126, 0.3);
    /* for firefox */
    -webkit-box-shadow: 0px 0px 20px rgba(22, 64, 126, 0.3);
    /* for safari or chrome */
    box-shadow: 0px 0px 20px rgba(22, 64, 126, 0.3);
    /* for opera or ie9 */
}


/* 内阴影 */

.shadow_two {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}


/* 外阴影 */

.shadow_three {
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
}


/*图片移上去的效果*/

.brand_img-box {
    position: relative;
}

.brand_img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.brand_img-box .ab {
    display: none;
    font-size: 1rem;
    opacity: 0;
    background-color: transparent;
    color: #f9fafa;
    z-index: 3;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    position: absolute;
}

.brand_img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 37, 37, 0.9);
    z-index: 1;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.brand_img-box:hover {
    cursor: pointer;
}

.brand_img-box:hover::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.brand_img-box:hover .ab {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}


/*搜索*/

.sousuo {}

.sousuo .form-inline {}

.sousuo .form-inline .spisip {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 0;
    height: 32px;
    border-radius: 16px;
    padding: 0 15px;
    background: url(./images/search-icon.png) no-repeat 15px center;
    background-size: 18px;
    text-indent: 2rem;
}

.sousuo .form-inline input::-webkit-input-placeholder {
    text-indent: 2rem;
}

.searchsou {
    margin-top: 20px;
    width: 100%;
}

.searchsou .on {
    color: #01B0E9;
}

.searchsou .sous {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-top: -5px;
}

.searchsou input {
    border: none;
}

#input-container {
    border: 0;
}

#input-container {
    margin: 0px auto;
    background: #fff;
}

#input-container .text {
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: baseline;
}

#input-container .text .input {
    height: 2.5rem;
    font-size: 1.1rem;
    width: 100%;
    text-indent: 1rem;
}

#input-container .text:hover {
    border: 1px solid #01B0E9;
}

#input-container .submit {
    padding: 0 1.5rem;
    height: 3rem;
    ;
    color: #fff;
    font-size: 1.2rem;
    background: #01B0E9;
}

.nums {
    text-align: center;
    line-height: 2.5rem;
}


/*头部*/

.hero_header {
    position: fixed;
    top: 0;
    z-index: 1900;
    width: 100%;
    background-color: #FFFFFF;
    height: 74px;
}

.navbar {
    z-index: 1999;
    padding: 15px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
}

.navbar .logo {
    flex-grow: 0;
    line-height: 40px;
    margin-right: 15px;
    display: flex;
}

.navbar .logo a {
    display: flex;
    align-items: center;
}

.navbar .logo img {
    height: 50px;
}

.navbar .toggler {
    display: none;
    vertical-align: middle;
    content: "";
    background: url(./images/menu.png) no-repeat center center;
    background-size: 30px;
    width: 30px;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar .toggler_close {
    display: none;
    vertical-align: middle;
    content: "";
    background: url(./images/close.jpg) no-repeat center center;
    background-size: 15px;
    width: 30px;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar .form-inline {
    flex-grow: 0;
}

.navbar .form-inline .spisip {
    width: 120px;
    border: 1px solid #CCCCCC;
    padding: 0;
    height: 32px;
    margin-top: 5px;
    border-radius: 16px;
    padding: 0 15px;
}

.navbar .form-inline input::-webkit-input-placeholder {
    background: url(./images/search-icon.png) no-repeat right center;
    background-size: 22px;
}

.navbar .navbar-nav {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    font-size: 1.25rem;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: stretch;
}

.navbar .navbar-nav ul {
    display: flex;
    flex-direction: row;
}

.navbar .navbar-nav ul li {
    padding: 10px 20px;
    text-align: center;
}


/*	.navbar .navbar-nav .nav-link{color:#FFFFFF;}*/


/*头部下移*/


/*背景透明background-color: transparent;*/

.hover {}

.hover .header_section {
    background-color: #FFFFFF;
    transition: all 0.5s;
}

.hover .navbar .navbar-nav .nav-link {
    color: #333333;
}


/*底部*/

.footer {
    background-color: #333333;
}

.footer .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    padding: 50px 0;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
}

.footer .noflex {
    border-bottom: 0px solid #CCCCCC;
}

.footer a {
    color: #FFFFFF;
}

.footer a:hover {
    color: #00afec;
}

.footer .footer_item {}

.footer .footer_item ul {
    display: flex;
    flex-wrap: nowrap;
}

.footer .footer_item ul li {
    font-size: 1.15rem;
    line-height: 38px;
    padding: 0 30px;
    background: url(./images/footer_item_li.jpg) no-repeat right center;
}

.footer .footer_item ul li:first-of-type {
    padding: 0 30px 0 0;
}


/*首个footer_item_li*/

.footer .footer_item ul li:last-of-type {
    background-image: none;
}


/*最后*/

.footer .footer_wx {}

.footer .footer_wx img {
    margin-right: 10px;
}

.footer .footer_wx span {
    position: relative;
}

.footer .footer_wx span .coimg {
    display: none;
    position: absolute;
    top: -190px;
    right: 0;
    width: 180px;
    height: 180px;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #ccc;
}

.footer .footer_wx span .coimg img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.footer .footer_wx span:hover .coimg {
    display: block;
}

.footer .container .tal {
    display: none;
}

.footer .container .text {
    text-align: center;
    width: 100%;
    font-size: 1rem;
}

.footer .container .text i {
    font-style: normal;
    color: #999999;
}

.footer .container .text b {
    font-style: normal;
    font-weight: 400;
}

.footer .container .text a b {
    color: #999999;
}


/*悬浮*/

.in_fr_top {
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 2;
    width: 130px;
    height: 320px;
    background: #FFFFFF url(./images/in_fr_top03.png) no-repeat center center;
    border-radius: 20px;
    padding: 25px 0;
}

.in_fr_top .item {
    height: 135px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.1rem;
    color: #333333;
    position: relative;
}

.in_fr_top .item:first-of-type {
    background: url(./images/in_fr_top01.png) no-repeat center top;
    padding-bottom: 10px;
}

.in_fr_top .item:last-of-type {
    background: url(./images/in_fr_top02.png) no-repeat center 10px;
}

.in_fr_top .item .blc {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    position: absolute;
    display: block;
    left: -200px;
    top: -50px;
    display: none;
    background: #FFFFFF;
}

.in_fr_top .item:last-of-type .blc {
    top: -30px;
}

.in_fr_top .item .blc img {
    border-radius: 20px;
    width: 200px;
    height: 200px;
}

.in_fr_top .item:hover .blc {
    display: block;
}

.in_fr_bot {
    position: fixed;
    top: 540px;
    right: 40px;
    z-index: 2;
    width: 84px;
    height: 84px;
    border-radius: 42px;
    background: #00aeed url(./images/in_fr_bot.png) no-repeat center 20px;
    text-align: center;
    padding-top: 50px;
    font-size: 1.1rem;
    color: #FFFFFF;
    font-style: normal;
}


/* 前端分页 */

#page {
    margin: 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 15px;
    margin: 50px 0;
}

#page span {
    border: 1px solid #2196f3;
    background: #2196f3;
    color: #fff;
    padding: 4px 10px;
    margin-left: 5px;
}

#page da {
    color: #808080;
    padding: 4px 10px;
    margin-left: 5px;
}

#page .pageinfo {
    display: none;
}

#page a {
    border: 1px solid #ddd;
    background: #fff;
    color: #808080;
    padding: 4px 10px;
    margin-left: 5px;
    transition: all 0.2s
}

#page a:hover,
#page .curpage {
    background: #2196f3;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2196f3;
}

#page .nopage {
    cursor: not-allowed;
}

#page .nopage:hover {
    background: #fff;
    color: #808080;
    border: 1px solid #ddd;
}

#page .form_page {
    float: right;
}

#page .form_page input {
    text-decoration: none;
    width: 40px;
    line-height: 25px;
    margin: 0;
    text-align: center;
    border: 0px;
}

#page .form_page .dainput {
    border: 1px solid #ddd;
    padding: 4px 0px;
    margin: 0 5px
}

#page .form_page a {
    background: #00afec;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2196f3;
}

#page .form_page:hover {}


/*上下一篇文章*/

.pre-next {}

.pre-next p {
    font-size: 1rem;
    line-height: 1rem;
}

.title_one {}

.title_one h1,
.title_one .h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.title_one h2,
.title_one .h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.title_one h3,
.title_one .h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.title_one h4,
.title_one .h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.title_one h5,
.title_one .h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.title_one h6,
.title_one .h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.title_one p,
.title_one .p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.title_lette {
    letter-spacing: 5px;
}

.title_letter_3 {
    letter-spacing: 3px;
}

.title_letter_2 {
    letter-spacing: 2px;
}

.th_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.th_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}


/*栏目页*/

.banner_cat {
    text-align: center;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner_cat img {
    object-fit: cover;
}

.banner_cat .web_banner {
    position: absolute;
    bottom: 85px;
    text-align: center;
    width: 100%;
}

.banner_cat .web_catname {
    margin: 0 auto;
    font-size: 34px;
    line-height: 80px;
    color: #ffffff;
    text-align: center;
    font-weight: 600px;
    letter-spacing: 5px;
}

.banner_cat .web_address {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.banner_cat .web_address span {
    background: url(./images/tab.png) no-repeat left center;
    padding-left: 20px;
    color: #ccc;
}

.banner_cat .web_address a {
    color: #ccc;
}

.banner_cat .web_address a:visited,
.banner_cat .web_address a:focus {
    outline: none;
    text-decoration: none !important;
    color: #ccc;
}

.banner_cat .web_address a:hover {
    color: #ffffff;
}


/*标识*/

.biaoa i {
    background: url(./images/biaoa.png) 2px center no-repeat;
    width: 30px;
    display: inline-block;
    height: 1rem;
}


/*新*/

.biaob i {
    background: url(./images/biaob.png) 2px center no-repeat;
    width: 30px;
    display: inline-block;
    height: 1rem;
}


/*热*/

.biaoz i {
    display: none;
}

.pro_hot {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: url(./images/hot02.png) left top no-repeat;
}

.pro_news {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: url(./images/news02.png) left top no-repeat;
}


/*列表*/

.ulli_zreo {}

.ulli_zreo .col-one-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    padding: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.ulli_zreo .col-one-1 .img_box {
    flex-grow: 0;
    min-width: 250px;
    margin-right: 25px;
}

.ulli_zreo .col-one-1 .img_box img {
    width: 250px;
    max-width: 100%;
    max-height: 100%;
    border: 1.5px solid #e3e2e2;
    border-radius: 7px;
}


/*overflow:hidden;*/

.ulli_zreo .col-one-1 .detail-box {
    flex-grow: 1;
    position: relative;
    padding-right: 10px;
}

.ulli_zreo .col-one-1 .detail-box h4 {
    color: #333333;
    margin-bottom: 1rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.ulli_zreo .col-one-1 .detail-box p {
    font-size: 1rem;
    color: #999999;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.ulli_zreo .col-one-1 .detail-box .intr_bot {
    position: absolute;
    color: #999999;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0.9rem;
}

.ulli_zreo .col-one-1 .detail-box .intr_bot .stit {
    display: inline-block;
    margin-right: 10px;
    padding: 0 8px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
}

.ulli_zreo .col-one-1 .detail-box .intr_bot .tagbox {
    padding-left: 25px;
    background: url(./images/hicon_tag.png) left center no-repeat;
    background-size: 20px auto;
    color: #999999;
}

.ulli_zreo .col-one-1 .detail-box .intr_bot .tagbox a {
    color: #999999;
    padding-right: 1rem;
}

.ulli_zreo .col-one-1 .detail-box .intr_bot .tagbox a:hover {
    color: #00afec;
}

.ulli_zreo .col-one-1:hover {
    background-color: #f4f4f4;
}

.ulli_zreo .col-one-1:hover h4 {
    color: #00afec;
}

.ulli_zreo .col-one-1 .detail-box h4:hover {
    color: #00afec;
}

.ulli_one {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ulli_one .col-one-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-content: center;
    margin: 25px 0;
    width: 50%;
    padding: 0 15px;
}

.ulli_one .col-one-2 .img_box {
    min-width: 125px;
    min-height: 125px;
    margin-right: 25px;
    border: 1.5px solid #e3e2e2;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ulli_one .col-one-2 .detail-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    align-content: center;
}

@media (max-width: 640px) {
    .ulli_one .col-one-2 {
        margin: 25px 0;
        width: 100%;
        padding: 0;
    }
    .ulli_four {
        margin-top: unset !important;
    }
}

.ulli_two {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}

.ulli_two .col-one-4 {
    display: flex;
    flex-direction: column;
    width: 24%;
    margin: 20px 0 0 0;
    background-color: #FFFFFF;
}

.ulli_two .col-one-4 .img_box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ulli_two .col-one-4 .img_box .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.6);
    z-index: 2;
    color: #FFFFFF;
    display: none;
}

.ulli_two .col-one-4 .img_box img {
    width: 100%;
}

.ulli_two .col-one-4 .hot {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: url(./images/hot.png) left top no-repeat;
    z-index: 100;
}

.ulli_two .col-one-4 .detail-box {
    padding: 10px 15px;
}

.ulli_two .col-one-4 .detail-box h6 {
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ulli_two .col-one-4 .detail-box h7 {
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ulli_two .col-one-4 .detail-box .time {
    font-size: 10px;
    text-align: right;
    color: #999999;
}

.ulli_two .col-one-4:hover {
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
}

.ulli_two .col-one-4:hover .img_box .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ulli_two .col-one-4:hover .detail-box h6 {
    color: #00afec;
}

.ulli_three {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}

.ulli_three .item {
    width: 340px;
}

.ulli_three .item .item_image {
    border-radius: 5px;
}

.ulli_three .item ul {
    padding: 20px 0 40px 0;
}

.ulli_three .item ul li {
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ulli_three .item ul li h4 {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ulli_three .item ul li da {
    text-align: left;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.ulli_three .item ul li dd {
    float: right;
    color: #999999;
    margin-left: 20px;
}

.ulli_three .item ul li span {
    color: #ec0000;
    font-style: oblique;
    font-size: 0.9rem;
}

.ulli_three .item .more {
    width: 110px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    background-color: #FFFFFF;
    color: #00afec;
    border: 1px solid #00afec;
    text-align: center;
}

.ulli_three .item .more:hover {
    background-color: #00afec;
    color: #FFFFFF;
}

.ulli_three .image,
.ulli_three .ptext,
.ulli_three .ptext b {
    display: none;
}

.ulli_four {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 30px
}

.ulli_four .item {
    width: 360px;
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
    margin-right: 25px;
}

.ulli_four .item:nth-child(3n+0) {
    margin-right: 0px;
}

.ulli_four .item .item_image {
    border-radius: 5px;
    width: 100%;
}

.ulli_four .item .item_image img {
    max-width: 100%;
}

.ulli_four .item .item_text {
    padding: 0 20px;
}

.ulli_four .item .item_text h5 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.ulli_four .item .item_text p {
    color: #999999;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.ulli_four .item .item_text h6 {
    color: #00aeed;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ulli_four .item .item_text h6 b {
    font-weight: normal;
    font-style: normal;
}

.ulli_four .item .item_text .more {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 0 1rem 0;
}

.ulli_four .item .item_text .more a {
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    padding: 0 30px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #00aeed;
    margin: 0 20px;
}

.ulli_four .item:hover {
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
}

.ulli_four .item:hover .item_text h5 {
    color: #00aeed;
}


/*
	.ulli_four .item .item_text p:hover{color: #00aeed;}
	*/

.ulli_five {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}

.ulli_five .col-one-4 {
    display: flex;
    flex-direction: column;
    width: 24%;
    margin: 20px 0 0 0;
    background-color: #FFFFFF;
}

.ulli_five .col-one-4 .img_box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ulli_five .col-one-4 .img_box .link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    background: #00afec;
    color: #FFFFFF;
    text-align: center;
}

.ulli_five .col-one-4 .img_box .link i {
    font-style: normal;
}

.ulli_five .col-one-4 .img_box img {
    width: 100%;
}

.ulli_five .col-one-4 .img_box .ab {
    padding: 0 20px;
    text-align: center;
}

.ulli_five .col-one-4 .img_box .ab h5 {
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.ulli_five .col-one-4 .img_box .ab p {
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.ulli_five .col-one-4:hover .img_box .link {
    display: none;
}

.ulli_five .col-one-4:hover span {
    color: #00afec;
}

.page_one {
    width: 100%;
    height: 550px;
}


/*切换展示*/

.page_one .swiper_one {
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 1130px;
}

.page_one .swiper-container {
    --swiper-theme-color: #ffffff;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 14px;
    /* 设置按钮大小 */
}

.page_one .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 550px;
}

.page_one .swiper-container {
    width: 100%;
    height: auto;
}

.page_one .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.page_one .swiper-wrapper .swiper-slide img {
    object-fit: cover;
}

.page_one .container {
    position: relative;
}

.page_one .on_text {
    position: absolute;
    right: 0;
    top: -60px;
    width: 120px;
    height: 60px;
    z-index: 2;
}

.page_one .on_text .swiper-pagination {
    color: #FFFFFF;
}

.page_one .on_text .swiper-pagination-current {
    font-size: 36px;
}

.page_one .swiper-menu {
    position: absolute;
    top: -345px;
    height: 330px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.page_one .swiper-menu .menu {
    position: relative;
    width: 210px;
    height: 330px;
    background-color: #f6fdff;
    z-index: 3;
}

.page_one .swiper-menu .menuulli {
    position: absolute;
    width: 210px;
    height: 330px;
    z-index: 6;
    left: 0;
    padding: 5px 0;
}

.page_one .swiper-menu .menuulli h5 {
    background: url(./images/menuulli_h5.png) no-repeat left center;
    line-height: 48px;
    text-indent: 30px;
    margin: 0 25px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 5px;
}

.page_one .swiper-menu .menuulli dd {
    width: 210px;
    height: 40px;
    line-height: 40px;
    background: url(./images/menu-link.png) no-repeat 170px center;
}

.page_one .swiper-menu .menuulli dd a {
    width: 211px;
    height: 40px;
    display: block;
    text-indent: 25px;
}

.page_one .swiper-menu .menuulli .menu-active {
    width: 214px;
    background: #ffffff;
}

.page_one .swiper-menu .menuulli .menu-active a {
    box-shadow: inset 0px 15px 5px -15px rgba(0, 0, 0, 0.2), inset 0px -15px 5px -15px rgba(0, 0, 0, 0.2);
    background: #ffffff url(./images/menu-link.png) no-repeat 170px center;
}

.page_one .swiper-menu .menuulli .menu-link .on {}

.page_one .swiper-menu .menu_text {
    width: 410px;
    height: 330px;
    background-color: #ffffff;
    z-index: 5;
    display: none;
    padding: 30px;
}

.page_one .swiper-menu .menu_text ul li {
    margin-bottom: 34px;
}

.page_one .swiper-menu .menu_text ul li a {
    display: flex;
    align-items: center;
}

.page_one .swiper-menu .menu_text ul li .item_img {
    position: relative;
}

.page_one .swiper-menu .menu_text ul li img {
    width: 155px;
    height: 86px;
}

.page_one .swiper-menu .menu_text ul li .item_intr {
    margin-left: 19px;
    height: 86px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    overflow: hidden;
}

.page_one .swiper-menu .menu_text ul li .item_intr h3 {
    line-height: 16px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page_one .swiper-menu .menu_text ul li .item_intr h3:hover {
    color: #00afec;
}

.page_one .swiper-menu .menu_text ul li .item_intr h5 {
    font-weight: normal;
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page_one .swiper-menu .menu_text ul li .item_intr .link {
    font-size: 1rem;
    width: 5rem;
    padding: 2px;
    text-align: center;
    border: 1px solid #cccccc;
}

.page_one .swiper-menu .menu_text ul li a:hover .item_intr h3 {
    color: #00afec;
}

.page_one .swiper-menu .menu_text ul li a:hover .item_intr .link {
    background-color: #00afec;
    color: #FFFFFF;
}

.page_one .swiper-menu .menu_text .tac {
    text-align: center;
}

.page_one .swiper-menu .menu_text .one_more {
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 0 34px 0 20px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #00afec;
    font-size: 1rem;
    color: #00afec;
    border-radius: 16px;
}

.page_one .swiper-menu .menu_text .one_more:after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: url(./images/hicon_add1.png) right center no-repeat;
    background-size: 14px 14px;
}

.page_two {
    width: 100%;
    padding: 50px 0;
}

.page_two .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
}

.page_two .tac_l {
    flex-grow: 1;
    padding: 34px;
    width: 660px;
}


/*page_two_tac_l_1*/

.page_two .tac_l .nrew {}

.page_two .tac_l .nrew dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_two .tac_l .nrew dl dt a {
    font-size: 24px;
}

.page_two .tac_l .nrew dl dt a:hover {}

.page_two .tac_l .nrew dl dt .tag {
    display: inline-block;
    font-size: 24px;
    ;
    font-weight: bold;
    color: #fff;
    padding: 2px 7px;
    background: #00afec;
    border-radius: 15px 15px 15px 0;
    margin-right: 10px;
}

.page_two .tac_l .nrew dl dd {
    font-size: 1rem;
    line-height: 2;
    color: #888;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page_two .tac_l .nrew ul {
    margin-top: 15px;
}

.page_two .tac_l .nrew ul li {
    float: left;
    width: 50%;
    padding: 0 18px;
    box-sizing: border-box;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(./images/page_two_tac_l_2.png) left center no-repeat;
    background-size: 8px 8px;
}

.page_two .tac_l .nrew ul li a {
    font-size: 16px;
}

.page_two .tac_l .nrew ul li a:hover {}

.page_two .tac_r {
    flex-grow: 0;
    flex-shrink: 0;
    width: 462px;
    height: 264px;
    padding: 40px;
    background: url(./images/page_two_tac_r.jpg) right top no-repeat;
}

.page_two .tac_r .tac_w {
    width: 50%;
    float: left;
}

.page_two .tac_r .tac_w .link {
    width: 160px;
    height: 44px;
    font-size: 1.5rem;
    line-height: 42px;
    color: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #FFFFFF;
    margin: 32px 0;
    text-align: center;
}

.page_two .tac_r .tac_w .on {
    border-radius: 22px;
    border-radius: 22px 22px 0 22px;
    border: 1px solid #00afec;
    color: #00afec;
}

.page_two .tac_r .tac_w img {
    max-width: 100%;
    border-radius: 5px;
}

.page_three {
    width: 100%;
    padding: 50px 0;
    background-color: #f7f7f7;
}

.page_three h3 {
    color: #333333;
    text-align: left;
    font-weight: bold;
}

.page_three h3 span {
    color: #00afec;
}

.page_three .ulli_two {
    margin-top: 20px;
}

.page_three .ulli_three {
    margin-top: 40px;
}

.page_three .move_new {
    padding: 0;
    display: none;
}

.page_four {
    width: 100%;
    padding: 50px 0;
}

.page_four h3 {
    color: #333333;
    text-align: left;
    font-weight: bold;
}

.page_four h3 span {
    color: #00afec;
}

.page_four .ulli_zreo {
    margin: 40px 0 0 0;
}

.page_four .tac {
    text-align: center;
    margin-top: 50px;
}

.page_four .one_more {
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 0 34px 0 20px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #00afec;
    font-size: 1.2rem;
    color: #00afec;
    border-radius: 20px;
}

.page_four .one_more:after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    width: 14px;
    height: 40px;
    background: url(./images/hicon_add1.png) right center no-repeat;
    background-size: 14px 14px;
}

.page_five {
    width: 100%;
    padding: 50px 0;
    background-color: #f7f7f7;
}

.page_five h3 {
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.page_five h3 span {
    color: #00afec;
}

.page_five .five_form {
    background-color: #FFFFFF;
    width: 100%;
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
}

.page_five .five_form .fl {
    text-align: center;
    padding: 0 50px;
    min-width: 480px;
    flex-grow: 0;
    float: none;
    flex-shrink: 0;
    flex-grow: 0;
}

.page_five .five_form .fl img {
    margin: 10px auto;
    width: 65%;
}

.page_five #time {
    text-align: center;
}

.page_five #time b {
    background-color: #00afec;
    padding: 0 3px;
    margin: 0 3px 0 5px;
    color: #FFFFFF;
    font-weight: normal;
}

.page_five .five_form .fr {
    border-left: 1px solid #ccc;
    flex-grow: 1;
}

.page_five .five_form .fr .form_div {
    width: 420px;
    margin: 0 auto;
}

.page_five .five_form .fr .form_div h6 {
    background: url(./images/form_h5.png) left center no-repeat;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
}

.page_five .five_form .fr .form_div h6 i {
    font-style: normal;
}

.page_five .five_form .fr .form_div h6 b {
    font-style: normal;
    padding: 0 5px;
}

.page_five .five_form .fr .form_div .form {}

.page_five .five_form .fr .form_div .form ul {}

.page_five .five_form .fr .form_div .form ul li {
    padding: 10px 0 0 0;
    position: relative;
}

.page_five .five_form .fr .form_div .form ul li .input-text {
    border: 1px solid #CCCCCC;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-indent: 2rem;
}

.page_five .five_form .fr .form_div .form ul li .button {
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-align: center;
    bottom: 0;
    left: 0;
    ;
    border-radius: 15px;
    background-color: rgba(51, 51, 51, 0.0);
    border: 0px solid #00afec;
}

.page_five .five_form .fr .form_div .form ul li .button_name {
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    background-color: #00afec;
    border: 1px solid #00afec;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 12px;
}

.page_five .five_form .fr .form_div .form ul li .button_name span {
    font-size: 16px;
}

.page_six {
    padding: 30px 0;
}

.page_six a {
    margin-left: 2rem;
}


/*栏目页*/

.all_con_lr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
}

.all_con_lr .alfl {
    flex-grow: 1;
}

.all_con_lr .alfr {
    min-width: 272px;
    width: 272px;
    margin-left: 50px;
    flex-grow: 0;
}

.all_con_lr .alfr .alfr_one {
    background-color: #f7f7f7;
    width: 100%;
    padding: 25px 18px;
}

.all_con_lr .alfr .alfr_one h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.all_con_lr .alfr .alfr_one .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

.all_con_lr .alfr .alfr_one .link a {
    display: inline-block;
    height: 24px;
    line-height: 22px;
    border-radius: 12px;
    padding: 0 15px;
    margin: 5px 0;
    border: 1px solid #CCCCCC;
}

.all_con_lr .alfr .alfr_one .link a:hover {
    background-color: #00afec;
    border: 1px solid #00afec;
    color: #FFFFFF;
}

.all_con_lr .alfr .alfr_two {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 0 18px;
}

.all_con_lr .alfr .alfr_two h5 {
    border-bottom: 1px solid #cccccc;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.all_con_lr .alfr .alfr_two span {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 5px solid #00afec;
    position: relative;
    top: 3px;
}

.all_con_lr .alfr .alfr_two .link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    background: url(./images/1_8.png) left 11px no-repeat;
}

.all_con_lr .alfr .alfr_two .link a {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    text-indent: 24px;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.all_con_lr .alfr .alfr_two .pro_li {}

.all_con_lr .alfr .alfr_two .pro_li .item {
    position: relative;
    margin-bottom: 30px;
}

.all_con_lr .alfr .alfr_two .pro_li .item img {
    max-width: 100%;
}

.all_con_lr .alfr .alfr_two .pro_li .item b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #edeff1;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.all_con_lr .alfr .alfr_two .pro_li .item .hot {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: url(./images/hot.png) left top no-repeat;
}

.all_con_lr .alfr .alfr_two .pro_li .item:hover {
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3)
}

.all_con_lr .alfr .alfr_two .pro_li .item:hover b a {
    color: #00afec;
}

.all_con_lr .alfr .alfr_two .alfr_about {
    position: relative;
}

.all_con_lr .alfr .alfr_two .alfr_about .item {
    margin-bottom: 20px;
}

.all_con_lr .alfr .alfr_two .alfr_about .link_on {}

.all_con_lr .alfr .alfr_two .alfr_about .link_on:hover {
    text-decoration: underline !important;
    color: #00afec;
}

.nwes_one {
    width: 100%;
    padding: 50px 0;
}

.nwes_one .container {}

.nwes_one .con_title {
    font-size: 22px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: bold;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
}


/*主级标题*/

.nwes_one .con_title span {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 5px solid #00afec;
    position: relative;
    top: 3px;
}

.nwes_one .ulli_zreo .col-one-1 {
    padding: 25px 0;
    border-bottom: 1px solid #e1e1e1;
}

.nwes_one .ulli_zreo .col-one-1 .img_box img {
    max-width: 100%;
    border: 1.5px solid #e3e2e2;
    border-radius: 0px;
}

.nwes_one .ulli_zreo .col-one-1 .img_box {
    width: 204px;
    height: auto;
}

.nwes_one .ulli_zreo .col-one-1 .detail-box h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.nwes_one .ulli_zreo .col-one-1 .detail-box p {
    font-size: 1rem;
}

.nwes_one .ulli_zreo .col-one-1:hover {
    background-color: transparent;
}

.nwes_one .news_show {}

.nwes_one .news_show .adsbanner {
    margin: 50px 0;
}

.nwes_one .news_show .adsbanner img {
    max-width: 100%;
}

.news_show .title {}

.news_show .title h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.news_show .title .other {
    color: #999999;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.news_show .title .other span {
    display: inline-block;
    background: url(./images/yean.png) left center no-repeat;
    float: right;
    text-indent: 20px;
}


/*yean*/

.news_show .title .other span i {
    font-style: normal;
    padding: 0 5px;
}

.news_show .text {
    padding: 40px 0;
    line-height: 1.8rem;
    font-size: 14px;
    text-align: justify;
}

.news_show .text p {
    line-height: 28px;
    font-size: 16px;
}

.news_show .text img {
    max-width: 100% !important;
}

.news_show .alfr_two {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 0 18px 20px 18px;
}

.news_show .alfr_two h5 {
    border-bottom: 1px solid #cccccc;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_show .alfr_two span {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 5px solid #00afec;
    position: relative;
    top: 3px;
}

.news_show .alfr_two .link {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

.news_show .alfr_two .link ul {
    width: 50%;
}

.news_show .alfr_two .link li {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    text-indent: 24px;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    background: url(./images/1_8a.png) left top no-repeat;
}

.news_show .alfr_two .link ul li:nth-child(2) {
    background: url(./images/1_8a.png) left -36px no-repeat;
}

.news_show .alfr_two .link ul li:nth-child(3) {
    background: url(./images/1_8a.png) left -72px no-repeat;
}

.news_show .alfr_two .link ul:nth-child(2) li {
    background: url(./images/1_8a.png) left -108px no-repeat;
}

.news_show .alfr_two .link ul:nth-child(2) li:nth-child(2) {
    background: url(./images/1_8a.png) left -144px no-repeat;
}

.news_show .alfr_two .link ul:nth-child(2) li:nth-child(3) {
    background: url(./images/1_8a.png) left -180px no-repeat;
}

.news_show .alfr_two .link ul li:hover {
    background-image: url(./images/1_8b.png);
}

.news_show .alfr_two .link ul:nth-child(2) li:hover {
    background-image: url(./images/1_8b.png);
}

.pro_one {
    width: 100%;
    padding: 50px 0;
}

.pro_one .container {}


/*列表切换*/

.pro_one .con_title {
    padding: 25px;
    margin: 50px 0;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
}


/*主级标题*/

.pro_one .con_title .link {}

.pro_one .con_title a {
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    padding: 0 30px;
    display: inline-block;
    border: 1px solid #FFFFFF;
}

.pro_one .con_title .on {
    border: 1px solid #00aeed;
    color: #00aeed;
}

.pro_one .con_title a:hover {
    border: 1px solid #00aeed;
    color: #00aeed;
}


/*产品大小图*/

.pro_one .pro_show {}

.pro_one .pro_show .top_name {
    padding: 24px;
    margin: 50px 0;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.pro_one .pro_show .top_name .top_wa {
    width: 520px;
    height: 300px;
}

.pro_one .pro_show .top_name .top_w {
    width: 540px;
    height: 300px;
}

.pro_one .pro_show .top_name .top_w .h4 {
    margin-bottom: 24px;
    font-weight: bold;
}

.pro_one .pro_show .top_name .top_w .p {
    line-height: 2;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.pro_one .pro_show .top_name .top_w .thumbs {
    padding: 40px 50px;
    position: relative;
}

.pro_one .pro_show .top_name .top_w .thumbs {
    --swiper-theme-color: #cccccc;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #cccccc;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.pro_one .pro_show .top_name .top_w .link {}

.pro_one .pro_show .top_name .top_w .link a {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 30px;
    display: inline-block;
    border: 1px solid #00aeed;
    margin-right: 20px;
}

.pro_one .pro_show .top_name .top_w .link a:hover {
    background-color: #00aeed;
    color: #FFFFFF;
}


/*swiper2*/


/*大小缩图展示*/

.pro_one .pro_show .top_name .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.pro_one .pro_show .top_name .swiper-container .swiper-pagination {
    text-align: right;
    display: none;
}

.pro_one .pro_show .top_name .swiper-slide {
    background-size: cover;
    background-position: center;
}

.pro_one .pro_show .top_name .gallery-top {
    height: 100%;
    width: 100%;
}

.pro_one .pro_show .top_name .gallery-top .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_one .pro_show .top_name .gallery-top .swiper-slide img {
    max-width: 100%;
    height: 100%;
}

.pro_one .pro_show .top_name .gallery-thumbs {
    box-sizing: border-box;
}

.pro_one .pro_show .top_name .gallery-thumbs .swiper-slide {
    opacity: 0.4;
    text-align: center;
}

.pro_one .pro_show .top_name .gallery-thumbs .swiper-slide img {
    width: 71px;
    height: 71px;
}

.pro_one .pro_show .top_name .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.pro_one .pro_show .pao_tac {}

.pro_one .pro_show .pao_tac .title {
    width: 100%;
}

.pro_one .pro_show .pao_tac .title h5 {
    border-bottom: 1px solid #cccccc;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}

.pro_one .pro_show .pao_tac .title dd {
    display: inline-block;
    padding: 0 0 20px 0;
    border-bottom: 5px solid rgba(0, 175, 236, 0);
    position: relative;
    top: 3px;
    margin-right: 20px;
}

.pro_one .pro_show .pao_tac .title .on {
    border-bottom: 5px solid rgba(0, 175, 236, 1);
}

.pro_one .pro_show .pao_tac .title dd:hover {
    border-bottom: 5px solid rgba(0, 175, 236, 1);
}

.pro_one .pro_show .pao_tac .text {
    padding: 50px 0 0 0;
}

.pro_one .pro_show .pao_tac .text img {
    max-width: 100% !important;
    max-height: 100%;
}

.pro_one .pro_show .pao_tac .text p {
    line-height: 2;
}

.pro_one .pro_show .pao_tac .text #text1 p {
    font-size: 1.2rem;
}

.about_one {
    width: 100%;
    padding: 50px 0;
}

.about_one .container {}

.about_one .title {
    width: 100%;
    margin-top: 30px;
}

.about_one .title h5 {
    border-bottom: 1px solid #cccccc;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}

.about_one .title span {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 5px solid #00afec;
    position: relative;
    top: 3px;
}

.about_one .con_text {
    padding-top: 50px;
}

.about_one .con_text p {
    font-size: 1rem;
    line-height: 1.8rem;
}

.about_one .con_text p img {
    max-width: 100%;
    margin: 0 auto;
}

.about_one .tal_about {
    padding-top: 50px;
}

.about_one .tal_about ul {}

.about_one .tal_about ul li {
    font-size: 1rem;
    line-height: 2.5rem;
    white-space: nowrap;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.about_one .tal_about ul li .tal_a {
    margin-right: 20px;
    vertical-align: middle;
    width: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.zhao_one {
    width: 100%;
    padding: 50px 0;
}

.zhao_one .container {}

.zhao_one .title {
    width: 100%;
    margin-top: 30px;
}

.zhao_one .title h5 {
    border-bottom: 1px solid #cccccc;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}

.zhao_one .title span {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 5px solid #00afec;
    position: relative;
    top: 3px;
}

.zhao_one .con_text {
    padding-top: 50px;
}

.zhao_one .con_text p {
    font-size: 1rem;
    line-height: 1.8rem;
}

.zhao_one .con_text p img {
    max-width: 100%;
    margin: 0 auto;
}

.zhao_one .text_a {
    padding-top: 50px;
}

.zhao_one .text_a ul {}

.zhao_one .text_a ul li {
    font-size: 1rem;
    line-height: 2.5rem;
    color: #666666;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
}

.zhao_one .text_a ul li span {
    margin-right: 20px;
}

.zhao_one .text_b {
    padding-top: 50px;
}

.zhao_one .text_b ul {}

.zhao_one .text_b ul li {
    font-size: 1rem;
    line-height: 2.5rem;
    color: #666666;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 40px 10px;
    border-bottom: 1px solid #CCCCCC;
    border-image: -o-linear-gradient(left, #ffffff 20%, #cccccc 40%, #cccccc 60%, #ffffff 100%) 100 100 100 100;
    border-image: -ms-linear-gradient(left, #ffffff 20%, #cccccc 40%, #cccccc 60%, #ffffff 100%) 100 100 100 100;
    border-image: -moz-linear-gradient(left, #ffffff 20%, #cccccc 40%, #cccccc 60%, #ffffff 100%) 100 100 100 100;
    border-image: -webkit-linear-gradient(left, #ffffff 20%, #cccccc 40%, #cccccc 60%, #ffffff 100%) 100 100 100 100;
}

.zhao_one .text_b ul li .fl,
.zhao_one .text_b ul li .fr {
    width: 50%;
    text-align: center;
}

.zhao_one .text_b ul li:nth-child(1) .fl {
    order: 1;
}

.zhao_one .text_b ul li:nth-child(3) .fl {
    order: 1;
}

.zhao_one .text_b ul li:last-of-type {
    border-bottom: 0px solid #CCCCCC;
}

.zhao_one .text_b .tex {
    text-align: left;
    margin: 0 auto;
    width: 280px;
    background: url(./images/texh1.png) left top no-repeat;
    padding: 10px 0 0 15px;
}

.zhao_one .text_c {
    padding: 40px 120px;
    background-color: #f7f7f7;
}

.zhao_one .text_c ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.zhao_one .text_c ul li {
    font-size: 1rem;
    line-height: 2.5rem;
    color: #666666;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.zhao_one .text_c ul li h5 {
    margin: 0;
    padding-top: 10px;
}

.zhao_one .text_d {
    padding: 30px 0 0 0;
}

.zhao_one .text_d ul {}

.zhao_one .text_d ul li {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.zhao_one .text_d ul li h5 {
    margin: 0;
    line-height: 2;
}

.zhao_one .text_d ul li h5 span {
    display: inline-block;
    padding: 0 10px;
}


/*移动端专属*/


/*字体*/


/*字体*/

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('./fonts/iconfont.eot') format('embedded-opentype'), url('./fonts/./fonts/iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('./fonts/iconfont.ttf') format('truetype'), url('./fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*移动端底部菜单*/

.mobile_menu {
    z-index: 9999;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 5px 1px #ccc;
}

.mobile_menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mobile_menu ul li {
    flex-grow: 1;
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.mobile_menu ul li a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.mobile_menu ul li i {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2rem;
    color: #666666;
}

.mobile_menu ul li da {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    padding-top: 3px;
}

.mobile_menu .tebei {
    position: relative;
}

.mobile_menu .tebei .tebeia {
    position: absolute;
    top: -28px;
    border-radius: 30px 30px 0 0;
    width: 60px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    box-shadow: 0 0 5px 1px #ccc;
}

.mobile_menu .tebei .tebeib {
    border-radius: 30px 30px 0 0;
    width: 60px;
    height: 50px;
    background-color: #ffffff;
}

.mobile_menu .tebei i {
    position: absolute;
    margin-top: 7px;
    border-radius: 24px;
    width: 44px;
    height: 44px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #666666;
    line-height: 44px;
    font-size: 2rem;
    color: #ffffff;
}

.mobile_menu ul li .on,
.mobile_menu ul li .on i,
.mobile_menu ul li .on .tebei i,
.mobile_menu ul li:hover i,
.mobile_menu ul li:hover da {
    color: unset;
}

.mobile_menu ul li .on .tebei i {
    background-color: #00B9F1;
    color: #ffffff;
}

.phone_one {
    background-color: #FFFFFF;
}

.phone_one .sousuo {}

.phone_one .banner {
    border-radius: 40px;
}

.phone_one .banner img {
    max-width: 100%;
}

.phone_one .item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px 0;
    margin: 0 15px;
}

.phone_one .item a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    height: 60px;
    width: 42px;
    background-color: #007AFF;
    font-size: 1.1rem;
}

.phone_one .item a:nth-child(1) {
    background: url(./images/lo01.png) no-repeat center top;
    background-size: 42px;
}

.phone_one .item a:nth-child(2) {
    background: url(./images/lo02.png) no-repeat center top;
    background-size: 42px;
}

.phone_one .item a:nth-child(3) {
    background: url(./images/lo03.png) no-repeat center top;
    background-size: 42px;
}

.phone_one .item a:nth-child(4) {
    background: url(./images/lo04.png) no-repeat center top;
    background-size: 42px;
}

.phone_one .item a:nth-child(5) {
    background: url(./images/lo05.png) no-repeat center top;
    background-size: 42px;
}

.phone_two {
    margin: 0 15px;
    background-color: #FFFFFF;
}

.phone_two .back {
    background: url(./images/back.png) no-repeat left center;
    background-size: 10px;
    width: 20px;
}

.phone_two .sousuo {}

.wztt {
    font-size: 25px;
}

.tag_box span a {
    display: inline-block !important;
    margin: 0 10px 5px 0 !important;
    padding: 4px 15px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #606266 !important;
    border: 1px solid #dcdfe6 !important;
    border-radius: 3px !important;
    width: auto !important;
    text-decoration: none !important;
}

.tag_box span a:hover {
    border-color: #07c;
    background-image: linear-gradient(to right, rgb(247, 104, 204), rgb(107, 159, 238));
    color: white !important;
}

.blposji {
    text-align: center;
    margin-top: 25px;
}