/*
Theme Name: Premium Decoration0
Theme URI: http://www.2zzt.com
Description: Crazy uncle
Author: Crazy uncle
Author URI: http://www.jskolod.com
Version: 2020.2
*/

@charset "UTF-8";

html{font-family:'Microsoft Yahei','simsun',"arial","sans-serif";color:#333;font-size:14px;}
p{margin-top:0;margin-bottom:10px;}
ol,
ul,
dl{padding:0;margin:0;list-style:none;}
a{color:#333;text-decoration:none;background-color:transparent;}
a:hover{color:#dc593d;text-decoration:none;}
*:focus,
textarea:focus,
button:focus,
input:focus{box-shadow:none;outline:0}
img{border:0;max-width:100%;height:auto;}
.show_m{-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
.quform-edit-form{display:none;}
.xbj_row{margin-right:-5px;margin-left:-5px}
.xbj{padding-right:5px;padding-left:5px}
@media (min-width:1300px){
    .container{max-width:1300px;}
}
@media (min-width:1200px){
    .col-zdlg-2-5{float:left;width:20%;}
}
.left{float:left;width:18%;}
.right{float:right;width:79%;}
@media (max-width:992px){
    .left{width:23%;}
    .right{width:73%;}
}
@media (max-width:768px){
    .left{display:none;}
    .right{width:100%;float:none;}
}

/*mbx*/
.breadcrumb{list-style:none;padding:0px;background:none;text-align:right;display:block;margin-bottom: 0px;height: 60px;
    line-height: 60px;}
.breadcrumb-home:before{content:"\f015";font-family:'FontAwesome';margin-right:8px;}
.breadcrumb li{display:inline-block;}
.breadcrumb li em{font-style:inherit;margin:0px 8px;}
.breadcrumb li em:last-child{display:none}
.breadcrumb li a{}
.breadcrumb-item.active{}
@media (max-width:768px){
    .breadcrumb{white-space:nowrap;overflow-x:auto;overflow-y:hidden;display:block;}
}
.search .breadcrumb{text-align: left;}

.single_cp_mbx .breadcrumb{text-align: left;margin-bottom: 25px;margin-top: -15px;}

/*topban*/
.topban_img{height:450px;background-size:cover;background-repeat:no-repeat;background-position:center center;padding-top:100px;display: flex;
    color: #fff;
    align-items: center;
    text-align: center;
    position: relative;}
.topban_img h1{font-size: 60px !important;
    font-weight: bold;}

.topban_img p {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
@media (max-width:768px){
    .topban_img{height:100%;padding-top:35%;}
}

.headtop{}
.headtop_left{}.headtop_left p{margin:0;color:#888;font-size:12px;line-height:24px;float:right;}.headtop_right{text-align:right}.headtop_right a{display:inline-block;margin-left:9px;position:relative;cursor:pointer}.headtop_right a span{width:70px;height:70px;position:absolute;top:30px;left:0;z-index:999;margin-left:-20px;background:#f5f5f5;padding:5px;display:none}.headtop_right a span img{width:60px;height:60px}.headtop_right a:hover span{display:block}.headtop_right a img{width:18px}.headtop_right a i{color:#1a34a8}
.sousuo{height:22px;width:100%;float:right}.sousuo input{width:85%;height:22px;border:1px solid #dcdcdc;float:left;text-indent:10px;color:#6d6d6d;background:#f3f0f0;font-size:12px;font-weight:300}.sousuo button{width:15%;height:22px;background:#1a34a8;float:right;border:1px solid #1a34a8;line-height:1px}.sousuo button i{color:#fff;font-size:12px}.sousuo button:hover{background:#a1292b;border:1px solid #a1292b}


/*fy*/
.posts-nav{text-align:center;margin: 30px 0px;}
.posts-nav .page-numbers{color: #848484;display:inline-block;padding: 4px 12px;font-size:12px;background-color: #f7f7f7;margin:0 2px;font-family:Arial;transition:all .6s;}
.posts-nav .current,
.posts-nav .page-numbers:hover{color:#fff;background-color:#dc593d;}

.search .posts-nav{margin-bottom: 60px;}

.news_posts-nav{
    margin-bottom: 60px;
}


.head{padding-bottom: 20px;}
.logo{}
.logo img{}

.navbar {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  /* 其他样式，如背景色、高度等 */
  background-color: #f9f9f9;
  height: 100px;
  z-index: 100; /* 确保导航栏在其他内容之上 */
	transition: top 1s;
}
.navbar.scrolled {
  top: -100px; /* 导航栏的高度 */
}
/*nav*/
#navbar{}
@media (max-width:1200px){
    #navbar{display:none;}
}
.main-nav{margin:0px;padding:0px;text-align:right;}
.main-nav li{display:inline-block;position:relative;}
.main-nav li a{font-size:17px;display:block;color:#333;padding: 14px 14px;}
.main-nav li a i{padding-right:5px;cursor: pointer;}
.main-nav .sub-menu{display:none;position:absolute;background:#ffffff;color:#272727;left:4px;top: 50px;text-align:left;width:180px;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.21);padding:0px;visibility:visible;z-index:9999;}
.main-nav .sub-menu li{display:block;padding:0px;margin:0;text-indent:20px;}
.main-nav .sub-menu li a{font-size:14px;font-weight:400;color:#272727;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:12px 0px;}
.main-nav .sub-menu li a:hover{color:#fff;}
.main-nav li a:hover{color:#dc593d;text-decoration:none;}
.main-nav .sub-menu .sub-menu{left:180px;top:-0px;}
.main-nav .sub-menu .menu-item-has-children:hover a{color:#fff}
.main-nav .menu-item-has-children a:after {content:"\f107";font-family:"FontAwesome" !important;font-weight:400;display:inline-block;margin-left: 5px;transition:transform ease .3s;}
.main-nav .menu-item-has-children:hover>a:after {transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.main-nav .sub-menu .menu-item-has-children .sub-menu a{color:#272727}
.main-nav .sub-menu .menu-item-has-children .sub-menu a:hover{color:#fff}
.main-nav .menu-item-has-children .sub-menu a:after {content:"";}
.main-nav .sub-menu .menu-item-has-children a:after {content:"\f105";font-family:"FontAwesome" !important;font-weight:400;display:inline-block;transition:transform ease .3s;right: 20px;position:absolute;}
.main-nav .sub-menu .menu-item-has-children:hover>a:after {transform:rotate(180deg);-webkit-transform:rotate(180deg);right: 0px;}
.main-nav .sub-menu .menu-item-has-children .sub-menu a:after {content:"";}
.banner{padding-top:100px;}
/*banbox*/
.banbox{width:100%;position:relative;margin-bottom:100px;}
.banbox a{width:100%;display:block;height:100%}
.banbox .owl-nav{position:absolute;top:50%;width:100%;margin-top:-30px;}
.banbox .owl-nav button:focus{box-shadow:none;outline:0}
.banbox .owl-nav button.owl-prev:hover,
.banbox .owl-nav button.owl-next:hover{background:#cfaaa4}
.banbox .owl-nav button.owl-prev:after{content:"\f104";font-family:FontAwesome;font-weight:400;font-size:20px;color:#fff}
.banbox .owl-nav button.owl-next:after{content:"\f105";font-family:FontAwesome;font-weight:400;font-size:20px;color:#fff}
.banbox .owl-nav button.owl-prev{position:absolute;left:5%;width:30px;height:60px;text-align:center;line-height:60px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:5px;background:#777;}
.banbox .owl-nav button.owl-next{position:absolute;right:5%;width:30px;height:60px;text-align:center;line-height:60px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:5px;background:#777;}
.banbox:hover .owl-nav button.owl-prev{left:10%;opacity:.8}
.banbox:hover .owl-nav button.owl-next{right:10%;opacity:.8}
.banbox .owl-dots{text-align:center;position:absolute;bottom:30px;width:100%}
.banbox .owl-dots .owl-dot{display:inline-block;margin:0 4px}
.banbox .owl-dots .owl-dot span{width:8px;height:8px;display:block;background:#fff;border-radius:50%}
.banbox .owl-dots .active span{background:#dc583d;width:20px;border-radius:8px;}
.banbox .item{background-repeat:no-repeat;background-size:cover;background-position:center center;height:600px}
@media (max-width:992px){
    .banbox .item{height:450px}
}
@media (max-width:768px){
    .banbox .item{height: 100%;
    padding-top: 39%;}
    .banbox .owl-prev{left:20px;width:40px;height:40px;line-height:36px}
    .banbox .owl-next{right:20px;width:40px;height:40px;line-height:36px}
}
.index_icon_box{margin-bottom:90px;}
.index_icon{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px)
transform:translateY(-10px);-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,0.125);box-shadow:1px 1px 7px rgba(0, 0, 0, .1);padding:40px 0px 10px 0px;}
.icon_list{color:#3c3c3c;text-align:center;border-right:1px solid #a3a3a32e;margin-bottom:30px;transition-duration: 0.3s;}
.icon_list:hover{transform: translateY(-8px);}
.icon_last:last-child .icon_list{border-right:none;}
.icon_list h4{font-size:46px;margin:0 0 10px 0;font-weight:450;position:relative;color: #e62129;}
.icon_list p{margin:0;font-size:18px;}
.icon_list span{position:absolute;font-size:16px;color:#9d9d9d;margin-left:10px;}
.index_fangan{}
.index_ty_title{color:#626262;font-size:20px;font-weight:400;}
.index_ty_title span{font-size:12px;color:#a5a4a4;font-weight:300;margin-left:10px;}
.index_tab{text-align:right;display:block;white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;}
.index_tab li{display:inline-block;transition:all .6s ease 0s;}
.index_tab li a{color:#858484;display:block;padding:6px 20px;font-size:16px;}
.index_tab .active,
.index_tab li:hover{background:#dc593d;color:#fff;}
.index_tab .active a,
.index_tab li:hover a{color:#fff;}

/*index-tab*/
.index_tab_list_box{text-align:center;height:100%;display: inline-block;
    overflow: hidden;}
.index_tab_list_box img{-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;}
.index_tab_list_box img:hover{transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);}
.index_tab_list_box h3{font-size:16px;font-weight:400;margin:20px 0px;line-height:24px;overflow:hidden;height:22px;}
.index_tab_list_box p{margin:0px;color:#959595;font-weight:300;font-size:12px;line-height:22px;height:44px;overflow:hidden;}
.index_about{background:#fff;padding:20px 0px;}
.index_about_left{}
.index_about_left img{}
.index_about_right{}
.index_about_right h2{font-size:24px;font-weight:400;margin-bottom:10px;}
.index_about_right h2 a{}
.index_about_right h2 a span{font-size:14px;font-weight:300;margin-left:10px;}
.index_about_right p{font-weight:300;font-size:16px;line-height:28px;}
.index_cp{margin:100px 0px 50px 0px;}
.index_cp_list{margin-bottom:40px;border:1px solid #f2f2f2;}
.index_cp_list img{padding: 5px;}
.index_cp_txt{padding:20px 20px 10px 20px;}
.index_cp_txt h2{font-size:14px;line-height:22px;margin:0px 0px 15px 0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;}
.index_cp_txt h2 a{}
.index_cp_txt p{font-size:13px;font-weight:300;line-height:22px;margin-bottom:10px;color:#919191;}
.index_cp_icon{border-top:1px solid #efefef;line-height:40px;padding:0px 20px;}
.index_cp_icon a{font-size:12px;color:#aaa7a7;font-weight:300;display:inline-block;margin-right:20px;float:left;}
.index_cp_icon i{float:right;line-height:40px;width:30px;text-align:right;border-left:1px solid #efefef;color: #ccc;}
.index_cp_list:hover{background:#dc593d;color:#fff;}
.index_cp_list:hover .index_cp_txt h2 a{color:#fff;}
.index_cp_list:hover .index_cp_txt p{color:#fff;}
.index_cp_list:hover .index_cp_icon{border-top:1px solid #e95a3c;}
.index_cp_list:hover .index_cp_icon a{color:#fff;}
.index_cp_list:hover .index_cp_icon i{border-left:1px solid #e95a3c;}

/*fabox*/
.fabox .owl-item {margin-right:30px;}
.fabox{width:100%;position:relative;margin-bottom:100px;}
.fabox .owl-nav{position:absolute;top:50%;width:100%;margin-top:-30px;}
.fabox .owl-nav button:focus{box-shadow:none;outline:0}
.fabox .owl-nav button.owl-prev:hover,
.fabox .owl-nav button.owl-next:hover{background:#dc593d}
.fabox .owl-nav button.owl-prev:after{content:"\f104";font-family:FontAwesome;font-weight:400;font-size:20px;color:#fff}
.fabox .owl-nav button.owl-next:after{content:"\f105";font-family:FontAwesome;font-weight:400;font-size:20px;color:#fff}
.fabox .owl-nav button.owl-prev{position:absolute;left:-30px;width:30px;height:60px;text-align:center;line-height:60px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#dbdbdb;}
.fabox .owl-nav button.owl-next{position:absolute;right:-30px;width:30px;height:60px;text-align:center;line-height:60px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#dbdbdb;}
.fabox .owl-dots{text-align:center;position:absolute;bottom:-40px;width:100%;}
.fabox .owl-dots .owl-dot{display:inline-block;margin:0 4px}
.fabox .owl-dots .owl-dot span{width:8px;height:8px;display:block;background:#dbdbdb;border-radius:50%;}
.fabox .owl-dots .active span{background:#dc583d;width:20px;border-radius:8px;}
.index_renzheng{padding:100px 0px 60px 0px;background:#f7f7f7;background-image:url(assets/img/tx_bg.svg);background-repeat:no-repeat;overflow:hidden;background-position:bottom;}
.index_rz_list{text-align:center;margin-bottom:30px;}
.index_rz_list img{height:100px;margin-bottom:40px;margin-top:30px;}
.index_rz_list h4{font-size:18px;font-weight:400;margin-bottom:20px;color:#6e6d6d;}
.index_rz_list p{font-size:13px;font-weight:300;line-height:24px;color:#838383;margin:0px;}
.index_anli{padding:100px 0px 70px 0px;background:#f7f7f7;}
.index_anli_list{text-align:center;margin-bottom:30px;padding-bottom: 20px;background:#fff;}
.index_anli_list img{}
.index_anli_list h3{font-size: 14px;font-weight:400;margin: 15px 0px;line-height:24px;overflow:hidden;height:22px;padding:0px 20px;}
.index_anli_list p{margin:0px;color:#959595;font-weight:300;font-size:12px;line-height:22px;height:44px;overflow:hidden;padding:0px 20px;}
.index_news{padding: 100px 0px 70px 0px;}
.index_news_box{}
.index_new_left{position:relative;display: inline-block;
    overflow: hidden;}
.index_new_left:hover {}
.index_new_left img{-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;}
.index_new_left img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.news_left_txt{position:absolute;bottom:0px;background:linear-gradient(    to right,    rgba(255, 255, 255, 1) 0%,    rgba(255, 255, 255, 0.8) 80%,    rgba(255, 255, 255, 0) 100%  );padding:20px;color:#000;width:100%}
.news_time{text-align:center;margin-right:20px;}
.news_time span{display:block;font-size:30px;font-weight:bold;}
.news_time p{display:block;margin:0px;font-weight:300;font-size:12px;}
.news_media{}
.news_media h5{font-weight:400;font-size:18px;margin-bottom:10px;border-bottom:1px solid #d5968b;padding-bottom:10px;}
.news_media h5 a{color:#000;}
.news_media p{margin:0px;font-size:12px;font-weight:300;line-height:22px;color:#000;}
.index_news_right{}
.news_right_first{position:relative;margin-bottom: 20px;}
.news_first_txt{margin-right:60px;}
.news_first_txt h5{font-size:16px;border-bottom:1px solid #e5e5e5;margin-bottom: 10px;padding-bottom: 15px;}
.news_first_txt h5 a{font-size:18px;}
.news_first_txt p{color:#a8a6a6;font-weight:300;font-size:13px;line-height:24px;}
.news_right_time{text-align:center;background-color: #f4f4f4;padding: 10px;}
.news_right_time span{display:block;font-size:30px;font-weight:bold;color:#939393;}
.news_right_time p{display:block;font-weight:300;font-size:12px;margin-bottom:10px;color:#727272;}
.index_news_list{}
.index_news_list li{margin-bottom: 10px;padding-bottom: 10px;border-bottom:1px solid #e5e5e5;display:flex;}
.index_news_list li a{font-size: 18px;}
.index_news_right p {font-size:14px;color:#666;line-height:24px;}
.index_news_list li span{float:right;font-size:12px;color:#808080;}
.index_news_right img {
    margin-right: 20px;
    width: 140px;
    height: 100px;
}
.index_news_more{display: block;
    width: 100%;
    line-height: 1.1em;
    border: 1px solid #ededed;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 35px;
    margin-top: 10px;
    background: #b13f2a;
    padding: 30px;}
.index_news_more:hover{background:#dc593d;color: #fff}
.foot{background-color:#232325;padding: 20px 0px;background-image:url(assets/img/foot_bg.png);background-repeat:no-repeat;background-position:bottom center;background-attachment:fixed;}
.links{color:#fff;border-bottom: 1px solid #2d2d2f;padding-bottom: 20px;margin-top: 20px;}
.links a{color:#232325;margin-right:10px;font-size:12px;margin-bottom:4px;display:inline-block;}
.links b i{margin-right:8px;}
.footbar{border-bottom:1px solid #2d2d2f;padding: 30px 0px;margin-bottom: 30px;}
.foot_list .foot_biaoti{font-size:16px;color:#fff;margin-bottom:20px;font-weight:bold;}
.foot_nav_ul{color:#fff;}
.foot_nav_ul li{line-height:30px;font-size:12px;font-weight:300;}
.foot_nav_ul li a{font-size:14px;color:#fff;}
.banquan{color:#666;font-size:12px;}
.banquan p{margin:0px;font-size:16px;color:#fff;}
.banquan p a{color:#fff;}
.cp_box{background:#f2f2f2;padding: 30px 0px;}
.sidebar_contact{background:#fff;margin-bottom:30px;}
.sidebar_contact_top{height: 120px;background-image: url(assets/img/sidebar_contact.svg);background-repeat: no-repeat;overflow: hidden;background-position: center bottom;background-size: 80%;}
.sidebar_contact_top h3{padding-top: 12px;padding-left:24px;font-size: 18px;font-weight:bold;margin-top:0px;margin-bottom: 0px;}
.sidebar_contact_top p{padding-left:24px;font-size:12px;color: #373737;margin-bottom: 5px;font-weight: 300;}
.sidebar_contact_txt{margin: 0px 15px;border-top:1px solid #e9e9e9;padding: 20px 0px 5px 0px;}
.sidebar_contact_txt p{color: #808080;margin-bottom:14px;font-weight:300;font-size: 12px;}
.sidebar_contact_txt p i{width: 30px;text-align:center;color:#555;}
.cp_top_name{background-color:#dc593d;color:#fff;padding:12px 25px;margin-bottom:4px;}
.cp_top_name h2{margin:0px 0px 4px 0px;font-size: 18px;font-weight:bold;}
.cp_top_name h2 a{color: #fff;}
.cp_top_name p{margin-bottom:0px;text-transform:uppercase;font-weight:300;font-size: 12px;}
/*about_nav*/
.about_nav { position: relative;}
.nav_list .container{display:block;}
.nav_list {list-style-type: none;
    margin: 0;position: relative;}
.nav_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; /* 横线的厚度 */
    background-color: #DCDCDC; /* 横线的颜色，这里为黑色 */
}
.nav_list .col-md-8{padding:0;}
.about_list_ul{white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;}
.about_list_ul li {display:inline-block;margin-right:20px;}
.about_list_ul .current-menu-item, .about_list_ul li:hover{border-bottom: 3px solid transparent;border-bottom-color:#dc593d;}
.about_list_ul .current-menu-item a,
.about_list_ul li:hover a{color: #dc593d;}
.about_nav {
    list-style-type: none; /* 移除默认的列表符号 */
    margin: 0; /* 移除默认的外边距 */
	font-size:16px;
}
.about_nav li {
	height: 60px;
    line-height: 60px;
    position: relative; /* 使伪元素相对于列表项定位 */
    padding:0 20px; /* 在列表项的右侧添加内边距，以便留出竖杠的空间 */
}
.about_nav li::after {
    content: "|"; /* 使用字符 "|" 作为竖杠 */
    position: absolute;
    top: 50%; /* 竖杠垂直居中 */
    right: 0; /* 竖杠位于列表项的右侧 */
    transform: translateY(-50%); /* 垂直居中调整 */
    color: #dcdcdc; /* 竖杠的颜色，这里为黑色 */
}
.about_nav li:last-child::after {
    content: none; /* 或者使用 `display: none;` 来隐藏伪元素 */
}
/*sidebar_nav*/
.sidebar_list_ul{margin-bottom:12px;}
.sidebar_list_ul li{margin-bottom:4px;position:relative;}
.sidebar_list_ul li a{display:block;font-size: 14px;padding:14px 25px;background:#fff;}
.sidebar_list_ul li.current-menu-item a{background:#dc593d;color:#fff;}
.sidebar_list_ul .menu-item-has-children .sub-menu .current-menu-item a{background:#fff;color:#444;}
.sidebar_list_ul li.current-menu-item .sub-menu a{background:#fff;color:#555;}
.sidebar_list_ul .sub-menu{display:none;padding:0px 25px;background:#fff;}
.sidebar_list_ul .sub-menu li{margin-bottom:0px;}
.sidebar_list_ul .sub-menu li a{font-size: 12px;border-top:1px solid #e9e9e9;font-weight:inherit;padding:14px 0px;color: #7c7c7c;}
.sidebar_list_ul .sub-menu .sub-menu{padding:0px;}
.sidebar_list_ul li .sub-menu .menu-item-has-children i{right:5px;}
.sjj_nav ul li i{position:absolute;top:16px;right:30px;cursor:pointer;font-style:inherit;font-size: 12px;transform:rotate(0deg);transition:all ease 0.35s;width:15px;height:15px;text-align:center;line-height:15px;}
.sjj_nav .menu-item-has-children i:before{content:"\f105";font-family:FontAwesome;}
.sjj_nav .menu-item-has-children i.sjj_nav_i_se{transform:rotate(-90deg);fill:#c9141e}
.sjj_nav .current-menu-item .sub-menu{display:block;}
.sjj_nav .current-menu-ancestor .sub-menu{display:block;}
.sjj_nav .current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu{display:block;}
.sjj_nav .current-menu-ancestor .sub-menu .current-menu-ancestor .menu-item-has-children .sub-menu{display:none;}
.sjj_nav .current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu{display:block;}
.sjj_nav .current-menu-item .sub-menu .menu-item-has-children .sub-menu{display:none;}
.sjj_nav .current-menu-ancestor .sub-menu .sub-menu{display:none;}
.sjj_nav .current-menu-item i{color:#fff}
.sjj_nav .current-menu-ancestor .sub-menu .current-menu-item i{color:#444}
.sjj_nav .current-menu-item .sub-menu i{color:#444;right:5px;}
.sidebar_list_ul .menu-item-has-children .menu-item-has-children i:before{content:"\f067";font-size:16px;}
.xbj{padding-right:8px;padding-left:8px}
.xbj_row{margin-right:-8px;margin-left:-8px}
.cp_list{background-color:#fff;margin-bottom:16px;position:relative;transition:all .6s}
.cp_list:hover{box-shadow:0 15px 15px rgba(0,0,0,.1)}
.cp_list .cp_tags{position:absolute;right:30px;top:25px}
.cp_list .cp_tags a{display:inline-block;background-color:rgba(0,0,0,.2);font-size:12px;padding:2px 6px;color:#fff;margin:0 1px}
.cp_list .cp_list_a{display:inline-block;overflow:hidden;}
.cp_list .cp_list_a img{transition:all .6s}
.cp_list:hover .cp_list_a img{transform:scale(1.2)}
.cp_list h2{font-size:14px;font-weight:700;text-align:center;border-top:1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;padding:20px}
.cp_list h2 a{}
.cp_list .cp_url{text-align:center;padding:0 30px 15px 30px}
.cp_list .cp_url a{background-color:#ccc;transition:all .6s;width:50%;font-size:12px;padding:6px 0;float:left}
.cp_list .cp_url .blue_red{background-color:#dc593d;color:#fff;}
.cp_list .cp_url a:hover{background-color:#858585;color:#fff;}
.cp_list .cp_url .blue_red:hover{background-color:#a1292b;color:#fff}
@media (max-width:768px){
    .cp_list .cp_url{padding:0 20px 15px 20px}
    .cp_list .cp_url a{padding:1px 0}
}
.gg_fa_box{}
.fa_list{background:#fff;margin-bottom:30px;}
.fa_list img{}
.fa_list h2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;margin:0px;padding:20px;}
.fa_list h2 a{}
.al_nav{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.al_nav li{display:inline-block;height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0 20px;}
.al_nav li {
    display: inline-block;
    margin-right: 20px;
}
.al_nav .current-menu-item,
.al_nav li:hover{border-bottom: 3px solid transparent;
    border-bottom-color: #dc593d;}
.al_nav .current-menu-item a,
.al_nav li:hover a{color: #dc593d;}
.al_list{margin-bottom:30px;}
.al_list img{}
.al_list_txt{padding:20px;}
.al_list_txt h2{font-size:16px;margin-bottom:10px;font-weight:400;line-height: 24px;}
.al_list_txt h2 a{}
.al_list_txt span{font-size:13px;}
.al_list_txt span a{color:#b2b2b2;font-weight:300;}
.news_list{margin-bottom: 50px;    transition-property: all;transition: all .6s;
   }
.news_list:hover {
    box-shadow: 0 15px 15px rgba(0,0,0,.1);
}
.news_list img{display: block;margin: 0 auto;width:403px;height:260px;}
.news_list h2{font-size:16px;font-weight:400;margin: 15px 0px;line-height:26px;margin-top: 30px;}
.news_list h2 a{font-size: 20px;line-height: 27px;color: #231815;}
.news_list p{margin:0px;color:#8f8f8f;line-height:24px;font-weight:300;font-size:13px;}
.post_right_bg{background:#fff;padding:40px;margin-bottom:30px;}

/*zw*/
.wznrys{font-size:14px;}
.wznrys hr{height:20px;border:none;position:relative;padding:0px;margin:10px 0px 25px 0px;}
.wznrys hr:after{content:"";width:100%;height:1px;background-color:#e2e2e2;position:absolute;top:10px;z-index:1;}
.wznrys hr:before{content:"";position:absolute;width:8px;height:8px;background-color:#ababab;left:50%;top:50%;transform:rotate(45deg);z-index:2;margin-top:-4px;margin-left:-4px;}
.wznrys .post-image{padding-bottom:20px}
.wznrys p{line-height:2;padding-bottom:25px;margin-bottom:0;margin-top:0;text-indent: 2em;}
.wznrys h1,
.wznrys h2,
.wznrys h3,
.wznrys h4,
.wznrys h5,
.wznrys h6{margin-bottom:25px;margin-top:0px;line-height:30px;}
.wznrys h1{font-size:22px;}
.wznrys h2{font-size:20px;}
.wznrys h3{font-size:18px;}
.wznrys h4{font-size:16px;}
.wznrys h5{font-size:14px;}
.wznrys h6{font-size:14px;}
.wznrys ol,
.wznrys ul{margin-bottom:20px;list-style:disc;margin-left:16px}
.wznrys ol li,
.wznrys ul li{margin-left:10px;margin-bottom:8px;line-height:2;color:#;}
.wznrys ol li a,
.wznrys ul li a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;}
.wznrys table{width:790px;border-left:1px solid #bbbbbb;border-top:1px solid #bbbbbb;line-height:40px;border-collapse:collapse;margin-bottom:20px;}
.wznrys table tr:nth-child(odd){background:#f1f1f1;}
.wznrys table tr td{border-right:1px solid #bbbbbb;border-bottom:1px solid #bbbbbb;line-height:40px;text-align:center;}
.wznrys table strong{border-bottom:none}
.wznrys table div{padding-bottom:0}
.wznrys p img{max-width:100%;height:auto}
.wznrys blockquote{margin:20px 0 20px 0;position:relative;border-left:none;border-radius:3px;font-size:inherit;padding:25px 25px 0px 25px;background-color:#f5f5f5;}
.wznrys blockquote:before{content:'"';position:absolute;color:#000000;top:0px;left:10px;font-size:40px;}
.wznrys blockquote:after{content:'"';position:absolute;right:10px;bottom:-20px;color:#000;font-size:40px;}
.wznrys blockquote p{}
.wznrys .aligncenter{clear:both;display:block;margin:0 auto;}
.wznrys img{width:960px;padding:10px 5px;}
.wznrys .alignright{float:right;margin:25px 0px 10px 20px;}
.wznrys .alignleft{float:left;margin:25px 20px 10px 0px;}
.wznrys .wp-caption{max-width:100%;}
.wznrys .wp-caption p.wp-caption-text{text-align:center;padding-bottom:0px;margin-bottom:25px;font-size:12px;color:#888;font-weight:300;}
.wznrys p a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;margin:0 4px}
.wznrys strong{font-weight:bold;}
.wznrys .crayon-table tr:nth-child(odd){background:none;}
.wznrys pre{margin:0px;margin-bottom:30px;}
.wznrys pre .hljs{font-size:13px;line-height:1.8;padding:15px 20px;border-radius:10px;}
.wznrys pre .hljs table{border:none;line-height:1.8;margin:0;}
.wznrys pre .hljs table tr{border-bottom:1px solid #272727;}
.wznrys pre .hljs table tr:nth-child(odd){background:none;}
.wznrys pre .hljs table tr td.hljs-ln-numbers{width:30px;}
.wznrys pre .hljs table tr td.hljs-ln-numbers .hljs-ln-n{text-align:center;color:#5a5a5a;font-weight:300;}
.wznrys pre .hljs table tr td.hljs-ln-numbers .hljs-ln-n:before{padding-right:10px;}
.wznrys pre .hljs table tr td.hljs-ln-code{border-left:1px solid #4c4c4c;text-indent:12px;}
.wznrys pre .hljs table tr td{border:none;text-align:inherit;line-height:inherit;}

/*zw*/
.post_title{border-bottom:1px dashed #cccc;margin-bottom:30px;padding-bottom:20px;padding-top:40px;}
.post_title h1{text-align:center;font-size: 24px;margin-bottom:20px;}
.post_right_icon{text-align:center;color:#7a7979;}
.post_right_icon span{font-size:12px;margin-right:20px;}
.post_right_icon b{font-size:12px;font-weight:400;margin-right:10px;}
.ds_share{
    display: inline-block;
    vertical-align: middle;
}
.ds_share a{display:inline-block;margin:0px 5px;position:relative;}
.ds_share a svg{height:12px;display:block;}
.ds_share a #output{width:90px;height:90px;position:absolute;top:-100px;left:50%;margin-left:-45px;background-color:#e4e4e4;padding:5px;opacity:0;transition:all .6s;}
.ds_share a #output:before{content:"";position:absolute;bottom:-10px;left:50%;border:5px solid transparent;border-top-color:#e4e4e4;margin-left:-5px;}
.ds_share a:hover #output{opacity:1;}
.post_biaoqian{color:#787878;font-size:12px;border-bottom:1px dashed #cccc;padding-bottom:20px;margin-bottom:20px;}
.post_biaoqian a{background:#dc583d;color:#fff;padding:2px 6px;display:inline-block;margin:0px 5px;}
.fanye{color:#878787;font-size:12px;}
.fanye li{line-height:30px;}
.fanye li a{color:#787878;}
.post_xiangguan{margin-bottom:60px;}
.post_xiangguan h3{margin-bottom:30px;font-size: 18px;}
.index_cp_url{text-align: inherit;margin: 40px 0px 0px 0px;}
.index_cp_url a{background-color:#ccc;display:inline-block;padding:4px 24px;transition:all .6s;}
.index_cp_url .blue_red{background-color:#dc583d;color:#fff;}
.index_cpbox:nth-child(2n) .index_cp_url .blue_red{background-color:#a1292b;}
.index_cp_url a:hover{opacity:.7}
.post_cp_right_box{background-color:#fff;padding:30px 40px 10px 40px;margin-bottom:30px;}
.post_gy_toppic{border:1px solid #e5e5e5;padding:20px;position:relative;}
.post_gy_toppic img{display:block;margin:0 auto;}
.post_gy_toppic span{color:#c1c1c1;position:absolute;right:30px;bottom:30px;}
.post_gy_pic_right{}
.post_gy_pic_right strong{margin:40px 0px 20px 0px;display:block;border-top:1px solid #e5e5e5;padding-top:10px;font-weight:bold;color:#d8171f;}
.post_gy_tittle{margin-bottom:20px;}
.post_gy_tittle h1{margin: 15px 0px;font-size: 20px;}
.post_gy_tittle p{margin:0px;color:#808080;font-size:12px;font-weight:300;}
.post_gy_ms{font-size: 12px;border-bottom: 1px solid #ebebeb;padding-bottom: 10px;}
.post_gy_ms b{position:relative;padding-left:16px;}
.post_gy_ms b:before{content:"";width:6px;height:6px;display:block;background-color:#cc0000;position:absolute;left: 1px;top: 5px;}
.gy_left{text-align:initial;}
.post_cp_gy_tittlepic{margin:40px 0px;}
.post_cp_gy_tittlepic img{}
.post_cp_canshu{margin-bottom:40px;}
.post_cpms{color:#777;line-height:24px;margin:20px 0px 0px 0px;}
.post_cpms p{line-height:28px;color:#666;margin-bottom:12px;}
.cp_canshu_tittle{position:relative;padding-left: 15px;border-bottom:1px solid #eee;padding-bottom: 8px;font-size: 18px;margin:0px 0px 40px 0px;}
.cp_canshu_tittle span{font-size:14px;color:#999;padding-left:10px;font-weight:300;}
.cp_canshu_tittle:before{content:"";width: 4px;height: 28px;display:block;background-color:#dc593d;position:absolute;left:0px;bottom:0px;}
.cp_canshu_content{padding-bottom:20px;}
.cp_canshu_content p{line-height:28px;color:#666;margin-bottom:12px;}
.cp_canshu_content img{margin-bottom:20px;}
.cp_canshu_content iframe{width: 100%;height: 300px;}
.cpdt{margin-bottom:30px;}
.cpdt img{margin-bottom:10px;}
.cpdt h3{font-size: 12px;font-weight:400;text-align:center;}
.dz_biaodan{background:url(assets/img/biaodan_bg.png) no-repeat;padding:40px 20px;background-size:cover;}
.biaodan_left{position:relative;display:block;}
.biaodan_left img{width:100%;display:block;margin:0 auto;}
.biaodan_left p{margin:0px;background-color:#fff;position:absolute;display:block;bottom:0px;padding:10px;font-weight:bold;color:#dc593d;text-align:center;width:100%;}
.post_biaodan{position:relative;}
.post_biaodan h4{margin:0px 0px 20px 0px;color:#fff;font-weight:bold;padding-bottom:14px;border-bottom:1px dashed #e5826e;position:relative;}
.post_biaodan h4 span{color:#fca490;font-size:12px;font-weight:normal;text-transform:uppercase;padding-left:6px;}
.post_biaodan h4:after{content:"";width:74px;height:2px;display:block;background-color:#f88269;position:absolute;left:0px;bottom:0px;}
.post_biaodan .quform-theme-minimal .quform-elements .quform-element textarea{max-height:60px;}
.about_list{margin:40px 0px;}
.about_ty_title{text-align:center;margin-bottom:60px;}
.about_ty_title h3{color:#dc593d;font-size:22px;font-weight: bold;}
.about_ty_title p{margin:0px;color:#959595;font-size:12px;font-weight:300;}
.brand_img{}
.brand_img img{}
.brand_txt{}
.brand_txt p{font-size: 16px;line-height: 1.9;}
.brand_ms{margin-bottom:30px;padding-bottom:30px;border-bottom: 1px dashed #e0e0e0;color:#7c7b7b;font-weight:300;font-size:13px;line-height:26px;}
.brand_bt{}
.brand_bt h3{font-size:16px;font-weight:300;color:#7c7b7b;margin-bottom:20px;}
.brand_bt p{color:#7c7b7b;font-weight:300;font-size:13px;line-height:26px;}
.brand_value{}
.brand_value img{}
.about_innovation{padding:40px 0px;}
.innovation_img{}
.innovation_img img{}
.innovation_title{}
.innovation_title h3{font-size:22px;font-weight:400;}
.innovation_title b{color:#959595;font-size:12px;font-weight:300;display:block;}
.innovation_title span{display:block;font-size:48px;font-weight:bold;color:#ededed;margin-bottom:40px;}
.innovation_title p{color:#7c7b7b;font-weight:300;font-size:13px;line-height:26px;}
.about_zl_list{}
.about_zl_list img{margin-bottom:20px;width: 100%;}
.about_zl_list h3{font-size:16px;}
.about_zl_list span{display:block;font-size:20px;color:#e9e9e9;font-weight:bold;margin-bottom:20px;}
.about_zl_list p{line-height:24px;font-size:12px;color:#8d8a8a;font-weight:300;}
.contact_us{padding:60px 0px;padding-top:100px;}
.contact_title{text-align:center;margin-bottom:60px;}
.contact_title h3{font-size:36px;font-weight:400;}
.contact_title span{color:#ccc;font-size:12px;display:block;margin-bottom:40px;}
.contact_title p{margin:0px;line-height:24px;font-size:14px;font-weight:300;}
.contact_list{text-align:center;border-right:1px solid #f6f6f6;}
.contact_list i{font-size:80px;color:#e1e1e1;display:block;margin-bottom:20px;}
.contact_list h4{color:#686868;font-weight:400;text-transform: uppercase;}
.contact_list p{margin: 0px;font-size: 15px;color: #3a3a3a;word-wrap: break-word;font-weight: 400;}
.contact_b_r:last-child .contact_list{border-right:none;}
.contact_border{border-bottom:1px dashed #efefef;padding-bottom:60px;margin-bottom:60px;}
.lianxi_box{margin-bottom:100px;}
.lx_list{}
.lx_list h4{font-size:18px;font-weight:400;margin-bottom:20px;}
.lx_list p{margin:0px;color:#8f8f8f;font-weight:300;line-height:26px;}

/*mobile_css*/
.pushbar.opened{display:block;}
html.pushbar_locked{overflow:hidden;-ms-touch-action:none;touch-action:none;}
.pushbar_locked .pushbar_main_content.pushbar_blur{filter:blur(15px);}
.pushbar{z-index:1000;position:fixed;will-change:transform;overflow-y:auto;transition:transform 0.5s ease;will-change:transform;background:#dc593d;}
.pushbar_overlay{z-index:-999;position:fixed;width:100%;max-width:100%;height:100%;min-height:100vh;top:0;left:0;will-change:opacity;transition:opacity 0.5s ease;opacity:0;will-change:opacity;background:#3c3442;}
html.pushbar_locked .pushbar_overlay{opacity:0.8;z-index:999;transition:opacity 0.5s ease;}
.pushbar.from_left{top:0;left:0;width:280px;max-width:100%;height:100%;min-height:100vh;transform:translateZ(0) translateX(-100%);}
.pushbar.from_right{top:0;right:0;width:280px;max-width:100%;height:100%;min-height:100vh;transform:translateZ(0) translateX(100%);}
.pushbar.from_top{top:0;left:0;width:100%;max-width:100%;min-height:150px;transform:translateZ(0) translateY(-100%);}
.pushbar.from_bottom{bottom:0;left:0;width:100%;max-width:100%;min-height:150px;transform:translateZ(0) translateY(100%);}
.pushbar.opened{transform:translateX(0px) translateY(0px);}

/*mobile_anniu*/
.mobile_close{position:absolute;top: 10px;right:15px;display:block;z-index:999;width:30px;height:30px;line-height:30px;text-align:center;font-family:serif;font-size:20px;cursor:pointer;}
.mobile_an{display:none;position:relative;float:right;color:#dc593d;border:1px solid #dc593d;padding:5px 10px;}

/*mobile_box*/
.mobile_head{padding: 10px 20px;color:#fff;background:rgba(0,0,0,0.2);}
.mobile_head img{overflow:hidden;width: 150px;}
.mobile_head h3{margin-top:3px;margin-bottom:5px;}
.mobile_head p{margin:0px;font-size:12px;font-weight:300;}
.menu-zk li{line-height:46px;position:relative;}
.menu-zk li a{font-size:14px;display:block;border-bottom: 1px solid #d3543b;color:#ffffff;padding:0px 30px;}
.menu-zk .sub-menu{display:none;background: #d14d32;}
.menu-zk .sub-menu li a{font-size:12px;color:#ffffff;font-weight:300;border-bottom:none;}
.menu-zk .menu-item-has-children .czxjcdbs:before{content:"\f0d7";font-family:"FontAwesome";position:absolute;right:20px;top:0px;color:#ffffff;width:30px;height:30px;line-height:30px;margin:8px 0px;text-align:center;display:block;cursor:pointer;background:#ef7c63;}
.menu-zk .menu-item-has-children .kai:before{content:"\f0d8";font-family:"FontAwesome";}
.sjsousuo{overflow:hidden;background:rgba(0,0,0,0.1);padding:20px;}
.sjsousuo input{width:80%;height:30px;border:none;float:left;text-indent:10px;color:#6d6d6d;border-radius:15px 0px 0px 15px;font-size:12px;}
.sjsousuo button{width:20%;height:30px;background:#e57b64;float:right;border:none;border-radius:0px 15px 15px 0px;}
.sjsousuo button i{color:#fff;font-size:14px;}
.sjsousuo button:hover{background:#dd998a;}
.head_nub_mobile{margin:30px;}
.head_nub_mobile i{font-size:26px;float:left;background-color:#ffffff;color:#dc593d;border-radius:50%;width:42px;height:42px;line-height:42px;text-align:center;}
.head_nub_right_mobile{padding-left:56px;}
.head_nub_right_mobile span{color:#ffffff;font-size:12px;font-weight:300;}
.head_nub_right_mobile p{color:#ffffff;font-size:18px;font-weight:bold;margin:0px;line-height:28px;}
@media (max-width:768px){
    .mobile_an{display:block;padding:3px 8px;}
    .mobile_an i{font-size:20px;}
}
@media (max-width:1200px){
    .mobile_an{display:block;}
    .mobile_an i{font-size:20px;}
}
@keyframes fade-in{
    0%{opacity:0;}
    40%{opacity:0;}
    100%{opacity:1;}
}
@-webkit-keyframes fade-in{
    0%{opacity:0;}
    40%{opacity:0;}
    100%{opacity:1;}
}
.index_fangan .tab-pane{animation:fade-in;animation-duration:1.5s;-webkit-animation:fade-in 1.5s;}
@media (max-width:1200px){
    .language{display:none;}
}
.index_title{margin-bottom:60px;}


/*search*/
@-webkit-keyframes fade-zoom-in{
    0%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}
    100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
}
@-o-keyframes fade-zoom-in{
    0%{opacity:0;-o-transform:scale(1.1);transform:scale(1.1)}
    100%{opacity:1;-o-transform:scale(1);transform:scale(1)}
}
@keyframes fade-zoom-in{
    0%{opacity:0;-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
    100%{opacity:1;-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}

.search-form{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(122 122 122 / 50%);-webkit-animation:fade-zoom-in .3s forwards;-o-animation:fade-zoom-in .3s forwards;animation:fade-zoom-in .3s forwards;display:none;z-index:100;-webkit-backface-visibility:hidden;overflow:hidden}
.search-form .search-form-inner{max-width:640px;padding:0 20px;margin:auto;position:absolute;width:100%;left:0;right:0;height:170px;top:50%;margin-top:-100px;}
.search-form .search-form-inner i{
    position: absolute;
    top: -50px;
    right: -30px;
    font-style: inherit;
    font-size: 40px;
    color: #000;
    cursor: pointer;
}
.form-search{height:58px;}
.search-form-inner p{margin-top:20px;color:#a0a0a0;text-align:center;font-size: 12px;}
.search-form.is-visible{display:block}
.search-form .search-form-box{position:relative;margin-bottom:40px}
.search-form input{background:#f5f5f5;display:block;border-radius:3px;padding:25px 20px;width:100%;text-align:center;-webkit-appearance:none;font-size: 20px;color:#000;border: 1px solid #ddd;
    opacity: 0.9;}
.search-form button{background:#000;display:inline-block;height:58px;width:100px;color:#fff;font-size:15px;padding:0 25px;margin:0;position:absolute;right:0;top:0;border:none;}
.search-form input::-webkit-input-placeholder{color:#949494}
.search-form input:-moz-placeholder{color:#949494}
.search-form input::-moz-placeholder{color:#949494}
.search-form input:-ms-input-placeholder{color:#949494}
.js-toggle-search small{font-size: 20px;cursor:pointer;width:20px;text-align: right;}
.js-toggle-search small:before{content:"\f002";font-family:FontAwesome;font-style:inherit;}
.search-guan small:before{content:"\f00d";}

.ty_box{background:#f2f2f2;padding:0px 0px 30px 0px;}
.postconcent{padding-top:30px;max-width: 1200px;padding:0 20px;}
.cp_single_box{background:#f2f2f2;padding: 30px 0px;}
.post_cp_right_bg{background:#fff;padding:40px;margin-bottom:30px;}

.kf_sidber{position:fixed;right:20px;bottom:200px;z-index:999;}
.kf_sidber li{width:40px;height:40px;background-color: #fff;text-align:center;line-height:40px;color:#fff;margin-bottom:2px;position:relative;cursor:pointer;border-radius:5px;border: 1px solid #d1d1d1;}
.kf_sidber li a{display:block;}
.kf_sidber li i{color:#000;}
.kf_sidber li:hover{
    background-color: #f7931c;
}
.kf_box{position:absolute;left:-210px;top:0;width:200px;border:1px solid #ccc;border-top:4px solid #ffce24;padding:20px;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.15);-moz-box-shadow:0 3px 8px rgba(0,0,0,.15);box-shadow:0 3px 8px rgba(0,0,0,.15);display:none;background: #fff url(assets/img/from_bg.svg);}
.kf_sidber li:hover .kf_box{display:block}
.kf_box p{color:#444;margin-bottom:0;font-size:12px;font-weight:300}
.kf_box_tel{color:#000;font-size:16px;text-align:left;}
.kf_sidber li .kf_box_tel i{margin-right:8px;color:#737373}
.kf_box h4{color:#565656;text-align:left}


.mobile_bottom_tool{background:#fff;position:fixed;bottom:0px;width:100%;z-index: 99999}
.mobile_bottom_tool a{color:#464646;text-align:center;display:block;padding:5px 0px;}
.mobile_bottom_tool a i {
  
}
.col-131 i {
    font-size: 20px;
    color: rgb(230, 50, 46);
}
.col-131 a i {
    font-size: 20px;
    color: rgb(230, 50, 46);
}


.mobile_bottom_tool a p{    font-size: 14px;
    margin-bottom: 0px;
    }
.col-131  p{    font-size: 20px;
    margin-bottom: 0px;
    display: initial;
    padding-left: 10px;}
.col-131 a p{    font-size: 20px;
    margin-bottom: 0px;
    display: initial;
    padding-left: 10px;}
.wpcf7 p{overflow:hidden; clear:both;text-indent: 0em;}
.wpcf7 label{width:100%; font-size:14px; font-family:Verdana; color:#444;}
.wpcf7 label.long{ width:auto; text-align:left;}
.wpcf7 label em{ padding:5px 8px 0 0; color:#f00; font-style:normal; font-size:12px;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-captchar{ padding:8px 10px; width:95%; line-height:24px; color:#666; border:1px solid #d8d8d8; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.wpcf7 .wpcf7-captchar{ width:100px;}
.wpcf7 .wpcf7-textarea{ padding:8px 10px; width:95%; height:160px; color:#666; overflow-y:scroll; border:1px solid #d8d8d8; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.wpcf7 .wpcf7-text:hover, .wpcf7 .wpcf7-text:active, .wpcf7 .wpcf7-captchar:hover, .wpcf7 .wpcf7-captchar:active, .wpcf7 .wpcf7-textarea:hover, .wpcf7 .wpcf7-textarea:active{ border:1px solid #f90;}
.wpcf7 .wpcf7-submit{ padding:10px 50px; font-size:20px; font-family:Arial; border:none; color:#fff; background:#f60; display:inline-block; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -ms-transition:all 0.4s ease; transition:all 0.4s ease;}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:active{ background-color:#f80;}

.wpcf7 p.btn-submit span{ float:right; color:#f00;}

.wpcf7 span.wpcf7-not-valid-tip{ margin:0 0 0 -220px; padding-left:20px; background:#fff; display:inline !important;}
.wpcf7 .ajax-loader{ margin:12px 0 0;}
div.wpcf7-mail-sent-ok{ border:1px solid #c2e7c8 !important; color:#008c00; text-align:center;}
div.wpcf7-validation-errors{ padding:0.8em 1em !important; border:1px solid #f7e700 !important; color:#f60; text-align:center;}

#inquiryForm{ padding:40px; border:1px solid #e6e6e6;}
#inquiryForm .wpcf7 label{ width:120px;}

@media (max-width:992px){
    .post_gy_toppic{margin-bottom: 30px;}
    .post_gy_tittle h1{font-size: 20px;}
    .cp_list .cp_tags{display: none;}
    .biaodan_left{margin-bottom: 30px;}
}



@media (max-width:768px){
    .index_ty_title{margin-bottom:30px;}
    .index_tab{text-align:left;}
    .index_title{margin-bottom:30px;}
    .index_tab li a{font-size:12px;padding:5px 15px;}
    .index_tab_list_box h3{font-size:14px;margin-bottom:10px;}
    .banbox{margin-bottom:50px;}
    .index_icon_box{}
    .head{padding-bottom: 10px;}
    .fabox{margin-bottom:70px;}
    .index_tab li{background:#f5f5f5;margin: 0px 6px 10px 0px;}
    .index_about{padding:40px 0px;}
    .index_about_right h2{margin:20px 0px;font-size:18px;}
    .index_about_right p{font-size:12px;margin-bottom:0px;}
    .index_cp{margin:50px 0px 30px 0px;}
    .index_cp_icon{display:none}
    .index_cp_txt{padding:10px 15px;}
    .index_cp_txt h2{font-size:14px;margin-bottom:5px;}
    .index_cp_txt p{font-size:12px;height:34px;overflow:hidden;margin-bottom:0px;line-height:1.5;}
    .index_cp_list{margin-bottom:15px}
    .index_anli_list h3{font-size:14px;margin:10px 0px;padding:0px 10px;}
    .index_anli_list p{line-height:1.5;height:34px;overflow:hidden;padding:0px 10px;}
    .index_anli_list{margin-bottom:15px;padding-bottom:15px;}
    .index_anli{padding:50px 0px 30px 0px;}
    .index_news{padding:50px 0px 20px 0px;}
    .news_media h5{font-size:14px;}
    .news_media p{line-height:1.5;}
    .news_first_txt{margin-right:0px;border-bottom:1px solid #e5e5e5;}
    .news_first_txt h5{margin-bottom:10px;padding-bottom:0px;font-size:14px;border-bottom:none;}
    .news_first_txt p{font-size:12px;line-height:1.5;height:34px;overflow:hidden;}
    .news_right_time{display:none}
    .index_news_list li{font-size:12px}
    .index_news_list li span{display:none}
    .index_news_more{width:100%;font-size:12px;line-height:30px;}
    .foot{padding: 20px 0px;}
	.sjbxs {display: none;}
    .footbar{padding: 10px 0px 0px 0px;margin-bottom: 5px;border-bottom: none;}
    .foot_list{display:none}
    .foot_nav_mobile{display:block;text-align:center;margin-bottom:30px;}
    .banquan .d-flex{display:block!important;text-align:center;}
    .banquan p{margin-bottom:5px;}
	 .banquan p a{color:#fff;}
    .breadcrumb{display: none;}
    .al_list_txt h2{font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 4px;}
    .al_list_txt span{font-size: 12px;}
    .al_list_txt{padding: 10px;}
    .al_list{margin-bottom: 10px;}
    .posts-nav{margin: 30px 0px;}
    .fa_list{margin-bottom: 15px;}
    .news_list h2{margin: 10px 0px;font-size: 14px;text-align: left;height: 24px;overflow: hidden;}
    .news_list p{font-size: 12px;line-height: 22px;}
    .post_right_bg{padding: 20px;margin-bottom: 0px;}
    .about_list{margin: 40px 0px;}
    .about_ty_title{margin-bottom: 40px;}
    .about_innovation{padding: 0px;}
    .innovation_title span{font-size: 28px;margin-bottom: 10px;}
    .innovation_title h3{font-size: 18px;margin-top: 10px;}
    .about_ty_title h3{font-size: 18px;}
    .about_zl_list span{font-size: 16px;margin-bottom: 10px;}
    .about_zl_list{margin-bottom: 30px;}
    .contact_list i{font-size: 40px;}
    .contact_list h4{font-size: 16px;}
    .contact_list{border-right: none;}
    .lianxi_box{margin-bottom: 30px;}
    .biaodan_left p{font-size: 14px;}
    .news_posts-nav{margin-bottom: 60px;}
    .news_list{margin-bottom: 25px;border-bottom: 1px solid #f1f1f1;padding-bottom: 20px;}
    .brand_ms{
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.contact_us {
    padding: 30px 0px;
}
.contact_title span{margin-bottom: 20px;}
.contact_title {
    margin-bottom: 30px;
}
.contact_border {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.contact_bd{
    background-color: #f5f5f5;
    padding: 40px;
}
.gg_cp_single_top{}
.gg_fa_box{margin-top: 0px;}
.post_title h1{font-size: 18px;}
.post_cp_right_bg{padding: 10px 0px;
    background: none;}

.brands .wp-block-column {
    width: 100%;
    margin: 0 0 1rem;
}

}
@media (max-width:576px){
    .fabox .owl-nav button.owl-prev,
    .fabox .owl-nav button.owl-next{display:none}
    .lx_list{margin-bottom: 30px;text-align: center;}
    .lx_list h4{margin-bottom: 10px;}
}

/* Clients */
.row-gallary-slider .inner{ text-align:center;}
.client-swiper-container{ margin-top:35px; position:relative;overflow:hidden;}
.client-swiper-container .swiper-slide{ text-align:center;}
.client-swiper-container .swiper-slide img{ border:1px solid #eee;}
.client-swiper-container .swiper-slide h3{ font-size: 16px;
    font-weight: normal;
    padding: 10px;}
.client-swiper-container .swiper-slide h3{ font-size: 16px;
    font-weight: normal;
    padding: 10px;}
.client-swiper-container .swiper-slide:hover h3{ background-color:#9dc4fb;}
/* Clients1 */
.row-gallary-slider .inner{ text-align:center;}
.client-swiper-container1{ position:relative;overflow:hidden;}
.client-swiper-container1 .swiper-slide{ text-align:center;}
.client-swiper-container1 .swiper-slide img{ border:1px solid #eee;}
.client-swiper-container1 .swiper-slide h3{ font-size: 16px;
    font-weight: normal;
    padding: 10px;}
.client-swiper-container1 .swiper-slide h3{ font-size: 16px;
    font-weight: normal;
    padding: 10px;}
.client-swiper-container1 .swiper-slide:hover h3{ background-color:#9dc4fb;}
/* 语言 */
.toplist {
    float: right;
}
.toplist li {
    display: inline;
    margin-left: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    cursor: pointer;
}
.toplist .lang {
    position: relative;
    /* display: none; */
}
.toplist .lang .lang_box {
    position: absolute;
    top: 155%;
    left: 0px;
    width: 130px;
    background-color: #eee;
    line-height: 45px;
    padding: 0px 18px;
    z-index: 2;
    border-top: 1px solid #ba212a;
}

.toplist .lang .lang_box>a {
    display: block;
    border-bottom: 1px dashed #d0d0d0;
}
.toplist .lang .lang_box>a img{width:16px; height:11px; vertical-align:middle; margin-right:15px;}
.toplist .business .bs_box>a img {
    width: 16px;
    height: 11px;
    vertical-align: middle;
    margin-right: 15px;
}
.toplist .zhanqun {
    position: relative;
}
.toplist .zhanqun .zq_box {
    position: absolute;
    top: 155%;
    left: -20px;
    width: auto;
    min-width: 165px;
    background-color: #eee;
    line-height: 45px;
    padding: 0 18px 20px;
    z-index: 2;
    border-top: 1px solid #ba212a;
}
.toplist .zhanqun .zq_box>a {
    display: block;
    border-bottom: 1px dashed #d0d0d0;
}
.toplist .business {
    position: relative;
}
.toplist .business .bs_box {
    position: absolute;
    top: 155%;
    right: 0px;
    width: auto;
    min-width: 200px;
    background-color: #eee;
    line-height: 45px;
    padding: 0 18px;
    z-index: 2;
    border-top: 1px solid #ba212a;
}
 .toplist .business .bs_box>a {
    display: block;
    border-bottom: 1px dashed #d0d0d0;
}
.toplist .business .bs_box>a img {
    width: 16px;
    height: 11px;
    vertical-align: middle;
    margin-right: 15px;
}
.toplist .fa-angle-down:hover 
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform ease .3s;
}


/* 子企业 */
.brands {
    margin: 3rem 0;flex-wrap: nowrap;display: flex;
}
.brands .wp-block-column {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 1.3rem rgba(0,61,91,.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s;flex-basis: calc(50% - 16px);
    flex-grow: 0;
}
.wp-block-column:not(:first-child) {
    margin-left: 32px;
}
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
}
.brands .wp-block-column:hover, .container-service .sec4 li:hover {
    transform: scale(.95);
}

#contact_map {
    width: 100%;
    height: 500px;
}
.col-131 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    color: rgb(230, 50, 46);
    font-size: 0.962409rem;
    border-color: rgb(230, 50, 46);
    padding: 0.56612319rem 0;
    border-width: 1px;
    border-style: solid;
    ox-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9057971rem;
    height: 2.7173913rem;
}
.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    padding-bottom: 10px;
}
.modal-body .image {    width: 2.49094203rem;
    height: 2.49094203rem;}
.modal-body .title {color: #000;
    font-size: 1.13224638rem;
    line-height: 1.13224638rem;
    font-weight: bold;}
#copyMy {width:1px;overflow:hidden;}

#new-div {-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 0.2rem 0;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-touch-action: auto;
    touch-action: auto;
	width: 100%;}
#languageButton{padding:0;color: #004ea1;border: none;cursor: pointer;}
#languageBox {display: none;position: absolute;
    z-index: 99999;
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
 }
.colsm5 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.colsm7 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1200px){
.colsm5 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.colsm7 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
	.nav_list .container{display:flex;}
}
.tab-container {display: flex;
  width: 100%;margin-bottom: 70px;
}
.tabbb{width: 100%;}
.tabs{}
.tabb1{float: left;width:45%;}
.tabb2{float: left;width:10%;}
.tabb3{float: left;width:45%;}
.tabb3 .tabb3-1{font-size: 36px !important;color: #009b4c;line-height: 1.2;margin-bottom: 0.63em;}
.tabb3 .tabb3-2{line-height: 1.2;font-size: 48px !important;font-weight: bold;font-style: italic;margin-bottom: 0.63em;}
.tabb3 .tabb3-3{font-size: 16px;}
.panes{}
.tabs button {
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  outline: none;
	display: block;
	white-space: nowrap;
	font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
.tabb-b{padding-top: 60px;
    transform: translateX(-40px) translateY(0px);
    border-bottom-color: rgba(0, 155, 76, 1);
    border-bottom: 2px solid transparent;
    border-color: rgba(0, 155, 76, 1);}
.tabs button:hover,
.tabs button.active {
  color: #009B4C;
}
.tabs button.active:after{height: 40px;
    top: 0px;background-color: #009B4C;bottom: auto;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    width: 2px;content: "|";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    width: 100%;}
.panes .pane {
  display: none;
  padding: 10px;
  
}

.panes .pane.active {
  display: block;
}
@media only screen and (min-width: 900px){
.cc-row{display:flex;}
.cc-col{width: 33.3333%;}
	}
.posts{padding-top:20px;}
.cc-element--wrapper2{transform: translateX(0px) translateY(-70px);}