/*common start*/
body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input,
button {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  list-style: none;
}
body {
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #666;
}
a {
  color: #666;
}
a:hover {
  color: #f60;
}
p {
  line-height: 1.8em;
  padding: 5px 0;
}
img {
  outline-width: 0px;
  vertical-align: middle;
}
.clear {
  margin: 0;
  padding: 0;
  font-size: 0;
  clear: both;
}

.wapper {
    width: 1200px;
    margin: 0 auto;
  }
.header {
  height: 134px;
  position: relative;
  z-index: 9;
}
.head {
  height: 134px;
}
.head .logo {
  float: left;
}
.head .logo img {
  padding-top: 20px;
}
.head .logo1 {
  margin-left: 15px;
  padding-left: 15px;
  background: url(../images/topsx.png.html) no-repeat left center;
  float: left;
  margin-top: 49px;
}
.head_mid {
  float: left;
  margin-left: 13px;
}
.head_mid ul li {
  float: left;
  width: 60px;
  position: relative;
  height: 134px;
}
.head_mid ul li img {
  padding-top: 37px;
}
.head_mid ul li .tu {
  display: none;
  position: absolute;
  width: 320px;
  height: 420px;
  top: 134px;
  left: 50%;
  margin-left: -160px;
}
.head_mid ul li .tu img {
  width: 320px; /*height:420px;*/
  padding-top: 0px;
}
.head_mid ul li:hover .tu {
  display: block;
}
.tel {
  float: right;
  line-height: 134px;
  padding-left: 40px;
  background: url(../images/tel.png) no-repeat left center;
  font-size: 24px;
  color: #194097;
  font-weight: bold;
}

.menubg {
  background: #194097;
  height: 50px;
  position: relative;
  z-index: 8;
}
/*menu*/
.menu {
  height: 50px;
  line-height: 50px;
}
.menu ul li {
  float: left;
  position: relative;
  width: 150px;
}
.menu ul li dl {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
  display: none;
}
.menu ul li dl dd {
  line-height: 38px;
  border-bottom: 1px dashed #dddddd;
  position: relative;
}
.menu ul li dl dd a {
  font-size: 10px;
  color: #000;
  font-weight: normal;
  display: block;
  padding: 0;
  text-align: left;
  padding-left: 36px;
}
.menu ul li dl dd a:hover {
  color: #f60;
}
.menu ul li dl dd .sanji {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 150px;
  top: 0px;
  display: none;
}
.menu ul li dl dd .sanji b {
  display: block;
  font-weight: normal;
  line-height: 38px;
  border-bottom: 1px dashed #dddddd;
}
.menu a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.menu a:hover {
  color: #fff;
}
a.menu_hover {
  background: #426ece;
  color: #fff;
}

.con1 {
  margin-top: 40px;
}
.con1 h2 {
  height: 24px;
  line-height: 24px;
  padding-bottom: 13px;
}
.con1 h2 b {
  font-size: 24px;
  font-weight: normal;
  color: #4c4c4c;
  float: left;
}
.con1 h2 a {
  font-weight: normal;
  font-size: 14px;
  color: #4c4c4c;
  float: right;
}
.con1 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
.con1 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.con1 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.con1 ul li img {
  width: 100%;
  height: 143px;
  object-fit: cover;
}
.con1 ul li:nth-child(5n) {
  margin-right: 0px;
}
.con1 ul li .wz {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(31, 69, 156, 0.4);
  border-radius: 8px;
  top: 0px;
  left: 0px;
}
.con1 ul li:hover .wz {
  background: rgba(31, 69, 156, 0.7);
}
.con1 ul li .wz .wz1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.con1 ul li .wz .wz1 h3 {
  font-size: 16px;
  font-weight: normal;
  font-family: '黑体';
  line-height: 103px;
  text-align: center;
  color: #fff;
}
.con1 ul li .wz .wz1 h3 a {
  color: #fff;
}
.con1 ul li .wz .wz2 {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.con1 ul li:hover .wz .wz1 {
  display: none;
}
.con1 ul li:hover .wz .wz2 {
  display: flex;
}
.con1 ul li:hover .wz .wz2 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  text-align: center;
}
.con1 ul li:hover .wz .wz2 h3 a {
  font-size: 16px;
  font-weight: normal;
  font-family: '黑体';
  margin-top: 15px;
  line-height: 18px;
  color: #fff;
  display: block;
}
.con1 ul li:hover .wz .wz2 span a {
  color: #fff;
}
.con1 ul li:hover .wz .wz2 span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 10px;
  color: #fff;
  margin-right: 20px;
  margin-left: 25px;
}

