@media (max-width: 769px) {
    .site-header.container {
        width: 100% !important;
    }
}

.pager {
    text-align: center;
    margin-top: 40px;
}

.met_pager {
    font-size: 0;
}

.met_pager * {
    display: inline-block;
    font-size: 14px;
}

.met_pager .PreSpan, .met_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    color: #ccd5db;
    cursor: default;
line-height: 140%;
}

.met_pager a {
    text-decoration: none;
}

.met_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    text-align: center;
    color: #76838f;
line-height: 140%;
}

.met_pager a.Ahover {
    border-color: #0ad2ed;
    background: #0ad2ed;
    border-color: ;
    background: ;
    color: #fff;
    cursor: default;
}

@media screen and (max-width:992px) {
    .pager {
        margin-top: 10px;
    }
}

.category {
    margin-top: -30px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.flex {
    display: flex;
    align-items: center;
}

.align-start {
    align-items: start;
}

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.page {
    padding: 50px 0;
}

#site_footer {
    padding: 20px 0;
}

.about-page .wp-media_content .img_over {
    text-align: center;
    height: 120px;
}

.service-page .img_over  {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service-page .wp-title_content {
    max-width: 215px;
    text-align: center;
    margin: 15px auto 0;
}

#advantage-page .row {
    margin-top: 80px;
}

.product_list img {
    max-width: 100%;
    margin: 0 auto;
}
.case_list img{
    height: 300px;
    object-fit: contain;
}
@media screen and (max-width:540px) {
    .case_list img{
        height: 200px;
    }
}
@media screen and (max-width:414px) {
    .case_list img{
        height: 150px;
    }
}
@media screen and (max-width:320px) {
    .case_list img{
        height: 130px;
    }
}
.product_list p.title{
margin-top: 10px;
}
.product_list p.title>a {
    font-size: 17px;
    display: block;
    text-align: center;
    line-height: 140%;
}

.product_list span.category a {
    font-size: 12px;
    color: #a9a9a9;
    display: block !important;
    text-align: center;
    line-height: 140%;
}

.tip-list .right-content .title {
    margin-bottom: 20px;
}

.tip-list .tip {
    margin-bottom: 30px;
}

.tip-list .tip>img {
    margin-right: 20px;
}

#nav_layer {
    position: relative;
    height: 54px;
    line-height: 54px;
    
    margin-bottom: 10px;
    padding-left: 10px;
}

#nav_layer li.wp_subtop {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    position: relative;
    float: left;
    padding-bottom: 0px;
    width: 115px;
    height: 54px;
    line-height: 54px;
    background-image: url(../image/png_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
}

#nav_layer li.wp_subtop.lihover {
    background-color: #0ad2ed;
}

#nav_layer li.wp_subtop.lihover>a {
    color: #ffffff;
}

#nav_layer li.wp_subtop:hover {
    width: 115px;
    height: 54px;
    line-height: 54px;
    background-image: url(404.png);
    background-color: transparent;
    background-position: bottom left;
    background-repeat: repeat-x;
}

#nav_layer li.wp_subtop>a {
    white-space: nowrap;
    display: block;
    padding: 0px;
    text-decoration: none;
    font-size: 12px;
    font-family: arial;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    overflow: hidden;
}

#nav_layer li.wp_subtop>a:hover {
    font-size: 12px;
    font-family: arial;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-style: normal;
}

#nav_layer ul {
    position: absolute;
    left: 0px;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(../image/png_bg.png);
    background-color: transparent;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
}

#nav_layer ul li {
    position: relative;
    text-align: center;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    height: 31px;
    line-height: 31px;
    background-image: url(../image/png_bg.png);
    background-repeat: repeat;
    background-position: top left;
    background-color: #516c47;
}

#nav_layer ul li:hover {
    height: 31px;
    text-align: center;
    line-height: 31px;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(../image/png_bg.png);
    background-repeat: repeat;
    background-position: top left;
    background-color: #3a4c34;
}

#nav_layer ul li a {
    display: block;
    font-size: 12px;
    font-family: arial;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    white-space: nowrap;
}

#nav_layer ul li a:hover {
    display: block;
    font-size: 12px;
    font-family: arial;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-style: normal;
}

#nav_layer li.wp_subtop {
    width: 115px;
}

