@charset "UTF-8";
* {
  box-sizing: border-box;
}

.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;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.head-index {
  align-items: center;
}

.head-index .logo {
  height: 115px;
  width: 490px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.head-index .terq {
  align-items: center;
  width: 150px;
  justify-content: space-between;
}

.head-index .terq .terqa {
  width: 83px;
  height: 83px;
}

.head-index .terq .terqb {
  color: #333333;
  font-size: 18px;
  text-align: center;
}

.head-index .ttel1 {
  background: url(../images/tel.png) no-repeat top left;
  padding-left: 45px;
}

.head-index .ttel1 p:nth-of-type(1) {
  color: #888888;
  font-size: 14px;
}

.head-index .ttel1 p:nth-of-type(2) {
  color: #333333;
  font-size: 28px;
  font-family: "Arial";
}

#menu {
  background: url(../images/navbg.jpg) no-repeat top center;
  height: 60px;
}

/*about*/
.ab-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  height: 845px;
  overflow: hidden;
  padding-top: 85px;
}

.ab-bg .ab-index .abl {
  width: 650px;
  margin-left: 50px;
}

.ab-bg .ab-index .abl .at {
  background: url(../images/more11.png) no-repeat right center;
}

.ab-bg .ab-index .abl .at h3 {
  color: rgba(51, 51, 0, 0.1);
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.ab-bg .ab-index .abl .at h4 {
  color: #333333;
  font-size: 44px;
  font-weight: 500;
}

.ab-bg .ab-index .abl .aw {
  margin-top: 40px;
  padding-right: 30px;
}

.ab-bg .ab-index .abl .aw p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.ab-bg .ab-index .abr {
  width: 663px;
  height: 405px;
}

/*ab-roll*/
.ab-roll {
  overflow: hidden;
  margin-top: 72px;
}

.ab-roll .bd ul li {
  width: 266px;
  float: left;
  margin: 0 9px;
}

.ab-roll .bd ul li .img1 img {
  width: 266px;
  height: 174px;
}

/**/
.pro-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  height: 799px;
  overflow: hidden;
  padding-top: 75px;
  
}

.put {
  text-align: center;
}

.put h3 {
  color: #333333;
  font-size: 40px;
}

.put h4 {
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.put h4 span {
  color: #777777;
  font-size: 18px;
  margin: 0 25px;
}

.tab-con {
  position: relative;
}

.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;
}

.slick-wrap {
  margin-top: 45px;
}

.tab-li {
  text-align: center;
  font-size: 0;
  margin-bottom: 65px;
  cursor: pointer;
}

.tab-li li {
  font-size: 16px;
  padding: 0 40px;
  height: 58px;
  border: 1px solid #e4e4e4;
  background: #eeeeee;
}

.tab-li li a {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 56px;
}

.tab-li li:hover,
.tab-li li.active {
  background: #005bac;
  border: 1px solid #005bac;
}

.tab-li li:hover a,
.tab-li li.active a {
  color: #fff;
}

.slick-contanier {
  margin: 0 -10px;
}

.slick-contanier .slick-slide {
  outline: none;
}

.slick-contanier .slick-slide a {
  display: block;
  padding: 0 30px;
  background: #fff;
  margin: 10px;
}

.slick-contanier .slick-slide a .img1 {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slick-contanier .slick-slide a .wz {
  height: 71px;
  border-top: 1px solid #eeeeee;
  line-height: 70px;
  align-items: center;
}

.slick-contanier .slick-slide a .wz .wz1 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.slick-contanier img {
  display: inline-block;
  width: 100%;
}

.slick-contanier .slick-con {
  display: block;
  font-size: 0;
}

.slick-contanier .slick-slide a:hover {
  box-shadow: 0 0 10px #eaeaea;
}

.slick-contanier .slick-slide a:hover .wz {
  border-top: 1px solid #005bac;
}

.slick-contanier .slick-slide a:hover .wz .wz1 {
  color: #005bac;
}

/*honor*/
.honor-bg {
  background: url(../images/bj3.jpg) no-repeat top center;
  background-size:100% 100%;
/*   height: 722px; */
  overflow: hidden;
  padding-top: 65px;
padding-bottom: 65px;
background-attachment: fixed;
}

.hut h3 {
  color: #fff;
}

.hut h4 span {
  color: #fff;
}

.honor-index .cont {
  margin-top: 45px;
  position: relative;
}

.rnext {
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../images/l1.png) no-repeat center center;
  width: 60px;
  height: 61px;
  transform: translateY(-50%);
}

.rprev {
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../images/r1.png) no-repeat center center;
  width: 60px;
  height: 61px;
  transform: translateY(-50%);
}

