﻿/* CSS Document */
body {
}

.wm {
  margin: 0 8%;
}
.wm2 {
  margin: 0 8%;
}

#top {
  width: 100%;
  background: #ffffff;
  height: 90px;
}
#top .logo {
  padding-top: 12px;
  float: left;
}
#top .logo img {
  max-width: 260px;
}
#top .menu {
  text-align: center;
  float: right;
}
.menu ul li {
  display: inline-block !important;
  height: 90px;
  line-height: 90px;
}
.menu ul li:last-child {
  background: none;
}
.menu ul li a {
  padding: 0 18px;
  font-size: 16px;
  color: #444;
  display: block;
}
.menu ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #2a5aa2;
}
#top .lang {
  float: right;
  padding-top: 26px;
  font-size: 16px;
  margin-left: 12px;
  color: #2a5aa2;
}
#top .lang img {
  vertical-align: middle;
}
#top .lang:hover {
  font-weight: bold;
}

.mbdh {
  display: none;
}

/*banner*/
/* Slider */
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.m_banner {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(http://www.zjqzlcgy.com/Html/images/loader.gif) center
    center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.bproInfo-demo {
  width: 100%;
  float: left;
  display: block;
}
.bproInfo-demo .item {
  overflow: hidden;
}
.bproInfo-demo .item img {
  width: 100%;
  display: block;
}
.bproInfo-demo .slick-arrow {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 100;
  background-position: center center;
  background-repeat: no-repeat;
}
.bproInfo-demo .slick-prev {
  background-image: url(http://www.zjqzlcgy.com/Html/css/l.png);
  background-position: center center;
  left: 10%;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  opacity: 0;
}
.bproInfo-demo .slick-next {
  background-image: url(http://www.zjqzlcgy.com/Html/css/r.png);
  background-position: center center;
  right: 10%;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  opacity: 0;
}
.bproInfo-demo:hover .slick-arrow {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  opacity: 1;
}
.bproInfo-demo .slick-prev:hover {
  background-image: url(http://www.zjqzlcgy.com/Html/css/l.png);
  background-position: center center;
}
.bproInfo-demo .slick-next:hover {
  background-image: url(http://www.zjqzlcgy.com/Html/css/r.png);
  background-position: center center;
}

.bproInfo-demo .slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.bproInfo-demo .slick-dots li {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 50px;
  background: #fff;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
  text-indent: -9999px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.bproInfo-demo .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  background: #fff;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
}
.bproInfo-demo .slick-dots li button:focus {
  outline: none;
  background: #2a5aa2;
}
.bproInfo-demo .slick-dots li.slick-active {
  background: #2a5aa2;
}
.bproInfo-demo .slick-dots li.slick-active a {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

/*banner*/

.con_01 {
  background: url(../image/cpbg.jpg) no-repeat top center;
  width: 100%;
  padding-top: 70px;
  overflow: hidden;
}
.con_01 .title {
  width: 100%;
  text-align: center;
}
.con_01 .title h1 {
  font-size: 44px;
  font-weight: bold;
  color: #2a5aa2;
}
.con_01 .title h2 {
  font-size: 20px;
  color: #1c1c1c;
  line-height: 46px;
  padding: 0 18%;
  margin-top: 20px;
}
.con_01 .title p {
  font-size: 18px;
  color: #aaaaaa;
  padding: 20px 0;
}
.con_01 ul {
  margin-top: 30px;
}
.con_01 ul li {
  float: left;
  width: 33.3%;
  background: #fff;
}
.con_01 ul li dl dt {
  margin: 0 1px;
  width: auto;
  height: auto;
  overflow: hidden;
}
.con_01 ul li dl dt img {
  width: 100%;
  transition: all 1s;
}
.con_01 ul li dl dt img:hover {
  transform-origin: center center;
  transform: scale(1.15, 1.15);
}
.con_01 ul li dl dd {
  color: #fff;
  text-align: center;
  padding: 0 10%;
  height: 250px;
  background: #2d6eac;
  margin: 0 1px;
}
.con_01 ul li dl dd h1 {
  font-size: 38px;
  padding-top: 10%;
}
.con_01 ul li dl dd p {
  font-size: 18px;
  line-height: 38px;
  padding-top: 6%;
}
.con_01 ul li dl dd img {
  padding-top: 10%;
}
.con_01 ul li:hover dd {
  background: #032c5f;
}

.con_02 {
  background: url(../image/index_09.jpg) no-repeat top center;
  margin-top: 2px;
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
}
.con_02 .about .about_l {
  width: 35%;
  float: left;
  border: 10px solid #fff;
}
.con_02 .about .about_l img {
  width: 100%;
  height: 425px;
}
.con_02 .about .about_r {
  width: 60%;
  float: right;
}
.con_02 .about .about_r h1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.con_02 .about .about_r h2 {
  font-size: 34px;
  font-weight: bold;
  color: #5dd5f8;
  padding-top: 5px;
}
.con_02 .about .about_r i {
  width: 64px;
  background: #5dd5f8;
  height: 3px;
  display: block;
  margin-top: 22px;
}
.con_02 .about .about_r .txt {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  padding-top: 35px;
  min-height: 200px;
}
.con_02 .about .about_r .more {
  width: 156px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}
.con_02 ul {
  margin-top: 80px;
}
.con_02 ul li {
  width: 21.5%;
  margin: 0 1%;
  border: 1px solid #fff;
  text-align: center;
  height: 120px;
  float: left;
  padding: 0 0.5%;
}
.con_02 ul li h1 {
  font-size: 40px;
  color: #5dd5f8;
  font-weight: bold;
  padding-top: 13px;
}
.con_02 ul li h1 span {
  font-size: 16px;
  font-weight: normal;
}
.con_02 ul li p {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}

.con_03 {
  background-color: #f5f5f5;
  width: 100%;
  overflow: hidden;
}

.con_04 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}
.con_04 img {
  object-fit: cover;
  width: 360px;
  height: 250px;
  margin: 0 10px;
}

.con_05 {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
.con_05 .news_op {
  width: 35%;
  float: left;
  position: relative;
  overflow: hidden;
}
.con_05 .news_op img {
  width: 100%;
  height: 410px;
}
.con_05 .news_op .bj {
  position: absolute;
  bottom: 0px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.con_05 .news_op .bj .time {
  background: #2a5aa2;
  width: 20%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: Arial;
  float: left;
}
.con_05 .news_op .bj .time h1 {
  font-size: 36px;
  padding-top: 5px;
}
.con_05 .news_op .bj .time h2 {
  font-size: 16px;
}
.con_05 .news_op .bj .txt {
  float: left;
  width: 70%;
  padding: 27px 5% 0;
}
.con_05 .news_op .bj .txt a {
  color: #fff;
  font-size: 16px;
}
.con_05 .news {
  width: 60%;
  float: right;
}
.con_05 .news ul li {
  border: 1px solid #dfdfdf;
  min-height: 95px;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.con_05 .news .time {
  width: 12%;
  float: left;
  border-right: 1px solid #dfdfdf;
  text-align: center;
  height: 78px;
  font-family: Arial;
}
.con_05 .news .time h1 {
  font-size: 40px;
  font-weight: bold;
}
.con_05 .news .time h2 {
  font-size: 16px;
  padding-top: 10px;
}
.con_05 .news .txt {
  width: 85%;
  float: right;
}
.con_05 .news .txt a {
  font-size: 18px;
}
.con_05 .news .txt .js {
  font-size: 14px;
  padding-top: 6px;
  color: #b7b7b7;
}

#bottom {
  background: #2d6eac;
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  color: #999999;
  margin-top: 80px;
}
#bottom .lm_t {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#bottom a {
  color: #e1e1e1;
}
#bottom a:hover {
  color: #fff;
}
#bottom ul {
  margin-top: 22px;
}
#bottom ul li {
  line-height: 34px;
}
.bot_01 {
  width: 16%;
  float: left;
}
.bot_02 {
  width: 30%;
  float: left;
}
.bot_02 .box {
  margin-top: 22px;
  line-height: 34px;
}
.bot_02 .box {
  color: #e1e1e1;
}
#bottom .ewm {
  float: right;
  padding-top: 50px;
}
#bottom .ewm img {
  max-width: 150px;
}
.bot {
  line-height: 30px;
  border-top: 1px solid #e1e1e1;
  width: 100%;
  overflow: hidden;
  color: #9b9b9b;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
}
.bot a {
  color: #9b9b9b;
}
.bot a:hover {
  color: #fff;
}

.mbfor {
  display: none;
}

/*ny*/

.ny_ban01 {
  background: url(../image/ny_ban01.jpg) no-repeat center top fixed;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.ny_ban02 {
  background: url(../image/ny_ban02.jpg) no-repeat center top fixed;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.ny_ban03 {
  background: url(../image/ny_ban03.jpg) no-repeat center top fixed;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.ny_ban04 {
  background: url(../image/ny_ban04.jpg) no-repeat center top fixed;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.ny_ban05 {
  background: url(../image/ny_ban05.jpg) no-repeat center top fixed;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.ny_ban06 {
  background: url(../image/ny_ban06.jpg) no-repeat center top fixed;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.ny_ban07 {
  background: url(../image/ny_ban07.jpg) no-repeat center top fixed;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.ny_ban08 {
  background: url(../image/ny_ban08.jpg) no-repeat center top fixed;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.ban_bot {
  width: 100%;
  border-bottom: 1px #d9d9d9 solid;
  margin: 0px auto;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
  height: 74px;
}
.ban_bot .nav {
  line-height: 74px;
  float: left;
  font-size: 16px;
  color: #8e8e8e;
}
.ban_bot .nav img {
  vertical-align: middle;
  padding: 0 5px;
}
.ban_bot .list {
  float: right;
  line-height: 74px;
}
.ban_bot .list a {
  display: inline-block;
  padding: 0 25px;
  font-size: 16px;
  border-right: 1px solid #d1d1d1;
}
.ban_bot .list a:hover {
  background: #2a5aa2 !important;
  color: #fff;
}
#nav1 .nav1,
#nav2 .nav2,
#nav3 .nav3,
#nav4 .nav4,
#nav5 .nav5,
#nav6 .nav6,
#nav7 .nav7 {
  background: #2a5aa2 !important;
  color: #fff;
}

#content {
  margin: 0 8%;
}
#content .title {
  text-align: center;
  padding-top: 50px;
}
#content .title h1 {
  font-size: 40px;
  color: #000;
}
#content .title i {
  background: #2a5aa2;
  width: 50px;
  height: 3px;
  margin: 15px auto 0;
  display: block;
}
#content .ny_site {
  padding-top: 30px;
  color: #a2a2a2;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}
#content .ny_site a {
  color: #a2a2a2;
}
#content .ny_site a:hover {
  color: #333;
}
#content .ny_site img {
  vertical-align: middle;
  padding-right: 5px;
  padding-bottom: 2px;
}
#content .box {
  line-height: 36px;
  font-size: 16px;
  margin-top: 40px;
}
.ny_about img {
  max-width: 100%;
  height: auto !important;
  height: 100%;
}
#content .box img {
  max-height: 580px;
  object-fit: contain;
  max-width: 750px;
  height: auto;
}
#w_grid-1656499672995 img {
  height: 270px !important;
}
.box.xiangqing img {
  max-width: 0;
  height: 500px;
  width: auto;
  max-height: 500px !important;
}
/*内页新闻*/
.ny_news ul {
  margin-top: 3.5em;
}
.ny_news ul li {
  background: #fff;
  padding: 15px 0;
  margin: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.ny_news ul li .news_time {
  width: 8%;
  text-align: center;
  font-family: Arial;
  float: left;
  border: 1px solid #ddd;
  color: #6a6969;
}
.ny_news ul li .news_time h1 {
  font-size: 2.5em;
  padding: 6px 0;
}
.ny_news ul li .news_time h2 {
  font-size: 1em;
  padding-top: 5px;
}
.ny_news ul li .news_time i {
  background: #919191;
  height: 1px;
  display: block;
  width: 52px;
  margin: 0 auto;
}
.ny_news ul li:hover .news_time {
  background: #2a5aa2;
  color: #fff;
  border: 1px solid #2a5aa2;
}
.ny_news ul li:hover .news_time i {
  background: #fff;
}
.ny_news ul li .news_nr {
  width: 85%;
  padding-right: 5%;
  float: right;
  padding-left: 1%;
}
.ny_news ul li .news_nr .bt {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.ny_news ul li .news_nr p {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 26px;
}

.ny_news_xq {
  font-size: 16px;
  line-height: 36px;
  width: 1000px;
  margin: 0 auto;
}

/*内页产品*/

.ny_cp {
  padding-top: 40px;
}
.ny_cp .list {
  float: left;
  width: 18%;
}
.ny_cp .list .lm_t {
  background: #2a5aa2;
  height: 84px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 84px;
}
.ny_cp .list ul li {
  background: #eeeeee;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #fff;
  padding-left: 10px;
}
.ny_cp .list ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  display: inline-block;
  font-size: 16px;
}
.ny_cp .nr {
  float: right;
  width: 78%;
  border: 2px solid #f3f3f3;
  padding: 20px 0;
}
.ny_cp .nr .box {
  padding: 0 3%;
}

.aak {
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #015198;
  color: #fff;
  border: 0px;
}

.pnpage {
  clear: both;
  padding-top: 25px;
  font-size: 16px;
  border-top: 1px dashed #ddd;
  color: #737373;
  margin-top: 20px;
}
.pnpage a {
  padding: 2px 10px;
  font-weight: bold;
  margin: 0 6px;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
  display: inline-block;
}
.pnpage a:hover {
}

/*在线订单*/

.dingdan {
  padding: 1% 6%;
  background: #f9f9f9;
  overflow: hidden;
  margin-top: 30px;
}
.dingdan p {
  padding: 5px 0;
  line-height: 36px;
  font-size: 16px;
}
.dingdan input,
.dingdan textarea {
  height: 40px;
  line-height: 40px;
  padding: 0 1%;
  border: #ddd 1px solid;
  border-radius: 5px;
  background: #fff;
  width: 46.5%;
  font-family: Microsoft YaHei;
  color: #999;
  font-size: 14px;
}
.dingdan span {
  padding: 0 5px;
  color: #f00;
  font-size: 16px;
}
.dingdan input.s1 {
  width: 96.5%;
  color: #2a5aa2;
}
.dingdan input.s2 {
  width: 120px;
}
.dingdan input.aak {
  width: 120px;
  background: #2a5aa2;
  color: #fff;
}
.dingdan textarea {
  padding: 5px 1%;
  line-height: 20px;
  height: 100px;
  width: 96.5%;
  background: #fff;
}
.dingdan img {
  margin: 0 10px;
  height: 45px;
}
.ny_contact {
  max-width: 1440px;
  margin: 0 auto;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
/*内页联系我们*/
.ny_contact_l {
  width: 40%;
  float: left;
  line-height: 30px;
  font-size: 16px !important;
  line-height: 40px;
}
.ny_contact_r {
  width: 50%;
  float: right;
  padding-top: 40px;
}

.yy {
  font-size: 14px;
}
.yy input {
  height: 28px;
  line-height: 28px;
  border: 1px solid #ddd;
}
.yy #content3 {
  height: 120px;
  width: 480px;
  border: 1px solid #ddd;
}

.c1 {
  border-top: #dbefe5 1px solid;
  border-left: #dbefe5 1px solid;
}
.c1 th {
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.c1 td,
.c1 th {
  padding: 5px 10px;
  line-height: 18px;
  border-bottom: #dbefe5 1px solid;
  border-right: #dbefe5 1px solid;
  font-size: 14px;
}
.c1 a {
  color: #s444444;
}
td.yyk {
  padding-left: 10px;
}
.con_t1 {
  color: #444444;
}
.con_t1 h4 {
  background: #eeefef;
  width: 700px;
  height: 30px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.txtc {
  clear: both;
  text-align: center;
  padding-right: 25px;
  padding-top: 10px;
  font-size: 12px;
}
.nypro span.current,
.nypro a.num {
  display: inline-block;
  margin: 0 5px;
  padding: 0 8px;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
}
.nypro span.current,
.nypro a.num:hover {
  background: #e9f2fb;
  border: #2a5aa2 1px solid;
  color: #2a5aa2;
  font-size: 14px;
}
.nypro a.num,
.nypro a.end,
.nypro a.next,
.nypro a.prev {
  border: #cdcdcd 1px solid;
  color: #333;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
}
.nypro a.end,
.nypro a.next,
.nypro a.prev {
  display: inline-block;
  padding: 0 8px;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
}
.nypro a.prev {
  margin: 0 5px;
  font-size: 14px;
}
.swiper_title {
  text-align: center;
}
table {
  width: 100%;
  line-height: 1.8;
  border-collapse: collapse;
}
table td {
  border-color: #ddd !important;
  text-align: center !important;
  padding: 12px !important;
  border: 1px solid #ddd !important;
}
@media screen and (max-width: 768px) {
  .box.xiangqing img {
    max-width: 94% !important;
  }
}
