﻿@charset "utf-8";
/* frame */
body .wrap {
    margin: 0 auto;
    overflow: hidden;
}
a {
    transition: all 0.5s;
}
body {
    min-width: 1400px;
    font-weight: 400;
    background: #fff;
}
.clear {
    clear: both;
}
#content {
    zoom: 1;
    width: 100%;
}
.row {
    width: 1400px;
    margin: auto;
    position: relative;
}
.row:after {
    content: "";
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    display: block;
    overflow: hidden;
}

/* 头部 */
#header {
    display: none;
}

/* 头部-banner */
#header-banner {
    position: relative;
    width: 100%;
    height: 760px;
    background: #ffffff url(../img/banner-2.jpg) no-repeat center bottom;
    background-size: cover;
}
#header-banner .row {
    height: 100%;
}
#header-banner .logo {
    display: block;
    width: 238px;
    height: 50px;
    float: left;
    overflow: visible;
    margin: 41px 0 100px;
}
#header-banner .logo img {
    height: 100%;
    width: auto;
}
#header-banner .links {
    height: 36px;
    position: absolute;
    top: 49px;
    right: 0;
}
#header-banner .links a {
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 0 1.5em;
    margin-left: 10px;
    border: 1px solid #144AA8;
    background-color: #144AA8;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
}
#header-banner .links a:hover {
    color: #144AA8;
    border-color: white;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#EEFCFF));
    background: -moz-linear-gradient(#ffffff, #EEFCFF);
    background: -ms-linear-gradient(#ffffff, #EEFCFF);
    background: -o-linear-gradient(#ffffff, #EEFCFF);
    background: linear-gradient(#ffffff, #EEFCFF);
}

#header-banner .banner-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 286px;
    text-align: center;
}
.banner-txt .title {
    margin-bottom: 10px;
    font-size: 90px;
    font-weight: bold;
    line-height: 1.6;
    color: white;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
}
.banner-txt .tip {
    font-size: 18px;
    line-height: 32px;
    color: white;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
}

.bg-blue{
    background: #ffffff url(../img/bg-blue.jpg) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

/*页面简单描述*/
.page-tip {
    position: relative;
    margin-bottom: 30px;
    padding: 50px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border-radius:0 0 30px 30px;
    border: 1px solid white;
    box-shadow: 0 10px 10px rgba(177, 198, 234, .43);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F2F6FF));
    background: -moz-linear-gradient(#ffffff, #F2F6FF);
    background: -ms-linear-gradient(#ffffff, #F2F6FF);
    background: -o-linear-gradient(#ffffff, #F2F6FF);
    background: linear-gradient(#ffffff, #F2F6FF);
}

.rowTi{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 40px;
    height: auto;
    text-align: center;
}
.rowTi h2{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 20px 12px;
    font-size: 40px;
    height: 53px;
    line-height: 53px;
    font-weight: bold;
}
.rowTi h2::before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    content:"";
    display: inline-block;
    width: 0;
    height: 12px;
    border-radius: 6px;
    background-color: #D9E0F6;
    transition:all 1s;
    transition-delay:1s;
}
.rowTi h2.animated::before{
    width: 100px;
}


/*产品优势*/
#box-strengths{
    margin:40px 0 106px;
}
.row-strengths {
    display: flex;
    align-items: stretch;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 20px rgba(220, 237, 244, .7);
}
.row-strengths .box-hd {
    box-sizing: border-box;
    width: 300px;
    padding: 30px 30px 0;
    background: #97B8E3 url(../img/box-hd-bg.png) left top no-repeat;
    border-radius: 20px 0 0 20px;
}
.row-strengths .box-hd li {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(7, 29, 95, .35);
    background: linear-gradient(180deg, white, #D9E1FD);
    cursor: pointer;
}
.row-strengths .box-hd li.on{
    color: white;
    background: #B1322E;
}
.row-strengths .box-bd {
    flex: 1;
}

/* 内容通用框 */
.row-info{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 54px 50px 55px 65px;
}
.row-info .row-con{
    flex: 1;
    padding-right: 70px;
}
.row-info .row-bg{
    width: 500px;
    height: 350px;
    display: flex;
    align-items: stretch;
}
.row-info .row-bg .icon{
    width: 100%;
    background: #EEF6FF url(../img/icon-1.png) center bottom no-repeat;
}
.row-info .row-bg .icon-2{
    background: #FAF4E5 url(../img/icon-2.png) center bottom no-repeat;
}
.row-info .row-bg .icon-3{
    background: #E3FAF7 url(../img/icon-3.png) 37px 46px no-repeat;
}
.row-info .row-bg .icon-4{
    background: #F2F0FF url(../img/icon-4.png) center 26px no-repeat;
}
.row-info .row-bg .icon-5{
    background: #E6F6FC url(../img/icon-5.png) 114px bottom no-repeat;
}
.row-info .row-bg .icon-6{
    background: #F4F3FE url(../img/icon-6.png) center 52px no-repeat;
}
.row-info .title{
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.row-info .intro{
    font-size: 16px;
    line-height: 32px;
}
.row-info .intro p{
    position: relative;
    margin: 9px 0;
    padding-left: 20px;
    text-align: justify;
}
.row-info .intro p::before{
    position: absolute;
    left: 0;
    top: 13px;
    content:"";
    display:inline-block;
    width:6px;
    height:6px;
    background-color: #ACB7D6;
    border-radius: 50%;
}
/*动态效果*/
.active .title,
.active .intro{
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInUp
}
.active .row-bg{
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

/*功能清单*/
#box-features{
    padding-top:50px;
    margin-bottom:50px;
}
.features-list{
}
.features-list>li {
    width: calc(100% / 2 - 20px);
    float: right;
    margin-bottom: 46px;
}
.features-list>li:nth-child(1),
.features-list>li:nth-child(5){
    float:left;
}
.features-list>li>strong {
    position: relative;
    display: block;
    height: 58px;
    padding-left: 36px;
    line-height: 58px;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 6px;
}
.features-list>li>strong::before{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    display: inline-block;
    background: #219FE6 url(../img/features-list-icon.png) center 5px no-repeat;
    border-radius: 50%;
}
.features-list>li:nth-child(2)>strong::before{
    background-position: center -31px;
}
.features-list>li:nth-child(3)>strong::before{
    background-position: center -67px;
}
.features-list>li:nth-child(4)>strong::before{
    background-position: center -103px;
}
.features-list>li:nth-child(5)>strong::before{
    background-position: center -139px;
}

/* 图标效果 */
.features-list>li>strong::before{
    -webkit-transition:all .9s;
    -moz-transition:all .9s;
    -ms-transition:all  .9s;
    -o-transition:all .9s;
    transition:all .9s;
}
.features-list>li>strong.animated::before{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
    /* 延迟 1 秒后执行 */
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.features-list .intro {
    font-size: 16px;
    line-height: 32px;
}
.features-list .intro li{
    position: relative;
    margin: 9px 0;
    padding-left: 20px;
    text-align: justify;
}
.features-list .intro li::before{
    position: absolute;
    left: 0;
    top: 13px;
    content:"";
    display:inline-block;
    width:6px;
    height:6px;
    background-color: #ACB7D6;
    border-radius: 50%;
}