﻿

.ovh {
    overflow: hidden;
    /* 0324yy */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    font-weight: bol
}

.flex1 {
    flex: 1;
}
.docbox{
    display:flex;
    justify-content:center;
}
.docbox h2{
     font-size: 24px;
    font-weight: bold;
    margin-top: 1rem;
}
.zntitle h1{
    font-weight: bold;
    border-bottom: 2px solid #3EB79D;
    color: #3EB79D;
    font-size: 20px;
}
.indextitle h2{
	margin-top:0px;
	margin-bottom:0px;
    font-weight: bold;
    border-bottom: 2px solid #3EB79D;
    color: #3EB79D;
    font-size: 16px;
}
.ml0 h1{
	margin-left:0px!important;
}
.indextitle h1{
	margin-top:0px;
	margin-bottom:0px;
    font-weight: bold;
    border-bottom: 2px solid #3EB79D;
    color: #3EB79D;
    font-size: 16px;
	margin-left:110px;
}
.dttile h1{
	font-size: 24px;
    font-weight: bold;
	color: #3EB79D;
	text-align: center;
	margin-top: 12px;
}
.jititle h1{
	font-size: 24px;
    font-weight: bold;
	color: #3EB79D;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
}
.dthtitle h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 16px;
    font-weight: bold;
	color: #3EB79D;
	border-bottom: 2px solid #3EB79D;
}
.hjtitle h1{
    font-size: 20px;
    font-weight: bold;
    color: #3EB79D;
    border-bottom: 2px solid #3EB79D;
    text-align: center;
}
.titltbt h2{
	margin-top: 0px !important;
}
.ml8{
	margin-left:8px;
}
.mt68{
    margin-top: 68px;
}
.mlf84{
	margin-left:-84px;
}
.hjtitle h2{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 24px;
}
.zndztext{
    color: #E88416;
    margin-top: 6px;
    font-size: 16px;
}
.inline {
    display: inline;
}

.flexColumn {
    flex-direction: column;
}

.flexCenter {
    justify-content: center;
}

.flexBetween {
    justify-content: space-between;
}
.texttitle h2{
	height:0px;
}
.flexAround {
    justify-content: space-around;
}

.flexEnd {
    justify-content: flex-end;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pagetitle h1{
	font-size: 20px;
	font-weight: bold;
	color: #3EB79D;
	text-align: center;
	margin-top: 12px;
}
	
.width100 {
    width: 100%;
}

.width1100 {
    width: 1100px;
}

.width796 {
    width: 796px;
}

.width582 {
    width: 582px;
}

.width462 {
    width: 462px;
}

.width378 {
    width: 378px;
}

.width286 {
    width: 286px;
}

.width262 {
    width: 256px;
}

.width248 {
    width: 248px;
    height: 204px;
}

.width248152 {
    width: 248px;
    height: 152px;
}

.width176 {
    width: 176px;
}

.width154 {
    width: 154px;
}

.mAuto {
    margin: 0 auto;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 18px;
}

.fs24 {
    font-size: 20px;
}

.lh14 {
    line-height: 1.4;
}

.lh18 {
    line-height: 1.8;
}

.lh21 {
    line-height: 21px;
}

.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.mt6 {
    margin-top: 6px;
}
.lh50{
	line-height:50px;
}
.mt12 {
    margin-top: 12px;
}

.mt18 {
    margin-top: 18px;
}

.mt24 {
    margin-top: 24px;
}

.ml6 {
    margin-left: 6px;
}

.ml12 {
    margin-left: 12px;
}

.ml18 {
    margin-left: 12px;
}

.ml24 {
    margin-left: 24px;
}

.ml40 {
    margin-left: 40px;
}

.ml54 {
    margin-left: 54px;
}

.mr60 {
    margin-right: 60px;
}

.mr12 {
    margin-right: 12px;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.colorfff {
    color: #fff;
}

.colorGreen {
    color: #3EB79D;
}

.colorOrange {
    color: #E88416;
}

.bgGreen1 {
    background: #3EB79D;
}

.bgGreen {
    background: #0EB3C4;
}

.bgGray {
    background: #F5F3F2;
}

.bgGray2 {
    background: #F5F5F4;
}

.bdGreen {
    border: 1px solid #3EB79D;
}

.bdGray {
    border: 1px solid #E9E8E8;
}

.bdtGreen {
    border-bottom: 2px solid #3EB79D;
}

.bdtGray {
    border-bottom: 1px solid #ddd;
}

.br4 {
    border-radius: 4px;
}

.br6 {
    border-radius: 6px;
}

.br50 {
    border-radius: 50%;
}

.fwBold {
    font-weight: bold;
}

.pd12 {
    padding: 12px;
}

.pd18 {
    padding: 18px;
}

.pdlr18 {
    padding: 0 18px;
}

.pdtb9 {
    padding: 9px 0;
}

.pdtb12 {
    padding: 12px 0;
}

.pdtb18 {
    padding: 18px 0;
}

.pdt1218 {
    padding: 12px 18px 18px;
}

.pd1218 {
    padding: 12px 18px;
}

.pd1830 {
    padding: 18px 30px;
}

.pdlr12 {
    padding: 0 12px;
}

.pdlr24 {
    padding: 0 24px;
}

.pdlr118 {
    padding: 0 118px;
}

.pdfooter {
    padding: 37px 18px 56px;
}

.icon16 {
    width: 16px;
    height: 16px;
}

.icon18 {
    width: 18px;
    height: 18px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.icon64 {
    width: 64px;
    height: 64px;
}

.icon72 {
    width: 72px;
    height: 72px;
}

.icon80 {
    width: 80px;
    height: 80px;
}

.icon100 {
    width: 100px;
    height: 100px;
}

.icon132 {
    width: 132px;
    height: 132px;
}

.icon150 {
    width: 150px;
    height: 150px;
}

.icon9040 {
    width: 90px;
    height: 40px;
}

.tc {
    text-align: center;
}
.disflex {
    display: flex;
}
.marauto {
    margin: 0 auto;
}
.wid1200 {
    width: 1200px;
}
.factive {
    color: #3EB79D;
    font-weight: bold;
}
.mr40 {
    margin-right: 40px;
}
.linehei40 {
    line-height: 40px;
}
.ft16 {
    font-size: 16px;
}
.factive::after {
    content: "";
    display: block;
    width: initial;
    height: 2px;
    background: #3EB79D;
}
.flexwrap {
    flex-wrap: wrap;
}
.mt16 {
    margin-top: 16px;
}
.lineellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wid136 {
    width: 267px;
}
.ft14 {
    font-size: 14px;
}
.disnone {
    display: none;
}
.dislineblock{
 display: inline-block
}
.footertablist {
	width:calc(100% + 30px)
}
