/* *************************** animate **************************** */

@keyframes jump {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
        transform: translate3d(0, -15px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scaleBall {
    0% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.1);
    }
    100% {
        transform:scale(1);
    }
}

.ani {
    animation: jump 2s ease-in-out infinite;
}

/* *************************** animate **************************** */

/* *************************** banner **************************** */

.banner {
    background-image: url('./images/banner/bg.png');
    background-repeat: no-repeat;
    background-position: 50%;
    position:relative;
}

/* .banner .ani-img {
    position: absolute;
    bottom: 60px;
    margin: 0 auto;
    width: 600px;
    left: calc(50% - 300px);
    height: 300px;
    text-align: center;
}

.banner .ani-img>img {
    position: absolute;
    transform: translateX(-50%);
} */

.bi6 {
    left: 6%;
    top: 56%;
    width: 3%;
    animation: jump 2s ease-in-out infinite;
}

.bi2 {
    left: 12%;
    top: 50%;
    width: 4%;
    animation: jump 5s ease-in-out infinite;
}

.bi1 {
    left: 20%;
    top: 24%;
    width: 5%;
    animation: jump 3s ease-in-out infinite;
}

.bi7 {
    left:43%;
    top:-12%;
    width:15%;
    animation: jump 6s ease-in-out infinite;
}

.bi3 {
    left: 78%;
    top: 24%;
    width: 5%;
    animation: jump 4s ease-in-out infinite;
}

.bi5 {
    left: 84%;
    top: 60%;
    width: 3%;
    animation: jump 2s ease-in-out infinite;
}

.bi4 {
    left: 90%;
    top: 62%;
    width: 4%;
    animation: jump 3s ease-in-out infinite;
}

.bi8 {
    left: 49%;
    top: 24%;
    width: 21%;
    z-index: 1;
}

.bi9 {
    left: 20%;
    top: 40%;
    width: 60%;
    /* display: none; */
    animation: scaleBall 6s ease-in-out infinite;
}

.bi8 {
    animation: blink 3s ease-in-out infinite;
}

/* h2.title {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.8;
    position: relative;
    color: #666;
}

h2.title:after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #5bf;
    display: inline-block;
    width: 26px;
    top: calc(100% - 5px);
    left: calc(50% - 15px);
}

p.subtitle {
    font-size: 16px;
    color: #888;
} */
h2.title {
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    position: relative;
    color: #666;
    margin-top: 0px;
    padding-top: 30px;
    
}

h2.title:after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #0099FF;
    display: inline-block;
    width: 26px;
    top: 100%;
    left: calc(50% - 15px);
}

p.subtitle {
    font-size: 16px;
    color: #888;
    display: none;
}

.centerbox {
    text-align: center;
    display: inline-block;
    width: 1200px;
    min-width: var(--minWidth);
    margin: 10px auto;
    margin-top: 0px;
    padding: 0 10px;
}

