﻿@charset "UTF-8";

/*初始化css*/
body {
  min-width: 1100px;
  font-family: 微软雅黑;
  color: #333;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
}

li {
  list-style: none;
}

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
  color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
  color: #3573b5;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
  color: #3573b5;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

textarea,
input {
  font-family: 微软雅黑;
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/

/*第一屏*/
.section1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(section1_bj.png) center top no-repeat;
  background-size: 1920px 100%;
}

.section1 .yinxiang_logo {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.section1 .yinxiang_logo img {
  position: absolute;
  top: 50px;
  left: 20px;
}

.section1 .media_box {
  width: 1200px;
  height: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.section1 .media_box .video {
  width: 680px;
  height: 390px;
  position: absolute;
  right: -736px;
  top: 50px;
  border-radius: 10px;
}

.section1 .media_box .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -12px;
  top: -12px;
}

/*第二屏*/
.section2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(section2_bj.png) center top no-repeat;
  background-size: 1920px 100%;
}

.section2 .meili_logo {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.section2 .meili_logo img {
  position: absolute;
  top: 0;
}

.section2 .mljm_box {
  width: 1200px;
  height: 412px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.section2 .mljm_lunbo {
  width: 645px;
  height: 412px;
  position: absolute;
  left: -645px;
}

.section2 .mljm_right_box {
  width: 525px;
  height: 412px;
  position: relative;
}

.section2 .mljm_right_box p {
  font-size: 17px;
  color: #333333;
  line-height: 33px;
  text-indent: 2em;
}

.section2 .mljm_right_box p a {
  font-size: 17px;
  color: #3573b5;
}

.section2 .mljm_link_box {
  width: 525px;
  height: auto;
  position: absolute;
  right: -900px;
}

.section2 .mljm_link_box li a {
  width: 95px;
  height: 80px;
  float: left;
  margin-top: 15px;
  padding-top: 50px;
  text-align: center;
  display: block;
}

.section2 .mljm_link_box li a.link1 {
  background: url(mljm_1.png) center 13px no-repeat;
}

.section2 .mljm_link_box li a.link2 {
  background: url(mljm_2.png) center 10px no-repeat;
}

.section2 .mljm_link_box li a.link3 {
  background: url(mljm_3.png) center 10px no-repeat;
}

.section2 .mljm_link_box li a.link4 {
  background: url(mljm_4.png) center 10px no-repeat;
  margin-right: 0;
}

.section2 .mljm_link_box li a.link5 {
  background: url(mljm_5.png) center 5px no-repeat;
}

.section2 .mljm_link_box li a.link6 {
  background: url(mljm_6.png) center 10px no-repeat;
}

.section2 .mljm_link_box li a.link7 {
  background: url(mljm_7.png) center 10px no-repeat;
}

.section2 .mljm_link_box li a.link8 {
  background: url(mljm_8.png) center 10px no-repeat;
  margin-right: 0;
}

.section2 .mljm_link_box li a.link9 {
  background: url(mljm_9.png) center 10px no-repeat;
}

.section2 .mljm_link_box li a.link10 {
  background: url(mljm_10.png) center 10px no-repeat;
}

/* qqshop focus */
* {
  padding: 0;
  list-style: none;
  border: none;
}

#focus {
  width: 645px;
  height: 412px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#focus ul {
  height: 308px;
  position: absolute;
}

#focus ul li {
  float: left;
  width: 645px;
  height: 412px;
  overflow: hidden;
  position: relative;
  background: #000;
}

#focus ul li div.photo_bt {
  position: absolute;
  bottom: 2px;
  left: 20px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1;
  line-height: 40px;
}

#focus .btnBg {
  position: absolute;
  width: 645px;
  height: 40px;
  left: 0;
  bottom: 0;
  background: #000;
}

#focus .btn {
  position: absolute;
  width: 645px;
  height: 17px;
  padding: 14px 10px;
  right: 15px;
  bottom: 16px;
  text-align: right;
}

#focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 10px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #c9c9c9;
  border-radius: 10px;
}

#focus .btn span.on {
  background: #ffffff;
}

#focus .preNext {
  width: 45px;
  height: 100px;
  position: absolute;
  top: 125px;
  background: url(xy_icon2.png) no-repeat 0 0;
  cursor: pointer;
}

#focus .pre {
  left: 0;
}

#focus .next {
  right: 0;
  background-position: right top;
}

