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

body {
	color: #666;
	font-size: 14px;
	background: #fff;
	margin: 0 auto;
	position: relative;
    font-family: "Microsoft Yahei";
	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: 2px 5px;
	text-align: center;
	padding: 2px 5px;
	height: 24px;
	line-height: 22px;
}

.header .top .container>a.color {
	background-color: rgba(255, 148, 0);
	border-radius: 5px;
}

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

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

.header .top .share a {
	padding-left: 0;
	padding-right: 30px;
	padding-top: 7px;
}
.slick-slide img {
    padding: 0 5%;
}
.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;
   
    padding-top: 0;
}
.header .bot span img{
	 width: 72px;
}
.footer li:first-child img{
	width: 50%;
}
.header .search {
	margin-top: 20px
}

.header .personal {
	margin-top: 20px;
	margin-left: 45px;
	margin-right: 8px;
	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,
.header .nav li>em {
	color: #fff;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;

	font-style: initial;
}

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

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

.header .nav ul li:nth-child(3) .container {
	padding-left: 29%;
}

.header .nav ul li:nth-child(2) .container {
	padding-left: 20%;
}

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

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

.header .nav .subpro dd {
	margin-top: 16px;
	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;
}

@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 .bot span {
   
    width:auto;
}
.search-type-chose {
    top: 0%;
    right: 0%;
}
	.header .logo img {
		max-height: 60px
	}

	.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: 'KumbhSans-Regular';
}

.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;
	-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: #1b1e82
}

.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: 86%;
		height: 30px;
		line-height: 30px;
	}

}

.index-product li {
	text-align: center;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
.index-product li a{
	position: relative;
	display: block;
}
.index-product li a::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.2);
}
.index-product li 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-product li:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.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%);
}

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

@media (max-width:640px) {
	.index-product li {
		margin-top: 10px;
		width: 100% !important
	}

	.index-product .txtbox {
		top: auto;
		left: auto;
		padding: 50px 0;
		background: #000;
		position: relative;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		display: none;
	}
}

.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: #fff;
	
	background-color: rgba(27, 30, 130, 0.88);
}

.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: #fff;
	height: 50px;
	overflow: hidden;
	font-family: 'KumbhSans-Regular';
	line-height: 50px
}

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

.index-prolist .f18 {
	height: 50px;
	font-family: 'KumbhSans-Regular';
	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(27, 30, 130, 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: #1b1e82
}

.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: 'KumbhSans-Regular';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

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

.footer li:first-child {
	width: 28%;
}

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

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

.index-search .icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 20px;
	fill: #fff;
	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: 'KumbhSans-Regular';
	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: #1b1e82;
	-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: #1b1e82;
	border-color: #1b1e82;
	text-decoration: none
}

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

@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: #1b1e82;
	margin-left: -14px;
	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: 'KumbhSans-Regular'
}

@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: #1b1e82
}

.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: 'KumbhSans-Regular';
	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: #1b1e82
}

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

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

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

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

.inside-news-show .item .textbox {
	width: 63%;
	float: left
}

.inside-news-show .item .textbox h1 {
	color: #22282d;
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: 'KumbhSans-Regular';
	border-bottom: solid 1px #eee
}

.inside-news-show .item .textbox .date {
	color: #1b1e82;
	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: #1b1e82
}

@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: #1b1e82;
	background: #1b1e82 !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: 80px
}

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

.inside-page-1 .list-1 {
	width: 40%;
	float: left
}

.inside-page-1 .list-1 li {
	width: 45%;
	float: right;
	border: 0;
	padding: 0
}

.inside-page-1 .list-1 li a {
	height: 50px;
	line-height: 50px;
	display: block;
	color: #555;
	border-radius: 60px;
	background: #f3f3f3;
	text-align: center;
	font-weight: lighter;
	position: relative
}

.inside-page-1 .list-1 li a:before {
	content: "";
	width: 11px;
	height: 11px;
	margin-right: 30px;
	display: inline-block;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.inside-page-1 .list-1 li a:after {
	content: "";
	width: 11px;
	height: 11px;
	margin-left: 30px;
	display: inline-block;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.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 {
	color: #fff;
	background: #1b1e82
}

.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 {
		height: 50px;
		font-size: 12px;
		line-height: 50px
	}

	.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: 20%;
	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: #1b1e82
}

.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: #1b1e82
}

