@charset "utf-8";
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  background: url("../images/bg.jpg")/*tpa=http://www.czqygd.com/templates/pc_cn/images/bg.jpg*/ 0 center repeat;
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  margin-top:-130px
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #3370c3 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #3370c3;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url("../images/arrowPrev.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/arrowPrev.png*/ 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url("../images/arrowNext.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/arrowNext.png*/ 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.characteristic {
  background-color: #f5f5f5;
  padding: 30px 0 40px;
}
.characteristic .tdBox ul {
  display: flex;
  justify-content: space-between;
}
.characteristic .tdBox ul li {
  float: left;
  width: 300px;
  height: 160px;
  background-color: #ffffff;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 115px;
  padding-top: 48px;
  line-height: 1;
  position: relative;
}
.characteristic .tdBox ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.characteristic .tdBox ul li em {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #f7f7f7;
  left: 25px;
  top: 45px;
  border-radius: 100%;
  padding: 12px;
}
.characteristic .tdBox ul li em i {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.05);
}
.characteristic .tdBox ul li em i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
}
.characteristic .tdBox ul li em i.ico1::before {
  background-image: url("../images/tdico1.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/tdico1.png*/;
}
.characteristic .tdBox ul li em i.ico2::before {
  background-image: url("../images/tdico2.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/tdico2.png*/;
}
.characteristic .tdBox ul li em i.ico3::before {
  background-image: url("../images/tdico3.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/tdico3.png*/;
}
.characteristic .tdBox ul li em i.ico4::before {
  background-image: url("../images/tdico4.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/tdico4.png*/;
}
.characteristic .tdBox ul li h4 {
  font-weight: bold;
  font-size: 20px;
}
.characteristic .tdBox ul li h5 {
  font-size: 16px;
  margin-top: 10px;
}
.characteristic .tdBox ul li h5::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #ff3a14;
  margin-left: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.characteristic .tdBox ul li p {
  font-family: Arial;
  font-size: 12px;
  margin-top: 8px;
  color: #999999;
}
.characteristic .tdBox ul li .num {
  position: absolute;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  right: 15px;
  bottom: 18px;
  line-height: 14px;
}
.characteristic .tdBox ul li:hover,
.characteristic .tdBox ul li.on {
  background-color: #3370c3;
}
.characteristic .tdBox ul li:hover *,
.characteristic .tdBox ul li.on * {
  color: #fff;
}
.characteristic .tdBox ul li:hover em,
.characteristic .tdBox ul li.on em {
  background-color: #ecc05d;
}
.characteristic .tdBox ul li:hover em i::before,
.characteristic .tdBox ul li.on em i::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.characteristic .tdBox ul li:hover h5::after,
.characteristic .tdBox ul li.on h5::after {
  background-color: #ebbf5d;
}
.about {
  background: url("../images/aboutbg.jpg")/*tpa=http://www.czqygd.com/templates/pc_cn/images/aboutbg.jpg*/ center bottom no-repeat;
  padding-top: 64px;
}
.about .aboutBox {
  z-index: 2;
}
.about .aboutPic {
  float: right;
  width: 582px;
}
.about .aboutPic .tip .t1 {
  height: 182px;
}
.about .aboutPic .tip .t1 img {
  display: inline-block;
  vertical-align: top;
}
.about .aboutPic .tip .t2 {
  height: 45px;
  margin-top: 59px;
}
.about .aboutPic .tip .t2 img {
  display: inline-block;
  vertical-align: top;
}
.about .aboutPic .pic {
  margin-top: 48px;
  width: 582px;
  height: 376px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic iframe {
  width: 582px !important;
  height: 376px !important;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 0 15px rgba(51, 112, 195, 0.2);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText {
  float: left;
  width: 640px;
}
.about .aboutText .tit {
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 38px;
  height: 228px;
  font-size: 16px;
  margin-top: 28px;
  color: #666666;
}
.about .aboutText .more {
  margin-top: 36px;
  display: block;
  width: 128px;
  height: 42px;
  background-color: #3370c3;
  border-radius: 5px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3370c3;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  color: #3370c3;
  box-shadow: 0 10px 10px -5px rgba(51, 112, 195, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutText .aLink {
  margin-top: 60px;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .aLink ul li {
  float: left;
}
.about .aboutText .aLink ul li a {
  display: block;
  width: 130px;
  text-align: center;
}
.about .aboutText .aLink ul li a i {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a em {
  display: block;
  width: 17px;
  height: 26px;
  background: url("../images/alinkar.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/alinkar.png*/ center center no-repeat;
  margin: 25px auto 0;
}
.about .aboutText .aLink ul li a span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a:hover i {
  box-shadow: 0 0 15px rgba(51, 112, 195, 0.2);
}
.about .aboutText .aLink ul li a:hover i img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.about .aboutText .aLink ul li a:hover em {
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.about .aboutText .aLink ul li a:hover span {
  color: #3370c3;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: inline-block;
  vertical-align: bottom;
  font-family: Impact;
  font-size: 48px;
  margin-right: 9px;
  line-height: 38px;
}
.title span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  font-weight: bold;
}
.moreLink {
  display: block;
  width: 145px;
  border-radius: 30px;
  border: solid 1px #000000;
  text-align: center;
  line-height: 30px;
  font-family: "Times New Roman", Times;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  min-width: 4px;
  font-weight: bold;
}
.moreLink:hover {
  background-color: #3370c3;
  color: #fff;
  border-color: #3370c3;
  box-shadow: 0 10px 10px -5px rgba(51, 112, 195, 0.5);
}
.product {
  padding: 68px 0 60px;
}
.product .search {
  right: 0;
  top: -2px;
  width: 222px;
  height: 42px;
  border: solid 1px #dddddd;
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  padding-right: 58px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .search .searchInp {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
  padding-left: 18px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp:focus::-webkit-input-placeholder,
.product .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .searchInp:focus::-moz-placeholder,
.product .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .searchInp:focus:-ms-input-placeholder,
.product .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .submitBtn {
  background: url("../images/searchico.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/searchico.png*/ center center no-repeat;
  width: 58px;
  height: 100%;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .search .submitBtn:hover {
  background-image: url("../images/searchicoh.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/searchicoh.png*/;
}
.product .search:hover {
  border-color: #3370c3;
}
.product .proNav {
  margin-top: 20px;
}
.product .proNav ul {
  margin-right: -18px;
}
.product .proNav ul::after,
.product .proNav ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li {
  float: left;
  margin-right: 18px;
  margin-top: 18px;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 170px;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  text-align: center;
  line-height: 46px;
  position: relative;
  padding: 0 5px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .proNav ul li a i {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 100%;
  bottom: -23px;
  right: -19px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 12px;
  padding-top: 10px;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  line-height: 12px;
  text-align: left;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-color: #3370c3;
  color: #fff;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  background-image: url("../images/pronavicoh.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/pronavicoh.png*/;
}
.product .proNav ul li:hover a i,
.product .proNav ul li.on a i {
  background-color: #ecc05d;
  color: #fff;
}
.product .proList {
  margin-top: 5px;
}
.product .proList ul {
  margin-right: -33px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  margin-right: 33px;
  margin-top: 35px;
  width: 300px;
  position: relative;
}
.product .proList ul li .item {
  position: relative;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 270px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  padding: 9px;
}

.product .proList ul li .item .pic1 {
  display: block;
  width: 100%;
  height: 370px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  padding: 9px;
}
.product .proList ul li .item .pic1 i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .pic1 img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt {
  position: relative;
  margin: 0 10px;
  padding-right: 52px;
  height: 50px;
  line-height: 46px;
  border-bottom: 1px solid #ededed;
}
.product .proList ul li .item .tt::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: #3370c3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 39px;
  width: 18px;
  height: 4px;
  background: url("../images/proli.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/proli.png*/ 0 center no-repeat;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more {
  display: block;
  position: absolute;
  right: 0;
  top: 13px;
  width: 45px;
  height: 20px;
  background-color: #ededed;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more:hover {
  background: none;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(51, 112, 195, 0.5);
}
.product .proList ul li .item .tt .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.product .proList ul li .item:hover .pic {
  border-color: #3370c3;
}
.product .proList ul li .item:hover .pic .bt {
  color: #3370c3;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .tt::before {
  width: 100%;
}
.product .proList ul li .item:hover .tt .bt {
  color: #3370c3;
}
.product .proList ul li .item:hover .tt .more {
  background-color: #3370c3;
  color: #fff;
}
.mbanner {
  background: url("../images/mbanner.jpg")/*tpa=http://www.czqygd.com/templates/pc_cn/images/mbanner.jpg*/ center 0 no-repeat;
}
.mbanner .mbanBox {
  height: 220px;
  padding-top: 53px;
  color: #fff;
}
.mbanner .mbanBox .t1 {
  font-weight: bold;
  line-height: 1;
  font-size: 36px;
}
.mbanner .mbanBox .t1 span {
  color: #ecc05d;
}
.mbanner .mbanBox .t2 {
  margin-top: 32px;
}
.mbanner .mbanBox .t2 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  width: 160px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
}
.youshi {
  padding-top: 70px;
  background: url("../images/ysbg.jpg")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysbg.jpg*/ center bottom no-repeat;
  background-color: #f5f5f5;
  padding-bottom: 100px;
}
.youshi .ysBox {
  height: 430px;
}
.youshi .hd ul li {
  width: 240px;
  text-align: center;
  position: absolute;
  z-index: 3;
}
.youshi .hd ul li.li1 {
  top: 170px;
  left: 30px;
}
.youshi .hd ul li.li2 {
  top: 0;
  left: 250px;
}
.youshi .hd ul li.li3 {
  top: 0;
  right: 250px;
}
.youshi .hd ul li.li4 {
  top: 170px;
  right: 30px;
}
.youshi .hd ul li em {
  display: block;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.05);
  padding: 14px;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(51, 51, 51, 0.1);
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i:before,
.youshi .hd ul li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .hd ul li i.ico1:before {
  background: url("../images/ysico1.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysico1.png*/ center center no-repeat;
}
.youshi .hd ul li i.ico1:after {
  background: url("../images/ysico1h.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysico1h.png*/ center center no-repeat;
}
.youshi .hd ul li i.ico2:before {
  background: url("../images/ysico2.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysico2.png*/ center center no-repeat;
}
.youshi .hd ul li i.ico2:after {
  background: url("../images/ysico2h.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysico2h.png*/ center center no-repeat;
}
.youshi .hd ul li i.ico3:before {
  background: url("../images/ysico3.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysico3.png*/ center center no-repeat;
}
.youshi .hd ul li i.ico3:after {
  background: url("../images/ysico3h.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysico3h.png*/ center center no-repeat;
}
.youshi .hd ul li i.ico4:before {
  background: url("../images/ysico4.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysico4.png*/ center center no-repeat;
}
.youshi .hd ul li i.ico4:after {
  background: url("../images/ysico4h.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/ysico4h.png*/ center center no-repeat;
}
.youshi .hd ul li h4 {
  line-height: 1;
  font-size: 20px;
  margin-top: 16px;
}
.youshi .hd ul li p {
  line-height: 24px;
  color: #999999;
  margin-top: 10px;
}
.youshi .hd ul li:hover em,
.youshi .hd ul li.on em {
  background-color: #3370c3;
}
.youshi .hd ul li:hover i,
.youshi .hd ul li.on i {
  border-color: #ecc05d;
  background-color: #ecc05d;
}
.youshi .hd ul li:hover i:before,
.youshi .hd ul li.on i:before,
.youshi .hd ul li:hover i:after,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.youshi .ysPic {
  width: 800px;
  height: 530px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  bottom: -100px;
  background: url("../images/yspicbg.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/yspicbg.png*/ center bottom no-repeat;
}
.youshi .ysPic .img {
  width: 100%;
  height: 440px;
  position: relative;
}
.youshi .ysPic .img img {
  display: block;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.partner {
  padding-top: 70px;
  padding-bottom: 120px;
  background: url("../images/hzbg.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/hzbg.png*/ center 0 repeat-y;
}
.partner .hzList {
  margin-top: 86px;
  position: relative;
  height: 566px;
  margin-left: 10px;
}
.partner .hzList ul {
  padding-left: 245px;
}
.partner .hzList ul::after,
.partner .hzList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.partner .hzList ul li {
  float: left;
  margin-right: 79px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dddddd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.partner .hzList ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.partner .hzList ul li .pic img {
  display: block;
  position: absolute;
  width: 82%;
  height: 82%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partner .hzList ul li:hover {
  border-color: #3370c3;
  box-shadow: 0px 0px 84px 0px rgba(51, 112, 195, 0.14) !important;
}
.partner .hzList ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.partner .hzList ul li:nth-child(1) {
  width: 290px;
  height: 290px;
  background-color: #ffffff;
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: none;
  top: 138px;
  left: 58px;
  position: absolute;
}
.partner .hzList ul li:nth-child(2) {
  width: 290px;
  height: 290px;
  background-color: #ffffff;
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: none;
  top: 138px;
  left: 498px;
  position: absolute;
}
.partner .hzList ul li:nth-child(3) {
  width: 290px;
  height: 290px;
  background-color: #ffffff;
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: none;
  top: 138px;
  left: 938px;
  position: absolute;
}
.partner .hzList ul li:nth-child(8) {
  margin-left: 108px;
  margin-top: -34px;
}
.partner .hzList ul li:nth-child(9) {
  margin-left: 220px;
  margin-top: -34px;
  margin-right: 300px;
}
.partner .hzList ul li:nth-child(10) {
  margin-left: 109px;
  margin-top: 40px;
  top: 32px;
}
.partner .hzList ul li:nth-child(11) {
  margin-left: 220px;
  margin-top: 40px;
  top: 32px;
  margin-right: 300px;
}
.process {
  overflow: hidden;
  background: url("../images/lcbg.jpg")/*tpa=http://www.czqygd.com/templates/pc_cn/images/lcbg.jpg*/ center 0 no-repeat;
  border-top: 1px solid #f5f5f5;
}
.process .lcBox {
  height: 760px;
  padding-top: 58px;
}
.process .lcBox .title {
  margin-top: 28px;
}
.process .lcBox .title em {
  display: block;
  color: #666666;
  font-size: 16px;
  margin-top: 28px;
}
.process .lcList {
  margin-top: 60px;
  width: 1085px;
  height: 450px;
  background-color: #ffffff;
  box-shadow: 12px 9px 46px 0px rgba(51, 112, 195, 0.08);
  position: relative;
  z-index: 2;
  padding-top: 58px;
  overflow: hidden;
}
.process .lcList ul {
  margin-left: -1px;
}
.process .lcList ul::after,
.process .lcList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.process .lcList ul:first-child li {
  float: left;
  padding-top: 22px;
}
.process .lcList ul:first-child li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 250px;
  height: 1px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.25);
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.process .lcList ul li {
  float: right;
  width: 25%;
  height: 165px;
  position: relative;
  padding-left: 28px;
  padding-top: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.process .lcList ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: -8px;
  width: 100px;
  height: 107px;
  pointer-events: none;
  background: url("../images/lcli.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/lcli.png*/ right 0 no-repeat;
}
.process .lcList ul li .num {
  font-family: Impact;
  font-size: 42px;
  line-height: 34px;
  color: #fff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}
.process .lcList ul li h4 {
  line-height: 1;
  font-size: 20px;
  margin-top: 30px;
}
.process .lcList ul li p {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #999999;
  margin-top: 18px;
  text-transform: uppercase;
}
.process .lcList ul li:hover .num {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-text-stroke: 1px rgba(51, 112, 195, 0.2);
}
.process .lcList ul li:hover h4 {
  color: #3370c3;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.process .lcList ul li:hover p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.process .lcimg {
  position: absolute;
  width: 750px;
  height: 750px;
  background-color: #fff;
  border: solid 50px #f5f5f5;
  border-radius: 100%;
  top: 10px;
  right: -288px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news {
  padding: 65px 0 70px;
  overflow: hidden;
}
.news * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsTab {
  position: relative;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-right: -28px;
}
.news .newsTab ul li {
  float: left;
  width: 120px;
  margin-left: 102px;
  position: relative;
}
.news .newsTab ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 59px;
  top: 5px;
  background: url("../images/newsnavli.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/newsnavli.png*/ 0 center no-repeat;
  left: -61px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li:first-child::before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.8);
}
.news .newsTab ul li a i.ico1 {
  background: url("../images/newsico1.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/newsico1.png*/ center center no-repeat;
}
.news .newsTab ul li a i.ico2 {
  background: url("../images/newsico2.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/newsico2.png*/ center center no-repeat;
}
.news .newsTab ul li a i.ico3 {
  background: url("../images/newsico3.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/newsico3.png*/ center center no-repeat;
}
.news .newsTab ul li a span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a span::before {
  content: "+";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  margin-right: 10px;
}
.news .newsTab ul li a span::after {
  content: "+";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.news .newsTab ul li a:hover i:before,
.news .newsTab ul li a:hover i:after {
  top: -100%;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  filter: grayscale(0) brightness(1);
}
.news .newsTab ul li:hover a span,
.news .newsTab ul li.on a span {
  font-weight: bold;
  font-size: 18px;
}
.news .newsTab ul li:hover a span::before,
.news .newsTab ul li.on a span::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsTab ul li:hover a span::after,
.news .newsTab ul li.on a span::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsTabs {
  position: relative;
  z-index: 2;
  margin-top: 62px;
  height: 567px;
}
.news .newsList {
  overflow: hidden;
  height: 567px;
}
.news .newsT::after,
.news .newsT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .oneTabs {
  position: relative;
  overflow: hidden;
  height: 375px;
  z-index: 1;
  width: 840px;
  float: left;
}
.news .oneTabs::before {
  content: "";
  display: block;
  position: absolute;
  width: 645px;
  height: 100%;
  background-color: #fbfbfb;
  left: 0;
  top: 0;
  z-index: -1;
}
.news .oneTabs .oneBd {
  height: 375px;
  overflow: hidden;
}
.news .oneTabs .oneBd ul li {
  height: 375px;
}
.news .oneTabs .oneBd ul li::after,
.news .oneTabs .oneBd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .oneTabs .oneBd ul li .pic {
  float: right;
  display: block;
  width: 390px;
  height: 248px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .oneTabs .oneBd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .oneTabs .oneBd ul li .cont {
  float: left;
  margin-left: 42px;
  padding-top: 50px;
  width: 360px;
}
.news .oneTabs .oneBd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .oneTabs .oneBd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .oneTabs .oneBd ul li .cont .ico {
  background: url("../images/newsoneico.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/newsoneico.png*/ 0 center no-repeat;
  height: 6px;
  margin-top: 14px;
}
.news .oneTabs .oneBd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #777777;
  margin-top: 35px;
}
.news .oneTabs .oneBd ul li .cont .more {
  margin-top: 26px;
  width: 275px;
  line-height: 1;
  display: block;
  height: 34px;
  border-bottom: 1px solid #4a4a4a;
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .oneTabs .oneBd ul li .cont .more i {
  min-width: 4px;
}
.news .oneTabs .oneBd ul li .cont .more::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 22px;
  height: 14px;
  background: url("../images/newsonear.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/newsonear.png*/ 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.8);
}
.news .oneTabs .oneBd ul li .cont .more:hover {
  color: #3370c3;
  padding-left: 10px;
  border-bottom-color: #3370c3;
}
.news .oneTabs .oneBd ul li .cont .more:hover::after {
  filter: grayscale(0) brightness(1);
}
.news .oneTabs .oneBd ul li .cont .date {
  font-size: 36px;
  margin-top: 30px;
  line-height: 26px;
  font-weight: bold;
}
.news .oneTabs .oneBd ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .oneTabs .oneBd ul li:hover .cont .bt {
  color: #3370c3;
}
.news .oneTabs .onePage {
  position: absolute;
  z-index: 2;
  left: 548px;
  top: 290px;
  width: 142px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.news .oneTabs .onePage .newsL {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url("../images/newsl.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/newsl.png*/ center center no-repeat;
}
.news .oneTabs .onePage .newsL:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .oneTabs .onePage .newsR {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url("../images/newsr.png")/*tpa=http://www.czqygd.com/templates/pc_cn/images/newsr.png*/ center center no-repeat;
}
.news .oneTabs .onePage .newsR:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .list1 {
  float: right;
  width: 388px;
}
.news .list1 ul li {
  height: 66px;
  margin-top: 37px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .list1 ul li::after {
  content: "";
  position: absolute;
  background: #3370c3;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .list1 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list1 ul li:first-child {
  margin-top: 0;
}
.news .list1 ul li .date {
  font-size: 12px;
  font-family: Arial;
  line-height: 1;
}
.news .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  position: relative;
  padding-right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .bt::before {
  content: "+";
  display: block;
  position: absolute;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  right: -10px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.news .list1 ul li:hover .bt {
  color: #3370c3;
  padding-right: 20px;
}
.news .list1 ul li:hover .bt::before {
  opacity: 1;
  right: 0;
}
.news .list2 {
  margin-top: 32px;
  border: solid 1px #dddddd;
  border-left: none;
  background-color: #fff;
}
.news .list2 ul::after,
.news .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  width: 33.33%;
  float: left;
  border-left: solid 1px #dddddd;
  height: 158px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 28px 36px 0;
  position: relative;
  overflow: hidden;
}
.news .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .date {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 4px;
}
.news .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 22px;
  color: #777777;
  line-height: 26px;
  height: 26px;
}
.news .list2 ul li .more {
  display: block;
  position: absolute;
  right: -110px;
  bottom: -110px;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #3370c3;
  font-size: 20px;
  color: #ecc05d;
  padding-top: 20px;
  padding-left: 36px;
  line-height: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .more::before {
  content: "+";
  font-size: 20px;
  font-family: Arial;
}
.news .list2 ul li:hover .bt {
  color: #3370c3;
}
.news .list2 ul li:hover .bt::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .list2 ul li:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -44px;
  bottom: -58px;
}

.k_pagelist {
float:left;
display:table;
clear:both;
line-height:30px;
width: 100%;
text-align: center;
}
.k_pagelist em {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;background:#F5F9FE;color:#14316B;font-weight:bold;font-style:normal;}
.k_pagelist strong {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;color:#009900;}
.k_pagelist a {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;}
.pl {
clear:both;
width: 500px;
display: table;
float: left;
}
.li_list{
margin:5px 10px;
background-color: #F7FBFC;
padding:5px;
}
.li_list p{
border: 1px dashed #C2C1D0;
padding: 5px;
}
.li_list span{
color: #903;
}
.li_list i{
color: #060;
margin-right: 10px;
}
