/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
	font-family: Georgia, serif;
}
li {
	list-style: none;
}
a {
	color: #212529;
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
/* 欢迎语 */
.welcome{
	position:relative;
	display:flex;
	min-height: 35px;
	line-height: 35px;
    z-index: 15;
}
.welcome .text{
	font-size: 12px;
	color: #666;
}
.welcome .lianxi,
.top .lianxi{
	height:33px;
	margin-left:20px;
	float:right;
}
.lianxi-div{
	height:100%;
	width:100%;
}
.erweima{
	position:absolute;
	top:35px;
	width:200%;
	display:none;
	right: -1px;
}
.lianxi-div:hover img{
	display:block;
}
/* 头部导航 */
.top{
	position: relative;
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.top .logo{
	position:relative;
	height:70px;
	margin-left: -2rem;
}
.top img{
	height:100%;
}
.top-tel{
	display:none;
	align-items:center;
	margin-left: auto;
}
.top-tel img{
	height:40px;
	margin:auto;
	margin-right:10px;
}
.tel{
	font-size: 23px;
	color: #1e50ae;
}
.teltxet{
	font-size: 16px;
	color: rgb(255, 255, 255);
}
/* 导航栏 */
.top-menu{
	background: #1e50ae;
	position: sticky;
	top: -1px;
	z-index: 10;
}
input{
	display:none;
}
.top-menu input:checked + .menu{
	display:block;
}
.menu-label{
	cursor: pointer;
	line-height: 60px;
	margin: auto;
	padding-left: 1.5rem;
	font-size: 30px;
	color: white;
}
.menu{
	display:none;
    font-size: 18px;
    line-height: 45px;
	color: white;
	letter-spacing: .3rem;
	text-align: center;
}
nav{
	position:relative;
	display:flex;
	align-items:center;
	min-height:60px;
}
nav li{
	width:120px;
	text-align:center;
	padding:20px;
	min-height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
}
nav a{
	color:white;
	font-size:18px;
	display:block;
} 
/* 导航栏滑动变色 */
nav li:hover,
.menu li:hover{
	background-color:#13439d;
	color:white;
}
.theme-color{
	color:#1e50ae;
}
.white{
	color:white;
}
/* 鼠标点击导航栏事件 */
li.active{
	background-color:#13439d;
	color:white;
}
/* 栏目标题 */
.lanmu-title{
	text-align:center;
}
.lanmu-title-cn{
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
}
.lanmu-title-en{
	font-size: 6px;
	letter-spacing: 4px;
	margin-left: 4px;
}
.lanmu-title img{
	width: 195px;
	margin: -5px 0 5px -5px;
}
.lanmu-title .partners{
	width: 260px;
	margin: -20px 0 -5px -1px;
}
.lanmu-vertical{
	margin: .5rem .5rem 0 .5rem;
}
.white .lanmu-vertical,
.white .about-vertical{
	border-left:1px solid white;
}
.theme-color .lanmu-vertical{
	border-left:1px solid #1e50ae;
}
/* 产品中心 */
.tab{
	width: 100%;
	height: 100%;
	padding:0 12px;
	background-color:white;
	box-shadow: 0 0 5px #c2c2c2;
}
.tab-list ul{
	height:50px;
	display:flex;
}
.tab-list ul li{
	width: 150px;
	font-size:17px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-bottom:0;
}
.tab-list ul li:before {
  content: "|";
  float: left;
  color: #94959E;
}
.tab-list ul li:first-child::before {
  display: none;
}
.tab-list .pro-bg{
	border-bottom:2px;
	background-color:white;
	color:#1e50ae;
	position:relative;
}
.tab-list .pro-bg a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 48px;
	margin:0 auto;
	bottom: 2px;
	right: 0;
	height: 2px;
	width: 70%;
	background-color:#1e50ae;
}
.tab-content{
	width:100%;
	height:100%;
	position:relative;
}
.tab-content .item{
	width:100%;
	display:none;
}
#produce{
	width:50%;
	height:100%;
	text-align:center;
	padding:0.5% 1.5% 0;
	float:left;
}
#produce-img{
	width: 100%;
    padding-bottom: 120%;
    position: relative;
	margin:8% 0 4% 0;
}
#produce img,
.prolist-r-single img{
	width:100%;
	height:100%;
	object-fit: contain;
	position: absolute;
    left: 0;
    padding: 9%;
	transition: all 0.4s;
}
#produce img:hover,
.prolist-r-single img:hover{
	transform: scale(1.1);
}
#produce a{
	font-size:15px;
	letter-spacing:1px;
}
.pro-more{
	font-size: 15px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.pro-more a{
	padding:10px;
	color:white;
	background:#1e50ae;
	border-radius:8px;
}
.pro-more a:hover{
	color:white;
}
/* 产品优势 */
.prosp-bg{
	background:url("../images/2.jpg") no-repeat ;
	background-position-x: center;
	background-size: auto 255px;
}
.prosp{
	display:flex;
	justify-content: space-around;
	padding-top: 1rem;
}
.prosp-div{
	width: 22%;
}
.prosp-icon{
	position: relative;
	box-shadow: 5px 8px 10px 0px rgb(100 100 111 / 40%);
	width:40px;
	height:40px;
	margin:auto;
	border-radius: 50%;
}
.prosp-icon img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.prosp-content{
	border-radius: 14px;
    text-align: center;
    box-shadow: 0px 3px 11px 0px rgb(100 100 111 / 30%);
    background: white;
    width: 100%;
    height: 200px;
    font-size: 17px;
    font-weight: 600;
	padding-top: 25%;
    letter-spacing: 4px;
    margin-top: -18px;
	display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.prosp-content div{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.prosp-content p{
	width: 35%;
	font-family: fantasy;
}
/* 定制 */
.dingzhi{
	width:100%;
	height:100%;
}
.dingzhi-img{
	width:100%;
	margin: auto;
}
.dingzhi-img img{
	width:100%;
	object-fit:contain;
	margin:auto;
}
.dingzhi-type-text{
	width:100%;
	padding: 0 8% 0 10%;
	margin:5% auto;
}
.dingzhi-type-title{
	line-height:200%;
	color:#1e50ae;
	font-weight: bold;
	font-size:20px;
	font-family: fantasy;
}
.dingzhi-type-content{
	padding-top:7%;
	font-size:14px;
	line-height:170%;
	text-align: justify;
}
/* 应用领域 */
.user-bg{
	background: linear-gradient(
    to bottom,
    #1e50ae 65%,
    white 35%
  );
}
.box1{
	width:100%;
	height:150px;
	overflow:hidden;
	position:relative;
}
.box1-list{
	position:absolute;
	left:0;
	display:flex;
	align-items:center;
}
.userlist div{
	width:200px;
	height:150px;
	margin-right:20px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.userlist p{
	font-size: 17px;
	letter-spacing: 2px;
	margin:auto;
}
.userlist img{
	width:100%;
	height:83.3333333%;
	object-fit: cover;
}
/* 软件优势 */
.softsp{
	display:flex;
	justify-content: center;
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}
.softsp-img{
	height: 95px;
    width: 95px;
	border-radius: 50%;
	border: 2px dashed #1e50ae;
	padding: 6px;
}
.softsp-img img{
	box-shadow: 0px 6px 6px 0px rgb(100 100 111 / 50%);
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 50%;
}
.softsp-l,
.softsp-r{
	font-size: 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	position: relative;
	top: -0.8rem;
}
.softsp-l{
	width: 95px;
}
.softsp-r{
	width: 120px;
}
.softsp-text-l{
	border-bottom:2px dashed #1e50ae;
	padding-bottom: 1px;
	width:100%;
	position:relative;
}
.softsp-text-l a,
.softsp-text-r a{
	font-size: 13px;
	color:#1e50ae;
	padding: 0 2.5%;
	letter-spacing: 0;
}
.softsp-text-l a:hover,
.softsp-text-r a:hover{
	color:#1e50ae;
}
.softsp-text-r{
	border-bottom:2px dashed #1e50ae;
	padding-left: 4%;
	padding-bottom: 1px;
	width:85%;
	position:relative;
}
.softsp-text-01{
	left:19%;
}
.softsp-text-04{
	left:10%;
}
.softsp-text-05{
	left:-16%;
}
.softsp-text-08{
	padding-left: 6%;
    width: 90%;
    left: -9%;
}
.softsp-text-l:after,
.softsp-text-r:after{
	content:"";
	position:absolute;
    bottom: -4px;
	width:7px;
	height:7px;
	border-radius: 50%;
	background:#1e50ae;
	box-shadow: 0px 6px 6px 0px rgb(100 100 111 / 50%);
}
.softsp-text-l:after{
	right: -6px;
}
.softsp-text-r:after{
	left: -6px;
}
/* 关于我们 */
.about-bg{
	background-image:url('../images/aboutbg.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.about-body{
	background: #1e51ad;
    height: 530px;
    margin-top: 50px;
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 50%);
	width: 95%;
}
.about-Coimg{
	width: 100%;
	height: 55%;
	margin-top: -70px;
	padding-left: 5px;
}
.about-Coimg img{
	width:99%;
	height:93%;
	object-fit: cover;
	box-shadow: 4px 5px 17px 0px rgb(0 0 0 / 50%);
}
.about-body-r{
	width:100%;
	padding: 0 2% 0 1%;
}
.about-title{
	text-align:center;
}
.about-title-cn{
	font-size: 1.3rem;
	display: flex;
	justify-content: center;
}
.about-title-en{
	font-size: 6px;
	letter-spacing: 4px;
	margin-left: 4px;
}
.about-title img{
	width: 145px;
	margin: -5px 0 3px -5px;
}
.about-vertical{
	margin: .4rem 0.4rem 0 .4rem;
}
.about-text{
	width:99%;
	font-size: 15px;
	color: white;
	float: right;
	letter-spacing: .15rem;
	line-height: 150%;
}
.about-text-content{
	text-align:justify;
	text-indent:2em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.about-more{
	width:100px;
	line-height:18px;
	text-align:center;
	color:white;
	padding:10px;
	background:#13439d;
	font-size:13px;
	border-radius:8px;
	margin-left:auto;
	margin-top:20px;
	float: right;
	letter-spacing: .1rem;
}
.lanmuborder{
	font-size:20px;
	line-height:50px;
	width:120px;
	border-bottom:2px;
	border-bottom-color:#1e50ae;
}
/* 合作伙伴 */
.box{
	width:100%;
	height:60px;
	overflow:hidden;
	position:relative;
}
.box-list{
	position:absolute;
	left:0;
	display:flex;
	align-items:center;
}
.box-list div{
	width:125px;
	height:60px;
	margin-right:10px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.box-list img{
	width:100%;
	height:100%;
	object-fit: contain;
	border:2px outset;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 14px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.pagination ul{
	display:flex;
	background:white;
	border:2px solid #d5d5d5;
	border-radius:50px;
    padding:8px;
}
.paging .page-num,
.pagination ul li{
	line-height:28px;
	text-align:center;
	font-size:15px;
	font-weight:400;
	cursor:pointer;
	transition:all 0.3s ease;
}
.pagination ul li.btn{
	padding:0 11px;
}
.pagination ul li.first{
	border-radius:50px 5px 5px 50px;
	padding:0 9px 0 15px;
}
.pagination ul li.last{
	border-radius:5px 50px 50px 5px;
	padding:0 15px 0 9px;
}
.paging .page-num{
	width:30px;
	height:30px;
	letter-spacing:0;
	font-family: auto;
	border-radius:50%;
	margin:0 3px;
}
.paging .page-num:hover,
.paging .page-num-current,
.pagination ul li.btn:hover{
	background:#1f59c7;
	color:white;
}
/*其他*/
.menu-type{
	position:fixed;
	z-index:11;
	display:flex;
	margin-top: 2rem;
	text-align: center;
}
.menu-type-l{
	width:160px;
	background: #1e50ae;
	color: white;
	display:none;
	border-radius: 0 0 5px 0;
}
.menu-type-l li{
	line-height:50px;
	font-size:16px;
}
.menu-type-label{
	width: 30px;
    background: #1e50ae;
    cursor: pointer;
    font-size: 25px;
    line-height: 50px;
	height: 50px;
    margin: 0;
	color: white;
	border-radius: 0 8px 8px 0;
}
.menu-type input:checked + .menu-type-l{
	display:block;
}
.div-center{
	display:flex;
	justify-content: center;
	align-items: center;
}
/* 产品中心页面 */
.prolist-l ,
.newslist-l{
	width:20%;
	padding-right:25px;
}
.prolist-l-title ,
.newslist-l-title{
	text-align:center;
	font-weight: bold;
    font-family: fantasy;
	padding:15px 0;
	color:white;
	border-radius:12px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.prolist-l-title{
	background:#1e50ae;
	font-size:23px;
}
.prolist-type ,
.newslist-type{
	text-align:center;
	font-size:18px;
	line-height:70px;
}
.prolist-type-active ,
.newslist-type-active{
	background: #c9d5e9;
}
.prolist-type li ,
.newslist-type li{
	display:flex;
	justify-content:space-between;
	padding:0px 10px 0 29px;
	margin-top:-1px;
}
.prolist-type-arrow ,
.newslist-type-arrow{
	font-size:14px;
	font-family:fangsong;
	font-weight:bolder;
	color:#bbbbbb;
}
.order{
	text-align:center;
	margin-top:65px;
}
.order img{
	width:100%;
	height:100%;
	object-fit:contain;
	padding:30px;
}
.prolist-r{
	width:100%;
}
.prolist-r-title{
	line-height:62px;
	margin:0 2% 0 1%;
	font-size:20px;
	background:#f8f8f8;
	padding-left:3%;
	border-radius: 10px 10px 0 0;
}
.prolist-r-single{
	width:47.5%;
	margin:0 1% 3%;
	text-align:center;
	font-size:15px;
}
.prolist-r-single-div{
	width:100%;
	padding-bottom:100%;
	position:relative;
}
/* 产品展示页面 */
.return{
	display:flex;
	align-items:center;
}
.return a{
	border:1px solid #919191;
	padding:10px;
	border-radius:10px;
}
.return i{
	font-size:20px;
}
.return span{
	letter-spacing:.2rem;
	font-size:17px;
}
.produce-img img{
	object-fit:contain;
	width:100%;
	height:100%;
}
.product-introduce{
	letter-spacing:.15rem;
	text-align:justify;
}
.product-introduce p{
	line-height: 2.5em;
	text-indent: 2em;
}
.product-introduce h1{
	line-height: 3em;
	margin-bottom: 13px;
	margin-top: 10px;
}
.product-introduce h1 span{
	font-size: 16px;
	border-radius: 30px;
	padding: 10px 23px;
	background: #1e50ae;
	color: white;
	letter-spacing: 4px;
}
.product-tab{
	line-height:60px;
	font-size:20px;
	display:flex;
	text-align:center;
	cursor: pointer;
	color:#1e50ae;
	border-bottom:2px solid #1e50ae;
}
.product-tab p{
	width:130px;
}
.producesp-text{
	letter-spacing:.2rem;
	margin:2rem 0;
	line-height: 160%;
	font-size:1rem;
	text-align: justify;
}
.producesp-text p{
	font-size:1.3rem;
	font-weight:600;
	margin: 25px 0 7px 0;
	font-family: fantasy;
}
.producesp-text a{
	padding-left:2.4em;
}
.producesp-text .ht_text{
	padding-left:1em;
	font-size: 1em;
	line-height: 200%;
}
/* 测量软件 */
.soft-title{
	font-size:20px;
	margin:15px auto;
	font-weight:600;
	font-family: fantasy;
}
.soft-img{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:15px auto;
}
.soft-img img{
	width:93%;
	border:1px solid #1e50ae;
	margin:1px;
}
.soft-content{
	color: #666;
	line-height:3;
	width:93%;
	margin:auto;
}
.soft-content strong{
	color:black;
}
.soft-content ol li{
	list-style-type: decimal;
	margin-left:1em;
}
.soft-content ul li{
	list-style-type: disc;
}
.soft-process{
	display:flex;
	padding: 0 2% 2%;
}
.process-repeat{
	width: 60px;
}
.process-repeat img{
	position: relative;
    float: right;
    top: 61%;
    width: 100%;
    right: -37%;
}
.process{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.process-div{
	width:20%;
    background: #1e50ae;
    color: white;
    height: 35px;
    text-align: center;
    font-size: 11px;
    border-radius: 10px;
	box-shadow:1px 1px 5px 0px rgb(100 100 111);
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.process-div p{
	width:100%;
}
.process img{
	width: 4%;
	margin: 0 .25rem;
}
.process-down-r,
.process-down-l{
	width:100%;
}
.process-down-r img{
	width: 4%;
	margin: 2% 10%;
}
.process-down-l img{
	width: 4%;
	margin: 2% 8%;
}
.repeat-right{
	position: relative;
	right: -25%;
    margin-top: 15%;
}
.repeat-right img{
	width: 29px;
}
/* 产品应用页面 */
.yingyong{
	width:95%;
	margin:auto;
	padding:3% 2%;
	letter-spacing:.2rem;
}
.yingyong h2{
	margin:auto;
	padding-top: .5em;
	text-align: center;
}
.yingyong-underline{
	text-align:center;
	margin-top:.5em;
}
.underline-line{
	border-top:2px solid #1e50ae;
	display:inline-block;
	vertical-align:middle;
	width:53px;
}
.yingyong p{
	font-size:.5rem;
	margin:auto;
	padding:1em 0;
	text-align: center;
}
.scene{
	display:flex;
	flex-wrap: wrap;
}
.scene div{
	background:white;
	width: 95%;
    margin: 1rem auto 2rem;
	padding: 2%;
	border-left: 3px solid #1e50ae;
    border-right: 3px solid #1e50ae;
}
.scene p{
	margin-bottom: 23px;
	margin-top: 10px;
	text-align: center;
}
.scene span{
	font-size: 18px;
	border-radius: 30px;
	padding: 10px 23px;
	background: #1e50ae;
	color: white;
}
.scene ul{
	margin-top:1rem;
}
.scene li{
	margin-left:11%;
	font-size:20px;
	list-style-type: disc;
}
.scene li a{
	font-size:16px;
	line-height:200%;
}
.yingyong-caselist{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	text-align:center;
	margin-top:1.5em;
}
.yingyong-caselist-img{
	width:100%;
	padding-bottom:64%;
	position:relative;
}
.yingyong-caselist img{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
/* 新闻页面 */
.newslist-l{
	margin-top: -107px;
	width: 211px;
	position:relative;
}
.newslist-l-title{
	background:#1e50ae;
	font-size:25px;
	border-radius:0;
}
.newslist-r{
	margin:10px 0;
	background:#f6f6f6;
	display:flex;
	padding:20px;
	align-items: center;
}
.newslist-r-date{
	border-radius: 6px;
	width:74px;
	padding:8px 15px;
	text-align:center;
	background:#1e50ae;
	color:white;
}
.newslist-r-title{
	font-size:20px;
	padding-bottom: 5px;
	line-height:150%;
}
.newslist-r-content{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new-content{
	font-size: 18px;
	line-height: 1.75em;
}
/* 关于我们页面 */
.about-tab{
	width: 100%;
	height:100%;
}
.about-tab-list{
	height:60px;
	text-align:center;
	display:flex;
	justify-content:center;
}
.about-tab-list ul{
	width: 90%;
    display: flex;
    justify-content: center;
}
.about-tab-list li{
	float:left;
	line-height:50px;
	height:52px;
	width: 25%;
	min-width:75px;
    max-width: 240px;
	font-size:16px;
	border:1px solid #dee2e6;
}
.triangle{
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #245dc9;
	margin:auto;
	display:none;
}
.about-content{
	width:100%;
	display:none;
	height: 100%;
}
.about-tab-list .about-action{
	background-color:#245dc9;
	border:1px solid #245dc9;
	color:white;
}
/* 公司简介 */
.introduce{
	margin-top:1rem;
	min-height:400px;
	background:#f2f2f2;
	padding-top:5%;
}
.introduce-text{
	color: #666;
	line-height: 2;
	text-align:justify;
	text-indent:2em;
	font-size:16px;
	padding:5% 7%;
	letter-spacing: 2px;
}
.introduce-img{
	width:100%;
	padding:0 7%;
}
.counters{
	padding:3em 2em;
	background:#1e50ae;
	color:white;
	text-align:center;
	margin-top:30px;
}
.counters > div{
	max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4em 2em;
}
.counter{
	position:relative;
}
.counter h1{
	margin-bottom:0.5em;
	font-size:18px;
}
.counter h3{
	font-size:16px;
	letter-spacing:3px;
}
.counter:not(:last-child,:nth-child(2))::before{
	content:'';
	background:white;
	position:absolute;
	width:2px;
	height:3em;
	top:50%;
	transform:translateY(-50%);
	right:-1em;
}
.num{
	letter-spacing:5px;
    font-size:2em;
    font-family:fangsong;
    font-weight:600;
}
.num-percent{
	font-size:2em;
}
.num-unit{
	vertical-align:top;
	font-size:1em;
}
/* 公司环境 */
.envir-2{
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin-top: 2%;
}
.envir-2 .swiper-container{
	width:100%;
	padding:30px 0;
}
.envir-2 .swiper-slide{
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	width:44%;
	filter:blur(2px);  /* 模糊效果 */
}
/* 当前选中的图 */
.envir-2 .swiper-slide-active{
	filter:blur(0px);
}
.img-box{
	width:100%;
	padding-bottom:56%;
	border:3px solid white;
}
.img-box img{
	width: 97%;
    height: 95%;
    object-fit: cover;
    position: absolute;
}
/* 发展历程 */
.history-bg{
	position:relative;
	z-index:1;
}
.history-bg:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	z-index:-1;
	bottom: auto;
	right: auto;
	height: 100%;
	width: 2px;
	background-color: #dee2e6;
}
.history-year{
	width:50%;
	height:100%;
	padding-top:35px;
	color:#1e50ae;
	font-size:30px;
	font-weight:bold;
	text-align:left;
	font-family: emoji;
}
.history-content-r{
	width:100%;
	display:flex;
	padding-top:30px;
}
.history-content-l{
	display:flex;
	padding-top:30px;
	width:100%;
	flex-direction:row-reverse;
	text-align:right;
}
.history-img-l{
	width:60px;
	margin:auto 0;
	margin-right:-8px;
	overflow:hidden;
	margin-left:1rem;
}
.history-img-l img{
	object-fit:contain;
	width:100%;
}
.history-img-r{
	width:60px;
	margin:auto 0;
	margin-left:-8px;
	overflow:hidden;
	margin-right:1rem;
}
.history-img-r img{
	object-fit:contain;
	width:100%;
}
.history-month{
	font-size:20px;
	color:#1e50ae;
}
/* 资历证书 */
.cert{
	background:#1e50ae;
	margin-top:30px;
}
.cert a{
	font-size:22px;
	line-height:50px;
	margin-left:1rem;
	color:white;
	letter-spacing:4px;
}
.cert-imglist{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	background:white;
	border-width:1px;
	border-color:#b5c5e4;
	border-style:none dashed dashed;
}
.cert-img{
	width:50%;
	padding:2%;
}
.cert-rz-img{
	width:100%;
	border:4px solid #eaf2f973;
	border-style:ridge;
}
/* 联系我们、地址 */
.map-div{
	width:100%;
	height:200px;
	border:1px dashed #1e50ae;
}
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}
.connect{
	margin-top:1.5rem;
	display:flex;
	flex-wrap:wrap;
	letter-spacing:2px;
	position:relative;
	padding-bottom:15px;
	background:#f8f8f8;
}
.local{
	width:100%;
	padding: 15px 30px 15px 35px;
	position:relative;
}
.local:before{
	content:'';
	position: absolute;
	top: 0;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 85%;
	background-color: #cbcaca;
}
.local:nth-child(1):before{
	display:none;
}
.localtion{
	background:#1e50ae;
	color:white;
	font-size:16px;
	line-height:35px;
	width:107px;
	text-align:center;
	margin:15px 0;
}
.address{
	margin:15px 0;
}
/* 招聘页面 */
.job-card{
	background:white;
	padding:20px 26px;
	line-height:150%;
	border-radius:20px;
}
.job-card-top{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.job-card-title{
	display:flex;
	align-items: center;
	margin-bottom:5px;
}
.overdue{
	color:red;
	background:#ffd0d0;
	font-size: 16px;
	border-radius:7px;
	min-width: 62px;
}
.ongoing{
	color:#027502;
	background:#a3f6a3;
	font-size: 16px;
	border-radius:7px;
	min-width: 62px;
}
.job-tags:before {
  content: "|";
  padding-right:.3rem;
}
.job-tags:first-child::before {
  display: none;
}
.job-content{
	line-height: 2;
	text-align:justify;
	text-indent:2em;
    width: 90%;
	margin:auto;
	letter-spacing: 1.5px;
}
.job-content h1{
	background: #e9e8e8;
    padding: .5rem 0;
    border-radius: 7px;
	margin-bottom:1rem;
	font-family: fantasy;
}
.pages {
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
	line-height: 2;
	text-align:justify;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid black;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 9;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 9;
}
.foot-CoName{
	font-family: fantasy;
	font-weight:bold;
	border-bottom:1.5px solid white;
	font-size:25px;
	line-height:2;
	letter-spacing:4px;
	width:330px;
}

@media (min-width:576px) {
	.top-tel{
		display:flex;
	}
	.lanmu-title-cn{
		font-size: 1.7rem;
	}
	.lanmu-title-en{
		font-size: 6px;
		letter-spacing: 6px;
		margin-left: 6px;
	}
	.lanmu-title img{
		width: 221px;
		margin: -7px 0 5px -5px;
	}
	.lanmu-title .partners{
		width: 300px;
		margin: -23px 0 -5px -1px;
	}
	.lanmu-vertical{
		margin: .5rem .7rem 0 .7rem;
	}
	#produce a{
		font-size:18px;
	}
	.prosp-bg{
		background-size: auto 280px;
	}
	.producesp-text .ht_text{
		padding-left:2em;
		font-size: 1.2em;
		line-height: 200%;
	}
	.dingzhi-type-title{
		font-size:23px;
	}
	.dingzhi-type-content{
		font-size:16px;
		line-height:180%;
	}
	.softsp{
		margin-left: 2rem;
		margin-bottom: 2.5rem;
		letter-spacing: 2px;
	}
	.softsp-img{
		height: 180px;
		width: 180px;
		padding: 10px;
	}
	.softsp-l,
	.softsp-r{
		font-size: 14px;
		top: -0.8rem;
	}
	.softsp-l{
		width: 160px;
	}
	.softsp-r{
		width: 190px;
	}
	.softsp-text-l{
		padding-left: 3%;
		padding-bottom: 2px;
	}
	.softsp-text-l a,
	.softsp-text-r a{
		font-size: 19px;
		padding: 0 3.5%;
	}
	.softsp-text-r{
		padding-left: 5%;
		padding-bottom: 2px;
	}
	.softsp-text-01{
		left:18%;
	}
	.softsp-text-04{
		left:18%;
	}
	.softsp-text-05{
		left:-15%;
	}
	.softsp-text-08{
		padding-left: 12%;
		width:97%;
		left:-16%;
	}
	.softsp-text-l:after,
	.softsp-text-r:after{
		bottom: -5px;
		width:9px;
		height:9px;
	}
	.softsp-text-l:after{
		right: -7px;
	}
	.softsp-text-r:after{
		left: -7px;
	}
	.prolist-r-single{
		font-size:17px;
	}
	.process-div{
		height: 45px;
		font-size: 15px;
	}
	.process img{
		margin: 0 .4rem;
	}
	.process-down-r img{
		margin: 2% 9%;
	}
	.process-down-l img{
		margin: 2% 8%;
	}
	.yingyong{
		width:90%;
	}
	.scene div{
		width:45%;
		border-bottom:3px solid #1e50ae;
		border-left:0;
		border-right:0;
	}
	.scene p{
		text-align: start;
	}
	.scene li{
		font-size:23px;
	}
	.about-tab-list li{
		font-size:18px;
	}
	.introduce{
		margin-top:2rem;
	}
	.introduce-text{
		font-size:18px;
	}
	.counters > div{
		grid-template-columns: repeat(4, 1fr);
	}
	.counter:not(:last-child)::before{
		content:'';
		background:white;
		position:absolute;
		width:2px;
		height:3em;
		top:50%;
		transform:translateY(-50%);
		right:-1em;
	}
	.envir-2 .swiper-container{
		padding:50px 0;
	}
	.envir-2 .swiper-slide{
		box-shadow:0 10px 35px rgba(0,0,0,0.2);
	}
	
	.envir-2 .swiper-slide-active{
		filter:blur(0px);
	}
	.img-box img{
		width: 98%;
		height: 96.5%;
	}
}

@media (min-width:768px) {
	.top .logo{
		height:80px;
		margin-left: -2.5rem;
	}
	.top-tel img{
		height:50px;
		margin-right:20px;
	}
	.tel{
		font-size: 30px;
	}
	.tab-list ul li{
		font-size:18px;
	}
	#produce{
		width:25%;
		padding:0.5% 1% 0;
	}
	#produce-img{
		margin:8% 0;
	}
	#produce a{
		font-size:15px;
	}
	.prosp-bg{
		background-size: auto 296px;
	}
	.prosp{
		padding-top: 2rem;
	}
	.prosp-icon{
		width:55px;
		height:55px;
	}
	.prosp-content{
		height: 160px;
		padding-top: 15%;
		margin-top: -24px;
	}
	.prosp-content p{
		width: 100%;
		line-height:180%;
	}
	.dingzhi-type{
		display:flex;
		width:100%;
	}
	.dingzhi-img{
		width:50%;
	}
	.dingzhi-type-text{
		width:50%;
		padding: 0 1.5rem 0 3rem;
		margin:auto;
	}
	.dingzhi-type-title{
		font-size:22px;
	}
	.dingzhi-type-content{
		padding-top: 4%;
        font-size: 15px;
	}
	.softsp{
		margin-left: 3rem;
		margin-bottom: 3rem;
		letter-spacing: 4px;
	}
	.softsp-img{
		height: 230px;
		width: 230px;
		padding: 15px;
	}
	.softsp-l,
	.softsp-r{
		font-size: 17px;
		top: -1.5rem;
	}
	.softsp-l{
		width: 205px;
	}
	.softsp-r{
		width: 255px;
	}
	.softsp-text-l a,
	.softsp-text-r a{
		font-size: 25px;
		padding: 0 4.5%;
	}
	.softsp-text-l{
		padding-bottom: 3px;
	}

	.softsp-text-r{
		padding-left: 3%;
		padding-bottom: 3px;
	}
	.softsp-text-01{
		left:19%;
	}
	.softsp-text-04{
		left:15%;
	}
	.softsp-text-05{
		left:-15%;
	}
	.softsp-text-08{
		padding-left: 8%;
		width:94%;
		left:-12%;
	}
	.softsp-text-l:after,
	.softsp-text-r:after{
		bottom: -7px;
		width:11px;
		height:11px;
	}
	.softsp-text-l:after{
		right: -10px;
	}
	.softsp-text-r:after{
		left: -10px;
	}
	.about-body{
		height: 600px;
	}
	.about-Coimg{
		height: 60%;
	}
	.prolist-r-single{
		width:31%;
		font-size:18px;
	}
	.reverse{
		flex-direction: row-reverse;
	}
	.box1{
		height:225px;
	}
	.userlist div{
		width:300px;
		height:225px;
		margin-right:30px;
	}
	.userlist p{
		font-size: 19px;
	}
	.soft-title{
		margin:25px auto;
	}
	.soft-img{
		margin:25px auto;
	}
	.repeat-right{
		right: -24%;
		margin-top: 14%;
	}
	.repeat-right img{
		width: 60px;
	}
	.box{
		height:120px;
	}
	.box-list div{
		width:250px;
		height:120px;
		margin-right:20px;
	}
	.soft-process{
		padding: 0 2% 2%;
	}
	.process-repeat{
		width: 13%;
	}
	.process-repeat img{
		top: 59%;
		right: -20%;
	}
	.process-div{
		width:18%;
		height: 55px;
		font-size: 17px;
	}
	.process img{
		width: 4%;
		margin: 0 .8rem;
	}
	.process-down-r img{
		margin: 2% 12%;
	}
	.process-down-l img{
		margin: 2% 7%;
	}
	.yingyong p{
		font-size:.65rem;
	}
	.underline-line{
		width:65px;
	}
	.yingyong{
		width:80%;
	}
	.scene span{
		font-size: 20px;
	}
	.scene li{
		font-size:25px;
	}
	.scene li a{
		font-size:18px;
	}
	.introduce{
		display:flex;
		align-items: center;
		margin-top:3rem;
		min-height:400px;
		flex-direction:row-reverse;
		padding-top:0;
	}
	.introduce-text{
		font-size:16px;
		width:50%;
		padding:4% 5%;
	}
	.introduce-img{
		width:50%;
		padding:0;
	}
	.envir-2 .swiper-container{
		padding:60px 0;
	}
	.envir-2 .swiper-slide{
		box-shadow:0 13px 42px rgba(0,0,0,0.2);
	}
	.img-box img{
		width: 98.5%;
		height: 97.5%;
	}
	.cert a{
		font-size:24px;
		line-height:55px;
		margin-left:2%;
		letter-spacing:6px;
	}
	.cert-img{
		width:33.333333%;
	}
	.map-div{
		height:300px;
	}
	.connect{
		margin-top: 2rem;
	}
	.connect:after {
		content: "";
		display: block;
		width: 1px;
		height: 90%;
		border: 1px dashed #cbcaca;
		position: absolute;
		left: 50%;
		top:5%;
		transform: translateX(-50%);
	}
	.local{
		width:50%;
	}
	.local:nth-child(2):before{
		display:none;
	}
}

@media (min-width:992px) {	
	.lanmu-title-cn{
		font-size: 1.9rem;
	}
	.lanmu-title-en{
		font-size: 8px;
	}
	.lanmu-title img{
		width: 256px;
		margin: -8px 0 5px -5px;
	}
	.lanmu-title .partners{
		width: 350px;
		margin: -27px 0 -5px -1px;
	}
	.lanmu-vertical{
		margin: .5rem .8rem 0 .8rem;
	}
	.tab-list ul li{
		font-size:19px;
	}
	#produce a{
		font-size:18px;
	}
	.prosp-bg{
		background-size: auto 340px;
	}
	.prosp{
		padding-top: 2.5rem;
	}
	.prosp-icon{
		width:70px;
		height:70px;
	}
	.prosp-content{
		height: 180px;
		font-size: 18px;
		margin-top: -30px;
		padding-top: 7%;
	}
	.dingzhi-type-text{
		padding: 0 13px 0 3rem;
	}
	.dingzhi-type-title{
		font-size:25px;
	}
	.dingzhi-type-content{
		padding-top:30px;
		font-size:16px;
	}
	.box1{
		height:300px;
	}
	.softsp-img{
		height: 350px;
		width: 350px;
	}
	.softsp-l{
		width: 250px;
		font-size: 21px;
	}
	.softsp-r{
		width: 300px;
		font-size: 21px;
	}
	.softsp-text-l a,
	.softsp-text-r a{
		font-size: 29px;
	}
	.softsp-text-r{
		padding-left: 6%;
	}
	.softsp-text-01{
		left:23%;
	}
	.softsp-text-04{
		left:20%;
	}
	.softsp-text-05{
		left:-19%;
	}
	.softsp-text-08{
		padding-left: 12%;
		width:100%;
		left:-17%;
	}
	.softsp-text-l:after,
	.softsp-text-r:after{
		bottom: -8px;
		width:15px;
		height:15px;
	}
	.softsp-text-l:after{
		right: -14px;
	}
	.softsp-text-r:after{
		left: -14px;
	}
	.about-body{
		display: flex;
		height: 320px;
	}
	.about-Coimg{
		width: 48%;
		height: 122%;
	}
	.about-Coimg img{
		width:98%;
		height:98%;
	}
	.about-body-r{
		width:52%;
	}
	.about-text{
		width:99%;
	}
	.prolist-r{
		width:80%;
	}
	.soft-process{
		padding: 2% 12%;
	}
	.process-repeat{
		width: 12%;
	}
	.process-repeat img{
		top: 59%;
		right: -30%;
	}
	.process-div{
		font-size: 20px;
	}
	.process img{
		margin: 0 1rem;
	}
	.process-down-r img{
		margin: 2% 11%;
	}
	.process-down-l img{
		margin: 2% 7%;
	}
	.userlist div{
		width:400px;
		height:300px;
		margin-right:40px;
	}
	.userlist p{
		font-size: 22px;
	}
	.introduce-text{
		font-size: 18px;
        width: 52%;
        padding: 4% 5%;
	}
	.introduce-img{
		width: 48%;
        padding-right: 2%;
	}
	.counter h3{
		font-size:18px;
		letter-spacing:3px;
	}
	.num{
		letter-spacing:8px;
		font-size:3em;
		font-family:fangsong;
		font-weight:600;
	}
	.num-percent{
		font-size:2.8em;
	}
	.num-unit{
		vertical-align:top;
		font-size:1.5em;
	}
	.cert-img{
		width:25%;
	}
	.map-div{
		height:400px;
	}
	.localtion{
		font-size:18px;
		width:123px;
	}
	.cert a{
		letter-spacing:8px;
	}
}

@media (min-width:1200px) {
	.softsp-img{
		height: 400px;
		width: 400px;
	}
	.softsp-l{
		width: 260px;
		font-size: 22px;
	}
	.softsp-r{
		width: 310px;
		font-size: 22px;
	}
	.softsp-text-l a,
	.softsp-text-r a{
		font-size: 30px;
	}
	.softsp-text-r{
		padding-left: 7%;
	}
	.softsp-text-01{
		left:25%;
	}
	.softsp-text-04{
		left:24%;
	}
	.softsp-text-05{
		left:-21%;
	}
	.softsp-text-08{
		padding-left: 13%;
		left:-18%;
	}
	.prolist-l-title{
		font-size:25px;
	}
	.prolist-type li ,
	.newslist-type li{
		padding:0px 10px 0 43px;
	}
	.process-repeat{
		width: 11%;
	}
	.process-repeat img{
		top: 57%;
		right: -11%;
	}
	.process-down-r img{
		margin: 2% 13%;
	}
	.tab-list ul li{
		font-size:20px;
	}
	.yingyong p{
		font-size:.8rem;
	}
	.underline-line{
		width:72px;
	}
	.scene span{
		font-size: 22px;
	}
	.introduce-text{
		font-size: 20px;
        width: 60%;
        padding: 3% 4%;
	}
	.introduce-img{
		width: 40%;
        padding: 0;
	}
	.num{
		letter-spacing:8px;
		font-size:3em;
	}
	.num-percent{
		font-size:2.8em;
	}
	.num-unit{
		font-size:1.5em;
	}
	.map-div{
		height:500px;
	}
	.connect{
		margin-top: 3rem;
	}
	.introduce-img img{
		max-height: 440px;
		object-fit: cover;
	}
	.envir-2 .swiper-container{
		padding:70px 0;
	}
	.envir-2 .swiper-slide{
		box-shadow:0 15px 50px rgba(0,0,0,0.2);
		filter:blur(4px);
	}
	.envir-2 .swiper-slide-active{
		filter:blur(0px);
	}
	.img-box img{
		width: 99%;
		height: 98%;
	}
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 100px;
	right: 100px;
	width: 70px;
	z-index: 999;
	color: #999;
}
.online dl {
	background: #1e50ae;
	padding: 15px 5px;
	margin-bottom: 1px;
	position: relative;
    border-radius: 10px;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #163e7d;
}
/* 文本限制行数 */
.text-row-1,.text-row-2,.text-row-3{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.text-row-1{
	-webkit-line-clamp: 1;
}
.text-row-2{
	-webkit-line-clamp: 2;
}
.text-row-3{
	-webkit-line-clamp: 3;
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
	.card-img-200 {
		height: 200px;
		overflow: hidden;
	}
	.card-img-180 {
		height: 180px;
		overflow: hidden;
	}
	.card-img-150 {
		height: 150px;
		overflow: hidden;
	}
	.card-img-120 {
		height: 120px;
		overflow: hidden;
	}
	.card-img-100 {
		height: 100px;
		overflow: hidden;
	}
	.top-img img{
		width:100%;
	}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}
	.head-sm-height {
		height: 61px !important;
	}
	.top-img{
		height: 130px;
		display: flex;
		justify-content: center;
	}
	.top-img img{
		height:100%;
	}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
	/*行距*/
	.lh-sm-1 {
		line-height: 1;
	}
	.lh-sm-2 {
		line-height: 2;
	}
	.lh-sm-3 {
		line-height: 3;
	}
	.lh-sm-4 {
		line-height: 4;
	}
	/*字体大小*/
	.fs-sm-12 {
		font-size: .857rem;
	}
	.fs-sm-14 {
		font-size: 1rem;
	}
	.fs-sm-16 {
		font-size: 1.142rem;
	}
	.fs-sm-18 {
		font-size: 1.285rem;
	}
	.fs-sm-20 {
		font-size: 1.428rem;
	}
	.fs-sm-22 {
		font-size: 1.571rem;
	}
	.fs-sm-24 {
		font-size: 1.714rem;
	}
	.fs-sm-26 {
		font-size: 1.857rem;
	}
	.fs-sm-28 {
		font-size: 2rem;
	}
	.fs-sm-30 {
		font-size: 2.142rem;
	}
	.fs-sm-32 {
		font-size: 2.286rem;
	}
	.fs-sm-34 {
		font-size: 2.429rem;
	}
	.fs-sm-36 {
		font-size: 2.571rem;
	}
	.fs-sm-38 {
		font-size: 2.714rem;
	}
	.fs-sm-40 {
		font-size: 2.857rem;
	}
	/*高度*/
	.h-sm-5px {
		height: 5px;
	}
	.h-sm-10px {
		height: 10px;
	}
	.h-sm-15px {
		height: 15px;
	}
	.h-sm-20px {
		height: 20px;
	}
	.h-sm-25px {
		height: 25px;
	}
	.h-sm-30px {
		height: 30px;
	}
	.h-sm-35px {
		height: 35px;
	}
	.h-sm-40px {
		height: 40px;
	}
	.h-sm-45px {
		height: 45px;
	}
	.h-sm-50px {
		height: 50px;
	}
	.h-sm-55px {
		height: 55px;
	}
	.h-sm-60px {
		height: 60px;
	}
	.h-sm-65px {
		height: 65px;
	}
	.h-sm-70px {
		height: 70px;
	}
	.h-sm-75px {
		height: 75px;
	}
	.h-sm-80px {
		height: 80px;
	}
	.h-sm-85px {
		height: 85px;
	}
	.h-sm-90px {
		height: 90px;
	}
	.h-sm-95px {
		height: 95px;
	}
	.h-sm-100px {
		height: 100px;
	}
	.h-sm-110px {
		height: 110px;
	}
	.h-sm-120px {
		height: 120px;
	}
	.h-sm-130px {
		height: 130px;
	}
	.h-sm-140px {
		height: 140px;
	}
	.h-sm-150px {
		height: 150px;
	}
	.h-sm-160px {
		height: 160px;
	}
	.h-sm-170px {
		height: 170px;
	}
	.h-sm-180px {
		height: 180px;
	}
	.h-sm-190px {
		height: 190px;
	}
	.h-sm-200px {
		height: 200px;
	}
	.h-sm-210px {
		height: 210px;
	}
	.h-sm-220px {
		height: 220px;
	}
	.h-sm-230px {
		height: 230px;
	}
	.h-sm-240px {
		height: 240px;
	}
	.h-sm-250px {
		height: 250px;
	}
	.h-sm-260px {
		height: 260px;
	}
	.h-sm-270px {
		height: 270px;
	}
	.h-sm-280px {
		height: 280px;
	}
	.h-sm-290px {
		height: 290px;
	}
	.h-sm-300px {
		height: 300px;
	}
	.h-sm-310px {
		height: 310px;
	}
	.h-sm-320px {
		height: 320px;
	}
	.h-sm-330px {
		height: 330px;
	}
	.h-sm-340px {
		height: 340px;
	}
	.h-sm-350px {
		height: 350px;
	}
	.h-sm-360px {
		height: 360px;
	}
	.h-sm-370px {
		height: 370px;
	}
	.h-sm-380px {
		height: 380px;
	}
	.h-sm-390px {
		height: 390px;
	}
	.h-sm-400px {
		height: 400px;
	}
	.h-sm-410px {
		height: 410px;
	}
	.h-sm-420px {
		height: 420px;
	}
	.h-sm-430px {
		height: 430px;
	}
	.h-sm-440px {
		height: 440px;
	}
	.h-sm-450px {
		height: 450px;
	}
	.h-sm-460px {
		height: 410px;
	}
	.h-sm-470px {
		height: 470px;
	}
	.h-sm-480px {
		height: 480px;
	}
	.h-sm-490px {
		height: 490px;
	}
	.h-sm-500px {
		height: 500px;
	}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
	/*行距*/
	.lh-md-1 {
		line-height: 1;
	}
	.lh-md-2 {
		line-height: 2;
	}
	.lh-md-3 {
		line-height: 3;
	}
	.lh-md-4 {
		line-height: 4;
	}
	/*字体大小*/
	.fs-md-12 {
		font-size: .857rem;
	}
	.fs-md-14 {
		font-size: 1rem;
	}
	.fs-md-16 {
		font-size: 1.142rem;
	}
	.fs-md-18 {
		font-size: 1.285rem;
	}
	.fs-md-20 {
		font-size: 1.428rem;
	}
	.fs-md-22 {
		font-size: 1.571rem;
	}
	.fs-md-24 {
		font-size: 1.714rem;
	}
	.fs-md-26 {
		font-size: 1.857rem;
	}
	.fs-md-28 {
		font-size: 2rem;
	}
	.fs-md-30 {
		font-size: 2.142rem;
	}
	.fs-md-32 {
		font-size: 2.286rem;
	}
	.fs-md-34 {
		font-size: 2.429rem;
	}
	.fs-md-36 {
		font-size: 2.571rem;
	}
	.fs-md-38 {
		font-size: 2.714rem;
	}
	.fs-md-40 {
		font-size: 2.857rem;
	}
	/*高度*/
	.h-md-5px {
		height: 5px;
	}
	.h-md-10px {
		height: 10px;
	}
	.h-md-15px {
		height: 15px;
	}
	.h-md-20px {
		height: 20px;
	}
	.h-md-25px {
		height: 25px;
	}
	.h-md-30px {
		height: 30px;
	}
	.h-md-35px {
		height: 35px;
	}
	.h-md-40px {
		height: 40px;
	}
	.h-md-45px {
		height: 45px;
	}
	.h-md-50px {
		height: 50px;
	}
	.h-md-55px {
		height: 55px;
	}
	.h-md-60px {
		height: 60px;
	}
	.h-md-65px {
		height: 65px;
	}
	.h-md-70px {
		height: 70px;
	}
	.h-md-75px {
		height: 75px;
	}
	.h-md-80px {
		height: 80px;
	}
	.h-md-85px {
		height: 85px;
	}
	.h-md-90px {
		height: 90px;
	}
	.h-md-95px {
		height: 95px;
	}
	.h-md-100px {
		height: 100px;
	}
	.h-md-110px {
		height: 110px;
	}
	.h-md-120px {
		height: 120px;
	}
	.h-md-130px {
		height: 130px;
	}
	.h-md-140px {
		height: 140px;
	}
	.h-md-150px {
		height: 150px;
	}
	.h-md-160px {
		height: 160px;
	}
	.h-md-170px {
		height: 170px;
	}
	.h-md-180px {
		height: 180px;
	}
	.h-md-190px {
		height: 190px;
	}
	.h-md-200px {
		height: 200px;
	}
	.h-md-210px {
		height: 210px;
	}
	.h-md-220px {
		height: 220px;
	}
	.h-md-230px {
		height: 230px;
	}
	.h-md-240px {
		height: 240px;
	}
	.h-md-250px {
		height: 250px;
	}
	.h-md-260px {
		height: 260px;
	}
	.h-md-270px {
		height: 270px;
	}
	.h-md-280px {
		height: 280px;
	}
	.h-md-290px {
		height: 290px;
	}
	.h-md-300px {
		height: 300px;
	}
	.h-md-310px {
		height: 310px;
	}
	.h-md-320px {
		height: 320px;
	}
	.h-md-330px {
		height: 330px;
	}
	.h-md-340px {
		height: 340px;
	}
	.h-md-350px {
		height: 350px;
	}
	.h-md-360px {
		height: 360px;
	}
	.h-md-370px {
		height: 370px;
	}
	.h-md-380px {
		height: 380px;
	}
	.h-md-390px {
		height: 390px;
	}
	.h-md-400px {
		height: 400px;
	}
	.h-md-410px {
		height: 410px;
	}
	.h-md-420px {
		height: 420px;
	}
	.h-md-430px {
		height: 430px;
	}
	.h-md-440px {
		height: 440px;
	}
	.h-md-450px {
		height: 450px;
	}
	.h-md-460px {
		height: 410px;
	}
	.h-md-470px {
		height: 470px;
	}
	.h-md-480px {
		height: 480px;
	}
	.h-md-490px {
		height: 490px;
	}
	.h-md-500px {
		height: 500px;
	}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
	/*行距*/
	.lh-lg-1 {
		line-height: 1;
	}
	.lh-lg-2 {
		line-height: 2;
	}
	.lh-lg-3 {
		line-height: 3;
	}
	.lh-lg-4 {
		line-height: 4;
	}
	/*字体大小*/
	.fs-lg-12 {
		font-size: .857rem;
	}
	.fs-lg-14 {
		font-size: 1rem;
	}
	.fs-lg-16 {
		font-size: 1.142rem;
	}
	.fs-lg-18 {
		font-size: 1.285rem;
	}
	.fs-lg-20 {
		font-size: 1.428rem;
	}
	.fs-lg-22 {
		font-size: 1.571rem;
	}
	.fs-lg-24 {
		font-size: 1.714rem;
	}
	.fs-lg-26 {
		font-size: 1.857rem;
	}
	.fs-lg-28 {
		font-size: 2rem;
	}
	.fs-lg-30 {
		font-size: 2.142rem;
	}
	.fs-lg-32 {
		font-size: 2.286rem;
	}
	.fs-lg-34 {
		font-size: 2.429rem;
	}
	.fs-lg-36 {
		font-size: 2.571rem;
	}
	.fs-lg-38 {
		font-size: 2.714rem;
	}
	.fs-lg-40 {
		font-size: 2.857rem;
	}
	/*高度*/
	.h-lg-5px {
		height: 5px;
	}
	.h-lg-10px {
		height: 10px;
	}
	.h-lg-15px {
		height: 15px;
	}
	.h-lg-20px {
		height: 20px;
	}
	.h-lg-25px {
		height: 25px;
	}
	.h-lg-30px {
		height: 30px;
	}
	.h-lg-35px {
		height: 35px;
	}
	.h-lg-40px {
		height: 40px;
	}
	.h-lg-45px {
		height: 45px;
	}
	.h-lg-50px {
		height: 50px;
	}
	.h-lg-55px {
		height: 55px;
	}
	.h-lg-60px {
		height: 60px;
	}
	.h-lg-65px {
		height: 65px;
	}
	.h-lg-70px {
		height: 70px;
	}
	.h-lg-75px {
		height: 75px;
	}
	.h-lg-80px {
		height: 80px;
	}
	.h-lg-85px {
		height: 85px;
	}
	.h-lg-90px {
		height: 90px;
	}
	.h-lg-95px {
		height: 95px;
	}
	.h-lg-100px {
		height: 100px;
	}
	.h-lg-110px {
		height: 110px;
	}
	.h-lg-120px {
		height: 120px;
	}
	.h-lg-130px {
		height: 130px;
	}
	.h-lg-140px {
		height: 140px;
	}
	.h-lg-150px {
		height: 150px;
	}
	.h-lg-160px {
		height: 160px;
	}
	.h-lg-170px {
		height: 170px;
	}
	.h-lg-180px {
		height: 180px;
	}
	.h-lg-190px {
		height: 190px;
	}
	.h-lg-200px {
		height: 200px;
	}
	.h-lg-210px {
		height: 210px;
	}
	.h-lg-220px {
		height: 220px;
	}
	.h-lg-230px {
		height: 230px;
	}
	.h-lg-240px {
		height: 240px;
	}
	.h-lg-250px {
		height: 250px;
	}
	.h-lg-260px {
		height: 260px;
	}
	.h-lg-270px {
		height: 270px;
	}
	.h-lg-280px {
		height: 280px;
	}
	.h-lg-290px {
		height: 290px;
	}
	.h-lg-300px {
		height: 300px;
	}
	.h-lg-310px {
		height: 310px;
	}
	.h-lg-320px {
		height: 320px;
	}
	.h-lg-330px {
		height: 330px;
	}
	.h-lg-340px {
		height: 340px;
	}
	.h-lg-350px {
		height: 350px;
	}
	.h-lg-360px {
		height: 360px;
	}
	.h-lg-370px {
		height: 370px;
	}
	.h-lg-380px {
		height: 380px;
	}
	.h-lg-390px {
		height: 390px;
	}
	.h-lg-400px {
		height: 400px;
	}
	.h-lg-410px {
		height: 410px;
	}
	.h-lg-420px {
		height: 420px;
	}
	.h-lg-430px {
		height: 430px;
	}
	.h-lg-440px {
		height: 440px;
	}
	.h-lg-450px {
		height: 450px;
	}
	.h-lg-460px {
		height: 410px;
	}
	.h-lg-470px {
		height: 470px;
	}
	.h-lg-480px {
		height: 480px;
	}
	.h-lg-490px {
		height: 490px;
	}
	.h-lg-500px {
		height: 500px;
	}
}
