﻿@charset "utf-8";
/* CSS Document */

.header{
	height:60px;
	width:100%;
	padding-top:4px;
	background:#FFFFFF url(../image/header_line.png) no-repeat top center;
}
.header_cont{
	width:1000px;
	height:60px;
	margin:0 auto;
}
.logo{
	padding-top:10px;
	float:left;
}
.nav .lang{
	width: 40px;
	margin-left: 10px;
	text-align: right;
}
.nav .lang a{
	width: 40px;
	color: #999;
}
.nav .lang:after{
	content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
	border-left:#e5e5e5 1px solid;
}
.nav{
	width:860px;
	height:60px;
	z-index:99;
	float:right;
}
.nav ul li{
	float:left;
	width:90px;
	text-align:center;
	position:relative;
	z-index:90;
}
.nav ul li a,.nav ul li a:visited{
	width:90px;
	line-height:60px;
	display:block;
	font-size:16px;
}
.nav ul li a:hover{
	color:#2792ff;
	font-weight:bold;
}
.navon a{
	color:#2792ff;
	font-weight:bold;
	background:#FFFFFF url(../image/nav_line.png) no-repeat bottom center;
}
.home .home_active a, .about .about_active a, .news .news_active a, .project .project_active a, .service .service_active a, .case .cases_active a, .model .model_active a, .jobs .jobs_active a{
	color:#2792ff;
	font-weight:bold;
	background:#FFFFFF url(../image/nav_line.png) no-repeat bottom center;
}

