@import "iconfont.css";
.fyc {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}
.fwbet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.wrap {
	width: 88vw;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width:639px) {
.wrap {
	width: 92vw
}
}
.ver>* {
	display: inline-block;
	vertical-align: middle
}
.table-cell {
	display: table;
	width: 100%
}
.table-cell>* {
	display: table-cell;
	vertical-align: middle
}
.row-pv0 {
	margin-left: 0;
	margin-right: 0
}
.row-pv0>* {
	padding-left: 0;
	padding-right: 0
}
.mv0 {
	margin-left: 0!important;
	margin-right: 0!important
}
.pv0 {
	padding-left: 0!important;
	padding-right: 0!important
}
.pt0 {
	padding-top: 0px !important
}
.pb0 {
	padding-bottom: 0px !important
}
.mb0 {
	margin-bottom: 0 !important
}
.mt0 {
	margin-top: 0!important
}
.bggray {
	background: #f7f7f7
}
.bgf {
	background: #fff
}
.c {
	color: #0058b2
}
.bgc {
	background-color: #0058b2
}
.cf {
	color: #fff
}
.c2 {
	color: #062b46
}
.bgc2 {
	background: #062b46
}
.hv:hover {
	color: #0058b2
}
.hvf:hover {
	color: #fff
}
.hvbg0:hover {
	background: #000;
	color: #fff
}
.bghover {
	transition: .6s
}
.bghover:Hover {
	background-color: #0058b2;
	color: #fff
}
.l {
	border: 1px solid #ededed
}
.lb {
	border-bottom: 1px solid #ededed
}
.lt {
	border-top: 1px solid #ededed
}
.coverbox {
	position: relative;
	display: block;
	overflow: hidden
}
.coverbox .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}
.coverbox .coverimg.cover {
	background-size: cover
}
.coverbox ._bg {
	width: 100%;
	visibility: hidden;
	display: block;
	height: 253px;
    object-fit: contain;
}
@media (min-width:993px) {
.coverbox.scale:hover .cover-tip {
	opacity: 1;
	filter: alpha(opacity=1)
}
.coverbox.scale:hover .coverimg {
	transform: scale(1.05, 1.05)
}
.coverbox.scale:hover .icon-bofang1 {
font-size:.6rem
}
}
.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 55
}
.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}
.cover-tip .bgbox.blue {
	background-color: rgba(0,161,230,0.8)
}
.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}
.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}
.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}
.cover-tip .linet {
	top: 0
}
.cover-tip .lineb {
	bottom: 0
}
.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}
.iconfont {
	font-size: inherit
}
.medium {
	font-family: medium
}
.dinpro {
	font-family: dinpro
}
.cover-box ._bg {
	width: 100%
}
.wrap {
	width: 88vw;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width:639px) {
.wrap {
	width: 92vw
}
}
.totop {
	width: 50px;
	height: 50px;
	background: url('../images/top.png') no-repeat center center;
	background-color: #a8a8a8;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5555;
	cursor: pointer;
	border-radius: 50%;
	transition: .6s;
	opacity: 0;
	transform: translateY(20px)
}
@media (max-width:640px) {
.totop {
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background-size: 20px
}
}
@media (min-width:768px) {
.totop:hover {
	background-color: #0058b2
}
}
.totop.show {
	transform: translateY(0);
	opacity: 1
}
.fadeIntop {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(30px)
}
.fadeIntop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
	transition: all .3s ease 0s
}
.pt0 {
	padding-top: 0 !important
}
.c {
	color: #0058b2
}
.cItem:not(.active) {
	display: none
}
.medium {
	font-family: medium
}
.bsBox {
	box-sizing: content-box
}
.bsBox>* {
	box-sizing: content-box
}
.pagination {
	text-align: center;
	display: block
}
.pagination li {
	margin: 0 2px
}
@media (max-width:480px) {
.pagination li {
	margin: 0 2px
}
.pagination li>* {
	padding: 5px 12px !important
}
}
.pagination .active>a, .pagination .active>span, .pagination .active>a:hover, .pagination .active>span:hover, .pagination .active>a:focus, .pagination .active>span:focus {
	color: #fff;
	background-color: #0058b2
}
.pagination li>a, .pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #000;
	border-radius: 0 !important;
	padding: 6px 12px;
	border: 1px solid #dddddd
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #0058b2
}
.pagination .active>a, .pagination .active>span, .pagination .active>a:hover, .pagination .active>span:hover, .pagination .active>a:focus, .pagination .active>span:focus {
	color: #fff;
	background-color: #0058b2
}
.pagination li>a, .pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #333;
	padding: 6px 12px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #0058b2
}
.swiper-pagination-bullet {
	background-color: #0058b2
}
main {
	margin-top: 80px;
	overflow: hidden
}
@media (max-width:768px) {
main {
	margin-top: 60px
}
}
header {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	position: relative;
	transition: .6s;
	background: #fff
}
.header .logo {
	width: 162px;
	height: 100%;
	max-width: 70vw;
	
	background-size: contain;
	display: block
}
.head_wrap {
	transition: .6s;
padding:0 .32rem;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 80px
}
@media (max-width:768px) {
.head_wrap {
	height: 60px
}
}
.header_nav {
	overflow: hidden
}
.header_nav:hover {
	overflow: visible
}
.header_nav .header_inner {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	width: 66vw
}
@media (min-width:1361px) {
.header_nav .header_inner {
	position: relative
}
}
.header_nav .nav_li {
	overflow: hidden;
	position: relative
}
@media (min-width:1680px) {
.header_nav .nav_li {
margin:0 .18rem
}
}
.header_nav .nav_li:hover {
	overflow: visible
}
.header_nav .nav_li:hover .header_nac {
	color: #0058b2
}
.header_nav .nav_li:hover .drop {
	opacity: 1
}
.header_nav .nav_li.active .header_nac {
	color: #0058b2
}
.header_nav .nav_li.active::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0058b2;
	left: 0;
	top: 1px
}
.header_nav .header_nac {
	line-height: 80px;
	display: block;
padding:0 .3rem;
	position: relative;
	font-size: 18px
}
@media (max-width:1360px) {
.header_nav .header_nac {
	font-size: 16px
}
}
.header_nav .drop {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 100%;
	opacity: 0;
	white-space: nowrap;
	z-index: 55;
	padding: 20px 0;
	background: #fff;
	text-align: center;
	min-width: 2rem;
	font-size: 17px;
	box-shadow: 0 7px 20px rgba(0,0,0,0.14)
}
.header_nav .drop::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: -12px
}
.header_nav .drop a {
	display: block;
	line-height: 2.4;
	padding: 0 20px;
	color: #666;
	white-space: nowrap
}
.header_nav .drop a:hover {
	color: #0058b2
}
.header_tel {
	height: 50px;
	line-height: 50px;
	border-radius: 2em;
	color: #fff;
	background-color: #0058b2;
	font-size: 16px;
	width: 197px;
	text-align: center;
	display: block;
	padding-right: 10px
}
@media (max-width:768px) {
.header_tel {
	height: 40px;
	line-height: 40px;
	width: 180px
}
}
.header_tel em {
	padding-left: 50px;
	display: inline-block;
	background: url('../images/ic_tel.png') no-repeat left center
}
.header_tel:hover {
	background: #000;
	color: #fff
}
.m-menus {
	width: 100%;
	max-width: 640px;
	height: 100vh;
	position: fixed;
	top: 80px;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	border-top: 1px solid #ededed
}
@media (min-width:1200px) {
.m-menus {
	display: none
}
}
@media (max-width:992px) {
.m-menus {
	top: 80px
}
}
@media (max-width:768px) {
.m-menus {
	top: 60px
}
}
.m-menus .inner {
	height: calc((100vh - 80px));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}
