<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wraper {
	width: 1200px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.ind-loopvideo-wrapper {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	-ms-transition: all 0.2s 0s ease;
	-o-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

.ind-loopvideo-wrapper.open {
	opacity: 1;
	visibility: visible;
}

.ind-loopvideo-wrapper .ind-videoiframe-inner {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.ind-loopvideo-wrapper .ind-videoiframe {
	width: 100%;
	height: 100%;
	display: block;
}

.ind-loopvideo-wrapper .video-mask-hook {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.ind-loopvideo-wrapper .video-inner-wrapper {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 66.8%;
	padding-bottom: 40%;
}

.ind-loopvideo-wrapper .video-desc {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	height: 5%;
}

.ind-loopvideo-wrapper .video-close-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
	background: url(../img/icon/cha.png) center center no-repeat;
	background-size: contain;
	z-index: 100;
	cursor: pointer;
}

.ind-loopvideo-wrapper .video-inner-topH {
	position: relative;
}

.ind-loopvideo-wrapper .video-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 91%;
	background: #ddd;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.introduction-video {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.introduction-video video {
	width: 100%;
	height: 100%;
}
.header .search {
    position: absolute;
    right: 0;
    top: 23px;
    width: 170px;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
}
.header .search-box {
    float: left;
    width: 170px;
    height: 28px;
    border: 1px solid #333;
    color: #fff;
    padding: 2px 15px;
    border-radius: 30px;
    box-sizing: border-box;
}

.header .search-box input {
    height: 90%;
    vertical-align: middle;
    display: inline-block;
    outline: none;
    color: #333;
    width: 114px;
    background: none;
    border:  none;
}

.header .search-box img {
    vertical-align: -4px;
    width: 20px;
    display: inline-block;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
}

.header-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 21;
	width: 100%;
	height: 80px;
	background: #f9f6f1;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}

.header .wraper {
	height: 100%;
}

.header-mian {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 100%;
	height: 80px;
}
.notice{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 888;
	width: 160px;
	height: 245px;
	background: url(../img/bg/notice.png) no-repeat center center;
	padding: 15px 10px;
	box-sizing:  border-box;
}
.notice-text{
	overflow-y:  auto;
	height: 100%;
}
.notice-text::-webkit-scrollbar  
{  
    width: 3px;  
    height: 3px;  
    background-color: #F5F5F5;  
}
.notice-text::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 2px;  
    background-color: #red;  
}
.notice-text::-webkit-scrollbar-thumb  
{  
    border-radius: 2px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: red;  
}  
.notice h1{
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.notice p{
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.notice-close{
    position: absolute;
    right: 0;
    top: -17px;
    cursor:  pointer;
}
.logo {
	position: absolute;
	left: 0;
    width: 74px;
    top: 5px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;

}

.logo img {
	width: 100%;
	display: block;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}

.nav {
	position: absolute;
	right:170px;
	bottom: 0;
	top: 0;
    left:135px;
    padding-top: 15px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}

.nav ul {
	overflow: hidden;
	height: 100%;
}

.nav ul li {
	float: left;
	position: relative;
	height: 100%;
}

.nav ul li a {
	padding: 0 42px;
    font-size: 16px;
	border-right: 1px solid #8f8e8c;
	width: 42px;
	display: inline-block;
	letter-spacing: 3px;
	color: #707070;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	cursor:  pointer;
}
.nav ul li:last-child a {
	border-right: none;
}

.nav ul li .nav-slide {
	position: fixed;
	width: 100%;
	left: 0;
	top: 80px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 2;
	height: 0;
	overflow: hidden;
	line-height: 50px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}

.nav ul li .nav-slide a {
	width: auto;
	border: none;
	color: #fff !important;
	font-size: 14px;
	letter-spacing: 0;
	background: url(../img/icon/nav-arrow.png) no-repeat right center;
	padding: 0 17px 0 3px;
}

.nav ul li .nav-slide a:hover {
	color: #e7be81 !important;
}

.nav ul li.active a {
	color: #e01b1d;
}

.nav ul li.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-bottom: 10px solid #9f8d77;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -10px;
}

.nav ul li.active .nav-slide {
	height: 50px;
}

.pageother .header-bg,
.pageother .header-mian {
	height: 80px;
}
.pageother .header .search{
    top: 23px;
}

.pageother .nav ul li .nav-slide {
	top: 80px;
}

.pageother .logo {
	width: 74px;
	top: 5px;
}

.pageother .nav {
	padding-top: 15px;
}

.pageother .nav ul li .nav-slide a {
	font-size: 14px;
	padding: 0 17px 0 3px;
	width:  auto;
}

.footer {
	width: 100%;
	overflow:  hidden;
}

.footer-top {
	background: #1f1f1f;
	padding: 15px 0 0;
	overflow: hidden;
}

.footer-bot {
	background: #171717;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.footer-bot p {
	font-size: 12px;
}

.footer-nav {
	width: 74%;
	float: left;
}

.footer-ewm {
	float: right;
	width: 26%;
	padding: 25px 15px;
	box-sizing: border-box;
	background: #2a2a2a;
	overflow: hidden;
	margin-top: 20px;
}

.footer-ewm li {
	float: left;
	width: 50%;
	text-align: center;
}

.erm-box {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.erm-box img {
	width: 106px;
	height: 106px;
	position: absolute;
	top: 7px;
	left: 7px;
}

.erm-box span {
	width: 16px;
	height: 16px;
	position: absolute;
}

.erm-box .span1 {
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	left: 0;
	top: 0;
}

.erm-box .span2 {
	border-right: 2px solid #000;
	border-top: 2px solid #000000;
	right: 0;
	top: 0;
}

.erm-box .span3 {
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	left: 0;
	bottom: 0;
}

.erm-box .span4 {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	right: 0;
	bottom: 0;
}

.footer-ewm li p {
	color: #fff;
	margin-top: 10px;
}

.footer-nav li {
	float: left;
	margin-right: 50px;
	max-width: 152px;
}

.footer-nav li h1 {
	position: relative;
	font-size: 14px;
	color: #fff;
	margin-bottom: 40px;
}

.footer-nav li h1::after {
	content: "";
	position: absolute;
	bottom: -17px;
	width: 40px;
	height: 2px;
	background: #5a5a5a;
	left: 0;
}

.footer-nav li a {
	display: block;
	color: #7e7e7e;
	margin-bottom: 15px;
	position: relative;
	padding-left: 8px;
}
.footer-nav li a:hover{
	opacity: 0.8;
}
.footer-nav li a::after {
	content: "";
	background: #a9a9a9;
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.crumb-btn {
	position: absolute;
	right: 15px;
	top: 18px;
	display: none;
}

.crumb-btn.active .crumb-s1 {
	transform: rotate(45deg) translate(7px, 6px);
}

.crumb-btn.active .crumb-s2 {
	opacity: 0;
}

.crumb-btn.active .crumb-s3 {
	transform: rotate(-45deg) translate(5px, -4px);
}

.crumb-btn .crumb-s1,
.crumb-btn .crumb-s2,
.crumb-btn .crumb-s3 {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #e01b1d;
	transform: rotate(0deg) translate(0, 0);
	-webkit-transition: all 0.2s 0s ease-in-out;
	-moz-transition: all 0.2s 0s ease-in-out;
	-ms-transition: all 0.2s 0s ease-in-out;
	-o-transition: all 0.2s 0s ease-in-out;
	transition: all 0.2s 0s ease-in-out;
}

.crumb-btn .crumb-s2 {
	margin: 5px 0;
}
.ph-menu-wrapper {
  position: fixed;
  top: 60px;
  right: -100%;
  bottom: 0;
  z-index: 12;
  width: 100%;
  min-height: calc(100% - 50px);
  background: rgba(0,0,0,0.9);
  overflow-y: scroll;
  overflow-x: hidden;
}
.ph-menu-wrapper.ph-menu-list {
  overflow-y: scroll;
}
.ph-menu-wrapper li {
  display: block;
  position: relative;
  line-height: 50px;
  border-bottom: 1px solid #737373;
  cursor: pointer;
}
.ph-menu-wrapper li a{
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	display:  block;
}
.ph-menu-seclink{
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
}
.ph-menu-thirdlist{
	background: rgba(0,0,0,0.8);
	display:  none;
}
.ph-menu-seclink.active{
	background: rgba(117, 109, 109, 0.5);
}
.list{
	overflow: hidden;
	background: #fff8eb;
}
.list img{
	max-width: 100%;
}
.list-banner{
	overflow: hidden;
}
.list-banner img{
	display: block;
	width: 100%;
}
.position{
	color: #424242;
	font-size: 12px;
	padding: 12px 0 12px 30px;
	background: url(../img/icon/home-icon.png) no-repeat left 9px;
}
.list-main{
	overflow: hidden;
	padding-bottom: 40px;
}
.left-nav{
	float: left;
	overflow: hidden;
	width: 19%;
}
.left-nav-title{
	background: url(../img/bg/left-nav.png) no-repeat left top;
	font-size: 18px;
	color: #fff;
	padding: 22px 0;
	margin-bottom:4px;
	text-align: center;
	background-size: 100%;
}
.left-nav ul{
	padding-top: 15px;
	background: url(../img/bg/left-nav.png) no-repeat center center;
	background-size: cover;
}
.left-nav li a{
	display: block;
	padding:15px 0 ;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.left-nav li.active a,.left-nav li:hover a{
	background: #942928;
}
.right-content{
	float: right;
	overflow: hidden;
	width: 78%;
}
.right-content img{
	max-width: 100%;
	height: 250px;
}
.right-content-title{
	background: url(../img/icon/content-title.png) no-repeat left 0px;
	font-size: 16px;
	color: #942928;
	padding: 0px 0 10px 62px;
	border-bottom: 1px solid #e01b1d;
}
.page{
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
}
.page a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 6px 15px;
	margin: 0 7px;
	background: #b3b3b3;
	border-radius: 5px;
}
.page a.active{
	background: #e01b1d;
}

.start{
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/index/start-bg.jpg) no-repeat center center;
	background-size:cover;
}
.start-el{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: none;
}
.start-el2{
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
}
.start .wraper{
	height: 100%;
}
.start-wraper{
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
}
.start-main{
	width: 38px;
	margin: 0 auto;
	height: 100%;
	position:  relative;
	background: url(../img/icon/reel-bg.jpg) repeat-x left top;
	transition: all 4s;
	-webkit-transition: all 4s;
	-moz-transition: all 4s;
	-ms-transition: all 4s;
}
.active .start-main{
	width: 100%;
}
.reel-l{
	position: absolute;
	left: -60px;
	top: -12%;
	background: url(../img/icon/reel.png) no-repeat center center;
	width: 80px;
	height: 124%;
	background-size: 100% 100%;
}
.reel-r{
	position: absolute;
	right: -60px;
	top: -12%;
	background: url(../img/icon/reel-r.png) no-repeat center center;
	width: 80px;
	height: 124%;
	background-size: 100% 100%;
}
.start-rell-box{
	padding: 30px 28px;
	width: 100%;
	height: 100%;
	box-sizing:  border-box;
}
.start-rell-img{
	background: #fff;
	height:  100%;
	padding: 10px;
	box-sizing:  border-box;
}
.rell-img{
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size:cover;
	transition: all 4s;
	-webkit-transition: all 4s;
	-moz-transition: all 4s;
	-ms-transition: all 4s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	opacity: 0;
}
.active .rell-img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
}
.start-btn{
	width: 119px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	background: url(../img/bg/start-btn.jpg) no-repeat center center;
	position:  absolute;
	top: -55px;
	left:  50%;
	margin-left: -60px;
	opacity: 0;
	transition: all 1s 4s;
	-webkit-transition: all 1s 4s;
	-moz-transition: all 1s 4s;
	-ms-transition: all 1s 4s;
}
.active .start-btn{
	opacity: 1;
}
.mobile-reel{
	display: none;
	padding:  10px;
}
.mobile-reel img{
	width: 100%;
}
@media screen and (min-width:1201px) and (max-width:1400px){
   .start .wraper{
        width: 1050px;
        height: 110%;
    }
    .home-news-main .home-news-wraper{
    	height: 440px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1200px) {
	.wraper{
		width: 98%;
	}
	.header-bg,.header-mian{
		height: 90px;
	}
	.logo{
		width: 75px;
	}
	.nav{
		padding-top: 20px;
	}
	.nav ul li a{
		font-size: 16px;
		width: 40px;
		padding: 0 30px;
	}

	
	.header .search {
	    top: 32px;
	}

	.nav ul li .nav-slide{
		top: 90px;
		line-height: 40px;
	}
	.pageother .header-bg, .pageother .header-mian{
		height: 60px;
	}
	.pageother .logo{
		width: 56px;
	}
	.pageother .nav{
		padding-top: 10px;
	}
	.pageother .nav ul li a{
		font-size: 14px;
		width: 36px;
		padding: 0 32px;
	}
	.pageother .nav ul li .nav-slide{
		top: 60px;
	}
	.nav ul li.active::after{
		border-width: 5px;
	}
	.nav ul li.active .nav-slide{
		height: 40px;
	}
	.left-nav-title{
		font-size: 16px;
		padding: 15px 0;
	}
	.left-nav li a{
		font-size: 14px;
		padding: 10px 0;
	}
	.start .wraper{
		width: 80%;
	}
}
@media only screen and (min-width: 800px) and (max-width:1100px) {
	.footer-nav{
		width: 100%;
		float: none;
	}
	.footer-ewm{
		width: 100%;
		float: none;
		padding: 10px;
	}

	.nav ul li a{
		font-size: 16px;
		width: 40px;
		padding: 0 15px;
	}

	.pageother .nav ul li a{
		padding:0 15px;
	}

}
@media only screen and (min-width: 0) and (max-width:800px) {
	.nav{
		display: none
	}
	.crumb-btn{
		display: block;
	}
	.header-bg, .header-mian{
		height: 60px;
	}


	.header .search {
	    position: absolute;
	    right: 60px;
	    top: 15px;
	}

	.pageother .header .search {
	    top: 15px;
	}


	.logo {
	    width: 55px;
	    top: 3px;
	}
	.footer-top{
		display: none;
	}
	.left-nav{
		width: 100%;
		margin-bottom: 10px;
	}
	.right-content{
		width: 100%;
	}

	.nav ul li a{
		font-size: 16px;
		width: 40px;
		padding: 0 15px;
	}
	.reel-l,.reel-r,.start-rell-box{
		display: none;
	}
	.start-main{
		background: none;
	}
	.start-btn{
		transition: all 1s;
	    -webkit-transition: all 1s;
	    -moz-transition: all 1s;
	    -ms-transition: all 1s;
	}
	.mobile-reel{
		display: block;
	}
	.start-main{
		width: 100%;
	}
	.start .wraper{
		width: 100%;
	}
}</pre></body></html>