@import url("global.css");
@import url("page.css");

/* 轮播图开始 */
main > #carousel {
	height: 690px;
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
}

main > #carousel .swiper-container {
	position: absolute;
	width: 100%;
	height: 690px;
	z-index: 0 !important;
}

main > #carousel .swiper-container .swiper-wrapper {
	position: absolute;
	width: 400%;
	left: 0;
}

main > #carousel .swiper-container .swiper-slide {
	float: left;
	width: 25%;
	height: 690px;
	position: relative;
	overflow: hidden;
}

main > #carousel .swiper-container .swiper-slide img {
	width: 100%;
	height: 690px;
	position: absolute;
}

/* 轮播图结束 */

/* 搜索开始 */
main > #search {
	background-color: #3D9E1E;
	color: #FFFFFF;
}
main > #search > .search {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
main > #search > .search > .left {
	display: flex;
	align-items: center;
}
main > #search > .search > .left > span {
	font-size: 14px;
}
main > #search > .search > .left > cite {
	font-style: normal;
	margin: 0 8px;
}
main > #search > .search > .left > a {
	font-size: 14px;
	color: #FFFFFF;
}
main > #search > .search > .right {
	display: flex;
	align-items: center;
}
main > #search > .search > .right > input {
	width: 230px;
	height: 30px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	border: 0;
	font-size: 15px;
}
main > #search > .search > .right > button {
	background-color: #E5781C;
	color: #FFFFFF;
	height: 30px;
	width: 80px;
	border: 0;
	font-size: 14px;
	outline:none;
	cursor: pointer;
}
/* 搜索结束 */

/* 关于我们开始 */
main > #about {
	padding: 50px 0 15px 0;
}
main > #about > .about {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
main > #about > .about > .left {
	display: flex;
	flex-direction: column;
	width: 50%;
}
main > #about > .about > .left > span:first-of-type {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
main > #about > .about > .left > span:nth-child(2) {
	font-size: 14px;
	color: #000000;
	margin-top: 25px;
	line-height: 32px;
}
main > #about > .about > .left > a {
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #3D9E1E;
	color: #FFFFFF;
	border-radius: 2px;
	margin-top: 15px;
}
main > #about > .about > .left > .down {
	display: flex;
	margin-top: 30px;
}
main > #about > .about > .left > .down > a {
	width: 33.33333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #E5781C;
	cursor: pointer;
}
main > #about > .about > .left > .down > a:nth-child(2) {
	background-color: #3D9E1E;
}
main > #about > .about > .left > .down > a > img {
	width: 35px;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 15px;
}
main > #about > .about > .left > .down > a > span {
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 16px;
}
main > #about > .about > .right {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
main > #about > .about > .right > .img {
	box-sizing: border-box;
}
main > #about > .about > .right > .img > img {
	height: 100%;
	width: 100%;
	border: 4px solid #3D9E1E;
}
/* 关于我们结束 */

/* 广告一开始 */
main > #ad-1 {
	height: 560px;
	margin: 0 auto;
	background: url(../images/ad-1.jpg) no-repeat center center;
}
/* 广告一结束 */

/* 广告二开始 */
main > #ad-2 {
	display: block;
	height: 250px;
	margin: 0 auto;
	background: url(../images/ad-2.jpg) no-repeat center center;
}
/* 广告二结束 */

/* 产品中心开始 */
main > #product {
	padding: 70px 0 60px 0;
	box-sizing: border-box;
}
main > #product > .product {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
main > #product > .product > .left {
	width: 20%;
	display: flex;
	flex-direction: column;
	outline: 2px solid #3D9E1E;
}
main > #product > .product > .left > .title {
	height: 60px;
	background-color: #3D9E1E;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
