/* public css */
* {
	padding: 0;
	margin: 0;
}
/* @font-face {
	font-family: "sourcehansans"; /* 这个名字可以自己定义 */
	/* src: url("../../fonts/sourcehansans.eot"); IE9 Compat Modes 这里以及下面的src后面的地址填的都是自己本地的相对地址 */
	/* src: url("../../fonts/sourcehansans.eot?#iefix") format("embedded-opentype"), */
	  /* IE6-IE8 url("../../fonts/sourcehansans.woff") format("woff"), */
	  /* Modern Browsers */ 
	  /* url("../../fonts/sourcehansans.ttf") format("truetype"), */
	  /* Safari, Android, iOS */ 
	  /* url("../../fonts/sourcehansans.svg#YourWebFontName")format("svg");  */
		/* Legacy iOS */
	/* font-weight: bold;
	font-style: normal;
  } */ 
  @font-face {
	font-family: "puhuiti"; /* 这个名字可以自己定义 */
	src: url("../../fonts/albaba-puhuiti/alibaba-puhuiti.eot"); /* IE9 Compat Modes */ /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
	src: url("../../fonts/albaba-puhuiti/alibaba-puhuiti.eot?#iefix") format("embedded-opentype"),
	  /* IE6-IE8  */
	  url("../../fonts/albaba-puhuiti/alibaba-puhuiti.woff") format("woff"),
	  /* Modern Browsers */ 
	  url("../../fonts/albaba-puhuiti/alibaba-puhuiti.ttf") format("truetype"),
	  /* Safari, Android, iOS */ 
	  url("../../fonts/albaba-puhuiti/albaba-puhuiti.svg#YourWebFontName")
	  format("svg"); 
		/* Legacy iOS */
	font-weight: bold;
	font-style: normal;
  }
  body>div{
	font-family: "puhuiti";
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: "puhuiti";
  }
  div{
	font-family: "puhuiti";
  }
html {
	font-size: 16px;
	background-color: #ffffff;
	/* min-width: 1300px; */
	/* font-family: Microsoft YaHei; */
	/* font-family: 'sourcehansans'; */
	
}
 
/* body {
	min-width: 1300px;
} */

ul {
	list-style: none;
}

a,
a:hover {
	/* color: #333333; */
	text-decoration: none;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}

footer a,
footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer p {
	line-height: 1.5em;
}
[v-cloak]{
	display: none;
}
/* ================= */
/* 其他 */
.showMobile{
	display: none;
}
.PC{
 display: block;
}
.content {
	width: 80%;
	max-width: 80%;
	min-width: 1200px;
	margin: 0 auto;
}
.content-map {
	width: 90%;
	max-width: 90%;
	min-width: 200px;
	margin: 0 auto;
}

