*{
	margin:0px;
	padding:0px;
}
a{text-decoration:none;color:#1f1f1f;}
.text{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.texts{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.texts-3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.texts-4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
ul{list-style-type: none;}
body{min-width: 1500px;}
/*default main axis*/
.fllt,.fllc,.fllb,.flct,.flcc,.flcb,.flrt,.flrc,.flrb,.fla,.flb{display:flex;display:-webkit-flex;}
.fllt{justify-content: flex-start;align-items: flex-start;}
.fllc{justify-content: flex-start;align-items: center;}
.fllb{justify-content: flex-start;align-items: flex-end;}
.flct{justify-content: center;align-items: flex-start;}
.flcc{justify-content: center;align-items: center;}
.flcb{justify-content: center;align-items: flex-end;}
.flrt{justify-content: flex-end;align-items: flex-start;}
.flrc{justify-content: flex-end;align-items: center;}
.flrb{justify-content: flex-end;align-items: flex-end;}
.fla{justify-content: space-around;align-items: center;}
.flb{justify-content: space-between;align-items: center;}
.header{
	width:100%;
	height:100px;
	background:#fff;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.header_content{
	width:80%;
	height:100%;
}
.logo{
	width:320px;
}
.logo img{
	width:100%;
}
.menu div{
	width:96px;
	height:93px;
	border:none;
	border-bottom:4px solid #fff;
	border-top:1px solid #fff;
}
.menu div a{
	color:#434343;
	font-size:15px;
}
.nav_active{
	background: #f6f6f6;
}
.menu div:hover{
	background:#f6f6f6;
	border-bottom:4px solid #02d21d;
}
.ibanner{
	width:100%;
}
.ibanner img{
	width:100%;
}
.main{
	width:100%;
	margin-top:-4px;
}
.main_one{
	background:#f9f9f9;
	padding-top:54px;
}

.main_one_content{
	width:80%;
}
.main_one_title{
	width:212px;
	height:69px;
	background: #e8eefc;
	background:url('../img/title_ico.png');
	font-size:36px;
}
.main_one_menu{
	margin-top:50px;
}
.main_one_item{
	border:1px solid #fff;
	padding:10px;
	background:#fff;
	width:30.4%;
	height:430px;
	border-radius: 15px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	min-width: 320px;
}
.main_one_item:hover{
	border:1px solid #36ffad;
}
.main_one_item .img{
	width:300px;
	height:282px;
}
.main_one_item .item_title{
	flex-direction: column;
	margin-top:24px;
}
.main_one_item .item_title p{
	color:#1f1f1f;
	font-size:24px;
	line-height: 33px;
	font-weight: 500;
	margin-bottom:5px;
}
.main_one_item .item_title span{
	color:#1f1f1f;
	font-size:18px;
	line-height: 25px;
	font-weight: 400;
}

.main_two_content{
	width:80%;
	padding-bottom:65px;
	padding-top:115px;
}
.main_two_title{
	margin-bottom:20px;
}
.two_title{
	width:212px;
	height:69px;
	background: #e8eefc;
	background:url('../img/title_ico.png');
	font-size:36px;
}
.two_more{
	font-size:20px;
	color:#f1f1f1;
}
.main_two_boxs{
	align-items: flex-start;
}
.main_two_box{
	width:41%;
	background: #fafafa;
	border:1px solid #dfdfdf;
	/*padding:15px;*/
	padding:45px 40px;
	padding-bottom:0px;
	min-width: 500px;
}
.two_box_item{
	/*border:1px solid;*/
	min-width: 400px;
}
.two_box_item a{
	color:#434343;
	font-size:16px;
	line-height: 22px;
	margin-bottom:15px;
}
.two_box_item a:hover{
	color:#000;
}
.box_item_font{
	width:80%;
}
.main_two_box .two_box_item:last-child a{
	margin-bottom:40px;
}
.foot{
	width:100%;
	padding:76px 0px 120px 0px;
	background: #f3f3f3;
}
.foot_main{
	width:80%;
}
.foot_left{
	padding-left:30px;
	width:48%;
	min-width: 550px;
}
.foot_left .item h2{
	font-size:20px;
	color:#434343;
	font-weight: 450;
	line-height: 28px;
	margin-bottom:24px;
}
.foot_ul{
	
}
.foot_ul li{
	margin-bottom:16px;
	font-size:16px;
	color:#434343;
	font-weight:350;
}
.foot_ul li a{
	color:#434343;
}
.foot_ul li a:hover{
	color: #379f52;
}
.foot_ul li:last-child{
	margin-bottom:0px;
}
.foot_right{
	width:30%;
	min-width: 300px;
}
.foot_right h3{
	color:#434343;
	font-weight: 500;
	font-size:21px;
	line-height: 39px;
}
.foot_right span{
	color:#434343;
	font-size:36px;
	line-height: 60px;
	font-weight: 400;
}
.footer{
	width:100%;
	background:#fff;
}
.footer_main{
	width:80%;
	padding:10.5px 0px;
}
.footer_left i{
	width:20px;
	height:20px;
	background:url('../img/footer_ico_1.png');
	margin-right:5px;
}
.footer_left span{
	font-size:14px;
	color:#717171;
}
.footer_right i{
	width:20px;
	height:20px;
	background:url('../img/footer_ico_2.png');
	margin-right:5px;
	margin-top:2px;
}
.footer_right a{
	color:#717171;
	font-size:14px;
}

.line{
	border-top:1px solid rgba(0,0,0,0.1);
	padding-bottom:5px;
}
/*关于我们*/
.header_bg{
	width:100%;
	height:330px;
	background:url('../img/otherpage/bannerBG_intro.png');
}
.about_main{
	width:100%;
}
.about_content{
	width:80%;
}
.about_header{
	width:45%;
}
.about_item{
	padding:20px 0px;
	border-bottom:3px solid #fff;
	font-size:21px;
	/*color:#1f1f1f;*/
	color:#7a7a7a;
	line-height: 29px;
}
.about_active{
	border-bottom:3px solid #02d21d;
	color:#1f1f1f;
}
.about_item:hover{
	cursor:pointer;
	border-bottom:3px solid #02d21d;
	color:#1f1f1f;
}
.about{
	width:100%;
}
.about_center{
	width:80%;
	padding-top:30px;
	padding-bottom:35px;
	background: #fff;
}

/*关于金笛intro*/
.intro1,.intro2,.intro3,.intro4{
	width:100%;
}
.intro1 h2{
	color:#1f1f1f;
	font-size:32px;
	font-weight: 500;
}
.intro1_content{
	margin-top:30px;
	align-items: flex-start;
}
.intro1_left{
	width:42%;
}
.intro1_right{
	width:45%;
}

.intro2 h2{
	color:#1f1f1f;
	font-size:32px;
	font-weight: 500;
}
.intro2_content{
	margin-top:30px;
	align-items: flex-start;
}
.intro2_left{
	width:600px;
	flex-wrap: wrap;
}
.intro2_left .img2{
	margin-bottom:19px;
}
.intro2_right{
	padding-left:20px;
	width:50%;
}

.intro3 h2{
	color:#1f1f1f;
	font-size:32px;
	font-weight: 500;
}
.intro3_content{
	margin-top:30px;
	margin-bottom:30px;
	min-width: 1280px;
}
.intro3_content .img3{
	margin-right:15px;
}
#rjzz{
	flex-wrap: wrap;
}
#rjzz img{
	margin-bottom:15px;
}

.intro4 h2{
	color:#1f1f1f;
	font-size:32px;
	font-weight: 500;
}
.intro4_content{
	margin-top:30px;
	margin-bottom:30px;
}

/*业务介绍*/
.product_bg{
	width:100%;
	height:330px;
	background:url('../img/otherpage/bannerBG_product.png');
}
.product_main{
	width:100%;
	background: #f9f9f9;
	padding-bottom:80px;
}
.product_content{
	width:80%;
	align-items: flex-start;
}
.product_item{
	/*overflow: hidden;*/
	box-shadow: 0px 2px 4px 0px rgba(213, 213, 213, 0.5);
	border-radius: 8px;
	margin-top:-34px;
	background: #fff;
	padding-bottom:50px;
	margin-right:17px;
}

.product_item:last-child{
	margin-right:0px;
}
.product_img{
	width:420px;
	height:107px;
	padding:30px 0px;
}
.product_img img{
	width:100%;
}
.product_line{
	width:370px;
	margin:0 auto;
	border-bottom:1px solid #e2e2e2;
}
.product_item_text{
	width:340px;
	padding:0px 40px;
	line-height: 22px;
	font-size: 16px;
}
.product_item_text span{
	line-height: 30px;
	display: inline-block;
	height:235px;
}
#product_text{
	display: inline-block;
	/*height: 87px;*/
	overflow: hidden;
}
.product_zk{
	color:#3b7be4;
	cursor: pointer;
}
.item_img{
	padding:40px;
	height:256px;
	overflow: hidden;
}
.product_btn{
	width:216px;
	height:48px;
	background: #82be3c;
	border-radius: 24px;
	color:#fff;
	font-size:20px;
}
.product_btn:hover{
	background:#18ab29;
}

