/*通用样式开始*/

* {
  padding: 0;
  margin: 0;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

input {
  -webkit-user-select: auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
small,
div,
li,
a {
  font-family: "Microsoft YaHei" !important;
}

html {
  background: #fff0dd;
}

.cont-margin {
  margin-top: 2%;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  pointer-events: none;
}

.Event a {
  display: block;
}

/*通用样式结束*/

.title {
  border-bottom: 1px solid #e2dcd4;
  height: 50px;
  line-height: 50px;
}

.title h3 {
  color: #134890;
  background: url(../images/tb2.png) left center no-repeat;
  text-indent: 2em;
  margin: 0;
  line-height: 50px;
  font-size: 1.5em;
}

.title2 h3 {
  background: url(../images/tb4.png) left center no-repeat;
}

.title3 h3 {
  background: url(../images/tb3.png) left center no-repeat;
}

/*头部开始*/

.header {
}

.header .top {
  background: #134890;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
}

.header .top .uk-float-left {
  color: #ffffff;
  font-size: 14px;
}

.header .top .uk-float-right {
}

.header .top .uk-float-right ul {
  width: 100%;
}

.header .top .uk-float-right ul li {
  float: left;
  margin-right: 5%;
}

.header .top .uk-float-right ul li a {
  color: #ffffff;
  font-size: 14px;
}

.header .head {
  height: 130px;
  width: 100%;
  background: #fefceb;
  border-bottom: 3px solid #134890;
}

.header .head .uk-float-left {
  margin-top: 26px;
}

/*.header .head .nav {	overflow: hidden;	width: 865px;}.header .head .nav ul {	margin: 0;	padding: 0;}.header .head .nav ul li {	line-height: 130px;	float: left;	margin-left: 56px;	font-size: 18px;}.header .head .nav ul li a {	color: #134890;}.header .head .nav ul li a:hover {	border-bottom: 1px solid #134890;}*/

.nav {
  margin-top: 50px;
  width: 840px;
}

.nav-wrap {
  border: none;
}

.nav ul li {
  width: 120px;
  text-align: center;
}

.nav ul li a.nav-top {
  font-size: 18px;
  color: #134890;
}

.nav .uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
  border-bottom: none;
}

.nav ul li a {
  background: #fefceb !important;
  border: none;
  display: block;
}

.nav ul li .nav-bottom {
  width: 120px !important;
  text-align: center;
  top: 30px !important;
  overflow: hidden;
}

.nav ul li .nav-bottom a {
  color: #000000;
  font-size: 16px;
  background: #ffffff !important;
}

.nav ul li .nav-bottom a:hover {
  color: #134890;
}

.nav ul li .nav-bottom ul li {
  line-height: 30px;
  background: #ffffff !important;
}

/*手机导航样式*/

/*.iphone-nav {	padding: 5% 3% 5% 5%;	background: #fefceb;}.iphone-nav .uk-width-1-3 a {	margin-top: 10%;	display: block;}*/

.phone {
  padding: 5%;
}

.phone-text {
  height: 40px;
  background: #134790;
  line-height: 40px;
  color: #ffffff;
}

.phone-text .uk-width-1-4 a {
  text-shadow: none;
  color: #ffffff;
}

.phone-text .uk-width-2-4 {
  font-size: 1.2em;
}

/*banner样式*/

.tpqh {
  position: relative;
}

.move {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  width: 1180px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
}

.move ul li a {
  display: block;
}

.move .move-text .uk-width-2-5 {
  padding-top: 6px;
}

.move .move-text .uk-width-3-5 img {
  opacity: 0.6;
}

.move .move-text h3 {
  color: #424242;
  margin: 0;
}

.move .move-text p {
  color: #666;
  margin: 0;
  margin-top: 2%;
}

.move .uk-active h3 {
  color: #0c4b9f;
}

.move .uk-active .move-text .uk-width-3-5 img {
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.banner .uk-dotnav > * > * {
  width: 8px;
  height: 8px;
}

/*首页-朝圣活动开始*/

.cont {
  margin-top: 0.2%;
}

.cont-border {
  border-bottom: 1px solid #e2dcd4;
  padding-bottom: 3%;
}

/*小banner样式*/

.smaall-banner {
  background: #eddbc4;
  color: #134890;
  padding: 3%;
}

.banner-nav {
  position: absolute;
  bottom: 15%;
  right: 10px;
}

.banner-nav li {
  float: left;
  margin-left: 3px;
}

.banner-nav li a {
  background: #134890;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
}

.banner-nav li.uk-active a {
  background: #f00;
}

/*首页-朝圣活动-动态选项卡*/

.tab {
  overflow: hidden;
  border-bottom: 1px solid #f1e6d8;
}

.tab li a {
  border-radius: 0;
  font-size: 1.1em;
}

.tab li a:hover {
  background: #134890;
  color: #ffffff;
}

.tab li.uk-active a {
  background: #134890;
  color: #ffffff;
}

.list ul {
  margin: 0;
  padding: 0;
}

.list ul li {
  line-height: 2.3em;
  font-size: 1em;
  overflow: hidden;
}

.list ul li span {
  float: right;
  color: #100f0e;
}

.list ul li a {
  color: #100f0e;
  display: block;
  width: 70%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list ul li a:hover {
  color: #134890;
}

.Event .uk-width-1-1 img {
  width: 100%;
}

.Event .uk-width-1-1 {
  position: relative;
}

.Event .uk-width-1-1 a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
}

/*首页-朝圣公告*/

.Notice ul {
  margin-top: 3%;
}

.Notice ul li span {
  /*color: #bdbdbd;*/
}

/*首页-友情链接*/

.link {
  padding: 1.5% 0;
}

.link span {
  color: #100f0e;
}

.link a {
  color: #707070;
  margin-right: 1%;
}

/*底部开始*/

.footer {
  background: #134890;
  padding: 1% 0;
}

.footer .uk-width-1-1 p {
  margin-top: 1%;
  color: #3c77c8;
  border-left: 1px solid #3c77c8;
  padding-left: 5%;
}

.footer .uk-width-large-1-5 {
  padding-top: 15px;
}

.footer .uk-width-large-4-5 {
  position: relative;
}

.footer .uk-width-large-4-5 #cnzz_stat_icon_1263003085 {
  position: absolute;
  right: 32%;
  bottom: 15px;
}

/*微信弹出层*/

.weixin .uk-modal-dialog {
  width: 300px;
}

/*子页-新闻列表开始*/

.new-banner {
  margin-top: 1%;
}

.back-ye {
  background: #ffffed;
}

.news {
  padding: 25px;
}

.tit {
  border-bottom: 1px dashed #c1c1c1;
  color: #2d2d2d;
  padding-bottom: 2%;
  font-size: 16px;
}

.tit a {
  color: #2d2d2d;
}

.tit a:hover {
  color: #134890;
}

.tit span {
  color: #134890;
}

.news-list {
  padding-right: 25px;
}

.news-list ul {
  margin: 0;
  padding: 0;
}

.news-list ul li {
  padding: 3% 0;
  border-bottom: 1px dashed #c1c1c1;
  overflow: hidden;
}

.new-img {
  width: 110px;
  display: block;
  overflow: hidden;
  width: 30%;
  float: left;
  height: 110px;
}

.new-img img {
  display: block;
  width: 100%;
  min-height: 110px;
}

.news-list ul li .news-list-text {
  width: 67%;
  float: right;
}

.news-list ul li .news-list-text h3 a {
  color: #262626;
  font-weight: bold;
}

.news-list ul li .news-list-text p {
  margin-bottom: 8px;
  color: #262626;
}

.news-list ul li .news-list-text p a {
  color: #262626;
}

.news-list ul li .news-list-text a:hover {
  color: #134890;
}

.border-left {
  border-left: 1px solid #e2e2e2;
}

.news-list ul li .news-list-text span {
  padding-right: 20px;
  color: #999;
}

.news-list ul li .news-list-text span i {
  display: inline-block;
  margin-right: 5px;
}

/*新闻中心右侧*/

.clear {
  clear: both;
}

.h3-tit {
  background: #134890;
  height: 30px;
  float: left;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 1.1em;
  overflow: hidden;
  padding: 0 3%;
}

.Sign p {
  font-size: 14px;
  line-height: 28px;
  color: #262626;
  margin-top: 0;
}

.list2 ul li span {
  color: #bdbdbd;
}

.guan {
  margin-top: 5%;
  padding-bottom: 50%;
}

.guan p {
  color: #262626;
  font-size: 1.3em;
}

/*分页样式*/

/*.paging {	overflow: hidden;	width: 80%;	margin-top: 5%;	margin-left: 7%;}.paging a {	display: inline-block;	float: left;	color: #6b6b98;	height: 30px;	border: 1px solid #eaeaea;	line-height: 30px;	padding: 0 2%;	margin-left: 3%;	border-radius: 3px;}.paging input {	display: inline-block;	float: left;}.paging input.pag-text {	height: 30px;	border: 1px solid #eaeaea;	width: 60px;	text-indent: 5px;	margin-left: 3%;}.paging input.pag-botton {	height: 32px;	width: 50px;	border: 1px solid #eaeaea;	border-left: 0;}.paging p {	float: left;	margin: 0;	line-height: 34px;	margin-left: 3%;}*/

.paging {
  margin-top: 20px;
}

.paging li {
  float: left;
  text-align: center;
  line-height: 30px;
}

.paging li a {
  display: block;
  margin: 0 10px;
}

.paging li span {
  display: block;
  line-height: 30px;
  height: 30px;
  background: #134890;
  border-radius: 3px;
  color: #ffffff;
  width: 30px;
  margin: 0 10px;
}

/*朝圣开始*/

.mage {
  overflow: hidden;
  padding-right: 25px;
}

.mage ul li .mage-text {
  border-bottom: 1px dashed #c1c1c1;
  padding-top: 5%;
  padding-bottom: 3%;
}

.mage ul li h3 {
  font-weight: bold;
}

.mage ul li a h3 {
  color: #262626;
  font-size: 1.2em;
}

.mage ul li a:hover h3 {
  color: #134890;
}

.mage ul li p {
  color: #262626;
  font-size: 14px;
  line-height: 24px;
}

/*关于我们*/

.About {
  padding-right: 25px;
}

.About-text {
  margin-top: 20px;
}

.About-text p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
}