main > #product > .product > .left > .title > span:first-of-type {
	font-size: 24px;
}
main > #product > .product > .left > .title > span:last-of-type {
	font-size: 14px;
	color: #f2f2f2;
	margin-top: 5px;
}
main > #product > .product > .left > .title > span:last-of-type cite {
	margin: 0 5px;
}
main > #product > .product > .left > .cont {
	padding: 20px 15px 15px 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
}
main > #product > .product > .left > .cont > .cate {
	display: flex;
	flex-direction: column;
}
main > #product > .product > .left > .cont > .cate > a {
	height: 40px;
	line-height: 40px;
	background-color: #3D9E1E;
	color: #FFFFFF;
	margin-bottom: 15px;
	text-align: center;
}
main > #product > .product > .left > .cont > .cate > a:hover {
	background-color: #E5781C;
}
main > #product > .product > .left > .cont > .ad-3 {
	height: 105px;
	background: url(../images/ad-3.png) no-repeat center center;
	background-size: cover;
}
main > #product > .product > .left > .cont > .contact {
	background-color: #f5f5f5;
	padding: 20px 10px 5px 10px;
	box-sizing: border-box;
}
main > #product > .product > .left > .cont > .contact > .title {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
main > #product > .product > .left > .cont > .contact > .title > span:first-of-type {
	font-size: 16px;
	font-weight: bold;
	color: #3D9E1E;
}
main > #product > .product > .left > .cont > .contact > .title > span:last-of-type {
	height: 2px;
	width: 40px;
	background-color: #3D9E1E;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	align-self: center;
}
main > #product > .product > .left > .cont > .contact > .cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}
main > #product > .product > .left > .cont > .contact > .cont > span:first-of-type {
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
main > #product > .product > .left > .cont > .contact > .cont > img {
	width: 25px;
	height: 25px;
	margin: 5px 0;
}
main > #product > .product > .left > .cont > .contact > .cont > span:last-of-type {
	font-size: 25px;
	color: #f49d07;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
main > #product > .product > .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}
main > #product > .product > .right > .search {
	display: flex;
	justify-content: space-between;
	padding: 25px 0 0 0;
	align-items: center;
}
main > #product > .product > .right > .search > .left {
	display: flex;
}
main > #product > .product > .right > .search > .left > span {
	font-size: 14px;
	color: #333333;
}
main > #product > .product > .right > .search > .left > a {
	margin: 0 8px;
}
main > #product > .product > .right > .search > .right {
	display: flex;
}
main > #product > .product > .right > .search > .right > input {
	width: 230px;
	height: 30px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	outline: none;
	border: 0;
	background-color: #e4e4e4;
	padding: 0 10px;
	color: #3D9E1E;
}
main > #product > .product > .right > .search > .right > button {
	height: 30px;
	width: 45px;
	border: 0;
	background-color: #8f8f8f;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	outline:none;
	cursor: pointer;
}
main > #product > .product > .right > .search > .right > button > img {
	width: 30px;
}
main > #product > .product > .right > .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main > #product > .product > .right > .cont > a {
	display: flex;
	flex-direction: column;
	width: 32.33333%;
	position: relative;
	margin-top: 30px;
	height: 260px;
	overflow: hidden;
}
main > #product > .product > .right > .cont > a > img {
	width: 100%;
	height: 260px;
	transition: all 0.6s;
}
main > #product > .product > .right > .cont > a > span {
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,.6);
	width: 100%;
	color: #FFFFFF;
	bottom: 0;
}
main > #product > .product > .right > .cont > a:hover img {
	transform: scale(1.2);
}
/* 产品中心结束 */

/* 推荐产品开始 */
main > #tuipro > .tuipro {
	width: 1200px;
	margin: 0 auto;
}
main > #tuipro > .tuipro > .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	padding-bottom: 20px;
}
main > #tuipro > .tuipro > .title > span {
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}
main > #tuipro > .tuipro > .title > a {
	position: absolute;
	height: 28px;
	line-height: 28px;
	width: 130px;
	text-align: center;
	background-color: #3D9E1E;
	color: #FFFFFF;
	box-sizing: border-box;
	border-radius: 20px;
	bottom: -14px;
}
main > #tuipro > .tuipro > .cont {
	margin-top: 44px;
	overflow: hidden;
}
main > #tuipro > .tuipro > .cont > .swiper-wrapper {
	display: flex;
}
main > #tuipro > .tuipro > .cont > .swiper-wrapper > .swiper-slide {
	width: 288px !important;
	margin: 0 10px;
}
main > #tuipro > .tuipro > .cont > .swiper-wrapper > .swiper-slide > a {
	display: flex;
	flex-direction: column;
	width: 100%;
}
main > #tuipro > .tuipro > .cont > .swiper-wrapper > .swiper-slide > a > span {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
main > #tuipro > .tuipro > .cont > .swiper-wrapper > .swiper-slide > a:hover {
	color: #3D9E1E;
}
/* 推荐产品结束 */

