@charset "UTF-8";
/* Body */
body {
	background-color: #f2f2f2;
	margin: 0px;
	font-size: 14px;
}
/* Container */
.container {
	width: 100%;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCC;
	text-align: center;
}

header {
    width: 100%;
    height: 55px;
    background-color: #FFFFFF;
}
.micon {
	display: none;
}
.logo {
	width: 20%;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	color: #F06508;
	font-size: 25px;
	font-weight: bold;
}
.logo img {
	height: 30px;
	vertical-align:middle;
	padding-right: 10px;
	margin-bottom: 10px;
}
header nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
nav ul li a {
	color: #000000;
	text-decoration: none;
}
nav ul li:hover a {
	color: #FF4701;
}
nav ul li:hover .submenu{
	display: block;
}
nav .submenu{
	display: none;
	position: absolute;
	z-index: 100;
	margin-left: -20px;
    background-color: #FFFFFF;
}
nav .submenu ul{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
nav .submenu ul li{
	float: none;
	padding-left: 5px;
	padding-bottom: 15px;
	color: #000000;
}
nav .submenu ul li a{
	color: #000000;
	text-decoration: none;
}
nav .submenu ul li:hover a{
	color: #FF4701;
}

.banner {
	width: 100%;
    height: 500px;
	margin: 0px;
    background-color: #FF4701;
	background-image: url("../images/banner3.png");
	background-repeat:no-repeat;
	background-position: center;
	text-align: center;
}
.banner .title {
	padding-top: 150px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #FFFFFF;
}
.banner .subtitle {
	padding-top: 15px;
	font-size: 25px;
	letter-spacing: 4px;
	color: #FFFFFF;
}
.section1 {
	display: flex;
	justify-content: center;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
}
.section1 .scontainer {
	width: 1000px;
}
.section1 .stitle {
	margin-top: 30px;
	font-size: 25px;
}
.section1 .sdesc {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #555555;
	text-align: left;
}
.section1 .sdesc-c {
	text-align: center;
}
.section1 .sbody {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.section1 .srow1 {
	text-align:left;
}
.section1 .subtitle1 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.section1 .subtitle1 img {
	width: 30px;
	height: 30px;
	vertical-align:middle;
	padding-right: 10px;
}
.section1 .srow1 .decs1 {
	margin-top: 5px;
	padding-left: 40px;
	color: #555555;
}
.section1 .scol1 {
	width: 50%;
}
.section1 .scol1-imgv-row {
    display: inline-block;
	text-align: center;
	vertical-align:middle;
}
.section1 .scol1-imgv-row img {
	margin-top: 20px;
	width: 65%;
    border-radius: 15px;
}
.section1 .slide-li {
    width: 20px;
	font-size: 23px;
	font-weight: bold;
	float: left;
	color: #CCCCCC;
}
.section1 .scol3 {
    width: 21%;
    margin: 15px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    color: #FFFFFF;
}
.section1 .subtitle3 {
	padding: 10px;
    background-color: #FF4701;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	font-size: 16px;
	color: #FFF;
}
.section1 .scol3 img {
	width: 100%;
}
.section1 .scol3 .decs3 {
	padding: 5px;
	color: #555555;
}
.section1 .scol4 {
    width: 300px;
	height: 230px;
    margin: 10px;
    border-radius: 15px;
}
.section1 .scol4 .subtitle4{
    width: 100%;
	margin-top: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	color: #FF4701;
	opacity: 0.7;
	text-align: center;
	font-size: 16px;
}
.section1 .scol5 {
    width: 45%;
    margin-top: 30px;
    margin-left: 20px;
    background-color: #FF4701;
	border: 1px solid #DEDEDE;
    border-radius: 5px;
	color: #FFFFFF;
}
.section1 .scol5 .decs5 {
	padding: 10px;
    background-color: #FFFFFF;
	color: #555555;
}
.section1 .srow6 {
	padding-top: 10px;
	padding-right: 35px;
	text-align:left;
	color: #555555;
}
.hr1 {
	display: flex;
	justify-content: center;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 20px;
}
.hr1 .hrcontainer {
	width: 1000px;
}
.hr-solid {
    border: 0  #DEDEDE;
    border-top: 1px solid #DEDEDE;
}
.button1 {
    display: inline-block;
    margin: 0;
    outline-style: none;
    border: 0px;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 33px;
    background-color: #FF791A;
    color: #fff;
	transition: all 0.3s linear;
}
.button1:hover {
    background-color: #FF4701;
}
.button2 {
    display: inline-block;
    margin: 0;
    outline-style: none;
    border: 0px;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 33px;
    background-color: #FF4701;
    color: #fff;
	transition: all 0.3s linear;
}
.button2:hover {
    background-color: #D33F06;
}
.section1 .fimg{
	width: 100%;
}
.footer {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333333;
    color: #FFFFFF;
    border-top-width: 2px;
}
.section7 {
	display: flex;
	justify-content: center;
	padding-top: 30px;
	width: 100%;
	font-size: 13px;
}
.section7 .scontainer {
	width: 1000px;
}
.section7 .sbody {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.section7 .scol7 {
	width: 48%;
	text-align: left;
}
.section7 .hr-solid {
    border: 0  #555555;
    border-top: 1px solid #555555;
}
.section7 a {
	color: #FFF;
	text-decoration: none;
}
.section7 a:visited{
	color: #FFF;
	text-decoration: none;
}

