*{
	margin:0px;
	padding:0px;
}
a{text-decoration:none;color:#1f1f1f;outline: none;}
.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;}
img{border:0px;}
/*default main axis*/
.fllt,.fllc,.fllb,.flct,.flcc,.flcb,.flrt,.flrc,.flrb,.fla,.flb{display:inline-block;}
.clear{
	clear:both;
	overflow: hidden;
}
.header{
	overflow: hidden;
	width:100%;
	height:100px;
	background:#fff;
	-ms-box-shadow:0px 2px 20px 0px #0d0d0d;
	box-shadow: 0px 2px 20px 0px #d0d0d0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#d0d0d0')" ;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength= 4 ,Direction= 135 ,Color= '#d0d0d0' );
	   filter: progid:DXImageTransform.Microsoft.Shadow(color='#d0d0d0', Direction=125, Strength=9);
	   /*margin-bottom:1px;*/
	  z-index:10;
}
.header_content{
	width:80%;
	height:100%;
	margin:0 auto;
}
.logo{
	float:left;
	width:320px;
	margin-top:8px;
}
.logo img{
	/*width:99%;*/
	width:100%;
}
.menu{
	float:right;
}
.menu div{
	float:left;
	width:96px;
	height:93px;
	border:none;
	/*border-bottom:4px solid #fff;
	border-top:1px solid #fff;*/
}
.menu div a{
	display: inline-block;
	height:100%;
	width:100%;
	color:#434343;
	font-size:15px;
	text-align: center;
	line-height: 99px;
	border-bottom:4px solid #fff;
	border-top:1px solid #fff;
}
.nav_active{
	background: #f6f6f6;
}
.menu div:hover{
	position: relative;
	zoom:1;
	background:#f6f6f6;
	border-bottom:4px solid #02d21d;
}
.menu div a:hover{
	background:#f6f6f6;
	border-bottom:4px solid #02d21d;
}
.banner{
	width:100%;
	overflow: hidden;
	border:none;
	position: relative;
}
.slideBox{
	border:none;
	color:#fff;
}
.hd{
	height: 15px;
    overflow: hidden;
    position: absolute;
    right:calc(50% - 12*3px);
    bottom:15px;
    z-index: 10;
}
.hd ul{
	overflow: hidden;
    zoom: 1;
    float: left;
}
.hd ul li.on{
	background: #007aff;
}
.hd ul li{
	overflow: hidden;
	font-size:12px;
/*	color:#333;*/
	float: left;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    /*line-height: 14px;*/
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    behavior:url(./css/PIE.htc);
    background:#5d5d5d;
}

.hd ul li:hover{
	cursor: pointer;
}
.bd img{
	width:100%;
	border:0px;
	position: relative;
    z-index: 0;
}
.bd li{
	zoom: 1;
    vertical-align: middle;
}
.slideBox .prev,.slideBox .next{
	position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    background: url(../img/slider-arrow.png) -172px 5px no-repeat;
    /*filter: alpha(opacity=60);*/
    opacity: 0.5;
    outline:none;
    zoom:1;
    z-index:99;
}
.slideBox .next{
    left: auto;
    right: 3%;
    background-position: 8px 5px;
    background-position: -53px 5px;
}

.main{
	width:100%;
	margin-top:-4px;
	margin:0 auto;
}
.main_one{
	background:#f9f9f9;
	padding-top:54px;
	width:100%;
}

.main_one_content{
	width:80%;
	margin:0 auto;
}
.main_one_title{
	width:212px;
	height:69px;
	background: #e8eefc;
	background:url('../img/title_ico.png');
	font-size:36px;
	text-align: center;
	line-height: 69px;
}
.main_one_menu{
	position: relative;
	margin-top:50px;
	width:100%;
	z-index:10;
}
.main_one_item{
	border:1px solid #fff;
	float:left;
	text-align: center;
	padding:10px;
	padding:40px 10px 10px 10px;
	background:#fff;
	width:30.2%;
	height:430px;
	border-radius: 15px;
	box-shadow: 0px 4px 20px 0px #d0d0d0;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#d0d0d0')" ;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength= 4 ,Direction= 135 ,Color= '#d0d0d0' );
	   filter: progid:DXImageTransform.Microsoft.Shadow(color='#d0d0d0', Direction=135, Strength=4);*/
	min-width: 320px;
	margin-left:2%;
	/*兼容ie6  ie7  first-child失效问题 0-first-child 2% other item*/
	* margin-left:expression(this.previousSibling==null?'0':'1.62%');
}
.main_one_item{
	border-radius:15px;
	behavior:url(./css/PIE.htc);
}
.main_one_item:hover{
	border:1px solid #36ffad;
}
.main_one_item:first-child{
	margin-left:0px;
	behavior:url(./css/PIE.htc);
}
.main_one_item .img{
	width:300px;
	height:282px;
	border:none;
	margin:0 auto;
}