/*第三屏*/
/* .section3{ width:100%; height:auto; overflow:hidden; position:relative;background: url(section3_bj.png) center top no-repeat;background-size:1920px 100%;}
.section3 .wenhua_logo{width: 1200px;height: auto;margin: 0 auto;}
.section3 .wenhua_logo img{position: absolute;top: 0;}
.section3 .culture_box{width: 1210px;height: 520px;overflow: hidden;margin: 0 auto;position: relative;}
.section3 .culture_box img{width: 340px;height: 340px;border: 0;}
.section3 .culture_box .pic{width: 340px;height: 340px;position: absolute;}
.section3 .culture_box .invest_n1{top: 0;left: -340px;}
.section3 .culture_box .invest_n2{top: 178px;left: -340px;}
.section3 .culture_box .invest_n3{top: -340px;left: 348px;}
.section3 .culture_box .invest_n4{top: -340px;left: 521px;}
.section3 .culture_box .invest_n5{top: 0;right: -340px;}
.section3 .culture_box .invest_n6{top: 178px;right: -340px;} */
.section3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(section3_bj.png) center top no-repeat;
  background-size: 1920px 100%;
}

.section3 .wenhua_logo {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.section3 .wenhua_logo img {
  position: absolute;
  top: 0;
}

.section3 .culture_box {
  width: 1210px;
  height: 435px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.section3 .culture_box .pic:hover {
  transform: scale(1.2);
}

.section3 .culture_box img {
  width: 285px;
  height: 285px;
  border: 0;
}

.section3 .culture_box .pic {
  width: 245px;
  height: 245px;
  position: absolute;
}

.section3 .culture_box .pic img {
  width: 245px;
  height: 245px;
  position: absolute;
}

.section3 .culture_box .invest_n1 {
  top: 0;
  left: -285px;
}

.section3 .culture_box .invest_n2 {
  top: 149px;
  left: -285px;
}

.section3 .culture_box .invest_n3 {
  top: -285px;
  left: 298px;
}

.section3 .culture_box .invest_n4 {
  top: -285px;
  left: 446px;
}

.section3 .culture_box .invest_n5 {
  top: 0;
  right: -285px;
}

.section3 .culture_box .invest_n6 {
  top: 149px;
  right: -285px;
}

/*第四屏*/
.section4 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(section4_bj.png) center top no-repeat;
  background-size: 1920px 100%;
}

.section4 .lvyou_logo {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.section4 .lvyou_logo img {
  position: absolute;
  top: 0;
}

.section4 .travel_box {
  width: 1200px;
  height: 636px;
  overflow: hidden;
  margin: 20px auto 0;
  position: relative;
}

.section4 .travel_more {
  width: 151px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: -151px;
  top: 0;
  background: url(travel_more.png) no-repeat;
}

.section4 .travel_more a {
  font-size: 17px;
  color: #3472b5;
}

.section4 ul.travel_pic li {
  width: 195px;
  height: 476px;
  position: absolute;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  top: 70px;
}

.section4 ul.travel_pic li:hover a {
  transform: rotateY(360deg);
  transition: 0.8s;
}

.section4 ul.travel_pic li a {
  width: 195px;
  height: 476px;
  display: block;
  overflow: hidden;
}

.section4 ul.travel_pic li img {
  /* width: 195px; */
  height: 476px;
  border: 0;
}

.section4 .pic_1 {
  left: 500px;
}

.section4 .pic_2 {
  left: 500px;
}

.section4 .pic_3 {
  left: 500px;
}

.section4 .pic_4 {
  left: 500px;
}

.section4 .pic_5 {
  left: 500px;
}

.section4 .pic_6 {
  left: 500px;
}

.section4 ul.travel_pic span {
  display: block;
  position: absolute;
  top: 50px;
  font-size: 24px;
  color: #ffffff;
  width: 30px;
  text-align: center;
  font-family: 宋体;
  font-weight: bold;
  left: 80px;
  text-shadow: 1px 2px 3px #000;
}

.section4 ul.travel_js li {
  width: 374px;
  height: 61px;
  text-align: center;
  line-height: 61px;
  font-size: 29px;
  color: #ffffff;
  background: url(travel_tit.png) no-repeat;
  position: absolute;
  top: 575px;
}

.section4 ul.travel_js li.js_1 a {
  left: 414px;
  color: #fff;
}

.section4 ul.travel_js li.js_2 a {
  left: 414px;
  color: #fff;
}

.section4 ul.travel_js li.js_3 a {
  left: 414px;
  color: #fff;
}

/*第五屏*/
.section5 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(section5_bj.png) center top no-repeat;
  background-size: 1920px 100%;
}

.section5 .touzi_logo {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.section5 .touzi_logo img {
  position: absolute;
  top: 0;
}

.section5 .touzi_box {
  width: 1210px;
  height: 650px;
  overflow: hidden;
  margin: 75px auto 0;
  position: relative;
}

.section5 .touzi_more {
  width: 151px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: -151px;
  top: 0;
  background: url(travel_more.png) no-repeat;
}

.touzi_lunbo {
  width: 1210px;
  height: 620px;
  position: absolute;
  top: 30px;
}

/* 投资轮播 */

.sc_imgnew {
  width: 1210px;
  height: 600px;
  overflow: hidden;
  position: relative;
  padding: 55px 0;
}

.imgnew_img_list {
  width: 1210px;
  height: 490px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  padding: 5px;
}

.imgnew_img {
  display: block;
  width: 1200px;
  height: 480px;
  overflow: hidden;
  position: absolute;
}

.imgnew_img img {
  max-width: none;
  border: none;
}

.imgnew_title_list {
  width: 860px;
  height: 600px;
  position: absolute;
  border: 1px solid #3472b5;
  top: 0px;
  left: -885px;
  background: url(touzi_lunbo_tit_bj.png) repeat;
}

.imgnew_title {
  width: 100%;
  height: 560px;
  padding: 20px;
  position: relative;
}

.imgnew_title ul {
  margin-top: 15px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.imgnew_title li {
  font-size: 22px;
  background: url(1909242041155295913.png) no-repeat left;
  padding-left: 30px;
  color: black;
}

.imgnew_title li:first-child {
  font-weight: lighter;
}

.imgnew_title li:first-child + li {
  font-weight: bold;
}

.imgnew_title li:first-child + li + li {
  font-size: 18px;
  line-height: 40px;
}

.imgnew_title li:nth-child(4) {
  font-size: 15px;
  float: right;
  margin-bottom: 20px;
}

.imgnew_point_list {
  width: auto;
  height: 14px;
  position: absolute;
  bottom: -20px;
  left: 132px;
}

.imgnew_title li a {
  float: left;
  display: block;
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

.imgnew_title li a:hover {
  color: #4175af;
}

.imgnew_title li span {
  float: right;
}

.imgnew_point_list a.imgnew_point {
  display: block;
  float: left;
  width: 43px;
  height: 14px;
  margin-left: 10px;
  background-color: #e5e5e5;
  cursor: pointer;
}

.imgnew_point_list a.imgnew_point:hover,
a.imgnew_point.On {
  background-color: #f39800;
}

/*第六屏*/
.section6 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(section6_bj2.png) center top no-repeat;
  background-size: 1920px 100%;
}

.section6 .tushuo_logo {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.section6 .tushuo_logo img {
  position: absolute;
  top: 0;
}

/* .section6 .tushuo_bj_btn{width: 910px;height: 237px;right:0px;top: 502px;position: absolute;}
.section6 .tushuo_bj_btn img{width: 910px;height: 237px;border: none;} */
.section6 .picture_box {
  width: 1200px;
  height: 490px;
  overflow: hidden;
  margin: 100px auto 0;
  position: relative;
}

.section6 .picture_box li {
  width: 390px;
  height: 237px;
  float: left;
  margin-right: 10px;
}

.section6 .picture_box li a {
  display: block;
  position: relative;
  width: 390px;
  height: 237px;
  overflow: hidden;
}

.section6 .picture_box li img {
  width: 390px;
  height: 237px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s;
  -ms-transition: all 0.8s;
}

.section6 .picture_box li img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.section6 .picture_box li.pic1 {
  left: 0;
  top: -250px;
}

.section6 .picture_box li.pic2 {
  left: 326px;
  top: -250px;
}

.section6 .picture_box li.pic3 {
  left: 650px;
  top: -250px;
}

.section6 .picture_box li.pic4 {
  width: 640px;
  height: 237px;
  left: 0px;
  top: -450px;
  margin-top: 10px;
}

.section6 .picture_box li.pic4 a {
  width: 640px;
  height: 237px;
}

.section6 .picture_box li p {
  width: 390px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  background: url(pic_bj.png);
  color: #ffffff;
  font-size: 17px;
  text-align: center;
}

.section6 .picture_box li.pic4 p {
  width: 680px;
}

.section6 .picture_box li.pic4 img {
  width: 680px;
  height: 237px;
  border: none;
  overflow: hidden;
}

.section6 .picture_box li.pic5 {
  width: 540px;
  height: 237px;
  left: 650px;
  top: 245px;
  overflow: hidden;
  margin-top: 10px;
}

.section6 .picture_box li.pic5 a {
  width: 540px;
  height: 237px;
}

.section6 .picture_box li.pic5 img {
  width: 540px;
  height: 237px;
  border: none;
  overflow: hidden;
}

/*第七屏*/
.section7 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(section7_bj.png) center top no-repeat;
  background-size: 1920px 100%;
}

.section7 .shixian_box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  margin: 10px auto 0;
  position: relative;
}

.section7 .shixian_logo {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.section7 .shixian_logo img {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.footer_box {
  position: absolute !important;
  bottom: 0 !important;
  z-index: 999;
}

.section7 .shixian_logo {
  height: auto;
}

/*.section7 .shixian_box{margin-top: -55px!important;}*/
.footer_box {
  position: absolute !important;
  bottom: 0 !important;
  z-index: 999;
}

.section7 .shixian_logo {
  height: auto;
}

.section2 .meili_logo img,
.section3 .wenhua_logo img,
.section4 .lvyou_logo img,
.section5 .touzi_logo img {
  top: 130px;
}

.section2 .mljm_box,
.section3 .culture_box {
  top: 60px;
}

.section4 .travel_box {
  top: 15px;
}

.section5 .touzi_box {
  margin: 0 auto;
  margin-top: 80px;
  height: 750px;
}

.section7 .shixian_logo img {
  top: 160px;
}

@media only screen and (min-width: 1441px) {
  .sc_imgnew {
    top: 0px;
  }

  .section6 .tushuo_logo img {
    top: 150px;
  }

  .section8 .shixian_logo img {
    top: 150px;
  }
}

@media only screen and (max-width: 1440px) {
  .section2 .mljm_box,
  .section3 .culture_box {
    top: 60px;
  }

  .section4 ul.travel_pic li img,
  .section4 ul.travel_pic li a,
  .section4 ul.travel_pic li,
  .imgnew_img {
    height: 440px;
  }

  .section4 ul.travel_pic li {
    top: 115px;
  }

  .section4 ul.travel_js li {
    top: 566px;
  }

  .imgnew_img_list {
    height: 450px;
    position: relative;
    top: 50px;
  }

  .imgnew_title_list {
    height: 520px;
    top: 70px;
  }

  .imgnew_title li:first-child + li + li {
    font-size: 18px;
  }

  .section6 .tushuo_logo img {
    top: 120px;
  }

  .section8 .shixian_logo img {
    top: 120px;
  }

  .section7 .shixian_logo {
    width: 680px;
    display: none;
  }

  .section7 .shixian_logo img {
    width: 680px;
    top: 123px;
  }

  .section7 .shixian_box {
    margin: -40px auto 0;
  }
}

/*第八屏*/
.section8 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(2111051120318636683.jpg) center top no-repeat;
  background-size: 1920px 100%;
}

.section8 .shixian_box {
  width: 1200px;
  height: 385px;
  overflow: hidden;
  margin: 55px auto 0;
  position: relative;
}

.section8 .shixian_logo {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.section8 .shixian_logo img {
  position: absolute;
  top: 0;
}

.section8 .picture_box {
  width: 1150px;
  height: 385px;
  overflow: hidden;
  margin: 0 auto 0;
  position: relative;
}

.section8 .picture_box li {
  position: absolute;
  width: 280px;
  height: 175px;
}

.section8 .picture_box li a {
  display: block;
  position: relative;
  width: 280px;
  height: 175px;
}

.section8 .picture_box li img {
  width: 280px;
  height: 175px;
  border: none;
}

.section8 .picture_box li.pic1 {
  left: 0;
  top: -50px;
}

.section8 .picture_box li.pic2 {
  left: 290px;
  top: -250px;
}

.section8 .picture_box li.pic3 {
  left: 580px;
  top: -250px;
}

.section8 .picture_box li.pic4 {
  left: 870px;
  top: -250px;
}

.section8 .picture_box li.pic5 {
  left: 0;
  top: 400px;
}

.section8 .picture_box li.pic6 {
  left: 290px;
  top: 400px;
}

.section8 .picture_box li.pic7 {
  left: 580px;
  top: 400px;
}

.section8 .picture_box li.pic8 {
  left: 870px;
  top: 400px;
}

/*滚动图片效果*/
#shixian_lunbo {
  margin: 0px auto;
  width: 1200px;
  height: 385px;
  position: relative;
}

#shixian_lunbo ul.pic_box {
  width: 1200px;
  height: 385px;
  position: absolute;
  /* top: 120px; */
}

#shixian_lunbo ul.pic_box li {
  left: 377px;
  top: 146px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  cursor: pointer;
  background: #333333;
}

#shixian_lunbo ul.pic_box li img {
  width: 600px;
  height: 385px;
}

