@charset='utf-8';

/* 广告 */
.pg-ban {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.pg-ban img {
  width: 1920px;
  height: 190px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.link-box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #2077AD;
}

.link-box .link {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  text-align: right;
  font-size: 13px;
}

.link-box .link img {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  vertical-align: top;
}

.link-box .link span {
  color: #fff;
}

.link-box .link a {
  color: #fff;
}

.pagination {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  overflow: hidden;
  clear: both;
  padding-bottom: 0;
}

.pagination li {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  display: inline-block;
  margin-right: 2px;
  text-align: center;
  line-height: 30px;
}

.pagination li.active {
  background: #00569b;
  color: #fff;
}

.pagination li:hover {
  background: #00569b;
  color: #fff;
}

.pagination li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 30px;
}

.pagination li:hover a:hover {
  color: #fff !important;
}

/* 简介 */
.page-box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  min-height: 575px;
  position: relative;
}

.page-box .page-submenu {
  width: 180px;
  height: auto;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 3;
}

.page-box .page-submenu .page-tit {
  width: 180px;
  height: 124px;
  background: #00569B;
  box-sizing: border-box;
  padding-top: 36px;
  padding-left: 34px;
  color: #fff;
  font-size: 18px;
}

.page-box .page-submenu .page-tit span {
  font-size: 12px;
  text-transform: uppercase;
}

.page-box .page-submenu ul {
  padding-top: 20px;
}

.page-box .page-submenu ul li {
  display: block;
  width: 100%;
  height: 46px;
  margin-bottom: 5px;
}

.page-box .page-submenu ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  /* line-height: 46px; */
  text-align: center;
}

.page-box .page-submenu ul li a:hover {
  background: #00569B;
  color: #fff !important;
}

.page-box .page-submenu ul li a.nav {
  background: #00569B;
  color: #fff;
}

.about-txt {
  width: 1200px;
  height: auto;
  line-height: 28px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 220px;
}

.about-txt img {
  max-width: 100%;
  display: block;
}

.product-text .about-txt {
  padding-left: 0;
}

.product-text .about-title {
  padding-left: 0;
}

/* 联系我们 */
.contact-tit {
  width: 100%;
  height: auto;
  padding: 40px 0 20px 0;
  font-size: 18px;
  color: #333;
}

.contact-tit span {
  font-size: 14px;
}

.contact-list {
  width: 100%;
  height: auto;
  line-height: 32px;
  color: #333;
  display: block;
}

.contact-list li {
  width: 100%;
  height: 32px;
}

.contact-code {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.contact-code li {
  display: block;
  width: 132px;
  height: 162px;
  line-height: 32px;
  float: left;
  text-align: center;
  margin-right: 30px;
}

.contact-code li img {
  width: 132px;
  height: 132px;
}

.map {
  width: 770px;
  height: 330px;
}

.contactnav {
  margin-top: 15px;
  display: block;
  width: 128px;
  height: 34px;
}

.contact-txt {
  width: 1200px;
  height: auto;
  padding-left: 220px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}

/* 产品展示 */
.product-list {
  width: 1200px;
  height: auto;
  padding-left: 220px;
  line-height: 28px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 60px;
}

.product-list dl {
  display: block;
  width: 230px;
  height: 280px;
  float: left;
  margin: 0 7px;
}

.product-list dl dt {
  display: block;
  width: 228px;
  height: 228px;
  border: solid 1px #e2e2e2;
  overflow: hidden;
  position: relative;
}

.product-list dl:hover .line1 {
  display: block;
  width: 1px;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00569b;
  animation: prolineone 0.2s linear 0s alternate forwards;
  opacity: 0;
}

.product-list dl:hover .line2 {
  display: block;
  width: 230px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #00569b;
  animation: prolinetwo 0.2s linear 0.2s alternate forwards;
  opacity: 0;
}

.product-list dl:hover .line3 {
  display: block;
  width: 1px;
  height: 230px;
  position: absolute;
  top: 0;
  right: 0;
  background: #00569b;
  animation: prolineone 0.2s linear 0.4s alternate forwards;
  opacity: 0;
}

.product-list dl:hover .line4 {
  display: block;
  width: 230px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00569b;
  animation: prolinetwo 0.2s linear 0.6s alternate forwards;
  opacity: 0;
}

.product-list dl dt img {
  width: 228px;
  height: 228px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.product-list dl:hover dt img {
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.product-list dl dd {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.product-title {
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.product-img {
  width: 400px;
  height: 400px;
  border: solid 1px #eee;
  margin-bottom: 15px;
}

.product-img img {
  width: 400px;
  height: 400px;
}

.product-a {
  width: 100%;
  height: 34px;
  margin-bottom: 15px;
}

.product-a a {
  display: block;
  width: 128px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: left;
  margin-right: 15px;
  background: #00569b;
  color: #fff;
}

.product-a a:hover {
  color: #fff !important;
}

.product-a a:first-child {
  background: #333;
}

.product-smtit {
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.product-text {
  width: 100%;
  height: auto;
  padding: auto;
  line-height: 30px;
}

.product-text img {
  max-width: 100%;
}

/* 市场应用 */
.news-list {
  width: 980px;
  height: auto;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 220px;
}

.news-list dl {
  display: block;
  width: 980px;
  height: 170px;
  background: #f5f5f5;
  margin-bottom: 20px;
}

.news-list dl dt {
  display: block;
  width: 240px;
  height: 170px;
  float: left;
}

.news-list dl dt img {
  width: 240px;
  height: 170px;
}

.news-list dl dd {
  display: block;
  width: 710px;
  padding-left: 30px;
  float: left;
}

.news-list dl dd a span {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
  color: #999;
}

.news-list dl dd a h1 {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  padding: 7px 0 15px 0;
}

.news-list dl dd a p {
  display: block;
  width: 90%;
  height: auto;
  line-height: 24px;
}

.about-title-en {
  width: 100%;
  height: auto;
  font-size: 26px;
  padding-top: 40px;
  color: #333;
  text-transform: uppercase;
  box-sizing: border-box;
  padding-left: 220px;
}

.about-title {
  width: 100%;
  height: auto;
  padding: 7px 0;
  font-size: #333;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 220px;
}

.news-txt {
  width: 1200px;
  height: auto;
  padding-left: 220px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 0;
  line-height: 25px;
}

.news-txt .about-txt {
  padding-left: 0;
}

.news-txt .about-title-en {
  padding-left: 0;
}

.news-txt img {
  max-width: 100%;
}


/* CSS3动画 */
@-webkit-keyframes prolineone {
  0% {
    opacity: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}

@keyframes prolineone {
  0% {
    opacity: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}

@-webkit-keyframes prolinetwo {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes prolinetwo {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

.downloadlistbox {
  padding-top: 50px;
}

.downloadlistbox .list {
  display: flex;
  align-items: center;
  background-color: rgba(0, 86, 155, 0.4);
  height: 60px;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 30px;
}

.downloadlistbox .list:hover {
  background-color: rgba(0, 86, 155, 1);
}

.downloadlistbox .list .name {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.downloadlistbox .list .xiaz {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
}

.downloadlistbox .list .xiaz img {
  width: 22px;
  height: 22px;
}