:root {
  --width:1920
}
@media (max-width:1920px) {
  :root {
    --width:1920
  }
}
@media (max-width:1280px) {
  :root {
    --width:1280
	}
}


@media (max-width:768px) {
  :root {
    --width:768
  }
}

.white{
	color:#ffffff;
}
.black{
	color:#1D2129;
}
.ac{
	text-align:center;
}
.al{
	text-align:left;
}
.ar{
	text-align:right;
}
.container {
  margin: auto;
  max-width: calc(1400/var(--width)*100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

h2 {
  font-size: calc(56/var(--width)*100vw);
  line-height: calc(64/var(--width)*100vw);
  font-weight: 400;
  width:100%;
  margin:0;
}

h5 {
  font-size: calc(22/var(--width)*100vw);
  line-height: calc(32/var(--width)*100vw);
  font-weight: 400;
  width:100%;
  color:#777777;
  margin:20px auto;
}

p {
  font-size: calc(18/var(--width)*100vw);
  line-height: calc(32/var(--width)*100vw);
  opacity: .85;
  width:100%;
}

nav{
	width:100%;background-color: #3399ff;padding:5px 0;height:60px;
}
nav a{
	width:33%;
	display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
	color:#fff;
}
img { max-width: 100%;}
a {
    color: #1C5AA2;
    font-size: 100%;
    text-decoration: none;
}
.bg_white{
	background-color:#FFFFFF;
	color:#000000;
}
.bg_red{
	background-color:#FF0000;
	color:#000000;
}
.bg_blue{
	background-color:#0000FF;
	color:#000000;
}
.bg_gray{
	background-color:#888888;
	color:#000000;
}
.bg_green1{
	background-color:#AAFFAA;
	color:#000000;
}
.bg_green2{
	background-color:#77CC77;
	color:#FFFFFF;
}

.btn_gray_close{
	background-color:#888;width:16px;height:16px;float:left;font-size:14px;line-height:16px;text-align:center;color:#FFF;padding:0;
}
.btn_gray{
	-webkit-appearance:none;
	background: none repeat scroll 0 0 #888888;
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    display: block;
    text-align: center;
	padding:0;
}
.btn_blue{
	font-size: calc(24/var(--width)*100vw);
	-webkit-appearance:none;
	background: #0088F7;
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: calc(4/var(--width)*100vw);
    color: #fff;
    cursor: pointer;
    font-size: calc(24/var(--width)*100vw);
    overflow: hidden;
    display: block;
    text-align: center;
	padding:0;
	width: calc(216/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
	line-height: calc(64/var(--width)*100vw);
}
.btn{
	font-size: calc(24/var(--width)*100vw);
	-webkit-appearance:none;
    background: #E4393C;
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: calc(4/var(--width)*100vw);
    color: #fff;
    cursor: pointer;
	font-size: calc(24/var(--width)*100vw);
    overflow: hidden;
    display: block;
    text-align: center;
	padding:0;
	width: calc(216/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
	line-height: calc(64/var(--width)*100vw);
}
.fl{	float:left;}
.fr{	float:right;}
.fwb{	font-weight:bold;}
.tar{	text-align:right;}
.tal{	text-align:left;}
.tac{	text-align:center;}
.w10r{	width:10%;}
.w20r{	width:20%;}
.w25r{	width:25%;}
.w30r{	width:30%;}
.w40r{	width:40%;}
.w50r{	width:50%;}
.w60r{	width:60%;}
.w70r{	width:70%;}
.w80r{	width:80%;}
.w90r{	width:90%;}
.w100r{	width:100%;}
.w10{	width:10px;}
.w20{	width:20px;}
.w30{	width:30px;}
.w40{	width:40px;}
.w50{	width:50px;}
.w60{	width:60px;}
.w70{	width:70px;}
.w80{	width:80px;}
.w100{	width:100px;}
.w120{	width:120px;}
.w160{	width:160px;}
.w180{	width:180px;}
.w200{	width:200px;}
.w220{	width:220px;}
.w240{	width:240px;}
.w300{	width:300px;}
.w320{	width:320px;}
.w360{	width:360px;}
.w400{	width:400px;}
.w500{	width:500px;}
.h10{	height:10px;	line-height:10px;}
.h12{	height:12px;	line-height:12px;}
.h13{	height:13px;	line-height:13px;}
.h14{	height:14px;	line-height:14px;}
.h20{	height:20px;	line-height:20px;}
.h28{	height:28px;	line-height:28px;}
.h30{	height:30px;	line-height:30px;}
.h36{	height:36px;	line-height:36px;}
.h40{	height:40px;	line-height:40px;}
.h50{	height:50px;	line-height:50px;}
.h60{	height:60px;	line-height:60px;}
.h80{	height:80px;	line-height:80px;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.p10{padding:10px !important;}
.p20{padding:20px !important;}
.mt10{	margin-top:10px !important;}
.mt20{	margin-top:20px !important;}
.mt30{	margin-top:30px !important;}
.mt50{	margin-top:50px !important;}
.mt80{	margin-top:80px !important;}
.mt100{	margin-top:100px !important;}
.ml20{	margin-left:20px !important;}
.ml50{	margin-left:50px !important;}
.ml60{	margin-left:60px !important;}
.mb20{	margin-bottom:20px !important;}
.mb10{	margin-bottom:10px !important;}
.mb50{	margin-bottom:50px !important;}
.mb100{	margin-bottom:100px !important;}
.mr20{	margin-right:20px !important;}
.mr30{	margin-right:30px !important;}
.mr50{	margin-right:50px !important;}
.ml0{	margin-left:0px !important;}
.ml10{	margin-left:10px !important;}
.mr10{	margin-right:10px !important;}
.pl10{	padding-left:10px !important;}
.pl20{	padding-left:20px !important;}
.pl40{	padding-left:40px !important;}
.f8{	font-size:8px;}
.f9{	font-size:9px;}
.f10{	font-size:10px;}
.f11{	font-size:11px;}
.f12{	font-size:12px;}
.f14{	font-size:14px;}
.f16{	font-size:16px;}
.f18{	font-size:18px;}
.f20{	font-size:20px;}
.f22{	font-size:22px;}
.f24{	font-size:24px;}

.addwx{
	position:fixed;
	top:200px;
	right:3px;
	width:20px;
	height:100px;
	float:right;
}
footer{
	width:100%;
	background-color: #010B1B;
	color: #fff;
	padding-bottom: calc(40/var(--width)*100vw);
	position: relative;
	z-index: 10;
}
.icp{
  border-top: 0px solid rgba(217,217,217,0.25);
  margin-top: calc(120/var(--width)*100vw);
  padding-top: calc(40/var(--width)*100vw);
  font-size: calc(14/var(--width)*100vw);
  opacity: .65;
  font-weight: normal;
  min-height:calc(100/var(--width)*100vw);
}

.icp .copyright{
	font-size: calc(14/var(--width)*100vw);
	width:100%;
	text-align:center;
}
.icp .powered{
	font-size: calc(14/var(--width)*100vw);
	width:100%;
	text-align:center;
}
.center{
	text-align:center;
}
.top{
    width:100%;
	background-color:#fff;
    
}
.top a{
    width:80%;
    float:left;
     display:block;
    
}

.top .jczx{
    margin:2%;
    width:18%;
    float:right;
}
.nav{
   width:100%;
}
.friend{
    font-size:100%;
    clear: both;
    background-color: #FFFFFF;
    margin: 10px 8px;
    padding: 10px;
	float:right;
}
.navitems {
    background-color:#ffffff;
    border-top: 1px solid #386FB1;
    border-bottom: 1px solid #386FB1;
    clear: both;    
    padding: 4px 0;
    text-align: center;
    position:relative;
    height:62px;
}
.navitems li {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 18%;
    float:left;
}
.navitems li a {
    color: #1C5AA2;
    display: block;
    font-size: 18px;
}
.product{
	width:100%;
	position:relative;
}
.product li{
	float:left;
	min-height:40px;
	text-align:center;
	border-bottom:1px dashed #EEE;
}

.mypos{
    margin:8px 0;
    background-color: #FFFFFF;
    font-size:100%;
    height: auto;
    line-height: normal;
    padding: 12px 8px;
    clear: both;
}
.cps{
    width:100%;
    clear: both;
}
.cps .title{
    background-color: #FFFFFF;
    margin: 8px 0;
    font-size: 22px;
    line-height: 32px;
    padding: 5px 16px;
    text-align: left;
    clear: both;
}
.cps h1{
    background-color: #FFFFFF;
    margin: 8px 0;
    font-size: 22px;
    line-height: 32px;
    padding: 5px 16px;
    text-align: left;
    clear: both;
}
.cps .info{
    font-size: 14px;
    line-height: normal !important;
    clear: both;
    background-color: #FFFFFF;
    margin: 8px 0;
    padding:  10px;
}
.cps .desc{
    color: #888888;
    font-size: 14px;
    clear: both;
    background-color: #FFFFFF;
    margin: 8px 0;
    padding: 0 10px;
}
.cps .content{
    font-size:100%;
    clear: both;
    background-color: #FFFFFF;
    margin: 8px 0;
    padding: 10px;
}

.cps .content p{
    margin:18px 0;
}
.cps .sz{
    font-size:100%;
    clear: both;
    background-color: #FFFFFF;
    margin: 8px 0;
    padding: 10px;
}
.cps .answer{
    font-size:100%;
    clear: both;
    background-color:#FFC266;
    margin:  8px 0;
    padding: 10px;
}
.cps .updown{
    font-size:100%;
    clear: both;
    background-color: #FFFFFF;
    margin: 8px 0;
    padding: 10px;
}

.cps .page{
    padding: 10px;
    text-align:center;  
    background-color: #FFFFFF;
    margin: 8px 0;
    line-height:28px;
    height:160px;
	clear:both;
}
.cps .page a{
    color:#0000FF;
    text-decoration:none;
}
.cps .page ul{
	 list-style-type: none;
	 margin:0px;
	 padding:0px;
}
.cps .page li{
	 border:0px;
	 float:left;
	 font-size:14px;
	 margin-right:10px;	 
}

.cps .page .prev {
    font-weight: 700;
    height: 30px;
    width: 68px;
    color: #777;
}
.cps .page i, .cps .page a {
    border-radius: 2px;
    display: inline-block;
    font-family: "Tahoma";
    font-size: 14px;
    line-height: 30px;
    margin-right: 5px;
	margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
}

.cps .page .curr {
    border: 1px solid #E1292B;
    color: #E1292B;
    font-weight: 700;
	padding:0 8px;
}
.cps .page .next {

}

.cps .page a {
	height: 30px;
	padding:0 8px;
    border: 1px solid #ccc;
    color: #777;
}
.cps .page a:hover {
    background: none repeat scroll 0 0 #FA98A1;
    border: 1px solid #E1292B;
    color: #fff;
}

.cps p img{
	vertical-align:top;
	margin:0;
	padding:0;
}
.cps .tt{
    background-color: #3399ff;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 32px;
    padding:0 10px;
}
.cps .cc{
    font-size: 16px;
    line-height: 26px;
}
.refer{
    margin: 8px 0;
    background-color: #FFFFFF;
}
.refer li{
    border-bottom: 1px solid #EAEAEA;
    height: auto;
    overflow: hidden;
    padding: 4px 16px;
    position: relative;
}
.refer .tt{
    font-size:18px;
    border-bottom: 1px solid #999999;
}

.orderform{
    margin:8px;
    padding: 10px;
    background-color: #FFFAF2;
    clear:both;
    border: 4px solid #FFC266;  
}
.orderform .title{
    font-size:18px;
    line-height:32px;
    border-bottom:1px solid #999999;
    color:green;
}
.orderform li{
    border-bottom: 1px solid #EAEAEA;
    height: auto;
    overflow: hidden;
    padding: 4px 0;
    position: relative;
}
.orderform input{
    width:90%;
}
.orderform .dxk{
   width:20px;
}
.orderform textarea{
   width:90%;
   height:80px;
}


.productlist{
    margin: 8px;
    background-color: #FFFFFF;
    clear:both;
}
.productlist .tt{
    font-size:18px;
    border-bottom: 1px solid #999999;
    line-height:32px;
}
.productlist .item{
    width:32%;
    float:left;
    margin:0.5%;
}
.productlist .item img{
    display: inline-block;
    margin-bottom: 5px;
    width: 90%;
    text-align:center;
    border-bottom:1px solid #EEEEEE;
}
.productlist .item span{
    width:90%;
    display: block;
}
.productlist .item .buybtn{
    width:64px;
    height:22px;
    border:0px;
}
.clear{
    clear:both;
}
body {
    background-color: #FFFFFF;
    font-family: "Microsoft Yahei","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    font-size: 18px;
    line-height: 30px;
    color:#333333;
	width:100%;
	margin:0 auto;	
	padding:0;
}
ul, li {
    margin: 0;
    padding: 0;
}
b, strong {
    font-weight: 700;
}
img {
    border: 0 none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



html, form, fieldset, p, div {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul,li {
    list-style: none outside none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    overflow-x: hidden;
}


marquee {
    overflow: hidden;
}
.ppbox{clear:both;width:auto;height:auto;background-color:#fff;margin:8px;}
.ppbox .tit{font-size:16px;font-weight:bold;width:100%;margin:10px 0;padding:10px 0 0 10px;}
.ppbox .xbox{width:50%;text-align:center;float:left;}
.ppbox .xbox img{width:85%;}
.ppbox .xbox .info{margin:6px;width:100%;text-align:left;}
.ppbox .xbox .price{margin:6px;width:100%;color:red;text-align:left;}
.ppbox .xbox .buy{margin:6px;width:100%;text-align:left;height:26px;line-height:26px;}
.ppbox .xbox .buy img{width:64px;height:22px;margin-top:2px;}
.ppbox .xbox .buy .tttb{width:50%;float:left;}

.tableca1 {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
.tableca1 A {
	COLOR: blue;
	outline: none;
	text-decoration:underline;
}
.tableca1 A:visited {
	COLOR: blue;
	text-decoration:underline;
}
.tableca1 A:hover {
	COLOR: blue;
	text-decoration:underline;
}
.tableca1 A:active {
	COLOR: blue;
	text-decoration:underline;
}
.tablecabrh {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid;
	background-repeat:repeat-x;
	text-align:center;
	font-size:12px;
}
.tablecabr1 {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid;
	background-color:#E7E7EF;
	height:25px;
	line-height:25px;
	font-size:12px;
}
.tablecabr2 {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid;
	background-color:#F7F7F7;
	height:25px;
	line-height:25px;
	font-size:12px;
}
.qbuylist ul{
	background-color:#ffffff;
}
.qbuylist b{
	font-weight:normal;
}
.qbuylist h1 {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
}
.qbuylist h2 {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
}
.qbuylist li {
    border-bottom: 1px solid #eceef0;
    box-shadow: 0 1px 1px #fff;
    overflow: hidden;
    padding: 10px 8px;
}
.qbuylist li h3 a {
    color: #333333;
    display: block;
    text-decoration: none;
}
.qbuylist li h3 a:hover {
    color: #333333;
    text-decoration: none;
}
.qbuylist .title1 {
    background-color: #fff;
    border: 1px solid #efefef;
    float: left;
    height: 120px;    
    width: 120px;
	margin-right:10px;
}
.qbuylist h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    overflow: hidden;
    margin:5px 0;
}
.qbuylist p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    margin:5px 0;
}
.qbuylist span.pro {
    color: #f72862;
    font-family: Georgia;
    font-size: 1.8em;
    line-height: 22px;
}
.qbuylist span.pro em{
	font-size:12px;
}
.qbuylist span.spro {
    color: #999;
    font-size: 1em;
    line-height: 22px;
    text-decoration: line-through;
}
.qbuylist p.key {
    line-height: 22px;
}
.qbuylist p.key span {
    border: 1px solid #e0e0e0;
    margin-right: 5px;
    padding: 2px;
}
.qbuylist p.key span.on {
    background-color: #39f;
    border: 1px solid #39f;
    border-radius: 10px;
    color: #fff;
    margin-right: 5px;
    padding: 2px;
}
.qbuylist .mo {
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    font-size: 1.4em;
    height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
}
.calls td {
    font-size: 1.4em;
    text-align: center;
}
.calls span {
    color: #999;
}
.calls h2 {
    font-size: 1.4em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
}

.buymenu {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    width:100%;

}
.buymenu .menutabs {
    border-bottom: 1px solid #e7e3e7;
    padding: 18px 10px;
    text-align:left;
    font-size:14px;
    line-height:22px;
}
.buymenu .last {
    border: 0 none;
    padding: 10px;
}
.buymenu .menutabs span {
    line-height: 20px;
}
.buymenu .menutabs .lbl {
    color: #666;
}
.buymenu .menutabs .info {
    color: #999;
}
.buymenu .menutabs .tabitem {
    background-color: #fff;
    border: 1px solid #cecbce;
    margin-right: 5px;
    padding: 8px 10px;
}
.buymenu .menutabs .selected {
    background-color: #e4393c;
    border: 1px solid #e4393c;
    color: #fff;
    font-weight: bold;
}
.buymenu .menutabs .tabitem:hover{
	background-color: #ff8629;
	color: #fff;

}
.buymenu .menutabs .linkitem {
    margin-right: 20px;
}
#cecehao{

}
.ask{line-height:28px;}
.ans{
	line-height:28px;
	background-color:#FFC266;
    margin: 8px 0;
    padding: 10px;
}
.baidusearch{
	float:right;
	margin:16px 20px 0 0;
}

.barclear{clear:both;width:100%;height:50px;}.bar-buy {background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;border-top: 0px solid #bfbfbf;bottom: 0; height: 50px;left: 0;position: relative;width: 100%; z-index: 10000;}.bar-buy .btns {float: left;height: 50px;width: 100%;}.bar-buy .btnbar {float: left;height: 50px;width: 20%;}.bar-buy .btns .ico {background: rgba(0, 0, 0, 0) url("https://51zice.oss-cn-shanghai.aliyuncs.com/aidsjc/image/logo/smcc.png") no-repeat scroll 0 0 / 40px 172px;display: block;height: 40px; margin: 5px auto 0; width: 40px;}.bar-buy .btns .tel {background-position: 0 0;}.bar-buy .btns .wx {background-position: 0 -132px;}.bar-buy .btns .msg {background-position: 0 -44px;}.bar-buy .btns .qq {background-position: 0 -88px;}.bar-buy .link {float: left;height: 50px;width: 40%;}.bar-buy .link a {background-color: #f23030;color: #fff;display: block;font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";font-size: 14px;height: 100%;line-height: 25px;text-align: center;text-decoration: none;width: 50%;float:left;}.bar-buy .link a:hover {color: #fff;text-decoration: none;}.bar-buy2 .link a {background-color: #f90;}
.bar-buy .btns .wys {background: rgba(0, 0, 0, 0) url("https://51zice.oss-cn-shanghai.aliyuncs.com/aidsjc/image/logo/wys.png") no-repeat;background-size:40px 40px;display: block;height: 40px; margin: 5px auto 0; width: 40px;}

.cpslist{
	width:100%;
	float:left;
}
.cpslist ul{
	width:100%;
	background-color:#fff;
	list-style-type:none;
}
.cpslist li{	
	overflow: hidden;
	border-bottom: 1px dashed #DDD;
	margin:10px 10px;
	list-style-type:none;
}
.cpslist a{border:0;color:#000;}

.cpslist li .picbox{
	margin:10px 0;
}
.cpslist li .textbox{
	padding:10px;
	
}
.cpslist li img{
	border:0px solid #EEE;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.cpslist li imgwarp{
	display: inline-block;
	width: 33.105%;
	margin-right: 1px;
	height: 0;
	padding-top: 21.99%;
	position: relative;
	vertical-align: top;
}
.cpslist li imgwarp img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cpslist li h5{
	line-height: 28px;
	font-size: 18px;
	padding-right: 8px;
	word-wrap: break-word;
	word-break: break-all;
}
.cpslist li p{
	line-height: 26px;
	font-size: 16px;
}
.cpslist .catalog{
	color:#c1c1c1;
	line-height:24px;
	font-size:14px;
}
.cpslist .catalog a{
	color:#c1c1c1;
}
.cpslist .catalog span{
	float:right;
}


.slideTxtBox{ width:100%; border:1px solid #ddd; text-align:left;  position:relative;font-size:14px;}
.slideTxtBox .hd{ font-size:14px;height:50px; line-height:50px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative; }
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px;    }
.slideTxtBox .hd ul li{ float:left; padding:0 5px; cursor:pointer;  border:1px solid #ddd;}
.slideTxtBox .hd ul li.on{  background:#3399ff; border:1px solid #3399ff; border-bottom:2px solid #fff; color:#fff; }

.slideTxtBox .bd{background-color:#FFF;}
.slideTxtBox .bd ul{ padding:5px; }
.slideTxtBox .bd li{ }
.slideTxtBox .bd li .date{ float:right; color:#999;  }
.slideTxtBox .bd li a{ float:left;margin-right:6px; }



#mask{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:100;}
#menu{position:fixed;top:0;right:0px;display:none;width:200px;height:100%;background:#555555;z-index:999;}
#menu .inner{position:relative;width:100%;height:100%}
#menu .hd{position:relative;height:54px}
#menu .hd .close_btn{position:absolute;top:0;right:0;width:56px;height:54px;background:url(https://yueboai.oss-cn-hangzhou.aliyuncs.com/image/site/close.png) #464646 no-repeat center center;background-size:28px}
#menu .bd li{height:50px;border-bottom:1px solid #484848;line-height:50px}
#menu .bd li a{display:block;padding-left:28px;color:#fff;font-size:16px}
#menu .bd li .on,#menu .bd li a:hover{background:#515151}
#menu .bd .last a{padding-left:65px;background:url(https://51zice.oss-cn-shanghai.aliyuncs.com/at/image/201811/phone.png) no-repeat 28px center;background-size:25px;font-weight:700}
#menu .ft{position:absolute;bottom:0;left:0;width:100%;height:52px;background:#373737;color:#eee;text-align:center;line-height:52px}
#menu .ft a{display:inline-block;margin-right:-3px;width:48%;color:#fff;text-align:center}

.navs{
	height:60px;
	width:100%;
	background-color:#3399ff;
}

.navs a {
    height: 60px;
    line-height: 60px;
    width: 25%;
    text-align: center;
    color:#fff;
    font-size: 18px;
    display: block;
    float: left;
}
.navs a img{
	height:60px;
	margin:0 auto;
}
.header{
	width:100%;clear:both;background-color:#FFF;height:100px;
}
.logo{height:100px;float:left;max-width:600px;}
.slogen{height:50px;float:left;}
.navbtn{height:36px;float:right;margin:32px 10px 32px 0;}

.buybtn{
	-webkit-appearance:none;
    background: none;
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    display: block;
    text-align: center;
	padding:0;
	width:80px;
	height:30px;
	line-height:30px;
}
.bar-buy .btns .wys {background: rgba(0, 0, 0, 0) url("https://51zice.oss-cn-shanghai.aliyuncs.com/aidsjc/image/logo/wys.png") no-repeat;background-size:40px 40px;display: block;height: 40px; margin: 5px auto 0; width: 40px;}

.bgc1{background-color:#25B4EF;}
.bgc2{background-color:#E4393C;}
.c1{color:#FFFFFF;}
.buyarea{margin-top:0px;}


.cps .content li{
    margin:0px;
    padding:0px;
    border-bottom: 1px dashed #ccc;
    min-height: 30px;
    line-height: 30px;
    overflow: hidden;
	padding:10px 0;
	max-height:100px;
}
.cps .content .picbox{
	font-size: 0;
	vertical-align: middle;
	width: 33.33%;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-left: 0;
	background-color: #F4F7F9;
	position: relative;
}
.cps .content .picbox img{
	height: auto;
	width: 100%;
	vertical-align: middle;
	display:block;
}
.cps .content .textbox{
	float: left;
	width: 66.66%;
	padding-left:10px;
	flex: 2;
	box-sizing: border-box;
	line-height:26px;
}
.cps .content .textbox .time{
	font-size:12px;
	width:100%;
	text-align:right;
	color:#ccc;
}
.cps .content dl{
	margin:15px auto;
	border:1px dashed #EEEEEE;
}
.cps .content dt{
	background-color:#F4F5FB;
	height:20px;
	line-height:20px;
	font-size:12px;
	padding:0 6px;
}
.cps .content dd{
	padding:6px;
	line-height:36px;
	font-size:14px;
	margin:0;
	text-align:left;
}
.friendlink{
	width:100%;
	font-size:13px;
	margin:10px auto;
	background-color:#FFF;
	text-align:left;
	
}
.friendlink a{
	margin:0 5px;
	color:#ccc;
}
input, select {border:1px solid #dddddd;padding:3px;height:28px;line-height:28px;font-size:16px;background-color:#fff;}


.title{
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAqFBMVEUAAACTw+uQwuqRwuuRw+qUxOuUxOuPwepmquKNwOmOwOqcye1xsOOBueefyup2s+V6tuaZx+xdpeD///9prOP2+v59t+aVxOvg7vl0suX6/P/t9fzY6vhhp+Gfye3R5vejzO6BuehwsOSnzu6ax+xkqeHG4PXz+P3q8/u01vGQweqmzu6IvehsruNkquK+2/O32PKu0vB4tObv9/zN4/XB3fPi7/qpz+8O0l5sAAAAEnRSTlMAkKGclouGpvquqlfv1DDn327DOqSzAAACSUlEQVRYw83X2XLaYAwFYNGVNkkXHS94wxiIHZsdSvL+b1a7pqPhzwVVrIueC4YZz3zjI+nGRN8exmyU7PvP1hPOIiN6YNOMacy2If7PwbE1ODIGv5AC9P7FU4CFH972NGAKhLc8FehNWvG2R2wiikdsJH4lAQ1E8YgNRPEUoNeEGxFfeWrwJQaQz0V0PC14QFzmQFWI6Hg6sEB1ZN7haZ514vTq4WfSg3vMmFet15TMXuh6ejBH88eL4pgl4qnBHcrOYw/IXO9NYAh0HgeYuJ4aDPbn1SOnQM28mWDmeGrwgDYlz5+AJPfxy/HU4Ap+XZcZ87ZEm8PVBN+RGoxiP+r/HNlr1h47nhqcYtd7iXR1PB1YX8AA2L7y1GBbcIlTXzNB5HpqcN223MTIuz3MUbmeGozipP2dAWnA0QQHx9ODm35sewA+kLueHuQTAm7TPLfiwvHUYNCeXI7w8q5zvsp7UoCP6azbRwwkCcqiX7HKI8dDsuWszhP0qdLzIlN55HqXe9sGL/AnMYCpziPXk7tGzFmwDJWegOKt+5IVjpr5Ceh6y8vVpQgVnoDinS4e+rM7Y6/3BDz68Avx2iyw1HsCctCJ4i295nq/H0gH9mL915vhOdN6AoooHqZ6T0AR42KYJ6DMcZgnoIiDPAGl9RBPQBEHeQKKWA3y6NZH4ogGg8M8svbI2iNrj6w9svbI2iNrjxTeEPAjvTnWHll7ZO2RtUfWHll7pPL04CcaHGuPrD2y9sjao7GxRz+MPbrLxDMS75nv78y432pWEDidpGHiAAAAAElFTkSuQmCC");
	background-repeat:no-repeat;
	background-size:40px;
	background-position:top left;	
	background-color:#F4F5FB;
	text-align:center;
	line-height:100%;
	margin:0;
	padding:0;
	height:60px;
	line-height:60px;
	font-size:22px;
}
.table1{
	
	text-align: center;
	border-collapse: collapse;
	color: rgba(0, 0, 0, 0.87);
	font-size: 16px;
}
.table1 th{
    border: 0.04267122rem solid #EEEEEE;

	height:36px;
	background-color:#F4F5FB;
	color:#222222;

}
.table1 td{
    border: 0.04267122rem solid #EEEEEE;
	height:36px;
	word-wrap:break-word;
	word-break:break-all;
}

.table2{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	color: rgba(0, 0, 0, 0.87);
	font-size: 16px;
}

.table2 th{
    border: 0.04267122rem solid #fff;
    padding: 0.51205462rem 0.55472584rem;
	height:36px;
	background-color:#F4F5FB;
	color:#222222;

}
.table2 td{
    border: 0.04267122rem solid #fff;
    padding: 0.51205462rem 0.55472584rem;
	height:36px;
	
}

article h1{
	text-align:center;
}
article p{
	margin:20px auto;
	line-height:1.5;
}
article .content{
	border:1px solid #eee;
	margin:10px auto;
	padding:10px;
}
article table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	color: rgba(0, 0, 0, 0.87);
	font-size: 16px;
}
article table .title{
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAqFBMVEUAAACTw+uQwuqRwuuRw+qUxOuUxOuPwepmquKNwOmOwOqcye1xsOOBueefyup2s+V6tuaZx+xdpeD///9prOP2+v59t+aVxOvg7vl0suX6/P/t9fzY6vhhp+Gfye3R5vejzO6BuehwsOSnzu6ax+xkqeHG4PXz+P3q8/u01vGQweqmzu6IvehsruNkquK+2/O32PKu0vB4tObv9/zN4/XB3fPi7/qpz+8O0l5sAAAAEnRSTlMAkKGclouGpvquqlfv1DDn327DOqSzAAACSUlEQVRYw83X2XLaYAwFYNGVNkkXHS94wxiIHZsdSvL+b1a7pqPhzwVVrIueC4YZz3zjI+nGRN8exmyU7PvP1hPOIiN6YNOMacy2If7PwbE1ODIGv5AC9P7FU4CFH972NGAKhLc8FehNWvG2R2wiikdsJH4lAQ1E8YgNRPEUoNeEGxFfeWrwJQaQz0V0PC14QFzmQFWI6Hg6sEB1ZN7haZ514vTq4WfSg3vMmFet15TMXuh6ejBH88eL4pgl4qnBHcrOYw/IXO9NYAh0HgeYuJ4aDPbn1SOnQM28mWDmeGrwgDYlz5+AJPfxy/HU4Ap+XZcZ87ZEm8PVBN+RGoxiP+r/HNlr1h47nhqcYtd7iXR1PB1YX8AA2L7y1GBbcIlTXzNB5HpqcN223MTIuz3MUbmeGozipP2dAWnA0QQHx9ODm35sewA+kLueHuQTAm7TPLfiwvHUYNCeXI7w8q5zvsp7UoCP6azbRwwkCcqiX7HKI8dDsuWszhP0qdLzIlN55HqXe9sGL/AnMYCpziPXk7tGzFmwDJWegOKt+5IVjpr5Ceh6y8vVpQgVnoDinS4e+rM7Y6/3BDz68Avx2iyw1HsCctCJ4i295nq/H0gH9mL915vhOdN6AoooHqZ6T0AR42KYJ6DMcZgnoIiDPAGl9RBPQBEHeQKKWA3y6NZH4ogGg8M8svbI2iNrj6w9svbI2iNrjxTeEPAjvTnWHll7ZO2RtUfWHll7pPL04CcaHGuPrD2y9sjao7GxRz+MPbrLxDMS75nv78y432pWEDidpGHiAAAAAElFTkSuQmCC");
	background-repeat:no-repeat;
	background-size:40px;
	background-position:top left;
	width:100%;
	height:100%;
	background-color:#F4F5FB;
	text-align:center;
	line-height:100%;
	margin:0;
	padding:0;
}
article table td{
    border: 0.04267122rem solid #D8D8D8;
    padding: 0.51205462rem 0.55472584rem;
	height:40px;
}

article h3{
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAoCAYAAAA2XTANAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAB5SURBVHjaYvz//z8DOmAcKoISE/5fleVj0LKSYWAoNmdgALLBgh+BknwgFXzsDAx7ohgYmJC1ffrJwNB7koGBBd287XfRVMJUYwiCAEiQF5sgA2WCn2lgJs0FQQGNIQiKFhZ0VSXmUEEQR0eUgWGCKzTihnJSBAgwAMOySBvY+cl5AAAAAElFTkSuQmCC");
	background-repeat:no-repeat;
	background-position:top left;
	margin:10px auto;
	width:98.5%;
	height:40px;
	line-height:40px;
	color:#222;
	font-size:18px;
	font-weight:bold;
	padding-left:1.5%;

	
}

.body{
	width:100%;
	clear: both;
	min-height:500px;
}

.picture{}
.picture .item{width:120px;height:150px;margin:10px;float:left;border:1px solid #f6f6f6;position:relative;}
.picture .item .img{width:120px;height:120px;margin: 0 auto;}
.picture .item .img img{max-width:100%;max-height:100%;vertical-align:middle;}
.picture .item .name,.picture .item .op{height:30px;line-height:30px;background-color:#f6f6f6;text-align:center;overflow:hidden;font-size:13px;}
.picture .item .img span{display: inline-block;    height: 100%;    vertical-align: middle;}
.picture .item .img_mask{
 	background-image:url("//tmxs.oss-cn-hangzhou.aliyuncs.com/image/om/picmask.png");
	background-repeat:no-repeat;
	background-position:center center;
    height: 120px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 120px;
    z-index: 300;
	display:none;
}
.fileinput {
    position: relative;
    display: inline-block;    
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;

}
.fileinput input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.fileinput:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
.hide{
	display:none;
}


.video_box{
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 56.14973262%;
    padding-bottom: 56.1497%;
  border-radius: 16px;
  overflow: hidden;
}