.ryzs .swiper_kuang {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ryzs .swiper-container {
  width: 1134px;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
}

.ryzs li {
  position: relative;
  text-align: center;
}

.ryzs li a {
  display: block;
  width: 100%;
}

.ryzs li img {
  width: 100%;
  height: auto;
}

/**/
.w1296 {
  width: 1296px;
  margin: 0 auto;
}

.jilei-bg {
  padding-top: 120px;
  padding-bottom: 106px;
}

.jilei-bg .jilei-index h3 {
  text-align: center;
  color: #363636;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.jilei-bg .jilei-index h3 b {
  color: #005bac;
  font-size: 51px;
}

.jilei-bg .jilei-index h4 {
  color: #4e4e4e;
  font-size: 17px;
  font-weight: lighter;
  text-align: center;
  padding-top: 10px;
}

.jilei-bg .jilei-index .jilei-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jilei-bg .jilei-index .jilei-list li {
  width: 306px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  padding: 12px 0;
}

.jilei-bg .jilei-index .jilei-list li .img1 {
  margin-right: 30px;
}

.jilei-bg .jilei-index .jilei-list li .wz .w1 {
  color: #363636;
  font-size: 19px;
  font-weight: bold;
}

.jilei-bg .jilei-index .jilei-list li .wz .w2 {
  color: #585858;
  font-size: 13px;
}

.jilei-bg .jilei-pic {
  margin-top: 54px;
}

.jilei-bg .jilei-pic .jilei-list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jilei-bg .jilei-pic .jilei-list2 li {
  width: 408px;
}

.jilei-bg .jilei-pic .jilei-list2 li .img1 img {
  width: 408px;
  height: 322px;
}

/*优势*/
.w1240 {
  width: 1240px;
  margin: 0 auto;
}

.index-ys {
  padding: 55px 0 65px;
  background: url(../images/ys.jpg) no-repeat top center;
  height: 957px;
  overflow: hidden;
  background-attachment: fixed;
}

.x-title {
  color: #333333;
  position: relative;
  font: 600 40px/58px "Microsoft yahei";
  margin-bottom: 40px;
}

.x-title h4 {
  position: absolute;
  color: rgba(182, 182, 182, 0.14);
  font: 600 80px/80px "Airal";
  text-transform: uppercase;
  text-align: center;
  left: 0;
  right: 0;
}

.x-title h3 {
  z-index: 999;
  color: inherit;
  font: 600 40px/80px "Microsoft yahei";
  text-align: center;
}

.x-title h3 span {
  color: #005bac;
}

.x-title p {
  text-align: center;
  color: #666666;
  font: 400 18px/26px "Microsoft yahei";
}

.index-ys .x-title h3 {
  font-size: 54px;
}

.index-ys .x-title p {
  color: #333333;
  font: 400 24px/46px "Microsoft yahei";
}

.tabz {
  height: 182px;
}

.tabz li .text {
  padding: 10px;
  background-color: #919291;
  border-right: 1px solid #a7a8a7;
}

/*高品质追求*/
.box2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.tabz {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.tabz li {
  float: left;
  width: 25%;
  display: block;
  /* background: #919291; */
  text-align: center;
  color: #666666;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.tabz li .img {
  background-color: rgba(255, 255, 255, 0.01);
  height: 88px;
  padding-top: 20px;
  opacity: 0.01;
}

.tabz li .text {
  padding: 23px;
}

.tabz li .text h3 {
  color: #ffffff;
  font: 600 20px/30px "Microsoft yahei";
}

.tabz li .text h4 {
  color: rgba(255, 255, 255, 0.5);
  font: 400 12px/20px "Airal";
  text-transform: uppercase;
}

.ttz li .img {
  position: relative;
  width: 628px;
  overflow: hidden;
}

.ttz li .img .imgbg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 620px;
  height: 370px;
  background-color: rgba(0, 91, 172, 0.5);
}

.ttz li .img img {
  position: relative;
  z-index: 9999;
  width: 620px;
  margin-top: 8px;
  margin-left: 8px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.ttz li:hover .img 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);
}

.ttz li .text {
  width: 545px;
  text-align: left;
}

.ttz li .text h3 {
  color: #333333;
  font: 600 34px/60px "Microsoft yahei";
  position: relative;
  padding-bottom: 32px;
}

.ttz li .text h3::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 6px;
  background-color: #005bac;
  display: block;
  bottom: 0px;
}

.ttz li .text h3 span {
  display: block;
  text-transform: uppercase;
  color: #999999;
  font: 400 14px/20px "Airal";
}

.ttz li .text p {
  margin-top: 40px;
  color: #666666;
  font: 400 16px/34px "Microsoft yahei";
}

