@font-face {
    font-family: 'myFont-PingFang';
    src: url('static/assets/font/PingFang SC Regular.ttf');
font-weight: normal;
    font-style: normal;
}

html,body { font-family: myFont-PingFang, sans-serif; }


#app {
    background-color:#F6FAFB ;
    /*background-color:green ;*/
}
.ms-nav {
    /*border-bottom-color: #EBEEF5;*/
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    justify-content: center;
    /*height: 40px;*/
    margin-left: 0px;
  	background-color: rgba(0, 0, 0, 0.0);
  	position:fixed;
  	top:0;
  	left:0;
  	z-index:9999;
  	border-bottom-style: solid;
  	border-bottom-width: 1px;
  	border-bottom-color:  rgba(0, 0, 0, 0.0);
  	text-decoration:none;
  	color: #FFFFFF;
}
.ms-nav a{
  	text-decoration:none;
  	color: #FFFFFF;
}
.ms-nav:hover,.ms-nav:hover a{
	background-color: #FFFFFF;
  	color: #000000;
  	border-bottom-color: #EBEEF5;
  	/*border-bottom: 1px solid #EBEEF5;*/
}
.ms-nav-nottop,.ms-nav-nottop a{
  	background-color: #FFFFFF;
  	color: #000000;
  	/*border-bottom-style: solid;*/
  	/*border-bottom-width: 1px;*/
  	border-bottom-color: #EBEEF5;
}
/*导航栏文字轮播*/
.ms-nav-scroll-container{
  		margin-left: 20px;
        width: 150px;
        height: 65px;
        position: relative;
        overflow: hidden;
    }
    .ms-nav-scroll-box{
        position: absolute;
        width: 150px;
    }
    .ms-nav-scroll-item{
        height: 65px;
        width: 150px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        font-size: 8px;
    }

.mainproduct-bottoms{
    margin-top: auto;
    /*background-color: magenta;*/
    margin-left: 0.625%;
    margin-right: 0.625%;
    /*margin-bottom: 2.5%;*/
}
.mpb-headers{
    font-size: 28px;
    font-weight: bolder;
    margin-bottom: 1.25%;
}
.mpb-itemes{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  	margin-top: -130px;
    /*margin: 2.5%;*/
    /*background-color: red;*/
    /*margin: 2.5%;*/
}

.mpb-itemsA {
    width: 19%;
    margin-bottom: 1%;
    /*background-color: red;*/
    /*margin: 0.5px;*/
    padding-top: 20px;
    padding-bottom: 0px;
  	height: 370px;
    /*justify-content: space-around;*/
}
.mpb-itemsB {
  	height: 370px;
    width: 19%;
    margin-bottom: 0;
    /*background-color: red;*/
    /*margin: 0.5px;*/
    padding-top: 20px;
    padding-bottom: 0px;
}
.mpb-item{
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
  flex-shrink: 0;
  padding: 20px 10px 10px 20px;
}
.mpb-item-img-box{
	border-radius: 50%;
  	background-color: rgb(168, 223, 253);
  	width:35%;
  	padding: 10px;
  	display:flex;
  	align-items: center;
  	justify-content: space-around;
}
.mpb-item-img{
	width:90%;
}
.mpb-item-title{
  font-size: 18px;
	margin-top: 65px;
}
.mpb-item-text{
	margin-top: 45px;
  	font-size: 16px;
}
.mpb-items-1 {
    margin-bottom:1.25% ;
    /*background-color: blue;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: space-between;*/
}
.mpb-item:hover{
	height: 390px;
  	background-color:#3168F7;
  	margin-top: 0px;
  	flex-direction: column-reverse;
  	justify-content: space-between;
  	text-align:left;
  	align-items: flex-start;
  	color:#ffffff;
}
.mpb-item:hover .mpb-item-title{margin-top: 0;}
.mpb-item:hover .mpb-item-text{margin-top: 15px;}
.mpb-item:hover .mpb-item-img-box{
  	background-color: #ffffff;
  	width:50%;
  	align-self:flex-end;
}
.mpb-item:hover .mpb-item-img{
}
.mpb-item-left {
    width: 30%;
}
.mpb-item-middle{
    width: 30%;
    color: #516DE6;
    font-weight: bolder;
}
.mpb-item-right{
    width: 30%;
}
.mpb-items-1{
    height: 20%;
}
.mpb-items-2{
    height: 50%;
    padding: 10px;
}
.mpb-items-3{
    height: 30%;
}
.mainproduct-head {
 /*font-style: "PingFang SC";*/
  	border-radius: 20px;
  	padding: 20px 0;
  	box-shadow: 5px 5px 5px #eeeeee;
  	background-color: #ffffff;
  	position: relative;
  	margin-top:-84px;
    z-index:999;
}
.mainproduct-body {
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
  	align-items: center;
}
.mainproduct-body-item{
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}

