* {
	box-sizing: border-box;
	outline: 0
}

@font-face {
    font-family: Rany;
    src: url('../fonts/RanyFont/Rany.otf') format('opentype');
    font-style: normal; 
    font-weight: 400; 
    font-display: swap; 
}

body {
	color: #666;
	font-size: 14px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	font-family: 'Rany';
	line-height: 1.2
}

.header {
	z-index: 99;
	position: relative
}

.header .top {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	background: #151515;
	text-align: right
}

.header .top a {
	color: #fff;
	display: inline-block;
	padding-left: 30px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.header .top .container>a {
	margin: 0 5px;
	text-align: center;
	padding: 0 5px;
	height: 36px;
	line-height: 34px;
}

.header .top .container>a.color {
	background-color: #FFD400;
	border-radius: 5px;
}

.header .top a:hover {
	opacity: .8
}

.header .top .share {
	display: inline-block;
	text-align: left;
	width: 22%;
	float: left;
}

.header .top .share a {
	padding-left: 0;
	padding-right: 30px;
	padding-top: 7px;
}

.header .top .share .icon {
	width: 26px;
	height: 26px;
	fill: #fff;
}

.header .hmenu {
	float: right;
	margin-top: 24px;
	display: none
}

.header .hmenu img {
	vertical-align: middle
}

@media (max-width:1650px) {
	.header .container {
		max-width: 1440px
	}
}

@media (max-width:1450px) {
	.header .container {
		padding: 0 20px
	}
}

.header .bot {
	height: 60px;
	background: #000
}

.header .bot .icon {
	width: 22px;
	height: 22px;
	fill: #fff
}

.header .bot span {
	float: right;
	vertical-align: top !important;
	display: inline-block !important
}

.header .search {
	margin-top: 20px
}

.header .personal {
	margin-top: 20px;
	margin-left: 45px;
	margin-right: 20px;
	position: relative
}

.header .personal:before {
	content: "";
	width: 1px;
	height: 16px;
	top: 3px;
	left: -22px;
	position: absolute;
	background: #969696
}

.header .language {
	width: 80px;
	height: 34px;
	margin-top: 15px;
	padding-left: 13px;
	border-radius: 30px;
	background: #151515;
	position: relative
}

.header .language:after {
	width: 8px;
	height: 8px;
	content: "";
	margin-top: 12px;
	margin-left: 15px;
	display: inline-block;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.header .language .icon {
	width: 18px;
	height: 18px;
	margin-top: 6px;
	vertical-align: top
}

.header .language .subyuyan {
	top: 34px;
	width: 100px;
	left: -20px;
	display: none;
	padding: 10px 0;
	background: #151515;
	text-align: left;
	position: absolute
}

.header .language .subyuyan span {
	float: none;
	display: block
}

.header .language .subyuyan a {
	color: #fff;
	margin-top: 5px;
	font-size: 14px;
	padding-left: 10px
}

.header .language .subyuyan a:hover {
	opacity: .8
}

.header .language:hover .subyuyan {
	display: block
}

.header .logo {
	float: left !important;
	padding-top: 15px;
	display: inline-block
}

.header .nav {
	float: right
}

.header .nav li {
	font-size: 14px;
	line-height: 60px;
	padding: 0 30px;
	float: left
}

.header .nav li i {
	width: 8px;
	height: 8px;
	margin-left: 10px;
	margin-bottom: 2px;
	display: inline-block;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.header .nav li>a {
	color: #fff;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.header .nav li>a:hover {
	opacity: .8
}

.header .nav li:hover .subpro {
	display: block
}

.header .nav .subpro {
	top: 106px;
	width: 100%;
	left: 0;
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #FFD400;
	background: #090c0f;
	position: absolute
}

.header .nav .subpro dl {
	float: left;
	width: 25%;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.header .nav .subpro dd {
	margin-top: -5px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #fff
}

.header .nav .subpro dl:hover {
	opacity: .7
}

.header .nav .subpro2 {
	text-align: center
}

.header .nav .subpro2 dl {
	float: none;
	padding: 0 30px;
	width: auto;
	display: inline-block
}

.header .nav .subpros .container {
	display: flex;
	    text-align: center;
    justify-content: center;
}

@media (max-width:1200px) {
	.header {
		top: 0;
		height: 61px;
		width: 100%;
		z-index: 99;
		border-bottom: solid 1px rgba(255, 255, 255, 0.2);
		position: fixed
	}
	.header-index {
		position: fixed;
	}
	.header .bot {
		height: 60px
	}
	.header .logo {
		padding-top: 20px
	}
	.header .logo img {
		max-height: 18px
	}
	.header .search,
	.header .personal {
		margin-top: 18px
	}
	.header .personal {
		margin-left: 25px;
		margin-right: 0
	}
	.header .personal:before {
		left: -15px
	}
	.header .language {
		width: 70px;
		margin-top: 13px
	}
	.header .hmenu {
		margin-top: 15px
	}
	.header .top {
		display: none
	}
	.header .hmenu {
		display: inline-block
	}
	.header .nav {
		display: none
	}
}

.header-index {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	position: absolute
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	position: fixed;
	-webkit-animation: 1s dong;
	animation: 1s dong
}

.fixed .nav .subpro {
	top: 60px
}

@media (max-width:1200px) {
	.fixed {
		height: 60px;
		width: 100%;
		z-index: 99
	}
	.fixed .logo {
		padding-top: 20px
	}
	.fixed .logo img {
		max-height: 18px
	}
	.fixed .search,
	.fixed .personal {
		margin-top: 18px
	}
	.fixed .personal {
		margin-left: 25px;
		margin-right: 0
	}
	.fixed .personal:before {
		left: -15px
	}
	.fixed .language {
		width: 70px;
		margin-top: 13px
	}
	.fixed .hmenu {
		margin-top: 15px
	}
	.fixed .top {
		display: none
	}
	.fixed .hmenu {
		display: inline-block
	}
	.fixed .nav {
		display: none
	}
}


/*.banner {
	overflow:hidden;
	height:100vh
}*/

.banner .pic {
	position: relative
}

.banner span {
	display: block;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%
}

.banner .txtbox {
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%)
}

.banner .txtbox .f30.mrT30 {
	font-family: 'Rany';
}

.banner .button {
	margin-top: 40px
}

.banner .button a {
	height: 50px;
	width: 180px;
	line-height: 48px;
	border: solid 1px #fff;
	display: inline-block;
	border-radius: 60px;
	color: #fff;
	margin: 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.banner .button a:hover {
	box-shadow: 0 5px 20px rgba(255, 255, 255, 0.4)
}

.banner .btn1 {
	background: #FFD400
}

.banner .btn2 {
	background: #0d1023
}

@media (max-width:1650px) {
	.banner .button a {
		height: 60px;
		line-height: 58px;
		border-width: 1px;
		margin: 0 10px
	}
}

@media (max-width:1200px) {
	.banner {
		height: 100%;
		margin-top: 60px;
	}
	.banner span {
		display: block;
		height: 675px;
		background-size: cover
	}
	.banner .tit {
		font-size: 24px
	}
	.banner .lern {
		margin-top: 30px
	}
	.banner .button {
		margin-top: 30px
	}
	.banner .button a {
		height: 54px;
		padding: 0 20px;
		line-height: 52px
	}
}

@media (max-width:640px) {
	.banner span {
		display: block;
		height: 480px
	}
	.banner .button a {
		padding: 0 10px;
		width: 40%;
		height: 30px;
		line-height: 30px;
	}
}

.index-product li {
	text-align: center;
	position: relative
}

.index-product li img {
	width: 100%
}

.index-product .txtbox {
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30%;
}

.index-product .txtbox .f30.mrT30 {
	font-family: 'Rany';
	line-height: 1.8;
}

@media (max-width:640px) {
	.index-product li {
		margin-top: 10px
	}
	.index-product .txtbox {
		top: auto;
		left: auto;
		padding: 10px 0;
		background: #000;
		position: relative;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		display: block;
		width: 100%;
	}
	.index-product .txtbox span {
		font-size: 14px !important;
		padding: 0 10px;
		height: 30px;
		line-height: 26px;
	}
	.Learnmore {
		margin-top: 15px;
	}
}

.index-prolist {
	overflow: hidden
}

.index-prolist ul {
	margin: 0 -10px
}

.index-prolist li {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-top: 20px
}

.index-prolist li:hover .f18 {
	color: #000;
	background-color: #FFD400;
}

.index-prolist li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-prolist .item {
	position: relative
}

.index-prolist .pic {
	overflow: hidden;
	position: relative
}

.index-prolist .pic:after {
	content: "";
	display: block;
	padding-bottom: 85.4%
}

.index-prolist .pic img {
	width: 100%;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease
}

.index-prolist .txtbox {
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index-prolist .f40 {
	color: #000;
	height: 50px;
	overflow: hidden;
	font-family: 'Rany';
	line-height: 50px
}

.index-prolist .f20 {
	overflow: hidden;
	height: 30px;
	color: #fff;
	line-height: 30px;
}

.index-prolist .f18 {
	height: 50px;
	font-family: 'Rany';
	color: #fff;
	padding: 0 25px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	border: solid 1px #fff;
	border-radius: 30px;
	margin-top: 30px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background-color: rgba(255, 212, 0, 0.25);
}

@media (max-width:1200px) {
	.index-prolist .txtbox {
		/*top:70px;*/
	}
}

@media (max-width:600px) {
	.index-prolist ul {
		margin: 0
	}
	.index-prolist li {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 10px
	}
	.index-prolist .f40 {
		height: 30px;
		color: #fff;
		line-height: 30px
	}
	.index-prolist .f18 {
		color: #fff;
	}
	.index-prolist .txtbox {
		top: auto;
		left: auto;
		padding: 50px 0;
		background: #000;
		position: relative;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
}

.index-search {
	color: #fff;
	margin-top: 20px;
	padding: 40px 0 40px 0;
	background: #FFD400
}

.index-search .container {
	position: relative
}

.index-search .left p:first-child {
	margin-bottom: 10px
}

.index-search .right {
	width: 35%;
	right: 0;
	top: 0;
	position: absolute
}

.index-search input {
	width: 100%;
	height: 60px;
	padding: 0 170px 0 25px;
	background: #fff;
	border: 0;
	color: #666;
	font-size: 14px;
	font-family: 'Rany';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-search input:focus {
	background: rgba(255, 255, 255, 0.95)
}

.index-search a {
	width: 150px;
	right: 0;
	top: 0;
	height: 100%;
	color: #fff;
	line-height: 60px;
	text-align: center;
	position: absolute;
	background: #292929
}

.index-search a:hover {
	background: #000
}

.index-search .icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 20px;
	fill: #FFD400;
	vertical-align: top
}

@media (max-width:1500px) {
	.index-search .icon {
		margin-top: 15px;
	}
}

@media (max-width:1200px) {
	.index-search {
		padding: 30px 0
	}
	.index-search .left {
		width: 100%;
		float: none
	}
	.index-search .right {
		width: 100%;
		float: none;
		right: auto;
		top: auto;
		margin-top: 20px;
		position: relative
	}
}

.inside-banner {
	font-family: 'Rany';
	text-align: center;
	position: relative
}

.inside-banner img {
	width: 100%
}

.inside-banner .txtbox {
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 1;
	color: #fff;
	font-size: 50px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.inside-banner .tit {
	padding-bottom: 40px;
	position: relative
}

.inside-banner .tit:after {
	bottom: 0;
	content: "";
	left: 50%;
	height: 1px;
	max-width: 565px;
	width: 100%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.5)
}

.inside-banner .tit:before {
	content: "";
	width: 110px;
	height: 3px;
	bottom: -1px;
	left: 50%;
	z-index: 2;
	position: absolute;
	background: #FFD400;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:1600px) {
	.inside-banner .txtbox,
	.inside-banner .tit {
		font-size: 36px;
		line-height: 40px
	}
	.inside-banner .text {
		font-size: 12px;
		margin-top: 10px
	}
}

@media (max-width:1200px) {
	.inside-banner {
		margin-top: 60px
	}
	.inside-banner .txtbox {
		display: none
	}
}

.inside-menu {
	z-index: 3;
	overflow: hidden;
	padding-top: 80px;
	position: relative
}

.inside-menu ul {
	margin: 0 -10px
}

.inside-menu li {
	display: inline-block;
	padding: 0 10px
}

.inside-menu li a {
	color: #22282d;
	display: block;
	height: 50px;
	padding: 0 24px;
	line-height: 48px;
	text-align: center;
	border-radius: 60px;
	overflow: hidden;
	border: solid 1px #e1e4e6
}

.inside-menu li a:hover {
	color: #fff;
	background: #FFD400;
	border-color: #FFD400;
	text-decoration: none
}

.inside-menu li.active>a {
	color: #fff;
	background: #FFD400;
	border-color: #FFD400
}

@media (max-width:1600px) {
	.inside-menu li {
		padding: 0 10px
	}
	.inside-menu li a {
		border-radius: 5px
	}
}

@media (max-width:1200px) {
	.inside-menu {
		padding-top: 30px
	}
	.inside-menu ul {
		margin: 0 -5px
	}
	.inside-menu li {
		width: 50% !important;
		padding: 0 5px;
		margin-bottom: 10px
	}
	.inside-menu li a {
		font-size: 12px;
		height: 42px;
		line-height: 40px
	}
}

.inside-news {
	padding-bottom: 100px
}

.inside-news li:first-child {
	border-top: 0
}

.inside-news li {
	padding: 40px 0;
	overflow: hidden;
	border-top: solid 1px #dbdcde
}

.inside-news li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden
}

.inside-news li .picbox {
	width: 24.5%;
	float: left;
	position: relative
}

.inside-news li .picbox .time {
	bottom: 10px;
	left: 15px;
	width: 92%;
	position: absolute;
	color: #fff;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news li .picbox .time .date {
	font-size: 58px;
	line-height: 68px
}

.inside-news li .picbox .time .year {
	right: 0;
	top: 10px;
	position: absolute
}

.inside-news li .picbox .time .year span {
	display: block
}

.inside-news li .picbox .pic {
	overflow: hidden;
	position: relative
}

.inside-news li .picbox .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news li .picbox .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: rgba(0, 0, 0, 0.2)
}

.inside-news li .picbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 104%
}

.inside-news li .textbox {
	width: 75%;
	float: left;
	padding-left: 30px
}

.inside-news li .textbox .time {
	width: 14%;
	float: left;
	color: #596874;
	line-height: 30px
}

.inside-news li .textbox .time span {
	display: block
}

.inside-news li .textbox .time .date {
	font-size: 58px;
	line-height: 60px;
	color: #FFD400;
	font-weight: 700
}

.inside-news li .textbox .item {
	width: 75%;
	float: left
}

.inside-news li .textbox .item .tit {
	font-size: 32px;
	line-height: 40px;
	height: 80px;
	color: #22282d;
	overflow: hidden;
	width: 80%;
	font-family: 'Rany'
}

@media (max-width:1650px) {
	.inside-news li .textbox .item .tit {
		line-height: 30px;
		height: 60px
	}
}

.inside-news li .textbox .item .txt {
	line-height: 24px;
	height: 48px;
	opacity: 0;
	color: #666;
	overflow: hidden;
	margin: 15px 0 40px 0
}

.inside-news li .textbox .item .more {
	width: 40px;
	height: 40px;
	display: block;
	opacity: 0;
	line-height: 38px;
	text-align: center;
	border-radius: 100%;
	background: #FFD400
}

.inside-news li .textbox .item .more .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
	vertical-align: middle;
	display: inline-block
}

@media (min-width:1220px) {
	.inside-news li:hover a {
		background: #f7f7f7
	}
	.inside-news li:hover .picbox .time {
		opacity: 1
	}
	.inside-news li:hover .picbox .pic:before {
		opacity: 1
	}
	.inside-news li:hover .textbox {
		padding-top: 50px;
		padding-left: 100px
	}
	.inside-news li:hover .textbox .time {
		opacity: 0;
		display: none
	}
	.inside-news li:hover .textbox .tit {
		font-size: 40px
	}
	.inside-news li:hover .textbox .txt {
		opacity: 1
	}
	.inside-news li:hover .textbox .more {
		opacity: 1
	}
}

.inside-news .inside-page-1 {
	padding-top: 60px
}

.inside-news .inside-page-1 .list-1 {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
	float: none
}

@media (max-width:1650px) {
	.inside-news li .textbox .item .tit {
		font-size: 24px
	}
}

@media (max-width:1200px) {
	.inside-news li {
		padding: 20px 0
	}
	.inside-news li .textbox .time .date {
		font-size: 30px;
		line-height: 40px
	}
	.inside-news li .textbox .time {
		font-size: 14px;
		line-height: 18px
	}
	.inside-news li .textbox .item {
		width: 86%;
		padding-left: 15px
	}
	.inside-news li .textbox .item .tit {
		width: auto;
		line-height: 24px;
		height: 24px;
		margin: 10px 0 5px 0
	}
	.inside-news li .textbox .item .txt {
		margin: 0;
		line-height: 20px;
		height: 40px
	}
	.inside-news li .textbox .item .more {
		display: none
	}
}

@media (max-width:500px) {
	.inside-news li .picbox {
		width: 100%;
		float: none
	}
	.inside-news li .picbox img {
		width: 100%
	}
	.inside-news li .textbox {
		width: 100%;
		float: none;
		padding-left: 0
	}
	.inside-news li .textbox .item .txt {
		opacity: 1
	}
}

.inside-fanhui {
	padding: 80px 0 20px 0;
	font-size: 20px;
	font-family: 'Rany';
	border-bottom: solid 1px #eee
}

.inside-fanhui span {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100%;
	line-height: 48px;
	margin-right: 25px;
	display: inline-block;
	background: #f8f8f9
}

.inside-fanhui .icon {
	width: 16px;
	height: 16px;
	fill: #aeb8c0;
	vertical-align: middle;
	display: inline-block
}

.inside-fanhui:hover {
	color: #fff
}

.inside-fanhui:hover span {
	background: #FFD400
}

.inside-fanhui:hover .icon {
	fill: #fff
}

@media (max-width:1200px) {
	.inside-fanhui {
		padding: 40px 0
	}
}

.inside-news-show {
	line-height: 24px;
	color: #22282d;
	position: relative;
	padding: 100px 0
}

.inside-news-show .container {
	/*max-width: 750px;*/
}

.inside-news-show .item {
	overflow: hidden;
	padding-bottom: 40px
}

.inside-news-show .item .textbox h1 {
	color: #22282d;
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: 'Rany';
}

.inside-news-show .item .textbox h2 {
	color: #FFD400;
	font-weight: 400;
	font-family: Rany-Light;
	font-size: 18px;
}

.inside-news-show .item .textbox .tag {
	margin-top: 20px;
}

.inside-news-show .item .textbox .tag span {
	display: inline-block;
	color: #FFD400;
	font-size: 12px;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 24px;
	border: solid 1px #FFD400;
}

.inside-news-show .item .textbox .date {
	color: #FFD400;
	font-size: 58px;
	margin-top: 60px;
	font-weight: 700
}

.inside-news-show .item .textbox .year {
	color: #596874;
	line-height: 28px;
	margin-top: 10px
}

.inside-news-show .item .textbox .year span {
	display: block
}

.inside-news-show .item .pic {
	width: 29%;
	float: right;
	border-radius: 10px;
	text-align: right
}

.inside-news-show .item .pic span {
	display: block;
	position: relative
}

.inside-news-show .item .pic span img {
	border-radius: 10px
}

.inside-news-show .item .pic span:after {
	content: "";
	display: block;
	padding-bottom: 109.5%
}

.inside-news-show .item .slick-dots {
	bottom: -15px
}

.inside-news-show .item .slick-dots li button {
	width: 7px;
	height: 7px;
	background: #cdcdcd
}

.inside-news-show .item .slick-dots li.slick-active button {
	background: #FFD400
}

@media (max-width:1200px) {
	.inside-news-show {
		padding: 40px 0;
		line-height: 24px;
		font-size: 14px
	}
	.inside-news-show .item {
		padding-bottom: 30px
	}
	.inside-news-show .item .textbox {
		width: 100%;
		float: none
	}
	.inside-news-show .item .textbox h1 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
		border-bottom: 0
	}
	.inside-news-show .item .textbox .date {
		margin-top: 30px;
		font-size: 30px;
		line-height: 40px
	}
	.inside-news-show .item .pic {
		display: none
	}
}

.inside-page {
	padding-top: 20px;
	text-align: center
}

.inside-page a {
	width: 40px;
	height: 40px;
	color: #202020;
	text-align: center;
	line-height: 38px;
	border-radius: 100%;
	margin: 0 5px;
	font-size: 12px;
	display: inline-block;
	border: solid 1px #e7eff4
}

.inside-page a:hover,
.inside-page .cur,
.inside-page .active {
	color: #fff;
	border-color: #FFD400;
	background: #FFD400 !important;
}

.inside-page .prev,
.inside-page .next {
	width: 106px;
	position: relative;
	border-radius: 30px;
	text-transform: capitalize;
}

.inside-page .prev:before {
	content: "<";
	margin-right: 6px;
	font-family: "宋体";
	display: inline-block;
	font-weight: 700
}

.inside-page .next:after {
	content: ">";
	margin-left: 6px;
	font-family: "宋体";
	display: inline-block;
	font-weight: 700
}

@media (max-width:1200px) {
	.inside-page a {
		display: none
	}
	.inside-page .prev,
	.inside-page .next {
		display: inline-block
	}
}

.inside-page-1 {
	padding-top: 20px
}

@media (max-width:1200px) {
	.inside-page-1 {
		padding-top: 60px
	}
}

.inside-page-1 .list-1 {
	display:flex;
	padding-top:20px;
	justify-content:space-between;
	border-top:solid 1px #ddd;
}

.inside-page-1 .list-1 li {
	width: 45%;
	border: 0;
	padding: 0
}
.inside-page-1 .list-1 li .t-1{
	color:#333;
	font-weight:700;
	line-height:20px;
}

.inside-page-1 .list-1 li .t-2 a{
	color: #FFD400;
}

.inside-page-1 .list-1 li:last-child{
	text-align:right;
}
.inside-page-1 .list-1 li a {
	
}
.inside-page-1 .list-1 li .t-2{
	position:relative;
    height:24px;
    line-height:24px;
    overflow:hidden;
}
.inside-page-1 .list-1 li{
	position:relative;
	
}
.inside-page-1 .list-1 li:first-child{
	padding-left:60px;
}
.inside-page-1 .list-1 li span{
	position:absolute;
	top:0;
	left:0;
	font-family:"宋体";
	align-items: center;
  background: none;
  border-radius: 5px;
  border: 1px solid;
  color: #c4c3c3;
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  width: 40px;
  text-decoration: none;
}

.inside-page-1 .list-1 li:last-child{
	padding-right:60px;
}
.inside-page-1 .list-1 li:last-child span{
	left:auto;
	right:0;
	
}
.inside-page-1 .list-1 li:first-child {
	float: left
}

.inside-page-1 .list-1 li:first-child a:after {
	opacity: 0
}

.inside-page-1 .list-1 li:last-child a:before {
	opacity: 0
}



.inside-page-1 .list-1 li:hover a:before {
	border-left: solid 1px #fff;
	border-top: solid 1px #fff
}

.inside-page-1 .list-1 li:hover a:after {
	border-right: solid 1px #fff;
	border-top: solid 1px #fff
}

@media (max-width:1200px) {
	.inside-page-1 .list-1 {
		width: 100%;
		float: none;
		overflow: hidden
	}
	.inside-page-1 .list-1 li a {
		font-size: 12px;
	}
	.inside-page-1 .list-1 li a:before,
	.inside-page-1 .list-1 li a:after {
		margin: 0 !important
	}
}

.inside-page-1 .list-2 {
	width: 30%;
	float: right;
	padding-top: 20px;
	text-align: right
}

.inside-page-1 .list-2 a {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
	background: #999;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
}

.inside-page-1 .list-2 a:hover {
	background: #FFD400
}

.inside-page-1 .list-2 a:nth-child(2) .icon {
	width: 18px;
	height: 18px
}

.inside-page-1 .list-2 .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
	vertical-align: middle
}

