			body {
				margin: 0;
				padding: 0;
			}
			
			.xt_nav_item a {
				text-decoration: none;
				/*color: rgba(128, 128, 128, 1);*/
			}
			
			.xt_header {
				color: rgba(128, 128, 128, 1);
				width: 100%;
				height: 120px;
				display: flex;
				justify-content: center;
				align-items: center;
				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: 120px;
				line-height: 120px;
				display: inline-block;
				vertical-align: middle;
				text-align: center;
				font-size: 18px;
				font-weight: 500;
			}
			
			.xt_nav_item {
				/*min-width: 80px;*/
				margin-right:25px;
			}
			
			.xt_nav_item_septal {
				width: 0px;
				margin: 0 10px;
				height: 120px;
				line-height: 120px;
			}
			
			.nav_item_text {
				color: inherit;
				display: block;
				height: 100%;
				width: 100%;
			}
			/*菜单导航点击样式*/
			
			.xt_nav_item {
				border-left-style: none;
				border-right-style: none;
				border-top-style: none;
				transition: transform .4s, opacity .4s;
				border: 0 solid transparent;
				box-sizing: border-box;
				border-bottom-width: 4px;
			}
			
			.xt_nav_menu_lint_ul .xt_nav_item:hover {
				/*color: #1e50ae;*/
				cursor: pointer;
				border-color: #E62129;
			}
			
			.xt_nav_menu_hover {
				/*color: #1e50ae;*/
				border-color: #E62129;
			}
			/*尾部样式*/
			
			.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;
			}
			
			.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;
			}