/*-----  Global  ----*/
* {
  margin: 0px;
  padding: 0px;
  border-width: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
a,
a:visited {
  text-decoration: none;
  color: #555;
}
a:hover,
a:active {
  text-decoration: none;
  color: #555;
}
ul li {
  list-style: none;
}
.clear {
  clear: both;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
*html .clearfix {
  zoom: 1;
}

::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.container {
  width: 1500px;
  margin: 0 auto;
}

/*top*/
/*#topbg{height:110px;background:#FFF;}
.top{width:100%;z-index:999;background:#FFF;left:0;}
.top .container{width:calc(100% - 30px);max-width:1665px;}
.top .logo{width:424px;float:left;display:block;padding:18px 0 20px;outline:none;}
.top .logo img{width:100%;height:auto;display:block;}
.top .t_right{float:right;position:relative;padding-top:22px;}*/
/*nav*/
.pcnav {
  float: left;
}
.pcnav > ul {
  margin: 0;
}
.pcnav .firstfloor > li {
  position: relative;
  cursor: pointer;
  float: left;
  margin-left: 30px;
  position: relative;
}
.pcnav .firstfloor > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 3px;
  background: #2065b3;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.pcnav .firstfloor > li > a {
  display: inline-block;
  height: 88px;
  line-height: 88px;
  width: 100%;
  color: #555;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
}
.pcnav .firstfloor > li:hover:before {
  width: 100%;
  opacity: 1;
}
.pcnav .firstfloor > li:hover > a {
  color: #2065b3;
}
.pcnav .secondfloor {
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  display: none;
  background: #fff;
  min-width: 100%;
  border-top: none;
  box-sizing: border-box;
}
.pcnav .secondfloor > li {
  border-bottom: 1px solid #e4eaec;
  width: 100%;
  line-height: 36px;
  height: 36px;
  font-size: 13px;
  margin-left: 0;
  white-space: nowrap;
}
.pcnav .secondfloor > li > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #76838f;
  padding: 0 6px;
  text-align: center;
}
.pcnav .secondfloor > li > a:hover {
  background: #2065b3;
  color: #fff;
}
.t_right .t_phone {
  float: right;
  margin-left: 20px;
  position: relative;
  padding-top: 27px;
}
.t_right .t_phone i {
  display: block;
  width: 35px;
  height: 35px;
  background: url(static/skin/images/top_icon.png) no-repeat center center;
  float: left;
  -webkit-animation: 2s infinite msClock;
  -moz-animation: 2s infinite msClock;
  -o-animation: 2s infinite msClock;
  animation: 2s infinite msClock;
}
.t_right .t_phone .tp_p {
  float: left;
  margin-left: 10px;
}
.t_right .t_phone .tp_p p {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  color: #000;
}
.t_right .t_phone .tp_p p:first-child {
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  margin-bottom: 4px;
}
.topfix {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  top: 0;
  position: fixed;
}
/*mobilehead*/
#mobileheadbg {
  height: 70px;
  display: none;
}
#mobilehead {
  height: 70px;
  width: 100%;
}
#mobilehead .logo {
  width: calc(100% - 120px);
  height: 70px;
  display: block;
  float: left;
  background: url(static/skin/images/logo.jpg) no-repeat 10px center;
  background-size: auto 46px;
}
#mobilehead .nav {
  float: right;
}
#mobilehead .nav_bg {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 989;
  width: 100%;
  height: calc(100% - 70px);
  background: rgba(0, 0, 0, 0.6);
  animation: fade-in 0.43s ease 0s;
  -webkit-animation: fade-in 0.43s ease 0s;
}
#mobilehead .nav .nav_box {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 991;
  width: 100%;
  overflow: auto;
  border-top: 1px solid #eee;
  background: #fff;
  box-sizing: border-box;
}
#mobilehead .nav .nav_one > li {
  border-bottom: 1px solid #eee;
  padding: 0 10px;
}
#mobilehead .nav .nav_one > li > span {
  height: 42px;
  line-height: 42px;
  font-size: 15px;
}
#mobilehead .nav .nav_one > li > span > a {
  display: block;
  position: relative;
  width: calc(100% - 150px);
  height: 42px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666;
  line-height: 42px;
  float: left;
}
#mobilehead .nav .nav_one > li > span > i {
  float: right;
  display: block;
  width: 150px;
  height: 42px;
}
#mobilehead .nav .nav_one > li > span > i > em {
  float: right;
  width: 42px;
  height: 42px;
  background: url(static/skin/images/+.png) no-repeat center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  display: block;
}
#mobilehead .nav .nav_one > li > span > i > em.on {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobilehead .nav .nav_one > li > ul {
  display: none;
}
#mobilehead .nav .nav_one > li > ul > li {
  height: 36px;
  line-height: 36px;
  text-indent: 20px;
}
#mobilehead .nav .nav_one > li > ul > li > a {
  font-size: 15px;
  color: #666;
  width: 100%;
  height: 100%;
  display: block;
}
#mobilehead .nav .push-nav {
  display: block;
  position: relative;
  z-index: 998;
  width: 54px;
  height: 50px;
  font-size: 0;
  margin-right: 8px;
  background: rgba(138, 138, 138, 0.5);
  margin-top: 10px;
  border-radius: 5px;
}
#mobilehead .nav .push-nav .nav-toggle {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mobilehead .nav .push-nav.on .nav-toggle {
  margin-left: -4px;
}
#mobilehead .nav .push-nav .nav-toggle span {
  display: block;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 2px;
  margin: 0 0 10px auto;
  background: #8a8a93;
  border-radius: 3px;
  -webkit-transform-origin: 35px;
  transform-origin: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mobilehead .nav .push-nav .nav-toggle span.two {
  width: 30px;
}
#mobilehead .nav .push-nav .nav-toggle span:last-child {
  margin-bottom: 0;
}
#mobilehead .nav .push-nav.on .nav-toggle span {
  opacity: 1;
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobilehead .nav .nav_contact {
  position: relative;
  border-top: 1px solid #eee;
  color: #666;
}
#mobilehead .nav .nav_contact .nav_txt {
  width: 100%;
}
#mobilehead .nav .nav_contact .nav_txt span {
  height: 42px;
  line-height: 42px;
  display: block;
  float: left;
  position: relative;
  text-indent: 15px;
  margin-left: 10px;
  font-size: 15px;
}
#mobilehead .nav .nav_contact .nav_txt span a {
  color: #666;
}
#mobilehead .nav .nav_contact .nav_txt span.sitemapicon {
  background: url(static/skin/images/mobilesitemap.png) no-repeat left center;
  background-size: auto 15px;
}
#mobilehead .nav .nav_contact .nav_txt span.topphoneicon {
  background: url(static/skin/images/mobilephone.png) no-repeat left center;
  background-size: auto 15px;
}
#mobilehead .nav .nav_contact .nav_txt span.topemailicon {
  background: url(static/skin/images/mobileemail.png) no-repeat left center;
  background-size: auto 15px;
  text-indent: 25px;
}
/*flash*/
.index_banner {
  width: 100%;
  height: 0;
  padding-bottom: 745px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.index_banner .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.index_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner .swiper-pagination-bullets {
  bottom: 41px !important;
  height: 42px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.index_banner .swiper-pagination-bullet {
  opacity: 1;
  width: 42px;
  height: 42px;
  margin: 0 2px !important;
  position: relative;
  background: transparent;
}
.index_banner .swiper-pagination-bullet:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -6px;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: none;
}
.index_banner .swiper-pagination-bullet-active .sp_box {
  display: block;
}
.index_banner .swiper-pagination-bullet-active .sp_box .left_item {
  -webkit-animation: loading_left 5s linear infinite;
}
.index_banner .swiper-pagination-bullet-active .sp_box .right_item {
  -webkit-animation: loading_right 5s linear infinite;
}
.sp_box {
  width: 42px;
  height: 42px;
  position: relative;
  display: none;
}
.sp_box:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.sp_box .left_box,
.sp_box .right_box {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.sp_box .left_box {
  left: 0;
}
.sp_box .right_box {
  right: 0;
}
.sp_box .left_item,
.sp_box .right_item {
  width: 100%;
  height: 100%;
}
.sp_box .left_item {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  border-top: 2px solid #d5d5d5;
  border-left: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
}
.sp_box .right_item {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  border-top: 2px solid #d5d5d5;
  border-right: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
}
.sp_box .sp_center {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  height: 38px;
  line-height: 38px;
}
@-webkit-keyframes loading_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes loading_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
/*pb_title*/
.pb_title {
  text-align: center;
  position: relative;
}
.pb_title.tl {
  text-align: left;
}
.pb_title .h_t {
  margin: 0;
  font-size: 50px;
  color: #333;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-weight: bold;
}
.pb_title p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  height: 26px;
  margin-top: 12px;
}
/*product*/
.product {
  padding: 46px 0 81px;
}
.product .p_c {
  margin-top: 30px;
}
.product .p_c .pc_li {
  width: calc(100% / 3 - 12px);
  float: left;
  margin-left: 18px;
  cursor: pointer;
}
.product .p_c .pc_li:first-child {
  margin-left: 0;
}
.product .p_c .pc_li .pc_img {
  width: 100%;
  padding-bottom: 58.37%;
  position: relative;
  overflow: hidden;
}
.product .p_c .pc_li .pc_txt {
  padding: 27px 20px;
  border: 1px solid #ececec;
  border-top: none;
}
.product .p_c .pc_li .pc_txt p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.product .p_c .pc_li .pc_txt p:first-child {
  font-size: 22px;
  height: 32px;
  line-height: 32px;
  color: #000;
  margin-bottom: 13px;
}
.product .p_c .pc_li .pc_txt p:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product .p_c .pc_li .pc_txt i {
  display: block;
  width: 27px;
  height: 27px;
  background: url(static/skin/images/pc_icon.png) no-repeat center center;
  margin-top: 15px;
}
.product .p_content {
  margin-top: 20px;
  position: relative;
}
.product .p_ul {
  width: 100%;
  overflow: hidden;
}
.product .p_ul .p_img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.product .p_ul p {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 16px;
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 13px;
}
.product .p_content .swiper-button-prev {
  background-image: url(static/skin/images/p_l.png);
  width: 49px;
  height: 49px;
  background-size: auto auto;
  background-position: left center;
  left: -67px;
  margin-top: -25px;
  outline: none;
}
.product .p_content .swiper-button-next {
  background-image: url(static/skin/images/p_r.png);
  width: 49px;
  height: 49px;
  background-size: auto auto;
  background-position: right center;
  right: -67px;
  margin-top: -25px;
  outline: none;
}
/*youshi*/
.youshi {
  padding: 64px 0 85px;
  background: url(static/skin/images/ysbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.youshi .ys {
  margin-top: 37px;
}
.youshi .ys_content {
  height: 631px;
}
.youshi .ys_content .ys_item {
  width: 162px;
  float: left;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.youshi .ys_content .ys_item.ys_bw {
  width: calc(100% - 486px);
}
.youshi .ys_content .ys_li {
  background: #15a9ee;
  position: relative;
  width: 100%;
  float: left;
  padding: 83px 0 0 15px;
  height: 100%;
}
.youshi .ys_content .ys_li.bg1 {
  background: #009fe9;
}
.youshi .ys_content .ys_li.bg2 {
  background: #1e8ce0;
}
.youshi .ys_content .ys_li.bg3 {
  background: #1978da;
}
.youshi .ys_content .ys_li p {
  font-size: 14px;
  color: #7ed6ff;
  line-height: 20px;
}
.youshi .ys_content .ys_li p:first-child {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  height: 72px;
  line-height: 72px;
}
.youshi .ys_content .ys_li p:nth-child(2) {
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  margin: 35px 0 8px;
}
.youshi .ys_content .ys_li p:nth-child(3) {
  height: 40px;
}
.youshi .ys_content .ys_li i {
  width: 33px;
  height: 33px;
  background: url(static/skin/images/ys_icon1.png) no-repeat center center;
  display: block;
  margin-top: 43px;
}
.youshi .ys_content .ys_txt {
  width: 100%;
  float: right;
  background: #fff;
  position: relative;
  padding: 60px 56px 50px 33px;
  height: 100%;
}
.youshi .ys_content .ys_txt .ys_l {
  width: 313px;
  float: left;
  padding-top: 23px;
}
.youshi .ys_content .ys_txt .ys_l p {
  font-size: 15px;
  line-height: 26px;
  color: #4a4a4a;
}
.youshi .ys_content .ys_txt .ys_l p:first-child {
  font-size: 72px;
  font-weight: bold;
  color: #2065b3;
  height: 72px;
  line-height: 72px;
}
.youshi .ys_content .ys_txt .ys_l p:nth-child(2) {
  font-size: 36px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  color: #2065b3;
  margin-top: 35px;
}
.youshi .ys_content .ys_txt .ys_l p:nth-child(4) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 130px;
}
.youshi .ys_content .ys_txt .ys_l i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 33px 0 37px;
  background: #e3e3e3;
}
.youshi .ys_content .ys_txt .ys_l a {
  display: block;
  width: 157px;
  height: 39px;
  line-height: 39px;
  background: url(static/skin/images/btn_icon.png) no-repeat right 20px center
    #2065b3;
  font-size: 15px;
  color: #fff;
  margin-top: 25px;
  padding-left: 42px;
}
.youshi .ys_content .ys_txt .ys_r {
  width: calc(100% - 313px);
  float: right;
  padding-left: 66px;
}
.youshi .ys_content .ys_txt .ys_r .ys_img {
  width: 100%;
  padding-bottom: 116.85%;
  position: relative;
}
/*info*/
/*.info{background:url(../images/infobg.jpg) no-repeat center top;background-size:100% calc(100% - 86px);padding:46px 0 30px;}
.info .info_left{width:calc(100% - 707px);float:left;padding:67px 50px 0 0;font-size:0;-webkit-text-size-adjust:none;}
.info .info_left p{color:#575757;font-size:15px;line-height:28px;}
.info .info_left i{display:block;height:99px;background:url(../images/info_logo.jpg) no-repeat left center;background-size:auto 100%;margin-bottom:34px;}
.info .info_left em{width:62px;height:5px;background:#e60012;display:block;margin-bottom:17px;}
.info .info_left p:nth-child(3){font-size:50px;height:60px;line-height:60px;font-weight:bold;color:#333;margin-bottom:37px;}
.info .info_left a{display:inline-block;width:206px;height:51px;line-height:51px;background:url(static/skin/images/btn_icon.png) no-repeat right 40px center #2065b3;font-size:15px;color:#FFF;margin-top:51px;padding-left:54px;margin-right:15px;}
.info .info_right{width:707px;float:right;position:relative;}
.info .info_right img{width:100%;height:auto;display:block;}

.info_num{box-shadow:0px 7px 24px 8px #D8E2E9;padding:45px 70px 40px;margin-top:36px;background:#FFF;}
.info_num .in_li{width:25%;float:left;padding-bottom:3px;border-left:1px solid #CCC;padding-left:35px;position:relative;}
.info_num .in_li:before{content:'';width:1px;height:21px;position:absolute;left:-1px;top:0;background:#c52730;}
.info_num .in_li p{font-size:15px;line-height:25px;color:#999;}
.info_num .in_li p:first-child{font-size:50px;line-height:33px;height:36px;color:#333;font-weight:bold;margin-bottom:7px;}
.info_num .in_li p span{font-family:Arial;}
.info_num .in_li p em{font-style:normal;font-size:16px;font-weight:normal;}*/
/*case*/
.case {
  padding: 30px 0 64px;
}
.case .c_ul {
  overflow: hidden;
  margin-top: 25px;
}
.case .c_ul .c_img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.case .c_ul p {
  height: 53px;
  line-height: 53px;
  background: #f2f2f2;
  color: #737373;
  font-size: 16px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
/*news*/
.news {
  padding: 51px 0 77px;
  background: #f7f7f7;
}
.news .pb_title {
  text-align: left;
}
.news .pb_title a {
  display: block;
  width: 192px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #dbdbdb;
  background: url(static/skin/images/more_btn.png) no-repeat 35px center #fff;
  padding-left: 72px;
  color: #7b7b7b;
  font-size: 14px;
  position: absolute;
  top: 24px;
  right: 0;
}
.news .n_c {
}
.news .n_c .nc_l {
  width: calc(100% - 545px);
  float: left;
  padding-right: 33px;
  margin-top: 20px;
}
.news .n_c .nc_l a {
  display: block;
  width: calc(50% - 10px);
  float: left;
  margin-left: 20px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
}
.news .n_c .nc_l a:first-child {
  margin-left: 0;
}
.news .n_c .nc_l a .nc_img {
  width: 100%;
  padding-bottom: 65.09%;
  position: relative;
  overflow: hidden;
}
.news .n_c .nc_l a .nc_txt {
  padding: 31px 20px 32px 30px;
  background: #fff;
}
.news .n_c .nc_l a .nc_txt span {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.news .n_c .nc_l a .nc_txt span em {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  height: 36px;
  background: #e11827;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  vertical-align: top;
}
.news .n_c .nc_l a .nc_txt span i {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #e11827;
  font-style: normal;
  margin-left: 8px;
  font-size: 14px;
  vertical-align: top;
}
.news .n_c .nc_l a .nc_txt p {
  font-size: 15px;
  line-height: 24px;
  color: #a3a3a3;
}
.news .n_c .nc_l a .nc_txt p:nth-child(2) {
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  color: #313131;
  margin-top: 23px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .n_c .nc_l a .nc_txt p:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .n_c .nc_r {
  width: 545px;
  float: right;
  margin-top: 7px;
}
.news .n_c .nc_r a {
  display: block;
  margin-top: 13px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  padding: 37px 30px 26px 40px;
  background: #fff;
}
.news .n_c .nc_r a .nc_date {
  width: 90px;
  padding: 4px 0 9px;
  border-right: 1px solid #eee;
  float: left;
}
.news .n_c .nc_r a .nc_date span {
  display: block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #999;
}
.news .n_c .nc_r a .nc_date span:first-child {
  font-size: 33px;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
}
.news .n_c .nc_r a .nc_date i {
  width: 20px;
  height: 1px;
  display: block;
  margin: 13px 0;
  background: #ccc;
}
.news .n_c .nc_r a .nc_pp {
  width: calc(100% - 90px);
  padding-left: 26px;
  float: right;
}
.news .n_c .nc_r a .nc_pp p {
  font-size: 15px;
  line-height: 24px;
  color: #a3a3a3;
}
.news .n_c .nc_r a .nc_pp p:first-child {
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  color: #313131;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .n_c .nc_r a .nc_pp p:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*friendlink*/
.friendlink {
  background: #2065b3;
  padding: 29px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.friendlink span {
  width: 75px;
  float: left;
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  position: relative;
  margin-top: 8px;
}
.friendlink .fl_right {
  width: calc(100% - 75px);
  float: right;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.friendlink .fl_right a {
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  display: inline-block;
  font-size: 15px;
  position: relative;
  height: 25px;
  line-height: 25px;
  margin-right: 25px;
  margin-top: 8px;
}
/*foot*/
.foot {
  background: #2065b3;
  padding-bottom: 54px;
}
.foot .f_left {
  width: calc(100% - 540px);
  float: left;
}
.foot .f_left .f_p {
  width: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 88px;
  padding-top: 8px;
  margin-top: 42px;
}
.foot .f_left .f_p.icon1 {
  background-image: url(static/skin/images/ft_icon1.png);
}
.foot .f_left .f_p.icon2 {
  background-image: url(static/skin/images/ft_icon2.png);
}
.foot .f_left .f_p.icon3 {
  background-image: url(static/skin/images/ft_icon3.png);
}
.foot .f_left .f_p p {
  font-size: 15px;
  line-height: 23px;
  color: #9fc9f9;
}
.foot .f_left .f_p p:first-child {
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  color: #fff;
  margin-bottom: 6px;
}
.foot .f_left .f_p p.p1 {
  font-size: 32px;
  color: #fff;
  font-family: Arial;
  height: 23px;
  line-height: 24px;
  margin-bottom: 9px;
}
.foot .f_right {
  width: 540px;
  float: right;
  position: relative;
  padding-top: 26px;
}
.foot .f_right input {
  height: 43px;
  line-height: 43px;
  background: #85aad4;
  padding: 0 10px;
  float: left;
  outline: none;
  margin-top: 15px;
  color: #647dac;
}
.foot .f_right .input1 {
  width: 49%;
}
.foot .f_right .input2 {
  width: 49%;
  margin-left: 2%;
}
.foot .f_right .f_content {
  width: 100%;
  height: 64px;
  padding: 10px;
  line-height: 22px;
  background: #85aad4;
  color: #647dac;
  margin-top: 15px;
  outline: none;
  resize: none;
}
.foot .f_right .foot_btn {
  width: 257px;
  background: #c3122c;
  display: block;
  color: #fff;
  text-align: center;
  outline: none;
  margin-top: 15px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  float: right;
  cursor: pointer;
}
.foot .f_right ::-webkit-input-placeholder {
  color: #647dac;
}
.foot .f_right :-moz-placeholder {
  color: #647dac;
}
.foot .f_right ::-moz-placeholder {
  color: #647dac;
}
.foot .f_right :-ms-input-placeholder {
  color: #647dac;
}
/*footbottom*/
.footbottom {
  padding: 34px 0 38px;
  background: #1d5ba1;
  text-align: center;
}
.footbottom p {
  line-height: 24px;
  color: #9fc9f9;
}
.footbottom p a {
  color: #9fc9f9;
}
.footbottom p span {
  display: inline-block;
  margin-right: 5px;
}
/*stylepbulic*/
#stylesubnav {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
}
#stylesubnav .xq_c {
  padding: 0;
  position: relative;
}
#stylesubnav .xq_crumbs {
  line-height: 29px;
  padding: 10px 0 10px 0px;
  color: #999;
}
#stylesubnav .xq_crumbs a {
  color: #999;
}

/*px*/
#px_banner {
  width: 100%;
  padding-bottom: 605px;
  position: relative;
  z-index: 9;
}
#px_banner.px_ban1 {
  padding-bottom: 450px;
}
#px_banner.px_ban2 {
  padding-bottom: 700px;
}
#px_banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#px_banner .crumbs {
  position: absolute;
  left: 0;
  bottom: 27px;
  width: 100%;
  text-align: right;
}
#px_banner .crumbs .xq_crumbs {
  background: url(static/skin/images/pos_icon.png) no-repeat left 5px;
  line-height: 24px;
  padding-left: 20px;
  color: #fff;
  display: inline-block;
}
#px_banner .crumbs .xq_crumbs a {
  color: #fff;
}

