*{margin:0px;padding:0px;}
body{font-size:1em;color:#403F3E;font-family:"微软雅黑"; overflow-x:hidden;background:#fff;}
a{text-decoration:none;color:#666;}
a:hover{color:#D82427;}
ul{list-style-type:none;}
img{border:none;}
#topheader{width:100%;height:65px;background:url(../images/top-bg.png) repeat-x;z-index:9999;position:relative;top:0;left:0; position:fixed;}
#topheader .fenlei{height:56px;line-height:56px;float:left; position:absolute;left:43px;top:0px;color:#fff;font-size:0.8em;}
#topheader .logo1{width:100%; height:28px; float:left;text-align:center;padding-top:13px;font-size:1em;position:
absolute;}
#topheader .logo1 img{width:auto;height:auto;margin:0px auto;}
#topheader .shopcart{padding-top:23px;margin-right:10px;width:28px;height:28px;float:right;background:
url(../images/shopcar.png) center center no-repeat; position:
absolute;right:0;}
#topheader .shopcart .spno{border-radius:20px;display:block;color:#fff; position:absolute;top:10px;right:20px;text-align:center;heigth:20px;width:20px;background:#ED6D00;font-size:0.8em;}

.dl-menuwrapper {
	width: 100%;clear:both;
	float: right;
	position: absolute;
	top:0;
	right:0;
	padding-top: 52px;
	z-index: 999;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	/*background: url(../images/header-bg.png) repeat-x bottom left;*/
	border: none;
	width: 50px;
	height: 50px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top:0;
	right:left;
	cursor: pointer;
	outline: none;
	background: url(../images/menu-button-bg.png) no-repeat center center;
	background-size: 50%;
}



.dl-menuwrapper ul {
	background: #C21517;width:100%;
}



.dl-menuwrapper ul {
	padding: 0;
	list-style: none;width:100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;width:100%;	color:#fff;font-weight:bold;font-size:0.9em;line-height:28px;text-indent:5px;

}

.dl-menuwrapper li a {
	display: block;width:100%;
	position: relative;
line-height:200%;
	font-size:0.9em;text-indent:5px;
	line-height:28px;overflow:auto;
	font-weight: 300;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {

	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(255,255,255,0.8);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(255,255,255,0.8);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;z-index:99999;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}
.header{height:50px;width:60%;flaot:left; position:absolute;z-index:99999;}
.header .logo{display:block;width:130px;height:30px;padding:10px 0 0 10px;line-height:30px;color:#B26D34;font-size:1em;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#0067d2;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#0067d2;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
.searcher{width:100%;height:50px;position:relative; top:65px;position:absolute;right:0;margin-bottom:5px;}
.searcher input.key{width:100%;height:48px;line-height:48px;font-family:微软雅黑;border:1px solid #ddd;float:right; font-size:1em;text-indent:5px;font-size:0.8em;color:#999;}
.searcher input.bt{width:50px;height:50px;line-height:50px; position:absolute;right:0px;top:0px;float:right;background:#C21517 url(../images/icon-search.png) center center no-repeat;border:None;cursor:pointer;}
.videotitle{width:100%;height:50px;line-height:50px;background:#eee;clear:both;border-top:1px solid #ccc;margin-top:125px;font-weight:bold;text-indent:5px;}
.videotitle span.na{float:left;display:block;}
.videotitle span.more{float:right;display:block;font-weight:normal;font-size:0.8em;margin-right:10px;}
.dztitle{width:98%;margin:0px auto;height:30px;line-height:30px;font-size:1em;color:#C01214;margin-bottom:10px;margin-top:10px;}
.ptsize{width:98%;min-height:32px;overflow:auto;line-height:32px;margin:0px auto 5px;font-size:0.8em;clear:both;}
.ptsize .cc{height:30px;line-height:30px;display:block;float:left;}
.ptsize .cc select.chicun{min-width:70px;overflow:auto;height:30px;line-height:30px;border:1px solid #ddd;margin-right:15px;}
.ptsize .cc select{min-width:70px;overflow:auto;height:30px;line-height:30px;border:1px solid #ddd;margin-right:15px;}
.ptsize .cc span.xx{color:#FC1800;font-size:0.8em;}
.ptsize .cc input{width:100px;}
.ptsize .cc input.sc{height:30px;line-height:30px;border:1px solid #ddd;background:#fff;}
.ptsize  textarea.ly{width:98%;margin:0px auto;height:100px;border:1px solid #ddd;font-size:1em;line-height:150%;}
.ptsize .hk{height:30px;line-height:30px;display:block;float:left;}
.ptsize select.hkrx{min-width:70px;overflow:auto;height:30px;line-height:30px;border:1px solid #ddd;margin-right:15px;}
.ptsize .wenhao{width:30px;line-height:30px;text-align:center;background:#ebebeb;border:1px solid #ddd; border-radius:5px;margin-left:10px;float:left;}
.ptsize .wenhao a{display:block;}


.ptsize1{width:98%;height:22px;line-height:22px;margin:0px auto 15px;font-size:0.8em;clear:both; padding-top:10px;}
.ptsize1 .cc1{height:20px;line-height:20px;font-size:1.2em;display:block;float:left;}
.ptsize1 .cc1 strong{color:#000;}
.ptsize1 .cc1 strong em{color:#D20000;font-style:normal;font-size:1.4em;}
.line1{width:98%;height:10px;line-height:10px;margin:20px auto 5px;border-top:1px dotted #ddd;}
.ptsize1 .cc{height:20px;line-height:20px;display:block;float:left;width:auto;}
.ptsize1 .cc strong{color:#FC1800;}
.ptsize1 .cc select.chicun{min-width:70px;overflow:auto;height:20px;line-height:30px;border:1px solid #ddd;margin-right:15px;}
.ptsize1 .cc span.xx{color:#FC1800;font-size:0.8em;}
.ptsize1 .hk{height:30px;line-height:30px;display:block;float:left;}
.ptsize1 select.hkrx{min-width:70px;overflow:auto;height:30px;line-height:30px;border:1px solid #ddd;margin-right:15px;}
.ptsize1 .wenhao{width:20px;line-height:20px;height:20px;text-align:center;background:#ebebeb;border:1px solid #ddd; border-radius:5px;margin-left:10px;float:left;}
.ptsize1 .wenhao a{display:block;}
.ptsize1 .cc a.wh{background:#ebebeb;border:1px solid #ddd; border-radius:5px;padding:2px 5px; margin-right:10px;}
 .selemothd{width:98%;height:30px;line-height:30px;margin:0px auto;padding-left:2%;font-size:0.8em;}
 .selemothd span.current{width:48%;height:30px;line-height:30px;color:#fff;display:block;float:left;text-align:center;font-weight:bold; background:#B30404;margin-right:2%;}
 .selemothd span.current1{width:48%;margin-right:2%;height:30px;line-height:30px;background:#CBCBCB;color:#666;display:block;float:left;text-align:center;font-weight:bold;}
 .selemothd span.current a{color:#fff;display:block;}
 .selemothd span.current1 a{color:#666;display:block;}
 .mothd1{width:97%;height:370px;margin:0px auto;border:1px solid #ddd;}
 .mothd2{width:97%;height:370px;margin:0px auto;border:1px solid #ddd;}
.bt12{width:98%;margin:10px auto;clear:both;border-radius:5px;height:50px;line-height:50px;background:#f60;text-align:center;color:#fff;font-weight:bold;font-size:1.2em;border:None;cursor:pointer;font-family:微软雅黑;}
.smnav{width:98%;clear:both;border-radius:20px;border:1px solid #f8f8f8;text-align:center;font-size:0.8em;line-height:130%;padding-top:8px;padding-bottom:8px;}
.smnav a{margin-left:5px;margin-right:5px;}
.footer{width:100%;height:50px;line-height:120%;padding-top:10px;text-align:center;font-size:0.8em;background:#EEEEEE;margin-top:10px;padding-bottom:50px;}
#backtop{position:fixed;right:-50px;bottom:20px;border-radius:50%;transition:right .3s ease-out; width:50px; height:50px; background: rgba(153,153,153,.6) url("../images/wap_back_top.png") 0px 0px no-repeat;background-size:100%; z-index:1000;}
#footerlink{width:100%;height:45px;line-height:45px;background:url(../images/footbg123.jpg) repeat-x; position:absolute; bottom:0;z-index:10000; position:fixed;}
#footerlink li{width:25%;height:45px;line-height:45px;color:#fff;font-szie:1em;font-size:1em;float:left; background:url(../images/foot111.gif) right center no-repeat;}
#footerlink li a.qq{color:#fff;display:block; height:45px;line-height:45px;text-indent:20px; background:url(../images/qq2.png) 15% center no-repeat;}
#footerlink li a.dz{color:#fff;display:block; height:45px;line-height:45px;text-indent:20px; background:url(../images/dz.png) 15% center no-repeat;}
#footerlink li a.dx{color:#fff;display:block; height:45px;line-height:45px;text-indent:20px; background:url(../images/dx.png) 15% center no-repeat;}
#footerlink li a.dh{color:#fff;display:block; height:45px;line-height:45px;text-indent:20px; background:url(../images/dh.png) 15% center no-repeat;}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/top123.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 锟斤拷锟斤拷没锟斤拷锟斤拷锟斤拷锟斤拷鹿锟斤拷锟�,锟斤拷锟斤拷锟脚ワ拷锟酵革拷锟斤拷然锟斤拷酶锟斤拷锟� */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}