#nav_layer li.wp_subtop {
    height: 80px;
}

#nav_layer li.wp_subtop {
    line-height: 80px;
}

#nav_layer li.wp_subtop:hover {
    height: 80px;
}

#nav_layer li.wp_subtop:hover {
    line-height: 80px;
}

#nav_layer li.wp_subtop:hover {
    background-image: url(../image/png_bg.png);
}

#nav_layer li.wp_subtop:hover {
    background-color: #0ad2ed;
}

#nav_layer {
    background-color: transparent;
}

#nav_layer {
    background-image: url(../image/png_bg.png);
}

#nav_layer li.wp_subtop>a {
    color: #666666;
}

#nav_layer li.wp_subtop>a {
    font-family: Microsoft YaHei;
}

#nav_layer li.wp_subtop>a {
    font-size: 14px;
}

#nav_layer li.wp_subtop>a:hover {
    font-size: 14px;
}

#nav_layer li.wp_subtop>a:hover {
    font-family: Microsoft YaHei;
}

#nav_layer ul li a {
    font-size: 14px;
}

#nav_layer ul li a {
    font-family: Microsoft YaHei;
}

#nav_layer ul li {
    background-color: transparent;
}

#nav_layer ul li:hover {
    line-height: 80px;
}

#nav_layer ul li:hover {
    height: 80px;
}

#nav_layer ul li {
    height: 80px;
}

#nav_layer ul li {
    line-height: 80px;
}

#nav_layer ul li:hover {
    background-color: #0ad2ed;
}

#nav_layer ul li a:hover {
    font-family: Microsoft YaHei;
}

#nav_layer ul li a:hover {
    font-size: 14px;
}





#nav_layer, #nav_layer ul, #nav_layer li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: thin none;
}

#nav_layer {
    position: relative;
    height: 54px;
    line-height: 54px;
    
    margin-bottom: 10px;
    padding-left: 10px;
}

#nav_layer li.wp_subtop {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    position: relative;
    float: left;
    padding-bottom: 0px;
    width: 115px;
    height: 54px;
    line-height: 54px;
    background-image: url(../image/png_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
}

#nav_layer li.wp_subtop:hover {
    width: 115px;
    height: 54px;
    line-height: 54px;
    background-image: url(404.png);
    background-color: transparent;
    background-position: bottom left;
    background-repeat: repeat-x;
}

#nav_layer li.wp_subtop>a {
    white-space: nowrap;
    display: block;
    padding: 0px;
    text-decoration: none;
    font-size: 12px;
    font-family: arial;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    overflow: hidden;
}

#nav_layer li.wp_subtop>a:hover {
    font-size: 12px;
    font-family: arial;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-style: normal;
}

#nav_layer ul {
    position: absolute;
    left: 0px;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(../image/png_bg.png);
    background-color: transparent;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
}

#nav_layer ul li {
    position: relative;
    text-align: center;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    height: 31px;
    line-height: 31px;
    background-image: url(../image/png_bg.png);
    background-repeat: repeat;
    background-position: top left;
    background-color: #516c47;
}

#nav_layer ul li:hover {
    height: 31px;
    text-align: center;
    line-height: 31px;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(../image/png_bg.png);
    background-repeat: repeat;
    background-position: top left;
    background-color: #3a4c34;
}

#nav_layer ul li a {
    display: block;
    font-size: 12px;
    font-family: arial;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    white-space: nowrap;
}

#nav_layer ul li a:hover {
    display: block;
    font-size: 12px;
    font-family: arial;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-style: normal;
}

#nav_layer li.wp_subtop {
    width: 115px;
}

#nav_layer li.wp_subtop {
    height: 80px;
}

#nav_layer li.wp_subtop,#nav_layer li.wp_subtop>a {
    line-height: 80px;
}

#nav_layer li.wp_subtop:hover {
    height: 80px;
}

#nav_layer li.wp_subtop:hover {
    line-height: 80px;
}

#nav_layer li.wp_subtop:hover {
    background-image: url(../image/png_bg.png);
}

#nav_layer li.wp_subtop:hover {
    background-color: #0ad2ed;
}

#nav_layer {
    background-color: transparent;
}

#nav_layer {
    background-image: url(../image/png_bg.png);
}

#nav_layer li.wp_subtop>a {
    color: #666666;
}

