@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;
}
:root{
	--swiper-theme-color: #333333;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
a img, img 
{
	border:0;
	vertical-align: top;
}
a:link 
{
	color: #003366;
}
a:visited
{
	color:#003366;
}
a:hover
{
	color:#7D7D7D;
	text-decoration: underline;
}
a:active
{
	color:#003366;
}
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;
}
.wrap ,.wrapper{ 
    width: 1200px;
    margin: 0 auto;
} 

#header .logo img
{
	display: block;
}
#header {
	background: #333;
}
#header .wrapa {
	padding: 28px 0;
	max-width: 1200px;
	margin: 0 auto;
}
#header .headli li + li {
	margin-left: 25px;
}
#header .headli li, #header .headli li a {
	font-size: 18px;
	color: #fff;
}
#header .headli li .EFfx {
	font-size: 20px;
	margin-right: 8px;
}
#header .headli .top-search {
	margin-top: 20px;
}
#header .headli .top-search form {
	width: 100%;
}
#header .headli .top-search form .search_btn {
	background: #7D7D7D;
	border: none;
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px 0 0px 4px;
	cursor: pointer;
}
#header .headli .top-search form .form-control {
	width: 100%;
	height: 35px;
	border: none;
	padding: 0 10px;
	border-radius: 0 4px 4px 0;
	outline: none;
}
#header .headli .top-search .toplanguage {
	margin-left: 12px;
}
#header .headli .top-search .toplanguage dt {
	background: #E5E5E5;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
}
#header .headli .top-search .toplanguage dt span {
	padding: 0 5px;
	font-size: 14px;
}
#header .headli .top-search .toplanguage .language {
	position: relative;
}
#header .headli .top-search .toplanguage .language .lcom {
	position: absolute;
	top: 100%;
	background: #E5E5E5;
	width: calc(100% - 16px);
	z-index: 999;
	padding: 10px 8px;
	border-radius: 4px;
	display: none;
}
#header .headli .top-search .toplanguage .language:hover .lcom {
	display: block;
}
#header .headli .top-search .toplanguage .language .lcom a p {
	color: #333;
	margin-left: 5px;
	font-size: 14px;
}
#header .headli .top-search .toplanguage .language .lcom dd + dd {
	margin-top: 10px;
}





/*nav*/
nav {
	background: #FFFFFF;
}
#nav ul {
	width: 1200px;
}
#nav ul li
{
    display: inline-block;
    position: relative;
}
#nav ul li a
{
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 0px;
}
#nav ul li:hover,#nav ul li.current
{
	background: #fff;
	color: #333333;
}
#nav ul li:hover>a, #nav ul li.current>a {
	background: #fff;
	color: #333333;
}
#nav ul li > div {
    position: absolute;
    top: 100%;
    left: 0;
	z-index: 99999;
    display: none;
    text-align: left;
}
#nav ul li > div::before {
	content: " ";
	display: block;
	border-width: 0 7px 14px;
	border-style: solid;
	border-color: transparent transparent #FFFFFF;
	width: 0;
	height: 0;
	margin-left: 12px;
}
#nav ul li > div .bg {
	background: #fff;
	padding: 1px 0px 1px 4px;
	border-radius: 8px;
}
#nav ul li:hover > div {
    display: block;
}
#nav ul li > div a {
	color: #333;
	white-space: nowrap;
	padding: 0px 0px;
	font-size: 16px;
	display: block;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	margin: 18px 14px;
}
#nav ul li > div a:hover {
	color: #333333;
}
#nav ul li > div a span {
	padding-right: 8px;
}
#nav ul li > div .live {
	/*position: relative;*/
}
#nav ul li > div .live .erji {
	position: absolute;
	top: 14px;
	left: 100%;
	background: #fff;
	display: none;
	height: calc(100% - 14px);
	border-radius: 8px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 8px;
}
#nav ul li > div .live:hover .erji{
	display: block;
}
#nav ul li > div .live:hover .erji a{
	border-right: 1px solid #fff;
	margin: 18px 14px 18px 4px;
}

