/* 字体引用 */
@charset "utf-8";
/*@font-face {
    font-family: 'webfont/heliosextthinregular';
    src: url('webfont/he_eth_-webfont.eot');
    src: url('webfont/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/he_eth_-webfont.woff') format('woff'),
         url('webfont/he_eth_-webfont.ttf') format('truetype'),
         url('webfont/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
	box-sizing: border-box;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.flexslider .hd ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	width: 100%;
	*overflow-x: hidden;
	min-width: 1345px;
}
.flexslider .hd ul li,.x_nav ul li > a,.bus_list ul li *,.product_tab *,.product_top .right .list ul li *,.product_all_list ul li *,.adv_list ul li a *,.news_left .list *,.news_right > a h4,.case_right ul li a{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.product_top .right .list ul li:hover a,.case_right ul li:hover a{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.wh{
	width: 100%;
	height: 100%;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.w120{
	width: 120%;
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*公共样式结束*/
/*header*/
#header{
	height: 189px;
	background:url(../web-icon/header_bottom_bg.png) center bottom no-repeat;
}
.x_logo{
	width: 476px;
	height: 139px;
	background-repeat: no-repeat;
	background-position: left center;
}
.tel{
	font-family: "宋体";
    font-size: 26px;
    color: #333;
    font-weight: bold;
    background: url(../web-icon/tel_icon.png) left top no-repeat;
    padding-top: 48px;
    padding-left: 16px;
    margin-top: 24px;
}
.x_nav{
	height: 50px;
	text-align: center;
}
.x_nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
}
.x_nav ul li{
	height: 100%;
}
.x_nav ul li > a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #fff !important;
	line-height: 50px;
}
.x_nav ul li:hover > a{
	line-height:40px;
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}
.flexslider .bd{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.flexslider .bd ul,.flexslider .tempWrap{
	width: 100% !important;
	height: 100% !important;
}
.flexslider .bd li{
	width: 0%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -webkit-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -moz-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -ms-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -o-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -webkit-transform-style: preserve-3d;
  	-ms-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.flexslider .hd{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	text-align: center;
}
.flexslider .hd ul li{
	width: 13px;
	height: 13px;
	cursor: pointer;
	background-color: #04407c;
	border-radius: 50%;
	margin-right: 10px;
}
.flexslider .hd ul li:last-child{
	margin-right: 0;
}
.flexslider .hd ul li.on{
	background-color: #b81a17;
}
/*.flexslider .bd li{
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
 	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}*/
@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*banner*/
/*con*/
#about{
	height: 564px;
	background:url(../web-icon/about_bg.jpg) center center no-repeat;
}
#about .w1200{
	background:url(../web-icon/about_title.png) left 130px no-repeat;
	padding-left: 117px;
}
.about_info{
	width: 608px;
	margin-top: 118px;
}
.about_info h1{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.about_info p{
	height: 170px;s
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 30px;
	margin-top: 25px;
}
.about_info .list{
	padding-top: 35px;
	background:url(../web-icon/about_line.png) center top no-repeat;
	margin-top: 64px;
}
.about_info .list a{
	display: block;
	float: left;
	width:calc(100% / 3);
	height: 60px;
}
.about_info .list a i{
	width: 60px;
	height: 100%;
	background-color: #b81a17;
	background-repeat: no-repeat;
	background-position:center center;
	margin-right: 14px;
}
.about_info .list a h4{
	width: 108px;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}
.about_info .list a em{
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	margin-top: 5px;
}
#bus{
	height: 636px;
	background:url(../web-icon/bus_bottom_bg.png) center bottom no-repeat;
}
.bus_title{
	height: 59px;
	background:url(../web-icon/bus_title.png) center center no-repeat;
	line-height: 100;
	margin-top: 100px;
}
.bus_box{
	height: 375px;
	margin-top:42px;
}
.bus_box > a{
	display: block;
	width: 30px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-family: "宋体";
	font-size: 60px;
	color: #fff !important;
	opacity: .6;
	position: absolute;
	bottom: 16px;
	z-index: 100;
}
.bus_box > a.prev{
	left: -75px;
}
.bus_box > a.next{
	right: -75px;
}
.bus_list ul li{
	float: left;
	width: 380px;
	height: 375px;
	position: relative;
	margin-right: 30px;
}
.bus_list ul li h4{
	height: 80px;
	background:#fff url(../web-icon/bus_jt.png) 302px center no-repeat;
	font-size: 18px;
	color: #333;
	line-height: 80px;
	padding-right: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding-left: 20px;
}
.bus_list ul li:hover i{
	background-position-y: -70px;
}
#prdouct{
	height: 1135px;
	background:url(../web-icon/product_bg.png) center top no-repeat;
}
.product_title{
	height: 59px;
	background:url(../web-icon/product_title.png) center center no-repeat;
	line-height: 100;
	margin-top: 88px;
	margin-bottom: 64px;
}
.product_tab{
	height: 73px;
	border-left: 1px solid #e0e0e0;
}
.product_tab a{
	display: block;
	float: left;
	width:calc(100% / 6);
	height: 100%;
	font-size: 16px;
	color: #333;
	border: 1px solid #e0e0e0;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #fff;
	border-left: 0px;
	padding-right: 18px;
	padding-top: 20px;
}
.product_tab a em{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #999;
	text-transform: capitalize;
	margin-top: 5px;
}
.product_tab a.on{
	background-color: #b81a17;
	color: #fff !important;
}
.product_tab a.on em{
	color: #fff !important;
}
.product_top{
	height: 436px;
	margin-top: 65px;
}
.product_top .left{
	width: 579px;
}
.product_top .right{
	width: 582px;
}
.product_top .right .info{
	height: 118px;
	background:url(../web-icon/product_line.png) center bottom no-repeat;
}
.product_top .right .info h4{
	font-size: 20px;
	color: #333;
	margin-bottom: 18px;
}
.product_top .right .info p{
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 25px;
}
.product_top .right .list{
	height: 208px;
	margin-top: 50px;
}
.product_top .right .list ul li{
	float: left;
	width: 283px;
	height: 208px;
	margin-right: 16px;
	overflow: hidden;
}
.product_all_list{
	height: 254px;
	margin-top: 22px;
}
.product_all_list ul li{
	float: left;
	width: 283px;
	overflow: hidden;
	margin-right: 22px;
}
.product_all_list ul li i{
	height: 206px;
}
.product_all_list ul li h4{
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 18px;
}
.product_all_list ul li:hover i{
	margin-top: -10px;
}
.product_all_list ul li:hover h4{
	letter-spacing: 5px;
	text-indent: 5px;
}
#adv{
	height: 803px;
	background:url(../web-icon/strength_title.png) center 669px no-repeat,url(../web-icon/adv_bg.jpg) center center no-repeat;
}
.adv_title{
	line-height: 100;
	height: 59px;
	background:url(../web-icon/adv_title.png) center center no-repeat;
	margin-top: 84px;
	margin-bottom: 53px;
}
.adv_list{
	height: 600px;
	padding-left: 18px;
	padding-right: 18px;
}
.adv_list ul li{
	float: left;
	width: 180px;
	height: 180px;
}
.adv_list ul li a{
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 50%;
	text-align: center;
}
.adv_list ul li a i{
	width: 164px;
	height: 164px;
	border-radius: 50%;
	margin: 7px auto 0px;
	border: 1px solid #fff;
}
.adv_list ul li a h4{
	font-size: 20px;
	color: #fff !important;
	margin-top: 20px;
}
.adv_list ul li.li_1{
	margin-top: 344px;
}
.adv_list ul li.li_2{
	margin-top: 97px;
}
.adv_list ul li.li_3{
	margin-left: 130px;
}
.adv_list ul li.li_4{
	margin-left: 130px;
	margin-top: 97px;
}
.adv_list ul li.li_5{
	margin-top:344px;
}
.adv_list ul li:hover a i{
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	transform: rotate(50deg);
}
#strength{
	height: 644px;
}
.strength_list{
	margin-top: 85px;
}
.strength_list ul li{
	float: left;
	width: 256px;
	height: 162px;
	overflow: hidden;
	margin-right: 80px;
	margin-bottom: 93px;
}
.strength_list ul li em{
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-family: "宋体";
	font-size: 22px;
	color: #fff !important;
	font-weight: bold;
	background-color: #b81a17;
	margin-right: 25px;
}
.strength_list ul li h4{
    width: 182px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 23px;
    margin-top: 11px;
}
.strength_list ul li p{
	width: 100%;
	font-size: 14px;
	color: #555;
	text-align: justify;
	line-height: 30px;
	margin-top: 25px;
}
.strength_list ul li.li_3{
	margin-left: 337px;
	margin-right: 30px;
}
#strength .w1200 > .img{
	position: absolute;
	z-index: 10;
}
#strength .w1200 > .img.img_1{
	width: 290px;
	height: 250px;
	bottom: 60px;
	left: 0;
}
#strength .w1200 > .img.img_2{
	width: 577px;
	height: 255px;
	top: 85px;
	right: 0;
}
#strength .w1200 > .img.img_3{
	width: 297px;
	height: 254px;
	bottom: 50px;
	right: 0;
}
#web_ad{
	height: 204px;
	background:url(../web-icon/web_ad.jpg) center center no-repeat;
}
#web_ad h2{
	font-size: 32px;
	color: #fff !important;
	font-weight: bold;
	margin-top: 127px;
	line-height: 47px;
}
#web_ad h2 a{
	display: block;
	float: right;
	width: 126px;
	height: 48px;
	margin-left: 42px;
}
#news{
	height: 731px;
}
.news_title{
	line-height: 100;
	height: 59px;
	background: url(../web-icon/news_title.png) center center no-repeat;
	margin-top: 80px;
	margin-bottom: 65px;
}
.news_top_title{
	overflow: hidden;
	margin-bottom: 20px;
}
.news_top_title em{
	display: block;
	font-size: 20px;
	color: #1f62a6;
	border-bottom: 2px solid #1f62a6;
	padding-bottom: 10px;
}
.news_top_title a{
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	margin-top: 10px;
}
.news_left{
	width: 540px;
}
.news_left .list a{
	border-bottom: 1px solid transparent;	
	overflow: hidden;
}
.news_left .list a span{
	width: 152px;
	height: 129px;
	background-color: #1f62a6;
	text-align: center;
	font-size: 36px;
	color: #fff !important;
	padding-top: 35px;
	display: none;
}
.news_left .list a span em{
	display: block;
	font-size: 18px;
	margin-top: 7px;
}
.news_left .list a i{
	width: 388px;
	height: 129px;
	display: none;
}
.news_left .list a h4{
	font-size: 16px;
	color: #333;
	margin-top: 25px;
	padding-left: 12px;
	padding-right: 12px;
}
.news_left .list a:hover h4{
	letter-spacing:5px;
}
.news_left .list a p{
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	color: #888;
	text-align: justify;
	line-height: 22px;
	margin-top: 10px;
}
.news_left .list a.on{
	padding-bottom: 16px;
	border-color:#ccc;
	margin-top: 10px;
}
.news_left .list a.on span,.news_left .list a.on i{
	display: block;
	-webkit-animation:fadeInUpInfo 1s .2s ease both;
	-moz-animation:fadeInUpInfo 1s .2s ease both;
}
@-webkit-keyframes fadeInUpInfo{
	0%{opacity:0;
	-webkit-transform:translateY(20px)}
	100%{opacity:1;
	-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUpInfo{
	0%{opacity:0;
	-moz-transform:translateY(20px)}
	100%{opacity:1;
	-moz-transform:translateY(0)}
}
.news_right{
	width: 578px;
}
.news_right > a{
	height: 129px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
.news_right > a i{
	width: 186px;
	height: 102px;
	margin-right: 26px;
}
.news_right > a h4{
	width: 360px;
	font-size: 16px;
	color: #333;
	margin-top: 12px;
}
.news_right > a p{
	width: 360px;
	font-size: 14px;
	color: #888;
	text-align: justify;
	line-height: 23px;
	margin-top: 12px;
}
.news_right > a:hover h4{
	letter-spacing: 5px;
}
#case{
	height: 853px;
	background:url(../web-icon/case_box_bg.png) center bottom no-repeat,url(../web-icon/case_bg.jpg) center center no-repeat;
}
.case_title{
	height: 59px;
	line-height: 100;
	background: url(../web-icon/case_title.png) center center no-repeat;
	margin-top: 80px;
	margin-bottom: 76px;
}
.case_left{
	width: 894px;
	height: 500px;
}
.case_left li{
	width: 894px;
	height: 500px;
	position: relative;
}
.case_left li h4{
	height: 70px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	font-size: 18px;
	color: #fff !important;
	padding-left: 45px;
	line-height: 70px;
}
.case_left li a{
	width: 135px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	color: #fff !important;
	background-color: #b81a17;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.case_right{
	width: 273px;
	height: 500px;
}
.case_right ul li{
	width: 273px;
	height: 157px;
	overflow: hidden;
	margin-bottom: 15px;
}
.index_link{
	height: 82px;
	margin-top: 32px;
}
.index_link li{
	float: left;
	width: 212px;
	height: 82px;
	border: 1px solid #dddddd;
	overflow: hidden;
	margin-right: 34px;
}
#message{
	height: 520px;
	background:#f5f5f5 url(../web-icon/mess_icon.png) center 366px no-repeat;
}
#message .w1200{
	padding-left: 90px;
	padding-right: 90px;
}
.mess_title{
	height: 62px;
	margin-top: 80px;
	line-height: 100;
	background:url(../web-icon/mess_title.png) center center no-repeat;
	margin-bottom: 40px;
}
#message input{
	width: 500px;
	height: 36px;
	border: 1px solid #cfcfcf;
	background-color: transparent;
	font-size: 14px;
	color: #000;
	line-height: 36px;
	text-indent: 10px;
	margin-bottom: 15px;
}
#message input::-webkit-input-placeholder,#message textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #888;
}
#message textarea{
	height: 100px;
	border: 1px solid #cfcfcf;
	background-color: transparent;
	font-size: 14px;
	color: #000;
	line-height: 36px;
	text-indent: 10px;
	resize: none;
}
#message a{
	display: block;
	width: 170px;
	height: 40px;
	background-color: #b81a17;
	line-height: 40px;
	font-size: 16px;
	color: #fff !important;
	text-align: center;
	margin-top: -40px;
}
/*con*/
/*footer*/
#footer{
	height: 536px;
	background:url(../web-icon/f_bg.jpg) center center no-repeat;
}
#footer > .w1200{
	padding-top: 80px;
}
#bdshare_weixin_qrcode_dialog{
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
#f_map{
	width: 567px;
	height: 348px;
	background-color: #fff;
}
.f_info{
	width: 550px;
}
.f_info h1{
	height: 34px;
	background:url(../web-icon/f_name.png) left center no-repeat;
	line-height: 100;
	margin-bottom: 43px;
}
.f_info > p{
	font-size: 14px;
	color: #aaa;
	text-align: justify;
	line-height: 30px;
}
.f_info i{
	width: 80px;
	height: 1px;
	background-color: #999;
	margin-top: 45px;
}
.f_contact{
	padding-left: 102px;
	margin-top: 50px;
	background:url(../web-icon/f_address.png) left top no-repeat;
}
.f_contact p{
	font-size: 16px;
	color: #fff !important;
	margin-bottom: 17px;
}
.copyRight{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #777;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.copyRight a{
	color: #777;
}
/*footer*/