.px_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.px_txt .container {
  position: relative;
  height: 100%;
}
.px_txt .px_txt_p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: right;
}
.px_txt .px_txt_p p:first-child {
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.px_txt .px_txt_p p:last-child {
  height: 58px;
  line-height: 58px;
  font-size: 48px;
  color: #fff;
  margin-top: 13px;
  font-weight: bold;
}

/*sub_nav*/
#sub_navbg {
  width: 100%;
  background: #f4f4f4;
}
.sub_nav {
}
.sub_nav a {
  border-right: 1px solid #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 186px;
  display: block;
  position: relative;
  float: left;
  font-size: 15px;
}
.sub_nav a:before {
  content: none;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #0071bd;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -9px;
}
.sub_nav a.on {
  background: #de4340;
  color: #fff;
}
.sub_nav a.on:before {
  content: "";
}
/*sub_cnav*/
.sub_cnav {
  margin-top: 20px;
  background: #eee;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.sub_cnav a {
  border-right: 1px solid #fff;
  height: 49px;
  line-height: 49px;
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.sub_cnav a.on {
  background: #da241d;
  color: #fff;
}

/*sub_title*/
.sub_title {
  text-align: center;
  position: relative;
}
.sub_title .s_t {
  margin: 0;
  font-size: 36px;
  color: #313131;
  height: 46px;
  line-height: 46px;
  position: relative;
  font-weight: bold;
}
.sub_title .s_t span {
  font-weight: bold;
  color: #0894d1;
}
.sub_title i {
  display: block;
  width: 41px;
  height: 4px;
  background: #da241d;
  margin: 19px auto 0;
}
.sub_title p {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 6px;
}
/*page*/
.manu {
  text-align: center;
  margin-top: 30px;
}
.manu a {
  border: 1px solid #d9d9d9;
  padding: 9px 15px;
  text-decoration: none;
  margin: 0 2px;
  display: inline-block;
}
.manu a:hover {
  border: 1px solid #d9d9d9;
}
.manu a:active {
  border: 1px solid #d9d9d9;
}
.manu .current {
  border: 1px solid #db1b23;
  padding: 9px 15px;
  background: #db1b23;
  font-weight: bold;
  margin: 0 2px;
  color: #fff;
  display: inline-block;
}
.manu .disabled {
  border: 1px solid #d9d9d9;
  padding: 9px 15px;
  color: #d9d9d9;
  margin: 0 2px;
  display: inline-block;
}

/*公用右侧*/
.newscow_right {
  width: 25%;
  float: right;
}
.newscow_right .news_product {
  border: 1px solid #dbdbdb;
  padding: 10px;
}
.newscow_right .news_product .np_title {
  font-size: 14px;
  color: #2a2a2a;
  line-height: 12px;
  padding: 10px 0;
  border-bottom: 2px solid #2a2a2a;
}
.newscow_right .news_product .np_title span {
  font-size: 22px;
  line-height: 32px;
}
.newscow_right .news_product .bd {
  overflow: hidden;
  zoom: 1;
  margin-top: 30px;
}
.newscow_right .news_product .bd ul li {
}
.newscow_right .news_product .bd ul li .r_img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  border: 1px solid #ccc;
}
.newscow_right .news_product .bd ul li .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newscow_right .news_product .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newscow_right .news_product .bd ul li .title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.newscow_right .news_product .bd ul li .title a {
  color: #666;
}
.newscow_right .news_nlist {
  padding-bottom: 5px;
  overflow: hidden;
}
.newscow_right .news_nlist ul {
  padding-top: 5px;
}
.newscow_right .news_nlist ul li {
  line-height: 36px;
  background: url(static/skin/images/zys_42.jpg) no-repeat 2px center;
  text-indent: 0.3cm;
  margin: 0 auto;
  border-bottom: 1px dashed #d5d5d5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*公用分页*/
.fanye {
  list-style: none;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #c2a9a4;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.fanye ul li {
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fanye ul li a {
  color: #333;
}

/*视频弹出*/
#tan_box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.tan_box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box .box {
  position: relative;
  background: #fff url(static/skin/images/loading.gif) center center no-repeat;
  padding: 10px;
  box-shadow: 0 0 15px #ccc;
  border-radius: 5px 0 5px 5px;
}
.tan_box .box video {
  max-width: 1000px;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.tan_box .v_close {
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -36px;
  cursor: pointer;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px 5px 0 0;
  background: url(static/skin/images/closeicon.png) no-repeat center center #fff;
}

/*电脑浮动*/
.izl-rmenu {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 999;
  width: 72px;
}
.izl-rmenu .iz_btn {
  width: 72px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
  padding: 12px 0 7px;
  background: #e30713;
  display: block;
}
.izl-rmenu .iz_btn i {
  display: block;
  width: 100%;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
}
.izl-rmenu .iz_btn i.icon1 {
  background-image: url(static/skin/images/r_qq.png);
}
.izl-rmenu .iz_btn i.icon2 {
  background-image: url(static/skin/images/r_wx.png);
}
.izl-rmenu .iz_btn i.icon3 {
  background-image: url(static/skin/images/r_phone.png);
}
.izl-rmenu .btn-qq {
}
.izl-rmenu .btn-wx {
}
.izl-rmenu .btn-wx .pic {
  position: absolute;
  left: 0;
  top: 0px;
  background: #fff;
  padding: 10px;
  width: 160px;
  height: 160px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.izl-rmenu .btn-wx:hover .pic {
  left: -160px;
  opacity: 1;
}
.izl-rmenu .btn-phone {
  position: relative;
}
.izl-rmenu .btn-phone .phone {
  background-color: #e30713;
  position: absolute;
  width: 160px;
  left: 0;
  top: 0px;
  line-height: 73px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.izl-rmenu .btn-phone:hover .phone {
  left: -160px;
  opacity: 1;
}
.izl-rmenu .iz_btn span {
  display: block;
  font-size: 13px;
  height: 21px;
  line-height: 21px;
  color: #fff;
  text-align: center;
}

.izl-rmenu .btn-top {
  background: url(static/skin/images/r_top.png) 0px 0px no-repeat;
  background-color: #666666;
  padding: 16px 0 15px;
  height: 73px;
  display: none;
}
.izl-rmenu .btn-top:hover {
  background-color: #444;
}

/*分页*/
.manu {
  padding: 25px 3px;
  margin: 3px;
  text-align: center;
}
.manu a {
  border: 1px solid #d9d9d9;
  padding: 9px 15px;
  text-decoration: none;
  margin: 0 2px;
}
.manu a:hover {
  border: 1px solid #d9d9d9;
}
.manu a:active {
  border: 1px solid #d9d9d9;
}
.manu .current {
  border: 1px solid #de4340;
  padding: 9px 15px;
  background: #de4340;
  font-weight: bold;
  margin: 0 2px;
  color: #fff;
}
.manu .disabled {
  border: 1px solid #d9d9d9;
  padding: 9px 15px;
  color: #d9d9d9;
  margin: 0 2px;
}

@media screen and (max-width: 1629px) {
  .container {
    width: 1200px;
  }
  /*	#topbg{height:82px;}
    .top .logo{width:300px;padding:15px 0 16px;}
    .top .t_right{padding-top:12px;}*/
  .pcnav .firstfloor > li {
    margin-left: 20px;
  }
  .pcnav .firstfloor > li > a {
    height: 70px;
    line-height: 70px;
    font-size: 15px;
  }
  .t_right .t_phone {
    margin-left: 12px;
    padding-top: 20px;
  }
  .t_right .t_phone i {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .t_right .t_phone .tp_p p:first-child {
    margin-bottom: 2px;
  }
  .t_right .t_phone .tp_p p {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .index_banner {
    padding-bottom: 606px;
  }
  .index_banner .swiper-pagination-bullets {
    bottom: 30px !important;
  }
  .pb_title .h_t {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
  }
  .pb_title p {
    font-size: 15px;
    margin-top: 8px;
  }
  .sub_title .s_t {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
  }
  .sub_title i {
    margin: 10px auto 0;
  }
  .product {
    padding: 30px 0 40px;
  }
  .product .p_c {
    margin-top: 24px;
  }
  .product .p_c .pc_li .pc_txt {
    padding: 20px 18px;
  }
  .product .p_c .pc_li .pc_txt p {
    font-size: 13px;
  }
  .product .p_c .pc_li .pc_txt p:first-child {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .product .p_c .pc_li .pc_txt i {
    width: 25px;
    height: 25px;
    background-size: cover;
    margin-top: 12px;
  }
  .youshi {
    padding: 40px 0 60px;
  }
  .youshi .ys {
    margin-top: 28px;
  }
  .youshi .ys_content {
    height: 495px;
  }
  .youshi .ys_content .ys_item {
    width: 136px;
  }
  .youshi .ys_content .ys_item.ys_bw {
    width: calc(100% - 408px);
  }
  .youshi .ys_content .ys_li {
    padding: 70px 0 0 10px;
  }
  .youshi .ys_content .ys_li p:first-child {
    font-size: 62px;
    height: 62px;
    line-height: 62px;
  }
  .youshi .ys_content .ys_li p:nth-child(2) {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 25px 0 3px;
  }
  .youshi .ys_content .ys_li i {
    width: 28px;
    height: 28px;
    background-size: cover;
    margin-top: 35px;
  }
  .youshi .ys_content .ys_txt {
    padding: 40px 30px 30px 20px;
  }
  .youshi .ys_content .ys_txt .ys_l p:first-child {
    font-size: 62px;
    height: 62px;
    line-height: 62px;
  }
  .youshi .ys_content .ys_txt .ys_l p:nth-child(2) {
    font-size: 32px;
    height: 42px;
    line-height: 42px;
    margin-top: 25px;
  }
  .youshi .ys_content .ys_txt .ys_l i {
    margin: 25px 0 32px;
  }

  .case {
    padding: 20px 0 40px;
  }
  .case .c_ul {
    margin-top: 18px;
  }
  .news {
    padding: 30px 0 40px;
  }
  .news .n_c .nc_l {
    width: calc(100% - 467px);
    padding-right: 20px;
    margin-top: 18px;
  }
  .news .n_c .nc_l a .nc_txt {
    padding: 24px 15px 25px 20px;
  }
  .news .n_c .nc_l a .nc_txt p {
    font-size: 14px;
  }
  .news .n_c .nc_l a .nc_txt p:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .news .n_c .nc_r {
    width: 467px;
  }
  .news .n_c .nc_r a {
    padding: 24px 20px 18px 26px;
    margin-top: 11px;
  }
  .friendlink {
    padding: 18px 0;
  }
  .foot {
    padding-bottom: 30px;
  }
  .foot .f_left {
    width: calc(100% - 462px);
  }
  .foot .f_left .f_p {
    padding-left: 70px;
    margin-top: 30px;
    background-size: auto 55px;
    padding-top: 5px;
  }
  .foot .f_left .f_p p {
    font-size: 14px;
    line-height: 22px;
  }
  .foot .f_left .f_p p:first-child {
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .foot .f_left .f_p p.p1 {
    font-size: 28px;
    height: 21px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .foot .f_right {
    width: 462px;
    padding-top: 15px;
  }
  .footbottom {
    padding: 20px 0 26px;
  }

  #px_banner {
    padding-bottom: 465px;
  }
  #px_banner.px_ban1 {
    padding-bottom: 360px;
  }
  .px_txt .px_txt_p p:first-child {
    font-size: 32px;
    height: 32px;
    line-height: 32px;
  }
  .px_txt .px_txt_p p:last-child {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
  #px_banner.px_ban2 {
    padding-bottom: 560px;
  }
  .sub_nav a {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1429px) {
  #flashvideobg {
    display: none;
  }

  #topbg {
    height: 70px;
  }
  .top .logo {
    width: 260px;
    padding: 13px 0;
  }
  .top .t_right {
    padding-top: 0;
  }
  .pcnav .firstfloor > li {
    margin-left: 10px;
  }
  .pcnav .firstfloor > li > a {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
  }
  .t_right .t_phone {
    margin-left: 10px;
  }
  .index_banner {
    padding-bottom: 510px;
  }
  .index_banner .swiper-pagination-bullets {
    bottom: 20px !important;
    height: 36px;
  }
  .index_banner .swiper-pagination-bullet {
    width: 36px;
    line-height: 36px;
  }
  .index_banner .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
  .sp_box {
    width: 36px;
    height: 36px;
  }
  .sp_box .sp_center {
    height: 32px;
    line-height: 32px;
  }
  .pb_title .h_t {
    font-size: 32px;
    height: 40px;
    line-height: 40px;
  }
  .pb_title p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
  }
  .sub_title .s_t {
    font-size: 26px;
    height: 34px;
    line-height: 34px;
  }
  .sub_title i {
    margin: 6px auto 0;
  }
  .sub_title p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 5px;
  }
  .product {
    padding: 20px 0 30px;
  }
  .product .p_c {
    margin-top: 15px;
  }
  .product .p_c .pc_li {
    width: calc(100% / 3 - 6px);
    margin-left: 9px;
  }
  .product .p_c .pc_li .pc_txt {
    padding: 15px 12px;
  }
  .product .p_c .pc_li .pc_txt p {
    font-size: 12px;
    line-height: 20px;
  }
  .product .p_c .pc_li .pc_txt p:first-child {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 6px;
  }
  .product .p_c .pc_li .pc_txt i {
    width: 22px;
    height: 22px;
    margin-top: 8px;
  }
  .product .p_content {
    margin-top: 10px;
  }
  .product .p_ul p {
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
  }
  .product .p_content .swiper-button-prev {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background-size: cover;
    left: -44px;
  }
  .product .p_content .swiper-button-next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background-size: cover;
    right: -44px;
  }
  .youshi {
    padding: 20px 0 30px;
  }
  .youshi .ys {
    margin-top: 15px;
  }
  .youshi .ys_content {
    height: 416px;
  }
  .youshi .ys_content .ys_item {
    width: 114px;
  }
  .youshi .ys_content .ys_item.ys_bw {
    width: calc(100% - 342px);
  }
  .youshi .ys_content .ys_li {
    padding: 50px 0 0 10px;
  }
  .youshi .ys_content .ys_li p {
    font-size: 12px;
    line-height: 16px;
  }
  .youshi .ys_content .ys_li p:first-child {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
  }
  .youshi .ys_content .ys_li p:nth-child(2) {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    margin: 20px 0 3px;
  }
  .youshi .ys_content .ys_li p:nth-child(3) {
    height: 32px;
  }
  .youshi .ys_content .ys_li i {
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-top: 26px;
  }
  .youshi .ys_content .ys_txt {
    padding: 26px 20px 20px 15px;
  }
  .youshi .ys_content .ys_txt .ys_l {
    width: 260px;
  }
  .youshi .ys_content .ys_txt .ys_l p {
    font-size: 13px;
    line-height: 24px;
  }
  .youshi .ys_content .ys_txt .ys_l p:first-child {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
  }
  .youshi .ys_content .ys_txt .ys_l p:nth-child(2) {
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    margin-top: 18px;
  }
  .youshi .ys_content .ys_txt .ys_l p:nth-child(4) {
    height: 120px;
  }
  .youshi .ys_content .ys_txt .ys_l i {
    margin: 18px 0 20px;
  }
  .youshi .ys_content .ys_txt .ys_l a {
    width: 140px;
    line-height: 36px;
    height: 36px;
    padding-left: 30px;
    font-size: 14px;
    background-position: right 16px center;
    background-size: auto 13px;
  }
  .youshi .ys_content .ys_txt .ys_r {
    width: calc(100% - 260px);
    padding-left: 40px;
  }
  /*.info{padding:20px 0 15px;background-size:100% calc(100% - 66px);}
    .info .info_left{width:calc(100% - 502px);padding:20px 20px 0 0;}
    .info .info_left i{height:66px;margin-bottom:15px;}
    .info .info_left p{font-size:13px;line-height:24px;}
    .info .info_left p:nth-child(3){font-size:30px;height:40px;line-height:40px;margin-bottom:16px;}
    .info .info_left a{width:150px;height:42px;line-height:42px;padding-left:30px;background-position:right 20px center;background-size:auto 13px;font-size:14px;}
    .info .info_right{width:502px;}
    .info_num{margin-top:18px;padding:20px 50px 15px;}
    .info_num .in_li{padding-left:20px;}
    .info_num .in_li p{font-size:13px;height:24px;line-height:24px;}
    .info_num .in_li p:first-child{font-size:30px;height:22px;line-height:20px;}
    .info_num .in_li p em{font-size:14px;}*/
  .case {
    padding: 15px 0 30px;
  }
  .case .c_ul {
    margin-top: 10px;
  }
  .case .c_ul p {
    font-size: 15px;
    line-height: 42px;
    height: 42px;
  }
  .news {
    padding: 20px 0 30px;
  }
  .news .pb_title a {
    top: 12px;
  }
  .news .n_c .nc_l {
    width: calc(100% - 387px);
    padding-right: 15px;
    margin-top: 17px;
  }
  .news .n_c .nc_l a {
    width: calc(50% - 7px);
    margin-left: 14px;
  }
  .news .n_c .nc_l a .nc_txt {
    padding: 14px 10px 16px 15px;
  }
  .news .n_c .nc_l a .nc_txt span em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .news .n_c .nc_l a .nc_txt span i {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .news .n_c .nc_l a .nc_txt p {
    font-size: 14px;
  }
  .news .n_c .nc_l a .nc_txt p:nth-child(2) {
    margin-top: 6px;
    margin-bottom: 4px;
  }
  .news .n_c .nc_r {
    width: 387px;
  }
  .news .n_c .nc_r a {
    padding: 18px 10px 12px 18px;
    margin-top: 10px;
  }
  .news .n_c .nc_r a .nc_date {
    padding: 4px 0 7px;
    width: 75px;
  }
  .news .n_c .nc_r a .nc_date span:first-child {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
  }
  .news .n_c .nc_r a .nc_date i {
    margin: 10px 0;
  }
  .news .n_c .nc_r a .nc_pp {
    padding-left: 18px;
    width: calc(100% - 75px);
  }
  .news .n_c .nc_r a .nc_pp p {
    font-size: 14px;
    line-height: 23px;
  }
  .news .n_c .nc_r a .nc_pp p:first-child {
    margin-bottom: 10px;
  }
  .friendlink {
    padding: 15px 0;
  }
  .friendlink span {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .friendlink .fl_right a {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .foot {
    padding-bottom: 20px;
  }
  .foot .f_left {
    width: calc(100% - 380px);
  }
  .foot .f_left .f_p {
    padding-left: 55px;
    margin-top: 28px;
    background-size: auto 46px;
    padding-top: 0;
    width: 40%;
  }
  .foot .f_left .f_p:nth-child(odd) {
    width: 60%;
  }
  .foot .f_left .f_p p {
    font-size: 13px;
    line-height: 22px;
  }
  .foot .f_left .f_p p:first-child {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .foot .f_left .f_p p.p1 {
    font-size: 22px;
    height: 18px;
    line-height: 19px;
    margin-bottom: 6px;
  }
  .foot .f_right {
    width: 380px;
    padding-top: 10px;
  }
  .foot .f_right input {
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
  }
  .foot .f_right .f_content {
    margin-top: 10px;
  }
  .foot .f_right .foot_btn {
    width: 230px;
    line-height: 36px;
    height: 36px;
    margin-top: 10px;
  }
  .footbottom {
    padding: 15px 0 20px;
  }

  .izl-rmenu {
    display: none;
  }
  #px_banner {
    padding-bottom: 37%;
  }
  #px_banner.px_ban1 {
    padding-bottom: 298px;
  }
  .px_txt .px_txt_p p:first-child {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
  }
  .px_txt .px_txt_p p:last-child {
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: 7px;
  }
  #px_banner.px_ban2 {
    padding-bottom: 44%;
  }
  .sub_nav a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 146px;
  }
  .sub_nav a:before {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 6px;
    bottom: -6px;
    margin-left: -6px;
  }
  .manu {
    margin-top: 20px;
  }
}

/*992以下屏幕*/
@media screen and (max-width: 1230px) {
  .container {
    width: auto;
    margin: 0 15px;
  }
  #headbg {
    display: none;
  }
  #topbg {
    display: none;
  }
  #mobileheadbg {
    display: block;
  }
  #mobilehead.mhead {
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  }
  #mobilehead .nav_bg.nav_bg1 {
    height: 70px;
    height: calc(100% - 70px);
  }
  #mobilehead .nav .nav_box.nav_box1 {
    top: 70px;
  }
  .index_banner {
    padding-bottom: 42%;
  }
  .index_banner .swiper-pagination-bullets {
    bottom: 15px !important;
  }
  .pb_title.tl {
    text-align: center;
  }
  .pb_title .h_t {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
  }
  .pb_title p {
    font-size: 12px;
    height: auto;
    line-height: 20px;
    margin-top: 3px;
  }
  .sub_title .s_t {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
  }
  .sub_title p br {
    display: none;
  }
  .product {
    padding: 20px 0;
  }
  .product .p_c {
    margin-top: 10px;
  }
  .product .p_content .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: 0;
  }
  .product .p_content .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    right: 0;
  }
  .youshi {
    padding: 20px 0;
  }
  .youshi .ys {
    margin-top: 10px;
  }
  .youshi .ys_content {
    height: 277px;
  }
  .youshi .ys_content .ys_item {
    width: 106px;
  }
  .youshi .ys_content .ys_item.ys_bw {
    width: calc(100% - 318px);
  }
  .youshi .ys_content .ys_li {
    padding: 20px 0 0 8px;
  }
  .youshi .ys_content .ys_li p {
    font-size: 12px;
    line-height: 14px;
  }
  .youshi .ys_content .ys_li p:first-child {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
  }
  .youshi .ys_content .ys_li p:nth-child(2) {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin: 15px 0 3px;
  }
  .youshi .ys_content .ys_li p:nth-child(3) {
    height: 28px;
  }
  .youshi .ys_content .ys_li i {
    width: 20px;
    height: 20px;
    margin-top: 18px;
  }
  .youshi .ys_content .ys_txt {
    padding: 20px 10px;
  }
  .youshi .ys_content .ys_txt .ys_l {
    width: 200px;
    padding-top: 0;
  }
  .youshi .ys_content .ys_txt .ys_l p {
    font-size: 12px;
    line-height: 20px;
  }
  .youshi .ys_content .ys_txt .ys_l p:first-child {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
  }
  .youshi .ys_content .ys_txt .ys_l p:nth-child(2) {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
  }
  .youshi .ys_content .ys_txt .ys_l p:nth-child(4) {
    height: 100px;
  }
  .youshi .ys_content .ys_txt .ys_l i {
    margin: 5px 0 6px;
  }
  .youshi .ys_content .ys_txt .ys_l a {
    margin-top: 15px;
  }
  .youshi .ys_content .ys_txt .ys_r {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
  /* .info{background-size:100% calc(100% - 56px);}
    .info .info_left{width:100%;padding:0 0 0 0;}
    .info .info_left i{height:56px;margin-bottom:10px;}
    .info .info_left p:nth-child(3){font-size:30px;height:40px;line-height:40px;margin-bottom:10px;}
    .info .info_left a{margin-top:20px;}
    .info .info_right{display:none;}
    .info_num{margin-top:18px;padding:20px 30px 15px;}*/
  /*.news{padding:20px 0;}
    .news .pb_title a{top:12px;}
    .news .n_c .nc_l{width:100%;padding-right:0;float:none;}
    .news .n_c .nc_r{width:100%;float:none;}
    .friendlink{padding:10px 0;}
    .friendlink span{margin-top:5px;}
    .friendlink .fl_right a{margin-top:5px;}
    .foot .f_left{width:100%;float:none;}
    .foot .f_left .f_p{margin-top:20px;}
    .foot .f_right{width:100%;float:none;padding-top:15px;}
    .footbottom{padding:10px 0 60px;}*/

  #floatBottom {
    display: block;
  }
  #px_banner .crumbs {
    bottom: 8px;
  }
  #px_banner.px_ban1 {
    padding-bottom: 30%;
  }
  .px_txt .px_txt_p p:first-child {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }
  .px_txt .px_txt_p p:last-child {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
  }
  .newscow_right {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .newscow_right .news_product .bd ul li {
    width: 32%;
    float: left;
    margin-left: 2%;
  }
  .newscow_right .news_product .bd ul li:first-child {
    margin-left: 0;
  }
  .newscow_right .news_nlist ul li {
    width: 48%;
    margin-left: 4%;
    float: left;
  }
  .newscow_right .news_nlist ul li:nth-child(odd) {
    margin-left: 0;
  }
}
/*768以下屏幕*/
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 30px);
  }
  .product .p_c .pc_li .pc_img {
    display: none;
  }
  .product .p_c .pc_li .pc_txt {
    padding: 6px 0;
    border-top: 1px solid #ececec;
  }
  .product .p_c .pc_li .pc_txt p:first-child {
    text-align: center;
    margin-bottom: 0;
  }
  .product .p_c .pc_li .pc_txt p:nth-child(2) {
    display: none;
  }
  .product .p_c .pc_li .pc_txt i {
    display: none;
  }
  .youshi .ys_content {
    height: auto;
  }
  .youshi .ys_content .ys_item {
    width: 100%;
    float: none;
  }
  .youshi .ys_content .ys_item.ys_bw {
    width: 100%;
  }
  .youshi .ys_content .ys_li {
    padding: 10px 8px;
  }
  .youshi .ys_content .ys_li p:first-child {
    float: left;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
  }
  .youshi .ys_content .ys_li p:nth-child(2) {
    float: left;
    margin: 0 0;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
  }
  .youshi .ys_content .ys_li p:nth-child(3) {
    display: none;
  }
  .youshi .ys_content .ys_li i {
    float: right;
    margin-top: 5px;
  }
  .youshi .ys_content .ys_txt {
    padding: 15px 8px;
  }
  .youshi .ys_content .ys_txt .ys_l {
    width: 100%;
    float: none;
  }
  .youshi .ys_content .ys_txt .ys_l p:first-child {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
  }
  .youshi .ys_content .ys_txt .ys_l p:nth-child(2) {
    font-size: 17px;
    height: 24px;
    line-height: 24px;
  }
  .youshi .ys_content .ys_txt .ys_l p:nth-child(4) {
    height: auto;
  }
  .youshi .ys_content .ys_txt .ys_l a {
    margin-top: 10px;
  }
  .youshi .ys_content .ys_txt .ys_r {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-top: 10px;
  }
  .info .info_left em {
    height: 3px;
    margin-bottom: 10px;
  }
  .info .info_left p:nth-child(3) {
    font-size: 20px;
    height: auto;
    line-height: 26px;
  }
  .info .info_left a {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .info_num {
    padding: 5px 10px 10px;
  }
  .info_num .in_li {
    width: 50%;
    margin-top: 10px;
  }
  .news .pb_title {
    text-align: center;
  }
  .news .pb_title a {
    display: none;
  }
  .news .n_c .nc_l {
    margin-top: 0;
  }
  .news .n_c .nc_l a {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
  .friendlink span {
    width: 100%;
    text-align: center;
    margin-top: 0;
    float: none;
  }
  .friendlink .fl_right {
    width: 100%;
    float: none;
  }
  .friendlink .fl_right a {
    margin-right: 10px;
  }
  .foot .f_left {
    padding-top: 1px;
  }
  .foot .f_left .f_p {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .foot .f_left .f_p:nth-child(odd) {
    width: 100%;
  }
  .foot .f_right input {
    float: none;
  }
  .foot .f_right .input1 {
    width: 100%;
  }
  .foot .f_right .input2 {
    width: 100%;
    margin-left: 0;
  }
  .foot .f_right .foot_btn {
    width: 100%;
    float: none;
  }

  #stylesubnav .xq_crumbs {
    font-size: 13px;
  }
  #stylesubnav .xq_crumbs a {
    margin: 0 5px;
  }
  .video {
    width: calc(100% - 30px);
    padding: 5px;
    left: 15px;
    margin-left: 0;
  }
  .video span {
    left: 50%;
    top: 100%;
    margin-left: -20px;
  }
  .video p {
    height: 32px;
    line-height: 32px;
  }
  .sub_nav {
    display: block;
  }
  .sub_nav a {
    display: block;
    float: left;
    width: 50%;
    border-bottom: 1px solid #fff;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .sub_nav a:nth-child(even) {
    border-right: none;
  }
  .sub_nav a.on:before {
    content: none;
  }
  .sub_cnav a {
    display: block;
    width: 33.33%;
    float: left;
    border-bottom: 1px solid #fff;
    padding: 0 0;
    text-align: center;
    height: 42px;
    line-height: 42px;
  }
}
/*668以下屏幕*/
@media screen and (max-width: 667px) {
  .sub_title .s_t {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
  }
  .sub_title i {
    width: 30px;
    height: 2px;
  }
  .sub_title p {
    line-height: 20px;
  }

  #stylesubnav .xq_nav {
    display: block;
  }
  #stylesubnav .xq_nav a {
    height: 38px;
    line-height: 38px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0 15px;
    display: inline-block;
  }
}
/*500以下屏幕*/
@media screen and (max-width: 499px) {
  #mobilehead .logo {
    width: calc(100% - 70px);
    background-size: auto 40px;
  }
  .index_banner .swiper-pagination-bullets {
    bottom: 10px !important;
  }

  #px_banner.px_ban1 {
    padding-bottom: 43%;
  }
  .newscow_right .news_product .bd ul li {
    width: 100%;
    margin-left: 0;
  }
  .newscow_right .news_nlist ul li {
    width: 100%;
    margin-left: 0;
  }
}

