@charset "utf-8";

/* CSS Document */
.banner{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
    height: 680px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
	min-height: 400px !important;
	max-height: 680px !important;
}
.banner .DB_bgSet{
	position: relative;
	height: 100%;
}
.banner .DB_bgSet li{
	position: absolute;
    width: 100%;
    height:100%;
    display: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner .DB_imgSet {
    position: absolute !important;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
	top: 0;
}
.banner .DB_imgSet .b_more a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 20px;
	background: #83C125;
}
.banner .DB_imgSet .b_more a:hover{
	width: 160px;
}
.banner .DB_imgSet .img{
	position: absolute;
}
.banner .DB_imgSet .DB_1_1{
	left: 0;
	top: 234px;
}
.banner .DB_imgSet .DB_1_2{
	left: 0;
	top: 292px;
}
.banner .DB_imgSet .DB_1_3{
	left: 0;
	top: 350px;
}
.banner .DB_imgSet .DB_1_4{
	left: 0;
	top: 415px;
}

.banner .DB_imgSet .DB_2_1{
	left: 0;
	top: 234px;
}
.banner .DB_imgSet .DB_2_2{
	left: 0;
	top: 292px;
}
.banner .DB_imgSet .DB_2_3{
	left: 0;
	top: 350px;
}
.banner .DB_imgSet .DB_2_4{
	left: 0;
	top: 415px;
}

.banner .DB_imgSet .DB_3_1{
	left: 0;
	top: 234px;
}
.banner .DB_imgSet .DB_3_2{
	left: 0;
	top: 292px;
}
.banner .DB_imgSet .DB_3_3{
	left: 0;
	top: 350px;
}
.banner .DB_imgSet .DB_3_4{
	left: 0;
	top: 415px;
}
.banner .DB_next ,.banner .DB_prev{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	background: url(../img/ban_lr.png) no-repeat;
	background-color: rgba(0,0,0,0.5);
}
.banner .DB_next{
	right: 0;
	background-position: -143px center;
}
.banner .DB_prev{
	left: 0;
	background-position: 14px center;
}
.banner .DB_next:hover ,.banner .DB_prev:hover{
	background-color: #1DA737;
}
.banner .DB_menuWrap{
	position: absolute;
	width: 100%;
	bottom: 34px;
	text-align: center;
	height: 24px;
}
.banner .DB_menuSet{
	width: 100%;
	font-size: 0;
}
.banner .DB_menuSet li{
	display: inline-block;
	padding: 0 4px;
}
.banner .DB_menuSet li span{
	width: 24px;
	height: 24px;
	background: url(../img/ban_li.png) no-repeat right 0;
	display: block;
	cursor: pointer;
}
.banner .DB_menuSet li.select span{
	background-position: 0 0;
}

