@charset "utf-8";
/* CSS Document */
body {
	margin:0; padding:0; line-height:24px; background:#ffffff;font-size:62.5%;color:#7E7E7E; width:100%;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{border:0;overflow:hidden; display:block;} 
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
address,cite,code,em,th,i,b{font-weight:normal; font-style:normal;}
.clear{clear:both; overflow:hidden;  height:0px; font-size:0px; line-height:0px;}
a{text-decoration:none;color:#717171;}
a:hover{color:#000000;}
.img-responsive{
  display: block;
  height: auto;
  max-width: 100%;
}

.logo-menu{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-item:center;
	max-width:980px;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
	background:#FFFFFF;
	z-index:999;
}

.logo{
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-end;
	}

.logo a{
	width:50%;}
.logo span{
	display:block;
	font-size:12px;
	margin-left:10px;
}
	
.menu-bot{
	display:block;
	width:15%;
	height:auto;
}



.menu{
	position:absolute;
	left:0px;
	width:100%;
	top:100%;
	padding:10px;
	box-sizing:border-box;
	display:none;
	background:#FFFFFF;
	z-index:999;
}

.menu a{
	width:100%;
	display:block;
	height:50px;
	font-size:16px;
	border-bottom:1px solid #999;
	line-height:50px;
	color:#036EB3;
}


/*首页视频*/
.index-banner{
	width:100%; 
	position:relative;
	padding:0px;
	background:#0078d0;
}

.index-banner video{
	width:100%;
	height:100%;
	padding:0px;
	object-fit:fill;  
}

.index-banner .text{
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;

}

.index-text{
	position:absolute;
	padding:10px;
	color:#FFF;
	left:10px;
	top:20px;
}

.index-text h2{
	font-size:18px;
}
.index-text span{
	width:50px;
	height:2px;
	background:#FFF;
	display:block;
	margin-top:15px;
	margin-bottom:10px;
}

.index-text p{
	font-size:12px;
}

/*首页业务领域*/
.index-business{
	width:100%;
	overflow:hidden;
}
.index-business .swiper-slide{
	position:relative;
}

.index-business .swiper-slide .dec{
	position:absolute;
	left:20px;
	top:20px;
	color:#FFF;
}

.index-business .swiper-slide .dec h2{
	font-size:14px;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	opacity:0.8;
}

.index-business .swiper-slide .dec p{
	font-size:20px;
	text-align:left;
}

.index-business .swiper-slide .dec span{
	display:block;
	width:50px;
	height:2px;
	background:#FFF;
	opacity:0.8;
	margin-top:10px;
	margin-bottom:10px;
}

.index-business .swiper-slide .more{
	position:absolute;
	left:20px;
	bottom:20px;
	width:30px;
	height:30px;
	border-radius:16px;
	background:#FFF;
	color:#0078d0;
	display:flex;
	flex-direction:column;
	align-items:center;
	line-height:30px;
	font-size:18px;
}


.index-business img{
	max-width:100%;
	height:auto;
}

/*首页应用案例*/
.index-app{
	width:100%;
	height:auto;
	position:relative;
}

.index-app img{
	max-width:100%;
	height:auto;
}

.index-app .dec{
	position:absolute;
	left:20px;
	top:20px;
	color:#0078d0;
}

.index-app .dec h2{
	font-size:14px;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	opacity:0.8;
}

.index-app .dec p{
	font-size:20px;
	text-align:left;
}

.index-app .dec span{
	display:block;
	width:50px;
	height:2px;
	background:#333;
	opacity:0.8;
	margin-top:10px;
	margin-bottom:10px;
}

.index-app .more{
	position:absolute;
	left:20px;
	bottom:20px;
	width:30px;
	height:30px;
	border-radius:16px;
	background:#FFF;
	color:#0078d0;
	display:flex;
	flex-direction:column;
	align-items:center;
	line-height:30px;
	font-size:18px;
}

/*首页新闻*/
.index-news{
	width:100%;
	height:auto;
}

.index-news .tit{
	color:#999;
	padding:10px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
}

.index-news .tit span{
	font-size:14px;
	color:#000;
	padding-left:10px;
}

.index-news .tit p.nline{
	width:50px;
	height:2px;
	background:#0078d0;
	display:block;
}

.index-news-item{
	width:94%;
	padding:20px;
	box-sizing:border-box;
	box-shadow: 2px 2px 10px #888888;
	border-radius:2px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin:0 auto;
	margin-top:20px;
}

.index-news-item .date{
	color:#0163d0;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.index-news-item .line{
	display:block;
	width:50px;
	height:1px;
	background:#008be0;
	margin-top:35px;
}

.index-news-dec{
	margin-left:20px;}

.index-news-dec h2{
	font-size:12px;
	color:#000;
}

/*首页关于我们*/
.index-about{
	width:100%;
	margin-top:30px;
	position:relative;
}

.index-about img{
	max-width:100%;
	height:auto;
}

.index-about-text{
	position:absolute;
	left:0px;
	bottom:-100px;
	width:100%;
	background-image: linear-gradient(-90deg,  #0079d6,#00c9f8);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	padding:15px;
	box-sizing:border-box;
}

.index-about-text p{
	font-size:12px;
	color:#FFF;
}

.index-about-text a{
	margin:0 auto;
	display:block;
	width:100px;
	height:35px;
	text-align:center;
	font-size:14px;
	background:#FFF;
	line-height:35px;
	color:#0078d3;
	border-radius:8px;
	margin-top:20px;
}

/*更多内容*/
.index-link-content{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	width:94%;
	margin:0 auto;
	margin-top:120px;
	margin-bottom:20px;
}

.index-link-item{
	width:48%;
	padding:20px;
	margin-top:10px;
	box-sizing:border-box;
	box-shadow: 2px 2px 10px #888888;
	border-radius:4px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	cursor:pointer;
}

.index-link-item img{ margin-right:10px;}
.index-link-item h2{
	color:#000;}

/*底部*/
footer{
	background:#0078d3;
}
.footer-qrcode{
	width:30%;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	padding-top:20px;
}

.footer-qrcode img{
	max-width:100%;
	height:auto;
}

.copyright{
	font-size:12px;
	color:#ffffff;
	text-align:center;
}

.copyright a{
	display:block;
	color:#CCC;
}

/*内页通用*/
.page-banner{
	width:100%;
}
.page-banner img{
	max-width:100%;
	height:auto;
}

.page-nav{
	height:50px;
	background:#0078d3 url(../images/page-nav-bg.png?v=2) no-repeat 96% 11px;
	text-align:center;
	color:#FFF;
	line-height:50px;
	font-size:20px;
	position:fixed;
	left:0px;
	width:100%;
	z-index:998;
}
.masking {
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(1,95,185,0.9);
	display:none;
	top:0;
	left:0;
	z-index:999;
}
.layer {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#FFF;
}
.layer a{
	color:#FFF;
	font-size:24px;
	margin-top:30px;}

.layer a.select{
	font-weight:bold;
}
	
.close {
	position:absolute;
	right:15px;
	top:10px;
	z-index:999;
}


/*关于我们*/
.about-text{
	background:#0078d3;
	width:100%;
	padding:15px;
	box-sizing:border-box;
	color:#FFF;
}
.about-text p{
	text-indent:24px;
	text-align:justify;
}

.about-base{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	width:100%;
}

.about-base-item{
	position:relative;
}

.about-base-item img{
	max-width:100%;
	height:auto;
}

.about-base-item .base-tit{
	position:absolute;
	left:10px;
	top:0px;
	font-size:12px;
	color:#ffffff;
}

/*发展历程*/
.about-milestones{
	width:100%;
	margin:0 auto;
	margin-bottom:50px;
	position:relative;
}

.line{
	border-left:1px dashed #CCC;
	margin:0 auto;
	width:1px;
}

.milestions-content{
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.milestions-item-tit{
	border:2px solid #00c9f8;
	width:60px;
	height:60px;
	margin:0 auto;
	border-radius:35px;
	text-align:center;
	line-height:60px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	margin-top:30px;
	color:#00c9f8;
	background:#FFF;
}

.milestions-item-tit:hover{
	color:#FFF;
	background:#00c9f8;
}

.milestions-item{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:20px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
}

.milestions-item .con{
	width:40%;
}

.milestions-item .con p{
	font-size:12px;
}

.milestions-item .con h2{
	font-size:16px;
	font-weight:bold;
}

.milestions-item .con-l{
	text-align:right;
	padding-left:15px;
}

.milestions-item .con-l h2{
	color:#FF7C46;
}

.milestions-item .con-r{
	text-align:left;
	padding-right:15px;
}
.milestions-item .con-r h2{
	color:#FFA634;
}


.milestions-item .point{
	width:18%;
}
.milestions-item .point .circle{
	width:16px;
	height:16px;
	margin:0 auto;
	border-radius:13px;
	border:3px solid #ff7137;
	transition:all 0.5s;
	cursor:pointer;
	background:#FFF;
}

/*领导关怀*/
.leader-top{
		width:100%;
		margin:0 auto;
		border-bottom:5px solid #0078cf;
}
.leader-top img{
		max-width:100%;
		height:auto;
}

.leader-top .tit{
		border-left:2px solid #0078cf;
		height:auto;
		line-height:20px;
		font-size:18px;
		color:#333;
		padding-left:10px;
		font-weight:200;
		width:95%;
		margin:0 auto;
		margin-top:20px;
		margin-bottom:30px;
}
	
	.leader-list{
		width:100%;
		margin:0 auto;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		align-items:center;
		margin-top:20px;
		flex-wrap:wrap;
		padding-bottom:20px;
	}
	.leader-item{
		width:100%;
		position:relative;
		margin-top:20px;
	}
	.leader-item img{
		max-width:100%;
		height:auto;
	}
	.leader-item .dec{
		position:absolute;
		left:0px;
		bottom:0px;
		width:100%;
		height:40px;
		background:url(../../images/page/leader/bg.png);
		color:#FFF;
		font-size:10px;
		padding-left:10px;
		box-sizing:border-box;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:flex-start;
		line-height:20px;
	}
	
	.leader-tit{
		width:100%; 
		 background:#0078d3; 
		 color:#FFF; 
		 font-size:16px; 	
		display:flex;
		padding:30px;
		box-sizing:border-box;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		margin-top:20px;
	}

/*企业文化*/
.page-tit1{
	width:96%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

.page-tit1 span.zh{
	font-size:20px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #000;
}

.page-tit1 span.en{
	margin-left:10px;
	font-size:14px;}
	
.culture-care{
	width:100%;
	margin-top:0px;
	display:flex;
	flex-direction:row;
	align-items:top;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:80px;
}

.care-item{
	width:48%;
	position:relative;
	margin-top:20px;
	overflow:hidden;
}


.care-item img{
	max-width:100%;
	height:auto;
}


.care-item .dec{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:30px;
	box-sizing:border-box;
	padding-left:10px;
	line-height:30px;
	color:#FFF;
	background:url(../images/care-dec-bg.png);
	font-size:10px;
}


/*团队实力*/
.pro-team-img{
	width:100%;
}
.pro-team-img img{
	max-width:100%;
	height:auto;
}

.pro-team-text{
	width:100%;
	background:#0078d6 url(../images/pt-bg.png) no-repeat left bottom;
	color:#FFF;
	padding:15px;
	box-sizing:border-box;
}

.pro-team-text h2{
	font-size:20px;
	border-left:2px solid #FFF;
	padding-left:10px;
	margin-bottom:20px;
}

.qualification{
	width:100%;	
	padding:15px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.qualification h2{
	font-size:20px;
	border-left:2px solid #0078d6;
	padding-left:10px;
	margin-bottom:10px;
	margin-top:20px;
	color:#0078d6;
}

.qua-list{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}

.qua-item{
	width:100%;
	margin-top:20px;
}

.qua-item img{
	max-width:100%;
	height:auto;
	border-radius:4px;
}

.engineering-icon{
	display:flex;
	flex-direction:row;
	justify-content:center;
	flex-wrap:wrap;
	width:90%;
	margin:0 auto;
}

.engineering-icon a{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-item:center;
	width:25%;
	margin-top:20px;
}

.engineering-icon a p{
	width:100%;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	margin:0 auto;
}

.engineering-icon a img{
	max-width:80%;
	height:auto;
	margin:0 auto;
}

.engineering-icon a span{
	font-size:12px;
	color:#FFF;
	text-align:center;
}

/*智能产线*/
.pro-nav-tit .en{
	font-size:22px;
	color:#ffffff;
	font-weight:200;
	margin-bottom:15px;
	line-height:30px;
}
.pro-nav-tit .zh{
	font-size:18px;
	color:#ffffff;
	margin-top:15px
}
	  
.pro2-con{
	padding:20px;
}

.pro2-con .decs{
	color:#FFF;
	margin-top:30px;
	font-size:14px;
	text-align:justify;
}

.pro2-list{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}

.pro2-list-item{
	width:45%;
	margin-top:40px;
}

.pro2-list-item img{
	max-width:100%;
	height:auto;}

.pro2-item-dec{
	width:100%;
	background:#FFF;
	position:relative;
}

.pro2-item-dec p{
	font-size:12px;
	color:#000;
	text-align:center;
}

.pro2-item-dec .text{
	display:none;
}

.pro2-item-dec .img{
	position:absolute;
	left:0px;
	top:-2px;
	width:100%;
}

.pro2-item-dec .img img{
	margin:0 auto;
	height:auto;}

.pro2-item-content{
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(1,95,185,0.9);
	display:none;
	top:0;
	left:0;
	z-index:999;
}	
.pro2-text{
	width:100%;
	height:100%;
	padding:40px;
	color:#FFF;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:left;
}

.pro2-text h2{
	font-size:24px;
	text-align:center;
}

.pro2-text .line{
	width:100px;
	height:2px;
	background:#FFF;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}

.closepro{
	display:block;
	position:absolute;
	right:15px;
	top:15px;
	z-index:999;
}
.pro2-icon-list{
	width:100%;
	padding:20px;
	box-sizing:border-box;
	padding-top:40px;
}
.pro2-icon-list-con{}

.pro2-icon-item{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
		margin-top:20px;
}

.pro2-icon-item img{
	width:40px;
	height:40px;
	margin-right:20px;

}

/*智造产品*/
.intel-pro{
	position:absolute; 
	left:0px; 
	bottom:50px; 
	width:100%;
	padding:20px;
	box-sizing:border-box;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	background:url(../images/pro-small-bg.png); 
}

.intel-pro li{
	width:48%;
	color:#FFF;
	font-size:12px;
	margin-top:20px;
	display:flex;
	flex-direction:row;
	align-items:center;	
}

.intel-pro li span{
	margin-right:10px;
	font-size:18px;
	display:block;
}

/*应用案例*/
.pro4-text{
	width:100%;
	background-image: linear-gradient(-90deg,  #00C8F9,#017AD7);
	padding:20px;
	box-sizing:border-box;
}
.pro4-text .zh{
	font-size:22px;
	color:#FFF;
	margin-top:15px;
}
.app-li{
		margin-top:50px;
		padding-left:20px;
}
.app-li li{ 
	font-size:12px;
	color:#FFF;
	margin-top:20px;
	width:100%;
	list-style-type:disc;
	list-style-position:outside;
}

/*最新公告*/
.report-list{
	width:100%;
	padding-top:10px;
	padding-bottom:30px;}
.report-item{
	width:100%;
	padding:30px;
	box-sizing:border-box;
	box-shadow: 2px 2px 10px #888888;
	border-radius:2px;
	cursor:pointer;
	min-height:150px;
	position:relative;
	margin-top:30px;
}

.report-item:hover{
	box-shadow: 2px 2px 10px #0079d6;
}

.report-item .date{
	color:#0163d0;
	font-size:18px;
	position:absolute;
	left:30px;
	bottom:20px;
	font-weight:200;
}

.report-item img{
	position:absolute;
	right:40px;
	bottom:20px;
}

.report-item .text{
	box-sizing:border-box;
}

.report-item .text h2{
	font-size:16px;
	color:#000;
	font-weight:500;
}

.pages{
	width:60%;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-top:40px;
}

.pages a{
	width:45%;
	display:block;
	height:40px;
	line-height:40px;
	background:#0078D3;
	border-radius:5px;
	color:#FFF;
	text-align:center;
	font-size:24px;
	font-weight:200;
}

/*股票行情*/
.stock{
	background:#072744 url(../../images/stock-bg-3.jpg) no-repeat left bottom; background-size:30%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-end;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	min-height:400px;
}

.stock-sz{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-top:40px;
	font-size:18px;
	margin-bottom:20px;
}

.stock-sz p{
	font-size:14px;
	margin-left:10px;
	color:#CCC;
}

.paslin-tit{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-top:20px;
	font-size:18px;
	margin-bottom:10px;
}

.paslin-tit h2{
	font-size:18px;
	margin-left:10px;
	color:#0079d6;
}

.paslin-tit p{
	font-size:14px;
	margin-left:10px;
	color:#CCC;
}

.stock-info{
	margin-top:10px;
	position:relative;
	height:50px;
	padding-right:50px;
	position:relative;
}

.stock-info p{
	font-size:50px;
	color:#FFF;
	line-height:50px;
	font-weight:bold;
}

.stock-info span{
	font-size:12px;
	color:#0079d6;
	height:16px;
	position:absolute;
	right:0px;
	font-weight:bold;
}

.stock-info2{
	margin-top:20px;
	display:flex;
	flex-direction:row;
	align-items:center;	
	justify-content:space-between;
}

.stock-info2-item{
	display:flex;
	flex-direction:row;
	align-items:flex-end;	
	justify-content:space-between;
	margin-left:30px;
	font-size:20px;
	height:20px;
	line-height:16px;
	color:#FFF;
	font-weight:bold;
}

.stock-info2-item span{
	font-size:12px;
	height:12px;
	line-height:12px;
	color:#0079d6;
	font-weight:500;
	padding-left:5px;
	padding-right:5px;
}
/*人才理念*/
.concept-content{
	width:100%;
	background:url(../images/hr-1-bg.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
}

.concept-text{
	background:url(../images/pro-small-bg.png);
	padding:20px;
	margin-top:50px;
	text-align:center;
	color:#FFF;
}

.concept-text h2{
	font-size:18px;
	margin-bottom:20px;
}


.concept-text2{
	width:100%;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
	margin-top:60px;
	display:flex;
	flex-direction:column;
	align-items:center;	
	justify-content:space-between;
	padding-bottom:80px;
}

.concept-item{
	width:100%;
	background:url(../images/s-bg-2.png);
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
	position:relative;
	text-align:justify;
	margin-top:20px;
	padding-bottom:20px;
}

.concept-item h2{
	font-size:18px;
	color:#0078d6;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;}
	
.concept-item:hover h2{
	color:#FFF;
}

.concept-item p{
	font-size:10px;
}

.concept-item  .top-img{
	position:absolute;
	left:0px;
	top:-2px;
	width:100%;}
	
.concept-item  .top-img img{
	margin:0 auto;}

/*招聘信息*/
.ta-content{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	padding-bottom:100px;
	padding:20px;
	box-sizing:border-box;
}

.ta-item{
	width:100%;
	background:#e5f1fb;
	box-sizing:border-box;
	padding:30px;
	padding-right:0px;
	overflow:auto;
	margin-top:20px;
}

.ta-item::-webkit-scrollbar{
  	width:4px;
  	background-color:#fff;
}
.ta-item::-webkit-scrollbar-thumb{
  	background-color:#00c2f5;
	width:4px;
 }

.ta-item h2{
	font-size:22px;
	color:#0078d6;
	border-bottom:1px solid #489ee2;
	padding-bottom:10px;
}

.ta-item .tatit{
	color:#353535;
	font-size:18px;
	font-weight:400;
	margin-top:30px;
}

.ta-item .tatit span{
	font-size:14px;
	color:#353535;
	margin-left:10px;
}

.tacon{
	margin-top:10px;
	padding-right:30px;
}

/*企业新闻*/
.page-news-content{
	width:100%;
	padding:15px;
	box-sizing:border-box;
}
.page-news-item{
	width:100%;
	box-shadow: 0px 0px 5px #888888;
	display:flex;
	flex-direction:row;
	align-items:center;	
	justify-content:space-between;
	margin-top:20px;
	border-radius:2px;
	padding:10px;
	box-sizing:border-box;
}

.page-news-item .img{
	width:30%;
}

.page-news-item .img img{
	max-width:100%;
	height:auto;
}


.page-news-item .dec{
	width:68%;
	position:relative;
	display:flex;
	flex-direction:column;	
	justify-content:space-between;	
}


.page-news-item .dec h2{
	font-size:16px;
	color:#0078D3;
	line-height:30px;
}

/*媒体关注*/
.media-content{
	width:100%;
	padding:15px;
	box-sizing:border-box;
}
.media-item{
	width:100%;
	box-shadow: 2px 2px 10px #888888;
	margin-top:30px;
}

.media-item img{
	max-width:100%;
	height:auto;
}

.media-item .dec{
	height:100px;
	font-size:20px;
	color:#0078d6;
	padding:20px;
	box-sizing:border-box;
	}

.media-item:hover .dec{
	background:#0079d6;
	color:#FFF;
}
	
.media-item .dec h2{
	font-size:16px;
	line-height:30px;}
	
/*联系方式*/
.contact-content{
	width:100%;
	box-sizing:border-box;
}

.contact-item{
	width:100%;
}

.contact-item img{
	max-width:100%;
	height:auto;
}

.contact-text{
	width:100%;
	padding:20px;
	box-sizing:border-box;
	background-image: linear-gradient(-90deg,  #0079d6,#00c9f8);
	color:#FFF;
}

.contact-text h2{
	font-size:20px;}

.contact-text p{
	margin-top:10px;}