@media (max-width:768px) {
.m-menus {
	top: 60px
}
.m-menus .inner {
	height: calc((100vh - 60px))
}
}
.m-menus a {
	display: block;
	color: #000
}
.m-menus.active {
	z-index: 999;
	transition: .6s;
	right: 0
}
.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #ededed;
	text-align: left
}
.m-menus .item .tit {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}
.m-menus .item>a, .m-menus .tit {
	display: block;
	line-height: 52px;
	position: relative;
	font-size: 16px
}
.m-menus .tit {
	position: relative
}
.m-menus .tit a {
	display: inline-block;
	min-width: 50vw
}
.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}
.m-menus .xs-menu {
	display: none;
	text-align: left
}
.m-menus .xs-menu dd {
	line-height: 30px;
	font-size: 14px
}
.m-menus .active .tit, .m-menus .open .tit {
	color: #0058b2
}
.m-menus .active .tit a, .m-menus .open .tit a {
	color: #0058b2
}
.m-menus .active .iconfont::before, .m-menus .open .iconfont::before {
	content: "\e628"
}
.m-menus .active .xs-menu, .m-menus .open .xs-menu {
	padding: 0px 0 30px;
	border-top: 1px solid rgba(255,255,255,0.14)
}
.m-menus .head_links_box {
	background: #fff;
	margin-top: 1rem;
padding:.1rem .3rem
}
.m-menus .head_links {
	display: flex!important;
	justify-content: center
}
.m-menus .head_links a {
padding:0 .2rem !important;
	display: block;
	flex: 1
}
.m-menus .head_links i {
	margin: 0 auto
}
.menu_btn {
	width: 50px;
	height: 50px;
	z-index: 101;
	cursor: pointer;
	transform-origin: center center;
	position: relative;
	display: block;
	top: -5px
}
.menu_btn i {
	position: absolute;
	width: 26px;
	height: 2px;
	left: 12px;
	background: #000;
	display: block;
	transition: all .4s ease-in-out
}
.menu_btn i:nth-of-type(1) {
	top: 20px
}
.menu_btn i:nth-of-type(2) {
	top: 30px
}
.menu_btn i:nth-of-type(3) {
	top: 40px
}
.menu_btn.active i:nth-of-type(1) {
	transform: rotate(225deg) translate(-7px, -7px)
}
.menu_btn.active i:nth-of-type(3) {
	opacity: 0
}
.menu_btn.active i:nth-of-type(2) {
	transform: rotate(-225deg) translate(0, 0)
}
header.bg .menu_btn i, header.active .menu_btn i {
	background-color: #151c2a
}
header.bg .header_nav .header_nac, header.active .header_nav .header_nac {
	color: #000
}
.bggray {
	background: #f7f7f7
}
footer {
	background-color: #0058b2;
	position: relative;
	color: #9fa3a6
}
footer a {
	color: #9fa3a6
}
footer a:hover {
	color: #fff
}
.ft-topper {
padding:.8rem 0 .6rem;
	position: relative;
	z-index: 55
}
.ft-topper .logo {
	width: 162px;
	height: 40px;
	display: block;
	position: relative;
	top: -5px
}
@media (min-width:1200px) {
.ft-topper {
	display: flex;
	justify-content: space-between
}
}
@media (max-width:1199px) {
.ft-topper {
padding-bottom:.4rem
}
}
@media (max-width:640px) {
.ft-topper {
padding-top:.4rem
}
}
.ft-navs {
	max-width: 680px;
	width: 50%;
padding-bottom:.6rem
}
@media (max-width:1680px) {
.ft-navs {
	width: 40%
}
}
@media (min-width:1200px) {
.ft-navs ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.ft-navs li {
margin-bottom:.4rem;
	position: relative;
	/*width: 33.33%*/
}
}
@media (max-width:1199px) {
.ft-navs {
	width: 100%;
	max-width: none
}
}
@media (max-width:991px) {
.ft-navs .navitem {
	min-width: auto
}
}
.ft-navs .navitem h4 {
	font-size: 16px;
	position: relative;
	margin-bottom: 16px;
	color: #fff
}
@media (min-width:1200px) {
.ft-navs .navitem h4::after {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #fff;
	margin-top: 14px
}
}
.ft-navs .navitem h4 a {
	color: #fff
}
.ft-navs .navitem h4 a:hover {
	color: #0058b2
}
.ft-navs .navitem .icon-jia {
	float: right;
	transition: .3s;
	display: none;
	margin-right: 10px
}
.ft-navs .navitem .info {
	font-size: 14px
}
.ft-navs .navitem .info a {
	line-height: 36px;
	display: block;
	color: #fff;
	transition: .6s
}
.ft-navs .navitem .info a:hover {
	transform: translateX(5px)
}
@media (max-width:1199px) {
.ft-navs .navitem {
	float: none;
	width: 100%
}
.ft-navs .navitem .icon-jia {
	display: block
}
.ft-navs .navitem h4 {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.14);
	line-height: 50px;
	margin: 0;
	font-weight: normal
}
.ft-navs .navitem .info {
	display: none;
	font-size: 14px;
	padding: 10px 30px;
	line-height: 2
}
.ft-navs .navitem.active h4 {
	font-weight: bold
}
.ft-navs .navitem.active .iconfont::before {
	content: "\e628"
}
}
@media (max-width:768px) {
.ft-navs .navitem h4 {
	font-size: 16px
}
}
@media (min-width:1200px) {
.ft-contact {
	width: 33%;
	max-width: 480px;
padding-left:.8rem;
	position: relative
}
.ft-contact::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	opacity: .1;
	left: 0;
	top: 0
}
}
.ft-contact h4 {
	position: relative;
	color: #fff;
	font-size: 16px;
	margin-bottom: 16px
}
.ft-contact h4::after {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #fff;
	margin-top: 14px
}
.ft-contact .info {
	line-height: 36px;
	color: #fff
}
@media (max-width:992px) {
.ft-contact .info {
	line-height: 2.2
}
}
@media (max-width:480px) {
.ft-contact .info {
	font-size: 13px
}
}
.ft-bottom {
padding:.32rem 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.1)
}
@media (max-width:480px) {
.ft-bottom {
	font-size: 13px;
	text-align: center;
	line-height: 2
}
}
@media (min-width:1200px) {
.ft-bottom {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
}
.ft-bottom a {
	color: #fff
}
.ft-bottom a:hover {
	color: #fff;
	border-bottom: 1px solid #fff
}
.ft-bottom .copyright {
	line-height: 1.8
}
.ft-bottom .copyright a {
margin:0 .2rem
}
@media (max-width:480px) {
.ft-bottom .copyright a {
	display: inline-block
}
}
.index_banner {
	position: relative;
	overflow: hidden;
	height: 8.8rem;
	max-height: calc(100vh - 80px)
}
@media (max-width:480px) {
.index_banner {
	height: 40vh
}
}
.index_banner .swiper-pagination {
bottom:.5rem
}
.index_banner li {
	position: relative
}
.index_banner li .link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6
}
.index_banner .bg {
	display: block;
	height: 100%;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%
}
.index_banner .bg img {
	visibility: hidden
}
.index_banner .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff
}
@media (max-width:1360px) {
.index_banner .content {
	padding: 0 1.4rem
}
}
.index_banner .content .inner {
	width: 88vw;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	text-align: center
}
@media (max-width:639px) {
.index_banner .content .inner {
	width: 92vw
}
}
@media (max-width:639px) {
.index_banner .content .inner {
	width: 92vw
}
}
.index_banner .content .en {
font-size:.9rem;
	line-height: 1.4;
	font-family: dinpro;
	text-shadow: 0 0 10px rgba(0,0,0,0.2)
}
@media (max-width:992px) {
.index_banner .content .en {
font-size:.7rem
}
}
@media (max-width:640px) {
.index_banner .content .en {
font-size:.56rem
}
}
@media (max-width:480px) {
}
.index_banner .content .tit {
font-size:.4rem
}
.index_banner .content .vbtn {
	position: relative;
	z-index: 55
}
@media (max-width:1360px) {
.index_banner .content {
	text-align: center
}
}
.index_banner video {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.index_banner .swiper-pagination-bullet {
	background: #fff;
	opacity: .5
}
.index_banner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}
.index_banner .swiper-slide-active .bg {
	transform: scale(1)
}
@media (max-width:480px) {
.index_banner .swiper-pagination {
	bottom: 6%
}
}
.index_goods {
	padding: 2px 0;
	background: #f8f8f8;
	margin-bottom: 4px
}
.index_goods .pnext {
width:.74rem;
height:.74rem;
	border-radius: 50%;
	background-color: #cfd3da;
	transition: .6s
}
.index_goods .pnext::after {
	color: #fff;
font-size:.26rem
}
@media (max-width:1680px) {
.index_goods .pnext {
width:.5rem;
height:.5rem
}
.index_goods .pnext::after {
	font-size: 16px
}
}
.index_goods .pnext:hover {
	background-color: #0058b2
}
@media (min-width:1680px) {
.index_goods .swiper-button-prev {
left:.4rem
}
.index_goods .swiper-button-next {
right:.4rem
}
}
.index_goods li {
	width: 25%
}
@media (max-width:992px) {
.index_goods li {
	width: 33.33%
}
}
@media (max-width:768px) {
.index_goods li {
	width: 50%
}
}
@media (max-width:480px) {
.index_goods li {
	width: 60%
}
}
.index_goods .inner {
padding:.4rem .4rem 0;
	background-color: #f8f8f8;
	border-top: 2px solid #fff;
	border-right: 4px solid #fff;
	overflow: hidden;
	transition: .6s
}
.index_goods .inner .content {
	transition: .6s
}
.index_goods .inner:hover {
	background-color: #e9edf3
}
.index_goods .inner:hover .content {
	transform: translateY(-0.32rem)
}
.index_goods .inner:hover .vmore {
	transform: translateY(0);
	opacity: 1
}
.index_goods .inner .image {
margin-bottom:.4rem
}
.index_goods .inner .tit {
font-size:.24rem;
	position: relative
}
@media (max-width:992px) {
.index_goods .inner .tit {
	font-size: 20px
}
}
@media (max-width:640px) {
.index_goods .inner .tit {
	font-size: 17px
}
}
.index_goods .inner .tit:hover {
	color: #0058b2
}
@media (min-width:768px) {
.index_goods .inner .tit {
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1
}
}
.index_goods .inner .line {
	width: 40px;
	height: 2px;
	background-color: #0058b2;
	display: block;
	margin: 14px 0 22px
}
.index_goods .inner .desc {
	line-height: 24px;
	height: 48px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
margin-bottom:.34rem
}
.index_goods .inner .vmore {
	opacity: 0;
	transform: translateY(50px)
}
.vmore {
	background-color: #0058b2;
	color: #fff;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 22px;
	transition: .6s
}
.vmore:hover {
	background: #000;
	color: #fff
}
.fs36 {
font-size:.36rem
}
@media (max-width:1360px) {
}
@media (max-width:992px) {
.fs36 {
	font-size: 24px
}
}
@media (max-width:768px) {
.fs36 {
	font-size: 22px
}
}
.index_case {
	background-color: #f8f8f8;
	padding: 1rem 0 1.2rem
}
.index_case .swiper {
padding-bottom:.8rem;
	overflow: visible
}
.index_case li {
	width: 25%
}
@media (max-width:992px) {
.index_case li {
	width: 32%
}
}
@media (max-width:640px) {
.index_case li {
	width: 38%
}
}
@media (max-width:600px) {
.index_case li {
	width: 54%
}
}
.index_case .inner {
	position: relative;
margin:0 .1rem
}
.index_case .inner:hover .coverimg {
	transform: scale(1.05, 1.05)
}
.index_case .inner:hover .content {
	transform: translateY(-0.46rem)
}
.index_case .inner:hover .content .tit .line {
	width: 80px
}
.index_case .inner:hover .round {
	transform: translateX(-50%) scale(1)
}
.index_case .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	bottom: 0;
	z-index: 55;
	text-align: center;
	transition: .6s
}
.index_case .content .tit {
	position: relative;
	display: block;
	color: #fff;
font-size:.36rem
}
@media (max-width:1360px) {
}
@media (max-width:992px) {
.index_case .content .tit {
	font-size: 24px
}
}
@media (max-width:768px) {
.index_case .content .tit {
	font-size: 22px
}
}
.index_case .content .tit .line {
	width: 40px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 20px auto;
	transition: .6s
}
.index_case .content .round {
	position: absolute;
	transform: translateX(-50%);
	z-index: 5;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) scale(0)
}
.round {
width:.8rem;
height:.8rem;
	border-radius: 50%;
	border: 1px dotted #fff;
	text-align: center;
	color: #fff;
font-size:.4rem;
line-height:.8rem;
	transition: .6s;
	display: inline-block
}
.round:hover {
	background: #fff;
	color: #0058b2
}
.index_news {
padding:.94rem 0 1.3rem
}
.index_news .head {
margin-bottom:.6rem
}
@media (min-width:640px) {
.index_news .head {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.index_news .head .hd1 {
	margin-bottom: 0
}
}
.index_news .head .nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}
.index_news .head .nav a {
	width: 130px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #0058b2;
	color: #0058b2;
	font-size: 16px;
	display: block;
margin-left:.2rem
}
@media (max-width:992px) {
.index_news .head .nav a {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px
}
}
@media (max-width:640px) {
.index_news .head .nav a {
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px
}
}
.index_news .head .nav .on, .index_news .head .nav a:hover {
	background-color: #0058b2;
	color: #fff
}
@media (max-width:640px) {
.index_news .head .nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.index_news .head .nav a {
margin:0 .1rem
}
}
.index_news .swiper {
padding-bottom:.8rem;
	overflow: visible;
	width: 88vw;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width:639px) {
.index_news .swiper {
	width: 92vw
}
}
@media (max-width:639px) {
.index_news .swiper {
	width: 92vw
}
}
.index_news li {
	width: 6.4rem
}
.index_news li .news_item {
margin-right:.48rem
}
@media (max-width:1680px) {
.index_news li .news_item {
margin-right:.3rem
}
}
@media (max-width:768px) {
.index_news li {
	width: 420px;
	max-width: 100%
}
}
.fs24 {
font-size:.24rem
}
@media (max-width:992px) {
.fs24 {
	font-size: 20px
}
}
@media (max-width:640px) {
.fs24 {
	font-size: 17px
}
}
.fs30 {
font-size:.3rem
}
@media (max-width:768px) {
.fs30 {
	font-size: 20px
}
}
.fs48 {
font-size:.48rem
}
.hd1 {
font-size:.48rem;
margin-bottom:.5rem;
	text-transform: uppercase;
	text-align: center
}
@media (max-width:1200px) {
.hd1 {
	font-size: 30px
}
}
@media (max-width:640px) {
.hd1 {
	font-size: 24px
}
}
@media (max-width:480px) {
.hd1 {
	font-size: 22px
}
}
@media (min-width:992px) {
.index_company {
	display: flex;
	align-items: stretch
}
.index_company .imgbox, .index_company .content {
	width: 50%
}
.index_company .content {
	padding: 1.2rem 6vw 1.2rem 1rem
}
}
@media (min-width:992px) and (max-width:1360px) {
.index_company .content {
padding:.8rem 6vw .8rem 1rem
}
}
.index_company .imgbox {
	
	background-size: cover
}
.index_company h2 {
font-size:.36rem;
margin-bottom:.32rem
}
@media (max-width:1360px) {
}
@media (max-width:992px) {
.index_company h2 {
	font-size: 24px
}
}
@media (max-width:768px) {
.index_company h2 {
	font-size: 22px
}
}
.index_company h2 a {
	color: #fff
}
.index_company .content {
	background: url('../images/logo_bg.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: left
}
@media (max-width:991px) {
.index_company .content {
	padding: 1rem 8vw
}
}
.index_company .content .desc {
	font-size: 16px;
	line-height: 1.8
}
@media (max-width:640px) {
.index_company .content .desc {
	font-size: 14px
}
}
.index_company .inner {
	max-width: 666px
}
.index_company .datas {
	font-size: 16px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
margin:.6rem 0 .8rem
}
.index_company .datas .item {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.index_company .datas b {
font-size:.6rem;
	font-family: dinpro;
	font-weight: normal
}
@media (max-width:768px) {
.index_company .datas {
	font-size: 14px
}
.index_company .datas b {
font-size:.8rem
}
}
.banner_box {
	position: relative;
	height: 6rem;
	overflow: hidden
}
.banner_box .bg {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.1)
}
.banner_box .inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}
.banner_box .wrap {
	color: #fff
}
.banner_box h2 {
font-size:.6rem;
	line-height: 1.4
}
.banner_box h2 .line {
	width: 0;
	height: 2px;
	background-color: #0058b2;
	display: block;
	margin-bottom: 10px;
	transition: .6s;
	transition-delay: 1s
}
.banner_box .en {
	font-size: 16px
}
@media (max-width:640px) {
.banner_box {
	height: 4rem
}
}
.banner_box.animated .bg {
	transform: scale(1)
}
.banner_box.animated h2 .line {
	width: 40px
}
.about_box {
	padding: 1.6rem 0 1.9rem;

}
@media (max-width:1680px) {
.about_box {
	background-size: 40%
}
}
@media (max-width:1360px) {
.about_box {
	background-size: 30%
}
}
@media (max-width:767px) {
.about_box {
	background: none;
	padding: 1.3rem 0
}
}
.about_box .content {
	padding-left: 45%
}
@media (max-width:1360px) {
.about_box .content {
	padding-left: 30%
}
}
@media (max-width:767px) {
.about_box .content {
	padding-left: 0
}
}
.about_box h4 {
	color: #0058b2;
	display: flex;
	align-items: center
}
.about_box h4 .line {
	width: 1.56rem;
	height: 1px;
	background-color: #0058b2;
	display: inline-block;
	margin-left: 6px
}
.about_box .titbox {
font-size:.48rem;
	color: #0058b2;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
margin:.8rem 0 .6rem
}
.about_box .titbox dd {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	line-height: 1.3
}
.about_box .desc {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
margin-bottom:.9rem
}
.about_box .datas {
	font-size: 16px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
@media (max-width:1200px) {
}
.about_box .datas b {
	font-size: 1rem;
	color: #0058b2;
	line-height: 1.2;
	font-family: dinpro;
	font-weight: normal
}
.about_box .datas .unit {
font-size:.3rem;
	color: #0058b2
}
.about_box .datas .tit {
	color: #666;
padding-left:.1rem
}
.about_adv {
	
	background-size: cover;
	height: 8rem;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
padding-bottom:.5rem
}
.about_adv .logo {
width:.7rem;
height:.7rem;
	
	background-size: contain;
	display: block;
	margin: 0 auto
}
@media (max-width:640px) {
.about_adv .logo {
	width: 50px;
	height: 50px
}
}
.about_adv h3 {
font-size:.48rem;
margin:.5rem 0 .2rem
}
.about_adv .en {
font-size:.24rem
}
.about_cooperation {
	padding: 1.6rem 0 2rem;
	text-align: center
}
.about_cooperation h2 {
font-size:.6rem;
	color: #0058b2;
	margin-top: 1rem;
	font-weight: bold;
margin-bottom:.3rem
}
@media (max-width:640px) {
.about_cooperation h2 {
font-size:.5rem
}
}
.about_cooperation .desc {
	font-size: 16px;
	color: #666;
	line-height: 1.8
}
@media (max-width:768px) {
.about_cooperation .desc br {
	display: none
}
}
.gray {
	background-color: #f7f7f7
}
.contact_box {
	padding: 1rem 0 1.5rem
}
.contact_box h2 {
font-size:.36rem;
	text-align: center;
margin-bottom:.6rem;
	font-weight: bold
}
@media (max-width:1360px) {
}
@media (max-width:992px) {
.contact_box h2 {
	font-size: 24px
}
}
@media (max-width:768px) {
.contact_box h2 {
	font-size: 22px
}
}
.contact_box .row {
padding-bottom:.2rem;
	margin-left: -0.15rem !important;
	margin-right: -0.15rem !important
}
.contact_box .row>* {
padding-left:.15rem !important;
padding-right:.15rem !important;
margin-bottom:.3rem
}
.contact_box .row .inner {
	background: #fff;
	height: 3rem;
	text-align: center;
	display: flex;
	flex-direction: column;
box-shadow:0 0 .18rem 0 rgba(0,0,0,0.08);
	align-items: center;
	justify-content: center;
padding:0 .2rem
}
.contact_box .row .iconfont {
	color: #0058b2;
font-size:.5rem;
margin-bottom:.3rem
}
.contact_box .row .tit {
	font-size: 16px;
	color: #666
}
.contact_box .row .tit:hover {
	color: #0058b2
}
.contact_box .map {
	height: 6.4rem;
box-shadow:0 0 .18rem 0 rgba(0,0,0,0.08);
	background: #fff;
	border: 2px solid #fff
}
.news_arc_box {
padding-bottom:.8rem
}
@media (min-width:992px) {
.news_arc_box .article {
	float: left;
	width: 66%;
	padding-right: 1rem;
	position: relative
}
.news_arc_box .article::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	right: 0;
	background-color: #f7f7f7;
top:.8rem;
	bottom: 0
}
.news_arc_box .col_sub {
	float: right
}
.news_arc_box .col_sub {
	width: 34%;
	padding-left: 1rem;
padding-right:.4rem
}
}
@media (max-width:991px) {
.news_arc_box .col_sub {
	border-top: 1px solid #ededed;
	padding-bottom: 1rem
}
}
.news_arc_box .article, .news_arc_box .col_sub {
padding-top:.8rem
}
@media (min-width:992px) {
.news_arc_box .article, .news_arc_box .col_sub {
padding-bottom:.8rem
}
}
.article .hd {
	border-bottom: 1px solid #ededed;
padding-bottom:.36rem;
margin-bottom:.5rem
}
.article .hd h2 {
margin-bottom:.2rem;
	font-size: 40px
}
@media (max-width:1680px) {
.article .hd h2 {
font-size:.36rem
}
}
@media (max-width:1680px) and (max-width:992px) {
.article .hd h2 {
	font-size: 24px
}
}
@media (max-width:1680px) and (max-width:768px) {
.article .hd h2 {
	font-size: 22px
}
}
.article .hd .time {
	color: #888;
	font-size: 16px
}
@media (max-width:992px) {
.article .hd .data {
	font-size: 15px
}
}
@media (max-width:640px) {
.article .hd .data {
	font-size: 14px
}
}
.article .bd {
	font-size: 17px;
	line-height: 2;
	padding-bottom: 1.1rem
}
@media (max-width:640px) {
.article .bd {
	font-size: 16px
}
}
.article .bd p {
	margin-bottom: 1em
}
.page_pnext {
padding:.4rem 0 .5rem;
	border-top: 1px solid #ededed
}
.page_pnext a {
	display: block;
	font-size: 16px;
	padding: 4px 0;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.page_pnext a:hover {
	color: #0058b2
}
.col_sub h2 {
font-size:.3rem;
margin-bottom:.3rem
}
@media (max-width:768px) {
.col_sub h2 {
	font-size: 20px
}
}
@media (max-width:991px) and (min-width:640px) {
.sub_news {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important;
	overflow: hidden
}
.sub_news>* {
padding-left:.2rem !important;
padding-right:.2rem !important;
margin-bottom:.4rem
}
.sub_news li {
	width: 50%;
	float: left
}
.sub_news li:nth-child(2n+1) {
	clear: both
}
}
.sub_news li {
margin-bottom:.4rem
}
@media (max-width:640px) {
.sub_news li {
	margin-bottom: 30px
}
}
.sub_news li .img {
margin-bottom:.2rem
}
.sub_news li .tit {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.sub_news li .tit:hover {
	color: #0058b2
}
@media (max-width:640px) {
.sub_news li .tit {
	font-size: 16px
}
}
.crumbs-box {
padding:.22rem 0;
	border-bottom: 1px solid #dedede
}
.crumbs-box .wrap {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.crumbs-box .crumbs a:hover {
	color: #0058b2
}
.crumbs-box .crumbs i {
	font-size: 80%
}
.crumbs-box .return {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	font-size: 16px;
box-shadow:0 0 .18rem 0 rgba(0,0,0,0.08);
	border-radius: 2em;
	display: block
}
.crumbs-box .return:hover {
	background-color: #0058b2;
	color: #fff
}
.sub-nav-box {
	border-bottom: 1px solid #dedede
}
@media (min-width:768px) {
.sub-nav-box .wrap {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.sub-nav-box .wrap .crumbs a:hover {
	color: #0058b2
}
.sub-nav-box .wrap .crumbs i {
	font-size: 80%
}
}
.sub-nav-box nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}
.sub-nav-box nav a {
margin-left:.5rem;
padding:.22rem 0;
	display: block
}
.sub-nav-box nav a:hover {
	color: #0058b2
}
.sub-nav-box nav .on {
	color: #0058b2;
	position: relative
}
.sub-nav-box nav .on::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0058b2;
	left: 0;
	bottom: 0
}
@media (max-width:640px) {
.sub-nav-box nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.sub-nav-box nav a {
margin:0 .4rem
}
}
.list_case_main {
	padding: 1.3rem 0 1.7rem
}
@media (max-width:640px) {
.list_case_main {
padding:.8rem 0 1.2rem
}
}
.list_case_main .list_case {
padding-bottom:.4rem
}
.list_case {
	margin-left: -0.4rem !important;
	margin-right: -0.4rem !important
}
.list_case>* {
padding-left:.4rem !important;
padding-right:.4rem !important;
margin-bottom:.8rem
}
@media (max-width:1360px) {
.list_case {
	margin-left: -0.3rem !important;
	margin-right: -0.3rem !important
}
.list_case>* {
padding-left:.3rem !important;
padding-right:.3rem !important;
margin-bottom:.6rem
}
}
@media (max-width:768px) {
.list_case {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important
}
.list_case>* {
padding-left:.2rem !important;
padding-right:.2rem !important;
margin-bottom:.4rem
}
}
.list_case li {
margin-bottom:.6rem
}
@media (max-width:640px) {
.list_case {
	margin-left: -0.1rem !important;
	margin-right: -0.1rem !important
}
.list_case>* {
padding-left:.1rem !important;
padding-right:.1rem !important;
margin-bottom:.2rem
}
.list_case li {
margin-bottom:.2rem
}
}
.list_case .inner .tit {
font-size:.3rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	white-space: nowrap
}
@media (max-width:768px) {
.list_case .inner .tit {
	font-size: 20px
}
}
@media (max-width:480px) {
.list_case .inner .tit {
	font-size: 18px
}
}
.list_case .inner .tit::after {
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: -0.1rem;
	transition: .6s
}
.list_case .inner:hover {
box-shadow:0 .06rem .1rem rgba(0,0,0,0.2)
}
.list_case .inner:hover .tit::after {
	width: 80px
}
.list_news_main {
padding:.8rem 0 1.6rem
}
.news_list {
	margin-left: -0.4rem !important;
	margin-right: -0.4rem !important
}
.news_list>* {
padding-left:.4rem !important;
padding-right:.4rem !important;
margin-bottom:.8rem
}
@media (max-width:992px) {
.news_list {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important
}
.news_list>* {
padding-left:.2rem !important;
padding-right:.2rem !important;
margin-bottom:.4rem
}
}
.news_list li {
margin-bottom:.6rem
}
.news_item {
	background-color: #f8f8f8
}
.news_item:hover .imgbox .more {
	background-color: #0058b2;
	color: #fff
}
.news_item .imgbox {
	display: flex;
	align-items: stretch
}
.news_item .imgbox .image {
	display: block;
	flex: 1
}
.news_item .imgbox .more {
	width: 1rem;
	min-width: 70px;
	background-color: #ebebeb;
	display: block;
	text-align: center;
	position: relative;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 14px
}
.news_item .imgbox .more em {
	white-space: nowrap;
	display: block;
	transform: rotate(90deg)
}
.news_item .content {
	display: flex;
	align-items: stretch;
	transition: .6s
}
.news_item .content .titbox {
	font-size: 18px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	height: 60px;
	flex: 1;
	box-sizing: content-box;
padding:24px .3rem 0
}
@media (max-width:992px) {
.news_item .content .titbox {
	font-size: 16px;
	line-height: 26px;
	height: 52px
}
}
.news_item .content .tit {
	display: block
}
.news_item .content .tit:hover {
	color: #0058b2
}
.news_item .content .date {
	text-align: center;
	width: 1rem;
	min-width: 70px;
	padding-top: 24px;
	line-height: 1.2;
	height: 110px;
	border-left: 1px solid #ebebeb
}
.news_item .content .date b {
	font-size: 24px;
	display: block
}
@media (max-width:992px) {
.news_item .content .date {
	height: 96px
}
}
.goods_body {
	padding: 1.1rem 0 2rem
}
@media (max-width:768px) {
.goods_body {
padding:.8rem 0 1.5rem
}
}
@media (min-width:992px) {
.goods_body {
/*	display: flex*/
}
.goods_body .goods_menu {
	width: 19%;
	margin-right:.4rem;
	float: left;
}
.goods_body .goods_main {
	flex: 1;
	width: 78%;
	float: right;
}
}
.goods_menu h2 {
	height: 1.2rem;
	line-height: 1.2rem;
	background: url('../images/mbg1.jpg') no-repeat center center;
	background-size: cover;
font-size:.3rem;
	color: #fff;
	text-align: center
}
@media (max-width:768px) {
.goods_menu h2 {
	font-size: 20px
}
}
.goods_menu .info {
	background-color: #f8f8f8;
padding:.1rem .2rem .2rem
}
.goods_menu .info a {
	display: block;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ededed;
	font-size: 16px;
	position: relative;
	padding-left: 15px
}
@media (max-width:1200px) {
.goods_menu .info a {
	height: 50px;
	line-height: 50px
}
}
.goods_menu .info a:first-child {
	border-top: none
}
.goods_menu .info a:hover {
	color: #0058b2
}
.goods_menu .info a .icon-r {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 80%
}
.goods_menu .info .on {
	color: #0058b2
}
.goods_menu .site {
	background: url('../images/mbg2.jpg') no-repeat center center;
	background-size: cover;
padding:.36rem .22rem .7rem;
	color: #fff;
	line-height: 30px
}
.goods_menu .site p {
	position: relative;
	padding-left: 40px
}
.goods_menu .site p em {
	position: absolute;
	left: 0;
	top: 0
}
.goods_list {
	margin-left: -0.12rem !important;
	margin-right: -0.12rem !important;
padding-bottom:.6rem
}
.goods_list>* {
padding-left:.12rem !important;
padding-right:.12rem !important;
margin-bottom:.24rem
}
.goods_item {
	background-color: #f8f8f8;
	text-align: center;
padding:.2rem .2rem .4rem
}
.goods_item:hover {
	background-color: #e9edf3
}
.goods_item:hover .more {
	background-color: #0058b2;
	color: #fff
}
.goods_item .tit {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
font-size:.24rem;
margin:.26rem 0 .24rem
}
.goods_item .tit:hover {
	color: #0058b2
}
@media (max-width:768px) {
.goods_item .tit {
	font-size: 18px
}
}
@media (max-width:640px) {
.goods_item .tit {
	font-size: 16px
}
}
.goods_item .more {
	color: #0058b2;
	display: block;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 120px
}
.goods_nav_xs {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
padding:0 .2rem;
	border-bottom: 1px solid #ededed
}
.goods_nav_xs a {
	font-size: 16px;
	display: block;
padding:.24rem 0;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	text-align: center;
	position: relative
}
.goods_nav_xs .on {
	color: #0058b2
}
.goods_nav_xs .on::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #0058b2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 0
}
.goods_box {
padding-top:.6rem
}
.goods_box h2 {
font-size:.36rem;
margin-bottom:.2rem
}
@media (max-width:1360px) {
}
@media (max-width:992px) {
.goods_box h2 {
	font-size: 24px
}
}
@media (max-width:768px) {
.goods_box h2 {
	font-size: 22px
}
}
.goods_box_swiper .bd {
	position: relative
}
.goods_box_swiper .pnext {
	margin-top: -0.5rem;
	color: #333
}
.goods_box_swiper .pnext::after {
font-size:.3rem
}
.goods_box_swiper .pnext:hover {
	color: #0058b2
}
.goods_box_swiper .swiper-button-prev {
	left: -0.9rem
}
.goods_box_swiper .swiper-button-next {
	right: -0.9rem
}
@media (max-width:1680px) {
.goods_box_swiper .swiper-button-prev {
	left: -0.5rem
}
.goods_box_swiper .swiper-button-next {
	right: -0.5rem
}
}
.swiper_goods {
padding-bottom:.86rem;
	position: relative;
	margin-left: -0.12rem;
	margin-right: -0.12rem
}
.swiper_goods li {
	width: 25%;
padding:0 .12rem
}
@media (max-width:992px) {
.swiper_goods li {
	width: 33.33%
}
}
@media (max-width:640px) {
.swiper_goods li {
	width: 50%
}
}
.swiper_features {
	position: relative;
	margin-left: -0.12rem;
	margin-right: -0.12rem
}
@media (max-width:767px) {
.swiper_features {
padding-bottom:.8rem
}
}
.swiper_features li {
	width: 33.33%;
padding:0 .12rem
}
@media (max-width:768px) {
.swiper_features li {
	width: 50%
}
}
.swiper_features .inner {
	background: #fff;
padding:.7rem .2rem;
	text-align: center;
font-size:.24rem;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}
@media (max-width:992px) {
.swiper_features .inner {
	font-size: 20px
}
}
@media (max-width:640px) {
.swiper_features .inner {
	font-size: 17px
}
}
.swiper_features .inner .icon {
width:.8rem;
height:.8rem;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
margin:0 auto .2rem
}
@media (max-width:640px) {
.swiper_features .inner {
	font-size: 16px
}
}
.goods_box_cp2 {
	padding-bottom: 1rem
}
.goods_info_gray {
	background: #f7f7f7;
padding-bottom:.8rem;
margin-bottom:.8rem
}
.mb0 {
	margin-bottom: 0
}
.goods_info {
padding:.8rem 0 0
}
.goods_info .inner {
	border: 1px solid #dedede;
	background: #fff
}
.goods_info .tab {
	border-bottom: 1px solid #ededed;
height:.8rem;
line-height:.8rem;
	font-size: 16px
}
@media (max-width:640px) {
.goods_info .tab {
	height: 1rem;
	line-height: 1rem
}
}
.goods_info .tab a {
	display: inline-block;
margin:0 .6rem
}
.goods_info .tab a:hover {
	color: #0058b2
}
@media (max-width:992px) {
.goods_info .tab a {
margin:0 .4rem
}
}
@media (max-width:640px) {
.goods_info .tab a {
margin:0 .2rem
}
}
.goods_info .tab .on {
	color: #0058b2;
	position: relative
}
.goods_info .tab .on::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0058b2;
	left: 0;
	bottom: 0
}
.goods_info .content {
padding:.6rem
}
@media (max-width:1200px) {
.goods_info .content {
padding:.4rem
}
}
@media (min-width:768px) {
.goods_info .content {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.goods_info .content .image {
	width: 36%;
	margin-right: 14%
}
.goods_info .content .info {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
}
.goods_info .info {
padding-bottom:.4rem
}
@media (max-width:767px) {
.goods_info .info {
padding-top:.5rem
}
}
.goods_info .info h2 {
font-size:.36rem;
	position: relative;
padding-bottom:.14rem;
margin-bottom:.24rem
}
@media (max-width:1360px) {
}
@media (max-width:992px) {
.goods_info .info h2 {
	font-size: 24px
}
}
@media (max-width:768px) {
.goods_info .info h2 {
	font-size: 22px
}
}
.goods_info .info h2::after {
	content: '';
	display: block;
	width: 32px;
	height: 2px;
	background-color: #0058b2;
	position: absolute;
	left: 0;
	bottom: 0
}
.goods_info .info .desc {
	font-size: 16px;
	line-height: 1.8;
margin-bottom:.7rem;
	max-width: 668px
}
@media (max-width:992px) {
.goods_info .info .desc {
	font-size: 15px
}
}
.goods_info .info .contact {
	width: 2rem;
height:.58rem;
line-height:.58rem;
	text-align: center;
	background-color: #0058b2;
	border-radius: 2em;
	color: #fff;
	display: block;
	font-size: 16px
}
@media (max-width:640px) {
.goods_info .info .contact {
	width: 160px;
	height: 46px;
	line-height: 46px;
	text-align: center
}
}
.goods_info .info .contact:hover {
	background: #000
}
@media (max-width:639px) {
.goods_box .tablebox {
	overflow-x: auto;
	width: 100vw;
	position: relative;
	left: -4vw;
	padding-left: 4vw
}
.goods_box .tablebox .tinner {
	padding-right: 4vw;
	min-width: 680px
}
}
.goods_box table {
	width: 100%;
	background: #fff;
	text-align: center
}
.goods_box table thead {
	background-color: #0058b2;
	color: #fff
}
.goods_box table td, .goods_box table th {
	border: 1px solid #ccc;
	padding: 8px 16px
}
.inside_con{ padding:10px 0; min-height:300px;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }