/*base css*/
*{
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: sans-serif;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul, li {
	list-style-type: none;
}
img {
	width: 100%;
}

h2, h3 {
	font-weight: normal;
}

body {
	font-size: 62.5%;
	width: 100%;
	background-color: #fff;
}

.clear {
	clear: both;
}

#wrapper {
	position: relative;
	margin-right: 1.5em;
	margin-top: 1.5em;
	margin-left: 1.5em;
	font-size: 1.6em;
}
header {
	position: relative;
}

/* main css */
.fix {
	/* overflow: hidden; */
}

.logo {
	width: 297px;
    height: 61px;
}

nav {
	position: absolute;
	padding-left: 400px;
	top: .8em;
	width: 100%;
}

nav ul li {
	float: left;
	padding: .75em 5%;
}

.container {
	width: 100%;
	padding: 1em 0;
}

.banner {
	width: 100%;
	height: auto;
	position: relative;
	padding: 1.5em 0;
}

.bg {
	background-color: #f3f3f3;
}

img.banner1 {
	float: left;
}

.solution {
	float: right;
	background-color: #f3f3f3;
	width: 50%;
	margin-right: 4%;
	padding: 1em 0;
	z-index: 3;
	margin-top: -20%;
}

.solution h3 {
	font-size: 2.5em;
	color: #1a2b6d;
	padding: .5em .65em;
}

.solution .txt {
	position: relative;
}

.solution .txt p {
	width: 100%;
    
	padding-left: 35%;
    
	padding-right: .25em;
	position: relative;
    line-height: 1.5em;
    background-color: #f3f3f3;
    padding-bottom: 1em;
}

.solution .txt .line, .desc .line {
	position: absolute;
    top: 30%;
    border: 1px solid #1a2b6d;
    left: 2.7em;
    width: 20%;
}

.more {
	z-index: 4;
	position: relative;
	top: -1.5em;
	text-align: right;
	color: #fff;
	bottom: 0;
	padding-right: 4%;
}

.more .plus, .more .find {
	display: inline-block;
	padding: .85em 1em;
	background-color: #00f;
	color: #fff;
	cursor: pointer;
}

.more .find {
	background-color: #f00;
}

.service-top {
	top: 3.6em;
}

.desc .line {
	top: 20%;
	width: 10%;
	left: 8%;
	border: 2px solid #1a2b6d;
}

.banner h2 {
	font-size: 4em;
	background-color: rgb(26, 43, 109);
	color: #fff;
    
	padding: 1em 1em 3em;
	width: 100%;
	text-align: center;
}

.m-block {
	position: relative;
	width: 80%;
	margin: 0 auto;
	z-index: 2;
	top: -60px;
}

.s-block {
	margin-left: 6%;
	width: 25%;
	float: left;
	padding: 2.2em 1.2em;
	background-color: #f3f3f3;
}

.s-block, .s-block h3, .s-block p, .sblock .btn {
	/*background-color: #f3f3f3;*/
    line-height: 1.5em;
}

.s-block h3 {
	font-size: 1.5em;
	color: #1a2b6d;
	line-height: 1em;
	height: 3.2em;
	font-weight: normal;
}

.s-block p {
	height: 10.2em;
}

.s-block .btn {
	color: #f00;
	display: block;
	background-color: #f3f3f3;
	cursor: pointer;
}

.form-all {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.contactus {
	position: relative;
	background: url(../image/banner3.png) 0 0 no-repeat;
	width: 100%;
	height: auto;
	padding: 4em 0;
	margin: 0 auto;
	text-align: center;
}

.contactus h2 {
	font-size: 2em;
	padding: 1em 0;
}

.contactus .body {
	background-color: rgb(26, 43, 109);
}

.contactus .form, #personal .input {
	position: relative;
	top； -2px;
	display: block;
	color: #fff;
	padding: 1em 0 2em;
	width: 100%;
}

.contactus .input, #personal .input {
	background-color: rgb(26, 43, 109);
	width: 40%;
	border-bottom: 1px solid #fff;
	float: left;
	margin: .25em 5%;
	position: relative;
}

.contactus input, .contactus label, #personal input, #personal textarea {
	border: none;
	background-color: rgb(26, 43, 109);
	height: 40px;
}

.contactus label {
	position: absolute;
	left: 5%;
	line-height: 40px;
}

.contactus input, #personal input, #personal textarea {
	width: 100%;
	display: block;
	font-size: 1em;
	color: #fff;
	text-indent: 4%;
}

.contactus .subject input, #personal .subject input, #personal .subject textarea {
	text-indent: 2%;
}

.contactus .subject, #personal .subject {
	width: 90%;
}

.contactus .subject label {
	left: 2%;
}


