﻿@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: 700px;
    background: linear-gradient(to bottom, #0055B9, #8636F4);
}
#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 rgba(238,238,238,0.3);
}
#header-banner .links a:hover {
    color: #fff;
    border-color:transparent;
    background: linear-gradient(to right, #195FE7, #7330E7);
}


/* banner-文字位置 */
#header-banner .banner-txt{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 210px;
}
#header-banner .title{
    margin-bottom: 40px;
    font-size: 92px;
    line-height: 1.6;
    font-weight: bold;
    color: white;
}
#header-banner .tip{
    font-size: 18px;
    line-height: 24px;
    color: white;
}

/* banner - 图片位置 */
#header-banner .banner-pic{
    width: 667px;
    height: 500px;
    float: left;
    position: absolute;
    z-index: 1;
    right: 34px;
    bottom: 72px;
    background: url(../img/banner-icon.png) center top no-repeat;
}


/*页面提示*/
.page-tip{
	width: 1370px;
	top: -44px;
	margin-bottom: 30px;
	padding: 1px;
	font-size: 18px;
	line-height: 32px;
	text-indent: 2em;
	text-align: justify;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 10px 20px rgba(0,85,185,.05);
	background: linear-gradient(to bottom, rgba(234,228,243,0), #EAE4F3);
}
.page-tip::before{
	content:"";
	position: absolute;
	z-index: -1;
	left: -15px;
	right: -15px;
	top: -20px;
	height: 20px;
	border: 10px solid #945FF2;
	border-radius: 5px;
}
.page-tip p{
	position: relative;
    z-index: 1;
    padding:39px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
}
.page-tip p::before{
    content:"";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
    line-height: 10px;
    background: linear-gradient(to bottom, #B994F7, #fff);
}
/*公共标题-样式重置 */
.rowTi{
    height: auto;
    line-height: 50px;
    padding: 0;
    margin-bottom: 50px;
}
.rowTi h2{
    height: auto;
    background: linear-gradient(to right, #0953BD, #8436F3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rowTi .tip{
	margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    color:#666;
}

/*优势*/
.row-strengths{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: stretch;
}
.row-strengths .box-info{
	width: calc((100% / 2) - 50px);
	margin-bottom:70px;
	display: flex;
}
.row-strengths .info-title{
	box-sizing: border-box;
	padding-top: 40px;
	width: 250px;
	height: 230px;
	border-radius: 10px 0 0 10px;
    background:#195FE7 url(../img/strengths-title-bg.png) left top no-repeat;
}
.row-strengths .info-title .num{
    margin-bottom: 30px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(45deg, #7D38F0, #a46dff);
}
.row-strengths .info-title .title{
    padding-left: 40px;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.row-strengths .intro{
    box-sizing: border-box;
    flex:1;
    padding: 40px 40px 16px;
    margin-left: -25px;
    min-height: 280px;
    border: 1px solid #E2E7F0;
    border-radius: 10px 10px 50px 10px;
    background: white;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
    line-height: 32px;
    box-shadow: 0 10px 20px rgba(9, 83, 189, 0.05);
}

/*信息列表*/
.info-list{
    font-size: 16px;
    line-height: 32px;
}
.info-list p{
    margin:9px 0;
    padding-left: 30px;
    background: url(../img/list-icon.png) 5px 10px no-repeat;
}

/*功能亮点*/
#box-key{
	padding:60px 0 20px;
    background-color: #F0F2FF;
}

.key-list{
    padding:0 15px;
}
.key-list .box-info{
	position: relative;
	margin-bottom: 40px;
}
.key-list .info-title{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	display: flex;
	align-items: center;
	height: 100px;
	width: 240px;
	margin-top: -50px;
	border-radius: 10px;
}
.key-list .info-title::after,
.key-list .info-title::before{
	content:"";
	position: absolute;
	left: 0;
	z-index: -1;
	right: 0;
	top: 0;
	bottom: 0;
}
.key-list .info-title::before{
	background: #195FE7;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(25, 95, 231, 0.05);
}
.key-list .info-title::after{
	right: 4px;
	border-radius: 10px;
	background: white;
}
.key-list .info-title .num{
	margin:-5px 20px 0 -15px;
    width: 43px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../img/num-1.png) left top no-repeat;
}
.key-list .box-info:nth-child(2) .info-title .num{
    background-image: url(../img/num-2.png);
}
.key-list .box-info:nth-child(3) .info-title .num{
    background-image: url(../img/num-3.png);
}
.key-list .box-info:nth-child(4) .info-title .num{
    background-image: url(../img/num-4.png);
}
.key-list .info-title .title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.key-list .info-list{
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 30px 30px 30px 200px;
	margin-left: 70px;
	min-height: 166px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(25, 95, 231, 0.05);
}

#box-features{
    padding:60px 0 20px;
}
.features-list{
	padding: 0 15px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.features-info{
	margin-bottom: 40px;
	width: calc(100% / 2 - 20px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.features-info .info-title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.features-info .info-title strong{
	padding:0 82px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: white;
	background: linear-gradient(45deg, #195FE7, #7330E7);
	clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%);
	border-radius: 34px 34px 0 0;
}
.features-list .info-list{
	flex: 1;
	padding: 12px 20px;
	border-radius: 10px 10px 50px 10px;
	border: 1px solid #E2E7F0;
	box-shadow: 0 10px 20px rgba(9, 83, 189, 0.05);
}
.features-list .features-info:last-of-type{
	width:100%;
}