body {
	background-color: #fff
}
.header {
	width: 100%;
	position: fixed;
	top: 20px;
	left: 0;
	z-index: 999;
	height: 50px;
	padding: 0 30px;
}
html {
	font-size: 62.5%;
}
 @media (min-width: 1500px) {
.container {
	width: 79%;
	margin: 0 auto;
	padding: 0;
}
}
@media (min-width: 1200px) {
.m-page .container {
	width: 100% !important
}
}
@media (max-width: 1300px) {
.section .container {
	padding: 0 10px;
	width: 100%;
}
}
 @media screen and (min-width: 768px) {
.container {
	width: 100%;
}
}
 @media screen and (min-width: 992px) {
.container {
	width: 100%;
}
}
@media only screen and(max - width: 1080px), only screen and(max - device - width: 1080px) {
 html, body {
 font - size: 16.875px;
}
}
@media only screen and(max - width: 960px), only screen and(max - device - width: 960px) {
 html, body {
 font - size: 15px;
}
}
@media only screen and(max - width: 800px), only screen and(max - device - width: 800px) {
 html, body {
 font - size: 12.5px;
}
}
@media only screen and(max - width: 720px), only screen and(max - device - width: 720px) {
 html, body {
 font - size: 11.25px;
}
}
@media only screen and(max - width: 640px), only screen and(max - device - width: 640px) {
 html, body {
 font - size: 10px;
}
}
@media only screen and(max - width: 600px), only screen and(max - device - width: 600px) {
 html, body {
 font - size: 9.375px;
}
}
@media only screen and(max - width: 540px), only screen and(max - device - width: 540px) {
 html, body {
 font - size: 8.4375px;
}
}
@media only screen and(max - width: 480px), only screen and(max - device - width: 480px) {
 html, body {
 font - size: 7.5px;
}
}
@media only screen and(max - width: 414px), only screen and(max - device - width: 414px) {
 html, body {
 font - size: 6.46875px;
}
}
@media only screen and(max - width: 400px), only screen and(max - device - width: 400px) {
 html, body {
 font - size: 6.25px;
}
}
@media only screen and(max - width: 375px), only screen and(max - device - width: 375px) {
 html, body {
 font - size: 5.859375px;
}
}
@media only screen and(max - width: 360px), only screen and(max - device - width: 360px) {
 html, body {
 font - size: 5.625px;
}
}
@media only screen and(max - width: 320px), only screen and(max - device - width: 320px) {
 html, body {
 font - size: 5px;
}
}
@media only screen and(max - width: 240px), only screen and(max - device - width: 240px) {
 html, body {
 font - size: 3.75px;
}
}
.header .header-xdnav.container-fluid {
	border-radius: 50px !important;
	background: rgba(255, 255, 255, 0.8);
	width: 84%;
	margin: 0 auto;
	padding: 0 2.5%;
	box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}
