.centre{
	width: 100%;
	background: #66c7fb;
	text-align:center;
	padding-bottom: 12px;
}
.centre ul{
	display: inline-block;
	text-align: left;
	margin-left: -55px;
}
.centre ul li{
	display:inline-block;
	position:relative;
	height:40px;
	margin-left: 55px;
	margin-top: 26px;
}
.centre ul li a{
	color: white;
	font-size: 16px;
}
.centre ul li a .top{
	opacity:0;
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	height:4px;
	background:white;
	transition:all 0.5s  linear;
}
.centre ul li a .bottom{
	position:absolute;
	bottom:0;
	left:0px;
	height:4px;
	width:100%;
	transform:scale(0.8);
	background:white;
	transition:all 0.5s  linear;
}
.centre ul li a:hover .top{
	opacity:1;
	top:-20px;
}
.centre ul li a:hover .bottom{
	transform:scale(1)
}
.news_main ul {
	float: left;
	margin-top: 32px;
}
.news_main ul li{
	border-bottom: 1px #919191 solid;
	margin-top: 18px;
	padding-bottom: 18px;
}
.news_main a .news_txt p{
	width: 806px;
	overflow : hidden;
	  text-overflow: visible;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;      /* 可以显示的行数，超出部分用...表示*/
	  -webkit-box-orient: vertical;
	  color: #5E5E5E;
	  text-indent: 2em;
	  margin: 29px 0 52px 0;
}
.news_main a .news_txt h1{
	font-size: 20px;
	margin: 22px 0;
	width: 806px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_main a .news_txt span{
	color: #919191;
}
.news_main a:hover span{
	color: #008CD6;
}
.news_main ul li a img{
	float: left;
}
.news_main ul li a .news_txt{
	float: right;
	margin: 0 45px;
}
.news_main .ym{
	text-align: center;
	margin-top: 60px;
}
.news_main .ym>div{
	display: inline-block;
	width: 208px;
	height: 48px;
	background: #e6e6e6;
}
.news_main .ym div a{
	font-size: 16px;
	line-height: 42px;
	display: block;
	width: 208px;
	height: 48px;
}
.news_main .ym div a:hover{
	color: white;
	background: #b2e4ff;
}
.contantA{
	margin-top: 71px;
}
.contantA .contantA_left{
	float: left;
	margin-left: 24px;
}
.contantA .contantA_left h1{
	font-size: 26px;
	color: #008CD6;
	margin-bottom: 20px;
}
.contantA .contantA_left li{
	width: 335px;
	border-bottom: 1px #224d64 solid;
	color: #224D64;
	font-size: 16px;
	padding: 14px 0;
}
.contantA .contantA_left img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	max-width: 41px;
}
.contantA .contantA_left p{
	display: inline-block;
	max-width: 250px;
}
.contantA .contantA_right{
	float: right;
	margin-right: 24px;
}
.contantA .contantA_right h1{
	width: 128px;
	height: 37px;
	background: #6CBCE6;
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
}
.contantA .contantA_right .img{
	border: 2px #008CD6 solid;
	width: 799px;
	height: 516px;
}
.contantA .shfw{
	margin: 76px 132px 0 76px;
}
.contantA .shfw h1{
	text-align: center;
	font-size: 26px;
	color: #008CD6;
	margin-bottom: 23px;
}

/* 表单样式 start */
.leftform{
	width:561px;
	height: 356px;
	/* background-color: orange; */
}
.rightform{
	width: 562px;
	height: 356px;
	/* background-color: pink; */
}
.rightform textarea{
	width: 100%;
	height: 292px;
	margin-top: 30px;
	padding: 15px;
	box-sizing: border-box;
	resize: none;
	border: none;
	border: 1px solid #ccc;
}
.rightform button{
	width: 134px;
    height: 39px;
    margin-top: 18px;
    border: none;
    background-color: #6cbce6;
    color: #fff;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.leftform input{
	display: block;
	width: 100%;
	height: 48px;
	margin-top: 30px;
	padding-left: 33px;
	border: none;
	border: 1px solid #ccc;
	cursor: text;
	color: #333;
}
.leftform input:nth-child(1){
	background: url(../image/username.png) no-repeat left center;
	background-size: 26px 23px;
}
.leftform input:nth-child(2){
	background: url(../image/tel.png) no-repeat left center;
	background-size: 26px 20px;
}
.leftform input:nth-child(3){
	background: url(../image/email.png) no-repeat left center;
	background-size: 26px 16px;
}
.leftform input:nth-child(4){
	background: url(../image/localtion.png) no-repeat left center;
	background-size: 26px 23px;
}

