.fee_way_btn {
	/*padding-bottom: 64px;*/
	text-align: center;
}
.fee_way_btn a {
	display: block;
	width: 280px;
	height: 64px;
	background: #FC9B2C;
	border-radius: 100px;
	margin: 0 auto;
	line-height: 64px;
	font-size: 20px;
	color: #FFFFFF;
}
.img_wrap-new{
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_wrap-left{
	width: 47%;
}
.img_wrap-left img{
	width: 100%;
}
.img_wrap-right{
	width: 52%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_wrap-new-box{
	width: 49%;
}
.img_wrap-new-box img{
	width: 100%;
}
.img_wrap {
	overflow: hidden;
	padding: 40px 0 64px;
}
.img_wrap img {
	float: left;
}
.img_wrap img:nth-child(1) {
	width: 580px;
	height: 460px;
}
.img_wrap img:nth-child(2) {
	width: 596px;
	height: 240px;
	margin-bottom: 24px;
}
.img_wrap img:nth-child(1),
.img_wrap img:nth-child(3){
	margin-right: 24px;
}
.img_wrap img:nth-child(3),
.img_wrap img:nth-child(4){
	width: 286px;
	height: 196px;
}
.dwei_img-new{
	margin-top: 70px;
	/*padding-bottom: 60px;*/
}
.dwei_img-new-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dwei_img-new-left{
	height: 154px;
	padding: 50px 0 0 50px;
	display: flex;
	background: url("/html/template/default/images/dwei_img-left.png") no-repeat;
	background-size: cover;
}
.dwei_img-new-right{
	height: 154px;
	padding: 50px 0 0 50px;
	display: flex;
	background: url("/html/template/default/images/dwei_img-right.png") no-repeat;
	background-size: cover;
}
.dwei_img-new-number{
	height: 60px;
	width: 60px;
	background-color: #1778F2;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	margin-right: 40px;
}
.dwei_img-new-text{
	width: 450px;
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	font-size: 18px;
	border-left: 1px solid rgba(112, 112, 112, 0.3);
}
.dwei_img {
	width: 100%;
	position: relative;
	margin-top: 48px;
	padding-bottom: 28px;
}
.dwei_img img {
	display: block;
	width: 540px;
	height: 414px;
	margin: 0 auto;
}
.dwei_img span {
	position: absolute;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}
.dwei_img span.act {
	color: #11A3D2;
}
.dwei_img .span1 {
	top: 38px;
	left: 28px;
}
.dwei_img .span2 {
	top: 137px;
	left: 2px;
}
.dwei_img .span3 {
	top: 234px;
	left: 24px;
}
.dwei_img .span4 {
	top: 330px;
	left: 57px;
}
.dwei_img .span5 {
	top: 38px;
	left: 892px;
}
.dwei_img .span6 {
	top: 137px;
	left: 977px;
}
.dwei_img .span7 {
	top: 234px;
	left: 969px;
}
.dwei_img .span8 {
	top: 330px;
	left: 883px;
}


.zixun_banner {
	width: 100%;
	min-width: 1200px;
	height: 240px;
	color: #FFFFFF;
	text-align: center;
	padding: 32px 0;
	box-sizing: border-box;
	background: url(/html/template/default/images/bg-home.png) no-repeat center;
	background-size: auto;
}
.zixun_banner h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 24px;
	font-weight: bold;
	color: #1778F2;
}
.zixun_banner h4 {
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 28px;
	font-weight: 400;
	color: #333333;
}
.zixun_banner a {
	background-color: #FC9B2C;
	width: 250px;
	height: 48px;
	display: block;
	margin: 0 auto;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 20px;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	text-align: center;
}

.content .content_wrap ul.choose_zq {
	/*padding-bottom: 60px;*/
}
.content .content_wrap ul.choose_zq li {
	width: 380px;
	height: 340px;
	margin-right: 30px;
	padding-top: 32px;
	margin-bottom: 24px;
	border: 0;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
}
.content .content_wrap ul.choose_zq li:hover{
	/*background-color: #1778F2;*/
	background-image: linear-gradient(to bottom right, #1778F2, #4E9AF8,#549EF9,#5786FC);
	color: #FFFFFF !important;
}
.content .content_wrap ul.choose_zq li:nth-child(5n) {
	margin-right: 30px;
}
.content .content_wrap ul.choose_zq li:nth-child(3n) {
	margin-right: 0px !important;
}
.content .content_wrap ul.choose_zq li img {
	width: 120px;
	height: 120px;
}
.content .content_wrap ul.choose_zq li h2 {
	font-size: 22px;
	/*color: #333333;*/
}
.choose_zq li p {
	font-size: 16px;
	color: #666666;
	padding: 24px 32px 0;
}

.choose-bottom-new{
	width: 100%;
	background: url("/html/template/default/images/bg-choose.jpg") no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.choose-bottom-new h2{
	color: #FFFFFF;
	text-align: center;
}
.choose-bottom-new h4{
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.choose-bottom-new-content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	margin-top: 75px;
}
.choose-bottom-new-box p{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 24px;
}
.choose-bottom-new-img{
	width: 84px;
}
.choose-bottom-new-img img{
	width: 100%;
}
.choose-bottom-new-line{
	display: flex;
	margin-top: 3.5%;
}
.choose-bottom-new-line-line{
	width: 38px;
	height: 0;
	border: 1px solid #557DAD;
}
.choose-bottom-new-line-circular{
	width: 7px;
	height: 7px;
	background: #557DAD;
	border-radius: 50%;
	margin-top: -3%;
}
.choose-bottom {
	width: 1200px;
	overflow: hidden;
	background-color: #FFFFFF
}
.choose-bottom ul {
  width: 712px;
  float: left;
  position: relative;
  z-index: 2;
  padding-left: 18px;
  padding-top: 32px;
  overflow: hidden;
}
.choose-bottom ul::after {
  position: absolute;
  content: '';
  z-index: -1;
  top: 65px;
  left: 65px;
  right: 112px;
  border-top: 2px solid #F6F6F6;
}
.choose-bottom ul::before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 200px;
  left: 65px;
  right: 112px;
  border-top: 2px solid #F6F6F6;
}
.choose-bottom ul li{
	float: left;
	width: 159px;
	margin-bottom: 34px;
	text-align: center;
}
.choose-bottom ul li img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
}
.choose-bottom ul li p {
	margin-top: 14px;
	font-size: 16px;
	color: #666666;
}
.choose-bottom .right {
	width: 322px;
	float: left;
} 
.choose-bottom .right > h2 {
	margin: 49px 0 24px;
	font-size: 22px;
	color: #333333;
}
.choose-bottom .right > p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 48px;
}
.choose-bottom .right > a {
	display: block;
	width: 226px;
	height: 56px;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	line-height: 56px;
	background: #11A3D2;
	border-radius: 100px;
}
.nav-index{
	position: fixed;
	top: 5%;
	left: 21%;
	display: flex;
	z-index: 50;
}
.nav-index-content{
	display: flex;
	margin-left: 80px;
}
.nav-index-content-li a{
	display: block;
	width: 80px;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 50px;
}
.nav-index-content-li a:hover{
	border-bottom: 1px solid #FFFFFF;
}


