﻿@charset "utf-8";

body { position: relative; min-width: 1400px; background: url(../img/bg.jpg) no-repeat center fixed; background-size: cover; }

/* 重置 */
.wrap { position: static; }
#header { display: none; }
#top { position: relative; z-index: 3; }
#footer { font-weight: 400; }
@font-face { font-family: 'font-webicon'; src: url('../font-webicon/iconfont.eot'); src: url('../font-webicon/iconfont.woff2') format('woff2'), url('../font-webicon/iconfont.woff') format('woff'), url('../font-webicon/iconfont.ttf') format('truetype'); }

/* 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: 906px; }
.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 2s 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 3s ease;  }
.banner .pic { position: absolute; width: 690px; height: 753px; right: 0; bottom: 0; opacity: 0; }
.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; text-align: center; font-weight: 700; font-size: 40px; line-height: 2.3; display: inline-block;
    background: linear-gradient(90deg, #3D3393 0%, #2B76B9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/* row-about ----------- */
.row-about { padding-bottom: 0; }


/* box-about */
.box-about { line-height: 2; font-size: 20px; text-indent: 2em; padding: 20px 80px 0; }
.box-about p { margin-bottom: 18px; }

/* row-advantage ----------- */
.row-advantage { padding-bottom: 0; position: relative; z-index: 1; }
.row-advantage .pic { width: 180px; height: 180px; transition: 0.3s; margin: 0 auto; }
.row-advantage .box-advantage .on .pic { transform: scale(0.65); margin-bottom: 0; }

/* box-advantage */
.box-advantage .bd { position: relative; height: 650px; }
.box-advantage .bd ul { display: flex; justify-content: space-between; }
.box-advantage .bd li { width: 20%; }
.box-advantage .bd .in-li { transition: 0.5s; box-sizing: border-box; overflow: hidden; height: 650px; width: 100%; padding: 40px 30px 30px; background-color: #fff; border-radius: 0; border-right: 1px solid #f3f3f3;}
.box-advantage .bd li:first-child .in-li { border-radius: 30px 0 0 30px; }
.box-advantage .bd li:last-child .in-li { border-right: none; border-radius: 0 30px 30px 0; }
.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; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.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); border-radius: 30px; padding-top: 0;  height: 730px; transform: translateY(-40px);  }
.box-advantage .bd li.on .in-li .intro { -webkit-line-clamp: 99; }
.box-advantage .bd .li3.on .in-li { height: 900px; }


/* row-list ----------- */
.row-list { padding-bottom: 70px; }
.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 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; }

/* js-tab */
.js-tab .hd { border-bottom: 1px solid #eee; }
.js-tab .hd ul { display: flex; justify-content: space-between; }
.js-tab .hd li { width: 20%; text-align: center; line-height: 76px; font-size: 20px; font-weight: 400; cursor: pointer; position: relative; }
.js-tab .hd li span { display: inline-block; }
.js-tab .hd li::after { display: block; content: ""; position: absolute; bottom: -3px; left: 50%; transform: scale(0); margin-left: -22px; transition: 0.5s; width: 45px; height: 5px; border-radius: 10px; background: linear-gradient(90deg, #3D3393 0%, #2B76B9 37%, #2CACD1 65%, #35EB93 100%); }
.js-tab .hd li.on span { 
    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;
 }
.js-tab .hd li.on::after { transform: scale(1); }
.js-tab .bd { background: url(../img/intro-bg.png) no-repeat center top; border-top: 1px solid #fff; padding-top: 30px; }
.js-tab .bd .title-01 { padding-left: 10px; padding-right: 10px; }
.js-tab .bd .title-01::before { display: none; }

/* 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; }
}