.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: #1b1e82
}

.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: 'KumbhSans-Regular';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #d8d7d5
}

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

.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: 'KumbhSans-Regular';
	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 #1b1e82 dashed;
	line-height: 48px;
	height: 50px;
	background: #fff;
	color: #1b1e82
}

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

.teltel {
	width: 40px;
	height: 40px;
	top: 50px;
	left: 0;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	background: #1b1e82;
}

.inside-message .btn button,
.inside-message .btn a {
	color: #fff;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 0;
	cursor: pointer;
	font-family: 'KumbhSans-Regular';
	font-size: 18px;
	border-radius: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #1b1e82
}

.inside-message .btn button: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;
	opacity: .5;
	margin-right: 10px
}

@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: #1b1e82
}

@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: 'KumbhSans-Regular';
	background: #1b1e82
}

.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: 'KumbhSans-Regular';
}

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

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

.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: #1b1e82
}

.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;
	background: #f7f7f7
}

.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: 'KumbhSans-Regular';
	margin: 10px 0
}

.inside-app .left span:before {
	content: "";
	width: 3px;
	left: 0;
	top: 4px;
	opacity: 0;
	height: 26px;
	position: absolute;
	background: #1b1e82;
	-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: #1b1e82;
	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;
	display: none;
}

.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: #1b1e82;
	border-color: #1b1e82
}

.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: 'KumbhSans-Regular'
}

.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: #1b1e82
}

.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: #1b1e82;
	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;
	padding-bottom: 30px;
}

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

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

.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;
	overflow: hidden;
}

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

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

.inside-contact .tabbox li {
	float: left;
	width:100%;
	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: #1b1e82
}

.inside-contact .tabbox .item .icon img {
	vertical-align: middle;
	filter: brightness(0)invert(1);
}
.teltel img{
		filter: brightness(0)invert(1);
}
.inside-contact .tabbox .yx .item {
	min-height: 100px
}

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

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

.inside-warranty li {
	width: 33.3333%;
	float: left;
	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: #1b1e82;
	-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: 20px;
	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: 'KumbhSans-Regular';
	padding: 30px 15px 10px 15px
}

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

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

@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: 26px;
	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: 'KumbhSans-Regular';
}

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

.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: #1b1e82;
	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: 'KumbhSans-Regular'
}

.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: #1b1e82;
	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: 'KumbhSans-Regular'
}

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

.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: #1b1e82;
	margin-left: 15px;
}

.inside-loyalty {
	padding: 70px 0
}

.inside-loyalty .bt1 {
	font-family: 'KumbhSans-Regular'
}

.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: 50%;
	top: 50%;
	color: #fff;
	line-height: 24px;
	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: 'KumbhSans-Regular'
}

@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: #1b1e82
}

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

.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 #1b1e82;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-loyalty-2 li .tit {
	height: 60px;
	line-height: 60px;
	color: #1b1e82;
	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 70px;
	text-align: center;
	border-top: dashed 1px #bdbdbd
}

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

.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: 'KumbhSans-Regular'
}

.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: 'KumbhSans-Regular'
}

.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: #1b1e82;
}

.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: 'KumbhSans-Regular';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #1b1e82
}

.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: 'KumbhSans-Regular';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #1b1e82;
	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: #1b1e82;
	border-color: #1b1e82
}

.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;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}

.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:rgb(57 62 222)
}

.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 #1b1e82
}

.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: 'KumbhSans-Regular'
}

.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: #1b1e82
}

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

.inside-proshow-1 .share .anniu:nth-child(2n) {
	background-color: rgb(57 62 222);
}

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

@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;
		width: 100% !important;
	}

	.inside-proshow-5 ul li .t1 {
		padding-left: 9% !important;
		height: auto !important
	}
}

@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: 'KumbhSans-Regular'
}

@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: #fff;
	z-index: 2;
	background: #1b1e82
}

.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 .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: 'KumbhSans-Regular'
}

/*Brochures*/
.nei {
	padding-bottom: 80px;
}

.xcy {
	width: 100%;
	margin-top: 79px;
}

.xzya {
	width: 100%;
	margin-top: 44px;
}

.xcy h2 {
	font-size: 30px;
	color: #000000;
	line-height: 26px;
}

.xcy h1 {
	font-size: 30px;
	color: #000000;
	line-height: 26px;
}

