@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

input, button, select {
  border: none;
  outline: none;
  background-color: transparent; }

a {
  text-decoration: none;
  color: #000; }

.ww {
  width: 88%;
  min-width: 1210px;
  max-width: 1690px;
  margin: 0 auto;
  height: 100%; }

.w {
  width: 1210px;
  margin: 0 auto; }

body {
  font-size: 14px;
  font-family: '微软雅黑'; }

.header {
  position: relative; }

.headerInfo {
  height: 40px;
  background-color: #fff;
  line-height: 40px; }

.headerInfo .ww {
  display: flex;
  justify-content: space-between; }

.headerInfo .ww a:nth-child(1) {
  color: #000000;
  font-size: 18px;
  font-weight: bold; }

.headerInfo .ww p:nth-child(1) {
  color: #939393; }

.headerInfo .ww a:nth-child(2) {
  color: #939393;
  margin-left: 40px; }

.headerInfo .ww a img {
  position: relative;
  top: 5px; }

.headerInfo .ww a *:nth-child(1) {
  margin-right: 10px; }

.header .logoTitle {
  height: 86px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  z-index: 2;
  min-width: 1210px; }

.header .logoTitle .ww {
  display: flex;
  justify-content: space-between; }

.header .logoTitle .ww .logo {
  display: block;
  width: 278px;
  height: 60px;
  margin-top: 10px; }
  .header .logoTitle .ww .logo h1{
    display: none;
  }
.header .logoTitle .ww .nav {
  width: 62%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #ffbc3b;
  padding: 0 100px;
  position: absolute;
  right: 0; }

.header .logoTitle .ww .nav li {
  line-height: 86px; }

.header .logoTitle .ww .nav li a::after {
  content: '';
  width: 0;
  height: 7px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 0; }

.header .logoTitle .ww .nav li a span {
  position: relative;
  z-index: 1; }

.header .logoTitle .ww .nav .on a::after {
  width: 100%;
  background-color: #fff; }

.header .logoTitle .ww .nav li:hover a::after {
  width: 100%;
  background-color: #fff; }

.header .logoTitle .ww .nav li a {
  position: relative; }

.footer {
  margin-top: 193px;
  background-color: #182b45;
  position: relative;
  box-sizing: border-box;
  padding-top: 130px; }

.footer .shenqing {
  width: 1150px;
  height: 180px;
  background-color: #ffbc3b;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 45px;
  padding-left: 60px;
  top: 0; }

.footer .shenqing a {
  display: inline-block; }

.footer .shenqing a button:hover {
  background-color: #000;
  color: #fff; }

.footer .shenqing a button {
  background-color: #fff;
  width: 188px;
  height: 60px;
  margin-top: 11px;
  margin-right: 65px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s; }

.footer .w {
  display: flex;
  justify-content: space-between; }

.footer .w div {
  line-height: 28px; }

.footer .w div img {
  margin-bottom: 26px; }

.banquan {
  margin-top: 60px; }

.footer .w ul:nth-of-type(1) {
  width: 470px;
  overflow: hidden;
  color: #647b9a;
  margin-left: 130px; }
  .footer .w ul:nth-of-type(1) li a{
  color: #647b9a;
  }
.footer .w ul:nth-of-type(2) {
  color: #fff;
  width: 320px;
  overflow: hidden; }
  .footer .w ul:nth-of-type(2) li a{
    color: #fff;
  }
.footer .w ul {
  margin-top: 27px; }

.footer .w ul li {
  width: 50%;
  height: 30px;
  float: left; }

.footer .w div {
  color: #fff; }
  .footer .w div a{
    color: #fff;
  }
.footer > p {
  text-align: center;
  color: #647b9a;
  border-top: 1px solid #647b9a;
  height: 65px;
  line-height: 65px;
  margin-top: 60px; }

.quick {
  position: fixed;
  z-index: 99999;
  right: 5px;
  top: 35%;
  width: 60px;
  cursor: pointer; }

.quick .search {
  background-color: #363636;
  width: 60px;
  height: 60px;
  transition: all 0.3s; }

.quick .search input::placeholder {
  color: #fff; }

.quick .search input {
  line-height: 60px;
  height: 60px;
  float: left;
  width: 0px;
  text-align: center;
  background-color: #ffbc3b;
  color: #fff;
  transition: all 0.3s; }

.quick .search button {
  float: right;
  width: 60px;
  height: 60px;
  background-image: url("../images/q1.png");
  background-color: #363636;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.quick .search:hover {
  background-color: #ffbc3b;
  width: 210px;
  margin-left: -150px; }

.quick .search:hover button {
  background-color: #ffbc3b;
  transition: all 0.2s; }

.quick .search:hover input {
  width: 150px; }

.quick .phone {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #363636;
  margin-top: 5px;
  position: relative;
  transition: all 0.3s; }
  .quick .phone .phoneNumber{
    display: inline-block;
    color: #fff;
  background-color: #363636;
    height: 100%;
    width: 0;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
    transition: all 0.3s;
    font-size: 14px;
    float: left;
  }
  .quick .phone{
    font-size: 0;
  }
  .quick .phone .icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  .quick .phone .icon img{
    position: static;
    margin-top: 19px;
    transform: translateX(0) translateY(0);
  }
  .quick .phone:hover .phoneNumber{
    width: 150px;
  background-color:#ffbc3b;
}
  .quick .phone:nth-child(2):hover{
    width: 210px;
    margin-left: -150px;
  }
  .quick .zhi a,.quick .pin a{
    display: inline-block;
    width: 100%;
    height: 100%;
  }
.quick .phone img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.quick .phone:hover {
  background-color: #ffbc3b; }

.quick .tengxun {
  width: 60px;
  height: 60px;
  background-color: #363636;
  margin-top: 5px;
  position: relative; }

.quick .tengxun img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.quick .tengxun:hover {
  background-color: #ffbc3b; }

.quick .tengxun:hover .tengxun-show {
  display: block; }

.tengxun-show {
  display: none;
  position: absolute;
  margin-left: -183px;
  margin-top: -64px;
  width: 183px; }

.tengxun-show .san {
  float: right;
  margin-top: 30px; }

.tengxun-show ul {
  background-color: #fff;
  width: 125px;
  padding: 10px 19px;
  border: 1px solid #DDDDDD;
  border-radius: 5px; }

.tengxun-show li {
  height: auto;
  overflow: hidden;
  line-height: 35px;
  margin-bottom: 10px; }

.tengxun-show li div {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  background-color: #F1F1F3; }

.tengxun-show li div img {
  transition: all 0.3s; }

.tengxun-show li a {
  display: block;
  color: #363636; }

.tengxun-show li:hover img {
  margin-top: 7px; }

.tengxun-show li:hover a {
  color: #ffbc3b; }

.quick .ewm {
  width: 60px;
  height: 60px;
  background-color: #363636;
  margin-top: 5px;
  position: relative; }

.quick .ewm img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.quick .ewm:hover {
  background-color: #ffbc3b; }

.quick .ewm .ewm-show {
  position: absolute;
  width: 120px;
  height: 120px;
  margin-top: -30px;
  margin-left: -100px;
  display: none; }

.quick .ewm:hover .ewm-show {
  display: block; }

.quick .gotop {
  width: 60px;
  height: 60px;
  background-color: #363636;
  margin-top: 5px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  position: relative; }
  .quick .gotop2{
    visibility: visible;
    opacity: 1;
  }
.quick .gotop img {
  margin-top: 15px;
 }

.quick .gotop:hover {
  background-color: #076FEA; }

.banner1 {
  width: 100%;
  height: 355px;
  background-image: url(../images/banner1.jpg);
  background-position: center center;
  background-size: 1920px 355px;
  background-repeat: no-repeat;
  overflow: hidden; }
  .banner1 .p1 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-top: 170px; }
  .banner1 .p2 {
    font-size: 18px;
    font-family: '微软雅黑';
    color: #fff;
    margin-top: 21px; }
    .banner1 .p2 a {
      font-family: '黑体';
      color: #fff;
      margin-right: 20px; }
      .banner1 .p2 .on{
        text-decoration: underline;
      }
.backIndex {
  height: 120px;
  line-height: 120px;
  color: #343940; }
  .backIndex a {
    color: #343940; }

.paging {
  margin: 60px 0 40px; }
  .paging a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    text-align: center;
    line-height: 38px;
    margin-right: 5px;
    cursor: pointer; }
    .paging span{
      display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ffbc3b;
    text-align: center;
    line-height: 38px;
    margin-right: 5px;
    cursor: pointer;
    }
  .paging a:hover {
    border: 1px solid  #ffbc3b; }
  .paging .on {
    border: 1px solid  #ffbc3b; }

.title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.undown {
  border-top: 1px solid #cecece;
  padding-top: 16px;
  margin-top: 62px;
  overflow: hidden; }
  .undown a {
    width: 48%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .undown a:nth-child(2) {
    float: right;
    text-align: right; }
