@charset "utf-8";
/*---置顶头部----*/
img {
	max-width:100%;
	height:auto;
	border: 0;
	transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
}
.header2{ 
	display:none; 
	background-color:#FFF;
	border-bottom:1px solid #dcdcdc;
}
.header2.header{
	position:fixed; 
	top:-71px;
}
.header2 .head,.header2 .logo{
	height:50px;
}
.header2 .logo img{ 
	height:50px;
}
.header2 .logo{ 
	margin-top:10px;
	margin-bottom:10px;
}
.nav2{ 
	padding-top:20px;
}
.nav2 .nav_name{ 
	color:#222;
}
.nav2 li:last-child .nav_name {
	padding-right:20px;
}
.nav1 .nav_name{ 
	color:#222;
}
/*----页码--二级导航---*/
.ym {
	margin-bottom: 38px;
}
.ym a{
	display: inline-block;
	margin: 0 5px;
}
.ym a:hover{
	color: #009882;
}
.ym .current{
	color: #009882;
}
.two_title{
	line-height: 120px;
	width: 100%;
}
.two_title .left{
	float: left;
	padding: 0;
}
.two_title span{
	font-size: 30px;
	color: #222222;
	float: left;
	display: block;
}
.two_title span:nth-child(2){
	font-size: 40px;
	color: #c7c7c7;
	font-family: "DINCond-Regular";
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 2px;
}
.two_title .right{
	float: right;
	padding: 0;
	text-align: right;
	line-height: 20px;
	margin-top: 50px;
}
.two_title .right  a{
/*	display: inline-block;*/
	margin: 0 10px;
}
.two_title .right .current{
	color: #006d92;
}
.two_title .right a:hover{
	color: #006d92;
}
.two_title .right a:last-child{
	margin-right: 0;
}
/*--合作伙伴--*/	
.partner{
	padding: 0 0 20px 0;
}
.warp {
	border-bottom: 1px solid #eee;
}
.partner .left-c{
	padding-left: 0;
	padding-right: 30px;
}
.partner li{
	background: #f0f0f0;
	border-top: #006d92 2px solid;
	margin-bottom: 30px;
	padding: 50px 30px;
}
.partner li h4{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 30px 0px;
}
.partner li img{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	display: block;
}
.partner li p{
	text-align: justify;
	line-height: 30px;
	color: #555;
	font-size: 14px;
}

