
.clear{
	clear: both;
}
.section-banner{
	/*background-image: url(../images/adv/research-1.jpg);*/
}
.section-banner .banner-title h3{
	color: #FFFFFF;
}
.section-banner .banner-title span{
	width: 77px;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
}

.cantainer-box{
	width: 100%;
	background: #f8f8f8;
}
.cantainer{background: #f8f8f8;}
.cantainer .section1{
	width: 100%;
	background: #FFFFFF;
}
.cantainer .section1 ul{
	width: 100%;
	text-align: center;
}
.cantainer .section1 ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0 24px;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
}
.cantainer .section1 ul .li-act{
	background: #00A2EA;
	color: #FFFFFF;
}


.cantainer .section2{
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 102px;
}
.cantainer .section2 .section2-title{
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
}
.cantainer .section2 .section2-title h4{
	font-size: 34px;
	color: #333333;
	font-weight:300 ;
	margin-top: 62px;
	margin-bottom: 13px;
}
.cantainer .section2 .section2-title span{
	width: 66px;
	height: 2px;
	display: inline-block;
	background: #00A2EA;
	margin-bottom: 40px;
}
.section2 .tab-ul>li{
	display: none;
}
.section2 .tab-ul .tab-li{
	display: block;
}
.section2 .skill .skill-cantainer{
	background: #FFFFFF;
	position: relative;
}
.section2 .skill .skill-cantainer>ul>li{
	display: none;
}
.section2 .skill .skill-cantainer>ul .skill-li{
	display: block;
}
.section2 .skill .skill-cantainer .left{
	width: 445px;
	float: left;
}
.section2 .skill .skill-cantainer .left img{
	display: block;
}
.section2 .skill .skill-cantainer .right{
	width: 725px;
	float: left;
	margin-left: 75px;
	margin-top: 30px;
}
.section2 .skill .skill-cantainer .right h5{
	font-size: 20px;
	color: #404040;
	font-weight: 400;
}
.section2 .skill .skill-cantainer .right span{
	width: 35px;
	height: 2px;
	display: block;
	background: #00A2EA;
	margin-top: 10px;
	margin-bottom: 17px;
}
.section2 .skill .skill-cantainer .right p{
	font-size: 14px;
	color: #737373;
	line-height: 25px;
}
.section2 .skill .skill-cantainer .button{
	width: 100px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select:none;
	user-select:none;
}
.section2 .skill .skill-cantainer .prev{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #f48e00;
	float: left;
	cursor: pointer;
	opacity: 0.8;
}
.section2 .skill .skill-cantainer .next{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #ffbf66;
	cursor: pointer;
	float: left;
	opacity: 0.8;
}
.section2 .skill .skill-cantainer .prev:hover{
	opacity: 1;
}
.section2 .skill .skill-cantainer .next:hover{
	opacity: 1;
}
.section2 .skill .skill-cantainer .icon{
	font-size: 36px;
	color: #FFFFFF;
}

