﻿@charset "UTF-8";

.container1600,
.header-container,
.index-container,
.ny-container {
	margin: 0 auto;
	padding: 0 15px
}

@media (min-width:768px) {

	.container1600,
	.header-container,
	.index-container,
	.ny-container {
		width: 750px
	}
}

@media (min-width:992px) {

	.container1600,
	.header-container,
	.index-container,
	.ny-container {
		width: 970px
	}
}

@media (min-width:1260px) {

	.container1600,
	.header-container,
	.index-container,
	.ny-container {
		width: 1230px
	}
}

:root {
	--theme-color: #e5000c
}

.header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #fff;
	transition: all 1s
}

.header {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.pageScroll .header {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-ms-transform: translateY(-100%)
}

.header.scroll2 .header-search-a,
.header.scroll2 .hello {
	display: none
}

.header.scroll2 .header-wrap {
	height: 100px
}

.header.scroll2 .header-wrap .logo {
	margin-top: 20px
}

.header.scroll2 .header-wrap .header-center {
	margin-top: 26px
}

.header.scroll2 .header-wrap .header-right {
	margin-top: 15px
}

.navbar.anchorNavbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3333
}

.header-wrap {
	transition: all .5s
}

.header-wrap .logo {
	float: left;
	opacity: 1;
	transition: all .5s
}

.header-wrap .logo h1 {
	float: left;
	font-size: 0
}

.header-wrap .tool {
	float: right
}

.header-wrap .navbar-togger {
	margin-left: 72px;
	padding: 43px 0
}

.header-wrap .navbar-togger .icon_bar {
	width: 32px;
	height: 4px;
	border-radius: 2px;
	background-color: #e5000c
}

.header-wrap .navbar-togger .icon_bar:nth-of-type(2) {
	margin: 6px 0
}

.header-search {
	display: inline-block;
	border: 1px solid #2f689f;
	border-radius: 5px;
	background-color: #fff
}

.header-search .butt {
	float: left;
	width: 99px;
	height: 48px;
	background: #2f689f url(img/search4.png) no-repeat center;
	color: #fff;
	font-size: 14px
}

.header-search .search {
	float: left;
	padding-left: 19px;
	width: 500px;
	height: 48px;
	border-radius: 5px;
	background-color: #fff;
	color: #999;
	font-size: 14px;

}

.header-center {
	float: left;
	margin-top: 46px;
	margin-left: 240px;
	transition: all .5s
}

.header-search-a {
	margin: 0;
	color: #888;
	font-size: 14px
}

.header-search-a a {
	margin-right: 30px;
	color: #666;
	font-size: 14px
}

.header-search-a a:hover {
	color: #e5000c
}

.header-right {
	float: right;
	margin-top: 38px;
	transition: all .5s
}

.header-right p {
	font-size: 14px
}

.header-right h4 {
	color: #e5000c;
	font-size: 22px;
	font-family: DINPro
}

.header-right a {
	float: left
}

.pc-En {
	float: right;
	line-height: 110px
}

.pc-En a {
	display: inline-block;
	padding: 0 9px;
	border-radius: 11px;
	color: #666;
	font-size: 16px;
	font-family: Arial;
	line-height: 22px
}

.pc-En a.active,
.pc-En a:hover {
	background-color: #e5000c;
	color: #fff
}

.nav-search {
	position: relative;
	float: right;
	padding: 0 20px;
	width: 21px;
	height: 80px;
	background: url(img/search3.png) no-repeat right center
}

.search-box {
	position: absolute;
	top: 80px;
	right: 0;
	overflow: hidden;
	width: 320px;
	height: 0;
	opacity: 0;
	transition: all .3s
}

.nav-search .search,
.search-footer .search {
	float: left;
	display: inline-block;
	padding: 0 10px;
	width: 260px;
	height: 46px;
	border: 1px solid #777;
	border-right: 1px solid transparent;
	background-color: #fff;
	color: #777
}

.search-footer .search {
	width: 230px;
	border: 1px solid #a7a7a7;
	border-right: 1px solid transparent
}

.nav-search .butt,
.search-footer .butt {
	float: left;
	display: inline-block;
	width: 60px;
	height: 46px;
	background: url(img/search.png) no-repeat center;
	background-color: #e5000c
}

.search-footer .butt {
	width: 59px;
	background: url(img/emall.png) no-repeat center #333
}

.search-footer:hover .butt {
	background-color: #e5000c
}

.nav-search:hover .search-box {
	height: 52px;
	opacity: 1
}

.nav-loading {
	position: relative;
	float: right;
	display: block;
	margin-right: 30px;
	width: 21px;
	height: 100px;
	background: url(img/loading.png) no-repeat center
}

.navbar {
	float: left;
	margin-left: 118px;
	color: #e5000c;
	font-size: 0;
	opacity: 1;
	background-image: linear-gradient(to bottom, rgb(234, 234, 235) 0%, rgb(205, 205, 205) 100%);
}

.navbar .navbar-ul {
	display: flex;
	justify-content: space-between;

}

.navbar .navbar-li:nth-child(1) {
	padding-left: 0px;
}

.navbar .navbar-li:last-child {
	padding-right: 0px;
}

.navbar .navbar-li {
	float: left;
	padding: 0 15px;
	width: 100%;
	position: relative;
}

.navbar li.line {
	width: 2px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #eaeaea;
}

.navbar h2 {
	display: inline-block;
	padding: 0 20px;
	background-color: #e5000c;
	color: #fff;
	vertical-align: top;
	line-height: 60px;
	cursor: pointer
}

.navbar-total {
	position: relative;
	float: left;
	display: inline-block
}

.navbar-tips {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: block;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 0;
	border: none;
	background: #fff;
	color: #fff;
	opacity: 0;
	transition: max-height .5s
}

.navbar-total:hover .navbar-tips {
	max-height: 800px;
	opacity: 1
}

.tips-left {
	display: none;
	min-height: 495px;
	color: #ccc;
	font-size: 20px;
	line-height: 26px
}

.tips-left li {
	padding: 18px 20px
}

.tips-left li.on,
.tips-left li:hover {
	background-color: #2d2f3e
}

.tips-left li.on p,
.tips-left li:hover p {
	color: #fff
}

.tips-right {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	width: 1200px;
	min-height: 496px;
	background-color: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, .1)
}

.tips-right a {
	display: inline-block;
	padding: 7px 40px;
	width: 100%;
	min-width: 20%;
	color: #666;
	font-size: 16px
}

.tips-right.on {
	display: block
}

.tips-right img {
	float: right
}

.tips-right span {
	float: left;
	margin-top: 14px;
	font-size: 18px
}

.tips-righ .tips-box {
	box-shadow: 0 0 20px rgba(0, 0, 0, .04)
}

.tips-box li:hover span {
	color: #e5000c
}

.tips-box.on {
	display: block
}

.tips-box {
	display: none
}

.navbar .navbar-a {
	position: relative;
	display: block;
	color: #666;
	line-height: 80px;
	width: 100%;
	text-align: center;
}



.navbar .navbar-li.active .navbar-a,
.navbar .navbar-li:hover .navbar-a {
	z-index: 33;
	color: #2f689f;
	font-weight: bold;
}

.navbar .navbar-li .navbar-a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0%;
	height: 3px;
	background-color: #2f689f;
	content: "";
	transition: all .5s;
	transform: translateX(-50%)
}

.navbar .navbar-li.max-drop.active::after,
.navbar .navbar-li.max-drop:hover::after {
	width: 0%
}

.navbar-li {
	position: relative
}


.navbar-li .navmenu2 {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
	background-color: #fff;
}

.navbar-li:hover .navmenu2{
	display: block;
}

.navbar-li .navmenu2 a {
	display: block;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	color: #666666;
	padding: 10px 0;
}

.navbar-li .navmenu2 a:hover {
	color: #2f689f;
	background-color: #f5f5f5;
	font-weight: bold;
}

.max-drop {
	position: static
}

.dropmenu {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 0;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 120%;
	height: auto;
	max-height: 0;
	border: none;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .15);
	color: #303233;
	opacity: 0;
	transition: max-height .5s;
	transform: translate(-50%, 0)
}

.max-drop .dropmenu {
	width: 100%;
	border-top: 1px solid #dee5ed
}

.navbar-li:hover .dropmenu {
	max-height: 800px;
	opacity: 1
}

.dropmenu-left,
.dropmenu-right {
	float: left;
	width: 50%
}

.dropmenu ul {
	width: 100%
}

.dropmenu ul .dropmenu-item {
	margin-bottom: 0;
	padding: 25px 0 0 0;
	width: 100%;
	border-bottom: 1px solid #dee5ed
}

.dropmenu ul .dropmenu-item a {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	border-top: solid 1px transparent;
	font-weight: 200;
	transition: all .5s
}

.dropmenu ul .dropmenu-item a em {
	margin-top: -3px;
	vertical-align: middle;
	font-size: 12px
}

.dropmenu ul .dropmenu-item a:hover {
	color: #2f689f;
	letter-spacing: 1px
}

.dropmenu ul .dropmenu-left:hover img,
.dropmenu ul .dropmenu-right:hover img {
	transform: scale(1.05)
}

.dropmenu ul .dropmenu-item .ztyw-img img {
	transition: all 1s
}

.dropmenu ul .dropmenu-item .ztyw-img {
	overflow: hidden;
	margin-right: 50px;
	padding: 20px 0 25px 0;
	width: 32.8%
}

.dropmenu ul .dropmenu-item .ztyw-font h4 {
	color: #333;
	font-weight: 600
}

.dropmenu ul .dropmenu-left:hover .ztyw-font h4,
.dropmenu ul .dropmenu-right:hover .ztyw-font h4 {
	color: #2f689f
}

.dropmenu ul .dropmenu-item .ztyw-font p {
	margin-top: 14px
}

.dropmenu ul .dropmenu-item .dropmenu-right {
	position: relative;
	padding-left: 77px
}

.dropmenu ul .dropmenu-item .dropmenu-right .ztyw-img {
	width: 37.7%
}

.dropmenu ul .dropmenu-item .dropmenu-right::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 156px;
	background-color: #dee5ed;
	content: "";
	transition: all .5s
}

.dropmenu ul .dropmenu-item:nth-child(3) .ztyw-img {
	padding-top: 0
}

.dropmenu ul .dropmenu-item:nth-child(3) {
	padding: 25px 0 10px 0
}

.dropmenu-btn-bar {
	display: inline-block;
	margin-top: -50px;
	margin-left: 55px;
	vertical-align: middle
}

.dropmenu-btn-bar .btn-bar {
	margin-bottom: 4px;
	height: 2px
}

.dropmenu-btn-bar .btn-bar::after,
.dropmenu-btn-bar .btn-bar::before {
	display: inline-block;
	margin-right: 2px;
	width: 14px;
	height: 2px;
	background-color: #fff;
	content: "";
	transition: all .5s
}

.dropmenu-btn-bar .btn-bar::before {
	width: 2px
}

.navbar h2:hover .btn-bar::before {
	width: 14px;
	height: 2px
}

.navbar h2:hover .btn-bar::after {
	width: 2px;
	height: 2px
}

.dropmenu .dropmenu-item:hover a {
	border-top: solid 1px transparent;
	background-color: transparent;
	color: #333
}

.dropmenu li>a {
	display: block;
	padding: 0 20px;
	width: 100%;
	height: auto;
	border-top: solid 1px #efefef;
	background: 0 0;
	color: #666;
	text-align: center;
	white-space: nowrap;
	font-size: 16px;
	line-height: 59px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.dropmenu li:hover a {
	border-top: solid 1px #e5000c;
	background-color: #e5000c;
	color: #fff
}

.header.black {
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .3)
}

.header.black.ny {
	box-shadow: none
}

.header.black .navbar-a {
	color: #333
}

.header-logo1 {
	float: left;
	display: block
}

.header-logo {
	display: none
}

.header-logo.black {
	display: block
}

.header-logo1.black {
	display: none
}

.header-wrap .search.black {
	background: url(img/search1.png) no-repeat center right
}

@media (max-width:1919px) {
	.navbar {
		margin-left: 110px
	}
}

@media (max-width:1679px) {
	.navbar .navbar-li {
		padding: 0 50px
	}

	.navbar {
		margin-left: 80px
	}

	.navbar .navbar-a {
		padding: 0
	}
}

@media (max-width:1459px) {
	.dropmenu li>a {
		padding: 0 6px;
		line-height: 48px
	}

	.navbar {
		margin-left: 70px
	}

	.navbar .navbar-ul {
		margin-right: -14px
	}

	.dropmenu ul .dropmenu-item .dropmenu-right {
		padding-left: 30px
	}

	.dropmenu ul .dropmenu-item .ztyw-img {
		margin-right: 30px
	}

	.dropmenu ul .dropmenu-item .ztyw-font {
		width: 54%
	}

	.dropmenu ul .dropmenu-item,
	.dropmenu ul .dropmenu-item:nth-child(3) {
		padding: 25px 0
	}

	.navbar .navbar-a {
		line-height: 80px
	}

	.header-wrap .tool,
	.nav-loading,
	.nav-search,
	.pc-En {
		height: 80px;
		line-height: 80px
	}

	.search-box {
		top: 80px
	}

	.header-logo,
	.header-logo1 {
		margin-top: 4px;
		width: 150px
	}
}

