img {
  max-width: 100%;
}
body,html{
	overflow-x:hidden;
}
.content {
  width: 100%;
  height: 100%;
}
.header {
  width: 100%;
  height: 70px;
  background: #c30000;
}
.header .left > a {
  width: 80px;
  height: 100%;
  background: #9E0000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}
.header h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.header div {
  display: flex;
  align-items: center;
  width: 300px;
  padding-right: 30px;
}
.header div a {
  margin-left: 20px;
}
.index_wapper {
  width: 100%;
  height: 660px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/hicetea2.png') no-repeat center;
  background-size: cover;
  position: relative;
}
.index_wapper .swiper_box {
  position: relative;
  cursor: pointer;
  width: 1240px;
  min-width: 1240px;
}
.index_wapper .swiper_box .mySwiper {
  padding-bottom: 30px;
}
.index_wapper .swiper-horizontal > .swiper-pagination-bullets,
.index_wapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.index_wapper .swiper-pagination-custom,
.index_wapper .swiper-pagination-fraction {
  bottom: 0;
}
.index_wapper .swiper-button-next,
.index_wapper .swiper-button-prev {
  width: 50px;
  height: 50px;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  color: #c00000;
}
.index_wapper .swiper-button-next:after,
.index_wapper .swiper-button-prev:after {
  font-size: 30px;
}
.index_wapper .swiper-pagination-bullet {
  width: 40px;
  border-radius: 5px;
  opacity: 1;
  background: #fff;
}
.index_wapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c00000;
}
.indexmain{
  width: 100%;
 height:700px;
  padding: 0px;
  align-items: flex-start;
}
.main {
margin-top:20px;
  width: 100%;
height:auto;
  align-items: flex-start;
}
.main > div .title {
  margin-bottom: 30px;
  width: 100%;
  font-size:20px;
}
.main > div .title h2 {
  font-size: 20px;
  color: #c00000;
  font-weight: bold;
}
.main > div .title a {
  color: #666;
  font-size: 12px;
}
.main .left {
  width: 800px;
}
.main .left .box {
  flex-wrap: wrap;
}

.main .left .box .vtd {
  padding:4px;

  margin-bottom: 20px;
  position: relative;
  height: 260px;
  weight:390px;
  cursor: pointer;
}