.patener .canpany{
    position:relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-top: 50px;
    border:solid 1px #ddd;
    padding-top: 30px;
    margin-top:20px;
    border-left:0px;
    border-right: 0px;
    background: #f1f1f1;
}
a.copbtn {
    margin: 15px auto;
    display: block;
    width: 120px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    background-image: linear-gradient(#007dff, #20c8ff);
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s
}

a.copbtn:hover {
    background-image: linear-gradient(#0066ff, #00cfff);
}

.patener .canpany>a{
    width: 150px;
    position: absolute;
    border-radius:50%;
    left: 0;
}
.patener .canpany>a::after{
    content: attr(data-name);
    /* display: none; */
    position: absolute;
    left: 15%;
    font-size: 16px;
    color: #444;
    width: 70%;
    padding:5px;
    border: 1px solid #eee;
    background-color: #fff;
    z-index: -1;
    bottom: 0;
    text-align: center;
    opacity: 0;
    transition: all .2s;
    border-radius: 4px;
}
.patener .canpany>a:hover::after{
    bottom: -13px;
    opacity: 1;
    transition: all .2s;
}
.patener .canpany img{
    width:100%;
}

/* .patener .canpany img{
    width: 150px;
    position: absolute;
    border-radius:50%;
    left: 0;
} */


.centeralign.imgs{
    background-color:#fcfcfc;
}

.centeralign {
    text-align: center;
 /*    padding:0 20px 25px; */
}

.wideimg {
    position:relative;
    width: 100%;
    height:211px;
    overflow: hidden;
}
.wideimg img{
    position:absolute;
    width: 100%;
    /* animation: left-to-right 10s linear infinite; */
}
@keyframes scaleout{
  0%{
    transform:scale(1.0);
    /* box-shadow:0px 0px 3px 8px #60c9f9; */
  }
  50%{
    transform:scale(1.3);
    /* box-shadow:0px 0px 3px 0px #60c9f9; */
  }
  100%{
    transform:scale(1);
    /* box-shadow:0px 0px 3px 8px #60c9f9; */
  }
}
.wideimg1 span{
    display:inline-block;
    position:absolute;
    right:15px;
    top:57px;
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:100%;
    background-color:#0085fe;
    cursor:pointer;
    font-size:1.2rem;
    font-weight:500;
    color:#fff;
    text-align:center;
    box-shadow:0px 0px 6px 3px #60c9f9;
    animation:scaleout 2s ease-in-out infinite;
}
.wideimg span{
    display:inline-block;
    position:absolute;
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:100%;
    background-color:#fff;
    border: 2px solid #0085fe;
    cursor:pointer;
    font-size:1.2rem;
    font-weight:500;
    color:#fff;
    text-align:center;
    padding: 5px;
    animation:scaleout 2s ease-in-out infinite;
}
.wideimg span::after{
    content: '';
    display: block;
    margin: 0 auto;
    background-color:#0085fe;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.wideimg span:nth-of-type(1){
    left: 18%;
    top: 120px;
}
.wideimg span:nth-of-type(2){
    left: 40%;
    top: 40px;
}
.wideimg span:nth-of-type(3){
    left: 61%;
    top: 88px;
}
.wideimg span:nth-of-type(4){
    left: 78%;
    top: 10px;
}

@keyframes left-to-right{
    0%{
        left: 0;
    }
    50%{
        left: 100%;
    }
    100%{
        left: 0;
    }
}

.homesection1>ul>li {
    width: 25%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.homesection1>ul>li>span {
    font-size: 28px;
    color: #555;
}

.homesection1>ul>li>p {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    vertical-align: middle;
}
.homesection1>ul>li>p.animate{
    animation: top-in .4s ease-in-out;
}

@keyframes top-in{
    0% {
        transform: translate3d(0, -100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bottom-out{
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 100%, 0);
    }
}



.homesection1>ul>li>p>span {
    display: inline-table;
}

.homesection1>ul>li>p>span.blue {
    font-size: 30px;
    color: #09f;
}

#homesection2>ul {
    margin-top: 20px;
}

#homesection2>ul>li {
    width: 20%;
    display: inline-block;
    cursor:pointer;
    padding: 15px;
}
#homesection2>ul>li img{
  width: 100%;
  max-width: 120px;
    transform:rotate(0deg) scale(1);
    transition:all 1s;
}
#homesection2>ul>li img:hover{
    transform:rotate(360deg) scale(.9);
    transition:all 1s;
}
#solutionsection>ul{
    overflow: hidden;
}

#solutionsection>ul>li {
    /* display: inline-block; */
    float:left;
    width: 25%;
    position: relative;
    height:360px;
    overflow:hidden;
    background-repeat: no-repeat;

    background-size: 100%;
    background-position: 50% 50%;

    background-position: center;
    background-size: cover;
}
#solutionsection>ul>li>.hover{
  transform:translateY(100%);
  transition:all .3s;
}
#solutionsection>ul>li:hover>.hover{
    display:block;
    background-color:rgba(22,122,255,.6);
    transform:translateY(0);
    transition:all .3s;
}
#solutionsection>ul>li:hover>div:first-of-type{
    display:none;
}

#solutionsection>ul>li>div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fafafa;
    padding: 20%;
}

#solutionsection>ul>li>div p.title {
    position: relative;
    font-size: 16px;
    font-weight:600;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    margin: 20px;
}

#solutionsection>ul>li>div p.hasline:after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #fafafa;
    display: inline-block;
    width: 16px;
    bottom: -10px;
    left: calc(50% - 8px);
}

#solutionsection>ul>li>div img.icon {
    height: 65px;
    width: 65px;
}

#solutionsection>ul>li>div.hover p.title{
    font-size: 14px;
    font-weight:500;
}
#solutionsection>ul>li>div.hover a{
    display:inline-block;
    padding:8px 12px;
    border:1px solid hsla(0, 0%,100%,.8);
    border-radius: 20px;
    cursor:pointer;
}
.reportlist ul{
    margin-left: 6%;
}
.reportlist>ul>li {
    width: 32%;
    margin-left: 2%;
    display: inline-block;
}

.reportlist>ul>li:first-child {
    margin-left: 0px;
    display:inline-block;
}

.reportlist>ul>li .comment {
    background-color: #eaf5ff;
    border-radius: 8px;
    line-height: 1.8;
    padding: 30px 50px;
    padding-left: 60px;
    text-align: left;
    position: relative;
    height: 136px;
    color:#333;
}

.reportlist>ul>li .comment:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 100%;
    left: 20px;
    border: 6px solid transparent;
    border-top: 8px solid #f7f8fd;
}

.reportlist>ul>li .comment p {
    position: relative;
}

.reportlist>ul>li .comment p span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0px 8px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.reportlist>ul>li .comment p span.beforequot {
    margin-left: -22px;
    top: -10px;
    background: url(../imgs/home/bquot.png);
}

.reportlist>ul>li .comment p span.afterquot {
    top: 8px;
    background: url(../imgs/home/aquot.png);
}

.reportlist>ul>li .reporter {
    margin-top: 20px;
    height: 90px;
    line-height: 90px;
    color: #777;
    text-align: left;
    margin-left: 11%;
}

.reportlist>ul>li .reporter>.txtcontent,
.reportlist>ul>li .reporter>img {
    display: inline-block;
    vertical-align: middle;
}

.reportlist>ul>li .reporter>.txtcontent {
    line-height: 1;
}

.reportlist>ul>li .reporter img {
    width: 50px;
    height: 51px;
    border-radius: 50%;
    margin-right: 14px;
    margin-left: 1%;
}

.reportlist>ul>li .reporter h3 {
    margin: 10px 0px;
}

.reportlist>ul>li .reporter p {
    margin-top: 5px;
    color: #999;
}

.adimg{
    width:100%;
    /* height:auto; */
    max-width: 1920px;
  }

.bannerimg{
    height: 100% !important;
    background-image: url('./images/banner/bannerbg.jpg');
    width: 100%;
    background-size: cover;
    background-position: top,center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
.bannerimg>img{
    max-width: 810px;
    width: 95%;
    height:auto;
    position: relative;
    top:250px;
}

@media screen and (max-width:600px) {
    .banner .ani-img {
        width: 100%;
        left: 0;
    }
    .banner .ani-img>.animate3d {
        display: none;
    }
    .banner .ani-img>.bi9 {
        display: block;
    }
    .homesection1>ul>li {
        width: 50%;
    }
    #homesection2>ul>li {
        width: 33%;
    }
    #solutionsection>ul>li{
      width: 90%;
      margin-top: 15px;
      margin-left: 5%;
    }
}


/* *************************** banner **************************** */

@media screen and (min-width: 320px) and (max-width: 992px) {
    .mediareport {
        width: 100%;
    }
    .bannercontent {
        width: 100%;
        padding: 15px;
        margin-top: 180px;
    }
    .centerbox {
        width: 100%;
    }
    .reportlist>ul>li {
        width: 100%;
        position: relative;
        display: block;
        padding: 20px;
        margin: 0px !important;
        /* border:1px solid #ddd; */
    }
    .reportlist>ul>li .comment {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        border: 1px solid #ccc;
    }
    .reportlist>ul>li .comment:before {
        position: absolute;
        content: '';
        display: inline-block;
        top: 100%;
        left: 18px;
        border: 8px solid transparent;
        border-top: 10px solid #ccc;
    }
    .reportlist>ul>li .comment:after {
        position: absolute;
        content: '';
        display: inline-block;
        top: 100%;
        left: 20px;
        border: 6px solid transparent;
        border-top: 8px solid #f7f8fd;
    }
   h2.title{
        font-size:22px;
        font-weight: 400;
      }
    .bannerimg>img{
        width: 98%;
        height:auto;
        position: relative;
        top:190px;
    }
}


/* *************************** banner **************************** */