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

/**/
.head-index .logo {
  line-height: 100px;
}

.head-index .headr {
  width: 798px;
}

.head-index .headr .head1 {
  margin-top: 12px;
}

.head-index .headr .head1 .tel {
  background: url(../images/tel.png) no-repeat left center;
  font-size: 20px;
  font-family: "Impact";
  color: #0056a9;
  padding-left: 34px;
}

#formsearch {
  float: right;
  width: 180px;
  border-bottom: 1px solid #cacaca;
  margin-left: 10px;
  margin-top: 3px;
}

#formsearch input {
  height: 20px;
  background: none;
  border: none;
  line-height: 20px;
}

#formsearch input#keyword {
  height: 20px;
  line-height: 20px;
  padding-left: 9px;
  color: #9b9b9b;
  font-size: 12px;
  width: 130px;
}

#formsearch input#s_btn {
  width: 24px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  padding: 0;
  background: url(../images/sou.png) no-repeat center center;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9b9b9b;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9b9b9b;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9b9b9b;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9b9b9b;
}

/*solution*/
.pub-title {
  text-align: center;
  color: #333333;
  font-size: 30px;
}

.pub-title span {
  display: block;
  color: #cdcdcd;
  font-size: 20px;
  padding-top: 20px;
}

.solution {
  margin-top: 100px;
}

.solution .solution-roll {
  position: relative;
  margin-top: 65px;
}

.solution .solution-roll .hd .next {
  position: absolute;
  left: 52px;
  top: 130px;
}

.solution .solution-roll .hd .prev {
  position: absolute;
  right: 52px;
  top: 130px;
}

.solution .solution-roll .tempWrap {
  width: 1600px !important;
  margin: 0 auto;
}

.solution .solution-roll .bd ul li {
  float: left;
  width: 350px;
  margin: 0 24px;
  position: relative;
}

.solution .solution-roll .bd ul li .img1 img {
  width: 350px;
  height: 516px;
}

.solution .solution-roll .bd ul li .wz {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  width: 350px;
  height: 516px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.solution .solution-roll .bd ul li .wz .w2 {
  width: 45px;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  margin-top: 25px;
}

.solution .solution-roll .bd ul li .wz .w3 {
  color: #ffffff;
  font-size: 22px;
  padding-top: 18px;
}

.solution .solution-roll .bd ul li .hh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 86, 169, 0.8);
  width: 350px;
  height: 516px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.solution .solution-roll .bd ul li .hh .wh2 {
  color: #ffffff;
  font-size: 22px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.solution .solution-roll .bd ul li .hh .wh3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.solution .solution-roll .bd ul li .hh .wh4 {
  width: 120px;
  height: 36px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 60px;
}

.solution .solution-roll .bd ul li .hh .wh4 a {
  display: block;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
}

.solution .solution-roll .bd ul li:hover .hh {
  opacity: 1;
}

.solution .solution-roll .bd ul li:hover .wz {
  opacity: 0;
}

/*choose-index*/
.choose-index {
  margin-top: 100px;
}

#multipleColumn {
  position: relative;
  width: 1190px;
  margin-top: 68px;
}

#multipleColumn .bd {
  overflow: hidden;
  height: 320px;
}

#multipleColumn .bd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  _display: inline;
  margin: 0 -6px;
}

#multipleColumn .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 300px;
  position: relative;
  margin-bottom: 132px;
  border-right: 1px solid #e8e8e8;
}

#multipleColumn .bd ul li img {
  width: 300px;
  height: 92px;
  display: block;
  overflow: hidden;
}

/*about-bg*/
.about-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  height: 650px;
  overflow: hidden;
  margin-top: 100px;
}

.about-bg .about-index {
  width: 580px;
  float: right;
}

.about-bg .about-index .ab1 {
  padding-top: 120px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.about-bg .about-index .ab2 {
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.about-bg .about-index a {
  display: block;
  color: #e0e0e0;
  font-size: 12px;
  border: 1px solid #fff;
  width: 120px;
  height: 32px;
  line-height: 30px;
  text-align: center;
}

.c2-con ul {
  margin-top: 40px;
  margin-bottom: 36px;
}

.c2-con ul li {
  position: relative;
  float: left;
  margin-right: 76px;
}

.c2-con ul li .count-title {
  font: bold 40px/46px "Impact";
  color: #fff;
  display: inline-block;
}

.c2-con ul li dt {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
}

.c2-con ul li dd {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  top: 0;
  line-height: 1;
}

.c2-con ul li p {
  font: normal 18px/32px "Microsoft YaHei";
  color: #fff;
}

.ab3 {
  margin-top: 52px;
}

.ab3 .ab3-list li {
  float: left;
  text-align: center;
  margin-right: 52px;
}

.ab3 .ab3-list li .img1 {
  min-height: 38px;
}

.ab3 .ab3-list li .wz {
  color: #fff;
  font-size: 14px;
  padding-top: 12px;
}

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

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

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

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

.news-index .news-roll .bd ul li h3 {
  color: #242424;
  font-size: 20px;
  font-weight: bold;
  padding-top: 28px;
  padding-bottom: 14px;
}

.news-index .news-roll .bd ul li p {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
}

.news-index .news-roll .bd ul li:hover h3 {
  color: #0056a9;
}

.news-index .news-roll .hd ul {
  text-align: center;
  margin-top: 38px;
}

.news-index .news-roll .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 15px;
  background: #dddddd;
  text-indent: -20000px;
}

.news-index .news-roll .hd ul li.on {
  background: #0056a9;
}

/*foot-bg*/
.foot-bg {
  background: #1e293f;
  padding: 50px 0;
}

.foot-bg .foot-index dl {
  float: left;
  margin-right: 128px;
}

.foot-bg .foot-index dl dt {
  color: #fff;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}

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

.foot-bg .foot-index .lx h2 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 22px;
}

.foot-bg .foot-index .lx p {
  color: #cbcbcb;
  font-size: 14px;
  line-height: 24px;
}

.foot-bg .foot-index .erq {
  margin-top: 43px;
}

.foot-bg .foot-index .erq p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

.foot-cop {
  background: #151f31;
  color: #8c8c8c;
  line-height: 24px;
  text-align: center;
  padding: 15px 0;
}

.foot-cop a {
  color: #8c8c8c;
}
