@charset "utf-8";

body {
  background: #fff;
  font-size: 1.5rem;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input[type=button],
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none
}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'),
    /* chrome, firefox */
    url('../font/iconfont.ttf') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
.app {
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.win {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.view {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin-bottom: 0;
}

*::-webkit-input-placeholder {
  color: #ccc;
}

*::-moz-input-placeholder {
  color: #ccc;
}

*::-ms-input-placeholder {
  color: #ccc;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination-bullet-active {
  background: #d31f18;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px !important
}

.notice {
  padding: 0 1.6rem;
  background: #fff;
  height: 4.4rem;
  line-height: 4.4rem;
  box-shadow: 0px 7px 19.74px 1.26px rgba(180, 180, 180, 0.22);
}

.notice h2 {
  float: left;
  font-size: 1.4rem;
  padding: 0 0.5rem;
  height: 2rem;
  line-height: 2rem;
  background: #d71b23;
  color: #fff;
  margin-top: 1.2rem;
  border-radius: 0.3rem;
}

.notice p {
  display: block;
  float: right;
  width: 28rem;
  color: #d71b23;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.6rem;
}

.notice p span {
  float: right;
  color: #9e9e9e;
  font-size: 1.4rem;
}

/**********首页********/
.index-menu {
  margin: 0 auto;
  width: 100%;
  /* height: 100vh; */
  background: #fff;
  /* box-shadow: 0px 7px 19.74px 1.26px rgba(180, 180, 180, 0.22); */
  /* border-radius: 0.8rem; */
  padding: 1rem 1rem 0rem 1rem;
  box-sizing: border-box;
  height: auto !important;
  overflow: hidden;
}

.index-menu div {
  height: 10rem;
  margin: 0.2rem;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

.index-menu .item-one {
  width: 27%;
  height: 23rem;
}
.index-menu .item-one>div:first-of-type a p:first-of-type{
  padding-left: 1rem;
}
.item-one div:nth-of-type(1) {
  width: 100%;
  height: 13rem;
  background: linear-gradient(to bottom left, #AF292A, #da4f3c);
  border-radius: 5rem 0.5rem 0.5rem 0.5rem;
}

.item-one div:nth-of-type(2) {
  width: 100%;
  background: linear-gradient(to bottom left, #7C34D3, #9855BF);
  border-radius: 0.5rem;
}

.index-menu .item-two {
  width: 70%;
}

.item-two div:nth-of-type(1) {
  width: 36%;
  background: linear-gradient(to bottom left, #FF4900, #FFD147);
  border-radius: 0.5rem;
}

.item-two div:nth-of-type(2) {
  width: 60.5%;
  background: linear-gradient(to bottom left, #1C68CB, #3FA3DB);
  border-radius: 0.5rem 5rem 0.5rem 0.5rem;
}

.index-menu .item-three {
  width: 42%;
  height: 13rem;
}

.item-three>div {
  width: 100%;
  height: 13rem;
  background-color: #F0F9FE;
  border-radius: 0.5rem;
}

.index-menu .item-four {
  width: 25%;
  /* height: 100%; */
}

.item-four>div:first-of-type {
  width: 100%;
  height: 15rem;
  background: linear-gradient(to bottom left, #AF292A, #DA4F3C);
  border-radius: 0.5rem;
}

.item-four>div:last-of-type {
  width: 100%;
  background: linear-gradient(to bottom left, #7C34D3, #9855BF);
  border-radius: 0.5rem 0.5rem 5rem 0.5rem;
}

.index-menu .item-five {
  width: 72%;
  height: 12rem;
}

.item-five div:nth-of-type(1) {
  width: 60%;
  height: 100%;
  background: linear-gradient(to bottom left, #1C68CB, #3FA3DB);
  border-radius: 0.5rem 0.5rem 0.5rem 5rem;
}

.item-five div:nth-of-type(2) {
  width: 36%;
  height: 100%;
  background: linear-gradient(to bottom left, #FF4900, #FFD147);
  border-radius: 0.5rem;
}


.notic{
  width: 100%;
  /* margin: 0 auto; */
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 2rem;
  float: left;
  height: 6rem;
  margin-top: 0.5rem;
}
.notic .left{
  display: inline-block;
  padding: 0.7rem 0;
 
}
.notic .left p{
 font-size: 1.4rem;
}

.notic .jiantou{
  width: 2rem;
  height: 2rem;
  display: inline-block;
  float: right;
  background-image: url(../images/箭头\ \(1\).svg);
  margin: 2rem -0.5rem;
}

.index-menu div>a {
  width: 100%;
  height: 100%;
  /* background: #fff; */
  text-align: center;
  padding-top: 0.6rem;
  box-sizing: border-box;
}

.index-menu div>a i {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../images/menu.png");
  background-size: auto 3.5rem;
  margin: 0 auto 0.1rem;
}

.index-menu >div a .hyc {
  position: relative;
  top: 16%;
  background-position: 0 0;
  background-image: url(../images/客服.svg);
  /* box-shadow: 10px 10px 5px #ccc; */
  transform: scale(1.3);
}

.index-menu >div a .hyrc {
  background-position: -3.5rem 0;
  position: relative;
  top: 14%;
  background-image: url(../images//日程\ \(1\).svg);
  transform: scale(1.2);
}

.index-menu >div a .jzjs {
  background-position: -7rem 0;
  position: relative;
  top: -10%;
  background-image: url(../images/信号.svg);
  transform: scale(1.3,1.3);
}

.index-menu >div a .hyzb {
  background-position: -10.5rem 0;
  position: relative;
  top: 12%;
  background-image: url(../images/直播.svg);
  transform: scale(2.3,2.3);
}

.index-menu >div a .zpzb {
  background-position: -14rem 0;
  position: relative;
  top: 16%;
  background-image: url(../images//照片.svg);
  transform: scale(1.3);
}

.index-menu >div a .kchf {
  background-position: -17.5rem 0;
  position: relative;
  top: 13.5%;
  background-image: url(../images/点播回放.svg);
}

.index-menu >div a .dzbb {
  background-position: -21rem 0;
  position: relative;
  top: 23%;
  background-image: url(../images/手机\ \(1\).svg);
  transform: scale(1.5,2.7);
}

.index-menu >div a .hcdt {
  background-position: -22.5rem 0;
  position: relative;
  top: 20%;
  background-image: url(../images/地图.svg);
  transform: scale(1.3);
}

.index-menu >div a .chzn {
  background-position: -28rem 0;
  position: relative;
  top: 13.5%;
  background-image: url(../images/指南.svg);
  transform: scale(1.3);
}

/* .index-menu div>a p {
  font-size: 1.8rem;
  color: #fff;
} */
.index-menu .item-three>div a p:first-of-type {
  color: #095BC7;
}

.index-menu .item-three>div a p:last-of-type {
  color: #095BC7;
}

.index-menu div>a p:first-of-type {
  font-size: 2rem;
  color: #fff;
}

.index-menu div>a p:last-of-type {
  color: #c0c0c0;
  font-size: 1rem;
}


/* 中等屏幕（桌面显示器，小于 992px） */
.footer-bar {
  height: 5.2rem;
  background: #fff;
  box-shadow: 0px -7px 29px 0px rgba(204, 204, 204, 0.23);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.footer-bar ul>li {
  float: left;
  width: 20%;
  text-align: center;
  height: 5.2rem;
}

.footer-bar ul>li i {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.4rem auto 0.1rem;
  background: url("../images/i-footerbar.png");
  background-size: auto 5rem;
}

.footer-bar ul>li>a p {
  margin: 0;
  font-size: 1.1rem;
  color: #555;
}

.footer-bar ul>li.active>a p {
  color: #d31f18;
}

.footer-bar ul>li i.i-home {
  background-position: 0 0;
}

.footer-bar ul>li.active i.i-home {
  background-position: 0 -2.5rem;
}

.footer-bar ul>li i.i-cour {
  background-position: -2.5rem 0;
}

.footer-bar ul>li.active i.i-cour {
  background-position: -2.5rem -2.5rem;
}

.footer-bar ul>li i.i-img {
  background-position: -5rem 0;
}

.footer-bar ul>li.active i.i-img {
  background-position: -5rem -2.5rem;
}

.footer-bar ul>li i.i-my {
  background-position: -7.5rem 0;
}

.footer-bar ul>li.active i.i-my {
  background-position: -7.5rem -2.5rem;
}

.footer-bar ul>li.add-btn {
  position: relative;
}

.footer-bar ul>li.add-btn i {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  top: -2.4rem;
  margin-left: -2.725rem;
  background: url("../images/i-fb.png");
  background-size: cover;
}

.footer-bar ul>li.add-btn p {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  left: 0;
}

@media (max-width:321px) {
  .e_t_box a {

    line-height: 1.15;
  }
}

@media (max-width:376px) {
  .e_t_box a {

    line-height: 1.3;
  }
}

@media (min-width:768px) {}

/* 中等屏幕（桌面显示器,大于992px */
@media (min-width: 992px) {}

@media (min-width: 1200px) {}