﻿@charset "utf-8";

*{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{text-decoration: none;color:#000;} 
img{max-width:100%;}
.flex{
	display: flex;
}
.flex-c{
	display: flex;
    justify-content: center;
    align-items: center;
}
.flex-Lc{
	display: flex;
    align-items: center;
}
.flex-Lt{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-L{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-Lend{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-end{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.inner{
	width:1200px;
	margin:0 auto;
}

.header{
	width:100%;
	position: fixed;
	left:0;
	top: 0;
	z-index:999999;
	background:#fff;
}
.header .logo{
	height: 70px;
	float: left;
	display: flex;
	align-items: center;
}
.header .phone{ position: relative; padding-left: 54px; margin-top:15px; color: #999; line-height: 23px}
.header .phone::before{ position: absolute; top: 50%; left: 0; width: 38px; height: 38px; margin-top: -21px; background: url(../images/hf-icon.png) no-repeat; content: ""}
.header .phone span{ display: block; font-size: 24px; color: #999}
.header .phone p{ height: 23px; font-size: 14px; text-align: justify}
.header .phone p::after{ display: inline-block; width: 100%; height: 0; content: ""}

.banner .swiper-slide{
	height:600px;
	position: relative;
}
.banner-btn{
	width:100%;
	position: absolute;
	left: 0;
	text-align: center;
	bottom:100px;
	z-index: 99;
}
.banner-btn a{
	display: inline-block;
	border-radius:5px;
	font-size:18px;
	color:#333;
	line-height:47px;
	width: 190px;
	margin:0 18px;
	background:#fff;
}
/*.banner-btn a.btn-1{background:#e40909;}
.banner-btn a.btn-2{background:#ff702a;}*/

.banner-btn a:hover{text-decoration: underline;}

.antage-waprs{
	background:#fff;
	width:100%;
	box-shadow: 0px 9px 11.18px 1.82px rgba(185, 185, 185, 0.23);
}
.antage-waprs.active{
	position: fixed;
	left: 0;
	top:70px;
	z-index: 99;
}
.antage-listy ul li{
	float: left;
	width:14.28%;
	text-align: center;
	position: relative;
}
.antage-listy ul li a{
	display: block;
	line-height:60px;
	font-size:16px;
	color:#333333;
}
.antage-listy ul li+li:after{
	display: block;
	content:"";
	width:1px;
	height:26px;
	background:#dcdcdc;
	position: absolute;
	left:0;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.antage-listy ul li.active a{color:#0691ff;font-weight: bold;}
.antage-listy ul li:hover a{color:#0691ff;font-weight: bold;}

.celerity-title{
	padding:80px 0 50px;
}
.celerity-title h3{
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.celerity-title h3 span{
	display: inline-block;
	font-size:40px;
	font-weight: bold;
	line-height:60px;
	color:#333333;
	padding-left:20px;
}
.celerity-listy ul{
	padding:0 60px 40px;
}
.celerity-listy ul li{
	float: left;
	width:33.33%;
	padding:0 0 40px;
}
.celerity-slide{
	width:322px;
	position: relative;
	height:350px;
	border-radius:8px;
	border:1px solid #e6e6e6;
	overflow: hidden;
	margin:0 auto;
}
.celerity-slide:hover{
	box-shadow: 0px 9px 15.04px 0.96px rgba(5, 76, 173, 0.23);
}
.celerity-slide .title{
	width:100%;
	position: absolute;
	left: 0;
	text-align: center;
	top:25px;
	z-index:9;
}
.celerity-slide .title h3{
	font-weight: bold;
	color:#fff;
	font-size:20px;
	line-height:30px;
}
.celerity-slide .text{
	padding:56px 34px 0;
}
.celerity-slide .text p{
	text-align: justify;
	font-size:14px;
	color:#333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
}
.celerity-walset{
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index:9;
	background:#458cec;
	border-radius:8px;
	padding:45px 34px 0;
	 -moz-transition:.5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.celerity-walset p{
	color:#fff;
	text-align: justify;
}
.celerity-slide:hover .celerity-walset{
	top:0;
}

.payment-warps{
	background:#e6f5ff;
}
.payment-listy ul{
	padding:0 8px;
}
.payment-listy ul li{
	float: left;
	width:25%;
	padding:15px 8px;
}
.payment-slide{
	position: relative;
	background:#fff;
	border-radius:15px;
	height:445px;
	border:1px solid #fb9d2e;
}
.payment-slide .Img{
	height:120px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.payment-slide .text{
	padding:0 20px;
}
.payment-slide .text h3{
	width:128px;
	padding-left:18px;
	color:#fff;
	font-size:18px;
	line-height:41px;
	margin:10px 0;
	background:url(../images/kuan01.png) no-repeat;
}
.payment-slide .text p{
	font-size:16px;
	color:#333333;
	padding-left: 22px;
}
.payment-btns{
	padding:65px 0 0;
}
.payment-btns a{
	display: inline-block;
	color:#fff;
	width:460px;
	font-size:24px;
	line-height:70px;
	background:#ed3a31;
	border-radius:5px;
}

.project-listy ul li{
	float: left;
	width:14.28%;
	position: relative;
}
.project-listy ul li+li{
	/*padding-left:66px;*/
}
.project-listy ul li+li:after{
	display: block;
	content:"";
	width: 18px;
	height:32px;
	background:url(../images/jiant-1.png) no-repeat;
	position: absolute;
	left:-20px;
	top:150px;
}
.project-slide .title{
	position: relative;
	padding:20px 0;
	border-bottom: 1px solid #dcdcdc;
}
.project-slide .title:after{
	width:16px;
	height:16px;
	display: block;
	content:"";
	background:url(../images/ty-1.png) no-repeat center;
	position: absolute;
	left:40%;
	bottom:-8px;
	z-index: 9;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.project-listy ul li:hover .project-slide .title:after{
	background:url(../images/ty-2.png) no-repeat center;
}
.project-slide .title h3{
	font-size:14px;
	color:#333333;
	line-height:16px;
	margin-left:-30px;
	text-align: center;
}
.project-listy ul li:hover .project-slide .title h3{
	color:#f6712e;
}
.project-listy ul li:hover .project-slide .text p{
	color:#f6712e;
}
.project-listy ul li:hover .project-slide .text p:after{
	background:#f6712e;
}
.project-slide .title h3 span{
	display: inline-block;
	font-weight: bold;
}
.project-slide  .text{
	padding:45px 0 0 10px;
	width:125px;
}
.project-slide .text p{
	padding-left:10px;
	position: relative;
	color:#333333;
	text-align: justify;
	margin-bottom:10px;
}
.project-slide .text p:after{
	display: block;
	content:"";
	width:6px;
	height:6px;
	background:#bbbbbb;
	border-radius:50%;
	position: absolute;
	left: 0;
	top:8px;
	z-index: 9;
}
.Workflow-warps{
	height:648px;
	background:url(../images/Workflow-bg.jpg) no-repeat top center;
}
.Workflow-Img{
	text-align: center;
	padding:75px 0 20px;
}
.reading-listy ul li{
	float: left;
	width:50%;
	padding:25px 0;
}
.reading-slide{
	width:470px;
	margin:0 auto;
}
.reading-slide .title{
	position: relative;
	height:130px;
	margin-bottom:10px;
	background:#f0f5f6;
	padding:23px 42px 0 122px;
	border-radius:50px 0 0 0;
}
.reading-slide .title .Img{
	position: absolute;
	left: 0;
	top:0;
	z-index:9;
}
.reading-slide .title h3{
	font-weight: bold;
	font-size:20px;
	color:#333333;
	line-height:36px;
}
.reading-slide .title p{
	font-size:14px;
	color:#666666;
	text-align: justify;
}
.reading-wallst{
	background:#f0f5f6;
	height:356px;
	padding:0 45px;
}
.reading-wallst .item{
	height: 270px;
}
.reading-wallst .item p{
	position: relative;
	color:#666666;
	text-align: justify;
	padding-top:23px;
}
.reading-wallst .item p span{
	display: inline-block;
	font-weight: bold;
	color:#333333;
}
.reading-wallst .btn{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.reading-wallst .btn a{
	display: inline-block;
	width:160px;
	line-height:50px;
	color:#fff;
	font-size:16px;
	border-radius:30px;
	text-align: center;
}
.reading-wallst .btn a:nth-child(1){background:#ed3a31;}
.reading-wallst .btn a:nth-child(2){background:#ff702a;}

.succeed-listy ul li{
	float: left;
	width:25%;
	padding:0 50px;
	position: relative;
}
.succeed-listy ul li h3{
	font-weight: bold;
	text-align: center;
	font-size:36px;
	color:#436dcb;
	line-height:46px;
}
.succeed-listy ul li h3 span{
	display: inline-block;
	font-size: 24px;
}
.succeed-listy ul li p{
	font-size:16px;
	color:#333333;
}
.succeed-listy ul li+li:after{
	display: block;
	content:"";
	width:1px;
	height: 86px;
	background:#999999;
	position: absolute;
	left: 0;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.succeed-warps{
	height:1528px;
	margin-top:30px;
	padding-top:100px;
	background:url(../images/succeed-bg.jpg) no-repeat top center;
}

.moduletable{
	width:100%;
}
.moduletable tr th{
	text-align: center;
	height:54px;
	font-size:22px;
	color:#fff;
	font-weight: bold;
	background:#436dcb;
}
.moduletable tr td{
	text-align: center;
	height:54px;
	font-size:18px;
	color:#333333;
	background:#fff;
}
.moduletable tr.ys1{

	
}
.moduletable tr.ys1 td{
	background:#e5f4ff;
	border:2px solid transparent;
}
.elegant-slide{
	background-color: rgba(255, 255, 255);
  	box-shadow: 0px 0px 25.92px 6.08px rgba(213, 213, 213, 0.35);
}
.elegant-swiper .swiper-container{
	padding-bottom:80px;
}
.elegant-slide .text{
	height:102px;
	position: relative;
	padding:15px 16px 0 26px;
}
.elegant-slide .text h3{
	font-size:18px;
	color:#333333;
	line-height:30px;
	margin-bottom:10px;
}
.elegant-slide .text p{
	font-size:14px;
	color:#666666;
}
.elegant-slide .text a{
	display: block;
	position: absolute;
	width:66px;
	text-align: center;
	background:#3679e7;
	color:#fff;
	border-radius:30px;
	right:16px;
	top:15px;
	z-index: 99;
	line-height:30px;
}
.elegant-slide .text a:hover{
	text-decoration: underline;
}
.elegant-swiper .swiper-button-prev{
	width:39px;
	height:64px;
	background:url(../images/btn-left.png) no-repeat;
	margin-top:-100px;
	left:10px;
}
.elegant-swiper .swiper-button-next{
	width:39px;
	height:64px;
	background:url(../images/btn-right.png) no-repeat;
	margin-top:-100px;
	right:10px;
}




#LRdiv0{
	display: none !important;
}
