@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;
}

a img,
img {
	border: 0;
}

a:link {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #CA0007;
	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;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wentop {
	float: left;
	width: 100%;
	background: #42699f;
	padding-top: 12px;
	padding-bottom: 12px;
}

#header {}

#header .header_top {
	margin: 12px auto 12px auto;
	overflow: hidden;
	display: flex;
}

#header .header_con {
	width: 784px;
	display: flex;
	height: 106px;
	align-items: center;
	justify-content: center;
	font-size: 22pt;
	font-family: Arial;
}

#header .top_title {
	text-align: center;
}

#header .header_top .header_info li {

	font-size: 15px;
	padding: 5px 0px 5px 32px;
}

#header .header_top .header_info li a {

	color: #333;
	font-size: 15px;

}

#header .header_top .header_info li:nth-child(1) {

	background: url("../images/icon/mobile.png") no-repeat 4px center;

}

#header .header_top .header_info li:nth-child(2) {

	background: url("../images/icon/ATel.png") no-repeat 1px center;

}

#header .header_top .header_info li:nth-child(3) {

	background: url("../images/icon/email.png") no-repeat 0px center;

}

#header .header_top .header_info {
	/* margin-top: 12px; */
}

.wrapwen {
	margin: 0 auto;
	width: 1200px;
}

#header .logo img {
	display: block;
}

#header .phone {
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 10px;
	display: none;
}

#banner_scroll {
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

/*nav*/
#nav {
	background: #575757;
}

#nav .nav_box {
	display: flex;
}

#nav li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	position: relative;
}

#nav li a {
	color: #fff;
	display: block;
	padding: 0 28px;
	text-decoration: none;
	height: 42px;
	line-height: 42px;
}

#nav ul li:hover>a,
#nav ul li>a.current {
	background: #025CAC;
	color: #fff !important;
}

#nav ul li:hover>a,
#nav ul li.current>a {
	color: #42699f;
	border-color: #42699f;
}

#nav ul li>div {
	background: none repeat scroll 0 0 #5E006C;
	display: none;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	text-align: left;
	z-index: 999;
}

#nav ul li:hover>div {
	display: block;
}

#nav ul li div a {
	background: none repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	margin: 0;
	border-bottom: 1px solid #575757;
	outline: medium none #575757;
	overflow: hidden;
	padding: 0 40px;
	background-color: #575757;
	white-space: nowrap;
	height: 36px;
	line-height: 36px;
}

#nav ul li div a:hover {
	background: none repeat scroll 0 0 #025CAC;
}

#nav ul li>div .menu_children {
	position: relative;
}

#nav ul li>div .menu_children_item {
	position: absolute;
	top: 0;
	left: 100%;
	background: #6292D4;
	display: none;
}

#nav ul li>div .menu_children:hover .menu_children_item {
	display: block;
}

/*search*/
.search {
	float: right;
	position: relative;
}

.search dl.category {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #7F9DB9;
	cursor: pointer;
	display: inline;
	float: left;
	height: 30px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 143px;
	z-index: 9;
}

.search dl.category dt {
	background: url("../images/bg_doc.png") no-repeat scroll 124px -450px #FFFFFF;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 4px;
	font-size: 14px;
	padding-right: 20px;
}

.search dl.category dd {
	width: 142px;
	word-break: normal;
}

.search dl.category dd a {
	border-top: 1px solid #ddd;
	color: #333333;
	display: block;
	line-height: 16px;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
}

.search dl.category dd a:hover {
	background: none repeat scroll 0 0 #F4F9FE;
}

.search dl.category:hover {
	height: auto;
	overflow: visible;
}

.search dl.category:hover dt {
	background-position: 124px -472px;
	height: 30px;
}

.search .textbox_focus {
	border: 1px solid #7F9DB9;
	color: #333;
	display: inline;
	float: left;
	font-family: arial;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	padding-left: 7px;
	width: 387px;
}

