/* mobile css */
/* 主题色 */
:root {
    --color-theme: rgb(64, 158, 255);
}

.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;
    line-clamp: 1;
    -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: 375px;
    height: 100%;
    margin: auto;
    position: relative;
}

.mobile_container .position_block_item {
    position: absolute;
    left: 0;
    top: 0;
}

.mobile_container .position_block_item .editor_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;
}

/* 页面顶部布局3 */
.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;
}

.yp_top_container .navbar-nav {
    padding: 0 10px;
    background-color: #fff;
    display: block;
    height: auto;
}

.yp_top_container .nav_item {
    position: relative;
    height: 100%;
}

.mobile_container .yp_top_container .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::before {
    display: none;
}

.Header_right_item.many_language {
    padding: 0;
}

.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;
}

/* 页面顶部结束 */

/* 底部 */
.footer_in {
    height: 160px;
    font-size: 12px;
    color: #f5f5f5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px dashed transparent;
    position: relative;
}

.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;
}

/* 底部结束 */

/*tab导航栏*/
.top_bgc_wrap {
    height: 90px;
    position: relative;
    width: calc(100vw - 15px);
    background-color: #fff;
    left: calc((100vw - 1216px) / 2 * -1);
}

.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);
}

.have_logo_nav {
    width: 375px;
}

.have_logo_nav .cms-nav-wrap {
    margin: 0 auto;
    padding: 10px 0;
}

.cms-nav-wrap .logo_imgtext_wrap {
    display: none;
}

.have_logo_nav .cms-nav-wrap .logo_imgtext_wrap {
    display: flex;
    align-items: center;
}

.have_logo_nav .yp_navbar_wrap,
.have_logo_nav .yp_navbar_wrap .navbar-nav {
    width: auto;
}

.have_logo_nav .cms-nav-wrap .logo_imgtext_wrap img {
    width: 60px;
    height: 60px;
    margin-right: 0;
}

.have_logo_nav .cms-nav-wrap .logo_imgtext_wrap p {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin-left: 10px;
}

.have_logo_nav .cms-nav-wrap .nav_item {
    padding: 6px;
}

/* 轮播组件 */
.banner_wrap {
    width: 100%;
    text-align: center;
}

.banner_wrap .banner_scroll {
    position: relative;
    display: inline-block;
    height: 180px;
    overflow: hidden;
}

.banner_wrap .banner_scroll {
    display: flex;
    flex-wrap: wrap;
}

.banner_wrap .banner_scroll_wrap {
    width: 100%;
}

.banner_wrap .banner_scroll li {
    width: 100%;
    height: 180px;
}

.banner_wrap .banner_scroll .banner_item {
    display: none;
    width: 100%;
}

.banner_wrap .banner_scroll .banner_item img {
    width: 100%;
    height: 100%;
}

.banner_wrap .banner_scroll .banner_current {
    display: block;
}

.cancle_arrow .banner_scroll .lf {
    display: none;
}

.cancle_arrow .banner_scroll .lr {
    display: none;
}

.have_arrow .banner_scroll .lf {
    display: flex;
}

.have_arrow .banner_scroll .lr {
    display: flex;
}

/*圆形箭头*/
.banner_scroll .lf,
.banner_scroll .lr {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    color: #333;
    font-size: 14px;
    user-select: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

/*方形箭头*/
.square_arrow .banner_scroll .lf,
.square_arrow .banner_scroll .lr {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    color: #333;
    font-size: 14px;
    user-select: none;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

/*移上显示箭头*/
.hover_show_arrow .banner_scroll .lf,
.hover_show_arrow .banner_scroll .lr {
    display: none;
}

.hover_show_arrow .banner_scroll:hover .lf,
.hover_show_arrow .banner_scroll:hover .lr {
    display: flex;
}

.banner_scroll .lf:hover,
.banner_scroll .lr:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.banner_scroll .lf {
    left: 6px;
}

.banner_scroll .lr {
    right: 6px;
}

.banner_scroll .lf i,
.banner_scroll .lr i {
    font-size: 14px;
    color: #fff;
}

.dots {
    position: absolute;
    bottom: 6px;
    right: 10px;
}

.left_dots .dots {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

/*小圆点居中显示*/
.center_dots .dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.display_none_dots .dots {
    display: none;
}

.dots>span {
    display: inline-block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 2px solid rgba(204, 204, 204, 0.2);
    border-radius: 6px;
    cursor: pointer;
}

.dots>span:not(:last-child) {
    margin-right: 2px;
}

/* 小圆点的颜色 */
.dots .square {
    background: #f46;
}

/*轮播结束*/

/*文章列表*/
/*新闻列表排版1*/
.news_list,
.news_list_style2 {
    max-width: 375px;
}

.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: 375px;
    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: 375px;
    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: 375px;
    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: 375px;
    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));
    }
}

