.container {
    width: 1200px;
    margin: 0px auto;
}

.fluid {
    width: 100%;
    padding: 60px 0px;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}
.logo{
    padding:5px 0px 10px;
}
.logo img{
    display: block;
    width:100%;
}
.logo img.mobile{
    display: none;
}
.navbar {
    width: 100%;
    background:#009d44;
}
.nav{
    width:1200px;
    margin:0px auto;
}
.nav ul li {
    float: left;
    width:12.5%;
    position: relative;
}

.nav ul li>a {
    line-height:50px;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 0px 20px;
    color:#fff;
    position: relative;
}
.nav ul li>a::after{
    content:"";
    display: block;
    height:40px;
    width:1px;
    background: url(../images/nav-line.png) no-repeat;
    position: absolute;
    top:5px;
    right:0px;
}
.nav ul li:last-of-type>a::after{
    width:0px;
}
.nav ul li.active>a,
.nav ul li:hover>a {
    background:#005f20;   
}
.nav ul li.active>a::after,
.nav ul li:hover>a::after{
    background:#005f20;
}
.nav ul li .sub-tab {
    position: absolute;
    top: 100%;
    left:50%;
    width:200px;
    margin-left: -100px;
    z-index: 1000;
    background: #005f20;
    display: none;
}

.nav ul li .sub-tab a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 39px;
    border-bottom: 1px solid #ddd;

}

.nav ul li .sub-tab a:hover {
    background: #009d44;
}

.banner {
    width: 100%;
    position: relative;
    border-bottom:1px solid #ddd;
}

.banner .item img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .owl-theme .owl-controls .owl-page {
    display: block;
    float: left;
}

.banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .owl-theme .owl-dots .owl-dot span {
    margin: 2px 3px;
    width: 16px;
    height: 16px;
    background-color: #c1761a;
    opacity: 1;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #f88812;

}

.banner .owl-theme .owl-controls {
    margin-top: 0px;
}

.banner .owl-theme .owl-controls .owl-nav {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}

.banner .owl-theme .owl-controls .owl-nav div {
    width: 30px;
    height: 60px;
    border-radius: 10px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 0px;
}

.banner .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 1%;
    background-image: url(../images/arrow-l.png);

}

.banner .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 1%;
    background-image: url(../images/arrow-r.png);
}

.banner .owl-theme .owl-controls .owl-nav div:hover {
    background-color: #009d44;
}


.pages-box {
	margin-top: 30px;
	margin-bottom: 10px;
}

.pages-box .pages {
	text-align: center;
}

.pages-box .pages a,
.pages-box .pages span {
	padding: 5px 8px;
	display: inline-block;
	border: 1px solid #ddd;
	margin: 10px 3px;
}

.pages-box .pages span,
.pages-box .pages a:hover {
	background: #009d44;
	color: #fff;
}

.bottom-fluid {
	background: #009d44;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 6px 0px;
	display: none;
	z-index: 999;
}

.bottom-fluid ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.bottom-fluid ul li a {
	color: #fff;
}

.bottom-fluid ul li i.iconfont {
	font-size: 22px;
}

.bottom-fluid ul li p {
	font-size: 12px;
}

.sidebar{
    float:left;
    width:300px;
    border-radius: 5px;
    overflow: hidden;
}