.search .textbox,
.search .textbox_focus {

	border: 1px solid #ddd;
	color: #333;
	display: inline-block;
	float: right;
	font-family: arial;
	font-size: 14px;
	margin-top: 6px;
	height: 31px;
	line-height: 31px;
	margin-left: 5px;
	padding-left: 9px;
	width: 250px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 30px;
	margin-right: 13px;
	border-radius: 53px;

}

.search .submit {
	background: url(../images/icon/searchab.png) no-repeat;
	border: medium none;
	cursor: pointer;
	display: inline;
	width: 33px;
	height: 31px;
	text-indent: -999px;
	font-size: 14px;
	color: white;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 14px;
}

/* language */
#language {
	background: #F5F5F5;
}

#language .language_con {
	width: 1200px;
	margin: 0 auto;
	padding: 24px 0;
	overflow: hidden;
}

#language .language_con li {
	float: left;
	width: 100px;
	text-align: center;
}

#language .language_con li a {
	padding-top: 72px;
	display: block;
	background: url(../images/icon/Lang.png) no-repeat 6px 0;
}

#language .language_con li a.fr {
	background-position: -95px 0;
}

#language .language_con li a.de {
	background-position: -197px 0;
}

#language .language_con li a.it {
	background-position: -299px 0;
}

#language .language_con li a.ru {
	background-position: -400px 0;
}

#language .language_con li a.es {
	background-position: -501px 0;
}

#language .language_con li a.pt {
	background-position: -603px 0;
}

#language .language_con li a.nl {
	background-position: -704px 0;
}

#language .language_con li a.gr {
	background-position: -806px 0;
}

#language .language_con li a.ae {
	background-position: -906px 0;
}

#language .language_con li a.pl {
	background-position: -1008px 0;
}

#language .language_con li a.cn {
	background-position: -1109px 0;
}


/*position*/
#position {
	padding-top: 9px;
	margin: 0 auto;
	width: 1200px;
	clear: both;
}


/*main*/
#main {
	padding-top: 10px;
	margin: 0 auto;
	width: 1200px;
	clear: both;
	margin-bottom: 36px;
}

/*.description {*/
/*	height: 94px;*/
/*	background: #3E8AD3;*/
/*	line-height: 94px;*/
/*}*/

.description img {

	display: block;
	max-width: 100% !important;
	height: 96px !important;

}

/*sider*/
/*sider*/
#main .sider {
	background: none repeat scroll 0 0 #FCFCFC;
	display: inline;
	float: left;
	min-height: 900px;
	padding-bottom: 10px;
	width: 260px;
}

#main .sider dl.box {
	border-top: 5px solid #015BAC;
}

#main .sider dl.box dt {
	color: #015BAC;
	font-size: 18px;
	line-height: 40px;
	text-indent: 10px;
	font-weight: bold;
}

#main .sider dl.box img {
	width: 100%;
	display: block;
}

#main .sider dl.menu dd {
	font-size: 14px;
	font-weight: bold;
	padding: 11px 0;
	border-top: 1px solid #CDCDCD;
}

#main .sider dl.menu dd a.parent,
#main .sider dl.category dd a.parent {
	color: #808080;
	padding-left: 8px;
	text-decoration: none;
}

#main .sider dl.menu dd a.parent {
	#background: url("../images/cid_arrow.png") no-repeat scroll 5px 13px transparent;
	#border: 1px solid #EEEEEE;
	display: block;
	padding-left: 10px;
}

#main .sider dl.menu dd a.parent:hover {
	color: #4CA2D1;
	#border: 1px solid #6C007C;
}


/*sider category*/
#main .sider dl.category dd {
	font-size: 14px;
	font-weight: bold;
	#line-height: 35px;
	#margin: 0 7px;
	position: relative;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 11px;
}

#main .sider dl.category dd a.parent {
	#background: url("../images/cid_arrow.png") no-repeat scroll 230px 13px transparent;
	color: #808080;
	padding-left: 0px;
	text-decoration: none;
}

#main .sider dl.category dd span {
	color: #000000;
	font-weight: normal;
	display: none;
	float: right;
}

#main .sider dl.category dd a.parent:hover {
	color: #015BAC;
}

#main .sider dl.category dd.top a,
#main .sider dl.menu dd.top {
	border: none;
}


