﻿*{ padding: 0; margin: 0; border: 0;}
html,body{min-height: 100%;}
body{ background: #FFF;  font-size: 16px; font-family: Hlvetica; line-height: 1.5;}
a:link,a:visited{ color: #000; text-decoration: none;}
.top_link{ width:100%;}
.top-img{ width:100%;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.navBar{ padding:10px 0 0 1%; }
.navBar span{ float: left; height:32px;display: inline-block; position: relative;  text-align: center; font-size: 14px; font-weight: 700; line-height: 2.5;}
.navBar span:nth-child(1){ z-index: 4;}
.navBar span:nth-child(2){ z-index: 3;}
.navBar span:nth-child(3){ z-index: 2;}
.navBar span:nth-child(4){ z-index: 1;}
.navBar span.cur{ z-index: 5; color: #fff;}
.tabCon{ padding:5% 3% 0 3%; width: 94%;}
.tablist{ float: left; display: inline; width: 30.3%; height: 112px;margin:0 1.5%; overflow: hidden; text-align: center; font-size: 15px; }
.tablist .icon{ width: 60%; margin: 0 20%; overflow: hidden;}
.tablist .icon img{ width: 100%;display: block;}
.tablist p{ padding:6px 0; font-size:0.7em;height:32px;}
@media (min-width: 360px){
	.tablist{ font-size: 16px;}
}
.notice{ width:100%;height:30px;margin-top:5px;}
.notice img{margin: 4px 10px; height: 22px;float: left;}
.notice span{ color: red; float: left;line-height: 30px;font-size: 1em; width:85%;}

.headrow{ 
    height: 32px;
    background: url(../images/nav_bg.png) repeat-x 0 bottom;
    clear: both;
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 2em;
}
.copyright_box{
     width:100%;
     position: fixed;
     left: 0;
     bottom: -170px;
     background-color: rgba(84, 83, 83, 0.84);
}
.copyright_box .copyright{
    width: 100%;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: white;
    border-bottom:1px solid #d1d1d1;
}
.copyright_box .copyright_txt{
    width:100%;
    height:160px;
    text-align: center;
}
.copyright_box .copyright_txt h3{
    margin-top:10px;
    font-size: 18px;
    color:white;
}
.copyright_box .copyright_txt p{
    font-size: 12px;
    color:white;
    margin-top:8px;
}
.copyright_box2{
     width:100%;
     position: fixed;
     left: 0;
     bottom: 0px;
     background-color: rgba(84, 83, 83, 0.84);
}
.copyright_box2 .copyright{
    width: 100%;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: white;
}