.ind_tt{
	text-align: center;
}
.ind_tt h3{
	display: inline-block;
	font-size: 28px;
	line-height: 36px;
	padding: 5px 0 18px;
	position: relative;
}
.ind_tt h3 i{
	width: 60px;
	height: 2px;
	background: #83C125;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
/* 服务 */
.ind_a{
	padding: 40px 0 60px;
}
.ind_alist{
	padding-top: 40px;
	overflow: hidden;
}
.ind_alist li{
	float: left;
	width: 25%;
}
.ind_alist li .padd{
	border-right: 1px solid #EEEEEE;
	text-align: center;
}
.ind_alist li .padd.none{
	border-right: 0;
}
.ind_alist li .padd img{
	display: inline-block;
	vertical-align: top;
}
.ind_alist li .padd h3{
	color: #151925;
	font-size: 20px;
	font-weight: bold;
	padding-top: 18px;
}
.ind_alist li .padd p{
	color: #888585;
	font-size: 12px;
	text-transform: uppercase;
	font-family:arial;
}
.ind_alist li:hover h3{
	color: #83C125;
}
/* 关于 */
.ind_b{
	height: 530px;
	background: url(../img/ind_ab.jpg) no-repeat center center;
}
.ind_abtb{
	width: 630px;
	float: right;
	height: 530px;
	display: table;
}
.ind_abtb .ab_tr{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.ind_abtb .ind_tt{
	text-align: left;
}
.ind_abtb .ind_tt h3 i{
	left: 0;
	margin-left: 0;
}
.ind_abtb .ab_com{
	color: #333333;
	font-size: 16px;
	line-height: 2;
	padding: 35px 0 38px;
}
.ind_abtb .ab_m a{
	height: 50px;
	line-height: 50px;
	display:inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 62px 0 20px;
	background: url(../img/m_ico.png) no-repeat 122px center #83C125;
}
.ind_abtb .ab_m a:hover{
	padding-right: 70px;
	padding-left: 28px;
	background-position: 138px center;
}
/* 特色 */
.ind_c{
	padding: 50px 0;
}
.ind_tscm{
	overflow: hidden;
	padding-top:40px;
}
.ind_tscm .hd{
	float: left;
	width: 244px;
	background: #1F1F1F;
}
.ind_tscm .hd li{
	height: 145px;
	border-bottom: 1px solid rgba(237,237,237,0.15);
	text-align: center;
	color: #949494;
	padding-top: 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.ind_tscm .hd li.on{
	background: #83C125;
	color: #fff;
}
.ind_tscm .hd li i{
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	background: url(../img/ind_tsico2.png) no-repeat;
}
.ind_tscm .hd li i.i1{
	background-position: center 0;
}
.ind_tscm .hd li i.i2{
	background-position: center -64px;
}
.ind_tscm .hd li i.i3{
	background-position: center -128px;
}
.ind_tscm .hd li i.i4{
	background-position: center -195px;
}
.ind_tscm .hd li i.i5{
	background-position: center -259px;
}
.ind_tscm .hd li.on i.i1{
	background-position: center -322px;
}
.ind_tscm .hd li.on i.i2{
	background-position: center -386px;
}
.ind_tscm .hd li.on i.i3{
	background-position: center -450px;
}
.ind_tscm .hd li.on i.i4{
	background-position: center -516px;
}
.ind_tscm .hd li.on i.i5{
	background-position: center -580px;
}
.ind_tscm .hd li p{
	font-size: 20px;
	padding-top: 5px;
}
.ind_tscm .bd{
	float: right;
	width: 956px;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	height: 725px;
	overflow: hidden;
	border-left: 0;
}
.ind_tscm .con{
	padding:25px 30px;
	font-size: 16px;
}
.ind_tscm .con .h2{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 14px;
}
.ind_tscm .con .h2:before{
	width: 4px;
	height: 18px;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: #8EC31E;
	position: absolute;
}
.ind_tscm .con .pa{
	padding-top: 15px;
	line-height: 1.8;
	color: #686868;
}
.ind_tscm .con .pa2{
	padding-bottom:30px;
}
.ind_tscm .con .pa .imgs{
	padding-top:20px;
	text-align:center;
}
.ind_tscm .con .pa .imgs img{
	max-width:100%;
}
.ind_tscm .con .padl{
	padding: 15px 0 20px;
	border-bottom: 1px solid #ECECEC;
	overflow: hidden;
	margin-bottom: 20px;
}
.ind_tscm .con .padl li{
	float: left;
	width: 510px;
	padding: 10px 0;
}
.ind_tscm .con .padl li.li2{
	width:380px;
}
.ind_tscm .con .padl li .img1{
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 20px;
}
.ind_tscm .con .padl li .r h3{
	font-size: 18px;
	color: #191919;
	padding-top: 10px;
}
.ind_tscm .con .padl li .r p{
	color: #989898;
	font-size: 14px;
	text-transform: uppercase;
}
.ind_tscm .con .cm_ys{
	padding-top: 20px;
	overflow: hidden;
}
.ind_tscm .con .cm_ys li{
	float: left;
	width: 25%;
	text-align: center;
}
.ind_tscm .con .cm_ys li .padd{
	padding: 0 20px;
}
.ind_tscm .con .cm_ys li span{
	display: block;
	margin: 0 auto;
	width: 145px;
	height: 145px;
	background: #8FC31F;
	border-radius: 50%;
	line-height: 145px;
	font-size: 57px;
	color: #fff;
}
.ind_tscm .con .cm_ys li p{
	padding-top: 14px;
	color: #454545;
}

/* 专家顾问 */
.ind_d{
	padding: 45px 0;
	background: #F8F8F8;
}
.ind_zjgw{
	padding-top: 30px;
}
.ind_zjgw .bd ul{
	width: 106%;
}
.ind_zjgw .bd li{
	float: left;
	width: 570px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ind_zjgw .bd li .img_l{
	float: left;
	width: 165px;
	overflow:hidden;
}
.ind_zjgw .bd li .img_l a{
	display: block;
	border-radius: 50%;
	border: 6px solid #F8F8F8;
	overflow: hidden;
}
.ind_zjgw .bd li .img_l img{
	width: 153px;
	height: 153px;
	display: block;
	border-radius: 50%;
}
.ind_zjgw .bd li .gw_r{
	width: 378px;
	float: right;
	display: table;
	height: 165px;
}
.ind_zjgw .bd li .gw_tr{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.ind_zjgw .bd li .gw_r h3{
	font-size: 18px;
	font-weight: bold;
}
.ind_zjgw .bd li .gw_r span{
	font-size: 14px;
	color: #575757;
	display: block;
}
.ind_zjgw .bd li .gw_r p{
	font-size: 16px;
	padding-top: 12px;
}
.ind_zjgw .bd li:hover .img_l a{
	border-color: #D5E8B9;
}
.ind_zjgw .bd li:hover h3 a{
	color: #83C125;
}
.ind_zjgw .hd{
	text-align: center;
	padding-top: 25px;
}
.ind_zjgw .hd ul{
	font-size: 0;
}
.ind_zjgw .hd li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	background: #999;
	border-radius: 50%;
	cursor: pointer;
}
.ind_zjgw .hd li.on{
	background:#83C125;
}
/* 合作 */
.ind_e{
	padding: 45px 0;
}
.ind_hz{
	padding-top: 40px;
	overflow: hidden;
}
.ind_hz ul{
	width: 106%;
}
.ind_hz li{
	float: left;
	width: 226px;
	padding-right: 17px;
	padding-bottom: 17px;
}
.ind_hz li a{
	display: block;
	border: 1px solid #E0E0E0;
}
.ind_hz li a img{
	display: block;
}
.ind_hz li a:hover{
	border-color: #83C125;
}

.ind_yzs{
	padding-top: 20px;
	overflow: hidden;
}
.ind_yzs ul{
	width: 105%;
}
.ind_yzs li{
	float: left;
	width: 285px;
	padding-right: 14px;
	padding-bottom: 14px;
}
.ind_yzs li a{
	display: block;
	background: #F9F9F9;
	text-align: center;
	color: #1F1F1F;
}
.ind_yzs li img{
	display: block;
	width: 100%;
	height: 150px;
}
.ind_yzs li h3{
	font-size: 16px;
	padding: 12px 0 2px;
}
.ind_yzs li p{
	font-size: 18px;
	padding: 0px 0 18px;
}
.ind_cs{
	overflow: hidden;
	padding-top: 15px;
}
.ind_cs ul{
	width: 108%;
}
.ind_cs li{
	float: left;
	width: 428px;
	padding: 20px 38px 20px 0;
}
.ind_cs li a{
	display: block;
}
.ind_cs li .img{
	float: left;
	width: 124px;
}
.ind_cs li .img img{
	display: block;
	width: 100%;
}
.ind_cs li .cs_r{
	float: right;
	width: 280px;
}
.ind_cs li .cs_r h3{
	font-size: 18px;
}
.ind_cs li .cs_r p{
	color: #656565;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 10px;
}
.ind_yc{
	overflow: hidden;
	padding-top: 30px;
}
.ind_yc ul{
	width: 108%;
}
.ind_yc li{
	float: left;
	width: 216px;
	padding-right: 10px;
	padding-bottom: 18px;
}
.ind_yc li a{
	display: block;
}
.ind_yc li .img{
	display: block;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.ind_yc li .img img{
	display: block;
	width: 100%;
}
.ind_yc li p{
	font-size: 16px;
	color: #1B2C3D;
	line-height: 1.6;
	padding-top: 12px;
	text-align: center;
}
.ind_yc li a:hover .img{
	border-color: #8DD13F;
}
.ind_yc2 ul{
	width:100%;
} 
.ind_yc2 li{
	width:30%;
	padding-right:0;
	text-align:center;
}
.ind_yc2 li .img{
	border: none;
}
.ind_yc2 li .img img{
	display:inline-block;
	width:auto;
	max-width:60%;
}

.ind_tscm .con .pa .p2{
	padding-top: 20px;
}
.ind_zyzx{
	overflow: hidden;
	padding-top: 45px;
}
.ind_zyzx ul{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	box-sizing: border-box;
	width: 100%;
}
.ind_zyzx ul li{
	box-sizing: border-box;
	float: left;
	width: 33.3333333%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.ind_zyzx ul li a{
	display: block;
	text-align: center;
	padding: 30px 10px;
}
.ind_zyzx ul li .img img{
	display: inline-block;
	vertical-align: top;
}
.ind_zyzx ul li h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 6px;
}
.ind_zyzx ul li p{
	color: #656565;
	font-size: 14px;
}