.tops {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.tops .language {
  line-height: 30px;
  margin-left: 10px;
}

.tops .language select {
  height: 30px;
  line-height: 30px;
}

.header {
  padding: 15px 0;
  box-shadow: 0 0 5px #999;
  z-index: 998;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header .navs > ul > li {
  position: relative;
  margin: 0 15px;
  display: inline-block;
  padding: 6px 0;
}

.header .navs > ul > li:nth-last-child(1) .twosBox {
  left: auto;
  right: 0;
  transform: translateX(10%);
}
.header .navs > ul > li:nth-last-child(2) .twosBox {
  transform: translateX(-65%);
}

.header .navs > ul > li > a {
  transition: all 0.5s;
  height: 45px;
  line-height: 45px;
  display: block;
  padding: 0 10px;
  border-bottom: 2px solid #fff;
  font-size: 16px;
}

.header .navs > ul > li:hover > a {
  color: #fd920e;
  border-color: #fd920e;
}

.header .navs > ul > li > a.active {
  border-color: #fd920e;
}

.header .navs li .twosBox {
  display: none;
  z-index: 999;
  top: 60px;
}

.header .navs li ul.twos {
  padding: 5px 15px 10px;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  width: 500px;
  max-width: 100vh;
  display: flex;
}

.header .navs li ul.twos li {
  flex: 1;
  padding: 0 20px;
}

.header .navs li ul.twos li h2 {
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.header .navs li ul.twos li h2 a {
  transition: all 0.5s;
  display: block;
}

.header .navs li ul.twos li > a {
  padding: 0;
  line-height: 30px;
  display: block;
  font-size: 12px;
  color: #666;
  transition: all 0.5s;
}

.header .navs li ul.twos li > a:hover,
.header .navs li ul.twos li h2 a:hover {
  color: #fd920e;
}

.banner {
  overflow: hidden;
  margin-top: 140px;
}

.banner .items {
  position: relative;
  width: 100%;
  background: #000;
}

.banner .items .opac {
  opacity: 0.2;
}

.banner .items .opac2 {
  opacity: 0.5;
}

.banner .items .texts h2 {
  font-size: 44px;
  line-height: 2em;
}

.banner .items .texts h4 {
  font-size: 14px;
  color: #fff;
  width: 40%;
  display: inline-block;
  margin-top: 30px;
  line-height: 2em;
}

.banner .items .texts i {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #fd910e;
}

.banner .items .texts h3 {
  font-size: 30px;
  color: #fff;
}

.banner .items .texts p {
  color: #fff;
  font-size: 44px;
}

.banner .items .texts2 {
  margin-top: -80px;
}

.banner .items .texts2 h2 {
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 20px;
}

.banner .items .texts2 p {
  color: #fff;
  line-height: 2em;
}

.banner .items .texts3 {
  margin-top: -50px;
}

.banner .items .texts3 h2 {
  color: #fd900e;
  font-size: 36px;
  font-weight: 900;
  padding: 15px 0;
}

.banner .items .texts3 h3 {
  font-size: 24px;
  color: #fff;
}

.banner .items .texts3 p {
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  line-height: 2em;
}

.banner .items .texts3 .buttons {
  line-height: 45px;
  width: 200px;
  text-align: center;
  margin-top: 20px;
}

.dialogBox {
  z-index: 9999;
  display: none;
}

.dialogBox,
.dialogBoxBg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dialogBoxBg {
  background: rgba(0, 0, 0, 0.5);
}

.dialogBoxBox {
  max-width: 100%;
  width: 820px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.dialogBoxBox h2 {
  line-height: 35px;
  font-size: 20px;
  color: #000;
  padding: 15px 20px 15px 40px;
  text-align: center;
  background: #f5f5f5;
}

.dialogBoxBox .texts {
  padding: 40px;
}

.dialogBoxBox .texts h3 {
  font-size: 20px;
  line-height: 50px;
}

.dialogBoxBox .texts p {
  line-height: 2em;
}

.dialogBoxBox .buttons {
  line-height: 60px;
  width: 40%;
}

.indexBox1 {
  background: #000;
  overflow: hidden;
  padding: 5px 0;
}

.indexBox1 li {
  padding: 0 1%;
  /*border-right: 1px solid rgba(255, 255, 255, 0.05);*/
}

.indexBox1 li h2 {
  color: #fff;
  line-height: 35px;
}

.indexBox1 li p {
  line-height: 1em;
  padding-bottom: 8px;
  font-family: Arial;
}

.indexBox1 li p i,
.indexBox1 li p img,
.indexBox1 li p em {
  vertical-align: middle;
}

.indexBox1 li p img {
  margin: 0 5px 0 10px;
}

.indexBox1 li p em {
  font-size: 11px;
}

.indexBox1 li p.p1 {
  color: #ea1b1b;
}

.indexBox1 li p.p2 {
  color: #2aea1b;
}

.buttonsBox .buttons {
  width: 100%;
  text-align: center;
  padding: 10px;
  line-height: 30px;
  margin: 5px 0 0;
}

.titles {
  padding: 80px 0;
}

.titles h2 {
  color: #000;
  line-height: 70px;
  font-size: 30px;
}

.titles p {
  color: #666;
  font-size: 18px;
  line-height: 1em;
}

.indexBox2 li {
  padding: 50px 2%;
}

.indexBox2 li .texts {
  width: calc(100% - 60px);
}

.indexBox2 li .texts h2 {
  color: #000;
  font-size: 18px;
  line-height: 35px;
}

.indexBox2 li .texts p {
  font-size: 14px;
  line-height: 1.4em;
  color: #666;
}

.indexLines {
  width: 100%;
  height: 1px;
  background: #eee;
}

.indexBox3 {
  background: url("../image/indexBg001.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-top: 180px;
  margin-top: 50px;
}

.indexBox3 .texts {
  right: 0;
}

.indexBox3 .texts h2 {
  font-size: 20px;
  line-height: 2.5em;
}

.indexBox3 .texts p {
  color: #fff;
}

.indexBox4 {
  padding: 45px 0;
  background: url("../image/indexBg002.jpg") no-repeat center top;
  background-size: 100% 70%;
}

.indexBox4 h2 {
  color: #fff;
  line-height: 40px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  margin-bottom: 40px;
}

.indexBox4 .indexBox4Box {
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
}

.indexBox5 {
  padding: 80px 0;
  background: #f8f8f8;
}

.indexBox5 .am-container {
  position: relative;
}

.indexBox5 .texts {
  left: 0;
}

.indexBox5 .texts h2 {
  font-size: 30px;
  line-height: 1.5em;
  padding: 20px 0;
}

.indexBox5 .texts h3 {
  color: #fd910e;
  font-size: 20px;
}

.indexBox5 .texts p {
  line-height: 2em;
}

.indexBox5 .texts .lists {
  margin: 15px 0 10px;
  overflow: hidden;
}

.indexBox5 .texts .lists span {
  width: 50%;
  display: block;
  line-height: 20px;
  padding: 10px 0;
  float: left;
}

.indexBox5 .texts .lists img {
  margin-right: 5px;
  vertical-align: middle;
}

.btnList .buttons {
  line-height: 50px;
  width: calc((100% - 60px) / 3);
  text-align: center;
  margin: 20px 20px 0 0;
}

.footer {
  background: #000;
}

.footer .footerBox1 {
  border-bottom: 1px solid #fd920e;
  padding: 50px 0;
  background: url("../image/indexBg003.png") no-repeat center top;
  background-size: 100% 100%;
}

.footer .footerBox1 .logos {
  padding: 0;
}

.footer .footerBox1 .buttonsBox {
  padding: 0;
}

.footer .footerBox1 .logos i {
  font-style: italic;
  font-size: 34px;
  line-height: 40px;
  margin-top: 20px;
  display: inline-block;
  margin-left: 10px;
}

.footer .footerBox2 {
  padding: 60px 0 80px;
}

.footer .footerBox2 h2 {
  font-size: 20px;
  line-height: 60px;
}

.footer .footerBox2 h2.white {
  color: #fff;
}

.footer .footerBox2 p {
  line-height: 2em;
  color: #fff;
}

.footer .footerBox3 .lines {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.footer .copy {
  color: #999;
  line-height: 30px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.links {
  padding-bottom: 80px;
}

.indexBox5_2 {
  background: #fff;
}

.indexBox4_2 {
  background-size: 100% 100%;
}

.indexBox4Box2 img {
  margin-top: -18%;
}

.mt4box1 {
  background: #f8f8f8;
  padding: 50px 0;
}

.mt4box1 li p {
  line-height: 2em;
  margin-top: 10px;
}

.contentNote {
  padding: 0 0 20px;
}

.contentNote h2 {
  color: #fd920e;
  font-size: 20px;
  line-height: 2.5em;
  margin-top: 50px;
}

.contentNote p {
  color: #666;
  line-height: 2em;
  margin-bottom: 20px;
}

.nyNavBox {
  padding: 0;
}

.contentNoteRight {
  padding-left: 50px;
}

.nyNav {
  width: 100%;
  margin-top: 50px;
  background: #f8f8f8;
}

.nyNav li {
  padding: 0 30px;
  transition: all 0.3s;
}

.nyNav li a {
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
  line-height: 60px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}

.nyNav li a img {
  right: 0;
  display: none;
}

.nyNav li.active,
.nyNav li:hover {
  background: #fd920e;
}

.nyNav li.active a,
.nyNav li:hover a {
  border-color: #fd920e;
  color: #fff;
}

.nyNav li.active img,
.nyNav li:hover img {
  display: block;
}

.news .items a {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
  transition: all 0.3s;
}

.news .items .times {
  width: 100px;
}

.news .items .texts {
  width: calc(100% - 120px);
}

.news .items .times h2 {
  color: #999;
  font-size: 24px;
  line-height: 50px;
}

.news .items .times p {
  color: #999;
}

.news .items .texts h2 {
  transition: all 0.5s;
  font-size: 20px;
  color: #000;
  line-height: 50px;
}

.news .items .texts p {
  color: #999;
}

.news .items a:hover {
  background: #f8f8f8;
  border-color: #eee;
}

.news .items a .am-u-lg-offset-1 {
  transition: all 0.5s;
}

.news .items a:hover .am-u-lg-offset-1 {
  margin-left: 5%;
}

.news .items a:hover .texts h2 {
  color: #fd920e;
}

.pages {
  text-align: right;
  margin: 50px 0;
}

.pages .items {
  margin-bottom: 10px;
  background: #f8f8f8;
  border: 1px solid #eee;
  line-height: 35px;
  width: 35px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s;
}

.pages .items.active,
.pages .items:hover {
  background: #fd920e;
  color: #fff;
  border-color: #fd920e;
}

.pages .items.a1 {
  width: 80px;
}

.pagination li{display: inline-block;float: left;margin-left: 5px;}
.pagination li>*{display: inline-block;padding: 4px 15px;border: solid 1px #EEEEEE;background: #f8f8f8;}
.pagination li.active>*,.pagination li:hover>*{background: #fd920e;border-color: #fd920e;color: #ffffff;}

.contentNote3 {
  background: #f8f8f8;
  margin-top: 140px;
}

.contentNote3 .titles {
  padding: 50px 0;
}

.contentNote3Box {
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 0;
  padding-right: 0;
}

.contentNote3Box img {
  height: 100%;
  width: 100%;
}
.contentNote3Box01 > h2 {
  color: #fd920e;
  font-size: 20px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

.contentNote3Box01 {
  padding: 0 50px 50px;
}

.contentNote3Box01 .itmes {
  margin: 20px 0;
}

.contentNote3Box01 .itmes > span {
  display: block;
  width: 150px;
}

.contentNote3Box01 .itmes p {
  font-size: 16px;
  line-height: 2em;
}

.contentNote3Box01 .itmes p span {
  color: #fd920e;
}
.detailsPage {
  text-align: center;
}
.detailsPage > .title {
  font-size: 32px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 43px;
  margin: 0 auto;
  display: inline-block;
  margin-top: 114px;
}
.detailsPage .time {
  font-size: 12px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 53px;
  margin: 20px 0;
}
.detailsPage span {
  font-size: 18px;
  font-weight: bold;
}
.detailsPage img {
  width: 80%;
  height: 60%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
.detailsPage i {
  font-size: 12px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  display: block;
}
.detailsPage p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
  text-align: left;
  margin-bottom: 5px;
  text-indent: 25px;
}
.detailsPage .topNews {
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  text-align: left;
}
.nyNav2 {
  bottom: 0;
  background: #fff;
  display: flex;
  border-bottom: 1px solid #eee;
}

.nyNav2 .items {
  border-right: 1px solid #f5f5f5;
  background: none;
  text-align: center;
  line-height: 60px;
}

.nyNav2 .items:nth-last-child(1) {
  border-right: none;
}

.nyNav2 .items a {
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}

.nyNav2 .items a.active {
  border-color: #fd920e;
  color: #fd920e;
}

.productBox1 {
  padding: 50px 0;
  overflow: hidden;
}

.productBox1 h2 {
  font-size: 24px;
  color: #000;
  padding: 20px 0;
}

.productBox1 p {
  font-size: 14px;
  line-height: 2em;
}

.productbox03Box {
  padding: 30px 0;
}

.productbox03 h2 {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.productbox03 p {
  color: #fff;
}

.productbox04 {
  padding: 50px 0;
}

.productbox04 li {
  padding: 20px 80px;
}

.productbox04 li .texts {
  width: calc(100% - 110px);
}

.productbox04 li .texts h2 {
  font-size: 18px;
  line-height: 50px;
}

.productbox04 li .texts p {
  line-height: 1.6em;
}

.productbox04_2 {
  background: #f8f8f8;
}

.productbox04_2 li {
  padding: 20px;
  position: relative;
}

.productbox04_2 li .texts {
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translate(0, -50%);
  width: calc(100% - 120px);
}

.productbox04_2 li .texts h2 {
  line-height: 1.8em;
  font-size: 16px;
}

.productbox04_2 .aboutBox1con li .texts {
  left: 100px;
}

.productbox05 {
  padding: 80px 0;
}

.productbox05 table {
  width: 100%;
  border: 1px solid #fd920e;
}

.productbox05 table th {
  color: #fff;
  background: #fd920e;
  text-align: center;
  border-right: 1px solid #fff;
}

.productbox05 table th:nth-last-child(1) {
  border: none;
}

.productbox05 table th,
.productbox05 table td {
  padding: 10px 0;
}

.productbox05 table td {
  border-bottom: 1px dashed #fd920e;
  border-right: 1px dashed #fd920e;
}

.productbox05 table tr:nth-last-child(1) td {
  border-bottom: none;
}

.productbox05 table tr td:nth-last-child(1) {
  border-right: none;
}

.forms .items {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  float: left;
  margin-bottom: 25px;
}

.forms .items.itemsBig {
  width: 100%;
}

.forms .items input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #eee;
}

.forms .items textarea {
  padding: 15px;
  width: 100%;
  height: 150px;
  border: 1px solid #eee;
}

.forms .items:nth-child(3n) {
  margin-right: 0;
}

.forms .btns .buttons {
  line-height: 50px;
  width: 50%;
  margin: 30px auto 0;
  display: block;
}

.aboutBox1con {
  padding: 20px 50px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.aboutBox1 {
  background: url("../image/indexBg002.jpg") center bottom no-repeat;
  background-size: 100% 60%;
  padding-top: 20px;
}
.android-download-btn{position: relative;}
.download-sub{display:none;position: absolute;left: 0;top: 50px;background: #ffffff;color: #333333;text-align: center;border: solid 1px #f1f1f1;line-height: 25px;}
.download-sub img{width: 170px;padding: 5px 5px 0 5px;box-sizing: border-box;}
@font-face {
  font-family: 'iconfont';  /* project id 1759973 */
  src: url('../font/font_1759973_2virgw08szu.eot');
  src: url('../font/font_1759973_2virgw08szu.eot#iefix') format('embedded-opentype'),
  url('../font/font_1759973_2virgw08szu.woff2') format('woff2'),
  url('../font/font_1759973_2virgw08szu.woff') format('woff'),
  url('../font/font_1759973_2virgw08szu.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1759973_2virgw08szu.svg#iconfont') format('svg');
}
.icon:before{font-family: iconfont;font-size: 13px;padding-right: 5px;}
.icon-up:before{content: '\e610';color: #6ae501;}
.icon-down:before{content: '\e653';color: #d40000;}

.scroll {overflow: hidden;white-space: nowrap;line-height: 65px;}
.scroll li{display: inline-block;color: #F1F1F1;}
.wechat-open{position: fixed;left: 0;right: 0;top: 0;bottom: 0;display: none;
  z-index: 10000000;background-color: rgba(0,0,0,0.8);background-size: 100% auto;background-position: center top;background-repeat: no-repeat;}

@media (max-width: 1440px) {
  .indexBox1 li {
    padding: 0 2%;
  }

  .footer .footerBox1 .logos i {
    font-size: 24px;
  }
  .detailsBox {
    width: 1126px;
  }
}

@media (max-width: 1200px) {
  .indexBox1 li {
    padding: 0 1%;
  }
  .detailsBox {
    width: 900px;
  }
  .productbox04 li {
    padding: 20px 40px;
  }

  .productbox04_2 li {
    padding: 20px 10px;
  }
}

@media (max-width: 1024px) {
  .header {
    padding: 5px 0;
  }
  .detailsBox {
    width: 800px;
  }
  .header .navs > ul > li {
    margin: 0 5px;
  }

  .header .navs > ul > li > a {
    font-size: 13px;
    padding: 0 5px;
  }

  .banner .items .texts h2 {
    font-size: 24px;
  }

  .banner .items .texts p {
    font-size: 24px;
  }

  .titles {
    padding: 20px 0;
  }

  .titles h2 {
    line-height: 50px;
    font-size: 24px;
  }

  .titles p {
    font-size: 14px;
  }

  .indexBox3Box {
    padding: 0;
  }

  .indexBox2 li {
    padding: 15px 2%;
  }

  .indexBox3 {
    margin-top: 20px;
    padding: 30px 0;
  }

  .indexBox5 .texts {
    position: static;
    transform: translate(0, 0);
  }

  .mt4box1 {
    padding: 20px 0;
  }

  .mt4box1 li {
    margin-bottom: 10px;
  }

  .nyNav {
    margin-top: 0;
  }

  .contentNoteRight {
    padding-left: 1.5rem;
  }
}

@media (max-width: 768px) {
  .titles h2 {
    line-height: 40px;
    font-size: 20px;
  }
  .detailsBox {
    width: 500px;
  }
  .titles p {
    font-size: 12px;
  }

  .indexBox1 li {
    padding: 0 5%;
  }

  .tops {
    padding: 8px 0;
  }

  .tops .language {
    line-height: 25px;
  }

  .tops .language img {
    width: 25px;
  }

  .tops .language select {
    height: 25px;
    line-height: 25px;
  }

  .banner .items .texts h2 {
    font-size: 14px;
  }

  .banner .items .texts p {
    font-size: 14px;
  }

  .indexBox1 .buttonsBox .buttons {
    padding: 3px 0;
  }

  .indexBox1 li:nth-child(2n) {
    border: none;
  }

  .indexBox3 .texts {
    position: static;
    transform: translate(0, 0);
    margin-top: 15px;
  }

  .indexBox4 {
    padding: 20px 0;
  }

  .indexBox4 h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .indexBox5 {
    padding: 30px 0 10px;
  }

  .indexBox5 .texts {
    margin-bottom: 20px;
  }

  .indexBox5 .am-container,
  .footerBox1 .am-container {
    padding: 0;
  }

  .btnList .buttons {
    padding: 0;
    line-height: 35px;
    margin-top: 5px;
  }

  .footer .footerBox1 {
    padding: 20px 0;
  }

  .footer .footerBox1 .logos img {
    width: 40%;
  }

  .footer .footerBox1 .logos i {
    font-size: 14px;
    margin: 5px 0 0;
  }

  .footer .footerBox2 {
    padding: 20px 0;
  }

  .indexBox5 .texts h2 {
    font-size: 20px;
  }

  .indexBox5 .texts h3 {
    font-size: 18px;
  }

  .links {
    padding-bottom: 20px;
  }

  .mt4box1 li img {
    width: 30%;
  }

  .banner .items .texts2 {
    margin-top: -25px;
  }

  .banner .items .texts2 h2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .banner .items .texts2 p {
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .menu img {
    width: 40px;
    margin-top: 10px;
  }

  .banner .items .texts h3 {
    font-size: 18px;
  }

  .banner2 img {
    max-width: 360%;
    width: 360%;
    margin-left: -80%;
  }

  .contentNote {
    padding: 0;
  }

  .contentNote h2 {
    margin-top: 10px;
    font-size: 18px;
  }

  .contentNoteRight {
    padding-left: 1rem;
  }

  .contentNote3Box01 {
    padding: 0 10px 20px;
  }

  /* .banner .items .texts3 h2{ font-size: 18px } */

  /* .banner .items .texts3 h3{ font-size: 14px;  } */

  /* .banner .items .texts3 p{ font-size: 12px } */

  .banner .items .texts3 {
    margin-top: -20px;
  }

  .banner .items .texts3 .buttons {
    line-height: 35px;
    margin: 0;
  }

  .nyNav2 {
    width: 100%;
    position: static;
    transform: translate(0, 0);
  }

  .nyNav2 .items,
  .nyNav2 .items a {
    line-height: 40px;
    height: 40px;
  }

  .nyNav2 .items a {
    padding: 0;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .productBox1 {
    padding: 20px 0;
  }

  .productBox1 h2 {
    font-size: 20px;
  }

  .productBox1 p {
    font-size: 14px;
  }

  .banner .items .texts h4 {
    width: 100%;
    margin-top: 10px;
  }

  .productbox04 {
    padding: 20px 0;
  }

  .productbox04 li {
    padding: 10px 0;
  }

  .productbox04 li img {
    width: 60px;
  }

  .productbox04 li .texts {
    width: calc(100% - 70px);
  }

  .productbox05 {
    padding: 20px 0;
  }

  .productbox05 .am-container {
    padding: 0;
  }

  .productbox04_2 li .texts h2 {
    font-size: 14px;
  }

  .banner .items .texts3 h2 {
    font-size: 30px;
  }

  .productbox04_3 li .texts h2 {
    padding: 6% 0;
  }

  .productbox04_2 li .texts {
    left: 70px;
    width: calc(100% - 80px);
  }

  .aboutBox1con {
    padding: 20px;
  }

  .productbox04_2 .aboutBox1con li .texts {
    left: 80px;
  }

  .news .items .texts h2 {
    line-height: 30px;
    font-size: 18px;
  }
  .news .items .times h2 {
    line-height: 30px;
    font-size: 18px;
  }
  .news .items a {
    padding: 15px 0;
  }
  .news .items .times {
    width: auto;
  }
  .news .items .texts {
    width: calc(100% - 60px);
  }
  .pages {
    padding: 0;
    margin: 20px 0;
  }
  .header {
    top: 40px;
  }
  .banner,
  .contentNote3 {
    margin-top: 110px;
  }
}

.tv-widget-ticker__row {
  background: #000;
}

.a-items {
  display: flex;
}

.a-items img {
  width: 300px;
}

.a-title {
  margin-left: 20px;
  width: 70%;
}

.article h1{
  margin: 20px auto;
  text-align: center;
}

.a-title a {
  font-size: 22px;
}

.a-title a:hover {
  color: orange;
}

.a-title p {
  margin-top: 20px;
  color: #6f6f6f;
}

.a-page {
  display: flex;
  justify-content: center;
}

.pagination span,
.pagination a {
  padding: 10px;
}

.pagination .active {
  color: orange!important;
}

.show-a {
  margin-top: 20px;
}

.show-a .title,
.show-a .time {
  text-align: center;
}

.up-down {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.up-down a {
  color: orange;
}

.a-list {
  display: flex;
}

.article-types-section {
  width: 100%;
  padding: 30px 0px;
  margin: 0;
  float: left;
  background-color: #f5f6f8;
}

.a-list {
  width: 100%;
  justify-content: space-between;
  height: 330px;
}

.a-item {
  width: 24%;
  border: 1px solid #CCCCCC;
}

.a-item img {
  height: 166px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: unset!important;
}

.a-item .title,
.a-item .description {
  padding-left: 10px;
  padding-right: 10px;
}

.a-item .title {
  font-size: 18px;
}

.a-item .title:hover {
  color: orange;
}

.a-item .description {
  color: #908787;
  margin-top: 10px;
}
