/*
Theme Name: filtersmfg
Theme URI: http://www.2zzt.com
Description: Crazy uncle
Author: Crazy uncle
Author URI: http://www.2zzt.com
Version: 2017.12.27
*/

@charset "UTF-8";


@font-face{font-family:pop-b;src:url(fonts/Poppins-Bold.ttf) format("opentype");}
@font-face{font-family:pop-l;src:url(fonts/Poppins-Light.ttf) format("opentype");}
@font-face{font-family:pop-r;src:url(fonts/Poppins-Regular.ttf) format("opentype");}
@font-face{font-family:pop-m;src:url(fonts/Poppins-Medium.ttf) format("opentype");}
* {box-sizing:border-box;}
html {font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body {margin:0;font-family: "pop-r";}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {background:transparent;color:#444;}
a:active,a:hover {color: #349035;outline:0;text-decoration: none;}
a:link{text-decoration: none;}
abbr[title] {border-bottom:1px dotted;}
b,strong {font-weight:bold;}
dfn {font-style:italic;}
h1 {font-size:2em;margin:0.67em 0;}
mark {background:#ff0;color:#000;}
small {font-size:80%;}
sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
img {border:0;max-width: 100%;height: auto;}
svg:not(:root) {overflow:hidden;}
figure {margin:1em 40px;}
hr {-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
pre {overflow:auto;}
code,kbd,pre,samp {font-family:monospace,monospace;font-size:1em;}
button,input,optgroup,select,textarea {color:inherit;font:inherit;margin:0;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {border:0;padding:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
textarea:focus,input:focus {box-shadow:none;outline:0}
fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend {border:0;padding:0;}
textarea {overflow:auto;}
optgroup {font-weight:bold;}
table {border-collapse:collapse;border-spacing:0;}
td,th {padding:0;}
ul,ol{list-style:none;padding: 0;margin: 0;}


.top{background: #fff;border-bottom: 1px solid #ebebeb;}


.top_left{margin-top: 9px;}
.top_left .wpml-ls-legacy-list-horizontal{padding: 0px;border: none;}
.top_left .wpml-ls-legacy-list-horizontal a{
    text-align: center;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
.top_left .wpml-ls-legacy-list-horizontal a span{}


.top_left .wpml-ls-legacy-list-horizontal .wpml-ls-item{
    background: #e9e9e9;
    margin-right: 1px;
    display: inline-block;
}
.top_left .wpml-ls-legacy-list-horizontal .wpml-ls-item:hover{background:#028e47;}
.top_left .wpml-ls-legacy-list-horizontal .wpml-ls-item:hover a{color: #fff}
.top_left .wpml-ls-legacy-list-horizontal .wpml-ls-current-language{background:#028e47;}
.top_left .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{color: #fff}

.top_right{text-align:right;margin-top: 10px;}
.top_right a{color: #028e47;margin-left: 8px;}
.top_right a i{
    font-size: 16px;
    line-height: 12px;
}
.logo{background: #fff;}
.logo_box{
    margin: 30px 0px;
}
.logo_box img{
    float: left;
}
.logo_name{
}
.logo_name h1{
    font-family: pop-b;
    margin: 0px 0px 6px 0px;
    text-transform: uppercase;
    font-size: 28px;
    display: none;
}
.logo_name p{
    margin-bottom: 0px;
    display: none;
}

@media (max-width:992px){
  .logo_name h1{ font-size: 26px;}
}

@media (max-width:768px){
.logo_box img {
}
.logo_name {
    padding-left: 120px;
}

  .logo_name h1{font-size: 14px;}
  .logo_name p{display: none}
}

@media (max-width:430px){.logo_name h1{
    display: none;
}.logo_box{}.logo_box img {}}



/*nav*/
#navbar{background: #028e47;}
@media (max-width:992px){
  #navbar{display:none;}
}
.main-nav{margin:0px;padding:0px;}
.main-nav li{display:inline-block;position:relative;}
.main-nav li a{font-size: 18px;display:block;color:#ffffff;padding:14px 18px;}
.main-nav li a i{padding-right:5px;}
.main-nav li:hover,
.main-nav .current-menu-item{background: #07783f;}
.main-nav .sub-menu{display:none;position:absolute;background:#fff;color:#272727;left:0px;top: 53px;text-align:left;width: 260px;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:0px;}
.main-nav .sub-menu li a{font-size:14px;font-weight:400;color:#028E47;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:12px 20px;}
.main-nav .sub-menu li a:hover{color:#fff;}
.main-nav .menu-item-has-children a:after{content:"\f0d7";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 li a:hover{color:#fff;text-decoration:none;}
.main-nav .menu-item-has-children .sub-menu a:after{content:"";}
.main-nav .sub-menu .sub-menu{left:220px;top:-0px;width:300px;}
.main-nav .sub-menu .menu-item-has-children a:after{content:"\f0da";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:20px;}
.main-nav .sub-menu .menu-item-has-children .sub-menu a:after{content:"";}
.main-nav .sub-menu .menu-item-has-children:hover a{color:#fff}
.anniu{background: #07783f;display:inline-block;text-align:center;color:#fff;}
.anniu:hover{background: #07783f;color:#fff;}
.nav_right_a{padding:18px 30px;float:right;}
.nav_right_a b{margin-left:8px;font-weight: inherit;}
.nav_right_a:link{color:#fff;}
@media (max-width:992px){
.nav_right_a b{display: none}
}
/*banbox*/
.banbox{width:100%;position:relative;color:#fff;}
.banbox h2{font-size:44px;font-family: pop-b;}
.banbox h3{}
.banbox a.anniu{margin-top:40px;padding:12px 30px;text-transform:uppercase;}
.banbox .owl-nav{position:absolute;top:45%;width:100%}
.banbox .owl-nav .owl-prev:hover{background: #345243;}
.banbox .owl-nav .owl-next:hover{background: #028e47;}
.banbox .owl-nav .owl-prev:after{content:"\f104";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#fff;}
.banbox .owl-nav .owl-next:after{content:"\f105";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#fff;}
.banbox .owl-nav .owl-prev{position:absolute;left:0px;width:55px;height:55px;border:2px solid #fff;text-align:center;line-height:51px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.banbox .owl-nav .owl-next{position:absolute;right:0px;width:55px;height:55px;border:2px solid #fff;text-align:center;line-height:51px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.banbox:hover .owl-nav .owl-prev{left:30px;opacity:0.8;}
.banbox:hover .owl-nav .owl-next{right:30px;opacity:0.8;}
.banbox .owl-dots{text-align:center;position:absolute;bottom:30px;width:100%;}
.banbox .owl-dots .owl-dot{display:inline-block;margin:0px 4px;}
.banbox .owl-dots .owl-dot span{width:8px;height:8px;display:block;background:#ffffff;border-radius:50%;}
.banbox .owl-dots .active span{background: #028e47;width:20px;border-radius:8px;}
.banbox .item{background-repeat:no-repeat;background-size:cover;background-position:center center;height:600px;}
.banbox .product_filters_item{background-repeat:no-repeat;background-size:cover;background-position:center center;height:250px;}
.ban_zhezhao{padding: 150px 0px;height: 600px;}

@media (max-width:1450px){
  .banbox .item{height:500px;}
  .banbox .product_filters_item{height: 480px;}
}
@media (max-width:992px){
  .banbox .item{height:400px;}
  .banbox .product_filters_item{height: 380px;}
  .ban_zhezhao{padding-top:100px;}
}
@media (max-width:768px){
  .banbox .item{height:220px;}
  .banbox .product_filters_item{height: 180px;}
  .banbox .owl-nav{top:42%;}
  .banbox .owl-prev{left:20px;width:40px;height:40px;line-height:36px;}
  .banbox .owl-next{right:20px;width:40px;height:40px;line-height:36px;}
  .banbox .item{text-align:center;}
  .ban_zhezhao{padding-top:60px;}
  .banbox .owl-nav{display: none;}
}
.index_3_box{margin:60px 0px 30px 0px;}
.index_3_box_list{text-align:center;margin-bottom:40px;background: #028e47;padding: 20px;transition: all .6s;}
.index_3_box_list img{
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 10px;
}
.index_3_box_list a{display: block;}
.index_3_box_list h3{position:relative;margin-bottom:10px;padding-bottom:20px;text-transform: uppercase;font-family: pop-b;color: #fff;font-size: 20px;}
.index_3_box_list h3:before{content:"";width:80px;height:2px;background: #ffffff;position:absolute;bottom:0px;left:50%;margin-left:-40px;}
.index_3_box_b{margin-top: 50px;}

.index_3_box_list:hover{background: #fbfbfb;}
.index_3_box_list:hover img{border: 2px solid #028e47;}
.index_3_box_list:hover h3{color: #028e47;}
.index_3_box_list:hover h3:before{background: #028e47;}

.products{margin:50px 0;}
.biaoti{text-align:center;font-size:34px;text-transform:uppercase;position:relative;margin-bottom:26px;padding-bottom:20px;font-family: pop-b;}
.biaoti:before{content:"";width:80px;height:2px;background:#25333f;position:absolute;bottom:0px;left:50%;margin-left:-40px;}
.tabbable{}
.tabboxname{text-align:center;margin:50px 0px;}
.tabboxname li{display:inline-block;}
.tabboxname li a{
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 5px 0px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabboxname .active a{background: #028e47;color:#fff;}
.tabwkk{}

/*cptab*/
.cptab{width:100%;position:relative;color:#fff;transition:all .6s;}
.cptab .owl-nav{position:absolute;top:35%;width:100%;}
.cptab .owl-nav .owl-prev:hover{background: #028e47;}
.cptab .owl-nav .owl-next:hover{background: #028e47;}
.cptab .owl-nav .owl-prev:after{content:"\f104";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#fff;}
.cptab .owl-nav .owl-next:after{content:"\f105";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#fff;}
.cptab .owl-nav .owl-prev{position:absolute;left:0px;width:40px;height:40px;text-align:center;line-height:38px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background: #028e47;border-radius:50%;}
.cptab .owl-nav .owl-next{position:absolute;right:0px;width:40px;height:40px;text-align:center;line-height:38px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background: #028e47;border-radius:50%;}
.cptab:hover .owl-nav .owl-prev{left:30px;opacity:0.8;}
.cptab:hover .owl-nav .owl-next{right:30px;opacity:0.8;}
.cptab .owl-dots{text-align:center;position:absolute;bottom:-30px;width:100%;}
.cptab .owl-dots .owl-dot{display:inline-block;margin:0px 4px;}
.cptab .owl-dots .owl-dot span{width:8px;height:8px;display:block;background:#b3b3b3;border-radius:50%;}
.cptab .owl-dots .active span{background: #028e47;width:20px;border-radius:8px;}
.cptab .item{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.tablist{}
.tablist img{}
.tablist h2{font-size:14px;text-align:center;line-height:20px;}
.tablist h2 a{}
.index_about{background-attachment:fixed;position:relative;overflow: hidden;}
.index_about_zhezhao{background: url(img/zhezhao.png);}
.index_about h3{font-size:34px;text-transform:uppercase;position:relative;padding-bottom:20px;margin-bottom: 20px;font-family: pop-b;margin-top: 0px;}
.index_about p{font-size:18px;line-height:26px;font-family: pop-l;}
.index_about a{background: #F25E20;border: 1px solid #F25E20;padding:5px 30px;margin-top:40px;font-size:14px;color: #fff;}
.bloglist{padding:50px 0px;background: #f6f6f6;}
.bloglist_txt{margin:0px 8%;padding-bottom:50px;font-size:16px;text-align:center;}
.bloglist_txt span{color: #337ab7;}
.bloglist_box{background:#fff;margin-bottom:30px;transition:all .6s;}
.bloglist_box:hover{box-shadow:0 15px 15px rgba(0,0,0,.1);}
.bloglist_box_in{padding:20px;}
.bloglist_box h2{font-size:16px;line-height:24px;margin:0px 0px 10px 0px;font-family: pop-m;}
.bloglist_box h2 a{}
.bloglist_box .bloglist_box_info{color:#ababab;margin-bottom:10px;display:block;font-size: 12px;}
.bloglist_box .bloglist_box_info i{margin-right:8px;}
.bloglist_box p{line-height:24px;color:#777;font-size:12px;}
.bloglist_box_in .yueduogengduo{background: #F25E20;display:inline-block;padding:6px 15px;color:#fff;float:right;}
.bloglist_box_in .yueduogengduo:hover{background: #F25E20;}
.index_ico{margin:50px 0px;}
.index_ico a{margin-bottom:20px;display:block;}
.foot{background: #303030;color:#fff;padding:30px 0px 20px 0px;}
.foot_box{margin-bottom:30px;}
.foot_box h3{position:relative;padding-bottom:10px;margin-bottom:30px;text-transform:uppercase;font-family: pop-b;}
.foot_box h3:before{content:"";width:80px;height:2px;position:absolute;bottom:0px;background:#fff;}
.foot_box p{
    font-family: pop-l;
    font-size: 12px;
}
.foot_box h3 a{color: #fff}
.foot_box1_ico{}
.foot_box1_ico a{color:#fff;margin-right:10px;display:inline-block;margin-top:10px;}
.foot_box ul{}
.foot_box ul li{border-bottom:1px dashed #424242;margin-bottom:15px;}
.foot_box ul li a{color:#fff;margin-bottom:5px;display:block;font-size: 12px;}
.foot_box ul li span{display:block;font-size:12px;padding-bottom:10px;}
.foot_box ul li i{margin-right:8px;}
.foot_box ul.foot_box3 li{border-bottom:none;font-size: 12px;}
.foot_pic{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.foot_pic img{}
.foot_pic h2{
    position: absolute;
    bottom: 0px;
    margin: 0px;
    font-size: 12px;
    width: 100%;
    background: rgba(0, 0, 0, 0.57);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px;
}




.banquan{background: #282a2b;padding:20px 0px 10px 0px;color:#fff;border-top: 1px solid #4b4c4d;}
.banquan p{}
.banquan p a{color:#fff}
.left_h3_name{font-size:20px;margin-bottom:20px;position:relative;padding-bottom:10px;text-transform:uppercase;font-family: pop-b;}
.left_h3_name:before{content:"";width:60px;height:2px;position:absolute;bottom:0px;background: #028e47;}
.left_nav{margin-bottom:50px;}
.cattop{min-height:260px;background-attachment:fixed;background-size:100vw;}
.cattop_zhezhao{min-height: 260px;background: url(img/zhezhao.png);}
.cattop h1{color:#fff;font-size: 40px;margin:70px 0px 20px 0px;text-transform:uppercase;font-family: pop-b;}
.cattop p{color:#fff;font-size:18px;line-height:26px;margin:0px;}
.cattop p a{color:#fff;}
@media (max-width: 768px){.cattop{background-size:cover;}.cattop h1{font-size:30px;}.cattop p{font-size:14px;}}
.mbx{padding:18px 0px;background:#f7f7f7;margin-bottom:30px;}
.mbx .breadcrumbs{font-size:12px;}
.mbx .breadcrumbs li{float:left;text-transform:capitalize;}
.mbx .breadcrumbs li i{margin-right:8px;}
.mbx .breadcrumbs li span{margin-left:6px;}
.mbx .breadcrumbs li a{}
.right{min-height:100vh;padding-right: 20px;border-right: 1px solid #f1f1f1;padding-bottom: 40px;margin-bottom: 40px;}
.wznrys{}
.wznrys .post-image {padding-bottom:20px;}
.wznrys p{font-size:15px;line-height:22px;padding-bottom:10px;margin-bottom:0px;font-family: pop-l;}
.wznrys h1,
.wznrys h2,
.wznrys h3,
.wznrys h4,
.wznrys h5,
.wznrys h6{margin-bottom: 30px;margin-top:0px;line-height:30px;padding-bottom:6px;text-transform: uppercase;font-family: pop-b;}
.wznrys h1{font-size:24px;}
.wznrys h2{font-size:22px;}
.wznrys h3{font-size:20px;}
.wznrys h4{font-size:18px;}
.wznrys h5{font-size:16px;}
.wznrys h6{font-size:14px;}
.wznrys ol,
.wznrys ul{margin-bottom:20px;list-style:disc;margin-left:16px;}
.wznrys ol li,
.wznrys ul li{font-size:15px;margin-left:10px;}
.wznrys table{width:100%;line-height:40px;border-collapse:collapse;margin:30px 0;}
.wznrys table tr:nth-child(odd){}
.wznrys table tr td{line-height: 28px;text-align:center;}
.wznrys table strong{border-bottom:none;}
.wznrys table div{padding-bottom:0px;}
.wznrys p img{max-width:100%;height:auto;}

.wznrys blockquote{background:#f9f9f9;padding:40px 20px 10px 30px;margin:20px 0px 20px 0px;font-size:16px;position:relative;}
.wznrys blockquote:before{content:"\f10d";position:absolute;top:10px;left:20px;color:#ababab;}
.wznrys blockquote:after{content:"\f10e";position:absolute;right:20px;bottom:10px;color:#ababab;}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
.wznrys p a{color: #028e47;margin:0 8px;text-decoration: underline;}
.wznrys p a:hover{text-decoration: underline;}
.wznrys strong{font-weight:bold;}
.page_h1_name{font-size: 30px;margin-bottom: 50px;position:relative;padding-bottom:10px;font-family: pop-b;text-transform: uppercase;}
.page_h1_name:before{content:"";width:60px;height:2px;position:absolute;bottom:0px;background:#000;}
.xian{}
.left_menu{}
.left_menu li{line-height:32px;}
.left_menu li.current-menu-item{background: ;}
.left_menu li.current-menu-item .sub-menu a{}
.left_menu li a{color: #028e47;font-size: 15px;}
.left_menu li a:hover{text-decoration:underline;}
.left_menu .sub-menu li{line-height:16px;margin: 14px 0px;}
.left_menu .sub-menu li a{font-size: 13px;}
.right_category_txt{margin-bottom:30px;font-size:14px;color:#555;}
.right_category_txt p{line-height:22px;}
.right_category_txt p a{color: #028e47;text-decoration: underline;}
.right_category_txt p a:hover{text-decoration:underline;}
.cpbox_list{display:block;margin-bottom:50px;}
.cpbox_list img{}
.cpbox_list h2{font-size:12px;}
.cpbox_list p{font-size:12px;color:#555;}
.right_h1_name{font-size:30px;margin-bottom:20px;position:relative;padding-bottom:10px;font-family: pop-b;text-transform: uppercase;}
.right_h1_name:before{content:"";width:120px;height:2px;position:absolute;bottom:0px;background:#000;}
.pattern{text-align:right;margin-bottom:40px;}
.pattern a{display:inline-block;border:1px solid #ccc;padding:10px 20px;margin-top:16px;text-transform:uppercase;font-size: 16px;color: #028e47;}
.pattern a i{margin-left:8px;}
.pattern a:hover{background: #028e47;color:#fff;}
.xiabianxian{border-bottom:1px solid #e8e8e8;padding-bottom:20px;margin-bottom:40px;}
.cp_2_box{display:block;margin-bottom:40px;}
.cp_2_box img{}
.cp_2_box h2{font-size:14px;text-align:center;margin-top:15px;}
.cp_3_box{border-bottom:1px solid #eaeaea;margin-bottom:30px;padding-bottom:30px;}
.cp_3_box .cp_3_pic{}
.cp_3_box h2{font-size:18px;margin-top:0px;font-family: pop-m;}
.cp_3_box h2 a{
}
.cp_3_box p{margin-top:14px;height:40px;overflow:hidden;font-family: pop-l;}
.cp_3_info{}
.cp_3_info a{display:inline-block;border:1px solid #d4d4d4;padding:5px 10px;color:#7d7c7c;}
.cp_3_info a i{margin-right:8px;}
.cp_3_info a:hover{background: #028e47;color:#fff;border: 1px solid #028e47;}
.posts-nav{text-align:center;margin:50px 0px;font-family: pop-l;}
.posts-nav .page-numbers{padding:8px 15px;font-weight:bold;border:1px solid #f3f3f3;display:inline-block;}
.posts-nav .page-numbers:hover,
.posts-nav .current{background: #028e47;color:#fff;}
.cp_4_box{border-bottom:1px dashed #d6d6d6;font-size:18px;margin-bottom:15px;padding-bottom:15px;}
.cp_4_box a{}
.cp_4_box a span{margin-right:10px;font-style:italic;}
.cppictabnav{margin-top:20px;}
.cppictabnav li{border:1px solid #ececec;cursor:pointer;float:left;width:92px;margin-right:5px;}
.cppictabnav li a{}
.cppictabnav li a img{width:100%;}
.cpwzycnr{}
.cpwzycnr h1{margin:0px 0px 20px 0px;font-size:26px;font-weight:bold;}
.cpwzycnr p{}
.cpwzycnr ul,
.cpwzycnr ol{list-style:disc;margin-left:20px;}
.cpwzycnr ul li,
.cpwzycnr ol li{}
.cpwzycnr h6{margin:0px;font-size:15px;border-bottom:2px solid #eae7e7;padding-bottom:20px;padding-top:10px;}
.cpwzycnr h6 span{}
.qqbj{display:inline-block;padding:4px 20px;border: 2px solid #028e47;color: #028e47;font-weight:600;text-align:center;line-height:30px;margin-top:40px;font-size:15px;margin-bottom:30px;}
.qqbj:hover{background: #028e47;color:#fff;}
.qqbj i{margin-right:8px;}
.sjfxbox{}
.sjfxbox h5{font-size:15px;margin:20px 0px 10px 0px;}
.sjfxan{}
.sjfxan img{}
.biaoqian{margin:16px 0px 30px 0px;}
.biaoqian a{color:#777777;margin-right:6px;text-decoration:underline;}
.xiangguan{margin-top:20px;}
.biaoti4{margin:0px 0px 20px 0px;position:relative;padding-bottom:15px;font-size: 20px;text-transform:uppercase;font-family: pop-b;}
.lanlan:before{content:"";width:120px;height:2px;background: #028e47;position:absolute;bottom:0px;}
.cpxxjs{margin-bottom:30px;}
.cpxxjs a{}
.cpxxjs a img{}
.cpxxjs a h3{margin:10px 0px 20px 0px;font-size:14px;}
.wz_nei_h3{border-bottom:2px solid #e6e6e6;margin-bottom:20px;line-height:30px;padding-bottom:6px;margin-top:50px;text-transform:uppercase;font-family: pop-b;}
.left_post{margin:50px 0px;}
.left_post ul{}
.left_post ul li{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #efefef;}
.left_post ul li a{}
.left_tag{}
.cat-tag{margin-bottom:50px;}
.left_tag li{display:inline-block;}
.left_tag a{border:1px solid #ccc;padding:3px 10px;margin:5px 5px 5px 0px;display:inline-block;color:#a5a5a5;font-size:12px;}
.left_tag a:hover{background: #028e47;color:#fff;border: 1px solid #028e47;}
.blog_list{margin-bottom:40px;border-bottom:1px dashed #dcdcdc;padding-bottom:30px;}
.blog_list h2{font-size:18px;margin-top: 0px;font-family: pop-m;}
.blog_list h2 a{}
.blog_info{font-size:12px;font-style:inherit;color:#adabab;display:block;margin-bottom:10px;font-family: pop-l;}
.blog_info i{font-style:inherit;}
.blog_info i a{color:#adabab;}
.blog_list p{color:#585858;line-height:22px;}
.blog_list a.readmore{color: #028e47;}
.blog_wz_name{font-size:26px;margin-bottom:10px;position:relative;padding-bottom:10px;}
.xianggwz{margin:30px 0px;}
.xianggwz li{line-height:32px;margin-bottom:10px;}
.xianggwz li a{}
.xiangguan_wz_1{margin:50px 0px;}
.to-top{background-color: #028e47;width:60px;height:60px;text-align:center;overflow:hidden;border-radius:50%;font-size:30px;}
.to-top:before{content:'';background-color: #07783f;width:120%;height:120%;position:absolute;top:90%;left:-110%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.35s cubic-bezier(0.31,-0.105,0.43,1.59);transition:all 0.35s cubic-bezier(0.31,-0.105,0.43,1.59);}
.to-top:hover:before{top:-10%;left:-10%;}
.to-top i{color:#fff;position:absolute;top:50%;left:50%;width:60px;height:60px;margin-left:-30px;margin-top:-30px;line-height:56px;}
#sidebar-main-trigger{display:none;text-align: center;font-size: 30px;margin-top: 15px;}
#sidebar-main-trigger i{cursor:pointer;}
.sidebarbox{background: #028e47;overflow:auto;}
[data-sidebar-main='no']{display:none;}
[data-sidebar-main='opened']{box-shadow:-3px 0 10px 0 rgba(0,0,0,0.5);}
.sidebardiv{padding:20px;}
.sidebardivh3{font-size:26px;border-bottom:2px solid #fff;padding-bottom:10px;margin-bottom:20px;color:#fff;}
.sidebardivh3 .sidebarclose{float:right;}
.sidebardivh3 .sidebarclose i{cursor:pointer;}
.menu-zk li{line-height:46px;position:relative;}
.menu-zk li a{font-size:16px;display:block;border-bottom: 1px solid #2a6f2b;color:#ffffff;}
.menu-zk .sub-menu{display:none;}
.menu-zk .sub-menu li a{font-size:14px;color:#ffe7e8;}
.menu-zk .menu-item-has-children .czxjcdbs:before{content:"\f0d7";font-family:"FontAwesome";position:absolute;right:0px;top:0px;color:#fff;width:30px;height:30px;line-height:30px;margin:8px 0px;text-align:center;display:block;cursor:pointer;background: #338034;}
.menu-zk .menu-item-has-children .kai:before{content:"\f0d8";font-family:"FontAwesome";}
.page_biandan{padding-top:30px;}
@media (max-width:992px){
#sidebar-main-trigger{display:block;}}
@media (max-width:768px){
  .banbox h2{font-size:26px;}
  .banbox h3{font-size:18px;line-height: 30px;}
  .banbox a.anniu{margin-top:10px;}
  .left{display:none;}
  .cpbox_list h2{height:45px;overflow:hidden;}
  .cpbox_list p{display:none;}
  .pattern{text-align:left;}
  .cp_3_box img{margin-bottom:30px;}
  .cppictabnav li{width:50px;}
  .cpwzycnr h1{margin-top:30px;}
  .qqbj{margin-top:10px;padding:4px 14px;}
}
.iphorm-labels-above .iphorm-element-spacer label{border-left: 3px solid #028e47;}
.nav_zk .sub-menu{display:none;list-style:square;margin-left: 18px;}
.nav_zk li{position:relative;}
.nav_zk li button{position:absolute;right:0px;top:0px;width:20px;height:20px;background:none;border:none;}
.nav_zk .toggled-on{display:block;}


.xpmcx{display: none;margin: 20px 0px;}
@media (max-width:768px){
  .xpmcx{display: block;text-align: center;}
  .xpmcx .search_a{text-align: center;font-size: 28px;}
}

.sousuos{height:40px;width:100%;margin-bottom: 50px;}
.sousuos input{width:80%;height: 34px;border: 1px solid #028e47;float:left;text-indent: 10px;color: #6d6d6d;}
.sousuos button{width:20%;height: 34px;background: #028e47;float:right;border: 1px solid #028e47;}
.sousuos button i{color:#fff;font-size:18px;}
.sousuos button:hover{background: #1d5b1e;}

.xbj{padding-right: 5px;
    padding-left: 5px;}
.xbj_row{    margin-right: -5px;
    margin-left: -5px;}


@media (max-width:430px){.banbox h3 {display: none;}}

@media (max-width:768px){
.index_3_box_list h3{font-size: 16px;}

.banquan p{text-align: center;}
.index_about p{font-size: 14px;}
}


.page_sousuo{height:40px;width:100%;margin-bottom: 60px;padding-bottom: 100px;text-align: center;}
.page_sousuo input{width: 50%;height:40px;border: 1px solid #028e47;text-indent: 10px;color: #6d6d6d;margin: 0 auto;}
.page_sousuo button{width: 200px;height:40px;background: #028e47;border: 1px solid #028e47;color: #fff;margin: 20px auto;display: block;}
.page_sousuo button i{color:#fff;font-size:18px;}
.page_sousuo button:hover{background: #1c571d;}

.hs_bg{background: #f6f6f6;}

.blog_list1{
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}
.blog_list1 h2{
    font-size: 18px;
    font-family: pop-m;
    margin: 0px 0px 15px 0px;
}
.blog_list1 h2 a{}
.blog_list1 .blog_list1_pic{display: block;width: 120px;float: left;}
.blog_list1 .blog_list1_pic img{}
.blog_list1 p{
    padding-left: 138px;
    padding-right: 130px;
    color: #9f9f9f;
    font-family: pop-l;
}
.blog_list1 .more{
    background: #028e47;
    border-radius: 20px;
    padding: 3px 20px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
}

.blog_list1 .blog_list_info{
    position: relative;
}

.blog_list_box{margin: 30px 0px 60px 0px;}

.blog_list2{}
.blog_list2 a{
    display: block;
    margin-bottom: 30px;
}
.blog_list2 h2{
    font-family: pop-m;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
.blog_list2_more{
    background: #028e47;
    border-radius: 20px;
    color: #fff;
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.blog_list2_more:hover{
    color: #fff;
    background: #07783f;
}

.blog_list3{}
.blog_list3 .blog_list3_pic{
    width: 300px;
    float: left;
}
.blog_list3 .blog_list3_pic img{}
.blog_list3 p{
    padding-left: 320px;
    color: #8a8a8a;
}
.blog_list3 .more{
    background: #028e47;
    border-radius: 20px;
    padding: 3px 20px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

@media (max-width:768px){
.blog_list1 p {
    padding-right: 0px;
    height: 100px;
    overflow: hidden;
    padding-left: 18px;
    }
.blog_list1 .more{
    display: none;
}
.blog_list3 .blog_list3_pic{
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.blog_list3 p{
    padding-left: 0px;
}
}

.blog_list4{}
.blog_list4 li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    clear: both;
    display: table;
    width: 100%;
}
.blog_list4 a{
    float: left;
    width: 80%;
}
.blog_list4 span{
    float: right;
    width: 20%;
    text-align: right;
    color: #b1b1b1;
    font-family: pop-l;
}

.index_foot_dingyue{
    padding: 50px 0px;
    background: #f9f9f9;
}
.index_foot_dingyue_box{text-align: center;}

.es_shortcode_form{}
.es_lablebox{display: none}

.index_foot_dingyue_box .es_textbox{
    width: 500px;
    background: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    padding-bottom: 0px;
    height: 40px;
    box-shadow: 0px 20px 60px 0px rgba(42, 73, 140, 0.1);
}

.index_foot_dingyue_box .es_textbox #es_txt_email{
    width: 80%;
    float: left;
    border: none;
    background: none;
    height: 40px;
    text-indent: 20px;
}
.index_foot_dingyue_box .es_textbox #es_txt_button{
    float: left;
    width: 20%;
    border: none;
    background: #028e47;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
}
.index_foot_dingyue_box .es_textbox #es_txt_button:hover{background:#07783f;}
.index_foot_dingyue_box .es_msg{color:#028e47;width: 60%;margin: 30px auto 0px auto;}



@media (max-width: 768px){
.index_foot_dingyue_box .es_textbox,.index_foot_dingyue_box .es_msg{width: 90%}


}





.index_about_right{
    background: #fff;
    padding: 50px;
}
.tab-content{
    margin: 40px 0px;
}
.cp_box_1{
    margin-bottom: 40px;
    margin-top: 20px;
}
.cp_box_1 h2{
    font-family: pop-b;
    color: #028e47;
    margin-top: 0px;
}
.cp_box_1 p{}
.cp_box_1 img{}

.cp_wd_xz{}
.cp_wd_xz img{
    width: 100%;
}
.cp_wd_xz p{
    background: #028e47;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    margin-top: 6px;
}
.cp_wd_xz p i{
    font-size: 20px;
}

.cp_box_2{margin-bottom: 40px}

.cp_ss_file{}
.cp_ss_file a{
    display: block;
    background: #bbb;
    margin-bottom: 10px;
}
.cp_ss_file a:hover{background:#999;}
.cp_ss_file a i{
    width: 56px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #028e47;
    float: left;
    color: #fff;
    font-size: 20px;
    border-right: 5px solid #fff;
}
.cp_ss_file a b{
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: initial;
}
.pc-tab-name li{height: 95px;display: inline-block;overflow: hidden;}
.pc-tab-name li img{
    height: 190px;
    width: 95px;
    margin: auto;
    margin-top: -95px;
}

.pc-tab-name li.active img{
    margin-top: 0px;
}


.fixed-top-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.gao{height: 208px;}


/*lianxi_biaodan*/
.lx_biaodan{
    width: 40%;
    margin: 100px auto;
}
.lx_biaodan .iphorm-element-wrap{width:100%;}
.lx_biaodan .iphorm-responsive .iphorm-elements .iphorm-element-wrap-text input{width:100%;padding: 8px;border:1px solid #efefef;}
.lx_biaodan .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label{padding: 10px;font-weight:inherit;}
.lx_biaodan .iphorm-element-wrap-textarea{width:100%;}
.lx_biaodan .iphorm-element-wrap-textarea.iphorm-labels-inside > .iphorm-element-spacer > label{padding:10px;font-weight:inherit;}
.lx_biaodan .iphorm-element-wrap-textarea textarea{width:100%;border:1px solid #efefef;padding:10px;}
.lx_biaodan .iphorm-submit-input-wrap{width: 100%;background: #028e47;color:#fff;display:block;text-align: center;height: 40px;line-height: 40px;}
.lx_biaodan .iphorm-submit-element{}
.lx_biaodan .iphorm-submit-input-wrap:hover{background:#e72828;}
.lx_biaodan .iphorm-element-wrap-captcha{width:100%;}
.lx_biaodan .iphorm-element-spacer-captcha{}
.lx_biaodan .iphorm-input-wrap-captcha{width:30%;float:left;margin-right:15px;}
.lx_biaodan .iphorm-responsive .iphorm-elements .iphorm-element-wrap-captcha input{width:100%;border:1px solid #efefef;padding:10px;}
.lx_biaodan .iphorm-element-wrap-captcha.iphorm-labels-inside > .iphorm-element-spacer > label{padding:10px;font-weight:inherit;}
.lx_biaodan .iphorm-captcha-image-wrap{}
@media (max-width:768px){
  .lx_biaodan .iphorm-input-wrap-captcha{width:50%;}
}



.nav_tc{border-radius: 30px;background: #F25E20;}

.main-nav li.nav_tc a{
    color: #fff;
    cursor: pointer;
    font-family: pop-m;
}
.main-nav li.nav_tc:hover a{color: #fff;}


.main-nav li.nav_tc:hover{background: #F25E20;}


@media (max-width:992px){
.logo_box img {height: 38px;}
.logo_box{margin: 15px 0px;}
.gao{height: 103px;}

}


@media (max-width:768px){
.cp_box_1 h2{font-size: 14px;}
.cp_box_1 p{font-size: 12px;    line-height: 16px;}
.top_right{display: none}

.right {
    min-height: 100vh;
    padding-right: 0px;
    border-right: none;
}
.blog_list h2{margin-top: 20px;}
}

.foot_owl{}

.foot_owl .owl-nav{position:absolute;top: 50%;width:100%;margin-top: -27px;}
.foot_owl .owl-nav .owl-prev:hover{
    background: #028e47;
}
.foot_owl .owl-nav .owl-next:hover{background: #028e47;}
.foot_owl .owl-nav .owl-prev:after{content:"\f104";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#fff;}
.foot_owl .owl-nav .owl-next:after{content:"\f105";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#fff;}
.foot_owl .owl-nav .owl-prev{position:absolute;left:0px;width: 34px;height:55px;text-align:center;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.foot_owl .owl-nav .owl-next{position:absolute;right:0px;width: 34px;height:55px;text-align:center;line-height: 55px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.foot_owl:hover .owl-nav .owl-prev{left:0px;opacity:0.8;}
.foot_owl:hover .owl-nav .owl-next{right:0px;opacity:0.8;}




.new_cp_page{margin-bottom: 30px;}
.tou_name{
    background: #ededed;
    padding: 10px;
    border-bottom: 3px solid #028e47;
    margin-bottom: 20px;
    font-weight: bold;
}

.cp_lsss{
    border-bottom: 1px solid #e3e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
span.tttsss{
    font-weight: bold;
    padding-left: 10px;
}
.dfehw{margin-bottom: 0px;margin-left: 5px;}

.pc-tab-name{margin-bottom: 50px}

.left_box{margin-bottom: 30px;}

.clhcbd{
    background: #028e47;
    display: block;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.clhcbd:hover{background: #07783f;color: #fff;}
.db_tanchuceng,.db_tanchuceng_nav{display: none;position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0px;
    z-index: 9999;}

.db_tanchuceng .guanbi_bd,.db_tanchuceng_nav .guanbi_bd_nav{
    position: absolute;
    right: 40px;
    top: 40px;
}
.db_tanchuceng .guanbi_bd i,.db_tanchuceng_nav .guanbi_bd_nav i{
    font-size: 50px;
    cursor: pointer;
}

.lx_biaodan h3{
    font-family: pop-b;
    font-size: 30px;
}
.lx_biaodan p.h3dp{
    margin-bottom: 50px;
}

.fejkfj3{display: block;margin-top: 20px;}



@media (max-width:1200px){
.main-nav .nav_tc{display: none}
}

@media (max-width:768px){
.lx_biaodan{width: 90%}
}

.sshz_a{
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.sshz_a img{width: 100%;}
.sshz_a p{
    position: absolute;
    bottom: 30px;
    width: 100%;
    background: #2c2c2c;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
}
.sshz_a:hover p{
    background: #028e47;
}

.search-form{}
.search-form label{
    width: 100%;
    margin-bottom: 30px;
}
.search-form label span{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
.search-form label select{
    width: 305px;
}
.search-form label input{
    width: 300px;
}

.search-form .search-submit{
    background: #028e47;
    border: none;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}


.sx_names{
    background: #ededed;
    padding: 10px;
    border-bottom: 3px solid #028e47;
    margin-bottom: 10px;
    margin-top: 30px;
}
.sx_names span{
    font-family: pop-b;
}

.xs_jieguo{padding: 10px;border-bottom: 1px solid #f0f0f0;color: #676565;}
.xs_jieguo:hover{background: #f3f3f3;}

.empty .empty-item {
    opacity: 1;
    visibility: visible;
}
.empty .empty-item {
    transition-property: opacity;
    transition-duration: .2s;
    transition-delay: .3s;
    transition-timing-function: ease;
}
.empty-item {
    background: #fff;
    color: #ddd;
    margin: 0.2em 0;
    padding: 0.5em 0.8em;
    font-style: italic;
    border: none;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    float: left;
    clear: left;
    width: 100%;
}

.gf4hgs{}
.gf4hgs h3{
    font-family: pop-b;
    border-left: 4px solid #028e47;
    line-height: 24px;
    text-indent: 10px;
    margin-bottom: 20px;
}

.gf4hgs .dfefexz{
    border: 1px solid #028e47;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
    cursor: pointer;
}

.gf4hgs .dfefexz:hover{background: #028e47;color: #fff}
.gf4hgs .dfefexz i{margin-left: 8px;}
.sx_sousuo{
    margin-bottom: 50px;
    line-height: 40px;
}
.sx_sousuo input{
    border: 1px solid #e0e0e0;
    height: 38px;
    line-height: 38px;
    width: 280px;
    margin-right: 30px;
    text-indent: 10px;
}
.sx_sousuo span{
} 


.chexing_guanbi{
    z-index: 999999;
    position: absolute;
    top: 16px;
    right: 20px;
}
.chexing_guanbi i{
    font-size: 24px;
}

.chexing_list_box{
    margin-top: 20px;
    padding: 0px 15px;
}



.chexing_list{background: #fff;
    overflow: auto;}


.chexin_cat li{line-height: 36px;position:relative;margin-bottom: 15px;}
.chexin_cat li a{font-size:16px;display:block;border-bottom: 1px solid #ededed;font-family: pop-m;}
.chexin_cat .children{display:none;text-indent: 20px;}
.chexin_cat .children li a{font-size:14px;color: #3e3e3e;font-family: pop-l;}
.chexin_cat .czxjcdbs{
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: 0px;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
}
.chexin_cat .czxjcdbs:before{content:"\f055";font-family:"FontAwesome";}
.chexin_cat .kai:before{content:"\f056";font-family:"FontAwesome";}

.chexin_cat .children li .czxjcdbs{display: none;}
.chexing_list h3{
    font-family: pop-b;
    border-bottom: 2px solid #014724;
    margin-bottom: 20px;
    padding: 20px 15px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
}

.chexin_cat .children li{margin-bottom: 0px}


.chexin_cat .cat-item-60{
    background-image: url(img/ico/bc.png);
    background-size: 20px;
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 0px 7px;
}

.chexin_cat .cat-item-64{
    background-image: url(img/ico/bm.png);
    background-size: 20px;
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 0px 7px;
}

.tbjz{text-align: center;}

.cxsx_ded{}
.cxsx_ded img{
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -50px;
    display: none;
}
.cxsx_ded:hover img{
    display: block;
}

.wujieguo{text-align: center;margin-top: 30px;font-size: 16px;}

.right_h1_name_ms{font-size: 18px;font-family: pop-m;}

.dfehw{}
.dfehw li{display: inline-block;}
.dfehw li a{}
.dfehw li span{margin: 0px 8px;
    color: #b5b5b5;}


@media (max-width:768px){
.sjbxs{display: none}
.page_sousuo input{width: 90%}
}

#menu-item-123976 .sub-menu{
    position: fixed;
    top: 204px;
    width: 100%;
    padding: 30px calc(50% - 585px) 60px;
}
#menu-item-123976 .sub-menu li{
    width: 20%;
    float: left;
    background: none !important;
}
#menu-item-123976 .sub-menu li:hover a{
    color: #028E47 !important;
}
#menu-item-123976 .sub-menu li a{
    font-weight: 700;
    padding: 6px 20px;
}
#menu-item-123976 .sub-menu li a.sub::after{
    content: unset;
}
.main-nav .sub-menu .menu-item-has-children:hover a{color:#028E47}
#menu-item-123976 .menu-item .sub-menu{
    display: block !important;
    position: unset;
    padding: 0;
    box-shadow: unset;
}
#menu-item-123976 .menu-item .sub-menu li{
    float: none;
    width: 100%;
}
#menu-item-123976 .menu-item .sub-menu a{
    font-weight: 400;
    padding: 6px 20px;
}
@media (max-width: 992px){
    #menu-item-123976 .sub-menu{
        padding: 30px calc(50% - 485px) 60px;
    }
}
@media (max-width: 768px){
    #menu-item-123976 .sub-menu{
        padding: 30px calc(50% - 375px) 60px;
    }
}
.tabboxname{
    margin: 0;
}
.tabboxname li{
    width: 16.66%;
    float: left;
    padding: 0 5px;
    display: block;
}
.tabboxname .active a{
    background: #F25E20;
}
.tabboxname li a:hover{
    background: #F25E20;
    color: #fff !important;
}
@media (max-width: 768px){
    .tabboxname li{
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }
}
.bloglist_box_in{
    float: left;
    width: 50%;
    padding: 10px 0 10px 20px;
}
.bloglist_box h2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bloglist_box_in .yueduogengduo{
    float: none;
    border-radius: 16px;
}
.bloglist_box_a{
    float: left;
    width: 50%;
}
.efficient-item{
    text-align: center;
    color: #333;
}
.efficient-item img{
    width: 70px;
    height: 70px;
}
.efficient-item h3{
    font-weight: 700;
    font-size: 16px;
    padding: 6px 0;
    height: 30px;
}
.efficient-item p{
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px;
    height: 105px;
}
.question{
    margin-top: 60px;
}
.question-item{
    position: relative;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.question-item h3{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 60px;
    margin: 0;
    font-size: 16px;
    border: 1px solid #E4E4E4;
    padding-right: 50px;
    padding-left: 15px;
}
.question-item .icon{
    width: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 12px;
    color: #fff;
    background: #8A8A8A;
    cursor: pointer;
}
.question-item .icon.icon1{
    background: #028e47;
    display: none;
}
.question-item .children-ul{
    display: none;
    padding: 5px 20px 5px 20px;
}
.question-item .children-ul li{
    padding: 12px 0;
    line-height: 1.5;
    list-style: disc;
    font-size: 14px;
}
.product-title{
    line-height: 60px;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}
.products-item .nicename{
    color: #028F43;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.products-item .description{
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}
.products-item img{
    width: 350px;
    height: 260px;
}
@media (max-width: 768px){
    .product-title{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .products-item .nicename{
        font-size: 14px;
        line-height: 30px;
    }
    .products-item .description{
        font-size: 12px;
    }
}
.product-nav{
    float: left;
    width: 145px;
    background: #fff;
    z-index: 999;
    font-size: 18px;
}
.product-nav .product-nav-item{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #F3F3F3;
    padding-left: 25px;
}
.product-nav .product-nav-item:hover{
  background: #028E47;
}
.product-nav .product-nav-item:hover a{
    color: #fff !important;
}
.product-nav .product-nav-item p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
.product-main{
    width: calc(100% - 145px);
    float: left;
    padding-left: 45px;
    font-size: 18px;
}
.product-main .product-title {
    border-bottom: 1px solid #f8f8f8;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
}
.product-main .product-main-item{
    padding: 20px 0;
}
.product-main .product-main-item img{
    float: left;
}
.product-main .product-main-item .main-right{
    float: left;
    margin-left: 30px;
}
.product-main .product-main-item .main-right .nicename{
    color: #028F43;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
}
.product-main table,table tr th, table tr td { border:1px solid #ddd; padding: 3px 3px;}
.product-main .product-main-item .main-right .description{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.product_file_title{
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 60px;
    font-size: 36px;
    margin-left: 190px;
}
.product_file_main{
    margin-left: 190px;
    padding-top: 30px;
    overflow-x: scroll;
}
@media (max-width: 768px){
    .product-main{
        padding-left: 15px;
    }
    .product-main .product-main-item .main-right{
        margin-left: 10px;
    }
    .product-main .product-main-item .main-right .nicename{
        font-size: 16px;
        line-height: 30px;
    }
    .product-main .product-main-item .main-right .description{
        font-size: 12px;
    }
    .product_file_title{
        margin-left: 160px;
        font-size: 24px;
    }
    .product_file_main{
        margin-left: 160px;
        padding-top: 10px;
    }
}
.product-file-content p{
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
}
.product-about{
  margin-top: 80px;
}
.product-about button{
  background: #F25E20;
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  color: #fff;
}
.product-filters-content{
  color: #444;
  margin-top: 20px;
}
.img-align-center{
  text-align: center;
}
.img-align-right{
    text-align: right;
}
.product-filters-content button{
  background: #F25E20;
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  color: #fff;
}
.products-filters-view{
    /* padding: 10px 0px;
    height: 250px; */
}
.products-list{
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 768px){
    .header .top{
        display: none;
    }
    .gao{
        height: 68px;
    }
}
.index_about .index_about_right{
    background: #f6f6f6;
}