@charset "utf-8";

/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.6s;
}

a:hover {
  text-decoration: none;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.fb {
  font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input,
textarea {
  font: inherit;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.ellipsis_hh {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 14px;
}

.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

h3 {
  font-weight: normal;
}

em {
  font-style: normal;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.center {
  align-items: center;
}

.column {
  flex-direction: column;
}

.flexcenter {
  display: flex;
  justify-content: center;
}

.wrap {
  flex-wrap: wrap;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  min-width: 1200px;
}

.content {
  width: 1400px;
  margin: 0 auto;
}

.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.hidden {
  overflow: hidden;
}

.f30 {
  font-size: 30px;
}

.f24 {
  font-size: 24px;
}

.f22 {
  font-size: 22px;
}

.f18 {
  font-size: 18px;
}

.f14 {
  font-size: 14px;
}
.f12{
  font-size: 12px;
}
.gray6 {
  color: #666 !important;
}

.gray9 {
  color: #999 !important;
}

.white {
  color: #fff;
}

.mar_t10 {
  margin-top: 10px;
}

.mar_t20 {
  margin-top: 20px;
}

.mar_t30 {
  margin-top: 30px;
}

.mar_t50 {
  margin-top: 50px;
}

.mar_r10 {
  margin-right: 10px;
}

.mar_r20 {
  margin-right: 20px;
}

.orange {
  color: #f3411b;
}

/*top*/
.top {
  border-top: solid 4px #f3411b;
}

.pagination {
  text-align: center;
}

.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}

.pagination li.active {
  background: red;
  color: #fff;
}

.top {
  height: 112px;
}

.welcome {
  padding: 8px 0 15px;
}

.logo img {
  width:230px;
  vertical-align: top;
  margin-top: 10px;
}

.top_right {
  width: 970px;
}

.search {
  width: 622px;
}

.select {
  width: 165px;
  height: 38px;
  border: solid 1px #d2d2d2;
  /*border-radius: 7px;*/
  padding: 0 20px;
}

.select option{
  padding: 5px;
  border: none;
  background-color: white;
  cursor: pointer;
}

.search_txt {
  width: 367px;
  height: 38px;
  border: solid 1px #d8d8d8;
  padding: 0 20px;
  /*border-radius: 7px;*/
  font-size: 14px;
  font-weight: initial;
}

.search_btn {
  width: 66px;
  height: 38px;
  background: linear-gradient(to right, #f44c28, #ff8d55);
  /*border-radius: 7px;*/
  color: #fff;
  border: none;
}

.key {
  padding: 8px 0 0 200px;
}

.key a {
  margin-right: 10px;
}

.top_tel img {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.top_tel p::before {
  width: 34px;
  height: 2px;
  background: #eb621e;
  content: "";
  display: block;
}

.code {
  width: 65px;
  height: 65px;
  /*border: solid 1px #d2d2d2;*/
  background: #fff;
  padding: 3px;
}

.nav_bg {
  background: #f3411b;
  height: 40px;
  border-bottom: solid 1px #f9f9f9;
}

.menu {
  width: 260px;
  height: 40px;
  /*background: #e2260d;*/
  cursor: pointer;
}

.menu:hover .menu_con {
  display: block;
}

.menu h2 {
  line-height: 40px;
}

.nav {
  width: 1080px;
  margin-right: 20px;
}
.nav li{
  padding: 0 10px;
  position: relative;
  line-height: 40px;
}
.subnav{
  width: 150%;
  position: absolute;
  top: 40px;
  background: #fff;
  left: -20px;
  z-index: 2;
  color: #333;
  font-size: 14px;
  display: none;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  border: solid 1px #ddd;
}
.subnav a{
  display: block;
  line-height: 36px;
}
.subnav a:hover{
  color: #f3411b;
}
.nav li:hover{
  background: #ff8309;
  color: #fff;
}
.nav li:hover .subnav{
  display: block;
}
/*.subnav1{*/
/*  width:700px;*/

/*  top:40px;*/
/*  left: -300px;*/
/*  z-index: 8;*/
/*  display: none;*/
/*}*/
/*.nav li:hover .subnav1{*/
/*  display: flex;*/
/*}*/
/*.subnav1_list_box{*/
/*  width: 400px;*/
/*  padding: 10px 20px;*/
/*  background: #fff;*/
/*}*/
/*.subnav1_list{*/
/*  color: #333;*/
/*  line-height: 2;*/
/*  position: relative;*/
/*  cursor: pointer;*/
/*}*/
/*.subnav1_list::after{*/
/*  content:">";*/
/*  font-family: 黑体;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*}*/
/*.subnav1_list.current{*/
/*  color: #f3411b;*/
/*}*/
/*.subnav1_list.current::after{*/
/*  color: #f3411b;*/
/*}*/
/*.subnav1_list_con_box{*/
/*  width: 300px;*/
/*}*/
/*.subnav1_list_con{*/
/*  padding: 5px 20px 20px;*/
/*  background: #fff;*/
/*  display: none;*/
/*  border-left: solid 1px #ddd;*/
/*  display: none;*/
/*}*/

/*.subnav1_list_con h3{*/
/*  color: #f3411b;*/
/*  border-bottom: solid 1px #ddd;*/
/*  font-size: 16px;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.subnav1_list_con p a{*/
/*  display: block;*/
/*  color: #333;*/
/*  line-height: 1.5;*/
/*}*/












.menu_con {
  background: #fff;
  top: 40px;
  left: 0;
  z-index: 6;
  height: 504px;
  box-shadow: 0 0 13px 0 #cecece;
  display: none;
}

.menu_con li {
  position: relative;
}

.menu_con li>a {
  padding: 0 22px;
  /*padding-left: 22px;*/
  line-height: 42px;
  display: block;
  text-align: center;
}

.menu_con li:nth-child(2) .sub_menu {
  top: -42px;
}

.menu_con li:nth-child(3) .sub_menu {
  top: -84px;
}

.menu_con li:nth-child(4) .sub_menu {
  top: -126px;
}

.menu_con li:nth-child(5) .sub_menu {
  top: -168px;
}

.menu_con li:nth-child(6) .sub_menu {
  top: -210px;
}

.menu_con li:nth-child(7) .sub_menu {
  top: -252px;
}

.menu_con li:nth-child(8) .sub_menu {
  top: -294px;
}

.menu_con li:nth-child(9) .sub_menu {
  top: -336px;
}

.menu_con li:nth-child(10) .sub_menu {
  top: -378px;
}

.menu_con li:nth-child(11) .sub_menu {
  top: -420px;
}

.menu_con li:hover>a {
  /*background: linear-gradient(to right, #fc8938, #f3411c);*/
  background: linear-gradient(to right, #EEEEEE, #E4e4e4);
  color: #000000;
  font-weight: bold;
  display: block;
}

.menu_con li:hover .sub_menu {
  display: flex;
}

.sub_menu {
  width: 1140px;
  left: 260px;
  top: 0;
  border: solid 2px #f2f2f2;
  padding: 5px 45px 0 40px;
  background: #fff;
  height: 504px;
  overflow-y: auto;
  display: none;
}

.sub_menu_list {
  /* width: 504px; */
  width: 48%;
  /*padding-bottom: 30px;*/
}

.sub_menu_list h4 {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 10px;
}

.sub_menu_list h4 span {
  font-family: "黑体";
}

.sub_menu_list p {
  margin: 10px 0 0;
}

.sub_menu_list p a {
  margin-right: 50px;
  line-height: 30px;
  display: inline-block;
}

.banner img {
  height: 504px;
  object-fit: cover;
}

.notice_ico {
  width: 24px;
  height: 22px;
}

.notice_con {
  width: 1355px;
}

.notice_con .swiper {
  height: 22px;
}

.brand_bg {
  background: url(../images/brand_bg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 20px 0 50px;
}

.tit {
  line-height: 1;
}

.tit h2 {
  color: #f8f8f8;
  font-size: 80px;
  text-transform: uppercase;
}

.tit h3 {
  font-size: 30px;
  margin-top: 20px;
}

.tit h3::after {
  width: 40px;
  height: 6px;
  background: linear-gradient(to right, #f3411b, #fb7b3f);
  border-radius: 3px;
  display: block;
  content: "";
  margin: 20px auto 15px;
}

.brand_list {
  padding: 80px 0 0;
}

.brand_list li {
  width: 14.28571429%;
  text-align: center;
  animation-name: fadeInUp;
}

.brand_list li span {
  background: url(../images/shape.png) no-repeat;
  height: 112px;
  width: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}

.brand_list li span img {
  transition: all 0.6s;
}

.brand_list li p {
  font-size: 15px;
}

.brand_list li:nth-child(even) {
  animation-name: fadeInDown;
}

.brand_list li:hover span img {
  transform: rotateY(360deg);
}

.bg2 {
  background: url(../images/bg2.jpg) no-repeat center bottom;
  padding: 20px 0 65px;
}

.bg3 {
  background: url(../images/bg4.jpg) no-repeat center top;
  padding: 20px 0 65px;
}
.shiyongchanpin{
  height: 415px;
  margin: 20px auto;
}


.hot_list li {
  /* width: 454px; */
  /* width: 18.9%; */
  height: 200px;
  /* margin: 0 1.3% 20px 0; */
}

.hot_list li:nth-child(5n) {
  margin-right: 0;
}

.hot_list_top {
  background: #f7f8fc;
  padding: 25px 8px;
  height: 150px;
}

.hot_pic {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.hot_list_con {
  /* width: 290px; */
  width: calc(100% - 112px);
}

.hot_list_bot {
  margin: 2px 0 0;
  background: #f7f8fc;
  padding: 0 20px;
  height: 50px;
}

.hot_num {
  background: url(../images/hh.png) no-repeat left center;
  padding-left: 30px;
}

.guigebg {
  background: url(../images/gg.png) no-repeat left center;
  padding-left: 23px;
}

.more {
  width: 168px;
  height: 52px;
  border: solid 1px #eb621e;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}

.more::before {
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #f3411b, #fc7d41);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.6s;
}

.more:hover {
  color: #fff;
}
.c{
  font-weight: bold;
  color: #ff0000;
}

.more:hover::before {
  width: 100%;
}

.pro_box {
  padding: 35px 0 0;
}

.pro {
  /* width: 692px; */
  width:100%;
  height:580px;
  /*border: solid 1px #e8e8e8;*/
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}


.pro_1 {
  /* width: 692px; */
  width:100%;
  min-height:220px;
  border: solid 1px #e8e8e8;
  background: #fff;
  margin-bottom: 20px;
}
.rexiaochanpin,.shiyanhaocai,.yiqishebei{
  height: 520px;
}
.rexiaochanpin .pro_list li,.shiyanhaocai .pro_list li,.yiqishebei .pro_list li{
  height:240px ;
}
.pro_title {
  line-height: 74px;
  padding: 0 25px;
}

.pro_type a {
  color: #222;
  margin-left: 35px;
}

.pro_type a:hover {
  color: #f3411b;
}

.pro_list li {
  /* width: 19%; */
  height:270px;
  /*border-top: solid 1px #e8e8e8;*/
  border: solid 1px #e8e8e8;


  /*margin-left: 1%;*/
  /*margin-top: 10px;*/
  /* margin: 10px 0.5% 10px 0.5%; */
}
.pro_list li a{
  padding: 20px 10px 0;
  display: block;
}
.pro_list_1 li {
  width: 19%;
  height: 200px;
  /*border-top: solid 1px #e8e8e8;*/
  border: solid 1px #e8e8e8;

  padding: 20px 10px 0;
  /*margin-left: 1%;*/
  /*margin-top: 10px;*/
  margin: 10px 0.5% 0 0.5%;
}



/*.pro_list li:nth-child(5n) {*/
/*  border-right: none;*/
/*}*/

.pro_list_pic {
  width: 150px;
  height: 130px;
  /*border: solid 1px orange;*/
  overflow: hidden;
  margin-right: 20px;
  border-radius: 10px;
}


.pro_list_pic1 {
  width: 150px;
  height: 130px;
  /*border: solid 1px orange;*/
  overflow: hidden;
  margin-right: 20px;
  border-radius: 10px;
}


.pro_list_pic img {
  object-fit: cover;
}
.pro_list_price{
  flex: 1;
  font-size: 14px;
  line-height:1.5;
}
.green{
  color: #68c05f;
}
.zhe{
  background: #fe0307;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 5px;
}
.pro_tip{
  border:solid 1px #ff4343;
  color: #ff4343;
  padding: 0 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}



.service_box {
  padding: 75px 0 0;
}

.service {
  padding: 35px 0;
}

.service li {
  /*width: 24.07142857%;*/
  width: 24.07142857%;
  margin: 0 1.2% 30px 0;
}

.service li:nth-child(4n) {
  margin-right: 0;
}

.service_pic {
  height: 235px;
}
.link {
  width: 18.42857143%;
}
.contact {
  width: 60.71428571%;
  background: url(../images/s3.jpg) no-repeat center top;
  /* height: 129px; */
  padding: 30px 0 0 45px;
  align-content: flex-start;
}

.contact li {
  /* width: 375px; */
  width: 46.875%;
  margin-bottom: 20px;
}

.contact li img {
  margin-right: 15px;
}

.laboratory_box {
  padding: 60px 0 0;
}

.qiye_bg {
  background: url(../images/bg3.jpg) no-repeat center bottom;
  padding-bottom: 90px;
}

.qiye_list {
  border-top: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
  background: #fff;
  margin: 45px 0 0;
}

.qiye_list li {
  /*width: 16.66666667%;*/
  width: 14.25%;
  border-bottom: solid 1px #e4e4e4;
  border-right: solid 1px #e4e4e4;
}

.qiye_list li:nth-child(7n) {
  margin-right: 0;
}

.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top #ff7050;
  padding: 40px 0 40px;
  color: #fff;
}

.footer {
  width: 450px;
  padding-bottom: 40px;
}

.share_list {
  margin-bottom: 5px;
}

.share_list li {
  margin-right: 22px;
}

.footer_contact li img {
  margin-right: 15px;
}

.footer_nav {
  width: 335px;
}

.footer_nav li h4 {
  font-size: 18px;
}

.footer_nav li h4::after {
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
  content: "";
  margin: 10px 0;
}

.footer_nav li p a {
  line-height: 26px;
  display: block;
}

.code_list {
  /* width: 500px; */
  width: 240px;
}

.code_list li {
  width: 113px;
  text-align: center;
}

.code_list li img {
  width: 100%;
  height: 113px;
  margin-bottom: 10px;
}

.online {
  width: 94px;
  position: fixed;
  top: 30%;
  right: -64px;
  font-size: 12px;
  z-index: 9;
  transition: all .6s;
}
.online.on{
  right: 30px;
}
.online li:not(:first-child) {
  border: solid 1px #fe3f00;
  background: #fff;
  border-radius: 5px;
  height: 64px;
  margin-top: 10px;
  text-align: center;
  padding: 10px 0 0;
  cursor: pointer;
  position: relative;
}

.online li:not(:first-child) p {
  margin: 5px 0 0;
}

.online li:not(:first-child):hover .online_con {
  display: block;
}

.teltext{
  width: 100px;
  border: 1px #fbf8f7;
  border-radius: 10px;
  font-size: 16px;
  font-weight:bolder;
  margin-top: 20px;
}
.online_nar{
    width: 20px;
    height: 60px;
    position: relative;
    right: -8px;
    bottom: 150px;
    cursor: pointer;
    background: #f3411b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
  font-family: 黑体;
}
.online_nar.on{
  transform: rotate(180deg);
}
.online li.backtop {
  height: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #fbf8f7;
  margin: 10px 0 0;
  cursor: pointer;
  border: none;
}

.online_con {
  top: 0;
  display: none;
}

.online_code {
  width: 150px;
  height: 150px;
  right: 65px;
}
.online_tel {
  width: 120px;
  height: 60px;
  background: #f3411b;
  right: 65px;
  color: #fff;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 60px;
  font-size: 15px;
}

.weizhi {
  padding: 20px 0 20px 0;
  font-size: 16px;
  color: #666666;
}

.weizhi a {
  color: #666666;
}

.new_l {
  background: linear-gradient(to right, #f3411b, #ff8e55);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  width: 240px;
  float: left;
}

.new_r {
  /* width: 1120px; */
  width: calc(100% - 280px);
  float: left;
  overflow: hidden;
}

.new_r ul li {
  border: #e8e8e8 solid 1px;
  overflow: hidden;
  padding: 0 30px 0 0;
  margin-bottom: 20px;
  width: 1100px;
}

.new_r ul li img {
  float: left;
  width: 258px;
  height: 172px;
  margin-right: 20px;
}

.new_r ul li h3 {
  font-size: 20px;
  color: #333;
  padding: 12px 5px;
}

.new_r ul li h3 a {
  font-size: 20px;
  color: #333;
  padding: 12px 0;
}

.new_r ul li h3 a:hover {
  font-size: 20px;
  color: #f3411b;
  padding: 12px 0;
}

.new_r ul li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-left: 8px;
}

.new_r ul li h2 {
  font-size: 16px;
  color: #999;
  font-weight: 300;
  padding: 5px 8px;
}

.clear {
  clear: both;
}

.new_g {
  width: 280px;
  float: left;
}

.bg_er {
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat center bottom;
  padding-bottom: 60px;
}

.page {
  text-align: center;
  margin: 50px 0;
}

.page a {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  margin-right: 5px;
}

.page .active {
  background: #f3411b;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
}

.page a:hover {
  background: #f3411b;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
}

.page1 {
  margin: 20px 0;
}

.page1 a {
  padding: 10px 0px;
  font-size: 16px;
  color: #333;
  display: block;
}

.page1 a:hover {
  color: #f3411b;
}

.new_f {
  border: #f2f2f2 solid 1px;
  padding: 25px 25px 15px;
  width: 240px;
}

.new_f ul li {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
  width: 180px;
}

.new_f ul li:hover {
  background: linear-gradient(to right, #f3411b, #ff8e55);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
}


.new_f ul li.on {
  background: linear-gradient(to right, #f3411b, #ff8e55);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
}








.new_xr {
  /* width: 1120px; */
  width: calc(100% - 280px);
  float: left;
  /*overflow: hidden;*/
}

.new_title {
  background: url(../images/shu.png) no-repeat left center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-left: 15px;
  margin: 0 0 15px;
  overflow: hidden;
}

.new_title1 {
  border: #f2f2f2 solid 1px;
  padding: 35px;
  overflow: hidden;
  background-color: #fff;
  min-height: 400px;
  /* width: 1120px; */
}

.new_title2 {
  text-align: center;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  margin: 20px 0;
}

.new_title2 span {
  text-align: center;
  font-size: 16px;
  color: #999;
  display: block;
}

.new_titles {

  font-size: 24px;
  color: #333333;
  line-height: 40px;
  margin: 20px 0;
}

.new_titles span {

  font-size: 14px;
  color: #999;
  display: block;
}


.new_title3 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  min-height: 150px;
}
.supportdown{
  border: #f2f2f2 solid 1px;
  line-height: 45px;
  height: 45px;
  background: #f2f2f2;
  font-size: 14px;
  padding-left: 20px;
}
.supportdown span{
  font-size: 14px;
  float:right;
  background: #f3411b;
  width: 120px;
  height: 43px;
  color: #ffffff;
  text-align: center;
}

.new_title4 {
  padding: 15px 0 25px;
  overflow: hidden;
  width: 100%;
}

.new_title5 {

  padding: 0px;
  overflow: hidden;
  /* min-width: 1120px; */
  width: 100%;
  min-height: 400px;

}


.new_title6 {
  overflow: hidden;
}

.new_title6 a {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 16px;
  color: #333;
  margin: 0 5px 5px 0;
  word-wrap: break-word;
  display: block;
  float: left;
}

.new_title6 a:hover {
  background: #fff3ed;
  font-size: 16px;
  color: #000;
}

.new_title6 a.on {
  background: #ff8d55;
  font-size: 16px;
  color: #ffffff;
}

.new_title6 span {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}


.new_title8 {
  border: #f2f2f2 solid 1px;
  padding: 25px 25px 20px;
  overflow: hidden;
  background-color: #fff;
  /* width: 1120px; */
}
.new_title7 {
  padding: 15px 0 25px;
  overflow: hidden;
}
.new_title7a {
  padding: 0px 0 25px;
  /* overflow: hidden; */
}
.new_title7 li {
  position: relative;
  width: 210px;
  height: 290px;
  border: solid 1px #f2f2f2;
  padding: 20px 30px 0;
  margin-right: 17px;
  margin-bottom: 17px;
  float: left;
}

.new_title7 li:nth-child(5n) {
  margin-right: 0;
}






.new_title7_pic {
  height: 140px;
  text-align: center;
}

.new_title7_pic img {
  /*object-fit: cover;*/
}

.biaoqian {
  position: absolute;
  top: -3px;
  right: 10px;
  z-index: 1;
}

.kti {
  overflow: hidden;
}

.kti li {
  float: left;
  font-size: 16px;
  /*font-weight: bold;*/
  color: #333333;
}

.kti li:nth-child(1) {
  /* padding-right: 270px; */
  width:26.7% ;
}

.kti li:nth-child(2) {
  /* padding-right: 150px; */
  width:16% ;
}

.kti li:nth-child(3) {
  /* padding-right: 320px; */
  width: 20%;
}

.kti li:nth-child(4) {
  /* padding-right: 110px; */
  width: 25%;
}


.kti01 {
  padding: 15px 0 25px;
  overflow: hidden;
}

.kti01 li {
  position: relative;
  /* width: 1120px; */
  height: 90px;
  border: solid 1px #f2f2f2;
  border-top: none;
  padding: 20px;
  background: #fff;

}

.kti01 li:nth-child(2n) {
  background: #fafafa;
}

.kti01 li:first-of-type {
  border-top: solid 1px #f2f2f2;

}

.kti02 {
  color: #333;
  /* width: 260px; */
  width: 23%;
  height: 90px;
  font-size: 16px;

  float: left;
}

.kti02_txt {
  color: #eb621e;
  font-size: 13px;
  background: #fae1dc;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  padding: 3px 5px;
}

.kti03 {
  color: #000000;
  /* width: 200px; */
  width: 19%;
  height: 90px;
  font-size: 16px;
  float: left;
  padding-left: 30px;
}

.kti04 {
  color: #000000;
  /* width: 350px; */
  width: 21.5%;
  height: 90px;
  font-size: 16px;
  float: left;
}

.kti04 span {
  color: #000000;
  font-size: 16px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 5px;
}

.kti04 span.x {
  background: linear-gradient(to right, #f3411b, #ff8e55);
  color: #fff;
}

.kti05 {
  color: #000000;
  /* width: 160px; */
  width: 23%;
  height: 90px;
  font-size: 16px;
  float: left;
}

.kti05 span {
  color: #000000  ;
  font-size: 16px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 5px;
}

.kti05 span.x {
  background: linear-gradient(to right, #f3411b, #ff8e55);
  color: #fff;
}

.kti06 {
  /*color: #eb621e;*/
  color: #000000;
  width: 100px;
  height: 90px;
  /*font-weight: bold;*/
  font-size: 16px;
  float: left;
  padding-left: 30px;
}

.pro_tabel td{
  border-bottom: solid 1px #ddd;
  padding: 10px;
  text-align: center;
}
.pro_tabel_name{
  padding: 0 1%;
}
.select1 {
  width: 360px;
  height: 48px;
  border: solid 1px #e8e8e8;
  background: #f7f7f7;
  margin: 20px 19px 30px 0;
  padding: 0 20px;
}

.select2 {
  width: 32%;
  height: 48px;
  border: solid 1px #e8e8e8;
  background: #f7f7f7;
  margin: 20px 0px 30px 0;
  padding: 0 20px;
}

.select3 {
  height: 40px;
  border: solid 1px #e8e8e8;
  background: #fff;
  margin: 0px 15px 0px 0;
  padding: 0 20px;
  border-radius: 90px;
}

.jifen {
  padding: 15px 0 25px;
  overflow: hidden;
}

.jifen li {
  position: relative;
  text-align: center;
  /* width: 210px; */
  width: 18.75%;
  height: 310px;
  border: solid 1px #f2f2f2;
  padding: 20px 30px 0;
  margin-right: 1.5%;
  margin-bottom: 17px;
  float: left;
}

.jifen li:nth-child(5n) {
  margin-right: 0;
}

.jifen_pic {
  height: 140px;
}

.jifen_pic img {
  object-fit: cover;
}

.jifen_dui {
  background: #f3411b;
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
}

.new_title9 {
  border: #f2f2f2 solid 1px;
  padding: 25px 25px 20px;
  overflow: hidden;
  background-color: #fff;

}

.new_title10 {
  border: #f2f2f2 solid 1px;
  padding: 10px 25px 10px;
  /* overflow: hidden; */
  background-color: #fff;

}

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

.cuxiao1 {
  /* overflow: hidden; */
  padding: 15px 0 0;
  display: flex;
}

.cuxiao1 span {
  width: 105px;
  display: inline-block;
  /* float: left; */
  /*margin-right: 20px;*/
  padding-top: 5px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  flex-shrink: 0;
}
.cuxiao1_con{
  width: calc(100% - 105px);
  display: flex;
  flex-wrap: wrap;
}
.cuxiao1_con>a {
  background: #f7f7f7;
  border-radius: 50px;
  padding: 6px 25px;
  font-size: 16px;
  color: #333;
  margin: 0 10px 10px 0;
  word-wrap: break-word;
  display: block;
  float: left;
}
.cuxiao1_list{
  position: relative;
}
.cuxiao1_list>a{
  background: #f7f7f7;
  border-radius: 50px;
  padding: 6px 25px;
  font-size: 16px;
  color: #333;
  margin: 0 10px 10px 0;
  word-wrap: break-word;
  display: block;
  float: left;
}
.cuxiao1_list:hover .subcuxiao{
  display: block;
}
.subcuxiao{
  min-width:150%;
  top: 40px;
  left: 0;
  background: #f7f7f7;
  padding: 10px ;
  text-align: left;
  font-size: 14px;
  display: none;
  z-index: 9;
  border-radius: 8px;
  line-height: 30px;
  height: 280px;
  overflow-y:auto;
}
.subcuxiao a{
  display: block;
}
.subcuxiao a:hover{
  color: #f3411b;
}
.cuxiao1_list:hover>a {
  background: #fff3ed;
  font-size: 16px;
  color: #000;
}



.cu {
  padding: 15px 0 25px;
  overflow: hidden;
}

.cu li {
  position: relative;
  /*width: 219px;*/
  width: 24%;
  height: 340px;
  border: solid 1px #f2f2f2;
  padding: 20px 20px 0;
  margin-right: 17px;
  margin-bottom: 17px;
  float: left;
}

.cu li:nth-child(6n) {
  margin-right: 0;
}



.cuu li {
  position: relative;
  /*width: 219px;*/
  width: 23%;
  /*min-height: 320px;*/
  border: solid 1px #f2f2f2;
  padding: 20px 20px 0;
  margin-right: 2.5%;
  float: left;
  margin-top: 10px;
}

.cuu li:nth-child(4n) {
  margin-right: 0;
}




.act li {
  position: relative;
  /*width: 219px;*/
  width: 23%;
  height: 240px;
  border: solid 1px #f2f2f2;
  padding: 20px 20px 0;
  margin-right: 2.5%;
  float: left;
  margin-top: 10px;
}

.act li:nth-child(4n) {
  margin-right: 0;
}




.cu_pic {
  height: 140px;
}

.cu_pic img {
  object-fit: cover;
}

.cu_dui {
  text-decoration: line-through;
  color: #999;
}

.huohao {
  color: #999;
  font-size: 16px;
}

.huohao span {
  float: right;
}

.zhe {
  background: #f3411b;
  color: #fff;
  font-weight: bold;
  padding: 3px 8px;
  float: right;
  border-radius: 5px;
}

.cu01 {
  margin-top: 15px;
}

.new_ff {
  border: #f2f2f2 solid 1px;
  padding: 25px 25px 15px;
  width: 240px;
}

.new_ff>ul>li {
  margin-bottom: 10px;
  width: 180px;
  position: relative;
}
.sub_category>li{
  margin: 10px 0;
}

.new_ff>ul>li>a {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 5px 20px;
  width: 180px;
  display: block;
}
.sub_category>li>a{
  padding-left: 35px !important;
}
.min_category li a{
  padding-left: 50px !important;
}
.new_ff>ul>li>a:hover {
  background: linear-gradient(to right, #f3411b, #ff8e55);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  /*margin-bottom: 15px;*/
}


.new_ff ul li active{
  background: linear-gradient(to right, #f3411b, #ff8e55);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 20px;
  /*margin-bottom: 15px;*/
}

.new_fff {
  /*background: #f2f2f2;*/
  border-radius: 5px;
  /*padding: 10px 0px 5px;*/
  display: block;
}

.new_fff li {
  line-height: 20px;
  margin: 10px 0;
}

.new_fff li a:hover {
  line-height: 20px;
  background: none;
}

.new_fff li img {
  margin-right: 7px;
}

.tab_xx {
  padding: 0px 0px 0px;
  overflow: hidden;
  background-color: #fff;
  /* width: 1120px; */
}

.x1 {
  font-size: 24px;
  color: #333;
  padding: 15px 0;
}

.ptitle {
  font-size: 24px;
  color: #333;
  padding: 5px 0;
  border-bottom: 1px solid #f3411b;
}


.xa1 {
  font-size: 16px;
  color: #333;

}

.salestext a{
  border-radius: 10px;
  background: #f3411b;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: bolder;
}



.trybutton a{
  border-radius: 10px;
  background: #f3411b;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
  display: inline-block;
  font-weight: bolder;
}



.xaa1 {
  font-size: 16px;
  color: #333;
  line-height: 45px;
  height: 45px;
  position: absolute;
  bottom: 22px;
  left: 0;
}

.xas1 span{
  font-size: 16px;
  color: #333;
  line-height: 45px;
  height: 45px;
}

.hui{
  font-size: 14px;
  color: #666666;
}

.xaa1 span{
  font-size: 33px;
  color: #f3411b;
  line-height: 45px;
  height: 45px;
  font-weight: bold;

}

.guige1 {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  /*height: 50px;*/
}

.guige1 span{
  font-size: 16px;
  border: 1px solid #f3411b;
  line-height: 30px;
  height: 30px;
}

.x2 {
  /*padding: 15px 0;*/
  padding: 0px 0;
}

.x2 ul li {
  /*line-height: 40px;*/
  /*background: url(../images/dian.jpg) no-repeat left 18px;*/
  /*padding-left: 15px;*/
  float: left;
  font-size: 16px;
  color: #666666;
  /*width: 50%;*/
}

/*.x2 ul li span {*/
/*  font-size: 24px;*/
/*  color: #f3411b;*/
/*  font-weight: bold;*/
/*  !*display: block;*!*/
/*}*/

.x3 ul li span {
  font-size: 24px;
  color: #f3411b;
  font-weight: bold;
}


.x2xin {
  padding: 15px 0;
}

.x2xin ul li {
  line-height: 60px;
  background: url(../images/dian.jpg) no-repeat left 1px top 28px;
  padding-left: 15px;
  float: left;
  font-size: 16px;
  color: #666666;
  width: 100%;
}

.x2xin ul li span {
  font-size: 24px;
  color: #f3411b;
  font-weight: bold;

}



.tabcontent {
  /*display: none;*/
  border: #f2f2f2 solid 1px;
  padding: 25px 25px 20px;
  overflow: hidden;
  background-color: #fff;

  margin-bottom: 35px;
  line-height: 28px;
}

.tabcontent p span{
  text-wrap: wrap !important;
}

/* Optionally add styling for the tabs */
.tabs {
  overflow-x: auto;
  background-color: #fff;
}
.tabs.on{
  position: fixed;
  top: 0;
}
.tab {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #f3411b;
  cursor: pointer;
  background: #f3411b;
  color: #fff;
}

.tab:hover {
  background-color: #fff;
  color: #333;
}

.t1 {
  background-color: #fff;
  color: #333;
}


.tuqie {
  width: 382px;
  float: left;
  margin: 0 30px 30px 0;
}

.xiang {
  /* width: 570px; */
  width: calc(100% - 412px);
  float: left;
  height: 360px;
  position: relative;
}

.product-gallery {
  position: relative;
}

.big-image img {
  width: 100%;
  display: none;
}

.big-image img.current {
  display: block;
}

.thumbnails img {
  width: 50px;
  cursor: pointer;
  margin: 5px;
  opacity: 0.5;
}

.thumbnails img.active {
  opacity: 1;
}

.pinpai {
  padding: 0px 0 0px;
  overflow: hidden;
}

.pinpai li {
  position: relative;
  /* width: 270px; */
  width: 19.3%;
  height: 190px;
  border: solid 1px #f2f2f2;
  padding: 20px 0px 0;
  margin-right: .8%;
  margin-bottom: 17px;
  float: left;
}

.pinpai li:nth-child(5n) {
  margin-right: 0;
}

.pinpai_pic {
  height: 115px;
  text-align: center;
}

.pinpai_pic img {
  width: 220px;
  height: 110px;
}

.pinpai01 {
  background: #f5f5f5;
  padding: 10px;
}

.pinpai02 {
  color: #1d85e5;
  text-align: center;
  font-size: 18px;
}

.pinpai03 {
  color: #999;
  font-size: 14px;
}

.jxj {
  border: #f2f2f2 solid 1px;
  padding: 35px;
  overflow: hidden;
  background-color: #fff;
  /* width: 1120px; */
}

.jxj01 {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  overflow: hidden;
  float: left;
  width: 1000px;
}

.jxj02 {
  padding: 15px 0 0;
  /* width: 520px; */
  width: 49.5%;
  float: left;
}

.jxj02 span {
  color: #ff0000;
  margin-right: 8px;
}

.jxj02 img {
  margin: 10px 10px 0 0;
}

.jxj02 h2 {
  font-size: 14px;
  color: #999;
  font-weight: 300;
  float: right;
  margin-right: 70px;
}

.jxj03 {
  padding: 15px 0 0;
  float: left;
}

.jxj03 span {
  color: #ff0000;
  margin-right: 8px;
}

.jxj03 h2 {
  font-size: 14px;
  color: #999;
  font-weight: 300;
  float: right;
  margin-right: 0px;
}

.jxj04 {
  float: left;
  margin-top: 40px;
}

.jxj04 a {
  background: #f3411b;
  padding: 10px 50px;
  color: #fff;
  border-radius: 7px;
}

.jxj05 {
  overflow: hidden;
  float: left;
  width: 1000px;
  margin-top: 15px;
}

.jxj05 span {
  color: #ff0000;
  margin-right: 8px;
}

.search_t {
  /* width: 450px; */
  width: 90%;
  height: 38px;
  border: solid 1px #d8d8d8;
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 10px;
}

.search_t1 {
  width: 400px;
  height: 38px;
  border: solid 1px #d8d8d8;
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 0px;
}

.search_t2 {
  width: 970px;
  height: 70px;
  border: solid 1px #d8d8d8;
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 10px;
}

.search_t3 {
  width: 970px;
  border: solid 1px #d8d8d8;
  padding: 0 20px 20px;
  border-radius: 5px;
  margin-top: 10px;
}

.select1 {
  width: 165px;
  height: 38px;
  border: solid 1px #d2d2d2;
  border-radius: 7px;
  padding: 0 20px;
  margin-top: 10px;
}

.wenzi {
  font-size: 16px;
  float: left;
  padding: 10px 0;
}

.custom-checkbox {
  display: block;
  padding-top: 10px;
}

.custom-checkbox span {
  color: #666;
}



.kti011 {
  padding: 15px 0 25px;
  overflow: hidden;
}

.kti011 li {
  position: relative;
  width: 1400px;
  height: 90px;
  border: solid 1px #f2f2f2;
  border-top: none;
  padding: 20px;
  background: #fff;

}

.kti011 li:nth-child(2n) {
  background: #fafafa;
}

.kti011 li:first-of-type {
  border-top: solid 1px #f2f2f2;

}
.kti021 {
  color: #333;
  width:500px;
  height: 90px;
  font-size: 16px;
  float: left;
}

.kti021 span {
  color: #eb621e;
  font-size: 16px;
  background: #fae1dc;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  padding: 3px 10px;
}



.kti1{
  overflow: hidden;
}

.kti1 li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.kti1 li:nth-child(1) {
  padding-right: 510px;
}

.kti1 li:nth-child(2) {
  padding-right: 150px;
}

.kti1 li:nth-child(3) {
  padding-right: 320px;
}

.kti1 li:nth-child(4) {
  padding-right: 110px;
}
.new_f ul li.hover{
  background: linear-gradient(to right, #f3411b, #ff8e55);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
}


.new_ff ul li.hover{
  background: linear-gradient(to right, #f3411b, #ff8e55);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
}


#exzoom {
  width: 430px;
  /*height: 400px;*/
  margin: 20px auto;
}

.bg{width:920px;height: 360px;margin:0 auto;padding:20px 0px;overflow: hidden;min-width: 900px;box-sizing: border-box;}
.bg_left{width: 350px;height:auto;float: left}
.bg_right{float: left;z-index:9999}
.show{width: 360px;height: 250px;margin-bottom: 10px;position: relative;cursor:move}
.show img{width: 360px;height: 240px;}
.mask{width: 180px;height: 120px;background: #000;filter: Alpha(opacity=40);opacity:0.4;position: absolute;top: 0;left: 0;display: none;}
.bigshow{width: 360px;height: 240px;overflow: hidden;margin-left: 10px;display: none;}
.bigshow img{width: 720px;height: 480px;margin-right: 10px; z-index: 100000; position: relative}
.smallshow{width: 100%;height: 70px;position: relative}
.smallshow img{width:100%; height:60px;border:1px solid #e8e8e8;box-sizing: border-box;transition: all 0.5s}
.smallshow>.middle_box{margin-left: 30px;margin-right: 30px;overflow: hidden;height: 70px;}
.smallshow .middle{overflow: hidden;transition: all 0.5s;height: 70px;}
.smallshow .middle>li{width: 75px;height: 60px;float: left;cursor:pointer;padding:5px 2px;}
.smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}



.P-list{ overflow: hidden; margin-bottom: 15px;}
.P-list1{ background: #fef0f0; padding: 5px 20px; font-size: 14px; font-weight: bold; color: #333;}
.P-list1 span{ float: right;}
.P-list1 span a{ color: #ff4242;}
.P-list2{ background: #f9f9f9; padding: 5px 20px; overflow: hidden;}
.P-list2 ul li{ float: left; line-height: 30px; font-size: 16px; color: #666; width: 500px;}
.P-list3{ color: #ff4242; font-weight: bold; padding-left: 94%;}
.hidden-content {
  max-height: 118px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.expanded {
  max-height: 500px;
}
.m_pro_type .sub_category{
  position: absolute;
  top: 0;
  left: 180px;
  width: 800px;
  height: 500px;
  overflow-y: auto;
  background: #fff;
  border: solid 2px #f2f2f2;
  z-index: 999;
  padding: 10px ;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  display: none;
}
.sub_category_list{
  width: 48%;
}
.m_pro_type .sub_category>li{
  margin: 0;
  display: inline-block;
}
.sub_category a{
  background: none;
  display: inline-block;
  border-radius: 0;
  padding: 0 !important;
  width: auto;
  margin-right: 20px;
}
.sub_category_list>a{
  font-weight: bold;
  border-bottom: solid 1px #eee;
  display: block;
  padding-bottom: 6px !important;
  background: url(../images/shu.png) no-repeat left 40%;
  padding-left: 15px !important;
}
.sub_category>a:hover{
  color: #f3411b;
}
.m_pro_type>ul>li:hover .sub_category{
  display: flex;
}
.three_type{
  padding: 10px 0;
}
.three_type a:hover{
  color: #f3411b;
}
.m_pro_type>ul>li:nth-child(2) .sub_category{
  top: -60px;
}
.m_pro_type>ul>li:nth-child(3) .sub_category{
  top: -120px;
}
.m_pro_type>ul>li:nth-child(4) .sub_category{
  top: -180px;
}
.m_pro_type>ul>li:nth-child(5) .sub_category{
  top: -240px;
}
.m_pro_type>ul>li:nth-child(6) .sub_category{
  top: -280px;
}
.m_pro_type>ul>li:nth-child(7) .sub_category{
  top: -340px;
}
.m_pro_type>ul>li:nth-child(8) .sub_category{
  top: -400px;
}
.m_pro_type>ul>li:nth-child(9) .sub_category{
  top: -460px;
}
.m_pro_type>ul>li:nth-child(10) .sub_category{
  top: -520px;
}
.pro_xx_tit{
  margin: 20px 0;
  font-weight: bold;
    font-size: 20px;
}
.pro_xx_tit img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.kong{
  height: 80px;
  margin-top: -80px;
  display: block;
}
@media only screen and (max-width: 1680px) {
  .content {
    width: 1200px;
  }
  .sub_menu{
    width: 940px;
  }
  .nav {
    width: 900px;
  }
  .notice_con {
    width: 1160px;
  }
  .f30 {
    font-size: 24px;
  }
  .pro_type a {
    margin-left: 20px;
  }
  .contact {
    font-size: 14px;
    padding-top: 22px;
  }
  .pro_list_pic{
    /*height: 60px;*/
    /*width: 60px;*/
    margin-right: 10px;
  }

}
.huodong {
  padding: 0px 0 25px;overflow: hidden;
}

.huodong li {
  position: relative;
  width: 240px;
  height: 410px;
  overflow: hidden;
  border: solid 1px #f2f2f2;
  padding: 0px 0px 0;
  margin-right: 17px;
  margin-bottom: 17px;
  float: left;
}

.huodong li:nth-child(4n) { margin-right: 0;}

.huodong_pic { height: 300px;}

/*.huodong_pic img { object-fit: cover;}*/
.huo{ margin: 15px; color: #333; border-bottom: #e2e2e2 solid 1px; padding: 0 0 15px;}
.huo_ri{ margin: 0 0 0 15px; color: #666; float: left;}
.huo_xiang{ float: right; margin-right: 15px;}
.huo_xiang{
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  font-size: 12px;
  color: #666;
  width:84px;
  height: 32px;
  line-height: 28px;
  text-align: center;
}

.lian1 {
  background: linear-gradient(to right, #f3411b, #ff8e55);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  width: 240px;
  float: left;
  margin-top: 20px;
}
.lian2 {
  border: #f2f2f2 solid 1px;
  padding: 20px 15px 15px;
  width: 240px;
  line-height: 30px;
  float: left;
  font-size: 14px;
}
.huo_x {
  overflow: hidden;
  margin-top: 20px;
}

.huo_x li {
  float: left;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 20%;
  background: #f4451e;
}

.huo_x01 {
  color: #333;
  width: 20%;
  font-size: 16px;
  padding: 10px;
  float: left;
  border: #f2f2f2 solid 1px;
}

.huo_x01 a:hover{
  color: #f3411b;
}

.huo_x02{ overflow: hidden;}

.huo_x03 {
  overflow: hidden;
  margin: 0 0 15px;
}

.huo_x03 li {



  font-size: 16px;
  color: #333333;
  border: #f2f2f2 solid 1px;
  overflow: hidden;
  background: #fafafa;
}

.huo_x03 li div:nth-child(1) { padding: 10px 15px;  float: left; width: 200px;
  background: #fafafa;
}

.huo_x03 li div:nth-child(2) { float: left; padding: 10px 15px; width: calc(100% - 200px);background: #ffffff;

}

.testBaner{ width: 240px; float: left; margin-top: 20px;}

.salesmore{
  float: right; font-size: 14px; font-weight: normal; border-radius: 50px;background: #f7f7f7;display: block; margin-top: 0px; margin-bottom: 3px; padding: 5px 15px;
}
.blue{
  color: rgb(20, 64, 123);
}
.red{
  color: #d7281d;
}
.table_list_head{
  border-bottom: 1px solid #c0c4cc;
  cursor: pointer;
}
.table_list_right{
  background: url(../images/bgg.png) no-repeat;
  width: 244px;
  height: 110px;
  background-size: 100% 100%;
  flex-direction: column;
}
.jiezhi{
  width: 70%;
  background-image: linear-gradient(90deg,#fce4d2,#f9cfb6,#fdf0e0);
    color: #cd3837;
    border-radius: 18px;
    padding: 2px 10px;
    box-shadow: 0 2px 6px 0 #cb8172;
}
.table_list_con{
  display:none;
}
.table_list_con table tr,.table_list_con table td{
  text-align: center;
}
.table_list_con table th{
  background: #f2f6fc;
  height: 40px;
}
.table_list_con table td{
  border-bottom: 1px dashed #c0c4cc;
  padding: 20px 0;
}

.kangti_title{
  font-weight: bold;
}

.salep{
  font-size: 24px;color: #ff0000;
}

.td_list{
  padding: 50px 10px 10px;
}
.td_list li{
  width: 49%;
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
  padding: 1% 2%;
}
.td_list_pic{
  width: 40%;
}
.td_list_con{
  width:55%;
  height:100%;
}
.td_list_tit{
  font-size: 20px;
  margin-bottom: 10px;
}
.td_list_tit span{
  margin: 0 5px;
}
.td_list_link{
  right:0;
  bottom:0;
}
.td_list_link::after{
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid red;
  border-top: 5px solid transparent; 
  border-bottom: 5px solid transparent;
  content: '';
  display: inline-block;
  margin-left: 5px;
}
.code_bot{
  margin: 20px 0;
}
.code_bot li{
    width: 8%;
    margin: 0 1%;
    text-align: center;
}
.code_bot li img{
  width: 100%;
}


.product_list_ul2 li .pro_description .right_info {
  flex: 1;
}


.product_list_ul2 {
  width: 100%;
}


.product_list_ul2 li {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 18px;
  background: #fffbfb;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.2s linear 0s;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  position: relative;
}
.product_list_ul2 li:nth-child(3n){
  margin-right: 0;
}
.product_list_ul2 li .pro_description {
  padding: 8px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product_list_ul2 li .pro_description .right_info .name_box {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.product_list_ul2 li .pro_description .right_info .basic_text {
  line-height: 22px;
  font-size: 14px;
  color: #333;
}

.product_list_ul2 li .pro_description .right_info .name_box a {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 26px;
  height: 52px;
}

.product_list_ul2 li .pro_description .opt_btn {
  display: flex;
  width: 128px;
  justify-content: center;
  align-items: center;
  height: 26px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to left,  #f3411b, #ff8e55);
  position: absolute;
  bottom: 10px;
  right: 10px;
}


.right_title_box {
  margin-top: 15px;
  position: relative;
  background: #f4f4f4;
  border-radius: 10px;
  height: 35px;
  margin-bottom: 25px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.right_title_box .right_title {
  position: absolute;
  top: -15px;
  left: -15px;
  background: url(../images/pcata-tit.png) no-repeat;
  height: 64px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right_title_box h1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}

.subb {
  vertical-align: sub;
  font-size: smaller;
}
.cuxiaohuodong{
  height: 860px;
}