@charset "utf-8";


body { max-width: 1920px; font-family: 'Poppins'; overflow-x: hidden; margin: auto; }

 /* 测试不同字重 */
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }
		
		
/* body::-webkit-scrollbar { display: none; } */
.control_w { box-sizing: border-box; max-width: 1440px; width: 92%; margin: auto; }
.trans { -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.text_upp { text-transform: uppercase; }
.enlarge { -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.scrollbar::-webkit-scrollbar { width: 5px; height: 1px;}
.scrollbar::-webkit-scrollbar-thumb { border-radius: 5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353; }
.scrollbar::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: #ededed; }
.overflow { overflow: hidden; }
.img_block { display: block; font-size: 0; }
.img_center { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.img_center2 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.text_space { text-overflow: ellipsis; white-space: nowrap; }


#header { box-sizing: border-box; position: fixed; max-width: 1920px; height: 81px; top: 0; left: 0; right: 0; border-bottom: 1px solid rgba(255,255,255,0.25); background: #ffffff; margin: auto; z-index: 100; -webkit-box-shadow: 0 3px 6px 1px rgba(0,21,31,.16); box-shadow: 0 3px 6px 1px rgba(0,21,31,.16);}
#header.ab_header { background: #000; }
#header.in_index { position: absolute; }
#header.in_index.fixed { position: fixed; top: -100%; }
#header .web_header { box-sizing: border-box; height: 100%; padding-left: 45px; padding-right: 58px; display: flex;}
#header .web_header .logo_box { width: 230px; height: 81px; position: relative; }
#header .web_header .logo_box a img { position: absolute; max-height: 48px; top: 0; bottom: 0; left: 0; margin: auto; }
#header .nav_box { width: 90% ; height: 81px; /* margin-left: 90px; */ }
/* #header .default_nav_style {  } */
#header .default_nav_style .n_item { position: relative; padding: 0 15px; margin-left: 3.5%;display: inline-block !important; /* 确保显示 */ }
#header .default_nav_style .n_item:first-child { margin-left: 0; }
#header .default_nav_style .n_item>a { font-weight: 700;position: relative; height: 81px; line-height: 81px; font-size: 17px; color: #00151f; text-transform: uppercase; padding: 0; }
#header .default_nav_style .n_item>a::after { content: ''; position: absolute; display: block; width: 0; height: 3px; right: 0; bottom: 0; left: 0; background: #fff; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
#header .default_nav_style .n_item:hover>a { color: #c30d23; }
#header .default_nav_style .n_item:hover>a::after { width: 100%; }

#header .default_nav_style .cur:after {
    background: #c30d23;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px
}





/* right_icon_park */

#header .web_header .right_icon_park {
    display: flex;
    margin-top: 26px;
}

#header .web_header .right_icon_park .icon_item {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 24px;
}

#header .web_header .right_icon_park .icon_item a {
    display: block;
    height: 100%;
}

#header .web_header .right_icon_park .icon_item.i_lang .current_lang {
    line-height: 30px;
    font-size: 14px;
    font-family: "OpenSans-Regular";
    color: #696969;
    text-decoration: none;
    text-align: center;
}

#header .web_header .right_icon_park .icon_item.i_lang .lang_down {
    position: absolute;
    box-sizing: border-box;
    min-width: 130px;
    top: 100%;
    left: -50px;
    opacity: 1;
    visibility: hidden;
    border-radius: 3px;
    padding: 6px;
    background: #f7f7f7;
    z-index: 1;
}

#header .web_header .right_icon_park .icon_item.i_lang .lang_down a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "OpenSans-Semibold";
    text-align: center;
    text-decoration: none;
}

#header .web_header .right_icon_park .icon_item.i_lang:hover .lang_down {
    opacity: 1;
    visibility: visible;
}

#header .web_header .right_icon_park .icon_item.i_search a {
    background: url(../images/icon_search.png) no-repeat center;
}

#header .web_header .right_icon_park .icon_item.i_admin a {
    background: url(../images/icon_admin.png) no-repeat center;
}

#header .web_header .right_icon_park .icon_item.i_inq a {
    background: url(../images/icon_inquiry.png) no-repeat center;
}

#header .web_header .right_icon_park .icon_item.i_en a {
    background: url(../images/en.png) no-repeat center;background-size: 80% auto; 
}

#header .web_header .right_icon_park .icon_item.i_globy a {
    background: url(../images/icon_globy.svg) no-repeat center;background-size: 80% auto; 
}

#header .web_header .right_icon_park .icon_item.i_globy a:hover {
    filter: invert(10%) sepia(95%) saturate(6500%) hue-rotate(355deg) brightness(85%) contrast(110%);
}



#header .web_header .right_icon_park .icon_item.i_language {
    position: relative;
	top:1px;
	font-size:17px;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 2px;
}

#header .web_header .right_icon_park .icon_item.i_language a:hover {
color:#c30d23;
}




#header .web_header .right_icon_park .icon_item .search_form {
    position: absolute;
    right: 0;
    top: -4px;
    height: 37px;
}

#header .web_header .right_icon_park .icon_item .search_form .form {
    margin-top: 0;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
}

#header .web_header .right_icon_park .icon_item .search_form:hover .form {
    width: 300px;
    border-color: #ccc;
    background: #f7f7f7;
}

#header .web_header .right_icon_park .icon_item .search_form .text {
    width: 0;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    outline: none;
    border: none;
    background: none;
    border-radius: 20px;
    font-size: 14px;
}

#header .web_header .right_icon_park .icon_item .search_form:hover .text {
    width: 267px;
}

#header .web_header .right_icon_park .icon_item .search_form .sub_btn {
    float: right;
    width: 30px;
    height: 35px;
    background: url(../images/icon_search.png) no-repeat center center;
    color: #d3d3d3;
    cursor: pointer;
    border: none;
}



/* serach */
#header .web_header .right_icon_park .icon_item .search_form {
    position: absolute;
    right: 0;
    top: -4px;
    height: 37px;
}

#header .web_header .right_icon_park .icon_item .search_form .form {
    margin-top: 0;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
}

#header .web_header .right_icon_park .icon_item .search_form:hover .form {
    width: 300px;
    border-color: #ccc;
    background: #f7f7f7;
}

#header .web_header .right_icon_park .icon_item .search_form .text {
    width: 0;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    outline: none;
    border: none;
    background: none;
    border-radius: 20px;
    font-size: 14px;
}

#header .web_header .right_icon_park .icon_item .search_form:hover .text {
    width: 267px;
}

#header .web_header .right_icon_park .icon_item .search_form .sub_btn {
    float: right;
    width: 30px;
    height: 35px;
    background: url(../images/icon_search.png) no-repeat center center;
    color: #d3d3d3;
    cursor: pointer;
    border: none;
}