.header .left {
	width: 12%;
	margin: 20px 0
}
.header .left a img {
}
.header .left .img2 {
	display: none;
}
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 100px;
	display: block;
}
.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #1b67d7;
	position: absolute;
	bottom: 0;
	left: 20%;
	transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after {
	width: 60%;
}
.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #4b4b4b;
	font-size: 18px;
}
.header .navbar_nav li:hover a {
	color: #1b67d7;
	font-weight: bold;
}
.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 100px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
	left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #1b67d7;
}
.header.on {
}
.header.on .left .img1 {
	display: none;
}
.header.on .left .img2 {
	display: block;
}
.header.on .navbar_nav li a {
	color: #333;
}
.header.on .navbar_nav li:hover a {
	color: #1b67d7;
}
#navToggle {
	display: none;
}
@media (min-width: 1500px) {
.container {
	max-width: 79%;
	margin: 0 auto;
	padding: 0;
}
}
.section .fp-table {
	margin-bottom: 0 !important
}
.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}
.m_nav.open {
	transform: translateX(0);
}
.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}
.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}
.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}
.m_nav .ul {
	margin-top: 30px;
}
.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu {
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}
.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
 @media screen and (max-width: 992px) {
.header {
	padding: 0 10px;
}
.header #navToggle {
	height: 100%;
	padding: 19px 15px;
	margin-right: -15px;
	display: inline-block;
	float: right;
}
.header #navToggle span {
	position: relative;
	width: 25px;
	height: 1px;
	margin-top: 19px;
}
.header #navToggle span:before, .header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	left: 0;
}
.header #navToggle span, .header #navToggle span:before, .header #navToggle span:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background: #4f4f4f;
}
.header #navToggle span:before {
	top: 8px;
}
.header #navToggle span:after {
	bottom: 10px;
}
.header #navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}
.header #navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.header #navToggle.open span {
	background: none;
}
.header #navToggle.open span:before, .header #navToggle.open span:after {
	background: #4f4f4f;
}
.header .nav {
	display: none;
}
.banner img {
	height: 600px;
	object-fit: cover;
}
}
.about-list {
	display: flex;
	justify-content: space-between;
	padding: 3vh 0;
	background: linear-gradient(30deg, #0058da, #0d95ff);
	border-radius: 100px;
	margin-top: 5vh
}
.about-list li {
	width: 25%;
	padding: 0 50px;
	border-right: 1px #e5e9ed solid;
	position: relative;
	font-size: 12px;
	color: #666;
}
.about-img img {
	max-width: 100%
}
.about-txt h3 {
	font-size: 4.4rem;
	font-weight: bold;
	color: #fff;
	text-align: left
}
.about-txt h5 {
	font-size: 3.2rem;
	line-height: 1;
	color: #0261e0;
	padding-bottom: 3vh
}
.about-list li:first-child img {
	width: 20px;
}
.about-list li:last-child {
	border-right: none;
}
.about-list li h3 {
	color: #fff;
	font-size: 2rem;
	line-height: 0.7;
	margin-top: 10px;
	text-align: center;
}
.about-list li p {
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
}
.in-aboutcon {
	margin-top: 5vh
}
.in-salesnetcon {
	margin-top: 5vh
}
.in-salesnet-img img {
	max-width: 100%
}
.in-saletxt1 {
	padding-bottom: 4vh
}
.in-saletxt1 h3 {
	color: #000000;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}
.in-saletxt1 .fwtx-en {
	font-size: 2.4rem;
	color: #cbdde9;
	font-weight: bold;
	font-family: Arial;
	line-height: 1
}
.in-saletxt1 .fwbz {
	font-size: 3.4rem;
	color: #f39b23;
	font-weight: bold;
	padding: 3vh 0;
	line-height: 1
}
.in-saletxt1 .fwbz-con {
	font-size: 2rem;
	font-weight: bold;
	color: #1071bf;
	line-height: 1.8
}
.in-saletxt2 .in-xdlx {
	color: #000;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1
}
.in-saletxt2 .in-enxdlx {
	color: #cbdde9;
	font-family: Arial;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 3vh;
	line-height: 1
}
.in-saletxt2 .in-zx {
	font-size: 2.6rem;
	color: #000;
	line-height: 1
}
.in-saletxt2 .in-enzx {
	font-size: 3.6rem;
	color: #f88c00;
	font-family: Arial;
	font-weight: bold;
	line-height: 1
}
.about-txt .more span {
	padding: 10px 32px;
	display: inline-block;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
	font-family: Arial;
	border-radius: 25px;
	margin-top: 3rem;
	font-weight: bold;
	background: #0d78e5;
}
.about-list li img {
	position: absolute;
	width: 24px;
	right: 20%;
	top: 0;
}
.about-list li h3 em {
	font-style: normal;
	font-size: 5rem;
	font-weight: bold;
	font-family: Arial;
}
@media(max-width:767px) {
.about-list {
	flex-wrap: wrap;
	padding: 50px 30px 0;
}
.about-list li {
	width: 50%;
	border-right: none;
	margin-bottom: 30px;
}
.about-list li:first-child, .about-list li:nth-child(3) {
	border-right: 1px #d1d1d1 solid;
	padding: 0 40px 0 0;
}
.about-list li:nth-child(2), .about-list li:nth-child(4) {
	border-right: none;
	padding: 0 0 0 40px;
}
.about-list li:nth-child(2) img, .about-list li:nth-child(4) img {
	right: 0;
}
}
/**/
.ys {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.tab_box {
	width: 100%;
	overflow: hidden;
}
.yslist {
	height: 100vh;
}
#con_one_1 {
	background: url(../image/in-pro1.jpg) no-repeat top center;
	background-size: cover;
}
#con_one_2 {
	background: url(../image/in-pro2.jpg) no-repeat top center;
	background-size: cover;
}
#con_one_3 {
	background: url(../image/in-pro3.jpg) no-repeat top center;
	background-size: cover;
}
#con_one_4 {
	background: url(../image/in-pro4.jpg) no-repeat top center;
	background-size: cover;
}
.right {
	float: right;
}
.ysnr {
	width: 38%;
	overflow: hidden;
	padding-top: 30vh;
}
.ysnr h5 {
	width: 100%;
	overflow: hidden;
	font-size: 3.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}
