﻿@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: linear-gradient(135deg, #4C1682, #3743BA);
}
#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;
    background-color: rgba(0,0,0,0.34);
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
#header-banner .links a:hover {
    color: #4C1682;
    background-color: #fff;
}


/* banner-文字位置 */
#header-banner .banner-txt{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 270px;
}
#header-banner .title{
    margin-bottom: 20px;
    font-size: 92px;
    line-height: 1.6;
    font-weight: bold;
    color: white;
    text-shadow: 0 4px 2px rgba(0,0,0,0.25);
}
#header-banner .tip{
    font-size: 18px;
    line-height: 24px;
    color: white;
}

/* banner - 图片位置 */
#header-banner .banner-pic{
    width: 506px;
    height: 518px;
    float: left;
    position: absolute;
    z-index: 1;
    right: 94px;
    bottom: 70px;
    background-position: left top;
    background-repeat: no-repeat;
}
#header-banner .banner-pic>div{
    position: absolute;
    z-index: 1;
}
#header-banner .banner-icon-1{
    width: 405px;
    height: 252px;
    background-image: url(../img/banner-icon-1.png);
    right: 27px;
    bottom: 0;
}
#header-banner .banner-icon-2{
    left: 173px;
    bottom: 96px;
    width: 66px;
    height: 208px;
    background-image: url(../img/banner-icon-2.png);
}
#header-banner .banner-icon-3{
    left: 261px;
    top: 41px;
    width: 132px;
    height: 338px;
    background-image: url(../img/banner-icon-3.png);
}
#header-banner .banner-icon-4{
    left: 335px;
    bottom: 81px;
    width: 100px;
    height: 91px;
    background-image: url(../img/banner-icon-4.png);
}
#header-banner .banner-icon-5{
    left: 301px;
    top: 0;
    width: 58px;
    height: 47px;
    background-image: url(../img/banner-icon-5.png);
}
#header-banner .banner-icon-6{
    right: 0;
    top: 164px;
    width: 58px;
    height: 47px;
    background-image: url(../img/banner-icon-5.png);
}
#header-banner .banner-icon-7{
    left: 13px;
    top: 238px;
    width: 48px;
    height: 56px;
    background-image: url(../img/banner-icon-6.png);
}
#header-banner .banner-icon-8{
    left: 95px;
    top: 120px;
    width: 128px;
    height: 139px;
    background-image: url(../img/banner-icon-7.png);
}
#header-banner .banner-icon-9{
    left: 0;
    top: 115px;
    width: 67px;
    height: 107px;
    background-image: url(../img/banner-icon-8.png);
}
#header-banner .banner-icon-10{
    left: 140px;
    top: 86px;
    width: 64px;
    height: 66px;
    background-image: url(../img/banner-icon-9.png);
}
#header-banner .banner-icon-11{
    left: 94px;
    top: 50px;
    width: 98px;
    height: 81px;
    background-image: url(../img/banner-icon-10.png);
}

/* box-principle */
#box-principle{
	position: relative;
    z-index: 1;
    padding:90px 0 70px;
    background-color: #EFEDF8;
}
#box-principle::before{
	content:"";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.05);
}

.page-box-loop{
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
}
.page-box{
    width:calc(100% / 2 - 30px)
}
.page-box .hd{
    margin-bottom: 20px;
}
.page-box .hd strong{
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
}
.page-box .hd strong::after{
    position: absolute;
    left: 0;
    bottom: -3px;
    content:"";
    width: 60px;
    height: 5px;
    background: #791CB5;
}
.page-box .bd{
    
}
.page-box .intro{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 5px;
}
.page-box .intro p{
    margin:9px 0;
    text-indent: 2em;
}
.page-box .pic-list{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-box .pic-list li{
    width: 298px;
}
.page-box .pic-list li img{
    width: 100%;
    height: auto;
}
.page-box .pic-list li p{
    text-align: center;
    line-height: 38px;
}
.page-box .pic-list li.icon{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 65px;
	content:"";
	width: 120px;
	height: 70px;
	margin-left: -60px;
	background: url(../img/pic-2.png) center top no-repeat;
}
.page-box .pic{
    overflow: hidden;
}
.page-box .pic img{
    width: 100%;
    height: auto;
}

/*产品优势*/
#box-strengths{
    padding:80px 0 40px;
}
/*产品优势-大标题*/
.row-hd{
    margin:0 auto;
    text-align: center;
}
.row-hd strong{
    position: relative;
    display: inline-block;
    margin:0 auto;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
}
.row-hd strong::after{
    position: absolute;
    left: 50%;
    bottom: -3px;
    content:"";
    width: 60px;
    height: 5px;
    margin-left: -30px;
    background: #791CB5;
}

