@charset "GB2312";
body
{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	margin: 0;
	-webkit-text-size-adjust: none;
}
body,form,img,p,ul,ol,li,table,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,input,button,select,textarea,fieldset
{
	margin:0;
	padding:0;
	font-size:12px;
}
html[lang="ar"] {
	direction: rtl;
}
a img, img
{
	border:0;
}
a:hover
{
	text-decoration: none;
}
a
{
	text-decoration: none;
}
h2,h3,h4,h5,h6
{
	font-size:12px;
	font-weight:normal;
}
em
{
	font-style:normal;
}
ul,ol,li
{
	list-style:none;
}
.clear
{
	height:1px;
	font-size:0px;
	clear:both;
}
.h5
{
	height:5px;
	font-size:0px;
	clear:both;
}
.h10
{
	height:10px;
	font-size:0px;
	clear:both;
}
.h30{
	height: 30px;
	font-size: 0px;
	clear: both;
}
.title{
	padding: 20px 0;
	text-transform: uppercase;
	font-size: 26px;
}
.center{
	text-align: center;
}
.w:after{
	content: '';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.w1048{
	width: 1048px;
	margin: 0 auto;
}
.f_fl{
	float: left;
}
.f_fr{
	float: right;
}
.top{
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 6px 0; 
}
.top .language ul{
	display: flex;
	justify-content: flex-end;
}
.top .language ul li a {
	margin: 0 12px;
	color: #000;
}
.top .language ul li a img {
	vertical-align: middle;
}
.language ul li.en a{background-position: 0 -28px;}
.language ul li.ru a{background-position: 0 -112px;}
.language ul li.fr a{background-position: 0 -84px;}
.language ul li.de a{background-position: 0 -56px;}
.language ul li.it a{background-position: 0 -251px;}
.language ul li.pt a{background-position: 0px -168px;}
.language ul li.es a{background-position: 0px -139px;}
.language ul li.kr a{background-position: 0px -280px;}
.language ul li.ae a{background-position: 0px -308px;}
.language ul li.jp a{background-position: 0 -196px;}
.language ul li.th a{background-position: 0px -476px;}
header .head{
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .head .tip{
	color: #969696;
	line-height: 26px;
}
.r .search{
	border: 1px solid #ccc;
	border-radius: 6px;
}
.r .search .textbox,.r .search .textbox_focus,.r .search .submit{
	border: none;
}
.r .search .textbox,.r .search .textbox_focus{
	width: 282px;
	height: 38px;
	outline: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.r .search .submit{
	color: #fff;
	background-color: #fc6b0e;
	padding: 11.5px 20px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 16px;
	cursor: pointer;
}
html[lang=ar] .r .search .submit {
	color: #fff;
	background-color: #fc6b0e;
	padding: 11.5px 20px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 6px 0 0px 6px;
}
.r .d{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 10px;
}
.r .d .d1 p{
	padding: 6px 0;
	font-size: 14px;
	padding-left: 25px;
}
.r .d .d1 .p1{
	background: url('../images/t.png') no-repeat scroll left center;
}
.r .d .d1 .p2{
	background: url('../images/ea.png') no-repeat scroll left center;
	color: #000000;
}
nav{
	background-color: #fc6b0e;
}
nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
nav ul a{
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	display: block;
}
nav ul a:hover{
	color: #000;
}
nav li > div{
	position: absolute;
	z-index: 2;
	/*padding: 0 10px;*/
	display: none;
	background-color: #fc6b0e;
}
nav li div a {
	display: block;
	white-space: nowrap;
	font-size: 12px;
	padding: 3px 10px 3px;
}
nav li:hover > div{
	display: block;
}
nav li > div .live.menu_children_select {
	position: relative;
}
nav li > div .live.menu_children_select .erji {
	position: absolute;
	top: 0;
	left: 100%;
	background: #FC6B0E;
	display: none;
}
nav li > div .live.menu_children_select:hover .erji {
	display: block;
}

.carousel .swiper-slide img{
	width: 100%;
}
.carousel .swiper-pagination-bullet{
	background: #fafafa;
}
.carousel .swiper-pagination-bullet-active{
	background: #fc6b0e;
}
.carousel .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	opacity:1;
	line-height: 20px;
}
.carousel .swiper-button-next,.carousel .swiper-button-prev{
	width: 54px;
	height: 54px;
	outline: medium none;
	bottom: 10%;
  background-size: 225%;
  top: auto;
}
.carousel .swiper-button-prev{
	background-image:url('../images/arrow.png');
	background-position: left top;
  left: auto;
  right: 150px;
}
.carousel .swiper-button-next{
	background-image:url('../images/arrow.png');
	background-position: right top;
  left: auto;
  right: 50px;
}
.carousel .swiper-button-prev:hover{
	background-position: left bottom;
}
.carousel .swiper-button-next:hover{
	background-position: right bottom;
}
.carousel .swiper-button-prev::after,.carousel  .swiper-container-rtl .swiper-button-next::after {
	content: ' ';
}
.carousel .swiper-button-next::after,.carousel  .swiper-container-rtl .swiper-button-prev::after {
	content: ' ';
}
footer
{
	background-color: #b4984e;
	padding: 10px 0;
	text-align: center;
}
footer .link{
	padding-bottom: 10px;
	background: url('../images/fnav.png') no-repeat center bottom;
	color: #bdac84;
}
footer .link a{
	color: #fff;
	font-size: 20px;
	padding: 0 20px;
}
footer ul{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
	text-align: left;
}
footer ul li:nth-child(2){
	padding: 0 10%;
}
footer ul li .title{
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
}
footer ul li:last-child{
	text-align: center;
}
footer ul li a{
	display: block;
	color: #fff;
	padding: 6px 0;
	font-size: 14px;
}
footer .pic img{
	width: 119px;
	height: 156px;
}
footer .copyright{
	padding: 10px 0;
	color: #fff;
}


/*position*/
#position
{
	padding-top: 6px;
}


/*main*/
#main
{
	padding-top: 10px;
	margin-bottom: 30px;s
}


/*sider*/
#main .sider
{
	width: 208px;
	display: inline;
	float: left;
}
#main .sider dl.box
{
}
#main .sider dl.box dt
{
	background-color: #fc6b0e;
	color: #fff;
	padding: 6px 0;
	font-size: 14px;
	text-indent: 6px;
}


/*sider menu*/
#main .sider dl.menu dd
{
	color: #555555;
	border-bottom: 1px solid #E7F3FF;
	line-height: 22px;
	padding: 4px 4px 4px 10px;
}
#main .sider dl.menu dd a
{
	color: #003366;
	font-weight: bold;
}
#main .sider dl.menu dd a:hover
{
	color:#CA0007;
}


/*sider category*/
#main .sider dl.category dd{
	line-height: 22px;
	padding: 4px 4px 4px 10px;
	background: url(../images/fnav.png) no-repeat center bottom;
	background-size: 100%;s
}
#main .sider dl.category dd:last-child{
	background: none;
}
#main .sider dl.category dd a
{
	color: #000;
}
#main .sider dl.category dd a:hover
{
	color:#fc6b0e;
}
#main .sider dl.category dd span
{
	color: #4E4E4E;
	display: inline-block;
}
#main .sider dl.category dd.sub
{
	line-height: 18px;
	padding-left: 17px;
}
#main .sider dl.category dd.sub a
{
	font-weight: normal;
}


