*,*::before,*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0 auto;
	max-width: 1920px;
	font-family: "Poppins",sans-serif;
	font-size: 1rem;
	font-weight: 400;
	position: relative;
	/*line-height: 1.75;*/
	color: #666;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}
a{
	text-decoration: none;
}
a:not([href]):not([class]),a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}
p,h1,h2,h3,h4,h5,h6{
	margin:0px;
}
ul{
	padding: 0px;
}
li{
	list-style: none;
}
.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.d-none {
    display: none !important;
}
@media(min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-flex{
		display: flex !important;
	}
}
.container{
  width: 1400px;
  margin:0 auto;
  overflow: hidden;
}
.left{
  float: left;
}
.right{
  float: right;
}
.tc{
  text-align: center;
}
.tl{
  text-align: left;
}
.tr{
  text-align: right;
}
.row{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.rob{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.roc{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cici{
  overflow: hidden;
}
.cici img{
  width: 100%;
  height: 100%;
  transition: all 0.5s ease; 
  object-fit: cover;
  border:none;
  display: block;
}
.coco{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease; 
	object-fit: contain;
	border:none;
}
.clear{
  clear: both;
}
.cl1{
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cl2{
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cl3{
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cl4{
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ts5{
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

/*加载*/
#preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	background-color: #FFF
}

.preloader {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes spinner-border1 {
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}
@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.text-primary {
	color: #b60000!important;
}
.spinner-border {
	display: inline-block;
	width: 122px;
	height: 122px;
	vertical-align: text-bottom;
	border: 4px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border 2s linear infinite;
	animation: spinner-border 2s linear infinite;
	justify-content: center;
	display: flex;
	align-items: center;
}
.spinner-border img{
	-webkit-animation: spinner-border1 2s linear infinite;
	animation: spinner-border1 2s linear infinite;
}

.spinner-border-sm {
	width: 16px;
	height: 16px;
	border-width: 3.2px
}
/*header*/
.main-header .rob .logo{
	max-width: 50%;
}
.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-top: 0px;
	height: 100%;
}

.nav-link {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.nav-link {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.nav-link.disabled {
	color: #6C757D;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #DEE2E6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
	border-color: #E9ECEF #E9ECEF #DEE2E6
}

.nav-tabs .nav-link.disabled {
	color: #6C757D;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #FFF;
	border-color: #DEE2E6 #DEE2E6 #FFF
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: 4px
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	color: #FFF;
	background-color: #122179
}

.nav-fill>.nav-link,.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}
nav{
	margin-right: 20px;
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: inherit;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	padding-top: 4.5px;
	padding-bottom: 4.5px;
	margin-right: 16px;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap
}

.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-text {
	padding-top: 8px;
	padding-bottom: 8px
}

.navbar-collapse {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.navbar-toggler {
	padding: 4px 12px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: -webkit-box-shadow .15s ease-in-out;
	transition: -webkit-box-shadow .15s ease-in-out;
	-o-transition: box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.navbar-toggler {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px;
	box-shadow: 0 0 0 4px
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

@media(min-width:576px) {
	.navbar-expand-sm {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px
	}

	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px
	}

	.navbar-expand-md .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media(min-width:992px) {
	.navbar-expand-lg {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px
	}

	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media(min-width:1200px) {
	.navbar-expand-xl {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px
	}

	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

@media(min-width:1600px) {
	.navbar-expand-xxl {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px
	}

	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 8px;
	padding-left: 8px
}

.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
	color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,0.55)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0,0,0,0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0,0,0,0.3)
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0,0,0,0.55);
	border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0,0,0,0.55)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
	color: rgba(0,0,0,0.9)
}

.navbar-dark .navbar-brand {
	color: #FFF
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
	color: #FFF
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,0.55)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255,255,255,0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255,0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active {
	color: #FFF
}

.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,0.55);
	border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255,255,255,0.55)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
	color: #FFF
}

.main-header-area {
	position: relative;
	background: #FFF
}

.main-header-area .header-logo img {
	width: 100%;
	vertical-align:middle;
}

.header-sticky {
	width: 100%;
	z-index: 30;
	/*position: absolute;*/
	background-size: cover;
	background-position: 50% 0;
	-webkit-transition: background-color .3s,opacity .3s;
	-o-transition: background-color .3s,opacity .3s;
	transition: background-color .3s,opacity .3s;
	/*min-height: 100px*/
}

@media(max-width:767px) {
	.header-sticky {
		position: relative;
		min-height: 80px
	}
}

@media(max-width:479px) {
	.header-sticky {
		position: relative;
		min-height: 70px
	}
}

.header-sticky .nonsticky-logo {
	display: none
}

@media(max-width:767px) {
	.header-sticky .nonsticky-logo {
		display: block
	}
}

@media(max-width:767px) {
	.header-sticky .sticky-logo {
		display: none
	}
}

.header-sticky.sticky .nonsticky-logo {
	display: block
}

.header-sticky.sticky .sticky-logo {
	display: none
}

.header-sticky.sticky .main-header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	width: 100%;
	-webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
	animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2)
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@media(max-width:767px) {
	.main-header {
		min-height: 80px
	}
}

@media(max-width:479px) {
	.main-header {
		min-height: 70px
	}
}

.main-nav>ul>li {
	display: inline-block;
	position: relative
}

.main-nav>ul>li:hover .dropdown-hover {
	visibility: visible;
	opacity: 1;
	top: 100%
}

.main-nav>ul>li:hover .dropdown-hover-2 {
	visibility: visible;
	opacity: 1;
	top: 100%
}

.main-nav>ul>li>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 33px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #212121
}

.main-nav>ul>li>a.active {
	color: #b60000;
}

.main-nav>ul>li>a:hover {
	color: #b60000;
}

.main-nav>ul>li>a i {
	margin-left: 5px;
	font-size: 15px;
	vertical-align: middle;
	line-height: 1.5
}

.main-nav>ul>li>a .menu-text {
	position: relative
}

@media(max-width:767px) {
	.main-nav>ul>li>a {
		padding: 32px 15px
	}
}

@media(max-width:479px) {
	.main-nav>ul>li>a {
		padding: 25px 15px
	}
}

.main-nav.header-right-area>ul>li>a {
	padding-right: 0;
	padding-left: 0;
	margin-left: 15px
}

.main-nav.header-right-area>ul>li>a:hover {
	color: #122179
}

.header-transparent {
	background: transparent
}

@media(max-width:767px) {
	.header-transparent {
		background: #FFF
	}
}

.header-transparent.sticky .main-nav>ul>li>a {
	color: #212121
}

.header-transparent.sticky .main-nav>ul>li>a:hover {
	color: #122179
}

.header-transparent.sticky .search-box-menu .off-canvas-search-btn .btn-search {
	color: #212121
}

.header-transparent.sticky .search-box-menu .off-canvas-search-btn .btn-search:hover {
	color: #122179
}

.header-transparent .main-nav>ul>li>a {
	/*color: #FFF*/
}

@media(max-width:767px) {
	.header-transparent .main-nav>ul>li>a {
		color: #212121
	}
}

.main-nav > ul > li.li_1,
.main-nav > ul > li.li_2{
	width: 110px;
	height: 100%;
	box-sizing: border-box;
	background: #A80000;
}
.main-nav.header-right-area > ul > li.li_1 > a,
.main-nav.header-right-area > ul > li.li_2 > a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	margin:0px;
}
.main-nav > ul > li.li_1 > a i,
.main-nav > ul > li.li_2 > a i{
	font-size: 40px;
	font-weight: lighter;
	line-height: 0;
	margin:0px;
}

.header-transparent .main-nav>ul>li>a:hover .menu-text:before {
	left: 0;
	right: auto;
	width: 100%
}

.header-transparent .main-nav>ul>li>a .menu-text:before {
	background-color: #B60000;
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	bottom: -5px;
	height: 2px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 0
}

.header-transparent .search-box-menu .off-canvas-search-btn .btn-search {
	color: #FFF
}

@media(max-width:767px) {
	.header-transparent .search-box-menu .off-canvas-search-btn .btn-search {
		color: #212121
	}
}

.header-transparent .search-box-menu .off-canvas-search-btn .btn-search:hover {
	color: #122179
}

.dropdown-submenu {
	background: #FFF;
	padding: 20px 0 15px;
	width: 213px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border-bottom: 3px solid #b60000;
}

.dropdown-submenu>li {
	padding: 5px 20px;
	margin-bottom: 5px
}

.dropdown-submenu>li>a {
	padding: 10px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
	line-height: 18px;
	position: relative;
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.dropdown-submenu>li>a:hover {
	color: #b60000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.dropdown-submenu>li>a:hover:before {
	left: 0;
	right: auto;
	width: 100%
}

.dropdown-submenu>li>a.active {
	color: #b60000
}

.dropdown-submenu>li>a:before {
	background-color: #b60000;
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	bottom: 5px;
	height: 2px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 0
}

.dropdown-hover {
	position: absolute;
	top: 110%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear .2s;
	-o-transition: all .3s linear .2s;
	transition: all .3s linear .2s;
	z-index: 999
}

.off-canvas-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 9999
}

.off-canvas-wrapper.open {
	opacity: 1;
	visibility: visible
}

.off-canvas-wrapper.open .off-canvas-inner-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.off-canvas-wrapper .off-canvas-inner-content {
	background-color: #FFF;
	width: 380px;
	height: 100%;
	position: relative;
	-webkit-transform: translateX(calc(-100% - 50px));
	-ms-transform: translateX(calc(-100% - 50px));
	transform: translateX(calc(-100% - 50px));
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media(max-width:479px) {
	.off-canvas-wrapper .off-canvas-inner-content {
		width: 280px
	}
}

.off-canvas-wrapper .btn-close-off-canvas {
	left: 100%
}

.off-canvas-wrapper .off-canvas-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	height: 100%;
	overflow: auto
}

.off-canvas-wrapper .offcanvas-widget-area {
	padding-top: 40px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.off-canvas-overlay {
	background-color: rgba(0,0,0,0.5);
	content: "";
	cursor: url(../images/cancel.png),auto;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1
}

.off-canvas-menu-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 9999
}

.off-canvas-menu-wrapper.open {
	opacity: 1;
	visibility: visible
}

.off-canvas-menu-wrapper.open .off-canvas-inner-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.off-canvas-menu-wrapper .off-canvas-inner-content {
	background-color: #FFF;
	width: 400px;
	height: 100%;
	position: relative;
	-webkit-transform: translateX(calc(100% - 50px));
	-ms-transform: translateX(calc(100% - 50px));
	transform: translateX(calc(100% - 50px));
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin-left: auto;
	position: relative
}

.off-canvas-menu-wrapper .off-canvas-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	height: 100%;
	overflow: auto
}

.off-canvas-menu-wrapper .offcanvas-widget-area {
	padding-top: 40px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.off-canvas-menu-wrapper .offcanvas-widget-area .desc-content {
	padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu>li {
	list-style: none;
	margin-bottom: 20px;
	white-space: nowrap
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu>li>span {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 23px;
	color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link {
	margin: 20px 0;
	padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: 600;
	color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a:hover {
	color: #122179
}


.btn-close-off-canvas {
	width: 50px;
	height: 56px;
	color: #212121;
	line-height: 56px;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	top: 0;
	right: 100%;
	background: #F8F9FA;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-close-off-canvas i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-size: 24px;
	line-height: 24px
}

.btn-close-off-canvas:hover {
	color: #122179;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.btn-close-off-canvas:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media(max-width:479px) {
	.btn-close-off-canvas {
		width: 35px
	}

	.btn-close-off-canvas i {
		font-size: 18px
	}
}

.offcanvas-widget-area {
	padding: 0 40px 20px
}

@media(max-width:479px) {
	.offcanvas-widget-area {
		padding: 0 30px 20px
	}
}

.offcanvas-widget-area .search-box-wrap {
	background-color: #F8F9FA;
	margin: -40px -40px 20px -40px;
	padding: 19px 40px
}

@media(max-width:479px) {
	.offcanvas-widget-area .search-box-wrap {
		margin: -40px -30px 60px -30px
	}
}

.offcanvas-widget-area .search-box-wrap form {
	position: relative
}

.offcanvas-widget-area .search-box-wrap form input {
	background-color: transparent;
	border: 0;
	display: block;
	padding-right: 30px;
	outline: 0;
	width: 100%
}

.offcanvas-widget-area .search-box-wrap form .btn-search {
	border: 0;
	background-color: transparent;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.offcanvas-widget-area .search-box-wrap form .btn-search:hover {
	color: #122179
}

.mobile-header .category-toggle {
	padding: 8px 15px
}

.mobile-menu {
	height: 100%;
	padding-right: 30px;
	margin-right: -30px;
	margin-bottom: 40px
}

.mobile-menu li>a {
	font-size: 15px;
	color: #252525;
	text-transform: capitalize;
	line-height: 18px;
	position: relative;
	display: block;
	padding: 15px 0;
	font-weight: 600
}

.mobile-menu li>a:hover {
	color: #000
}

.mobile-menu li ul li {
	border: 0
}

.mobile-menu li ul li a {
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px 15px 8px;
	font-weight: 400
}

.mobile-menu .has-children,.mobile-menu .menu-item-has-children {
	position: relative
}

.mobile-menu .has-children .menu-expand,.mobile-menu .menu-item-has-children .menu-expand {
	line-height: 50;
	top: 0;
	left: 100%;
	width: 30px;
	position: absolute;
	height: 50px;
	text-align: center;
	cursor: pointer
}

@media(max-width:767px) {
	.mobile-menu .has-children .menu-expand,.mobile-menu .menu-item-has-children .menu-expand {
		left: 90%
	}
}

.mobile-menu .has-children .menu-expand i,.mobile-menu .menu-item-has-children .menu-expand i {
	display: block;
	position: relative;
	width: 10px;
	margin-top: 23px;
	border-bottom: 1px solid #252525;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out
}

.mobile-menu .has-children .menu-expand i:before,.mobile-menu .menu-item-has-children .menu-expand i:before {
	top: 0;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border-bottom: 1px solid #252525;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.mobile-menu .has-children.active>.menu-expand i:before,.mobile-menu .menu-item-has-children.active>.menu-expand i:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.mobile-navigation nav {
	height: 100%
}

.off-canvas-search-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 9999
}

.off-canvas-search-wrapper.open {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	z-index: 9999
}

.off-canvas-search-wrapper.open .off-canvas-inner {
	opacity: 1;
	visibility: visible;
	-webkit-animation: slideInUp 1s forwards;
	animation: slideInUp 1s forwards
}

.off-canvas-search-wrapper .off-canvas-inner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%
}

.off-canvas-search-wrapper .off-canvas-inner {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.off-canvas-search-wrapper .off-canvas-inner form {
	position: relative;
	width: 90%;
	margin: auto
}

.off-canvas-search-wrapper .off-canvas-inner form input {
	background-color: #E9ECEF;
	border: 0;
	outline: 0;
	padding: 15px 80px 15px 15px;
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn {
	background-color: #122179;
	color: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	border: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	height: 100%;
	width: 60px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn:hover {
	background-color: #212121;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-overlay {
	background-color: rgba(255,255,255,0.8)!important
}

.search-box-menu .off-canvas-search-btn .btn-search {
	border: 0;
	background: transparent;
	font-size: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.search-box-menu .off-canvas-search-btn .btn-search:hover {
	color: #122179;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
/*multi-language*/

.multi-language{
	padding: 25px 0 0px 0;
	box-sizing: border-box;
	width: 110px;
	border-left: 1px solid #DCDCDC;
}
.multi-language a{
	color: #000;
}
.multi-language p{
	margin:0px;
	line-height: 1.35;
	transition: all 0.4s;
}
.multi-language:hover p{
	color: #B60000;
	letter-spacing: 1px;
}

/*banner*/
.banner{
	height: 800px;
	background: #eeeeee;
	width: 100%;
}
.banner_index {
	overflow: hidden;
	height: 100%;
	position: relative;
}
.banner .swiper-button-next,
.banner .swiper-button-prev{
	color: #fff;
	transition: all 0.5s;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover{
	color: #b60000;
}
.banner_index .swiper-slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.banner_index .swiper-slide.showt{
	display: none !important;
}
.banner_index .swiper-slide img {
	width: 100%;
}

.banner_index .swiper-slide video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0%;
	object-fit: cover !important;
}
.stay{position: absolute;z-index: 12;width: 1px;bottom: 0;left: 50%;height:150px;background-color: rgba(255, 255, 255, 0.3);}
.stay p{width: 1px;background-color: #b60000;animation: chang ease-in-out 2s infinite;height: 0;margin-top: 0;}
@keyframes chang{
    0% {height: 0;margin-top: 0;}
    60% {height: 150px;margin-top: 0;}
    100% {height: 150px;margin-top: 150px;}
}



/*公共*/
.glo_title{
	text-align: center;
}
.glo_title span{
	font-size: 16px;
	color: #8B8B8B;
	text-transform: uppercase;
}
.glo_title h2{
	font-size: 36px;
	color: #555555;
	position: relative;
}
.glo_title h2:before{
	content: '';
	width: 80px;
	height: 0px;
	border-top: 1px solid #DCDCDC;
	left: calc(50% - 170px);
	top: calc(50% - 1px);
	position: absolute;
}
.glo_title h2:after{
	content: '';
	width: 80px;
	height: 0px;
	border-top: 1px solid #DCDCDC;
	right: calc(50% - 170px);
	top: calc(50% - 1px);
	position: absolute;
}
.glo_title p{
	font-size: 16px;
	color: #8B8B8B;
	margin-top: 5px;
}

/*按钮*/
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 10px 40px;
  color: #555555;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #B60000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-shutter-out-vertical:hover, a.hvr-shutter-out-vertical:focus, a.hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*产品中心*/
.product{
	padding: 55px 0;
}
.product .box .container{
	position: relative;
}
.product .box{
	margin-top: 40px;
}
.product .box .swiper-container{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.product #thumbs.swiper-container{
	box-sizing: border-box;
	margin:50px 0;
	width: 90%;
	margin:0 auto;
}
.product #thumbs .swiper-slide{
	text-align: center;
}
.product #thumbs .swiper-slide img{
	margin:0 auto;
}
.product #thumbs .swiper-slide .out_circle{
	border:2px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	width: 100%;
	height: 0px;
	padding-bottom: 97.5%;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.product #thumbs .swiper-slide.swiper-slide-thumb-active .out_circle{
	border-color:#A70000;
}
.product #thumbs .swiper-slide .out_circle:after{
	content: '';
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	/*border:1px solid #ccc;*/
	left: 5px;
	top: 5px;
	border-radius: 50%;
}
.product #thumbs .swiper-slide .circle img{
	width: 100%;
}
.product #thumbs .swiper-slide p{
	margin-top: 8px;
	font-size: 16px;
}
.product #gallery{
	margin-top: 40px;
}
.product #gallery .swiper-slide{
	position: relative;
	height: 100%;
}
.product #gallery .swiper-slide .inner{
	position: absolute;
	right: 14%;
	top: 10%;
	width: 30%;
	height: auto;
	background: #A70000;
	color: #fff;
	padding: 5% 3% 8%;
}
.product #gallery .swiper-slide .inner ul{
	padding: 0px;
	font-size: 16px;
	margin:35px 0;
}
.product #gallery .swiper-slide .inner ul li{
	margin:12px 0;
}
.product #gallery .swiper-slide .inner ul li i{
	display: block;
	width: 1px;
	height: 0px;
	border:1px solid #fff;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}
