@charset "utf-8";
body,*{margin:0;padding:0;font-family:Microsoft Yahei;font-size:14px; color:#333;}
li{list-style:none;}
a{text-decoration:none;color:#333; cursor:pointer;}
a:hover{color:#c00;}
img{border:0 none;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;}
textarea{resize:none;}
a{text-decoration:none; cursor:pointer;}
a:hover {color:#09f;}
p { color: #333;}

h2 {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size:28px;
	color: #333;
	position: absolute;
	margin-left:-250px;
	left: 50%;
	font-weight: normal;
}
.content0_list .content0 h2{animation: move 1s alternate;-webkit-animation: move 1s alternate;}

@keyframes move{
	from{ opacity:0; margin-left:-500px; left: 50%;}
	to{ opacity:1; margin-left:-250px; left: 50%;}
}
/*===================================================================================*/
/*  								导航                                   */
/*===================================================================================*/
.body_content {
	width: 100%;     
	position: fixed; 
	top:0; 
	height: 87px;
	background:#fff; 
	z-index: 9999; 
}
#navigation{
	width: 100%;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
	height:86px;
	z-index: 9999;
}
#navigation .navigation_nav{
	width: 1200px;
	margin: 0 auto;
	padding:0;
	height:100%;
}

.navigation_nav .logo{
	float:left;
	position:absolute;
	z-index:9999;
}

.navigation_nav .logo a{
	width:auto;
	display:block;
	margin:20px 0 0;
}

.nav-menu{
	width:auto;
	float:right;
	height:86px;
	text-align:right;
}

.nav-menu ul{
	padding:0;
	margin:0;
}

.nav-menu ul li{
	height:86px;
	width:auto;
	display:block;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

.nav-menu ul li  a{
	height: 0;
	padding:33px 0;
	display:block;
	margin: 0 13px;
	font-size:16px;
	text-align:center;
	color:#464646;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-menu ul li:first-child a{
	padding-left:0;
}

.nav-menu ul li:last-child a{
	padding-right:0;
}

.nav-menu a:hover{
	color:#0096e0;
}

.nav-menu a.active{
	color:#0096e0;
}

.main-nav > li > a:hover,
.main-nav > li > a:focus{
	background:none;
	border-bottom: #0096e0 2px solid;
}

.main-nav li.active a{
	color:#0096e0;
	border-bottom: #0096e0 2px solid;
}
.nav-menu ul li.language {
	height: 23px;
	width: 100px;
	background: #88bbfd;
	border-radius: 50px;
	margin-top: 33px;
}
.nav-menu ul li.language a {
	float: left; 
	color: #fff; 
	display: inline; 
	margin:-30px 7px; 
	font-size: 12px;
}
.nav-menu ul li.language a span {
	float: left; 
	color: #fff;
	font-size: 12px;
}

/*===================================================================================*/
/*  								主体                                   */
/*===================================================================================*/
.pinpai_top_img {
	padding-top: 87px; 
	width: 100%;
}
.pinpai_top_img img {
	width: 100%;
}
.content0_list {
	background-color: #fff;
	width: 100%;
	height: auto;
}
.content0_list .content0{ 
	position: relative;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height:500px; 
	background-color: #fff;
}


/*===================================================================================*/
/*  								简介                                   */
/*===================================================================================*/
.content_pinpai {
	width: 1200px;
	height: 235x;
	margin: -150px 0 0 -600px;
	z-index: 999;
	position: absolute;
	left: 50%;
}
h1 {
	text-align: left;
	font-size:30px;
	color: #fff;
	line-height: 35px;
	padding-bottom: 10px;
	font-weight: 600;
}
.pinpai_about {
	width: 550px;
	height: 185px;
	padding: 25px;
	background: #007dff;
	float: left;
}
.pinpai_about p {
	font-size:14px ;
	text-align: left;
	line-height: 34px;
	color: #fff;
}
.content_pinpai ul {
	width: 600px;
	float: left;
	height: 235px;
	background: #fff
}
.content_pinpai ul li {
	width: 200px;
	text-align: center;
	float: left;
	height: 102px;
	padding-top: 20px;
}
.content_pinpai ul li p {
	font-size: 16px;
	line-height: 36px;
}
/*===================================================================================*/
/*  								精选案例                                   */
/*===================================================================================*/
.bairui_case .case {
	position: absolute;
	left: 0;
	top:130px;
	padding-top: 80px;
	width: 1200px;
	height: 615px;
	z-index: 999;
	overflow: hidden;
}
.case .case01 {
	position: relative;
	width: 790px;
	height: 370px;
	float: left;
	margin: 0 30px 30px 0 !important; margin: 0 15px 15px 0;
	overflow: hidden;
}
.case .text-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 770px;
	height: 75px;
	padding: 295px 0 0 20px;
	color: #fff;
	z-index: 99;
	background: url(/i/web/images4/case_bg01.png) repeat-x;
}
.case .text-box .category {
	color: #d0d0d0;
	font-size: 18px;
}
.case .text-box .name {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 38px;
}
.case .text-box .text {
	color: #d0d0d0;
	font-size: 16px;
}
.case .text-box .read-more span {
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	float: left;
}
.case .text-box .read-more i {
 float: left;
 margin: 11px 0 0 10px;
}
.case .text-box .read-more i img {
	width: 9px;
	height: 16px;
}
.case .text-box:hover {
	background: url(/i/web/images4/case_bg01_hover.png) repeat-x;
}
.case .text-box:hover .category{ margin-top: -80px;}
.case .case02 {
	position: relative;
	width: 380px;
	height: 370px;
	float: left;
	margin: 0 0 30px 0 !important; margin: 0 0 15px 0;
	overflow: hidden;
}
.case .case02 .text-box {
	width: 360px;
}
.case .case03 .text-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 75px;
	padding: 175px 0 0 20px;
	color: #fff;
	z-index: 99;
	background: url(/i/web/images4/case_bg02.png) repeat-x;
}
.case .case03 {
	position: relative;
	width: 380px;
	height: 250px;
	float: left;
	margin: 0 30px 30px 0 !important; margin: 0 15px 15px 0;
	overflow: hidden;
}
.case .case03 .text-box:hover {
	background: url(/i/web/images4/case_bg02_hover.png) repeat-x;
}
.case .case01 img {
	width:790px ;
	height: 370px;
}
.case .case02 img {
	width:380px ;
	height: 370px;
}
.case .case03 img {
	width:380px ;
	height: 280px;
}
ol.more {
	position:absolute;
	bottom: 0;
	left: 50%;
	width: 164px;
	margin-left: -82px;
}
ol.more li {
	width: 130px;
	height: 42px;
	line-height: 42px;
	border: #333 1px solid;
	font-size: 18px;
	padding-left: 32px;
	background: url(/i/web/images4/more_bg.png) center;
}
ol.more li:hover {
	background: #007dff url(/i/web/images4/more_bg_hover.png) center;
	border: #007dff 1px solid;
	color: #fff;
}
.content0_list .content0 .case{ animation: move_case 1s alternate;-webkit-animation: move_case 1s alternate;}
@keyframes move_case{
	from{ opacity:0; left: 50%;}
	to{ opacity:1; left: 0;}
}
/*===================================================================================*/
/*  								行业规模                                   */
/*===================================================================================*/
.bairui_guimo {
	width: 100%;
	background: url(/i/web/images4/bg_youshi.jpg) center no-repeat;
}
.bairui_guimo h2 {
	color: #fff;
	line-height: 50px;
	line-height: 200px;
}
ul.guimo  {
	width: 1200px;
	position: absolute;
	top: 0;
	left:50%;
	margin-left: -600px;
	padding-top: 150px;
}
ul.guimo li {
	position: relative;
	width: 25%;
	height: 148px;
	background: url(/i/web/images4/youshi_bg.png) center no-repeat;
	float: left;
	padding-top:44px;
	cursor: pointer;
}
ul.guimo li:hover {
	background: url(/i/web/images4/youshi_bg_hover.png) center no-repeat;
}
ul.guimo li p {
	font-size:18px;
	text-align: center;
	color: #fff;
}
ul.guimo li p.tit {
	color: #fff;
	line-height: 54px;
	font-weight: 600;
	font-size: 24px;
}
ul.guimo li:hover p {
	color: #fff;
}
ul.guimo li:hover p.tit {
	color: #fff;
}
/*.pic {
	width: 150px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -75px;
}

/*.pic:hover{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
/*	-moz-transform:rotate(90deg); 	/* Firefox */
/*	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
/*	-o-transform:rotate(90deg); 	/* Opera */
/*}*/
.content0_list .content0 .guimo{ opacity:0; animation:move_guimo 1s forwards; animation-play-state:paused;}
.content0_list .move .guimo{ animation-play-state:running;}
@keyframes move_guimo{
	from{ opacity:0; top: -50%;}
	to{ opacity:1; top: 0;}
}
/*===================================================================================*/
/*  								精选案例                                   */
/*===================================================================================*/
.bairui_fuwu {
	background: #007eff !important;
}
.bairui_fuwu h2 {
	color: #fff;
	line-height: 80px;
}
.bairui_fuwu ul {
	height: 62px;
	width: 1200px;
	padding-top: 80px;
}
.bairui_fuwu ul.fuwu {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}
.bairui_fuwu ul li {
	width: 280px;
	padding-left: 20px;
	height: 62px;
	float: left;
}
.bairui_fuwu ul li img {
	width: 62px;
	height: 62px;
	float: left;
}
.bairui_fuwu ul li p {
	 line-height: 62px;
	 color: #fff;
	 padding-left: 80px;
	 font-size: 20px;
}
.content0_list .content0 .fuwu{ opacity:0; animation:move_fuwu 1s forwards; animation-play-state:paused;}
.content0_list .move .fuwu{ animation-play-state:running;}
@keyframes move_fuwu{
	from{ opacity:0; top: -50%;}
	to{ opacity:1; top: 0;}
}
/*===================================================================================*/
/*  								我们的客户                                   */
/*===================================================================================*/
.bairui_partner {
}
.bairui_partner h2 {
	height: 100px;
	line-height: 100px;
}
/*合作媒体 start*/
.content_hz { width:100%; min-width:1200px; height:276px; padding-top: 100px; position: absolute;}
.content_hz .hz { width:1200px; margin:0 auto;}
.content_hz .Models {position:relative;padding:0 58px 15px;}
.content_hz .Godness{float:left;width:394px;}
.content_hz .Godness li{float:left;margin:0 0 17px 12px;width:230px;}
.content_hz .Godness .big-g{float:left;width:168px; padding-right:15px; height:95px;margin:0;}
.content_hz .Godness .big-g img{width:160px;height:80px; border: #efefef 1px solid;}
.content_hz .Godness img:hover{top:0;}
.content_hz .Models .prev,.content_hz .Models .next{position: absolute;width: 40px;height: 74px;background: url(/i/web/images4/focus_btn_hz.png) no-repeat;}
.content_hz .Models .prev{ top: 50%;margin-top: -48px;left: 0;background-position: 0 -74px;cursor: pointer;}
.content_hz .Models .next{top: 50%;margin-top: -48px;right:0;background-position: -40px -74px;cursor: pointer;} 
.content_hz .Models .hd{width:1200px;top: 45%;z-index: 1;}
.content_hz .prev{width: 40px;height: 70px;background:url(/i/web/images4/focus_btn_hz.png) 0 -74px no-repeat;position: absolute;top: 40%;left: 0;color: #fff;text-align: center;
line-height: 70px;margin-top: -20px;font-weight: bold;font-size: 20px;cursor: pointer;display:block;z-index:1111;}
.content_hz .next{width: 40px;height: 70px;background:url(/i/web/images4/focus_btn_hz.png) -40px -74px no-repeat;position: absolute;top: 40%;right:-4px;color: #fff;text-align: center;
line-height:70px;margin-top: -20px;font-weight: bold;font-size: 20px;cursor: pointer;z-index: 1111;display: block;}
/*#banner:hover .prev ,#banner:hover .next{display: block;}*/
.content_hz .prev:hover {background:url(/i/web/images4/focus_btn_hz.png) 0 0 no-repeat;}
.content_hz .next:hover {background:url(/i/web/images4/focus_btn_hz.png) -40px 0 no-repeat;}
.content0_list .content0 .content_hz{ opacity:0; animation:move_hz 1s forwards; animation-play-state:paused;}
.content0_list .move .content_hz{ animation-play-state:running;}
@keyframes move_hz{
	from{ opacity:0; top: -50%;}
	to{ opacity:1; top: 0;}
}
/*合作媒体 end*/
/*===================================================================================*/
/*  								底部footer                                   */
/*===================================================================================*/
.bairui_footer {
	position:relative;
	z-index: 9999;
	width: 100%;
	min-width: 1200px;
	height:330px ;
	background: #32373c;
}
.bairui_footer .top {
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 24px;
	padding-top: 16px;
	text-align: center;
	background: #007eff;
}
.bairui_footer .top:hover {
	background: #0066ff;
}
.bairui_footer .footer_logo {
	text-align: center;
	height: 72px;
	padding-top: 60px;
}
.bairui_footer .footer {
	height: 40px;
	border-top:#44484d 1px solid ;
	border-bottom:#44484d 1px solid ;
}
.bairui_footer .footer ul {
	width: 1200px;
	margin: 0 auto;
}
.bairui_footer .footer ul li {
	float: left;
	width: 133px;
	text-align: center;
	line-height: 40px;
}
.bairui_footer .footer ul li a {
	color: #666;
	font-weight: normal;
}
.bairui_footer .footer ul li a:hover {
	font-weight: 600;
	font-size: 16px;
}
.foot {
	width: 1200px;
	margin: 0 auto;
	height: 35px;
	padding-top: 25px;
}
.foot .tel {
	width: 550px;
	text-align: right;
	height: 55px;
	line-height: 55px;
	float: left;
}
.footer_tel {
	height: 80px;
	float: left;
}
.footer_tel {
	text-align: left;
}
.footer_tel img {
	margin: 3px 0 10px;
}
.footer_tel {
	width: 134px;
	padding-left: 10px;
	line-height: 30px;
}
.foot p {
	color: #666;
	font-size: 18px;
}
.foot .tel p {
	font-size: 14px;
}
.bairui_footer .copy {
	width: 1200px;
	color: #666;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.bairui_footer .copy p {
	color: #666;
	text-align: center;
}
.bairui_footer .copy p span {
	color: #666;
	padding-left: 20px;
}
.bairui_footer .copy p span a {
	color: #666;
}
.bairui_footer .copy p span a:hover {
	color: #cdcdcd;
	font-weight: normal;
}