@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: PingFang SC;
}
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;
}


.guding, .page-top{
	background: #000;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

.nav ul{
	display: flex;
}
.nav ul li a{
	display: block;
	font-size: 16px;
	margin-left: 40px;
	color: #000;
}
.nav ul li:first-child a{
	margin-left: 0;
}
.nav ul li a:hover, .nav ul li a.active,.nav-xl{
    color:rgb(121,111,247);
	display: block;
}
.nav ul li a.active{
	color:rgb(121,111,247);
}
.dropdown:hover, .nav-xl{
  	display: block;
}
.nav-xl{
		display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 110px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      padding: 12px 30px;
}

.itel span{
	vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
	color: #000;
}
.m_nav {
    display: none;
    width: 100%;
    background: #fff;
    padding-bottom: 24px;
    z-index: 111;
}
.m_nav ul li {
    text-align: center;
    padding-top: 22px;
    font-size: 16px;
}
.m_nav ul li a {
    color: #333;
}
.m_nav_active{
    display: block;
}
.nav-btn{
	display: none;
}
.nav-btn span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #333333;
	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;
}
.nb_active span:last-child{
    transform: rotate(225deg );
    margin-top: -7px;
}
.banner{
	position: relative;
}
.mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 5;
}
.banner-con{
	position: absolute;
    top: 60%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    text-align: center;
	color: #fff;
}
.banner-con h1{
	line-height: 1;
	font-size: 2.7vw;
	font-weight: 500;
	letter-spacing: 3px;
}
.banner-con h1 span{
	margin: 0 10px;
} 
.search{
	width: 100%;
	background-color: #fff;
	margin: 50px auto 17px;
}
.s-form-div form{
	height: 3.1vw;
	display: flex;
}
.s-form-div form input::placeholder, .s-form-div form input{
	font-size: 0.9vw;
	outline: none;
	border: none;
}
.s-form-div form .s-text{
   width: 80%;
   height: 100%;
   padding: 0 20px;
   color: rgb(136, 136, 136);
}
.s-form-div form .s-btn{
	flex: 1;
	height: 100%;
	background-color: rgb(255, 32, 32);
 }
.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;
	list-style-type: none;
}
.sl-wrap ul li{
	width: 33.33%;
	height: 600px;
	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: 414px;
}
.viimg img{
	width: 100%;
	height: 100%;
   border: none;
   object-fit: cover;
}
.tac p{
	color: #666;
	font-size: 13px;
	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;
}

.more{
   padding: 30px 0 50px 0;
}
.more a{
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #c2c2c2;
    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 a:hover{
	background: rgb(121,111,247);
	color:#fff;
	border: 1px solid rgb(121,111,247);
	transition: all 0.2s ease-out 0s;
	background-color: 0.3 linear 0s;
}

.mz{
	background: url(../images/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 span{
	 font: 18px"微软雅黑";
	 color: #000000;
}
.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(../images/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: 0 0 3px #d9d9d9;
    -webkit-box-shadow: 0 0 3px #d9d9d9;
    text-shadow: 0 1px 1px #fff;
    box-shadow: 0 0 5px #d9d9d9; */
	-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(../images/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;
}
.n-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.h-news{
	width: 49%;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 0.5px solid #E0E0E0;
}

.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: #404040;
	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-list{
	width: 49.5%;
	margin-bottom: 20px;
	background: #F4F4F4;
    border: 7px solid #F4F4F4;
	overflow: hidden;
	padding: 3px;
}
.news-list:hover{
	 border-color:#5C259E;
	}
.news-list:hover .ts h3{
      color:rgb(121,111,247);
}
.ts h3{
	color: #666;
	margin-top: 6px;
}
.ts p{
	color: #999;
}
.ts .time{
	color: #999;
	display: flex;
    align-items: center;
	font-size: 12px;
}
.time img{
	margin-right: 3px;
}
.mpage {
	 padding: 50px 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:#222;
	}
.mpage .pnext a,.mpage .ppre a{
	width:auto; 
	padding:0 30px;
	color:#222;
}
.mpage  a:hover,.mpage  a.hover{ 
	background:#5C259E;
	color:#FFF;
	border-color:#5C259E;
}

.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;
}




.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 a{
	font-size: 16px;
	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;
}
.copyright{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.copyright  p:first-child{
	margin-right: 15px;
}
.copyright p a, .links ul li a{
	color: #a9a9a9;
}

.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{
	/* background: url(../images/pos.png) no-repeat center left; */
	padding-bottom: 50px;
	/* padding-left: 25px; */
}

.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;
}
.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_contanier{
	padding-bottom: 60px;
}
.info_content {
	padding: 35px 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
}
.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;
}
.propage span a, .nextpage span a{
	color: #333;
}

.tages {
    font-size: 15px;
    padding: 30px 0;
}
.tages p a {
    margin-right: 20px;
}
.related .re_text {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.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: #333;
    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;
}
/* #tabs-container .swiper-slide-active{
	height: auto;
} */
.swiper-slide a img{
  width:100%;
}

.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border-radius: 15px;
}
#bannerpagination .swiper-pagination-bullet-active{
	background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 2%;
}
.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(../images/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;
	}
	.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;
	/* font-family: "fangchan-secret","Hiragino Sans GB","Microsoft yahei",Arial,sans-serif,"宋体"!important; */
}
.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: #333;
	font-size: 20px;
}
.likes{
	padding-bottom: 60px;
}

.c-con p{
     margin:0 auto !important;
    text-align: center;
    padding-top: 50px;
}
/* 底部 */
.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;
}
.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;
}
.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){

	.w-con {
		margin-top: 30px;
	}
	.wm{
		margin-top: 0;
	}
	.w1200 {
		width: 94%;
		margin: 0 auto;
	}
	.header {
		padding: 15px 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){
  .itel {
	  display: none;
  }
  .sl-wrap ul li {
    height: 230px;
}
}

@media (max-width: 992px) {
	.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;
	}
	.header {
		padding: 16px 0;
	}
   .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;
}
.title h2 {
    font-size: 30px;
}
.title p {
    font-size: 24px;
}
.m1 h3, .m2 h3 {
    font-size: 28px;
}
.info_contanier {
    padding-bottom: 30px;
}
}

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

@media (max-width: 768px) {
	 .ksbj .m2 {
		width: 100%;
	}
	.h-news:last-child{
		margin-bottom: 20px;
	}
	.n-box{
		margin-top: 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;
}
.h-news, .news-list{
	width: 100%;
}

.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;
}
.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;
}
.form-horizontal .form-group{
   width:100%;
}
}
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu{
		display: block;
	}
	.tabbar-blank, .tabbar-container{
     display: none;
}
}

@media (max-width: 500px) {
	 .m2 h3 {
		font-size: 24px;
	}
	.more {
		padding: 20px 0;
	}
	.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;
	}
}