﻿@charset "utf-8";
/* CSS Document */

/* 全局 布局*/
* {
  margin: 0;
  border: 1;
  padding: 0
}

ul,
li {
  list-style: none
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.15s ease-out;
}

a {
  transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
}

img:hover {
  -moz-opacity: 0.9 !important;
  filter: alpha(opacity=90);
  opacity: 0.9;
  _-moz-opacity: 0.9
}

body {
  background: #fff;
  font-family: "微软雅黑";
}

.l {
  float: left;
}

.r {
  float: right;
}

.red {
  color: red;
}

.orange {
  color: #ff6c00;
}

.white {
  color: #fff;
}

.blue {
  color: #064aab;
}

.center {
  text-align: center;
}

.wrap {
  width: 1020px;
  margin: auto;
}

.wrap2 {
  width: 1020px;
  margin: auto;
  overflow: auto;
}

img {
  border: none;
}

.clear {
  clear: both;
}

/* 顶部 */


#quanju {
  width: 100%;
  background: #fff;
}

.bx1200 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/*公告*/
.header {
  width: 100%;
  background: #f5f5f5;
  height: 32px;
}

.welcome {
  width: 950px;
  font-size: 14px;
  color: #737373;
  line-height: 32px;
  display: block;
}

.fx {
  width: 250px;
  font-size: 14px;
  color: #737373;
  line-height: 32px;
}

.fx a {
  font-size: 14px;
  color: #333;
  line-height: 42px;
}

.fx img {
  padding: 10px 10px 0 0
}

/*logo*/
.top120 {
  width: 1200px;
  height: 130px;
  margin: 0 auto;
}

.logo {
  margin: 20px 0;
  width: 670px;
}

.logo img {
  float: left;
  margin-right: 15px;
  width: 649px;
  height: 74px;
}


/*tel*/
.tel {
  margin: 30px 0 20px;
  width: 330px;
  height: 80px;
}

.tel img {
  float: left;
  margin-right: 6px;
}

.tel p {
  font-size: 18px;
  color: #333;
  display: block;
  margin-top: 10px;
}

.tel p span {
  font-size: 30px;
  color: #ff0000;
  font-weight: bold;
}

/*nav*/

.wnav {
  width: 100%;
  height: 60px;
  background: #0060ad;
  overflow: hidden;
}

.wnav ul {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.wnav li {
  float: left;
  height: 60px;
  width: 150px;
  display: block;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}

.wnav li a {
  color: #fff;
  display: block;
}

.wnav li a:hover,
.active a {
  color: #fff;
  background: #c80000
}

/*banner*/
.bn {
  width: 100%;
  height: 500px;
  background: #333;
}





/*产品中心*/
.cpbt {
  width: 100%;
  margin: 0 auto;
}

.cpbt p {
  font-size: 16px;
  color: #fe0000;
  text-align: center;
  line-height: 40px;
  background: url(../images/cpbt.jpg) no-repeat center;
}

.cpbt h3 {
  font-size: 32px;
  color: #006ec7;
  text-align: center;
  line-height: 50px;
}


.cpfl2 {
  width: 1200px;
  margin: 20px auto;
  text-align: center;
}

.cpfl2 a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #006ec7;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 10px;
}

.cpfl2 a:hover {
  background: #da0022;
}

.cpzx {
  width: 1200px;
  height: 550px;
  margin: 0px auto;
  text-align: center;
}


/*关键词*/
.key_w {
  width: 100%;
  margin: 0 auto;
  height: 79px;
  margin-bottom: 30px;
  background: url(../images/cnbj.jpg) repeat-x top;
}

.gjc_bt {
  width: 120px;
  height: 79px;
}

.gjc_nr {
  width: 1000px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}

/*mid 图*/
.mid {
  width: 100%;
  background: url(../images/mid.jpg) no-repeat center;
  height: 175px;
  margin: 30px auto;
}

/*公司简介*/
.jianjie {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
  background: #0062a1;
  height: 500px;
  padding: 20px 0;
}

.jj_nr {
  margin-top: 138px;
}

.jj_nr h3 {
  font-size: 27px;
  color: #f5e700;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  margin-top: 30px;
}

.jj_nr span {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin: 10px 0;
  text-transform: uppercase
}

.jj_nr p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
}

.jj_nr a {
  display: block;
  width: 125px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #006ec7;
  background: #fff;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 20px;
}

.jj_nr a:hover {
  color: #333;
}

.jj_tu {
  width: 570px;
  height: 425px;
  background: #fff;
  margin-top: 30px;
  pointer-events: none;
}

.infocon img {
  max-width: 100%;
  height: auto !important;
}



/*案例*/
.alzx {
  width: 1200px;
  margin: 30px auto;
  height: 280px;
}

/*新闻中心*/
.xinwen {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.xwtu {
  width: 500px;
  height: 420px;
  margin: 30px auto;
}

.xwnr {
  width: 660px;
  height: 420px;
  margin: 30px auto;
}




/*底部*/
.dibu {
  width: 100%;
  background: #006ec7;
  height: 300px;
  overflow: hidden;
}

.di_fl {
  width: 490px;
  margin-top: 20px;
}

.di_fl p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.di_fl a {
  display: block;
  float: left;
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}

.di_nav {
  width: 260px;
  margin-top: 45px;
}

.di_nav a {
  display: block;
  float: left;
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.di_lx {
  width: 340px;
  height: 300px;
  background: #015294;
}

.di_lx h3 {
  color: #e4de16;
  text-align: center;
  font-size: 24px;
  margin-top: 45px;
}

.di_lx p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 20px;
}




/*版权*/
.copy {
  width: 100%;
  background: #434343;
  height: 50px;
}

.copy p {
  font-size: 14px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
}



/*内页左侧联系*/
.nylx {
  width: 270px;
  background: #EFEFEF;
  margin: 20px 0px;
}

.nylx h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #006ec7;
}

.nylx p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding: 10px;
}






/*首页新闻*/
.synews {
  width: 590x;
}

.synews ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  line-height: 30px;
  margin-top: 20px;
}

.synews ul li a h4 {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}


.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}