@font-face {
  font-family: 'iconfont';
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
._iconfont {
  font-family: iconfont !important;
  font-style: normal;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2vw 10vw;
  z-index: 200;
  transition: 1s all;
  background: white;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  width: 36vw;padding-right:4vw;
}
.header .logo img {
  width: 100%;
  
}
.header .nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-top: 0.6vw;
  
}
.header .nav ul li {
  display: inline-block;
  font-size: 1.1vw;
  margin: 0 0vw;
  padding: 0vw 0;
  border-bottom: 2px solid transparent;
}
.header .nav ul li a {
color: #313131;
display: inline-block;
width:90px;
  height:35px;
  line-height:35px
}
.header .nav ul li a:hover {
  color: #f6524f;
  background:url(../img/nav1.png) no-repeat center;
 display: inline-block;
  font-size: 1.1vw;
  margin: 0 0vw;
  padding: 0vw 0;
  width:90px;
  height:35px;
}
.header .nav ul li .first-a {
  color: #f6524f;
  background:url(../img/nav1.png) no-repeat center;
 display: inline-block;
width:90px;
  height:35px;
  line-height:35px;  

}
._toast {
  position: fixed
}

._toast {
  width: 100%;
  height: 50px;
  left: 46%;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

._toast p {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  color: #222;
  padding: 10px 20px;
  border: 1px solid #222;
  box-shadow: 0 0 5px rgba(55, 55, 55, .2)
}

._toast span::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -12px;
  left: 0%
}



._toast.success p {
  color: #0fc27c;
  border-color: #0fc27c
}



._toast.error p {
  color: #d81e06;
  border-color: #d81e06
}

._toast.warning p {
  color: #efb336;
  border-color: #efb336
}

._toast.active {
  opacity: 1;
  visibility: visible
}

._toast span {
  display: inline-block;
  font-size: 16px;
  position: relative
}

