/* mobile css */
/* 主题色 */
:root {
    --color-theme: rgb(64, 158, 255);
    --mobile-contain: 375px;
}

a {
    color: #000;
}

img {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.b {
    clear: both;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.clear {
    clear: both;
    height: 0;
}


.primary_btn {
    background-color: var(--color-theme);
    color: #fff !important;
    border-radius: 3px;
}

.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;
}

.text_overflow2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yp_text {
    display: block;
    min-width: 200px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.mobile_container .block_content {
    max-width: var(--mobile-contain);
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.mobile_container .position_block_item {
    position: absolute;
    left: 0;
    top: 0;
}

.mobile_container .position_block_item .editor_tool {
    display: none;
}

.footer_tool,
.topbar_tool {
    display: none;
}

/* 页面顶部 */
.logo_wrap {
    width: 100%;
    height: 60px;
}

.logo_wrap img {
    width: 100%;
    height: 100%;
}

.search_box {
    padding: 20px;
    text-align: center;
}

.logo_imgtext_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_imgtext_wrap img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

/* 翻译控件 */
.many_language {
    position: relative;
    padding: 0 0 0 15px;
}

.many_language::before {
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    position: absolute;
    top: 12px;
    left: 0px;
}

/* 页面顶部布局2 */
.yp_top_container {
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 8;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.Header-logo {
    height: 55px;
}

.Header-logo img {
    height: 100%;
}

.Header-logo-imgText {
    display: flex;
    align-items: center;
}

.Header-logo-imgText p {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-left: 10px;
}

.Header-logo-imgText img {
    width: 55px;
}

.yp_top_container .navbar-nav {
    padding: 0 10px;
    background-color: #fff;
    display: block;
    height: auto;
}

.yp_top_container .nav_item {
    position: relative;
    height: 100%;
}

.yp_top_container li.nav_item_active {
    background: none;
}

.yp_top_container .nav_item:hover {
    background: none;
}

.yp_top_container .nav_item .Header-menu {
    display: inline-block;
    margin-right: 10px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    padding: 0 5px;
}

.yp_top_container .nav_item:last-child {
    margin-right: 0;
}

.yp_top_container .nav_item:hover .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_item {
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333;
}


.Header_right_item.many_language {
    display: none;
}

.Header-search-click {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 999;
    font-size: 32px;
    line-height: 58px;
}

.Header-search-item {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 44px;
    top: 60px;
    left: 0;
    z-index: 8;
    background-color: #fff;
    transition: all .4s ease;
}

.Header-search-item button {
    cursor: pointer;
    margin-right: 0;
    font-size: 32px;
    color: #fff;
    width: 44px;
    height: 100%;
    background-color: #11baee;
    position: absolute;
    right: 0;
}

.Header-search-item .contain {
    width: 100%;
    position: relative;
}

.Header-search-item .contain form {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #fff;
}

.Header-search-item input[type="text"] {
    width: 90%;
    height: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #555;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
}

#searchSubmit {
    border: none;
}

.Header_right .contain {
    height: 100%;
}

.Header-search-item.search_active {
    display: flex;
}

.many_language i {
    font-size: 25px;
}

.show_menu {
    font-size: 25px;
    cursor: pointer;
}


.yp_top_container .yp_navbar_wrap {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.Header-drop {
    display: none;
}

/* 布局三 */
.yp_flex_wrap {
    display: flex;
    align-items: center;
}

.yp_header_layout2 {
    display: block;
    height: 160px;
}

.yp_header_layout2 .yp_logo {
    height: 60px;
    justify-content: center;
    margin-bottom: 10px;
}

.yp_header_layout2 .yp_logo span {
    font-size: 20px;
    font-weight: 700;
}

.yp_header_layout2 .yp_logo .yp_logo_img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.yp_header_layout2 .yp_navs_container .yp_navs_list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}

.yp_header_layout2 .yp_navs_container .yp_navs_item {
    border-radius: 2px;
    padding: 2px;
    margin-right: 6px;
    font-size: 14px;
    color: #333;
}

.yp_header_layout2 .yp_navs_container .yp_navs_item:hover {
    background-color: var(--color-theme);
    color: #fff;
}

.yp_header_layout2 .yp_sale_container {
    display: flex;
}

.yp_header_layout2 .yp_contact_top {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}

.yp_header_layout2 .yp_contact_top i {
    margin-right: 10px;
}

.yp_header_layout2 .yp_contact_content p {
    text-align: center;
    color: #f25411;
    font-size: 14px;
    font-weight: 600;
}

.yp_header_layout2 .yp_contact_content p:nth-child(2) {
    line-height: 20px;
}

/* 页面顶部结束 */

/* 底部 */
.footer_in {
    height: 120px;
    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 a {
    color: #f5f5f5;
}

.footer_in a:hover {
    color: #5874d8;
}

.footer_in .copy {
    padding: 5px 0;
}

.footer_in .friendly_link {
    padding: 5px 0;
}

.footer_in .friendly_link a {
    margin-right: 10px;
}

.footer_in .footer_info {
    padding: 5px 0;
}

/* 布局二 */
.Footer-wrapper {
    width: 100%;
    background: #292929 url(http://192.168.0.234:82//static/upload/组件素材/底部组件/14027300900781721976096409.jpg) no-repeat center bottom;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
}

.Footer-items {
    width: 100%;
    padding: 30px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Footer-navbar {
    width: 100%;
}

.Footer-navbar ul {
    width: 100%;
}

.Footer-navbar ul li {
    text-align: center;
    margin-bottom: 10px;
}

.Footer-menu {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: block;
}

.Footer-drop {
    display: none;
}

.FooterCode {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 10px;
}

.FooterCode img {
    width: 160px;
    object-fit: cover;
}

.Footer-friend {
    display: none;
}

.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 {
    text-align: 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;
    margin-top: 10px;
}

.Footer-copyright-info span a {
    color: #999;
}

.Footer-copyright-link {
    text-align: center;
    margin-top: 10px;
}

.Footer-copyright-link a {
    background-image: url(http://192.168.0.234:82//static/upload/组件素材/底部组件/17088473441551721976096409.png);
    margin-left: 20px;
}

.Footer-copyright-link a {
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 20px;
}

.Footer-copyright-link a:last-child {
    background-image: url(http://192.168.0.234:82//static/upload/组件素材/底部组件/32034068023331721976096409.png);
}

/* 底部结束 */

/*tab导航栏*/
.top_bgc_wrap {
    height: 90px;
    position: relative;
    width: calc(100vw - 17px);
    background-color: #fff;
    left: calc((100vw - 1216px) / 2 * -1);
}

.yp_navbar_wrap {
    width: var(--mobile-contain);
}

.navbar-nav {
    display: flex;

    height: 60px;
    justify-content: space-around;
    align-items: center;
}

.nav_item {
    cursor: pointer;
    padding: 4px;
    margin-right: 4px;
    border-radius: 2px;
    font-size: 13px;
}

.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: 5px;
    border-bottom: 2px solid var(--color-theme);
    color: var(--color-theme);
}

/* 轮播组件 */
.banner_scroll {
    width: var(--mobile-contain);
    position: relative;
    display: inline-block;
    height: 200px;
    overflow: hidden;
}

.banner_scroll .banner_img {
    width: 100%;
    height: 100%;
}

.banner_scroll .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    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: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    border-radius: 50%;
    transition: all .3s;
}

.banner_scroll .swiper-button-next::after,
.banner_scroll .swiper-button-prev::after {
    font-size: 12px;
}

.banner_scroll .swiper-button-next:hover,
.banner_scroll .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .7);
}

.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_arrow .swiper-button-next,
.display_none_arrow .swiper-button-prev {
    display: none;
}

.square_arrow .banner_scroll .swiper-button-next,
.square_arrow .banner_scroll .swiper-button-prev {
    width: 20px;
    height: 40px;
    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;
}

/*轮播结束*/

/*文章列表*/
/*新闻列表排版1*/
.news_list,
.news_list_style2 {
    max-width: var(--mobile-contain);
}

.news_list_item {
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.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: 14px;
    color: #000;
}

.news_item_time {
    color: #999;
    font-size: 12px;
}

.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;
    font-size: 12px;
}

.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: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news_list_style1 .news_list .news_list_item {
    width: 100%;
    border-radius: 4px;
    padding: 2% 10px;
    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%;
    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: 53%;
    margin-left: 12px;
    height: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_list_style2 .news_item_time {
    position: absolute;
    top: 10px;
    right: 5px;
}

.news_list_style2 .news_item_img {
    display: block;
    width: 106px;
    height: 106px;
    margin-bottom: 15px;
}

.news_list_style2 .news_list_item .news_item_content {
    position: absolute;
    right: 1px;
    top: 23px;
    width: 65%;
    -webkit-line-clamp: 2;
}

.news_list_style2 .news_list_item .news_tag_list {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 60%;
}

.news_list_time {
    position: absolute;
    right: 10px;
    bottom: 60px;
    width: 65%;
    text-align: right;
    color: #666;
    font-size: 12px;
}

/* 全屏新闻 */
.full_news_container {
    width: var(--mobile-contain);
    padding: 0 10px;
    box-sizing: border-box;
}

.full_news_left {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.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: 100%;
    position: relative;
}


.full_news_item {
    width: 100%;
    margin-bottom: 10px;
}

.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: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 22px;
    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;
}

/*文章列表结束*/

/* 新闻中心 */
/* 布局一 */
.news-link {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
}

.news-coulmn {
    width: 100%;
}

.news-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-cont h2 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 10px 0;
}

.news-cont p {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.news-img {
    text-align: center;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 172px;
    object-fit: cover;
    transition: all .6s ease;
}

.news-time {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    background: radial-gradient(ellipse farthest-side at left center, #f8f8f8 20%, #ffffff 80%);
    transition: all .4s ease;
}


.news-time span {
    font-size: 16px;
    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.234:82//static/upload/模板素材/模板4/55851862624991721984843416.png) no-repeat center;
    margin: 18px 0 22px;
    transition: all .4s ease;
}

/* 布局二 */
.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 {
    margin-bottom: 10px;

}

.news-link-2 .news-cont h2 {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    margin-bottom: 10px;
}

.news-link-2 .news-cont p {
    font-size: 14px;
    color: #777;
    line-height: 22px;
}

.news-link-2 .news-img {
    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 {
    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);
}

/* 新闻中心结束 */

/*新闻分类*/
.yp_news_tab_item {
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px 8px;
    width: 80px;
    margin-right: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}

.yp_news_tab_item:hover {
    background-color: #f5f5f5;
}


.row_news_tab .yp_news_tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.row_news_tab .yp_news_tab_item {
    border-bottom: none;
    font-size: 14px;
    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 {
    max-width: var(--mobile-contain);
    padding: 0 5px 20px 5px;
    box-sizing: border-box;
}

.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: 18px;
    margin: 10px 0;
}

.yp_news_detail_info {
    display: flex;
    align-items: center;
}

.yp_news_detail_info p {
    cursor: pointer;
    font-size: 12px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.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 table {
    table-layout: fixed;
    width: 350px !important;
}

.yp_news_detail_bottom table td,
.yp_news_detail_bottom table th {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.yp_news_detail_bottom p {
    margin-left: 0 !important;
    font-size: 12px !important;
}

.yp_news_detail_bottom span {
    font-size: 12px !important;
}

/* 布局二 */
.contain-1520 {
    width: var(--mobile-contain);
    padding: 0 10px;
    box-sizing: border-box;
}

.contain-1520 .article-content p {
    font-size: 14px;
    line-height: 20px;
}

.contain-1520 img {
    width: 100%;
    height: 100%;
}

.contain-1520 p {
    text-indent: 0 !important;
}

.article-info {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding-bottom: 10px;
    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-l-tit {
    display: flex;
    align-items: center;
}

.news-icon {
    width: 25px;
    height: 25px;
    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-tit a {
    margin-left: auto;
}

.article-l-tit a i {
    display: block;
    background: url(http://192.168.0.234:82//static/upload/组件素材/新闻详情/48264902111011722669154856.png) no-repeat center / 100%;
    width: 25px;
    height: 16px;
}

.article-l-item {
    border: 7px solid #e7e7e7;
    padding: 30px;
}

.article-l-item:not(:first-child) {
    margin-top: 10px;
}

.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: 25px;
    padding-top: 25px;
    border-top: 1px solid #e4e4e4;
}

/* 新闻详情结束 */

/*合作伙伴/列表多图*/
.yp_partner_roll_area {
    width: var(--mobile-contain);
    margin: 0 auto;
    overflow: hidden;
}

.partner_rollbox {
    width: 500%;
    height: 50px;
    display: flex;
    align-items: center;
    animation: partner_roll 20s linear infinite;
}

.partner_rollbox:hover {
    animation-play-state: paused;
}

.partner_item {
    width: 115px;
    padding: 0 5px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.partner_img {
    width: 100%;
    height: 100%;
}

@keyframes partner_roll {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(calc(-8 * 125px));
    }
}

.partnerSwiper img {
    width: 100%;
}

/*合作伙伴结束*/

/*图文展示*/
.img_text_wrap {
    max-width: var(--mobile-contain);
    padding: 16px;
    display: flex;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    ;
    box-sizing: border-box;
}

.small_img_text {
    display: block;
    max-width: var(--mobile-contain);
}

.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 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
}

.img_text_content {
    width: 200px;
    font-size: 13px;
    color: #333;
    line-height: 30px;
}

.small_img_text:hover .img_text_content {
    color: #6f9cbe;
}

.imgbox {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.imgbox img {
    background-size: cover;
}


/*图文展示结束*/

/*产品列表*/
.prod_wrap {
    width: 100%;
}

.product_list {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.prod_row1 .product_item {
    width: 100%;
}

.product_item {
    width: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}


.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;
    font-size: 14px;
}


.prod_center_list .prod_wrap {
    width: 900px;
}


.prod_center_list {
    width: 100%;
}

.prod_center_list .product_item {
    width: 50%;
}

.cl_style1 .prod_center_list .product_item {
    width: 32%;
    max-height: 220px;
    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: 100px;
}

/* 大屏布局 */
.fullscreen_list_style .prod_center_list {
    padding: 0 10px;
    box-sizing: border-box;
}

.fullscreen_list_style .prod_center_list .product_item {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 118px;
    margin-bottom: 20px;
}

.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: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;

}

.fullscreen_list_style .product_name {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    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: 118px;
    padding-left: 0;
    overflow: hidden;
    transition: padding-left .4s ease;
}


.fullscreen_list_style .prod_prodProps p {
    font-size: 14px;
    color: #999;
    margin-right: 10px !important;
}

.btn_left,
.btn_right {
    display: none;
}

.scroll_wrap,
.scroll_list {
    width: 100%;
}


.prod_scroll_box {
    width: 360px;
    position: relative;
}

.prod_scroll_box .scroll_wrap {
    width: 100%;
    height: 220px;
    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: 180px;
    height: 220px;
    padding: 0 5px !important;
    z-index: -1;
    box-sizing: border-box;
}

.prod_scroll_box .img_wrap {
    width: 100%;
}

.prod_scroll_box .scroll_item .product_name {
    text-align: center;
    font-size: 12px;
}

.prod_scroll_box .scroll_btn {
    display: block;
    position: absolute;
    z-index: 5;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    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: 14px;
}

.prod_scroll_box .btn_left {
    left: 0;
    top: 96px;
}

.prod_scroll_box .btn_right {
    right: 0;
    top: 96px;
}

.prod_prodProps {
    margin-top: 10px;
    padding: 0 5px;
}

.prod_prodProps p {
    font-size: 12px;
    color: #111501;
}

.prod_prodProps p:nth-child(2) {
    margin: 10px 0;
}

/*产品列表结束*/

/*产品分类*/
.cp_show_list {
    position: relative;
    width: 375px !important;
    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: 16px;
    background-color: var(--color-theme);
    line-height: 40px;
    padding: 0 10px;
}

.icon-class {
    display: none;
}

ul.side_menu {
    width: 100%;
    max-height: 300px;
    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 {
    max-height: 1000px;
    /* 设置一个足够大的值来展开菜单 */
}

ul.side_submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.active_nav>a {
    background-color: rgba(64, 158, 255, 0.5);
    color: #fff;
}

/* 一级分类 */

.fullscreen_category_list .cp_show_list {
    width: 365px !important;
    border-radius: 0;
}

.fullscreen_category_list ul.side_menu li {
    border-bottom: none;
}

.fullscreen_category_list .cp_show_list {
    box-shadow: none;

}

.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 a {
    padding: 10px;
}

.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;
}

/*产品分类结束*/
/*产品详情*/
.in_show_grid {
    width: 360px;
}

.in_show_title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.xiangqing_title1 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 10px 10px;
}


.yp_product_detail {
    margin-bottom: 20px;
}

.exzoom {
    border-radius: 10px;
    margin-bottom: 15px;
}

.glassWrapper {
    width: 300px;
    height: 300px;
    line-height: 0;
    position: relative;
    border: 1px solid #eee;
}

.video_wrap {
    width: 300px;
    height: 300px;
    border: 1px solid #eee;
}

.smallImg {
    display: block;
    width: 300px;
    height: 300px;
}

.glass {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #89cff0;
    opacity: 0.5;
    display: none;
    cursor: pointer;
}

.bigWrapper {
    position: relative;
    max-width: var(--mobile-contain);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.bigImg {
    width: 500px;
    display: none;
    position: absolute;
}

.yp_product_detail_params {
    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;
    font-size: 14px;
}

.yp_product_detail_content {
    text-indent: 2em;
    font-size: 12px;
    padding: 10px 5px;
}

.yp_product_detail_content table {
    width: 350px !important;
    table-layout: fixed;
    vertical-align: middle !important;
    margin: 10px 0 !important;
    border-collapse: collapse;
}

.yp_product_detail_content table td,
.yp_product_detail_content table th {
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 5px 10px !important;
    border: 1px solid #000 !important;
    color: #333 !important;
}

.yp_product_detail_content p {
    font-size: 12px !important;
    margin: 10px 0 !important;
    color: #333 !important;
    line-height: 20px;
    text-indent: 0 !important;
}

.yp_product_detail_content span {
    font-size: 12px !important;
}

.yp_product_detail_content img {
    width: 100%;
}

/* 布局二 */
.in_detail_layout {
    width: 360px;
    height: 100%;
    box-sizing: border-box;
}

.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 {
    display: none;
}

.consult_button {
    display: none;
}

.dialog_wrapper {
    display: none;
}

/*产品详情结束*/

/* 产品tab标签页 */
.nav-pills {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

#nav_tag li {
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
}

#nav_tag li:hover {
    background-color: var(--color-theme);
    color: #fff;
}

.yp_tab_prodList {
    max-width: var(--mobile-contain);
}

.product_ul {
    margin-top: 20px;
}

.yp_product_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    transition: all .3s;
}

.yp_product_item {
    width: 50%;
    padding: 0 10px;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    box-shadow: none;
}

.yp_product_item p {
    margin: 5px;
    font-size: 12px;
    color: #0f0f0f;
}

.yp_product_imgbox {
    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);
}

/* 产品标签页结束 */

/*容器*/
.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;
}

.mobile_container .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;
}

.slip_btn {
    width: 100px !important;
    height: 30px !important;
    display: block;
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板5/13451286226951723270823482.png) no-repeat;
    background-size: contain;
    font: bold 14px "microsoft yahei";
    line-height: 30px;
    text-align: center;
    color: #1fb153;
    transition: all 0.4s;
    border: none;
}

