﻿@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;}

.bg-blue{
	overflow: hidden;
    min-width: 1400px;
    background: url(../img/bg-blue.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* 头部-banner */
#header-banner {
    position: relative;
    width: 100%;
    height: 917px;
}
#header-banner::before{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content:"";
    background: url(../img/banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    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 {
	position: relative;
    top: 0;
    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: rgba(0, 0, 0, 0.37);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
#header-banner .links a:hover {
    top: -6px;
}


/* 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;
}
#header-banner .tip{
    font-size: 18px;
    line-height: 38px;
    color: white;
}

/* banner - 图片位置 */
#header-banner .banner-pic{
    width: 552px;
    height: 578px;
    float: left;
    position: absolute;
    z-index: 1;
    right: 38px;
    bottom: 109px;
}
#header-banner .banner-pic>div{
    position: absolute;
    z-index: 1;
}
#header-banner .banner-pc{
    width: 533px;
    height: 549px;
    right: 0;
    bottom: 0;
    background: url(../img/banner-pc.png) center top no-repeat;
}
#header-banner .banner-word-1{
    width: 247px;
    height: 310px;
    right: 41px;
    bottom: 136px;
    background: url(../img/banner-word-2.png) center top no-repeat;
}
#header-banner .banner-word-2{
    width: 246px;
    height: 309px;
    left: 0;
    bottom: 201px;
    background: url(../img/banner-word-2.png) center top no-repeat;
}
#header-banner .banner-arrow{
    width: 84px;
    height: 109px;
    left: 91px;
    top: 0;
    background: url(../img/banner-arrow.png) center top no-repeat;
}

/*公共标题-样式重置 */
.rowTi{
    height: auto;
    line-height: 50px;
    padding: 0;
    margin-bottom: 50px;
}
.rowTi h2{
	display: inline-block;
    height: auto;
    font-size: 48px;
    background: linear-gradient(to right, #455A64, #10A565);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* 通用框 */
.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;
    color: #666;
}
.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: #666;
}

/*信息提示*/
.page-tip{
	position: relative;
    top: 0;
	box-sizing: border-box;
	margin:66px auto 70px;
	padding:41px 46px 41px 80px;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    background:white url(../img/page-tip-bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.page-tip .row-con{
    font-size: 20px;
    line-height: 40px;
    text-align: justify;
}
.page-tip .row-con p{
	margin:9px 0;
    text-indent: 2em;
}
.page-tip .row-bg{
    margin-left: 15px;
    width: 170px;
    height: 203px;
    background: url(../img/tip-icon.png) center top no-repeat;
}
.page-tip:hover{
    top: -10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/*功能亮点*/
#box-strengths{
    margin-bottom: 110px;
}
.row-strengths{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.row-strengths .box-info{
	position: relative;
    top: 0;
	width: calc(100% / 3 - 40px);
	box-sizing: border-box;
	padding: 55px 30px;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    background:white url(../img/row-strengths-bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.row-strengths .box-info .title{
	position: relative;
	padding-top: 156px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	color: #000;
}
.row-strengths .box-info .title>i{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 116px;
	height: 116px;
	margin: 0 auto;
	background: url(../img/strengths-list-icon.png) center top no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.row-strengths .box-info:nth-child(2) .title>i{
	background-position: center -156px;
}
.row-strengths .box-info:nth-child(3) .title>i{
	background-position: center -312px;
}
.row-strengths .box-info .intro{
	font-size: 16px;
	text-align: justify;
	text-indent: 2em;
	color: #666;
}
.row-strengths .box-info:hover{
    top: -10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.row-strengths .box-info:hover .title>i{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}

/*功能清单*/
#box-features{
    padding-bottom: 20px;
}
.features-list li{
	position: relative;
    top: 0;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 50px 74px 50px 195px;
	background: linear-gradient(45deg, #E8FCFD, #F9FEFF);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
.features-list li>i{
	content:"";
	position: absolute;
	left: 74px;
	top: 50px;
	width: 81px;
	height: 81px;
	border-radius: 50%;
	background: #ededed;
}
.features-list li .title{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}
.features-list li>i::before{
	content:"";
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    margin:0 auto;
    z-index: 1;
    width: 44px;
    height: 44px;
	background: url(../img/features-list-icon.png) center top no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.features-list li:nth-child(2)>i::before{
    background-position: center -74px;
}
.features-list li:nth-child(3)>i::before{
    background-position: center -148px;
}
.features-list li:nth-child(4)>i::before{
    background-position: center -222px;
}
.features-list li:nth-child(5)>i::before{
    background-position: center -296px;
}
.features-list li:nth-child(6)>i::before{
    background-position: center -369px;
}
.features-list li:nth-child(7)>i::before{
    background-position: center -443px;
}

.features-list li:hover{
    top: -10px;
   	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.features-list li:hover>i::before{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}
#technicalSupport{
    padding:40px 0 50px;
    border-radius:10px 10px 0 0;
}
#technicalSupport .rowTi h2{
    background: none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: #333;
}