.partner .right-c{
	padding-right: 0;
	padding-left: 30px;
	float: right;
}
.partner .right-c dd{
	background: url(../images/partner_bg_01.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	padding: 20px 0  60px 0;
	margin-bottom: 10px;
}
.partner .right-c dd h4 a{
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #000;
	display: block;
}
.partner .right-c dd p{
	font-size: 13px;
	line-height: 26px;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
	color: #000;
}
.partner .right-c dd .btn{
	position: absolute;
	left: 10px;
	bottom: 15px;
}
.partner .right-c dd .btn:hover{
	transform: translate(10px,0);
	transition: all ease 0.35s;
}
.partner .right-c dd:nth-child(2){
	background-image: url(../images/partner_bg_02.jpg);
}
.partner .right-c dd:nth-child(2) p{
	color: #fff;
}
.partner .right-c dd:nth-child(2) h4 a{
	color: #fff;
}

@media(max-width:1170px){
	.partner .right-c{
		padding-left: 15px;
	}
	.partner .left-c{
		padding-right: 15px;
	}
}
@media(max-width:997px){
	.partner .right-c{
		display: none;
	}
	.partner .left-c{
		width: 100%;
		padding-right: 0;
	}
	.two_title span:nth-child(2){
		display: none;
	}
	.two_title .right{
		width: 60%;
	}
	.two_title .left{
		width: 35%;
	}
}
@media(max-width:768px){
	.partner li{
		padding: 30px 30px;
	}
	.partner li p{
		font-size: 12px;
		line-height: 26px;
	}
}
/*---news----*/
.news {
	padding: 0 0 5px 0;
}
.news li{
	border-top: 1px solid #e1e1e1;
	padding: 40px 0;
}
.news li:last-child{
	padding-bottom: 25px;
}
.news li h4 a{
	font-size: 20px;
	color: #006d92;
}
.news li p{
	font-size: 14px;
	color: #555;
	line-height: 30px;
	text-indent: 28px;
	text-align: justify;
}
.news li .time{
	font-size: 14px;
	color: #006d92;
	margin: 15px 0 10px 0;
}
.news li .time span{
	display: inline-block;
	margin: 0 5px;
}
.news .btn{
	display: inline-block;
	padding: 8px 30px;
	color: #fff;
	font-size: 14px;
	background: #64b42d;
	border-radius: 0;
	margin-top: 20px;
}
.news .btn img{
	display: inline-block;
	margin-left: 10px;
	margin-top: -2px;
}
.news li:hover h4 a,
.news li:hover .time{
	color: #009882;
}
.news li:hover{
	border-top-color: #009882;
}
.news li:hover .btn{
	background: #009882;
	transition: all ease 0.35s;
}

@media(max-width:600px){
	.news li{
		padding: 25px 0 30px 0;
	}
	.news li h4{
		font-size: 16px;
	}
	.news li p{
		font-size: 13px;
		line-height: 28px;
	}
	.news li .time{
		font-size: 13px;
	}
	.news li .btn{
		padding: 5px 20px;
	}
}
/*----新闻终端图片-----*/
.news_zd {
	padding: 0 0 25px 0;
	
}
.news_zd h4{
	font-size: 20px;
	color: #006d92;
	font-weight: bold;
	border-top: 1px solid #6799b1;
	padding-top: 40px;
}

.news_zd .time{
	font-size: 14px;
	color: #006d92;
	margin: 20px 0 15px 0;
}
.news_zd p{
	font-size: 14px;
	line-height: 30px;
	text-indent: 28px;
	color: #555555;
}
.news_zd img{
	margin: 10px auto;
	width: 100%;
	display: block;
}
.zd_bottom{
	border-top: 1px solid #e1e1e1;
	padding: 15px 0;
	width: 100%;
	margin-top: 15px;
	position: relative;
}
.zd_bottom a{
	display: block;
	line-height: 30px;
	font-size: 14px;
}
.zd_bottom .btn{
	position: absolute;
	right: 0;
	bottom: 20px;
	color: #fff;
	padding: 0px 25px;
	background: #64b42d;
	display: inline-block;
	border-radius: 0;
	font-size: 16px
}
.zd_bottom  .btn img{
	display: inline-block;
	width: auto;
	margin-left: 10px;
	margin-top: 10px
}
.zd_bottom .btn:hover{
	background-color: #006d92;
	transition: all ease 0.35s;
}
@media(max-width:600px){
	.zd_bottom .btn{
		padding: 3px 15px;
	}
	.zd_bottom a{
		font-size: 13px;
	}
	.zd_bottom p{
		font-size: 13px;
	}
	.news_zd {
		padding-bottom: 25px;
	}
	.news_zd h4{
		padding-top: 30px;
		line-height: 24px;
		font-size: 18px;
	}
	.news_zd .time{
		margin: 10px 0 5px 0;
	}
}
/*---资质荣誉---*/
.honor {
	padding: 0 0 40px 0;
}
.honor .left-h{
	padding: 0;
	padding-right:25px;
	margin-left: -5px;
}
.honor .left-h li{
	padding:0 5px;
}
.honor .left-h li img{
	display: block;
	width: 100%;
}
.honor p{
	font-size: 14px;
	line-height: 28px;
	margin: 25px 0 25px 5px;
}
.ho-last{
	margin-top: 30px;
}
.honor li{
	position: relative;
	overflow-y: hidden;
}
.honor .first{
	color: #fff;
}
.honor li .text{
	position: absolute ;
	left: 10%;
	top: 10%;;
	width: 80%;
}
.honor li .text h4{
	font-size: 21px;
	margin-bottom: 20px;
	font-weight: bold;
}
.honor li .text h6{
	font-size: 13px;
	line-height: 28px;
}
.honor .last{
	color: #000;
}
.honor .last .text h4{
	font-size: 30px;
}
@media(max-width:970px){
	.honor li .text h4{
		font-size:18px;
		margin-bottom: 10px;
	}
	.honor li .text h6{
		font-size: 12px;
		line-height: 24px;
	}
}
@media(max-width:600px){
	.honor li .text h4{
		font-size:18px;
		margin-bottom: 10px;	
	}
}
@media(max-width:414px){
	.honor li .text{
		position: absolute ;
		left: 15%;
		top: 40%;;
		width: 80%;
	}
	.honor li .text h4{
		font-size:16px;
		margin-bottom: 5px;
	}
	.honor li .text h6{
		display: none;
	}
}
.honor .right-h{
	padding-right: 0;
	padding-left: 30px;
}
.honor .right-h .text{
	background: #aad08e;
	padding: 20px 0;
	margin-bottom: 10px;
}
.honor .right-h .text h4 a{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-left: 20px;
	background: none;
}
.honor .right-h .text img{
	margin: 20px 0;
}
.honor .right-h .text .yw{
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0;
	margin-left: 8%;
	display: block;
	width: 86%;
	color: #000;
}
.honor .right-h .text .yw img{
	margin: 0;
	margin-left: 10px;
	margin-top: -4px;
	display: none;
}
.honor .right-h .text .yw:hover img{
	display: inline-block;
}
.honor .right-h .text .yw:hover{
	color: #fff ;
}
.honor .right-h .last{
	background: #006d92;
}
.honor .right-h .last h4 a{
	color: #fff;
}
.honor .right-h .last h6{
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	width: 80%;
	margin-left: 8%;
}
.honor .right-h .last .btn{
	padding: 0;
	margin: 0;
	margin-left: 8%;
}
.honor .right-h .last .btn img{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
}
.honor .right-h .last .btn:hover img{
	transform: translate(10px,0);
	transition: all ease 0.35s;
}
@media(max-width:994px){
	.honor .right-h{
		display: none;
	}
	.honor .left-h{
		width: 100%;
		padding-right: 0;
	}
}
/*----下载中心----*/
.download .dw{
	line-height: 60px;
	padding:0 20px;
	border: 1px solid #eee;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}
.download .dw a{
	display: block;
}
.download .dw span{
	float: right;
	display: block;
	padding-left: 30px;
	background: url(../images/icon_down.png) no-repeat left center;
}
.download .dw:hover{
	background: #009882;
	transition: all ease 0.5s;
}
.download .dw:hover a{
	color: #fff;
}

.download .dw:hover span{
	background-image:  url(../images/icon_down_hover.png);
}

@media(max-width:600px){
	.download .dw{
		line-height: 24px;
		padding: 8px 15px 8px 15px;
	}
}
/*-----招贤纳士----*/
.resources{
	background: url(../images/resources_bg.jpg) no-repeat center;
	width: 100%;
	background-size: cover;
}
.resources .two_title .right .bg{
	background: #009882;
	display: inline;
	margin-right: 10px;
}
.resources .two_title .right .bg{
	color: #fff;
}
.resources .two_title .right .bg a{
	color: #fff;
}
.resources .two_title .right .bg a:hover{
	color: #d5f1ff;
}
.resources .two_title .right a:last-child{
	margin-right: 10px;
}
.resources .text{
	padding: 0;
	font-size: 14px;
	text-align: justify;
}
.resources ul{
	margin-top: 25px;
	margin-bottom: 10px;
}
.resources li{
	background: #527384;
	margin: 15px 0;
	width: calc(100% / 3);
	text-align: center;
}
.resources li a{
	display: block;
	padding: 50px 20px;
}
.resources li:nth-child(3n-2){
	margin-right: 15px;
	width: calc(100% / 3 - 20px);
}
.resources li:nth-child(3n-1){
	margin: 15px 10px;
	width: calc(100% / 3 - 20px);
}
.resources li:nth-child(3n){
	margin-left:15px;
	width: calc(100% / 3 - 20px);
}
.resources li h4{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
.resources li h6{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.resources li:hover{
	background: #009882;
	box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.3);
	transition: all ease 0.5s;
}
.resources .ym{
	text-align: center;
}
@media(max-width:768px){
	.resources ul{
		margin-top: 10px;
	}
	
	.resources li a{
		padding: 30px 15px;
	}
	.resources li h4{
		font-size: 20px;
	}
	.resources li h6{
		font-size: 12px;
	}
	.resources .text{
		width: 100%;
		font-size: 13px;
	}
	.resources li:nth-child(3n-2),
	.resources li:nth-child(3n-1),
	.resources li:nth-child(3n){
		margin: 10px 0;
	}
	.resources li:nth-child(2n-1){
		margin-right: 10px;
		width: calc(100% / 2 - 10px);
	}
	.resources li:nth-child(2n){
		margin-left:10px;
		width: calc(100% / 2 - 10px);
	}

}
@media(max-width:600px){
	.resources li a{
		padding: 20px 10px;
	}
	.resources li h4{
		margin-bottom: 10px;
		font-size: 18px;
	}
}
/*----业务范围终端----*/
.business_zd .pro_title{
	font-size: 24px;
	color: #006d92;
	margin-bottom: 28px;
}
.business_zd .pro_c{
	position: relative;
	padding: 0 10px;
}
.business_zd .pro_c img{
	width: 100%;
	display: block;
}
.business_zd .pro_img{
	border: 1px solid #eee;
	padding-left: 0;
}
.business_zd .pro_img2{
	padding-right: 0;
	overflow: hidden;
}
.business_zd .pro_text{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 10%;
	color: #fff;
}
.business_zd .pro_text h6{
	font-size: 21px;
	font-weight: bold;
}
.business_zd  .pro_table{
	line-height: 50px;
	background: #e8e8e8;
	margin-top: 20px;
	margin-bottom: 30px;
}
.business_zd .pro_table span{
	background: #527384;
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 0 70px;
	float: left;
	cursor: pointer;
}
.business_zd .pro_table .current{
	background: #009882;
}
.business_zd .pro_content p{
	font-size: 14px;
	text-align: justify;
	margin: 0;
}
@media(max-width:1200px){
	.business_zd .pro_text h6{
		font-size: 18px;
	}
	.business_zd .pro_text p{
		margin: 10px 0;
		font-size: 12px;
		line-height: 24px;
	}
}
@media(max-width:414px){
	.business_zd .pro_c{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.business_zd .pro_text p{
		margin: 20px 0;
		font-size: 13px;
		line-height: 24px;
	}
	.business_zd .pro_table{
		margin-bottom: 10px;
		line-height: 40px;
	}
	.business_zd .pro_table span{
		padding: 0 20px;
		font-size: 14px;
	}
	.business_zd .pro_content p{
		font-size: 13px;
	}
}
@media(max-width:320px){
	.business_zd .pro_text{
		width: 90%;
		left: 7%;
		top: 8%;
	}
	.business_zd .pro_text p{
		margin: 10px 0;
		font-size: 12px;
		line-height: 20px;
	}
}
/*-----业务范围----*/
.business {
	padding: 0 0 5px 0;
}
.business .business_top{
	border: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.business .business_top .top{
	margin-bottom: 10px;
}
.business .business_top a{
	display: block;
	padding: 5px 30px 5px 30px;
}
.business .business_top a img{
	float: right;
	display: none;
}
.business .business_top a:hover{
	color: #64b42d;
}
.business .business_top a:hover img{
	display: inline-block;
}
.business .business_top .current{
	color: #64b42d;
}
.business .business_top .current img{
	display: inline-block;
}
.business ul{
	margin-bottom: 20px;
}
.business li{
	padding: 0;
	margin-bottom: 10px;
}
.business .bu_img{
	border: 1px solid #eee;
	display: block;
	overflow: hidden;
	position: relative;
}
.business .bu_img .c_img{
	display: block;
	width: 100%;
}
.business .bu_img .c_sjx{
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -18px;
}
.business .bu_text{
	position: relative;
}
.business li{
	float: left;
}
.business li:nth-child(2n-1){
	width: calc(100% / 2 - 5px);
	margin-right: 5px;
}
.business li:nth-child(2n){
	width: calc(100% / 2 - 5px);
	margin-left: 5px;
}
.business .bu_text .text{
	width: 80%;
	position: absolute;
	left: 10%;
	top:10%;
	color: #fff;
	padding-bottom: 40px;
}
.business .bu_text .text h4{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
.business .bu_text .text p{
	font-size: 14px;
	line-height: 24px;
}
.business .bu_text .text img{
	position: absolute;
	bottom: 0px;
	left: 0;
}
.business .bu_text .text img:hover{
	transform: translate(10px,0);
	transition: all ease 0.5s;
}
.business .ym{
	text-align: center;
}
.business li:nth-child(2n) .bu_text .text{
	color: #000;
}

.business li:nth-child(3) .bu_img .c_sjx,
.business li:nth-child(4) .bu_img .c_sjx{
	left: -20px;
}
.business dd{
	float: left;
}
.business dd:nth-child(2n-1){
	width: calc(100% / 2 - 5px);
	margin-right: 5px;
}
.business dd:nth-child(2n){
	width: calc(100% / 2 - 5px);
	margin-left: 5px;
}
.business li:nth-child(1) dd:nth-child(1):hover .c_img,
.business li:nth-child(2) dd:nth-child(1):hover .c_img{
	transform: translate(-10px,0);
	transition: all ease 0.5s;
}
.business li:nth-child(3) dd:nth-child(2):hover .c_img,
.business li:nth-child(4) dd:nth-child(2):hover .c_img{
	transform: translate(10px,0);
	transition: all ease 0.5s;
}
@media(max-width:1200px){
	.business .bu_text .text h4{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.business .bu_text .text p{
		font-size: 12px;
		line-height: 22px;
	}
	.business .bu_text .text{
		padding-bottom: 15%;
	}
}
@media(max-width:997px){
	.business .bu_text .text{
		top: 35%;
	}
	.business .bu_text .text p{
		display: none;
	}
}
@media(max-width:600px){
	.business li{
		width: 100% !important;
		margin: 0 0 10px 0!important;
	}
	.business .bu_text .text p{
		display: block;
	}
	.business .bu_text .text{
		top: 10%;
	}
	.business ul{
		margin-bottom: 10px;
	}
}
@media(max-width:414px){
	.business .bu_text .text p{
		display: none;
	}
	.business .bu_text .text{
		top: 35%;
	}
	.business .bu_img .c_sjx{
		right: -30px
	}
	.business li:nth-child(3) .bu_img .c_sjx,
	.business li:nth-child(4) .bu_img .c_sjx{
		left: -30px;
	}
	.business_top a{
		width: 100%;
		padding: 0;
	}
}
/*----联系我们----*/
.contact{
	background: url(../images/contact_bg.jpg) no-repeat center;
	background-size: cover;
}
.contact .two_title .left span{
	color: #fff;
}
.contact .two_title .right .bg{
	background: #009882;
	display: inline;
	margin-right: 10px;
}
.contact .two_title .right .bg{
	color: #fff;
}
.contact .two_title .right .bg a{
	color: #fff;
}
.contact .two_title .right .bg a:hover{
	color: #d5f1ff;
}
.contact .two_title .right a:last-child{
	margin-right: 10px;
}
.contact .text{
	color: #fff;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact li {
	padding: 0;
	position: relative;
}
.contact li .first{
	position: relative;
	padding: 0;
}
.contact li .second{
	padding: 0;
	position: relative;
}
.contact li .third{
	padding: 0;
	position: relative;
}
.contact ul{
	margin-bottom: 100px;
}
.contact li h6{
	position: absolute;
	bottom: 40px;
	left: 25px;
	font-size: 18px;
	color: #fff;
	padding-top: 70px;
	background: url(../images/icon_contact_01.png) no-repeat left top;
}
.contact li:nth-child(2) .third0 h6{
	color: #009882;
	background-image: url(../images/icon_contact_02.png);
}
.contact li:nth-child(2) .third1 h6{
	background-image: url(../images/icon_contact_05.png);
}
.contact li:nth-child(1) .second0 h6{
	background-image: url(../images/icon_contact_03.png);
}
.contact li:nth-child(1) .second1 h6{
	background-image: url(../images/icon_contact_04.png);
	color: #64b42d
}
.contact li h6:hover{
	padding-top: 80px;
	transition: all ease 0.5s;
}
@media(max-width:997px){
	.contact li h6{
		font-size: 14px;
		width: 90%;
		left: 7%;
		bottom: 10px;
		padding-top: 60px;
	}
	.contact li h6:hover{
		padding-top: 65px;
		transition: all ease 0.5s;
	}
	
}
@media(max-width:768px){
	.contact li h6{
		font-size: 14px;
		width: 90%;
		left: 20px;
		bottom: 30px;
		padding-top: 60px;
	}
}
@media(max-width:600px){
	.contact li h6{
		font-size: 12px;
		bottom: 10px;
		left: 10px;
	}
}
@media(max-width: 420px){
	.contact li{
		width: 100%;
	}
	.contact li .first{
		width: 100%;
	}
	.contact li .second{
		width: 50%;
	}
	.contact li h6{
		font-size: 16px;
		bottom: 40px;
		left: 30px;
	}
}
@media(max-width: 320px){
	.contact li h6{
		font-size: 13px;
		bottom: 30px;
		left: 20px;
	}
}
/*----公司简介-----*/
.profile{
	padding: 0 0 50px 0;
}
.profile .right-c dd:nth-child(2){
	background-image: url(../images/profile_05.jpg);
}
.profile .right-c dd:nth-child(3){
	background-image: url(../images/partner_bg_02.jpg);
}
.profile .right-c dd:nth-child(2) p,
.profile .right-c dd:nth-child(3) p{
	color: #fff;
	text-align: justify;
}
.profile .right-c dd:nth-child(2) h4 a,
.profile .right-c dd:nth-child(3) h4 a{
	color: #fff;
}
.profile .left-c .img_box{
	margin-bottom: 30px;
}
.profile .left-c p{
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.profile .prf_bottom{
	margin-top: 20px;
}
.profile .prf_bottom dd{
	padding: 0;
	border: 0;
	background: 0;
}
.profile .prf_bottom dd:nth-child(1){
	padding:0;
	padding-right: 5px;
}
.profile .prf_bottom dd:nth-child(2){
	position: relative;
	padding:0;
	padding-left: 5px;
}
.profile .prf_text{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 6%;
}
.profile .prf_text img{
	display: block;
	width: 100%;
}
.profile .prf_text h4{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.profile .prf_text p{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.profile li{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
@media(max-width:768px){
	.profile .prf_text h4{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #fff;
	}
	.profile .prf_text p{
		font-size: 12px;
		line-height: 24px;
		color: #fff;
	}
}
@media(max-width:414px){
	.profile .prf_bottom dd{
		width: 100%;
		padding: 0 !important;
		margin-bottom: 0;
	}
	.profile .prf_text{
		top: 10%;
	}
	.profile .prf_text h4{
		font-size: 21px;
		font-weight: bold;
		margin-bottom: 15px;
		color: #fff;
	}
	.profile .prf_text p{
		font-size: 14px;
		line-height: 28px;
		color: #fff;
	}
	.profile .left-c .img_box{
		margin-bottom: 30px;
	}
}
@media(max-width:375px){
	.profile .prf_text{
		top: 6%;
	}
}
@media(max-width:320px){
	.profile .prf_text{
		top: 6%;
		width: 90%;
		left: 6%;
	}
	.profile .prf_text h4{
		font-size: 18px;
	}
	.profile .prf_text p{
		line-height: 24px;
		font-size: 12px;
	}
}

.callbacks_tabs.callbacks1_tabs{
	margin-top:-40px;
	position:relative;
	z-index:100;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 20px;
}
.callbacks_tabs.callbacks1_tabs li{
	display:inline-block;
	width:15px;
	height:15px;
	margin-left:10px;
	border-radius:15px;
	background: #d5d3cd;
	position:relative;
}
.callbacks_tabs.callbacks1_tabs li a{
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:15px;
	position:absolute;
	left:0; 
	z-index:1000;
	color:rgba(100,200,300,0);
	color:transparent;
}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{
	background:#FFF;
}
/* Callback example */
.callbacks_container{
	margin-bottom:2px;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}

.callbacks{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.callbacks li{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.callbacks img{
	display:block;
	position:relative;
	z-index:1;
	height:auto;
	width:100%;
	border:0;
}
.callbacks .caption{
	display:block;
	position:absolute;
	z-index:2;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	background:#000;
	background:rgba(0,0,0, .8);
	left:0;
	right:0;
	bottom:0;
	padding:10px 20px;
	margin:0;
	max-width:none;
}
.callbacks_nav{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.6;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	height:61px;
	width:38px;
	background:transparent url("img/themes.gif") no-repeat left top;
	margin-top:-30px;
	display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
	left:auto;
	background-position:right top;
	right:0;
}

@media screen and (max-width:600px){
	.callbacks_nav{
		top:47%;
	}
}
/*----索引----*/
@media(max-width:600px){
	.two_title .right{
		line-height: 20px;
		margin-top: 30px;
	}
	.two_title{
		line-height: 80px;
	}
	.two_title span{
		font-size: 24px;
	}
	.two_title .right a{
		margin: 0;
	}
	.resources .two_title .right a:last-child,
	.contact .two_title .right a:last-child{
		margin-right: 0;
	}
}