.ysnr .more span {
	padding: 10px 32px;
	display: inline-block;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
	font-family: Arial;
	border-radius: 25px;
	margin-top: 3rem;
	font-weight: bold;
	background: #0d78e5;
}
.ysnr h6 {
	width: 100%;
	overflow: hidden;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin: 0;
	text-align: left;
	padding-bottom: 5rem
}
.ysnr .ysen {
	width: 100%;
	overflow: hidden;
	color: #fff;
	line-height: 30px;
	font-family: Arial;
	text-align: left;
	margin-top: 7px;
}
.ysnr hr {
	width: 50px;
	height: 2px;
	overflow: hidden;
	background: #fff;
	border: none;
	float: left;
	margin-top: 12px;
	margin-bottom: 22px;
}
.ysnr p {
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.5;
	text-align: left;
}
.tab {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	margin-left: 0;
	bottom: 0;
	border-top: 1px solid #526067;
}
.tab ul {
	width: 100%;
	overflow: hidden;
}
.tab ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	background: rgba(0,0,0,0.32);
	margin-bottom: 1px;
	text-align: center;
	padding: 20px 0 20px 0;
}
.tab ul li h5 {
	width: 100%;
	overflow: hidden;
	font-size: 2.6rem;
	color: #fff;
	margin: 0;
	line-height: 30px;
}
.tab ul li p {
	width: 100%;
	overflow: hidden;
	font-family: Arial;
	color: #fff;
	margin-top: 3px;
	text-transform: uppercase
}
.tab ul li.hover {
	background: linear-gradient(30deg, rgba(14,79,173,0.85), rgba(20,120,196,0.85) );
}
.tab ul li.hover h5, .tab ul li.hover p {
	color: #fff;
}
.tab ul li a {
	text-decoration: none
}
.in-title .in-titlel h3 {
	font-size: 3rem;
	color: #0077ec;
	font-weight: bold
}
.in-title .in-titlel h3 span {
	font-family: Arial;
	font-size: 3.8rem;
	color: #d6d6e3;
	font-weight: bold
}
.in-titlemore a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 32px;
	border: 2px solid #0077ec;
	border-radius: 25px;
	color: #0077ec;
	font-weight: bold;
	text-decoration: none
}
/**/

