
body{
    font-family: PingFang SC,Helvetica Neue,Helvetica,STHeiTi,sans-serif;;
}
[v-cloak]{
    display:none;
}
body, html { scroll-behavior: smooth; /* 平滑滚动到相应位置 */  height: 100%;}
*{margin:0;padding:0}
ul, ol { list-style:none; } 
a { text-decoration:none; }
a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/
a:visited{text-decoration:none; }/*指已经访问过的链接*/
a:hover{text-decoration:none;}/*指鼠标在链接*/
a:active{text-decoration:none;}/* 指正在点的链接*/ 
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
content: "";
display: block;
height: 0;
clear:both;
visibility: hidden;
}
.clearfix{
*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.pd-lf-1{padding-left:0.1rem;}


/* 0.5px css - start */
.border-bottom{
    position: relative;
}
.border-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 200%;
    height: 1px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.border-bottom:before{
    border-bottom: 1px solid #eee;
    bottom: 0;
}
/* 0.5px css -end */

/* content css - start */
/* body 也增加最大最小宽度限制，避免默认100%宽度的 block 元素跟随 body 而过大过小 */
body {
    max-width: 540px;
    min-width: 320px;
    margin:0 auto;
}

.nav-wrap.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.logo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 0 0.15rem;
    height: 60px;
    background: #21b8c5;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.logo-wrap > p > span{
    display: inline-block;
    padding: 0.1rem 0.2rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
}
.logo-wrap .logo{
    display:flex;
    flex-direction: row;
    align-items: center;
}
.logo-wrap .logo img{
    width:0.8rem;
    margin-right:0.1rem;
    border-radius: 50%;
}
.nav-cont{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 70px;
    color: #333;
    padding: 0.15rem;
}
.nav-cont li{
    text-align: center;
}
.nav-cont li.active p{
    color:#21b8c5;
}
.nav-cont li img{
    width:0.8rem;
}


.m-title{
    font-size:18px;
    color:#E1813E;
    text-align: center;
    position: relative;
    margin: 0 0 0.3rem;
    padding-top: 0.3rem;
}
.m-title >span> i{
    border: 1px solid #E1813E;
    padding: 2px 7px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
}
.m-title.nav-title{
    color: #21b8c5;
    font-size: 20px;
    border-bottom: 2px solid #21b8c5;
}
.m-title span{
    display: inline-block;
    padding:0.15rem 0;
    border-bottom:1px solid #E1813E;
}
.m-title.nav-title span{
    border-bottom:none;
}
.module1-wrap{
    background:#f5f5f5;
    padding-bottom: 0.15rem;
}

