﻿@charset "utf-8";


body,html{background: #F6F8FA;width: 100%;overflow-x: hidden;overflow-y: auto;}
.equipment-on{border-bottom: 3px solid #2D9A00;}  


.equipment-titlewrap{
    width: 100%;
    float: left;
    padding: 70px 0px 40px 0px;
}
.equipment-titlebox{
    width: 100%;
    float: left;
    border-bottom: 1px solid #E1E1E8;
    position: relative;
}
.equipment-titlebox:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    border:1px solid #369E0C;
    bottom: -4px;
    left: -8px;
}
.equipment-titlebox:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    border:1px solid #369E0C;
    bottom: -4px;
    right: -8px;
}
.equipment-titlebox ul li{
    float: left;
    margin-left: 50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
}
.equipment-on{color: #2D9A00;}
.equipment-on:after{
     content: '';
     width: 100%;
     height: 2px;
     bottom: -1px;
     right: 0px;
     position: absolute;
     background: #2D9A00;
}


.equipment-wrap{
    width: 95%;
    float: left;
    padding: 30px 2.5%;
    background: #fff;
    margin-bottom: 30px;
    border:1px solid #F1F1F1;
}
.equipment-img1{
    width: 415px;
    height: 240px;
    object-fit: cover;
    float: left;
}
.equipment-tbox{
    display: block;
    margin-left: 450px;
    height: 240px;
}
.equipment-title{
    width: 100%;
    float: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 15px;
}
.equipment-text{
    width: 100%;
    float: left;
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #B4B4B4;
    margin-top: 10px;
}
.equipment-btn{
    width: 150px;
    height: 35px;
    line-height: 33px;
    float: left;
    border:1px solid #CBCBCB;
    float: left;
    color: #A0A0A0;
    text-align: center;
    border-radius:30px;
    background: #FFFFFF;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    margin-top: 55px;
    font-size: 14px;
}
.equipment-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/right-icon3.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
}
.equipment-wrap:hover .equipment-icon{
    background: url(../images/right-icon3-2.png) no-repeat center center;
    background-size: 100%;
}
.equipment-wrap:hover .equipment-btn{
    background: #2D9A00;
    color: #fff;
    border:1px solid #2D9A00;
}
.news-wrap{
    width: 100%;
    float: left;
    padding: 60px 0px;
    background: #fff;
}
.detail-title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 36px;
}
.detail-title2{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
    line-height:25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}
.detail-text{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #666666;
    line-height:30px;
}
.detail-page{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid #BABABA;
    margin-top: 80px;
}
.detail-page-tbox{
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 16px;
    color: #333;
}
.detail-page-text{
    width: 100px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}
.detail-page-text:hover{
    background: #2D9A00;
    color: #fff;
    text-align: center;
}

/* update20210531 */
.equban {
	overflow: hidden;
	float: initial;
}
.width1200 {
	width: 1200px;
	margin: 0 auto;
}

/* .c-flex {
	display: flex;
	justify-content: space-between;
} */
.welcome-area {
	background: #ffffff;
	padding: 60px 0 60px;
}
.welcome-image-box {
	width: 45%;
}

.welcome-image-box .line {
	width: 100%;
	height: 15px;
	background: #26b7bc;
	margin-top: 35px;
	border-radius: 10px;
}

.welcome-image-box .img {
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
}

.welcome-image-box .img img {
	width: 100%;
}

.welcome-content-box {
	width: 55%;
	padding-left: 60px;
	box-sizing: border-box;
}

.sec-title h2 {
	color: #353742;
	font-size: 28px;
	line-height: 48px;
	font-weight: 900;
	text-transform: capitalize;
}

.welcome-content-box .sec-title {
	padding-bottom: 15px;
}
.welcome-content-box .inner-content {
    line-height: 30px;
    color: rgb(51,51,51);
}
.welcome-content-box .inner-content h3 {
	color: #26b7bc;
	font-size: 22px;
	line-height: 36px;
	font-weight: 600;
	margin: 0 0 31px;
}

.blog-single-area {
	border-top: 1px solid #dbdee4;
	background: #ffffff;
	padding: 60px 0 60px;
}

.blog-single-area .item-l {
	width: 63.4%;
	padding: 0 20px;
    box-sizing: border-box;
}