@media (max-width:1259px) {
	.navbar {
		margin-right: 0
	}

	.navbar .navbar-ul {
		margin-right: -6px
	}

	.navbar .navbar-li {
		padding: 0 10px
	}

	.navbar .navbar-a {
		padding: 0 2px
	}

	.nav-loading,
	.nav-search {
		margin-right: 20px
	}
}

@media (max-width:767px) {

	.kf-zx img,
	.teldb img {
		width: 22px
	}
}

.header-app {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	display: none;
	width: 100%;
	height: 60px;
	background: #e5000c;
	-webkit-transition: background .44s .2s cubic-bezier(.52, .16, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
	-o-transition: background .44s .2s cubic-bezier(.52, .16, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
	transition: background .44s .2s cubic-bezier(.52, .16, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1)
}

.header-app.open-menu {
	height: 100%;
	background: #fff;
	-webkit-transition: background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
	-o-transition: background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
	transition: background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1)
}

.header-app .logo {
	float: left;
	display: flex;
	padding: 12px;
	vertical-align: middle;
	justify-content: space-between;
	align-items: center
}

.header-app .logo img {}

.header-app .right-box {
	padding-left: 10px
}

.header-app .red-txt {
	font-size: 14px
}

.header-app .black-txt {
	font-size: 12px
}

.navbar-app {
	position: relative;
	height: 60px;
	background: #fff;
	-webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, .2);
	box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
	text-align: center
}

.navbar-togger {
	float: right;
	display: inline-block;
	visibility: visible;
	padding: 22px 15px;
	border: none;
	background: 0 0;
	transition: transform .44s .2s cubic-bezier(.04, .04, .12, .96), opacity .28s .36s cubic-bezier(.52, .16, .24, 1), -webkit-transform .44s .2s cubic-bezier(.04, .04, .12, .96)
}

.navbar-togger .icon_bar {
	width: 24px;
	height: 2px;
	background-color: #e5000c;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.navbar-togger .icon_bar:nth-of-type(2) {
	margin: 5px 0
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
	opacity: 0
}

.open-menu .navbar-togger .icon_bar:first-child {
	-webkit-transform: translate(0, 7px) rotate(45deg);
	transform: translate(0, 7px) rotate(45deg);
	-ms-transform: translate(0, 7px) rotate(45deg)
}

.open-menu .navbar-togger .icon_bar:last-child {
	-webkit-transform: translate(0, -7px) rotate(-45deg);
	transform: translate(0, -7px) rotate(-45deg);
	-ms-transform: translate(0, -7px) rotate(-45deg)
}

.nav-menu {
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 620;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px 15px;
	width: 100%;
	-webkit-transition: visibility 0s linear 1s;
	-o-transition: visibility 0s linear 1s;
	transition: visibility 0s linear 1s
}

.header-app.open-menu .nav-menu {
	visibility: visible;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.nav-list li {
	border-bottom: 1px solid #cfcfcf;
	opacity: 0;
	pointer-events: none
}

.nav-list li.open {
	border-bottom: none
}

.header-app.open-menu .nav-list li {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
	-ms-transform: none
}

.nav-list li:nth-child(1) {
	transition: opacity .3345s cubic-bezier(.52, .16, .52, .84) .15s, transform .4669s cubic-bezier(.52, .16, .52, .84) .108s, -webkit-transform .4669s cubic-bezier(.52, .16, .52, .84) .108s;
	-webkit-transform: translateY(-44px);
	transform: translateY(-44px);
	-ms-transform: translateY(-44px)
}

.header-app.open-menu .nav-list li:nth-child(1) {
	transition: opacity .3091s cubic-bezier(.32, .08, .24, 1) .03s, transform .3455s cubic-bezier(.32, .08, .24, 1) .02s, -webkit-transform .3455s cubic-bezier(.32, .08, .24, 1) .02s
}

.nav-list li:nth-child(2) {
	transition: opacity .29294s cubic-bezier(.52, .16, .52, .84) .13s, transform .45043s cubic-bezier(.52, .16, .52, .84) 95ms, -webkit-transform .45043s cubic-bezier(.52, .16, .52, .84) 95ms;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-ms-transform: translateY(-40px)
}

.header-app.open-menu .nav-list li:nth-child(2) {
	transition: opacity .32244s cubic-bezier(.32, .08, .24, 1) .05s, transform .35825s cubic-bezier(.32, .08, .24, 1) .04s, -webkit-transform .35825s cubic-bezier(.32, .08, .24, 1) .04s
}

.nav-list li:nth-child(3) {
	transition: opacity .26098s cubic-bezier(.52, .16, .52, .84) .11s, transform .43756s cubic-bezier(.52, .16, .52, .84) 82ms, -webkit-transform .43756s cubic-bezier(.52, .16, .52, .84) 82ms;
	-webkit-transform: translateY(-36px);
	transform: translateY(-36px);
	-ms-transform: translateY(-36px)
}

.header-app.open-menu .nav-list li:nth-child(3) {
	transition: opacity .33467s cubic-bezier(.32, .08, .24, 1) .07s, transform .37539s cubic-bezier(.32, .08, .24, 1) .06s, -webkit-transform .37539s cubic-bezier(.32, .08, .24, 1) .06s
}

.nav-list li:nth-child(4) {
	transition: opacity .2386s cubic-bezier(.52, .16, .52, .84) .09s, transform .42827s cubic-bezier(.52, .16, .52, .84) 69ms, -webkit-transform .42827s cubic-bezier(.52, .16, .52, .84) 69ms;
	-webkit-transform: translateY(-32px);
	transform: translateY(-32px);
	-ms-transform: translateY(-32px)
}

.header-app.open-menu .nav-list li:nth-child(4) {
	transition: opacity .34577s cubic-bezier(.32, .08, .24, 1) .09s, transform .39692s cubic-bezier(.32, .08, .24, 1) .08s, -webkit-transform .39692s cubic-bezier(.32, .08, .24, 1) .08s
}

.nav-list li:nth-child(5) {
	transition: opacity .22581s cubic-bezier(.52, .16, .52, .84) .07s, transform .42259s cubic-bezier(.52, .16, .52, .84) 56ms, -webkit-transform .42259s cubic-bezier(.52, .16, .52, .84) 56ms;
	-webkit-transform: translateY(-28px);
	transform: translateY(-28px);
	-ms-transform: translateY(-28px)
}

.header-app.open-menu .nav-list li:nth-child(5) {
	transition: opacity .35577s cubic-bezier(.32, .08, .24, 1) .11s, transform .42286s cubic-bezier(.32, .08, .24, 1) .1s, -webkit-transform .42286s cubic-bezier(.32, .08, .24, 1) .1s
}

.nav-list li:nth-child(6) {
	transition: opacity .20343s cubic-bezier(.52, .16, .52, .84) .05s, transform .41691s cubic-bezier(.52, .16, .52, .84) 43ms, -webkit-transform .41691s cubic-bezier(.52, .16, .52, .84) 43ms;
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
	-ms-transform: translateY(-24px)
}

.header-app.open-menu .nav-list li:nth-child(6) {
	transition: opacity .36577s cubic-bezier(.32, .08, .24, 1) .13s, transform .41718s cubic-bezier(.32, .08, .24, 1) .12s, -webkit-transform .41718s cubic-bezier(.32, .08, .24, 1) .12s
}

.nav-list li:nth-child(7) {
	transition: opacity .18105s cubic-bezier(.52, .16, .52, .84) .03s, transform .41123s cubic-bezier(.52, .16, .52, .84) .03s, -webkit-transform .41123s cubic-bezier(.52, .16, .52, .84) .03s;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-ms-transform: translateY(-20px)
}

.header-app.open-menu .nav-list li:nth-child(7) {
	transition: opacity .37577s cubic-bezier(.32, .08, .24, 1) .15s, transform .4115s cubic-bezier(.32, .08, .24, 1) .14s, -webkit-transform .4115s cubic-bezier(.32, .08, .24, 1) .14s
}

.nav-list li:nth-child(8) {
	transition: opacity .15867s cubic-bezier(.52, .16, .52, .84) .01s, transform .40555s cubic-bezier(.52, .16, .52, .84) .17s, -webkit-transform .40555s cubic-bezier(.52, .16, .52, .84) .17s;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	-ms-transform: translateY(-16px)
}

.header-app.open-menu .nav-list li:nth-child(8) {
	transition: opacity .38577s cubic-bezier(.32, .08, .24, 1) .17s, transform .40582s cubic-bezier(.32, .08, .24, 1) .16s, -webkit-transform .42286s cubic-bezier(.32, .08, .24, 1) .16s
}

.cate-item {
	position: relative
}

.cate-item a {
	display: block;
	margin-right: 60px;
	color: #444;
	font-size: 16px;
	line-height: 48px
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
	color: #e5000c
}

.category-cont a:last-child {
	border: none
}

.category-cont a.active {
	color: #e5000c
}

.category-tig {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 50px;
	height: 48px;
	color: #888;
	text-align: right;
	font-size: 14px;
	line-height: 48px
}

.category-tig::after,
.category-tig::before {
	position: absolute;
	top: 50%;
	background: #888;
	content: '';
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.category-tig::before {
	right: 0;
	margin-top: -1px;
	width: 16px;
	height: 2px
}

.category-tig::after {
	right: 7px;
	margin-top: -8px;
	width: 2px;
	height: 16px
}

.nav-list li.open .category-tig::after {
	opacity: 0
}

.nav-list li.open .category-tig::before {
	background: #e5000c
}

.category-cont {
	display: none
}

.nav-list li.open .category-cont {
	display: block;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf
}

.category-pad {
	padding: 0 15px
}

.category-cont a {
	display: block;
	border-bottom: 1px solid #cfcfcf;
	color: #666;
	line-height: 40px
}

.category-pad a.active {
	color: #e5000c
}

.app-sousuo {
	float: right;
	margin-top: 19px;
	padding-right: 15px;
	border-right: solid 1px #e5000c;
	color: #e5000c;
	font-size: 22px !important;
	line-height: 22px
}

.alert-search {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9)
}

.alert-top {
	padding: 10px 15px;
	height: 60px;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	background: #fff
}

.alert-top .text {
	float: left;
	padding: 0 10px;
	width: 80%;
	height: 40px;
	border: solid 1px rgba(0, 0, 0, .1);
	border-radius: 0;
	background: 0 0;
	color: #666
}

.alert-top .search {
	float: left;
	margin-top: 7px;
	width: 10%;
	height: 26px;
	background: url(img/icon-search.png) no-repeat center
}

.alert-top span {
	float: right;
	margin-top: 8px;
	width: 10%;
	color: #666;
	text-align: center;
	font-size: 20px !important
}

.app-lanu {
	margin-top: 20px;
	text-align: center
}

.app-lanu a {
	display: inline-block;
	padding: 0 14px;
	color: #333;
	font-size: 14px;
	line-height: 30px
}

.app-lanu a.on {
	border-radius: 30px;
	background: #e5000c;
	color: #fff
}

.app-search {
	margin-bottom: 15px;
	border: 1px solid #e5000c
}

.app-search input {
	padding: 0 12px;
	width: 86%;
	height: 38px;
	color: #afafaf;
	font-size: 16px;
	line-height: 38px;
	line-height: 38px
}

.app-search button {
	float: right;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px
}

.app-search i {
	color: #888;
	font-size: 20px !important;
	cursor: pointer
}

.app-sousuo {
	float: right;
	margin-top: 19px;
	color: #e5000c;
	font-size: 22px !important;
	line-height: 22px
}

.footer {
	background: #222 url(img/footer-bj.png) no-repeat top right;
	background-color: #222;
	background-size: 43.125% 100%
}

.footer .logo h1 {
	font-size: 0
}

.footer-wrap {
	position: relative;
	padding: 78px 0 55px
}

.footer-center {
	float: left;
	width: 100%;
	border-top: none;
	border-bottom: none
}

.footer-center dl {
	float: left;
	width: 19.5%
}

.footer-center dl:nth-child(3),
.footer-center dl:nth-child(4) {
	width: 11%
}

.footer-center dl.sxline::after {
	top: 30px;
	right: 12px;
	left: auto;
	width: 1px;
	height: 150px;
	background-color: rgba(255, 255, 255, .5);
	transform: none
}

.footer-center dl:last-child {
	width: 19%;
	text-align: center
}

.footer-center dl:last-child.sxline::after {
	display: none
}

.footer-center a {
	color: #fff
}

.footer-center dt {
	margin-bottom: 12px;
	font-size: 14px;
	opacity: .6
}

.footer-center dl:nth-child(1) dd,
.footer-center dl:nth-child(2) dd {
	float: left;
	width: 50%
}

.footer-center dd {
	margin-bottom: 11px;
	width: 100%;
	opacity: 1
}

.footer-center dd a {
	font-weight: 200;
	font-size: 14px
}

.footer-right {
	float: right;
	width: 18%;
	color: #fff;
	text-align: right
}

.footer-right h4 {
	display: inline-block;
	margin: 1px 0 14px;
	padding-left: 40px;
	background: url(img/dianhua.png) no-repeat left 1px;
	font-family: DIN-std
}

.footer-right p {
	margin-bottom: 6px;
	opacity: .4
}

.footer-right .footer-search {
	position: unset;
	margin: 0;
	width: 264px;
	height: 40px
}

.footer-search input {
	height: 100%
}

.footer-search .search {
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #a9a9a9
}

.footer-search .butt {
	float: right;
	width: 60px;
	background: #0566a2 url(img/sent.png) no-repeat center;
	background-color: #0566a2;
	text-align: center;
	cursor: pointer
}

.footer-search input {
	height: 100%
}

.footer-search .search {
	float: right;
	float: left;
	float: right;
	padding: 0 10px;
	width: 190px;
	border: 1px solid #535353;
	border-right: none;
	background-color: transparent;
	color: #a9a9a9
}

.footer-right p {
	font-weight: 200
}

.footer-right p .h3-size20 {
	font-family: DIN
}

.footer-right p:last-child {
	opacity: .5
}

.footer-center dd:hover,
.footer-center dt:hover {
	opacity: 1
}

.mod-service {
	padding-top: 20px;
	padding-bottom: 45px;
	border-top: 1px solid rgba(255, 255, 255, .5)
}

.mod-service p {
	margin-bottom: 5px;
	color: #ffffff91;
	font-size: 14px;
	opacity: .6
}

.mod-service a {
	margin-right: 18px;
	color: #fff;
	font-weight: 200;
	font-size: 14px;
	opacity: .6
}

.mod-service a:hover {
	opacity: 1
}

.mod-service ul {
	margin: 0 -60px
}

.mod-service li {
	padding: 0 60px;
	border-right: 1px solid rgba(255, 255, 255, .5)
}

.mod-service li:last-child {
	border-right: none
}

.mod-nav {
	padding: 30px 0;
	text-align: center
}

.mod-nav ul {
	margin: auto;
	width: 90%
}

.mod-nav li {
	float: left;
	width: 25%;
	text-align: center
}

.mod-nav li p {
	margin-top: 10px;
	transition: all .5
}

.mod-nav .ny-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100px;
	height: 80px
}

