﻿@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: 750px;
    background: #f5f5f5 url(../img/banner.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 white;
}
#header-banner .links a:hover {
    color: #2C306E;
    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);
}


/* banner-文字位置 */
#header-banner .banner-txt{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 278px;
}
#header-banner .title{
    margin-bottom: 20px;
    font-size: 92px;
    line-height: 1.6;
    font-weight: bold;
    color: white;
    text-shadow: 2px 4px 15px rgba(0,31,102,.4);
}
#header-banner .tip{
    font-size: 18px;
    line-height: 38px;
    color: white;
    text-shadow: 0 0 5px rgba(4,0,104,.4);
}

/* banner - 图片位置 */
#header-banner .banner-pic{
    width: 578px;
    height: 460px;
    float: left;
    position: absolute;
    z-index: 1;
    right: 34px;
    bottom: 89px;
    background: url(../img/banner-icon.png) center top no-repeat;
}

.bg-blue{
    position: relative;
    z-index: 1;
    background: #F6FBFF url(../img/bg-blue.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding:30px 0;
}

/*页面提示*/
.page-tip{
    margin-bottom: 30px;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.2);
    box-shadow: 0 10px 15px rgba(59,144,229,.3);
}

/*公共标题-样式重置 */
.rowTi{
    height: auto;
    line-height: 50px;
    padding: 0;
    margin-bottom: 50px;
}
.rowTi h2{
    color:#2C5EAE;
    height: auto;
}


/* 通用框 */
.row-info {
    display: flex;
    align-items: center;
}
.row-info .row-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-info .row-con {
    flex: 1;
}


/*内容信息*/
.info-list{
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
}
.info-list p{
    position: relative;
    margin: 9px 0;
    padding-left: 24px;
}
.info-list p::before{
	content:"";
	position: absolute;
	left: 10px;
	top: 14px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #333;
}


.row-hd-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.row-hd-title h2{
    position: relative;
    padding-bottom: 26px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color:#0070FF;
}
.row-hd-title h2::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content:"";
    width: 0;
    height: 6px;
    background: linear-gradient(45deg, rgba(86,68,207,0) 0%, rgba(86,68,207,1) 30%,rgba(55,179,240,1) 70%,rgba(55,179,240,0) 100%);
    transition:all 1s;
    transition-delay:1s;
}
.row-hd-title h2.animated::after{
    width: 100%;
}
.row-strengths .box-bd-in{
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
}


.box-info{
	width: calc(100% / 2 - 20px);
	box-sizing: border-box;
	margin-bottom: 40px;
	padding:40px;
    overflow: hidden;
	background-color: rgba(255,255,255,.2);
	box-shadow: 0 5px 15px rgba(59,144,229,.3);
}
.box-info:first-of-type{
	width:100%;
}
.box-info .title{
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
	padding-bottom: 26px;
	font-weight: bold;
	color: #2C5EAE;
}
.box-info .title>i{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 88px;
    background: #54ECC9;
}
.box-info .title i::after,
.box-info .title i::before{
    content:"";
    position: absolute;
    left: 0;
}
.box-info .title i::before{
	left: 38px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent  #0070FF #0070FF transparent;
}
.box-info .title i::after{
	left:44px;
    bottom: 0;
	width:44px;
    height: 6px;
	background-color:#0070FF;
}

.box-info .icon{
	margin: 0 38px 0 80px;
    width: 289px;
    height: 236px;
    background: url(../img/icon-2.png) center top no-repeat;
}


#box-features{
	padding-bottom:20px;
	background-color: #FBFDFF;
}

.box-banner{
    margin-bottom: 60px;
    height: 200px;
    background: url(../img/box-hd-bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-banner .row-hd-title{
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.box-banner .row-hd-title .icon{
    position: absolute;
    z-index: 1;
}
.box-banner .row-hd-title .icon-word{
    left: 0;
    bottom: 29px;
    width: 214px;
    height: 134px;
    background: url(../img/icon-word.png) center top no-repeat;
}
.box-banner .row-hd-title .icon-arrow{
    right: 0;
    bottom: 0;
    width: 137px;
    height: 200px;
    background: url(../img/icon-arrow-top.png) center top no-repeat;
}
.box-banner .row-hd-title h2{
	color: white;
}
.box-banner .row-hd-title h2::after{   
	background: linear-gradient(45deg, rgba(255,255,255,0) 0%, #fff 30%,#fff 70%,rgba(255,255,255,0) 100%);
}

.tab-features{
    margin-bottom: 50px;
}
.tab-features .hd-title{
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.tab-features .hd-title strong{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color:#006BF8;
    padding: 0 105px;
    position: relative;
}
.tab-features .hd-title strong::after,
.tab-features .hd-title strong::before{
	position: absolute;
    z-index: 1;
    bottom:0;
    content:"";
    width: 83px;
    height: 34px;
    margin-top: -17px;
}
.tab-features .hd-title strong::before{
	left:0;
	background: url(../img/tab-hd-left.png) left center no-repeat;
}
.tab-features .hd-title strong::after{
	right:0;
	background: url(../img/tab-hd-right.png) left center no-repeat;
}
.tab-features .hd-tip{
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}

.tab-features .hd{
    display: flex;
    justify-content: center;
}
.tab-features .hd ul{
    display: flex;
    align-items: flex-end;
}
.tab-features .hd li{
    margin: 0 10px;
    padding: 0 30px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #2C5EAE;
    background: linear-gradient(0deg, #EEF6FF, #fff);
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    cursor: pointer;
}
.tab-features .hd li.on{
    position: relative;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color:#0070FF;
    background: #fff;
}
.tab-features .hd li.on::after{
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	content:"";
	border-style:solid;
	border-width: 8px;
	border-color: #0070FF transparent transparent transparent;
}
.tab-features .bd{
    padding: 30px 40px;
    background: white;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

/* 相关技术支撑功能模块 */
#technicalSupport{
    padding: 40px 0 48px;
}