* {
    margin: 0;
    padding: 0;
}
html,body {
    font-family: "Microsoft Yahei",Arial;
    font-size: 14px;
    height: 100%;
    width: 100%;
}
a {

    text-decoration: none;
	border:0;	
}
a:focus{outline:none;}


.inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.header-login ul li {
    overflow: hidden;
    float: left;
    width: 50%;
    list-style: none;
    font-size: 0.875rem;
    line-height: 53px;
    text-align: center;
}
.header-login ul li a {
    color: #19AC9E;
    text-decoration: none;
}
.header-login ul li.login-zc {
    margin-top: 13px;
    line-height: 26px;
    border-radius: 3px;
    background: #19AC9E;
}
.header-login ul li.login-zc a {
    color: #FFF;
    text-decoration: none;
}
.header-login{
    overflow: hidden;
    float: right;
    width: 160px;
}
.header-login .link-login{
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 2px;
    border: 1px solid;
    width: 85px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 15px
}
.clear {
    clear: both;
}
.pagescroll-hd {top:0; z-index: 1000; width: 100%; background: #fff;border-bottom: 2px solid #EEE;}
.pagescroll-hd .inner { height: 66px; }
.pagescroll-hd .logob { float: left; height: 66px; }
.pagescroll-hd .logob a { display: block;float: left; width: 66px; height: 66px; line-height:66px;text-indent: -9999px;background: url(../images/logo.png) left center no-repeat;;}
.pagescroll-hd .logob span { display: block; height: 66px; line-height:66px;float: right;font-size: 18px;}
.pagescroll-hd .nav { float: right; list-style-type: none;}
.pagescroll-hd .nav li { float: left; margin-left: 5px;}
.pagescroll-hd .nav a { float: left; padding: 0 10px; line-height: 66px;color: #666; text-decoration: none;}
.pagescroll-hd .nav a:hover { height: 66px; color:#19ac9e;}
.footer{
    background: #222; display: block;
}
.footer .copyRight{
    border-top: 1px solid #4d4e50;
    color: rgba(255,255,255,0.35);
    text-align: center;
    padding: 15px 0;
    font-size: 14px; line-height: 22px;
}