.slip_btn:hover {
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板5/10398580204391723272726730.png) no-repeat;
    background-size: contain;
}

/*按钮样式结束*/

/*图片样式*/
.bg_image_block {
    z-index: 0;
}

.yp_img_block {
    width: 355px;
    height: 220px;
    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 a {
    position: relative;
    z-index: 8;
}

.border_img .yp_img_block {
    padding: 10px;
    box-sizing: border-box;
}

.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 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;
}

.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: 1px solid transparent;
    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: var(--mobile-contain);
    position: relative;
}

.yp_scroll_box .scroll_wrap {
    width: 100%;
    height: 304px;
    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 {
    width: var(--mobile-contain);
    height: 304px;
    float: left;
    margin-top: 5px;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.yp_scroll_box .scroll_item .glory_name {
    width: 100%;
    height: 68px;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.6s;
    font-size: 14px;
    background-color: rgba(26, 179, 225, .8);
}

.yp_scroll_box .scroll_item .glory_name i {
    font-size: 20px;
}

.yp_scroll_box .scroll_item .glory_name span {
    margin: 10px 0;
}

.yp_scroll_box .scroll_item .img_wrap,
.yp_scroll_box .scroll_item .img_wrap img {
    width: 100%;
    height: 100%;
}


.imgTextCarousel .swiper-button-prev,
.imgTextCarousel .swiper-button-next {
    width: 30px;
    height: 30px;
    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: 20px;
    color: #fff;
}

/* 布局二 */
.par {
    margin: 20px 0;
}

.par .parHd {
    height: 45px;
    width: var(--mobile-contain);
    position: relative;
    margin-bottom: 50px;
}

.par .parHd ul {
    display: flex;
    width: var(--mobile-contain);
    height: 45px;
    margin: 0 auto;
    padding: 0 10px;
}

.par .parHd ul li {
    width: 170px;
    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,
.par .parHd b,
.par .swiper_cont .swiper-button-next,
.par .swiper_cont .swiper-button-prev {
    display: none;
}


.par .parHd ul .on {
    background-color: #0f56cc;
    border: #0f56cc solid 1px;
}

.par .swiper_cont {
    width: var(--mobile-contain);
    position: relative;
    user-select: none;
}

.par .swiper {
    height: 214px;
}

.par .swiper-slide img {
    width: 100%;
    height: 100%;
}

.par .swiper_cont {
    display: none;
}

/* 图文轮播结束 */
/* 百度地图 */
.online_map_area {
    width: 360px;
    height: 400px;
    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: var(--mobile-contain);
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact_list .contact_list_item {
    width: 48%;
    height: 296px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin: 0 15px 15px 0;
}

.contact_list .contact_list_item:nth-child(2n) {
    margin-right: 0;
}

.contact_list .contact_list_item .contact_list_hover_icon {
    display: block;
}

.contact_list .contact_list_item .contact_us_itembg {
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: rotateY(0);
    transition: all 0.5s;
}

.contact_list .contact_list_item .contact_list_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact_list .contact_list_item .contact_list_icon {
    display: none;
}

.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: #fff;
    transition: all 0.7s;
    position: absolute;
    left: 50%;
    top: 88%;
    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 .contact_list_hover_img {
    width: 70px;
    height: 70px;
    margin: 20px 0;
}

.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: var(--mobile-contain);
    margin: auto;
}

.contact-way ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.contact-way ul li {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px 10px 0;
}

.contact-way ul li:nth-child(2n) {
    margin-right: 0;
}

.contact-way h4 {
    text-align: center;
    color: #11baee;
    font-size: 24px;
    margin: 10px 0;
}

.contact-way .contact_img {
    width: 162px;
    height: 162px;
    border-radius: 50%;
}

.contact-way .contact_img img {
    width: 100%;
    height: 100%;
}

.contact-way p {
    color: #777;
}

.contact-site-item,
.contact-site-list {
    display: none;
}

/* 联系我们卡片结束 */
/* 留言表单 */
.message_form_area {
    width: 100%;
    background-color: #fff;
}

.message_form_area .publish_message {
    font-size: 12px;
    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: 30px;
    margin-bottom: 12px;
    border-radius: 4px;
    outline: none;
    font-size: 12px;
    padding: 0 0 0 8px;
    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: 12px;
}

.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;
}

/* 留言表单结束 */

/*移上边框特效*/
.hover_boder {
    position: relative;
}

.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 {
    overflow: hidden;
}

.hover_img_scale:hover img {
    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;
}

/* 销售联系方式结束 */

/* 搜索 */
.search_wrap {
    width: 300px;
    height: 34px;
    display: flex;
}

.search_wrap input {
    outline-style: none;
    border: 1px solid #c0c4cc;
    border-radius: 5px 0 0 5px;
    width: 80%;
    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: 20%;
    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;
}

/* 搜索结束 */

/*返回顶部*/
#goTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

#goTopBtn {
    display: none;
    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: 350px;
    max-height: 300px;
    background-image: url('http://develop.ypgzex.com/make/组件物料/card/card_bg1.webp');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 48px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.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: 20px;
    font-weight: 700;
    color: #fff;
}

.yp_card_wrap .yp_card_content {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.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;
}

/* 互动卡片结束 */


/* 产品联合轮播 */
.yp-loop-container {
    width: var(--mobile-contain);
    margin: 50px 0;
    overflow: hidden;
}

.yp-loop-btn {
    width: 100%;
    position: relative;
    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;
    padding: 0 25px;
}

.yp-loop-btn .yp-loop-category-item {
    position: relative;
    min-width: 172.5px;
    height: 100%;
    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: 0px;
}

.yp-loop-btn .yp-loop-next {
    right: 0px;
    transform: rotate(180deg);
}

.yp-loop-prod-container {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.yp-loop-prod-wrap {
    overflow: hidden;
}

.yp-loop-prod-wrap .yp-loop-prod-list {
    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: 250px;
    padding-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}

.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;
    height: 34px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    padding-right: 30px;
    transition: all .6s ease;
    margin-top: 10px;
    padding: 0 4px;
    text-align: center;
}

/* 产品联合轮播结束 */

/* 数字滚动组件 */
.yp_count_list {
    width: var(--mobile-contain);
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
}

.yp_count_item {
    width: 49%;
    text-align: center;
    border-right: 1px dashed #d2d2d2;
    color: #11baee;
    margin-bottom: 20px;
}

.yp_count_item:nth-child(2n) {
    border-right: none;
}

.yp_count_title {
    font-size: 12px;
}

.yp_count {
    font-size: 40px;
    font-weight: 700;
}

/* 数字滚动组件结束 */

/* 工程案例 */
.case-container {
    width: var(--mobile-contain);
    background-color: #0c0c0c;
    overflow: hidden;
    padding: 100px 10px;
    box-sizing: border-box;
}

.case-ul {
    overflow: hidden;
}

.indfa-link {
    width: 100%;
    margin-bottom: 2%;
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.indfa-link:nth-child(1),
.indfa-link:nth-child(2) {
    width: 100%;
}

.indfa-link img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all .6s ease;
    height: 100%;
}


.indfa-link-cont {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
}

.indfa-link-cont h2 {
    font-size: 20px;
    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: 12px;
    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.234:82//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;
}

/* 工程案例结束 */
/* 模板5 */
/* 顶部 */
.header_layout4 {
    height: 150px;
    padding: 10px 0;
    background-color: #fff;
}

.header_layout4 .header_layout4_in {
    height: 60px;
    display: block;
    margin-bottom: 10px;
}

.flex-layout {
    display: flex;
    align-items: center;
}


.header_layout4_logo {
    height: 100%;
}

.header_layout4_logo.imgText {
    justify-content: center;
}

.header_layout4_logo.imgText img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.header_layout4_logo.card img {
    height: 60px;
}

.header_layout4_logo p {
    color: #065fb9;
    font-size: 20px;
    font-weight: bold;
}

.header_layout4_rgt {
    justify-content: center;
}

.header_layout4_rgt .icon {
    display: block;
    background: url(http://192.168.0.234:82//static/upload/png/24279448158651722930863766.png) no-repeat;
    width: 57px;
    height: 57px;
    margin-right: 10px;
    background-position: 0 0;
}

.header_layout4_rgt p {
    font-size: 20px;
    font-weight: bold;
    color: #0f56cc;
    font-family: arial;
    margin-bottom: 8px;
}

.header_layout4_rgt p:last-child {
    margin-bottom: 0;
}

/* 底部 */
.footerTop {
    width: 100%;
    background: #212d3a;
    padding-top: 20px;
    padding-bottom: 22px;
}

.footerTop .footerMenu {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #1c2632;
}

.footerTop .footerMenu ul li {
    font-size: 11px;
    color: #999999;
    padding: 5px;
    border-right: 1px solid #666666;
}

.footerTop .footerMenu ul li a {
    color: #999;
}

.footerTop .footerMenu li:first-child {
    border-left: none;
}

.footerTop .conBox {
    display: block;
    width: 100%;
    border-top: 1px solid #2c3946;
    padding-top: 20px;
}

.footerTop .conL {
    display: none;
}

.footerTop .conBox .conR {
    width: 100%;
}

.footerTop .conBox .conR p {
    width: 100%;
    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;
}

/* 导航 */
.nav_layout2_container {
    width: var(--mobile-contain);
    background-color: #0f56cc;
}

.nav_layout2_container .nav_list li {
    display: block;
    position: relative;
    border-right: 1px solid #2867cf;
    text-align: center;
    transition: all .4s linear;
    padding: 5px 7px;
}

.nav_layout2_container .nav_list li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav_layout2_container .nav_list a:first-child {
    background: none;
}

.nav_layout2_container .nav_list li:hover {
    background-color: #36a062;
}

.nav_layout2_container .sub_navs {
    display: none;
}

/* 搜索 */

.search_layout {
    border-bottom: 1px solid #dedede;
}

.search_layout .search_wrap {
    width: 300px;
    height: 28px;
    margin-top: 20px;
}

.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 {
    overflow: hidden;
}

.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;
}

/* 产品展示 */
.tag_product_layout2 {
    padding: 80px 0 30px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.tag_product_layout2 .tag_list {
    margin-bottom: 18px;
}

.tag_product_layout2 .tag_list a {
    padding: 5px;
    background: #0f56cc;
    font-size: 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 4px 5px;
    color: #fff;
}

.tag_product_layout2 .tag_product_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.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: 14px 0;
    background-color: #f6f6f6;
}

.tag_product_layout2 .tag_product_list .tag_product_item .title_box h3 {
    color: #333;
    text-align: center;
    transition: all .3s;
    font-size: 14px;
}

.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%;
}

