<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
}
.top div:first-child img {
  width: 281px;
}

.top div:last-child input {
  width: 260px;
  border: 1px solid #e2e2e2;
  height: 41px;
  border-radius: 1px;
  font-size: 16px;
  text-indent: 10px;
}

.top div:last-child span {
  height: 43px;
  line-height: 43px;
  padding: 0 5px;
  font-size: 25px;
  cursor: pointer;
  background: #cecece;
  border-radius: 1px;
  float: right;
}
.daohang {
  background-color: #f6f6f6;
  border: 1px solid #cecdcd;
  height: 46px;
  position: relative;
}
.daohang &gt; span {
  display: none;
}
.daohang &gt; ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.daohang ul li {
  width: 200px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.daohang ul li a {
  display: inline-block;
  width: 200px;
  height: 46px;
  cursor: pointer;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.daohang &gt; ul &gt; li:hover {
  border-bottom: 2px solid #fac801;
}
.daohang ul li ul {
  background: #f1f1f2;
  display: none;
  padding: 0 0 18px 0;
  border-radius: 10px;
  z-index: 999;
}
.daohang ul li ul li {
  width: 200px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
}
.daohang ul li:hover &gt; ul {
  display: block;
  position: relative;
}
.daohang &gt; ul li:hover &gt; ul &gt; li:hover &gt; a {
  color: #1d5bab;
}
.daohang ul li:hover ul li ul {
  display: none;
}
.daohang ul li:hover ul li:hover ul {
  display: block;
  position: relative;
  left: 200px;
  top: -50px;
}

.container {
  width: 100%;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.index {
  width: 1200px;
  margin: 0 auto;
}
.index_top {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.to_left {
  width: 165px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  background: url(../img/jiantou.png) center no-repeat;
  text-align: center;
}

.footer {
  margin-top: 40px;
  background: #e8e7e7;
}
.footer_top {
  width: 1200px;
  height: 175px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_top ul:nth-child(4) {
  display: none;
}
.footer_top ul li {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.footer_top ul li:not(:nth-child(1)):hover {
  color: #1d5bab;
}
.footer_top ul li:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
.footer_top ul:nth-child(3) {
  height: 120px;
}
.footer_top .tubiao p {
  font-size: 16px;
  line-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_top .tubiao p:first-child {
  font-style: italic;
}
.erweima p {
  font-size: 16px;
  text-align: center;
}
.footer_bottom {
  width: 100%;
  background: #d9d8d8;
  height: 34px;
}
.footer_bottom p {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 34px;
}
/* é¦–é¡µéƒ¨åˆ†css */
.to_main {
  width: 1020px;
  height: 3px;
  border-bottom: 1px dashed #c4c4c4;
}
.index_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_main {
  width: 1200px;
  margin: 0 auto;
}
ul.index_main li:nth-child(1) {
  width: 390px;
  height: 260px;
  background-image: url(../img/index_1.png);
  background-size: cover;
}
ul.index_main li:nth-child(2) {
  width: 390px;
  height: 260px;
  background-image: url(../img/index_2.png);
  background-size: cover;
}
ul.index_main li:nth-child(3) {
  width: 390px;
  height: 260px;
  background-image: url(../img/index_3.png);
  background-size: cover;
}
ul.index_main li:nth-child(4) {
  /* width: 390px;
  height: 197px; */
  width: 390px;
  height: 260px;
  background-image: url(../img/index_4.png);
  background-size: cover;
}
ul.index_main li:nth-child(5) {
  /* width: 185px;
  height: 197px; */
  width: 390px;
  height: 260px;
  background-image: url(../img/index_5.png);
  background-size: cover;
}
ul.index_main li:nth-child(6) {
  /* width: 185px;
  height: 197px; */
  width: 390px;
  height: 260px;
  background-image: url(../img/index_6.png);
  background-size: cover;
}
ul.index_main li:nth-child(7) {
  width: 390px;
  height: 197px;
  background-image: url(../img/index_7.png);
  background-size: cover;
}
ul.index_main li {
  float: left;
  margin: 10px 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
ul.index_main li div {
  width: 100%;
  height: 0px;
  background: rgba(77, 70, 72, 0.5);
  color: bisque;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.7s 0.2s;
  transition: 0.7s 0.2s;
  z-index: 1;
}
ul.index_main h1 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
ul.index_main li p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
/* ul.index_main li::before,
ul.index_main li::after {
  content: '';
  width: 200px;
  height: 200px;
  background: rgba(150, 50, 100, 0.5);
  position: absolute;
  transition: 0.7s;
}
ul.index_main li::before {
  transform: rotate(45deg) translateX(-295px) scale(1.5);
}
ul.index_main li:hover::before {
  transform: rotate(45deg) translateX(-130px) scale(1.5);
}
ul.index_main li::after {
  transform: rotate(45deg) translateX(295px) scale(1.5);
}
ul.index_main li:hover::after {
  transform: rotate(45deg) translateX(130px) scale(1.5);
} */
ul.index_main li:hover div {
  height: 100%;
  color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* å›¾ç‰‡hoverç‰¹æ•ˆ xuanzhuan 
.index_main img {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.index_main img:hover {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
}
.index_main img {
  margin-top: 5px;
} */

.to_main2 {
  width: 965px;
  height: 3px;
  border-bottom: 1px dashed #c4c4c4;
}
.to_right a {
  font-size: 16px;
  color: #118901;
}
.index_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xinwenliebiao li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 720px;
  height: 78.5px;
  border-bottom: 1px dashed #c4c4c4;
}
.xinwenliebiao li h1:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 36px;
}
.xinwenliebiao li h1:first-child span:first-child {
  width: 475px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
}
.xinwenliebiao li h1:first-child span:first-child:hover {
  color: #3f7eb3;
}
.xinwenliebiao li h1:first-child span:last-child {
  color: #909090;
  float: right;
}
.xinwenliebiao li p:last-child {
  font-size: 16px;
  width: 650px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
}
.slideBox {
  width: 435px;
  height: 315px;
  position: relative;
  overflow: hidden;
}
.slideBox ul li img {
  width: 435px;
  height: 315px;
}
.slideBox ul {
  position: relative;
  width: 2000px;
}

.slideBox ul li {
  float: left;
  width: 435px;
  height: 315px;
  position: relative;
}
.spanBox {
  position: absolute;
  width: 95px;
  height: 20px;
  bottom: 5px;
  right: 10px;
}
.spanBox span {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  float: left;
  line-height: 16px;
  text-align: center;
  font-size: 15px;
}
/* é‡‡é›†å¡éƒ¨åˆ†css */
.table {
  width: 1200px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.table table {
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  flex-shrink: 0;
  border-bottom: 1px dashed #c9c9c9;
}
.table table tr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  border-bottom: 1px dashed #c9c9c9;
}
.table table tr:nth-child(n + 3) td {
  width: 88px;
  line-height: 50px;
}
.table table tr:nth-child(n + 3) td:not(:nth-child(n + 3)) {
  color: #0083d9;
}
.table table tr:nth-child(n + 4):hover {
  background: #e5e5e5;
}
.hui {
  height: 33px !important;
  background: #dedddd;
}
.hui td {
  border: 2px solid #b8b8b8;
}
.xuanze td {
  position: relative;
  top: 0;
  left: 0;
}
.xuanze td p {
  line-height: 28px;
  height: 28px;
  width: 82px;
  margin: 0 auto;
  border: 1px solid #c4c4c4;
  text-align: center;
}
.xuanze td p span {
  float: right;
}
.danxuankuang {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 999;
  width: 166px;
  background: #fff;
  border: 1px solid #c4c4c4;
}
.danxuankuang li {
  line-height: 30px;
  text-align: start;
  padding-left: 10px;
}
.danxuankuang li input {
  margin-right: 10px;
}
.danxuankuang li:hover {
  background: #175899;
  color: #fff;
}
.xianshi {
  display: block;
}
/* è£èª‰èµ„è´¨class */
.rongyuzizhi {
  width: 1200px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rongyuzizhi_left {
  width: 250px;
  position: relative;
}
#gensui {
  position: absolute;
  top: 50px;
  left: 0;
  height: 50px;
  width: 4px;
  background: #0083d9;
  margin: 0;
  border: 0;
  transform: 0.5s;
}
.rongyuzizhi_left div {
  width: 240px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #676767;
  border-bottom: 1px solid #d9d9d9;
  text-indent: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.rongyuzizhi div span {
  /* float: right; */
}
.rongyuzizhi_left nav:first-child {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #0083d9;
  text-indent: 0;
  text-align: center;
  border-radius: 5px;
}
/* .xuanzhong {
  color: #000;
  border-left: 4px solid #0083d9;
} */

.rongyuzizhi_right {
  width: 900px;
  position: relative;
}
.fangdajing {
  width: 360px;
  height: 500px;
  background: #000;
  position: absolute;
  top: 265px;
  left: 270px;
  z-index: 9999;
}
.rongyuzizhi_top div p {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #dddddd;
}
.rongyuzizhi_top div p span:first-child {
  float: left;
  font-size: 18px;
  border-bottom: 2px solid #0083d9;
}
.rongyuzizhi_top div p span:last-child {
  float: right;
  font-size: 14px;
}
.rongyuzizhi_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rongyuzizhi_index &gt; div {
  margin-top: 20px;
  position: relative;
  /* width: 185px;
  height: 300px; */
}
.rongyuzizhi_index &gt; div p {
  font-size: 14px;
  line-height: 36px;
  color: #6b6b6b;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}
.rongyuzizhi_index &gt; div &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}

.rongyuzizhi_bottom {
  margin-top: 20px;
  text-align: right;
}

.rongyuzizhi_bottom li{
text-align: center;
    float: left;
    display: inline;
    margin-left: 10px;  
}

.rongyuzizhi_bottom span {
  float: none !important;
  padding: 3px 5px;
  border: 1px solid #acacac;
}
.dangqianye {
  color: #fff;
  background: #0083d9;
}
/* äº§å“åˆ—è¡¨ */
.table_chanpinliebiao td {
  height: 50px;
}
.table_chanpinliebiao td p {
  height: 47px;
  margin: 0 auto;
  line-height: 47px;
  width: 95px;
  background: #dedddd;
  text-align: center;
}
/* .table_chanpin table tr:nth-child(n + 3):hover {
  background: #e5e5e5;
} */

.table_chanpin {
  width: 1200px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.table_chanpin table {
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  flex-shrink: 0;
  border-bottom: 1px dashed #c9c9c9;
}

.table_chanpin table tr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  border-bottom: 1px dashed #c9c9c9;
}
.table_chanpin table tr:first-child {
  border: 0;
}
.table_chanpin table tr td {
  box-sizing: border-box;
  /* width: 109px; */
  line-height: 50px;
}
.table_chanpin table tr td div {
  float: left;
  height: 50px;
  width: 3px;
  background: #0083d9;
  display: none;
}
.table table tr td div {
  float: left;
  height: 50px;
  width: 3px;
  background: #0083d9;
  display: none;
}
.table table tr:nth-child(n + 3):hover div {
  display: block;
}
/* .table_chanpin table tr:nth-child(n + 3):hover div {
  display: block;
} */
.table_chanpin table tr:nth-child(n + 3) td:not(:nth-child(n + 3)) {
  color: #0083d9;
}
/* å…³äºŽæˆ‘ä»¬ */
.guanyuguokong_index div {
  padding: 10px;
}
.guanyuguokong_index div h1 {
  font-size: 16px;
  line-height: 40px;
}
.guanyuguokong_index div p {
  font-size: 16px;
  line-height: 30px;

  text-align: start;
}
/* äº§å“ä¸­å¿ƒ */
.chanpinzhongxieliebiao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 168px; */
  position: relative;
}
.chanpinzhongxieliebiao li {
  width: 200px;
  text-indent: 20px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.chanpinzhongxieliebiao div:last-child {
  width: 1200px;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
}
.chanpinzhongxieliebiao div:last-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dadada;
  height: 60px;
}
.chanpinzhongxieliebiao div:last-child ul li {
  width: 80px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chanpinzhongxieliebiao div:last-child ul li p {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dadada;
  margin: auto;
  text-align: center;
}
.dianzhong {
  border: 1px solid #0083d9 !important;
}
.chanpinliebiao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.chanpinliebiao li {
  width: 250px;
}
.chanpinliebiao li h1 {
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  font-weight: normal;
  color: #e4181f;
}
.chanpinliebiao li div {
  height: 160px;
  line-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d1d1d1;
}
.chanpinliebiao li p {
  font-size: 14px;
  text-indent: 10px;
  line-height: 25px;
  text-align: start;
}
.chanpinliebiao li p:hover {
  color: #e4181f;
}
/* åº”ç”¨æ¡ˆä¾‹ */
.yingyonganli {
  width: 1200px;
  margin: 30px auto;
}
.yingyonganli &gt; p {
  position: relative;
}
.yingyonganli &gt; p &gt; span:first-child {
  display: inline-block;
  width: 165px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  background: url(../img/jiantou.png) center no-repeat;
  text-align: center;
}
.yingyonganli &gt; p &gt; span:nth-child(2) {
  display: inline-block;
  width: 1035px;
  border-bottom: 1px dashed #c4c4c4;
  position: absolute;
  right: 0;
  top: 20px;
}
.yingyonganli &gt; p &gt; span:last-child {
  position: absolute;
  right: 0;
  top: 0;
}
.yingyonganli &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.yingyonganli &gt; ul &gt; li {
  margin: 10px 0 0 0;
  width: 390px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.yingyonganli &gt; ul &gt; li &gt; img {
  width: 390px;
  height: 260px;
}
.yingyonganli &gt; ul &gt; li &gt; div {
  width: 100%;
  height: 0px;
  background: rgba(77, 70, 72, 0.5);
  color: bisque;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.7s 0.2s;
  transition: 0.7s 0.2s;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yingyonganli &gt; ul &gt; li:hover div {
  height: 100%;
  color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.yingyonganli &gt; ul &gt; li &gt; div &gt; h1 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  line-height: 36px;
}
.yingyonganli &gt; ul &gt; li &gt; div &gt; p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
/* .yingyonganli &gt; ul &gt; li:hover &gt; div {
   display: block !important; 
} */
/* ä¸‹è½½ä¸­å¿ƒ */
.xiazaizhongxin {
  font-size: 12px;
  color: #333333;
  border-collapse: collapse;
}
div.sousuokuang {
  width: 235px;
  margin: 15px 0;
}
div.sousuokuang &gt; * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sousuokuang &gt; input {
  width: 205px;
  height: 30px;
  border: 1px solid #dddddd;
  text-indent: 10px;
}
.sousuokuang &gt; span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.xiazaizhongxin tr:first-child th {
  border: 1px solid #dddddd;
}
.xiazaizhongxin tr th {
  height: 30px;
  background: #eeeeee;
  font-size: 14px;
  font-weight: 600;
}
.xiazaizhongxin tr td {
  height: 40px;
}
.xiazaizhongxin tr {
  border-bottom: 1px solid #dddddd;
}
.xiazaizhongxin tr:not(:first-child):hover {
  color: #ec702b;
}
.xiazaizhongxin tr th:first-child {
  text-align: start;
  text-indent: 20px;
}
.xiazaizhongxin tr td:first-child {
  width: 510px;
  text-align: start;
}
.xiazaizhongxin tr td:first-child {
  width: 510px;
}
.xiazaizhongxin tr td:first-child span {
  float: left;
}
.xiazaizhongxin tr td:first-child span:first-child {
  position: relative;
  top: -4px;
}
.xiazaizhongxin tr td:nth-child(2) {
  width: 170px;
  text-align: center;
}
.xiazaizhongxin tr td:nth-child(3) {
  width: 165px;
  text-align: center;
}
.xiazaizhongxin tr td:nth-child(3) span {
  font-size: 12px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 65px;
  float: none;
  background: #eeeeee;
}
/* ä¼ä¸šæ–°é—» */
.qiyexinwen {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dashed #dddddd;
}
.qiyexinwen div:first-child img {
  width: 380px;
  height: 260px;
}
.qiyexinwen .qiyexinwen_right {
  width: 760px;
}
.qiyexinwen .qiyexinwen_right h1 {
  line-height: 36px;
}
.qiyexinwen .qiyexinwen_right h1 span {
  float: right;
  color: #909090;
}
.qiyexinwen .qiyexinwen_right p {
  line-height: 36px;
  font-size: 16px;
}
.chakanxiangqing {
  display: inline-block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  color: #000;
  background: #e6e6e6;
  border-radius: 5px;
  /* float: right; */
  text-align: center;
}
.chakanxiangqing:hover {
  color: #fff;
  background: #0083d9;
}
.chakanxiangqing span {
  font-size: 12px;
}
.qiyexinwen_index li {
  width: 100% !important;
  height: 110px !important;
  border-bottom: 2px dashed #dddddd;
}
.qiyexinwen_index li h1 {
  line-height: 36px;
}
.qiyexinwen_index li h1:hover {
  color: #1079b9;
}
.qiyexinwen_index li h1 span {
  float: right;
  color: #909090;
}
.qiyexinwen_index li p {
  line-height: 28px;
  font-size: 16px;
}
.qiyexinwen_index li p a {
  float: right;
  font-size: 12px;
}
.qiyexinwen_index li p span:hover {
  background: #0276d9;
  color: #fff;
  border-radius: 3px;
}
/* äº§å“è¯¦æƒ… */
.chanpinxiangqing_top {
  width: 1200px;
  margin: 0 auto;
}
.chanpinxiangqing_top p {
  font-size: 14px;
  line-height: 46px;
  border-bottom: 2px solid #dddddd;
  text-indent: 10px;
  text-align: start;
}
.chanpinxiangqing_index {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chanpinxiangqing_index_left {
  width: 888px;
  padding: 30px;
}

.chanpinxiangqing_index_right ul li:not(:first-child):hover {
  color: #ff9014;
}
.chanpinxiangqing_index_left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* .chanpinxiangqing_index_left_top_left {
  width: 390px;
}
.chanpinxiangqing_index_left_top_left div:first-child {
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dddddd;
}
.chanpinxiangqing_index_left_top_left &gt; div:nth-child(2) {
  padding: 10px 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chanpinxiangqing_index_left_top_left div:nth-child(2) div {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dddddd;
  margin: 0 5px 0 0;
}
.chanpinxiangqing_index_left_top_left div:nth-child(2) div img {
  width: 45px;
  height: 45px;
} */
.chanpinxiangqing_index_left_top_right {
  width: 470px;
  color: #6f6f6f;
}
.chanpinxiangqing_index_left_top_right h1:nth-child(2) {
  color: #000;
}
.chanpinxiangqing_index_left_top_right h1 {
  line-height: 36px;
}
.chanpinxiangqing_index_left_top_right h1:nth-child(3) {
  line-height: 20px;
}
.chanpinxiangqing_index_left_top_right ul li {
  line-height: 26px;
  text-align: start;
}
.chanpinxiangqing_index_left_top_right ul li:first-child {
  font-size: 18px;
  margin-top: 30px;
}

.chanpinxiangqing_index_left_bottom_top {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  border-bottom: 2px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.chanpinxiangqing_index_left_bottom_top li {
  width: 105px;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.chanpinxiangqing_index_left_bottom_top li span {
  display: none;
}
.xiangqingdianji {
  border-bottom: 2px solid #0e98ed;
  position: relative;
}
.xiangqingdianji span {
  display: block !important ;
  border-bottom: 2px solid #0e98ed;
  position: absolute;
  bottom: -2px;
  left: 44px;
  line-height: 6px;
}
.chanpinxiangqing_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
}
.chanpinxiangqing_4 li {
  width: 400px;
  height: 165px;
  border: 2px solid #dddddd;
  position: relative;
  margin: 20px 10px 0 0;
}
.chanpinxiangqing_4 li img {
  width: 140px;
  height: 105px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.chanpinxiangqing_4 li span:nth-child(2) {
  position: absolute;
  top: 20px;
  left: 170px;
  font-size: 16px;
}
.chanpinxiangqing_4 li span:last-child {
  position: absolute;
  top: 50px;
  left: 170px;
  font-size: 12px;
  color: #676767;
}
.chanpinxiangqing_index_right &gt; ul {
  border: 2px solid #dddddd;
  margin-top: 30px;
}
.chanpinxiangqing_index_right &gt; ul li {
  width: 240px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px dashed #dddd;
  text-align: center;
}
.chanpinxiangqing_index_right &gt; ul li:first-child {
  width: 240px;
  font-size: 24px;
  height: 55px;
  line-height: 55px;
  border-bottom: 0;
  text-align: center;
  background: #0d87d2;
  color: #fff;
}
.chanpinxiangqing_index_right_bottom {
  border: 2px solid #dddddd;
  margin-top: 30px;
}
.chanpinxiangqing_index_right_bottom img {
  width: 240px;
  height: 55px;
  border-bottom: 2px solid #dddd;
}
.chanpinxiangqing_index_right_bottom p {
  font-size: 16px;
  line-height: 36px;
  padding: 10px 5px 20px;
}
.chanpinxiangqing_4 li:hover {
  border-color: #ff9014;
}
.chanpinxiangqing_4 li span:nth-child(2):hover {
  color: #e4181f;
}
/* .chanpinxiangqing_index_left_top_left &gt; div:nth-child(2) div:hover {
  border-color: #ff9014;
}
.chanpinxiangqing_index_left_top_left &gt; div:first-child img {
  width: 275px;
  height: 200px;
} */

.m-slider {
  width: 100%;
  margin: 0 auto 10px !important;
}

#slider {
  width: 100%;
  overflow: hidden;
}

.m-slider .cnt {
  position: relative;
  left: 0;
  width: 2000%;
}

.m-slider .cnt li {
  float: left;
  width: 5%;
  height: 450px;
  overflow: hidden;
}

.m-slider .cnt img {
  display: block;
  width: 100%;
  height: 450px;
}

.m-slider .cnt p {
  margin: 10px 0;
}

.m-slider .icons {
  text-align: center;
  color: #000;
  position: relative;
  z-index: 999;
  top: -20px;
  left: 50%;
  margin-left: -50px;
}

.m-slider .icons span {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #b0b0b0 inset;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -99em;
  width: 10px;
}

.m-slider .icons .curr {
  background: #ff9014;
}

.nr {
  list-style: none;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
.daohang ul li ul li:first-child {
  border-top: 1px solid #333;
}
.iphone {
  display: none;
}

.table_chanpin table tr td {
        box-sizing: border-box;
        /* width: 109px; */
        line-height: 30px;
}
        /* .hui td {
          border: 12px solid #ffffff;
        } */
        .huis {
		  height: 33px !important;
		  background: #dedddd;
		}
		.huis td {
		  border: 2px solid #b8b8b8;
		}

        .sx b{
          /* height: 47px; */
          margin: 0 auto;
          /* line-height: 47px;
          width: 95px; */
          background: #dedddd;
          text-align: center;
        }
        .sx select{
          line-height: 28px;
          height: 28px;
          width: 155px;
          margin: 0 auto;
          border: 1px solid #c4c4c4;
          text-align: center;
        }
        .xiala{
          line-height: 30px;
        }
        .sx b{display: block;}
        .sx2 b{
          /* height: 47px; */
          margin: 0 auto;
          /* line-height: 47px;
          width: 95px; */
          background: #dedddd;
          text-align: center;
        }
        .sx2 select{
          line-height: 28px;
          height: 28px;
          width: 89px;
          margin: 0 auto;
          border: 1px solid #c4c4c4;
          text-align: center;
        }
        .xiala{
          line-height: 30px;
        }
        .sx2 b{display: block;}
        .sx3 b{
          /* height: 47px; */
          margin: 0 auto;
          /* line-height: 47px;
          width: 95px; */
          background: #dedddd;
          text-align: center;
        }
        .sx3 select{
          line-height: 28px;
          height: 28px;
          width: 80px;
          margin: 0 auto;
          border: 1px solid #c4c4c4;
          text-align: center;
        }
        .xiala{
          line-height: 30px;
        }
        .sx3 b{display: block;}
		    .sx4 b{
          /* height: 47px; */
          margin: 0 auto;
          /* line-height: 47px;
          width: 95px; */
          background: #dedddd;
          text-align: center;
        }
        .sx4 select{
          line-height: 28px;
          height: 28px;
          width: 130px;
          margin: 0 auto;
          border: 1px solid #c4c4c4;
          text-align: center;
        }
        .xiala{
          line-height: 30px;
        }
        .sx4 b{display: block;}
</pre></body></html>