.pt30 {
  padding-top: 30px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt15 {
  padding-top: 15px;
}

.pt40 {
  padding-top: 30px;
}

.pt50 {
  padding-top: 50px;
}

.pt80 {
  padding-top: 80px;
}

.pt60 {
  padding-top: 60px;
}

body {
  max-width: 1920px;
  margin: 0px auto;
}

body.on {
  overflow: hidden;
}

html {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

html.on1 {
  transform: translate(-90%, 0px);
  -webkit-transform: translate(-90%, 0px);
}

.headTop {
  background-color: #d7d7d7;
}

.headTop .top {
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  color: #5f5f5f;
}

.headTop .lan {
  height: 32px;
  line-height: 32px;
}

.headTop .lan .lanLi {
  vertical-align: middle;
  margin-left: 15px;
}

.headTop .lan .lanLi:first-child {
  margin-left: 0;
}

.headTop .lan .lanLi img, .headTop .lan .lanLi .txt {
  vertical-align: top;
}

.headTop .lan .lanLi img {
  margin-right: 3px;
  margin-top: 10px;
}

.headTop .lan .lanLi .txt {
  font-size: 12px;
  color: #2c5d94;
}

.headTop .lan .lanLi .txt a {
  color: #2c5d94;
}

.headTop .lan .lanLi .txt span {
  padding: 0 5px;
}

.headTop .logo {
  margin-top: 3px;
}

.headTop .topTelCen {
  overflow: hidden;
}

.headTop .topOtherNav {
  margin-top: 45px;
}

.headTop .topOtherNav li {
  color: #2c5d94;
  font-size: 12px;
  margin-right: 30px;
  line-height: 30px;
}

.headTop .topOtherNav li .img, .headTop .topOtherNav li .txt {
  vertical-align: middle;
}

.headTop .topOtherNav li .img {
  margin-right: 5px;
}

.top-nav {
  height: 45px;
  background: url(../images/topNav.png) center top no-repeat;
}

.top-nav .a1 {
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 45px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.top-nav li {
  width: calc(970px/6);
  float: left;
  vertical-align: top;
  position: relative;
  z-index: 3;
  padding-left: 1px;
}

.top-nav li:first-child {
  padding-left: 0;
}

.top-nav li:first-child:before {
  display: none;
}

.top-nav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 45px;
  width: 1px;
  background: url(../images/topNavFg.png) center no-repeat;
}

.top-nav li.on .a1, .top-nav li:hover .a1 {
  background: url(../images/topNavOn.png) left top repeat-x;
  color: #fff;
}

.top-nav li:hover .menu {
  opacity: 1;
  height: auto;
}

.top-nav li .menu {
  overflow: hidden;
  top: 45px;
  height: 0;
  opacity: 0;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.topMenu1 {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 200px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: white;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.topMenu1 .a2 {
  display: block;
  text-align: center;
  background-color: #fff;
  border-top: none;
  line-height: 160%;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.topMenu1 .a2:hover {
  color: #3c81f9;
  background-color: #fff;
}

.topMenu1 .navlxwm:hover .a2 {
  display: none;
}

.topMenu1 .navlxwm:hover .hideNr {
  display: block;
}

.topMenu1 .navlxwm .hideNr {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding: 10px;
  background: -moz-linear-gradient(90deg, #343434, #656565);
  background: -webkit-linear-gradient(90deg, #343434, #656565);
  background: -o-linear-gradient(90deg, #343434, #656565);
  background: -ms-linear-gradient(90deg, #343434, #656565);
  background: linear-gradient(90deg, #343434, #656565);
}

.footer {
  background-image: url(../images/ftbg.png);
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.footer .ftNav a {
  color: #fff;
}

.footer .ftNav a:hover {
  color: #3b8aa4;
  text-decoration: none;
}

.footer .ftNav a:link {
  color: #ffffff;
  text-decoration: none;
}

.footer .ftNav a:visited {
  color: #d1e5fe;
  text-decoration: none;
}

.footer .ftNav span {
  margin: 0 5px;
}

.beian {
  background-color: #7d7b7c;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}

.body-cen {
  min-height: 80px;
  background-color: #eee;
}

.body {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  z-index: 2;
}

.banner1 {
  background-color: #868686;
  padding: 10px 0;
}

.leftMenu {
  float: left;
  width: 250px;
}

.leftNav li {
  margin-top: 15px;
}

.leftNav li:first-child {
  margin-top: 0;
}

.addInfo {
  background: url(../images/leftBg.png);
  border: 1px solid #a8a8a8;
  padding: 15px;
  color: #181818;
  line-height: 1.8;
  min-height: 538px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.addInfo h3 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}

.addInfo .s1 {
  font-size: 14px;
}

.addInfo .jj {
  font-size: 12px;
}

.rightNr {
  width: 669px;
}

.bk1 {
  border: 1px solid #d1d1d1;
  background: url(../images/bk1.png) top center repeat-x;
  height: 205px;
  padding: 15px 20px;
  background-size: auto 100%;
}

.bk1 .jj {
  font-size: 12px;
  color: #181818;
  line-height: 1.8;
}

.title1 {
  height: 35px;
  line-height: 35px;
  padding-left: 23px;
  font-size: 14px;
  color: #0d4b86;
  background: url(../images/titbg.png) center no-repeat;
}

.newsList {
  overflow: auto;
  height: 176px;
}

.newsList li .item {
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
  font-size: 12px;
  line-height: 1.8;
  color: #434343;
  padding-left: 25px;
}

.newsList li .item h3 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 8px;
}

.newsList li .item a {
  color: #2c6295;
}

.newsList li .item a:hover {
  color: #77b4e0;
}

.yeWuNr {
  padding: 0 10px;
}

.yeWuNr h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #000;
}

.yeWuNr .yeWuItem {
  font-size: 12px;
  line-height: 2.2;
  color: #434343;
  padding-left: 25px;
}

.yeWuNr .yeWuItem h3 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 8px;
}

.yeWuNr .yeWuItem a {
  color: #2c6295;
}

.yeWuNr .yeWuItem a:hover {
  color: #77b4e0;
}

.yeWuNr .yeWuItem .ico {
  top: 8px;
  left: 0;
}

.yeWuNr img {
  max-width: 100%;
}

.qianX {
  padding: 0 15px;
}

.qianX .tit {
  font-size: 14px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  padding-left: 8px;
  font-size: 14px;
  color: #0d4b86;
  border-bottom: 1px dashed #4980b5;
}

.qianX .tit .txt, .qianX .tit .img {
  vertical-align: middle;
}

.qianX .tit .img {
  margin-right: 5px;
}

.qianX .jj {
  padding-left: 22px;
  font-size: 12px;
  line-height: 1.6;
  color: #434343;
}

.qianX .qianXItem {
  font-size: 12px;
  line-height: 2.2;
  color: #434343;
  padding-left: 0px;
}

.qianX .qianXItem h3 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 8px;
}

.qianX .qianXItem a {
  color: #2c6295;
}

.qianX .qianXItem a:hover {
  color: #77b4e0;
}

.qianX .qianXItem .ico {
  top: 1px;
  left: 0;
}

.zhizuoAnli {
  padding: 0 10px;
  font-size: 12px;
  color: #181818;
  line-height: 1.8;
}

.zhizuoAnli table {
  width: 100%;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.zhizuoAnli table tr td {
  padding: 10px;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.zhizuoAnli table tr td:first-child {
  background-color: #9dbee8;
  text-align: center;
}

.weizhi {
  font-size: 12px;
  font-weight: normal;
  background: url(../images/weizhi.jpg) center top no-repeat;
  background-size: cover;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}

.weizhi .ico, .weizhi .span, .weizhi a {
  display: inline-block;
  vertical-align: middle;
}

.weizhi .ico {
  margin-right: 5px;
}

.weizhi a {
  color: #d1e5fe;
}

.weizhi span {
  color: #fff;
}

.addrList {
  padding: 0 10px;
  font-size: 12px;
  color: #181818;
  line-height: 1.8;
}

.addrList table {
  width: 100%;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.addrList table tr td {
  padding: 10px;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.addrList table tr td:first-child {
  background-color: #9dbee8;
  text-align: center;
}

.liChengList {
  padding: 0 10px;
  font-size: 12px;
  color: #181818;
  line-height: 1.8;
}

.liChengList table {
  width: 100%;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.liChengList table tr td {
  padding: 10px;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.syal .qianX .jj {
  line-height: 2.2;
}

.productList ul {
  margin: 0 -15px;
}

.productList li {
  padding: 15px;
}

.productList li:nth-child(3n+1) {
  clear: both;
}

.productList li .img {
  border: 1px solid #ededed;
}

.productList li .nr h3 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  color: #333;
  padding: 10px 0;
}

.productList2 li {
  padding: 10px 15px;
}

.productList2 li:nth-child(2n+1) {
  clear: both;
}

.productList2 li .img {
  border: 1px solid #ededed;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.productList2 li .nr h3 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 10px 0;
}

.zhaopinList li.on .tit .ico:before {
  display: none;
}

.zhaopinList li.on .nr {
  display: block;
}

.zhaopinList .tit {
  background: -moz-linear-gradient(180deg, #8aa9d1, #3d5981);
  background: -webkit-linear-gradient(180deg, #8aa9d1, #3d5981);
  background: -o-linear-gradient(180deg, #8aa9d1, #3d5981);
  background: -ms-linear-gradient(180deg, #8aa9d1, #3d5981);
  background: linear-gradient(180deg, #8aa9d1, #3d5981);
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  padding: 15px;
  padding-right: 80px;
  cursor: pointer;
  user-select: none;
}

.zhaopinList .tit .ico {
  right: 15px;
  top: 14px;
  height: 18px;
  width: 18px;
}

.zhaopinList .tit .ico:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -1px;
  width: 18px;
  height: 0px;
  border-top: 2px solid #fff;
}

.zhaopinList .tit .ico:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  margin-left: -1px;
  width: 0px;
  height: 18px;
  border-left: 2px solid #fff;
}

.zhaopinList .nr {
  padding: 15px;
  background-color: #f7f7f7;
  display: none;
}

.article {
  line-height: 1.8;
}

.article img {
  max-width: 100%;
}

.siteMap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.siteMap .stList {
  padding-left: 60px;
}

.siteMap .stList:nth-child(2n+1) {
  clear: both;
}

.sttit1 {
  font-size: 14px;
  color: #0d4b86;
  font-weight: normal;
  line-height: 1.6;
  padding: 5px 0;
}

.sttit1 a {
  color: #0d4b86;
}

.sttit1 .ico, .sttit1 a {
  vertical-align: middle;
}

.sttit1 .ico {
  margin-right: 10px;
}