@charset "UTF-8";
* {
  box-sizing: border-box;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

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

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

/**/
.head-bg {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  width: 100%;
  height: 113px;
}

.head-bg .head-index .logo {
  line-height: 113px;
}

.head-bg .head-index .headr {
  width: 920px;
}

.so img {
  max-width: 100%;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 113px;
  width: 238px;
  padding: 10px;
  border-radius: 10px;
  z-index: 999;
  background: rgba(52, 72, 141, 0.5);
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #333;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}

/**/
.about-bg {
  background: url(/template/default/images/bj1.jpg) no-repeat top center;
  height: 860px;
  overflow: hidden;
  padding-top: 80px;
}

.about-bg .about-index .abl {
  width: 680px;
  height: 450px;
}

.about-bg .about-index .abr {
  width: 635px;
}

.about-bg .about-index .abr .abt {
  color: #333333;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.about-bg .about-index .abr .abw {
  margin-top: 27px;
}

.about-bg .about-index .abr .abw p {
  color: #333333;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}

.about-bg .about-index .abr .amore {
  width: 210px;
  height: 50px;
  background: #34488d;
  margin-top: 45px;
}

.about-bg .about-index .abr .amore a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}

.about-num {
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  height: 160px;
  padding-top: 45px;
  margin-top: 104px;
}

.about-num ul {
  justify-content: center;
}

.about-num ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #cacac9;
}

.about-num ul li:last-child {
  border-right: none;
}

.about-num ul li .www {
  justify-content: center;
  align-items: center;
}

.about-num ul li .www .img1 img {
  max-width: 100%;
}

.about-num ul li .www .wr {
  margin-left: 20px;
}

.about-num ul li .www .wr .wz {
  display: flex;
  align-items: flex-end;
}

.about-num ul li .www .wr .wz .timer {
  color: #34488d;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}

.about-num ul li .www .wr .wz .w11 {
  color: #333131;
  font-size: 14px;
}

.about-num ul li .www .wr .shu {
  color: #434343;
  font-size: 21px;
  padding-top: 10px;
}

/**/
.tt11 {
  display: none;
}

.product-bg {
  background: url(/template/default/images/bj2.jpg) no-repeat top center;
  height: 1063px;
  overflow: hidden;
  padding-top: 70px;
}

.product-bg .product-index .pt {
  text-align: center;
}

.product-bg .product-index .pt .pt1 {
  color: #333333;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 2px;
}

.product-bg .product-index .pt .pt2 {
  color: #333333;
  font-size: 16px;
}

.product-bg .product-index .psort {
  margin-top: 56px;
  margin-bottom: 70px;
}

.product-bg .product-index .psort li {
  display: inline-block;
  width: 183px;
  height: 46px;
  border: 1px solid #d7d7d7;
  margin: 0 10px;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
}

.product-bg .product-index .psort li a {
  display: block;
  color: #4c4c4c;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
}

.product-bg .product-index .psort li.cur {
  background: #34488d;
  border: 1px solid #34488d;
  color: #fff;
}

.product-bg .product-index .psort li.cur a {
  color: #fff;
}

.product-bg .product-index .plist1 {
  margin: 0 -8px;
}

.product-bg .product-index .plist1 li {
  float: left;
  width: 336px;
  margin: 0 8px;
  margin-bottom: 15px;
}

.product-bg .product-index .plist1 li .img1 img {
  width: 336px;
  height: 257px;
}

.product-bg .product-index .plist1 li .wz {
  color: #333333;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
}

.product-bg .product-index .plist1 li:hover .img1 {
  box-shadow: 0 6px 6px #c5c7c9;
}

.product-bg .product-index .plist1 li:hover .wz {
  font-weight: 600;
  color: #34488d;
}

/**/
.ys {
  margin-top: 60px;
}

.ys .pt {
  text-align: center;
  margin-bottom: 75px;
}

.ys .pt .pt1 {
  color: #333333;
  font-size: 38px;
  font-weight: 600;
}

.ys .pt .pt1 b {
  color: #34488d;
}

.ys .pt .pt2 {
  color: #999999;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.ys .pt .pt2 span {
  width: 70px;
  height: 1px;
  background: #dedede;
}

.ys .pt .pt2 b {
  font-weight: 500;
  margin: 0 10px;
}

.yword {
  width: 610px;
}

.yword .ytitle {
  width: 56px;
}

.yword .ycontent {
  width: 530px;
  font: 400 15px/26px "微软雅黑";
}

.yword .ycontent h3 {
  border-bottom: 1px dashed #dbdbdb;
  color: #333;
  font: 600 24px/45px "微软雅黑";
  margin-bottom: 8px;
}

.yword .ycontent h3 a {
  color: #333;
}

.yword .ycontent h3 i {
  padding-left: 15px;
  color: #b1b1b1;
  font-family: "Arial";
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}

.yword1 {
  margin-bottom: 52px;
}

.zixun {
  display: block;
  float: left;
  width: 165px;
  margin-top: 95px;
}

.phone22 {
  padding-left: 65px;
  background: url(/template/default/images/tel.png) no-repeat 0% 100%;
  color: #5b6575;
  float: left;
  margin-left: 26px;
  margin-top: 90px;
  font-size: 17px;
}

/**/
.kehu-index .pt {
  text-align: center;
}

.kehu-index .pt .pt1 {
  color: #333333;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 2px;
}

.kehu-index .pt .pt2 {
  color: #333333;
  font-size: 16px;
}

.kehu-index .kehu-roll {
  position: relative;
  overflow: hidden;
  margin: 0 100px;
  margin-top: 60px;
}

.kehu-index .kehu-roll .hd .next {
  background: url(/template/default/images/left.png) no-repeat top center;
  width: 24px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 35px;
}

.kehu-index .kehu-roll .hd .next:hover {
  background: url(/template/default/images/lefth.png) no-repeat top center;
}

.kehu-index .kehu-roll .hd .prev {
  background: url(/template/default/images/right.png) no-repeat top center;
  width: 24px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 35px;
}

.kehu-index .kehu-roll .hd .prev:hover {
  background: url(/template/default/images/righth.png) no-repeat top center;
}

.kehu-index .kehu-roll .bd .tempWrap {
  width: 1062px !important;
  margin: 0 auto;
}

.kehu-index .kehu-roll .bd ul li {
  float: left;
  width: 222px;
  margin: 0 10px;
}

.kehu-index .kehu-roll .bd ul li .img1 img {
  width: 222px;
  height: 108px;
}

/**/
.honor-bg {
  background: url(/template/default/images/bj3.jpg) no-repeat top center;
  height: 805px;
  overflow: hidden;
  margin-top: 59px;
}

.tab-con {
  position: relative;
  width: 1312px;
  margin: 0 auto;
}

.hright {
  width: 43.75%;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.ss1 {
  margin: 0 auto;
  width: 100%;
}

.h_lead_sl {
  width: 1060px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}

.h_lead_sl .swiper-slide {
  text-align: center;
  transform: scale(0.8);
  overflow: inherit;
  width: 770px;
  transition: all 0.4s;
  margin: 0 -140px;
}

.h_lead_sl .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}

.h_lead_sl .swiper-slide .imgs {
  position: relative;
  border: 10px solid #34488d;
}

.h_lead_sl .swiper-slide .imgs::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.h_lead_sl .swiper-slide-active .imgs::before {
  opacity: 0;
}

.h_lead_sl .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.lead_prev,
.lead_next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -44px;
  z-index: 111;
  transition: all 0.3s;
  width: 44px;
  height: 88px;
}

.lead_prev {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url(../images/r1.png) no-repeat center center;
}

.lead_prev:hover {
  background: #34488d url(../images/r1.png) no-repeat center center;
}

.lead_next {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url(../images/l1.png) no-repeat center center;
}

.lead_next:hover {
  background: #34488d url(../images/l1.png) no-repeat center center;
}

.hwz {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 37px;
  margin: 5% 0 9% 0;
}

.hcon {
  margin-left: 11px;
}

.hcon h3 {
  color: #333333;
  font-size: 18px;
}

.hcon p {
  color: #333333;
  font-size: 14px;
}

.hsort {
  justify-content: center;
  color: #333333;
  font-size: 44px;
  font-weight: 600;
  margin-top: 65px;
  margin-bottom: 70px;
}

.hsort li {
  transition: all 0.35s ease-in-out;
  color: #333333;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  margin: 0 22px;
}

.hsort li span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-family: "Arial";
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.5);
}