#nav_layer li.wp_subtop>a {
    font-family: Microsoft YaHei;
}

#nav_layer li.wp_subtop>a {
    font-size: 14px;
}

#nav_layer li.wp_subtop>a:hover {
    font-size: 14px;
}

#nav_layer li.wp_subtop>a:hover {
    font-family: Microsoft YaHei;
}

#nav_layer ul li a {
    font-size: 14px;
}

#nav_layer ul li a {
    font-family: Microsoft YaHei;
}

#nav_layer ul li {
    background-color: transparent;
}

#nav_layer ul li:hover {
    line-height: 80px;
}

#nav_layer ul li:hover {
    height: 80px;
}

#nav_layer ul li {
    height: 80px;
}

#nav_layer ul li {
    line-height: 80px;
}

#nav_layer ul li:hover {
    background-color: #0ad2ed;
}

#nav_layer ul li a:hover {
    font-family: Microsoft YaHei;
}

#nav_layer ul li a:hover {
    font-size: 14px;
}





#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .inner h1, #layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .inner h1 a {
    text-align: center;
    color: #FFFFFF;
    font-family: "SimSun";
    font-size: 40px;
}

#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .inner p {
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
    color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    font-family: "SimSun";
    font-size: 18px;
}

#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .inner p a {
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
    color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    font-family: "SimSun";
    font-size: 18px;
}

#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .banner .dots li {
    text-align: center;
    border-color: #FFFFFF;
}

#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .banner .dots li.active {
    text-align: center;
    background: #FFFFFF;
}

#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .banner .arrows {
    color: #FFFFFF;
}

#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .dotsnew div {
    text-align: center;
    border: solid 2px #660000;
    zoom: 1;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 8px;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E .wp-unslider_content .dotsnew div.active {
    text-align: center;
    background: #660000;
    opacity: 1;
}





.wp-buttons_content a.button_btndefault-link {
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
}

.wp-buttons_content a.button_btndefault-link:hover {
    background-color: rgb(255, 102, 0);
    border-color: rgb(255, 87, 0);
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.wp-buttons_content a span.button_btndefault-label {
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    white-space: nowrap;
}

.wp-buttons_content a:hover span.button_btndefault-label {
    color: rgb(255, 255, 255);
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

.wp-buttons_content a.btnarea.orange {
    border-color: transparent;
    background-color: rgba(232, 174, 0, 1);
}

.wp-buttons_content a.btnarea.blue {
    border-color: transparent;
    background-color: rgb(10, 195, 237);
}

.wp-buttons_content a.btnarea.blue:hover {
    border-width: 0;
    background-color: rgba(29, 180, 160, 1);
}

.wp-buttons_content a.btnarea span {
    font-family: Microsoft YaHei;
    font-size: 15px;
    font-weight: normal;
line-height: inherit;
}

.wp-buttons_content a.btnarea:hover {
    background-color: transparent;
    background-image: none;
}

.wp-buttons_content a.btnarea:hover span {
    color: rgba(255, 255, 255, 1);
}

.wp-buttons_content a.btnarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wp-buttons_content a.btnarea:hover {
    border-color: rgba(255, 255, 255, 1);
}

.wp-buttons_content a.btnarea {
    border-width: 1px;
}

.wp-buttons_content a.btnarea {
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}





#layerA58B31649409606336353941F6E3EE89 a.button_btndefault-link {
    height: 50px;
    line-height: 50px;
    background-color: rgb(255, 153, 0);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    border: 0px solid rgb(255, 87, 0);
}

#layerA58B31649409606336353941F6E3EE89 a.button_btndefault-link:hover {
    background-color: rgb(255, 102, 0);
    border-color: rgb(255, 87, 0);
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

#layerA58B31649409606336353941F6E3EE89 a span.button_btndefault-label {
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    white-space: nowrap;
}

