: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';
}
@font-face {
    font-family: lianmeng;
    src: url('../images/联盟起艺卢帅正锐黑体.ttf');
}
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;
    height:auto;
    display: block;
}
.am-menu-offcanvas1 .am-menu-toggle span{
    width:100%;
    background: #182233;
    border-radius: 1.5px;
    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;
    align-items: center;
}
header .logo a{
    display:block;
    width:80%;
    height:5.5rem;
    margin:.5rem 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-direction-nav a{
    display: none;
}
.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%;
}
.slides-txt{
    width:100%;
    height:100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slides-txt a{
    font-size:2.5rem;
    line-height:1.8;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #000000;
    font-weight:bold;
}
.slides-txt span{
    font-size:.8rem;
    line-height:1;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 1.98236px 5.45149px rgba(0, 40, 101, 0.2);
    transform: scale(1);
}
.slides-txt p{
    margin-top:.5rem;
    font-size:1.4rem;
    line-height: 21px;
    letter-spacing: 0.645em;
    color: #FFFFFF;
    text-shadow: 0px 1.98236px 5.45149px rgba(0, 40, 101, 0.2);
}
.tab{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab span{
    font-family:'lianmeng';
    font-size: 2rem;
    line-height:1.6;
    text-align: center;
    letter-spacing: 2.33503px;
    color: #303133;
}
.tab p{
    font-size:1remx;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.571429px;
    color: #606266;
}
.pbox{
    padding:4rem 0;
    background:url(../images/pbox-bg.png) no-repeat center;
    background-size:100% 100%;
}
.pbox-main{
    padding:2rem 0;
}
.pbox-li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 15px;
}
.pbox-pic{
    width:100%;
    overflow: hidden;
    border:1px solid #fff;
}
.pbox-pic img{
    width:100%;
}
.pbox-list .pbox-pic{
    height:16rem;
}
.pbox-desc{
    padding:1rem 1.5rem 1.2rem 1.5rem;
    background: #ffffff;
    border: 1px solid #EBEEF5;
}
.pbox-desc span{
    font-size:1.8rem;
    font-weight: 400;
    color: #303133;
    display: block;
    padding:.2rem 0;
    position: relative;
}
.pbox-desc span::after{
    content:'';
    width: 42px;
    height: 2px;
    background: #0046AF;
    position: absolute;
    left:0;
    bottom:-.8rem;
}
.pbox-desc p{
    margin-top:1.8rem;
    font-size:1.2rem;
    line-height:1.6;
    letter-spacing: 0.04em;
    color: #909399;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pbox-main .slick-dots{
    bottom:-1rem;
}
.pbox-main .slick-dots li{
    width:8px;
    height:2px;
    margin:0 3px;
}
.pbox-main .slick-dots li.slick-active {
    background: #0046AF;
}
.pbox-more{
    display: flex;
    justify-content: center;
    padding:3rem 0;
}
.pbox-more a{
    width: 164px;
    height: 48px;
    background: #0046AF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.571429px;
    color: #FFFFFF;
    position: relative;
}
.pbox-more a::after{
    content:'';
    width:20px;
    height:20px;
    background:url(../images/pbox-more.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top:50%;
    right:16%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.adva{
    padding-top:6rem;
    padding-bottom:3rem;
    background:url(../images/adva-bg.png) no-repeat center;
    background-size: 100% 100%;
}
.adva-desc{
    padding:2.2rem 1.5rem 1rem 1.5rem;
    font-size:1.4rem;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #303133;
}
.adva-ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.adva-li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adva-li span{
    font-size: 1.6rem;
    letter-spacing: 0.571429px;
    color: #0046AF;
}
.adva-li span b{
    font-size:3.2rem;
    line-height:1.2;
    letter-spacing: 0.571429px;
    color: #0046AF;
}
.adva-li p{
    font-size: 1.5rem;
    line-height:1.8;
    letter-spacing: 0.571429px;
    color: #303133;
}
.adva-list{
    padding:.6rem 1rem;
}
.adva-list a{
    float:left;
    width:21%;
    margin:.5rem 2%;
}
.adva-more{
    display:flex;
    justify-content: center;
    padding:2rem 0;
}
.adva-more a{
    font-size:1.8rem;
    line-height: 167%;
    text-align: justify;
    letter-spacing: 0.571429px;
    color: #0046AF;
    position: relative;
}
.adva-more a::after{
    content:'';
    width: 120px;
    height: 10px;
    position: absolute;
    background:url(../images/adva-more.svg) no-repeat center;
    background-size:100% 100%;
    position: absolute;
    left:50%;
    bottom:-.5rem;
    transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
}
.about{
    background:url(../images/about-bg.png) no-repeat center top;
    background-size:cover;
    padding:4.5rem 0 4rem 0;
}
.about .tab p,
.about .tab span{
    color:#fff;
}
.about-desc{
    padding:1.2rem 1.9rem;
    font-size:1.7rem;
    line-height:2;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.about-more{
    display: flex;
    justify-content: center;
    padding:1rem 0;
}
.about-more a{
    font-size: 1.6rem;
    line-height: 167%;
    text-align: justify;
    letter-spacing: 0.571429px;
    color: #FFFFFF;
    position: relative;
}
.about-more a::after{
    content:'';
    width: 118px;
    height: 12px;
    background: url(../images/about-more.svg) no-repeat top;
    background-size: cover;
    position: absolute;
    left:50%;
    bottom:-.5rem;
    transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
}
.containers{
    padding:0 1.2rem;
}
.telbox{
    display:flex;
    flex-direction: column;
    align-items:center;
}
.telbox h2{
    margin:.8rem 0;
    color:#0046AF;
}
.telbox p{
    font-size:1.4rem;
    margin-bottom: .8rem;
    position: relative;
}
.telbox p::before{
    content: '';
    width:20px;
    height:20px;
    background:url(../images/tel.svg) no-repeat center;
    background-size:cover;
    position: absolute;
    left:-26px;
    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);
}
.title{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.01em;
    color: #303133;
}
.time{
    display:flex;
    justify-content: center;
    font-size:1.2rem;
    color: var(--cyan--);
    margin:.5rem 0;
}
.time span{
    padding:0 .5rem;
    height:2rem;
}
.content{
    padding:.5rem 0;
    color: #5a5a5a;
    text-indent:0;
    font-size:1.5rem;
    line-height:2;
}
.tool{
    text-align: left;
    padding:.5rem 0 2rem 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;
}
.nav{
    padding:.8rem 10px;
    margin:.5rem 0;
    font-size:1rem;
    color:#8d8d8d;
}
.nav a{
    font-size:1.2rem;
    color:#8d8d8d;
    margin:0 6px;
}
.abox-top{
    font-size:2.2rem;
    text-align: center;
    padding:1rem 0 .5rem 0;
}
.view{
    font-size:1.2rem;
    line-height:1.8;
    color: #909399;
}
.pbox-list{
    padding:0 1rem;
}
.pbox-list .pbox-li{
    float:left;
    width:47%;
    margin:1rem 1.5%;
}
.pbox-list .pbox-li a{
    padding:0;
}
.pbox-list .pbox-desc{
    padding:.5rem .8rem 1rem .5rem;
}
.pbox-list .pbox-desc span{
    font-size:1.5rem;
}
.pbox-list .pbox-desc span::after{
    bottom:-.5rem;
}
.pbox-list .pbox-desc p{
    margin-top:1.2rem;
}
.pager{
    display: flex;
    justify-content: center;
    padding:2rem 0 3rem 0;
}
.pager li {
    display: none;
}
.pager li:last-child,
.pager li:first-child{
    display: inline;
    margin:0 2rem;
}
.pager li span,
.pager li a
{
    margin:0 .5rem;
    padding:.5rem 2rem;
    border-radius: .5rem;
    border:1px solid #e1e1e1;
    color:#777777;
}

.pagination > .active > span{
    background:#8b171a;
    color:#fff;
}
.pagination > .disabled > span{
    background: white !important;
    color:#666666;
}
.work-list{
    padding:0 1rem;
}
.work-li{
    float:left;
    width:47%;
    margin:1rem 1.5%;
}
.work-li a{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    height:100%;
}
.work-li a p{
    width:100%;
    overflow: hidden;
}
.work-li a p img{
    width:100%;
}
.work-li a span{
    font-size: 1.5rem;
    font-weight: 400;
    color: #303133;
    display: block;
    padding: 0.5rem 0;
}
.news-ul{
    padding:0 1rem;
}
.news-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:1.5rem 0;
    border-bottom:1px solid #e5e5e5;
}
.news-li:last-child{
    border:none;
}
.news-pic{
    width:35%;
    height:10rem;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow:hidden;
}
.news-pic a{
    display: flex;
    justify-content:center;
    align-items: center;
    width:100%;
    height:100%;
}
.news-pic img{
    height: 100%;
    max-width: none;
}
.news-desc{
    width:65%;
    padding-left:1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}
.news-desc a{
    font-size:1.5rem;
    color:#221815;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-desc span{
    font-size: 1.1rem;
    color: #8e8e8e;
    margin: .3rem 0;
}
.news-desc p{
    font-size: 1.2rem;
    color:#8e8e8e;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2;
}

.copy{
    height:6rem;
}
.foot{
    position: fixed;
    bottom: 0;
    width:100%;
    z-index: 1001;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
}
.foot ul{
    display:flex;
    justify-content: space-around;
    width:100%;
}
.foot ul li{
    background: #ffffff;
    flex:1;
}
.foot ul li.active a span{
    color:#0046AF;
}
.foot ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:1rem 0;
    font-size:1.1rem;
    line-height:2;
    color:#909399;
}

.foot ul li.active a svg path{
    fill:#0046AF;
}
.foot ul li a img{
    height:2.5rem;
}
.honor-list .work-li{
    width:97%;
    border:1px solid rgba(48, 58, 109, 0.3);
}

