﻿@charset "utf-8";

body { position: relative; min-width: 1400px; background:#e9e8ed url(../img/bg.jpg) no-repeat center fixed; background-size: cover; }

/* 重置 */
.wrap { position: static; }
#header { display: none; }
#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; }
.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; overflow: hidden; clear: both; z-index: 1; height: 853px; }
.banner svg { position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.banner .con { position: absolute; left: 50%; top: 42%; transform: translate(-50%,-50%); color: #fff; text-align: left; width: 1400px; }
.banner .con .title { font-size: 80px; font-weight: bold; line-height: 1.5; animation: moveLeft 2s ease; margin-bottom: 20px; }
.banner .con .title a { color: inherit; }
.banner .con .intro { display: block; font-size: 18px; line-height: 2; font-weight: 300; animation: moveLeft 3s ease;  }
.banner .pic { position: absolute; width: 608px; height: 605px; right: 0; bottom: 80px; opacity: 0; }
.banner .pic p { position: absolute; font-weight: 400; }
.banner .pic p.fdj { right: 40px; top: 90px; }
.banner .pic p.freepik { right: 208px; top: 26px; z-index: 3; }
.banner .pic p.group { left: 0; top: 0; } 
.banner .container { position: relative; height: 100%; }

/* box-default */
.box-default>.hd { margin-bottom: 50px; text-align: center; }
.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, #216693 0%, #0A1F2D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.box-default>.hd h3::after {  background-color: #8da8bb; width: 45px; height: 5px; display: block; content: ""; margin: 0 auto; }



/* manage-content----------------------------------------------- */

/* list */
.list { padding: 0 10px; }
.list li { line-height: 2; margin-bottom: 18px; box-sizing: border-box; text-align: justify; position: relative; padding-left: 16px; transition: 0.5s; }
.list li::before { content: ""; width: 5px; height: 5px; background-color: #666; border-radius: 100%; position: absolute; left: 0; top: 14px; transition: 0.5s; }
.list li:hover { color: #195681; }
.list li:hover::before { background-color: #195681; }

/* row-btn ----------------------------- */
.row-btn { padding-bottom: 0; }

/* icon-list */
.icon-list { display: flex; justify-content: space-between; }
.icon-list li { width: 270px; transition: 0.5s; }
.icon-list li p { text-indent: 2em; }
.icon-list li::before { display: block; content: "\E803"; transition: 0.5s; font-family: "font-webicon"; font-size: 100px; width: 170px; height: 170px; line-height: 170px; text-align: center; margin: 0 auto 30px; background-color: rgba(255, 255, 255, 0.5); border-radius: 100%; transition: 0.5s; }
.icon-list .li1::before { color: #C52626; }
.icon-list .li2::before { color: #5F935C; content: "\E804"; }
.icon-list .li3::before { color: #DEA64B; content: "\E805"; font-size: 95px; }
.icon-list .li4::before { color: #7239B8; content: "\E806"; }

.icon-list li:hover::before { background-color: #C52626; color: #fff;  }
.icon-list .li2:hover::before { background-color: #5F935C; }
.icon-list .li3:hover::before { background-color: #DEA64B; }
.icon-list .li4:hover::before { background-color: #7239B8; }


/* row-list ----------------------------- */
.box-list>.hd { margin-bottom: 120px; }
.box-list>.bd { position: relative; padding: 0 60px 20px; background-color: #fff; border-radius: 34px; }
.box-list .pic { margin: 0 auto 20px; text-align: center; position: relative; top: -70px; }
.box-list .pic img { max-height: 440px;
      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-loop */
.box-loop { display: flex; justify-content: space-between; flex-wrap: wrap;}
.box-loop .box-loop-in { width: 48%; margin-bottom: 15px; }

.box-loop-in .hd { margin-bottom: 25px; }
.box-loop-in .hd h3 { position: relative; padding: 0 24px 0 7px; height: 68px; font-size: 24px; display: flex; align-items: center; }
.box-loop-in .hd h3 i { position: relative; z-index: 1; }
.box-loop-in .hd h3 i::before,
.box-loop-in .hd h3::after { display: block; content: ""; }
.box-loop-in .hd h3 i::before { width: 56px; height: 56px; z-index: 1; content: "\E807"; font-family: "font-webicon"; font-size: 40px; color: #fff; margin-right: 15px; background-color: #195681; border-radius: 56px; text-align: center; line-height: 56px; }
.box-loop-in .hd h3::after {  width: 320px; height: 100%; border-radius: 68px; position: absolute; top: 0; left: 0; background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #B1DAF7 100%); }
.box-loop-in .hd h3 span { position: relative; z-index: 1; font-weight: 400; }

/* 图标 */
.box-loop-in:nth-child(2) .hd h3 i::before { content: "\E808"; }
.box-loop-in:nth-child(3) .hd h3 i::before { content: "\E809"; }
.box-loop-in:nth-child(4) .hd h3 i::before { content: "\E810"; }
.box-loop-in:nth-child(5) .hd h3 i::before { content: "\E811"; }
.box-loop-in:nth-child(6) .hd h3 i::before { content: "\E812"; }
.box-loop-in:nth-child(7) .hd h3 i::before { content: "\E813"; }
.box-loop-in:nth-child(8) .hd h3 i::before { content: "\E814"; }




/* 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; }
}
