.index_top{
	position: fixed;
	width:100%;
	height:40px;
	background:#fff;
	left:0;
	text-align: center;
	margin:0 auto;
	z-index: 10;
}
.index_top img{
	height:40px;
	width:auto;
	display: block;
	margin: 0 auto;
}
.index_img{
	display: block;
	width:100%;
	height:auto;
}
.index_square{
	margin:-60px 15px 0 15px;
	background: #fff;
	box-shadow: 0 0 10px #aaa;
	position: relative;
	border-radius: 10px;
}
.index_title{
	font-size: 22px;
	color:#333;
	line-height: 80px;
	padding-top:15px;
	text-align: center;
}
.index_list{
	
}
.index_list li{
	margin:0 25px 18px;
	line-height: 45px;
	border:1px solid #199a65;
	border-radius:5px;
	overflow:hidden;
}
.index_list li .left{
	float:left;
	width:50px;
	height:45px;
	background:#199a65;
}
.index_list li .left img{
	width:22px;
	height:22px;
	display: block;
	margin:11px;
}
.index_list li input{
	display: block;
	margin-left:60px;
	width:calc(100% - 70px);
	line-height: 45px;
	font-size: 14px;
	color:#333;
}
.index_btn{
	margin:25px 25px 0;
	line-height: 46px;
	background:#199A65;
	color:#fff;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
}
.index_tip{
	color:#666666;
	font-size: 10px;
	text-align: center;
	line-height: 43px;
}
.leftlist{
	overflow: hidden;
	margin-bottom: 30px;
}
.leftlist li{
	float:left;
	width:25%;
	text-align: center;
}
.leftlist li img{
	width:55px;
	height: 55px;
	border-radius: 3px;
}
.leftlist li p{
	line-height: 40px;
	margin-bottom:10px;
	font-size: 12px;
	color:#333;
}
.index_b{
	background: #106642;
	padding:35px 35px 25px;
}
.index_b_title{
	line-height: 35px;
	font-size: 22px;
	text-align: center;
	color: #fff;
}
.index_b_tip{
	font-size: 12px;
	color:#fff;
	line-height: 25px;
	margin-bottom: 15px;
	text-align: center;
}
.index_b_list{}
.index_b_list li{
	margin:0 15px 18px;
	line-height: 45px;
	border:1px solid #199a65;
	border-radius:5px;
	overflow:hidden;
	background:#fff;
}
.index_b_list li .ibl_left{
	float:left;
	width:50px;
	height:45px;
	background:#f0f0f0;
	border-right: 1px solid #ebebeb;
}
.index_b_list li .ibl_left img{
	width:22px;
	height:22px;
	display: block;
	margin:11px;
}
.index_b_list li input{
	display: block;
	margin-left:60px;
	width:calc(100% - 70px);
	line-height: 45px;
	font-size: 14px;
	color:#333;
}
.ibl_btn{
	background: #ffac2e;
	color:#fff;
	text-align: center;
	line-height: 47px;
	border-radius: 5px;
	margin:0 15px;
}
.ibl_tip{
	font-size: 12px;
	color:#fff;
	line-height: 35px;
	margin-bottom:80px;
	text-align: center;
	opacity: 0.5;
}
.bottom_line{
	position: fixed;
	bottom:0;
	left:0;
	background:#ffac2e;
	color:#fff;
	font-size: 16px;
	width:100%;
}
.index_left_btn{
	float:left;
	width:30%;
	background: #d8d8d8;
	height:53px;
	text-align: center;
}
.index_left_btn img{
	height:21px;
	width:22px;
	display: block;
	margin:8px auto 0;
}
.index_left_btn p{
	line-height: 20px;
	color:#333;
	font-size: 14px;
}
.index_btnn{
	line-height: 53px;
	text-align: center;
	float:right;
	background:#ffac2e;
	color:#fff;
	font-size: 16px;
	width:70%;
}
.blacksquare{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  right:0;
  bottom:0;
  z-index: 100;
  background: rgba(0,0,0,0.6);
}
.modalFixed{
  position: fixed;
  top:calc(50% - 244px);
  left:calc(50% - 150px);
  width:300px;
  height:488px;
  overflow:hidden;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  z-index: 101;
}
.modalFixed__header {
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  color: #808080;
  line-height: 50px;
  text-align: center;
}
.modalFixed__close {
  display: block;
  position: absolute;
  width: 11px;
  height:11px;
  right:15px;
  top:19px;
}
.modalFixed__body {
  background: #fff;
  padding-top: 20px;
  overflow: hidden;
  border-top: 1px solid #E8E8E8;
}
.modalFixed p {
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.modalFixed a {
  font-size:14px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.modalFixed a img {
  margin-right: 0.1600rem;
  width: 21px;
  height: 22px;
}
.modalFixed .form {
  padding-top: 10px;
  margin: 0 15px;
  overflow: hidden;
}
.modalFixed .form input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  border-radius: 19px;
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  margin-bottom:10px;
  -webkit-appearance: none;
  line-height: normal !important;
  font-size: 12px;
  font-weight: 300;
  background:#fff;
}
.k_bs_btn{
  background: #ffac2e;
  color:#fff;
  font-size: 15px;
  border-radius: 5px;
  line-height: 47px;
  text-align: center;
  width:100%;
}
.k_bs_tip{
  text-align: center;
  color:#666;
  font-size: 10px;
  line-height: 40px;
}
.btm_line{
  text-align: center;
  color:#fafafa;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 50px;
}
.btm_line a{
  color:#fafafa;
}
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;position:absolute;cursor:pointer;height:30px;margin-top:9px;top:0;right:0}
.sp_nav span{display:block;background:#c9141e;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 40px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:40px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}