header {
	margin-bottom: 0;
}

/*index*/

#index_section {
	background: url(../images/index_banner_bg.jpg) center top no-repeat;
	position: relative;
}

.index_wrapper {
	position: relative;
	z-index: 111;
	max-width: 980px;
	margin-top: -1%;
	margin-left: auto;
	margin-right: auto;
}

.index_main {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	border: none;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 21px -6px rgba(0, 0, 0, 0.91);
	box-shadow: 0 0 21px -6px rgba(0, 0, 0, 0.91);
	overflow: hidden;
	margin-bottom: 5%;
}

.index_main ul {
	
	
}

.index_main ul li {
	float: left;
	width: 25%;
	border-right: 1px solid #fcc;
	box-sizing: border-box;
}
.index_main ul li:last-child {
	border-right: 0px;
}
.index_main h5 {
	text-align: center;
	background-color: #c00;
	color: #FFFFFF;
	padding: 5%;
	font-family: 'Roboto Condensed', Microsoft JhengHei;
	font-size: 1.25em;
}



.index_com {
	background: #ebebeb;
	padding-bottom: 3%;
}

.index_txt {}

.index_txt li h5 {
	background: url(../images/arrow.png) left center no-repeat;
	padding-left: 30px;
	font-size: 1.5em;
	font-family: 'Roboto Condensed', Microsoft JhengHei;
	margin-top: 30px;
	margin-bottom: 3%;
}

.index_txt li {
	float: left;
	width: 100%;
}

.index_txt li#c1 {
	float: left;
	width: 57%;
	margin-right: 3%;
}
.index_txt li#c1 ul {
	box-sizing: border-box;
	width: 50%;
	float: left;
	font-size: 15px;
	line-height: 2em;
	padding-left: 40px;
}
.index_txt li#c1 ul li {
	list-style-image: url(../images/index-pro-li.png);
}
.index_txt li#c2 {
	width: 40%;
	margin-right: 0;
}
.index_txt li#c2 img {
	border: #cecece 1px solid;
	float: left;
	margin: 0 6px 6px 0;
}
.index_txt li#c2 strong {
	font-size: 18px;
	color: #c00;
}
.index_txt p {
	color: #666;
	font-size: 14px;
	line-height: 1.4em;
}
.index_txt a {
	color: #666;
}
.index_txt li#c1 p {
	padding-right: 13%;
	margin-bottom: 5%;
}
.more {
	text-align: right;
}
.more a {
	color: #666;
	font-size: 14px;
}
/*--Responsive*--*/

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1024px) {
	.index_txt li#c1 {
		width: 50%;
		margin-left: 3%;
	}
}

@media (max-width:980px) {}

@media (max-width:900px) {
}

@media (max-width:800px) {
	.index_txt li h5 {
		font-size: 1.3em;
	}
	.index_txt li#c1,
	.index_txt li#c2 {
		margin-right: 2%;
		margin-left: 2%;
		margin-top: 0;
		padding-top: 1px;
		float: none;
		width: 96%;
		clear: both;
	}
	.index_txt li {
	  float: none;
	  width: 100%;
	  line-height: 	1.8em;
	}
}

@media (max-width:768px) {
	.index_txt li h5 {
		font-size: 1.5em;
	}
	.index_txt p {
	  font-size: 1em;
	}
}

@media (max-width:736px) {}

@media (max-width:667px) {}

@media (max-width:640px) {
	.index_txt li#c1,
	.index_txt li#c2 {
		margin-right: 2%;
		margin-left: 2%;
		margin-top: 0;
		padding-top: 1px;
		float: none;
		width: 96%;
		clear: both;
	}
	.index_txt li {
	  float: none;
	  width: 100%;
	  line-height: 	1.8em;
	}
	.index_txt p {
	  font-size: 1em;
	}
}

@media (max-width:600px) {}

@media (max-width:568px) {}

@media (max-width:480px) {
	.index_main ul li {
		float: left;
		width: 50%;
	}
	.index_txt li#c1,
	.index_txt li#c2 {
		margin-right: 5%;
		margin-left: 5%;
		margin-top: 0%;
		float: none;
		width: 90%;
	}
	.index_txt {
		padding-top: 1%;
	}
	.index_txt li#c1 img {
		width: 50%;
	}
	#toTop {
		padding-bottom: 10%;
	}
}

@media (max-width:425px) {
	.index_txt li#c1 ul {
	  width: 100%;
	  float: none;
	}
}
@media (max-width:414px) {}

@media (max-width:375px) {
	#toTop {
		padding-bottom: 15%;
	}
}

@media (max-width:360px) {
	.index_txt li#c2 img {
	  float: none;
	  display: block;
	  margin: 0 auto 20px;
  }
}

@media (max-width:320px) {}