/*合作伙伴结束*/

/*图文展示*/
.img_text_wrap {
    max-width: 375px;
    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: 375px;
}

.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: 360px;
    border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 5px 2px 10px #ddd;
    -webkit-box-shadow: 5px 2px 10px #ddd;
    box-shadow: 5px 2px 10px #ddd;
    background-color: #fff;
    z-index: 1;
}

.cp_show_list_logo {
    height: 40px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    background-color: var(--color-theme);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.icon-class {
    margin-right: 10px;
    color: #fff;
}

ul.side_menu {
    width: 100%;
}

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;
}

/*产品分类结束*/
/*产品详情*/
.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: 375px;
    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 {
    table-layout: fixed;
    vertical-align: middle !important;
    margin: 10px 0 !important;
}

.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;
}

.yp_product_detail_content span {
    font-size: 12px !important;
}

/*产品详情结束*/

/* 产品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: 375px;
}

.product_ul {
    margin-top: 20px;
}

.yp_product_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.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: 70px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #9ca2b8;
    color: #000;
}

.default_btn {
    font-size: 14px;
    transition: all 0.3s;
}

.default_btn:hover {
    background-color: #2b2b2b;
    color: #fff;
}

.fill_btn {
    background-color: #2b2b2b;
    color: #fff;
}

.round_btn {
    border-radius: 20px;
    transition: all 0.3s;
}

.round_btn:hover {
    background-color: #2b2b2b;
    color: #fff;

}

.round_fill_btn {
    background-color: #2b2b2b;
    border-radius: 20px;
    color: #fff;
}

.gradual_fill_btn,
.gradual_round_fill_btn {
    overflow: hidden;
    position: relative;
    color: #2c3e50;
    transition: background-color 0.2s;
}

.gradual_fill_btn::before,
.gradual_round_fill_btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.6);
    transform: skew(45deg) translate3d(-200px, 0, 0);
}

.gradual_fill_btn:hover,
.gradual_round_fill_btn:hover {
    background-color: #2c3e50;
    color: #fff;
}

.gradual_fill_btn:hover::before,
.gradual_round_fill_btn:hover::before {
    transition: ease-in-out 0.5s;
    transform: skew(45deg) translate3d(300px, 0, 0);
}

.gradual_round_fill_btn {
    border-radius: 20px;
    background-color: #fff;
}


.shadow_btn: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;
}

/*按钮样式结束*/

/*图片样式*/
.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;
}


/* 分页器样式结束 */

/* 荣耀资质 */
.yp_scroll_box {
    width: 360px;
    position: relative;
}

