﻿@charset "utf-8";
* {
	/*transition: all 0.4s;
	-webkit-transition: all 0.4s;*/
}

body,
html {
	/*overflow-x: hidden;*/
	/*overflow-y: scroll;*/
}

.cookieTip{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
    z-index: 11;
    width: 100%;
    border-top: 4px solid #ffe900;
    box-shadow: 0 3px 8px rgb(33 33 33 / 20%);
    font-size: 16px;
    display: none;
}
.cookieTip .wrap{
	display: flex;
}
.cookieTip .wrap .con{
	flex: 1;
}
.cookieTip .bottom{
	display: flex;
	justify-content: space-between;
}
.cookieTip .bottom .no,
.cookieTip .bottom .yes{
	width: 70px;
	height: 32px;
	margin: 0 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #eee;
	color: #333;
	cursor: pointer;
}
.cookieTip .bottom .yes{
	background: #031f6f;
	    color: #ffe900;
}
.header {
	width: 100%;
	/*min-width: 1200px;*/
	overflow: hidden;
	position: relative;
	min-height: 155px;
}

.header.white {
	background: #000;
}

.video-js video.vjs-tech,
.video-js .vjs-control-bar {
	width: 960px;
}

img.img {
	display: block;
	width: 100%;
}

.header .bannerSwiper {
	width: 100%;
	min-width: 1920px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header .bannerSwiper-next {
	position: absolute;
	/*left: 50%;*/
	/*margin-left: 600px;*/
	right: 8%;
	color: #fff;
	opacity: 0.7;
	outline: none;
	z-index: 999;
}

.header .bannerSwiper-prev {
	z-index: 999;
	position: absolute;
	left: 8%;
	/*margin-left: -630px;*/
	right: auto;
	color: #fff;
	opacity: 0.7;
	outline: none;
}

img.img {
	display: block;
	width: 100%;
}

.header .bannerSwiper-prev:hover {
	opacity: 1;
}

.header .bannerSwiper-next:hover {
	opacity: 1;
}

.header .top {
	position: absolute;
	left: 0;
	width: 100%;
	/*min-width: 1200px;*/
	top: 0;
	z-index: 10;
}

.header-nav {
	float: right;
	padding-right: 60px;
	padding-top: 30px;
}

.header-nav .entry {
	float: left;
	padding-left: 20px;
	position: relative;
}

.header-nav .entry>a {
	color: #031f6f;
	padding: 15px;
	display: block;
	font-size: 16px;
	position: relative;
}

.white .header-nav .entry>a {
	color: #fff;
}

.header-nav-bg {
	background: #ffe900;
}

.header-nav-bg.header-nav .entry>a {
	color: #000000;
}

.header-nav-bg.header-nav .entry>a.focus:after,
.header-nav-bg.header-nav .entry>a:hover:after {
	content: ' ';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 3px;
	background: #031f6f;
}

.header-nav .entry .entry-sub {
	position: absolute;
	left: -70px;
	top: 110%;
	padding-top: 16px;
	opacity: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	visibility: hidden;
	z-index: 555;
}

.header-nav .entry1 .entry-sub {}

.header-nav .entry2 .entry-sub {
	left: -240px;
}

.header-nav .entry4 .entry-sub,
.header-nav .entry5 .entry-sub {
	left: -120px;
}

.header-nav .entry3 .entry-sub {}

.header-nav .entry4 .entry-sub {}

.header-nav .entry5 .entry-sub {
	left: -100px;
}

.header-nav .entry:hover .entry-sub,
.header-nav .entry.hover .entry-sub {
	visibility: initial;
	visibility: visible;
	opacity: 1;
	top: 99%;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.header-nav .entry .entry-sub .mains {
	background: #ffe900;
	line-height: 32px;
	border-radius: 32px;
	height: 32px;
	font-size: 0;
	text-align: center;
	padding: 0 15px;
	white-space: nowrap;
}

.header-nav .entry .entry-sub .mains a {
	display: inline-block;
	font-size: 14px;
	color: #031f6f;
	padding: 0 28px;
	position: relative;
	white-space: nowrap;
	min-width: 1px;
}

.header-nav .entry .entry-sub .mains a:after {
	content: ' ';
	width: 4px;
	height: 4px;
	background: #031f6f;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 100%;
	margin-left: -2px;
}

.header-nav .entry .entry-sub .mains a:last-child:after {
	display: none;
}

.header-nav .entry .entry-sub .mains a:hover {
	color: #000;
	text-decoration: underline;
}

.header-nav .entry .entry-sub .mains a.focus,
.header-nav .entry .entry-sub .mains a.focus:hover {
	text-decoration: underline;
}

.header-logo {
	display: block;
	width: 183px;
	height: 90px;
	/*margin-left: 65px;
	margin-top: 25px;*/
	margin-left: 20px;
	margin-top: 10px;
	width: 255px;
	height: 128px;
	background: url(../img/logo-white2.png) no-repeat left top;
	background-size:auto 100% ;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: left top;
	-webkit-transform-origin: left top;
}

.header-logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.black .header-logo {
	background: url(../img/logo-black2.png) no-repeat left top;
	background-size:auto 100% ;
}

.header .left {
	position: absolute;
	left: 3%;
	top: 180px;
	z-index: 15;
}

.header .left .item {
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 50px;
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none!important;
	position: relative;
	-ms-transition: none!important;
	-webkit-transition: none!important;
}

.header.white .left .item {
	background-image: url(../img/icon-store.png);
	background-size: 60px auto;
}

.header.black .left .item {
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 70px;
	background-image: url(../img/icon-store.png);
	background-size: 60px auto;
}

.header .left .item:hover {
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none!important;
	-ms-transition: none!important;
	-webkit-transition: none!important;
}

.header .left .item .img {
	position: absolute;
	left: 100%;
	margin-left: 20px;
	top: 50%;
	margin-top: -80px;
	display: none;
	width: 150px;
	height: 160px;
	background: #031f6f;
	border-radius: 4px;
	padding: 4px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none!important;
	-ms-transition: none!important;
	-webkit-transition: none!important;
}

.header .left .item .img:after {
	position: absolute;
	left: -12px;
	width: 0;
	height: 0;
	content: ' ';
	display: block;
	top: 50%;
	margin-top: -20px;
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none!important;
	-ms-transition: none!important;
	-webkit-transition: none!important;
}

.header.white .left .item .img:after {
	border-top: 20px solid transparent;
	border-right: 12px solid #fff;
	border-bottom: 20px solid transparent;
}

.black.header .left .item .img:after {
	border-top: 20px solid transparent;
	border-right: 12px solid #031f6f;
	border-bottom: 20px solid transparent;
}

.header .left .item .img img {
	width: 150px;
	height: 160px;
}

.header.white .left .item1 {
	background-position: 0 0;
}

.header.white .left .item2 {
	background-position: 0 -30px;
}

.header.white .left .item3 {
	background-position: 0 -60px;
}

.header.white .left .item4 {
	background-position: 0 -90px;
}

.header.white .left .item5 {
	background-position: 0 -120px;
}

.header.white .left .item .img {
	background: #FFF;
}

.header .left .item:hover .img {
	display: block;
}


/*.header.white .left .item1:hover{
	background-position: -30px 0;
}
.header.white .left .item2:hover{
	background-position:-30px -30px;
}
.header.white .left .item3:hover{
	background-position: -30px -60px;
}
.header.white .left .item4:hover{
	background-position: -30px  -90px;
}
.header.white .left .item5:hover{
	background-position: -30px  -120px;
}*/

.header.black .left .item1 {
	background-position: -30px 0;
}

.header.black .left .item2 {
	background-position: -30px -30px;
}

.header.black .left .item3 {
	background-position: -30px -60px;
}

.header.black .left .item4 {
	background-position: -30px -90px;
}

.header.black .left .item5 {
	background-position: -30px -120px;
}


/*.header.black .left .item1:hover{
	background-position: 0 0;
}
.header.black .left .item2:hover{
	background-position:0 -30px;
}
.header.black .left .item3:hover{
	background-position: 0 -60px;
}
.header.black .left .item4:hover{
	background-position: 0  -90px;
}
.header.black .left .item5:hover{
	background-position: 0  -120px;
}*/

.header .swiper-pagination {
	bottom: 25px;
}

.header .swiper-pagination .swiper-pagination-bullet {
	width: 60px;
	border-radius: 0;
	height: 3px;
	background: rgba(255, 255, 255, 0.4);
	opacity: 1;
}

.header .swiper-pagination .swiper-pagination-bullet-active:after {
	content: ' ';
	width: 0;
	height: 100%;
	background: #031f6f;
	background: #fff;
	display: block;
	-webkit-animation: bulletActive 5.1s linear forwards;
	animation: bulletActive 5.1s linear forwards;
}

.header.white .swiper-pagination .swiper-pagination-bullet-active:after {}

@-webkit-keyframes bulletActive {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes bulletActive {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.index-pro-nav {
	width: 100%;
	/*min-width: 1200px;*/
	background: url(../img/index-proNav-bg.jpg) no-repeat center #fff;
	height: 358px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.index-pro-nav .main {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

.index-pro-nav .main .item {
	width: 300px;
	float: left;
	text-align: center;
}

.index-pro-nav .main .item .txt {
	font-size: 20px;
	text-align: center;
	color: #031f6f;
}

.index-pro-nav .main .item a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	/*color: #FFE900;*/
}

.index-news-list {
	width: 1200px;
	margin: 0 auto;
	padding: 140px 0;
	text-align: center;
}

.index-news-list .main {
	position: relative;
	margin-bottom: 20px;
}

.index-news-list .more {
	font-size: 16px;
	color: #767676;
}

.index-news-list .more:hover {
	color: #031f6f;
}

.index-news-list .more span {
	text-decoration: underline;
	color: #767676;
}

.index-news-list .more:hover span {
	text-decoration: underline;
	color: #031f6f;
}

.index-news-list .main .item {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 292px;
}

.index-news-list .main .item:after {
	content: ' ';
	border: 0px solid #ffe900;
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.index-news-list .main .item:hover:after {
	opacity: 1;
	border: 8px solid #ffe900;
}

.index-news-list .main .item:hover .img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.index-news-list .main .item .info {
	position: relative;
	background: #fff;
	height: 80px;
	padding: 0 80px 0 15px;
	text-align: left;
}

.index-news-list .main .item .info .data {
	position: absolute;
	width: 68px;
	text-align: center;
	background: #ffe900;
	height: 80px;
	right: 0;
	top: 0;
}

.index-news-list .main .item .info .data:after {
	content: ' ';
	width: 68px;
	height: 80px;
	background: url(../img/icon-hover.png) no-repeat center;
	position: absolute;
	left: -25px;
	opacity: 0;
	top: 0;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.index-news-list .main .item:hover .info .data:after {
	opacity: 1;
	left: 0;
}

.index-news-list .main .item:hover .info .data span {
	opacity: 0;
}

.index-news-list .main .item .info .data .s1 {
	display: inline-block;
	width: 48px;
	text-align: center;
	color: #031f6f;
	font-size: 16px;
	border-bottom: 1px solid #031f6f;
	margin-top: 15px;
}

.index-news-list .main .item .info .tit {
	font-size: 16px;
	color: #313131;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 12px;
}

.index-news-list .main .item .info .txt {
	overflow: hidden;
	line-height: 18px;
	color: #787878;
	font-size: 12px;
}

.index-news-list .main .item7,
.index-news-list .main .item6 {
	width: 594px;
}

.index-news-list .main .item7 {
	margin-left: 302px;
}

.index-news-list .main .item5 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.index-news-list .img1,
.index-news-list .img2,
.index-news-list .img3 {
	display: none;
}

.index-news-list .main .item1 .img1,
.index-news-list .main .item2 .img2,
.index-news-list .main .item3 .img1,
.index-news-list .main .item4 .img1,
.index-news-list .main .item5 .img2,
.index-news-list .main .item6 .img3,
.index-news-list .main .item7 .img3,
.index-news-list .main .item8 .img1 {
	display: block;
}

.index-news-list .main .item4,
.index-news-list .main .item6,
.index-news-list .main .item8 {
	margin-right: 0;
}

.index-news-list .main .item .img1 {
	width: 292px;
	height: 292px;
	overflow: hidden;
}

.index-news-list .main .item .img2 {
	width: 292px;
	height: 673px;
	overflow: hidden;
}

.index-news-list .main .item .img3 {
	width: 594px;
	height: 292px;
	overflow: hidden;
}

.footer-map {
	position: relative;
	z-index: 1;
	width: 100%;
	/*min-width: 1200px;*/
	background: url(../img/map.jpg) no-repeat center #fff;
	height: 600px;
	overflow: hidden;
}

.footer-map .main {
	width: 1200px;
	margin: 0 auto;
	background: url(../img/group.png) no-repeat center 90px;
	padding-top: 265px;
	text-align: center;
}

.footer-map .main .tit {
	font-size: 39px;
	color: #031f6f;
}

.footer-map .main .info {
	padding-top: 90px;
	font-size: 20px;
	line-height: 29px;
	color: #031f6f;
}

.footer-map .main .info span {
	font-size: 14px;
	color: #031f6f;
}

.footer-site {
	background: #ffe900;
	margin: 0 auto;
	width: 100%;
	z-index: 1000;
	position: relative;
}

.footer-site .main {
	width: 1200px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	background: url(../img/logo-black.png) no-repeat left 35px;
	background-size: 145px auto;
}

.footer-site .main .link {
	padding-left: 175px;
	padding-top: 50px;
	width: 480px;
	float: left;
}

.footer-site .main .link a {
	margin-right: 15px;
	font-size: 12px;
	white-space: nowrap;
	margin-bottom: 5px;
	display: inline-block;
}

.footer-site .main .right {
	float: right;
	padding-top: 50px;
}

.footer-site .main .right .l {
	position: relative;
	padding-bottom: 20px;
}

.footer-site .main .right span {
	width: 80px;
	text-align: left;
	position: absolute;
	left: -70px;
	top: 5px;
	display: block;
}

.footer-site .main .right .item {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	margin: 0 30px;
	background-image: url(../img/icon-f-store.png);
	background-size: 268px auto;
	background-repeat: no-repeat;
}

.footer-site .main .right .item:after {
	width: 1px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	position: absolute;
	left: 0%;
	margin-left: -30px;
	content: ' ';
	background: #1d2088;
	display: block;
}

.footer-site .main .right .item1:after,
.footer-site .main .right .item3:after {
	display: none;
}

.footer-site .main .right .item1 {
	background-position: 0 0;
}

.footer-site .main .right .item2 {
	background-position: -84px 0;
}

.footer-site .main .right .item3 {
	background-position: 0 -52px;
}

.footer-site .main .right .item4 {
	background-position: -85px -52px;
}

.footer-site .main .right .item5 {
	background-position: -167px -52px;
}

.footer-site .main .right .item6 {
	background-position: -241px -52px;
}

.footer-site .main .right .item7 {
	background-position: -163px 0px;
}



.footer-site .main .right .item8 {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	margin: 0 30px;
	background-image: url(../img/pdd.png);
	background-size: cover;
}

.footer-site .main .right .item .img {
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: 20px;
	margin-left: -79px;
	display: none;
	width: 150px;
	height: 160px;
	background: #031f6f;
	border-radius: 4px;
	padding: 4px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none!important;
	-ms-transition: none!important;
	-webkit-transition: none!important;
}

.footer-site .main .right .item .img:after {
	position: absolute;
	bottom: -12px;
	width: 0;
	height: 0;
	content: ' ';
	display: block;
	left: 50%;
	margin-left: -20px;
	transition: none;
	-webkit-transition: none;
	transition: none!important;
	-webkit-transition: none!important;
	border-right: 20px solid transparent;
	border-top: 12px solid #031f6f;
	border-left: 20px solid transparent;
}

.footer-site .main .right .item .img img {
	width: 150;
	height: 160px;
}

.footer-site .main .right .item:hover .img {
	display: block;
}

.wrap {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

.footer-copy {
	background: #f2f2f2;
	padding: 15px 0;
	width: 100%;
	/*min-width: 1200px;*/
}

.footer-copy a {
	color: #a5a6c5;
}

.footer-copy a:hover {
	color: #031f6f;
}

.footer-copy span {
	color: #a5a6c5;
	font-size: 12px
}

.footer-copy img {
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.gotop2 {
	position: fixed;
	bottom: 250px;
	right: 20px;
	margin-left: 666px;
	width: 70px;
	z-index: 9999;
	/**/
}

.gotop2 .gotop {
	display: block;
	width: 70px;
	height: 70px;
	background: url(../img/icon-top.jpg) no-repeat;
	box-sizing: border-box;
	display: none;
	cursor: pointer;
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
}

.gotop2 .gotop:hover {
	border-bottom: 1px solid #34498a;
	background: url(../img/icon-top-hover.jpg) no-repeat top;
}

.gotop2 .seach {
	display: block;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	background: url(../img/icon-seach-hover.jpg) no-repeat left top;
	border-top: 1px solid #fff04c;
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
}

.gotop2 .seach:hover {
	background: url(../img/icon-seach.jpg) no-repeat left top;
	border-top: 1px solid #fbec49;
}

.page-title {
	font-size: 18px;
	color: #031f6f;
	font-weight: bold;
}

.page-title-img {
	padding: 25px 0;
}

.page-subnavigation {
	padding: 12px 0 25px 0;
}

.page-subnavigation .item {
	float: left;
	padding: 0 12px;
	margin-right: 80px;
	position: relative;
	border-radius: 20px;
}

.page-subnavigation .item:after {
	content: ' ';
	display: block;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #031f6f;
	left: 100%;
	margin-left: 40px;
	position: absolute;
}

.page-subnavigation .item:last-child {
	margin-right: 0;
}

.page-subnavigation .item:last-child:after {
	display: none;
}

.page-subnavigation .item.focus,
.page-subnavigation .item:hover {
	background: #031f6f;
	color: #fff;
	border-radius: 20px;
}

.page-news {
	padding-bottom: 200px;
}

.page-news .main {
	/*width: 105%;*/
}

.page-news3 .main .item:nth-child(4n) {
	margin-right: 0;
}

.page-news .main .item {
	float: left;
	margin-right: 20px;
	margin-bottom: 35px;
	position: relative;
	width: 285px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.page-news .main .item .img {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.page-news .main .item .img img {
	height: 100%;
	object-fit: cover;
}

.page-news .main .item:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.page-news .main .item:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-news .main .item .info {
	position: relative;
	background: #fff;
	height: 110px;
	padding: 20px;
	text-align: left;
}

.page-news .main .item .data {
	position: absolute;
	width: 68px;
	text-align: center;
	background: rgba(236, 222, 63, .7);
	height: 60px;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.page-news .main .item .data .s1 {
	display: inline-block;
	color: #031f6f;
	font-size: 24px;
	border-bottom: 1px solid #031f6f;
	margin-top: 15px;
	width: 48px;
	margin: 0 auto;
	text-align: center;
}

.page-news .main .item .info .tit {
	font-size: 16px;
	color: #313131;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-news .main .item .info .txt {
	overflow: hidden;
	line-height: 18px;
	color: #787878;
	font-size: 12px;
}

.page-moew {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 40px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	box-shadow: 0 0 5px #e8e8e8;
	color: #3d3d3d;
	font-size: 16px;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 15px;
}

.page-moew:hover {
	box-shadow: 0 0 5px #e8e8e8;
	border: 1px solid #e8e8e8;
	color: #354c8c;
}

.page-btn {
	padding: 20px 0 150px 0;
	line-height: 30px;
}

.page-btn a {
	font-size: 16px;
	color: #313131;
}

.page-btn a:hover {
	color: #031f6f;
}

.page-apply {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.page-apply .main {
	width: 5000px;
	display: block;
	position: relative;
	left: 50%;
	text-align: center;
	margin-left: -2500px;
}

.page-apply .main img {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}

.page-apply2 .main img {
	width: 1200px;
}

.page-pro {
	position: relative;
	/*min-width: 990px;*/
	padding-left: 210px;
	min-height: 1200px;
}

.page-pro-nav {
	position: absolute;
	left: 0;
	top: 60px;
	width: 210px;
	border-right: 1px solid #d6d6d6;
	padding-bottom: 200px;
}

.page-pro-nav .s {
	padding-bottom: 15px;
}

.page-pro-nav .s-tit {
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	color: #6a6a6a;
	margin-left: 60px;
	font-weight: bold;
	line-height: 30px;
}

.s-b {
	width: 95px;
	height: 29px;
	line-height: 29px;
	background: url(../img/icon-b.png) no-repeat;
	color: #ffe900;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	margin-left: 60px;
}

.s-b:hover {
	color: #fff;
}

.page-pro-nav .s-item {
	line-height: 30px;
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	color: #6a6a6a;
	margin-left: 60px;
	padding-left: 20px;
}

.page-pro-nav .s-item.focus,
.page-pro-nav .s-item:hover {
	background: #ffe900;
}

.page-pro-nav .s-tit.focus,
.page-pro-nav .s-tit:hover {
	color: #000;
}

.page-site {
	box-sizing: border-box;
	padding: 10px 100px;
	color: #6a6a6a;
	margin-bottom: 50px;
}

.page-site span {
	color: #031f6f;
}

.page-pro-list {
	width: 990px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.page-pro-list .main {
	margin-bottom: 50px;
}

.page-pro-list .item {
	float: left;
	width: 245px;
	position: relative;
	height: 430px;
	cursor: pointer;
	padding-top: 40px;
}

.page-pro-list .item.itemAuto {
	height: 1px;
	padding-top: 0;
}

.page-pro-list .item>.info {
	display: none;
}

.page-pro-list .item:after {
	/*width: 100%;
	height: 495px;
	position: absolute;
	left: 0;
	bottom: -10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: block;
	content: ' ';
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;*/
}

.page-pro-list .item.focus:after {
	height: 540px;
}

.page-pro-list .item.focus:after,
.page-pro-list .item:hover:after {
	/*opacity: 1;
	bottom: 0;*/
}

.page-pro-list .item:hover div.img img,
.page-pro-list .item.focus div.img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-pro-list .item.focus div.img img {
	margin-top: -50px;
}

.page-a-detail {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

.page-a-detail-t {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

.page-a-detail-cont {
	padding: 30px 0;
	line-height: 24px;
}
.page-a-detail-cont iframe{
	width: 100%;
	height: 600px;
}
.page-a-detail-cont .cont2 {
	margin-left: -15px;
	margin-right: -15px;
}

.page-a-detail-cont img,
.page-a-detail-cont video {
	width: 100%!important;
	height: auto!important;
}

.page-a-detail-cont.page-a-detail-cont2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0
}

.page-a-detail-cont.page-a-detail-cont2 .imgbox {
	width: 1920px;
	text-align: center;
	position: relative;
	margin-left: -960px;
	left: 50%;
}

.page-a-detail-cont.page-a-detail-cont2 .imgbox img {
	width: 100%;
	display: block;
}

.pages {
	padding: 10px 0 50px 0;
	line-height: 30px;
}

.pages a {
	color: #313131;
}

.pages a:hover {
	color: #031f6f;
}

.page-pro-list .item div.img {
	position: relative;
	z-index: 5;
	width: 245px;
	height: 345px;
	padding-top: 25px;
}

.page-pro-list .item div.img img {
	width: auto;
	height: 100%;
	margin: 0 auto;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.page-pro-list .tit {
	position: relative;
	z-index: 5;
	font-size: 16px;
	color: #373737;
	padding-left: 42px;
}

.page-pro-list .info {
	position: relative;
	z-index: 5;
	font-size: 12px;
	color: #373737;
	padding-left: 42px;
}

.layui-layer-loading {
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
}

.page-pro-detail {
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	margin-left: -400px;
	display: none;
	/*overflow: hidden;*/
	height: 450px;
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	float: left;
	margin-bottom: -30px;
}

.page-pro-detail .wrap {
	width: 990px;
}

.page-pro-detail .btn-close {
	width: 80px;
	height: 80px;
	background: url(../img/icon-close.png) no-repeat center;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
}

.page-pro-detail .l {
	float: left;
	width: 245px;
	height: 100%;
	position: relative;
}

.page-pro-detail .l .big-img {
	width: 100%;
	height: 340px;
	text-align: center;
	opacity: 0;
}

.page-pro-detail .l .big-img img {
	width: auto;
	height: 100%;
	display: inline;
}

.page-pro-detail.play {
	overflow: visible!important;
}

.page-pro-detail.play .l .big-img {
	opacity: 1;
	margin-top: -20px;
}

.page-pro-detail .l .big-img img {
	transition: none;
	-ms-transition: none;
	-webkit-transition: none;
}

.page-pro-detail .l .btn-img-prev {
	width: 24px;
	height: 55px;
	background: url(../img/icon-arrow-l.png) no-repeat center;
	cursor: pointer;
	float: left;
	outline: none;
}

.page-pro-detail .l .btn-img-next {
	width: 24px;
	height: 55px;
	background: url(../img/icon-arrow-r.png) no-repeat center;
	cursor: pointer;
	float: right;
	outline: none;
}

.page-pro-detail .l .img-list {
	width: 100%;
}

.page-pro-detail .l .img-list .swiper-container {
	width: 195px;
	float: left;
	height: 55px;
}

.page-pro-detail .l .img-list .swiper-slide {
	border: 1px solid #d7d7d7;
	width: 53px;
	height: 53px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: 14px;
}

.page-pro-detail .l .img-list .swiper-slide.focus,
.page-pro-detail .l .img-list .swiper-slide:hover {
	border: 1px solid #999;
}

.page-pro-detail .l .img-list .swiper-slide img {
	width: auto;
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.swiper-button-disabled {
	opacity: 0.5;
}

.page-pro-detail .c {
	width: 260px;
	margin-left: 35px;
	float: left;
}

.page-pro-detail .detail-tit {
	padding-top: 32px;
	font-size: 18px;
	color: #373737;
	font-weight: bold;
}

.page-pro-detail .detail-subtit {
	color: #373737;
	line-height: 20px;
	height: 40px;
	margin-bottom: 15px;
}

.page-pro-detail .detail-info {
	height: 200px;
}

.page-pro-detail .detail-info .entry {
	margin-bottom: 24px;
	position: relative;
	padding: 5px 0;
	padding-left: 85px;
}

.page-pro-detail .detail-info .entry .s {
	width: 65px;
	text-align: center;
	border: 1px solid #373737;
	font-size: 12px;
	line-height: 25px;
	color: #373737;
	display: block;
	position: absolute;
	left: -2px;
	border-radius: 27px;
	top: 1px;
}

.guideImg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	bottom: 0;
	z-index: 9999;
	display: none;
	overflow-y: scroll;
	text-align: center
	
}
.guideImg .main{
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
	width:auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}

.guideImg .main img{
	width: auto;
}

.detail-video-btn {
	border: 1px solid #373737;
	line-height: 52px;
	text-align: center;
	padding-right: 55px;
	width: 100px;
	background: url(../img/icon-play.png) right center no-repeat #fff;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.detail-guide-btn{
	border: 1px solid #373737;
	line-height: 52px;
	text-align: center;
	padding-right: 55px;
	width: 100px;
	background: url(../img/icon-guide.png) right center no-repeat #fff;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	display: none;
}

.detail-guide-btn:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.detail-video-btn:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.page-pro-detail .r {
	width: 360px;
	margin-left: 55px;
	float: left;
	padding-top: 60px;
	font-size: 14px;
	line-height: 26px;
}

.page-pro-detail .r .info {
	height: 250px;
	line-height: 20px;
	padding-left: 0;
}

.detail-buy-btn {
	width: 135px;
	text-align: center;
	height: 54px;
	display: block;
	line-height: 54px;
	color: #ffe900;
	font-size: 16px;
	font-weight: bold;
	background: #031f6f;
}

.detail-buy-btn:hover {
	color: #fff;
}

.jissbon-banner {
	width: 100%;
	/*min-width: 1200px;*/
	margin: 0 auto;
	overflow: hidden;
	float: left;
	margin-top: -235px;
	margin-bottom: 75px;
	background: #ffe900;
}

.jissbon-banner .info {
	position: absolute;
	left: 50%;
	z-index: 10;
	margin-left: -600px;
	width: 730px;
	line-height: 24px;
	color: #000000;
	top: 270px;
}

.jissbon-banner .main {
	width: 5000px;
	left: 50%;
	margin-left: -2500px;
	position: relative;
	text-align: center;
	padding-top: 120px;
}

.jissbon-banner .main img {
	display: block;
	margin: 0 auto;
}

.ip-tit-1 {
	background: url(../img/tit-1.png) no-repeat left top;
	height: 41px;
	margin-bottom: 38px;
}

.ip-tit-2 {
	background: url(../img/tit-2.png) no-repeat left top;
	height: 41px;
	margin-bottom: 38px;
}

.page-ip-list {
	margin-bottom: 20px;
}

.page-ip-list .item {
	float: left;
	width: 270px;
	height: 350px;
	text-align: center;
	font-size: 16px;
	margin-right: 40px;
}

.page-ip-list .item:nth-child(4n) {
	margin-right: 0;
}

.page-ip-list .item .img {
	border-radius: 12px;
	margin-bottom: 10px;
	border: 3px solid #c2c8d8;
}

.isMobile {
	display: none;
}

.video-mask,
.pro-nav-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 9998;
	left: 0;
	top: 0;
	display: none;
}

.blur.video {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.video-b {
	display: none;
	position: fixed;
	width: 960px;
	left: 50%;
	top: 50%;
	height: 500px;
	margin-left: -480px;
	margin-top: -250px;
	z-index: 9999;
}

.video-close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	background: url(../img/icon-close2.png) no-repeat center rgba(255, 255, 255, 0.3);
	background-size: 20px 20px;
}

.page-jissbon {
	position: relative;
	overflow: hidden;
	height: 450px;
}

.page-jissbon:after {
	position: absolute;
	width: 3px;
	background: #d3d3d3;
	height: 100%;
	display: block;
	left: 50%;
	margin-left: -1px;
	top: 0;
	bottom: 0;
	z-index: 1;
	content: ' ';
}

.page-jissbon .top {
	pointer-events: none;
	width: 100%;
	height: 60px;
	left: 0;
	top: 0;
	z-index: 999;
	position: absolute;
	background: url(../img/bg-1.png) repeat-x top;
}

.page-jissbon .bottom {
	pointer-events: none;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	z-index: 999;
	position: absolute;
	background: url(../img/bg-2.png) repeat-x bottom;
}

.page-jissbon-swiper {
	z-index: 2;
}

.page-jissbon .swiper-container {
	height: 450px;
}

.page-jissbon-swiper .swiper-wrapper {
	/*height: auto;*/
	display: block;
}

.page-jissbon-swiper .swiper-slide.swiper-slide-active .item * {
	color: #333;
}

.page-jissbon-swiper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 150px;
}

.page-jissbon-swiper .item {
	padding-right: 55%;
	padding-left: 0;
}

.page-jissbon-swiper .item * {
	color: #999;
}

.page-jissbon-swiper .r .item {
	padding-left: 55%;
	padding-right: 0;
}

.page-jissbon-swiper .t {
	width: 58px;
	height: 58px;
	border: 1px solid #c7c7c7;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -60px;
	text-align: center;
	line-height: 58px;
	border-radius: 100%;
	cursor: pointer;
}

.page-jissbon-swiper .t.hide {
	display: none;
}

.page-jissbon-swiper .t:after {
	border-radius: 100%;
	width: 46px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	background: #c7c7c7;
	/* #031f6f;*/
	position: absolute;
	content: ' ';
	display: block;
	z-index: 1;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.page-jissbon-swiper .t span {
	position: relative;
	z-index: 2;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	color: #fff;
}

.page-jissbon-swiper .main {
	position: relative;
	width: 100%;
	/*padding-bottom: 50px;
	padding-top: 120px;*/
}

.page-jissbon-swiper .item {
	position: relative;
}

.page-jissbon-swiper .item:after {
	width: 12px;
	height: 12px;
	background: #d3d3d3;
	border-radius: 100%;
	content: ' ';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -6px;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.page-jissbon-swiper .item:hover {
	color: #031f6f;
}

.page-jissbon-swiper .swiper-slide.swiper-slide-active .item:after {
	background: #031f6f;
	/* #;*/
}

.page-jissbon-swiper .swiper-slide.swiper-slide-active .t,
.page-jissbon-swiper .swiper-slide.swiper-slide-active .t {
	border: 1px solid #031f6f;
}

.page-jissbon-swiper .swiper-slide.swiper-slide-active .t:after,
.page-jissbon-swiper .swiper-slide.swiper-slide-active .t:after {
	background: #031f6f;
	/* #;*/
}

.page-partner {
	padding: 30px 0
}

.page-partner .item {
	width: 350px;
	margin-right: 100px;
	float: left;
	border-right: 1px solid #5c5c5c;
	margin-bottom: 50px;
}

.page-partner .item:nth-child(3n) {
	margin-right: 0;
	border: none;
	width: 290px;
}

.page-partner .item:last-child {
	border: none;
}

.page-partner .item .t {
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	color: #031f6f;
	padding-bottom: 20px;
}

.page-partner .item .p,
.page-partner .item .m {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.page-partner2 {
	padding-bottom: 100px;
}

.page-partner2 .item {
	width: 250px;
	text-align: center;
	height: 96px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	float: left;
	margin-bottom: 100px;
	border-top: 4px solid #ffe900;
	margin-right: 66px;
}

.page-partner2 .item:nth-child(4n) {
	margin-right: 0;
}

.page-partner2 .item .t {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	color: #333;
}

.page-partner2 .item .p {
	font-size: 14px;
	color: #333;
	line-height: 18px;
}

.page-store-nav {
	padding: 30px 0 50px 0
}

.page-store-nav .item {
	font-size: 16px;
	color: #adadad;
	cursor: pointer;
	float: left;
	padding: 0 15px;
}

.page-store-nav .item.focus {
	color: #031f6f;
}

.page-store-nav .item:last-child {
	padding-right: 0;
}

.page-store-nav .item1 {
	font-weight: bold;
	padding-left: 0;
}

.page-store {
	min-height: 500px;
}

.page-store .main1 .item {
	float: left;
	width: 350px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #031f6f;
	color: #ffe900;
	font-size: 25px;
	margin-right: 70px;
	margin-bottom: 70px;
	font-weight: bold;
	white-space: nowrap;
}

.page-store .main1 .item:hover {
	color: #fff;
}

.page-store .main1 .item:nth-child(3n) {
	margin-right: 0;
}

.page-store .main2 {
	position: relative;
	margin-bottom: 180px;
	overflow: hidden;
}

.page-store .main2:after,
.page-store .main2:before {
	width: 1px;
	height: 100%;
	left: 266px;
	top: 0;
	bottom: 0;
	content: ' ';
	position: absolute;
	z-index: 1;
	background: #b9b9b9;
}

.page-store .main2.main3:after,
.page-store .main2.main3:before {
	display: none;
}

.page-store .main2:before {
	background: none;
	width: 345px;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	left: 600px;
}

.page-store .main2 .clearfix {
	margin-left: -66px;
	margin-right: -66px;
}

.page-store .main2 .item {
	position: relative;
	z-index: 5;
	width: 200px;
	text-align: left;
	float: left;
	color: #000000;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	margin: 0 66px;
	margin-bottom: 45px;
}

.page-store .main2 .item[data-state=B] span {
	/*background: #2894d2;*/
	/*text-align: center;*/
	color: #031f6f;
	text-decoration: underline;
}

.page-store .main2 .item:nth-child(4n) {}

.page-join {
	position: relative;
	padding-left: 154px;
	padding-bottom: 100px;
}

.page-join .l {
	float: left;
	width: 154px;
	margin-left: -154px;
}

.page-join .l .t {
	font-size: 18px;
	font-weight: bold;
	color: #373737;
	padding: 15px 0;
	margin-bottom: 5px
}

.page-join .l .item {
	margin-left: -10px;
	padding-left: 10px;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 30px;
	height: 30px;
	display: block;
	margin-bottom: 20px;
}

.page-join .l .item:hover,
.page-join .l .item.focus {
	background: #ffe900;
}

.page-join .r {
	width: 100%;
	position: relative;
	padding: 35px 0;
	border-left: 1px solid #e0e0e0;
	padding-bottom: 120px;
}

.page-join .r .after,
.page-join .r .before {
	content: ' ';
	height: 0;
	width: 5000px;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid #e0e0e0;
}

.page-join .r .before {
	top: 100%;
	margin-top: -100px;
}

.page-join .r .l1 {
	float: left;
	width: 280px;
	text-align: center
}

.page-join .r .l1 .t {
	text-align: right;
	padding-right: 35px;
	font-size: 24px;
	color: #373737;
	width: 86%;
	height: 225px;
	padding-top: 15px;
}

.page-join .r .l1 .t span {
	/*width: 20px;*/
	line-height: 1;
	display: inline-block;
}

.page-join .r .l1 .t div {
	font-size: 12px;
	padding-top: 10px
}

.page-join .r .l1 .mail {
	color: #6a6a6a;
	padding-bottom: 20px;
}

.page-join .r .l1 a.btn {
	font-weight: bold;
	color: #ffe900;
	width: 115px;
	padding-left: 40px;
	height: 54px;
	line-height: 54px;
	;
	background: url(../img/mail.png) no-repeat 20px center #031f6f;
	display: inline-block;
	margin: 0 auto;
}

.page-join .r .l2 {
	border-left: 1px solid #e0e0e0;
	padding: 15px 30px;
	width: 322px;
	float: left;
	min-height: 320px;
}

.page-join .r .l2 .t,
.page-join .r .l2 .info {
	line-height: 24px;
	color: #6a6a6a;
	padding-bottom: 10px;
}

.page-contact .l {
	width: 750px;
	height: 400px;
	float: left;
	border: 1px solid #ffe900;
	overflow: hidden;
}

.page-contact .l img {
	width: 100%;
}

.page-contact {
	padding-bottom: 160px;
	padding-top: 20px;
}

.page-contact .r {
	float: left;
	padding-left: 100px;
	width: 340px;
}

.header .swiper-pagination .swiper-pagination-bullet .swiper-button-next,
.swiper-button-prev {
	top: 54%;
}

.m-nav {
	display: none;
}

.video-img {
	padding: 10px 45px;
	background: rgba(43, 51, 63, .7);
	position: relative;
}

.video-img .s {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	outline: none;
}

.swiper-video .swiper-slide span {
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 5px 0;
	color: #fff;
}

.swiper-video .swiper-wrapper,
.swiper-video .swiper-slide {
	height: auto;
}

.swiper-video .swiper-slide img {
	width: 100%;
	display: block;
	height: auto;
	max-height: 150px;
}

@media (max-width:1680px) {
	.header .bannerSwiper .img {
		width: 90%;
		margin: 0 auto;
	}
	.index-news-list {
		padding: 110px 0;
	}
	.index-pro-nav {
		height: 280px;
	}
	.header-logo {
		margin-left: 30px
	}
	.header-nav {
		padding-right: 30px;
	}
	.index-pro-nav .main .item img {
		height: 200px;
	}
}

@media (max-width:1440px) {
	.header .bannerSwiper-prev {
		left: 5%;
		margin-left: auto;
	}
	.header .bannerSwiper-next {
		left: auto;
		right: 5%;
		margin-left: auto;
	}
	.header .bannerSwiper .img {
		width: 84%;
		margin: 0 auto
	}
	.gotop2 {
		right: 2px;
		/*-webkit-transform: scale(0.7);
		transform: scale(0.7);*/
		opacity: 0.8
	}
	.header-logo,
	.header .left {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		transform-origin: left top;
		-webkit-transform-origin: left top;
	}
	.footer-site .main {
		background: url(../img/logo-black.png) no-repeat left center;
		background-size: 95px auto;
		height: auto;
	}
	.footer-site .main .link {
		padding-left: 125px;
	}
	.footer-site .main .right {
		padding-top: 20px;
	}
	.footer-site .main .right .l {
		padding-bottom: 15px;
	}
	.jissbon-banner .main {
		background: #ffe900;
		padding-top: 190px;
	}
	.jissbon-banner .main img {
		height: 900px;
	}
	.header .left {
		top: 170px;
		left: 1%;
	}
	.index-pro-nav {}
	.index-pro-nav .main {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		transform-origin: center;
		-webkit-transform-origin: center;
	}
	.header-nav .entry>a {
		font-size: 14px;
	}
}

.m-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	overflow: scroll;
	height: 100%;
	z-index: 100001;
	padding-left: 90px;
	padding-top: 120px;
	background: #f0f0f0;
	display: none;
}

.m-menu .btn-close {
	width: 100px;
	height: 100px;
	background: url(../img/icon-close.png) no-repeat center;
	position: absolute;
	right: 0;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	top: 0;
}

.m-menu .item {
	font-size: 30px;
	color: #031f6f;
	display: block;
	margin-bottom: 20px;
}

body,
html {
	min-width: 1200px;
}

@media (max-width:1280px) {
	.guideImg .main img{width: 100%;}
	.video-js video.vjs-tech,
	.video-js .vjs-control-bar {
		width: 100%;
	}
	.page-a-detail-cont.page-a-detail-cont2 .imgbox {
		width: 160%;
		margin-left: 0;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		
	}
	
	.index-news-list {
		padding: 100px 0;
	}
	.index-pro-nav {
		height: 260px;
	}
	.header-logo {
		margin-left: 20px
	}
	.header-nav {
		padding-right: 20px;
	}
	.index-pro-nav .main .item img {
		height: 180px;
	}
	.header .bannerSwiper .img {
		width: 68%;
		margin: 0 auto;
	}
	.header-logo,
	.header .left {
		-webkit-transform: scale(0.45);
		transform: scale(0.45);
		transform-origin: left top;
		-webkit-transform-origin: left top;
	}
	.footer-site .main {
		background: url(../img/logo-black.png) no-repeat left center;
		background-size: 100px auto;
		height: auto;
	}
	.footer-site .main .link {
		padding-left: 145px;
		padding-top: 30px;
	}
	.footer-site .main .right {
		padding-top: 20px;
	}
	.footer-site .main .right .l {
		padding-bottom: 15px;
	}
}

@media (max-width:1240px) {
	.footer-map .main {
		width: 100%;
	}
	.index-pro-nav .main .item {
		width: 25%
	}
	.index-news-list {
		width: 100%;
		padding: 50px 0;
	}
	.index-news-list.begin .main.clearfix {
		display: block;
		padding-left: 1%;
		box-sizing: border-box;
	}
	.index-news-list.begin .main.clearfix:after,
	.index-news-list.begin .main.clearfix:before {
		display: table;
		content: ' ';
	}
	.index-news-list .main .item {
		width: 24%;
		overflow: hidden;
		height: 372px;
		margin-right: 1%;
	}
	.index-news-list .main .item4 {
		margin-right: 0;
	}
	.index-news-list .main .item5 {
		left: 1%;
	}
	.index-news-list .main .item8 {
		margin-right: 0;
	}
	.index-news-list .main .item2 {
		height: 753px;
	}
	.index-news-list .main .item5 {
		height: 753px;
	}
	.index-news-list .main .item6 {
		width: 49%;
		margin-right: 0;
	}
	.index-news-list .main .item7 {
		margin-left: 25%;
		width: 49%;
	}
	.footer-site .main {
		background: url(../img/logo-black.png) no-repeat 20px 25px;
		background-size: 85px auto;
		width: 100%;
		height: auto;
		float: left;
	}
	.page-pro-list .item div.img {
		width: 100%;
	}
	.footer-copy span {
		float: none;
		display: block;
		text-align: center;
	}
	.page-pro {
		padding-left: 180px;
	}
	.page-pro-nav {
		width: 180px;
	}
	.page-pro-nav .s-tit,
	.page-pro-nav .s-item,
	.s-b {
		margin-left: 20px;
	}
	.page-pro-list {
		width: 100%;
		box-sizing: border-box;
	}
	.page-pro-list .main {
		width: 100%;
		box-sizing: border-box;
		/*overflow: hidden;*/
	}
	.page-pro-detail .wrap {
		width: 100%;
	}
	.page-pro-detail .r {
		margin-left: 20px;
		width: 340px;
	}
	.page-pro-detail .c {
		width: 230px;
	}
	.page-pro-list .item {
		width: 25%;
		box-sizing: border-box;
	}
	.page-join .r .l1 {
		width: 27%;
	}
	.page-join .r .l2 {
		width: 29%;
	}
	.page-contact .l,
	.page-contact .r {
		width: 50%;
		height: auto;
		box-sizing: border-box;
	}
	.page-join {
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		padding-left: 174px;
	}
	.page-store .main2 .clearfix {
		margin: 0;
		width: 100%;
	}
	.page-store .main2:after {
		left: 25%;
	}
	.page-store .main2:before {
		left: 50%;
		width: 25%;
	}
	.page-store .main2 .item {
		width: 20%;
		margin: 0 2.5%;
		box-sizing: border-box;
		margin-bottom: 20px;
		padding-left: 15px;
	}
	.main.clearfix:before,
	.main.clearfix:after {
		content: initial;
	}
	.page-partner2 .item {
		width: 23.5%;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.page-partner,
	.page-title,
	.page-subnavigation,
	.page-partner,
	.page-store-wrap {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.jissbon-banner .info {
		left: 20px;
		margin-left: auto
	}
	.page-ip-list .item .img {
		box-sizing: border-box;
	}
	.page-ip-list .item {
		width: 22%;
	}
	.page-news .main .item {
		width: 23%;
	}
	.page-news {
		overflow: hidden;
	}
	.footer-site .main {
		width: 100%;
	}
	.wrap {
		width: 100%;
	}
	.page-news .main,
	.index-news-list .main,
	.index-pro-nav .main,
	.page-ip-list .main,
	.page-news .main,
	.page-partner2 .main,
	.page-store .main,
	.page-pro-list .main {
		display: box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
	.page-store .main {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	body,
	html {
		min-width: initial;
	}
	.page-apply2 .main img {
		width: 100%;
	}
	.wrap3 {
		padding: 0 15px;
		box-sizing: border-box;
	}
	.page-jissbon {
		width: 90%;
	}
}

.changkuan2 {
	display: none;
}

.page-pro-list.ha2 .changkuan,
.page-pro-list.ha2 .chandi,
.page-pro-list.ha .changkuan,
.page-pro-list.ha .chandi {
	display: none;
}

.page-pro-list.ha2 .changkuan2 {
	display: block;
}

.page-pro-list.ha .item,
.page-pro-list.ha .item div.img {
	height: auto;
}

.page-pro-list.ha .item div.img img {
	width: 90%;
	height: auto;
}

.ha.page-pro-list .l .big-img img {
	height: auto;
	width: 100%;
	margin-top: 80px;
}

.pro-navsub {
	display: none;
}

.code-img {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	left: 0;
	top: 0;
	color: #fff;
	display: none;
}

.code-img .a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.code-img .close {
	text-align: center;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	line-height: 21px;
	border: 1px solid #fff;
	font-family: arial;
	padding: 0;
	margin: 0 auto;
	font-size: 20px;
	margin-top: 20px;
}

.code-img div {
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.code-img img {
	width: 200px;
	margin: 0 auto;
}

.code-img img {
	border: 2px solid #031f6f;
	border-radius: 5px;
}

@media (max-width:1024px) {
	.index-news-list.begin .main.clearfix {
		display: box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
	.index-news-list.begin .main.clearfix:after,
	.index-news-list.begin .main.clearfix:before {
		content: none;
		display: none;
	}
	.index-news-list .main .item {
		height: auto;
	}
	.footer-site .main .right .item .img {
		display: none!important;
	}
	.ha.page-pro-list .l .big-img img {
		height: 100%;
		width: auto;
		margin-top: 0;
	}
	.page-pro-detail {
		display: none!important;
	}
	body,
	html {
		min-width: auto;
	}
	.wrap,
	.index-news-list {
		width: 100%;
	}
	.isPc {
		display: none;
	}
	.isMobile {
		display: block;
	}
	.header .bannerSwiper .img {
		width: 50%;
		margin: 0 auto;
	}
	.header-logo {
		margin-left: 15px;
		margin-top: 15px;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}
	.header-nav {
		display: none;
	}
	.header .left {
		top: 120px;
		display: none;
	}
	.header.black .left .item {
		margin-bottom: 40px;
	}
	#bannerpagination {
		bottom: 10px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	.header .bannerSwiper-next {
		margin-left: auto;
		left: auto;
		right: 20px;
	}
	.header .bannerSwiper-prev {
		margin-left: auto;
		right: auto;
		left: 20px;
	}
	.m-nav {
		display: block;
		background: url(../img/icon-nav.png) no-repeat center;
		position: absolute;
		right: 0;
		top: 0;
		width: 100px;
		height: 90px;
		z-index: 20;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	.black .m-nav {
		background: url(../img/icon-nav2.png) no-repeat center;
	}
	.m-nav2 {
		background: url(../img/icon-nav2.png) no-repeat center;
	}
	.index-pro-nav {
		height: auto;
		background: url(../img/index-proNav-bg.jpg) no-repeat center #fff;
		background-size: cover;
	}
	{
		padding-bottom: 20px;
	}
	.index-pro-nav .main .item {
		width: 25%;
	}
	.index-pro-nav .main .item img {
		width: 100%;
		height: auto;
	}
	.index-news-list {
		padding-top: 70px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}
	.main.clearfix:after,
	.main.clearfix:before {
		display: none;
		content: none;
	}
	.index-news-list .main .item {
		width: 24%;
		float: none;
		margin-right: 0;
	}
	.index-news-list .main .item:nth-child(4n) {
		margin-right: 0;
	}
	.index-news-list .main .item .img2,
	.index-news-list .main .item .img3 {
		display: none;
	}
	.index-news-list .main .item .img1 {
		width: 100%;
		display: block;
		height: auto;
	}
	.index-news-list .main .item .info {
		padding-right: 15px;
	}
	.index-news-list .main .item .info .data {
		top: auto;
		bottom: 100%;
		height: 60px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		transform-origin: right bottom;
		-webkit-transform-origin: right bottom;
	}
	.index-news-list .main .item .info .data .s1 {
		margin-top: 8px;
	}
	.index-news-list .main .item5 {
		position: relative;
		left: auto;
		bottom: auto;
	}
	.index-news-list .main .item7,
	.index-news-list .main .item8 {
		/*display: none;*/
		margin-left: 0;
	}
	.index-news-list .main .item .info .txt {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.footer-map {
		height: auto;
		background: url(../img/map.jpg) no-repeat center #fff;
		background-size: cover;
	}
	.footer-map .main {
		width: 100%;
		padding-top: 200px;
		padding-bottom: 80px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.footer-map .main .tit {
		font-size: 30px
	}
	.footer-map .main .info {
		padding-top: 50px;
		font-size: 18px;
	}
	.footer-site .main .link {
		padding-left: 160px;
		padding-top: 30px;
		width: 100%;
		box-sizing: border-box;
	}
	.footer-site .main .link a {
		font-size: 16px;
		position: relative;
		margin-right: 30px;
	}
	.footer-site .main .link a:after {
		position: absolute;
		left: 100%;
		top: 20%;
		bottom: 10%;
		border-right: 1px solid #031f6f;
		content: ' ';
		display: block;
		width: 0;
		margin-left: 15px;
	}
	.footer-site .main .link a:last-child:after {
		display: none;
	}
	.footer-site .main .right {
		width: 100%;
		float: left;
		box-sizing: border-box;
	}
	.footer-site .main .right .l {
		vertical-align: middle;
		float: left;
		padding-left: 15px;
	}
	.footer-site .main .right .l:last-child {
		float: right;
		padding-right: 15px;
		padding-left: 0;
	}
	.footer-site .main .right span {
		position: relative;
		left: auto;
		top: auto;
		font-size: 16px;
		font-weight: bold;
		float: left;
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.footer-site .main .right .item {
		vertical-align: middle;
		margin: 0 20px;
	}
	.footer-copy span {
		float: none;
		display: block;
		text-align: center;
	}
	body,
	html {
		background: #f2f2f2;
	}
	.wrap2 {
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
	}
	.page-jissbon .top {
		background-image: linear-gradient(rgba(242, 242, 242, 1), rgba(242, 242, 242, 0));
		background-image: -webkit-linear-gradient(rgba(242, 242, 242, 1), rgba(242, 242, 242, 0));
	}
	.page-jissbon .bottom {
		background-image: linear-gradient(rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
		background-image: -webkit-linear-gradient(rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
	}
	.page-jissbon-swiper .item {
		padding-left: 15px;
	}
	.page-jissbon-swiper .item:nth-child(2n+1) {
		padding-right: 15px;
	}
	.page-jissbon .swiper-container,
	.page-jissbon {
		height: 540px;
	}
	.page-jissbon-swiper .swiper-slide {
		height: 180px
	}
	.page-jissbon {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.page-title-img img {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		transform-origin: left top;
		-webkit-transform-origin: left top;
	}
	.page-subnavigation .item {
		font-size: 16px;
		padding: 5px 20px;
	}
	.header {
		min-height: 120px;
	}
	.jissbon-banner .main img {
		height: 680px;
	}
	.jissbon-banner .info {
		margin-left: auto;
		left: 15px;
		top: 170px;
		width: 100%;
		box-sizing: border-box;
		padding-right: 200px;
	}
	.page-ip-list .item {
		width: 23%;
		box-sizing: border-box;
		margin-right: 0;
		height: auto;
		float: none;
		margin: 0 1%;
	}
	.page-news .main .item {
		width: 23%;
		float: none;
		margin-right: 2%;
		box-sizing: border-box;
	}
	.page-news .main .item:nth-child(4n) {
		margin-right: 0;
	}
	.page-news .main .item .img {
		height: auto
	}
	.page-news .main .item .data {
		height: auto;
	}
	.page-news .main .item .data .s1 {
		margin-top: 8px;
	}
	.page-news .main .item .info .txt {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.page-news .main .item .info {
		height: 60px;
	}
	.page-news {
		padding-bottom: 100px;
	}
	.page-partner .item {
		width: 50%;
		margin-right: 0;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	.page-partner .item:nth-child(2n) {
		width: 40%;
		margin-left: 10%;
		margin-right: 0;
		border-right: none;
	}
	.page-partner2 .main .item {
		width: 32%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.page-partner2 .main>div {
		width: 32%;
	}
	.page-store .main1 .item {
		float: none;
		width: 48%;
		margin-right: 0;
	}
	.page-store-wrap .page-store-nav {
		/*width: 86px;*/
	}
	.page-store-nav {
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
	.page-store-nav .item {
		float: none;
		display: inline-block;
	}
	.page-store .main2 .clearfix {
		margin-left: 0;
		margin-right: -15px;
		width: 100%;
	}
	.page-store .main2 .item {
		width: 30%;
		margin: 0 1.5%;
		margin-bottom: 20px;
	}
	.page-store .main2:before,
	.page-store .main2:after {
		display: none;
	}
	.page-join {
		/*padding-left: 0;*/
		padding-bottom: 50px;
	}
	.page-join .r {
		border: none;
		padding: 0 30px;
		box-sizing: border-box;
		padding-top: 0;
	}
	.page-join .r .l3 .t {
		border-bottom: 1px solid #031f6f;
		color: #031f6f;
		padding: 10px 0;
		font-size: 16px;
		font-weight: bold;
	}
	.page-join .r .l2 {
		border: none;
		box-sizing: border-box;
		width: 100%;
		min-height: auto;
		padding-bottom: 50px;
		padding-left: 0;
	}
	.page-join .r .l1.isMobile {
		width: 100%;
		box-sizing: border-box;
	}
	.page-contact .l,
	.page-contact .l img {
		width: 100%;
		display: block;
		height: auto;
		box-sizing: border-box;
	}
	.page-contact .r {
		width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.page-pro-list .main.clearfix:before,
	.page-pro-list .main.clearfix:after {
		display: table;
	}
	.page-pro {
		padding-left: 0;
		min-height: auto;
		min-height: 65vh;
	}
	.page-pro-list {
		width: 100%;
	}
	.page-pro-list .item {
		float: none;
		margin-right: 0;
	}
	.blur {
		overflow: hidden;
		position: relative;
	}
	.pro-nav {
		width: 35px;
		padding: 0 5px;
		padding-top: 40px;
		padding-bottom: 10px;
		box-sizing: border-box;
		background: url(../img/icon-arrow2.png) no-repeat center 9px rgba(0, 0, 0, 0.4);
		background-size: 12px auto;
		color: #fff;
		text-align: center;
		line-height: 1;
		font-size: 14px;
		position: fixed;
		right: 0;
		top: 200px;
		border-radius: 5px 0 0 5px;
		z-index: 99999;
	}
	.pro-navsub {
		position: fixed;
		left: 100%;
		margin-left: 50px;
		top: 80px;
		bottom: 0;
		z-index: 100000;
		background: #f0f0f0;
		padding-left: 50px;
		padding-top: 25px;
		right: 0;
		transition: all 0.3s;
		-ms-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		display: block;
	}
	.pro-navsub .main {
		width: 100%;
		height: 100%;
		overflow: scroll;
	}
	.pro-navsub.shown {
		left: 100px;
		margin-left: 0
	}
	.pro-navsub .close {
		width: 30px;
		height: 70px;
		background: url(../img/icon-arrow3.png) no-repeat center rgba(255, 255, 255, 0.4);
		background-size: 12px auto;
		position: absolute;
		left: -30px;
		top: 0;
		border-radius: 5px 0 0 5px;
	}
	.pro-navsub .s .t {
		position: relative;
		margin-bottom: 10px;
	}
	.pro-navsub .s .t:after {
		position: absolute;
		right: 20px;
		content: '+';
		top: 50%;
		margin-top: -15px;
		font-size: 20px;
		color: #031f6f;
		text-align: center
	}
	.pro-navsub .s .t a {
		font-size: 18px;
		font-weight: bold;
	}
	.pro-navsub .s .t.focus:after {
		content: '-';
		right: 22px;
		margin-top: -16px;
		font-size: 22px;
		transform: scaleX(1.5);
		-webkit-transform: scaleX(1.5);
		transform-origin: right center;
	}
	.pro-navsub .ss {
		display: none;
	}
	.pro-navsub .ss a {
		display: block;
		padding: 10px 15px;
		font-size: 18px;
	}
	.pro-navsub .s {
		padding-bottom: 30px;
	}
	.page-site {
		padding-left: 20px;
	}
	.page-pro-detail,
	.page-pro-detail .wrap {
		width: 100%!important;
		margin-left: 0!important;
		background: none;
		box-shadow: none;
		height: auto;
	}
	.page-pro-detail {
		padding-bottom: 120px;
	}
	.page-pro-detail .l {
		width: 100%;
		height: auto;
	}
	.page-pro-detail .l .img-list {
		width: 245px;
		margin: 0 auto;
	}
	.detail-video-btn {
		background: url(../img/icon-play.png) right center no-repeat;
	}
	.page-pro-detail .l .big-img {
		background: url(../img/bg-3.jpg) no-repeat center bottom;
		background-size: 100% 120px
	}
	.page-pro-detail .c,
	.page-pro-detail .r {
		box-sizing: border-box;
		padding-left: 50px;
		margin-left: 0;
		width: 50%;
	}
	.page-pro-detail .r {
		padding-right: 50px;
	}
	.footer-site .main .right .item:after {
		margin-left: -20px;
	}
	.s-b {
		margin-left: 0
	}
	.video-b {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.video-b video {
		width: 100%;
	}
}

.video-js {
	width: 100%;
	height: 400px
}

@media (max-width:750px) {
	.cookieTip .wrap{
		flex-wrap: wrap;
	}
	.cookieTip .wrap .con{
		flex: none;
		padding-bottom: 15px;
		width: 100%;
	}
	.cookieTip .bottom{
		width: 100%;
		justify-content: center;
	}
	.cookieTip .bottom .no, .cookieTip .bottom .yes{
		width: 60px;
	}
	.video-b {
		height: 200px;
	}
	.video-js {
		width: 100%;
		height: 200px
	}
	.header-logo {
		margin-left: 10px;
		margin-top: 10px;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}
	.m-nav {
		transform-origin: right top;
		-webkit-transform-origin: right top;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	.header .bannerSwiper .img {
		width: auto;
		height: 200px;
	}
	.header .bannerSwiper-next {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		right: 0;
	}
	.header .bannerSwiper-prev {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		left: 0;
	}
	.index-pro-nav .main {
		transform: none;
		-webkit-transform: none;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.index-pro-nav .main .item .txt {
		font-size: 13px
	}
	.index-news-list .main .item {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.index-news-list {
		padding-top: 30px;
	}
	.index-news-list .main .item .info .data:after {
		display: none;
	}
	.footer-map .main {
		padding-top: 60px;
		background: url(../img/group.png) no-repeat center 10px;
		background-size: 250px auto;
		padding-bottom: 10px;
	}
	.footer-map .main .tit {
		font-size: 18px
	}
	.footer-map .main .info {
		font-size: 10px;
		padding-top: 10px;
		line-height: 15px;
	}
	.footer-map .main .info span {
		font-size: 8px
	}
	.footer-map .main .info a {
		font-weight: bold
	}
	.footer-site .main {
		background: url(../img/logo-black.png) no-repeat 10px 15px;
		background-size: 73px auto;
	}
	.footer-site .main .link {
		padding-left: 100px;
		padding-top: 15px;
	}
	.footer-site .main .link a {
		font-size: 12px;
		position: relative;
		margin-right: 30px;
		margin-bottom: 0;
	}
	.footer-site .main .right .l {
		transform-origin: left top;
		-webkit-transform-origin: left top;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	.footer-site .main .right .l:last-child {
		position: absolute;
		right: 0;
		top: 15px;
		padding-right: 0;
		transform-origin: right top;
		-webkit-transform-origin: right top;
	}
	.footer-site .main .right {
		padding-top: 15px;
		position: relative;
	}
	.footer-copy span {
		font-size: 6px
	}
	.footer-copy img {
		width: 8px;
		margin-right: 0;
	}
	.page-subnavigation .item {
		font-size: 13px;
		margin-right: 0;
		width: 28%;
		padding: 2px 0;
		margin-right: 8%;
		box-sizing: border-box;
		text-align: center
	}
	.page-subnavigation .item:nth-child(3n) {
		margin-right: 0;
	}
	.page-subnavigation .item:after {
		display: none;
	}
	.header {
		min-height: 70px;
	}
	.page-news .main .item .data {
		padding-bottom: 5px;
		transform-origin: right bottom;
		-webkit-transform-origin: right bottom;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.page-news .main .item {
		width: 48%;
	}
	.page-news3 .main .item:nth-child(2n) {
		margin-right: 0;
	}
	.page-pro-list .item {
		width: 33%;
		padding-top: 10px;
		height: auto;
		margin-bottom: 20px;
	}
	.page-pro-list .item div.img {
		padding-top: 0;
		height: 200px;
		width: 100%;
	}
	.page-pro-list .tit {
		padding-left: 0;
		margin-left: 15px;
		padding-left: 5;
		line-height: 1;
		font-size: 13px;
		border-left: 2px solid #031f6f;
		box-sizing: border-box;
	}
	.page-pro-list .info {
		padding-left: 23px;
		font-size: 11px
	}
	.gotop2 {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		right: 0;
		bottom: 160px;
	}
	.page-pro-detail .detail-info .entry .s {
		width: 45px;
		font-size: 10px;
		line-height: 20px;
		height: 20px;
		border-radius: 20px;
	}
	.page-pro-detail .detail-info .entry {
		padding-left: 55px;
		font-size: 10px;
		margin-bottom: 15px;
	}
	.page-pro-detail .c {
		padding-left: 20px;
		width: 40%;
	}
	.page-pro-detail .r {
		width: 60%;
		padding-top: 110px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.detail-video-btn,
	.detail-buy-btn {
		transform-origin: left top;
		-webkit-transform-origin: left top;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	.page-pro-detail .detail-tit,
	.page-pro-detail .detail-info {
		width: 100%;
	}
	.page-pro-detail .r .info {
		min-height: 205px;
		height: auto;
	}
	.jissbon-banner {
		margin-top: -130px;
		margin-bottom: 0;
	}
	.jissbon-banner .main img {
		height: 300px;
	}
	.page-jissbon-swiper .item {
		font-size: 12px
	}
	.jissbon-banner .main {
		padding-top: 210px;
	}
	.jissbon-banner .info {
		padding-right: 0;
		box-sizing: border-box;
		top: 110px;
		width: 150%;
		transform-origin: left top;
		-webkit-transform-origin: left top;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	.page-ip-list .item {
		width: 48%;
		padding-bottom: 20px;
	}
	.page-news2.page-news .main .item:nth-child(2n) {
		margin-right: 0;
	}
	.page-partner .item {
		box-sizing: border-box;
		width: 47%;
	}
	.page-partner .item .t {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.page-partner .item .p,
	.page-partner .item .m {
		font-size: 10px
	}
	.page-partner .item:nth-child(2n) {
		width: 45%;
		margin-left: 8%;
	}
	.page-partner2 .main .item {
		width: 48%;
		height: 70px
	}
	.page-partner2 .item .t {
		font-size: 12px;
		padding-bottom: 0px;
	}
	.page-partner2 .item .p {
		font-size: 10px
	}
	.page-store .main1 .item {
		width: 98%;
		margin-bottom: 20px;
	}
	.page-store-wrap {
		padding-right: 75px;
	}
	.page-store-nav {
		overflow-x: initial;
		float: right;
		padding: 0;
		width: 45px;
		margin-right: -65px;
		white-space: normal;
		padding-left: 10px;
		border-left: 1px solid #c9c9c9;
	}
	.page-store {}
	.page-store-nav .item {
		text-align: center;
		padding: 5px 0;
		width: 100%;
	}
	.page-store .main2 .item {
		width: 47%;
		font-size: 12px
	}
	.page-store .main {
		width: 100%;
	}
	.pro-navsub .s .t1:after {
		display: none;
	}
	.page-join .l {
		display: none;
	}
	.page-join {
		padding-left: 0;
	}
	.page-join .r .l2 {
		padding-bottom: 20px;
	}
}

@media (max-width:480px) {
	.page-a-detail-cont iframe{
	width: 100%;
	height: 240px;
}

.page-a-detail-cont .imgbox iframe{
	width: 62.5%;
height: 220px;
}

	.footer-site .main .right .l {
		transform-origin: left top;
		-webkit-transform-origin: left top;
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
		padding-bottom: 0;
	}
	.page-pro-detail .detail-info .entry .s {
		width: 40px;
		height: 16px;
		line-height: 16px;
		top: 5px;
	}
	.page-pro-detail .detail-info .entry {
		line-height: 16px;
		font-size: 9px;
		padding-left: 45px;
	}
	
}


/*
@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:992px) {}

@media (min-width:1200px) {
	.container {
		width: 1200px
	}
}

@media (min-width:768px) {}

@media (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media screen and (min-width:768px) {}*/