@charset "gb2312";
/* CSS Document */
body, div, dl, dd, dt, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	max-width: 640px;
	margin: 0 auto;
	color: #333333;
}
* {
	padding: 0;
	margin: 0;
}
* {
	padding: 0;
	margin: 0;
}
ol, ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000000;
}
img {
	border: none;
	display: block;
	margin: 0 auto;
}
img {
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.clear {
	clear: both
}
/*tou*/

header {
	color: #3d3834;
	font-family: century gothic, sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000
}
.headerClass {
	top: 0!important
}
header .site-logo {
	height: auto;
	margin-left: 80px;
	width: 6rem;
}
header .search-input {
	width: 10px
}
.hidesearch {
	display: none
}
.showSearch {
	display: block
}
header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
	font-family: Roboto, sans-serif;
	color: #1d1832;
	background-color: #fff;
	letter-spacing: .65px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: fixed;
	background: url(../images/khbg.jpg) repeat-x center;
	border-bottom: 5px solid #bf0000;
}
header .menu-links {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
header .menu-links .navbar-collapse .hp-nav-item {
	display: inline-block;
	list-style-type: none;
	padding: 15px 8px;
	min-width: 100px;
	text-align: center;
	cursor: pointer
}
header .menu-links .navbar-collapse {
	padding: 0;
	margin: 11px 0 0;
	max-height: 600px;
	overflow-y: auto
}
header .menu-links .navbar-collapse .hp-nav-item .hover-border {
	visibility: hidden;
	width: 60%;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	background-color: #bf0000;
	opacity: 0
}
header .menu-links .navbar-collapse .hp-nav-item:hover {
	color: #bf0000
}
header .menu-links .navbar-collapse .hp-nav-item:hover .hp-top-nav-link {
	color: #bf0000;
	text-decoration: none
}
header .menu-links .navbar-collapse .hp-nav-item:hover .hover-border {
	visibility: visible;
	opacity: 1
}
header .menu-links .navbar-collapse .hp-nav-item .hp-top-nav-link {
	color: #1d1832;
	text-decoration: none
}
header .menu-links .navbar-collapse .location-tab {
	padding: 15px 8px;
	margin-left: 15px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	cursor: pointer
}
header .menu-links .navbar-collapse .location-tab a {
	color: #3d3834
}
header .menu-links .navbar-collapse .location-tab a:hover {
	color: #bf0000;
	cursor: pointer
}
header .sub-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	flex-wrap: wrap;
	color: #3d3834;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
	box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
	color: #3d3834;
	padding: 30px 50px;
	cursor: default
}
header .sub-nav .sub-menu-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 40px 0 0
}
header .sub-nav .sub-menu-link .sub-menu-title {
	cursor: pointer;
	color: #3d3834;
	text-decoration: none;
	white-space: nowrap
}
.menu-links .navbar-collapse .sub-nav .sub-menu .sub-menu-title a {
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap
}
.menu-links .navbar-collapse .sub-nav .sub-menu .sub-menu-title a:hover {
	font-family: century gothic bold, sans-serif;
	color: #ffffff;
}
header .sub-nav .sub-menu-link .sub-menu-title:hover {
	color: #bf0000
}
header .sub-nav .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 40px 20px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
header .sub-nav .sub-menu:last-child {
	margin: 0 0 20px
}
header .sub-nav .sub-menu .sub-menu-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0
}
header .full-width-menu {
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	max-width: calc(100vw - 160px);
	margin-left: 80px;
	margin-right: 80px
}
header .sub-menu-title {
	font-family: Roboto, sans-serif;
	letter-spacing: .65px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #bf0000;
	text-align: left;
	padding-bottom: 5px;
	margin: 0 0 30px
}
header .child-links {
	font-family: century gothic, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	text-transform: none;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	grid-column-gap: 12px;
	max-height: 100%
}
header .child-links a {
	display: block;
	width: 145px;
	margin: 20px 0 0;
	padding-left: 15px;
	margin-left: -13px;
	border-left: 3px solid transparent;
	color: #3d3834;

}
header .child-links a:hover {
	border-left: 3px solid #bf0000;
	text-decoration: none;
	font-family: century gothic bold, sans-serif;
	padding-left: 15px
}
header.notification-bar-active+nav#navBreadcrumb {
	margin-top: 110px;
	display: block
}
header+main#content, header+section.main, header+nav#navBreadcrumb {
	margin-top: 70px;
	display: block
}
header.notification-bar-active+section.main {
	margin-top: 110px;
	display: block
}
#SearchInput {
	transform: translateX(-106%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	height: 3em
}
.slide-container {
	display: none;
	max-width: calc(100vw - 160px);
	margin-top: 9px;
	position: absolute;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: auto;
	margin-right: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.back-btn {
	display: none
}
.tab {
	padding: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	cursor: pointer
}
.tab .icon-text {
	margin-left: 10px
}
.search-tab {
	padding: 0 20px;
	min-width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #bf0000;
	height: 68px
}
.search-tab.menu-active {
	background-color: #bf0000;
	color: #fff
}
.toggle-tab {
	color: #bf0000;
	border-right: none;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 20px;
	cursor: pointer
}
::-webkit-media-controls-panel {
display:none!important;
-webkit-appearance:none
}
::-webkit-media-controls-play-button {
display:none!important;
-webkit-appearance:none
}
::-webkit-media-controls-start-playback-button {
display:none!important;
-webkit-appearance:none
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.slide-container .sub-nav {
	display: inline-table;
	vertical-align: top
}
.slide-container .sub-nav .sub-menu {
	display: inline-table;
	vertical-align: top
}
.slide-container .sub-nav .sub-menu-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 250px
}
}
@media(min-width:993px) and (max-width:1009px) {
.mobile-container {
	display: none;
	max-width: calc(100vw - 160px);
	margin-top: 9px;
	position: absolute;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0 80px
}
}
@media(max-width:992px) {
header .site-logo {
	height: auto;
	margin: 0 15px
}
header .nav {
	padding: 15px
}
.search-input {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 48px;
	height: 100vh;
	width: 100vw;
	background-color: #fff
}
.search-input input {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #bf0000;
	padding-bottom: 14px;
	height: 2em!important;
	top: -50px;
	position: absolute;
	transform: translateX(46%);
	margin: 15px 25px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-style: italic;
	letter-spacing: .65px
}
.sub-nav {
	display: none
}
.menu-links.menu-active {
	height: 100%
}
.menu-links.menu-active>.navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.menu-links.menu-active>.toggle-tab {
	height: 100%;
}
.menu-links.menu-active>.toggle-tab .fa-bars::before {
	color: #fff;
}
.menu-links .navbar-collapse {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	margin: 0!important;
	background-color: #fff
}
.menu-links .navbar-collapse .hover-border {
	display: none
}
.menu-links .navbar-collapse .hp-nav-item {
	margin: 0 25px;
	padding: 18px 0 0!important;
	text-align: left!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.menu-links .navbar-collapse .hp-nav-item .sub-nav {
	display: none!important
}
.menu-links .navbar-collapse .hp-nav-item.menu-active {
	margin: 0!important;
	padding: 0!important;
	width: 100%
}
.menu-links .navbar-collapse .hp-nav-item.menu-active div .sub-nav {
	display: block!important;
	margin: 0!important;
	position: relative
}
.title-only {
	color: #ffffff;
	background-color: #bf0000;
	padding: 18px 25px!important;
	width: 100%
}
.title-only::after {
	content: ""!important
}
.title-only a {
	color: #ffffff;
}
.mobile-only {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.mobile-only .nav-item-title::after {
	content: ""!important
}
.menu-links .navbar-collapse .nav-item-title .title-only {
	color: #ffffff;
}
.menu-links .navbar-collapse .nav-item-title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #bdbdbd;
}
.menu-links .navbar-collapse .nav-item-title a {
	color: #333333;
}
.menu-links .navbar-collapse .nav-item-title::after {
	font-family: font awesome;
	font-weight: bold;
	content: "+";
	font-size: 1rem;
}
.menu-links .navbar-collapse .sub-nav {
	display: none;
	margin-top: 0;
	position: relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #3d3834;
	padding: 0;
	cursor: default
}
.menu-links .navbar-collapse .sub-nav:last-child {
	right: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-right: 80px
}
.menu-links .navbar-collapse .sub-nav .sub-menu-title {
	font-family: Roboto, sans-serif;
	letter-spacing: .65px;
	font-size: 0.8rem;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #bdbdbd!important;
	text-align: left;
	padding: 18px 0 18px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.menu-links .navbar-collapse .sub-nav .sub-menu-title::after {
	font-family: font awesome;
	font-weight: bold;
	color: #ffffff;
	content: "+";
	font-size: 1rem;
}
.menu-links .navbar-collapse .sub-nav .sub-menu-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 25px
}
.menu-links .navbar-collapse .sub-nav .sub-menu-link .sub-menu-title {
	cursor: pointer;
	color: #3d3834;
	text-decoration: none;
	white-space: nowrap;
	margin: 0
}
.menu-links .navbar-collapse .sub-nav .sub-menu-link .sub-menu-title::after {
}
.menu-links .navbar-collapse .sub-nav .sub-menu-link .sub-menu-title:hover {
	color: #bf0000
}
.menu-links .navbar-collapse .sub-nav .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 25px!important
}
.menu-links .navbar-collapse .sub-nav .sub-menu .sub-menu-title {
	display: -webkit-box;
	display: -ms-flexbox;
	margin: 0
}
.menu-links .navbar-collapse .sub-nav .sub-menu .child-links {
	display: none
}
.menu-links .navbar-collapse .sub-nav .sub-menu:last-child .sub-menu-title {
	border-bottom: none!important
}
.menu-links .navbar-collapse .sub-nav .sub-menu.menu-active {
	margin: 0!important
}
.menu-links .navbar-collapse .sub-nav .sub-menu.menu-active .child-links {
	font-family: Roboto, sans-serif;
	font-weight: 300px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	margin: 0 25px
}
.menu-links .navbar-collapse .sub-nav .sub-menu.menu-active .child-links div {
	border-bottom: 1px solid #bdbdbd
}
.menu-links .navbar-collapse .sub-nav .sub-menu.menu-active .child-links div:last-child {
	border-bottom: none
}
.menu-links .navbar-collapse .sub-nav .sub-menu.menu-active .child-links a {
	display: block;
	width: 100%;
	padding: 8px 22px;
	margin: 10px 0 10px -6px!important;
	border-left: 3px solid transparent;
	color: #3d3834
}
.menu-links .navbar-collapse .sub-nav .sub-menu.menu-active .child-links a:hover {
	border-left: 3px solid #bf0000;
	font-family: Roboto, sans-serif;
	text-decoration: none;
	padding-left: 22px
}
.menu-links .navbar-collapse .location-tab {
	margin: 0!important;
	padding: 18px 25px 0!important;
	border: 0!important;
	background-color: #bcbcbc
}
.menu-links .navbar-collapse .location-tab .nav-item-title::after {
	content: "?"
}
.back-btn {
	display: none;
	padding: 18px 25px;
	background-color: #1d1832;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.back-btn::before {
	font-family: font awesome;
	font-weight: 400;
	margin-right: 5px
}
.show-block {
	display: block!important
}
.top-box {
	-webkit-box-shadow: inset 0 10px 30px -10px rgba(0,0,0,.12);
	box-shadow: inset 0 10px 30px -10px rgba(0,0,0,.12)
}
.tab {
	margin: 10px 0;
	padding: 10px 0
}
.search-tab {
	padding: 5px 20px;
	min-width: 65px;
	height: 48px;
	border-right: 1px solid #bdbdbd
}
.show-flex>.search-tab {
	border-right: 1px solid transparent
}
.toggle-tab {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	min-width: 65px!important
}
.toggle-tab .fa-bars {
	font-family: font awesome;
	font-weight: 400;
	font-size: 28px;
	content: "?"
}
.no-show {
	display: none!important
}
.menu-container {
	display: none
}
.sub-menu:last-child {
	margin: 0 40px 20px 0!important
}
.sub-nav {
	grid-template-columns: repeat(4, auto)!important
}
.sub-menu:last-child {
	margin: 0 40px 20px 0!important
}
}
@media(max-width:1280px) {
header .site-logo {
	margin-left: 15px;
}
header .menu-links .navbar-collapse .hp-nav-item {
	padding: 15px 8px;
	
	min-width: auto
}
header .menu-links .navbar-collapse .location-tab {
	margin-left: 0
}
.search-tab {
	min-width: auto
}
.full-width-menu {
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	max-width: calc(100vw - 134px)!important;
	margin-left: 67px!important;
	margin-right: 67px!important
}
}
@media(max-width:576px) {
body {
	size: 18px
}
}
@media(min-width:1201px) {
.search-input input {
	width: 65em
}
}
@media(min-width:750px) and (max-width:992px) {
.search-input input {
	width: 55vw;
	transform: translateX(48%)!important
}
}
@media(min-width:993px) and (max-width:1200px) {
.search-input input {
	width: 59vw
}
}
@media(max-width:749px) {
.search-input input {
	width: 34vw;
	transform: translateX(87%)!important;
	margin: 13px 30px!important
}
}
/*tou*/