/*sider category*/
#main .sider dl.category dd ul {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #4CA2D1;
	display: none;
	left: 100%;
	position: absolute;
	top: -1px;
	width: 255px;
	z-index: 999;
}

#main .sider dl.category dd li {
	border-top: 1px dotted #999999;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	overflow: hidden;
}

#main .sider dl.category dd li a.sub {
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
}

#main .sider dl.category dd li span {
	color: #000000;
	font-weight: normal;
}

#main .sider dl.category dd li.top {
	border-left: 1px solid #EEEEEE;
	border-top: medium none;
	left: -1px;
	position: relative;

}

#main .sider dl.category dd:hover {
	background-color: #EDECEC;
	position: relative;
	z-index: 9999;
	border-top: 1px solid #015BAC;
	border-bottom: 1px solid #015BAC;
	border-left: 1px solid #015BAC;
}

#main .sider dl.category dd:hover a.parent {
	border-right: 1px solid #EDECEC;
	margin-right: -1px;
	position: relative;
	width: 190px;
	z-index: 9999;
	color: #015BAC;
}

#main .sider dl.category dd:hover ul {
	display: block;
}

#main .sider dl.category dd li:hover {
	background-color: #CCCCCC;
}

#main .sider dl.category dd li:hover a {
	font-weight: bold;
	color: #4CA2D1;
	text-decoration: none;
}

#main .sider dl.category dd.hide:hover a:hover {
	background-color: #EDECEC;
}


/*sider product*/
#main .sider dl.product dd {
	/* line-height: 22px;
	padding: 4px 4px 4px 10px; */
}

#main .sider dl.product .item {
	border-bottom: 1px solid #CDCDCD;
	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 #6C007C;
}

#main .sider dl.product .item a.pic img {
	width: 74px;
	display: block;
}

#main .sider dl.product .item h2 {
	display: inline;
	float: right;
	line-height: 16px;
	width: 160px;
}

#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: 14px;
	line-height: 24px;
	text-align: center;
}

#main .sider dl.subscribe dd .textbox,
#main .sider dl.subscribe dd .textbox_focus {
	background: none repeat scroll 0 0 #CECECE;
	border: 1px solid #919191;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto 10px;
	outline: medium none #CD853F;
	padding: 0 3px;
	width: 229px;
}

#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 {
	line-height: 16px;
	margin-top: 5px;
	padding-left: 10px;
}

#main .sider dl.latest dd a {
	color: #015BAC;
	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: 34px;
	_padding: 5px;
	font-size: 14px;
}

#main .sider dl.contactus dd a.btn {
	border: medium none;
	cursor: pointer;
	display: block;
	height: 26px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -999px;
	width: 129px;
	background: url("../images/inquiry_btn.png");
}

#main .sider dl.contactus dd div {
	padding: 5px;
}


/*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;
}

#main .sider dl.contactus dd .online a.whatsapp {
	background-position: -160px 0;
}

/*sBody*/
#main .sBody {
	width: 930px;
	float: right;
}

#main .sBody .box,
#main .dynamic .box {
	/* border: 1px solid #7294bb; */
}

#main .sBody .box .title,
#main .dynamic .box .title {
	padding: 15px 0px;
	color: #fff;
	background-color: #3e8ad3;
	font-size: 17px;
	font-weight: bold;
	line-height: 45px;
	padding-left: 10px;
}

#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 8px;
}

#main .sBody .products .grid .item {
	display: inline;
	float: left;
	margin: 5px 7px;
	overflow: hidden;
	text-align: center;
	width: 199px;
}

#main .sBody .products .grid .item a.pic {
	border: 1px solid #DCDCDC;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 2px;
	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: 5px;
}

#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;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 910px;
}

#main .sBody .products .list dl dt {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	display: inline;
	float: left;
	height: auto;
	padding: 2px;
	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;
}

#main .sBody .products .list dl dd {
	display: inline;
	float: left;
	width: 680px;
}

#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: 558px;
}

#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: 668px;
}

#main .sBody .products .list dl dd .summary a.more {
	color: #4E4E4E;
	padding-left: 10px;
}