/* @media (min-width: 1200px) and (max-width: 1920px) {
} */
@media (min-width: 1921px) and (max-width: 9999px) {
	html {
		font-size: 10px;
		background-color: #fff;
		display: flex;
		font-display: column;
		justify-content: center;
		align-items: flex-start;
	}
	body{
		width: 1920px;
	}
	.nav-right>div>ul>li>a{
		font-size: 17px;

	}
	.nav-ul-bottom>li:nth-child(1){
		width: 120px;
	}
	.nav-ul-bottom>li:nth-child(2){
		width:160px;
	}
	.nav-ul-bottom>li:nth-child(7){
		width:100px;
	}
	.nav-ul-bottom>li:last-child{
		width: 40px;
	}
	.nav-ul-bottom>li{
		width: 150px;
	}
	.nav-ul-bottom>li>ol {
		width: 150px;
		margin-left: 160px;
	}
	/*  */
	.nav-ul-bottom>li>ul{
		font-size: 16px;
	}
	.nav-ul-bottom>li>ol{
		font-size: 16px;
	}
	
	.footer-fontSize{
		font-size: 16px;
	}
	.showMobile{
		display: none;
	}
	.PC{
	 display: block;
	 width: 1920px;
	}
	#nav{
		width: 1920px;
	}
	#bannerText{
		width: 1920px;
	}
	.div1-top{
		top: 450px !important;
	}
}
@media (min-width: 1800px) and (max-width: 1920px) {
	html {
		font-size: 10px;
	}
	.nav-right>div>ul>li>a{
		font-size: 17px;

	}
	.nav-ul-bottom>li:nth-child(1){
		width: 120px;
	}
	.nav-ul-bottom>li:nth-child(2){
		width:160px;
	}
	.nav-ul-bottom>li:nth-child(7){
		/* width:100px; */
	}
	.nav-ul-bottom>li:last-child{
		width: 40px;
	}
	.nav-ul-bottom>li{
		width: 150px;
	}
	.nav-ul-bottom>li>ol {
		width: 150px;
		margin-left: 160px;
	}
	/*  */
	.nav-ul-bottom>li>ul{
		font-size: 16px;
	}
	.nav-ul-bottom>li>ol{
		font-size: 16px;
	}
	
	.footer-fontSize{
		font-size: 16px;
	}
	.showMobile{
		display: none;
	}
	.PC{
	 display: block;
	}
	
}
@media (min-width: 1199px) and (max-width: 1800px) {
	html {
		font-size: 10px;
	}
	
	.nav-right>div>ul>li>a{
		font-size: 14px;
		font-weight: 500;
	}
	.nav-ul-bottom>li:nth-child(1){
		width: 100px;
	}
	.nav-ul-bottom>li:nth-child(2){
		width:140px;
	}
	.nav-ul-bottom>li:nth-child(7){
		width:100px;
	}
	.nav-ul-bottom>li:last-child{
		width: 40px;
	}
	.nav-ul-bottom>li{
		width: 120px;
	}
	.nav-ul-bottom>li>ol {
		width: 140px;
		margin-left: 140px;
	}
	/*  */
	.nav-ul-bottom>li>ul{
		font-size: 13px;
	}
	.nav-ul-bottom>li>ol{
		font-size: 13px;
	}
	.footer-fontSize{
		font-size: 1.3rem;
	}
	.showMobile{
		display: none;
	}
	.PC{
	 display: block;
	}
	
}

/* @media (max-width: 768px) {
	.content {
		padding: 50px;
	}
} */
/* 小屏幕手机端 */
@media (min-width: 0px) and (max-width:1199px) {
	.content {
		padding: 50px;
	}
	html {
		overflow-y: scroll;
	  }
	:root {
		overflow-y: auto;
		overflow-x: hidden;
	  }
	  :root body {
		position: absolute;
	  }
    .mobile {
        width: 100vw;
        overflow: hidden;
      }
   .showMobile{
	   display: block;
   }
   .PC{
	display: none;
   }
    .swiper-slide-active-aboutus{
        min-height: 225px;
        height: auto !important;
    }
	.swiper-slide-active-home{
        min-height: 245px;
        height: auto !important;
    }
    
}