.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{
	width:80%;
	margin:0 auto;
}
.main_two_content{
	width:100%;
	padding-bottom:65px;
	padding-top:115px;
}
.main_two_title{
	width:100%;
	margin-bottom:20px;
}
.two_title{
	float:left;
	text-align: center;
	line-height: 69px;
	width:212px;
	height:69px;
	background: #e8eefc;
	background:url('../img/title_ico.png');
	font-size:36px;
}
.two_more{
	text-align: center;
	font-size:20px;
	color:#f1f1f1;
	float:right;
	line-height: 69px;
}
.main_two_boxs{
	
}
.main_two_box{
	float:right;
	display: inline-block;
	width:41%;
	background: #fafafa;
	border:1px solid #dfdfdf;
	/*padding:15px;*/
	padding:45px 40px;
	padding-bottom:15px;
	min-width: 500px;
	* float:expression(this.previousSibling==null?'left':'right');
}
.main_two_box:first-child{
	float:left;
}
.two_box_item{
	/*border:1px solid;*/
	min-width: 400px;
}
.two_box_item a{
	width:100%;
	color:#434343;
	font-size:16px;
	line-height: 22px;
	margin-bottom:15px;
	* margin-bottom:expression(this.previousSibling==null?'15px':'40px');
}
.two_box_item a:hover{
	color:#000;
}
.box_item_font{
	float:left;
	display: inline-block;
	width:80%;
	padding-right:15px;
}
.box_item_time{
	display: inline-block;
}
.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%;
	margin:0 auto;
}
.foot_left{
	float:left;
	padding-left:30px;
	width:48%;
	min-width: 600px;
}
.foot_left .item{
	float:left;
	display: inline-block;
	margin-right:18%;
	* margin-right:expression(this.nextiousSibling==null?'8%':'18%');
}
.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{
	float:right;
	margin-top:24px;
	width:42%;
	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;
	margin:0 auto;
}
.footer_left{
	float:left;
}
.footer_left i{
	float:left;
	width:20px;
	height:20px;
	background:url('../img/footer_ico_1.png');
	margin-right:5px;
}
.footer_left span{
	font-size:14px;
	color:#717171;
}
.footer_right{
	float:right;
}
.footer_right i{
	vertical-align: bottom;
	display: inline-block;
	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%;
	margin:0 auto;
}
.about_header{
	width:45%;
}
.about_item{
	float:left;
	display: inline-block;
	padding:20px 0px;
	border-bottom:3px solid #fff;
	font-size:21px;
	/*color:#1f1f1f;*/
	color:#7a7a7a;
	line-height: 29px;
	margin-right:4%;
	cursor:pointer;
}
.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;
	margin:0 auto;
}

/*关于金笛intro*/
.intro1,.intro2,.intro3,.intro4{
	width:100%;
}
.intro1 h2{
	color:#1f1f1f;
	font-size:32px;
	font-weight: 500;
}
.intro1_content{
	margin-top:30px;
}
.intro1_left{
	width:42%;
	float:left;
}
.intro1_right{
	width:45%;
	float:right;
}

.intro2 h2{
	color:#1f1f1f;
	font-size:32px;
	font-weight: 500;
}
.intro2_content{
	margin-top:30px;
	align-items: flex-start;
}
.intro2_left{
	float:left;
	width:600px;
}
.intro2_left .img2{
	display: inline-block;
	float:left;
	margin-right:0.8%;
	margin-bottom:19px;
}
.intro2_right{
	float: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;*/
	margin-left:1.3%;
	display: inline-block;
	float:left;
	/** margin-right:expression(this.nextiousSibling==null?'0px':'15px');*/
}
.intro3_content .img3:first-child{
	margin-left:0px;
}
#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{
	position: relative;
	width:80%;
	margin:0 auto;
	z-index:1;
}
.product_item{
	float:left;
	overflow: hidden;
	display: inline-block;
	width:400px;
	box-shadow: 0px 2px 4px 0px rgba(213, 213, 213, 0.5);
	border-radius: 8px;
	behavior:url(./css/PIE.htc);
	margin-top:-34px;
	background: #fff;
	padding-bottom:50px;
	margin-right:1.45%;
	z-index:10;
	/*zoom:1;*/
}
.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_item_four{
	text-align: center;
}
.product_btn{
	margin:0 auto;
	text-align: center;
	line-height: 48px;
	width:216px;
	height:48px;
	background: #82be3c;
	border-radius: 24px;
	behavior:url(./css/PIE.htc);
	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{
	display: inline-block;
	float:left;
	width:100px;
	color:#7a7a7a;
	font-size: 16px;
	line-height: 28px;
}
.hire1_row1_col2{
	display: inline-block;
	float:left;
	width:300px;
	color:#1f1f1f;
	font-size:20px;
	line-height: 28px;
}
.hire1_row1_col3{
	display: inline-block;
	float:left;
	color:#7a7a7a;
	font-size:16px;
	line-height: 28px;
	margin-left:100px;
}

.hire1_item_row2{
	padding:10px 0px;
}
.hire1_row2_col1{
	display: inline-block;
	float:left;
	width:100px;
	color:#7a7a7a;
	font-size: 16px;
	line-height: 28px;
	min-width: 100px;
	overflow: hidden;
}
.hire1_row2_col2{
	display: inline-block;
	float:left;
	width:300px;
	color:#434343;
	font-size:16px;
	line-height: 28px;
	overflow: hidden;
	min-width: 300px;
}
.hire1_row2_col3{
	display: inline-block;
	float:left;
	color:#434343;
	font-size:16px;
	line-height: 28px;
	overflow: hidden;
	margin-left:100px;
	width:53%;
}