.xcy .xzya_a {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.xcy .xzya_a h6 {
	float: left;
	font-size: 16px;
	color: #000000;
	font-family: ml;
	line-height: 63px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease 0.3s;
	font-weight: bold;
}

.xcy .xzya_a p {
	float: right;
	line-height: 62px;
	font-size: 12px;
	color: #666666;
	font-family: ml;
	margin-right: 50px;
}

.xcy .xzya_a img {
	float: right;
	margin-top: 23px;
}

.xcy .xzya_a:hover h6 {
	color: #1b1e82;
	margin-left: 8px;
}

.fl {
	float: left;
}

/*Webinars*/
.spya {
	width: 100%;
	margin-top: 80px;
}

.spya h2 {
	font-size: 32px;
	color: #000000;
	line-height: 26px;
	float: left;
}

.spya select {
	-webkit-appearance: none;
	outline: none;
	float: right;
	width: 346px;
	height: 50px;
	border: 2px solid #1b1e82;
	line-height: 46px;
	border-radius: 25px;
	font-size: 16px;
	color: #1b1e82;
	font-family: ml;
	padding: 0 45px;
	cursor: pointer;
	background-image: url(../images/c3.png);
	background-repeat: no-repeat;
	background-position: right 44px center;
}

.spya_p {
	width: 100%;
	margin-top: 14px;
}

.spya_p p {
	min-width: 86px;
	float: left;
	border: 1px solid #1b1e82;
	border-radius: 15px;
	text-align: center;
	line-height: 31px;
	padding: 0 34px;
	transition: all ease 0.3s;
	margin-right: 30px;
}

.spya_p p a {
	font-size: 12px;
	color: #000000;
	transition: all ease 0.3s;
	display: block;
}

.spya_p p:hover {
	background-color: #1b1e82;
}

.spya_p p:hover a {
	color: #fff;
}

.spya_p p.on {
	background-color: #1b1e82;
}

.spya_p p.on a {
	color: #fff;
}

.spyb {
	width: 100%;
	margin-top: 21px;
}

.spyc {
	width: 32.133%;
	margin-top: 38px;
	background-color: #f8f8f8;
	border-radius: 20px;
	overflow: hidden;
	float: left;
	height: 340px;
}

.spyc:nth-child(3n+2) {
	margin: 0 1.8%;
	margin-top: 38px;
}

.spyc_video {
	width: 100%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 263px;
	transition: all ease 0.3s;
}

.spyc_video video {
	width: 100%;
	height: 335px;
	background-color: #000;
	transition: all ease 0.3s;
	object-fit: cover;
	position: relative;
}

.spyc_video_bf {
	display: none;
}

.spyc_video_bf img {
	position: absolute;
	width: 43px;
	left: 50%;
	margin-left: -21.5px;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}

.spyc_video_bf img.t2 {
	display: none;
}

.spyc_video_bf p {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	top: 250px;
	font-family: ml;
	transition: all ease 0.3s;
	opacity: 0;
}

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

.spyc_p p {
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	height: 50px;
	font-size: 16px;
	color: #000000;
	font-family: ml;
	font-weight: bold;
	letter-spacing: 1px;
}

.spybx .spyc_video {
	overflow: inherit;
}

.spybx .spyc_video {
	height: 434px;
}

.spybx .spyc_video video {
	height: 434px;
}

.spybx .spyc_p {
	height: 0;
}

.spybx .spyc_video_bf p {
	opacity: 1;
}

.spybx .spyc_video_bf img {
	margin-top: -50px;
}

.spyc_video video::-webkit-media-controls-enclosure {
	background-color: rgba(0, 0, 0, 0.0);
	transition: all ease 0.3s;
}

.spybxx .spyc_video video::-webkit-media-controls-enclosure {
	background-color: rgba(0, 0, 0, 0.5);
}

.spyc_video video::-webkit-media-controls-play-button {
	display: none;
}

.spyc_video video::-webkit-media-controls-overlay-play-button {
	display: none;
}

.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: #1b1e82
}

@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: #1b1e82;
	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: #1b1e82
}

@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: 'KumbhSans-Regular';
	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: #1b1e82
}

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

.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: 'KumbhSans-Regular';
	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;
	border-top: 1px solid #666;
}

.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 h3>em {
	font-style: initial;
}

