.top {
  width: 1200px;
  height: 90px;
  background: #fff;
  margin: 0 auto;
}

.top>.corTitle {
  float: left;
  width: 410px;
  height: 90px;
  overflow: hidden;
}

.top>.corTitle>.logo {
  float: left;
  width: 64px;
  height: 64px;
  margin-top: 13px;
}

.top>.corTitle>.logo>img {
  width: 64px;
  height: 64px;
}

.top>.corTitle>.corName {
  float: left;
  margin-left: 20px;
  margin-top: 23px;
}

.top>.corTitle>.corName>div {
  color: #0712f0;
  font-size: 20px;
  font-weight: bold;
}

.top>.corTitle>.corName>span {
  color: #0712f0;
  font-size: 14px;
  font-weight: bold;
}


.columnList {
  float: right;
  width: auto;
  height: 90px;
}

.columnList>ul {
  width: auto;
  height: 62px;
  margin-top: 40px;
}

.columnList>ul>li {
  float: left;
  margin-left: 30px;
  width: auto;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #000;
}

.columnList>ul>li>a:hover {
  cursor: pointer;
  color: #003d87;
}

.banner img {
  width: 100%;
}



.newsIndex>.about {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.newsIndex>.about>div {
  float: left;
  width: 600px;
  height: auto;
  line-height: 280%;
  font-size: 18px;
  font-weight: 500;
  padding-right: 20px;
}

.newsIndex>.about>img {
  float: right;
  width: 600px;
  height: auto;

}


.productIndex>img {
  position: absolute;
  margin-top: 100px;
  width: 100%;
  height: 970px;
  z-index: -1;
}

.productIndex>ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.productIndex>ul>li {
  float: left;
  width: 360px;
  height: auto;
  margin-left: 60px;
}

.productIndex>ul>li:nth-child(3n+1) {
  margin-left: 0;
}

.productIndex>ul>li>div {
  width: 360px;
  height: 240px;
}

.productIndex>ul>li>div>a>img {
  width: 360px;
  height: 240px;
}

.productIndex>ul>li>div>a>img:hover {
  transform: scale(1.05);
  transition: 1s;
}

.productIndex>ul>li>h5 {
  width: 360px;
  height: 90px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-top: 50px;

}



.customerIndex {
  height: 750px;
  background-color: #fff;
}

.customerIndex>a {
  margin-top: 80px;
}

.customerIndex>.btA {
  margin-top: 150px;
}

.customerIndex>ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;

}

.customerIndex>ul>li {
  float: left;
  width: 240px;

}

.customerIndex>ul>li>img {
  width: 240px;
}



.footerIndex {
  height: 320px;
  background-color: #005faf;
  color: #cdc4c6;
}

.footerIndex>.footerCenter {
  width: 1200px;
  margin: 0 auto;
}

.footerIndex>.footerCenter>.title {
  padding-top: 50px;
  color: #fff;
  font-size: 20px;
}

.footerIndex>.footerCenter>.link {
  font-size: 14px;
  margin-top: 20px;
}

.footerIndex>.footerCenter>.link>div:nth-child(2n) {
  text-align: right;
}

.footerIndex>.footerCenter>i {
  display: block;
  width: 1200px;
  height: 2px;
  background-color: #fff;
  margin-top: 30px;
}

.footerIndex>.footerCenter>.copy {
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}

.footerIndex>.footerCenter>.copy>a {
  color: #cdc4c6;
}

.footerIndex>.footerCenter>.copy>a:hover {
  color: #fff;
}

.about>.aboutMsg {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}

.about>.aboutMsg>img {
  float: left;
  width: 500px;
  height: auto;
  padding: 0 50px 50px 0;
}

.about>.aboutMsg>div {
  font-size: 14px;
  line-height: 200%;
  font-family: 微软雅黑;
  color: rgb(90, 90, 90);
}


.certificate>.gh {
  width: 1200px;
  margin: 0 auto;
}

.certificate>.gh>ul {
  width: 1200px;
  margin: 0 auto;
}

.certificate>.gh>ul>li {
  float: left;
  margin-left: 200px;
  margin-top: 40px;
  width: 500px;
}

.certificate>.gh>ul>li:nth-child(2n-1) {
  margin-left: 0;
}

.certificate>.gh>ul>li>div {
  width: 500px;
}

.certificate>.gh>ul>li>div>img {
  width: 500px;
  height: auto;
}

.newsMsg {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}

.newsMsg>.title {
  margin-top: 40px;
  color: #333;
  font-size: 24px;
  text-align: center;
}

.newsMsg>p {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  text-align: center;
}

.newsMsg>.message {
  margin-top: 20px;
  color: #666;
  font-size: 18px;
  line-height: 200%;
}

.newsMsg>.page {
  height: 100px;
}

.newsMsg>.page>p:nth-child(1) {
  padding-top: 30px;
}

.newsMsg>.page>p:nth-child(2) {
  margin-top: 5px;
}

.news>ul {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}

.news>ul>li {
  width: 1200px;
  border-bottom: 1px dashed #ccc;
  margin-top: 25px;
}

.news>ul>li>div>a {
  font-size: 16px;
  color: #000;
}

.news>ul>li>div>a:hover {
  color: #0064d4;
}

.news>ul>li>span {
  line-height: 250%;
  font-size: 12px;
  color: #666;
}

.news>ul>li>.msg {
  height: 84px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  line-height: 200%;
  word-wrap: break-word;
  overflow: hidden;
  text-align: justify;
}

.news>.page {
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.news>.page>a:hover {
  color: #0064d4;
}


.productMsg {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}

.productMsg>.title {
  margin-top: 40px;
  color: #333;
  font-size: 24px;
  text-align: center;
}

.productMsg>p {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  text-align: center;
}

.productMsg>.proImg {
  margin: 0 auto;
  margin-top: 20px;
  width: 300px;
  height: auto;
}

.productMsg>.proImg>img {
  width: 300px;
}

.productMsg>.message {
  margin-top: 20px;
  color: #666;
  font-size: 18px;
  line-height: 200%;
}

.productMsg>.page {
  height: 100px;
}

.productMsg>.page>p:nth-child(1) {
  padding-top: 30px;
}

.productMsg>.page>p:nth-child(2) {
  margin-top: 5px;
}

.product>ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.product>ul>li {
  float: left;
  width: 360px;
  height: auto;
  margin-left: 60px;
}

.product>ul>li:nth-child(3n+1) {
  margin-left: 0;
}

.product>ul>li>div {
  width: 360px;
  height: 240px;
}

.product>ul>li>div>a>img {
  width: 360px;
  height: 240px;
}

.product>ul>li>div>a>img:hover {
  transform: scale(1.05);
  transition: 1s;
}

.product>ul>li>h5 {
  width: 360px;
  height: 90px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-top: 50px;
}

.product>.page {
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.product>.page>a:hover {
  color: #0064d4;
}

.support>.gh {
  width: 1200px;
  margin: 0 auto;
}

.support>.gh>ul {
  width: 1200px;
  margin: 0 auto;
}

.support>.gh>ul>li {
  height: auto;
  margin-top: 40px;
}

.support>.gh>ul>li:after {
  content: "";
  display: block;
  clear: both;
}

.support>.gh>ul>li>.img {
  float: left;
  width: 400px;
  height: auto;
}

.support>.gh>ul>li>.img>img {
  width: 400px;
  height: auto;
}

.support>.gh>ul>li>.jk {
  float: right;
  font-size: 16px;
  width: 750px;
  color: #333;
  line-height: 200%;
}