@charset "UTF-8";

.homefive p .inputicon02, body {
	font-family: "微软雅黑";
}

body, html {
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
}

blockquote, body, dd, div, dl, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, html, li, ol, p, pre, table, td img, th, ul {
	margin: 0;
	padding: 0;
}

a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, time, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

.container, .homeban, body {
	margin: 0 auto;
}

body {
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	background: #fff;
	color: #333;
	font-weight: 400;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.transition {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

li, ul {
	list-style: none;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:active, a:hover {
	color: #ee002e;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.container {
	clear: both;
	width: 1000px;
	padding: 0;
}

img {
	vertical-align: middle;
	MAX-WIDTH: 100% !important;
	HEIGHT: auto !important;
}

.header {
	background: #241f1f;
	padding: 15px 0 20px;
}

.header .logo {
	float: left;
	width: 149px;
}

.header .nav {
	float: left;
	margin-left: 30px;
}

.header .nav li {
	float: left;
	padding: 4px 10px 10px;
	position: relative;
	overflow: hidden;
	margin: 5px;
}

.header .nav li:after, .header .nav li:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	background: #fff;
	transition: all .5s linear;
}

.foot_btm, .foot_btm .container {
	position: relative;
}

.header .nav li:after {
	left: -100%;
	bottom: 0;
	background: #c9211e;
	background: -webkit-linear-gradient(left, #c9211e, #de7c1b);
	background: -moz-linear-gradient(left, #c9211e, #de7c1b);
	background: -ms-linear-gradient(left, #c9211e, #de7c1b);
	background: -o-linear-gradient(left, #c9211e, #de7c1b);
}

.header .nav li:before {
	right: -100%;
	bottom: 5px;
	background: #c9211e;
	background: -webkit-linear-gradient(left, #c9211e, #9b0000);
	background: -moz-linear-gradient(left, #c9211e, #9b0000);
	background: -ms-linear-gradient(left, #c9211e, #9b0000);
	background: -o-linear-gradient(left, #c9211e, #9b0000);
}

.header .nav li.li1:before, .header .nav li:hover:before {
	right: 0;
	transition: all .5s linear;
}

.header .nav li.li1:after, .header .nav li:hover:after {
	left: 0;
	transition: all .5s linear;
}

.header .nav li a {
	clear: both;
	display: block;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
}

.header .headerfr {
	float: right;
	width: 202px;
	margin-top: 8px;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	flex: 0 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.homeban .pagination {
	position: absolute;
	z-index: 333;
	left: 50%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	bottom: 48px;
	width: 456px;
	padding: 0 20px;
	margin-left: -228px;
}

.homeban .pagination span {
	font-size: 14px;
	color: #fff;
	margin-right: 83px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.homeban .pagination span:last-child {
	margin-right: 0;
}

.homeban .pagination span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -15px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.homeban .pagination span.swiper-pagination-bullet-active:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.homeban .ban_bg {
	width: 100% !important;
	height: auto;
}

.homeban a {
	display: block;
	position: relative;
	height: 100%;
}

.homeban .ban_text {
	position: absolute;
	left: 0;
	top: 24.8%;
	width: 100%;
	text-align: center;
}

.homeban .ban_text .banner_tit {
	font-size: 80px;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0px 0px 6px rgba(6, 10, 15, 0.58);
	font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
}

.homeban .ban_text .banner_intro {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 40px;
	color: #fff;
	text-shadow: 0px 0px 10px #404c63;
}

.homeban .ban_text .banner_intro span {
	margin-left: 10px;
	margin-right: 10px;
}

.homeban .slide4 .ban_text {
	top: 40%;
}

.slide0 {
	background: url(/statics/images/xinzyst/newsyearban.jpg) center no-repeat;
	background-size: cover;
}



.slide1 .s0 {
	left: 50%;
	top: 26.78%;
	width: 62.5%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.slide1 .s1, .slide3 .s0 {
	transform: translateX(-50%);
}

.slide1 .s1 {
	left: 50%;
	top: 53.134963%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.slide2 .slip01, .slide2 .slip02, .slide2 .slip03 {
	left: 0;
	font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
	padding-left: 35px;
}

.slide2 .slip01 {
	top: 41.2%;
	font-size: 36px;
	background: url(/statics/images/xinzyst/homeoneicon01.png) left center no-repeat;
	color: #fff;
	font-weight: 700;
}

.slide2 .slip02 {
	top: 48.2%;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
}

.slide2 .slip03 {
	top: 57.2%;
	font-size: 16px;
	color: #b3b2b2;
	font-weight: 700;
}


.slide3 .s0 {
	left: 50%;
	top: 18%;
	width: 53%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: none;
}

.slide3 .s1 {
	left: 50%;
	width: 100%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 5;
	display: none;
}

.slide3 .s2 {
	left: 10%;
	bottom: 30%;
	width: 15.625%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.slide3 .s3 {
	right: -10.7917%;
	bottom: 7%;
	width: 28.3333%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.slide4 .slide4item, .slide5 .slide5item {
	width: 29.6875%;
	transform: translateY(-70%);
	z-index: 2;
}

.slide3 .fadeInUp01, .slide3 .zoomInDown01 {
	display: block;
}



.slide4 .slide4item {
	left: 8.854167%;
	top: 50%;
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
}

.slide4 .slip08 {
	width: 46.4375%;
	right: 9%;
	top: 32.51859%;
	bottom: 5%;
	max-width: 1026px;
}

.slide4 .slip09 {
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	max-width: 570px;
}

.slide4 .slip10, .slide4 .slip11, .slide4 .slip12 {
	position: relative;
	font-size: 16px;
	background: url(/statics/images/xinzyst/homeoneicon01.png) left center no-repeat;
	padding-left: 35px;
	color: #fff;
	line-height: 1;
}

.slide4 .slip10 {
	top: 0;
	left: 0;
}

.slide4 .slip11 {
	top: 30px;
	left: 100px;
	font-weight: 700;
}

.slide4 .slip12 {
	top: 60px;
	left: 0;
}

.slide5 {
	background: url(/statics/images/xinzyst/5.jpg) center no-repeat;
	background-size: cover;
}

.slide5 .slide5item {
	left: 8.854167%;
	top: 50%;
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
}

.slide5 .slip17 {
	width: 45.729167%;
	right: 9%;
	bottom: 13.376195%;
	max-width: 878px;
}

.slide5 .slip13 {
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	max-width: 570px;
}

.slide5 .slip14, .slide5 .slip15, .slide5 .slip16 {
	position: relative;
	font-size: 16px;
	background: url(/statics/images/xinzyst/homeoneicon01.png) left center no-repeat;
	padding-left: 35px;
	color: #fff;
	line-height: 1;
}

.slide5 .slip14 {
	top: 0;
	left: 0;
}

.slide5 .slip15 {
	top: 30px;
	left: 100px;
	font-weight: 700;
}

.slide5 .slip16 {
	top: 60px;
	left: 0;
}

.hometit {
	position: relative;
	z-index: 2;
}

.hometit h1 {
	font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
	text-align: center;
	line-height: 1;
	font-size: 34px;
	margin-bottom: 15px;
	color: #0e0e0e;
}

.hometit h1:before {
	content: "";
	background: url(/statics/images/xinzyst/homeoneicon01.png) center center no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 7px;
}

.hometit h2 {
	font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
	text-align: center;
	line-height: 1;
	font-size: 32px;
	margin-bottom: 15px;
	color: #0e0e0e;
}

.hometit h2:before {
	content: "";
	background: url(/statics/images/xinzyst/homeoneicon01.png) center center no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 7px;
}

.homeone .homeonefl ul li a, .homeonefritem .homeonefrtxt h3, .hometwofl dl dd div, .hometwofl dl dd p a, .hometwofl dl dt .hometwodtpic, .hometwofl dl dt p a, .hometwofl dl dt p span {
	clear: both;
	display: block;
}

.hometit p {
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #0e0e0e;
}

.homeone {
	clear: both;
	background: url(/statics/images/xinzyst/homeonebg.jpg) left top no-repeat;
	background-size: 55.625%;
	padding: 44px 0 70px;
}

.homeone .hometit {
	margin-bottom: 37px;
}

.homeone .homeonefl {
	float: left;
	width: 686px;
}

.homeone .homeonefl ul {
	margin-left: -15px;
}

.homeone .homeonefl ul li {
	float: left;
	margin-left: 15px;
	width: 218px;
	margin-bottom: 10px;
	transition: all .3s;
}

.homeone .homeonefl ul li a.homeonetit {
	color: #0e0e0e;
	font-size: 14px;
	text-align: center;
	padding: 15px 10px 10px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}

.homeone .homeonefl ul li a.homeonepic {
	position: relative;
	overflow: hidden;
}

.homeone .homeonefl ul li a.homeonepic:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.24);
	bottom: -100%;
	z-index: 1;
}

.homeone .homeonefl ul li:hover a.homeonepic:after {
	bottom: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.homeone .homeonefl ul li a.homeonepic:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 150%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: url(/statics/images/xinzyst/hovericon.png) center center no-repeat rgba(0, 0, 0, 0.5);
	background-size: 39px;
	z-index: 2;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.homeone .homeonefl ul li:hover a.homeonepic:before {
	top: 50%;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.homeone .homeonefl ul li:hover {
	transition: all .3s;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.homeone .homeonefr {
	float: right;
	width: 286px;
	background: url(/statics/images/xinzyst/homeoneicon07.jpg);
}

.homeone .homeonefr li {
	padding: 0 10px 0 20px;
	position: relative;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

.homeone .homeonefr li:first-child {
	border-top: 1px solid #eaeaea;
}

.homeone .homeonefr li:last-child {
	border-bottom: 1px solid #eaeaea;
}

.homeone .homeonefr li:after {
	content: "";
	border-right: 1px solid #eaeaea;
	position: absolute;
	left: -1px;
	width: 9px;
	top: -1px;
	bottom: -1px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.homeone .homeonefr li.current:after {
	border: 0;
	background: url(/statics/images/xinzyst/homeoneicon06.png) right center no-repeat;
	background-size: 9px 100%;
}

.homeone .homeonefr li:last-child .homeonefritem {
	border-bottom: 0;
}

.homeonefritem {
	clear: both;
	padding: 11px 0;
	border-bottom: 1px solid rgba(185, 188, 197, 0.3);
}

.homeonefritem .homeonefrpic {
	float: left;
	width: 70px;
}

.homeonefritem .homeonefrtxt {
	float: right;
	width: 169px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

.homeonefritem .homeonefrtxt h3 {
	font-size: 16px;
	padding-bottom: 5px;
}

.homesix {
	padding-top: 130px;
	padding-bottom: 150px;
	background: url(/statics/images/xinzyst/home6_bg.jpg) center center no-repeat;
	background-size: cover;
}

.homesix .container:after {
	content: "";
	display: block;
	clear: both;
}

.homesix .video_box {
	float: left;
	width: 50%;
	margin-top: 80px;
}

.homesix .video_box video {
	width: 100%;
	height: auto;
	display: block;
}

.homesix .text_box {
	width: 41.5%;
	float: right;
}

.homesix .text_box .tit {
	font-size: 50px;
	line-height: 1.2;
	padding-left: 42px;
	color: #fff;
	position: relative;
	background: url(/statics/images/xinzyst/home6_decor.png) left center no-repeat;
	background-size: 18px;
	font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
}

.homesix .text_box .intro_ul {
	margin-top: 120px;
}

.homesix .text_box .intro_ul:after {
	content: "";
	display: block;
	clear: both;
}

.homesix .text_box .intro_ul li {
	float: left;
	padding-left: 32px;
	position: relative;
	width: 50%;
}

.homesix .text_box .intro_ul li .num {
	display: block;
	color: #ffffff;
	font-size: 70px;
	line-height: 1;
	font-weight: bold;
}

.homesix .text_box .intro_ul li .num i {
	font-size: 40px;
	display: inline-block;
	vertical-align: bottom;
	font-style: normal;
	margin-left: 6px;
}

.homesix .text_box .intro_ul li .desc {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.3;
	margin-top: 12px;
}

.homesix .text_box .intro_ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 6px;
	background-color: #c9221e;
	background: linear-gradient(0deg, #c9221e 0%, #dd781b 100%);
	border-radius: 3px;
}

.homesix .text_box .intro_ul li + li + li {
	margin-top: 110px;
}

.homeonefritem .homeonefrtxt h3 {
	font-size: 20px;
	padding-bottom: 10px;
}

@media (min-width: 1860px) {
	.container {
		width: 1600px;
	}

	.header {
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.header .logo {
		width: 231px;
	}

	.header .nav {
		margin-left: 67px;
	}

	.header .nav li {
		padding: 10px 5px;
		margin: 0 25px;
	}

	.header .nav li a {
		font-size: 18px;
		line-height: 40px;
	}

	.header .nav li:after, .header .nav li:before {
		width: 53px;
	}

	.header .headerfr {
		width: 323px;
	}

	.breadnav {
		font-size: 16px;
		padding: 25px 0 46px;
	}

	.homeban .inner {
		width: 1600px;
	}

	.slide2 .slip01, .slide2 .slip02 {
		font-size: 56px;
	}

	.slide2 .slip03 {
		font-size: 24px;
	}

	.slide3 .slip05 {
		font-size: 30px;
	}

	.slide4 .slip08 {
		width: 53.4375%;
	}

	.slide5 .slip17 {
		bottom: 6.376195%;
	}

	.slide4 .slip10, .slide4 .slip11, .slide4 .slip12, .slide5 .slip14, .slide5 .slip15, .slide5 .slip16 {
		font-size: 21px;
	}

	.homeban .inner01 {
		width: 100%;
	}

	.slide1 .s0 {
		top: 26.780021%;
		width: auto;
		height: 20.08502% !important;
	}

	.slide1 .s1 {
		top: 53.134963%;
		width: auto;
		height: 37.93836% !important;
	}

	.hometit h2 {
		font-size: 50px;
		margin-bottom: 30px;
	}

	.hometit h2:before {
		margin-top: 17px;
		margin-right: 20px;
	}

	.hometit h1 {
		font-size: 52px;
		margin-bottom: 30px;
	}

	.hometit h1:before {
		margin-top: 17px;
		margin-right: 20px;
	}

	.hometit p {
		font-size: 16px;
	}

	.homeone {
		padding: 72px 0 115px;
	}

	.homeone .hometit {
		margin-bottom: 60px;
	}

	.homeone .homeonefl {
		width: 1098px;
	}

	.homeone .homeonefl ul {
		margin-left: -26px;
	}

	.homeone .homeonefl ul li {
		margin-left: 26px;
		width: 348px;
	}

	.homeone .homeonefl ul li a.homeonetit {
		font-size: 18px;
	}

	.homeone .homeonefr {
		width: 457px;
	}

	.homeonefritem .homeonefrpic {
		width: 112px;
	}

	.homeonefritem .homeonefrtxt {
		width: 282px;
		font-size: 16px;
		padding-top: 8px;
	}

	.homeone .homeonefr li {
		padding: 0 14px 0 27px;
	}

	.homeone .homeonefr li:after {
		width: 13px;
	}

	.homeone .homeonefr li.current:after {
		background-size: 13px 100%;
	}
}
/**/
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1400px;
	position: relative;
	z-index: 1;
}

.aboutbox {
	margin-left: auto;
	margin-right: auto
	padding: 60px 0px;
}

.aboutbox p {
	font-size: 18px;
	margin-top: 38px;
	color: #888888;
	line-height: 1.8
}

.aboutbox .hxfont {
	font-size: 38px;
	color: #e0e0e0;
	font-weight: bold;
	text-transform: uppercase
}

.aboutbox .bsty {
	margin-top: 24px;
	margin-bottom: 52px
}

.bsty span {
	font-size: 48px;
	color: #1d1d1f;
	font-weight: bold;
	line-height: 1
}
/**/
/**/
/* 设置默认字体 */
body,
button, input, select, textarea {
	font: 16px/22px "Microsoft YaHei";
	color: #333;
}

address, cite, dfn, em, i, var {
	font-style: normal;
} /* 斜体扶正 */
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}

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

*,*:after,*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


.gui {
	width: 1400px;
	margin: 0 auto;
}

.gui .gui-left {
	width: 594px;
	float: left;
	padding-top: 43px;
	position: relative;
	z-index: 200;
}

.gui .gui-left h2 {
	margin-bottom: 28px;
}



.gui .gui-left h2 em {
	display: block;
	height: 73px;
	line-height: 73px;
	font-size: 55px;
	color: #e50012;
	font-weight: bold;
	font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
}

.gui .gui-left strong {
	display: block;
	line-height: 30px;
	font-weight: normal;
	font-size: 18px;
	color: #1d1d1d;
	font-family: "思源黑体 CN";
	margin-bottom: 50px;
}

.gui .gui-left .hd {
	width: 583px;
	height: 47px;
	background: #E1E1E1;
	margin-bottom: 88px;
}

.gui .gui-left .hd ul li {
	float: left;
	width: 155px;
	height: 47px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.gui .gui-left .hd ul li.jd2 {
	margin-left: -10px;
}

.gui .gui-left .hd ul li.jd4 {
	margin-left: -16px;
}

.gui .gui-left .hd ul li.jd3 {
	margin-left: -11px;
}

.gui .gui-left .hd ul li i {
	display: block;
	width: 100%;
	height: 47px;
	line-height: 47px;
	font-size: 15px;
	color: #666666;
	font-family: "思源黑体 CN";
	position: relative;
	z-index: 200;
}

.gui .gui-left .hd ul li.jd1:before {
	width: 100%;
	height: 47px;
	background: url(/statics/images/xinzyst/gui-jd1.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.gui .gui-left .hd ul li.jd2:before {
	width: 100%;
	height: 47px;
	background: url(/statics/images/xinzyst/gui-jd2.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.gui .gui-left .hd ul li.jd3:before {
	width: 100%;
	height: 47px;
	background: url(/statics/images/xinzyst/gui-jd1.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.gui .gui-left .hd ul li.jd4:before {
	width: 100%;
	height: 47px;
	background: url(/statics/images/xinzyst/gui-jd2.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.gui .gui-left .hd ul li.cur i {
	color: #FFF;
}

.gui .gui-left .hd ul li.jd1.cur:before {
	display: block;
}

.gui .gui-left .hd ul li.jd2.cur:before {
	display: block;
}

.gui .gui-left .hd ul li.jd3.cur:before {
	display: block;
}

.gui .gui-left .hd ul li.jd4.cur:before {
	display: block;
}

.gui .gui-left .gui-sz {
	width: 973px;
	height: 138px;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding-top: 24px;
	box-sizing: border-box;
}

.gui .gui-left .gui-sz ul li {
	float: left;
	height: 83px;
	border-right: 1px solid #eeeeee;
}

.gui .gui-left .gui-sz ul li span {
	display: block;
	text-align: center;
	height: 56px;
}

.gui .gui-left .gui-sz ul li span em {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-size: 55px;
	color: #e50012;
	font-weight: bold;
}

.timer {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.timer:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.gui .gui-left .gui-sz ul li span i {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #252220;
	border-radius: 50%;
	text-align: center;
	line-height: 17px;
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: bottom;
	margin: 0 0 5px -8px;
}

.gui .gui-left .gui-sz ul li p {
	height: 27px;
	font-size: 14px;
	line-height: 27px;
	color: #333333;
	text-align: center;
}

.gui .gui-left .gui-sz ul li:nth-child(4) p {
	padding-left: 53px;
}

.gui .gui-left .gui-sz ul li:nth-child(5) p {
	padding-left: 70px;
}

.gui .gui-left .gui-sz ul li:last-child {
	border-right: 0;
}

.gui .gui-rig {
	width: 750px;
	height: 533px;
	overflow: hidden;
	float: right;
}

.gui .gui-rig .gui-con,.gui .gui-rig .gui-con .con {
/* height:100%; */
}

/*分类*/
.w {
	max-width: 1000px
}

.public-title {
	text-align: center;
}

.public-title h2 {
	font-size: 40px;
	font-family: "Alibaba-PuHuiTi-Heavy";
	color: #40545b;
}

.public-title p {
	margin: 28px auto 0;
	font-size: 18px;
	color: #516e78;
	line-height: 1.55556
}


.common_kh .kh_slide {
	margin-top: 36px
}

.common_kh .kh_list {
	font-size: 0;
	white-space: nowrap
}

.common_kh .kh_list li {
	display: inline-block;
	vertical-align: top;
	width: 291px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc
}

.common_kh .kh_top {
	width: 4074px;
	-webkit-animation: scrollToRight 40s linear infinite;
	animation: scrollToRight 40s linear infinite
}

.common_kh .kh_bottom {
	width: 4074px;
	margin-left: -145px;
	-webkit-animation: scrollToRight 40s linear infinite;
	animation: scrollToRight 40s linear infinite
}


@-webkit-keyframes scrollToRight {
	from {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0)
	}
}

.home4 {
	background: url(/statics/images/xinzyst/home4bg.jpg) center no-repeat;
	background-size: cover;
	padding-top: 102px;
	padding-bottom: 148px;
	overflow: hidden
}

.home4 .public-title h2 {
	width: 550px;
	margin: 0 auto;
	color: #ffffff;
	font-family: "Alibaba-PuHuiTi-Regular";
	-webkit-text-fill-color: initial;
	-webkit-background-clip: initial;
	background-image: none;
	line-height: 1.45
}

.home4 .public-title h2 span {
	font-family: "Alibaba-PuHuiTi-Heavy"
}

.home4 .sty1 {
	margin-top: 60px;
	overflow: hidden
}

.home4 .sty1 li {
	float: left;
	text-align: center
}

.home4 .sty1 li span {
	margin-top: 20px;
	margin-bottom: 22px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	font-family: "Alibaba-PuHuiTi-Bold"
}

.home4 .sty1 li p {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.66667;
	font-family: 'Alibaba-PuHuiTi-Light'
}

.home4 .sty1 .one,.home4 .sty1 .three {
	width: 23.23077%
}

.home4 .sty1 .two {
	width: 19.07692%;
	margin: 0 17.23%
}

.home4 .sty1 .two span {
	position: relative
}

.home4 .sty1 .two span:before,.home4 .sty1 .two span:after {
	content: "";
	width: 76.6129%;
	height: 1px;
	border-top: 1px dashed #ffffff;
	display: block;
	position: absolute;
	top: 50%
}

.home4 .sty1 .two span:before {
	left: -76.6129%
}

.home4 .sty1 .two span:after {
	right: -76.6129%
}

.home4 .zxbtn {
	margin: 78px auto 0;
	display: block;
	width: 341px;
	height: 66px;
	background: #ffcb26;
	background-image: linear-gradient(to right, #ffdd71, #ffcb26);
	border-radius: 18px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	line-height: 66px;
	font-family: 'Alibaba-PuHuiTi-Heavy';
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all linear 0.3s
}

.home4 .zxbtn span {
	display: block;
	transition: all linear 0.3s;
	transform-style: preserve-3d;
	transform: translateY(0);
	transition-property: transform
}
.home4 .zxbtn span a {
 color: #ffffff;
}
.home4 .zxbtn span a:hover {
 color: #ffffff;
}

.home4 .zxbtn span+span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 36%, 0) rotateX(-90deg);
	display: none\9
}

.home4 .zxbtn:hover span {
	transform: translate3d(0, -36%, 0) rotateX(90deg);
	transform: none\9
}

.home4 .zxbtn:hover span+span {
	transform: none
}
.w {
    max-width: 1470px;
    margin: 0 auto
}

.public-title h2 {
	font-size: 35px;
}

.public-title p {
	font-size: 16px
}

.common_kh {
	padding-top: 45px
}

.common_kh .kh_slide {
	margin-top: 40px
}

.common_kh .kh_list li {
	width: 240px
}

.home4 {
	margin-top: 40px;
	padding-top: 100px;
	padding-bottom: 100px
}

.home4 .sty1 {
	margin-top: 50px
}

.home4 .sty1 li span {
	font-size: 18px
}

.home4 .sty1 li p {
	font-size: 15px
}

.home4 .zxbtn {
	margin-top: 60px;
	width: 290px;
	height: 60px;
	font-size: 24px;
	line-height: 60px
}
.index-news {
    margin-top: 100px
}

.index-news .index-txt {
    margin-bottom: 40px
}

.news-box {
    float: left;
    width: 47%
}

.box-fr {
    margin-left: 6%
}

.news-txt {
    line-height: 40px
}

.txt-more {
    float: right;
    width: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.txt-more:hover {
    margin-right: -5px
}

.txt-con {
    overflow: hidden;
    display: block;
    color: #333;
    font-size: 30px;
    font-weight: 700
}

.txt-con:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 34px;
    background: url(/statics/images/xinzyst/tit-icon03.png) no-repeat;
    margin-right: 15px;
    margin-top: -2px
}

.txt-con:hover {
    color: #e11a1a
	
}

.box-hot {
    margin-top: 30px;

}

.box-hot li {
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 15px rgba(37,92,79,.15);
    -moz-box-shadow: 0 3px 15px rgba(37,92,79,.15);
    -ms-box-shadow: 0 3px 15px rgba(37,92,79,.15);
    -o-box-shadow: 0 3px 15px rgba(37,92,79,.15);
    box-shadow: 0 3px 15px rgba(37,92,79,.15);
    overflow: hidden;
    position: relative;
    margin-bottom: 40px
}

.box-pic {
    float: left;
    width: 200px
}

.box-pic a {
    display: block;
    position: relative;
    padding-top: 66.25%;
    overflow: hidden
}

.box-pic a:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -200px;
    width: 240px;
    height: 40px;
    background: rgba(255,255,255,.3);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.box-pic a:hover:before {
    margin-left: 400px
}

.box-pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.box-info {
    display: block;
    overflow: hidden;
    padding: 6px 20px
}

.box-info a {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.box-info a:hover {
    color: #fa3535
}

.box-info p.box-font {
    line-height: 26px;
    height: 52px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.box-info span {
    display: inline-block;
    color: #aaa;
    font-size: 16px;
    margin-top: 12px
}

.box-more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #fa3535;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.box-more:hover {
    width: 50px
}

.box-list li {
    line-height: 34px;
    margin-top: 40px
}

.box-list li span {
    float: right;
    width: 90px;
    margin-left: 20px;
    color: #aaa;
    font-size: 16px
}

.box-list li a {
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.box-list li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(/statics/images/xinzyst/news-icon.png) no-repeat;
    margin-right: 8px;
    margin-top: -6px
}

.box-list li:hover a {
    margin-left: 4px;
    color: #fa3535
}
.index-txt {
    text-align: center
}

.index-txt h2,.index-txt strong {
    color: #333;
    font-size: 46px;
    line-height: 1.1;
    display: block
}

.index-txt h2:after,.index-txt h2:before,.index-txt strong:after,.index-txt strong:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 26px;
    background-repeat: no-repeat;
    margin-top: -6px
}

.index-txt h2:before,.index-txt strong:before {
    background-image: url(/statics/images/xinzyst/tit-icon01.png);
    margin-right: 20px
}

.index-txt h2:after,.index-txt strong:after {
    background-image: url(/statics/images/xinzyst/tit-icon02.png);
    margin-left: 20px
}

.index-txt p {
    color: #666;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px
}
.contentdb {
	width: 1400px;
	margin: 0 auto;
}

.contentf {
	width: 1200px;
	margin: 0 auto;
}

.footer {
	height: 580px;
	background: #232324;
}

.ft-top {
	padding-top: 48px;
	height: 407px;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	box-sizing: border-box;
}

.ft-top .ft-left {
	width: 278px;
	height: 314px;
	border-right: 1px solid rgba(255,255,255,0.04);
}

.ft-top .ft-left h2 {
	width: 184px;
	height: 37px;
	margin-top: 28px;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.ft-top .ft-left h2 img {
	width: 100%;
}

.ft-top .ft-left .ft-code span {
	display: block;
	height: 88px;
	margin-bottom: 26px;
}

.ft-top .ft-left .ft-code span i {
	display: block;
	width: 88px;
	height: 88px;
	float: left;
	line-height: 0;
	overflow: hidden;
}

.ft-top .ft-left .ft-code span i img {
	width: 100%;
}

.ft-top .ft-left .ft-code span em {
	display: block;
	width: 36px;
	padding: 3px 11px 2px;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	color: rgba(255,255,255,0.53);
	line-height: 14px;
}

.ft-top .ft-cen {
	width: 364px;
	height: 314px;
	border-right: 1px solid rgba(255,255,255,0.04);
	padding: 25px 63px 0 75px;
	box-sizing: border-box;
}

.ft-top .ft-cen h4 {
	height: 54px;
	line-height: 54px;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	font-size: 18px;
	color: #cfcfcf;
	font-weight: bold;
	margin-bottom: 16px;
}

.ft-top .ft-cen ul {
	width: 100%;
}

.ft-top .ft-cen ul li {
	margin-bottom: 8px;
}

.ft-top .ft-cen ul li span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: rgba(255,255,255,0.2);
}

.ft-top .ft-cen ul li p {
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	letter-spacing: 1px;
	color: rgba(255,255,255,0.39);
}

.ft-top .ft-nav {
	width: 556px;
	padding: 25px 0 0 75px;
	box-sizing: border-box;
}

.ft-top .ft-nav h4 {
	height: 54px;
	line-height: 54px;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	font-size: 18px;
	color: #cfcfcf;
	font-weight: bold;
	margin-bottom: 6px;
}

.ft-top .ft-nav ul li {
	float: left;
	width: 215px;
	height: 47px;
	line-height: 47px;
}

.ft-top .ft-nav ul li a {
	font-size: 16px;
	color: rgba(255,255,255,0.3);
	display: block;
	background: url(/statics/images/xinzyst/ft-jt.png) no-repeat right;
}

.ft-top .ft-nav ul li:nth-child(2n) {
	float: right;
}

.ft-bot {
	height: 80px;
}

.ft-bot span {
	display: block;
	height: 80px;
	float: left;
}

.ft-bot span em {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: rgba(255,255,255,0.39);
	margin-right: 10px;
}

.ft-bot span em a {
	font-size: 14px;
	color: rgba(255,255,255,0.39);
}



.ft-bot strong {
	float: right;
	height: 80px;
}

.ft-bot strong i {
	display: block;
	height: 80px;
	line-height: 80px;
	float: left;
	font-size: 14px;
	color: rgba(255,255,255,0.39);
	font-weight: normal;
}

.ft-bot strong a {
	display: block;
	height: 88px;
	line-height: 88px;
	float: left;
	font-size: 14px;
	color: rgba(255,255,255,0.39);
	margin-right: 15px;
	font-weight: normal;
}

.ft-bot strong a:last-child {
	margin-right: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.hotcity_yqlink {clear:both;width:1200px;margin:20px auto 10px;font-size:13px;}
.hotcity_yqlink .title-list {width:350px;height:28px;margin-bottom:20px;}
.hotcity_yqlink .title-list li {position:relative;width:65px;margin:0;height:28px;line-height:28px;text-align:center;float:left;display:inline;color:#8e959f;}
.hotcity_yqlink .title-list li.partner {width:201px;}
.hotcity_yqlink .title-list li.partner a{color:#999;}
.hotcity_yqlink .title-list li.partner a:hover{color:#ff6900}
.hotcity_yqlink .title-list li.on {color:#ff6900;}
.hotcity_yqlink .title-list li:before {content:"";width:1px;height:12px;background:#ff6900;position:absolute;right:0;top:8px;}
.hotcity_yqlink .title-list li:last-child::before {content:"";width:0;height:0;}
.hotcity_yqlink .title-list li:first-child::before {content:"";width:1px;height:12px;background:#ccc;position:absolute;right:0;top:8px;}
.hotcity_yqlink .title-list li.on::after {content:"";width:65px;height:1px;background:#ff6900;position:absolute;bottom:-5px;left:17px;}
.hotcity_yqlink .hy_bd-wrap {width:1200px;}
.hotcity_yqlink .hy_bd-wrap .show {display:block;}
.hotcity_yqlink .hy_bd {width:1200px;overflow:hidden;display:none;}
.hotcity_yqlink .hy_bd .u5 {width:1200px;}
.hotcity_yqlink .hy_bd .u5 li {margin:0 10px 10px 10px;float:left;}
.hotcity_yqlink .hy_bd .u5 li a{color:#999;}
.hotcity_yqlink .hy_bd .u5 li a:hover{color:#ff6900}
