.icon {
  width: 5em;
  height: 5em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.icon-s {
  width: 2em;
  height: 2em;
  vertical-align: -0.5em;
  fill: #000;
  overflow: hidden;
}



.index-header {
  width: 100%;
  background: url(../image/fbg.jpg) no-repeat;
  height: 550px;
  background-size: cover;
}

.index-toolbar {
  width: 100%;
  
  background-color: #224d77;
  padding: 5px 0px;
}

.index-tel {
  line-height: 2;
  display: inline;
  color: #ffff;
  font-size: 14px;
}

.language {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 25px;
  background-color: #fff;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  padding: 0px 10px;
  color: #424242;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

.language a {
  color: #424242;
  font-size: 12px;
}

.language:hover {
  height: 78px;
}

.index-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -280px;
  font-size: 36px;
  color: #224d77;
  text-align: center;
}

.btn {
  margin: 40px 20px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  width: 200px;
  display: inline-block;
  border: 1px solid #224d77;
  color: #224d77;
  transition: background-color .3s ease-in-out 0s;
  border-radius: 5px;
}

.btn-def:hover {
  background: #224d77;
  color: #ffffff;
}

.btn-blue:hover {
  background: #e6eaed;
  color: #224d77;
}

.btn-blue {
  background: #224d77;
  color: #ffffff;
}


.menu {
  margin: auto;
  padding: 15px 0px;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}

.menu-item {
  
}

.index-logo {
  flex-grow: 0;
}

.index-logo img {
  width: 70%;
  vertical-align: bottom;
}

.menubar {
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.menubar-item {
  text-align: center;
  flex-grow: 1;
}

.menubar-item>a {
  color: #224d77;
  font-size: 16px;
  transition: color 0.5s ease 0s;
}

.menubar-item>a:hover {
  color: #48a7fe;
}

.index-banner {}


.index-blue {
  background-color: #224D77;
  padding: 40px 0px;
  overflow: hidden;
}

.index-record {
  display: flex;
  flex-flow: row nowrap;
}

.index-record-item {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid rgba(109, 153, 186, 0.2);
}

.index-record-item:first-child {
  border-left: 0px;
}

.index-record-item p {
  color: #fff;
  font-size: 18px;
}

.index-record-data {
  width: 100%;
  font-size: 40px;
  margin: 30px 0px;
  color: #97d6ed;
}


.index-product {}

.index-product-header {
  line-height: 2;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

.index-product-header>h3 {
  font-size: 26px;
  color: #1d3658;
}

.index-product-desc {
  font-size: 14px;
  color: #a2a2a2;
}

.index-product-body {
  display: flex;
  flex-flow: row nowrap;
}

.index-product-item {
  flex-grow: 0;
  width: 33.3333%;
  margin: 0px 10px;
  padding: 10px;
  border: 1px solid rgba(60, 113, 177, 0.4);
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}

.index-product-item:hover {
  -moz-box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  -webkit-box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  color: rgb(28, 177, 245);
  border: 1px solid rgba(60, 113, 177, 1);
}

.index-product-item-thumb {
  overflow: hidden;
}

.index-product-item-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.index-product-item-tit {
  line-height: 2;
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  color: #626262;
}



.index-news {}

.index-news-header {
  line-height: 2;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

.index-news-header>h3 {
  font-size: 26px;
  color: #1d3658;
}

.index-news-desc {
  font-size: 14px;
  color: #a2a2a2;
}

.index-news-body {
  display: flex;
  flex-flow: row nowrap;
  
}

.index-news-body-item {
  flex-grow: 1;
}

.index-news-body-item-photo {
  width: 50%;
  flex-grow: 0;
}

.index-news-body-photo {
  padding: 50px;
  width: 100%;
  background-color: #f4f4f4;
  transition: all 0.5s ease-in-out;
}

.index-news-body-item-list {
  flex-grow: 1;
  padding-left: 30px;
  
}

.index-news-body-photo:hover {
  background-color: rgba(60, 113, 177, 1);
}

.index-news-body-photo:hover .index-news-body-tit {
  color: #fff;
}

.index-news-body-photo:hover .index-news-body-desc {
  color: #fff;
  position: relative;
  left: 20px;
}

.index-news-body-tit {
  line-height: 2;
  font-size: 16px;
  color: #626262;
  transition: all 0.5s ease-in-out;
}

.index-news-body-desc {
  display: block;
  width: 80%;
  color: #929292;
  line-height: 2;
  font-size: 12px;
  position: relative;
  left: 0px;
  transition: all 0.5s ease-in-out .2s;
}

.index-news-body-thumb {
  width: 100%;
  vertical-align: bottom;
}

.index-news-body-list {
  border-top: 1px solid #e4e4e4;
  padding: 24px 20px;
  background-color: #f4f4f4;
  transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}

.index-news-body-list:hover {
  background-color: rgba(60, 113, 177, 1);
}

.index-news-body-list:hover .index-news-body-list-tit>a {
  color: #ffffff;
  
}

.index-news-body-list:hover .index-news-body-list-tit {
  
  background: url(../image/arrow2.png) no-repeat left;
}

.index-news-body-list:hover .index-news-body-list-desc {
  color: #ffffff;
  left: 2em;
}
.index-news-body-list:hover .index-news-body-list-date {
  color: #ffffff;
  text-indent: 2em;
  
}


.index-news-body-list-tit {
  background: url(../image/arrow.png) no-repeat left;
  line-height: 2;
  text-indent: 1.5em;
  transition: all 0.5s ease-in-out;
}

.index-news-body-list-tit>a {
  color: #626262;
  transition: all 0.5s ease-in-out;
}

.index-news-body-list-tit>a:hover {
  color: #CD0200;
}
.index-news-body-list-date{
  line-height: 2;
  
  font-size: 12px;
  color: #626262;
  transition: all 0.3s ease-in-out;
}

.index-news-body-list-desc {
  width: 90%;
  position: relative;
  left: 0px;
  line-height: 2;
  font-size: 12px;
  color: #929292;
  transition: all 0.3s ease-in-out .2s;
}


.index-about {}

.index-about-header {
  line-height: 2;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

.index-about-header>h3 {
  font-size: 26px;
  color: #1d3658;
}

.index-about-desc {
  font-size: 14px;
  color: #a2a2a2;
}

.index-about-body p {
  line-height: 2;
  text-indent: 30px;
  color: #626262;
}


.index-holder-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  height: 200px;
  padding-top: 50px;
}

.index-holder-parent-title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  line-height: 2;
}

.index-holder-parent-desc {
  font-size: 14px;
  color: #e2e2e2;
  line-height: 2;
}

.index-holder {
  background-color: #224d77;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.index-gray {
  background-color: #fafafa;
  padding: 15px 0px;
}

.index-whilt {
  background: url(../image/bg.png);
  padding: 20px 0px 40px 0px;
}

#holder {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner {
  
  overflow: hidden;
  width: 100%;
  height: 300px;
  background: url(404.png) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}

.tools {
  margin: 15px 0px;
  height: 150px;
  line-height: 150px;
  background-color: #eeeeee;
  background: url(404.png) no-repeat;
}

.products-type {
  padding: 50px;
  width: 100%;
  height: 168px;
  background-color: rgb(244, 244, 244);
}

.pt {
  text-align: center;
  width: 20%;
  float: left;
}

.pt-img {
  margin: auto;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
}

.pt-title {
  
  line-height: 200%;
}

.pt-title a {
  font-size: 18px;
  line-height: 200%;
  color: rgb(67, 67, 67);
}

.products {
  text-align: center;
}

.wpline-wrapper {
  width: 64px;
  height: 4px;
  background-color: #1c445d;
}

.product-title {
  
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  font-size: 36px;
  
  color: #1c445d;
  
}

.product-list {}

.product-list-intro li {
  background-color: #f4f4f4;
  margin: 50px 75px 0px 0px;
  float: left;
  border: 1px solid rgb(238, 238, 238);
  
}

.row-last-child {
  margin-left: 0x !important;
  margin-right: 0px !important;
}


.product-list-block {
  margin: auto;
  display: block;
  position: relative;
  overflow: hidden;
  
  
  
  
  color: #7a7a7a;
}

.product-list-intro li:hover {
  -moz-box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  -webkit-box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  
  color: rgb(28, 177, 245);
  border: 1px solid rgb(255, 102, 0);
  
  
}

.product-list-block:hover img {
  
  
  filter: brightness(100%);
}


.product-list-thumb {
  margin: 15px auto;
  width: 210px;
  height: 210px;
  background-color: #ffffff;
}

.product-list-thumb img {
  width: 100%;
  filter: brightness(90%);
  transition: all .6s ease 0s;
}

.product-list-title {
  margin: 15px 15px 15px 15px;
  line-height: 200%;
  transition: color .8s ease .3s;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}

.product-list-caption {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list-desc {
  line-height: 200%;
  font-weight: 300;
  font-size: 14px;
  font-family: "microsoft yahei";
  
  
  
  
  
  
}

.more {
  padding: 0 5px;
  margin: 50px auto;
  text-align: center;
  font-size: 14px;
  display: block;
  border: 1px solid #a0a0a0;
  border-radius: 40px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #808080;
  transition: border, background-color 1s ease 0s;
  background: url(../image/ovalbg.png) 50% 50% repeat-x;
}

.more:hover {
  color: #fff;
  border: 0px;
  background-color: #1c445d;
}

.morthan {
  float: right;
  font-size: 14px;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #5a5a5a;
  border: 1px solid #ccc;
  border-radius: 40px;
  background: url(../image/ovalbg.png) 50% 50% repeat-x;
  
}

.morthan:hover {
  
  background-color: rgb(120, 120, 120);
  -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  color: #f9f9f9;
}

.about {
  font-size: 18px;
  line-height: 40px;
  
}

.about h3:after {
  position: relative;
  top: -4px;
  display: block;
  content: ' ';
  width: 85px;
  height: 2px;
  background-color: rgb(28, 177, 245);
  
}

.aboutintro {
  margin: 40px 0px;
}

.about-show {
  float: left;
  width: 45%;
}

.post-bg {
  position: relative;
}

.imgdiv {
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: 1;
  width: 100%;
}

.img-post-bg {
  width: 100%;
  height: 330px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 0;
}

.about-content {
  float: left;
  width: 55%;
  padding: 0px 0px 0px 40px;
  line-height: 200%;
  
  color: #666666
}

.about-content-intro {
  padding: 20px 0px;
}

.newlist-box li {
  float: left;
  
  padding: 15px;
  margin: 20px 30px 40px 0px;
}

.newlist-box {
  
  
  
}

.new-intro {
  width: 100%;
  overflow: hidden;
  
}

.new-intor-thumb {
  width: 350px;
  height: 220px;
  overflow: hidden;
  
}

.new-intor-title {
  line-height: 200%;
  margin-top: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555555;
  width: 350px;
  
}

.new-intro-desc {
  width: 350px;
  line-height: 150%;
  font-weight: 300;
  font-size: 14px;
  font-family: "microsoft yahei";
  overflow: hidden;
  
  text-overflow: ellipsis;
  color: #5a5a5a
}

.data-item {
  position: relative;
  padding: 20px 20px;
}

.year {
  display: inline-block;
}

.post_date {
  display: block;
}

.data-wrap {
  position: absolute;
  height: 75px;
  left: 0px;
  top: 0px;
}

.footer {
  overflow: hidden;
  
  position: relative;
  
  background-color: #224d77;
  padding: 40px 0px;
  text-align: left;
  
}

.footer .sitemap {
  color: #e2e2e2;
  font-size: 14px;
  margin-bottom: 24px;
}

.footer a {
  color: #e2e2e2;
  font-size: 12px;
}

.sitemap>a {
  font-size: 14px;
}

.footer p {
  color: #e2e2e2;
  line-height: 2;
  font-size: 12px;
}

.flink {
  color: #ffffff;
  margin-top: 20px;
  line-height: 2;
  padding: 15px 0px;
  background-color: #224d77;
  border-bottom: 1px solid rgb(116, 133, 145);
}

.flink a {
  color: #e2e2e2;
  font-size: 14px;
}

.links {
  font-size: 0px;
  margin-bottom: 15px;
  background-color: #ffffff;
  
  
  
}

.links>ul>li {
  display: inline-block;
  width: 260px;
  height: 100px;
  background-color: #ccc;
  margin-left: 20px;
}

.links>ul>li:first-child {
  margin-left: 0px;
}

.copyrigt {
  position: relative;
  
  line-height: 200%;
  text-align: center;
  color: #999999;
  font-size: 14px;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}



.channel-banner {
  height: 300px;
  text-align: center;
  background: url(../image/2.webp) no-repeat center;
  background-size: cover;
}

.channel-location {
  border-bottom: 1px solid #e0e0e0;
  line-height: 2;
  padding: 15px 0px 15px 30px;
  color: #626262;
}

.channel-location a {
  color: #626262;
  font-size: 16px;
}


.channel-product {
  padding: 30px 0px 0px 0px;
}

.channel-product-header {
  text-align: center;
  line-height: 2;
}

.channel-product-header>h2 {
  width: -webkit-fit-content;
  margin: auto;
  font-size: 36px;
  font-weight: bold;
  color: #224d77;
  position: relative;
}

.channel-product-header>h2::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 6px;
  left: 25%;
  bottom: -10px;
  border-radius: 10px;
  background-color: #feb51b;
}

.channel-product-menubar {
  padding: 30px 0px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.channel-product-menubar-item {
  
  ;
  
  flex-grow: 0;
  line-height: 2;
  text-align: center;
  
}

.channel-product-btn {
  margin: 15px;
  padding: 10px 50px;
  display: block;
  
  font-size: 16px;
  line-height: 2;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.channel-product-defbtn {
  background-color: #3b88d0;
}

.channel-product-actbtn {
  background-color: #ffaa00;
}

.channel-product-btn:hover {
  background-color: #ffaa00;
}

.channel-product-body {
  display: flex;
  flex-flow: row wrap;
}

.channel-product-item {
  flex-grow: 0;
  width: 33.3333%;
  padding: 10px;
}

.channel-product-thumb {
  overflow: hidden;
  position: relative;
}

.channel-product-thumb img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}

.channel-product-tit {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0);
  font-weight: bold;
}

.channel-product-thumb:hover img {
  transform: scale(1.2);
}

.channel-product-thumb:hover .channel-product-tit {
  background-color: rgba(0, 0, 0, .6);
  color: rgba(255, 255, 255, 1);
}


.channel-about {
  padding: 30px 0px 0px 0px;
}

.channel-about-body {
  padding: 30px 0px 0px 0px;
}

.channel-about-header {
  text-align: center;
  line-height: 2;
}

.channel-about-header>h2 {
  width: -webkit-fit-content;
  margin: auto;
  font-size: 36px;
  font-weight: bold;
  color: #224d77;
  position: relative;
}

.channel-about-header>h2::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 6px;
  left: 25%;
  bottom: -10px;
  border-radius: 10px;
  background-color: #feb51b;
}

.channel-about-photo {
  display: flex;
  flex-flow: row nowrap;
  
  padding: 14px 7px;
}

.channel-about-photo-item {
  flex-grow: 0;
  padding: 0px 7px;
}

.channel-about-honor:hover img {
  transform: scale(1.1);
}

.channel-about-photo-item img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}