.product #gallery .swiper-slide .inner .more{
	font-size: 14px;
	color: #fff;
	padding: 9px 25px;
	border:1px solid #fff;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.4s;
}
.product #gallery .swiper-slide .inner li a{
	color: #fff;
	transition: all 0.4s;
}
.product #gallery .swiper-slide .inner li a:hover{
	text-indent: 10px;
}
.product #gallery .swiper-slide .inner .more:hover{
	background: #fff;
	color: #A70000;
	border-color: #fff;
	letter-spacing: 2px;
}
.product #gallery .swiper-pagination{
	bottom: 10%;
	z-index: 10000;
}
.product #gallery .swiper-pagination-bullet{
	background: #fff;
	margin:0 15px 0 0;
	opacity: 1;
	cursor: pointer;
}
.product #gallery .swiper-pagination-bullet.swiper-pagination-bullet-active{
	position: relative;
}
.product #gallery .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border:1px solid #fff;
	border-right-color: #A70000;
	left: -4px;
	top: -4px;
	animation: spinner-border 1s linear infinite;
}
.product #gallery .swiper-button-next{
	width: 13px;
	height: 23px;
	color: #fff;
	right: 10%;
	top: 90%;
}
.product #gallery .swiper-button-next:after{
	font-size: 24px;
}
.no-goods{
	text-align: center;
	padding: 120px 0;
}
.no-goods p{
	margin-top: 20px;
}
@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.product .swiper-button-next,
.product .swiper-button-prev{
	width:43px;
	height: 66px;
	font-size: 0px;
	transition: all 0.5s;
}
.product .tb .swiper-button-next::after, .product .tb .swiper-container-rtl .swiper-button-prev::after,
.product .tb .swiper-button-prev::after, .product .tb .swiper-container-rtl .swiper-button-next::after{
	content: '';
}
.product .tb .swiper-button-prev{
	background: url(../images/rr.png) no-repeat center;
}
.product .tb .swiper-button-prev:hover{
	background: url(../images/rr_on.png) no-repeat center;
}
.product .tb .swiper-button-next{
	background: url(../images/ll.png) no-repeat center;
}
.product .tb .swiper-button-next:hover{
	background: url(../images/ll_on.png) no-repeat center;
}

