

.san,
.nav {
	display: none;
}

.container {
	max-width: 1200px;
	width: 70%;
	margin: 0 auto;
}

.warp {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
}

p {
	
	color: #999999;
}

img {
	transition: .5s;
	max-width: 100%;
}

.banner {
	position: relative;
}

.banner .swiper-slide {
	background-size: cover !important;
	height: 100vh;
	width: 100%;
}

.banner .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1200px;
	margin: 0 auto;
	width: 70%;
}

.banner .text h3 span {
	font-size: 18px;
	color: #FFFFFF;
	font-family: 'Demi';
	position: relative;
}

.banner .text h3 span:before {
	content: " ";
	position: absolute;
	right: -120%;
	background: rgba(255, 255, 255, .5);
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
}

.banner .text h3 {
	margin-bottom: 60px;
	animation-delay: .5s !important;
}

.banner .text h2 {
	font-size: 60px;
	color: #FFFFFF;
	font-family: 'Demi';
	animation-delay: 1s !important;
}

.banner .text h2 span {
	display: block;
}

.banner .text p {
	font-size: 18px;
	color: #FFFFFF;
	font-family: 'Medium_Normal';
	padding-top: 60px;
	animation-delay: 1.5s !important;
}

.banner_back {
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
}

.banner_back .text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	z-index: 2;
}

.banner_back .text h2 {
	text-align: center;
}

.banner_back .text p {
	
	text-align: center;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 105px;
	z-index: 999;
	transition: .5s;
}

header:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	opacity: 0;
	transition: .5s;
}

header.active:after {
	opacity: 1;
}

header.active {
	height: 85px;
}

header:before {
	content: "";
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	transition: .5s;
}

.bj {
	width: 100%;
	height: 0%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, .75);
	transition: .5s;
	z-index: 5;
}

header.active:before {
	height: 100%;
}

.bj.on {
	height: 500px;
}

header .header {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	width: 94%;
	font-size: 0;
	padding: 28px 0;
	border-bottom: 2px solid #FFFFFF;
	transition: .5s;
}

header.active .header {
	padding: 18px 0;
	border: 0;
}

header .header .logo {
	display: inline-block;
}

header .header .logo a {
	display: block;
}

header .header nav {
	display: inline-block;
	padding-left: 85px;
	color: #D1D1D1;
	font-size: 16px;
}

header .header nav>div {
	display: inline-block;
	padding-right: 11px;
	color: #666666;
}

header .header nav>div.active .show {
	opacity: 1;
	height: auto;
	overflow: visible;
}

header .header nav>div .show {
	position: absolute;
	top: 125px;
	width: 300px;
	opacity: 0;
	transition: .5s;
	height: 0;
	overflow: hidden;
}

header.active .header nav>div .show {}

header .header nav>div .show a {
	font-size: 16px;
	color: #FFFFFF;
	
}

header .header nav>div .show p {
	padding-bottom: 20px;
}

header .header nav i {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	margin: 0 15px;
	font-size: 12px;
	font-family: 'Demi';
}

header .header nav>div>a {
	font-size: 16px;
	color: #FFFFFF;
	
	margin-right: 11px;
	transition: .5s;
	position: relative;
}

header .header nav>div>a:before {
	content: " ";
	width: 0%;
	position: absolute;
	bottom: -39px;
	height: 3px;
	left: 0;
	transition: .5s;
	background: #FFFFFF;
}

header .header nav>div.onno>a:before,eader .header nav>div.hover>a:before {
	width: 100%;
}



header .header nav>div.active>a,
header .header nav>div.active .show a:hover {
	font-weight: bold;
}


















header .header nav>dl {
	display: inline-block;
	padding-right: 11px;
	height:80px;
	line-height:80px;
	color: #666666;
}

header .header nav>dl.active .show {
	opacity: 1;
	height: auto;
	overflow: visible;
	display:block !important;
}

header .header nav>dl .show {
	position: absolute;
	top: 78px;
	width: 380px;
	display:none;
	transition: .5s;
	height: 0;
	overflow: hidden;
	padding-top:50px;
}

header.active .header nav>dl .show {}

header .header nav>dl .show a {
	font-size: 16px;
	color: #FFFFFF;
	
}

header .header nav>dl .show p {
	padding: 0px;
	line-height:40px;
	height:40px;
	
}

header .header nav i {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	margin: 0 15px;
	font-size: 12px;
	font-family: 'Demi';
}