#personal {
	background-color: rgb(26, 43, 109);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 3;
	text-align: center;
	color: #fff;
	padding-bottom: 2em;
}

#personal .form {
	width: 60%;
	margin: 0 auto;
}

#personal .input {
	border: none;
}

#personal input, #personal textarea {
	border: 2px solid;
	font-size: 1.6em;
}
#personal textarea {
	min-height: 150px;
	padding: .75em 0;
}
#personal .close {
	position: absolute;
    font-size: 6em;
    top: 20%;
    right: 10%;
}
.btn {
	color: #1a2b6d;
	background-color: #fff;
	padding: .75em 0;
	width: 100%;
	border-radius: 8px;
	cursor: pointer;
}
#personal .send {
	width: 90%;
	margin: 0 auto;
}
.form-all input:input-placeholder {
	color: #fff;
}

.form-all input::-webkit-input-placeholder { /* WebKit browsers*/ 
　　color:#fff;
}
.form-all input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/ 
　　color:#fff;
}
.form-all input::-moz-placeholder {  /* Mozilla Firefox 19+*/ 
　　color:#fff;
}
.form-all input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
　　color:#fff;
}

.readyfind {
	position: relative;
	background: url(../image/banner3.png) 0 0 no-repeat;
	width: 100%;
	height: auto;
	padding: 4em 0 0 0;
	margin: 0 auto;
	text-align: center;
}

.readyfind h2 {
	font-size: 2em;
	padding: 1em 0;
	font-size: 4em;
	background-color: #f3f3f3;
	color: rgb(26, 43, 109);
	padding: 1em 1em 1em;
	width: 100%;
	text-align: center;
}

.readyfind .txt p {
	width: 100%;
	padding-left: 30%;
	padding-right: .25em;
	position: relative;
    line-height: 1.5em;
    background-color: #f3f3f3;
    padding-bottom: 3em;
}


.readyfind .txt .line {
	position: absolute;
    bottom: 3.5em;
    border: 1px solid #1a2b6d;
    left: 10%;
    width: 20%;
}

.readyfind .body {
	background-color: #fff;
}

#personal h2 {
	padding: 2.5em .25em 2em;
	font-size: 5em;
}

#small-nav-ul {
	display: none;
}
#small-nav {
	display: none;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-3 {
	width: 25%;float: left;
}
.col-12 {
	width: 100%;
	float: left;
}
footer {
	display: block;
	width: 100%;
	color: #fff;
	padding: .5em 5%;
	text-align: left;
	overflow: hidden;
}

footer .info {
	padding: .25em .25em;
}

.info  a {
	color: #fff;
}

/*  choose_us.html*/
.choose {
	padding-top: 0;
}

.desc p, .desc ul {
	font-size: 1.4em;
	padding: .5em;
	width: 60%;
	margin: 0 auto;
	line-height: 1.5em;
}

.desc ul {
	list-style-position: inside;
	padding-top: 0;
}

.desc ul li{
	list-style-type: disc;
	padding-left: 1cm;
}

.chooseus {
	top: 0;
}

/* smart pos*/
.pos {
	padding-top: 5em;
	padding-bottom: 5em;
	background-color: rgb(26, 43, 109);
}
.smart {
	width: 100%;
	position: relative;
	margin-top: .25em;
}
.smart img {
	float: right;
}

.smart .smart_pos {
	max-width: 239px;
	float: right;
	margin-top: -4em;
}

.smart .bank {
	max-width: 385px;
	margin-top: 10%;
}

.smart .title {
	background-color: #fff;
	width: 100%;
	float: left;
	margin-left: -20%;
	margin-top: -11em;
}

.alipay .title {
	padding: 3em 1em;
	margin-top: -7em;
	margin-left: -10%;
}

.alipay .w-block {
	padding: 5em 0;
}

.alipay img {
	max-width: 167px;
	padding: 1em;
	margin-top: -4em;
	margin-right: 6%;
}

.w-block {
	width: 60%;
	padding: 7em 0;
	margin: 0 auto;
	border: .2em solid #fff;
}

.w-block h2 {
	background-color: #fff;
	color: rgb(26, 43, 109);
	padding: 0 1em;
	text-align: left;
	font-weight: normal;
}

.outsourcing {
	padding: 6em 0;
	margin-top: -5em;
	
*
	zoom:;
}

.outsourcing .title {
	margin-left: -1.5%;
	padding: 2.2em 0;
	margin-top: -6.6em;
}

.send {
	display: block;
	padding-top: .5em;
}

.send span {
	color: #fff;
	font-size: 1em;
	cursor: pointer;
}

.back a{
	color: #f00;
	padding-top: 2em;
	text-align: center;
	width: 100%;
	display: block;
}

.banner .carousel {
	min-height: 600px;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	color: #1a2b6d;
	font-size: 1.4em;
}

