:root{
    --blue:#004098;
} 
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
img,a{
    -webkit-touch-callout: none;
    text-decoration: none;
    max-width: 100%;
}
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;
    padding-bottom: 4rem;
}
ul,li{
    list-style:none;
    margin:0;
    padding:0;
}


/* 菜单 */
.am-menu-offcanvas1 .am-menu-toggle{
    width:3.4rem;
    top:-40px;
}
.am-menu-offcanvas1 .am-menu-toggle span{
    width:100%;
    border-radius: 1rem;
    background:#fff;
    height:4px;
    margin-top:.6rem;
    display: block;
}
.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(7px);
}
.am-offcanvas-page .am-menu-offcanvas1 .am-menu-toggle span:nth-child(2){
    transform:skewY(-40deg) translateX(7px);
}
header{
    min-width:320px;
    max-width:640px;
    width: 100%;
    background: var(--blue);
    padding:1rem 3rem;
    position: fixed;
    z-index: 999;
}
.logo img{
    max-width:50%;
}
.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;
    padding-top:6rem;
}

.tab{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.tab span:nth-child(1) a{
    font-size:2.5rem;
    color:#004098;
    letter-spacing:3px;
}
.tab span:nth-child(2){
    line-height: 1;
}
.tab span:nth-child(2) img{
    height:1rem;
}
.tab p{
    font-size:1.2rem;
    color:#7c7e80;
    margin:1rem 0 0;
}
.product{
    padding-top: 2rem;
    background: #f4f5f6;
}
.product ul{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    padding:0rem 1% 1rem 1%;
    margin:0;
}
.product ul li{
    width:46%;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
}
.product ul li a:nth-child(1){
    width:100%;
    height:16rem;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
}
.product ul li a:nth-child(1) img{
    max-height: 100%;
}
.product ul li a:nth-child(2){
    width:100%;
    height:4rem;
    display:flex;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    font-size:1.3rem;
    color:#fff;
}
.more{
    display:flex;
    justify-content: center;
    align-items: center;
    padding:1rem 0 2rem 0;
}
.more a{
    padding:.1rem 1.8rem;
    border:1px solid #c8c9cd;
    border-radius: 20px;
    font-size:1.4rem;
    color:var(--blue);
    text-transform:uppercase;
}
.about{
    padding:1.5rem 3%;
}
.about-pic{
    margin-top:1.5rem;
}
.about-p{
    font-size:1.4rem;
    line-height:24px;
    color:#434649;
    margin-top: 1rem;
}
.about-p p{
    text-indent: 2rem;
    margin:0;
    margin-top:.5rem;
}
.adva{
    position: relative;
}
.adva span{
    position: absolute;
    bottom: 1.2rem;
    left:4.2rem;
    font-size:1.5rem;
    color: #fff;
    letter-spacing:1px;
    font-weight: bold;
}
.news{
    padding:2rem 3%;
}
.news-top{
    margin-top:2rem;
    display:flex;
    flex-direction: column;
}
.news-top a:nth-child(1){
    width:100%;
    height:20rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-top a:nth-child(1) img{
    min-width:100%;
    max-height: 100%;
}
.news-top a:nth-child(2){
   font-size:2rem; 
   color:#004098;
   padding-top:1.5rem;
}
.news-top span{
    font-size:.8rem;
    color:#7d7e80;
    margin-top:.5rem;
}
.news ul li{
    border-bottom: 1px solid #ededed;
    height:4.5rem;
    width:100%;
    overflow: hidden;
    display:flex;
    align-items: center;
    position: relative;
    text-overflow:ellipsis;
}
.news ul li:first-child{
    border-top: 1px solid #ededed;
    margin-top:1rem;
}
.news ul li::before{
    content: '';
    width:1.3rem;
    height:1.3rem;
    background: url(../images/desc.png) no-repeat;
    background-size: cover;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.news ul li a{
    font-size:1.4rem;
    color:#434649;
    margin-left:2rem;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.honor-body{
    padding:1rem 1rem;
    width:100%;
    overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -15px;
}
.swiper {
    width: 80%;
    height: 100%;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.honor-body .swiper-wrapper{
    align-items: center;
}
.foot{
    background: var(--blue);
    height:12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:3rem;
}
.copy{
    font-size:.8rem;
    color:rgba(255, 255, 255, .5);
    padding-top:1rem;
}
.goto{
    width:5rem;
    height:5rem;
    background: var(--blue);
    border-radius: 50%;
    margin-top:-1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.goto::before{
    content:'';
    width:0;
    height:0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position:absolute;
    top:1rem;
}
.goto a{
    position: absolute;
    top:2rem;
    font-size:1.5rem;
    color:#fff;
}
.foot-logo{
    padding-top:.5rem;
}
.bar-page{
    width:100%;
    height:18rem;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bar1.jpg) center;
    background-size: cover;
}
.bar-page h1{
    font-size:2rem;
    color:#fff;
    font-weight: normal;
    text-shadow: 0 1px hsl(214, 100%, 23%), 
    0 1px hsl(224, 97%, 24%), 
    0 2px 4px rgba(0, 39, 168, 0.5); 
    font-weight: bold;
}
.history{
    background:var(--blue);
    color: #fff;
    font-weight: bold;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    margin:2% 2%;
}
.page-view{
    padding:0 2%;
}
.page{
    padding-bottom: 1rem;
}
.view-top {
    line-height: 4vh;
    text-align: center;
    margin:1rem 0;
}
.view-top p{
    margin:.5rem 0 0 0;
}
.view-title{
    font-size: 1.8rem;
    line-height: 1.2;
}
.view-content{
    margin: 0 1%;
    line-height: 3vh;
}
.view-content p{
    margin:0;
}
.page-view .news{
    padding-top:1rem;
}
.page-view .product{
    padding:1rem 0;
}
.probox-tag{
    padding:.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    width:100%;
}
.probox-tag a{
    font-size:.8rem;
    color:#747474;
    padding:.4rem 1rem;
    background: #eeeeee;
    margin:.3rem .5rem;
    white-space:nowrap
}
.probox-tag a.active{
    background: var(--blue);
    color:#fff;
}
.join ul li{
    float:left;
    width:48%;
    overflow: hidden;
    display:flex;
    justify-content: center;
    margin:1rem 1%;
}
.cl{
    clear:both;
}


/* 分页 */
.pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pager{
    display: flex;
    justify-content: center;
    margin:1rem 0;
}
.pager li {
    display: inline;
}
.pager li span,
.pager li a
{
    margin:0 8px;
    border:none;
    color:var(--blue);
}
.pagination > .active > span:focus , .pagination .page-item span{
    background: var(--blue) !important;
}
.pagination > .disabled > span{
    background: white !important;
    color:#666666;
}
/* 上下篇 */
.view-tool{
    border-top:1px #e2e2e2 solid;
    text-align: left;
    padding:10px 15px 10px 0;

}
.view-tool ul li{
    color:#464646;
    height:30px;
    line-height:30px;
    margin:0px 20px 0px 20px;
    font-size:14px;
	overflow:hidden;
}
.view-tool ul li a{
    font-size:14px;
    color:#464646;
}




/* 底部 */
.flexbox{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width:100%;
    max-width: 640px;
    background: #222e3b;
    box-shadow: 0px 0px 6px #3d3d3d;
}
.flexbox ul{
    display:flex;
    justify-content: center;
    margin-bottom:0px;
}
.flexbox ul li{
    flex:1;
    border-left:1px solid #222e3b;
}
.flexbox ul .active{
    background-color:var(--blue) ;
    border-left:1px solid var(--blue);
}
.flexbox ul li a{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:1rem;
    color:#fff;
    margin-bottom: .5rem;
}
.flexbox ul li a span{
    margin-top:1rem;
    font-size:1.4rem;
    color:#fff;
}