/*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 {
	background: url("../images/footerbg.png") no-repeat;
	background-size: 100% 100%;
}

#footer .footer_link_bg {
	background: #00C0FF;
}

#footer .footer_link_bg #footer_link {
	width: 1200px;
	margin: 0 auto;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
}

#footer .footer_link_bg #footer_link a {
	font-size: 15px;
	padding: 0 12px;
	color: #fff;
	border-right: 2px solid white;
}

#footer .footer_link_bg #footer_link a:nth-last-child(1) {
	padding-right: 0;
	border-right: none;
}

#footer .footer_link_bg #footer_link a:nth-child(1) {
	padding-left: 0;
}

#footer .footer_top {
	padding: 30px 0;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#footer .footer_top .footer_con_from {
	float: left;
	width: 560px;
}

#footer .footer_top .footer_con_from input {
	width: 230px;
	height: 28px;
	margin: 10px 0px;
	padding-left: 8px;
	border: 1px solid #ddd;
}

#footer .footer_top .footer_con_from input:nth-child(1) {
	margin-right: 20px;
}

#footer .footer_top .footer_con_from #Enquiry {

	width: 492px;
	height: 100px;
	margin: 7px 0;
	padding-left: 8px;
	padding-top: 6px;
	font-family: arial;
}

#footer .footer_top .footer_con_from .formd img {
	height: 28px;
	vertical-align: middle;
}

#footer .footer_top .footer_con_from .btn,
#footer .footer_top .footer_con_from .btn_over {
	display: inline-block;
	width: 111px;
	border: 1px solid #ddd;
	background: #FFF;
	color: #9A9A9A;
}

#footer .footer_top .footer_con_from .btn_over {
	background: #F5F5F5;
	color: #2B74CD;
}

#footer .footer_top .footer_title {
	float: right;
	width: 600px;
	position: relative;
	padding-bottom: 30px;
}

#footer .footer_top .footer_title h2 {
	font-size: 28px;
	color: #FFF;
	margin-bottom: 20px;
}

#footer .footer_top .footer_title li {
	font-size: 15px;
	color: #fff;
	margin: 2px 0;
	padding: 0px 30px;
	line-height: 30px;
}

#footer .footer_top .footer_title li a {
	font-size: 15px;
	color: #fff;
}

#footer .footer_top .footer_title li.address) {
	background: url(../images/icon/footinfo.png) no-repeat 0 -3px;
}

#footer .footer_top .footer_title li.email {
	background: url(../images/icon/footinfo.png) no-repeat 0 -76px;
}

#footer .footer_top .footer_title li.tel {
	background: url(../images/icon/footinfo.png) no-repeat 0 -110px;
}

#footer .footer_top .footer_title li.fax {
	background: url(../images/icon/footinfo.png) no-repeat 0 -146px;
}

#footer .footer_top .footer_title li.QQ {
	background: url(../images/icon/footinfo.png) no-repeat 0 -182px;
}

#footer .footer_top .footer_title li.Wechat {
	background: url(../images/icon/footinfo.png) no-repeat 0 -216px;
}

#footer .footer_top .footer_title .footer_erweima {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.footte {
	float: left;
	width: 100%;
	background: #42699f;
	padding-top: 40px;
	padding-bottom: 20px;
}

dl.lxwmbs {
	float: left;
	width: 250px;
}

#footer dl dt {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: white;
	margin-bottom: 36px;
	font-size: 20px;
	font-weight: bold;
}

dl.lxwmbs dd {
	float: left;
	width: 100%;
}

dl.aboutwm {
	float: left;
	margin-left: 48px;
	width: 193px;
}

dl.aboutwm dd {
	float: left;
	width: 100%;
	margin-bottom: 13px;
}

dl.aboutwm dd a {
	font-size: 14px;
	color: white;
}

dl.cpflmm {
	float: left;
	margin-left: 35px;
	width: 223px;
}

dl.cpflmm dd {
	float: left;
	width: 100%;
	margin-bottom: 13px;
}

dl.cpflmm dd a {
	font-size: 14px;
	color: white;
}

dl.submiww {
	float: right;
	width: 296px;
}

dl.submiww dd {
	float: left;
	width: 100%;
}

dl.submiww dd .annotation {
	font-size: 14px;
	margin-bottom: 17px;
}

dl.submiww dd input[type=text] {
	height: 33px;
	width: 180px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 7px;
}

dl.submiww dd input[type=submit] {
	box-sizing: border-box;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0;
	height: 33px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: white;
	background: #4f93f3;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

dl.submiww dd input[type=submit]:hover {
	background: #333;
}

.footte1 {
	float: left;
	width: 100%;
	background: #313335;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#footer .list {
	margin: 0 auto;
	width: 940px;
	border: 1px solid #C6D2E0;
	display: none;
	background: url("../images/footer_bg.gif") repeat-x scroll 0 0 transparent;
}

#footer .list dl {
	border-left: 1px solid #E7F3FF;
	display: inline;
	float: left;
	padding: 0 0 10px 15px;
	width: 196px;
}

#footer .list dl.first {
	border: none;
}

#footer .list dt {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}

#footer .list dd {
	line-height: 22px;
}

#footer .list dd a {
	color: #4E4E4E;
}

#footer .list dd a:hover {
	color: #CA0007;
}

#footer .link {
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
}

#footer .link a {
	margin: 0 20px;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
}

#footer .copyright {
	line-height: 30px;
	padding-bottom: 40px;
	text-align: center;
	display: none;
}

#canonical {
	display: none;
}

.dbdizs {
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
}

/*scroll*/
#main .scroll {}