._toast.error span,
._toast.success span,
._toast.warning span {
  padding-left: 30px
}
.tit {
  text-align: center;
  color: #313131;
  font-size: 2.5vw;
  font-weight: bold;
}
.tit img{ width:34vw; margin:0 auto}
.tit::before {
  content: '';
  position: absolute;
  background: url('/static/assets/images/icon1.png') center no-repeat;
  width: 2vw;
  height: 1vw;
  margin-top: 1.2vw;
  margin-left: -3vw;
  background-size: cover !important;
}
.tit::after {
  content: '';
  position: absolute;
  background: url('/static/assets/images/icon2.png') center no-repeat;
  width: 2vw;
  height: 1vw;
  margin-top: 1.2vw;
  margin-left: 1vw;
  background-size: cover !important;
}
.index .banner {
  width: 100%;
  padding-top:7vw
}
.index .banner .bannerSwiper {
  width: 100%;
  height: 38vw;
  overflow: hidden;
}
.index .banner .bannerSwiper .swiper-slide {
  width: 100%;
  background-size: cover !important;
}
.index .banner .bannerSwiper .swiper-pagination {
  position: relative;
  color: #fff;
  bottom: 5%;
}
.index .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 3vw;
  height: 5px;
  border-radius: 0;
}
.index .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  background: white;
}
.index .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
.index .f1 {
  padding: 4vw 12vw;
}
.index .f1 .titInfo {
  color: #d9a74e;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.2vw;
  margin-top: 1vw;
}
.index .f1 .itemBox .item {
  width: 100%;
  display: flex;
  margin-top: 3vw;
}
.index .f1 .itemBox .item .textBox {
  width: 36vw;
  display: flex;
  padding-top: 2vw;
}
.index .f1 .itemBox .item .textBox .img {
  width: 10vw;
  margin-right: 5vw;
  padding-top: 3vw;
}
.index .f1 .itemBox .item .textBox .text {
  width: 18vw;
}
.index .f1 .itemBox .item .textBox .text .name {
  color: #c71c1f;
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.index .f1 .itemBox .item .textBox .text .des {
  color: #494949;
  font-size: 0.8vw;
  line-height: 1.7;
}
.index .f1 .itemBox .item .imgBox {
  width: 36vw;
  height: 18vw;
  background-size: cover !important;
}
.index .f1 .itemBox .item .imgBox .iconImg{
	width: 30vw;
	position: absolute;
    margin-top: 16.3vw;
    margin-left: 6vw;
}
.index .f1 .itemBox .item .imgBox .iconImg2{
	width: 30vw;
	position: absolute;
    margin-top: -1.7vw;
}
.index .f1 .itemBox .item .imgBox video {
  width: 36vw;
  height: 18vw;
  object-fit: cover;
}
.index .f1 .itemBox .item .imgBox .paly {
  width: 5vw;
  margin: 0 auto;
  padding-top: 6vw;
  cursor: pointer;
}
.index .f1 .itemBox .item:nth-child(2n) .textBox .img {
  width: 8vw;
  margin-left: 4vw;
}
.index .f2{
	margin-top: -3vw;
}
.index .f2 .tit{
	position: relative;
    top: 9vw;
    color: white;
    z-index: 5;
}
.index .f2 .mySwiper2 {
  width: 100%;
  overflow: hidden;
}
.index .f2 .mySwiper2 .swiper-slide {
  width: 100%;
  height: 52vw;
  background-size: cover !important;
}
.index .f2 .mySwiper {
  width: 77vw;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-top: -18vw;
}
.index .f2 .mySwiper .swiper-slide {
  width: 15vw !important;
  text-align: center;
  color: white;
  cursor: pointer;
}
.index .f2 .mySwiper .swiper-slide .img {
  width: 10vw;
  height: 10vw;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 6px #ffffff;
  background-size: cover !important;
}
.index .f2 .mySwiper .swiper-slide .name {
  font-size: 1.2vw;
  font-weight: bold;
  margin: 0.5vw 0;
}
.index .f2 .mySwiper .swiper-slide .des {
  font-size: 0.8vw;
}
.index .f2 .mySwiper .swiper-slide-thumb-active .img {
  border: solid 6px #c71c1f;
}
.index .f3 {
  width: 100%;
  background-size: cover !important;
  padding: 4vw 12vw;
  margin-top: 4vw;
}
.index .f3 .itemTop {
  width: 100%;
  height:44vw;

}
.index .f3 .itemTop .img {
}
.index .f3 .itemTop .img:hover{
	transform: scale(1.04);
}
.index .f3 .itemTop .img1 {
  width: 18vw;
  height: 18vw;
  position: absolute;
  animation: moveAndGrow 2s infinite;
  
}
.index .f3 .itemTop .img2 {
  width: 37vw;
  height: 18vw;
  margin: 0 1vw;
}
.index .f3 .itemTop .img3 {
  width: 18vw;
  height: 18vw;
}
.index .f3 .itemTop .img4 {
  width: 18vw;
  height: 10vw;
  margin:0.2vw 0.2vw;
  animation: moveAndGrow 2s infinite;
  float:left;
  
}
.index .f3 .itemTop .img5 {
  width: 18vw;
  height: 18vw;
  margin: 0 1vw;
}
.index .f3 .itemTop .img6 {
  width: 18vw;
  height: 18vw;
  margin-right: 1vw;
}
.index .f3 .itemTop .img7 {
  width: 18vw;
  height: 18vw;
}
.index .f3 .itemTop .img8 {
  width: 36vw;
  height: 18vw;
  margin-right: 1vw;
}
.index .f3 .itemTop .img9 {
  width: 36vw;
  height: 18vw;
}
.index .f3 .itemTop {
  padding: 0.2vw 0;
}
.index .f4 {
  padding-top: 4vw;
}
.index .f4 .titInfo {
  color: #d9a74e;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.2vw;
  margin-top: 1vw;
}
.index .f4 .img {
  width: 86vw;
  position: relative;
  float: right;
}
.index .f5 {
  width: 100%;
  height: 50vw;
  clear: both;
  padding: 6vw 14vw 4vw;
  background-size: cover !important;
}
.index .f5 .tit {
  color: white;
}
.index .f5 .titInfo {
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.2vw;
  margin-top: 1vw;
}
.index .f5 .img {
  width: 100%;
  margin: 4vw auto 3vw;
}
.index .f5 .itemBox {
  width: 100%;
  display: flex;
}
.index .f5 .itemBox .item {
  flex: 1;
  color: #fff;
  font-size:1.02vw;
  border-right: 0px solid rgba(255, 255, 255, 0.7);
  text-align:left;
  padding-left:0.5vw;
  line-height:1.9vw
}
.index .f5 .itemBox .item:last-child {
  border: transparent;
}

.index .f6 {
  width: 100%;
  padding: 4vw 12vw;
}
.index .f6 .titInfo {
  color: #d9a74e;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.2vw;
  margin-top: 1vw;
}
.index .f6 .itemBox {
  width: 100%;
  display: flex;
  margin-top: 3vw;
}
.index .f6 .itemBox .item {
  width: 37vw;
  height: 19vw;
  background-size: cover !important;
}
.index .f6 .itemBox .item:first-child {
  margin-right: 1vw;
}
.index .f6 .img {
  width: 100%;
  margin-top: 1vw;
}
.index .f7 {
  width: 100%;
  height: 62vw;
  background: #e9e9eb;
  background-size: cover !important;
  padding: 4vw 12vw;
}
.index .f7 .titInfo {
  color: #d9a74e;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.2vw;
  margin-top: 1vw;
}
.index .f7 .img {
  width: 100%;
  margin: 3vw auto;
}
.index .f7 .newsList {
  width: 100%;
}
.index .f7 .newsList .newSwiper {
  width: 100%;
  height: 31vw;
  overflow: hidden;
}
.index .f7 .newsList .newSwiper .swiper-slide {
  width: 100%;
  height: 29vw;
  cursor: pointer;
  background-size: cover !important;
  transition: .5s all ease-in-out;
}
.index .f7 .newsList .newSwiper .swiper-slide:hover{
	transform: scale(1.04);
}
.index .f7 .newsList .newSwiper .swiper-slide .text {
  width: 100%;
  height: 5vw;
  background-image: linear-gradient(to top, #212122, transparent);
  color: white;
  font-weight: bold;
  margin-top: 24vw;
  padding: 1vw 1vw;
  font-size: 0.95vw;
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f7 .newsList .newSwiper .swiper-pagination {
  position: relative;
  bottom: 20px;
}
.index .f7 .newsList .newSwiper .swiper-pagination-bullet-active {
  background: #c71c1f;
}
.index .f7 .newsList .more {
  width: 13vw;
  height: 3vw;
  background-color: #c71c1f;
  color: #ffffff;
  text-align: center;
  line-height: 3vw;
  font-size: 0.9vw;
  margin: 3vw auto;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
}
.index .f7 .newsList .more:hover {
  border-radius: 10px;
}
.index .f8 {
  width: 100%;
  height: auto;
  background: url('../img/jmbg.jpg') center no-repeat;
  padding: 1vw 14vw;
}
.index .f8 .img {
  width: 13vw;
  margin: 0 auto;
  padding-top: 4vw;
}
.index .f8 .text {
  text-align: center;
  color: #ffffff;
  padding: 2vw 0;
}
.index .f8 .text .t {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.index .f8 .text .d {
  font-size: 1.2vw;
}
.index .f8 form {
  width: 100%;
  margin: 2vw auto;
}
.index .f8 form input,
.index .f8 form select,
.index .f8 form textarea,
.index .f8 form input::-webkit-input-placeholder,
.index .f8 form select::-webkit-input-placeholder,
.index .f8 form textarea::-webkit-input-placeholder {
  color: #575757;
  font-size: 1em;
  font-family: PingFang, "微软雅黑";
}
.index .f8 form .input {
  width: 100%;
  height: 3vw;
  padding: 0 2vw;
  margin-bottom: 1vw;
  background: white;
  display: inline-block;
  font-size: 0.9vw;
  border-radius: 5px;
}
.index .f8 form .input .name {
  line-height: 3vw;
  display: inline-block;
  float: left;
  font-weight: bold;
}
.index .f8 form .input .name::before {
  content: '*';
  position: absolute;
  color: #c71c1f;
  margin: -0.4vw -0.7vw;
}
.index .f8 form .inputBox .prov .name::before {
  content: '*';
  position: absolute;
  color: #c71c1f;
  margin: -0.4vw -0.7vw;
}
.index .f8 form .textarea .name::before {
  content: '*';
  position: absolute;
  color: #c71c1f;
  margin: -0.4vw -0.7vw;
}
.index .f8 form .input input {
  width: 80%;
  height: 3vw;
  margin-left: 1vw;
  font-size: 0.9vw;
  display: inline-block;
  background: transparent;
  border: transparent;
  outline: none;
}
.index .f8 form .inputBox {
  width: 100%;
  display: flex;
}
.index .f8 form .inputBox .sele {
  background: white;
  border-radius: 5px;
  height: 3vw;
  line-height: 3vw;
  font-size: 0.9vw;
  font-weight: bold;
  display: flex;
  padding: 0 1vw;
}
.index .f8 form .inputBox .sele select {
  width: 100%;
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.9vw;
}
.index .f8 form .inputBox .prov {
  width: 20vw;
  padding: 0 2vw;
}
.index .f8 form .inputBox .prov select {
  width: 66%;
  margin-left: 1vw;
}
.index .f8 form .inputBox .city {
  width: 10vw;
  margin: 0 1vw;
}
.index .f8 form .inputBox .district {
  width: 10vw;
}
.index .f8 form .selectBox{
  width: 100%;
  display: flex;
}
.index .f8 form .selectBox .selectItem{
  width: 55%;
  height: 3vw;
  padding: 0 0 0 2vw;
  margin-top: 1vw;
  background: white;
  font-size: 0.9vw;
  border-radius: 5px;
  display: flex;
}
.index .f8 form .selectBox .selectItem:nth-child(2) {
  width: 45%;
  margin-left: 1vw;
}
.index .f8 form .selectBox .selectItem .name{
  line-height: 3vw;
  font-weight: bold;
}
.index .f8 form .selectBox .selectItem .name::before {
  content: '*';
  position: absolute;
  color: #c71c1f;
  margin: -0.4vw -0.7vw;
}
.index .f8 form .selectBox .selectItem select{
  width: 6.5vw;
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.9vw;
  margin-left: 1vw;
}
.index .f8 form .textarea {
  width: 100%;
  height: 9vw;
  padding: 0 2vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  background: white;
  display: inline-block;
  font-size: 0.9vw;
  border-radius: 5px;
}
.index .f8 form .textarea .name {
  line-height: 3vw;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 14px;
}
.index .f8 form .textarea textarea {
  width: 80%;
  height: 9vw;
  padding: 0.9vw 0;
  margin-left: 1vw;
  font-size: 0.9vw;
  display: inline-block;
  background: transparent;
  border: transparent;
  outline: none;
}
.index .f8 form .subimt {
  width: 12vw;
  height: 3vw;
  background-color: #ffffff;
  color: #c71c1f;
  font-size: 0.9vw;
  letter-spacing: 5px;
  text-align: center;
  line-height: 3vw;
  margin: 1vw auto;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s all ease-in-out;
}
.index .f8 form .subimt:hover {
  border-radius: 10px;
}
.newsPage .banner {
  width: 100%;
  height: 30vw;
  background-size: cover !important;
}
.newsPage .tit {
  margin-top: 3vw;
}
.newsPage .f1 {
  padding: 4vw 12vw;
  width: 100%;
  display: inline-block;
}
.newsPage .f1 .item {
  width: 17vw;
  height: 29vw;
  background-size: cover !important;
  display: inline-block;
  float: left;
  margin-bottom: 2vw;
  margin-right: 2vw;
}
.newsPage .f1 .item .text {
  width: 100%;
  height: 5vw;
  background-image: linear-gradient(to top, #212122, transparent);
  color: white;
  font-weight: bold;
  padding: 1vw 1vw;
  font-size: 0.95vw;
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 1px;
  position: relative;
  top: 24vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsPage .f1 a:nth-child(4n) .item {
  margin-right: 0;
}


.about{
padding: 0vw 12vw;
background:#c71c1f;
height:6.6vw;
border-bottom:3px #c71c1f solid;

}

.about .bx{
width:100%;
height:6.8vw;
padding:0
}

.about .title{
color:#fff;
width:28vw; 
font-size:2vw;
padding:2vw 0;
float:left;
display: inline-table;

}
.about .title span{ 
font-size:1vw; 
padding:0 1vw

}
.about .wz{
float:right;
width:42vw;
padding:3vw 0vw;
color:#fff;
text-align:right;

}
.sub_nav_box{
padding: 0vw 12vw;

}
.sub_nav_box .sub_nav {
width:100%;
padding:2vw 0
}
.sub_nav_box .sub_nav a
{

padding:1vw 2vw; 
background:#173e8b; 
margin:1vw 1vw 1vw 0;
color:#FFFFFF;
border-radius: 10px;
}
.sub_nav_box .sub_nav1 a{
padding:1vw 0.8vw; }
.sub_nav_box .sub_nav a:hover
{

background:#c71c1f; 
}

.sub_nav_box .sub_nav a.xz
{

background:#c71c1f; 
}
.about_xq
{
padding: 4vw 12vw;
line-height:2.2vw;
font-size:1.2vw
}
.about_xq img{padding:0vw 0;
width:auto;
display: inline
}

.pro{
padding: 4vw 12vw;
display: flex;
height:auto;
}
.pro .in_pics{
width:100%;

}

.pro .in_pics ul li{
width:33.3%; 
float:left; 
padding:1%;
height:20vw

}
.pro .in_pics ul li img{width:90%;display: inline}
.pro .in_pics ul li p{
 text-align:center;
 padding:1vw 0
 }
 .pro .in_pics ul li .in_pimg{ height:16vw;  display: flex;
align-items: center;justify-content: center; background:#d3dddf}
 .pro .in_pics ul li a{ color:#000000}
 

 .pro .in_pics ul li a:hover{ color:#c71c1f;}

  .pro .in_pics ul li  a.in_pimg:hover   { background:#c71c1f}

.news_list{
padding: 0vw 12vw 4vw;
}
.news_list .in_news{
width:100%;

}
.news_list .in_news ul li{
display: flex;
height:auto;
border-bottom:1px #dcdcdc solid;
padding:1.5vw 0
}
.news_list .in_news .n_img {
width:20%; 
float:left; 
height:8vw; 
overflow:hidden;
padding-right:2vw
}

.news_list .in_news .n_c{
line-height:1.6vw;
width:80%;
padding-top:0.5vw

}
.news_list .in_news p{
color:#666666
}
.news_list .in_news a:hover{
color:#FF0000
}
.news_list .in_news h4{ font-size:1.2vw}

.list_page{
padding:0vw 0 4vw;
text-align:center
}

.list_page span{padding:0.5vw 1vw; 
background:#c71c1f; 
margin:1vw 1vw 1vw 0;
color:#FFFFFF;
border-radius: 10px;}
.list_page a
{
padding:0.5vw 1vw; 
background:#CCCCCC; 
margin:1vw 1vw 1vw 0;
color:#000;
border-radius: 10px;
}



.list_page a:hover{
background:#173e8b; 
color:#FFFFFF
}

.show{padding-top:0}

/* 文章上下篇 */
.wengzhengfanye{
padding: 4vw 12vw;clear:both;
}

.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB
{ padding-left:0px; clear:both; font-size:14px; color:#666; line-height:34px;}
.wengzhengfanye span
{font-weight:bold; }
.wengzhengfanye a:hover
{ text-decoration:underline;}


footer {
  background-color: #c71c1f;
  padding: 0 14vw;
  border-top: 0px solid white;
}
footer .footer {
  width: 100%;
  display: flex;
  padding: 5vw 0;
}
footer .footer .item {
  flex: 1;
}
footer .footer .left {
  color: white;
}
footer .footer .left .name {
  font-size: 2.5vw;
  font-weight: bold;
}
footer .footer .left .des {
  font-size: 1vw;
  font-weight: bold;
  margin-top: 0.5vw;
  line-height: 1.7;
  letter-spacing: 1px;
}
footer .footer .contren {
  color: white;
  font-size: 0.9vw;
  line-height: 1.7;
  letter-spacing: 1px;
}
footer .footer .contren p {
  width: 20vw;
}
footer .footer .right {
  display: flex;
  color: white;
  font-size: 0.9vw;
  line-height: 1.7;
  letter-spacing: 1px;
  padding-left: 3vw;
}
footer .footer .right .qrcode {
  width: 6vw;
}
footer .footer .right .text {
  margin-left: 1vw;
}
footer .footer .right .text .g {
  font-weight: bold;
  padding-bottom: 3vw;
}
footer .footer .right .text .g::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 2vw;
  margin-top: 2vw;
  background: white;
}
footer .footerInfo {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  opacity: 0.6;
  padding: 1vw 0;
}
footer .footerInfo a {
  color: white;
}
#page{
  padding: 0 !important;
}
.pc {
  display: block;
}

.mobile {
  display: none;
}


@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .header .nav {
    display: none;
  }

  .index {
    margin-top: 45px;
  }
  .index .banner .bannerSwiper .swiper-pagination {
    bottom: 12%;
  }
  .index .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 5vw;
    height: 3px;
  }
  .index .tit {
    font-size: 18px;
  }
  .index .tit::before {
    width: 18px;
    height: 8px;
    margin-top: 2.2vw;
    margin-left: -8vw;
  }
  .index .tit::after {
    width: 18px;
    height: 8px;
    margin-top: 2.2vw;
    margin-left: 3vw;
  }
  .index .f1 {
    padding: 4vw;
  }
  .index .f1 .titInfo {
    font-size: 14px;
  }
  .index .f1 .itemBox .item {
    display: block;
  }
  .index .f1 .itemBox .item .textBox {
    width: 100%;
    display: block;
  }
  .index .f1 .itemBox .item .textBox .img {
    width: 25vw;
    margin: 0 auto;
  }
  .index .f1 .itemBox .item .textBox .text {
    width: 100%;
    text-align: center;
    margin: 5vw auto;
  }
  .index .f1 .itemBox .item .textBox .text .name {
    font-size: 16px;
  }
  .index .f1 .itemBox .item .textBox .text .des {
    font-size: 14px;
  }
  .index .f1 .itemBox .item .imgBox {
    width: 100%;
    height: 46vw;
  }
  .index .f1 .itemBox .item .imgBox video {
    width: 100%;
    height: 46vw;
  }
  .index .f1 .itemBox .item:nth-child(2n) .textBox .img {
    width: 25vw;
    margin: 0 auto;
  }
  .index .f1 .itemBox .item .imgBox .paly {
    width: 16vw;
    position: relative;
    top: -40vw;
    opacity: 0;
  }
  .index .f2 .mySwiper {
    display: none;
  }
  .index .mySwiper3 {
    width: 100%;
    overflow: hidden;
    padding: 4vw;
  }
  .index .mySwiper3 .swiper-pagination {
    position: relative;
    bottom: 25px;
  }
  .index .mySwiper3 .swiper-pagination-bullet-active {
    background: #c71c1f;
  }
  .index .mySwiper3 .swiper-slide {
    width: 100%;
    height: 70vw;
    background-size: cover !important;
  }
  .index .mySwiper3 .swiper-slide .text {
    width: 100%;
    height: 20vw;
    color: white;
    margin-top: 50vw;
    padding-left: 5vw;
    padding-top: 4vw;
    background-image: linear-gradient(to top, #212122, transparent);
  }
  .index .f8 form .input .name::before,.index .f8 form .inputBox .prov .name::before,.index .f8 form .textarea .name::before{
    content: initial;
  }
  .index .mySwiper3 .swiper-slide .text .name {
    font-size: 18px;
    font-weight: bold;
  }
  .index .mySwiper3 .swiper-slide .text .des {
    font-size: 14px;
  }
  .index .f3 {
    padding: 4vw;
    margin-top: -5vw;
  }
  .index .f3 .itemTop .img2 {
    width: 100%;
    height: 42vw;
    margin: 0;
  }
  .index .f3 .itemTop .img1 {
    width: 45.5vw;
    height: 45.5vw;
  }
  .index .f3 .itemTop .img3 {
    width: 45.5vw;
    height: 45.5vw;
    margin-left: 1vw;
  }
  .index .f3 .itemTop .img4 {
    width: 45.5vw;
    height: 26vw;
    margin: 0.2vw;
  }
  .index .f3 .itemTop .img5 {
    width: 45.5vw;
    height: 45.5vw;
    margin: 0;
    margin-left: 1vw;
    margin-bottom: 1vw;
  }
  .index .f3 .itemTop .img6 {
    width: 45.5vw;
    height: 45.5vw;
    margin: 0;
  }
  .index .f3 .itemTop .img7 {
    width: 45.5vw;
    height: 45.5vw;
    margin-left: 1vw;
  }
  .index .f3 .itemTop .img8 {
    width: 100%;
    height: 45vw;
    margin-right: 0;
    margin: 1vw 0;
  }
  .index .f3 .itemTop .img9 {
    width: 100%;
    height: 45vw;
    margin-right: 0;
    margin: 1vw 0;
  }
  .index .f5 {
    height: auto;
    padding: 4vw 0;
    background-size: cover !important;
    background-blend-mode: multiply;
  }
  .index .f5 .itemBox {
    margin-top: 2vw;
  }
  .index .f5 .itemBox .item {
    font-size: 12px;
  }
  .index .f6 {
    padding: 4vw;
  }
  .index .f6 .itemBox {
    display: block;
  }
  .index .f6 .itemBox .item {
    width: 100%;
    height: 53vw;
    margin-bottom: 1vw;
    margin-right: 0 !important;
  }
  .index .f7 {
    padding: 4vw;
    height: auto;
  }
  .index .f8 {
    padding: 1vw 4vw;
  }
  .index .f7 .newsList .newSwiper {
    height: 81vw;
  }
  .index .f7 .newsList .newSwiper .swiper-slide {
    height: 75vw;
  }
  .index .f7 .newsList .newSwiper .swiper-slide .text {
    font-size: 14px;
  }
  .index .f7 .newsList .newSwiper .swiper-slide .text {
    height: 20vw;
    margin-top: 55vw;
    line-height: 1.5;
    padding: 8vw 1vw;
  }
  .index .f7 .newsList .more {
    width: 35vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 14px;
  }
  .index .f8 .img {
    width: 180px;
  }
  .index .f8 .text .t {
    font-size: 18px;
  }
  .index .f8 .text .d {
    font-size: 14px;
  }
  .index .f8 form {
    width: 100%;
  }
  .index .f8 form .input {
    height: 10vw;
    font-size: 14px;
    margin-bottom: 3vw;
  }
  .index .f8 form .input .name {
    line-height: 10vw;
  }
  .index .f8 form .input input {
    width: 70%;
    height: 10vw;
    font-size: 14px;
    margin-left: 3vw;
  }
  .index .f8 form .textarea .name {
    line-height: 10vw;
  }
  .index .f8 form .textarea {
    height: 30vw;
    margin-top: 3vw;
  }
  .index .f8 form .textarea textarea {
    width: 70%;
    height: 30vw;
    font-size: 14px;
    padding: 2vw 0;
    margin-left: 3vw;

  }
  .index .f8 form .inputBox .sele {
    height: 10vw;
    font-size: 14px;
    line-height: 10vw;
  }
  .index .f8 form .inputBox .prov {
    width: 48vw;
  }
  .index .f8 form .inputBox .prov select {
    width: 55%;
    font-size: 14px;
    margin-left: 3vw;
  }
  .index .f8 form .inputBox .sele select{
    font-size: 14px;
  }
  .index .f8 form .inputBox .city {
    width: 21vw;
  }
  .index .f8 form .inputBox .district {
    width: 21vw;
  }
  .index .f8 form .subimt {
    width: 35vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 14px;
  }
  footer{
    padding: 0 4vw;
  }
  footer .footer{
    padding: 4vw 0;
    display: block;
  }
  footer .footer .item{
    text-align: center;
    margin: 5vw auto;
  }
  footer .footer .left .name{
    font-size: 18px;
  }
  footer .footer .left .des{
    font-size: 16px;
  }
  footer .footer .contren p{
    width: 100%;
    font-size: 14px;
  }
  footer .footer .right{
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 3vw auto;
  }
  footer .footer .right .qrcode{
    width: 100px;
    margin: 0 auto;
    padding-bottom: 1vw;
  }
  footer .footer .right .text .g{
    display: none;
  }
  footer .footerInfo{
    display: block;
  }
  ._toast{
    left: 28%;
  }
  .index .f4 .img{
    width: 90%;
    position: relative;
    margin: 3vw auto;
    float: initial;
  }
  .index .f4 .img2{
    width: 90%;
    margin: 3vw auto;
    border: 5px solid #c71c1f;
  }
  .newsPage .banner{
    margin-top: 45px;
  }
  .newsPage .tit{
    font-size: 18px;
  }
  .newsPage .tit::before {
    width: 18px;
    height: 8px;
    margin-top: 2.2vw;
    margin-left: -8vw;
  }
  .newsPage .tit::after {
    width: 18px;
    height: 8px;
    margin-top: 2.2vw;
    margin-left: 3vw;
  }
  .newsPage .f1{
    padding: 4vw;
  }
  .newsPage .f1 .item{
    width: 44vw;
    height: 79vw;
  }
  .newsPage .f1 .item .text{
    width: 100%;
    height: 15vw;
    background-image: linear-gradient(to top, #212122, transparent);
    color: white;
    font-weight: bold;
    padding: 1vw 1vw;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 1px;
    position: relative;
    top: 64vw;
  }
  .detailBox{
    padding: 0 !important;
  }
  ._news_detail{
    width: 100% !important;
  }
  .index .f4 .titInfo,.index .f5 .titInfo,.index .f6 .titInfo,.index .f7 .titInfo{
    font-size: 14px;
  }
  .index .f3 .itemTop .img:hover {
    transform: scale(1);
  }
  .index .f2 .tit{
    position: absolute;
    top: initial;
    left: 29%;
    margin-top: 8vw;
    color: white;
    z-index: 5;
  }
  .index .f2 .tit::before {
    width: 18px;
    height: 8px;
    margin-top: 6.2vw;
    margin-left: -8vw;
  }
  .index .f2 .tit::after {
    width: 18px;
    height: 8px;
    margin-top: 0.2vw;
    margin-left: 5vw;
  }
  .backTop{
    right: 10px !important;
  }
  .backTop.active{
    bottom: 20px !important;
  }
  .index .f8 form .selectBox{
    display: block;
  }
  .index .f8 form .selectBox .selectItem{
    width: 100%;
  }
  .index .f8 form .selectBox .selectItem{
    height: 10vw;
    font-size: 14px;
    margin-top: 3vw;
  }
  .index .f8 form .selectBox .selectItem .name{
    line-height: 10vw;
    font-size: 14px;
  }
  .index .f8 form .selectBox .selectItem .name::before{
    content: inherit;
  }
  .index .f8 form .selectBox .selectItem:nth-child(2){
    width: 100%;
    margin-left: 0;
  }
  .index .f8 form .selectBox .selectItem select{
    width: auto;
    font-size: 14px;
  }
.about{
padding: 0vw 5vw;
height:12.6vw;
}  
.about .title{
width:100%; 
float: inherit;
font-size:5vw
}
.about .title span{

font-size:3vw;

}
.about{
  display: none;
} 
.about .title{
  display: none;
} 
.about .wz{
  display: none;
} 
.sub_nav_box{
padding: 0vw 0vw;
display: flex;
height:auto
}
.sub_nav_box .sub_nav {
width:100%;
padding:4vw 4vw
}
.sub_nav_box .sub_nav a
{

padding:1vw 2vw; 
background:#173e8b; 
margin:2vw 1vw 2vw 0;
color:#FFFFFF;
border-radius: 10px;
display:block;
float:left
}
.about_xq
{
padding: 0vw 2vw 4vw;
font-size:3.6vw;
line-height:6vw
}
.pro{padding: 2vw}
.pro .in_pics ul li{
width:50%; 
float:left; 
padding:1%;

}

.news_list .in_news p{
  display: none;

}

.news_list .in_news h4{ font-size:2.8vw; padding:1vw 0}

.news_list .in_news .n_c{
line-height:3.6vw;

}

.news_list{padding:4vw}

.news_list .in_news .n_img {
height:12vw; 
}
.news_list .in_news  span{ color:#999999}

.footB { width:100%; overflow:hidden; background:#173e8b; bottom:0; z-index:99; position:fixed; left:0}
.footB ul li { width:33.33%; float:left; text-align:center;}
.footB ul li img { width:8vw;margin:1vw 38%; }
.footB ul li a { display:block;color:#fff;}
  
.header .logo {
  width: 100%;
    margin: 1vw auto;
  }
.header .logo img {
  width: 100%;
  
}

.cdsj{
padding: 20vw 0vw 0vw;
height:31.2vw
} 
.cdsj .lr{ width:100%}
.cdsj ul li{width:50%; 
text-align:center; 
float:left;
padding:2vw 0;
background:#c71c1f;
border-top:1px #FFFFFF solid}
.cdsj ul .li2{ 
background:#173e8b;
}

.cdsj ul li a{ 
color:#FFFFFF;
font-size:4.6vw}
.cdsj ul .lli{
border-left:1px #FFFFFF solid}
.index .f3 .itemTop{ height:215vw}

}