/*banner start*/

/*sjbanner*/
.sjbanner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 3.8rem;
}
.sjbanner ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.sjbanner ul li {
	width: 100%;
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0
}
.sjbanner ul li img {
	width: 100%;
}
.sjbanner .pagination {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 42%;
	bottom: 5%
}
.sjbanner .pagination span {
	width: 1.2rem;
	background: #e2e2e2;
	float: left;
	margin-left: 1.5%;
	border-radius: 100%;
	height: 1.2rem;
	border: 1px solid #fff
}
.sjbanner .pagination .swiper-pagination-bullet-active {
	background: #761f72;
	border: 1px solid #ccc
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #bf0000
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
/*banner stop*/

.box {
	width: 100%;
	height: 538px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 157px;
}
.box-1 ul {
}
.box-1 ul li {
	width: 1920px;
	height: 538px;
	position: relative;
	overflow: hidden;
}
.box-1 ul li img {
	display: block;
	width: 1920px;
	height: 538px;
}
.box-1 ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 300px;
	background: rgba(125,125,120,.4);
	text-indent: 2em;
	padding-right: 500px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}
.box-2 {
	position: absolute;
	right: 10px;
	bottom: 14px;
}
.box-2 ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	text-indent: 100px;
	cursor: pointer;
}
.box-2 ul .on {
	background: #bf0000
}
.box-3 span {
	position: absolute;
	color: white;
	background: rgba(125,125,120,.3);
	width: 50px;
	height: 80px;
	top: 50%;
	font-family: "宋体";
	line-height: 80px;
	font-size: 60px;
	margin-top: -40px;
	text-align: center;
	cursor: pointer;
}
.box-3 .prev {
	left: 10px;
}
.box-3 .next {
	right: 10px;
}
.box-3 span::selection {
	background: transparent;
}
.box-3 span:hover {
	background: rgba(125,125,120,.8);
}
/*banner stop*/
/*图文资讯*/
.news {
	width: 98%;
	height: auto;
	margin: 0 auto;
	margin-top: 1rem;
}
.news1 {
	width: 100%;
	margin: 0 auto;
}
.news1 h3 {
	color: #000000;
	font-size: 1.5rem;
	float: left;
	margin-bottom: 1rem;
}
.news1 hr {
	width: 100%;
	border: 1px #dddddd solid;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.news1 h4 {
	float: right;
	font-weight: normal;
	color: #333333;
	font-size: 1rem;
}
.news11 {
	width: 100%;
	margin-top: 1rem;
	margin: 0 auto;
}
.news11 img {
	width: 100%;
	margin: 0 auto;
}
.wen {
	width: 100%;
	background: #000000;
	opacity: 0.5;
	position: relative;
	top: 12.5rem;
	height: 5rem;
}
.wen1 {
	position: relative;
	bottom: -8.5rem;
	padding-left: 0.5rem;
}
.wen1 h3 {
	color: #ffffff;
	font-size: 1rem;
	font-weight: normal;
	font-family: "黑体";
}
.wen1 p {
	color: #ccc;
	font-size: 0.5rem;
	padding-top: 0.5rem;
}
.news2 {
	width: 100%;
	margin: 0 auto;
	margin-top: 1.3rem;
}
.news2 h3 {
	color: #000000;
	float: left;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
.news2 h4 {
	float: right;
	font-weight: normal;
	color: #333333;
	font-size: 1rem;
}
.news2 hr {
	width: 100%;
	border: 1px #dddddd solid;
	margin: 0 auto;
}
.lie {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 1rem;
}
.lie ul a {
	display: block;
	width: 100%;
}
.lie ul a li {
	width: 100%;
	float: left;
}
.lie a li {
	color: #666666;
	font-size: 0.8rem;
	padding-bottom: 1.3rem;
}
.lie ul a li span {
	float: right
}
/*图文资讯*/




/*foot*/
.footer {
	width: 100%;
	background-color: rgba(68, 68, 68, 1);
	height: 20rem;
}
@media screen and (max-device-width:320px) {
.footer {
	height: 21rem;
}
}
.footer_main {
	width: 100%;
	height: 12rem;
	margin: 0 auto;
}
.foot_cen {
	width: 95%;
	margin: 0 auto;
	padding-top: 2rem;
}
.foot_cen strong {
	font-size: 1rem;
	color: #ffffff;
}
.foot_cen p {
	padding-top: 8px;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
}
.footer_banquan {
	width: 90;
	height: 4rem;
	text-align: center;
	font-size: 0.8rem;
	color: #fff;
	background: #333333;
	padding-top: 1.5rem;
	line-height: 1.5rem;
}
@media screen and (max-device-width:320px) {
.footer_banquan {
	height: 5rem;
}
}
.footer_banquan p {
	color: #ffffff;
}
/*foot*/




/*资质证书*/
.zzzs {
	width: 100%;
	height: 34rem;
	margin: 0 auto;
	background: url(../images/zs-bj.jpg) no-repeat
}
.tit {
	width: 100%;
	height: 2rem;
	margin: 0 auto;
	text-align: center
}
.tit h2 {
	font-size: 2rem;
}
.tit h2 span {
	color: #b20000
}
.tit p {
	color: #999999;
	font-size: 0.8rem;
}
/*资质证书*/

/*证书*/
.sjcpzz {
	margin-top: 3rem;
}
/*证书*/

/*案例*/

.cgal {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
}
.cgal strong {
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	margin: 0 auto;
}
.cgal strong span {
	font-weight: bold;
	font-size: 1.5rem;
	color: #bf0000;
}
.tit {
	margin: 0 auto;
	text-align: center
}
.tit h2 {
	font-size: 2rem;
}
.tit h2 span {
	color: #b20000
}
.tit p {
	color: #999999;
	font-size: 0.5rem;
}
.cgal ul {
	width: 100%;
	margin: 0 auto
}
.cgal ul li {
	width: 48%;
	height: 18rem;
	float: left;
	box-shadow: 3px 3px 5px #cccccc;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1rem;
}
@media screen and (min-width:450px) and (max-width:600px) {
.cgal ul li {
	height: 20rem;
}
}
@media screen and (min-width:601px) and (max-width:800px) {
.cgal ul li {
	height: 22rem;
}
}
 @media screen and (min-width:801px) and (max-width:1200px) {
.cgal ul li {
	height: 23rem;
}
}
.cgal ul li img {
	width: 100%;
}
.cgal ul li h2 {
	color: 333333;
	padding-top: 1rem;
	font-size: 1.5rem;
}
.cgal ul li p {
	line-height: 1.5rem;
	padding-top: 1rem;
	font-size: 0.5rem;
}
/*案例*/
/*优势*/
.advantage {
	width: 100%;
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.advantage ul {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 3rem;
}
.advantage ul li {
	width: 48%;
	text-align: center;
	float: left;
	padding-bottom: 1rem;
	margin-right: 1%;
	margin-left: 1%;
}
.advantage h3{ width:5rem; height:5rem; background:#bf0000; border-radius:50%; margin:0 auto;}
.advantage h3 .icon{ margin:0 auto; padding-top:1rem;}
@media screen and (min-width:600px) and (max-width:1200px) {
.advantage ul li {
	width: 48%;
}
}
 @media screen and (max-device-width:320px) {
.advantage ul li {
	width: 48%;
}
}
.advantage ul li h5 {
	color: #444444;
	font-size: 1rem;
	padding-top: 1rem;
}
.advantage ul li hr {
	width: 47%;
	border: 1px solid #999999;
	text-align: center;
	margin: 1rem auto;
}
.advantage ul li p {
	font-size: 0.8rem;
	color: #444444;
	line-height: 1.5rem;
	margin: 0 auto;
	width: 92%
}
/*优势*/
@media screen and (min-width:320px) and (max-width:1200px) {
.header1 {
	display: none;
}
.head {
	display: none;
}
.c-banner {
	display: none
}
#jswbox {
	display: none;
}
#banner {
	display: none;
}
.qqkefu {
	display: none;
}
.foot_left {
	display: none
}
.foot_right {
	display: none
}
}
/*客服咨询*/

.fixed {
	width: 100%;
	position: fixed;
	bottom: 0;
	color: #FFF;
	z-index: 999999;
}
.fixed_ul li {
	float: left;
	width: 25%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	background: #bf0000;
	line-height: 12px;
	padding-bottom: 2px;
	color: #ffffff;
}
.fixed_ul li p {
	border: 0;
	padding: 0;
	margin: 0;
}
.fixed_ul li p img {
	padding-top: 2px;
	padding-bottom: 2px;
}
.fixed_ul li a {
	color: #FFF;
	display: block;
}

/*视频*/
.shipin {
	width: 100%;
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.shipin ul li {
	width: 100%;
	text-align: center;
	float: left;
	padding-bottom: 1rem;
	margin-right: 1%;
	margin-left: 1%;
}
.shipin h3{ width:5rem; height:5rem; background:#bf0000; border-radius:50%; margin:0 auto;}
.shipin h3 .icon{ margin:0 auto; padding-top:1rem;}

@media screen and (min-width:600px) and (max-width:1200px) {
.shipin ul li {
	width: 100%;
}
}
 @media screen and (max-device-width:320px) {
.shipin ul li {
	width: 100%;
}
}
.shipin ul li h5 {
	color: #444444;
	font-size: 1rem;
	padding-top: 1rem;
}
.shipin ul li hr {
	width: 47%;
	border: 1px solid #999999;
	text-align: center;
	margin: 1rem auto;
}
.shipin ul li p {
	font-size: 0.8rem;
	color: #444444;
	line-height: 1.5rem;
	margin: 0 auto;
	width: 92%
}
.tit1 {
	margin: 0 auto;
	text-align: center
}
.tit1 h2 {
	font-size: 2rem;
}
.tit1 h2 span {
	color: #b20000
}
.tit1 p {
	color: #999999;
	font-size: 0.5rem;
}
/*视频*/