header .header nav>dl>a {
	font-size: 16px;
	color: #FFFFFF;
	
	margin-right: 11px;
	transition: .5s;
	position: relative;
}

header .header nav>dl>a:before {
	content: " ";
	width: 0%;
	position: absolute;
	bottom: -32px;
	height: 3px;
	left: 0;
	transition: .5s;
	background: #FFFFFF;
}

header .header nav>dl.onno>a:before,eader .header nav>dl.hover>a:before {
	width: 100%;
}



header .header nav>dl.active>a,
header .header nav>dl.active .show a:hover {
	font-weight: bold;
}

header .header .search{padding-top:30px;}



















header .header .search {
	display: inline-block;
	float: right;
}

header .header .search label a {
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: middle;
	
}

header .header .search .icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

header .header .Search {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, .5);
	padding-right: 20px;
	margin-right: 20px;
}

header .header .Purchase {
	display: inline-block;
}

span.title1 {
	padding-left: 45px;
	position: relative;
	transition: .5s;
}

span.title1 a {
	font-size: 16px;
	font-family: 'Gilroy_Bold';
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

span.title1:before {
	content: " ";
	position: absolute;
	width: 15px;
	height: 2px;
	background: #000000;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	transition: .5s;
	z-index: 2;
}

span.title1:after {
	content: " ";
	position: absolute;
	width: 60px;
	height: 60px;
	background: #f7f7f7;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}

span.title1 i {
	font-size: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	opacity: 0;
	transition: .5s;
}

span.title1 i:before {
	content: " ";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	transition: .5s;
	width: 12px;
	height: 2px;
	background: #222222;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

span.title1 i:after {
	content: " ";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	transition: .5s;
	width: 2px;
	height: 12px;
	background: #222222;
	position: absolute;
	left: 6px;
	/* margin: auto; */
	top: 50%;
	transform: translateY(-50%)translateX(-50%);
}

span.title1:hover:before {
	opacity: 0;
}

span.title1:hover {
	padding-left: 20px;
}

span.title1:hover i {
	opacity: 1;
}

.banner .down {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 77px;
	text-align: center;
	font-family: 'Medium_Normal';
	z-index: 2;
	cursor: pointer;
}

.down span {
	width: 1px;
	height: 55px;
	display: block;
	position: absolute;
	left: 0%;
	right: 0;
	margin: auto;
	bottom: -77px;
	overflow: hidden;
}

.down i {
	width: 1px;
	height: 100%;
	background: #bfbfc1;
	position: absolute;
}

.down i:nth-of-type(1) {
	left: 0%;
	top: -100%;
	bottom: 0;
}

.down i:nth-of-type(2) {
	left: 0%;
	top: 0%;
	bottom: 0;
	display: none;
}

.donghua2 {
	animation: xian_1 1.5s infinite ease-out;
}

@keyframes xian_1 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(300%);
	}
}

.swiper-button-prev {
	width: 50px;
	height: 50px;
	left: 3%;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(180deg);
}

.swiper-button-prev:before {
	content: " ";
	position: absolute;
	background: url(../images/jt4.png)center no-repeat;
	width: 19px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	left: 35%;
	transition: .5s;
}

.swiper-button-prev:after {
	content: " ";
	position: absolute;
	background: url(../images/jt4.png)center no-repeat;
	width: 19px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	left: -50%;
	transition: .5s;
}

.swiper-button-prev:hover:before {
	left: 100%;
}

.swiper-button-prev:hover:after {
	left: 35%;
}

.swiper-button-next {
	width: 50px;
	height: 50px;
	right: 3%;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
}

.swiper-button-next:before {
	content: " ";
	position: absolute;
	background: url(../images/jt4.png)center no-repeat;
	width: 19px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	left: 35%;
	transition: .5s;
}

.swiper-button-next:after {
	content: " ";
	position: absolute;
	background: url(../images/jt4.png)center no-repeat;
	width: 19px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	left: -50%;
	transition: .5s;
}

.swiper-button-next:hover:before {
	left: 115%;
}

.swiper-button-next:hover:after {
	left: 35%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	background: url(../images/jt3.png)center no-repeat;
	background-size: contain;
}

.swiper-button-next.swiper-button-disabled {
	transform: rotate(180deg);
}

.swiper-button-prev.swiper-button-disabled {
	transform: rotate(0deg);
}

.swiper-button-next.swiper-button-disabled:before,
.swiper-button-prev.swiper-button-disabled:before,
.swiper-button-next.swiper-button-disabled:after,
.swiper-button-prev.swiper-button-disabled:after {
	background: none;
}

.comm_3 {
	padding: 9vh 120px 10vh 120px;
}

.comm_3 ul {
	border-top: 2px solid #1b1b1b;
}

.comm_3 ul li {
	padding: 40px 0;
	position: relative;
	border-bottom: 1px solid #EEEEEE;
}

.comm_3 ul li.show {
	height: 0;
	overflow: hidden;
	padding: 0;
	border: 0;
	transition: .5s;
	opacity: 0;
}

.comm_3 ul li.show.active {
	opacity: 1;
	height: auto;
	padding: 40px 0;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
}

.comm_3 ul li:last-of-type {
	border: 0;
	margin-bottom: 35px;
}

.comm_3 ul li:before {
	content: " ";
	position: absolute;
	background: url(../images/jt1.png)center no-repeat;
	width: 19px;
	height: 10px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .5s;
}

.comm_3 ul li:after {
	content: " ";
	position: absolute;
	width: 0%;
	height: 1px;
	background: #222222;
	left: 0;
	bottom: 0;
	transition: 1s;
}

.comm_3 ul li:hover:after {
	width: 100%;
}

h4.comm_h4 {
	font-size: 16px;
	color: #c6b8b8;
	font-family: 'Medium_Normal';
	text-align: center;
	font-weight: normal;
	padding-bottom: 20px;
	display: none;
}


h3.comm_h3 {
	font-size: 18px;
	font-family: 'Medium_Normal';
	color: #999999;
	text-align: center;
	padding-bottom: 25px;
	font-weight: normal;
}

h2.comm_h2 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Demi';
	text-align: center;
	line-height: 110%;
}

