:root{
    --title--:#303133;
    --green--:#018E64;
    --font--:#606266;
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'Arial';
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
    color:var(--title--);
}
img{
    border:none;
    max-width:100%;
}
::selection {
    background:var(--green--); 
    color:#fff;
}   
::-moz-selection {
    background:var(--green--); 
    color:#fff;
}  
::-webkit-selection {
    background:var(--green--); 
    color:#fff;
}

@media (min-width:320px) and (max-width:769px){
    body{
        min-width:1200px;
    }
}
.cl{
    clear: both;
}
.containers{
    max-width:1200px;
    margin:0 auto;
}
.header{
    height:122px;
}
.header .containers{
    max-width:1450px;
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    max-width: 430px;
    height: 61px;
    margin-top:20px;
    position: relative;
    display:flex;
    align-items: center;
    padding-left:85px;
}
.logo::before{
    content:'';
    width:74px;
    height:61px;
    background:url(../images/logo.svg) no-repeat center;
    background-size:100% 100%;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.logo h1{
    margin:0;
    padding:0;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.01em;
    color: #000000;    
}
.menu{
    margin-top:20px;
    width:740px;
}
.menu ul{
    display: flex;
    justify-content: space-around;
}
.menu ul li a{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #303133;
}
.menu ul li:hover a,
.menu ul li.active a{
    color: #018E64;;
}
.tel{
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
}
.tel::before{
    content:'';
    width:30px;
    height:30px;
    background:url(../images/tel.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:-40px;
    top:10px;
}
.tel p{
    font-size: 16px;
    line-height: 26px;
    letter-spacing:2px;
    color: #606266;
}
.tel span{
    font-family:'Segoe UI';
    font-weight: bold;
    font-size: 26px;
    line-height:1;
    letter-spacing: 0.01em;
    color: #018E64;
    display: block;
}
@media (max-width: 1450px) {
    .logo h1{
        font-size:26px;
    }
    .menu{
        width:600px;
    }
    .tel span{
        font-size:18px;
    }
}
.banner-li{
    background-repeat: no-repeat;
    background-position: top;
    background-size:1920px 644px;
    min-height:644px;
}
.banner-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top:310px;
    transition: all 1s;
}
.banner-txt p{
    font-weight: 700;
    font-size: 68px;
    line-height: 95px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #303133;
}
.banner-txt p b{
    font-weight: 700;
    color: #018E64;
}
.banner-txt span{
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #606266;
    margin-top:25px;
}
.banner-txt a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 189px;
    height: 58px;
    background: #FEB447;
    border-radius: 8px;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: relative;
    margin-top:40px;
}
.banner-txt a::before{
    content:'';
    width:24px;
    height:24px;
    background:url(../images/banner-txt.svg) no-repeat center;
    background-size:100% 100%;
    margin-right:6px;
}
.banner-pic{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:80px;
    transition: all 1s;
    transform: translateY(100px);
    -ms-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -webkit-transform:translateY(100px);
    -o-transform:translateY(100px);
}
.banner-pic p{
    width: 118px;
    height: 97px;
}
.banner-pic span{
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    letter-spacing:6px;
    color: #303133;
}
.banner-pic span b{
    color: #018E64;
}
.banner-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top:144px;
    transition: all 1s;
    transform: translateY(100px);
    -ms-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -webkit-transform:translateY(100px);
    -o-transform:translateY(100px);
}
.banner-info span{
    font-weight: 800;
    font-size: 81px;
    line-height: 113px;
    letter-spacing: 0.05em;
    color: #018E64;
}
.banner-info p{
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #303133;
    margin-top:6px;
}
.banner-info ul{
    display: flex;
    margin-top:55px;
}
.banner-info ul li{
    background: #018E64;
    border-radius: 1430px;
    padding:0 20px;
    height:64px;
    line-height:64px;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-right:20px;
}
.banner .slick-dots li{
    width:22px;
    height:6px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius:0;
}
.banner .slick-dots .slick-active{
    width: 54px;
    background: #018E64;
}

