@charset "utf-8";
/* CSS Document */
.banner{
	height:614px;
	background:url(../images/banner.jpg) center top no-repeat
}
.banner>.w1340{
	height:614px
}
.nav{
	position:absolute;
	right:0;
	top:514px;
	width:1074px;
	height:54px;
	line-height:54px;
	padding:10px 0;
	border-radius:37px;
	background-color:white;
	font-size:24px;
	box-shadow:0 0 5px #aaa;
	z-index:3
}
.navfix{
	position:fixed;
	width:100%;
	border-radius:0;
	top:0;
	left:0
}
.nav ul{
	display:flex;
	justify-content:space-between
}
.nav ul li{
	width:100%;
	text-align:center;
	border-right:1px solid #dedede;
	box-sizing:border-box
}
.nav ul li:last-child{
	border:0
}
.nav ul li.cur a,
.nav ul li:hover a{
	color:#333;
	padding-bottom:5px;
	border-bottom:5px solid #fc9951
}
.tit{
	line-height:185px;
	font-size:60px;
	color:#f96e43;
	font-weight:bold
}
.whatIs{
	margin-bottom:60px
}
.whatIs h3,
.why>h3,
.who>h3,
.where>h3,
.howTabBox>h3,
.contact h3{
	line-height:2;
	font-size:34px;
	color:#fe9b3b;
	padding-left:60px;
	background:url(../images/ico01.png) left center no-repeat;
	margin-top:40px
}
.whatIs .left h3:first-child,
.whatIs .right h3:first-child{
	margin:0
}
.whatIs .left{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #dedede
}
.whatIs .left:last-child{
	border:0;
	margin:0;
	padding:0
}
.whatIs .left p{
	padding-left:60px;
	font-size:20px;
	line-height:1.7
}
.whatIs .right h3{
	font-size:24px;
	color:#45b556;
	line-height:3;
	margin-top:40px
}
.link1{
	display:inline-block;
	border-radius:8px;
	background-color:#f16161;
	color:white;
	font-weight:bold;
	padding:10px 20px;
	margin-top:20px
}
a.link1:hover{color:white}
.btn01{
	padding:20px 40px
}

.whatIs .whenToApp p{
	display:flex;
	justify-content:space-between
}
.whatIs .whenToApp p span{
	width:50%
}
.whatIs .whenToApp p span:last-child{
	width:50%;
	text-align:center
}
.whatIs .whenToApp p span:last-child i{
	display:block;
	font-style:normal;
	font-size:18px;
	font-weight:bold
}

