﻿html {
color:#666;
background:#fff;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
_text-overflow:ellipsis;
}

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,group,menu,nav,section {
margin:0;
padding:0;
}

audio,canvas,video {
display:inline;
zoom:1;
}

body,button,input,select,textarea {
font:14px/1.5 "Hiragino Sans GB",arial;
}

h1,h2,h3,h4,h5,h6 {
font-family:"Hiragino Sans GB","Microsoft Yahei",simhei;
}

input,select,textarea {
font-size:1em;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

button,input[type="button"],input[type="submit"] {
cursor:pointer;
}

input[type="search"] {
-webkit-appearance:textfield;
}

textarea {
resize:vertical;
overflow-y:auto;
}

table {
border-collapse:collapse;
border-spacing:0;
}

th {
text-align:inherit;
}

fieldset,img,iframe {
border:0 none;
}

img {
display:inline-block;
vertical-align:bottom;
-ms-interpolation-mode:bicubic;
}

blockquote {
background:#f1f1f1;
margin:1em 4em 1em 2em;
padding:.6em 1em;
}

blockquote blockquote {
margin-left:2em;
border-left:.4em solid #ddd;
padding:0 0 0 1em;
}

acronym,abbr {
border-bottom:1px dotted;
font-variant:normal;
}

abbr {
cursor:help;
}

del {
text-decoration:line-through;
}

address,caption,cite,code,den,em,th,var {
font-style:normal;
font-weight:500;
}

ul,ol {
list-style:none;
}

li {
vertical-align:top;
}

caption,th {
text-align:left;
}

q:before,q:after {
content:'';
}

sub,sup {
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}

sup {
top:-.5em;
}

sub {
bottom:-.25em;
}

mark {
background:#fffdd1;
}

pre,code {
font-family:"Courier New",Courier,"Hiragino Sans GB",monospace;
}

pre {
border:1px solid #ddd;
border-left-width:.4em;
background:#fbfbfb;
padding:10px;
}

small {
font-size:12px;
color:#888;
}

.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
}

.cf:before,.cf:after {
content:"";
display:table;
}

.cf:after {
clear:both;
}

.cf {
zoom:1;
}

.hidden {
visibility:hidden;
}

.char {
font-family:simsun;
font-style:normal;
}

.divide {
font-style:normal;
}

