html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-family: "微软雅黑", Microsoft YaHei;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.floatleft {
    float: left;
}

.clearfix::before,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}


/*header css*/

.maxbox {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

header.header {
    background-color: #e8e8e8;
}

header .logo {
    height: 70px;
    width: 1200px;
    margin: 0 auto;
    line-height: 70px;
}

header .logo>a {
    display: inline-block;
    width: 287px;
    height: 64px;
    background: url(../images/logo3.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 3px;
}

ul.navbar {
    height: 70px;
    float: right;
}

ul.navbar li {
    width: 109px;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
}

ul.navbar li.lihover:hover a {
    border-top: 3px solid #324A92;
    height: 67px;
    line-height: 67px;
    background-color: #cfd9f4;
    color: #304b92;
}

ul.navbar li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 73px;
    color: #6b6c6e;
}

ul.navbar li.guild a {
    border-top: 3px solid #324A92;
    background-color: #cfd9f4;
    color: #304b92;
    height: 67px;
    line-height: 67px;
}

.banner_img {
    height: 400px;
    background: url(../images/13.jpg) no-repeat center center;
    /*animation: scale 0.5s ease-in-out;*/
}


/*header css end*/


/*main css*/

main.content {
    background-color: #fff;
}

ul.tab_ul {
    width: 262px;
    height: 50px;
    margin: 0 auto;
}

ul.tab_ul li {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #595959;
    float: left;
    cursor: pointer;
}

.actived {
    color: #337cda;
    border-bottom: 1px solid #337cda;
}

.footer {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e8e8e8;
}

.copyright {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    color: #353535;
}

.copyright a {
    color: #555;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}


/*lunbo css*/

.bottom_div .img_lb {
    position: relative;
}

.bottom_div .img_lb .upper,
.bottom_div .img_lb .next {
    width: 26px;
    height: 26px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.bottom_div .img_lb .upper img,
.bottom_div .img_lb .next img {
    display: block;
    width: 100%;
    height: 100%;
}

.bottom_div .img_lb .upper {
    left: 0;
    top: 50%;
    margin-top: -13px;
}

.bottom_div .img_lb .next {
    right: 0;
    top: 50%;
    margin-top: -13px;
}

.ul_imgdiv {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
    height: 197px;
    position: relative;
}

.bottom_div .img_lb ul {
    width: 1000%;
    /*transition:all 1s;*/
    position: absolute;
    top: 50px;
}

.bottom_div .img_lb li {
    float: left;
    width: 197px;
    height: 195px;
    margin-left: 72px;
    text-align: center;
    border: 1px solid #f3f3f3;
    cursor: pointer;
}

.bottom_div .img_lb li:hover {
    background-color: #f3f3f3;
}

.bottom_div .img_lb li:hover img {
    transform: scale(1.1);
}

.bottom_div .img_lb li img {
    margin-top: -45px;
    margin-bottom: 20px;
    height: 180px;
    transition: all 0.2s;
}

.bottom_div .img_lb li p {
    font-size: 14px;
    color: #656564;
}


/*lunbo css end*/

.zezao,
.zezao1 {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

@keyframes scale {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.yearTitle {
    margin: 0;
    text-align: left;
    font-size: 28px;
    line-height: 26px;
}

.yeartop {
    margin-top: 35px;
    margin-bottom: 10px;
}