.bg01{
	background-color:#fdf1de
}
.why,
.where{
	padding-bottom:60px
}
.why>h3,
.who>h3,
.where>h3,
.how>h3,
.contact .left>h3,
.contact .right h3{
	margin-top:0
}
.list01,
.list02{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between
}
.list01 li{
	background:white;
	box-sizing:border-box;
	padding:30px;
	transition:all .3s ease-in 0s;
	margin-bottom:50px
}
.list01 li h4{
	font-size:30px;
	color:#fe9b3b;
	line-height:2.5;
	display:flex;
	justify-content:space-between;
	margin-bottom:30px
}
.list01 li p{
	text-align:left;
	font-size:18px;
	line-height:2
}
.list01 li:hover{
	transform:translate(0,-10px);
    box-shadow:0px 5px 25px #cacaca
}
.list01 li:nth-child(1){
	width:/*520px*/100%
}
/*.list01 li:nth-child(2){
	width:750px
}*/
.list01 li:nth-child(2){
	width:800px
}
.list01 li:nth-child(3){
	width:480px
}
.box1{
	padding:40px;
	background-color:#6ecc7c;
	margin-top:40px;
	color:white
}
.box1 h3{
	font-size:30px;
	margin-bottom:30px
}
.box1 p{
	font-size:18px;
	line-height:2
}
.who,
.how{
	margin-bottom:60px
}
.beizhu{
	line-height:2;
	font-size:20px;
	padding-left:60px
}
.whoDetail{
	background-color:#fdf1de;
	border-radius:15px;
	padding:30px;
	padding-left:60px
}
.whoDetail p{
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:20px
}
.sbtj_List li{
	background-color:#ffb064;
	border-radius:15px;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
	margin-top:20px
}
.sbtj_List li i{
	width:60px;
	font-size:48px;
	font-weight:lighter;
	font-style:normal;
	color:white;
	background-color:#fb813e;
	display:flex;
	justify-content:center;
	align-items:center
}
.sbtj_List li div{
	width:calc(100% - 60px);
	box-sizing:border-box;
	padding:30px;
	font-size:18px;
	color:white;
	font-weight:bold;
	text-align:justify
}
.sbtj_List li div p{
	line-height:1.5;
	margin-bottom:15px
}
.where>h3{
	background:url(../images/ico02.png) left center no-repeat;
}
.tb01{
	border-left:1px solid #dedede;
	border-top:1px solid #dedede;
	width:1320px
}
.tb01 td{
	padding:18px;
	font-size:18px;
	background:white;
	word-break:break-all;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede
}
.tb01 thead td{
	font-weight:bold;
	background-color:#ffb064;
	color:white;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff
}
.tb01 td:nth-child(4){
	white-space:nowrap
}
.how>h3{
	background:url(../images/ico02.png) left center no-repeat;
}
.fhtj_List{
	display:flex;
	justify-content:space-between;
	margin-top:30px
}
.fhtj_List li{
	background:white;
	border-radius:15px;
	width:23%;
	box-sizing:border-box;
	padding:40px 30px;
	font-size:20px;
	text-align:center;
	transition:all .3s ease-in 0s
}
.fhtj_List li p:last-child{
	text-align:left;
	margin-top:20px
}
.fhtj_List li:hover{
	transform:translate(0,-10px);
    box-shadow:0px 5px 25px #cacaca
}
.howTabBox{
	background-color:#f4f4f4;
	padding:35px;
	border-radius:15px;
	margin-bottom:30px
}
.howTabBox>h3{
	margin-top:0;
	background:url(../images/ico03.png) left center no-repeat;
}
.htb02>h3{
	background:url(../images/ico04.png) left center no-repeat;
}
.htb03>h3{
	background:url(../images/ico05.png) left center no-repeat;
}
.tab .title{
	display:flex;
	justify-content:space-between;
	width:50%;
	margin:40px 25% 20px 25%;
	position:relative
}
.tab .title:after{
	position:absolute;
	content:'';
	width:100%;
	height:3px;
	background-color:#ffb064;
	left:0;
	top:50%;
	margin-top:-2px;
	z-index:1
}
.tab .title li{
	width:80px;
	height:80px;
	line-height:80px;
	border-radius:40px;
	background-color:#ffb064;
	font-weight:bold;
	font-size:48px;
	text-align:center;
	color:white;
	cursor:pointer;
	position:relative;
	z-index:2
}
.tab .title li.cur{
	background-color:#fb813e
}
.tab .con{
	background-color:#fff;
	padding:30px;
	border:1px solid #dedede
}
.tab .con h3{
	font-size:24px;
	color:#333;
	margin-bottom:30px
}
.tab .con h3>a{
	font-size:18px;
	font-weight:normal;
	display:inline-block;
	padding:5px 20px;
	background-color:#399b49;
	color:white;
	margin-left:40px
}
.tab .con>p{
	font-size:18px;
	line-height:2
}
.tab .con>p>a{
	margin-left:20px
}

.contact{
	padding-bottom:60px
}
.contact .left>h3{
	background:url(../images/ico06.png) left center no-repeat;
}
.contact .left>p{
	display:flex;
	justify-content:space-between;
	width:80%;
	margin:3% 10%;
	align-items:center
}
.contact .left>p span{
	font-size:22px;
	width:50%
}
.contact .left p>a{
	display:inline-block;
	color:white;
	padding:10px 50px;
	background-color:#fe9b3b
}
.contact .right h3{
	background:url(../images/ico07.png) left center no-repeat;
}

.contact .left{
	float:left;
	width:710px
}
.contact .right{
	float:right;
	width:580px;
	border-radius:5px;
	padding-bottom:25px
}

