body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul,img{
	padding: 0;
	margin: 0;
	border: none;
}
body{
	width: 100%;
	height: auto;
	font-size: 16px;
	overflow-x: hidden;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover{
	text-decoration: none ;
}
li,ol,ul{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	line-height: 1.5;
	
}
img{display: block;}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 22px;
}

/* START */
.mycon{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.mytit{
	display: inline-block;
	font-size: 48px;
	height: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #fd5216;
	margin:80px auto;
	background: #ffd8ca;
	padding: 0 1%;
}
.part1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.part1 li{
	width: 31%;
	margin-bottom: 40px;
}
.part1 li p{
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #394c5d;
	border: solid 3px #fd5216;
	border-top: 0;
}
.myFom{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.myFom input{
	width: 40%;
	height: 50px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 2px #bbbbbb;
	text-indent: 30px;
	font-size: 27px;
	color: #a4a4a4;
	margin: 0 20px;
	outline: none;
}
.myBtn{
	display: block;
	width: 310px;
	height: 60px;
	border: solid 2px #fd5216;
	line-height: 60px;
	font-size: 24px;
	letter-spacing: 0px;
	text-align: center;
	margin: 80px auto;
	color: #fd5216;
	cursor: pointer;
}
.part2,.part4,.part6{
	background-color: #fd5216;
}
.myt2{color: #fff;background-color: #FB986F;}
.part2 ul{
	display: flex;
	justify-content: space-around;
}
.part2 li{width: 31%;}
.myBtn2{border-color: #fff;color: #fff;}
.part3 li{
	background-color: #fd5216;
	height: 314px;
	margin-bottom: 240px;
}
.part3 li p{
	font-size: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 30px 0;
}
.part3 li span{
	display: flex;
	justify-content: space-around;
}
.part3 li span img{
	width: 46%;
}
.p4Tex1{
	font-size: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: -50px;
	padding-bottom: 40px;
}
.p4Tex2{
	font-size: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	padding: 30px 0 50px 0;
	border-bottom: 2px dashed rgba(255,255,255,.8);
}
.part5 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.part5 li{
	display: block;
	width: 31%;
	position: relative;
	overflow: hidden;
	background-color: #f7f6f6;
	margin-bottom: 35px;
}
.part5 li a{display: inline-block;}
.part5 li i{
	position: absolute;
	top: -30px;
	left: -30px;
}
.part5 li h1{
	color: #000;
	font-weight: bold;
}
.part5 li h1 span{
	font-size: 24px;
	color: #262626;
	font-weight: 400;
	margin-left: 10px;
}
.part5 li h1::after{
	content: "";
	display: block;
	width: 111px;
	height: 5px;
	background-color: #ff6d00;
	margin: 8px auto;
}
.part5 li p{
	font-size: 24px;
	letter-spacing: 0px;
	color: #262626;
	padding: 20px 0 40px 0;
}
.myFom2 input{
	border-color:  rgba(228,228,228,.6);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; 
    margin: 0; 
}
.F2btn{
	border-color: #fff;
}