/* 初始化样式 */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"微软雅黑", "Microsoft YaHei", Arial, Verdana, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #231f20;
}

a {
    /* color: #231f20; */
    text-decoration: none
}

a:hover {
    color: #cd0200;
}

em {
    font-style: normal
}

li {
    list-style: none
}

/* img{display: block;} */
/* img{border:0;vertical-align:middle} */
table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}


/* nav */
.nav {
    width: 100%;
    height: 100px;
    box-shadow: 0 3px 3px 0 #CCC;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    transition: 0.3s;

}

.nav {
    background-image: url(../img/head-bg.jpg);
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}


.nav .layui-container {
    max-width: 1440px;
    width: 100%;
    position: relative;
    transition: all 400ms ease-out;
    display: flex;
    align-items: center;

}

.nav .nav-logo {
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 100px;
}

.nav .nav-list {
    display: inline-block;
    height: 100px;
}

.nav .nav-list button {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 35px;
    right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav .nav-list button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #ee1d23;
    margin-bottom: 6px;
    transition: 0.5s;
}

.nav .nav-list button span.spa1 {
    transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
    width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    color: #000;
    background: transparent;
}

.nav .layui-nav .layui-nav-item {
    display: block;
    line-height: 100px;
}

.nav .layui-nav * {
    font-size: 18px;
}

.nav .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #333;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
    height: 2px;
    background-color: #ee1d23;
}

.nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
    color: #ee1d23;
}

@media screen and (min-width: 980px) {
    .nav .nav-list button {
        display: none;
    }

    /* .nav .layui-nav .layui-nav-item */
    .nav .layui-nav {
        width: 100%;
        position: absolute;
        top: 0;
        padding: 0 5px 0 205px;
        border-radius: 0;
        margin: 0;
        display: flex;
        /* justify-content: flex-end; */
        /* display: flex; */
        justify-content: space-around;
    }

    .nav .layui-nav .layui-nav-item {
        display: inline-block;
        line-height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .nav .layui-nav .layui-nav-item {
        line-height: 60px;
        text-align: center;
    }
}


@media screen and (max-width: 980px) {
    .nav .layui-nav .layui-nav-item {
        line-height: 60px;
        text-align: center;
    }

}

/* NAV END */

/* foot */
footer {
    width: 100%;
    background: url(../img/foot-bg.jpg);
}

footer .foot-content {
    width: 100%;
    max-width: 1440px;
    margin: 90px auto 60px auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: white;
}

footer .foot-content>div {
    padding: 12px;
}

footer .foot-content .small-title {
    font-size: 18px;
    font-weight: bold;
    height: 60px;
}

footer .foot-content .foot-item1 {
    max-width: 355PX;
}

footer .foot-content .foot-item1 .small-title {
    margin-bottom: 25px;
}

footer .foot-content .foot-item1 ul {
    display: flex;
    margin: 8px 0px;
}

footer .foot-content .foot-item1 ul li {
    line-height: 24px;

}

footer .foot-item1 ul li:first-child {
    color: white;
    font-size: 14px;
    min-width: 70PX;
    /* line-height: 35px; */
}

footer .foot-item1 ul li:last-child {
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
}

footer .item2 ul li {
    font-size: 14px;
    color: white;
    line-height: 32px;
}

footer a {
    color: white;

}

footer a:hover {
    color: #ee1d23;
}

footer .foot-item4 {
    text-align: center;
}

footer .foot-item4 .small-title {
    height: 30px;
}

footer .foot-item4 .wechat p {
    font-size: 16px;
    color: white;
    margin-top: 5px;

}

footer hr {
    border-bottom: 1px solid #3286f1 !important;
    margin: 0px;
}

footer .copyright {
    color: white;
    border-top: 1px solid #186eac;

}

footer .copyright p {
    padding: 15px 0px;
    text-align: center;
}

/* footer  */
/* goUp */
.go-top {
    position: fixed;
    right: 3%;
    bottom: 10%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0px 0px 5px lightgray;
    cursor: pointer;
}

.go-top span {
    width: 14px;
    height: 16px;
    display: block;
    background: url(../img/go-top.png) no-repeat center;
}

.go-top:hover {
    background-color: #ee1d23;
    transform: translate(0.2s);
    /* transition-delay: 0.5s; */
    transition-duration: 0.3s;

}

.go-top:hover span {
    background: url(../img/go-top-white.png) no-repeat center;
}

/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #3333;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #ee1d23;
	border-color: #ee1d23;
}
.page-num-current:hover {
	color: #fff;
}