/*单页*/

.page {
  padding-right: 25px;
}

.page-text .page-text-title {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #eaeaea;
}

.page-text .page-text-title h3 {
  color: #000000;
  font-size: 2.2em;
  text-align: left;
  line-height: initial;
}

.page-text .page-text-title p {
  margin-bottom: 0;
  margin-top: 3%;
  color: #8f8f8f;
}

.page-text .page-p {
  margin-top: 20px;
}

.page-text .page-p p {
  font-size: 16px;
  line-height: 30px;
}

.make {
  margin-bottom: 30px;
}

.make .make-cont {
  overflow: hidden;
  margin-bottom: 20px;
}

.make .make-cont p {
  float: left;
  width: 24%;
  font-size: 1.2em;
  line-height: 30px;
  margin: 0;
  text-align: center;
}

.make .make-cont .make-right {
  width: 74%;
  height: 30px;
  border: 1px solid #f0f0f0;
  float: right;
  line-height: 30px;
  text-indent: 10px;
  background: #ffffed;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.make .make-cont input {
  width: 65%;
  float: right;
}

.make button {
  display: block;
  width: 100%;
  background: #f00;
  color: #ffffff;
  text-align: center;
  padding: 3% 0;
  font-size: 1.2em;
  border: none;
  border-radius: 3px;
}