.channel-about-content {
  padding: 20px 0px;
  line-height: 2;
  text-indent: 2em;
}


.channel-strength {
  padding: 30px 0px 0px 0px;
}

.channel-strength-header {
  text-align: center;
  line-height: 2;
}

.channel-strength-header>h2 {
  width: -webkit-fit-content;
  margin: auto;
  font-size: 36px;
  font-weight: bold;
  color: #224d77;
  position: relative;
}

.channel-strength-header>h2::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 6px;
  left: 25%;
  bottom: -10px;
  border-radius: 10px;
  background-color: #feb51b;
}

.channel-strength-body {
  display: flex;
  flex-flow: row wrap;
  
  padding: 30px 0px;
}

.channel-strength-item {
  flex-grow: 0;
  width: 25%;
  position: relative;
}

.channel-strength-item-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out 0.1s;
}

.mask-tit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0);
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.channel-strength-item:hover .channel-strength-item-mask {
  background-color: rgba(0, 0, 0, 0.3);
}

.channel-strength-item:hover .mask-tit {
  color: rgba(255, 255, 255, 1);
}

.channel-strength-item:hover img {
  transform: scale(1.1);
}

.channel-strength-item img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}


.channel-contact {
  padding: 30px 0px 0px 0px;
}

.channel-contact-header {
  text-align: center;
  line-height: 2;
}

