﻿@charset "utf-8";
/* CSS Document */
body{
    font-size:12px;
	font-family:Aril,"微软雅黑";
	color:#555;
	background:#f2f2f2;
	padding:0px;
}
html,body{
	height: 100%;
}
*{
    margin:0px;
	border:0px;
	padding:0px;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
}
dl>div{
	clear:inherit!important;
}
div{
	word-break:break-all;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px;
    font-family:"微软雅黑";
    font-weight: 500;
}
.clear{
	clear:both;
	font-size:0px;
	visibility:hidden;
	width:0px;
	line-height:0px!important;height:0;
}	
a{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#555;
}
.tip,.tip a,a.tip{
	color:#bbb;
}
.tipped{
	color:#bbb;
	font-family:"宋体";
}
.warning,.warning a,a.warning{
	color:#ed145b;
}
.highlight,.highlight a,a.highlight{
	color:#2b98b9;
}
.secondary,.secondary a,a.secondary{
	color:#999;
}
input,select{
	vertical-align:middle;
    outline:none;
    color:#555;
    font-size:12px;
    font-family:Arial,"宋体";
}
textarea{
    outline:none;
    color:#555;
}
input[type="checkbox"]{
    height:13px;
    width:13px;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #ccc;
    cursor:pointer;
}
input[type="checkbox"]:checked{
	background:#0f8fcc url(../images/checked.png) center center no-repeat;
    border: 1px solid #0f8fcc;
}
input[type="radio"] {
    width:14px;
    height:14px;
    outline:none;
    -webkit-appearance: none;
    border:1px solid #999;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    vertical-align:middle;
    cursor:pointer;
}
input[type="radio"]:checked {
    background:url(../images/radio.png) center center no-repeat;
    border:1px solid #999;
}
img{
	max-width:100%;
}
.en{
    font-family:Arial;
}
.h10{
	height:10px;
	clear:both;
}
.startbg{
	background:#23282c;
	height:100%;
	text-align:center;
	position:relative;
}
.startlogo{
	width:180px;
    text-align:center;
	margin:auto;
	padding:20px;
	position:absolute;
	top:50%;
    left:50%;
	transform:translate(-50%,-50%);
}
.startlogo svg{
	width:180px;
	height:auto;
}
.header_wrapper{
	width:100%;
	background:#000;
}
@media screen and (max-width: 1000px){
	.header_wrapper{
		position:fixed;
		z-index:99;
	}
}
.header{
	max-width:1200px;
	height:90px;
	margin:0 auto;
	color:#fff;
}
@media screen and (max-width: 1000px){
	.header{
		height:50px;
	}
}
.header a{
	color:#fff;
}
.logo{
    float:left;
    color:#fff;
    font-size:18px;
	font-family:Arial;
	font-weight:500;
	padding-left:0px;
    line-height:90px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}
