body{
	font-size: 14px;
	overflow-x:hidden;
}
.inner-bnr{
	width:100%;
	padding:20px 0;
}
.inner-bnr img{
	width:100%;
}
.section-tit{
	font-size:24px;
	font-weight: bold;
	position: relative;
	line-height:2.5em;
}
.section-tit i{
	position: absolute;
	left:15px;
	top:0;
	height:2px;
	display: block;
	background:#4d7cb8;
	width:2.5em;
}
.tit-english{
	font-size:14px;
	text-transform: uppercase;
}
.tit-side{
	font-size:14px;
	color:#6b6b6b;
	margin-top:-1.3em;
}
@media only screen and (max-width:768px ) {
	.section-tit{font-size:16px}
	.tit-english{font-size:12px}
	body{font-size:12px;}
}
.section1{
	padding:30px 0 60px 0;
	background:#fff;
}
.section1 .row-nav{
	text-align: justify;
	margin-top:70px;
}
.section1 .row-nav .one-nav{
	display: inline-block;
	text-align: center;
}
.section1 .row-nav .one-nav img{
	cursor: pointer;
	cursor: hand;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.section1 .row-nav .one-nav img:hover{
	-webkit-filter:drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
	filter:drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
}
.section1 .row-nav .one-nav p{
	margin-top:20px;
	line-height:3em;
	color:#4d4d4d;
}
@media only screen and (max-width:768px ) {
	.section1 {font-size:12px;padding:0px 0 20px 0;}
	.tit-side{font-size:12px;margin-top:-5px;}
	.section1 .row-nav{margin-top:20px;}
	.section1 .row-nav .one-nav{max-width:20%;overflow: hidden;}
	.section1 .row-nav .one-nav p{margin-top:10px;font-size:12px;line-height:2em;height:2em;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.section1 .row-nav .one-nav img{width:50px;height:50px;}
}


.section2{
	background:#eee;
	padding:30px 0px 60px 0px;
}
.section2 .section-tit{
	text-align: center;
	line-height:2em;
}
.section2 .section-tit i{
	left:50%;
	top:2em;
	margin-left:-1.25em;
	
}
.section2 .tit-english{
	display: block;
	line-height:3em;
	color:#727272;
}
.section2 .list-ul{
	overflow: hidden;
}
.section2 .one-list {
	background:rgba(255,255,255,0.45);
	float:left;
	width:25%;
	position: relative;
}
.section2 .one-list .list-cont{
	padding:10%;
}
.section2 .list-box{
	position: relative;
	overflow: hidden;
	color:#3d3d3d;
	margin-top:50px;
}
.section2 .list-box .left-btn,.section2 .list-box .right-btn{
	position: absolute;
	top:50%;
	margin-top:-23px;
	display: block;
	width:26px;
	height:46px;
	z-index:10;
	
}
.section2 .list-box .left-btn{
	left:0;
	background:url(../images/system-left-btn.png) no-repeat center center;
}
.section2 .list-box .right-btn{
	right:0;
	background:url(../images/system-right-btn.png) no-repeat center center;
}

.section2 .list-box .left-btn.disabled{
	background-color:#999999;
	cursor:default;
}
.section2 .list-box .left-btn.active{
	background-color:#bdd1e3;
}
.section2 .list-box .left-btn.active:hover{
	background-color:#487fb1;
}
.section2 .list-box .right-btn.disabled{
	background-color:#999999;
	cursor:default;
}
.section2 .list-box .right-btn.active{
	background-color:#bdd1e3;
}
.section2 .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%;
}
.section2 .list-icon{
	margin:0 auto;
	width:30%;
}
.section2 .list-icon img{
	width:100%;
}
.section2 .list-info  h1{
	text-align: center;
	font-size:20px;
	margin:15px 0;
	line-height:1.5em;
	font-weight: bold;
}
.section2 .list-info  p{
	color:#3d3d3d;
	line-height:20px;
	height:120px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.section2 .one-list:before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:3px;
	display: block;
	background:none;
}
.section2 .one-list:hover{
	background:#fff;
}
.section2 .one-list:hover:before{
	background:#487fb1;
}
.section2 .one-list .list-more{
	position: absolute;
	left:50%;
	bottom:30px;
	width:76px;
	height:30px;
	margin-left:-38px;
	border:1px solid #4094bd;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: none;
	color:#4094bd;
	text-align: center;
	line-height:28px;
	font-family: arial;
	font-size: 12px;
}
.section2 .one-list:hover .list-more{
	display: block;
}


/*section3*/
.section3{
	padding:60px 0;
}
.section3 .list-box{
	margin-left:-10%;
}

.section3-list{
	padding-left:10%;
	margin-top:30px;
}
.section3-list .list-inner{
	height:190px;
	padding:15px;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.section3-list .list-inner:hover{
	box-shadow:0px 1px 3px 1px rgba(0,0,0,0.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.section3-list .left-img{
	height:160px;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.section3-list  .right-txt{
	padding-left:30px;
}
.section3-list  .right-txt h2{
	font-weight: bold;
	font-size:18px;
	margin:0;
	line-height:1.3em;
	padding:0.6em 0;
}
.section3-list  .right-txt p{
	color:#6b6b6b;
	line-height:18px;
	max-height: 108px;
	overflow: hidden;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 6; /** 显示的行数 **/
}

@media only screen and (max-width: 768px) {
	.section3-list  .right-txt h2{font-size:16px;}
}


/*section4*/
.section4{
	background:#eeeeee;
	padding:60px 0;
}
.section4 .tit-english{
	display: block;
	line-height:1em;
	margin-top:-5px;
}
.section4 .section4-cont{
	position: relative;
	min-height:535px;
}
.section4 .left{
	margin-right: 810px;
	padding-top:10px;
}
.section4 .left p{
	color:#6b6b6b;
}
.section4 .right{
	position: absolute;
	right:0;
	top:0;
	width:800px;
}
.section4 .right .right-list{
	float:left;
	width:380px;
	padding-left:30px;
	margin-top:30px;
}
.section4  .right-list h4{
	font-weight: bold;
}
.section4  .r-l-img{
	float:left;
	width:45%;
}
.section4  .r-l-img img{
	width:100%;
	display: block;
}
.section4 .r-l-txt{
	float:left;
	margin-left:20px;
}


.section4 .right h2{
	padding-left:30px;
}

.section4 h3{
	color:#4d7cb8;
	font-size:16px;
	font-weight: bold;
}
.section4 h2{
	color:#4d7cb8;
	font-size:18px;
	font-weight: bold;
}
@media only screen and (max-width:1400px ) and (min-width:769px){
	.section4 .left{margin-right:0;}
	.section4 .right{position: static;width:100%}
	.section4 .right .right-list{padding-left:0;}
	.section4 .right h2{padding-left:0;}
	
}
@media only screen and (max-width:768px ) {
	.section4{padding:10px 0;}
	.section4 .left{margin-right:0;}
	.section4 .right{position: static;width:100%}
	.section4 .right .right-list{padding-left:0;}
	.section4 .right h2{padding-left:0;font-size:16px;line-height:20px;}
	.section4 .r-l-img img{width:80%}
	.section4 .right .r-l-txt{margin-left:-5%;}
	.section4 .right .r-l-txt h4{font-size:16px;}
}

/*section5*/
.section5{
	background:#fff;
	padding:60px 0;
}
.section5 .tit-english{
	display: block;
	line-height:1em;
	margin-top:-5px;
}
.sec5-1 img{
	width: 100%;
}
.section5-1 h2{
	font-size:18px;
	font-weight: bold;
	margin-top:0;
}
.section5-1 {
	padding-top:30px;
}
.section5-2 {
	margin-left:-4%;
}
.section5-2 .one-list{
	margin-top:50px;
	padding-left:4%;
	color:#636363;
}
.section5-2 .one-list img{
	width:100%;
}
.section5-2 .one-list .list-tit{
	font-size:18px;
	color:#444;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
}
.section5-2 .one-list p{
	margin-bottom: 5px;
}
.section5-2 .one-list .english-list-tit{
	font-family: arial;
	font-weight: normal;
	font-size:16px;
	color:#727272;
	text-transform: uppercase;
}
.section5-2 .one-list p.list-aside{
	line-height:1.5em;
	height:13.5em;
	overflow: hidden;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 9; /** 显示的行数 **/
}
@media only screen and (max-width: 768px) {
	.section5{padding:10px 0;}
	.section5-1 h2{font-size:16px;}
	.section5-1{padding-top:10px;}
}



/*section6*/
.section6{
	background:#eeeeee;
	padding:60px 0;
}
.sec6-tabs {
	margin-top:10px;
	padding-bottom: 30px;
}

.sec6-tabs .btn-default{
	background:#e2e2e2;
	border:1px solid #e2e2e2;
	margin-right:15px;
}
.sec6-tabs .btn-default:hover{
	background:#5e98d0;
	border:1px solid #5e98d0;
	color:#fff;
}
.sec6-tabs .btn-default.active{
	background:#5e98d0;
	border:1px solid #5e98d0;
	color:#fff;
}

.section6 .tab-content{
	margin-left:-10%;
}
.section6 .one-list{
	margin-top:50px;
	padding-left:10%;
	color:#636363;
	text-align: center;
}
.section6 .one-list img{
	width:130px;
}
.section6 .one-list .list-tit{
	font-size:18px;
	color:#444;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top:15px;
}
.section6 .one-list p{
	margin-bottom: 5px;
}
.section6 .tab-content{
	display: none;
}
@media only screen and (max-width: 768px) {
	.section6{padding:10px 0;}
}


.section6-1{
	padding:40px 0;
}
.section6-1 .list-box{
	margin-right:-6%;
	overflow: hidden;
}
.section6-1 .one-list{
	padding-right:6%;
}
.section6-1 .one-list img{
	border:4px solid #528ec4;
	width:100%;
	margin-top:10px;
}
.section6-1 .list-txt{
	font-size:14px;
	height:6.5em;
	overflow: hidden;
	margin-top:2em;
	color:#528ec4;
}
.section6-1 .list-box .one-list:nth-child(1) .list-txt{
	margin-top:0;
}
.section6-1 .list-box .one-list:nth-child(2) .list-txt{
	margin-top:0;
}
.section6-1 .list-box .one-list:nth-child(5) .list-txt{
	height:9em;
}
.section6-1 .list-box .one-list:nth-child(6) .list-txt{
	height:9em;
}
.section6-1 .one-list h3{
	color:#528ec4;
	font-size:1.4em;
	line-height:2em;
	color:#528ec4;
	font-weight: bold;
	margin:0;
}
.section6-1 .one-list  p{
	color:#999999;
	line-height:1.5em;
	margin-bottom: 0;
}
@media only screen and (max-width:768px) {
	.section6-1 .list-txt{font-size:12px;margin-top:0;height:auto;padding-bottom: 0.5em;}
	.section6-1 .one-list img{border-width: 2px;}
}

/*section7*/
.section7{
	background:#fff;
	padding:60px 0;
}
.section7 .section-tit{
	line-height:1.2em;
	margin-top:0;
}
.section7 .section-tit .tit-english{
	display: block;
}


.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: 5px;
}
@media only screen and (max-width: 768px) {
	.section7{padding:20px 0;}
	.section3{padding:10px 0;}
	.section3-list{margin-top:10px;}
	.section3-list .list-inner{padding-bottom: 0;}
	.section5-2 .one-list .list-tit{font-size:16px;}
	.section5-2 .one-list .english-list-tit{display: none;}
	.section5-2 .one-list{margin-top:20px;}
	.section6 .one-list{margin-top:20px;}
	.section6 .one-list .list-tit{font-size:16px;}
	.sec6-tabs{padding-bottom: 10px;}
	.section7 .list-txt{height:9.4em;}
	.section7 .section-tit{margin-bottom: 0;}
	.inner-bnr{padding-top:0;padding-bottom: 0;}
}