@charset "UTF-8";
.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);
}

.head-cen {
  padding-top: 72px;
}

.head {
  width: 100%;
  height: 140px;
}

.head .section {
  height: 100%;
  padding-left: 472px;
}

.head .logo {
  overflow: hidden;
}

.head .userInfo {
  margin-bottom: 15px;
  text-align: right;
  margin-top: 25px;
}

.head .userInfo a, .head .userInfo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  line-height: 1.8;
}

.head .userInfo a:hover {
  color: #0e478c;
}

.head .userInfo span {
  padding: 0 10px;
}

.head .topSearch {
  width: 338px;
  position: relative;
  z-index: 1;
}

.head .topSearch input {
  height: 40px;
  line-height: 38px;
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
  display: block;
  outline: none;
  border: 1px solid #dcdcdc;
}

.head .topSearch button {
  width: 40px;
  height: 40px;
  background-color: #0e478c;
  background: #0e478c url(../images/search.png) no-repeat center;
  cursor: pointer;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.top-nav {
  height: 50px;
  background-color: #0e478c;
}

.top-nav .a1 {
  width: calc(1100px/6);
  text-align: center;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 46px;
  position: relative;
  z-index: 1;
  border-top: 2px solid #3d79c3;
  border-right: 2px solid #001d41;
  border-bottom: 2px solid #001d41;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.top-nav li {
  float: left;
  vertical-align: top;
  position: relative;
  z-index: 3;
}
.top-nav li .a1:before{
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 0;
  border-right: 2px solid #3d79c3;
}
.top-nav li:first-child .a1{
  border-left: 2px solid #3d79c3;
}
.top-nav li:first-child .a1:after{
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 0;
  border-right: 2px solid #001d41;
}

.top-nav li.on .a1, .top-nav li:hover .a1 {
  opacity: 0.8;
  background:#1f65b9;
}

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

.top-nav li .menu {
  overflow: hidden;
  top: 50px;
  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: #0e478c;
  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);
}

.topMenu2 {
  background-color: white;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.topMenu2 .item {
  padding: 20px;
  max-width: 1100px;
}

.topMenu2 .itemCen {
  margin: 0 -45px;
}

.topMenu2 .item-li {
  min-height: 505px;
  padding: 0 25px;
  border-left: 1px solid #eee;
}

.topMenu2 .item-li:first-child {
  border: none;
}

.topMenu3 {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 180px;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.topMenu3 .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;
}

.topMenu3 .a2:hover {
  color: #0e478c;
  background-color: #f7f7f7;
}

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

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

.topMenu3 .navlxwm .hideNr {
  display: none;
  color: #fff;
  font-size: 16px;
  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);
}

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

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

.topMenu4 .a2:hover {
  color: #0e478c;
  background-color: #f7f7f7;
}

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

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

.topMenu4 .navlxwm .hideNr {
  display: none;
  color: #fff;
  font-size: 16px;
  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);
}

.listNr {
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.listNr:last-child {
  border: none;
}

.listNr dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  padding: 5px;
}

