@charset "UTF-8";
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

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

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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;
}

.foot_ban {
  position: fixed;
  line-height: 43px;
  width: 100%;
  bottom: 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  z-index: 9;
  background: rgba(9, 10, 14, 0.85);
}

.foot_ban a {
  color: #fff;
}

.head-bg {
  position: fixed;
  background: rgba(71, 69, 71, 0.35);
  border-bottom: 1px rgba(71, 69, 71, 0.35);
  width: 100%;
  top: 0;
  height: 69px;
  z-index: 9;
  box-sizing: border-box;
}

.head-bg .head-index .logo1 {
  line-height: 69px;
}

.head-bg .head-index .yu {
  background: url(../images/yu.png) no-repeat left center;
  width: 84px;
  height: 19px;
  margin-top: 35px;
  padding-left: 29px;
  margin-left: 20px;
}

.head-bg .head-index .yu a {
  color: #fff;
  padding-bottom: 5px;
}

.head-bg .head-index .yu a:hover {
  background: url(../images/tt5.png) no-repeat bottom left;
}

/*导航栏样式*/
.nav {
  float: right;
  width: 640px;
  margin-top: 20px;
}

.nav li {
  line-height: 48px;
  height: 48px;
  text-align: center;
  width: 80px;
  float: left;
  position: relative;
  z-index: 999;
}

.nav li a {
  display: block;
  color: #fff;
  height: 48px;
  font: 500 14px/48px "微软雅黑";
}

.nav li a:hover {
  color: #fff;
  text-decoration: none;
}

.nav .sec {
  height: 0;
  background: #1e70bd;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 48px;
  left: 0px;
}

.nav .sec a {
  background: #1e70bd;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 90px;
}

.nav .sec a:hover {
  background: #6dd229;
  text-decoration: none;
}

.linshi {
  background: url(../images/xmtx.png) no-repeat center;
  color: #fff;
}

.nav li.lxff {
  background: none;
}

/**/
#section1 {
  overflow: hidden;
}

/**/
#section2 {
  background: url(../images/bg1.jpg) no-repeat top center;
  background-size: 100% 100%;
}

#section2 .fp-tableCell {
  display: initial;
}

#section2 .p1 {
  padding-top: 250px;
}

.about-index {
  width: 720px;
  margin-left: 360px;
}

.about-index .a2 {
  margin-top: 40px;
}

.about-index .a2 p {
  color: #545454;
  font-size: 14px;
  text-indent: 2em;
  margin-bottom: 25px;
  text-align: justify;
}

.about-index .a3 {
  border-bottom: 2px solid #545454;
  padding-bottom: 12px;
  width: 306px;
  float: right;
  margin-top: 30px;
}

.about-index .a3 a {
  display: block;
  color: #545454;
  font-size: 14px;
  text-align: right;
}

/**/
#section3 {
  background: url(../images/bg2.jpg) no-repeat top center;
  background-size: 100% 100%;
}

#section3 .fp-tableCell {
  display: initial;
}

#section3 .p1 {
  padding-top: 145px;
}

.product-index {
  margin-left: 360px;
  margin-right: 315px;
}

.product-index .pt .pt1 {
  color: #ffffff;
  font-size: 12px;
  padding-top: 75px;
}

.product-index .pro-roll {
  margin-top: 36px;
  margin-right: 45px;
}

.product-index .pro-roll .bd ul li {
  width: 295px;
  float: left;
  margin: 0 3px;
}

.product-index .pro-roll .bd ul li .img1 img {
  width: 295px;
  height: 393px;
}

.product-index .pro-roll .bd ul li .wz {
  background: #2e80f9;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

.product-index .pmore {
  width: 98px;
  height: 24px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 49px;
}

.product-index .pmore a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
}

/**/
#section4 {
  background: url(../images/bg3.jpg) no-repeat top center;
  background-size: 100% 100%;
}

#section4 .fp-tableCell {
  display: initial;
}

#section4 .p1 {
  padding-top: 145px;
}

.news-index {
  margin-left: 360px;
  margin-right: 315px;
}

.news-index .nt1 {
  text-align: right;
}

.news-index .nsort {
  margin-bottom: 20px;
}

.news-index .nsort ul li {
  display: inline-block;
  margin-right: 10px;
}

.news-index .nsort ul li a {
  display: block;
  color: #696969;
  font-size: 14px;
}

.news-index .nsort ul li:hover a {
  color: #003a8e;
}

.news-index .news-con .newsl {
  width: 573px;
  position: relative;
}

.news-index .news-con .newsl .hd .next {
  background: url(../images/left.png) no-repeat top center;
  width: 9px;
  height: 10px;
  position: absolute;
  bottom: 8px;
  left: 498px;
  z-index: 999;
}

.news-index .news-con .newsl .hd .next:hover {
  background: url(../images/lefth.png) no-repeat top center;
}

.news-index .news-con .newsl .hd .prev {
  background: url(../images/right.png) no-repeat top center;
  width: 9px;
  height: 10px;
  position: absolute;
  bottom: 8px;
  right: 40px;
  z-index: 999;
}

.news-index .news-con .newsl .hd .prev:hover {
  background: url(../images/righth.png) no-repeat top center;
}

.news-index .news-con .newsl .bd ul li .img1 img {
  width: 573px;
  height: 295px;
}

.news-index .news-con .newsl .bd ul li .wz {
  background: #fff;
  height: 170px;
  padding: 0 32px;
  padding-top: 40px;
  box-sizing: border-box;
}

.news-index .news-con .newsl .bd ul li .wz .w1 {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
}

.news-index .news-con .newsl .bd ul li .wz .w2 {
  color: #888888;
  font-size: 12px;
  line-height: 24px;
  margin-top: 16px;
}

.news-index .news-con .newsr {
  width: 600px;
}

.news-index .news-con .newsr .nlist1 li {
  background: #fff;
  height: 144px;
  margin-bottom: 16px;
  padding: 0 30px;
  box-sizing: border-box;
  padding-top: 25px;
}

.news-index .news-con .newsr .nlist1 li .n11 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 10px;
}

.news-index .news-con .newsr .nlist1 li .n11::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #003a8e;
  margin-top: -2.5px;
}

.news-index .news-con .newsr .nlist1 li .n11 .n11a {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
}

.news-index .news-con .newsr .nlist1 li .n11 .n11b {
  color: #888888;
  font-size: 18px;
}

.news-index .news-con .newsr .nlist1 li .n22 {
  color: #888888;
  font-size: 12px;
  line-height: 22px;
}

.news-index .news-con .newsr .nlist1 li .n33 {
  background: url(../images/more1.png) no-repeat top center;
  width: 37px;
  height: 12px;
  float: right;
}

.news-index .news-con .newsr .nlist1 li:hover .n33 {
  background: url(../images/more2.png) no-repeat top center;
}

/**/
#section5 {
  background: url(../images/bg4.jpg) no-repeat top center;
  background-size: 100% 100%;
}

#section5 .fp-tableCell {
  display: initial;
}

#section5 .p1 {
  padding-top: 145px;
}

.ct-index .ct-con {
  margin-top: 145px;
}

.ct-index .ct-con .ctl {
  width: 350px;
}

.ct-index .ct-con .ctl .flogo {
  margin-bottom: 35px;
}

.ct-index .ct-con .ctl .fct p {
  color: #545454;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.ct-index .ct-con .ct2 {
  width: 682px;
}

.ct-index .ct-con .ct2 .mess .mess1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.ct-index .ct-con .ct2 .mess .mess1 .me1 {
  width: 310px;
  border-bottom: 1px solid #434343;
  height: 40px;
}

.ct-index .ct-con .ct2 .mess .mess2 {
  border-bottom: 1px solid #434343;
  height: 40px;
}

.ct-index .ct-con .ct2 .mess .yan {
  margin-top: 45px;
}

.ct-index .ct-con .ct2 .mess .tijiao {
  width: 308px;
  height: 34px;
  background: #434343;
  color: #fff;
  margin-top: 45px;
  text-align: center;
  line-height: 34px;
}

.ct-index .ct-con .ct2 .mess .tijiao .msgbtn {
  color: #fff;
}

.m_label1 {
  width: 310px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #434343;
  font-size: 14px;
}

.c_label1 {
  width: 682px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #434343;
  font-size: 14px;
}

.mess2 #content {
  width: 682px;
  padding: 0;
}