.mod-nav .mod-img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s
}

.mod-nav .mod-img1 {
	position: absolute;
	top: -100%;
	left: 0;
	transition: all .5s
}

.mod-nav li:hover .mod-img1 {
	top: 0
}

.mod-nav li:hover .mod-img {
	top: 100%
}

.mod-nav li:hover p {
	color: #e5000c
}

@media(max-width:1259px) {

	.header-logo,
	.header-logo1 {
		width: 180px
	}

	.header {
		display: none !important
	}

	.header-app {
		display: block !important
	}
}

@media (max-width:767px) {
	.app-sousuo {
		padding-right: 10px
	}

	.header-app .logo {
		padding: 5px
	}

	.header-app .logo img {
		max-height: 40px;
	}
}

.drop-nav {
	position: relative;
	display: block
}

.nav-top {
	position: relative;
	height: 52px;
	border-bottom: solid 1px #dee5ed;
	line-height: 52px
}

.nav-top .nav-a {
	display: block;
	padding: 0 20px 0 45px;
	color: #333;
	font-size: 16px
}

.nav-top .nav-more {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 45px;
	height: 52px;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 52px;
	transition: all .5s
}

.nav-bot {
	top: 48px;
	left: 0;
	display: none;
	width: 100%
}

.nav-bot {
	z-index: 99
}

.nav-more.open {
	opacity: 1;
	transform: rotateZ(90deg)
}

.nav-a.active {
	color: #e5000c
}

.nav-top.one .nav-more {
	left: 15px
}

.nav-top.one .nav-a {
	padding: 0 20px 0 55px
}

.nav-top.second {
	padding: 0 20px 0 65px
}

.iframe-nav .nav-top.one .nav-more {
	left: 0
}

.iframe-nav .nav-top.second {
	padding: 0 20px 0 54px
}

.iframe-nav .nav-top.three {
	padding: 0 20px 0 65px
}

.com-file-ul {
	margin: 0 -25px
}

.com-file-ul li {
	float: left;
	margin-bottom: 19px;
	padding: 0 25px;
	width: 50%
}

.com-file-item {
	padding: 20px 30px;
	border: 1px solid #e5e5e5
}

.com-file-item img {
	float: left;
	margin-right: 24px
}

.com-file-item .file-font {
	float: left;
	padding: 23px 0 20px
}

.com-file-item h4 {
	color: #444
}

.com-file-item p {
	margin-top: 9px;
	color: #888
}

.btn-3d {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	transition: all 1s;
	perspective: 800px
}

.btn-box {
	transform: preserve-3d;
	-webkit-transform-style: preserve-3d
}

.btn-item {
	position: absolute;
	width: 50px;
	height: 50px
}

.btn-left {
	background: url(img/btn-3d.jpg) no-repeat;
	transition: all .5s;
	transform: rotateY(-90deg)
}

.btn-center {
	background: url(img/btn-3d2.png) no-repeat;
	transition: all .5s
}

.com-file-ul li:hover .btn-left,
.pro-box-ul li:hover .btn-left {
	transform: rotateY(0)
}

.com-file-ul li:hover .btn-center,
.pro-box-ul li:hover .btn-center {
	transform: rotateY(90deg)
}

.down-bth {
	float: right;
	margin: 20px 0;
	transition: all 2s
}

.btn-font {
	position: relative;
	display: block;
	width: 200px;
	height: 50px;
	border: 1px solid #999;
	color: #666;
	text-align: center;
	line-height: 50px
}

.pro-box-ul li:hover .btn-font {
	border: 1px solid #e5000c;
	color: #e5000c
}

.com-page {
	text-align: center;
	font-family: 'Open Sans'
}

.com-page a {
	display: block;
	width: 180px;
	height: 50px;
	background-color: #f1f3f6;
	line-height: 50px
}

.com-page span {
	position: relative;
	z-index: 33;
	color: #666
}

.page-cent {
	display: inline-block;
	margin: 0 7px;
	vertical-align: top
}

.page-cent img {
	width: 100%
}

.page-next,
.page-prev {
	position: relative;
	display: inline-block
}

.page-c i,
.page-next i,
.page-prev i {
	position: relative;
	z-index: 33;
	margin: 0 3px;
	color: #666;
	font-weight: 700
}

.page-next::before,
.page-prev::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #e5000c;
	content: "";
	transition: all .5s
}

.page-next::before {
	left: 0
}

.page-next:hover::before,
.page-prev:hover::after {
	width: 100%
}

.page-next:hover span,
.page-prev:hover span {
	color: #fff
}

.page-next:hover i,
.page-prev:hover i {
	color: #fff
}

.swiper-button-next.com-butt,
.swiper-button-prev.com-butt {
	top: 55% !important;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	background: 0 0 !important;
	background-color: #fff !important;
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 16px !important;
	line-height: 50px !important;
	opacity: 1 !important;
	transition: all .5s
}

.com-butt.swiper-button-next:hover,
.com-butt1.swiper-button-next:hover {
	background-color: #e5000c !important;
	color: #fff
}

.com-butt.swiper-button-prev:hover,
.com-butt1.swiper-button-prev:hover {
	background-color: #e5000c !important;
	color: #fff
}

.swiper-button-next.com-butt1,
.swiper-button-prev.com-butt1 {
	top: 42% !important;
	width: 55px !important;
	height: 55px !important;
	border: 1px solid #e5000c;
	border-radius: 50%;
	background: 0 0 !important;
	color: #e5000c;
	text-align: center;
	font-weight: 700;
	font-size: 14px !important;
	line-height: 55px !important;
	opacity: 1 !important;
	transition: all .5s
}

.com-butt1.swiper-button-next:hover {
	background-color: #e5000c !important;
	color: #fff
}

.com-butt1.swiper-button-prev:hover {
	background-color: #e5000c !important;
	color: #fff
}

.com-nav {
	text-align: center
}

.com-nav-ul {
	display: inline-block;
	margin: 50px 0 45px
}

.com-nav-ul li {
	float: left;
	padding: 0 10px
}

.com-nav-item a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 40px;
	border: 1px solid #e5000c;
	border-radius: 20px;
	color: #e5000c;
	text-align: center;
	line-height: 37px
}

.com-nav-item a span {
	position: relative;
	z-index: 33
}

.com-nav-item a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0%;
	background: #fff;
	content: "";
	transition: all .5s
}

.com-nav-item a:hover::after {
	height: 100%;
	background: #e5000c
}

.com-nav-item a:hover span {
	color: #fff !important
}

.com-nav-item a.active span {
	color: #fff !important
}

.com-nav-item a.active {
	background: #e5000c
}

.com-ul {
	margin: 0 -12px;
	font-size: 0
}

.com-ul li {
	display: inline-block;
	padding: 0 12px;
	width: 33.33%;
	vertical-align: top
}

.com-ul-item {
	box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, .04)
}

.com-ul-img {
	overflow: hidden
}

.com-ul-img img {
	width: 100%;
	transition: all 1s
}

.com-ul-font {
	background-color: #fff;
	text-align: center
}

.com-ul-font p {
	color: #333
}

.com-ul-item:hover img {
	transform: scale(1.05)
}

.com-ul-item:hover p {
	color: #e5000c
}

.com-pag-ul {
	display: inline-block
}

.com-pag-ul li {
	float: left;
	margin: 0 5px
}

.com-pag-item a {
	display: block;
	width: 46px;
	height: 46px;
	background-color: #f1f3f6;
	color: #999;
	text-align: center;
	font-family: 'Open Sans';
	line-height: 46px;
	transition: all .5s
}

.com-pag-item i {
	font-weight: 700;
	font-size: 14px
}

.com-pag-item a.active {
	background-color: #e5000c;
	color: #fff
}

.com-pag-item a:hover {
	background-color: #e5000c;
	color: #fff
}

.com-pagination.swiper-pagination {
	bottom: 10px !important;
	width: 100% !important
}

.com-pagination .swiper-pagination-bullet {
	margin: 0 2px;
	width: 20px;
	height: 5px;
	border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: #fff;
	opacity: 1 !important
}

.com-pagination .swiper-pagination-bullet-active {
	position: relative;
	width: 40px
}

.com-pagination .swiper-pagination-bullet-active::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 5px;
	border-radius: 2px !important;
	content: ""
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px !important
}

.bgz-left {
	float: left;
	width: 49.23%
}

.bgz-item {
	position: relative;
	display: block
}

.bgz-font p {
	margin-top: 6px
}

.bgz-font {
	position: absolute;
	bottom: 0;
	padding: 28px 46px 41px;
	width: 100%;
	color: #fff
}

.bgz-right {
	float: right;
	width: 49.23%
}

.bgz-rt {
	margin-bottom: 21px
}

.bgz-img img {
	width: 100%;
	transition: all 1s
}

.bgz-bott-ul {
	margin-top: 38px
}

.bgz-bott-ul li {
	float: left;
	width: 49.23%
}

.bgz-bott-ul li:last-child {
	float: right
}

.bgz-bott-ul .bgz-font h4 {
	color: #000
}

.bgz-bott-ul .bgz-font p {
	color: #151214
}

.bgz-img {
	overflow: hidden
}

.bgz-item:hover img {
	transform: scale(1.05)
}

.com-icon li {
	float: left;
	width: 20%
}

.icon-item {
	position: relative;
	text-align: center
}

.icon-font {
	color: #dee5ed
}

.icon-item::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 68.8%;
	border-radius: 50%;
	background-color: #15467b;
	content: "";
	transform: translateY(-50%)
}

.com-icon li:last-child .icon-item::after {
	display: none
}

.icon-item p {
	margin: 23px 0 0;
	padding: 0 10px
}

.icon-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: auto
}

.icon-img img {
	width: 100%
}

.icon-img::after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #e5000c;
	content: "";
	transition: all .5s
}

.com-btn span {
	position: relative;
	z-index: 33
}

.com-btn {
	position: relative;
	display: inline-block;
	padding: 6px 32px;
	border: 2px solid #959697;
	color: #333
}

.com-btn::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #e5000c;
	content: "";
	transition: all .5s
}

.com-btn:hover {
	border: 2px solid transparent
}

.com-btn:hover span {
	color: #fff
}

.com-btn:hover::after {
	width: 100%
}

.com-ztyw {
	display: block
}

.ztyw-img {
	float: left;
	overflow: hidden
}

.ztyw-img img {
	width: 100%;
	transition: all 1s
}