/*search*/
.search
{
	position: relative;
	float: left;
	width: 100%;
	padding: 8px 0 40px;
	text-align: center;
	background: #EEE4E3;
}
.search .WHAT {
	font-size: 30px;
	font-weight: lighter;
	font-style: italic;
	margin: 30px 0 30px 0;
	color: #333331;
}
.serch_box {
    padding: 7px;
    display: inline-block;
    background: white;
    border: 1px solid #ddd;
    border-radius: 7px;
    position: relative;
}
.search form {
    padding: 7px;
    display: inline-block;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 9px 1px #b3b3b3 inset;
}
.search dl.category
{
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: pointer;
	display: inline;
	float: left;
	position: relative;
	z-index: 9;
	border-radius: 5px;
	border: 1px solid #333333;
	color: white;
	width: 143px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.search dl.category:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.search dl.category dt
{
	background: url(../images/xialajian.png) 95% center no-repeat #333333;
	overflow: hidden;
	padding: 9px 0;
	font-size: 14px;
}
.search dl.category dd
{
	width: 142px;
	word-break: normal;
	background: white;
	position: absolute;
	border: 1px solid #333333;
	border-top: 0;
	display: none;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.search dl.category dd a
{
	border-top: 1px solid #EEE4E3;
	color: #333333;
	display: block;
	line-height: 16px;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
}
.search dl.category dd a:hover
{
	background: none repeat scroll 0 0 #EEE4E3;
}
.search dl.category:hover dd
{display: block;}
.search dl.category:hover dt
{
	background: url(../images/shangjian.png) 95% center no-repeat #333333;
}

.search .textbox,.search .textbox_focus
{
	border: 0;
	color: #999999;
	display: inline;
	float: left;
	outline: none;
	font-family: arial;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin-left: 5px;
	padding-left: 12px;
	width: 792px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.search .textbox_focus
{
	color:#333333;
}
.search .submit
{
	background: url("../images/search.png") no-repeat scroll center center #FFFFFF;
	border: medium none;
	cursor: pointer;
	display: inline;
	float: left;
	height: 36px;
	margin-left: 5px;
	overflow: hidden;
	text-indent: -200px;
	width: 58px;
}


/*position*/
#position
{
	padding-top: 8px;
	margin: 0 auto;
	width: 1200px;
}


/*main*/
#main
{
	padding-top: 10px;
	margin: 0 auto;
	width: 1200px;
	margin-bottom: 13px;
}


/*sider*/
#main .sider
{
	width: 280px;
	display: inline;
	float: left;
}
#main .sider dl.box
{
	border: 1px solid #C6D2E0;
}
#main .sider dl.box dt
{
	background: #333333;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	margin: 0;
	text-indent: 10px;
	padding: 10px 0;
}
#main .sider dl.box.cert img {
	max-width: 100%;
}

/*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 {
    color: #555555;
    border-bottom: 1px solid #D2DEEA;
    line-height: 22px;
    position: relative;
}
#main .sider dl.category dd .smenu {
    display: none;
}
#main .sider dl.category dd.active .smenu {
    display: block;
}
#main .sider dl.category dd a {
    font-size: 15px;
    overflow: hidden;
    line-height: 20px;
    padding: 5px 5px;
    color: #333;
}
#main .sider dl.category dd.active .smenu a {
    border-top: 1px solid #D2DEEA;
    padding-left: 3px;
}
#main .sider dl.category dd.active .smenu a .EFfx {
    font-size: 14px;
    margin-right: 4px;
}
#main .sider dl.category dd a:hover,#main .sider dl.category dd.active > a
{
	color:#7D7D7D; 
}
#main .sider dl.category dd ul .sub.active a {
    color: #333;
}
#main .sider dl.category dd.active .smenu .active {
    color: #7D7D7D;
}
#main .sider dl.category dd span
{
	color: #4E4E4E;
	display: none;
}
#main .sider dl.category dd.sub
{
	line-height: 18px;
    padding-left: 14px;
}
#main .sider dl.category dd.sub a
{
	font-weight: normal;
}
#main .sider dl.category dd ul {
    display: none;
    margin-bottom: 8px;
    position: absolute;
    top: 0;
    left: 100%;
    background: #F4F4F4;
    z-index: 9999999;
    border: 1px solid #D2DEEA;
}
/*#main .sider dl.category dd ul li{
	padding-left:15px;
	background: url("../images/men_li.png") no-repeat 8px 4px;
}*/
#main .sider dl.category dd:hover ul{
	display:block;
}
#main .sider dl.category dd ul .sub {
    padding: 3px 8px;
    border-bottom: 1px solid #D2DEEA;
    white-space: nowrap;
}
/*sider product*/