/*人力资源*/
.hire_bg{
	width:100%;
	height:330px;
	background:url('../img/otherpage/bannerBG_hire.png');
}
.hire1_content{
	margin-top:30px;
	align-items: flex-start;
}
.hire1_header_1{
	font-size:16px;
	color:#434343;
	line-height: 30px;
}
.hire1_header_2{
	color:#434343;
	font-size:20px;
	line-height: 30px;
}
.hire1_header_2 span{
	font-size:16px;
}

.hire1_item{
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding:50px 60px;
	margin-bottom:45px;
}
.hire1_item:last-child{
	margin-bottom:15px;
}
.hire1_item_t1{
	color:#7a7a7a;
	font-size:16px;
	line-height: 22px;
}
.hire1_item_t2{
	font-size:32px;
	color:#1f1f1f;
	line-height: 45px;
}

.hire1_item_content{
	margin-top:50px;
}

.hire1_item_row1{
	padding:10px 0px;
}
.hire1_row1_col1{
	width:100px;
	color:#7a7a7a;
	font-size: 16px;
	line-height: 28px;
}
.hire1_row1_col2{
	width:300px;
	color:#1f1f1f;
	font-size:20px;
	line-height: 28px;
}
.hire1_row1_col3{
	color:#7a7a7a;
	font-size:16px;
	line-height: 28px;
	margin-left:100px;
}

.hire1_item_row2{
	padding:10px 0px;
}
.hire1_row2_col1{
	width:100px;
	color:#7a7a7a;
	font-size: 16px;
	line-height: 28px;
	min-width: 100px;
	overflow: hidden;
}
.hire1_row2_col2{
	width:300px;
	color:#434343;
	font-size:16px;
	line-height: 28px;
	overflow: hidden;
	min-width: 300px;
}
.hire1_row2_col3{
	color:#434343;
	font-size:16px;
	line-height: 28px;
	overflow: hidden;
	margin-left:100px;
}