.yunu-news{ padding-bottom:40px;}
.yunu-news .hd {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
.yunu-news .hd li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.yunu-news .hd li a {
	display: block;
	line-height: 40px;
	width: 160px;
	font-size: 14px;
	border: 1px solid #ebebeb;
}
.yunu-news .hd li.on a {
	background-color: #009a44;
	border-color: #009a44;
	color: #fff;
}
.yunu-news .bd ul {
	margin-left: -40px;
}
.yunu-news .bd li {
	float: left;
	width: 50%;
}
.yunu-news .bd li a {
	display: block;
	margin-left: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-top: 20px;
	overflow: hidden;
}
.yunu-news .bd li .img-center {
	overflow: hidden;
	height: 290px;
	line-height: 290px;
}
.yunu-news .bd li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.yunu-news .bd li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.yunu-news .bd li .date {
	float: left;
	width: 110px;
	color: #666;
	padding: 26px 0;
	text-align: center;
	border-right: 1px solid #eee;
	line-height: 1;
}
.yunu-news .bd li .date strong {
	display: block;
	font-size: 40px;
	color: #333;
	font-family: Impact;
	margin-bottom: 6px;
}
.yunu-news .bd li .info {
	margin-left: 110px;
	padding: 20px;
}
.yunu-news .bd li .info h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.yunu-news .bd li .info p {
	color: #888;
	margin: 10px 0 0;
	overflow: hidden;
	line-height: 1.8;
	height: 50px;
}
.yunu-news .bd li a:hover {
	border-color: #009a44;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.a-box { 
	width:1200px; margin:0 auto;
}
.a-box a {
	font-size:14px;
	line-height:30px;
	color:#666;
	margin-right:20px;
	transition:all ease .5s;
}
.a-box span {
	font-size:14px;
	line-height:30px;
	color:#666;
	margin-right:20px;
	transition:all ease .5s;
}
.a-box a:hover {
	color:#222;
}
