:root{
    --red--:#E60012;
    --green--:#FEB447;
    --title--:#303133;
    --green--:#0046AF;
    --font--:#606266;
}
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    font-family: 'Arial';
}
ul,li{
    list-style: none;
    margin-bottom:0;
    padding-left:0;
}
a:hover,
a{
    text-decoration: none;
    color:var(--font--);
}
img{
    border:none;
    max-width:100%;
}
::selection {
    background:var(--red--); 
    color:#fff;
}   
::-moz-selection {
    background:var(--red--); 
    color:#fff;
}  
::-webkit-selection {
    background:var(--red--); 
    color:#fff;
}
p{
    margin-top:0;
    margin-bottom:0;
}
.cl{
    clear: both;
}
body{
    width: 100%;
    min-width:320px;
    max-width:640px;
    margin:0 auto;
    background: #fff;
    font-size:14px;
    font-family: -apple-system,Helvetica,sans-serif;
    line-height:1.5;
}
/* 菜单 */
.am-menu{
    position: static;
}
.am-menu-offcanvas1 .am-menu-toggle{
    width:2.2rem;
    top:16px;
    right:20px;
}
.am-menu-offcanvas1 .am-menu-toggle span{
    width:100%;
    border-radius: 1rem;
    background:#21252E;
    height:2px;
    margin-top:.5rem;
    display: block;
    transition: all .2s;
}
.am-offcanvas-page .am-menu-offcanvas1 .am-menu-toggle span:last-child{
    display:none;
}
.am-offcanvas-page .am-menu-offcanvas1 .am-menu-toggle span:nth-child(1){
    transform:skewY(40deg) translateX(5px);
}
.am-offcanvas-page .am-menu-offcanvas1 .am-menu-toggle span:nth-child(2){
    transform:skewY(-40deg) translateX(5px);
}
header{
    min-width:320px;
    max-width:640px;
    width: 100%;
    padding:0rem 2rem;
    z-index: 999;
    position:fixed;
    top:0;
    background-color: #fff;
    z-index: 1001;
}
header .logo{
    display:flex;
    justify-content: center;
}
header .logo a{
    display:block;
    width:60%;
    height:5rem;
    margin:.4rem 0;
    background: url(../images/logo.png) no-repeat center;
    background-size:contain;
}
.am-slider-default .am-direction-nav a:before{
    content:'<';
    color:#fff;
}
.am-slider-default .am-direction-nav a.am-next:before{
    content:'>';
    color:#fff
}
.am-slider-default .am-control-nav{
    bottom: 14px;
}
.am-slider-default{
    margin:0;
}
.am-slider-default .am-control-nav li{
    margin:0 3px;
}
.am-slider-default .am-control-nav li a{
    width:12px;
    height:4px;
    border-radius: 2px;
    background-color:rgba(255, 255, 255, .5);
}
.am-slider-default .am-control-nav li a.am-active{
    background-color: #fff;
}
.am-avg-sm-4>li{
    width:90%;
}
.containers{
    padding:0 1.2rem;
}
.about-top{
    display: flex;
    flex-direction: column;
    padding-top:3.4rem;
}
.about-top span{
    font-size:2.4rem;
    line-height:1.5;
    letter-spacing:-1px;
    text-transform: uppercase;
    font-weight:bold;
    color: #303133;
}
.about-top p{
    font-size: 2rem;
    line-height:2;
    letter-spacing: 0.01em;
    margin-top:1.2rem;
    position: relative;
}
.about-top p::before{
    content:'';
    background: #E60012;
    width:3rem;
    height:3px;
    position: absolute;
    top:-6px;
    z-index: 2;
}
.about-desc{
    font-size: 1.42rem;
    line-height:1.48;
    letter-spacing: 0.01em;
    color: #606266;
    margin-top:.8rem;
}
.about-desc p{
    text-indent:2rem;
}
.about-pic{
    margin:2rem;
    display: flex;
    justify-content: center;
}
.about-info{
    display: flex;
    justify-content: space-around;
    margin:3rem 0;
}
.about-li>span{
    font-size: 1.5;
    letter-spacing: 0.01em;
    color: #606266;
}
.about-li p b{
    font-size:3rem;
    letter-spacing: -0.02em;
    color: #E60012;
}
.about-li p span{
    font-size:.8rem;
    color:#303133;;
}
.core{
    background:url(../images/core.png) no-repeat center right;
    background-size:cover;
    width: 100%;
    padding-bottom: .5rem;
    position: relative;
}
.core .containers{
    padding:0 2rem;
}
.core .about-top{
    padding-top:4.8rem;
}
.core .about-top p,
.core .about-top span{
    color:#fff;
}
.core .about-top p::before{
    background: #fff;
}
.core-title{
    font-size:1.8rem;
    color:#fff;
    font-weight:bold;
    margin-top:3.2rem;
}
.core-title span{
    font-size:1.4rem;
    letter-spacing:1px;
}
.core-ul{
    margin-top:1.5rem;
    margin-bottom: 4rem;
}
.core-li{
    font-size:1.2rem;
    line-height:1.64;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: relative;
    padding-left:2rem;
}
.core-li::before{
    content:'';
    width:12px;
    height:12px;
    background:url(../images/core-li.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.thumb_img{
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.list_img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; 
}
.core-logo{
    position: absolute;
    top:5rem;
    right:2rem;
    width:14rem;
}
.core-pic1{
    position: absolute;
    bottom:-3rem;
    right:0rem;
    width:18rem;
    z-index: 22;
}
.core-pic2{
    position: absolute;
    bottom:-2rem;
    right:10rem;
    width:12rem;
    z-index: 20;
}
.area{
    padding-top:2.2rem;
}

.area-side{
    display:flex;
    justify-content: space-around;
    margin-top:1rem;
    width:100%;
}
.area-ul{
    margin-top:2rem;
}
.side-li{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex:1;
}
.side-li:nth-child(3){
    flex:1.2;
}
.side-li p{
    position: relative;
    width:6rem;
    height:6rem;
    background: #FFFFFF;
    padding:.2rem;
    margin:0 auto;
}
.side-li p::before{
    content:'';
    width:100%;
    height:100%;
    border-radius:50%;
    border:1px solid #F6F6F6;
    position: absolute;
    top:0;
    left:0;
}
.side-li.slick-current p::before{
    border:3px solid #E60012;
}
.side-li>span{
    font-size:12px;
    text-align: center;
    letter-spacing: 0.001em;
    color: #303133;
    display: block;
    margin-top:.5rem;
}
.side-li.slick-current>span{
    color:#E60012;
}
.area-pic a{
    display:flex;
    align-items: center;
    justify-content: center;
    height:18rem;
    border: 1px solid #E4E7ED;
    border-radius: 8px;
    overflow: hidden;
}
.area-pic a img{
    max-width:95%;
    max-height:95%;
}
.area-li{
    float:left;
    width:100%;
    margin:1rem 0;
}
.area-title a{
    display: block;
    margin-top:1rem;
    text-align:center;
    font-size:1.4rem;
    color:#303133;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.area-more{
    margin:3rem 0;
    display: flex;
    justify-content: center;
}
.area-more a{
    display:flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size:1.4rem;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #FEB447;
    border-radius: 8px;
    padding:.7rem 3.5rem;
}
.adva{
    background: linear-gradient(274.54deg, #E60012 1.74%, #FEB447 118.17%);
    position: relative;
    min-height:21.5rem;
}
.adva .containers{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adva-top{
    width:90%;
    margin-top:2.5rem;
}
.adv-tel{
    position: relative;
    margin-top:1rem;
    font-size:1.4rem;
    color: #FFFFFF;
}
.adv-tel::before{
    content:'';
    width:2rem;
    height:2rem;
    background:url(../images/adv-tel.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top:50%;
    left:-2.5rem;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.adv-tel span b{
    font-size:1.6rem;
    color:#feb447;
}
.adva-pic{
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    bottom:-7.5rem;
    width:60%;
}
.news{
    margin-top:6rem;
    padding-bottom: 3rem;
}
.news-pic{
    height:15rem;
    width:100%;
    overflow: hidden;
    margin-top:2rem;
}
.news-pic a{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #E4E7ED;
    height:8.5rem;
    margin-top:1.5rem;
    padding:0 1rem;
}
.news-time{
    flex:.15;
    display:flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.news-time::after{
    content:'';
    background: #E4E7ED;
    width:1px;
    height:80%;
    position: absolute;
    right:-.5rem;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.news-time span{
    font-size:3rem;
    color: #606266;
    line-height:1.2;
}
.news-time p{
    font-size:12px;
    color: #606266; 
}
.news-info{
    flex:.8;
    overflow: hidden;
}
.news-info a{
    font-size:1.8rem;
    color: #303133;
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-info p{
    font-size:1rem;
    line-height:1.5;
    color: #909399;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-ul{
    margin-top:2rem;
}
.news-ul ul li{
    margin:.6rem 1rem;
    position: relative;
    padding-left:1rem;
}
.news-ul ul li::before{
    content:'';
    width:4px;
    height:4px;
    background: #303133;
    border-radius:50%;
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.news-ul ul li a{
    font-size:1.5rem;
    color: #303133;
}
footer{
    background:#21252E;
    margin-bottom:6rem;
}
footer .containers{
    display: flex;
    flex-direction: column;
}
.foot-logo {
    display: flex;
    justify-content: center;
    padding:3.2rem 0 2.8rem 0;
}
.foot-logo a{
    display: flex;
    height:5rem;
    justify-content: center;
    width:60%;
}
.foot-logo a img{
    height:5rem;
    max-width: none;
}
.foot-name{
    font-size:1.6rem;
    color:#fff;
    position: relative;
}
.foot-code .foot-name::before,
.foot-tel .foot-name::before{
    content:'';
    width:16px;
    height:16px;
    background:url(../images/foot-tel.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top:50%;
    left:-26px;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.foot-menu{
    margin:0 3.5rem;
}
.foot-link{
    display: flex;
    flex-wrap: wrap;
    margin:1.2rem 0;
}
.foot-link a{
    width:50%;
    font-size:1.5rem;
    color:#C0C4CC;
    line-height:1.7;
}
.foot-tel{
    margin:1rem 3.5rem;
}
.foot-p{
    margin-top:1.2rem;
    font-size:1.5rem;
    color:#C0C4CC;
    line-height: 1.65;
}
.foot-p p span{
    font-size:2rem;
    font-weight: bold;
    letter-spacing:2px;
    color:#FEB447;
}
.foot-code{
    margin:1.8rem 3.5rem 1rem 3.5rem; 
}
.foot-code .foot-name::before{
    background-image:url(../images/foot-code.svg);
}
.code-main{
    display:flex;
    justify-content:space-around;
}
.code-li{
    margin:1rem 0;
}
.code-li span{
    font-size:1rem;
    color:#909399;
    display: block;
    margin-top:.5rem;
    text-align: center;
}
.code-li p{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:.5rem;
    width:9rem;
    height:9rem;
    background:url(../images/code-li.png) no-repeat center;
    background-size: contain;
}
.copy{
    margin-top:1rem;
    border-top:1px solid rgba(255, 255, 255, .2);
    padding:1rem 0 3rem 0;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.copy span{
    font-size:12px;
    color: #909399;
    opacity: 0.4;
}
.navbox{
    display: flex;
    justify-content: space-around;
    padding:1rem 0;
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    background: #fff;
    z-index: 1001;
}
.navbox-li a{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.navbox-li a img{
    width:3rem;
    height:3rem;
}
.navbox-li a img:nth-child(2){
    display: none;
}
.navbox-li.active a img:nth-child(1){
    display: none;
}
.navbox-li.active a img:nth-child(2){
    display: block;
}
.navbox-li a span{
    display: block;
    margin-top:.5rem;
    color:#606266;
}
.navbox-li.active a span{
    color:#E60012;
}

.nav{
    padding:.8rem 10px;
    margin:.5rem 0;
    font-size:1rem;
    color:#8d8d8d;
}
.nav a{
    font-size:1.6rem;
    color:#8d8d8d;
    margin:0 6px;
}
.page .about-info{
    margin-top:1rem;
}
.joinbox{
    padding:1rem 0;
}
.joinbox table tr{
    cursor: pointer;
}
.joinbox table tr:hover{
    background:rgba(254, 180, 71, .1);
}
.joinbox table tr th{
    height:5rem;
    background: #E60012;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
}
.joinbox table tr td{
    height:5rem;
    text-align: center;
}
.joinbox table tr td.joinbox-content{
    border-bottom: 1px solid #EBEEF5;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #606266;
    line-height: 1.8;
    padding:10px;
    display: none;
    height:auto;
    text-align: left ;
    width:100%;
    background:#fafafa;
}
.joinbox table:nth-child(2) tr td.joinbox-content{
    display:table-cell;
}
.joinbox-content p{
    margin: 0;
}
.telbox{
    display:flex;
    flex-direction: column;
    align-items:center;
}
.telbox h2{
    margin:.8rem 0;
    color:#C00000;
}
.telbox p{
    font-size:1.8rem;
    margin-bottom: .8rem;
    position: relative;
}
.telbox p::before{
    content: '';
    width:30px;
    height:30px;
    background:url(../images/tel.svg) no-repeat center;
    background-size:cover;
    position: absolute;
    left:-36px;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.telbox p:nth-child(3)::before{
    background-image:url(../images/add.svg);
}
.telbox p:nth-child(4)::before{
    background-image:url(../images/link.svg);
}
.video-ul .area-pic::before{
    border-radius: 0;
    display: none;
}
.video-ul{
    padding-bottom: 4rem;
}
.video-ul .area-li{
    border:none;
}
.videoed { 
    display:none; 
    width:50px; 
    height:50px; 
    position: absolute; 
    left:45%; 
    top:45%; 
    z-index:99; 
    border-radius:100%; 
}
.videos{ 
    display:none;
     position:fixed; 
     left:50%; 
     top:50%; 
     transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     -moz-transform:translate(-50%,-50%);
     -webkit-transform:translate(-50%,-50%);
     -o-transform:translate(-50%,-50%);
     z-index:100; 
     width:60%; 
     height:auto; 
}
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.title{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.01em;
    color: #303133;
}
.content{
    padding:.5rem 1rem;
}
.tool{
    text-align: left;
    padding:.5rem 0;
}
.tool ul{
    padding:0;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.tool ul li{
    color:#464646;
    line-height:1.8;
    font-size:14px;
	overflow:hidden;
}
.tool ul li a{
    margin-left:2rem;
    font-size:14px;
    color:#464646;
}
.video-ul .area-pic a{
    height:auto;
}
