*{
	margin: 0;
	padding: 0;
}
.icon {
      /* 通过设置 font-size 来改变图标大小 */
      width: 1em; height: 1em;
      /* 图标和文字相邻时，垂直对齐 */
      vertical-align: middle;
      /* 通过设置 color 来改变 SVG 的颜色/fill */
      fill: currentColor;
      /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
         normalize.css 中也包含这行 */
      overflow: hidden;
}
body{
	min-width: 1200px;
	max-width: 1960px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
a{
	color: #333333;
	text-decoration: none;
}
img{
	max-width: 100%;
	max-height: 100%;
}
header.index_header{
	width: 100%;
	height: 5rem;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
	position: relative;
}
.header_left{
	width: 40%;
	float: left;
	position: relative;
	top: 0.5rem;
}
.header_left img{
	width: 27%;
	vertical-align: sub;
}
.header_left span{
	position: relative;
	top: -0.3rem;
	font-size: 0.8rem;
	color: #555;
}
#logo_radio_green{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #29691D;
}
.header_right{
	width: 60%;
	float: right;
	font-size: 0.9rem;
	padding-top: 0.8rem;
	text-align: right;
}
.header_right a{
	display: inline-block;
	height: 4.1rem;
	line-height: 4.1rem;
	box-sizing: border-box;
	padding: 0 1.4rem;
	color: #333;
}
.nav_active{
	color: #29691D !important;
	border-bottom: 2.5px solid #29691D;
}
.nav_code{
	width: 13rem;
	height: 10rem;
	top: 5rem;
	right: 0;
	position: absolute;
	text-align: center;
	background: #E0E0E0;
	z-index: 999;
}
.nav_code img{
	width: 7.8rem;
	margin-top: 1.1rem;
}
/*导航结束;轮播图开始*/
.swiper-slide{
	position: relative;
}
.slider1_text{
	width: 60%;
	position: absolute;
	top: 26%;
	left: 20%;
	color: white;
}
.slider1_text span{
	margin-bottom: 0.7rem;
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
}
.slider1_text span:nth-child(2){
	padding-left: 2.4rem;
}
.swiper-slide a{
	position: absolute;
	bottom: 3.5rem;
	left: 43%;
	font-size: 1.2rem;
	color: white;
	box-sizing: border-box;
	padding: 0.8rem 2.8rem;
	border: 2px solid white;
	border-radius: 4px;
}
.slider2_text{
	width: 100%;
	position: absolute;
	top: 34%;
	color: white;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}
/*功能特点开始*/
.function_header{
	width: 10rem;
	margin: 2rem auto;
	position: relative;
	text-align: center;
}
.function_header_ch{
	margin-bottom: 0.3rem;
	font-size: 0.8rem;
	color: #444;
}
.function_header_en{
	font-size: 0.6rem;
	color: #888;
}
.function_header_green{
	width: 2.5rem;
	height: 2.5px;
	margin: 0.2rem auto;
	background: #29691D;
}
.function_header_line{
	position: absolute;
	background: #999999;
}
.function_header_left1{
	width: 1.4rem;
	height: 1px;
	bottom: 0.6rem;
	left: -0.8rem;
}
.function_header_left2{
	width: 1px;
	height: 1.6rem;
	left: -0.35rem;
	bottom: 0;
}
.function_header_right1{
	width: 2.6rem;
	height: 1px;
	top: -0.2rem;
	right: 0.8rem;
}
.function_header_right2{
	width: 1px;
	height: 1.6rem;
	top: -0.8rem;
	right: 1.2rem;
}
.function_content{
	width: 90%;
	margin: 0 auto;
}
.function_list{
	width: 48%;
	margin-bottom: 2.5rem;
	float: left;
	box-sizing: border-box;
	border: 1px solid gainsboro;
}
.function_list:nth-of-type(even){
	margin-left: 4%;
}
.function_list_text{
	text-align: center;
}
.function_list_text_top{
	margin-bottom: 0.6rem;
	font-size: 0.9rem;
}
.function_list_text_bot{
	margin-bottom: 2rem;
	font-size: 0.7rem;
	color: #444;
	padding: 0 12%;
}
.function_list_text_bot4{
	margin-bottom: 0.9rem !important;
}
.function_list_text_bot span{
	display: inline-block;
	padding: 0.1rem 0.4rem;
}
/*底部开始*/
.index_footer{
	margin-top: 3rem;
	background: #EFEFEF;
}
.index_footer_top{
	width: 100%;
	height: 8rem;
	display: table;
	box-sizing: border-box;
	padding: 0 5%;
}
.index_footer_top_list{
	display: table-cell;
	vertical-align: middle;
}
.index_footer_top_list3{
	width: 12%;
}
.index_footer_top_list>span{
	display: block;
	padding: 0.1rem 0;
	font-size: 0.75rem;
	color: #888888;
}
.index_footer_top_list span:nth-child(1){
	margin-bottom: 0.8rem;
	font-size: 0.9rem;
	color: #555;
}
#index_footer_call{
	font-size: 0.75rem;
	color: #444;
}
.index_footer_bottom{
	font-size: 0.5rem;
	color: #999999;
	text-align: center;
	padding-bottom: 1rem;
}
/*首页结束--------------------------*/


/*申请试用页面开始++++++++++++++++++*/
.apply{
	padding: 4rem 0;
	background-image: url(../img/apply_bg.png);
	background: url(../img/apply_bg.png);
}
.apply_block{
	width: 50%;
	margin: 0 auto;
}
.apply_block_header{
	height: 3rem;
	line-height: 3rem;
	font-size: 0.9rem;
	color: white;
	text-align: center;
	background: #29691D;
}
.apply_block_content{
	font-size: 0.8rem;
	color: #444444;
	padding: 2rem 5%;
	background: white;
}
.apply_block_list{
	margin-bottom: 2rem;
	box-sizing: border-box;
}
.apply_block_list>span{
	display: inline-block;
	width: 17%;
}
.apply_block_list input{
	width: 82%;
	height: 1.8rem;
	padding: 0 15px;
	box-sizing: border-box;
	border: 0.5px solid #888888 !important;
}
.apply_block_list_type{
	width: 82%;
	float: right;
	text-align: left;
}
.apply_block_list_type span{
	margin-right: 0.6rem;
	font-size: 0.7rem;
	color: #555555;
	padding: 0.3rem 0.6rem;
	border: 0.5px solid #888;
	cursor: pointer;
}
.apply_block_list_type_active{
	color: white !important;
	background: #29691D;
	border: none !important;
}
.apply_block_list select{
	width: 82%;
	height: 1.8rem;
	box-sizing: border-box;
	border: 0.5px solid #888888 !important;
}
.apply_btn{
	display: block;
	margin: 0 auto;
	color: white;
	font-size: 0.9rem;
	padding: 0.8rem 3rem;
	background: #29691D;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	cursor: -ms-pointer;
}
/*申请试用页面结束------------------*/


/*提交成功页面开始++++++++++++++++++*/
.success{
	width: 55%;
	margin: 4rem auto;
	position: relative;
	text-align: center;
	border: 0.5px solid #29691D;
	border-radius: 10px;
}
.success_top{
	height: 7rem;
	line-height: 7rem;
	font-size: 1.8rem;
	color: #29691D;
}
.success_top svg{
	font-size: 3.8rem;
	position: relative;
	top: -0.2rem;
}
.success_bottom{
	margin-bottom: 3rem;
	color: #888888;
}
.success_radio{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 1rem;
	border-radius: 50%;
	background: #29691D;
}
.success_radio1{
	left: 1.2rem;
}
.success_radio2{
	right: 1.2rem;
}