/*行业应用*/
.ind #ind1{
	margin-top: 40px;
}
.ind #ind1 .box{
	width: 100%;
	height: 0px;
	padding-bottom: 55%;
	text-align: center;
	position: relative;
}
.ind #ind1 .swiper-slide.swiper-slide-thumb-active .box img:last-child{
	display: none;
}
.ind #ind1 .swiper-slide{
	cursor: pointer;
}
.ind #ind1 .box img{
	position: absolute;
	left: calc(50% - 35px);
	top: 0;
}
.ind #ind1 .box img:nth-child(2){
	width: 73px;
	height: 73px;
	left: ;
	left: calc(50% - 37px);
	top: -2px;
}
.ind #ind1 p{
	text-align: center;
	font-size: 16px;
}
.ind #ind2{
	margin-top: 40px;
}
.ind #ind2 .swiper-slide{
	position: relative;
	text-align: right;
}
.ind #ind2 .swiper-slide img{
	max-width: 100%;
}
.ind #ind2 .swiper-slide .inner{
	position: absolute;
	text-align: left;
	left: 14%;
	top: 17%;
	width: 30%;
	height: auto;
	background: #A70000;
	color: #fff;
	padding: 5% 3% 5%;
}
.ind #ind2 .swiper-slide .inner .content{
	line-height: 26px;
	margin:20px 0 70px;
}
.ind #ind2 .swiper-slide .inner .en{
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 5px;
}
.ind #ind2 .swiper-slide .inner .more{
	font-size: 14px;
	color: #fff;
	padding: 9px 25px;
	border:1px solid #fff;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.4s;
}
.ind #ind2 .swiper-slide .inner .more:hover,
.s4_c .s4_cr .s4_cra .s4_crab .s4_crabb:hover,
.s4_c .s4_cr .s4_crb .s4_crbr .s4_crbrb .s4_crbrbb:hover{
	background: #fff;
	color: #A70000;
	border-color: #fff;
	letter-spacing: 2px;
}