.nav .active>a
{	color:#2792ff;
	font-weight:bold;
	background:#FFFFFF url(../image/nav_line.png) no-repeat bottom center;
}
.nav dl{
	width:120px;
	overflow:hidden;
	padding-bottom:15px;
	background:#fff;
	clear:both;
	display:none;
	position: absolute;
	left: -15px;
	border: 1px solid #efefef;
	border-top: 0;
}
.nav dl dd{
	width:120px;
	border-bottom:#dadada 1px dashed;
	float:left;
	display:inline;
}
.nav dl dd a:link,.nav dl dd a:visited{
	color:#333;
	width:120px;
	display:block;
	line-height:24px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	padding: 8px 0;
	background:none;
}
.nav dl dd a:hover{
	color:#2792ff;
	font-weight:bold;
	background:none;
}
.nav .language{
	float: right;
	padding-top: 18px;
}
.nav .language a{
	color:#2792ff;
	font-size: 12px;
	display: block;
	float: left;
	text-decoration: none;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #2792ff;
	border-radius: 11px;
	-moz-border-radius:1px;
	*-moz-border-radius:1px;
}
.nav .language a:hover{
	color:#fff;
	background:#2792ff;
}
/*banner*/
.banner{
	width:100%;
	height:480px;
	font-size:0;
	position: relative;
}
#Banner{
	height:480px;
	overflow:hidden;
	position:
	relative;
	width:100%;
}
#Banner li{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:1;
}
#Banner li a{
	display:block;
	height:100%;
	overflow:hidden
}
#Banner li a img{
	width:100%;
}
#BanBtn{
	width:1000px;
	height:22px;
	position:absolute;
	top:450px;
	overflow:hidden;
	z-index:10;
	text-align:center;
	left:50%;
	margin-left:-490px;
}
#BanBtn li{
	display:inline-block;
	width:12px;
	height:12px;
	background-color:#FFF;
	margin-right:15px;
	overflow:hidden;
	margin-top:23px;
	border-radius:6px;
	-moz-border-radius:6px;
	*-moz-border-radius:6px;
	transition:all ease-out .2s 0s;
	-webkit-transition:all ease-out .2s 0s;
	-moz-transition:all ease-out .2s 0s;
	-o-transition:all ease-out .2s 0s;
}
#BanBtn li.s{
	background-color:#ec8a00;
}
#BanBtn li.last{
	margin-right:0;
}
#BanBtn li{
	*display:inline;
}
.cooperate{
	width:1000px;
	margin:0 auto;
	margin-top:30px;
}
.cooperate_title{
	font-size:24px;
	text-align:center;
	background:url(../image/title_line.png) no-repeat 0 12px;
}
.cooperate_info{
	font-size:16px;
	text-align:center;
	color:#999;
	margin-top:10px;
}
.cooperate_btn{
	width:185px;
	height:45px;
	margin:0 auto;
	margin-top:15px;
}
.cooperate_btn a{
	width:185px;
	height:40px;
	display:block;
	font-size:20px;
	color:#2792ff;
	text-align:center;
	line-height:40px;
	border:#2792ff 1px solid;
	border-radius:20px;
	-moz-border-radius:20px;
	*-moz-border-radius:20px;
}
.cooperate_btn a:hover{
	color:#FFFFFF;
	background:#2792ff;
}
.cases{
	height:150px;
	margin-top:30px;
	padding-top:25px;
	background:#f2f6f9;
}
.cases_tab{
	width:700px;
	height:37px;
	margin:0 auto;
	padding-top:30px;
	margin-bottom:30px;
	overflow:hidden;
}
.cases_tab ul li{
	width:120px;
	height:35px;
	margin:0 10px;
	float:left;
	display:inline;
	background:#fff;
}
.cases_tab ul li a{
	width:120px;
	height:35px;
	display:block;
	line-height:35px;
	text-align:center;
	border:#dde6ed 1px solid;
}
.cases_tab ul li a:hover{
	color:#fff;
	font-weight:bold;
	background:#2792ff;
}
.cases_pic{
	height:60px;
	text-align:center;
}
.cases_pic span{
	height:100%;
	display: inline-block;
	vertical-align: middle;
}
.cases_pic img {
	vertical-align:middle;
}
.cases_name{
	text-align:center;
}
.cases_info{
	text-align:center;
}
.cases_info a{
	color:#999;
	text-align:center;
}
.cases_info a:hover{
	color:#333;
	text-align:center;
}
.cases-main{
	position:relative;
	width:960px;
	margin:0 auto;
}
.picbox{
	width:960px;
	overflow:hidden;
}
.picbox ul li{
	width:250px;
	margin-left:35px;
	margin-right:35px;
	float:left;
	display:inline;
}
.swaplist{
	position:absolute;
	left:-3000px;
	top:0px;
}
.cases-main .og_prev, .cases-main .og_next{
	width:20px;
	height:40px;
	position:absolute;
	top:43px;
	border:none;
	margin:0;
	z-index:99;
}
.cases-main .og_prev a, .cases-main .og_next a{
	width:20px;
	height:40px;
	display:block;
	background:url(../image/icon_arrow.png) no-repeat;
}
.cases-main .og_prev{
	left:-20px;
}
.cases-main .og_next{
	right:-20px;
}
.cases-main .og_prev a{
	background-position:0 0;
}
.cases-main .og_next a{
	background-position:-30px 0;
}
.cases-main .og_prev a:hover{
	background-position:0 -50px;
}
.cases-main .og_next a:hover{
	background-position:-30px -50px;
}
.footer{
	color:#666;
	width:1000px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.footer_left{
	float:left;
	width: 850px;
	overflow: hidden;
	padding-top: 5px;
}
.footer-item{
	display: block;
	line-height: 14px;
	padding-top: 10px;
	float: left;
}
.footer-item a{
	color: #666;
	display:inline-block;
}
.footer-item a:hover{
	color: #333;
}
.footer-item-certificate a{
	margin-left: 10px;
	line-height: 20px;
}
.footer-item ul li{
	float: left;
	border-right: 1px solid #999;
	margin-right: 15px;
	padding-right: 15px;
}
.footer-item ul li.clear-rline{
	border-right: 0;
}
.footer-item .vt img{
	width: 62px;
	height: 20px;
}
.footer-item a.afix{
	color: #666;
	margin-left: 0;
}
.footer_right{
	float:right;
}

/*内页*/
.sbanner{
	width:100%;
	height:260px;
}
.sbanner_num01{
	background:url(../image/sbanner01.png) no-repeat top center;
}
.sbanner_num02{
	background:url(../image/sbanner03.png) no-repeat top center;
}
.sbanner_num03{
	background:url(../image/sbanner02.png) no-repeat top center;
}
.sbanner_num04{
	background:url(../image/sbanner05.png) no-repeat top center;
}
.sbanner_num05{
	background:url(../image/sbanner04.png) no-repeat top center;
}
.sbanner_num06{
	background:url(../image/sbanner06.png) no-repeat top center;
}
.sbanner_num07{
	background:url(../image/sbanner07.png) no-repeat top center;
}
.sbanner_num08{
	background:url(../image/sbanner08.png) no-repeat top center;
}
.sbanner_num09{
	background:url(../image/sbanner09.png) no-repeat top center;
}
.sbanner_num10{
	background:url(../image/sbanner10.png) no-repeat top center;
}
.sbanner_num11{
	background:url(../image/sbanner11.png) no-repeat top center;
}
.sbanner_num12{
	background:url(../image/sbanner12.png) no-repeat top center;
}
.sbanner_num13{
	background:url(../image/sbanner13.png) no-repeat top center;
}
.sbanner_num14{
	background:url(../image/sbanner14.png) no-repeat top center;
}
.sbanner_num15{
	background:url(../image/sbanner15.png) no-repeat top center;
}
.sbanner_num16{
	background:url(../image/sbanner16.png) no-repeat top center;
}
.sbanner_num17{
	background:url(../image/sbanner17.png) no-repeat top center;
}
.sbanner_num18{
	background:url(../image/sbanner18.png) no-repeat top center;
}
.location{
	width:100%;
	height:50px;
	border-bottom:#dde6ed 1px solid;
	background:#eaeff2;
}
.location_cont{
	line-height:50px;
	width:1000px;
	height:50px;
	margin:0 auto;
}
.site{
	color:#999;
	padding-left:25px;
	background:url(../image/icon_site.png) no-repeat 0 17px;
	float:left;
}
.site span{
	color:#666;
}
.subnav ul li{
	width:100px;
	background:url(../image/subnav_line.png) no-repeat center right;
	float:left;
	position:relative;
}
.subnav .clear_line{
	background:none;
}
.subnav ul li a{
	width:100px;
	height:50px; 
	display:block;
	text-align:center;
}
.subnav span{
	width:15px;
	height:9px;
	display:block;
	background:url(../image/icon_subnav.png) no-repeat;
	left:43px;
	bottom:-9px;
	position:absolute;
}
.subnav_on a{
	font-size:16px;
	font-weight:bold;
	color:#2792ff;
}
.page_title{
	width:1000px;
	font-size: 24px;
	text-align: center;
	line-height:24px;
	margin:0 auto;
	padding-top:40px;
}
.container_bg{
	background:#f2f6f9;
	overflow:hidden;
}
.container{
	width:1000px;
	min-height:250px;
	_height:250px;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0; 
}
.news_list{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	background:url(../image/news_line.png);
}
.news_list ul{
	margin-left:-20px;
	margin-right:-20px;
	overflow:hidden;
}
.news_list ul li {
	float: left;
	width:480px;
	padding:30px 20px;
	overflow: hidden;
	margin-bottom:1px;
}
.news_list ul li .p {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.news_list ul li .tit {
	float: left;
	width:315px;
	font-size: 18px;
	margin-bottom: 5px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	overflow:hidden;
}
.news_list ul li p {
	float: left;
	width:315px;
	margin:0px;
	color: #b1b1b1;
	line-height: 20px;
	margin:5px 0px;
}
.news_list ul li span {
	float: left;
	padding-left: 20px;
	color: #999;
	background: url(../image/icon_time.png) no-repeat 0 4px;
	margin-right: 12px;
	white-space: nowrap;
}
.news_list ul li.fr {
	float: right;
}
.page {
	width:574px;
	margin:0 auto;
	overflow: hidden;
	padding: 30px 0px;
	text-align: center;
}
.page_media{
	width:255px;
}
.page_job{
	width:204px;
}
.pagenum {
	float:left;
}
.pagenum ul li{
	width:35px;
	height:35px;
	margin-right:15px;
	float:left;
	display:inline;
}
.pagenum ul li a{
	font-size:16px;
	width:35px;
	height:35px;
	display:block;
	line-height:35px;
	text-align:center;
	border:#dde6ed 1px solid;
}
.pagenum ul li a:hover{
	color:#FFFFFF;
	background:#2792ff;
}
.page_on a{
	color:#FFFFFF;
	background:#2792ff;
}
.pagenum .page_more{
	margin-left:-15px;
	margin-right:0px;
	line-height:35px;
}
.prev,.next{
	width:35px;
	height:35px;
	border:#dde6ed 1px solid;
	margin-right:15px;
	float:left;
	display:inline;
}
.prev a,.next a{
	width:35px;
	height:35px;
	display:block;
	background:url(../image/icon_page.png) no-repeat;
}
.prev a{
	background-position:12px 10px;
}
.next a{
	background-position:-14px 10px;
}
.prev a:hover{
	background-position:12px -25px;
}
.next a:hover{
	background-position:-14px -25px;
}
.news_detail{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
.news_detail_left{
	width:660px;
	float:left;
	overflow:hidden;
	padding:20px;
	font-size:16px;
	line-height:30px;
	background:#fff;
    box-shadow:0 1px 2px #ddd;
}
.news_detail_right{
	width:240px;
	overflow:hidden;
	padding:20px;
	background:#fff;
    box-shadow:0 1px 2px #ddd;
}
.news_right_cont{
	float:right;
	width:280px;
}
.fixed1{
	top:20px;
	position:fixed !important;
}
.news_hot_title{
	font-size:16px;
	font-weight:bold;
}
.news_hot_cont{
	margin-top:15px;
}
.news_hot_cont li{
	display:block;
	position: relative;
	padding-left:20px;
	padding-bottom:15px;
}
.news_hot_cont li:before{
    position:absolute;
    content:'';
    left:3px;
    top:0;
    bottom:0;
    width:2px;
    background-color:#efefef;
}
.news_hot_cont li:first-child:before{
    top:8px;
}
.news_hot_cont li:last-child:before{
    height:8px;
}
.news_hot_cont li .circle {
    position:absolute;
    display:block;
    top:4px;
    left:-3px;
    padding:0;
    width:8px;
    height:8px;
	background-color:#c0d8ff;
    border-radius:50%;
	border:3px #FFFFFF solid;
    z-index:2;
}
.news_hot_cont p{
	font-size:12px;
	color:#999;
	margin:0;
	display:block;
}
.news_detail_left .news_left_title{
	width:auto;
	text-align:left;
	margin:0 auto;
	padding:10px 0;
}
.news_title{
    text-align:center;
    width:1000px;
    margin:0 auto;
    padding:30px 0 20px;
}
.news_title b{
	font-size:24px;
}
.news_title p{
	font-size:12px;
	color:#999;
	margin:0;
	padding:0;
}
.news_detail_left .news_left_cont{
	width:auto;
	min-height:400px;
	_height:400px;
	border-top:#c5d0d8 1px dashed;
	margin:0 auto;
	padding:20px 0 0;
	overflow:hidden; 
}
.news_cont{
    width:1000px;
    min-height:400px;
    _height:400px;
    border-top:#c5d0d8 1px dashed;
    margin:0 auto;
    padding:20px 0;
}
.jobs_title{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
}
.jobs_title dl{
	margin-bottom: 10px;
}
.jobs_title dt {
	font-weight: bold;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}
.jobs_title dd {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	height: 24px;
	margin-right: 12px;
}
.jobs_title dd a {
	display: block;
	font-size: 14px;
	color: #268af0;
	height: 24px;
	line-height: 23px;
	padding: 0 5px;
}
.jobs_title dd:hover a {
	color: #fff;
	background:#2792ff;
}
.jobs_title dd.hrs_curtype, .jobs_title dd:hover {
	background: #2792ff;
}
.jobs_title dd.hrs_curtype a, .jobs_title dd:hover a {
	color: #fff;
}
.jobs_list{
	width:1000px;
	min-height: 400px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:30px;
}
.table-list {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table-list th {
	height: 30px;
	border-top: 1px solid #F2F2F2;
	text-align: left;
	background: #e7ecef;
}
.table-list th span, .table-list td span {
	padding-left: 10px;
	font-weight: normal;
}
.table-list td {
	border-bottom: 1px solid #e7ecef;
	padding: 8px 0;
	word-break: break-all;
	word-wrap: break-word;
}
.table-list td span {
	display: inline-block;
}
.jobs_title{
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding:30px 0 20px;
	overflow:hidden;
}
.jobs_name{
	font-size:18px;
	font-weight:bold;
	float:left;
}
.jobs_mail{
	color:#e26412;
	float:right;
}
.gro_title {
	font-size:16px;
	color: #336699;
	font-weight: bold;
	padding: 3px 0;
	padding-left:30px;
	margin-bottom: 5px !important;
	background: url(../image/bg_list.png) no-repeat 16px 12px #e7ecef;
}
.gro_img{
	margin-top:20px;
	margin-bottom:20px;
}
.page_gro{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:#cacaca 1px dashed;
}
.page_gro_title{
	font-size:16px;
	text-align:left;
	padding-left:220px;
}
.page_gro_title strong{
	color:#2792ff;
}
.page_gro_title span{
	font-size:12px;
	color:#666;
}
.page_cont{
	overflow:hidden;
}
.page_gro_img{
	width:201px;
	margin-right:20px;
	float:left;
}
.page_gro_text{
	width:779px;
	overflow:hidden;
}
.model_tab{
	height:125px;
	display:block;
}
.model_tab dd{
	width:33.33333%;
	float:left;
	cursor:pointer;
	position:relative;
}

.model_tab dd b{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../image/icon_model.png) no-repeat;
}
.model_tab dd p{
	color:#2792ff;
	font-size:16px;
	text-align:center;
	padding:0 20px;
}
.model_tab dd.model_curtype p{
	font-weight:bold;
	color:#2792ff;
}
.model_tab dd b.mobel_p1{
	background-position: 3px 5px;
}
.model_tab dd.model_curtype b.mobel_p1{
	background-position: 3px -86px;
}
.model_tab dd b.mobel_p2{
	background-position: -212px 0px;
}
.model_tab dd.model_curtype b.mobel_p2{
	background-position: -212px -80px;
}
.model_tab dd b.mobel_p3{
	background-position: -427px 5px;
}
.model_tab dd.model_curtype b.mobel_p3{
	background-position: -427px -85px;
}
.model_tab dd b.mobel_p4{
	background-position: -642px 6px;
}
.model_tab dd.model_curtype b.mobel_p4{
	background-position: -642px -87px;
}
.model_tab dd em{
	display:none;
	width:30px;
	height:15px;
	background: url(../image/icon_model_arrow.png) no-repeat 0 0;
	position:absolute;
	left:150px;
	bottom:-26px;
}
.model_tab dd.model_curtype em{
	display:block;
}
.model_tab dd b a{
	width:70px;
	height:70px;
	display:block;
}
.model_title{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.model_cont{
	overflow:hidden;
	padding:20px;
	background:#fff;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	*-moz-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	*-moz-border-top-right-radius:8px;
}
.model_btn{
	padding-bottom:30px;
	background:#FFFFFF;
}
.model_btn a{
	width:150px;
	height:38px;
	display:block;
	font-size:16px;
	line-height:38px;
	text-align:center;
	color:#65b804;
	margin:0 auto;
	border:#65b804 1px solid;
	border-radius:19px;
	-moz-border-radius:19px;
	*-moz-border-radius:19px;
}
.model_btn a:hover{
	color:#fff;
	background:#65b804;
}
.gro_link{
	padding-bottom:30px;
}
.gro_link a{
	width:150px;
	height:38px;
	display:block;
	font-size:16px;
	line-height:38px;
	text-align:center;
	color:#65b804;
	margin:0 auto;
	border:#65b804 1px solid;
	border-radius:19px;
	-moz-border-radius:19px;
	*-moz-border-radius:19px;
}
.gro_link a:hover{
	color:#fff;
	background:#65b804;
}
.cont_gro{
	overflow:hidden;
	margin-bottom:20px;
}
.cont_gro_text{
	width:450px;
	overflow:hidden;
}
.cont_gro_text strong{
	font-size:16px;
	color:#2792ff;
}
.map_table td{
	border-bottom:none;
	width:125px;
}
.map_table_title a{
	font-size:16px;
	font-weight:bold;
}
.share{
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
	padding:20px 0;
	/* border-top:#efefef 1px solid; */
}
.share_cont{
	height:32px;
	float:right;
}
.share_cont span{
	line-height:32px;
	float:left;
}
.share_icon{
	float:right;
}
.share_icon ul li{
	float:left;
	width:32px;
	height:32px;
	margin:0 0 0 6px;
}
.share_icon ul li a{
	width:32px;
	height:32px;
	display:block;
	float:left;
	margin:0;
	background:url(../image/share_icon.png) no-repeat;
}
.share_icon ul li a:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
}
.share_icon .bds_weixin{
	background-position:0 0 !important;
}
.share_icon .bds_tsina{
	background-position:-43px 0 !important;
}
.share_icon .bds_qzone{
	background-position:-87px 0 !important;
}
.share_icon .bds_tqq{
	background-position:-131px 0 !important;
}
.share_icon .bds_more{
	background-position:-180px 0 !important;
}
.cont_tab{
	width:300px;
	height:40px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
}
.cont_tab ul li{
	width:50%;
	float:left;
	position:relative;
}
.cont_tab ul li a{
	width:100%;
	font-size:16px;
	line-height:40px;
	text-align:center;
	display:block;
	border:1px solid #dde6ed;
	background:#fff;
}
.cont_tab_left a{
	border-right:0;
	border-radius:4px 0 0 4px;
}
.cont_tab_right a{
	border-left:0;
	border-radius:0 4px 4px 0;
} 
.cont_tab .cont_tab_curtype a{
	color:#fff;
	font-weight:bold;
	background:#2792ff;
}
.cont_tab_curtype i{
	width:11px;
	height:6px;
	position:absolute;
	background:url(../image/tab_icon.png) no-repeat;
	bottom:0;
	left:70px;
}
.team_cont{
	height:51px;
	padding-top:421px;
	margin:20px 0 30px;
	background:url(../image/team_pic.png) no-repeat center top;
}
.search_group{
	width:500px;
	height:45px;
	margin:0 auto;
	border:3px solid #dbd9d9;
	border-radius:5px;
}
.search_input{
	width:370px;
	height:45px;
	font-size:16px;
	font-family:inherit;
	border:0;
	border-color:inherit;
	border-radius:3px 0 0 3px;
	outline:none;
	padding:0 15px;
	float:left;
}
.search_btn_group{
	font-size:0;
	white-space:nowrap;
	float:right;
}
.input_error{
	width:500px;
	margin:0 auto;
	padding-top:5px;
	color:#e9573f;
	display:block;
}
.input_msg_error{
	width:510px;
	margin:0 auto;
	padding:5px 15px 0 15px;
	color:#ff0801;
	display:block;
}
.search_btn{
	width: 100px;
    height: 45px;
    font-size: 20px;
    color: #ffffff;
    font-family: inherit;
    border: 0;
    background-color: #2792ff;
    border-radius: 0 3px 3px 0;
    outline: none;
    cursor: pointer;
}
.partner_bg{
	width: 100%;
	height: 600px;
	background:url(../image/bg_partner.png) no-repeat center top;
	background-size:cover;
}
.partner_title{
	height: 55px;
	text-align: center;
	margin: 0 auto;
	margin-top: 160px;
	margin-bottom: 60px;
}
.partner_search{
	width: 540px;
	height: 45px;
	margin: 0 auto;
}
.partner_search_input{
	width:380px;
	height:45px;
	font-size:16px;
	font-family:inherit;
	border:0;
	border-color:inherit;
	border-radius:3px 0 0 3px;
	outline:none;
	padding:0 15px;
	float:left;
}
.partner_search_btn{
	width:130px;
	height:45px;
	font-size:20px;
	color:#ffffff;
	font-family:inherit;
	border:0;
	background-color:#f59f4a;
	border-radius:0 3px 3px 0;
	outline:none;
	cursor:pointer;
}
.partner_search_btn:hover{
	background-color: #f6a95c;
}
.partner_search_btn:active{
	background-color: #e99746;
}
.partner_result_cont{
	overflow:hidden;
	padding:60px;
	margin:20px 0;
	background: #fff;
}
.partner_info{
	width:620px;
	overflow:hidden;
	float:left;
}
.team_result_cont{
	overflow:hidden;
	padding:20px 0;
}
.partner_photo{
	width:200px;
	margin-right:60px;
	float:left;
}
.partner_info_text{
	color: #757575;
}
.team_info{
	width:770px;
	overflow:hidden;
	float:left;
}
.team_photo{
	width:200px;
	margin-right:30px;
	float:left;
}
.team_info_name{
	font-size:28px;
	margin-bottom:20px;
}
.team_info_position{
	font-size:18px;
	margin-bottom:20px;
}
.project_wrapper{
	width:1020px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:30px;
	padding-top:10px;
}
.project_list{
	width:320px;
	overflow:hidden;
	float:left;
	background:#FFFFFF;
	border-radius:3px;
    box-shadow:0 1px 2px #ddd;
	margin:0 10px;
	margin-top:30px;
}
.project_list_pic{
	width:320px;
	height:180px;
}
.project_list_title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:28px;
	margin:10px 0;
}
.about_link_title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.about_link_item{
	margin-top:20px;
	overflow:hidden;
}
.about_link{
	float:left;
	width:33.3333333%
}
.about_link a{
	text-align:center;
	text-decoration:underline;
	display:block;
}
.about_link span{
	padding:15px;
	border-radius:50%;
	margin:0 auto;
	display:inline-table;
}
.about_link p{
	font-size:16px;
	margin-top:5px;
}
.about_link img{
	width:50px;
	height:50px;
}
.bout_link_kj span{
	border:2px #5d9cec solid;
}
.about_link_zb span{
	border:2px #fc6e51 solid;
}
.about_link_gjh span{
	border:2px #a0d468 solid;
}
.link_st{
	color:#2792ff;
	text-decoration:underline;
}
.warning{
	border-top: 1px solid #ffebcc;
    background-color: #fff5e6;
}
.warning_cont{
	width: 970px;
	text-align: left;
	margin: 0 auto;
	padding: 15px;
}
.warning_cont a{
	display: block;
	color: #333;
}
.warning_cont span{
	color: #ec8a00;
}
.warning_cont a:hover span{
	color: #f90;
}

/*2018*/

.index-navbar .wrap-1455:after, .index-navbar .wrap-1455:before {
    content:"";
    display:table;
    height:0;
    clear:both;
    visibility:hidden;
}

.index-navbar{
	position:absolute;
    z-index:2;
    width:100%;
    top:0;
}
.wrap-1455{
	width:1455px;
    margin:0 auto;
    position:relative;
}
.navbar-wrap{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 12% 0;
}
.index-navbar-logo{
}
.index-header-link{
	display: inline-block;
	position:relative;
}
.index-header-link i{
	width: 14px;
	height: 14px;
	display: block;
	background: url('../image/icon_link.png') no-repeat left top;
	position: absolute;
	top: 24px;
}
.index-header-link a{
	line-height: 62px;
	padding-left:25px;
}
.index-navbar-link{
	margin: auto;
}
.index-navbar-link li{
	float: left;
	position: relative;
}
.index-navbar .index-navbar-link>li>a{
    display:block;
	font-size: 16px;
	padding: 0 20px;
    line-height:62px;
	text-align: center;
    transition: all .6s;
}
.index-navbar .index-navbar-link>li.active>a{
	font-weight:bold;
	color:#2792ff;
}
.index-navbar .index-navbar-link>li.active:after {
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 0;
    border-bottom: 3px solid #2792ff;
}
.index-subnav-link {
	width: 530px;
    overflow: hidden;
    position: absolute;
	display: none;
}
.index-subnav-link>dd{
	float: left;
}
.index-subnav-link>dd>a{
    display:block;
	padding:10px 0 20px 20px;
	text-align: left;
}
.index-container{
	position: relative;
	height: 205px;
	margin-bottom: 20px;
	padding: 0 12%;
}
.index-container-wrap{
	position: absolute;
	width: 76%;
	text-align: center;
	top: -75px;
	display:inline;
	z-index: 2;
}
.index-container-item:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: box-shadow .2s linear;
}
.index-container-wrap .index-container-item{
	float: left;
	display: block;
	height: 280px;
}
.index-container-wrap .index-container-cases{
	width: 34%;
	background:url('../image/bg_case.png') center no-repeat #f5f5fb;
	background-size: 100% 100%;
}
.index-container-wrap .index-container-idea{
	width: 33%;
	background:url('../image/bg_idea.png') center no-repeat #1ac572;
	background-size: 100% 100%;
}
.index-container-wrap .index-container-cooperate{
	width: 33%;
	background:url('../image/bg_cooperate.png') center no-repeat #4d9aea;
	background-size: 100% 100%;
}
.index-item-wrap{
	position: relative;
	padding: 50px 10% 0;
}
.index-container-wrap h3{
	font-size: 24px;
}
.index-container-wrap p{
	padding-top: 22px;
	margin: 0;
}
.index-container-wrap .index-container-cases .index-container-title{
	color: #666;
}
.index-container-wrap .index-container-cases .index-container-tips{
	color: #999;
}
.index-container-wrap .index-container-idea .index-container-title, .index-container-wrap .index-container-cooperate .index-container-title{
	color: #fff;
}
.index-container-wrap .index-container-idea .index-container-tips, .index-container-wrap .index-container-cooperate .index-container-tips{
	color: #f0f0f0;
}
.index-item-wrap .swiper-button-next, .index-item-wrap .swiper-button-prev{
	width: 20px;
	height: 48px;
	margin-top: 20px;
	background-image:url('../image/icon-case-arrow.png') !important;
	background-size: 40px 48px;
	background-position: 0 0;
	opacity: .08;
	transition: all .6s;
}
.index-item-wrap .swiper-button-next:hover, .index-item-wrap .swiper-button-prev:hover{
	opacity: .3;
}
.index-item-wrap .swiper-button-next{
	background-position: -20px 0px;
}
.index-item-wrap .swiper-button-prev{
	left: 0;
}
.index-item-wrap .swiper-button-next{
	right: 0;
}
.index-item-wrap .swiper-container{
	height: 40px;
	padding: 33px 0 64px;
}
.index-logo-list{
	margin-left: -20px;
}
.index-logo-list ul li{
	float: left;
	width: 120px;
	height: 40px;
	margin-left:20px;
}
.index-logo-btn{
	width: 400px;
	text-align: center;
	margin-top: 40px;
}
.index-logo-btn ul li{
	display: inline-block;
	font-size: 0;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	border-radius: 50%;
	background-color: #dcdce1;
	cursor: pointer;
}
.index-logo-btn ul li.active{
	background-color: #626264;
}
.index-item-btn{
	margin-top: 30px;
}
.index-item-btn a{
	width: 200px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	font-size: 1rem;
	border: 1px solid transparent;
    border-radius: 5px;
	transition:color .2s linear;
}
.index-container-item .index-idea-btn a{
	border-color: #fff;
}
.index-container-item .index-idea-btn a:hover{
	color: #1ac572;
	background-color: #fff;
}
.index-container-item .index-cooperate-btn a{
	background-color: #1ac572;
}
.index-container-item .index-cooperate-btn a:hover{
	background-color: #31cb80;
}
.swiper-container-horizontal>.swiper-pagination-white, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 90px!important;
}
.swiper-container-horizontal>.swiper-pagination-white>.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
@media screen and (max-width:1024px){
	.index-container{
		padding: 0!important;
	}
	.index-container-wrap{
		width: 100%!important;
	}
	.foot-container{
		padding:0 20px !important;
	}
	.header_cont{
		width: 960px;
		padding: 0 20px;
	}
}
.foot-container{
	padding: 0 12%;
}
.foot-container .footer{
	width: 100%;
}