.section2 .skill .skill-banner{
	width: 1280px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
}
.section2 .skill .skill-banner ul{
	width: 2200px;
	padding-top: 15px;	
	overflow: hidden;
	position: absolute;
	left: 0;
	transition: all .5s;
}
.section2 .skill .skill-banner ul li{
    width: 148px;
    margin-right: 13px;
    float: left;
    cursor: pointer;
    position: relative;
}
.section2 .skill .skill-banner ul li{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select:none;
	user-select:none;
}
.section2 .skill .skill-banner ul li:last-child{
	margin-right: 0;
	margin-left: 5px;
}
.section2 .skill .skill-banner ul .li-act1{
	border: 4px #e29038 solid;
}
.section2 .skill .skill-banner ul li img{
	display: block;
}
.section2 .skill .skill-banner ul li p{
	width: 100%;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 12px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section2 .table{	
	padding-bottom: 40px;
}
.section2 .table>ul{
	background: #FFFFFF;
	padding: 40px 0;
}
.section2 .table>ul>li{
	padding: 10px 0;
}
.section2 .table>ul>li:nth-child(2n+1){
	background:#f5faff;
}
.section2 .table>ul>li:first-child>span:nth-child(2){
	padding-left: 6px;
}
.section2 .table>ul>li>span{
	display: inline-block;
	vertical-align: top;
}
.section2 .table>ul>li>span:nth-child(1){
	width: 35px;
	text-align: center;
}
.section2 .table>ul>li>span:nth-child(2){
	width: 529px;
}
.section2 .table>ul>li>span:nth-child(3){
	width: 200px;
	text-align: center;
}
.section2 .table>ul>li>span:nth-child(4){
	width: 200px;
}
.section2 .table>ul>li>span:nth-child(5){
	width: 200px;
	text-align: center;
}


@media only screen and (max-width:1380px) {
	.cantainer .section2{
		width: 1100px;
	}
	.section2 .skill .skill-cantainer .left{
		width: 450px;
	}
	.section2 .skill .skill-cantainer .right{
		width: 580px;
		margin-top: 40px;
		margin-left: 50px;
	}
	.section2 .skill .skill-cantainer .right span{
		margin-bottom: 8px;
	}
	.section2 .skill .skill-banner{
		width: 100%;
	}
	.section2 .skill .skill-banner ul li{
		width: 127px;
		margin-right: 12px;
	}
	.section2 .skill .skill-banner ul li:last-child{
		margin-left: 0;
	}
	.section2 .table>ul>li>span:nth-child(3){
		width: 170px;
	}
	.section2 .table>ul>li>span:nth-child(4){
		width: 170px;
	}
	.section2 .table>ul>li>span:nth-child(5){
		width: 100px;
	}
}

@media only screen and (max-width:1199px) {
	.cantainer .section2{
		width: 940px;
		padding-bottom: 30px;
	}
	.section2 .skill .skill-cantainer .left{
		width: 400px;
	}
	.section2 .skill .skill-cantainer .right{
		width: 485px;
		margin-left: 40px;
	}
	.section2 .skill .skill-cantainer .right p{
		height: 145px;
		overflow-y: scroll;
	    text-overflow: ellipsis;
	}
	.section2 .skill .skill-banner ul li{
		width: 110px;
		margin-right: 8px;
	}
	.section2 .skill .skill-cantainer .button{
		width: 80px;
	}
	.section2 .skill .skill-cantainer .prev{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.section2 .skill .skill-cantainer .next{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.section2 .table>ul>li>span:nth-child(3){
		width: 75px;
	}
	.section2 .table>ul>li>span:nth-child(4){
		width: 150px;
	}
	.section2 .table>ul>li>span:nth-child(5){
		width: 84px;
	}
}

@media only screen and (max-width:991px) {
	.cantainer .section2{
		width: 100%;
		padding: 0 15px;
		padding-bottom: 40px;
	}
	.cantainer .section2 .section2-title h4{
		font-size: 30px;
		margin-top: 50px;
	}
	.section2 .skill .skill-cantainer .left{
		width: 45%;
	}
	.section2 .skill .skill-cantainer .right{
		width: 50%;
		margin-top: 20px;
		margin-left: 30px;
	}
	.section2 .skill .skill-cantainer .right span{
		margin-bottom: 10px;
	}
	.section2 .skill .skill-cantainer .right p{
		height: 100px;
	}
	.section2 .skill .skill-banner{
		display:none;
	}
	.section2 .skill .skill-banner ul li{
		width: 110px;
		margin-right: 14px;
	}
	.section2 .skill .skill-banner ul li:last-child{
		margin-left: 0;
	}
	.section2 .table>ul>li>span:nth-child(1){
		width: 4%;
	}
	.section2 .table>ul>li>span:nth-child(2){
		width: 56%;
	}
	.section2 .table>ul>li>span:nth-child(3){
		width: 10%;
	}
	.section2 .table>ul>li>span:nth-child(4){
		width: 13%;
	}
	.section2 .table>ul>li>span:nth-child(5){
		width: 12%;
	}
}

@media only screen and (max-width:767px) {
	.section2 .skill .skill-cantainer .left{
		width: 100%;
	}
	.section2 .skill .skill-cantainer .right{
		width: 100%;
		padding: 0 10px;
		margin-top: 20px;
		margin-left: 0px;
	}
	.section2 .skill .skill-cantainer .right p{
		height: auto;
		overflow: auto;
		padding-bottom: 50px;
	}
	.section2 .skill .skill-banner{
		display: none;
	}
	.cantainer .section1 ul li{
		height: 40px;
		line-height: 40px;
	}
	.cantainer .section2{
		padding:20px 15px;
	}
	.cantainer .section2 .section2-title h4{
		font-size: 28px;
	}
	.section2 .table>ul>li>span:nth-child(2){
		width: 40%;
	}
	.section2 .table>ul>li>span:nth-child(3){
		width: 12%;
	}
	.section2 .table>ul>li>span:nth-child(4){
		width: 21%;
		text-align: center;
	}
	.section2 .skill .skill-cantainer .button{
		bottom: auto;
		top: 12px;
	}
}
