* {
    margin: 0;
    padding: 0;
}

/* 主题色 */
:root {
    --color-theme: rgb(64, 158, 255);
}

.primary_btn {
    background-color: var(--color-theme);
    border-radius: 3px;
    color: #fff !important;
}

.primary_btn a {
    color: #fff !important;
}

.primary_btn:hover {
    background-color: #66b1ff;
}

.success_btn {
    color: #fff;
    background-color: #67c23a;
    border-radius: 3px;
}

.success_btn:hover {
    background-color: #85ce61;
}

/* 文本溢出 */
.text_overflow {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.yp_text {
    display: block;
    min-width: 200px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.b {
    clear: both;
}

ul li {
    list-style: none;
}

a {
    color: #000;
}

.f-contain {
    width: calc(100vw - 17px);
}

.contain-1200 {
    width: 1200px;
    margin: 0 auto;
}

.contain-1300 {
    width: 1300px;
    margin: auto;
}

.contain-1400 {
    width: 1400px;
    margin: auto;
}

.flex-layout {
    display: flex;
}


.web_container {
    max-width: 100%;
    overflow: hidden;
}

.web_container .block_content {
    position: relative;
    width: 1200px;
    height: 100%;
}

.web_container .position_block_item {
    position: absolute;
    left: 0;
    top: 0;
}

.web_container .position_block_item .editor_tool {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.yp_text {
    display: block;
    min-width: 200px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/*顶部通栏*/
.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.header_row .pull-left {
    font-size: 12px;
}

.topbar_tool {
    display: none;
}

/* 页面顶部 */
.full_coolc_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.full_coolc_top .iconfont {
    font-size: 14px;
}


.full_coolc_top a {
    color: #333;
    font-size: 12px;
}

.full_coolc_top a:hover {
    color: #f00;
}

.full_coolc_top .pull-right {
    padding-right: 12px;
    font-size: 12px;
}

.full_coolc_top .pull-right i {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
}

.full_coolc_top .pull-right span {
    display: block;
    float: left;
    height: 40px;
}

.full_coolc_top .pull-right div,
.full_coolc_top .pull-right a {
    display: block;
    float: left;
}

.full_coolc_top .pull-right .tel {
    color: #666;
    padding-right: 17px;
    position: relative;
}

.full_coolc_top .pull-right .tel:before {
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    position: absolute;
    top: 12px;
    right: 0px;
}

.full_coolc_top .pull-right .tel i {
    font-size: 20px;
    line-height: 40px;
    margin-right: 0px;
}

.full_coolc_top .pull-right .tel span {
    font-size: 16px;
    font-weight: bold;
    padding-left: 2px;
}

.full_coolc_top .pull-right .mobile {
    padding: 0 15px;
    color: #666;
    position: relative;
    cursor: pointer;
}

.full_coolc_top .pull-right .mobile .mobile_code {
    width: 122px;
    height: 144px;
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #dedede;
    left: -1px;
    top: 36px;
    z-index: 9999999;
}

.full_coolc_top .pull-right .mobile .mobile_code p {
    width: 100%;
    height: 24px;
    line-height: 0px;
    text-align: center;
    color: #999;
}

.full_coolc_top .pull-right .mobile:before {
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    position: absolute;
    top: 12px;
    right: 0px;
}

.full_coolc_top .pull-right .mobile:hover .mobile_code {
    display: block;
}

.full_coolc_top .pull-right .mobile:hover .mobile_code:before {
    width: 84px;
    height: 5px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0px;
    top: -5px;
}

.full_coolc_top .pull-right .mobile:hover:before {
    height: 36px;
    top: 0px;
    right: 0px;
    background: #dedede;
    z-index: 1000;
}

.full_coolc_top .pull-right .mobile:hover:after {
    height: 36px;
    top: 0px;
    left: -1px;
    width: 1px;
    content: "";
    z-index: 999;
    background: #dedede;
    position: absolute;
}

.full_coolc_top .pull-right .shoucang {
    padding: 0 15px;
    position: relative;
}

.full_coolc_top .pull-right .shoucang:before {
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    position: absolute;
    top: 12px;
    right: 0px;
}

.full_coolc_top .pull-right .lixi {
    padding: 0 15px;
}


.full_coolc_bottom_in {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0;
}

.full_coolc_bottom .logo_imgtext_wrap {
    height: 90px;
    flex: 1;
    display: flex;
    align-items: center;

}

.full_coolc_bottom .logo_imgtext_wrap img {
    width: 90px;
    height: 90px;
}

.full_coolc_bottom .logo_imgtext_wrap p {
    font-size: 30px;
    margin-left: 20px;
}

.full_coolc_bottom .logo_card_wrap {
    height: 90px;
}

.full_coolc_bottom .logo_card_wrap img {
    height: 90px;
}

.full_coolc_bottom .search_box p {
    text-align: right;
    font-size: 22px;
}

.logo_wrap {
    cursor: pointer;
}

.many_language {
    position: relative;
    padding: 0 0 0 15px;
}

.yp_flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yp_header_layout2 {
    height: 120px;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yp_header_layout2 .yp_logo {
    width: 546px;
    height: 90px;
    justify-content: start;
}

.yp_header_layout2 .yp_logo span {
    font-size: 30px;
    font-weight: 700;
}

.yp_header_layout2 .yp_logo .yp_logo_img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.yp_header_layout2 .yp_navs_container .yp_navs_list {
    justify-content: space-around;
}

.yp_header_layout2 .yp_navs_container .yp_navs_item {
    padding: 10px 20px;
    border-radius: 4px;
    margin-right: 20px;
    color: #333;
}

.yp_header_layout2 .yp_navs_container .yp_navs_item a {
    color: #333;
}

.yp_header_layout2 .yp_navs_container .yp_navs_item:hover {
    background-color: var(--color-theme);

}

.yp_header_layout2 .yp_navs_container .yp_navs_item:hover a {
    color: #fff;
}

.yp_header_layout2 .yp_sale_container {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
}

.yp_header_layout2 .yp_contact_top {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.yp_header_layout2 .yp_contact_top i {
    margin-right: 10px;
}

.yp_header_layout2 .yp_contact_content p {
    color: #f25411;
    font-size: 20px;
    font-weight: 600;
}

.yp_header_layout2 .yp_contact_content p:nth-child(2) {
    line-height: 28px;
}

/* 布局三 */
.yp_header {
    height: 110px;
    position: relative;
}

.yp_top_container {
    width: calc(100vw - 17px);
    height: 110px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 8;
}

.yp_top_container .yp_navbar_wrap {
    width: auto;
    background: none !important;
}

.yp_top_container .yp_navbar_wrap .navbar-nav {
    width: auto !important;
}

.yp_top_container .nav_item:hover {
    background: none;
}

.yp_top_container .nav_item {
    padding: 0;
}

.Header-logo {
    height: 90px;
}

.Header-logo img {
    height: 100%;
}

.Header-logo-imgText {
    display: flex;
    align-items: center;
}

.Header-logo-imgText p {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-left: 15px;
}

.yp_top_container .navbar-nav {
    display: flex;
    height: 110px;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    margin: 0 auto;
}

.yp_top_container .nav_item {
    position: relative;
    height: 100%;
}

.yp_top_container .nav_item .Header-menu {
    display: inline-block;
    padding: 0 44px;
    margin-right: 10px;
    height: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.yp_top_container .nav_item:last-child {
    margin-right: 0;
}

.yp_top_container .nav_item:hover .Header-menu {
    color: #11baee !important;
}


.yp_top_container .nav_item_active {
    background: none !important;
}

.yp_top_container .nav_item_active .Header-menu {
    color: #11baee !important;
}

.Header-lang {
    float: right;
    position: relative;
    z-index: 999;
    margin-left: 12px;
}

.Header_right {
    display: flex;
    align-items: center;
}

.Header_right .show_menu {
    display: none;
}

.Header_right .Header-search-click {
    width: 40px;
    height: 90px;
    cursor: pointer;
    color: #555555;
    position: relative;
    z-index: 999;
    transition: height 0.4s ease;
    line-height: 90px;
    font-size: 32px;
    text-align: center;
}

.Header_right .many_language i {
    display: block;
    width: 40px;
    height: 90px;
    cursor: pointer;
    color: #555555;
    position: relative;
    z-index: 999;
    transition: height 0.4s ease;
    line-height: 90px;
    font-size: 26px;
    text-align: center;
}

.Header_right_item i {
    font-size: 23px;
}

.Header_right_item .icon-language {
    display: none;
}

.Header-search-item {
    display: none;
    position: absolute;
    width: 100%;
    height: 90px;
    align-items: center;
    justify-content: flex-end;
    transition: height .4s ease, background .4s ease;
    top: 0;
    left: 0;
    z-index: 8;
    text-align: right;
}

.Header-search-item .contain {
    padding: 0 170px 0 0 !important;
}

.Header-search-item button {
    width: 50px;
    height: 40px;
    color: #555;
    cursor: pointer;
    margin-right: 0;
    font-size: 32px;
    background-color: #1890ff;
    border-radius: 4px 0 0 4px;
    color: #fff;
}

.Header-search-item .contain form {
    height: 100%;
    display: flex;
    align-items: center;
}

.Header-search-item input[type="text"] {
    width: 0px;
    height: 40px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #555 !important;
    background: transparent;
    outline: none;
}

#searchSubmit {
    border: none;
}

.Header-search-item.search_active input[type="text"] {
    animation: HeaderSearch 0.8s ease both;
}

.Header_right .contain {
    height: 100%;
}

.Header-search-click.search_active {
    color: #555;
}

.Header-search-item.search_active {
    display: flex;
}

.language_container {
    margin-left: 10px;
}

.Header-drop {
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: all .4s ease;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    left: 50%;
    width: 180px;
    margin-left: -90px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 9
}

.Header-drop-mix.Header-drop {
    width: 980px;
    margin-left: -496px;
    padding: 64px;
    position: absolute;
}

.Header-drop.toShow {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.Header-drop::before {
    content: "\e61e";
    position: absolute;
    font-family: "iconfont";
    z-index: 2;
    font-size: 36px;
    line-height: 0.4;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    top: -14px;
    width: 100%;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Header-drop-menu {
    width: 440px;
    float: left;
}

.Header-drop-img {
    width: 363px;
    float: right;
    text-align: center;
}

.Header-drop a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #555 !important;
    text-align: center;
    transition: all .4s ease;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.Header-drop-menu a {
    width: 200px;
    float: left;
    height: 76px;
    line-height: 75px;
    border-bottom: 1px solid #e7e9ec;
    text-align: left;
}

.Header-drop-menu a:nth-child(-n+2) {
    height: 52px;
    line-height: normal;
}

.Header-drop-menu a:nth-child(2n) {
    float: right;
}

.Header-drop-menu a::before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #0084bb;
    transition: all .4s ease;
}

.Header-drop-menu a.active::before,
.Header-drop-menu a:hover:before {
    width: 100%;
}

.Header-drop-menu a::after {
    content: "\e61c";
    font-family: "iconfont";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .4s ease;
}

.Header-drop-menu a:nth-child(-n+2)::after {
    top: 20px;
}

.Header-drop-menu a.active::after,
.Header-drop-menu a:hover::after {
    opacity: 1;
}

.Header-drop a.active,
.Header-drop a:hover {
    background: rgba(0, 132, 187, 0.9);
    color: #fff !important;
}

.Header-drop-mix .Header-drop-menu a.active,
.Header-drop-mix .Header-drop-menu a:hover {
    background: transparent;
    color: #0084bb !important;
}

.Header-drop-img {
    width: 363px;
    float: right;
    text-align: center;
}

.Header-drop-img img {
    max-width: 100%;
    object-fit: cover;
    max-height: 280px;
}

@keyframes HeaderSearch {
    0% {
        width: 0;
    }

    100% {
        width: 520px;
    }
}

/* 简单头部布局4 */
.header_layout4 {
    height: 110px;
    padding: 10px 0;
    background-color: #fff;
}

.header_layout4_in {
    height: 100%;
    justify-content: space-between;
}

.w1300 {
    width: 1300px;
    margin: auto;
}

.header_layout4 .flex-layout {
    display: flex;
    align-items: center;
}


.header_layout4_logo {
    height: 100%;
}

.header_layout4_logo.imgText img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.header_layout4_logo.card img {
    height: 90px;
}

.header_layout4_logo p {
    color: #065fb9;
    font-size: 30px;
    font-weight: bold;
}

.header_layout4_rgt .icon {
    display: block;
    background: url(http://192.168.0.188:4000//static/upload/png/24279448158651722930863766.png) no-repeat;
    width: 57px;
    height: 57px;
    margin-right: 10px;
    background-position: 0 0;
}

.header_layout4_rgt p {
    font-size: 30px;
    font-weight: bold;
    color: #0f56cc;
    font-family: arial;
    margin-bottom: 8px;
}

.header_layout4_rgt p:last-child {
    margin-bottom: 0;
}

/* 页面顶部结束 */

/* 翻译控件 */
.many_language select {
    outline-style: none;
    border: 1px solid #c0c4cc;
    padding: 0;
    padding: 0 5px;
    box-sizing: border-box;
    font-family: "Microsoft soft";
}

.many_language select:focus {
    border-color: var(--color-theme);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        var(--color-theme);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        var(--color-theme);
}

.yp_header_layout2 .many_language::before {
    display: none;
}

.many_language i {
    font-size: 25px;
    color: #fff;
}

/* 底部 */
/* 底部布局一 */
.footer_in {
    height: 168px;
    font-size: 12px;
    color: #f5f5f5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px dashed transparent;
    position: relative;
    background-color: #020000;
}

.footer_in .copy {
    padding: 5px 0;
}

.friendly_link {
    padding: 5px 0;
}

.footer_in a {
    color: #f5f5f5;
    margin-right: 10px;
}

.footer_in a:hover {
    color: #5874d8;
}

.footer_info {
    padding: 5px 0;
}

.footer_info span {
    margin-right: 10px;
}

.footer_tool {
    display: none;
}

/* 底部布局二 */
/* 布局二 */
.Footer-wrapper {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 0 110px;
    box-sizing: border-box;
}

.Footer-items {
    width: 100%;
    padding: 110px 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Footer-navbar {
    width: 1264px;
    overflow: hidden;
    user-select: none;
}

.Footer-navbar ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Footer-menu {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    display: block;
}

.Footer-drop {
    width: 100%;
    margin-top: 20px;
}

.Footer-drop a {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 1;
    padding: 8px 0;
    transition: all .4s ease;
}

.FooterCode {
    width: 179px;
    font-size: 0;
    float: right;
    text-align: center;
}

.FooterCode img {
    max-width: 100%;
    object-fit: cover;
}

.Footer-friend {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.Footer-friend-hint,
.Footer-friend-link a {
    color: #999;
    line-height: 24px;
    font-size: 14px;
}

.Footer-friend-link {
    flex: 1;
}

.Footer-friend-link a {
    transition: all .4s ease;
    margin-right: 14px;
}

.Footer-copyright {
    width: 100%;
    border-top: 1px solid #424242;
    padding: 48px 0;
    font-size: 0;
}

.clearFix:before,
.clearFix:after {
    display: table;
    content: "";
}

.Footer-copyright-info {
    display: flex;
    align-items: center;
}

.Footer-copyright-info h6,
.Footer-copyright-info span,
.Footer-copyright-link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #999;
    transition: all .4s ease;
    line-height: 22px;
}

.Footer-copyright-info span {
    margin-left: 16px;
}

.Footer-copyright-info span a {
    color: #999;
}

.Footer-copyright-link {
    float: right;
}

.Footer-copyright-link a {
    margin-left: 20px;
}

.Footer-copyright-link a {
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 20px;
}


/* 布局三 */
.footerTop {
    width: 100%;
    background: #212d3a;
    padding-top: 50px;
    padding-bottom: 52px;
}

.footerTop .footerMenu {
    width: 100%;
    padding-bottom: 34px;
    border-bottom: 1px solid #1c2632;
}

.footerTop .footerMenu ul li {
    font-size: 16px;
    color: #999999;
    padding: 0 19px;
    border-left: 1px solid #373e46;
    border-right: 1px solid #666666;
}

.footerTop .footerMenu ul li a {
    color: #999;
}

.footerTop .footerMenu li:first-child {
    border-left: none;
    padding-left: 0;
}

.footerTop .conBox {
    width: 100%;
    border-top: 1px solid #2c3946;
    padding-top: 34px;
    justify-content: space-between;
}

.footerTop .conL {
    display: flex;
}

.footerTop .conBox .conL dl {
    float: left;
    width: 150px;
    background: url(http://192.168.0.188:4000//static/upload/模板素材/模板5/15819494169141722935758308.png) no-repeat left top;
    padding-left: 20px;
}

.footerTop .conBox .conL dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.footerTop .conBox .conL dt a {
    color: #999999;
}

.footerTop .conBox .conL dd a {
    display: block;
    font-size: 14px;
    color: #999999;
}

.footerTop .conBox .conL dl:last-of-type {
    width: 280px;
}

.footerTop .conBox .conL dd p {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-bottom: 12px;
}

.footerTop .conBox .conR {
    width: 200px;
}

.footerTop .conBox .conR p {
    width: 120px;
    text-align: center;
}

.footerTop .conBox .conR p span {
    display: block;
    font-size: 13px;
    color: #999999;
    margin-top: 7px;
}

.footerBottom {
    width: 100%;
    height: 84px;
    line-height: 84px;
    background: #1d2936;
}

.footerBottom p,
.footerBottom a {
    font-size: 13px;
    color: #999999;
    text-align: center;
}

/* 底部结束 */

/*tab导航栏*/
.yp_navbar_wrap {
    width: calc(100vw - 15px);
    background-color: #fff;
}

.navbar-nav {
    width: 900px;
    display: flex;
    height: 90px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.nav_item {
    padding: 8px 25px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 18px;
}

.nav_item a {
    color: #333;
}

.nav_item:last-child {
    margin-right: 0;
}

.nav_item:hover {
    background-color: var(--color-theme);
}

.nav_item:hover a {
    color: #fff;
}

.nav_hover_border .nav_item:hover {
    background: none;
}

.nav_hover_border .nav_item:hover a {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-theme);
    color: var(--color-theme);
}

.nav_item_active {
    background-color: var(--color-theme);
}

.nav_item_active a {
    color: #fff;
}

.nav_hover_border .nav_item_active {
    background: none;
}

.nav_hover_border .nav_item_active a {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-theme);
    color: var(--color-theme);
}

/* 导航布局二 */
.nav_layout2_container {
    width: calc(100vw - 17px);
    height: 60px;
    line-height: 60px;
    background-color: #0f56cc;
}

.nav_layout2_container .nav_list {
    margin: 0 auto;
}

.nav_layout2_container .nav_list li {
    width: 170px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    border-right: 1px solid #2867cf;
    text-align: center;
    transition: all .4s linear;
}

.nav_layout2_container .nav_list li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav_layout2_container .nav_list a:first-child {
    border-left: 1px solid #126c86;
    background: none;
}

.nav_layout2_container .nav_list li:hover {
    background-color: #36a062;
}

.nav_layout2_container .nav_list li:hover .sub_navs {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translate3d(0, 0, 0);
}

.nav_layout2_container .sub_navs {
    width: 169px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    display: none;
    transform: translate3d(0, 10px, 0);
    transition: all .4s linear;
}

.nav_layout2_container .sub_navs dd {
    line-height: 49px;
    height: 49px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
}

.nav_layout2_container .sub_navs dd:first-child {
    border: none;
}

.nav_layout2_container .nav_list .sub_navs dd a {
    display: block;
    color: #666;
    font-size: 15px;
    padding: 0;
    width: 100%;
    text-align: center;
    border: none;
}

.nav_layout2_container .nav_list dl dd a:hover,
.nav_layout2_container .nav_list dl dd a.hover {
    background: #0f56cc;
    color: #fff;
}

/* 导航结束 */

/* 轮播组件 */
.banner_scroll {
    width: calc(100vw - 17px);
    position: relative;
    display: inline-block;
    height: 650px;
    overflow: hidden;
}

.banner_scroll .banner_img {
    width: 100%;
    height: 100%;
}

.banner_scroll .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.banner_scroll .swiper-pagination-bullet-active {
    color: #fff;
    background: rgba(20, 20, 20, 0.7);
}

.banner_scroll .swiper-button-next,
.banner_scroll .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    border-radius: 50%;
    transition: all .3s;
}

.banner_scroll .swiper-button-next:hover,
.banner_scroll .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .7);
}

.banner_scroll .swiper-button-next::after,
.banner_scroll .swiper-button-prev::after {
    font-size: 26px;
}

.cancle_arrow .banner_scroll .swiper-button-next,
.cancle_arrow .banner_scroll .swiper-button-prev {
    display: none;
}

.display_none_dots .banner_scroll .swiper-pagination-bullet {
    display: none;
}

.square_arrow .banner_scroll .swiper-button-next,
.square_arrow .banner_scroll .swiper-button-prev {
    width: 40px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 4px;
}

.square_arrow .banner_scroll .swiper-button-next:hover,
.square_arrow .banner_scroll .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.hover_show_arrow .banner_scroll .swiper-button-next,
.hover_show_arrow .banner_scroll .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
}

.hover_show_arrow .banner_scroll:hover .swiper-button-next,
.hover_show_arrow .banner_scroll:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

/* 布局二 */
.web_container .banner_layout2 .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border-radius: 0;
    background: rgba(174, 108, 115, 0.4);
}

.web_container .banner_layout2 .swiper-pagination-bullet-active {
    color: #fff;
    background: #e50b1c;
}

.web_container .banner_layout2 .swiper-button-next,
.web_container .banner_layout2 .swiper-button-prev {
    width: 45px;
    height: 76px;
    background-color: transparent;
    transition: all .3s;
    border-radius: 0;
}

.web_container .banner_layout2 .swiper-button-next:hover,
.web_container .banner_layout2 .swiper-button-prev:hover {
    background-color: #e50b1c;
}

.web_container .banner_layout2 .swiper-button-next::after,
.web_container .banner_layout2 .swiper-button-prev::after {
    font-size: 25px;
    color: #fbfbfb;
}

/*轮播结束*/

/*文章列表*/
/*新闻列表排版1*/
.news_list,
.news_list_style2 {
    width: 1200px;
}

.news_list_item {
    padding: 30px 10px;
    border-radius: 4px;
}

.news_list_item:hover {
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}

.news_item_header {
    display: flex;
    justify-content: space-between;
}

.news_item_title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.news_item_time {
    color: #999;
    font-size: 14px;
}

.news_item_content {
    margin: 10px 0;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

.news_tag_item {
    display: inline-block;
    width: 68px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #999;
}

.news_list .news_item_img {
    display: none;
    overflow: hidden;
}

.news_list .news_item_img img {
    transition: all 0.4s;
}

.news_list .news_item_img:hover img {
    transform: scale(1.2);
}

/*新闻列表排版2*/
.news_list_style1 .news_list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.news_list_style1 .news_list .news_list_item {
    width: 25%;
    border-radius: 4px;
    padding: 2%;
    box-sizing: border-box;
}

.news_list_style1 .news_list .news_item_header {
    display: block;
}

.news_list_style1 .news_list .news_item_img {
    display: block;
    width: 100%;
    height: 252px;
    margin-bottom: 15px;
}

.news_list_style1 .news_item_title {
    margin: 10px 0;
}

/*新闻列表排版3*/
.news_list_style2 .news_list_item {
    position: relative;
}

.news_list_style2 .news_list_item .news_item_header {
    display: flex;
    width: 70%;
}

.news_list_style2 .news_list_item .news_item_title {
    width: 63%;
    margin-left: 40px;
    padding: 10px 0;
}

.news_list_style2 .news_item_time {
    position: absolute;
    bottom: 46px;
    left: 26%;
}

.news_list_style2 .news_item_img {
    display: block;
    width: 252px;
    height: 252px;
    margin-bottom: 15px;
}

.news_list_style2 .news_list_item .news_item_content {
    position: absolute;
    right: 105px;
    top: 70px;
    width: 65%;
    -webkit-line-clamp: 5;
}

.news_list_style2 .news_list_item .news_tag_list {
    position: absolute;
    right: 168px;
    top: 200px;
    width: 60%;
}

.fullscreen_list_style .news_list_style2 .news_list .news-link {
    color: #333;
    line-height: 22px;
}

.news_list_time {
    position: absolute;
    right: 10px;
    bottom: 47px;
    width: 65%;
    text-align: right;
    color: #666;
    font-size: 12px;
}

/* 全屏新闻列表布局1 */
.fullscreen_list_style .news_list_style2 {
    width: 1520px;
}

.fullscreen_list_style .news_list_style2 .news_list {
    width: 100%;
}

.fullscreen_list_style .news_list_style2 .news_list .news-link {
    color: #333;
}

.fullscreen_list_style .news_list_item .news_item_header .news_item_img {
    width: 300px;
    height: 300px;
}

.fullscreen_list_style .news_list_item .news_item_title {
    font-size: 22px;
}

.fullscreen_list_style .news_list_time {
    font-size: 14px;
}

.news_list_style2 .news_item_img {
    display: block;
    width: 252px;
    height: 252px;
    margin-bottom: 15px;
}

.news_list_style2 .news_list_item .news_item_content {
    right: 134px;
    line-height: 26px;
}

.news_list_style2 .news_list_item .news_tag_list {
    position: absolute;
    right: 213px;
    top: 260px;
    width: 60%;
}

/* 全屏新闻2*/

.full_news_container {
    display: flex;
    width: calc(100vw - 17px);
    height: 476px;
    padding: 0 110px;
}

.full_news_left {
    width: 38.4%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.full_news_left img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.full_news_left:hover img {
    transform: scale(1.1);
}

.full_news_left:hover .full_news_title {
    color: #11baee;
}

.full_news_left .full_news_title {
    position: absolute;
    width: 100%;
    padding: 0 36px;
    bottom: 32px;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    transition: all .4s;
}

.full_news_right {
    width: 59%;
    position: relative;
}

.full_news_list {
    display: flex;
}

.full_news_item {
    width: 300px;
    margin-right: 30px;
}

.full_news_item:last-child {
    margin-right: 0;
}

.full_news_imgbox {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.full_news_imgbox::after {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    height: 12px;
    bottom: 0;
    z-index: 2;
    background: #11baee;
    transition: all .6s ease;
}

.full_news_imgbox img {
    width: 100%;
    height: 100%;
    transition: all .6s ease;
}

.full_news_item:hover .full_news_imgbox::after {
    right: auto;
    left: 0;
    width: 100%;
}

.full_news_item:hover .full_news_imgbox img {
    transform: scale(1.1);
}

.full_news_item:hover .full_news_title {
    color: #11baee;
}

.full_news_item .full_news_title {
    font-size: 18px;
    color: #333;
    margin-top: 24px;
    line-height: 28px;
    height: 56px;
    transition: all .4s ease;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.full_news_time {
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-top: 10px;
}

.full_news_content {
    font-size: 14px;
    color: #a6a6a6;
    line-height: 26px;
    height: 52px;
    margin-top: 12px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.full_news_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.full_news_tag {
    width: 68px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #999;
}

.full_news_author {
    font-size: 12px;
    color: #777;
}

/* 新闻布局3 */
.news_layout3 {
    width: calc(100vw - 15px);
    padding: 200px 0 100px 0;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.news_layout3 .tab {
    text-align: center;
    margin-bottom: 38px;
}

.news_layout3 .tab a {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background: #0f56cc;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}

.news_layout3 .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.news_layout3 .list li {
    display: block;
    width: 45%;
    padding: 20px;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 20px;
    margin-right: 30px;
    transition: all .3s ease-in-out 0s;
}

.news_layout3 .list li:nth-child(2n) {
    margin-right: 0;
}

.news_layout3 .list li:hover {
    background: #0f56cc;
    border: 1px solid #0f56cc;
}

.news_layout3 .list li:hover .title .tit {
    color: #fff;
}

.news_layout3 .list li:hover .title .cont {
    color: #c1d4f1;
}

.news_layout3 .list li a {
    display: flex;
}

.news_layout3 .list li .time {
    width: 25%;
    height: 100px;
}

.news_layout3 .list li .time img {
    width: 100%;
    height: 100%;
}

.news_layout3 .list li .title {
    display: block;
    width: 70%;
    margin-left: 5%;
}

.news_layout3 .list li .title .tit {
    font-size: 20px;
    color: #282828;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in-out 0s;
}

.news_layout3 .list li .title .cont {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    transition: all .3s ease-in-out 0s;
}

/*文章列表结束*/

/* 新闻中心 */
/* 布局一 */
.news-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-coulmn {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 220px);
    padding: 44px 148px 44px 40px;
    transition: all .4s ease;
}

.news-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 270px);
    padding-left: 46px;
}

.news-cont h2 {
    font-size: 20px;
    color: #222;
    line-height: 24px;
    margin-bottom: 20px;
}

.news-img {
    width: 270px;
    height: 240px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
}

.news-time {
    width: 250px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    background: radial-gradient(ellipse farthest-side at left center, #f8f8f8 20%, #ffffff 80%);
    transition: all .4s ease;
}

.news-time::before {
    content: '';
    width: 180px;
    height: 288px;
    background: url(http://192.168.0.188:4000//static/upload/模板素材/模板4/97207013205011721633541629.png) no-repeat center / 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    transform: translateX(-100%);
    transition: all .6s ease;
}

.news-link:hover .news-time::before {
    transform: translateX(-62%);
}

.news-link:hover .news-time {
    background-color: #11baee;
    background: radial-gradient(ellipse farthest-side at left center, #11baee 100%, #11baee 100%);
}

.news-link:hover .news-coulmn {
    box-shadow: 17px 21px 62.3px 7.7px rgba(0, 0, 0, 0.16);
}

.news-time span {
    text-align: center;
    font-size: 24px;
    color: #666;
    font-weight: 700;
    transition: all .4s ease;
}

.news-time .news-data {
    display: inline-block;
    width: 40px;
    height: 34px;
    background: url(http://192.168.0.188:4000//static/upload/模板素材/模板4/55851862624991721984843416.png) no-repeat center;
    margin: 18px 0 22px;
    transition: all .4s ease;
}

.news-time .news-btn {
    display: inline-block;
    width: 48px;
    height: 12px;
    background: url(http://192.168.0.188:4000//static/upload/模板素材/模板4/17142357153691721984861412.png) no-repeat center;
    opacity: 0;
    transition: all .4s ease;
}

.news-link:hover .news-time .news-btn {
    opacity: 1;
}

/* 布局二 */
.news-link-2 {
    display: block;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    box-sizing: border-box;
    margin-bottom: 20px;
}

.news-link-2 .news-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-link-2 .news-cont {
    width: 65%;
}

.news-link-2 .news-cont h2 {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    margin-bottom: 15px;
}

.news-link-2 .news-cont p {
    font-size: 16px;
    color: #777;
    line-height: 22px;
}

.news-link-2 .news-img {
    width: 30%;
    height: 300px;
    overflow: hidden;
}

.news-link-2 .news-img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.news-link-2 .news-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-link-2 .news-type {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ecb23d;
    border-radius: 4px;
    color: #ecb23d;
    font-size: 14px;
    margin-right: 10px;
}

.news-link-2 .news-type:hover {
    background-color: #ecb23d;
    color: #fff;
}

.news-link-2 .news-time {
    color: #888;
    font-size: 14px;
    width: auto;
    color: #888;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.news-link-2 .news-bot-rht {
    color: #444;
    font-size: 14px;
}

.news-link-2 .news-img:hover img {
    transform: scale(1.04);
}

/* 布局三 */
.subright .thumblist .list {
    padding-bottom: 20px;
}

.subright .thumblist .item {
    width: 912px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 20px;
    transition: all .5s;
}

.subright .thumblist .item a {
    display: flex;
}

.subright .thumblist .item .txt {
    width: 680px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 20px;
}

.subright .thumblist .item .txt h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 8px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    color: #333;
}

.subright .thumblist .item .txt .mark {
    color: #999;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
}

.subright .thumblist .item .txt .mark span {
    display: inline-block;
    padding-right: 18px;
}

.subright .thumblist .item .img {
    position: relative;
    width: 205px;
    height: auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.subright .thumblist .item img {
    width: 100%;
    height: 150px;
    transition: all 0.3s ease-out 0s;
}

.subright .thumblist .item:hover img {
    transform: scale(1.08);
}

.subright .thumblist .item .txt p {
    color: #888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
}

/* 新闻中心结束 */

/*新闻分类*/
.yp_news_tab_item {
    display: inline-block;
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 12px 8px;
    width: 140px;
    margin-right: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.yp_news_tab_item:hover {
    background-color: #f5f5f5;
}


.row_news_tab .yp_news_tab {
    display: flex;
}

.row_news_tab .yp_news_tab_item {
    border-bottom: none;
    font-size: 16px;
    color: #333;
}

.row_news_tab .yp_news_tab_item span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.row_news_tab .yp_news_tab_item:hover {
    background-color: var(--color-theme);
    color: #fff;
}

.row_news_tab .yp_news_tab_item i {
    display: none;
}

.row_news_tab .active_tab {
    background-color: var(--color-theme);
    color: #fff;
    text-align: center;
}

/*新闻分类结束*/

/* 新闻详情 */
.yp_news_detail {
    width: 970px;
    padding-bottom: 30px;
}

.yp_news_left {
    width: 200px;
    margin-right: 30px;
}


.yp_news_item {
    width: 100%;
}

.yp_news_detail_top {
    margin-bottom: 25px;
}

.yp_news_detail_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.yp_news_detail_describe {
    text-indent: 2em;
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
}

.yp_news_detail_info {
    display: flex;
}

.yp_news_detail_info p {
    margin: 0 20px 0 0;
    cursor: pointer;
    font-size: 14px;
}

.yp_news_detail_info p:hover {
    color: #0072c6;
}

.yp_news_detail_bottom {
    border-top: 1px solid #0072c6;
    padding: 20px 0;
}

.yp_news_detail_bottom img {
    width: 60%;
}

.yp_news_detail_bottom p {
    line-height: 25px;
}


/*布局一*/
.article-main {
    display: flex;
    justify-content: space-between;
}

.article-l {
    width: 73%;
}

.article-l h1 {
    color: #111;
    font-size: 28px;
    line-height: 30px;
}

.article-info {
    display: flex;
    align-items: center;
    margin: 30px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
}

.article-info-share,
.article-info-time {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}

.article-info-share {
    margin-left: 20px;
}

.article-r {
    width: 20.5%;
    height: 100%;
}

.article-l-tit {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.news-icon {
    width: 34px;
    height: 34px;
    background: #47c3f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.article-l-tit h3 {
    font-size: 16px;
    font-weight: 700;
    color: #47c3f1;
}


.article-l-item {
    border: 7px solid #e7e7e7;
    padding: 30px;
}

.article-l-item:not(:first-child) {
    margin-top: 25px;
}

.article-l-item a {
    display: block;
}

.article-l-item a h4 {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    margin-bottom: 15px;
    transition: all .4s ease;
}

.article-l-item a .time {
    font-size: 12px;
    font-family: Arial;
    color: #999;
}

.article-l-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    margin-bottom: 18px;
}

.article-l-item a {
    display: block;
}

.article-l-item h5:not(:first-child) {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e4e4e4;
}

/*布局二*/
.subright .desc_box .ArticleTitle h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: none;
    font-weight: bold;
}

.subright .desc_box .ArticleMessage {
    line-height: 30px;
    padding-bottom: 15px;
    height: 30px;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.subright .desc_box .ArticleMessage span {
    color: #999;
    margin-left: 14px;
    font-size: 14px;
}

/* 新闻详情结束 */


/*合作伙伴*/
.yp_partner_roll_area {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.partner_rollbox {
    width: 5000px;
    height: 170px;
    display: flex;
    align-items: center;
    animation: partner_roll 20s linear infinite;
}

.partner_rollbox:hover {
    animation-play-state: paused;
}

.partner_item {
    width: 188px;
    height: 84px;
    text-align: center;
    cursor: pointer;
}

.partner_img {
    width: 173px;
    height: 100%;
}

@keyframes partner_roll {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(calc(-8 * 188px));
    }
}

/*合作伙伴结束*/

/*图文展示*/
.img_text_wrap {
    width: 1200px;
    padding: 16px;
    display: flex;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    ;
}

.small_img_text {
    width: 285px;
}

.small_img_text .imgbox {
    width: 100%;
    height: 88%;
    border: none;
    margin: 0;
}

.small_img_text .imgbox img {
    width: 100%;
    height: 100%;
}

.small_img_text .img_text_content {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.img_text_content {
    font-size: 13px;
    color: #333;
    line-height: 30px;
}

.small_img_text:hover .img_text_content {
    color: #6f9cbe;
}

.imgbox {
    width: 300px;
    height: 230px;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.imgbox img {
    background-size: cover;
}

/*图文展示结束*/

/*产品列表*/
.prod_wrap {
    width: 1200px;
    min-height: 100px;
}

.product_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product_item {
    width: 240px;
    cursor: pointer;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.product_item .seq_mask {
    display: none;
}

.img_wrap {
    width: 100%;
    overflow: hidden;

}

.img_wrap img {
    transition: all .4s;
}

.img_wrap:hover img {
    transform: scale(1.1);
}

.product_item:hover {
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}


.prod_hover_border .product_item {
    position: relative;
    display: inline-block;
    box-shadow: none;
}

.prod_hover_border .product_item .img_wrap:hover img {
    transform: scale(1);
}

.prod_hover_border .product_item .yp_img_block {
    padding: 10px;
    box-sizing: border-box;
}

.prod_hover_border .product_item a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-top: 2px solid #44a4ef;
    border-bottom: 2px solid #44a4ef;
    transform: scale(0, 1);
}

.prod_hover_border .product_item a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-left: 2px solid #44a4ef;
    border-right: 2px solid #44a4ef;
    transform: scale(1, 0);
}

.prod_hover_border .product_item a:hover:before,
.prod_hover_border .product_item a:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.product_item:hover .product_name {
    color: #0056b3;
}

.product_item:hover .prod_prodProps p {
    color: #0056b3;
}

.product_item a {
    color: #333;
}

.product_item .product_name {
    margin-top: 15px;
    padding: 0 5px;
}

.prod_row3 .product_item {
    width: 400px;
}

.prod_row4 .product_item {
    width: 300px;
}

.prod_row5 .product_item {
    width: 240px;
}

.prod_center_list .prod_wrap {
    width: 900px;
}

.prod_center_list {
    width: 920px;
}

.prod_center_list .product_item {
    width: 230px;
}

.prod_center_list .product_item .img_wrap {
    width: 210px;
    height: 210px;
}

.cl_style1 .prod_center_list .product_item {
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 30px;
}

.cl_style1 .prod_center_list .product_item:nth-child(3n) {
    margin-right: 0;
}

.cl_style1 .prod_center_list .product_item .img_wrap {
    width: 100%;
    height: 275px;
}

.fullscreen_list_style .prod_center_list {
    width: 1520px;
    box-sizing: border-box;
}

.fullscreen_list_style .prod_center_list .product_item {
    width: 49%;
    background-color: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 146px;
}

.fullscreen_list_style .prod_center_list .product_item:nth-child(2n) {
    margin-right: 0;
}

.fullscreen_list_style .prod_center_list .product_item .img_wrap {
    width: 100%;
    height: 472px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;

}

.fullscreen_list_style .product_name {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 103px;
    z-index: 1;
    font-size: 30px;
    color: #333;
    text-align: center;
}

.fullscreen_list_style .prod_prodProps {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 145px;
    padding: 75px 0 30px 56px;
    padding-left: 0;
    overflow: hidden;
    transition: padding-left .4s ease;
    box-sizing: border-box;
}

.fullscreen_list_style .product_item:hover .prod_prodProps {
    background-color: #11baee;
    padding-left: 56px;
    justify-content: start;
}

.fullscreen_list_style .product_item:hover .product_name {
    color: #fff;
    text-align: left;
    padding-left: 56px;
    transition: all .4s ease;
}

.fullscreen_list_style .product_item:hover p {
    color: #fff;
    transition: all .4s ease;
}

.fullscreen_list_style .product_item:hover .prod_prodProps::after {
    opacity: 1;
}

.fullscreen_list_style .product_item .prod_prodProps::after {
    content: '';
    width: 180px;
    height: 246px;
    background: url(http://192.168.0.188:4000/static/upload/模板素材/模板4/case/29197682120711721700805423.png) no-repeat center;
    position: absolute;
    right: -5px;
    bottom: -50px;
    opacity: 0;
}

.fullscreen_list_style .prod_prodProps p {
    font-size: 18px;
    margin-right: 10px !important;
}

.btn_left,
.btn_right {
    display: none;
}

.scroll_wrap,
.scroll_list {
    width: 100%;
}


.prod_scroll_box {
    width: 1200px;
    position: relative;
}

.prod_scroll_box .scroll_wrap {
    width: 1100px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.prod_scroll_box .scroll_list {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    width: 1400px;
}

.prod_scroll_box .scroll_item {
    float: left;
    width: 275px;
    height: 290px;
    margin-top: 5px;
    z-index: -1;
    padding: 20px 37px;
    box-sizing: border-box;
}

.prod_scroll_box .scroll_item .product_name {
    text-align: center;
}

.prod_scroll_box .scroll_btn {
    display: block;
    position: absolute;
    z-index: 5;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(200, 200, 200, 1);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 50%;
    color: #fff;
}

.prod_scroll_box .scroll_btn:hover {
    background-color: rgba(0, 0, 0, .4);
}

.prod_scroll_box .scroll_btn i {
    font-size: 30px;
}

.prod_scroll_box .btn_left {
    left: 0;
    top: 130px;
}

.prod_scroll_box .btn_right {
    right: 0;
    top: 130px;
}

.prod_prodProps {
    margin-top: 10px;
    padding: 0 5px;
}

.prod_prodProps p {
    font-size: 14px;
    color: #111501;
}

.prod_prodProps p:nth-child(2) {
    margin: 10px 0;
}

/*产品列表结束*/

/* 产品中心layout布局 */
/* 布局一 */
.prod_layout_1 {
    width: 1000px;
}

.prod_layout_1 .prod_layout_list {
    display: flex;
    flex-wrap: wrap;
}

.prod_layout_1 .prod_title {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 10px;
}

.prod_layout_1 .prod_title span {
    font-size: 20px;
    color: #2b2b2b;
    border-bottom: 3px solid #2b2b2b;
    padding: 0 10px 13px;
}

.prod_layout_1 .prod_item {
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}

.prod_layout_1 .prod_imgwrap {
    width: 220px;
    height: 220px;
    margin-right: 10px;
}

.prod_layout_1 .prod_imgwrap img {
    width: 100%;
    height: 100%;
}

.prod_layout_1 .prod_info {
    padding: 10px;
}

.prod_layout_1 .prod_info h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.prod_layout_1 .prod_params {
    color: #111501;
}

.prod_layout_1 .prod_params p {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.prod_layout_1 .inquiry_btn {
    display: block;
    width: 88px;
    height: 33px;
    background-color: #00a0e9;
    color: #fff;
    text-align: center;
    line-height: 33px;
    border-radius: 4px;
    font-size: 14px;
}


/* 布局二 */
.subright {
    width: 1025px;
    padding-bottom: 20px;
    line-height: 28px;
    background: #fff;
    padding: 35px;
}

.subright .hc_here {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.subright .hc_here h3 {
    font-size: 22px;
    color: #0f56cc;
}

.subright .hc_here .here_cont {
    font-size: 14px;
}

.subright .hc_here .here_cont a {
    color: #333;
}

.subright .hc_here .here_cont a:hover {
    color: #00a0e9;
}

.subright .honorlist .list {
    display: flex;
    flex-wrap: wrap;
}

.subright .honorlist .list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.subright .honorlist .list li:nth-child(3n) {
    margin-right: 0;
}

.subright .honorlist ul.list li.item a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
}

.subright .honorlist ul.list li.item a:hover {
    background: #0f56cc;
}

.subright .honorlist .item_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 1px;
    top: 1px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.subright .honorlist .list li.item:hover .item_mask {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}

.subright .honorlist .ico {
    display: inline-block;
    vertical-align: middle;
    background: url(http://192.168.0.188:4000//static/upload/png/24279448158651722930863766.png) no-repeat;
}

.subright .honorlist .item_link_icon {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-position: 0px -105px;
    line-height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.subright .honorlist ul.list li.item:hover .item_link_icon {
    transform: translateY(-21px);
    opacity: 1;
    filter: Alpha(opacity=100);
}

.subright .honorlist ul.list li.item span {
    width: 100%;
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background-color: ;
}

.subright .honorlist ul.list li.item a:hover span {
    color: #fff;
}

.subright ul.list li.item img {
    display: block;
    width: 100%;
}

.subright .honorlist ul.list li.item a:hover img {
    opacity: 0.8;
}

/*产品列表结束*/

/*产品分类*/
.cp_show_list {
    position: relative;
    width: 240px;
    border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 5px 2px 10px #ddd;
    -webkit-box-shadow: 5px 2px 10px #ddd;
    box-shadow: 5px 2px 10px #ddd;
    background-color: #fff;
    z-index: 1;
}

.cp_show_list_logo {
    height: 40px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    background-color: var(--color-theme);
    display: flex;
    align-items: center;
    padding-left: 50px;
    box-sizing: border-box;
    z-index: 1;
}

.icon-class {
    margin-right: 10px;
    color: #fff;
}

ul.side_menu {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}


ul.side_menu li {
    position: relative;
    border-bottom: 1px dashed #d9d9d9;
}

ul.side_menu a {
    text-decoration: none;
    color: #444;
    display: block;
    padding: 15px;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
}

.arrow {
    /* Unicode箭头符号 */
    position: absolute;
    right: 5px;
    transition: transform 0.3s;
}

ul.side_submenu.active {
    height: auto;
}

ul.side_submenu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.no-arrow .arrow {
    display: none;
    /* 如果没有下级菜单，则隐藏箭头 */
}

.active_nav>a {
    background-color: rgba(64, 158, 255, 0.5);
    color: #fff;
}

/* 一级分类 */

.fullscreen_category_list .cp_show_list {
    width: 1520px !important;
    border-radius: 0;
}

.fullscreen_category_list .side_submenu {
    display: none !important;
}

.fullscreen_category_list .arrow {
    display: none !important;
}

.fullscreen_category_list .cp_show_list_logo {
    display: none !important;
}

.fullscreen_category_list .side_menu {
    display: flex;
    flex-wrap: wrap;

}

.fullscreen_category_list .side_menu li {
    margin-right: 20px;
}

.fullscreen_category_list .side_menu .side_menu_item:hover {
    background-color: var(--color-theme);
}

.fullscreen_category_list .active_nav>a {
    background-color: var(--color-theme);
    color: #fff;
}


/* 布局二 */
.cl_layout2 {
    text-align: center;
}

.cl_layout2 .cl_layout2_link {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background: #0f56cc;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}

.cl_layout2 .cl_layout2_link:hover {
    color: #fff;
}

/* 布局三 */
.prodClassSwiper {
    width: 1200px;
    padding: 20px;
}

.prodClassSwiper .item a {
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.prodClassSwiper .item {
    border: 1px solid #7f7f7f;
}

/*产品分类结束*/
/*产品详情*/
.in_show_grid {
    width: 1200px;
}

.in_show_title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.xiangqing_title1 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 20px 0;
}


.yp_product_detail {
    box-shadow: 5px 2px 10px #ddd;
    margin-bottom: 30px;
    padding: 10px;
}

.exzoom {
    display: flex;
    border-radius: 10px;
    margin-bottom: 15px;
}

.glassWrapper {
    width: 350px;
    height: 350px;
    line-height: 0;
    position: relative;
    border: 1px solid #eee;
    margin-right: 40px;
}

.video_wrap {
    width: 350px;
    height: 350px;
    border: 1px solid #eee;
    margin-right: 40px;
}

.smallImg {
    display: block;
    width: 350px;
    height: 350px;
}

.glass {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #89cff0;
    opacity: 0.5;
    display: none;
    cursor: pointer;
}

.bigWrapper {
    position: relative;
    width: 350px;
    height: 350px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.bigImg {
    width: 500px;
    display: none;
    position: absolute;
}

.yp_product_detail_params {
    width: 100%;
    padding: 10px;
}

.yp_product_detail_params p {
    margin-bottom: 15px;
}

.yp_product_detail_title {
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.exzoom_navs {
    max-width: 350px;
    display: flex;
}

.exzoom_img_list {
    flex: 1;
    display: flex;
    margin: 0;
    padding: 0 10px;
}

.exzoom_img_item {
    width: 58px;
    height: 58px;
    border: 1px solid #eee;
    margin-right: 10px;
    cursor: pointer;
    margin: 0 !important;
}

.exzoom_navs_active {
    border: 1px solid #767676;
}

.exzoom_img_item img {
    width: 100%;
    height: 100%;
}

.exzoom_btn {
    width: 25px;
    height: 60px;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.exzoom_btn:hover {
    background-color: rgba(25, 25, 25, .2);
    color: #fff;
}

.yp_product_detailbox h4 {
    font-weight: 600;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #1b8aee;
}

.yp_product_detail_content {
    font-size: 14px;
}

.yp_product_detail_content table {
    vertical-align: middle !important;
    margin: 10px 0 !important;
}

.yp_product_detail_content td,
.yp_product_detail_content th {
    padding: 5px !important;
    border: 1px solid #000 !important;
    color: #333 !important;
}

.yp_product_detail_content p {
    margin: 15px 0 !important;
    color: #333 !important;
    text-indent: 0 !important;
}

/* 布局二 */
.in_detail_layout {
    width: 1200px;
    height: 100%;
}

.xiangqing_title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.in_detail_layout .yp_product_detail_title {
    border-bottom: none;
}

.in_detail_layout .yp_product_detailbox {
    box-shadow: 5px 2px 10px #ddd;
}

.detail_button {
    display: inline-block;
    width: 160px;
    height: 42px;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
}

.WeChat_button {
    border: 1px solid #c40000;
    color: #c40000;
}

.consult_button {
    background-color: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

/* 布局三 */
.subright .proview {
    width: 100%;
    display: flex;
}

.subright .proview .contBox {
    width: 480px;
    border: 1px solid #d4d4d4;
    margin-right: 50px;
}

.subright .proview .contBox img {
    width: 100%;
    height: 100%;
}

.subright .proview .bt {
    margin-top: 10px;
    font-size: 24px;
    color: #0f56cc;
    padding: 0 0 10px 0;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.5;
}

.subright .proview .desc_box {
    font-size: 14px;
    line-height: 2;
}

.subright .proview .desc_box p {
    border-bottom: 1px dashed #ddd;
    line-height: 42px;
    color: #666;
}

.subright .proview .desc_box strong {
    color: #0f56cc;
    font-size: 30px;
}

.subright .proview .desc_box .but {
    background: #0f56cc;
    border-radius: 3px;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 145px;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
}

.subright .proview .desc_box .tel {
    margin-bottom: 20px;
}

.subright .proview .swiper-button-next::after,
.subright .proview .swiper-button-prev::after {
    font-size: 30px;
}

.subright .stit {
    border-bottom: 2px solid #0f56cc;
    overflow: hidden;
    margin-top: 20px;
}

.subright .stit span {
    display: block;
    overflow: hidden;
    padding: 0 35px;
    color: #fff;
    line-height: 42px;
    background: #0f56cc;
    float: left;
    font-size: 16px;
}

/*产品详情结束*/

/* 产品tab标签页 */
.nav-pills {
    display: flex;
    flex-wrap: wrap;
}

#nav_tag li {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    border-radius: 4px;
}

#nav_tag li:hover {
    background-color: var(--color-theme);
    color: #fff;
}

.product_ul {
    margin-top: 30px;
    min-height: 674px;
}

.yp_product_subtext {
    color: #ccc;
}

.yp_product_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.yp_product_list {
    width: 1200px;
    max-height: 1008px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.yp_product_item {
    width: 285px;
    border: #d2dcf8 solid 1px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.yp_product_item:nth-child(4n) {
    margin-right: 0;
}

.yp_product_item p {
    margin: 0px;
    margin-bottom: 3px;
    padding-left: 5px;
    font-size: 16px;
    color: #0f0f0f;
    max-width: 300px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.yp_product_imgbox {
    height: 280px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    overflow: hidden;
}

.yp_product_item img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.yp_product_list .yp_product_item a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-decoration: none;

}

.yp_product_item a:hover p {
    color: #2D64B3;
}

.yp_product_imgbox:hover img {
    transform: scale(1.2);
}

/* 布局二 */
.tag_product_layout2 {
    width: calc(100vw - 17px);
    padding: 200px 0 100px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.tag_product_layout2 .tag_list {
    margin-bottom: 38px;
    text-align: center;
}

.tag_product_layout2 .tag_list a {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background: #0f56cc;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}

.tag_product_layout2 .tag_product_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.tag_product_layout2 .tag_product_list .tag_product_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.tag_product_layout2 .tag_product_list .tag_product_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tag_product_layout2 .tag_product_list .tag_product_item:nth-child(3n) {
    margin-right: 0;
}

.tag_product_layout2 .tag_product_list .tag_product_item .title_box {
    width: 100%;
    padding: 18px 0;
    background-color: #f6f6f6;
}

.tag_product_layout2 .tag_product_list .tag_product_item .title_box h3 {
    color: #333;
    text-align: center;
    transition: all .3s;
}

.tag_product_layout2 .tag_product_list .tag_product_item:hover .title_box {
    background-color: #0f56cc;
}

.tag_product_layout2 .tag_product_list .tag_product_item:hover h3 {
    color: #fff;
}

.tag_product_layout2 .tag_product_list .tag_product_item img {
    width: 100%;
}

.web_container .look_more {
    display: block;
    border-radius: 50px;
    width: 198px;
    height: 48px;
    font-size: 16px;
    margin: auto;
    line-height: 48px;
    text-align: center;
    background: #0f56cc;
    color: #fff;
    transition: all .5s;
}

/* 产品标签页结束 */

/* 产品联合轮播 */
.yp-loop-container {
    width: calc(100vw - 17px);
    height: 802px;
    margin: 50px 0;
    overflow: hidden;
}

.yp-loop-btn {
    width: 100%;
    position: relative;
    padding: 0 110px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.yp-swiper-container {
    width: 100%;
    overflow: hidden;
}

.yp-loop-btn .yp-loop-category-list {
    position: relative;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

.yp-loop-btn .yp-loop-category-item {
    position: relative;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.yp-loop-btn .yp-loop-category-item i {
    display: block;
    font-style: normal;
    width: 48px;
    height: 48px;
    position: relative;
    margin: 0 auto;
}

.yp-loop-btn .yp-loop-category-item p {
    margin-top: 18px;
    font-weight: 700;
    color: #666;
}

.yp-loop-btn .yp-loop-category-item .h,
.yp-loop-btn .yp-loop-category-item .s {
    position: absolute;
    transition: all .4s ease;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
}

.yp-loop-btn .yp-loop-category-item .h {
    opacity: 0;
}


.yp-loop-btn .yp-loop-category-item-active p {
    color: #0084bb;
}


.yp-loop-btn .yp-loop-category-item:hover p {
    color: #0084bb;
}

.yp-loop-btn .yp-loop-category-item:hover .h {
    opacity: 1 !important;
}

.yp-loop-btn .yp-loop-prev,
.yp-loop-btn .yp-loop-next {
    position: absolute;
    width: 50px;
    height: 100%;
    z-index: 4;
    cursor: pointer;
    transition: all .4s ease;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yp-loop-btn .yp-loop-prev i,
.yp-loop-btn .yp-loop-next i {
    font-size: 40px;
    color: #bdbdbd;
    transition: all .3s;
}

.yp-loop-btn .yp-loop-prev:hover i,
.yp-loop-btn .yp-loop-next:hover i {
    color: #0084bb;
}

.yp-loop-btn .yp-loop-prev {
    left: 60px;
}

.yp-loop-btn .yp-loop-next {
    right: 60px;
    transform: rotate(180deg);
}

.yp-loop-prod-container {
    width: 100%;
    margin: 0 auto;
    padding: 44px;
    box-sizing: border-box;
    overflow: hidden;
}

.yp-loop-prod-wrap {
    overflow: hidden;
}

.yp-loop-prod-wrap .yp-loop-prod-list {
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yp-loop-prod-wrap .yp-loop-prod-item {
    width: 48%;
    margin: 2% 0 0 2%;
    display: block;
    background: #fff;
    overflow: hidden;
    transition: all .4s ease;
    position: relative;
}

.yp-loop-prod-wrap .yp-loop-prod-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yp-loop-prod-wrap .yp-loop-prod-item:hover {
    box-shadow: 0 0 30px 8px rgba(17, 186, 238, 0.2);
}


.yp-loop-prod-wrap .yp-loop-prod-item:hover .yp-loop-prod-name {
    color: #0084bb;
}

.yp-loop-prod-wrap .yp-loop-prod-item:hover img {
    transform: scale(1.04);
}

.yp-loop-prod-wrap .yp-loop-prod-img {
    width: 100%;
    height: 524px;
    padding-top: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.yp-loop-prod-wrap .yp-loop-prod-img img {
    max-width: 88%;
    height: 100%;
    transition: all .6s ease;
}

.yp-loop-prod-wrap .yp-loop-prod-name {
    position: relative;
    display: inline-block;
    line-height: 110px;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    padding-right: 30px;
    transition: all .6s ease;
}

.yp-loop-prod-wrap .yp-loop-prod-name::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    right: 0;
    top: 2px;
    background: url(http://192.168.0.188:4000/static/upload/模板素材/模板4/case/29197682120711721700805423.png) no-repeat center;
    opacity: 0;
    transition: all .4s ease;
}

.yp-loop-prod-wrap .yp-loop-prod-item:hover .yp-loop-prod-name::after {
    opacity: 1;
}


/* 产品联合轮播结束 */

/*容器*/
.wrap {
    min-height: 100px;
    border: 1px solid #000;
}

/*按钮样式*/
.btn {
    width: 106px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #9ca2b8;
    color: #000;
}

.default_btn {
    font-size: 14px;
    transition: all 0.3s;
}

.default_btn:hover {
    background-color: #2b2b2b;
    color: #fff;
}

.fill_btn {
    background-color: #2b2b2b;
    color: #fff;
}

.round_btn {
    border-radius: 20px;
    transition: all 0.3s;
}

.round_btn:hover {
    background-color: #2b2b2b;
    color: #fff;

}

.round_fill_btn {
    background-color: #2b2b2b;
    border-radius: 20px;
    color: #fff;
}

.gradual_fill_btn,
.gradual_round_fill_btn {
    overflow: hidden;
    position: relative;
    color: #2c3e50;
    transition: background-color 0.2s;
}

.gradual_fill_btn::before,
.gradual_round_fill_btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.6);
    transform: skew(45deg) translate3d(-200px, 0, 0);
}

.gradual_fill_btn:hover,
.gradual_round_fill_btn:hover {
    background-color: #2c3e50;
    color: #fff;
}

.gradual_fill_btn:hover::before,
.gradual_round_fill_btn:hover::before {
    transition: ease-in-out 0.5s;
    transform: skew(45deg) translate3d(300px, 0, 0);
}

.gradual_round_fill_btn {
    border-radius: 20px;
    background-color: #fff;
}

.shadow_btn {
    background-color: #0084bb;
    color: #fff;
    border: 1px solid #0084bb;
}

.shadow_btn:hover {
    box-shadow: 0 4px 28px 0 rgba(255, 255, 255, 0.2);
}

/* 状态按钮 */
.success_btn {
    background-color: #67c23a;
    color: #fff;
}

.success_btn:hover {
    background-color: #85ce61;
}

.warning_btn {
    background-color: #e6a23c;
    color: #fff;
}

.warning_btn:hover {
    background-color: #ebb563;
}

.danger_btn {
    color: #fff;
    background-color: #f56c6c;
}

.danger_btn:hover {
    background-color: #f78989;
}

.info_btn {
    color: #fff;
    background-color: #909399;
}

.info_btn:hover {
    background-color: #a6a9ad;
}

.web_container .slip_btn {
    width: 202px !important;
    height: 57px !important;
    display: block;
    margin-left: 124px;
    margin-top: 64px;
    background: url(http://192.168.0.188:4000/static/upload/模板素材/模板5/13451286226951723270823482.png) no-repeat;
    font: bold 20px "microsoft yahei";
    line-height: 56px;
    text-align: center;
    color: #1fb153;
    transition: all 0.4s;
    border: none;
}

.web_container .slip_btn:hover {
    background: url(http://192.168.0.188:4000/static/upload/模板素材/模板5/10398580204391723272726730.png) no-repeat;
}

/*按钮样式结束*/

/*图片样式*/
.bg_image_block {
    z-index: 0;
}

.yp_img_block {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.yp_img_block img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.scale_img .yp_img_block:hover img {
    transform: scale(1.1);
}

.border_img {
    position: relative;
    display: inline-block;
}

.border_img .yp_img_block {
    padding: 10px;
    box-sizing: border-box;
}

.border_img a {
    position: relative;
    z-index: 8;
}

.border_img:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    border-top: 2px solid #44a4ef;
    border-bottom: 2px solid #44a4ef;
    transform: scale(0, 1);
}

.border_img:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    border-left: 2px solid #44a4ef;
    border-right: 2px solid #44a4ef;
    transform: scale(1, 0);
}

.border_img:hover:before,
.border_img:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

/*图片样式结束*/

/* 分页器样式 */
.yp_pagination {
    display: table;
    margin: 20px auto;
    user-select: none;
}

.yp_pagination a {
    cursor: default;
    display: inline-block;
    color: #00C9A6;
    background-color: #D9F7F2;
    height: 25px;
    font-size: 10pt;
    line-height: 25px;
    padding: 0 9px;
    border: 1px solid #D9F7F2;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.yp_pagination a:not(.disabled):not(.current):hover {
    border: 1px solid #00C9A6;
    cursor: pointer;
}

.yp_pagination a.current {
    display: inline-block;
    font-size: 10pt;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 2px;
    color: #fff;
    background-color: #00C9A6;
    border: 1px solid #00C9A6;
    border-radius: 4px;
    vertical-align: middle;
}

.yp_pagination a.disabled {
    display: inline-block;
    font-size: 10pt;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 2px;
    color: #ddd;
    background: #D9F7F2;
    border: 1px solid #D9F7F2;
    border-radius: 4px;
    vertical-align: middle;
    cursor: no-drop;
}

.page_info {
    margin-top: 20px;
    font-size: 14px;
}

.page_info span {
    margin-right: 10px;
}

.prod-container .full_prodlist .yp_pagination,
.news-container .fullscreen_list_style .yp_pagination {
    margin: 60px auto 20px;
}

.prod-container .full_prodlist .yp_pagination a,
.news-container .fullscreen_list_style .yp_pagination a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #888;
    border: none;
    font-size: 16px;
    transition: all .5s ease;
    margin: 0 4px;
    padding: 0;
    box-sizing: border-box;
}

.prod-container .full_prodlist .yp_pagination a:first-child,
.fullscreen_list_style .yp_pagination a:first-child,
.prod-container .full_prodlist .yp_pagination a:last-child,
.fullscreen_list_style .yp_pagination a:last-child {
    width: auto;
    border-radius: 4px;
    font-size: 14px;
}

.prod-container .full_prodlist .yp_pagination a:not(.disabled):not(.current):hover,
.fullscreen_list_style .yp_pagination a:not(.disabled):not(.current):hover {
    border: none !important;
    background-color: #00a0e9;
    color: #fff;
}

.prod-container .full_prodlist .yp_pagination a.current,
.fullscreen_list_style .yp_pagination a.current {
    background-color: #00a0e9;
    color: #fff;
}

.fullscreen_list_style .page_info {
    font-size: 16px;
    color: #777;
}

/* 分页器样式结束 */

/* 图文轮播 */
.yp_scroll_box {
    width: 1200px;
    position: relative;
}

.yp_scroll_box .scroll_wrap {
    height: 448px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.yp_scroll_box .glory_scroll_list {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    width: 1440px;
}

.yp_scroll_box .scroll_item {
    height: 448px;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
    position: relative;
}

.yp_scroll_box .scroll_item .glory_name {
    margin-top: 10px;
    padding: 0 5px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
}

.yp_scroll_box .scroll_item .glory_name i {
    font-size: 30px;
}

.yp_scroll_box .scroll_item .glory_name span {
    margin: 10px 0;
}

.yp_scroll_box .scroll_item .img_wrap {
    height: 90%;
}

.yp_scroll_box .scroll_item .img_wrap img {
    width: 100%;
    height: 100%;
}


.yp_full_scroll .yp_scroll_box {
    width: 1520px;
}

.yp_full_scroll .yp_scroll_box .scroll_wrap {
    height: 480px;
}

.yp_full_scroll .yp_scroll_box .scroll_item .img_wrap {
    height: 90%;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.yp_full_scroll .yp_scroll_box .scroll_item {
    height: 480px;
    overflow: hidden;
}

.yp_full_scroll .yp_scroll_box .scroll_item:hover img {
    transform: scale(1.04);
}

.imgTextCarousel .swiper-button-prev,
.imgTextCarousel .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    transition: all .4s;
}

.imgTextCarousel .swiper-button-prev:hover,
.imgTextCarousel .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .7);
}

.imgTextCarousel .swiper-button-prev::after,
.imgTextCarousel .swiper-button-next::after {
    font-size: 25px;
    color: #fff;
}

/* 布局二 */
.par {
    margin-top: 60px;
    margin-bottom: 80px;
}

.par .parHd {
    height: 45px;
    width: 1200px;
    position: relative;
    margin-bottom: 50px;
}

.par .parHd ul {
    display: flex;
    width: 380px;
    height: 45px;
    margin: 0 auto;
}

.par .parHd ul li {
    width: 178px;
    height: 43px;
    border: #eee solid 1px;
    margin-right: 20px;
    background-color: #fff;
    transition: all .3s ease-in-out 0s;
}

.par .parHd ul li:last-child {
    margin-right: 0;
}

.par .parHd ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 43px;
    text-align: center;
}

.par .parHd ul li:hover a,
.par .parHd ul li.on a {
    color: #fff;
}

.par .parHd s {
    display: block;
    width: 410px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 22px;
}

.par .parHd b {
    display: block;
    width: 410px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 22px;
}

.par .parHd ul .on {
    background-color: #0f56cc;
    border: #0f56cc solid 1px;
}

.par .swiper_cont {
    position: relative;
    user-select: none;
}

.par .swiper {
    height: 214px;
}

.par .swiper-slide img {
    width: 100%;
    height: 100%;
}

.par .swiper_cont {
    display: none;
}

.par .swiper_cont .swiper-button-next,
.par .swiper_cont .swiper-button-prev {
    width: 40px;
    height: 90px;
    top: 83px;
    color: #fff;
    background-color: #dbdbdb;
}

.par .swiper_cont .swiper-button-next::after,
.par .swiper_cont .swiper-button-prev::after {
    font-size: 25px;
}

.par .swiper_cont .swiper-button-next:hover,
.par .swiper_cont .swiper-button-prev:hover {
    background-color: #343d43;
}

.par .swiper_cont .swiper-button-next {
    right: -50px;
}

.par .swiper_cont .swiper-button-prev {
    left: -50px;
}

/* 图文轮播结束 */

/* 百度地图 */
.online_map_area {
    width: 1200px;
    height: 506px;
    background-color: #fff;
    overflow: hidden;
}

.online_map_area .online_map {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.public_title {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
}

.public_title .public_text {
    color: #222;
    border-bottom: 3px solid #222;
    padding-bottom: 14px;
}

/* 百度地图结束 */
/* 联系我们 */
.contact_list {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.contact_list .contact_list_item {
    width: 270px;
    height: 360px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.contact_list .contact_list_item:hover .contact_us_itembg {
    transform: rotateY(180deg);
    opacity: 1;
}

.contact_list .contact_list_item:hover .contact_list_icon {
    display: none;
}

.contact_list .contact_list_item:hover .contact_list_hover_icon {
    display: block;
}

.contact_list .contact_list_item:hover .contact_list_content .contact_list_textbox {
    top: 125%;
    color: #fff;
}

.contact_list .contact_list_item .contact_us_itembg {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(0);
    transition: all 0.5s;
}

.contact_list .contact_list_item .contact_list_content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact_list .contact_list_item .contact_list_content .contact_list_icon {
    width: 100px;
    height: 100px;
    margin: 15px auto 54px;
}

.contact_list .contact_list_item .contact_list_content .contact_list_img {
    width: 100%;
    height: 100%;
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox {
    color: #000;
    transition: all 0.7s;
    position: absolute;
    left: 50%;
    top: 96%;
    transform: translate(-50%, -50%);
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox .contact_list_title {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox .contact_list_text {
    font-size: 12px;
}

.contact_list .contact_list_item .contact_list_hover_icon {
    display: none;
}

.contact_list .contact_list_item .contact_list_hover_icon .contact_list_hover_img {
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
}

.contact_list .contact_list_item .contact_list_hover_icon .contact_list_hoverbox {
    height: 114px;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

.contact_list .contact_list_item .contact_list_hover_icon .code_img {
    width: 120px;
    height: 120px;
}

/* 布局二 */
.contact-way {
    width: 1520px;
    margin: auto;
}

.contact-way ul {
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.contact-way ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-way h4 {
    text-align: center;
    color: #11baee;
    font-size: 24px;
    margin: 10px 0;
}

.contact-way .contact_img {
    width: 182px;
    height: 182px;
    border-radius: 50%;
}

.contact-way .contact_img img {
    width: 100%;
    height: 100%;
}

.contact-way p {
    color: #777;
}

.contact-site-item {
    width: 803px;
    height: 698px;
    position: relative;
    margin: 30px auto;
}

.contact-site-item img {
    width: 100%;
    object-fit: cover;
}

.contact-site-title {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 68px;
}

.contact-distribute {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.com-tit {
    font-size: 36px;
    color: #555;
    font-weight: 700;
}

.contact-site-title p {
    font-size: 15px;
    color: #888;
    margin-top: 16px;
}

.contact-distribute ul li {
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.contact-distribute ul li h2 {
    font-size: 15px;
    color: #11baee;
    font-weight: 700;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
    background-color: #fff;
}

.contact-distribute ul li i {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(http://192.168.0.188:4000//static/upload/组件素材/联系我们icon/20579623213141721873809150.png) no-repeat center;
    margin-right: 5px;
}

.contact-distribute ul li.shenzhen {
    right: 20%;
    bottom: 13%;
}

.contact-distribute ul li.shanghai {
    left: 86%;
    bottom: 37%;
}

.contact-distribute ul li.tianjin {
    right: 17%;
    top: 39%;
}

.contact-distribute ul li.guangzhou {
    right: 22%;
    bottom: 16%;
}

.contact-distribute ul li.branch {
    left: 0%;
    top: 4%;
}

.contact-site-list {
    max-width: 1520px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.contact-site-link {
    width: 33.33%;
    margin-bottom: 40px;
}

.contact-site-link h2 {
    font-size: 22px;
    color: #11baee;
    font-weight: 700;
    margin-bottom: 14px;
    padding-top: 24px;
    position: relative;
}

.contact-site-link a {
    color: #11baee;
}

.contact-site-link h2::before {
    content: '';
    width: 20px;
    height: 18px;
    background: url(http://192.168.0.188:4000//static/upload/组件素材/联系我们icon/20579623213141721873809150.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-site-link p {
    font-size: 16px;
    color: #999;
}

/* 联系我们结束 */
/* 留言表单 */
.message_form_area {
    width: 1200px;
    height: 460px;
    background-color: #fff;
}

.message_form_area .publish_message {
    font-size: 14px;
    margin: 20px 0 25px 15px;
    color: #666;
}

.message_form_area .contact-form {
    padding: 40px;
    box-sizing: border-box;
}



.message_form_area .contact-form {
    padding: 10px 60px;
}

.message_form_area .contact-form input {
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    padding: 0 14px;
    box-sizing: border-box;
}

.message_form_area .contact-form .yp_submit_btn {
    width: 100px;
    border-radius: 4px;
    background-color: #343a40;
    color: #fff;
    padding: 0;
    margin: 0 auto;
}

.contact-form textarea {
    border: 1px solid #e8e8e8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    font-size: 14px;
}

.contact-form .yp_row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-form .yp_col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.contact-form .yp_col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

/* 布局二 */

.subright .form-group {
    margin-bottom: 20px;
}

.subright .contact-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 1%;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-sizing: border-box;
    outline: none;
}

.subright .contact-form .yp_submit_btn {
    height: 44px;
    background-color: #0f56cc;
    border-color: #0f56cc;
    opacity: .7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
}

.subright .contact-form .form-textarea {
    height: auto;
}

/* 留言表单结束 */
/* 关于我们 */
.subright .aboutlist h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subright .aboutlist p {
    margin-bottom: 20px;
}

.subright .aboutlist img {
    max-width: 100%;
}


/*移上边框特效*/
.hover_boder:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-top: 2px solid #44a4ef;
    border-bottom: 2px solid #44a4ef;
    transform: scale(0, 1);
}

.hover_boder:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-left: 2px solid #44a4ef;
    border-right: 2px solid #44a4ef;
    transform: scale(1, 0);
}

.hover_boder:hover:before,
.hover_boder:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

/*图片移上放大*/
.hover_img_scale {
    transform: scale(1.1);
}

.hover_img_scale img {
    transition: all .3s;
}

/* 销售联系方式 */
.sales_wrap {
    width: 240px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 5px 2px 10px #ddd;
    background-color: #fff;
}

.sales_title_box {
    font-size: 16px;
    background-color: #5ed3e7;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.work_time {
    background-color: #d8f17c;
}

.sales_title {
    margin-left: 15px;
}

.sales_item {
    padding: 10px;
    font-size: 14px;
}

.sales_item .sales_item_name {
    display: inline-block;
    width: 70px;
}

/* 横排式 */
.sales_layout_1 {
    display: flex;
}

.sales_layout_1_left {
    margin-right: 20px;
}

.sales_layout_1 h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.sales_layout_1 .sales_item {
    font-size: 18px;
    color: #444;
    padding: 10px 0;
}

.sales_layout_1 .sales_layout_time {
    font-size: 18px;
    color: #444;
    padding: 10px 0;
}

.sales_layout_2 {
    text-align: center;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.sales_layout_2_title_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    background-color: #409eff;
    border-radius: 4px;
    padding: 5px;
}

.sales_layout_2_work_time {
    background-color: #fee75f;
}

.sales_layout_2_title {
    margin-left: 10px;
}

.sales_layout_2 .sales_item {
    width: 100%;
    position: relative;
    font-size: 16px;
    border-radius: 5px;
    transition: all .3s;
    margin-bottom: 20px;
    padding: 5px;
}

.sales_layout_2 .sales_item:hover {
    background-color: rgba(200, 200, 200, .5);
}

.sales_layout_2 .sales_item::before,
.sales_layout_2 .sales_item::after {
    content: "";
    width: 106%;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid rgb(17, 36, 100);
    transition: all .5s;
    border-radius: 5px;
    opacity: 0;
}

.sales_layout_2 .sales_item:hover::after {
    animation: clippath 3s infinite -1.5s linear;
}

.sales_layout_2 .sales_item:hover::before,
.sales_layout_2 .sales_item:hover::after {
    animation: clippath 3s infinite linear;
    opacity: 1;
}

@keyframes clippath {

    0%,
    100% {
        clip-path: inset(0 0 98% 0);
    }

    25% {
        clip-path: inset(0 98% 0 0);
    }

    50% {
        clip-path: inset(98% 0 0 0);
    }

    75% {
        clip-path: inset(0 0 0 98%);
    }
}

/* 销售联系方式结束 */

/* 搜索 */
.search_wrap {
    width: 380px;
    height: 34px;
    display: flex;
}

.search_wrap input {
    outline-style: none;
    border: 1px solid #c0c4cc;
    border-radius: 5px 0 0 5px;
    width: 84%;
    height: 100%;
    padding: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    font-family: "Microsoft soft";
}

.search_wrap input:focus {
    border-color: var(--color-theme);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        var(--color-theme);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        var(--color-theme);
}

.search_btn {
    display: flex;
    width: 16%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    border: 1px solid var(--color-theme);
    box-sizing: border-box;
    border-left: none;
    font-family: "Microsoft soft";
    justify-content: center;
    align-items: center;
    background-color: var(--color-theme);
    color: #f5f5f5;
    font-size: 14px;
    overflow: hidden;
    transition: all .3s;
}

.search_btn .icon-sousuo {
    font-size: 20px;
}

.search_btn:hover {
    background-color: #66b1ff;
    border-color: #66b1ff;
}

.search_layout {
    width: calc(100vw - 17px);
    border-bottom: 1px solid #dedede;
    height: 61px;
}

.search_layout .search_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.search_layout .search_wrap {
    width: 300px;
    height: 38px;
}

.search_layout .search_wrap input {
    width: 92%;
    border-radius: 16px 0 0 16px;
    border: 1px solid #59bc2b;
    font-size: 13px;
    color: #999;
}

.search_layout .search_wrap .search_btn {
    width: 18%;
    border-radius: 0 16px 16px 0;
    background-color: #59bc2b;
    border-color: #59bc2b;
}

.search_layout .search_wrap .search_btn:hover {
    background-color: #58c526;
    border-color: #58c526;
}

.search_layout .search_keywords span {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.search_layout .search_keywords a {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.search_layout .search_keywords a:hover {
    color: #444;
}

.search_layout .search_btn .icon-sousuo {
    display: none;
}

/* 布局二 */
.search_layout2 {
    border-bottom: 1px solid #dedede;
    height: 61px;
}

.search_layout2 .search_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.search_layout2 .search_wrap {
    width: 300px;
    height: 38px;
}

.search_layout2 .search_wrap input {
    width: 92%;
    border: 1px solid #a5a5a5;
}

.search_layout2 .search_wrap .search_btn {
    width: 65px;
    background-color: #da0000;
    border-color: #c0c4cc;
}

.search_layout2 .search_wrap .search_btn:hover {
    background-color: #e70202;
}

.search_layout2 .search_keywords span {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.search_layout2 .search_keywords a {
    font-size: 14px;
    color: #333;
}

/* 搜索结束 */

/*返回顶部*/
#goTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
}

#goTopBtn {
    background: #fafafa;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    box-shadow: 3px 4px 7px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 50px;
    color: #333;
    transition: all .5s;
}

#goTopBtn:hover {
    background-color: #5874d8;
    color: #fff;
}


.go_top_icon {
    font-size: 20px;
}

/*返回顶部结束*/

/*互动卡片*/
.yp_card_wrap {
    width: 270px;
    height: 360px;
    background-image: url('http://develop.ypgzex.com/make/组件物料/card/card_bg1.webp');
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 48px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.yp_card_wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#2069a4, #8169b8);
    opacity: 0;
}

.yp_card_wrap:hover {
    animation: card_shaking 1.2s ease-in-out;
}

.yp_card_wrap:hover::after {
    opacity: 0.5;
}

.yp_card_wrap:hover .yp_card_icon {
    background: url('http://develop.ypgzex.com/make/组件物料/card/card_icon_hover.webp') no-repeat;
}

.yp_card_wrap .yp_card_title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
}

.yp_card_wrap .yp_card_content {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    z-index: 1;
}

.yp_card_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url('http://develop.ypgzex.com/make/组件物料/card/card_icon.webp') no-repeat;
    overflow: hidden;
    transition: all .4s;
    z-index: 1;
}

@keyframes card_shaking {

    10%,
    90% {
        transform: translate3d(-1.2px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    70% {
        transform: translate3d(-4.8px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4.8px, 0, 0);
    }

    50% {
        transform: translate3d(-4.8px, 0, 0);
    }
}

/* 互动卡片结束 */

/* 公司简介 */
.company_profile {
    width: 1200px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
}

.company_profile_scroll_wrap {
    width: 600px;
    position: relative;
    overflow: hidden;
    margin-right: 50px;
}

.company_profile .company_profile_left {
    display: flex;
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
}

.company_profile_scroll_item {
    width: 600px;
    flex-shrink: 0;
}

.company_profile_scroll_item img {
    width: 100%;
    height: auto;
    display: block;
    /* 防止图片加载时出现布局变化 */
}

.company_profile .company_profile_right {
    flex: 1;
    padding-left: 20px;
}

.company_profile .company_profile_right h3 {
    font-size: 22px;
    font-weight: 700;
    color: #444;
    text-align: center;
    margin-bottom: 50px;
}

.company_profile .company_profile_content {
    font-size: 18px;
    line-height: 28px;
    color: #444;
    text-indent: 2em;
}

.company_profile_scroll_wrap .scroll_btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 30px;
    user-select: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.company_profile_scroll_wrap .scroll_btn i {
    font-size: 25px;
    color: #fff;
}

.company_profile_scroll_wrap .scroll_btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.company_profile_scroll_wrap .btn_left {
    left: 0;
}

.company_profile_scroll_wrap .btn_right {
    right: 0;
}

/* 布局二 */
.about_layout2 {
    padding-top: 80px;
}

.about_layout2_in {
    display: flex;
    justify-content: space-between;
}

.about_layout2 .item {
    width: 600px;
    height: 440px;
}

.about_layout2 .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.about_layout2 .contW {
    position: relative;
    display: block;
    width: 600px;
    margin-top: 15px;
}

.about_layout2 .contW .title h3 {
    font: bold 34px "microsoft yahei";
    color: #0f56cc;
    margin-bottom: 12px;
}

.about_layout2 .contW .title .entit {
    color: #333;
    font-size: 21px;
}

.about_layout2 .contW .cont {
    margin-top: 30px;
    font-size: 15px;
    color: #666;
    line-height: 26px;
}

.about_layout2 .contW .view_detail {
    display: block;
    width: 150px;
    height: 46px;
    font-size: 15px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #0f56cc;
    margin-top: 30px;
    left: 0;
}

.about_layout2 .item img:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

/* 公司简介结束 */

/* 全屏轮播组件 */
.swiper-list {
    width: calc(100vw - 15px) !important;
    height: 100vh !important;
    margin: 0 auto;
    position: relative;
    top: 0;
    overflow: hidden;
}

.swiper-main {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-item {
    height: 100%;
    display: inline;
    position: absolute;
}

.swiper-item img {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-spot {
    width: 100%;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
}

.swiper-spot .spot-item {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #a7c0d0;
    margin-left: 10px;
}

.swiper-spot .spot-item_active {
    background-color: #11baee;
}

.spot-item_active:before,
.spot-item_active:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    left: 0;
    top: 0;
    border: 1px solid rgba(17, 186, 238, 1);
    border-radius: 50%;
    animation: warn 1.2s ease-out 0s infinite;

}

.swiper-spot .spot-item:nth-of-type(1) {
    margin-left: 0;
}

.swiper-list .leftBtn,
.swiper-list .rightBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-list .leftBtn {
    left: 15px;
}

.swiper-list .rightBtn {
    right: 15px;
}

.swiper-list .leftBtn i,
.swiper-list .rightBtn i {
    font-size: 50px;
    color: #707070;
}

.swiper-list .leftBtn i:hover,
.swiper-list .rightBtn i:hover {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}

@keyframes warn {
    0% {
        transform: scale(0.4);
        opacity: 1;
    }

    25% {
        transform: scale(0.8);
        opacity: 0.75;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }

    75% {
        transform: scale(1.6);
        opacity: 0.25;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* 全屏轮播组件结束 */

/* 数字滚动组件 */
.yp_count_list {
    display: flex;
    width: 1520px;
}

.yp_count_item {
    flex: 1;
    margin-right: 40px;
    text-align: center;
    color: #11baee;
    border-right: 1px dashed #d2d2d2;
}

.yp_count_item:last-child {
    border-right: none;
}

.yp_count {
    font-size: 70px;
    font-weight: 700;
}

.yp_count_title {
    font-size: 16px;
}

/* 数字滚动组件结束 */

/* 工程案例 */
.case-container {
    width: calc(100vw - 17px);
    padding: 150px 110px 130px;
    box-sizing: border-box;
    background-color: #0c0c0c;
    overflow: hidden;
}

.case-ul {
    overflow: hidden;
}

.indfa-link {
    width: 23%;
    margin: 2% 0 0 2%;
    position: relative;
    float: left;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 240px;
}

.indfa-link:nth-child(1) {
    height: 512px;
}

.indfa-link:nth-child(1),
.indfa-link:nth-child(2) {
    width: 48%;
}

.indfa-link img {
    width: 100%;
    object-fit: cover;
    transition: all .6s ease;
    height: 100%;
}


.indfa-link-cont {
    position: absolute;
    z-index: 3;
    padding: 36px 40px 0;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.indfa-link:nth-child(1) .indfa-link-cont {
    padding: 64px 72px 0;
}

.indfa-link-cont h2 {
    font-size: 26px;
    line-height: 1.2;
    color: #222;
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    transition: all .4s ease;
}

.indfa-link-cont p {
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.indfa-link-cont h2::after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all .4s ease;
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(http://192.168.0.188:4000//static/upload/模板素材/模板4/case/29197682120711721700805423.png) no-repeat center;
}

.indfa-link:hover img {
    transform: scale(1.04);
}

.indfa-link:hover .indfa-link-cont h2 {
    color: #0084bb;
}

.indfa-link:hover .indfa-link-cont h2::after {
    opacity: 1;
}

/* 布局二 */
.case_layout2 {
    width: calc(100vw - 17px);
    padding: 200px 0 100px 0;
    background-color: #fff;
}

.case_layout2_list {
    margin-bottom: 40px;
}

.case_layout2_list .case_layout2_item a {
    display: block;
    padding-bottom: 80px;
    color: #333;
    transition: all .4s;
}

.case_layout2_list li:hover a {
    background-color: #0f56cc;
}

.case_layout2_list li:hover .tit {
    color: #fff;
}

.case_layout2_list li:hover .cont {
    color: #c1d4f1;
}

.case_layout2_list li:hover .view_detail {
    background: #fff;
    color: #0f56cc;
}

.case_layout2_list .case_layout2_item .case_layout2_img {
    display: block;
    width: 100%;
    height: 230px;
}

.case_layout2_title {
    margin-top: 20px;
    padding: 0 30px;
}

.view_detail {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #0f56cc;
    color: #fff;
}

.case_layout2_title .tit {
    font-size: 20px;
    color: #333;
}

.case_layout2_title .cont {
    margin-top: 12px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
}

.look_more {
    display: block;
    border-radius: 50px;
    width: 198px;
    height: 48px;
    font-size: 16px;
    margin: auto;
    line-height: 48px;
    text-align: center;
    background: #0f56cc;
    color: #fff;
    transition: all .5s;
}

/* 工程案例结束 */

/* 弹窗 */
.message_form_area .contact-form {
    padding: 40px;
    box-sizing: border-box;
}

.dialog_head {
    position: relative;
    height: 50px;
}

.dialog_close_btn {
    font-size: 30px;
    color: #9f9f9f;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

.dialog_wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
    z-index: 2000;
}

.dialog_title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #666;
    text-align: center;
    line-height: 50px;
    text-align: center;
}

.black_overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    opacity: .80;
}

.dialog_wrapper .white_content {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.code_wrap {
    width: 440px;
    height: 364px;
    text-align: center;
    margin-top: 20px;
    margin: 0 auto;
}

.code_wrap img {
    width: 265px;
    height: 265px;
}

/* 弹窗结束 */

/* 公司优势 */
.advantage_layout {
    width: calc(100vw - 17px);
    padding: 200px 0 100px 0;
    background-color: #f8f8f8;
}

.advantage_layout .liyoubox .leftbox {
    width: calc(50% - 100px);
    background-color: #FFF;
    padding: 50px;
}

.advantage_layout .liyoubox .leftbox ul li.cn1 {
    display: flex;
    margin-bottom: 15px;
}

.advantage_layout .liyoubox .leftbox ul li.cn1 div {
    height: 60px;
    min-width: 60px;
    background: #0f56cc;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.advantage_layout .liyoubox .leftbox ul li.cn1 p span:first-child {
    display: block;
    margin-bottom: 7px;
    font-size: 28px;
    color: #030303;
    font-weight: bold;
}

.advantage_layout .liyoubox .leftbox ul li.cn1 p span:first-child b {
    color: #0f56cc;
}

.advantage_layout .liyoubox .leftbox ul li.cn1 p span:last-child {
    font-size: 13px;
    color: #999999;
    display: block;
}

.advantage_layout .liyoubox .leftbox ul li.cn2 {
    line-height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #CCCCCC;
}

.advantage_layout .liyoubox .leftbox ul li.cn2 {
    line-height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #CCCCCC;
}

.advantage_layout .liyoubox .leftbox ul li.cn2 span {
    font-size: 14px;
}

.advantage_layout .liyoubox .leftbox ul li.cn2 span:first-child {
    width: 7px;
    height: 7px;
    background: #0f56cc;
    border-radius: 50px;
    margin-right: 12px;
}


.advantage_layout .liyoubox .rightbox {
    width: 50%;
}

.advantage_layout .liyoubox .rightbox p img {
    max-width: 100%;
}

/* 布局二 */
.advantage_layout2 {
    padding: 40px 0;
    background-color: #fff;
}

.advantage_layout2 .list {
    align-items: start;
    margin-bottom: 25px;
}

.advantage_layout2 .lf,
.advantage_layout2 .rt {
    width: 50%;
}

.advantage_layout2 .lf p {
    font-size: 14px;
    color: #333;
    line-height: 2em;
}

.advantage_layout2 .lf .text_cont {
    padding: 10px;
}

.advantage_layout2 .tt {
    position: relative;
    height: 67px;
    padding-top: 30px;
    padding-left: 70px;
    background: url(http://192.168.0.188:4000/static/upload/模板素材/模板6/22235810781631723863140949.png) no-repeat;
    box-sizing: border-box;
}

.advantage_layout2 .tt .num {
    position: absolute;
    top: 22px;
    left: 30px;
    font-size: 30px;
    color: rgb(242, 242, 242);
    font-style: italic;
}

.advantage_layout2 .rt {
    height: 319px;
}

/* 公司优势结束 */
/* 通用侧边栏 */
.main-w {
    padding-top: 30px;
    justify-content: space-between;
}

.sidebar {
    width: 245px;
    background-color: #fff;
}

.sidebar .left_title {
    background: #0f56cc;
    text-align: center;
    height: 102px;
    line-height: 102px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.sidebar .left_title h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.sidebar .lefta,
.sidebar .leftnews {
    margin-bottom: 10px;
    background-color: #fff;
}

.sidebar .lefta a {
    border-top: 1px solid #eaeaea;
    line-height: 58px;
    height: 58px;
    display: block;
    padding-left: 25px;
    font-size: 15px;
    color: #666;
}

.sidebar .leftnews .left_title {
    height: 47px;
    text-align: center;
    line-height: 47px;
}

.sidebar .leftprocomt {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
}

.sidebar .leftprocomt li {
    width: 105px;
    margin-right: 10px;
}

.sidebar .leftprocomt li:nth-child(2n) {
    margin-right: 0;
}

.sidebar .leftprocomt li img {
    width: 100%;
    border-radius: 3px;
    transition: all .3s ease-in-out 0s;
}

.sidebar .leftprocomt li p {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    text-overflow: ellipsis;
    transition: all .3s ease-in-out 0s;
}

.sidebar .lefta a:hover {
    font-weight: bold;
    color: #0f56cc;
}

.sidebar .leftprocomt li:hover p {
    color: #0f56cc;
}

.sidebar .leftnews .leftprocomt h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0f56cc;
    padding-bottom: 10px;
}

.sidebar .leftnews .leftprocomt p {
    font-size: 15px;
    color: #333;
    padding-top: 10px;
    line-height: normal;
}

.sidebar .leftnews .leftprocomt p span {
    font-size: 22px;
    color: #0f56cc;
    display: block;
    margin-top: 6px;
}

.sidebar .leftnews .leftprocomt span {
    line-height: 24px;
    font-size: 14px;
    padding-top: 12px;
    display: block;
    color: #666;
    border-bottom: none;
    padding-bottom: 12px;
}

/* 侧边栏结束 */
/* 模板6 */
.head_layout5 .top_bar {
    height: 50px;
    line-height: 50px;
    background-color: #223445;
}

.head_layout5 .top_bar .bar_in {
    justify-content: space-between;
    align-items: center;
}

.head_layout5 .top_bar .bar_in p {
    font-size: 18px;
    color: #fff;
}

.head_layout5 .top_bar .bar_in p:last-child {
    font-weight: 700;
}

.head_layout5 .top_bar .bar_in p span {
    margin-right: 10px;
}

.head_layout5 .logo_area {
    height: 100px;
    align-items: center;
    justify-content: space-between;
}

.head_layout5 .logoText {
    align-items: center;
}

.head_layout5 .logoText p {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.head_layout5 .logoText img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.head_layout5 .navs {
    display: flex;
    align-items: center;
    height: 100%;
}

.head_layout5 .navs .icon-arrow-right {
    display: none;
}

.head_layout5 .navs .item {
    position: relative;
}

.head_layout5 .navs a {
    display: block;
    color: #262626;
    padding: 0 20px;
    position: relative;
    height: 100%;
    line-height: 100px;
}

.head_layout5 .navs .item:hover .sub_navs {
    display: block;
}

.head_layout5 .navs .item:hover a {
    color: #c12f30;
}

.head_layout5 .navs a::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #444444;
}

.head_layout5 .navs .sub_navs {
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: #ecedee;
    display: none;
}

.head_layout5 .navs .sub_navs a::after {
    display: none;
}

.head_layout5 .navs .sub_navs .sub_item {
    height: 45px;
}

.head_layout5 .navs .sub_navs .sub_item:hover {
    background-color: #c12f30;
}

.head_layout5 .navs .sub_navs .sub_item:hover a {
    color: #fff;
}

.head_layout5 .navs .sub_navs .sub_item a {
    display: block;
    line-height: 45px;
    color: #262626;
}

.head_layout5 nav .icon-menu {
    display: none;
}

.tagprod_layout3 {
    padding: 40px 0;
    background-color: #f2f2f2;
}

.tp6_title {
    text-align: center;
    margin-bottom: 40px;
}

.tp6_title .main-title {
    color: #c12f30;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tp6_title .subtitle {
    color: #7f7f7f;
    font-size: 16px;
}

.tagprod_layout3 .classify_cont {
    height: 40px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
}

.tagprod_layout3 .classify_cont span {
    color: #c12f30;
    font-size: 20px;
    padding: 0 8px;
    border-bottom: 2px solid #c12f30;
    line-height: 40px;
}

.tagprod_layout3 .classify_cont .r_link a {
    color: #3f3f3f;
    font-size: 14px;
    padding: 0 10px;
}

.tagprod_layout3 .more-wrap {
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #3f3f3f;
}

.tagprod_layout3 .more-wrap:hover,
.tagprod_layout3 .classify_cont .r_link a:hover {
    color: #c12f30
}

.tagprod_layout3 .prod_list {
    margin-top: 20px;
    flex-wrap: wrap;
}

.tagprod_layout3 .prod_list li {
    width: 285px;
    border: 1px solid transparent;
    transition: all .3s;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.tagprod_layout3 .prod_list li:nth-child(4n) {
    margin-right: 0;
}

.tagprod_layout3 .prod_list li a {
    display: block;
}

.tagprod_layout3 .prod_list li p {
    padding: 0 5px;
    transition: all .3s;
    height: 40px;
    line-height: 22px;
    color: #000;
    box-sizing: border-box;
}

.tagprod_layout3 .prod_list li:hover {
    border: 1px solid #c12f30;
}

.tagprod_layout3 .prod_list li:hover p {
    background-color: #c12f30;
    color: #fff;
}

.tagprod_layout3 .prod_list li img {
    width: 283px;
    height: 283px;
}

.news_layout4 {
    padding: 40px 0;
}

.news_layout4 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_layout4 .list li {
    width: 579px;
    height: 115px;
    padding: 12px 0;
    border-bottom: 1px dashed transparent;
    transition: all .3s;
    box-sizing: border-box;
}

.news_layout4 .list li:hover {
    border-bottom: 1px dashed #cd2525;
}

.news_layout4 .list li a {
    align-items: center;
}

.news_layout4 .lf {
    min-width: 90px;
    height: 90px;
    background-color: #f2f2f2;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.news_layout4 .date {
    color: #3f3f3f;
    font-size: 24px;
}

.news_layout4 .ym {
    color: #7f7f7f;
    font-size: 14px;
}

.news_layout4 .rt {
    padding-left: 35px;
}

.news_layout4 .tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.news_layout4 .cont {
    font-size: 14px;
    color: #666;
}

.news_layout4 .list li:hover .tit {
    color: #cd2525;
}



.sidebar-layout2 {
    width: 290px;
    background-color: #fff;
}

.sidebar-layout2 h3 {
    height: 60px;
    background-color: #c12f30;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    padding: 0 20px;
}

.sidebar-layout2 .category-cont a {
    margin-bottom: 10px;
    padding: 0 20px;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #333;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.sidebar-layout2 .c-service {
    width: 100%;
}

.sidebar-layout2 .c-service img {
    width: 100%;
}

.sidebar-layout2 ul.side_menu a {
    padding: 0 20px;
}

.sidebar-layout2 ul.side_menu li {
    border-bottom: none;
}

.sidebar-layout2 ul.side_menu li.active_nav a {
    background: none;
    border: 1px solid #c12f30
}

.sidebar-layout2 ul.side_menu {
    overflow: visible;
    padding-top: 10px;
    max-height: none;
}

.sidebar-layout2 ul.side_menu .side_menu_item:hover {
    background: none;
    border: 1px solid #c12f30;
    color: #333;
}

.sidebar-layout2 .c-service {
    margin-top: 10px;
}

.r-item {
    width: 890px;
    padding-left: 20px;
}

.r-item h3 {
    margin: 10px 0;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-left: 5px solid #f10215;
}

.r-item .cont {
    text-indent: 2em;
    font-size: 14px;
    line-height: 2em;
}

.t6_prod_list {
    width: 900px;
    flex-wrap: wrap;
}

.t6_prod_list .list {
    flex-wrap: wrap;
}

.t6_prod_list li {
    width: 285px;
    border: 1px solid transparent;
    transition: all .3s;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.t6_prod_list li:nth-child(3n) {
    margin-right: 0;
}

.t6_prod_list li a {
    display: block;
}

.t6_prod_list li p {
    padding: 0 15px;
    transition: all .3s;
    line-height: 22px;
    height: 40px;
    line-height: 40px;
    color: #000;
    overflow: hidden;
}

.t6_prod_list li:hover {
    border: 1px solid #c12f30;
}

.t6_prod_list li:hover p {
    background-color: #c12f30;
    color: #fff;
}

.t6_prod_list li img {
    width: 283px;
    height: 283px;
}

.page-layout-5 .yp_pagination a.current,
.page-layout-8 .yp_pagination a.current {
    background-color: #c12f30;
    border-color: #c12f30;
}

.page-layout-5 .page_info,
.page-layout-8 .page_info {
    color: #c12f30;
}

.page-layout-5 .yp_pagination a:not(.disabled):not(.current):hover,
.page-layout-8 .yp_pagination a:not(.disabled):not(.current):hover {
    border: 1px solid #c12f30;
    color: #c12f30;
}

.t6_news_list {
    width: 900px;
}

.t6_news_list .item {
    padding: 10px 0;
    position: relative;
}

.t6_news_list .item:hover::after {
    width: 100%;
    background-color: #c12f30;
}

.t6_news_list .item:hover .time {
    color: #fff;
    border-right-color: #fff;
}

.t6_news_list .item:hover .news-action {
    color: #fff;
}

.t6_news_list .link {
    align-items: center;
}

.t6_news_list .time {
    min-width: 150px;
    border-right: 1px solid #595959;
    color: #595959;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.t6_news_list .news-time-date {
    font-size: 28px;
}

.t6_news_list .news-time-year {
    font-size: 14px;
}

.t6_news_list .news-action {
    padding: 12px 12px 12px 40px;
    color: #3f3f3f;
    z-index: 1;
}

.t6_news_list .news-title {
    margin-bottom: 12px;
}

.t6_news_list .news-desc {
    font-size: 12px;
}

.t6_news_list .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0;
    display: block;
    transition: all .3s;
}

.t6_rt {
    width: 900px;
    padding-left: 20px;
}

.t6_rt h3 {
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
    margin-bottom: 25px;
}

.t6_rt .title {
    color: #3f3f3f;
    font-size: 26px;
}

.t6_rt .sub_title {
    font-size: 16px;
    color: #a5a5a5;
}

.t6_rt .cont i {
    color: #3f3f3f;
    font-size: 26px;
    margin-right: 20px;
    vertical-align: middle;
}

.t6_rt .cont p {
    color: #666;
    line-height: 26px;
    margin-bottom: 12px;
}

/* 底部布局4 */
.ft_layout4 .ft_top {
    background-color: #223445;
}

.ft_layout4 .ft_nav {
    height: 60px;
}

.ft_layout4 .ft_nav a {
    display: block;
    height: 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ft_layout4 .ft_nav a span {
    display: block;
    height: 100%;
    line-height: 60px;
    position: relative;
    padding: 0 48px;
    font-size: 14px;
}

.ft_layout4 .ft_nav a:hover span {
    top: -7px;
}

.ft_layout4 .ft_nav a span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 15%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    transition: all .3s;
}

.ft_layout4 .ft_nav a:hover span::after {
    opacity: 1;
}

.ft_layout4 .ft_btm_in {
    padding-top: 20px;
    justify-content: space-between;
}

.ft_layout4 .ft-l {
    width: 120px;
}

.ft_layout4 .ft-l img {
    width: 100%;
}

.ft_layout4 .ft-c h5 {
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}

.ft_layout4 .ft-c p {
    font-size: 14px;
    color: #333;
}

.ft_layout4 .ft-r {
    width: 300px;
    text-align: center;
    color: #333;
}

.ft_layout4 .ft-r img {
    width: 160px;
}

/* 合作伙伴 */
.partner_cont {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.partner_cont .swiper_cont {
    position: relative;
    user-select: none;
}

.partner_cont .swiper-button-prev {
    left: -50px;
}

.partner_cont .swiper-button-next {
    right: -50px;
}

.partner_cont .swiper-button-next::after,
.partner_cont .swiper-button-prev::after {
    font-size: 20px;
    color: #333;
}

/* 公司介绍 */
.about_layout3 {
    padding: 80px 0 40px 0;
}

.about_layout3 .about_main {
    display: flex;
}

.about_layout3 .lf,
.about_layout3 .rt {
    width: 50%;
}

.about_layout3 .lf {
    padding-right: 40px;
}

.about_layout3 .lf .img_w {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.about_layout3 .lf img {
    width: 100%;
}

.about_layout3 .title {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.about_layout3 .sub_title {
    color: #7f7f7f;
    font-size: 12px;
    margin-bottom: 10px;
}

.about_layout3 .cont {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    outline: none;
}

/* 模板6结束 */
/* 模板7 */
.t7_head {
    height: 151px;
}

.t7_head .topbar {
    height: 46px;
    background-color: #182226;
}

.t7_head .topbar_in {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.t7_head .topbar p {
    color: #9fa6a4;
    font-size: 14px;
}

.t7_head .topLink {
    color: #9fa6a4;
}

.t7_head .topbar a {
    color: #9fa6a4;
    font-size: 14px;
}

.t7_head .logo_area {
    height: 105px;
    align-items: center;
    justify-content: space-between;
}

.t7_head .logo_l {
    align-items: center;
}

.t7_head .logo_area .logo_l img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.t7_head .logo_area h1 {
    font-size: 26px;
    font-weight: 700;
    color: #182226;
}

.t7_head .logo_area .logoCard {
    height: 100px;
    display: flex;
    align-items: center;
}

.t7_head .logo_area .logoCard img {
    max-width: 400px;
}

.t7_head .logo_r {
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    display: flex;
}

.t7_head .logo_r .icon {
    width: 45px;
    height: 45px;
    margin: 10px 20px 0 0;
}

.t7_head .logo_r p:nth-child(2) {
    color: #0194dc;
    font-size: 30px;
    font-weight: bold;
}

.t7_head .logo_r .icon-menu {
    display: none;
}

.t7_head .t7_mb_nav {
    display: none;
}

.t7_menus {
    background-color: #0194dc;
}

.t7_menus .x-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.t7_menus .x-menu li {
    position: relative;
    margin-right: 76px;
}

.t7_menus .x-menu li:last-child,
.t7_menus .x-menu .x-sub-menu li {
    margin-right: 0;
}

.t7_menus .x-sub-menu {
    position: absolute;
    z-index: 3;
    width: 150%;
    left: -25%;
    top: 68px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.t7_menus .x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.t7_menus .x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 3;
}

.t7_menus .x-menu li>a {
    display: block;
    font-size: 19px;
    color: #fff;
    text-align: center;
}

.t7_menus .x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.t7_menus .x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.t7_menus .x-menu a p {
    font-size: 15px;
}

/* 轮播样式 */
.web_container .t7_bannerSwiper .swiper-pagination-bullet {
    width: 80px;
    height: 7px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border-radius: 0;
    background: #fff;
}

.web_container .t7_bannerSwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #0194dc;
}

/* 搜索 */
.t7_search {
    margin: 30px 0 45px;
}

.t7_search .search_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t7_search .search_in strong {
    font-size: 18px;
    font-weight: bold;
    color: #323232;

}

.t7_search .search_keywords {
    font-size: 18px;
    color: #666464;
    padding-left: 40px;
    position: relative;
    display: flex;
}

.t7_search .search_keywords a {
    max-width: 90px;
    margin-right: 10px;
    color: #666464;
}

.t7_search .search_keywords .t7_search_icon {
    position: absolute;
    left: 0;
    top: -5px;
    width: 25px;
    height: 25px;
}

.t7_search .search_in .search_wrap {
    height: 37px;
}

.t7_search .search_in .search_btn {
    width: 63px;
    height: 37px;
    background-color: #0194dc;
}

.t7_bt {
    text-align: center;
    font-size: 41px;
    color: #000000;
}

.t7_bt p {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 13px 0 21px;
}

.t7_slogan {
    padding: 35px 0;
    background-color: #fff;
}

.t7_slogan .slogan_wrap {
    width: 1360px;
    margin: 0 auto;
}


.t7_slogan .slogan_list {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.t7_slogan .slogan_list li {
    width: 20%;
    position: relative;
    transition: .4s;
    text-align: center;
    border-right: 1px dashed #d2d2d2;
}

.t7_slogan .slogan_list li:last-child {
    border-right: none;
}

.t7_slogan .slogan_list li h2 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-top: 30px;
}


.t7_slogan .slogan_list li h3 {
    font-size: 18px;
    color: #595757;
    margin-top: 15px;
    font-weight: 400;
}

.t7_prod {
    padding: 100px 0 56px;
    overflow: hidden;
}

.t7_prod .top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}

.t7_prod .title {
    font-size: 36px;
    font-weight: 700;
}

.t7_prod .rt_link {
    display: flex;
    align-items: center;
}

.t7_prod .rt_link a {
    width: 145px;
    height: 35px;
    line-height: 35px;
    position: relative;
    transition: .4s;
    border: 1px solid #6E6C6C;
    text-align: center;
    margin-right: 8px;
    color: #6E6C6C;
}

.t7_prod .rt_link a:last-child {
    margin-right: 0;
}

.t7_prod .show_prod_list {
    flex-wrap: wrap;
    align-items: center;
}

.t7_prod .show_prod_list li {
    position: relative;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 24px;
    background-color: #fff;
}

.t7_prod .show_prod_list li:nth-child(3n) {
    margin-right: 0;
}

.t7_prod .show_prod_list li .com-img,
.t7_prod .show_prod_list li .com-img img {
    width: 100%;
    height: 287px;
}

.t7_prod .show_prod_list li h2 {
    font-size: 16px;
    color: #666464;
    line-height: 57px;
    background-color: #fff;
    transition: .4s;
    text-align: center;
    font-weight: normal;
}

.t7_prod .show_prod_list li:before {
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0;
    pointer-events: none;
    background-color: rgba(4, 128, 189, .5);
    position: absolute;
    content: "";
    z-index: 99;
    height: 0;
    opacity: 0;
    transition: .4s;
}

.t7_prod .show_prod_list li:hover:before {
    height: 287px;
    opacity: 1;
    z-index: 2;
}

.t7_prod .show_prod_list li .plus-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
    transition: .4s;
}

.t7_prod .show_prod_list li:hover .plus-icon {
    opacity: 1;
}

.t7_prod .show_prod_list li:hover h2 {
    color: #fff;
    background-color: #0194dc;
}

.t7_prod .btns {
    text-align: center;
    margin: 40px 0 0 0;
}

.t7_prod .btns a {
    font-size: 16px;
    color: #666464;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline-block;
    width: 208px;
    line-height: 53px;
    text-align: center;
    border: 1px solid #666464;
    transition: .3s;
}

.t7_prod .btns a:last-child {
    margin-left: 15px;
}

.t7_prod .btns a:hover,
.t7_prod .rt_link a:hover {
    background-color: #0194dc;
    color: #fff;
    border-color: #0194dc;
}

.t7_prod .phone {
    font-size: 17px;
    color: #595757;
    margin: 20px 0 0 0;
    font-weight: normal;
    text-align: center;
}

.t7_prod .phone strong {
    font-size: 34px;
    color: rgb(0, 176, 240);
    font-weight: bold;
}

/* 公司优势 */
.t7_why {
    margin: 60px 0;
    height: 915px;
    overflow: hidden;
    position: relative;
}

.t7_why .box3Img {
    position: absolute;
    left: -8px;
    top: 0;
    width: 968px;
    height: 592px;
}

.t7_why .box3Img img {
    width: 968px;
    height: 592px;
}

.t7_why .wh {
    position: relative;
    height: 915px;
}

.t7_why .why {
    width: 593px;
    float: right;
    margin-top: 70px;
}

.t7_why .list1 {
    margin-top: 94px;
}

.t7_why .list1 li {
    float: left;
    height: 324px;
    overflow: hidden;
    text-align: center;
    background: #f2f2f2;
    padding-top: 40px;
    box-sizing: border-box;
}

.t7_why .list1 li a {
    color: #000;
}

.t7_why .list1 li h2 {
    font-size: 116px;
}

.t7_why .list1 li h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 14px 0;
}

.t7_why .list1 li h4 {
    font-size: 14px;
    line-height: 25px;
    padding: 0 37px;
}

.t7_why .list1 li:nth-child(1) {
    margin-left: 608px;
    width: 305px;
    color: #000;
}

.t7_why .list1 li:nth-child(2) {
    background: #fff;
    width: 287px;
}

.t7_why .list1 li:nth-child(3) {
    background: #1c1a1b;
    width: 305px;
    color: #fff;
}

.t7_why .list1 li:nth-child(3) a,
.t7_why .list1 li:nth-child(4) a {
    color: #fff;
}

.t7_why .list1 li:nth-child(4) {
    background: #0194dc;
    width: 305px;
    color: #fff;
}

.t7_why .ysTxt {
    position: absolute;
    left: -65px;
    top: 507px;
}

.t7_why .tup {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 592px;
    height: 324px;
}

/* 公司介绍 */
.t7_about {
    background-color: #eeeeee;
    padding-top: 70px;
    padding-bottom: 50px;
    overflow: hidden;
}

.t7_about .ab_l {
    width: 713px;
    margin-top: 24px;
    margin-right: 30px;
}

.t7_about .ab_l h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.t7_about .ab_cont {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 20px;
    height: 240px;
    overflow: hidden;
    text-align: justify;

}

.t7_about .ab_r {
    width: 453px;
    height: 503px;
    overflow: hidden;
}

.t7_about .ab_r img {
    width: 100%;
    height: 100%;
}

/* 数字滚动 */
.t7_count_list {
    display: flex;
    height: 122px;
    max-width: 1200px;
    background-color: #fff;
}

.t7_count_list .yp_count_item {
    min-width: 200px;
    position: relative;
    padding: 10px 20px 10px 10px;
    text-align: center;
    border: none;
}

.t7_count_list .yp_count_item::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 0;
    width: 1px;
    height: 75px;
    background-color: #dcdcdc;
}

.t7_count_list .yp_count_item:last-child::after {
    display: none;
}

.t7_count_list .yp_count {
    color: #0194dc;
    font-size: 47px;
}

.t7_count_list .yp_count_title {
    font-size: 15px;
    line-height: 38px;
    color: #3e3a39;
}

.t7_count_list .unit {
    position: absolute;
    top: 12px;
    right: 25px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    line-height: 8px;
    color: #000000;
}

/* 工程案例 */
.t7_case {
    padding: 50px 0;
    background-color: #fff;
}

.t7_case .ctt {
    color: #000000;
    font-size: 20px;
    margin-top: 25px;
}

.t7_case .cont {
    margin-top: 18px;
    position: relative;
}

.t7_case .cont .swiper-button-next,
.t7_case .cont .swiper-button-prev {
    width: 32px;
    height: 32px;
    background-color: #0194dc;
}

.t7_case .cont .swiper-button-next::after,
.t7_case .cont .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.t7_case .cont .swiper-button-next {
    top: -24px;
    right: 0;
}

.t7_case .cont .swiper-button-prev {
    top: -24px;
    right: 40px;
    left: auto;
}

.t7_case .t7_case_item {
    padding: 10px 0;
    user-select: none;
}

.t7_case .t7_case_list .t7_case_item a {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 18px 18px 8px;
}

.t7_case .tit {
    color: #000;
    font-size: 14px;
}

/* 文章列表 */
.t7_news {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.t7_news .lf,
.t7_news .cont_lf {
    margin-right: 40px;
}

.t7_news .t_wrap {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    height: 72px;
    line-height: 72px;
    margin-bottom: 35px;

}

.t7_news .more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.t7_news .more img {
    margin-left: 5px;
}

.t7_news .type_list {
    align-items: center;
}

.t7_news .type_list li {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin-right: 48px;
    position: relative;
}

.t7_news .type_list li::after {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #0194dc;
    position: absolute;
    bottom: -1px;
    left: 26%;
    transform: translateX(-50%);
    display: none;
}

.t7_news .type_list li.cur::after {
    display: block;
}

.t7_news .type_list li a {
    color: #000000;
}

.t7_news .type_list li a {
    color: #000000;
}

.t7_news .n_item img {
    width: 364px;
    height: 160px;
    margin: 0 auto;
    display: block;
}

.t7_news .n_item h3 {
    font-size: 16px;
    color: #000000;
    height: 50px;
    line-height: 50px;
    width: 306px;
    margin: 0 auto;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 32px;
}

.t7_news .n_item h4 {
    font-size: 14px;
    color: #727171;
    line-height: 23px;
    width: 306px;
    margin: 0 auto;
    margin-top: 13px;
}

.t7_news .p8a2b {
    margin-top: 43px;
    padding: 0 26px;
}

.t7_news .p8a2b li {
    line-height: 20px;
    margin-bottom: 11px;
    height: 20px;
    overflow: hidden;
}

.t7_news .p8a2b li b {
    line-height: 20px;
    width: 20px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #8f8c8b;
    font-weight: normal;
}

.t7_news .p8a2b li h3 {
    line-height: 20px;
    margin-left: 14px;
    float: left;
    color: #727171;
    font-size: 14px;
}

.t7_news .cjtt {
    line-height: 72px;
    position: relative;
    color: #000000;
    font-size: 19px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    justify-content: space-between;
}

.t7_news .content {
    height: 416px;
    background: #fff;
    padding: 28px 20px 0;
}

.t7_news #ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 351px;
}

.t7_news #yindemo {
    height: 100%;
}

.t7_news .news_list3 {
    animation: preview_news 20s infinite;
}

.t7_news .news_list3 li {
    position: relative;
    padding: 26px 0 30px;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
}


.t7_news .news_list3:hover {
    animation-play-state: paused;
}

.t7_news .news_list3 li a {
    line-height: 30px;
    padding-left: 35px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #3e3a39;
}

.t7_news .news_list3 li .question,
.t7_news .news_list3 li .answer {
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.t7_news .news_list3 span {
    padding-left: 35px;
    font: 400 14px / 26px "微软雅黑";
    margin-top: 2px;
    color: #3e3a39;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@keyframes preview_news {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-62%);
    }
}

/* 底部 */
.t7_footer {
    background-color: #2c3033;
}

.t7_footer .box8 {
    background: #2c3033;
    height: 130px;
    border-bottom: 1px solid #7d7d7d;
    overflow: hidden;
}

.t7_footer .ads22 {
    padding-top: 31px;
}

.t7_footer .ads22 li {
    padding: 5px 65px 0;
    height: 75px;
}

.t7_footer .ads22 li:first-child {
    padding-left: 0;
}

.t7_footer .ads22 li {
    border-right: 1px solid #c2c2c2;
}

.t7_footer .ads22 li:last-child {
    border-right: none;
}

.t7_footer .det {
    display: flex;
    align-items: center;
    font-size: 25px;
}

.t7_footer .det i {
    font-size: 30px;
    color: #c2c2c2;
}

.t7_footer .ads22 li h2 {
    line-height: 29px;
    color: #c2c2c2;
    font-size: 16px;
    margin-left: 8px;
}

.t7_footer .ads22 li span {
    color: #c2c2c2;
    font-size: 16px;
    margin-left: 35px;
    display: block;
    margin-top: 5px;
}

.t7_footer .foot {
    padding: 10px 0 20px;
}

.t7_footer .copyright {
    line-height: 24px;
    color: #c2c2c2;
    font-size: 14px;
}

.t7_footer .copyright a {
    color: #c2c2c2;
}

.t7_footer .f_link {
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
}

.t7_footer .f_link a {
    color: #727171;
    font-size: 14px;
    padding: 0 3px 0 15px;
}


/* 通用侧边栏 */

.t7_side {
    width: 305px;
    box-sizing: border-box;
    background-color: #fff;
}

.t7_side .t7_left_box {
    width: 305px;
    border: 1px solid #d2d2d2;
    border-top: none;
}

.t7_side .side_tit {
    background: #0194dc;
    padding: 10px 20px;
    position: relative;
}

.t7_side .side_tit h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.t7_side .side_tit span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
}

.t7_side .side_tit span:before {
    content: "/";
    padding-right: 5px;
}

.t7_side .side_menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
    border-bottom: 1px solid #eee;
}

.t7_side .side_menu li a:hover {
    color: #01a1e6;
    background: none;
}

.t7_side .side_menu li a {
    background: none;
}

.t7_side ul.side_menu {
    max-height: none;
}

.t7_side .side_menu li a .arrow {
    font-size: 21px;
}

.t7_side .news-t a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
    border-bottom: 1px solid #eee;
}

.t7_side .latest-news {
    padding: 10px 0;
}

.t7_side .t7_mb20 {
    margin: 20px 0;
}

.t7_side .latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}

.t7_side .latest-news li a {
    line-height: 1.2;
    color: #5a5a5a;
}

.t7_side .latest-news li a:hover {
    color: #01a1e6;
}

.t7_side .latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.t7_side .hot-keys {
    padding: 20px 7px 8px 7px;
    display: flex;
    flex-wrap: wrap;
}

.t7_side .hot-keys li {
    width: calc(50% - 14px);
    margin: 0 7px 14px 7px;
}

.t7_side .hot-keys li a {
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
}

.t7_side .hot-keys li a:hover {
    color: #0194dc;
    border-color: #0194dc;
}

.t7_side .page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.t7_side .page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}

.t7_side .page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}

/* 产品中心列表 */
.t7_prod_list {
    width: 845px;
}

.t7_prod_list .list {
    align-items: center;
    flex-wrap: wrap;
}

.t7_prod_list .list li {
    display: inline-block;
    vertical-align: bottom;
    width: 30.333%;
    margin: 0 1.5% 20px 1.5%;
    padding: 10px 10px 0 10px;
    border: 1px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    overflow: hidden;
}

.t7_prod_list .list li a {
    display: block;
}

.t7_prod_list .list li img {
    width: 100%;
    transition: all .5s ease;
}

.t7_prod_list .list li h3 {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.3;
    padding: .8em 0;
    height: 50px;
}

.t7_prod_list .list li:hover {
    border-color: #0194dc;
}

.t7_prod_list .list li:hover img {
    transform: scale(1.1);
}

.page-layout-6 .yp_pagination a.current {
    background-color: #0194dc;
    border-color: #0194dc;
    font-size: 14px;
    color: #fff;
}

.page-layout-6 .yp_pagination a {
    background-color: #fff;
    color: #333;
    height: 28px;
    font-size: 14px;
}

.page-layout-6 .yp_pagination a:not(.disabled):not(.current):hover {
    border: 1px solid #0194dc;
    color: #0194dc;
}

.page-layout-6 .news_list_style2 {
    width: 845px;
}

/* 新闻中心 */
.t7_news_list {
    width: 845px;
}

.t7_news_list .list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.t7_news_list .list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.t7_news_list .list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.t7_news_list .list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.t7_news_list .list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.t7_news_list .list li .more {
    margin-top: 15px;
}

.t7_news_list .list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.t7_news_list .list li:hover .tit h3 {
    color: #0194dc;
}

.t7_news_list .list li:hover .tit h3 {
    color: #0194dc;
}

.t7_news_list .list li:hover .more span {
    color: #fff;
    background-color: #0194dc;
}

/* 留言表单 */
.t7_msg_cont .contact-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 1%;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-sizing: border-box;
    outline: none;
}

.t7_msg_cont .contact-form .yp_submit_btn {
    height: 44px;
    background-color: #0f56cc;
    border-color: #0f56cc;
    opacity: .7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
}

.t7_msg_cont .contact-form .form-textarea {
    height: auto;
}

.t7_msg_cont .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.t7_msg_cont .form-group span {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
}

.t7_msg_cont .form-group span i {
    color: #ff0000;
}

.t7_msg_cont .form-group .yp_submit_btn {
    width: 116px;
    height: 34px;
    background-color: #337ab7;
    cursor: pointer;
}

.t7_msg_cont .form-group .yp_submit_btn:hover {
    background-color: #286090;
}

/* 产品详情 */
.t7_rt_box {
    width: 845px;
}

.t7_rt_box .detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.t7_rt_box .detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
    align-items: center;
}

.t7_rt_box .detail-info-bar .detail-info-icon {
    position: relative;
    margin-right: 10px;
    padding-left: 25px;
}

.t7_rt_box .detail-info-bar .detail-info-icon i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

.t7_rt_box .prod_params .t7_tit {
    color: #0194dc;
    font-size: 18px;
}

.t7_rt_box .prod_params p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.t7_rt_box .img_w img {
    width: 100%;
}

.t7_rt_box .detail_tags .tags_title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.t7_rt_box .detail_tags .tags_title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #0194dc;
    line-height: 40px;
    border-bottom: 3px solid #0194dc;
    margin-bottom: -1px;
}

.t7_rt_box .detail_tags .tags-content {
    padding-top: 12px;
}

.t7_rt_box .detail_tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.t7_rt_box .relate-product {
    margin: 45px 0;
}

.t7_rt_box .relate-product .owl-item {
    overflow: hidden;
}

.t7_rt_box .relate-product .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #0194dc;
    text-align: center;
}

.t7_rt_box .relate-product .owl-item:hover img {
    transform: scale(1.1);
}

.t7_rt_box .relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
}

.t7_rt_box .relate-title span {
    display: inline-block;
    color: #0194dc;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

.t7_rt_box .relate-product .owl-item img {
    width: 100%;
    transition: all .5s;
}

.t7_rt_box .relate-news-list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.t7_rt_box .relate-news-list li {
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #0194dc;
}

.t7_rt_box .relate-news-list li a {
    padding-right: 125px;
    color: #666666;
}

.t7_rt_box .relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.t7_rt_box .relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.t7_rt_box .relate-news-list li:hover a {
    color: #0194dc;
}

.t7_rt_box .relate-news-list li:hover a:before {
    color: #0194dc;
}

.t7_rt_box .relate-news-list li:hover span {
    color: #0194dc;
}

/* 模板7结束 */

/* 冷冻机模板 */
/* 头部 */
.t8_heade {
    height: 119px;
    box-shadow: 0 7px 7px -2px rgba(0, 0, 0, 0.26);
    z-index: 2;
}

.t8_heade .top_bar {
    background-color: #146ba2;
    height: 39px;
}

.t8_heade .bar_in {
    height: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.t8_heade .bar_in p {
    color: #fff;
}

.t8_heade .top_link {
    align-items: center;
}

.t8_heade .top_link a {
    margin-right: 20px;
    color: #fff;
}

.t8_heade .top_link a:last-child {
    margin-right: 0;
}

.t8_heade .top_link .i_link i {
    font-size: 19px;
}

.t8_heade .logo_cont {
    height: 80px;
    z-index: 3;
    background-color: #fff;
}

.t8_heade .logo_in {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.t8_heade .logoText {
    height: 100%;
    align-items: center;
}

.t8_heade .logoText img {
    width: 60px;
    height: 60px;
}

.t8_heade .logoText p {
    font-size: 22px;
    margin-left: 20px;
    color: #333;
}

.t8_heade .menu_cont {
    align-items: center;
}

.t8_heade .menu .p_menu {
    height: 80px;
    display: flex;
    align-items: center;
}

.t8_heade .menu .p_menu li {
    height: 100%;
    position: relative;
}

.t8_heade .menu .p_menu li a {
    display: block;
    height: 100%;
    line-height: 80px;
    padding: 0 15px;
    color: #3c3c3c;
    font-weight: 700;
    font-size: 15px;
    font-family: arial, "Hiragino Sans GB", sans-serif, "Font Awesome 5 Free";
}

.t8_heade .menu .p_menu a:hover {
    color: #146ba2;
}

.t8_heade .menu .p_menu li:hover>.c_menu {
    display: block;
}

.t8_heade .p_menu .icon-arrow-bottom {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
}

.t8_heade .c_menu {
    width: 250px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    z-index: 2;
    display: none;
}

.t8_heade .c_menu li .c_menu {
    top: 0;
    left: 250px;
    display: none;
}

.t8_heade .menu .c_menu li {
    height: 50px;
}

.t8_heade .menu .c_menu li:hover {
    background-color: #f5f5f5;
}

.t8_heade .menu .c_menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-weight: normal;
}


.t8_heade .c_menu .icon-arrow-right {
    font-size: 12px;
}

.t8_heade .search_box {
    align-items: center;
}

.t8_heade .search_box .icon-sousuo {
    font-size: 22px;
    font-weight: bold;
    color: #1e73be;
    margin-left: 15px;
    cursor: pointer;
}

.t8_heade .search_box .many_language {
    margin-left: 15px;
    padding: 0;
}

.t8_heade .search_box .many_language::before,
.t8_heade .search_box .icon-menu {
    display: none;
}

/* 搜索 */
.search_box_out {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000001;
    display: none;
}

.search_box_out .search_box_in {
    display: block;
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 10% auto 0 auto;
    overflow: hidden;
}

.search_box_out .search_box_in p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.search_box_out .search_box_in p span {
    display: inline-block;
    background: #2ba8db;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}

.search_box_out .search_box_in p span i {
    font-size: 18px;
    vertical-align: middle;
}

.search_box_out .search_wrap {
    width: auto;
    height: 34px;
    display: flex;
}

.search_box_out .search_wrap input {
    outline-style: none;
    border: 2px solid #2ba8db;
    border-right: none;
    width: 85%;
    height: 100%;
    padding: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    font-family: "Microsoft soft";
    border-radius: 0;
}

.search_box_out .search_wrap input:focus {
    border-color: #409eff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        #409eff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        #409eff;
}

.search_box_out .search_btn {
    display: flex;
    justify-content: space-between;
    width: 15%;
    height: 100%;
    border: 2px solid #2ba8db;
    border-left: none;
    box-sizing: border-box;
    border-left: none;
    font-family: "Microsoft soft";
    align-items: center;
    color: #2ba8db;
    font-size: 14px;
    overflow: hidden;
    transition: all .3s;
    padding-right: 10px;
    background: none;
    border-radius: 0;
}

.search_box_out .search_btn span {
    color: #e8e8e8;
}

.search_box_out .search_box_in .close_seach {
    width: 35px;
    height: 35px;
    font-size: 24px;
    margin: 100px auto 0 auto;
    cursor: pointer;
    color: #666;
}

.search_box_out .search_box_in .close_seach i {
    font-size: 25px;
    font-weight: bold;
}

/* 底部 */
.t8_footer {
    background-color: #146ba2;
}

.t8_footer .t8_ft_top {
    padding: 61px 0 19px 0;
    justify-content: space-between;
}

.t8_footer .ft_menus {
    width: 50%;
    justify-content: space-between;
}

.t8_footer .ft_menus dl {
    margin-right: 50px;
}

.t8_footer .ft_menus dl dt {
    margin: 23px 0;
}

.t8_footer .ft_menus dl dt a {
    display: block;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

.t8_footer .ft_menus dl dd {
    margin-bottom: 16px;
}

.t8_footer .ft_menus dl dd a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.t8_footer .ft_menus dl dd a i {
    margin-right: 10px;
}

.t8_footer .ft_qrCode {
    width: 25%;
    padding-top: 23px;
    text-align: center;
}

.t8_footer .ft_qrCode img {
    max-width: 150px;
}

.t8_footer .ft_contact {
    width: 25%;
}

.t8_footer .ft_contact h3 {
    margin: 23px 0;
    padding: 0 7px 0 14px;
}

.t8_footer .ft_contact h3 a {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

.t8_footer .ft_contact h3:hover a {
    border-bottom: 1px solid #fff;
}

.t8_footer .ft_contact p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.t8_footer .ft_contact p i {
    margin-right: 10px;
}

.t8_footer .ft_copy {
    background-color: #1e73be;
    text-align: center;
    padding: 10px 2.5%;
}

.t8_footer .ft_copy p,
.t8_footer .ft_copy p a {
    color: #fff;
    font-size: 14px;
}

/* 轮播 */
.t8_bannerSwiper:hover .swiper-button-next,
.t8_bannerSwiper:hover .swiper-button-prev {
    opacity: 0.7;
}

.t8_bannerSwiper .swiper-button-next,
.t8_bannerSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0;
    cursor: pointer;
    transition: all .5s;
}

.t8_bannerSwiper .swiper-button-next::after,
.t8_bannerSwiper .swiper-button-prev::after {
    font-size: 20px;
    color: #666;
}

.t8_bannerSwiper .swiper-pagination {
    text-align: left;
}

.t8_bannerSwiper .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #fff;
}

.t8_bannerSwiper .swiper-pagination-bullet-active {
    background-color: #1e73be;
}

.t8_bannerSwiper .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.t8_bannerSwiper .swiper-slide-active img,
.t8_bannerSwiper .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

/* 产品展示 */
.t8_p38-42 {
    padding: 42px 0 38px 0;
}

.t8_prod_cont {
    background-color: #f5f5f5;
}

.t8_title {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.8;
}

.t8_title span.main-title {
    display: block;
    color: #146ba2;
    font-size: 32px;
    margin: 5px 0;
}

.t8_title span.as-title {
    display: block;
    color: #101010;
    font-size: 16px;
    margin: 5px 0;
}

.t8_title .title_boout {
    display: block;
    margin: 10px 0;
}

.t8_title .title_bo {
    width: 120px;
    height: 1px;
    margin: 0 auto;
}

.t8_title .titletext {
    margin-bottom: 8px;
}

.t8_prod_cont .list {
    align-items: center;
}

.t8_prod_cont .list li {
    width: 266px;
    height: 342px;
    margin: 10px 0.5%;
    padding: 15px 1%;
    position: relative;
}

.t8_prod_cont .list li a {
    display: inline-block;
    text-align: center;
    line-height: 1.6;
}

.t8_prod_cont .img_w {
    position: relative;
    z-index: 2;
}

.t8_prod_cont .img_w img {
    width: 201px;
    height: 201px;
}

.t8_prod_cont .tit {
    position: relative;
    font-size: 16px;
    color: #2e2e2e;
    margin: 5px 0;
    z-index: 2;
}

.t8_prod_cont .cont {
    position: relative;
    color: #666;
    font-size: 14px;
    z-index: 2;
}

.themepark_icon_box_bac {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
}

.t8_prod_cont .list li:hover .themepark_icon_box_bac {
    transform: scale(1.1, 1.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
}

/* 方案 */
.t8_case_cont .t8_case_in {
    align-items: center;
    background-color: #666;
}

.t8_case_cont .t8_title span.main-title,
.t8_case_cont .t8_title span.as-title {
    display: inline-block;
}

.t8_case_cont .t8_title span.as-title {
    color: #1a1a1a;
    font-size: 28px;
}

.t8_case_cont .themepark_imgtext_vidio {
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #333;
}


.t8_case_cont .t8_case_in .themepark_imgtext_img {
    overflow: hidden;
    position: relative;
    padding: 0 1% 0 0;
}

.t8_case_cont .themepark_imgtext_img img {
    max-width: inherit;
    height: auto;
}

.t8_case_cont .themepark_imgtext_img {
    box-sizing: border-box;
}

/* 留言表单 */
.t8_case_cont .t8_msg {
    width: 50%;
}

.t8_case_cont .t8_msg .contact-form {
    background-color: #383838;
    padding: 20px 2.5%;
}

.t8_case_cont .t8_msg .form-group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.t8_case_cont .t8_msg .form-group span {
    display: block;
    width: 10%;
    text-align: left;
}

.t8_case_cont .t8_msg .form-group i {
    font-style: normal;
    color: #dc3232;
    margin-left: 5px;
}

.t8_case_cont .t8_msg .contact-form .form-control {
    display: block;
    width: 90%;
    height: 40px;
    padding: 5px 1%;
    font-size: 14px;
    line-height: 1.57142857;
    color: #fff;
    background-color: #0d0d0d;
    background-image: none;
    border: 1px solid #616161;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-sizing: border-box;
    outline: none;
}

.t8_case_cont .t8_msg .contact-form .yp_submit_btn {
    width: 198px;
    height: 41px;
    background-color: #1e73be;
    border-color: #1e73be;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    cursor: pointer;
    margin-left: 66px;
}

.t8_case_cont .t8_msg .contact-form .form-textarea {
    height: auto;
}

.t8_case_cont .msg_tit {
    height: 36px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t8_case_cont .msg_tit span {
    margin-left: 5px;
}

/* 新闻 */
.t8_news_cont {
    background-color: #f2f2f2;
}

.t8_news_cont .t8_title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t8_news_cont .t8_title h3 .as-title {
    font-size: 24px;
    margin-left: 5px;
}

.t8_news_cont .news_type {
    height: 41px;
    line-height: 41px;
    margin-top: 20px;
}

.t8_news_cont .news_type a {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #146ba2;
    border-radius: 20px;
}

.t8_news_cont .list {
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.t8_news_cont .list li {
    width: 32%;
    margin: 0 2% 15px 0;
    padding: 5px 0;
    border-bottom: 1px solid #e3e3e3;
}

.t8_news_cont .list li:nth-child(3n) {
    margin-right: 0;
}

.t8_news_cont .list li a {
    justify-content: space-between;
}

.t8_news_cont .list li .imgbox {
    width: 150px;
    height: 135px;
    overflow: hidden;
    margin-right: 0;
}

.t8_news_cont .list li img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.t8_news_cont .list li:hover img {
    transform: scale(1.08);
}

.t8_news_cont .rtbox {
    width: 268px;
    padding-left: 15px;
    box-sizing: border-box;
}

.t8_news_cont .rtbox h4 {
    margin: 0 0 5px 0;
    line-height: 1.5;
    overflow: hidden;
    max-height: 48px;
    color: #146ba2;
}

.t8_news_cont .rtbox .description {
    background: none;
    padding: 0 1%;
    line-height: 19px;
    margin-bottom: 6px;
    width: 100%;
    padding: 0;
    font-size: 14px;
    color: #666;
}

/* 侧边栏 */
.t8_side {
    width: 350px;
    background-color: #fff;
    padding: 15px 4%;
    box-sizing: border-box;
}

.t8_side ul.side_menu {
    width: 100%;
    max-height: none;
}

.t8_side ul.side_menu li {
    width: 100%;
    border: none;
}

.t8_side ul.side_menu li a {
    display: flex;
    justify-content: space-between;
    padding: 3px 5%;
    line-height: 34px;
    font-size: 14px;
    font-family: arial, "Hiragino Sans GB", sans-serif, "Font Awesome 5 Free";
    border-bottom: solid 1px #E3E3E380;
}

.t8_side .active_nav>a {
    background-color: #E3E3E380;
    color: #1e73be;
    font-weight: 700;
}

.t8_side .side_menu li a:hover {
    color: #1e73be;
    background-color: #E3E3E380;
    font-weight: 700;
}

.t8_side .news_type {
    margin-bottom: 20px;
}

.t8_side .news_type a {
    display: block;
    padding: 5px 5%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #E3E3E380;
    color: #444;
}

.t8_side .news_type a:hover {
    background-color: #E3E3E380;
    color: #1e73be;
    font-weight: 700;
}

.t8_side .recommend_prod {
    padding: 15px 4%;
    margin: 20px 0;
}

.t8_side .recommend_prod .list_nav_ts {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.t8_side .recommend_prod .list_nav_ts span:first-child {
    color: #1e73be;
    margin-right: 5px;
    font-size: 18px;
}

.t8_side .recommend_prod .list_nav_ts i {
    position: absolute;
    right: 0;
    top: 6px;
    color: #1e73be;
}

.t8_side .recommend_prod .list_nav_ts .xian_o {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 5px;
    overflow: hidden;
}

.t8_side .recommend_prod .xian_o .xo {
    width: 10%;
    height: 1px;
    background: #1e73be;
    float: right;
}

.t8_side .recommend_prod .list li {
    width: 100%;
    height: auto;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 1px solid #f7f7f7;
    overflow: hidden;
}

.t8_side .recommend_prod .list li:hover img {
    transform: scale(1.1);
}

.t8_side .recommend_prod .img_w {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.t8_side .recommend_prod .img_w img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.t8_side .recommend_prod .cont {
    width: 222px;
    padding-left: 10px;
    box-sizing: border-box;
}

.t8_side .recommend_prod .tit,
.t8_side .recommend_prod .desc {
    font-size: 14px;
    color: #333;
    margin: 10px 0 5px 0;
}

.t8_side .recommend_prod .desc {
    color: #666;
}

.t8_side .recommend_prod .more_m {
    display: block;
    border: solid 1px #1e73be;
    padding: 5px 0;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    color: #1e73be;
    transition: all .5s;
}

.t8_side .recommend_prod .more_m:hover {
    background-color: #1e73be;
    color: #fff;
}

.t8_side .side_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.t8_side .side_contact .qrCode img {
    max-width: 150px;
}

.t8_side .side_contact .contact-d {
    display: inline-block;
    background-color: #406186;
    padding: 12px 23px;
    border-radius: 5px;
    color: #fff;
    margin: 15px 0;
}

.t8_side .side_contact p {
    font-size: 16px;
    color: #333;
    margin: 2px 0;
}

/* 产品中心分页列表 */
.t8_rt_cont {
    width: 1022px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 26px;
}

.t8_rt_cont .list {
    flex-wrap: wrap;
}

.t8_rt_cont .list li {
    width: 24.2%;
    margin: 10px 1% 15px 0;
}

.t8_rt_cont .list li:nth-child(4n) {
    margin-right: 0;
}

.t8_rt_cont .list li a {
    display: block;
    text-align: center;
}

.t8_rt_cont .list li .img_w,
.t8_rt_cont .list li .img_w img {
    width: 235px;
    height: 235px;
    transition: all .5s;
}

.t8_rt_cont .list li .img_w {
    position: relative;
    overflow: hidden;
}

.t8_rt_cont .list li:hover img {
    transform: scale(1.1);
}

.t8_rt_cont .list li .figcaption {
    font-size: 12px;
    position: absolute;
    bottom: -100px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 10px 2%;
    opacity: 0;
    text-align: left;
    z-index: 10;
    display: block;
    color: #fff;
    transition: all .5s;
}

.t8_rt_cont .list li .figcaption p {
    position: relative;
    z-index: 10;
}

.t8_rt_cont .list li .figcaption::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

.t8_rt_cont .list li:hover .figcaption {
    opacity: 1;
    bottom: 0;
}

.t8_rt_cont .list li h2 {
    color: #333;
    font-size: 14px;
    margin: 5px 0;
    min-height: 43px;
}

.t8_rt_cont .dt_btn {
    margin: 2px 0 0;
    display: inline-block;
    padding: 5px 15px;
    color: #1e73be;
    border: 1px solid #1e73be;
    font-size: 14px;
}

.page-layout-7 {
    background-color: #fff;
    padding-bottom: 30px;
}

.page-layout-7 .yp_pagination a {
    height: 35px;
    line-height: 35px;
    padding: 0 13px;
    border-radius: 20px;
    background-color: #fff;
    color: #444;
}

.page-layout-7 .yp_pagination a.current {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    color: #fff;
}

.yp_pagination a:not(.disabled):not(.current):hover {
    border-color: #1e73be;
}

.t8_rt_cont .news_c_list {
    padding: 15px 2%;
}

.t8_rt_cont .news_c_list .case_text {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e3e3e3;
}

.t8_rt_cont .news_c_list .posts_title {
    margin-bottom: 5px;
}

.t8_rt_cont .news_c_list .posts_title {
    font-size: 16px;
    color: #333;
}

.t8_rt_cont .news_c_list .tadnf span {
    color: #1e73be;
    font-size: 12px;
}

.t8_rt_cont .news_c_list .tadnf span i {
    font-size: 14px;
}

.t8_rt_cont .news_c_list li .case_text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 3px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.web_container .t8_rt_cont .news_c_list .vedio_url {
    background-color: #1e73be;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 2px 0 0;
    display: inline-block;
    padding: 5px 15px;
}

/* 新闻详情 */
.t8_rt_cont .date {
    padding: 5px 1%;
    background-color: #1e73be;
}

.t8_rt_cont .d_head {
    padding: 20px 0;
    margin-bottom: 10px;
}

.t8_rt_cont .date {
    align-items: center;
}

.t8_rt_cont .date i,
.t8_rt_cont .date span {
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.t8_rt_cont .date i {
    margin-right: 2px;
    font-size: 14px;
}

.t8_rt_cont .d_head h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

/* 产品详情 */
.t8_rt_cont .t8_dt {
    justify-content: space-between;
}

.t8_rt_cont .dt_lf,
.t8_rt_cont .dt_rt {
    width: 50%;
}

.t8_rt_cont .dt_lf {
    padding: 10px;
}

.t8_rt_cont .dt_lf .pdtSwiper {
    width: 450px;
    user-select: none;
}

.t8_rt_cont .dt_lf img {
    width: 100%;
    height: 450px;
}

.t8_rt_cont .dt_lf .pdtSwiper:hover .swiper-button-prev,
.t8_rt_cont .dt_lf .pdtSwiper:hover .swiper-button-next {
    opacity: 1;
}

.t8_rt_cont .dt_lf .pdtSwiper .swiper-button-prev,
.t8_rt_cont .dt_lf .pdtSwiper .swiper-button-next {
    width: 30px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    opacity: 0;
    transition: all .4s;
}

.t8_rt_cont .dt_lf .pdtSwiper .swiper-button-prev:hover,
.t8_rt_cont .dt_lf .pdtSwiper .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .7);
}

.t8_rt_cont .dt_lf .pdtSwiper .swiper-button-prev::after,
.t8_rt_cont .dt_lf .pdtSwiper .swiper-button-next::after {
    font-size: 20px;
    color: #fff;
}

.t8_rt_cont .dt_rt {
    padding: 10px;
    margin-left: 20px;
}

.t8_rt_cont .dt_rt h1 {
    font-size: 24px;
    color: #146ba2;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.t8_rt_cont .dt_rt .description {
    padding: 5px 1%;
    background-color: #2d7cc2;
    color: #fff;
    font-size: 12px;
}

.t8_rt_cont .dt_rt .description span {
    display: flex;
    align-items: center;
}

.t8_rt_cont .dt_rt .description a {
    color: #fff;
    margin-left: 5px;
}

.t8_rt_cont .csbox_pt {
    margin-bottom: 10px;
}

.t8_rt_cont .csbox_pt li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    line-height: 1.5;
}

.t8_rt_cont .csbox_pt li span:first-child {
    display: block;
    color: #666666;
    width: 165px;
}

.t8_rt_cont .csbox_pt li span:last-child {
    display: block;
    color: #146ba2;
}

.t8_rt_cont .custom_service {
    display: block;
    width: 450px;
    height: 180px;
}

/* 模板8结束 */
/* 模板9 */
.t9_cont,
.t9_header,
.t9_footer {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.t9_top {
    height: 147px;
    position: relative;
    z-index: 2;
    font-family: "Microsoft Yahei";
    overflow: hidden;
}

.t_con {
    height: 90px;
    overflow: hidden;
    padding: 17px 0 0;
    border-bottom: 1px solid #8c8d91;
    box-sizing: border-box;
}

.t_logo,
.t_logo img {
    width: 255px;
    display: block;
    height: 51px;
}

.t9_top .t_text {
    font-size: 24px;
    line-height: 29px;
    position: relative;
    color: #191c24;
    border-left: 1px solid #8c8d91;
    margin: 0 0 0 23px;
    font-weight: normal;
}

.t9_top .t_text span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    opacity: 0.8;
}

.t9_top .t_text p {
    display: block;
    padding: 0 0 0 23px;
    float: left;
}

.t9_top .t_text p em {
    display: block;
    padding: 0 10px 0 0;
    float: left;
}

.t9_top .t_pho {
    color: #191c24;
    font-size: 18px;
    line-height: 24px;
    display: flex;
}

.t9_top .t_pho_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 5px;
}

.t9_top .t_pho b,
.t9_top .t_pho p {
    display: block;
}

.t9_top .t_pho span {
    display: block;
}

.t9_top .menu {
    white-space: nowrap;
    height: 46px;
    line-height: 38px;
    font-size: 18px;
    overflow: hidden;
    padding: 8px 0 0;
    box-sizing: border-box;
}

.t9_top .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t9_top .menu li {
    position: relative;
}

.t9_top .menu li a {
    color: #191c24;
    display: inline-block;
    padding: 0 25px;
}

.t9_top .menu li.cur a,
.t9_top .menu li a:hover {
    text-decoration: none;
    background: #ad000d;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.t9_top .menu li a:-webkit-any-link {
    display: block;
}

.bannerSwiper {
    user-select: none;
}

.t9_bannerSwiper .swiper-slide img {
    width: 100%;
}

.t9_bannerSwiper .swiper-button-next,
.t9_bannerSwiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    cursor: pointer;
    overflow: hidden;
    transition: none;
}

.t9_bannerSwiper .swiper-button-next::after,
.t9_bannerSwiper .swiper-button-prev::after {
    display: none;
}

.t9_bannerSwiper .swiper-button-prev {
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/12053393620311745562388397.png) no-repeat 0 0;
    left: 220px;
}

.t9_bannerSwiper .swiper-button-prev:hover,
.t9_bannerSwiper .swiper-button-next:hover {
    background-position: 0 bottom;
}

.t9_bannerSwiper .swiper-button-next {
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/23729593798991745639765197.png) no-repeat 0 0;
    right: 220px;
}

.t9_bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    background-color: #fff;
    margin: 0 12px;
    opacity: 1;
}

.t9_bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ad000d;
}

.t9_til01 {
    text-align: center;
    color: #111010;
    font-size: 48px;
    line-height: 57px;
    font-family: "Microsoft Yahei";
    clear: both;
    display: block;
    height: 116px;
    white-space: nowrap;
    font-weight: normal;
}

.t9_til01 p {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #5d5d5d;
}

.t9_til01 a {
    color: #111010;
}

.t9_til02,
.t9_til02 a {
    color: #fff;
}

.t9_til02 p {
    color: #fff;
    opacity: 0.5;
}

/*数据滚动*/
.t9_record {
    font-family: "Microsoft Yahei";
    height: 459px;
    position: relative;
    text-align: center;
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/11283782153801745565366042.jpg) no-repeat center 0;
    padding: 70px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.t9_record .record_c {
    padding: 35px 0 0;
}

.t9_record .record_c li {
    width: 181px;
    height: 158px;
    float: left;
    border-radius: 8px;
    margin: 0 22px 0 0;
    background: #ad000d;
    text-shadow: 2px 2px 0 #7b000a;
}

.t9_record .record_c li:last-child {
    margin: 0;
}

.t9_record .record_c li span {
    display: block;
    height: 100px;
}

.t9_record .record_c li span b {
    line-height: 100px;
    text-shadow: 2px 5px 0 #7b000a;
    font-size: 80px;
}

/*引子*/
.t9_webox {
    font-size: 16px;
    color: #111011;
    font-family: "Microsoft Yahei";
    line-height: 24px;
    position: relative;
    overflow: hidden;
    padding: 78px 0 0;
    min-height: 323px;
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/19369929174931745648738165.jpg) no-repeat center 0;
    text-align: center;
}

.t9_webox h3 {
    height: 168px;
    font-size: 48px;
    color: #111;
    line-height: 68px;
    position: relative;
    white-space: nowrap;
    font-weight: normal;
}

.t9_webox h3 span {
    font-size: 30px;
    line-height: 45px;
    display: block;
    margin: 0 auto;
    width: 506px;
    text-align: center;
    color: #fff;
    background: #ad000d;
}

.t9_webox_w P {
    height: 102px;
}

/*产品展示*/
.t9_probox {
    clear: both;
    padding: 72px 0 0;
    line-height: 24px;
    font-family: "Microsoft Yahei";
    position: relative;
    font-size: 22px;
    z-index: 1;
    overflow: hidden;
}

.t9_probox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 384px;
    bottom: 0;
    left: 0;
    background: #e3e3e3;
    z-index: -1;
}

.t9_probox .prod1 {
    height: 690px;
}

.t9_probox .pro_l,
.t9_probox .pro_l p,
.t9_probox .pro_l p img {
    width: 590px;
    height: 590px;
    display: block;
    overflow: hidden;
}

.t9_probox .pro_l p {
    position: relative;
}

.t9_probox .pro_r {
    width: 590px;
}

.t9_probox .pro_r li {
    width: 290px;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.t9_probox .pro_r li:nth-child(2n) {
    margin-left: 9px;
}

.t9_probox .pro_r li,
.t9_probox .pro_r li p,
.t9_probox .pro_r li p img {
    display: block;
    width: 290px;
    height: 290px;
    display: block;
    overflow: hidden;
}

.t9_probox .pro_r li span,
.t9_probox .pro_l p span {
    position: absolute;
    width: 235px;
    left: 30px;
    top: 20px;
}

.t9_probox .pro_r li span em,
.t9_probox .pro_l p span em {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #a2a2a2;
}

.t9_probox .pro_r li span a,
.t9_probox .pro_l p span a {
    display: block;
    height: 92px;
    color: #191c24;
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/23926545193661745639869116.png) no-repeat 0 bottom;
}

.t9_probox .pro_r li:hover span a,
.t9_probox .pro_l p:hover span a {
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/23140202470631745639869122.png) no-repeat 0 bottom;
}

.t9_probox .prod2 {
    height: 363px;
    overflow: hidden;
}

.t9_probox .prod2 dl {
    position: relative;
    float: left;
}

.t9_probox .prod2 dl:nth-child(2n) {
    margin-left: 20px;
}

.t9_probox .prod2 dl,
.t9_probox .prod2 dt,
.t9_probox .prod2 dt img {
    width: 590px;
    height: 332px;
    display: block;
    overflow: hidden;
}

.t9_probox .prod2 dd {
    width: 290px;
    height: 100px;
    position: absolute;
    left: 38px;
    top: 30px;
    font-size: 14px;
    line-height: 17px;
    color: #5d666f;
}

.t9_probox .prod2 dd h4 {
    font-size: 32px;
    line-height: 46px;
    color: #000;
}

.t9_probox .prod2 dd h4 b {
    color: #ad000d;
}

.t9_probox .prod2 dd h4 a {
    color: #000;
}

/* 搜索 */
.t9_seabox {
    height: 143px;
    line-height: 18px;
    font-family: "Microsoft Yahei";
    position: relative;
    background: #e3e3e3;
    font-size: 14px;
    color: #58595d;
    padding-top: 10px;
}

.t9_seabox .keyword {
    height: 36px;
    margin-top: 18px;
}

.t9_seabox .keyword a {
    color: #58595d;
    display: inline-block;
    padding: 0 45px 0 0;
}

.t9_seabox .keyword a:hover {
    color: #ad000d;
}

.t9_seabox .sea_inp {
    width: 1200px;
    height: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    line-height: 40px;
}

.t9_seabox .sea_inp span {
    color: #000;
    float: left;
    width: 120px;
    text-align: right;
    display: block;
    font-weight: bold;
}

.t9_seabox .sea_inp .serach {
    width: 1036px;
    height: 40px;
    border: 0;
    background: none;
    line-height: 40px;
    color: #8f8f8f;
    float: left;
    outline: none;
    display: block;
}

.t9_seabox .sea_inp .sub {
    width: 44px;
    height: 40px;
    float: left;
    cursor: pointer;
    display: block;
    border: 0;
    text-indent: 190px;
}

/* 工程案例 */
.casebox {
    font-family: "Microsoft Yahei";
    clear: both;
    line-height: 18px;
    font-size: 16px;
    color: #6d6d6d;
    position: relative;
    padding: 73px 0 0;
    height: 988px;
    border-bottom: 11px solid #ad000d;
}

.casebox .case_t {
    height: 44px;
    text-align: center;
    font-size: 20px;
}

.casebox .case_t span {
    display: inline-block;
    width: 174px;
    line-height: 44px;
    background: #191c24;
    color: #fff;
    margin-right: 10px;
}

.casebox .case_t span a {
    color: #fff;
}

.casebox .case_t span.cur,
.casebox .case_t span:hover {
    background: #ad000d;
}

.casebox .case_t span:last-child {
    margin: 0;
}

.casebox .case_p {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.casebox .case_ct {
    position: absolute;
    width: 226px;
    height: 548px;
    right: 16px;
    top: 26px;
    z-index: 2;
    padding: 0;
}

.casebox .case_ct .swiper-wrapper {
    padding: 0;
}

.casebox .case_ct li {
    width: 218px;
    border: 4px solid transparent;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}

.casebox .case_ct li.swiper-slide-thumb-active {
    border: 4px solid #ad000d;
}

.casebox .case_ct li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.casebox .case_c dl {
    position: relative;
    z-index: 2;
    width: 1200px;
    float: left;
    z-index: 1;
}

.casebox .case_c dt,
.casebox .case_c dt img {
    width: 1200px;
    height: 600px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.casebox .case_c dd {
    padding: 26px 0 0;
}

.casebox .case_c dd h4 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    height: 65px;
}

.casebox .case_c dd h4 span {
    display: block;
}

.casebox .case_c dd h4 a {
    color: #333;
}

.casebox .case_c dd p a {
    color: #ad000d;
}

.casebox .tempWrap {
    overflow: hidden;
    position: relative;
    width: 1200px
}

.casebox .case_cl {
    overflow: hidden;
}

/*底部*/
.t9_footWrap {
    height: 376px;
    background: #e3e3e3;
    color: #3a3a3a;
    position: relative;
    padding: 80px 0 0;
    line-height: 26px;
    z-index: 1;
    font-size: 14px;
    box-sizing: content-box;
}

.t9_footWrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 78px;
    bottom: 0;
    right: 0;
    background: #ad000d;
    z-index: -1;
}

.t9_footWrap a {
    color: #3a3a3a;
}

.t9_footWrap .f_con {
    height: 298px;
}

.t9_footWrap .f_code {
    width: 108px;
    padding: 22px 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.t9_footWrap .f_code p {
    float: left;
    background: #fff;
}

.t9_footWrap .f_code p img {
    width: 85px;
    height: 85px;
    display: block;
    padding: 5px;
    background: #fff;
}

.t9_footWrap .f_logo {
    width: 375px;
}

.t9_footWrap .f_logo h2 {
    margin: 32px 0 43px;
    display: block;
}

.t9_footWrap .f_logo h2 img {
    width: 100%;
}

.t9_footWrap .f_logo p {
    float: left;
    border-bottom: 2px solid #737372;
    height: 82px;
    color: #3a3a3a;
    line-height: 26px;
    font-size: 18px;
    letter-spacing: 6px;
    white-space: nowrap;
}

.t9_footWrap .f_logo p b {
    display: block;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0;
}

.t9_footWrap .f_text {
    width: 680px;
}

.t9_footWrap .f_nav {
    height: 117px;
    padding: 25px 0 0;
    font-size: 16px;
}

.t9_footWrap .f_nav a {
    display: block;
    float: left;
    width: 182px;
    padding-left: 30px;
    margin-left: 14px;
}

.t9_footWrap .f_lx li {
    width: 140px;
    padding-left: 44px;
    float: left;
    line-height: 20px;
}

.t9_footWrap .f_lx li:nth-child(2) {
    width: 170px;
    margin-left: 53px;
}

.t9_footWrap .f_lx li:nth-child(3) {
    width: 150px;
}

.t9_footWrap .f_lx li b {
    display: block;
    height: 36px;
    line-height: 29px;
    font-size: 16px;
}

.t9_footWrap .f_lx li span {
    display: block;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}

.t9_footWrap .f_lx li b {
    display: block;
    height: 36px;
    line-height: 29px;
    font-size: 16px;
}

.t9_footWrap .f_wz {
    padding: 20px 0 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.t9_footWrap .f_wz a {
    color: #fff;
}

.t9_link {
    height: 0;
    line-height: 26px;
    position: relative;
    z-index: 9;
    font-size: 14px;
    color: #fff;
    background: #ad000d;
    text-align: center;
}

.t9_link .link_c {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: -35px;
    opacity: 0.8;
}

.t9_link a {
    display: inline-block;
    color: #fff;
    padding: 0 14px;
}


.t9_link .pro_r li p img,
.t9_link .prod2 dt img,
.t9_link .case_c dt img,
.t9_link .new_c1 dt img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.t9_link .pro_r li:hover p img,
.t9_link .prod2 dl:hover dt img,
.t9_link .case_c dl:hover dt img,
.t9_link .new_c1 dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*优势*/
.edge {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 24px;
    color: #4b4b4b;
    padding: 72px 0 0;
    position: relative;
}

.edge .t9_til01 {
    height: 184px;
}

.edge .edge_t {
    user-select: none;
    width: 1004px;
    height: 125px;
    z-index: 9;
    left: 50%;
    margin-left: -502px;
    top: 194px;
}

.edge .edge_t_in {
    border-radius: 63px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.edge .edge_t li {
    width: 251px;
    float: left;
    height: 125px;
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    cursor: pointer;
}

.edge .edge_t li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    top: 12px;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.edge .edge_t li:first-child:before {
    display: none;
}

.edge .edge_t li p {
    padding: 7px 0 0;
    line-height: 24px;
}

.edge .edge_t li p em {
    display: block;
    font-size: 12px;
    line-height: 14px;
    opacity: 0.8;
}

.edge .edge_t li span,
.edge .about_l li span {
    width: 52px;
    height: 61px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 12px auto 0;
}

.edge .edge_t li span i,
.edge .about_l li span i {
    width: 52px;
    height: 61px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.edge .about_l li span,
.edge .about_l li span i {
    width: 60px;
    height: 66px;
    margin: 0;
}

.edge .edge_t li span i.default,
.edge .about_l li span i.default {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.edge .edge_t li span i.hover,
.edge .about_l li span i.hover {
    opacity: 1;
    visibility: visible;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.edge .edge_t li:hover,
.edge .edge_t li.swiper-slide-thumb-active,
.edge .about_l li:hover,
.edge .about_l li.swiper-slide-thumb-active {
    background: #ad000d;
    color: #fff;
}

.edge .about_l li:hover p,
.edge .about_l li.swiper-slide-thumb-active p {
    color: #fff;
}

.edge .edge_t li:hover span .default,
.edge .edge_t li.swiper-slide-thumb-active span .default,
.edge .about_l li:hover span i.default,
.edge .about_l li.swiper-slide-thumb-active span i.default {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
}

.edge .edge_t li:hover span .hover,
.edge .edge_t li.swiper-slide-thumb-active span .hover,
.edge .about_l li:hover span i.hover,
.edge .about_l li.swiper-slide-thumb-active span i.hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
}

.edge .edge_b {
    position: relative;
    user-select: none;
}

.edge .edge_p,
.edge .edge_p img {
    width: 200%;
    display: block;
    max-width: 1920px;
    max-height: 650px;
    margin: 0 auto;
}

.edge .edge_w {
    background: #e3e3e3;
    height: 160px;
    padding: 30px 0 0;
}

.edge .edge_r {
    float: right;
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.edge .edge_r li {
    float: left;
    height: 88px;
    border-right: solid 1px #a0a0a0;
    padding: 0 33px;
}

.edge .edge_r li span {
    display: block;
    height: 30px;
    position: relative;
    padding-left: 15px;
}

.edge .edge_r li span:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 19px;
    top: 4px;
    left: 0;
    background: #ad000d;
}

.edge .edge_r li p {
    height: 60px;
    padding-left: 15px;
}

.edge .edge_r li p b {
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
    color: #ad000d;
}

.edge .edge_l {
    float: left;
}

.edge .edge_l h4 {
    font-weight: normal;
    font-size: 30px;
    line-height: 62px;
    color: #000;
}

.edge .edge_b .swiper-button-next,
.edge .edge_b .swiper-button-prev {
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    top: 0px;
}

.edge .edge_b .swiper-button-next::after,
.edge .edge_b .swiper-button-prev::after {
    display: none;
}

.edge .edge_b .swiper-button-prev {
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/12053393620311745562388397.png) no-repeat 0 0;
    left: 320px;
}

.edge .edge_b .swiper-button-prev:hover,
.edge .edge_b .swiper-button-next:hover {
    background-position: 0 bottom;
}

.edge .edge_b .swiper-button-next {
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/23729593798991745639765197.png) no-repeat 0 0;
    right: 320px;
}

.edge .edge_b {
    position: relative;
}

/*资讯*/
.t9_newbox {
    background: #e3e3e3;
    padding: 70px 0;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 18px;
}

.t9_newbox .t9_til01 {
    height: 132px;
}

.t9_newbox .faqs,
.t9_newbox .news {
    width: 396px;
    height: 568px;
}

.t9_newbox .news2 {
    margin: 0 6px;
}

.t9_newbox .new_t {
    height: 48px;
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    font-weight: normal;
    padding-left: 40px;
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/11560948106711745563615041.gif) no-repeat 0 0;
}

.t9_newbox .new_t a {
    color: #000;
}

.t9_newbox .faqs .new_t {
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/84902652368701745563615035.gif) no-repeat 0 0;
    padding-left: 41px;
}

.t9_newbox .news2 .new_t {
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/23635215246941745563615034.gif) no-repeat 0 0;
    padding-left: 41px;
}

.t9_newbox .faqs_c,
.t9_newbox .new_c {
    background: #fff;
    height: 480px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.t9_newbox .new_c dl {
    position: relative;
    height: 223px;
}

.t9_newbox .new_c dt,
.t9_newbox .new_c dt img {
    width: 396px;
    height: 223px;
    overflow: hidden;
    overflow: hidden;
}

.t9_newbox .new_c dd {
    width: 396px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 41px;
    line-height: 41px;
    background: rgba(25, 28, 36, 0.8);
}

.t9_newbox .new_c dd h4 a {
    display: block;
    color: #fff;
}

.t9_newbox .new_c dd h4 {
    font-size: 18px;
    padding: 0 18px;
}

.t9_newbox .new_c dd p {
    height: 70px;
    overflow: hidden;
}

.t9_newbox .new_c dd span,
.t9_newbox .new_c li span {
    display: block;
    position: relative;
    text-align: right;
    font-family: Times New Roman;
}

.t9_newbox .new_c dd span:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 1px;
    top: 12px;
    background: #efefef;
    left: 0;
}

.t9_newbox .new_c ul {
    height: 257px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 20px 22px;
}

.t9_newbox .new_c li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t9_newbox .new_c li a {
    color: #3f3f3f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t9_newbox .new_c li:hover a,
.t9_newbox .new_c li a:hover {
    color: #ad000d;
    text-decoration: underline;
    font-weight: bold;
}

.t9_newbox .faqs_an {
    overflow: hidden;
    position: relative;
    height: 480px;
}

.t9_newbox .faqs_l {
    height: 5000px;
    animation: t9news_roll 20s linear infinite;
}

.t9_newbox .faqs_l:hover {
    animation-play-state: paused;
}

.t9_newbox .faqs_c dl {
    height: 103px;
    padding: 17px 12px 0;
}

.t9_newbox .faqs_c dl:nth-child(2n) {
    background: #e3e3e3;
}

.t9_newbox .faqs_c dt {
    height: 33px;
    font-size: 16px;
    color: #3b3f4e;
    line-height: 28px;
    padding-left: 34px;
    position: relative;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    margin-bottom: 9px;
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/23510071236481745563615040.gif) no-repeat 0 0;
}

.t9_newbox .faqs_c dt a {
    display: block;
    color: #3f3f3f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t9_newbox .faqs_c dl:hover dt a,
.t9_newbox .faqs_c dt a:hover {
    font-weight: bold;
    color: #ad000d;
}

.t9_newbox .faqs_c dd {
    padding: 0 0 0 34px;
    position: relative;
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/25020492255481745563615034.gif) no-repeat 0 0;
}

.t9_newbox .new_more {
    display: block;
    text-align: center;
    font-size: 16px;
}

.t9_newbox .new_more a {
    display: inline-block;
    width: 165px;
    height: 44px;
    background: #ad000d;
    color: #fff;
    line-height: 44px;
}

@keyframes t9news_roll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-10 * 120px));
    }
}

/* 关于我们 */
.t9_aboutbox {
    font-family: "Microsoft Yahei";
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/24642548222751745564226958.jpg) no-repeat center 0 #e3e3e3;
    padding: 26px 0 36px;
    overflow: hidden;
}

.t9_aboutbox .about {
    padding: 552px 0 0;
}

.t9_aboutbox .about_l {
    background: #fff;
    height: 220px;
    border-radius: 7px;
}

.t9_aboutbox .about_l li {
    float: left;
    width: 300px;
    height: 220px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 35px 0 0 50px;
    transition: all .4s;
}

.t9_aboutbox .about_l li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 135px;
    top: 42px;
    right: 0;
    background: #ccc;
}

.t9_aboutbox .about_l li:last-child:before {
    width: 0;
    height: 0;
}

.t9_aboutbox .about_l li p {
    padding: 20px 0 0;
    font-size: 24px;
    line-height: 26px;
    color: #000;
}

.t9_aboutbox .about_l li p em {
    display: block;
    opacity: 0.5;
    font-size: 12px;
    line-height: 16px;
}

.t9_aboutbox .about_l li span,
.t9_aboutbox .about_l li span i {
    display: block;
    width: 60px;
    height: 66px;
    margin: 0;
    font-style: normal;
    transition: all .4s;
}

.t9_aboutbox .about_l li span i.hover {
    display: none;
}

.t9_aboutbox .about_l li:hover {
    background: #ad000d;
}

.t9_aboutbox .about_l li:hover:before {
    background: #ad000d;
}

.t9_aboutbox .about_l li:hover span i {
    background-position: 0 bottom !important;
}

/* 搜索2 */
.t9_search_2 {
    background: #f2f2f2;
    height: 82px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
}

.t9_search_2 p {
    color: #444;
    line-height: 82px;
}

.t9_search_2 p a {
    color: #444;
    display: inline-block;
    margin-right: 15px;
}

.t9_search_2 .p1-search-1-inp {
    width: 270px;
    height: 30px;
    border-radius: 20px;
    background: #fff;
    padding-left: 10px;
    margin-top: 28px;
}

.t9_search_2 .p1-search-1-inp input {
    border: 0;
}

.t9_search_2 .blk-main .search_wrap {
    width: auto;
    align-items: center;
}

.t9_search_2 .blk-main .p1-search-1-inp1 {
    width: 224px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    float: left;
    border: none;
}

.t9_search_2 .p1-search-1-inp2 {
    width: 30px;
    height: 30px;
    background: none;
    float: right;
    cursor: pointer;
    border: none;
}

.t9_search_2 .blk-main .search_btn:hover {
    background: none;
    background: url(http://192.168.0.188:4000/static/upload/png/18339935207021745808375116.png) no-repeat -258px -936px;
}

/* 侧边栏 */
.t9_side {
    width: 240px;
}

.t9_side .t9_left_box {
    margin-bottom: 20px;
}

.t9_side .side_tit h2 {
    height: 75px;
    font-size: 24px !important;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #ad000d;
}

.t9_side .side_menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    height: 50px;
    box-sizing: border-box;
    background-color: #ececec;
    margin-bottom: 2px;
    padding-right: 15px;
}

.t9_side .side_menu li a>span {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t9_side .side_menu li a .arrow {
    font-size: 21px;
}

.t9_side .side_menu .side_menu_item:hover {
    background-color: #ad000d;
    color: #fff;
}

.t9_side .side_menu .side_submenu .side_menu_item:hover {
    background: #ececec;
    color: #ad000d;
}

.t9_side .side_menu .active_nav>.side_menu_item {
    background-color: #ad000d;
    color: #fff;
}


.t9_side .side_submenu .active_nav>a {
    background-color: #ececec;
    color: #ad000d;
}

.t9_side ul.side_menu {
    max-height: none;
}

.t9_side .p1-info-3-tit {
    height: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    background: #ad000d;
    color: #fff;
    text-align: center;
}

.t9_side .p1-info-3-list {
    height: 588px;
    overflow: hidden;
}

.t9_side .p1-info-3-list ul {
    height: 800%;
    animation: t9news_roll2 20s linear infinite;
}

.t9_side .p1-info-3-list ul:hover {
    animation-play-state: paused;
}

.t9_side .p1-info-3-list li {
    height: 196px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t9_side .p1-info-3-list li a {
    display: block;
    text-align: center;
}

.t9_side .p1-info-3-list li img {
    height: 119px;
}

.t9_side .p1-info-3-list li h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
}

.t9_side .p1-info-3-list li h4 span {
    float: right;
}


.t9_side .cbgg-01 {
    background: #ad000d;
    text-align: center;
    color: #fff;
}

.t9_side .cbgg-01-img img {
    width: 100%;
    display: block;
}

.t9_side .cbgg-01 p {
    padding-top: 15px;
}

.t9_side .cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.t9_side .cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}

.t9_side .side_menu .item {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}

.t9_side .side_menu .item a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 产品中心 */
.t9_rt {
    width: 930px;
}

.t9_rt .cplb-1n-ts-01-tit {
    height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 18px;
}

.t9_rt .cplb-1n-ts-01-tit-h2 {
    height: 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    padding-right: 24px;
    border-bottom: 2px solid #111010;
}

.t9_rt .cplb-1n-ts-01 dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 15px 0 18px 0;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.t9_rt .cplb-1n-ts-01 dl:hover {
    border: 1px solid #ad000d;
}

.t9_rt .cplb-1n-ts-01 dt {
    width: 30%;
    float: left;
    margin-right: 5.5%;
    margin-left: 20px;
}


.t9_rt .cplb-1n-ts-01 dt img {
    max-width: 100%;
    max-height: 280px;
    margin: 0 auto;
    display: block;
}

.t9_rt .cplb-1n-ts-01 dd {
    padding-right: 4.5%;
}

.t9_rt .cplb-1n-ts-01 dd h4 {
    height: 52px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t9_rt .cplb-1n-ts-01 h4 a {
    display: block;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 4px;
}

.t9_rt .cplb-1n-ts-01 dl:hover h4 a {
    color: #ad000d;
}

.t9_rt .cplb-1n-ts-01-list-desc {
    max-height: 84px;
    font-size: 14px;
    line-height: 28px;
    color: #626262;
    overflow: hidden;
    margin-bottom: 20px;
}

.t9_rt .cplb-1n-ts-01-list-deta {
    float: right;
    width: 125px;
    height: 38px;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.t9_rt .cplb-1n-ts-01 dl:hover .cplb-1n-ts-01-list-deta {
    background: #ad000d;
    border-color: #ad000d;
}

.t9_rt .cplb-1n-ts-01 dl:hover .cplb-1n-ts-01-list-deta a {
    color: #fff;
}

/* 产品详情 */
.t9_rt.yp_product_detail {
    box-shadow: none;
    padding: 10px;
    box-sizing: border-box;
}

.t9_rt .exzoom {
    display: flex;
    border-radius: 10px;
    margin-bottom: 15px;
}

.t9_rt .glassWrapper {
    width: 465px;
    height: 465px;
    line-height: 0;
    position: relative;
    border: 1px solid #e8e8e8;
    margin-right: 40px;
}

.t9_rt .video_wrap {
    width: 465px;
    height: 465px;
    border: 1px solid #e8e8e8;
    margin-right: 40px;
}

.t9_rt .smallImg {
    display: block;
    width: 465px;
    height: 465px;
}

.t9_rt .bigWrapper {
    position: relative;
    width: 465px;
    height: 465px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.t9_rt .yp_product_detail_title {
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    overflow: hidden;
    color: #333;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.t9_rt .exzoom_navs {
    position: relative;
    width: 465px;
    padding: 10px 30px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    max-width: none;
}

.t9_rt .exzoom_navs_active {
    border-color: #ad000d;
}

.t9_rt .t1-items {
    width: 405px;
    overflow: hidden;
    overflow-x: auto;
    background-color: #fff;
    box-sizing: border-box;
}

.t9_rt .exzoom_img_list {
    padding: 0;
    width: 680px;
    display: flex;
}

.t9_rt .exzoom_img_item {
    width: 135px;
    height: 120px;
    border: 1px solid #eee;
    padding: 0 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.t9_rt li.exzoom_navs_active {
    border: 1px solid #ad000d;
}

.t9_rt .exzoom_btn {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
    width: auto;
    height: auto;
    border: none;
}

.t9_rt .exzoom_btn i {
    font-size: 23px;
    font-weight: bold;
    color: #b2b7b5;
}

.t9_rt .bi-caret-left {
    left: 0;
}

.t9_rt .bi-caret-right {
    right: 0;
}

.t9_rt .exzoom_btn:hover {
    background: none;
    color: #b2b7b5;
}

.t9_rt .p1-pro-showcase-1-tle {
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.t9_rt .p1-pro-showcase-1-tle .p1-pho-1 {
    min-height: 50px;
    padding-left: 44px;
    font-size: 20px;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 50px;
    color: #ad000d;
}

.t9_rt .p1-pho-1 span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.t9_rt .p1-pho-1 i {
    font-style: normal;
}

.t9_rt .p1-pho-2 em {
    display: block;
    width: 122px;
    height: 35px;
    background: #ad000d;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}

.t9_rt .yp_product_detail_content .d_tit {
    font-size: 18px;
    height: 56px;
    border-bottom: 1px solid #ebebeb;
}

.t9_rt .yp_product_detail_content .d_tit span {
    display: block;
    width: 465px;
    background-color: #ad000d;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
}

.t9_rt .p14-product-2-tit {
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
    padding-top: 26px;
}

.t9_rt .p14-product-2-tit b {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    color: #464646;
    padding-left: 52px;
    border-bottom: 2px solid #111010;
}

.t9_rt .p14-product-2-tit span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
}

.t9_rt .p14-product-2-list dl {
    float: left;
    width: 23.8%;
    border: 1px solid #dfdfdf;
    margin-right: 1.5%;
    box-sizing: border-box;
}

.t9_rt .p14-product-2-list dl:last-child {
    margin-right: 0;
}

.t9_rt .p14-product-2-list dl img {
    display: block;
    width: 100%;
}

.t9_rt .p14-product-2-list dd {
    padding: 10px 28px 10px 10px;
    margin-right: 2px;
    position: relative;
}

.t9_rt .p14-product-2-list h4 {
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t9_rt .p14-product-2-list h4 a {
    color: #191919;
}

.t9_rt .p14-product-2-desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.t9_rt .p15-infolist-1-t1 {
    padding: 35px 49px 0px 21px;
    background: #fff;
    border-bottom: 1px dashed #cacaca;
    margin-bottom: 20px;
    height: 164px;
}

.t9_rt .p15-infolist-1-t1 dt {
    position: relative;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
    padding-left: 68px;
}

.t9_rt .p15-infolist-1-t1 dt a {
    display: block;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t9_rt .p15-infolist-1-t1 dt span {
    display: block;
    width: 60px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: -0px;
    background: #ad000d;
}

.t9_rt .p15-infolist-1-t1-desc {
    height: 72px;
    line-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 68px;
}

.t9_rt .p15-infolist-1-t1-deta {
    width: 60px;
    float: right;
    padding-left: 20px;
}

.t9_rt .p15-infolist-1-t1-deta a {
    display: block;
    color: #ad000d;
}

/* 新闻详情 */
.t9_rt .p15-infocontent-1 {
    margin-bottom: 30px;
}

.t9_rt .p15-infocontent-1-tit {
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 40px;
    color: #535353;
    height: 40px;
    overflow: hidden;
}

.t9_rt .p15-infocontent-1-bool {
    border-bottom: 1px solid #111010;
    height: 20px;
    font-size: 12px;
    color: #909090;
}

.t9_rt .p15-infocontent-1-bool span {
    margin-right: 20px;
}

.t9_rt .p15-infocontent-1-bool span a {
    color: #909090;
}

.t9_rt .p15-infocontent-1-bool i {
    font-style: normal;
    float: right;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #111010;
}

.t9_rt .p15-infocontent-1-bool i a {
    color: #fff;
}

.t9_rt .p15-infocontent-1-bool span {
    margin-right: 15px;
}

.t9_rt .p15-infocontent-1-tag span {
    margin-right: 10px;
}

.t9_rt .p14-info-3 {
    background: #f5f5f5;
    padding: 8px 20px;
}

.t9_rt .p14-info-3-tit {
    height: 55px;
    font-size: 24px;
    font-weight: normal;
    line-height: 55px;
    color: #4b4a4a;
}

.t9_rt .p14-info-3-list li h4 {
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    color: #4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t9_rt .p14-info-3-list li h4 a {
    color: #4b4a4a;
}

.t9_rt .p14-info-3-list li h4 span {
    float: right;
}

/* 关于我们 */
.t9_about .tit_p {
    height: 180px;
    clear: both;
}

.t9_about .tit_p span {
    color: #171717;
    font-size: 40px;
    display: block;
    padding-top: 65px;
    white-space: nowrap;
    text-align: center;
    line-height: 50px;
    display: block;
    font-weight: bold;
}

.t9_about .tit_p em {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.t9_about .gy {
    text-align: center;
}

.t9_about .gy p {
    color: #333;
    text-align: left;
    font-size: 16px;
}

.t9_about .gy span {
    display: block;
    font-size: 28px;
    color: #ad000d;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.t9_about .wh {
    background: #f1f1f1;
    padding-bottom: 50px;
    margin-top: 100px;
}

.t9_about .wh ul li {
    float: left;
    width: 47%;
    margin-bottom: 55px;
    box-shadow: 0 0 12px #dedede;
    height: 230px;
    text-align: center;
    padding-top: 45px;
    border-radius: 50px 50px;
    background: #fff;
}

.t9_about .wh ul li:nth-child(2n) {
    float: right;
}

.t9_about .wh ul li img {
    width: 50px;
}

.t9_about .wh ul li span {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
}

.t9_about .wh ul li p {
    text-align: center;
    padding: 0 20px;
    height: 56px;
    font-size: 16px;
}

.t9_about .jz_img ul li {
    width: 385px;
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.t9_about .jz_img ul li:nth-child(3n) {
    margin-right: 0px;
}

.t9_about .jz_img ul li span {
    color: #333;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

/* 联系我们 */
.t9_contact .tit01 {
    font-size: 38px;
    color: #000;
    text-align: center;
    margin: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}

.t9_contact .tit01 span {
    display: block;
    font-size: 15px;
    color: #4f4f4f;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.t9_contact .g-ban3 {
    height: 326px;
}

.t9_contact .kfay {
    width: 1200px;
    height: 260px;
    padding-top: 0px;
}

.t9_contact .kfay dt {
    width: 188px;
    float: left;
}

.t9_contact .kfay dt img {
    display: block;
    width: 188px;
    height: 188px;
}

.t9_contact .kfay dd {
    width: 930px;
    float: right;
}

.t9_contact .kfay dd h4 {
    height: 45px;
    padding-top: 22px;
    font: 24px "Microsoft YaHei";
    color: #000;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.t9_contact .kfay dd h4:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 3px;
    background: #ad000d;
    left: 0;
    bottom: 0;
}

.t9_contact .wm-l h4 i {
    display: block;
    font: 14px "Microsoft YaHei";
    color: #000;
}

.t9_contact .kfay dd p {
    font: 14px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
}

.t9_contact .wm-l {
    width: 450px;
    float: left;
    background: #f4f4f4;
    height: 461px;
    overflow: hidden;
}

.t9_contact .wm-l h4 {
    font: 20px "Microsoft YaHei";
    color: #fff;
    height: 103px;
    width: 450px;
    background: #ad000d;
    text-align: center;
    line-height: 116px;
    font-size: 26px;
}

.t9_contact .wm-l ul {
    padding-left: 65px;
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/18753799136741745566306097.png) no-repeat left center;
    margin: 50px 0 0 30px;
    height: 60px;
    background-size: 50px;
}

.t9_contact .wm-l li {
    font: 14px "Microsoft YaHei";
    color: #000;
    line-height: 24px;
}

.t9_contact .wm-l .ul2 {
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/18590318181441745566306111.png) no-repeat left center;
    margin-left: 27px;
    background-size: 50px;
}

.t9_contact .wm-l .ul3 {
    padding-left: 65px;
    margin: 50px 0 0 30px;
    height: 60px;
    background-size: 50px;
    background: url(http://192.168.0.188:4000/static/upload/除湿机模板icon素材/18526660262981745566306096.png) no-repeat left 0px;
    background-size: 50px;
}

.t9_contact .wm-l .ul3 p:first-child {
    line-height: 20px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #333333
}

.t9_contact .wm-r {
    width: 750px;
    float: left;
}

.t9_contact .online_map {
    height: 461px;
}

/* 工程案例 */
.t9_case {
    padding: 70px 60px;
}

.t9_case h2 {
    margin: 0 auto 30px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.t9_case h2 span {
    display: inline-block;
    padding-left: 40px;
    font-size: 26px;
}

.t9_case h2 span a {
    display: block;
    color: #161616;
}

.t9_case h2 em {
    float: right;
    width: 90px;
    background: #ad000d;
    border-radius: 10px;
    font-style: normal;
}

.t9_case h2 em a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.t9_case ul {
    overflow: hidden;
}

.t9_case ul li {
    width: 380px;
    height: 190px;
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    position: relative;
}

.t9_case ul li:nth-child(2),
.t9_case ul li:nth-child(3n) {
    margin-right: 0;
}

.t9_case ul li:first-child {
    width: 790px;
    height: 400px;
}

.t9_case ul li img {
    width: 100%;
}

.t9_case li h4 {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    left: 0;
    bottom: 0;
}

/* 模板9结束 */
/* 模板10 */
.t10_tit {
    text-align: center;
}

.t10_tit .tit {
    color: #343434;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.t10_tit p {
    font-size: 18px;
    margin-top: 15px;
    color: #666;
}

.t10_tit .tit img {
    margin: 0 30px;
    margin-top: 20px;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}

/* 通栏 */
.t10_topbg {
    border-top: solid 4px #0066cb;
}

.t10_topbg .tag {
    float: right;
    background: #0066cb;
    max-width: 470px;
    width: 100%;
    color: #fff;
    height: 35px;
    line-height: 30px;
}

.t10_topbg .tag a {
    color: #fff;
}

.t10_topbg .tag .tel {
    font-size: 20px;
    position: relative;
}

.t10_topbg .tag .tel i {
    font-style: normal;
}

.t10_topbg .tag .tel:after {
    content: "";
    width: 1px;
    height: 19px;
    top: 7px;
    right: -20px;
    position: absolute;
    background: #3385d5;
}

.t10_topbg .tag .many_language::before {
    display: none;
}

.t10_topbg .tag span {
    vertical-align: top;
    padding-left: 40px;
    display: inline-block;
}

.t10_topbg .tag span img {
    margin-top: 6px;
    margin-right: 5px;
}

/* 头部 */
.t10_header {
    height: 90px;
    padding: 0 100px;
}

.t10_header .logo {
    float: left;
    margin-top: 20px;
    vertical-align: top;
}

.t10_header .logo img {
    max-height: 50px;
}

.t10_header .nav {
    float: right;
    font-size: 16px;
}

.t10_header .nav li:hover:after,
.t10_header .nav .active:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.t10_header .nav li:hover a,
.t10_header .nav .active a {
    color: #0066cb;
}

.t10_header .nav li:nth-child(2) .subnav a,
.t10_header .nav li:nth-child(3) .subnav a,
.t10_header .nav li:nth-child(4) .subnav a {
    text-align: left;
}

.t10_header .nav li:nth-child(3) .subnav {
    width: 220px;
}

.t10_header .nav li {
    float: left;
    margin: 0 5px;
    padding: 0 20px;
    line-height: 90px;
    position: relative;
}

.t10_header .nav li>a {
    display: block;
    color: #333;
}

.t10_header .nav li:after {
    content: "";
    width: 0%;
    height: 2px;
    bottom: 0;
    left: -50%;
    transition: all 500ms ease;
    background: #0066cb;
    position: absolute;
}

.t10_header .nav li .subnav {
    top: 88px;
    left: 50%;
    width: 180px;
    z-index: 3;
    padding: 20px;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #0066cb;
    background: rgba(255, 255, 255, 0.9);
    border-top: solid 2px #0066cb;
    transition: all .5s;
}

.t10_header .nav li .subnav a {
    display: block;
    line-height: 24px;
    font-size: 15px;
    margin: 5px 0;
    padding: 0 10px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t10_header .nav li .subnav a:hover {
    color: #fff;
    background: #0066cb;
}

.t10_header .search {
    float: right;
    margin-left: 80px;
    margin-top: 25px;
}

.t10_header .search input {
    height: 40px;
    line-height: 38px;
    width: 220px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 5px;
    padding-right: 50px;
    font-family: arial;
    outline: none;
    border: solid 1px #dddddd;
}

.t10_header .search a {
    margin-left: -30px;
    display: inline-block;
}

.t10_header .search img {
    vertical-align: top;
}

.t10_header .search .search_btn {
    width: 22px;
    border-radius: 0;
    border: none;
    background: none;
    overflow: visible;
    font-size: initial;
}

.t10_header .menu {
    right: 20px;
    top: 13px;
    height: 100%;
    display: none;
    text-align: center;
    position: absolute;
}

.t10_header .mobile_nav_btn {
    display: none;
}

/* 轮播 */
.t10_bannerSwiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 7px !important;
    background: #6699cc;
    transition: all 300ms ease;
    opacity: 1;
}

.t10_bannerSwiper .swiper-pagination-bullet-active {
    width: 36px;
    background: #0066cb;
    border-radius: 4px;
}

.t10home-search {
    padding: 16px 0 14px 0;
    overflow: hidden;
    background: #f2f2f2;
}

.t10home-search .keys {
    float: left;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    overflow: hidden;
    color: #666;
}

.t10home-search .keys span {
    color: #666;
    display: block;
    float: left;
    font-size: 14px;
}

.t10home-search .keys a {
    color: #666;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

/* 公司介绍 */
.index-about {
    padding: 90px 0;
}

.index-about .box {
    padding-top: 60px;
}

.index-about .txtbox {
    width: 45%;
    float: left;
    font-size: 15px;
    line-height: 32px;
}

.index-about .txtbox h3 {
    font-size: 28px;
    line-height: 38px;
    color: #0066cb;
    padding-bottom: 40px;
}

.index-about .pic {
    width: 50%;
    float: right;
    overflow: hidden;
}

.index-about .pic img {
    width: 100%;
}

.index-about .list {
    margin: 0 -30px;
    padding-top: 60px;
}

.index-about .list li {
    width: 33.33%;
    float: left;
    padding: 0 30px;
    text-align: center;
    box-sizing: border-box;
}

.index-about .list li a {
    color: #333;
    padding: 25px 10px;
    display: block;
    font-size: 20px;
    box-shadow: 0 6px 8px rgba(0, 65, 107, 0.1);
}

.index-about .list li a .tit {
    margin-top: 15px;
}

.index-about .list li img {
    transition: all 700ms ease;
}

.index-about .list li:hover a {
    color: #0066cb;
}

.index-about .list li:hover img {
    transform: scale(1.1);
}

.index-about .num1 {
    padding-top: 100px;
}

.t10_count {
    background-color: #fff;
    padding: 30px 0;
}

.t10_count li {
    padding: 0 45px;
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.t10_count li:after {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: linear-gradient(to bottom, #f7f7f7, #e0e0e0, #f7f7f7);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -35px;
}

.t10_count li .img {
    width: 50px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 20px;
}

.t10_count li .text {
    vertical-align: bottom;
    display: inline-block;
}

.t10_count li .num {
    font-size: 15px;
    color: #333333;
    text-align: center;
}

.t10_count li .num span {
    font-size: 80px;
    line-height: 100px;
    color: #0066cb;
}

.t10_count li i {
    color: #333;
    vertical-align: top;
    font-style: normal;
}

.t10_count li em {
    font-style: normal;
    margin-bottom: 10px;
    vertical-align: bottom;
    display: inline-block;
}

.t10_count li .p {
    color: #333333;
}

.t10_count li:nth-last-child(1):after {
    display: none;
}

/* 产品展示 */
.t10_prod_show {
    overflow: hidden;
    padding: 100px 0 150px 0;
    background: #f7f7f7;
}

.t10_prod_show .t10_prodShowSwiper {
    margin-top: 50px;
    user-select: none;
}

.t10_prod_show .t10_prodShowSwiper a {
    display: block;
    transition: all 0s;
    background: #fff;
    position: relative;
    border: solid 1px #fff;
    margin: 0px 13px 0px 13px;
}

.t10_prod_show .t10_prodShowSwiper a:hover:before {
    opacity: 1;
}

.t10_prod_show .t10_prodShowSwiper a:hover .pic:before {
    opacity: 1;
}

.t10_prod_show .t10_prodShowSwiper a:hover .pic img {
    transform: scale(1.05);
}

.t10_prod_show .t10_prodShowSwiper a:hover .bg .tit,
.t10_prod_show .t10_prodShowSwiper a:hover .bg .txt {
    color: #0066cb;
}

.t10_prod_show .t10_prodShowSwiper a:hover .more {
    border-color: #0066cb;
    background: #0066cb;
    color: #fff;
    fill: #fff;
}

.t10_prod_show .t10_prodShowSwiper a:hover .more svg {
    fill: #fff;
}

.t10_prod_show .t10_prodShowSwiper .pic {
    overflow: hidden;
    position: relative;
}

.t10_prod_show .t10_prodShowSwiper .pic img {
    transition: all 700ms ease;
}

.t10_prod_show .t10_prodShowSwiper .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.t10_prod_show .t10_prodShowSwiper .bg {
    height: 140px;
    margin: 0 20px;
    padding-top: 25px;
    text-align: center;
    transition: all 334ms ease;
    border-top: solid 1px #ddd;
}

.t10_prod_show .t10_prodShowSwiper .txt {
    font-size: 18px;
    height: 24px;
    color: #333;
    overflow: hidden;
    padding: 0 20px;
}

.t10_prod_show .t10_prodShowSwiper .more {
    fill: #b2b2b2;
    max-width: 146px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #666;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 15px;
    border: solid 1px #dddddd;
}

.t10_prod_show .t10_prodShowSwiper .more svg {
    width: 20px;
    height: 20px;
    fill: #888;
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 5px;
}

.t10_prod_show .t10_prodShowSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px !important;
    background: #0066cb;
    transition: all 300ms ease;
    opacity: 1;
}

.t10_prod_show .t10_prodShowSwiper .swiper-pagination-bullet-active {
    background: #0066cb;
    position: relative;
}

.t10_prod_show .t10_prodShowSwiper .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 1px #0066cb solid;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}

.t10_prod_show .t10_prodShowSwiper .swiper-pagination-bullet-active::after {
    transform: scale(1);
    opacity: 1;
}

/* 工程案例 */
.t10_case {
    overflow: hidden;
    padding: 100px 0;
}

.t10_case .text {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    margin-top: 40px;
    color: #666;
}

.t10_case ul {
    margin: 0 -15px;
}

.t10_case ul li:hover .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.t10_case ul li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-top: 90px;
    text-align: center;
    box-sizing: border-box;
}


.t10_case ul li .item {
    height: 225px;
    padding: 0 30px 10px 30px;
    border: solid 1px #ddd;
    transition: all 700ms ease;
}

.t10_case ul li .tit {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 25px;
}

.t10_case ul li .txt {
    font-size: 15px;
    color: #666;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
}

.t10_case ul li span {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: -45px;
    position: relative;
    border: dotted 1px #1271cf;
}

.t10_case ul li i {
    width: 80px;
    height: 80px;
    margin: 10px;
    line-height: 75px;
    display: inline-block;
    font-style: normal;
    border-radius: 100%;
    overflow: hidden;
}

/* 工程案例2 */
.t10_case2 {
    padding: 90px 0 100px 0;
}

.t10_case2 ul {
    margin-top: 60px;
}

.t10_case2 li:hover .pic img {
    transform: scale(1.1);
}

.t10_case2 li:hover .txtbox .tit {
    color: #0066cb;
}

.t10_case2 li:hover .txtbox .more {
    color: #fff;
    background: #0066cb;
}

.t10_case2 li:hover .txtbox .more .icon {
    fill: #fff;
}

.t10_case2 li:nth-child(2n) .pic {
    float: right;
}

.t10_case2 li:nth-child(2n) .txtbox {
    float: left;
    text-align: left;
}

.t10_case2 li:nth-child(3) .txtbox .icon {
    padding: 10px 5px 10px 5px;
}

.t10_case2 li:nth-child(4) .txtbox .icon,
.t10_case2 li:nth-child(5) .txtbox .icon,
.t10_case2 li:nth-child(6) .txtbox .icon {
    width: 60px;
    height: 60px;
}

.t10_case2 li:nth-child(7) .txtbox .icon {
    width: 50px;
    height: 50px;
}

.t10_case2 li {
    background: #f7f7f7;
}

.t10_case2 li .pic {
    width: 50%;
    height: 400px;
    float: left;
    overflow: hidden;
}

.t10_case2 li .pic img {
    width: 100%;
    transition: all 700ms ease;
}

.t10_case2 li .txtbox {
    width: 50%;
    float: right;
    padding: 0 70px;
    padding-top: 50px;
    text-align: right;
    box-sizing: border-box;
}

.t10_case2 li .txtbox .icon {
    width: 70px;
    height: 70px;
    fill: #0066cb;
    display: inline-block;
    vertical-align: unset;
}

.t10_case2 li .txtbox .tit {
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    color: #343434;
    font-weight: 700;
    margin-top: 10px;
}

.t10_case2 li .txtbox .txt {
    color: #666;
    margin-top: 20px;
    font-size: 15px;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
}

.t10_case2 li .txtbox .more {
    width: 140px;
    height: 40px;
    color: #666;
    display: inline-block;
    font-size: 16px;
    margin-top: 40px;
    line-height: 38px;
    border: solid 1px #dddddd;
    text-align: center;
}

.t10_case2 li .txtbox .more .icon {
    width: 20px !important;
    height: 20px !important;
    fill: #b0b0b0;
    margin: 0 0 3px 5px;
    display: inline-block;
    vertical-align: middle;
}

/* 优势 */
.t10_edge {
    padding: 100px 0;
}

.t10_edge .small {
    width: 35%;
    color: #fff;
}

.t10_edge .small .item {
    height: 140px;
    cursor: pointer;
    padding-top: 30px;
    transition: all 500ms ease;
    padding-left: 110px;
    position: relative;
}

.t10_edge .small .item span {
    top: 30px;
    left: 30px;
    font-size: 60px;
    line-height: 80px;
    position: absolute;
    color: #ddd;
}

.t10_edge .small .item .tit {
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    margin-top: 10px;
    color: #333;
}

.t10_edge .small .item .txt {
    font-size: 17px;
    height: 24px;
    overflow: hidden;
    color: #666;
}


.t10_edge .small i {
    top: 50%;
    width: 45px;
    height: 45px;
    right: 30px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 100%;
}

.t10_edge .small i .icon {
    width: 20px;
    height: 20px;
    fill: #999;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

.t10_edge .small .slick-current.item {
    background: #0066cb;
}

.t10_edge .small .slick-current.item span {
    color: #fff;
}

.t10_edge .small .slick-current.item .tit,
.t10_edge .small .slick-current.item .txt {
    color: #fff;
}

.t10_edge .small .slick-current.item i .icon {
    fill: #0066cb;
}

.t10_edge .t10edge_swiper {
    width: 58%;
    height: 568px;
    margin: 0;
}

.t10_edge .t10edge_swiper .item {
    position: relative;
    color: #fff;
}

.t10_edge .t10edge_swiper .item .pic img {
    width: 100%;
    height: 100%;
}

.t10_edge .t10edge_swiper .item .txtbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    padding: 0 60px;
    font-size: 15px;
    z-index: 2;
}

.t10_edge .t10edge_swiper .txtbox .icon_w {
    width: 51px;
    height: 47px;
}

.t10_edge .t10edge_swiper .txtbox .icon_w img {
    width: 100%;
}

.t10_edge .t10edge_swiper .tit {
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    height: 34px;
    margin: 10px 0;
}

.t10_edge .t10edge_swiper .txt {
    width: 700px;
    height: 48px;
    overflow: hidden;
}

.t10_edge .t10edge_swiper .txt p {
    display: inline-block;
    line-height: 28px;
}

.t10_edge .t10edge_swiper .txt span {
    display: none;
}

/* 售后服务 */
.t10_service {
    color: #fff;
    padding: 90px 0;
    box-sizing: content-box;
}

.t10_service .index-title .tit {
    color: #fff;
}

.t10_service .text {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
}

.t10_service .tel {
    margin-top: 50px;
    text-align: center;
}

.t10_service .tel a {
    font-size: 22px;
    color: #0066cb;
    font-weight: 700;
    background: #fff;
    line-height: 50px;
    padding: 0 30px;
    font-family: arial;
    display: inline-block;
}

.t10_service .tel img {
    margin: 12px 10px 0 0px;
}

.t10_service .t10_tit .tit,
.t10_service .t10_tit .text,
.t10_service .t10_tit p {
    color: #fff;
}

/* 文章列表 */
.t10_news {
    padding: 100px 0;
}

.t10_news .bt {
    color: #333;
    font-size: 28px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 55px;
    margin-bottom: 45px;
    border-bottom: solid 1px #e5e5e5;
}

.t10_news .bt:after {
    content: "";
    width: 112px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #0066cb;
}

.t10_news .bt a {
    float: right;
    font-size: 16px;
    vertical-align: bottom;
    display: inline-block;
}

.t10_news .bt a:hover {
    color: #0072ce;
}

.t10_news .leftlist {
    /*width: 62%;*/
    width: 100%;
    float: left;
}

.t10_news .leftlist ul {
    margin: 0 -15px;
}

.t10_news .leftlist li {
    width: 33.3333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.t10_news .leftlist li .item {
    box-shadow: 0 0 10px rgba(0, 53, 88, 0.1);
}

.t10_news .leftlist li .picbox {
    position: relative;
}

.t10_news .leftlist li .picbox span {
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    position: absolute;
}

.t10_news .leftlist li .picbox span img {
    border-radius: 100%;
    border: solid 1px #fff;
    transition: all 500ms ease;
    transform: scale(0);
}

.t10_news .leftlist li .pic {
    overflow: hidden;
    position: relative;
}

.t10_news .leftlist li .pic:after {
    content: "";
    display: block;
    padding-bottom: 69.1%;
}

.t10_news .leftlist li .pic:before {
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 700ms ease;
    background: rgba(0, 102, 203, 0.7);
}

.t10_news .leftlist li .pic img {
    transition: all 700ms ease;
}

.t10_news .leftlist li .txtbox {
    padding: 30px;
}

.t10_news .leftlist li .tit {
    color: #333;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
}

.t10_news .leftlist li .txt {
    color: #666;
    line-height: 18px;
    height: 52px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 14px;
}

.t10_news .leftlist li .time {
    color: #999;
    font-size: 14px;
    font-family: arial;
    margin-top: 20px;
}

.t10_news .leftlist li:hover .picbox span img {
    transform: scale(1);
}

.t10_news .leftlist li:hover .pic img {
    transform: scale(1.05);
}

.t10_news .leftlist li:hover .pic:before {
    opacity: 1;
}

.t10_news .leftlist li:hover .tit {
    color: #0066cb;
}

.t10_news .rightlist {
    width: 33%;
    float: right;
}

.t10_news .rightlist li {
    padding: 28px 0 29px 0;
    padding-left: 95px;
    border-top: solid 1px #e9e9e9;
    position: relative;
}

.t10_news .rightlist li .time {
    top: 30px;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    font-family: arial;
    padding-top: 13px;
    color: #999;
    transition: all 500ms ease;
    border: solid 1px #dddddd;
}

.t10_news .rightlist li .time span {
    display: block;
}

.t10_news .rightlist li .time span:first-child {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.t10_news .rightlist li .tit {
    font-size: 16px;
    height: 24px;
    overflow: hidden;
    color: #333;
}

.t10_news .rightlist li .txt {
    height: 48px;
    overflow: hidden;
    margin-top: 5px;
}

.t10_news .rightlist li:first-child {
    border-top: 0;
    padding-top: 0;
}

.t10_news .rightlist li:first-child .time {
    top: 0;
}

.t10_news .rightlist li:hover .time {
    color: #fff;
    border-color: #0066cb;
    background: #0066cb;
}

.t10_news .rightlist li:hover .time span:first-child {
    color: #fff;
}

.t10_news .rightlist li:hover .tit {
    color: #0066cb;
}

/* 底部 */
.t10_footer {
    color: #333;
    border-top: solid 3px #0066cb;
}

.t10_footer img {
    vertical-align: middle;
}

.t10_footer a {
    color: #333;
    transition: all .5s;
}

.t10_footer a:hover {
    color: #333;
    text-decoration: underline;
}

.t10_footer .contact-menu {
    padding: 50px 100px;
    overflow: hidden;
    background: #f2f2f2;
}

.t10_footer .footer-contact {
    width: 30%;
    float: left;
}

.t10_footer .footer-contact .logo {
    margin-bottom: 40px;
}

.t10_footer .footer-contact .logo img {
    width: 100%;
}

.t10_footer .footer-contact .p-3 {
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

.t10_footer .footer-contact .p-3 span {
    opacity: 0.6;
}

.t10_footer .footer-contact .p-3 .icon {
    padding: 0;
}

.t10_footer .footer-contact .p-3 i {
    padding-left: 42px;
    display: inline-block;
    font-style: normal;
}

.t10_footer .footer-contact .p-3 em {
    font-style: normal;
}

.t10_footer .menu {
    width: 70%;
    float: left;
}

.t10_footer .menu .title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
}

.t10_footer .menu .title a {
    color: #333;
}

.t10_footer .menu .title:after {
    content: "";
    width: 36px;
    height: 1px;
    bottom: 0;
    left: 20px;
    position: absolute;
    background: #414141;
}

.t10_footer .item {
    float: left;
    width: 11.5%;
    position: relative;
}

.t10_footer .item:nth-child(1),
.t10_footer .item:nth-child(2),
.t10_footer .item:nth-child(3) {
    width: 14%;
}

.t10_footer .child {
    position: relative;
    padding-left: 20px;
    min-height: 150px;
}

.t10_footer .child a {
    color: #666666;
    display: block;
    margin-top: 5px;
    transition: all .5s;
    position: relative;
    font-size: 14px;
}

.t10_footer .ewm {
    text-align: center;
    line-height: 30px;
}

.t10_footer .share {
    margin-top: 35px;
}

.t10_footer .share a {
    display: inline-block;
    width: 32px;
    height: 32px;
    opacity: .5;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.t10_footer .share a:hover {
    opacity: 1;
}

.t10_footer .share .weixin {
    background: url(http://192.168.0.188:4000/static/upload/实验室仪器模板素材/66252828040351745542828299.png);
    background-size: 32px 32px;
}

.t10_footer .share .qq {
    background: url(http://192.168.0.188:4000/static/upload/实验室仪器模板素材/64681324989531745542815786.png);
    background-size: 32px 32px;
}

.t10_footer .share .weibo {
    background: url(http://192.168.0.188:4000/static/upload/实验室仪器模板素材/11466098639531745542828294.png);
    background-size: 32px 32px;
}

.t10_footer .footer-link {
    padding-top: 47px;
    font-size: 14px;
}

.t10_footer .footer-link span {
    margin-right: 10px;
    color: #666;
}

.t10_footer .footer-link a {
    margin-right: 10px;
    color: #666;
}

.t10_footer .copyright {
    text-align: center;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 30px 0;
    position: relative;
    background: #111;
}

.t10_footer .copyright a {
    color: rgba(255, 255, 255, 0.7);
}

.t10_footer .copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

/* 侧边栏 */
.t10_side {
    width: 287px;
}

.t10_side ul.side_menu li {
    position: relative;
}

.t10_side ul.side_menu {
    max-height: none;
}

.t10_side .side_menu .side_menu_item:hover,
.t10_side .active_nav>a {
    color: #0066cb;
    background: url(http://192.168.0.188:4000/static/upload/实验室仪器模板素材/24574804109301745542800252.png) no-repeat top left;
}

.t10_side .aside-title {
    color: #fff;
    height: 120px;
    padding-top: 34px;
    padding-left: 40px;
    box-sizing: border-box;
}

.t10_side .aside-title .pic {
    width: 60px;
    height: 60px;
    float: left;
}

.t10_side .aside-title .text {
    float: left;
    padding-left: 10px;
    line-height: 28px;
}

.t10_side .aside-title .text .h3 {
    font-size: 24px;
    font-weight: bold;
}

.t10_side .aside-title .text .p {
    font-size: 16px;
    text-transform: uppercase;
}

.t10_side .aside-news {
    margin-top: 40px;
}

.t10_side .aside-news .title {
    color: #fff;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: 700;
    padding-left: 40px;
    background: #0066cb;
}

.t10_side .aside-news .title span {
    opacity: 0.8;
    font-size: 16px;
    padding-left: 10px;
    font-weight: normal;
}

.t10_side .aside-news ul {
    background: #fff;
    padding: 20px;
}

.t10_side .aside-news ul .pic {
    overflow: hidden;
    position: relative;
}

.t10_side .aside-news ul .pic:after {
    content: "";
    display: block;
    padding-bottom: 69%;
}

.t10_side .aside-news ul .pic img {
    transition: all 700ms ease;
}

.t10_side .aside-news ul span {
    display: block;
    height: 48px;
    overflow: hidden;
    line-height: 47px;
    padding-left: 30px;
    border-top: dashed 1px #ddd;
    font-size: 14px;
    background: url(http://192.168.0.188:4000/static/upload/实验室仪器模板素材/77203371677821745542828193.png) no-repeat 10px 20px;
}

.t10_side .aside-news ul span:hover {
    background: url(http://192.168.0.188:4000/static/upload/实验室仪器模板素材/14062042106211745542828186.png) no-repeat 10px 20px;
}

.t10_side .aside-news ul span:hover a {
    color: #0066cb;
}

.t10_side .tel {
    margin-top: 40px;
    height: 120px;
    color: #fff;
    padding-top: 35px;
    padding-left: 80px;
    position: relative;
}

.t10_side .tel img {
    top: 35px;
    left: 15px;
    position: absolute;
}

.t10_side .tel .num {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    font-family: arial;
}

.t10_rt {
    width: 1050px;
    padding-top: 7px;
}

/* 产品详情 */
.t10_rt .box-1 .leftbox {
    width: 55%;
    float: left;
}

.t10_rt .box-1 .t10_dtSwiper {
    position: relative;
}

.t10_rt .box-1 .leftbox .bigimg {
    width: 76.5%;
    height: 442px;
    float: left;
    background: #fff;
    overflow: hidden;
}

.t10_rt .box-1 .leftbox .bigimg span {
    display: block;
    position: relative;
}

.t10_rt .box-1 .leftbox .bigimg span:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.t10_rt .box-1 .leftbox .small {
    width: 19.5%;
    height: 439px;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.t10_rt .box-1 .leftbox .small .item {
    cursor: pointer;
}

.t10_rt .box-1 .leftbox .small span {
    border: solid 1px #d5d5d5;
    display: block;
    position: relative;
}

.t10_rt .box-1 .leftbox .small span:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.t10_rt .box-1 .leftbox .small .swiper-slide-thumb-active span {
    border-color: #0066cb;
}

.t10_rt .box-1 .leftbox .swiper-button-next,
.t10_rt .box-1 .leftbox .swiper-button-prev {
    width: 100%;
    height: 25px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.t10_rt .box-1 .leftbox .swiper-button-next::after,
.t10_rt .box-1 .leftbox .swiper-button-prev::after {
    display: none;
}

.t10_rt .box-1 .leftbox .swiper-button-prev {
    top: 22px;
    left: 0;
}


.t10_rt .box-1 .leftbox .swiper-button-next {
    top: 436px;
    left: 0;
}

.t10_rt .box-1 .rightbox {
    width: 40%;
    float: right;
    line-height: 32px;
    position: relative;
    min-height: 442px;
}

.t10_rt .box-1 .rightbox h2 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: solid 1px #eeeeee;
}

.t10_rt .box-1 .rightbox h2 p {
    font-size: 18px;
}

.t10_rt .box-1 .rightbox .txt {
    font-size: 16px;
    margin-top: 30px;
}

.t10_rt .box-1 .rightbox .button {
    bottom: 0;
    right: 0;
    width: 100%;
    position: absolute;
}

.t10_rt .box-1 .rightbox .button a {
    color: #fff;
    max-width: 125px;
    width: 100%;
    height: 47px;
    line-height: 45px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border: solid 1px #0066cb;
    background: #0066cb;
}

.t10_rt .box-1 .rightbox .button a .icon,
.t10_rt .box-1 .rightbox .button a img {
    width: 22px;
    height: 22px;
    fill: #fff;
    margin-bottom: 3px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.t10_rt .box-1 .rightbox .button .btn {
    color: #0066cb;
    background: none;
    border: solid 1px #dddddd;
}

.t10_rt .box-1 .rightbox .button .btn .icon {
    width: 20px;
    height: 20px;
    fill: #0066cb;
}

.t10_rt .box-1 .rightbox .button a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.t10_rt .box-1 .rightbox .tel {
    color: #0066cb;
    font-size: 20px;
    background: #fff;
    max-width: 140px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: "DIN-BOLD";
    margin-top: 20px;
    position: relative;
    letter-spacing: -1px;
    box-shadow: 0 0 15px rgba(23, 127, 195, 0.2);
}

.t10_rt .box-1 .rightbox .tel:before {
    content: "";
    top: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #fff;
    box-shadow: 0 0 5px rgba(23, 127, 195, 0.1);
}

.t10_rt .box-2 .title {
    font-size: 28px;
    color: #333;
    line-height: 30px;
    padding-left: 13px;
    margin-top: 45px;
    font-weight: 700;
    border-left: solid 3px #0066cb;
}

.t10_rt .box-2 .nr01 .item p.jsh {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 2em;
    padding-top: 20px;
}

.t10_rt .nr04 .list {
    position: relative;
}

.t10_rt .nr04 .list {
    padding-top: 10px;
}

.t10_rt .list ul {
    padding-top: 10px;
}

.t10_rt .list li {
    padding: 20px 13px;
    width: 33.333%;
    float: left;
    box-sizing: border-box;
}

.t10_rt .list li a {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    position: relative;
    border: solid 1px #fff;
}

.t10_rt .list li .pic {
    overflow: hidden;
    position: relative;
}

.t10_rt .list li .pic img {
    transition: all 700ms ease;
}

.t10_rt .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.t10_rt .list li .bg {
    margin: 0 20px;
    padding: 20px 0;
    text-align: center;
    transition: all 334ms ease;
    border-top: solid 1px #ddd;
    font-size: 14px;
    color: #666;
}

.t10_rt .list li a:hover .pic img {
    transform: scale(1.05);
}

.t10_rt .list li a:hover .bg .tit,
.t10_rt .list li a:hover .bg .txt {
    color: #0066cb;
}

/* 产品中心列表 */
.t10_prod_c .inmain-top {
    position: relative;
    overflow: hidden;
}

.t10_prod_c .inmain-top .h3 {
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
}

.t10_prod_c .inmain-top .h3:before {
    content: "";
    width: 4px;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
    background: #0066cb;
}

.t10_prod_c .list {
    background: #f7f7f7;
}

.t10_prod_c .list ul {
    padding-top: 10px;
    margin: 0;
}

.t10_prod_c .list li {
    padding: 20px 13px;
    width: 33.333%;
    height: 500px;
    float: left;
    box-sizing: border-box;
}

.t10_prod_c .list li a {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    position: relative;
    border: solid 1px #fff;
}

.t10_prod_c .list li a:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.t10_prod_c .list li a:hover:before {
    opacity: 1;
}

.t10_prod_c .list li a:hover .pic:before {
    opacity: 1;
}

.t10_prod_c .list li a:hover .pic img {
    transform: scale(1.05);
}

.t10_prod_c .list li a:hover .bg .tit,
.t10_prod_c .list li a:hover .bg .txt {
    color: #0066cb;
}

.t10_prod_c .list li .pic {
    overflow: hidden;
    position: relative;
}

.t10_prod_c .list li .pic img {
    transition: all 700ms ease;
}

.t10_prod_c .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.t10_prod_c .list li .bg {
    margin: 0 20px;
    padding: 20px 0;
    text-align: center;
    transition: all 334ms ease;
    border-top: solid 1px #ddd;
}

.t10_prod_c .list li .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t10_prod_c .list li .txt p:first-child {
    font-size: 18px;
}

.page-layout-9 .yp_pagination a {
    height: 50px;
    line-height: 50px;
    padding: 0 21px;
}

.page-layout-9 .yp_pagination a.current {
    background-color: #0066cb;
    border-color: #0066cb;
}

.page-layout-9 .page_info {
    color: #0066cb;
}

.page-layout-9.yp_pagination a:not(.disabled):not(.current):hover {
    border: 1px solid #0066cb;
    color: #0066cb;
}

/* 新闻分类 */
.t10_news_type {
    line-height: 79px;
    overflow: hidden;
    border-bottom: solid 1px #eeeeee;
    height: 80px;
}

.t10_news_type .inside-menu {
    width: 65%;
    float: left;
    overflow: hidden;
}

.t10_news_type .inside-menu li {
    float: left;
    width: 15%;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.t10_news_type .inside-menu li a {
    color: #333;
    display: block;
}

.t10_news_type .inside-menu li:before {
    content: "";
    width: 1px;
    height: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    background: #dddddd;
}

.t10_news_type .inside-menu li:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    background: #0066cb;
    transition: all 500ms ease;
}

.t10_news_type .inside-menu li:first-child:before {
    display: none;
}

.t10_news_type .inside-menu li:hover a,
.t10_news_type .inside-menu .active a {
    color: #0066cb;
}

.t10_news_type .inside-menu li:hover:after,
.t10_news_type .inside-menu .active:after {
    opacity: 1;
}

.t10_news_type .inside-current {
    width: 30%;
    float: right;
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.t10_news_type .inside-current .icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0px 5px 6px 0;
    display: inline-block;
    fill: #0066cb;
}

.t10_news_type .inside-current span {
    color: #0066cb;
}

/* 新闻中心 */
.t10_news_c {
    padding: 100px 0;
}

.t10_news_c li:first-child {
    padding-top: 0;
}

.t10_news_c li:first-child {
    border-top: 0;
}

.t10_news_c li {
    padding: 40px 0;
    transition: all 500ms ease;
    border-top: solid 1px #ececec;
}

.t10_news_c li .time {
    width: 16%;
    float: left;
    color: #d8d8d8;
    font-size: 18px;
    font-family: arial;
    padding-bottom: 10px;
    border-right: solid 1px #ececec;
    text-align: center;
}

.t10_news_c li .time span {
    display: block;
}

.t10_news_c li .time span:first-child {
    font-size: 64px;
    line-height: 70px;
    font-family: arial;
}

.t10_news_c li .time .icon {
    width: 20px;
    height: 20px;
    fill: #666;
    vertical-align: top;
    margin: 10px 0 0 5px;
    display: inline-block;
}

.t10_news_c li .time .more {
    width: 140px;
    height: 40px;
    line-height: 38px;
    color: #666;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    border: solid 1px #dddddd;
}

.t10_news_c li .txtbox {
    width: 50%;
    float: left;
    padding-left: 45px;
    font-size: 16px;
}

.t10_news_c li .tit {
    font-size: 24px;
    color: #333;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-weight: 700;
}

.t10_news_c li .txt {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    color: #666;
    overflow: hidden;
    margin-top: 30px;
}

.t10_news_c li .pic {
    width: 23%;
    float: right;
    overflow: hidden;
    position: relative;
}

.t10_news_c li .pic img {
    transition: all 500ms ease;
    transform-origin: center top;
}

.t10_news_c li .pic::after {
    content: "";
    display: block;
    padding-bottom: 70%;
}

.t10_news_c li:hover {
    border-color: #0270c4;
}

.t10_news_c li:hover .time {
    color: #0066cb;
}

.t10_news_c li:hover .time .more {
    color: #fff;
    border-color: #0066cb;
    background: #0066cb;
}

.t10_news_c li:hover .time .more .icon {
    fill: #fff;
}

.t10_news_c li:hover .tit {
    color: #0270c4;
}

.t10_news_c li:hover .pic img {
    transform: scale(1.05);
}

.t10_newsDt h1 {
    color: #333;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.t10_newsDt .info {
    color: #999;
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: dashed 1px #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t10_newsDt .info span {
    padding: 0 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.t10_newsDt .info .icon {
    width: 16px;
    height: 16px;
    fill: #bfbfbf;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
}

.t10_newsDt .info i {
    font-style: normal;
}

.t10_newsDt .info span::after {
    content: "";
    width: 1px;
    height: 11px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    background: #bfbfbf;
}

.t10_newsDt .info span:last-child::after {
    display: none;
}

.t10_newsDt .inside-xg-news {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #f7f7f7;
    overflow: hidden;
}

.t10_newsDt .inside-xg-news .bt span {
    width: 128px;
    height: 33px;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    line-height: 33px;
    display: inline-block;
}

.t10_newsDt .inside-xg-news ul {
    padding-top: 30px;
}

.t10_newsDt .inside-xg-news ul li {
    width: 50%;
    float: left;
    padding: 0 50px;
    font-size: 18px;
    box-sizing: border-box;
}

.t10_newsDt .inside-xg-news ul li a {
    color: #333;
    display: block;
    padding-left: 20px;
    position: relative;
    height: 60px;
    overflow: hidden;
    line-height: 59px;
    padding-right: 100px;
    border-top: dashed 1px #c6c6c6;
}

.t10_newsDt .inside-xg-news ul li:first-child a,
.t10_newsDt .inside-xg-news ul li:nth-child(2) a {
    border-top: 0;
}

.t10_newsDt .inside-xg-news ul li a:before {
    content: "";
    top: 27px;
    left: 0px;
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    background: #999;
}

.t10_newsDt .inside-xg-news ul li span {
    right: 0;
    color: #666;
    font-size: 14px;
    position: absolute;
    font-family: arial;
}

.t10_newsDt .inside-xg-news ul li em {
    font-style: normal;
}

.t10_newsDt .inside-xg-news ul li i {
    font-style: normal;
}

.t10_newsDt .inside-xg-news ul li span .icon {
    width: 14px;
    height: 14px;
    fill: #bcbcbc;
    vertical-align: top;
    margin: 22px 5px 0 0;
    display: inline-block;
}

.t10_newsDt .inside-xg-news ul li:hover a {
    color: #0066cb;
}

.t10_newsDt .inside-xg-news ul li:hover a:before {
    border-left: solid 5px #0066cb;
}

/* 联系我们 */
.t10_contact {
    font-size: 15px;
    line-height: 30px;
}

.t10_contact .tit {
    font-size: 18px;
    color: #0066cb;
    font-weight: 700;
}

.t10_contact .item {
    margin-bottom: 30px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.t10_contact .tit {
    font-size: 18px;
    color: #0066cb;
    font-weight: 700;
}

.t10_contact ul li {
    padding: 5px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
}

.t10_contact ul li img {
    top: 5px;
    left: 0;
    position: absolute;
}

.t10_contact ul li a {
    color: #666;
}

/* 留言表单 */
.t10_msg {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.t10_msg form {
    margin: 0 -20px;
    margin-top: 55px;
    overflow: hidden;
}

.t10_msg .form-group {
    width: 33.33333333%;
    float: left;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.t10_msg .form-group .box {
    position: relative;
}

.t10_msg .form-group span {
    display: block;
}

.t10_msg .form-group input,
.t10_msg .form-group textarea {
    background: #fff;
    width: 100%;
    height: 48px;
    font-size: 16px;
    outline: 0;
    color: #333;
    padding: 10px;
    font-family: "微软雅黑";
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.t10_msg .form-group input:focus,
.t10_msg .form-group textarea:focus {
    border: 1px solid #0066cb;
}

.t10_msg .form-group textarea {
    height: 250px;
    padding: 10px;
    resize: none;
}

.t10_msg .form-group #submit,
.t10_msg .form-group #submit1 {
    margin: 0 10px;
    width: 150px;
    height: 46px;
    padding: 0;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #dddddd;
    background: #dddddd;
}

.t10_msg .form-group #submit:hover,
.t10_msg .form-group #submit1:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.t10_msg .form-group #submit {
    border: 1px solid #0066cb;
    background: #0066cb;
    color: #fff;
    cursor: pointer;
}

.t10_msg .form-group #submit1 {
    border: 1px solid #dddddd;
    background: #dddddd;
    color: #333;
}

.t10_msg .textarea {
    width: 100%;
    height: auto;
}

.t10_msg .btnbox {
    width: 100%;
    text-align: center;
}

/* 模板10结束 */