﻿@charset "utf-8";
.clear:after {	visibility:hidden;	display:block;	font-size:0;	content:"1";	clear:both;	height:0;}
.fLe {	float:left;	_display:inline;}
.fRi {	float:right;	_display:inline;}
.clear {	clear:both; }

/* focusBar */
#focusBar{width:100%;height:700px;clear:both;position:relative; overflow:hidden;}
#focusBar .mypng{}
#focusBar li{width:100%;clear:both;height:700px;display:none;position:absolute;/* position:relative;*/ overflow: hidden;}
#focusBar .focusL{height:700px;position:absolute;z-index:9;/*left:-1000px;*/ top:0px;left:-960px;margin-left:50%;}
#focusBar .focusR{height:700px;position:absolute;z-index:10;/* right:1000px;*/top:0px;left:-960px;margin-left:50%;}

#focusBar .arrL,#focusBar .arrR{display:block;width:52px;height:134px;position:absolute;top:283px;z-index:11111;cursor:pointer;background:url(../images/home/bt_arr.png) no-repeat;}
#focusBar .arrL{left:-52px;background-position:0px 0px;}
#focusBar .arrR{right:-52px;background-position:-68px 0px;}
#focusBar .arrL:hover{background-position:0px -144px;}
#focusBar .arrR:hover{background-position:-68px -144px;}
.zhezhao{height:700px;position:absolute;z-index:19;/* right:1000px;*/top:-15px;left:-960px;margin-left:50%;}



/*首页修改*/
.homePageTitleBox{text-align: center;padding: 30px 0;background: #fff;}
.homePageTitleBox p:nth-child(1){color:#999999;font-size: 24px;line-height: 30px;}
.homePageTitleBox p:nth-child(2){color:#333333;font-size: 36px;line-height: 60px;}
.homePageTitleBox .botLine{width:90px;height:5px;background: #434bef;margin-top: 15px;display: inline-block;}