*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none
}
ul li{
	list-style-type: none;
}
body{
	margin: 0;
	padding: 0;
}
.top{
	width: 100%;
}
.top1{
	width: 100%;
	background: #2d3e50;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.top10{
	width: 65%;
	margin: 0 auto;
}
.top10 img{
	height: 30px;
	vertical-align: middle;
}
.top10 span{
	float: right;
}
.top2{
	width: 100%;
}
.top20{
	width: 65%;
	margin: 0 auto;
	overflow: auto;
}
.top2 img{
	width: 20%;
    
    margin: 30px 0;
	float: left;
}
.top2 ul{
	width: 75%;
	line-height: 80px;
	float: right;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	font-size: 23px;
}
.top ul a{
	color: #2d3e50;

}
.top2 ul li:hover{
	color: #077ac6;
	border-bottom: 3px solid #077ac6;
}
.dianji{
	color: #077ac6!important;
	border-bottom: 3px solid #077ac6;
	font-weight: bold;
}

.yx-a{
	width: 100%;
	overflow: hidden;
}
.yx-a img{
	width: 100%;
}

.wx-d{
	width: 65%;
	margin: 0 auto;
}

.sss{
	width: 65%;
	margin: 0 auto;
	font-size: 0.8vw;
	line-height: 3vw;
	color: #666;
}
.sss a{
	color: #666;
}
.sss a:hover{
	color: #ff0000;
}
      .swiper {
        width: 100%;
        height: 100%;
      }
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        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;
        overflow: hidden;
      }
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .swiper-pagination-bullet{
      	  width: 15px!important;
          height:15px!important;
      }

.yx-b{
	padding-top: 50px;
}
.yx-b1{
	text-align: center;
	font-size: 40px;
	color: #077AC6;
	font-weight: bold;
}
.yx-b2{
	text-align: center;
	font-size: 30px;
	margin-top: 20px;
}
.yx-b3{
	width: 65%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}
