@charset "utf-8";

body { position: relative; min-width: 1400px; background-color: #fff; }

/* 重置 */
.wrap { position: static; }
#header { display: none; }
#top { position: relative; z-index: 3; }
#footer { font-weight: 400; }

/* row ---------------------------------------------------- */
.row { min-width: 1400px; clear: both; padding: 50px 0; }
.row .pic { background-color: #EDEDED; border-radius: 100%; position: relative; }
.row .pic svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.container { max-width: 1400px; margin: 0 auto; }
.content-manage { font-size: 16px; font-weight: 400; text-align: left; line-height: 2; }


/* manage-header----------------------------------------------- */
.manage-header { position: relative; }

/* logo-box */
.logo-box { position: absolute; top: 41px;  left: 0; width: 100%; min-width: 1400px; z-index: 2; }
.logo-box .container { display: flex; align-items: center; justify-content: space-between; height: 50px;}
.logo-box .logo { animation: moveTop 2s ease; display: block; height: 50px; }
.logo-box .logo img { max-height: 50px; width: auto;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }

/* links */
.links { display: flex; min-width: 0; animation: moveTop 2s ease; }
.links a { padding: 0 24px; transition: 0.5s; display: block; font-weight: 400; line-height: 36px; box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16); margin-left: 10px; color: #fff; background-color: rgba(0, 0, 0, 0.37); border-radius: 40px; float: left;}
.links a:hover { background-color: rgba(0, 0, 0, 0.5);  }

/* 大图 */
.banner { min-width: 1400px; position: relative; clear: both; height: 879px; }
.banner svg { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.banner .con { position: absolute; left: 0; top: 42%; transform: translateY(-50%); width: 665px; color: #fff; text-align: left; }
.banner .con .title { font-size: 80px; font-weight: bold; line-height: 1.5; animation: moveLeft 1.5s ease; margin-bottom: 20px;}
.banner .con .title span { padding: 0 10px; }
.banner .con .intro { display: block; font-size: 18px; line-height: 2; font-weight: 300; animation: moveLeft 2s ease;  }
.banner .pic { position: absolute; width: 680px; height: 710px; right: 0; bottom: 0; opacity: 0; }
.banner .pic p { position: absolute; }
.banner .pic .p1 { left: 0; bottom: 0; width: 680px; height: 592px; }
.banner .pic .p2 { top: 0; left: 210px; width: 96px; height: 204px; }
.banner .pic img { max-width: 100%; height: auto;
      image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }
.banner .container { position: relative; height: 100%; }


/* manage-content----------------------------------------------- */
.box-default>.hd { text-align: center; padding-bottom: 30px; }
.box-default>.hd h3 { position: relative; font-weight: 700; font-size: 40px; line-height: 2.3; display: inline-block;
    background: linear-gradient(90deg, #3D3393 0%, #2B76B9 37%, #2CACD1 65%, #35EB93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/* row-about ----------- */

/* box-about */
.box-about>.hd { text-align: left; display: flex; align-items: center; }
.box-about>.hd h3 { margin-left: 15px; }
.box-about .bd { padding: 40px 60px; background-color: #FDFDFD; line-height: 2; border-radius: 30px; border: 1px solid #eaf7fa;}
.box-about .bd p { text-indent: 2em; margin-bottom: 18px; line-height: 2; font-size: 20px;  }
.box-about .bd p:last-child { margin-bottom: 0; }


/* row-advantage ----------- */
.row-advantage { background: url(../img/bg.jpg) no-repeat center fixed; background-size: cover; }
.row-advantage .pic { width: 162px; height: 162px; transition: 0.3s; margin: 0 auto; }
.row-advantage .box-advantage .on .pic { transform: scale(0.7); margin-bottom: 0; }
.row-advantage .about { margin-bottom: 50px; line-height: 2; font-size: 20px; text-indent: 2em; }

.btn-more { text-align: center; margin: 0 auto; width: 330px; display: flex; justify-content: center; align-items: center; line-height: 40px; height: 40px; font-size: 20px; }
.btn-more a { transition: 0.5s; }
.btn-more svg { margin-right: 10px; }
.btn-more svg path { stroke: #000; stroke-linecap: round; }
.btn-more:hover a {
    background: linear-gradient(90deg, #3D3393 0%, #2B76B9 37%, #2CACD1 65%, #35EB93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
.btn-more:hover svg path { stroke: #2f66b0; animation: path 2s linear infinite; animation-iteration-count:1; animation-fill-mode: forwards; stroke-dasharray: 220; stroke-dashoffset: 220; }

/* box-advantage */
.box-advantage .bd { margin-bottom: 60px; }
.box-advantage .bd ul { display: flex; justify-content: space-between; }
.box-advantage .bd li { width: 23%; }
.box-advantage .bd .in-li { transition: 0.5s; border-radius: 20px; box-sizing: border-box; height: 630px; width: 100%; padding: 40px 30px 30px; background-color: #fff;}
.box-advantage .bd .pic { margin-bottom: 30px; }
.box-advantage .bd .title { font-size: 24px; line-height: 30px; font-weight: 400; text-align: center; color: #000; margin-bottom: 30px; }
.box-advantage .bd .intro { color: #666; text-align: justify; }
.box-advantage .bd .intro p { text-indent: 2em; margin-bottom: 18px; color: #666; }
.box-advantage .bd li.on { z-index: 1; }
.box-advantage .bd li.on .in-li { box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1); padding-top: 10px;  }

/* row-lightspot ----------- */
.row-lightspot .container { overflow: hidden; }

/* box-lightspot */
.box-lightspot .bd li { display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
.box-lightspot .bd li:nth-child(odd) .con { padding-left: 60px; }
.box-lightspot .bd li:nth-child(even) .con { padding-right: 60px; }
.box-lightspot .pic { width: 560px; height: 290px; padding-top: 20px; box-sizing: border-box; text-align: center; background: url(../img/bg-02.jpg) no-repeat center; background-size: cover; border-radius: 60px 0; }
.box-lightspot .pic img { max-width: 100%; max-height: 250px;
      image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }
.box-lightspot .con { flex: 1 0 0%; min-width: 0; }
.box-lightspot .title { font-weight: bold; font-size: 24px; color: #3B3A3A; margin-bottom: 20px; }
.box-lightspot .intro p { margin-bottom: 18px; text-indent: 2em; color: #666; }
.box-lightspot .intro p:last-child { margin-bottom: 0; }


/* row-list ----------- */
.row-list { padding-bottom: 70px; background: url(../img/bg.jpg) no-repeat center fixed; background-size: cover;  }
.row-list .pic { width: 80px; height: 80px; margin-right: 40px; }

/* box-list-in */
.box-list-in {padding: 40px 30px;background-color: #fff;border-radius: 30px;margin-bottom: 30px;display: flex;justify-content: space-between;}
.box-list-in .con { flex: 1 0 0%; min-width: 0; }
.box-list-in .title { font-size: 24px; line-height: 1.5; margin-bottom: 20px; font-weight: 400;}
.box-list-in .intro { color: #666; }
.box-list-in .intro p { line-height: 2; margin-bottom: 18px; box-sizing: border-box; text-align: justify; position: relative; padding-left: 16px; transition: 0.5s; }
.box-list-in .intro p::before { content: ""; width: 5px; height: 5px; background-color: #666; border-radius: 100%; position: absolute; left: 0; top: 14px; transition: 0.5s; }
.box-list-in .intro p:hover { color: #195681; }
.box-list-in .intro p:hover::before { background-color: #195681; }
.box-list-in:last-child,
.box-list-in .intro p:last-child { margin-bottom: 0; }


/* inner-list */
.inner-list { background-color: #F6F6F6; padding: 20px 25px; border-radius: 10px; }
.inner-list li { line-height: 2; box-sizing: border-box; text-align: justify; position: relative; padding-left: 16px; transition: 0.5s; color: #666; }
.inner-list li::before { content: ""; width: 5px; height: 5px; background-color: #666; border-radius: 100%; position: absolute; left: 0; top: 14px; transition: 0.5s; }
.inner-list li:hover { color: #195681; }
.inner-list li:hover::before { background-color: #195681; }

/* row-relevance ----------- */
#technicalSupport .row { width: 1400px; margin: 0 auto; padding: 0;}


/* keyframes------------------ */
@keyframes moveLeft
{
    0%{
        opacity: 0;
        transform: translateX(-100%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveRight
{
    0%{
        opacity: 0;
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveTop
{
    0%{
        opacity: 0;
        transform: translateY(-100%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveTop1
{
    0%{
        opacity: 0;
        transform: translateY(-20%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveBottom
{
    0%{
        opacity: 0;
        transform: translateY(100%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

/* 旋转 */
@keyframes circle{
    50% { transform: rotate(180deg)}
}


@media (min-width:1440px) {
    body { overflow-x: hidden; }
}



@keyframes path {
    0% {
        stroke-dashoffset: 220;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
