/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}
/*nav*/
.nav{
    width: 100%;
    height:98px;background: #fff;
    z-index: 10000;position: fixed;top:0;left:0;
    -webkit-transition: all 1s; transition: all 1.2s;
    -webkit-box-shadow: #ccc 0px 0px 7px;
    -moz-box-shadow: #ccc 0px 0px 7px;
    box-shadow: #ccc 0px 0px 7px;
}
.nav .content-1{
    width: 1180px;
    height:98px;
    margin:0 auto;
    overflow: hidden;
}
.nav .content-1 h1 a{
    display: block;
    font-size: 38px;color: #19499d;
    line-height: 98px;
    float: left;
    font-weight: bolder;
}
.nav .content-1 ul{
    width: 832px;
    height:100%;  
    float: right;
    overflow: hidden;
}
.nav .content-1 ul li{
text-align: center;
float: left;line-height:98px;
height:98px;z-index: 200;
position: relative;

}
.nav .content-1 ul li:after{
    content: "/";
    position: absolute;
    color: #CFCFCF;
}
.nav .content-1 ul li>a{
    display: inline-block;
    font:14px/98px "microsoft yahei";
    padding: 0 24px;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s  ease;
    -moz-transition:all 0.5s  ease;
    -ms-transition:all 0.5s  ease;
    color: #666;
}
.nav .content-1 ul a:hover{color: #0055A5;
    transition:all 0.5s ease;-webkit-transition:all 0.5s  ease;
    -moz-transition:all 0.5s  ease;-ms-transition:all 0.5s  ease;}
.fixedNav{
    background: #fff;
    z-index: 10000;position: fixed;top:0;left:0;
    -webkit-transition: all 1s; transition: all 1.2s;
    -webkit-box-shadow: #ccc 0px 0px 7px;
    -moz-box-shadow: #ccc 0px 0px 7px;
    box-shadow: #ccc 0px 0px 7px;
 position:fixed; top:0px; 
 left:0px; width:100%;
 z-index:100000; 
 _position:absolute; 
 _top:expression(eval(document.documentElement.scrollTop));
}
.nav .content-1 ul li.another>a{color:#0055A5;}
.nav .content-1 ul li.another:after{
    content: "/";
    position: absolute;
    color: #CFCFCF;
}
/*footer*/
.footer-box{
    width: 100%;height: 112px;background: #F5F5F5;
    padding-top: 23px;
}
.footer-box-center{
    width:1180px;height: 100%;margin:0 auto;
}
.footer-box-center ul{
    width: 670px;height: 100%;
    float: left;
}
.footer-box-center ul li{
    width: 100%;height: 27px;
    font-size: 14px;color: #666;
    line-height: 27px;
}
.footer-box-center ul li>a{
    display: inline-block;
    color: #666;
}
.footer-box-center>img{
    width: 100px;height: 100px;padding: 5px;
    background: #fff;float: right;
}


.footer-bot{
     width: 100%;height: 50px;background: #19499D;
}
.footer-bot-center{
    width:395px;height: 100%;margin:0 auto;
}
.footer-bot span{
    display: block;
    font-size: 14px;color:#fff;line-height: 50px;
    float: left;margin-right: 10px;
}
.footer-bot a{
    display: block;
    font-size: 14px;color:#fff;line-height: 50px;
    float: left;margin-right: 10px;
}