.hsort li.active {
  color: #34488d;
}

.hsort li.active:after {
  opacity: 1;
}

/**/
.news-index {
  margin-top: 50px;
  margin-bottom: 70px;
}

.news-index .pt {
  text-align: center;
}

.news-index .pt .pt1 {
  color: #333333;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 2px;
}

.news-index .pt .pt2 {
  color: #333333;
  font-size: 16px;
}

.news-index .news-roll {
  margin-top: 55px;
}

.news-index .news-roll .hd {
  margin-top: 60px;
}

.news-index .news-roll .hd ul {
  text-align: center;
}

.news-index .news-roll .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333333;
  margin: 0 10px;
  text-indent: -2000px;
}

.news-index .news-roll .hd ul li.on {
  background: #34488d;
}

.news-index .news-roll .bd ul li {
  float: left;
  margin: 0 12px;
  width: 330px;
}

.news-index .news-roll .bd ul li .img1 {
  border: 1px solid #e0e0e0;
}

.news-index .news-roll .bd ul li .img1 img {
  width: 328px;
  height: 204px;
}

.news-index .news-roll .bd ul li .wz {
  margin-top: 26px;
}

.news-index .news-roll .bd ul li .wz .wz1 {
  color: #333333;
  font-size: 16px;
}

.news-index .news-roll .bd ul li .wz .wz2 {
  color: #999999;
  font-size: 14px;
  line-height: 23px;
  margin-top: 15px;
}

