@charset "utf-8";


/*标签重定义*/
html, body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, form, input, button, textarea, i, em, b, strong, a {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 12px;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体", Helvetica, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
html, body {
	min-width: 1200px;
}
ul {
	list-style: none;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
}
i {
	display: inline-block;
	font-size: 0px;
}
button {
	cursor: pointer;
	outline: none;
	border: none;
	border-radius: 3px;
	color: #fff;
}
button:hover {
	opacity: 0.9;
}


/*---------- 共同样式 ----------*/
.c-nav-w1200{
	/*padding-left: 550px;*/
}
.c-w100p { 
	width: 100%; 
	min-width: 1200px;
}
.c-w1200{ 
	width: 1200px; 
	margin: 0 auto; 
}
.c-themeCl1 {
	color: #3ca5f6 !important;  /*蓝色*/
}
.c-themeCl2 {
	color: #f73557 !important;  /*红色*/
}
.c-themeBg1 {
	background-color: #3ca5f6 !important;
	color: #fff !important;
}
.c-themeBg2 {
	background-color: #f73557 !important;
	color: #fff !important;
}
.c-themeBg3 {
	background-color: #f5f5f5 !important;
	color: #fff !important;
}
.c-nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.c-inlineblock-T {
	font-size: 0;
}
.c-inlineblock-T>* {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
}
.c-inlineblock-M {
	font-size: 0;
}
.c-inlineblock-M>* {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.c-inlineblock-B {
	font-size: 0;
}
.c-inlineblock-B>* {
	display: inline-block;
	font-size: 12px;
	vertical-align: bottom;
}
.c-float-L>* {
	float: left;
}
.c-float-L:after {
	content: '.';
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
}
.c-float-R>* {
	float: right;
}
.c-float-R:after {
	content: '.';
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
}


/*---------- 布局 layout ---------*/
.l-topbar {
	height: 50px;
	background: #666;
	z-index: 999 !important;
}
.l-header {
	height: 120px;
	background: #333;
}
.l-footer {
	margin-top: 100px;
	float: left;
}
/*新增 float: left;*/

/*--------- 模块 module ---------*/

/* topbar */
.m-topbar-L {
	margin-top: 18px;
}
.m-topbar-L li {
	padding: 0 10px;
	border-left: 1px solid #fff;
}
.m-topbar-L li:first-child {
	padding-left: 0;
	border-left: none;
}
.m-topbar-L li a {
	color: #fff;
}
.m-topbar-R {
	float: right;
}
.m-topbar-R>* {
	margin-left: 20px;
}
.m-search,
.m-login {
	height: 30px;
	padding: 0 10px;
	margin-top: 9px;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
}
.m-search input {
	width: 250px;
	height: 100%;
	color: #fff;
	border: none;
	background: none;
	outline: none;
}
.m-search i {
	width: 15px;
	height: 15px;
	margin-left: 5px;
	font-size: 0;
	background: url(../img/search.png);
	background-size: cover;
	cursor: pointer;
}
.m-login:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
	overflow: visible;
}
.m-login * {
	color: #fff;
}
.m-login li {
	padding: 0 10px;
	border-left: 1px solid #fff;
}
.m-login li:first-child {
	padding-left: 0px;
	border-left: none;
}
.m-login span {
	padding-right: 10px;
}
.m-avatar {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.m-avatar img {
	width: 100%;
	height: 100%;
}
.m-language {
	position: relative;
	margin-top: 10px;
	z-index: 99;
}
.m-language:hover .p-language {
	display: block;
}
.m-language>div {
	color: #fff;
	font-size: 20px;
	display: block;
	width: 103px;
	height: 32px;
	width: 81px;
	height: 30px;
}
.m-language>div:hover {
	opacity:0.9;
}
.m-language li a {
	display: block;
	width: 48px;
	height: 32px;
	font-size: 0;
}
/*.m-language .ch {
	background: url(../img/flag-ch.png);
}
.m-language .en {
	background: url(../img/flag-xjp.png);
}
.m-language .id {
	background: url(../img/flag-yinni.png);
}
.m-language .kh {
	background: url(../img/flag-jpz.png);
}
.m-language .ph {
	background: url(../img/flag-flb.png);
}
.m-language .vn {
	background: url(../img/flag-yuenan.png);
}
.m-language .ms {
	background: url(../img/flag-mlxy.png);
}
.m-language .mm {
	background: url(../img/flag-miandian.png);
}
.m-language .th {
	background: url(../img/flag-taiguo.png);
}
.m-language .la {
	background: url(../img/flag-laowo.png);
}*/

/*header*/
.m-logo {
	width: 308px;
	height: 45px;
	margin-top: 53px;
}
.m-logo img {
	width: 100%;
	height: 100%;
}
.m-logo img {
	width: 43px;
	height: 42px;
	float: left;
}
.m-logo h1 {
	margin-left: 25px;
	float: left;
	color: #fff;
	font-size: 18px;
	letter-spacing:1.8px
}
.m-logo h2 {
	margin-left: 52px;
	float: left;
	color: #fff;
	font-size: 10px;
	margin-top: -18px;
}
.m-nav {
	float: right;
	margin-top: 60px;
	width: 882px;
}
.m-nav li {
	padding-bottom: 8px;
	margin-left: 50px;
}
.m-nav li.in {
	border-bottom: 2px solid #f73557;
}
.m-nav li a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

/* footer */
.m-footer1 {
	padding: 90px 0 100px;
	background: #ebebeb;
}
.m-footer1 li {
	width: 130px;
	margin-right: 20px;
}
.m-footer1 li h1 {
	font-size: 14px;
	font-weight: bold;
}
.m-footer1 li>div {
	margin-top: 25px;
}
.m-footer1 li a {
	display: block;
	margin-top: 6px;
}
.m-footer1 li select {
	width: 100%;
	height: 34px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
}
.m-footer1 li.about {
	width: 250px;
}
.m-footer1 li.about a {
	margin-right: 25px;
}
.m-footer1 li.link {
	float: right;
	width: 260px;
}
.m-footer2 {
	padding: 35px 0;
	background: #333;
	text-align: center;
}
.m-footer2 p {
	padding: 5px 0;
	color: #fff;
}

/* 图片框 */
.m-gridImg {
	position: relative;
	overflow: hidden;
}
.m-gridImg:hover img {
	transition: all 0.6s;
	transform: scale(1.2);
}
.m-gridImg img {
	display: block;
	position: absolute;
	transition: all 0.6s;
}

/* 页码 */

.m-page {
	margin: 0 auto;
}
.m-page>div {
	text-align: center;
}
.m-page a {
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	margin: 0 2px;
	font-size: 14px;
}


/*---------元件unit---------*/
.u-trumpet {
	width: 16px;
	height: 16px;
	background: url(../img/laba.png);
}


/*---------面板panel---------*/
.p-filterLibrary {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 800px;
	padding: 20px;
	border: 1px solid #e6e6e6;
	background: #fafafa;	
}
.p-filterLibrary li {
	margin: 0 20px 20px 0;
}
.p-language {
	display: none;
	position: absolute;
	top: -10px;
	left: -15px;
	padding: 50px 16px 10px;
	background: #999;
	background: rgba(0,0,0,0.6);
}
.p-language li {
	margin-bottom: 8px;
	/* border: 1px solid rgba(255,255,255,0.5); */
}
.p-language li a {
	color: #fff;
	font-size: 20px;
	display: block;
	width: 103px;
	height: 32px;
}
.p-language li a:hover {
	opacity: 1;
}


/*---------- 状态 style ---------*/
.s-tetradFocus .cont li:first-child {
	
}


.margin-bottom-30{margin-bottom: 30px;}

