@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: '.萍方-简';
 src: url('../font/苹方黑体-极细-简.ttf') format("truetype");
 font-display: swap;
}
body {
	margin:0;
	padding:0;
	font-family:".萍方-简","Microsoft YaHei", Arial;
	line-height:1.5;
	color:#0B0B0B;
	width:100%; background:#fff;
	font-size:14px;
	margin:0px auto;
	min-width:1250px;
	-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none;
}
a {
	color:#0B0B0B;
	text-decoration:none;
}
a:hover {
	
}
img {
	border:0;
	display:inline;
	vertical-align: bottom;
	width:auto;
	height:auto;
	max-width:100%;
}
div, ul, li, dl, dd, span, h1, h2, p, h4, h3 {
	margin:0;
	padding:0;
	list-style:none;
}
.container {
	margin:0px auto;
   width: 1116.8px;

}
* {
	box-sizing: border-box;
}
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-center-y {
	display: flex;
	align-items: center;
}
* {
	box-sizing: border-box;
}

/* 首页 */
header{background: #333; color: #ccc; position: sticky; width: 100%; left: 0px; top: 0px; font-size: 12px;}
header .container{ height: 37px;}
header a{color: #ccc; padding: 0 14px;
    vertical-align: middle;}
header a:hover{ color: #fff;}
.banner{ position: relative;}
.banner .btn{    position: absolute;
    top: 55%;
    left: 61%;
    width: 12%;
    height: 15%;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #FF7C00;
    border-radius: 10px;
    padding: 8px 25px;
    margin-top: 10px;
    height: 51px;
    line-height: 46px;
    background-color: #FF7C00 !important;
    box-shadow: 0px 10px 10px -10px #fff;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 16px;}
.part_1{  padding: 50px 0px;}
.index_bt{ text-align: center; margin-bottom: 46px;}
.index_bt .title{ font-size: 26px;  line-height: 40px; margin-bottom: 30px;}
.index_bt .desc{ font-size: 13px;}
.pro_list ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 33px 32px;
align-items: stretch;}
.pro_list ul li{ background-color: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 27, 48, 0.15);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 10px 40px 30px; color: #0D0D25;}
.pro_list ul li .icon img{  height: 80px;}
.pro_list ul li .title{
    line-height: 47px;
    margin-top: 21px;
    font-size: 24px; 
	font-weight: bold;
    }
.pro_list ul li .title .red{  color: #ff0000;}
.pro_list ul li .desc{ 
    line-height: 30px;
    color: #666666;
}

.pro_list ul li .lab{    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 18px;
    font-size: 16px;}
.pro_list ul li .btn{    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #1473E6;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center; display: inline-block;}
.part_2{
	background-color: #f0f0f0; padding: 60px 0px;
}
.part_2 .index_bt .title{ margin-bottom: 10px;}
.index_service ul{display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 50px;
align-items: stretch;}
.index_service ul li{box-shadow:3px 3px 3px 0px #e3dede; -webkit-box-shadow:3px 3px 3px 0px #e3dede; background-color: #fff; border-radius: 10px; padding: 50px 10px;text-align: center; }
.index_service ul li .icon img{ height: 60px; width: auto;}
.index_service ul li .title{ font-size: 20px; font-weight: bold; margin: 15px 0px 6px;}
.part_3{ position: relative;}
.part_3 img{ width: 100%; height: auto;}
.part_3 .btn{   
    position: absolute;
    bottom: 20%;
    margin: 0 auto;
    text-align: center;
	width: 144px;
    height: 42px;
    display: inline-block;
    border-radius: 3px;
    line-height: 42px;
    background-color: #FF7C00;
	color: #fff;
	font-size: 16px;
	 left:50%; transform:translateX(-50%);-webkit-transform:translateX(-50%);
}
.footer{background: #353535;
    padding: 30px 0 20px; color: #fff;text-align: center; font-size: 12px;}
.footer a{ color: #fff;}
.footer .txt{ color: #ccc; margin-top: 20px;}
