*{
	box-sizing: border-box;
	font-family: "微软雅黑";
}

h4{font-weight: normal;font-size:18px;}

body{
	margin: 0;
}


.advantage .fadeinleft_qs100{margin-right:155px;}
.gray{
	color: gray;
  	font-size:14px;
}
.banner img{
	width: 100%;
}

.line{
	width: 50px;
	height: 50px;
	border-bottom: 2px solid #019143;
}

.advantage{
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 100px 0;
	
}
.al_container{
	width: 1440px;
}
.advantage .left{
	margin-right: 155px;
}
.advantage h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.advantage h2{
	font-size: 45px;
	font-weight: 200;
}

.advantage .block{
	width: 20%;
	padding: 15px;
	float: left;
	overflow: hidden;
}

.con_nav {
    margin-bottom: 50px;
    text-align: center;
}
.con_nav ul li {
    display: inline-block;
    width: 160px;
    line-height: 50px;
    text-align: center;
    margin: 0px 10px;
    font-size: 15px;
    background: #e6e6e6;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.con_nav ul li.cur,.con_nav ul li:hover {
    background: #009b4c;
}

.con_nav ul li.cur a,.con_nav ul li:hover a {
    color: #fff;
}
.con_nav ul li a {
    display: block;
    color: #333333;
}


.advantage .block img{
	/* width: 240px;
	height: 240px; */
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: pall 0.3s;
	transition: all 0.3s;
	display: block;
	overflow: hidden;
}
.advantage .block:hover img{
	transform: scale(1.1);
}

.advantage .block p{
	text-align: center;
}
.advantage .block:hover,.advantage .block p:hover {
	color: #019141;
}
/*.advantage .block:hover{
	background: #019143;
	box-shadow: 2px 2px 5px gray;
	color: white;
}*/
.advantage .block h3{font-weight: normal;}
.condition{
	display: flex;
	justify-content: center;
	padding: 100px 0;
}
.advantage .block p{line-height:30px;margin-top: 5px;}

.condition .left{
	margin-right: 100px;
}

.condition img{
	box-shadow: 2px 2px 6px gray;
}

.condition h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.condition h2{
	font-size: 45px;
	font-weight: 200;
}
.condition .fadeinright_qs100{    margin-left: 90px;}
.support{
	text-align: center;
	background: #f2f2f2;
	padding: 100px 0;
}

.support h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.support h2{
	font-size: 45px;
	font-weight: 200;
}

.support .bottom{
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.support .bottom>div>div{
	padding: 30px;
    width: 25%;
}

.support .bottom>div>div:hover{
	background: black;
	box-shadow: 2px 2px 5px gray;
	color: white;
}
.support .box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.support1{
	text-align: center;
	padding: 100px 0;
}

.support1 h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.support1 h2{
	font-size: 45px;
	font-weight: 200;
}

.apply{
	width: 499px;
	background: black;
	color: white;
	padding: 23px;
	margin-right: 10px;
}

.whiteline{
	width: 118px;
	border-bottom: 1px solid white;
}
.support1 .tag{
	width: 457px;
	height: 166px;
	background: #f5f6f6;
	box-shadow: 1px 1px 8px #a0a0a0;
	padding: 40px;
	display: flex;
	align-items: center;
	margin:0 0 12px 12px;;
}
.support1 .tag:hover{border: 1px solid #000;box-sizing: border-box;}
.support1 .tag .xian{width: 86px;height: 2px;display: block;background: #6c6c6c;}
.support1 .tag h3{font-weight:bold!important;}
.support1 .tag p{font-size:12px;line-height:25px;color:#6c6c6c;}
.support1 .bottom{
	display: flex;
	justify-content: center;
	margin: 3rem 0;
}
.support1 .bottom h3{font-weight:normal;font-size:16px;}

.online{
	padding: 100px 0;
	display: flex;
	justify-content: center;
}

.online h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.online h2{
	font-size: 45px;
	font-weight: 200;
}

.online .left{
	background-image: ;
	/*width:897px;*/
	height: 637px;
	padding: 50px;
}

.online .medium{
	background: black;
	padding: 50px;
	color: white;
	width: 751px;
	height: 639px;
}

.online input{
	background: none;
	border: 1px solid gray;
	color: white;
	height: 30px;
  	width:56.735%
}
.online .buttons{
	text-align: center;
}
.online button{
	border: none;
	background: white;
	width: 74px;
	height: 31px;
	margin: 10px;
}

.service{
	display: flex;
	justify-content: center;
	padding: 100px;
}

.service>div{
	text-align: center;
	margin: 0 80px;
}