.xd-proshow {
	color: #666;
	font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
	max-width: 1400px;
	margin: 0 auto;
}
.xd-proshow .container {
	background: #fff;
	padding: 25px;
	width: 100%;
}
.xd-proshow * {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
.xd-proshow img {
	max-width: 100%;
	border: 0;
	vertical-align: top
}
.xd-proshow a {
	color: inherit;
	text-decoration: none
}
.xd-proshow .clearfix {
	zoom: 1
}
.xd-proshow .clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ""
}
.xd-proshow .images-cover, .xd-proshow .small-img {
	display: flex;
	align-items: center;
	justify-content: center
}
.xd-proshow .magnifier {
	position: relative;
	float: left;
	width: 48%
}
.xd-proshow .magnifier-container {
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd
}
.xd-proshow .magnifier-container li:not(:nth-child(1)) {
display:none
}
.xd-proshow .move-view {
	position: absolute;
	display: none;
	width: 100px;
	height: 100px;
	background-color: rgba(255,255,255,.6);
	cursor: move
}
.xd-proshow .images-cover {
	height: 100%
}
.xd-proshow .images-cover img {
	max-width: 100%;
	max-height: 100%
}
.xd-proshow .magnifier-assembly {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	padding: 0 30px;
	height: 92px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.xd-proshow .magnifier-btn {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -42px;
	width: 100%
}
.xd-proshow .magnifier-btn span {
	z-index: 9998;
	display: block;
	width: 22px;
	height: 54px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 54px;
	cursor: pointer
}
.xd-proshow .magnifier-btn .prev {
	float: left;
	background: url(../image/icon-prev.png) no-repeat 50% 50%;
	background-size: 15px;
	background-color: #edecec;
}
.xd-proshow .magnifier-btn .next {
	float: right;
	background: url(../image/icon-next.png) no-repeat 50% 50%;
	background-size: 15px;
	background-color: #edecec;
}
.xd-proshow .magnifier-line {
	position: relative;
	overflow: hidden;
	height: 64px
}
.xd-proshow .magnifier-line ul {
	position: absolute;
	left: 0;
	z-index: 90;
	display: block;
	width: 10000%;
	font-size: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}
.xd-proshow .magnifier-line li {
	float: left;
	width: 90px;
	cursor: pointer
}
.xd-proshow .magnifier-line ul>.on .small-img {
	border-color: #e4393c
}
.xd-proshow .small-img {
	overflow: hidden;
	margin: 5px;
	height: 54px;
	border: 2px solid #fff
}
.xd-proshow .small-img img {
	max-width: 100%
}
.xd-proshow .magnifier-view {
	position: absolute;
	top: 0;
	right: -105%;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat
}
.xd-proshow .pro-info {
	float: right;
	width: 48%;
	padding-right: 3%
}
.xd-proshow .pro-info .sku-name {
	padding-bottom: 15px;
	color: #1e242b;
	font-weight: normal;
	font-size: 24px;
	line-height: 48px;
	border-bottom: 1px solid #ddd;
}
.xd-proshow .pro-info .price {
	padding: 10px;
	background: #f3f3f3;
	display: none;
}
.xd-proshow .pro-info .price p {
	margin-bottom: 10px
}
.xd-proshow .pro-info .price .name {
	color: #999
}
.xd-proshow .magnifier-btn span:hover {
	background-color: #0183f4;
}
.xd-proshow .pro-info .price .detail {
	color: #e4393c;
	font-size: 22px
}
.xd-proshow .pro-info .price .detail i {
	font-style: normal;
	font-size: 14px
}
.xd-proshow .pro-info .price .sc .detail {
	color: #888;
	text-decoration: line-through
}
.xd-proshow .pro-info .price .kc {
	display: none;
	margin-bottom: 0
}
.xd-proshow .pro-info .price .kc .detail {
	color: #888;
	font-size: 18px
}
.xd-proshow .pro-info .intro {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	color: #999;
	font-size: 20px
}
.xd-proshow .pro-info .choose-btns {
	display: none;
	margin-top: 15px;
	margin-bottom: 20px
}
.xd-proshow .pro-info .choose-btns .choose-amount {
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	width: 49px;
	height: 46px;
	border: 1px solid #ccc
}
.xd-proshow .pro-info .choose-btns .choose-amount input {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 31px;
	height: 42px;
	border: none;
	border: 0;
	text-align: center;
	line-height: 42px
}
.xd-proshow .pro-info .choose-btns .choose-amount a {
	position: absolute;
	right: -1px;
	display: block;
	overflow: hidden;
	margin-top: -1px;
	width: 15px;
	height: 24px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #666;
	text-align: center;
	line-height: 24px
}
.xd-proshow .pro-info .choose-btns .choose-amount .disabled {
	color: #ccc;
	cursor: not-allowed
}
.xd-proshow .pro-info .choose-btns .choose-amount .btn-reduce {
	bottom: 0;
	border-bottom: 0
}
.xd-proshow .pro-info .choose-btns .buy {
	float: left;
	padding: 0 26px;
	height: 46px;
	background-color: #e4393c;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 46px
}
.xd-proshow .pro-info .choose-btns .diabled {
	float: left;
	padding: 0 26px;
	height: 46px;
	background-color: #8c8c8c;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 46px
}
.xd-proshow .pro-info .choose-btns .buy:hover {
	background-color: #e74f52
}
.xd-proshow .pr-detail {
	position: relative
}
.xd-proshow .pr-detail .tab-header {
	position: relative;
	width: 1200px;
	border: 1px solid #eee;
	border-bottom: 1px solid #e4393c;
	background-color: #f7f7f7;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}
.xd-proshow .pr-detail .tab-header .title {
	display: inline-block;
	padding: 10px 25px;
	background-color: #e4393c;
	color: #fff;
	font-size: 14px
}
.xd-proshow .pr-detail .tab-header .btn-primary {
	float: right;
	display: none;
	margin: 7px 5px 0 0;
	padding: 0 16px;
	height: 28px;
	background-color: #e4393c;
	color: #fff;
	line-height: 28px
}
.xd-proshow .pr-detail .tab-header .btn-primarys {
	float: right;
	margin: 7px 5px 0 0;
	padding: 0 16px;
	height: 28px;
	background-color: #8c8c8c;
	color: #fff;
	line-height: 28px
}
.xd-proshow .pr-detail .tab-header .btn-primary:hover {
	background-color: #e74f52
}
.xd-proshow .pr-detail .th-fixed {
	position: fixed;
	top: 0;
	width: 1200px
}
.xd-proshow .pr-detail .tab-con {
	padding: 10px 0
}
.xd-proshow .pr-detail .tab-con img {
	max-width: 100%
}
 @media(max-width:767px) {
.xd-proshow .magnifier {
	float: none;
	width: 100%
}
.xd-proshow .pro-info {
	float: none;
	width: 100%
}
.xd-proshow .container {
	padding: 10px;
}
}
.more-tent p {
	color: #999;
	font-size: 14px;
	line-height: 32px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.more-tent .zixun {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 15px;
}
.more-tent .zixun a {
	display: inline-block;
	padding: 11px 30px;
	margin-right: 1vw;
	color: #fff;
	font-size: 18px;
	background-color: #1b67d7;
	border-radius: 40px;
	vertical-align: middle;
}
.more-tent .zixun span {
	display: inline-block;
	padding-left: 35px;
	color: #1b67d7;
	font-size: 24px;
	vertical-align: middle;
	background: url(../image/phone1.png) left center no-repeat;
	background-size: 25px;
}
.xd-procon {
	max-width: 1400px;
	margin: 25px auto;
	margin-top: 0;
}
.xd-procon .header-info {
	display: none;
}
.xd-procon .description {
	background: #fff;
	padding: 20px;
	padding-top: 0;
}
.xd-procon .m-flip {
	background: #fff;
	margin-top: 20px;
	padding: 20px;
}
.xd-procon .content-wrapper .pro-content .header-info .imgbox {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.xd-procon .content-wrapper .pro-content .header-info .imgbox img {
	border: 1px solid #ddd;
	padding: 3px;
	max-width: 100%;
}
.xd-procon .content-wrapper .pro-content .header-info h3 {
	text-align: center;
	margin: 30px 0;
	line-height: 150%;
}
.xd-procon .m-flip .flip {
	list-style: none;
	padding-left: 0;
	overflow: hidden;
}
.xd-procon .m-flip .flip li {
	padding: 5px 0;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xd-procon .m-flip .flip li a:hover {
	color: #ec7729;
}
.xd-procon .description img {
	max-width: 100%;
}
@media (max-width:1300px) {
.more-tent .zixun a {
	font-size: 16px !important;
	padding: 8px 20px !important;
}
.more-tent .zixun span {
	font-size: 16px;
}
}
@media (max-width: 767px) {
.xd-procon .description img {
	max-width: 100%;
}
.xd-procon .description {
	padding: 10px;
}
.xd-procon .m-flip {
	margin-top: 15px;
	padding: 10px;
}
.ys .tab ul li {
	width: 50%;
}
.ys .tab {
	position: inherit;
	left: 0;
	bottom: 0;
	border-top: solid 1px #fff;
}
.ys .tab ul {
	width: 100%;
	overflow: hidden;
}
.ys .tab ul li p {
	display: none
}
.tab ul li h5 {
	font-size: 1.6rem !important;
}
}
@media (max-width:765px) {
.more-tent .zixun a {
	font-size: 16px !important;
	padding: 8px 20px !important;
}
.more-tent .zixun {
	text-align: center;
}
.more-tent .zixun span {
	font-size: 16px;
}
.more-tent .zixun span {
	margin-top: 10px;
}
}
