* {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

body,
body * {
    font-family: 'Microsoft YaHei';
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F1F1F1;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.no {
    display: none;
}

.pchead {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 0;
    background: rgba(51, 51, 51, .5);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.pchead .logo h3 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}

.pchead .btn1 {
    width: 35px;
    height: 28px;
    background: url(../images/btn1.png) no-repeat center;
}

.pchead .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pchead .nav ul {
    display: flex;
}

.pchead .nav ul li a {
    color: #fff;
    font-size: 18px;
    margin: 0 30px;
    padding-bottom: 5px;
    position: relative;
    font-weight: 700;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.pchead .nav ul li:hover a {
    color: #297fae;
}

.pchead .nav ul li.active a {
    font-weight: 700;
    color: #297fae;
}

.pchead .nav ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    margin-bottom: -3px;
    background-color: #297fae;
    transition: width 0.5s;
}

.pchead .nav ul li.active a::before {
    width: 100%;
}

.pchead .nav ul li:hover a::before {
    font-weight: 700;
    width: 100%;
}

.head2 {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.82);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding-top: 10%;
    display: none
}

.head2 #formsearch {
    border-bottom: 1px solid #fff;
}

.head2 #formsearch input {
    border: none;
    outline: none;
    background: none;
    line-height: 35px;
}

.head2 #formsearch #s_btn {
    width: 30px;
    height: 35px;
    background: url(../images/ss.png) no-repeat center;
}

.head2 #formsearch #keyword {
    width: calc(100% - 35px);
    padding-left: 15px;
    color: #fff;
}

.head2 .btn2 {
    width: 24px;
    height: 24px;
    background: url(../images/btn2.png) no-repeat center;
    position: absolute;
    top: 12%;
    right: 5%;
    z-index: 99999;
}

.head-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}

.head-menu>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.head-menu .head-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
}

.title {
    text-align: center;
    width: fit-content;
    border-bottom: 3px solid #297fae;
    padding-bottom: 20px;
    margin: 0 auto;
}

.title h3 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 5px;
}

.title h4 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}

footer {
    background-color: #07080b;
    padding: 60px 0;
}

footer .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .foot h3 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
}

footer .foot ul {
    margin: 0;
    padding: 0;
}

footer .foot ul li {
    color: #fff;
    line-height: 2;
    font-size: 21px;
}

.home-about {
    background: #262626;
    background: url(../images/bgabout.jpg) no-repeat center;
    background-size: cover;
    padding: 8% 0 10% 0;
    background-attachment: fixed;
}

.home-product {
    background: #262626;
    background: url(../images/bgproduct.jpg) no-repeat center;
    background-size: cover;
    padding: 8% 0 6% 0;
    background-attachment: fixed;
}

.home-service {
    background: #262626;
    background: url(../images/bgservice.jpg) no-repeat center;
    background-size: cover;
    padding: 8% 0 8% 0;
    background-attachment: fixed;
}

.home-chejian {
    background: #262626;
    background: url(../images/bgchejian.jpg) no-repeat center;
    background-size: cover;
    padding: 8% 0 6% 0;
    background-attachment: fixed;
}

.home-news {
    background: #262626;
    background: url(../images/bgnews.jpg) no-repeat center;
    background-size: cover;
    padding: 8% 0 8% 0;
    background-attachment: fixed;
}

.banner {
    width: 100%;
    position: relative;
    z-index: 10;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .yjlm {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
}

.banner .yjlm h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
}

.adress {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
    line-height: 30px;
    color: #fff;
}

.adress a {
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}

.banner .ejlm {
    height: 70px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 16PX 29PX 0px rgba(69, 10, 66, 0.11);
}

.banner .ejlm ul {
    height: 70px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.banner .ejlm ul li {
    line-height: 70px;
}

.banner .ejlm ul li a {
    padding: 0 26px;
    color: #333;
    display: block;
}

.banner .ejlm ul li.active a {
    color: #fff;
    background: #297fae;
}

.main {
    padding: 100px 0;
}

.main .ejlm {
    margin-bottom: 40px;
    display: none;
}

.main .ejlm * {
    transition: unset;
}

.main .ejlm h2 {
    height: 60px;
    padding: 0 20px;
    width: 100%;
    color: #fff;
    line-height: 60px;
    font-size: 22px;
    background: url(../images/cd.png) no-repeat right 20px center #297fae;
}

.main .ejlm ul {
    margin: 0;
    padding: 0;
    background: #297fae;
    padding: 20px 0;
    display: none;
}

.main .ejlm ul li {
    font-size: 16px;
    line-height: 40px;
}

.main .ejlm ul li a {
    padding: 0 28px;
    color: #fff;
    display: block;
}

.main .ejlm ul li.active a {
    color: #e6c390;
}

.lnnertitle {
    text-align: center;
    margin-bottom: 50px;
}

.lnnertitle h3 {
    font-weight: 700;
    font-size: 38px;
    color: #333;
    margin-bottom: 10px;
}

.lnnertitle h4 {
    font-weight: 500;
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #297fae;
    border: 1px solid #297fae;
}

.pagination a.page-num-current {
    color: #fff;
    background: #297fae;
    border: 1px solid #297fae;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

.hide {
    display: none;
}