@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: PingFang SC;
	background-color: #1d2028;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.clearfix::after{
	clear:both;
	content:'';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
a{
	text-decoration : none;
	color: #777;
}
a:hover{
	text-decoration : none;
	color: #777;
}
a:visited{
	text-decoration : none;
}
a:active{
	text-decoration : none;
}
a:link{
	text-decoration : none;
}
img{
	vertical-align: middle;
	border: none;
}
.top{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: #1d2028;
	height: 76px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 76px;
}

.nav ul{
	display: flex;
}
.nav ul li p{
	display: block;
	font-size: 16px;
	font-size: 500;
	margin-left: 40px;
	color: #fff;
}
.nav ul li:first-child p{
	margin-left: 0;
}
.nav ul li p:hover, .nav ul li p.active{
    color:#de2826;
}
.nav ul li p.active{
	color:#de2826;
}
.itel span{
	vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
	color: #000;
}
.m_nav {
    display: none;
    width: 100%;
    background: #1d2028;
    padding-bottom: 24px;
    z-index: 111;
}
.m_nav ul li {
    text-align: center;
    padding-top: 22px;
    font-size: 16px;
}
.m_nav ul li {
    color: #fff;
}
.m_nav_active{
    display: block;
}
.nav-btn{
	display: none;
}
.nav-btn span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 5px;

}

.nav-btn span:last-child{
	margin-bottom: 0;
}
.nb_active {
	margin-top: -10px;
}
.nb_active span:first-child {
    display: none;
}
.nb_active span:nth-child(2){
    transform: rotate(316deg);
    margin-top: 14px;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.nb_active span:last-child{
    transform: rotate(225deg );
    margin-top: -7px;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.banner{
	position: relative;
	margin-top: 76px;
}
.swiper-slide a img{
	width:100%;
  }
  
.swiper-pagination-bullet{
	  width: 10px;
	  height: 10px;
	  border-radius: 10px;
	  background-color: #f5f5f5;
  }
#bannerpagination .swiper-pagination-bullet-active{
	  background: #fff;
  }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 2%;
  }
.section1, .section2, .section3, .section4, .section5, .section6, .project, .news, .ab{
	padding: 70px 0;
}
.section2{
   background: url(../image/bg.jpg) no-repeat;
   background-size: cover;
}
.section4{
	background: url(../image/bg2.jpg) no-repeat;
	background-size: cover;
 }
 .section6{
	background: url(../image/bg3.png) no-repeat;
	background-size: cover;
 }
.index-ab img{
	width: 110px;
    height: 110px;
    margin: auto;
    display: block;
}

.index-ab .resume{
    font-size: 15px;
    color: rgba(249, 34, 91, 1);
    letter-spacing: 1px;
    line-height: 28px;
    padding: 40px 12%;
    text-align: justify;
    text-indent: 2.4vw;
}
.index-ab h3{
    color: #fff;
	text-align: center;
	font-size: 24px;
}

.more{
	margin-top: 60px;
 }
 .more p{
	 color: #000;
	 font-size: 15px;
	 padding: 10px 20px;
	 border:1px solid rgba(249, 34, 91, 1);
	 background: rgba(249, 34, 91, 1);
	 text-align: center;
	 display: block;
	 width: 200px;
	 margin: 0 auto;
	 transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all ease-out 0.3s;
	 -moz-transition: all ease-out 0.3s;
	 -webkit-transition: all ease-out 0.3s;
	 -o-transition: all ease-out 0.3s;
	 -ms-transition: all ease-out 0.3s;
 }
 .more p:hover{
	 background: rgba(249, 34, 91, 1);
	 color:#fff;
	 border: 1px solid rgba(249, 34, 91, 1);
	 transition: all 0.2s ease-out 0s;
	 background-color: 0.3 linear 0s;
 }