/*sider product*/
#main .sider dl.product dd
{
	line-height: 22px;
	padding: 4px 4px 4px 10px;
}
#main .sider dl.product .item
{
	border-bottom: 1px solid #E7F3FF;
	padding: 5px 0;
}
#main .sider dl.product .item a.pic
{
	border: 1px solid #CCCCCC;
	display: inline;
	float: left;
}
#main .sider dl.product .item a.pic:hover
{
	border: 1px solid #000000;
}
#main .sider dl.product .item a.pic img
{
	display: block;
	width: 74px;
}
#main .sider dl.product .item h2
{
	display: inline;
	float: right;
	line-height: 16px;
	width: 110px;
}
#main .sider dl.product .item h2 a
{
	color: #555555;
}


/*subscribe*/
#main .sider dl.subscribe dd
{
	padding-bottom: 10px;
	position: relative;
}
#main .sider dl.subscribe dd .annotation
{
	font-size: 12px;
	line-height: 38px;
	text-align: center;
}
#main .sider dl.subscribe dd .textbox,#main .sider dl.subscribe dd .textbox_focus
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #B2B2B2;
	color: #999999;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto 10px;
	outline: medium none #CD853F;
	padding: 0 3px;
	width: 185px;
}
#main .sider dl.subscribe dd .textbox_focus
{
	color:#333333;
}
#main .sider dl.subscribe dd .btn
{
	background: none repeat scroll 0 0 #fc6b0e;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin: 0 auto;
	width: 110px;
}
#main .sider dl.subscribe dd .unsubscribe
{
	display: none;
}