.bg-white{
	background-color:#FFFFFF;
}
.page_title{
	font-size: 30px;
	text-align: center;
}
.page_dsc{
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}
.page_pic{
	overflow: hidden;
	margin: 30px 0 0;
}
.page_pic img{
	width: 100%;
	height: auto;
}
.page_btn_cont{
	margin-top: 30px;
}
.page_btn{
	display: block;
	width: 200px;
	height: 40px;
	color: #2792ff;
	line-height: 40px;
	text-align: center;
	border: #2792ff 1px solid;
	border-radius: 5px;
	margin: 0 auto;
	transition: color .2s linear;
}
.page_btn:hover{
	background: #2792ff;
	color: #fff;
}
.wp{
	width: 970px;
	margin: 0 auto;
	padding: 0 15px;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.cyb-col-6{
	width: 100%;
	max-width: 50%;
	padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 30px;
	float: left;
	box-sizing: border-box; 
}
.cyb-card-img{
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 1px 2px #ddd;
}
.cyb-card-img img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.cyb-card-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin: 10px 0;
}
.mt-40{
	margin-top: 40px;
}
.mb-30{
	margin-bottom: 30px;
}

.error-header{
	background: none !important;
}
.error-logo{
	text-align: left;
}
.error-img{
	height: 291px;
	overflow: hidden;
	margin-top: 96px;
	background: url('../image/error.png') no-repeat center bottom;
}
.error-img p.error-tag{
	font-size: 24px;
	color: #666;
	text-align: center;
	margin-top: 235px;
}
.error-btn a{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #2792ff;
	border: #2792ff 2px solid;
	border-radius:5px;
	margin: 0 auto;
	transition: color .2s linear;
}
.error-btn a:hover{
	font-size: 16px;
	color: #fff;
	border: #2792ff 2px solid;
	background: #2792ff;
}