#main .scroll .pic {
	display: inline;
	float: left;
	height: 301px;
	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: auto;
	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;
	height: 26px;
	display: table;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 442px;
}

#main .scroll .title a {
	color: #000000;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

#main .scroll dl.list {
	width: 385px;
	height: 299px;
	border: 1px solid #DCDCDC;
	float: right;
}

#main .scroll dl.list dt {
	background: #42699f;
	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;
	margin-left: 3px;
	margin-top: 10px;
	width: 375px;
	float: left;
}

#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: 39px;
	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 #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.3);
	float: left;
	height: 276px;
	margin: 0 12px 20px;
	overflow: hidden;
	width: 202px;
}

ul.video li .cover {
	height: 154px;
	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: 18px;
	margin-bottom: 10px;
	/* text-transform: uppercase; */
	text-align: center;

	overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2;                     								
	-webkit-box-orient: vertical;

}

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;
}
*/
/*wenshare*/
.share.wenshare {
	float: left;
	padding: 0;
	margin-top: 15px;
}

.share.wenshare a {
	display: block;
	float: left;
	height: 32px;
	margin: 0 3px;
	width: 32px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.share.wenshare a:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.share a {
	width: 32px;
	height: 32px;
	background: #fff;
	display: inline-block;
	margin: 0 1px;
	background: url("../images/smsm1.png") no-repeat 0 1px;
	background-size: 30px;
}

.share a.in {
	background-position: 0 -304px;
}

.share a.youtube {
	background-position: 0 -572px;
}

.share a.pinterest {
	background-position: 0 -418px;
}

.share a.twitter {
	background-position: 0 -495px;
}

.share a.plus {
	background-position: 0 -266px;
}

.share a.facebook {
	background-position: 0 -189px;
}

.share a.digg {
	background-position: 0 -112px;
}

.share a.blogger {
	background-position: 0 -35px;
}

.share a.tumblr {
	background-position: 0 -532px;
}

.share a.yahoo {
	background-position: 0 -608px;
}

.share a.google {
	background-position: 0 -226px;
}

.share a.instagram {
	background-position: 0px -649px;
}

.share a.alibaba {
	background-position: 0px -686px;
}


/*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);
}

#banner_scroll li {
	background-size: 100% 100%;
}

#main .sBody .article .content tbody tr:first-child img{
    width: 240px;
    display: block;
}

#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;
}
#Description h1, #Description h2, #Description h3, #Description h4, #Description h5, #Description h6 ,#Description p{
	margin: revert;
	padding: revert;
	font-size: revert;
}