/*! normalize.css v1.1.3 | MIT License | git.io/normalize    123*/html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}li{list-style:none}a{text-decoration:none}input,textarea{border:0;outline:0}.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}*{font-weight:normal;font-style:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}

.top-nav-box {
    width: 100%;
    height: 64px;
    background: url(/newstatic/images/top-bg) no-repeat 0 0;
    overflow: hidden;
    box-shadow: 0 5px 6px -2px #ccc;
}
.soft-img img{
    transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
}
.soft-img img:hover {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
}
.top-nav {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: #2dbaed;
}

.top-nav-left {
    width: 230px;
    height: 64px;
    /* background: url(../images/logo.png) no-repeat 0 0; */
    /* background-size: 100% 100%; */
    position: absolute;
    left: 0;
    top: 0;
}
.logo-pic-img{
    width: 230px;
    height: 64px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;    
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.logo-pic-img:hover{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.top-nav-left a{
    display: block;
    width: 200px;
    height: 100%;
}
.top-nav-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 990px;
}

.top-nav-right ul {
    /* width: 770px; */
    float: left;
}

.top-nav-right ul li {
    float: left;
    width: 110px;
    height: 64px;
}

.top-nav-right ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 16px;
}

.top-nav-right ul li:hover {
    transform: skew(-20deg);
    background: #fff;
}

.top-nav-right ul li:hover a {
    transform: skew(20deg);
    color: #2dbaed !important;
    font-weight: bold;
}


.nav-active {
    transform: skew(-20deg);
    background: #fff;
}

.nav-active a {
    transform: skew(20deg);
    color: #2dbaed !important;
    font-weight: bold;
}

.footer-box {
    width: 100%;
    height: 180px;
    background: #444444;
    color:#aaaaaa;
}

.footer {
    width: 1200px;
    margin: 0px auto;
    font-size: 14px;
}

.footer .foot_nav {
    width: 1000px;
    margin: 0px auto 14px;
    overflow: hidden;
    color:#aaaaaa;
    padding-top:34px;
}
.footer .foot_nav a{
    text-decoration: none;
    color:#aaaaaa;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}
.footer .copyright {
    text-align: center;
    color:#ccc;
    margin-bottom: 10px;
}
.footer .copyright a{
    color:#ccc;
}
.bgClass,.bgClass body {
    background: #444
}
.search-box{
    display: none !important;
}