/*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: 117px;
}
#main .sider dl.product .item h2
{
	display: inline;
	float: right;
	line-height: 16px;
	width: 132px;
	margin-left: 8px;
	font-size: 15px;
    line-height: 24px;
}
#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 #444444;
	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: 910px;
	float: right;
}
#main .sBody .box,#main .dynamic .box
{
	border: 1px solid #C6D2E0;
}
#main .sBody .box .title,#main .dynamic .box .title
{
	background: #333333;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-indent: 10px;
	padding: 10px 0;
}
#main .sBody .box .title a, #main .dynamic .box .title a {
    color: white;
}
#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 9px;
}
#main .sBody .products .grid .item
{
	display: inline;
	float: left;
	margin: 5px 12px;
	overflow: hidden;
	text-align: center;
	width: 190px;
}
#main .sBody .products .grid .item a.pic
{
	border: 1px solid #DCDCDC;
	display: block;
	height: auto;
	overflow: hidden;
	text-align: center;
	width: auto;
}
#main .sBody .products .grid .item a.pic img
{
	display: block;
	max-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
{
	border-bottom: 1px dotted #DCDCDC;
	display: inline;
	float: left;
	height: auto;
	padding-left: 10px;
	margin-top: 10px;
	padding-right: 10px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding-bottom: 10px;
}
#main .sBody .products .list dl dt
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	display: inline;
	float: left;
	height: auto;
	text-align: center;
	width: auto;
}
#main .sBody .products .list dl dt a
{
	display: table-cell;
	height: auto;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
#main .sBody .products .list dl dt img
{
	vertical-align: middle;
	display: block;
	width: 205px;
	height: 205px;
	object-fit: contain;
}
#main .sBody .products .list dl dd
{
	display: inline;
	float: left;
	width: 637px;
}
#main .sBody .products .list dl dd h2
{
	display: inline;
	float: left;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-left: 10px;
	text-align: left;
	width: 510px;
}
#main .sBody .products .list dl dd h2 a
{
	font-size: 14px;
	font-weight: bold;
}
#main .sBody .products .list dl dd .btn
{
	display: inline;
	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: auto;
	line-height: 17px;
	margin-left: 10px;
	margin-top: 4px;
	width: 630px;
}
#main .sBody .products .list dl dd .summary a.more
{
	color: #4E4E4E;
	font-weight: bold;
	font-size: 15px;
}


/*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
{
	line-height: 22px;
	padding: 10px;
}


/*footer news*/
#main .dynamic
{
}
#main .dynamic .box
{
}


/*footer*/
.footer .footer-con .foot-top ,.footer .footer-con .navlink .link{
	width: 1220px;
	margin: 0 auto;
}
.footer .footer-con .navlink .link {
	width: 1200px;
}
.footer .footer-con .foot-top{
	margin-bottom: 50px;
	margin-top: 30px;
}
.footer .footer-con .foot-top .title_h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 16px;
}