#layerA58B31649409606336353941F6E3EE89 a:hover span.button_btndefault-label {
    color: rgb(255, 255, 255);
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea {
    background-color: transparent;
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea span {
    font-family: Microsoft YaHei;
    font-size: 15px;
    font-weight: normal;
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea:hover {
    background-color: transparent;
    background-image: none;
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea:hover span {
    color: rgba(255, 255, 255, 1);
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea {
    border-color: rgba(255, 255, 255, 1);
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea:hover {
    border-color: rgba(255, 255, 255, 1);
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea {
    border-width: 1px;
}

#layerA58B31649409606336353941F6E3EE89 a.btnarea {
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}





#layerD1954E9C4AA8695F465B3811D685B03D .wpline-wrapper {
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
}

#layerD1954E9C4AA8695F465B3811D685B03D .horizontal-solid {
    border: none;
    border-top: 3px solid #0ad2ed;
    height: 0;
}





#layer9A7BA169AFB7FDF7D2BE66618FD889AF .wpline-wrapper {
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
}

#layer9A7BA169AFB7FDF7D2BE66618FD889AF .horizontal-solid {
    border: none;
    border-top: 3px solid #0ad2ed;
    height: 0;
}





#layerB48CBCD4FAF66B7414D924E819C74F7C a.button_btndefault-link {
    height: 50px;
    line-height: 50px;
    position: absolute;
    background-color: rgb(255, 153, 0);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    border: 0px solid rgb(255, 87, 0);
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.button_btndefault-link:hover {
    background-color: rgb(255, 102, 0);
    border-color: rgb(255, 87, 0);
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a span.button_btndefault-label {
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    white-space: nowrap;
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a:hover span.button_btndefault-label {
    color: rgb(255, 255, 255);
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea {
    background-color: rgb(10, 195, 237);
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea span {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea:hover {
    background-color: rgba(29, 180, 160, 1);
    background-image: none;
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea:hover span {
    color: rgba(255, 255, 255, 1);
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea {
    border-color: rgba(255, 255, 255, 1);
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea:hover {
    border-color: rgba(255, 255, 255, 1);
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea {
    border-width: 0px;
}

#layerB48CBCD4FAF66B7414D924E819C74F7C a.btnarea {
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}





#layer3E2B3F5A89BDCC4BA96536F9B812EACD .wpline-wrapper {
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
}

#layer3E2B3F5A89BDCC4BA96536F9B812EACD .horizontal-solid {
    border: none;
    border-top: 3px solid #0ad2ed;
    height: 0;
}





.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E A:link {
    text-decoration: none;
    color: #5a5a5a;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E A:visited {
    text-decoration: none;
    color: #5a5a5a;
}

.tb_product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E a:not(.aeffect):hover {
    text-decoration: none;
    color: #0064d4;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E span.category a, span.category a:visited {
    margin-right: 5px;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E span.category a:hover {
    color: #2c90ff;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price {
    color: #acacac;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price span.price_f {
    color: #ff3c00;
    
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price span.list_price_f {
    text-decoration: line-through;
    color: #666;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E ul li {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    float: left;
    box-sizing: border-box;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E ul li div.wp-new-article-style-c {
    padding: 0 3px 0 6px;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E ul li div.img {
    height: 87px;
    width: 130px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E ul li p.title {
    font-weight: bold;
    word-wrap: break-word;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E ul li p.time {
    font-size: 11px;
    color: #929292;
    margin-bottom: 3px;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E ul li p.abstract {
    height: 30px;
    line-height: 130%;
    overflow: hidden;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price label.price_f_title {
    line-height: 140%;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price span.list_price_f {
    text-decoration: line-through;
    color: #666;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price label.list_price_f_title {
    line-height: 140%;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E .wp-new-ar-pro-style-description {
    display: inline;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E .product_list_more {
    text-align: right;
    clear: both;
    margin-right: 3px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E .wp-pager_link {
    clear: both;
    height: 25px;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E ul li div.imgloading {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: 0px;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.title {
    display: block;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.title>a {
    font-family: Microsoft YaHei;
    font-size: 17px;
    display: block;
    text-align: center;
    line-height: 140%;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.title>a:hover {
    font-family: Microsoft YaHei;
    font-size: 17px;
    display: block;
    text-align: center;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.category_p {
    margin-top: 2px;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E span.category a {
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #a9a9a9;
    display: block !important;
    text-align: center;
    line-height: 140%;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price label.list_price_f_title {
    display: none;
    line-height: 140%;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price span.list_price_f {
    display: none;
    line-height: 140%;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price label.price_f_title {
    display: none;
    line-height: 140%;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E p.wp-new-ar-pro-style-price span.price_f {
    display: none;
    line-height: 140%;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E .wp-new-ar-pro-style-description {
    display: none;
    line-height: 136%;
}

#layer2C7AABAAFF7BBC21B4621920F5049B1E .showprec {
    display: inline;
}

.product_list-layer2C7AABAAFF7BBC21B4621920F5049B1E .prdfgf-border-line {
    border-bottom: px;
}





#layer31F3E40A64917EE2ECDC3C670F7224D6 a.button_btndefault-link {
    height: 50px;
    line-height: 50px;
    background-color: rgb(255, 153, 0);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    border: 0px solid rgb(255, 87, 0);
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.button_btndefault-link:hover {
    background-color: rgb(255, 102, 0);
    border-color: rgb(255, 87, 0);
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a span.button_btndefault-label {
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    white-space: nowrap;
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a:hover span.button_btndefault-label {
    color: rgb(255, 255, 255);
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea {
    background-color: transparent;
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea span {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea:hover {
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea:hover span {
    color: rgb(10, 195, 237);
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea {
    border-color: rgba(255, 255, 255, 1);
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea:hover {
    border-color: rgba(255, 255, 255, 1);
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea {
    border-width: 1px;
}

#layer31F3E40A64917EE2ECDC3C670F7224D6 a.btnarea {
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}





#layer028F0500D37EFF2ECBA8DD358A501FC7 .wpline-wrapper {
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
}

#layer028F0500D37EFF2ECBA8DD358A501FC7 .horizontal-solid {
    border: none;
    border-top: 3px solid #0ad2ed;
    height: 0;
}





#layer77F7905FDC5BC4E0B7754B32C396F724 .wpline-wrapper {
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
}

#layer77F7905FDC5BC4E0B7754B32C396F724 .horizontal-solid {
    border: none;
    border-top: 3px solid #0ad2ed;
    height: 0;
}





.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 li {
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 15px;
    list-style: none;
    border-bottom: 1px dotted #dbd4cd;
    list-style: none;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .time {
    background: #198ede;
    width: 60px;
    float: left;
    text-align: center;
    margin-left: 30px;
    color: #fff;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .conts {
    margin-left: 130px;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 ul li p.abstract {
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 #day {
    
    height: 41px;
    line-height: 41px;
    font-size: 24px;
    color: #fff;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .date {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 h3 {
    margin: 0px;
    padding: 0px;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 h3 a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .conts p {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .conts p a {
    color: #999;
    font-size: 14px;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .conts p a:hover {
    color: #198ede;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .conts p.abstract {
    width: 99%;
    overflow: hidden;
    word-wrap: break-word;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 div.wp-new-article-style-01-left {
    margin-right: 8px;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 div.conts {
    margin-left: 141px;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 h1.title_text>a {
    display: inline-block;
    font-family: SimSun;
    font-size: 18px;
    color: #048bcd;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 p.title_text1 {
    display: inline-block;
    font-family: SimSun;
    font-size: 12px;
    color: #7D7D7D;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 p.abstractd {
    display: block;
    font-family: SimSun;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

#layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 p.title>a:hover {
    color: #0ad2ed;
    line-height: 140%;
}

#layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 p.title>a {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 15px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 span.category>a {
    display: inline-block;
    font-family: SimSun;
    font-size: 12px;
    color: #0064D4;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 span.category>a:visited {
    display: inline-block;
    font-family: SimSun;
    font-size: 12px;
    color: #0064D4;
    font-weight: normal;
    text-decoration: none;
}

#layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .wpart-border-line .time {
    width: 75px;
}

#layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .wpart-border-line .time {
    height: 70px;
}

#layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .wpart-border-line .date {
    text-decoration: none;
}

#layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .wpart-border-line .date {
    font-weight: normal;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 span.wp-new-ar-pro-time {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 24px;
    padding-top: 1px;
    color: #929292;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .time {
    display: inline-block;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 conts {
    margin-left: 145px;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 p.abstract {
    line-height: 140%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding-top: 7px;
    color: #cccccc;
    font-weight: normal;
    text-decoration: none;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 p.link {
    background: none;
}

.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .wpart-border-line {
    border-bottom: 0px solid none;
}

#layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .showprec {
    display: inline;
}


#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E_content{
    left: calc(-1920px / 2 + 50%) !important;
    width: 1920px !important;
height: 520px !important;
}
@media (min-width: 2000px) {
#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0E_content{
    left: calc(-2560px / 2 + 50%) !important;
    width: 2560px !important;
    height: 693px !important;
}
}
#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0Ehtml5zoo-1 .xunsliderimg.show.html5zoo-img-0{
    width: 100% !important;
}
#layer0AF2B9C0EA7B780A1AD6AAE2C021DD0Ehtml5zoo-1 .xunsliderimg.show.html5zoo-img-0   > img{
    width: 100% !important;
}
@media (max-width: 769px) {
.page {
    padding: 20px 0;
}
p {
    margin: 0 0 5px;
}
#canvas > div.flex.justify-center{
    
}
#canvas > div.flex.justify-center > div > div.flex.space-between{
    padding: 30px !important;
}
#canvas > div.flex.justify-center > div > div.wow.fadeIn > div:nth-child(1) > div > div > span{
    font-size: 30px !important;
}
#canvas > div.flex.justify-center > div > div.wow.fadeIn > div:nth-child(3) > div > div > span{
    font-size: 16px !important;
}
#layerD1954E9C4AA8695F465B3811D685B03D .wpline-wrapper {
    margin: 10px 0 0;
}
#about-page > div > h2,#about-page > div > h3,
#about-page > div > div.row > div.col-sm-12.col-md-5 > div.cstlayer.wow.fadeInUp > div{
    text-align: center;
}
#layerD1954E9C4AA8695F465B3811D685B03D{
    margin: 0 auto;
}
#about-page > div > div.row > div.col-sm-12.col-md-5 > div.flex > img{
    width: 100px !important;
}
#about-page > div > div.row > div.col-sm-12.col-md-5 > div.flex > span{
    font-size: 22px !important;
}
#about-page > div > div.row > div.col-sm-12.col-md-5 > div.wp-title_content.wow.fadeInRight,#about-page .cstlayer,#about-page > div > div.row > div.col-sm-12.col-md-5 > div.flex{
    margin-top: 10px !important;
}
#about-page .paragraph_image{
    max-width: 100% !important;
    margin-top: 10px;
}
.xd .space-between{
    flex-direction: column;
}
#layer31F3E40A64917EE2ECDC3C670F7224D6{
    margin-top: 10px;
}
#advantage-page .row {
    margin-top: 20px;
}
.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .time{
    margin-left: 0;
}
.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 div.conts {
    margin-left: 85px;
}
.article_list-layerE7CBC6F4F90449B7B6BCD6E9F4BE1871 .conts p.abstract{
    padding-top: 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.product_list p.title>a{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body > div:nth-child(16) > div > div > span{
    font-size: 18px !important;
}
#layer31F3E40A64917EE2ECDC3C670F7224D6 a.button_btndefault-link{
    height: 40px;
    line-height: 40px !important;
    width: 120px !important;
}
.container.page h2,
#about-page h2,
#advantage-page h2,
#news-page h2{
    font-size: 30px !important;
}
.container.page h3,
#about-page h3,
#advantage-page h3,
#news-page h3{
    font-size: 18px !important;
}
.tip-list .right-content .title {
    margin-bottom: 5px !important;
    font-size: 18px !important;
}
.tip-list .tip {
    margin-bottom: 10px;
}
#layer4F5255F97021AC78F652DBB9FBED724E > div > p > span:nth-child(2){
    display: block;
    margin-top: 5px;
}
.navbar {
    height: 100vh;
}
}

@media (min-width:401px) {
    #about-page > div > div.row > div.col-sm-12.col-md-5 > div.wp-title_content.wow.fadeInRight{
        max-width: 100% !important;
    }
}
@media (max-width:400px) {
#canvas > div.flex.justify-center > div > div.wow.fadeIn > div:nth-child(1) > div > div > span{
    font-size: 24px !important;
}
#canvas > .flex.justify-center>div{
    width: 100%;
    padding: 15px;
}
.wp-buttons_content a.btnarea{
    width: 120px !important;
}
}

@media (min-width:992px) and (max-width:1199px) {
    #about-page .col-sm-12.col-md-7 img{
        max-width: 550px !important;
    }
}