.module1-cont1{
    padding: 0 0.15rem;
}
.module1-cont1 > div{
    display: flex;
    font-size:14px;
    flex-direction: row;
    padding: 0.2rem 0.15rem;
    height: 1.8rem;
    /* background: #f5f5f5; */
}
.module1-cont1 > div >p{
    position: relative;
    width: 50%;
    text-align: center;
    height: 1.8rem;
    border: 1px solid #21b8c5;
    margin-right:0.8rem;
}
.m1-bg1::before,.m1-bg2::before,.m1-bg3::before,.m1-bg4::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.8rem;
    filter: blur(3px);
    background-size: cover;
}
.m1-bg1::before,
.m1-bg2::before,
.m1-bg3::before,
.m1-bg4::before{
    /* background: transparent url(../images/module1-1.png) center center no-repeat; */
    background:#dedddd;
}
/* .m1-bg2::before{
    background: url(../images/module1-2.png) center center no-repeat;;
}
.m1-bg3::before{
    background: url(../images/module1-3.png) center center no-repeat;;
}
.m1-bg4::before{
    background: url(../images/module1-4.png) center center no-repeat;;
} */
.module1-cont1 > div >p > img{
    height: 1.8rem;
    position: absolute;
    transform: translateX(-50%);
}
.module1-cont1 > div >p > span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    display: inline-block;
    padding: 0.1rem;
    color: #fff;
}
.module1-cont1 ul{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module1-cont1 li{
    font-size: 14px;
    line-height: 0.47rem;
    color: #666;
    text-align: left;
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 10px; */
    margin-left: 10px;
    list-style-type: disc;
}
.module1-cont2{
    padding:0 0.15rem;
}
.module1-cont2 ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.module1-cont2 ul li{
    width: 50%;
}
.module3-cont1 ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.module1-cont2 ul li img{
    width:100%;
    display:block;
    height: 2.7rem;
    border-radius: 4px;
}
.module1-cont2 ul li p{
    color: #333;
    font-size:16px;
    text-align: center;
    padding: 0.15rem 0 0.15rem 0;
}

.module2-wrap >div{
    font-size:14px;
    color:#666;
}
.module2-wrap >div >ul{
   display:flex;
   justify-content: center;
   padding: 0.15rem;
   margin: 0.2rem;
}
.module2-wrap >div >ul p{
    padding: 0.15rem;
    border-radius: 4px;
    border: 1px solid #21b8c5;
    color: #21b8c5;
    margin-left: 0.5rem;
    position: relative;
 }
 .module2-wrap >div >ul p>span{
    font-size:12px;
    display: block;
    color: #999;
 }
 .module2-wrap >div >ul p.has-arrow::after{
    content: '';
    display: inline-block;
    position: absolute;
    right: -0.42rem;
    top: 50%;
    margin-top: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
    transform: rotate(90deg);
    background: url(../images/arrow.png) no-repeat center center;
 }
 .module2-wrap >div >ul li:first-child p{
     margin-left:0;
 }
 .module2-wrap >div >div{
    font-size:14px;
    color: #fff;
    padding: 0.8rem 0.34rem;
    position: relative;
 }
 .module2-wrap >div >div.module2-bg1::before, 
 .module2-wrap >div >div.module2-bg2::before,
 .module4-wrap >div >div.module2-bg1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(1.2px);
    background-size: cover;
    z-index: -1;
}
 .module2-wrap >div >div.module2-bg1::before{
    background: url(../images/module2-1.png) no-repeat center center/cover;
 }
 .module2-wrap >div >div.module2-bg2::before{
    background: url(../images/module2-2.png) no-repeat center center/cover;
 }
 .module4-wrap >div >div.module2-bg1::before{
    background: url(../images/module4-1.png) no-repeat center center/cover;
 }
 .module2-wrap >div >div ul{
    background: rgba(0,0,0,0.3);
    padding: 0.15rem;
    color: #fff;
}
 .module2-wrap >div >div li{
    line-height: 30px;
}
.animation-div{
    height:3rem;
    position: relative;
    overflow: hidden;
}
.animation-div img{
    height:3rem;
    position: absolute;
    left: 0;
    animation: mymove 6s ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes mymove
{
	from {left:3rem;}
	to {left:-8rem;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	from {left:3rem;}
	to {left:-8rem;}
}

.module3-cont1 ul{
    padding: 0.3rem 0;
}
.module3-cont1 ul li >div img{
    width: 100%;
    height: auto;
}
.module3-cont1 ul li >div h2{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.module3-cont1 ul li >div p{
    font-size: 12px;
    color: #999;
    text-align: left;
    line-height: 20px;
}
.module3-cont1 ul li >div.flex-row{
    display:flex;
}

.module4-wrap > div >img{
    height:6rem;
}
.module4-wrap >div{
    position: relative;
    position: relative;
    background: #f5f5f5;
}
.module4-wrap > div > div{
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    right: 0.5rem;
    line-height: 30px;
    padding: 0.15rem;
    background: rgba(0,0,0,0.5);
}
.module4-wrap > div > div > p{
    text-indent: 0.4rem;
}
.module4-wrap > div > div ul{
    display: flex;
}
.module4-wrap > div > div li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module4-wrap > div > div li.has-arrow{
    position: relative;
}
.module4-wrap > div > div li.has-arrow::after{
    content: '';
    display: inline-block;
    position: absolute;
    right: -0.25rem;
    top: 0.2rem;
    width: 30px;
    height: 20px;
    transform: rotate(-33deg);
    background: url(../images/module4-arrow1.png) no-repeat center center/contain;
}
.module4-wrap > div > div ul img{
    width:50%;
    display: block;
}
.module4-wrap > div > div ul p{
    
}

.module5-wrap > img{
    width:100%;
}
.module5-cont1 >div.intro p{
    font-size:14px;
    color: #666;
    padding: 0 0.15rem 0;
    line-height: 30px;
}
.module5-cont1 >div.intro p:first-child{
    text-indent: 0.4rem;
    padding-top:0.2rem;
}
.development-path{
    font-size:0.24rem;
    padding: 0.5rem 0.15rem;
}
.development-path .item{
    display: flex;
    justify-content: center;
}
.development-path .item > .item-date-wrap{
    width: 50%;
    text-align: right;
    margin-top: -0.15rem;
}
.development-path .item > .item-cont{
    width:50%;
}
.item-date{
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    background: #21b8c5;
    color: #fff;
    margin-right: 20px;
    border-radius: 0.05rem;
}
.item-date:before,.item-date:after{
    content: "";
    display: block;
    border-width: 6px;
    position: absolute;
    right: -10px;
    top: 0.1rem;
    border-style: solid dashed dashed;
    border-color: #21b8c5 transparent transparent;
    font-size: 0;
    line-height: 0;
    transform: rotate(-90deg);
}
.development-path .item > .item-cont > div{
    padding-left: 20px;
    position: relative;
}
.development-path .item > .item-cont > div::before{
    position: absolute;
    content:'';
    display: inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background:#21b8c5;
    left:-4px;
}
.development-path .item > .item-cont > div::after{
    position: absolute;
    content:'';
    display: inline-block;
    width:1px;
    height:100%;
    border-radius: 50%;
    background:#21b8c5;
    left:0;
    bottom:0;
}
.development-path .item > .item-cont > div h2{
    font-size:14px;
    color:#666;
    font-weight: normal;
}
.development-path .item > .item-cont > div p{
    font-size:12px;
    color:#999;
    padding: 0.1rem 0 0.3rem;
    text-align: left;
}

.development-path .item.line-right > .item-cont > div::before{
    right: -4px;
    left: auto;
}
.development-path .item.line-right > .item-cont > div::after{
    right: 0;
    left: auto;
}
.development-path .item.line-right > .item-cont > div{
    padding-left: 0;
    padding-right: 20px;
}
.development-path .item.line-right > .item-date-wrap{
    text-align: left;
}
.development-path .item.line-right .item-date{
    margin-right: 0;
    margin-left: 20px;
}
.development-path .item.line-right .item-date:before, 
.development-path .item.line-right .item-date:after{
    right: auto;
    left: -10px;
    right: auto;
    border-color: #21b8c5 transparent transparent;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}
.development-path .item.line-right> .item-cont > div p,
.development-path .item.line-right > .item-cont > div h2{
    text-align: right!important;
}
.award-record{
    padding: 0.2rem 0.15rem;
}
.award-record .item{
    font-size: 12px;
    color: #666;
    position: relative;
    line-height: 22px;
    border: 1px solid #E1813E;
    border-bottom: none;
}
.award-record .item ul li{
    list-style: disc;
    margin-left: 0.3rem;
}

.award-record .item:last-child{
    border-bottom: 1px solid #E1813E;
}
.award-record .item >p{
    border-bottom: 1px solid #E1813E;
    color: #E1813E;
    background: #f5f5f5;
    font-size: 18px;
    padding: 10px 20px;
    text-align: left;
}
.award-record .item >ul{
    padding: 0.15rem 0.15rem 0.15rem 20px;
}

.module5-cont4 >p{
    color: #666;
    font-size:14px;
    padding: 0.15rem;
    text-indent: 20px;
    line-height: 30px;
}
.module5-cont4> div{
    text-align: center;
}
.module5-cont4> div >img{
    width:80%;
}

.footer{
    background: #21b8c5;
    font-size:12px;
    color: #fff;
    padding: 0.15rem 0;
    text-align: center;
    border-top: 1px solid #E1813E;
}
.footer h2{
    font-weight: normal;
    font-size:12px;
    text-align: left;
    margin-left: 0.5rem;
}
.footer p{
    text-align: left;
    margin-left: 0.5rem;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.toTop{
    position: fixed;
    right: 15px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    bottom: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(26,26,26,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.van-popup > h2{
    font-size: 20px;
    text-align: center;
    color: #666;
    padding: 15px 0;
}
.van-popup >p{
    font-size: 14px;
    color: #666;
    padding: 0 0.15rem 0.3rem;
    text-indent: 30px;
    line-height: 30px;
    margin-top: 0.2rem;
}
.submit-btn {
    text-align: center;
}
.submit-btn .van-button{
    padding:0 45px;
    height:40px;
    line-height: 40px;
    border-radius: 4px;
}
.submit-btn .van-button--primary{
    background: #21b8c5;
    border: 1px solid #21b8c5;
    margin-left:20px;
    margin-bottom: 50px;
}