@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
	position: relative;
	background: #F7F8FA;
	color: #333;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input,
textarea,
select {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

img {
	border: none;
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

html,
body {
	height: 100%;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block !important;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

.lx_jAll{
    width: 100%;
    background-color: #fff;
    position: relative;
}
.lx_jHeader{
    width: 1200px;
    margin: 0 auto;
    height: 85px;
    line-height: 85px;
}
.lx_jNav>ul{
    display: inline-block;
}
.lx_jNav>ul>li{
    float: left;
    padding-left: 14px;
    padding-right: 14px;
}
.lx_jNav li>a{
    cursor: pointer;
    font-size: 16px;
    color: #333;
}
.lx_jNav li>a:hover{
    color:#136ccd;
}
.lx_jLogin{
    width: 121px;
    height: 42px;
    background-color: #136ccd;
    margin-top: 20px;
    line-height: 42px;
    border-radius: 20px;
    text-align: center;
}
.lx_jLogin>a,.lx_jLogin>span{
    color: #fff;
    font-size: 16px;
}
.lx_jSearch{
    margin-left: 8px;
    margin-right: 26px;
}
.lx_jPic{
    width: 100%;
    position: relative;
}
.lx_jPic>img{
    width: 100%;
    height: 350px;
}
.lx_jPingList{
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 52%;
}
.lx_jPingList>ul{
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 5px;
    background-color: #136ccd;
}
.lx_jPingList>ul>li{
    float: left;
    width: 12.5%;
    border-right: 1px solid #0056b3;
    text-align: center;
    height: 92px;
    padding-left:23px;
    padding-right: 23px;
    cursor: pointer;
}
.lx_jPingList>ul>li:last-child{
    border-right: 0;
}
.lx_jPingList li>div>a{
    display: block;
    color: #fff;
    font-size: 16px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 64px;
}
.lx_jPingList li>div{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding-top: 64px;
   position: relative;
}
.lx_jPingList li:nth-child(1)>div{
    background: url(../images/new/lx_rongzi.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(1)>div:hover{
    background:#358ae6 url(../images/new/lx_rongzi.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(1) .active{
    background:#358ae6 url(../images/new/lx_rongzi.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(2)>div{
    background: url(../images/new/lx_info.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(2)>div:hover{
    background:#358ae6 url(../images/new/lx_info.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(2) .active{
    background:#358ae6 url(../images/new/lx_info.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(3)>div{
    background: url(../images/new/lx_chuangye.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(3)>div:hover{
    background:#358ae6 url(../images/new/lx_chuangye.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(3) .active{
    background:#358ae6 url(../images/new/lx_chuangye.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(4)>div{
    background: url(../images/new/lx_rencai.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(4)>div:hover{
    background:#358ae6 url(../images/new/lx_rencai.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(4) .active{
    background:#358ae6 url(../images/new/lx_rencai.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(5)>div{
    background:url(../images/new/lx_guanli.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(5)>div:hover{
    background:#358ae6 url(../images/new/lx_guanli.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(5) .active{
    background:#358ae6 url(../images/new/lx_guanli.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(6)>div{
    background: url(../images/new/lx_jishu.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(6)>div:hover{
    background:#358ae6 url(../images/new/lx_jishu.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(6) .active{
    background:#358ae6 url(../images/new/lx_jishu.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(7)>div{
    background: url(../images/new/lx_shichang.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(7)>div:hover{
    background:#358ae6 url(../images/new/lx_shichang.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(7) .active{
    background:#358ae6 url(../images/new/lx_shichang.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(8)>div{
    background: url(../images/new/lx_weiquan.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(8)>div:hover{
    background:#358ae6 url(../images/new/lx_weiquan.png) no-repeat;
    background-position: center 10px;
}
.lx_jPingList li:nth-child(8) .active{
    background:#358ae6 url(../images/new/lx_weiquan.png) no-repeat;
    background-position: center 10px;
}
.lx_jMain{
    width: 1200px;
    margin: 0 auto;
    margin-top: 22px;
}
.lx_jMain1{
    width: 1200px;
    margin: 0 auto;
    margin-top: 22px;
	    overflow: hidden;
}
.lx_jWeizhi{
    font-size: 14px;
    color: #666;
    margin-bottom: 19px;
}
.lx_jWeizhi>a{
    cursor: pointer;
}
.lx_jContent{
    background-color: #f8f8f8;
    width: 100%;
    padding: 35px 40px 80px 40px;
    margin-bottom: 30px;
}

.ww_cen{
   
    width: 200px;
       float: left;
}


.lx_jContent1{
    background-color: #f8f8f8;
    width:1000px;
       float: right;
}

.lx_jContentTop>h2{
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 37px;
}
.lx_jOrigin{
    text-align: center;
}
.lx_jOrigin>span{
    margin-right: 35px;
    font-size: 16px;
    color: #999;
}
.lx_jOrigin>span>img{
    margin-top: -3px;
}
.lx_jContentTop{
    width: 100%;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
}
.lx_jContentTop1{
    width: 1000px;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.lx_jContent>p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 40px;
}
.lx_jFooter{
    width: 100%;
}
.lx_jFooterTop{
    width: 100%;
    background-color: #0453aa;
}
.lx_jFooterMain{
    width: 1200px;
    margin: 0 auto;
}
.lx_jTab{
    border-bottom: 1px solid #5087c4;
}
.lx_jTab>a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 58px;
    margin-right: 60px;
}
.lx_jTab .active{
    border-bottom: 2px solid #ffae00;
}
.lx_jTabList{
    width: 100%;
    padding-top: 15px;
   // height: 140px;
    display: none;
}
.lx_jTabList>ul>li{
    float: left;
    width: 20%;
    margin-bottom: 18px;
}
.lx_jTabList li>a{
    color: #B4CCE6;
    font-size: 16px;
}
.lx_jTabList a{
    color: #B4CCE6;
    font-size: 16px;
}
.lx_jFooterBottom{
    background-color: #00458f;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 0;
}
.lx_FooterLeft{
    width: 776px;
    display: inline-block;
}
.lx_FooterLeft>span{
    color:#8EA8C9;
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.lx_FooterRight>img{
    vertical-align: top;
}
.lx_FooterRight{
    padding-top: 10px;
    display: inline-block;
    vertical-align: top;
}
.lx_associate{
    display: inline-block;
    width: 160px;
    padding-left: 20px;
    vertical-align: top;
    margin-top: 15px;
    border-right: 1px solid #80a2c7;
}
.lx_associate:last-child{
    border-right: 0;
    width: 200px;
}
.lx_associate>span{
    font-size: 16px;
    color: #8EA8C9;
    display: block;
    line-height: 30px;
}
.lx_jLists{
    background-color: #fff;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 7px;
}
.lx_jLists li neitong{
  float:left;  
}
.font_RED{color: #cc0000;}

.lx_jLists>li{
    padding-top:30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed#d5d5d5;
}
.lx_jLists>li>h2{
    font-size: 18px;
    color: #3d4552;
    font-weight: normal;
    line-height: 24px;
    width: 560px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
}
.lx_jLists>li>span{
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.lx_jLists div{
    text-align: right;
}
.lx_jLists div>span{
    font-size: 14px;
    color: #7a808a;
}
.lx_jLists div>span>img{
    margin-top: -3px;
    margin-right: 6px;
}
.lx_jLists div>span:first-child{
    margin-right: 40px;
}


.lx_jListst div{
    float:left;
}
.lx_jLists1 div>span{
    font-size: 14px;
    color: #7a808a;
}
.lx_jLists1 div>span>img{
    margin-top: -3px;
    margin-right: 6px;
}
.lx_jLists div>span:first-child{
    margin-right: 40px;
}

.lx_jListst{
    background-color: #fff;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 7px;
}
.lx_jListst>li{
    padding-top:30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed#d5d5d5;
}
.lx_jListst>li>h2{
    font-size: 18px;
    color: #3d4552;
    font-weight: normal;
    line-height: 24px;
    width: 560px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
}
.lx_jListst>li>span{
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.lx_jListst div{
    text-align: left;
}
.lx_jListst div>span{
    font-size: 14px;
    color: #7a808a;
}
.lx_jListst div>span>img{
    margin-top: -3px;
    margin-right: 6px;
}
.lx_jListst div>span:first-child{
    margin-right: 40px;
}




.lx_jMainTop{
    width: 100%;
    margin-bottom: 30px;
}
.lx_jBanner{
    position: relative;
    width: 598px;
    height: 361px;
    overflow: hidden;
}
.lx_jBanner ul {
    position: absolute;
    left: 0;
    top: 0;
}
.lx_jBanner ul>li {
    float: left;
    width: 598px;
    position: relative;
    height: 361px;
}
.lx_jBanner li>img {
    width: 100%;
    height: 100%;
}
.lx_jBanner li>span{
position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2c2920;
    color: #fff;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-left: 8px;}
.lx_jBanner li>span a{
    position: absolute;  
    color: #fff;
}
.lx_jbuttons{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: block;
}
.lx_jbuttons .pre{
    width: 25px;
    height: 30px;
    font-size: 25px;
    color: #fff;
    float: left;
    border: 0;
}
.lx_jbuttons .next{
    width: 25px;
    height: 30px;
    font-size: 25px;
    color: #fff;
    float: right;
    border: 0;
}
.lx_zhineng{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2c2920;
    color: #fff;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-left: 8px;
}
.lx_jEnter{
    width: calc(100% - 598px);
    padding-left: 20px;
    padding-right: 10px;
}
.lx_lable>a:first-child{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 41px;
    display: inline-block;
    width: 111px;
    height: 41px;
    text-align: center;
}
.lx_lable{
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.lx_more{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    cursor: pointer;
}
.lx_jEnterList>li>h2{
    font-size: 16px;
    margin-bottom: 12px;
    color: #3d4552;
    font-weight: normal;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lx_Shoujie{
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #e3e3e3;
}
.lx_Shoujie>h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lx_Shoujie>div{
    font-size: 14px;
    color:#8a9098;
}
.lx_jEnterList>li>div{
    font-size: 14px;
    color:#8a9098;
}
.lx_jEnterList>li{
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #e3e3e3;
}
.lx_jMainBottom{
    padding-left: 31px;
    padding-right: 24px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 60px;
}
.lx_jMainBottom>ul>li{
    width: 30%;
    margin-right: 5%;
    float: left;
}
.lx_jMainBottom>ul>li:last-child{
    margin-right: 0;
}
.lx_jMainBottom li>div:first-child{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.lx_jMainBottom li>div>span{
    color: #3d4552;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #15a592;
    display: inline-block;
    padding-bottom: 15px;
}
.lx_jMainBottom li>div>font{
    color: #999;
    font-size: 20px;
    font-weight: bold;
    margin-left: 32px;
}
.lx_jMainBottom ol>li{
    font-size: 0;
    position: relative;
}
.lx_jMainBottom .lx_ol1>li>a,
.lx_jMainBottom .lx_ol1>li>span{
    display: inline-block;
    width: 255px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #3d4552;
    line-height: 36px;
}
.lx_jMainBottom .lx_ol1>li>font{
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.lx_jMainBottomOuter{
    background-color: #f3f5f9;
    width: 100%;
}
.lx_jMainBottom .lx_ol2>li>span{
    display: inline-block;
    width: 99%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #3d4552;
    line-height: 36px;
}
.lx_xiangguanzhishi{
    max-height: 95px;
    margin-bottom: 11px;
}
.lx_classical>a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 33px;
    display: inline-block;
    width: 88px;
    height: 33px;
    text-align: center;
    position: relative;
    margin-bottom: 17px;
    background-color: #8b4623;
    font-size: 16px;
}
.lx_classical>a::after{
    width: 0;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0px;
    border-top: 8px solid #8b4623;
    border-right: 44px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 44px solid transparent;
}
.lx_classical2>a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 33px;
    display: inline-block;
    width: 88px;
    height: 33px;
    text-align: center;
    position: relative;
    margin-bottom: 17px;
    background-color: #e15a16;
    font-size: 16px;
}
.lx_classical2>a::after{
    width: 0;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0px;
    border-top: 8px solid #e15a16;
    border-right: 44px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 44px solid transparent;
}
.lx_brown{
    margin-right: 17px;
    margin-top: -3px;
}
.lx_susong{
    margin-bottom: 11px;
}
.lx_susong>div{
    width: 183px;
}
.lx_susong>div>span{
    font-size: 16px;
    color: #333;
}
.lx_susong>div>div{
    font-size: 14px;
    color: #999;
    margin-top: 14px;
}
.lx_italic{
    font-size: 14px;
    color: #000;
    font-style: italic;
    padding-left: 5px;
}
.lx_weiQuan{
    position: fixed;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
}
.lx_weiQuan>a:first-child{
    font-size: 16px;
    color: #fff;
    background-color: #136ccd;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    display: block;
}
.lx_weiQuan>a:last-child{
    font-size: 16px;
    color: #666;
    background-color: #e6e6e6;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
}
.lx_rexian{
    margin-top: -4px;
    margin-right: 7px;
}
.lx_weiService{
    background-color: #f3f5f9;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.lx_bottomLeft{
    width: 57%;
    margin-right: 4%;
}
.lx_bottomRight{
    width: 39%;
    padding-right: 100px;
}
.lx_zhaopin{
    margin-bottom: 22px;
}
.lx_zhaopin>span{
    font-size: 18px;
    color: #3d4552;
    font-weight: bold;
}
.lx_zhaoList>li{
    float: left;
    width: 31%;
    margin-right: 3%;
}
.lx_zhaoList>li:last-child{
    margin-right: 0;
}
.lx_zhaoList>li>img{
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
}
.lx_zhaoList>li>h2{
    font-size: 16px;
    color: #3d4552;
    font-weight: normal;
    margin-bottom: 10px;
}
.lx_zhaoList>li>span{
    font-size: 14px;
    color: #8a9098;
}
.lx_peixunList>li{
    height: 47px;
    line-height: 47px;
    border-top: 1px dashed #cecfcf;
    position: relative;
    padding-left: 31px;
}
.lx_peixunList{
    border-bottom: 1px dashed #cecfcf;
}
.lx_peixunList>li>span{
    font-size: 16px;
    color: #3d4552;
    display: inline-block;
    width: 295px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lx_peixunList>li>span::before{
    position: absolute;
    left: 5px;
    top:50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    background-color: #939393;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.lx_keji{
    padding-left: 31px;
    padding-right: 24px;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.lx_kejiLeft{
    width: 62%;
    margin-right: 3%;
}
.lx_kejiRight{
    width: 35%;
}
.lx_kejiLeft>ul>li{
    font-size: 0;
    margin-bottom: 20px;
}
.lx_kejiLeft li>img{
    width: 132px;
    height: 114px;
    vertical-align: top;
}
.lx_guoban{
    display: inline-block;
    width: 552px;
    margin-left: 15px;
    border-bottom: 1px dashed #c4c4c4;
    padding-bottom: 14px;
}
.lx_guoban>h4{
    color: #494949;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:16px;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lx_guoban>div{
    color: #666;
    font-size: 14px;
    line-height: 21px;
}
.lx_school>h3{
    color: #494949;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 18px;
}
.lx_school>p{
    color: #666;
    font-size: 14px;
    line-height: 21px;
}
.lx_cooperation{
    color: #3d4552;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.lx_school>img{
    margin-bottom: 25px;
}
/*----------------lmx*/
/*首页*/
.width1200{
	width: 1200px;
	margin: 0 auto;
}
.l_indexTitle{
	font-size: 24px;
	padding: 34px 0 20px;
}
.l_indexTitle h3{
	float: left;
	font-size: 24px;
}
/*首页轮播*/
.example{
	float: left;
	margin-right: 38px;
}
.example ol {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
}

.example ol li {
	flex: 1;
	height: 5px;
	text-align: center;
	background: #136CCD;
	cursor: pointer;
	border-right: 1px solid #FFFFFF;
}
.example ol li.seleted {
	background: #FFAE00;
	color: #8f000b;
}
.example ol li:last-of-type{
	border-right: none;
}
.luara-{
	position:relative;
	padding:0;
	overflow: hidden;
}
.luara- ul{
	padding: inherit;
	margin: 0;
}
.luara- ul li{
	display: none;
	padding: inherit;
	margin: inherit;
	list-style: none;
}
.luara- ul li:first-child{
	display:block;
}
.luara- ul li img{
	/*width: inherit;
	height: inherit;*/
}
.luara- ul li span{
	position: absolute;
    bottom: 5px;
    right: 0;
	left: 0;
	background:rgba(0,0,0,.7) ;
	padding: 0 20px;
	color: #FFFFFF;
}
.l_luara_fo1{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
}
.l_luara_fo2{
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.l_luara_fo2 a{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
}
.l_luara_fo3{
	display: block;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l_luara_right{
	float: left;
	margin-top: -6px;
}
.l_tomore{
	font-size: 16px;
}
.l_tomore img{
	margin-top: -3px;
	margin-left: 8px;
}
.l_luara_news{
	margin-top: 32px;
}
.l_luara_news>span{
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #DADEDF;
	text-align: center;
	margin-right: 24px;
}
.l_luara_news>span i{
	display: block;
	font-size: 20px;
	padding-top: 16px;
	font-weight: bold;
}
.l_luara_news>span font{
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
.l_luara_detail{
	float: left;
	width: 452px;
}
.l_luara_detail a{
	display: block;
	font-size: 16px;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 4px;
}
.l_luara_detail p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	display: -webkit-box;
	-weblit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l_graybg{
	background: #F3F5F9;
}
.l_notice_ul li{
	float: left;
	width: 382px;
	height: 94px;
	background: #FFFFFF;
	padding: 16px 22px 0;
	margin:0 26px 22px 0;
}
.l_notice_ul li:nth-of-type(3n){
	margin-right: 0;
}
.l_notice_ul li:hover{
	box-shadow: 0 2px 4px rgba(16,16,16,.23);
}
.l_notice_ul li a{
	display: block;
	font-size: 16px;
}
.l_notice_ul li span{
	margin-top: -4px;
	font-size: 16px;
	color: #999999;
}
.l_pab40{
	padding-bottom: 40px;
}
.l_imgbg1{
	background: url(../images/new/l-bg1.png) no-repeat top;
}
.l_imgbg1 .l_indexTitle{
	color:#FFFFFF;
}
.l_org_div{
	float: left;
	width: 382px;
	margin-right: 26px;
	background: #FFFFFF;
	box-shadow: 0 0 9px rgba(10,7,64,.18);
	margin-bottom: 13px;
}
.l_org_div:last-of-type{
	margin-right: 0;
}
.l_org_div h3{
	border-bottom: 1px solid #E8E8E8;
	line-height: 50px;
	font-size: 16px;
	padding-left: 19px;
}
.l_org_div h3 a{
	float: right;
	margin: 15px 15px 0 0;
	line-height: normal;
}
.l_org_div>img{
	display: block;
	margin: 13px 12px 14px;
}
.l_org_div ul{
	margin: 0 21px 26px;
	border-left: 1px solid #E8E8E8;
}
.l_org_div ul li{
	margin:0 0 8px -6px;
	padding-left: 20px;
	background: url(../images/new/icon-circle.png) no-repeat left center;
}
.l_org_div ul a{
	display: block;
	line-height: 34px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l_entance{
	float: left;
	width: 382px;
	height: 120px;
	margin:0 27px 28px 0;
}
.l_entance:last-of-type{
	margin-right: 0;
}
.l_entance img{
	width: 100%;
}
.l_entancelast{
	display: block;
	margin-bottom: 57px;
}
.slide a{
	display: block;
}
.slide p{
	padding: 10px 0 30px;
	text-align: center;
}
.l_tabul{
	float: left;
	margin-top: 14px;
}
.l_tabul li{
	float: left;
	font-size: 16px;
	padding: 0 16px;
	position: relative;
	font-size: 16px;
	cursor: pointer;
}
.l_tabul li.active{
	color: #1872D3;
}
.l_tabul li:after{
	position: absolute;
	right: 0;
	content: '/';
	color: #E8E8E8;
	font-size: 16px;
}
.l_tabul li:last-of-type:after{
	display: none;
}
.l_recommd{
	float: left;
	width: 280px;
	margin:0 26px 24px 0;
	background: #F3F5F9;
}
.l_recommd:nth-of-type(4n){
	margin-right: 0;
}
.l_recommd img{
	display: block;
	width: 100%;
	height: 174px;
}
.l_recommd h3{
	font-size: 16px;
	padding: 16px 0 10px 16px;
      display: inline-block;
    width: 265px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l_recommd_msg{
	position: relative;
}
.l_recommd_msg div{
	padding:0 60px 0 16px;
	font-size: 14px;
	color: #999999;
	margin-bottom: 9px;
}
.l_recommd_msg a{
	position: absolute;
	right: 15px;
	top: 4px;
	width: 40px;
	height: 40px;
	background: url(../images/new/l-a.png) no-repeat center;
	background-size: 100%;
}
.l_recommd_msg a:hover{
	background: url(../images/new/l-ahover.png) no-repeat center;
	background-size: 100%;	
}
.l_tabdiv{
	display: none;
}
.bx-wrapper .bx-viewport{
	border: none;
	box-shadow: none;
	background: none;
}
.bx-wrapper{
	margin: 0;
}
                    
.lx_banner{
    position: relative;
    width: 1200px;
    height: 120px;
    overflow: hidden;
    float: left;
}
.lx_banner ul{
    position: absolute;
    left: 0;
    top: 0;
}
.lx_banner ul>li{
    float: left;
    width: 1200px;
    position: relative;
    height: 120px;
}
.lx_banner li>img{
    width: 100%;
    height: 100%;
}
.lx_content{
    width:1200px;
   margin:0 auto;
                    margin-bottom:50px;
}
                    .lx_ol{
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
}
.lx_ol li{
    width: 33%;
    height: 5px;
    margin-right: 0.5%;
    background-color: #1843a2;
    float: left;
}
.lx_ol li:last-child{
    margin-right: 0;
}
.lx_ol .active{
    background-color: #d06e07;
}


/*融资平台*/
.l_pad1{
	padding: 52px 0 50px;
}
.l_banks{
	padding-bottom: 40px;
}
.l_banks a{
	float: left;
	position: relative;
	width: 382px;
	height: 120px;
	border:1px solid #E8E8E8;
	margin: 0 26px 26px 0;
}
.l_banks a:nth-of-type(3n){
	margin-right: 0;
}
.l_banks a img{
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.l_jEnterList li{
	padding-top: 0;
	padding-right: 26px;
}
.l_jEnterList li a,.l_serviceList li a{
	display: block;
	color: #3D4552;
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l_jEnterList li a:hover{
	font-weight: bold;
	color: #00549D;
}
.l_jEnterList li p{
	line-height: 24px;
}
/*市场服务*/
.l_service{
	padding: 20px 0 30px;
	background: none;
	margin-bottom: 28px;
}
.slider8 p{
	padding-bottom: 48px;
}