@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;
  align-items: center;
}

.header .logoTitle .ww .logo {
  display: block;
  width: 278px;
  height: 60px;
  background-repeat: no-repeat;
}
.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: #05386a;
  padding: 0 100px;
  position: absolute;
  right: 0;
  height: 100%;
  top: 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: #e2c76c;
}

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

.header .logoTitle .ww .nav li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.footer {
  margin-top: 100px;
  background-color: #05386a;
  position: relative;
  box-sizing: border-box;
  padding-top: 130px;
}

.footer .shenqing {
  width: 1150px;
  height: 30px;
  background-color: #e2c76c;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  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: 86px;
  transition: all 0.3s;
}
.quick .search div div>span{
  width: 30px;
  display: block;
  clear: both;
  line-height: 14px;
  font-size: 12px;
  margin: 0 auto;
  color: #fff;
}
.quick .search div div{
  overflow: hidden;
  text-align: center;
  height: 86px;
  transition: all 0.3s;
}
.quick .search:hover div{
}
.quick .search:hover div div{
  background-color: #e2c76c;
}
.quick .search:hover div div button{
}
.quick .search input::placeholder {
  color: #fff;
}

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

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

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

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

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

.quick .phone {
  width: 60px;
  height: 86px;
  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: 86px;
  transition: all 0.3s;
  font-size: 16px;
  float: left;
}
.quick .phone {
  font-size: 0;
}
.quick .phone .icon {
  display: inline-block;
  width: 60px;
  height: 86px;
  text-align: center;
}
.quick .phone .icon span{
  font-size: 12px;
  width: 30px;
  margin: 0 auto;
  display: block;
  line-height: 14px;
  margin-top: -22px;
  color: #fff;
}
.quick .phone:hover .icon span{
}
.quick .phone .icon img {
  position: static;
  margin-top: 19px;
  transform: none;
  position: relative;
  top: -5px;
  left: auto;
}
.quick .phone:hover .phoneNumber {
  width: 150px;
  background-color: #e2c76c;
}
.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: #e2c76c;
}

.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: #e2c76c;
}

.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: #e2c76c;
}

.quick .ewm {
  width: 60px;
  height: 72px;
  background-color: #363636;
  margin-top: 5px;
  position: relative;
}
.quick .ewm2{
  height: 86px;
}
.quick .ewm .icon{
  height: 72px;
  text-align: center;
}
.quick .ewm2 .icon{
  height: 86px;
}
.quick .ewm .icon img {
  margin-top: 15px;
}
.quick .ewm .icon span{
  display: block;
  line-height: 14px;
  font-size: 12px;
  margin: 5px auto 0;
  color: #fff;
}
.quick .ewm2 .icon span{
  width: 30px;
} 
.quick .ewm:hover {
  background-color: #e2c76c;
}

.quick .ewm .ewm-show {
}
.quick .ewm div:nth-child(2),.quick .ewm div:nth-child(3) {
  width: 120px;
  height: 150px;
  background-color: #e2c76c;
  position: absolute;
  bottom: 0;
  display: none;
  text-align: center;
  box-sizing: border-box;
  padding: 4px;
}
.quick .ewm div:nth-child(2) img,.quick .ewm div:nth-child(3) img {
  width: 113px;
  height: 113px;
  position: static;
  transform: none;
  margin-bottom: 2px;
}
.quick .ewm div:nth-child(2) {
  left: -123px;
}
.quick .ewm div:nth-child(3) {
  left: -246px;
}
.quick .ewm:hover div {
  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: #e2c76c;
}

.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: 16px;
  font-family: "微软雅黑";
  color: #fff;
  margin-top: 21px;
}
.banner1 .p2 a {
  font-family: "微软雅黑";
  color: #fff;
  margin-right: 20px;
}
.banner1 .p2 .on {
  position: relative;
}
.banner1 .p2 .on::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.backIndex {
  height: 120px;
  line-height: 120px;
  color: #343940;
}
.backIndex a {
  color: #343940;
}

.paging {
	width:auto !important;
  margin: 60px auto 40px;
  text-align:center;
}
.paging div{
	
}
.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 #e2c76c;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
  cursor: pointer;
}
.paging a:hover {
  border: 1px solid #e2c76c;
}
.paging .on {
  border: 1px solid #e2c76c;
}

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