.mainproduct-bottom{
    width: 70%;
    margin-bottom: 20px;
    margin-left:2.5%;
    font-size: 16px;
    background-color:#456BFF ;
    /*margin-left: 30px;*/
    border-radius: 3px;
}

.headers {
    /*vertical-align: middle;*/
    /*horizontal-align:middle;*/
    /*margin: 0 auto;*/
    width: 15%;
    margin-left: 0px;
}
.header-buttons{
    /*width: 110px;*/
    /*height: 50%;*/
    background: #FF9E00;
    opacity: 1;
    border-radius: 20px;
    margin: 0 auto;
    vertical-align: center;
    horiz-align: center;
    border-style: none;
    width: 140px;
    height: 35px;
    font-size: 16px;
    color: white;
}


.ms-nav .body {
    /*flex-wrap: nowrap;*/
    flex-direction: row;
    display: flex;
    width: 80%;
    box-sizing: border-box;
    justify-content: space-between;
    /*height: 100%;*/
    align-items:center;
    background-color: rgba(0, 0, 0, 0.0);

}
.mynav {
    border-bottom-color: #EBEEF5;
    /*background-color: #F7F9FC;*/
    /*background-color: greenyellow;*/
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    justify-content: center;
    height: 540px;
    margin-left: 0px;
    /*border:1px dashed #009999;*/
    /*background: rgb(1,110,255);*/
}
.mynav .mybody {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
  	padding-top:100px;
    /*background: rgb(1,110,255);*/
    /*background-color: #F7F9FC;*/
}
.mybody-frame {
    width: 80%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    /*border:2px solid;*/

    /*border-color:rgba(0,153,0,0.1);*/
    /*border-right-color: rgb(0,196,255);*/
    /*border-left-color: rgba(0,196,255,1);*/
    /*border-left-color: rgb(38,60,67);*/
    /*border-right-color: #00c4ff;*/
    /*border:1px dashed #009999;*/
}
.myfont {

    padding-left: 30px;
    width:70%;
    height:auto;
    float:left;
    display:inline;
    padding-top: 20px;
    justify-content: space-between;

}
.font1{
    margin-top: 25px;
    font-style: normal;
    font-size: 42px;
    color: #FFFFFF;
  	font-weight:900;
}
.font2{
    margin-top: 35px;
    font-style: normal;
    font-size: 28px;
    color: #FFFFFF;
  	font-weight:900;
}
.font3{
    margin-top: 35px;
    font-style: normal;
    font-size: 22px;
    color: #FFFFFF;
  	font-weight:900;
}
.font4{
    margin-top: 30px;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
  	font-weight:900;
}
.buttons{
    margin-top: 40px;
    font-style: normal;
    font-size: 12px;
    width: 140px;
  	height: 40px;
    line-height: 40px;
    background-color: rgb(50, 130, 255);
    border-radius: 10px;
    border: none;
    color: white;
    /*background: linear-gradient(blue, white);*/

}
.mypicframe{
    width: 50%;

}
.mypic {

    opacity: 0.5;
    border:1px dashed #009999;

    margin: 20px;
    height: 300px;

}
.ms-nav .body .logo {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 25%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    height: 100%;


}