/* 广告司开始 */
main > #ad-4 {
	height: 1580px;
	margin: 50px 0 0 0;
	background: url(../images/ad-4.jpg) no-repeat center;
}
/* 广告四结束 */

/* 工程案例开始 */
main > #exam {
	background-color: #FFFFFF;
	padding-top: 40px;
}
main > #exam > .exam {
	width: 1200px;
	margin: 0 auto;
}
main > #exam > .exam > .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main > #exam > .exam > .title > .left {
	display: flex;
	width: 15%;
}
main > #exam > .exam > .title > .left > li {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}
main > #exam > .exam > .title > .left > i {
	margin: 0 7px;
	align-self: center;
	font-weight: bold;
}
main > #exam > .exam > .title > .left > i:last-of-type {
	display: none
}
main > #exam > .exam > .title > .left > li.on {
	color: #3D9E1E;
}
main > #exam > .exam > .title > .right {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 7px;
}
main > #exam > .exam > .title > .right > a {
	display: flex;
}
main > #exam > .exam > .title > .cent {
	flex: 1;
	padding-left: 15px;
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 30px;
}
main > #exam > .exam > .title > .right > a > span {
	align-self: center;
	margin-left: 6px;
	background-color: #E5781C;
	color: #FFFFFF;
	height: 15px;
	width: 15px;
	text-align: center;
	line-height: 15px;
}
main > #exam > .exam > .title > .right > a:hover {
	color: #3D9E1E;
}
main > #exam > .exam > .tempWrap > .cent {
	/* display: flex;
	flex-direction: column; */
	/*height: 216px !important;*/
}
main > #exam > .exam > .tempWrap > .cent > div {
	display: flex;
	justify-content: space-between;
}
main > #exam > .exam > .tempWrap > .cent > div:first-of-type {
	margin-top: 35px;
}
main > #exam > .exam > .tempWrap > .cent > div > .left {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
main > #exam > .exam > .tempWrap > .cent > div > .left > span {
	outline: 1px solid #e1e1e1;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: -75px;
}
main > #exam > .exam > .tempWrap > .cent > div > .left > span:hover {
	background-color: #E5781C;
	outline: 1px solid #E5781C;
	color: #FFFFFF;
	cursor: pointer;
}
main > #exam > .exam > .tempWrap > .cent > div > .cont {
	flex: 1;
	
}
main > #exam > .exam > .tempWrap > .cent > div > .right {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
main > #exam > .exam > .tempWrap > .cent > div > .right > span {
	outline: 1px solid #e1e1e1;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: -75px;
}
main > #exam > .exam > .tempWrap > .cent > div > .right > span:hover {
	background-color: #E5781C;
	outline: 1px solid #E5781C;
	color: #FFFFFF;
	cursor: pointer;
}
main > #exam > .exam > .tempWrap > .cent > div {
    
}
main > #exam > .exam > .tempWrap > .cent > div > .cont > .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}
main > #exam > .exam > .tempWrap > .cent > div > .cont > .swiper-wrapper .swiper-slide {
	width: 264px !important;
	margin: 0 .5%;
}
main > #exam > .exam > .tempWrap > .cent > div > .cont > .swiper-wrapper .swiper-slide > a {
	display: flex;
	flex-direction: column;
	outline: 1px solid #e2e2e2;
	height: 216px!important;
}
main > #exam > .exam > .tempWrap > .cent > div > .cont > .swiper-wrapper .swiper-slide > a > img {
	width: 100%;
	height: 176px!important;
}
main > #exam > .exam > .tempWrap > .cent > div > .cont > .swiper-wrapper .swiper-slide > a > span {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
main > #exam > .exam > .tempWrap > .cent > div > .cont > .swiper-wrapper .swiper-slide > a:hover span {
	background-color: #3D9E1E;
	color: #FFFFFF;
}
/* 工程案例结束 */