.news-index .news-roll .bd ul li .wz .wz3 {
  color: #999999;
  font-size: 14px;
}

.news-index .news-roll .bd ul li:hover .img1 {
  border: 1px solid #34488d;
}

.news-index .news-roll .bd ul li:hover .wz .wz1 {
  font-weight: 600;
  color: #34488d;
}

/**/
.foot-bg {
  background: #222222;
}

.foot-bg .foot-index {
  padding-top: 40px;
}

.foot-bg .foot-index .footl {
  width: 760px;
}

.foot-bg .foot-index .footl dl {
  float: left;
  width: 152px;
}

.foot-bg .foot-index .footl dl dt {
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.foot-bg .foot-index .footl dl dd a {
  display: block;
  color: #bebebe;
  font-size: 14px;
  line-height: 30px;
}

.foot-bg .foot-index .footr {
  width: 420px;
}

.foot-bg .foot-index .footr h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.foot-bg .foot-index .footr .lx p {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}

.foot-bg .foot-index .footr .seo1 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #bebebe;
  font-size: 12px;
}

.foot-bg .foot-index .footr .seo1 a {
  color: #bebebe;
}

.foot-bg .foot-index .footr .erq .er1 {
  margin-right: 28px;
}

.foot-bg .foot-index .footr .erq .er1 p {
  color: #bebebe;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}

.foot-bg .foot-index .footr .erq .er1 p img {
  border: 1px solid #7c7c7c;
  padding: 5px;
}

.link {
  border-top: 1px solid #343434;
  padding: 16px 0;
  color: #bebebe;
  font-size: 14px;
}

.link a {
  color: #bebebe;
  font-size: 14px;
}

.cop-bg {
  background: #1c1c1c;
  padding: 20px 0;
}

.cop-bg .cop-index {
  color: #666666;
  font-size: 14px;
  text-align: center;
}

.cop-bg .cop-index a {
  color: #666666;
  font-size: 14px;
}
<!--0.00020909309387207-->