#shixian_lunbo ul.pic_box li a {
  color: #ffffff;
}

#shixian_lunbo ul.pic_box li div {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../images/alpha_bj.png);
}

#shixian_lunbo ul.pic_box li div p {
  margin: 0px 0px 0px 15px;
  line-height: 40px;
}

#shixian_lunbo ul.pic_box li div h4 {
  font: 12px/24px arial;
  margin: 0px 10px;
  border-bottom-color: rgb(51, 51, 51);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size-adjust: none;
  font-stretch: normal;
}

#shixian_lunbo ul.pic_box li div h4 span {
  color: red;
  margin-left: 10px;
}

/**效果按钮样式**/
#shixian_lunbo .next {
  background-position: -39px 0px;
  right: -60px;
}

#copyright {
  text-align: center;
  padding-top: 10px;
}

#shixian_lunbo .prev {
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 100px;
  width: 27px;
  display: block;
  height: 98px;
  line-height: 200px;
  overflow: hidden;
  top: 145px;
  cursor: pointer;
}

#shixian_lunbo .next {
  z-index: 100;
  position: absolute;
  right: 0px;
  top: 100px;
  width: 27px;
  display: block;
  height: 98px;
  line-height: 200px;
  overflow: hidden;
  top: 145px;
  cursor: pointer;
}