.footer {
	width: 94%;
	margin: 0 auto;
}

.footer .footer1 {
	padding: 40px 0;
	border-bottom: 2px solid #222222;
}

.footer .footer1 .text {
	padding: 0 50px;
}

.footer .footer1 .text h4 {
	font-size: 16px;
	font-family: 'Demi';
	display: inline-block;
	margin-right: 34px;
}

.footer .footer1 .text #demo {
	display: inline-block;
	vertical-align: middle;
}

.footer .footer1 .text #demo a {
	font-size: 16px;
	
}

.footer .footer1 .bdsharebuttonbox {
	float: right;
}

.footer .footer1 .bdsharebuttonbox a {
	width: 16px;
	height: 16px;
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 100%;
	font-size: inherit;
	vertical-align: middle;
	padding-left: 30px;
}

.footer .footer1 .bdsharebuttonbox .Facebook {
	background: url(../images/Facebook.png)center no-repeat;
}

.footer .footer1 .bdsharebuttonbox .linkedin {
	background: url(../images/linkedin.png)center no-repeat;
}

.footer .footer1 .bdsharebuttonbox .Twitter {
	background: url(../images/Twitter.png)center no-repeat;
}

.footer .footer1 .bdsharebuttonbox .dianshi {
	background: url(../images/dianshi.png)center no-repeat;
}

.footer .footer2 {
	padding: 22px 0;
	border-bottom: 2px solid #EEEEEE;
}

.footer .footer2 .footer2_text {
	padding: 0 50px;
	font-size: 0;
}

.footer .footer2 .footer_nav {
	display:inline-block;
	width: 65%;
	line-height: 60px;
	
}

.footer .footer2 .footer_nav a {
	font-family: 'Gilroy_Bold';
	font-size: 16px;
	padding-right: 3%;
}

.footer .footer2 .footer_nav a:hover {
	text-decoration: underline;
}

.footer .footer2 .footer_nav a:last-of-type {
	padding: 0;
}

.footer .footer2 .footer2_text .text {
	border-left: 1px solid #EEEEEE;
	display:inline-block;
	float: right;
	padding-left:3%;
	vertical-align: middle;
}

.footer .footer2 .footer2_text .text h4 {
	font-size: 15px;
	font-family: 'Gilroy_Bold';
}

.footer .footer2 .footer2_text .text h5 {
	font-size: 16px;
	
	padding-top: 2%;
}

.footer .footer3 {
	padding: 68px 0;
}

.footer .footer3 .footer3_text {
	padding: 0 50px;
	font-size: 0;
}

