﻿@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
    font-family:myFont1;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-35-Thin.ttf');
}
@font-face{
    font-family:myFont2;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-45-Light.ttf');
}
@font-face{
    font-family:myFont3;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-55-Regular.ttf');
}
@font-face{
    font-family:myFont4;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-65-Medium.ttf');
}
@font-face{
    font-family:myFont5;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-75-SemiBold.ttf');
}
@font-face{
    font-family:myFont6;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-85-Bold.ttf');
}
@font-face{
    font-family:myFont7;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-95-ExtraBold.ttf');
}
@font-face{
    font-family:myFont8;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-105-Heavy.ttf');
}
@font-face{
    font-family:myFont9;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-115-Black.ttf');
}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.web-font5{font-family:myFont5;}
.web-font6{font-family:myFont6;}
.web-font7{font-family:myFont7;}
.web-font8{font-family:myFont8;}
.web-font9{font-family:myFont9;}
body{
    font-family: myFont3;
    background: #fff;
}

li{

    list-style: none;

}
html {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
/*banner*/
.index-banner{
    height: 320px;
    margin-top: 53px;
    overflow: hidden;
}
.index-banner .swiper-pagination{
    position: absolute;
    bottom: 25px !important;
}
.index-banner .swiper-pagination-bullet{
    width: 43px;
	height: 3px;
	background:#fff;
	border-radius: 50px;
    margin:0 7px !important;
    opacity: 1;
}
.index-banner  .swiper-pagination-bullet-active{
    width: 43px;
	height: 3px;
	background:#1864e7;
    border:0;
}
.index-banner .swiper-slide{
    background-size: cover !important;
    background-position: center;
    /* display: flex;
    align-items: center; */
}
.index-banner .swiper-slide .slide-img{
    width: 100%;
    overflow: hidden;
}
.index-banner .swiper-slide-active{
	pointer-events:auto;
}
.index-banner .swiper-slide .slide-img img{
    width:100%;
	height:320px;
	object-fit:cover;
	transform: scale(1.1);
	transition: transform 3s;
}
.index-banner .swiper-slide-active .slide-img>img{
	transform:none;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    top: 50%;
    margin-top: -10rem;
}
.index-banner .swiper-slide.swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 0.6s ease-in-out;
	animation: fadeInLeft 0.6s ease-in-out;
	/* animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s; */
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    color: #000;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'myFont5';
    line-height: 28px;
}
.index-banner .banner-text h6{
    font-size: 15px;
    color: #666666;
    margin-top: 0.9rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'myFont2';
}
.index-banner .banner-text p{
    font-size: 2vw;
    line-height: 3vw;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255,255,255,1);
    margin-bottom: 1rem;
}

