html,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-weight: 100;
    font-style: normal;
}

ul,
ol,
li {
    list-style-type: none;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

.clearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

img {
    border: none;
    /* width: 100%; */
    /* vertical-align: top; */
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    padding: 0;
}

body,
html {
    width: 100%;
    /* height: 100%; */
    font-family: "微软雅黑";
    background-color: #E9F2FF;
}

body {
    overflow-x: hidden;
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.dis_a {
    display: block;
    width: 100%;
    height: 100%;
}


/* 多行文本裁切 */

.mul_p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_lis li a>span {
    float: right;
    color: #999;
}

.multiline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
    white-space: wrap;
}


/* 图片缩放 */

.pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pic img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: linear 0.5s;
    -moz-transition: linear 0.5s;
    -ms-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}

.pic:hover img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.07, 1.07);
    -moz-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
    -webkit-transition: linear 0.5s;
    -moz-transition: linear 0.5s;
    -ms-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

/* 头部 */
/* 
header {
    height: 657px;
} */

.out{
    margin-left: 40px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #505050;
    background-color: #ebc75a;
    border-radius: 20px;
    font-size: 24px;
    font-weight: bold;
}

.header_hd {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
    height: 92px;
    background: #1764CE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_hd .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_hd .right {
    display: flex;
    justify-content: space-between;
}

.nav li {
    padding: 0 25px;
    font-size: 24px;
    font-weight: 400;
}

.nav li a {
    color: #fff;
}

/* .header_bd {
    background: url(../images/header_bg.png) no-repeat top center;
    height: 564px;
    background-size: 100% 100%;
} */

.logo {
    display: block;
    width: 281px;
    height: 62px;
}

.search {
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    display: none;
}

.search .search_con {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 425px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 3px 6px 0px rgba(0, 111, 165, 0.2);
}

.search_con select {
    box-sizing: border-box;
    width: 112px;
    background: url(../images/select.png) no-repeat 90% center;
    padding-left: 15px;
    border: none;
    font-size: 18px;
    outline: none;
    color: #1764CE;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

select::-ms-expand {
    display: none;
}

.search_con input {
    padding-left: 20px;
    width: calc(100% - 180px);
    border: none;
    background: url(../images/search_line.png) no-repeat left center;
    font-size: 16px;
    color: #8ab9f3;
}

.search .btn {
    box-sizing: border-box;
    width: 60px;
    line-height: 40px;
    background: url(../images/search_on.png) no-repeat center;
    border: none;
    /* border-left: 1px solid #1764CE; */
    color: #1764CE;
    font-size: 18px;
    border-radius: 0 30px 30px 0;
}

/* 底部 */

footer {
    text-align: center;
    font-size: 22px;
}

footer a {
    color: #fff;
}

.syqt {
    margin-bottom: 20px;
}

.syqt a {
    padding: 0 10px;
    color: #fff;
    font-size: 26px;
}

footer a,
footer p {
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
}

.footer-con {
    padding: 28px 0 30px;
    line-height: 40px;
    position: relative;
    text-align: left;
    color: #fff;
    background-color: #1764CE;
}

.footer-con .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jcd {
    width: 216px;
}

.jcd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jcd ul li {
    width: 136px;
    height: 68px;
    margin: 0 10px;
}

.jcd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.jcd ul li.li2 {
    width: 72px;
    height: 85px;
}

.jcd ul li img {
    width: 100%;
    height: 100%;
}

.jcd img:hover {
    transform: scale(1);
}

.footer-txt {
    width: auto;
    line-height: 25px;
}

/* 当前位置 */

.current {
    font-size: 30px;
    font-weight: bold;
    color: #61716F;
    height: 71px;
    line-height: 71px;
    background: #F5F9FD;
    text-indent: 20px;
}

/* 分页 */

.page {
    display: flex;
    justify-content: center;
}

.page span,
.page a {
    margin-right: 5px;
    display: block;
    padding: 18px;
    font-size: 24px;
    color: #9E9E9E;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    transition: all .3s ease;
}

.page a:hover{
    color: #fff;
    background-color: #1764CE;
    transition: all .3s ease;
}