.con2bg {
  margin-top: 22px;
  background: #f1f4f5;
  padding-top: 50px;
  padding-bottom: 53px;
}
.c2_left {
  width: 547px;
  height: 365px;
  float: left;
}
.c2_left img {
  width: 547px;
  height: 365px;
}
.c2_right {
  float: right;
  width: 570px;
}
.c2_right strong {
  display: block;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 22px;
  color: #1f459c;
  margin-top: 15px;
}
.c2_right span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 33px;
  margin-top: 18px;
}
.c2_right a {
  display: block;
  margin-top: 35px;
}

.con3 {
  margin-top: 40px;
}
.con3 h2 {
  line-height: 50px;
  border-bottom: 1px #ccc solid;
  overflow: hidden;
}
.con3 h2 b {
  font-size: 20px;
  font-weight: normal;
  color: #1f459c;
  float: left;
  border-bottom: 4px #1f459c solid;
  display: inline-block;
  line-height: 50px;
}
.con3 h2 a {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  float: right;
}
.con3 ul {
  margin-top: 4px;
}
.con3 ul li {
  height: 48px;
  line-height: 47px;
  border-bottom: 1px dashed #cacaca;
  padding-left: 0px;
  font-size: 15px;
}
.con3 ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f459c;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
  margin-top: 20px;
}
.con3 ul li a {
  float: left;
  color: #000000;
}
.con3 ul li span {
  float: right;
  color: #434343;
}
.con3 ul li:hover {
}
.con3 ul li:hover a {
  color: #1f459c;
}
.con3 ul li:hover span {
  color: #1f459c;
}
.c3_left {
  float: left;
  width: 560px;
}
.c3_right {
  float: right;
  width: 560px;
}

.con4 {
  margin-top: 70px;
}
.con4 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.con4 h1::after,
.con4 h1::before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #333;
}
.con4 h1::before {
  margin-right: 15px;
}
.con4 h1::after {
  margin-left: 15px;
}
.c4_left {
  float: left;
  width: 320px;
}
.c4_mid {
  float: left;
  width: 320px;
  margin: 0px 120px;
}
.c4_right {
  float: right;
  width: 320px;
}
.con4 h2 {
  line-height: 50px;
  border-bottom: 1px #ccc solid;
  overflow: hidden;
}
.con4 h2 b {
  font-size: 20px;
  font-weight: normal;
  color: #1f459c;
  float: left;
  border-bottom: 4px #1f459c solid;
  display: inline-block;
  line-height: 50px;
}
.con4 h2 a {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  float: right;
}
.con4 ul li {
  height: 48px;
  line-height: 47px;
  border-bottom: 1px dashed #cacaca;
  font-size: 15px;
}
.con4 ul li a {
  color: #000;
}

.con5bg {
  margin-top: 45px;
  background: #f1f4f5;
  padding-top: 45px;
  padding-bottom: 40px;
}
.con5 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.con5 h2::after,
.con5 h2::before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #333;
}
.con5 h2::before {
  margin-right: 15px;
}
.con5 h2::after {
  margin-left: 15px;
}
/*scroll_03*/
.scroll_03 {
  position: relative;
  margin-top: 28px;
}
.scroll_03 .hd .prev {
  display: block;
  width: 38px;
  height: 37px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/left1_r__35-37_c__444444_.png) no-repeat;
  position: absolute;
  top: 50%;
  left: -48px;
  margin-top: -19px;
}
.scroll_03 .hd .next {
  display: block;
  width: 38px;
  height: 37px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/right1_r__38-37_c__b4b4b4_.png) no-repeat;
  position: absolute;
  top: 50%;
  right: -48px;
  margin-top: -19px;
}
.scroll_03 .bd li {
  float: left;
  width: 271px;
  overflow: hidden;
  margin: 0 14px;
}
.scroll_03 .bd li .img {
  height: 209px;
  background: #fff;
}
.scroll_03 .bd li .img:hover {
  background: #f4f4f4;
}
.scroll_03 .bd li span {
  margin-top: 15px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  display: block;
}
.scroll_03 .bd li .img table tr td {
  height: 209px;
}
.scroll_03 .bd li .img table tr td img {
  width: 271px;
  height: 209px;
}