/*latest*/
#main .sider dl.latest dd
{
	padding: 0 3px 5px 0;
}
#main .sider dl.latest dd h4
{
	background: url("../images/latest_doc.png") no-repeat scroll 4px 6px transparent;
	line-height: 16px;
	margin-top: 5px;
	padding-left: 10px;
}
#main .sider dl.latest dd a
{
	color: #003366;
	font-weight: bold;
}
#main .sider dl.latest dd a:hover
{
}
#main .sider dl.latest dd .text
{
	color: #666666;
	height: auto !important;
	max-height: 120px;
	line-height: 20px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 10px;
}


/*contact us*/
#main .sider dl.contactus dd
{
	line-height: 22px;
	padding: 5px;
}
#main .sider dl.contactus dd a.btn
{
	background: url("../images/bg_doc.png") no-repeat scroll 0 -268px transparent;
	border: medium none;
	cursor: pointer;
	display: block;
	height: 26px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -999px;
	width: 129px;
}


/*online*/
#main .sider dl.contactus dd .online
{
}
#main .sider dl.contactus dd .online a
{
	background: url("../images/ico_32.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 32px;
	margin: 9px 6px;
	width: 32px;
}
#main .sider dl.contactus dd .online a.SKYPE
{
	background-position: -32px 0;
}
#main .sider dl.contactus dd .online a.Trademanager
{
	background-position: -64px 0;
}
#main .sider dl.contactus dd .online a.MSN
{
	background-position: -96px 0;
}
#main .sider dl.contactus dd .online a.Email
{
	background-position: -128px 0;
}


/*sBody*/
#main .sBody
{
	width: 828px;
	float: right;
}
#main .sBody .box,#main .dynamic .box
{
}
#main .sBody .box .title,#main .dynamic .box .title
{
	background-color: #fc6b0e;
  color: #fff;
  padding: 6px 0;
  font-size: 14px;
  text-indent: 6px;
  text-transform: capitalize;
}
#main .sBody .box .title a,#main .dynamic .box .title a{
	color: #fff;
}
#main .sBody .box .title a.more,#main .dynamic .box .title a.more
{
	display: inline;
	float: right;
	font-size: 11px;
	margin-right: 5px;
}


/*products*/
#main .sBody .products .text
{
}
#main .sBody .products .grid
{
	padding: 10px 0;
}
#main .sBody .products .grid:before,
#main .sBody .products .grid:after{ content: ''; display: table; }
#main .sBody .products .grid:after{ clear: both; }
#main .sBody .products .grid .item
{
	float: left;
	overflow: hidden;
	text-align: center;
	width: calc((100% - 72px) / 4);
}
#main .sBody .products .grid .item:nth-child(2){
	margin-left: 24px;
	margin-right: 12px;
}
#main .sBody .products .grid .item:nth-child(3){
	margin-left: 12px;
	margin-right: 24px;
}
#main .sBody .products .grid .item a.pic
{
	border: 1px solid #DCDCDC;
	display: block;
	overflow: hidden;
	padding: 2px;
	text-align: center;
}
#main .sBody .products .grid .item a.pic img
{
	display: block;
	width: 100%;
}
#main .sBody .products .grid .item h2
{
	color: #555555;
	font-weight: bold;
	line-height: 20px;
	margin-top: 3px;
}
#main .sBody .products .grid .item h2 a
{
	color: #003366;
}