.banner .slick-active .banner-info,
.banner .slick-active .banner-pic{
    transition: all .8s;
    transform: translateY(0);
    -ms-transform:translateY(0);
    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
    opacity: 1;
}
.banner .slick-active .banner-txt{
    margin-top:210px;
}
.product{
    padding-bottom:40px;
}
.pbox-top{
    margin-top:36px;
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEEF5;
    padding:20px 0;
}
.pbox-name{
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0.01em;
    color: #018E64;
    font-weight:bold;
}
.pbox-name span{
    letter-spacing:0px;
}
/* 74px */
.search{
    display:flex;
}
.search-txt{
    width: 335px;
    height: 44px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
}
.search-txt input{
    width:80%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #C0C4CC;
    background: #F5F6F8;
    border:none;
    margin-left:20px;
    outline: none;
}
.search-sub{
    width: 74px;
    height: 44px;
    border:none;
    background:#E4E7ED url(../images/search.svg) no-repeat center;
    background-size:22px 22px;
    cursor: pointer;
}
.pbox-main{
    margin-top:27px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pbox-side{
    width:272px;
}
.side-top{
    width: 272px;
    height: 93.52px;
    background: #018E64;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:24px;
}
.side-top span{
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.side-top p{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
}
.side-tel{
    width: 272px;
    height: 141px;
    background: #018E64;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.side-tel::after{
    content:'';
    width:40px;
    height:40px;
    background:url(../images/side-tel.svg) no-repeat center;
    background-size:100% 100%;
    position: absolute;
    top:16px;
    right:23px;  
}
.side-tel span{
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: block;
    margin-top:4px;
}
.side-tel p{
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-top:6px;
}
.side-ul{
    position: relative;
    border-right:1px solid #EBEEF5;
    border-left:1px solid #EBEEF5;
    padding-bottom:30px;
}
.side-dl{
    border-bottom: 1px solid #EBEEF5;
    padding-bottom:8px;
    margin:0 24px 0 15px;
    padding-top:26px;
}
.side-dt{
    position: relative;
}
.side-dt::before{
    content:'';
    height:4px;
    width:4px;
    border-radius:50%;
    background:#018E64;
    position: absolute;
    left:0;
    top:50%;
    z-index: 22;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.side-dt::after{
    content:'';
    height:14px;
    width:8px;
    background:url(../images/arrow.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right:0;
    top:50%;
    z-index: 22;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.side-dt a{
    display: block;
    margin-left:14px;
    font-size: 22px;
    line-height: 27px;
    color: #018E64;
}
.side-dt a.active,
.side-dt a:hover{
    font-weight:bold;
}
.side-dd{
    margin-top:12px;
    padding:4px 6px;
    display: flex;
    flex-wrap: wrap;
}
.side-dd a{
    min-width:50%;
    font-size: 15px;
    line-height:2.4;
    color: #606266;
}
.side-dd a.active,
.side-dd a:hover{
    color: #018E64;
    font-weight: bold;
}
.pbox-body{
    width:890px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: flex-start;
}
.pbox-li{
    width:270px;
    margin-bottom:12px;
    margin-right:40px;
}
.pbox-li:nth-child(3n+0){
    margin-right:0;
}
.pbox-li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    height:100%;
}
.pbox-li a p::before{
    content:'';
    width:48px;
    height:48px;
    background:url(../images/loupe.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index:22;
    top:50%;
    left: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%);
    opacity: 0;
}
.pbox-li a p::after{
    content:'';
    position: absolute;
    z-index: 11;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
}
.pbox-li:hover a p::before{
    opacity: .8;
}
.pbox-li:hover a p::after{
    opacity: 1;
}
.pbox-li a p{
    overflow: hidden;
    height:190px;
    width:100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pbox-li a p img{
    transition: all .2s;
}
.pbox-li:hover a p img{
    transform: scale(1.1);
}
.pbox-li a>span{
    display: block;
    width:100%;
    text-align: center;
    padding:14px 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #606266;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.pbox-li:hover a>span{
    font-weight: bold;
    color: #018E64;
}
.pbox-li a span .highlight{
    color:#018E64;
    font-weight: bold;
}
.about{
    height:730px;
    background:url(../images/about.png) no-repeat top center;
    background-size:1920px 509px;
    padding-top:76px;
}
.tab{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab span{
    font-size: 40px;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.tab p{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.about-main{
    background:#fff;
    padding:62px 52px;
    display: flex;
    justify-content: space-between;
    width:1200px;
    height:436px;
    margin-top:60px;
}
.about-pic{
    width:439px;
    height:30px;
}
.about-desc{
    width:616px;
}
.about-name span{
    font-size: 49px;
    line-height:1.1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: bold;
    color: #E4E7ED;
}
.about-name p{
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #303133;
}
.about-p{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #606266;
    text-indent: 2rem;
    margin:26px 0;
}
.about-more a{
    float: left;
    margin-right:15px;
    width: 140px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #018E64;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.about-more a:hover,
.about-more a:last-child{
    background:#606266;
}
.about-more a:last-child:hover{
    background: #018E64;
}
.news{
    width:100%;
    background:url(../images/news.png) no-repeat top center;
    height:642px;
}
.news-name{
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: bold;
    color: #018E64;
    display:flex;
    justify-content: center;
    padding-top:66px;
}
.news-main{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    margin-top:30px;
}
.recommend{
    width:386px;
    display: flex;
    flex-direction: column;
}
.news-pic{
    width: 386px;
    height: 252px;
    overflow: hidden;
}
.recommend a{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #303133;
    font-weight:bold;
    margin-top:30px;
}
.recommend a:hover{
    color:#018E64
}
.recommend p{
    margin:8px 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #606266;
}
.recommend span{
    margin-top:6px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #909399;
}
.news-ul{
    width:390px;
}
.news-ul:last-child{
    width:346px;
}
.news-top{
    display:flex;
    align-items: flex-end;
    padding:24px 0 18px 0;
    position: relative;
    cursor: pointer;
}
.news-top::after{
    content:'';
    width:12px;
    height:7px;
    background:url(../images/arrow2.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.news-top span{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #303133;
}
.news-top p{
    margin-left:10px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #909399;
}
.news-ul ul li{
    position: relative;
    margin:20px 0;
    padding-left:12px;
    display: flex;
    justify-content: space-between;
}
.news-ul ul li::before{
    content:'';
    width:4px;
    height:4px;
    border-radius:50%;
    background: #303133;
    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: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #303133;
    display: block;
    width:280px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-ul ul li a:hover{
    color:#018E64;
}
.news-ul ul li span{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #909399;
}
.news-li{
    margin-top:23px;
    display: flex;
    flex-direction: column;
}
.news-li a{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #303133;
}
.news-li a:hover{
    color:#018E64;
}
.news-li p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #606266;
    margin-top:5px;
}
.news-li span{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #909399;
    position: relative;
    margin-top:9px;
    padding-top:10px;
}
.news-li span::before{
    content:'';
    width:12px;
    height:2px;
    background: #018E64;
    position: absolute;
    top:0;
    left:0;
}
.coop{
    height:490px;
    display:flex;
    align-items: center;
}
.coop .containers{
    display: flex;
    justify-content: space-between;
}
.coop-l{
    width:828px;
    height:358px;
    background:url(../images/coop-l.png) no-repeat top center;
    background-size:828px 358px;
    padding:96px 80px 0 120px;
}
.coop-l span{
    font-size: 40px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #018E64;
}
.coop-l p{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #606266;
    margin:30px 0;
}
.coop-l a{
    width: 191px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #018E64;
    opacity: 0.7;
    border-radius: 361px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.coop-r{
    width:372px;
    height:358px;
    background:url(../images/coop-r.png) no-repeat top center;
    background-size:372px 358px;
    padding:96px 0 0 30px;
}
.coop-r span{
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.coop-r p{
    margin-top:30px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.foot{
    width:100%;
    height:442px;
    background: #202121;
}
.foot-logo{
    width:202px;
    height:169px;
    margin-bottom:25px;
}
.foot-main{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:33px 0;
}
.copy{
    height:65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copy,
.copy a{
    font-size: 14px;
    letter-spacing: 0.01em;
    color: rgba(245, 246, 248, .4);
}
.foot-nav a{
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.foot-nav a:hover{
    color:rgba(255, 255, 255, .7);
}
.foot-nav{
    height:95px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.foot-nav .containers{
    height:100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.foot-tel{
    width:500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tel-li{
    position: relative;
    padding-left:60px;
    margin:10px 0;
}
.tel-li::before{
    content:'';
    width:40px;
    height:40px;
    border-radius: 50%;
    border:1px solid #909399;
    position: absolute;
    left:0;
    top:50%;
    background:url(../images/tel-li-01.svg) no-repeat center;
    background-size:24px 24px;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.tel-li:nth-child(2)::before{
    background:url(../images/tel-li-02.svg) no-repeat center;
    background-size:24px 24px;
}
.tel-li:nth-child(3)::before{
    background:url(../images/tel-li-03.svg) no-repeat center;
    background-size:24px 24px;
}
.tel-li:nth-child(4)::before{
    background:url(../images/tel-li-04.svg) no-repeat center;
    background-size:24px 24px;
}
.tel-li span{
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #C0C4CC;
}
.tel-li p{
    letter-spacing: 0.01em;
    color: #F5F6F8;  
}
.tel-li:first-child p{
    font-size: 26px;
    line-height: 26px;
}
.tel-li:first-child p b{
    font-size: 16px;
}
.tel-li:nth-child(2) p{
    font-size: 17px;
    line-height: 26px;
}
.tel-li:nth-child(3) p{
    font-size: 20px;
    line-height: 26px;
}
.tel-li:nth-child(3) p b{
    font-size:16px;
}
.tel-li:nth-child(4) p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #F5F6F8;
}
.foot-code span{
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.code-p{
    margin-top:16px;
    width:108px;
    height:109px;
    background:url(../images/code-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.code-p img{
    width:98px;
    height:98px;
}
.foot-code p{
    margin-top:10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #909399;
}
.page-bar .banner-info{
    margin-top:0;
}
.page-bar .banner-li{
    min-height:500px;
    background-size:1920px 500px;
}
.nav{
    height:44px;
    background: #F5F6F8;
}
.nav .containers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.nav-l{
    position: relative;
    padding-left:30px;
}
.nav-l::before{
    content:'';
    width:26px;
    height:26px;
    background:url(../images/nav.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 22;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.nav-l a{
    overflow: hidden;
    padding:0 4px;
}
.nav-l a,
.nav-l{
    color: #3b3a44;
    font-size:14px;
}
.nav .search{
    position: relative;
}
.nav .search-txt{
    height:30px;
    width:260px;
    border-radius:20px;
    background: #fff;
}
.nav .search-txt input{
    background: #fff;
}
.nav .search-sub{
    position: absolute;
    right:10px;
    top:6px;
    background-color:rgba(0, 0, 0, 0);
    width:18px;
    height:18px;
    background-size: 100% 100%;
}
.page-view{
    padding:30px 0;
}
.vision {
    width: 100%;
    height: 460px;
    margin: 30px auto;
    text-align: center;
    background: url('../images/bg_01.jpg') no-repeat center top;
}
.vision img {
    width: 510px;
    height: 79px;
    margin: 80px auto 24px;
}
.vision p {
    font-size: 20px;
    color: #242424;
    line-height: 40px;
}
.page-tel{
    background-color:#eeeeee;
}
.telbox{
    display: flex;
    justify-content: space-between;
    float:left;
    margin:40px 0;
}
.telbox-l,
.telbox-r{
    flex:1;
    overflow: hidden;
}
.telbox-l img{
    height:100%;
}
.telbox-r{
    padding:40px;
    background: #fff;
}
.telbox-name{
    font-size: 34px;
}
.telbox-add{
    font-size:22px;
    padding:30px 20px 20px 30px;
    border-bottom: 1px solid #EBEEF5;
    position: relative;
}
.telbox-add::before{
    content:'';
    width:30px;
    height:30px;
    background:url(../images/tel-add.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:-5px;
    top:55%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.telbox span{
    font-size: 24px;
    display: block;
    margin:36px 0 20px 0;
}
.telbox p{
    font-size: 20px;
    line-height:2;
    padding-left: 33px;
    position: relative;
}
.tel-re::before{
    content:'';
    width:30px;
    height:30px;
    background:url(../images/tel-re.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:-5px;
    top:55%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.tel-mo::before{
    content:'';
    width:30px;
    height:30px;
    background:url(../images/tel-mo.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:-5px;
    top:55%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.tel-site::before{
    content:'';
    width:30px;
    height:30px;
    background:url(../images/tel-site.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:-5px;
    top:55%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.page .pbox-main{
    margin-top:40px;
}
.pagination {
	display: inline-block;
	border-radius: 4px;
}
.pager {
	display: flex;
	justify-content: center;
	margin:3rem 0 4rem 0;
	width:100%;
}
.pager li {
	display: inline;
}
.pager li span,  .pager li a {
	margin:0 8px;
	padding:7px 12px;
    background:#018E64;
	color:#fff;
    border-radius:4px;
    border-color:#fff;
}
.pager li a:hover,
.pagination > .active > span {
	background:#C0C4CC;
	color:#fff;
    border-color:#fff;
}
.pagination > .disabled > span {
	background: white !important;
	color:#666666;
    border-color:#fff;
}
.news-list{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    border-bottom: 1px dashed #aaa;
    padding-bottom:20px;
}
.news-list:first-child{
    margin-top:40px;
}
.news-list .news-pic{
    flex:.21;
    height:160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-list .news-li{
    flex:.77;
    margin-top:0px;
}
.news-list .news-li a{
    margin-bottom: 8px;
}
.news-list .news-li p{
    margin:8px 0;
}
.view{
    padding:50px 020px;
}
.title{
    font-weight: 700;
    font-size: 32px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.01em;
    color: #303133;
}
.title h1{
    font-weight: 700;
    font-size: 32px;
    color: #303133;
    margin:0;
}
.time{
    border-bottom: 1px solid rgba(235, 238, 245, .7);
    margin-top:10px;
    height:50px;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.time span{
    position: relative;
    margin-right:70px;
    font-size: 14px;
    line-height:1.8;
    letter-spacing: 0.01em;
    color: #909399;
}
.time span:nth-child(1)::before{
    content:'';
    width:22px;
    height:22px;
    background:url(../images/time.svg) no-repeat center;
    background-size: 100% 100%;
    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%);
}
.time span:nth-child(2)::before{
    content:'';
    width:26px;
    height:26px;
    background:url(../images/views.svg) no-repeat center;
    background-size: 100% 100%;
    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%);
}
.time span:nth-child(3){
    position: absolute;
    right:40px;
    top:50%;
    transform:translateY(-50%) ;
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%); 
    -webkit-transform:translateY(-50%); 
    -o-transform:translateY(-50%);
}
.content{
    padding:35px 20px;
    color:#242424;
}
.tool{
    text-align: left;
    padding:20px 0px;
}
.tool ul{
    padding:0;
    display: flex;
    justify-content: space-between;
}
.tool ul li{
    color:#464646;
    height:30px;
    line-height:30px;
    font-size:14px;
	overflow:hidden;
}
.tool ul li a{
    margin-left:2rem;
    font-size:14px;
    color:#464646;
}
.page-search .pbox-body{
    width:100%;
}
.page-search .search{
    margin:40px auto;
    justify-content: center;
}