.ztyw-font {
	float: left
}

.com-swxt {
	position: relative;
	display: block
}

.swxt-img {
	overflow: hidden
}

.index-six .swxt-img img {
	width: 100% !important;
	height: 100px !important;
	transition: all 1s;
	object-fit: cover;
}

.swxt-font {
	color: #333;
	text-align: center
}

.swxt-font h4 {
	color: #333
}

.swxt-font p {
	color: #666
}

.scrollbar {
	overflow-y: auto;
	padding-right: 50px;
	box-sizing: border-box;

}

.scrollbar::-webkit-scrollbar {
	width: 3px;
	background-color: #dcdbdb
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e5000c
}

.omit {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.omit1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.omit3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.index-tit {
	color: #2d2d2d;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 31px
}

.index-dec {
	margin-top: 8px;
	color: #666
}

.index-dec::after {
	float: right;
	display: inline-block;
	margin-top: 0;
	width: 100%;
	height: 1px;
	background-color: #dedede;
	content: "";
	vertical-align: middle
}

.ssline {
	position: relative;
	display: inline-block
}

.ssline::after {
	display: block;
	margin: 23px 0 16px;
	width: 38px;
	height: 3px;
	background: #e5000c;
	content: "";
	vertical-align: middle;
	transition: all .2s
}

.sxline {
	position: relative
}

.sxline::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 50%;
	background-color: rgba(255, 255, 255, .1);
	content: '';
	transform: translateY(-50%)
}

.index.banner .banner-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-50%)
}

.index.banner .swiper-slide {
	position: relative;
	overflow: hidden
}

.index.banner .app-banner {
	display: none;
	width: 100%
}

.index.banner {
	position: relative;
	z-index: 22;
	margin-top: 60px
}

.pc-banner {
	width: 100%
}

.index.banner .banner-img {
	width: 100%;
	height: 100%;
	text-align: right
}

.index.banner .banner-img img {
	margin-right: 28px;
	width: 30.5%
}

.index.banner .banner-font {
	float: left
}

.index.banner .banner-font h4 {
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 0 2px 2px #000;
	font-weight: 800;
	font-size: 60px
}

.index.banner .banner-font p {
	color: #333;
	line-height: 38px
}

.banner-box {
	position: absolute;
	top: 42%;
	margin-left: 20%;
	transform: translateY(-50%)
}

@media(max-width:1919px) {
	.index.banner .banner-img img {
		width: 26.5%
	}
}

@media(max-width:1679px) {
	.index.banner .banner-img img {
		width: 23.5%
	}

	.index.banner .banner-font h4 {
		margin-bottom: 20px;
		font-size: 50px
	}

	.index.banner .banner-font p {
		line-height: 34px
	}
}

@media(max-width:1459px) {
	.index.banner .banner-font h4 {
		font-size: 40px
	}

	.swiper-button-next.com-butt,
	.swiper-button-prev.com-butt {
		width: 45px !important;
		height: 45px !important;
		line-height: 45px !important
	}
}

@media(max-width:1259px) {
	.index.banner .banner-font h4 {
		margin-bottom: 14px;
		font-size: 36px
	}

	.index.banner .banner-font p {
		line-height: 28px
	}
}

@media(max-width:991px) {
	.index.banner .ban-btn {
		padding: 12px 28px
	}

	.index.banner .banner-font h4 {
		font-size: 28px
	}

	.index.banner .banner-font p {
		line-height: 26px
	}
}

@media(max-width:767px) {
	.index.banner .app-banner {
		display: block
	}

	.index.banner .pc-banner {
		display: none
	}

	.banner-btn {
		text-align: center
	}

	.index.banner .banner-wrap {
		display: block;
		text-align: center
	}

	.index.banner .banner-img {
		display: none
	}

	.index.banner .banner-box {
		left: 0;
		margin: 0
	}

	.index.banner .swiper-button-next,
	.index.banner .swiper-button-prev {
		top: 56% !important;
		display: block
	}

	.swiper-button-next.com-butt,
	.swiper-button-prev.com-butt {
		width: 35px !important;
		height: 35px !important;
		line-height: 35px !important
	}
}

.ny-banner {
	position: relative;
	margin-top: 205px
}

.ny-banner img.ny-pc {
	display: block;
	width: 100%
}

.ny-banner img.ny-app {
	display: none
}

.ny-banner .ny-app {
	display: none
}

.ny-banner .ny-app img {
	width: 100%
}

.ny-font {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%)
}

.ny-tit {
	color: #333
}

.ny-banner .ny-title .ny-tit {
	color: #fff;
	font-size: 48px
}

.ny-banner .ny-title p {
	margin: 3px 0 22px;
	color: #fff;
	line-height: 32px
}

.nav-wrap {
	position: relative;
	margin-bottom: 80px
}

.nav-header {
	height: 40px;
	background-color: #fafafa;
	line-height: 40px
}

.ban-nav.left {
	float: left
}

.ban-nav .com-ul {
	margin: 0
}

.ban-nav .com-ul li a {
	color: #666
}

.ban-nav .com-ul li {
	position: relative;
	padding: 0 35px;
	width: auto;
	height: 80px;
	line-height: 80px
}

.ban-nav .com-ul li::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0%;
	height: 0%;
	background-color: #e5000c;
	content: "";
	transition: all .5s;
	transform: translate(-50%, -50%)
}

.ban-nav .com-ul li.on::after,
.ban-nav .com-ul li:hover::after {
	width: 100%;
	height: 100%
}

.ban-nav .com-ul li.on a,
.ban-nav .com-ul li:hover a {
	position: relative;
	z-index: 33;
	color: #fff
}

.com-mbx::before {
	display: inline-block;
	margin-top: -4px;
	padding-left: 21px;
	width: 19px;
	height: 23px;
	background: url(img/nav-icon.png) no-repeat center;
	content: "";
	vertical-align: middle
}

.com-mbx.right {
	float: right
}

.com-mbx {
	background: url(img/nav-icon.png) no-repeat left;
	line-height: 80px
}

.com-mbx a {
	color: #666
}

.com-mbx a.active {
	color: #e5000c
}

.drop-nav {
	display: none
}

@media(max-width:1679px) {
	.ny-banner .ny-title .ny-tit {
		font-size: 40px
	}
}

@media(max-width:1459px) {
	.ny-banner .ny-title .ny-tit {
		font-size: 34px
	}

	.ny-banner {
		margin-top: 174px
	}

	.ban-nav .com-ul li {
		padding: 0 30px;
		height: 60px;
		line-height: 60px
	}

	.com-mbx {
		line-height: 60px
	}
}

@media(max-width:1259px) {
	.ny-banner .ny-title .ny-tit {
		font-size: 30px
	}

	.com-mbx {
		line-height: 45px
	}

	.ny-banner {
		margin-top: 60px
	}
}

@media(max-width:991px) {
	.ny-banner .ny-title .ny-tit {
		font-size: 28px
	}

	.ny-banner {
		margin-top: 60px
	}
}

@media(max-width:767px) {
	.ny-banner img.ny-pc {
		display: none
	}

	.ny-banner .ny-font {
		display: none
	}

	.ny-banner img.ny-app {
		display: block;
		width: 100%
	}

	.ny-top {
		margin-bottom: 10px
	}

	.com-mbx {
		display: none
	}

	.nav-header {
		display: none
	}

	.ny-banner .ny-app {
		display: block
	}

	.drop-nav {
		display: block
	}
}

.com-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 33;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(img/play.png) no-repeat center;
	transition: all .5s;
	transform: translate(-50%, -50%)
}

.com-play::after {
	display: block;
	width: 60px;
	height: 60px;
	content: "";
	transition: all 1.5s
}

.com-play-bj {
	position: relative
}

.com-play-bj::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .25);
	content: "";
	transition: all .5s
}

@media(max-width:1459px) {

	.com-play,
	.com-play::after {
		width: 50px;
		height: 50px;
		background-size: 100%
	}
}

@media(max-width:991px) {

	.com-play,
	.com-play::after {
		width: 40px;
		height: 40px;
		background-size: 100%
	}
}

.decorate {
	position: relative
}

.decorate::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5000c;
	content: "";
	transition: all .5s
}

.decorate::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #e5000c;
	content: "";
	transition: all .5s;
	transform: translateY(50%);
	animation: moveDot 3s ease-in-out infinite
}

@-webkit-keyframes moveDot {
	0% {
		left: 0
	}

	100% {
		left: 100%
	}
}

.triangle {
	position: relative
}

.triangle::after {
	display: inline-block;
	margin-top: -5px;
	margin-left: 10px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #e5000c;
	content: "";
	vertical-align: middle;
	transition: all .5s
}

.triangle2 {
	position: relative
}

.triangle2::after {
	position: absolute;
	bottom: -4px;
	left: 63px;
	display: inline-block;
	border-top: 4px solid #e5000c;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
	transition: all .5s
}

.index-left {
	float: left
}

.index-right {
	float: right
}

.com-dotted {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 111;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #e5000c;
	transition: all 1s;
	transform: translate(-50%, 50%)
}

.com-dotted::after,
.com-dotted::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	content: "";
	transition: all .5s;
	transform: translate(-50%, -50%)
}

.com-dotted::before {
	transform: translate(-50%, -50%) rotate(90deg)
}

.ldy-tit {
	color: #333;
	text-align: center;
	font-size: 50px
}

.ldy-dec {
	margin: 13px 0 46px;
	color: #666;
	text-align: center
}

.light {
	font-weight: 200
}

.color {
	color: #56a9b6
}

.bold {
	font-weight: 700
}

.ldy-left {
	float: left
}

.ldy-right {
	float: right
}

@keyframes blingbling {
	0% {
		opacity: 0
	}

	100% {
		opacity: .8
	}
}

@-moz-keyframes blingbling {
	0% {
		opacity: 0
	}

	100% {
		opacity: .8
	}
}

@-webkit-keyframes blingbling {
	0% {
		opacity: 0
	}

	100% {
		opacity: .8
	}
}

@-o-keyframes blingbling {
	0% {
		opacity: 0
	}

	100% {
		opacity: .8
	}
}

@keyframes rotaterotateZ {
	0% {
		transform: rotateZ(0)
	}

	100% {
		transform: rotateZ(360deg)
	}
}

@-moz-keyframes rotaterotateZ {
	0% {
		transform: rotateZ(0)
	}

	100% {
		transform: rotateZ(360deg)
	}
}

@-webkit-keyframes rotaterotateZ {
	0% {
		transform: rotateZ(0)
	}

	100% {
		transform: rotateZ(360deg)
	}
}

@-o-keyframes rotaterotateZ {
	0% {
		transform: rotateZ(0)
	}

	100% {
		transform: rotateZ(360deg)
	}
}

@keyframes rotaterotate {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

@-moz-keyframes rotaterotate {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

@-webkit-keyframes rotaterotate {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

@-o-keyframes rotaterotate {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

.ldy-list1 .ldy-dec,
.ldy-list1 .ldy-tit {
	color: #fff
}

.ldy-list .com-swxt {
	text-align: center
}

.ldy-list .swxt-img {
	position: relative;
	display: inline-block;
	width: auto
}

.ldy-list .swxt-img img {
	width: auto;
	transition: all .8s
}

.ldy-list .swxt-img1::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/info-1.png) no-repeat;
	background-size: 100%;
	content: "";
	transition: all .5s
}

.ldy-list .swxt-img2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/info-2.png) no-repeat;
	background-size: 100%;
	content: "";
	transition: all .5s
}

.ldy-list li:hover .swxt-img1::after {
	transform: translateY(-25px) rotateZ(15deg)
}

.ldy-list li:hover .swxt-img2::after {
	-webkit-animation: blingbling .8s ease-in-out infinite;
	-moz-animation: blingbling .8s ease-in-out infinite;
	animation: blingbling .8s ease-in-out infinite
}

.ldy-list li:hover .swxt-img3 img {
	transform: rotateY(180deg)
}

.ldy-list .swxt-font h4 {
	margin-top: 17px;
	color: #fff
}

.ldy-pagination {
	margin-top: 10px;
	width: 100%
}

.ldy-Switch .ldy-pagination {
	right: 0 !important;
	bottom: 42px !important;
	left: auto !important;
	margin-top: 0;
	width: auto !important
}

.swiper-pagination-bullet-active {
	background-color: #56a9b6 !important
}

.ldy-Switch {
	margin-top: -4px
}

.ldy-Switch .ldy-dec {
	margin: 13px 0 57px
}

.ldy-Switch .ldy-nav li {
	position: relative;
	padding: 35px 0 36px;
	border-bottom: 1px solid #f1f1f1;
	color: #fff
}

.ldy-Switch .ldy-nav li::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #f3f3f3;
	content: "";
	transition: all .5s
}

.ldy-Switch .ldy-nav li.on::after,
.ldy-Switch .ldy-nav li:hover::after {
	width: 115%
}

