* {
    margin: 0;
    padding: 0;
}

/* 主题色 */
: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;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.yp_text {
    display: block;
    min-width: 200px;
    text-align: center;
    position: relative;
    z-index: 1;
}

ul li {
    list-style: none;
}



.web_container {
    max-width: 100%;
    overflow: hidden;
}

.web_container .block_content {
    position: relative;
    width: 1200px;
    height: 100%;
}

.web_container .position_block_item {
    position: absolute;
    left: 0;
    top: 0;
}

.web_container .position_block_item .editor_tool {
    display: none;
}

.yp_text {
    display: block;
    min-width: 200px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/*顶部通栏*/
.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.header_row .pull-left {
    font-size: 12px;
}

.topbar_tool {
    display: none;
}

/* 页面顶部 */
.full_coolc_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.full_coolc_top .iconfont {
    font-size: 14px;
}


.full_coolc_top a {
    color: #333;
    font-size: 12px;
}

.full_coolc_top a:hover {
    color: #f00;
}

.full_coolc_top .pull-right {
    padding-right: 12px;
    font-size: 12px;
}

.full_coolc_top .pull-right i {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
}

.full_coolc_top .pull-right span {
    display: block;
    float: left;
    height: 40px;
}

.full_coolc_top .pull-right div,
.full_coolc_top .pull-right a {
    display: block;
    float: left;
}

.full_coolc_top .pull-right .tel {
    color: #666;
    padding-right: 17px;
    position: relative;
}

.full_coolc_top .pull-right .tel:before {
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    position: absolute;
    top: 12px;
    right: 0px;
}

.full_coolc_top .pull-right .tel i {
    font-size: 20px;
    line-height: 40px;
    margin-right: 0px;
}

.full_coolc_top .pull-right .tel span {
    font-size: 16px;
    font-weight: bold;
    padding-left: 2px;
}

.full_coolc_top .pull-right .mobile {
    padding: 0 15px;
    color: #666;
    position: relative;
    cursor: pointer;
}

.full_coolc_top .pull-right .mobile .mobile_code {
    width: 122px;
    height: 144px;
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #dedede;
    left: -1px;
    top: 36px;
    z-index: 9999999;
}

.full_coolc_top .pull-right .mobile .mobile_code p {
    width: 100%;
    height: 24px;
    line-height: 0px;
    text-align: center;
    color: #999;
}

.full_coolc_top .pull-right .mobile:before {
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    position: absolute;
    top: 12px;
    right: 0px;
}

.full_coolc_top .pull-right .mobile:hover .mobile_code {
    display: block;
}

.full_coolc_top .pull-right .mobile:hover .mobile_code:before {
    width: 84px;
    height: 5px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0px;
    top: -5px;
}

.full_coolc_top .pull-right .mobile:hover:before {
    height: 36px;
    top: 0px;
    right: 0px;
    background: #dedede;
    z-index: 1000;
}

.full_coolc_top .pull-right .mobile:hover:after {
    height: 36px;
    top: 0px;
    left: -1px;
    width: 1px;
    content: "";
    z-index: 999;
    background: #dedede;
    position: absolute;
}

.full_coolc_top .pull-right .shoucang {
    padding: 0 15px;
    position: relative;
}

.full_coolc_top .pull-right .shoucang:before {
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    position: absolute;
    top: 12px;
    right: 0px;
}

.full_coolc_top .pull-right .lixi {
    padding: 0 15px;
}


.full_coolc_bottom_in {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0;
}

.full_coolc_bottom .logo_imgtext_wrap {
    height: 90px;
    flex: 1;
    display: flex;
    align-items: center;

}

.full_coolc_bottom .logo_imgtext_wrap img {
    width: 90px;
    height: 90px;
}

.full_coolc_bottom .logo_imgtext_wrap p {
    font-size: 30px;
    margin-left: 20px;
}

.full_coolc_bottom .logo_card_wrap {
    height: 90px;
}

.full_coolc_bottom .logo_card_wrap img {
    height: 90px;
}

.full_coolc_bottom .search_box p {
    text-align: right;
    font-size: 22px;
}

.logo_wrap {
    cursor: pointer;
}

.many_language {
    position: relative;
    padding: 0 0 0 15px;
}

.many_language::before {
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    position: absolute;
    top: 12px;
    left: 0px;
}


/* 翻译控件 */
.many_language select {
    outline-style: none;
    border: 1px solid #c0c4cc;
    padding: 0;
    padding: 0 5px;
    box-sizing: border-box;
    font-family: "Microsoft soft";
}

.many_language select:focus {
    border-color: var(--color-theme);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        var(--color-theme);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        var(--color-theme);
}

/* 底部 */
.footer_in {
    height: 168px;
    font-size: 12px;
    color: #f5f5f5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px dashed transparent;
    position: relative;
}

.footer_in .copy {
    padding: 5px 0;
}

.friendly_link {
    padding: 5px 0;
}

.footer_in a {
    color: #f5f5f5;
    margin-right: 10px;
}

.footer_in a:hover {
    color: #5874d8;
}

.footer_info {
    padding: 5px 0;
}

.footer_info span {
    margin-right: 10px;
}

.footer_tool {
    display: none;
}

/* 底部结束 */

/*tab导航栏*/
.yp_navbar_wrap {
    width: calc(100vw - 15px);
    background-color: #fff;
}

.navbar-nav {
    width: 860px;
    display: flex;
    height: 90px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.nav_item {
    padding: 8px 25px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 18px;
}

.nav_item a {
    color: #333;
}

.nav_item:last-child {
    margin-right: 0;
}

.nav_item:hover {
    background-color: var(--color-theme);
}

.nav_item:hover a {
    color: #fff;
}

.nav_hover_border .nav_item:hover {
    background: none;
}

.nav_hover_border .nav_item:hover a {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-theme);
    color: var(--color-theme);
}

.nav_item_active {
    background-color: var(--color-theme);
}

.nav_item_active a {
    color: #fff;
}

.nav_hover_border .nav_item_active {
    background: none;
}

.nav_hover_border .nav_item_active a {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-theme);
    color: var(--color-theme);
}

