@charset "utf-8";

html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike , sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
    border: 0;
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}
html,body{
    font-family:'Open Sans',BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
    height:100%;
    color: #000;
}
p{
    padding: 0;
    margin: 0;  
}
ul,li,ol {
    list-style: none;
    background: transparent;
    margin-bottom:0;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color:#d2232a;
    text-decoration: none;
}
a,button,input{ 
    outline: none;
}
img {
    max-width: 100%;
    max-height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
textarea{
    resize: vertical;
}
.alignleft {
    display:inline;
    float:left;
    margin-right: 2em;
    margin-bottom: 2em;
}
.alignright {
    display:inline;
    float:right;
    margin-right: 2em;
    margin-bottom: 2em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b5b5b5;opacity:1;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder{
  color: #b5b5b5;opacity:1;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
   color: #b5b5b5;opacity:1;
}
embed,
iframe,
object {
  max-width: 100%;
  margin:20px auto;
  display:block;
}
table{
  margin:15px auto;
  border-collapse:collapse;
  border:1px solid #aaa;
  width:100%;
}
table th {
    vertical-align: middle;
    padding: 20px;
    background-color: #ea5504;
    border: 1px solid #dcdcdc;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
table td {
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}

.f8f8f8 {
    background-color: #f8f8f8;
}
.animate3s ,.wp-post-image {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.phone span i{margin-right:5px}
.phone span{padding-right:20px;}
#header{
    position:relative;
}
#header .top-header{
    height: 50px;
    line-height: 50px;
    background: #2a2a2a;
    color: #b5b5b5;
}
#header .top-header .phone a{color: #b5b5b5;}
#header .top-header .phone a:hover{color: #d2232a;}
.header-logo{
    height: 90px;
    line-height:90px;
    float: left;
    max-width: 50%;
    display: flex;
    align-items: center;
}
.sticky .header-logo{
    height: 60px !important;
    line-height:60px !important;
}
.header-logo a {
    /* vertical-align: middle; */
    display:block;
}
.header-logo img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
    max-height: 60px;
}
.sticky .header-logo img {
    max-height: 40px;
}
.header-right{  
    float:right;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #222222;
 
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
 
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("images/more_unfold.png") no-repeat scroll right center transparent;
 
 
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
 
option {
    border:none;
    outline: none;
}
.search-form{
    display:inline-block;
    position: relative;
    width: 100%; 
    height: 28px;
    line-height: 28px;
}
.search-select{
    background-color: #2a2a2a;
    border-radius: 10px 0 0 10px;
    padding: 0 15px 0 15px;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    color: #b5b5b5;
}
.search-input{
    color: #b5b5b5;
    line-height: 1;
    height: 30px;
    border: 1px solid #b5b5b5;
    background: none;
    width: 280px;
    padding-left: 10px;
    margin-left: 15px;
    border-radius: 10px 10px 10px 10px;
}
.search-form button {
    position: absolute;
    right: 30%;
    top: 20%;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    color: #b5b5b5;
}
.change-lan{
    color: #b5b5b5;
    margin-left: 20px;
}
div.sticky {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    top: 0;
}
.header-menu{
    float: right;
}
.header-menu>.menu-top-container>ul>li{
    float:left;
    position:relative;
    height: 100%;
    margin-left: 20px;
}
.header-menu>.menu-top-container>ul>li:first-child {
    margin-left: 0;
}
.header-menu>.menu-top-container>ul>li:after {
    content: '';
    position: absolute;
    bottom: 0;/* 定位在菜单项底部 */
    height: 2px;/* 下划线高度 */
    overflow: hidden;
    background: #d2232a;/* 下划线颜色（深红色） */
    left: 50%;
    right: 50%;/* 初始状态：下划线宽度为0（left和right都为50%） */
    transition: all 0.4s ease-out; /* 过渡动画：所有属性变化在0.4秒内完成 */
    /* 兼容各浏览器的过渡属性前缀 */
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.header-menu>.menu-top-container>ul>li.current-menu-item:after{
    left: 0px;
    right: 0px;
}
.header-menu>.menu-top-container>ul>li>a{
    display: block; /* 链接转为块级元素，便于点击区域扩展 */
    width: 100%;
    height: 100%;
    line-height:90px;/* 通过行高控制文字垂直居中，同时定义了菜单高度 */
    font-size: 16px;/* 文字大小 */
}
.sticky .header-menu>.menu-top-container>ul>li>a{
    line-height:60px;
}
.header-menu>.menu-top-container>ul>li:hover:after {
    left: 0px;
    right: 0px;
}

/* 移动端适配 */
@media (max-width: 767px) {
    .header-menu ul {
        flex-direction: column;
    }
    
    .header-menu ul li {
        margin: 0 0 10px 0;
    }
    
    .header-menu ul li a {
        line-height: 40px;
        padding: 0 10px;
    }
}

#menu-top ul {
    position: absolute;
    width: 200px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
#menu-top ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 999;
    line-height: 1.4;
}
#menu-top ul li:last-child
{
    border-bottom: none;
}
#menu-top ul li a {
    display: block;
    border: none;
    padding: 10px 10px 10px 20px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}
/* 鼠标悬停父菜单项时显示子菜单 */
#menu-top li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
#menu-top ul {
    /* 保留原有样式 */
    opacity: 0; /* 初始透明度为0 */
    visibility: hidden; /* 隐藏且不占据空间 */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#menu-top li:hover > ul {
    display: block;
    opacity: 1; /* 完全显示 */
    visibility: visible;
}
#menu-top ul li a {
    /* 保留原有样式 */
    color: #333; /* 默认文字颜色 */
    text-decoration: none; /* 移除下划线 */
    transition: color 0.3s ease; /* 颜色过渡 */
}