.ms-nav .body .logo .logo-pic {
    /*width: 180px;*/
    /*height: 70px;*/
    /*margin-left: 60px;*/
    margin: 20px;
}

.ms-nav .body .logo .logo-desc {
    padding-right: 0px;
    width: unset;
    padding-left: 0px;
    height: unset;
}

.ms-nav .body .nav-h5 {
    padding-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    width: 100px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    right: 0px;
    justify-content: center;
    height: 100%;
}
.ms-nav .body .nav-h5s {
    padding-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    width: 100px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    right: 0px;
    justify-content: center;
    height: 100%;
}



.ms-nav .body .nav-h5 .nav-h5-icon {
    font-size: 28PX;
}

.ms-nav .body .nav-h5 .nav-h5-body {
    padding-bottom: 10px;
    align-items: flex-start;
    top: 80px;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    justify-content: center;
    height: 100px;
}

.ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 16px;
}

.ms-nav .body .nav-item {
    /*margin-right: 50px;*/
    /*margin-left: 50px;*/
    /*margin:0 40px auto;*/
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    /*padding-right: 80px;*/
    width: 65%;
    /*box-sizing: border-box;*/
    /*padding-left: 150px;*/
    justify-content: center;
    /*height: 100%;*/
    /*paading :0 50px;*/
}

.ms-nav .body .nav-item .item {
    cursor: pointer;
    /*margin-right: 60px;*/
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
  	font-weight: 900;
    font-size: 14PX;
    padding: 0 10px;
    margin: 0 20px;
    /*background-color: red;*/
}

.ms-nav .body .nav-item .sel{
    /*font-size: 24px;*/
    /*color: #409EFF;*/
   /* background-color: #00a2d4;*/
    /*background-color: red;*/
    /*font-size: 30px;*/
}
/*.nav-item .item:active{*/
/*    background-color: magenta;*/
/*    color: red;*/
/*    font-size: 50px;*/