/* 轮播组件 */
.banner_wrap {
    width: 100%;
    text-align: center;
}

.banner_wrap .banner_scroll {
    position: relative;
    display: inline-block;
    height: 650px;
    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: 650px;
}

.banner_wrap .banner_scroll .banner_item {
    display: none;
    width: 100%;
}

.banner_wrap .banner_scroll .banner_item .banner_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: 50px;
    height: 50px;
    cursor: pointer;
    transform: translateY(-50%);
    color: #333;
    font-size: 30px;
    user-select: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

/*方形箭头*/
.square_arrow .banner_scroll .lf,
.square_arrow .banner_scroll .lr {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 80px;
    cursor: pointer;
    transform: translateY(-50%);
    color: #333;
    font-size: 30px;
    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: 25px;
}

.banner_scroll .lr {
    right: 25px;
}

.banner_scroll .lf i,
.banner_scroll .lr i {
    font-size: 25px;
    color: #fff;
}

.dots {
    position: absolute;
    width: 160px;
    bottom: 15px;
    right: 20px;
}

.left_dots .dots {
    width: 160px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

/*小圆点居中显示*/
.center_dots .dots {
    position: absolute;
    width: 160px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.display_none_dots .dots {
    display: none;
}

.dots>span {
    display: inline-block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    border: 3px solid rgba(204, 204, 204, 0.2);
    border-radius: 15px;
    cursor: pointer;
}

.dots>span:not(:last-child) {
    margin-right: 5px;
}

/* 小圆点的颜色 */
.dots .square {
    background: #f46;
}

/*轮播结束*/

/*文章列表*/
/*新闻列表排版1*/
.news_list,
.news_list_style2 {
    width: 1200px;
}

.news_list_item {
    padding: 30px 10px;
    border-radius: 4px;
}

.news_list_item:hover {
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}

.news_item_header {
    display: flex;
    justify-content: space-between;
}

.news_item_title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.news_item_time {
    color: #999;
    font-size: 14px;
}

.news_item_content {
    margin: 10px 0;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

.news_tag_item {
    display: inline-block;
    width: 68px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #999;
}

.news_list .news_item_img {
    display: none;
    overflow: hidden;
}

.news_list .news_item_img img {
    transition: all 0.4s;
}

.news_list .news_item_img:hover img {
    transform: scale(1.2);
}

/*新闻列表排版2*/
.news_list_style1 .news_list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.news_list_style1 .news_list .news_list_item {
    width: 25%;
    border-radius: 4px;
    padding: 2%;
    box-sizing: border-box;
}

.news_list_style1 .news_list .news_item_header {
    display: block;
}

.news_list_style1 .news_list .news_item_img {
    display: block;
    width: 100%;
    height: 252px;
    margin-bottom: 15px;
}

.news_list_style1 .news_item_title {
    margin: 10px 0;
}

/*新闻列表排版3*/
.news_list_style2 .news_list_item {
    position: relative;
}

.news_list_style2 .news_list_item .news_item_header {
    display: flex;
    width: 70%;
}

.news_list_style2 .news_list_item .news_item_title {
    width: 63%;
    margin-left: 40px;
}

.news_list_style2 .news_item_time {
    position: absolute;
    bottom: 46px;
    left: 26%;
}

.news_list_style2 .news_item_img {
    display: block;
    width: 252px;
    height: 252px;
    margin-bottom: 15px;
}

.news_list_style2 .news_list_item .news_item_content {
    position: absolute;
    right: 105px;
    top: 70px;
    width: 65%;
    -webkit-line-clamp: 5;
}

.news_list_style2 .news_list_item .news_tag_list {
    position: absolute;
    right: 168px;
    top: 200px;
    width: 60%;
}

.news_list_time {
    position: absolute;
    right: 10px;
    bottom: 47px;
    width: 65%;
    text-align: right;
    color: #666;
    font-size: 12px;
}

/*文章列表结束*/

/*新闻分类*/
.yp_news_tab_item {
    display: inline-block;
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 12px 8px;
    width: 140px;
    margin-right: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.yp_news_tab_item:hover {
    background-color: #f5f5f5;
}


.row_news_tab .yp_news_tab {
    display: flex;
}

.row_news_tab .yp_news_tab_item {
    border-bottom: none;
    font-size: 16px;
    color: #333;
}

.row_news_tab .yp_news_tab_item span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.row_news_tab .yp_news_tab_item:hover {
    background-color: var(--color-theme);
    color: #fff;
}

.row_news_tab .yp_news_tab_item i {
    display: none;
}

.row_news_tab .active_tab {
    background-color: var(--color-theme);
    color: #fff;
    text-align: center;
}

/*新闻分类结束*/

/* 新闻详情 */
.yp_news_detail {
    width: 970px;
    padding-bottom: 30px;
}

.yp_news_left {
    width: 200px;
    margin-right: 30px;
}


.yp_news_item {
    width: 100%;
}

.yp_news_detail_top {
    margin-bottom: 25px;
}

.yp_news_detail_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.yp_news_detail_describe {
    text-indent: 2em;
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
}

.yp_news_detail_info {
    display: flex;
}

.yp_news_detail_info p {
    margin: 0 20px 0 0;
    cursor: pointer;
    font-size: 14px;
}

.yp_news_detail_info p:hover {
    color: #0072c6;
}

.yp_news_detail_bottom {
    border-top: 1px solid #0072c6;
    padding: 20px 0;
}

.yp_news_detail_bottom img {
    width: 60%;
}

.yp_news_detail_bottom p {
    line-height: 25px;
}

/* 新闻详情结束 */


/*合作伙伴*/
.yp_partner_roll_area {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.partner_rollbox {
    width: 5000px;
    height: 170px;
    display: flex;
    align-items: center;
    animation: partner_roll 20s linear infinite;
}

.partner_rollbox:hover {
    animation-play-state: paused;
}

.partner_item {
    width: 188px;
    height: 84px;
    text-align: center;
    cursor: pointer;
}

.partner_img {
    width: 173px;
    height: 100%;
}

@keyframes partner_roll {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(calc(-8 * 188px));
    }
}

/*合作伙伴结束*/

/*图文展示*/
.img_text_wrap {
    width: 1200px;
    padding: 16px;
    display: flex;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    ;
}

.small_img_text {
    width: 285px;
}

.small_img_text .imgbox {
    width: 100%;
    height: 88%;
    border: none;
    margin: 0;
}

.web_container .small_img_text .imgbox img {
    width: 100%;
    height: 100%;
}

.small_img_text .img_text_content {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.img_text_content {
    font-size: 13px;
    color: #333;
    line-height: 30px;
}

.small_img_text:hover .img_text_content {
    color: #6f9cbe;
}

.imgbox {
    width: 300px;
    height: 230px;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.imgbox img {
    background-size: cover;
}

/*图文展示结束*/

/*产品列表*/
.prod_wrap {
    width: 1200px;
    min-height: 100px;
}

.product_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product_item {
    width: 240px;
    cursor: pointer;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}


.img_wrap {
    width: 100%;
    overflow: hidden;

}

.img_wrap img {
    transition: all .4s;
}

.img_wrap:hover img {
    transform: scale(1.1);
}

.product_item:hover {
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}


.prod_hover_border .product_item {
    position: relative;
    display: inline-block;
    box-shadow: none;
}

.prod_hover_border .product_item .img_wrap:hover img {
    transform: scale(1);
}

.prod_hover_border .product_item .yp_img_block {
    padding: 10px;
    box-sizing: border-box;
}

.prod_hover_border .product_item a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-top: 2px solid #44a4ef;
    border-bottom: 2px solid #44a4ef;
    transform: scale(0, 1);
}

.prod_hover_border .product_item a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-left: 2px solid #44a4ef;
    border-right: 2px solid #44a4ef;
    transform: scale(1, 0);
}

.prod_hover_border .product_item a:hover:before,
.prod_hover_border .product_item a:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.product_item:hover .product_name {
    color: #0056b3;
}

.product_item:hover .prod_prodProps p {
    color: #0056b3;
}

.product_item a {
    color: #333;
}

.product_item .product_name {
    margin-top: 15px;
    padding: 0 5px;
}

.prod_row3 .product_item {
    width: 400px;
}

.prod_row4 .product_item {
    width: 300px;
}

.prod_row5 .product_item {
    width: 240px;
}

.prod_center_list .prod_wrap {
    width: 900px;
}

.prod_center_list {
    width: 920px;
}

.prod_center_list .product_item {
    width: 230px;
}

.prod_center_list .product_item .img_wrap {
    width: 210px;
    height: 210px;
}

.cl_style1 .prod_center_list .product_item {
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 30px;
}

.cl_style1 .prod_center_list .product_item:nth-child(3n) {
    margin-right: 0;
}

.cl_style1 .prod_center_list .product_item .img_wrap {
    width: 100%;
    height: 275px;
}

.btn_left,
.btn_right {
    display: none;
}

.scroll_wrap,
.scroll_list {
    width: 100%;
}


.prod_scroll_box {
    width: 1200px;
    position: relative;
}

.prod_scroll_box .scroll_wrap {
    width: 1100px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.prod_scroll_box .scroll_list {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    width: 1400px;
}

.prod_scroll_box .scroll_item {
    float: left;
    width: 275px;
    height: 290px;
    margin-top: 5px;
    z-index: -1;
    padding: 20px 37px;
    box-sizing: border-box;
}

.prod_scroll_box .scroll_item .product_name {
    text-align: center;
}

.prod_scroll_box .scroll_btn {
    display: block;
    position: absolute;
    z-index: 5;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(200, 200, 200, 1);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 50%;
    color: #fff;
}

.prod_scroll_box .scroll_btn:hover {
    background-color: rgba(0, 0, 0, .4);
}

.prod_scroll_box .scroll_btn i {
    font-size: 30px;
}

.prod_scroll_box .btn_left {
    left: 0;
    top: 130px;
}

.prod_scroll_box .btn_right {
    right: 0;
    top: 130px;
}

.prod_prodProps {
    margin-top: 10px;
    padding: 0 5px;
}

.prod_prodProps p {
    font-size: 14px;
    color: #111501;
}

.prod_prodProps p:nth-child(2) {
    margin: 10px 0;
}

/*产品列表结束*/

/*产品分类*/
.cp_show_list {
    position: relative;
    width: 240px;
    border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 5px 2px 10px #ddd;
    -webkit-box-shadow: 5px 2px 10px #ddd;
    box-shadow: 5px 2px 10px #ddd;
    background-color: #fff;
    z-index: 1;
}

.cp_show_list_logo {
    height: 40px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    background-color: var(--color-theme);
    display: flex;
    align-items: center;
    padding-left: 50px;
    box-sizing: border-box;
    z-index: 1;
}

.icon-class {
    margin-right: 10px;
    color: #fff;
}

ul.side_menu {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}


ul.side_menu li {
    position: relative;
    border-bottom: 1px dashed #d9d9d9;
}

ul.side_menu a {
    text-decoration: none;
    color: #444;
    display: block;
    padding: 15px;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
}

.arrow {
    /* Unicode箭头符号 */
    position: absolute;
    right: 5px;
    transition: transform 0.3s;
}

ul.side_submenu.active {
    max-height: 1000px;
    /* 设置一个足够大的值来展开菜单 */
}

ul.side_submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.no-arrow .arrow {
    display: none;
    /* 如果没有下级菜单，则隐藏箭头 */
}

.active_nav>a {
    background-color: rgba(64, 158, 255, 0.5);
    color: #fff;
}

/*产品分类结束*/
/*产品详情*/
.in_show_grid {
    width: 1200px;
}

.in_show_title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.xiangqing_title1 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 20px 0;
}


.yp_product_detail {
    box-shadow: 5px 2px 10px #ddd;
    margin-bottom: 30px;
    padding: 10px;
}

.exzoom {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.glassWrapper {
    width: 350px;
    height: 350px;
    line-height: 0;
    position: relative;
    border: 1px solid #eee;
    margin-right: 40px;
}

.video_wrap {
    width: 350px;
    height: 350px;
    border: 1px solid #eee;
    margin-right: 40px;
}

.smallImg {
    display: block;
    width: 350px;
    height: 350px;
}

.glass {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #89cff0;
    opacity: 0.5;
    display: none;
    cursor: pointer;
}

.bigWrapper {
    position: relative;
    width: 350px;
    height: 350px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.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;
}

.yp_product_detail_content {
    font-size: 14px;
}

.yp_product_detail_content table {
    vertical-align: middle !important;
    margin: 10px 0 !important;
}

.yp_product_detail_content td,
.yp_product_detail_content th {
    padding: 5px !important;
    border: 1px solid #000 !important;
    color: #333 !important;
}

.yp_product_detail_content p {
    margin: 15px 0 !important;
    color: #333 !important;
}

/*产品详情结束*/

/* 产品tab标签页 */
.nav-pills {
    display: flex;
    flex-wrap: wrap;
}

#nav_tag li {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    border-radius: 4px;
}

#nav_tag li:hover {
    background-color: var(--color-theme);
    color: #fff;
}

.product_ul {
    margin-top: 30px;
    min-height: 674px;
}

.yp_product_subtext {
    color: #ccc;
}

.yp_product_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.yp_product_list {
    width: 1200px;
    max-height: 1008px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.yp_product_item {
    width: 285px;
    border: #d2dcf8 solid 1px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.yp_product_item:nth-child(4n) {
    margin-right: 0;
}

.yp_product_item p {
    margin: 0px;
    margin-bottom: 3px;
    padding-left: 5px;
    font-size: 16px;
    color: #0f0f0f;
    max-width: 300px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.yp_product_imgbox {
    height: 280px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    overflow: hidden;
}

.yp_product_item img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.yp_product_list .yp_product_item a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-decoration: none;

}

.yp_product_item a:hover p {
    color: #2D64B3;
}

.yp_product_imgbox:hover img {
    transform: scale(1.2);
}

/* 产品标签页结束 */


/*容器*/
.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;
}

/*按钮样式结束*/

/*图片样式*/
.bg_image_block {
    z-index: 0;
}

.yp_img_block {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.yp_img_block img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.scale_img .yp_img_block:hover img {
    transform: scale(1.1);
}

.border_img {
    position: relative;
    display: inline-block;
}

.border_img .yp_img_block {
    padding: 10px;
    box-sizing: border-box;
}

.border_img a {
    position: relative;
    z-index: 8;
}

.border_img:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    border-top: 2px solid #44a4ef;
    border-bottom: 2px solid #44a4ef;
    transform: scale(0, 1);
}

.border_img:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    border-left: 2px solid #44a4ef;
    border-right: 2px solid #44a4ef;
    transform: scale(1, 0);
}

.border_img:hover:before,
.border_img:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

/*图片样式结束*/

/* 分页器样式 */
.yp_pagination {
    display: table;
    margin: 20px auto;
    user-select: none;
}

.yp_pagination a {
    cursor: default;
    display: inline-block;
    color: #00C9A6;
    background-color: #D9F7F2;
    height: 25px;
    font-size: 10pt;
    line-height: 25px;
    padding: 0 9px;
    border: 1px solid #D9F7F2;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.yp_pagination a:not(.disabled):not(.current):hover {
    border: 1px solid #00C9A6;
    cursor: pointer;
}

.yp_pagination a.current {
    display: inline-block;
    font-size: 10pt;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 2px;
    color: #fff;
    background-color: #00C9A6;
    border: 1px solid #00C9A6;
    border-radius: 4px;
    vertical-align: middle;
}

.yp_pagination a.disabled {
    display: inline-block;
    font-size: 10pt;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 2px;
    color: #ddd;
    background: #D9F7F2;
    border: 1px solid #D9F7F2;
    border-radius: 4px;
    vertical-align: middle;
    cursor: no-drop;
}

.page_info {
    margin-top: 20px;
    font-size: 14px;
}

.page_info span {
    margin-right: 10px;
}

/* 分页器样式结束 */

/* 图文轮播 */
.yp_scroll_box {
    width: 1200px;
    position: relative;
}

.yp_scroll_box .scroll_wrap {
    width: 1080px;
    height: 448px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.yp_scroll_box .glory_scroll_list {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    width: 1440px;
}

.yp_scroll_box .scroll_item {
    height: 448px;
    float: left;
    margin-top: 5px;
    padding: 0 5px;
    box-sizing: border-box;
    position: relative;
}

.yp_scroll_box .scroll_item .glory_name {
    width: 350px;
    margin-top: 10px;
    padding: 0 5px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
}

.yp_scroll_box .scroll_item .glory_name i {
    font-size: 30px;
}

.yp_scroll_box .scroll_item .glory_name span {
    margin: 10px 0;
}

.yp_scroll_box .scroll_item .img_wrap {
    width: 350px;
    height: 90%;
}

.yp_scroll_box .scroll_item .img_wrap img {
    width: 100%;
    height: 100%;
}

.yp_scroll_box .glory_scroll_btn {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(200, 200, 200, 1);
    border-radius: 50%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.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: 1200px;
    height: 506px;
    background-color: #fff;
    overflow: hidden;
}

.online_map_area .online_map {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.public_title {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
}

.public_title .public_text {
    color: #222;
    border-bottom: 3px solid #222;
    padding-bottom: 14px;
}

/* 百度地图结束 */
/* 联系我们卡片 */
.contact_list {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.contact_list .contact_list_item {
    width: 270px;
    height: 360px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.contact_list .contact_list_item:hover .contact_us_itembg {
    transform: rotateY(180deg);
    opacity: 1;
}

.contact_list .contact_list_item:hover .contact_list_icon {
    display: none;
}

.contact_list .contact_list_item:hover .contact_list_hover_icon {
    display: block;
}

.contact_list .contact_list_item:hover .contact_list_content .contact_list_textbox {
    top: 125%;
    color: #fff;
}

.contact_list .contact_list_item .contact_us_itembg {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(0);
    transition: all 0.5s;
}

.contact_list .contact_list_item .contact_list_content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact_list .contact_list_item .contact_list_content .contact_list_icon {
    width: 100px;
    height: 100px;
    margin: 15px auto 54px;
}

.contact_list .contact_list_item .contact_list_content .contact_list_img {
    width: 100%;
    height: 100%;
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox {
    color: #000;
    transition: all 0.7s;
    position: absolute;
    left: 50%;
    top: 96%;
    transform: translate(-50%, -50%);
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox .contact_list_title {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact_list .contact_list_item .contact_list_content .contact_list_textbox .contact_list_text {
    font-size: 12px;
}

.contact_list .contact_list_item .contact_list_hover_icon {
    display: none;
}

.contact_list .contact_list_item .contact_list_hover_icon .contact_list_hover_img {
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
}

.contact_list .contact_list_item .contact_list_hover_icon .contact_list_hoverbox {
    height: 114px;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

.contact_list .contact_list_item .contact_list_hover_icon .code_img {
    width: 120px;
    height: 120px;
}

/* 联系我们卡片 */
/* 留言表单 */
.message_form_area {
    width: 1200px;
    height: 460px;
    background-color: #fff;
}

.message_form_area .publish_message {
    font-size: 14px;
    margin: 20px 0 25px 15px;
    color: #666;
}

.message_form_area .contact-form {
    padding: 40px;
    box-sizing: border-box;
}



.message_form_area .contact-form {
    padding: 10px 60px;
}

.message_form_area .contact-form input {
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    padding: 0 14px;
    box-sizing: border-box;
}

.message_form_area .contact-form .yp_submit_btn {
    width: 100px;
    border-radius: 4px;
    background-color: #343a40;
    color: #fff;
    padding: 0;
    margin: 0 auto;
}

.contact-form textarea {
    border: 1px solid #e8e8e8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    font-size: 14px;
}

.contact-form .yp_row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-form .yp_col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.contact-form .yp_col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

/* 留言表单结束 */

/*移上边框特效*/
.hover_boder:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-top: 2px solid #44a4ef;
    border-bottom: 2px solid #44a4ef;
    transform: scale(0, 1);
}

.hover_boder:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-left: 2px solid #44a4ef;
    border-right: 2px solid #44a4ef;
    transform: scale(1, 0);
}

.hover_boder:hover:before,
.hover_boder:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

/*图片移上放大*/
.hover_img_scale {
    transform: scale(1.1);
}

.hover_img_scale img {
    transition: all .3s;
}

/* 销售联系方式 */
.sales_wrap {
    width: 240px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 5px 2px 10px #ddd;
    background-color: #fff;
}

.sales_title_box {
    font-size: 16px;
    background-color: #5ed3e7;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.work_time {
    background-color: #d8f17c;
}

.sales_title {
    margin-left: 15px;
}

.sales_item {
    padding: 10px;
    font-size: 14px;
}

/* 销售联系方式结束 */

/* 搜索 */
.search_wrap {
    width: 380px;
    height: 34px;
    display: flex;
}

.search_wrap input {
    outline-style: none;
    border: 1px solid #c0c4cc;
    border-radius: 5px 0 0 5px;
    width: 84%;
    height: 100%;
    padding: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    font-family: "Microsoft soft";
}

.search_wrap input:focus {
    border-color: var(--color-theme);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        var(--color-theme);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        var(--color-theme);
}

.search_btn {
    display: flex;
    width: 16%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    border: 1px solid var(--color-theme);
    box-sizing: border-box;
    border-left: none;
    font-family: "Microsoft soft";
    justify-content: center;
    align-items: center;
    background-color: var(--color-theme);
    color: #f5f5f5;
    font-size: 14px;
    overflow: hidden;
    transition: all .3s;
}

.search_btn .icon-sousuo {
    font-size: 20px;
}

.search_btn:hover {
    background-color: #66b1ff;
    border-color: #66b1ff;
}

/* 搜索结束 */

/*返回顶部*/
#goTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
}

#goTopBtn {
    background: #fafafa;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    box-shadow: 3px 4px 7px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 50px;
    color: #333;
    transition: all .5s;
}

#goTopBtn:hover {
    background-color: #5874d8;
    color: #fff;
}


.go_top_icon {
    font-size: 20px;
}

/*返回顶部结束*/

/*互动卡片*/
.yp_card_wrap {
    width: 270px;
    height: 360px;
    background-image: url('http://develop.ypgzex.com/make/组件物料/card/card_bg1.webp');
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 48px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.yp_card_wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#2069a4, #8169b8);
    opacity: 0;
}

.yp_card_wrap:hover {
    animation: card_shaking 1.2s ease-in-out;
}

.yp_card_wrap:hover::after {
    opacity: 0.5;
}

.yp_card_wrap:hover .yp_card_icon {
    background: url('http://develop.ypgzex.com/make/组件物料/card/card_icon_hover.webp') no-repeat;
}

.yp_card_wrap .yp_card_title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
}

.yp_card_wrap .yp_card_content {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    z-index: 1;
}

.yp_card_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url('http://develop.ypgzex.com/make/组件物料/card/card_icon.webp') no-repeat;
    overflow: hidden;
    transition: all .4s;
    z-index: 1;
}

@keyframes card_shaking {

    10%,
    90% {
        transform: translate3d(-1.2px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    70% {
        transform: translate3d(-4.8px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4.8px, 0, 0);
    }

    50% {
        transform: translate3d(-4.8px, 0, 0);
    }
}

/* 互动卡片结束 */

/* 公司简介 */
.company_profile {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    align-items: center;
}

.company_profile_scroll_wrap {
    width: 600px;
    position: relative;
    overflow: hidden;
    margin-right: 50px;
}

.company_profile .company_profile_left {
    display: flex;
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
}

.company_profile_scroll_item {
    width: 600px;
    flex-shrink: 0;
}

.company_profile_scroll_item img {
    width: 100%;
    height: auto;
    display: block;
    /* 防止图片加载时出现布局变化 */
}

.company_profile .company_profile_right {
    flex: 1;
    padding-left: 20px;
}

.company_profile .company_profile_right h3 {
    font-size: 22px;
    font-weight: 700;
    color: #444;
    text-align: center;
    margin-bottom: 50px;
}

.company_profile .company_profile_content {
    font-size: 18px;
    line-height: 28px;
    color: #444;
    text-indent: 2em;
}

.company_profile_scroll_wrap .scroll_btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 30px;
    user-select: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.company_profile_scroll_wrap .scroll_btn i {
    font-size: 25px;
    color: #fff;
}

.company_profile_scroll_wrap .scroll_btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.company_profile_scroll_wrap .btn_left {
    left: 0;
}

.company_profile_scroll_wrap .btn_right {
    right: 0;
}

/* 公司简介结束 */