.ldy-Switch .ldy-nav li.on span,
.ldy-Switch .ldy-nav li:hover span {
	position: relative;
	z-index: 34;
	background-color: #e5000c;
	color: #fff
}

.ldy-Switch .ldy-nav li .qiuqiu {
	display: inline-block;
	margin-right: 14px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #b2b2b2;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	line-height: 36px
}

.ldy-Switch .ldy-nav li h4 {
	position: relative;
	z-index: 34;
	display: inline-block;
	color: #666;
	vertical-align: middle
}

.ldy-Switch .ldy-left {
	position: relative;
	z-index: 33;
	float: right;
	padding-left: 40px;
	width: 35.857%
}

.ldy-Switch .ldy-right {
	float: left;
	width: 64%
}

.ldy-Switch .ldy-right .swxt-font {
	padding: 34px 0;
	border-bottom: 1px solid #f1f1f1;
	text-align: left
}

.ldy-Switch .swiper-slide:hover img {
	transform: scale(1.05)
}

.ldy-Switch .swiper-slide:hover h4 {
	color: #56a9b6
}

.ldy-Swiper .swiper-slide:hover img {
	transform: scale(1.05)
}

.ldy-Swiper .swiper-slide h4 {
	position: relative;
	margin: -66px auto 0;
	width: 139px;
	height: 139px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, .08);
	color: #e5000c;
	text-align: center;
	line-height: 138px
}

.ldy-Swiper .swiper-slide:hover h4 {
	animation: swing 1s
}

.ldy-Swiper .swiper-slide p {
	margin-top: 17px;
	padding: 0 50px;
	line-height: 28px
}

.hello {
	display: none;
	height: 30px;
	line-height: 30px
}

.hello select {
	float: right;
	height: 30px;
	color: #666;
	line-height: 30px
}

.header .logo h4 {
	float: left;
	display: none;
	margin-left: 6px;
	padding-left: 14px;
	color: #666;
	font-size: 14px;
	line-height: 26px
}

.header .logo h4.sxline::after {
	right: auto;
	left: 0;
	width: 1px;
	height: 36px;
	background-color: #dbdbdb
}

.header .logo a img {
	 width: 300px ;
	margin-top: 12px;
}

.navbar {
	margin-left: 0;
	width: 100%
}

.navbar .navbar-a {
	color: #666666;
	line-height: 60px
}

.header-wrap {
	height: 145px
}

.index-one .index-left {
	width: 15.5%
}

.index-one .index-left img {
	width: 100%;
	height: 483.5px
}

.index-one .index-right {
	padding: 20px 20px 0;
	width: 84.5%;
	background-color: #474747
}

.index-one .com-swxt {
	position: relative
}

.index-one .swxt-font {
	position: absolute;
	bottom: 28px;
	padding: 0 20px;
	width: 100%;
	text-align: center
}

.index-four ul,
.index-one ul,
.index-three ul {
	margin: 0 -5px
}

.index-four li,
.index-one li,
.index-three li {
	margin-bottom: 10px;
	padding: 0 5px;
	width: 20%
}

.index-four .ny-img,
.index-one .com-swxt,
.index-three .com-swxt {
	overflow: hidden;
	border: 1px solid #cdcdcd;
	border-radius: 6px;
	background-color: #fff
}

.index-four .index-wrap,
.index-one .index-wrap,
.index-three .index-wrap {
	margin-top: 20px
}

.index-four li:hover .ny-img,
.index-one li:hover .com-swxt,
.index-three li:hover .com-swxt {
	border: 1px solid #e5000c
}

.index-one li:hover h4 {
	color: #e5000c
}

.index-four li:hover img,
.index-one li:hover img {
	transform: scale(1.05)
}

.index-three .swxt-img {
	position: relative;
	overflow: hidden;
}

.index-three .swxt-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-three .com-play {
	width: 30px;
	height: 30px;
	background: #e5000c url(img/search.png) no-repeat center;
	background-size: 16px;
	opacity: 0;
	transition: all .5s
}

.index-three .com-play::after {
	width: 30px;
	height: 30px
}

.index-three li:hover .com-play {
	opacity: 1
}

.index-three li:hover img {
	transform: scale(1.05)
}

.index-three li:hover h4 {
	color: #e5000c
}

.index-three .swxt-font {
	padding: 24px 20px 24px
}

.index-four li img {
	transition: all .5s
}

.index-six {
	padding-bottom: 60px
}

.insi-box>h4 {
	margin-bottom: 20px;
	color: #827d7d;
	text-align: center;
	font-size: 20px
}

.index-six .index-wrap {
	margin: 35px -13px 0
}

.index-six .insi-box {
	float: left;
	padding: 0 13px;
	width: 25%
}

.index-six .swxt-img {
	position: relative
}

.index-six .swxt-img em {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	padding: 3px 8px;
	background-color: #eab010;
	color: #fff;
	font-size: 14px;
	font-family: DIN
}

.index-six .swxt-font {
	padding: 16px 0 0;
	text-align: left
}

.index-six li:first-child .swxt-font {
	padding: 16px 0
}

.index-six .swxt-font h4 {
	margin-bottom: 10px;
	font-size: 18px
}

.index-six li:first-child .com-swxt {
	border-bottom: 1px solid #dedede
}

.index-six li:last-child .com-swxt {
	border-bottom: none
}

.index-six li:hover img {
	transform: scale(1.05)
}

.index-six li:hover h4 {
	color: #e5000c
}

.index-six .swxt-font p {
	height: 34px;
	color: #888;
	font-size: 12px
}

.swiper-boxs {
	padding: 0 100px
}

.swiper-box {
	position: relative
}

.swiper-box {
	display: none
}

.swiper-box.on {
	display: block
}

.banner.index .swiper-pagination,
.swiper-boxs .swiper-pagination {
	width: 100%
}

.banner.index .swiper-pagination-bullet,
.swiper-boxs .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #fff
}

.banner.index .swiper-button-next:after,
.banner.index .swiper-button-prev:after,
.swiper-boxs .swiper-button-next:after,
.swiper-boxs .swiper-button-prev:after {
	color: #666;
	font-size: 22px !important
}

.banner.index .swiper-button-next:hover:after,
.banner.index .swiper-button-prev:hover:after,
.swiper-boxs .swiper-button-next:hover:after,
.swiper-boxs .swiper-button-prev:hover:after {
	color: #fff;
	font-size: 22px !important
}

.banner.index .swiper-pagination-bullet-active,
.swiper-boxs .swiper-pagination-bullet-active {
	background-color: #fff !important
}

.swiper-boxs .swiper-button-prev {
	left: -5%
}

.swiper-boxs .swiper-button-next {
	right: -5%
}

.swiper-boxs .swiper-container {
	padding-bottom: 10px
}

.header-search .butt {
	width: 70px;
	height: 35px
}

.header-search .search {
	width: 350px;
	height: 35px
}

.header-wrap {
	overflow: hidden;
	height: 100px
}

.header-center {
	margin-top: 28px
}

.header-right {
	margin-top: 27px
}

.navbar .navbar-a,
.navbar h2 {
	font-size: 15px;
	line-height: 50px;
}

.navbar h2 {
	font-size: 17px;
	line-height: 42px
}

.header.scroll2 .header-wrap .header-right {
	margin-top: 20px
}

.mod-service li {
	padding: 0 35px
}

.mod-service li div {
	text-align: center
}

.mod-service li .yqlj {
	text-align: left
}

.mod-service ul {
	margin: 0 -35px;
	margin-bottom: 10px
}

.footer-center dl:last-child {
	width: 14%
}

.footer-center dl:nth-child(3) {
	width: 12%
}

.footer-center dl:nth-child(4) {
	width: 12%
}

.footer-center dl.sxline::after {
	right: 16px
}

.footer-wrap {
	padding: 60px 0 55px
}

.banner.index .swiper-button-next:after,
.banner.index .swiper-button-next:hover:after,
.banner.index .swiper-button-prev:after,
.banner.index .swiper-button-prev:hover:after,
.swiper-boxs .swiper-button-next:after,
.swiper-boxs .swiper-button-next:hover:after,
.swiper-boxs .swiper-button-prev:after,
.swiper-boxs .swiper-button-prev:hover:after {
	font-size: 16px !important
}

@media(max-width:1259px) {
	.footer-center dl {
		display: none
	}

	.footer-center dl:nth-child(5) {
		display: block;
		width: 50%
	}

	.footer-center dl:nth-child(6) {
		float: right;
		display: block
	}

	.footer-center dl:nth-child(6) img {
		width: 110px
	}

	.footer-wrap {
		padding: 45px 0 30px
	}

	.mod-service li {
		padding: 0 10px
	}

	.mod-service ul {
		margin: 0 -10px
	}
}

@media(max-width:991px) {
	.mod-service li {
		margin-bottom: 15px
	}

	.footer-center dl:last-child {
		width: 20%
	}
}

@media(max-width:767px) {
	.footer-center dl:nth-child(5) {
		width: 70%
	}

	.footer-center dl:last-child {
		width: 30%
	}

	.mod-service li {
		border-right: none
	}

	.banner.index .swiper-button-next:after,
	.banner.index .swiper-button-next:hover:after,
	.banner.index .swiper-button-prev:after,
	.banner.index .swiper-button-prev:hover:after,
	.swiper-boxs .swiper-button-next:after,
	.swiper-boxs .swiper-button-next:hover:after,
	.swiper-boxs .swiper-button-prev:after,
	.swiper-boxs .swiper-button-prev:hover:after {
		font-size: 12px !important
	}

	.index.banner .banner-font h4 {
		font-size: 24px
	}

	.index.banner .banner-font p {
		padding: 0 45px
	}

	.index.banner .banner-font span {
		display: inline
	}
}

@media(max-width:1919px) {
	.mod-nav .ny-img {
		width: 85px;
		height: 68px
	}
}

@media(max-width:1679px) {
	.mod-nav .ny-img {
		width: 75px;
		height: 60px
	}
}

.mod-nav .ny-img {
	width: 50px;
	height: 40px
}

.mod-nav li p {
	margin-top: 4px;
	font-size: 16px
}

.mod-nav {
	padding: 14px 0
}

.nav-wrap {
	margin-bottom: 60px
}

.index.banner {
	margin-top: 42px
}

.ny-banner {
	margin-top: 54px
}

@media(max-width:1259px) {
	.mod-nav .ny-img {
		width: 58px;
		height: 46px
	}

	.navbar.anchorNavbar {
		display: none !important
	}
}

@media(max-width:991px) {
	.mod-nav .ny-img {
		width: 48px;
		height: 39px
	}

	.mod-nav {
		padding: 16px 0
	}
}

@media(max-width:767px) {
	.mod-nav li p {
		font-size: 14px
	}

	.mod-nav ul {
		width: 100%
	}

	.mod-nav .ny-img {
		width: 38px;
		height: 31px
	}
}

.index-six .index-swiper {
	display: none
}

@media(max-width:1679px) {
	#liMarquee {
		margin-bottom: 30px
	}
}

@media(max-width:1459px) {
	.index-six {
		padding-bottom: 45px
	}

	.index-six .index-wrap {
		margin: 35px -10px 0
	}

	.swiper-boxs {
		padding: 0 80px
	}
}

@media(max-width:1259px) {
	.index-six {
		padding-bottom: 35px
	}

	.index-six .index-wrap {
		margin: 30px -10px 0
	}

	#liMarquee {
		margin-bottom: 20px
	}

	.swiper-boxs {
		padding: 0 60px
	}
}

@media(max-width:991px) {
	.swiper-boxs {
		padding: 0 35px
	}
}

@media(max-width:767px) {
	.index-six .insi-box {
		margin-bottom: 30px;
		width: 100%
	}

	.index-tit {
		font-size: 20px
	}

	.index-six .index-swiper {
		display: block
	}

	.index-six .index-wrap .insi-box {
		display: none
	}

	.index-six .index-swiper .insi-box {
		padding: 0
	}

	.index-six .swiper-button-next.com-butt,
	.index-six .swiper-button-prev.com-butt {
		top: 28% !important
	}
}

.ny-nav {
	margin: 40px 0 45px
}

.ny-nav-wrap {
	margin-top: 0;
	border-bottom: 3px solid #2f689f
}

.ny-nav-ul li {
	position: relative;
	float: left;
	padding: 0 17px
}

.ny-nav-item {
	padding: 6px 0 4px
}

.ny-nav-ul li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0%;
	background-color: #2f689f;
	content: "";
	transition: all .5s
}

.ny-nav-item a {
	position: relative;
	z-index: 33;
	color: #333
}

.ny-nav-ul li:hover::after {
	height: 100%
}

.ny-nav-ul li.active::after {
	height: 100%
}

.ny-nav-ul li:hover a {
	color: #fff
}

.ny-nav-ul li.active a {
	color: #fff
}

.support {
	background-color: #f7f7f7
}

.sup-ul li {
	margin-bottom: 25px
}

.sup-ul-item {
	background-color: #fff
}