.channel-contact-header>h2 {
  width: -webkit-fit-content;
  margin: auto;
  font-size: 36px;
  font-weight: bold;
  color: #224d77;
  position: relative;
}

.channel-contact-header>h2::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 6px;
  left: 25%;
  bottom: -10px;
  border-radius: 10px;
  background-color: #feb51b;
}

.channel-contact-body {
  padding: 30px 0px 0px 0px;
}

.channel-contact-body-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}

.channel-contact-body-icon-item {
  padding: 20px 0px;
  flex-grow: 0;
  width: 33.33333%;
  text-align: center;
  border-left: 1px dashed #f0f0f0;
  transition: all 0.5s ease-in-out;
}

.channel-contact-body-icon-item:hover {
  background-color: #f0f0f0;
  
}

.channel-contact-body-icon-item:first-child {
  border-left: none;
}

.contact-icon {
  padding: 10px 0px;
}

.contact-icon-text {
  line-height: 3;
  font-weight: 600;
  color: #696969;
  font-size: 1.2em;
}

.channel-contact-body-map {
  height: 500px;
  border: 1px solid rgb(224 224 224);
  margin: 50px 0px;
}


.channel-news {
  padding: 30px 0px 0px 0px;
}

.channel-news-header {
  text-align: center;
  line-height: 2;
}