.p2{
    padding:1.5rem 0;
}
/*关于我们*/
.about-title{
    padding: 30px 0;
    text-align: center;
}
.about-title b{
    font-size: 24px;
    color: #000;
    margin-bottom: 3px;
    display: block;
    font-family: 'myFont4';
}
.about-title h5{
    font-size: 16px;
    color: #666666;
    font-family: 'myFont2';
}
/*产品服务*/
.hxh-pro,.hxh-seo,.hxh-kj,.hxh-xinwen{
    margin: 15px 0;
}
.hxh-pro .w1200,.hxh-seo .w1200,.hxh-kj .w1200,.hxh-xinwen .w1200{
    background: #fff;
    padding-bottom: 40px;
}
.hxh-pro-box{
    padding: 0 20px;
}
.hxh-pro-box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
}
.hxh-pro-box ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hxh-pro-box ul li img{
    width: 35px;
}
.hxh-pro-box ul li h5{
    font-size: 1.6rem;
    color: #000;
    width: 50%;
}
.c1-about .c1-about-r>div{
    width: 100%;
}
.hxh-pro-box ul li i{
    font-size: 16px;
    color: #000;
}
/*视频矩阵*/
.hxh-seo .hxh-seo-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 10px;
}
.hxh-seo .hxh-seo-box ul li{
    text-align: center;
}
.hxh-seo .hxh-seo-box ul li i{
    width: 60px;
    display: block;
    margin: 0 auto;
}
.hxh-seo .hxh-seo-box ul li i img{
    width: 100%;
}
.hxh-seo .hxh-seo-box ul li p{
    font-size: 1.5rem;
    color: #000;
    text-align: center;
}
/*精品案例图*/
.hxh-kj-box{
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
}
.hxh-kj-box ul li{
    position: relative;
}
.hxh-kj-box ul li img{
    width: 100%;
}
.hxh-kj-box ul li .hxh-kj-title{
    position: absolute;
    top: 20px;
    left: 19px;
}
.hxh-kj-box ul li h5{
    color: #fff;
    font-size: 1.8rem;
    font-family: 'myFont5';
    margin-bottom: 5px;
}
.hxh-kj-box ul li p{
    color: #fff;
    font-size: 1.2rem;
}
/*新闻动态*/
.hxh-xinwen-box ul li{
    padding: 10px;
    box-sizing: border-box;
}
.hxh-xinwen-box ul li a,.hxh-xinwen-box ul li .hxh-xinwen-txt .hxh-xinwen-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hxh-xinwen-box ul li img{
    width: 40%;
    height: 8rem;
    object-fit: cover;
}
.hxh-xinwen-box ul li .hxh-xinwen-txt{
    width: 57%;
}
.hxh-xinwen-box ul li .hxh-xinwen-txt h5{
    font-size: 1.6rem;
    font-family: 'myFont3';
    margin-bottom: 10px;
}
.hxh-xinwen-box ul li .hxh-xinwen-txt .hxh-xinwen-time i{
    font-size: 12px;
    color: #999999;
    font-family: 'myFont3';
    font-style: normal;
}
@media screen and (max-width: 1024px) and (min-width: 0px){
    .moblie_head {
        display: block;
        height: 70px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        line-height: 70px;
    }
}
@media screen and (max-width: 750px){
    .kNavM li .kFir {
        width: calc(100% - 30px);
        margin: 0 15px;
        line-height: 42px;
        border-bottom: 1px solid #f1f1f1;
        font-size: 18px;
        color: #757575;
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
    }
}
@media screen and (max-width: 750px){
    .fexd_f {
        position: fixed;
        z-index: 10001;
        top: 0;
        padding-top: 8px;
    }
}

.hxh-xinwen-box ul li .hxh-xinwen-txt .hxh-xinwen-time em{
    font-size: 12px;
    color: #1864e7;
    font-family: 'myFont3';
    width: 70px;
    border: 1px solid #1864e7;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
}
/*横图*/
.hxh-he{
    background: url(../../images/new/foot-bg.png) no-repeat center center;
    background-size: cover;
    padding: 2rem 0;
}
.hxh-he h5{
    font-family: 'myFont5';
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
}
.hxh-he a{
    width: 150px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    font-family: 'myFont4';
    color: #1662ec;
}
/*底部浮动*/
.login{
    position: absolute;
    bottom: 20px;
    left: 0;
}
.login.flex{
    justify-content: center;
    width: 100%;
}
.login a{
    width: 45%;
    margin: 0 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #1662ec;
    font-family: 'myFont3';
    border: 1px solid #1662ec;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login a i{
    margin-right: 10px;
    font-size: 2rem;
}
.login a:nth-child(2){
    background-color: #1662ec;
    color: #fff;
}
.login2{
    position: fixed;
    z-index: 20;
    background-color: #fff;
    padding: 15px 0;
    bottom: 0;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
}
/*首页视频展示*/
.c1-about{
    width: 100%;
    margin-bottom: 15px;
}
.c1-about .c1-about-box{
    background: #fff;
}
.c1-about .c1-about-left{
    width: 100%;
}
.c1-about .c1-about-l{
    width: 100%;
    background: url(../../images/new/about-1.png) no-repeat right bottom;
    /* padding-bottom: 140px; */
}
.c1-about .c1-about-r{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.c1-about-r img{
    width: 100%;
    height: 25rem;
    object-fit: cover;
}
.video-box{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-box .video{
    position: relative;
}
.video-box i{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
    font-style: inherit;
}
.video-box i:hover{
    background-color: #fff;
    color: #333;
}
.video_bg {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    top: 50%;
    margin-top: -2rem;
    opacity: .8;
}
.video_bg i{
    font-size: 4rem;
    color: #fff;
}
.c1-video-bg{
    background: url(../../images/new/sp.png) no-repeat center center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 100%;
}

@media only screen and (max-width:1366px){
    
    
}


@keyframes mymove

{

    0%{

    transform: scale(1.1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }



}

@-webkit-keyframes mymove /*Safari and Chrome*/

{

    0%{

    transform: scale(1.1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }

}
