@charset "utf-8";

body{
	--primary: #00a4fc;
	--seccolor: #8fc740;
  }
body,html,ul,p,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,table,dl,dt,dd,sub,sup,a,tr,td,th{margin:0;padding: 0;}
a{text-decoration: none;} li{list-style: none;} p{font-size: 14px;} body{font-size: 14px;} img{max-width: 100%;vertical-align: middle;}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}
*{
	box-sizing: border-box;	
}
img{
    max-width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.w{
    width: 1200px;
    margin: 0 auto;
	
}
.header-hd{
	background: url(../image/header-hd-back.jpg) no-repeat;
	/* height: 40px; */
	overflow: hidden;
}
.header-hd .welcome{
	float: left;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.header-hd .header-map{
	float: right;
	line-height: 40px;
}
.header-hd .header-map a{
	font-size: 14px;
	color: #fff;
	margin-left: 50px;
}
.header-hd .header-map a img{
	padding-right: 10px;
}
.header-bd{
	padding: 30px 0;
	overflow: hidden;
}

.header-bd .header-link{
	background: url(../image/header-link.png) no-repeat left;
	padding-left: 62px;
	
}
.header-bd .header-link p{
	font-size: 18px;
}
.header-bd .header-link h5{
	font-size: 28px;
	color: #42b304;
}


/* about-hd */
.about{
	margin-top: 60px;
	overflow: hidden;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
}
.about-hd{
	width: 580px;
	float: left;
}
.about-hd h5{
	font-size: 32px;
	padding-top: 52px;
}
.about-hd p{
	font-size: 16px;
	padding-top: 15px;
}
.about-hd .about-img{
	width: 100%;
	/*margin-top: 65px;*/
}
/*.about-bd{*/
/*	width: 50%;*/
/*}*/
.about-desc {
	width: 575px;
	margin-left: 40px;
	text-align: right;
	float: right;
}
.about-desc  span{
	font-size: 50px;
	color: #d8d8d8;
	font-weight: bold;
	/*padding-bottom: 60px;*/
	display: block;
}
.about-desc  h5{
	font-size: 28px;
	color: #3954d9;
}
.about-desc  h5 i{
	display: inline-block;
	width: 60px;
	height: 2px;
	background: #3954d9;
	margin-right: 20px;
	margin-bottom: 10px;
}
.about-desc p{
	font-size: 14px;
    text-align: justify;
    line-height: 2em;
    padding: 20px 0;
    height: 196px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.about-desc  a{
	display: inline-block;
	width: 200px;
	line-height: 2.5em;
	color: #3954d9;
	text-align: left;
	text-transform: uppercase;
    background: url(../image/about-arrow.png) no-repeat bottom;
	padding-bottom: 20px;
	padding-top: 10px;
}












/* navbar */
.navbar{
	background: #3954d9;
}
.navbar ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	line-height: 50px;	
}
.navbar li a{
	color: #fff;
	display: block;
	font-size: 16px;
	/*padding: 0 30px;*/
}
.navbar li a.on{
	background: #42b304 ;
}
.navbar li:hover a{
	background: #42b304 ;
}


/* product */
.product-hd{
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
/*.pro-tit{*/
/*	float: left;*/
/*}*/
.pro-tit h6{
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
.pro-tit p{
	font-size: 30px;
	color: #3954d9;
}
.pro-classify {
    /* float: right; */
    position: absolute;
    bottom: 0;
    right: 0;
}
.pro-classify ul{
	display: flex;
	margin-top: 50px;
}
.pro-classify ul li{
	margin: 0 6px;
}
.pro-classify ul li a{
	display: inline-block;
	padding: 0 10px;
	line-height: 2.5em;
	background: #3954d9;
	color: #fff;
}
/*.product-bd ul{*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*	flex-wrap: wrap;*/
/*}*/
.product-bd li{
	width: 392px;
	background: #efefef;
	text-align: center;
	margin-top: 50px;
	margin-right: 12px;
	float: left;
	/* position: relative;
	overflow: hidden; */
}
.product-bd li:nth-of-type(3n){
    margin-right: 0;
}
.product-bd li .pro-img{
    width: 292px;
    margin: 0 auto;
    padding-top: 20px;
}
.product-bd li p{
	font-size: 20px;
	padding: 20px 0;
}
.product-bd li a{
	/* position: absolute; */
	display: inline-block;
	width: 62px;
	height: 62px;
	background: url(../image/pro-more.png) no-repeat center;
	text-align: center;
	line-height: 62px;
	color: #333;
	margin-bottom: -31px;
	text-transform: uppercase;
}

/* .avn */

.avn{
	margin-top: 60px;
	background: url(../image/avn-back.jpg) no-repeat center;
	/* height: 1000px; */
}
.avn-tit {
	text-align: center;
	padding-top: 50px;
}
.avn-tit p{
	font-size: 20px;
	color: #fff;
}
.avn-tit h6{
	font-size: 36px;
	color: #fff;
	padding-top: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 450px;
	margin: 0 auto;
}
.avn-tit h6 span{
	display: block;
	width: 60px;
	height: 2px;
	background: #fff;
}
.avn-tit h6 i{
	font-style: normal;
}
.avn-hd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	color: #fff;
	text-align: center;
}
.avn-hd li .num{
	font-size: 60px;
}
.avn-hd li .num i{
	font-style: normal;
	font-size: 20px;
}
.avn-hd li p{
	font-size: 20px;
}
.avn-hd li span{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-top: 21px;
}
.avn-hd li b{
	width: 1px;
	height: 120px;
	background: #9caaec;
	display: block;
	margin-bottom: 20px;
}
.avn-bd{
	margin-top: 56px;
}
.avn-bd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.avn-bd li{
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 5px #666;
	width: 274px;
	padding: 40px 16px;
}
.avn-bd li h5{
	font-size: 24px;
	color: #333;
	padding-top: 24px;
}
.avn-bd li span{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #3954d9;
	margin:20px 0;
}
.avn-bd li p{
	line-height: 2em;
	color: #666;
}

/* process */
.process{
	margin-top: 60px;
}
.title p{
	font-size: 40px;
	color: #d8d8d8;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.title h5{
	font-size: 32px;
	color: #333;
	text-align: center;
	margin-top: -34px;
}
.process-bd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.process-bd li{
	text-align: center;
	width: 250px;
}
.process-bd .process-img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.process-bd .process-img .process-shade{
	position: absolute;
	top:0;
	left: 250px;
}
.process-bd li p{
	font-size: 20px;
	padding: 30px ;
}
.process-bd li:hover .process-img img{
	transform: rotate(360deg);
}
.process-bd li .process-img img{
	transition: 1.5s;
}
.process-bd li:hover .process-shade{
	left: 0;
}

/* case */
.case{
	margin-top: 40px;
}
.case-slide {
	margin-top: 50px;
	position: relative;
}
/*.swiper-slide {*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*}*/
/*.case-slide .box-img{*/
/*    height: 500px;*/
/*    overflow: hidden;*/
/*}*/
.case-desc{
	width: 316px;
	background: #FFF;
	box-shadow: 1px 1px 5px #666;
	padding: 40px 30px 30px 30px;
	overflow: hidden;
	position: absolute;
	top: 26%;
	left: 30%;
	z-index: 999;
}
.case-desc h5{
	font-size: 20px;
	color: #333;
}
.case-desc h5 span{
	width: 50px;
	height: 2px;
	background: #3954d9;
	display: inline-block;
	margin-bottom: 6px;
	margin-right: 20px;
}
.case-desc p{
	font-size: 14px;
	color: #666;
	line-height: 2em;
	padding: 30px 0;
}
.case-desc a{
	display: block;
	width: 108px;
	text-align: center;
	line-height: 36px;
	color: #333;
	border: 1px solid #ccc;
	float: right;
}
.case-slide .case-arrow{
	width: 92px ;
	height: 60px;
	background: rgba(121, 121, 121, 0.7);
	text-align: center;
	padding-top: 20px;
}
.case-slide .swiper-prev{
	position: absolute;
	top: 45%;
	left: 22.5%;
	z-index: 98;
}
.case-slide .swiper-next{
	transform: rotate(180deg);
	position: absolute;
	top: 45%;
	right: 22.5%;
	z-index: 99;
}

/* .news */

.news{
	margin-top: 100px;
}
.news-hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px dashed #999;
	padding-bottom: 30px;
	margin-top: 50px;
}
.news-classify a{
	display: inline-block;
	padding: 0 30px;
	line-height: 2.5em;
	background: #333;
	color: #fff;
	margin-right: 20px;
	border-radius: 18px;
}
.news-bd {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-bd .news-list{
	width: 380px;
}
.news-bd .news-list h6{
	width: 100%;
	line-height: 30px;
	background: #efefef;
	border-radius: 16px;
}
.news-bd .news-list h6 img{
	margin-right: 10px;
}
.news-bd .news-list p {
    font-size: 14px;
    color: #666;
    line-height: 2em;
    padding: 14px 0 10px 10px;
    height: 78px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.news-imgtext{
	width: 769px;
}
.news-imgtext .news-img ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #999;
	padding-bottom: 30px;
}
.news-imgtext .news-img .middle{
	width: 329px;
}
.news-imgtext .news-img .news-img-small{
    width: 300px;
    height: 170px;
    overflow: hidden;
}
.news-imgtext li h5{
	font-size: 15px;
}
.news-imgtext li p{
	color: #666;
    line-height: 2em;
    padding: 10px 0;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.news-imgtext li a{
	display: inline-block;
	padding: 0 30px;
	background: #eee;
	color: #333;
	line-height: 2.5em;
	border-radius: 20px;
}
.news-imgtext li h3{
	font-size: 36px;
}
.news-imgtext li span {
    margin-bottom: 80px;
    display: block;
}
.news-text ul{
	margin-top: 16px;
}
.news-text li a{
    background: none;
    padding: 0;
}
.news-imgtext .news-text li p {
    color: #666;
    line-height: 2em;
    padding: 0;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

/* footer */
.footer{
	background: #333;
	margin-top: 60px;
}
.footer-tail{
	border-bottom: 1px #535353 solid;
}
.footer-tail ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	line-height: 60px;	
}
.footer-tail ul a{
	color: #FFF;
}
.footer-hd {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.footer-hd .footer-link {
	color: #fff;
	background: url(../image/footer-link.png) no-repeat;
	padding-left: 54px;
}
.footer-hd .footer-link p{
	font-size: 15px;
}
.footer-hd .footer-link h5{
	font-size: 24px;
}
.footer-bd{
	border-top: 1px #535353 solid;
	line-height: 60px;
	color: #fff;
	text-align: center;
}


.i-title{
	text-align: center;
	margin-top: 60px;
}
.i-title h6{
	font-size: 32px;
	padding-bottom: 20px;
}
.i-title p{
	color: #666;
	width: 600px;
	line-height: 2em;
	margin: 0 auto;
}
.system {
	margin-top: 30px;
}

.use-bd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 30px 30px 0 30px;
	background: #eee;
}
.use-bd ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 49%;
	background: #fff;
	margin-bottom: 30px;
}
.use-bd ul li .use-img{
	width: 50%;
}
.use-bd ul li .use-desc{
	width: 50%;
	padding-left: 30px;
}
.use-bd ul li .use-desc h6{
	font-size: 20px;
	padding-bottom: 20px;
}
.flow-bd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.flow-bd li{
	width: 100%;
	background: #f1f1f1;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.flow-bd li .flow-img{
	width: 475px;
}
.flow-bd li .flow-desc{
	width: 585px;
	overflow: hidden;
}
.flow-bd li:nth-of-type(2n) .flow-desc{
	padding-left: 60px;
}
.flow-bd li .flow-desc .flow-tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 315px;
	margin-bottom: 20px;
}
.flow-bd li .flow-desc .num{
	background: #3954d9;
    display: block;
    float: left;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    /* margin: 15px 20px 0 0; */
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    border-radius: 10px 0;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
}
.flow-bd li .flow-desc .h h6{
	font-size: 22px;
	color: #333;
}
.flow-bd li .flow-desc .h span{
	color: #999;
}
.flow-bd li .flow-desc .divid{
	width: 80px;
	background: #3954d9;
	height: 2px;
	margin: 10px 0;
	display: block;
}
.flow-bd li .flow-desc p{
	color: #666;
	font-size: 16px;
}
/*@media screen and (max-width: 1600px){*/
/*    .about-hd .about-img {*/
/*        width: 620px;*/
/*        margin-top: 65px;*/
/*    }*/
/*    .about-desc span {*/
/*        font-size: 72px;*/
/*        color: #d8d8d8;*/
/*        font-weight: bold;*/
/*        padding-bottom: 30px;*/
/*        display: block;*/
/*    }*/
/*}*/
@media screen and (max-width: 1400px){
    /*.about-hd .about-img {*/
    /*    width: 524px;*/
    /*    margin-top: 65px;*/
    /*}*/
    /*.about-desc span {*/
    /*    font-size: 72px;*/
    /*    color: #d8d8d8;*/
    /*    font-weight: bold;*/
    /*    padding-bottom: 30px;*/
    /*    display: block;*/
    /*}*/
}