.support_height { width: 100%; height: 81px; background: #000; }
body .baiyun_responsive_header .header { background: #ffffff; border-bottom: none; }
body .baiyun_responsive_header .header .logo { box-sizing: border-box; font-size: 0; }
body .baiyun_responsive_header .header .func .search_btn { background-image: url(../images/search_btn_black.png); }
body .baiyun_responsive_header .header .func .member_btn { background-image: url(../images/account_btn_white.png); }
body .baiyun_responsive_header .header .func .menu_btn { background-image: url(../images/menu_btn.png); }
body .baiyun_responsive_header .header .func .menu_btn.on { background-image: url(../images/close_btn.png); }
body .baiyun_responsive_header .header .func .cart_btn { filter: invert(1); }
body .baiyun_responsive_header .nav_bg.on { top: 50px; }
body .baiyun_responsive_header .nav .list .title_out .title_name { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-select: none; -moz-user-focus: none; -moz-user-select: none; }

.inner_planpic_search { max-width: 1920px; width: 100%; height: 200px; /* position: fixed; top: 0; left: 0; right: 0; */ margin: auto; z-index: 99; } 新增删除样式
.inner_planpic_search.index_search { top: -100%; }
/* .inner_planpic_search .in_banner_search { bottom: 30px; } */ /* 新增删除 */
.inner_planpic_search .inner_name { display: none; }
 #inner_height { height: 81px; }

.index_public_title { max-width: 1200px; margin: auto; }
.index_public_title .lord_title { line-height: 42px; font-size: 30px; color: #000; text-align: center; }
.index_public_title .small_title { line-height: 28px; font-size: 16px; color: #888; /* text-align: center; */ margin-top: 30px; }

.index_banner { position: relative; top:81px;} /* 新增top:81px; */
@media (max-width:768px){
	.index_banner { position: relative; top:0px;} /* 新增top:81px; */
}
.index_banner .banner_list .item { position: relative; display: block; }
.index_banner .banner_list .item .banner_content { position: absolute; box-sizing: border-box; width: 50.521%; max-height: 425px; top: 0; right: 0; bottom: 0; left: 0; text-align: center; margin: auto; }
.index_banner .banner_list .item .banner_content .title { line-height: 91px; font-size: 65px; font-family: "OpenSans-Semibold"; color: #fff; }
.index_banner .banner_list .item .banner_content .brief { line-height: 30px; font-size: 20px; letter-spacing: 0; color: #a0cee0; margin-top: 31px; }
.index_banner .banner_list .item .banner_content .title, .index_banner .banner_list .item .banner_content .brief { -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_banner .banner_list .item .banner_content a.btn { display: inline-block; height: 50px; line-height: 50px; font-size: 14px; letter-spacing: 1px; text-decoration: none; color: #fff; background: #62b2d3; padding: 0 35px; margin-top: 55px; margin-left: 4px; }
.index_banner .bx-wrapper .item img { margin-right: 0; }
.index_banner .bx-controls-direction, .index_banner .bx-wrapper .bx-pager { /* display: none; */ }

.in_banner_search { position: absolute; display: inline-block; width: 985px; height: 56px; right: 0; top: 110px; left: 0; border-radius: 2px; margin: auto; } /* bottom: 230px; 改 top: 130px; */
.in_banner_search::after { content: ''; position: absolute; width: 100%; height: 100%; top: -10px; left: -22px; background: rgba(45, 50, 101, 0.54); padding: 10px 22px; z-index: 0; }
.in_banner_search form.banner_search { position: relative; width: 100%; z-index: 1; }
.in_banner_search form.banner_search .text_input { box-sizing: border-box; width: 100%; height: 56px; font-size: 16px; font-family: 'Opensans-Regular'; color: #333; border: none; text-indent: 8px; padding-left: 15px;  padding-right: 160px; border-radius: 2px; }
.in_banner_search form.banner_search .text_input[name=Keyword]::-webkit-input-placeholder { color: #999; }
.in_banner_search form.banner_search .text_input[name=Keyword]:-moz-placeholder { color: #999; }
.in_banner_search form.banner_search .text_input[name=Keyword]::-moz-placeholder { color: #999; }
.in_banner_search form.banner_search .text_input[name=Keyword]::-ms-input-placeholder { color: #999; }
.in_banner_search form.banner_search .submit { position: absolute; width: 145px; top: 0; right: 0; bottom: 0; margin: auto; border: 0; text-indent: 40px; font-size: 16px; font-family: 'Opensans-Regular'; color: #fff; border-top-right-radius: 2px; border-bottom-right-radius: 2px; background: url(../images/icon_search-white.png) no-repeat #2eb4d5; background-position: 27px center; cursor: pointer; }

.heightindex {margin-top: 126px;}
@media (max-width:768px){
	.heightindex {margin-top: 0px;}
}
.index_park_one {margin-top: 40px;margin-bottom: 40px;}
.index_park_one .pro_cate_nav .list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; }
.index_park_one .pro_cate_nav .list .cate_title { margin: 10px 20px;padding: 0 44px;display: inline-block; font-size:18px; height: 45px; line-height: 45px;  color: #333; background: #fff;  border-radius: 3px;  }
.index_park_one .pro_cate_nav .list .cate_title.cur { color: #fff; background: #c30d23; }

.index_park_one .pro_cate_nav2 .list { display: flex;  flex-wrap: wrap; justify-content: flex-start; -webkit-justify-content: flex-start; }


.index_park_one .pro_cate_nav2 .list .cate_title {  padding: 0 25px;margin: 10px 20px; justify-content: center;height: 85px; display: flex; align-items: center; font-size:16px;  line-height: 25px; color: #333; background: #f5f6f7;  border-radius: 0px; /* border-right: 1px solid #ceddea; */width:13%;  }
.index_park_one .pro_cate_nav2 .list .cate_title:nth-child(5){ border-right:none; }

@media (max-width:768px){
.index_park_one .pro_cate_nav2 .list .cate_title {  width: auto; border-right:none; }
}

.index_park_one .pro_cate_nav2 .list .cate_title.cur { color: #fff; background: #c30d23; }
/* .index_park_one .pro_cate_nav2 .list .cate_title:hover { color: #fff; background: #c30d23; } */

.index_park_one .pro_main { margin-top: 50px; }
.index_park_one .pro_main .index_pro_list { position: relative; display: none; animation: tabShow .2s 1 0s linear forwards; -webkit-animation: tabShow .2s 1 0s linear forwards;}
.index_park_one .pro_main .index_pro_list.show { display: block; }
.index_park_one .pro_main .index_pro_list .list_box { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; }
.index_park_one .pro_main .index_pro_list .p_item { box-sizing: border-box; width: 23.403%; border: 1px solid #ceddea; padding: 12px 12px; margin-right: 2.12%; margin-bottom: 29px; box-shadow: 0 3px 6px 1px rgba(0,21,31,.15);}

/* 新增 */
.index_park_one .pro_main .index_pro_list .p_item:hover {

    box-shadow: 0 3px 6px 1px #acb8c2;
    border-radius:1px;
    transition: opacity 0.5s ease;
}




.index_park_one .pro_main .index_pro_list .p_item:nth-child(4n) { margin-right: 0; }
.index_park_one .pro_main .index_pro_list .p_item .img { position: relative; width: 100%; padding-top: 100%; }

.index_park_one .pro_main .index_pro_list .p_item .img:hover .img_center {
    transform: scale(1.05); /* 放大1.2倍（按需调整）[2,5,6](@ref) */
}

.index_park_one .pro_main .index_pro_list .p_item .img:hover .img_center2 {
    transform: scale(1.05); /* 放大1.2倍（按需调整）[2,5,6](@ref) */
}

.index_park_one .pro_main .index_pro_list .p_item .img_center {
    transition: transform 0.3s ease; /* 平滑过渡动画[1,4,6](@ref) */
    height: auto;
    display: block;
}

.index_park_one .pro_main .index_pro_list .p_item .img_center2 {
    transition: transform 0.3s ease; /* 平滑过渡动画[1,4,6](@ref) */
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
    width: 100%;
}


.index_park_one .pro_main .index_pro_list .p_item .item_info { width: 100%; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .name { font-weight: bold; display: block; font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 10px; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .brief { width:90%;line-height: 24px; font-size: 14px; color: #7d7a7a; margin-top: 8px; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .brief2 { width:90%;line-height: 24px; font-size: 14px; color: #333; margin-top: 8px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }


.index_park_one .pro_main .index_pro_list .p_item .item_info .number { line-height: 24px; font-size: 14px; color: #333; margin-top: 8px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; display: none; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .price { margin-top: 10px; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .rightpic { width:10%;}
.index_park_one .pro_main .index_pro_list .p_item .item_info .rightpic img{ width:8px; float:right; }
.index_park_one .other_pro_cate { margin-top: 66px; }
.index_park_one .other_pro_cate .title { font-size: 30px; color: #000; }
.index_park_one .other_pro_cate .brief { font-size: 16px; color: #888888; margin-top: 20px; }
.index_park_one .other_pro_cate .list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; margin-top: 31px; }
.index_park_one .other_pro_cate .list a { box-sizing: border-box; position: relative; display: block; width: 23.403%; line-height: 24px; font-size: 16px; color: #0070bb; padding-left: 20px; margin-right: 2.12%; margin-bottom: 32px; }
.index_park_one .other_pro_cate .list a:nth-child(4n) { margin-right: 0; }
.index_park_one .other_pro_cate .list a span { position: absolute; display: inline-block; top: -2px; left: 0; letter-spacing: -4px; color: #ff8605; }
@-webkit-keyframes tabShow{
	0%{transform:translateY(30px); opacity:0;}
	50%{transform:translateY(15px); opacity:.5;}
	100%{transform:translateY(0); opacity:1;}
}
@keyframes tabShow{
	0%{transform:translateY(30px); opacity:0;}
	50%{transform:translateY(15px); opacity:.5;}
	100%{transform:translateY(0); opacity:1;}
}

.index_park_two { background: #f6f6f6; padding-top: 71px; padding-bottom: 80px; margin-top: 80px; } 
.index_park_two .customize_box { position: relative; margin-top: 54px; }
.index_park_two .customize_box .pc_show_img { position: relative; width: 100%; display: block; padding-top: 31.945%; }
.index_park_two .customize_box .pc_show_img img { opacity: 0; z-index: 0; }
.index_park_two .customize_box .pc_show_img #img_pic_a { opacity: 1; z-index: 1; }
.index_park_two .customize_box .cus_item_park { position: absolute; top: 0; right: 0; left: 0; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; margin: auto; }
.index_park_two .customize_box .cus_item_park .cus_item { box-sizing: border-box; position: relative; width: 25%; padding-top: 31.945%; }
.index_park_two .customize_box .cus_item_park .cus_item:after { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; background: rgba(225, 225, 225, 0.6); margin: auto; z-index: 1; }
.index_park_two .customize_box .cus_item_park .cus_item:last-child:after { display: none; }
.index_park_two .customize_box .cus_item_park .cus_item .bg_img { display: none; }
.index_park_two .customize_box .cus_item_park .cus_item .img_box { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; z-index: 0; margin: auto; opacity: 0; }
.index_park_two .customize_box .cus_item_park .cus_item .img_box.top_img { opacity: 1; z-index: 1; }
.index_park_two .customize_box .cus_item_park .cus_item .info { position: absolute; top: 0; right: 0; bottom: -29.8%; left: 0; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; align-items: end; margin: auto; z-index: 1; }
.index_park_two .customize_box .cus_item_park .cus_item .info a { display: block; color: #fff; }
.index_park_two .customize_box .cus_item_park .cus_item .info .info_content { box-sizing: border-box; color: #fff; width: 100%; padding: 0 13.89%; padding-bottom: 142px;height:360px;}
.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .title { width: 100%; line-height: 33px; font-size: 20px; font-family: 'OpenSans-Bold'; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { line-height: 28px; font-size: 16px; margin-top: 23px; -webkit-line-clamp: 7; line-clamp: 7; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; opacity: 0; }

.index_park_three { margin-top: 71px; margin-bottom:71px;}
.index_park_three .control_w { max-width: 1200px; }
.index_park_three .list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; margin-top: 60px; }
.index_park_three .list .p_item { position: relative; width: 20.417%; padding-top: 8.334%; margin-right: 6.1%; margin-bottom: 12px; }
.index_park_three .list .p_item:nth-child(4n) { margin-right: 0; }

.index_park_four { box-sizing: border-box; background: url(../images/info_bg.jpg) no-repeat top center; background-size: auto 101%; padding-top: 71px; padding-bottom: 110px; margin-top: 70px; }
.index_park_four .index_public_title .lord_title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index_park_four .index_public_title .lord_title,.index_park_four .index_public_title .small_title { color: #fff; }
.index_park_four .news_list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; margin-top: 64px; }
.index_park_four .news_list .new_item { box-sizing: border-box; position: relative; width: 22.223%; background: #fff; border-bottom: 1px solid transparent; margin-right: 3.7%; }
.index_park_four .news_list .new_item::before { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; bottom: 0; left: 0; margin: auto; background: transparent; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.index_park_four .news_list .new_item::after { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; margin: auto; background: transparent; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.index_park_four .news_list .new_item:nth-child(4n) { margin-right: 0; }
.index_park_four .news_list .new_item .img { position: relative; padding-top: 65.94%; }
.index_park_four .news_list .new_item .img::before { content: ''; position: absolute; display: block; width: 100%; height: 1px; top: 0; left: 0; right: 0; margin: auto; background: transparent; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.index_park_four .news_list .new_item .new_content { padding: 25px 22px 18px; }
.index_park_four .news_list .new_item .new_content .time { font-size: 16px; color: #2d2d2d; }
.index_park_four .news_list .new_item .new_content .title { margin-top: 7px; }
.index_park_four .news_list .new_item .new_content .title a { line-height: 32px; font-size: 20px; font-family: 'OpenSans-Bold'; color: #000; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_park_four .news_list .new_item .new_content .brief { line-height: 32px; font-size: 16px; color: #888; margin-top: 5px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_park_four .news_list .new_item .new_content .read_more { display: inline-block; font-size: 16px; color: #c30d23; margin-top: 43px; }

#footer { max-width: 1920px; width: 100%; background: #f5f6f7; padding-top: 47px; margin: auto; }
#footer .footer_config { /* border-bottom: 1px solid #222b49; */padding-bottom: 54px; }
#footer .footer_config .footer_menu { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; }
#footer .footer_config .footer_menu dl { box-sizing: border-box; width: 14.28%; padding-right: 0px; }
#footer .footer_config .footer_menu dl.share_dl { padding-right: 0; }
#footer .footer_config .footer_menu dl dt { font-size: 16px; color: #212529; text-transform: uppercase; margin-bottom: 23px; font-weight:bold;}
#footer .footer_config .footer_menu dl dd { line-height: 25px; font-size: 16px; color: #5c637a; margin-bottom: 7px; }

#footer .footer_config .footer_menu .roll_box{
height: 150px;margin-right: 40px;
    overflow-y: auto;
    }
@media (max-width:768px){
	#footer .footer_config .footer_menu .roll_box{
	height: auto;
	    overflow-y: auto;
	    }
}
#footer .footer_config .footer_menu .roll_box::-webkit-scrollbar {
	width: 3px;
	/* 滚动条宽度 */
}	

.roll_box::-webkit-scrollbar {
	width: 5px;
	/* 滚动条宽度 */
}

.roll_box::-webkit-scrollbar-track {
	background: #9E9E9E;
	/* 滚动条轨道背景色 */
}

.roll_box::-webkit-scrollbar-thumb {
	background: #d6d3d3;
	/* 滚动条滑块颜色 */
	border-radius: 10px;
	/* 滑块圆角 */
}

.roll_box::-webkit-scrollbar-thumb:hover {
	background: #d6d3d3;
	/* 滑块悬停时的颜色 */
}
	
#footer .footer_config .footer_menu dl dd a { color: #374047; }
#footer .footer_config .footer_menu dl dd .foot_share .foot_share_box { margin-bottom: 10px; transition: all .3s; }
#footer .footer_config .footer_nav { width: 70%; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; margin: 50px auto 0; }
#footer .footer_config .footer_nav .f_item { margin-bottom: 20px; margin-left: 62px; margin: 0 25px 20px; }
#footer .footer_config .footer_nav .f_item:first-child { margin-left: 0; }
#footer .footer_config .footer_nav .f_item a.text_upp { font-size: 16px; letter-spacing: 1px; font-family: "OpenSans-Semibold"; color: #fff; text-decoration: none; }
#footer .copy_share { box-sizing: border-box; padding-top: 18px;padding-bottom: 15px; margin: auto; background: #c30d23;}
#footer .copy_share .copy_box { line-height: 24px; font-size: 14px; color: #ffffff; text-align: center; }
#footer .copy_share .copy_box a { color: #5c637a; }



.bread_crumbs { margin-top: 10px; }
.bread_crumbs .baiyun_responsive_position .position { width: 100%; height: 45px; line-height: 50px; color: #565656; }
.bread_crumbs .baiyun_responsive_position .position a { display: inline-block; height: 45px; line-height: 42px; }

.inner_page_title { max-width: 1200px;width:100%;font-size: 30px; color: #333 ;margin:0 auto;
    font-weight: 700;
    line-height: 32px;}

.menu_wrap_style { display: none; }

body .baiyun_responsive_turn_page { margin: 35px auto 52px; }
body .baiyun_responsive_turn_page span { width: unset; height: 38px; line-height: 38px; margin: 4px 9.5px; border-radius: 2px; border: 1px solid #cdddea; }
body .baiyun_responsive_turn_page span:first-child,body .baiyun_responsive_turn_page span.page_last { display: none; }
body .baiyun_responsive_turn_page span a, body .baiyun_responsive_turn_page span font { box-sizing: border-box; width: unset; min-width: 38px; height: 38px; line-height: 38px; color: #cdddea; background: #fff; padding: 0 7px; }
body .baiyun_responsive_turn_page span .page_item_current { background: #2eb4d5; color: #fff; }
.product_region .pro_list .baiyun_responsive_turn_page { width: 50%; }

.pro_list { margin-top: 16px; }
.pro_list .pro_cate_box { width: 18.75%; padding-top: 9px; margin-bottom: 90px; }
.pro_cate_box .pro_cate_menu { margin-bottom: 40px; }
.pro_cate_box .pro_cate_menu .cate_name { line-height: 25px; font-size: 20px; font-family: "OpenSans-Bold"; color: #000; text-indent: 9px; }
.pro_cate_box .pro_cate_menu .content { margin-top: 20px; }
.pro_cate_box .pro_cate_menu .content .list { margin-bottom: 8px; }
.pro_cate_box .pro_cate_menu .content .list .first_cate { position: relative; height: 38px; line-height: 38px; border-radius: 2px; padding-right: 50px; padding-left: 9px; }
.pro_cate_box .pro_cate_menu .content .list .first_cate a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro_cate_box .pro_cate_menu .content .list .first_cate .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
.pro_cate_box .pro_cate_menu .content .list .son_cate { display: none; padding-left: 10px; margin: 15px 0; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item { position: relative; height: 35px; line-height: 35px; padding: 0 10px; padding-right: 40px; border-radius: 2px; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 { display: none; padding-left: 10px; margin-bottom: 10px; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3 { position: relative; height: 35px; line-height: 35px; padding: 0 10px; padding-right: 40px; border-radius: 2px; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3 a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3 .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
.pro_cate_box .pro_cate_menu .content .list:hover .first_cate, .pro_cate_box .pro_cate_menu .content .list.on .first_cate { background: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list:hover .first_cate a, .pro_cate_box .pro_cate_menu .content .list.on .first_cate a { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list:hover .first_cate .goods_num, .pro_cate_box .pro_cate_menu .content .list.on .first_cate .goods_num { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item:hover { background: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item:hover>a,.pro_cate_box .pro_cate_menu .content .list .son_cate .item.on:hover>a { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item:hover>.goods_num { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item.on>a { color: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3:hover { background: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3:hover>a,.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3:hover>a.on { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3:hover>.goods_num { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3>a.on { color: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list.on .son_cate { display: block; }
.hot_goods { display: none; }
.phone_pro_cate_list { display: none; box-sizing: border-box; width: 76%; height: 72px; line-height: 70px; font-size: 28px; font-family: "OpenSans-Semibold"; color: #000; text-align: center; border: 1px solid #f04900; border-radius: 3px; margin: 0 auto; display: none; }
.phone_pro_cate_list a { display: block; }
.phone_pro_cate_list a span { position: relative; padding-left: 50px; }
.phone_pro_cate_list a span::after { content: ''; position: absolute; display: block; width: 40px; height: 40px; top: 0; bottom: 0; left: 0; background: url(../images/icon_menu.png) no-repeat center; background-size: 28px; margin: auto; }

#phone_cate_box { position: fixed; top: 0; right: -100%; display: block; width: 100%; height: 100%; margin: 0; z-index: 10002; overflow-y: scroll; overflow-x: hidden; background: #fff; margin-top: 0; display: none; }
#phone_cate_box .top_title { height: 50px; line-height: 50px; font-size: 18px; font-family: "OpenSans-Bold"; color: #000; text-align: center; border-bottom: 1px solid #ddd; background: #fff; }
#phone_cate_box .top_title a { position: absolute; display: block; width: 50px; height: 50px; top: 0; right: 0; background: url(../images/icon_close_1.png) no-repeat center; background-size: 23px; }
#phone_cate_box .list_content { box-sizing: border-box; padding: 15px; }
#phone_cate_box .list_content .item { margin-bottom: 5px; }
#phone_cate_box .list_content .item .first_cate { position: relative; height: 38px; line-height: 38px; border-radius: 2px; padding-right: 50px; padding-left: 9px; }
#phone_cate_box .list_content .item .first_cate a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#phone_cate_box .list_content .item .first_cate .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
#phone_cate_box .list_content .item .son_cate { display: none; padding-left: 10px; margin: 15px 0; }
#phone_cate_box .list_content .item .son_cate .item { position: relative; height: 35px; line-height: 35px; padding: 0 10px; padding-right: 40px; border-radius: 2px; margin-bottom: 0; }
#phone_cate_box .list_content .item .son_cate .item a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#phone_cate_box .list_content .item .son_cate .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
#phone_cate_box .list_content .item .son_cate .subcate3 { display: none; padding-left: 10px; margin-bottom: 10px; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3 { position: relative; height: 35px; line-height: 35px; padding: 0 10px; padding-right: 40px; border-radius: 2px; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3 a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3 .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
#phone_cate_box .list_content .item:hover .first_cate, #phone_cate_box .list_content .item.on .first_cate { background: #2eb4d5; }
#phone_cate_box .list_content .item:hover .first_cate a, #phone_cate_box .list_content .item.on .first_cate a { color: #fff; }
#phone_cate_box .list_content .item:hover .first_cate .goods_num, #phone_cate_box .list_content .item.on .first_cate .goods_num { color: #fff; }
#phone_cate_box .list_content .item .son_cate .item:hover { background: #2eb4d5; }
#phone_cate_box .list_content .item .son_cate .item:hover>a,#phone_cate_box .list_content .item .son_cate .item.on:hover>a { color: #fff; }
#phone_cate_box .list_content .item .son_cate .item:hover>.goods_num { color: #fff; }
#phone_cate_box .list_content .item .son_cate .item.on>a { color: #2eb4d5; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3:hover { background: #2eb4d5; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3:hover>a,#phone_cate_box .list_content .item .son_cate .subcate3 .item3:hover>a.on { color: #fff; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3:hover>.goods_num { color: #fff; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3>a.on { color: #2eb4d5; }
#phone_cate_box .list_content .item.on .son_cate { display: block; }
#phone_cate_box.on { right: 0; }
#black_bg { position: fixed; background: rgba(0,0,0,0.6); width: 100%; height: 100%; top: 0; z-index: 10001; display: none; }
#black_bg.on { display: block; }

.pro_list .contenter { position: relative; width: 76.389%; }
.pro_list .contenter .cate_name { font-size: 24px; color: #000; }
.pro_list .contenter .cate_name span { color: #888; }
.pro_list .contenter .cate_brief { margin-top: 20px; }

.pro_list .contenter100 { position: relative; width: 100%; }
.pro_list .contenter100 .cate_name { font-size: 30px; color: #000; }
.pro_list .contenter100 .cate_name span { color: #888; }
.pro_list .contenter100 .cate_brief { margin-top: 20px; }


/* .pro_list .baiyun_responsive_products_list { } */
.pro_list .baiyun_responsive_products_list .new_table_list .table_tr { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #cdddea; }
.pro_list .baiyun_responsive_products_list .new_table_list .table_tr.table_th { background: #f4f4f4; font-family: "OpenSans-Bold"; color: #000; padding: 9px 0; border-bottom: none; }
.pro_list .baiyun_responsive_products_list .new_table_list .td { box-sizing: border-box; display: table-caption; line-height: 22px;  font-size: 14px; padding: 0 5px 0 20px; text-transform: capitalize; /*text-overflow: ellipsis; white-space: nowrap;*/ }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_model { width: 50%; }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_model a { display: block; color: #227ec8; }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_model .brief { display: none; }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_model .phone_mm { display: none; }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_category { width: 17%; }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_manufacturers { width: 20%; }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_moq { width: 12.728%; }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_operation { width: 17.273%; }
.pro_list .baiyun_responsive_products_list .new_table_list .td.td_operation .list_inquiry_btn { display: block; width: 90%; max-width: 100px; line-height: 29px; color: #fff; background: #f04900; text-align: center; border-radius: 2px; }
.pro_list .baiyun_responsive_products_list .new_table_list .tr_item:hover { background: #f2f6fa; }
.pro_list .baiyun_responsive_products_list .new_table_list .tr_item .td.td_model { margin-top: 3px; }
.pro_list .baiyun_responsive_products_list .new_table_list .tr_item .td.td_category { margin-top: 3px; }
.pro_list .baiyun_responsive_products_list .new_table_list .tr_item .td.td_manufacturers { margin-top: 3px; }
.pro_list .baiyun_responsive_products_list .new_table_list .tr_item .td.td_moq { margin-top: 3px; }
.pro_list .contenter .pro_num_show { position: absolute; max-width: 230px; font-size: 14px; color: #888888; right: 0; bottom: 78px; }
.pro_list .baiyun_responsive_products_list .no_products { min-height: 250px; }

/* .product_detail_region {} */
#zoom-big .MagicZoomBigImageCont { z-index: 10 !important; }
.product_detail_region .content_wrap { margin-top: 17px; }
.product_detail_region .content_wrap .pro_cate_box { width: 18.75%; }
.product_detail_region .content_wrap .right_pro_side { width: 100%;/* width: 73.959%; */ }
.content_wrap .baiyun_responsive_products_detail { width: 100%; }
.content_wrap .baiyun_responsive_products_detail .gallery { width: 40.047%; }
.content_wrap .baiyun_responsive_products_detail .gallery .bigimg { box-sizing: border-box; padding-left: 0; border: 1px solid #ceddea; }
.content_wrap .baiyun_responsive_products_detail .gallery .left_small_img { position: static; width: 100%; margin-top: 5px; }
.content_wrap .baiyun_responsive_products_detail .gallery .left_small_img .bx-wrapper { padding: 15px 0; max-width: 100% !important; }
.content_wrap .baiyun_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a { width: 50px; height: 50px; transform:rotate(-90deg); -ms-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -o-transform:rotate(-90deg); }
.content_wrap .baiyun_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a.bx-prev { top: 0; right: unset; bottom: 0; left: 0; margin: auto; }
.content_wrap .baiyun_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a.bx-next { top: 0; right: 0; bottom: 0; left: unset; margin: auto; }
.content_wrap .baiyun_responsive_products_detail .gallery .left_small_img .pic_box { box-sizing: border-box; width: 83px !important; padding-top: 83px; margin-right: 9px !important; }
.content_wrap .baiyun_responsive_products_detail .gallery .left_small_img .pic_box.on { border-color: #2eb4d5; }
.content_wrap .baiyun_responsive_products_detail .gallery .left_small_img .bx-controls-direction { font-size: 0; }
.content_wrap .baiyun_responsive_products_detail .info { width: 59.95%; padding-top: 0; padding-left: 5.634%; }
.product_detail_region .baiyun_responsive_products_detail .share { margin-top: 10px; }
.product_detail_region .baiyun_responsive_products_detail .info .button > a.add_to_inquiry { background: #f04900 !important; color: #fff; }
.product_detail_region .baiyun_responsive_products_detail .info .name { font-size: 24px; }
.product_detail_region .baiyun_responsive_products_detail .info .desc { line-height: 29px; font-size: 14px;  width:88%;}
@media (max-width:768px) {.product_detail_region .baiyun_responsive_products_detail .info .desc {width:100%;}}
.product_detail_region .baiyun_responsive_products_detail .description .title { padding: 0; }
.product_detail_region .baiyun_responsive_products_detail .description .title span.cur { color: #f04900; border-color: #f04900; }
.product_detail_region .baiyun_responsive_products_detail .info .button { margin-top: 31px; }
.product_detail_region .baiyun_responsive_products_inquiry_box form .rows .input { border-radius: 2px; border-color: #ceddea; }
.product_detail_region .chzn-container-single .chzn-single { border-radius: 2px; border-color: #ceddea; }
.product_detail_region .baiyun_responsive_products_inquiry_box form .rows textarea { border-radius: 2px; border-color: #ceddea; }
.product_detail_region .baiyun_responsive_products_inquiry_box form .form_button { border-radius: 2px; background: #f04900; }
.inquiry_region .baiyun_responsive_products_inquiry form .rows .input { border-radius: 2px; border-color: #ceddea; }
.inquiry_region .chzn-container-single .chzn-single { border-radius: 2px; border-color: #ceddea; }
.inquiry_region .baiyun_responsive_products_inquiry form .rows textarea { border-radius: 2px; border-color: #ceddea; }

.baiyun_responsive_products_inquiry .empty { min-height: 250px; }

.case_region .case_wrap_list { margin-top: 77px; }
.case_region .case_wrap_list .baiyun_responsive_case_list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; padding-top: 10px; margin-top: 50px; margin-bottom: 20px; overflow: unset; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item { box-sizing: border-box; position: relative; width: 22.223%; padding-bottom: 0; margin-right: 3.7%; margin-bottom: 50px; border-bottom: 1px solid #ceddea; overflow: unset; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item::before { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; left: 0; bottom: 0; background: #ceddea; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item::after { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; background: #ceddea; z-index: -1; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item:nth-child(4n) { margin-right: 0; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .img { float: none; position: relative; width: 100%; padding-top: 65.94%; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .img::before { content: ''; position: absolute; display: block; width: 100%; height: 1px; top: 0; left: 0; right: 0; margin: auto; background: #ceddea; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .img img { position: absolute; top: 0; right: 0; left: 0; margin: auto; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .info { float: none; width: 100%; min-height: 273px; padding: 26px 20px 20px; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .time { font-size: 14px; color: #2d2d2d; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .title { line-height: 32px; padding: 8px 0; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .title a { display: block; font-size: 20px; font-family: "OpenSans-Bold"; color: #333333; text-decoration: none; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .desc { max-height: unset; line-height: 28px; font-size: 16px; color: #888888; margin-top: 3px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; overflow: hidden; }
.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .view_more { display: inline-block; font-size: 16px; color: #f04900; text-decoration: none; margin-top: 35px; }
.case_region .case_wrap_list .baiyun_responsive_turn_page { margin-top: 20px; }
.case_detail_area .detail_content .baiyun_responsive_case_detail>.name { font-family: "OpenSans-Bold"; }

/* .info_region {} */
.info_region .info_wrap_list { margin-top: 77px; }
.info_region .info_wrap_list .baiyun_responsive_info_list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; padding-top: 10px; margin-top: 50px; margin-bottom: 20px; overflow: unset; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item { box-sizing: border-box; position: relative; width: 22.223%; padding-bottom: 0; margin-right: 3.7%; margin-bottom: 50px; border-bottom: 1px solid #ceddea; overflow: unset; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item::before { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; left: 0; bottom: 0; background: #ceddea; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item::after { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; background: #ceddea; z-index: -1; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item:nth-child(4n) { margin-right: 0; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .img { float: none; position: relative; width: 100%; padding-top: 65.94%; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .img::before { content: ''; position: absolute; display: block; width: 100%; height: 1px; top: 0; left: 0; right: 0; margin: auto; background: #ceddea; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .img img { position: absolute; top: 0; right: 0; left: 0; margin: auto; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .info { float: none; width: 100%; min-height: 273px; padding: 26px 20px 20px; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .time { font-size: 14px; color: #2d2d2d; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .title { line-height: 32px; padding: 8px 0; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .title a { display: block; font-size: 20px; font-family: "OpenSans-Bold"; color: #333333; text-decoration: none; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .desc { max-height: unset; line-height: 28px; font-size: 16px; color: #888888; margin-top: 3px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; overflow: hidden; }
.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .view_more { display: inline-block; font-size: 16px; color: #c30d23; text-decoration: none; margin-top: 35px; }
.info_region .info_wrap_list .baiyun_responsive_turn_page { margin-top: 20px; }
.info_detail_area .detail_content { margin: 60px auto 80px; }
.info_detail_area .detail_content .baiyun_responsive_info_detail>.title { font-family: "OpenSans-Bold"; }

.downlaod_region .download_wrap_list { border-top: 1px solid #e5e5e5; margin: 67px auto 148px; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list { margin-top: 28px; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li { height: unset; line-height: unset; border-bottom: none; margin-bottom: 34px; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .cate_name { position: relative; height: 72px; line-height: 72px; font-size: 18px; font-family: "OpenSans-Bold"; color: #333333; border-bottom: 1px solid #e5e5e5; cursor: pointer; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .cate_name::after { content: ''; position: absolute; display: block; width: 22px; height: 22px; top: 0; right: 0; bottom: 0; margin: auto; background: url(../images/icon_open.png) no-repeat center; background-size: 100%; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box { display: none; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file { padding: 29px 0 36px 10px; border-bottom: 1px solid #e5e5e5; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file:last-child { border-bottom: none; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file .time { font-size: 14px; font-family: "Opensans-Regular"; color: #888888; margin-top: 8px; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file .file_name { width: auto; height: unset; line-height: unset; font-size: 16px; font-family: "Opensans-Regular"; color: #333333; text-align: left; text-decoration: none; margin-right: 0; background: none; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file .file_name span { font-size: 14px; color: #ff5562; padding-left: 20px; background: url(../images/icon_pdf.png) no-repeat left center; margin-left: 20px; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file:hover { background: #f7f7f7; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li.open { border-bottom: 1px solid #e5e5e5; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li.open .cate_name::after { background: url(../images/icon_close.png) no-repeat center 100%; }
.downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li.open .file_box { display: block; }

.article_region .detail_content { margin-top: 70px;}
.article_region .detail_content .baiyun_responsive_article_detail { margin-bottom: 100px; }
.detail_content .baiyun_responsive_article_feedback { box-sizing: border-box; padding: 45px 30px 50px; border: 1px solid #ceddea; border-radius: 2px; }
.detail_content .baiyun_responsive_article_feedback .rows .form_button { display: block; width: 130px; height: 45px; line-height: 45px; font-size: 16px; text-transform: capitalize; font-family: "Opensans-Regular"; background: #f04900; border-radius: 2px; margin: auto; }
.detail_content .baiyun_responsive_article_feedback .rows .input, .detail_content .baiyun_responsive_article_feedback .rows textarea, .detail_content .chzn-container-single .chzn-single { border-color: #ceddea; border-radius: 2px; }

.feedback_region .feedback_content .baiyun_responsive_feedback form { padding: 0; }
.feedback_region .feedback_content .baiyun_responsive_feedback .form_button { cursor: pointer; background: #f04900; }

#customer #signup .register .row { margin-bottom: 0; }
#customer #signup .register .lib_txt { margin-bottom: 10px; }
#customer #signup .register .box_select { margin-bottom: 20px; }
#customer #signup .register .signbtn { display: inline-block; height: 50px; line-height: 50px; font-size: 14px; font-family: "OpenSans-Bold"; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; color: #fff; background: #62b2d3; padding: 0 12px; border-radius: 0; }



@media screen and (min-width: 769px) {
	/* .index_park_one .pro_main .index_pro_list .p_item:hover { box-shadow: 7px 8px 7px rgba(52, 52, 52, 0.05); } */  /* 新增不要 */
	
	.index_park_two .customize_box .cus_item_park .cus_item:hover .img_box.top_img { opacity: 0; z-index: 0; }
	.index_park_two .customize_box .cus_item_park .cus_item:hover .img_box.bottom_img { opacity: 1; z-index: 1; }
	.index_park_two .customize_box .cus_item_park .cus_item:hover .info { bottom: 0; }
	.index_park_two .customize_box .cus_item_park .cus_item:hover .info .info_content { background: linear-gradient(to bottom, transparent, #167ad9); }
	.index_park_two .customize_box .cus_item_park .cus_item:hover .info .info_content .brief { opacity: 1; }

	.index_park_four .news_list .new_item:hover { border-bottom-color: #c30d23; }
	.index_park_four .news_list .new_item:hover::before { background: #c30d23; z-index: 1; }
	.index_park_four .news_list .new_item:hover::after { background: #c30d23; z-index: 1; }
	.index_park_four .news_list .new_item:hover .img::before { background: #c30d23; z-index: 1; }
	.index_park_four .news_list .new_item:hover .new_content .title a { color: #0070bb; }

	#footer .footer_config .footer_menu dl dd:hover, #footer .footer_config .footer_menu dl dd:hover a { color: #c30d23; }
	#footer .footer_config .footer_menu dl dd .foot_share .foot_share_box:hover { transform: translateY(-5px); transition: all .3s; }
	#footer .footer_config .footer_nav .f_item:hover a { color: #f04900; }

	.info_region .info_wrap_list .baiyun_responsive_info_list .item:hover { box-shadow: 7px 10px 13px rgba(52, 52, 52, 0.05); }

	.case_region .case_wrap_list .baiyun_responsive_case_list .item:hover { box-shadow: 7px 10px 13px rgba(52, 52, 52, 0.05); }
}

@media screen and (max-width: 1920px) {
	/* .in_banner_search { bottom: 12vw; } */  /* 新增删除 */
 	.index_banner .banner_list .item .banner_content { max-height: 22.136vw; }
	.index_banner .banner_list .item .banner_content .title { line-height: 4.77vw; /*font-size: 65px;*/ font-size: 3.385415vw; }
}

@media screen and (max-width: 1600px) {
    /* .in_banner_search { bottom: 10vw; } */  /* 新增删除 */
		
}

@media screen and (max-width: 1440px) {
    #header .default_nav_style .n_item { padding: 0 10px; margin-left: 10px; }
	#header .right_icon_park .i_admin { min-width: 100px; }
	#header .right_icon_park .i_inq { min-width: 100px; }
	#header .nav_box { width: 60%; }

	.in_banner_search { width: 700px; height: 45px; }
	.in_banner_search form.banner_search .text_input { height: 45px; }
	/* .inner_planpic_search .in_banner_search { bottom: 36px; } */
	
	.index_public_title .lord_title { line-height: 35px; font-size: 25px; }
	.index_public_title .small_title { line-height: 24px; font-size: 14px; }
	
	.index_banner .banner_list .item .banner_content .brief { line-height: 25px; font-size: 16px; margin-top: 15px; }

	.index_park_one .pro_cate_nav .list .cate_title { height: 47px; line-height: 47px; font-size: 18px; padding: 0 20px; }
	
	.index_park_one .pro_cate_nav2 .list .cate_title {  padding: 0 16px;}
	
	
	.index_park_one .pro_main { margin-top: 25px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .name { margin-top: 3px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief { margin-top: 3px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief2 { margin-top: 3px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .number { margin-top: 3px; }
	.index_park_one .other_pro_cate { margin-top: 35px; }
	.index_park_one .other_pro_cate .title { font-size: 22px; }
	.index_park_one .other_pro_cate .brief { font-size: 14px; }

	.index_park_two { margin-top: 40px; }
	.index_park_two .customize_box { margin-top: 35px; }
	
	.index_park_three .list { margin-top: 40px; }

	.index_park_four .news_list .new_item .new_content .time { font-size: 14px; }
	.index_park_four .news_list .new_item .new_content .title a { line-height: 26px; font-size: 18px; }
	.index_park_four .news_list .new_item .new_content .brief { line-height: 24px; font-size: 14px; }
	.index_park_four .news_list .new_item .new_content .read_more { margin-top: 20px; }
	
	.info_region .info_wrap_list { margin-top: 30px; }
	.info_region .info_wrap_list .baiyun_responsive_info_list { margin-top: 25px; }
	.info_region .info_wrap_list .baiyun_responsive_info_list .item .info { min-height: 208px; padding: 15px 12px 20px; }
	.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .title { line-height: 24px; padding: 5px 0; }
	.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .title a { line-height: 24px; font-size: 15px; }
	.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .desc { line-height: 22px; font-size: 14px; }
	.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .view_more { margin-top: 15px; }

	.case_region .case_wrap_list { margin-top: 30px; }
	.case_region .case_wrap_list .baiyun_responsive_case_list { margin-top: 25px; }
	.case_region .case_wrap_list .baiyun_responsive_case_list .item .info { min-height: 208px; padding: 15px 12px 20px; }
	.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .title { line-height: 24px; padding: 5px 0; }
	.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .title a { line-height: 24px; font-size: 15px; }
	.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .desc { line-height: 22px; font-size: 14px; }
	.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .view_more { margin-top: 15px; }

	.product_detail_region .content_wrap .pro_cate_box { width: 20%; }
	.product_detail_region .content_wrap .right_pro_side { width: 77%; }
}

@media screen and (max-width: 1360px) {
	#header .default_nav_style .n_item>a { font-size: 14px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content { padding: 0 9%; padding-bottom: 20px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .title { line-height: 25px; font-size: 16px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { line-height: 24px; font-size: 14px; margin-top: 14px; }
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1200px) {
	.product_detail_region .content_wrap .pro_cate_box { display: none; }
	.product_detail_region .content_wrap .right_pro_side { width: 100%; }

	.content_wrap .baiyun_responsive_products_detail .gallery { width: 38%; }
	.content_wrap .baiyun_responsive_products_detail .info { width: 62%; }
}

@media screen and (max-width: 1023px) {
	.content_wrap .baiyun_responsive_products_detail .gallery { width: 100%; }
	.content_wrap .baiyun_responsive_products_detail .info { width: 100%; padding-left: 0; }
}

@media screen and (max-width: 991px) {
	a { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-select: none; -moz-user-focus: none; -moz-user-select: none; }
    #header { display: none; }
	.support_height { display: none; }

    .in_banner_search { display: none; }

	.index_park_one .pro_cate_nav { scrollbar-width: none; -ms-overflow-style: none; }
	.index_park_one .pro_cate_nav::-webkit-scrollbar {display: none;}
	
	.index_park_one .pro_cate_nav2 { scrollbar-width: none; -ms-overflow-style: none; }
	.index_park_one .pro_cate_nav2::-webkit-scrollbar {display: none;}
	
	
	.index_park_one .pro_main .index_pro_list .p_item { width: 31.92%; }
	.index_park_one .pro_main .index_pro_list .p_item:nth-child(4n) { margin-right: 2.12%; }
	.index_park_one .pro_main .index_pro_list .p_item:nth-child(3n) { margin-right: 0; }
	.index_park_one .other_pro_cate .list a { width: 31.92%; }
	.index_park_one .other_pro_cate .list a:nth-child(4n) { margin-right: 2.12%; }
	.index_park_one .other_pro_cate .list a:nth-child(3n) { margin-right: 0; }

	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { -webkit-line-clamp: 4; line-clamp: 4; }

	.index_park_four { padding-top: 55px; padding-bottom: 70px; }
	.index_park_four .news_list { justify-content: space-between; -webkit-justify-content: space-between; margin-top: 35px; }
	.index_park_four .news_list .new_item { width: 48%; margin-top: 45px; margin-right: 0; }
	.index_park_four .news_list .new_item:nth-child(-n+2) { margin-top: 0; }


	.inner_planpic_search { position: relative; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; align-items: center; justify-content: center; }
	.inner_planpic_search.index_search { display: none; }
	.inner_planpic_search .inner_name { box-sizing: border-box; display: block; width: 100%; line-height: 48px; font-size: 46px; font-family: 'OpenSans-Semibold'; color: #fff; text-align: center; padding: 10px 30px; }
	#inner_height { display: none; }

	#phone_cate_box { display: block; }
	.pro_list .pro_cate_box { display: none; }
	.pro_list .contenter { width: 100%; }

	.inner_planpic_search.in_goods { display: none; }
}

@media screen and (max-width: 768px) {
    .control_w { width: 100%; padding: 0 30px; }

	.index_banner .banner_list .item .banner_content { width: 90%; max-height: 32vw; }
	.index_banner .banner_list .item .banner_content .title { line-height: 7vw; font-size: 5vw; }
	.index_banner .banner_list .item .banner_content .brief { line-height: 24px; font-size: 14px; margin-top: 5px; }

	.index_public_title .lord_title { line-height: 55px; font-size: 40px; }
	.index_public_title .small_title { line-height: 49px; font-size: 28px; margin-top: 0; }

	.index_park_one { margin-top: 80px; }
	
	.index_park_one .pro_cate_nav { overflow: hidden; overflow-x: scroll; padding-bottom: 13px; }
	.index_park_one .pro_cate_nav .list { width: max-content; }
	.index_park_one .pro_cate_nav .list .cate_title { height: 60px; line-height: 58px; font-size: 28px; margin: 0 30px; }
	
	.index_park_one .pro_cate_nav2 { overflow: hidden; overflow-x: scroll; /* padding-bottom: 13px; */}
	.index_park_one .pro_cate_nav2 .list { width: max-content; }
	.index_park_one .pro_cate_nav2 .list .cate_title { height: 60px; line-height: 58px; font-size: 28px; margin: 0 30px; }
	
	
	.index_park_one .pro_main { margin-top: 47px; }
	.index_park_one .pro_main .index_pro_list .p_item { width: 100%; padding: 20px 23px; margin-right: 0; }
	.index_park_one .pro_main .index_pro_list .p_item:nth-child(4n) { margin-right: 0; }
	.index_park_one .pro_main .index_pro_list .p_item .img { width: 14.137%; padding-top: 14.137%; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info { width: 83%; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .name { font-size: 28px; margin-top: 10px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief { line-height: 32px; font-size: 28px; margin-top: 13px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief2 { line-height: 32px; font-size: 28px; margin-top: 13px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .number { line-height: 32px; font-size: 28px; margin-top: 13px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .price { font-size: 20px; }
	.index_park_one .other_pro_cate .list a:nth-child(4n) { margin-right: 0; }

    .index_park_one .other_pro_cate .title { font-size: 40px; text-align: center; }
	.index_park_one .other_pro_cate .brief { font-size: 24px; text-align: center; }
	.index_park_one .other_pro_cate .list { width: 70%; margin: 30px auto 0; }
	.index_park_one .other_pro_cate .list a { width: 100%; line-height: 30px; font-size: 28px; padding-left: 48px; margin-right: 0; margin-bottom: 30px; }

	.index_park_two { padding-top: 80px; padding-bottom: 100px; margin-top: 70px; }
	.index_park_two .index_public_title .small_title { text-align: left; margin-top: 75px; }
	.index_park_two .customize_box { margin-top: 90px; }
	.index_park_two .customize_box .pc_show_img { display: none; }
	.index_park_two .customize_box .cus_item_park { position: static; }
	.index_park_two .customize_box .cus_item_park .cus_item { width: 100%; padding-top: unset; margin-bottom: 20px; }
	.index_park_two .customize_box .cus_item_park .cus_item:last-child { margin-bottom: 0; }
	.index_park_two .customize_box .cus_item_park .cus_item::after { display: none; }
	.index_park_two .customize_box .cus_item_park .cus_item .bg_img { display: block; position: relative; padding-top: 31.886%; }
	.index_park_two .customize_box .cus_item_park .cus_item .info { bottom: 0; align-items: start; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content { padding: 3% 5.074%; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .title { line-height: 8vw; font-size: 4.8vw; -webkit-line-clamp: 1; line-clamp: 1; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { line-height: 4.8vw; font-size: 3.2vw; opacity: 0.7; margin-top: 0; -webkit-line-clamp: 3; line-clamp: 3; }
	
	.index_park_three { margin-top: 85px; }
	.index_park_three .list { justify-content: space-between; -webkit-justify-content: space-between; }
	.index_park_three .list .p_item { width: 48%; padding-top: 18%; margin-right: 0; }
	
	.index_park_four { padding-top: 86px; padding-bottom: 104px; margin-top: 30px; }
	.index_park_four .news_list { margin-top: 80px; }
	.index_park_four .news_list .new_item { width: 46.812%; }
	.index_park_four .news_list .new_item .new_content .time { font-size: 18px; }
	.index_park_four .news_list .new_item .new_content .title { margin-top: 16px; }
	.index_park_four .news_list .new_item .new_content .title a { line-height: 32px; font-size: 24px; color: #0070bb; }
	.index_park_four .news_list .new_item .new_content .brief { line-height: 30px; font-size: 18px; margin-top: 11px; }
	.index_park_four .news_list .new_item .new_content .read_more { font-size: 24px; margin-top: 38px; }
	
	#footer { padding-top: 72px; background: #f5f6f7; }
	#footer .footer_config { border-bottom-color: #3d3d3d; }
	#footer .footer_config .footer_menu dl { width: 100%; padding: 0; margin-bottom: 22px; }
	#footer .footer_config .footer_menu dl dt { position: relative; font-size: 28px; padding-right: 50px; /*margin-bottom: 50px;*/ }
	#footer .footer_config .footer_menu dl dt::after { content: ''; position: absolute; display: block; width: 35px; height: 35px; top: 0; right: 10px; bottom: 0; background: url(../images/icon_add.png) no-repeat center; margin: auto; }
	#footer .footer_config .footer_menu dl.cur dt::after { background-image: url(../images/icon_cut.png); }
	#footer .footer_config .footer_menu dl dd { display: none; font-size: 18px; padding-left: 15px; margin-bottom: 15px; }
	#footer .footer_config .footer_menu dl dd a { display: block; color: #3d3d3d; }
	#footer .footer_config .footer_menu dl dd .foot_share .foot_share_box { display: inline-block; }
	#footer .footer_config .footer_menu dl.cur dd { display: block; }
	#footer .footer_config .footer_nav { width: 100%; margin-top: 10px; }
	#footer .copy_share .copy_box { color: #fff; opacity: 0.7; }
	#footer .copy_share .copy_box a { color: #ddd; opacity: 0.7; }

	.product_region .pro_list .baiyun_responsive_turn_page { box-sizing: border-box; width: 100%; padding: 0 15px; }

	.inner_planpic_search { height: 200px; }

	.bread_crumbs { display: none; }

	.inner_page_title { font-size: 46px; }

	.phone_pro_cate_list { display: block; }

	.pro_list { margin-top: 50px; }
	.pro_list.control_w { padding: 0; }
	.pro_list .contenter .cate_name { display: none; }
	.pro_list .contenter .cate_brief { padding: 0 30px; margin-top: 40px; }
	.pro_list .baiyun_responsive_products_list { margin-top: 62px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .table_tr { position: relative; border-top: 1px solid #cdddea; border-bottom: none; padding: 12px 195px 16px 30px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .table_tr.table_th { display: none; }
	.pro_list .baiyun_responsive_products_list .new_table_list .table_tr:last-child { border-bottom: 1px solid #cdddea; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td { padding: 0 5px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_category, .pro_list .baiyun_responsive_products_list .new_table_list .td.td_manufacturers, .pro_list .baiyun_responsive_products_list .new_table_list .td.td_moq { display: none; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td { font-size: 28px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_model { width: 100%; line-height: 35px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_model .phone_mm { display: block; line-height: 22px; font-size: 20px; color: #333333; margin-top: 5px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_operation { position: absolute; width: 125px; top: 23px; right: 30px; padding: 0; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_operation .list_inquiry_btn { max-width: 125px; width: 100%; line-height: 45px; font-size: 20px; }
	.pro_list .contenter .pro_num_show { display: none; }

	.product_detail_region .content_wrap { padding: 0; }
	.content_wrap .baiyun_responsive_products_detail .gallery { box-sizing: border-box; padding: 0 30px; }
	.content_wrap .baiyun_responsive_products_detail .info { padding: 0 30px; }
	.content_wrap .baiyun_responsive_products_detail .description .global_mtitle { padding: 0 30px 15px; }
	.content_wrap .baiyun_responsive_products_detail .description .global_mtitle:after { right: 35px; }

	.article_region .detail_content { margin-top: 87px; }
	.detail_content .baiyun_responsive_article_feedback { margin-top: 63px; }
	.detail_content .baiyun_responsive_article_feedback { padding: 45px 26px 50px; }

	.info_region .info_wrap_list .inner_page_title { display: none; }
	.info_region .info_wrap_list .baiyun_responsive_info_list { justify-content: space-between; -webkit-justify-content: space-between; margin-top: 10px; }
	.info_region .info_wrap_list .baiyun_responsive_info_list .item { width: 48%; margin-right: 0; margin-bottom: 20px; }
	.info_region .info_wrap_list .baiyun_responsive_info_list .item .info { min-height: unset; }
	.info_region .info_wrap_list .baiyun_responsive_info_list .item .info .title a { color: #0070ba; }
	.info_detail_area .detail_content { margin: 30px auto 50px;}

	.case_region .case_wrap_list .inner_page_title { display: none; }
	.case_region .case_wrap_list .baiyun_responsive_case_list { justify-content: space-between; -webkit-justify-content: space-between; margin-top: 10px; }
	.case_region .case_wrap_list .baiyun_responsive_case_list .item { width: 48%; margin-right: 0; margin-bottom: 20px; }
	.case_region .case_wrap_list .baiyun_responsive_case_list .item .info { min-height: unset; }
	.case_region .case_wrap_list .baiyun_responsive_case_list .item .info .title a { color: #0070ba; }
	.case_detail_area .detail_content { margin: 30px auto 50px;}

	.downlaod_region .download_wrap_list { box-sizing: border-box; width: 100%; padding: 0 15px; border-top: 0; margin-top: 35px; margin-bottom: 50px; }
    .downlaod_region .download_wrap_list .baiyun_responsive_download_list { margin-top: 11px; }
    .downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li { padding-top: 8px; margin-bottom: 0; }
    .downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li:first-child { padding-top: 8px; border-top: 1px solid #ddd; }
    .downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .cate_name { height: 53px; line-height: 53px; font-size: 15px; }
    .downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .cate_name::after { width: 18px; height: 18px; }
    .downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file { padding: 12px 0 21px 0; }
    .downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file .file_name { display: block; position: relative; font-size: 14px; padding-right: 85px; margin-top: 10px; }
    .downlaod_region .download_wrap_list .baiyun_responsive_download_list ul li .file_box .pdf_file .file_name span { position: absolute; top: 0; right: 0; margin-left: 0; }
}

@media screen and (max-width: 550px) {
	.control_w { padding: 0 15px; }

	.index_public_title .lord_title { line-height: 28px; font-size: 20px; }
	.index_public_title .small_title { line-height: 25px; font-size: 14px; }
	
	.index_park_one { margin-top: 20px;  margin-bottom: 20px; }
	
	.index_park_one .pro_cate_nav .list .cate_title { height: 30px; line-height: 30px; font-size: 14px; padding: 0 10px; margin: 0 15px; }
	.index_park_one .pro_cate_nav2 .list .cate_title { height: 30px; line-height: 30px; font-size: 14px; padding: 0 10px; margin: 0 15px; }
	
	.index_park_one .pro_main { margin-top: 17px; }
	.index_park_one .pro_main .index_pro_list .p_item { padding: 10px; margin-bottom: 20px; }
	.index_park_one .pro_main .index_pro_list .p_item .img { width: 100%; padding-top: 100%; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info { width: 100%; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .name { font-size: 14px; margin-top: 0; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief { line-height: 20px; font-size: 14px; margin-top: 2px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief2 { line-height: 20px; font-size: 14px; margin-top: 2px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .number { line-height: 20px; font-size: 14px; margin-top: 2px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .price { font-size: 13px; margin-top: 4px; }
	.index_park_one .other_pro_cate { margin-top: 25px; }
	.index_park_one .other_pro_cate .title { font-size: 20px; }
	.index_park_one .other_pro_cate .brief { font-size: 14px; margin-top: 10px; }
	.index_park_one .other_pro_cate .list { width: 75%; margin-top: 20px; }
	.index_park_one .other_pro_cate .list a { font-size: 14px; padding-left: 22px; margin-bottom: 0; }
	.index_park_one .other_pro_cate .list a span { top: -1px; }
	
	.index_park_two { padding-top: 44px; padding-bottom: 50px; margin-top: 40px; }
	.index_park_two .index_public_title .small_title { margin-top: 35px; }
	.index_park_two .customize_box { margin-top: 40px; }
	.index_park_two .customize_box .cus_item_park .cus_item { margin-bottom: 10px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content { padding: 2% 5.074%; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .title { line-height: 27px; font-size: 18px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { line-height: 17px; font-size: 13px; }

	.index_park_three { margin-top: 40px; }
	.index_park_three .list { margin-top: 24px; }

	.index_park_four { padding-top: 42px; padding-bottom: 52px; margin-top: 8px; }
	.index_park_four .news_list { margin-top: 45px; }
	.index_park_four .news_list .new_item { margin-top: 20px; }
	.index_park_four .news_list .new_item .new_content { padding: 10px; }
	.index_park_four .news_list .new_item .new_content .time { font-size: 12px; }
	.index_park_four .news_list .new_item .new_content .title { margin-top: 10px; }
	.index_park_four .news_list .new_item .new_content .title a { line-height: 20px; font-size: 14px; }
	.index_park_four .news_list .new_item .new_content .brief { line-height: 18px; font-size: 12px; }
	.index_park_four .news_list .new_item .new_content .read_more { font-size: 13px; margin-top: 20px; }

	#footer { padding-top: 35px; }
	#footer .footer_config { padding-bottom: 20px; }
	#footer .footer_config .footer_menu dl { margin-bottom: 13px; }
	#footer .footer_config .footer_menu dl dt { font-size: 16px; margin-bottom: 10px; }
	#footer .footer_config .footer_menu dl dd { font-size: 14px; margin-bottom: 5px; }
	#footer .footer_config .footer_nav .f_item { margin: 0 10px 15px; }

	.inner_planpic_search { height: 100px; }
	.inner_planpic_search .inner_name { line-height: 30px; font-size: 23px; padding: 10px 20px; }

	body .baiyun_responsive_turn_page span { margin: 5px; }
	.product_region .pro_list .baiyun_responsive_turn_page { padding: 0 15px; }

	.phone_pro_cate_list { height: 40px; line-height: 38px; font-size: 14px; }
	.phone_pro_cate_list a span { padding-left: 35px; }
	.phone_pro_cate_list a span::after { background-size: 14px; }

	.pro_list { margin-top: 25px; }
	.pro_list .contenter .cate_brief { padding: 0 15px; margin-top: 20px; }
	.pro_list .baiyun_responsive_products_list { margin-top: 25px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .table_tr { padding: 5px 95px 6px 15px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_model { line-height: 20px; font-size: 14px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_model .phone_mm { line-height: 17px; font-size: 13px; margin-top: 2px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_operation { width: 65px; top: 10px; right: 15px; }
	.pro_list .baiyun_responsive_products_list .new_table_list .td.td_operation .list_inquiry_btn { line-height: 30px; font-size: 13px; }
	
	.content_wrap .baiyun_responsive_products_detail .gallery { padding: 0 15px; }
	.content_wrap .baiyun_responsive_products_detail .info { padding: 0 15px; }
	.content_wrap .baiyun_responsive_products_detail .description .global_mtitle { padding: 0 15px 15px; }
	.content_wrap .baiyun_responsive_products_detail .description .global_mtitle:after { right: 10px; }

	.inner_page_title { font-size: 23px;width: 95%;}
	.detail_content .baiyun_responsive_article_feedback { margin-top: 20px; }
	.detail_content .baiyun_responsive_article_feedback { padding: 33px 13px 40px; }
	.detail_content .baiyun_responsive_article_feedback .rows .form_button { width: 159px; margin: 30px auto 0; }

	.article_region .detail_content { margin-top: 42px; }
	.article_region .detail_content .baiyun_responsive_article_detail { margin-bottom: 50px; }
}



/* 表格 */
    .t272_detail_content  table tr { border-top: 1px solid #cdddea; }
    .t272_detail_content  table tr:last-child { border-bottom: 1px solid #cdddea; }
    .t272_detail_content  table tr td {box-sizing: border-box;height: 48px;font-size: 14px;color: #333333;vertical-align: middle;padding-right: 15px;padding-left: 15px;padding-top: 0px;padding-bottom: 0px;border: 1px solid #cdddea;}
    .t272_detail_content  { margin-top: 55px; }
    .t272_detail_content  { margin-top: 45px; }
    .t272_detail_content  table { width: 100%; border: none !important; }
    .t272_detail_content  table tr .img_td { padding-left: 10px; }
/* 视频 */	
	.t272_detail_content iframe{width: 100% !important; height:500px !important;  }	
	@media (max-width:768px) {
	.t272_detail_content iframe{width: 100% !important;height:auto !important;  }	
	}
	
	
/* 表格2 */
    .t272_about_content  table tr { border-top: 1px solid #cdddea; }
    .t272_about_content  table tr:last-child { border-bottom: 1px solid #cdddea; }
    .t272_about_content  table tr td {box-sizing: border-box;height: 48px;font-size: 14px;color: #333333;vertical-align: middle;padding-right: 15px;padding-left: 15px;padding-top: 0px;padding-bottom: 0px;border: 1px solid #cdddea;}
    .t272_about_content  { margin-top: 55px; }
    .t272_about_content  { margin-top: 45px; }
    .t272_about_content  table { width: 100%; border: none !important; }
    .t272_about_content  table tr .img_td { padding-left: 10px; }
/* 视频2 */	
	.t272_about_content iframe{width: 100% !important; height:600px !important;  }	
	@media (max-width:768px) {
	.t272_about_content iframe{width: 100% !important;height:auto !important;  }	
	}
	
	
	/* 产品内页详情 */
	
	
	.info .prod_info_form .clear_both{
	width: 100%;
	 	display: flex;
	 	justify-content:  flex-start;
	 	flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
	.info .prod_info_form .btn li {
		width: 24%;
	}
	
	@media screen and (max-width:768px) {
		
		.info .prod_info_form .btn li {
			width: 49%;
		}
	}
	
	.info .prod_info_form .clear_both .fl{
	
	 	display: flex;
	 	justify-content:  flex-start;
	 	flex-wrap: wrap;
	}
	
	
	
	.info .prod_info_form .btn li {
		height: 38px;
		line-height: 38px;
		border: 1px solid #e6e6e6;
		
	}
	
	.info .prod_info_form .btn li a {
		font-size: 14px;
		color: #333;
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.info .prod_info_form .btn li.datasheet {
		
		text-indent: 40px;
		background: url(../images/27.png) no-repeat 12px center;
	}
	
	
	.info .prod_info_form .btn li.whatsapp {
		
		text-indent: 40px;
		background: url(../images/whatsapp.png) no-repeat 13px center;
	}
	
	.info .prod_info_form .btn li.skype {
		
		text-indent: 47px;
		background: url(../images/23.png) no-repeat 17px center;
	}
	
	.info .prod_info_form .btn li.email {
		
		text-indent: 48px;
		background: url(../images/24.jpg) no-repeat 17px center;
		margin: 0;
	}








/* 产品列表 */
/* 基础样式 */
.product_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -10px; /* 抵消子元素间距 */
}

.product_list li {
    box-sizing: border-box;
    padding: 0 10px 20px;
    margin-bottom: 15px;
	text-align:center;
}

/* 电脑端（≥768px） */
@media (min-width: 768px) {
    .product_list li {
        width: 25%;
        flex: 0 0 25%; /* 强制三列布局[4,7](@ref) */
    }
    .product_list h3 {
        font-size: 16px;
        margin: 12px 0;
        line-height: 1.4;
    }
}

/* 手机端（≤767px） */
@media (max-width: 767px) {
    .product_list li {
        width: 50%;
        flex: 0 0 50%; /* 强制两列布局[4,9](@ref) */
    }
    .product_list h3 {
        font-size: 14px;
        margin: 8px 0;
    }
}

/* 图片容器 */
.product_list .img {
    position: relative;
    padding-top: 100%; /* 1:1正方形比例[1,4](@ref) */
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

.product_list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

/* 悬停效果 */
@media (hover: hover) {
    .product_list a:hover img {
        transform: scale(1.05);
    }
}

/* 标题样式 */
.product_list h3 {
    color: #333;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}








/* 视频列表，电脑一行三个图片，手机一行二个图片 */
/* 基础样式 */
.video_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -10px; /* 抵消子元素间距 */
}

.video_list li {
    box-sizing: border-box;
    padding: 0 10px 20px;
    margin-bottom: 15px;
	text-align:center;
}

/* 电脑端（≥768px） */
@media (min-width: 768px) {
    .video_list li {
        width: 33.333%;
        flex: 0 0 33.333%; /* 强制三列布局[4,7](@ref) */
    }
    .video_list h3 {
        font-size: 16px;
        margin: 12px 0;
        line-height: 1.4;
    }
}

/* 手机端（≤767px） */
@media (max-width: 767px) {
    .video_list li {
        width: 50%;
        flex: 0 0 50%; /* 强制两列布局[4,9](@ref) */
    }
    .video_list h3 {
        font-size: 14px;
        margin: 8px 0;
    }
}

/* 图片容器 */
.video_list .img {
    position: relative;
    padding-top: 56.25%; /* 800×450 → 450/800=56.25% [1,3,5](@ref) */
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video_list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
	opacity: 0.75;
}

/* 悬停效果 */
@media (hover: hover) {
    .video_list a:hover img {
        transform: scale(1.05);
    }
}

/* 标题样式 */
.video_list h3 {
    color: #333;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}





/* 产品详情页内空 */

.t272_de_control_w {
	width:100%;
	margin: auto;
}

.t272_detail_content {
	margin-top: 12px;
	margin-bottom: 50px;
}

.t272_detail_content .con_p {
	line-height: 28px;
	font-size: 14px;
}

.t272_detail_content .public_detail_title {
	line-height: 40px;
	font-size: 30px;
}

.t272_detail_content .public_detail_title .span {
	position: relative;
	display: inline-block;
	padding: 0 60px;
}

.t272_detail_content .public_detail_title .span::before {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 7px;
	top: 17px;
	left: 0;
	background: #f04900;
}

.t272_detail_content .public_detail_title .span::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 7px;
	top: 17px;
	right: 0;
	background: #f04900;
}

.t272_detail_content .ones .table_box {
	margin-top: 52px;
}

.t272_detail_content .ones .table_box table {
	width: 100%;
	border: none !important;
}

.t272_detail_content .ones .table_box table tr {
	border-top: 1px solid #cdddea;
}

.t272_detail_content .ones .table_box table tr:last-child {
	border-bottom: 1px solid #cdddea;
}

.t272_detail_content .ones .table_box table tr td {
	box-sizing: border-box;
	height: 62px;
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	padding: 7px;
	padding-left: 20px;
}

.t272_detail_content .ones .table_box table tr td:first-child {
	width: 41.3%;
}

.t272_detail_content .twos {
	margin-top: 55px;
}

.t272_detail_content .twos .table_box {
	margin-top: 45px;
}

.t272_detail_content .twos .table_box table {
	width: 100%;
	border: none !important;
}

.t272_detail_content .twos .table_box table tr td {
	box-sizing: border-box;
	height: 62px;
	font-size: 14px;
	color: #333333;
	vertical-align: middle;
	border: 1px solid #cdddea;
	padding: 10px;
	padding-left: 40px;
}

.t272_detail_content .twos .table_box table tr:first-child td {
	padding-left: 10px;
}

.t272_detail_content .twos .table_box table tr .img_td {
	padding-left: 10px;
}

.t272_detail_content .threes {
	margin-top: 52px;
}

.t272_detail_content .threes .item_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

.t272_detail_content .threes .item_box .de_item {
	box-sizing: border-box;
	width: 17.207%;
	border: 1px solid #f4f4f4;
	margin: 0 1.013%;
	margin-bottom: 20px;
}

.t272_detail_content img {
	max-width: 100%;
	max-height: 100% !important;
	display: block;
	font-size: 0;
	margin: auto;
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {
	.baiyun_responsive_products_inquiry_box {
		padding: 0 15px;
	}

	.t272_detail_content {
		margin-top: 23px;
	}

	.t272_de_control_w {
		box-sizing: border-box;
		padding: 0 15px;
	}

	.t272_detail_content .public_detail_title {
		line-height: 25px;
		font-size: 18px;
	}

	.t272_detail_content .public_detail_title .span {
		padding: 0 32px;
	}

	.t272_detail_content .public_detail_title .span::before {
		width: 22px;
		height: 3px;
		top: 12px;
	}

	.t272_detail_content .public_detail_title .span::after {
		width: 22px;
		height: 3px;
		top: 12px;
	}

	.t272_detail_content .con_p {
		line-height: 24px;
	}

	.t272_detail_content .ones .table_box {
		margin-top: 39px;
	}

	.t272_detail_content .ones .table_box table tr td {
		height: 38px;
		font-size: 14px;
		padding: 5px;
	}

	.t272_detail_content .ones .table_box table tr td:first-child {
		width: 50%;
	}

	.t272_detail_content .ones .table_box .editor_table_wrap {
		overflow-x: unset;
	}

	.t272_detail_content .twos {
		margin-top: 40px;
		padding: 0;
	}

	.t272_detail_content .twos .table_box {
		padding-left: 15px;
	}

	.t272_detail_content .twos .table_box table {
		width: 768px;
	}

	.t272_detail_content .twos .table_box table tr td {
		height: 50px;
	}

	.t272_detail_content .threes {
		margin-top: 29px;
	}

	.t272_detail_content .threes .item_box {
		justify-content: space-between;
	}

	.t272_detail_content .threes .item_box .de_item {
		width: 46.38%;
		margin: 0;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 550px) {}


/* hide */
.hide {
    display: none!important
}
/* show-block */
.show-block {
    display: block!important;
}

 .flex {
 	width: 100%;
 	display: flex;
 	justify-content: space-between;
 	flex-wrap: wrap;
 }
 
 .item_info .flex {
 width: 100%;
  	display: flex;
  	justify-content:  flex-start;
  	flex-wrap: wrap;
  	align-items: flex-end;
	 }
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	/* 新增联系我们 */
	 .container {
	 
	   margin: 0 auto;
	 }
	 								
	 .contacttitle5 {
	   text-align: left;
	   margin-bottom: 30px;
	   padding: 20px 0;
	 }
	 								
	 .company-name {
	   font-size: 30px;
	   font-weight: 700;
	   color: #333;
	   text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	   letter-spacing: 1px;
	   margin-bottom: 10px;
	 }
	 @media (max-width:768px) {
	 	.contacttitle5 .company-name {
	 	  font-size: 18px;
	 	  font-weight: 700;
	 	  color: #333;
	 	  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	 	  letter-spacing: 1px;
	 	  margin-bottom: 10px;
	 	}
	 }
	 								
	 .subtitle {
	   color: #2c5aa0;
	   font-size: 1.2rem;
	   font-weight: 500;
	 }
	 								
	 .contact-cards {
	   display: flex;
	   flex-wrap: wrap;
	   gap: 25px;
	   justify-content: flex-start;
	   width:1300px;
	   margin:30px auto;
	 }
	 @media (max-width:768px) {
	 width:80%;
	 }
	 								
	 .card {
	   background: white;
	   border-radius: 12px;
	   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	   padding: 25px;
	    width:14.6%;
	   height:200px;
	   transition: all 0.3s ease;
	 }
	 
	 								
	 .card:hover {
	   transform: translateY(-5px);
	   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
	 }
	 								
	 .card-title {
	   color: #1a3a76;
	   border-bottom: 2px solid #2c5aa0;
	   padding-bottom: 12px;
	   margin-bottom: 20px;
	   font-size: 1.3rem;
	   display: flex;
	   
	 }
	 								
	 .card-title i {
	   margin-right: 10px;
	   font-size: 1.4rem;
	 }
	 								
	 .info-item {
	   display: flex;
	   margin-bottom: 20px;
	   align-items: flex-start;
	 }
	 								
	 .icon {
	   color: #2c5aa0;
	   font-size: 1.3rem;
	   min-width: 30px;
	   padding-top: 3px;min-height: 100px;
	 }
	 								
	 .text-content {
	   line-height: 1.6;
	 }
	 								
	 .info-label {
	   font-weight: 600;
	   color: #1a356e;
	   margin-bottom: 3px;
	 }
	 								
							
	 .qr-card {
	   background: white;
	   border-radius: 12px;
	   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	   padding: 25px;
	   width: 280px;
	   text-align: center;
	   transition: all 0.3s ease;
	 }
	 								
	 .qr-card:hover {
	   transform: translateY(-5px);
	   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
	 }
	 								
	 .qr-placeholder {
	   width: 160px;
	   height: 160px;
	   margin: 0 auto 15px;
	   border-radius: 8px;
	   background: linear-gradient(45deg, #e6f0ff, #d1e0fd);
	   display: flex;
	   justify-content: center;
	   align-items: center;
	   font-size: 3.5rem;
	 }
	 
	 @media (max-width:768px) {
	 	.qr-placeholder {
	 	   width: 60%;
	 	  height: 100%;
	 	  margin: 0 auto 15px;
	 	  border-radius: 8px;
	 	  background: linear-gradient(45deg, #e6f0ff, #d1e0fd);
	 	  display: flex;
	 	  justify-content: center;
	 	  align-items: center;
	 	  font-size: 3.5rem;
	 	}
	 }
	 .wechat {text-align: center;}	
	 
	 								
	 .qr-title {
	   color: #1a3a76;
	   font-weight: 600;
	   font-size: 1.2rem;
	   margin-top: 5px;
	 }
	 								
	 .qr-subtitle {
	   color: #2c5aa0;
	   font-weight: 500;
	   font-size: 1.1rem;
	   margin-top: 8px;
	 }
	 								
	 footer {
	   background: linear-gradient(to right, #1a3a76, #2c5aa0);
	   color: white;
	   text-align: center;
	   padding: 20px;
	   border-radius: 10px;
	   margin-top: 70px;
	   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	 }
	 								
	 .footer-content {
	   font-size: 1.1rem;
	   font-weight: 500;
	   letter-spacing: 0.5px;
	 }
	 								
	 @media (max-width: 768px) {
	   .company-name {
	     font-size: 2rem;
	   }
	   
	   .contact-cards {
	     flex-direction: column;
	     align-items: center;
		 width:100%;
	   }
	   
	   .card {
	     width: 80%; 
	   }
	
	 }
	 
	 .fa-mobile:before{font-size:32px;
	 }
	 
	/* 销售服务 */
	.globy {display: flex;flex-wrap: wrap;width: 23.5%;}
	@media (max-width:768px) {
		.globy {width: 100%;}
	}

	 .sales_service {
	   background: white;
	   border-radius: 12px;
	   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	   padding: 25px;
	   width:100%;
	   height:280px;
	   transition: all 0.3s ease;
	   /* display: flex;
	   flex-wrap: wrap; */
	 }
	 
	 .sales_service:hover {
	   transform: translateY(-5px);
	   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
	 }
	 .sales_service .city_title {
	 background: #c30d23;
	     color: #f9fafb;
	     font-size: 18px;
	     font-weight: 400;
	     height: 48px;
	     line-height: 48px;
	     text-align: center;
	     width: 100%;
	 }
	 	 
		 

		 	 
.sales_service	 .icon {color: #2c5aa0;
    font-size: 1.3rem;
    min-width: 30px;
    padding-top: 3px;
    min-height: 50px;}
	
.sales_service .contact-item {
	display: flex;
   width: 100%;
	   margin-bottom: 10px;
	  	margin-top: 20px;
	   align-items: flex-start;}
	.sales_service .text-content {
	     line-height: 1;
	   }
	   
@media (max-width: 768px) {
.sales_service {width: 80%; height:auto;}  	
}




.globy .area_title {
	margin-bottom: 15px;
	font-size: 20px;
    font-weight: 700;
    line-height: 24px;
	display: flex;
    align-items: center;
}

.globy .area_title::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background-color: #c30d23; /* 这是红色 */
    border-radius: 50%;
}





/* 员工风采图片点击放大 */
#myModal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
display: block;
margin: 5% auto;
max-width: 90%;
max-height: 90%;
}

.close {
position: absolute;
top: 20px;
right: 40px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
cursor: pointer;
}

@media (max-width:768px)
{
	.modal-content {
	margin: 45% auto;
	}
	
	.close {
	top: 80px;
	}
}



/* 首页我的产品 */
.contact-banner{
	display: flex;
            position: relative;
            width: 100%;
            height: 200px; /* 容器高度 */
            background-image: url('banner_contact.jpg'); /* 替换为你的图片URL */
            background-size: cover;
            background-position: center;
            
}
 .containercotact{
 box-sizing: border-box;
     max-width: 1440px;
     width: 92%;
     margin: auto;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
 }
 
.contact-text span{
  font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px
}

.contact-text p{
    color: #161616;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px
}

.containercotact img {width: 70px;}



 .position .fa-home:before{font-size:18px;
	 }
	 
	 
.nav_boxhead {background: #f5f6f7;
    border-bottom: 1px solid #e4e5e6;
    width: 100%}
	
	
	
/* 首页我的产品	 */
.myprodcut {width:92%}
.myprodcut .ptitle {
	color: #00151f;
    line-height: 42px;
    font-size: 30px;
    }
	
.myprodcut .mtitle a{
	line-height: 42px;
    font-size: 16px;
    color: #00151f;}
.myprodcut .mtitle a:hover{
	line-height: 42px;
	font-size: 16px;
	color: #c30d23;}
@media (max-width:768px) {
	.myprodcut {width:99%}
.myprodcut .ptitle {
	color: #00151f;
   margin-top: 20px;
    font-size: 15px;
    }
.myprodcut .mtitle{
	 margin-top: 20px;}
.myprodcut .mtitle a{
	line-height: 42px;
    font-size: 15px;
    color: #00151f;}	
}

/* 新闻分类 */
.newsflex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.newsflex a{width:13%;margin-right: 5px;}
 
.newsflex .item {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #c30d23;
	border-radius: 24px;
	min-width: 120px;
	padding: 0 10px;
	color: #c30d23;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.newsflex .item:hover,
.newsflex .item.cur {
    background: #c30d23;
    color: #f9fafb;
}

@media (max-width:768px){
	
	.newsflex a{width:44%;}
}




/* 常见问题分类 */
.topflex {display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;}
	.topflex form {width: 40%;}
.knowledgeflex {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	    justify-content: flex-start;
}
.knowledgeflex a{margin-right: 20px;}

.knowledgeflex .item {
		text-align: center;
		height: 32px;
		line-height: 32px;
		background: #ebf0f4;
		border-radius: 4px;
		padding: 0 10px;
		color: #c30d23a8;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
}

.knowledgeflex .item:hover,
.knowledgeflex .item.cur {
    background: #c30d23;
    color: #f9fafb;
}

.knowledgeflex .kong{width: 10%;}

@media (max-width:768px){
	
	.knowledgeflex a{width:44%;}
}









/* 常见问题列表 */
        .container {
            width: 100%;
            margin: 0 auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            overflow: hidden;
        }
        
   
        
        .faq-answer-content h1 {
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 10px;
        }
        
        .faq-answer-content p {
            opacity: 0.9;
            font-size: 16px;
			margin-bottom: 8px;
        }
        
        .faq-section {
            padding: 0px 0;
        }
        
        .faq-item {
            border-bottom: 1px solid #eee;
            transition: all 0.3s ease;
        }
        
        .faq-question {
            display: flex;
            align-items: center;
            padding: 20px 40px 20px 30px;
            cursor: pointer;
            position: relative;
            transition: background 0.3s;
        }
        
        .faq-question:hover {
            background-color: #f8fbff;
        }
        
        .faq-question::before {
            content: '';
            position: absolute;
            left: 0;
            top: auto;
            bottom: auto;
            width: 5px;
            background-color: #d93c4fbd;
			   height: 60%;    /* 保持高度为60% */
        }
        
        .faq-icon {
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #d93c4fbd;
            font-size: 22px;
            font-weight: bold;
            transition: all 0.3s;
        }
        
        .faq-icon::before, .faq-icon::after {
            content: '';
            position: absolute;
            background-color: currentColor;
            transition: all 0.3s;
        }
        
        .faq-icon::before {
            width: 16px;
            height: 2px;
        }
        
        .faq-icon::after {
            width: 2px;
            height: 16px;
        }
        
        .faq-item.active .faq-icon::after {
            transform: rotate(90deg);
            opacity: 0;
        }
        
        .faq-item.active .faq-icon {
            color: #d93c4fbd;
        }
        
        .faq-question h3 {
            font-weight: 500;
            font-size: 18px;
            color: #222;
        }
        
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 40px 0 30px;
            transition: all 0.4s ease;
        }
        
		
        .faq-item.active .faq-answer {
            max-height: 1000px;
            /* padding-bottom: 20px; */
            color: #555;
        }
        
        .faq-answer-content {
            padding: 10px 0;
        }
        
        .faq-answer ol {
            padding-left: 20px;
            margin: 10px 0;
        }
        
        .faq-answer li {
            margin-bottom: 8px;
        }
        
        .tutorials-section {
            margin-top: 10px;
        }
        
        .tutorials-section h2 {
            font-size: 20px;
            font-weight: 500;
            color: #1a73e8;
            padding: 15px 40px;
            border-top: 1px solid #f0f0f0;
            margin-top: 10px;
        }
        
        .tutorials {
            padding: 0 40px 20px 70px;
        }
        
        .tutorial {
            padding: 8px 0;
            font-size: 16px;
            color: #444;
        }
        
        @media (max-width: 600px) {
         
            
            .faq-question, .faq-answer, .tutorials {
                padding-left: 60px;
                padding-right: 20px;
            }
            
            .faq-icon {
                left: 20px;
            }
        }
  




/* 常见问题搜索 */
.search-box {
            display: inline-flex;
            max-width: 400px;
            width: 100%;
             height: 35px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
			-webkit-border-radius: 2px 2px 2px 2px;
			    border-radius: 2px 2px 2px 2px;
			    -webkit-box-sizing: border-box;
			    box-sizing: border-box;
        }
        
        .search-box:hover {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
        }
        
        .search-box:focus-within {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12), 
                        0 0 0 2px #4285f4;
        }
        
        .search-input {
            flex-grow: 1;
            border: none;
            padding: 0 24px;
            font-size: 18px;
            color: #333;
            background: #fff;
            outline: none;
        }
        
        .search-input::placeholder {
            color: #999;
            font-weight: 300;
        }
        
        .search-button {
            width: 70px;
            background-color: #f2f2f2;
            border: none;
            cursor: pointer;
            transition: background-color 0.2s;
        }
        
        .search-button:hover {
            background-color: #e6e6e6;
        }
        
        .search-icon {
            width: 24px;
            height: 24px;
            position: relative;
            display: inline-block;
        }
        
        .search-icon::before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border: 2px solid #555;
            border-radius: 50%;
            top: 0;
            left: 0;
        }
        
        .search-icon::after {
            content: "";
            position: absolute;
            width: 9px;
            height: 2px;
            background-color: #555;
            top: 19px;
            left: 15px;
            transform: rotate(45deg);
        }
        
        .design-details {
            margin-top: 40px;
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            margin: 40px auto 0;
            text-align: left;
        }
        
        .design-details h2 {
            color: #333;
            font-weight: 400;
            font-size: 1.2rem;
            margin-top: 0;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
        .design-details ul {
            padding-left: 20px;
        }
        
        .design-details li {
            margin-bottom: 10px;
            line-height: 1.6;
        }
        
        @media (max-width: 480px) {
            .search-box {
                height: 50px;
            }
            
            .search-input {
                padding: 0 16px;
                font-size: 16px;
            }
            
            .search-button {
                width: 60px;
            }
        }
		
		
		
		
		
		
		
/* 		关于我们企业文化 */
.flex-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin: 20px;
}

.flex-container .itema {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
  padding: 32px 28px;
  flex: 1 1 0;
  transition: background 0.3s, color 0.3s;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flex-container .itema-title {
    color: #c30d23;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    width: fit-content;
}

.flex-container .itema-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background: #c30d23;
  border-radius: 3px;
  margin-top: 8px;
  transition: background 0.3s;
}

.flex-container .itema:hover {
  background: #c30d23;
  color: #fff;
}

.flex-container .itema:hover .itema-title {
  color: #fff;
}

.flex-container .itema:hover .itema-title::after {
  background: #fff;
}

.flex-container .itema-title:hover::after {
  background: #fff;
}

/* 响应式：手机端上下排列 */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    gap: 20px;
  }
 .flex-container .itema {
    padding: 24px 12px;
  }
}