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%;
}
.index-text {
	line-height: 20px;
}
.more {
	text-align: right;
}
.more a {
	color: #666;
	font-size: 14px;
}


/*#global-nav {
    width: 100%;
    margin: 0;
}
.responsive-nav ul, .responsive-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.responsive-nav ul li {
    float: left;
    position: relative;
}
#global-nav ul li a {
    display: block;
	color: #666666;
    padding: 0;
    text-decoration: none;
    line-height: 3.7em;
    font-family: Helvetica, Arial, Microsoft JhengHei;
    font-size: 16px;
    text-align: center;
    width: 120px;
    border-right: #b9b9b9 1px solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(185,185,185,1)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, rgba(185,185,185,1), rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, rgba(185,185,185,1), rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, rgba(185,185,185,1), rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to top, rgba(185,185,185,1), rgba(0, 0, 0, 0)) 1 100%;
}
.responsive-nav ul:after, .responsive-nav ul li:after {
    clear: both;
    content: '';
    display: block;
}
#global-nav ul li a:hover, #global-nav ul li .active, #global-nav ul li.active a {
    color: #c00;
    font-weight: bold;
}*/

/*--Responsive*--*/

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

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

@media (max-width:1024px) {
	.index_txt li#c1,
	.index_txt li#c2 {
		width: 90%;
		float: none;
		clear: both;
		margin: auto;
		padding-top: 1px;
	}
	
	.index_txt li#c1 ul:nth-child(2) {
		width: 60%;
	}
	.index_txt li#c1 ul:last-child {
		width: 40%;
	}
	.index_txt li {
	  float: none;
	  width: 100%;
	  line-height: 	1.8em;
	}
}

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

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

@media (max-width:800px) {
	.index_txt li#c1 ul:nth-child(2) {
		width: 100%;
	}
	.index_txt li#c1 ul:last-child {
		width: 100%;
	}
}

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

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

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

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

@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%;
	}
}

@media (max-width:425px) {
  .index_txt li#c1,
  .index_txt li#c2 {
	  margin-right: 2%;
	  margin-left: 2%;
	  margin-top: 5%;
	  float: none;
	  width: 96%;
  }
}

@media (max-width:375px) {
	.index_txt li {
		line-height: 24px;
	}
	#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) {}