/*底部悬浮菜单*/

.footer-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #134790;
  color: #333;
  padding: 10px 0;
}

.footer-nav a {
  display: block;
}

.footer-nav i {
  display: block;
  color: #ffffff;
  font-size: 22px;
}

.footer-nav p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  margin-top: 3px;
}

/*上线后新增加样式*/

.pictures-img {
  width: 100%;
  display: block;
  height: 200px;
  overflow: hidden;
}

.index-pic {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.index-pic img {
  /*width: 100%;*/
  width: 380px !important;
}

/*增加弹窗样式*/

#floatDivBoxs {
  width: 170px;
  background: #fff;
  position: fixed;
  top: 100px;
  right: -170px;
  z-index: 999;
}

#floatDivBoxs .floatDtt {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #134890;
  color: #fff;
  font-size: 18px;
  text-indent: 22px;
  position: relative;
}

#floatDivBoxs .floatDqq {
  padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
  text-align: right;
}

#floatDivBoxs .floatDqq li img {
  float: left;
  margin-top: 7px;
}

#floatDivBoxs .floatDtxt {
  font-size: 18px;
  color: #333;
  padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
  padding: 0 0 0 10px;
}

#floatDivBoxs .floatImg {
  text-align: center;
  padding: 10px;
  background: #ebebeb;
}

#floatDivBoxs .floatImg img {
  margin-bottom: 5px;
}

#floatDivBoxs .floatDtel img {
  display: block;
}

