body {
  color: #ebf1ff;
  font-size: 14px;
  line-height: 150%;
  background-color: #060606;
  margin: 0;
  padding: 0;
  background-image: url(../images/indbg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.container {
  width: 1280px;
  margin: 0 auto
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clearfix {
  display: inline-block;
}
*html .clearfix {
  height: 1%
}
.clearfix {
  display: block;
}
.am-breadcrumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}
@media only screen and (min-width:641px) {
  .am-container {
    padding-left: 0rem;
    padding-right: 0rem;
    max-width: 1280px;
  }
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #bdbdbd;
}
input::-moz-placeholder {
  color: #bdbdbd;
}
input:-moz-placeholder {
  color: #bdbdbd;
}
input:-ms-input-placeholder {
  color: #bdbdbd;
}
textarea {
  -webkit-appearance: none;
}
input, button, select, textarea {
  outline: 0px none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
*html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
a:link {
  text-decoration: none;
  color: #ebf1ff;
}
a:visited {
  text-decoration: none;
  color: #ebf1ff;
}
a:hover, a:active {
  text-decoration: none;
  color: #409EFF;
}
.blue {
  color: #0073FF;
}
a.blue:link {
  color: #0073FF;
  text-decoration: none;
}
a.blue:visited {
  color: #0073FF;
  text-decoration: none;
}
a.blue:active, a.blue:hover {
  color: #0073FF;
  text-decoration: underline;
}
.red {
  color: #F30;
}
a.red:link {
  color: #F30;
  text-decoration: none;
}
a.red:visited {
  color: #F30;
  text-decoration: none;
}
a.red:active, a.red:hover {
  color: #F30;
  text-decoration: underline;
}
.gray {
  color: #ADADAD;
}
a.gray:link {
  color: #ADADAD;
  text-decoration: none;
}
a.gray:visited {
  color: #ADADAD;
  text-decoration: none;
}
a.gray:active, a.gray:hover {
  color: #ADADAD;
  text-decoration: underline;
}
.green {
  color: #390;
}
a.green:link {
  color: #390;
  text-decoration: none;
}
a.green:visited {
  color: #390;
  text-decoration: none;
}
a.green:active, a.green:hover {
  color: #390;
  text-decoration: underline;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.mag {
  margin: 0px auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m45 {
  margin: 45px;
}
.m50 {
  margin: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.mag {
  margin: 0 auto;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.nowrap100 {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pos-rel {
  position: relative;
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
  float: left;
}
/***************demo样式****************/
.top .am-container .grzx {
  position: absolute;
  top: 24%;
  right: 7%;
  width: 120px;
  height: 50px;
}
.bot {
  height: auto;
  background-color: #2b2e40;
}
.tpbox {
  text-align: center;
  width: 70px;
  position: fixed;
  z-index: 999;
  top: 45%;
  right: 0px;
}
.tpbox-1 {
  background: linear-gradient(to bottom, #2673FA, #661ECD);
  border-radius: 5px 0px 0px 5px;
}
.tpbox-2 {
  background: linear-gradient(to bottom, #2673FA, #661ECD);
  border-radius: 5px 0px 0px 5px;
  margin-top: 20px;
}
.tpbox .tp-1 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.tpbox i {
  font-size: 30px;
  line-height: 36px;
  color: #FFF;
}
.tpbox strong {
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  color: #fff;
}
.tpbox .tp-1 a {
  display: block;
}
.tpbox .tp-1 a:hover {
  color: #FFF;
}
.tp-erw {
  position: relative;
}
.tp-erw-box {
  display: none;
}
.tp-erw:hover .tp-erw-box {
  position: absolute;
  display: block;
  top: -20px;
  right: 71px;
  background-color: #FFF;
  width: 110px;
  height: 110px;
  text-align: center;
  padding-top: 5px;
  border-radius: 3px;
}
.px-nav {
  position: relative;
  text-align: center;
}
.px-nav-1 {
  position: absolute;
  display: block;
  width: 240px;
  height: 60px;
  top: 20px;
  left: 0%;
}
.px-nav-2 {
  position: absolute;
  display: block;
  width: 240px;
  height: 60px;
  top: 20px;
  left: 20%;
}
.px-nav-3 {
  position: absolute;
  display: block;
  width: 240px;
  height: 60px;
  top: 20px;
  left: 40%;
}
.px-nav-4 {
  position: absolute;
  display: block;
  width: 240px;
  height: 60px;
  top: 20px;
  left: 60%;
}
.px-4 {
  background-image: url(../../assets/images/temp/007-4bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  text-align: center;
}
.px-4 h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  line-height: 36px;
  margin-top: 18%;
  margin-bottom: 4%;
}
@media screen and (max-width:1366px) {
  .top, .main, .bot {
    text-align: center;
  }
  .top img, .main img, .bot img, .px-nav img, .px-4 img {
    width: 97%;
  }
  .nav li {
    height: 63px;
  }
  .nav li a {
    font-size: 14px;
    line-height: 60px;
  }
  .nav .more a {
    font-size: 12px;
  }
  .nav .am-container {
    max-width: 1230px;
  }
  .tpbox {
    width: 60px;
    margin-right: -10px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
    top: 35%;
  }
}
@media screen and (max-width:768px) {
  .m-main {
    position: relative;
  }
  .m-main .lj-1 {
    position: absolute;
    display: block;
    width: 80px;
    height: 25px;
    top: 19%;
    right: 2%;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #8CBAFF;
  }
  .m-main .lj-2 {
    position: absolute;
    display: block;
    width: 89%;
    height: 70px;
    top: 41.2%;
    left: 5%;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #8CBAFF;
  }
  .m-main .lj-3 {
    position: absolute;
    display: block;
    width: 60px;
    height: 25px;
    top: 26%;
    left: 2%;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #8CBAFF;
  }
  .tp-erw {
    display: none;
  }
}
/***************正式样式****************/
/*首页*/
.am-top {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}
.am-top .am-container {
  position: relative;
}
.am-logo {
  float: left;
  width: 10%;
  margin-top: 10px;
}
.am-logo img {}
.am-menu {
  float: left;
  width: 90%;
}
.am-log {
  float: left;
  vertical-align: middle;
}
.am-log a:link {
  color: #FFF;
}
.am-log img {
  margin-top: -4px;
}
.am-ss {
  float: left;
  margin-top: 2px;
  width: 12%;
  margin-left: 28%;
}
.am-top .am-ss input[type="text"] {
  font-size: 1.2rem !important;
  padding: 3px 5px 3px 10px !important;
  border-radius: 100px !important;
  background-color: #2b2e40 !important;
  color: #FFF !important;
  width: 120px !important;
  border: 1px solid #B8B4B4 !important;
}
.am-ss .am-form-icon .am-form-field {
  padding-left: 1em !important;
  padding-right: 1.6em !important;
}
.am-ss .am-form-icon [class*='am-icon-'] {
  right: 0.625em;
  left: inherit;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  margin-top: 0px;
  top: 4px;
}
.am-ss .am-form-icon [class*='am-icon-']:hover {
  color: #0073fe;
}
.am-top-nav {
  float: left;
}
.am-top-nav ul {
  padding-left: 0px;
}
.am-top-nav ul, .am-top-nav li {
  list-style: none;
}
.am-top-nav li {
  float: left;
}
.am-top-nav li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #FFF;
}
.am-top-user {
  float: right;
  color: #FFF;
  line-height: 30px;
  font-size: 14px;
}
.am-top-user .am-dropdown-content {
  font-size: 14px;
}
.am-top-user .am-top-userimg {
  float: left;
  margin-right: 5px;
  margin-top: -3px;
}
.am-top-user .am-top-userimg img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #576fbb;
}
.am-top-user .am-dropdown {
  float: left;
}
.am-top-user .gray {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #7c7c7c;
  line-height: 14px;
}
.am-top-user .am-icon-caret-down {
  color: #747787;
  cursor: pointer;
}
.am-top-user .am-top-jmvip {
  float: left;
}
.am-top-user .am-top-jmvip a {
  color: #FFF;
}
.am-top-user .am-top-wdl a {
  color: #FFF;
}
.am-top a:hover {
  color: #439bfc;
}
.am-top-user .am-top-wdl {
  color: #75798A;
}
.am-nav-bg {
  background: #0f1739;
}
.am-nav-bg .am-menu-default .am-menu-nav {
  padding-top: 0px;
  padding-bottom: 0px;
}
.am-nav-bg .am-menu-default .am-menu-nav a {
  text-align: center;
  font-size: 16px;
  line-height: 75px;
  height: 75px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  color: #FFF;
  border-bottom: 3px solid #0f1739;
}
.am-nav-bg .am-menu-default .am-menu-nav a:hover, .am-nav-bg .am-menu-default .am-menu-nav .on a {
  color: #fec200;
  border-bottom: 3px solid #fec200;
}
.am-nav-bg .am-menu-default .am-menu-nav > .am-parent.am-open > a {
  color: #409EFF;
  border-bottom: 0px solid #e5e5e5;
}
.am-nav-bg .am-menu-default .am-menu-sub {
  background-color: #2e4387;
  border-radius: 0px 0px 4px 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  z-index: 999;
}
.am-menu-default .am-menu-nav > .am-parent.am-open > a:before {
  color: #2e4387;
}
.am-nav-bg .am-menu-default .am-menu-nav .am-menu-sub a {
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  color: #FFF;
  border-bottom: 0px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
}
.am-nav-bg .am-menu-default .am-menu-nav .am-menu-sub a:hover {
  color: #0073ff;
  font-weight: bold;
}
.am-nav-bg .am-menu-default .am-menu-nav > .c-more > a:after {
  content: "\f107";
  display: none;
}
.am-nav-bg .am-menu-default .am-menu-nav .c-more {
  float: right;
}
.am-nav-bg .am-menu-default .am-menu-nav .c-more .am-icon-bars {
  border: 1px solid #AAA;
  line-height: 28px;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}
.ind-banner .am-slider-default .am-direction-nav a:before {
  color: #ffffff;
}
.ind-banner .am-slider-default .am-control-nav {
  bottom: 10px;
}
.ind-banner .am-slider-default .am-control-nav li a {
  width: 10px;
  height: 10px;
  background-color: rgb(255 255 255 / 50%);
}
.ind-banner .am-slider-default .am-control-nav li a.am-active {
  background-color: #0e90d2;
}
.ind-main-xw-box {
  background-image: url(../images/lm-bg-01.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  padding: 10px;
  border-radius: 6px;
}
.ind-main-xw-box h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
  background: linear-gradient(to bottom, white, #98c0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 10px rgba(0, 120, 255, 0.2);
  animation: fadeIn 1.5s ease-out;
}
.ind-main-xw-box-img {
  position: relative;
}
.ind-main-xw-box-img img {
  width: 100%;
  height: 178px;
}
.ind-main-xw-box-img .spplay {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 50px;
  height: 50px;
}
.ind-main-xw-box-txt {
  background-color: #000;
  padding: 10px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind-main-xw-box-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ind-main-bn-1 {
  margin-top: 20px;
}
.ind-main-bn-1 img {
  width: 100%;
  height: 90px;
}
.ind-main-bn-2 {
  margin-top: 15px;
}
.ind-main-bn-2 img {
  width: 100%;
  height: 90px;
}
.ind-main-bn-3 {
  margin-top: 15px;
}
.ind-main-bn-3 img {
  width: 100%;
  height: 90px;
}
.am-main .ind-main-bn-2 .dgg-1 {
  padding-right: 17px;
}
.am-main .ind-main-bn-2 .dgg-2 {
  padding-left: 17px;
}
.am-bot {
  height: auto;
  background-color: #2b2e40;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
  line-height: 28px;
}
.am-bot a {
  color: #FFF;
}
.am-bot a:hover {
  color: #439bfc;
}
.am-bot h2 {
  height: auto;
  background-color: #2b2e40;
  padding-bottom: 20px;
  color: #FFF;
  border-bottom: 1px solid #636674;
  margin-bottom: 20px;
}
.am-bot-1-1 {
  float: left;
  width: 50%;
}
.am-bot-1-1 span {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.am-bot-1-1 span:hover {
  color: #439bfc;
}
.am-bot-1-1 .ewm {
  display: none;
}
.am-bot-1-1:hover .ewm {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: -125px;
  z-index: 999;
}
.am-bot-1-1 .ewm img {
  border-radius: 3px;
  width: 120px;
  height: 120px;
  border: 2px solid #439bfc;
}
.am-bot-2 {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #636674;
  padding-top: 20px;
}
.am-bot .am-u-md-3 {
  width: 22%;
}
.am-bot .am-u-md-4 {
  width: 34%;
}
.am-ew-ewm {
  margin-top: 10px;
}
.am-ew-ewm .am-fl {
  text-align: center;
}
.am-ew-ewm img {
  width: 100px;
}
.am-qxlogo {
  margin-left: -5px;
}
.am-qxlogo img {
  width: 200px;
}
.am-main-01 {
  background-color: #152151;
  padding-bottom: 20px;
}
.am-jrrd-top {
  background-color: #ffc300;
  border-radius: 8px 8px 0px 0px;
  padding-left: 10px;
  padding-right: 15px;
  border: 1px solid #cde1fd;
}
.am-jrrd-top-left {
  font-size: 18px;
  line-height: 34px;
  float: left;
  font-weight: bold;
  vertical-align: middle;
}
.am-jrrd-top-right {
  font-size: 12px;
  float: right;
  line-height: 34px;
  color: #FFF;
  cursor: pointer;
}
.am-jrrd-main {
  background-color: #FFF;
  border-radius: 0px 0px 8px 8px;
  padding: 15px;
  border: 1px solid #cde1fd;
  border-top: 0px;
  min-height: 165px;
}
.list01, .list01 li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list01 li a {
  font-size: 14px;
  display: block;
  padding-left: 15px;
  line-height: 27px;
  background-image: url(../images/dd02.png);
  background-repeat: no-repeat;
  background-position: left center;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-main [class*="am-u-"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.am-main-top {
  background-color: #1B293B;
  border-radius: 8px 8px 0px 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #060606;
}
.am-main-tit {
  float: left;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0px;
}
.am-main-tit2 {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0px;
}
.am-main-mua {
  float: right;
  width: 59%;
}
.am-main-mua ul, .am-main-mua li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.am-main-mua ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  overflow: inherit !important;
}
.am-main-mua li {
  float: left;
}
.am-main-mua li a {
  display: block;
  line-height: 36px;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.am-main-main {
  background-color: #1B293B;
  border-radius: 0px 0px 8px 8px;
  padding: 20px;
}
.am-main-main .list01 li a {
  line-height: 31px;
}
.am-new-img {
  width: 90%;
}
.am-new-img img {
  width: 100%;
}
.am-new-img h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.am-new-img .txt1 {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.am-main-gc01 img {
  width: 100%;
  height: 320px;
}
.am-main-more {
  top: 13px;
  position: absolute;
  right: 20px;
}
.am-main-more a.blue:link, .am-main-more a.blue:visited {
  color: #9aa8bb;
  text-decoration: none;
}
.am-main-gxq a.blue:link, .am-main-gxq a.blue:visited {
  color: #FFF;
  text-decoration: none;
}
.am-main-more a.blue:active, a.blue:hover, .am-main-gxq a.blue:active, a.blue:hover {
  color: #FFF;
  text-decoration: underline;
}
.am-jy-box {
  background-color: #0c131c;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.am-jy-box img {
  width: 90px;
  float: left;
}
.am-jy-box .am-jy-box-txt {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 2px;
}
.am-jy-box .am-jy-box-txt p {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.am-jy-box .am-jy-box-txt h3 {
  font-size: 18px;
  text-align: center;
}
.am-jy-box .am-jy-box-txt .list01 li {
  font-size: 12px;
  display: block;
  padding-left: 13px;
  line-height: 18px;
  background-image: url(../images/dd01.jpg);
  background-repeat: no-repeat;
  background-position: left 9px;
}
.am-jy-box-info {
  margin-top: 12px;
}
.am-jy-box-info h3 {
  font-size: 16px;
  margin-bottom: 0px;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-jy-box-info h3 span {
  font-size: 14px;
  font-weight: normal;
}
.am-jy-box-info p {
  text-indent: 0em;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #606266;
}
.am-main-02 {
  margin-top: 20px;
}
.am-main-02 .am-main-tit {
  width: 15%;
}
.am-main-02 .am-main-mua {
  float: left;
  width: 60%;
  display: flex;
}
.am-main-02 .am-main-mua .am-gxq-1 {
  float: left;
}
.am-main-02 .am-main-mua .am-gxq-2 {
  float: left;
  overflow-x: auto !important;
}
.am-gxq-2 .blue a {
  color: #f48e00;
}
.am-gxq-2 .blue a:link {
  color: #f48e00;
  text-decoration: none;
}
.am-gxq-2 .blue a:visited {
  color: #f48e00;
  text-decoration: none;
}
.am-gxq-2 .blue a:active, .am-gxq-2 .blue a:hover {
  color: #f48e00;
  text-decoration: underline;
}
.am-main-02 .am-main-mua .am-gxq-3 {
  float: right;
}
.am-main-mua i {
  font-size: 30px;
  width: 20px;
  line-height: 33px;
  text-align: center;
}
.am-main-mua .am-gxq-1 a, .am-main-mua .am-gxq-3 a {
  color: #C2C2C2;
}
.am-main-mua .am-gxq-1 a:hover, .am-main-mua .am-gxq-3 a:hover {
  color: #0073ff;
}
.am-main-gxq {
  float: left;
  margin-left: 10px;
  font-size: 18px;
  margin-top: 8px;
}
.am-gxq-win {
  top: 30%;
  width: 640px;
  margin-left: -320px;
}
.am-gxq-win .am-modal-hd span {
  font-weight: bold;
  color: #0073ff;
}
.am-gxq-win .am-modal-hd {
  padding-bottom: 10px;
  border-bottom: 1px solid #58677a;
}
.am-gxq-win .am-modal-footer {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.am-gxq-win .am-modal-hd + .am-modal-bd {
  padding: 15px;
  padding-top: 0px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #58677a;
}
.am-gxq-win .am-radio-inline + .am-radio-inline, .am-gxq-win .am-checkbox-inline + .am-checkbox-inline {
  margin-left: 0px;
}
.am-gxq-win .am-radio-inline, .am-gxq-win .am-checkbox-inline {
  margin-right: 10px;
}
.am-gxq-gx {
  border-bottom: 1px dashed #58677a;
  padding-bottom: 15px;
}
.am-gxq-win .am-modal-dialog {
  background: #1B293B;
}
.am-gxq-win h3 {
  font-size: 18px;
  color: #0073ff;
  font-weight: normal;
  margin-top: 15px;
}
.am-gxq-win h3 span {
  font-size: 14px;
  color: #999;
}
.am-gxq-gx2 .am-form-field {
  width: 150px;
}
.am-jc-box {
  background-color: #0c131c;
  margin-bottom: 20px;
}
.am-jc-box-img {
  float: left;
}
.am-jc-box-img img {
  width: 180px;
}
.am-jc-box-txt {
  float: right;
  width: 56%;
  padding-top: 15px;
  padding-right: 15px;
}
.am-jc-box-txt h3 {
  min-height: 80px;
  margin-bottom: 10px;
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.am-jc-box-txt p {
  color: #706F6F;
  margin-top: 0px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}
.am-jc-box-txt .am-jc-gjc a {
  display: inline-block;
  margin-right: 10px;
  color: #9aa8bb;
}
.am-jc-pl {
  display: none;
}
.am-main-cc-1 {
  margin-top: 0px;
}
.am-main-cc-1 .am-jy-box {
  background-color: #0c131c;
  border-radius: 8px;
}
.am-main-cc-1 .am-jy-box img {
  width: 100px;
  float: left;
}
.am-main-cc-1 .am-jy-box .am-jy-box-txt p {
  -webkit-line-clamp: 2;
}
.am-main-cc-2, .am-main-cc-3 {
  margin-top: 20px;
}
.am-main-cc-1 .am-main-top, .am-main-cc-2 .am-main-top, .am-main-cc-3 .am-main-top {
  padding-bottom: 0px;
  border-bottom: 0px solid #060606;
}
.am-main-cc-1 .am-main-main, .am-main-cc-2 .am-main-main, .am-main-cc-3 .am-main-main {
  padding-top: 8px;
  padding-bottom: 13px
}
.am-main-03 {
  margin-top: 20px;
}
.am-main-03 .am-main-tit {
  width: 100%;
  text-align: center;
}
.am-main-03 .am-main-mua {
  float: left;
  width: 70%;
}
.am-sp-img {
  position: relative;
}
.am-sp-img .spimg {
  width: 100%;
}
.am-sp-img .spplay {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 60px;
  height: 60px;
}
.am-sp-img .spplay2 {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 30px;
  height: 30px;
}
.am-sp-txt1 {
  padding: 15px;
  background-color: #0c131c;
  color: #FFF;
  line-height: 26px;
  font-size: 18px;
  min-height: 100px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.am-sp-txt2 {
  line-height: 18px;
  font-size: 14px;
  margin-top: 5px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.am-main-03 .am-u-md-7 .spimg {
  height: 120px;
}
.am-spfn {
  display: inline-block;
  background-color: #0073FF;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px 0px 8px 0px;
}
.am-main-04 {
  margin-top: 20px;
}
.am-main-04 .am-main-tit {
  width: 100%;
  text-align: center;
}
.am-hd-box {
  border-radius: 4px;
  background-color: #0c131c;
}
.am-hd-box-img img {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}
.am-hd-box h3 {
  min-height: 42px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.am-hd-box p {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #9aa8bb;
  padding-left: 15px;
  padding-right: 15px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.am-hd-box-bm {
  padding: 15px;
  margin-top: 15px;
  border-top: 1px solid #606060;
  color: #9aa8bb;
}
.am-main-05 {
  margin-top: 20px;
}
.am-main-05 .am-main-tit {
  width: 100%;
  text-align: center;
}
.am-main-05 .am-hd-box h3 {
  min-height: 42px;
  font-size: 16px;
}
.am-main-05 .am-main-top {
  background: linear-gradient(to bottom, #4C4E51, #000);
}
.am-main-06 {
  margin-top: 20px;
}
.am-main-06 .am-main-top {
  background: linear-gradient(to bottom, #4C4E51, #000);
}
.am-main-06 .am-main-top .am-main-tit {
  width: 100%;
  text-align: center;
}
.am-main-06 .am-main-main {
  min-height: 360px;
}
a.btn01:link, a.btn01:visited, a.btn01:active, a.btn01:hover {
  display: inline-block;
  background-color: #0073FF;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
}
@media only screen and (min-width:769px) { /*PC端*/
  .am-zl-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
.am-zl-box img {
  float: left;
  width: 120px;
}
.am-zl-txt {
  float: left;
  padding-left: 15px;
}
.am-zl-txt h2 {
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.am-zl-info {
  border-bottom: 1px solid #606060;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.am-zl-info p {
  display: block;
  color: #9aa8bb;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
  margin-bottom: 0px;
}
.am-qk-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #606060;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.am-qk-box img {
  border-radius: 4px;
  width: 95px;
  float: left;
}
.am-qk-box .am-qk-box-txt {
  float: left;
  margin-left: 15px;
}
.am-qk-box .am-qk-box-txt p {
  font-size: 12px;
  background-color: #CDE1FD;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0px;
  color: #333;
}
.am-qk-box .am-qk-box-txt h3 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: normal;
}
.am-qk-box-info {
  margin-top: 15px;
}
.am-qk-box-info p {
  text-indent: 0em;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #606266;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.am-qk-more {
  margin-top: 15px;
  margin-bottom: 15px;
}
.am-qk-more-img {
  text-align: center;
  margin-top: 10px;
}
.am-qk-more-img img {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  width: 80px;
}
.am-main-07 {
  margin-top: 20px;
}
.am-main-07 .am-main-main {
  min-height: auto;
  overflow: hidden;
}
.am-main-08 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.am-main-08 .am-linklist a {
  display: inline-block;
  text-decoration: underline;
  padding-right: 10px;
  line-height: 28px;
}
.am-main-08 .am-main-main {
  min-height: auto;
}
/*推荐展商*/
#indemo {
  float: left;
  width: 800%;
}
#scroll_begin {
  float: left;
}
#scroll_end {
  float: left;
}
#scroll_div {
  font-size: 12px;
  height: auto;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  white-space: nowrap;
  WIDTH: 1240px;
  float: left;
}
.productcon {
  background: ;
  width: 1240px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0px;
}
* + html .productcon {
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
* html .productcon {
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 0px;
}
.productcon dl {
  width: 137px;
  padding: 5px 10px 6px 0px;
  + padding: 5px 10px 4px 0px;
  _padding: 5px 10px 3px 0px;
  float: left;
  margin: 0px auto;
  text-align: center;
}
.productcon dl dt {
  width: 122px;
  height: 87px;
  overflow: hidden;
  text-align: center;
  margin: 0px auto;
}
.productcon dl dd {
  width: 137px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productcon dl dt img {
  height: 87px;
  overflow: hidden;
  width: 120px;
  border: 1px solid #CACBCC;
}
@media screen and (max-width:1600px) {
  .am-logo img {
    height: 45px;
  }
  .am-nav-bg .am-menu-default .am-menu-nav a {
    line-height: 65px;
    height: 65px;
  }
}
@media screen and (max-width:1366px) {
  .am-container {
    max-width: 1160px;
  }
  .am-menu {
    width: 86%;
  }
  .am-nav-bg .am-menu-default .am-menu-nav a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .am-logo {
    width: 13%;
  }
  .am-jy-box img {
    width: 118px;
  }
  .am-jrrd-main {
    padding: 10px;
    min-height: auto;
  }
  .am-jc-box-txt {
    width: 65%;
    font-size: 13px;
  }
  .am-ly-hy-txt {
    width: 60%;
  }
  .am-ly-hy-txt h3 {
    margin-bottom: 5px;
  }
  .am-res-ss-img {
    width: 210px;
  }
  .am-res-ss-txt {
    width: 42%;
  }
  .am-ly-01 .am-ly-main {
    min-height: 660px;
  }
  .am-jy-box .am-jy-box-txt {
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .am-qk-box .am-qk-box-txt {
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .am-qk-box img {
    border-radius: 8px;
    width: 115px;
    float: left;
  }
  .am-qk-more-img img {
    width: 70px;
  }
  .productcon dl {
    width: 125px;
    padding: 5px 10px 6px 0px;
    + padding: 5px 10px 4px 0px;
    _padding: 5px 10px 3px 0px;
    float: left;
    margin: 0px auto;
    text-align: center;
  }
  .productcon dl dd {
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tool_bar select {
    width: 160px !important;
  }
  .am-jy-box-info p {
    font-size: 13px;
    line-height: 25px;
    min-height: auto;
  }
  .am-main-04 .am-main-mua .am-gxq-2 {
    width: 540px;
  }
}
/*手机版样式*/
@media screen and (max-width:768px) {
  .am-container {
    width: 100%;
  }
  .am-avg-sm-3 > li {
    width: auto;
  }
  .am-avg-sm-3 > li:nth-of-type(n) {
    clear: inherit;
  }
  .tpbox {
    width: 60px;
    margin-right: -25px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.60);
    top: inherit;
    bottom: -5%;
    display: none;
  }
  .nav-m {
    position: relative;
    width: 35px;
  }
  .nav-m .am-menu-toggle {
    top: -2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .am-top-m {
    background-color: #2b2e40;
    padding: 8px 10px 8px 10px;
    padding-right: 0px;
  }
  .am-top-m a {
    color: #FFF;
  }
  .am-top-m-logo {
    float: left;
    margin-top: -1px;
  }
  .am-top-m-logo img {
    height: 20px;
  }
  .am-top-ss {
    float: left;
    margin-left: 10px;
  }
  .am-top-ss .am-form-group {
    margin-bottom: 0;
  }
  .am-top-ss input[type="text"], .am-top-ss input[type="text"]:focus {
    padding: 0.2em;
    font-size: 14px;
    border-radius: 100px;
    width: 120px;
    border: 1px solid #5c617b;
    background-color: #5c617b;
    color: #FFF;
  }
  .am-top-ss .am-form-icon .am-form-field {
    padding-left: 1em !important;
    padding-right: 1.6em !important;
  }
  .am-top-ss .am-form-icon [class*='am-icon-'] {
    right: 0.6em;
    left: inherit;
    font-size: 16px;
    cursor: pointer;
    color: #9fa5c9;
    margin-top: -0.555em;
  }
  .am-top-ss .am-form-icon [class*='am-icon-']:hover {
    color: #0073fe;
  }
  .am-top-m-rr {
    float: right;
    margin-top: 1px;
  }
  .am-top-m-rr i {
    font-size: 18px;
    color: #FFF;
    margin-right: 10px;
    margin-top: 1px;
    display: inline-block;
  }
  .am-top-m-rr .mr20 {
    margin-top: 3px;
    margin-right: 0px;
  }
  .am-top-m-rr img {
    display: block;
    width: 22px;
    margin-right: 12px;
  }
  .am-top-m-rr .am-user-img img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 2px;
  }
  .adc-img {
    margin-top: 15px;
  }
  .adc-img img {
    width: 100%;
    border-radius: 4px;
  }
  .am-m-pic {
    margin-top: 10px;
  }
  .am-m-pic .am-slider .am-slides img {
    border-radius: 8px 8px 0px 0px;
  }
  .am-m-pic .am-slider-default .am-control-nav {
    bottom: 12px;
    right: 10px;
    text-align: right;
  }
  .am-m-pic .am-slider-default .am-control-nav li a {
    background-color: rgba(240, 240, 240, 0.5);
  }
  .am-m-pic .am-slider-default .am-control-nav li a.am-active {
    background-color: rgba(240, 240, 240, 1);
  }
  .am-m-pic .am-slider-default .am-control-nav li {
    margin: 0 4px;
  }
  .am-m-pic .am-slider-default .am-slider-desc {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .am-m-pic .am-slider-default {
    margin: 0 0 15px;
  }
  .am-bq {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }
  .am-bq-gd-more {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    color: #0073FF;
    font-size: 18px;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    background-color: #060606;
    border: 1px solid #597AA6;
    cursor: pointer;
    display: none;
  }
  .am-bq-gd-more span {
    font-size: 14px;
  }
  .am-bq-cc {
    height: 30px;
    position: relative;
    overflow-x: auto;
  }
  .am-bq ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
  }
  .am-bq ul, .am-bq li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -20px;
  }
  .am-bq li {
    margin-right: 10px;
  }
  .am-bq li span, .am-bq li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    border: 1px solid #4c678d;
    white-space: nowrap;
  }
  .am-bq .on span, .am-bq .on a {
    display: block;
    background-color: #0073FF;
    color: #FFF;
    border: 1px solid #0073FF;
  }
  .am-bq h1 {
    font-size: 18px;
    padding-top: 5px;
  }
  .am-m-main {
    margin-top: 10px;
    padding: 15px;
    padding-top: 0px;
    background-color: #FFF;
    border-radius: 8px;
  }
  .am-m-main-box {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
  }
  .am-m-main-box img {
    width: 100%;
    border-radius: 4px;
  }
  .am-m-main-box h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .am-m-main-box p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .new-img img {
    float: right;
    width: 41%;
    height: 90px;
  }
  .new-img-left {
    float: left;
    width: 57%;
  }
  .am-bot {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
  }
  .am-bot-m {
    clear: both;
    height: auto;
    line-height: 24px;
    text-align: center;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 8px;
    margin-top: 10px;
    font-size: 14px;
    background-color: #2b2e40;
  }
  .am-bot-m a {
    display: inline-block;
  }
  .am-bot-m a:link, .am-bot-m a:visited {
    text-decoration: none;
    color: #e6e6e6;
  }
  .am-bot-m a:hover {
    text-decoration: underline;
    color: #e6e6e6;
  }
  .am-bot-m p {
    padding-bottom: 3px;
    padding-top: 3px;
    color: #a7a7a7;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .f12 {
    font-size: 12px;
  }
}
/*翻页*/
.totle_page {
  line-height: 50px;
  font-size: 14px;
}
.totle_page strong {
  color: #E43030;
  line-height: 88px;
}
.am-pagination-default {
  display: flex;
  justify-content: center;
}
.am-pagination > .am-active > a, .am-pagination > .am-active > span, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span:hover, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > span:focus {
  background-color: #0073FF;
  border-color: #0073FF;
  border-radius: 6px;
  color: #fff;
}
.am-pagination > li > a, .am-pagination > li > span, .am-pagination .am-pagination-prev a, .am-pagination .am-pagination-next a {
  border-radius: 6px;
  background-color: #1f3166;
  border: 1px solid #2f468c;
}
.am-pagination > li > a:hover, .am-pagination > li > span:hover, .am-pagination > li > a:focus, .am-pagination > li > span:focus {
  color: #FFF;
  background-color: #409EFF;
}
@media only screen and (min-width: 769px) { /*PC*/
  .page_turner {
    display: flex;
    justify-content: space-between;
  }
  .am-pagination-default {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 768px) { /*手机端*/
  .block_left {
    padding: 0;
  }
  .totle_page {
    line-height: 28px;
    font-size: 14px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*搜索*/
/*搜索*/
.flex_box {
  display: flex;
  justify-content: space-between;
}
.tool_bar select {
  width: 200px;
  height: 42px;
  border-radius: 6px;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #0073FF;
  color: #E0EAFF;
  padding-left: 30px;
  background: url(../images/select_icon.png) 11px center no-repeat;
}
.search_box {
  position: relative;
  height: 60px;
}
.search_box input[type="text"] {
  width: 100%;
  line-height: 42px;
  padding-left: 18px;
  border-radius: 6px;
  border: 1px solid #0073FF;
  display: block;
  font-size: 1.5rem;
  color: #E0EAFF;
  vertical-align: middle;
  background: none;
}
.search_box .am-icon-search {
  background: #0073FF;
  width: 60px;
  text-align: center;
  border-radius: 0px 6px 6px 0px;
  position: absolute;
  right: 0;
  font-size: 25px;
  top: 0;
  line-height: 45px;
}
.file_search_bg .search_box .am-icon-search {
  line-height: 56px;
}
.file_search_bg .search_box input[type="text"] {
  width: 100%;
  line-height: 52px;
  background: #000;
}
.search_box .am-icon-search:before {
  width: 20px;
  color: #fff;
}
.tool_bar select option {
  background: #002252;
}
@media only screen and (min-width: 769px) { /*PC*/
  .tool_bar {
    display: flex;
    justify-content: space-between;
  }
  .search_box {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) { /*手机端*/
  .search_box {
    width: 100%;
    height: 54px;
  }
  .selectbox {
    margin: 0 2px;
  }
  .tool_bar select {
    width: 100% !important;
    background-size: 15%;
    padding-left: 23px;
    height: 38px;
    border: 1px solid #D8D8D8;
  }
}
/***********导航************/
.wk-nav {
  border: 0px solid #D8D8D8;
  background-color: #002252;
}
.wk-nav ul {
  margin: 0
}
.lm_tit {
  background: #0068ff;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  padding: 0 1em
}
.lm_tit a, .lm_tit a:hover {
  background: #0068ff;
  color: #fff !important
}
.wk-nav li {
  font-size: 16px;
  line-height: 58px;
}
.wk-nav .am-nav > li > a {
  padding: 0 1em;
  background: none;
}
.wk-nav .am-nav > .on > a, .wk-nav .am-nav > .am-active > a {
  color: #fec200;
  background-color: #002252;
  cursor: default;
}
.wk-nav .am-nav > li > a:hover {
  font-weight: bold;
  background: #002252;
}
.wk-nav .am-nav .lm_tit > a {
  padding: 0;
}
.wk-nav .am-nav .lm_tit > a:hover {
  background: #0068ff
}
.wk-nav .am-nav .lm_tit > a:visited {
  background: #0068ff
}
@media only screen and (min-width:769px) { /*PC端*/
  .wk-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  .lm_tit {
    font-size: 20px !important;
  }
}
@media only screen and (max-width:768px) { /*手机端*/
  .wk-nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto
  }
  .wk-nav .am-nav {
    width: 600px;
  }
  .wk-nav li {
    font-size: 14px;
    line-height: 34px;
  }
  .lm_tit {
    font-size: 16px !important;
  }
}
/**************排行榜*******************/
.wk-left-rank {
  margin-bottom: 10px;
  background: #002253;
  border-radius: 5px;
  overflow: hidden;
}
.wk-left-rank .am-tabs {
  margin: 0
}
.wk-left-rank .am-tabs-bd {
  border: none;
}
.am-tabs-d2 .am-tabs-nav li {
  font-size: 18px;
  font-weight: bold;
}
.wk-left-rank .am-tabs-d2 .am-tabs-nav {
  background-color: #30468C;
}
.wk-left-rank .am-tabs-d2 .am-tabs-nav > .am-active {
  background: #30468C
}
.wk-left-rank .am-tabs-d2 .am-tabs-nav > .am-active {
  background: #30468C
}
.wk-left-rank .am-tabs-d2 .am-tabs-nav > .am-active a {
  color: #FFFFFF
}
.am-tabs-d2 .am-tabs-nav > .am-active::after {
  border-bottom: none;
}
.am-tabs-nav {
  font-size: 14px;
}
.am-tabs-nav li {
  flex: auto !important;
}
.rank-tab-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 58px;
}
.am-tabs-d2 .am-tabs-nav a, .am-tabs-d2 .am-tabs-nav > .am-active a {
  line-height: 58px;color: #C1D6FF;
}
.am-tabs-d2 .am-tabs-nav li {
  height: 60px;
}
.rank-content {
  padding: 15px;
}
.rank-content li {
  list-style: none
}
.wk-left-rank .am-nav > li > a {
  padding: 0.8em;
}
.rank-row {
  font-size: 14px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.2
}
.rank-order {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold
}
.rank-top {
  color: #FF8F1F;
}
.yjbd-box .am-btn-secondary {
  background-color: #3662EC;
  border-color: #3662EC;
  border-radius: 6px;
}
.yjbd-box .am-btn-secondary:hover {
  background-color: #0031cb;
  border-color: #0031cb;
}
@media only screen and (max-width: 768px) {
  .am-pagination > li > a {
    padding: 0.5em 0.8em;
  }
}
/*2025-8-21 新增手机版样式*/
@media only screen and (max-width: 768px) {
  .am-main-main {
    padding: 10px;
  }
  .am-main .am-g {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
  }
  .am-main .list01 li {
    margin-bottom: 5px;
  }
  .am-main .list01 li a {
    min-height: 36px;
    line-height: 18px;
    background-position: left 8px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
    overflow: hidden;
  }
  .am-main .am-u-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #scroll_div, .productcon {
    width: 100%;
  }
  .ind-banner .am-slider-default {
    margin: 0 0 10px;
  }
  .am-main-01 {
    background-color: transparent;
    padding-bottom: 15px;
  }
  .ind-main-xw-box h1 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .ind-main-xw-box-img img {
    height: 90px;
  }
  .ind-main-xw-box-txt {
    height: 57px;
  }
  .ind-main-xw-box {
    margin-bottom: 10px;
  }
  .ind-main-bn-1 img {
    height: auto;
  }
  .ind-main-bn-2 {
    margin-top: 5px;
  }
  .ind-main-bn-2 .dgg-1 {
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .ind-main-bn-2 .dgg-2 {
    padding-left: 10px;
  }
  .ind-main-bn-2 img {
    height: auto;
  }
  .ind-main-bn-3 .dgg-1 {
    margin-bottom: 15px;
  }
  .ind-main-bn-3 .dgg-2 {
    margin-bottom: 15px;
  }
  .ind-main-bn-3 .dgg-3 {}
  .ind-main-bn-3 img {
    height: auto;
  }
  .am-main-tit {
    font-size: 16px;
  }
  .am-main-02 .am-main-tit {
    width: 25%;
  }
  .am-main-02 .am-main-top {
    position: relative;
    height: 90px;
  }
  .am-main-02 .am-main-mua {
    position: absolute;
    top: 40px;
    left: 0px;
    float: none;
    width: 100%;
  }
  .am-main-mua li a {
    font-size: 14px;
  }
  .am-main-gxq {
    margin-left: 40px;
    font-size: 14px;
  }
  .am-jc-box {
    background-color: #0c131c;
  }
  .am-jc-box-img {
    width: 100%;
  }
  .am-jc-box-img img {
    width: 100%;
  }
  .am-jc-box-txt {
    width: 100%;
    padding: 10px;
  }
  .am-jc-box-txt h3 {
    min-height: 60px;
  }
  .am-main-cc-1, .am-main-cc-2, .am-main-cc-3 {
    margin-top: 15px;
  }
  .am-main-02 .am-main-cc-1 .am-main-top, .am-main-02 .am-main-cc-2 .am-main-top, .am-main-02 .am-main-cc-3 .am-main-top {
    height: auto;
  }
  .am-jy-box .am-jy-box-txt {
    width: inherit;
    margin-left: 15px;
  }
  .am-jy-box img {
    width: 85px;
  }
  .am-main-cc-1 .am-jy-box img {
    width: 120px;
    float: left;
  }
  .am-sp-txt1 {
    font-size: 16px;
    min-height: 80px;
  }
  .am-main-04 .am-hd-box-img img {
    height: 100px;
  }
  .am-main-04 .am-hd-box {
    margin-bottom: 10px;
  }
  .am-hd-box p {
    -webkit-line-clamp: 3;
  }
  .am-zl-img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .am-zl-img img {
    float: none;
    width: 100%;
    height: auto;
  }
  .am-zl-txt {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .am-zl-txt h2 {
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }
  .am-main-06 .am-main-main {
    margin-bottom: 10px;
    min-height: 460px;
  }
  .am-qk-box {
    display: block;
  }
  .am-qk-box .am-qk-box-txt {
    width: 100%;
    margin-left: 0;
  }
  .am-qk-box .am-qk-box-txt h3 {
    margin-bottom: 0px;
  }
  .am-qk-box img {
    width: 90px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .am-qk-more-img img {
    width: 50px;
    margin-top: 5px;
  }
  .am-qk-more-img {
    margin-top: 0px;
  }
  .am-qk-more {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .am-main-08 .am-linklist a {
    padding-right: 0px;
    margin-left: 5px;
    margin-right: 5px;
    width: 29%;
    text-align: center;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .am-main-07 {
    margin-top: 10px;
  }
}