/* 访问过的链接样式 */
#menu-top ul li a:visited 
{
    color: #666;
}
#menu-top ul li:hover 
{
    background:#d2232a;
}
#menu-top ul >li:hover>a
{
    color:#fff !important;
}
#menu-top ul ul {
    top: 1px;
    left: 100%;
}
#menu-top li li ul {
    margin-top: -1px;
}

/* 响应式适配 */
@media (max-width: 767px) {
    #menu-top ul {
        position: static;
        width: 100%;
        box-shadow: none;
    }
    
    #menu-top ul ul {
        left: 0;
        margin-left: 15px;
    }
}

#slider-home .swiper-pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#slider-home .swiper-pagination-bullet {
    width: 50px !important;
    height: 6px !important;
    background: #ffffff !important;
    margin:10px !important;
    display: inline-block !important;
    opacity: 0.4 !important;
    border-radius: 5px!important;
}
#slider-home .swiper-pagination-bullet-active{
    opacity: 1 !important;
    background: #DF0024 !important;
}   
#slider-home img,#slider img{width:100%;}
.contact-ad{
    position:relative;
    max-width:1920px;
    margin:auto;
}
.section-head{
    position:relative;
    overflow:hidden;
    z-index:9;
}
.section-head h2{
    color: #222222;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.section-head .mt-20{
    line-height: 1.42;
    color: #888;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
}
.section-head p:last-child{
    line-height: 1.42;
    color: #888;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}
.pro-cat {
    padding: 20px;
    box-shadow: 0 15px 40px 0 rgba(22,35,49,.15);
    background: #fff;
    border-radius: 10px;
    transition: all .2s linear;
}
.pro-cat h3{
    font-size: 18px;
    color: #fff;
    background-color: #d2232a;
    padding: 10px 20px;
}
.proli h4{
    padding: 10px;
    font-size: 16px;
    color: #d2232a;
}
.proli h4 i{
    margin-right: 10px;
    height: 32px;
    float: left;
    overflow: hidden;
}
.proli h4 a{color: #d2232a;}
.proli ul{
    padding-left:30px;
}
.proli ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0.1mm solid #f8f8f8;
}
.proli ul li:last-child{
    margin-bottom:0;
}

.pro-list ul li a {
    display: block;
    padding: 10px;
    background: #fff;
    height:100%;
    border: 1px solid #eee;
}
.pro-list ul li a .images,.case-con ul li a .images{overflow:hidden;}
.pro-list ul li a img {
    transform: scale(1);
    
}
.pro-list ul li:hover a img {
    transform: scale(1.08);
}
.pro-list ul li a p{
    line-height: 1.42;
    font-size:16px;
}
.case-con a,.news-img a,.widget-list ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.case-con a img,.news-img a img,.widget-list ul li a img{
    transform: scale(1);
}
.case-con a:hover img,.news-img a:hover img,.widget-list ul li a:hover img {
    transform: scale(1.08);
}
.case-con .text{
    padding: 15px;
}
.news-img a h3{
    font-size:20px;
    color:#222;
}
.news-cat a h3{
    font-size:18px;
    color:#222;
}
.news-cat li:last-child{margin-bottom:0 !important;}
.news-cat a:hover h3,.news-img a:hover h3{
    color:#d2232a;
}
.news-con a span{
    color:#666;
}
.news-con a p{
    font-size:16px;
    color:#666;
}
.about-con img{
    width:60px;
    height: auto;
    display: inline-block;
}
.about-con ul li h4{
    font-size:18px;
    margin-bottom:10px;
    line-height: 1.6;
}
.about-con ul li p{
    color:#888;
    line-height:1.7;
    max-width: 90%;
    margin: auto;
}
.contact .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact{
    color:#fff;
    background-color:#001648;
}
.contact .box .text{max-width:50%;}
.contact .text h3 {
    font-size: 30px;
    word-wrap: break-word;
    word-break: normal;
}
.contact .text p{
    font-size: 16px;
}
.contact .btn-action a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 30px;
    margin-right:0;
}
.contact .btn-action a:hover{
    background-color:#fff !important;
    color:#001648 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact .btn-action a i{
    font-size: 24px;
}
/* 底部样式 */