/*2020*/

.item{
	padding: 50px 0;
	overflow: hidden;
}
.item_bg{
	background-color: #f2f6f9;
}
.main {
    width: 1000px;
	font-size: 16px;
	line-height: 1.5;
    margin: 0 auto;
}
.main .title{
	color: #333333;
    font-size: 36px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
}
.main .title span {
    position: relative;
    display: inline-block;
}
.item_title{
	color: #4a7dd7;
    font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
	background: url('../image/title_bg.png') no-repeat center 50px;
}
.main .content {
    color: #333;
    margin-top: 30px;
	overflow: hidden;
}
.main .content p, .main .tab_pane p{
	margin-bottom: 30px;
	margin-top: 0;
}
.main .content p.img, .main .tab_pane p.img{
	text-align: center;
	margin-bottom: 30px;
}
.full-row {
    width: 100%;
    transition: .2s width ease;
    *zoom: 1;
}
.full-row>.span-4 {
	float: left;
    width: 33.33333333%;
}
.main .content .box_link{
	display: block;
	overflow: hidden;
}
.main .content a.box_link:hover{
	background: #f2f6f9;
}
.main .content a.box_link:hover .t{
    color: #333;
}
.main .content a.box_link:hover .c{
    color: #666;
}
.main .content a.box_link:hover .more{
    color: #2792ff;
}
.content li .li_box_r {
    border-right: 0 solid #d4d4d4;
}
.content li .li_box_l{
    border-left: 0 solid #d4d4d4;
}
.content li .li_box_b{
    border-bottom: transparent;
}
.content .box {
    padding: 30px 40px;
    display: block;
    text-align: center;
	border-bottom: 0 solid #d4d4d4;
}
.content .box .icon {
    background-position: 0 0;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
}
.content .box .t {
	height: 60px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #666;
    transition: all 0.5s ease;
}
.content .box .c {
    font-size: 16px;
    line-height: 22px;
    height: 46px;
    overflow: hidden;
    color: #999;
    margin: 0 0 20px;
    transition: all 0.5s ease;
}
.content .box .more {
    font-size: 16px;
    color: #2792ff;
    font-weight: bold;
}
.tab{
	margin-top: 50px;
}
.tab_box{
	width: 100%;
	overflow: hidden;
}
.but_box{
	margin-top: 20px;
}
.tab_box .tab_item ,.tab_box .nav_item {
	width: 25%;
	float: left;
	position: relative;
}
.tab_box .tab_item{
	width: 20%
}
.tab_box li:before{
	content: '';
    position: absolute;
    left: -1px;
    top: 40px;
    width: 1px;
    height: 40px;
    background: rgba(107,121,142,.16);
}
.tab_box .tab_link{
	display: block;
	height: 130px;
	text-align: center;
	cursor: pointer;
}
.tab_box .but_link{
	text-align: center;
}
.tab_line{
	position: absolute;
	bottom: 0;
	left: 75px;
	width: 100px;
	height: 3px;
	background-color: #4a7dd7;
	display:none;
}
.tab_box .active .tab_line{
	display: block;
}
.tab_box .tab_nav_icon{
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}
.link_img{
	width: 100%;
	position: absolute;
	left: 0;
	top:0;
	transform: opacity 0.2s ease-in-out;
}
.tab_box  .active .link_img{
	top: -100%;
}
.tab_box .tab_nav_name{
	display: inline-block;
    margin-top: 16px;
    font-size: 16px;
	font-weight: bold;
    line-height: 28px;
    color: #666666;
}
.tab_box .active .tab_nav_name{
    color: #4a7dd7;
	font-weight: bold;
}
.tab_box .but_link{
	padding-top: 8px;
}
.tab_box .but_link .tab_nav_name{
	font-weight: normal;
	margin: 16px 45px 0;
}
.tab_pane{
	overflow: hidden;
}
.tab_box .nav_link{
	height: 130px;
	margin: 0 75px;
}
.active .nav_link{
	border-bottom: 3px solid #4a7dd7;
}
.tab_box .nav_link_name{
	font-weight: bold;
	padding: 0;
}
.service_nav, .scrollup{
	width: 48px;
    line-height: 48px;
	overflow: hidden;
    cursor: pointer;
    display: none;
    text-align: center;
	border: 1px solid #EBEBEB;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
	border-radius: 3px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: 550px;
    z-index: 106;
}
.service_nav{
    height: 240px;
    bottom: 110px;
}
.service_nav_box .service_nav_item{
	padding: 6px 0 6px;
}
.service_nav_box .service_nav_icon{
	width: 36px;
    height: 36px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.service_nav_img{
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service_nav_box .service_nav_item:hover, .service_nav_box .active{
	background: #4a7dd7;
	transform: opacity 0.2s ease-in-out;
}
.service_nav_box .service_nav_item:hover .service_nav_img, .service_nav_box .active .service_nav_img{
	top: -100%;
	transform: opacity 0.2s ease-in-out;
}
.service_nav.show {
	display: block;
}
/*返回顶部*/
.scrollup{
	bottom:50px;
	z-index:10;
	height: 48px;
}
/*箭头*/
.scrollup .arrows{
	height:48px;
	width:48px;
	float:left;
    background:url('../image/top_up.png') no-repeat left top;
	background-size:48px;
    transition:bottom 0.9s ease 0s;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/top_up.png', sizingMethod='scale');
}
.scrollup .arrows:hover{
    background:url('../image/top_up.png') no-repeat left top;
	background-color: #4a7dd7;
	background-size:48px;
    background-position:0 -48px;
}

/*banner*/
.swiper-banner{
	width: 100%; 
	height: 770px; 
	position: relative;
}
.index-logo-content .swiper-slide img{
	width: 100%;
	max-width: 120px;
	height: auto;
}
.index-logo-content .logo_link{
	text-align: center;
	margin: 0 5px;
}
.swiper-banner .pagination {
	width:100%; 
	position: absolute; 
	bottom:90px; 
	text-align: center; 
	z-index: 10;
}
.swiper-banner .swiper-pagination-switch,.index-item-wrap .swiper-pagination-switch{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	margin: 0 3px;
	cursor: pointer;
	opacity: 0.2;
}
.swiper-banner .swiper-active-switch {
	background: #fff;
	opacity: 1;
}
.swiper-banner .banner{
	width: 100%;
	height: 770px;
	display: block;
}
.swiper-banner .banner1{
	background:url('../image/banner2018_1.png') no-repeat center center;
}
.swiper-banner .banner2{
	background:url('../image/banner2018_2.png') no-repeat center center;
}
.swiper-banner .banner3{
	background:url('../image/banner2018_3.png') no-repeat center center;
}
.swiper-banner .banner4{
	background:url('../image/banner2018_4.png') no-repeat center center;
}
.swiper-banner .banner5{
	background:url('../image/banner2020_1.png') no-repeat center center;
}
.swiper-banner .banner6{
	background:url('../image/banner2020_2.png') no-repeat center center;
}
.swiper-banner .banner7{
	background:url('../image/banner2020_3.png') no-repeat center center;
}
.swiper-button-next, .swiper-button-prev{
	position: absolute;
	top: 50%;
}
.swiper-slide a{
	height: 40px;
	display: block;
}
.index-item-wrap .pagination{
	width:100%; 
	position: absolute; 
	bottom:90px; 
	text-align: center; 
	z-index: 10;
}
.top_adv{
	height: 80px;
	background: url(../image/topadv.png) no-repeat center #7650b1;
}
.top_adv_cont{
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
.top_adv_link{
	width: 100%;
	height: 80px;
	display: block;
}
.top_adv_close{
	width: 20px;
	height: 20px;
	display: block;
	background:  url(../image/top_close.png) no-repeat;
	opacity: 0.3;
	position: absolute;
	right: -20px;
	top: 3px;
	z-index: 99
}
.top_adv .top_adv_close:hover{
	opacity: 0.5;
}
.gro_more{
	text-align: center;
	color: #4a7dd7;
}

/*投顾服务*/
.adviser_main .title_main  { padding-top: 45px; }
.adviser_main .title_main .title { color: #477ada; font-size: 36px; font-weight: bold; }
.adviser_main .title_main .title span { position: relative; }
.adviser_main .title_main .title span:after { position: absolute; content: ""; width: 60px; height: 7px; background: #dbe5f7; left: 50%; bottom:-20px; margin-left:-30px; }
.adviser_main .title_main .text, .item_gro_title{ color: #666; font-weight: bold; font-size: 20px; text-align: center; padding-top:30px; }
.adviser_main .hd  { border-bottom: 2px  solid #dde4f1; height: 60px; line-height: 60px; margin-top: 30px;  text-align: center;}
.adviser_main .hd   a { color: #666; font-size: 18px; padding:0 20px; margin:0 20px; position: relative;; }
.adviser_main .hd   a:hover { color: #477ada; }
.adviser_main .hd   a.active { color: #477ada; font-weight: bold; position: relative; }
.adviser_main .hd   a.active:after { position: absolute; content: ""; height:3px; background: #477ada; left: 0%; right:0; bottom:-20px;}
.adviser_main .bd { margin:50px 0;   height:370px; width: 100%; background: url(../image/adviser/adviser_bd_bg.jpg);}
.adviser_main .bd .img { display: block; float: left; }
.adviser_main .bd  .detail { padding:80px 50px;  padding-left: 550px; }
.adviser_main .bd  .detail .title { font-size: 24px; color: #333333; line-height: 40px; text-align: left; font-weight: normal; }
.adviser_main .bd  .detail .text { font-size: 16px; line-height: 30px; color: #666;}
.adviser_main .bd  .detail .btn { background: #477ada; width: 160px; height: 40px; text-align: center; line-height: 40px; display: block; margin-top: 70px; color:#fff; border-radius: 40px; }
.adviser_main .bd  .detail .btn:hover { background: #5089f2 }

.adviser_con_main .hd { margin-top: 10px; }

.adviser_con_main .pages { padding:60px 0 80px 0; color: #333 }
.adviser_con_main .pages_bg {  background: #f2f6f9; }
.adviser_con_main  .title1 { color: #333; font-size: 30px;  line-height: 50px; text-align: center; }
.adviser_con_main  .title2 { color: #666; font-weight: bold;; font-size: 20px;  line-height: 20px; text-align: center; }
.adviser_con_main  .text1 { color: #333; font-size: 16px;  line-height: 30px; text-align: left; }
.adviser_con_main .img  img  { display: block;; }

