@media screen and (min-width: 1440px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}

@font-face{
	font-family:"jiliFont";
	src:url("../font/GeelyDesignType-L.ttf") format("woff2");  
	   font-weight: 300;
}
@font-face{
	font-family:"jiliFont";
	src:url("../font/GeelyDesignType-B.ttf") format("woff2");
	font-weight: 600;
}
@font-face{
	font-family:"jiliFont";
	src:url("../font/GeelyDesignType-R.ttf") format("woff2");
	font-weight: 500;
}
@font-face{
	font-family:"douyinFont";
	src:url("../font/DouyinSansBold.otf") format("woff2");
	font-weight: 600;
}
@font-face{
	font-family:"zcoolFont";
	src:url("../font/站酷文艺体.ttf") format("woff2");
	font-weight: 600;
}


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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 0.8rem;
  color: #343434;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "jiliFont", Arial, Tahoma, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.main-center {
  width: 70rem;
  margin: 0 auto;
}
#banners {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 999;
}
#banners .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-top: -100px;
  margin-left: -200px;
  line-height: 1.8;
}
#banners .text .btn {
  position: relative;
  margin-top: 50px;
}
#banners .text .btn:after {
  content: "";
  display: block;
  clear: both;
}
#banners .text .btn a {
  float: left;
  padding: 6px 20px;
  border: 1px solid #000;
  margin-right: 20px;
}
#mb-header {
  display: none;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px #ccc;
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  width: 30%;
}
#mb-header #navbar-main #logo img {
  width: 100%;
}
#mb-header #navbar-main #sidebar-main-trigger svg {
  width: 2rem;
  height: 2rem;
}
#mb-header #navbar-main #sidebar-main-trigger svg path {
  fill: #f08300;
}
#mb-header #sidebar-main {
  background-color: #fff;
  width: 40% !important;
}
#mb-header #sidebar-main .login {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mb-header #sidebar-main .login * {
  color: #f08300;
}
#mb-header #sidebar-main .login i {
  font-size: 1rem;
  transform: translateY(0.1rem);
}
#mb-header #sidebar-main .login span {
  margin-left: 0.3rem;
}
#mb-header #sidebar-main a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0;
}
.paged {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #f08300;
}
.paged .current,
.paged a:hover {
  color: #fff;
  background: #f08300;
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}

.paged ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.paged ul li.am-active,.paged ul li.am-active a{
  color: #fff;
  background: #f08300;	
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.4); 
  /* border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2); */
  z-index: 99;
}
header.active {
  background-color: #fff;
}
header.active * {
  color: #000;
}
header * {
  color: #fff;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 17rem;
  height: 3rem;
}
header ul {
  display: flex;
  margin-left: auto;
}
header ul li {
  margin-left: 1.5rem;
}
header ul li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  transition: all ease 0.3s;
  font-size: 1.2rem;;
  font-family: 'zcoolFont';
}
header ul li:hover a,
header ul li.active a {
  color: #f08300;
}
header .login {
  display: flex;
  align-items: center;
  margin-left: 3rem;
  /* border: 1px solid #fff; */
  border-radius: 1rem;
  padding: 0.5rem;
  background-color: rgba(166, 33, 26, 0.8);
}
header .login * {
  color: #f08300;
}
header .login i {
  font-size: 1.2rem;
  transform: translateY(0.1rem);
  color: #fff;
}
header .login span {
  margin-left: 0.3rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
footer {
  background-color: #333;
  background-image: url(../image/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 80px;
}
footer * {
  color: #fff;
}
footer .con {
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}
footer .con > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
footer .con > div .logo {
  width: 11.5rem;
}
footer .con > div .code {
  display: flex;
}
footer .con > div .code .item {
  display: block;
  position: relative;
  margin-left: 1rem;
}
footer .con > div .code .item .i {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .con > div .code .item .mask {
  position: absolute;
  top: 50%;
  right: 160%;
  background-color: #ccc;
  border-radius: 0.2rem;
  padding: 0.2rem;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  transition: all ease 0.3s;
}
footer .con > div .code .item .mask::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 0.5rem solid #ccc;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  transform: translateY(-50%);
}
footer .con > div .code .item .mask * {
  font-size: 0.65rem;
}
footer .con > div .code .item .mask .img {
  width: 4rem;
  height: 4rem;
  background-color: #f5f5f5;
}
footer .con > div .code .item .mask p {
  text-align: center;
  padding: 0.2rem 0;
}
footer .con > div .code .item:hover .i i {
  color: #f08300;
}
footer .con > div .code .item:hover .mask {
  z-index: 1;
  opacity: 1;
}
footer .copyright {
  padding: 1rem 0;
}
footer .copyright * {
  font-size: 0.65rem;
}
footer .copyright a {
  transition: all ease 0.3s;
}
footer .copyright a:hover {
  color: #f08300;
}
footer .copyright > div {
  display: flex;
  justify-content: space-between;
}
footer .copyright ul {
  display: flex;
  align-items: center;
}
footer .copyright ul a {
  margin-left: 2.5rem;
}
.go-top {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 2rem;
  height: 2rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #f08300;
  cursor: pointer;
}
.go-top svg {
  width: 60%;
}
.page-banner {
  background-color: #ccc;
  position: relative;
}
.page-banner .text {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-50%);
}
.page-banner .text * {
  color: #fff;
}
.page-banner .text h2 {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
}
.page-banner .text h6 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 1rem;
  opacity: 0.8;
}
.position {
  padding: 1rem 0;
  padding-bottom: 4rem;
}
.position *,
.position {
  color: #999;
  font-size: 0.7rem;
}
.tabs-bar {
  display: flex;
  justify-content: center;
  border-bottom: 0.01rem solid #f5f5f5;
  margin-bottom: 2rem;
}
.tabs-bar a {
  display: block;
  font-size: 1.4rem;
  padding: 1rem 0;
  margin: 0 2rem;
  position: relative;
  transition: color ease 0.3s;
  font-weight: bold;
}
.tabs-bar a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  border-bottom: 0.01rem solid #f08300;
  transition-duration: 0.3s;
}
.tabs-bar a:hover,
.tabs-bar a.active {
  color: #f08300;
}
.tabs-bar a:hover::after,
.tabs-bar a.active::after {
  left: 0;
  width: 100%;
  transition: width ease 0.3s;
}
.tabs-bar a.active {
  color: #f08300;
}
.page-title {
  text-align: center;
  padding: 3rem 0;
}
.page-title h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.page-title h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
	.bottell{display: none;}
	
  .paged a,
  .paged .p_info,
  .paged .current {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
  header {
    display: none;
  }
  body {
    padding-top: 50px;
  }
  #mb-header {
    display: block;
  }
  .main-center {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .page-banner .text h2 {
    font-size: 1.4rem;
  }
  .page-banner .text h6 {
    font-size: 1rem;
  }
  .tabs-bar {
    border-width: 0.1rem;
    margin-bottom: 1rem;
  }
  .tabs-bar a {
    font-size: 0.7rem;
    margin: 0 0.8rem;
    padding: 0.7rem 0;
  }
  .page-title {
    padding: 2rem 0;
  }
  .page-title h2 {
    font-size: 1.2rem;
  }
  .position {
    padding-bottom: 2rem;
  }
  footer .con > div .logo {
    margin: 0 auto;
  }
  footer .copyright p {
    text-align: center;
    line-height: 1.6;
  }
  footer .copyright ul {
    display: none;
  }
}

.bottell{width: 100%; height: 80px; background: url(../image/bottell.jpg) no-repeat center top; position: fixed; bottom: 0px; z-index: 9999; border-top:5px solid #fff ;}