.main .left .box .vtd > a {
 width: 390px; 
}
.main .left .box .vtd > a:hover div {
  opacity: 1;
}
.main .left .box .vtd > a img {
  width: 100%;
  height: 100%;
}
.main .left .box .vtd > a div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c00000;
  top: 0;
  left: 0;
  padding: 30px;
  opacity: 0;
  transition: all 0.3s;
}
.main .left .box > a div h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.main .left .box > a div p {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.6;
}
.main .right {
  width: 400px;
}
.main .right .box > a {
  display: block;
  height: 200px;
  width: 100%;
  position: relative;
}
.main .right .box > a:hover div {
  background: rgba(192, 0, 0, 0.5);
}
.main .right .box > a img {
  width: 100%;
  height: 100%;
}
.main .right .box > a div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.main .right .box > a div h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.main .right .box h2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.page {
  width: 100%;
  background-image: linear-gradient(#fff8df, #ffe1a3);
  text-align: center;
  position: relative;
}
.page .page_mian {
  padding-top: 40px;
}
.page .page_mian h1 {
  font-size: 40px;
  color: #e62129;
  font-weight: bold;
  text-align: center;
}
.page img {
  margin-top: 20px;
}
.fotter {
  width: 100%;
}
.fotter > div {
  height: 130px;
  background: #3b3b3b;
}
.fotter > div div {
  height: auto;
}
.fotter > div div.img {
  width: 300px;
  padding-left: 130px;
  display: flex;
  align-items: center;
}
.fotter > div div p {
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}
.pagelist {
  width: 100%;
  max-width: 1240px;
  margin: 30px auto;
  position: relative;
  align-items: flex-start;
}
.pagelist > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagelist > div > div div {
  min-width: 110px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
}

.pagelist .center{
   width: 35px;
   min-width: 35px;
   height: 100%;
   background: -webkit-linear-gradient(to bottom, #fc6f74 0%,#fe7253 10%,#fe6e40 25%,#fa8b6b 37%,#d81277 50%,#cb5aa7 51%,#2d95f9 83%,#1c90f8 100%);
   background: -o-linear-gradient(to bottom, #fc6f74 0%,#fe7253 10%,#fe6e40 25%,#fa8b6b 37%,#d81277 50%,#cb5aa7 51%,#2d95f9 83%,#1c90f8 100%);
   background: linear-gradient(to bottom, #fc6f74 0%,#fe7253 10%,#fe6e40 25%,#fa8b6b 37%,#d81277 50%,#cb5aa7 51%,#2d95f9 83%,#1c90f8 100%);
}
.pagelist > div > div p {
  width: 100%;
  font-size: 14px;
}
.pagelist img {
  margin-top: 0;
}
.pagelist .left {
  width: 48%;
  padding-top: 10px;
}
.pagelist .left > div {
  margin-bottom: 70px;
}
.pagelist .left > div div {
  padding-right: 10px;
  margin-left: 10px;
}
.pagelist .left > div:nth-of-type(1) div {
  background-image: url('../images/page/hicetea18.png');
}
.pagelist .left > div:nth-of-type(2) div {
  background-image: url('../images/page/hicetea20.png');
}
.pagelist .left > div:nth-of-type(3) div {
  background-image: url('../images/page/hicetea22.png');
}
.pagelist .left > div:nth-of-type(4) div {
  background-image: url('../images/page/hicetea24.png');
}
.pagelist .left > div:nth-of-type(5) div {
  background-image: url('../images/page/hicetea26.png');
}
.pagelist .left > div:nth-of-type(6) div {
  background-image: url('../images/page/hicetea28.png');
}
.pagelist .left > div:nth-of-type(7) div {
  background-image: url('../images/page/hicetea30.png');
}
.pagelist .left > div:nth-of-type(8) div {
  background-image: url('../images/page/hicetea32.png');
}
.pagelist .left > div:nth-of-type(9) div {
  background-image: url('../images/page/hicetea34.png');
}
.pagelist .left > div p {
  text-align: right;
}
.pagelist .right {
  width: 48%;
  padding-top: 60px;
}
.pagelist .right > div {
  margin-bottom: 70px;
}
.pagelist .right > div div {
  padding-left: 10px;
  margin-right: 10px;
}
.pagelist .right > div:nth-of-type(1) div {
  background-image: url('../images/page/hicetea19.png');
}
.pagelist .right > div:nth-of-type(2) div {
  background-image: url('../images/page/hicetea21.png');
}
.pagelist .right > div:nth-of-type(3) div {
  background-image: url('../images/page/hicetea23.png');
}
.pagelist .right > div:nth-of-type(4) div {
  background-image: url('../images/page/hicetea25.png');
}
.pagelist .right > div:nth-of-type(5) div {
  background-image: url('../images/page/hicetea27.png');
}
.pagelist .right > div:nth-of-type(6) div {
  background-image: url('../images/page/hicetea29.png');
}
.pagelist .right > div:nth-of-type(7) div {
  background-image: url('../images/page/hicetea31.png');
}
.pagelist .right > div:nth-of-type(8) div {
  background-image: url('../images/page/hicetea33.png');
}
.pagelist .right > div p {
  text-align: left;
}
.top {
  position: fixed;
  bottom: 400px;
  right: 40px;
  cursor: pointer;
}
.swiper {
  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;
}
.m_pagelist{
  display: none;
}


.xueshu ul li {
	padding: 6px;
        font-size:22px;
	display: flex;
}

	.xueshu ul li span.newsdate {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 1% 0;
		margin-bottom: 0px;
		border-radius: 15px;
		display: inline-block;
		font-size: 35px;
		color: #FFF;
		font-family: Times New Roman;
		margin-right: 20px;
		background: #c30000;
		width: 120px;
		text-align: center;
		margin-bottom: 20px;
		float: left;
	}

	.xueshu ul li a:hover {
		color: #09277d;
	}

.wai_tea ul li a:hover {
	color: #000;
}

.xueshu ul li:hover span, .wai_tea ul li:hover span {
	background: #09277d;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.xueshu ul li span em, .wai_tea ul li span em {
	display: block;
	font-size: 18px;
	font-style: normal;
}



 





@media (max-width: 768px ){

.xueshu ul li{display:block;}
.xueshu ul li span.newsdate {
		/**display: flex;
		flex-wrap: wrap;
		justify-content: center;**/
		align-items: center; 
		color: #FFF;
		font-family: Times New Roman;
		margin-right: 20px;
		background: #c30000;
		width: 100%; 
	}



  .pagelist > div > div{
    flex-wrap: wrap;
  }
  .main .left .box > a{
    width: 100%;
  }
  .pagelist .left > div p{
    text-align: left;
    padding-left: 10px;
  }
  .pagelist .left > div div{
    margin-left: 0;
  }

  .pagelist.m_pagelist>div{
    padding-left: 3px;
  }
  .pagelist .left > div div{
    transform: rotate(180deg);
  }
  .pagelist .left > div div span{
    display: block;
    transform: rotate(180deg);
  }
  .pagelist{
    padding: 0 15px;
  }
  .pc_pagelist{
    display: none;
  }
  .m_pagelist{
    display: flex;
  }
  .pagelist > div > div div{
    height: auto;
  }
  .pagelist .left > div{
    margin-bottom: 40px;
  }

  .pagelist.m_pagelist .left,.pagelist.m_pagelist .right{
    width: 100%;
  }
  .pagelist.m_pagelist .left > div,.pagelist.m_pagelist .right > div{
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }

  .pagelist.m_pagelist > div > div div p{color: #333;font-weight: 400;} 
  
  .header div.left{
    width: 60px;
  }

  .pagelist .right{
    padding-top: 0;
  }
	.header{
		height:45px;
		/**position:fixed;**/
		top:0;
		z-index:9999;
	}
	.header h2{
		font-size:12px;
	}
.indexmain{
   flex-wrap: wrap;
  width: 100%;
height:auto;
  align-items: flex-start;
}

.main {
    flex-wrap: wrap;
  width: 100%;
height:auto;
 margin-top:30px;
  align-items: flex-start;
} 
.addmt80{
margin-top:80px
}
  .main .right{
    margin-top: 30px;
  }
	.header div{
		    width: 150px;
		padding-right: 10px;
	}
	.header .left > a{
		width:60px;
	}
	.header .left > a img{
		width:30px;
	}
	.index_wapper{
		/**margin-top:47px;**/
		height:166px;
               min-width:auto;
	}
	.index_wapper .swiper_box{
		width:100%;
	}
	.index_wapper .swiper_box .mySwiper{
		padding:0;
	}
	.swiper-slide img{
		height:166px;
	}
	.index_wapper .swiper-horizontal > .swiper-pagination-bullets, .index_wapper .swiper-pagination-bullets.swiper-pagination-horizontal, .index_wapper .swiper-pagination-custom, .index_wapper .swiper-pagination-fraction{
		bottom:15px;
	} 
	.main .left{
		width:92%;
		/*margin-left:4%;*/
	}
	.wapper{
		min-width:0;
      padding: 0 6px;
	}
	.main .right{
		width:92%;
		margin-left:4%;
	}
	.main .right .title{
		display:lighter;
		    display: block;
    justify-content: initial;
    align-items: initial;
	}
	.fotter img{
		width: 1000px;
    position: relative;
    max-width: 500%;
    float: left;
    margin-left: 50%;
    left: -500px;
	}
	.fotter > div{
		    height: 190px;
		width: 100%;
		float: left;
    margin-top: 0px;
	}
	.fotter > div div.img{
		width:100px;
		float:left;
		text-align:center;
		padding: 0;
		margin-left:10px;
	}
	.fotter > div div.img img{
		width: 100px;
    position: inherit;
    max-width: initial;
    left: 0;
    margin-left: 0;
	
	}
	.fotter > div div.img.hh{
		display:none;
	}
	.fotter .con{
		margin-right:10px;
	}
	.top{
		bottom: 40px;
		right: 10px;
		width: 35px;
	}
	.main .left .box > a div{
		opacity: 1;
		width: 100%;
    height: auto;
	bottom:0;
	padding:15px;
	top: auto;
	}
	.page .page_mian h1{
		font-size:25px;
		text-align:center;
		    margin-top: 20px;
		margin-left: 15px;
	}
}