#MainPic {
	background: url('../img/shutterstock02.png');
	height: auto;
	opacity: 0.8;
	padding-top: 7rem;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
	.btn_left,
	.btn_right {
		width: 49.5%;
		height: auto;
		/* background: #00008B; */
		background: darkblue;
		text-align: center;
		float: left;
		display: block;
		padding: 2% 0;
		position: relative;
	}	
/* #MainPic #bgmain_img {
	width: 100%;
	height: 100%;
	position: absolute;

} */

.bg-main {
	background: #fff;
	/*padding-top: 5rem;*/
	position: relative;
}

/* .cover_shutter {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
} */

/* .backg_cover01 {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000078;
	top: 0;
	opacity: 0.3;
}

.backg_cover02 {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #3181FF;
	opacity: 0.3;
	top: 0;
} */

#MainPic h1 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 2.5rem;
	position: relative;
	z-index: 2;
}

.into_index {
	/*background: #0F69AC; */
	border-bottom: 1px solid #000078;
	margin-top: 5rem;
	color: #000078;
}

.into_index_down h1,
.into_index h1 {
	font-size: 18px;
	color: #000078;
}

.into_index_down h1 {
	color: #4AA2F8;
}

.into_index_down {
	/*background: #0F69AC; */
	border-bottom: 1px solid #3181FF;
	margin-top: 5rem;
	color: #3181FF;
}
#MainPic #MainIn #MainLeft p {
	font-size: 18px;
	/*margin-top: 2%;*/
	 text-shadow: 0 0 1px #000; 
	/* font-weight: bold; */
	line-height: 2rem;
}
.btn_left h3,
.btn_right h3 {
	font-size: 24px;
	color: #fff;
}
#MainPic #MainIn {
	width: 80%;
	margin: 0 auto;
	padding: .5rem;
	overflow: hidden;
}
#MainPic #MainIn #MainLeft {
	/*	width: 100%;
		float: none;
		position: relative;*/
			width: 80%;
			margin: 1% auto;
			color: #000;
			position: relative;
			z-index: 1;
			padding-left: 1%;
	}
	
	.text_title {
		width: 100%;
		display: table;
		position: absolute;
		z-index: 1;
		top: 60%;
		opacity: 1;
	} 
	#IndexCont ul li h2 .Inner {
		/* padding: 0 0 0 1rem;
		border-left: 2px solid #fff;
		color: #fff;
		font-size: 1.3rem;
		font-weight: normal;
		letter-spacing: .1rem; */
		text-shadow: 0 0 .3rem #000;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}

/* mobile */

@media(min-width:320px) {
	#MainPic{
		padding-top: 1.5rem;
	}
	#MainPic h1{
		font-size: 18px;
	}
	#MainPic #MainIn{
		width: 100%;
	}
	#MainPic #MainIn #MainLeft{
		width: 95%;
		padding: 0px;
	}
	#MainPic #MainIn #MainLeft p{
		font-size: 13px;
	}
	.btn_left{
		margin-bottom: 5px;
	}
	.btn_left, 
	.btn_right {
		width: 100%;
	}
	.btn_left h3, 
	.btn_right h3{
		font-size: 15px;
	}
	.text_title {
		top: 21%;
	}
	
}
@media(min-width:360px){
	.text_title {
		top: 22%;
	}
	#IndexCont ul li h2 .Inner {
		font-size: 18px;
	}
}

@media(min-width:375px){
	#MainPic{
		padding-top: 2rem;
	}
	#MainPic h1{
		font-size: 20px;
	}
	.text_title {
		top: 23%;
	}
}
@media(min-width:414px){
	#MainPic #MainIn{
		width: 90%;
	}
	#MainPic #MainIn #MainLeft{
		width: 100%;
		padding: 0px;
	}
	.text_title {
		top: 26%;
	}
}


@media(min-width:768px){
	#MainPic {
		padding-top: 4rem ;
	}
	#MainPic h1{
		font-size: 30px;
	}
	#MainPic #MainIn{
		width: 80%;
	}
	#MainPic #MainIn #MainLeft{
		width: 100%;
	}
	#MainPic #MainIn #MainLeft p{
		font-size: 17px;
	}
	.btn_left,
	.btn_right {
		width: 49.5%;
		height: auto;
	}	
	.btn_left h3, 
	.btn_right h3{
		font-size: 20px;
	}
	.text_title {
		top: 33%;
	}
}