.blog-single-area .item-r {
	width:30.9%;
	 padding: 0 15px;
	
}
.single-sidebar .categories ul li {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	background: transparent;
	border-radius: 8px;
	margin-bottom: 10px;
	z-index: 1;
}
.single-sidebar .categories ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
	border-radius: 8px;
	opacity: 0;
	transform: scaleY(0.3);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
	z-index: -1;
}
.single-sidebar .categories ul li .jt {
	display :inline-block;
	position: absolute;
	right: 20px;
}
.single-sidebar .categories ul li .jt::after {
	display: inline-block;
	content: " ";
	height: 8px;
	width: 8px;
	border-right: 2px solid #8a8c93;
	border-top: 2px solid #8a8c93;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
   
}
.single-sidebar .categories ul li a {
	color: #8a8c93;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-sidebar .categories ul li:hover:before, .single-sidebar .categories ul li.active:before {
	opacity: 1;
	transform: scaleY(1.0);
}
.single-sidebar .categories ul li:hover a, .single-sidebar .categories ul li.active a {
	color: #353742;
}
.single-sidebar .categories ul li:hover .jt:after, .single-sidebar .categories ul li.active .jt:after {
	border-right: 2px solid #2D9A00;
	border-top: 2px solid #2D9A00;
}
.single-team-member {
	position: relative;
	display: block;
	margin-bottom: 40px;
}
.single-team-member .img-holder {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 10px 10px 0;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.single-team-member .img-holder .inner {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.single-team-member .img-holder .inner::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}
.single-team-member .img-holder .inner img {
	width: 100%;
	transform: scale(1.0);
	transition: .3s ease-in-out;
}
.overlay-style-one.bg2 {
	background-color: rgba(39, 183, 188, 0.70);
}
.single-team-member .title-holder {
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #ffffff;
	padding: 15px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.single-team-member .title-holder:before {
	position: absolute;
	left: 0;
	bottom: -10px;
	right: 0;
	height: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #26b7bc;
	content: "";
	transform: scaleY(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
	z-index: 1;
}
.overlay-style-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
	opacity: 0;
	z-index: 1;
}
.single-team-member .img-holder .inner img {
	width: 100%;
	transform: scale(1.0);
	transition: .3s ease-in-out;
}
.single-team-member .title-holder .left {
	position: relative;
	display: block;
}
.single-team-member:hover .img-holder .inner::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.single-team-member:hover .img-holder .inner img {
	transform: scale(1.05);
}
.single-team-member:hover .overlay-style-one {
	opacity: 1;
}
.single-team-member:hover .title-holder:before {
	transform: scaleY(1.0);
}

.single-sidebar .title {
	position: relative;
	display: block;
	margin-top: -7px;
	padding-left: 30px;
	border-bottom: 1px solid #dbdee4;
	margin-bottom: 10px;
	 padding-bottom: 10px;
}
.blog-single-area .texts {
	line-height:30px;
	color: rgb(51,51,51);
}
.blog-single-area .texts img {
	max-width:100%;
}
.single-sidebar{
	position: relative;
	display: block;
	background: #f4f5f7;
	padding: 35px 20px;
	box-sizing:border-box;
	margin-bottom:30px;
}
.single-sidebar .inner img{
	width:100%;
}
.single-sidebar .title h3 {
	color: #353742;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
}
.single-team-member .title-holder h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0px 0 3px;
}
.single-team-member .title-holder h3 a {
	color: #353742;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.single-team-member .title-holder p {
	color: #26b7bc;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
}

.single-sidebar .popular-tag {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 30px;
}
.single-sidebar .popular-tag li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 5px;
	color: #8a8c93;
	font-size:16px;
}
.single-sidebar .col-xl-12 {
   padding:0 15px;
   box-sizing:border-box;
}
.single-sidebar.popular-tag-boxs {
	position: relative;
	display: block;
	background: #f4f5f7;
	padding: 50px 20px 36px;
}



@media only screen and (max-width: 900px) {
    .equipment-wrap{width: 90%;padding: 20px 5%;}
    .equipment-img1{width: 100%;float: left;height: auto;}
    .equipment-tbox{width: 100%;margin-left: 0px;}
    .equipment-btn{margin-top: 25px;}
}
/*手机*/
@media screen and (min-width: 320px) and (max-width: 480px) {
    .banner-box2{width: 50% !important;}
}
