body{
	font-size: 14px;
	overflow-x:hidden;
}
.inner-bnr{
	padding:20px 0;
}
.inner-bnr img{
	width:100%;
}

@media only screen and (max-width:768px) {
	.inner-bnr{padding:0;}
	body{font-size:12px;}
}
.section-tit{
	font-size:24px;
	font-weight: bold;
	position: relative;
	line-height:2.5em;
	color:#444444;
}
.section-tit i{
	position: absolute;
	left:0px;
	top:0;
	height:2px;
	display: block;
	background:#4d7cb8;
	width:4em;
}
.section-tit.color-green i{
	background:#5bb531;
}
.tit-english{
	font-size:14px;
	text-transform: uppercase;
	color:#7d7d7d;
	font-weight: normal;
}

@media only screen and (max-width:768px) {
	.section-tit{font-size:18px;}
	.tit-english{font-size:12px;}
}
/*section1*/
.section1{
	padding:60px 0;
}
.section1 .main-cen-cont{
	position: relative;
	overflow: hidden;
}
.section1 .right-info{
	width:55%;
	float:right;
}
.section1 .right-info img{
	width:100%;
}
.section1 .left-info{
	position: absolute;
	left:0;
	top:-20px;
	width:40%;
	text-align: justify;
	padding-right:10px;
	bottom: 0;
}
@media only screen and (max-width:1422px) {
	.section1 {padding:10px 0;}
	.section1 .main-cen-cont{padding:0 15px;}
	.section1 .right-info{width:100%}
	.section1 .left-info{width:100%;background:rgba(255,255,255,0.8);position:static;}
}


.section2{
	background:#eeeeee;
	padding:60px 0;
}
.section2 img{
	width:100%;
}

.section2 .section-tit{
	line-height:1.2em;
}
.section2 .tit-english{
	display: block;
}
.section2 p{
	margin-bottom: 0;
}

.section2 .develop-tit{
	color:#444444;
}
.section2 .develop-tit span{
	color:#6f6f6f;
	display: inline-block;
	width:170px;
	text-align: center;
	margin-right:10px;
}
.one-develop.active .develop-tit{
	color:#fff;
	background:#5e98d0;
}
.one-develop.active .develop-tit span{
	color:#fff;
}
.one-develop.active .develop-tit:hover{
	color:#fff;
	background:#5e98d0;
}
.one-develop.active .develop-tit:hover span{
	color:#fff;
}


.one-develop .develop-tit:hover{
	color:#fff;
	background:#83b8ea;
}
.one-develop .develop-tit:hover span{
	color:#fff;
}


.section2 p.develop-tit{
	line-height:20px;
	padding:15px 0;
	margin-bottom: 0;
	cursor: pointer;
	cursor: hand;
}
.develop-det p{
	line-height: 18px;
	color:#777;
	padding:5px 0;
	margin-left:180px;
}
.one-develop .develop-det{
	display: none;
}
.one-develop.active .develop-det{
	display: block;
}
@media only screen and (max-width:768px) {
	.section2{padding:10px 0;}
	.section2 .develop-tit span{width:auto}
	.develop-det p{margin-left:5em}
	.section2 img{margin-bottom: 10px;}
}