/*实力展示*/
.strength{margin: 60px 0 0 0;}
.s4_c{background: #E7E7E7 url(../images/bg.jpg) no-repeat center;padding: 70px 0;margin-top: 40px;}
.s4_c .s4_cl{float:left;width: 50%;margin-top: 80px;}
.s4_c .s4_cl .s4_cli{width: 50%;margin-bottom: 55px;text-align: center;}
.s4_c .s4_cl .s4_cli .s4_clib{margin-top: 5px;}
.s4_c .s4_cl .s4_cli .s4_clib i{font-size: 54px;font-weight: bold;color: #414141;font-family: Arial;font-style: normal;}
.s4_c .s4_cl .s4_cli .s4_clib sup{position: relative;top:-25px;font-size: 18px;left:5px;}
.s4_c .s4_cl .s4_cli .s4_clic{font-size: 18px;color: #464646;line-height: 30px;}
.s4_c .s4_cr{width: 46%;}
.s4_c .s4_cr .s4_cra{position: relative;}
.s4_c .s4_cr .s4_cra .s4_crab{position: absolute;top:98px;left:45px;}
.s4_c .s4_cr .s4_cra .s4_crab .s4_craba{font-size: 26px;color: #ffffff;font-weight: bold;}
.s4_c .s4_cr .s4_cra .s4_crab .s4_crabb{
	font-size: 14px;
	color: #fff;
	padding: 9px 25px;
	border: 1px solid #fff;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.4s;
	margin-top: 20px;
}
.s4_c .s4_cr .s4_cra .s4_craa{overflow: hidden;border-radius: 5px;}
.s4_c .s4_cr .s4_cra .s4_craa img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.s4_c .s4_cr .s4_cra:hover .s4_craa img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.s4_c .s4_cr .s4_crb{margin-top: 14px;}
.s4_c .s4_cr .s4_crb .s4_crbl{position: relative;}
.s4_c .s4_cr .s4_crb .s4_crbl,.s4_c .s4_cr .s4_crb .s4_crbr{
	width: 49%;
}
.s4_c .s4_cr .s4_crb .s4_crbl .s4_crbla{overflow: hidden;border-radius: 5px;}
.s4_c .s4_cr .s4_crb .s4_crbl .s4_crbla img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.s4_c .s4_cr .s4_crb .s4_crbl:hover .s4_crbla img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.s4_c .s4_cr .s4_crb .s4_crbl .s4_crblb{position: absolute;top:68px;left:45px;}
.s4_c .s4_cr .s4_crb .s4_crbl .s4_crblb .s4_crblba{font-size: 26px;color: #ffffff;font-weight: bold;}
.s4_c .s4_cr .s4_crb .s4_crbl .s4_crblb .s4_crblbb{margin-top: 8px;font-size: 18px;color: #ffffff;}
.s4_c .s4_cr .s4_crb .s4_crbl .s4_crblb .s4_crblbc{margin:18px 0 0 75px;}
.s4_c .s4_cr .s4_crb .s4_crbr{position: relative;}
.s4_c .s4_cr .s4_crb .s4_crbr .s4_crbra{overflow: hidden;border-radius: 5px;}
.s4_c .s4_cr .s4_crb .s4_crbr .s4_crbra img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.s4_c .s4_cr .s4_crb .s4_crbr:hover .s4_crbra img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.s4_c .s4_cr .s4_crb .s4_crbr .s4_crbrb{position: absolute;top:68px;left:53px;}
.s4_c .s4_cr .s4_crb .s4_crbr .s4_crbrb .s4_crbrba{font-size: 26px;color: #ffffff;font-weight: bold;}
.s4_c .s4_cr .s4_crb .s4_crbr .s4_crbrb .s4_crbrbb{
	font-size: 14px;
	color: #fff;
	padding: 9px 25px;
	border: 1px solid #fff;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.4s;
	margin-top: 20px;
}


.marketing-about-thumb {
	margin: 0
}

@media(max-width:991px) {
	.marketing-about-thumb {
		margin-bottom: 50px
	}
}

.marketing-about-thumb:before {
	/*background-color: rgba(0,0,0,0.6);*/
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.marketing-about-thumb .about-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.marketing-about-thumb .btn-video-popup {
	border-radius: 50%;
	border: 5px solid #FFF;
	color: #FFF;
	display: block;
	text-align: center;
	height: 80px;
	width: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.marketing-about-thumb .btn-video-popup:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.marketing-about-thumb .btn-video-popup i {
	font-size: 24px
}

@media(max-width:575px) {
	.marketing-about-thumb .btn-video-popup {
		width: 70px;
		height: 70px
	}

	.marketing-about-thumb .btn-video-popup i {
		font-size: 20px
	}
}


.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000
}

/*客户案例*/
.case{
	height: 690px;
	background: url(../images/case.jpg) no-repeat center;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.case #canvas{height: 0px;}
#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.case .box{
	width: 45%;
	float: right;
	padding: 10% 0;
	box-sizing: border-box;
	color: #fff;
}
.case .box .glo_title p,
.case .box .glo_title h2,
.case .box .glo_title span{
	color: #fff;
}
.case .box .glo_title{
	text-align: left;
	color: #fff;
}
.case .box .glo_title h2:after{
	display: none;
}
.case .box .glo_title h2:before{
	left:160px;
}
.case .box .list{
	margin-top: 5%;
}
.case .box .list .cici{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1.2%;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.case .box .list .cici:nth-child(4n){
	margin-right: 0px;
}


.caseout{margin-top: 40px;}
.caseout .caselist .list1,.caseout .caselist .list2{
	width: 49.7%;
}
.caseout img{vertical-align: middle;max-height: 389px;}
.w-simImg .image-w{overflow: hidden;position: relative;}
.simImg_spec14 .img{ transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s; position:relative; z-index:2; bottom:0;font-size:100%;}
.simImg_spec14:hover .img{ bottom:5em; }
.simImg_spec14 .caption{background: #A70000; position: absolute;left: 0;width: 100%;color: #fff;bottom:-4.22em; z-index:1;transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.simImg_spec14:hover .caption{ bottom:0;}
.simImg_spec14 .caption .captionbg{position: absolute;width: 100%;height: 100%; z-index:1; left:0; top:0;opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.simImg_spec14 .caption .caption-text{padding:1em 1em 1em;box-sizing: border-box;}
.simImg_spec14 .caption h3{line-height:1.5;font-size: 18px; padding:0;}
.simImg_spec14 .caption p{line-height:1.5;font-size: 14px; box-sizing: border-box;width: 100%; padding-top:0.2em;}
.caseout .list1 .zzy{margin-top: 1%;}
.caseout .list2 .zzy{margin-bottom: 1%;}
.caseout .little{width: 49.4%;}
.caseout .little.more{
	background: #A70000;
	color: #fff;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.caseout .little.more a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.simImg_spec15 .img{transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s; position:relative; z-index:2; top:0;font-size:100%;}
.simImg_spec15:hover .img{ top:5em; }
.simImg_spec15 .caption{background: #A70000; position: absolute;left: 0;width: 100%;color: #fff;top:-4.22em; z-index:1;transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.simImg_spec15:hover .caption{ top:0;}
.simImg_spec15 .caption .captionbg{ z-index:1; left:0; top:0;opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.simImg_spec15 .caption .caption-text{padding:1em;}
.simImg_spec14 .caption h3{line-height:1.5;font-size: 18px; padding:0;}
.simImg_spec14 .caption p{line-height:1.5;font-size: 14px; box-sizing: border-box;width: 100%; padding-top:0.2em;}


/*新闻*/
.news{
	margin:60px 0;
}
.s5_c{margin-top: 40px;}
.s5_c .s5_cl{width: 45%;border-radius: 5px;overflow: hidden;}
.s5_c .s5_cl .s5_cla{overflow: hidden;position: relative;height: 1px;padding-bottom: 57%;}
.s5_c .s5_cl .s5_cla img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0px;top: 0px;
}
.s5_c .s5_cl:hover .s5_cla img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.s5_c .s5_cl .s5_clb{padding: 4%;background: #f1f3f4;}
.s5_c .s5_cl .s5_clb .s5_clba{font-size: 16px;color: #bb292a;font-family: "Arial";}
.s5_c .s5_cl .s5_clb .s5_clbb{margin-top: 15px;font-size: 18px;color: #1f1f1f;}
.s5_c .s5_cl:hover .s5_clb .s5_clbb{color: #bb292a;}
.s5_c .s5_cl .s5_clb .s5_clbc{margin-top: 12px;line-height: 28px;font-size: 16px;color: #9c9c9c;height: 56px;overflow: hidden;}
.s5_c .s5_cr{width: 53%;}
.s5_c .s5_cr .s5_cra{width: 100%;}
.s5_c .s5_cr .s5_cra .s5_crai{width: 49%;border-radius: 5px;}
.s5_c .s5_cr .s5_cra .s5_crai .s5_craia{overflow: hidden;height: 1px;padding-bottom: 57%;position: relative;}
.s5_c .s5_cr .s5_cra .s5_crai .s5_craia img{
	position: absolute;
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.s5_c .s5_cr .s5_cra .s5_crai:hover .s5_craia img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.s5_c .s5_cr .s5_cra .s5_crai .s5_craib{border:1px solid #eeeeee;background: #fff;padding: 5%;}
.s5_c .s5_cr .s5_cra .s5_crai .s5_craib .s5_craiba{font-size: 16px;color: #bb292a;font-family: "Arial";}
.s5_c .s5_cr .s5_cra .s5_crai .s5_craib .s5_craibb{margin-top: 5px;line-height: 34px;font-size: 18px;color: #1f1f1f;}
.s5_c .s5_cr .s5_cra .s5_crai:hover{box-shadow: 0 0 10px #c8c8c8;}
.s5_c .s5_cr .s5_cra .s5_crai:hover .s5_craib .s5_craibb{color: #bb292a;}
.s5_c .s5_cr .s5_crb{margin-top: 20px;border:1px solid #eee;padding:5.4% 4%;box-sizing: border-box;}
.s5_c .s5_cr .s5_crb .s5_crba{font-size: 16px;color: #bb292a;font-family: "Arial";}
.s5_c .s5_cr .s5_crb .s5_crbb{font-size: 18px;color: #1f1f1f;margin-top: 10px;}
.s5_c .s5_cr .s5_crb .s5_crbc{font-size: 16px;color: #9c9c9c;line-height: 30px;margin-top: 15px;}
.s5_c .s5_cr .s5_crb:hover .s5_crbb{color: #bb292a;}


/*标语*/
.by{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.by .container{
	padding: 10% 0;
	box-sizing: border-box;
}
.by .container .box{
	padding: 2% 7%;
	background: rgba(187,6,6,.8);
	color: #fff;
	display: inline-block;
	margin:0 auto;
}
.by h2{
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
}
.by p{
	font-size: 20px;
}


/*底部*/
.footer{
	background: #2D3542;
	color: #969AA0;
}
.footer .container.box{
	padding: 50px 0;
}
.footer .flogo{
	max-width: 10%;
	text-align: left;
}
.footer .footlist{
	width: 58%;
}
.footer .footlink{
	width: 20%;
}
.footer .footlist ul{
	margin:0px;
	padding: 0px;
}
.footer .footlist ul h3,
.footlink h3{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.footer .footlist ul li{
	margin-bottom: 11px;
}
.footer .footlist ul li a,
.footer .footlink p a{
	font-size: 14px;
	color: #969BA1;
	transition: all 0.5s;
}
.footer .footlist ul li a:hover,
.footer .footlink p a:hover{
	color: #fff;
}
.footer .footlink p{
	font-size: 14px;
	margin-bottom: 11px;
}
.bottom{
	padding: 30px 0;
	background: #1E252D;
	color: #969AA0;
	font-size: 14px;
}
.bottom a{
	color: #969AA0;
}
.bottom a:hover{
	color: #fff;
}


/*内页开始*/
/*公共部分*/
.inside_banner{
	width: 100%;
	height: 495px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	align-items: center;
	display: flex;
}
.inside_banner h3{
	font-size: 48px;
	font-weight: bold;
}
.inside_banner h2{
	font-size: 40px;
	font-weight: lighter;
}
.inside_banner .container span{
	display: block;
	width: 0px;
	height: 30px;
	border:1px solid #fff;
	margin:10px auto;
}
.inside_banner .container p{
	font-size: 24px;
}
.com_inner{
	padding: 50px 0;
	color: #555555;
}
.smalltitle{
	margin-bottom: 1.5rem;
}
.smalltitle{
	font-size: 18px;
	font-weight: bold;
	color: #555555;
}
.smalltitle span{
	display: inline-block;
	width: 50px;
	height: 0px;
	border:1px solid #B60000;
	margin:12px 15px 0;
	float: left;
}
.smalltitle.cl{
	color: #fff;
}
.smalltitle.cl span{
	border:1px solid #fff;
}

/*公司简介*/
.com_inner .com_box{
	width: 43%;
}
.com_inner .com_box h2{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.com_inner .com_box h2 span{
	color: #B60000;
}
.com_inner .com_box h4{
	font-size: 16px;
	font-weight: bold;
}
.com_inner .com_box .content{
	margin-top: 1.5rem;
	line-height: 34px;
}
.com_inner .com_img{
	width: 50%;
}
.com_inner .com_img img{
	max-width: 100%;
}
.com_inner .s4_c {
	background: #F7F7F7;
	margin:40px 0;
	padding: 40px 0;
}
.com_inner .s4_c .s4_cl{
	float: none;
	width: 100%;
	margin-top: 0px;
}
.com_inner .s4_c .s4_cl .s4_cli{
	width: 25%;
	margin-bottom: 0px;
}
.com_inner .com_left_img{
	width: 50%;
}
.com_inner .rob.com_cp{
	padding: 20px 0;
}
.com_inner .com_left_img img{
	max-width: 100%;
}
.com_inner .com_cp_r{
	width: 45%;
}
.com_inner .com_cp_r h3{
	font-size: 30px;
	font-weight: bold;
	margin: 1rem 0;
}
.com_inner .com_cp_r .content{
	line-height: 32px;
}

/*企业文化*/
.culture{
	margin-top: 40px;
}
.culture .swiper-slide{
	background: #fff;
	text-align: center;
	position: relative;
	align-items: center;
	padding: 5% 0;
	cursor: pointer;
}
.culture .swiper-slide:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
	border:4px solid #fff;
}
.culture .swiper-slide:hover:after{
	transform: scale(0.93);
	border:4px solid #CA0000;
}
.culture .swiper-slide h3{
	font-size: 34px;
	margin-top: 1.5rem;
}
.culture .swiper-slide span{
	font-size: 14px;
	color: #898989;
}
.culture .swiper-slide .content{
	font-size: 18px;
	margin-top: 2rem;
}
.culture .swiper-button-next,
.culture .swiper-button-prev{
	color: #b60000;
	transition: all 0.5s;
}

/*发展历程*/
.fzlc {
	background-image: url(../images/fzlcbac_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	border-bottom: 1px solid #d50110;
	position: relative;
}
.fzlcbanner{
	border-bottom: 1px solid #DCDCDC;
}
.fzlcbanner .container{
	position: relative;
}
.fztit {
	padding-bottom: 45px
}

.fztit h5 {
	color: #d50110;
	font-size: 60px;
	line-height: 65px
}

.fztit span {
	display: inline-block;
	padding: 0 38px;
	background: #d50110;
	line-height: 37px;
	color: #fff;
	font-size: 20px
}

.fzlcbanner .swiper-container {
	width: 92%;
	margin: 0 auto
}

.fzlcbanner .swiper-button-prev,
.fzlcbanner .swiper-button-next {
	display: inline-block;
	width: 47px;
	height: 47px;
	border: 1px solid #c2c2c2;
	box-sizing: border-box
}

.fzlcbanner p {
	color: #828282;
	line-height: 34px;
	font-size: 18px;
	margin-bottom: 34px
}
.fzlcbanner h3{
	color: #828282;
	margin-bottom: 15px;
}
.fzlcbanner h6 {
	color: #d50110;
	font-size: 48px;
	padding-bottom: 15px;
}

.fzlcbanner .swiper-button-prev:hover,
.fzlcbanner .swiper-button-next:hover {
	background: #d50110
}

.fzlcbanner .swiper-slide {
	box-sizing: border-box;
	height: 100%
}

.fzlcinner div {
	display: inline-block;
	width: 100%;
	padding: 30px 58px 0 50px;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	position: relative;
	transition: all 0.5s;
	cursor: move;
}
.fzlcinner div:hover{
	padding-bottom: 30px;
	padding-top: 0px;
}
.fzlcinner div:after {
	content: '';
	display: block;
	width: 4px;
	height: 70%;
	position: absolute;
	background: #B60000;
	left: 10.5px;
	bottom: 0;
}

.fzlcinner div:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	/* background-image: url(../images/quan_03.png);
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	box-sizing: border-box;
	border: 4px solid #B60000;
	border-radius: 50%;
	left: 0;
	bottom: 70%;
}

.fzlcbanner .swiper-slide:hover .fzlcinner div:before {
	border-color: rgba(213, 1, 16, 1)
}
.fzlc .swiper-pagination{
	width: 100%;
	text-align: center;
	bottom: 5%;
	box-sizing: border-box;
}
.fzlc .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
	margin-right: 10px;
	border-radius: 50%;
}
.fzlc .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #b60000;
	width:30px;
	border-radius: 10px;
}

/*荣誉资质*/
.honor{
	padding: 70px 0;
}
.honor .box{
	margin-top: 25px;
}
.honor .box ul{
	padding-left: 10px;
}
.honor .box li{
	color: #fff;
	margin-bottom: 20px;
}
.honor .box .hvr-shutter-out-vertical{
	margin-left: 10px;
	margin-top: 20px;
}

/*生产设备*/
.eqd{
	padding: 40px 0 0 0;
}
.equ .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

@media screen and (max-width: 668px) {
	.equ .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.equ .swiper-slide-active,.equ .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {
	.equ .swiper-slide-active,.equ .swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.equ .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.equ .swiper-slide a {
	background: #fff;
	padding:10px;
	display: block;
	border-radius: 14px;
}

@media screen and (min-width: 668px) {
	.equ .swiper-slide a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		box-sizing: border-box;
		border: 10px solid #fff;
		content: "";
		width: 100%;
		height: 100%;
		background: url(images/top_slick_cover_bg01.png) 0 0 repeat;
		border-radius: 20px;
	}
}

.equ .swiper-slide-active a:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.equ .swiper-slide a {
		padding: 5px;
		border-radius: 7px;
	}
}

.equ .swiper-slide img {
	width: 100%;
	border-radius: 14px;
	display: block;
}

@media screen and (max-width: 668px) {
	.equ .swiper-slide img {
		border-radius: 7px;
	}
}

.equ .swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.equ .swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.equ .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 6px solid #00a0e9;
	margin-bottom: 0;
}

@media screen and (max-width: 668px) {
	
	.equ .swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.equ .swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

	.equ .swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}

.equ .button {
	width: 1000px;
	margin: 0 auto;
	bottom: 43px;
	position: relative;
}

@media screen and (max-width: 668px) {
	.equ .button {
		width: 70%;
		bottom: 22px;
	}
}

.equ .button div:hover {
	background-color: #2f4798;
}

.equ .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

.equ .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 668px) {
	.equ .button div {
		width: 28px;
		height: 28px;
	}
}	

/*产品中心*/
.pro_main{
	width: 100%;
}
.pro_main .container{
	position: relative;
	height: 100%;
}
.pro_main .container .swiper-container,
.pro_main .container .swiper-container .swiper-wrapper{
	height: 100%;
}
.pro_main .container .swiper-slide{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	border-right:1px solid rgba(144,127,139,.6);
	cursor: move;
	position: relative;
	overflow: hidden;
}
.pro_main .container .swiper-slide .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
	cursor: move;
}
.pro_main .container .swiper-slide .box{
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 2;
}
.pro_main .container .swiper-slide .box h2{
	font-size: 28px;
	font-weight: bold;
	margin:5% 0 1.5%;
}
.pro_main .container .swiper-slide .box .line{
	display: inline-block;
	width: 10%;
	height: 0px;
	border:2px solid #B60000;
}
.pro_main .container .swiper-slide .box .content{
	margin-top: 4%;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20%;
	box-sizing: border-box;
	line-height: 24px;
}
.pro_main .container .swiper-button-next,.pro_main .container .swiper-button-prev{
	width: 22px;
	height: 42px;
	font-size: 0px;
}
.pro_main .container .swiper-button-prev::after,
.pro_main .container .swiper-button-next::after{
	content: '';
}
.pro_main .container .swiper-button-prev{
	background: url(../images/pl.png) no-repeat center;
}
.pro_main .container .swiper-button-next{
	background: url(../images/pr.png) no-repeat center;
}

.pro_main .container .swiper-slide .realbox{
	background: #A80000;
	width: 86%;
	position: absolute;
	left: 7%;
	bottom: 0;
	color: #fff;
	padding: 25% 10%;
	box-sizing: border-box;
	z-index: 11;
	transform: translateY(100%);
	cursor: move;
}
.pro_main .container .swiper-slide .realbox h3{
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	transition: all 0.5s;
}
.pro_main .container .swiper-slide .realbox .tags{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.pro_main .container .swiper-slide .realbox span{
	display: inline-block;
	width: 35px;
	border:1px solid #fff;
	margin:10% 0;
}
.pro_main .container .swiper-slide .realbox li{
	margin-bottom: 15px;
	transition: all 0.5s;
}
.pro_main .container .swiper-slide .realbox a{
	color: #fff;
}
.pro_main .container .swiper-slide:hover .cover{
	opacity: 1;
}
.pro_main .container .swiper-slide:hover .box{
	transform: translateY(-100%);
	opacity: 0;
}
.pro_main .container .swiper-slide:hover .realbox{
	transform: translateY(0);
}
.pro_main .container .swiper-slide .realbox h3:hover{
	text-indent: 5px;
}
.pro_main .container .swiper-slide .realbox li:hover{
	text-indent: 5px;
}

/*产品导航*/
.probar{
	height: 60px;
	border-bottom: 1px solid #ccc;
}
.probar .category a{
	display: inline-block;
	padding: 0 25px;
	line-height: 60px;
	height: 59px;
	color: #555555;
	transition: all 0.5s;
}
.probar .category a.active{
	color: #B60000;
	font-weight: bold;
	border-bottom: 1px solid #B60000;
}
.probar .category a:hover{
	color: #B60000;
}
.contan{
	width: 1400px;
	margin: 0 auto;
}
.probar .title{
	line-height: 60px;
	width: 250px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.probar .title i{
	color: #B60000;
	float: right;
	margin-top: 23px;
}
.probar .title i.fa-angle-right{
	margin-top: 15px;
}
.probar .title .list1{
	position: absolute;
	left: 0px;
	top: 150%;
	box-shadow: 0 0 10px #eeeeee;
	width: 100%;
	background: #fff;
	margin-top: 0px;
	transform: scale(0);
	opacity: 0;
	visibility: visible;
	z-index: 20;
}
.probar .title .list1 li{
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	position: relative;
	color: #555555;
	border-bottom: 1px solid #eeeeee;
}
.probar .title:hover .list1{
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.probar .title .list1 li ul{
	position: absolute;
	left: 100%;
	bottom: -1px;
	box-shadow: 0 0 10px #eeeeee;
	width: 100%;
	background: #fff;
	margin-top: 0px;
	transform: scale(0.6);
	opacity: 0;
	visibility: hidden;
}
.probar .title .list1 li:hover ul{
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}
.probar .title .list1 li:before {
	background-color: #B60000;
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	height: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 0;
	z-index: -1;
}
.probar .title .list1 li i.fa-angle-right{
	font-size: 20px;
	margin-right: 10px;
}
.probar .title .list1 li:hover:before {
	left: 0;
	right: auto;
	width: 100%
}
.probar .title .list1 a li,
.probar .title .list1 a{
	color: #555555;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.probar .title .list1 a:hover,
.probar .title .list1 li:hover a,
.probar .title .list1 li:hover i,
.probar .title .list1 a li:hover{
	color: #fff;
}

.probar .crumbs,
.probar .crumbs a{
	line-height: 60px;
	color: #555;
	font-size: 14px;
}
.com_inner .prototal ul.row{
	margin: 40px 0 0 0;
}
.toptitle .l .smalltitle{
	margin-bottom: 7px;
}
.toptitle .l .smalltitle span{
	margin-left: 0px;
}
.toptitle .l h3{
	font-size: 30px;
	font-weight: bold;
	color: #555555;
}
.toptitle .r h4{
	font-size: 22px;
	font-weight: bold;
	color: #B60000;
	margin: 7px 0;
}
.toptitle .r p{
	font-size: 14px;
}
.toptitle .r p span{
	color: #B60000;
	font-size: 21px;
	font-weight: bold;
}

.com_inner .prototal ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 100%;
	border:1px solid #EEEEEE;
	padding: 1%;
	box-sizing: border-box;
}
.com_inner .prototal ul li:nth-child(3n){
	margin-right: 0px;
}
.com_inner .prototal ul li h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	padding: 0 5%;
}
.com_inner .prototal .box .cone{
	padding-top: 3%;
}
.com_inner .prototal .box .cone a{
	display: inline-block;
	padding: 10px 8%;
	font-size: 14px;
	border-radius: 20px;
	background: #525252;
	color: #fff;
	margin:0 2%;
}
.com_inner .prototal .box .cone a.c1{
	background: #B60000;
}
.com_inner .prototal ul.row li:hover{
	box-shadow:  0 0 5px 0 #B60000;
}


/*产品详情页*/
.com_inner .info_main{
	padding: 3%;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	margin-top: 40px;
}
.com_inner .info_main .info_box .pro_img_list.active{
	display: block;
}
.com_inner .info_main .info_box .pro_img_list{
	width: 50%;
	display: none;
}
.com_inner .info_main .info_box .pro_text_list{
	width: 45%;
	padding-top: 2%;
}
.com_inner .info_main .info_box .pro_img_list img{
	max-width: 100%;
}
.com_inner .info_main .info_box .pro_img_list #pro2 .coco{
	width: 100%;
	height: 100%;
} 
.com_inner .info_main .info_box .pro_img_list .out{
	position: relative;
	margin-top: 10px;
}
.com_inner .info_main .info_box .pro_img_list #pro1{
	width: 80%;
	margin:0 auto;
}
.com_inner .info_main .info_box .pro_img_list #pro1 img{
	cursor: move;
	border:1px solid #fff;
}
.com_inner .info_main .info_box .pro_img_list #pro1 .swiper-slide.swiper-slide-thumb-active img{
	border:1px solid #b60000;
}
.com_inner .info_main .info_box .pro_img_list .single-image{
	margin-bottom: 20px;
}
.com_inner .info_main .info_box .pro_img_list .single-image:last-child{
	margin-bottom: 0px;
}
.com_inner .info_main .info_box .pro_text_list h3{
	font-size: 30px;
}
.com_inner .info_main .info_box .pro_text_list .catname{
	font-size: 20px;
	color: #B60000;
}
.com_inner .info_main .info_box .pro_text_list .tags{
	margin:20px 0;
	line-height: 30px;
	color: #878787;
	font-size: 16px;
}
.com_inner .info_main .info_box .pro_text_list ul li{
	border-bottom: 2px solid #B60000;
	padding: 10px 3% 10px 1.5%;
	margin-right: 1.5%;
	font-size: 16px;
	color: #B60000;
}
.com_inner .info_main .info_box .pro_text_list ul li img{
	float: left;
	margin:3px 8px 0 0;
}
.com_inner .info_main .info_box .pro_text_list .link{
	margin-top: 40px;
	border-top: 1px solid #eeeeee;
	padding-top: 15px;
}
.com_inner .info_main .info_box .pro_text_list .cone{
	margin-top:20px;
}
.com_inner .info_main .info_box .pro_text_list .cone a{
	display: inline-block;
	padding: 10px 8%;
	font-size: 14px;
	border-radius: 20px;
	background: #525252;
	color: #fff;
	margin:0 2%;
}
.com_inner .info_main .info_box .pro_text_list .cone a.c1{
	background: #B60000;
}
.content_box{
	margin-top: 35px;
}
.content_box .content_change{
	width: 77%;
	border:1px solid #eeeeee;
}
.content_box .other_link{
	width: 22%;
	height: 100%;
	border-bottom: none;
	border:1px solid #eeeeee;
	border-bottom: none;
}
.content_box .content_change .inner{
	padding: 3% 2% 0 2%;
	box-sizing: border-box;
}
.content_box .content_change .inner .smalltitle span,
.content_box .other_link .smalltitle span{
	width: 25px;
	border:1px solid #B60000;
}
.content_box .content_change .inner .featurette{
	margin-bottom: 3%;
}
.content_box .content_change .inner .featurette .swiper-container{
	overflow: hidden;
	position: relative;
}
.content_box .content_change .inner .featurette .textbox{
	margin-bottom: 20px;
}
.content_box .content_change .inner .featurette img{
	max-width: 100%;
	margin:0 auto;
	display: block;
}
.content_box .content_change .inner .featurette .sbbox{
	margin-top: 20px;
}
.content_box .content_change .inner .featurette .swiper-button-next, 
.content_box .content_change .inner .featurette .swiper-button-prev{
	color: #fff;
	font-size: 20px;
}
.content_box .content_change .inner .featurette .swiper-button-next:after, 
.content_box .content_change .inner .featurette .swiper-button-prev:after{
	font-size: 26px;
}
.content_box .content_change .inner .featurette .swiper-button-next:hover, 
.content_box .content_change .inner .featurette .swiper-button-prev:hover{
	color: #b60000;
}

.stick{height: 70px;line-height: 70px;border-bottom: 1px solid #eeeeee;background: #fff;}
.stick ul{display: flex;justify-content: left;width: 100%;margin:0;}
.stick ul li{transition: all 0.5s; text-align: center; font-size: 16px;width: 25%;box-sizing: border-box; font-weight: normal;}
.stick ul li a{color: #555555;}
.stick.isStuck{z-index: 999; width: 100%;padding: 0 5%; display: flex;box-sizing: border-box; height: 50px;line-height: 50px; justify-content: right;border:none;box-shadow: 0 0 10px #ccc;}
.stick.isStuck .wrap{width: 100%;}
.stick ul li.active a{font-weight: bold;color: #B60000;}
.stick ul li.active{border-bottom: 2px solid #B60000}


.content_box #sl .textbox,
.content_box #sb .textbox{
	font-size: 14px;
	color: #555555;
	line-height: 28px;
}

.content_box #sb .sbbox .l,
.content_box #sb .sbbox .r{
	width: 49%;
}
.content_box #sb .sbbox .l .swiper-slide,
.content_box #sb .sbbox .l .swiper-slide .cici{
	position: relative;
	overflow: hidden;
}
.content_box #sb .sbbox .r .sbd{
	width: 49%;
	margin-bottom: 1%;
	position: relative;
	overflow: hidden;
}
.content_box #sb .sbbox .r .sbd .cici{
	position: relative;
}
.content_box #sb .sbbox .cover{
	position: absolute;
	background: rgba(202,2,9,.7);
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	left: 0px;
	bottom: -100%;
	transition: all 0.5s;
}
.content_box #sb .sbbox .l .swiper-slide:hover .cover,
.content_box #sb .sbbox .r .sbd:hover .cover{
	bottom: 0px;
}

.content_box .other_link .pad{
	padding: 10% 5%;
	box-sizing: border-box;
}
.content_box .other_link ul li{
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
}
.content_box .other_link ul li .cici{
	width: 100%;
	height: 100%;
}
.content_box .other_link ul li h3{
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}
.content_box .other_link a{
	color: #555555;
	display: block;
}
.content_box .other_link ul li:hover img{
	transform: scale(1.1);
}
.content_box .other_link a:hover{
	color: #B60000;
}


/*客户案例*/
.com_inner .casebox ul.row{
	margin-top: 0px;
}
.com_inner .casebox ul.row li{
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	position: relative;
}
.com_inner .casebox ul.row li:nth-child(2n){
	margin-right: 0px;
}
.com_inner .casebox ul.row li .cici{
	width: 100%;
	height: 100%;
}
.com_inner .casebox ul.row li .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.7);
	z-index: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 5%;
	opacity: 0;
	transform: scale(0.8);
}
.com_inner .casebox ul.row li .cover h3{
	font-size: 24px;
}
.com_inner .casebox ul.row li .cover p{
	margin:10px 0 20px 0;
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
.com_inner .casebox ul.row li .cover img{
	-webkit-transform: rotate(360deg);
	animation: rotation 4s linear infinite;
	-moz-animation: rotation 4s linear infinite;
	-webkit-animation: rotation 4s linear infinite;
	-o-animation: rotation 4s linear infinite;
}
.com_inner .casebox ul.row li:hover .cover{
	opacity: 1;
	transform: scale(1);
}

/*合作客户*/
.com_inner .pra_box{
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	align-items: center;
}
.com_inner .pra_box h2{
	font-size: 36px;
	color: #B60000;
	margin-bottom: 10px;
}
.com_inner .pra_box .content{
	padding: 7% 0%;
	width: 100%;
	box-sizing: border-box;
}
.com_inner .pra_box .content .inner{
	padding: 0% 22%;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
}
.com_inner .linklist ul li{
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
	border:1px solid #eeeeee;
}
.com_inner .linklist ul li:nth-child(4n){
	margin-right: 0px;
}

/*新闻列表*/
.com_inner .fnews{
	padding: 0 1%;
	box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 40px;
}
.com_inner .fnews .fnews_img{
	width: 45%;
}
.com_inner .fnews .fnews_text{
	width: 52%;
	display: flex;
	align-items: center;
}
.com_inner .fnews .fnews_text h3{
	font-size: 30px;
	margin:1% 0 3%;
}
.com_inner .fnews .fnews_text h3 a{
	color: #555555;
}
.com_inner .fnews .fnews_text .content{
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	margin-bottom: 40px;
}
.com_inner .news_list_page .row .newsli{
	width: 32%;
	margin-right: 1.5%;
	margin-bottom: 2%;
	border:1px solid #eeeeee;
}
.single-blog-post-wrap {
	padding: 0;
	margin-bottom: -5px
}
.com_inner .news_list_page .row .newsli:nth-child(3n){
	margin-right: 0px;
}
.single-blog-post-wrap .blog-thumbnail .btn-plus {
	height: 0;
	width: 0;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: translate(-50%,-50%) scale(0);
	-ms-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	z-index: 2
}

.single-blog-post-wrap .blog-thumbnail .btn-plus img {
	width: 50px
}

.single-blog-post-wrap .blog-thumbnail a {
	position: relative;
	display: block
}

.single-blog-post-wrap .blog-thumbnail a .cici:before {
	background-color: rgba(0,0,0,0.3);
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	height: 100%;
	width: 100%;
	z-index: 2
}

.single-blog-post-wrap .blog-thumbnail a .cici:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
	visibility: visible
}

.single-blog-post-wrap:hover .blog-thumbnail .btn-plus {
	height: 40px;
	width: 40px;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1)
}
.com_inner .news_list_page .row .newsli .blog-post-details{
	padding: 5% 4%;
	box-sizing: border-box;
}
.com_inner .news_list_page .row .newsli .blog-post-details a{
	color: #555555;
}
.com_inner .news_list_page .row .newsli .blog-post-details .post-meta{
	margin:15px 0;
	font-size: 14px;
}
.com_inner .news_list_page .row .newsli .blog-post-details .post-meta span{
	margin-left: 20px;
}
.com_inner .news_list_page .row .newsli .blog-post-details .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #212121
}
.com_inner .news_list_page .row .newsli .blog-post-details .desc-content{
	font-size: 14px;
	line-height: 28px;
	color: #555555;
}
.com_inner .news_list_page .row .newsli:hover h3 a{
	color: #B60000;
}


/*新闻详情*/
.com_inner.newsinfo{
	background: #F5F5F5;
}
.com_inner .news_info_box .news_info_text{
	width: 75%;
	background: #fff;
	box-sizing: border-box;
}
.com_inner .news_info_box .onews{
	border-left: 1px solid #eeeeee;
	box-sizing: border-box;
	width: 25%;
	background: #fff;
}
.com_inner .news_info_box .news_info_text .news_detail_title{
	border-bottom: 1px solid #eeeeee;
	padding: 3% 2% 2%;
	box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .news_detail_title h3{
	font-size: 26px;
	margin-bottom: 5px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b{
	font-size: 15px;
	color: #555555;
	margin-top: 12px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b i{
	margin-right: 10px;
	color: #B60000;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a{
	color: #555555;
	font-size: 18px;
	margin-right: 10px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-add{
	font-size: 22px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-dec{
	font-size: 14px;
	margin-right: 0px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a:hover{
	color: #B60000;
}
.com_inner .news_info_box .news_info_text .content{
	padding: 4%;
	box-sizing: border-box;
}
.com_inner .news_info_box .onews_title{
	font-size: 20px;
	color: #555555;
	font-weight: 400;
	padding: 5% 5%;
	border-bottom: 1px solid #eeeeee;
}
.com_inner .news_info_box .other_list{
	padding: 2.5% 5%;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.com_inner .news_info_box .other_list li{
	margin-bottom: 6%;
}
.com_inner .news_info_box .other_list .cici{
	width: 40%;
	position: relative;
	padding-bottom: 32%;
	height: 0px;
}
.com_inner .news_info_box .other_list.cate_list li{
	width: 50%;
}
.com_inner .news_info_box .other_list.cate_list li .imc{
	overflow: hidden;
	margin-bottom: 5px;
}
.com_inner .news_info_box .other_list.cate_list li a{
	color: #555555;
}
.com_inner .news_info_box .other_list .cici img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.com_inner .news_info_box .other_list .g{
	width: 55%;
	padding-top: 3%;
	box-sizing: border-box;
}
.com_inner .news_info_box .other_list .g a{
	color: #555555;
}
.com_inner .news_info_box .other_list .g h4{
	margin-bottom: 10px;
}
.com_inner .news_info_box .other_list .g p{
	font-size: 14px;
	color: #777777;
}
.com_inner .news_info_box .other_list .g p i{
	margin-right: 5px;
}
.com_inner .news_info_box .other_list .g p a{
	color: #555555;
}
.com_inner .news_info_box .other_list .g p.more{
	margin-top: 10px;
}
.com_inner .news_info_box .other_list li:hover img{
	transform: scale(1.1);
}
.com_inner .news_info_box .other_list.cate_list li:hover img{
	transform: scale(1);
	-webkit-transform: rotate(360deg);
	animation: rotation 4s linear infinite;
	-moz-animation: rotation 4s linear infinite;
	-webkit-animation: rotation 4s linear infinite;
	-o-animation: rotation 4s linear infinite;
}
.com_inner .news_info_box .other_list.cate_list li:hover a{
	color: #B60000;
}
.com_inner .news_info_box .other_list li:hover p.more a{
	color: #B60000;
}
.com_inner .onews .newsPage .page-a{
	padding: 0 5%;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.com_inner .onews .newsPage{
	border-top:1px solid #eeeeee;
}
.com_inner .onews .newsPage .page-a a{
	color: #555;
	line-height: 55px;
	display: inline;
}
.com_inner .onews .newsPage .cl1{
	position: relative;
	overflow: hidden;
}
.com_inner .onews .newsPage .cl1:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0px;
	border-bottom:2px solid #B60000;
	left: 0px;
	bottom: 0px;
	transition: all 0.5s;
}
.com_inner .onews .newsPage .cl1:hover:before{
	width: 100%;
}
.com_inner .onews .newsPage .cl1:hover a{
	color: #B60000;
}
.com_inner .news_info_box .news-img{
	margin-bottom: 30px;
}
.com_inner .news_info_box .news-img img{
	max-width: 100%;
}

/*行业应用*/
.hyyy_list li{margin-bottom:30px;border:1px solid #eeeeee;padding: 2%;box-sizing: border-box;}
.hyyy_list .list_text{width:32%;}
.hyyy_list .list_img{width:68%;}
.hyyy_list .list_box{}
.hyyy_list .list_text .text_box{padding:10%;color:#555555;}
.hyyy_list .list_text .list_title{font-size: 30px;font-weight: normal;margin-top: 15px;}
.hyyy_list .list_text .list_title a{color: #555555}
.hyyy_list .list_text .list_p{margin: 20px 0 30px;line-height: 28px;}
.hyyy_list .list_text .more_btn{color:#555555;cursor:pointer;display:block;}


/*联系我们*/
.contact_us_box .map #dituContent{
	width: 100%;
	height: 650px;
}
.contact_us_box .map .contact-map{
	position: relative;
}
.contact_us_box .map .contact-map .add_box{
	position: absolute;
	width: 80%;
	background: #B60000;
	left: 10%;
	bottom: 5%;
	color: #fff;
}
.contact_us_box .map .contact-map .add_box li{
	width: 33.3333%;
	border-right:1px solid #E5E5E5;
	text-align: center;
	padding: 2% 5%;
	box-sizing: border-box;
}
.contact_us_box .map .contact-map .add_box li:last-child{
	border:none;
}
.contact_us_box .map .contact-map .add_box li p.m{
	margin:10px 0;
}
.contact_us_box .map .contact-map .add_box li p.t{
	font-size: 24px;
	font-weight: bold;
	margin-top: -3px;
}
.contact_us_box .map .contact-map .add_box li p a{
	color: #fff;
	transition: all 0.5s;
}
.contact_us_box .map .contact-map .add_box li p a:hover{
	color: #cccccc;
}
.contact_us_box .map .contact-map .add_box li p.t span{
	font-size: 20px;
}

/*在线留言*/
.message_box{
	padding-top: 70px;
}
.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #b60000;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #b60000;
}
.contact-liuyan .submit{
    display: block;
    width: 30%;
    line-height: 47px;
    text-align:center;
    color:#fff;
    height: 47px;
    font-size:20px;
    background: #b60000;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.contact-liuyan .inputbox .submit:hover{
    background: #51c0c3;
}

/*员工风采*/
.com_inner .team .text_box{
	width: 40%;
	padding: 0% 3%;
	box-sizing: border-box;
	color: #555555;
	display: flex;
	align-items: center;
}
.com_inner .team .team_img{
	width: 58%;
	overflow: hidden;
}
.com_inner .team .text_box h3{
	font-size: 24px;
}
.com_inner .team .text_box p{
	line-height: 28px;
	margin:4% 0 6%;
}
.com_inner .team .team_img .but{
	position: absolute;
	left: 0px;
	bottom: 0px;
	/*background: rgba(0,0,0,.4);*/
	height: 10%;
	width: 100%;
	z-index: 7;
}
.com_inner .team .team_img .but .swiper-button-next,
.com_inner .team .team_img .but .swiper-button-prev{
	background: rgba(187,6,6,.3);
	color: #fff;
	height: 100%;
	margin-top: 0px;
	top: 0px;
	font-size: 20px;
	width: 10%;
	transition: all 0.5s;
}
.com_inner .team .team_img .but .swiper-button-next:hover,
.com_inner .team .team_img .but .swiper-button-prev:hover{
	background: rgba(187,6,6,1);
}
.com_inner .team .team_img .but .swiper-button-next:after,
.com_inner .team .team_img .but .swiper-button-prev:after{
	font-size: 24px;
}
.com_inner .team .team_img .but .swiper-button-next{
	right: 0px;
}
.com_inner .team .team_img .but .swiper-button-prev{
	left: 80%;
}
.com_inner .team .team_img .but .swiper-pagination{
	left: 45%;
	top: 45%;
}

/*人才理念*/
.com_inner .rc{
	padding: 5% 0 12%;
	margin:60px 0;
}
.com_inner .rc .rc_box{
	width: 40%;
	color: #fff;
}
.com_inner .rc .rc_box h2{
	font-size: 34px;
	font-weight: normal;
}
.com_inner .rc .rc_box p{
	font-size: 18px;
	margin-top: 20px;
}

/*最新招聘*/
.job-warp{width: 100%; margin: 0 auto 0px;box-shadow: 0 0 10px #ccc;}
.job-warp ul li{height: auto;width: 100%;border-bottom: 1px solid #e9ebed}
.job-warp li .title{height: 52px;line-height: 52px;padding: 0 40px;color: #4b4b4b;background-color: #ffffff;font-size: 14px;cursor:pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp li.on .title{background-color: #b60000;color: #fff;}
.job-warp li .title span{float: right;padding-right: 30px;background: url(../images/job-icon1.png) right center no-repeat;}
.job-warp li.on .title span{background: url(../images/job-icon2.png) right center no-repeat}
.job-warp li .warp{padding: 10px 40px 20px;background-color: #fff;display: none}
.job-warp .warp .tbl{width:100%;margin-bottom: 25px;padding:10px 0 20px 0;border-bottom: 1px solid #e9ebed}
.job-warp .warp .tbl p{width: 24%;float: left;font-size: 14px;color: #222;line-height: 26px;}
.job-warp .warp .tbl p span{color: #565656;padding-left: 15px;}
.job-warp .warp .cont h2{font-size: 14px;color: #222;line-height: 30px;margin-bottom: 15px;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 14px;line-height: 28px;color: #565656}
.job-warp .warp .cont .cent{margin-bottom:20px; }
.job-warp .warp .btns{font-size:14px;line-height: 20px;color: #005ba0;cursor: pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp .warp .btns:hover{color: #b60000;}

/*团队*/
.casebox.jobbar ul.row li,
.casebox.jobbar ul.row li:nth-child(4n){
	width: 24.2%;
	margin-right: 1%;
}
.casebox.jobbar ul.row li:nth-child(4n){
	margin-right: 0%;
}

/*底部*/
.bd{
	display: none;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 8px 0 ;
	width: 100%;
	background: #b60000;
	color: #fff;
	text-align: center;
	z-index: 9999;
}
.bd div{
	width: 33.3333%;
	border-right:1px solid #eeeeee;
	box-sizing: border-box;
}
.bd div a{
	color: #fff;
}
.bd div i{
	margin-bottom: 5px;
	font-size: 24px;
}

/*滚动图标*/
.scroll-top {
	position: fixed;
	right: 30px;
	bottom: -60px;
	z-index: 999;
	-webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.03);
	box-shadow: 0 30px 50px rgba(0,0,0,0.03);
	display: block;
	padding: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	background-color: #b60000;
	background-size: 200% auto;
	background-position: left center;
	color: #FFF;
	-webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
	overflow: hidden;
	transition: all 0.5s;
}

.scroll-top.show {
	visibility: visible;
	opacity: 1;
	bottom: 60px
}

.scroll-top:hover {
	background-position: right center;
	background-color: #b60000;
	border-radius: 50%;
}

.scroll-top:hover .arrow-top {
	-webkit-transform: translate(-50%,-80px);
	-ms-transform: translate(-50%,-80px);
	transform: translate(-50%,-80px)
}

.scroll-top:hover .arrow-bottom {
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.scroll-top .arrow-top {
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.scroll-top .arrow-bottom {
	-webkit-transform: translate(-50%,80px);
	-ms-transform: translate(-50%,80px);
	transform: translate(-50%,80px)
}

.scroll-top i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	-webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all .25s cubic-bezier(0.645,0.045,0.355,1)
}




.de-page-mian{margin:40px auto 15px auto;text-align: center;font-size: 14px;}
.de-page-mian select{width: 40px;height: 27px;text-align: center;background: #dddddd;}
.de-page-mian a{color: #000; display:inline-block;height:25px;line-height:25px;border:1px solid #dddddd;padding: 0 5px;background: #dddddd}
.de-page-mian a:hover{background:#00B436;color:#fff;border:none;height:25px;line-height:25px;}
.current {padding:0 10px;height:25px;line-height:25px;background:#00B436;color:#fff;display: inline-block;border: 1px solid #00B436}