.product-left-title{
    font-size:20px;
    background:#009d44;
    color:#fff;
    text-align: center;
    font-size:22px;
    line-height: 76px;
    position: relative;
}
.product-left-title::before{
    content: "";
    position: absolute;
    top:50%;
    margin-top: -1px;
    left:20px;
    width:50px;
    height:1px;
    background:#ddd;

}
.product-left-title::after{
    content: "";
    position: absolute;
    top:50%;
    margin-top: -1px;
    right:20px;
    width:50px;
    height:1px;
    background:#ddd;

}
.product-fllist dl{
    border:1px solid #ddd;
    border-top:0px;
}
.product-fllist dl dt{
    padding-left:30px;
    position: relative;
    line-height: 54px;
    padding-right:60px;
}
.product-fllist dl dt a{
    display: block;
    width:100%;
    color:#d11212;
    font-weight: bold;
    font-size:16px;
}
.product-fllist dl dt span{
    display: block;
    height: 54px;
    width:60px;
    text-align: center;
    position: absolute;
    right:0px;
    top:0px;
    cursor: pointer;
    
}
.product-fllist dl dt span::before{
    content:"+";
    font-size:20px;
}
.product-fllist dl dd{
    border-top:1px solid #ddd;
    padding:14px 0px;
    display: none;
    opacity: 0;
}
.product-fllist dl.active dt{
    background:#f8f8f8;
}
.product-fllist dl.active dt span{
    background-position: 5px 20px; 
}
.product-fllist dl.active dt span::before{
    content:"-";
}
.product-fllist dl.active dd{
    display: block;
    opacity: 1;
}
.product-fllist dl dd a{
    display: block;
    width:100%;
   padding:5px 5px 5px 40px;
   line-height: 26px;
}
.product-fllist dl dd a:hover{
    color:#d11212;
}
.common-contact-box{
    background:#f8f8f8;
    padding:20px;
}
.common-contact-box ul li{
    position: relative;
    padding-left:80px;
    margin-bottom: 5px;
    line-height: 28px;
    font-size:15px;
    font-weight: 550;
}
.common-contact-box ul li.li1{
    padding-left:0;
}
.common-contact-box ul li span{
    position: absolute;
    left:0px;
}
.common-contact-box p{
    margin-bottom: 5px;
    line-height: 28px;
    font-size:15px;
    font-weight: 550;
}
.common-contact-box p img{
    border:1px solid #ddd;
    width:255px;
    margin:10px auto;
    display: block;
}
.common-contact h3{
    font-size:16px;
    background:#009d44;
    color:#fff;
    padding: 15px;
    line-height: 1.8;
}
.columns {
    float: right;
    width: calc(100% - 340px);
}

.main-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 30px;
}

.main-title h2 {
    font-size: 20px;
    font-weight: bold;
    float: left;
    position: relative;
    padding-left: 15px;
}

.main-title h2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 3px;
    height: 24px;
    background: #333;

}

.main-title a {
    float: right;
}

.main-title a:hover {
    color: #009d44;
}
.product{
    border:1px solid #ddd;
    padding:15px;
}
.product-item {
    float: left;
    width:calc(100%/4 - 9px);
    margin-right: 12px;
    margin-bottom: 10px;
}

.product-item:nth-of-type(4n) {
    margin-right: 0px;
}

.product-item .item {
    width: 100%;
    border: 1px solid #ddd;
}

.product-item .item .img img {
    display: block;
    width: 100%;
    height:150px;
}

.product-item .item .info {
    width: 100%;
    padding: 5px;
    background: #f8f8f8;

}

.product-item .item .info .title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    text-align: center;
}

.product-item .item:hover {
    border-color: #009d44;
}

.product-item .item:hover .info {
    background: #009d44;
}

.product-item .item:hover .info .title a {
    color: #fff;
}
.case{
    margin-top:20px;
    border:1px solid #ddd;
    padding:15px;
}
.case-item{
    float: left;
    width:calc(100%/3 - 8px);
    margin-right: 12px;
    margin-bottom: 10px;
}
.case-item:nth-of-type(3n) {
    margin-right: 0px;
}

.case-item .item {
    width: 100%;
    border: 1px solid #ddd;
}

.case-item .item .img img {
    display: block;
    width: 100%;
    height:207px;
}

.case-item .item .info {
    width: 100%;
    padding: 5px;
    background: #f8f8f8;

}

.case-item .item .info .title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    text-align: center;
}

.case-item .item:hover {
    border-color: #009d44;
}

.case-item .item:hover .info {
    background: #009d44;
}

.case-item .item:hover .info .title a {
    color: #fff;
}
.home-title {
    text-align: center;
    background: url(../images/bt1.png) center no-repeat;
    margin-bottom: 36px;

}

.home-title h2 {
    font-size: 30px;
    font-weight: normal;
}

.home-title .english {
    font-size: 14px;
    color: #989898;
    font-weight: normal;
    text-transform: uppercase;
}
.about-fluid{
    background:#f8f8f8;
}
.about-img {
    width: 600px;
    float: left;
}

.about-info {
    width: 570px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}

.about-info h2 {
    margin-bottom: 20px;
}

.about-info h2 a {
    font-size: 28px;
    color: #009d44;
    font-weight: 600;
}