#footer {
    background: #2a2a2a;
    color: #ffffff;
}
.footer-top h3 {
    font-weight:bold;
  font-size: 18px;
  color: #ffffff;
  margin: 0px 0px 15px;
}
.foot-menu ul li{
    margin-bottom:10px;
}
.foot-menu ul li:last-child{
    margin-bottom:0;
}
.foot-menu ul li a {
  color:#b5b5b5;
  display:block;
}
.foot-menu ul li a:hover {
  color: #ffffff !important;
}
.foot-contact {
    border-left:1px solid #3a3939;
    padding-left:50px;
}

.foot-contact img{max-width:100px;}
.foot-contact p {
    line-height: 2;
    color:#b5b5b5;
}
.copyr  {
    border-top: 1px solid #3a3939;
    padding-top: 20px;
}
.foot-link a {
    display: inline-block;
    color: #b5b5b5;
    font-size: 12px;
    line-height: 22px;
    margin-right: 20px;
}
.foot-link a:hover{color:#fff !important;}
/* 侧边栏样式 */
.content {
    padding: 20px;
    background-color: #fff;
}
.sidebar .case-con li:last-child{
    margin-bottom:0 !important;
}
.sidebar aside{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}
.sidebar aside:last-child{
    margin-bottom:0;
}
.sidebar .widget-title{
    border-bottom:#eee 2px solid;
    margin-bottom:15px;
}
.sidebar .widget-title h3{
    font-weight:bold;
    padding-bottom:10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: #d2232a 2px solid;
    z-index:99;
    margin-bottom: -2px;
}
.sidebar ul.menu>li{
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.sidebar ul.menu li:last-child{margin-bottom:0;}
.sidebar  ul.menu>li>a {
    display: block;
    cursor: pointer;
    font-size: 16px;
}

.sidebar  ul.menu>li .sub-menu{
    padding-top:10px;
    padding-left: 10px;
    overflow: hidden;
    display:none;
}
.sidebar  ul.menu>li.current-menu-parent .sub-menu,.sidebar  ul.menu>li.current-product-ancestor .sub-menu, .sidebar  ul.menu>li.current-menu-item .sub-menu{
    display:block !important;
}
.pro-menu .sub-menu{
    display:block !important;
}
.sidebar ul.menu>li .sub-menu li{
    margin-bottom:10px;
}
.sidebar ul.menu>li .sub-menu li:last-child{margin-bottom:0;}
.sidebar ul.menu>li .sub-menu li a{
    background: url(images/arrow.png) left center no-repeat;
    padding-left: 10px;
    display: inline-block;
}
.widget_recent_entries ul{
    margin-top:15px;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
}
.widget_recent_entries ul li :last-child,.sidebar .widget-list ul li:last-child{
    margin-bottom:0 !important;
}
.widget_recent_entries ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #d2232a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.widget-list ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.widget-list ul li a p {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widget_recent_entries ul li:last-child{
    margin-bottom:0 !important;
}
.tagcloud a{
    font-size: 14px;
    margin: 0 10px 5px 0;
    display: inline-block;
}
.entry-meta{
    overflow: hidden;
    border-bottom: #eee 1px solid;
    margin-bottom: 20px;
}
.entry-meta h1 {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: #d2232a 2px solid;
}
.entry-meta p {
    clear:both;
    color: #999999;
    margin-top:15px;
}
.entry-des p{
    margin-bottom:20px;
}
.crumbs{
    padding: 20px 0;
}
.crumbs a,.crumbs {
    color: #999999;
}

.content-list li{
    padding: 20px;
    margin-bottom: 30px;
    border: 1px dotted #ddd;
    background: #fff;
}
.content-list li h2 a{
     font-weight: bold;
    /* display:inline-block; */
    font-size:18px;
    float:left;
}
.content-list li h2{
    overflow: hidden;
    line-height:1.42;
}
.content-list li span{
    float:right;
    color: #999999;
}
.content-list li p{
    color: #999999;
}
.case-list .row{align-items: center;}
.case-list li{
    border-bottom: 1px dotted #ccc;
}
.case-list li h2 a{
    font-weight: bold;
    display:inline-block;
    font-size:18px;
}
.case-list li h2{
    overflow: hidden;
    line-height:1.42;
}
.case-list li p{
    overflow: hidden;
    line-height:1.5;
    color: #999999;
}
.case-list li span{
    color: #b4b4b4;
}
.entry-content{
    clear:both;
    font-size: 16px;    
    overflow: hidden;
}
.entry-content p{
    margin-bottom:20px;
    line-height: 1.625;
    word-wrap: break-word;
}
.entry-content>div{
    margin-bottom:20px;
    line-height: 1.625;
}
.entry-content>figure{
    margin-bottom:20px;
    line-height: 1.625;
}
.entry-content>figure:last-child,.entry-content>div:last-child{margin-bottom:0;}
.entry-content p:last-child{margin-bottom:0;}
.entry-content a{
   text-decoration: underline;
}
.entry-content a:hover{text-decoration: none;}
.entry-content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.42;
}
.entry-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:20px;
    line-height: 1.42;
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
.entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #8952E9;
    background-color: #f5f5f5;
}
.textwidget .gallery-item{
    margin-top:0 !important;
}
.entry-content .gallery .gallery-item{
    padding:10px;
}
.entry-content .gallery .gallery-item img{
    border: none !important;
}
div.wp-caption{
    max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.single-header{
    margin-bottom:20px;
    border-bottom: 1px dotted #cccccc;
}
.single-header h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
}
 .single-header .single-meta {
  overflow: hidden; 
  color: #999999;
  display: inline-block;
}
 .single-header span {
  display: inline-block;
  margin-right: 10px;
}
.single-meta .crumbs{
    line-height: 36px;
}
#nav-single{
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    padding-top: 10px;
}
#nav-single div{
    height: 30px;
    line-height: 30px;
    overflow: hidden;

}

