@charset "utf-8";

*,:after,:before {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

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
}

body {
	font-family: "Heiti SC","Microsoft YaHei","微软雅黑";
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 auto;
	background-color: #fff;
	min-width: 1280px
}

li,ol,ul {
	list-style: none
}

em,i {
	font-style: normal
}

a {
	color: #333;
	text-decoration: none;
	outline: 0;
	cursor: pointer
}

a:active,a:hover,a:link,a:visited {
	text-decoration: none
}

fieldset,img,video {
	max-width: 100%;
	border: none;
	vertical-align: middle
}

button,input,select,textarea {
	color: #333;
	font-size: 16px;
	font-family: "Microsoft Yahei",sans-serif;
	outline: 0;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

button,input {
	border-radius: 0;
	-webkit-appearance: none
}

textarea {
	resize: none;
	outline: 0;
	border: none;
	-webkit-appearance: none
}

input:-ms-clear {
	display: none
}

input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: none;
	outline: 0
}

::-webkit-input-placeholder {
	color: #eee
}

::-moz-placeholder {
	color: #eee
}

:-ms-input-placeholder {
	color: #eee
}

:-moz-placeholder {
	color: #eee
}

table {
	border-collapse: separate
}

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

.clearfix {
	zoom: 1
}

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

.wrap {
	width: 98%;
	max-width: 1400px;
	margin: 0 auto
}

/* index style */
.banner {
	position: relative
}

.ban-item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 200px;
	padding-bottom: 224px;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.1);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,.1);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,.1);
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	margin-bottom: 30px
}

.ban-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 200px;
	width: 34.375%;
	height: 500px;
	background: url(/statics/images/xinzyst/ban-line.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%
}

.item01 {
	background-image: url(/statics/images/xinzyst/ban-bg01.jpg);
	z-index: -1
}

.ban-base {
	float: left;
	width: 42%;
	margin-top: 66px
}

.ban-txt {
	position: relative;
	z-index: 0
}

.ban-txt i {
	position: absolute;
	left: 0;
	top: -10px;
	color: #4e4545;
	opacity: .06;
	filter: Alpha(opacity=6);
	font-size: 120px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
	z-index: -1;
	-webkit-filter: Alpha(opacity=10)
}

.ban-txt a {
	display: block;
	color: #f8373b;
	font-size: 95px;
	font-weight: 700;
	line-height: 1.1;
}

.ban-txt a:hover {
	color: #ee9292
}

.ban-txt a.txt-font {
	font-size: 72px;
	padding-top: 16px
}

.ban-font p {
	margin-top: 50px;
	color: #666;
	font-size: 18px;
	line-height: 20px
}

.ban-font p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/statics/images/xinzyst/ban-icon.png) no-repeat;
	margin-right: 10px
}

.ban-tab {
	margin-top: -224px;
	margin-left: 35%;
	margin-right: 6%;
	overflow: hidden
}

.ban-tab .slick-list {
	margin-left: -12px
}

.ban-btn {
	margin-top: 77px;
	margin-left: 104px
}