@media(min-width:1024px) {
		#MainPic {
		padding-top: 7rem ;
	}

	#MainPic {
		/* background-size: cover; */
		/* min-height: 275px; */
		/* background: url(../img/shutterstock.jpg) no-repeat 80% 50%; */
	}

	.cover_shutter {
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.4;
	}

	#MainPic h1 {
			font-size: 38px;
		    font-weight: bold;
		    text-align: center;
		    line-height: 1rem;
		    position: relative;
		    z-index: 1;
	}

	.backg_cover01 {
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #000078;
		top: 0;
		opacity: 0.3;
	}

	.backg_cover02 {
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #3181FF;
		opacity: 0.3;
		top: 0;
	}
	.text_title {
		top: 25%;
	}

}

@media(min-width:1024px) {}
	
@media(min-width:1024px) {
	#MainPic #MainIn {
		width: 80%;
		margin: 0 auto;
		padding: .5rem;
		overflow: hidden;
	}
}



#MainPic #MainIn #MainLeft h1 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 2rem;
	margin-bottom: 2rem;
}



@media(min-width:1024px) {
	#MainPic #MainIn #MainLeft {
		width: 100%;
		margin: 2% auto;
		color: #000;
		position: relative;
		z-index: 1;
		padding-left: 1%;
	}

	#MainPic #MainIn #MainLeft p {
		font-size: 20px;
		/*margin-top: 2%;*/
		 text-shadow: 0 0 1px #000; 
		/* font-weight: bold; */
		line-height: 2rem;
	}

	.btn_left,
	.btn_right {
		width: 49.5%;
		height: auto;
	}
	.btn_left h3,
	.btn_right h3{
		font-size: 24px;
	}

}

#MainPic #MainIn #MainRight {
	width: 100%;
	float: none;
	margin: 0;
	margin: 0 auto;
	display: block;

}
.main_btn {
	width: 80%;
	height: auto;
	margin: 4% auto;
	display: table;
	/* background: red; */
	position: relative;
	z-index: 2;
	margin-bottom: 8%;
}



.btn_right {
	float: right;
	/* margin-right: 8%; */
	background: #1D8CF7;
}

.cover_shutter {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
}

.backg_cover01 {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000078;
	top: 0;
	opacity: 0.3;
}

.backg_cover02 {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #3181FF;
	opacity: 0.3;
	top: 0;
}

@media(min-width:1024px) {
	#MainPic #MainIn #MainRight {
		width: 100%;
		margin: 0 0 0 1rem;
	}

	/* .btn_left,
	.btn_right {
		width: 45%;
		position: relative;
	} */
}

#MainPic #MainIn #MainRight #MainInBtn {
	margin: .5rem 0;
	padding: .5rem;
	border: 2px solid #FCD68C;
	border-radius: .4rem;
	background: #F39800;
	text-align: center;
	font-size: 1.3rem;
	box-shadow: 0 .2rem .4rem #666;
	display: none;
}

#button_title02 {
	/* bottom: 6%; */
	/* margin: 19% 0 !important; */
}

.button_title,
.button_title02 {
	width: 80%;
	display: table;
	position: relative;
	margin: 1% auto !important;
	margin-bottom: 4%;
	display: block;
	padding: 1.5% 0;
	background: #3232A2;
}

.button_title02 {
	background: #1D8CF7;
}

@media(min-width:1024px) {}

#MainPic #MainIn #MainRight #MainInBtn a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	transform: scale(1);
	transition: .3s all linear;
}

@media(min-width:1024px) {}

#MainPic #MainIn #MainRight #MainInBtn a:hover {
	transform: scale(1.1);
}

@media(min-width:1024px) {}

#IndexCont {
	margin: 0 .5rem;
	/* padding: 0 0 22rem 0; */
	/* background: url(../img/BgCompany.png) no-repeat 100% 100%; */
}

@media(min-width:1024px) {
	#IndexCont {
		margin: 0;
		padding: 0;
		/* background: url(../img/BgCompany.png) no-repeat 100% 100%; */
	}
}

#IndexCont ul {
	list-style: none;
}

@media(min-width:1024px) {
	#IndexCont ul {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		/* Safari */
		justify-content: space-between;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
	}
}