.zixun{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:20px
}
.zixun li:first-child{
	width:100%;
    padding:40px 20px
}
.zixun li{
	width:48%;
	background-color:white;
	padding:20px;
	box-sizing:border-box;
	border-bottom:3px solid #fb813e;
	font-size:18px;
	line-height:1.6;
	margin-top:20px
}
.qa li{
	margin-top:60px
}
.qa li:first-child{margin:0}
.qa li h4{
	font-size:20px;
	margin-bottom:20px
}
.qa li p{
	font-size:18px;
	line-height:1.5;
	padding-left:34px;
	position:relative
}
.qa li h4:before,
.qa li p:before{
	content:'Q';
	display:inline-block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	border-radius:12px;
	background-color:#e97a20;
	color:white;
	font-size:16px;
	font-weight:normal;
	margin-right:10px
}
.qa li p:before{
	position:absolute;
	left:0;
	content:'A';
	background-color:#51c464
}
.btn02{
	padding:15px 50px;
	margin:0 10px
}

.about{
	margin-bottom:60px
}
.ab01,
.ab02,
.ab03{
	float:left;
	color:white;
	width:660px;
	box-sizing:border-box;
	padding:40px;
	padding-top:0;
	text-align:center;
	background:#ffb064 url(../images/about_bg.png) right bottom no-repeat
}
.ab01{
	height:762px
}
.ab02{
	float:right;
	width:640px;
	background:#6ecc7c
}
.ab03{
	float:right;
	margin-top:20px;
	width:640px;
	background:#f16161;
    height: 412px;
}
.ab01 h3,
.ab02 h3,
.ab03 h3{
	font-size:30px;
	line-height:110px
}
.ab01>p,
.ab02>p,
.ab03>p{
	font-size:18px;
	line-height:2;
	text-align:justify
}
.ab01>a{
	display:inline-block;
	padding:20px 40px;
	background-color:white;
	color:#fb813e;
	font-size:24px;
	font-weight:bold;
	margin:40px 0
}
.ab01 ul,
.ab03 ul{
	width:60%;
	margin:0 20%;
	display:flex;
	justify-content:space-around;
	font-size:16px
}
.ab03 ul{
	width:80%;
	margin:0 10%;
	margin-top:30px
}
.ab03>p{
	display:flex;
	justify-content:space-around;
    word-break:break-all;
}
.ab03>p a,
.ab04 a{
	display:inline-block;
	background:white;
	color:#ff9641;
	font-weight:bold;
	padding:10px;
	margin-top:26px
}
.ab04{
	background:#ff9641;
	margin-top:20px;
	padding:30px;
	box-sizing:border-box;
	display:flex
}
.ab04 h3{
	font-size:30px;
	float:left;
	color:white;
	margin-right:30px
}
.ab04 a{
	float:left;
	margin-right:20px;
	margin-top:0;
	font-size:18px
}

.footer{
	background:#5ec060;
    height: 120px;
    padding: 40px 0 30px;
    color: white;
}
.footer-nav{
	color:#d9fdda
}
.footer-cont-middle::before,
.footer-cont-middle::after{
	background:#d9fdda
}
.footer-nr .ipv6 {
    background:#399b49;
    color:#fff
}
.foot_nav a{color: white;}
.foot_con a{color: white;}

.contact .right h3 a{
  color:#fe9b3b;
}

.ab03 p{flex-wrap:wrap;}
.ab03 p a{width:48%;box-sizing:border-box;}