.logo a:nth-child(1){
    line-height:90px;
}
.logo a:nth-child(2){
    line-height:20px;
    padding-left:10px;
	padding-top:3px;
}
.logo img{
    vertical-align:middle;
    max-height:50px;
	border:2px solid #fff;
	border-radius:50%;
}
.logo svg{
    vertical-align:middle;
    height:60px;
    width:auto;
    line-height:60px;
    fill:#fff;
}
.logo a{
    color:#fff;
}
.logo a:nth-child(2) span {
	display:block;
	line-height:18px;
    font-size:12px;
}
@media screen and (max-width: 1000px){
	.logo{
		line-height:50px;
		font-size:16px;
	}
    .logo a:nth-child(1){
        line-height:18px;
        padding:5px 0px;
    }
    .logo img{
        max-height:35px;
    }
    .logo svg {
        height:40px;
    }
}
.menu{
	float:right;
	font-size:14px;
	font-weight:500;
	line-height:90px;
	font-family:"微软雅黑";
}
@media screen and (max-width: 1000px){
	.menu{
		display:none;
	}
}
.menu li{
	float:left;
	text-align:right;
	position:relative;
}
.menu li a{
	padding:0px 15px;
	display:block;
}
.menu .clickclass,.menu a.clickclass,.menu a:hover{
	background:#ff0204;
}
.menu li ul{
	width:100%;
	font-size:14px;
	background:#202122;
	line-height:40px;
	position:absolute;
	top:90px;
	z-index:1;
	display:none;
	left:50%;
	transform: translate(-50%,0%);
}
.menu li ul li{
	text-align:center;
	float:none;
	font-size:14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align:left;
}
.menu li ul li a{
	padding:0px 10px;
	color:#fff;
}
.menu li:hover ul{
	display:block;
}
.login{
	width:auto;
	text-align:right;
	cursor:pointer;
	font-size:14px;
	line-height:90px;
	float:right;
	text-align:right;
	font-family:Arial,"微软雅黑";
	font-weight:500;
}
@media screen and (max-width: 1000px){
	.login{
		display:none;
	}
}
.login a{
	display:block;
	padding-left:20px;
	float:left;
}
/*slide导航开始*/
.nav_ico{
	width:20px;
	float:left;
	padding:15px 10px 0px 10px;
	height:35px;
	text-align:center;
}
@media screen and (min-width: 1000px){
	.nav_ico{
		display:none;
	}
}
.nav_ico span{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:6px;
	cursor:pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px){
	.nav_ico{
		height:50px;
		padding:30px 10px 0px 10px;
	}
	.close_ico{
		width:60px;
	}
}
.nav_ico i{
	width:100%;
	height:2px;
	display:block;
	background:#fff;
	overflow:hidden;
	position:absolute;
}
.nav_ico i:nth-child(1){
	top:1.5px;
}
.nav_ico i:nth-child(2){
	top:50%;
	transform:translateY(-50%);
}
.nav_ico i:nth-child(3){
	bottom:1.5px;
}
.close_ico span{
	 transform:rotate(135deg);
	 transition: all 0.3s ease-in-out;
}
.close_ico i:nth-child(1) {
	top:50%;
	transform:translateY(-50%);
}
.close_ico i:nth-child(2) {
	opacity: 0;
}
.close_ico i:nth-child(3) {
	top:50%;
	transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 1000px){
	.close_ico span{
		 transform:rotate(180deg);
		 transition: all 0.3s ease-in-out;
	}
	.close_ico i{
		width:5px;
		height:5px;
		border-radius:50%;
	}
	.close_ico i:nth-child(1) {
		top:50%;
		left:0px;
		transform:translateY(-50%);
	}
	.close_ico i:nth-child(2) {
		opacity: 1;
		left:50%;
		transform:translate(-50%,-50%);
	}
	.close_ico i:nth-child(3) {
		top:50%;
		right:0px;
		transform: translateY(-50%);
	}

}
.slide_mask {
	background: rgba(0, 0, 0, 0.1); 
	left: 0px; 
	top: 0px;
	width: 100%;
	height:100%;
	display: none;
	position:fixed; 
	z-index:100;
	transition:0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
@media screen and (min-width: 1000px){
	.slide_mask{
		background: rgba(0, 0, 0, 0);
		width:80px;
	}
}
.slide_nav {
	left: 0px;
	top: 50px;
	position:fixed;
	z-index:100; 
	transition:0.3s ease-out;
	transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0); 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out;
	background:#414756;
	display:block;
	font-size:14px;
	height:calc(100% - 100px);
	overflow-y:auto;
	overflow-y:overlay;
	overflow-x:hidden;
}
@media screen and (min-width: 1000px){
	.slide_nav{
		top:80px;
		height:calc(100% - 80px);
	}
}
@media screen and (min-width: 1000px){
	.slide_nav::-webkit-scrollbar {
		width:5px;
		height:5px;
	}
	.slide_nav::-webkit-scrollbar-thumb, .slide_nav::-webkit-scrollbar-thumb:horizontal {
	  border-radius:3px;
	  background:#818195;
	}
	.slide_nav::-webkit-scrollbar-button {
		display: none;
	}
	.slide_nav::-webkit-scrollbar-track, .slide_nav::-webkit-scrollbar-track-piece {
		background: -webkit-gradient(linear,left);
	}
	.slide_nav::-webkit-scrollbar-track-piece {
		background: #2b2b31;
	}
}
.moved.slide_nav {
	transform: translate3d(0, 0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.slide_nav li{
	line-height:35px;
}
.slide_nav li > a{
	padding:0px 10px;
	color:#eee;
	display: block;
}
.slide_nav li li a{
	padding:0px 10px 0px 25px;
	position:relative;
	font-size:12px;
}
.slide_nav li li a:before{
	content:"";
	height:4px;
	width:4px;
	background:#fff;
	border-radius:50%;
	border-width: 1px 1px 0 0;
	display:inline-block;
	position:absolute;
	left:16px;
	top:16px;
}
.slide_nav li.current > a,.slide_nav li>a:hover {
	background:#00b7ee;
}
.slide_nav li div a:hover{
	color:#00b7ee;
}
/*slide导航结束*/
.foucs{
	width:100%;
	min-width:1200px;
	height:800px;
	margin:0 auto;
	overflow:hidden;
}
@media screen and (max-width: 750px){
	.foucs{
		display:none;
	}
}
.img_nav{
	position:relative;
	text-align:center;
	height:800px;
	margin:0 auto;
	overflow:hidden;
}
.big_img div{
	position:absolute;
	width:100%;
	height:800px;
}
.big_img a{
	width:100%;
	height:800px;
	margin:0 auto;
	display:block;
}
.big_img>div:nth-child(1){
	background:#0188cc url(../images/banner01.jpg) no-repeat center top;
}
.big_img>div:nth-child(2){
	background:#90c400 url(../images/banner02.jpg) no-repeat center top;
}
.big_img>div:nth-child(3){
	background:#136fb0 url(../images/banner03.jpg) no-repeat center top;
}
.big_img>div:nth-child(4){
	background:#ffb902 url(../images/banner04.jpg) no-repeat center top;
}
.img_nav img{
	height:800px;
}
.link_nav{
	position:absolute;
	filter:alpha(opacity=50);
	width:100%;
	bottom:0px;
	height:26px;
	opacity:0.5;
	line-height:26px;
	color:#fff;
	font-weight:bold;
}
.link_nav a{
	position:absolute;
	left:5px;
	color:#fff;
}
.num_nav{
	width:auto;
	position:absolute;
	bottom:8px;
	display:inline-block;
	text-align:center;
	left:50%;
	transform:translate(-50%,0%);
}
.num_nav span{
	text-align:center;
	width:12px;
	height:12px;
	border-radius:50%;
	display:inline-block;
	margin:0px 2px;
	background:#000;
	color:#90ca58;
	cursor:pointer;
	font-weight:bold;
}
.num_nav span.selected{
	background:#fff;
	color:#fff;
}
.banner{
	max-width:750px;
	margin:0 auto;
	height:350px;
	overflow:hidden;
}
.banner .slide{
    height:100%;
}
@media screen and (min-width: 750px){
	.banner{
		height:350px;
		display:none;
	}
}
.main01{
	max-width:1200px;
	margin:0 auto;
	padding:80px 0px;
}
@media screen and (max-width: 750px){
	.main01{
		padding:20px 0px;
	}
}
.main01_title{
	width:152px;
	margin:0 auto;
	float:left;
}
.main01 .content{
	width:calc(100% - 300px);
	float:right;
}
@media screen and (max-width: 750px){
	.main01 .content{
		width:calc(100% - 170px);
	}
}
.main01 .content p{
	font-family:Arial;
	font-size:14px;
	line-height:28px;
	text-indent:2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    box-orient: vertical;
    line-clamp: 5;
    overflow:hidden;
}
@media screen and (max-width: 750px){
	.main01 .content p{
		-webkit-line-clamp: 9;
		line-clamp: 9;
	}
}
.main01 ul{
	width: calc(100% - 280px);
	float:right;
	padding-top:20px;
}
@media screen and (max-width: 750px){
	.main01 ul{
		padding:10px 3px 0px 3px;
		width: calc(100% - 6px);
	}
}
.main01 li{
	width:25%;
	float:left;
	text-align:center;
	line-height:20px;
	font-family:Arial;
	font-size:14px;
}
.main01 li a{
	display: block;
	padding:3px;
}
.main01 li img{
	cursor:pointer;
}
@keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-ms-keyframes rotation{
	0%{
    	transform: rotate(0);
    }
    50%{
    	transform:rotate(180deg);
    }
    100%{
         transform: rotate(360deg);
    }
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-o-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
.Rotation {
	
}
.Rotation li:hover img{
	animation: rotation 1s 1;
	-ms-animation: rotation 1s 1;
	-moz-animation:rotation 1s 1;
	-webkit-animation:rotation 1s 1;
	-o-animation: rotation 1s 1;
}
.main_wrapper{
	background:#fff;
}
.index_title{
	max-width:1200px;
	padding-top:80px;
	height:35px;
	font-size:20px;
	font-weight:500;
	text-align:center;
	margin:0 auto;
	font-family:Arial,"微软雅黑";
	clear:both;
}
@media screen and (max-width: 750px){
	.index_title{
		padding-top:20px;
		height:30px;
	}
}
.index_text{
	max-width:1200px;
	line-height:20px;
	font-size:14px;
	font-weight:500;
	text-align:center;
	margin:0 auto;
	font-family:Arial,"微软雅黑";
}
.main02{
	max-width:1200px;
	padding:40px 0px 80px 0px;
	margin:0 auto;
	overflow:hidden;
}
@media screen and (max-width: 750px){
	.main02{
		padding:15px 0px 20px 0px;
	}
}
.main02 ul{
	padding:0px 5px;
}
.main02 li{
	width:25%;
	text-align:center;
	float:left;
	font-size:14px;
	font-weight:500;
	line-height:10px;
	padding-bottom:15px;
	overflow:hidden;
}
@media screen and (max-width: 750px){
	.main02 li{
		width:50%;
	}
}
.main02 a{
	margin:0px 5px;
	overflow:hidden;
	display:block;
}
.main02 li img,.main03 .imgbox img{
   transition: all 0.6s;
}
.main02 li img:hover,.main03 .imgbox img:hover{
   transform: scale(1.1);
}
.main03{
	max-width:1190px;
	padding:40px 0px 80px 0px;
	margin:0 auto;
	overflow:hidden;
}
@media screen and (max-width: 750px){
	.main03{
		padding:15px 5px 15px 5px;
	}
}
.main03 li{
	width:25%;
	padding-bottom:10px;
	float:left;
}
@media screen and (max-width: 750px){
	.main03 li{
		width:50%;
	}
}
.main03 .imgbox{
	margin:0px 5px;
	height:auto;
	overflow:hidden;
}
.main03 .imgbox img{
	vertical-align:top;
	max-width:100%;
	transition: all 0.6s;
}
.main03 .imgbox img:hover{
	transform: scale(1.1);
}
.main03 .title{
	margin:0px 5px;
	padding:5px 10px 0px 10px;
	font-size:14px;
	font-weight:500;
	line-height:25px;
	color:#555;
	background:#fff;
	font-weight:600;
}
.main03 .text{
	margin:0px 5px;
	padding:0px 10px 0px 10px;
	line-height:20px;
	background:#fff;
	height:43px;
	overflow:hidden;
}
.main04{
	max-width:1200px;
	padding:40px 0px 80px 0px;
	margin:0 auto;
}
@media screen and (max-width: 750px){
	.main04{
		padding:15px 0px 20px 0px;
	}
}
@media screen and (max-width: 750px){
	.main04 ul{
		padding:0px 5px;
	}
}
.main04 li{
	width:20%;
	float:left;
	text-align:center;
	line-height:20px;
	font-family:Arial;
	font-size:14px;
}
.main04 a{
	display:block;
	padding:0px 5px
}
.main04 li img{
	cursor:pointer;
}
.bottom_menu_wrapper{
	width:100%;
	background:#2a2b2c;
	padding:15px 0px 15px 0px;
}
.bottom_menu{
	max-width:1200px;
	line-height:22px;
	margin:0 auto;
	color:#fff;
	clear:both;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	padding:0px 10px;
}
.bottom_menu>div:nth-child(2) li{
	line-height:29px;
}
.bottom_menu>div>i{
    font-style: normal;
    font-size: 14px;
	line-height: normal;
    padding-bottom:10px;
    font-weight: 600;
	display: block;
}
.bottom_menu li i{
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.bottom_menu svg {
    width: 12px;
    fill: #fff;
    vertical-align: middle;
    margin-top: -2px;
}
.bottom_menu li:first-child svg{
    width: 16px;
}
.bottom_menu div{
	float:left;
	width:30%;
	padding-top:15px;
}
.bottom_menu>div:nth-child(1){
	width:40%;
	column-count: 2px;
}
.bottom_menu>div:nth-child(1) ul{
	column-count:2;
	
}
@media screen and (max-width: 900px){
	.bottom_menu div,.bottom_menu>div:nth-child(1){
		width:100%;
	}
	.bottom_menu>div:nth-child(2) li{
		width:100%;
	}
}
.bottom_menu span{
	width:50%;
	display:inline-block;
	text-align:center;
}
@media screen and (max-width: 900px){
	.bottom_menu span{
		display:block;
		width:120px;
		float:left;
		padding-right:10px;
	}
}
.bottom_menu img{
	width:120px;
	vertical-align:middle;
}
.bottom_menu a{
	color:#fff;
}
.h0h50{
	height:0px;
}
@media screen and (max-width: 1000px){
	.h0h50{
		height:50px
	}
}
.bottom{
	width:100%;
	height:50px;
	background:#000;
	margin:0 auto;
	text-align:center;
	color:#fff;
	clear:both;
    font-family:Arial;
}
@media screen and (max-width: 1000px){
	.bottom{
		height:auto;
		background:#202122;
	}
}
.bottom a{
    color:#fff;
}
.bottomText{
	line-height:20px;
	padding:15px 10px;
}
.bottomText a{
	color:#fff!important;
}
.bottomText .highlight{
	color:#00b7ee!important;
}
.bottom ul{
	max-width:1000px;
	height:50px;
	margin:0 auto;
	z-index:10000;
	font-size:14px;
    display:none;
	position:fixed;
	bottom:0px;
	background:#000;
}
@media screen and (max-width: 1000px){
	.bottom ul{
		width:100%;
		display:block;
	}
}
.bottom li{
	float:left;
	width:20%;
	height:50px;
	line-height:16px;
	text-align:center;
	z-index:10000;
	font-family:Arial,"微软雅黑";
}
.bottom li a{
	display:block;
    padding-top:8px;
	color:#fff;
}
.bottom svg{
    height:16px;
    fill:#fff;
}
.bottom a.navClass,.bottom a:hover{
	color:#ff0204;
}
.bottom a.navClass svg,.bottom a:hover svg{
    fill:#ff0204;
}
.fixbox{
	color:#fff;
	position:fixed;
	right:5px;
	top:450px;
	text-align:center;
}
.fix{
	padding:2px 10px 3px 10px;
	background:#ff0204;
	color:#fff;
	-moz-border-radius:3px;    
    -webkit-border-radius:3px;  
    border-radius:3px;
	text-align:center;
	margin-bottom:6px;
}
.fix li{
	line-height:22px;
}
.fix a{
	color:#fff;
	display:block;
}
.fix li.fixTitle{
	line-height:30px;
	font-size:12px;
	font-weight:500;
	font-family:"微软雅黑";
}
.about_video{
	width:100%;
	height:auto;
	margin:0 auto;
	background:#000;
	overflow:hidden;
}
.about_video video{
	width:100%;
    outline:none;
	vertical-align:top;
	position:relative!important;
	z-index:0!important;
}
.about_video video source{
	position:relative!important;
	z-index:0!important;
}
.about_main{
	max-width:1200px;
	padding:70px 10px 70px 10px;
	margin:0 auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	clear:both;
}
@media screen and (max-width:750px){
	.about_main{
		padding:10px 10px 20px 10px;
	}
}
.about_left{
	width:calc(50% - 10px);
	padding-right:10px;
}
.about_left img{
	max-width:100%;
}
.about_right{
	width:50%;
}
@media screen and (max-width:750px){
	.about_left{
		display:none;
	}
	.about_right{
		width:auto;
		height:auto;
	}
}
.about_title{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:600;
	height:40px;
	line-height:40px;
}
.about_main01{
	line-height:22px;;
    text-align: justify;
    text-justify: inter-ideograph;
}
.about_main01 p{
	text-indent:2em;
	padding-bottom:10px;
}
.about_main02{
	padding-top:10px;
	overflow:hidden;
}
.about_main02 ul{
	margin:0px -8px;
}
@media screen and (max-width:750px){
	.about_main02 ul{
	   margin:0px 0px;
	}
}
.about_main02 li{
	width:calc(33.33333% - 16px);
	padding:0px 8px;
	float:left;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
.about_main02 a{
	color:#fff;
}
.about_main02 span{
	width:100px;
	height:100px;
	line-height:14px;
	border-radius:50%;
	display:inline-block;
	text-align:center;
}
@media screen and (max-width:750px){
	.about_main02 span{
	   width:80px;
	   height:80px;
	}
}
.about_main02 li:nth-child(1) span{
	background:#90c400;
}
.about_main02 li:nth-child(2) span{
	background:#ffb902;
}
.about_main02 li:nth-child(3) span{
	background:#00b8eb;
}
.about_main02 svg{
	margin-top:20%;
	height:35%;
	fill:#fff;
}
.topbar{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:45px;
	line-height:45px;
	padding:0px 15px;
	border-bottom:1px solid #ddd;
}
.contact_banner{
	height:450px;
	background:#e8f1f3;
	margin:0 auto;
}
.contact_banner>div{
	max-width:1160px;
	background:url(../images/contact_banner.png) no-repeat right top;
	background-size:auto 100%;
	margin:auto;
	position:relative;
	height:100%;
	padding:0px 10px;
}
.contact_banner span{
	font-size:20px;
	line-height:22px;
	position:absolute;
	top:50%;
	transform:translate(0%,-50%);
}
.contact_banner i{
	font-style:normal;
	font-size:36px;
	padding:5px 0px 30px 0px;
	display:block;
}
@media screen and (max-width: 750px){
	.contact_banner{
		height:180px;
	}
	.contact_banner span{
		font-size:14px;
		line-height:20px;
	}
	.contact_banner i{
		font-size:20px;
		padding:0px 0px 10px 0px;
	}
}
.contact{
	max-width:1200px;
	margin:0 auto;
	background:#fff;
	display: flex;
    flex-wrap: wrap;
}
.contact_left{
    width:calc(50% - 15px);
	padding:10px 0px 15px 15px;
}
.contact_left li{
	line-height:32px;
	font-family:Arial;
}
.contact_left li i{
	width: 26px;
    height: 25px;
	line-height: 25px;
    border: 1px solid #555;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
}
.contact_left li i svg {
	height:16px;
    fill: #555;
	margin-top:-2px;
	vertical-align: middle;
}
.contact_left>img{
	vertical-align:top;
	border-radius:5px;
	max-width:100%;
}
.contact_left ul{
	padding-bottom:10px;
}
.contact_right{
	width:calc(50% - 30px);
	padding:10px 15px 5px 15px;
}
@media screen and (max-width: 750px){
	.contact_left{
		padding:10px;
		width:calc(100% - 20px);
	}
	.contact_right{
		padding:10px;
		width:calc(100% - 20px);
	}
}
.contact_right li{
	line-height:55px;
}
.contact_right li:first-child{
	line-height:25px;
	font-size:14px;
	font-family:Arial;
}
.contact_right form li:last-child {
    padding-top: 5px;
}
.contact .text02 {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #595e6e;
    padding: 5px;
    margin-left: 3px;
}
.contact_right .text02{
	width: calc(100% - 20px);
	border: 1px solid #ccc;
	border-radius:3px;
}
.contact input::placeholder{
	color:#999;
}
.contact textarea{
	width:calc(100% - 20px);
	height:228px;
	line-height:22px;
	padding:5px 5px 5px 5px;
	border-radius:3px;
	overflow:hidden;
	border: 1px solid #ccc;
	margin-top:8px;
	margin-left: 3px;
	vertical-align:top;
}
.contact textarea::placeholder{
	color:#999;
}
.contact .buttonbar{
	padding-top:15px;
}
.contact .button02{
	width:calc(100% - 10px);
	height:40px;
	background:#ff0204;
	cursor:pointer;
	color:#fff;
	text-align:center;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
}
.button02:hover{
	background:#595e6e;
}
.num1{
	width:50px;
	height:32px;
	line-height:32px;
    padding:5px 0px;
    text-align:center;
    background:#595e6e url(../images/login_01.png);
    font-family:Arial;
    display:inline-block;
    vertical-align:middle;
    animation: Verificationbg 30s linear infinite; 
    color:#eee;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    margin-left:4px;
}
.num2{
	width:50px;
	height:32px;
    padding:5px 0px;
	line-height:32px;
    background:#595e6e url(../images/login_01.png);
	text-align:center;
    display:inline-block;
    vertical-align:middle;
    animation: Verificationbg 30s linear infinite;
    color:#eee;
}
.num1 img,.num2 img{
    vertical-align:middle;
}
.add{
    width:30px;
	height:32px;
    padding:5px 0px;
	line-height:32px;
    text-align:center;
    background:#595e6e url(../images/login_01.png);
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
    color:#eee;
    animation: Verificationbg 30s linear infinite;
}
.equal{
    width:50px;
	height:32px;
	line-height:32px;
    padding:5px 0px;
    text-align:center;
    background:#595e6e url(../images/login_01.png);
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
    color:#eee;
    animation: Verificationbg 30s linear infinite;
}
.sum{
	text-align:center;
	width:calc(100% - 190px);
	height:40px;
	line-height:40px;
	border:1px solid #ccc;
    border-left:0;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.map_main{
	max-width:1200px;
	min-height:500px;
	margin:0 auto;
	background:#fff;
	padding-bottom:10px;
}
@media screen and (max-width: 1200px){
	.map_main{
		margin:0px 10px;
	}
}
.map_title{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:35px;
	line-height:35px;
	padding:10px 15px 0px 15px;
	clear:both;
}
.map01{
	padding:0px 15px 0px 5px;
	clear:both;
	line-height:25px;
}
.map01 li{
	float:left;
	width:10%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-indent:10px;
}
@media screen and (max-width: 1000px){
	.map01 li{
		width:12.5%;
	}
}
@media screen and (max-width: 750px){
	.map01 li{
		width:25%;
	}
}
@media screen and (max-width: 500px){
	.map01 li{
		width:50%;
	}
}
.map02{
	padding:0px 15px 0px 5px;
	clear:both;
	line-height:25px;
}
.map02 li{
	float:left;
	width:25%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-indent:10px;
}
@media screen and (max-width: 750px){
	.map02 li{
		width:50%;
	}
}
.app_warpper{
	width:100%;
	margin:0 auto;
	background:#90c400;
}
@media screen and (max-width: 1000px){
	.app_warpper {
		min-height:calc(100% - 100px);
	}
}
.app_main{
	max-width:1200px;
	min-height:650px;
	background:url(../images/app.png) no-repeat left center;
	margin:0 auto;
	clear:both;
	padding:50px 0px;
	position:relative;
}
@media screen and (max-width: 1000px){
	.app_main {
		min-height:auto;
		background:none;
	}
}
.app_main ul{
	max-width:400px;
	right:0px;
	top:50%;
	transform:translate(0%, -50%);
	position:absolute;
}
@media screen and (max-width: 1000px){
	.app_main ul{
		position:static;
		margin:auto;
	}
}
.app_main li{
	float:left;
	width:50%;
	height:180px;
	line-height:30px;
	text-align:center;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	color:#fff;
	font-weight:500;
}
@media screen and (max-width: 1000px){
	.app_main li{
		display:none;
	}
	.app_main li:nth-child(1),.app_main li:nth-child(3){
		display:block;
	}
}
.app_main li a{
	width:131px;
	height:131px;
	line-height:128px;
	border:1px solid #fff;
	border-radius:50%;
	display:inline-block;
}
.app_main li svg{
	width:60px;
	fill:#fff;
	vertical-align:middle;
}
.app_main li img{
	width:133px;
	max-width:133px;
	vertical-align:top;
}
.app_main .tipbar{
    font-size:14px;
    font-family:Arial,"微软雅黑";
	display:none;
	text-align:center;
}
.app_main .buttonbar{
    padding:20px 0px;
    clear:both;
	text-align:center;
	display:none;
}
@media screen and (max-width: 1000px){
	.app_main .tipbar,.app_main .buttonbar{
		display:block;
	}
}
.copyValue{
    width:1px;
    height:1px;
    line-height:1px;
    text-indent:1px;
    padding:0px;
    margin:0px;
    border:0px;
    background:none;
}
.app_main .copy{
    cursor:pointer;
	border-radius: 3px;
    padding:10px 16px;
	border:1px solid #fff;
    color:#fff;
}
.coupon_warpper{
	width:100%;
	min-height:calc(100% - 315px);
	margin:0 auto;
	background:#303438;
}
@media screen and (max-width: 1000px){
	.coupon_warpper{
		min-height:calc(100% - 100px);
	}
}
.coupon_main{
	max-width:900px;
	margin:0 auto;
	padding:20px;
	color:#fff;
}
.coupon_main ul{
	padding-top:30px;
}
.coupon_main li{
	width:33.333%;
	text-align:center;
	height:160px;
	float:left;
}
@media screen and (max-width: 1000px){
	.coupon_main li{
		width:100%;
		height:140px;
	}
}
.tips_main{
	max-width:1200px;
	background:#fff;
	margin:0 auto;
	padding-bottom:10px;
	min-height:400px;
}
@media screen and (max-width: 1000px){
	.tips_main{
		margin:0px 10px;
	}
}
.tips_content{
	line-height:20px;
	text-align:justify;text-justify:inter-ideograph;
	padding:10px 10px 0px 10px;
}
.tips_content p{
	padding-bottom:8px;
}
.list_main{
	max-width:1210px;
	min-height:800px;
	margin:0 auto;
	padding:5px 5px 5px 5px;
	clear:both;
}
.list_main .list03img {
    aspect-ratio: 1/1;
}
.news_main{
	max-width:1210px;
    min-height:600px;
	margin:0 auto;
	clear:both;
    padding-top:5px;
}
@media screen and (max-width: 1200px){
	.news_main{
		margin:0px 5px;
  }
}
.search_box{
    width:276px;
	height:45px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.text01{
	width:210px;
	height:33px;
	padding-left:5px;
	background:#fff;
    border:1px solid #fff;
    border-right:0px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	text-indent: 10px;
}
.search_button{
	width:55px;
	height:35px;
	cursor:pointer;
    color:#fff;
	background:#ff0204;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.help_main{
	max-width:1180px;
	min-height:600px;
	margin:0 auto;
	background:#fff;
	clear:both;
	padding:10px 10px 10px 10px;
}
@media screen and (max-width: 1200px){
	.help_main{
		margin:0px 10px;
  }
}
.store_main{
	max-width:1160px;
	min-height:650px;
	margin:0 auto;
	background:#fff;
	padding:10px 20px 20px 20px;
}
.store_main .list04img{
	width:120px;
	height:120px;
    border-radius:50%;
}
.store_main .list04rihgt{
	padding-left:135px;
}
/*列表01*/
.list01{
	width:auto;
	line-height:40px;
}
.list01 a:hover{
	color:#2b98b9;
}
.list01 li{
	width:calc(50% - 10px);
	margin:0px 5px;
	float:left;
	background:url(../images/li.png) no-repeat left center;
	text-indent:10px;
	border-bottom:1px dashed #ddd;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 750px){
	.list01 li{
		width:auto;
		float:none;
		margin:0px 5px;
  }
}
/*列表01*/
/*列表03*/
.list03{
	width:auto;
	clear:both;
}
.list03 ul{
	margin:0px 0px;
}
.list03 li{
	width:20%;
	padding:5px 0px;
	float:left;
}
@media screen and (max-width: 800px){
	.list03 li{
		width:25%;
	}
}
@media screen and (max-width: 600px){
	.list03 li{
		width:50%;
	}
}
.list03img{
	width:auto!important;
	aspect-ratio:1/0.7;
	margin:0px 5px;
    overflow:hidden;
}
.list03img span{
	width:auto;
	height:100%;
	display:none;
	text-align:right;
	position:relative;
	background:rgb(0,0,0);
    filter:alpha(opacity=0);
    background: rgba(0,0,0,0.0);
}
.list03img:hover span{
	display:block;
}
.list03img a{
	display:block;
    width:100%;
	height:100%;
	overflow:hidden;
}
.list03title{
	height:18px;
	line-height:18px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	margin:0px 5px;
	padding:5px;
	background:#eee;
}
.list03data{
	height:20px;
	line-height:normal;
	margin:-2px 5px 0px 5px;
	padding:0px 5px;
	color:#aaa;
	background:#eee;
	overflow-x: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list03bar{
	height:22px;
	line-height:normal;
	margin:0px 5px;
	padding:0px 5px;
	color:#aaa;
	background:#eee;
	overflow-x: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list03bar span {
    color: #ed2f71;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 12px;
    vertical-align:middle;
}
.list03data svg,.list03bar svg{
    width:12px;
    fill:#bbb;
    padding-right:1px;
    vertical-align:middle;
    margin-top:-2px;
}
/*列表03*/
/*列表04*/
.list04{
	width:auto;
	clear:both;
}
.list04 li{
	width:calc(50% - 30px);
	float:left;
	padding:10px 10px 10px 10px;
	margin:5px 5px;
	background:#fff;
}
@media screen and (max-width: 750px){
	.list04 li{
		width:calc(100% - 20px);
        margin:5px 5px;
  }
}
.list04img{
	width:155px;
	height:100px;
	float:left;
	overflow:hidden;
}
@media screen and (max-width: 800px){
	.list04img{
		width:110px;
	    height:80px;
  }
}
.list04img a{
	height:100%;
	display:block;
}
.list04right{
	padding-left:165px;
}
@media screen and (max-width: 800px){
	.list04right{
		padding-left:120px;
  }
}
.list04title{
	line-height:18px;
	font-size:14px;
	font-weight:600;
	font-family:"微软雅黑";
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list04content{
	padding-top:5px;
	height:54px;
	text-indent:2em;
	line-height:18px;
	text-align:justify;
	text-justify:inter-ideograph;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    line-clamp: 3;
    overflow:hidden;
}
@media screen and (max-width: 800px){
	.list04content{
        height:36px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}
.list04bar{
	padding-top:6px;
	color:#aaa;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list04bar svg{
    width:12px;
    fill:#bbb;
    padding-right:1px;
    vertical-align:middle;
    margin-top:-2px;
}
/*列表04*/
/*分页*/
.pagebar{
	padding-top:10px;
	clear:both;
	text-align:center;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.pagebar span{
	height:35px;
	padding:0px 8px;
}
.pagebar span.pageActive{
	font-weight:500;
    color:#2b98b9;
}
.pagebar span.pageEllipsis{
	background:none;
}
/*分页*/
/*详情页01*/
.detail_main{
	max-width:1180px;
	min-height:500px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
@media screen and (max-width: 750px){
	.detail_main{
		  margin:0px 10px;
	}
}
.detail_title{
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:10px 10px;
    clear:both;
}
.ProductDetail01_center .detail_title{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
	text-align:left;
	background:none;
	padding:0px;
}
.ArticleDetail02 .detail_title{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	padding-top:15px;
	text-align:center;
	background:none;
}
.detailBar{
	line-height:30px;
	height:30px;
	color:#aaa;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-top:10px;
}
.detailBar svg{
    width:12px;
    fill:#bbb;
    padding-right:1px;
    vertical-align:middle;
    margin-top:-2px;
}
.detailBar a{
	color:#aaa;
}
.ArticleDetail02 .detailBar{
	line-height:25px;
	height:25px;
	padding-top:0px;
}
.detail_content{
	padding-top:10px;
	line-height:22px;
}
.detail_content img,.detail_file img{
	max-width:100%;
    display:block;
    margin:10px auto 0px auto;
}
.detail_content p{
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:10px;
}
.detail_content>p:last-child{
    margin-bottom:0px;
}
.afterSale{
	padding-top:10px;
	line-height:22px;
}
.afterSale p{
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:10px;
}
.afterSale p{
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:10px;
}
.detail_file{
	text-align:center;
}
.detail_content video{
    max-width:100%;
    margin:0 auto;
}
/*详情页01*/
/*文章详情页 注：用了01的样式*/
.ArticleDetail01{
	max-width:1200px;
	margin:auto;
	background:#ededed;
	padding:10px 0px;
	overflow:hidden;
}
@media screen and (min-width: 1000px){
	.ArticleDetail01{
		padding:10px calc((100% - 1200px) / 2 );
  }
}
@media screen and (max-width: 1000px){
	.ArticleDetail01{
        width:100%;
		padding:0px;
		margin:0px;
        background:#eee;
  }
}
.ArticleDetail01_left{
	width:calc(100% - 320px);
	height:500px;
	overflow:hidden;
	float:left;
    background:#fff;
}
.ArticleDetail01_left .slide{
    height:100%;
}

@media screen and (max-width: 1000px){
	.ArticleDetail01_left{
		width:100%;
        height:auto;
        aspect-ratio:1/0.6;
		float:none;
	}
}
.ArticleDetail01_right{
	width:280px;
	height:480px;
	float:right;
	background:#fff;
	padding:10px 15px;
}
@media screen and (max-width: 1000px){
	.ArticleDetail01_right{
        padding:10px;
		width:calc(100% - 20px);
		height:auto;
		float:none;
		background:none;
	}
}
.userbox{
    text-align:center;
    height:auto;
    padding:10px 0px;
}
.loginUser{
    width:100px;
    height:100px;
    line-height:100px;
    border-radius:50%;
    overflow:hidden;
    margin: auto;
    background:#00b7ee;
}
.loginUser a{
    height:100%;
    display:block;
}
.loginUser svg{
    width:50%;
    vertical-align:middle;
    fill:#fff;
}
.username{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.username svg{
    width:14px;
    vertical-align:middle;
    fill:#00b7ee;
    margin-top:-2px;
}
.username .warning svg{
    fill:#ed2f71;
}
.occupation{
	height:20px;
	line-height:20px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.description{
	line-height:20px;
	height:auto;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 0px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.DetailService{
	padding-top:10px;
	text-align:center;
}
.DetailService p{
	text-align:left;
}
.DetailService span{
	color:#999;
}
.DetailService li{
	width:50%;
	float:left;
	line-height:22px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.DetailService img{
	vertical-align:middle;
}
.DetailService a{
	margin:0 3px;
}
.download{
    min-width:80px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.show{
    min-width:80px;
	height:35px;
    line-height:35px;
	background:#ffb902;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
span.show,span.download{
	color:#fff;
}
.ArticleDetail02{
	max-width:1200px;
	min-height:450px;
	margin:0 auto;
	clear:both;
	background:#fff;
    padding-bottom:10px;
	overflow:hidden;
}
@media screen and (max-width: 1000px){
	.ArticleDetail02{
		margin:0px 10px;
	}
}
.tabsTitle{
	height:35px;
	background:#ddd;
}
.tabs li{
	text-align:center;
	line-height:35px;
	float:left;
	cursor:pointer;
	list-style-type:none;
	font-size:14px;
	font-weight:500;
	font-family:"微软雅黑";
	padding:0px 20px;
}
.tabs li.active{
	height:35px;
	background:#fff;
	border-top:1px solid #ed145b;
}
.panes{
	height:auto;
    padding:0px 10px;
}
.Attribute{
   clear:both;
   margin-top:10px;
}
.Attribute ul{
    display: flex;
    flex-wrap: wrap;
}
.Attribute li{
	float:left;
	line-height:16px;
	width:calc(15%  - 9px);
	align-items: flex-start;
	border:1px solid #ddd;
	padding:8px 4px;
	margin:-1px 0px 0px -1px;
}
.Attribute li:nth-child(odd){
	width:calc(10%  - 9px);
	background:#f6f6f6;
}
.Attribute li:nth-child(8n){
	flex-grow: 1;
}
.Attribute li:last-child{
	flex-grow: 1;
}
@media screen and (max-width: 800px){
	.Attribute li{
		width:calc(25%  - 9px);
	}
	.Attribute li:nth-child(odd){
		width:calc(25%  - 9px);
	}
	.Attribute li:nth-child(4n){
		flex-grow: 1;
	}
}

/*文章详情页 注：用了01的样式*/
/*产品详情页 注：第二部分用了文章详情页样式*/
.ProductDetail01{
	max-width:1200px;
	margin:auto;
	background:#ededed;
    padding:10px 0px;
	display: flex;
    flex-wrap: wrap
}
@media screen and (min-width: 1200px){
	.ProductDetail01{
		 padding:10px calc((100% - 1200px) / 2 );
	}
}
@media screen and (max-width: 750px){
	.ProductDetail01{
         background:#f5f5f5;
		 padding:0px;
		 margin:auto;
	}
}
.ProductDetail01_left{
	width:450px;
    height:450px;
	float:left;
}
@media screen and (max-width: 750px){
	.ProductDetail01_left{
		 width:100%;
		 aspect-ratio:1/1;
		 float:none;
	}
}
.ProductDetail01_center{
	width:calc(100% - 750px);
	float:left;
	padding:0px 15px;
}
@media screen and (max-width: 1000px){
	.ProductDetail01_center{
		 width:calc(100% - 470px);
		 padding:10px;
	}
}
@media screen and (max-width: 750px){
	.ProductDetail01_center{
		 width:calc(100% - 20px);
		 float:none;
	}
}
.ProductDetail01_right{
	width:250px;
	height:430px;
	background:#fff;
	padding:10px 10px;
}
@media screen and (max-width: 1000px){
	.ProductDetail01_right{
		 width:calc(100% - 20px);
		 height:auto;
		 float:none;
	}
}
.detail_tip{
	line-height:20px;
	min-height:40px;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 0px 0px 0px;
	margin-bottom:10px;
}
.detail_tip span{
	color:#ed2f71;
}
.ProductDetail01_center li{
	min-height:35px;
	line-height:30px;
}
.ProductDetail01_center li svg{
    height:13px;
    fill:#ed2f71;
    vertical-align:middle;
    margin:-2px 1px 0px 1px;
}
.ProductDetail01_center label{
	display:inline-block;
	position:relative;
	padding:0px 5px;
	text-align:center;
    margin:2px 4px 2px 0px;
}
.ProductDetail01_center input[type="radio"] {
	position:absolute;
	left:0px;
    width:100%;
    height:27px;
	line-height:27px;
    outline:none;
    -webkit-appearance: none;
    border:1px solid #999;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    vertical-align:middle;
    cursor:pointer;
	border:1px solid #ccc;
}
.ProductDetail01_center input[type="radio"]:checked {
    background: none;
    border: 1px solid #e60012;
}
.price{
	font-family:"微软雅黑";
	font-size:25px;
	color:#ed2f71;
	font-weight:bold;
}
.decoration{
	text-decoration:line-through;
	color:#bbb;
}
.number{
	width:50px;
	height:25px;
	text-align:center;
	border:1px solid #ccc;
}
.buttonbar{
	padding-top:10px;
	text-align:center;
	clear:both;
}
.buttonbar li{
	display:inline-block;
}
.buybtn{
    width:110px;
    height:42px;
    line-height:42px;
    background:#f69;
    cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	margin:0px 5px 0px 0px;
    display:inline-block;
}
.cartbtn{
    width:110px;
    height:42px;
    line-height:42px;
    background:#f93;
    cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	margin:0px 0px 0px 5px;
    display:inline-block;
}
.buybtn:hover,.cartbtn:hover {
    color:#fff;
}
.buybtn svg,.cartbtn svg{
    height:18px;
    fill:#fff;
    vertical-align: middle;
    margin-right:3px;
    margin-top:-2px;
}
a.buybtn svg,a.cartbtn svg {
    height:20px;
    margin-top:-2px;
}
.storename{
	height:22px;
	line-height:20px;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.storename svg{
    width:14px;
    vertical-align:middle;
    fill:#ed2f71;
    margin-top:-2px;
}
/*产品详情页 注：第二部分用了文章详情页样式*/
/*详情页幻灯片*/
.slide{
	width:auto;
	position:relative;
	margin:0 auto;
	background-size:cover;
	overflow:hidden;
    height:450px;
}
.main_image {
	margin:0px auto;
	width:100%; 
	height:100%;
	overflow:hidden; 
	position:relative;
}
.main_image ul {
    height:100%;
}
.main_image li{
    height:100%;
    background:#fff;
	overflow:hidden; 
}
.main_image a{
    width:100%;
	height:100%;
	display:block;
}
.flicking_con{
	position:absolute;
	height:22px;
    bottom:0px;
    text-align:center;
    color:#fff;
    font-size: 14px;
    width: 100%;
    left: 0;
    right: 0;
}
.flicking_con .flicking_inner {
	position:absolute;
	display:inline-block;
    width: auto;
	left:50%;
	transform:translate(-50%,0%);
	
}
.flicking_con li{
	background:#000; 
	display: inline-block;
    height: 12px;
    width: 12px;
	border-radius:50%;
	margin:0px 2px;
    cursor:pointer;
}
.flicking_con li.on {
	background:#ff0204;
}
/*详情页幻灯片*/
.select01{
	display:inline-block;
}
.selectbox-wrapper{
	border:#ccc 1px solid; 
	width:154px;
	position:absolute;
	background:#fff; 
	text-align: left;
    margin:-1px 0px 0px 3px;
    z-index:10000000;
}
.selectbox-wrapper UL LI.selected {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI.current {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI {
	padding:3px;
    cursor:pointer;
	line-height:18px;
}
.selectbox{ 
    border:none;
	display:inline-block;
	padding:0px 4px;
	cursor: pointer; 
	height:25px;
    line-height:25px;
	background:#fff url(../images/select.png) no-repeat right center;
    border:1px solid #ccc;
    margin:0px 0px 0px 3px;
	color:#555;
}
/*列表评论*/
.textarea02{
    width:calc(100% - 8px);
    height:80px;
    line-height:20px;
    border:1px solid #ccc;
    padding:3px;
    display:inline-block;
}
.button01{
    min-width:100px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.headImg01{
    width:36px;
    height:36px;
    float:left;
     -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    overflow:hidden;
}
.headImg01 a {
    height:100%;
    display: block;
}
.DiscussAdd{
    min-height:144px;
    padding:15px 15px 5px 15px;
    background:#f5f5f5;
    margin:10px 0px 0px 0px;
}
.DiscussAdd li{
    min-height:20px;
    padding-bottom:10px;
}
.DiscussAdd li span{
    line-height:35px;
}
.DiscussAdd_right{
	float:right;
}
.DiscussAdd .imgbox01,.ReplyAdd .imgbox01{
	width:37px;
	height:37px;
	overflow:hidden;
	float:left;
}
.DiscussAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail02{
    width:35px;
    height:35px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    border:1px solid #eee;
    margin:0px;
    text-align:center;
    overflow:hidden;
}
.DiscussAdd .imgbox01 .thumbnail span,.ReplyAdd .imgbox01 .thumbnail02 span {
	width:auto;
	height:30px;
	text-align:center;
	padding:2px;
	font-size:14px;
	font-weight:500;
	display:none;
	position:relative;
	color:#fff;
	background:rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
	cursor:default;
}
.imgbox01 .thumbnail span img:hover,.imgbox01 .thumbnail02 span img:hover{
	cursor:pointer;
}
.imgbox01 .thumbnail:hover span,.imgbox01 .thumbnail02:hover span{
	display:block;
}
.Discuss{
	clear:both;
    padding:20px 0px 0px 0px;
}
.Discuss li{
	clear:both;
	min-height:45px;
	padding-bottom:5px;
}
.Discuss_right{
	padding-left:41px;
	width:auto;
	height:auto;
}
.Discuss_centent{
	width:auto;
	height:auto;
	line-height:20px;
}
.Discuss_centent span{
	color:#2b98b9;
}
.Discuss_centent img{
    height:25px;
    display:block;
}
.Discussdate{
	color:#999;
	line-height:20px;
}
.Discussdate a{
	color:#2b98b9;
}
.Discussdate span{
	color:#2b98b9;
	cursor:pointer;
}
.Reply{
	padding-left:36px;
}
.ReplyAdd{
	width:auto;
    padding:0px 20px 0px 0px;
    clear:both;
}
/*列表评论*/
/*点击弹出窗口开始*/
.clickbtn01{
	cursor:pointer;
}
.overlayerbg{
	background-color:#666;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.showbox{
	position:absolute;
	width:640px;
	height:auto;
	z-index:100;
	background:#fff;
	display:none;
    transform:translate(-50%, -50%);
}
@media screen and (max-width: 750px){
	.showbox{
		width:calc(100% - 20px);
	}
}
.showbox_top{
	height:30px;
	border-bottom:1px solid #ddd;
    padding:5px 12px 10px 7px;
}
.showbox_top .secondary{
    vertical-align:middle;
    padding-left:5px;
 }
.close{
    line-height:30px;
	float:right;
	text-align:right;
	font-family:Arial;
	font-size:15px;
    cursor:pointer;
    position:relative;
    top:16px;
}
.close:before{
    content:"";
    background:#555;
    width:1.2px;
    height:15px;
    display:inline-block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%,-50%) rotate(-45deg);
}
.close:after{
    content:"";
    background:#555;
    width:1.2px;
    height:15px;
    display:inline-block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(50%,-50%) rotate(45deg);
}
.showbox_content{
	height:360px;
	overflow-y:scroll;
	padding:10px 5px 10px 5px;
}
@media screen and (max-width: 750px){
	.showbox_content{
		height:310px;
	}
}
.showbox_content li{
	width:calc(20% - 10px);
	float:left;
	text-align:center;
	float:left;
	overflow:hidden;
    padding:0px 5px;
}
@media screen and (max-width: 750px){
	.showbox_content li{
		width:calc(25% - 10px);
	}
}
.popupImg{
	display:block;
	width:100%!important;
	height:80px;
	cursor:pointer;
	overflow:hidden;
}
.showbox_content span{
	display:block;
	height:25px;
	line-height:23px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow:hidden;
	padding:0px 5px 0px 5px;
    color:#999;
}
.showbox_content i{
    font-style:normal;
}
/*点击弹出窗口结束*/
/*相册全屏查看*/
#fullscreenSlideshowContainer{
	background:#343943;
    overflow:hidden;
}
#fullscreenSlideshowContainer .ui {
	position:absolute;
	z-index:10;
}
#fullscreenSlideshowContainer img{
	max-width:100%;
}
#fs-loader{
	width:100px;
	height:100px;
	line-height:100px;
    border-radius:50%;
	text-align:center;
	font-size:18px;
    background:#343943;
	color:#fff;
    top:calc(50% - 50px);
	left:calc(50% - 50px);
}
#fs-prev,#fs-next,#fs-close{
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:50%;
	text-align:center;
	cursor: pointer;
	background:#000;
}
#fs-close {
	top:10px;
	right:10px;
}
#fs-close:before{
	content:"";
	height:18px;
	width:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(50%,-50%) rotate(45deg);
}
#fs-close:after{
	content:"";
	height:18px;
	width:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(50%,-50%) rotate(-45deg);
}
#fs-prev,#fs-next {
	top:50%;
	margin-top:-18px;
}
#fs-prev {
	left:10px;
}
#fs-prev:before{
	content:"";
	height:10px;
	width:10px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-25%,-50%) rotate(45deg);
}
#fs-next {
	right:10px;
}
#fs-next:before{
	content:"";
	height:10px;
	width:10px;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-75%,-50%) rotate(45deg);
}
#fs-caption {
	bottom:0px;
	text-align:center;
	width:100%;
	left:0;
	line-height:35px;
	display:none;
	background:#000;
	color:#fff;
	font-size:16px;
}
/*相册全屏查看*/