#shixian_lunbo .prev {
  background: url(jt_left.png) no-repeat;
}

#shixian_lunbo .next {
  background: url(jt_right.png) no-repeat right top;
}

#shixian_lunbo .prev:hover {
  background-position: left top;
}

#shixian_lunbo .next:hover {
  background-position: right top;
}

/* 左侧浮动导航 */
.fp_nav_box {
  width: 103px;
  height: auto;
  position: fixed;
  top: 22%;
  left: 0px;
  z-index: 100;
}

.fhsy_box {
  width: 103px;
  height: 50px;
  position: relative;
  background: url(sq_nav_on.png) left no-repeat;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 15px;
  padding-left: 10px;
}

.fp_point {
  width: 103px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
  background: url(sq_nav.png) left no-repeat;
  cursor: pointer;
}

.fp_point span {
  line-height: 50px;
  font-size: 15px;
  padding-left: 15px;
}

/* 头部 */
a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
  color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
  color: #3573b5;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
  color: #3573b5;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

#header {
  width: 100%;
  height: auto;
  min-width: 1200px;
  background: #3673b699;
}

.banner {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}

.banner .logo {
  width: 450px;
  height: 100px;
  margin: 10px 0;
}

.banner .banner_right {
  width: 735px;
  position: relative;
}