#IndexCont ul li {
	list-style: none;
	/* margin: 1rem .5rem; */
	padding: 2% .5rem 2rem .5rem;
	/* border-radius: .4rem; */
	box-shadow: .1rem .1rem .4rem #666;
	position: relative;
	margin: 5% auto;
	text-align: center;
}

@media(min-width:1024px) {
	#IndexCont ul li {
		/* margin: 1rem; */
		/* padding: 1rem 1.5rem 3rem 1.5rem; */
		width: -webkit-calc(100%/3.33);
		width: calc(100%/3.33);
		box-shadow: 0 0 2px grey;
	}
}

#IndexCont ul li h2 {
	margin: 0 0 1rem 0;
	/* padding: .2rem 1rem; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4096ee+0,76b1ed+51,4096ee+100 */
	/* background: rgb(64, 150, 238); */
	/* Old browsers */
	/* background: -moz-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(118, 177, 237, 1) 51%, rgba(64, 150, 238, 1) 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(118, 177, 237, 1) 51%, rgba(64, 150, 238, 1) 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(64, 150, 238, 1) 0%, rgba(118, 177, 237, 1) 51%, rgba(64, 150, 238, 1) 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#4096ee', GradientType=0); */
	/* IE6-9 */
	/* border-radius: .4rem; */
	width: 100%;
	/* background: green; */
	text-align: center;
	/* position: absolute; */
	z-index: 1;
}




#IndexCont ul li h2 .Inner02 {
	text-shadow: 0 0 .3rem #000;
	font-size: 14px;
	font-weight: bold;
	color: #4AA2F8;
}

@media(min-width:1024px) {}

#IndexCont ul li h3 {
	padding: 0;
	position: relative;
	margin: 0 0 1rem 0;
}

@media(min-width:1024px) {}

#IndexCont ul li h3 .Inner {
	position: absolute;
	padding: .5rem;
	font-size: .8rem;
	top: 0;
	right: 0;
	font-weight: normal;
	background: rgba(255, 255, 255, 0.7);
}

@media(min-width:1024px) {}

#IndexCont ul li h4 {
	margin: 1rem;
	font-weight: normal;
	font-size: 1rem;
}

@media(min-width:1024px) {
	#IndexCont ul li h4 {
		margin: 0 0 1rem 0;
		font-weight: normal;
		font-size: 15px;
		padding: 1px 10px;
		/* margin-bottom: 12%; */
		text-align: left;
	}
}

#IndexCont ul li h5 {
	width: 95%;
	float: none;
	padding: .2rem .5rem;
	/* border-radius: .4rem; */
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	/* background: blue; */
	/* Old browsers */
	/* background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0); */
	/* IE6-9 */
	/* border: 1px solid #999; */
	/* box-shadow: .1rem .1rem .2rem #666; */
	/* position: absolute; */
	bottom: 2%;
	color: #fff;
}



@media(min-width:1024px) {

	#IndexCont ul li h5 {
		width: 70%;
		/* float: right; */
		padding: .2rem .5rem;
		margin: 0 auto;
		display: block;
	}
}

#IndexCont ul li h5 a:before {
	/* content: '> '; */
}

@media(min-width:1024px) {}

#IndexCont ul li h5 a {
	width: 100%;
	height: 100%;
	display: block;
	color: #0F69AC;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
	transition: all .3s linear;
	color: #fff;
}

@media(min-width:1024px) {}

#IndexCont ul li h5 a:hover {
	color: #27a712;
}

@media(min-width:1024px) {}

.SHArea {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40aa1d+0,6aed00+50,40aa1d+100 */
	background: rgb(64, 170, 29) !important;
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(64, 170, 29, 1) 0%, rgba(106, 237, 0, 1) 50%, rgba(64, 170, 29, 1) 100%) !important;
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(64, 170, 29, 1) 0%, rgba(106, 237, 0, 1) 50%, rgba(64, 170, 29, 1) 100%) !important;
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(64, 170, 29, 1) 0%, rgba(106, 237, 0, 1) 50%, rgba(64, 170, 29, 1) 100%) !important;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40aa1d', endColorstr='#40aa1d', GradientType=0);
	/* IE6-9 */
}

@media(min-width:1440px) {
	.text_title{
		top: 30%;
	}
}