@media (max-width: 800px) {

body,html{font-size:14px}
.w1340{
	width:98%;
	margin:0 1%;
	box-sizing:border-box
}
.banner{
	height:40vw;
	background-size:140% auto;
	position:relative;
	padding-bottom:80px
}
.banner > .w1340{
	height:auto;
	position:static
}
.nav{
	width:100%;
	border-radius:0;
	height:auto;
	top:40vw;
	padding:0;
}
.nav ul{
	flex-wrap:wrap
}
.nav ul li{
	width:25%;
	border:0;
	font-size:1.12rem;
	line-height:40px
}
.navfix{
	position:fixed;
	width:100%;
	border-radius:0;
	top:0;
	left:0
}
.tit{line-height:3;font-size:2rem; text-align:center}
.whatIs,
.list01, 
.list02{flex-wrap:wrap}
.whatIs .left,
.whatIs .right,
.list01 li{width:100%}
.whatIs .left h3, 
.why > h3, 
.who > h3, 
.where > h3, 
.how > h3, 
.contact .left > h3, 
.contact .right h3,
.list01 li h4,
.box1 h3,
.list02 li h4{font-size:1.5rem; background:none;padding-left:0}
.whatIs .left p,
.list01 li p,
.box1 p{padding-left:0;font-size:1rem}
.whatIs .right h3{line-height:1.5;padding:2rem 0}
.list01 li,
.list02{margin-bottom:1rem}
.box1{margin-top:1rem;padding:1.5rem}
.why,
.where{padding-bottom:2rem}
.list02 li{width:100%;border-radius:0;height:auto;padding:1rem;margin-bottom:1rem}
.beizhu{font-size:1rem;width:100%;margin-bottom:1rem}
.green{background:#6ecc7c;padding:1rem}
.jiaocheng>div,
.jiaocheng > div ul li{width:100%}
.jiaocheng > div ul{flex-wrap:wrap}
.jiaocheng > div ul li{margin-bottom:1rem}
.jiaocheng > div h4{margin:2rem 0 1rem 0}
.jiaocheng{margin-top:0}
.how p{font-size:1rem}
.tab .title{margin:2rem 2%;flex-wrap:wrap}
.tab .title li{width:30%;border-radius:5px; height:auto; line-height:2; font-size:2rem; margin-bottom:1rem}
.tab .title::after{display:none}
.tab .con{padding:15px}
.tab .con > p{font-size:1rem; line-height:1.5}
.four li{width:100%;margin-bottom:2rem !important}
.tab .con > p > a{white-space: nowrap}
.tab .con h3 > a{margin:0; width:100%;font-size:1rem;margin-bottom:10px;box-sizing:border-box}
.who,
.how{margin-bottom:1rem}
.contact .left,
.contact .right,
.zixun li{width:100%}
.contact .left p,
.contact .right p,
.ab01 > p, 
.ab02 > p, 
.ab03 > p,
.ab01 ul, 
.ab03 ul{font-size:1rem}
.zixun li{margin-top:0;margin-bottom:1rem}
.qa li h4,
.ab01 > a, 
.ab02 > a{font-size:1.4rem}
.ab01,
.ab02,
.ab03{width:100%;padding:15px;padding-top:0;height:auto}
.ab01 h3, 
.ab02 h3, 
.ab03 h3{font-size:1.4rem;line-height:3}
.ab01 ul, 
.ab03 ul{width:100%;margin:0}


.banner>.w1340>img{
	width:50%
}

.footer{
    height: auto;
    padding: 1em 0;
}

.ab03{height:auto}
.whatIs .whenToApp p,
.fhtj_List,
.contact .left > p,
.ab04{flex-wrap:wrap}
.whatIs .whenToApp p span,
.list01 li,
.fhtj_List li{width:100% !important}
.whatIs .whenToApp p span:last-child img{width:80%;margin:2rem 10%;margin-bottom:0}
.list01 li h4{margin:0}
.list01 li h4 img{display:none}
.sbtj_List li div p{font-size:1rem}
.sbtj_List li i{font-size:2rem}
.tb01 td{font-size:1rem;padding:10px}
.beizhu{padding:0}
.whoDetail{padding:20px}
.whoDetail p{font-size:1rem}
.fhtj_List li{margin-bottom:1rem;font-size:1rem;padding:20px}
.btn01{padding:10px 20px;font-size:1.2rem;margin:0}
.howTabBox{padding:20px}
.howTabBox > h3{font-size:1.4rem; background-size:30px auto;padding-left:40px}
.tab .title{margin:20px 0; width:100%; flex-wrap:nowrap;justify-content:space-around}
.tab .title li{width:19%}
.tab .con h3{font-size:1.4rem;margin-bottom:20px}
.contact .left > p span{width:100%;font-size:1.2rem}
.contact .left p > a{width:100%; margin:20px 0;margin-bottom:0; text-align:center}
.right>.pd30{padding:20px}
.btnArea>p,
.ab04{display:flex}
.tab .con > p > a{margin-left:0}
.btn02,
.ab03 > p a{font-size:1rem;width:48%;box-sizing:border-box}
.ab01 > a{padding:20px;margin:20px 0;font-size:1rem}
.ab04{padding:15px;padding-top:0}
.ab04 h3{text-align:center;font-size:1.4rem;width:100%;margin:0; line-height:3}
.ab04 a{width:100%; font-size:1rem; margin:0; margin-bottom:1rem}

}