.ttz li .text a {
  display: block;
  width: 300px;
  height: 40px;
  color: #ffffff;
  font: 400 16px/40px "Microsoft yahei";
  background-color: #005bac;
  margin-top: 40px;
  text-align: center;
}

.tabz li.cur .img {
  background-color: #005bac;
  opacity: 1;
}

.tabz li.cur .text {
  background: url(../images/tt5.png) no-repeat center 10px #005bac;
  border-right: none;
}

.tabz li:hover,
.tabz li.cur {
  position: relative;
  color: #fff;
  cursor: pointer;
}

.tabz li:hover a,
.tabz li.cur a {
  color: #fff;
}

.ttz {
  display: none;
  margin-top: 30px;
}

.list1z {
  padding: 8px 10px;
}

.list1z li {
  position: relative;
  vertical-align: middle;
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
}

.list1z li a.img {
  display: block;
}

.list1z li a.img img {
  width: 376px;
  height: 270px;
}

.list1z li:nth-child(3n) {
  float: right;
  margin-right: 0px;
}

.dac {
  background: #03479c;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 45px;
  height: 45px;
}

.list1z li h3 {
  color: #fff;
  font-size: 16px;
  float: left;
  font-weight: normal;
  margin-left: 5%;
}

.list1z li h3 a {
  color: #fff;
  font-size: 16px;
  line-height: 45px;
}

.list1z li:hover .dac {
  background: #b99562;
}

.mx {
  float: right;
  color: #fff;
  font-size: 16px;
  margin-right: 5%;
}

.mx a {
  color: #fff;
  font-size: 16px;
}

/*news*/
.news-index {
  margin-top: 70px;
  margin-bottom: 70px;
}

.newsz {
  margin-top: 55px;
}

.tabsz {
  display: flex;
  justify-content: center;
}

.tabsz li + li {
  margin-left: 20px;
}

.tabsz li a {
  width: 200px;
  display: block;
  color: #444444;
  font: 400 18px/56px "Microsoft yahei";
  border: 1px solid #e8e8e8;
  text-align: center;
}

.tabsz li.active a {
  color: #fff;
  background-color: #005bac;
  border: 1px solid #005bac;
}

.tabsz_content {
  margin-top: 60px;
}

.ttsz {
  /*display: none;*/
}


.tab-con2 { position: relative; }
.tab-con2 .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con2 .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con2 .tab-main.active { position: static; opacity: 1; visibility: visible;  }

.x-news-img {
  width: 512px;
  background-color: #ffffff;
  padding: 17px;
}