.footer .footer-con .foot-top dl {
	padding: 0 10px;
}
.footer .footer-con .foot-top dd {
	padding: 12px 0;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.footer .footer-con .foot-top dd a{
	font-size: 16px;
	color: #333;
}
.footer .footer-con .foot-top dd a:hover {
	color: #7B7B7B;
}
.footer .footer-con .foot-top .foot-contactus {
	width: 330px;
}
.footer .footer-con .foot-top .foot-product {
	max-width: 330px;
}

.footer .footer-con .foot-top .foot-contactus dd .EFfx.eefx-youxiang- {
	font-size: 22px;
	margin-left: 4px;
}
.footer .footer-con .foot-top .foot-contactus dd .EFfx {
	font-size: 28px;
	margin-right: 10px;
}
.footer .footer-con .foot-top .foot-contactus dd .EFfx.eefx-zhiyuandidian5 {
	margin-top: 6px;
}
.footer .footer-con .foot-top .foot-contactus .Ffxa {
	margin-top: 50px;
}

.footer .footer-con .navlink {
	padding: 15px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.footer .footer-con .navlink a {
	font-size: 18px;
	color: #333;
}
.footer .footer-con .navlink a:hover {
	color: #7B7B7B;
}
.footer .copyright {
	text-align: center;
	font-size: 16px;
	padding-top: 40px;
	padding-bottom: 30px;
}


/*scroll*/
#main .scroll
{
}
#main .scroll .pic
{
	display: inline;
	float: left;
	height: 335px;
	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: #333333;
}
#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;
	height: 28px;
	padding: 5px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 442px;
	display:table;
}
#main .scroll .title a
{
	color: #000000;
	text-decoration: none;
	display:table-cell;
	vertical-align:middle;
}
#main .scroll dl.list
{
	width: 394px;
	height: 333px;
	border: 1px solid #C6D2E0;
	float:right;
}
#main .scroll dl.list dt
{
	background: #333333;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
#main .scroll dl.list dd
{
	height: auto;
	padding-left: 9px;
	margin-top: 4px;
	padding-right: 10px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
#main .scroll dl.list dd a.cover
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	height: auto;
	overflow: hidden;
	width: auto;
	display: inline;
	float: left;
}
#main .scroll dl.list dd a.cover img
{
	display:block;
}
#main .scroll dl.list dd h2
{
	display: inline;
	float: left;
	font-weight: normal;
	height: 53px;
	line-height: 14px;
	overflow: hidden;
	padding: 0 5px;
	width: 299px;
}
#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 #4B92D4;
	border: 1px solid #4B92D4;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	margin: 0 3px;
	padding: 5px 8px;
}
#page span
{
	border: 1px solid #DAE9F9;
	color: #AAAAAA;
	cursor: pointer;
	margin: 0 3px;
	padding: 5px 8px;
}
#page label
{
	border: 1px solid #DAE9F9;
	padding: 5px 8px;
	margin: 0 3px;
}


/*inquiry*/
table.inquiry
{
	background: none repeat scroll 0 0 #CCCCCC;
}
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 .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
{
	padding-top: 10px;
}
ul.video li
{
	background-position: center 0;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 10px rgba(200, 200, 200, 0.6);
	float: left;
	height: 276px;
	margin: 0 3px 20px;
	overflow: hidden;
	width: 215px;
}
ul.video li .cover
{
	height: 140px;
	width: 215px;
	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 80px 40px 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: -320px 40px;
}
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.googleplus
{
	background-position: 0 -224px;
}
.share a.linkedin
{
	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.vkontakte
{
	background-position: 0 -640px;
}
.share a.yahoo
{
	background-position: 0 -672px;
}
.share a.youtube
{
	background-position: 0 -704px;
}

.share a.instagram {
	background-position: 0 -737px;
}
.share a.tiktok {
	background-position: 0 -968px;
}
.share a.whatsapp {
	background-position: 0 -901px;
}
.share a.messenger {
	background-position: 0 -1005px;
}

/*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);
}
dl.box.cert dd {
    text-align: center;
    padding: 10px 0;
}

#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;
}