head,body,button,caption,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
abbr,body,fieldset,html,iframe,img{border:0}
li{list-style:none}
textarea{overflow:auto;resize:none}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover{text-decoration:none;}
a:hover{text-decoration:none}
a,button{cursor:pointer;text-align:center;color: #333;}
button{border:0;outline:0;background:0 0}
li{list-style:none}
textarea{overflow:auto;resize:none}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}
table{border-collapse:collapse;border-spacing:0}
.tc{text-align:center}
body{width:100%;min-width:1000px;  font: 12px / 1.5 "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif, "Microsoft Yahei", 微软雅黑;color: #333;}
.clear{*clear: both; *zoom:1}
.clear:after {display: block;clear: both;visibility: hidden; height: 0;overflow: hidden; content: "."}
.animate{-o-transform: translateY(60px);-webkit-transform: translateY(60px);-moz-transform: translateY(60px);-ms-transform: translateY(60px);transform: translateY(60px); opacity: 0;-webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;-o-transition: opacity 1s ease-out, -o-transform 1s ease-out; -ms-transition: opacity 1s ease-out, -ms-transform 1s ease-out;-moz-transition: opacity 1s ease-out, -moz-transform 1s ease-out; transition: opacity 1s ease-out, transform 1s ease-out;}
.am{opacity: 1;-o-transform: translateY(0)!important;-webkit-transform: translateY(0)!important;-moz-transform: translateY(0)!important;-ms-transform: translateY(0)!important;transform: translateY(0)!important;}
.imgb{display: block; width: 100%;}
.cell{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center; 
	align-items: center;
}
.bd{
	-webkit-box-flex: 1;
	-webkit-flex: 1; 
	flex: 1;
}
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap{
	padding-top: 68px;
}
.head{
	position: fixed;
    top: 0;
	z-index:99999;width:100%;
	height:68px;
	background:#fff;color:#2b2b2b;
	font-weight:400;line-height:68px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);

}
.head .bd{
	text-align: right;
}
.main{
	width: 1000px;
	margin: 0 auto;
}
.logo{
	margin-left: 100px;
	line-height: 44px;
	font-size: 24px;
}
 
.nav {
	margin-left: 150px;
}
.nav a{
	line-height: 36px;
	margin-left: 40px;
	display: inline-block;
	padding: 0 30px;
	font-size: 18px;
	color: #666;
	border-radius: 30px;
}
.nav .cur,
.nav a:hover{
	color: #fff;
	background: #155bd5;
}


.part1{
	background: #fff;
}
.box{
	background: #155bd5;
	padding: 60px 0;
	color: #fff;
}
.part1 .tit{
	line-height: 88px;
	font-size: 44px;
	font-weight: 600;
}
.part1 .txt{
	margin-top: 10px;
    line-height: 30px;
	opacity: 0.8;
	font-size: 22px;
}
.first{
	padding: 50px 0 120px;
}
.first .item{
	border: 2px solid #fff;
	border-radius: 10px;
	margin: 15px 20px;
    padding: 30px 40px;
    text-align: center;
    font-size: 20px;
}
.part1_img{
	width: 840px;
	margin: -150px auto 0;
}

.part2{
	background: #F6F6F6;
	padding: 60px 0;
	margin-top: 60px;
}
.part2 .tit{
	font-size: 42px;
    line-height: 45px;
	margin-bottom: 18px 
}
.part2 .list{
	display: flex;
	flex-wrap: wrap;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
.part2 .list .item{
	width: 420px;
	padding:20px;
	margin: 20px 0;
}
.part2 .list .img{
	float: left;
	width: 100px;
	margin-right: 20px;
}
.part2 .list h3{
	font-size: 22px;
    line-height: 32px;
	margin-bottom: 10px;
}

.part3{
	padding: 120px 0;
	line-height: 1.8;
	font-size: 16px;
	color: #999;
}
.part3 h3{
	font-size: 42px;
    line-height: 45px;
	margin-bottom: 20px;
	color: #333;
}
.part3 .img{
	width: 50%;
	margin-right: 5%;
}

.part4{
	padding: 80px 0;
    background: linear-gradient(45deg, #155bd5, #1c3ab6);
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}


.banner{
	background: url('../imgs/ft.jpg') no-repeat center;
	line-height: 120px;
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.abolut{
	min-height: 600px;
	padding: 50px;
}
.abolut .text{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.8;
	color: #777;
}
.abolut .tit{
	color: #000;
    line-height: 32px;
    margin-bottom:10px;
	font-size: 16px;
	position: relative;
	padding-left: 10px;
}
.abolut .tit::after{
	content: "";
    display: inline-block;
	position: absolute;
	left: 0;
    width: 3px;
    height: 20px;
	top: 50%;
	margin-top: -10px;
    background-color: #4a90e2;
    border-radius: 4px;
    vertical-align: middle;
}

.service{
	padding: 40px 0;
}
.service .tit{
	font-size: 32px;
	margin-bottom: 10px;
}
.gp-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
	margin-top: 30px;
}
.gp-table > tbody, .gp-table > thead {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.gp-table > tbody > tr, .gp-table > thead > tr {
    background-color: #fff;
    border: 1px solid #fff;
}
.gp-table th {
    background-color: #c5edec;
    color: #333;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;border-right: 1px solid #fff;
}
.gp-table .text-left {
    padding-left: 0px;
}
.gp-table > tbody > tr > td {
    height: 35px;
    border-left: none;
    border-right: none;
    color: #666;
    border: none;
  padding: 15px 0px 15px 0px;
  text-align: center;
    box-sizing: border-box;
    vertical-align: middle;font-size: 14px;border-right: 1px solid #fff;
}


.tbtt{text-align: center;
	font-size: 24px;
	padding: 20px 0px;}
	
	.gp-table > tbody > tr:nth-child(2n) {
		background-color: #f3fcfb;
	}
	.gp-table > tbody > tr{
		background-color: #e8f6f6;
	}
	.icon-yes {
		display: inline-block;
		width: 20px;
		height: 14px;
		background: url('../imgs/gou.png');
			background-size: auto;
		background-size: cover;
		vertical-align: middle;
	}
	.jqsy{
		font-weight: bold;
	font-size: 24px;
	color: #00847c;
		
		
	}
	
	.column.is-4, .column.is-4-tablet {
		width: 33.33333%;
		float: left;
	}
	.column {
		display: block;
		padding: 16px 20px;
	}
	.card {
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		height: 324px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(76, 94, 112, 0.05);
		padding: 40px;background: #fff;
	}
	
	.card-image {
		display: block;
		position: relative;
	}
	
	.card .image.is-64x64 {
	 width: 80px;
	height: 90px;
		
		margin: 0 auto;
	}
	.card-content {
		padding: 0 0 1rem 0;
		display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
	.card .title {
		font-size: 20px;
		margin: 20px 0;
		line-height: normal;
		text-align: center;
		color:black;
	}




.foot{
	background:#333;
	color:#fff;
	text-align:center;
	padding:30px 0;
	line-height:30px;
}
.foot a{
	color:#fff;
}

.ts_txt .item{
	margin-bottom: 30px;
}

 