/* 新闻中心开始 */
main > #new {
	padding: 15px 0;
	background-color: #FFFFFF;
}
main > #new > .new {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
main > #new > .new > .left {
	display: flex;
	flex-direction: column;
	width: 60%;
}
main > #new > .new > .left > .title {
	display: flex;
	justify-content: space-between;
	outline: 1px solid #e2e2e2;
}
main > #new > .new > .left > .title > ul {
	display: flex;
}
main > #new > .new > .left > .title > ul > li {
	height: 50px;
	width: 160px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
main > #new > .new > .left > .title > ul > li.on {
	background-color: #3D9E1E;
	color: #FFFFFF;
}
main > #new > .new > .left > .title > ul > li:hover {
	background-color: #3D9E1E;
	color: #FFFFFF;
}
main > #new > .new > .left > .title > a {
	align-self: center;
	margin-right: 10px;
}
main > #new > .new > .left > .title > a:hover {
	color: #3D9E1E;
}
main > #new > .new > .left > .tempWrap {
	
	/* padding-top: 20px; */
}
main > #new > .new > .left > .cent {
	display: flex;
	flex-direction: column;
}
main > #new > .new > .left > .cent > div {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
main > #new > .new > .left > .cent > div:last-of-type {
	/* margin-top: 10px; */
}
main > #new > .new > .left > .cent > div > a {
	display: flex;
}
main > #new > .new > .left > .cent > div > a > .img {
	width: 250px;
	height: 150px;
	overflow: hidden;
}
main > #new > .new > .left > .cent > div > a > .img > img {
	width: 100%;
}
main > #new > .new > .left > .cent > div > a > .right {
	flex: 1;
	padding: 20px 15px 20px 35px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
main > #new > .new > .left > .cent > div > a > .right > span:first-of-type {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
main > #new > .new > .left > .cent > div > a > .right > span:last-of-type {
	font-size: 13px;
	color: #999999;
	margin-top: 20px;
}
main > #new > .new > .left > .cent > div > .cont {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 10px;
}
main > #new > .new > .left > .cent > div > .cont > a {
	font-size: 14px;
	color: #666666;
	padding: 10px 0;
	width: 48%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
main > #new > .new > .left > .cent > div > .cont > a:hover {
	color: #3D9E1E;
}
main > #new > .new > .right {
	flex: 1;
	margin-left: 30px;
}
main > #new > .new > .right > .title {
	display: flex;
	justify-content: space-between;
	outline: 1px solid #e2e2e2;
	height: 45px;
	align-items: center;
	padding: 0 10px;
}
main > #new > .new > .right > .title > span:first-of-type {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
main > #new > .new > .right > .title > span:first-of-type > img {
	vertical-align: middle;
}
main > #new > .new > .right > .cont {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
main > #new > .new > .right > .cont > a {
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px dashed #e2e2e2;
}
main > #new > .new > .right > .cont > a:last-of-type {
	border: 0;
}
main > #new > .new > .right > .cont > a > .ques {
	display: flex;
}
main > #new > .new > .right > .cont > a > .ques > span:first-of-type {
	background-color: #E5781C;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
}
main > #new > .new > .right > .cont > a > .ques > span:last-of-type {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0 15px;
	align-self: center;
}
main > #new > .new > .right > .cont > a > .answer {
	display: flex;
	margin-top: 10px;
}
main > #new > .new > .right > .cont > a > .answer > span:first-of-type {
	background-color: #3D9E1E;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
}
main > #new > .new > .right > .cont > a > .answer > span:last-of-type {
	flex: 1;
	padding: 0 15px;
	box-sizing: border-box;
}
/* 新闻中心结束 */

/* 优势开始 */
main > #you {
	height: 80px;
	display: flex;
	background: #f2f2f2;
}
main > #you > .you {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main > #you > .you > a {
	display: flex;
	height: 100%;
	width: 25%;
	justify-content: center;
	align-items: center;
	
}
main > #you > .you > a > span {
	height: 45px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid  #e2e2e2;
	font-size: 15px;
}
main > #you > .you > a > span > img {
	
	margin-right: 7px;
}
main > #you > .you > a:last-of-type > span {
	border: 0;
}
main > #you > .you > a:hover {
	/* background-color: #3D9E1E; */
	color: #3D9E1E;
}
/* 优势结束 */