/*新闻列表*/
.article_list li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  transition: all 0.5s;
}
.article_list li .article_list_left {
  float: left;
  width: 80%;
}
.article_list li span {
  float: right;
  width: 18%;
  text-align: center;
  background-color: #ededed;
  padding: 10px 0;
}
.article_list li span b {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
  display: block;
}
.article_list li span i {
  font-style: normal;
}
.article_list li h3 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
.article_list li h3 a {
  display: block;
}
.article_list li p {
  color: #777;
}
.article_list li:hover {
  background-color: #eee;
}
.article_list li:hover a {
  color: var(--color);
}
/*news show*/
.article_show h1 {
  font-size: 22px;
  line-height: 2;
}
.article_show span {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  display: block;
  margin: 10px 0;
  text-align: left;
}

/*news show*/
.article_show {
  text-align: center;
}
.article_show h1 {
  font-size: 22px;
  line-height: 2;
}
.article_show span {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  display: block;
  margin: 10px 0;
  text-align: left;
}
/*ban*/
.ban li {
  height: 300px;
}
/* products */
.pro_list {
  border: 1px solid var(--color);
}
.pro_list p {
  padding: 10px;
}
.pro_list > span {
  display: block;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pro_list > span i {
  display: block;
  width: 35px;
  height: 4px;
  background-color: var(--color);
  margin: 0 auto;
  margin-top: 10px;
}
.pro_list li {
  margin-bottom: 2px;
  line-height: 53px;
  border-left: 4px solid transparent;
}
.pro_list li a {
  display: block;
  position: relative;
  padding-left: 25px;
}

.pro_list > li:hover > a,
.pro_list > li.on > a {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
}
.pro_list > li:hover > a:before,
.pro_list > li.on > a:before {
  background-color: #fff;
}
.erji li.on a {
  color: var(--color);
  font-weight: bold;
}
.side {
  float: left;
  width: 25%;
}
.side h2 {
  margin-left: 0;
  margin-right: 0;
}
.side li {
  margin-left: 20px;
  margin-right: 20px;
}
.con {
  float: right;
  width: 72%;
}
/*content*/
.con .cont-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5;
  padding-left: 10px;
  color: var(--color);
  margin-bottom: 10px;
}
.pagelist {
  text-align: center;
  margin-bottom: 20px;
}
.pagelist span,
.pagelist a {
  margin: 0 3px;
}
.pagelist .nolink,
.pagelist span font,
.pagelist a {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.pagelist span font {
  color: #fff !important;
  padding: 0 10px;
  border-color: var(--color);
  background-color: var(--color);
}
.pagelist span.nolink:hover {
  background-color: var(--color);
  color: #fff;
}

/*abouts*/
.abouts_list li {
  float: left;
  width: 32%;
  padding: 10px;
  padding-bottom: 0;
  background-color: #eee;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 2.5;
}
.abouts_list li:hover {
  background-color: var(--color);
}
.abouts_list li:hover a {
  color: #fff;
}
.abouts_list li img {
  width: 100%;
}
.abouts_list li p {
  height: 35px;
  overflow: hidden;
}
.abouts_list li:nth-of-type(3n-1) {
  margin: 0 2%;
}
/*相关文章*/
.relate_title {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
}
.relate_title em {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  font-size: 16px;
}
.relate_article {
  margin-bottom: 20px;
}
.relate_article li {
  float: left;
  width: 48%;
  padding: 0 5px;
  line-height: 2;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.relate_article li:nth-child(2n) {
  float: right;
}
.relate_article li span {
  float: right;
}
/*新闻列表*/
.article_list li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.article_list li .article_list_left {
  float: left;
  width: 80%;
}
.article_list li span {
  float: right;
  width: 18%;
  text-align: center;
  background-color: #ededed;
  padding: 10px 0;
}
.article_list li span b {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
  display: block;
}
.article_list li span i {
  font-style: normal;
}
.article_list li h3 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
.article_list li h3 a {
  display: block;
}
.article_list li p {
  color: #777;
}
.article_list li:hover {
  background-color: #eee;
}
.article_list li:hover a {
  color: var(--color);
}
/*news show*/
.article_show h1 {
  font-size: 22px;
  line-height: 2;
}
.article_show span {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  display: block;
  margin: 10px 0;
  text-align: left;
}

/*图片放大镜样式*/
.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 227px;
  overflow: hidden;
  text-align: center;
}
.jqzoom img {
  max-width: 360px;
  margin: 0 auto;
  box-sizing: content-box;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 263px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
  width: 362px;
  height: 272px;
  border: 1px solid #dfdfdf;
  padding-left: 0 !important;
}
.spec-scroll {
  clear: both;
  margin-top: 5px;
  width: 362px;
}
.spec-scroll .prev {
  float: left;
  margin-right: 4px;
}
.spec-scroll .next {
  float: right;
}
.spec-scroll .prev,
.spec-scroll .next {
  display: block;
  font-family: "宋体";
  text-align: center;
  width: 10px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ccc;
  background: #ebebeb;
  cursor: pointer;
  text-decoration: none;
}
.spec-scroll .items {
  float: left;
  position: relative;
  width: 322px;
  height: 44px;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 44px;
}
.spec-scroll .items ul li {
  float: left;
  width: 64px;
  text-align: center;
}
.spec-scroll .items ul li img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 50px;
  height: 38px;
  cursor: pointer;
}
.spec-scroll .items ul li img:hover {
  border: 2px solid #ff6600;
  padding: 1px;
  cursor: pointer;
}
.InfoBox {
  float: right;
  display: inline;
  width: 460px;
  height: 314px;
  margin-right: 10px;
  margin-top: 6px;
  line-height: 22px;
  position: relative;
}
.InfoBox .pdTitle {
  font-size: 14px;
  font-weight: bold;
  color: #b30808;
  margin: 12px 0;
}
.pdKeywords {
  color: #4a4a4a;
  font-size: 12px;
  margin-bottom: 6px;
}
.pdClass,
.pdClass a {
  margin-bottom: 6px;
  color: #333;
}
.pdpromo {
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #b30808;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.xggc {
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #b30808;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 135px;
}
.xggc a {
  color: #fff;
}
.pdpromo a {
  color: #fff;
}
.pdpromo a:hover {
  color: #fff;
}
.right-extra {
  float: left;
  width: 370px;
  margin-right: 20px;
}
.con_pro_left {
  float: left;
  width: 43%;
}
.con_pro_right {
  float: right;
  width: 55%;
}
.con_pro_right h1 {
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
  line-height: 2;
}
.con_pro_show {
  margin-bottom: 10px;
  margin-top: 10px;
}
.con_pro_show_title li {
  float: left;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #eee;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 5px;
}
.con_pro_show_title li.on,
.con_pro_show_title li:hover {
  background-color: var(--color);
  color: #fff;
}
.con_lia {
  background-color: #ccc;
  color: var(--color);
  margin-bottom: 15px;
}
.con_lia h2 {
  font-size: 22px;
  padding: 10px;
}
.page-num-current {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-link {
  margin: 0 3px;
}
.form-group .btn,
.card-body .btn {
  background-color: var(--color);
  border: none;
}
.pro_list > li {
  transition: all 0.5s;
}
.pro_list li.cho a {
  background-color: var(--color);
  color: #fff;
}
.pagination {
  display: flex;
}
.page-num {
  margin: 0 3px;
}
.cont {
  margin-top: 20px;
  margin-bottom: 20px;
}
.side,
.con {
  margin-bottom: 20px;
}
.con_pro_show_info img {
  max-width: 100%;
}
.pro_conlist:after,
.pro_conlist:before {
  display: none;
}
.pro_conlist {
  display: flex;
  flex-wrap: wrap;
}
.pro_conlist li {
  margin-bottom: 20px !important;
}
.page-num-current {
  color: var(--color);
}
.relate_article {
  margin-top: 30px;
}