.sup-font {
	padding: 23px 0;
	border-bottom: 1px solid #dbdbdb;
	line-height: 26px;
	transition: all .5
}

.sup-font p {
	float: left;
	color: #555;
	font-weight: 700;
	font-size: 20px
}

.sup-drop p {
	padding: 6px 71px 0;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	transition: all .3s
}

.sup-drop {
	overflow: hidden;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 0;
	opacity: 0;
	transition: all .3s
}

.sup-drop p em {
	display: block;
	font-style: normal
}

.sup-drop p em.time {
	font-family: DIN
}

.support-wrap li.active .sup-drop {
	padding: 9px 0 30px;
	max-height: 500px;
	opacity: 1
}

.support-wrap li.active .sup-more {
	transform: rotateZ(90deg)
}

.sup-drop span,
.sup-font span {
	float: left;
	display: block;
	width: 71px;
	color: var(--theme-color);
	text-align: center;
	font-size: 28px;
	font-family: DIN-Std
}

.sup-drop span {
	color: #7a7a7a
}

.sup-more {
	float: right;
	display: block;
	display: block;
	width: 71px;
	color: var(--theme-color);
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	font-family: DIN-Std;
	transition: all .5s
}

.faq-box {
	margin: 10px 0 40px
}

.faq .lpage {
	margin: 45px 0 60px
}

.faq-box {
	margin: 0 0 30px
}

.sup-ul li {
	margin-bottom: 0
}

.sup-font p {
	width: 82%
}

.sup-drop p {
	padding: 3px 71px 0;
	line-height: 26px
}

@media(max-width:1259px) {
	.sup-font {
		padding: 20px 0
	}

	.sup-drop p {
		padding: 0 60px
	}

	.sup-drop span,
	.sup-font span,
	.sup-more {
		width: 60px;
		font-size: 28px
	}
}

@media(max-width:991px) {
	.faq-box {
		margin: 0 0 20px
	}
}

@media(max-width:767px) {
	.sup-drop p {
		padding: 0 35px
	}

	.sup-drop span,
	.sup-font span,
	.sup-more {
		width: 35px;
		font-size: 24px
	}

	.sup-font p {
		width: 75%
	}

	.sup-font {
		padding: 20px 0
	}

	.support-wrap {
		padding-top: 8px
	}

	.faq-box {
		margin: 0
	}
}

.news li {
	margin-bottom: 30px;
	width: 50%
}

.news li:hover img {
	transform: scale(1.05)
}

.news li:hover h4 {
	color: #e5000c
}

.news li:hover .ny-btn {
	color: #e5000c;
	letter-spacing: 1px
}

.news .ztyw-img {
	width: 30%
}

.news .ztyw-font {
	padding-top: 12px;
	padding-left: 20px;
	width: 70%
}

.news .ztyw-font h4 {
	font-size: 20px
}

.news .ztyw-font p {
	margin: 10px 0 20px;
	height: 40px;
	font-size: 14px
}

.news .ny-btn {
	display: inline-block;
	margin-top: 0;
	color: #888;
	font-size: 14px;
	transition: all .5s
}

.news .ny-btn em {
	margin-left: 4px
}

.news .lpage {
	margin: 30px 0 60px
}

.news.nav-wrap {
	margin-bottom: 30px
}

.down-search {
	text-align: center;
	font-size: 0
}

.down-key {
	padding-left: 20px;
	width: 500px;
	height: 42px;
	border: 1px solid #e5e5e5;
	border-right: 1px solid transparent;
	border-radius: 6px 0 0 6px;
	color: #999;
	vertical-align: top;
	font-size: 16px;
	line-height: 42px
}

.down-sub {
	width: 100px;
	height: 42px;
	border: 1px solid #e5000c;
	border-radius: 0 6px 6px 0;
	background-color: #e5000c;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	cursor: pointer
}

.down-table {
	text-align: left
}

.down-table th {
	padding: 18px 0 19px;
	width: 85px;
	background-color: #f7f7f7;
	color: #555;
	text-align: left;
	font-weight: 700;
	font-size: 20px
}

.down-table th:first-child {
	padding-left: 28px
}

.down-table td:first-child {
	padding-right: 20px;
	padding-left: 28px
}

.down-table td {
	padding: 21px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	font-size: 16px
}

.down-table .dott2 {
	margin-top: 7px;
	width: 10px;
	height: 10px
}

.down-table p {
	padding-left: 30px;
	background: url(img/file.png) no-repeat left center;
	background-size: 18px
}

.down-table tr:hover a,
.down-table tr:hover p,
.down-table tr:hover td {
	color: #e5000c
}

.down-table td:last-child {
	padding: 10px 11px 10px 0
}

.down-table td a {
	display: block;
	padding: 11px 0;
	width: 100%;
	height: 100%
}

.down-page {
	margin: 80px 0
}

.dott2 {
	float: left;
	margin-top: 10px;
	margin-right: 9px;
	width: 6px;
	height: 6px;
	background-color: #e5000c;
	vertical-align: middle
}

.down-icon {
	display: inline-block;
	margin-top: -4px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(img/down.png) no-repeat center;
	background-size: 20px;
	vertical-align: middle
}

.down-select select {
	display: inline-block;
	padding-left: 10px;
	width: 100%;
	height: 100%;
	height: 42px;
	outline: 0;
	background: url(img/select.png) no-repeat right center transparent;
	color: #666;
	font-size: 16px;
	line-height: 42px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-position-x: 97.5%
}

.select-item {
	border: 1px solid #e9e9e9;
	background-color: #fff
}

.down-select {
	margin: 40px 0
}

.down-select li {
	position: relative;
	width: 25%
}

.down-select li::after {
	position: absolute;
	top: 47%;
	right: -6px;
	width: 13px;
	height: 19px;
	background: url(img/right.png) no-repeat right center transparent;
	background-size: 9px;
	content: "";
	transform: translateY(-50%)
}

.down-select li:last-child::after {
	display: none
}

.down .lpage {
	margin: 45px 0 60px
}

.ny-banner {
	margin-top: 50px
}

.down-select {
	margin: 30px 0
}

.ny-left {
	float: left
}

.ny-right {
	float: right
}

.contact-one {
	padding: 50px 0 80px
}

.contact-one h4 {
	margin-bottom: 18px;
	color: #555;
	font-weight: 700;
	font-size: 20px
}

.contact-one p {
	margin-bottom: 10px
}

.contact-one .ny-wrap {
	padding: 0 80px
}

.contact-one .ny-left {
	padding-top: 80px;
	width: 70%;
}

.contact-one .ny-right h4 {
	margin-bottom: 30px;
	text-align: center
}

.contact-one .ny-right {
	width: 20%;
	padding-top: 80px;
}

.contact-one .ny-right img {
	width: 100%
}

.contact-two img {
	width: 100%
}

.contact-three {
	margin: 80px 0 30px
}

.contact-three ul {
	font-size: 0
}

.contact-three li {
	display: inline-block;
	margin-bottom: 40px;
	width: 50%
}

.contact-three li:nth-child(even) .ztyw-font {
	float: right
}

.contact-three img {
	display: none;
	width: 100px
}

.contact-three h4 {
	margin-bottom: 10px;
	color: #555;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px
}

.contact-three .ny-wrap {
	padding: 0 80px
}

.contact-three .ztyw-font {
	padding: 0
}

.form-ul {
	margin: 0 -12px
}

.form-ul li {
	float: left;
	margin-bottom: 20px;
	padding: 0 12px;
	width: 33.33%
}

.form-ul-item {
	padding-left: 20px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	line-height: 50px
}

.form-ul label {
	display: inline-block;
	color: #666
}

.red {
	color: #e5000c
}

.form-ul input {
	width: 90%;
	color: #666;
	font-size: 16px
}

.cont-one {
	padding: 77px 0 80px
}

.cont-one p.p-size16 {
	margin: 12px 0 35px;
	color: #666
}

.yzm-box {
	margin-top: 20px
}

#yzm {
	padding-left: 20px;
	height: 50px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	line-height: 50px
}

#random {
	margin: 0 24px;
	width: 11%;
	height: 50px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	vertical-align: bottom;
	text-align: center;
	font-style: italic;
	font-size: 24px;
	line-height: 50px
}

.yzm-box a {
	display: inline-block;
	color: #666;
	font-size: 16px
}

.form-btn {
	margin-top: 50px;
	text-align: center
}

.form-btn input {
	display: inline-block;
	margin: 0 4px;
	width: 160px;
	height: 50px;
	border: 1px solid #e5000c;
	background-color: #fff;
	color: #e5000c;
	font-size: 16px;
	line-height: 50px;
	transition: all .5s
}

.form-btn input:hover {
	background-color: #e5000c;
	color: #fff
}

.com-form textarea {
	display: block;
	padding-left: 20px;
	width: 100%;
	height: 190px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	color: #666;
	font-size: 16px;
	line-height: 50px;
	resize: none
}

.ny-tit {
	color: #555;
	font-weight: 700;
	font-size: 20px
}

.about img {
	max-width: 100%
}

.about h4 {
	margin: 0 0 35px;
	text-align: center;
	font-weight: 700;
	font-size: 22px
}

.about p {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	line-height: 30px;
}

.about p::before {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	content: "";
	transform: rotateZ(45deg)
}

.about .ny-wrap {
	padding: 0 100px
}

.about .ny-img img {
	width: 100%
}

.about .ny-text {
	padding: 0 0 65px
}

.about p {
	font-size: 16px;
}

.about p:last-child {
	margin-bottom: 0
}

.section.brand {
	padding-top: 35px
}

.brand-one h4 {
	color: #e5000c;
	font-size: 26px;
	font-family: DINPro
}

.brand-one h4 span {
	font-size: 45px
}

.brand-one .ny-tit {
	margin-bottom: 30px;
	text-align: left;
	font-size: 40px
}

.brand-one li {
	margin-right: 150px;
	width: auto
}

.brand-one li:last-child {
	margin-right: 0
}

.brand-one li p {
	margin-top: 5px;
	font-size: 18px
}

.brand-one .icon-font {
	text-align: center
}

.brand-one {
	padding: 40px 0 30px 80px
}

.brand-two {
	padding: 150px 0 85px
}

.brand-two .com-swxt {
	text-align: center
}

.brand-two .swxt-img {
	display: inline-block;
	width: 78px;
	border-radius: 50%;
	background-color: #202425;
	transition: all .5s
}

.brand-two .swxt-img img {
	width: auto
}

.brand-two li {
	margin-bottom: 66px;
	width: 33.33%
}

.brand-two li:hover .swxt-img {
	background-color: #e5000c
}

.brand-two h4 {
	margin-top: 24px;
	color: #333
}

.newinfo-one {
	padding: 80px 0
}

.newinfo-one .ny-right {
	width: 23.571%
}

.newinfo-one .ny-right p {
	margin-bottom: 0;
	color: #666;
	text-align: left;
	font-family: DIN
}

.newinfo-one .ny-right h4 {
	color: #666;
	text-align: left;
	line-height: 22px
}

.newinfo-one .ny-right>h4 {
	color: #333;
	font-size: 20px
}

.newinfo-one .ny-right ul {
	margin-top: 20px
}

.newinfo-one .ny-right li:hover h4 {
	color: #e5000c
}

.newinfo-one .ny-right .swxt-font {
	padding: 15px 0 16px;
	border-bottom: 1px solid #eee
}

.newinfo-one .ny-right li:hover img {
	transform: scale(1.05)
}

.newinfo-one .ny-left {
	width: 70.9%
}

.newinfo-header h4 {
	color: #d10f1e;
	line-height: 34px
}

.newinfo-header p {
	margin: 10px 0 25px;
	color: #666
}

.newinfo-header span:nth-child(2) {
	margin-right: 22px;
	font-family: DIN
}

.newinfo-header {
	border-bottom: 1px solid #eee
}

.newinfo-center p {
	color: #666;
	line-height: 30px
}

.newinfo-center img {
	max-width: 100%
}

.newinfo-center {
	padding: 10px 0;
	padding-bottom: 71px;
	min-height: 400px;
	border-bottom: 1px solid #eee
}

.newinfo-one .ny-left img {
	width: auto !important;
	height: auto !important;
	max-width: 100%
}

.newinfo-img {
	margin: 42px 0;
	text-align: center
}

.newinfo-img img {
	margin: 0 10px;
	max-width: 39%
}

.newsinfo-footer {
	margin: 40px 0 0
}

.newsinfo-footer a {
	display: block;
	margin-bottom: 5px;
	color: #666
}

.newsinfo-footer .nif-right a {
	display: inline-block;
	width: auto;
	padding: 0px 15px;
	height: 48px;
	border: 1px solid #e5000c;
	color: #e5000c;
	text-align: center;
	font-size: 16px;
	line-height: 48px
}

.nif-left {
	float: left;
	width: 70%
}

.nif-right {
	float: right
}

.nif-left a:hover {
	color: #e5000c
}

.soluinfo .swiper-slide {
	border: 1px solid #dedede
}