/* 产品中心样式开始 */
.cp-con{
    border-bottom: solid 1px #dedede;
}
.cp-con h1{
    font-size: 30px;
    font-weight: bold;
    line-height:1.5;
}
.cp-des h3{
    font-size: 16px;
    font-weight: bold;
}
.cp-des p{
    line-height: 1.7;
font-size: 16px;
}
.cp-app p {
    line-height: 1.75;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
}
.btn-action a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #d2232a;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.btn-action a:hover{
     background-color: #218838 !important;
    font-size: 18px;
    color: #fff !important;
}
.btn-action a i{margin-left:5px;}
.contact .btn-action a{
    background-color:transparent !important;
}
.btn-action a:hover {
    background: #008b4a;
}
.btn-action a.green {
    background: #008b4a;
}
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 1px;
      background: #fff;
}
.navigation .current {
  background: #d2232a;
  color: #fff;
  text-decoration: none;
  border: 1px solid #d2232a;
}
.screen-reader-text{
        clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* 产品中心样式结束 */
.textwidget p{
    line-height:2;
}
.con1{overflow:hidden;}
.wpforms-submit{
    background-color:#d2232a !important;
    color:#fff !important;
    border: 1px solid #d2232a !important;
    padding: 10px 40px !important;
    }
.single-pro-nav{
    border-bottom: 3px solid #d2232a;
}
.single-pro-list li{
    margin-right:1px;
    float:left;
    background-color:#eee;
    -moz-border-radius: 15px 15px 0 0; /* Firefox */
  -webkit-border-radius:15px 15px 0 0;/* Safari 和 Chrome */
  border-radius: 15px 15px 0 0;/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */

}
.single-pro-list li.on{
    background-color:#d2232a;
}
.single-pro-list li.on a{
    color:#ffffff !important;
}
.single-pro-list li a{
    display:inline-block;
    padding:10px 20px;
}
.pro-wrap .pro-item {
    display: none;
    margin-top: 20px;
}
.pro-wrap .pro-item .content-list li:last-child,.pro-wrap .pro-item .case-list li:last-child{margin-bottom:0 !important;}
.pro-cat-img {
    display: block;
    text-align: center;
}
.pro-wrap div.pro-item:first-child{display:block;}
.cp-xg h3, .post-xg h3, .case-xg h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.post-con li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.post-con li a{
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.down-list li{
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
        align-items: center;
}
.down-list li img{
    width:auto;
    height:20px;
    margin-top:10px;
}
.down-list li .down-info{
    line-height:30px;
    font-size:16px;
    max-width: 60%;
}
.down-list li .down-btn a{
    display: inline-block;
    background-color: #001648;
    color: #fff !important;
    padding: 10px 20px;
    border-radius:6px;
}
.down-list li:hover .down-btn a{
    background-color: #218838 !important;
}
.footer-btm,.footer-btm p a{color: #b5b5b5;}
.footer-btm p a:hover{color: #fff !important;}

a.btn-action {
    background-color:#43B66B;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    display: inline-block;
    border-radius: 20px;
}
a.btn-action:hover ,.section-head a.btn-more:hover{
    background-color: #008b4a;
}

.at-above-post,.at-below-post,.at-above-post-page{display:none !important;}
.rtbar{ display:none;position:fixed; top:200px; right:0; width:50px; height:203px; z-index:10;}
.rtbar li{ width:62px; height:50px; z-index:20; }
.rtbar li.rtbar1,.rtbar li.rtbar4{ position:absolute; left:0;}
.rtbar li.rtbar1{ top:0; width:172px; }
.rtbar li.rtbar2{ position:absolute; top:51px; left:0;width:172px;}
.rtbar li.rtbar3{ position:absolute; top:102px; left:0; width:172px; }
.rtbar li.rtbar4{ top:153px;}
.rtbar4{ position:absolute; top:102px; left:0;}
.rtbar li a{ display:block; color:#FFF !important; height:50px; line-height:50px; overflow:hidden; background-color:#222; border-radius:6px;}
.rtbar li a .fa{ 
    display:block; 
    float:left; 
    /* vertical-align:middle;  */
    width:24px; 
    height:24px; 
    margin:12px 12px 14px 14px;
    font-size: 24px;}
.rtbar li a:hover{background-color:#d2232a;opacity:1;}
.cate-list h3{font-size:18px;font-weight: bold;}
.cate-list span{color:#666}
.cate-list p{color:#666}
div.wpforms-container-full{margin:0 !important;}
.cp-child li {
    float: left;
    margin: 0 10px 20px 0;
}
.cp-child li a {
    padding: 8px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    display: inline-block;
}
.pro-small{padding:0 40px;}
.pro-small .swiper-slide-thumb-active, .pro-small .swiper-slide:hover {
-webkit-filter: brightness(50%) !important;
filter: brightness(50%) !important;
}
.pro-small img {
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 5px;
}
.pro-small-nav{
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.pro-small-nav i{
font-size: 50px;
cursor: pointer;
}
.swiper-button-disabled{
opacity: .35;
cursor: auto;
pointer-events: none
}
.social li {
    margin-right: 15px;
}
.social li:last-child {
    margin-right: 0;
}
.social li a{
    width: 25px;
    height: 25px;
    text-align: center;
    background-color:#ffffff;
    color: #fff;
    display: block;
    border-radius: 5px;
    padding: 5px;
}




/*面包屑开始*/
.breadcrumb{ 
    height:40px; 
    line-height:40px; 
    width:1300px; 
    margin:auto; 
    font-size:16px; 
    font-family:"宋体"; 
    font-weight:bold; 
    background:url(./images/bg_4.png) repeat-x bottom;
}
.breadcrumb img{ 
    float:left; 
    margin:7px 5px  0 10px;
}
.breadcrumb span{ 
    font-size:12px; 
    font-family:"宋体"; 
    font-weight:normal; 
    float:right; 
    text-align:right; 
    width:400px;
}
#ah-breadcrumb{
    display: inline-block;
}
.ah-breadcrumb li{
    float: left;
}
.seperator{
    margin: 0 10px;
}
.breadcrumb>img{
    overflow-clip-margin: content-box;
    overflow: visible;
}
.breadcrumb>p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}




/*分页*/
.fenye{
    height: 25px;
    line-height: 25px;
    _background: #F9F9F9;
    padding: 2px 5px;
    margin: 50px 4px 20px;
    _border: solid 1px #ccc;
    text-align: center;
}
.fenye a{
    padding:4px 6px 4px 6px;
    margin:0 2px 0 2px;
    border:1px solid #aaa;
    text-decoration:none;
    color:#333;
    font-size: 13px;
}
.fenye a.current{    
    background:#F46603;    
    color:#fff;
}
.fenye a:hover{
    background:#F46603;
    color:#fff;
}
.fenye span{
    font-size: 13px;
}
/*分页结束*/



#wpforms-error-noscript{
    display: none;
}