.tab-list {
	float: left;
	position: relative;
	padding: 20px 20px 25px 90px;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px rgb(226 50 50 / 0%);
	-moz-box-shadow: 0 10px 20px rgba(226 50 50 / 0%);
	-ms-box-shadow: 0 10px 20px rgba(226 50 50 / 0%);
	-o-box-shadow: 0 10px 20px rgba(226 50 50 / 0%);
	box-shadow: 0 10px 20px rgba(226 50 50 / 0%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 22px 20px 22px 80px
}

.tab-list:before {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	bottom: -2px;
	right: -2px;
	background: -webkit-linear-gradient(left,#d20707 20%,#fff 80%);
	background: -moz-linear-gradient(left,#d20707 20%,#fff 80%);
	background: -o-linear-gradient(left,#d20707 20%,#fff 80%);
	background: linear-gradient(to right,#d20707 20%,#fff 80%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	z-index: -1;
	width: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.tab-pro {
	position: absolute;
	left: -70px;
	top: 14px;
	width: 54%
}

.tab-info a {
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	background: url(/statics/images/xinzyst/ban-name01.png) no-repeat right center;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 8px;
	position: relative
}

.tab-info p {
	color: #333;
	font-size: 16px;
	margin-top: 15px
}

.tab-list.slick-current:before,.tab-list:hover:before {
	width: 100%
}

.tab-list.slick-current .tab-info a,.tab-list:hover .tab-info a {
	color: #d20707;
	background-image: url(/statics/images/xinzyst/ban-name02.png)
}

.banner .slick-slide {
	outline: 0
}

.ban-tab .slick-slide {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

.ban-con .slick-next:before,.ban-con .slick-prev:before {
	display: none
}

.ban-con .slick-next,.ban-con .slick-prev {
	font-size: 0;
	top: auto;
	left: 50%;
	bottom: 115px;
	z-index: 99;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%
}

.ban-con .slick-prev {
	margin-left: -700px;
	background-image: url(/statics/images/xinzyst/ban-arrow01.png)
}

.ban-con .slick-prev:hover {
	background-image: url(/statics/images/xinzyst/ban-arrow03.png)
}

.ban-con .slick-next {
	right: auto;
	margin-left: -540px;
	background-image: url(/statics/images/xinzyst/ban-arrow02.png)
}

.ban-con .slick-next:hover {
	background-image: url(/statics/images/xinzyst/ban-arrow04.png)
}

.paging {
	position: absolute;
	z-index: 99;
	bottom: 56px;
	left: 50%;
	margin-left: -630px;
	color: #8c8c8c;
	font-size: 18px
}

.paging .cur {
	color: #d20707;
	font-size: 28px;
	font-weight: 700
}

.btn-more {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 200px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	color: #f0efed;
	background: #d20707;
	font-size: 20x;
	overflow: hidden
}

.btn-more:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: #373737
}

.btn-more:hover:after {
	width: 100%
}

.btn-more:hover {
	color: #ffffff;
	background: #aea8a6
}

.ban-pic {
	float: right;
	width: 56%;
	position: relative;
	margin-top: 30px
}

.ban-pic:after {
	content: "";
	position: absolute;
	right: 0;
	top: -70px;
	width: 211px;
	height: 623px;
	background: url(/statics/images/xinzyst/ban-right.png) no-repeat
}

.ban-pic span {
	position: absolute;
	right: -130px;
	top: 50%;
	margin-top: -26px;
	color: #f0be4d;
	font-size: 24px;
	line-height: 30px;
	width: 120px
}

.ban-pic img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.ban-pic img:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02)
}

.index-about {
	padding: 150px 0 330px;
	background: url(/statics/images/xinzyst/about-bg.jpg) #fff bottom right no-repeat
}

.about-pic {
	float: left;
	width: 40%
}

.about-info {
	float: right;
	width: 57%
}

.about-info h1 {
	color: #333;
	font-size: 46px;
	line-height: 1.1
}

.about-info p {
	color: #666;
	font-size: 18px;
	line-height: 36px;
	margin-top: 40px
}

.about-info ul {
	margin-top: 50px;
	margin-left: -3.3%
}

.about-info ul li {
	float: left;
	width: 30%;
	margin-left: 3.3%;
	text-align: center
}

.about-info ul li strong {
	display: block;
	color: #d20707;
	font-size: 48px;
	line-height: 1.1
}

.about-info ul li p {
	margin-top: 4px
}

.about-info span {
	margin-top: 80px
}
.about-info span a{
	color: #ffffff;
}
.about-info span a:hover{
	color: #ffea91;
}
.btn-price {
	display: inline-block;
	width: 280px;
	line-height: 70px;
	text-align: center;
	background-color: #d20707;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-ms-border-radius: 70px;
	-o-border-radius: 70px;
	border-radius: 70px;
	color: #fcfcfc;
	font-size: 24px;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.btn-price:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	background: rgb(240 77 77 / 30%);
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-ms-border-radius: 70px;
	-o-border-radius: 70px;
	border-radius: 70px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: -1
}

.btn-price:hover:before {
	background: rgba(240,190,77,.1)
}

.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
}

.index-type {
	margin-top: -210px
}

.index-type ul {
	margin-top: 70px
}

.index-type li {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden
}

.index-type li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -35%;
	width: 100%;
	height: 35%;
	background: url(/statics/images/xinzyst/case-txt.png) repeat-x bottom center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 1
}

.index-type li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.type-pic a img {
	width: 100%
}

.type-txt {
	position: absolute;
	bottom: 30px;
	z-index: 2;
	color: #bbb;
	line-height: 1.2;
	padding-left: 70px
}

.type-txt a {
	display: block;
	color: #bbb;
	font-size: 46px;
	font-weight: 700
}

.type-txt span {
	display: block;
	font-size: 18px;
	margin-top: 20px
}

.type-link {
	position: absolute;
	left: 50%;
	top: -50%;
	margin-left: -60px;
	margin-top: -60px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 120px;
	height: 120px
}

.type-link img {
	width: 100%;
	height: auto
}

.index-type li.type-on:after,.index-type li:hover:after {
	top: -100%
}

.index-type li.type-on:before,.index-type li:hover:before {
	bottom: 0
}

.index-type li.type-on .type-link,.index-type li:hover .type-link {
	top: 50%
}

.index-type li.type-on .type-txt,.index-type li.type-on .type-txt a,.index-type li:hover .type-txt,.index-type li:hover .type-txt a {
	color: #fff
}

.index-type li.type-on .type-txt a:hover,.index-type li:hover .type-txt a:hover {
	color: #d42824
}

.index-hot {
	padding-top: 120px;
	background: url(/statics/images/xinzyst/bg-hot.png) no-repeat top center
}

.hot-pro {
	position: relative
}

.hot-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 36%
}

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

.base-txt p,.hot-txt p {
	color: #666;
	font-size: 18px;
	line-height: 36px;
	margin-top: 26px
}

.hot-con {
	float: left
}

.hot01 {
	width: 35.7%;
	margin-top: 190px
}

.hot02 {
	width: 25.7%;
	margin: 0 5%
}

.hot03 {
	width: 28.6%;
	margin-top: 128px;
	position: relative
}

.hot03:before {
	content: "";
	position: absolute;
	right: 0;
	top: -108px;
	width: 464px;
	height: 264px;
	background: url(/statics/images/xinzyst/dot-hot.png) no-repeat
}

.hot-pic {
	display: block;
	position: relative;
	overflow: hidden
}

.hot-pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.hot-pic img:hover {
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.hot01 .hot-pic {
	padding-top: 68%
}

.hot02 .hot-pic {
	padding-top: 125%
}

.hot03 .hot-pic {
	padding-top: 100%
}

.hot-font {
	margin: 25px 0
}

.hot-font a {
	display: block;
	color: #333;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.hot-font a:hover {
	color: #cf1616
}

.hot-font a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(/statics/images/xinzyst/icon-pro.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: -1px 10px 0 -4px
}

.hot-font p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 12px;
	padding-left: 36px
}

.index-hot ul {
	margin-left: -2.6%;
	margin-top: 30px
}

.index-hot ul li {
	float: left;
	width: 22.4%;
	margin-left: 2.6%;
	z-index: 0
}

.hot-list {
	padding: 10px;
	position: relative
}

.hot-list:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background: url(/statics/images/xinzyst/hot-list.png) no-repeat bottom left;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: -1
}