#floatDivBoxs .floatDbg {
  width: 100%;
  height: 20px;
  background: url(../images/online_botbg.jpg) no-repeat;
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
  background: #fff;
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
  width: 50px;
  height: 45px;
  background: url(../images/online_arrow.jpg) no-repeat;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
}

#rightArrow a {
  display: block;
  height: 45px;
}

.tishi {
  color: #f00;
  margin-top: 3%;
  width: 70%;
  float: right;
}

.tishi i {
  display: inline-block;
  margin-right: 5px;
}

.cont-pic {
  position: relative;
}

.cont-pic a {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
}

.Page-News {
  margin-bottom: 0;
  margin-top: 3%;
  color: #8f8f8f;
}

.uk-navbar {
  background: none;
}

.nav-child {
  padding: 0;
	width: 100%;
	border: none;
}

.nav-child li a{
	padding: 10px 0;
}

@media screen and (max-width: 1024px) {
	.footer .uk-width-1-1 p {
  margin-top: 1%;
  color: #3c77c8;
  border-left: 0px solid #3c77c8;
  padding-left: 0;
}
  .nav {
    width: 600px;
  }
  .nav ul li {
    width: 100px;
  }
  .nav ul li a {
    margin: 0;
    padding: 0;
  }
  #cnzz_stat_icon_1263003085 {
    display: none;
  }
  .move {
    width: 900px;
    margin-left: 15px;
  }
  .cont-pic img {
    width: 100%;
  }
}
/*小屏样式*/

@media screen and (max-width: 768px) {
  .uk-visible-small {
    display: block !important;
  }
  .cont-pic img {
    width: 100%;
  }
  .cont {
    margin-top: 3%;
  }
  .cont-margin {
    margin-top: 5%;
  }
  .tab {
    margin-top: 3%;
  }
  .Event {
    margin-top: 3%;
  }
  .Event .uk-width-1-1 {
    margin-bottom: 5%;
  }
  .Event .uk-width-1-1 a {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 130px;
  }
  .link {
    padding: 5% 0;
  }
  .footer .uk-width-1-1 p {
    border: none;
    padding: 0;
  }
  .footer {
    padding: 5% 0;
  }
  .news-list ul li {
    padding: 5% 0;
  }
  .news-list ul li a.new-img {
    width: 40%;
    height: 75px;
  }
  .news-list ul li .news-list-text {
    width: 55%;
  }
  .paging {
    width: 30%;
    display: block;
    margin: 0 auto;
    margin-top: 5%;
  }
  .border-left {
    margin-top: 5%;
    border: none;
  }
  .new-banner {
    margin-top: 5%;
  }
  .news-list {
    padding-right: 0;
  }
  .mage {
    padding-right: 0;
  }
  .page {
    padding-right: 0;
  }
  .page-text .page-text-title h3 {
    line-height: 1.5em;
    font-size: 1.6em;
    margin-bottom: 0;
  }
  .About {
    padding-right: 0;
  }
  .footer {
    margin-bottom: 70px;
  }
  .uk-container {
    padding: 0 10px;
  }
  .tit {
    padding: 10px 0;
  }
  .Activity img {
    width: 100%;
  }
  .make {
    padding-bottom: 20px;
  }
  .cont-pic a {
    height: 120px !important;
  }
  .make2 {
    display: none !important;
  }
  .guan {
    padding-bottom: 0;
  }
  .footer .uk-width-large-4-5 #cnzz_stat_icon_1263003085 {
    position: absolute;
    right: 21%;
    bottom: 15px;
  }
  .page-text .page-text-title {
    padding: 10px 0;
  }
}

@media screen and (max-width: 758px) {
  .cont-pic a {
    height: 60px !important;
  }
  #cnzz_stat_icon_1263003085 {
    display: block;
  }
  .make2 {
    display: block !important;
  }
  .footer .uk-width-large-4-5 #cnzz_stat_icon_1263003085 {
    position: absolute;
    right: 30%;
    bottom: 15px;
  }
  .phone {
    padding: 3%;
  }
  .phone a {
    display: block;
  }
  .phone a img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}

.paging-mobile {
  width: 220px;
  overflow: hidden;
  margin: 30px auto;
  padding-bottom: 30px;
}

.paging-mobile li {
  width: 100px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  float: left;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.paging-mobile li a {
  color: #333333;
}

.paging-mobile li:nth-child(2) {
  float: right;
}