/* 表单验证 弹出 */
.tosatbox{
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    opacity: .5;
	    background: #000;
		z-index: 999;
}
.inneralert{
	width: 422px;
	height: 136px;
	background-color: #fff;
	z-index: 999999;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 5px;
	text-align: center;
}
.inneralert h3{
	font-size: 16px;
	margin-top: 20px;
	
}
.alertbox{
	display: none;
}
.inneralert .closebtn{
	width: 57px;
	height: 33px;
	display: block;
	background-color: #6cbce6;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	line-height: 33px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	border-color: #409eff;
}
.inneralert p{
	color: #606266;
	line-height: 60px;
}
/* 表单样式 end */
.about{
	margin-top: 48px;
}
.about h1{
	text-align: center;
	font-size: 26px;
	color: #008CD6;
}
.about ul{
	text-align: center;
	margin: 30px 0;
}
.about li{
	display: inline-block;
	margin-right: 50px;
	border-right: 1px #d1d1d1 solid;
	padding-right: 50px;
}
.about .margin-right-0{
	border: none;
}
.about li p{
	font-size: 18px;
	color: #008CD6;
}
.aboutA{
	width: 100%;
	background: #def4ff;
	padding: 24px 0 34px 0;
	margin-top: 34px;
}
.aboutA h1{
	font-size: 26px;
	text-align: center;
	color: #008CD6;
	margin-bottom: 23px;
}
.news_main ul li .news_txt b{
	font-weight: normal;
	margin-right: 23px;
	color: #008CD6;
}
.about_content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 54px;
	margin-bottom: 60px;
}
.about_content .box{
	float: left;
	margin-right: 46px;
	width:288px;
	height:417px;
	border:0px solid #666;
	position:relative;
}
.about_content .box:after,.about_content .box::before {
	content:"";
	width:0;
	height:0;
	border:5px solid transparent;
	display:inline-block;
	box-sizing:border-box;
	position:absolute;
}
.about_content .box:after {
	top:0;
	left:0;
	transition:border-color 0s ease-in 2s,height 0.5s ease-in 1s,width 0.5s ease-in 1.5s;
}
.about_content .box:before {
	right:0;
	bottom:0;
	transition:border-color 0s ease-in 0.8s,height 0.5s ease-in,width 0.5s ease-in 0.5s;
}
.about_content .box:hover:after {
	border-top-color:#3cae50;
	border-right-color:#3cae50;
	box-shadow:0px -2px 5px #3cae50,
	           2px 0px 5px #3cae50;
	height:100%;
	width:100%;
	/*transition:height 1s ease-out,width 1s ease-out 1s;
	*/ transition:width 0.2s ease-out,height 0.2s ease-out 0.2s;
}
.about_content .box:hover:before {
	width:100%;
	height:100%;
	border-bottom-color:#367dff;
	border-left-color:#367dff;
	box-shadow:-2px 0px 5px #367dff,
				0px 2px 5px #367dff;
	transition:width 0.2s ease-in 0.6s,height 0.2s ease-in 0.8s;
}
.about_content p{
	float: left;
	width: 966px;
}
/* 翻页 */
.pagenext{
	width: 400px;
	margin: 0 auto;
}
.pagenext ul li{
	float: left;
	margin-right: 10px;
	margin-top: 35px;
	border-bottom: 1px solid transparent;
}
.pagenext ul li a{
	text-align: center;
	line-height:35px ;
	color: #333;
	display: inline-block;
	width: 160px;
	height: 35px;
	background-color: orange;
}
.pagenext ul li a.prev{
	background-color: #e6e6e6;
}
.pagenext ul li a.next{
	background-color: #b2e4ff;
}
.news_contact{
	float: left;
}
.news_contact ul li{
	width: 944px;
	height: 160px;
	border: 1px #eeeeee solid;
	padding-left: 20px;
	position:relative;
	margin-bottom: 24px;
}
.margin-bottom-0{
	margin-bottom: 0!important;
}
.news_contact ul li a{
	display: block;
}
.news_contact .news_date .img{
	float: left;
	margin-left: 20px;
}
.news_contact .news_date .time{
	float: right;
	display: block;
	margin-right: 20px;
	color: #666666;
}
.news_contact .news_date{
	margin-top: 15px;
}
.news_contact ul li em{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #367E2C;
	display: inline-block;
	margin-right: 10px;
}
.news_contact ul li h1{
	width: 100%;
	border-bottom: 1px #cfd0cf dashed;
	line-height: 42px;
	font-size: 16px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	margin-right: 20px;
}
.news_contact ul li p{
	width: 900px;
	text-indent: 2em;
	margin-left: 21px;
	margin-right: 20px;
	text-align: justify;
	margin-top: 14px;
	color: #515151;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.news_contact ul li:hover{
	background: #fafafa;
}
.news_contact ul li a:hover{
	color: #367E2C;
}
.news_contact ul li:before,.news_contact ul li:after {
	content:'';
	position:absolute;
	top:0px;
	right:0;
	height:2px;
	width:0;
	background:#1AAB8A;
	transition:400ms ease all;
}
.news_contact ul li:after {
	right:inherit;
	top:inherit;
	left:0;
	bottom:0;
}
.news_contact ul li:hover:before,.news_contact ul li:hover:after {
	width:100%;
	transition:800ms ease all;
}
.news_main ul li a img{
	width: 300px;
	height: 204px;
}
.detect_text li,.detect_text{
	float: left;
}
.detect_text  li{
	width: 360px;
	margin-right: 34px;
	text-align: center;
	margin-top: 35px;
}
.margin-right-0{
	margin-right: 0!important;
}
.detect_text li div{
	width: 100%;
	height: 208px;
	overflow: hidden;
}
.detect_text li img{
	width: 100%;
	height: 208px;
	transition:all 5.5s ease-out;
		/* 过度 所有css属性 1秒过度 结束慢*/
	-moz-transition:all 5.5s ease-out;
		/* Firefox 4 */
	-webkit-transition:all 5.5s ease-out;
		/* Safari 和 Chrome */
	-o-transition:all 5.5s ease-out;
}
.detect_text li img:hover{
	width:100%;
	height:208px;
	transform:scale(2,2);
}
.detect_text li h1{
	width: 100%;
	height: 71px;
	border: 1px #dddddd solid;
	margin-top: -1px;
	line-height: 74px;
	font-size: 18px;
	box-sizing: border-box;
	overflow: hidden;
}
.detect_text li a:hover h1{
	background: #6cbce6;
	color: white;
	border: 1px #6cbce6 solid;
	transition: 0.8s;
}
.detect_text li a:hover em{
	width: 23px;
	height: 1px;
	background: white;
	display: inline-block;
	margin-bottom: 5px;
	margin: 0 8px 5px 8px;
	transition: 0.8s;
}
.gsjj img{
	width: 80% !important;
}