.x-news-img .text h3 a {
  display: block;
  color: #333333;
  font: 600 18px/52px "Microsoft yahei";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.x-news-img .text p {
  color: #999999;
  font: 400 15px/25px "Microsoft yahei";
}

.x-news-img .text .date {
  color: #999999;
  font: 400 14px/60px "Microsoft yahei";
  margin-bottom: 8px;
}

.x-news-img .img {
  overflow: hidden;
}

.x-news-right{
  width: 595px;
}

.x-news-right .picMarquee-top .tempWrap{
  width: 595px;
  height: 443px !important;
}


.x-news-right li + li {
  margin-top: 20px;
}

.x-news-right li .date {
  width: 100px;
  float: left;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.x-news-right li .date h4 {
  color: #454545;
  font: 600 48px/52px "Microsoft yahei";
}

.x-news-right li .date h5 {
  color: #666666;
  font: 400 16px/26px "Microsoft yahei";
  margin: 0;
}

.x-news-right li .text {
  width: 460px;
  float: right;
}

.x-news-right li .text h3 {
  color: #333333;
  font: 400 18px/26px "Microsoft yahei";
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.x-news-right li .text p {
  color: #888888;
  font: 400 15px/32px "Microsoft yahei";
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.x-news-right li .text .more {
  color: #888888;
  font: 400 14px/20px "Airal";
  position: relative;
  transition: all 0.8s;
}

.x-news-right li .text .more::before {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #005bac;
  transition: all 0.8s;
}

.x-news-right li:hover .date {
  background-color: #005bac;
  color: #fff;
}

.x-news-right li:hover .date h4 {
  color: #fff;
}

.x-news-right li:hover .date h5 {
  color: #fff;
}

.x-news-right li:hover .text h3 {
  color: #005bac;
  font-weight: 600;
}

.x-news-right li:hover .text .more {
  padding-left: 66px;
  transition: all 0.8s;
  color: #005bac;
}

.x-news-right li:hover .text .more::before {
  width: 55px;
  transition: all 0.8s;
}

/*留言*/
.liu-bg {
  background: url(../images/bj4.jpg) no-repeat top center;
  height: 230px;
  overflow: hidden;
  padding-top: 45px;
}

.liu-bg .liu-index .liul {
  width: 590px;
  margin-left: 55px;
  float: left;
}

.liu-bg .liu-index .liul p:nth-of-type(1) {
  color: #666666;
  font-size: 24px;
}

.liu-bg .liu-index .liul p:nth-of-type(2) {
  color: #333333;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}

.liu-bg .liu-index .liul p:nth-of-type(3) {
  display: flex;
  color: #666666;
  font-size: 16px;
  align-items: center;
  margin-top: 25px;
}

.liu-bg .liu-index .liul p:nth-of-type(3) strong {
  font-weight: 500;
  color: #005bac;
  font-size: 24px;
}

.liu-bg .liu-index .liul p:nth-of-type(3) img {
  margin-right: 8px;
}

.liu-bg .liu-index .liur {
  float: right;
  width: 608px;
}

.liu-bg .liu-index .liur .liur-index {
  margin-top: 24px;
}

.liu-bg .liu-index .liur .liur-index .liura {
  width: 506px;
}

.liu-bg .liu-index .liur .liur-index .liura .m11 #code {
  padding-top: 0;
}

.liu-bg .liu-index .liur .liur-index .liura .m11 .m11a {
  width: 248px;
  background: #ededed;
}

.liu-bg .liu-index .liur .liur-index .liura .m11 .m11a input {
  border: none;
  background: #ededed;
  width: 135px !important;
  height: 42px !important;
  line-height: 42px !important;
  padding: 0;
  border: none !important;
  font-size: 14px;
  color: #666666;
  font-family: "Microsoft YaHei";
  text-indent: 20px;
  outline: none;
}

.liu-bg .liu-index .liur .liur-index .liura .m22 {
  margin-top: 8px;
}

.liu-bg .liu-index .liur .liur-index .liura .m22 textarea {
  width: 506px;
  border: none;
  background: #ededed;
  height: 42px;
  line-height: 42px;
  padding: 0;
  font-size: 14px;
  color: #666666;
  font-family: "Microsoft YaHei";
  text-indent: 20px;
  outline: none;
}

.liu-bg .liu-index .liur .liur-index .liurb {
  width: 92px;
  background: #005bac;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.liu-bg .liu-index .liur .liur-index .liurb .msgbtn {
  border: none;
  color: #ffffff;
  font-size: 16px;
  background: none;
  width: 36px;
}

/*联系*/
.ct-bg {
  background: url(../images/bj5.jpg) no-repeat top center;
  height: 720px;
  overflow: hidden;
  padding-top: 60px;
}

.ct-bg .ct-title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.ct-bg .ct-title b {
  font-family: "Impact";
  text-transform: uppercase;
  color: #005bac;
}

.ct-bg .ct-index {
  margin-top: 75px;
}

.ct-bg .ct-index .ctl {
  border: 1px solid #fff;
  border-right: none;
  width: 600px;
  padding: 0 40px;
}

.ct-bg .ct-index .ctl h3 {
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ct-bg .ct-index .ctl p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  padding-left: 40px;
}

.ct-bg .ct-index .ctl p:nth-of-type(1) {
  background: url(../images/pp1.png) no-repeat left center;
}

.ct-bg .ct-index .ctl p:nth-of-type(2) {
  background: url(../images/pp2.png) no-repeat left center;
}

.ct-bg .ct-index .ctl p:nth-of-type(3) {
  background: url(../images/pp3.png) no-repeat left center;
}

.ct-bg .ct-index .ctl p:nth-of-type(4) {
  background: url(../images/pp4.png) no-repeat left center;
}

.ct-bg .ct-index .ctl p:nth-of-type(5) {
  background: url(../images/pp5.png) no-repeat left center;
}

.ct-bg .ct-index .ctr {
  width: 800px;
}

.ct-bg .ct-index .ctr img {
  width: 800px;
  height: 441px;
}

/*foot*/
.foot-bg {
  background: #2f2f2f;
  padding-top: 60px;
  padding-bottom: 40px;
}

.foot-bg .foot-index .footl {
  width: 930px;
}

.foot-bg .foot-index .footl dl {
  width: 200px;
  float: left;
}

.foot-bg .foot-index .footl dl dt {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.foot-bg .foot-index .footl dl dd a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #949494;
}

.foot-bg .foot-index .footl dl dd a:hover {
  color: #005bac;
}

.foot-bg .foot-index .footr {
  width: 355px;
}

.foot-bg .foot-index .footr ul li {
  width: 143px;
}

.foot-bg .foot-index .footr ul li img {
  width: 143px;
  height: 143px;
}

.foot-bg .foot-index .footr ul li .wz {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  padding-top: 15px;
}

.copy-index {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 28px;
  margin-top: 60px;
}

.copy-index a {
  color: rgba(255, 255, 255, 0.4);
}