/*产品优势-列表*/
.row-info{
	padding:60px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}
.row-info:nth-last-child(1){
    border-bottom: 0;
}
.row-info .row-pic{
    margin-right: 40px;
}
.row-info .row-focus{
    position: relative;
    box-sizing: border-box;
    width: 594px;
    margin-right: 70px;
    padding: 0 22px;
}
.row-info .row-focus .prev,
.row-info .row-focus .next{
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    width: 22px;
    display: flex;
    -webkit-tap-highlight-color: transparent;
}
.row-info .row-focus .prev{
    left:0;
    justify-content: flex-start;
}
.row-info .row-focus .next{
    right:0;
    justify-content: center;
}
.row-info .row-focus .prev::after,
.row-info .row-focus .next::after{
	margin-top: 200px;
    content:"\f104";
    display:inline-block;
    width: 22px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-family: FontAwesome, fontpower;
}
.row-info .row-focus .next::after{
    content:"\f105";
}
.row-info .row-focus .prev:hover::after,
.row-info .row-focus .next:hover::after{
    background-color:rgba(0,0,0,.2);
    color:white;
}
.row-info .row-focus .prevStop,
.row-info .row-focus .nextStop{
    cursor: default;
}
.row-info .row-focus .prevStop::after,
.row-info .row-focus .nextStop::after{
    color:rgba(255,255,255,0.6);
}
.row-info .row-focus .prevStop:hover::after,
.row-info .row-focus .nextStop:hover::after{
    color: #f0f0f0;
}
.row-info .row-con{
    flex:1;
}
.row-info .row-con dt{
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1.8;
}
.row-info .row-con .num{
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 14px;
    padding-left: 4px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color:white;
}
.row-info .row-con .num::before{
	content:"";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/icon-num-bg.png) center top no-repeat;
}
.row-info .row-con dd{
	padding-left: 50px;
    font-size: 16px;
    line-height: 32px;
    color:#666;
}
.row-info .row-focus-right{
    order:2;
    margin-right: 0;
    margin-left: 70px;
}

.row-info #focus-set{
    width: 658px;
}

.row-info #focus-set .prev::after,
.row-info #focus-set .next::after{
    margin-top: 160px;
}

/*功能清单*/
#box-features{
    position: relative;
    z-index: 1;
    padding:90px 0 45px;
}
#box-features::before{
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 459px;
    background:  url(../img/box-tab-bg.jpg) center top no-repeat;
    background-size: 100% auto;
}
#box-features .row-hd{
    margin-bottom: 40px;
}
#box-features .row-hd strong{
    color:white;
    border-bottom-color: white;
}
#box-features .row-hd strong::after{
    background-color: white;
}
.row-tab-hd ul{
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.row-tab-hd li{
    position: relative;
    z-index: 1;
    width: calc(100% / 6 - 10px);
    text-align: center;
    background: #E4F5FF;
    font-size: 20px;
    padding: 76px 0 17px;
    height: 47px;
    line-height: 22px;
    cursor: pointer;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.row-tab-hd li p{
	padding-top: 3px;
	font-size: 14px;
}
.row-tab-hd li::before{
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    content:"";
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../img/icon-tab.png) center top no-repeat;
    -webkit-transition:top 0.6s;
    -moz-transition:top 0.6s;
    -ms-transition:top  0.6s;
    -o-transition:top 0.6s;
    transition:top 0.6s;
}
.row-tab-hd li:nth-child(2)::before{
    background-position: center -76px;
}
.row-tab-hd li:nth-child(3)::before{
    background-position: center -162px;
}
.row-tab-hd li:nth-child(4)::before{
    background-position: center -241px;
}
.row-tab-hd li:nth-child(5)::before{
    background-position: center -322px;
}
.row-tab-hd li:nth-child(6)::before{
    background-position: center -402px;
}
.row-tab-hd li.on{
	font-weight: bold;
	color: #1B4784;
	background: white;
	padding: 100px 0 25px;
	border-top: 8px solid #791CB5;
}
.row-tab-hd li.on::before{
	top: 32px;
}
.row-tab-bd{
	padding:26px 30px 46px;
    background-color: #fff;
    border-radius:0 0 10px 10px;
}
.row-tab-bd .info-list{
    font-size: 16px;
    line-height: 32px;
}
.row-tab-bd .info-list p{
	position: relative;
    z-index: 1;
    padding:9px 0 12px 38px;
    text-align: justify;
    border-bottom: 1px solid #e9e9e9;
}
.row-tab-bd .info-list p::before{
	position: absolute;
    z-index: 1;
    left: 10px;
    top: 15px;
    content:"";
    width: 20px;
    height: 20px;
    background: url(../img/icon-list.png) left top no-repeat;
}