@media (max-width:1200px) {
	.inside-page-1 .list-2 {
		width: 100%;
		float: none;
		margin-top: 20px
	}
}

.inside-faq {
	padding: 80px 0 50px 0;
	background: #f7f7f7
}

.inside-faq .bt {
	color: #08060b;
	text-align: center
}

.inside-faq .txt {
	width: 100%;
	max-width: 640px;
	color: #8c8c8c;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0
}

.inside-faq .search {
	max-width: 417px;
	width: 100%;
	margin: 0 auto;
	position: relative
}

.inside-faq .search input {
	height: 50px;
	line-height: 48px;
	width: 100%;
	padding-left: 30px;
	padding-right: 60px;
	border-radius: 30px;
	font-size: 16px;
	color: #a4a5a7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #e5e5e5
}

.inside-faq .search input:focus {
	border-color: #999
}

.inside-faq .icon {
	width: 24px;
	height: 24px;
	fill: #b8b8b8
}

.inside-faq .icon:hover {
	fill: #666
}

.inside-faq .sbtn {
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.inside-faq .box-2 {
	margin-top: 45px;
	overflow: hidden;
	background: #151515
}

.inside-faq .box-2 li {
	height: 51px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: solid 1px #404040
}

.inside-faq .box-2 li a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 0 5px
}

.inside-faq .box-2 li:first-child {
	border-left: 1px solid #151515;
}

.inside-faq .box-2 .active {
	background: #FFD400
}

.inside-faq .box-2 .active a {
	color: #08060b
}

.inside-faq .box-2 .slick-prev,
.inside-faq .box-2 .slick-next {
	width: 17px;
	height: 33px;
	border: 0;
	z-index: 99;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	margin-top: -16px
}

.inside-faq .box-2 .slick-prev:hover,
.inside-faq .box-2 .slick-next:hover {
	opacity: .8
}

.inside-faq .box-2 .slick-prev {
	left: -25px;
	background: url(../images/prev.png) no-repeat center center #7d7d7e
}

.inside-faq .box-2 .slick-next {
	right: -25px;
	background: url(../images/next.png) no-repeat center center #7d7d7e
}

.inside-faq .box-3 {
	margin-top: 30px
}

.inside-faq .box-3 .list_dt {
	height: 50px;
	font-size: 14px;
	color: #08060b;
	overflow: hidden;
	padding: 0 100px 0 50px;
	margin-bottom: 10px;
	line-height: 50px;
	background: #f2f2f1;
	text-align: left;
	position: relative;
	cursor: pointer
}

.inside-faq .box-3 .list_dt:after {
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	position: absolute;
	background: url(../images/jia.png) no-repeat top center;
	background-size: 10px 10px
}

.inside-faq .box-3 .list_dd {
	color: #8c8c8c;
	line-height: 24px;
	padding: 25px 50px 50px 50px;
	text-align: left;
	display: none
}

.inside-faq .box-3 #open {
	background: #fed076
}

.inside-faq .box-3 #open:after {
	background: url(../images/jian.png) no-repeat top center;
	background-size: 10px 10px
}

.inside-faq .inside-message {
	padding-bottom: 30px
}

@media (max-width:1450px) {
	.inside-faq .box-3 .list_dd {
		line-height: 20px
	}
}

@media (max-width:1200px) {
	.inside-faq {
		padding-bottom: 0
	}
	.inside-faq .box-2 {
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 0
	}
	.inside-faq .box-2 li {
		border-left: 0
	}
	.inside-faq .box-2 .active {
		background: none
	}
	.inside-faq .box-2 .active a {
		color: #fff
	}
	.inside-faq .box-3 .list_dt {
		padding-left: 20px;
		padding-right: 40px
	}
	.inside-faq .box-3 {
		margin-top: 30px
	}
	.inside-faq .box-3 .list_dt::after {
		right: 15px
	}
	.inside-faq .box-3 .list_dd {
		padding: 30px 20px
	}
	.inside-faq .box-2 .slick-prev {
		left: 5px;
	}
	.inside-faq .box-2 .slick-next {
		right: 5px;
	}
}

.inside-message {
	padding: 80px 0
}

.inside-message ul {
	margin: 0 -15px;
	margin-top: 20px
}

.inside-message li {
	width: 50%;
	float: left;
	padding: 0 15px;
	overflow: hidden;
	margin-top: 25px
}

.inside-message li.bd1 a {
	color: #FFD400
}

.inside-message li label {
	color: #08060b;
	display: block;
	margin-bottom: 10px
}

.inside-message li input[type="text"],
.inside-message li select,
.inside-message li input[type="password"] {
	height: 50px;
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	color: #666;
	font-size: 12px;
	background: #fff;
	font-family: 'Rany';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #d8d7d5
}

.inside-message li input[type="text"]:focus {
	border-color: #cd0211
}

.inside-message li em {
	color: #cd0211;
	font-style: normal
}

.inside-message li select {
	appearance: none;
	background: url(../images/next-2.png) no-repeat center right 10px #fff;
	background-size: 12px 12px
}

.inside-message .textarea {
	width: 100%
}

.inside-message .textarea textarea {
	height: 130px;
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	color: #666;
	font-size: 14px;
	font-family: 'Rany';
	border: solid 1px #d8d7d5
}

.inside-message .textarea textarea:focus {
	border-color: #999
}

.inside-message .upload {
	width: 100%;
	text-align: center;
	position: relative
}

.inside-message .upload label {
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	border: 1px #FFD400 dashed;
	line-height: 48px;
	height: 50px;
	background: #fff;
	color: #FFD400
}

.inside-message .upload label:hover {
	background: #fff
}

.inside-message .upload input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	text-indent: -9999em
}

.inside-message .upload img {
	margin: 12px 5px 0 0
}

.inside-message .tigs {
	color: ##08060b;
}

.inside-message .btn {
	width: 100%;
	text-align: center;
	margin-top: 60px
}

.inside-message .btn input[type="submit"],
.inside-message .btn a {
	color: #fff;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 0;
	font-family: 'Rany';
	font-size: 18px;
	border-radius: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #FFD400
}

.inside-message .btn input[type="submit"]:focus {
	background: #000
}

.inside-message .btn a {
	margin-right: 30px;
	display: inline-block;
	background: #aaa
}

.inside-message .btn a:hover {
	background: #999
}

.inside-message .check {
	width: 100%;
	color: #08060b
}

.inside-message .check1 {
	padding-top: 30px
}

.inside-message input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	margin-right: 10px;
	accent-color: #FFD400;
	
}

.inside-message input[type="radio"] {
	accent-color: #FFD400;
	
}

@media (max-width:1200px) {
	.inside-message {
		padding: 50px 0
	}
	.inside-message .btn {
		margin-top: 30px
	}
}

@media (max-width:640px) {
	.inside-message li {
		width: 100%;
		float: none;
		margin-top: 5px
	}
	.inside-message .check {
		font-size: 12px
	}
	.inside-message .btn a {
		margin-right: 10px
	}
	.inside-message .btn input[type="submit"],
	.inside-message .btn a {
		width: 130px
	}
}

.inside-job {
	background: #f7f7f7;
	padding: 80px 0 100px 0;
	position: relative
}

.inside-job .bt2 {
	padding: 20px 0;
	text-align: center
}

.inside-job .bt2 span {
	color: #8c8c8c;
	padding: 0 20px;
	display: inline-block
}

.inside-job .bt2 a:hover {
	color: #FFD400
}

@media (max-width:1200px) {
	.inside-job .bt2 {
		padding: 20px 0 0 0
	}
	.inside-job .bt2 a {
		padding: 0 10px
	}
}

.inside-job .list {
	padding-bottom: 60px
}

.inside-job .tit {
	margin-top: 20px;
	padding: 20px 70px 20px 40px;
	background: #fbfbfd;
	cursor: pointer
}

.inside-job .date {
	width: 8%;
	float: left;
	color: #fff;
	text-align: center;
	font-family: 'Rany';
	background: #FFD400
}

.inside-job .date span {
	display: block
}

.inside-job .date .arrow {
	height: 19px;
	background: url(../images/job-arrow.png) no-repeat right center #d1d1d1
}

.inside-job .date .riqi {
	font-size: 38px;
	height: 46px;
	line-height: 46px;
	padding-top: 5px
}

.inside-job .date .nian {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px
}

.inside-job .wenzi {
	width: 60%;
	float: left;
	margin-top: 10px;
	padding-left: 45px;
	overflow: hidden
}

.inside-job .wenzi .t1 {
	color: #222;
	line-height: 30px;
	height: 30px;
	overflow: hidden
}

.inside-job .wenzi .t2 {
	color: #9c9c9c;
	height: 24px;
	overflow: hidden
}

.inside-job .add {
	float: right;
	color: #333;
	width: 11%;
	height: 30px;
	padding-right: 0;
	overflow: hidden;
	line-height: 30px;
	position: relative;
	margin-top: 20px
}

.inside-job .add:after {
	content: "";
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	position: absolute;
	vertical-align: top;
	border-radius: 100%;
	background: url(../images/jia-1.png) no-repeat center center #bfbfbf;
	background-size: 12px 12px
}

.inside-job .txt {
	color: #666;
	background: #fbfbfd;
	display: none;
	line-height: 24px;
	padding: 40px 50px 60px 60px
}

.inside-job .bt {
	color: #222;
	margin-top: 60px;
	font-size: 18px;
	font-family: 'Rany';
}

.inside-job .active {
	background: #fcf4e4
}

.inside-job .active .add:after {
	background: url(../images/jian-1.png) no-repeat center center #FFD400
}

.inside-job .active .wenzi .t1 {
	margin-top: 15px
}

.inside-job .active .wenzi .t2 {
	display: none
}

@media (max-width:1200px) {
	.inside-job {
		padding: 40px 0
	}
	.inside-job .list {
		padding-top: 20px;
		padding-bottom: 30px
	}
	.inside-job .date {
		display: none
	}
	.inside-job .tit {
		padding: 10px 15px
	}
	.inside-job .txt {
		line-height: 20px
	}
	.inside-job .bt {
		margin-top: 30px
	}
	.inside-job .wenzi {
		padding-left: 0;
		width: 100%;
		margin-top: 0
	}
	.inside-job .wenzi .t1 {
		font-size: 18px;
		margin-top: 0 !important
	}
	.inside-job .add {
		display: none
	}
	.inside-job .txt {
		padding: 20px
	}
	.inside-job .youxiang {
		border-radius: 5px;
		width: 100%
	}
}

.inside-job .button {
	color: #fff;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 60px;
	display: inline-block;
	border-radius: 30px;
	background: #FFD400
}

.inside-job .button img {
	margin: 12px 12px 0 0
}