/*products list*/
#main .sBody .products .list dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: 1px double #ccc;
	overflow: hidden;
}
#main .sBody .products .list dl dt
{
	width: 190px;
	margin-right: 20px;
}
html[lang=ar] #main .sBody .products .list dl dt {
	width: 190px;
	margin-left: 20px;
}
#main .sBody .products .list dl dt img{
	width: 190px;
	height: 190px;
}
#main .sBody .products .list dl dd{
	flex-grow: 1;
}
#main .sBody .products .list dl dd h2{
	float: left;
	width: 500px;
}
html[lang=ar] #main .sBody .products .list dl dd h2 {
	float: right;
	width: 500px;
}
#main .sBody .products .list dl dd h2 a{
	color: #000;
	font-size: 14px;
}
#main .sBody .products .list dl dd .btn
{
	float: right;
}
#main .sBody .products .list dl dd .btn a
{
	background: url("../images/bg_doc.png") no-repeat scroll -81px -30px transparent;
	border: medium none;
	cursor: pointer;
	display: block;
	height: 18px;
	width: 104px;
}
#main .sBody .products .list dl dd .summary
{
	color: #666666;
	/*height: 63px;*/
	line-height: 17px;
	margin-top: 10px;
}
#main .sBody .products .list dl dd .summary a.more
{
	color: #4E4E4E;
	padding-left: 10px;
}
#main .sBody .products .list dl dd .summary a.more:hover{
	color: #fc6b0e;
}


/*news*/
#main .sBody div.news
{
}
#main .sBody div.news .left,#main .dynamic .left
{
	display: inline;
	float: left;
	width: 49%;
}
#main .sBody div.news .right,#main .dynamic .right
{
	display: inline;
	float: right;
	width: 49%;
}
#main .sBody div.news ul,#main .dynamic ul
{
}
#main .sBody div.news li,#main .dynamic li
{
	background: url("../images/list_arrow.png") no-repeat scroll 0 center transparent;
	border-top: 1px dotted #CCCCCC;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 15px;
}
#main .sBody div.news li.first,#main .dynamic li.first
{
	border-top:none;
}
#main .sBody div.news span,#main .dynamic span
{
	color: #AAAAAA;
	display: inline;
	float: right;
	margin-right: 15px;
}
#main .sBody div.news li a,#main .dynamic li a
{
}


/*about us summary*/
#main .sBody .about-us
{
}
#main .sBody .about-us .content
{
	line-height: 20px;
	padding: 10px 5px;
}
#main .sBody .about-us .content img
{
	display: inline;
	float: left;
}


/*about us*/
#main .sBody .aboutus
{
	position: relative;
}
#main .sBody .aboutus ul
{
	height: 166px;
	overflow: hidden;
	padding: 7px;
}
#main .sBody .aboutus li
{
}
#main .sBody .aboutus .cover
{
	display: inline;
	float: left;
}
#main .sBody .aboutus .cover img
{
	border: 1px solid #CCCCCC;
}
#main .sBody .aboutus .summary
{
	display: inline;
	float: right;
	width: 444px;
}
#main .sBody .aboutus .summary h2
{
	height: 30px;
	line-height: 30px;
}
#main .sBody .aboutus .summary a
{
	color: #003366;
	font-weight: bold;
}
#main .sBody .aboutus .summary .text
{
	line-height: 20px;
}
#main .sBody .aboutus .btn
{
	bottom: 12px;
	left: 268px;
	position: absolute;
}
#main .sBody .aboutus .btn a
{
	background: none repeat scroll 0 0 #D5E5F2;
	border: 1px solid #0E4074;
	color: #003366;
	display: block;
	float: left;
	margin: 0 3px;
	padding: 5px 11px;
	text-decoration: none;
}
#main .sBody .aboutus .btn a:hover
{
	background: none repeat scroll 0 0 #083B6F;
	color: #FFFFFF;
}


/*article text*/
#main .sBody .article .content
{
}



