@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;
	text-align: center;
	font-size:28px;
	color: #333;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -250px;
	font-weight: normal;
}
.float_l {float: left;}
/*===================================================================================*/
/*  								video                                        */
/*===================================================================================*/
#home{
	width:100%;
	height:auto;
	position:relative;
}
.main{
	position:absolute;
	width:100%;
	bottom:-120px;
	margin:0 auto;
	z-index:2;
	background: transparent;
	height:auto;
	min-height:300px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
}

.main ul {
	height:auto;
	min-height:160px;
	padding:0;
	margin:0 auto;
	position:relative;
}

.main ul li{
	list-style:none;
	font-family: "Raleway";
	font-weight:300;
	font-size:95px;
	color:white;
	text-transform:uppercase;
	text-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

.button-ready{
	width:170px;
	height:auto;
	padding:10px 23px;
	border:1px solid white;
	background: rgba(43,43,43,0.1);
	color:white;
	font-weight:300;
	text-transform:uppercase;
	font-size:20px;
	cursor:pointer;
	margin:35px auto;
	display:block;
	text-align:center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration:none;
}

.button-ready:hover{
	background: rgba(0, 125, 255, 0.8);
	color:#FFF;
	text-decoration:none;
}
/*video*/
.top_video {
    height: 100%; 
    width: 100%; 
    overflow: hidden; 
    margin: 0 ;
    padding: 0;
    position: relative;
}
.top_video video{
    position: fixed; 
    right: 0px; 
    bottom: 0px;
    min-width: 100%; 
    min-height: 100%; 
    height: auto; 
    width: auto;  
    /*加滤镜*
    filter: blur(15px); 
    /*背景模糊设置 *
     -webkit-filter: grayscale(100%);
     filter:grayscale(100%);
      /*背景灰度设置*/ 
      z-index:-11
    }  
	.top_video .logo_video{ 
		width: 1200px; 
		text-align: center; 
		height: 225px;
		font-size: 40px; 
		position:fixed;
		bottom:100px;
		left: 50%;
		margin-left: -600px;
		color: white;
		z-index: 999;
	}
	.top_video .div {
        width: 100%;
        height: 1000px;
        min-height: 100%;
        position:fixed;
        top: 0;
        left: 0;
        background-color: black ; 
        opacity: 0.4;
        z-index: 1;
    }
/*===================================================================================*/
/*  								导航                                   */
/*===================================================================================*/
.body_content {
	width: 100%;     
	min-width: 1200px;
	position: absolute; 
	top:100%; 
	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;
}
/*===================================================================================*/
/*  								主体                                   */
/*===================================================================================*/
.content0_list {
	background-color: #fff;
	width: 100%;
	min-width: 1200px;
	height: auto;
	position: relative;
	z-index: 999;
}

.content0_list .content0{ 
	position: relative;
	width: 1200px;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height:500px; 
	background-color: #fff;
}
.content0_list .content1{ 
	position: relative;
	width: 1200px;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height:600px; 
	background-color: #fff;
}
.br_video {
	float: left;
	width: 640px;
	position: absolute;
	left: 0;
	top: 50px;
}
h1 {
	text-align: center;
	font-size: 22px;
	color: #0096e0;
	position: absolute;
	left: 50%;
	top: 50px;
	width: 264px;
	margin-left: -132px;
	font-weight: normal;
}

.content0_list .content0 h1{ opacity:0; animation:move1 1s forwards; animation-play-state:paused;}
.content0_list .move01 h1{ animation-play-state:running;}
.content0_list .content0 h2{ opacity:0; animation:move 1s forwards; animation-play-state:paused;}
.content0_list .move h2{ animation-play-state:running;}

@keyframes move{
	from{ opacity:0; margin-left:-500px; left: 50%;}
	to{ opacity:1; margin-left:-250px; left: 50%;}
}
@keyframes move1{
	from{ opacity:0; margin-top: 45px; margin-left:500px; left: 50%;}
	to{ opacity:1;margin-top: 45px; margin-left: -135px; left: 50%;}
}

/*===================================================================================*/
/*  								公司简介                                   */
/*===================================================================================*/

.content_bairui {
}
.content_bairui h2 {
	text-align: center;
	font-size: 35px;
	color: #333;
	position: absolute;
	left:50%;
	top: 90px;
	font-weight: normal;
}
.content0_list .content_introduce {
	width:1200px;
	float: left;
	position: absolute;
	right: 0;
	top: 5px;
}
.content_bairui ul {
	width: 1100px;
	padding: 180px 0 0;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
}
.content_bairui ul li {
	float: left;
	width: 220px;
	text-align: center;
}
.content_bairui ul li p {
	font-size: 16px;
	position: absolute;
	left: 50%;
	margin-left: ;
	padding: 10px 0;
}
.content_bairui .about {
	width: 1200px;
	height: 90px;
	position: absolute;
	top: 150px;
	left: 30px;
	font-size: 16px;
}
.content_bairui .about p {
	line-height: 24px;
	width: 465px;
	font-size: 16px;
	line-height: 32px;
	position: absolute;
	top: 35px;
	left: 700px;
}
.content_bairui ol {
	margin:20px auto 0;
}
.content_bairui ol li {
	width: 162px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	float: left;
	border: #333 1px solid;
	margin: 0 20px 0 0 !important; margin: 0 10px 0 0;
}
.content_bairui ol li:hover {
	background: #007dff;
	border: #007dff 1px solid;
	color: #fff;
}
.content0_list .content0 .moveleft{ opacity:0; animation:moveleft 1s forwards; animation-play-state:paused;}
.content0_list .move .moveleft{ animation-play-state:running;}
@keyframes moveleft{
	from{ opacity:0; margin-left:250px; left: 50%;}
	to{ opacity:1; margin-left:-550px; left: 50%;}
}
/*===================================================================================*/
/*  								百瑞优势                                   */
/*===================================================================================*/
.content_Preponderance {

}
.Preponderance_left {
	position: absolute;
	right: 50%;
	padding-top: 80px;
	width: 600px;
}
.Preponderance_right {
	position: absolute;
	left: 50%;
	padding-top: 80px;
	float: right;
	width: 600px;
}
.content_Preponderance dl {
	width: 600px;
	height: 120px;
}
.content_Preponderance dl dt {
	width: 100px;
	height: 100px;
	float: right;
}
.content_Preponderance dl dd p {
	font-size: 15px;
	line-height: 30px;
	text-align: right;
	padding-right: 120px;
}
.content_Preponderance dl dd p span {
	font-size: 24px;
	line-height: 34px;
}
.Preponderance_right dl dt{
	float: left;
}
.Preponderance_right dl dd p {
	text-align: left;
	padding-left: 120px;
	padding-right: 0;
}
.content0_list .content0 .Preponderance_left{ opacity:0; animation:moveleft_p 1s forwards; animation-play-state:paused;}
.content0_list .move .Preponderance_left{ animation-play-state:running;}
@keyframes moveleft_p{
	from{ opacity:0; right: 80%;}
	to{ opacity:1; right: 50%;}
}
.content0_list .content0 .Preponderance_right{ opacity:0; animation:moveright_p 1s forwards; animation-play-state:paused;}
.content0_list .move .Preponderance_right{ animation-play-state:running;}
@keyframes moveright_p{
	from{ opacity:0; left: 80%;}
	to{ opacity:1; left: 50%;}
}

/*===================================================================================*/
/*  								精选案例                                   */
/*===================================================================================*/
.bairui_case .case {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 80px;
	width: 1200px;
	height: 735px;
	z-index: 9999;
	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 no-repeat;
}
ol.more li:hover {
	background: #007dff url(/i/web/images4/more_bg_hover.png) center no-repeat;
	border: #007dff 1px solid;
	color: #fff;
}
.content0_list .content0 .case{ opacity:0; animation:move_case 1s forwards; animation-play-state:paused;}
.content0_list .move .case{ animation-play-state:running;}
@keyframes move_case{
	from{ opacity:0; left: 50%;}
	to{ opacity:1; left: 0;}
}


/*===================================================================================*/
/*  							百瑞业务                                  */
/*===================================================================================*/
.bairui_yw {background: #f5f9fe url(/i/web/images4/yw_bg.jpg) bottom no-repeat!important; width: 100% !important; min-width: 100%; height:auto;}
@media (min-width:1600px) {
	.bairui_yw h2 {height: 120px; line-height: 110px; }
	#container3 {
		width:1600px;
		min-width:1600px;
		padding:8px;
		position: absolute;
		top: 110px;
		left: 50%;
		margin-left: -800px;
		overflow: hidden;
		height:auto;
	}
	.news_info li{float:left;width:30%;overflow:hidden; padding:0.5%; margin: 30px 1% 0; background: #fff;}
	.yw02 h3 { font-size: 20px; height: 65px; line-height: 65px; color: #007dff;}
	.yw02 p {height: 100px; line-height: 26px; padding-bottom: 20px;}

}
@media (max-width: 1599px) {
	.bairui_yw h2 {height: 110px; line-height: 110px; }
	#container3 {
		width:1200px;
		min-width:1200px;
		padding:8px;
		position: absolute;
		top: 110px;
		left: 50%;
		margin-left: -600px;
		overflow: hidden;
		height:auto;
	}
	.news_info li{float:left;width:31%;overflow:hidden; padding:0.5%; margin: 20px 0.66666666% 0; background: #fff;}
	.yw01 p { width: 170px !important; margin-left: -85px !important; font-size: 12px;}
	.yw02 h3 { font-size: 20px; height: 50px; line-height: 50px; color: #007dff;}
	.yw02 p {height: 115px; line-height: 26px; padding-bottom: 20px;}
}

.scrollBox{width: 100%;float:left;position:relative;}
.news_info{width:100%;float:left;margin-bottom:20px;}
.scrollBox .hd{width:100%; position:absolute; height:32px; line-height:32px; bottom:-70px; right:0; text-align:right; z-index:1; }
.scrollBox .hd ul{ text-align:center;}
.scrollBox .hd li{ display:inline-block; cursor: pointer; width:40px; height:5px;line-height:0;font-size:12px;color:#fff; opacity: 0.5; background:#fff; text-align:center;overflow:hidden; margin:0 6px;   }
.scrollBox .hd li.on{ background:#fff; opacity: 1;}
.yw01 { width: 45%; background: #fff; height: 235px; position: relative;}
.yw01 img { width: 100%; height: 100%;}
.yw01 p { width: 200px; height:30px; line-height: 30px; background-color: rgba(0, 125, 255, 0.6); color: #fff; position: absolute; left: 50%; top:50%; margin: -15px 0 0 -100px; text-align: center;}
.yw02 { width: 52%;}
.yw_more { width:90px ; height:34px ; line-height:34px ; text-align: center; background:#007dff ; color: #fff;}
.scrollBox .bd ul li ol li:hover .yw_more { background: #5400ff;}
.yw_pl{ padding-left:3%;}


/*===================================================================================*/
/*  								优势                                  */
/*===================================================================================*/
.bairui_good {
	width: 100%;
	min-width: 1200px;
	background: #007dff;
	height: 135px;
	margin-bottom: 40px;
}
.bairui_good ul  {
	padding-top: 20px;
	width: 1200px;
	margin: 0 auto;
}
.bairui_good ul li {
	padding: 0 44px;
	text-align: center;
	float: left;
}
.bairui_good ul li p span {
	line-height: 54px;
	font-size:26px ;
	color: #fff;
}
.bairui_good ul li p {
	font-size: 18px;
	color: #fff;
}
/*===================================================================================*/
/*  								百瑞文化                                   */
/*===================================================================================*/
.bairui_culture .culture {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 80px;
	width: 1200px;
	height: 595px;
	z-index: 9999;
	overflow: hidden;
}
.bairui_culture .culture ul {
	width: 1200px;
}
.bairui_culture .culture ul li {
	width: 280px ;
	height: 250px;
	cursor: pointer;
	margin: 0 10px 14px!important; margin: 0 5px 14px;
	float: left;
}
.bairui_culture .culture ul li:hover {
	box-shadow: 0px 0px 30px #d0e2f5;
}
.bairui_culture .culture ul li img {
	width: 280px;
	height: 200px;
}
.bairui_culture .culture ul li p.culture_tit {
	font-size: 18px;
	line-height: 46px;
	padding-left: 8px;
}
.bairui_culture .culture ul li p.culture_time {
	font-size: 14px;
	padding-left: 8px;
	color: #999;
}
.content0_list .content0 .culture{ opacity:0; animation:move_culture 1s forwards; animation-play-state:paused;}
.content0_list .move .culture{ animation-play-state:running;}
@keyframes move_culture{
	from{ opacity:0; left: -50%;}
	to{ opacity:1; left: 0;}
}

/*===================================================================================*/
/*  								合作伙伴                                   */
/*===================================================================================*/
ul.partner {
	width: 1200px;
	padding-top: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
ul.partner li {
	float: left;
	margin:0 12px 22px;
	border: #efefef 1px solid;
}
ul.partner li img {
	width: 214px;
	height: 87px;
}
.content0_list .content0 .partner{ opacity:0; animation:move_partner 1s forwards; animation-play-state:paused;}
.content0_list .move .partner{ animation-play-state:running;}
@keyframes move_partner{
	from{ opacity:0; left: 50%;}
	to{ opacity:1; left: 0;}
}
/*===================================================================================*/
/*  								底部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;
	padding-top: 30px;
}
.footer_code,.footer_tel,.footer_adress,.footer_copy {
	height: 96px;
	float: left;
}
.footer_code,.footer_tel,.footer_adress {
	border-right: #43474c 1px solid;
	text-align: center;
}
.footer_tel img,.footer_adress img {
	margin: 3px 0 10px;
}
.footer_code {
	width: 120px;
	padding-left: 126px;
	line-height: 40px;
}
.footer_tel {
	width: 134px;
	padding-left: 50px;
	line-height: 30px;
}
.footer_adress {
	width: 292px;
	padding-left: 40px;
	line-height: 30px;
}
.footer_copy {
	padding-left: 46px;
	line-height: 30px;
	padding-top: 5px;
}
.foot p {
	color: #666;
}
.foot p a {
	color: #666;
}
.foot p a:hover {
	color: #cdcdcd;
	font-weight: normal;