.look_more {
    display: block;
    border-radius: 30px;
    width: 140px;
    height: 40px;
    font-size: 14px;
    margin: auto;
    line-height: 40px;
    text-align: center;
    background: #0f56cc;
    color: #fff;
    transition: all .5s;
}

/* 公司简介 */
.company_profile {
    width: var(--mobile-contain);
    background-color: #fff;
    border-radius: 4px;
}

.company_profile_scroll_wrap {
    width: var(--mobile-contain);
    height: 350px;
    position: relative;
    overflow: hidden;
}

.company_profile img {
    width: 100%;
    height: auto;
    display: block;
}

.company_profile .company_profile_right {
    padding: 0 10px;
}

.company_profile .company_profile_right h3 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    text-align: center;
    margin: 10px 0;
}

.company_profile .company_profile_content {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-indent: 2em;
}

/* 公司优势 */
.advantage_layout {
    padding: 80px 0 30px 0;
    background-color: #f8f8f8;
}

.advantage_layout .liyoubox {
    display: block;
    margin-bottom: 20px;
}

.advantage_layout .liyoubox .leftbox {
    background-color: #FFF;
    padding: 10px;
}

.advantage_layout .liyoubox .leftbox ul li.cn1 {
    margin-bottom: 15px;
    display: flex;
}

.advantage_layout .liyoubox .leftbox ul li.cn1 div {
    min-width: 40px;
    height: 40px;
    background: #0f56cc;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    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: 16px;
    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: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #CCCCCC;
}

.advantage_layout .liyoubox .leftbox ul li.cn2 {
    line-height: 40px;
    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: var(--mobile-contain);
}

.advantage_layout .liyoubox .rightbox p img {
    max-width: 100%;
}

/* 工程案例 */
.case_layout2 {
    width: var(--mobile-contain);
    padding: 80px 0 30px 0;
    background-color: #fff;
}

.case_layout2_list {
    margin-bottom: 20px;
}

.case_layout2_list .case_layout2_item a {
    display: block;
    padding-bottom: 40px;
    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: 12px 0;
    padding: 0 20px;
}

.view_detail {
    position: absolute;
    bottom: 8px;
    left: 28px;
    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: 16px;
    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;
}