.about-info .desc {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
    height: 260px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.about-more {
    width: 159px;
    height: 38px;
    background: #333;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    margin-top: 28px;
}

.about-more:hover {
    background: #009d44;
    color: #fff;
}
.ys-item {
    margin-bottom: 20px;
    padding:10px;
}

.ys-item:nth-of-type(2n+1) .ys-img {
    float: right;
}

.ys-item:nth-of-type(2n+1) .ys-word {
    float: left;
}

.ys-item:nth-of-type(2n) .ys-img {
    float: left;
}

.ys-item:nth-of-type(2n) .ys-word {
    float: right
}

.ys-item .ys-word {
    width: 47%;
    position: relative;
}

.ys-item .ys-img {
    width: 47%;
}
.ys-item .ys-img img{
    display: block;
    width:100%;
}
.ys-item .ys-word .num {
    position: relative;
}

.ys-item .ys-word .num span {
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
}

.ys-item .ys-word .num::after {
    display: inline-block;
    content: " ";
    width: 40px;
    height: 40px;
    margin: 20px 0 0 20px;
    background: #009d44;
    text-align: center;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ys-item .ys-word .info h4 {
    position: absolute;
    top: 16px;
    left: 60px;
    font-size: 20px;
    color: #000;
    font-weight: 550;
    line-height: 1.5;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

.ys-item .ys-word .info .des {
    text-indent: 2em;
    font-size: 14px;
    color: #555555;
    line-height: 26px;
    padding-left: 60px;
    /* overflow: hidden;
    max-height: 104px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
    position: relative;
    margin-top:-10px;
}
.youshi-title {
    width: 100%;
    height: 148px;
    background: url(../images/youshi-title.png) center center no-repeat
}
.fg2 {
    width: 100%;
    height: 208px;
    background: url(../images/fg2.jpg) center center no-repeat
}
.news-fluid{
    background:#f8f8f8;
}
.news-left {
    width: 507px;
    float: left;
}

.news-left i {
    display: block;
    width: 507px;
    height: 290px;
    overflow: hidden;
}
.news-left i a{
    display: block;
}
.news-left i img {
    transition: all 0.6s;
    width: 100%
}

.news-left i a:hover img {
    transition: all 0.6s;
    transform: scale(1.2, 1.2)
}

.news-left h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 55px;
}
.news-left h3 a{
    display: block;
    width:100%;
    text-overflow: ellipsis;
    height:55px;
    white-space: nowrap;
}
.news-left h3 a:hover{
    color: #009d44;
}
.news-left p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.news-right {
    width: 650px;
    float: right;
}

.news-right ul li {
    border-bottom: #cacaca 1px dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden
}

.news-right ul li span {
    display: block;
    float: left;
    width: 66px;
    height: 70px;
    background: #f0f0f0;
    border-radius: 10px;
    color: #7b7b7b;
    text-align: center;
    display: none;
}

.news-right ul li span i {
    font-style: normal;
    display: block;
    font-size: 35px;
}

.news-right ul li .wz {
    /* width: 560px;
    float: right */
    width:100%;
}

.news-right ul li .wz h3 a {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 25px;
    font-weight: normal
}

.news-right ul li .wz p {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    background: none;
    color: #999;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-right ul li:hover span {
    background: #009d44;
    color: #FFF
}

.news-right ul li:hover .wz h3 * {
    color: #009d44;
}
.ryzz{
    margin-top:20px;
    padding:10px;
    background:#fff;
    box-shadow: 0px 0px 6px #ddd;
}
.ryzz-list .item a {
    padding: 10px;
    display: block;
}

.ryzz-list .item a img {
    border: 1px solid #ddd;
}
.footer-fluid {
    background: #fff;
    color: red;
    padding-top: 30px;
}

.footer-fluid a {
    color: red;
}

.footer-box1 {
    float: left;
    width: 400px;
    padding-right: 20px;
}

.footer .title {
    font-size: 18px;
    color: red;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "微软雅黑";
}

.footer-box1-list ul li {
    position: relative;
    padding-left: 80px;
    line-height: 25px;
    font-size: 14px;
}

.footer-box1-list ul li span {
    position: absolute;
    left: 0px;

}
.footer-box2{
    float:left;
    width:350px;
    padding-right:20px;
}
.footer-box2-list a{
    width:48%;
    margin-right:1%;
    float:left;
    display: block;
    line-height: 25px;
    font-size:14px;
    margin-bottom: 5px;
    color:red;
}
.footer-box2-list a:hover{
    text-decoration: underline;
}
.footer-box3{
    float:right;
    /* width:400px; */
}
.footer-box3 .footer-ewm ul li{
    float:left;
    width:140px;
   
}
.footer-box3 .footer-ewm ul li img{
    width:100%;
    padding:0px 10px;
}
.footer-box3 .footer-ewm ul li p{
    text-align: center;
    line-height: 30px;
    font-size:12px;
}
.footer-bottom {
    background: #f8f8f8;
    color: #888;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
    text-align: center;
    margin-top: 20px;
}

.cbfc {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 1002;
}

.cbfc a {
    position: relative;
    width: 56px;
    height: 56px;
    display: block;
    background-color: rgba(0, 0, 0, 0.47);
    margin-bottom: 2px;
}

.cbfc a i.iconfont {
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
}

.cbfc a:hover i.iconfont {
    background: #009d44;
    color: #fff;
}

.cbfc a .cbfc-info {
    padding: 10px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 66px;
    top: 50%;
    background-color: #ffffff;
    display: none;
}

.cbfc a .cbfc-info span {
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -8px;
    background-position: 0px 0px;
    background-image: url(../images/jiantou.png);
    background-repeat: no-repeat;

}

.cbfc a .cbfc-info .cbfc-text {
    border: 1px solid #009d44;
}

.cbfc a.dh .cbfc-info {
    height: 134px;
    margin-top: -67px;
}

.cbfc a.dh .cbfc-info .cbfc-text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 170px;
    padding: 10px;
    background: #009d44;
    color: #fff;
    line-height: 30px;
}

.cbfc a.wx .cbfc-info {
    height: 148px;
    margin-top: -74px;
}

.cbfc-wechat {
    width: 205px;

}

.cbfc-wechat>div {
    float: left;
    width: 100px;
    text-align: center;
}

.cbfc-wechat>div:first-of-type {
    margin-right: 5px;
}

.cbfc-wechat>div img {
    border: 1px solid #009d44;
}

.cbfc-wechat>div p {
    font-size: 13px;
    line-height: 24px;
    background: #009d44;
    color: #fff;
}
.sub-banner1{
    width:100%;
}
.sub-banner img{
    width:100%;
}
.sub-banner-fluid {
    height: 320px;
    padding: 30px 0px;
    background: url(../images/sub-banner.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0%;
}
.sub-banner-word{
    float:left;
    width:600px;
    padding-top:30px;
}
.sub-banner-word .tit1{
    color:#fff;
    font-size:20px;
    text-transform: uppercase;
}
.sub-banner-word .tit2{
    font-size:36px;
    color:#fff;
    margin-top:10px;
}
.sub-banner-word .tit3{
    font-size:16px;
    margin-top:10px;
    line-height: 30px;
    color:#fff;
}
.sub-banner-img{
    float:right;
    margin-top:20px;
}
.sub-banner-img img{
    height: 220px;
}
.sub-content {
    padding: 20px;
    border: 1px solid #ddd;
}

.crumbs .left {
    font-size: 18px;
}

.crumbs {
    padding: 5px 10px;
    background: #009d44;
    color: #fff;
    line-height: 28px;
}

.crumbs a {
    color: #fff;
}

.sub-title {
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;

}

.sub-title h1 {
    font-size: 26px;
}

.sub-info {
    padding: 15px 0px;
    line-height: 1.8;
    font-size: 15px;
    color: #444;
}
.sub-ryzz{
    margin-top:20px;
}
.sub-ryzz .sub-ryzz-title{
    padding: 5px 10px;
background: #009d44;
color: #fff;
line-height: 28px;
font-size:18px;
}
.sub-ryzz .ryzz-list {
    padding: 20px;
    border: 1px solid #ddd;
}
.sub-ryzz .ryzz-list .ryzz-item{
    float:left;
    width:25%;
    padding:5px;
}
.sub-ryzz .ryzz-list .ryzz-item img{
    height:272px;
    border:1px solid #ddd;
    width:100%;
}
.sub-link{
    padding:15px 0px;
    margin-top:10px;
    border-top:1px dashed #ddd;
}
.sub-link p{
    line-height: 30px;
}
.sub-link a:hover{
    color:#009d44;
    text-decoration: underline;
}
.sub-news-item {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

.sub-news-item .img {
    float: left;
    width: 190px;
    height:140px;
    overflow: hidden;
}

.sub-news-item .img img {
    width: 100%;
    height:100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.sub-news-item .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.sub-news-item .info {
    float: left;
    width: calc(100% - 190px);
    padding-left: 15px;
}

.sub-news-item .info .title {
    font-size: 18px;
    line-height: 30px;
}

.sub-news-item .info .title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    height: 30px;
}
.sub-news-item .info .title a:hover{
    color:#005f20;
}

.sub-news-item .info .time {
    font-size:13px;
    color: #888;
    line-height: 20px;
    margin-top:5px;
}
.sub-news-item .info .time i.iconfont{
    margin-right:10px;
}
.sub-news-item .info .des {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    color:#888;
    margin-top:5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sub-news-item .info .sub-news-more {
    display: block;
    width: 90px;
    line-height: 26px;
    text-align: center;
    background: #009d44;
    color:#fff;
    margin-top: 10px;
}
.sub-news-item .info .sub-news-more:hover{
    background:#005f20;
}