body {
position:relative;
z-index:1;
min-width: 1000px;
min-height: 800px;
}
/*RESRT END*/
.ease{
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.blur{
	-webkit-filter:blur(10px);
}

.bg_layer1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.bg_layer2{
	position: absolute;
	bottom: 66px;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	
	background-size:cover;
}
.bg_layer3{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
}
.index_bg_layer3{
	width: 1280px;
	height: 699px;
	margin: -350px 0 0 -640px;
	background-image: url(../images/bg_layer3_index.png);
}
.join_bg_layer3{
	width: 1344px;
	height: 703px;
	margin: -350px 0 0 -672px;
	background-image: url(../images/bg_layer3_join.png);
}
.framework_bg_layer3{
	width: 1462px;
	height: 651px;
	margin: -325px 0 0 -731px;
	background-image: url(../images/bg_layer3_framework.png);
}
.intro_bg_layer3,
.privacy_bg_layer3{
	width: 1280px;
	height: 594px;
	margin: -300px 0 0 -640px;
	background-image: url(../images/bg_layer3_intro.png);
}
.member_bg_layer3{
	width: 1534px;
	height: 711px;
	margin: -400px 0 0 -767px;
	background-image: url(../images/bg_layer3_member.png);
}
.h_wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 240px;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
}
:root .h_wrap {
	filter:none;	 /*处理IE9浏览器中的滤镜效果*/
}
.h_wrap:hover{
	background-color: rgba(0,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC000000', endColorstr='#CC000000');
}
:root .h_wrap:hover {
	filter:none;	 /*处理IE9浏览器中的滤镜效果*/
}
h1{
	width: 100%;
	height: 190px;
}
.logo{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
.n_wrap{
	padding: 0 0 66px;
}
.n_wrap:hover .nav_intro .nav_tag{
	background-position: -106px 0;
}
.n_wrap:hover .nav_member .nav_tag{
	background-position: -106px -53px;
}
.n_wrap:hover .nav_framework .nav_tag{
	background-position: -106px -106px;
}
.n_wrap:hover .nav_lmcy .nav_tag{
	background-position: -106px -159px;
}
.n_wrap:hover .nav_join .nav_tag{
	background-position: -106px -212px;
}
.n_wrap:hover .nav_text{
	color: #56525c;
}
.nav_btn{
	width: 100%;
	height: 53px;
	padding: 26px 0;
}
.nav_link{
	position: relative;
	display: block;
	width: 100%;
	height: 53px;
	font-family: "Microsoft Yahei";
	text-decoration: none;
}
.nav_tag{
	position: absolute;
	top: 0px;
	left: 26px;
	display: block;
	width: 53px;
	height: 53px;
	background-image:url(../images/icon.png);;
}
.nav_intro .nav_tag{
	background-position: 0 0;
}
.nav_member .nav_tag{
	background-position: 0 -53px;
}
.nav_framework .nav_tag{
	background-position: 0 -105px;
}
.nav_lmcy .nav_tag{
	background-position: 0 -160px;
}
.nav_join .nav_tag{
	background-position: 0 -213px;
}
.n_wrap .sel .nav_intro .nav_tag,
.n_wrap:hover .nav_intro:hover .nav_tag{
	background-position: -53px 0;
}
.n_wrap .sel .nav_member .nav_tag,
.n_wrap:hover .nav_member:hover .nav_tag{
	background-position: -53px -53px;
}
.n_wrap .sel .nav_framework .nav_tag,
.n_wrap:hover .nav_framework:hover .nav_tag{
	background-position: -53px -106px;
}
.n_wrap .sel .nav_framework .nav_tag,
.n_wrap:hover .nav_lmcy:hover .nav_tag{
	background-position: -53px -159px;
}
	
.n_wrap .sel .nav_join .nav_tag,
.n_wrap:hover .nav_join:hover .nav_tag{
	background-position: -53px -212px;
}

.nav_text{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 51px;
	padding: 0 0 0 130px;
}
.n_wrap .sel .nav_text,
.n_wrap:hover .nav_link:hover .nav_text{
	color: #009fe3;
	border-right:10px solid #009fe3;
}
.s_wrap{
	position: relative;
	z-index: 10;
	margin: 0 0 0 240px;
	padding: 0 0 66px;
	overflow: hidden;
}
.intro_cont_item-lmdw{text-align:left;}
.intro_cont_item-lmdw li{height:40px;padding:0; margin:0; margin-top:5px;  padding-left:80px; line-height:40px;}
.cont_wrap{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 720px;
	text-align: center;
}
.index_cont{
	height: 220px;
	margin: -220px 0 0 -360px;
}
.index_logo{
	display: inline-block;
	width: 345px;
	height: 122px;
	margin: 0 auto;
	background-image: url(../images/index_logo.png);
}
.index_text{

}
.index_text p{
	font-size: 12px;
	line-height: 30px;
	font-weight:bold;
	color: #333;
	text-align:left;
	font-size:16px;
}
.join_cont{
	height: 390px;
	margin: -245px 0 0 -360px;
}
.cont_title{
	color: #201f1f;
	font-size: 16px;
	text-align: right;
	font-family: "Microsoft Yahei";
}
.join_title{
	height: 70px;
	line-height: 70px;
}
.join_detail{
	width: 100%;
	height: 290px;
	padding: 30px 0 0;
	background-color: #f7fbfc;
	text-align: left;
}
.join_logo{
	width: 111px;
	height: 39px;
	margin: 0 0 0 570px;
	background-image: url(../images/join_logo.png);
}
.join_sologn{
	margin: 10px 40px 30px 40px;
}
.join_sologn p{
	font-size: 26px;
	color: #201f1f;
	line-height: 36px;
	font-family: "Microsoft Yahei";
}
.join_disabled {
    background-image: url("../images/join_disabled.png");
    height: 320px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 720px;
    z-index: 2;
}
.join_info{
	margin: 0 40px;
}
.join_info p{
	line-height: 26px;
	font-size: 12px;
	color: #201f1f;
	font-family: "Microsoft Yahei";
}
.join_btn{
	display: block;
	width: 132px;
	height: 65px;
	margin: 0 0 0 550px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/join_btn.png);
}
.join_disabled{
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 2;
	width: 720px;
	height: 320px;
	background-image: url(../images/join_disabled.png);
}
.framework_title{
	height: 116px;
	line-height: 116px;
	padding: 0 60px 0 0;
}
.framework_cont{
	height: 600px;
	margin: -466px 0 0 -426px;
}
.framework_pic{
	width: 684px;
	height: 596px;
	margin: 0 auto;
	background-image:url(../images/lmjg.png);
}
.intro_cont,
.privacy_cont{
	width: 740px;
	height: 430px;
	margin: -220px 0 0 -367px;
}
.intro_cont_tab,
.privacy_cont_tab{
	height: 64px;
	text-align: left;
}
.intro_cont_logo,
.privacy_cont_logo{
	float: left;
	width: 345px;
	height: 80px;
	background:url(../images/logo-lmjs.png) no-repeat;
}
.intro_cont_tab_list{
	float: left;
	border-radius:5px;
	height: 40px;
	margin: 22px 0 0 20px;
	background-color: #009fe3;
}
.intro_cont_tab_item{
	position: relative;
	float: left;
	width: 90px;
	height: 40px;
	text-decoration: none;
}
.intro_cont_tab_item span{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: "Microsoft Yahei";
}
.intro_cont_tab_item i{
	height:6px;
	width:10px;
	display:none;
	position:absolute;
	bottom:0px; 
	left:50%;
	background:url(../images/dqxs.png) no-repeat;
}
.intro_cont_tab_list .sel i{
	display: block;
}
.intro_cont_list{
	padding: 20px 0 0;
}
.intro_cont_list .sel{
	display: block;
}
.fqdw{float:left; margin-left:20px; margin-top:20px;}
.intro_cont_item{
display: none;
	text-align: left;
}
.intro_cont_item .p{
	
	line-height:40px;
	color:#333;
	width:615px;
	padding-left:20px; 
	display:block;
	
	
	
	}

.intro_cont_item p{
	font-weight:bold;
	color: #333;
	font-size:16px;
	line-height: 30px;
	text-indent:2em;
}
.intro_cont_task{
	background:url(../images/lmdw-bg.png) no-repeat; width:708px; height:307px;
}
.intro_cont_task_item{
	position: relative;
	padding: 14px 30px 14px 73px;
}
.intro_cont_task .even{
	background-color: #c3bbbb;
}
.intro_cont_task .odd{
	
}
.intro_cont_task_item p{
	line-height: 47px;
	font-size: 16px;
	color: #333;
	font-weight:bold;
	 opacity: 1;
}
.intro_cont_task_num{
	font-weight:bold;
	position: absolute;
	top: -21px;
	left: 22px;
	display: block;
	width: 53px;
	height: 24px;
	padding: 32px 0 0;
	line-height: 24px;
	font-size: 16px;
	color: #FFF;
	text-indent: 12px;

}
.intro_cont_task .even .intro_cont_task_num{
	background-position: 0 0;
}
.intro_cont_task .odd{
	
}
.member_list_cont{
	height: 430px;
	margin: -250px 0 0 -360px;
}
.member_list_cont .hide{
	display: none;
}
.member_list_ctrl{
	height: 50px;
	text-align: right;
}
.member_list_ctrl_list{
	display: inline-block;
	line-height: 50px;
}
.member_list_ctrl_list i{
	display: inline-block;
	width: 20px;
	height: 8px;
	margin: 0 1px 0 0;
	line-height: 50px;
	background-color: #3f5f6d;
}
.member_list_ctrl_list .sel{
	background-color: #000;
}
.member_list_ctrl_info{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 80px 0 12px;
}
.member_list_slider{
	position: relative;
	width: 100%;
	height:374px;
	margin: 0 auto;
	overflow: hidden;
}
.member_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 374px;
}
.member_list_items{
	display: flex;
	align-items: center;
	width: 100%;
	height: 374px;
}
.member_list_item{
	float: left;
	width: 220px;
	height: 220px;
	   margin: 0 10px 10px;
}
.member_list_item img{
	
	width: 100%;
	height: 100%;
}
.member_list_prev,
.member_list_next{
	display: block;
	position: absolute;
	top: 204px;
	width: 33px;
	height: 66px;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(../images/sprites.png);
}
.member_list_prev{
	left: 10px;
	background-position: 0 -62px;
}
.member_list_next{
	right: 10px;
	background-position: -33px -62px;
}
.member_detail_cont{
	position: relative;
	top: 0;
	left: 0;
	margin: 120px auto;
}
.member_detail_item{
	display: none;
	 background:rgba( 255 , 255 , 255 ,0.5); padding-right:10px; overflow:hidden;
}
.member_detail_title{
	padding: 14px;
}
.member_detail_title h2{
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	float:right;
	padding-top:10px;
}
.member_detail_title_info{
	font-size: 18px;
	line-height: 28px;
}
.member_detail_wrap{
	margin:80px 0 0;
	padding: 0 14px;
}
.member_detail_pic{
	float: left;
	width: 273px;
	height: 65px;
}
.member_detail_pic img{
	width: 100%;
	height: 100%;
}
.member_detail_text{
	float: left;
	width: 691px;
	text-indent:2em;
	padding: 0 0 0 12px;
	text-align: left;
}
.member_detail_text p{
	line-height: 38px;
	color: #201f1f;
	padding-right:15px;
}
.member_detail_visit_btn{
	margin: 40px 0 0;
	text-align: right;
}
.member_detail_visit_btn a{
	display: inline-block;
	padding: 10px 14px;
	border-radius: 10px;
	color: #fff;
	font-family: "Microsoft Yahei";
	text-decoration: none;
	font-size: 12px;
	background-color: #009fe3;
}
.member_detail_back_btn{
	margin: 80px 0 0;
	text-align: right;
}
.back{margin-top:20px;}
.member_detail_back_link{
	display: inline-block;
	padding: 0 0 0 30px;

	color: #333;

	font-size: 22px;
	text-decoration: none;
}
.f_wrap{
	position: absolute;
	bottom: 0;
	z-index: 30;
	width: 100%;
	height: 66px;
	background-color: #201f1f;
}
.f_wrap p{
	color: #6b5c5c;
	line-height: 66px;
	padding: 0 0 0 20px;
}
.f_wrap a{
	color: #b3e5fc;
}