/* 文章列表 */
.news_layout3 {
    width: var(--mobile-contain);
    padding: 80px 0 30px 0;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.news_layout3 .tab {
    text-align: center;
    margin-bottom: 18px;
}

.news_layout3 .tab a {
    padding: 5px;
    background: #0f56cc;
    font-size: 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}

.news_layout3 .list {
    margin-bottom: 20px;
}

.news_layout3 .list li {
    display: block;
    padding: 10px;
    border: 1px solid #fff;
    background: #fff;
    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: 16px;
    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;
}

/* 产品分类 */
.cl_layout2 .cl_layout2_link {
    padding: 5px;
    background: #0f56cc;
    font-size: 14px;
    border-radius: 12px;
    display: inline-block;
    margin: 4px;
    color: #fff;
}

.cl_layout2 .cl_layout2_link:hover {
    color: #fff;
}

/* 留言表单 */
.subright {
    width: var(--mobile-contain);
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.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 .hc_here {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.subright .hc_here h3 {
    font-size: 16px;
    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 .proview {
    width: 100%;
}

.subright .proview .contBox {
    width: 100%;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}

.subright .proview .contBox img {
    width: 100%;
    height: 100%;
}

.subright .proview .bt {
    margin-top: 10px;
    font-size: 16px;
    color: #0f56cc;
    font-weight: bold;
    margin-bottom: 10px;
    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 {
    display: none;
}

.subright .proview .desc_box .tel {
    margin-bottom: 20px;
}

.subright .proview .swiper-button-next::after,
.subright .proview .swiper-button-prev::after {
    font-size: 16px;
}

.subright .stit {
    border-bottom: 2px solid #0f56cc;
    overflow: hidden;
    margin-top: 20px;
}

.subright .stit span {
    display: block;
    overflow: hidden;
    padding: 0 25px;
    color: #fff;
    line-height: 28px;
    background: #0f56cc;
    float: left;
    font-size: 14px;
}

/* 新闻详情 */
.subright .desc_box .ArticleTitle h1 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    border-bottom: none;
    font-weight: bold;
}

.subright .desc_box .ArticleMessage {
    line-height: 30px;
    padding-bottom: 15px;
    height: 30px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.subright .desc_box .ArticleMessage span {
    color: #999;
    margin-left: 10px;
    font-size: 12px;
}

.subright .aboutlist img {
    width: 100%;
}

/* 模板5结束 */
/* 模板6 */
/* 头部 */
.head_layout5 {
    position: relative;
    padding: 10px;
}

.head_layout5 .top_bar {
    display: none;
}

.head_layout5 .logoText {
    align-items: center;
}

.head_layout5 .t6headBtn {
    font-size: 32px;
    cursor: pointer;
    font-weight: 700;
}

.head_layout5 .logoText img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.head_layout5 .logo_area {
    align-items: center;
    justify-content: space-between;
}

.head_layout5 .navs {
    display: none;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    background-color: #5b5b5b;
    z-index: 3;
}

.head_layout5 .navs li {
    border-bottom: 1px solid #fa825a;
    border-bottom-color: rgba(127, 127, 127, 0.45);
    line-height: 56px;
}

.head_layout5 .navs a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
}

.head_layout5 .navs a::after {
    display: none;
}

.head_layout5 .sub_navs {
    display: none;
}

.head_layout5 .navs li.active>a {
    background-color: #c12f30;
}

.head_layout5 .navs .icon-arrow-right {
    transition: all .5s;
}

.head_layout5 .navs li.active .icon-arrow-right {
    transform: rotate(90deg);
}

.head_layout5 .navs li.active .sub_navs {
    display: block;
}

/* 轮播 */
.t6_bannerSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border-radius: 0;
    background: #d78f9c;
}

.t6_bannerSwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #e50b1c;
}

/* 底部 */
.ft_layout4 {
    padding: 10px;
    background-color: #3f3f3f;
    text-align: center;
}

.ft_layout4 .ft_top,
.ft_layout4 .ft_btm .ft-l,
.ft_layout4 .ft_btm .ft-r,
.ft_layout4 .ft_btm .ft-c h5,
.ft_layout4 .ft_btm .ft-c p {
    display: none;
}

.ft_layout4 .ft_btm .ft-c p:nth-child(2) {
    display: block;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 1.5;
}

.ft_layout4 .ft_btm .ft-c a {
    color: #7f7f7f;
}

/* 产品展示 */
.tagprod_layout3 {
    padding: 40px 0;
    background-color: #f2f2f2;
}

.tp6_title {
    text-align: center;
    margin-bottom: 20px;
}

.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 {
    display: none;
}

.tagprod_layout3 .prod_list {
    margin-top: 20px;
    flex-wrap: wrap;
}

.tagprod_layout3 .prod_list li {
    width: 48%;
    border: 1px solid transparent;
    transition: all .3s;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    box-sizing: border-box;
}

.tagprod_layout3 .prod_list li:nth-child(2n) {
    margin-right: 0;
}

.tagprod_layout3 .prod_list li a {
    display: block;
}

.tagprod_layout3 .prod_list li p {
    padding: 15px;
    transition: all .3s;
    height: 40px;
    line-height: 22px;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

.tagprod_layout3 .prod_list li img {
    width: 100%;
    height: 100%;
}

/* 公司优势 */
.advantage_layout2 {
    width: var(--mobile-contain);
    padding: 20px 0;
    background-color: #fff;
}

.advantage_layout2 .list {
    display: block;
    margin-bottom: 25px;
}

.advantage_layout2 .lf,
.advantage_layout2 .rt {
    width: 100%;
}

.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: 38px;
    padding-left: 70px;
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板6/22235810781631723863140949.png) no-repeat;
    box-sizing: border-box;
}

.advantage_layout2 .tt span:nth-child(2) {
    font-size: 16px !important;
}

.advantage_layout2 .tt .num {
    position: absolute;
    top: 22px;
    left: 30px;
    font-size: 30px;
    color: rgb(242, 242, 242);
    font-style: italic;
}

.advantage_layout2 .rt img {
    width: 100%;
}

/* 公司介绍 */
/* 布局二 */
.about_layout2 {
    width: var(--mobile-contain);
    padding-top: 20px;
}

.about_layout2 .item {
    width: var(--mobile-contain);
}

.about_layout2 .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.about_layout2 .contW {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0;
}

.about_layout2 .contW .title h3 {
    font: bold 20px "microsoft yahei";
    color: #0f56cc;
    margin-bottom: 12px;
    text-align: center;
}

.about_layout2 .contW .title .entit {
    color: #333;
    font-size: 18px;
    text-align: center;
}

.about_layout2 .contW .cont {
    margin-top: 20px;
    font-size: 15px;
    color: #666;
    line-height: 26px;
    padding: 0 10px;
}

.about_layout2 .contW .view_detail {
    display: block;
    width: 150px;
    height: 46px;
    font-size: 15px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #0f56cc;
    position: relative;
    margin: 30px auto 0;
    left: 0;
    bottom: 0;
}

.about_layout3 {
    width: var(--mobile-contain);
    padding: 20px 10px;
    box-sizing: border-box;
}

.about_layout3 .about_main {
    display: block;
}

.about_layout3 .lf,
.about_layout3 .rt {
    width: 100%;
}

.about_layout3 .lf {
    padding-bottom: 20px;
}

.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: #363636;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    outline: none;
    line-height: 30px;
}

/* 合作客户 */
.partner_cont {
    width: var(--mobile-contain);
    padding: 20px 0;
    background-color: #f9f9f9;
}

.partner_cont .swiper_cont {
    position: relative;
    user-select: none;
}

.partner_cont .swiper_cont img {
    width: 100%;
}


.partner_cont .swiper-button-next::after,
.partner_cont .swiper-button-prev::after {
    font-size: 20px;
    color: #333;
}

/* 文章列表 */
.news_layout4 {
    padding: 20px 10px;
    box-sizing: border-box;
}

.news_layout4 .list {
    display: block;
}

.news_layout4 .list li {
    width: 100%;
    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;
}

/* 产品分类 */
.prodClassSwiper {
    width: var(--mobile-contain);
    padding: 20px 0;
}

.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;
    color: #333;
}

.prodClassSwiper .item {
    border: 1px solid #7f7f7f;
}

/* 产品中心列表 */
.t6_prod_list {
    width: var(--mobile-contain);
    flex-wrap: wrap;
}

.t6_prod_list .list {
    flex-wrap: wrap;
}

.t6_prod_list li {
    width: 48%;
    border: 1px solid transparent;
    transition: all .3s;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    box-sizing: border-box;
}

.t6_prod_list li:nth-child(2n) {
    margin-right: 0;
}

.t6_prod_list li a {
    display: block;
}

.t6_prod_list li p {
    transition: all .3s;
    line-height: 40px;
    text-align: center;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.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: 100%;
}

.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: var(--mobile-contain);
}

.t6_news_list .item {
    padding: 10px 0;
    position: relative;
}

.t6_news_list .link {
    align-items: center;
}

.t6_news_list .time {
    min-width: 100px;
    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;
}

/* 关于我们 */
.r-item {
    width: var(--mobile-contain);
    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_rt {
    width: var(--mobile-contain);
    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;
}

/* 模板6结束 */
/* 模板7 */
/* 头部 */
.t7_head {
    padding: 10px;
}

.t7_head .topbar {
    display: none;
}

.t7_head .logo_area {
    justify-content: space-between;
    align-items: center;
}

.t7_head .logo_l {
    align-items: center;
}

.t7_head .logo_l p {
    margin-left: 10px;
}

.t7_head .logo_l img {
    width: 50px;
    height: 50px;
}

.t7_head .logo_r p {
    display: none;
}

.t7_head .logo_r .icon-menu {
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.t7_footer .box8 {
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板7/19176756128231725332675305.jpg) no-repeat;
    background-position: center;
}

.t7_footer .box8 .ads22 {
    display: block;
    padding: 20px;
}

.t7_footer .ads22 li {
    margin-bottom: 10px;
}

.t7_footer .ads22 li,
.t7_footer .ads22 li .det {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.t7_footer .ads22 li .det {
    margin-right: 5px;
}

.t7_footer .ads22 li .det i {
    font-size: 12px;
    margin-right: 5px;
}

.t7_footer .foot {
    padding: 10px 0;
    text-align: center;
}

.t7_footer .foot .copyright {
    color: #9d9c9c;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
}

.t7_footer .foot .copyright a {
    color: #9d9c9c;
}

.t7_footer .foot .copyright div {
    display: none;
}

.t7_footer .f_link,
.t7_footer .f_link a {
    color: #9d9c9c;
    font-size: 12px;
}

/* 隐藏导航 */
.t7_head {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.t7_head .t7_mb_nav li {
    border-bottom: 1px solid #fff;
}

.t7_head .t7_mb_nav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
    width: 100%;
    background-color: #0194dc;
}

.t7_head .t7_mb_nav a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.t7_head .t7_mb_nav .close {
    text-align: right;
    padding: 15px 15px 0 0;
}

.t7_head .t7_mb_nav .close i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* 轮播样式 */
.t7_bannerSwiper .swiper-pagination-bullet {
    width: 23px;
    height: 8px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border-radius: 0;
    background: #fff;
    border-radius: 4px;
}

.t7_bannerSwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #0194dc;
}

/* 数字滚动 */
.t7_count_list {
    width: var(--mobile-contain);
    display: flex;
    flex-wrap: wrap;
}

/* 宣传口号 */
.t7_slogan {
    padding: 35px 0;
    background-color: #fff;
}

.t7_slogan .t7_bt p {
    color: #3e3a39;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.t7_slogan .t7_bt {
    color: #282828;
    font-size: 24px;
    text-align: center;
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板7/17983843143571725348997865.png) no-repeat center;
    background-size: 88%;
}

