html {
	min-width: 1180px;
	width: 100%;
}

body {
	font-size: 14px;
	background: #fff;
	font-family: "Microsoft Yahei", "Arial", Verdana, Arial, sans-serif;
	line-height: 1.4;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	transition: all .4s ease;
	cursor: pointer;
}

a:hover {
	color: #3A9A59 !important;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

strong {
	font-weight: 800;
}

img {
	border: 0;
	height: auto;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
input:focus,
input:active {
	user-select: text;
}

button:focus {
	outline: 0;
}

textarea {
	resize: none;
}

video {
	outline: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	*zoom: 1;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.rightmenu {
	width: 185px;
	cursor: pointer;
	position: fixed;
	z-index: 99999;
	right: -130px;
	top: 210px;
	cursor: pointer;
}

.rightmenu li {
	height: 55px;
	line-height: 55px;
	border-radius: 4px;
	margin-bottom: 1px;
	background-color: #3A9A59;
	background-repeat: no-repeat;
	background-image: url(../images/rightmenu-icon.png);
	text-indent: 55px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}

.rightmenu li a {
	display: block;
	width: 100%;
	height: 55px;
	color: #fff;
}

.rightmenu li a:hover {
	color: #fff !important;
}

.rightmenu li.r-top {
	background-position: 0 0;
}

.rightmenu li.r-phone {
	background-position: 0 -55px;
	font-family: "Arial";
}

.rightmenu li.r-qq {
	background-position: 0 -110px;
}

.rightmenu li.r-mess {
	background-position: 0 -165px;
}

.rightmenu li.r-code {
	background-position: 0 -220px;
}

.rightmenu li.r-code .img {
	width: 117px;
	margin: 0 auto;
	position: relative;
}

.rightmenu li.r-code .img img {
	display: block;
	width: 117px;
	height: 117px;
}


.fl {
	float: left;
}

.fr {
	float: right;
}



.layui-layer-video {
	margin-top: -5% !important;
}



.header1 {
	background: #f5f5f5;
	padding: 10px;
}

.header1 span {
	color: #333;
}

.header a {
	color: #666;
	position: relative;
	display: inline-block;
}

.header a+a {
	margin-left: 10px;
}

.header a+a::after {
	content: "";
	display: block;
	height: 14px;
	width: 1px;
	background: #666666;
	position: absolute;
	top: 3px;
	left: -8px;
}

.header2 {
	box-sizing: border-box;
	padding: 10px 0;
}

.header2 .logo img {
	/* width: 652px; */
}

.header2 .phone {
	margin-top: 15px;
}

.header2 .phone img {
	width: 37px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
}

.header2 .phone .desc {
	float: left;
}

.header2 .phone .desc p {
	color: #666;
	line-height: 28px;
}

.header2 .phone .desc span {
	font-size: 24px;
	color: #3A9A59;
	font-weight: bold;
}

.header3 {
	background: #404040;
	height: 60px;
	line-height: 60px;
}

.header3 ul>li {
	float: left;
	width: 9%;
	text-align: center;
	position: relative;
}

.header3 ul>li.active a {
	color: #3A9A59;
}

.header3 ul li+li::after {
	content: "";
	display: block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 0;
}

.header3 ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
}


.subnav {
	width: 100%;
	background: #ffffff;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 0%;
	top: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	z-index: 44;
}

.subnav ol {
	padding: 12px 0;
}

.subnav ol li {
	width: 100%;
	margin: 0 !important;
}

.subnav a {
	transition: .3s;
	padding: 0 10px;
	box-sizing: border-box;
	color: #333 !important;
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.subnav a:hover {
	background: #3A9A59;
	color: #fff !important;
}

.header3 ul>li:hover .subnav {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}





/* **** banner start **** */
.banner .swiper-container_banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .swiper-slide {
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	opacity: 1;
	background: #fff;
	position: relative;
	margin: 0 10px !important;
}

.swiper-pagination-bullet::after {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	border: 1px solid #3A9A59;
	border-radius: 100%;
	left: -6px;
	top: -6px;
	display: none;
}

.swiper-pagination-bullet-active {
	background: #3A9A59;
}

.swiper-pagination-bullet-active::after {
	display: block;
}

/* **** banner end **** */


.ind_tit {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.ind_tit p {
	color: #333;
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 5px;
}

.ind_tit span {
	color: #ddd;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	font-family: arial
}





/* **** sec1 start **** */
.sec1 {
	background: #F5F5F5;
	box-sizing: border-box;
	padding: 20px 0 100px 0;
}

.sec1 .info {
	width: 50%;
	box-sizing: border-box;
	padding-right: 60px;
}

.sec1 .info ul li {
	display: block;
	float: left;
	height: 80px;
	line-height: 80px;
	width: 215px;
	text-align: center;
	border: 1px solid #3A9A59;
	box-sizing: border-box;
	font-size: 23px;
	color: #3A9A59;
	cursor: pointer;
}

.sec1 .info ul li+li {
	margin-left: 25px;
}

.sec1 .info ul li.active {
	background: #3A9A59;
	color: #fff;
}

.sec1 .info h3 {
	margin: 20px 0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.sec1 .info .desc {
	margin: 40px 0;
	height: 130px;
}

.sec1 .info .desc span,
.sec1 .info .desc a {
	display: inline-block;
	font-size: 19px;
	color: #666;
	line-height: 28px;
	text-indent: 2em;
}

.sec1 .number_box {
	margin-top: 10px;
	display: block;
}

.sec1 .num_box {
	float: left;
	text-align: center;
	position: relative;
}

.sec1 .num_box:nth-of-type(1) {
	width: 23%;
}

.sec1 .num_box:nth-of-type(2) {
	width: 31%;
}

.sec1 .num_box:nth-of-type(3) {
	width: 23%;
}

.sec1 .num_box:nth-of-type(4) {
	width: 23%;
}

.sec1 .num_box+.num_box::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #ccc;
}

.sec1 .num_box p {
	color: #666;
	font-size: 18px;
}

.sec1 .num_box p>span {
	color: #3A9A59;
	font-size: 48px;
	font-weight: bold;
}

.sec1 .num_box>span {
	color: #666;
	font-size: 18px
}

.sec1 .video_box {
	width: 50%;
}

.sec1 .video {
	position: relative;
	overflow: hidden;
}

.sec1 .video:hover img {
	transform: scale(1.1);
}

.sec1 .video_box img {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	transition: .6s;
}

.sec1 .video_box img:hover~i,
.sec1 .video_box i:hover {
	opacity: .7;
}

.sec1 .video_box i {
	display: block;
	background: url(../images/video_open.png) no-repeat;
	height: 81px;
	width: 126px;
	background-size: 126px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -63px;
	margin-top: -40px;
	transition: .3s;
	cursor: pointer;
}

.layui-layer-video video {
	width: 100%;
}

/* **** sec1 end **** */




/* **** sec2 start **** */
.sec2 .ind_tit {
	padding-bottom: 15px;
}

.sec2_bg {
	box-sizing: border-box;
	padding: 20px 0;
	background: url(../images/sec2_bg.jpg) no-repeat;
	background-size: cover !important;
	background-position: center !important;
}

.samp_sel ul li {
	float: left;
	width: 20%;
	text-align: center;
	background: #404040;
	box-sizing: border-box;
	margin-bottom: 20px;
	transition: .3s;
}

.samp_sel ul li+li {
	border-left: 1px solid #fff !important;
}

.samp_sel ul li a {
	transition: .3s;
	color: #fff !important;
	font-size: 18px;
	box-sizing: border-box;
	display: block;
	padding: 25px 0;
}

.samp_sel ul li.on {
	background: #3A9A59;
}

.samp_sel ul:nth-of-type(2) li:hover {
	background: #3A9A59;
}

.samp_item {
	position: relative;
}

.samp_box .img {
	width: 50%;
	overflow: hidden;
}

.samp_box .img img {
	width: 100%;
	transition: .6s;
}

.samp_box .img:hover img {
	transform: scale(1.1);
}

.samp_box .info {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50%;
	box-sizing: border-box;
	padding: 30px 45px 30px 35px;
	background: #fff;
}

.samp_box .info h3 {
	font-size: 28px;
	font-weight: bold;
	color: #222222;
}

.samp_box .info span {
	font-size: 20px;
	color: #666666;
	display: block;
	line-height: 30px;
	margin: 15px 0 25px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 60px;
}

.samp_box .info a {
	border-radius: 23px;
	background: #3A9A59;
	color: #FFFFFF !important;
	font-size: 16px;
	box-sizing: border-box;
	padding: 12px 35px;
	display: inline-block;
}

.samp_box .ico {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 30px;
}

.samp_box .ico img+img {
	margin-left: 10px;
}

.samp_box {
	margin-bottom: 20px;
	position: relative;
}


.img_item {
	width: calc(25% - 16px);
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	transition: .3s;
}

.img_item .img {
	overflow: hidden;
}

.img_item img {
	width: 100%;
	transition: .6s;
}

.img_item+.img_item {
	margin-left: 20px;
}

.img_item p {
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
	padding: 16px 10px;
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.img_item:hover img {
	transform: scale(1.1);
}

.img_item:hover p {
	background-color: #3A9A59;
	color: #fff;
}

/* **** sec2 end **** */




/* **** sec3 start **** */
.do_item_box {
	width: 18%;
	float: left;
	overflow: hidden;
	position: relative;
	background: #000000;
	transition: .8s;
}

.do_item {
	position: relative;
}

.do_item_box img {
	height: 100%;
	opacity: .5;
	transition: .8s;
}

.do_item_box:hover img {
	transform: scale(1.1);
}


.do_item_box .desc1 {
	position: absolute;
	z-index: 11;
	bottom: 70px;
	left: 45px;
	/* background: rgba(0,0,0,.5); */
	color: #fff;
}

.do_item_box .desc1 p {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

.do_item_box .desc1 p::after {
	content: "";
	position: absolute;
	display: block;
	top: 45px;
	left: 0;
	height: 2px;
	width: 51px;
	background: #FFFFFF;
}

.do_item_box .desc1 a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;

}

.do_item_box .desc2 {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	height: 200px;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 55px;
	color: #fff;
}

.do_item_box .desc2 .wz {
	float: left;
	width: calc(100% - 150px);
	box-sizing: border-box;
	padding-right: 20px;
}

.do_item_box .desc2 .wz p {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 15px;
}

.do_item_box .desc2 .wz p>span {
	text-transform: uppercase;
	padding-left: 5px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
}

.do_item_box .desc2 .wz>span {
	font-size: 18px;
	line-height: 28px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 56px;
}

.do_item_box .desc2 a {
	float: left;
	display: block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	background: #3A9A59;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	margin-top: 35px;
}


.do_item_box.active {
	width: 46%;
}

.do_item_box.active img {
	opacity: 1;
}

.do_item_box.active .desc1 {
	display: none;
}

.do_item_box.active .desc2 {
	display: block;
}


/* **** sec3 end **** */




/* **** sec4 start **** */

.sec4 {
	background-color: #F5F5F5;
	padding-top: 23px;
}

.sec4 .inner-title {
	font-size: 45px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #3A9A59;
	text-align: center;
	top: -44px;
}

.sec4 .inner-title span {
	font-size: 22px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #333333;
	position: relative;
	top: -10px;
}

.sec4 .inner-desc2 {
	font-size: 60px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #EDEDED;
	text-align: center;
}

.sec4 .adv_tabCon {
	padding-top: 46px;
	overflow: hidden;
}

.sec4 .hd {
	font-size: 0;
	text-align: center;
	width: 100%;
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0px 13px 28px 0px rgba(187, 187, 187, 0.68);
	position: absolute;
	left: 0;
	top: -42px;
	z-index: 22;
}

.sec4 .hd .item {
	font-size: 22px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #222222;
	border-right: 1px solid #BDBDBD;
	height: 90px;
	float: left;
	box-sizing: border-box;
	width: 25%;
	transition: 0.9s;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
	position: relative;
	cursor: pointer;
}

.sec4 .hd .item.n2 span,
.sec4 .hd .item.n3 span {
	/* padding-left: 53px; */
}

.sec4 .hd .item:nth-child(4) {
	border-right: 0;
}

.sec4 .hd .item span {
	font-size: 22px;
	/* padding-left: 44px; */
	position: relative;
	top: 32px;
}

.sec4 .hd .item.active,
.sec4 .hd .item:hover {
	background-color: #3A9A59;
	color: #ffffff;
	border-right: 1px solid #3A9A59;
}

.sec4 .hd .tender {
	width: auto;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.sec4 .hd .item.n4 .tender {
	left: 64px;
}

.sec4 .tender img {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
}

.sec4 .tender img.img1 {
	opacity: 1;
	visibility: visible;
}

.sec4 .tender img.img2 {
	opacity: 0;
	visibility: hidden;
}

.sec4 .item:hover .tender .img1,
.sec4 .item.active .tender .img1 {
	opacity: 0;
	visibility: hidden;
}

.sec4 .item:hover .tender .img2,
.sec4 .item.active .tender .img2 {
	opacity: 1;
	visibility: visible;
}

.sec4 .adv_desc {
	width: 100%;
	height: 235px;
	background: #222222;
}

.sec4 .contact_btn {
	margin-top: 72px;
}

.sec4 .contact_btn a {
	display: block;
}

.sec4 .contact_btn a.about {
	width: 188px;
	height: 57px;
	background: #3A9A59;
	font-size: 18px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	line-height: 57px;
	transition: all .9s;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
}

.sec4 .contact_btn a.about:hover {
	background-color: #ffffff;
	color: #3a9a59;
}

.sec4 .contact_btn a.contact {
	box-sizing: border-box;
	width: 188px;
	height: 58px;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 58px;
	border-top: 0;
	transition: all .9s;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
}

.sec4 .contact_btn a.contact:hover {
	background: #3A9A59;
	border-color: #3A9A59;
	color: #ffffff !important;
}

.sec4 .contact_tel {
	margin-right: 68px;
	margin-top: 92px;
}

.sec4 .contact_tel b {
	font-size: 36px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #FFFFFF;
}

.sec4 .contact_tel span {
	font-size: 16px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #6E6E6E;
	display: block;
	margin-bottom: 3px;
}

.sec4 .contact_tel span img {
	margin-right: 8px;
	vertical-align: middle;
}

.sec4 .num {
	font-size: 40px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #FFFFFF;
}

.sec4 .bd .title {
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 30px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 12px;
}

.sec4 .bd .text {
	font-size: 14px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.sec4 .bd .left {
	width: calc(100% - 510px);
	margin-top: 34px;
}

.sec4 .bd .right {
	width: 510px;
}

.sec4 .adv_item .img {
	width: 100%;
	overflow: hidden;
}

.sec4 .adv_item .img img {
	width: 100%;
	transition: transform 1.02s;
	-webkit-transition: transform 1.02s;
	-moz-transition: transform 1.02s;
	-ms-transition: transform 1.02s;
	-o-transition: transform 1.02s;
	overflow: hidden;
}

.sec4 .adv_item:hover .img img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}

/* **** sec4 end **** */




/* **** sec5 start **** */
.sec5 {
	background: url(../images/sec5_bg.jpg) no-repeat;
	background-size: cover !important;
	background-position: center !important;
	padding-bottom: 60px;
}

.sec5 .ind_tit {
	padding-bottom: 60px;
}

.sec5 .img {
	width: 16%;
	margin: 0 2%;
	float: left;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px;
	position: relative;
	box-shadow: 0px 0px 15px #c3c3c3;
	margin-bottom: 50px;
}

.sec5 .img::after {
	content: "";
	display: block;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	border: 1px solid #e3e3e3;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	box-sizing: border-box;
	transition: .6s;
}

.sec5 .img img {
	width: 100%;
	transition: .6s;
}

.sec5 .img:hover img {
	transform: scale(1.2);
}

.sec5 .img:hover::after {
	border: 1px solid #3A9A59 !important;
}


.lx_more {
	display: block;
	height: 136px;
	width: 136px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #3A9A59;
	font-size: 18px;
	box-sizing: border-box;
	padding: 38px 20px 40px 8px;
	background: #fff;
	color: #3A9A59;
	transform: rotate(45deg);
	transition: .3s;
	margin-top: 20px;
}

.lx_more .a {
	font-size: 18px;
	transform: rotate(-45deg);
}

.lx_more:hover {
	background: #3A9A59;
	color: #fff !important;
}

/* **** sec5 end **** */




/* **** sec6 start **** */
.sec6 {
	box-sizing: border-box;
	padding: 40px 0;
}

.sec6 .sec_tit .tit p {
	font-size: 30px;
	color: #333333;
	margin-bottom: 10px;
}

.sec6 .sec_tit .tit span {
	color: #666666;
	font-size: 18px;
}

.sec6 .sec_tit a {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 5px 15px;
	color: #666;
	margin-left: 10px;
}

.sec6 .sec_tit a.active,
.sec6 .sec_tit a:hover {
	color: #fff !important;
	background: #3A9A59;
	border-bottom: 4px solid #333;
}

.case_list {
	margin-top: 40px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.case_item {
	width: 33.333%;
	float: left;
	box-sizing: border-box;
	transition: .4s;
	position: relative;
}

.case_item::after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background: #3A9A59;
	transition: .4s;
}

.case_item a {
	padding: 50px;
	box-sizing: border-box;
	display: block;
}

.case_item h3 {
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	margin-bottom: 20px;
}

.case_item p {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	transition: .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
}

.case_item span {
	font-size: 16px;
	color: #666666;
	display: block;
	margin-bottom: 25px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 56px;
}

.case_item .img {
	overflow: hidden;
	margin-bottom: 20px;
}

.case_item .img img {
	width: 100%;
	transition: .6s;
}

.case_item i {
	display: block;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	transform: rotate(45deg);
	color: #666;
	transition: .4s;
}


.case_item:hover {
	margin-top: -20px;
	box-shadow: -1px 11px 16px 5px rgba(0, 0, 0, 0.1);
}

.case_item:hover::after {
	width: 100%;
}

.case_item:hover i {
	background: #3A9A59;
	border-radius: 100%;
	color: #fff;
	transform: rotate(90deg);
}

.case_item:hover p {
	color: #3A9A59;
}

/* **** sec6 end **** */






/* **** footer start **** */
.footer {
	color: #fff;
	overflow: hidden;
}

.footer a {
	color: #fff;
	transition: .5s;
}

.footer a:hover {
	color: #1E468E;
}

.footer1 {
	background: #444;
	height: 80px;
}

.footer1 .title {
	float: left;
	margin-top: 20px;
}

.footer1 .title span {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.footer1 .title a {
	color: #fff;
	font-size: 14px;
}

.footer1 ul li {
	float: left;
	line-height: 80px;
	margin: 0 25px;
}

.footer2 {
	background: #222;
	padding: 50px 0;
}

.footer2 .one {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding-right: 40px;
	font-size: 18px;
}

.footer2 .one ul li {
	margin: 10px 0;
	width: 100%;
	font-size: 18px
}

.footer2 .two {
	float: left;
	width: 330px;
	padding-right: 90px;
	box-sizing: border-box;
}

.footer2 .two .title {
	height: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.footer2 .two .zh {
	margin-right: 3px;
	font-size: 18px
}

.footer2 .two ul {
	width: 60%;
	float: left;
}

.footer2 .two ul li {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.footer2 .two ul li a {
	font-size: 18px;
}

.footer2 .two .ul2 {
	width: 40%;
	text-align: center;
}

.footer2 .three {
	float: right;
	box-sizing: border-box;
}

.footer2 .three .ewm {
	float: left;
	height: 150px;
	margin: 20px 42px 0 0;
	text-align: center;
}

.footer2 .three .logo {
	float: left;
	height: 150px;
	/*margin:20px 0;*/
	width: auto !important;
}

.logo img {
	float: none !important;
	margin: 0 !important;
}

.footer2 .three span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
}

.footer2 .three .logo {
	margin: 20px 0px;
}

.footer2 .three img {
	width: 140px;
}

.footer3 {
	background: #222;
}

.footer3 p {
	display: block;
	width: 100%;
	border-top: 1px solid #fff;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 14px;
}

.links {
	background-color: #444;
	height: 75px;
	color: #fff;
}

.links a {
	color: #fff;
}

.link {
	float: left;
}

.link p {
	font-size: 18px;
	padding-top: 26px;
	font-weight: bold;
}

.links ul {
	padding-left: 110px;
}

.links ul li {
	float: left;
	line-height: 75px;
	padding: 0 20px;
}

.links a:hover {
	color: #1E468E;
}


/* **** footer end **** */
















@media screen and (max-width:1560px) {
	.container {
		width: 1180px;
	}

	.sec1 .num_box p>span {
		font-size: 44px;
	}

	.sec1 .info .desc span,
	.sec1 .info .desc a {
		font-size: 16px;
	}

	.sec1 .info ul li {
		height: 60px;
		width: 150px;
		line-height: 60px;
		font-size: 18px;
	}

	.samp_box .info {
		padding: 20px 45px 20px 35px;
	}

	.samp_box .info span {
		line-height: 26px;
		height: 52px;
		font-size: 16px;
	}

	.samp_box .ico {
		margin-top: 25px;
		padding-top: 25px;
	}

	.samp_box .ico img {
		width: 110px;
	}

	.sec4 .contact_tel b {
		font-size: 32px;
	}

	.sec4 .contact_tel {
		margin-right: 40px;
	}

	.sec4 .bd .title {
		font-size: 26px;
	}

	.sec4 .bd .left {
		box-sizing: border-box;
		padding-right: 20px;
	}

	.footer2 .two {
		width: 290px;
		padding-right: 50px;
	}

	.sec4 .hd .item span {
		padding-left: 40px;
	}
}


.p15-infocontent-1-con p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 28px;
}

.p15-infocontent-1-con p * {
	font-size: inherit;
	color: inherit;
}

.p15-infocontent-1-con li {
	list-style: disc !important;
	margin-left: 5%;
	line-height: 26px;
}


.pagination {
	text-align: center;
	font-size: 0;
	margin: 20px 0 40px 0;
}

.pagination li {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
	background-color: #fff;
}

.pagination li a {
	font-size: 14px;
	display: block;
}

.pagination .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999;
	margin: 0px 2px;
}

.pagination .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}

.pagination li.active,
.pagination li.active a,
.pagination li.active a:hover {
	font-weight: bold;
	display: inline-block;
	background: #3A9A59;
	color: #fff !important;
	border: 1px solid #3A9A59;
}

