@charset "utf-8";
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.border1{
	border:1px solid #ddd;
}
.padding10{
	padding: 10px;
	background: #fff
}
.clear{
	clear: both;
}
body{
	font-size: 1em;
	font-size: 100%;
	line-height:150%;
	font-family: "微软雅黑";
	color: #333
}
.w100{
	width: 100%;
	min-width: 320px;
}
#triangle-bottomright {
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 5px;
    border-bottom: 10px solid #3094dd;
    border-left: 10px solid transparent;
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #56b00b;
}
.w1080{
	width: 1080px;
	margin: 0 auto
}
.widthFull{
	width: 100%;
	min-width: 1080px;
}
/*head
------------------------------------------------------*/
.head{
 	height: 112px;
 	background: #fff
 }
.logo{
 	float: left;
 	height: 100%;
 }
.indexLink{
 	float: right;
 	margin-top: 40px;
 	height: 30px;
 	width: 105px;
 	text-align: center;
 	color: #fff;
 	line-height: 30px;
 	background: #fcc651;
 	font-size: 14px;
 }
.indexLink:hover{
	background: #54af08
  }
.headCall{
 	float: right;
 	margin-right: 70px;
 	margin-top: 15px;
 }
.headCall span{
 	display: block;
 	color: #575857;
 	font-size: 18px;
 	line-height: 36px;
 }
.headCall p{
  	font-size: 28px;
  	color: #54af08
  }
.headCall p i{
    	margin-right: 5px;
    }
/*topBanner
------------------------------------------------------*/
.topBanner img{
	 display: block;
	 width: 100%
}

.bg01{
	height: 732px;
	background: url(../images/bg01.jpg) top center no-repeat #fffdee;
}
.bg02{
	height: 530px;
	background: url(../images/bg02.jpg) top center no-repeat #389ee7;
}
.bg03{
	padding-bottom: 40px;
	background:#fffdee;
}
.bg04{
	height:616px;
	background: url(../images/bg03.jpg) top center no-repeat #20bc3d;
}
.bg05{
	padding-bottom: 40px;
}
.bg06{
	background: #2f94dc;
	padding-bottom: 40px;
}
.bg07{
	background: #fffdee;
	padding-bottom: 40px;
}

.bg09{
	background: #2f94dc;
}