.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: 'KumbhSans-Regular'
}

.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: 'KumbhSans-Regular'
}

.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: #1b1e82
}

.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: 'KumbhSans-Regular';
	background: #1b1e82
}

.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: #ffa224;
	text-align: right;
	padding-bottom: 120px
}

.login-2 .inside-message .bt {
	font-family: 'KumbhSans-Regular';
	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: 'KumbhSans-Regular'
}

.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: 999999;
	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: #1b1e82
}

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

.search-type-chose {
	position: absolute;
	top: 21%;
	right: 13%;
	cursor: pointer;
}

.header-search .search-container .form-control {
	text-align: left;
	border: 1px solid #333;
	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 {
	width: 26px;
	height: 26px;
	float: right;
	right: 20%;
	top: 14px;
	border: 0;
	position: absolute;
	background: url(../images/search.png) no-repeat;
	background-size: 16px 16px
}

@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 {
	position: fixed;
	right: 20px;
	background: #1b1e82;
	z-index: 99999999;
	bottom: 10%;
	max-width: 50px;
	padding: 10px;
	border-radius: 10px;
}

#kefu a {
	display: block;
	width: 100%;
}

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


.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%;
	height: 237px;
}

.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;
	height: 184px;
}

.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-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: #1b1e82;
}

.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: rgba(255, 148, 0);
}