.footer .footer3 .footer3_text dl {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.footer .footer3 .footer3_text dl:nth-of-type(2) {
	width: 25%;
}

.footer .footer3 .footer3_text dt {
	font-size: 16px;
	font-family: 'Demi';
}

.footer .footer3 .footer3_text i {
	display: block;
	width: 25%;
	border-bottom: 1px solid #EEEEEE;
	margin: 15px 0 20px;
}

.footer .footer3 .footer3_text dd {
	padding-bottom: 5px;
}

.footer .footer3 .footer3_text dd a {
	font-size: 16px;
	
	transition: .5s;
	line-height: 22px;
	color: #666666;
	position: relative;
}

.footer .footer3 .footer3_text dd a:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #222222;
	transition: .5s;
}

.footer .footer3 .footer3_text dd a:hover {
	color: #222222;
}

.footer .footer3 .footer3_text dd a:hover:before {
	width: 100%;
}

.footer .footer3 .footer3_text dd.on {
	padding-bottom: 40px;
}

.footer .footer3 .footer3_text dd.on:last-of-type {
	padding: 0;
}

.footer .footer3 .footer3_text dd p {
	font-size: 16px;
	
	padding-bottom: 5px;
	color: #666666;
}

.footer .footer3 .footer3_text form .New {
	border: 1px solid #EEEEEE;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.footer .footer3 .footer3_text form .New label {
	display: inline-block;
	width: 15%;
	height: 100%;
	background: #eeeeee url(../images/xin.png)center no-repeat;
	background-size: 16px 10px;
}

.footer .footer3 .footer3_text form span {
	display: inline-block;
	font-size: 16px;
	
	text-align: center;
	width: 85%;
	height: 100%;
	vertical-align: top;
}

.footer .footer3 .footer3_text form .youjian {
	position: relative;
}

.footer .footer3 .footer3_text form .youjian input {
	font-size: 16px;
	
	background: #313131;
	text-align: left;
	line-height: 50px;
	color: #FFFFFF;
	display: inline-block;
	width: 100%;
	text-indent: 1em;
}