.privacy_cont_item{
	margin: 20px 0;
	padding: 20px 28px;
	height: 100%;
	overflow-y: auto;
	background-color: #e8e0e0;
	font-size: 12px;
	text-align: left;
}
.privacy_cont_text_wrap .privacy_btn_show{
	display: inline-block;
}
.privacy_switch_btn{
	display: none;
	line-height: 30px;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}
.privacy_start_btn{
	background-color: #30d180;
}
.privacy_stop_btn{
	background-color: #b61c1c;
}
.privacy_cont_title{
	font-weight: bold;
	padding: 0 0 10px;
	color: #000;
}
.privacy_cont_text_wrap{
	padding: 10px 0;
	color: #000;
}
.privacy_cont_text{

}
.privacy_text_title{
	font-weight: bold;
}

/* index news popup */
.news_icon{width:39px; height:39px; position:absolute; right:0; bottom:193px; cursor:pointer; background: transparent url("../images/news_icon.png") 0 bottom no-repeat;z-index:20;}
.news_mask{width:100%;height:100%;background-color: #000;opacity: 0.5;position: absolute;left: 0;top: 0;z-index: 40}
.news_wrap{width:682px; position:absolute; left:50%; top:50%; margin-left:-220px; margin-top:-190px;z-index:50; background: #fcfcfc;}
.news_wrap_bg{ min-height:439px; _height:439px; margin-left:-220px !important; margin-top:-220px !important; background: #fcfcfc url("../images/news_bottom.png") 0 bottom no-repeat;}
.news_close{width:46px; height:46px; position:absolute; right:21px; top:-21px; cursor:pointer; background: transparent url("../images/news_close.png") 0 bottom no-repeat;}
.news_title{width:247px; height:51px; line-height:45px; font-size:21px; padding-left:70px; position:absolute; left:-10px; top:24px; color:#FFF;font-family: "Microsoft Yahei"; background: transparent url("../images/news_title_bg.png") 0 bottom no-repeat; }
.news_logo{width:211px; height:59px; margin:40px 40px 0 0; float:right; clear:both;}
.news_sub{width:211px; height:59px; margin:5px 40px 0 0; float:right; clear:both; text-align:center; color:#009fe3; font-size:15px;font-family: "Microsoft Yahei";}
.news_text{margin:20px 40px; text-align:left; clear:both; }
.news_gallery{ margin: 20px auto; clear:both; text-align:center;}
.news_gallery2{ margin: 30px auto 20px; clear:both; text-align:center;}