/*.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%;
	}
}




.header .top {
	background: rgba(255, 148, 0);
}

.header .top .container>a.color {
	border: 1px solid #fff;
}

.header .bot {
	background: #fff;
}

.header .bot .icon {
	fill: #333;
}

.header .nav li>a,
.header .nav li>em {
	color: #333;
}

.header .nav li i {
	border-right: solid 1px rgba(0, 0, 0, 0.8);
	border-top: solid 1px rgba(0, 0, 0, 0.8);
}

.header .language {
	background: #fff;
	border: 1px solid #333;
}

.header .language:after {
	border-right: solid 1px rgba(0, 0, 0, 0.8);
	border-top: solid 1px rgba(0, 0, 0, 0.8);
}

.header .language .subyuyan {
	background: #fff;
	top: 33px;
}

.header .language .subyuyan a {
	color: #333;
}

.header .nav .subpro {
	background: #1b1e82;
}

.banner .button a {
	color: #333;
}

.banner .btn2 {
	background: #fff;
}

.footer {
	color: #333;
	background: #fff;
}

.footer a {
	color: #333;
}

.footer .copy {
	background: #fff;
}

.footer .back i {
	border: solid 1px rgba(0, 0, 0, 0.8);
}

.footer .back .icon {
	fill: #000;
}

.footer .copy .bot {
	color: #666;
}

.footer .copy .drop {
	color: #333;
}

.footer .copy .drop .icon {
	fill: #000;
}

.footer .copy .subdrop {
	background: #fff;
}

.footer .copy .subdrop a {
	color: #333;
	border-bottom: 1px solid #e1e1e1;
	height: 22px;
}

.inside-about {
	background: #fff;
}

.inside-about .box-1 {
	color: #333;
}

.inside-about .box-1 li .item {
	background: #e1e1e1;
}

.inside-promenu {
	border-top: solid 1px #ffe0b6;
	background-color: #fff;
}

.inside-promenu li {
	border-left: solid 1px #ffe0b6;
}

.inside-promenu li a {
	color: #333;
}

.inside-promenu-2 {
	background: #fff;
	    display: block !important;
}

.inside-promenu-2 li {
	color: #333;
}

.inside-proshow-3 {
	background: #e1e1e1;
}

.inside-proshow-case {
	background-color: #e1e1e1;
}

.inside-proshow-3 .nr2,
.inside-proshow-3 .nr3,
.inside-proshow-3 .nr4 {
	background: #9a9a9a;
}

.inside-proshow-3 .nr5 {
	background: #777;
}

.inside-faq .box-2 {
	background: #fff;
}

.inside-faq .box-2 li {
	border-left: solid 1px rgba(255, 148, 0, 0.6);
}

.inside-faq .box-2 li:first-child {
	border-left: solid 1px rgba(255, 148, 0, 0.8);
}

.inside-faq .box-2 li a {
	color: #333;
}

.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(27, 30, 130, 0.25);
}

.Learnmore .more:hover {
	color: #fff;
	background-color: rgba(27, 30, 130, 0.88);
}

.header-search .search-container {
	background-color: #fff;
}

.header-search .search-container .form-control {
	background-color: #fff;
	color: #333;
	padding: 10px 105px 10px 10px;
}

.header-search .search-container .btn {
	background: url(../images/search1.png) no-repeat;
	background-size: 16px 16px;
}

.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-about .box-1 .quality {
	margin-top: 60px;
}

.inside-about .box-1 .quality li {
	width: 100%;
	background-color: rgba(249, 249, 249, 1);
}

.inside-about .box-1 .quality li .img {
	width: 50%;
	float: left;
}

.inside-about .box-1 .quality li:nth-child(2n-1) .img {
	float: right;
}

.inside-about .box-1 .quality li .img .pic {
	overflow: hidden;
	position: relative;
}

.inside-about .box-1 .quality li .img .pic:after {
	content: "";
	display: block;
	padding-bottom: 56.4%;
}

.inside-about .box-1 .quality li .text {
	width: 50%;
	float: left;
	padding: 4%;
}

.inside-about .box-1 .quality li .text .tit {
	font-size: 30px;
	color: #000;
	font-weight: 700;
}

.inside-about .box-1 .quality li .text .txt {
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	line-height: 1.5;
}

.inside-about .box-1 .quality li .text .txt p {
	margin-top: 10px;
}

@media(max-width:800px) {
	.inside-about .box-1 .quality li .img {
		width: 100%;
		float: none;
	}

	.inside-about .box-1 .quality li .text {
		width: 100%;
		float: none;
	}
}

.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: rgba(255, 148, 0);
	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
}



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

.inside-warranty ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -100px;
	margin-right: -100px;
}

.inside-warranty li .pic img {
	width: auto !important;
	height: auto !important;
}

@media screen and (max-width: 1023px) {
	.inside-warranty ul {
		margin-left: -50px;
		margin-right: -50px;
	}

	.inside-warranty ul li {
		width: 50%;
		padding-left: 50px;
		padding-right: 50px;
	}

	.header .hmenu img {
		filter: brightness(0.5);
		padding-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.inside-warranty ul {
		margin-left: -10px;
		margin-right: -10px;
	}

	.inside-warranty ul li {

		padding-left: 10px;
		padding-right: 10px;
	}
}


.upload-img .upload-imglist {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #1b1e82;
	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;
}

@media (max-width:1000px) {
	.spya {
		width: 100%;
		margin-top: 30px;
	}

	.xzya {
		width: 100%;
		margin-top: 30px;
	}

	.inside-menu ul {
		display: flex;
		flex-wrap: wrap;
	}
.inside-news {
    padding-bottom: 30px;
}
	.index-product .txtbox {
		text-align: center;
		display: block !important;
	}

	.index-product .txtbox {
		padding: 25px 0 !important;
	}

	.index-prolist .txtbox {
		padding: 25px 0 !important;
	}

	.Learnmore .more {
		padding: 0 30px;
	}

	.index-product .txtbox .f30.mrT30 {
		display: none;

	}

	.index-product .txtbox .f70 {
		font-size: 18px !important;
	}

	.index-product .container {
		text-align: center;
	}

	.index-product .txtbox {

		left: 0 !important;
	}

	.inside-about .box-1 .list.clearfix .list-paddingleft-2 li {
		width: 49.3333% !important;
	}

	.inside-about .box-1 .quality li:nth-child(2n-1) .img {
		float: none !important;
	}

	.inside-about .box-1 .quality li .text .tit {
		font-size: 27px;

		padding-top: 20px;
	}

	.xcy .xzya_a p {
		display: none;

	}

	.xcy .xzya_a h6 {
		float: left;
		font-size: 13px;
		color: #000000;
		font-family: ml;
		line-height: 55px;
		max-width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		transition: all ease 0.3s;
		font-weight: bold;
	}

	.spya select {
		-webkit-appearance: none;
		outline: none;
		float: left;
		width: 212px;
		height: 40px;
		border: 2px solid #1b1e82;
		line-height: 40px;
		border-radius: 25px;
		font-size: 16px;
		color: #1b1e82;
		padding: 0 19px;
		cursor: pointer;
		background-image: url(../images/c3.png);
		background-repeat: no-repeat;
		background-position: right 24px center;
	}

	.xcy h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}