.inside-job .button:hover {
	font-weight: 700
}

@media (max-width:1200px) {
	.inside-job .button {
		margin-top: 30px;
		width: 180px
	}
}

.inside-find {
	padding: 70px 0;
}

.inside-find .tig {
	color: #8c8c8c;
}

.inside-find .inside-message {
	padding: 0;
}

.inside-find .find-message {
	max-width: 670px;
	margin: 0 auto;
}

@media (max-width:1200px) {
	.inside-find {
		padding: 50px 0
	}
}

.inside-marketing {
	padding-top: 70px;
	padding-bottom: 80px
}

.inside-marketing .list {
	margin-top: 40px
}

.inside-marketing .tit {
	height: 60px;
	color: #08060b;
	overflow: hidden;
	padding: 0 80px 0 20px;
	line-height: 60px;
	cursor: pointer;
	position: relative;
	font-size: 14px !important;
	background: url(../images/mline.jpg) repeat-x center bottom #fed076
}

.inside-marketing .tit:before {
	width: 6px;
	height: 6px;
	content: "";
	margin: 0 5px 2px 0;
	vertical-align: middle;
	border-radius: 100%;
	display: inline-block;
	background: #08060b
}

.inside-marketing .tit:after {
	content: "";
	width: 20px;
	height: 20px;
	right: 50px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/jia.png) no-repeat center center
}

.inside-marketing .txt {
	display: none
}

.inside-marketing .dow {
	height: 60px;
	padding-left: 30px;
	line-height: 60px
}

.inside-marketing .dow span {
	display: block;
	float: left;
	width: 20%;
	height: 60px;
	overflow: hidden;
	color: #888;
	padding-right: 20px
}

.inside-marketing .dow span:first-child {
	width: 40%;
	color: #08060b
}

.inside-marketing .dow a {
	height: 40px;
	padding: 0 15px;
	line-height: 38px;
	background: #fff;
	display: inline-block;
	border: solid 1px #e1e1e1;
	border-radius: 30px
}

.inside-marketing .dow img {
	margin: 7px 0 0 10px
}

.inside-marketing .dow:nth-child(2n) {
	background: #f0f0f0
}

.inside-marketing .active:after {
	background: url(../images/jian.png) no-repeat center center
}

@media (max-width:1200px) {
	.inside-marketing {
		padding-bottom: 50px
	}
	.inside-marketing .list {
		margin-top: 20px
	}
	.inside-marketing .dow {
		height: auto;
		padding: 30px;
		line-height: 30px;
		font-size: 14px
	}
	.inside-marketing .dow span {
		height: auto;
		width: 100% !important;
		line-height: 30px;
		display: block !important;
		float: none !important
	}
}

.inside-app {
	color: #fff;
	position: relative
}

.inside-app .pic img {
	width: 100%
}

.inside-app .bt1 {
	color: #fff;
	text-align: center
}

.inside-app .bt2 {
	padding-top: 10px;
	text-align: center
}

.inside-app .txtbox {
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 80px;
	position: absolute
}

.inside-app .list {
	margin-top: 70px
}

.inside-app .leftbox {
	width: 50%;
	float: left;
	padding-left: 220px;
	padding-top: 40px
}

.inside-app .weixin {
	padding-left: 20px;
	padding-top: 150px;
	max-width: 171px;
	width: 100%;
	text-align: center
}

.inside-app .weixin p {
	color: #acacad;
	margin-bottom: 20px
}

.inside-app .left span {
	opacity: .8;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	display: block;
	font-size: 24px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Rany';
	margin: 10px 0
}

.inside-app .left span:before {
	content: "";
	width: 3px;
	left: 0;
	top: 4px;
	opacity: 0;
	height: 26px;
	position: absolute;
	background: #FFD400;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-app .left .slick-current span {
	opacity: 1
}

.inside-app .left .slick-current span:before {
	opacity: 1
}

.inside-app .right {
	width: 50%;
	float: right;
	text-align: center
}

.inside-app .right span {
	display: block;
	position: relative
}

.inside-app .right span:after {
	content: "";
	display: block;
	padding-bottom: 97%
}

@media (max-width:1650px) {
	.inside-app .bt2 {
		padding-top: 0
	}
	.inside-app .leftbox {
		padding-top: 0
	}
	.inside-app .weixin {
		padding-top: 100px
	}
	.inside-app .left span {
		font-size: 20px;
		margin: 10px 0
	}
	.inside-app .left .slick-current span {
		font-size: 24px
	}
	.inside-app .list {
		margin-top: 40px
	}
	.inside-app .right {
		width: 45%
	}
}

@media (max-width:1450px) {
	.inside-app .right {
		width: 40%
	}
}

@media (max-width:1200px) {
	.inside-app .leftbox {
		padding-left: 0
	}
	.inside-app .weixin {
		padding-top: 0
	}
}

@media (max-width:640px) {
	.inside-app {
		background: #000
	}
	.inside-app .pic {
		display: none
	}
	.inside-app .txtbox {
		top: auto;
		left: auto;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		position: relative
	}
	.inside-app .leftbox {
		width: 100%;
		float: none;
		text-align: center
	}
	.inside-app .left span {
		margin: 5px
	}
	.inside-app .weixin {
		padding-left: 0;
		max-width: 100%
	}
	.inside-app .right {
		width: 100%;
		float: none;
		padding: 20px 20px 50px 20px
	}
}

.inside-upgrade .top {
	padding: 60px 0
}

.inside-upgrade .top .bt2 {
	color: #8c8c8c;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px
}

.inside-upgrade .top .bt2 span {
	display: block
}

@media (max-width:1200px) {
	.inside-upgrade .top {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.inside-upgrade .top .bt2 {
		font-size: 14px;
		line-height: 20px;
		padding-top: 20px
	}
}

.inside-tabnav {
	padding: 0 55px
}

.inside-tabnav span {
	color: #08060b;
	height: 40px;
	margin: 0 5px;
	line-height: 38px;
	background: #f7f7f7;
	display: block;
	padding: 0 5px;
	overflow: hidden;
	text-align: center;
	border: solid 1px #f7f7f7;
	border-radius: 30px
}

.inside-tabnav .active span {
	color: #fff;
	background: #FFD400;
	border: solid 1px #dfdfdf
}

.inside-tabnav .active a {
	color: #fff
}

.inside-tabnav .slick-prev,
.inside-tabnav .slick-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-color: #a8a8a9
}