.t7_slogan .slogan_wrap {
    width: var(--mobile-contain);
}


.t7_slogan .slogan_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    padding: 0 10px;
}

.t7_slogan .slogan_list li {
    width: 48.5%;
    position: relative;
    transition: .4s;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.t7_slogan .slogan_list li:nth-child(2n) {
    margin-right: 0;
}

.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: 20px 0;
    width: var(--mobile-contain);
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板7/19838692275451724233170409.jpg) no-repeat;
    overflow: hidden;
}

.t7_prod .top {
    display: block;
    margin-bottom: 20px;
}

.t7_prod .title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.t7_prod .rt_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t7_prod .rt_link a {
    width: 93px;
    height: 35px;
    line-height: 35px;
    position: relative;
    transition: .4s;
    border: 1px solid #6E6C6C;
    text-align: center;
    margin-right: 8px;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
}

.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: 48%;
    margin: 0 15px 15px 0;
    background-color: #fff;
}

.t7_prod .show_prod_list li:nth-child(2n) {
    margin-right: 0;
}

.t7_prod .show_prod_list li .com-img,
.t7_prod .show_prod_list li .com-img img {
    width: 100%;
    height: 200px;
}

.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:hover h2 {
    color: #fff;
    background-color: #0194dc;
}

.t7_prod .btns {
    text-align: center;
    margin: 20px 0 0 0;
}

.t7_prod .btns a {
    font-size: 16px;
    color: #666464;
    display: inline-block;
    width: 108px;
    line-height: 35px;
    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: 24px;
    color: rgb(0, 176, 240);
    font-weight: bold;
}

/* 公司优势 */
.t7_wh {
    width: var(--mobile-contain);
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板7/64498632532201725345714187.jpg) no-repeat;
}

.t7_tit {
    padding-top: 20px;
    color: #fff;
}

.t7_tit h2 {
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板7/15010352860121725345714464.png) no-repeat center;
    background-size: 88%;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.t7_tit h3 {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
    text-transform: uppercase;
    opacity: .6;
    text-align: center;
    font-weight: 400;
}

.t7_wh .t7adSwiper {
    padding: 20px 10px;
}

.t7_wh .t7adSwiper img {
    width: 100%;
}

.t7_wh .t7adSwiper li {
    background-color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.t7_wh .t7adSwiper li a {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
    z-index: 99999;
}

.t7_wh .t7adSwiper .ys {
    background-color: #ffffff;
    border-bottom: 9px solid #fff;
    text-align: center;
    padding: 0 5px;
    padding-bottom: 10px;
}

.t7_wh .t7adSwiper li h3 {
    color: #3c3e46;
    font-size: 16px;
    padding-top: 15px;
    text-align: left;
}

.t7_wh .t7adSwiper li .line1 {
    width: 30px;
    height: 2px;
    background-color: #868686;
    margin-top: 9px;
}

.t7_wh .t7adSwiper li p {
    color: #595757;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-top: 9px;
    text-align: left;
}

.t7_wh .t7adSwiper .swiper-button-next,
.t7_wh .t7adSwiper .swiper-button-prev {
    width: 25px;
    height: 62px;
    background-color: rgba(0, 0, 0, .6);
}

.t7_wh .t7adSwiper .swiper-button-next::after,
.t7_wh .t7adSwiper .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}

.t7_wh .t7adSwiper .swiper-button-next {
    border-radius: 0px 5px 5px 0px;
}

.t7_wh .t7adSwiper .swiper-button-prev {
    border-radius: 5px 0px 0px 5px;
}

.t7_case {
    width: var(--mobile-contain);
    padding: 20px 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.t7_case .ctt {
    color: #000000;
    font-size: 20px;
    margin-top: 25px;
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板7/24542252232761724293755724.png) no-repeat 135px center;
}

.t7_case .cont {
    margin-top: 18px;
    position: relative;
}

.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;
    line-height: 30px;
    text-align: center;
}

.t7_case .t7caseSwiper .img {
    width: 100%;
}

.t7_case .t7_tit,
.t7_about .t7_tit {
    color: #282828;
}

.t7_case .t7_tit h3,
.t7_about .t7_tit h3 {
    color: #3e3a39;
}

.t7_case .t7_tit h2,
.t7_about .t7_tit h2 {
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板7/17983843143571725348997865.png) no-repeat center;
    background-size: 88%;
}

/* 公司介绍 */
.t7_about {
    width: var(--mobile-contain);
}

.t7_about .flex-layout {
    display: block;
}

.t7_about img {
    width: 100%;
}

.t7_about .ab_r {
    margin: 20px 0;
}

.t7_about .ab_l {
    padding: 10px;
}

.t7_about .ab_l h2 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.t7_about .ab_cont {
    text-indent: 2em;
    font-size: 14px;
    color: #3e3a39;
    line-height: 24px;
}

/* 文章列表 */
.t7_news {
    background-color: #f4f4f4;
    padding: 20px 0;
    width: var(--mobile-contain);
}

.t7_news .t7_bt p {
    display: none;
}

.t7_news .t7_bt {
    color: #282828;
    font-size: 24px;
    text-align: center;
    background: url(http://192.168.0.234:82/static/upload/模板素材/模板7/17983843143571725348997865.png) no-repeat center;
    background-size: 88%;
}

.t7_news .t_wrap {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 20px 0;
}

.t7_news .more {
    display: none;
}

.t7_news .type_list {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.t7_news .type_list li {
    width: 110px;
    height: 35px;
    font-size: 16px;
    color: #3e3a39;
    background-color: #0194dc;
    line-height: 35px;
    text-align: center;
    margin-right: 15px;
}

.t7_news .type_list li a {
    display: block;
    color: #fff;
}

.t7_news .n_cont {
    display: block;
}

.t7_news .n_cont .lf {
    display: none;
}

.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 .cont_rt {
    display: none;
}


.t7_news .p8a2b {
    margin-top: 25px;
    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_rt_box .t7_c_tit {
    text-align: right;
    color: #323232;
    font-size: 16px;
    padding: 12px 15px;
    line-height: 30px;
}

.t7_prod_list .list {
    align-items: center;
    flex-wrap: wrap;
}

.t7_prod_list .list li {
    display: inline-block;
    vertical-align: bottom;
    width: 47%;
    margin: 0 1.5% 20px 1.5%;
    padding: 10px 10px 0 10px;
    border: 1px solid #eeeeee;
    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.6;
    padding: .8em 0;
    height: 55px;
    box-sizing: border-box;
}

.t7_rt_box {
    width: var(--mobile-contain);
}

.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;
    box-sizing: border-box;
}

.page-layout-6 .yp_pagination a:not(.disabled):not(.current):hover {
    border: 1px solid #0194dc;
    color: #0194dc;
}

/* 新闻资讯 */
.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: 37%;
    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 .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 .img {
    display: block;
    overflow: hidden;
}

.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: 100%;
    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结束 */

/* 模板8 */
.contain-1400 {
    width: var(--mobile-contain);
}

.t8_heade {
    position: relative;
}

.t8_heade .top_bar {
    display: none;
}

.t8_heade .logo_cont .logo_in {
    width: var(--mobile-contain);
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.t8_heade .logoText {
    align-items: center;
}

.t8_heade .logoText img {
    width: 50px;
    height: 50px;
}

.t8_heade .logoText p {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-left: 10px;
    line-height: 24px;
}

.t8_heade .menu_cont .menu {
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #fafafa;
    width: 100%;
    z-index: 3;
    display: none;
    box-sizing: border-box;
}

.t8_heade .menu_cont .p_menu {
    display: block;
    font-size: 14px;
}

.t8_heade .p_menu>li {
    display: block;
    width: 100%;
    float: left;
    padding: 5px 2.5%;
    margin: 5px 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    box-sizing: border-box;
}

.t8_heade .p_menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    color: #000;
}

.t8_heade .p_menu>li>a i {
    transform: rotate(-90deg);
    transition: all .4s;
}

.t8_heade .p_menu>li>a i.active {
    transform: rotate(0deg);
}

.t8_heade .c_menu {
    display: none;
    background-color: #f5f5f5;
    transition: all .4s;
    padding-top: 5px;
}

.t8_heade .c_menu li {
    padding: 0 5px;
    background-color: #fff;
    margin-bottom: 5px;
}

.t8_heade .c_menu.active {
    display: block;
}

.t8_heade .c_menu>li>a i.active {
    transform: rotate(90deg);
}

.search_box {
    padding: 0;
}

.search_box .iconfont {
    font-size: 20px;
    color: #6b6666;
    font-weight: 700;
    cursor: pointer;
}

.search_box .iconfont {
    margin-right: 5px;
}

.search_box .iconfont:last-child {
    margin-right: 0;
}

.search_box .icon-sousuo {
    font-size: 23px;
}

.t8_heade .search_box .many_language {
    margin-right: 5px;
    padding: 0;
}

.t8_heade .search_box .many_language::before {
    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 {
    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";
}

.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;
}

.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 {
    width: var(--mobile-contain);
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.t8_footer .ft_menus {
    justify-content: space-between;
}

.t8_footer .ft_menus dl dt {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.t8_footer .ft_menus dl dd {
    font-size: 12px;
    margin-bottom: 5px;
}

.t8_footer .ft_menus dl a {
    color: #fff;
}

.t8_footer .ft_menus dl a i {
    font-size: 12px;
}

.t8_footer .ft_qrCode {
    text-align: center;
    margin: 5px 0;
}

.t8_footer .ft_qrCode img {
    width: 160px;
}

.t8_footer .ft_contact {
    text-align: center;
}

.t8_footer .ft_contact h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.t8_footer .ft_contact h3 a {
    color: #fff;
}

.t8_footer .ft_contact p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.t8_footer .ft_contact p i {
    font-size: 14px;
    margin-right: 5px;
}

.t8_footer .ft_copy {
    background-color: #1e73be;
    padding: 10px;
}

.t8_footer .ft_copy p,
.t8_footer .ft_copy p a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/* 产品展示 */
.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: 22px;
    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: 50px;
    height: 1px;
    margin: 0 auto;
}

.t8_title .titletext {
    margin-bottom: 8px;
}

.t8_prod_cont .list {
    align-items: center;
    flex-wrap: wrap;
}

.t8_prod_cont .list li {
    width: 48%;
    height: 310px;
    margin: 0 10px 10px 0;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
}

.t8_prod_cont .list li:nth-child(2n) {
    margin-right: 0;
}

.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: 100%;
    height: 176px;
}

.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 {
    display: none;
}

/* 文章列表 */
.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: 22px;
    margin-left: 5px;
}

.t8_news_cont .news_type {
    line-height: 25px;
    margin-top: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.t8_news_cont .news_type a {
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    background-color: #146ba2;
    border-radius: 20px;
    margin: 0 5px 5px 0;
}

.t8_news_cont .list {
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.t8_news_cont .list li {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 5px 0;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.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;
}

.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;
}

.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_partner .partnerSwiper img {
    width: 100%;
}

/* 产品中心分页列表 */
.t8_rt_cont {
    width: var(--mobile-contain);
    background-color: #fff;
}

.t8_rt_cont .list {
    flex-wrap: wrap;
}

.t8_rt_cont .list li {
    width: 48%;
    margin: 0 10px 10px 0;
}

.t8_rt_cont .list li:nth-child(2n) {
    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: 183px;
    height: 183px;
    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: 1px solid #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;
}

.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;
    font-size: 14px;
}

/* 产品详情 */
.t8_rt_cont .t8_dt {
    display: block;
}

.t8_rt_cont .dt_lf,
.t8_rt_cont .dt_rt {
    width: 100%;
}

.t8_rt_cont .dt_lf {
    padding: 10px;
}

.t8_rt_cont .dt_lf .pdtSwiper {
    width: 100%;
    user-select: none;
}

.t8_rt_cont .dt_lf img {
    width: 100%;
    height: 365px;
}

.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;
}