.channel-news-header>h2 {
  width: -webkit-fit-content;
  margin: auto;
  font-size: 36px;
  font-weight: bold;
  color: #224d77;
  position: relative;
}

.channel-news-header>h2::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 6px;
  left: 25%;
  bottom: -10px;
  border-radius: 10px;
  background-color: #feb51b;
}

.channel-news-body {
  padding: 30px 0px 0px 0px;
  display: flex;
  flex-flow: row wrap;
}

.channel-news-body-item {
  margin-top: 15px;
  padding: 15px;
  flex-grow: 0;
  width: 50%;
  border-right: 1px dashed #e2e2e2;
  transition: all 0.3s ease-in-out;
}

.channel-news-body-item:nth-child(2n) {
  border-right: none;
}

.channel-news-body-item:hover {
  border-bottom: none;
  background-color: rgba(60, 113, 177, 1);
}

.channel-news-body-item:hover .channel-news-item-tit {
  background: url(../image/arrow2.png) no-repeat left center;
  color: rgb(255, 255, 255);
}

.channel-news-body-item:hover .channel-news-item-desc {
  color: rgb(255, 255, 255);
}
.channel-news-body-item:hover .channel-news-item-date {
  color: rgb(255, 255, 255);
}

.channel-news-item-tit {
  background: url(../image/arrow.png) no-repeat left center;
  text-indent: 1.5em;
  line-height: 2;
  color: rgb(98 98 98);
  transition: all 0.3s ease-in-out;
}
.channel-news-item-date{
  text-indent: 1.5em;
  line-height: 1.5;
  color: rgb(98 98 98);
  font-size:14px;
  transition: all 0.3s ease-in-out;
}

