@charset "utf-8";
/* CSS Document */
html, body{margin:0px; padding:0px; height:100%; font-size: 18px; font-family: Arial, "Microsoft YaHei"; position: relative;}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide{text-align: center;font-size: 18px;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-slide:nth-child(1){background:#EEF4FA no-repeat center; background-position:50%; background-repeat:no-repeat; background-size:cover;}
.swiper-slide:nth-child(2){background:#EEF4FA no-repeat center; background-position:50%; background-repeat:no-repeat; background-size:cover;}
.swiper-slide:nth-child(3){background:#EEF4FA no-repeat center; background-position:50%; background-repeat:no-repeat; background-size:cover;}
.slide_box{width: 100%; height: 80%; padding-top: 10%;}
.slide_box_son{padding-top: 20%;}
.slide_icon{width: 100%;}
.slide_icon i{color: #73bc4b; font-size: 80px;}
.slide_img{width: 100%;}
.slide_img img{max-width: 255px;}
.slide_big_title{font-size: 34px;width: 100%; color: #868686; font-weight: bold; padding-top: 10px;}
.slide_big_title h1,.slide_big_title h2{font-size: 34px; font-weight: bold;}
.slide_small_title{font-size: 16px;width: 100%; color: #999;}
.slide_cont{font-size: 18px;width: 100%; color: #333; padding-top: 20px; width: 50%; max-width: 1000px; margin: 0 auto;}
.slide_small_btn{width: 100%; padding-top: 20px;}
.slide_small_tips{font-size: 12px;width: 100%; padding-top: 15px; color: #73bc4b;}
.slide_small_copy{font-size: 12px;width: 100%; line-height: 46px;}
.slide_small_copy a{color: #aaa;}
.slide_small_copy a:hover{color: #73bc4b;}
.my-bullet-active{background: #73bc4b; opacity: 1;}
.go_green{color: #73bc4b;}
.go_green i{color: #73bc4b;}
.go_warm{color: #FFB800;}
.go_warm i{color: #FFB800;}
/*移动端*/
@media screen and (max-width: 599px) {
	.slide_icon i{font-size: 60px;}
	.slide_img img{max-width: 255px;}
	.slide_big_title{font-size: 30px;}
	.slide_big_title h1,.slide_big_title h2{font-size: 30px;}
	.slide_small_title{font-size: 12px;}
	.slide_cont{width: 80%; max-width: 820px;}
	}