.soluinfo .swiper-slide a {
	display: block;
	background-color: #fff
}

.soluinfo .swiper-img {
	border-bottom: 1px solid #dedede
}

.soluinfo .swiper-img img {
	width: 100%
}

.soluinfo .swiper-font {
	padding: 16px 20px
}

.soluinfo .swiper-font h4 {
	padding: 4px 0;
	padding-right: 22px;
	background: url(img/more.png) no-repeat right center;
	background-size: 18px
}

.product {
	padding-top: 10px;
	padding-bottom: 50px
}

.product-one {
	padding-top: 35px
}

.product-one .ny-header h4 {
	color: #555;
	font-weight: 700;
	font-size: 20px
}

.ny-btn a {
	display: inline-block;
	padding: 8px 30px;
	background-color: #e5000c;
	color: #fff;
	font-size: 14px
}

.ny-btn {
	display: none;
	margin-top: 20px;
	text-align: center
}

.section.yanfa {
	padding-bottom: 50px
}

@media(max-width:1919px) {
	.index-three .swxt-font {
		padding: 24px 20px 25px
	}
}

@media(max-width:1679px) {
	.section.brand {
		padding-top: 25px
	}

	.brand-two {
		padding: 130px 0 65px
	}

	.support-wrap li.active .sup-drop {
		padding: 9px 0 20px
	}
}

.news .lpage {
	margin: 10px 0 50px
}

.news .ztyw-font p {
	margin: 6px 0 14px
}

.brand-one .ny-tit {
	font-size: 32px
}

.brand-one h4 span {
	font-size: 36px
}

.brand-one li p {
	font-size: 16px
}

.brand-one li {
	margin-right: 130px
}

@media(max-width:1459px) {
	.newinfo-header p {
		margin: 6px 0 24px
	}

	.newsinfo-footer {
		margin: 30px 0 0
	}

	.newsinfo-footer .nif-right a {
		width: 150px;
		height: 45px;
		font-size: 16px;
		line-height: 44px
	}

	.newinfo-one .ny-right p {
		margin-bottom: 0
	}

	.newinfo-one .ny-right ul {
		margin-top: 20px
	}

	.index-three .swxt-font {
		padding: 20px 20px 20px
	}

	.brand-two h4 {
		margin-top: 18px
	}

	.brand-two {
		padding: 110px 0 45px
	}

	.contact-one .ny-right h4 {
		margin-bottom: 24px
	}

	.contact-one {
		padding: 20px 0 60px
	}

	.contact-one .ny-left,
	.contact-one .ny-right {
		padding-top: 58px
	}

	.contact-three h4 {
		font-size: 18px
	}

	.form-btn input {
		width: 150px;
		height: 45px;
		line-height: 45px
	}

	.form-btn {
		margin-top: 30px
	}

	.cont-one {
		padding: 60px 0
	}

	.down-table th {
		width: 100px;
		font-size: 18px
	}

	.down-key {
		width: 400px
	}

	.down-sub {
		width: 90px
	}

	.about p {
		margin-bottom: 15px;
		padding-bottom: 15px
	}

	.about h4 {
		margin-bottom: 25px
	}

	.down .lpage,
	.faq .lpage {
		margin: 35px 0 50px
	}

	.sup-font p {
		font-size: 18px
	}

	.sup-font {
		padding: 20px 0
	}

	.newinfo-one {
		padding: 60px 0
	}
}

.index-four ul,
.index-one ul,
.index-three ul {
	margin: 0 -3px
}

.index-four li,
.index-one li,
.index-three li {
	margin-bottom: 10px;
	padding: 0 3px
}

@media(max-width:1259px) {
	.news .ztyw-font p {
		margin: 6px 0 14px;
		height: 20px;
		-webkit-line-clamp: 1
	}

	.news .lpage {
		margin: 10px 0 50px
	}

	.news li {
		margin-bottom: 20px
	}

	.nav-wrap {
		margin-bottom: 50px
	}

	.newinfo-header h4 {
		line-height: 28px
	}

	.index-three .swxt-font {
		padding: 14px 20px 14px
	}

	.brand-one li {
		margin-right: 75px
	}

	.brand-one h4 {
		font-size: 26px
	}

	.brand-one h4 {
		font-size: 22px
	}

	.brand-one {
		padding: 40px 0 30px 60px
	}

	.brand-one h4 span {
		font-size: 34px
	}

	.brand-one .ny-tit {
		margin-bottom: 24px
	}

	.section.brand {
		padding-top: 0
	}

	.brand-two .swxt-img {
		width: 60px
	}

	.brand-two h4 {
		margin-top: 10px;
		font-size: 16px
	}

	.brand-two {
		padding: 90px 0 40px
	}

	.brand-two li {
		margin-bottom: 45px
	}

	.contact-one .ny-left {
		padding-top: 0
	}

	.contact-one h4 {
		font-size: 18px
	}

	.contact-one p {
		margin-bottom: 6px
	}

	.contact-one .ny-right h4 {
		margin-bottom: 20px
	}

	.contact-three h4 {
		font-size: 16px;
		line-height: 22px
	}

	.cont-one {
		padding: 60px 0
	}

	.down-table th {
		padding: 12px 0;
		font-size: 16px
	}

	.down-table td:last-child {
		padding: 6px 11px 6px 0
	}

	.down-table td {
		padding: 16px 0
	}

	.about .ny-wrap {
		padding: 0 60px
	}

	.about .ny-text {
		padding: 0 0 55px
	}

	.sup-font p {
		font-size: 16px
	}

	.contact-one .ny-right img {
		width: 100px
	}

	.contact-one .ny-right {
		text-align: center
	}

	.contact-one {
		padding: 50px 0
	}

	.product {
		padding-top: 10px
	}
}

@media(max-width:991px) {
	.news li {
		width: 100%
	}

	.news .ztyw-font p {
		margin: 6px 0 14px;
		margin: 10px 0 20px;
		height: 40px;
		-webkit-line-clamp: 2
	}

	.news .ztyw-font {
		padding-top: 17px
	}

	.index-four li,
	.index-one li,
	.index-three li {
		width: 25%
	}

	.section.yanfa .index-three li:nth-child(10),
	.section.yanfa .index-three li:nth-child(5),
	.section.yanfa .index-three li:nth-child(6),
	.section.yanfa .index-three li:nth-child(7),
	.section.yanfa .index-three li:nth-child(8),
	.section.yanfa .index-three li:nth-child(9),
	.solution .index-three li:nth-child(10),
	.solution .index-three li:nth-child(5),
	.solution .index-three li:nth-child(6),
	.solution .index-three li:nth-child(7),
	.solution .index-three li:nth-child(8),
	.solution .index-three li:nth-child(9) {
		display: inline-block
	}

	.index-three .swxt-font {
		padding: 13px 20px 14px
	}

	.brand-one .ny-tit {
		font-size: 26px
	}

	.brand-one h4 span {
		font-size: 26px
	}

	.brand-one li p {
		font-size: 14px
	}

	.brand-one {
		padding: 20px 0 10px 40px
	}

	.brand-one li {
		margin-right: 48px
	}

	.brand-two .swxt-img {
		width: 50px
	}

	.brand-two li {
		margin-bottom: 35px
	}

	.brand-two {
		padding: 60px 0 20px
	}

	.contact-one .ny-wrap,
	.contact-three .ny-wrap {
		padding: 0
	}

	.down-table th:first-child {
		width: 60%
	}

	.down-key {
		width: 300px
	}

	.about .ny-wrap {
		padding: 0
	}

	.ny-btn {
		display: block
	}

	.index-six .insi-box {
		margin-bottom: 35px;
		width: 50%
	}

	.newsinfo-footer .nif-right a {
		width: 140px;
		height: 42px;
		font-size: 14px;
		line-height: 42px
	}

	.section.solution {
		padding-bottom: 45px
	}
}

@media(max-width:767px) {
	.index.banner {
		margin-top: 60px
	}

	.ny-nav {
		display: none
	}

	.nav-wrap {
		margin-bottom: 0
	}

	.news .lpage {
		margin: 10px 0 40px
	}

	.news {
		margin-top: 0
	}

	.news .ztyw-font {
		padding-left: 0;
		width: 100%
	}

	.news .ztyw-img {
		width: 100%
	}

	.index-one li,
	.index-three li {
		width: 50%
	}

	.index-one li:nth-child(1),
	.index-one li:nth-child(2),
	.index-one li:nth-child(3),
	.index-one li:nth-child(4),
	.index-three li:nth-child(1),
	.index-three li:nth-child(2),
	.index-three li:nth-child(3),
	.index-three li:nth-child(4) {
		display: inline-block
	}

	.index-three .swxt-font {
		padding: 15.5px 20px 16px
	}

	.index-four li {
		width: 33.33%
	}

	.brand-one {
		padding: 20px 20px
	}

	.brand-one li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 50%
	}

	.brand-one li:last-child {
		margin-bottom: 0;
		width: 100%
	}

	.brand-one .ny-tit {
		text-align: center;
		font-size: 22px
	}

	.brand-one h4 span {
		font-size: 22px
	}

	.brand-two li {
		margin-bottom: 25px;
		width: 50%
	}

	.brand-two {
		padding: 50px 0 22px
	}

	.brand-two .swxt-img {
		width: 45px
	}

	.contact-one .ny-right {
		width: 100%;
		text-align: center
	}

	.contact-one .ny-right img {
		width: 150px
	}

	.contact-one .ny-left {
		margin-bottom: 30px;
		width: 100%;
		text-align: center
	}

	.contact-three li {
		margin-bottom: 30px;
		width: 100%
	}

	.ztyw-font {
		float: left;
		width: 100%;
		text-align: center
	}

	.contact-three li:nth-child(even) .ztyw-font {
		float: left
	}

	.contact-three {
		margin: 45px 0 10px
	}

	.cont-one {
		padding: 40px 0 45px
	}

	.form-ul li {
		width: 100%
	}

	.form-ul-item {
		line-height: 45px
	}

	.com-form textarea {
		height: 150px
	}

	#random {
		margin: 20px 0 0;
		width: 35%;
		height: 45px;
		font-size: 20px;
		line-height: 45px
	}

	.yzm-box {
		margin-top: 0
	}

	.form-btn input {
		width: 120px;
		height: 40px;
		font-size: 14px;
		line-height: 40px
	}

	#yzm {
		height: 45px;
		line-height: 45px
	}

	.yzm-box a {
		font-size: 14px
	}

	.down-key {
		width: 70%
	}

	.down-sub {
		width: 30%
	}

	.down-select li {
		margin-bottom: 20px;
		width: 50%
	}

	.down-select li:nth-child(2)::after {
		display: none
	}

	.down-table th:nth-child(2) {
		display: none
	}

	.down-table td:nth-child(2) {
		display: none
	}

	.down-table th:first-child {
		width: 71%
	}

	.down-table th:first-child {
		padding-left: 20px
	}

	.down-table td:first-child {
		padding-left: 20px
	}

	.down-wrap {
		padding-top: 30px
	}

	.down-table td {
		text-align: center
	}

	.down-icon {
		margin-top: 5px;
		margin-left: 0;
		width: 100%
	}

	.down-table p {
		padding-left: 20px;
		background-size: 16px;
		text-align: left;
		font-size: 14px
	}

	.about .ny-text {
		padding: 0 0 45px
	}

	.about h4 {
		font-size: 18px
	}

	.about p {
		font-size: 14px
	}

	.about p {
		margin-bottom: 10px;
		padding-bottom: 10px
	}

	.down .lpage,
	.faq .lpage {
		margin: 30px 0 45px
	}

	.sup-font {
		padding: 12px 0
	}

	.index-six .insi-box {
		margin-bottom: 0;
		width: 100%
	}

	.nav-wrap.news {
		display: none
	}

	.newinfo-one .ny-left {
		width: 100%
	}

	.newinfo-one .ny-right {
		margin-top: 45px;
		width: 100%
	}

	.nif-right {
		float: left;
		margin-top: 20px
	}

	.nif-left {
		width: 100%
	}

	.newinfo-one {
		padding: 45px 0
	}

	.newinfo-one .ny-right .swxt-font {
		padding: 6px 0
	}

	.footer-center dd {
		margin-bottom: 8px
	}

	.insi-box>h4 {
		font-size: 18px
	}

	.brand-one li p {
		font-size: 16px
	}
}

@media(max-width:321px) {
	.mod-nav li p {
		font-size: 12px
	}
}

.proinfo .proinfo-left {
	float: left;
	width: 36%
}

.proinfo .proinfo-left .swiper-slide img {
	width: 100%
}

.proinfo .proinfo-right {
	float: right;
	width: 60%
}

.proinfo-right>p {
	margin: 37px 0 12px;
	color: #999;
	font-size: 18px
}

.proinfo-right em {
	display: inline-block;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	vertical-align: middle
}

.proinfo-right .call em {
	background: url(img/call.png) no-repeat;
	background-size: 100%
}