.index-title{
	text-align: center;
	margin-bottom: 50px;
}
.index-title h3{
	text-transform: uppercase;
    font-size: 48px;
	color: #282b35;
}
.index-title p{
    font-size: 24px;
	color: #fa225b;
	letter-spacing: 1px;
	margin-top: 5px;
}
.pro-swiper{
	width: 100%;
}
.pro-list img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.p-box{
	padding: 26px 20px;
	background: #282b35;
}
.p-box h3{
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-box p{
	margin-top: 12px;
	color: #535a6c;
	font-size: 13px;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-cases{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case-list{
	width: 33.33%;
	height: 240px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.case-list a{
	display: block;
	
}
.case-list a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 240px;
}

.case-list .case-hidden{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    padding: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.case-list:hover .case-hidden{
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}
.advantage{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}
.advantage .ad-list{
	text-align: center;
    width: 220px;
    height: 220px;
    border: 1px solid #4c4c4c;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.advantage .ad-list:hover{
	box-shadow: 0 0 20px rgb(228 224 224 / 80%);
	-webkit-box-shadow: 0 0 20px rgb(228 224 224 / 80%);
	-moz-box-shadow: 0 0 20px rgb(228 224 224 / 80%);
	-o-box-shadow: 0 0 20px rgb(228 224 224 / 80%);
}
.ad-list h2{
	color: #fa225b;
	font-size: 28px;
	font-weight: bold;
}
.ad-list .ad-line{
	background: #606060;
	width: 80%;
	height: 1px;
	margin: 12px auto;
	opacity: 0.4;
}
.ad-list span{
color: #fff;
opacity: 0.4;
font-size: 13px;
letter-spacing: 1px;
}
.index-news{
	display: flex;
	flex-wrap: wrap;
}
.index-news .news-box{
	width: 50%;
	box-sizing: border-box;
}
.news-lb ul li{
	margin-bottom: 18px;
	padding: 0 20%;
}
 .news-lb ul li{
	 display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 14px; color:#666;
  }
  .news-lb ul li:hover{
    color: #fff;
 }
  .news-lb ul li:last-child{
   margin-bottom: 0;
 }
 .index-news .mn{
	border-left: 1px solid #000;
}
.index-contact{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ic-list{
 text-align: center;
 width: 25%;
 box-sizing: border-box;
}
.ic-list img{
	width: 100px;
	height: 100px;
}

.ic-list h4{
	color: #666666;
}
.ic-list p{
	color: #939393;
	/* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
	margin-top: 12px;
}
.p-ban{
	margin-top: 76px;
	background: url(../image/page.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.page-title{
	margin-bottom: 0;
}
.pc{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.pc::after{
	content: "";
	width: 23.5%;
}
.empty{
	width: 23.5%;
	height: 0px;
}
.pc .items{
	width: 23.5%;
	margin-bottom: 26px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out; 
}
.pc .items:hover{
	-webkit-transform:scale(1.10);
	-moz-transform:scale(1.10);
	-o-transform:scale(1.10);
	transform:scale(1.10);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	 position:relative; 
	 z-index:100;
	}
	.mpage {
		padding: 50px 0 0 0;
		margin:0 auto; 
		text-align:center;
	   }
   .mpage li{ 
	   display:inline;
		padding:5px;
	   }
   .mpage .pnext a,.mpage .ppre a,.mpage .ppage a{ 
	   display:inline-block;
	   zoom:1; 
	   line-height:36px;
		width:36px;
		 text-align:center;
		 border-radius:18px; 
		 -webkit-border-radius:18px; 
		 -moz-border-radius:18px; 
		 -o-border-radius: 18px; 
		 -khtml-border-radius: 18px; 
		 border:1px solid #999; 
		 font-size:16px;
		 color:#fff;
	   }
   .mpage .pnext a,.mpage .ppre a{
	   width:auto; 
	   padding:0 30px;
	   color:#fff;
   }
   .mpage  a:hover,.mpage  a.hover{ 
	   background:#fa225b;
	   color:#FFF;
	   border-color:#fa225b;
   }
.cases{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cases::after{
	content: "";
	width: 32%;
}
.cases .cl{
	width: 32%;
	margin-bottom: 24px;
}
 .cl img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.cl .case-title{
	text-align: center;
    padding: 13px 10px;
    color: #fff;
    background: rgb(23 21 21 / 15%);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.n-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-list{
	width: 49.5%;
	margin-bottom: 20px;
	background: #282b35;
    border: 7px solid #282b35;
	overflow: hidden;
	padding: 3px;
}
.news-list:hover{
	 border-color:#fa225b;
	}
.news-list:hover .ts h3{
      color:#fa225b;
}
.ts h3{
	color: #999;
	margin-top: 6px;
}
.ts p{
	color: #666;
}
.ts .time{
	color: #999;
	display: flex;
    align-items: center;
	font-size: 12px;
}
.time img{
	margin-right: 3px;
}
.n-item .n-img{
	width: 120px;
	height: 100px;
	margin-right: 20px;
	float: left;
}
.n-item .n-img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.n-item .n-text{
	height: 100px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 .n-text h3{
	font-size: 16px;
    font-weight: 600;
	color: #999;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.n-text p{
    color: #676767;
    font-size: 13px;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-tab{
	display: flex;
    justify-content: center;
	margin-bottom: 50px;
}
.news-tab a{
	text-align: center;
    display: block;
    width: 135px;
    height: 45px;
    line-height: 45px;
    background: #282b35;
    color: #999;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	-ms-transition: all ease-out 0.3s;
}
.news-tab a:first-child{
 margin-right: 20px;
}
.news-tab a:hover{
	background: rgba(249, 34, 91, 1);
	color:#fff;
	border: 1px solid rgba(249, 34, 91, 1);
	transition: all 0.2s ease-out 0s;
	background-color: 0.3 linear 0s;
}
.news-tab a.active{
	background: rgba(249, 34, 91, 1);
	color:#fff;
	border: 1px solid rgba(249, 34, 91, 1);
	transition: all 0.2s ease-out 0s;
	background-color: 0.3 linear 0s;
}
.ab-con{
	color: #999;
	font-size: 15px;
	line-height: 28px;
	word-break: break-word;
}

.footer{
	padding: 30px 0;
}
.f-nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.f-nav ul li {
	padding: 0 16px;
}
.f-nav ul li span{
	font-size: 14px;
	color: #fff;
}
.links{
	border-bottom: 1px solid #494949;
	text-align: center;
	padding-bottom: 15px;
	margin: 26px 0;
}
.links ul li{
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
}
.copyright{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
}
.copyright  p:first-child{
	margin-right: 15px;
}
.copyright p a, .links ul li a{
	color: #a9a9a9;
	font-size: 14px;
}
/* 底部 */
.footer, .f-bttom{
	background: #1f1f1f;
	color: rgba(255,255,255,.6);
}

.f1 .presentation{
	width: 80%;
    line-height: 1.8;
    text-align: justify;
	margin-top: 30px;
}
.f1 img{
	max-width: 215px;
}
.f2 h3, .f3 h3{
	font-size: 20px;
	color: #fff;
}
.f2 h4, .f3 h4{
	font-size: 17px;
}
.f2 h4{
	margin: 20px 0 20px 0;
}
.f2 ul li{
	font-size: 16px;
	line-height: 2.2;
	color: #fff;
}
.f2 ul li i{
	padding-right: 12px;
}
.f3 h4{
	margin: 20px 0 30px 0;
}
.code .fimg{
	margin-right: 20px;
}
.f-bttom{
	font-size: 13px;

}

.related:after{
 content:"";
 width: 270px;
}


/* 底部菜单 */
.tabbar-blank{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}
.tabbar-container, .tabbar-blank{
   display:none;
}
.tabbar-container .tabbar {
    border-top: 1px solid #3a3939;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background-color: #1f1f1f;
    z-index: 60;
    position: fixed;
    bottom: 0;
    left: 0;
}
.tabbar-container .tabbar .list {
    padding: 0 .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabbar-container .tabbar .list .item {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.tabbar-container .tabbar .list .item .icon-box {
   padding: 6px 0 3px 0;
}
.tabbar-container .tabbar .list .item .icon-box .icon {
    height: 22px;
    width: 22px;
}
.tabbar-container .tabbar .list .item .icon-box .icon.icon-2 {
    display: none
}

.tabbar-container .tabbar .list .item .text {
    color: #777;
}
.tabbar-container .tabbar .list .item a.active .icon-box .icon.icon-2 {
    display: inline-block
}
.tabbar-container .tabbar .list .item a.active .icon-box .icon.icon-1 {
    display: none
}
.tabbar-container .tabbar .list .item a.active .text {
    color: #fff;
}
.p-list{
	text-align: left;
}
.p-list a{
	color: #fff;
	margin-right: 16px;
}
.sl-title{
	padding:55px 0;
}
.title{
	text-align: center;
	position: relative;
}
.title::before{
	position: absolute;
	content: "";
	width: 30%;
	height: 1px;
	background-color: #bfbfbf;
	left: 0;
	top: 50%;
}
.title::after{
	position: absolute;
	content: "";
	width: 30%;
	height: 1px;
	background-color: #bfbfbf;
	right: 0;
	top: 50%;
}
.title h2{
	text-align: center;
	color:rgb(121,111,247);
	font-weight: bold;
	font-size: 36px;
}
.title .line{
	width: 60px;
	height: 2px;
	background-color: rgb(121,111,247);
	margin: 10px auto;
}
.title p{
	color: #000;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.5px;
}
.sl-wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #000000;
	list-style-type: none;
}
.sl-wrap ul li{
	width: 33.33%;
	height: 300px;
	box-sizing: border-box;
	position: relative;
	
}
.sl-wrap ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	padding: 5px;
}
.sl-wrap ul li a img.active {
	z-index:1;
}
.sl-wrap ul li .place {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: rgba(10, 10, 10, 0.7);
	z-index: 1;
	left: 0;
	bottom: 0;
	text-align: center;
}

.sl-wrap ul li .ph {
	color: rgba(10, 10, 10, 0.7);
}
.w-box{
	overflow: hidden;
}
.w-fl{
	text-align: center;
	padding: 0 10%;
    
}
.w-fl a{
	display: inline-block;
    background: #fff;
    padding: 8px 20px;
    color: #333;
    font-size: 15px;
    margin: 0 10px 26px 0;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
}
.w-fl a:hover, .w-fl a.active{
	color:#fff;
	background-color: rgb(121,111,247);
}
.w-con .scalee{ 
	position:relative;
}

.scalee li{
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out; 
}
.scalee li:hover{
	-webkit-transform:scale(1.10);
	-moz-transform:scale(1.10);
	-o-transform:scale(1.10);
	transform:scale(1.10);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	 position:relative; 
	 z-index:100;
	}
.scalee li:hover .fs{
		color: rgb(121,111,247);
}
.w-con{
	margin-top: 40px;
}
.w-con .scalee{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.w-con ul li{
    width: 23%;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.bt_classify_name_empty{
            width: 23%;
    box-sizing: border-box;
	margin-bottom: 30px;
            height: 0px;
        }
.w-con .scalee::after{
	 content: "";
    width: 23%;
}
.viimg {
    position: relative;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
	height: 300px;
}
.viimg img{
	width: 100%;
	height: 100%;
   border: none;
   object-fit: cover;
}
.tac p{
	color: #999;
	font-size: 15px;
	padding-top: 10px;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tac .fs{
	color: #000;
	font-weight: bold;
	font-size: 15px;
    padding-bottom: 10px;
}

.mz{
	background: url(../image/mz.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	/* height: 700px; */
	padding: 130px 0;
}
.mz-con h1{
	font-size: 70px;
    font-weight: bold;
    color: #fb174c;
    transform: skewX(10deg);
}
.mz-con p{
	font-size: 20px;
    font-weight: 600;
    color: #fb174c;
}
.mz-con .ml{
	width: 60px;
	height: 1px;
	background-color: #000;
	margin: 26px 0;
}
.mz-con .zh, .mz-con .en{
	color: #000;
	font-size: 34px;
	letter-spacing: 2px;
}
.mz-con .en{
	font-size: 16px;
    letter-spacing: 5px;
    transform: rotateX(45deg);
}
.message{
	padding: 55px 0;
}
.ksbj{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #e5e2ff;
	position: relative;
}
.ksbj .m1, .ksbj .m2{
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	color: #160b09;
	padding: 20px 0;
}
.ksbj .m2{
	background-color: #796ff6;
	color: #fff;
}
.m1 h3, .m2 h3{
	font-size: 40px;
	letter-spacing: 1px;
}
.m2 h3{
	margin-bottom: 10px;
}
.m2 span{
	font-size: 13px;
	opacity: 0.7;
}

.c-btn {
    display: block;
    position: absolute;
    left: 49.5%;
    width: 50px;
    height: 50px;
    z-index: 10;
    margin-left: -21px;
}
.c-btn  .btn {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 120px;
}
.c-btn .btn {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../image/btn.png) #FFFFFF 2px 2px no-repeat;
    background-size: 88%;
    border-radius: 50%;
}
.btn-out{
	width: 50px;
	height: 50px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}

	.emit {
		-webkit-animation-name: emit;
		animation-name: emit;
	}
	@-webkit-keyframes emit {
		0% {-webkit-transform: scale3d(1, 1, 1);opacity: 1}
		100% {-webkit-transform: scale3d(1.5, 1.5, 1);opacity: 0}
	}
	@keyframes emit {
		0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);opacity: 1}
		100% {-webkit-transform: scale3d(1.5, 1.5, 1);transform: scale3d(1.5, 1.5, 1);opacity: 0}
	}

.h-top{
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
}
.h-title h2{
	font-size: 30px;
    color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
}
.h-title p{
    font-size: 16px;
    color: #888888;
}
.h-more{
	text-align: center;
	width: 110px;
	height: 35px;
	line-height: 32px;
	color: #888;
	border-radius: 35px;
	border: 1px solid #666;
	font-size: 14px;
}
.h-more a{
	display: block;
 }
.h-more:hover a{
   color: rgb(255, 32, 32);
}
.h-more:hover{
	border: 1px solid rgb(255, 32, 32);
 }
 .h-con{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 45px;
 }
 .h-list{
	 width: 270px;
 }
 .h-list .h-img{
	position: relative;
 }
 .h-img img{
	width: 100%;
}
 .h-img .prices{
	position: absolute;
	right: 0;
	bottom: 8%;
	color: #fff;
	background-color: rgb(255, 32, 32);
	font-size: 16px;
	padding: 4px 11px;
}
.h-text{
	padding: 18px 10px;
	box-sizing: inherit;
}
.h-text h3{
	flex: 1;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
.h-text .h-des{
	margin-top: 8px;
	color: #888;
}
.h-text .h-des span{
	margin-right: 10px;
}
.h-text .h-des span:last-child{
	margin-right: 0;
}
.h-list:hover .h-text{
	-moz-box-shadow: 2px 0px 9px 0px #8c8b8bb8;
    -webkit-box-shadow: 2px 0px 9px 0px #8c8b8bb8;
    text-shadow: 0 1px 1px #fff;
    box-shadow:2px 0px 9px 0px #8c8b8bb8;
}
.hbg{
	background: #f5f5f5;
}
.h-list1{
	width: 373px;
}
.h-list1 .h-img1{
	width: 100%;
}
.h-img1 img{
	width: 100%;
	object-fit: cover;
}
.h-list1 .h-text{
	-moz-box-shadow: 0 0 3px #d9d9d9;
    -webkit-box-shadow: 0 0 3px #d9d9d9;
    text-shadow: 0 1px 1px #fff;
    box-shadow: 0 0 5px #d9d9d9;
}
.h-text .h-info{
	display: flex;
	justify-content: space-between;
}
.h-text .h-info p{
	width: 30%;
	font-size: 16px;
    color: #FF2020;
	font-weight: 600;
    text-align: right;
}
.h-list1:hover .h-text{
	-moz-box-shadow: 2px 0px 9px 0px #8c8b8bb8;
    -webkit-box-shadow: 2px 0px 9px 0px #8c8b8bb8;
    text-shadow: 0 1px 1px #fff;
    box-shadow:2px 0px 9px 0px #8c8b8bb8;
}
.pbg{
	background: url(../image/p-bg.jpg) no-repeat;
	background-size: cover;
}
.p-con{
	margin-top: 45px;
}
.pot-box{
	display: flex;
	align-items: center;
	height: 450px;
}
.pot-box .pb-l{
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	background: #fff;
	padding: 54px 0  0 42px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}

.pb-l h2{
	font-size: 24px;
	font-weight: bold;
    line-height: 1.3;
}
.pb-l p {
	color: #ff2020;
	padding: 12px 0 18px 0;
}
.pb-l p span{
	font-size: 20px;
	font-weight: bold;
	margin-right: 7px;
}
.pb-l dl dd{
	font-size: 14px;
    color: #555555;
    line-height: 2.1;
}
.pb-l .ptel{
	margin: 28px auto 70px;
}
.pb-l .ptel img{
	vertical-align: bottom;
	margin-right: 12px;
}
.pb-l .ptel span{
	font-weight: bold;
	color: #ff2020;
	font-size: 20px;
}
.pb-l .p-more{
	width: 120px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border-radius: 36px;
    background-color: rgb(255, 32, 32);
	box-shadow: rgb(255, 32, 32) 0px 2px 18px -2px;
}
.p-more a{
	color: #fff;
 display: block;
}
.pot-box .pb-r{
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}
.pb-r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.myPriority {
	padding-bottom: 80px;
}
.p-dot{
	bottom: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.p-dot .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
		border-radius: 9px;
		background-color: #ff2020;
		opacity: 1;
		margin: 0 8px;
	}
.p-dot .swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
		border-radius: 12px;
		background-color: transparent;
		border: 1px solid rgb(255, 32, 32);
	}
.tabs{
	margin-top: 42px;
}
.tabs a{
	display: inline-block;
	color: #555;
	font-size: 20px;
	padding-bottom: 6px;
}
.tabs a:first-child{
	margin-right: 40px;
}
.tabs a.active{
	color: #ff2020;
	border-bottom: 2px solid #ff2020;
}

.h-news{
	width: 49%;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 0.5px solid #E0E0E0;
}

.tj{
	text-align: center;
	padding: 30px 0 0 0;
}

.tj .btn{
	background: #000;
    color: #ffff;
	font-size: 16px;
    padding: 8px 30px 10px 30px;
	outline: none;
}

.p-img img{
	width: 100%;
}
.p-text{
    position: relative;
	height: 100%;
}
.p-text>div{
   position: absolute;
   bottom: 0;
	color: #fff;
	background-color: rgb(255, 32, 32);
	font-size: 20px;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.page-bg{
	background-color: #f5f5f5;
	padding: 40px 0 130px 0;
}
.c-top, .c-con{
	background-color: #fff;
}

.c-top{
	border-top: 2px solid rgb(255, 32, 32);
	padding: 0 22px;
}
.c-top .c-title{
	display: flex;
	align-items: center;
	font-size: 15px;
	padding-top: 14px;
}
.c-top .c-title:last-child{
	padding-bottom: 14px;
}
.c-title .lx{
	width: 100px;
}
.c-title .link-con{
	flex: 1;
	overflow: hidden;
}
.c-title .link-con .c-link{
	overflow-y: auto;
    white-space: nowrap;
}
 .c-link a{
	color: #333;
	margin-right: 30px;
	word-break: keep-all;
	line-height: 30px;
}
.c-link a:hover{
	color: rgb(255, 32, 32);
}
.c-link a.active{
	color: rgb(255, 32, 32);
}
.c-con{
	padding: 0 20px;
	margin-top: 40px;
}
.ph-list .alist{
	display: flex;
	align-self: center;
	padding: 35px 0;
	border-bottom: 1px solid #d9d9d9;;
}
.ph-list .ph-l{
	width: 120px;
	height: 120px;
	margin-right: 30px;
}
.ph-l img{
	width: 120px;
	height: 100%;
	object-fit: cover;
}
 .ph-c img{
	width: 160px;
	height: 100%;
	object-fit: cover;
}
.ph-list .ph-r{
	overflow: hidden;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ph-r h3{
	font-size: 20px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
.ph-r em{
	font-style: normal;
	font-size: 20px;
	color: #ff2220;
	font-weight: 600;
}
.ph-r .ph-des{
	color: #888;
	font-size: 14px;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.c-cont nav{
	padding: 30px 0;
}
.ph-list .ph-c{
	width: 160px;
	height: 160px;
	margin-right: 30px;
}
.ph-list .ph-t{
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.adviser{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.adviser h3{
	font-size: 22px;
}
.adviser .area{
	font-size: 16px;
}
 .adviser p{
	font-size: 14px;
	color: #888;
}

.ph-t .ctel{
	display: flex;
	align-items: center;
}

.ctel .t-num{
	font-size: 22px;
	color: #ff2020;
	font-weight: 500;
	font-family: Arial;
	display: flex;
    align-items: center;
}

.pos_nav {
    color: #8a8a8a;
    letter-spacing: 1px;
    font-size: 14px;
}
.pos_nav{
	padding-bottom: 50px;
}

.company h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.company p{
	font-size:14px;
	color:#888888;
	margin-top: 10px;
}
.com-des{
	margin-top: 40px;
	font-size: 14px;
	color: #888;
	line-height: 26px;
    text-align: justify;
}
.events{
	padding: 100px 0;
}
.about{
	display: flex;
	padding-top: 50px;
	align-items: center;
}
.about .ab-r{
	margin-left: 60px;
}

.e-box{
	display: flex;
	margin-top: 60px;
}
.e-box .e-img{
	margin-right: 80px;
}
.e-img>div img {
	opacity: .6;
	}
.e-img>div:last-child img{
	margin-top: 30px;
}
.t-list{
	border-left: rgb(228, 228, 228) 2px solid;
	position: relative;
	padding:0 0 60px 20px;
}
.t-list::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #ff2020;
	left: -6px;
}
.t-list h4{
	font-size: 16px;
	color: #333;
	line-height: 10px;
}
.t-list p{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-top: 13px;
}

#map, #allmap{
	width: 100%;
	height: 350px;
}
.s-con{
	padding: 60px 0 0 0;
}
.con-ly{

	margin:  0 auto;
}
.con-form form .f-ta{
	padding: 30px 15px;
}
.con-form form  .ctn {
	width: 100%;
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 20px;
	outline: none;
}
.con-form form input, button{
	outline:none;
	
}

.info_content {
	padding: 35px 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
	color: #999;
}
.pronext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: lighter;
    color: #333;
    padding: 30px 0;
    border-bottom: 1px solid #888;
}
.pronext .propage, .pronext .nextpage {
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #999;
}
.propage span a, .nextpage span a{
	color: #999;
}

.tages {
    font-size: 15px;
    padding: 30px 0;
	color: #999;
}
.tages p a {
    margin-right: 20px;
}
.related .re_text {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
	color: #999;
}
.related .re_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.re_con .re_con_box {
    width: 48%;
}
.re_con_box ul li {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style-type: disc;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}
.re_con_box ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #999;
    left: 0;
    top: 35%;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff2020;
    border-color: #ff2020;
}
.pagination > li >a{
	color: #999;
   }
.pagination > li:hover a{
	   color: #fff;
	   background-color: #ff2020;
	   border-color: #ff2020;
   }

#tabs-container .swiper-slide{
	height:auto;
}

.dots-box{
    text-align: center;
    position: absolute;
    z-index: 11;
}
.search-box{
	padding-left: 30px;
}
.search-box>form {
    display: block;
    position: relative;
}
.search-box>form>input {
    width: 220px;
    height: 28px;
    background: #fff;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    outline: none;
	color: #545454;
    font-size: 13px;
}
.search-box>form>button {
    width: 40px;
    height: 100%;
    background: url(../image/seach.png) center no-repeat;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
	outline: none;
}
.search-box>form>button:before {
    height: 12px;
    width: 1px;
    content: '';
    background: #bebebe;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.search-box>form>input::-webkit-input-placeholder {
	font-size:13px;
	}

	.detail_t{
		text-align: center;
	}
	.detail_t h1{
		font-size: 26px;
		line-height: 30px;
		font-weight: bold;
		color: #999;
	}
	.detail_t h5{
		margin-top: 20px;
		font-size: 15px;
		color: #999;
	}
.fn{
	font-size: 26px;
    line-height: 30px;
    font-weight: bold;
	padding-bottom: 35px;
}
.pf-top{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
    
}
.slt, .p-detail{
	width: 50%;
	box-sizing: border-box;
}
.slt img{
	width: 100%;
}
.p-detail{
	color: #888;
	padding-left: 3vw;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pd-price .jg{
	color: #ff552e;
	font-size: 16px;
}
.pd-price .ins{
	margin-left: 20px;
}
.pd-price .jg b{
	font-size: 36px;
}
.pd-list li{
	line-height: 40px;
	font-size: 15px;
	display: flex;
}
.pd-list li span:first-child{
	display: block;
    width: 100px;
}
.pd-list li .pl{
	color: #333;
}
.ftel{
	width: 100%;
    background: #ff2020;
    height: 60px;
    line-height: 60px;
}
.ftel a{
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
    text-align: center;
}
.fyxq{
	color: #999;
	font-size: 20px;
	font-weight: 600;
	margin-top: 24px;
}
.likes{
	padding-bottom: 60px;
}

.c-con p{
     margin:0 auto !important;
    text-align: center;
    padding-top: 50px;
}

.pagination li a.active{
    color: #fff;
    background-color: rgb(255, 32, 32);
}
.c-link a.active{
     color: rgb(255, 32, 32);
}

.range, .range a{
color:#333;
font-size:15px;
}
.range{
    line-height: 40px;
}
.range a {
       margin-right: 20px;
}
.form-horizontal{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.form-horizontal .form-group{
   width:49%;
}
.page-con img, .info_content img{
 max-width:100%;
}
@media (max-width: 1360px){

	.w1200 {
		width: 92%;
		margin: 0 auto;
	}

	.w-con {
		margin-top: 30px;
	}
	.wm{
		margin-top: 0;
	}


	.logo a img{
		width: 70%;
		height: auto;
		object-fit: cover;
	}
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}
	.dl h1 {
		font-size: 42px;
	}
	.c-list img {
		width: 47px;
		height: 47px;
	}
	.h-list {
		width: 23%;
	}
	.h-list1 {
		width: 32%;
	}
	.h-text .h-info p {
		text-align: right;
		width: 50%;
		font-size: 15px;
		margin-left: 10px;
	}
	.n-text h3, .ph-r h3, .ph-r em{
		font-size: 18px;
	}
	.n-text p {
		font-size: 15px;
	}
.related:after{
 content:"";
 width:23%;
}
	
}

@media (max-width: 1200px){

.case-list{
	width: 32%;
}
.news-lb ul li {
    padding: 0 15%;
}

  .itel {
	  display: none;
  }
  .sl-wrap ul li {
    height: 230px;
}
}

@media (max-width: 992px) {
	.top {
		height: 56px;
	}
	.header {
		line-height: 56px;
	}
	.banner, .p-ban {
		margin-top: 56px;
	}

	.index-ab .resume{
		padding: 40px 0;
	}
	.advantage .ad-list {
		width: 200px;
		height: 200px;
	}
	.case-list a img, .case-list, .cl img{
		height: 200px;
	}
	.pc::after{
		content: "";
		width: 32%;
	}
	.empty{
		width: 32%;
		height: 0px;
	}
	.pc .items{
		width: 32%;
		margin-bottom: 20px;
	}

	.viimg {
		height: 240px;
	}

	.mz-con .zh {
		font-size: 24px;
	}
	.mz-con h1 {
		font-size: 50px;
	}
	.w-con ul li {
		width: 32%;
	}
	.w-con .scalee::after{
		content: "";
		width: 32%;
	}
	.w-fl {
		overflow-y: auto;
		white-space: nowrap;
		padding: 0;
		overflow:scroll;
	}
	.w-fl a{
		margin-bottom: 20px;
	}

   .nav{
	   display: none;
   }
   .nav-btn{
	   display: block;
   }
   .dl h1 {
	font-size: 36px;
}

.e-box .e-img {
    margin-right: 50px;
}
.p-text>div {
    font-size: 18px;
    width: 140px;
    height: 40px;
    line-height: 40px;
}

.s-con {
    padding: 40px 0 0 0;
}
.title h2 {
    font-size: 30px;
}
.title p {
    font-size: 24px;
}
.m1 h3, .m2 h3 {
    font-size: 28px;
}
}

@media (min-width: 992px) {
    .m_nav{
        display: none;
    }
	
   }

@media (max-width: 768px) {
	.section1, .section2, .section3, .section4, .section5, .section6, .project, .news, .ab{
		padding: 50px 0;
	}
	.index-ab .resume{
		padding: 30px 0;
	}
	.index-ab img {
		width: 100px;
		height: 100px;
	}
	.index-title h3 {
		font-size: 40px;
	}
	.case-list, .cases .cl{
		width: 48%;
	}
	
	.case-list{
		margin-bottom: 20px;
	}

	.case-list .case-hidden{
		transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0)
	}
	.advantage {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
	}
	.advantage .ad-list {
		width: 160px;
		height: 160px;
		margin-bottom: 20px;
	}
	.advantage .ad-list:last-child{
		margin-bottom: 0;
	}
	.index-news .news-box {
		width: 100%;
	}

	.index-news .mn {
		margin-top: 50px;
		border-left: none;
	}
	.ic-list {
		width: 50%;
	}
	.pc::after{
		content: "";
		width: 48%;
	}
	.pc .items{
		width: 48%;
		margin-bottom: 20px;
	}

	.mpage li {
		padding: 0;
	}
	.fs16{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fs16 .ppage a{
		display: none;
	}
	.fs16 .ppage>a.hover{
		display: block;
	}
	.fs16 .pnext{
		margin-right: 12px;
	}
	.fs16 .pnext:last-child{
		margin-right: 0;
		margin-left: 12px;
	}
	.mpage {
		padding: 30px 0 0 0;
	}
	.n-box:first-child{
		margin-top: 0;
	}
	.h-news, .news-list{
		width: 100%;
	}

.fr{
	margin-bottom: 26px;
}

	 .ksbj .m2 {
		width: 100%;
	}
	.h-news:last-child{
		margin-bottom: 20px;
	}
	
	.w-con ul li {
		width: 48%;
	}
	.w-con .scalee::after{
		content: "";
		width: 48%;
	}
	.sl-wrap ul li {
		width: 50%;
		height: 180px;
	}
	.sl-title {
		padding: 35px  0;
	}
	.title::before, .title::after{
		display: none;
	}
	.banner-con, .c-list:last-child, .links, .f-nav, .ph-t .ctel, .ksbj .m1, .c-btn{
		display: none;
	}
	.mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
		z-index: 5;
	}
	.cay {
		display: flex;
		justify-content: space-around;
		padding: 30px 0;
	}
.c-list img{
	width: 42px;
	height: 42px;
}
.c-list p {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}
.dl h1{
	font-size: 28px;
}

.dl>p {
    width: 100%;
}
.h-title h2, .company h2{
	font-size: 24px;
}
.h-title p {
    font-size: 15px;
}
.h-more {
    text-align: center;
    width: 90px;
    height: 30px;
    line-height: 28px;
	font-size: 13px;
}
.h-text h3, .n-text h3{
    font-size: 16px;
}
.h-list, .h-list1 {
    width: 48%;
}
.h-list1 {
    margin-bottom: 30px;
}
.h-img .prices, .n-text p, .copyright{
	font-size: 14px;
}
.pot-box .pb-l{
	display: none;
}
.pot-box .pb-r{
	width: 100%;
}
.pot-box {
    height: auto; 
}
.pb-l h2, .tabs a, .adviser h3 {
    font-size: 18px;
}


.tabs a:first-child {
    margin-right: 20px;
}
.footer {
    padding: 15px 0;
}
.c-title .c-link{
	overflow-y: auto;
    white-space: nowrap;
	-webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 30%);
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
}

.c-title .lx {
    width: 75px;
}

 .ph-r h3, .ph-r em {
    font-size: 16px;
}

.ph-list .ph-l {
    margin-right: 20px;
	width: 120px;
    height: 100px;
}
.page-bg {
    padding: 40px 0 60px 0;
}
.ph-list .ph-c {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}
.ph-c img {
    width: 120px;
    height: 120px;
}
.adviser .area{
	font-size: 14px;
}
.news-con .news-con-l, .news-con .news-con-r, .info-con{
    width: 100%;
	padding: 0 15px;
}
.news-tabs {
    display: flex;
	margin-bottom: 26px;
}
.news-tabs a {
    padding: 10px 0;
    width: 33.33%;
}
.news-content ul li a {
    width: 70%;
}
.news-content ul li span {
    font-size: 14px;
}
.about {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding-top: 30px;
}
.about .ab-r {
    margin-left: 0;
	margin-top: 30px;
}
.events {
    padding: 70px 0;
}
.e-box .e-img {
    display: none;
}
.about .ab-r img{
   width: 100%;
}
.form-btm{
	margin-top: 40px;
}

.pos_nav {
    padding-bottom: 36px;
}

 .detail_t h1, .fn{
	 font-size: 20px;
 }
 .pronext .propage, .pronext .nextpage, .re_con .re_con_box{
	 width: 100%;
 }
 .pronext .nextpage{
margin-top: 10px;
}

.fyxq {
    font-size: 18px;
}
.slt, .p-detail{
   width: 100%;
}
.ftel a {
    font-size: 26px;
}
.p-detail {
    margin-top: 30px;
}
.pd-list{
	padding: 26px 0;
}
	.tabbar-blank, .tabbar-container{
     display: block;
}

.form-horizontal .form-group{
   width:100%;
}
}

@media (max-width: 500px) {

	.index-ab h3 {
		color: #fff;
		text-align: center;
		font-size: 22px;
	}
	.more {
		margin-top: 45px;
	}
	.index-title p{
		font-size: 22px;
	}
	.case-list, .cases .cl{
		width: 100%;
		margin-bottom: 15px;
	}
	.case-list:last-child{
		margin-bottom: 0;
	}

	.news-lb ul li {
		padding: 0;
	}
	.p-ban {
		padding: 40px 0;
	}
	.pc .items{
		width: 100%;
	}
	.news-tab {
		margin-bottom: 40px;
	}
	 .m2 h3 {
		font-size: 24px;
	}

	.viimg{
		height: 180px;
	}
	.sl-wrap ul li .place{
		font-size: 15px;
	}
	.sl-wrap ul li {
		width: 50%;
		height: 150px;
	}
	.h-text .h-info p, .adviser p {
		display: none;
	}
	.adviser {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.news-content {
		margin-bottom: 30px;
	}
	.news-content ul li a {
		width: 65%;
	}
	.title h2 {
		font-size: 26px;
	}
	.title p {
		font-size: 22px;
	}
}