/*.nav-item .item:hover{*/
/*    background-color: magenta;*/
/*    color: red;*/
/*    font-size: 50px;*/
/*}*/
.ms-nav .body .nav-search {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 40%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-end;
    height: 100%;
    margin-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input {
    border-color: #409EFF;
    align-items: flex-end;
    flex-direction: row;
    border-width: 1px;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    border-style: solid;
    padding-left: 0px;
    justify-content: center;
    height: 32px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: flex-start;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
    border: 0px;
    background-color: #FFFFFF;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top-left-radius: 2px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    border-bottom-left-radius: 2px;
    width: 90%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 0px;
    padding-left: 4px;
    height: 30px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
    color: #DCDFE6;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-top-left-radius: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button {
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button:hover {
    background-color: #E6E6E6;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button i {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button span {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}



.ms-footer {
    /*background-color: #F5F5F5;*/
    /*align-items: center;*/
    align-content: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    /*width: 1440px;*/
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
    /*height: 70%;*/
}


.ms-footer .body {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    padding-right: 0px;
    width: 65%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    /*margin-top: 20px;*/
    /*height: 40%;*/
    /*background-color: #8B2252;*/

}

.ms-footer .body .top1 {
    align-items: center;
    align-content: center;
    flex-direction: column;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    /*margin-bottom: 40px;*/
    padding-top: 0px;
    padding-left: 0px;

    height: 100%;
    background-color: #F5F5F5;
    margin:0 auto;
    /*margin-top: 5%;*/
    margin-bottom: 1%;

}
/*.ms-footer .body .top .content{*/
.ms-footer .body .top{
    margin:0 auto;
    /*margin-top: 6%;*/
    /*margin-bottom: 2%;*/
    /*height: 90%;*/
    width: 100%;
    /*height: 30px;*/
    background-color: #409EFF;
    text-align: center;


}
.ms-footer .body .top .texts {
   
    font-weight:bolder;
    font-style: normal;
    font-size: 18px;
    color: white;
    text-align: center;
    margin-top: 2%;

}
.ms-footer .body .top .texts_header {

    font-weight:bolder;
    font-style: normal;
    font-size: 28px;
    color: white;
    text-align: center;
    margin-top: 2%;

}
.mfbt-buttons{
    margin-top: 35px;
    font-style: normal;
    font-size: 18px;
    width: 140px;
    height: 40px;
    background-color: #416CFF;
/*rgba(0,0,0,0)*/
    border-radius: 6px;
    /*border: none;*/
    color: white;
    border-color: white;
    margin-bottom: 35px;
    out-line:0;
    /*background: linear-gradient(blue, white);*/
    /*background:linear-gradient(to right,blue,white);*/
    /*box-shadow: 2px 2px  2px  #9DE1FE;*/
}
.ms-footer .body .top .buttons {
    margin: 0 auto ;
    margin-top: 2%;
    margin-bottom: 2%;
    font-style: normal;
    font-size: 12px;
    width: 120px;
    height: 30px;
    background-color: blue;
    border-radius: 5px;
    border: none;
    color: white;
}
.ms-footer .body .bottom {
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    display: flex;
    /*height: 65%;*/
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    /*height: 100px;*/
    background-color:#252E56;
    width: 100%;
}
.bottom-left {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 33%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 20px;
    height: 100%;
    /*background-color: #F5F5F5;*/
}

.bottom-middles {

    width: 100%;
   height: 10px;
    background-color: #0FF2FF;
    padding-left: 20px;
}

.bottom-right {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 34%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 100%;
    /*background-color: #F5F5F5;*/
}
.icons-header{
    /*flex-direction: row;*/
    /*background-color: blue;*/
    text-align: center;
}
.icons{
    display: flex;
    /*background-color: red;*/
    justify-content: space-around;
    align-items: center;
}
.texts{
    text-align: center;
    color: white;
    font-size: 12px;
}
.icons-officialaccount{
    flex-direction: column;
    /*background-color: green;*/
    width: 50%;
    text-align: right;
    padding-right: 6px;
}
.icons-moment{
    flex-direction: column;
    /*background-color: gold;*/
    width: 50%;
    text-align: left;
    padding-left: 6px;
}
.pics{
    height: 80px;
    width: 80px;
}

.mybodys {
    text-align: center;
    width: 80%;
    /*height: 100%;*/
    margin:0 auto;
    flex-direction: column;
    /*background-color: white;*/
    /*padding-bottom: 1.25%;*/
  padding-bottom:20px;

}
.product-mybodys {
    text-align: center;
    width: 65%;
    /*height: 100%;*/
    margin:0 auto;
    flex-direction: column;
    /*background-color: white;*/
    padding-bottom:1.25%;

}
.content-headers {
    width: 100%;
    height: fit-content;
    text-align: center;
    font-size: 28px;
}
.content-bodys{
    display: flex;
  	align-items: center;
  	justify-content: space-between;
  	width: 100%;
    /*border:1px dashed #009999;*/
}
.content-left-text{
	margin: 0 35px;
  	width:55%;
  	padding: 20px 0;
}
.biggest-content{
	font-size:16px;
  	text-align:left;
}
.content-right-img{
	width:45%;
}
.mainproduct-bottom-frame{
  	font-size: 16px;
}
.banner-list-container{
  display:flex;
  width:100%;
  flex-shrink: 0;
  flex-wrap:wrap;
  justify-content: space-between;
}
.content-body1{
    /*margin-top: 20px;*/
  	width: 49%;
  	flex-shrink: 0;
  	height:300px;
    /*background-color: white;*/
  	position: relative;
    padding-left: 20px;

}
.content-body0{
    /*margin-top: 20px;*/
    display: flex;
    flex-direction: row-reverse;
    /*border-top:1px dashed #009999;*/
    /*border-bottom:1px dashed #009999;*/
    padding-left: 20px;

}
.img-text {
    font-size: 18px;
  margin: 10px 0;
}
.about-content-bodys{
    display: flex;
    flex-direction: column;
    text-align: center;
    /*border:1px dashed #009999;*/
}
.about-content-headers{
    padding-top: 20px;
    font-size: 20px;
    font-weight: bolder;
}
.about-content-item0 {
    border:1px dashed #009999;
}
.about-content-item1 {
    /*border:1px dashed #009999;*/
}
.about-content-body1{
    /*margin-top: 20px;*/
    display: flex;
    flex-direction: row;
    /*background-color: white;*/
    /*border:1px dashed #009999;*/

}
.about-content-companyname1{
    height: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
    display: flex;
    flex-direction: row;


}
.about-left-symbol{
    background-color: #0000FF;
    width: 1%;
    horiz-align: center;
    vertical-align: center;

}
.about-content-titles{
    text-align: right;
    vertical-align: center;
    horiz-align: center;
}
.about-content-companyname0{
    height: 0px;
}
.about-content-body0{
    /*margin-top: 20px;*/
    display: flex;
    flex-direction: row-reverse;
}

.about-content-leftText{
    width: 50%;
    padding: 2.5%;
}
.about-row-header{
    margin-top: 5%;
    font-size: 18px;
   
    font-weight:bolder;
    font-style: normal;
}
.about-row-content{
    font-size: 12px;
   
    /*font-weight:bolder;*/
    font-style: normal;
    line-height:50px;
    text-align: left;
    /*margin-left: 30%;*/
}

.about-content-rightImg{
    width: 50%;
    margin: 2.5%;
}
.about-content-mypics {
    /*height: 450px;*/
    /*  border:5px dashed #009999;*/

}
.about-content-icons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 2.5%;
    /*margin-right: 2.5%;*/
    margin-top: 1.25%;
    margin-bottom: 1.25%;
    justify-content: space-between;
    padding-top: 2.5%;
    text-align:center;
}
.about-content-icon{
    width: 47.5%;
    height: 42.5%;
    border:2px solid #F6F4FE ;
    padding: 2.5%;
    text-align:center;
    box-shadow: 0px -5px 10px 0px #F9F8FD,
    -6px 0px 6px 0px #F9F8FD,
    6px 0px 6px 0px #F9F8FD,
    0px 5px 19px 0px #F9F8FD;
}
.about-content-icon0{
    height: 20%;
}
.about-content-icon1{
    height: 10%;
    vertical-align: bottom;
    horiz-align: center;
    font-weight: bolder;
    font-size: 20px;
    color: #6781D6;
}
.about-content-icon2{
    height: 30%;
    vertical-align: center;
    horiz-align: center;
    width: 100%;
}
.about-content-icon3{
    height: 30%;
    vertical-align: center;
    horiz-align: center;
    font-weight: bolder;
    font-size: 18px;
}
.content-leftText{
    width: 50%;
    padding: 10px 0 0 20px;
  	position: absolute;
  	left:0;
  	top:0;
  	z-index: 99;
}
.row-content{
    font-size: 12px;
   
    /*font-weight:bolder;*/
    font-style: normal;
    line-height:50px;
    /*text-align: center;*/
    /*margin-left: 30%;*/
}

.content-rightImg{
    width: 60%;
  	position: absolute;
  	right:0;
  	bottom:0;
}
.content-mypics {
  /*height: 450px;*/
  /*  border:5px dashed #009999;*/

}
.p-content{
    max-width: 100%;
    text-align: center;
}
.p-content-leftText{
    width: 50%;
}
.p-content-rightImg{
    width: 50%;
}
.p-content-bottoms {
    width: 65%;
    height: fit-content;
    background-color: green;
    text-align: center;
}
.fonts{margin-top: 35px;
    /*margin-left: 30px;*/
   
    font-style: normal;
    font-size: 16px;
    color: white;
}

.tc-main{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.tc-main_left{
    width: 20%;
    background-color: #00c4ff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tcml-header{
    height: 180px;
    width: 100%;
    /*background-color: #0000FF;*/
    /*border-bottom:1px dotted black;*/
}
.tcml-bottom{
    /*height: 200px;*/
    width: 100%;
    /*background-color: #0000FF;*/
    margin-bottom: 10px;
}
.typicalCase-list{
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    width: 80%;
    justify-content: space-between;
    /*background-color: green;*/
    margin-bottom: 20px;
    margin-top: 20px;

}


.typicalCase-product{

    margin: 2.9605%;

    margin-right: 0;
    /*border:1px solid black;*/
    width: 30%;
    box-shadow: 0px -5px 10px 0px #F9F8FD,
    -6px 0px 6px 0px #F9F8FD,
    6px 0px 6px 0px #F9F8FD,
    0px 5px 19px 0px #F9F8FD;
    border-radius: 5px;

}
.typicalCase-product0{

    margin-left: 2.9605%;
    margin-right: 0;
    margin-top:0;
    margin-bottom: 0%;
    /*border:1px solid black;*/
    width: 30%;
    box-shadow: 0px -5px 10px 0px #F9F8FD,
    -6px 0px 6px 0px #F9F8FD,
    6px 0px 6px 0px #F9F8FD,
    0px 5px 19px 0px #F9F8FD;
    border-radius: 2.5px;
    height: 47.5%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 20px;

}
.typicalCase-product1{

    margin-left: 2.9605%;
    margin-top:0;
    margin-right: 0;
    margin-bottom: 2.5%;
    /*border:1px solid black;*/
    width: 30%;
    box-shadow: 0px -5px 10px 0px #F9F8FD,
    -6px 0px 6px 0px #F9F8FD,
    6px 0px 6px 0px #F9F8FD,
    0px 5px 19px 0px #F9F8FD;
    border-radius: 5px;
    height: 47.5%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.typicalCase-leftpic{
    /*padding: 10px;*/
    width: fit-content;
    height: fit-content;

}
.typicalCase-righttext{
    width: 90%;
    /*background-color: #00FF00;*/
    /*align-items: center;*/
}

.tcml-1{
    /*height: 5%;*/
    font-size: 28px;
   
    font-weight:bold;
    font-style: normal;
    color: white;
    height: 35px;
}
.tcml-1A{
    /*height: 5%;*/
    font-size: 24px;

    font-weight:bold;
    font-style: normal;
    color: white;
    height: 35px;
}
.typicalCase-righttext—head{
    height: 5%;
    font-size: 28px;
   
    font-weight:bold;
    font-style: normal;
    color: black;
}
.typicalCase-righttext—header{
    margin-top: 5px;
    height: 15%;
    font-size: 20px;
   
    font-weight:bold;
    font-style: normal;
    color: #0000FF;
    vertical-align: bottom;
}
.typicalCase-righttext—line{
       height: 5%;
/*text-align: justify-all;*/

}
.typicalCase-righttext-content{
    font-size: 15px;
   
    /*font-weight:bolder;*/
    font-style: normal;
    /*line-height:50px;*/
    text-align: center;
    height: 80%;
    margin-top: 20px;
    /*margin-left: 30%;*/
}
.typicalCase-content{
    /*width: 90%;*/
    /*background-color: #00a2d4;*/
    width: 100%;
    height: 85%;
}
@media (max-width: 768px) {
    .ms-nav {
        border-bottom-color: #EBEEF5;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-bottom-style: solid;
        padding-top: 0px;
        border-bottom-width: 1px;
        justify-content: center;
        height: 60px;
        margin-left: 0px;
    }

    .ms-nav .body {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .logo {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        /*width: 60%;*/
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ms-nav .body .logo .logo-pic {
        /*width: 50px;*/
        /*height: 50px;*/

    }

    .ms-nav .body .logo .logo-desc {
        width: unset;
        height: unset;
    }

    .ms-nav .body .nav-h5 {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100px;
        box-sizing: border-box;
        justify-content: center;
        height: 100%;
    }

    .ms-nav .body .nav-h5 .nav-h5-icon {
        font-size: 28PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-h5 .nav-h5-body {
        background-color: #F2F6FC;
        flex-direction: column;
        display: none;
        box-sizing: border-box;
        right: 0px;
        justify-content: flex-start;
        padding-bottom: 0px;
        top: 80px;
        flex-wrap: nowrap;
        width: 140px;
        padding-top: 10px;
        position: absolute;
        padding-left: 10px;
        height: 100vh;
        z-index: 2;
    }

    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
        cursor: pointer;
        color: #ffffff;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 16PX;
        padding-top: 8px;
        padding-left: 0px;
        height: 40px;
    }

    .ms-nav .body .nav-item {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 40px;
        width: 50%;
        box-sizing: border-box;
        padding-left: 40px;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .nav-item .item {
        cursor: pointer;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 16PX;
        padding-left: 0px;

    }


    .ms-nav .body .nav-search {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 0px;
        width: 40%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
        margin-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input {
        border-color: #CCCCCC;
        align-items: flex-end;
        flex-direction: row;
        border-width: 1px;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-style: solid;
        justify-content: center;
        height: 40%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
        flex-direction: row;
        border-right-width: 1px;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        border-right-color: #CCCCCC;
        border-right-style: solid;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
        border: 0px;
        background-color: #FFFFFF;
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 4px;
        box-sizing: border-box;
        justify-content: space-between;
        border-top-left-radius: 2px;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        border-bottom-left-radius: 2px;
        width: 90%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        padding-top: 0px;
        padding-left: 4px;
        height: 30px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
        color: #DCDFE6;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-top-left-radius: 0px;
        padding-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button {
        flex-direction: row;
        display: flex;
        width: 40px;
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button i {
        border-bottom-left-radius: 0px;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button span {
        border-bottom-left-radius: 0px;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-footer {
        background-color: #F2F2F2;
        align-items: center;
        flex-direction: column;
        /*display: flex;*/
        padding-right: 0px;
        box-sizing: border-box;
        justify-content: center;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
        height: unset;
        position :fixed;
        bottom :0;
        /*border-top: 5px dashed #0FF2FF;*/
    }

    .ms-footer .body {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 0px;
    }

    .ms-footer .body .top {
        padding-bottom: 0px;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: space-between;
        margin-top: 0px;
    }

    .ms-footer .body .top .top-left {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: flex-start;
        height: unset;

    }

    .ms-footer .body .top .top-left .foot-nav {
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-left .foot-nav .nav-item {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 18PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-left .foot-nav div .item {
        color: #767676;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 16PX;
        padding-top: 6px;
        height: 32px;
    }
    .ms-footer .body .top .top-right {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-right .qr {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-footer .body .top .top-right .qr .pic {
        width: 120px;
        height: 120px;
    }

    .ms-footer .body .top .top-right .qr .text {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
    }

    .ms-footer .body .copyright {
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 6px;
        height: unset;
    }

    .ms-footer .body .power {
        color: #5B5B5B;
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 0px;
    }


}
/*通用盒子圆角与阴影样式*/
.content-box-shape{
	border-radius: 20px;
  	box-shadow: 5px 5px 5px #eeeeee;
  	background-color: #ffffff;
  	margin-top:20px;
  	
}
/*产品与服务样式*/
.content-container-box{
  width:80%;
  margin:0 auto;
}
.prouct-service-banner-list{
  	margin-top: 20px;
	width:100%;
}
.prouct-service-banner{
	width:100%;
  	padding: 0 17.5%;
  	display:flex;
  	align-items:center;
  	justify-content: space-between;
}
.prouct-service-banner-img{
  width:45%;
}
.prouct-service-banner-text{
	line-height:40px;
}
/*典型案例*/
.success-case-container{
}
.success-case-list{
  width:94%;
  margin:-130px auto 0 auto;
  border-radius: 20px;
  background-color: #ffffff;
  padding:0px 20px 40px 20px;
  	z-index:99;
  position: relative;
  box-shadow: 0 5px 15px rgb(235, 235, 235);
}
.success-case-title{
	width:100%;
  	height:60px;
  	font-size:20px;
  	line-height: 60px;
  	text-align:center;
  	/*border-bottom:2px dashed rgb(193, 206, 213);*/
}
.success-case-line-img{
	width:100%;
}
.success-case-items{
	display:flex;
  	justify-content: space-between;
  	margin-top:30px;
  	width:100%;
}
.success-case-item{
	width:15.5%;
  	height:320px;
  	border-radius: 15px;
  	box-shadow: 5px 5px 5px #eeeeee;
  	text-align:center;
    background-color:rgba(170, 217, 243, 0.25);
  	padding-top:20px;
}
.success-case-item:hover{
	box-shadow: 5px 5px 5px rgb(199, 235, 255);
}
.success-case-item-title{
  font-size:16px;
  color: rgb(0, 141, 216);
}
.success-case-item-text{
  padding: 20px;
  margin-top: 20px;
  text-align:left;
  line-height:30px;
  font-size:14px;
}
.success-case-banner-list{
  	margin-top: 20px;
	width:100%;
}
.success-case-banner{
	width:100%;
  	padding: 20px 5%;
  	display:flex;
  	align-items:center;
  	justify-content: space-between;
}
.success-case-banner-text{
  	line-height: 40px;
	width: 40%;
}
.success-case-banner-img{
  width:53%;
}
/*关于亿启诚*/
.about-container{
  width:65%;
  margin:0 auto;
  padding-bottom:20px;
}
.about-etsen-container{
  margin-top:-96px;
  z-index:99;
  position: relative;
  
}
.big-tittle{
  	font-weight:900;
	font-size: 45px;
  	color:#ffffff;
}
.col-line{
  margin-top:10px;
}
.col-line-top{
	width:10px;
  	height: 25px;
  	background: #ffffff;
}
.col-line-bottom{
	width:10px;
  	height: 25px;
  	background: #263BBC;
}
.about-etsen-main-content{
	display:flex;
  	margin-top:40px;
  	justify-content: space-between;
}
.about-etsen-left{}



.about-etsen-right{
	width:55%;
}

/*旁边点击按钮*/
.sider-container{
      position: fixed;
      right: 3%;
      bottom: 25vh;
      width: 80px;
      height: 180px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  		z-index: 9999;
    }
    .sider-item{
      position: relative;
      width: 80px;
      height: 80px;
    }
    .item-btn{
      width: 80px;
      height: 80px;
      position: absolute;
      border-radius: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-evenly;
      color: rgb(6, 135, 248);
      background-color: rgb(235, 246, 255);
      font-size: 12px;
      cursor:pointer;
      user-select: none;
      box-shadow: 0 0 5px #fff;
    }
    .sider-content{
      width: 200px;
      height: 330px;
      position: absolute;
      left: -200px;
      top: -250px;
      display: none;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 20px;
      padding: 20px;
      z-index: 99999;
    }
    .sider-items-img{
      width: 50px;
      height: 50px;
    }
    .sider-items-title{
      font-size: 16px;
      font-weight: 900;
    }
    .sider-item1-text{
      font-size: 12px;
      margin: 20px 0;
    }
    .wechat-ercode{
      width: 100%;
      /*height: 180px;*/
    }
    .sider-item2-text{
      font-size: 12px;
      margin: 10px 0;
    }
    .reserve-btn{
      width: 100px;
      height: 30px;
      line-height: 30px;
      color: #fff;
      border-radius: 5px;
      text-align: center;
      background-color: rgb(0, 119, 255);
      position: absolute;
      bottom: 20px;
      user-select: none;
      right: 10px;
      cursor:pointer;
    }
    .phone-input{
      width: 100%;
      height: 30px;
      border-radius: 5px;
      outline: 1px;
      border: 1px solid #eee;
      padding-left: 5px;
    }



