			body {
				margin: 0;
				padding: 0;
				font-size: 14px;
				background-color: #FFFFFF;
				overflow: hidden;
			}
			/*滚动条样式*/
			
			.xt_index {
				overflow-y: auto;
				width: 100%;
				height: 100%;
				position: fixed;
				top: 120px;
			}
			
			.xt_index::-webkit-scrollbar {
				width: 6px;
		
				
			}
			
			.xt_index::-webkit-scrollbar-thumb {
				background: #CCCCCC;
				z-index: 999;
				position: fixed;
			}
			
			.xt_header {
				color: rgba(128, 128, 128, 1);
				width: 100%;
				height: 80px;
				display: flex;
				justify-content: center;
				align-items: center;
				box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
				position: fixed;
				top: 0;
				left: 0;
				z-index: 99;
				background-color: #FFFFFF;
			}
			
			.xt_nav_menu_img {
				display: inline-block;
				width: 54.33%;
			}
			
			.xt_nav_menu_img img {
				width: 140px;
				padding-left: 28%;
				padding-top: 10px;
			}
			
			.xt_nav_menu_lint {
				display: inline-block;
				width: 45.66%;
			}
			
			.xt_nav_menu_lint_ul {
				display: block;
				margin: 0;
				padding: 0;
			}
			
			.xt_nav_menu_lint_ul>li {
				height: 80px;
				line-height: 80px;
				display: inline-block;
				vertical-align: middle;
				text-align: center;
			}
			
			.xt_nav_item {
				min-width: 80px;
			}
			
			.xt_nav_item_septal {
				width: 0px;
				margin: 0 10px;
				height: 80px;
				line-height: 80px;
			}
			/*菜单导航点击样式*/
			
			.xt_nav_menu_lint_ul .xt_nav_item:hover {
				color: #1e50ae;
				border-bottom: 3px solid #1e50ae;
				cursor: pointer;
			}
			.xt_nav_menu_hover{
				color: #1e50ae;
				border-bottom: 3px solid #1e50ae;
				/*cursor: pointer;*/
			}
			/*页面内容*/
			
			.xt_content {
				position: relative;
				/*top: 80px;*/
			}
			/* --- banner图 --- */
			
			.swiper .carousel-inner {
				height: calc(800px);
			}
			
			.swiper .carousel-inner .d-block {
				animation: imgScale 15s;
				/* Firefox */
				-moz-animation: imgScale 15s;
				/* Safari and Chrome */
				-webkit-animation: imgScale 15s;
				/* Opera */
				-o-animation: imgScale 15s;
			}
			
			.swiper .carousel-inner .carousel-caption {
				display: inline-block;
				max-width: 40%;
				max-height: 100px;
				text-align: left;
				top: calc(50vh);
				cursor: pointer;
			}
			
			.swiper .carousel-inner .carousel-caption h5 {
				opacity: 1;
				animation: myfirst 5s;
				/* Firefox */
				-moz-animation: myfirst 5s;
				/* Safari and Chrome */
				-webkit-animation: myfirst 5s;
				/* Opera */
				-o-animation: myfirst 5s;
			}
			
			.swiper .carousel-inner .carousel-caption p {
				margin-bottom: .5rem;
				opacity: 1;
				animation: myfirst 5s;
				/* Firefox */
				-moz-animation: myfirst 5s;
				/* Safari and Chrome */
				-webkit-animation: myfirst 5s;
				/* Opera */
				-o-animation: myfirst 5s;
			}
			
			.swiper .carousel-inner .carousel-caption p.more {
				padding: 6px 20px;
				display: inline-block;
				border: 1px solid #fff;
				opacity: .6;
				background: rgba(255, 255, 255, 0.2);
				opacity: 1;
				animation: myfirst 5s;
				/* Firefox */
				-moz-animation: myfirst 5s;
				/* Safari and Chrome */
				-webkit-animation: myfirst 5s;
				/* Opera */
				-o-animation: myfirst 5s;
			}
			
			.floor1 .container {
				margin: 0;
				padding: 0;
				padding: 10px;
				background: #efefef;
			}
			
			.floor1 .container .row {
				margin: 0;
				padding: 0;
			}
			
			.floor1 .container .row .item {
				margin: 0;
				padding: 0;
				margin-bottom: 10px;
			}
			
			.floor1 .container .row .item .imgView {
				width: 100%;
			}
			
			.floor1 .container .row .item .imgView img {
				max-width: 100%;
			}
			
			.floor1 .container .row .item .desc {
				position: absolute;
				left: 50%;
				bottom: 10px;
				width: 300px;
				transform: translateX(-50%);
				text-align: center;
			}
			
			.floor1 .container .row .item .desc h4 {
				color: #fff;
			}
			
			.floor1 .container .row .item .desc p:not(.more) {
				display: none;
			}
			
			.floor1 .container .row .item .desc .more {
				padding: 4px 40px;
				display: inline-block;
				color: #fff;
				background-color: rgba(255, 255, 255, 0.1);
				border: solid 1px rgba(255, 255, 255, 0.2);
			}
			
			.floor1 .container .row:last-child .item:last-child {
				margin-bottom: 0;
			}
			
			.footer {
				padding: 1rem 10px;
				background: #383736;
			}
			
			.footer .model1 .model1Logo {
				padding-bottom: 10px;
				text-align: center;
			}
			
			.footer .model1 .model1Logo a {
				display: inline-block;
			}
			
			.footer .model1 .modelRight ul {
				padding: 10px 0;
				font-size: 0;
				border-top: 1px solid #464342;
			}
			
			.footer .model1 .modelRight ul li {
				color: #fff;
				font-size: 12px;
			}
			
			.footer .model1 .modelRight ul li span,
			.footer .model1 .modelRight ul li a {
				color: #fff;
				font-size: 12px;
			}
			
			.footer .model1 .modelRight ul li.title {
				padding-bottom: 10px;
				display: block;
				color: #a9a9a8;
				font-size: 14px;
				font-weight: 600;
			}
			
			.footer .model1 .modelRight ul.place,
			.footer .model1 .modelRight ul.contact,
			.footer .model1 .modelRight ul.newData {
				white-space: wrap;
			}
			
			.footer .model1 .modelRight ul.place li:not(.title),
			.footer .model1 .modelRight ul.contact li:not(.title),
			.footer .model1 .modelRight ul.newData li:not(.title) {
				padding-bottom: 10px;
				display: inline-block;
				width: 50%;
			}
			
			.footer .model1 .modelRight ul.social {
				position: relative;
				text-align: right;
				border-bottom: 1px solid #464342;
			}
			
			.footer .model1 .modelRight ul.social li.title {
				position: absolute;
				left: 0;
				display: inline-block;
			}
			
			.footer .model1 .modelRight ul.social li:not(.title) {
				padding: 0 10px;
				display: inline-block;
			}
			
			.footer .model1 .modelRight ul.social li:not(.title) a {
				display: inline-block;
			}
			
			.footer .model1 .modelRight ul.social li:not(.title) a span {
				font-size: 24px;
			}
			
			.footer .model2 {
				margin-top: 10px;
			}
			
			.footer .model1,
			.footer .model2 {
				text-align: center;
				color: #fff;
				/*display: flex;
    justify-content: center;*/
			}
			
			.footer .model2 .model2Left span,
			.footer .model2 .model2Left a {
				color: #fff;
				font-size: 12px;
			}
			
			.footer .model2 {
				color: #f5f5f5;
				font-size: 14px;
			}
			
			.noScollView {
				height: 100vh;
				overflow: hidden;
			}