* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
	font-weight: normal;
	transition: all .7s ease 0s;
}
a {
	text-decoration: none;
	color: #999;
}
ul {
	list-style: none;
}
img {
	border: none;
	outline: none;
}
 
img{
	vertical-align: middle;
}
body{
	margin: 0;
	padding: 0;
	background: #F8FCFC;
	overflow-x: hidden;
}
input{
	outline: none;
}
.ntel{
	color: #ffffff;
	display: flex;
	justify-content: right;
	padding:0 20px 5px 0;
	align-items: center;
	float: right;
}
.ntel p{
	font-size: 20px;
	font-weight: bold;
}
.ntels{
	color: #333;
	display: flex;
	justify-content: right;
	padding:0 20px 5px 0;
	align-items: center;
	float: right;
}
.ntels p{
	color: #6a6a6a;
	font-size: 20px;
	font-weight: bolder;
}
.navbg .telb{
	display: none;
}
.navbg .telw{
	display: block;
}
.navbg .ntel p{
	color: #6a6a6a;
}
.telw{
	display: none;
	width: 28px;
}
.telws{
	width: 28px;
}
.telb{
	width: 28px;
}
.online-cf{
	position: fixed;
	right: 0;
	background: #ffffff;
	border-radius: 5px;
	padding:6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
	width: 68px;
    font-size: 12px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2)
}
.online-qq{
 	z-index: 66;
 	border-radius: 5px;
 	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.online-qq:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.online-qq p{
	width: 100%;
	color: #333;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
}
.online-qq img{
	width: 46px;
	height: 46px;
	background: #ff5865;
	border-radius: 1000px;
	padding: 6px;
	cursor: pointer;
}
.iphbaners{
	display: none;
}
.map-heig{
	 width: 100%;
	 height: 550px;
	 border-top: 1px solid #f1f1f1;
}
.header{
	position: fixed;
	z-index: 999;
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 0;
	left: 0;
	right: 0;
}
.nav{
	display: flex;
	align-items: center;
	float: right;
	clear: both;
}
.nav-a{
    margin: 0 20px;
}
.nav-a a {
	font-size: 18px;
	color: #ffffff;
}
.industry{
	width: 100%;
	padding: 40px 0 30px;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.industry-title{
	width: 100%;
}
.industry-h1{
   	color: #00162C;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.industry-h1:after{
	content: "";
	background: url(../images/ico01.png) no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.industry-h1:before{
	content: "";
	background: url(../images/ico02.png) no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.industry-h2{
   	color: #00162C;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.industry-h2:after{
	content: "";
	background: url(../images/ico03.png) no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.industry-h2:before{
	content: "";
	background: url(../images/ico04.png) no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.industry-h3{
   	color: #00162C;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.industry-h3:after{
	content: "";
	background: url(../images/ico01.png) no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.industry-h3:before{
	content: "";
	background: url(../images/ico04.png) no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.industry-aft{
	padding: 0 30px;
	margin-top: -15px;
	font-weight: bold;
}
.industry-des{
	width: 100%;
	text-align: center;
	color: #00162C;
	font-size: 16px;
	padding: 10px 0;
}

 

h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
}
h2.title:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #0c9;
	bottom: 0;
	content: '';
}
p.subtitle {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.tab-block {
	width: 100%;
 	margin: 0 auto;
	background-color: #FFF;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
}
.tab-block.information-tab {
	float: left;
	width: 100%;
 }
.tab-block.information-tab .tabs {
	float: left;
	width: 100%;
 }
.tab-block .tab-buttons {
	width: 100%;
	background-color: #fafafa
}
.tab-block .tab-buttons .tab-button {
	width: 16.66%;
	float: left;
 	text-align: center;
	font-size: 16px;
	color: #999;
 	position: relative;
	cursor: pointer;
 }
.tab-block .tab-buttons .tab-button.cur {
}
 
.tab-block .tabs {
	width: 100%;
}
.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	display: none
}
.tab-block .tabs .tab-item .active {
	display: block
}
.cur {
	display: block!important
}
.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.tab-wi{
	width: 96%;
	margin: 2%;
	padding: 20px 8px;
	display: flex;
	text-align: left;
	align-items: center;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
}
.cur .tab-wi{
	width: 96%;
	margin: 2%;
	padding: 20px 0;
	box-sizing: border-box;
    background: url(../images/cur.png) no-repeat top center;
    background-size: 100%;
    border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
}
.cur .tab-wis{
	width: 96%;
	padding: 40px 0 20px 0;
	box-sizing: border-box;
    background: url(../images/curs.png) no-repeat top center;
    background-size: 100%;
    border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.cur .tab-wis{
	border: 0;
 }
.tab-wis{
	width: 96%;
	margin: 2%;
	padding: 20px 14px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
}
.tab-hi{
    padding: 0;
    box-sizing: border-box;
}
.tab-na{
	color: #00446A;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 4px;
}
.no01{
	display: none;
}
.cur .no01{
	display: inline-block;
}
.cur .no02{
	display: none;
}

.cur .tab-na{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
 
.industry-ul{
	float: left;
	width: 100%;
	margin: 40px 0 ;
}
.tab-item{
   width: 100%;
   padding: 0;
   float: left;
   clear: both;
}
.information-tab{
	width: 100%;
	position: relative;
}
.infopad{
	position: relative;
	width: 100%;
	padding: 30px 0 20px;
	margin: 10px 0;
	float: left;
	clear: both;
}
.infopad:after{
	position: absolute;
	width: 100%;
	height: 10px;
	content: "";
	background: linear-gradient(#DDF5F5,#ffffff);
	top: 0;
	left: 0;
	right: 0;
}
.infotitle{
	display: flex;
	align-items: center;
	width: 100%;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 15px;
}

.infocontect{
	width: 100%;
	padding: 20px 0;
	text-align: justify;
	font-size: 15px;
	float: left;
}
.cur{
	 
}
.foimg{

}
.flw7{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 15px;
}
.flxw{
	float: left;
	width: 100%!important;
}
.flw7 p strong{
	font-weight: bolder;
	color: #333;
	padding-bottom: 10px;
}
.fot{
	font-weight: bolder;
	color: #17c5bf;
	padding: 0 0 0 5px;
}
.foimg{
	width: 50px;
}
.flw6{
 }
.infopad p{
	padding: 5px;
	color: #666;
	float: left;
	width: 16.6%
}
.flow{
	width: 100%;
	background: url(../images/flow-bg.jpg) no-repeat center;
	float: left;
	background-attachment: fixed;
	padding: 60px 0 120px;
}
.contion{
	width: 1200px;
	margin: 0 auto;
}
.flow-h1{
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
}
.flow-h2{
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 30px;
}
.flow-aft{
	padding: 0 60px;
	margin:0 auto;
	font-weight: bold;
	position: relative;
}
.flow-aft:after{
	background: url(../images/line.png) no-repeat center;
	width: 34px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
}
.flow-aft:before{
	background: url(../images/line.png) no-repeat center;
	width: 34px;
	height: 16px;
	content: "";
	position: absolute;
	right: 0;
	top: 18px;
}
.flow-wibg{
	float: left;
	width: 100%;
	border-radius: 20px;
	background: url(../images/flow-bgs.png) no-repeat center bottom #fff;
	height: 360px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.clear{
	clear: both;
}

.flw01{
	width: 60px;
	margin: 0 auto;
	background: url(../images/flbg.png) no-repeat center top #fff;
	background-size: 100%;
	padding: 10px 0 1px;
	text-align: center;
}
.flw01 img{
	width: 46px;
}
.flw02{
	background: #FF6D6D;
	border-radius: 4px;
	text-align: center;
	padding: 5px 10px;
	color: #ffffff;
}
.flws01{
	position: absolute;
	bottom: 20px;
	left: 150px;
}
.flws02{
	position: absolute;
	bottom: 120px;
	left: 236px;
}
.flws03{
	position: absolute;
    bottom: 190px;
    left: 335px;
}
.flws04{
	position: absolute;
    bottom: 238px;
    left: 475px;
}
.flws05{
	position: absolute;
	bottom: 238px;
    left: 620px;
}
.flws06{
	position: absolute;
    bottom: 190px;
    right: 355px;
}
.flws07{
	position: absolute;
    bottom: 120px;
    right: 240px;
}
.flws08{
	position: absolute;
	bottom: 20px;
	right: 160px;
}
.flow-fa{
	width: 300px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	font-weight: bolder;
	color: #00162C;
	letter-spacing: 1px;
	margin: 40px auto 0;
	background: #2EE5DE;
	box-shadow: 0px 11px 15px 0px rgba(46, 229, 222, 0.43);
	border-radius: 35px;
	border: 1px solid rgba(248, 250, 252, 0.73);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.about-ma{
	width: 100%;
	padding: 30px 0;
	float: left;
	clear: both;
}
.about-flx{
	display: flex;
	width: 100%;
	position: relative;
	padding-bottom: 15px;
}
.about-flx:after{
    width: 100%;
    background: #2ee5de;
    content: "";
    position: absolute;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
}
.about-ys{
	width: 100%;
	padding: 10px 30px 20px;
	box-sizing: border-box;
	background: #2ee5de;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	border-radius: 0 0 20px 20px;
}
.about-li{
	margin:0 10px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.about-li:after{
	background: #FFFFFF;
	box-shadow: 0px 2px 15px 0px #DDF5F5;
	border-radius: 18px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 160px;
	z-index: -1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
 }
.about-li:hover:after{
	background: #FFFFFF;
	box-shadow: 0px 2px 15px 0px #DDF5F5;
	border-radius: 18px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 280px;
	z-index: -1;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
} 
.abimg{
	width:100%;
	text-align: center;
}
.abname{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #00162C;
	padding: 10px 0;
}
.abcn{
	width: 100%;
	height: 100px;
	color: #666;
	font-size: 15px;
	line-height: 28px;
}
.ablist{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0 0;
}
.abli-r{
	background: url(../images/aboutbg.png) no-repeat;
	background-size: cover;
	width: 50%;
	margin:0;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}
.abli-l{
	width: 50%;
    height: 258px;
    margin: -33px 0 0 10px;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(251, 255, 255, 0.2), #a8f7f4 100%, #9deae8 100%);
    border-radius: 0px 0px 18px 18px;
    display: flex;
}
.abli-l5{
	width: 100%;
	padding: 40px 15px 20px;
	box-sizing: border-box;
}
.ab-h1{
	background: url(../images/ablibg.png) no-repeat center left;
	width: 100%;
	color: #fff;
	margin: 0 0 15px 0;
}
.ab-h2{
	font-size: 15px;
	color: #00162C;
	width: 100%;
	line-height: 28px;
	text-align: justify;
}
.client-wibg {
	position: relative;
	height: 480px;
	width: 100%;
	background: #ffffff;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
}
#flow {
	width: 100%;
	height: 100%;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#flow .swiper-slide {
	text-align: center;
	background: #ffffff;
	height: calc((400px - 40px) / 4);
	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;
	overflow: hidden;
}
.flow-img{
	border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
}
.scoll02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 0;
}
.scoll02 .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 10px;
    background: #FF6D6D;
    opacity: .2;
}
.scoll02 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF6D6D
}
.scoll03 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 0;
}
.scoll03 .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 10px;
    background: #FF6D6D;
    opacity: .2;
}
.scoll03 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF6D6D
}

.advantage-ul{
	width: 100%;
}
.advantage-li{
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
.advantage{
	width: 100%;
	background: #ffffff;
	float: left;
	clear: both;
	margin-top: -50px;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
.advantage-name{
	width: 100%;
	font-size: 30px;
	color: #00162C;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

.adv-pad{
	width: 100%;
	background: linear-gradient(184deg, #26a5d2 0%, #01ab90 100%);
	padding: 15px 20px 20px;
	box-sizing: border-box;
    border: 1px solid rgba(159, 200, 199, 0.46);
    border-radius: 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.adv-nu{
    font-size: 36px;
    color:rgba(255,255,255,0.2);
}
.adv-na{
	color: #ffffff;
	line-height: 16px;
	padding: 10px 0;
	font-weight: bolder;
	font-size: 18px;
}
.adv-img{
	position: absolute;
	top: 15px;
	right: 15px;
}
.adv-des{
	font-size: 15px;
	font-family: MicrosoftYaHei;
    color:rgba(255,255,255,0.8);
	line-height: 22px;
	width: 100%;
	padding: 0;
	text-align: justify;
	height: 110px;
}
.adv-pad:hover .adv-des{
    color:rgba(255,255,255,1);
}
.adv-pad:hover .adv-nu{
    font-size: 36px;
    color:rgba(255,255,255,1);
}
.advantage-li:hover .adv-pad{
    border: 1px solid rgb(0, 160, 194);
    background: linear-gradient(184deg, #01ab90 0%, #26a5d2 100%);
    transform: translateY(-8px);
    box-sizing: border-box;
    box-shadow: 0px 7px 16px 2px #d8d8d8;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.advsolu{
	width: 100%;
	padding: 30px 0;
	text-align: center;
	float: left;
	clear: both;
}
.adv-case {
	background: #2EE5DE;
	box-shadow: 0px 11px 15px 0px rgba(46, 229, 222, 0.34);
	border-radius: 35px;
	border: 1px solid rgba(248, 250, 252, 0.73);
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	font-size: 20px;
    color: #00162C;
}
.news-main{
	width: 100%;
	margin: 30px 0;
}
.news-list{
	width: 100%;
	float: left;
	padding: 30px 0 30px;
	position: relative;
}
.nw-img{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.nw-img img{
	width: 100%;
}
.nw-h1{
	width: 100%;
	font-size: 16px;
	margin:10px 0;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	color: #333;
}
.nw-h2{
	width: 100%;
	font-size: 14px;
	padding: 0 10px;
	height: 86px;
	overflow: hidden;
}
.nw-h3{
	font-size: 14px;
	padding: 10px 10px;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 66;
	border-radius: 18px 0 10px 0;
}
.foot{
	width: 100%;
	background: #222325;
	padding: 20px 0;
	clear: both;
}
.ft-wi{
	width: 100%;
}
.ft-w3{
	width: 33.3%;
	float: left;
	padding: 10px 0;
	color: #F8FAFC;
}
.ft-copy{
	width: 100%;
	border-top: 1px solid rgba(197, 197, 197, 0.09);
	padding: 20px 0;
	margin-top: 15px;
	float: left;
	text-align: center;
	font-size: 16px;
	color:rgba(255,255,255,0.6);
	clear: both;
}
.navbg{
	width: 100%;
	background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.navbg .nav-a a{
	color: #333;
}
.navbg .nav-a a:hover{
	color: #00a0c2;
}
.lo02{
	display: none;
}
.navbg .lo02{
	display: block;
}
.navbg .lo01{
	display: none;
}

.navbgs{
	width: 100%;
	background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.navbgs .nav-a a{
	color: #333;
}
.navbgs .nav-a a:hover{
	color: #00a0c2;
}

.navbgs .lo02{
	display: block;
}
.navbgs .lo01{
	display: none;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
   display: none;
}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
    left: 30px;
    width: auto;
    height: auto;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}
.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
    right: 30px;
    width: auto;
    height: auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.banner .swiper-button-prev img{
	width: 40px;
}
.banner .swiper-button-next img{
	width: 40px;
}
.scoll01 .swiper-pagination-bullet-active {
    opacity: 1!important;
    background: #FF6D6D;
}
.scoll01 .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 10px;
    background: #FF6D6D;
    opacity: .2;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.banflx{
   width: 100%;
   position: relative;
}
.banflxab{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	z-index: 99;
}
.banflx .title{
    color:#fff;
    font-size: 40px;
    padding: 20px 0;
} 
.banflx .subtitle{
   color: #ffffff;
   float: left;
   padding-bottom: 60px;

}
.banflx .subtitle p{
	float: left;
	padding: 5px 8px 5px 0;
	color: #fff;
	border-radius: 6px;
	font-size: 16px;
	clear: both;
}
.banico{
	width: 30px;
	margin-left: 5px;
}
.ban-subit{
	background: #2EE5DE;
	box-shadow: 0px 7px 8px 0px #135060;
	border-radius: 34px;
	font-weight: 400;
	color: #00162C;
	letter-spacing: 1px;
	font-size: 20px;
	float: left;
	clear: both;
    transform: translateY(0);
}
.ban-subit:hover{
	clear: both;
	box-shadow: 0px 7px 8px 0px #135060;
	float: left;
    transform: translateY(-8px);
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.ban-subit a {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
	letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.5s;
    overflow: hidden;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #1113);
}
.ban-subit a:hover {
    background-color:#fbde5d;
    color: #000;
    box-shadow: 0 0 50px #fbde5d;
    transition-delay: 0.3s;
    border-radius: 1000px;
}
.ban-subit a:nth-child(1) {
    filter: hue-rotate(150deg);
}
 
.friend{
	width: 100%;
	padding: 30px 0;
	clear: both;
}
.ipbanner{
	display: none;
}
.backtop{
	width: 60px;
	height: 60px;
	background: #2EE5DE;
	border-radius: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
}
.backtop:hover{
	background: #0c7690;
	box-shadow: 0px 2px 10px #126074;
}
.backtop img{
	width: 100%;
}
.inav-h{
	display: none;
}
.m-nav{
	display: none;
}
.news-tit{
	width: 100%;
	text-align: center;
}
.newslist{
	width: 100%;
	float: left;
}
.new-w3{
	width: 33.3%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.position-home{
	width: 100%;
	padding: 120px 0 0 0;
}
.news-mpad{
	padding-top: 20px;
	width: 100%;
}
.page{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0 30px;
}
.page a{
	margin:0 5px;
}
.page-link{
    text-align: center;
    border: 1px solid #bbb7b7;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
}
.page-link:hover{
	border:1px solid #2ee5de;
	background: #2ee5de;
	color: #ffffff;
}
.page-num{
    text-align: center;
    border: 1px solid #858585;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    color: #fff;
    background: #858585;
}
.sonsort{
	width: 100%;
	text-align: left;
	font-size: 20px;
	box-sizing: border-box;
}
.btn{
	margin-right: 10px;
	font-weight: bolder;
}
.btn-info{
	position: relative;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bolder;
	color: #10e2da;
}
.btn-info:after{
	width: 100%;
	height: 2px;
	background: #10e2da;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
}
.search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.insubmit{
    height: 30px;
    line-height: 30px;
    background: #2EE5DE;
    border-radius:0 35px 35px 0;
    width: 60px;
    text-align: center;
    font-weight: bolder;
    border:0;
    float: left;
}
.inseach{
    height: 30px;
    line-height: 30px;
    border: 1px solid #2EE5DE;
    border-radius: 35px 0 0 35px;
    float: left;
}
.search-right{
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 6px 15px 0px rgba(182, 211, 210, 0.43);
	border-radius: 35px;
	overflow: hidden;
}
.newslist-txt{
	width: 100%;
	padding:20px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0px 7px 16px 0px #d3f0ef;
}
.fs-sm{
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
	font-weight: bolder;
}
.fs-text{
	 width: 100%;
	 text-align: center;
	 font-size: 14px;
	 width: 100%;
	 padding-bottom:20px;
}
.text-secondary{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	margin-top: 10px;
	border-top: 1px solid #f1f1f1;
}
.content {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}
.content img{
	max-width: 100%;
}
.aboutlist{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding-bottom: 50px;
}
.abh1{
	width: 100%;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
}
.abh2{
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.bout-bg{
	background: url(../images/aboucn-bg.png) no-repeat center;
	background-size: cover;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 10px;
}
.bh1{
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	position: relative;
	padding-bottom: 30px;
}
.bh1:after{
	width: 40px;
	height: 3px;
	background: #ffffff;
	content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
}
.bh2{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	margin: 10px 0 0 0;
}
.indu-pad{
	width: 100%;
	padding: 30px 0 0 0;
}
.flow-ul{
	width: 100%;
	padding: 30px 0 50px;
}
.flow-li{
	float: left;
	width: 25%;
	padding: 15px;
	box-sizing: border-box;
}
.flow-lipad{
	width: 100%;
	padding:15px;
	background: #FFFFFF;
	box-shadow: 0px 2px 15px 0px #DDF5F5;
	border-radius: 18px;
}
.flo-img{
	width: 100%;
	text-align: center;

}
.flo-title{
	width: 100%;
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #222325;
	line-height: 26px;
	letter-spacing: 1px;
	height: 36px;
    overflow: hidden;
}
.flo-cont{
	width: 100%;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	height: 90px;
}
.conact-li{
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
.con01{
	width: 100%;
	background: url(../images/cico01.png) 10px center no-repeat #ffffff;
	padding:30px 10px 30px 110px;
	background-size: 80px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
}
.con02{
	width: 100%;
	background: url(../images/cico02.png) 10px center no-repeat #ffffff;
	padding:30px 10px 30px 110px;
	background-size: 80px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
}
.con03{
	width: 100%;
	background: url(../images/cico03.png) 10px center no-repeat #ffffff;
	padding:30px 10px 30px 110px;
	background-size: 80px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
}
.con04{
	width: 100%;
	background: url(../images/cico04.png) 10px center no-repeat #ffffff;
	padding:30px 10px 30px 110px;
	background-size: 80px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid rgba(159, 200, 199, 0.46);
}
.coh1{
	width: 100%;
	font-family: MicrosoftYaHei;
	color: #40E8E2;
	line-height: 29px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bolder;
}
.coh2{
	width: 100%;
	font-size: 14px;
}
.contact-ul{
	width: 100%;
	padding-bottom: 30px;
	clear: both;
	float: left;
}
.newlist{
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 7px 13px 0px #e6e6e6;
}
.newlist:hover .nw-h1{
   color: #00a0c2
}
.newlist:hover .nw-h3{
	background: rgba(0,160,194,0.8)
}
.newlist:hover{
	background: #ffffff;
    transform: translateY(-10px);
    box-sizing: border-box;
    box-shadow: 1px 3px 16px 2px #dedede;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}
.nw-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.nw-img img{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.newlist:hover img{
	transition: all .25s ease;
    transform: scale(1.15, 1.15);
}
.newtop{
	width: 100%;
	padding: 26px 0!important;
}
.subtleft{
	float: left;
	padding-right: 15px;
}

.mcbanner {
    width: 100%;
    position: relative;
}
.top-banner {
    width: 100%;
    position: relative;
}
.top-banner img{
	width: 100%;
}
/*.pbg {
    background: linear-gradient(to right,#0f70b7,#0f70b7,#81b93a);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}*/
.ban-font {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -35px;
    width: 100%;
}
.banh1:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #ffffff;
    margin: 9px 0;
    display: block;
}
.banh1{
	font-size: 32px;
	color: #ffffff;
	width: 100%;
	position: relative;
}
.banh2{
	font-size: 18px;
	width: 50%;
	color: #ffffff;
	line-height: 28px;
	padding: 20px 0 0 0;
	letter-spacing: 2px;
}
.news-mpad-top{
	width: 100%;
	padding-top: 110px;
}
.pagehome{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	clear: both;
}
.pagenav {
	text-align: center;
    border: 1px solid #bbb7b7;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
	margin: 0 5px;
}