.top {
  height: 50px;
  position: absolute;
  margin-bottom: 12px;
  right: 0;
}

.top ul.top_nav li {
  height: 50px;
  line-height: 50px;
  float: left;
  margin-left: 15px;
}

.top ul.top_nav li.wza {
  background: url(xy_icon1.png) 0 no-repeat;
  padding-left: 20px;
}

.top ul.top_nav li a {
  color: #ffffff;
  font-size: 13px;
}

.search_box {
  width: 187px;
  height: 30px;
  margin-top: 10px;
}

.search_box .seach_tit {
  width: 150px;
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
  border: 0;
  float: left;
  outline: none;
  font-size: 13px;
  color: #666666;
  background: url(../../images/65b5b87cb524413c8be1e8ad2247ea7f.png) no-repeat;
}

.search_box .seach_but {
  width: 37px;
  height: 30px;
  border: 0;
  float: left;
  outline: none;
  color: #333333;
  cursor: pointer;
  font-size: 17px;
  background: url(../images/62cdba231d034417a59f8902b6ddcc4c.png) no-repeat;
}

.nav_box {
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 70px;
  right: 0;
}

.nav_box ul.nav li {
  line-height: 35px;
  float: left;
  margin-left: 16px;
}

.nav_box ul.nav li:hover {
  border-bottom: 3px solid #ffffff;
}