.canvasView .canvas {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.canvasView .canvas-image {
	width: 100%;
	height: 100%;
	display: block;
}

.canvasView .canvas-btn {
	top: -30px;
	right: 0;
}

.signature {
	border: 1px dashed #333333;
}

.uni-actionsheet__menu {
	max-height: 360px !important;
	overflow-x: hidden;
	overflow-y: auto;
}

.text-show-one {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	text-overflow: clip !important;
	white-space: normal;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* 单行文本超出隐藏 */
.text-overflow-hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* 超出几行文字省略 */
/* -webkit-line-clamp: 3;//3-需要显示的行数 */
.text-hiden {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.z-index100 {
	z-index: 100;
}

.cursor-pointer {
	cursor: pointer;
}

.scrollbar-none {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.scrollbar-none::-webkit-scrollbar {
	display: none;
}

/* min-height */

.min-height300 {
	min-height: 300px;
}

.min-height320 {
	min-height: 320px;
}

.min-height376 {
	min-height: 376px;
}

.min-height384 {
	min-height: 384px;
}

.min-height400 {
	min-height: 400px;
}

.min-height420 {
	min-height: 420px;
}

.width10 {
	width: 10%;
}

.width15 {
	width: 15%;
}

.width20 {
	width: 20%;
}

.width25 {
	width: 25%;
}


.width30 {
	width: 30%;
}

.width40 {
	width: 40%;
}

.width45 {
	width: 45%;
}

.width50 {
	width: 50%;
}

.width60 {
	width: 60%;
}

.width70 {
	width: 70%;
}

.width80 {
	width: 80%;
}

.width85 {
	width: 85%;
}

.width90 {
	width: 90%;
}

.width98 {
	width: 98%;
}

.width100 {
	width: 100%;
}

.width101 {
	width: 101%;
}

.height0 {
	height: 0%;
}

.height10 {
	height: 10%;
}

.height20 {
	height: 20%;
}

.height25 {
	height: 25%;
}

.height30 {
	height: 30%;
}

.height40 {
	height: 40%;
}

.height50 {
	height: 50%;
}

.height60 {
	height: 60%;
}

.height70 {
	height: 70%;
}

.height80 {
	height: 80%;
}

.height90 {
	height: 90%;
}

.height100 {
	height: 100%;
}
.fontSize08{
    font-size:10px;
    transform: scale(0.8);
 } 
 .fontSize09{
    /* font-size:9px; */
    font-size:10px;
    transform: scale(0.9);
 }
.fontSize010{
    font-size:10px;
    transform: scale(1);
 }

.fontSize10 {
	font-size:10px;
    transform: scale(1);
}

.fontSize11 {
	font-size:10px;
    transform: scale(1.1);
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize14 {
	font-size: 1.4rem;
}

.fontSize15 {
	font-size: 15px;
}

.fontSize16 {
	font-size: 1.6rem;
	/* font-size: 16px; */
}

.fontSize17 {
	/* font-size: 17px; */
	font-size: 1.7rem;
}

.fontSize18 {
	/* font-size: 18px; */
	font-size: 1.8rem;
}

.fontSize19 {
	/* font-size: 19px; */
	font-size: 1.9rem;

}

.fontSize20 {
	/* font-size: 20px; */
	font-size: 2rem;
}

.fontSize21 {
	font-size: 21px;
}

.fontSize22 {
	/* font-size: 22px; */
	font-size: 2.2rem;
}

.fontSize23 {
	font-size: 23px;
}

.fontSize24 {
	font-size: 24px;
}

.fontSize25 {
	font-size: 25px;
}

.fontSize26 {
	font-size: 26px;
}

.fontSize27 {
	font-size: 27px;
}

.fontSize28 {
	font-size: 28px;
}

.fontSize29 {
	font-size: 29px;
}

.fontSize30 {
	/* font-size: 30px; */
	font-size: 1.8rem;
}

.font-weight {
	font-weight: bolder;
}

/* letter-spacing */
.letter-spacing1 {
	letter-spacing: 1px;
}

.letter-spacing2 {
	letter-spacing: 2px;
}

.letter-spacing3 {
	letter-spacing: 3px;
}

.letter-spacing4 {
	letter-spacing: 4px;
}

.letter-spacing5 {
	letter-spacing: 5px;
}

.line-height0 {
	line-height: 0;
}

.line-height1 {
	line-height: 1em;
}

.line-height2 {
	line-height: 2em;
}

.line-height3 {
	line-height: 3em;
}

.line-height4 {
	line-height: 4em;
}

/* textColor */
.textColor {
	color: #234F8A;
}

.textColor0 {
	color: #000000;
}

.textColor01 {
	color: #111111;
}

.textColor02 {
	color: #222222;
}

.textColor03 {
	color: #333333;
}

.textColor04 {
	color: #444444;
}

.textColor05 {
	color: #555555;
}

.textColor06 {
	color: #666666;
}

.textColor07 {
	color: #777777;
}

.textColor08 {
	color: #888888;
}

.textColor09 {
	color: #999999;
}

.textColor10 {
	color: #ffffff;
}

.textColor11 {
	color: #808080;
}

.textColor12 {
	color: #FF6872;
}

.textColor13 {
	color: #3692FF;
}

.textColor14 {
	color: #529DDD;
}

.textColor15 {
	color: #26A0F5;
}

.textColor16 {
	color: #FC4343;
}

.textColor17 {
	color: #38ADFF;
}

.textColor18 {
	color: #1DCC63;
}

.textColor19 {
	color: #F89D1A;
}

.textColor20 {
	color: #a8a8a8;
}

.textColor21 {
	color: #FF0909;
}

.textColor22 {
	color: #f46018;
}

.textColor23 {
	color: #cdcdcd;
}

.textColor24 {
	color: #234F8A;
}

/* background-color */
.background-color {
	background-color: #234F8A;
}

.background-color0 {
	background-color: #000000;
}

.background-color01 {
	background-color: #111111;
}

.background-color02 {
	background-color: #222222;
}

.background-color03 {
	background-color: #333333;
}

.background-color04 {
	background-color: #444444;
}

.background-color05 {
	background-color: #555555;
}

.background-color06 {
	background-color: #666666;
}

.background-color07 {
	background-color: #777777;
}

.background-color08 {
	background-color: #888888;
}

.background-color09 {
	background-color: #999999;
}

.background-color10 {
	background-color: #ffffff;
}

.background-color11 {
	background-color: #FF6872;
}

.background-color12 {
	background-color: #3692FF;
}

.background-color13 {
	background-color: #F5F7FA;
}

.background-color14 {
	background-color: #0F194E;
}

.background-color15 {
	background-color: #26A0F5;
}

.background-color16 {
	background-color: #FC4343;
}

.background-color17 {
	background-color: #FAFAFA;
}

.background-color18 {
	background-color: #F8F8F8;
}

.background-color19 {
	background-color: #FCFCFC;
}

.background-color20 {
	background-color: #B0D8EA;
}

.background-color21 {
	background-color: #F5F5F5;
}

.background-color22 {
	background-color: #7E7E7E;
}

.background-color23 {
	background-color: #fff9ed;
}

.background-color24 {
	background-color: #EBEBEB;
}

.background-color25 {
	background-color: #234F8A;
}

.background-color26 {
	background-color: #40608E;
}

.background-color27 {
	background-color: #F0F0F0;
}
.background-color28 {
	background-color: #0261A1;
}




/* background-color-gradient */

.background-color-gradient01 {
	background: linear-gradient(90deg, rgba(124, 183, 255, 0.8) 0%, rgba(85, 149, 254, 1) 100%);
}

.background-color-gradient02 {
	background: linear-gradient(-90deg, rgba(124, 183, 255, 0.8) 0%, rgba(85, 149, 254, 1) 100%);
}

.background-color-gradient03 {
	background: linear-gradient(90deg, rgba(255, 124, 133, 0.8) 0%, rgba(254, 85, 96, 1) 100%);
}

.background-color-gradient04 {
	background: linear-gradient(-90deg, rgba(255, 124, 133, 0.8) 0%, rgba(254, 85, 96, 1) 100%);
}

.background-color-gradient05 {
	background: linear-gradient(90deg, #FFC07C 0%, #FEA855 100%);
}

.background-color-gradient06 {
	background: linear-gradient(-90deg, #FFC07C 0%, #FEA855 100%);
}

.background-color-gradient07 {
	background: linear-gradient(-90deg, #0260A1 100%, #0260A1 70%);
}
/* */

.background-color-gradient08 {
	background: linear-gradient(-90deg, #2A83BF 100%, #0766A8 100%);
}
.background-color-gradient09 {
	background: linear-gradient(to top left,#004077 20%, #016BB4 100%);
}
.background-color-gradient10 {
	background: linear-gradient(-90deg,#0766A8  20%, #2A83BF 100%);
}
/* box-shadow */
.box-shadow2 {
	box-shadow: 0 0 5px #e6e7ea;
}


.box-shadow5 {
	box-shadow: 0 0 5px #e6e7ea;
}

.box-shadow10 {
	box-shadow: 0 0 10px #e6e7ea;
}

.box-shadow15 {
	box-shadow: 0 0 15px #e6e7ea;
}

.box-shadow20 {
	box-shadow: 0 0 20px #e6e7ea;
}

/* padding */
.padding1 {
	padding: 5px;
}

.padding2 {
	padding: 10px;
}

.padding3 {
	padding: 15px;
}

.padding4 {
	padding: 20px;
}

.padding5 {
	padding: 25px;
}

.padding6 {
	padding: 30px;
}

.padding-top1 {
	padding-top: 5px;
}

.padding-top2 {
	padding-top: 10px;
}

.padding-top3 {
	padding-top: 15px;
}

.padding-top4 {
	padding-top: 20px;
}

.padding-top5 {
	padding-top: 25px;
}

.padding-top6 {
	padding-top: 30px;
}

.padding-bottom1 {
	padding-bottom: 5px;
}

.padding-bottom2 {
	padding-bottom: 10px;
}

.padding-bottom3 {
	padding-bottom: 15px;
}

.padding-bottom4 {
	padding-bottom: 20px;
}

.padding-bottom5 {
	padding-bottom: 25px;
}

.padding-bottom6 {
	padding-bottom: 30px;
}

.padding-bottom60 {
	padding-bottom: 60px;
}

.padding-left1 {
	padding-left: 5px;
}

.padding-left2 {
	padding-left: 10px;
}

.padding-left3 {
	padding-left: 15px;
}

.padding-left4 {
	padding-left: 20px;
}

.padding-left5 {
	padding-left: 25px;
}

.padding-left6 {
	padding-left: 30px;
}

.padding-right1 {
	padding-right: 5px;
}

.padding-right2 {
	padding-right: 10px;
}

.padding-right3 {
	padding-right: 15px;
}

.padding-right4 {
	padding-right: 20px;
}

.padding-right5 {
	padding-right: 25px;
}

.padding-right6 {
	padding-right: 30px;
}

.padding-top60 {
	padding-top: 60px;
}


.padding-top80 {
	padding-top: 80px;
}

.padding-bottom80 {
	padding-bottom: 80px;
}

.padding-top80 {
	padding-top: 80px;
}


/* margin */
.margin1 {
	margin: 5px;
}

.margin2 {
	margin: 10px;
}

.margin3 {
	margin: 15px;
}

.margin4 {
	margin: 20px;
}

.margin5 {
	margin: 25px;
}

.margin6 {
	margin: 30px;
}

.margin-top1 {
	margin-top: 5px;
}

.margin-top2 {
	margin-top: 10px;
}

.margin-top12 {
	margin-top: 12px;
}

.margin-top3 {
	margin-top: 15px;
}

.margin-top4 {
	margin-top: 20px;
}

.margin-top5 {
	margin-top: 25px;
}

.margin-top6 {
	margin-top: 30px;
}

.margin-top7 {
	margin-top: 35px;
}

.margin-top40 {
	margin-top: 40px;
}

.margin-top50 {
	margin-top: 50px;
}

.margin-top55 {
	margin-top: 55px;
}


.margin-top60 {
	margin-top: 60px;
}

.margin-top100 {
	margin-top: 100px;
}

.margin-top01 {
	margin-top: 10%;
}

.margin-top02 {
	margin-top: 20%;
}



.margin-top80 {
	margin-top: 80px;
}

.margin-bottom1 {
	margin-bottom: 5px;
}

.margin-bottom2 {
	margin-bottom: 10px;
}

.margin-bottom3 {
	margin-bottom: 15px;
}

.margin-bottom4 {
	margin-bottom: 20px;
}

.margin-bottom5 {
	margin-bottom: 25px;
}

.margin-bottom6 {
	margin-bottom: 30px;
}

.margin-bottom40 {
	margin-bottom: 40px;
}

.margin-bottom50 {
	margin-bottom: 50px;
}


.margin-bottom83 {
	margin-bottom: 83px;
}

.margin-bottom100 {
	margin-bottom: 100px;
}

.margin-left1 {
	margin-left: 5px;
}

.margin-left2 {
	margin-left: 10px;
}

.margin-left3 {
	margin-left: 15px;
}

.margin-left4 {
	margin-left: 20px;
}

.margin-left5 {
	margin-left: 25px;
}

.margin-left6 {
	margin-left: 30px;
}

.margin-left7 {
	margin-left: 40px;
}


.margin-right1 {
	margin-right: 5px;
}

.margin-right2 {
	margin-right: 10px;
}

.margin-right3 {
	margin-right: 15px;
}

.margin-right4 {
	margin-right: 20px;
}

.margin-right5 {
	margin-right: 25px;
}

.margin-right6 {
	margin-right: 30px;
}

/* border-radius */
.border-radius1 {
	border-radius: 5px;
}

.border-radius2 {
	border-radius: 10px;
}

.border-radius3 {
	border-radius: 15px;
}

.border-radius4 {
	border-radius: 20px;
}

.border-radius5 {
	border-radius: 25px;
}

.border-radius6 {
	border-radius: 30px;
}

.border-radius50 {
	border-radius: 50%;
}

.border-radius100 {
	border-radius: 100%;
}

.border-bottom {
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}


.border-letf {
	border-left: 1px solid #D9D9D9;
}

.border-letf1 {
	border-left: 3px solid #007AFF;
}


.border-top {
	border-top: 1px solid rgba(153, 153, 153, 0.1);
}

.border {
	border: solid 1px #D2D2D2;
}

.border1 {
	border: solid 1px #FF6872;
}

.border2 {
	border: solid 1px #FF0909;
}

.border2 {
	border: solid 1px #F7F8FA;


}


/* opacity */
/* :active */
.opacity0,
.actives0:active {
	opacity: 0;
}

.opacity01,
.actives1:active {
	opacity: 0.1;
}

.opacity02,
.actives02:active {
	opacity: 0.2;
}

.opacity03,
.actives03:active {
	opacity: 0.3;
}

.opacity04,
.actives04:active {
	opacity: 0.4;
}

.opacity05,
.actives05:active {
	opacity: 0.5;
}

.opacity06,
.actives06:active {
	opacity: 0.6;
}

.opacity07,
.actives07:active {
	opacity: 0.7;
}

.opacity08,
.actives08:active {
	opacity: 0.8;
}

.opacity09,
.actives09:active {
	opacity: 0.9;
}

.opacity1,
.actives1:active {
	opacity: 1;
}

/* float */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.clear-both-after::after {
	content: '';
	display: block;
	clear: both;
}

/* flex */
.flex {
	display: flex;
}

.flex05 {
	flex: 0.5;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.flex4 {
	flex: 4;
}

.flex-direction-row {
	flex-direction: row;
}

.flex-direction-column {
	flex-direction: column;
}

.flex-justify {
	justify-content: center;
}

.flex-justify-space-between {
	justify-content: space-between;
}

.flex-justify-space-around {
	justify-content: space-around;
}

.flex-align {
	align-items: center;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-wrap {
	flex-wrap: wrap;
}


.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

/* overflow */
.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.overflow-y-hidden {
	overflow-y: hidden;
}

.overflow-x-scroll {
	overflow-x: scroll;
}

.overflow-y-scroll {
	overflow-y: scroll;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-y-auto {
	/* display: ; */
	overflow-y: auto;
}

/* display */
.display-block {
	display: block;
}

.display-none {
	display: none;
}

.display-inline-block {
	display: inline-block;
}

.display-inherit {
	display: inherit;
}

/* position */
.position-relative {
	position: relative;

}

.position-absolute {
	position: absolute;
}

.position-fixed {
	position: fixed;

}

/* 盒模型 */
.box-sizing {
	box-sizing: border-box
}



/* 文本首行缩进 */
.text-indent {
	text-indent: 2px
}

.text-indent2 {
	text-indent: 28px
}