/*scroll*/
#main .scroll
{
}
#main .scroll .pic
{
	display: inline;
	float: left;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 452px;
	margin-bottom: 10px;
}
#main .scroll ul.btn
{
	left: 5px;
	position: absolute;
	top: 5px;
}
#main .scroll ul.btn li
{
	background-color: #CCCCCC;
	border: 1px solid #000000;
	display: block;
	float: left;
	font-size: 10px;
	height: 16px;
	margin: 5px;
	text-align: center;
	width: 16px;
}
#main .scroll ul.btn li.active
{
	background-color: #FF6600;
}
#main .scroll .show
{
	border: 1px solid #DCDCDC;
	height: 298px;
	width: 450px;
}
#main .scroll .show img
{
	display: block;
	margin: 0 auto;
}
#main .scroll .show .loading
{
	margin-top: 75px;
}
#main .scroll .title
{
	background: none repeat scroll 0 0 #DCDCDC;
	bottom: 0;
	font-size: 12px;
	font-weight: bold;
	left: 0;
	line-height: 16px;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 442px;
}
#main .scroll .title a
{
	color: #000000;
	text-decoration: none;
}
#main .scroll dl.list
{
	width: 364px;
	height: 296px;
	border: 1px solid #dcdcdc;
	float:right;
}
#main .scroll dl.list dt{
  background-color: #fc6b0e;
  color: #fff;
  padding: 6px 0;
  font-size: 14px;
  text-indent: 6px;
}
#main .scroll dl.list dd
{
	height: 43px;
	margin-left: 3px;
	margin-top: 8px;
	width: 244px;
}
#main .scroll dl.list dd a.cover
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	height: 39px;
	overflow: hidden;
	width: 39px;
	display: inline;
	float: left;
}
#main .scroll dl.list dd a.cover img
{
	display:block;
	width: 100%;
}
#main .scroll dl.list dd h2
{
	display: inline;
	float: left;
	font-weight: normal;
	height: 42px;
	line-height: 14px;
	overflow: hidden;
	padding: 0 5px;
	width: 175px;
}
#main .scroll dl.list dd h2 a
{
	color: #003366;
	font-size:14px;
}


/*page*/
#page
{
	clear: both;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	margin-top: 9px;
	text-align: center;
}
#page a
{
	border: 1px solid #DAE9F9;
	color: #4B92D4;
	margin: 0 3px;
	padding: 5px 7px;
}
#page a:hover
{
	background: none repeat scroll 0 0 #76B5F7;
	border: 1px solid #76B5F7;
	color: #FFFFFF;
	text-decoration: none;
}
#page a.btn
{
}
#page a.item
{
	padding: 5px 8px;
}
#page font
{
	background: none repeat scroll 0 0 #fc6b0e;
	border: 1px solid #fc6b0e;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	margin: 0 3px;
	padding: 5px 8px;
}
#page span
{
	border: 1px solid #fc6b0e;
	color: #AAAAAA;
	cursor: pointer;
	margin: 0 3px;
	padding: 5px 8px;
}
#page label
{
	border: 1px solid #fc6b0e;
	padding: 5px 8px;
	margin: 0 3px;
}