.yx-c{
	width: 100%;
	padding-top: 50px;
	background: #fafafa;
	padding-bottom: 50px;
}
.yx-c3{
	width: 65%;
	margin: 50px auto;
}
.yx-c31{
	display: flex;
	justify-content: space-between;

}
.yx-c31 li dl dt{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 0 0 4px #bdddfe;
	background-image: linear-gradient(#57cdf6,#38d2c8);
}
.yx-c31 li dl dt img{
	width: 50px;
	margin-top: 20px;
}
.yx-c31 li dl dd {
	width: 90px;
	color: #55cdf4;
	text-align: center;
	margin: 0 auto;
}
.yx-c31 li dl dd div{
	width: 12px;
	height: 12px;
	background: #34d1ca;
	border-radius: 50%;
	margin: 24px auto;
}
.yx-c31 li dl dd p{
	font-size: 18px;
}
.yx-c31b dt{
	box-shadow: 0 0 0 4px #fee4b4!important;
	background-image: linear-gradient(#fba608,#f6830c)!important;
}
.yx-c31b dd{
	color: #f7820d!important;
}
.yx-c31b dd div{
	background: #fbaa08!important;
}
.yx-c31a{
	position: absolute;
}
.yx-c31b{
    opacity: 0;
    transition:0.5s;
}
.yx-c31 li:hover .yx-c31b{
	animation: zhuanru 0.5s;
	opacity: 1;
	transition:0.5s;
}
.yx-c31 li:hover .yx-c31a{
	opacity: 0;
	transition:0.5s;
}
@keyframes zhuanru{
	from{
		transform:rotateY(270deg);
	}
	to{
		transform:rotateY(360deg);
	}
}
.xian{
	width: 65%;
	border-bottom: 1px #d7d7d7 dashed;
	margin-top: 120px;
	position: absolute;
}
.yx-d{
	background-image: url(../image/d.png);
	background-size: 100% 100%;
	color: #fff;
	padding: 50px 0;
	overflow: auto;
}
.yx-d1{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.yx-d2{
	text-align: center;
	font-size: 30px;
	margin-top: 20px;
}
.yx-d3{
	width: 65%;
	margin: 20px auto;
}
.yx-d3 li{
	float: left;
	width: 25%;
	padding: 30px;
}
.yx-d3 li dl dt{
	width: 60%;
	margin: 0 auto;
}
.yx-d3 li dl dt img{
	width: 100%;
}
.yx-b31{
	line-height: 60px;
	font-size: 25px;
	text-align: center;
}
.yx-b32{
	font-size: 20px;
	line-height: 30px;
}
.yx-d3 li dl dt img:hover{
	opacity: 0.5;
	transition: 0.5s;
}
.yx-e{
	width: 100%;
	margin: 50px auto;
}
.yx-e1{
	width: 65%;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.yx-e1 dl dt img{
	width: 100%;
}
.yx-e1 dl dd{
	font-size: 20px;
	line-height: 60px;
}
.footer{
	width: 100%;
	background: #2d3e50;
	overflow: auto;
	color: #fff;
}
.yx-f0{
	width: 65%;
	margin: 0 auto;
}
.yx-f1{
	width: 80%;
	margin-top: 50px;
	float: left;
}
.yx-f1 ul{
	display: flex;
	justify-content: space-between;
}
.yx-f1 ul li{
  width: 150px;
  line-height: 50px;
  background: #4c5b6a;
  text-align: center;
  font-size: 20px;
}
.yx-f1 ul a{
	color: #fff;
}
.yx-f1 p{
	font-size: 14px;
	
	line-height: 80px;
}
.yx-f1 p span{
	float: right;
}
.yx-f1 p span img{
	height: 20px;
	vertical-align: middle;
}
.yx-f0 dl{
	width: 15%;
	float: right;
	text-align: center;
	margin-top: 40px;
}
.yx-f0 dl dt img{
	width: 120px;
	height: 120px;
	background: #fff;
}
.yx-f0 dl dd{
	font-size: 16px;
	line-height: 40px;
}
.cebianlan{
	display: none;
}
.yx-2f{
	display: none;
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
}
.yx-2f input{
	
	width: 100%;
	float: left;
	height: 40px;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #3ab79a;
}
.f20{
	background: #ff7043!important;
}
 








.cebianlan{
	z-index: 1;
}
.menu-espanso{
    background-color: transparent;
    position: fixed;
    width: 40%;
    
    top: 0px;
    right: 0px;
    overflow: hidden !important;
    z-index: 1;
}
.menu-espanso0{
    background-color: transparent;
    position: fixed;
    width: 40%;
    
    top: 0px;
    right: 0px;
    overflow: hidden !important;
    z-index: 999;
}

.menu {
    float: right;
    margin: 56px 30px 0 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #3fd1d2;
    border: none;
    transition: all 0.40s ease-out;
    z-index: 999;
}

.over {
    transform: scale(100);
    transition: all 0.4s ease-in;
    cursor: default;
    background: #f7ffff;
    z-index: 999;
}
.menu-espansoh100{
    height: 100%;
}
.menu-espanso{
	width: auto !important;
}
.menu-espansoh100{
	width: 40% !important;
}
.linea1 {
    background: #fff;
    height: 3px;
    width: 27px;
    position: absolute;
    right: 41px;
    top: 72px;
    transition: all 0.3s;
}

.linea2 {
    background: #fff;
    height: 3px;
    width: 27px;
    position: absolute;
    right: 41px;
    top: 80px;
    opacity: 1;
    transition: opacity 0.5s;
}

.linea3 {
    background: #fff;
    height: 3px;
    width: 27px;
    position: absolute;
    right: 41px;
    top: 88px;
}

.overL1 {
    animation: closetop 1s forwards;
    animation-direction: alternate;
    cursor: pointer;
    background: #3e3e3e;
}

.overL2 {
    display: none;
    transition: opacity 0.5s;
    cursor: pointer;
    background: #3e3e3e;
}

.overL3 {
    animation: closebottom 1s forwards;
    animation-direction: alternate;
    cursor: pointer;
    background: #3e3e3e;
}

@keyframes closetop {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(8px) rotate(0deg);
  }
  75% {
    transform: translateY(8px) rotate(-45deg);
  }
  100% {
    transform: translateY(8px) rotate(-45deg);
  }
}

@keyframes closebottom {
  0% {
    transform: translateY(0vw) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(0deg);
  }
  75% {
    transform: translateY(-8px) rotate(45deg);
  }
  100% {
    transform: translateY(-8px) rotate(45deg);
  }
}

.voci-menu {
  visibility: hidden;
  position: absolute;
  right: 150px;
  top: 100px;
  opacity: 0;
  transition: all 0.300s;
  transition-delay: 0s;
  z-index: 1;
  
  left: 15px;
}

.overvoci {
  visibility: visible;
  opacity: 1;
  transition: all 0.400s;
  transition-delay: 0.370s;
  z-index: 9;
}
.voci-menu ul li{
	font-size: 14px;
	line-height: 40px;
	color: #2d3e50;
}

.voci-menu ul li a:hover {
  opacity: 0.7;
}






.wz-a{
	width: 100%;
	overflow: hidden;
}
.wz-a img{
	width: 100%;
}
.wz-b{
	margin: 3vw auto;
}
.wz-b3{
	  width: 100%;
	  margin: 3vw auto;
}
.hide{display:none;}
.wz-b3 ul{
	width: 65%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 2vw;
}
.wz-b3 ul li{
	margin: 0 0.5vw;
	z-index: 1;
}
.wz-b3 ul li dl dt{
	width: 6vw;
	margin: 0 auto;
}
.wz-b3 ul li dl dt img{
	width: 100%;
}
.wz-dian{
	width: 1vw;
	height: 1vw;
	margin: 1vw auto;
	background: #d7d7d7;
	border-radius: 50%;
	z-index: 1;
}
.wz-b3 ul li dl:hover img{
	transform:rotate(360deg);
	transition: 1s;
}
.wz-b3 ul li dl:hover .wz-dian1{
	background: #0097e0;
	transition: 1s;
}
.wz-b3 ul li dl:hover .wz-dian2{
	background: #ffba1e;
	transition: 1s;
}
.wz-b3 ul li dl:hover .wz-dian3{
	background: #70bd46;
	transition: 1s;
}
.wz-b3 ul li dl:hover .wz-dian4{
	background: #eb504f;
	transition: 1s;
}
.wz-b3 ul li dl:hover .wz-dian5{
	background: #6a60a8;
	transition: 1s;
}
.wz-b3 ul li dl:hover .wz-dian6{
	background: #437b98;
	transition: 1s;
}
.wz-b3 ul li dl dd p{
	font-size: 0.8vw;
	line-height: 1.5vw;
}
.wz-b32{
	color: #757575;
}
.wz-xian{
    width: 65%;
    margin-top: 8.1vw;
    border-bottom: 0.1vw #d7d7d7 solid;
    position: absolute;
    z-index: 0;
}
.tab_box{
	width: 100%;
	height: 30vw;
	overflow: hidden;
}
.tab_box img{
	width: 100%;
	height: 30vw;
}
.tab_box div{
    animation: chuxian 0.2s;
}
@keyframes chuxian{
	from{margin-top: 30vw;}
	to{margin-top: 0vw;}
}
.wz-cc{
	width: 40%;
	margin: 3vw auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.wz-cc dl dt{
	height: 5vw;
	margin-bottom: 1vw;
}
.wz-cc dl dt div{
	width: 5vw;
	height: 5vw;
	box-shadow: 0 0.5vw 1vw 0vw #d6d6d6;
	border-radius: 50%;
	position: absolute;
}
.wz-cc dl dt div img{
	height: 2.5vw;
	margin-top: 1.25vw;
}
.wz-c2{
	background: #077ac6;
	opacity: 0;
}
.wz-cc dl dt:hover .wz-c2{
	opacity: 1;
	transition: 1s;
}
.wz-cc dl dd{
	width: 5vw;
	font-size: 1vw;
	text-align: center;
	color: #333;
}
.wz-d3{
	width: 65%;
	margin: 2vw auto;
}
.wz-d3 img{
	width: 100%;
}


.wx-d img{max-width: 100%;}



.app-b{
	width: 50%;
	margin: 2vw auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.app-b dl{
	margin: 0 0.5vw;
}
.app-b dl dt div{
	width: 6vw;
	height: 6vw;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 1vw;
}
.app-b dl dt div img{
	height: 3.5vw;
	margin-top: 1.2vw;
}
.app-b1{
	background-color: #2ccc60;
}
.app-b2{
	background-color: #e8c94b;
}
.app-b3{
	background-color: #27bae5;
}
.app-b4{
	background-color: #2ccc60;
}
.app-b dl dd p{
	font-size: 1vw;
	line-height: 2vw;
}
.app-b dl dd span{
	font-size: 0.8vw;
	line-height: 1.5vw;
	color: #555;
}
.app-c{
	width: 65%;
	margin: 2vw auto;
	overflow: auto;
}
.app-c li{
	width: 18%;
	height: 10vw;
	margin: 0 0 1vw;
	padding: 0 0.5vw;
	text-align: center;
	float: left;
}
.app-c li div{
	width: 12%;
	height: 11vw;
	position: absolute;
	margin: 0 auto;
	box-shadow: 0 0 1vw #eee;
}
.app-c li div img{
	width: 2.2vw;
	margin: 2.5vw 0 1vw;
}
.app-c li div p{
	font-size: 1vw;
	color: #333;
}
.app-c li div i{
	width: 2vw;
	height: 0.1vw;
	background: #27bae5;
	margin: 0.5vw auto;
	display: table;
}
.app-c1{
	background: #27bae5;
	opacity: 0;
	transition: 1s;
}
.app-c1 p{
	color: #fff!important;
}
.app-c1 i{
	background: #fff!important;
}
.app-c li:hover .app-c1{
	opacity: 1;
	transition: 0.5s;
}





.wx-b3{
	width: 65%;
	margin: 3vw auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.wx-b3 dl{
	margin: 0 1vw;
}
.wx-b3 dl dt{
	width: 3.3vw;
	height: 4vw;
	margin: 0 auto;
	overflow: auto;
}
.wx-b3 dl dt div{
	width: 3.3vw;
	position: absolute;
	background: #fff;
}
.wx-b10{
	display: none;
}
.wx-b3 dl dt:hover .wx-b10{
	display: block;
}
.wx-b3 dl dt div img{
	width: 100%;
}
.wx-b3 dl dd p{
	font-size: 1vw;
	line-height: 3vw;
	color: #333;
}
.wx-b3 dl dd span{
	font-size: 0.8vw;
	color: #7f7f7f;
}
.wx-c{
	background-image: url(../image/wx-c.svg);
	background-size: 100% 100%;
	color: #fff;
	padding: 3vw 0;
	overflow: auto;
}
.wx-c ul{
	width: 65vw;
	margin: 0 auto;
}
.wx-c ul li{
	float: left;
	width: 13vw;
	height: 12vw;
	margin-bottom: 1vw;
	perspective: 1000px;
}
.wx-c ul li div{
	position: absolute;
	width: 13vw;
	height: 12vw;
	text-align: center;
	line-height: 3vw;
	font-size: 1vw;
	margin-top: 2vw;
  transition: 0.5s;
}
.wx-c ul li img{
	width: 3.2vw;
	margin-top: 3vw;
}
.wx-c2{
  opacity: 0;
  transition:0.5s;
}
.wx-c ul li:hover .wx-c2{
	animation: zhuanru2 0.5s;
	opacity: 1;
	transition:0.5s;
}
.wc-c ul li:hover .wx-c1{
	opacity: 0;
	transition:0.1s;
}
@keyframes zhuanru2{
	from{
		transform:rotateY(90deg);
	}
	to{
		transform:rotateY(0deg);
	}
}
.wx-c21{
	background: #2196f3;
}
.wx-c22{
	background: #ff5722;
}
.wx-c23{
	background: #673ab7;
}
.wx-c24{
	background: #009688;
}
.wx-c25{
	background: #ffc107;
}
.wx-d{
	background: #f9f9f9;
	padding-top: 3vw;
	line-height: 1.5vw;
}
.wx-d1{
	width: 65vw;
	margin: 2vw auto;
	overflow: auto;
}
.wx-d1 li{
	float: left;
	width: 14.9vw;
	height: 15vw;
	margin-bottom: 2vw;
	margin-left: 1.8vw;
	background: #fff;
	text-align: center;
}
.wx-d11{
	margin-left: 0!important;
}
.wx-d1 li img{
	width: 5.2vw;
	margin: 1.5vw auto 0.5vw;
}
.wx-d12{
	font-size: 1.5vw;
	color: #333;
	line-height: 3.5vw;
}
.wx-d13{
	font-size: 0.7vw;
	margin: 0 1vw;
	color: #555;
}
.wx-e{
	width: 75vw;
	margin: 0 auto;
}
.wx-e img{
	width: 100%;
	margin: 1vw auto;
}





.index{
	overflow: auto;
}
#tab .al-b2 div{
    position:absolute;
    display: none;
    filter:alpha(opacity=0);
    width: 100%;
}
#tab .al-b2 div.cur{
    display: block;
}
.al-b1 ul{
	width: 30%;
	display: flex;
	justify-content: space-between;
	margin: 3vw auto 2vw;
}
.al-b1 ul li{
	width: 9vw;
	height: 2vw;
	background: #eee;
	text-align: center;
	line-height: 2vw;
	border-radius: 1vw;
	color: #666;
	font-size: 0.8vw;
}
.al-b1 ul .cur{
	background: #449ffa;
	color: #fff;
}
.al-b2{
	height: 52vw;
}
.al-b2 ul{
	width: 65%;
	margin: 0 auto;
}
.al-b2 ul li{
	float: left;
	width: 33.3%;
	text-align: center;
	margin-bottom: 1vw;
}
.al-b2 ul li img{
	width: 95%;
}
.a-b3{
	width: 65%;
	margin: 0 auto;
}
.al-b3 li{
	width: 25%!important;
}





.rj-b1{
	width: 100%;
	background: #393939;
	display: flex;
	justify-content: space-between;
	height: 9vw;
}
.rj-b1 i{
	width: 23vw;
	height: 0.05vw;
	background: #d7d7d7;
	margin-top: 5.5vw;
}
.rj-b1 ul{
	width: 50vw;
	display: flex;
	justify-content: space-between;
}
.rj-b1 ul li{
	width: 5vw;
	height: 5vw;
	border: 0.1vw #eee solid;
	margin-top: 2vw;
	border-radius: 0.5vw;
	text-align: center;
	font-size: 0.8vw;
	line-height: 1.2vw;
}
.rj-b1 ul li img{
	margin-top: 0.5vw;
	width: 2.2vw;
}
.rj-b1 ul a li{
	color: #fff;
}
.rj-b1 ul a li:focus{
	background: #d16215;
	border-color: #d16215!important;
}
.rj-c{
	width: 100%;
	padding: 3vw 0;
	overflow: auto;
}
.rj-c .rj-c0{
	width: 65%;
	margin: 0 auto;
}
.rj-c .rj-c00{
	width: 65%;
	margin: 0 auto;
}
.rj-c0 img{
	width: 30%;
	float: left;
	margin-right: 5vw;
}
.rj-c00 img{
	width: 30%;
	float: right;
	margin-left: 5vw;
}
.rj-c1{
	background: #fff;
}
.rj-c2{
	background: #fafafa;
}
.rj-c0 .rj-c11{
	width: 60%;
	float: right;
	margin-top: 1vw;
}
.rj-c00 .rj-c11{
	width: 60%;
	float: left;
	margin-top: 3vw;
}
.rj-c111{
	font-size: 1.5vw;
	padding-left: 0.5vw;
	border-left: 0.25vw solid #49b3fd;
	color: #333;
	margin-bottom: 1vw;
}
.rj-c112{
	font-size: 0.9vw;
	color: #666;
	line-height: 1.8vw;
}
.rj-c11 ul{
	margin-top: 2vw;
	border-top: 0.1vw #d7d7d7 dashed;
}
.rj-c11 ul li{
	width: 7vw;
	height: 2vw;
	line-height: 2vw;
	border-radius: 1vw;
	border: 0.1vw solid #49b3fd;
	float: left;
	color: #49b3fd;
	font-size: 0.8vw;
	text-align: center;
	margin-top: 1vw;
	margin-right: 0.7vw;
}
.rj-c000{
	margin-right: 0!important;
}
.rj-c001{
	width: 100%!important;
	margin-right: 0!important;
	float: none!important;
}
.aaa{
  display: block;
  height: 9vw; 
  margin-top: -9vw; 
  visibility: hidden;
}





.yj-b{
	width: 65vw;
	margin: 2vw auto;
	height: 32.2vw;
}
.yj-b li{
	width: 16.1vw;
	height: 16.1vw;
	float: left;

}
.yj-b1{
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	opacity: 0.6;
}
.yj-b1 img{
	width: 100%;
}
.yj-b01{
	width: 16.1vw;
	height: 16.1vw;
	position: absolute;
	float: left;
	text-align: center;
	color: #fff;
}
.yj-b01 img{
	width: 5.2vw;
	margin-top: 1.5vw;
}
.yj-b011{
	font-size: 1.2vw;
	line-height: 3vw;
}
.yj-b012{
	font-size: 0.8vw;
	line-height: 1.2vw;
	margin: 0 1vw;
}
.yj-b001{
	background: #ff5722;
}
.yj-b002{
	background: #9c27b0;
}
.yj-b003{
	background: #ffc107;
}
.yj-b004{
	background: #2196f3;
}
.yj-b005{
	background: #4caf50;
}
.yj-b006{
	background: #00bcd4;
}
.yj-b007{
	background: #ff3f80;
}
.yj-b008{
	background: #795548;
}
.yj-ba{
	display: none;
}
.yj-b li:hover .yj-ba{
	display: block;
}
.yj-b li:hover .yj-bb{
	display: none;
}
.yj-c{
	width: 65vw;
	margin: 2vw auto;
	overflow: auto;
}
.yj-c li{
	text-align: center;
	width: 33.3%;
	height: 18vw;
	float: left;
	
}
.yj-c0{
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	margin: 1vw auto;
	transition: 0.5s;
}
.yj-c0 img{
	width: 4vw;
	margin-top: 2vw;
}
.yj-c01{
	font-size: 1.2vw;
	line-height: 3vw;
}
.yj-c02{
	font-size: 0.7vw;
	line-height: 1vw;
	color: #9f9b9f;
	padding: 0 2vw;
}
.yj-c li:hover .yj-c0{
	animation: zhuanru3 0.3s;
	opacity: 0.6;
	transition: 0.3s;
}
@keyframes zhuanru3{
	from{
		transform:rotateY(180deg);
	}
	to{
		transform:rotateY(0deg);
	}
}
.yj-c1{
	background: #4f9eff;
}
.yj-c2{
	background: #73dfff;
}
.yj-c3{
	background: #8bb4e7;
}
.yj-c4{
	background: #00b7d4;
}
.yj-c5{
	background: #808fd9;
}
.yj-c6{
	background: #44acff;
}







.index-wm{
	background: #f9f9f9;
}
.wm-a img{
	width: 100%;
}
.wm-b{
	width: 65vw;
	margin: 1vw auto 0;
	text-indent:2em;
	font-size: 0.8vw;
	line-height: 1.5vw;
	color: #7f7f7f;
}
.wm-c{
	width: 65vw;
	display: flex;
	justify-content: space-between;
	margin: 5vw auto 2vw;
}
.wm-c li{
	width: 25%;
	margin: 0 auto;
}
.wm-c li img{
	float: left;
	width: 2.6vw;
	margin-right: 1vw;
}
.wm-c2{
	overflow: auto;
}
.wm-c21{
	font-size: 1.3vw;
	color: #333;
	margin-bottom: 1vw;
	line-height: 2vw;
}
.wm-c22{
	font-size: 0.8vw;
	color: #7f7f7f;
}
.wm-e{
	width: 65%;
	margin: 1vw auto 0;
	padding-bottom: 3vw;
}
.wm-e p{
	font-size: 1.2vw;
	color: #333;
	line-height: 5vw;
}
.wm-enew{
	width: 65%;
	margin: 1vw auto 0;
	padding-bottom: 3vw;
}
.wm-enew p{
	font-size: 1.2vw;
	color: #333;
	line-height: 5vw;
}
.wm-enew a{
    color: #333333;
}
.wm-e input{
	background: #fff;
	border: none;
	height: 2.3vw;
	border-radius: 0.2vw;
	margin-bottom: 1vw;
	padding: 0 0.5vw;
	font-size: 0.8vw;
	color: #999;
	outline: none;
}
.wm-e1{
	width: 100%;
}
.wm-e div{
	display: flex;
	justify-content: space-between;
}
.wm-e2{
	width: 15vw;
}
.wm-e3{
	width: 8vw;
}
.wm-e4{
	width: 10vw;
}
.wm-e5{
	width: 16vw;
}
.wm-e6{
	width: 10vw;
	background: #169bd5!important;
	color: #fff!important;
}





.index-sc{
	text-align: center;
	overflow: hidden;
}
.sc{
	width: 100%
}
.sc-a{
	width: 100%;
}
.sc-b{
	width: 50%;
	margin: 3vw auto;
}
.sc-c{
	width: 30%;
	margin: 3vw auto 0;
}


.u990{
	text-align: center;
	margin-right: 5px;
    margin-left: 5px;
}
.u990 img{
	width: 50px;
	margin: 15px auto;
}
.weixin-u{
	position: relative;
	width: 65vw;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 25px;
}
.weixin-u-after{
    border-top: 2px dashed #ccc;
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    top: 65px;
}



.pages {padding:24px 0;text-align:center;font-size:12px;color:#666666;clear:both;}
.pages a{color: #666666;}
.pages a:link,.pages a:visited,.pages a:active {background:#FFFFFF;border:#EEEEEE 1px solid;padding:6px;text-decoration:none;margin-right:6px;}
.pages a:hover {background:#258CFF;border:#258CFF 1px solid;color:#FFFFFF;padding:6px;text-decoration:none;}
.pages strong {background:#258CFF;padding:6px;border:#258CFF 1px solid;color:#FFFFFF;margin-right:6px;}
.pages_inp {width:32px;border:#EEEEEE 1px solid;color:#666666;padding:4px;text-align:center;}
.pages_btn {width:32px;border:#FF6600 1px solid;color:#FFFFFF;padding:4px 6px;background:#FF6600;font-weight:bold;font-size:11px;}
.pages label {background:#FFFFFF;border:#EEEEEE 1px solid;color:#666666;padding:6px 6px;}
.pages label em {color:red;font-weight:bold;font-style:normal;}
.pages label span {font-weight:bold;}
.pages cite {font-style:normal;}
.pages_mobile{display: none;}






.news-index{
    width: 65%;
    margin: 35px auto 20px auto;
}
.m-news{
    width: 55%;float: left;
}
.m-news1{
    width: 62%;float: left;
}
.m-list3{
    height: 150px;
    margin: 10px 0;
}
.m-list3 .txt{
    padding-top: 10px;
}
.m-news .m-list3 li{ padding:1px 0 0 0;}
.m-news .m-list3 li .m-item { padding:13px 0 20px 20px;}
.m-news .m-list3 li .m-item:hover { background: #f9f9f9;}
.m-news .m-list3 .u-img { margin-top:7px; max-width:205px; max-height:135px;}
.m-news .m-list3 h3 { font-size: 20px; max-height: 1.5em; line-height: 1.5; margin-top: 0;overflow: hidden;font-weight: normal;}
.m-news .m-list3 .p { color: #787878; margin-top:15px;}
.m-list3 .u-img {
    float: left;
    margin-right: 12px;
}
.m-item-2 .m-list3 li { width: 100%; position: relative; overflow: hidden;}
.m-item-2 .m-list3 li .u-img-list { margin-right:-3.03%; margin-top: 5px;}
.m-item-2 .m-list3 .u-img { margin-right:2.1%; max-width: 100%; text-align: center;}
.m-item-2 .m-list3 .u-img img { max-width: 204px; display: inline-block;}
.m-news .m-list3 .u-img {
    margin-top: 7px;
    max-width: 205px;
    max-height: 135px;
}
.u-img{display:block;position:relative;width:110px;height:auto; overflow: hidden;}
.u-img img{display:block;width:100%;height:135px;}
.m-list3 .u-img {
    width: 33.07%;
    height: 100%;
    margin-right: 17px;
}
.m-list3 h3  {
    color: #262626;
}
.m-list3 p {
    color: #787878;
    max-height: 44px;
    margin-top: 7px;
    overflow: hidden;
    line-height: 22px;
}
.m-list3 .foot {
    color: #ccc;
    line-height: 13px;
    font-size: 12px;
    padding-top: 14px;
    overflow: hidden;
    float: right;
}

.news-right{width: 43%;float: right;}
.news-right1{width: 34%;float: right;}
.m-list2{padding:10px;line-height:2.1;}
.m-list2 ul{ }
.m-list2 li{position:relative;padding-left:16px;zoom:1;overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.m-list2 li i.dot{position:absolute;top:50%;left:0;width:0;height:0;overflow:hidden;border:2px solid;border-top-width:1px;border-left-width:1px;}
.m-list2-rt li{ padding-right: 22%;}
.m-list2-rt li .rt{position:absolute; right: 0;top:0; color: #919191;}
.m-list5 a{color: #262626;}
.m-list5 .nub {
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -9px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    overflow: hidden;
    background: #DAD9DA;
    color: #fff;
    font-style: normal;
}
.m-list5 .z-top .nub {
    background: #7fbf27;
}
.m-list6 li {
    
    border-bottom: #e7e7e7 solid 1px;
    line-height: 47px;
    padding-left: 45px;
    padding-right: 10px;
}










@media (max-width: 1920px){
	.top1{
	  	font-size: 14px;
	  	
	  	line-height: 38px;
	}
	.top10 img{
		height: 20px;
	}
	.top2 ul{
		font-size: 18px;
		line-height: 60px;
	    margin-top: 35px;
	}
	.top2 img{
		
	}
	.yx-b1,.yx-d1{
		font-size: 2vw;
	}
	.yx-b2,.yx-d2{
		font-size: 1.2vw;
	}
	.xian{
	    margin-top: 95px;
	}
	.yx-c31 li dl dt{
		width: 70px;
		height: 70px;
	}
	.yx-c31 li dl dt img{
		width: 40px;
		margin-top: 15px;
	}
	.yx-c31 li dl dd{
		width: 70px;
	}
	.yx-c31 li dl dd div{
		width: 10px;
		height: 10px;
		margin: 20px auto;
	}
	.yx-c31 li dl dd p{
		font-size: 16px;
	}
	.yx-d3 li dl dt{
		width: 65%;
	}
	.yx-b31{
	    font-size: 20px;
	}
	.yx-b32{
		font-size: 16px;
		line-height: 25px;
	}
	.yx-d3 li{
	  	padding: 25px;
	}
	.yx-e1 dl dd{
	  	font-size: 16px;
	}
	.yx-f1 ul li{
	  	width: 115px;
	  	line-height: 45px;
	  	font-size: 14px;
	}
	.yx-f1 p{
	  	font-size: 14px;
	}
	.yx-f1 p a{
	  	font-size: 14px;
		color:#fff;
	}
	.yx-f0 dl dt img{
	  	width: 100px;
	  	height: 100px;
	}
	.yx-f0 dl dd{
	  	font-size: 14px;
	}
}


@media (max-width: 1600px){
	.top2 img{
	    
	}
	.top2 ul{
	  	font-size: 16px;
	  	line-height: 50px;
	}
    .yx-f1 ul li{
    	width: 95px;
    }
}






@media (max-width: 1440px){
	.yx-a img {
        width: 140%;
        
    }
	.top10,.top20,.yx-b3,.yx-c3,.xian,.yx-d3,.yx-e1,.yx-f0,.news-index,.sss,.wx-d{
	  	width: 90%;
	}
	.news-index{
	  	width: 90% !important;
	}
	.yx-d3 li dl dt{
	  	width: 50%;
	}
	.top2 ul{
	  	font-size: 18px;
	  	line-height: 60px;
	  	margin-top: 30px;
	}
	.top2 img{
	  	
	}
    .yx-f1 ul li{
	  	width: 115px;
	  	line-height: 45px;
	  	font-size: 14px;
	}
	.wz-a img{
		width: 140%;
		margin-left: -20%;
	}
	.wz-b3 ul,.wz-xian,.wz-d3{
		width: 90%;
	}
	.wz-b3 ul li dl dd p{
		font-size: 1vw;
	}
	.tab_box img{
		width: 140%;
		margin-left: -20%;
		height: 40vw;
	}
	.tab_box{
		height: 40vw;
	}
	.wz-cc{
		width: 60%;
	}
	.wz-cc dl dt{
		height: 8vw;
		margin-bottom: 1.5vw;
	}
	.wz-cc dl dt div{
		width: 8vw;
		height: 8vw;
	}
	.wz-cc dl dt div img{
		height: 4vw;
		margin-top: 2vw;
	}
	.wz-cc dl dd{
		width: 8vw;
		font-size: 1.2vw;
	}
	.sc-a{
		width: 140%;
		margin-left: -20%;
	}
	.sc-b{
		width: 60%;
	}
	.sc-c{
		width: 40%;
	}
	.app-b{
    	width: 80%;
    }
    .app-b dl{
    	width: 15vw;
    }
    .app-c{
    	width: 80%;
    }
    .app-c li{
    	height: 13vw;
    }
    .app-c li div{
    	width: 15%;
    	height: 13vw;
    }
    .app-c li div img{
    	width: 3vw;
    	margin: 3.5vw 0 1vw;
    }
    .wx-b3{
    	width: 80%;
    }
    .wx-b3 dl{
    	width: 15vw;
    }
    .wx-b3 dl dd p{
    	font-size: 1.2vw;
    }
    .wx-b3 dl dd span{
    	font-size: 1vw;
    }
    .wx-c ul{
    	width: 80%;
    }
    .wx-c ul li{
    	width: 20%;
    }
    .wx-d1{
    	
    	width: 80vw;
    }
    .wx-d1 li{
    	width: 18.6vw;
    }
    .wx-d13{
    	font-size: 0.8vw;
    }
    .wx-e{
    	width: 88%;
    }
    .wm-a{
    	overflow: hidden;
    }
    .wm-a img{
    	width: 140%;
    	margin-left: -20%;
    }
    .rj-b1{
    	height: 12vw;
    }
    .rj-b1 i{
    	width: 10vw;
    	margin-top: 6vw;
    }
    .rj-b1 ul{
    	width: 75%;
    }
    .rj-b1 ul li{
    	width: 8vw;
    	height: 8vw;
    	font-size: 1vw;
    	line-height: 2vw;
    }
    .rj-b1 ul li img{
    	margin-top: 1vw;
    	width: 3vw;
    }
    .rj-c .rj-c0{
    	width: 80%;
    }
    .rj-c .rj-c00{
    	width: 80%;
    }
    .rj-c112{
    	font-size: 1vw;
    }
    .yj-b{
    	
    	width: 80vw;
    	height: 40vw;
    }
    .yj-b li{
    	width: 20vw;
    	height: 20vw;
    }
    .yj-b01{
    	width: 20vw;
    	height: 20vw;
    }
    .yj-c{
    	width: 80%;
    }
    .yj-c li{
    	
    }
    .yj-c01{
    	font-size: 1.3vw;
    }
    .yj-c02{
    	font-size: 1vw;
    	line-height: 2vw;
    }
    .al-b1 ul{
    	width: 60vw;
    }
    .al-b1 ul li{
    	width: 15vw;
    	height: 3vw;
    	line-height: 3vw;
    	border-radius: 1.5vw;
    	font-size: 1vw;
    }
    .al-b2 ul{
    	width: 80vw;
    }
    .al-b2{
    	height: 65vw;
    }
    .wm-b{
    	width: 80vw;
    }
    .wm-c{
    	width: 80vw;
    }
    .wm-e{
    	width: 80vw;
    }
    .wm-enew{
    	width: 80vw;
    }
    .wm-e2,.wm-e5{
    	width: 18vw;
    }
    .wm-e3,.wm-e4{
    	width: 15vw;
    }
    .weixin-u{
    	width: 80vw;
    }
    .rj-c111{
		font-size: 18px;
	}
	.rj-c112{
		font-size: 14px;
		line-height: 21px;
	}
	.rj-c11 ul li{
		font-size: 12px;
	    width: auto;
	    height: auto;
	     line-height: 1; 
	    border-radius: 10px;
	    padding: 6px 10px;
	    margin-right: 5px !important;
	    margin-top: 10px;
	}
	.rj-c000{
		margin-right:5px !important ;
	}
	.rj-c{
		padding: 30px 0;
	}
	.rj-c2{
		background: #f8f8f8;
	}
	.rj-c11 ul{
		padding-top: 5px;
	}
	.index-wm .wx-d p{
		line-height: 20px;
		font-size: 14px;
	}
	.index-wm .yx-b1{
		font-size: 20px !important;
	}
	.index-wm{
		background: #f7f7f7;
	}
	
	.wm-c li{
	    margin-bottom: 16px;
	    padding-bottom: 15px;
	}
	.wm-c li img{
		width: 25px;
    	margin-right: 10px;
	}
	.wm-e{
		margin: 20px auto;
	}
	.wm-e p{
		text-align: center;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.wm-enew p{
		font-size: 22px;
		line-height: 70px;
	}
	.wm-e .wm-e1{
		height: 40px;
		padding: 3px 8px;
		font-size: 14px;
	}
	.wm-e input{
		margin-bottom: 15px;
	}
	.wm-e div input{
		height: 40px;
    	font-size: 14px;
    	padding: 3px 8px;
	}
	
}






@media (max-width: 1024px){
	.wx-d{
		width: 90% !important;
	}
	.sss{
		width: 90%;
	}
	.top1{
	  	font-size: 12px;
	}
	.top2 img{
	  	
	}
	.top2 ul {
        font-size: 14px;
        line-height: 50px;
        margin-top: 25px;
    }
    .swiper-pagination-bullet{
      	width: 10px!important;
        height:10px!important;
    }
	.wz-b3 ul li dl dt{
		width: 8vw;
	}
	.wz-xian{
		margin-top: 10.5vw;
	}
	.wz-b3 ul li dl dd p{
		font-size: 15px;
		line-height: 22px;
	}
	.wz-b3 .wz-b31{
		margin-bottom: 15px;
		overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
	}
	.tab_box{
		margin-top: 30px;
	}
    .yx-b1, .yx-d1{
    	font-size: 22px;
    }
    .yx-b2, .yx-d2{
    	font-size: 18px;
    }
    .yx-c31 li dl dt{
        width: 60px;
    	height: 60px;
    }
    .yx-c31 li dl dt img{
    	width: 30px;
    }
    .yx-c31 li dl dd{
    	width: 60px;
    }
    .yx-c31 li dl dd div{
    	width: 8px;
    	height: 8px;
    }
    .yx-c31 li dl dd p{
    	font-size: 14px;
    }
    .xian{
    	margin-top: 83px;
    }
    .yx-d3 li dl dt{
    	width: 65%;
    }
    .yx-f1 ul li{
    	width: 85px;
    	font-size: 12px;
    }
    .yx-f1 p{
    	font-size: 12px;
    }
    .yx-f0 dl dt img{
    	width: 80px;
    	height: 80px;
    }
    .yx-f0 dl dd{
    	font-size: 12px;
    }
    .wz-c,.wz-d{
    	margin-top: 30px;
    }
    .rj-c111{
		font-size: 16px;
	}
	.rj-c112{
		font-size: 14px;
		line-height: 21px;
	}
	.rj-c11 ul li{
		font-size: 12px;
	    width: auto;
	    height: auto;
	     line-height: 1; 
	    border-radius: 10px;
	    padding: 6px 10px;
	    margin-right: 5px !important;
	    margin-top: 10px;
	}
	.rj-c000{
		margin-right:5px !important ;
	}
	.rj-c{
		padding: 30px 0;
	}
	.rj-c2{
		background: #f8f8f8;
	}
	.rj-c11 ul{
		padding-top: 5px;
	}
	.yj-b .yj-b011{
		font-size: 14px;
		line-height: 6px;
		margin-bottom: 8px;
	}
	.yj-b .yj-b012{
		font-size: 12px;
		line-height: 17px;

	}
	.yj-b .yj-b01 img{
		width: 36px;
		margin-bottom: 5px;
	}
	.yj-c li{
		height: 195px;
	}
	.index-wm .wx-d p{
		line-height: 20px;
		font-size: 14px;
	}
	.index-wm .yx-b1{
		font-size: 20px !important;
	}
	.index-wm{
		background: #f7f7f7;
	}
	
	.wm-c li{
	    margin-bottom: 16px;
	    border-bottom: 1px dashed #e7e4e4;
	    padding-bottom: 15px;
	}
	.wm-c li img{
		width: 25px;
    	margin-right: 10px;
	}
	.wm-e{
		margin: 20px auto;
	}
	.wm-e p{
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.wm-e .wm-e1{
		height: 40px;
		padding: 3px 8px;
		font-size: 14px;
	}
	.wm-e input{
		margin-bottom: 6px;
	}
	.wm-e div{
		display: block;
	}
	.wm-e div input{
		width: 100%;
		height: 40px;
    	font-size: 14px;
    	padding: 3px 8px;
	}
	.wm-e .wm-e6{
		margin-top: 15px;
	}
	.wm-e .wm-e2{
		width: 45%;
		float: left;
	}
	.wm-e .wm-e3{
		width: 54%;
		float: right;
	}
	.wm-e .wm-e4{
		width: 45%;
		float: left;
	}
	.wm-e .wm-e5{
		width: 54%;
		float: right;
	}
	.wm-e .wm-e6{
		width: 40%;
		margin-left: 30%;
	}


}






@media (max-width: 768px){
	.pages{
		display: none;
	}
	.pages_mobile{
		display: block;
	}
	.even1{
		font-size: 20px !important;
	}
	.wx-d{
		width: 90% !important;
	}
	.sss{
		
		font-size: 14px;
		line-height: 20px;
    	margin-top: 12px;
    	padding-bottom: 12px;
	}
	.wm-e .wm-e2{
		width: 100%;
		float: unset;
	}
	.wm-e .wm-e3{
		width: 100%;
		float: unset;
	}
	.wm-e .wm-e4{
		width: 100%;
		float: unset;
	}
	.wm-e .wm-e5{
		width: 100%;
		float: unset;
	}
	.wm-e .wm-e6{
		width: 100%;
		float: unset;
	}
	.yx-c31 li:hover .yx-c31b{
		animation: unset;
		opacity: unset;
		transition:unset;
	}
	.yx-c31 li:hover .yx-c31a{
		opacity: unset;
		transition:unset;
	}
	.app-b dl dt div{
		width: 10vw;
		height: 10vw;
	}
	.app-b dl dt div img{
	    height: 6vw;
    	margin-top: 2vw;
	}
	.app-b dl{
		
	}
	.app-b dl{
    	float: left;
    	
    	
    	
    	width: calc(50% - 10px);
    	margin: 0px 5px 18px 5px;
    }
	.yx-b1, .yx-d1 {
	    font-size: 20px;
	}
	.yx-b2 {
	    margin-bottom: 25px;
	    margin-top: 10px;
	    font-size: 16px;
	    padding: 0 10px;
	}
	.wz-b {
	    margin-top: 30px;
	}
	.wz-cc dl dt div{
		position: unset;
	}
	.yx-d3 li dl dt img{
		width: 80%;
	}
	.yx-a img {
        width: 150%;
        
    }
    .cebianlan{
    	display: flex;
    }
    .yx-c31a{
    	position: unset;
    }
    .top2 ul{
    	display: none;
    }
    .top2 img{
    	width: 30%;
    	
    }
    .yx-b{
    	padding-top: 30px;
    }
    .yx-c,.yx-d{
    	padding-top: 30px;
    	padding-bottom: 30px;
    }
    .yx-c3,.yx-e{
    	margin: 30px auto;
    }
    .yx-b3{
    	display: block;
    	overflow: auto;
    }
    .yx-c31{
    	display: block;
    	overflow: auto;
    }
    .yx-c31 li{
    	float: left;
    	
    	width: 33.33333%;
    	padding: 35px;
    }
    .xian{
    	display: none;
    }
    .yx-c31 li dl dt{
    	width: 70px;
    	height: 70px;
    	margin: 0 auto
    }
    .yx-c31b{
    	display: none;
    }
    .yx-c31 li dl dt img{
    	width: 36px;
    	margin-top: 17px;
    }
    .yx-c31 li dl dd{
    	width: 70px;
    }
    .yx-c31 li dl dd div{
    	margin: 15px auto;
    }
    .yx-c31 li dl dd p{
    	font-size: 16px;
    }
    .xian{
    	margin-top: 123px;
    }
    .yx-d3 li{
    	width: 33.333%;
    	height: 280px;
    }
    .yx-d3 li dl dt{
      	
      	width: 90%;
      	text-align: center;
    }
    .yx-e1{
    	margin: 30px auto;
    	display: block;
    }
    .yx-e1 dl{
    	float: left;
    	width: 25%;
    }
    .yx-e1 dl dt img{
    	width: 50%;
    }
    .yx-f1 ul{
    	display: block;
    	overflow: auto;
    }
    .yx-f1 ul li{
    	float: left;
    	margin-bottom: 10px;
    	margin-right: 10px;
    }
    .yx-f1 p{
    	line-height: 50px;
    }
    .yx-f0 dl{
    	margin-top: 50px;
    }
    .yx-f0 dl dt img{
    	
    	
    }



    .wz-b3 ul{
    	width: 90%;
    	margin: 2vw auto;
    	display: block;
    }
    .wz-b3 ul li{
    	float: left;
    	
    	width: calc(50% - 10px);
    	margin: 0px 5px 18px 5px;
    }
    .wz-xian{
    	width: 90%;
    	
    	margin-top: 16vw;
    	display: none;
    }
    .wz-xian:after{
    	content: "";
    	width: 100%;
    	margin-top: 22.8vw;
    	margin-left: -50%;
    	border-bottom: 0.1vw #d7d7d7 solid;
	    position: absolute;
    }
    .wz-b3 ul li dl dt{
    	
    	width: 13vw;
    }
    .wz-b3 ul li dl dd p{
    	
    	font-size: 14px;
    	line-height: 4vw;
    	overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
    	margin-bottom: 0 !important;
    }
    .wz-dian{
    	width: 1.5vw;
    	height: 1.5vw;
    }
    .wz-cc{
    	width: 60%;
    }
    .wz-d3{
    	width: 90%;
    }
    .wz-cc dl dt{
    	height: 10vw;
    }
    .wz-cc dl dt div{
    	width: 8vw ;
    	height: 8vw;
    	margin: 0 auto;
    }
    .wz-cc dl dt div img{
    	height: 5vw;
    	margin-top: 1.5vw;
    }
    .wz-c,.wz-d{
    	margin-top: 25px;
    }
    .wz-cc dl dd{
    	
    	font-size: 14px;
    	
    	width: auto;
    }
    .app-b{
    	width: 90%;
    	margin: 3vw auto;
    	display: block;
    }
    .app-b dl{
    	
    }
    .app-b dl dd p{
    	
    	font-size: 14px;
    	line-height: 24px;
    }
    .app-b dl dd span{
    	
    	font-size: 14px;
    	overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
		line-height: 20px;
    }
    .app-c{
    	width: 90%;
    }
    
    .app-c li{
		
		width: calc(33.333% - 10px);
		padding: 0 5px;
		height: 18vw;
	}
	.app-c li div{
		
		width: calc(30% - 10px);
		height: 18vw;
	}
    .app-c li div img{
    	width: 4.5vw;
    	margin-bottom: 2vw;
    }
    .app-c li div p{
    	
    	font-size: 14px;
    }
    .app-c li div i{
    	width: 3vw;
    	height: 0.2vw;
    	margin: 1vw auto;
    }
    .wx-b3{
    	width: calc(100% - 20px);
    	padding: 0 10px;
    	display: inline-block;
    }
    .wx-b3 dl{
    	margin: 0 1.5vw;
    } 
    .wx-b3 dl{
	    width: calc(50% - 8px);
	    margin-bottom: 16px;
	    margin: 0 4px 10px 4px;
	    float: left;
	}
    .wx-b3 dl dd p{
    	font-size: 14px;
    }
    .wx-b3 dl dd span{
    	font-size: 12px;
    }
    .wx-c ul{
    	width: 90vw;
    }
    .wx-c ul li{
    	width: 18vw;
    	height: 18.5vw;
    }
    .wx-c ul li div{
    	width: 18vw;
    	height: 18.5vw;
    	line-height: 5vw;
    	
    	font-size: 14px;
    }
    .wx-c ul li img{
    	width: 4vw;
    	margin-top: 5vw;
    }
    .wx-d1{
    	width: 90vw;
    }
    .wx-d1 li{
    	width: 21vw;
    	height: 22vw;
    }
    .wx-d1 li img{
    	width: 6vw;
    	margin: 3vw auto 1vw;
    }
    .wx-d12{
    	font-size: 2vw;
    	line-height: 4vw;
    }
    .wx-d13{
    	font-size: 1.1vw;
    	line-height: 2vw;
    }
    .wx-e{
    	width: 100%;
    }
    .rj-b1{
    	height: 13vw;
    }
    .rj-b1 ul{
    	width: 80%;
    }
    .rj-b1 i{
    	width: 9vw;
    }
    .rj-b1 ul li{
    	width: 9vw;
    	height: 9vw;
    	font-size: 1.5vw;
    	line-height: 3vw;
    	border-radius: 1vw;
    }
    .rj-b1 ul li img{
    	margin-top: 1.5vw;
    	width: 3vw;
    }
    .rj-c .rj-c0,.rj-c .rj-c00{
    	width: 90%;
    }
    .rj-c111{
    	font-size: 2.5vw;
    	margin-bottom: 2vw;
    	border-left: 0.4vw solid #49b3fd;
	    padding-left: 6px;
    }
    .rj-c112{
    	font-size: 1.5vw;
    	line-height: 3vw;
    }
    .rj-c11 ul{
    	margin-top: 2.5vw;
    	padding-top: 5px;
    }
    .rj-c11 ul li{
    	font-size: 1.3vw;
    	width: 10vw;
    	height: 3vw;
    	line-height: 3vw;
    	border-radius: 1.5vw;
    }
    .yj-b{
    	width: 90vw;
    	height: 45vw;
    }
    .yj-b li{
    	width: 22.5vw;
    	height: 22.5vw;
    }
    .yj-b01{
    	width: 22.5vw;
    	height: 22.5vw;
    }
    .yj-b01 img{
    	width: 6vw;
    	margin-top: 2vw;
    }
    .yj-b011{
    	font-size: 2vw;
    	line-height: 4vw;
    }
    .yj-b012{
    	font-size: 1.4vw;
    	line-height: 2vw;
    }
    .yj-c{
    	width: 90vw;
    }
    .yj-c li{
    	height: 20vw;
    }
    .yj-c01{
    	font-size: 2vw;
    	line-height: 4vw;
    }
    .yj-c02{
    	font-size: 1.3vw;
    	line-height: 2vw;
    }
    .al-b1 ul{
    	width: 60%;
    }
    .al-b1 ul li{
    	width: 18vw;
    	height: 4vw;
    	line-height: 4vw;
    	border-radius: 2vw;
    	font-size: 2vw;
    }
    .al-b2 ul{
    	width: 90%;
    }
    .al-b2{
    	height: 75vw;
    }
    .wm-b{
    	width: 90%;
    	font-size: 1.5vw;
    	line-height: 3vw;
    }
    .yx-b31{
    	font-size: 18px;
    }
    .yx-b32{
    	font-size: 14px;
    }
    .wm-c{
    	width: 90%;
    }
    .wm-c21{
    	font-size: 1.8vw;
    }
    .wm-c22{
    	font-size: 1.3vw;
    }
    .wm-c li img{
    	width: 4vw;
    }
    .wm-e{
    	width: 90%;
    }
    .wm-enew{
    	width: 90%;
    }
    .wm-enew p{
    	font-size: 20px;
    }
    .wm-e p{
    	font-size: 2vw;
    }
    .wm-e input{
    	height: 4vw;
    	font-size: 1.2vw;
    }
    .container .front{
		transform-style: unset !important;
	}
	.wx-d1 li{
		
		width: 100%;
		padding: 0 1%;
		margin-left: 0 !important;
		height: auto;
		padding-bottom: 10px;
	}
	.wx-d1 li img{
		width: 35px;
		margin: 15px auto 5px;

	}
	.wx-d1 li p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.wx-d1 li .wx-d13{
		font-size: 12px;
		line-height: 17px;
	}
	.wx-d{
		padding-top: 30px;
	}
	.yx-b2, .yx-d2 {
	    
	    font-size: 16px;
	    padding: 0 10px;
	}
	.wx-c {
	    padding-top: 30px;
	    padding-bottom: 25px;
	    background-size: cover;
	}
	.weixin-u{
		display: block;
		width: 80vw;
		padding-top: 0;
	}
	.u990{
		width: 33.33333%;
		margin: 0 0 25px 0;
		float: left;
		font-size: 14px;
		padding-bottom: 10px;
	}
	.weixin-u-after{
		display: none;
	}
	.weixin-u img{
		width: 48px;
	}
	.rj-b1{
		display: none;
	}
	.rj-c img{
		float: unset;
		margin: 0 auto;
		display: block;
	}
	.rj-c .rj-c11{
		width: 100%;
		float: unset;
	}
	.rj-c111{
		font-size: 16px;
	}
	.rj-c112{
		font-size: 14px;
		line-height: 21px;
	}
	.rj-c11 ul li{
		font-size: 12px;
	    width: auto !important;
	    height: auto;
	     line-height: 1; 
	    border-radius: 10px;
	    padding: 6px 10px;
	    margin-right: 5px !important;
	    margin-top: 10px;
	}
	.rj-c000{
		margin-right:5px !important ;
	}
	.rj-c{
		padding: 30px 0;
	}
	.rj-c2{
		background: #f8f8f8;
	}
	.yj-b li{
		width: 45vw;
		height: 200px;
	}
	.yj-b li .yj-b01{
		width: 45vw;
		height: 200px
	}
	.yj-b .yj-b1 img{
		width: 100%;
		height: 200px;
	}
	.wz-b .yx-b1{
		display: inline-block;
		
		width: 100%;
	}
	.pad-t-30{
		padding-top: 30px;
	}
	.yj-b .yj-b011{
		font-size: 14px;
		line-height: 1;
		margin-bottom: 8px;
	}
	.yj-b .yj-b012{
		font-size: 12px;
		line-height: 17px;

	}
	.yj-b01 img{
		margin: 15px 0 7px 0;
	}
	.yj-wz-b .yj-c li{
		
	    width: calc(50% - 8px);
	    margin-bottom: 16px;
	    padding: 0 4px 10px 4px;
	    height: auto;
	}
	.yj-wz-b .yj-c .yj-c0{
		width: 75px;
		height: 75px;
		margin-bottom: 10px;
	}
	.yj-wz-b .yj-c .yj-c0 img{
		width: 45px;
		margin-top: 15px;
	}
	.yj-wz-b .yj-c li p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.yj-wz-b .yj-c  .yj-c02{
		line-height: 20px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    height: 61px;
	}
	#tab .al-b1 ul li{
		width: auto;
		height: auto;
		padding: 5px 10px;
		font-size: 14px;
		border-radius: 20px;
	}
	#tab .al-b1{
	    margin-bottom: 20px;
    	margin-top: 25px;
	}
	#tab .al-b2 ul li{
		width: 50%;
		margin-bottom: 10px;
	}
	#tab .al-b3 li{
		width: 50% !important;
		margin-bottom: 10px;
	}
	.al-b2 ul:after{
		content: '';
		display:block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.al-b2 ul{
		zoom: 1;
	}
	.al-b2{
		height: auto;
	}
	#tab .al-b2 div{
		position: unset;
	}

	.index-wm .wx-d p{
		line-height: 20px;
		font-size: 14px;
	}
	.index-wm .yx-b1{
		font-size: 18px !important;
	}
	.index-wm{
		background: #f7f7f7;
	}
	.wm-c{
		display: block;
	}
	.wm-c li{
		width: 100%;
	    margin-bottom: 16px;
	    border-bottom: 1px dashed #e7e4e4;
	    padding-bottom: 15px;
	}
	.wm-c li img{
		width: 25px;
    	margin-right: 10px;
	}
	.wm-e{
		margin: 20px auto;
	}
	.wm-e p{
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.wm-e .wm-e1{
		height: 40px;
		padding: 3px 8px;
		font-size: 14px;
	}
	.wm-e input{
		margin-bottom: 6px;
	}
	.wm-e div{
		display: block;
	}
	.wm-e div input{
		width: 100%;
		height: 40px;
    	font-size: 14px;
    	padding: 3px 8px;
	}
	.wm-e .wm-e6{
		margin-top: 15px;
		margin-left: 0 ;
	}
	.top10 span{display: none;}

	
	.m-news{width: 100%;float: unset;}
	.news-right{width: 100%;float: unset;}
	.m-list2{padding: 10px 0;}
	.m-list3{height: 105px;}
	.u-img img{height: 100px;}
	.m-news .m-list3 .u-img{margin-right: 8px;}
	.m-news .m-list3 h3{font-size: 16px;}
	.m-list3 p{line-height: 20px;font-size: 14px;max-height: 39px;}
	.m-list3 .foot{padding-top: 8px;}
	.m-list5 a{font-size: 14px;}
	.m-list5 .nub{left: 7px;font-size: 14px;}
	.m-list2 li{padding-left: 37px;line-height: 40px;}
	.m-list5 .nub{margin-top: -11px;}

	.footer .yx-f1 p span{display: block;margin-bottom: 10px;}
	.footer .yx-f1 p b{display: none;}


}


@media (max-width: 425px){
	.inner {
	    padding: 15px !important;
	}
	.wz-b3 ul li dl dt{
		width: 17vw;
	}
	.top1{
		display: none;
	}
	.top2 img{
		width: 50%;
		
		margin: 10px 0;
	}
	.swiper-pagination-bullet{
      	width: 8px!important;
        height:8px!important;
    }

	.menu{
		margin: 10px 15px 0 0;
		width: 30px;
		height: 30px;
	}
	.linea1{
		width: 16px;
		height: 2px;
		right: 22px;
		top: 19px;
	}
	.linea2{
	  	width: 16px;
	  	height: 2px;
	  	right: 22px;
	  	top: 24px;
	}
	.linea3{
	  	width: 16px;
	  	height: 2px;
	  	right: 22px;
	  	top: 29px;
	}
	@keyframes closetop {
        0% {
            transform: translateY(0px) rotate(0deg);
        }
        25% {
            transform: translateY(5px) rotate(0deg);
        }
        75% {
            transform: translateY(5px) rotate(-45deg);
        }
        100% {
            transform: translateY(5px) rotate(-45deg);
        }
    }
    @keyframes closebottom {
        0% {
            transform: translateY(0vw) rotate(0deg);
        }
        25% {
            transform: translateY(-5px) rotate(0deg);
        }
        75% {
            transform: translateY(-5px) rotate(45deg);
        }
        100% {
            transform: translateY(-5px) rotate(45deg);
        }
    }
    .menu-espanso{
    	width: 50%;
    }
    .voci-menu{
    	right: 10vw;
    	top: 80px;
    }
    .yx-b{
        padding-top: 20px;
    }
    .yx-b1, .yx-d1{
        font-size: 20px;
    }
    .yx-b2, .yx-d2{
        
        font-size: 16px;
        padding: 0 10px;
    }
    .yx-c31 li {
        float: left;
        width: 50%;
        padding: 10px 60px;
    }
    .xian{
        display: none;
    }
    .yx-c31 li dl dd div{
        display: none;
    }
    .yx-c31 li dl dd p{
        line-height: 60px;
    }
    .yx-d3 li{
        width: 50%;
        padding: 0 20px 10px;
    }
    .yx-e1 dl{
    	width: 33.3%;
    }
	.yx-f0{
		display: none;
	}
	.footer{
		margin-top: 50px;
	}
	.yx-2f{
		display: block;
		padding-bottom: 15px;
	}
	
		
		
		
		
		
	
	.wz-b3 ul li{
	    width: calc(50% - 8px);
	    margin-bottom: 16px;
	    margin: 0 4px 10px 4px;
	}
	.wz-b3 ul li:last-child{
		margin-bottom: 0px;
	}
	.wz-dian{
		
	}
	.wz-xian{
		display: none;
	}
	.wz-b3 ul li dl dd p{
		
		font-size: 14px;
    	line-height: 24px;
	}
	.wz-b3 ul li dl dd p.wz-b32{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    white-space: unset;
	    height: 45px;
	}
	.wz-cc dl dd{
		
		font-size: 14px;
	}
	.sc-a{
		width: 180%;
		margin-left: -40%;
	}
	.sc-b{
		width: 80%;
	}
	.sc-c{
		width: 50%;
	}
	.yx-d3 li dl dt img{
		width: 80%;
	}
	.wz-b{
		margin-top: 30px;
		display: inline-block;
	}
	.yx-b2{
		margin-bottom: 25px;
		margin-top: 10px;
		line-height: 24px;
	}
	.tab_box{
		margin-top: 30px;
	}
	.app-b{
		display: block;
	}
	.app-b dl{
		
	}
	.app-b dl{
	    width: calc(50% - 8px);
	    margin-bottom: 16px;
	    margin: 0 4px 10px 4px;
	}
	.app-b dl dt div{
		width: 17vw;
		height: 17vw;
	}
	.app-b dl dt div img{
		height: 10vw;
    	margin-top: 3vw;
	}
	.app-b dl dd p{
	    font-size: 14px;
	    line-height: 24px;
	}
	.app-c li{
		
		width: calc(50% - 10px);
		padding: 0 5px;
		
		height: 21vw;
	}
	.app-c li div{
		
		width: calc(47% - 10px);
		
		height: 21vw;
	}

	.wx-b3{
		display: block;
	}
	.wx-b3 dl{
		width: 100%;
	    margin-bottom: 16px;
	    
	    padding-bottom: 17px;
	    margin-left: 0 !important;
	}
	.wx-b3{
    	width: calc(100% - 20px);
    	padding: 0 10px;
    	display: inline-block;
    }
    .wx-b3 dl{
    	margin: 0 1.5vw;
    } 
    .wx-b3 dl{
	    width: calc(50% - 8px);
	    margin-bottom: 16px;
	    margin: 0 4px 10px 4px;
	    float: left;
	}
	.wx-b3 dl dd span,.wx-b3 dl dd p{
		line-height: 24px;
		font-size: 14px;
	}
	.wx-b3 dl dd span{
		line-height: 1;
		font-size: 14px;
	}
	.wx-b3 dl dt{
		width: 40px;
		height: 40px;
	}
	.wx-b3 dl dt div{
		width: 40px;
	}
	.wx-b3 dl dt div img{
		width: 30px;
		height: 30px;
	}
	.wx-c{
		padding-top: 30px;
		padding-bottom: 25px;
		background-size: cover;
	}
	.wx-c ul li{
		width: 50%;
	}
	.wx-c ul li:hover .wx-c2{
		animation: unset;
		opacity: unset;
		transition:unset;

	}
	.wc-c ul li:hover .wx-c1{
		opacity: unset;
		transition:unset;
	}
	.wx-c ul li div{
		margin: 0 auto;
		position: unset;
		font-size: 14px;
    	width: 100%;
	}
	.wx-c .wx-c2{
		display: none;
	}
	.wx-c ul li img{
		width: 16px;
	}
	.yx-d2{
		margin-bottom: 8px;
	}
	.wx-d{
		padding-top: 30px;
	}
	.wx-d1 li{
		width: 98%;
		padding: 0 1%;
		margin-left: 0 !important;
		height: auto;
		padding-bottom: 10px;
	}
	.wx-d1 li img{
		width: 35px;
		margin: 15px auto 5px;

	}
	.wx-d1 li p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.wx-d1 li .wx-d13{
		font-size: 12px;
		line-height: 17px;
	}
	.wx-e{
		margin-top: 20px;
	}
	.weixin-u{
		display: block;
		width: 80vw;
		padding-top: 0;
	}
	.u990{
		width: 50%;
		margin: 0 0 25px 0;
		float: left;
		font-size: 14px;
		padding-bottom: 10px;
	}
	.weixin-u-after{
		display: none;
	}
	.weixin-u img{
		width: 48px;
	}
	.yj-b li{
		width: 45vw;
		height: 179px;
	}
	.yj-b li .yj-b01{
		width: 45vw;
		height: 179px
	}
	.yj-b .yj-b1 img{
		width: 100%;
		height: 179px;
	}
	.wz-b .yx-b1{
		display: inline-block;
		
		width: 100%;
	}
	.pad-t-30{
		padding-top: 30px;
	}
	.yj-b .yj-b011{
		font-size: 14px;
		line-height: 1;
		margin-bottom: 8px;
	}
	.yj-b .yj-b012{
		font-size: 12px;
		line-height: 17px;

	}
	.yj-b01 img{
		margin: 15px 0 7px 0;
	}
	.yj-wz-b .yj-c li{
		
	    width: calc(50% - 8px);
	    margin-bottom: 16px;
	    padding: 0 4px 10px 4px;
	    height: auto;
	}
	.yj-wz-b .yj-c .yj-c0{
		width: 17vw;
		height: 17vw;
		margin-bottom: 10px;
	}
	.yj-wz-b .yj-c .yj-c0 img{
		width: 10vw;
		margin-top: 3.5vw;
	}
	.yj-wz-b .yj-c li p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.yj-wz-b .yj-c  .yj-c02{
		line-height: 17px;
		line-height: 20px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    height: 61px;
	}
	#tab .al-b1 ul li{
		width: auto;
		height: auto;
		padding: 5px 10px;
		font-size: 14px;
		border-radius: 20px;
	}
	#tab .al-b1{
	    margin-bottom: 20px;
    	margin-top: 25px;
	}
	#tab .al-b2 ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	#tab .al-b3 li{
		width: 50% !important;
		margin-bottom: 10px;
	}
	.index-wm{
		background: #f7f7f7;
	}
	.wm-c{
		display: block;
	}
	.wm-c li{
		width: 100%;
	    margin-bottom: 16px;
	    border-bottom: 1px dashed #e7e4e4;
	    padding-bottom: 15px;
	}
	.wm-c li img{
		width: 25px;
    	margin-right: 10px;
	}
	.wm-e{
		margin: 20px auto;
	}
	.wm-e p{
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.wm-e .wm-e1{
		height: 40px;
		padding: 3px 8px;
		font-size: 14px;
	}
	.wm-e input{
		margin-bottom: 6px;
	}
	.wm-e div{
		display: block;
	}
	.wm-e div input{
		width: 100%;
		height: 40px;
    	font-size: 14px;
    	padding: 3px 8px;
	}
	.wm-e .wm-e6{
		margin-top: 15px;
	}
	
	.m-news{width: 100%;float: unset;}
	.news-right{width: 100%;float: unset;}
	.m-list2{padding: 10px 0;}
	.m-list3{height: 105px;}
	.u-img img{height: 100px;}
	.m-news .m-list3 .u-img{margin-right: 8px;}
	.m-news .m-list3 h3{font-size: 16px;}
	.m-list3 p{line-height: 20px;font-size: 14px;max-height: 39px;}
	.m-list3 .foot{padding-top: 8px;}
	.m-list5 a{font-size: 14px;}
	.m-list5 .nub{left: 7px;font-size: 14px;}
	.m-list2 li{padding-left: 37px;line-height: 40px;}
	.m-list5 .nub{margin-top: -11px;}
}