/*section3*/
.section3{
	padding:60px 0 20px 0;
}
.section3 .section-tit{
	line-height:1.2em;
}
.section3 .section-tit i{
	top:-10px;
}
.section3 .tit-english{
	display: block;
}
.section3 .img-container {
	margin:50px auto 0px auto;
	padding:0 60px;
	position: relative;
}
.section3 .img-wrapper{
	position: relative;
	overflow: hidden;
}
.section3 .img-container ul {
	overflow: hidden;
	position: absolute;
	height: 100%;
	left: 0;
}
.section3 .img-container li {
	float: left;
	box-sizing: border-box;
}
.section3 .img-container .img-box{
	position: relative;
	padding-bottom:96%;
}
.section3 .img-container img {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}
.arrow-btn{
	position: absolute;
	top:50%;
	margin-top:-18px;
	display: block;
	font-family: "宋体";
	font-size:20px;
	line-height:36px;
	width:36px;
	height:36px;
	background-color:#4d7cb8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
	color:#fff;
}
.arrow-btn:hover{
	background-color:#4376b7;
	color:#fff;
}
.left-arrow{
	left:0;
}
.right-arrow{
	right:0;
}
.arrow-btn:visited{
	background-color:#4376b7;
	color:#fff;
}
.arrow-btn.disabled{
	background:#d4d2d2;
}
.arrow-btn.disabled:hover{
	background:#d4d2d2;
}
.section3 li{
	position: relative;
}
.section3 li .info-box{
	background:#5e98d0;
	height:240px;
	padding:20px 10px 50px 10px;
	position: relative;
	color:#fff;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.section3 li.hoverhide .info-box{
	height:180px;
	background:#eee;
	color:#444;
}
.section3 li.hoverhide .info-box p.human-intro{
	line-height:20px;
	height:40px;
	overflow: hidden;
}
.section3 li.hoverhide  .expand-info-btn{
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.section3 li .expand-info-btn{
	position: absolute;
	bottom: 20px;
	left:50%;
	margin-left:-15px;
	width:30px;
	height:30px;
	font-family: 宋体;
	font-size:20px;
	text-align: center;
	line-height:30px;
	background:#f8f8f8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}
.section3 .human-tit{
	text-align: center;
}
.section3 .human-tit strong{
	margin-right:10px;
}

@media only screen and (max-width:768px) {
	.section3{padding:10px 0;}
	.section3 .main-cen-cont{padding:0 15px}
}

/*section4*/
.section4{
	padding:10px 0 60px 0;
	background:#eeeeee;
}
.section4 .main-cen-cont{
	position: relative;
}
.section4 .section-tit{
	line-height:1.2em;
}
.section4 .section-tit i{
	top:-10px;
}
.section4 .tit-english{
	display: block;
}
.section4 .btm-bg-english{
	font-family: arial;
	font-size:94px;
	color:#d4d4d4;
	line-height:100px;
	text-transform: uppercase;
	position: absolute;
	left:0px;
	top:60px;
}
.section4 .container-fluid{
	margin-top:80px;
}
.section4 .row{
	margin-left:-2%;
}
.section4 .one-list{
	padding-left:2%;
	padding-top:17px;
}
.section4 .one-list-in{
	background:#fff;
	padding:4%;
}
.section4 .one-list h2{
	font-size:14px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-top:0;
}
.section4 .one-list h2 span{
	display: inline-block;
	line-height:2em;
	border-bottom: 1px solid #cdcdcd;
}
.section4 .one-list p{
	font-size:14px;
	margin-top:1em;
	line-height:20px;
	height:100px;
	overflow: hidden;
	text-align: center;
}
.section4 .img-box{
	width:126px;
	height:126px;
	border:1px solid #c9c9c9;
	-webkit-border-radius:  50%;
	-ms-border-radius:50%;
	-moz-border-radius:  50%;
	border-radius: 50%;
	background-size:100%;
	background-position: left top;
	background-repeat: no-repeat;
	margin:2em auto 1em auto;
}
.section4 .img-box img{
	width: 100%;
}
@media only screen and (max-width:768px) {
	.section4{padding:20px 0;}
	.section4 .btm-bg-english{display: none;}
	.section4 .main-cen-cont{padding:0 15px}
	.section4 .container-fluid{margin-top:0px;}
}


/*section5*/
.section5{
	background:#fff;
	padding:60px 0;
}
.section5-tit-box{
	padding-top:20px;
	text-align: center;
	padding-bottom: 30px;
	background:url(../images/aboat5-tit-bg.jpg) no-repeat bottom center;
}
.section5-tit-box h2{
	height:1px;
	background:#d7d7d7;
	font-weight: bold;
	font-size:24px;
	color:#444;
}
.section5-tit-box h2 span{
	display: inline-block;
	background:#fff;
	line-height:40px;
	position: relative;
	top:-20px;
	padding:0 10px;
}
.section5-tit-box p{
	margin-bottom: 0;
}
.section5-tit-box .p1{
	margin-top:20px;
	line-height:26px;
	font-size:16px;
}
.section5-tit-box .p2{
	line-height:26px;
	font-size:16px;
}
.section5-tit-box .p3{
	line-height:26px;
	font-size:18px;
}
.just-fixed{
	display: inline-block;
	width:100%;
	height:1px;
}

.section5 .sec-tabs{
	text-align: center;
	font-size:0;
	padding-top:40px;
}
.section5 .sec-tabs a{
	font-size:16px;
	color:#444444;
	display: inline-block;
	padding:8px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius:4px;
	border-radius:4px;
	margin:0 4%;
}
.section5 .sec-tabs a.active{
	color:#fff;
	background:#4d7cb8;
}
.section5 .sec-tabs a:hover{
	color:#4d7cb8;
}
.section5 .sec-tabs a.active:hover{
	color:#fff;
	background:#4d7cb8;
}
.section5 .list-ul{
	overflow: hidden;
}
.section5 .one-list {
	float:left;
	width:25%;
	position: relative;
}
.section5 .one-list .list-cont{
	padding:10%;
}
.section5 .all-list{
	position:relative;
	margin-top:50px;
}
.section5 .list-box{
	position: absolute;
	overflow: hidden;
	color:#3d3d3d;
	width:100%;
}
.section5 .list-box .left-btn,.section5 .list-box .right-btn{
	position: absolute;
	top:50%;
	margin-top:-23px;
	display: block;
	width:26px;
	height:46px;
	z-index:10;
	
}
.section5 .list-box .left-btn{
	left:0;
	background:url(../images/system-left-btn.png) no-repeat center center;
}
.section5 .list-box .right-btn{
	right:0;
	background:url(../images/system-right-btn.png) no-repeat center center;
}

.section5 .list-box .left-btn.disabled{
	background-color:#999999;
	cursor:default;
}
.section5 .list-box .left-btn.active{
	background-color:#bdd1e3;
}
.section5 .list-box .left-btn.active:hover{
	background-color:#487fb1;
}
.section5 .list-box .right-btn.disabled{
	background-color:#999999;
	cursor:default;
}
.section5 .list-box .right-btn.active{
	background-color:#bdd1e3;
}
.section5 .list-box .right-btn.active:hover{
	background-color:#487fb1;
}

.list-box-wrapper{
	position: relative;
	width:100%;
	height:100%;
}
.list-box-wrapper .list-ul {
	position: absolute;
	left:0;
	top:0;
	width:100%;
}
.section5 .list-icon{
	position: relative;
	margin:0 auto;
	width:100%;
	padding-bottom: 136%;
}
.section5 .list-icon img{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.section5 .list-info  p{
	text-align: center;
	font-size:16px;
	margin:10px 0 0 0;
	line-height:1.5em;
}
.section5 .all-list .list-box{
	visibility: hidden;
	z-index:2;
}
.section5 .all-list .list-box.active{
	visibility: visible;
	z-index:3;
}
@media only screen and (max-width:768px) {
	.section5{padding:10px 0 20px 0;}
	.section5-tit-box h2{font-size:16px;line-height:30px;}
	.section5-tit-box .p1{font-size:12px;margin-top:15px;}
	.section5-tit-box .p2{font-size:12px;line-height:15px;}
	.section5-tit-box .p3{font-size:14px;}
	.section5 .sec-tabs a{font-size:14px;}
	.section5 .list-info  p{margin:0;font-size:12px;}
	.section5 .all-list{margin-top:10px;}
}




/*section6*/
.section6{
	background:#eeeeee;
	padding:60px 0;
}
.section6  .section-tit{
	line-height:1.2em;
}
.section6 .tit-english{
	display: block;
}
.section6 .one-list{
	padding-right:14%;
	background: #fff;
	position: relative;
	margin-top:1px;
}
.section6 .one-list .left-img{
	margin-left:-15px;
	width:100%;
	position: relative;
}
.section6 .one-list img{
	width:100%;
}
.section6 .right-info{
	position: absolute;
	right:0;
	top:50%;
	left:70%;
	text-align:left;
	height:90px;
	margin-top:-45px;
}
.section6 .one-list .left-img:before{
	content:'';
	position: absolute;
	right:0px;
	top:50%;
	display: block;
	width:0px;
	height:0px;
	margin-top:-6px;
	border-right:12px solid #fff;
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
}
.section6 .one-list:hover{
	background:#4d7cb8;
}
.section6 .one-list:hover  .left-img:before{
	border-right:12px solid #4d7cb8;
}
.section6 .one-list:hover .right-info p{
	color:#fff;
}
.section6 .one-list:hover .right-info p.name strong{
	color:#fff;
}
.section6 .one-list:hover .right-info p.name strong:before{
	background:#fff;
}
.section6  .right-info p{
	width:150px;
	margin:0 auto;
	color:#919191;
	font-size:16px;
}
.section6  .right-info p.name{
	padding-bottom: 10px;
	padding-top:10px;
}
.section6  .right-info p.name strong{
	line-height:40px;
	font-size:18px;
	color:#444444;
}
.section6  .right-info p.name strong:before{
	content:'';
	height:2px;
	width:2em;
	background:#434343;
	display: block;
}


@media only screen and (max-width:768px) {
	.section6{padding:10px 0;}
	.section6 .one-list{padding-right:50%;}
	.section6 .right-info{left:50%;}
	.section6 .main-cen-cont{padding:0 15px}
	.section6 .right-info{height:60px;margin-top:-30px;}
	.section6  .right-info p{font-size:14px;}
	.section6  .right-info p.name{padding-bottom: 0;}
	.section6  .right-info p.name strong{font-size:16px;line-height:30px;}
}



/*section7*/
.section7{
	padding:60px 0;
}
.section7  .section-tit{
	line-height:1.2em;
}
.section7 .tit-english{
	display: block;
}
.section7 .sec-tabs{
	overflow: hidden;
}
.section7 .sec-tabs a{
	display: block;
	float:left;
	width:12%;
	min-width: 150px;
	line-height:80px;
	background:#eeeeee;
	text-align: center;
	color:#444;
	font-size: 16px;
	margin-right:2%;
	margin-top:2%;
}
.section7 .sec-tabs a.active{
	background:#4d7cb8;
	color:#fff;
}
.section7 .list-box{
	margin-left:-1.5%;
}
.section7 .one-list{
	margin-top:20px;
	padding-left:1.5%;
	color:#636363;
}
.section7 .list-txt{
	margin-top:10px;
	height:8em;
}
.section7 .one-list .list-inner{
	padding:4%;
}
.section7 .one-list .list-inner:hover{
	background:#eee;
}
.section7 .one-list .top-img{
	width:100%;
	padding-bottom: 82%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.section7 .one-list p{
	margin-bottom:0.5em;
	line-height:1.4em;
}
.section7 .list-box{
	display: none;
}
.section7 .list-box.active{
	display: block;
}
@media only screen and (max-width:768px) {
	.section7{padding:10px 0 20px 0;}
	.section7 .main-cen-cont{padding:0 15px}
	.section7 .sec-tabs a{line-height:40px;font-size:14px;}
	.section7 .list-txt{height:9.6em;}
}