.inside-tabnav .slick-prev {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.inside-tabnav .slick-next {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.inside-list {
	padding: 80px 0;
	background: #f7f7f7
}

@media (max-width:1200px) {
	.inside-list {
		padding: 50px 0
	}
}

.inside-dow {
	padding-top: 55px
}

.inside-dow ul {
	margin: 0 -10px
}

.inside-dow li {
	float: left;
	padding: 0 10px;
	width: 33.3333%;
	margin-bottom: 20px
}

.inside-dow .item {
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	padding: 20px 40px 40px 40px
}

.inside-dow .item .tit {
	color: #3e3a39;
	height: 26px;
	line-height: 26px;
	overflow: hidden
}

.inside-dow .item .line {
	margin-top: 15px;
	border-top: solid 1px #f1f1f1
}

.inside-dow .item .time {
	margin: 20px 0;
	color: #8c8c8c
}

.inside-dow .item .time span {
	float: right;
	padding-left: 20px
}

.inside-dow .item .btn {
	height: 40px;
	padding: 0 10px;
	line-height: 38px;
	background: #fff;
	display: inline-block;
	border: solid 1px #e1e1e1;
	border-radius: 30px
}

.inside-dow .item .btn img {
	margin: 7px 0 0 5px;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.inside-dow .item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.inside-dow .item:hover .btn {
	color: #FFD400;
	border-color: #FFD400
}

.inside-dow .inside-page {
	margin-top: 40px
}

@media (max-width:1200px) {
	.inside-dow {
		padding-top: 30px
	}
	.inside-dow li {
		width: 50%
	}
}

@media (max-width:500px) {
	.inside-dow li {
		width: 100%
	}
}

.inside-dealer {
	padding-top: 80px;
	padding-bottom: 80px
}

.inside-dealer .bt1 {
	font-weight: lighter;
	font-family: 'Rany'
}

.inside-dealer table {
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: dashed 1px #fcda96
}

.inside-dealer th {
	padding: 20px 0;
	font-size: 14px;
	color: #222;
	font-weight: normal;
	border-bottom: dashed 1px #fcda96
}

.inside-dealer tr td:first-child {
	width: 17%;
	text-align: left;
	padding-left: 50px
}

.inside-dealer tr th:first-child {
	width: 17%;
	text-align: left;
	padding-left: 50px;
}

.inside-dealer tr td {
	color: #08060b;
	width: 13.8%;
	padding: 10px 0;
	background: #fff;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-dealer tr th {
	width: 13.8%;
	text-align: center;
}

.inside-dealer tr:nth-child(2n) td {
	background: #f0f0f0
}

.inside-dealer tr:hover td {
	background: #FFD400
}

.inside-dealer tr:hover .btn .icon {
	fill: #222
}

.inside-dealer .btn {
	color: #3e3a39;
	height: 40px;
	padding: 0 15px;
	line-height: 38px;
	background: #fff;
	display: inline-block;
	border-radius: 30px;
	border: solid 1px #e5e5e5
}

.inside-dealer .btn .icon {
	width: 24px;
	height: 24px;
	fill: #FFD400;
	display: inline-block;
	margin: 7px 0 0 10px;
	vertical-align: top
}

@media (max-width:1650px) {
	.inside-dealer {
		padding: 60px 0
	}
	.inside-dealer table {
		margin-top: 50px;
		margin-bottom: 30px
	}
}

@media (max-width:1200px) {
	.inside-dealer {
		padding-top: 120px
	}
	.inside-dealer .tabox {
		overflow-y: scroll
	}
	.inside-dealer table {
		width: 1200px;
		margin-top: 30px
	}
	.inside-dealer th {
		padding: 15px 0;
		font-size: 18px
	}
	.inside-dealer tr td:first-child {
		font-size: 16px
	}
	.inside-dealer tr td {
		padding: 15px 5px;
		font-size: 14px
	}
	.inside-dealer tr td:first-child {
		padding-left: 20px
	}
}

.inside-contact {
	padding-top: 90px;
	background: #f7f7f7
}

.inside-contact .bt2,
.inside-contact .bt3 {
	text-align: center
}

.inside-contact .bt2 {
	color: #08060b;
	margin-top: 30px;
	font-family: 'Rany'
}

.inside-contact .bt3 {
	color: #8c8c8c;
	line-height: 24px;
	margin: 0 auto;
	margin-top: 15px;
	max-width: 900px;
	width: 100%
}

.inside-contact .tabnav {
	padding: 50px 0;
	text-align: center
}

.inside-contact .tabnav span {
	margin: 0 10px;
	height: 50px;
	color: #08060b;
	line-height: 48px;
	cursor: pointer;
	padding: 0 5px;
	max-width: 120px;
	width: 100%;
	border-radius: 30px;
	display: inline-block;
	border: solid 1px #e1e4e6
}

.inside-contact .tabnav .active {
	color: #fff;
	border-color: #FFD400;
	background: #FFD400;
	-webkit-animation: 1s fadeIn ease;
	animation: 1s fadeIn ease
}

.inside-contact .tabbox {
	padding: 80px 40px;
	background: #fff
}

.inside-contact .tabbox li {
	float: left;
	width: 33.333%;
	padding: 0 40px
}

@media (max-width:1450px) {
	.inside-contact .tabbox li {
		padding: 0 20px
	}
}

.inside-contact .tabbox .item {
	min-height: 200px;
	line-height: 24px;
	color: #08060b;
	padding-left: 60px;
	position: relative
}

.inside-contact .tabbox .item a {
	color: #08060b
}

.inside-contact .tabbox .item p {
	margin-bottom: 10px
}

.inside-contact .tabbox .item .icon {
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	background: #fdefda
}

.inside-contact .tabbox .item .icon img {
	vertical-align: middle
}

.inside-contact .tabbox .yx .item {
	min-height: 100px
}

.inside-contact .tabbox .yx .item p {
	padding-top: 5px
}

.inside-contact .tabbox .yx .subtit {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
}

.inside-contact .tabbox .yx {
	width: 100%
}

.inside-contact .tabcot {
	display: none
}

.inside-contact .cur .tabcot {
	-webkit-animation: 3s fadeIn ease;
	animation: 3s fadeIn ease
}

@media (max-width:1200px) {
	.inside-contact .bt2 {
		margin-top: 10px
	}
	.inside-contact .bt3 {
		margin-top: 10px;
		line-height: 20px
	}
	.inside-contact .tabnav {
		padding: 20px 0
	}
	.inside-contact .tabnav span {
		height: 40px;
		line-height: 38px;
		margin: 0 2px;
		padding: 0 15px;
		max-width: none;
		width: auto
	}
	.inside-contact .tabbox {
		padding: 30px 0
	}
	.inside-contact .tabbox li {
		padding: 0 30px;
		width: 100%;
		float: none
	}
	.inside-contact .tabbox li .item {
		height: auto;
		min-height: 120px
	}
}

.inside-warranty {
	padding-top: 40px;
	padding-bottom: 120px
}

.inside-warranty ul {
	padding: 0 200px;
	text-align: center;
}

.inside-warranty li {
	width: 50%;
	display: inline-block;
	padding: 0 100px
}

.inside-warranty li .pic {
	overflow: hidden;
	position: relative;
	text-align: center
}

.inside-warranty li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-warranty li .pic:after {
	content: "";
	display: block;
	padding-bottom: 80%
}

.inside-warranty li .tit {
	color: #fff;
	height: 50px;
	margin-top: 30px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	background: #FFD400;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2)
}

.inside-warranty li .tit i {
	font-family: "鐎瑰缍�";
	font-style: normal;
	font-weight: 700;
	right: 30px;
	position: absolute
}

.inside-warranty li .tit span {
	height: 50px;
	display: block;
	overflow: hidden
}

.inside-warranty li:hover .tit {
	color: #000;
	background: #fff
}

.inside-warranty li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1200px) {
	.inside-warranty {
		padding-bottom: 60px
	}
	.inside-warranty ul {
		padding: 0
	}
	.inside-warranty li {
		padding: 0 20px
	}
}

@media (max-width:640px) {
	.inside-warranty li .tit {
		box-shadow: none;
	}
	.inside-contact .tabnav span {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width:500px) {
	.inside-warranty li {
		width: 100%;
		padding: 10px 30px
	}
	.inside-warranty li .tit {
		height: 40px;
		line-height: 40px;
		padding: 0 10px
	}
	.inside-warranty li .tit i {
		right: 10px
	}
}

.inside-warranty-2 {
	background: #fff
}

.inside-warranty-2 .tig {
	line-height: 30px;
	margin-top: 50px
}

@media (max-width:1200px) {
	.inside-warranty-2 .tig {
		line-height: 20px;
		margin-top: 10px;
		text-align: center
	}
}

.inside-warranty-3 .f46 {
	color: #08060b;
	font-size: 40px
}

.inside-warranty-3 .tig {
	line-height: 24px;
	margin-top: 20px
}

.inside-warranty-3 .f32 {
	font-size: 20px;
	margin-top: 50px;
	color: #08060b;
	font-weight: 700;
	padding: 10px 40px;
	background: #f8edd6
}

.inside-warranty-3 .btn a {
	margin-right: 0
}

.inside-warranty-3 .btn a.backlist {
	margin-right: 30px;
}

.inside-warranty-3 .bt4 {
	color: #08060b;
	font-family: 'Rany';
	padding: 30px 15px 10px 15px
}

.inside-warranty-3 .bd1 {
	width: 100%
}

.inside-warranty-3 .bd1 p {
	margin-top: 10px;
	line-height: 24px;
}

.inside-warranty-3 .bd2 p {
	margin-top: 0;
}

.inside-message input[type="checkbox"] {
	margin-top: -3px;
}

.inside-warranty-3 .bd1 span {
 display:block;
 padding-right:15px;
}

.inside-message .editDiv {
	display: flex;
}

.inside-message .box {
	margin-top: 20px;
}

.inside-message .radioDiv {
	margin-right: 15px;
}

.inside-message li label {
	color: #666;
}

.inside-message .bt {
	color: #000;
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
}

.inside-message .txt,
.inside-message .txt-2 {
	text-align: center;
}

.inside-message .hezi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.inside-message .hezi p {
	width: 49%;
}

@media (max-width:1650px) {
	.inside-warranty-3 .f46 {
		font-size: 36px
	}
	.inside-warranty-3 .f32 {
		font-size: 20px
	}
}

@media (max-width:1200px) {
	.inside-warranty-3 .f46 {
		font-size: 24px
	}
	.inside-warranty-3 .f32 {
		font-size: 16px;
		margin-top: 30px;
		padding: 20px
	}
	.inside-warranty-3 .tig {
		line-height: 20px;
		margin-top: 10px
	}
	.inside-warranty-3 .bt4 {
		padding-top: 20px
	}
}

.inside-warranty-4 .f32 {
	margin-top: 0
}

.inside-warranty-4 .btn {
	margin-top: 100px
}

.inside-about {
	background: #000
}

.inside-about .item {
	padding: 100px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.inside-about .box-1 {
	color: #fff
}

.inside-about .box-1 .left {
	width: 37%;
	float: left;
	position: relative
}

.inside-about .box-1 .left:after {
	content: "";
	display: block;
	/*padding-bottom: 82.5%*/
}

.inside-about .box-1 .right {
	width: 63%;
	float: right;
	line-height: 32px;
	padding-left: 50px
}

.inside-about .box-1 .right h2 {
	font-weight: lighter;
	font-size: 30px;
	padding-bottom: 20px;
	text-transform: uppercase
}

.inside-about .box-1 .list {
	margin-top: 60px
}

.inside-about .box-1 li {
	width: 20%;
	float: left;
	padding: 0 1px
}

.inside-about .box-1 li .item {
	height: 170px;
	padding-top: 15px;
	text-align: center;
	background: #191b20
}

.inside-about .box-1 li .icon {
	background: #2b261f;
	display: inline-block;
	border-radius: 100%
}

.inside-about .box-1 li .num {
	padding: 0 0 0 0;
	font-size: 20px
}

.inside-about .box-1 li .num em {
	font-size: 14px !important;
	font-style: normal
}

.inside-about .box-1 li .ms {
	color: #9c9c9c;
	font-size: 14px !important
}

.inside-about .list2 {
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Rany';
}

.inside-about .list2 .icon {
	fill: #fff;
	width: 100px;
	height: 100px;
	display: inline-block
}

.inside-about .list2 .t1 {
	font-size: 40px;
	padding-bottom: 50px;
	position: relative
}

.inside-about .list2 .t1:before {
	content: "";
	width: 130px;
	height: 1px;
	bottom: 0;
	left: 50%;
	background: #fff;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.inside-about .list2 .t2 {
	font-size: 16px;
	margin-top: 50px;
	padding: 0 100px
}

.inside-about .slick-prev,
.inside-about .slick-next {
	opacity: .5;
	width: 20px;
	height: 20px;
	border-width: 2px
}

.inside-about .slick-prev {
	left: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.inside-about .slick-next {
	right: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media (max-width:1200px) {
	.inside-about .item {
		height: auto;
		padding: 60px 0
	}
	.inside-about .box-1 .left {
		width: 100%;
		float: none;
		display: none
	}
	.inside-about .box-1 .left img {
		width: 100%
	}
	.inside-about .box-1 .right {
		width: 100%;
		float: none;
		padding-top: 30px;
		line-height: 26px;
		padding-left: 0
	}
	.inside-about .box-1 .right h2 {
		font-size: 24px;
		padding-bottom: 20px
	}
	.inside-about .box-1 li .num {
		font-size: 24px
	}
	.inside-about .list2 {
		padding: 100px 0 50px 0
	}
	.inside-about .list2 .icon {
		width: 50px;
		height: 50px
	}
	.inside-about .list2 .t1 {
		font-size: 18px;
		padding-bottom: 20px
	}
	.inside-about .list2 .t2 {
		padding: 0 30px;
		display: none
	}
}

@media (max-width:500px) {
	.inside-about .item {
		padding-top: 0
	}
	.inside-about .box-1 li {
		width: 33.3333%;
		margin-bottom: 2px
	}
	.inside-about .box-1 li .item {
		height: 200px;
		padding-top: 15px
	}
	.inside-about .slick-prev,
	.inside-about .slick-next {
		width: 20px;
		height: 20px
	}
	.inside-about .slick-prev {
		left: 30px
	}
	.inside-about .slick-next {
		right: 30px
	}
	.inside-message .hezi p {
		width: 100%;
	}
	.inside-message .editDiv {
		display: block;
	}
}

.history {
	height: 817px;
	padding: 110px 0;
	position: relative;
	overflow: hidden;
	background: url(../images/about-bg.jpg) no-repeat top center;
	background-size: cover
}

.history:after {
	content: '';
	display: block;
	width: 200%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 55px;
	z-index: 1;
	border-bottom: dotted 1px #1c313d
}

.history .f50 {
	color: #fff;
	font-size: 40px;
	text-align: center
}

.history .history-bottom {
	margin: 150px 30px 0 30px;
	position: relative
}

.history .history-bottom ul {
	position: relative;
	z-index: 2
}

.history .history-bottom ul li {
	text-align: left;
	position: relative
}

.history .history-bottom ul li .nr {
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.history .history-bottom ul li .nr .pic {
	width: 30%;
	float: left
}

.history .history-bottom ul li .nr .text {
	width: 65%;
	float: left;
	margin-left: 5%;
}

.history .history-bottom ul li .year {
	color: #FFD400;
	font-size: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.history .history-bottom ul li .anr {
	width: 150%;
	z-index: 9;
	position: relative;
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 24px;
	padding-right: 3px;
	overflow: auto
}

.history .history-bottom ul li .anr:last-child {
	width: 100%;
}

.history .history-bottom ul li .anr::-webkit-scrollbar {
	width: 5px;
	height: 1px
}

.history .history-bottom ul li .anr::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.7)
}

.history .history-bottom ul li .anr::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.2)
}

.history .history-bottom ul li .box {
	height: 160px;
	padding-left: 30px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.history .history-bottom ul li .box:after {
	content: '';
	display: block;
	height: 100%;
	width: 16px;
	bottom: 0;
	position: absolute;
	left: 0;
	background: url("../images/line3.jpg") no-repeat bottom center
}

.history .history-bottom ul li:nth-child(2n) .box {
	padding-top: 80px;
	margin-top: 130px
}

.history .history-bottom ul li:nth-child(2n) .box:after {
	top: 35px;
	bottom: auto;
	background: url("../images/line2.jpg") no-repeat bottom center
}

.history .history-bottom .slick-prev,
.history .history-bottom .slick-next {
	width: 20px;
	height: 20px;
	opacity: .7;
	margin-top: -25px
}

.history .history-bottom .slick-prev {
	left: -30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.history .history-bottom .slick-next {
	right: -30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media (max-width:1200px) {
	.history {
		padding: 60px 0;
		height: auto
	}
	.history:after {
		margin-top: 78px
	}
	.history .history-bottom ul {
		padding: 0
	}
	.history .history-bottom .slick-prev,
	.history .history-bottom .slick-next {
		margin-top: -30px
	}
}

@media (max-width:640px) {
	.history:after {
		display: none
	}
	.history .history-bottom ul li .year {
		text-align: center
	}
	.history .history-bottom ul li .box {
		padding: 0 10px !important
	}
	.history .history-bottom {
		margin-top: 105px;
	}
	.history .history-bottom .slick-prev,
	.history .history-bottom .slick-next {
		margin-top: -50px;
	}
	.history .history-bottom ul li .box:after {
		display: none !important
	}
	.history .history-bottom ul li .anr {
		text-align: center;
		font-size: 12px;
		width: 100% !important
	}
	.history .history-bottom ul li:nth-child(2n) .box {
		padding-top: 0;
		margin-top: 0
	}
}

.inside-support {
	overflow: hidden;
	padding-top: 80px
}

.inside-support .bt2 {
	color: #8c8c8c;
	text-align: center;
	margin-top: 10px
}

.inside-support .bt3 {
	font-size: 26px;
	font-family: 'Rany'
}

.inside-support .bt4 {
	font-size: 14px
}

.inside-support .bg {
	color: #08060b;
	height: 430px;
	margin-top: 50px;
	background: url(../images/support-bg.jpg) no-repeat top center;
	background-size: cover
}

.inside-support .bg .container {
	height: 430px;
	position: relative
}

.inside-support .bg .item {
	top: 50%;
	left: 120px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.inside-support .bg .cot {
	padding-top: 35px
}

.inside-support .bg .cot p {
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative
}

.inside-support .bg .cot p img {
	top: -3px;
	left: 0;
	position: absolute
}

.inside-support .ditu {
	text-align: center
}

.inside-support .ditu .container {
	max-width: 100%
}

.inside-support .bg2 {
	padding: 80px 0 40px 0;
	background: #f7f7f7
}

.inside-support .bg2 .bt1 {
	text-align: left
}

.inside-support .bg2 .bt1 img {
	max-height: 50px
}

.inside-support .bg2 ul {
	padding-left: 100px
}

.inside-support .bg2 li:first-child .item {
	padding-left: 0
}

.inside-support .bg2 li {
	float: left;
	padding: 20px;
	width: 33.3333%
}

.inside-support .bg2 li .item {
	font-size: 18px;
	line-height: 20px;
	padding-left: 80px;
	min-height: 100px;
	position: relative
}

.inside-support .bg2 li .jz {
	max-width: 180px;
	width: 100%
}

.inside-support .bg2 li .jz .bt4 {
	text-align: center
}

.inside-support .bg2 li .icon {
	top: 0;
	left: 0;
	border-radius: 100%;
	background: #FFD400;
	position: absolute
}

.inside-support .bg2 li .icon img {
	max-height: 66px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-support .bg2 li .tbox {
	padding-top: 17px
}

.inside-support .bg2 li .tit {
	line-height: 30px;
	font-size: 30px;
	color: #08060b
}

.inside-support .bg2 li .tit span {
	font-family: 'Rany'
}

.inside-support .bg2 li .tit i {
	font-size: 14px;
	font-style: normal;
	font-family: 'Rany'
}

.inside-support .bg2 li .txt {
	color: #59585a;
	margin-top: 0;
	font-size: 14px;
	line-height: 16px
}

.inside-support .bg2 li:hover .icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

@media (max-width:1200px) {
	.inside-support {
		padding-top: 100px
	}
	.inside-support .bt2 {
		margin-top: 0
	}
	.inside-support .bg {
		margin-top: 40px
	}
	.inside-support .container {
		max-width: 100%;
		padding: 0 20px
	}
}

@media (max-width:640px) {
	.inside-support .bg {
		height: 360px
	}
	.inside-support .bg .container {
		height: 360px
	}
	.inside-support .bg .item {
		left: 0;
		padding: 0 20px
	}
	.inside-support .bg2 {
		padding-top: 20px
	}
	.inside-support .bg2 ul {
		padding-left: 0
	}
	.inside-support .bg2 li {
		width: 100%
	}
	.inside-support .bg2 li .icon img {
		max-height: 50px
	}
	.inside-support .bg2 li .item {
		font-size: 16px;
		min-height: auto;
		padding-left: 60px
	}
	.inside-support .bg2 li .tbox {
		padding-top: 0
	}
	.inside-support .bg2 li .tit {
		font-size: 30px
	}
	.inside-support .bg2 li .txt {
		margin-top: 0
	}
}

.inside-loybg {
	color: #fff;
	padding: 10px 0;
	line-height: 30px;
	background: #151515
}

.inside-loybg .btn {
	float: right;
	color: #fff;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	border-radius: 30px;
	display: inline-block;
	background: #FFD400
}

.inside-loyalty {
	padding: 70px 0
}

.inside-loyalty .bt1 {
	font-family: 'Rany'
}

.inside-loyalty .container {
	max-width: 1060px;
	margin: 0 auto
}

.inside-loyalty ul {
	padding-top: 30px
}

.inside-loyalty li {
	margin-top: 10px;
	position: relative;
	border-radius: 10px
}

.inside-loyalty li img {
	border-radius: 10px
}

.inside-loyalty li .txtbox {
	right: 0;
	width: 52%;
	font-size: 16px;
	top: 50%;
	color: #fff;
	line-height: 30px;
	padding-right: 12%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.inside-loyalty li .tit {
	margin-bottom: 20px;
	font-family: 'Rany';
	line-height: 30px;
}

@media (max-width:1200px) {
	.inside-loyalty {
		padding: 50px 0
	}
	.inside-loyalty ul {
		padding-top: 20px
	}
	.inside-loyalty li .tit {
		margin-bottom: 0
	}
	.inside-loyalty li .txtbox {
		width: 70%;
		padding-right: 20px
	}
	.inside-loyalty li .txt {
		line-height: 16px
	}
}

.inside-loyalty-2 {
	padding-top: 70px
}

.inside-loyalty-2 .bt2 {
	padding: 10px 0;
	line-height: 24px;
	text-align: center
}

.inside-loyalty-2 .bt2 span {
	color: #FFD400
}

.inside-loyalty-2 .f50 {
	color: #08060b;
	font-size: 50px;
	text-align: center;
	font-family: 'Rany'
}

.inside-loyalty-2 .list {
	margin-top: 40px;
	padding: 70px 0;
	background: #fff8ef
}

.inside-loyalty-2 ul {
	margin: 0 -20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.inside-loyalty-2 li:hover .box {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25)
}

.inside-loyalty-2 li {
	float: left;
	padding: 0 20px;
	width: 33.3333%
}

.inside-loyalty-2 li .tag {
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center
}

.inside-loyalty-2 li .tag p {
	color: #08060b;
	margin-bottom: 20px
}

.inside-loyalty-2 li .box {
	border-radius: 10px;
	background: #fff;
	border: solid 1px #FFD400;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-loyalty-2 li .tit {
	height: 60px;
	line-height: 60px;
	color: #FFD400;
	text-align: center
}

.inside-loyalty-2 li .txt {
	color: #08060b;
	line-height: 26px
}

.inside-loyalty-2 li .txt p {
	padding: 10px 30px;
	text-align: center
}

.inside-loyalty-2 li .txt .t1 {
	border-radius: 10px;
	background: #f5f3f2;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.inside-loyalty-2 li .txt2 {
	color: #08060b;
	padding: 30px 60px;
	font-size: 16px;
	text-align: center;
	border-top: dashed 1px #bdbdbd
}

.inside-loyalty-2 li .txt2 .t3 {
	color: #FFD400
}

.inside-loyalty-2 li .txt2 .t4 {
	margin-top: 10px
}

@media (max-width:1650px) {
	.inside-loyalty-2 .f50 {
		font-size: 40px
	}
	.inside-loyalty-2 .f50 {
		font-size: 34px
	}
}

@media (max-width:1200px) {
	.inside-loyalty-2 {
		padding-top: 50px
	}
	.inside-loyalty-2 img {
		max-height: 75px
	}
	.inside-loyalty-2 .f50 {
		font-size: 30px
	}
	.inside-loyalty-2 li .tit {
		height: 40px;
		line-height: 40px
	}
	.inside-loyalty-2 li {
		width: 100%;
		float: none
	}
	.inside-loyalty-2 li .txt p {
		padding: 10px
	}
}

.inside-warr-line {
	text-align: center
}

.inside-warr-line img {
	width: 100%
}

.inside-calculator .bt {
	color: #8c8c8c;
	margin-top: 10px;
	margin-bottom: 25px;
	vertical-align: bottom
}

.inside-calculator .bt img {
	vertical-align: bottom
}

.inside-calculator .box-1 .list {
	background: #e5e5e5
}

.inside-calculator .box-1 ul {
	padding: 20px
}

.inside-calculator .box-1 li {
	padding: 10px 20px;
	width: 50%;
	float: left
}

.inside-calculator .box-1 .bd {
	position: relative
}

.inside-calculator .box-1 .bd input {
	width: 100%;
	border: 0;
	height: 50px;
	padding: 15px;
	padding-right: 80px;
	color: #666;
	font-size: 12px;
	background: #fcfcfb;
	border-radius: 5px;
	border: solid 1px #fff;
	font-family: 'Rany'
}

.inside-calculator .box-1 .bd .btn {
	right: 30px;
	position: absolute;
	width: auto !important;
	border: 0;
	color: #08060b;
	padding: 0;
	background: none;
	text-align: center
}

.inside-calculator .box-2 {
	padding-top: 20px
}

.inside-calculator .box-2 .bt {
	color: #8c8c8c;
	margin-bottom: 30px
}

.inside-calculator .box-2 .list li:first-child {
	line-height: 30px;
	background: #f7f7f7
}

.inside-calculator .box-2 .list li:first-child span:first-child {
	border-color: #f7f7f7
}

.inside-calculator .box-2 .list li:first-child span:last-child {
	border-color: #f7f7f7
}

.inside-calculator .box-2 .list li {
	background: #e5e5e5
}

.inside-calculator .box-2 .list li span {
	border-color: #fff
}

.inside-calculator .box-2 .list li span:first-child {
	border-color: #e5e5e5
}

.inside-calculator .box-2 .list li span:last-child {
	border-color: #e5e5e5
}

.inside-calculator .box-2 .list li:nth-child(2n) {
	background: #fff
}

.inside-calculator .box-2 .list li:nth-child(2n) span {
	border-color: #fff
}

.inside-calculator .box-2 .list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #08060b;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.inside-calculator .box-2 .list li span {
	float: left;
	display: block;
	padding: 10px 0;
	border-left: solid 2px #f7f7f7;
	border-right: solid 2px #f7f7f7
}

.inside-calculator .box-2 .list li input {
	width: 100%;
	border: 0;
	color: #08060b;
	font-size: 14px;
	text-align: center;
	background: none;
	font-family: 'Rany'
}

.inside-calculator .box-2 .list li input::-webkit-input-placeholder {
	color: #08060b
}

.inside-calculator .box-2 .list li input:-moz-placeholder {
	color: #08060b;
	opacity: 1
}

.inside-calculator .box-2 .list li input::-moz-placeholder {
	color: #08060b;
	opacity: 1
}

.inside-calculator .box-2 .list li input:-ms-input-placeholder {
	color: #08060b
}

.inside-calculator .box-2 .list li .w30 {
	width: 30%;
	padding-left: 60px;
	color: #8c8c8c
}

.inside-calculator .box-2 .list li .w17 {
	width: 17.5%;
	text-align: center
}

.inside-calculator .box-2 .list .last {
	display: block;
	background: none;
	margin-bottom: 35px
}

.inside-calculator .box-2 .list .tishi {
	text-align: right;
	display: block;
	margin: 30px 0;
	color: #8c8c8c
}

.inside-calculator .box-2 .list .tishi img {
	margin-top: -2px;
	margin-right: 5px;
	vertical-align: top
}

.inside-calculator .box-2 .list .jisuan {
	display: block;
	text-align: right;
	background: #f2f2f1 !important;
	padding: 40px 70px;
	overflow: hidden
}

.inside-calculator .box-2 .list .jisuan p {
	margin-top: 25px
}

.inside-calculator .box-2 .list .jisuan p:first-child {
	margin-top: 0
}

.inside-calculator .box-2 .list .jisuan em {
	font-style: normal
}

.inside-calculator .box-2 .check {
	margin-bottom: 50px;
	font-size: 14px;
	background: none !important;
	position: relative;
}

.inside-calculator .box-2 .list li span.ts1 {
	display: block;
	padding-left: 30px;
	padding-top: 0;
	border: none;
	text-align: center;
	width: 100%;
}

.inside-calculator .box-2 .ts1 input[type="checkbox"] {
	width: 14px;
	height: 14px;
	left: 0;
}

.inside-calculator .box-2 .check a {
	color: #FFD400;
}

.inside-calculator .box-2 .list input[type="submit"],
.inside-calculator .box-2 .list input[type="button"],
.inside-calculator .box-2 .list a.button {
	color: #fff;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 0;
	font-size: 18px;
	border-radius: 30px;
	float: right;
	font-family: 'Rany';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #FFD400
}

.inside-calculator .box-2 .list a.button {
	color: #fff;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 0;
	font-size: 18px;
	border-radius: 30px;
	float: none;
	font-family: 'Rany';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #FFD400;
	display: block;
	margin: 0 auto;
}

.inside-calculator .box-2 .list input[type="submit"]:focus {
	background: #000
}

.inside-calculator .box-2 .list .last2 {
	margin: 70px 0 20px 0;
	text-align: center;
	display: block;
	background: none
}

.inside-calculator .box-2 .list .last2 input[type="submit"],
.inside-calculator .box-2 .list .last2 input[type="button"] {
	float: none
}

@media (max-width:1200px) {
	.inside-calculator .box-2 .list li span.ts1 {
		padding-left: 0;
		font-size: 12px;
	}
	.inside-calculator .box-2 .ts1 input[type="checkbox"] {
		width: 12px;
		height: 12px;
		left: 0;
	}
}

@media (max-width:1200px) {
	.inside-calculator .box-2 .list li:first-child {
		display: block
	}
	.inside-calculator .box-2 .list li:first-child span {
		text-align: left;
		/*padding:0 20px !important;
	width:100% !important;
	border-bottom:solid 1px #fff;*/
		padding: 0 10px !important;
	}
	.inside-calculator .box-2 .list li:first-child span:not(:first-child) {
		text-align: center;
	}
	.inside-calculator .box-2 .list li span {
		padding: 5px 0;
		border-left: 0 !important;
		border-width: 1px !important
	}
	.inside-calculator .box-2 .list li .w30 {
		width: 32%;
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
		padding-left: 60px;
		color: #8c8c8c
	}
	.inside-calculator .box-2 .list li .w17 {
		width: 17%;
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
		text-align: center
	}
	.inside-calculator .box-2 .list li input {
		font-size: 12px
	}
	.inside-calculator .box-1 .bd input {
		font-size: 12px
	}
	.inside-calculator .box-2 .list li .w30 {
		padding-left: 5px
	}
}

@media (max-width:640px) {
	.inside-calculator .bt img {
		max-height: 36px
	}
	.inside-calculator .box-1 ul {
		padding: 10px 0
	}
	.inside-calculator .box-1 li {
		width: 100%;
		padding: 5px 20px
	}
	.inside-calculator .box-1 .bd input {
		height: 46px;
		line-height: 44px
	}
	.inside-calculator .box-2 .list .jisuan {
		padding: 20px
	}
	.inside-calculator .box-2 .list .last2 {
		margin: 30px 0
	}
}

.inside-promenu {
	height: 51px;
	background: #1c1c1d;
	border-top: solid 1px #313139
}

.inside-promenu .slick-initialized .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.inside-promenu .slick-prev,
.inside-promenu .slick-next {
	width: 17px;
	height: 33px;
	border: 0;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	margin-top: -16px
}

.inside-promenu .slick-prev:hover,
.inside-promenu .slick-next:hover {
	opacity: .8
}

.inside-promenu .slick-prev {
	left: -25px;
	background: url(../images/prev.png) no-repeat center center #7d7d7e
}

.inside-promenu .slick-next {
	right: -25px;
	background: url(../images/next.png) no-repeat center center #7d7d7e
}

.inside-promenu li {
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-left: solid 1px #323233
}

.inside-promenu li a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 0 35px;
	padding-right: 10px
}

.inside-promenu .active {
	background: #FFD400;
	border-color: #FFD400
}

.inside-promenu .active a {
	color: #28282f
}

@media (max-width:1200px) {
	.inside-promenu {
		margin-top: 60px;
		height: 51px
	}
	.inside-promenu li {
		font-size: 14px;
		height: 50px
	}
	.inside-promenu li a {
		padding-right: 0;
		padding-left: 20px
	}
	.inside-promenu .slick-prev {
		left: -20px
	}
	.inside-promenu .slick-next {
		right: -20px
	}
}

.inside-proshow-1 {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
	height: 80vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.inside-proshow-1 .leftbox {
	width: 53%;
	float: left
}

.inside-proshow-1 .leftbox .bigimg {
	width: 80%;
	float: right
}

.inside-proshow-1 .leftbox .bigimg span {
	display: block;
	position: relative
}

.inside-proshow-1 .leftbox .bigimg span:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.inside-proshow-1 .leftbox .smallimg {
	width: 20%;
	float: left;
	padding: 30px 0 40px 0
}

.inside-proshow-1 .leftbox .smallimg span {
	margin-top: 10px;
	border: solid 1px rgba(255, 255, 255, 0.5);
	display: block;
	cursor: pointer;
	background: -webkit-linear-gradient(#222227 5%, #2e2e36 30%, #222227 90%);
	background: linear-gradient(#222227 5%, #2e2e36 30%, #222227 90%);
	position: relative
}

.inside-proshow-1 .leftbox .smallimg span:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.inside-proshow-1 .leftbox .smallimg span img {
	padding: 15px
}

.inside-proshow-1 .leftbox .smallimg .slick-current span {
	border-color: #fcca00
}

.inside-proshow-1 .leftbox .slick-prev,
.inside-proshow-1 .leftbox .slick-next {
	width: 25px;
	height: 25px;
	border: 0;
	margin-top: -12px
}

.inside-proshow-1 .leftbox .slick-prev {
	left: 0;
	width: 100%;
	top: 0;
	margin-top: auto;
	background: url(../images/prev-1.png) no-repeat center center #26262c
}

.inside-proshow-1 .leftbox .slick-next {
	right: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	background: url(../images/next-2.png) no-repeat center center #FFD400
}

.inside-proshow-1 .rightbox {
	width: 47%;
	float: right;
	line-height: 26px;
	position: relative;
	min-height: 442px
}

.inside-proshow-1 .rightbox h2 {
	font-size: 30px;
	line-height: 40px;
	position: relative;
	font-weight: normal;
	font-family: 'Rany'
}

.inside-proshow-1 .rightbox .txt {
	margin-top: 20px;
	font-size: 14px
}

.inside-proshow-1 .share {
	padding: 20px 0;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	border-bottom: solid 1px rgba(255, 255, 255, 0.15)
}

.inside-proshow-1 .share a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
	background: #332c2b;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-right: 5px;
}

.inside-proshow-1 .share .icon {
	width: 22px;
	height: 22px;
	fill: #fff;
	vertical-align: middle
}

.inside-proshow-1 .share a:nth-child(3) .icon {
	width: 18px;
	height: 18px
}

.inside-proshow-1 .share a:hover {
	background: #FFD400
}

.inside-proshow-1 .share .anniu {
	/*right:0;
	top:13px;
	color:#222;
	background:#FFD400;
	position:absolute;*/
	color: #fff;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #FFD400;
	border-radius: 30px;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	margin-left: 5px;
}

.inside-proshow-1 .share .anniu:nth-child(2n) {
	background-color: rgba(255, 212, 0);
}

.inside-proshow-1 .share .anniu:hover {
	color: #222;
}

@media (max-width:1600px) {
	.inside-proshow-1 {
		height: 90vh
	}
}

@media(max-width:1500px) {
	.inside-proshow-1 {
		height: 100vh;
	}
}

@media (max-width:1450px) {
	.inside-proshow-1 .rightbox h2 {
		font-size: 30px;
		line-height: 40px
	}
}

@media (max-width:1200px) {
	.inside-proshow-1 {
		height: auto;
		padding-bottom: 30px
	}
	.inside-proshow-1 .share .anniu {
		width: 140px;
		position: relative;
	}
	.inside-proshow-1 .rightbox .txt {
		font-size: 14px
	}
	.inside-proshow-1 .share .anniu {
		top: auto;
		right: auto;
		margin-top: 40px;
		position: relative;
		margin-bottom: 10px;
		width: 45%;
	}
}

@media (max-width:800px) {
	.inside-proshow-1 .share .anniu {
		position: relative;
	}
}

@media (max-width:640px) {
	.inside-proshow-1 .leftbox {
		width: 100%;
		float: none;
		overflow: hidden
	}
	.inside-proshow-1 .rightbox {
		width: 100%;
		float: none;
		padding-top: 30px
	}
	.inside-proshow-1 .rightbox h2 {
		font-size: 18px;
		line-height: 24px
	}
}

.inside-proshow-2 .f40 {
	max-width: 940px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Rany'
}

@media (max-width:1200px) {
	.inside-proshow-2 .f40 {
		line-height: 40px
	}
}

.inside-promenu-2 {
	height: 60px;
	background: #151515
}

.inside-promenu-2 li {
	float: left;
	color: #fff;
	line-height: 60px;
	cursor: pointer;
	width: 16.66666667%;
	height: 60px;
	text-align: center;
	position: relative
}

.inside-promenu-2 li:before {
	content: "";
	height: 60px;
	top: 0;
	left: -1px;
	width: 1px;
	margin-top: 0;
	background: #797b7b;
	position: absolute
}

.inside-promenu-2 li:first-child:before {
	display: none !important
}

.inside-promenu-2 .active,
.inside-promenu-2 li:hover {
	color: #332c2b;
	z-index: 2;
	background: #FFD400
}

.inside-promenu-2 .active:before,
.inside-promenu-2 li:hover:before {
	display: none
}

.inside-promenu-2 .active a,
.inside-promenu-2 li:hover a {
	color: #332c2b
}

@media (max-width:1200px) {
	.inside-promenu-2 {
		height: auto;
		overflow: hidden
	}
	.inside-promenu-2 ul {
		margin: 1px
	}
	.inside-promenu-2 li {
		width: 50%;
		height: 40px;
		line-height: 40px;
		margin-left: -1px;
		margin-top: -1px;
		border: solid 1px #fff !important
	}
	.inside-promenu-2 li:before {
		display: none
	}
}

.inside-proshow-3 {
	padding-bottom: 60px;
	background: #000
}

.inside-proshow-3 .tabcot {
	display: none
}

.inside-proshow-3 .nr1 li {
	padding: 10px 0;
	color: #fff;
	padding-left: 100px;
	position: relative;
	background: #747474
}

.inside-proshow-3 .nr1 li img {
	top: 15px;
	left: 60px;
	position: absolute
}

.inside-proshow-3 .nr1 li .t1 {
	font-size: 18px;
	font-family: 'Rany'
}

.inside-proshow-3 .nr1 li:nth-child(2n) {
	background: #ededed;
	color: #333
}

@media (max-width:1200px) {
	.inside-proshow-3 .nr1 li {
		padding-left: 60px
	}
	.inside-proshow-3 .nr1 li img {
		left: 20px
	}
}

.inside-proshow-3 .nr2 {
	padding: 30px;
	background: #5f5f5f
}

.inside-proshow-3 .nr2 table {
	background: #efefef
}

.inside-proshow-3 .nr2 th,
.inside-proshow-3 .nr2 td {
	color: #000;
	padding: 15px 40px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000
}

.inside-proshow-3 .nr2 th {
	color: #fff;
	text-align: left;
	font-weight: normal;
	background: #FFD400
}

@media (max-width:1200px) {
	.inside-proshow-3 .nr2 {
		padding: 20px
	}
	.inside-proshow-3 .nr2 th,
	.inside-proshow-3 .nr2 td {
		padding-left: 10px;
		padding-right: 0
	}
}

.inside-proshow-3 .nr3 {
	padding: 30px;
	background: #5f5f5f
}

.inside-proshow-3 .nr3 li:first-child {
	margin-top: 0
}

.inside-proshow-3 .nr3 li {
	text-transform: uppercase;
	margin-top: 20px
}

.inside-proshow-3 .nr3 li a {
	color: #fff
}

.inside-proshow-3 .nr3 li:hover a {
	color: #FFD400;
	text-decoration: underline
}

@media (max-width:1200px) {
	.inside-proshow-3 .nr3 {
		padding: 20px
	}
	.inside-proshow-3 .nr3 li {
		margin-top: 20px
	}
}

.inside-proshow-3 .nr4 {
	color: #fff;
	padding: 30px;
	background: #5f5f5f
}

.inside-proshow-3 .nr4 a {
	color: #FFD400
}

@media (max-width:1200px) {
	.inside-proshow-3 .nr4 {
		padding: 20px
	}
}

.inside-proshow-3 .nr5 {
	padding: 50px;
	background: #000
}

.inside-proshow-3 .nr5 li {
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 33.3333%
}

.inside-proshow-3 .nr5 li .pic {
	position: relative
}

.inside-proshow-3 .nr5 li .pic:after {
	content: "";
	display: block;
	padding-bottom: 56.5%
}

.inside-proshow-3 .nr5 li .tit {
	color: #fff;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	margin: 10px;
	text-transform: uppercase
}

.inside-proshow-3 .nr5 li .item {
	position: relative
}

.inside-proshow-3 .nr5 li .vbtn {
	top: 50%;
	left: 50%;
	z-index: 1;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.inside-proshow-3 .nr5 li .vbtn .icon {
	width: 50px;
	height: 50px;
	fill: #fff
}

.inside-proshow-3 .nr5 li .vicon {
	top: 20px;
	right: 20px;
	position: absolute
}

.inside-proshow-3 .nr5 li .vicon .icon {
	width: 24px;
	height: 24px;
	fill: #fff
}

.inside-proshow-3 .nr5 li .vicon a {
	margin: 0 5px;
	display: inline-block
}

@media (max-width:1200px) {
	.inside-proshow-3 .nr5 {
		padding: 20px
	}
}

@media (max-width:640px) {
	.inside-proshow-3 .nr5 li {
		width: 100%
	}
}

.inside-proshow-3 .inside-faq {
	padding-top: 30px
}

.inside-product-4 {
	height: 720px;
	color: #fff;
	padding-top: 130px;
	background: url(../images/proshow-bg-2.jpg) no-repeat top center;
	background-size: cover
}

.inside-product-4 .bt1 {
	color: #fff;
	font-family: 'Rany';
	font-size: 40px;
	text-transform: uppercase
}

@media (max-width:1650px) {
	.inside-product-4 .bt1 {
		font-size: 40px
	}
}

@media (max-width:1200px) {
	.inside-product-4 .bt1 {
		font-size: 30px
	}
}

.inside-product-4 li:first-child {
	border-left: 0
}

.inside-product-4 li:first-child em {
	display: block;
	font-style: normal
}

.inside-product-4 li {
	width: 50%;
	float: left;
	padding: 0 200px;
	margin-top: 120px;
	font-size: 14px;
	outline: ;
	text-align: center;
	border-left: solid 1px #e8e8e8;
	line-height: 24px
}

.inside-product-4 li span {
	display: block;
	margin-bottom: 30px
}

.inside-product-4 li .chengse {
	color: #FFD400
}

.inside-product-4 li .chengse a {
	color: #FFD400
}

.inside-product-4 li .chengse a:hover {
	opacity: .9
}

@media (max-width:1200px) {
	.inside-product-4 {
		height: auto;
		padding: 50px 0
	}
	.inside-product-4 li {
		padding: 0 50px !important
	}
	.inside-product-4 li span {
		padding: 0 !important
	}
}

@media (max-width:640px) {
	.inside-product-4 li {
		width: 100%;
		border: 0;
		margin-top: 30px;
		text-align: center
	}
}

.inside-partners {
	background: #f7f7f7
}

.inside-partners .bt1 {
	font-family: 'Rany';
	font-weight: lighter
}

.inside-partners .tig {
	text-align: center;
	padding-top: 20px;
	line-height: 24px
}

.inside-partners .bd1 {
	width: 100%
}

.inside-partners .bd1 p {
	margin-top: 10px
}

@media (max-width:640px) {
	.inside-partners .bd1 p {
		margin-top: 10px
	}
}

.inside-partners .bd2 {
	width: 100%;
	margin-top: 60px
}

.inside-partners .bd2 p {
	margin-top: 10px
}

.inside-partners .fx:nth-child(2) {
	padding-top: 30px
}

.inside-partners .fx {
	color: #08060b;
	font-size: 14px;
	margin-bottom: 20px
}

.inside-partners .guojia {
	width: 15%;
	float: left;
	display: block;
	position: relative;
	background: #e4e4e4
}

.inside-partners .guojia i {
	top: 50%;
	left: 10px;
	position: absolute;
	font-style: normal;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.inside-partners .guojia select {
	background: #e4e4e4;
	padding-left: 40px;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.inside-partners .tianxie {
	width: 85%;
	float: left
}

.inside-partners .tianxie input[type="text"] {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 30px;
}

@media (max-width:1200px) {
	.inside-partners {
		padding-top: 100px
	}
	.inside-partners .tig {
		line-height: 20px;
		font-size: 14px;
		padding-top: 20px;
		text-align: left
	}
}

.footer {
	color: #fff;
	overflow: hidden;
	padding-top: 85px;
	background: #000
}

.footer a {
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.footer a:hover {
	opacity: .8
}

.footer ul {
	width: 112%;
	padding-bottom: 85px
}

.footer li {
	float: left;
	width: 16.66666667%
}

.footer li h3 {
	font-size: 22px;
	font-weight: normal
}

.footer li span {
	display: block;
	margin-top: 15px
}

.footer li span a {
	display: block
}

.footer .copy {
	background: #151515
}

.footer .copy .top {
	position: relative;
	padding-bottom: 15px;
	border-bottom: solid 1px #363636
}

.footer .copy .bot {
	color: #cdcdcd;
	padding: 25px 0;
	position: relative
}

.footer .copy .drop {
	float: right;
	color: #fff;
	position: relative
}

.footer .copy .drop .icon {
	fill: #fff;
	width: 12px;
	height: 12px
}

.footer .copy .drop:hover .subdrop {
	display: block
}

@media (max-width:1200px) {
	.footer .copy .drop {
		float: none
	}
}

.footer .copy .subdrop {
	bottom: 15px;
	left: -20px;
	padding: 10px 0;
	width: 100%;
	width: 120px;
	display: none;
	padding-left: 10px;
	font-size: 12px;
	background: #333;
	position: absolute
}

.footer .copy .subdrop a {
	color: #fff;
	margin: 10px 0;
	display: block;
	text-align: left
}

.footer .copy .subdrop a:hover {
	opacity: .8
}

.footer .share {
	padding-top: 30px
}

.footer .share a {
	margin-right: 10px;
	vertical-align: top;
	display: inline-block
}

.footer .share .icon {
	width: 26px;
	height: 26px;
	fill: #fff
}

.footer .share a:nth-child(1) .icon {
	margin-top: -2px
}

.footer .share a:nth-child(2) .icon,
.footer .share a:nth-child(5) .icon {
	width: 22px;
	height: 22px
}

.footer .back {
	right: 0;
	top: 25px;
	position: absolute
}

.footer .back i {
	width: 23px;
	height: 23px;
	text-align: center;
	border-radius: 100%;
	font-style: normal;
	line-height: 20px;
	margin-left: 10px;
	display: inline-block;
	border: solid 1px rgba(255, 255, 255, 0.5)
}

.footer .back .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	vertical-align: middle
}

@media (max-width:1650px) {
	.footer li {
		font-size: 14px
	}
}

@media (max-width:1200px) {
	.footer {
		padding-top: 0
	}
	.footer ul {
		display: none
	}
}

.login {
	height: 1335px;
	padding-top: 90px;
	background: url(../images/login-bg.jpg) no-repeat top center;
	background-size: cover
}

.login .container {
	max-width: 450px;
	margin: 0 auto
}

.login .inside-message {
	background: #fff;
	border-radius: 10px;
	padding: 35px
}

.login .inside-message ul {
	margin-top: 0;
	margin: 0 -10px
}

.login .inside-message li label {
	font-family: 'Rany'
}

.login .inside-message li {
	padding: 0 10px;
	margin-top: 10px
}

.login .inside-message li input[type="text"],
.login .inside-message li select,
.login .inside-message li input[type="password"] {
	background: #fcfcfb;
	height: 46px;
	line-height: 44px;
	padding-top: 10px;
	padding-bottom: 10px
}

.login .inside-message .bt {
	color: #08060b;
	text-align: center;
	padding: 20px 0;
	font-family: 'Rany'
}

.login .inside-message .bt2 {
	color: #08060b;
	padding: 10px 0;
	text-align: center
}

.login .inside-message .bd1 {
	width: 100%
}

.login .inside-message .fx {
	font-size: 14px;
	margin-top: 10px
}

.login .inside-message .fx input[type="checkbox"] {
	width: 12px;
	height: 12px
}

.login .inside-message .hei {
	color: #08060b
}

.login .inside-message .tankai {
	margin-top: 30px;
	padding: 15px;
	border-radius: 10px;
	background: #f3f3f3
}

.login .inside-message .tankai li input[type="text"] {
	background: #fcfcfb;
	height: 38px;
	line-height: 36px
}

.login .inside-message .tijiao {
	margin-top: 30px;
	font-size: 14px
}

.login .inside-message .tijiao a {
	color: #FFD400
}

.login .inside-message .ts1 {
	width: 60%;
	display: block;
	float: left;
	padding-left: 20px;
	position: relative
}

.login .inside-message .ts1 input[type="checkbox"] {
	width: 14px;
	height: 14px;
	top: 3px;
	left: 0;
	position: absolute
}

.login .inside-message .anniu {
	width: 116px;
	float: right
}

.login .inside-message .anniu input[type="Submit"] {
	color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 0;
	font-size: 16px;
	font-family: 'Rany';
	background: #FFD400
}

.login .inside-message .anniu input[type="Submit"]:focus {
	background: #000
}

@media (max-width:1650px) {
	.login {
		padding-top: 70px
	}
}

@media (max-width:1200px) {
	.login {
		padding-top: 40px
	}
}

.login-2 .inside-message .chengse {
	font-size: 14px;
	color: #FFD400;
	text-align: right;
	padding-bottom: 120px
}

.login-2 .inside-message .bt {
	font-family: 'Rany';
	padding-top: 40px;
	padding-bottom: 0;
	position: relative
}

.login-2 .inside-message .bt:before,
.login-2 .inside-message .bt:after {
	content: "";
	width: 90px;
	height: 1px;
	margin: 0 10px;
	vertical-align: middle;
	margin-bottom: 3px;
	display: inline-block;
	background: #e6e6e6
}

.login-2 .inside-message .bd1 {
	margin-top: 30px
}

.login-2 .inside-message .bd1 label {
	font-family: 'Rany'
}

.login-2 .inside-message .ts1 {
	padding-left: 0
}

.login-2 .inside-message .tijiao a {
	display: block
}

@media (max-width:640px) {
	.login-2 .inside-message .chengse {
		padding-bottom: 40px
	}
}

.bdtk {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999899999;
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.8)
}

.bdtk .nr {
	top: 50%;
	max-width: 980px;
	width: 100%;
	left: 50%;
	padding: 50px 70px 60px 70px;
	background: #fff;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:640px) {
	.bdtk .nr {
		padding: 20px
	}
}

.bdtk .inside-message {
	position: relative;
	padding: 0
}

.bdtk .inside-message .bd1 {
	width: 100%
}

.bdtk .inside-message .bt {
	color: #08060b;
	text-align: center
}

.bdtk .inside-message li {
	margin-top: 10px
}

.bdtk .inside-message .textarea {
	margin-bottom: 20px
}

.bdtk .inside-message .textarea textarea {
	height: 100px
}

.bdtk .inside-message .f16 {
	color: #8c8c8c;
	font-size: 16px
}

.bdtk .inside-message .upload label {
	border: 0;
	width: 100px;
	color: #201f23;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	border-radius: 0;
	background: #d5d5d5
}

.bdtk .inside-message .upload label:hover {
	color: #fff;
	background: #FFD400
}

.bdtk .inside-message .btn {
	right: -15px;
	bottom: 0;
	width: auto;
	position: absolute
}

@media (max-width:640px) {
	.bdtk .inside-message .btn {
		top: auto;
		right: auto;
		position: relative
	}
}

.bdtk .gb {
	right: 0;
	top: 0;
	position: absolute
}

.bdtk .gb img {
	max-height: 30px
}

.transparent {
	display: none;
	position: fixed;
	z-index: 998;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7)
}

.navM .navMCon {
	background-color: #000;
	width: 60%;
	min-width: 140px;
	max-width: 440px;
	height: 100%;
	border-left: 1px rgba(0, 0, 0, 0.1) solid;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 2;
	position: fixed;
	z-index: 999;
	top: 60px;
	bottom: 0;
	left: auto;
	right: -100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.navM .navMWrap {
	overflow-y: auto;
	padding: 30px 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.navM.open .transparent {
	display: block
}

.navM.open .closeBtn {
	display: block
}

.navM.open .navMCon {
	right: 0
}

.navM .closeBtn {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	z-index: 999;
	left: -60px;
	top: 40px
}

.navM .closeBtn:before,
.navM .closeBtn:after {
	content: "";
	display: block;
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navM .closeBtn:before {
	width: 30px;
	height: 1px
}

.navM .closeBtn:after {
	width: 1px;
	height: 30px
}

.navM .titleBig {
	text-align: center;
	padding: 10px 0;
	display: none
}

.navM .navMWrap>.list .title {
	margin-bottom: 10px;
	padding: 5px;
	position: relative
}

.navM .navMWrap>.list .title .icon {
	width: 40px;
	height: 40px;
	margin: auto;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.navM .navMWrap>.list .title .icon:before,
.navM .navMWrap>.list .title .icon:after {
	content: "";
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.navM .navMWrap>.list .title .icon:before {
	width: 10px;
	height: 10px;
	opacity: .5;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.navM .navMWrap>.list .has .title .icon {
	display: block
}

.navM .navMWrap>.list .active .title .icon:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.navM .child {
	padding: 0 5px 20px 5px;
	display: none;
	position: relative
}

.navM a {
	color: #fff;
	opacity: .8
}

.navM .child a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 28px;
	padding: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.navM .child a:hover {
	color: #fff;
	margin-left: 10px
}

.navM .mSearch {
	padding: 10px 0;
	text-align: left;
	overflow: hidden;
	height: 56px;
	border-bottom: #f3f3f3 1px solid;
	position: relative
}

.navM .other {
	padding: 10px
}

.transparency {
	display: block;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s
}

.header-search .search {
	margin-top: 0 !important
}

.header-search .search .btn-search-max {
	z-index: 2;
	-webkit-transition: All .2s ease-in-out;
	transition: All .2s ease-in-out;
	position: relative
}

.header-search .search .btn-search-max * {
	display: inline-block;
	vertical-align: middle
}

.header-search .search .search-main {
	display: none;
	z-index: 9;
	top: 0;
	right: 0;
	z-index: 999999;
	width: 100%;
	margin-top: 0 !important;
	height: 46px;
	position: absolute
}

@media (max-width:1200px) {
	.header-search .search .search-main {
		height: 60px
	}
}

.header-search .search-container {
	background-color: #151515;
	padding-left: 0;
	overflow: hidden;
	position: relative
}

.header-search .search-container .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	height: 42px;
	text-align: center;
	vertical-align: top;
	padding: 10px 86px 10px 10px;
	-webkit-appearance: none;
	background-color: #151515
}

@media (max-width:1200px) {
	.header-search .search-container .form-control {
		height: 60px
	}
}

.header-search .search-container .btn {}

@media (max-width:1200px) {
	.header-search .search-container .btn {
		top: 22px;
		right: 30px
	}
}

.header-search #search-closed {
	right: 0;
	top: 15px;
	max-width: 30px;
	position: absolute;
	cursor: pointer
}

.inside-map {
	padding: 80px 0
}

.inside-map li {
	padding: 30px 0;
	font-size: 16px;
	border-bottom: solid 1px #eee
}

.inside-map li h3 {
	padding-bottom: 10px
}

.inside-map li a {
	display: inline-block;
	padding-right: 20px
}

.inside-map li:first-child {
	padding-top: 0
}

.inside-map li:last-child {
	border-bottom: 0
}

@media (max-width:1025px) {
	.inside-map {
		padding: 30px 0
	}
	.inside-map li {
		font-size: 14px
	}
}

.tcdl {
	position: absolute;
	top: 30px;
	width: 25px;
	background: #000;
	right: -3px;
	display: none;
}

@media(max-width:1500px) {
	.index-search {
		padding: 20px 0 20px 0;
	}
	.index-search input {
		height: 50px;
	}
	.index-search a {
		line-height: 50px;
	}
	.inside-warranty li {
		padding: 0 80px;
	}
}

.find-message .guojia {
	width: 15%;
	float: left;
	display: block;
	position: relative;
	background: #e4e4e4;
}

.find-message .tianxie {
	width: 85%;
	float: left;
}

.find-message .tianxie input[type="text"] {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 30px;
}

.inside-message .chengse p.tishi2 {
	color: #666;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

.tishiyu {
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
	background-color: #1e469d;
	display: none;
}

@media (max-width: 1200px) {
	.header-index {
		position: fixed;
	}
	.videoPopup .videoBox .nr video {
		width: 100%;
	}
}

.inside-dealer .table1 {
	margin-top: 60px;
	margin-bottom: 0;
}

.inside-dealer .table2 {
	margin-top: 0;
	margin-bottom: 60px;
	border-top: none;
}

.inside-dealer .table1 tr td {
	background: #f0f0f0;
}

video::-webkit-media-controls-start-playback-button {
	display: none;
}

#kefu {
	/* background: #FFD400; */
	/* top: 50%;
    max-width: 50px;
    padding: 10px;
    border-radius: 10px; */
	position: fixed;
	right: 23px;
	/* background: #FFD400; */
	z-index: 99999999;
	bottom: 75px;
}

#kefu a {
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #FFD400;
	cursor: pointer;
	margin-bottom: 10px
}

#kefu a img {
	max-width: 28px;
	display: inline-block;
	vertical-align: top;
}

#TTalk div[data-v-1d7d9504] {
	-webkit-tap-highlight-color: none!important;
	--color: none!important;
	--colorRgba: none!important;
}

.tickets-message {
	max-width: 670px;
	margin: 0 auto;
}

#phone,
#tianxie1 {
	padding-left: 75px;
}

.videoLayer {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.videoPopup {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
}

.videoBox {
	color: #fff;
	position: fixed;
	width: 60%;
	height: 66%;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}

.videoBox .close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -30px;
	top: -20px;
}

.videoBox .close img {
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
	background: #fff;
	border-radius: 100%;
}

.videoBox.fadeIn {
	top: 0;
	opacity: 1;
	z-index: 9999;
}

.videoBox .nr {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.videoBox {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.videoBox .close {
		width: 25px;
		height: 25px;
		right: 0;
		top: -25px;
	}
}

@media screen and (max-width: 767px) {
	.videoBox {
		height: 50%;
	}
}

.inside-video {
	padding: 30px 0;
}

.inside-video ul li {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
}

.inside-video ul li .item {
	position: relative;
}

.inside-video ul li .pic {
	position: relative;
}

.inside-video ul li .pic:after {
	content: "";
	display: block;
	padding-bottom: 56.5%;
}

.inside-video ul li .pic img {
	width: 100%;
}

.inside-video ul li .vbtn {
	top: 40%;
	left: 50%;
	z-index: 1;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.inside-video ul li .vbtn .icon {
	width: 50px;
	height: 50px;
	fill: #fff;
}

.inside-video ul li .tit {
	color: #fff;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	margin: 10px;
	color: #000;
	font-size: 24px;
}

.inside-video ul li .txt {
	color: #fff;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	margin: 10px;
	font-size: 16px;
	color: #333;
}

.hotimageLayer {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.hotimage {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
}

.hotimageBox {
	color: #fff;
	position: fixed;
	width: 30%;
	z-index: -1;
	top: 20%;
	margin: 0 auto;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s;
}

@media (max-width:1200px) {
	.hotimageBox {
		width: 80%;
	}
}

.hotimageBox .close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 9;
}

.hotimageBox .close img {
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
	background: #fff;
	border-radius: 100%;
}

.hotimageBox.fadeIn {
	opacity: 1;
	z-index: 9999;
}

.hotimageBox .nr {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hotimageBox .bigimg a {
	position: relative;
	overflow: hidden;
	display: block;
}

.hotimageBox .bigimg a:after {
	content: "";
	padding-bottom: 106.7%;
	display: block;
}

.inside-proshow-5 {
	padding-top: 50px;
	padding-bottom: 20px;
}

.inside-proshow-5 ul li {
	width: 48%;
	margin-right: 1%;
	float: left;
	margin-bottom: 20px;
}

.inside-proshow-5 ul li .pic {
	width: 10%;
	float: left;
}

.inside-proshow-5 ul li .pic img {
	max-width: 60px;
}

.inside-proshow-5 ul li .t1 {
	font-size: 18px;
	font-weight: bold;
	width: 90%;
	float: left;
	padding-left: 2%;
	min-height: 142px;
}

.inside-proshow-5 ul li .t1 p {
	padding-left: 30px;
	line-height: 30px;
	background-image: url(/template/index/pc/images/gou.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position-y: 5px;
	font-weight: normal;
	font-size: 14px;
}

.inside-proshow-case {
	background-color: #444444;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
}

.inside-proshow-case .container {
	max-width: 1800px;
}

.inside-proshow-case ul li {
	position: relative;
	width: 33.3333%;
	float: left;
	padding: 5px;
}

.inside-proshow-case ul li .item1 {
	background-color: #fff;
	border-radius: 20px;
}

.inside-proshow-case ul li .item1 .pic img {
	border-radius: 20px 20px 0 0;
}

.inside-proshow-case ul li .item1 .textbox {
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	color: #000;
}

.inside-proshow-case ul li .item1 .textbox .txt {
	font-size: 14px;
	text-align: left;
	/* font-weight:bold; */
	line-height: 1.5;
}

@media screen and (max-width: 1801px) {
	.inside-proshow-case .container {
		max-width: 1600px;
	}
}

@media screen and (max-width: 1601px) {
	.inside-proshow-case .container {
		max-width: 1400px;
	}
}

@media screen and (max-width: 1401px) {
	.inside-proshow-case .container {
		max-width: 1350px;
	}
}

@media screen and (max-width: 1366px) {
	.inside-proshow-case .container {
		max-width: 1260px;
	}
	.inside-proshow-case ul li .item1 .textbox {
		min-height: 220px;
	}
}

@media screen and (max-width: 1023px) {
	.inside-proshow-5 ul li {
		width: 100%;
		margin-right: 0;
	}
	.inside-proshow-5 ul li .pic img {
		max-width: 60px;
	}
	.inside-proshow-5 ul li .t1 {
		padding-left: 10%;
	}
}

.inside-guides li {
	padding: 10px 0;
	overflow: hidden;
	border-top: solid 1px #dbdcde;
}

.inside-guides li:first-child {
	border-top: 0;
}

.inside-guides li .picbox {
	width: 15%;
	float: left;
	position: relative;
}

.inside-guides li .picbox .pic {
	overflow: hidden;
	position: relative;
}

.inside-guides li .picbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.inside-guides li .textbox {
	width: 85%;
	float: left;
	padding-left: 30px;
}

.inside-guides li .textbox .item .tit {
	font-size: 32px;
	line-height: 36px;
	height: 40px;
	color: #22282d;
	overflow: hidden;
	padding-right: 20px;
}

.inside-guides li .textbox .item .txt {
	line-height: 24px;
	height: 48px;
	color: #666;
	overflow: hidden;
	margin: 15px 0 40px 0;
	font-size: 16px;
}

.inside-guides li .textbox .item .more {
	width: 40px;
	height: 40px;
	display: block;
	line-height: 38px;
	text-align: center;
	border-radius: 100%;
	background: #FFD400;
}

.inside-guides li .textbox .item .more .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
	vertical-align: middle;
	display: inline-block;
}

.inside-guides-show .left {
	width: 25%;
	float: left;
	padding-right: 2%;
	overflow: hidden;
}

.inside-guides-show .right {
	width: 75%;
	float: right;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
}

.inside-guides-show .right p {
	line-height: 1.8;
}

.inside-guides-show .left .title {
	font-weight: bold;
	font-size: 26px;
	height: 46px;
	line-height: 36px;
	overflow: hidden;
	padding: 5px 10px;
	color: #000;
}

.inside-guides-show .left ul {
	margin-top: 20px;
}

.inside-guides-show .left li {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.inside-guides-show .left li a {
	padding: 0 10px;
	font-size: 22px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: #333;
	display: block;
	font-weight: bold;
}

.inside-guides-show .left li a span {
	position: absolute;
	left: 5px;
}

.inside-guides-show .left li .guides2 a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.inside-guides-show .left li .guides2 a.active,
.inside-guides-show .left li .guides2 a:hover {
	color: #FFD400;
}


/*.inside-guides-show .left li.active a,.inside-guides-show .left li:hover a{
	background-color:rgba(46,54,83,0.05);
	color:rgba(255,148,0);
}*/

.inside-guides-show .item .textbox {
	width: 100%;
}

.inside-guides-show .right .guidescontent {
	position: relative;
	margin-bottom: 20px;
}

.inside-guides-show .right .guidescontent .guidesmaodian {
	position: absolute;
	top: -60px;
}

@media (max-width:1200px) {
	.inside-guides-show .left {
		width: 100%;
	}
	.inside-guides-show .right {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.inside-video ul li {
		width: 100%;
	}
}

.Learnmore .more {
	height: 50px;
	padding: 0 35px;
	line-height: 48px;
	border: solid 1px #fff;
	display: inline-block;
	border-radius: 60px;
	color: #fff;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background-color: rgba(255, 212, 0, 0.25);
}

.Learnmore .more:hover {
	color: #000;
	background-color: #FFD400;
}

.shengming {
	background: #fff;
	padding: 10px;
	position: fixed;
	bottom: 10px;
	right: 5px;
	width: 420px;
	z-index: 999999;
	display: none;
}

.shengming .close {
	width: 20px;
	height: 20px;
	float: right;
}

.shengming .nr {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
}

.inside-guides-show .left.asideFixed {
	left: 50%;
	top: 55px;
	position: fixed;
	width: 325px;
	margin-left: -650px;
}

.inside-guides-show .left.asideBottom {
	left: 50%;
	top: auto;
	bottom: 100px;
	position: absolute;
	width: 325px;
	margin-left: -650px;
}

@media (max-width: 1400px) {
	.inside-guides-show .left.asideFixed {
		width: 280px;
		margin-left: -605px;
	}
	.inside-guides-show .left.asideBottom {
		width: 280px;
		margin-left: -605px;
	}
}

@media (max-width: 1280px) {
	.inside-guides-show .left.asideFixed {
		width: 300px;
	}
	.inside-guides-show .left.asideBottom {
		width: 300px;
	}
}

@media (max-width: 1200px) {
	.inside-guides-show .left.asideFixed {
		position: relative;
		width: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.inside-guides-show .left.asideBottom {
		position: relative;
		width: 100%;
		margin: 0;
		left: 0;
		bottom: 0;
	}
}

.questionnaire .biaoqinglist li {
	width: 12%;
	float: left;
	text-align: center;
	cursor: pointer;
	max-width: 120px;
}

.questionnaire .biaoqinglist li .pic img {
	max-width: 40px;
	margin: 0 auto;
}

.questionnaire .biaoqinglist li .pic .b1 {
	display: block;
}

.questionnaire .biaoqinglist li .pic .b2 {
	display: none;
}

.questionnaire .biaoqinglist li:hover .pic .b1,
.questionnaire .biaoqinglist li.active .pic .b1 {
	display: none;
}

.questionnaire .biaoqinglist li:hover .pic .b2,
.questionnaire .biaoqinglist li.active .pic .b2 {
	display: block;
}

.questionnaire .biaoqinglist li .text {
	color: #000;
	margin-top: 15px;
}

.questionnaire .biaoqinglist li:hover .text,
.questionnaire .biaoqinglist li.active .text {
	color: #FFD400;
}

.upload-img .upload-imglist {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #FFD400;
	padding: 20px;
}

.upload-img .upload-imglist img {
	width: 100%;
	max-height: 100%;
}

.upload-img .upload-imglist .shanchu {
	width: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
}

.header .top .container>a.color2 {
	color: #FFD400;
	background-color: rgba(255, 255, 255);
}

.inside-app .weixin {
	max-width: 400px;
}

.inside-app .weixin .w1 {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.inside-app .weixin .w2 {
	width: 50%;
	float: right;
	padding-left: 10px;
}

.inside-app .weixin p img {
	max-width: 170px;
}

.inside-app .weixin .down {
	padding: 5px 15px;
	background-color: #FFD400;
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 5px;
}

.inside-app .weixin .down:hover {
	opacity: .8;
}

.cookie {
	background: #fff;
	color: #333;
	clear: both;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	max-width: 400px;
}

.cookie .container {
	width: 100%;
}

.cookie .left {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-right: 0;
}

.cookie .left img {
	float: left;
	margin-right: 20px;
}

.cookie .left h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 10px;
}

.cookie .left p {
	font-size: 13px;
	line-height: 20px;
}

.cookie .right {
	height: 150px;
	width: 33%;
	float: right;
	background: #0d61a4;
	border-left: 2px #fff solid;
	text-align: center;
	padding-top: 55px;
}

.cookie .privacy {
	color: #666;
	text-decoration: underline;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}

.cookie .a-01 {
	line-height: 38px;
	display: block;
	padding-left: .7rem;
	padding-right: .8rem;
	color: #3;
	border: 2px solid rgb(51, 51, 51);
	border-radius: 20px;
	background: transparent;
	transition: all .5s;
	margin-right: 10px;
	text-align: center;
}

.cookie .a-03 {
	margin-bottom: 10px;
	margin-top: 15px;
	background: #333;
	color: #fff;
}

.cookie .a-01:hover {
	background: #333;
	color: #fff;
}

.cookie .a-02 {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	margin-left: 10px;
}

@media (max-width: 1023px) {
	.cookie {
		display: flex;
	}
	.cookie .left {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}
	.cookie .left img {
		width: 30px;
	}
	.cookie .left h4 {
		font-size: 16px;
	}
	.cookie .left p {
		font-size: 12px;
	}
	.cookie .right {
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}
	.cookie {
		bottom: 45px;
	}
	.cookie .left {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.hidden {
	display: none
}

.header-search .search-container .search-controller {
	display: flex;
	position: relative;
}

.header-search .search-container .form-control {
	border: 0;
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	height: 42px;
	text-align: center;
	vertical-align: top;
	padding: 10px 86px 10px 10px;
	-webkit-appearance: none;
	background-color: rgba(255, 255, 255, .5);
	flex: 1;
}

.header-search .search-container .btn {
	width: 42px;
	height: 42px;
	float: right;
	right: 0;
	top: 0;
	border: 0;
	position: relative;
	background: #FFD400 url(../images/search.png) no-repeat center;
	background-size: 16px 16px;
}

.index-case {
	overflow: hidden;
}

.index-case ul {
	margin: 0 -10px;
}

.index-case li {
	width: 20%;
	float: left;
	padding: 0 10px;
	margin-top: 20px;
}

.index-case li .txtbox {
	padding: 20px;
	background: #4D4D4D;
}

.index-case li .tit {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.index-case li .txt {
	/*font-size: 18px;*/
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	height: 168px;
	overflow: hidden;
	margin-top: 10px;
}

.index-case .pic {
	overflow: hidden;
	position: relative;
}

.index-case .pic:after {
	content: "";
	display: block;
	padding-bottom: 71.4%;
}

.index-case .f18 {
	height: 50px;
	font-family: 'Rany';
	color: #fff;
	padding: 0 25px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	border: solid 1px #fff;
	border-radius: 30px;
	margin-top: 10px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background-color: rgba(255, 212, 0, 0.25);
}

@media(max-width:1280px) {
	.index-case li .tit {
		font-size: 18px;
		line-height: 24px;
		height: 48px;
	}
	.index-case li .txt {
		font-size: 14px;
		line-height: 20px;
		height: 140px;
	}
}

@media(max-width:768px) {
	.index-case ul {
		margin: 0;
	}
	.index-case li {
		width: 100%;
		float: left;
	}
	.index-case li .tit {
		height: auto;
	}
	.index-case li .txt {
		height: auto;
	}
}

.classifyPro {
	padding-bottom: 50px;
}

.classifyPro li {
	position: relative;
}

.classifyPro .title {
	transition: .3s;
	height: 60px;
	position: relative;
	line-height: 59px;
}

.classifyPro .title a {
	font-weight: 700;
	font-size: 20px;
	display: block;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	color: #000;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 40px;
	height: 59px;
}

.classifyPro .title a:before {
	top: 22px;
	content: "";
	right: 30px;
	width: 12px;
	height: 12px;
	position: absolute;
	transform: rotate(45deg);
	border-right: solid 2px #676767;
	border-bottom: solid 2px #676767;
	transition: all 500ms ease;
}

.classifyPro .has>.title a {
	display: block;
}

.classifyPro .down>.title a,
.classifyPro li:hover>.title a {
	font-size: 18px;
	font-weight: 700;
	color: #333!important;
}

.classifyPro .down>.title a:before,
.classifyPro li:hover>.title a:before {
	transform: rotate(-135deg);
}

.classifyPro .list .list {
	display: none;
}

.classifyPro .list .list li:first-child {
	 
}

.classifyPro .list .list .title {
	padding-right: 30px;
	padding-left: 40px;
	background: #fff;
	border-top: 0;
	line-height: 30px;
	height: auto;
	position: relative;
}

.classifyPro .list .list .title a {
	height: auto;
	color: #333;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	line-height: 2;
	padding-left: 20px;
}

.classifyPro .list .list .title a:before {
	display: none!important;
}

.classifyPro .list .list .title a:hover {
	color: #002053!important;
}

.classifyPro .list .list .title i {
	top: 3px;
	border: 1px solid #999;
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0px;
	display: inline-block;
}

.classifyPro .list .list .title i:before {
	top: 0px;
	left: 0;
	content: "";
	opacity: 0;
	width: 18px;
	height: 18px;
	position: absolute;
	transform: scale(0.5);
	transition: all 500ms ease;
	background: url(../images/jt.png) no-repeat;
	background-size: cover;
}

.classifyPro .list .list .cur .title a,
.classifyPro .list .list li:hover .title a {
	color: #FFD400;
}

.classifyPro .list .list .cur .title i,
.classifyPro .list .list .title .sel i,
.classifyPro .list .list li:hover .title i {
	border-color: #FFD400;
}

.classifyPro .list .list .cur .title i:before,
.classifyPro .list .list li:hover .title i:before {
	opacity: 1;
	transform: scale(1);
}

.classifyPro .list .list li:last-child .title {
	border: none;
}

.inside-xzlist {
	padding: 80px 0;
	background: #f7f7f7;
}

.inside-xzlist .container {
	background: #fff;
	padding-bottom: 50px;
}

.inside-xzlist .leftbox {
	width: 25%;
	float: left;
	background: #fff;
}

.inside-xzlist .rightbox {
	width: 73%;
	float: right;
	padding-left: 40px;
	padding-bottom: 80px;
	border-left: solid 2px #eee;
}

.inside-xzlist .topsearch {
	padding: 40px;
	display: flex;
	justify-content: space-between;
}

.inside-xzlist .search {
	border-radius: 30px;
	background: #eeeeee;
	margin: 0 auto;
	position: relative;
	width: 50%;
}

.inside-xzlist .search input {
	padding: 0 30px;
	border-radius: 30px;
	width: 100%;
	border: 0;
	font-size: 16px;
	line-height: 50px;
	padding-right: 30px;
	background: transparent;
}

.inside-xzlist .search .sbtn {
	right: 15px;
	top: 15px;
	position: absolute;
}

.inside-xzlist .tag {
	font-size: 18px;
}

.inside-xzlist .tag span {
	padding: 0 25px;
	background: #eeeeee;
	margin-right: 5px;
	margin-top: 15px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
}

.inside-xzlist .tag .filter-remove-tag {
	border: 0;
	cursor: pointer;
	margin-left: 20px;
	height: 31px;
	background: transparent;
}

.inside-xzlist .iselect {
	padding-right: 30px;
	/*width: 28%;*/
}

.inside-xzlist .order {
	font-weight: bold;
	font-size: 18px;
	padding-right: 20px;
}

.inside-xzlist .iselect select {
	/* width: 100%; */
	color: #666;
	font-size: 16px;
	padding-left: 15px;
	height: 40px;
	line-height: 38px;
	background-color: #fff;
	border: solid 1px #cccccc;
}

.inside-xzlist .item {
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inside-xzlist .item .data_nums {
	font-size: 20px;
	font-style: normal;
}

.inside-xzlist .dowlist {
	padding-top: 40px;
	padding-right: 30px;
}

.inside-xzlist .dowlist li {
	overflow: hidden;
	margin-top: 15px;
	line-height: 50px;
	height: 50px;
	font-size: 18px;
}

.inside-xzlist .dowlist li span {
	color: #999;
	font-size: 14px;
	float: right;
}

.inside-xzlist .dowlist li span img {
	margin-top: 13px;
}

.inside-xzlist .dowlist li img {
	max-height: 30px;
	margin-top: 10px;
	margin-right: 5px;
}

.inside-xzlist .dowlist li a {
	color: #444;
}

.inside-xzlist .dowlist li:hover a {
	color: #000;
}

@media (max-width: 1024px) {
	.inside-xzlist {
		padding: 0;
	}
	.inside-xzlist .leftbox {
		width: 100%;
	}
	.inside-xzlist .rightbox {
		width: 100%;
		padding-left: 0;
		border-left: 0;
		padding-bottom: 0;
	}
	.inside-xzlist .tag {
		/* display: none; */
	}
}

@media (max-width: 580px) {
	.inside-xzlist .topsearch {
		padding-left: 0;
		padding-right: 0;
	}
	.inside-xzlist .search {
		width: 100%;
	}
	.inside-xzlist .iselect {
		padding-right: 0;
		width: 160px;
	}
	.inside-xzlist .order {
		font-size: 16px;
		padding-right: 0;
	}
	.inside-xzlist .iselect select {
		font-size: 12px;
		padding-left: 2px;
		height: 28px;
		line-height: 26px;
	}
	.inside-xzlist .tag {
		font-size: 14px;
	}
	.inside-xzlist .tag span {
		padding: 0 10px;
	}
	.inside-xzlist .tag .filter-remove-tag {
		margin-left: 10px;
	}
	.inside-xzlist .dowlist {
		padding-right: 0;
	}
	.inside-xzlist .dowlist li {
		font-size: 14px;
		margin-top: 0;
	}
}

.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.hzhb-bg {
	color: #000;
	padding: 70px 0 50px 0;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	font-weight: bold;
}

.hzhb-bg .title {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.hzhb-bg .text {
	padding-top: 20px;
}

.hzhb {
	overflow: hidden;
	padding: 30px 0 60px 0;
}

.hzhb .bt1 {
	text-align: center;
	font-weight: 700;
	padding: 20px 0;
}

.hzhb .list ul {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -20px;
	padding-bottom: 60px;
}

.hzhb .list li {
	width: 33.333%;
	padding: 20px;
	text-align: center;
}

.hzhb .list li .pic {
	position: relative;
}

.hzhb .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 36%;
}

.hzhb .list li .tit {
	color: #333;
	font-size: 16px;
	padding-bottom: 20px;
}

.hzhb .list li .t1 {
	text-align: left;
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
}

.hzhb .list li .t1 img {
	top: 0px;
	left: 0;
	max-height: 20px;
	position: absolute;
}

.hzhb .list-2 {
	padding: 50px 0 70px 0;
}

.hzhb .list-2 ul {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.hzhb .list-2 li {
	width: 50%;
	padding: 10px;
	position: relative;
	padding-left: 30px;
}

.hzhb .list-2 li img {
	top: 10px;
	left: 0;
	max-height: 20px;
	position: absolute;
}

.hzhb .wenben1 {
	text-align: center;
}

.hzhb .wenben1 .t1 {
	font-size: 32px;
}

.hzhb .wenben,
.hzhb .wenben1 {
	font-size: 16px;
	padding-bottom: 30px;
}

.hzhb .wenben .t1,
.hzhb .wenben1 .t1 {
	color: #333;
	font-weight: 700;
}

.hzhb .wenben .t1 {
	color: #FFD400;
}

.hzhb .wenben .t2,
.hzhb .wenben1 .t2 {
	padding-top: 10px;
}

.hzhb .wenben .t3,
.hzhb .wenben1 .t3 {
	margin-top: 30px;
}

.hzhb .wenben .t3 a,
.hzhb .wenben1 .t3 a {
	color: #fff;
	min-width: 120px;
	height: 30px;
	line-height: 26px;
	border-radius: 30px;
	text-align: center;
	text-align: center;
	background-color: #FFD400;
	display: inline-block;
	border: 1px solid #FFD400;
}

.hzhb .wenben .t3 a {
	color: #333;
	background: #fff;
}

.inside-loyalty .bt2 {
	font-size: 20px;
	text-align: center;
}

.inside-loyalty li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	margin-top: 0;
	padding: 20px 0;
}

.inside-loyalty li .pic {
	width: 50%;
	border-radius: 0;
}

.inside-loyalty li .pic img {
	border-radius: 0;
}

.inside-loyalty li .txtbox {
	width: 50%;
	top: auto;
	color: #666;
	left: auto;
	padding-left: 50px;
	line-height: 24px;
	padding-right: 0;
	position: relative;
	transform: translate(0)!important;
	-webkit-transform: translate(0)!important;
}

.inside-loyalty li:nth-child(2n) {
	flex-direction: row-reverse;
}

.inside-loyalty li:nth-child(2n) .txtbox {
	padding-left: 0;
	padding-right: 50px;
}

@media only screen and (max-width:1023px) {
	.inside-loyalty li {
		display: block;
	}
	.inside-loyalty li .pic {
		width: 100%;
	}
	.inside-loyalty li .txtbox {
		width: 100%;
		font-size: 14px;
		padding: 30px 0!important;
	}
	.inside-loyalty li .txt {
		padding-top: 15px;
	}
	.hzhb .list li {
		width: 50%;
		text-align: center;
	}
}

@media only screen and (max-width:500px) {
	.hzhb .list-2 li {
		width: 100%;
	}
	.hzhb .list li {
		width: 100%;
	}
}

.hzhb .list li .pic img {
	border-radius: 20px;
}

.hzhb .wenben-2 {
	padding: 60px;
	margin-top: 60px;
	text-align: center;
	border-top: solid 1px #ddd;
}

.hzhb .wenben-2 .t2 {
	color: #333;
	line-height: 30px;
	position: relative;
	font-weight: 700;
	font-size: 32px;
	padding-bottom: 20px;
}

.hzhb .wenben-2 .t2:after {
	position: absolute;
	left: 50%;
	width: 60px;
	height: 1px;
	content: "";
	bottom: 0;
	background-color: #FFD400;
	transform: translateX(-50%);
}

.hzhb .wenben-2 .t3 {
	color: #333;
	font-size: 16px;
	padding: 20px 150px;
}

.hzhb .wenben-2 .t4 a {
	color: #333;
	min-width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #FFD400;
}

@media(max-width:1024px) {
	.hzhb .wenben-2 {
		padding-left: 0;
		padding-right: 0;
	}
	.hzhb .wenben-2 .t3 {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}
}

.hzhb .info {
	padding: 0 60px;
	text-align: center;
}

.financial_partner {
	padding: 60px 0;
}

.financial_partner .t1 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

.financial_partner .t2 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	padding-top: 50px;
	text-transform: uppercase
}

.financial_partner .list {
	padding-top: 20px;
}

.financial_partner .list li {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-top: solid 1px #ddd;
}

.financial_partner .list li:first-child {
	border-top: 0;
}

.financial_partner .list li .pic {
	overflow: hidden;
	border: solid 1px #ddd;
	position: relative;
	width: 14%;
}

.financial_partner .list li .pic img {
	transition: all 700ms ease;
}

.financial_partner .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.financial_partner .list li .text {
	width: 83%;
}

.financial_partner .list li .tit {
	font-size: 24px;
	font-weight: 700;
	color: #333;
}

.financial_partner .list li .txt {
	margin: 20px 0;
	font-size: 16px;
	line-height: 26px;
}

.financial_partner .list li .link a {
	color: #FFD400;
}

.financial_partner .list li:hover .pic {
	border-color: #FFD400;
}

.financial_partner .list li:hover .pic img {
	transform: scale(0.95);
}

.education {
	padding: 60px 0;
	margin: 0 auto;
}

.education .t1 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding-top: 20px;
}

.education .t2 {
	color: #FFD400;
	font-weight: 700;
	font-size: 18px;
	padding-top: 20px;
}

.education .t2 a {
	color: #000;
}

.education .t2 a:hover {
	text-decoration: underline;
}

.education .t3 {
	color: #FFD400;
	padding-top: 10px;
	font-size: 16px;
	line-height: 26px;
}

.education ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -80px;
	padding-bottom: 20px;
}

.education li {
	width: 50%;
	padding: 0 80px;
	padding-top: 30px;
}

.education li .item {
	text-align: center;
}

.education li .pic {
	overflow: hidden;
	position: relative;
	max-width: 540px;
	width: 100%;
}

.education li .pic:after {
	content: "";
	display: block;
	padding-bottom: 62%;
}

.education .button-2 {
	text-align: center;
}

.education .button-2 a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	text-align: center;
	background: #FFD400;
	line-height: 40px;
	padding: 0 10px;
	min-width: 140px;
	transition: all 500ms ease;
}

.education .button-2 a:hover {
	background: #FFD400;
}

.education li .button a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	background: #FFD400;
	line-height: 40px;
	padding: 0 10px;
	min-width: 140px;
	transition: all 500ms ease;
}

.education li .button a:hover {
	background: #FFD400;
}

.education .tu-2 {
	margin-top: 30px;
	position: relative;
}

.education .button2 {
	position: absolute;
	top: 50%;
	left: 41%;
	margin-top: -16px;
}

.education .button2 a {
	color: #fff;
	padding: 0 10px;
	min-width: 100px;
	transition: all 500ms ease;
	font-size: 14px;
	border-radius: 5px;
	position: absolute;
	background: #FFD400;
	line-height: 33px;
}

.education .button2 a:hover {
	background: #FFD400;
}

@media(max-width:1024px) {
	.education {
		max-width: 640px;
	}
	.education ul {
		margin-left: 0;
		margin-right: 0;
	}
	.education li {
		width: 100%;
		padding: 0 10px;
		padding-top: 20px;
	}
}

@media(max-width:640px) {
	.financial_partner .list li {
		display: block;
	}
	.financial_partner .list li .pic {
		width: 100%;
	}
	.financial_partner .list li .pic:after {
		padding-bottom: 30%;
	}
	.financial_partner .list li .text {
		width: 100%;
		padding-top: 30px;
	}
}

.header .top img {
	max-height: 18px;
	margin-top: 6px;
	vertical-align: top;
}

.header .top .share a:nth-child(2) svg {
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-top: 6px;
}

.xz-button {
	margin-top: 30px;
}

.xz-button .btn-1,
.xz-button .btn-2 {
	min-width: 180px;
	border-radius: 30px;
	border: 2px solid #FFD400;
	margin: 0 12px;
	line-height: 46px;
	transition: all .36s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFD400;
	font-size: 16px;
}

.xz-button .btn-1:hover,
.xz-button .btn-2:hover {
	color: #fff;
	background: #FFD400;
}

.xzpro-1 {
	padding: 80px 0;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.xzpro-1 .bt1 {
	color: #fff;
	font-weight: 700;
}

.xzpro-1 .list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
	padding-top: 50px;
	justify-content: center;
}

.xzpro-1 .list li {
	width: 20%;
	padding: 0 30px;
	text-align: center;
}

.xzpro-1 .list li .t-1 {
	font-weight: 700;
	margin-top: 20px;
	font-size: 18px;
}

.xzpro-1 .list li .t-2 {
	margin-top: 15px;
}

.xzpro-2 {
	display: flex;
	align-items: center;
	padding: 100px 0;
	color: #fff;
	min-height: 660px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.xzpro-2 .left {
	width: 40%;
}

.xzpro-2 .bt1 {
	color: #fff;
	text-align: left;
	font-weight: 700;
}

.xzpro-2 .t-1 {
	color: #FFD400;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	padding-top: 15px;
}

.xzpro-2 .t-2 {
	padding-top: 15px;
	color: rgba(255, 255, 255, 0.7);
}

.xzpro-3 {
	padding: 80px 0 100px 0;
	background: #000;
}

.xzpro-3 .bt1 {
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.xzpro-3 .list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.xzpro-3 .list li {
	width: 33.333%;
	padding: 0 20px;
	margin-top: 40px;
}

.xzpro-3 .list li .item {
	padding: 40px;
	text-align: center;
	border-radius: 20px;
	border: solid 1px rgba(255, 255, 255, 0.5);
}

.xzpro-3 .list li .pic {
	display: block;
	height: 160px;
	margin: auto;
	text-align: center;
}

.xzpro-3 .list li .t-1 {
	color: #fff;
	margin-top: 20px;
	font-size: 18px
}

.xzpro-3 .list li .t-2 a {
	display: inline-block;
	border: solid 1px #fff;
	height: 40px;
	color: #fff;
	line-height: 38px;
	border-radius: 30px;
	padding: 0 20px;
	margin-top: 30px;
}

.xzpro-3 .list li .t-2 a:hover {
	border-color: #FFD400;
	color: #FFD400;
}

.xzpro-3 .list li .pic img {
	max-height: 100%;
}

.xz-search {
	float: left;
	width: 25%;
	position: relative;
}

.xz-search input {
	width: 100%;
	padding: 0 15px;
	height: 36px;
	color: #fff;
	line-height: 34px;
	border-radius: 5px;
	background: transparent;
	border: solid 1px rgba(255, 255, 255, 0.1);
}

.xz-search #tijiaodingyue {
	right: 0;
	top: 5px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	position: absolute;
	background-color: #FFD400;
	border-radius: 5px;
}

.xz-search .icon {
	width: 24px;
	height: 24px;
	fill: #fff;
	margin-bottom: 3px;
	vertical-align: middle;
	display: inline-block;
}

.inside-xzlist .rightbox .classifyPro .has>.title a {
	padding-left: 0;
	padding-right: 0;
}

.inside-xzlist .rightbox .classifyPro #sxzd_leixing,
.inside-xzlist .rightbox .classifyPro #sxzd_Languagage {
	width: 50%;
	float: left;
}

.inside-xzlist .rightbox .classifyPro {
	padding-bottom: 0;
	padding-top: 20px;
}

.inside-xzlist .rightbox .classifyPro .title a {
	font-weight: 400;
}

.inside-xzlist .rightbox .classifyPro .list .list .title {
	padding-left: 0;
}

.inside-xzlist .rightbox .classifyPro .list .list .title a {
	padding-left: 0;
}

.inside-xzlist .rightbox .classifyPro .title a::before {
	right: 40px;
}

.xz-case {
	padding-bottom: 70px;
}

.xz-case ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding-bottom: 40px;
}

.xz-case ul li {
	padding: 0 20px;
	padding-top: 40px;
	width: 33.3333%;
}

.xz-case ul li .pic {
	position: relative;
}

.xz-case ul li .pic img {
	width: 100%;
}

.xz-case ul li .pic:before {
	content: "";
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 500ms ease-in-out;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
}

.xz-case ul li .pic:after {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.xz-case .bt {
	font-size: 24px;
	padding-top: 50px;
	color: #333;
}

.xz-case ul li .textbox {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.xz-case ul li .t-1 {
	color: #333;
	font-size: 18px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	position: relative;
}

.xz-case ul li .t-1 span {
	right: 20px;
	color: #FFD400;
	font-size: 12px;
	position: absolute;
}

.xz-case ul li .t-1,
.xz-case ul li .t-2 {
	padding: 0 20px;
}

.xz-case ul li .t-1 {
	padding-right: 120px;
}

.xz-case ul li .t-2 {
	margin-top: 10px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.xz-case ul li .t-3 {
	padding: 0 20px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #ddd;
}

.xz-case ul li .t-3 span {
	float: right;
	color: #FFD400;
	font-size: 12px;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 24px;
	border: solid 1px #FFD400;
}

.xz-case ul li:hover .pic:before {
	opacity: 1;
}


.blog-post{
	background:#fff;
	padding:20px;
	display:flex;
	justify-content:space-between;
}


.blog-post__share-button {
  align-items:center;
  background:transparent;
  border-radius:3px;
  border:1px solid #e3e3e3;
  display:flex;
  height:50px;
  justify-content:center;
  padding:0;
  position:relative;
  width:50px
}

 .blog-post__share-button-container {
  position:relative
}
.blog-post__share-button-container:hover .blog-post__share-dropdown{
	display:inline-block;
}
.blog-post__share-dropdown {
  display:none;
  position:absolute;
  background-color:#fff;
  flex-direction:column;
  z-index:10;
  right:0;
  top:calc(100% +0px);
  box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
  border-top:2px solid #FFD400;
  padding:0
}
 .blog-post__share-dropdown:before {
  bottom:100%;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none;
  border:7px solid transparent;
  border-bottom-color:#FFD400;
  right:20px;
  margin-left:-7px
}
.blog-post__share-dropdown.blog-post__share-dropdown--is-visible {
  /*display:inline-block*/
}
.blog-post__share-item {
  padding:8px 10px;
  border-bottom:1px solid #ddd;
  margin:0
}
.blog-post__share-item:before {
  content:none
}
.blog-post__share-link {
  text-decoration:none;
  display:flex;
  transition:color .12s ease-in-out
}
 .blog-post__share-link:hover {
   color: #FFD400;
}
.blog-post__share-link svg {
  opacity:.4
}
 .blog-post__share-link span {
  margin-left:10px;
  text-align:left;
  flex:1;
  white-space:nowrap
}
.blog-post__navigation {
  border-top:1px solid #e3e3e3;
  display:flex;
  align-items:center;
  padding:20px 0;
  position:relative
}


.inside-warranty-3{
 
}
.inside-warranty-3 .container{
	max-width:1000px;
}

.inside-warranty-3 .table td{
	padding:10px;
	text-align:center;
}

.inside-warranty-3 .table td:first-child{
	text-align:left;
}


.inside-message li .other-input input[type="text"]{
	border-left:0;
	border-top:0;
	border-right:0;
	border-radius:0;
}

@media(max-width:1024px) {
	.inside-menu{
		display:none;
	}
	.classifyPro .title a {
		padding-left: 0;
	}
	.picText {
		padding-bottom: 50px!important;
		padding-top: 0!important;
	}
	.index-product li {
		margin-top: 0!important;
	}
	.index-product .txtbox {
		display: none!important;
	}
	
	.inside-warranty-3 .table{
		 -webkit-overflow-scrolling: touch;
		  overflow-x: auto;
	}
	
	.inside-warranty-3 .table table{
		width:1100px;
	}
	
	.xz-case,
	.inside-news-show{
		padding-top:100px;
	}
	
	.xz-case ul li{
		width:50%;
	}
	.xz-case ul{
		padding-bottom:0;
	}
	.xz-xgcase{
		padding-top:0;
	}
	
}

@media(max-width:768px) {
	.xzpro-3 .list li {
		width: 100%;
	}
}

@media(max-width:640px) {
	.xzpro-1 .list ul {
		padding-top: 0;
	}
	.xzpro-1 .list li {
		width: 50%;
		margin-top: 40px;
	}
	.xzpro-2 {
		min-height: auto;
	}
	.xzpro-2 .left {
		width: 100%;
	}
	.inside-xzlist .rightbox .classifyPro #sxzd_leixing,
	.inside-xzlist .rightbox .classifyPro #sxzd_Languagage {
		width: 100%;
		float: left;
	}
}

@media(max-width:440px) {
	.xz-button .btn-2 {
		margin-top: 20px;
	}
	.xz-case ul li{
		width:100%;
	}
}

.inside-about .neirong{
	display: flex;
	align-items: center;
	overflow: hidden;
}