<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	-webkit-tap-highlight-color: transparent;
}
body, 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;
    border: 0;
	line-height: 1;
}
body {
	font-family: Helvetica,Arial,sans-serif,PingFang SC;
	background-color: #ffffff;
	font-size: 14px;
}
button, input, textarea,select{
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	border: 0;
 }

 h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
  	outline: 0 none;
  	outline-color: transparent;
}
.clearfix::after{
	clear:both;
	content:'';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
a {
    color: #333;
    display: inline-block;
	text-decoration : none;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}
.w1100{
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
.w1200{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.w1330{
	max-width: 1330px;
	width: 100%;
	margin: auto;
}
.site-top{
	background-color: #ebf0f4;
}
.st-con{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kf-ewm{
	display: none;
}
.st-r ul, .tel{
	display: flex;
	align-items: center;
}
.st-r ul li{
	padding: 9px 15px;
}
.st-r ul li:last-child{
	padding-right: 0;
}
.st-r ul span{
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #333;
}
.st-r ul .hid-ewm{
	position: relative;
}
.st-r ul .hid-ewm:hover{
	cursor:pointer;
}
.st-r ul .hid-ewm:hover .kf-ewm{
	display: block;
	transition:all 200ms;
}
.st-r ul .hid-ewm .kf-ewm{
	position: absolute;
	top: 31px;
	left: -21px;
	z-index: 11;
	width: 120px;
	height: 120px;
}
.kf-ewm img{
	width: 100%;
	height: 100%;
}
.tel img{
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.tel-num p{
	font-weight: 600;
	font-size: 24px;
	color: #0098e8;
	margin-bottom: 5px;
}
.tel-num span{
	font-size: 13px;
	color: #8a8a8a;
}
.header{
	padding: 6px 0;
	/* border-bottom: 1px solid #dae1e7; */
}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	max-width: 300px;
}
.logo a{
	display: block;
}
.logo a img{
	width: 100%;
    height: 100%;
}

.header .header-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav ul{
	display: flex;
	justify-content: space-between;
}
.nav&gt;ul&gt;li{
	position: relative;
	/* width: 12.5%; */
	box-sizing: border-box;
	text-align: center;
	padding: 0 1.65vw;
}
.nav ul span{
	display: block;
	color: rgb(189 188 188);
	line-height: 48px;
	font-size: 15px;
}
.nav&gt;ul&gt;li{
	display: block;
	font-size: 16px;
    font-weight: normal;
    color: #212121;
	padding: 20px;
	position: relative;
}
.nav&gt;ul&gt;li&gt;.active, .nav&gt;ul&gt;li&gt;a:hover{
	color: #ff7033;
}
.nav ul li .s_navbox {
    position: absolute;
    left: 0;
	top: 55px;
    width: 100%;
    background-color: #fff;
    z-index: 22;
    box-sizing: border-box;
	display: none;
	padding: 5px 0;
}
.s_navbox&gt;.s_a&gt;a {
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
	line-height: 50px;
	box-sizing: border-box;
}
.s_navbox&gt;.s_a&gt;a:hover{
   color: #17181a;
}
.search-box{
    width: 205px;
    height: 36px;
    background: transparent;
    border-radius: 20px;
    margin-top: 5px;
	border: 1px solid #b5aeae;
}
.search-box .search{
    width: 100%;
	height: 20px;
    background: url(../image/search.png) center right 14px no-repeat;
	background-size: 22px;
    overflow: hidden;
    margin-top: 9px;
	padding: 0 21px;
    box-sizing: border-box;
}
.search-box .search input {
    width: 80%;
    height: 100%;
	color: #717171;
    font-size: 14px;
	letter-spacing: 0.93px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-weight: 500;
}
.search-box .search input::-webkit-input-placeholder {
    color: #717171;
	font-size: 14px;
}
.nav-btn{
	display: none;
}
.nav-btn span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #717171;
	margin-bottom: 5px;
}
.nav-btn span:last-child{
	margin-bottom: 0;
}
.m_nav{
	display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px){
	.m_nav {
		display:block;
		position:fixed;
		top:0px;
		left:0px;
		width:0px;
		height:0px;
		overflow:hidden;
		z-index:555;
	}
	.m_nav .closecover{
		position:absolute;
		width:100%;
		height:100%;
		background:#0b0d19;
		filter:alpha(opacity=0);
		opacity:0;
		left:0px;
		top:0px;
		z-index:1;
	}
	.m_nav .closeicon{
		position:absolute;
		width:20%;
		top:5%;
		z-index:55;
		text-align:center;
		filter:alpha(opacity=0);
		opacity:0;
	}
	.m_nav .m_navList{
		position:absolute;
		width:80%;
		right:0px;
		top:0px;
		background:#0b0d19;
		height:100%;
		z-index:100;
		right:-80%;
		overflow-y: scroll;
	}
	.m_nav .m_navList ul{
		padding-left:5%;
		padding-right:5%;
	}
	.m_nav .m_navList ul li{
		border-bottom:1px solid #232530;
	}
	.m_nav .m_navList ul li{
		display:block;
		height:45px;
		color:#fff;
		line-height:45px;
		padding-left:5%;
		font-size:16px;
	}
	.m_nav .m_navList ul li .m_f_a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		 width: 100%;
		}
	.m_nav .m_navList ul li .m_f_a a{
		flex: 1;
	}
	.m_nav .m_navList ul li .m_f_a i{
		width: 40px;
		height:35px;
		box-sizing: border-box;
		 padding:0 5px; 
		 display: block;
		}
	.icon{ 
		background:url(../image/plus.png) 100% no-repeat;
		background-position: 50% 50%; 
		-webkit-transition:all 0s;
		-moz-transition:all 0s;
		transition:all 0s;
	}
	.icon_on{
		background:url(../image/reduce.jpg) 50% no-repeat!important;
		background-position: 50% 50%;
		-webkit-transition:all 0s;
		-moz-transition:all 0s;
		transition:all 0s;
	}
	.m_nav .m_navList ul li .m_s_nav{
		display:none;
		width: 100%;
	}
	.m_nav .m_navList ul li .m_s_nav a{
		display: block; 
		height:40px;
		line-height:40px;
		font-size:14px;
		padding-left:10%;
		overflow: hidden; 
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
 }

 .banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .swiper-slide&gt;a{
	display: block;
	width: 100%;
}
.banner .swiper-slide a&gt;img{
	margin: 0 auto;
	width: 100%;
	display: block;
	object-fit: cover;
}

.banner&gt;.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 7.2%;
    left: 0;
    width: 100%;
}
.banner.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet{
	 margin: 0px 6px;
}
.banner .swiper-pagination-bullet {
	position: relative;
    display: inline-block;
  	width: 10px;
  	height: 10px;
  	text-align: center;
  	background: rgba(255, 255, 255, 0.445);
 	border-radius:50%;
  	opacity: 1;
  	box-shadow: none;
  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 6px;
    overflow: hidden;
}
.banner .swiper-pagination-bullet-active{
	position: relative;
	opacity: 1;
	background: #fff;
}
.banner .swiper-pagination-bullet span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
    overflow: hidden;
}
.banner .swiper-pagination-bullet-active span{
    background: #fff;
	border: 1px solid #fff;
    animation: 4.5s ease-in;
    -moz-animation: 4.5s ease-in;
    -webkit-animation: 4.5s ease-in;
    -o-animation: 4.5s ease-in;
}
.en-box{
    position: relative;
	padding: 0 80px;
    overflow: hidden;
}
.en-box .en-div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.en-box .swiper-button-next, .en-box .swiper-button-prev {
    position: absolute;
    top: 42%;
    width: 50px;
    height: 50px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.en-box .swiper-button-prev, .en-box .swiper-container-rtl .swiper-button-next{
    background-image: url(../image/img86.png);
    left: 0;
    right: auto;
}

.en-box .swiper-button-next, .en-box .swiper-container-rtl .swiper-button-prev{
    background-image: url(../image/img88.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-next.swiper-button-disabled{
    background-image: url(../image/img87.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-prev.swiper-button-disabled{
    background-image: url(../image/img85.png);
    left: 0;
    right: auto;
}

 /* 可变css */

 .cpy{
	/* background-color: #fff;
	box-shadow: -1px -2px 20px 6px rgb(0 0 0 / 5%); */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpy .cpy-list{
	text-align: center;
	box-sizing: border-box;
	text-align: center;
}
.cpy-list .cl-t{
	color: rgb(68, 68, 68);
}
.cl-t b{
	font-size: 50px;
	margin-right: 6px;
	font-weight: 300;
}
.cl-t span{
	font-size: 15px;
}

.cpy-list .cl-b{
   font-size: 15px;
   margin-top: 15px;
   color: #777;
}
.btext h3{
	font-size: 24px;
	line-height: 35px;
	color: #333;
}
.btext .bline{
	color: rgb(169, 169, 169);
	font-size: 24px;
	margin: 10px 0;
}
.bdes p{
	font-size: 15px;
    line-height: 30px;
	color: rgb(145, 145, 145);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
}
.bra{
	display: flex;
	justify-content: space-between;
	/* align-items: flex-start; */
}
.bra .ble, .bra .bri{
	width: 49%;
}

.br-list{
	display: flex;
	justify-content: space-between;
}
.br-list .btext, .br-list .bimg{
    width: 48%;
}
.bri .br-sec{
	margin-top: 35px;
}
.br-list .bimg{
    height: 300px;
	overflow: hidden;
}
.bra .ble, .nc-img{
	overflow: hidden;
}
.bimg img, .ble img, .n-list img, .nc-img img, .pimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bimg:hover img, .ble:hover img, .n-list:hover img, .nc-img:hover img, .cp-list:hover .pimg img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.c-title{
	text-align: center;
}
.c-title h2, .nc-text h2{
	font-size: 26px;
	color: #353535;
	font-weight: bold;
}
.c-title p, .nt1 p{
	font-size: 15px;
	color: #919191;
     line-height: 24px;
	 margin-top: 20px;
}

.nr-con{
	display: flex;
	justify-content: space-between;
}
.nr-con .nc-img, .nr-con .nc-text{
	width: 46%;
}

.nt2{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.n-list a{
	display: block;
	width: 100%;
	height: 100%;
}
.n-list{
	width: 47%;
	height: 320px;
	overflow: hidden;
}
.nt1 p{
	margin-top: 0;
}
.nt1{
	padding-top: 20px;
}
.cp-list{
	float: left;
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	overflow: hidden;
	transition: all .5s ease-out;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.cp-list:nth-child(3n){
	margin-right: 0;
}
.cp-list a{
	display: block;
}

.cp-inner .pimg{
	height: 290px;
	overflow: hidden;
}
.cp-list:hover .cp-inner .ptit{
	background-color: #ff7033;
	color: #fff;
}
.cp-inner .ptit{
	height: 48px;
	line-height: 48px;
	background-color: #f5f5f5;
	color: #333;
	padding: 0 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
}
/* .ptit p{
	font-size: 16px;
	color: #212121;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
} */
.cp-list:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.about{
	background: url(../image/ab.jpg) no-repeat center;
	background-color: #fff;
	padding: 5vw 0;
}
.ab-box{
	display: flex;
	justify-content: flex-end;
}
.ab-text{
	width: 40%;
	background-color: #fff;
	padding: 4%;
}
.ab-text p{
	color: #919191;
	font-size: 15px;
	line-height: 30px;
}
.nc-text h2{
	font-size: 22px;
	line-height: 30px;
}


.ytext{
	padding: 0 10%;
	margin-top: 30px;
}
.ytext p{
	font-size: 14px;
	color: #fff;
	line-height: 33px;
}
.zx-top{
	text-align: center;
	color: #333;
	font-size: 20px;
}
.zx-top p{
	font-size: 32px;
	line-height: 33px;
	color: #ccc;
	margin-bottom: 20px;
}
.xw-con .xc-list{
	width: 49%;
	box-sizing: border-box;
	float: left;
	padding: 30px;
	transition: all .4s ease-out;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 2%;
}
.xw-con .xc-list:nth-child(2n){
	margin-right: 0;
}
.xw-con .xc-list:hover{
	box-shadow: 0 0 22px rgba(0,0,0,.12);
}

.xtop{
	display: flex;
	justify-content: space-between;
   align-items: center;
}
.xtop .tit{
	font-size: 20px;
	color: #353535;
	font-weight: 600;
	line-height: 1.5;
	flex: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.xtop .date{
	font-size: 16px;
	color: #999;
	line-height: 24px;
	width: 90px;
	text-align: right;
	margin-left: 30px;
}
.xdes{
    margin-top: 18px;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	min-height: 47px;
}
.xc-inner:hover .xtop .tit{
	color: #ff7033;
}
.xc-inner:hover a{
	color: #999;
}
.zl h3{
	font-size: 30px;
	line-height: 42px;
}
.zl .nrb{
	margin-top: 20px;
}
.nrb p{
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
}
.zbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.zbox .zl, .zbox .zr{
	width: 48%;
}
.gy3{
	width: 70%;
}

.gybg{
	margin-top: 90px;
}

.flmc {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2
}
.join{
	padding-top: 20px;
}
.jo-list h4{
	font-size: 16px;
	font-weight: bold;
	color: #212121;
}
.jo-list .jl-des{
	font-size: 14px;
    color: #999;
    margin-top: 16px;
    line-height: 22px;
}
.jo-list{
	width: calc(94% / 3);
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	box-sizing: border-box;
}
.jo-list:nth-child(3n){
    margin-right: 0;
}
.map{
	padding-bottom: 60px;
}
.lx-list{
	text-align: center;
	width: 25%;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid rgba(218, 219, 221, 1);
	padding: 10px;
}
.lx-list:nth-child(4n){
	border-right: none;
}
.lx-list img{
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
}
.lx-list h3{
	font-size: 18px;
	color: #666;
	margin: 20px 0 10px 0;
}
.lx-list p{
    line-height: 22px;
    font-size: 14px;
    color: rgba(153,153,153,1);
}























.com-top{
	text-align: center;
}
.com-top .ct-title{
	font-size: 40px;
	font-weight: 600;
	color: #0098e8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ct-title:after, .ct-title:before {
	background: #0098e8;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 12px;
	transform: rotate(45deg);
	width: 12px;
	opacity: 0.4;
}
.ct-title:before {
	margin-right: 14px
}
.ct-title:after {
	margin-left: 14px
}
.com-top .ct-des{
	font-size: 18px;
	color: #8a8a8a;
	margin-top: 20px;
}
.com-top .ct-des p{
	line-height: 26px;
}

.cty-inner{
	border: 1px solid #d1d0d0;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.cty-inner .cin-l{
	flex: 1;
}
.cin-l .cl-tit{
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 22px;
}
.cin-l .cl-time, .in-text .in-time, .cuy-list .c-time, .nb-l .n-time{
	font-size: 16px;
	color: #bfbfbf;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.cl-time img, .in-time img, .c-time img, .n-time img{
	width: 18px;
	margin-right: 10px;
}
.cin-l .cl-des{
	font-size: 17px;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 50px;
}
.cty-inner .cin-r{
	width: 280px;
	height: 220px;
	overflow: hidden;
	position: relative;
	margin-left: 30px;
}
.cty-inner .cin-r:before, .elites .el-img::before, .un-inner .un-img::before, .in-inner .in-img::before, .e-inner .e-img::before, .nb-inner .nb-r::before{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.cty-inner:hover .cin-r:before, .elites:hover .el-img:before, .un-list:hover .un-img::before, .in-list:hover .in-img::before, .e-list:hover .e-img::before, .nb-list:hover .nb-r::before{
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.cty-inner:hover .cin-r img, .elites:hover .el-img img, .un-list:hover .un-img img, .in-list:hover .in-img img, .e-list:hover .e-img img, .nb-list:hover .nb-r img{
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
.cty-con .cty-list{
	margin-bottom: 24px;
}
.cty-con .cty-list:last-child{
	margin-bottom: 0;
}

.team, .index-news{
	background-color: #f4f6f8;
}
.elites .el-img{
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.elites .el-text{
	background-color: #fff;
	padding: 20px 24px;
}
.el-text h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.el-text .el-des {
    font-size: 17px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 70px;
	margin-top: 14px;
	font-weight: lighter;
}
.uvy-con .un-list{
	float: left;
	width: calc(94% / 3);
	margin-right: 3%;
}
.uvy-con .un-list:nth-child(3n){
	margin-right: 0;
}
.un-list .un-inner, .in-list .in-inner{
	width: 100%;
}
.un-inner .un-img, .in-inner .in-img, .e-inner .e-img{
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.un-img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.un-img .un-title{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 17px;
	text-align: center;
	width: 100%;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.un-inner .un-des{
	padding: 18px 0;
}
.un-inner .un-des&gt;div, .in-text .in-des{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	min-height: 48px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.un-btn{
	margin: 24px auto 0;
}
.in-inner .in-img{
	height: 240px;
}
.in-con .in-list{
	float: left;
	width: calc(94% / 3);
	margin-right: 3%;
	margin-bottom: 26px;
}
.in-con .in-list:nth-child(3n){
	margin-right: 0;
}
.in-con .in-list:hover  .in-text{
	border: 1px solid #0098e8;
	border-top: none;
}
.in-con .in-list:hover  .in-text .in-tit, .news-box .nb-list:hover .nb-l .n-tit, .cty-inner:hover .cin-l .cl-tit{
	color: #0098e8;
}
.in-inner .in-text{
	padding: 18px;
	border: 1px solid #dddddd;
	border-top: none;
}
.in-text .in-tit{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.in-text .in-time, .cuy-list .c-time, .nb-l .n-time{
	margin: 0;
}
.in-text .in-des{
	margin: 15px 0;
}
.pf-content{
	margin-top: 26px;
}
.pf-content p{
	text-align: justify;
	font-size: 16px;
    line-height: 30px;
    color: #333;
	text-indent: 2em;
}
.pf-content p img, .pf-content img{
	width: auto !important;
	height: auto !important;
	text-align: center;
	margin: 15px auto;
}
.pf-top{
    text-align: center;
}
.pf-top h3{
	font-size: 33px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.pf-top p{
	font-size: 20px;
	line-height: 22px;
	margin: 16px 0;
}
.pf-top .pl-line{
    width: 22px;
    height: 1px;
    background: #3d3d3d;
    margin: 0 auto;
}
.study-cuy, .elites-page, .online-page{
	background-color: #f8f8f8;
}
.c-tit{
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.c-tit h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.cuy-list .c-des{
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
	font-weight: lighter;
	margin: 17px 0;
}
.com-l .cl-box, .sc-con .com-r, .com-l .news-box, .com-l .art-info-content{
	background-color: #fff;
}
.cl-box .cuy-list, .news-box .nb-list{
	border-bottom: 1px solid #e9edef;
	padding: 22px 0;
	margin: 0 5%;
}
.cl-box .cuy-list:last-child, .news-box .nb-list:last-child{
	border-bottom: none;
}
.com-l .cl-box, .com-l .news-box{
	width: 100%;
	border: 1px solid #e9edef;
}
.sc-con{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.sc-con .com-l{
    flex: 1;
}
.sc-con .com-r{
	width: 300px;
	margin-left: 6%;
	/* border: 1px solid #e9edef;
	padding: 22px;
	border-top: 2px solid #0098e8; */
}
.h-tit{
	color: #363636;
	font-size: 24px;
	margin-bottom: 15px;
}

.h-box .hb-list a{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.h-box .hb-list{
	padding: 16px 0;
	border-bottom: 1px solid #e9edef;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.h-box .hb-list:last-child{
	border-bottom: none;
}
.cl-box .cuy-list:hover .c-tit h3, .h-box .hb-list a:hover{
	color: #0098e8;
}
.e-text{
	background-color: #fff;
	text-align: center;
	padding: 22px;
}
.e-text .et1{
	font-size: 20px;
	font-weight: 600;
}
.e-text .et2{
	font-size: 16px;
	color: #333;
	margin-top: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ep-con .e-list{
	width: calc(94% / 4);
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 26px;
}
.ep-con .e-list:nth-child(4n){
    margin-right: 0;
}
.f-box{
	background-color: #fff;
	padding: 30px 30px 50px;
}
.fm-list .fl-text{
	color: #000;
	font-size: 15px;
	margin-bottom: 18px;
}
.fl-text span{
	color: red;
	margin-left: 5px;
}
.fl-con .com-in{
	width: 90%;
	height: 35px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
}
.f-box&gt;form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-box .fm-list{
	width: 49%;
    margin-bottom: 35px;
}
.fl-con textarea{
	width: 95%;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	padding: 15px 0;
	color: #000;
	font-size: 15px;
}
.r-item{
	font-size: 14px;
}
 .r-item .rd{
	 width: 12px;
	 height: 12px;
	 border: 1px solid #e5e5e5;
	 margin-right: 10px;
 }
 .flr{
	 display: flex;
	 align-items: center;
 }
 .flr .r-item{
margin-right: 20px;
}

.flr .r-item input[type="radio"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
	width: 16px;
	height: 16px;
	border: 1px solid #E5E5E5;
	vertical-align: middle;
	margin-right: 8px;
}

.f-btn{
	display: flex;
    justify-content: center;
	margin: 26px auto 0;
	width: 70%;
}
.f-btn button{
	width: 60%;
    height: 40px;
    font-size: 16px;
	color: #fff;
    background-color: #ff7033;
}

.nb-l .n-tit{
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nb-l .n-des{
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 24px;
	min-height: 48px;
	margin: 17px 0;
}
.nb-inner{
	display: flex;
}
.nb-inner .nb-r{
	width: 180px;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
}
.nb-inner .nb-l{
	flex: 1;
}

.art-info-content .info_content{
	padding: 35px 0;
}
.art-info-content .pronext{
	padding: 10px 0 0;
}
.pro-rlt{
	background-color: #fff;
	padding: 20px 0 0;
	margin-top: 30px;
}

.ct-l h3, .ate-box h3{
	font-size: 24px;
	color: #333;
}
.ct-l p, .ate-box p{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-top: 18px;
}
.ct-r p, .ate-des p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.com-padding{
	padding: 40px 0;
}
.ab-con .ac-list{
	height: 360px;
	width: calc(94% / 4);
	margin-right: 2%;
	overflow: hidden;
	float: left;
}
.ab-con .ac-list:nth-child(4n){
	margin-right: 0;
}
.ac-list img, .ate-img img, .pro-list img, .cin-r img, .un-img img, .in-inner .in-img img, .e-inner .e-img img, .nb-inner .nb-r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ab-con .ac-list:hover img, .ate-img:hover img, .pro-list:hover img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.com-mgn{
	margin-top: 30px;
}

.ate-box .ate-des{
    margin: 70px 0;
}
.com-btn a{
	display: block;
	width: 178px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	color: #0098e8;
	border: 1px solid #0098e8;
	border-radius: 6px;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	font-weight: 600;
}
.com-btn .abtn{
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	margin: auto;
}
.com-btn .abtn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #0098e8;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.com-btn .abtn:hover {
	color: #fff;
	border-color: #0098e8;
}
.com-btn .abtn:hover::before {
	opacity: 1;
	background-color: #0098e8;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.adv-con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.adv-con .ate-box{
	width: 30%;
}
.adv-con .ate-img{
	width: 50%;
	overflow: hidden;
}

.index-pro{
	padding-bottom: 80px;
}
.pro-con .pro-list{
	position: relative;
	width: calc(96% / 3);
	height: 180px;
    margin-right: 2%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.pro-con .pro-list:nth-child(3n){
    margin-right: 0;
}
.pro-list img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pro-list .p-text{
	position: absolute;
	width: 100%;
	height: 40px; 
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
}
.pro-list .p-text p{
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-cases{
	background-color: #f5f5f5;
}
.ser-con .sc-list, .ic-con .ic-list{
	width: calc(94% / 4);
	float: left;
	margin-right: 2%;
}
.ser-con .sc-list:hover{
	box-shadow: 0 0 22px rgba(0,0,0,.12);
}
.ser-con .sc-list:nth-child(4n), .ic-con .ic-list:nth-child(4n){
	margin-right: 0;
}
.sc-list .sc-inner{
	width: 100%;
}
.sc-inner .s-img{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.sc-inner .s-img img, .ic-list img, .mtl-img img, .cpy-list img, .cb-inner .c-img img, .el-img img, .yimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ser-con .sc-list:hover .s-img img, .ic-list:hover img, .mtl-list:hover .mtl-img img, .cpy-list:hover img, .cb-list:hover .c-img img, .yb-list:hover .yimg img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sc-inner .s-text{
	padding: 20px 10px;
}
.s-text .st1, .mtl-text .mt1{
	font-size: 17px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.s-text .st2, .mtl-text .mt2{
	font-size: 15px;
	color:#666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 25px;
	min-height: 52px;
	margin: 20px 0;
}
.s-text .st3{
	font-size: 13px;
	color:#999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.st3 img{
	width: 20px;
}
.s-text .ntime{
	color: #999;
	margin-top: 16px;
	font-size: 16px;
}
.ln-list .s-img{
	height: 140px;
}
.news-con .sc-list{
	margin-bottom: 24px;
}
.news{
	padding-bottom: 70px;
}

.ab-page{
	padding-bottom: 0;
}

 /* 可变css-end */
 .backTop {
    position: fixed;
    z-index: 200;
	right: 21px;
    bottom: 15%;
    box-sizing: border-box;
    transition: bottom .3s ease;
}
.backTop img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 .p-img{
	text-align: center;
}
 .fd-box, .art-con{
	margin-top: 60px;
}
.pro-box{
	display: flex;
}
.pro-box .pro-l{
	width: 500px;
    margin-right: 50px;
}
.pro-box .pro-r{
	flex: 1;
}
.cp-title{
	padding: 20px 0;
}
.cp-price{
	background-color: #f7f7f7;
	padding: 30px 20px;
	font-weight: bold;
    font-size: 30px;
	color: #e6322e;
	margin-bottom: 20px;
}
.cp-feature dl dd{
	font-size: 16px;
	line-height: 22px;
	color: #666;
	padding: 15px 0;
}
.cp-tel a{
	display: block;
    background-color: #ff7033;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
	margin-top: 30px;
}
.sbxq{
	font-size: 20px;
	color: #ff7033;
	margin-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

 .pro-contant, .cont, .contant-map{
	margin-top: 50px;
}
.ipro-content, .in-content{
	margin-top: 80px;
}
.ict-content{
	margin-top: 30px;
}
.ict-box h3{
	color: #ffbc00;
	font-size: 18px;
	line-height: 26px;
}
.ict-box dl dd{
	color: #888;
	font-size: 16px;
	line-height: 20px;
	margin-top: 24px;
}
.ict-content{
	display: flex;
	flex-wrap: wrap;
}
.ict-content .ict-box{
	width: 40%;
	margin-right: 40px;
}

.f-list, .f-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
}
.f-list .fl{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-list .fl&gt;div, .f-text .text-title{
	width: 100px;
	color: #999;
}
.f-list .fl input{
	flex: 1;
    height: 50px;
	font-size: 16px;
	padding: 0 15px;
    background-color: transparent;
    border-bottom: 1px solid #d4d4d4;
	color: #999;
}
.f-text{
	margin-top: 50px;
}
.f-text .text-details{
	flex: 1;
}
.f-text .text-details textarea{
	width: 100%;
	background-color: transparent;
    border: 1px solid #d4d4d4;
	padding: 15px 0;
	font-size: 16px;
	color: #999;
}

.f-list .fl input::placeholder{
	color: #aaaaaa;
}
/* .f-btn{
	display: flex;
    justify-content: center;
	margin-top: 50px;
	padding-left: 100px;
}
.f-btn button{
	width: 100%;
    height: 50px;
    font-size: 16px;
	color: #fff;
    background-color: #fc6832;
} */
.ict-content .ict-map, .ict-content .contant-form{
	flex: 1;
}
#map, #allmap, .contant-map #map{
	width: 100%;
	height: 350px;
}
.pos_nav {
	line-height: 22px;
	padding: 20px 0 0 0;
}
.pos_nav, .pos_nav a, .pos_nav span{
    color: #2a2a2a;
    letter-spacing: 1px;
    font-size: 16px;
}

.detail_t {
	text-align: center;
}
.detail_t h1, .cp-title{
	font-size: 24px;
	line-height: 30px;
	color: #363636;
	font-weight: bold;
}
.detail_t h5 {
	margin-top: 20px;
	font-size: 15px;
	color: #999;
}
.info_content{
	padding: 30px 0;
}

.info_content p,  .info_content{
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.5px;
	color: #363636;
}
.info_content img, .info_content p img{
	max-width: 100%;
}
.pronext {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 15px;
	color: #333;
	/* border-bottom: 1px solid #e8e8e8; */
}
.pronext .propage, .pronext .nextpage {
	width: 48%;
	color: #363636;
}
.propage  a, .nextpage  a{
	color: #363636;
	line-height: 16px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.propage a span, .nextpage a span, .tages&gt;div span{
   font-weight: 600;
}
.fyxq {
	color: #363636;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.w-con {
	margin-top: 40px;
}
.tages{
	font-size: 15px;
	color: #363636;
	font-weight: normal;
	margin: 10px auto 0;
	background-color: #fff;
}
.tages&gt;div{
	line-height: 26px;
	padding: 30px 0 0;
}
.tages&gt;div a {
	margin-right: 20px;
	font-weight: normal;
}

.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;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
}
.re_con_box ul li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.re_con_box ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fc6832;
	left: 0;
	top: 35%;
}
 .ye {
	display: flex;
	text-align: center;
	justify-content: center;
}

.ye li a{
	padding: 10px 12px;
	border: 1px solid #e3e2e8;
	color: #333;
	margin: 0 5px;
}
.ye li a.thisclass, .ye li a:hover{
	background: #ff7033;
	border-color: #ff7033;
	color: #fff;
}



/* 底部菜单 */
.tabbar-blank{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}
.tabbar-container, .tabbar-blank{
   display:none;
}
.tabbar-container .tabbar {
    border-top: 1px solid #414146;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background-color: #333;
    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 5px 0;
}
.tabbar-container .tabbar .list .item .icon-box .ticon {
    height: 22px;
    width: 22px;
}
.tabbar-container .tabbar .list .item .icon-box .ticon.icon-2 {
    display: none
}

.tabbar-container .tabbar .list .item .text {
    color: #777;
}
.tabbar-container .tabbar .list .item a.active .icon-box .ticon.icon-2 {
    display: inline-block
}
.tabbar-container .tabbar .list .item a.active .icon-box .ticon.icon-1 {
    display: none
}
.tabbar-container .tabbar .list .item a.active .text {
    color: #fff;
	font-size: 14px;
}

/* 底部菜单end */

.top-zx a{
    display: block;
	background-color: #ff7033;
	color: #fff;
	font-size: 16px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.top-zx a i{
	margin-right: 8px;
    font-size: 15px;
}
.nav{
    display: flex;
    align-items: center;
}
.com-tit{
	text-align: center;
}
.com-tit h2{
	color: #000;
	font-size: 30px;
}
.com-tit p{
	color: #999;
	font-size: 16px;
	margin-top: 15px;
	text-transform: uppercase;
}
.cp-box .hd{
	display: flex;
	align-items: center;
}
.cp-box .hd li{
	width: 76px;
	font-size: 18px;
	color: #666;
	height: 40px;
	line-height: 40px;
	margin-right: 24px;
	cursor:pointer;
	text-align: center;
}
.cp-box .hd li a{
    display: block;
}
.cp-box .hd li a.on{
     color: #ff7033;
    background-color: #fff7f2;
    border-radius: 5px;
}
.cp-box .hd li:hover, .cp-box .hd li a:hover{
	color: #ff7033;
}
.cp-box .hd li.on{
	color: #ff7033;
	background-color: #fff7f2;
	border-radius: 5px;
}
.cp-con{
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
}
.cp-con:nth-child(4n){
	margin-right: 0;
}
.cp-con&gt;a, .yb-list&gt;a{
	display: block;
}
.cp-con .slt{
	width: 100%;
	height: 215px;
}
.slt&gt;img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-con .cpmc{
	background-color: #f5f5f5;
	color: #333;
	font-size: 16px;
	padding: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-con:hover .cpmc{
	background-color: #ff7033;
	color: #fff;
}
.more{
	padding-top: 30px;
}
.more a, .bj-form form button{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	transition: all .3s;
   background-color: #ff7033;
	text-align: center;
	width: 500px;
	text-align: center;
	font-size: 18px;
	margin: auto;
}
.yb-list{
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	overflow: hidden;
	float: left;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%);
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 20px;
}
.yb-list:nth-child(4n){
	margin-right: 0;
}
.yb-list .yimg{
	width: 100%;
	height: 180px;
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 26px;
	border-radius: 6px;
}
.yb-list .ytit{
	/* border-left: 5px solid #ff7033; */
	line-height: 24px;
	position: relative;

}
.yb-list .ytit::before{
	position: absolute;
	content: "";
	background-color: #ff7033;
	width: 5px;
	height: 24px;
	left: -24px;
	top: -2px;
}
.yb-list:hover .ytit h3{
	color: #ff7033;
}
.ytit h3{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.yms .ytags{
	padding: 12px 0 20px 0;
}
.ytags span{
	color: #ff7033;
	background-color: #fff7f2;
	font-size: 12px;
	padding: 6px;
    display: inline-block;
}
.yms .ydes{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	font-size: 16px;
	color: #666;
	min-height: 48px;
	line-height: 24px;
}
.advantage, .syjj, .footer{
	background-color: #f8f8f8;
}
.yb-list .ytime{
	font-size: 16px;
	color: #999;
	margin: 16px 0;
}
.yn-list .yimg{
	margin-bottom: 0;
	height: 190px;
}
.yn-list{
	width: calc((100% - 40px) / 3);
	margin-bottom: 20px;
	padding: 36px 24px;
}
.yn-list:nth-child(4n){
	margin-right: 20px;
}
.yn-list:nth-child(3n){
	margin-right: 0;
}
.intro{
	display: flex;
	flex-wrap: wrap;
}
.intro .jjl, .intro .jjr{
	width: 50%;
}
.intro .jjl{
	padding: 4% 6% 4% 0;
}
.jjl .jdes{
	padding: 30px 0;
}
.jdes&gt;p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
}
.jjl&gt;a, .contxt&gt;a{
	display: block;
	background-color: #ff7033;
	color: #fff;
	text-align: center;
	font-size: 16px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: auto;
}
.qa-table .qlist .tit-box{
    border-bottom: 1px solid #e6e6e6;
    background: #f8f8f8;
    cursor: pointer;
	color: #666;
	display: flex;
	align-items: center;
	padding: 24px;
}
.tit-box .tb-num{
	font-size: 22px;
	color: #ff7033;
	width: 40px;
}
.tit-box .tb-tit{
	font-size: 18px;
	flex: 1;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.inner-txt{
	padding: 24px;
}
.inner-txt&gt;p{
	font-weight: 100;
    word-wrap: break-word;
    font-size: 18px;
    text-align: justify;
	color: #333;
	line-height: 2;
}
.qa-table .qlist .contxt{
	background-color: #dbdbdb;
	display: none;
	padding-bottom: 22px;
}
.qa-table .qlist .contxt.active {
    display: block;
}
.wd-con{
	width: 90%;
    margin: auto;
}
.contxt&gt;a i{
	vertical-align: text-top;
}
.contxt{
	background-color: transparent;
	color: #ff7033;
	font-weight: bold; text-align:center
}
.binpt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inp-auto{
	margin: auto;
}
.input-item{
	margin-bottom: 30px;
	width: 49%;
}
.input-item p{
	color: #999;
	font-size: 16px;
}
.input-item .inp{
	
	background-color: #f5f5f5;
	padding: 20px 0;
    margin-top: 15px;
}
.input-item .inp&gt;input{
	width: 100%;
	background-color: transparent;
	font-size: 16px;
	color: #000;
	padding: 0 18px;
}
.input-item .inp&gt;input::placeholder{
	font-size: 16px;
	color: #ccc;
}

.bj-form{
	padding: 20px 10% 0;
}
.sylx{
	background: url(../image/lxbj.jpg) no-repeat center;
	color: #fff;
}
.lxl .com-tit h2{
	color: #fff;
	text-align: left;
}
.syfs p{
    font-size: 16px;
	margin-top: 22px;
}
.lx-box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx-box .lxl, .lx-box .map{
	width: 48%;
}
.lx-box .map{
	padding-bottom: 0;
}
.lx-box .map #map{
	height: 260px;
}
.f1-list&gt;i{
	display: block;
	font-size: 35px;
	color: #333;
	font-weight: lighter;
	margin-right: 15px;
}

.fl-tit p{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}
.fl-tit span{
	color: #999;
	font-size: 12px;
}
.f1-list{
	display: flex;
}
.f1-list:hover i{
	color: #ff7033;
}
.f1{
	display: flex;
    justify-content: space-between;
}
.f2{
	padding: 33px 0;
}
.f2 ul{
	display: flex;
	justify-content: center;
}
.f2 ul li{
	padding: 0 1.6vw;
}
.f2 ul li a{
	color: #333;
	font-size: 16px;
}
.links{
	padding-bottom: 16px;
}
.links, .cr{
	text-align: center;
	color: #666;
	font-size: 12px;
}
.links&gt;a{
	color: #666;
	font-size: 12px;
	margin: 0 10px;
}
.cr p{
	margin-top: 6px;
}
.cr p a{
	color: #666;
}
.footer{
	padding: 50px 17% 30px;
}
.page-tit{
	text-align: left;
}
.cp-con .rytxt{
	text-align: center;
	background-color: transparent;
}
.cp-con:hover .rytxt{
	background-color: #fff;
	color: #333;
}
.gsry{
	padding-top: 5vw;
}
.cpzx{
	padding-top: 15px;
}</pre></body></html>