.nav_box ul.nav li a {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.nav_box .bd {
  height: auto;
  position: absolute;
  left: 395px;
  top: 50px;
}

.nav_box .lm_sub {
  width: 162px;
  height: auto;
}

.bk {
  width: 100%;
  height: 10px;
  background: url(../images/e8e8aca9e5f84433b50dd81f4e278c7d.png) center top
    no-repeat;
  position: absolute;
  top: -9px;
  display: block;
}

.lm_sub p {
  background: #ffffff;
  padding: 8px 12px;
  -moz-box-shadow: 1px 0.5rem 1.5rem 0rem #e5e5e5;
  -webkit-box-shadow: 1px 0.5rem 1.5rem 0rem #e5e5e5;
  box-shadow: 1px 0.5rem 1.5rem 0rem #e5e5e5;
  border: 1px solid #e5e5e5;
  border-top: 0;
  margin-top: 0 !important;
}

.lm_sub a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #3573b5;
  text-align: center;
  font-weight: bold;
}

.lm_sub a.one {
  border-bottom: 1px solid #d8d8d8;
}

/* 导航高亮 */
.nav_hover {
  border-bottom: 3px solid #3472b5;
}

/* 旅游旬邑头部及当前位置独用css */
.bt_position {
  position: absolute;
  top: 0;
  z-index: 9999;
}

.bt_position2 {
  position: absolute;
  top: 120px;
  z-index: 999;
}

.disabilitiesNav .disabilitiesMain .disabilitiesContent {
  width: 1200px !important;
}

/* 通用底部 */
.con,
.zoom {
  border: 0;
}

.footer_box {
  width: 100%;
  height: auto;
  background: #3573b5;
  min-width: 1200px;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
  padding: 0 25px;
}

/* 版权 */
.footer_bottom {
  width: 100%;
  height: auto;
  padding: 25px 0;
}

.footer_bottom .txt {
  color: #ffffff;
  font-size: 13px;
}

.footer_bottom .txt img {
  border: 0;
}

.footer_bottom .txt a {
  color: #ffffff;
  font-size: 13px;
}

.footer_bottom .txt span {
  color: #ffffff;
  font-size: 13px;
  padding: 0 10px;
}

.footer_bottom .txt .ba_img {
  width: 20px;
  height: 20px;
  margin-top: -4px;
  margin-left: 10px;
  margin-right: 5px;
}

/* 通用底部end */
/* 无障碍 */
.toolbar_li12 {
  display: none;
}

.toolbar_bottom {
  width: 85px !important;
  z-index: 999;
  position: absolute;
  top: 110px;
  right: 340px;
  border: 3px solid #e4e4e4 !important;
  display: none;
}

.toolbar_bottom li {
  height: 28px !important;
  line-height: 24px !important;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e4e4e4 !important;
  font-size: 13px;
}

table.lucidity_pgPanel td + td + td + td + td + td + td + td {
  display: none !important;
}

.main-word,
.xgfj {
  position: relative;
}

@media (max-width: 1240px) and (min-width: 1201px) {
  .footer_box {
    min-width: 100%;
    margin-top: 20px;
  }

  .footer {
    width: 100%;
    min-width: 100%;
  }

  .yqlj {
    padding: 0 0.5%;
  }

  .yqlj2 {
    padding: 0 0.5%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .footer_box {
    min-width: 100%;
    margin-top: 20px;
  }

  .footer {
    width: 100%;
    min-width: 100%;
  }

  .yqlj {
    padding: 0 0.5%;
  }

  .yqlj2 {
    padding: 0 0.5%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer_top,
  .xunyi {
    display: none;
  }

  .footer_box {
    min-width: 100%;
    margin-top: 20px;
  }

  .footer {
    width: 100%;
    min-width: 100%;
  }

  .yqlj {
    padding: 0 0.5%;
  }

  .yqlj2 {
    padding: 0 0.5%;
  }
}

@media (max-width: 767px) {
  .footer_box {
    min-width: 100%;
    padding: 0rem 2% 0 2%;
    font-size: 0.23rem;
  }

  .footer {
    width: 100%;
    padding: 0rem 2% 0rem 2%;
    font-size: 0.23rem;
    min-width: 100%;
  }

  .footer_top,
  .xunyi,
  .wzjbxx,
  .dzjg,
  .zfjc {
    display: none;
  }

  .footer_bottom {
    padding: 0.25rem 0;
    font-size: 0.23rem;
  }

  .footer_bottom .txt {
    font-size: 0.3rem;
  }

  .footer_bottom .txt a {
    color: #ffffff;
    font-size: 0.3rem;
  }
}