.hot-yd .hot-list:before {
	background-image: url(/statics/images/xinzyst/hot-lists.png)
}

.hot-list .hot-pic {
	padding-top: 73.9%
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-prev, .slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:focus, .slick-next:focus {
	outline: none;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	filter: alpha(opacity=80);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	; -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

.slick-prev:before {
	content: "\2190";
}

.slick-next {
	right: -25px;
}

.slick-next:before {
	content: "\2192";
}
/* Dots */
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 16px;
	width: 16px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
 /* color: black; */
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	; -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.slick-dots li {
	margin: 0;
}

.slick-dots li button {
	background-color: rgba(255, 255, 255, .3);
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 5px;
}

.slick-slider .slick-active button {
	background-color: #000;
	width: 24px;
	border-radius: 20px;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.public-title p {
	margin: 28px auto 0;
	font-size: 18px;
	color: #516e78;
	line-height: 1.55556
}

.fixed_swt {
	width: 148px;
	position: fixed;
	right: 10px;
	top: 20%;
	z-index: 9999
}

.fixed_swt .swtbtn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	cursor: pointer
}

.fixed_swt .swtbtn:before {
	content: "";
	width: 80px;
	height: 86px;
	background: url(/statics/images/xinzyst/xinzyst/fixed_swtkf.png) center top no-repeat;
	background-size: 100%;
	display: block;
	margin: 0 auto 7px
}

.fixed_swt .swtbtn:after {
	content: "";
	position: absolute;
	left: 11px;
	right: 11px;
	top: 22px;
	bottom: 0;
	z-index: -1;
	background: #e84b2b;
	background-image: linear-gradient(#ea5632, #d72321);
	border-radius: 55px 55px 5px 5px
}




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

	to {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0)
	}
}
.public-title h2 {
	display: inline-block;
	font-size: 40px;
	font-family: "Alibaba-PuHuiTi-Heavy";
	color: #122025;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-image: -webkit-linear-gradient(left, #122025, #4f7492)
}
.customer_slide {
	text-align: center;
	margin-top: 100px
}

.customer_slide .zx_btn {
	width: 320px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	font-family: "Alibaba-PuHuiTi-Medium";
	transition: all 0.3s ease;
	cursor: pointer;
	background-color: #e82121;
	background-image: linear-gradient(to right, #e82121, #ff4646, #e82121);
	background-size: 200% auto;
	border-radius: 30px;
	margin-top: 60px;
	margin-bottom: 100px
}

.customer_slide .zx_btn:hover {
	background-position: right center
}

.customer_slide .img_slide {
	overflow: hidden;
	position: relative;
	margin-top: 72px
}

.customer_slide .img_slide:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30%;
	background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
	z-index: 3
}

.customer_slide .img_slide:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30%;
	background: linear-gradient(90deg, rgba(255,255,255,0), #fff);
	z-index: 2
}

.customer_slide .img_slide .img_slide_wrap {
	margin-left: -2144px;
	-webkit-animation: scrollToLeft 40s linear infinite;
	animation: scrollToLeft 40s linear infinite;
	white-space: nowrap;
	font-size: 0;
	width: 4288px
}

.customer_slide .img_slide .img_slide_wrap img {
	display: inline-block;
	vertical-align: top;
	width: 50%
}
	