@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 .w{
	/* overflow: hidden; */
	/*padding: 20px 0;*/
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	
}
.header-logo{
    margin-top: 35px;
}
.navbar {
	text-align: right;
	width: 800px;
	overflow: hidden;
	/* background: red; */
}
.navbar .header-link{
	/* float: right; */
	width: 100%;
	text-align: right;
	overflow: hidden;
	margin-top: 16px;
}
.navbar .header-link p{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background: url(../image/header-link.png) no-repeat 0 5px ;
	padding-left: 27px;
	/* width: 200px; */
	float: right;
}
.navbar ul{
	/*display: flex;*/
	/*justify-content: space-between;*/
	/* float: right; */
	/*margin-top: 20px;*/
}
.navbar ul li a{
	color: #333;
}
/*.navbar ul li:hover a{*/
/*	color: #3498db;*/
/*}*/


/* about */
.about{
	margin-top: 60px;
}
.title h6{
	text-align: center;
	font-size: 32px;
}
.about-bd {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.about-bd .about-desc{
	width: 50%;
}
.about-bd .about-desc h5{
	font-size: 24px;
}
.about-bd .about-desc .divid{
	width: 60px;
	height: 2px;
	background: #00a4fc;
	margin: 30px 0;
}
.about-bd .about-desc p{
	font-size: 14px;
	color: #666;
	line-height: 2em;
}
.about-bd .about-desc .but a{
	display: block;
	width: 120px;
	color: #333;
	border: 1px solid #00a4fc;
	/*margin-top: 40px;*/
	text-align: center;
	line-height: 2.5em;
}
.about-bd .about-desc a:hover{
	background: #00a4fc;
	color: #fff;
}
.about-bd .about-img{
	width: 580px;
}

/* product */
.product{
	margin-top: 60px;
}
.product-hd {
	text-align: center;
	background: url(../image/pro-back.jpg) no-repeat;
}
.product-hd .title{
	padding-top: 60px;
	color: #fff;
}
.product-hd .title p{
	font-size: 16px;
	padding-top: 20px;
	color: #fff;
}
.product-hd .pro-classify{
	padding-top: 50px;
	padding-bottom: 60px;
}
.product-hd .pro-classify a{
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 2.5em;
	margin: 0 10px;
}
.product-hd .pro-classify a:hover{
	background: #00a4fc;
	color: #fff;
	border: 1px solid #00a4fc;
}
.product-bd{
	background: #f6f6f6;
	padding-bottom: 60px;
	padding-top: 30px;
}
.product-bd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-bd li{
	width: 280px;
	margin-top: 30px;
}
.product-bd li .pro-img{
	width: 100%;
	border: 1px solid #ccc;
	overflow: hidden;
}
.product-bd li .pro-img img{
	transition: .5s;
}
.product-bd li .pro-img:hover img{
	transform: scale(1.05);
}
.product-bd li .pro-desc{
	border: 1px solid #ccc;
	border-top: 0;
	text-align: center;
	line-height: 50px;
	background: #eeeeee;
}
.product-bd li .pro-desc:hover{
	background: #00a4fc;
	color: #fff;
}

/* case */
.case{
	margin-top: 60px;
}
.title p{
	font-size: 16px;
	color: #666;
	padding-top: 20px;
	text-align: center;
}
.case-hd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.case-hd li{
	width: 385px;
	
	/* margin-top: 30px; */
}
.case-hd li .case-img{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.case-hd li img{
	transition: .5s;
}
.case-hd li:hover img{
	transform: scale(1.05);
}
.case-hd li p{
	font-size: 16px;
	color: #333;
	padding: 20px 0;
	text-align: center;

}
.case-hd li p:hover{
	color: #00a4fc;
}


/* trans */

.trans{
	margin-top: 40px;
	padding: 40px 0;
	background: url(../image/trans-back.jpg) no-repeat;
}
.trans .w{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.trans-desc h6{
	font-size: 32px;
	color: #00a4fc;
	padding-bottom: 16px;
}
.trans-desc p{
	font-size: 16px;
	color: #fff;
}
.trans-desc .divid{
	width: 60px;
	height: 2px;
	background: #00a4fc;
	margin-top: 30px;
}
.trans-tell{
	width: 360px;
	line-height: 60px;
	background: #d20a05;
	border-radius: 30px;
	text-align: center
}
.trans-tell a{
	font-size: 32px;
	background: url(../image/trans-tell.png) no-repeat 0px 5px;
	padding-left: 40px;
	color: #fff;
	/* padding-top: -15px; */
}



/* .news */
.news{
	margin-top: 60px;
}
.news-bd {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.news-bd .news-big{
	width: 456px;
	border: 1px solid #ccc;
	padding: 15px;
}
.news-bd .news-big .news-img{
	width: 424px;
}
.news-bd .news-big h6{
	font-size: 16px;
	font-weight: normal;
	padding-top: 20px;
	color: #333;
}
.news-bd .news-big P{
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	line-height: 2em;
}
.news-bd .news-list{
	width: 690px;
}
.news-bd .news-list li a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.news-bd .news-list li:last-child{
	margin-bottom: 0;
}
.news-bd .news-list li .news-img{
	width: 172px;
}
.news-bd .news-list li .news-desc{
	width: 490px;
}
.news-bd .news-list li .news-desc h6{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	overflow: hidden;
}
.news-bd .news-list li .news-desc h6 span{
	float: right;
	color: #999;
}
.news-bd .news-list li .news-desc p{
	color: #666;
	line-height: 2em;
	padding-top: 10px;
}


/* .footer */

.footer{
	margin-top: 60px;
}
.footer-hd{
	background: #222;
	color: #fff;
	padding: 60px 0;
}
.footer-hd .w{
	display: flex;
	justify-content: space-between;
}
.footer-hd .footer-nav ul{
	display: flex;
	justify-content: space-between;

	width: 340px;
}
.footer-hd .footer-nav ul a{
	color: #fff;
}
.footer-hd .divid{
	width: 1px;
	height: 180px;
	background: #353535;
}

.footer-hd .footer-link span{
	font-size: 14px;
	padding-bottom: 15px;
	display: block;
}
.footer-hd .footer-link h6{
	font-size: 32px;
}
.footer-hd .footer-link ul{
	padding-top: 20px;
}
.footer-hd .footer-link li{
	line-height: 2em;
}
.footer-code{
	display: flex;
	justify-content: space-between;
	width: 288px;
}
.footer-code .code p{
	text-align: center;
	padding: 20px 0;
}
.footer-bd {
	line-height: 60px;
	background: #111;
	color: #fff;
	text-align: center;
}






@media screen and (max-width: 768px){

	
}