.listNr dd {
  display: table;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.listNr dd:hover {
  background-color: #f9f9f9;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
}

.listNr dd.hot .nr h3 .hotImg {
  display: block;
}

.listNr .ico, .listNr .nr {
  display: table-cell;
  vertical-align: top;
}

.listNr .ico {
  width: 40px;
}

.listNr .nr {
  padding-left: 15px;
}

.listNr .nr h3 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 1.4;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.listNr .nr h3 .hotImg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.listNr .nr .jj {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}

.listNr2 {
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.listNr2 dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  padding: 5px;
}

.listNr2 dd {
  display: table;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.listNr2 dd:hover {
  background-color: #f9f9f9;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
}

.listNr2 dd.hot .nr h3 .hotImg {
  display: block;
}

.listNr2 .ico, .listNr2 .nr {
  display: table-cell;
  vertical-align: top;
}

.listNr2 .ico {
  width: 40px;
}

.listNr2 .nr {
  padding-left: 15px;
}

.listNr2 .nr h3 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 1.4;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.listNr2 .nr h3 .hotImg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.listNr2 .nr .jj {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}

.head2 {
  height: 60px;
}

.head2 .top-right .user {
  margin-top: 18px;
}

.m-head-cen {
  height: 60px;
  width: 100%;
}

.m-head {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.m-head .menu-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #0e478c;
  font-size: 25px;
  margin-top: 10px;
}

.m-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 9999;
  width: 90%;
  height: 100%;
  overflow: hidden;
  padding: 60px 15px 30px;
  background-color: #fff;
  transition: 0.2s all;
  border-left: 1px solid #ddd;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.m-menu .menuClose {
  cursor: pointer;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  top: -30px;
}

.m-menu.on {
  right: 0;
}

.m-menu .search {
  right: 0px;
  top: -35px;
  width: 169px;
  height: 31px;
  overflow: hidden;
  padding: 5px;
  padding-right: 46px;
  background: url(../images/search.png) left top no-repeat;
}

.m-menu .search input {
  border: none;
  height: 100%;
  width: 100%;
  display: block;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  line-height: 21px;
  background: transparent;
}

.m-menu .search button {
  width: 30px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  outline: none;
  border: none;
  right: 0;
  left: auto;
  background-color: transparent;
}

.top-nav2 {
  height: 100%;
  overflow: auto;
  width: 100%;
}

.top-nav2 li {
  padding: 10px 0;
  overflow: hidden;
}

.top-nav2 li:hover .menu, .top-nav2 li.on .menu {
  display: block;
}

.top-nav2 li .menu {
  display: none;
}

.top-nav2 .a1 {
  padding: 10px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  display: block;
  border-radius: 5px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
}

.topMenu5 {
  background-color: white;
  width: 100%;
  z-index: 999;
  position: relative;
}

.topMenu6 {
  padding-left: 25px;
}

.topMenu6 .a2 {
  margin-top: 10px;
  padding: 8px;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #eee;
}

.topMenu6 .a2:first-child {
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0e478c;
}

.loginBtn1 {
  display: block;
  background-color: #0e478c;
  /*border-top: 2px solid #3d79c3;
  border-left: 2px solid #3d79c3;
  border-right: 2px solid #001d41;
  border-bottom: 2px solid #001d41;*/
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.loginBtn1:hover {
  opacity: 0.8;
  /*background-color: #e0edfc;*/
}
/*.loginBtn1:hover .txt{
  color: #0c75c2;
}*/

.loginBtn1 img.txt {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.loginBtn1 .txt {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.main1 .left {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.main1 .left .nr {
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.main1 .left .nr h3 {
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  font-weight: normal;
  padding: 0 50px;
  overflow: hidden;
}

.main1 .left .nr h3 a {
  color: #fff;
  font-size: 18px;
}

.main1 .left .prev, .main1 .left .next {
  cursor: pointer;
  outline: none;
  user-select: none;
  bottom: 14px;
}

.main1 .left .prev {
  left: 20px;
}

.main1 .left .next {
  right: 20px;
}

.main1 .right {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}

.main2 .left {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.main2 .right {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

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

.bk1.yaoWen li:before {
  top: 12px;
}

.bk1.yaoWen li h3 {
  font-size: 16px;
}

.bk1.yaoWen li h3 .time {
  color: #999;
}

.bk1 li {
  padding: 0 15px;
  margin-top: 13px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.bk1 li:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  width: 4px;
  height: 4px;
  background-color: #0e478c;
  border-radius: 50%;
}

.bk1 li h3 {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.bk1 li h3 a {
  color: #000;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.bk1 li h3 a:hover {
  color: #0e478c;
}

.title1 {
  border-bottom: 2px solid #efefef;
  height: 50px;
  line-height: 48px;
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

.title1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1;
  height: 22px;
  width: 0;
  border-left: 5px solid #ea0816;
}

.title1 .s1 {
  font-size: 20px;
  color: #0e478c;
  font-weight: bold;
}

.title1 .a1 {
  color: #888;
  font-size: 14px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.title1 .a1:hover {
  color: #0e478c;
}

.main3 li {
  padding: 35px;
}

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

.main3 li .ico {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 50%;
  background: -moz-linear-gradient(0deg, #0f488d, #3774bf);
  background: -webkit-linear-gradient(0deg, #0f488d, #3774bf);
  background: -o-linear-gradient(0deg, #0f488d, #3774bf);
  background: -ms-linear-gradient(0deg, #0f488d, #3774bf);
  background: linear-gradient(0deg, #0f488d, #3774bf);
}

.main3 li h3 {
  font-size: 16px;
  font-weight: normal;
  color: #181818;
  line-height: 1.8;
  margin-bottom: 10px;
}

.main3 li .jj {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
}

.main4 .m4M {
  background-color: #fff;
  padding: 6px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.main4 .m4M li {
  padding: 6px;
}

.main4 .m4M li:nth-child(4n+1) {
  clear: both;
}

.main4 .m4M li .item {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.main4 .m4M li .item:hover {
  opacity: 0.8;
}

.main4 .m4M li .img {
  border: 1px solid #ddd;
}

.main5 ul {
  margin: -15px;
  overflow: hidden;
  clear: both;
}

.main5 li {
  padding: 15px;
}

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

.main5 li .item {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.main5 li .item:hover {
  opacity: 0.8;
}

.main5 li .img {
  border: 1px solid #ddd;
}

.main5 li .nr h3 {
  font-size: 14px;
  font-weight: normal;
  color: #181818;
  line-height: 1.8;
  margin-top: 15px;
}

.footer {
  padding: 30px 0 0;
  background-color: #4d5059;
  overflow: hidden;
}

.footer .ftUl {
  margin: 0 -10px;
  overflow: hidden;
  clear: both;
  padding-bottom: 30px;
}

.footer .ftEwm {
  max-width: 168px;
  width: 100%;
  margin: 0 auto;
}

.footer .ftEwm .txt {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}

.footer dl {
  padding: 10px;
}

.footer dl:nth-child(8n+1) {
  clear: none;
}

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

.footer dl.ewm dt:before {
  display: none;
}

.footer dl dt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

.footer dl dt:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 0;
  width: 32px;
  border-top: 1px solid #fff;
}

.footer dl dt a {
  color: #fff;
}

.footer dl dt a:hover {
  color: #fff;
}

.footer dl dd {
  color: #999;
  font-size: 14px;
  line-height: 2.8;
}

.footer dl dd a {
  color: #999;
}

.footer dl dd a:hover {
  color: #0e478c;
}

.beian {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  border-top: 1px solid #999;
}

.beian .yqlj a {
  margin-right: 0px;
  padding: 5px;
  display: block;
}

.beian .nr {
  padding-top: 20px;
}

.beian a {
  color: #999;
}

.beian a:hover {
  color: #fff;
}

.productList1 {
  background-color: #fff;
}

.productList1 ul {
  margin: 0 -6px;
}

.productList1 li {
  padding: 6px;
}

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

.productList1 li .item {
  border: 1px solid #ddd;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.productList1 li .item:hover {
  opacity: 0.8;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.productList1 li .nr h3 {
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  color: #181818;
  text-align: center;
}

.back1 {
  background-color: #fff;
}

.newsList {
  width: auto;
  background-color: #fff;
}

.newsList li {
  padding: 0px;
}

.newsList .item {
  padding: 14px;
  padding-right: 210px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.newsList .item:first-child {
  margin-top: 0px;
}

.newsList .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.newsList .item:hover .list-abs .time .s2 {
  color: #0e478c;
}

.newsList .item .img {
  width: 298px;
  display: table-cell;
  vertical-align: top;
}

.newsList .item .nr-con {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.newsList .item .nr-con h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.newsList .item .nr-con h3 a {
  color: #333;
}

.newsList .item .nr-con h3 a:hover {
  color: #0e478c;
}

.newsList .item .nr-con .jj {
  font-size: 14px;
  color: #666;
  line-height: 200%;
}

.newsList .item .list-abs {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 197px;
  padding: 15px 0px;
}

.newsList .item .list-abs .list-abs-cen {
  border-left: 1px solid #ddd;
  height: 100%;
}

.newsList .item .list-abs .a2 {
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

.newsList .item .list-abs .time {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  color: #afafaf;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  opacity: 1;
}

.newsList .item .list-abs .time .s1 {
  font-size: 12px;
  line-height: 140%;
  margin-right: 38px;
}

.newsList .item .list-abs .time .s2 {
  font-size: 50px;
  line-height: 100%;
  font-weight: normal;
}

.page2 {
  /*overflow: hidden;*/
  text-align: center;
  padding: 10px;
  clear: both;
}

.page2 .ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.page2 .rows {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .num {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .current {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #0e478c;
  border-left: 1px solid #e4eaec;
}

.page2 .prev {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .first {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .end {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .next {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .num, .page2 .rows, .page2 .prev, .page2 .next, .page2 .current, .page2 .first, .page2 .end {
  border-radius: 5px;
  border: 1px solid #e4eaec;
  margin: 0px 3px;
}

.article {
  font-size: 14px;
  line-height: 2.2;
  min-height: 200px;
}

.article .content {
  padding: 15px 0;
}

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

.article h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #565757;
}

.article .time {
  margin-top: 10px;
}

.article .time .ico, .article .time .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

.article .time .ico {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.article .time .txt {
  font-size: 12px;
  color: #888;
}

.article .fg {
  height: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.weizhi {
  font-size: 14px;
  color: #000;
  line-height: 140%;
  padding: 20px 0px;
  border-bottom: 1px dashed #ccc;
}

.weizhi img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.weizhi span {
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}

.weizhi a {
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

.weizhi a:hover {
  color: #0e478c;
}

.other1-left {
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}

.other1-right {
  width: 100%;
  margin-top: 40px;
}

.other1-nav2 .bt {
  font-size: 40px;
  color: #fff;
  line-height: 1.8;
  padding: 25px 10px;
  font-weight: normal;
  text-align: center;
  background-color: #0e478c;
  border-bottom: 1px solid #fff;
}

.other1-nav2 .bt img, .other1-nav2 .bt .nr {
  vertical-align: middle;
}

.other1-nav2 .leftNav-li:first-child {
  margin-bottom: 5px;
  margin-top: 0;
}

.other1-nav2 .leftNav-li .a1 {
  background-color: #fff;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 10px;
  line-height: 42px;
  text-align: left;
  border-bottom: 1px solid #0e478c;
  margin-top: 2px;
}

.other1-nav2 .leftNav-li .a1 a {
  color: #666;
}

.other1-nav2 .leftNav-li .a1 .icoo {
  right: 0;
  left: auto;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.other1-nav2 .leftNav-li:hover .a1, .other1-nav2 .leftNav-li.on .a1 {
  background-color: #0e478c;
  color: #fff;
}

.other1-nav2 .leftNav-li:hover .a1 a, .other1-nav2 .leftNav-li.on .a1 a {
  color: #fff;
}

.other1-nav2 .leftNav-li.onn .a1 {
  background-color: #0e478c;
  color: #fff;
}

.other1-nav2 .leftNav-li.onn .a1 a {
  color: #fff;
}

.other1-nav2 .leftNav-li.onn .a1 .icoo {
  transform: rotate(45deg);
  -webkit-transform: rotate(90deg);
}

.other1-nav2 .leftNav-li.onn .menu {
  display: block;
}

.other1-nav2 .leftNav-li .menu {
  display: none;
}

.other1-nav2 .leftNav-li .menu .menu-li .a2 {
  background-color: #f9f9f9;
  color: #181818;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px;
  line-height: 42px;
  border-top: 1px solid #fff;
  text-align: left;
}

.other1-nav2 .leftNav-li .menu .menu-li .a2 a {
  color: #181818;
}

.other1-nav2 .leftNav-li .menu .menu-li .a2 .icoo {
  right: 0;
  left: auto;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.other1-nav2 .leftNav-li .menu .menu-li:hover .a2, .other1-nav2 .leftNav-li .menu .menu-li.on .a2 {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu .menu-li:hover .a2 a, .other1-nav2 .leftNav-li .menu .menu-li.on .a2 a {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu .menu-li.onn .a2 {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu .menu-li.onn .a2 a {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu .menu-li.onn .a2 .icoo {
  transform: rotate(45deg);
  -webkit-transform: rotate(90deg);
}

.other1-nav2 .leftNav-li .menu .menu-li.onn .menu2 {
  display: block;
}

.other1-nav2 .leftNav-li .menu2 {
  display: none;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li .a3 {
  background-color: #fff;
  color: #181818;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 10px;
  line-height: 42px;
  text-align: right;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li .a3 a {
  color: #181818;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li .a3 .icoo {
  right: 0;
  left: auto;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li:hover .a3 {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li:hover .a3 a {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li.on {
  border-bottom: 1px solid #ddd;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li.on .a3 {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li.on .a3 a {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li.onn {
  border-bottom: 1px solid #ddd;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li.onn .a3 {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li.onn .a3 a {
  color: #0e478c;
}

.other1-nav2 .leftNav-li .menu2 .menu2-li.onn .a3 .icoo {
  transform: rotate(45deg);
  -webkit-transform: rotate(90deg);
}

.other1-nav2 .leftNav-li .menu2 .menu2-li.onn .menu3 {
  display: block;
}

/*屏幕判断样式*/
@media (min-width: 1200px) {
  body {
    background-image: url(../images/body_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;

  }
  .main1 .left, .main2 .left {
    float: left;
  }
  .main1 .right, .main2 .right {
    float: right;
  }
  .other1-left {
    width: 240px;
    float: left;
  }
  .other1-right {
    width: 840px;
    float: right;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 75px 0 0;
  }
  .footer dl {
    width: 17.5%;
    float: left;
  }
  .footer dl.ewm {
    width: 30%;
  }
  .footer dl:nth-child(2n+1) {
    clear: none;
  }
  .footer dl:nth-child(8n+1) {
    clear: both;
  }
  .footer .ftUl {
    padding-bottom: 70px;
  }
  .footer .ftEwm {
    float: right;
  }
  .beian .yqlj a {
    margin-right: 60px;
    padding: 5px;
    display: inline-block;
  }
  .beian a {
    color: #999;
  }
  .beian a:hover {
    color: #fff;
  }
}

@media (max-width: 1199px) {
  .newsList .item {
    padding: 15px;
  }
  .newsList li .nr-con h3 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .newsList li .nr-con .jj {
    line-height: 160%;
  }
}

@media (max-width: 767px) {
  .newsList .item .img {
    width: 150px;
    float: left;
    display: inline;
    padding-right: 15px;
  }
  .newsList .item .nr-con {
    display: inline;
    padding-left: 0px;
  }
}
.bk1.zhaopin li {
border-bottom: 1px solid #a7a6a6;
padding: 15px 0;
padding-left: 40px;
margin: 0;
}

.bk1.zhaopin li:before {
top: 28px;
}

.bk1.zhaopin li h3 {
font-size: 18px;
font-weight: normal;
color: #181818;
}


.main6 {
    background: url(../images/join.jpg) center top no-repeat;
    height: 330px;
    overflow: hidden;
  }
  
  .main6 .m6-1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-top: 80px;
  }
  
  .main6 .m6-2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  
  .main6 .m6-3 {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    background-color: #ea0816;
    border-radius: 20px;
  }
