* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start;
}

.j-c-flexend {
    justify-content: flex-end;
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.c-pointer {
    cursor: pointer;
}

body {
    font: 16px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.h100 {
    height: 100%;
}

.headerItem-1 {
    height: 50px;
    font-size: 12px;
}

.headerItem-1 #today {
    margin-right: 20px;
}

.headerItem-1 .addFav {
    margin-right: 12px;
}

.headerItem-1 .setHome {
    margin-left: 12px;
}

.headerItem-2 {
    height: 200px;
    background: url(../images/header-BG.png) no-repeat;
    background-size: 100% 100%
}

.headerW {
    font-size: 20px;
    color: #ffffff;
    font-family: "KaiTi", "楷体", "STKaiti", serif;
    text-align: center;
    line-height: 35px;
    margin-right: 130px;
}

.headerItem-3 {
    height: 70px;
    background: #1a59a7;
}

.headerItem-3 nav > div {
    position: relative;
}

.headerItem-3 nav > div:not(:last-of-type) {
    margin-right: 10px;
}

.headerItem-3 nav .nav-1 {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.headerItem-3 nav .nav-1:hover,
.headerItem-3 nav .nav-1.on {
    font-weight: 600;
    background: #5995df;
}

.searchInput {
float: left;
    width: 164px;
    height: 38px;
    font-size: 12px;
    color: #ffffff;
    background: #2e6cb8;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #5995df;
    padding: 0px 10px;
    box-sizing: border-box;
}

.searchInput::placeholder {
    color: #ffffff;
}

.searchButton {
cursor: pointer;
float: left;
    width: 50px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    background: #5995df;
    border-radius: 0px 2px 2px 0px;
}

.nav-2 {
    width: 120px;
    text-align: center;
    line-height: 40px;
    background-color: #ffffff;
    border: 1px solid #5995df;
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 999;
    display: none;
}

.nav-2 a {
    width: 100%;
}

.nav-2 a:hover {
    color: #ffffff;
    background: #5995df;
}

footer {
    background: #1a59a7;
}

.footerItem-1 {
    border-bottom: 1px solid #316ab0;
    padding: 16px 0px;
    box-sizing: border-box;
}

.linkTitle {
    color: #ffffff;
    font-weight: 600;
}

.linkList li:not(:last-of-type) {
    margin-right: 20px;
}

.linkList li {
    width: 250px;
    height: 40px;
    font-size: 12px;
    color: #ffffff;
    background: #2e73c8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.linkList li span {
    margin-right: 12px;
}

.linkItem {
   
    padding: 5px 10px;
    box-sizing: border-box;
    display: none;
}

.linkItem a {
color: #ffffff;
    width: 24%;
    font-size: 14px;
    line-height: 28px;
}

.footerItem-2 {
    height: 130px;
}

.footerItem-2 a,
.footerRight{
    font-size: 12px;
    color: #ffffff;
}

.footerLeft a {
    line-height: 28px;
}

.footerLeft > img {
    margin-right: 20px;
}

.footerRight div img {
    margin-bottom: 5px;
}

.footerRight a {
    margin-left: 30px;
}

    	/**友情链接样式*/
	.yqljmain3{width: 100%;    padding: 30px 0; /*border-bottom: 1px solid #bfc1c3;*/ }	
	.friend_link { background: #FFF;      width: 995px;margin: 0px auto;}	
	.wzdh {width: 973px;border: 0px solid #e8e8e8;border-bottom: 0px;}	
	.i_wzdh_con ul { float: left;}	
	.yqlj {padding-left: 5px;width: 226px; padding-right: 5px;height: 45px;font-weight: normal; text-align: center;
	cursor: pointer;color: #000; font-size: 14px;float: left;line-height: 45px;}	
	.daohang_list {background: #ffffff;width: 995px; font-weight: normal; color: #000;font-size: 14px;float: left;line-height: 34px; border-bottom: 1px solid #e8e8e8;padding: 5px 0px;}	
	.jgliebiao { width: 1076px; margin: 0 auto;}
	.jgliebiao li {line-height: 28px;color: #000; height: 28px;width: 288px;padding-left: 42px;float: left;white-space: nowrap;}
	.jgliebiao li a {color: #000;}
	.header{border-bottom: solid 3px #4178be;clear: both;}
	.i_wzdh_con ul li img {
	  margin-left:5px;
	}