﻿#banner{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	overflow:hidden;
}
#banner img{
	width:100%;
	height:auto;
	float:left;
}
#video{
	width:100%;
	height:auto;
	float:left;
	max-height:100vh;
	position:relative;
	overflow:hidden;
	object-fit: cover;
}

#ziye{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	
	margin:40px 0 60px 0;
	background-color:#fff;
	padding:40px 50px;
	box-sizing:border-box;
}
.ziyeNav{
	width:100%;
	height:auto;
	float:left;
	background-color:#02909c;
	padding:20px;
	box-sizing:border-box;
}
.ziyeNav ul{
    margin: 0px auto;
    text-align: center;
}
.ziyeNav ul li{
    height: 40px;
	float:left;
    line-height: 40px;
    overflow: hidden;
	color:#fff;
	margin-right:20px;
	padding:0 30px;
	font-size:17px;
	cursor:pointer;
	transition:all .5s;
	border-radius:10px;
}
.ziyeNav ul li:last-child{
	margin-right:0;
}
.ziyeNav ul li.on{
    color:#fff;
	background-color:#35bac5;
}


.newsList{
	width:100%;
	height:auto;
	float:left;
	box-sizing: border-box;
}
.newsList ul{
	width:100%;
	height:auto;
	float:left;
	min-height:450px;
}
.newsList ul li{
	width:100%;
	height:auto;
	float:left;
	padding:30px 0;
	border-bottom:1px solid #e3e3e3;
	box-sizing:border-box;
	transition:all .5s;
}
.newsList ul li .date{
    width:5%;
	height:140px;
	float:left;
}
.newsList ul li .date span{
    width:100%;
	height:40px;
	float:left;
	line-height:40px;
	font-size:32px;
	color:#a2a2a2;
	margin-top:10px;
}
.newsList ul li .date i{
    width:60%;
	height:5px;
	float:left;
	margin-top:10px;
	background-color:#17a7a1;
}
.newsList ul li .date em{
    width:100%;
	height:40px;
	float:left;
	line-height:40px;
	font-size:15px;
	color:#a2a2a2;
	margin-top:20px;
}
.newsList ul li .img{
    width:15%;
	height:140px;
	float:left;
	margin-left:2%;
	position:relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.newsList ul li .img img{
	width:100%;
    align-items: center;
	transition:all .5s;
}
.newsList ul li:hover .img img{
	transform: scale(1.05);
}
.newsList ul li .fl {
    position: relative;
    width: 75%;
	float:left;
	margin-left:3%;
	transition:all .5s;
}
.newsList ul li .fl .span{
	width: 100%;
	height:36px;
	float:left;
    font-size: 16px;
    font-weight: bold;
    color: #5f5f5f;
    line-height: 36px;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsList ul li .fl .p {
	width:100%;
	float:left;
    height: 56px;
    color: #979797;
    line-height: 28px;
	margin:5px 0 10px 0;
	transition:all .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.newsList ul li .fl .em{
	width:100%;
	float:left;
    height: 32px;
    color: #757575;
    line-height: 30px;
	transition:all .5s;
	overflow: hidden;
}
.newsList ul li .fl .em em{
	border:1px solid #f4f4f4;
	padding:0 12px;
	height:30px;
    font-size: 12px;
	border-radius:5px;
	transition:all .5s;
	box-sizing: border-box;
}
.newsList ul li .fl .em i{
	float:right;
}
.newsList ul li .fr {
    position: relative;
    width: 7%;
	float:left;
    text-align: center;
    margin: 24px 0px;
}
.newsList ul li .fr span {
    font-size: 18px;
    line-height: 50px;
	float:left;
	width:100%;
	height:50px;
	color:#757575;
}
.newsList ul li .fr i {
	float:left;
	width:50%;
	height:1px;
	margin:0 25%;
	background-color:#c9c9c9;
}
.newsList ul li .fr em {
    line-height: 40px;
	float:left;
	width:100%;
	height:40px;
	color:#757575;
}
.newsList ul li:hover .fl .span{
	color:#17a7a1;
}
.newsList ul li:hover .fl .em em{
	background-color:#17a7a1;
	color:#fff;
}

.newsList ul li.fo{
	width:31%;
	margin-right:3.5%;
	padding:0;
	margin-top:40px;
	background-color:#fbfbfb;
	border:0;
}
.newsList ul li:nth-child(3){
	margin-right:0;
}
.newsList ul li.fo .img{
	width:100%;
	height:260px;
	margin-left:0;
}
.newsList ul li.fo .fl{
	width:100%;
	margin:0;
	padding:10px 20px 20px 20px;
	box-sizing:border-box;
}

.newsList ul li.fo:hover{
	-webkit-box-shadow: 1px 1px 10px 3px #eee;
    -moz-box-shadow: 1px 1px 10px 3px #eee;
    -ms-box-shadow: 1px 1px 10px 3px #eee;
    -o-box-shadow: 1px 1px 10px 3px #eee;
    box-shadow: 1px 1px 10px 3px #eee;
}
.newsList ul li.fo:hover .fl{
	background-color:#17a7a1;
}
.newsList ul li.fo:hover .fl .span,
.newsList ul li.fo:hover .fl .p,
.newsList ul li.fo:hover .fl .em{
	color:#fff;
}
.newsList ul li.fo:hover .fl .em em{
	background-color:#fff;
	color:#17a7a1;
}



.infoLeft{
	width:20%;
	height:auto;
	float:left;
	margin-top:40px;
}
.infoLeft dl{
	width:100%;
	height:auto;
	float:left;
}
.infoLeft dl dt{
	width:100%;
	height:160px;
	float:left;
	position:relative;
	line-height:160px;
	background:#35bac5 url(../image/logo.png) no-repeat center center;
	text-align:center;
	font-size:22px;
	color:#fff;
	font-weight:bold;
}
.infoLeft dl dd{
	width:100%;
	height:50px;
	float:left;
	line-height:50px;
	background:#f5f5f5;
	text-align:center;
	font-size:16px;
	color:#666;
	margin-top:10px;
}
.infoLeft dl dd:first-child{
	margin-top:0;
}
.infoLeft dl dd a{
	display:block;
}
.infoLeft dl dd.on{
	background:#c2c2c2;
	color:#fff;
}
.infoLeft .infoImg{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.infoLeft .infoImg img{
	width:100%;
	height:auto;
	float:left;
}
.infoRight{
	width: calc(80% - 40px);
    height: 100%;
    float: left;
	margin-left:40px;
	margin-top:40px;
	border:1px solid #eee;
	padding:30px 40px;
    box-sizing: border-box;
}
.list_info{
	width:100%;
	height:auto;
	float:left;
}
.list_info .neInfo{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.list_info h4{
	width:100%;
	height:auto;
	float:left;
	line-height:35px;
	text-align:center;
	color:#838383;
	font-size:22px;
	font-weight:700;
    margin: 10px 0;
}
.list_info .dis_span{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	overflow:hidden;
	font-size:13px;
	color:#c2c2c2;
}
.list_info .dis_span span{
	margin:0 10px;
}
.bdsharebuttonbox{
	float:left;
}
.list_info .dis_content{
	width:100%;
	height:auto;
	line-height:28px;
	float:left;
	min-height:450px;
	margin:15px 0;
	color:#5d5d5d;
}
.list_info .dis_content img{
	height:auto;
	max-width:100%;
	display:block;
	margin:10px auto;
}
.list_info .dis_content p{
	width:100%;
	height:auto;
	float:left;
}
.dis_bj{
	width:100%;
	height:auto;
	float:left;
	line-height:30px;
	color:#545454;
	padding:10px 0 0 0;
	border-top:1px solid #dbdbdb;
}
.dis_left{
	width:50%;
	height:30px;
	float:left;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dis_right{
	width:50%;
	height:30px;
	float:right;
	text-align:right;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dis_bj a:hover{
	color:#35bac5;
}



.djNav{
	width:100%;
	height:auto;
	float:left;
}
.djNav ul{
	width:100%;
	height:auto;
	float:left;
}
.djNav ul li{
	width:22%;
    height: auto;
	float:left;
	margin-right:4%;
	cursor:pointer;
	transition:all .5s;
}
.djNav ul li:last-child{
	margin-right:0;
}
.djNav ul li .img{
	width:100%;
	height:135px;
	float:left;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.djNav ul li .img img{
	width:100%;
    align-items: center;
	transition:all .5s;
}
.djNav ul li span{
	width:100%;
	height:40px;
	float:left;
	line-height:40px;
	font-size:17px;
	color:#545454;
	text-align:center;
}
.djNav ul li:hover .img img{
	transform: scale(1.05);
}
.djNav ul li.on span{
    color:#d8122b;
}
.dangjianList{
	width:100%;
	height:auto;
	float:left;
	box-sizing: border-box;
	margin-top:10px;
}
.dangjianList ul{
	width:100%;
	height:auto;
	float:left;
	min-height:450px;
}
.dangjianList ul li{
	width:31%;
	margin-right:3.5%;
	float:left;
	padding:0;
	margin-top:40px;
	box-sizing:border-box;
	transition:all .5s;
}
.dangjianList ul li:nth-child(4),
.dangjianList ul li:nth-child(7),
.dangjianList ul li:nth-child(10),
.dangjianList ul li:nth-child(13),
.dangjianList ul li:nth-child(16){
	margin-right:0;
}
.dangjianList ul li .img{
    width:100%;
	height:260px;
	float:left;
	position:relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.dangjianList ul li .img img{
	width:100%;
    align-items: center;
	transition:all .5s;
}
.dangjianList ul li:hover .img img{
	transform: scale(1.05);
}
.dangjianList ul li .fl {
    position: relative;
    width: 100%;
	float:left;
	transition:all .5s;
	padding:15px 0 20px 0;
	box-sizing:border-box;
}
.dangjianList ul li .fl .span{
	width: 94%;
	height:36px;
	float:left;
    font-size: 16px;
    font-weight: bold;
    color: #5f5f5f;
	margin:0 3%;
    line-height: 36px;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dangjianList ul li .fl .p {
	width:94%;
	float:left;
    height: 56px;
    color: #979797;
    line-height: 28px;
	margin:10px 3% 20px 3%;
	transition:all .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.dangjianList ul li .fl .em{
	width:100%;
	float:left;
    height: 40px;
    color: #757575;
    line-height: 40px;
	transition:all .5s;
	box-sizing: border-box;
	text-align:right;
	overflow: hidden;
	border-top:1px solid #dfdfdf;
	padding:10px 3% 0 3%;
	background:url(../image/jiantou.png) no-repeat left 3% bottom 5px;
}
.dangjianList ul li .fl .em em{
	border:1px solid #f4f4f4;
	padding:0 12px;
	height:30px;
    font-size: 12px;
	border-radius:5px;
	transition:all .5s;
	box-sizing: border-box;
}
.dangjianList ul li .fl .em i{
	float:right;
}
.dangjianList ul li:hover .fl .span{
	color:#d8122b;
}
.dangjianList ul li:hover{
	-webkit-box-shadow: 1px 1px 10px 3px #eee;
    -moz-box-shadow: 1px 1px 10px 3px #eee;
    -ms-box-shadow: 1px 1px 10px 3px #eee;
    -o-box-shadow: 1px 1px 10px 3px #eee;
    box-shadow: 1px 1px 10px 3px #eee;
}
.dangjianList ul li:first-child{
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
}
.dangjianList ul li:first-child .img{
	width:20%;
	height:158px;
}
.dangjianList ul li:first-child .fl{
	width:80%;
	float:right;
    padding: 10px 0 0 0;
}
.dangjianList ul li:first-child .fl .p{
    margin: 8px 3% 20px 3%;
    height: 84px;
	-webkit-line-clamp:3;
}
.dangjianList ul li .fl .span i{
	float:right;
	font-size:14px;
    color: #757575;
}


.proimg{
	width:100%;
	height:auto;
	float:left;
}
.proimg img{
	width:100%;
	height:auto;
	float:left;
}
.proNav{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
}
.proNav ul{
    margin: 0px auto;
    text-align: center;
	display:flex;
}
.proNav ul li{
	flex:1;
	margin-right:3%;
    height: auto;
	float:left;
	background-color:#acf9ff;
	padding:20px 0;
	position:relative;
	cursor:pointer;
}
.proNav ul li:last-child{
	margin-right:0;
}
.proNav ul li span{
	width:100%;
    height: 30px;
	float:left;
    line-height: 30px;
    overflow: hidden;
	color:#626262;
	font-size:17px;
	cursor:pointer;
	transition:all .5s;
}
.proNav ul li em{
	width:100%;
    height: 30px;
	float:left;
    line-height: 30px;
    overflow: hidden;
	color:#979797;
	font-size:13px;
	cursor:pointer;
	transition:all .5s;
}
.proNav ul li.on{
	background-color:#78d8e0;
}
.proNav ul li.on em{
	color:#626262;
}
.proNav ul li.on:after{
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
	margin-left:-10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #78d8e0;
}
.pNav{
	width:100%;
	height:auto;
	float:left;
	margin:30px 0 40px 0;
	background-color:#f4f9f9;
	padding:20px;
	box-sizing:border-box;
}
.pNav ul{
    margin: 0px auto;
    text-align: center;
}
.pNav ul li{
	width:120px;
    height: 40px;
	float:left;
	margin-right:20px;
    line-height: 40px;
    overflow: hidden;
	color:#626262;
	font-size:15px;
	cursor:pointer;
	transition:all .5s;
	border-radius:10px;
}
.pNav ul li:last-child{
	margin-right:0;
}
.pNav ul li.on{
	background-color:#dbecea;
}
.proList{
	width:100%;
	height:auto;
	float:left;
}
.proList ul{
	width:100%;
	height:auto;
	float:left;
}
.proList ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
	padding:20px;
	box-sizing:border-box;
	background-color:#f9f9f9;
	margin-top:40px;
	transition:all .5s;
}
.proList ul li:nth-child(2n){
	margin-right:0;
}
.proList ul li .img{
	width: 265px;
    height: 265px;
    float: left;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.proList ul li .img img{
	width:100%;
    align-items: center;
	transition:all .5s;
}
.proList ul li .fl{
	width:calc(100% - 300px);
	float:right;
	height:auto;
	margin-top:10px;
}
.proList ul li .fl .em{
	width:100%;
	float:left;
	height:30px;
	line-height:30px;

    font-size: 16px;
    color: #242424;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proList ul li .fl .span{
	width:100%;
	float:left;
	height:40px;
	line-height:40px;

    font-size: 18px;
    color: #242424;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proList ul li .fl .money{
	width:100%;
	float:left;
	height:30px;
	line-height:30px;
	margin:20px 0;
    font-size: 16px;
    color: #d20000;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proList ul li .fl .p{
	width:100%;
	float:left;
	height:35px;
	line-height:35px;

    font-size: 15px;
    color: #636363;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proList ul li:hover{
	-webkit-box-shadow: 1px 1px 10px 3px #eee;
    -moz-box-shadow: 1px 1px 10px 3px #eee;
    -ms-box-shadow: 1px 1px 10px 3px #eee;
    -o-box-shadow: 1px 1px 10px 3px #eee;
    box-shadow: 1px 1px 10px 3px #eee;
}
.proList ul li:hover .fl .span{
	font-weight:bold;
	color:#d20000;
}


.proinfo{
	width:100%;
	height:auto;
	float:left;
}
.proinfo .proLeft{
	width:calc(100% - 170px);
	height:auto;
	float:left;
	background-color:#f9f9f9;
	padding:20px;
	box-sizing:border-box;
}
.proinfo .proLeft .fl{
	width:calc(100% - 580px);
	height:auto;
	float:right;
    margin-top: 40px;
}
.proinfo .proLeft .fl .em{
	width:100%;
	float:left;
	height:30px;
	line-height:30px;

    font-size: 17px;
    color: #242424;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proinfo .proLeft .fl .span{
	width:100%;
	float:left;
	height:40px;
	line-height:40px;

    font-size: 22px;
    color: #242424;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proinfo .proLeft .fl .info{
	width:100%;
	float:left;
	height:auto;
	margin-top:40px;
}
.proinfo .proLeft .fl .info span{
	width:100%;
	float:left;
	height:30px;
	line-height:30px;

    font-size: 17px;
    color: #636363;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proinfo .proLeft .fl .info p{
	width:100%;
	float:left;
	height:84px;
	line-height:28px;
	margin-top:10px;
    font-size: 15px;

    color: #636363;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}
.proinfo .proLeft .fl .money{
	width:100%;
	float:left;
	height:30px;
	line-height:30px;
	margin:60px 0 30px 0;
    font-size: 17px;
    color: #d20000;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proinfo .proLeft .fl .p{
	width:100%;
	float:left;
	height:35px;
	line-height:35px;

    font-size: 15px;
    color: #636363;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proinfo .proRight{
	width:130px;
	height:auto;
	float:right;
}
.proinfo .proRight dt{
	width:100%;
	float:left;
	height:40px;
	line-height:40px;

    font-size: 18px;
	text-align:center;
    color: #242424;
	box-sizing: border-box;
	transition:all .5s;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proinfo .proRight dd{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	border:1px solid #eee;
}
.proinfo .proRight dd img{
	width:100%;
	height:auto;
	float:left;
}



.index_one{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0 0;
}
.index_one ul{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.index_one ul li{
    position: relative;
    box-sizing: border-box;
    
	float:left;
    font-size: 16px;
    text-align: center;
    color: #333;
    
}
.index_one ul li:last-child{
	margin-right:0;
}
.index_one ul li img{
    width: 80px;
    height: 80px;
    
}
.index_one ul li .li-right{
    text-align: center;
}
.index_one ul li .li-right i{
    display:none;
}
.index_one ul li .li-right em{
    font-size: 38px;
    font-weight: 700;
}
.index_one ul li .li-right span{
    font-weight: 600;
}
.index_one ul li .li-right p {
    margin-top: 5px;
    font-weight: 500;
}



.about{
	width:100%;
	height:auto;
	float:left;
	margin-top:50px;
}
.about .a_title{
	width:100%;
	height:auto;
	float:left;
	font-size:20px;
	line-height:30px;
	color:#7e7e7e;
	text-align:center;
}
.about .a_content{
	width:100%;
	height:auto;
	float:left;
	font-size:15px;
	line-height:40px;
	color:#838383;
	margin-top:20px;
}
.about .a_img{
	width:100%;
	height:450px;
	float:left;
	margin-top:30px;
	position:relative;
	border-radius:20px 20px 0 0;
}
.about .a_img h3{
	position:absolute;
	left:50px;
	top:50px;
	line-height:40px;
	color:#fff;
	font-size:20px;
}
.about .a_img span{
	position:absolute;
	left:50px;
	top:90px;
	line-height:40px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}

.about .a_list{
	width:100%;
	height:auto;
	float:left;
}
.about .a_list ul{
	width:100%;
	height:auto;
	float:left;
}
.about .a_list ul li{
	width:280px;
	height:auto;
	float:left;
	margin-right:60px;
	margin-top:50px;
}
.about .a_list ul li:nth-child(4n){
	margin-right:0;
}
.about .a_list ul li .img{
	width:100%;
	height:90px;
	float:left;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.about .a_list ul li .img img{
    max-width: 90px;
    display: block;
    margin: auto;
    transition: all .5s;
}
.about .a_list ul li .tit{
	width:80%;
	height:30px;
	float:left;
	margin:10px 10% 0 10%;
	line-height:30px;
	color:#676767;
	font-size:17px;
	text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about .a_list ul li .info{
	width:80%;
	height:75px;
	float:left;
	margin:5px 10% 0 10%;
	line-height:25px;
	color:#9e9e9e;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}
.about .a_list ul li:hover .img img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}


.call{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.call_title{
	width:100%;
	height:auto;
	float:left;
}
.call_title span{
	width:100%;
	float:left;
	line-height:40px;
	font-size:24px;
	color:#505050;
	font-weight:bold;
	text-align:center;
	position:relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.call_title em{
	height:auto;
	width:100%;
	float:left;
	font-size:16px;
	line-height:40px;
	text-align:center;
	color:#ababab;
}
.call_title p{
	height:auto;
	width:100%;
	float:left;
	line-height:28px;
	text-align:center;
	color:#979797;
}
.call_list{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	margin-top:40px;
}
.call_list dd{
	flex:1;
	height:auto;
	float:left;
	margin-right:5%;
	text-align:center;
	color:#484848;
	font-size:18px;
	border-radius:10px;
	padding:30px;
	border:1px solid #c9c9c9;
	box-sizing:border-box;
	transition:all .5s;
}
.call_list dd:last-child{
	margin-right:0;
}
.call_list dd span{
	width:100%;
	height:40px;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#333;
	line-height:40px;
	text-align:center;
	transition:all .5s;
}
.call_list dd em{
	width:100%;
	height:auto;
	float:left;
	font-size:16px;
	color:#999;
	margin-top:10px;
	line-height:28px;
	text-align:center;
	transition:all .5s;
}
.call_list dd:hover{
	background-color:#00c8d1;
	border-color:#00c8d1;
	
}
.call_list dd:hover span,
.call_list dd:hover em{
	color:#fff;
}
.callMessage{
	width:100%;
	height:auto;
	float:left;
	padding:60px 0;
	background:url(../image/msg_bj.png) no-repeat center center;
	background-size:cover;
}
.apply{
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
}
.apply .form_input{
	width:100%;
	height:auto;
	float:left;
	margin-top:25px;
	background-color:#fff;
	position:relative;
}
.apply .form_input:last-child{
	background:none;
}
.apply .form_input i{
	width:50px;
	height:50px;
	float:left;
}
.apply .form_input i.img1{
	background:url(../image/m1.png) no-repeat center center;
}
.apply .form_input i.img2{
	background:url(../image/m2.png) no-repeat center center;
}
.apply .form_input i.img3{
	background:url(../image/m3.png) no-repeat center center;
}
.apply .form_input i.img4{
	background:url(../image/m4.png) no-repeat center center;
}
.apply .form_input input{
	width:calc(100% - 50px);
	height:50px;
	float:left;
	padding:0 10px 0 0;
	color:#666;
	border:0;
	box-sizing: border-box;
}
.apply .form_input input::-webkit-input-placeholder {
	color: #666;
}
.apply .form_input textarea::-webkit-input-placeholder {
	color: #666;
}
.apply .form_input textarea{
	width:100%;
	height:150px;
	float:left;
	padding:10px;
	font-family:'微软雅黑';
	color:#666;
	line-height:30px;
	border:0;
	box-sizing: border-box;
}
.apply .form_input:nth-child(-n+6){
	width:49%;
}
.apply .form_input:nth-child(3),
.apply .form_input:nth-child(5){
	margin-right:2%;
}
.apply .form_input .button{
	position:absolute;
	right:20px;
	bottom:20px;
	width:100px;
	height:35px;
	border-radius:20px;
	background-color:#e0e0e0;
	color:#626262;
	font-size:14px;
	padding:0;
	cursor:pointer;
}



#companyMap{
	width:100%;
	height:500px;
	float:left;
}
.amap-icon img {
	width: 25px;
	height: 34px;
}
.infowindow{
	position: relative;
}
.infowindow span{
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	color:#666;
}
.infowindow p{
	line-height:30px;
	font-size:13px;
	color:#666;
}

.amap-logo {
	opacity:0;
	display:none!important;
}
.amap-copyright {
	opacity:0!important;
}




.joinSum{
	width:100%;
	height:auto;
	float:left;
	background:url(../image/join1.png) no-repeat center center;
	background-size:cover;
	padding:80px;
    box-sizing: border-box;
}
.joinSum span{
	width:50%;
	height:auto;
	float:left;
	line-height:40px;
	color:#fff;
	letter-spacing:5px;
	font-size:16px;
}
.list_join{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.joinTit{
	width:100%;
	height:46px;
	float:left;
	line-height:46px;
}
.joinTit span{
	float:left;
	font-size:22px;
	font-weight:bold;
	color:#35bac5;
	letter-spacing:2px;
}
.joinTit em{
	float:left;
	color:#4b4b4b;
	line-height:56px;
	margin-left:10px;
}
.joinTit i{
	width:296px;
	height:100%;
	float:right;
	background:url(../image/join2.png) no-repeat center center;
	text-align:center;
	font-size:18px;
	color:#fff;
	letter-spacing:5px;
	text-indent:20px;
}
.list_join dl{
	width:100%;
	height:auto;
	float:left;
	min-height:500px;
	margin-top:30px;
}
.list_join dl dt{
	width:100%;
	height:auto;
	float:left;
	display:flex;
}
.list_join dl dt em{
	flex:1;
	text-align:center;
	height:60px;
	float:left;
	line-height:60px;
	background-color:#eee;
	color:#505050;
	font-size:16px;
}
.list_join dl dd{
	width:100%;
	height:auto;
	float:left;
	line-height:80px;
	border-bottom:1px dashed #f4f4f4;
	position:relative;
    transition: all .5s;
}
.list_join dl dd .em{
	width:100%;
	height:auto;
	float:left;
	display:flex;
}
.list_join dl dd .em em{
	flex:1;
	height:80px;
	float:left;
	text-align:center;
	
    color: #3d3d3d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_join dl dd .em .toggle{
	cursor:pointer;
}
.list_join dl dd .em .toggle i{
	border:1px solid #3d3d3d;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 30px auto;
    border-radius: 50%;
}
.list_join dl dd:hover{
	background-color:#f4f4f4;
}
.list_join dl dd .info{
	width:100%;
	height:0;
	box-sizing:border-box;
	margin-top:50px;
	overflow:hidden;
	color:#787878;
	line-height:30px;
}
.list_join dl dd .info.enable{
	height:auto;
	padding:30px;
	background-color:#fff;
}


.ab_two{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.wl_title{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	line-height:40px;
	font-size:24px;
	color:#17a7a1;
	text-align:center;
    position: relative;
	z-index:2;
}
.wl_content{
	width:100%;
	height:auto;
	line-height:30px;
	float:left;
	margin-top:30px;
	color:#5d5d5d;
	text-align:center;
}
.wl_content img{
	height:auto;
	max-width:100%;
	display:block;
	margin:10px auto;
}
.wl_content p{
	width:100%;
	height:auto;
	float:left;
}
.ab_two .swiper-container {
	width: 100%;
	height:auto;
	float:left;
	padding:100px 0 130px 0;
	margin-top:40px;
}
.ab_two .swiper-slide {
	width: 100%;
	height:auto;
	background: #fff;
	opacity:.3;
	
	-webkit-box-shadow: 1px 1px 10px 3px #bbb;
    -moz-box-shadow: 1px 1px 10px 3px #bbb;
    -ms-box-shadow: 1px 1px 10px 3px #bbb;
    -o-box-shadow: 1px 1px 10px 3px #bbb;
    box-shadow: 1px 1px 10px 3px #bbb;
	
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;transform: scale(0.9);
	
}
.ab_two .swiper-slide .img{
	width: 94%;
    height: 320px;
    float: left;
    margin: 3%;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.ab_two .swiper-slide .img img{
	width:100%;
    align-items: center;
}
.ab_two .swiper-slide span{
	width:100%;
	height:50px;
	float:left;
	background-color:#339a83;
	color:#fff;
	text-align:center;
	line-height:50px;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ab_two .swiper-slide-active,.honor_one .swiper-slide-duplicate-active{
	transform: scale(1.5);
	opacity:1;
	z-index:99;
}
.ab_two .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.ab_two .swiper-pagination-bullet-active {
    width: 25px;
    opacity: 1;
    border-radius: 10px;
    background: #00bfd1;
}


.cgRig{
	width:calc(100% - 820px);
	float:right;
	height:auto;
}
.cgRig .cg_eng{
	width:100%;
	height:30px;
	float:left;
	border-bottom:3px solid #35bac5;
	color:#d0ecee;
	font-size:28px;
	letter-spacing:5px;
}
.cgRig .cg_info {
    width: 100%;
    float: left;
    height: 180px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 15px;
    color: #636363;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.cgRig .cg_title{
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
	margin:40px 0;
    color: #515151;
	font-weight:bold;
    box-sizing: border-box;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cgRig .cg_title em{
    color: #35bac5;
	font-weight:bold;
}
.cgRig .cg_p{
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #636363;
    box-sizing: border-box;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.ky_two{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.swiper-kyOne{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
	padding:20px 20px 40px 20px;
	box-sizing:border-box;
	background-color:#d1edec;
	border-radius:15px;
	overflow:hidden;
	position:relative;
}
.swiper-kyOne .img{
	width:350px;
	height:430px;
	float:left;
	border-radius:10px;
}
.swiper-kyOne .info{
	width:calc(100% - 420px);
	height:auto;
	float:right;
    margin-top: 25px;
}
.swiper-kyOne .info .title{
	width:100%;
	height:40px;
	float:left;
	line-height:40px;
}
.swiper-kyOne .info .title span{
	float:left;
	font-size:26px;
	color:#4a4a4a;
}
.swiper-kyOne .info .title em{
	float:left;
	margin-left:10px;
	line-height:50px;
	font-size:15px;
	color:#17a7a1;
}
.swiper-kyOne .info .sum{
	width:100%;
	height:auto;
	float:left;
	line-height:40px;
	margin-top:10px;
}
.swiper-kyOne .info .sum span{
	width:90px;
	height:40px;
	float:left;
	line-height:40px;
	font-size:17px;
	color:#17a7a1;
	font-weight:bold;
}
.swiper-kyOne .info .sum em{
	width:calc(100% - 90px);
	height:40px;
	float:right;
	font-size:15px;
	color:#4a4a4a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-kyOne .info .summary{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}
.swiper-kyOne .info .summary span{
	width:100%;
	height:40px;
	float:left;
	line-height:40px;
	font-size:17px;
	color:#17a7a1;
	font-weight:bold;
}
.swiper-kyOne .info .summary em{
	width:100%;
	height:240px;
	float:left;
	line-height:30px;
	font-size:15px;
	color:#4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.swiper-kyOne .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-kyOne .swiper-pagination-bullet-active {
    width: 25px;
    opacity: 1;
    border-radius: 10px;
    background: #00bfd1;
}

.zhidao{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.zhidao .zdLeft{
	width:260px;
	height:auto;
	float:left;
}
.zhidao .zdLeft span{
	width:100%;
	height:50px;
	float:left;
	line-height:50px;
	font-size:34px;
	color:#17a7a1;
	font-weight:bold;
	letter-spacing:5px;
}
.zhidao .zdLeft em{
	width:100%;
	height:50px;
	float:left;
	line-height:50px;
	font-size:18px;
	color:#777777;
	letter-spacing:3px;
}
.zhidao .zdRight{
	width:calc(100% - 300px);
	height:auto;
	float:right;
	line-height:30px;
	font-size:15px;
	color:#777777;
	margin-top:15px;
}


.swiper-kyTwo{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
	padding-bottom:40px;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}
.swiper-kyTwo .swiper-slide{
	width:100%;
	height:auto;
	float:left;
}
.swiper-kyTwo .swiper-slide .img{
	width:100%;
	height:320px;
	float:left;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.swiper-kyTwo .swiper-slide .img img{
	width:100%;
    align-items: center;
}
.swiper-kyTwo .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-kyTwo .swiper-pagination-bullet-active {
    width: 25px;
    opacity: 1;
    border-radius: 10px;
    background: #00bfd1;
}

.jiuyeList{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
	position:relative;
}
.jiuyeOne{
	margin-top:50px;
}
.jiuyeList .jy_tit{
	width: 100%;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
	font-weight:bold;
	border-bottom:1px solid #17a7a1;
	background:url(../image/jg.png) no-repeat left center;
	text-indent:20px;
}
.jiuyeList .picSwiper{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	margin-top:30px;
}
.jiuyeList .picSwiper .swiper-slide {
	width:320px;
	height:auto;
    float:left;
	margin-right:30px;
}
.jiuyeList .picSwiper .swiper-slide .img{
	width:100%;
	height:300px;
	float:left;
	border:1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius:10px;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.jiuyeList .picSwiper .swiper-slide .img img{
	width:100%;
    align-items: center;
	transition:all .5s;
}
.jiuyeList .picSwiper .swiper-slide span{
	width:100%;
	height:40px;
	float:left;
	background-color:#eee;
	color:#3d3d3d;
	text-align:center;
	margin-top:10px;
	line-height:40px;
	font-size:15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition:all .5s;
}
.jiuyeList .swiper-button-next, .jiuyeList .swiper-button-prev{
	top:3px!important;
	margin-top:0!important;
	width:31px;
	height:32px;
}
.jiuyeList .swiper-button-prev,.jiuyeList .swiper-container-rtl .swiper-button-next{
	background:url(../image/left2.png) no-repeat center center!important;
}
.jiuyeList .swiper-button-next,.jiuyeList .swiper-container-rtl .swiper-button-prev{
	background:url(../image/right2.png) no-repeat center center!important;
}
.jiuyeList .swiper-button-prev{
	right:50px!important;
	left:inherit!important;
}
.jiuyeList .swiper-button-next{
	right:0!important;
}
.jiuyeList .picSwiper .swiper-slide:hover .img img{
	transform: scale(1.05);
}
.jiuyeList .picSwiper .swiper-slide:hover  span{
	background:#f99b2e;
	color:#fff;
}



.mendian{
	width:100%;
	height:auto;
	float:left;
}
.mendian .swiper-mendian{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
	overflow:hidden;
	position:relative;
}
.mendian .swiper-mendian .swiper-slide{
	width:100%;
	height:750px;
	float:left;
	position:relative;
}
.mendian .swiper-mendian .swiper-slide .info{
	width:100%;
	height:60px;
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	color:#fff;
	font-size:16px;
	padding:0 20px;
	box-sizing:border-box;
	line-height:60px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mendian .swiper-mendian .swiper-slide .info span,
.mendian .swiper-mendian .swiper-slide .info em,
.mendian .swiper-mendian .swiper-slide .info i{
	margin-right:40px;
	float:left;
}
.mendian .swiper-container-horizontal>.swiper-pagination-bullets, .mendian .swiper-pagination-custom, .mendian .swiper-pagination-fraction {
    bottom: 20px;
    right: 20px;
	left:inherit;
    width: auto;
}
.mendianList{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.mendianList .filters{
	width:100%;
	height:auto;
	float:left;
	line-height:40px;
	background-color:#f2f2f2;
	padding:20px;
	box-sizing: border-box;
}
#ul_select_caseattr{
	width:auto;
	height:30px;
	float:left;
}
#ul_select_caseattr li{
	width:auto;
	float:left;
	height:100%;
	margin-right:30px;
	line-height:30px;
	text-indent:1em;
	margin-top:0;
}
#select1{
	text-align:center;
	text-indent:0;
}
#ul_select_caseattr li:last-child{
	margin-right:0;
}
#ul_select_caseattr li span{
    color: #666;
    font-size: 15px;
    float: left;
	margin-right:10px;
}
#ul_select_caseattr li dl{
	width:125px;
	height:auto;
	float:left;
	background-color:#fff;
	color:#272727;
	font-size:15px;
	z-index:9;
	position:relative;
}
#ul_select_caseattr li dl dd{
	width:100%;
	height:30px;
	float:left;
}
#ul_select_caseattr li .input {
    width: 150px;
    color: #666;
    font-size: 15px;
    height: 30px;
    float: left;
    border: 0;
    margin-left: 10px;
    padding: 0 10px;
}
#select2 .select-all,
#select3 .select-all,
#select4 .select-all{
	background:url(../image/ca_jt.png) no-repeat right 10px center;
	background-size:auto 20%;
}
#select1 .select-all{
	color:#fff;
	background-color:#0089d4;
	border-radius:6px;
}
#ul_select_caseattr li dl dd a{
	display:block;
}
#select4 .select-all span{
	width:60px;
	height:20px;
	border-radius:3px;
	position:relative;
	z-index:-1;
}
#ul_select_caseattr li dl a{
	width:100%;
	height:30px;
	float:left;
	color:#666;
}
.option{
	top:30px;
	width:99%;
	position:absolute;
	background-color:#fff;
	border:1px solid #ededed;
	display:none;
	z-index:100;
	max-height:360px;
	overflow:auto;
}
.option a{
	text-align:center;
	text-indent:0;
	font-size:14px;
	color:#666;
}
.option a:hover{
	background-color:#f2f2f2;
}
.mendianList .filters .button{
	width:80px;
	height:30px;
	float:left;
	background-color:#35bac5;
	color:#363636;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	border:0;
	margin-left:15px;
}


.mendianList ul{
	width:100%;
	height:auto;
	float:left;
}
.mendianList ul li{
	width:48%;
	height:auto;
	float:left;
	margin:30px 4% 0 0;
	transition:all .5s;
}
.mendianList ul li:nth-child(2n){
	margin-right:0;
}
.mendianList ul li .img{
	width:100%;
	height:21rem;
	float:left;
	border:1px solid #e7e7e7;
	box-sizing: border-box;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.mendianList ul li .img img{
	width:100%;
    align-items: center;
	transition:all .5s;
}
.mendianList ul li .info{
	width:100%;
	height:auto;
	float:left;
	border:1px solid #e7e7e7;
	padding:20px;
	box-sizing: border-box;
	border-top:0;
}
.mendianList ul li .info span{
	width:100%;
	height:30px;
	float:left;
	border-bottom:1px solid #e7e7e7;
	font-size:17px;
	font-weight:bold;
	color:#616161;
	line-height:30px;
	padding-bottom:10px;
}
.mendianList ul li .info em{
	width:100%;
	height:40px;
	float:left;
	font-size:15px;
	background:url(../image/md1.png) no-repeat left center;
	color:#616161;
	line-height:40px;
	text-indent:30px;
	margin-top:10px;
}
.mendianList ul li .info p{
	width:100%;
	height:40px;
	float:left;
	font-size:15px;
	background:url(../image/md2.png) no-repeat left center;
	color:#616161;
	line-height:40px;
	text-indent:30px;
}
.mendianList ul li:hover{
	-webkit-box-shadow: 1px 1px 10px 3px #eee;
    -moz-box-shadow: 1px 1px 10px 3px #eee;
    -ms-box-shadow: 1px 1px 10px 3px #eee;
    -o-box-shadow: 1px 1px 10px 3px #eee;
    box-shadow: 1px 1px 10px 3px #eee;
}
.mendianList ul li:hover .img img{
	transform: scale(1.05);
}


.about_one{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.about_one .abLeft{
	width:320px;
	height:auto;
	float:left;
}
.about_one .abLeft .ablogo{
	width:226px;
	height:auto;
	float:left;
}
.about_one .abLeft .ablogo img{
	width:100%;
	height:auto;
	float:left;
}
.about_one .abLeft dl{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
}
.about_one .abLeft dl dd{
	width:100%;
	height:80px;
	float:left;
	line-height:80px;
	margin-top:20px;
	text-indent:70px;
	font-size:18px;
	letter-spacing:5px;
	color:#898989;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about_one .abLeft dl dd:first-child{
	background:url(../image/ab1.png) no-repeat left center;
}
.about_one .abLeft dl dd:nth-child(2){
	background:url(../image/ab2.png) no-repeat left center;
}
.about_one .abLeft dl dd:nth-child(3){
	background:url(../image/ab3.png) no-repeat left center;
}
.about_one .abLeft dl dd:nth-child(4){
	background:url(../image/ab4.png) no-repeat left center;
}
.about_one .abLeft ul{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}
.about_one .abLeft ul li{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.about_one .abLeft ul li .span{
	width:100%;
	height:20px;
	float:left;
	line-height:20px;
	border-left:3px solid #17a7a1;
}
.about_one .abLeft ul li .span span{
	color:#17a7a1;
	font-size:20px;
	float:left;
	margin-left:10px;
}
.about_one .abLeft ul li .span em{
	color:#bebebe;
	float:left;
	font-size:13px;
	margin-left:10px;
	line-height:25px;
}
.about_one .abLeft ul li .p{
	width:100%;
	height:auto;
	float:left;
	line-height:28px;
	color:#939393;
	font-size:15px;
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}

.about_one .abRight{
	width:calc(100% - 370px);
	height:auto;
	float:right;
}
.about_one .abRight .abtit{
	width:100%;
	height:60px;
	float:left;
	line-height:60px;
	color:#17a7a1;
	font-size:28px;
}
.about_one .abRight .abSum{
	width:100%;
	height:40px;
	float:left;
	line-height:40px;
}
.about_one .abRight .abSum span{
	float:left;
	font-size:18px;
	color:#898989;
}
.about_one .abRight .abSum em{
	float:left;
	color:#17a7a1;
	font-size:16px;
	margin-left:5px;
}
.about_one .abRight .on_left{
	width:100%;
	height:auto;
	line-height:30px;
	float:left;
	font-size:15px;
	margin-top:10px;
	color:#5d5d5d;
}
.about_one .abRight .on_left img{
	height:auto;
	max-width:100%;
	display:block;
	margin:10px auto;
}
.about_one .abRight .on_left p{
	width:100%;
	height:auto;
	float:left;
}
.about_one .abRight .img{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
}
.about_one .abRight .img img{
	max-width:100%;
	height:auto;
	display:block;
	margin:auto;
}

.about_two{
	width:100%;
	height:auto;
	float:left;
	background:url(../image/ab_bj.png) no-repeat center center;
	background-size:cover;
	padding:100px 0;
}
.about_two .left{
	width:300px;
	height:auto;
	float:left;
}
.about_two .left .img {
  margin-top: 35px;
  opacity: 1;
  transform: translateY(0);
  transition: .5s;
}
.about_two .left .img.firimg {
  margin-bottom: 25px;
}
.about_two .left .img img {
  width: 180px;
}
.about_two .left .aline {
  position: relative;
  width: 180px;
  height: 5px;
  background: #fff;
  margin: 30px 0 0px;
  overflow: hidden;
}
.about_two .left .aline span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 5px;
  background: #17a7a1;
  animation: aline1 3s infinite linear;
}
.ptitle h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
    line-height: 32px;
}
.ptitle h6 {
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
}

.about_two .right {
	width:calc(100% - 350px);
	float:right;
  transform: translateY(6px);
}
.about_two .right .box {
  width:100%;
  height:auto;
  float:left;
  position:relative
}
.about_two .right .box .swiper-time {
  height: 283px;
  padding-top: 48px;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 30px;
    width: 50px;
    float: left;
    margin-top: 165px;
}
.about_two .right .box .swiper-time .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.about_two .right .box .swiper-time .swiper-wrapper .swiper-slide.swiper-slide-active h5 {
  color: transparent;
}
.about_two .right .box .swiper-time .swiper-wrapper .swiper-slide h5 {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-family: 'd';
  transition: .5s;
}
.about_two .right .box .swiper-timeline {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 84px;
  height: 3px;
  transform: translateY(-50%);
  background: #189893;
  z-index: 2;
}
.about_two .right .box .swiper-timebox {
  position: relative;
    width: calc(100% - 80px);
    height: 450px;
    overflow: hidden;
    background: #eff9f8;
    float: right;
}
.about_two .right .box .swiper-timebox .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 50px;
  justify-content: space-between;
  box-sizing: border-box;
      float: left;
    margin-top: 160px;
}
.about_two .right .box .swiper-timebox .swiper-wrapper .swiper-slide h5 {
  font-size: 90px;
  color: #189893;
}
.about_two .right .box .swiper-timebox .swiper-wrapper .swiper-slide p {
  color: #777777;
    width: calc(100% - 240px);
  font-size: 16px;
    line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.about_two .right .box .swiper-timebox .prev, .about_two .right .box .swiper-timebox .next {
  position: absolute;
  width: 85px;
  height: 58px;
  left: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  z-index: 3;
  font-size: 12px;
  font-weight: 700;
  transition: .5s;
  cursor: pointer;
}
.about_two .right .box .swiper-timebox .prev {
  	top: 0;
	background:url(../image/left3.png) no-repeat center center;
}
.about_two .right .box .swiper-timebox .next {
  	bottom: 0;
	background:url(../image/right3.png) no-repeat center center;
}

.about_thr{
	width:100%;
	height:auto;
	float:left;
	background:#f1f1f1 url(../image/zyjybj.png) no-repeat bottom center;
	background-size:100%;
	padding:30px 0 100px 0;
}
.about_thr .swiper-container {
	width: 100%;
	height:auto;
	float:left;
	padding:100px 0 130px 0;
	margin-top:40px;
}
.about_thr .swiper-slide {
	width: 100%;
	height:auto;
	background: #fff;
	opacity:.3;
	
	-webkit-box-shadow: 1px 1px 10px 3px #bbb;
    -moz-box-shadow: 1px 1px 10px 3px #bbb;
    -ms-box-shadow: 1px 1px 10px 3px #bbb;
    -o-box-shadow: 1px 1px 10px 3px #bbb;
    box-shadow: 1px 1px 10px 3px #bbb;
	
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;transform: scale(0.9);
	
}
.about_thr .swiper-slide .img{
	width: 94%;
    height: 320px;
    float: left;
    margin: 3%;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flex; 
    align-items: center;
    overflow: hidden;
}
.about_thr .swiper-slide .img img{
	width:100%;
    align-items: center;
}
.about_thr .swiper-slide span{
	width:100%;
	height:50px;
	float:left;
	background-color:#339a83;
	color:#fff;
	text-align:center;
	line-height:50px;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about_thr .swiper-slide-active,.honor_one .swiper-slide-duplicate-active{
	transform: scale(1.5);
	opacity:1;
	z-index:99;
}
.about_thr .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.about_thr .swiper-pagination-bullet-active {
    width: 25px;
    opacity: 1;
    border-radius: 10px;
    background: #00bfd1;
}

.about_zero{
	width:100%;
	height:auto;
	float:left;
	padding:80px 0;
	background:url(../image/zero.jpg) no-repeat center center;
	background-size:cover;
}
.about_zero .swiper-container {
	width: 100%;
	height:auto;
	float:left;
}
.about_zero .swiper-slide {
	width: 100%;
	height:auto;
	float:left;
}
.about_zero .swiper-slide img{
	width: 100%;
	height:auto;
	float:left;
}
.about_zero .swiper-container-horizontal>.swiper-pagination-bullets,.about_zero .swiper-pagination-custom,.about_zero .swiper-pagination-fraction{
	bottom:25px;
}
.about_zero .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.about_zero .swiper-pagination-bullet-active {
    width: 25px;
    opacity: 1;
    border-radius: 10px;
    background: #e9e9e9;
}


.searchYe{
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
	box-sizing: border-box;
}
.search_form{
	
    height: 40px;
    
    position: relative;
    display: table;
    margin: auto;
}
#input_search_btn_psh{
	width:60px;
	height:100%;
	float:left;
	background:#35bac5 url(../image/ss.png) no-repeat center center;
	border:0;
	position:relative;
	z-index:100;
}
#input_search_text_psh{
	width:240px;
	height:100%;
	float:left;
	background:#eee;
	border:0;
	line-height:28px;
	z-index:99;
	transition:.5s;
	padding:0 10px;
}