
.swiper-container .swiper-slide img{
	width: 100%;
	display: block;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #e60012;
	width: 20px;
	height: 10px;
	border-radius: 10px;
}

#services{
	position: relative;
}
.services{
	margin-bottom: 40px;
	position: relative;
}
.services .title{
	width: 340px;
	height: 50px;
	padding-top: 40px;
}
.services .title p {
	display: inline-block;
}
.services .title p span{
	font-size: 16px;
	color: #222222;
}
.services .title p .slash{
	color: #999999;
	margin: 0 5px;
}
.services .title p .eng{
	color: #999999;
	font-size: 14px;
}
.services .title a{
	float: right;
	font-size: 14px;
	color: #e60012;
	line-height: 21px;
	padding-right: 20px;
	background: url(../img/more.png) no-repeat right center;
}

.services .service_cont{
	overflow: hidden;
}
.item_service{
	float: left;
	width: 212.5px;
	height: 300px;
	background: #fff;
	position: relative;
	transition: all 1s ease-out;
}
.item_service .ser_Introduc{
	position: absolute;
	left: 0;
	top: 0;
	width: 212.5px;
	padding: 50px 0;
	background: #f9f9f9;
	opacity: 1;
	z-index: 2;
}
.item_service .ser_Introduc dl{
	height: 200px;
	border-right: 1px solid #00000012;
}
.item_service:last-child .ser_Introduc dl{
	border-right: none;
}
.item_service .ser_Introduc dl dt{
	text-align: center;
	height: 44px;
	padding-top: 40px;
	margin-bottom: 20px;
}
.item_service .ser_Introduc dl dt img{
	display: inline-block;
}
.item_service .ser_Introduc dl dd{
	text-align: center;
}
.item_service .ser_Introduc dl dd p{
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 15px;
}
.item_service .ser_Introduc dl dd span{
	font-size: 14px;
	color: #bababa;
	padding: 0 10px;
}
.item_service .ser_deatail{
	position: absolute;
	left: 0;
	top: 0;
	width: 212.5px;
	height: 300;
	background: #fff;
	opacity: 0;
	overflow: hidden;
	z-index: 1;
}
.det_head{
	position: relative;
	background-color: #64a9e2; 
	background-image: linear-gradient(to top right, #3568be , #64a9e2);
}
.det_head .texts{
	height: 60px;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}
.det_head .texts a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}
.det_head .texts img{
    vertical-align: middle;
    margin-right: 15px;
}
.det_head .tab{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	/* background: url(../img/tab.png) no-repeat; */
}
.det_cont{
	overflow: hidden;
	position: relative;
}
.det_cont ul{
	overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 25px;
    width: 100%;
    height: 210px;
    padding-bottom: 30px;
}
.det_cont ul li{
	height: 40px;
	padding: 0 6px;
	font-size: 14px;
	color: #222222;
	line-height: 40px;
	background: #f3f3f3;
	display: inline-block;
	margin-top: 10px;
}
.det_cont ul li:hover{
	background-color: #64a9e2;
	background-image: linear-gradient(to top right, #3568be , #64a9e2);
	color: #fff;
}
.det_cont .scrollmore{
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #9a9a9a;
	text-align: center;
	background: #fff;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}


.isdefault{
	width: 350px;
}
.isdefault .ser_Introduc{
	opacity: 0;
}
.isdefault .ser_deatail{
	width: 320px;
	height: 300px;
	padding: 0 15px;
	opacity: 1;
	z-index: 2;
}

/* 左侧 */
.lefttab{
	position: absolute;
	left: -150px;
	top: 90px;
	width: 140px;
}
.lefttab p{
	float: left;
	display: inline-block;
	width: 60px;
	height: 300px;
	box-shadow: 3px 3px 8px #e6e9ec;
}
.lefttab .table1{
	background: url(../img/lf_1.jpg) no-repeat;
}
.lefttab .table2{
	background: url(../img/lf_2.jpg) no-repeat;
}
.lefttab .close{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 120px;
	top: 0;
	background:#003273 url(../img/close.jpg) no-repeat center;
	cursor: pointer;
	box-shadow: 3px 3px 8px #e6e9ec;
}



#content2{
	height: 330px;
	background: #f6f6f6;
}
.content2{
	overflow: hidden;
}
.cont_lf{
	float: left;
	width: 340px;
}
.cont_lf .title{
	width: 340px;
	height: 50px;
	padding-top: 40px;
}
.cont_lf .title p {
	display: inline-block;
}
.cont_lf .title p span{
	font-size: 16px;
	color: #222222;
}
.cont_lf .title p .slash{
	color: #999999;
	margin: 0 5px;
}
.cont_lf .title p .eng{
	color: #999999;
	font-size: 14px;
}
.cont_lf .members{
	width: 280px;
}
.cont_lf .members .item_member{
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.cont_lf .members .item_member p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.cont_lf .members .item_member span{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	/* background: url(../img/tab.png) no-repeat; */
	
}
.cont_lf .members .member1{
	background: url(../img/member_01.jpg) no-repeat;
}
.cont_lf .members .member2{
	background: url(../img/member_02.jpg) no-repeat;
}
.cont_lf .members .more_member{
	width: 100%;
	height: 60px;
	background: #fff;
}
.cont_lf .members .more_member a{
	font-size: 14px;
	color: #222;
	display: block;
	line-height: 60px;
	padding-left: 85px;
	background: url(../img/member_03.png) no-repeat 170px center;
}


.cont_rg{
	width: 860px;
	float: left;
	overflow: hidden;
}
.cont_rg .dynamic{
	float: left;
	width: 300px;
}
.cont_rg .dynamic .title{
	width: 340px;
	height: 50px;
	padding-top: 40px;
}
.cont_rg .title p {
	display: inline-block;
}
.cont_rg .title p span{
	font-size: 16px;
	color: #222222;
}
.cont_rg .title p .slash{
	color: #999999;
	margin: 0 5px;
}
.cont_rg .title p .eng{
	color: #999999;
	font-size: 14px;
}
.cont_rg .dynamic .swiper-slide{
	width: 300px;
	height: 200px;
}
.cont_rg .dynamic .swiper-slide img{
	display: block;
	width: 100%;
	height: 160px;
}
.cont_rg .dynamic .swiper-slide p{
	line-height: 40px;
	font-size: 14px;
	color: #222;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff;
}
.cont_rg .dynamic .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 50px;
}

.cont_rg .newslist{
	float: right;
	width: 520px;
}
.cont_rg .newslist .title{
	padding-top: 40px;
	height: 50px;
}
.cont_rg .newslist .title ul{
	overflow: hidden;
	display: inline-block;
}
.cont_rg .newslist .title ul li{
	font-size: 16px;
	color: #999;
	float: left;
	margin-right: 30px;
	cursor: progress;
}
.cont_rg .newslist .title ul .liactive{
	color: #222;
}
.cont_rg .newslist .title a{
	float: right;
	font-size: 14px;
	color: #e60012;
	line-height: 21px;
	padding-right: 20px;
	background: url(../img/more.png) no-repeat right center;
}
.cont_rg .newslist .list{
	height: 200px;
	overflow: hidden;
}
.cont_rg .newslist .list .item_list{
	display: none;
}
.cont_rg .newslist .list .item_list li:first-child{
	margin-top: -10px;
}
.cont_rg .newslist .list .item_list li{
	background: url(../img/newstab.png) no-repeat left center;
	padding-left: 15px;
}
.cont_rg .newslist .list .item_list li div{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 34px;
	border-bottom: 1px dashed #dddddd;
}
.cont_rg .newslist .list .item_list li:last-child div {
	border-bottom: none;
}
.cont_rg .newslist .list .item_list li p{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline;
}
.cont_rg .newslist .list .item_list li span{
	float: right;
}
.cont_rg .newslist .list .showlist{
	display: block;
}

#content3{
	
}
.content3{
	height: 330px;
	overflow: hidden;
}
.content3 .resources{
	width: 280px;
	float: left;
}
.content3 .resources .title{
	width: 280px;
	height: 50px;
	padding-top: 40px;
}
.content3 .resources .title p {
	display: inline-block;
}
.content3 .resources .title p span{
	font-size: 16px;
	color: #222222;
}
.content3 .resources .title p .slash{
	color: #999999;
	margin: 0 5px;
}
.content3 .resources .title p .eng{
	color: #999999;
	font-size: 14px;
}
.content3 .resources .title a{
	float: right;
	font-size: 14px;
	color: #e60012;
	line-height: 21px;
	padding-right: 20px;
	background: url(../img/more.png) no-repeat right center;
}
.content3 .resources .cont{
	width: 280px;
	overflow: hidden;
	box-shadow: 3px 3px 8px #e6e9ec;
}
.content3 .resources .cont .item{
	width: 140px;
	height: 100px;
	float: left;
	cursor: pointer;
}
.content3 .resources .cont .item .item_front{
	font-size: 16px;
	text-align: center;
	height: 100px;
}
.content3 .resources .cont .item .item_front p{
	color: #222222;
	padding-top: 30px;
}
.content3 .resources .cont .item .item_front span{
	color: #adadad;
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.content3 .resources .cont .item .item_reverse{
	font-size: 16px;
	text-align: center;
	background-color: #64a9e2;
	background-image: linear-gradient(to top right, #3568be , #64a9e2);
	height: 100px;
	position: relative;
	display: none;
}
.content3 .resources .cont .item .item_reverse p{
	color: #fff;
	padding-top: 18px;
}
.content3 .resources .cont .item .item_reverse span{
	display: block;
	color: #fff;
	font-size: 12px;
	margin-top: 8px;
	opacity: 0.8;
}
.content3 .resources .cont .item .item_reverse img{
	display: inline-block;
	margin-top: 7px;
}
.content3 .resources .cont .item .item_reverse i{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	/* background: url(../img/tab.png) no-repeat; */
}
.content3 .resources .cont .showitem{
	box-shadow: 3px 3px 8px #e6e9ec;
}
.content3 .resources .cont .showitem .item_front{
	display: none;
}
.content3 .resources .cont .showitem .item_reverse{
	display: block;
} 



.content3 .cases{
	width: 860px;
	height: 330px;
	float: right;
}
.content3 .cases .title{
	width: 250px;
	height: 50px;
	padding-top: 40px;
}
.content3 .cases .title p {
	display: inline-block;
}
.content3 .cases .title p span{
	font-size: 16px;
	color: #222222;
}
.content3 .cases .title p .slash{
	color: #999999;
	margin: 0 5px;
}
.content3 .cases .title p .eng{
	color: #999999;
	font-size: 14px;
}
.content3 .cases .title a{
	float: right;
	font-size: 14px;
	color: #e60012;
	line-height: 21px;
	padding-right: 20px;
	background: url(../img/more.png) no-repeat right center;
}

.content3 .cases .cont{
	
}
.content3 .cases .cont .item{
	width: 250px;
	height: 200px;
	position: relative;
}
.content3 .cases .cont .item img{
	display: block;
	width: 100%;
	height: 100%;
}
.content3 .cases .cont .item .case_front{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.content3 .cases .cont .item .case_front p{
	margin-top: 80px;
	width: 100%;
	height: 40px;
	background: rgba(255,255,255,0.7);
	font-size: 16px;
	font-weight: bold;
	color: #db5252;
	text-align: center;
	line-height: 40px;
}
.content3 .cases .cont .item .case_reverse{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* background-color: #64a9e2; */
	background-image: linear-gradient(to top right, rgba(53,104,190,0.6) , rgba(100,169,226,0.6));
	text-align: center;
	display: none;
}
.content3 .cases .cont .item .case_reverse h4{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 12px;
}
.content3 .cases .cont .item .case_reverse span{
	display: inline-block;
	width: 40px;
	height: 3px;
	background: #db5252;
	margin-bottom: 10px;
}
.content3 .cases .cont .item .case_reverse p{
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	padding: 0 20px;
	line-height: 21px;
	text-indent: 2em;
}
.content3 .cases .cont .item .case_reverse i img{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 15px;
}
.content3 .cases .cont .showcase .case_front{
	display: none;
}
.content3 .cases .cont .showcase .case_reverse{
	display: block;
}



@media screen and (max-width: 1500px) {
	.lefttab{
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.services .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.item_service .ser_Introduc{
		padding: 0;
		opacity: 1;
	}
	.item_service{float: left;    width: 50%;height: 200px;}
	.item_service .ser_Introduc{width: 100%;}
	.isdefault .ser_Introduc{
		display: block;
		width: 100%;
	}
	.item_service .ser_deatail{
		display: none;
	}
	#content2{height: auto;}
	.cont_lf {
		width: 100%;
	}
	.cont_lf .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_lf .members{
		margin: 20px auto 0;
	}
	.cont_rg{
		width: 100%;
	}
	.cont_rg .dynamic{
		width: 100%;
	}
	.cont_rg .dynamic .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_rg .dynamic .swiper-container{
		width: 300px;
		margin: 20px auto 0;
	}
	.cont_rg .newslist{
		width: 100%;
	}
	.cont_rg .newslist .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_rg .newslist .list{
		padding: 0 10px;
		height: auto;
	}
	.cont_rg .newslist .list .item_list li p{
		width: 60%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
	}
	.cont_rg .newslist .list .item_list li:first-child{
		margin: 0;
	}
	.cont_rg .newslist .list .item_list li div{
		height: 34px;
	}
	.content3{
		height: auto;
	}
	.content3 .resources{
		width: 100%;
	}
	.content3 .resources .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.content3 .resources .cont{
		margin:  20px auto 0;
	}
	.content3 .cases{
		width: 100%;
		height: 320px;
	}
	.content3 .cases .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
		margin-top: 10px;
	}
	.content3 .cases .cont{
		margin-top: 20px;
	}
	
	
	
}

@media screen and (max-width: 768px) {
	.services .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.item_service .ser_Introduc{
		padding: 0;
		opacity: 1;
	}
	.item_service{float: left;    width: 50%;height: 200px;}
	.item_service .ser_Introduc{width: 100%;}
	.isdefault .ser_Introduc{
		display: block;
		width: 100%;
	}
	.item_service .ser_deatail{
		display: none;
	}
	#content2{height: auto;}
	.cont_lf {
		width: 100%;
	}
	.cont_lf .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_lf .members{
		margin: 20px auto 0;
	}
	.cont_rg{
		width: 100%;
	}
	.cont_rg .dynamic{
		width: 100%;
	}
	.cont_rg .dynamic .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_rg .dynamic .swiper-container{
		width: 300px;
		margin: 20px auto 0;
	}
	.cont_rg .newslist{
		width: 100%;
	}
	.cont_rg .newslist .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_rg .newslist .list{
		padding: 0 10px;
		height: auto;
	}
	.cont_rg .newslist .list .item_list li p{
		width: 60%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
	}
	.cont_rg .newslist .list .item_list li:first-child{
		margin: 0;
	}
	.cont_rg .newslist .list .item_list li div{
		height: 34px;
	}
	.content3{
		height: auto;
	}
	.content3 .resources{
		width: 100%;
	}
	.content3 .resources .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.content3 .resources .cont{
		margin:  20px auto 0;
	}
	.content3 .cases{
		width: 100%;
		height: 320px;
	}
	.content3 .cases .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
		margin-top: 10px;
	}
	.content3 .cases .cont{
		margin-top: 20px;
	}
	
	
	
}

@media screen and (max-width: 750px) {
	.services .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.item_service .ser_Introduc{
		padding: 0;
		opacity: 1;
	}
	.item_service{float: left;    width: 50%;height: 200px;}
	.item_service .ser_Introduc{width: 100%;}
	.isdefault .ser_Introduc{
		display: block;
		width: 100%;
	}
	.item_service .ser_deatail{
		display: none;
	}
	#content2{height: auto;}
	.cont_lf {
		width: 100%;
	}
	.cont_lf .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_lf .members{
		margin: 20px auto 0;
	}
	.cont_rg{
		width: 100%;
	}
	.cont_rg .dynamic{
		width: 100%;
	}
	.cont_rg .dynamic .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_rg .dynamic .swiper-container{
		width: 300px;
		margin: 20px auto 0;
	}
	.cont_rg .newslist{
		width: 100%;
	}
	.cont_rg .newslist .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.cont_rg .newslist .list{
		padding: 0 10px;
		height: auto;
	}
	.cont_rg .newslist .list .item_list li p{
		width: 60%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
	}
	.cont_rg .newslist .list .item_list li:first-child{
		margin: 0;
	}
	.cont_rg .newslist .list .item_list li div{
		height: 34px;
	}
	.content3{
		height: auto;
	}
	.content3 .resources{
		width: 100%;
	}
	.content3 .resources .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
	}
	.content3 .resources .cont{
		margin:  20px auto 0;
	}
	.content3 .cases{
		width: 100%;
		height: 320px;
	}
	.content3 .cases .title{
		padding: 20px 10px 0;
		width: auto;
		height: 30px;
		margin-top: 10px;
	}
	.content3 .cases .cont{
		margin-top: 20px;
	}
	
	
	
}