.channel-news-item-desc {
  line-height: 2;
  font-size: 14px;
  padding: 0px 0px 0px 1.5em;
  color: rgb(146 146 146);
  transition: all 0.3s ease-in-out;
}


.content-product {
  padding: 30px 0px 0px 0px;
}

.content-product-photo {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 20px;
}

.content-product-photo-item {
  flex-grow: 0;
}

.content-product-photo-view {
  width: 50%;
}
.content-product-photo-desc{
  width: 50%;
  padding:0px 0px 0px 20px;
}

#gallery {
  height: 78.5%;
  width: 100%;
}

#thumbs {
  margin-top: 1.5%;
  height: 20%;
}

#thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

#thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.content-product-tit{
  padding:0px 0px 15px 0px;
}
.content-product-tit h1{
  font-weight: bold;
  line-height: 1.5;
}
.content-product-tit-body{
  display: flex;
  flex-flow: row nowrap;
  
}
.content-product-tit-lf{
  flex-grow:1;
  padding:10px 0px;
  
  font-size:16px;
  line-height: 2;
  margin:10px;
  display: flex;
  align-items: center;
  color: #626262;
  justify-content: center;
  
}
.content-product-tit-rt{
  flex-grow: 0;
  width: 75%;
  margin: 10px;
  line-height: 2;
  background-color: #f0f0f0;
  padding:10px;
}
ul li{
  list-style: inside;
}