.footer {
  background: #1f459c;
  padding-top: 45px;
}
.f1 {
  padding-bottom: 36px;
}
.f1 dl {
  float: left;
  margin-right: 41px;
}
.f1 dl dt {
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px #fff solid;
  margin-bottom: 15px;
}
.f1 dl dd {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.f1 dl dd a {
  color: #fff;
}
.f1_right {
  float: right;
}
.f1_right h1 {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
}
.f1_right h1 strong {
  font-size: 20px;
}
.f1_right h2 {
  margin-top: 10px;
}
.f1_right .ftewm1 {
  margin-top: 28px;
}
.f1_right .ftewm1 img {
  width: 118px;
}

.f_line {
  border-bottom: 1px solid #4c6ab0;
}

.f2 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding: 20px 0px;
}
.f2 a {
  color: #fff;
}

/*Add------------------------------------------------------------------------------*/
.nybanner img {
  width: 100%;
}
.weizhi {
  height: 20px;
  line-height: 0px;
  padding: 20px 0px;
  font-size: 14px;
  margin-top: 10px;
}
.inside {
  min-height: 400px;
  margin-bottom: 50px;
}

.inside_left {
  width: 305px;
  float: left;
}
.inside_left h2 {
  background: #292e39;
  padding: 10px 20px;
  position: relative;
}
.inside_left h2 b {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  z-index: 9;
}
.inside_left h2 i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  opacity: 0.1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
  font-style: normal;
}
.inside_left h2 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-left: 10px;
  text-transform: capitalize;
}
.inside_left h2 span:before {
  content: '/';
  padding-right: 5px;
}
.tree {
  border: 1px solid #d2d2d2;
  border-top: none;
}
.tree_box {
  overflow: hidden;
}
.tree_box h3 {
  position: relative;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 18px;
}
.tree_box h3 a {
  color: #2e2e2e;
}
.tree_box h3 a.active{
  color: #194097;
}
.tree_box h3 span {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 53px;
}
.tree_box h3 a:hover {
  color: #194097;
}
.tree_box h3,
.tree_one h4,
.tree_two li {
  cursor: pointer;
}
.tree_one,
.tree_two {
  display: none;
  overflow: hidden;
}
.tree_one h4 {
  height: 30px;
  line-height: 30px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: normal;
}

.inside_left .side_b {
  margin-top: 20px;
}
.inside_left .side_b ul {
  border: 1px solid #d2d2d2;
  border-top: none;
  padding: 10px 0px;
}
.inside_left .side_b ul li {
  padding: 5px 10px;
  font-size: 14px;
}
.inside_left .side_b ul li a {
  display: block;
  line-height: 20px;
  color: #5a5a5a;
}
.inside_left .side_b ul li a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}
.inside_left .side_b ul li a:hover {
  color: #ab001a;
}
.inside_left .side_b ul li a:hover:before {
  color: #ab001a;
}
.inside_left .side_c {
  margin-top: 20px;
}
.inside_left .side_c ul {
  border: 1px solid #d2d2d2;
  border-top: none;
  padding: 20px 7px 8px 7px;
}
.inside_left .side_c ul li {
  width: calc(50% - 14px);
  float: left;
  margin: 0 7px 14px 7px;
}
.inside_left .side_c ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 40px;
  border: 1px dashed #f1f1f1;
}
.inside_left .side_c ul li a:hover {
  color: #ab001a;
  border-color: #ab001a;
}
.inside_left .side_d {
  margin-top: 20px;
}
.inside_left .side_d dl {
  border: 1px solid #d2d2d2;
  border-top: none;
  padding: 10px 0px;
  font-size: 14px;
}
.inside_left .side_d dl dt {
  padding: 3px 14px 8px 14px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.inside_left .side_d dl dd {
  border-top: 1px solid #eee;
  padding: 8px 14px;
  color: #2f2f2f;
}
.inside_left .side_e {
  margin-top: 20px;
}
.inside_right {
  width: 845px;
  float: right;
}

.inside_con {
  padding: 10px 0;
}

.inside_news ul li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inside_news ul li h2 {
  height: 40px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.inside_news ul li h2 b {
  float: left;
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
}
.inside_news ul li h2 span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666;
}
.inside_news ul li .info {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.inside_news ul li .more {
  margin-top: 15px;
}
.inside_news ul li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inside_news ul li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}
.inside_news ul li:hover .tit h3 {
  color: #292e39;
}
.inside_news ul li:hover .more span {
  color: #fff;
  background-color: #292e39;
}

/*contact*/
.contact h2 {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  color: #fff;
  background: #999;
}
.contact {
  margin-top: 15px;
}
.contact ul {
  padding: 10px 10px;
  border: #e4e4e4 solid 1px;
}
.contact ul li {
  line-height: 20px;
  padding: 3px 0;
}

/*proShow*/
.product_show ul li {
  width: 130px;
  line-height: 20px;
}
.product_show ul li {
  float: left;
  margin: 15px 20px 0;
  border: #e4e4e4 solid 1px;
  display: inline;
}
.pro img {
  max-width: 120px;
  max-height: 90px;
  width: expression(this.width >120 && this.height < this.width ? 120: true);
  height: expression(this.height > 90 ? 90: true);
}
.hover2 {
  background: #f4f4f4;
}

/*product_list*/
.side_product {
  margin-top: 15px;
}
.side_product h2 {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  color: #fff;
  background: #999;
}
.side_product ul {
  padding: 10px 10px;
  border: #e4e4e4 solid 1px;
}
.side_product ul li {
  line-height: 24px;
}
.side_product ul li a {
  padding-left: 30px;
  display: block;
  border-bottom: #e4e4e4 dashed 1px;
  background: url(../images/side_menu_bg.gif.html) 10px 8px no-repeat;
}
.side_product ul li dl dd a {
  display: inline;
  border: none;
  background: none;
}

/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #292e39;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li:last-child span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #292e39;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #194097;
}

