html {
	font-size: 100px;
}

@media screen and ( max-width: 1280px) {
	html {
		font-size: 66.67px;
	}
}

@media screen and ( max-width: 1360px) {
	html {
		font-size: 70.83px;
	}
}

@media screen and ( max-width: 1366px) {
	html {
		font-size: 71.145px;
	}
}

@media screen and ( max-width: 1440px) {
	html {
		font-size: 75px;
	}
}

@media screen and ( max-width: 1600px) {
	html {
		font-size: 83.33px;
	}
}

@media screen and ( max-width: 1680px) {
	html {
		font-size: 87.5px;
	}
}

@media screen and ( max-width: 1920px) {
	html {
		font-size: 100px;
	}
}

html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    -webkit-text-size-adjust: none;
}
body{
	background-color: #3D8CF0;
    font-family: 'Microsoft Yahei' !important;
    font-size: 24px;
}

html {
	-webkit-text-size-adjust: none
}

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
input,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box
}
p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0
}

.gm-style{
	font-family: 'Microsoft Yahei' !important;
}
.warp{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
ul,li{
    list-style: none;
}
/*public*/
.c52f{
	color: #52ffff !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.oh{
	overflow: hidden;
}
.textover{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tc{
	text-align: center;
}
.dn{
	display: none;
}
.dib{
	display: block;
}
.df{
	display: flex;
}
.aic{
	align-items: center;
}
.dflex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dflex-between{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.dflex-around{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.w100{
	width: 100%;
}
.hper100{
	height: 100%;
}
/*  */
.body{
	position: relative;
	height: 3100px;
}
.pas-body{
	position: absolute;
	top: 520px;
	width: 100%;
}
.wrap{
	max-width: 1380px;
	margin: 0 auto;
	min-width: 1146px;
}
.banner{
	width: 100%;
	height: 675px;
	overflow: hidden;
}
.img-banner{
	height: 675px;
	width: auto;
	display: block;
}
.block{
	position: relative;
	background: #fff;
	overflow: hidden;
	margin-bottom: 40px;
	border-radius:20px;
}
.title{
	color: #fff;
	font-size: 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.title img{
	height: 60px;
	width: auto;
}
.title p{
	position: absolute;
}
.item{
	overflow: hidden;
}
.pb22{
	padding-bottom: 22px;
}
.pb58{
	padding-bottom: 58px;
}
.pb72{
	padding-bottom: 72px;
}
.pb99{
	padding-bottom: 99px;
}
.pt40{
	padding-top: 40px;
}
.pt66{
	padding-top: 66px;
}
.pt80{
	padding-top: 80px;
}
.pt88{
	padding-top: 88px;
}
.item img{
	width: auto;
	display: inline-block;
}
.img-map{
	height: 336px;
}
.left{
	margin-right: 38px;
}
.lh50{
	line-height: 50px;
}
.img-work{
	height: 228px;
	
}
.right{
    margin-left: 104px;
	line-height: 52px;
}
.img-icon5{
	height: 24px;
	margin-right: 28px;
}
.item-ul1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.item-ul1 li{
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.item-ul1 p{
	padding-top: 22px;
}
.item-ul2 li{
	line-height: 50px;
}
.item-ul2 span{
	color:#485CF5;
	font-weight: bold;
}
.submit{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 100px;
	margin-top: 5px;
}
.submit img{
	height: 80px;
	width: auto;
	margin: 0 auto;
	display: block;
}
.submit span{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 80px;
    color: #333;
    font-size: 30px;
}
.img-farm{
	height: 310px;
}
.img-icon{
	height: 64px;
}
@media screen and ( max-width: 1200px ){
	.wrap{
		width: 1146px;
	}
}