.conetnt-product-application-header,
.conetnt-product-feature-header,
.conetnt-product-usage-header,
.conetnt-product-model-header,
.conetnt-product-notice-header {
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

.content-product-btn {
  display: inline-block;
  line-height: 2;
}

.conetnt-product-feature-header h2 {
  padding: 0px 10px;
  background-color: #EE9900;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.conetnt-product-application-header h2 {
  padding: 0px 10px;
  background-color: #EE9900;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.conetnt-product-usage-header h2 {
  padding: 0px 10px;
  background-color: #EE9900;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.conetnt-product-model-header h2 {
  padding: 0px 10px;
  background-color: #EE9900;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.conetnt-product-notice-header h2 {
  padding: 0px 10px;
  background-color: #EE9900;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.conetnt-product-application-body,
.conetnt-product-feature-body,
.conetnt-product-usage-body,
.conetnt-product-model-body,
.conetnt-product-notice-body {
  padding: 15px 0px;
  line-height: 2;
}


.content-news {
  margin: 30px auto;
  
}
.content-news-header{
  line-height: 2;
  border-bottom: dashed 1px   #e2e2e2;
}
.content-news-header h2{
  text-align: center;
}
.content-news-infos{
  text-align: center;
  color: #ccc;
}
.content-news-author{
  font-size:12px;
}
.content-news-adddate{
  font-size:12px;
}
.content-news-source{
  font-size:12px;
}
.content-news-body{
  padding:20px 0px;
  line-height: 2; 
  font-size:16px;
}


table.twt_table {
  width: 100%;
  text-align: center;
  border: 1px solid rgb(63 63 63);
  border-collapse: collapse;
}

table.twt_table tr:nth-child(odd) {
  background-color: rgb(245 245 245);
}

table.twt_table tr:nth-child(even) {
  background-color: rgb(255 255 255);
}

table.twt_table thead th {
  background-color: rgb(63 63 63);
}

table.twt_table thead {
  background-color: rgb(63 63 63);
  font-size: 18px;
  text-align: center;
  color: #fff;
  
}

table.twt_table th {
  padding: 9px;
  white-space: nowrap;
  border: 1px solid rgb(170 170 170);
}

table.twt_table td {
  padding: 9px;
  white-space: nowrap;
  border: 1px solid rgb(170 170 170);
}







.channel-pages {
  padding: 30px 0px;
}

.page_wrap {}

.paginator {
  text-align: center;
}

.paginator,
.paginator input,
.paginator button {
  font-family: Tahoma, "宋体";
  font-size: 12px;
}

.paginator a,
.paginator span {
  display: inline-block;
  padding: 10px;
  margin: 0 5px 0 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: #fff;
}

.paginator a {
  color: #085C9B;
}

.paginator b {
  font-family: "宋体";
  margin: 3px;
  font-weight: 300;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
  text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
  padding: 10px;
  border: 1px solid #D3D3D3;
  background: #ffffff;
}

.paginator .page-start {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-end {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-this,
.paginator .page-break {
  padding: 0 3px;
}

.paginator .page-break {
  border: 1px solid #fff;
}

.paginator .page-this {
  border: 1px solid #D3D3D3;
  background-color: #E9E9E9;
  color: #D4105A;
  padding: 10px;
  font-weight: bold;
}

.paginator .page-skip {
  height: 22px;
  line-height: 22px;
  padding: 0 3px;
  margin: 0;
  background: none;
}

.paginator .page-skip input {
  width: 26px;
  *width: 23px;
  height: 19px;
  line-height: 19px;
  border: 1px #D3D3D3 solid;
  font-size: 12px;
  margin: -1px 6px 0px 6px;
  #margin-top: 1px;
  _margin-top: 0px;
  padding: 0px 0px 0px 2px;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paginator .page-skip button {
  font-size: 12px;
  padding: 0 5px 5px 5px;
  _padding: 0 5px 0 5px;
  width: auto;
  _width: 0;
  height: 22px;
  *height: 23px;
  *line-height: 20px;
  _height: 16px;
  _line-height: 16px;
  margin-left: 10px;
  *margin-top: -1px;
  overflow: visible;
  vertical-align: top;
}

.paginator a:hover {
  border: 1px solid #A6A6A6;
  color: #868688;
}