/* carousel */
.carousel {
    position: relative;
}

.carousel .item h3, .carousel .item p {
	padding: 1.2em 1.2em;
	line-height: 1.6em;
}

.carousel .item h3 {
	padding-top: 1em;
}

.carousel .item .copyright {
	color: #f00;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel img {
    width: 100%; 
    height: 100%;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #1a2b6d;
    border: 2px solid #1a2b6d;
    border-radius: 10px;
    list-style-type: disc;
}
.carousel-indicators li.active {
	list-style-type: circle;
	background-color: #fff;
	width: 10px;
	height: 10px;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
    background: none; 
}
.carousel .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.4); 
}
.carousel-fade .carousel-inner .item{
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}

.left-arrow, .right-arrow {
    background-image: url(../image/sprite.png);
    background-position: 0 0;
    width: 103px;
    height: 40px;
    display: block;
    top: 50%;
    left: -20%;
    position: absolute;
}
.right-arrow {
	left: 110%;
	transform: rotate(180deg);
}
.text-center {
    text-align: center;
}


@media screen and (min-width: 768px) {
	.carousel-indicators {
	    bottom: 20px;
	}
}

@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {
	    -webkit-transition: -webkit-transform .6s ease-in-out;
	    -o-transition: -o-transform .6s ease-in-out;
	    transition: transform .6s ease-in-out;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -webkit-perspective: 1000;
	    perspective: 1000;
	}

	.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
	    left: 0;
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
}

@media screen and (min-width: 1400px) {
	.solution h3 {
		font-size: 4em;
	}
	.s-block h3 {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 1100px) {
	.hidden-xs {
		display: none;
	}
	.desc .line {
		display: none;
	}
	.col-sm-12 {
		width: 100%;
	}
	.logo {
		width: 90%;
		height: auto;
	}
	.logo img {
		display: block;
	}
	.banner h2 {
	    padding: 1em 0;
	    font-size: 2.5em;
	}
		
	#small-nav {
		position: static;
		font-size: 4em;
		text-align: right;
		padding-left: 0;
		display: block;
	}
	#small-nav-ul {
		width: 100%;
		position: absolute;
		height: 100%;
		background-color: #fff;
		z-index: 3;
	}
	#small-nav-ul ul {
	    text-align: center;
	    width: 60%;
	    padding-top: 3em;
	    margin: 0 auto;
	}
	#small-nav-ul ul li {
		font-size: 2em;
		display: block;
		float: none;
		padding: 2em 0;
		border-bottom: 1px solid #1a2b6d;
	}
	.close {
		position: absolute;
		font-size: 5em;
		top: 13%;
		right: 1%;
		color: rgba(26, 43, 109, 1);
		font-weight: 700;
		padding: 1em;
	}
	#small-nav .navigation {
		display: block;
		margin-right: 10%;
	}
	#big-nav {display: none;}
	.solution {
		position: relative;
		top: 0;
		width: 100%;
		left: 0;
		margin-top: 0;
		margin-right: 0;
	}
	.m-block {
		top: 0;
		width: 100%;
		overflow: hidden;
	}
	.m-block .s-block {
		width: 100%;
		margin-left: 0;
		margin-bottom: 2em;
	}
	.contactus {
		top: 0;
	}
	.contactus h2 {
		position: relative;
		margin-left: 0;
	}
	.contactus .input, #personal .input {
		width: 80%;
		margin: .25em 10%;
	}
	.solution .txt p, .s-block p, .s-block .btn, .contactus input, .contactus label {
		/*font-size: 2em;*/
	}
	.s-block p {
		height: 6em;
	}
	footer {
		font-size: 1em;
	}
	.desc p, .desc ul {
		font-size: 1.2em;
		width: 90%;
	}
	.w-block {
		width: 100%;
		padding: 0;
		border: none;
		margin-top: 0;
	}
	.pos {
		display: none;
	}
	.smart .title {
		margin: 0;
	}
	.smart .title h2 {
		font-size: 1.5em;
	
		text-align: center;
	}
	.smart .smart_pos {
		margin: 0 auto;
		float: none;
		display: block;
		width: 90%;
		max-width: none;
	}
	.banner .carousel {
		width: 100%;
		font-size: 1em;
	}
	.carousel .item .copyright {
		width: 100%;
	}
	#personal .form {
		width: 100%;
	}
	#personal h2 {
		font-size: 3em;
	}
	#personal .input {
		margin: 0 10%;
		padding: 1em 0 1em;
	}
	#personal .send {
		width: 80%;
	}
	#personal .close {
		font-size: 2.5em;
		top: 1%;
		color: #fff;
		right: 2%;
	}
	.alipay img {
		max-width: 167px;
		padding: 1em;
		margin-top: -1em;
		margin-right: 28%;
	}
}