#toolbar li .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li .icon-top:after {
  background-position: -30px -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  padding-left: 0px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #292e39;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #292e39;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #292e39;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #292e39;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

.icon-font {
  position: relative;
}

.icon-font:after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(http://cdn.xuansiwei.com/gubuk9768/1725864528595/icon_spirit_r__60-660_c__363636_.png?x-oss-process=style/png_small);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.pages {
  cursor: default;
  font-size: 14px;
  font-family: Tahoma, Verdana;
  padding: 10px;
  text-align: center;
}
.pages span {
  margin: 0 3px;
}
.pages span a {
  color: #666;
  text-decoration: none;
  padding: 3px 8px;
  border: 1px #ddd solid;
  background: #fff;
}
.pages span a:hover {
  color: #f60;
  border: 1px #f60 solid;
  background: #fff;
}
.number {
  font-size: 14px;
  color: #666;
}
.number {
  color: #666;
  text-decoration: none;
  padding: 3px 8px;
  border: 1px #ddd solid;
  background: #ececec;
  font-weight: bold;
}
.number a:hover {
  color: #f60;
  border: 1px #f60 solid;
}
.pageyc {
  display: none;
}
.imglist{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.product_list{
  background: #f1f1f1;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
.product_list .product_img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}
.product_list .product_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_list h2{
  padding: 10px 0;
  color: #000;
}
.product_list h2 a{
  color: #000;  
}
.product_list:hover .product_img img{
  transform: scale(1.1);
  transition: all 0.5s;
}
.product_list:hover h2 a{
  color: #194097;
}
.pagination{
  margin-top: 40px;
  font-size: 16px;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li{
  border: 1px #eee solid;
  padding: 8px 16px;
}
.pagination li a{
  display: block;
  width: 100%;
  height: 100%;
}
.pagination li:hover{
  background: #194097;
  color: #fff;
  border-color: #194097;
}
.pagination li:hover a{
  color: #fff;
}
.product-info{
  width: 100%;
  display: block;
  overflow: hidden;
}
#zoomimg {
    cursor: pointer;
    display: block
}
.pro-thumb{
  display: grid!important;
  grid-template-columns: repeat(4, 1fr);
  height: 60px;
}
.pro-thumb .item img {
    border: 1px solid #ececec
}

.pro-thumb .item:hover img {
    border: 1px solid #ff9600
}

.pro-thumb:hover .owl-nav .owl-prev,
.pro-thumb:hover .owl-nav .owl-next {
    opacity: .6;
}
.product-right h2{
  font-size: 32px;
  color: #000;
  margin-bottom:20px;
}
.product-right p{
  font-size: 16px;
  color: #333;  
  margin-bottom: 10px;
  }
.product-content{
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #ececec;
  padding-top: 20px;;
  overflow: hidden;
}
.product-content-title{
  display: flex;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px
}
.product-content-title h3{
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.yixinagdan{
  width: 100%;
  overflow: hidden;
}
.yixinagdan input{
  width: calc(48% - 10px);
  height: 50px;
  border: 1px solid #666;
  margin-bottom: 20px;
  padding-left: 10px;
  border-radius: 5px;
  color: #333;
}
.yixinagdan textarea{
  width: calc(98% - 10px);
  border-radius: 5px;
  padding-left: 10px;
}
.yixinagdan button{
  width: 100%;
  height: 50px;
  background: #ff9600;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 5px;
}
.infolist{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.info_list{
  text-align: left;
  border: 1px #eee solid;
  padding: 20px;
}
.info_list:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.info_list h2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #eee solid;
  
  padding-bottom: 10px;
}
.info_list h2 a{
font-size: 18px;
  color: #000;
}
.info_list h2 span{
  font-size: 14px;
  color: #999;
}
.info_list p{
  font-size: 14px;;
}
.info_list > a{
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 30px;
  display: inline-block;
  border: #eee 1px solid;
}
.info_list:hover > a{
  background: #194097;
  color: #fff;
  border-color: #194097;
}
.prenext{
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.pninfo{
  font-size: 14px;
  color: #000;
}
.x2 a{
  border: 1px #194097 solid;
  padding: 10px 20px;
  color: #194097;
  font-size: 14px;
}
.downfiles{
  margin: 20px 0;
}
.downfiles a{
  display: block;
  width: 100%;
  height: 50px;
  background: #194097;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
}
.downfiles a:hover{
  background: #ff9600;
}
.sidebar-search{
  text-align: center;
}
.sidebar-search input{
  display: block;
  width: 500px;
  height: 50px;
  border: 1px solid #666;
  margin-bottom: 20px;
  padding-left: 10px;
  border-radius: 5px;
  color: #333;
  margin: 0 auto;
}
.sidebar-search button{
  width: 200px;
  height: 50px;
  background: #ff9600;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .wapper {
    width: 96%;
    margin: 0 2%;
  }
  .scroll_03{
    width: 100%!important;
    overflow: hidden;
  }
  .menu ul li dl dd a{
    padding-left: 0;
    text-align: center;
  }
  .swiper-container{
    width: 100%!important;
    overflow: hidden;
  }
  .swiper-container .swiper-slide img{
    max-width: 100% !important;
  }
  .header .tel{
    display: none;
  }
  .menubg,
  .menu{
    height: auto;
  }
  .menu ul{
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 10px;
  }
  .menu ul li{
    float: none;
    width: auto;
  }
  .con1{
    margin-top: 20px;
  }
  .con1 ul{
    grid-template-columns:repeat(3, 1fr);
    gap: 10px;
  }
  .con1 ul li .wz .wz1 h3{
    line-height: 20px;
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
  .c2_left,
  .c2_right{
    width: 100%;
  }
  .c2_left img{
    width: 100%;
    height: auto;
  }
  .c3_left,
  .c3_right{
    width: 100%;
  }
  .c4_left,
  .c4_mid,
  .c4_right{
    width: 100%;
    margin: 0;
  }
  .con3 ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .con3 ul li a{
    width: calc(100% - 139px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
  }
  .inside_left,
  .inside_right{
    width: 100%;
  }
  .inside_left{
    margin-bottom: 40px;
  }
  .inside_left .side_c,
  .inside_left .side_e{
    display: none;
  }
  .imglist{
    grid-template-columns: repeat(1, 1fr);
  }
  .product-left,
  .product-right{
    width: 100%!important;
  }
  .info_list h2,
  .info_list h2 span,
  .prenext,
  .x2 a{
    display: block;
  }
  .x2 a{
    margin: 20px 0;
    text-align: center;
  }
  .sidebar-search input{
    width: 80%;
  }
.f1,.f_line{display:none;}
.con3,.con4{margin-top:50px;}
.con4 h1{margin-bottom:15px;}
.product_list .product_img{height:auto;}
}