:root{
    --title--:#303133;
    --blue--:#0046AF;
    --font--:#909399;
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'Arial';
}
@font-face {
    font-family: lianmeng;
    src: url('../images/联盟起艺卢帅正锐黑体.ttf');
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
    color:var(--title--);
}
img{
    border:none;
    max-width:100%;
}
::selection {
    background:var(--blue--); 
    color:#fff;
}   
::-moz-selection {
    background:var(--blue--); 
    color:#fff;
}  
::-webkit-selection {
    background:var(--blue--); 
    color:#fff;
}
.cl{
    clear: both;
}
.containers{
    max-width:1300px;
    margin:0 auto;
}
.head{
    position: absolute;
    width:100%;
    top:0;
    z-index: 1001;
}
.head .containers{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width:198px;
    height:91px;
}
.tel{
    position: relative;
    margin-top:16px;
}
.tel span{
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}
.tel::before{
    content:'';
    width:32px;
    height:32px;
    border-radius:50%;
    background: rgba(255, 255, 255, 0.3) url(../images/tel.svg) no-repeat center;
    position: absolute;
    left:-40px;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.tel::after{
    content:'';
    width: 211px;
    height: 1px;
    position: absolute;
    left:-30px;
    top: 42px;
    background: #EBEEF5;
}
.head-r{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.menu{
    margin-top:28px;
    width:686px;
    height:44px;
}
.menu ul{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu ul li{
    flex: 1;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.menu ul li::after{
    content:'';
    width:0;
    height: 3px;
    background: #FFFFFF;
    border-radius: 15px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    bottom:-3px;
    opacity: 0;
    transition: all .3s;
}
.menu ul li.active::after,
.menu ul li:hover::after{
    opacity: 1;
    width:40px;
}
.menu ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.457143px;
    color: rgba(255, 255, 255, 0.8);
}
.banner-li{
    width:100%;
    height:880px;
    background-position:top center;
    background-repeat: no-repeat;
    background-size: 1920px 880px;
}
.banner-txt{
    /* margin-top:316px; */
    margin-top:280px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.banner-txt a{
    position: absolute;
    top:300px;
    transition: all .7s;
    opacity:0;
}
.banner-txt span{
    position: absolute;
    top:280px;
     opacity:0;
    transition: all .9s;
}
.banner-txt p{
    position: absolute;
    top:280px;
     opacity:0;
    transition: all 1s;
}
.slick-active .banner-txt a{
     opacity:1;
    top:36px;
}
.slick-active .banner-txt span{
     opacity:1;
    top:133px;
}
.slick-active .banner-txt p{
     opacity:1;
    top:192px;
}
.banner .slick-dots li{
    background: rgba(255, 255, 255, 0.8);
    width:32px;
    height:6px;
    border-radius:4px;
}
.banner .slick-dots li.slick-active{
    background: rgba(0, 70, 175, 0.8);
}
.banner .slick-next,
.banner .slick-prev{
    background:url(../images/left.svg) no-repeat center;
    background-size: contain;
    z-index: 1001;
    width:60px;
    height:60px;
    opacity:.6;
}
.banner .slick-next{
    transform:rotateY(180deg) translateY(-50%);
}
.pbox{
    width:100%;
    height:800px;
    background:url(../images/pbox-bg.jpg) no-repeat top center;
    background-size:1920px 800px;
    padding-top:80px;
}
.pbox-top{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}
.pbox-name{
    cursor: pointer;
}
.pbox-name span{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.571429px;
    color: #606266;
}
.pbox-name p{
    margin-top:20px;
    font-family: 'lianmeng';
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4.59553px;
    color: #303133;
}
.pbox-desc{
    width:607px;
    font-size: 16px;
    line-height: 173.5%;
    text-align: right;
    letter-spacing: 0.571429px;
    color: #303133;
}
.pbox-main{
    margin-top:48px;
}
.pbox-li a{
    display: block;
    overflow: hidden;
    width:325px;
    height:425px;
    padding:0 15px;
}
.pbox-pic img{
    transition: all .4s;
}
.pbox-pic{
    width:100%;
    height:290px;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pbox-pic::before{
    content:'';
    width:48px;
    height:48px;
    background:url(../images/magnifier.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 3;
    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%);
    opacity:0;
    transition: all .2s;
}
.pbox-pic::after{
    content:'';
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 2;
    left:0;
    top:0;
    opacity:0;
    transition: all .2s;
}
.pbox-li a:hover .pbox-pic::after{
    opacity: 1;
}
.pbox-li a:hover .pbox-pic::before{
    opacity: .5;
}
.pbox-li a:hover .pbox-pic img{
    transform: scale(1.1);
}
.pbox-p{
    width:100%;
    height:122px;
    padding:16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #fff;
}
.pbox-p span{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #303133;
    position: relative;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.pbox-p span::after{
    content:'';
    width: 52px;
    height: 3px;
    background: #0046AF;
    position: absolute;
    left:0;
    bottom: -6px;
}
.pbox-p p{
    font-size: 14px;
    line-height: 20px;
    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-prev, 
.pbox-main .slick-next{
    width:64px;
    height:64px;
    background: #FFFFFF url(../images/pbox-arrow.svg) no-repeat center;
    background-size: 14px 28px;
    border-radius: 50%;
    left: -70px;
}
.pbox-main .slick-next{
    left:auto;
    right:-70px;
    transform:rotateY(180deg) translateY(-50%);
}
.pbox-main .slick-disabled{
    cursor: default;
    filter: grayscale(100%);
}
.pbox-main .slick-dots li{
    width:26px;
    height:26px;
    border: 1px solid #0046AF;
    background-color: rgba(255, 255, 255, 0);
    margin:0 12px;
}
.pbox-main .slick-dots .slick-active{
    background-color:  #0046AF;
}
.pbox-main .slick-dots{
    width: auto;
    right:0;
    bottom:-80px;
}
.pbox-main .slick-dots li button{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #0046AF;
    border:0;
    background-color: rgba(0, 40, 101, 0);
    cursor: pointer;
}
.pbox-main .slick-dots .slick-active button{
    color:#fff;
}

.pbox-more{
    width: 164px;
    height: 48px;
    background: #0046AF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin:50px auto;
}
.pbox-more a{
    display:flex;
    align-items: center;
    padding-left:43px;
    width:100%;
    height:100%;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.571429px;
    color: #FFFFFF;
}
.adva{
    height:670px;
    background:url(../images/adva-bg.jpg) no-repeat top center;
    background-size:1622px 662px;
}
.adva .containers{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adva-l{
    width: 624px;
}
.adva-top{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top:120px;
    margin-right:10px;
}
.adva-name span{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.571429px;
    color: #606266;
}
.adva-name p{
    margin-top:20px;
    font-family: 'lianmeng';
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4.59553px;
    color: #303133;
}
.adva-more{
    position: relative;
    width:100px;
    height:38px;
}
.adva-more::after{
    content:'';
    width:93px;
    height:8px;
    background:url(../images/adva-more.png) no-repeat ;
    background-size:93px 8px;
    position: absolute;
    left:0;
    bottom:0;
}
.adva-more a{
    display:block;
    width:100%;
    height:100%;
    font-size: 16px;
    line-height: 167%;
    letter-spacing: 0.571429px;
    color: #0046AF;
}
.adva-p{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #303133;
    margin:40px 0;
}
.adva-ul{
    display: flex;
    justify-content:space-between;
    width:460px;
}
.adva-li{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.adva-li span{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.571429px;
    color: #0046AF;
}
.adva-li span b{
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0.571429px;
    color: #0046AF;
}
.adva-li p{
    margin-top:6px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.571429px;
    color: #303133;
}
.adva-main{
    width:636px; 
    margin-top:120px;  
}
.adva-main a{
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:144px;
    height:206px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid rgba(0, 0, 0, 0);
}
.adva-max a{
    width:240px;
    height:336px;
}
.adva-main .active,
.adva-main a:hover{
    border:1px solid #303a6d;
}
.adva-main a img{
    height:100%;
    width:100%;
}
.adva-main a:nth-child(4n+0){
    margin-right:0;
}
.about{
    width:100%;
    height:642px;
    background:url(../images/about-bg.jpg) no-repeat center;
    background-size:1920px 642px;
    position: relative;
    overflow: hidden;
}
.about .containers{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about::after{
    content:'';
    width:0%;
    height:100%;
    background: rgba(18, 24, 34, 0.7);
    border-radius: 20px;
    position: absolute;
    top:0;
    right:-5%;
    transform: skewX(-7.5deg);
    -ms-transform:skewX(-7.5deg);
    -moz-transform:skewX(-7.5deg);
    -webkit-transform:skewX(-7.5deg) ;
    -o-transform:skewX(-7.5deg);
    z-index: 1;
    transition: all 1s;
}
.about.animated::after{
    width:60%;
}
.about-p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width:610px;
    position: absolute;
    z-index: 2;
    top:147px;
}
.about-p a{
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.571429px;
    color: #FFFFFF;
}
.about-p span{
    font-size: 32px;
    line-height: 48px;
    text-align: justify;
    color: #FFFFFF;
    margin-top:6px;
}
.about-p p{
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin:30px 0;
}
.about-more{
    position: relative;
    width:93px;
    height:34px;
}
.about-more::after{
    content:'';
    width:93px;
    height:8px;
    background:url(../images/about-more.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:0;
    bottom:0;
}
.about-more a{
    display: flex;
    width:100%;
    height:100%;
    font-size: 16px;
    line-height: 167%;
    text-align: justify;
    letter-spacing: 0.571429px;
    color: #FFFFFF;
}
.foot{
    height:520px;
    background:#F5F6F8;
    padding-top:50px;
    position: relative;
    overflow: hidden;
}
.foot-logo{
    width:208px;
    height:90px;
    margin:0 auto;
    position: relative;
}
.foot::before{
    content:'';
    width:calc(50% - 130px);
    height: 1px;
    background: #E4E7ED;
    position: absolute;
    left:0;
    top:92px;
}
.foot::after{
    content:'';
    width:calc(50% - 130px);
    height: 1px;
    background: #E4E7ED;
    position: absolute;
    right:0;
    top:92px;
}
.foot-main{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top:22px;
}
.foot-name{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #303133;
    margin-bottom: 14px;
}
.foot-tel ul li{
    font-family:'微软雅黑';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #303133;
    margin:16px 0 20px 0;
    position: relative;
    padding-left:30px;
}
.foot-tel ul li::before{
    content:'';
    width:24px;
    height:24px;
    position: absolute;
    left:0;
    top:2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.foot-tel ul li:nth-child(1)::before{
    background-image:url(../images/foot-comp.svg);
}
.foot-tel ul li:nth-child(2)::before{
    background-image:url(../images/foot-tel.svg);
    width:18px;
    height:18px;
}
.foot-tel ul li:nth-child(3)::before{
    background-image:url(../images/foot-add.svg);
}
.foot-tel ul li span{
    font-weight:bold;
    font-size:20px;
}
.foot-menu{
    display: flex;
    justify-content: space-between;
    width:470px;
}
.foot-menu .foot-dl ul li{
    float:left;
    margin:5px 0;
    width:100%;
}
.foot-menu .foot-dl:last-child ul{
    width:250px;
}
.foot-menu .foot-dl:last-child ul li{
    width: 50%;
}
.foot-menu .foot-dl ul li a{
    font-size: 14px;
    line-height:1.5;
    letter-spacing: 0.04em;
    color: #303133;
}
.foot-code{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.code p{
    margin-top:10px;
    width:120px;
    height:120px;
    background-color: #fff;
}
.code span{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #909399;
    display: block;
    margin-top:10px;
}
.link{
    display: flex;
    border-bottom: 1px solid #E4E7ED;
    padding:17px 0;
    margin-top:14px;
}
.link a,
.link span{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.571429px;
    color:#303133;
}
.link a{
    margin-right:20px;
}
.link span{
    color: #0046AF;
    position: relative;
    padding-left:40px;
}

.link span::before{
    content:'';
    width:32px;
    height:32px;
    background:url(../images/link.svg) no-repeat center;
    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%);
}
.copy{
    margin-top:4px;
    font-size: 14px;
    line-height: 20px;
    height:56px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.8px;
    color: #909399;
}
.copy a{
    font-size: 14px;
    color: #909399;
}

.page-bar .banner-li{
    height:567px;
    background-size: 1920px 567px;
}
.page-bar .banner-txt{
    margin-top:240px;
}
.page-bar .banner-txt a{
    font-size:40px;
    line-height:2;
}
.page-bar .banner-txt span{
    font-size:18px;
    top:106px;
}
.page-bar .banner-txt p{
    top:130px;
    font-size:22px;
}
.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;
}
.about-top{
    margin:50px 0 20px 0;
    font-size: 40px;
    line-height: 56px;
    color:#303133;
    text-align: center;
}
.about-view{
    font-size: 18px;
    line-height: 34px;
    color:#909399;
}
.adva-page{
    height:auto;
    padding-bottom: 50px;
}
.adva-page .containers{
    flex-direction: column;
}
.adva-page .adva-top{
    margin-top:40px;
}
.adva-page .adva-l{
    width:100%;
}
.adva-page .adva-ul{
    margin:0 auto;
    width:60%;
    justify-content:space-between;
}
.adva-page .adva-main{
    width:100%;
    margin-top:40px;
}
.adva-page .adva-main a:nth-child(4n){
    margin-right: 20px;
}
.adva-page .adva-main a:nth-child(8n){
    margin-right:0;
}
.pbox-list{
    padding-top:40px;
}
.pbox-list .pbox-li a{
    float:left;
    margin-top: 10px;
}
.page-bg{
    background-color: rgba(245, 246, 248, .5);
}
.pagination {
	display: inline-block;
	border-radius: 4px;
}
.pager {
	display: flex;
	justify-content: center;
	padding:3rem 0 4rem 0;
	width:100%;
}
.pager li {
	display: inline;
}
.pager li span,  .pager li a {
	margin:0 8px;
	padding:7px 12px;
    background:var(--blue--);
	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;
}
.work-li{
    float:left;
    width:310px;
    margin-right:20px;
    margin-top:26px;
}
.work-li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    height:100%;
}
.work-li a p{
    width:100%;
    height:312px;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
}
.work-li a p img{
    transition: all .3s;
}
.work-li a:hover p img{
    transform:scale(1.1);
}
.work-li a span{
    margin-top:10px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #303133;
}
.work-li:nth-child(4n){
    margin-right:0px;
}
.nbox{
    padding-top:40px;
}
.nbox li{
	height: 174px;
	background: #fff;
	padding: 0 24px;
	margin-bottom: 16px;
	border-radius: 6px;
    display: flex;
	align-items: center;
}
.nbox li .imgbox{
	width: 126px;
	height: 126px;
	border-radius: 6px;
	overflow: hidden;
}
.nbox li .imgbox img{
	width: 100%;
	height: 100%;
	transition: .3s ease-out;
}
.nbox li .imgbox:hover img{
	transform: scale(1.1,1.1);
}
.nbox li .info{
	width: 850px;
	margin-left: 30px;
}
.nbox li .info a{
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.nbox li .info p{
	font-size: 16px;
	line-height: 22px;
	color: #606266;
	margin: 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.nbox li .info span{
	display: block;
	line-height: 20px;
	color: #909399;
}
.nbox li a.more{
	border: 1px solid var(--font--);
	border-radius: 6px;
	width: 112px;
	height: 36px;
	box-sizing: border-box;
    display: flex;
	align-items: center;
	justify-content: center;
	color: var(--font--);
	font-size: 16px;
	line-height: 20px;
	margin-left: auto;
    position: relative;
}
.nbox li a.more::after{
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/arrow1.svg) no-repeat center;
	background-size:cover;
	margin-left: 2px;
	margin-top: 2px;
}
.nbox li a.more:hover{
	background: var(--blue--);
    border: 1px solid var(--blue--);
	color: #fff;
}
.nbox li a.more:hover::after{
	background: url(../images/arrow2.svg) no-repeat center;
	background-size: 20px;
}
.view{
    margin-top:50px;
}
.view h1{
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color:#303133;
}
.view-time{
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.view-time span{
    font-size: 12px;
    margin: 0 10px;
    color: #999;
    line-height: 50px;    
}
.content{
    margin-top: 30px;
    line-height: 30px;
    color: #303133;
    font-size: 14px;
}
.prepage{
    line-height: 30px;
    margin:25px 0;
    color: #303133;
    font-size: 14px;
}
.prepage a{
    color:var(--title--);
}
.telbox{
    display: flex;
    justify-content: space-between;
    float:left;
    margin:40px 0;
    width:100%;
    height:390px;
}
.telbox-l{
    flex:.8;
    overflow: hidden;
}
.telbox-l img{
    width:100%;
}
.telbox-r{
    flex:1.2;
    padding:50px 40px;
    background: #fff;
    overflow: hidden;
}
.telbox-name{
    font-size: 34px;
}
.telbox-add{
    font-size:22px;
    padding:40px 20px 20px 30px;
    border-bottom: 1px solid #EBEEF5;
    position: relative;
}
.telbox-add::before{
    content:'';
    width:26px;
    height:26px;
    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:26px 0 20px 0;
}
.telbox p{
    font-size: 20px;
    line-height:2;
    padding-left: 33px;
    position: relative;
}
.tel-re::before{
    content:'';
    width:26px;
    height:26px;
    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:26px;
    height:26px;
    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:26px;
    height:26px;
    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-tel {
    background-color: #eeeeee;
}