.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: 355px;
    height: 180px;
}

.t8_rt_cont .custom_service img {
    width: 100%;
}

.t8_rt_cont .date {
    padding: 5px 1%;
    background-color: #1e73be;
}

.t8_rt_cont .d_head {
    padding: 10px;
    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 .d_cont {
    font-size: 14px;
    padding: 0 10px;
}

.t8_rt_cont .d_cont p {
    line-height: 22px;
    text-indent: 0 !important;
}

.t8_rt_cont .d_cont img {
    width: 100%;
    margin: 10px 0;
}

/* 模板8结束 */
/* 模板9-除湿机 */
/* 头部 */

.t9_top {
    position: relative;
    padding: 10px 0;
    z-index: 2;
}

.t9_top .menu .pc-menu,
.t9_top .t_text {
    display: none;
}

.t9_top .t_con {
    height: 60px;
    padding: 0 10px;
}

.t9_top .t_con h1 {
    width: 260px;
    height: 100%;
    line-height: 100%;
}

.t9_top .t_con h1 a {
    display: block;
    border-right: 1px solid #aaaaaa;
    padding-right: 10px;
}

.t9_top .t_con h1 img {
    width: 100%;
}

.t9_top .t_con .t_pho p span {
    display: block;
}

.t9_top .t_con .t_pho p {
    font-size: 12px;
    color: #191c24;
}

.t9_top .t_con .t_pho b {
    font-size: 14px;
}

.t9_top .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.t9_top .menu .mobile-menu {
    display: flex;
    align-items: center;
    width: 88%;
}

.t9_top .menu .mobile-menu li {
    width: 25%;
    text-align: center;
    line-height: 33px;
}

.t9_top .menu .mobile-menu li a {
    color: #191c24;
    display: inline-block;
    font-size: 14px;
}

.t9_top .menu .slideMenu {
    width: 100%;
    display: none;
    background-color: rgba(181, 0, 1, 0.9);
    position: absolute;
    top: 34px;
    left: 0;
    padding: 10px 0 30px 0;
}

.t9_top .menu .mobile_nav_btn {
    padding: 0 10px;
    cursor: pointer;
    color: #ad000d;
}

.t9_top .menu .mobile_nav_btn i {
    font-size: 18px;
}

.t9_top .menu .mobile_nav_btn.active {
    background: #ad000d;
    color: #fff;
}

.t9_top .menu .slideMenu li {
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0.6rem;

}

.t9_top .menu .slideMenu li a {
    display: block;
    width: 70%;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin: 0 auto;
}

/* 底部 */
.t9_footer .f_logo,
.t9_link,
.t9_footer .f_text .f_lx {
    display: none;
}

.t9_footer .f_con {
    height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f0f0f0;
}

.t9_footer .f_con .f_nav {
    position: absolute;
    top: 20px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.t9_footer .f_con .f_nav a {
    color: #282828;
}

.t9_footer .f_con .f_nav a::after {
    content: '/';
    color: #282828;
    margin: 0 5px;
}

.t9_footer .f_con .f_nav a:last-child::after {
    display: none;
}

.t9_footer .f_con .f_code {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}

.t9_footer .f_con .f_code p {
    font-size: 14px;
}

.t9_footer .f_con .f_code em {
    display: block;
}

.t9_footer .f_con .f_code em img {
    max-width: 200px;
    margin-bottom: 10px;
}

.t9_footer .f_wz {
    padding: 10px;
    background-color: #ad000d;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
}

.t9_footer .f_wz a {
    color: #fff;
}

/* 数据 */
.t9_til01 {
    text-align: center;
    color: #111010;
    font-size: 48px;
    line-height: 27px;
    font-family: "Microsoft Yahei";
    clear: both;
    display: block;
    height: 67px;
    white-space: nowrap;
    font-weight: normal;
    font-size: 24px;
}

.t9_til01 p {
    display: block;
    font-size: 12px;
    line-height: 36px;
    color: #5d5d5d;
}

.t9_til01 a {
    color: #111010;
}

/*数据滚动*/
.t9_record {
    width: var(--mobile-contain);
    font-family: "Microsoft Yahei";
    height: 346px;
    position: relative;
    text-align: center;
    background: url(http://192.168.0.234:82/static/upload/模板素材/除湿机模板/23285654975781726629284709.jpg) no-repeat center 0;
    padding: 23px 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.t9_record .t9_til01 {
    color: #fff;
}


.t9_record .record_c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.t9_record .record_c li {
    width: 29%;
    height: 96px;
    border-radius: 4px;
    margin: 0 15px 15px 0;
    background: #ad000d;
    text-shadow: 2px 2px 0 #7b000a;
}

.t9_record .record_c li:nth-child(3n) {
    margin-right: 0;
}

.t9_record .record_c li span {
    display: block;
    height: 58px;
}

.t9_record .record_c li span b {
    line-height: 58px;
    text-shadow: 2px 5px 0 #7b000a;
    font-size: 40px;
}

.t9_record .record_c li p {
    font-size: 12px;
    line-height: 16px;
}

/* 公司介绍 */
.t9_webox {
    width: var(--mobile-contain);
    font-size: 16px;
    color: #111011;
    font-family: "Microsoft Yahei";
    line-height: 24px;
    position: relative;
    overflow: hidden;
    padding: 24px 13px 0;
    background: url(http://192.168.0.234:82/static/upload/模板素材/除湿机模板/12916711152771726101971078.jpg) no-repeat center 0;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
}

.t9_webox h3 {
    height: 74px;
    font-size: 24px;
    color: #111;
    line-height: 24px;
    position: relative;
    white-space: nowrap;
    font-weight: normal;
}

.t9_webox h3 span {
    font-size: 15px;
    line-height: 30px;
    display: block;
    margin: 10px auto 0;
    text-align: center;
    color: #fff;
    background: #ad000d;
}


.t9_webox_w img {
    width: 22px;
    height: 6px;
}

/* 产品展示 */
.t9_probox {
    width: var(--mobile-contain);
    padding: 23px 10px 30px;
    box-sizing: border-box;
}

.t9_probox .prod1 .pro_l span {
    display: none;
}

.t9_probox .t9_cont img {
    width: 100%;
}

.t9_probox .t9_cont .pro_r ul {
    display: flex;
    flex-wrap: wrap;
}

.t9_probox .t9_cont .pro_r ul li {
    width: 49.1%;
    margin: 0 6px 6px 0;
    position: relative;
}

.t9_probox .t9_cont .pro_r ul li:nth-child(2n) {
    margin-right: 0;
}

.t9_probox .pro_r li span {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 80%;
}

.t9_probox .pro_r li span a {
    display: block;
    height: 70px;
    color: #191c24;
    background: url(http://192.168.0.234:82/static/upload/除湿机模板icon素材/31093849401631726105287539.png) no-repeat 0 bottom;
    font-size: 14px;
}

.t9_probox .prod2 dl {
    position: relative;
    margin-bottom: 10px;
}

.t9_probox .prod2 dl,
.t9_probox .prod2 dt,
.t9_probox .prod2 dt img {
    width: 100%;
    height: 166px;
    display: block;
    overflow: hidden;
}

.t9_probox .prod2 dd {
    width: 290px;
    height: 100px;
    position: absolute;
    left: 38px;
    top: 30px;
    font-size: 12px;
    line-height: 17px;
    color: #5d666f;
}

.t9_probox .prod2 dd h4 {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.t9_probox .prod2 dd h4 b {
    color: #ad000d;
}

.t9_probox .prod2 dd h4 a {
    color: #000;
}

/* 工程案例  */
.casebox {
    width: var(--mobile-contain);
    font-family: "Microsoft Yahei";
    clear: both;
    line-height: 18px;
    font-size: 16px;
    color: #6d6d6d;
    position: relative;
    background: url(http://192.168.0.234:82/static/upload/模板素材/除湿机模板/17883043207441726111413715.jpg) no-repeat center 0;
    border-bottom: 11px solid #ad000d;
}

.casebox .case_t {
    height: 44px;
    text-align: center;
    font-size: 14px;
}

.casebox .case_t span {
    display: inline-block;
    width: 87px;
    line-height: 22px;
    background: #191c24;
    color: #fff;
    margin-right: 10px;
}

.casebox .case_t span a {
    color: #fff;
}

.casebox .case_t span.cur {
    background: #ad000d;
}

.casebox .case_t span:last-child {
    margin: 0;
}

.casebox .case_c {
    padding: 0 10px;
}

.casebox .case_c dd h4 {
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.casebox .case_c dd h4 span {
    display: block;
}

.casebox .case_c dd h4 a {
    color: #333;
    font-size: 15px;
}

.casebox .case_c dd p {
    font-size: 12px;
}

.casebox .case_c dd p a {
    color: #ad000d;
}

.casebox .case_c dt img {
    display: block;
    width: 100%;
}

.casebox .t9_caseSwiper {
    display: none;
}

/*优势*/
.edge {
    width: var(--mobile-contain);
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #4b4b4b;
    position: relative;
    padding: 23px 0 0;
}


.edge .edge_t {
    display: none;
}


.edge .edge_b {
    position: relative;
    user-select: none;
    padding: 0 10px;
}

.edge .edge_p,
.edge .edge_p img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.edge .edge_w {
    background: #e3e3e3;
    float: none;
    padding: 15px 0 30px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.edge .edge_w .edge_r {
    height: 60px;
    float: none;
    padding: 0 10px;
    margin-bottom: 10px;
}

.edge .edge_w .edge_r ul {
    display: flex;
    flex-wrap: wrap;
}

.edge .edge_r li {
    float: left;
    height: 60px;
    border-right: solid 1px #a0a0a0;
    padding-right: 10px;
    margin-right: 10px;
}

.edge .edge_r li span {
    display: block;
    height: 20px;
    position: relative;
    padding-left: 15px;
}

.edge .edge_r li span:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 14px;
    top: 3px;
    left: 0;
    background: #ad000d;
}

.edge .edge_r li p {
    height: 40px;
    padding-left: 15px;
}

.edge .edge_r li p b {
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    color: #ad000d;
}

.edge .edge_l {
    float: none;
    padding: 0 10px;
}

.edge .edge_l h4 {
    display: none;
}

.edge .edge_l p {
    font-size: 12px;
    color: #4b4b4b;
}

.edge .edge_b .swiper-button-prev,
.edge .edge_b .swiper-button-next::after {
    display: none;
}

.edge .edge_b {
    position: relative;
}

/* 文章列表 */
.t9_newbox {
    width: var(--mobile-contain);
    padding: 23px 10px 30px;
    box-sizing: border-box;
}

.t9_newbox .faqs,
.t9_newbox .news2 {
    display: none;
}

.t9_newbox .news {
    float: none;
}

.t9_newbox .new_t {
    height: 40px;
    font-size: 20px;
    line-height: 34px;
    overflow: hidden;
    font-weight: normal;
    padding-left: 40px;
    background: url(http://192.168.0.234:82/static/upload/除湿机模板icon素材/25039573182281726129692786.gif) no-repeat 0 0;
}

.t9_newbox .news .new_c1 img {
    width: 100%;
}

.t9_newbox .new_c dl {
    position: relative;
}

.t9_newbox .new_c dd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 30px;
    background: rgba(25, 28, 36, 0.8);
}

.t9_newbox .new_c dd a {
    display: block;
    color: #fff;
    font-size: 12px;
}

.t9_newbox .new_c ul {
    display: block;
    background: #fff;
    box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1.2rem 1rem;
    margin: 0 0 1rem;
}

.t9_newbox .new_c li {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3f3f3f;
    line-height: 25px;
}

.t9_newbox .new_more a {
    display: block;
    width: 116px;
    line-height: 31px;
    text-align: center;
    height: 31px;
    background: #ad000d;
    color: #fff;
    margin: 0 auto;
    font-size: 12px;
}

/* 关于我们 */
.t9_aboutbox {
    width: var(--mobile-contain);
    font-family: "Microsoft Yahei";
    background: url(http://192.168.0.234:82//static/upload/组件素材/轮播图组件/21580050981341721895279383.jpg) no-repeat center 0 #e3e3e3;
    padding: 23px 10px 30px;
    height: 287px;
    overflow: hidden;
    box-sizing: border-box;
}

.t9_aboutbox .about_l {
    background: #fff;
    height: 65px;
    border-radius: 5px;
    margin-top: 120px;
}

.t9_aboutbox .about_l li {
    float: left;
    width: 88px;
    height: 65px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 10px 0 0 16px;
    transition: all .4s;
}

.t9_aboutbox .about_l li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: 10px;
    right: 0;
    background: #ccc;
}

.t9_aboutbox .about_l li:last-child:before {
    width: 0;
    height: 0;
}

.t9_aboutbox .about_l li p {
    font-size: 12px;
    line-height: 26px;
    color: #000;
}

.t9_aboutbox .about_l li p em {
    display: none;
}

.t9_aboutbox .about_l li span,
.t9_aboutbox .about_l li span i {
    display: block;
    width: 18px;
    height: 20px;
    margin: 0;
    font-style: normal;
    transition: all .4s;
    background-size: 18px 49px !important;
}

.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;
}

/* 产品中心 */
.t9_ct_list {
    padding: 0 10px;
    box-sizing: border-box;
}

.t9_ct_list dl {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-flow: wrap;
}

.t9_ct_list dt {
    width: 37.4%;
    overflow: hidden;
    border-radius: 4px;
}

.t9_ct_list dt img {
    display: block;
    width: 100%;
}

.t9_ct_list dd {
    width: 58.3%;
    position: relative;
}

.t9_ct_list dd h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    color: #333333;
    margin: 2px 0;
}

.t9_ct_list .p101-pro-1-desc {
    line-height: 18px;
    font-size: 13px;
    color: #666666;
    text-align: justify;
}

.t9_ct_list .p101-pro-1-more {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 14px;
    font-size: 13px;
    color: #333333;
}

/* 关于我们 */
.t9_about {
    width: var(--mobile-contain);
}

.t9_about .tit_p {
    clear: both;
}

.t9_about .tit_p span {
    color: #171717;
    font-size: 20px;
    display: block;
    padding-top: 25px;
    white-space: nowrap;
    text-align: center;
    line-height: 25px;
    display: block;
    font-weight: bold;
}

.t9_about .tit_p em {
    display: block;
    font-size: 12px;
    line-height: 32px;
    color: #666;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.t9_about .gy {
    text-align: center;
    padding: 0 10px;
}

.t9_about .gy img {
    width: 100%;
}

.t9_about .gy p {
    color: #333;
    text-align: left;
    font-size: 14px;
}

.t9_about .gy span {
    display: block;
    font-size: 18px;
    color: #ad000d;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.t9_about .wh {
    background: #f1f1f1;
    padding-bottom: 20px;
    margin-top: 30px;
}

.t9_about .wh ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.t9_about .wh ul li {
    width: 47%;
    margin-bottom: 25px;
    box-shadow: 0 0 12px #dedede;
    height: 180px;
    text-align: center;
    padding-top: 25px;
    border-radius: 20px;
    margin-right: 20px;
    background: #fff;
}

.t9_about .wh ul li:nth-child(2n) {
    margin-right: 0;
}

.t9_about .wh ul li img {
    width: 50px;
}

.t9_about .wh ul li span {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.t9_about .wh ul li p {
    text-align: center;
    padding: 0 10px;
    height: 56px;
    font-size: 12px;
    line-height: 18px;
}

.t9_about .jz_img {
    padding: 0 10px;
}

.t9_about .jz_img ul {
    display: flex;
    flex-wrap: wrap;
}

.t9_about .jz_img ul li {
    width: 47%;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.t9_about .jz_img ul li img {
    width: 100%;
}

.t9_about .jz_img ul li:nth-child(2n) {
    margin-right: 0px;
}

.t9_about .jz_img ul li span {
    color: #333;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

/* 联系我们 */
.t9_contact {
    width: var(--mobile-contain);
}


.t9_contact .tit01 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}

.t9_contact .tit01 span {
    display: block;
    font-size: 12px;
    color: #4f4f4f;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.t9_contact .g-ban3 {
    height: 326px;
}

.t9_contact .kfay dt {
    display: none;
}

.t9_contact .kfay dd h4 {
    height: 25px;
    font: 16px "Microsoft YaHei";
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    box-sizing: content-box;
}

.t9_contact .kfay dd h4:after {
    content: "";
    position: absolute;
    width: 160px;
    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: 15px 10px 0;
}


.t9_contact .wm-l {
    width: 100%;
    background: #f4f4f4;
    height: 461px;
    overflow: hidden;
}

.t9_contact .wm-l h4 {
    font: 16px "Microsoft YaHei";
    color: #fff;
    height: 56px;
    background: #ad000d;
    text-align: center;
    line-height: 56px;
    font-weight: bold;
}

.t9_contact .wm-l ul {
    padding-left: 65px;
    background: url(http://192.168.0.234:82/static/upload/除湿机模板icon素材/32146481153081726362725948.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.234:82/static/upload/除湿机模板icon素材/95159718577451726362726198.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.234:82/static/upload/除湿机模板icon素材/20428767164801726362726198.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 .online_map {
    width: 100%;
    height: 355px;
}

/* 工程案例 */
.t9_case {
    width: var(--mobile-contain);
    padding: 0 10px;
    box-sizing: border-box;
}

.t9_case h2 {
    width: 100%;
    margin: 20px 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 ul {
    overflow: hidden;
}

.t9_case ul li {
    width: 100%;
    height: 190px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.t9_case ul li a {
    display: block;
    height: 100%;
}

.t9_case ul li img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.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;
}

/* 产品详情 */
.t9_rt {
    width: var(--mobile-contain);
}

.t9_rt .exzoom .video_wrap,
.t9_rt .exzoom .glassWrapper,
.t9_rt .exzoom_navs .exzoom_btn {
    display: none !important;
}

.t9_rt .exzoom_navs {
    height: 280px;
}

.t9_rt .exzoom_navs ul {
    padding: 0;
    display: flex;
}

.t9_dtSwiper {
    width: var(--mobile-contain);
}

.t9_rt .exzoom_navs ul li {
    width: 100%;
    height: 100%;
    border: none;
}

.t9_rt .exzoom_navs ul li img {
    width: 100%;
}

.t9_rt .p1-pro-showcase-1-tle {
    display: none;
}

.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: 100%;
    background-color: #ad000d;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 18px !important;
}

.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;
    box-sizing: content-box;
}

.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;
    background: url(http://192.168.0.234:82/static/upload/除湿机模板icon素材/11802286148871726216018536.png) no-repeat 22px center;
}

.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 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.t9_rt .p14-product-2-list dl {
    width: 48.3%;
    border: 1px solid #dfdfdf;
    margin-right: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.t9_rt .p14-product-2-list dl:nth-child(2n) {
    margin-right: 0;
}

.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;
    box-sizing: content-box;
}

.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;
    background: url(http://192.168.0.234:82/static/upload/除湿机模板icon素材/15251936410331726279263589.png) no-repeat left center;
}

.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: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #535353;
    height: 20px;
    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;
}

/* 模板9结束-除湿机 */
/* 模板10 */
.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,
.t10_header .search {
    display: none;
}

.t10_header {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    position: absolute;
    background: #fff;
    padding-left: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.t10_header .logo {
    margin-top: 4px;
    width: 80%;
    float: left;
    vertical-align: top;
}

.t10_header .logo img {
    width: 100%;
}

.t10_header .mobile_nav_btn {
    float: right;
    margin: 16px 15px 0 0;
    cursor: pointer;
}

.t10_header .mobile_nav_btn i {
    font-size: 25px;
}

.t10_header .mobile_nav_btn.active {
    background: #1975d0;
    color: #fff;
}

.t10_header .nav {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    height: 100%;
}

.t10_header .slideMenu {
    width: 100%;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
}

.t10_header .navbar {
    padding: 10px 0 30px 0;
    background-color: rgba(0, 102, 203, 0.9);
}

.t10_header .subnav {
    display: none;
}

.t10_header .slideMenu li {
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0.6rem;

}

.t10_header .slideMenu li a {
    display: block;
    width: 70%;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin: 0 auto;
}

.t10_footer {
    background-color: #f2f2f2;
}

.t10_footer .menu,
.t10_footer .logo {
    display: none;
}

.t10_footer a {
    color: #333;
    transition: all .5s;
}

.t10_footer .contact-menu {
    padding: 30px;
}

.t10_footer .footer-contact .p-3 {
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}

.t10_footer .footer-contact .p-3 .icon {
    top: -4px;
    left: 0;
    position: absolute;
}

.t10_footer .footer-contact .p-3 span {
    opacity: 0.6;
}

.t10_footer .footer-contact .p-3 em {
    font-style: normal;
}

.t10_footer .footer-link {
    padding-top: 47px;
    font-size: 12px;
}

.t10_footer .footer-link span {
    color: #666;
}

.t10_footer .footer-link a {
    margin-right: 10px;
    line-height: 22px;
    color: #666;
}

.t10_footer .copyright {
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
    background-color: #111111;
    color: #fff;
    line-height: 22px;
}

.t10_footer .copyright a {
    color: #fff;
}

.t10home-search {
    padding: 16px 10px 14px;
    overflow: hidden;
    background: #f2f2f2;
    box-sizing: border-box;
}

.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;
}

/* 公司介绍 */
.t10_tit {
    text-align: center;
}

.t10_tit img {
    display: none;
}

.t10_tit .tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: bold;
}

.t10_tit p:nth-child(2) {
    margin-top: 15px;
    line-height: 1.75em;
    color: #666;
}

.index-about {
    padding: 50px 0;
}

.index-about .contain-1400 {
    padding: 0 10px;
    box-sizing: border-box;
}

.index-about .box {
    margin-top: 20px;
    padding-top: 15px;
    border-top: solid 1px #ddd;
}

.index-about .txtbox {
    width: 100%;
    font-size: 15px;
    line-height: 32px;
    color: #666;
}

.index-about .list {
    padding-bottom: 30px;
}

.index-about .list li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    text-align: center;
    box-sizing: border-box;
}

.index-about .list li a {
    color: #333;
    padding: 20px 10px;
    display: block;
    font-size: 14px;
    box-shadow: 0 6px 8px rgba(0, 65, 107, 0.1);
}


.index-about .list li img {
    width: 30px;
    height: 30px;
    transition: all 700ms ease;
}

.index-about .list li:hover a {
    color: #0066cb;
}

.index-about .list li:hover img {
    transform: scale(1.1);
}

.index-about .pic img {
    width: 100%;
}

/* 产品展示 */
.t10_prod_show {
    overflow: hidden;
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 100px;
}

.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;
}

.t10_prod_show .t10_prodShowSwiper .pic {
    overflow: hidden;
    position: relative;
}

.t10_prod_show .t10_prodShowSwiper .pic img {
    width: 100%;
    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: 20px;
    line-height: 20px;
    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: 50px 0;
}

.t10_case .text {
    display: none;
}

.t10_case ul li:hover .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.t10_case ul li {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 60px;
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    text-align: center;
}


.t10_case ul li .item {
    height: 150px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding: 0 30px 10px 30px;
    border: solid 1px #ddd;
}

.t10_case ul li .tit {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 10px;
}

.t10_case ul li .txt {
    color: #666;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 5px;
    line-height: 17px;
}

.t10_case ul li span {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: -45px;
    position: relative;
    border: dotted 1px #1271cf;
}

.t10_case ul li i {
    width: 60px;
    height: 60px;
    line-height: 50px;
    margin: 10px;
    display: inline-block;
    font-style: normal;
    border-radius: 100%;
    overflow: hidden;
}

/* 公司优势 */
.t10_dege {
    padding: 50px 0;
}

.t10_dege .t10edge_swiper {
    margin-top: 30px;
    width: var(--mobile-contain);
}

.t10_dege .top {
    background-color: #0066cb;
    padding-left: 90px;
    height: 122px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.t10_dege .top span {
    font-size: 36px;
    left: 40px;
    top: 10px;
    position: absolute;
    line-height: 80px;
}

.t10_dege .top .tit {
    font-size: 16px;
    line-height: 34px;
    overflow: hidden;
    margin-top: 21px;
}

.t10_dege .top .txt {
    font-size: 14px;
    height: 24px;
    overflow: hidden;
}

.t10_dege .bt {
    position: relative;
}

.t10_dege .bt .txtbox {
    position: absolute;
    left: 0;
    padding: 0 30px;
    bottom: 30px;
    color: #fff;
    font-size: 12px;
}

.t10_dege .bt .txtbox .tit {
    font-size: 16px;
    margin: 0;
    line-height: 34px;
}

.t10_dege .bt .txtbox .icon_w {
    width: 51px;
    height: 47px;
}

.t10_dege .bt .txtbox .icon_w img {
    width: 100%;
}

.t10_dege .bt .txt {
    height: 48px;
    line-height: 22px;
    overflow: hidden;
}

.t10_dege .bt .pic img {
    width: 100%;
}

.t10_dege .t10edge_swiper .swiper-button-next,
.t10_dege .t10edge_swiper .swiper-button-prev {
    top: 53px;
}

.t10_dege .t10edge_swiper .swiper-button-next::after,
.t10_dege .t10edge_swiper .swiper-button-prev::after {
    font-size: 22px;
    color: #fff;
}

/* 文章列表 */
.t10_news {
    padding: 50px 0;
    background-color: #fff;
}

.t10_news .contain-1400 {
    padding: 0 10px;
    box-sizing: border-box;
}

.t10_news .bt {
    display: none;
}

.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;
}

.t10_news .bt a:hover {
    color: #0072ce;
}

.t10_news .leftlist {
    width: 100%;
    float: left;
}

.t10_news .leftlist li {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
    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 {
    display: none;
}

.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;
    line-height: 24px;
    overflow: hidden;
}

.t10_news .leftlist li .txt {
    height: 48px;
    color: #666;
    overflow: hidden;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
}

.t10_news .leftlist li .time {
    color: #999;
    font-size: 14px;
    font-family: arial;
    margin-top: 20px;
}

.t10_news .rightlist {
    width: 33%;
    float: right;
}

.t10_news .rightlist li {
    padding: 10px;
    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_prod_c {
    width: var(--mobile-contain);
}

.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;
    background: url(http://192.168.0.234:82/static/upload/实验室仪器模板素材/15412342360381727234165909.png) repeat-x left bottom;
}

.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: 5px;
    width: 50%;
    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 .pic {
    overflow: hidden;
    position: relative;
}

.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: 30px;
    line-height: 30px;
    padding: 0 11px;
}

.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_rt {
    padding: 0 10px;
    width: var(--mobile-contain);
    box-sizing: border-box;
}

.t10_rt .box-1 .leftbox {
    width: 100%;
    height: 279px;
}

.t10_rt .box-1 .t10_dtSwiper {
    position: relative;
}

.t10_rt .box-1 .leftbox .bigimg {
    width: 76.5%;
    height: 279px;
    float: left;
    background: #fff;
    overflow: hidden;
}

.t10_rt .box-1 .leftbox .video_control {
    width: 256px;
    height: 256px;
}

.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: 279px;
    float: right;
    padding: 20px 0 20px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.t10_rt .box-1 .leftbox .small .item {
    cursor: pointer;
}

.t10_rt .box-1 .leftbox .small .item 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: 20px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    z-index: 2;
}

.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 {
    background: url(http://192.168.0.234:82/static/upload/实验室仪器模板素材/25686983814991727227318262.png) no-repeat center center #eeeeee;
    top: 22px;
    left: 0;
}


.t10_rt .box-1 .leftbox .swiper-button-next {
    background: url(http://192.168.0.234:82/static/upload/实验室仪器模板素材/25751232240201727227327750.png) no-repeat center center #0066cb;
    top: 280px;
    left: 0;
}

.t10_rt .box-1 .rightbox {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    min-height: auto;
    margin-top: 30px;
}

.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: 14px;
    line-height: 24px;
    margin-top: 30px;
}

.t10_rt .box-1 .rightbox .button {
    left: auto;
    bottom: auto;
    margin-top: 30px;
    position: relative;
}

.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 5px;
    height: 330px;
    width: 50%;
    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_news_type {
    width: var(--mobile-contain);
    line-height: 39px;
    overflow: hidden;
    border-bottom: solid 1px #eeeeee;
    height: 40px;
}

.t10_news_type .inside-menu {
    display: none;
}

.t10_news_type .inside-current {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
}

.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: 20px 0 40px;
    box-sizing: border-box;
}

.t10_news_c .contain-1400 {
    padding: 0 10px;
    box-sizing: border-box;
}

.t10_news_c li:first-child {
    padding-top: 0;
}

.t10_news_c li:first-child {
    border-top: 0;
}

.t10_news_c li {
    padding: 20px 0;
    transition: all 500ms ease;
    border-top: solid 1px #ececec;
}

.t10_news_c li .time {
    display: none;
}

.t10_news_c li .txtbox {
    width: 60%;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    box-sizing: border-box;
}

.t10_news_c li .tit {
    font-size: 16px;
    color: #333;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-weight: 700;
}

.t10_news_c li .txt {
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    color: #666;
    overflow: hidden;
    margin-top: 5px;
}

.t10_news_c li .pic {
    width: 35%;
    float: right;
    overflow: hidden;
    position: relative;
}

.t10_news_c li .pic img {
    width: 100%;
    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 .time .more .icon {
    fill: #fff;
}

.t10_newsDt {
    padding: 50px 0;
}

.t10_newsDt h1 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}

.t10_newsDt .info {
    color: #999;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: dashed 1px #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.t10_newsDt .info span {
    padding: 0 10px;
    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:nth-child(2)::after {
    display: none;
}

.t10_newsDt .info span:last-child {
    display: none;
}

.t10_newsDt .inside-xg-news {
    padding-top: 30px;
    padding-bottom: 50px;
    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;
    background: url(http://192.168.0.234:82/static/upload/实验室仪器模板素材/10932031203191727245185281.jpg) no-repeat top center;
}

.t10_newsDt .inside-xg-news ul {
    padding-top: 30px;
}

.t10_newsDt .inside-xg-news ul li {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    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 {
    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 {
    display: block;
    width: 75%;
    font-style: normal;
    overflow: hidden;
}

.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;
}

/* 工程案例2 */
.t10_case2 {
    padding: 50px 0;
}

.t10_case2 .contain-1400 {
    padding: 0 20px;
    box-sizing: border-box;
}

.t10_case2 ul {
    margin-top: 60px;
}

.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: 100%;
    overflow: hidden;
}

.t10_case2 li .pic img {
    width: 100%;
    transition: all 700ms ease;
}

.t10_case2 li .txtbox {
    width: 100%;
    padding: 30px 20px;
}

.t10_case2 li .txtbox .icon {
    width: 70px;
    height: 70px;
    fill: #0066cb;
    display: inline-block;
    vertical-align: unset;
}

.t10_case2 li .txtbox .tit {
    font-size: 18px;
    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_contact {
    font-size: 15px;
    line-height: 30px;
    padding-top: 40px;
}

.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 {
    width: 200%;
    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 {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    position: absolute;
}

.t10_contact ul li a {
    color: #666;
}

/* 留言表单 */
.t10_msg {
    background: url(http://192.168.0.234:82/static/upload/模板素材/实验室仪器模板/19055406176341727249194032.jpg) no-repeat top center;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.t10_msg form {
    margin: 0 -20px;
    margin-top: 55px;
    overflow: hidden;
}

.t10_msg .form-group {
    width: 100%;
    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结束 */