.footer .footer3 .footer3_text form button {
	width: 19px;
	height: 10px;
	line-height: 50px;
	background: url(../images/jt4.png) center no-repeat;
	transition: .5s;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.footer .footer3 .footer3_text form .youjian:hover button {
	right: 15px;
}

.fh_top {
	width: 50px;
	height: 50px;
	background: #f7f7f7;
	display: inline-block;
	border-radius: 50%;
	float: right;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.fh_top1 {
	position: absolute;
	background: url(../images/jt2.png)center no-repeat;
	width: 19px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
}

.fh_top2 {
	position: absolute;
	background: url(../images/jt2.png)center no-repeat;
	width: 19px;
	height: 10px;
	top: 130%;
	transform: translateY(-50%) rotate(-90deg);
	left: 0px;
	right: 0;
	margin: auto;
	transition: .5s;
}

.fh_top:hover .fh_top1 {
	top: -100%;
}

.fh_top:hover .fh_top2 {
	top: 50%;
}

.comm_text_hp {
	text-align: center;
	padding: 0 16%;
}

.f_p {
	font-size: 16px;
	font-family: 'Medium_Normal';
	color: #999999;
	padding-bottom: 20px;
}

.f_h {
	font-size: 36px;
	font-family: 'Demi';
	padding-bottom: 50px;
}

.f_ph {
	font-size: 16px;
	color: #666666;
	font-family: 'Medium';
	line-height: 24px;
	text-align: left;
}

.comm_ul li .jia {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #d8d8d8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: .5s;
}

.comm_ul li .jia:before {
	content: " ";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 2px;
	background: #000000;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
}

.comm_ul li .jia:after {
	content: " ";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 16px;
	background: #000000;
	left: 0;
	right: 0;
	transition: .5s;
	margin: auto;
}

.comm_ul li.active .jia {
	background: #1B1B1B;
	border: 2px solid #1B1B1B;
}

.comm_ul li.active .jia:before {
	background: #FFFFFF;
}

.comm_ul li.active .jia:after {
	opacity: 0;
}

.kang {
	padding: 65px 80px;
	border: 1px solid #DDDDDD;
}

.kang h3 {
	font-size: 20px;
	color: #666666;
	padding: 0 !important;
	padding-bottom: 30px !important;
	
	text-align: left !important;
	border: 0 !important;
}

.kang p {
	font-size: 16px;
	color: #666666;
	font-family: 'Medium';
	font-style: italic;
	z-index: 0;
	position: relative;
	padding:0 50px 0 20px;
}

.kang p:before {
	content: " “ ";
	position: absolute;
	font-size: 100px;
	left: -100px;
	top: 27px;
	color: #dfdedc;
	z-index: -1;
}

.kang p:after {
	content: " ” ";
	position: absolute;
	font-size: 100px;
	right: 0px;
	bottom: 0px;
	color: #dfdedc;
	z-index: -1;
}

.jiazai {
	text-align: center;
}

.jiazai img {
	width: 2.667%;
}

.jiazai p {
	font-size: 16px;
	padding-top: 10px;
}

.fenye ul {
	font-size: 0;
	text-align: center;
}

.fenye li {
	display: inline-block !important;
	width: auto !important;
	margin: 0 5px !important;
}

.fenye li a {
	padding: 12px 18px;
	font-size: 16px;
	transition: .5s;
	border: 1px solid #222222;
	display: block;
}

.fenye li.active a,
.fenye li:hover a {
	background: #222222;
	color: #FFFFFF;
}

@media only screen and (max-width:1600px) {
	header,header.active {
		height: 60px;
	}
	header .header {
		padding: 0;
	}
	
	header.active .header {
		padding: 0;
	}
	header .header .logo {
		width: 40px;
	}
	header .header nav>dl{
		height:60px;
		line-height:60px;
		padding-right:6px;
	}
	
	header .header nav>dl>a:before{
		bottom:-17px;
	}
	header .header nav>dl .show{
		padding-top:10px;
		top:58px;
	}
	header .header .search{
		padding-top:20px;
	}
	.banner .text h3 {
		margin-bottom: 40px;
	}
	.banner .text h2 {
		font-size: 50px;
	}
	.banner .text p {
		padding-top: 40px;
	}
	h2.comm_h2 {
		font-size: 28px;
	}
	.comm_3 {
		padding: 80px 100px;
	}
	.comm_3 ul li {
		padding: 30px 0;
	}
	.footer .footer1 {
		padding: 30px 0;
	}
	.footer .footer2 .footer_nav {
		vertical-align: middle;
	}
	.footer .footer2 .footer2_text .text {
		padding: 0;
		
	}
	.footer .footer2 {
		padding: 15px 0;
	}
	.footer .footer3 {
		padding: 50px 0;
	}
	.footer .footer3 .footer3_text dl {
		width: 25%;
	}
	.footer .footer3 .footer3_text dd.on {
		padding-bottom: 20px;
	}
	.footer .footer3 .footer3_text i {
		margin: 10px 0;
	}
	.kang {
		padding: 40px 40px;
	}
	.f_h {
		font-size: 28px;
		padding-bottom: 30px;
	}
	header .header nav>div>a:before {
		bottom: -25px;
	}
	#dingdian .container{width:84%;}
}

@media only screen and (max-width:1440px) {
	#dingdian .container{width:90%;}
	.banner .text h2 {
		font-size: 34px;
	}
	.banner .text h3 {
		margin-bottom: 30px;
	}
	.banner .text p {
		padding-top: 30px;
	}
	h2.comm_h2 {
		font-size: 24px;
	}
	span.title1:after {
		width: 40px;
		height: 40px;
		left: 6px;
	}
	.comm_3 {
		padding: 60px 80px;
	}
	.comm_3 ul li {
		padding: 25px 0;
	}
	header .header nav i {
		margin: 0 15px;
	}
	.footer .footer1 {
		padding: 20px 0;
	}
	.footer .footer2 .footer_nav {
		line-height:40px;
	}
	.footer .footer2 .footer2_text .text {
		border-left: 1px solid #DDDDDD;
		padding-left: 2%;
	}
	.footer .footer2 .footer_nav a {
		padding-right: 4%;
	}
	.footer .footer2 .footer_nav {
		border: 0;
	}
	.footer .footer3 {
		padding: 30px 0;
	}
	.footer .footer3 .footer3_text dl:nth-of-type(2) {
		width: 35%;
	}
	.warp {
		width: 100%;
	}
	.kang {
		padding: 40px 40px 20px;
	}
	.f_h {
		font-size: 24px;
		padding-bottom: 15px;
	}
	
	header .header nav>div{
		padding-right: 5px;
	}
	header .header nav>div>a{
		 margin-right: 5px;
	}
}

@media only screen and (max-width:1366px) {
	header .header nav>div .show {
		top: 105px;
	}
	
}

@media only screen and (max-width:1200px) {
	header .header nav i {
		margin: 0 5px;
	}
	header .header .Search {
		margin-right: 10px;
		padding-right: 10px;
	}
	header .header .logo {
		width: 30px;
	}
	header .header nav {
		padding-left: 30px;
	}
	header {
		height: 60px;
	}
	header .header {
		padding: 15px 0;
	}
	
	#dingdian .container {
		width: 100%;
	}
	
	.banner .text h3 {
		margin-bottom: 20px;
	}
	.banner .text h2 {
		font-size: 26px;
	}
	.banner .text h3 span {
		font-size: 16px;
	}
	.banner .text p {
		padding-top: 20px;
		font-size: 16px;
	}
	h3.comm_h3 {
		font-size: 16px;
		padding-bottom: 15px;
	}
	h2.comm_h2 {
		font-size: 20px;
	}
	.container {
		width: 80%;
	}
	.comm_3 {
		padding: 40px 60px;
	}
	.comm_3 ul li {
		padding: 20px 0;
	}
	.comm_3 ul li:last-of-type {
		margin-bottom: 20px;
	}
	.swiper-button-prev:after,
	.swiper-button-next:after {
		left: -100%;
	}
	.swiper-button-prev:hover:after,
	.swiper-button-next:hover:after {
		left: 20%;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 35px !important;
		height: 35px !important;
	}
	.menu_index17 .section6 .swiper-button-next,
	.menu_index17 .section6 .swiper-button-prev {
		top: inherit !important;
		bottom: -40px;
	}
	.swiper-button-prev:before {
		width: 16px;
		height: 8px;
		left: 20%;
		transition: .5s;
		background-size: contain !important;
	}
	.swiper-button-next:before {
		width: 16px;
		height: 8px;
		left: 20%;
		transition: .5s;
		background-size: contain !important;
	}
	.swiper-button-prev:after,
	.swiper-button-next:after {
		width: 16px;
		height: 8px;
		background-size: contain !important;
	}
	.footer .footer2 .footer_nav a {
		font-size: 16px;
	}
	.footer .footer2 .footer2_text,
	.footer .footer1 .text,
	.footer .footer3 .footer3_text {
		padding: 0 15px;
	}
	.footer .footer2 .footer_nav a {
		padding-right: 3%;
	}
	
	
	.footer .footer3 {
		padding: 20px 0;
	}
	.fh_top {
		width: 35px;
		height: 35px;
	}
	.fh_top1 {
		width: 15px;
		height: 6px;
		background-size: contain !important;
	}
	.fh_top2 {
		width: 15px;
		height: 6px;
		background-size: contain !important;
	}
	.footer .footer3 .footer3_text form .New,
	.footer .footer3 .footer3_text form button,
	.footer .footer3 .footer3_text form .youjian input {
		height: 35px;
		line-height: 35px;
	}
	.footer .footer3 .footer3_text dd.on {
		padding-bottom: 10px;
	}
	.footer .footer3 .footer3_text dd p,
	.footer .footer3 .footer3_text dd a {
		font-size: 12px;
	}
	
	h4.comm_h4 {
		padding-bottom: 15px;
	}
	.f_h {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.comm_text_hp {
		padding: 0;
	}
}

@media only screen and (max-width:992px) {
	.f_h {
		font-size: 18px;
	}
	header .header nav {
		display: none;
	}
	header {
		height: 50px;
	}
	header.active {
		height: 40px;
	}
	header .header .search label a {
		font-size: 12px;
	}
	header .header {
		width: 100%;
		padding: 10px 15px;
		border: none;
	}
	header.active .header {
		padding: 8px 15px;
	}
	.banner .swiper-slide {
		height: 350px;
	}
	.banner .text h3 {
		margin-bottom: 10px;
	}
	.banner .text h2 {
		font-size: 18px;
	}
	.banner .text h3 span {
		font-size: 16px;
	}
	.banner .text p {
		padding-top: 10px;
		font-size: 16px;
	}
	.banner .down {
		bottom: 30px;
	}
	.down span {
		width: 1px;
		height: 30px;
		display: block;
		position: absolute;
		left: 0%;
		right: 0;
		margin: auto;
		bottom: -40px;
		overflow: hidden;
	}
	.down span {
		top: 4px;
	}
	.container,
	.warp {
		width: 100%;
		padding: 0 15px;
	}
	h3.comm_h3 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.comm_h2 {
		font-size: 18px;
	}
	h4.comm_h4 {
		padding-bottom: 10px;
	}
	.comm_3 {
		padding: 20px 0px;
	}
	.comm_3 ul li {
		padding: 15px 0;
	}
	.footer .footer2 .footer2_text,
	.footer .footer1 .text,
	.footer .footer3 .footer3_text {
		padding: 0;
	}
	.footer .footer1 {
		padding: 10px 0;
	}
	.footer .footer1 .bdsharebuttonbox {
		float: none;
		text-align: center;
		padding-top: 10px;
	}
	.footer .footer1 .text h4 {
		margin-right: 15px;
	}
	.footer2 {
		display: none;
	}
	.footer .footer3 .footer3_text dl {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer .footer3 .footer3_text i {
		margin: 10px auto;
	}
	.footer .footer3 .footer3_text dl:nth-of-type(2) {
		width: 100%;
	}
	.fh_top {
		position: absolute;
		bottom: 2.5%;
		right: 15px;
	}
	.footer .footer3 {
		padding: 20px 0 0;
	}
	.san,
	.nav {
		display: block;
	}
	.nav {
		position: fixed;
		width: 100%;
		height: 105vh;
		left: -100%;
		top: 0;
		background: #FFFFFF;
		z-index: 9999;
		padding: 40px 20px;
		transition: .5s;
		overflow: auto;
	}
	.nav.active {
		left: 0;
	}
	.nav_div .show a {
		font-size: 12px;
		padding-left: 15px;
	}
	.nav.active a {
		margin-bottom: 10px;
	}
	.nav a {
		display: block;
		font-size: 16px;
		color: #222222;
		margin-bottom: 20px;
	}
	.san {
		display: inline-block;
		width: 25px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		transition: .5s;
	}
	.san.active {
		z-index: 999998;
	}
	.san.active span {
		background: #222222;
	}
	.san span {
		position: absolute;
		width: 25px;
		height: 2px;
		background: #FFFFFF;
		transition: .5s;
	}
	.san span:nth-of-type(1) {
		top: 0;
	}
	.san span:nth-of-type(2) {
		top: 8px;
	}
	.san span:nth-of-type(3) {
		top: 16px;
	}
	.san.active span:nth-of-type(1) {
		display: none;
	}
	.san.active span:nth-of-type(2) {
		transform: rotate(45deg);
	}
	.san.active span:nth-of-type(3) {
		transform: rotate(-45deg);
		top: 8px;
	}
	header .header .search {
		margin-right: 18%;
		padding-top:0;
	}
	
	header:before{
		height: 100%;
	}
	.banner_back {
		height: 350px;
	}
	.banner_back .text {
		width: 100%;
		padding: 0 15px;
	}
	.kang {
		padding: 20px 20px 0px;
	}
	.jiazai img {
		width: 8.667%;
	}
	.comm_ul li .jia {}
	span.title1 a {
		font-size: 12px;
	}
	.footer .footer1 .text {
		text-align: center;
	}
	.menu_index .section6 .conn6_right .support .text {
		width: 78%;
	}
	img {
		width: 100%;
	}
	.fenye li {
		margin: 0 2px !important;
	}
	.fenye li a {
		font-size: 12px;
	}
	.fenye li a {
		padding: 5px;
	}
	.comm_ul li .jia {
		width: 30px;
		height: 30px;
	}
	.comm_ul li .jia:before {
		width: 10px;
	}
	.comm_ul li .jia:after {
		height: 10px;
	}
	span.title1:after {
		width: 25px;
		height: 25px;
		left: 0px;
		display: none;
	}
	span.title1:before {
		width: 10px;
		left: 7px;
		display: none;
	}
	span.title1 {
		padding-left: 25px;
		padding: 0;
	}
	span.title1 a{
		text-decoration: underline;
	}
}

.Spectra_Customization .banner_back{
	background: url(/static/home/images/banner16.jpg) center no-repeat;
}
.menu_index1 .banner_back{
	background: url(/static/home/images/banner1.jpg) center no-repeat;
}
.menu_index2 .banner_back{
	background: url(/static/home/images/banner2.jpg) center no-repeat;
}
.menu_index3 .banner_back{
	background: url(/static/home/images/banner3.jpg) center no-repeat;
}
.menu_index4 .banner_back{
	background: url(/static/home/images/banner4.jpg) center no-repeat;
}
.menu_index5 .banner_back{
	background: url(/static/home/images/banner5.jpg) center no-repeat;
}
.menu_index6 .banner_back{
	background: url(/static/home/images/banner6.gif) center no-repeat;
}

.menu_index7 .banner_back{
	background: url(/static/home/images/banner7.jpg) center no-repeat;
}
.menu_index8 .banner_back{
	background: url(/static/home/images/banner8.jpg) center no-repeat;
}
.menu_index10 .banner_back{
	background: url(/static/home/images/banner.jpg) center no-repeat;
}
.menu_index11 .banner_back{
	background: url(/static/home/images/banner10.jpg) center no-repeat;
}
.menu_index12 .banner_back{
	background: url(/static/home/images/banner11.jpg) center no-repeat;
}
.menu_index13 .banner_back{
	background: url(/static/home/images/banner12.jpg) center no-repeat;
}
.menu_index14 .banner_back{
	background: url(/static/home/images/banner13.jpg) center no-repeat;
}
.menu_index15 .banner_back{
	background: url(/static/home/images/item139.jpg) center no-repeat;
}
.menu_index16 .banner_back{
	background: url(/static/home/images/item158.jpg) center no-repeat;
}
.menu_index17 .banner_back{
	background: url(/static/home/images/banner14.jpg) center no-repeat;
}
.menu_index18 .banner_back{
	background: url(/static/home/images/banner15.jpg) center no-repeat;
}
.menu_index19 .banner_back{
	background: url(/static/home/images/item188.jpg) center no-repeat;
}
.menu_index191 .banner_back{
	background: url(/static/home/images/item197.jpg) center no-repeat;
}
.menu_index21 .banner_back{
	background: url(/static/home/images/item201.jpg) center no-repeat;
}
@media only screen and (max-width:640px) {
	.Spectra_Customization .banner_back{
		background: url(/static/home/images/mobile_banner16.jpg) center no-repeat;
	}
	.menu_index1 .banner_back{
		background: url(/static/home/images/mobile_banner1.jpg) center no-repeat;
	}
	.menu_index2 .banner_back{
		background: url(/static/home/images/mobile_banner2.jpg) center no-repeat;
	}
	.menu_index3 .banner_back{
		background: url(/static/home/images/mobile_banner3.jpg) center no-repeat;
	}
	.menu_index4 .banner_back{
		background: url(/static/home/images/mobile_banner4.jpg) center no-repeat;
	}
	.menu_index5 .banner_back{
		background: url(/static/home/images/mobile_banner5.jpg) center no-repeat;
	}
	.menu_index6 .banner_back{
		background: url(/static/home/images/mobile_banner6.gif) center no-repeat;
	}
	.menu_index7 .banner_back{
		background: url(/static/home/images/mobile_banner7.jpg) center no-repeat;
	}
	.menu_index8 .banner_back{
		background: url(/static/home/images/mobile_banner8.jpg) center no-repeat;
	}
	
	.menu_index10 .banner_back{
		background: url(/static/home/images/mobile_banner.jpg) center no-repeat;
	}
	.menu_index11 .banner_back{
		background: url(/static/home/images/mobile_banner10.jpg) center no-repeat;
	}
	.menu_index12 .banner_back{
		background: url(/static/home/images/mobile_banner11.jpg) center no-repeat;
	}
	.menu_index13 .banner_back{
		background: url(/static/home/images/mobile_banner12.jpg) center no-repeat;
	}
	.menu_index14 .banner_back{
		background: url(/static/home/images/mobile_banner13.jpg) center no-repeat;
	}
	.menu_index15 .banner_back{
		background: url(/static/home/images/mobile_item139.jpg) center no-repeat;
	}
	.menu_index16 .banner_back{
		background: url(/static/home/images/mobile_item158.jpg) center no-repeat;
	}
	.menu_index17 .banner_back{
		background: url(/static/home/images/mobile_banner14.jpg) center no-repeat;
	}
	.menu_index18 .banner_back{
		background: url(/static/home/images/mobile_banner15.jpg) center no-repeat;
	}
	.menu_index19 .banner_back{
		background: url(/static/home/images/mobile_item188.jpg) center no-repeat;
	}
	.menu_index191 .banner_back{
		background: url(/static/home/images/mobile_item197.jpg) center no-repeat;
	}
	.menu_index21 .banner_back{
		background: url(/static/home/images/mobile_item201.jpg) center no-repeat;
	}
	
	
}