/*inquiry*/
table.inquiry
{
	background: none repeat scroll 0 0 #CCCCCC;
	border-spacing: 1px;
	border-collapse: initial;
}
table.inquiry th
{
	background: none repeat scroll 0 0 #EEEEEE;
	height: 30px;
	text-align: center;
}
table.inquiry td
{
	background: none repeat scroll 0 0 #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
}
table.inquiry td span
{
	color: #CA0007;
	font-weight: bold;
}
table.inquiry td.t
{
	background: none repeat scroll 0 0 #F5F5F5;
	height: 40px;
	line-height: 40px;
	padding-right: 5px;
	text-align: right;
	width: 100px;
}
table.inquiry td img
{
}
table.inquiry td .name
{
}
table.inquiry td a
{
}
table.inquiry td span.verify_status img {
	width: 100px;
	vertical-align: middle;
}
table.inquiry td .textbox,table.inquiry td .textbox_m,table.inquiry td .textbox_over,table.inquiry td .textbox_m_over
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A7A7A7;
	height: 20px;
	padding-left: 3px;
	width: 250px;
}
table.inquiry td .textbox_over
{
	border:1px solid #8BB546;
}
table.inquiry td .textarea,table.inquiry td .textarea_over
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A7A7A7;
	height: 100px;
	margin-top: 5px;
	width: 90%;
}
table.inquiry td .textarea_over
{
	border:1px solid #8BB546;
}
table.inquiry td.btn
{
	padding-top: 5px;
	text-align: center;
}
table.inquiry td.btn input
{
	background: url("../images/btn.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	margin: 0 5px;
	text-align: center;
	width: 60px;
}
table.inquiry td.btn input.btn_over
{
	background-position:0 -23px;
}


/*video*/
ul.video{}
ul.video li
{
	background-position: center 0;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 10px rgba(200, 200, 200, 0.3);
	float: left;
	height: 300px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	width: calc((100% - 60px) / 4);
	background-size: 100% 188px;
}
ul.video li:nth-child(4n-2){
	margin-left: 20px;
	margin-right: 10px;
}
ul.video li:nth-child(4n-1){
	margin-left: 10px;
	margin-right: 20px;
}
ul.video li .cover
{
	height: 188px;
	width: 100%;
	position: relative;
}
ul.video li .cover span
{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
ul.video li .cover a
{
	background: url("../images/video_doc.png") no-repeat scroll 72px 66px transparent;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}
ul.video li .cover:hover span
{
	background-color: #000000;
	opacity: 0.6;
}
ul.video li .cover:hover a
{
	background-position: -332px 68px;
}
ul.video li strong
{
	border-bottom: 1px dotted #CCCCCC;
	color: #2C3B55;
	display: block;
	font-size: 9pt;
	font-weight: 600;
	height: 35px;
	line-height: 12pt;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}
ul.video li .info
{
	margin-bottom: 10px;
	padding: 10px 10px 30px;
}
ul.video li .info span
{
	color: #6699CC;
	font-weight: 600;
	margin-right: 5px;
}
.VideoShow
{
	text-align: center;
}
.VideoShow h3
{
	color: #2A2A2A;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}


/*share 24*24*/
.share
{
	padding: 5px;
}
.share a
{
	background: url("../images/share_32.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 32px;
	margin: 0 3px;
	width: 32px;
}
.share a.blogger
{
	background-position: 0 0;
}
.share a.delicious
{
	background-position: 0 -32px;
}
.share a.digg
{
	background-position: 0 -64px;
}
.share a.email
{
	background-position: 0 -96px;
}
.share a.facebook
{
	background-position: 0 -160px;
}
.share a.google
{
	background-position: 0 -192px;
}
.share a.plus
{
	background-position: 0 -224px;
}
.share a.in
{
	background-position: 0 -256px;
}
.share a.myspace
{
	background-position: 0 -384px;
}
.share a.orkut
{
	background-position: 0 -416px;
}
.share a.pinterest
{
	background-position: 0 -448px;
}
.share a.stumbleUpon
{
	background-position: 0 -544px;
}
.share a.tumblr
{
	background-position: 0 -576px;
}
.share a.twitter
{
	background-position: 0 -608px;
}
.share a.vk
{
	background-position: 0 -640px;
}
.share a.yahoo
{
	background-position: 0 -672px;
}
.share a.youtobe
{
	background-position: 0 -704px;
}

/*top button*/
#homeSet,#toTop
{
	background: url("../images/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 54px;
    opacity: 0.3;
	filter:alpha(opacity=30);
    position: fixed;
    right: 25px;
    width: 54px;
}
#homeSet
{
	bottom:104px;
}
#toTop
{
	bottom:45px;
	background-position:0 -54px;
}
#homeSet:hover,#toTop:hover
{
	opacity:1;
	filter:alpha(opacity=100);
}
.sider .cert img{
	width: 100%;
}

#Description ul,#Description ol,#Description li, #Description dl, #Description dd, #Description dt{
	list-style: revert;
	padding: revert;
	margin: revert;
}
#Description a,#Description  a:hover{
	text-decoration: underline;
	color: revert;
}
#Description table, #Description td,#Description th {
	margin: revert;
	padding: revert;
	margin: revert-layer;
	padding: revert-layer;
	word-break: normal;
}
#Description h1, #Description h2, #Description h3, #Description h4, #Description h5, #Description h6 ,#Description p{
	margin: revert;
	padding: revert;
	font-size: revert;
}