.proinfo-right .tell em {
	background: url(img/tell2.png) no-repeat;
	background-size: 100%
}

.proinfo-right a {
	display: inline-block;
	width: 220px;
	height: 55px;
	border-radius: 6px;
	text-align: center;
	font-size: 20px;
	line-height: 50px
}

.proinfo-right .call {
	margin-right: 40px;
	background-color: #fa9600;
	color: #fff
}

.proinfo-right .tell {
	border: 1px solid #fa9600;
	color: #fa9600
}

.proinfo-right a span {
	vertical-align: middle
}

.proinfo .ny-tit,
.soluinfo .ny-tit {
	margin: 40px 0 30px
}

.proinfo .proinfo-nav {
	margin: 40px 0;
	border-bottom: 1px solid #e6e6e6
}

.proinfo .proinfo-nav li {
	position: relative;
	float: left;
	border: 1px solid #fff;
	border-radius: 6px 6px 0 0
}

.proinfo .proinfo-nav li p {
	padding: 6px 26px;
	color: #40add6;
	font-size: 20px
}

.proinfo .proinfo-nav li.on {
	border: 1px solid #e6e6e6
}

.proinfo .proinfo-nav li.on::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: ""
}

.proinfo .proinfo-nav li.on p {
	color: #e5000c
}

.proinfo .proinfo-box {
	display: none;
	border: 1px solid #9d9d9d
}

.proinfo .proinfo-box.on {
	display: block
}

.proinfo .proinfo-box a {
	display: inline-block;
	width: 220px;
	height: 55px;
	border: 1px solid #fa9600;
	border-radius: 6px;
	color: #fa9600;
	text-align: center;
	font-size: 20px;
	line-height: 50px
}

.proinfo .proinfo-box a {
	margin: 30px 30px 0
}

.proinfo .proinfo-box a:hover {
	background-color: #fa9600;
	color: #fff
}

.proinfo {
	margin: 60px 0 0
}

.proinfo-bot {
	padding-bottom: 60px
}

.proinfo-left .swiper-button-next,
.proinfo-left .swiper-button-prev {
	display: none;
	transition: all 1s
}

.proinfo-left:hover .swiper-button-next,
.proinfo-left:hover .swiper-button-prev {
	display: block
}

.proinfo-right>p {
	margin: 26px 0 9px
}

.proinfo .proinfo-box a,
.proinfo-right a {
	width: 200px;
	height: 50px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 46px
}

@media(max-width:1459px) {
	.proinfo-right em {
		width: 30px;
		height: 30px
	}

	.proinfo-right>p {
		margin: 26px 0 9px
	}

	.proinfo {
		margin: 50px 0 0
	}

	.proinfo-bot {
		padding-bottom: 50px
	}
}

@media(max-width:1259px) {
	.proinfo .proinfo-left {
		width: 38%
	}

	.proinfo .proinfo-right {
		width: 58%
	}
}

@media(max-width:991px) {
	.proinfo-right>p {
		margin: 14px 0 6px;
		font-size: 16px
	}

	.proinfo-right em {
		width: 26px;
		height: 26px
	}

	.proinfo .proinfo-box a,
	.proinfo-right a {
		width: 160px;
		height: 46px;
		font-size: 16px;
		line-height: 44px
	}

	.proinfo .proinfo-box a {
		margin: 20px 20px 0
	}
}

@media(max-width:767px) {
	.proinfo .proinfo-nav li p {
		font-size: 16px
	}

	.proinfo .proinfo-left {
		margin-top: 45px;
		width: 100%
	}

	.proinfo .proinfo-right {
		margin-top: 20px;
		width: 100%
	}

	.proinfo .proinfo-box a,
	.proinfo-right a {
		width: 135px;
		height: 40px;
		font-size: 14px;
		line-height: 40px
	}

	.proinfo .proinfo-box a {
		margin: 15px 5px 0 15px
	}

	.proinfo-right em {
		width: 20px;
		height: 20px
	}

	.proinfo-right .call {
		margin-right: 10px
	}

	.proinfo-left .swiper-button-next,
	.proinfo-left .swiper-button-prev {
		display: block
	}

	.proinfo .proinfo-nav {
		display: none
	}

	.proinfo .drop-nav {
		margin: 20px 0;
		border-top: solid 1px #dee5ed
	}
}

.soluinfo-swiper {
	margin: 60px 0
}

.soluinfo-swiper .swiper-button-next,
.soluinfo-swiper .swiper-button-prev {
	display: none
}

.soluinfo-swiper:hover .swiper-button-next,
.soluinfo-swiper:hover .swiper-button-prev {
	display: block
}

.soluinfo .proinfo-left {
	position: relative;
	float: left;
	width: 50%
}

.soluinfo .proinfo-left img {
	width: 100%
}

.soluinfo .proinfo-left video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill
}

.soluinfo .proinfo-right {
	float: right;
	padding-left: 80px;
	width: 50%
}

.infoTxt .proinfo-right .ny-txt h4 {
	margin-bottom: 40px
}

.infoTxt .proinfo-right .ny-txt li {
	margin-bottom: 10px
}

.infoTxt .proinfo-right .ny-txt .proinfo-right {
	float: left;
	width: 100%
}

.proinfo.infoTxt .proinfo-right .ny-txt ul {
	height: 298px
}

.soluinfo.infoTxt .proinfo-right .ny-txt ul {
	height: 360px
}

.soluinfo-center p {
	font-size: 18px;
	line-height: 26px
}

.soluinfo-center {
	padding: 60px 0
}

@media(max-width:1679px) {
	.tips-left {
		font-size: 18px
	}

	.tips-left li {
		padding: 12px 20px
	}

	.tips-left,
	.tips-right {
		min-height: 400px
	}
}

.soluinfo .proinfo-right {
	width: 60%
}

.soluinfo .proinfo-left {
	width: 40%;
	background-color: #000
}

.soluinfo.infoTxt .proinfo-right .ny-txt ul {
	height: 216px
}

.infoTxt .proinfo-right .ny-txt li {
	margin-bottom: 6px
}

.infoTxt .proinfo-right .ny-txt h4 {
	margin-bottom: 20px
}

.proinfo.infoTxt .proinfo-right .ny-txt ul {
	height: 267px
}

@media(max-width:1459px) {
	.soluinfo.infoTxt .proinfo-right .ny-txt ul {
		height: 223px
	}
}

@media(max-width:1259px) {
	.soluinfo .proinfo-right {
		padding-left: 40px
	}

	.soluinfo .proinfo-right .call {
		margin-right: 12px
	}

	.infoTxt .proinfo-right .ny-txt h4 {
		margin-bottom: 15px
	}

	.soluinfo.infoTxt .proinfo-right .ny-txt ul {
		height: 152px
	}

	.infoTxt .proinfo-right .ny-txt li {
		margin-bottom: 3px
	}

	.soluinfo-center {
		padding: 45px 0 50px
	}

	.soluinfo-swiper {
		margin: 50px 0
	}

	.proinfo.infoTxt .proinfo-right .ny-txt ul {
		height: 205px
	}

	.proinfo .proinfo-nav li p {
		font-size: 18px
	}
}

@media(max-width:991px) {
	.soluinfo.infoTxt .proinfo-right .ny-txt ul {
		height: 106px
	}

	.proinfo.infoTxt .proinfo-right .ny-txt ul {
		height: 146px
	}

	.proinfo .proinfo-nav li p {
		padding: 6px 18px;
		font-size: 16px
	}

	.soluinfo .proinfo-right {
		padding-left: 20px
	}
}

@media(max-width:767px) {
	.soluinfo .proinfo-left {
		width: 100%
	}

	.soluinfo .proinfo-right {
		margin-top: 30px;
		padding: 0;
		width: 100%
	}

	.soluinfo.infoTxt .proinfo-right .ny-txt ul {
		height: auto
	}

	.soluinfo-swiper .swiper-button-next,
	.soluinfo-swiper .swiper-button-prev {
		display: block
	}

	.soluinfo-swiper {
		margin: 45px 0
	}

	.soluinfo-center p {
		font-size: 16px;
		line-height: 24px
	}

	.proinfo.infoTxt .proinfo-right .ny-txt ul {
		height: auto
	}
}

.pc-banner.yincang {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0
}

.index-one li h4,
.index-three li h4 {
	color: #4a4a4a;
	letter-spacing: .2px;
	font-size: 16px;
	line-height: 20px
}

.index-three li h4 {
	font-size: 16px
}

.hide {
	display: none
}

@media(max-width:1459px) {
	.header-search-a a {
		margin-right: 30px
	}

	.index-six .swxt-font h4 {
		font-size: 16px
	}

	.insi-box>h4 {
		font-size: 18px
	}
}

@media(max-width:1259px) {
	.ny-banner {
		margin-top: 60px
	}

	.product-one .ny-header h4 {
		font-size: 18px
	}
}

.soluinfo-swiper .swiper-button-next.swiper-button-disabled,
.soluinfo-swiper .swiper-button-prev.swiper-button-disabled {
	pointer-events: inherit
}

.header.scroll {
	position: fixed;
	transition: all 1s;
	transform: translateY(0)
}

.proinfo-left-wy {
	position: relative;
	margin: 30px 0
}

.ny-txt {
	margin-bottom: 10px
}

.sup-drop-sr {
	overflow-y: scroll;
	height: 500px
}

.sup-drop-sr::-webkit-scrollbar {
	width: 3px;
	background-color: #dcdbdb
}

.sup-drop-sr::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e5000c
}

.zzxx {
	min-height: 400px
}

.zzxx li {
	float: left;
	margin: 1% .5%;
	width: 19%
}

.zzxx li a {
	overflow: hidden;
	border: 1px solid #cdcdcd;
	border-radius: 6px;
	background-color: #fff
}

.zzxx li:hover a {
	border: 1px solid #e5000c
}

.zzxx li:hover img {
	transform: scale(1.05)
}

.zzxx li:hover h4 {
	color: #e5000c
}

.zzxx li .swxt-font {
	padding: 20px 20px 20px
}

.zzxx li .swxt-img img {
	width: 100%
}

.dy-table {
	margin: 20px 0
}

.dy-table input {
	margin-bottom: 20px;
	padding: 5px 10px;
	border: 1px solid #e5000c;
	background-color: #e5000c;
	color: #fff
}

.dy-table p {
	font-size: 14px
}

.yqlj span {
	margin-right: 18px;
	color: #fff;
	font-weight: 200;
	font-size: 14px;
	opacity: .6
}

.custom_service p img {
	display: inline;
	vertical-align: middle;
	width: 69px;
}

.scrollsidebar {
	position: absolute;
	z-index: 999;
	top: 350px;
	right: 0
}

.side_content {
	width: 154px;
	height: auto;
	overflow: hidden;
	float: left;
}

.side_content .side_list {
	width: 154px;
	overflow: hidden;
}

.show_btn {
	width: 0;
	height: 112px;
	overflow: hidden;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}

.show_btn span {
	display: none;
}

.close_btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.side_title,
.side_bottom,
.close_btn,
.show_btn {
	background: url(img/1691553306155955.png) no-repeat;
}

.side_title {
	height: 46px;
}

.side_bottom {
	height: 8px;
}

.side_center {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 12px;
	font-size: 12px;
}

.close_btn {
	float: right;
	display: block;
	width: 21px;
	height: 16px;
	margin: 16px 10px 0 0;
	_margin: 16px 5px 0 0;
}

.close_btn span {
	display: none;
}

.side_center .custom_service p {
	text-align: center;
	padding: 6px 0;
	margin: 0;
	vertical-align: middle;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

.other {
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.other p {
	padding: 5px 0;
	_height: 16px;
	margin: 0;
	color: #666666;
}

.msgserver {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
}

.msgserver a {
	background: url(img/1691553306155955.png) no-repeat -119px -115px;
	padding-left: 22px;
}

/* blue skin as the default skin */
.side_title,
.side_blue .side_title {
	background-position: -195px 0;
}

.side_center,
.side_blue .side_center {
	background: url(img/1691553306999339.png) repeat-y center;
}

.side_bottom,
.side_blue .side_bottom {
	background-position: -195px -50px;
}

.close_btn,
.side_blue .close_btn {
	background-position: -44px 0;
}

.close_btn:hover,
.side_blue .close_btn:hover {
	background-position: -66px 0;
}

.show_btn,
.side_blue .show_btn {
	background-position: -119px 0;
}

.msgserver a,
.side_blue .msgserver a {
	color: #06C;
}

/* green skin  */
.side_green .side_title {
	background-position: -349px 0;
}

.side_green .side_center {
	background: url(img/1691553306999339.png) repeat-y center;
}

.side_green .side_bottom {
	background-position: -349px -50px;
}

.side_green .close_btn {
	background-position: -44px -23px;
}

.side_green .close_btn:hover {
	background-position: -66px -23px;
}

.side_green .show_btn {
	background-position: -147px 0;
}

.side_green .msgserver a {
	color: #76a20c;
}