.yp_scroll_box .scroll_wrap {
    width: 100%;
    height: 162px;
    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: 120px;
    height: 142px;
    float: left;
    margin-top: 5px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.yp_scroll_box .scroll_item .glory_name {
    width: 80%;
    height: 94%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.6s;
    font-size: 12px;
}

.yp_scroll_box .scroll_item:hover .glory_name {
    opacity: 1;
}

.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 {
    width: 100%;
}

.yp_scroll_box .glory_scroll_btn {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(200, 200, 200, 1);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.yp_scroll_box .glory_scroll_btn:hover {
    background-color: rgba(0, 0, 0, .4);
}

.yp_scroll_box .glory_scroll_btn i {
    font-size: 30px;
}

.yp_scroll_box .glory_btn_left {
    left: 0;
}

.yp_scroll_box .glory_btn_right {
    right: 0;
}

/* 荣耀资质结束 */
/* 百度地图 */
.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: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.contact_list .contact_list_item {
    width: 270px;
    height: 360px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.contact_list .contact_list_item:hover .contact_us_itembg {
    transform: rotateY(180deg);
    opacity: 1;
}

.contact_list .contact_list_item:hover .contact_list_icon {
    display: none;
}

.contact_list .contact_list_item:hover .contact_list_hover_icon {
    display: block;
}

.contact_list .contact_list_item:hover .contact_list_content .contact_list_textbox {
    top: 125%;
    color: #fff;
}

.contact_list .contact_list_item .contact_us_itembg {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(0);
    transition: all 0.5s;
}

.contact_list .contact_list_item .contact_list_content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact_list .contact_list_item .contact_list_content .contact_list_icon {
    width: 100px;
    height: 100px;
    margin: 15px auto 54px;
}

.contact_list .contact_list_item .contact_list_content .contact_list_img {
    width: 100%;
    height: 100%;
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox {
    color: #000;
    transition: all 0.7s;
    position: absolute;
    left: 50%;
    top: 96%;
    transform: translate(-50%, -50%);
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox .contact_list_title {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox .contact_list_text {
    font-size: 12px;
}

.contact_list .contact_list_item .contact_list_hover_icon {
    display: none;
}

.contact_list .contact_list_item .contact_list_hover_icon .contact_list_hover_img {
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
}

.contact_list .contact_list_item .contact_list_hover_icon .contact_list_hoverbox {
    height: 114px;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

.contact_list .contact_list_item .contact_list_hover_icon .code_img {
    width: 120px;
    height: 120px;
}

/* 联系我们卡片 */
/* 留言表单 */
.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: 100%;
    height: 400px;
    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: 375px;
    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;
}

.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: 375px;
    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: 375px;
    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;
}

/* 工程案例结束 */
/* 公司优势 */
.advantage .adv-lf {
    display: none;
}

.advantage .adv-rt {
    width: 370px;
}

.advantage .button-group {
    min-width: 40px;
    height: 300px;
    margin-right: 10px;
    box-sizing: border-box;
}

.advantage .tab-btn {
    height: 25%;
    cursor: pointer;
    transition: background 0.3s ease;
    box-sizing: border-box;
    background-color: #c8c9ca;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage .tab-btn:nth-child(2) {
    background-color: #b9bbbc;
}

.advantage .tab-btn:nth-child(3) {
    background-color: #b1b2b3;
}

.advantage .tab-btn:nth-child(4) {
    background-color: #a3a4a4;
}

.advantage .tab-btn.active {
    background: #5e9afb;
    color: white;
}

.advantage .content-area {
    width: 315px;
    min-height: 400px;
    position: relative;
}

.advantage .content-item {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
}

.advantage .content-item.active {
    opacity: 1;
    transform: none;
    display: block;
}

.advantage .content-item .top {
    position: relative;
}

.advantage .content-item .top img {
    width: 100%;
}

.advantage .content-item span {
    position: absolute;
    width: 56px;
    top: 50%;
    right: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
    letter-spacing: 3px;
    line-height: 30px;
    text-align: center;
}

.advantage .content-item .bottom h3 {
    color: #1a4b9c;
    font-size: 18px;
    padding: 20px 0 10px 0;
    margin-bottom: 15px;
    position: relative;
}

.advantage .content-item .bottom h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #1a4b9c;
}

.advantage .content-item .bottom .desc {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

/* 公司优势结束 */
/* 关于我们 */
.about-cont {
    width: 375px;
    padding: 25px 0 18px 0;
}

.about-cont .top-cont {
    display: block;
}

.about-cont .desc-img {
    min-width: 375px;
    max-width: 375px;
    margin-bottom: 10px;
}

.about-cont .desc-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-cont .desc {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
}

.about-cont .bottom {
    display: flex;
    flex-wrap: wrap;
}

.about-cont .bottom div {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.about-cont .bottom div:nth-child(2n) {
    margin-right: 0;
}

.about-cont .bottom div img {
    width: 100%;
    object-fit: contain;
}

/* 关于我们结束 */