﻿@charset "utf-8";
/* CSS Document */
html{height:100%; width:100%;}
html,body{background-color:#f8f8f8; margin:0; padding:0; font-family:'Microsoft YaHei','微软雅黑';}
html,body,div,ul,li,i,input{margin:0; padding:0; color:#0d0d0d; border:0;}
img,h1,h2,h3,h4,h5,h6,p,i,span,td,tr,textarea{margin:0; padding:0;}
input,textarea,select{cursor: pointer;}
textarea,select{resize:none;font-family:'Microsoft YaHei','微软雅黑';}
input:focus,textarea:focus{outline:0;}
ul,li{list-style-type: none;}
em,i{font-style:normal;}
/* 自定义-下拉选择框 */
[data-module=select]{width: 100%; height: 42px; box-sizing: border-box; position: relative; -webkit-box-sizing:border-box; border:1px solid #d4d4d4; border-radius: 3px; -webkit-border-radius: 3px;}
[data-module=select] [data-module=double-select-options]{width: 100%; display: none; position: relative; z-index: 3; padding:24px 0 24px 30px; box-sizing: border-box; -webkit-box-sizing:border-box; background-color: #fff; border:1px solid #d4d4d4; box-shadow: 0px 1px 10px #c1c1c1; }
[data-module=select] [data-module=double-select-option]{display: inline-block; vertical-align: top; width:124px; font-size: 16px; color: #757575;}
[data-module=select] [data-module=double-select-option] input[type=checkbox]:checked + label{color:#4e6ef2;}
[data-module=select].active [data-module=double-select-options]{display: block;}
[data-module=select].active{border-color: #4e6ef2;}
[data-module=select] [data-module=select-text]{padding:0 38px 0 20px; height: 100% !important; vertical-align: top; text-align: left; width: 100% !important; border:none !important; text-indent: 0px !important; box-sizing: border-box;  -webkit-box-sizing: border-box; cursor: pointer; height: 40px; line-height: 40px; position: relative;}
[data-module=select] [data-module=select-text] + label{ width: 30px; height: 38px; position: absolute; right: 10px; top:1px; background:url(../images/pro_icon2.png) -5px -1806px no-repeat #fff; z-index: 1}
[data-module=select] [data-module=select-options]{width: 100%; display: none; max-height: 360px; overflow-y: auto; position: relative; z-index: 3; box-sizing: border-box; -webkit-box-sizing:border-box; background-color: #fff; border:1px solid #d4d4d4; box-shadow: 0px 1px 10px #c1c1c1; }
[data-module=select] [data-module=select-option]{text-align: center; cursor: pointer; width: 100%; height: 40px; padding:0 10px; color:#757575; font-size: 16px; box-sizing: border-box; -webkit-box-sizing:border-box;}
[data-module=select] [data-module=select-option]:hover{background-color: #eee;}
[data-module=select].active [data-module=select-options]{display: block;}
/* 弹出框 */
[data-model=boxbg]{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000000; background: url(../images/bg_box.png); text-align: center; display: none;}
[data-model=boxbg]:before{content: ""; display: inline-block; height: 100%; vertical-align: middle;}
[data-model=boxbg-box]{background-color: #fff; border-radius: 5px; -webkit-border-radius: 5px; position: relative; display: inline-block; vertical-align: middle;}
[data-model=boxbg-close]{position: absolute; top:0; right: 0; z-index: 3;}
/*文本域输入时出现标签*/
.data-input:focus::-webkit-input-placeholder {opacity:0; }
.data-input:focus,.data-input.show{ text-indent:6em !important; }
.data-input.addw:focus,.data-input.addw.show{ text-indent:0 !important; padding-left:7em; box-sizing:border-box; height:52px !important;}
.data-input ~ .data-input-title{display:none; top:2px;  position:absolute;line-height:48px; background-color:#fbf9fa; padding-left:1em; left:1px; color:#666;}
.data-input:focus ~ .data-input-title{display:block !important;}
/*文本域输入时出现标签*/
.data-textarea{line-height:24px !important;}
.data-textarea:focus::-webkit-input-placeholder {opacity:0; }
.data-textarea:focus,.data-textarea.show{ text-indent:5em !important;}
.data-textarea.addw:focus,.data-textarea.addw.show{ text-indent:6em !important;}
.data-textarea ~ .data-input-title{display:none;  position:absolute; padding:4px 8px; top:1px; left:1px; background-color:#fbf9f9; color:#666; border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.data-textarea:focus ~ .data-input-title{display:block !important;}
.pull-left{float:left;}
.pull-right{float:right;}
.full-overflow{width:100%; overflow:hidden; min-width:1220px;}
.span-prmopt{font-size:14px !important; color:#ff4400 !important; line-height:33px !important; display:none;}
.span-prmopt i{float:left !important; width:20px !important; height:33px !important; background:url(../images/icon2.png) -15px -657px no-repeat !important;}
.transition{ -webkit-transition: all .35s linear;-moz-transition: all .35s linear; -ms-transition: all .35s linear;-o-transition: all .35s linear;transition: all .35s linear;}
.transition-20{ -webkit-transition: all .2s linear;-moz-transition: all .2s linear; -ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}
.transition-0{ -webkit-transition: all 0s linear;-moz-transition: all 0s linear; -ms-transition: all 0s linear;-o-transition: all 0s linear;transition: all 0s linear;}
.newpage{display: inline-block;}
.newpage>a{float: left; height: 40px; line-height: 40px; border-radius: 3px; -webkit-border-radius: 3px; text-align: center; border:1px solid #e0e0e0; color:#757575; background-color: #fff; margin:0 6px; padding:0 14px;}
.newpage>a.num{padding: 0; width: 40px; font-family: 'Arial' !important;}
.newpage>a.active,.newpage>a:hover{color:#fff; background-color: #4e6ef2; border-color: #4e6ef2;}
/**/
.confirm-bg{width: 100%; height: 100%; min-width: 1220px; background-image: url(../images/bg_box.png); position: fixed; z-index: 1000001;top:0; left: 0;}
.confirm-box{width: 400px; height: 180px; position: absolute; top: 50%; left: 50%; background-color:#fff; overflow: hidden; margin-top: -90px; margin-left: -200px; border-radius: 5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.confirm-box h2{height: 40px; line-height: 40px; box-sizing:border-box; padding:0 20px; width:100%; float:left;font-size: 18px; background-color: #4e6ef2; color: #fff;}
.confirm-box span{ width: 100%; padding:20px; font-size: 16px; box-sizing:border-box;float:left; line-height: 20px; height: 80px; }
.confirm-box a{width: 70px; height: 30px; line-height: 30px; text-align: center; float: left; margin-left: 88px; background: #4e6ef2; color:#fff;}
/*文本溢出隐藏-单行*/
.text-overflow{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
/*文本溢出隐藏-多行-> css:-webkit-line-clamp:n行;*/
.texts-overflow{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
/*div圆角-溢出隐藏*/
.border-radius{border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; overflow:hidden;}
.border-radius-3px{border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; overflow:hidden;}
.border-radius-5px{border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; overflow:hidden;}
.border-radius-10px{border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; overflow:hidden;}
.noMar{margin:0 !important;}
.ysyy-index{width:1220px; margin:10px auto;}
.ysyy-index.exponent{margin-top:20px;}
.hostpot{width:1220px; margin:0 auto; height:58px;}
.hostpot.hr{margin:0 auto 30px;}
.hostpot .hostpot-left a{padding:0 8px; font-size:14px; float:left; color:#00398b;}
.hostpot .hostpot-left a:hover{color:#4e6ef2;}
img#magnify{position:absolute;}
.hostpot .hostpot-right{float:right; width:50px; position:relative;}
.hostpot .hostpot-left{float:left; width:1150px;height:14px; line-height:14px; padding:22px 0; background-color:#fff;}
.hostpot .hostpot-right{font-size:14px;height:14px; line-height:14px; padding:22px 0; position:relative; z-index:5; background-color:#fff;}
.hostpot .hostpot-right a{color:#00398b; }
.hostpot .hostpot-right .more{ height:14px; width:14px;margin-right:8px; position: relative;}
.hostpot .hostpot-right .more:before{content: ""; position: absolute; right:-14px; top:7px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top:6px solid #757575; border-bottom: 0;}
.hostpot .hostpot-right .more:after{content: ""; position: absolute; right:-14px; top:5px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top:6px solid #fff; border-bottom: 0;}
.hostpot .hostpot-right .ri-menu{ list-style-type:none; position:absolute; color:#00398b; top:44px; padding:0 5px; right:0px; background-color: rgb(255,255,255);display:none; border:1px solid #eee; }
.hostpot .hostpot-right .ri-menu .sharp{position:absolute; background: url(../images/header-icon.png) -8px -444px no-repeat; width:15px; height:15px; top:-15px; right:8px;}
.hostpot .hostpot-right:hover .ri-menu{display:block;}
.hostpot .hostpot-right .ri-menu li{height:30px;list-style-type:none;line-height:30px; text-align:center; float:left; width:75px; display:inline-table;border-bottom: 1px solid #ddd;}
.hostpot .hostpot-right .ri-menu li:last-child{border-bottom:0;}
.index-left{width:920px; float:left;}
.index-right{width:270px; float:right;}
.column-list .index-right{width:848px; float:right;}
.index-content{width:1220px;}
.slider{width:100%; min-width:1220px; height:auto; overflow:hidden; position:relative; }
.slider .la_bg{position:relative; width:100%; height:auto; float:left;}
.slider .imgarray{ width:1000%; height:auto; position:absolute; top: 0; list-style-type:none; display:inline-table; vertical-align:top;}
.slider .imgarray li{width:10%; height:auto; float:left; position:relative; background:url(../images/loading.png) center #ddd no-repeat;}
.slider .imgarray li img{width:100%; height:auto; margin:0; padding:0; position:relative; vertical-align:top;}
.slider .imgarray li span{width:20%; height:55px; background-color:rgba(3,3,3,.5); color:#fff; font-size:20px; font-weight:bold; text-indent:1em; line-height:55px; position:absolute; left:0; bottom:0;}
.slider .imgitems{width:auto; height:24px; position:absolute; bottom:15px; left:50%; margin-left:-26px; list-style-type:none;}
.slider .imgitems li{width:10px; border-radius:50%; opacity:0.8; -webkit-border-radius:50%; -moz-border-radius:50%; background-color:#adadb3; height:10px; line-height:24px; float:left; margin-right:10px; cursor:pointer;}
.slider .imgitems li.active{background-color:#4e6ef2;}
.slider .left,.slider .right{ width:45px; height:76px; position:absolute; top:50%; margin-top:-38px; cursor:pointer;}
.slider .left{  background:url(../images/index.png) -26px -759px no-repeat;left:10%;}
.slider .right{ background:url(../images/index.png) -26px -869px no-repeat;right:10%;}
.exponent-slider{width:100%; min-width:1220px; height:56px; position:absolute; bottom:0; left:0; overflow:hidden;}
.exponent-slider .boxs{width:100%; min-width:1220px; position:relative; top:0; }
.exponent-slider .boxs .box{height:56px;width:100%; background-color:rgb(185,143,77); background-color:rgba(185,143,77,.7); text-align: center;}
.exponent-slider .boxs .box.hd{ background-color:rgb(38,5,12); background-color:rgba(38,5,12,.7);}
.exponent-slider .boxs .box a{width:1220px; height:56px; float:left; position:relative; left:50%; margin-left:-600px; color:#fff;}
.exponent-slider .boxs .box.hd a {font-size:18px; line-height:60px; text-align:center; width:774px; margin-left:-330px;}
.exponent-slider .boxs .box.hd a strong{font-size:20px; float:left;margin-right:10px; line-height:56px;}
.exponent-slider .boxs .box.hd a em{float:left; margin:0px 5px;}
.exponent-slider .boxs .box.hd a span{float:left;}
.exponent-slider .boxs .box.hd a img{float:left; margin:0px 5px 0px 15px;}
.exponent-slider .boxs .box a.medical{line-height: 56px; text-align: center; font-size: 20px; color:#fff; font-weight: bold; letter-spacing: 3px; width: auto; display: inline-block; float: none; left: 0; margin-left: 0;}
.exponent-slider .boxs .box .title{height:56px; margin-left:200px; line-height:56px; color:#fff; font-size:20px; float:left; margin-right:30px;}
.exponent-slider .boxs .box .dw{line-height:66px; font-size:14px; color:#Fff; float:left; height:56px; margin-right:15px;}
.exponent-slider .boxs .box .nums{height:56px; float:left; margin-right:35px;}
.exponent-slider .boxs .box .num{float:left; height:56px; line-height:56px; font-size:30px; color:#fff;font-family:'Arial'; font-weight:bold; margin-right:10px;}
.exponent-slider .boxs .box .nums .num-t{height:28px; line-height:40px; font-size:12px; color:#fff;font-family:'Arial';}
.exponent-slider .boxs .box .nums .num-b{height:28px; line-height:12px; font-size:12px; color:#fff; font-family:'Arial';}
.index-left .article .article-tab{ width:919px; height:40px; list-style-type:none;border-left:1px solid #d6d4d4;border-bottom:2px solid #4e6ef2;}
.index-left .article .article-tab li{ position:relative; float:left; width:228px; height:39px; border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4; background-color:#e8e8e8; text-align:center; line-height:39px; cursor:pointer; text-shadow:0px 0px 1px #ddd; font-size:16px; letter-spacing:1px;}
.index-left .article .article-tab li:first-child{ width:231px;}
.article-tab li .list01,.article-tab li .list02,.article-tab li .list03,.article-tab li .list04{ width:50px; height:40px; float:left; position:absolute; left:35px;}
.article-tab li .list01{background:url(../images/index.png) -150px -493px no-repeat;}
.article-tab li .list02{background:url(../images/index.png) -23px -296px no-repeat;}
.article-tab li .list03{background:url(../images/index.png) -128px -293px no-repeat;}
.article-tab li .list04{background:url(../images/index.png) -212px -292px no-repeat;}
.article-tab li.acitve .list01{background:url(../images/index.png) -128px -202px no-repeat;}
.article-tab li.acitve .list02{background:url(../images/index.png) -238px -491px no-repeat;}
.article-tab li.acitve .list03{background:url(../images/index.png) -160px -558px no-repeat;}
.article-tab li.acitve .list04{background:url(../images/index.png) -238px -558px no-repeat;}
.index-left .article .article-tab li.acitve,.index-left .article .article-tab li.acitve a{display:block;color:#fff; background-color:#4e6ef2;}
.index-left .article .article-items{width:920px; margin-bottom:50px;  background:#fff; list-style-type:none;}
.index-left .article .article-items .item{width:920px; display:none;min-height: 400px; height:2773px; overflow:hidden;}
.index-left .article .article-items .item.acitve{display:block; overflow:hidden;}
.index-left .article .article-items .item ul{ margin-top:-1px;}
.index-left .article .article-items .item li:last-child{border-bottom:0;}
.index-left .article .article-items .item li,.list-item li{ height:200px; padding:25px 17px 20px 18px; border-bottom:1px dashed #eee;list-style-type:none;}
.index-left .article .article-items .item li:last-child,.list-item li:last-child{border-bottom:0;}
.index-left .article .article-items .item li .img,.list-item li .img{width:310px; height:200px; z-index: 3; margin-right:20px; float:left; overflow:hidden; position:relative; background:url(../images/loading.png) center #ccc no-repeat; }
.index-left .investlist-item .left{width:210px; height:200px; float:left; overflow:hidden; position:relative; text-align: center;}
.index-left .investlist-item .left .place{ background: url(../images/icon.png) -15px -16px no-repeat;text-align: left;padding-left:20px;margin: 20px 0px 0px 60px;}
.index-left .investlist-item .right{width: 650px; height: 200px;float: left;margin-left: 23px; margin-top: 0;}
.index-left .investlist-item .right .title a{color: #4e6ef2;font-size: 25px; display: inline-block;}
.index-left .investlist-item .right .text,.index-left .investlist-item .right .newtext{ height: 92px;margin: 15px 0 15px 0;color: #716c6c;font-size: 14px;overflow: hidden;line-height: 23px;letter-spacing: 1px;text-shadow: 0px 0px 1px #eee;}
.index-left .investlist-item .right .attr .child{display:inline-block;}
.index-left .investlist-item .right .attr .declare{padding-left: 30px; line-height: 25px;height: 25px;border: 1px solid #4e6ef2;border-radius: 3px; -webkit-border-radius: 3px;-moz-border-radius: 3px;font-size: 14px;text-align: center;color: #4e6ef2;margin: 12px 7px;padding-right: 5px;background: url(../images/icon.png) -9px -1464px no-repeat;}
.index-left .investlist-item .right .attr .label{display: inline-block;width: 80px; height: 20px;font-size: 12px; border: 1px solid #ddd;text-align: center; line-height: 20px;border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;float: right; margin: 18px 7px;}
/*首页-投资人列表*/
.index-left .investor-list li{ width:885px; height:200px; padding:25px 17px 20px 18px; border-bottom:1px dashed #aaa;list-style-type:none; border-bottom: 1px dashed #aaa;}
.index-left .investor-list li:last-child{border-bottom: 0;}
.index-left .article .article-items .item .investor-list li .img{width: 120px; height: 120px; border:2px solid #efefef; margin:40px 20px; float: left;}
.index-left .article .article-items .item .investor-list li .info-box{width: 635px; float: right; margin-right: 40px;}
.index-left .article .article-items .item .investor-list li .info-box .info{ height: 70px; line-height: 85px; overflow: hidden;}
.index-left .article .article-items .item .investor-list li .info-box .info .a-v{width: 20px; height: 20px; float: left; background: url(../images/icon.png) -15px -1167px no-repeat; margin-top: 30px; margin-right: 10px;}
.index-left .article .article-items .item .investor-list li .info-box .info .name{font-size: 24px; color: #4e6ef2; float: left;}
.index-left .article .article-items .item .investor-list li .info-box .info .l-b{float: left; font-size: 14px; color: #4e6ef2; margin-left: 30px; line-height: 95px;}
.index-left .article .article-items .item .investor-list li .info-box .info .up-box{float:right;padding-left: 30px; line-height: 25px;height: 25px;border: 1px solid #4e6ef2;border-radius: 3px; -webkit-border-radius: 3px;-moz-border-radius: 3px;font-size: 14px;text-align: center;color: #4e6ef2;margin: 30px 0 0 7px;padding-right: 5px;background: url(../images/icon.png) -9px -1464px no-repeat;}
.index-left .article .article-items .item .investor-list li .info-box .text{line-height: 24px; height: 72px; -webkit-line-clamp:3; width: 100%; float: left; font-size: 14px; text-shadow: 0px 0px 1px #ddd;}
.index-left .article .article-items .item .investor-list li .info-box .label{display:block;width: 80px; height: 20px;font-size: 12px; border: 1px solid #ddd;text-align: center; line-height: 20px;border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;float: left; margin: 18px 10px 0 0;}

.index-left .article .article-items .item li .ent-list-right .img { width: 95px; height: 95px; border: 1px solid #f3f1f1;margin-top: 25px; float: left;overflow: hidden;position: relative; background: #fff;}
.index-left .article .article-items .item li .ent-list-right {width: 150px;}
.index-left .enterprise-list li {box-shadow: none;}
.index-left .article .article-items .item .enterprise-list li {padding: 0px 17px 0px 45px; height: 177px;width:858px;}
.index-left .article .article-items .item .enterprise-list h2 .status {font-size: 14px;color: green;padding-left: 20px;}
.index-left .article .article-items .item li .img img,.list-item li .img img{position:absolute;}
.index-left .article .article-items .item .enterprise-list li .img img{position:relative;}
.index-left .article .article-items .item li .article,.list-item li .article{ height:200px;}
.index-left .article .article-items .item li .article .title,.list-item li .article .title{ height:35px; line-height:35px; font-size:18px; font-weight:bold;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index-left .article .article-items .item li .article .text,.index-left .article .article-items .item li .article .newtext,.list-item li .article .text,.list-item li .article .newtext{ height:92px; padding:0; margin:20px 0 25px 0; color:#716c6c;font-size:14px; overflow:hidden; line-height:23px; letter-spacing: 1px; text-shadow:0px 0px 1px #eee;}
.index-left .article .article-items .item li .article .newtext{width:800px;}
.list-item li .article .text:after{content:'......'; font-size:14px;}
.index-left .article .article-items .item li .article .title i,.list-item li .article .title i{width:40px; height:20px; margin-top:5px; float:left; background:url(../images/index.png) -136px -64px  no-repeat;}
.index-left .article .article-items .item li .article .author,.list-item li .article .author{ height:12px; line-height:12px; float:left; font-size:12px;}
.index-left .article .article-items .item li .article .share,.list-item li .article .share{ width:220px; height:12px;  float:left;}
.index-left .article .article-items .item li .article .author a,.index-left .article .article-items .item li .article .share,.list-item li .article .author a,.list-item li .article .share{color:#8d8787 !important; cursor:pointer;}
.list-item li .article .share.label{margin-top:-5px; width:200px; overflow:hidden; height:25px; padding:2px; }
.list-item li .article .share.label a{font-size:14px; border:1px solid #dedede;padding:0px 10px; width:auto; height:auto;color:#616060; float:left;  border-radius:10px;margin:0 5px 10px 0;}
.article .author .portrait{ width:130px; float:left; text-indent:10px;}
.article .author .portrait span{color:#8d8787 !important; }
.article .author .portrait .icon{    text-indent: 0px;width:30px; height:30px; border-radius:15px; overflow:hidden; float:left; margin-top:-9px; background:#8d8787;}
.article .author .comment{ float:left; text-indent:5px; width:65px;}
.article .author .comment i{ width:20px; float:left; height:14px; background: url(../images/icon.png) -11px -1870px no-repeat;}
.article .author .like{float:left;}
.article .author .like i{ width:20px; float:left; height:14px; margin-top:-1px;text-indent:5px; background:url(../images/index.png) -226px -20px no-repeat;}
.article .share a{float:left; width:30px; height:30px; margin:0 20px; margin-top:-9px; padding:0;}
.article .share a.bds_tsina{background:url(../images/index.png) -220px -105px no-repeat;}
.article .share a.bds_bdhome{background:url(../images/index.png) -136px -105px no-repeat;}
.article .share a.bds_qzone{background:url(../images/index.png) -222px -60px no-repeat;}
.index-right a{color:#716c6c ; font-size:14px;}
.index-right .declare,.index-right .invest,.index-right .provide{width:268px; height:48px; border:1px solid #d6d4d4; margin-bottom:10px;  font-size:14px; line-height:48px; color:#040404;  cursor:pointer;letter-spacing:3px;}
.index-right .declare a,.index-right .provide a{color:#040404!important; font-size:18px; text-shadow:0px 0px 1px #ddd;}
.index-right .invest a{color:#4e6ef2!important; font-size:18px;}
.index-right .declare{background:url(../images/bt-back.jpg) repeat-x;}
.index-right .provide{background:url(../images/bt-back02.jpg) repeat-x; margin-bottom:25px;}
.index-right .invest{background:url(../images/bt-back03.jpg) repeat-x;text-shadow:0px 0px 1px #dfc9c9;margin-bottom:25px; letter-spacing:7px;}
.index-right .declare i{background:url(../images/icon2.png) -10px 0px no-repeat; width:45px; height:48px; float:left; margin-left:42px;}
.index-right .provide i{background:url(../images/icon2.png) -10px -50px no-repeat; width:45px; height:48px; float:left; margin-left:42px;}
.index-right .invest i{background:url(../images/icon2.png) -9px -100px no-repeat; width:45px; height:48px; float:left; margin-left:42px;}
.index-right .title{ width:270px; height:52px;  line-height:52px;border-bottom:1px solid #dedede; background-color:#4e6ef2; color:#fff; font-size:16px; font-weight:bold; text-align:center; position:relative;}
.index-right .title .more-bt{width: 70px;display: inline-block; height: 20px;position: absolute;right: 0; top: 0px;}
.index-right .title .more-bt:hover{background-position:-10px -1425px;}
.index-right .information{width:270px; background-color:#fff; margin-bottom:25px; padding-bottom:20px; }
.author .text{padding-top:25px; height: auto; height: 60px;}
.author .text .name{width: 60px; float: left;height:26px; line-height:26px; }
.author .text .xq{ height:26px; line-height:26px; overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis; color:#8d8787;}
.index-right .column-figures ul li .text.ent-text{height:70px; padding-top:23px;}
.index-right .column-figures ul li .text.ent-tor-text{height:70px; padding-top:18px;}
.index-right .column-figures ul li .text .xq{margin-top:3px; height:26px; line-height:26px; overflow:hidden; width:133px; display:block; white-space:nowrap; text-overflow:ellipsis;}
.index-right .column-figures ul li .text.ent-text .xq{    display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;word-break: break-all;overflow: hidden;text-overflow: ellipsis;height: 52px; line-height:20px; white-space:inherit;}
.index-right .column-figures ul li .text.ent-tor-text .name{font-size:16px; text-shadow:0px 0px 1px #ddd;}
.index-right .column-figures ul li .text.ent-tor-text .xq{font-size:14px; line-height:20px; height:40px; color:#666;}
.index-right .column-figures ul li .text .name a,.author .text .name a{color:#0d0d0d !important; font-size:16px; text-shadow:0px 0px 0px #0d0d0d;}
.index-right .column-figures .more{ background-color:#dc322a; border-radius:15px; width:200px; height:30px; margin:20px auto 0px auto; line-height:30px;  }
.index-right .column-figures .more a{color:#fff; display:block;text-align:center;font-size:16px;}
.index-right .information .tabs{width:270px;  border-bottom:1px solid #dbdbdb; height:55px;}
.index-right .information .tabs li{width:86px; height:55px;float:left; line-height:55px; cursor:pointer; text-align:center; font-size:16px; text-shadow:0px 0px 0px #8b8a8a; color:#8b8a8a; list-style-type:none; float:left;}
.index-right .information .tabs li.active{ height:53px;border-bottom:2px solid #4e6ef2; color:#4e6ef2;}
.index-right .information .items {width:270px;height: auto;}
.index-right .information .items.invest-h{height:497px;}
.index-right .information.index-zw .items.invest-h{height:265px;}
.index-right .information .items .item{ list-style-type:none; display:none;}
.index-right .information .items .item.active{display:block;}
.index-right .information .items .item{width:270px; margin-top:-1px;}
.index-right .information .items .item li,.ent-invest li{width:270px; height:70px; border-bottom:1px dashed #dbdbdb; list-style-type:none;}
.ent-invest li:last-child,.index-right .information .items .item li:last-child{ border-bottom:0;}
.index-right .information .items .item li .img,.ent-invest li .img{width:40px; height:40px; border-radius:5px; overflow:hidden; float:left; margin:15px 10px 15px 25px; background:none;}
.index-right .information .items .item li .text,.ent-invest li .text{width:170px; height:40px; margin:15px 0; line-height:20px; overflow:hidden; font-size:14px; color:#656565; float:left; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; word-break:break-all; -webkit-box-orient:vertical;}
.index-right .information .items .item li .text.invest-text{line-height:40px; /* text-indent:5px; */ font-size:18px;}
.index-right .information .items .item li .text.invest-text a{font-size:18px;}
.index-right .banner{width:270px; margin-bottom:25px;  background:url(../images/loading.png) center #ccc no-repeat; }
.index-right .label{ background-color:#fff; margin-bottom:25px; padding-bottom:18px;}
.index-right .label.in_org{height:270px;}
.index-right .label .label-two{padding:15px 15px 0px 15px; width:238px; height:166px; overflow:hidden;}
.index-right .label .label-two.ent{height:196px; padding-top:14px;}
.index-right .label.invest-org .label-two{height:152px;}
.index-right .label li{list-style-type:none; font-size:14px; height:22px; border:1px solid #dbdbdb; border-radius:10px; overflow:hidden; text-align:center; line-height:22px;}
.index-right .label li:hover a{background-color:#4e6ef2; color:#fff !important;}
.index-right .label .label-two li{width: auto; margin: 5px; display: inline-table;padding: 0px;}
.index-right .label .label-two li a{padding: 3px 10px;}
.index-right .label .label-four li{width:80px; margin: 5px; float:left;}
.index-right .hostpot-r{width:100%; background-color:#fff; margin-bottom:25px;}
.index-right .hostpot-r .hofls{padding:25px 30px 5px 10px; display:inline-table;}
.index-right .hostpot-r .hofls a{color:#00398b; font-size:14px; margin:0 0 20px 20px; float:left;}
/*新首页*/
.gry-index-upbox{padding-top:20px; width:100%; min-width:1220px; background-color:#f8f8f8; height:235px; position:relative;}
.gry-index-upbox h2{line-height:50px; text-align:center;font-weight:normal; letter-spacing:2px; font-size:24px; color:#1E2F74;text-shadow:-0.4px -0.4px 0px #70759d;}
.gry-index-upbox span{position:relative; font-size:24px; color:#d5d5d5; float:left; text-align:center; width:100%; padding-bottom:35px;}
.gry-index-upbox span:after{content:''; position:absolute; width:150px; height:0; border-top:1px solid #d9d9d9; bottom:0; left:50%; margin-left:-75px;}
.gry-index-upbox .upbox-bt{ width:182px; background-color:#dc322a; position:relative; float:left; line-height:40px; font-size:18px; left:50%; margin-left:-115px; margin-top:36px; color:#FFF; height:40px; padding-left:48px; }
.gry-index-upbox .upbox-bt:before{content:""; width:18px; height:18px; border:1px solid #fff; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; position:absolute; top:10px; left:15px;}
.gry-index-upbox .upbox-bt:after{content:'';border-bottom:4px solid #fff; border-left:4px solid transparent; border-right:4px solid transparent; border-top:0; position:absolute; top:17px; left:21px;}
.gry-index-upbox .bt-left{position:absolute; left:50%; margin-top:112px; margin-left:-220px; font-size:14px; color:#1e3075; padding-right:30px; background: url(../images/icon2.png) 45px -3717px no-repeat;}
.gry-index-upbox .bt-right{position:absolute; right:50%; margin-top:112px; margin-right:-220px; font-size:14px; color:#1e3075; padding-right:30px; background: url(../images/icon2.png) 47px -3764px no-repeat;}
.gry-index-yx{width:100%; min-width:1220px; height:435px; background-color:#fff;}
.gry-index-yx .title{width:1220px; position:relative; margin:0 auto; height:80px; border-bottom:1px solid #8b8b8b;}
.gry-index-yx .title:after{content:'为什么选择股融易？'; text-align:center; letter-spacing:2px; text-indent:10px; line-height:50px; background-color:#fff; position:absolute; bottom:-25px; left:50%; margin-left:-190px; width:380px; height:50px; font-size:36px; color:#212F78;}
.gry-index-yx .gry-index-yx-list{width:1220px; position:relative; float:left; left:50%; margin-left:-600px; margin-top:56px;}
.gry-index-yx .gry-index-yx-list .list-box{width:300px; height:240px; float:left;}
.gry-index-yx .gry-index-yx-list .list-box i{width:100px; height:100px; float:left; margin:25px 100px 15px; background-image:url(../images/icon_100.png); background-repeat:no-repeat;}
.gry-index-yx .gry-index-yx-list .list-box i.icon1{background-position:0px 0px;}
.gry-index-yx .gry-index-yx-list .list-box i.icon2{background-position:0px -100px;}
.gry-index-yx .gry-index-yx-list .list-box i.icon3{background-position:0px -200px;}
.gry-index-yx .gry-index-yx-list .list-box i.icon4{background-position:0px -300px;}
.gry-index-yx .gry-index-yx-list .list-box i.icon5{background-position:0px -400px;}
.gry-index-yx .gry-index-yx-list .list-box h3{ line-height:40px; font-size:18px; color:#b58c5b; width:100%; text-align:center; float:left; font-weight:500; text-shadow:0px 0px 0.5px #e7daca; letter-spacing:1px;}
.gry-index-yx .gry-index-yx-list .list-box p{font-size:14px; color:#757575; line-height:24px; text-align:center; text-shadow:0px 0px 0.5px #ddd;}
.gry-index-yx .gry-index-yx-list .list-box a{width:120px; height:20px; text-align:center; line-height:20px; font-size:14px; color:#b0b1b1; float:left; margin:20px 90px; border:1px solid #b0b1b1; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.gry-index-yx .gry-index-yx-list .list-box a:hover{color:#dc322a; border-color:#dc322a;}
.gry-index-trkx{width:1220px; height:110px; margin:0 auto; margin-top:20px; border-top:2px solid #dc322a; background-color:#fff; position:relative; overflow:hidden;}
.gry-index-trkx .title{height:44px; line-height:44px; width:100%; font-size:16px; color:#4b4b4b; text-align:center;}
.gry-index-trkx .trkx-boxs{width:3600px; height:50px; padding:5px 0; top: 44px; position:absolute; left:0;}
.gry-index-trkx .trkx-boxs .trkx-box{width:240px; height:50px; padding:0 30px; float:left; position:relative;}
.gry-index-trkx .trkx-boxs .trkx-box:before{content:''; position:absolute; width:4px; height:4px; background-color:#4b4b4b; top:6px; left:10px;}
.gry-index-trkx .trkx-boxs .trkx-box:hover:before{background-color:#dc322a;}
.gry-index-trkx .trkx-boxs .trkx-box .name{line-height:16px; height:32px; width:100%; -webkit-line-clamp:2; font-size:14px; color:#4b4b4b;}
.gry-index-trkx .trkx-boxs .trkx-box .name a{color:#4b4b4b;}
.gry-index-trkx .trkx-boxs .trkx-box .name a:hover{color:#dc322a;}
.gry-index-trkx .trkx-boxs .trkx-box .time{height:10px; float:right; font-size:12px; color:#acacac;}
.gry-index-cen-list{width:1220px; margin:0 auto;}
.gry-index-cen-list .list-tab{width:1220px; height:48px; border-bottom:1px solid #dc322a; margin-top:25px; float:left;}
.gry-index-cen-list .list-tab .tab-box{width:169px; height:48px; line-height:48px; background-color:#e0e0e0; margin-right:2px; float:left; font-size:20px; cursor:pointer;}
.gry-index-cen-list .list-tab .tab-box.five{width:174px;}
.gry-index-cen-list .list-tab .tab-box a{color:#4b4b4b;transition: all 0s ease; -webkit-transition: all 0s ease;}
.gry-index-cen-list .list-tab .tab-box.last{ margin-right:0; }
.gry-index-cen-list .list-tab .tab-box.active{background-color:#dc322a; color:#fff;}
.gry-index-cen-list .list-tab .tab-box.active a{color:#fff;}
.gry-index-cen-list .list-tab .tab-box i{width:48px; height:48px; float:left; margin-left:14px; background-image:url(../images/icon3.png); background-repeat:no-repeat;}
.gry-index-cen-list .list-tab .tab-box i.icon1{ background-position:-50px -500px; }
.gry-index-cen-list .list-tab .tab-box i.icon2{ background-position:-50px -550px; margin-left:10px;}
.gry-index-cen-list .list-tab .tab-box i.icon3{ background-position:-50px -600px; }
.gry-index-cen-list .list-tab .tab-box i.icon4{ background-position:-50px -650px; margin-left:25px;}
.gry-index-cen-list .list-tab .tab-box i.icon5{ background-position:-50px -700px;}
.gry-index-cen-list .list-tab .tab-box i.icon6{ background-position:-50px -750px;}
.gry-index-cen-list .list-tab .tab-box i.icon7{ background-position:-50px -800px; margin-left:25px;}
.gry-index-cen-list .list-tab .tab-box.active i.icon1{ background-position:0px -500px; }
.gry-index-cen-list .list-tab .tab-box.active i.icon2{ background-position:0px -550px; }
.gry-index-cen-list .list-tab .tab-box.active i.icon3{ background-position:0px -600px; }
.gry-index-cen-list .list-tab .tab-box.active i.icon4{ background-position:0px -650px; }
.gry-index-cen-list .list-tab .tab-box.active i.icon5{ background-position:0px -700px; }
.gry-index-cen-list .list-tab .tab-box.active i.icon6{ background-position:0px -750px; }
.gry-index-cen-list .list-tab .tab-box.active i.icon7{ background-position:0px -800px; }
.gry-index-cen-list .list-cen{width:1220px; float:left;}
.gry-index-cen-list .list-cen .cen-box{width:1220px; float:left; display:none;}
.gry-index-cen-list .list-cen .cen-box.active{display:block;}
.invest-gz-box{position:absolute; top:10px; right:10px; width:25px; height:25px;  background: url(../images/icon2.png) -12px -1962px no-repeat; transition:all 0s ease; -webkit-transition:all 0s ease;}
.invest-gz-box.no{background-position: -13px -2064px;}
.box2 .invest-gz-box{right: 0px; background-position: -7px -1962px;}
.box2 .invest-gz-box.no{background-position: -8px -2064px;}
.recommend-investor.white{background-color: #fff;}
.cen-box .cen-li-box1,.invest-content .cen-li-box1{position:relative; width:290px; border:1px solid #dcdddd; box-shadow:1px 1px 5px #cfcecf; background-color:#fff; margin-top:20px; margin-right:20px; padding:20px 15px; float:left;}
.cen-box .cen-li-box1:nth-child(4n),.invest-content .cen-li-box1:nth-child(4n){margin-right:19px;}
.cen-box .cen-li-box1 .logo,.invest-content .cen-li-box1 .logo{width:120px; height:120px; margin:0px 65px; border:2px solid #f8f8f8; float:left; text-align:center; vertical-align:middle;}
.cen-box .cen-li-box1 .logo a,.invest-content .cen-li-box1 .logo a{width:120px; height:120px;float:left;     display: table-cell;}
.cen-box .cen-li-box1 .logo span,.invest-content .cen-li-box1 .logo span{height: 100%; display: inline-block;vertical-align: middle;}
.cen-box .cen-li-box1 .logo img,.invest-content .cen-li-box1 .logo img{vertical-align:middle;}
.cen-li-box1 .site-label{ height: 44px; line-height: 44px; text-align: center; font-size: 0px; color:#757575; }
.cen-li-box1 .site-label .site{display: inline-block; margin:0 10px;vertical-align: top; font-size: 14px; padding-left: 25px; height: 44px; color:#757575; font-size: 14px; background:url(../images/icon.png) -16px -5503px no-repeat;}
.cen-li-box1 .site-label .label{display: inline-block;margin:0 10px; vertical-align: top; font-size: 14px; padding-left: 25px; height: 44px; color:#757575; font-size: 14px; background:url(../images/icon.png) -16px -5553px no-repeat;}
.cen-li-box1 .site-label a{color:#757575;}
.cen-li-box1 .intor-case{height: 47px; line-height: 28px; width: 100%; text-align: center; font-size: 0; padding:6px 0 13px 0;}
.cen-li-box1 .intor-case a{padding:0 15px; height: 28px; background-color: #f6f9ff; display: inline-block; vertical-align: top; margin:0 4px; font-size: 14px; color:#6b7cab;}
.cen-box .cen-li-box1 h4,.invest-content .cen-li-box1 h4{width:100%; text-align:center; font-size:20px; color:#5e5e5e;  line-height:55px;font-weight: 900;}
.cen-box .cen-li-box1 .text,.invest-content .cen-li-box1 .text{width:100%; padding-top:10px;margin-bottom:14px;line-height:24px; float:left; color:#7e7e7e; height:154px; font-size:14px; -webkit-line-clamp:6;}
.cen-box .cen-li-box1 .upbox-bt,.invest-content .cen-li-box1 .upbox-bt{text-align: left; -webkit-transition: all 0s linear;-moz-transition: all 0s linear; -ms-transition: all 0s linear;-o-transition: all 0s linear;transition: all 0s linear; background: url(../images/icon2.png) -4px -1762px no-repeat; margin-top:10px; margin-left:0px; width:142px; border:1px solid #b38a5e;position:relative; float:right; line-height:29px; font-size:14px;  color:#b38a5e; height:29px; padding-left:34px; }
.cen-box .cen-li-box1 .upbox-bt.no,.invest-content .cen-li-box1 .upbox-bt.no{border-color:#d3d3d3; color:#d3d3d3; background-position:-4px -1809px;}
.cen-box .cen-li-box1 h4.vip:after,.invest-content .cen-li-box1 h4.vip:after{content: ""; width: 26px; height: 26px; display: inline-block; vertical-align: middle; margin:0 -30px 0 4px; background:url(../images/icon2.png) -12px -5962px no-repeat;}

.cen-box .cen-li-box2,.recommend-investor .cen-li-box2{position:relative; width:290px; border:1px solid #dcdddd; box-shadow:1px 1px 5px #cfcecf; background-color:#fff; margin-top:20px; margin-right:20px; padding:30px 15px 20px 15px; float:left;}
.cen-box .cen-li-box2 .logo,.recommend-investor .cen-li-box2 .logo{width:128px; height:128px; margin:0 auto;}
.cen-box .cen-li-box2 h4,.recommend-investor .cen-li-box2 h4{ height:50px; width:100%; line-height:65px; text-align:center; color:#4b4b4b; font-size:20px; }
.cen-box .cen-li-box2 h4.vip:after,.recommend-investor .cen-li-box2 h4.vip:after{content: ""; width: 26px; height: 26px; display: inline-block; vertical-align: middle; margin:-1px -30px 0 4px; background:url(../images/icon2.png) -12px -5962px no-repeat;}
.cen-box .cen-li-box2 h4 a,.recommend-investor .cen-li-box2 h4 a{color:#4b4b4b;}
.cen-box .cen-li-box2 .label,.recommend-investor .cen-li-box2 .label{font-size:14px; color:#5e5e5e; height:20px; text-align:center; float:left; width:100%;}
.cen-box .cen-li-box2 .label a,.recommend-investor .cen-li-box2 .label a{color:#5e5e5e;}
.cen-box .cen-li-box2 .title,.recommend-investor .cen-li-box2 .title2{font-size:16px; color:#5e5e5e; text-shadow:-0.8px -0.5px 0px #5e5e5e; margin-top:5px;  height:35px; line-height:40px; float:left; width:100%;}
.cen-box .cen-li-box2 .text,.recommend-investor .cen-li-box2 .text{line-height:29px; height:174px; padding-top:16px;  text-align:left; margin-bottom:10px; font-size:14px; color:#5e5e5e; width:100%; -webkit-line-clamp:6;text-shadow:0px 0px 1px #efefef;}
.cen-box .cen-li-box2 .tz-title,.recommend-investor .cen-li-box2 .tz-title{line-height:48px;color:#5e5e5e; text-shadow:0px 0px 1px #efefef; width:100%; height:51px; float:left;}
.cen-box .cen-li-box2 .tz-list,.recommend-investor .cen-li-box2 .tz-list{width:100%; height:44px; padding-bottom:20px; border-bottom:1px solid #e0e0e0; float:left;}
.cen-box .cen-li-box2 .tz-list .tz-logo,.recommend-investor .cen-li-box2 .tz-list .tz-logo{width:44px; height:44px; margin-right:10px; float:left;}
.cen-box .cen-li-box2 .upbox-bt,.recommend-investor .cen-li-box2 .upbox-bt{text-align: left; background: url(../images/icon2.png) -4px -1762px no-repeat;-webkit-transition: all 0s linear;-moz-transition: all 0s linear; -ms-transition: all 0s linear;-o-transition: all 0s linear;transition: all 0s linear; margin-top:10px; margin-left:0px; width:106px; border:1px solid #b38a5e;position:relative; float:right; line-height:29px; font-size:14px;  color:#b38a5e; height:29px; padding-left:34px; }
.cen-box .cen-li-box2:nth-child(4n),.recommend-investor .cen-li-box2:nth-child(4n){margin-right:0;}
.cen-box .cen-li-box2 .upbox-bt.no,.recommend-investor .cen-li-box2 .upbox-bt.no{border-color:#d3d3d3; color:#d3d3d3; background-position:-4px -1809px;}
/*box box2*/
.recommend-investor .cen-li-box2.box2{width:1060px; margin:0 30px; height:130px; margin-right:0; padding:30px 40px 50px 40px; border:0; border-bottom:1px dashed #e1e1e1; margin-top:0; box-shadow:none;}
.recommend-investor .cen-li-box2.box2 .down-xq-box{display:none !important;}
.recommend-investor .cen-li-box2.box2:last-child{border-bottom:0;}
.recommend-investor .cen-li-box2.box2 .logo{float:left; margin-right:30px; margin-top:10px;}
.recommend-investor .cen-li-box2.box2 h4{float:left; width:auto; height:40px; line-height:40px;}
.recommend-investor .cen-li-box2.box2 h4.vip:after{margin-right: 30px;}
.recommend-investor .cen-li-box2.box2 .label{width:auto; min-width:400px; text-align:left; height:40px; line-height:45px; text-indent:15px; font-size:16px; color:#757575;}
.recommend-investor .cen-li-box2.box2 .text{width:715px; line-height:30px; height:90px; padding:0; margin:0; font-size:14px; color:#757575; float:left;}
.recommend-investor .cen-li-box2.box2 .xq-bt{float:right;padding-left:20px; background-position:-3px -1861px; width:120px; text-align:center; letter-spacing:5px; text-indent:7px;}
.recommend-investor .cen-li-box2.box2 .upbox-bt{margin-top:20px;}

.cen-box .cen-li-box3{width:258px; height:470px; border:1px solid #dcdddd; box-shadow:1px 1px 5px #cfcecf; background-color:#fff; margin-top:20px; margin-right:13px; padding:15px; float:left;}
.cen-box .cen-li-box3 .logo{width:100%; height:175px; position:relative; overflow: hidden;}
.cen-box .cen-li-box3 .logo img{position:absolute;}
.cen-box .cen-li-box3 h4{font-size:16px; height:52px; font-weight:bold; line-height:26px; width:100%; -webkit-line-clamp:2; float:left; letter-spacing:0.5px; margin-top:18px;}
.cen-box .cen-li-box3 h4 a{color:#0d0d0d;}
.cen-box .cen-li-box3 .info{width:100%; height:30px; float:left; margin:15px 0; line-height:30px; font-size:12px; color:#a1a1a1;}
.cen-box .cen-li-box3 .info span{float:left;}
.cen-box .cen-li-box3 .img{width:30px; height:30px; float:left; margin-right:10px;}
.cen-box .cen-li-box3 .name,.gry-index-cen-list .list-cen .cen-box .cen-li-box3 .name a{color:#0071e8;}
.cen-box .cen-li-box3 .sz i{float:left; width:15px; margin-right:5px; height:15px; background:url(../images/icon.png) -15px -1819px no-repeat; margin-top:8px;}
.cen-box .cen-li-box3 .pl i{float:left; width:15px; margin-right:5px; height:15px; background:url(../images/icon.png) -15px -1869px no-repeat; margin-top:8px;}
.cen-box .cen-li-box3 .sz,.gry-index-cen-list .list-cen .cen-box .cen-li-box3 .pl{margin-left:15px;}
.cen-box .cen-li-box3 .text{line-height:24px; width:100%; font-size:13px; color:#5e5e5e; height:168px; -webkit-line-clamp:7;}
.cen-box .cen-li-box3:nth-child(4n){margin-right:0;}

.cen-box .cen-li-box5{width:258px; height:344px; border:1px solid #dcdddd; box-shadow:1px 1px 5px #cfcecf; background-color:#fff; margin-top:20px; margin-right:13px; padding:15px; float:left;}
.cen-box .cen-li-box5:nth-child(4n){margin-right:0;}
.cen-box .cen-li-box5 h4{line-height:32px; font-size:22px; font-weight:500; height:64px; width:100%; -webkit-line-clamp:2;}
.cen-box .cen-li-box5 h4 a{color:#0d0d0d;}
.cen-box .cen-li-box5 .hy-box{width:180px; float:left; color:#5e5e5e; font-size:12px; margin-top:20px; text-shadow:-0.8px 0px 0px #ddd; }
.cen-box .cen-li-box5 .hy-box .hy-zt{width:100%; float:left; line-height:20px; height:20px;}
.cen-box .cen-li-box5 .site-label{width:100%; line-height:40px; height:40px; color:#5e5e5e; padding:5px 0; font-size:14px; border-bottom:1px dashed #c6c6c6;}
.cen-box .cen-li-box5 .site-label .time{float:right;color:#5e5e5e;}
.cen-box .cen-li-box5 .site-label .site{float:left;color:#5e5e5e;}
.cen-box .cen-li-box5 .site-label .site i {float:left; width:20px; height:20px; margin-top:10px; background:url(../images/icon.png) -16px -1716px no-repeat;}
.cen-box .cen-li-box5 .site-label .time i {float:left; width:20px; height:20px; margin-top:10px; background:url(../images/icon.png) -16px -1766px no-repeat;}
.cen-box .cen-li-box5 .text{line-height:23px; height:92px; padding-top:10px; color:#5e5e5e; font-size:14px; text-indent:2em;  -webkit-line-clamp:4;}
.cen-box .cen-li-box5 .img-g-l{height:76px; line-height:76px; font-size:14px; padding:10px 0;}
.cen-box .cen-li-box5 .g-l{height:20px; line-height:20px; font-size:14px;  margin-top:10px; float:left; width:100%;}
.cen-box .cen-li-box5 .g-l a{color:#5e5e5e; padding-left:30px;float:right;}
.cen-box .cen-li-box5 .g-l a.g{background:url(../images/icon2.png) -10px -1965px no-repeat; margin-right:10px; width:42px;}
.cen-box .cen-li-box5 .g-l a.l{background:url(../images/icon2.png) -10px -2015px no-repeat;}
.cen-box .cen-li-box5 .g-l a.g.no{background-position:-11px -2067px;}
.cen-box .cen-li-box5 .img-g-l .img{width:74px; height:74px; float:right; border:1px solid #f9fafa;}
.cen-box .cen-li-box5 .img-g-l .img a{padding-left:0;}

.cen-box .cen-li-box6{width:258px; border:1px solid #dcdddd; box-shadow:1px 1px 5px #cfcecf; background-color:#fff; margin-top:20px; margin-right:13px; padding:15px; float:left;}
.cen-box .cen-li-box6 .logo{width:100%; height:175px; position:relative; overflow: hidden;}
.cen-box .cen-li-box6 .logo img{position:absolute;}
.cen-box .cen-li-box6 .logo .genre{position:absolute; width:70px; height:20px; line-height:20px; font-size:14px; color:#fff; top:0; left:0; text-align:center;}
.cen-box .cen-li-box6 .logo .genre.list01{background-color:#478de4;}
.cen-box .cen-li-box6 .logo .genre.list02{background-color:#ff6161;}
.cen-box .cen-li-box6 .logo .genre.list03{background-color:#fa7205;}
.cen-box .cen-li-box6 .logo .genre.list04{background-color:#7b7210;}
.cen-box .cen-li-box6 .logo .genre.list05{background-color:#ff9900;}
.cen-box .cen-li-box6 .logo .genre.list06{background-color:#ace600;}
.cen-box .cen-li-box6 .logo .genre.list07{background-color:#0099cc;}
.cen-box .cen-li-box6 .logo .genre.list08{background-color:#0099cc;}
.cen-box .cen-li-box6 .logo .genre.list09{background-color:#8800cc;}
.cen-box .cen-li-box6 h4{font-size:18px; height:52px; font-weight:bold; line-height:26px; width:100%; -webkit-line-clamp:2;letter-spacing:0.5px; margin-top:18px;}
.cen-box .cen-li-box6 .time{width:100%; height:40px; line-height:20px; -webkit-line-clamp:2; font-size:14px; margin-top:15px; color:#5e5e5e;}
.cen-box .cen-li-box6 .time em{height:100%; float:left;}
.cen-box .cen-li-box6 .row{width:100%; height:24px; line-height:24px; font-size:14px; color:#5e5e5e;}
.cen-box .cen-li-box6 .row .row-l{float:left;color:#5e5e5e;}
.cen-box .cen-li-box6 .row .row-r{float:right;color:#5e5e5e;}
.cen-box .cen-li-box6 .bt{width:118px; height:32px; background-color:#4e6ef2; color:#fff; float:left; margin:10px 70px; line-height:32px; text-align:center; color:#fff; font-size:14px;}
.cen-box .cen-li-box6:nth-child(4n){margin-right:0;}

.gry-index-cen-list .list-cen .cen-box .case-list,.invest-content .case-list,.recommend-investor .case-list{float:left; width:100%; height:131px;}
.gry-index-cen-list .list-cen .cen-box .case-list .title,.invest-content .case-list .title,.recommend-investor .case-list .title2{text-align:left;font-size:14px; padding:20px 0; float:left; width:100%;border-top: 1px solid #dcdddd;color:#5e5e5e; }
.gry-index-cen-list .list-cen .cen-box .case-list .case-list-box,.invest-content .case-list .case-list-box,.recommend-investor .case-list .case-list-box{width:50px; height:50px; float:left;margin-right:12px;}
.gry-index-cen-list .list-cen .cen-box .case-list .case-logo,.invest-content .case-list .case-logo,.recommend-investor .case-list .case-logo{width:30px; height:30px; float:left; margin-left:10px;}
.gry-index-cen-list .list-cen .cen-box .case-list .name,.invest-content .case-list .name,.recommend-investor .case-list .name{width:50px; height:20px; line-height:20px; font-size:12px; color:#5e5e5e; float:left;text-align: center;}
.cen-box .xq-bt,.invest-content .xq-bt,.recommend-investor .xq-bt{width:102px; position:relative;  background: url(../images/icon2.png) -8px -1861px no-repeat; text-align:left; height:29px; line-height:29px; float:left; border:1px solid #7284aa; font-size:14px; margin-top: 10px; color:#7284aa; padding-left:30px;}
.cen-box .xq-bt.no,.invest-content .xq-bt.no,.recommend-investor .xq-bt.no{border-color:#d3d3d3; color:#d3d3d3; background-position:-8px -1910px;}
.cen-box .xq-bt span,.invest-content .xq-bt span,.recommend-investor .xq-bt span{position:absolute; width:100%; height:100%; background-color:#fff; top:0; left:0; text-align:center; display:none;}
.cen-box .xq-bt:hover span,.invest-content .xq-bt:hover span,.recommend-investor .xq-bt:hover span{display:block;}
.cen-box .xq-bt .down-xq-box,.invest-content .xq-bt .down-xq-box,.recommend-investor .xq-bt .down-xq-box{position:absolute; height:0; overflow:hidden; width:290px;bottom:100%; left:-17px; z-index:2;}
.cen-box .xq-bt:hover .down-xq-box,.invest-content .xq-bt:hover .down-xq-box,.recommend-investor .xq-bt:hover .down-xq-box{ height:468px;}
.cen-box .xq-bt .down-xq-box .down-xq-bg,.invest-content .xq-bt .down-xq-box .down-xq-bg,.recommend-investor .xq-bt .down-xq-box .down-xq-bg{color:#fff;background-color:rgb(22,52,116); background-color:rgba(22,52,116,.9); position:absolute;  width:100%; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; bottom:-100%; padding:20px 0 30px 0; }
.cen-box .xq-bt:hover .down-xq-box .down-xq-bg,.invest-content .xq-bt:hover .down-xq-box .down-xq-bg,.recommend-investor .xq-bt:hover .down-xq-box .down-xq-bg{bottom:0 !important; margin-bottom:14px;}
.cen-box .xq-bt .down-xq-box .down-xq-bg .down-xq,.invest-content .xq-bt .down-xq-box .down-xq-bg .down-xq,.recommend-investor .xq-bt .down-xq-box .down-xq-bg .down-xq{overflow: auto;scrollbar-width: none;-ms-overflow-style: none;min-height:50px; width:100%; max-height:404px; padding-right:18px;}

.cen-box .xq-bt .down-xq-box .down-xq-bg:after,.invest-content .xq-bt .down-xq-box .down-xq-bg:after,.recommend-investor .xq-bt .down-xq-box .down-xq-bg:after{content:''; position:absolute; border-top:8px solid rgb(22,52,116); border-top:8px solid rgba(22,52,116,.9); border-bottom:0; border-left:8px solid transparent; left:60px; bottom:-8px; transition:bottom 0.3s ease; -webkit-transition:bottom 0.3s ease; border-right:8px solid transparent;}
.cen-box .xq-bt .down-xq-box .down-xq li,.invest-content .xq-bt .down-xq-box .down-xq li,.recommend-investor .xq-bt .down-xq-box .down-xq li{color:#fff; text-align:left; width:275px; line-height:24px; font-size:14px; padding:5px 0px 5px 25px;}
.cen-box .xq-bt .down-xq-box .down-xq li em,.invest-content .xq-bt .down-xq-box .down-xq li em,.recommend-investor .xq-bt .down-xq-box .down-xq li em{font-size:12px; color:#e0e0e0; position:relative;}
.cen-box .xq-bt .down-xq-box .down-xq li em:after,.invest-content .xq-bt .down-xq-box .down-xq li em:after,.recommend-investor .xq-bt .down-xq-box .down-xq li em:after{content:''; position:absolute; width:3px; height:3px; background-color:#Fff; top:6px; left:-10px;}
.cen-box .cen-li-box2 .xq-bt:hover .down-xq-box,.invest-content .cen-li-box2 .xq-bt:hover .down-xq-box,.recommend-investor .cen-li-box2 .xq-bt:hover .down-xq-box{ height:440px;}
.cen-box .cen-li-box2 .xq-bt .down-xq-box .down-xq-bg .down-xq,.invest-content .cen-li-box2 .xq-bt .down-xq-box .down-xq-bg .down-xq,.recommend-investor .cen-li-box2 .xq-bt .down-xq-box .down-xq-bg .down-xq{max-height:376px;}


.gry-index-cen-list .list-cen .cen-box .li-box1-more{width:268px; height:38px; margin:40px 466px; font-size:18px; line-height:38px; color:#fff; background-color:#dc322a; text-align:center; float:left; border-radius:19px; -webkit-border-radius:19px; -moz-border-radius:19px;}
.gry-index-cen-list .list-cen .cen-box .li-box1-more.l{width:196px; float:left; margin:40px 50px 40px 379px;}
.gry-index-cen-list .list-cen .cen-box .li-box1-more.r{width:196px; float:left; margin:40px 0 40px 0;}
.gry-index-xh{width:1198px; box-shadow:1px 1px 5px #cfcecf; border:1px solid #dcdddd; height:248px; clear:both; margin:50px auto;}
.gry-index-xh h2{height:44px; line-height:44px; font-size:20px; color:#d00602; padding-left:48px; text-align:center; text-shadow:-0.8px 0px 0px #d00602; font-weight:500; background-color:#e0e0e0;}
.gry-index-xh h2 .more{float:right; font-size:14px; color:#757474;text-shadow:none; margin-right:20px; }
.gry-index-xh .gry-index-xh-list{height:204px; width:1198px; background-color:#fff;}
.gry-index-xh .gry-index-xh-list .xh-list-box{width:95px; height:150px; margin:27px 0px 27px 90px; float:left;}
.gry-index-xh .gry-index-xh-list .xh-list-box .logo{width:70px; height:70px; background-color:#D8B7B7; color:#fff; margin:10px auto;}
.gry-index-xh .gry-index-xh-list .xh-list-box h3{width:100%;color:#4b4b4b; line-height:26px; font-size:18px; height:52px; -webkit-line-clamp:2; text-align:center; font-weight:500;}
.gry-invest-org-hy{width:1198px; box-shadow:1px 1px 5px #cfcecf; border:1px solid #dcdddd; background-color:#fff; clear:both; margin:50px auto;}
.gry-invest-org-hy>h2{background-color:#e0e0e0;height:44px; line-height:44px; position:relative; font-size:20px; color:#163472; text-align:center; }
.gry-invest-org-hy.cen-box>h2{color:#dc322a; font-size:18px; line-height:60px; height:60px; letter-spacing:2px; }
.gry-invest-org-hy>h2>.more{position:absolute; width:100px; top:0; right:0; font-size:14px; color:#757575; font-weight:normal;}
.gry-invest-org-hy>h2>.more.hy{color:#757474; width:66px;}
.gry-invest-org-hy>.boxs{padding:30px 9px 16px 9px; display:inline-table;}
.gry-invest-org-hy>.boxs>.box{width:220px; border:1px solid #e0e0e0; padding:24px 20px 20px 20px; float:left; margin:0 7px 14px 7px;}
.gry-invest-org-hy>.boxs>.box>.img{width:102px; height:102px; margin:0 auto; border:1px solid #e0e0e0;}
.gry-invest-org-hy>.boxs>.box>.name{width:100%; text-align:center; font-size:20px; font-weight:bold; margin-top:20px; line-height:26px; height: 26px;}
.gry-invest-org-hy>.boxs>.box>.site{color:#acabab; font-size:14px;width:100%; text-align:center; line-height:24px; height: 24px; background-position: }
.gry-invest-org-hy>.boxs>.box>.site>a{color:#acabab;}
.gry-invest-org-hy>.boxs>.box>.xq-bt{border-radius:3px; background-position: -3px -1861px; -webkit-border-radius:3px; width:150px; height:30px; line-height:30px; margin:25px 14px 0 14px; text-indent:15px; letter-spacing:5px;}
.gry-invest-org-hy>.boxs>.box>.xq-bt>span{text-indent:5px;}
.gry-invest-org-hy>.boxs>.box>.upbox-bt{border-radius:3px; -webkit-border-radius:3px; background: url(../images/icon2.png) -4px -1762px no-repeat; margin:14px 14px 0 14px; width:150px; border:1px solid #b38a5e;position:relative; float:left; line-height:30px; font-size:14px;  color:#b38a5e; height:30px; padding-left:34px; -webkit-transition: all 0s linear;-moz-transition: all 0s linear; -ms-transition: all 0s linear;-o-transition: all 0s linear;transition: all 0s linear;}
.gry-invest-org-hy>.boxs>.box>.upbox-bt.no{border-color:#d3d3d3; color:#d3d3d3; background-position:-4px -1809px;}
.gry-invest-org-hy>.boxs>.box>.xq-bt>.down-xq-box{left:-36px; width:222px; height:0;}
.gry-invest-org-hy>.boxs>.box>.xq-bt:hover>.down-xq-box{height: 225px;}
.gry-invest-org-hy>.boxs>.box>.xq-bt>.down-xq-box>.down-xq-bg:after{left:103px;}
.gry-invest-org-hy>.boxs>.box>.xq-bt>.down-xq-box .down-xq{max-height:161px;}
.gry-invest-org-hy>.boxs>.box>.xq-bt>.down-xq-box .down-xq li{width:180px; letter-spacing:0;}
.gry-invest-org-hy.cen-box>.boxs>.box>.xq-bt>.down-xq-box{max-height:199px;}
.gry-invest-org-hy.cen-box>.boxs>.box>.xq-bt>.down-xq-box .down-xq{max-height:135px;}
/* 首页-2016-08-25版 */
.ysyy-full-while{width: 100%; min-width: 1220px; background-color: #Fff;}
.new-index,.ysyy-full{width: 100%; min-width: 1220px;}
.new-index>.sliderfull{width: 100%; min-width:1220px; overflow: hidden;}
.new-index>.sliderfull>#slider{width: 1920px; height: 500px; position: relative; margin-left: -960px; left:50%; overflow: hidden;}
.new-index>.sliderfull>#slider>#slider2{width: 100%; height: 55px; position: absolute; left: 0; bottom:0; overflow: hidden;}
.new-index>.sliderfull>#slider>#slider2 .swiper-slide{text-align: center; background: url(../images/bg_box_blue.png); background:-webkit-linear-gradient(left,rgba(22,52,116,.8),rgba(218,37,28,.8));}
.new-index>.sliderfull>#slider>#slider2 .swiper-slide .box{padding:10px 0;}
.new-index>.sliderfull>#slider>#slider2 .swiper-slide .title{font-size: 20px; color: #fff; display: inline-block; line-height: 35px; vertical-align: top;}
.new-index>.sliderfull>#slider>#slider2 .swiper-slide .dw{display: inline-block; color:#fff; font-size: 14px; vertical-align: top; height: 35px; line-height: 35px;  }
.new-index>.sliderfull>#slider>#slider2 .swiper-slide .num{display: inline-block; color:#fff; font-size: 30px; vertical-align: top;height: 35px; line-height: 35px;  }
.new-index>.sliderfull>#slider>#slider2 .swiper-slide .nums{display: inline-block; color:#fff; font-size: 12px; vertical-align: top;}
.new-index>.sliderfull>#slider>#slider2 .swiper-slide .nums .num-t{ color:#fff;}
.new-index>.sliderfull>#slider>#slider2 .swiper-slide .nums .num-b{ color:#fff;}
.new-index>.sliderfull>#slider>#slider2 .swiper-slide .medical{font-size: 20px; font-weight: bold; color: #fff; line-height: 35px; letter-spacing: 3px;}
.new-index>.sliderfull>#slider .swiper-button-prev{background: url(../images/index.png) -26px -759px no-repeat; left: 10%;    width: 45px;height: 76px; position: absolute;top: 50%;margin-top: -38px;cursor: pointer;}
.new-index>.sliderfull>#slider .swiper-button-next{background: url(../images/index.png) -26px -869px no-repeat; right: 10%;    width: 45px;height: 76px; position: absolute;top: 50%;margin-top: -38px;cursor: pointer;}
.new-index .rowbox{height: 490px; margin-bottom: 30px;}
.new-index .rowbox>.left{width: 850px; float: left;}
.new-index .rowbox>.left>.listbox{width: 100%; text-align: center; height: 180px; padding-top: 30px;}
.new-index .rowbox>.left>.listbox .box{display: inline-block; width: 195px; height: 100%; vertical-align: top; cursor: pointer;}
.new-index .rowbox>.left>.listbox .box .icon{height: 90px; display: inline-block; vertical-align: top; padding-top: 20px; font-size: 90px; color:#b18a5f; line-height:90px; }
.new-index .rowbox>.left>.listbox .box h3{font-size: 16px; font-weight: normal; line-height: 66px; height: 66px;}
.new-index .rowbox>.left>.listbox .box p{font-size: 14px; line-height: 24px; height: 48px; opacity: 0; text-align: left; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.new-index .rowbox>.left>.listbox .box:hover .icon{padding-top: 0; color:#4e6ef2;}
.new-index .rowbox>.left>.listbox .box:hover h3{height: 46px; line-height: 56px; color:#4e6ef2;}
.new-index .rowbox>.left>.listbox .box:hover p{opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
.new-index .rowbox>.left>.updatepre{width: 100%; text-align: center;}
.new-index .rowbox>.left>.updatepre .pre-title{font-size: 26px; color:#1e3075; letter-spacing: 3px; height: 106px; line-height: 106px;}
.new-index .rowbox>.left>.updatepre .pre-list{800px; display: inline-block;}
.new-index .rowbox>.left>.updatepre .box{width: 160px; position: relative; line-height: 80px; height: 80px; color:#16356e; float: left; cursor: pointer;}
.new-index .rowbox>.left>.updatepre .box:before{content: ""; position: absolute; width: 160px; border-top:2px solid #455d8b; top:-1px;left:80px;}
.new-index .rowbox>.left>.updatepre .box:after{content: attr(data-num); text-align: center; width: 24px; height: 24px; line-height: 24px; position: absolute; left: 68px; top:-12px; background-color: #455d8b; color: #fff; font-size: 12px; border-radius: 50%; -webkit-border-radius: 50%;}
.new-index .rowbox>.left>.updatepre .box.last:before{width: 0;}
.new-index .rowbox>.left>.updatepre .box.con:after{display: none;}
.new-index .rowbox>.left>.updatepre .box.con .con:after{content: "专业服务"; width: 84px; height: 30px; font-size: 16px; font-weight: normal; background-color: #fff; text-align: center;line-height: 30px; color:#455d8b; border:2px solid #455d8b; border-radius: 17px; -webkit-border-radius: 17px; position: absolute; top:23px; left: 50%; margin-left:-43px; }
.new-index .rowbox>.left>.updatepre .box.con .con:before{content: ""; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; position: absolute; width: 158px; height: 40px; border:2px solid #455d8b; top:-1px; left: 50%; margin-left: -81px;}
.new-index .rowbox>.left>.updatepre .box:hover{font-size: 18px; font-weight: bold;}
.new-index .rowbox>.left>.updatepre .box:hover:after{font-size: 14px; width: 30px; height: 30px; line-height: 30px; left: 65px; top:-15px;}
.new-index .rowbox>.left>.updatepre .BpLink{padding-left: 25px; height: 48px; line-height: 48px; display: inline-block; vertical-align: top; color:#4e6ef2; background-image: url(../images/icon5.png); background-repeat: no-repeat;}
.new-index .rowbox>.left>.updatepre .BpLink.icon1{background-position: -15px -51px;}
.new-index .rowbox>.left>.updatepre .BpLink.icon2{background-position: -15px -102px;}
.new-index .rowbox>.left>.updatepre .update-btn{width: 262px; height: 48px; margin:0 20px; background-color: #4e6ef2; line-height: 48px; display: inline-block; vertical-align: top; font-size: 18px; color:#fff;}
.new-index .rowbox>.left>.updatepre .update-btn:before{content: ""; width: 30px; height: 48px; background: url('../images/icon.png') -15px -4799px no-repeat; display: inline-block; vertical-align: top;}
.new-index .rowbox>.left>.updatepre .update-btn:hover{opacity: 0.8;}
.new-index .rowbox>.right{width:340px; float: left; padding-top: 56px;}
.new-index .rowbox>.right>.dyn-con>.title{width: 80px; height: 30px; margin-bottom: 20px; line-height: 30px; text-align: center; float: left; background-color: #efeff0; font-size: 16px; font-weight: bold;}
.new-index .rowbox>.right>.dyn-con #slider3{width: 100%; height: 100px; margin-bottom: 40px; overflow: hidden;}
.new-index .rowbox>.right>.dyn-con #slider3 .swiper-slide{height: 40px;}
.new-index .rowbox>.right>.dyn-con #slider3 .box{position: relative;}
.new-index .rowbox>.right>.dyn-con #slider3 .box:before{content: ""; height: 60px; border-left: 2px solid #efeff0; position: absolute; left:3px; top:4px;}
.new-index .rowbox>.right>.dyn-con #slider3 .box .title{font-size: 14px; line-height: 16px; height: 16px; position: relative;padding-left: 20px; }
.new-index .rowbox>.right>.dyn-con #slider3 .box .title:before{content: ""; position: absolute; width: 4px; height: 4px; border:4px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; left:-2px; top:0px;}
.new-index .rowbox>.right>.dyn-con #slider3 .box .title:after{content: ""; position: absolute; width: 4px; height: 4px; border:2px solid #6e6e6e; border-radius: 50%; -webkit-border-radius: 50%; left:0px; top:2px;}
.new-index .rowbox>.right>.dyn-con #slider3 .box .time{line-height: 32px; height: 24px; font-size: 14px; color:#aaa; padding-left: 20px;}
.new-index .rowbox>.right>.com-sen>.title{width: 80px; height: 30px; margin-bottom: 20px; line-height: 30px; text-align: center; float: left; background-color: #efeff0; font-size: 16px; font-weight: bold;}
.new-index .rowbox>.right>.com-sen>.more{float: right; font-size: 14px; line-height: 30px; color:#757575;}
.new-index .rowbox>.right>.com-sen>.more:hover{color:#4e6ef2;}
.new-index .rowbox>.right>.com-sen .tags{margin-bottom: 10px; width: 100%; display: inline-table; vertical-align: top;}
.new-index .rowbox>.right>.com-sen .tags a{display: inline-block; height: 28px; font-size: 14px; line-height: 28px; border:1px solid #eee; padding:0 5px; margin-right: 10px; color:#757575;}
.new-index .xrowbox>.right>.com-sen .tags a:hover{color:#4e6ef2;}
.new-index .rowbox>.right>.com-sen #slider4{width: 100%; height: 90px;}
.new-index .rowbox>.right>.com-sen #slider4 .box{line-height: 30px; display: inline-block; height: 30px; padding-left: 20px; font-size: 14px; max-width: 287px; position: relative;}
.new-index .rowbox>.right>.com-sen #slider4 .box:before{content: ""; width: 4px; height: 4px; background-color: #666; left: 5px; top:13px; position: absolute;}
.new-index .rowbox>.right>.com-sen #slider4 .swiper-slide.new:after{content: ""; width: 28px; height: 30px; display: inline-block; background: url(../images/new.gif) 0 0 no-repeat; vertical-align: top;}
.new-index .rowbox>.right>.com-sen #slider4 .swiper-slide.hot:after{content: ""; width: 28px; height: 30px; display: inline-block; background: url(../images/hot.gif) 0 0 no-repeat; vertical-align: top;}
.new-index .invest-finan>.tags{width: 100%; height: 59px; line-height: 54px; border-bottom:1px solid #4e6ef2; }
.new-index .invest-finan>.tags>a{border-top:3px solid #e8e8e8; -webkit-transition: all 0s ease; -moz-transition: all 0s ease; -ms-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease; background-color: #e8e8e8; width: 400px; float: left; text-align: center; font-size: 20px; color:#4b4b4b; height: 56px;}
.new-index .invest-finan>.tags>a:before{content: ""; width: 50px; height: 100%; margin-left: -10px; vertical-align: middle; display: inline-block; margin-right: 5px; background: url(../images/icon.png) no-repeat;}
.new-index .invest-finan>.tags>a.icon1{width: 398px; margin-right: 2px;}
.new-index .invest-finan>.tags>a.icon3{width: 398px; margin-left: 2px;}
.new-index .invest-finan>.tags>a.active{border-top-color: #4e6ef2; height: 57px;border-bottom-color: #fff; background-color: #fff; color:#4e6ef2; font-weight: bold;}
.new-index .invest-finan>.tags>a.icon1:before{background-position: 0px -4950px;}
.new-index .invest-finan>.tags>a.icon2:before{background-position: 0px -5048px;}
.new-index .invest-finan>.tags>a.icon3:before{background-position: 0px -5150px;}
.new-index .invest-finan>.tags>a.icon1.active{width: 400px; margin-right: 0;}
.new-index .invest-finan>.tags>a.icon2.active{width: 404px; margin-left: -2px; margin-right: -2px;}
.new-index .invest-finan>.tags>a.icon3.active{width: 400px; margin-left: 0px;}
.new-index .invest-finan>.tags>a.icon1.active:before{background-position: -1px -4999px;}
.new-index .invest-finan>.tags>a.icon2.active:before{background-position: 0px -5099px;}
.new-index .invest-finan>.tags>a.icon3.active:before{background-position: 1px -5199px;}
.new-index .invest-finan>.boxs{width: 100%;}
.new-index .invest-finan>.boxs>.box{width: 100%; display: none;}
.new-index .invest-finan>.boxs>.box.active{display: block;}
.new-index .invest-finan>.boxs>.box .serbox{background-color: #Fff; height: 70px; line-height: 70px; padding:0 50px; color:#757575;}
.new-index .invest-finan>.boxs>.box .serbox .btn{padding-left: 30px; background: url(../images/icon.png) no-repeat;}
.new-index .invest-finan>.boxs>.box .serbox .blue{color:#16356e; background-position: -12px -5265px;}
.new-index .invest-finan>.boxs>.box .serbox .red{color:#4e6ef2; background-position: -12px -5313px;}
.new-index .invest-finan>.boxs>.box .serbox .brown{color:#b4895f; background-position:-12px -5362px;}
.new-index .invest-finan>.boxs>.box .serbox .gray{color:#757575; float: right; height: 22px; line-height: 22px; margin:24px 0;}
.new-index .invest-finan>.boxs>.box>.subtags{height: 70px; padding:0 50px; margin-top:10px; background-color: #fff;}
.new-index .invest-finan>.boxs>.box>.subtags>.tag{line-height: 70px; position: relative; height: 68px; margin:0 20px; display: inline-block; color:#0d0d0d; -webkit-transition: all 0s ease;-moz-transition: all 0s ease); -ms-transition: all 0s ease);-o-transition: all 0s ease);transition: all 0s ease);}
.new-index .invest-finan>.boxs>.box>.subtags>.tag:after{content: ""; border-right: 1px solid #ddd; position: absolute; top:30px; right:-20px; height: 10px;}
.new-index .invest-finan>.boxs>.box>.subtags>.tag.last:after{border-right-color: #fff;}
.new-index .invest-finan>.boxs>.box>.subtags>.tag.first{margin-left:0;}
.new-index .invest-finan>.boxs>.box>.subtags>.tag.active{border-bottom:2px solid #4e6ef2; color:#4e6ef2;}
.new-index .invest-finan>.boxs>.box>.subtags>.btn{float: right; width: 102px; margin:18px 0; height: 32px; line-height: 32px; border:1px solid #4e6ef2; text-align: center; color:#4e6ef2;}
.new-index .invest-finan>.boxs>.box>.subtags>.btn:hover{background-color: #4e6ef2; color:#fff;}
.new-index .invest-finan>.boxs>.box>.subboxs{margin-top:20px; padding:0 1px; display: inline-table; vertical-align: top;}
.new-index .invest-finan>.boxs>.box>.subboxs>.box>.more{width: 1220px; height: 50px; display: inline-block; margin-bottom: 20px; vertical-align: top; margin-top: -2px; text-align: center; font-size: 16px; color:#757575; background-color: #fff; line-height: 50px;}
.new-index .invest-finan>.boxs>.box>.subboxs>.box>.more:hover{ box-shadow: 0px 1px 8px #afb3b3;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2{margin-top: 0;}
.new-index .invest-finan>.boxs>.box>.subboxs>.box{width:1224px; display: none;}
.new-index .invest-finan>.boxs>.box>.subboxs>.box.active{display: block;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2{width: 1220px; margin-bottom: 30px;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .box{width: 1100px; padding:0 50px; background-color: #fff;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .box.last{background-color: transparent; padding:0;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .issue-demand{padding:40px; width: 1100px; border-top:1px solid #ddd; font-size: 14px; color:#757575;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .issue-demand .checkboxs{float: left; margin:0 10px 10px 0;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .issue-demand input[type=checkbox]{margin-right: 2px; margin-top: -3px; display: inline-block; vertical-align: middle;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .issue-demand input[type=checkbox]:after{display: none;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .issue-demand textarea{width: 850px; padding:10px; height: 60px; border:1px solid #d4d4d4; background-color: #fbf9f9;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .issue-demand .issue-bt{width: 210px; height: 42px; text-align: center; line-height: 42px; background-color: #4e6ef2; color:#fff; font-size: 16px; text-indent: -2px; cursor: pointer; letter-spacing: 2px;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-fin{width: 100%; border-bottom:1px dashed #ddd; padding:40px 0; font-size: 14px; color:#757575; border-top: 1px solid #ddd;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-fin a{float: left; margin:0 0 15px 0; font-weight: bold; letter-spacing: 1px; width: 170px;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-fin a em{color:#4e6ef2;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-fin a span{font-weight: normal;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-fin a.more{color:#757575; font-weight: normal; width: 120px;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-fin a.more:hover{color:#4e6ef2;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-img{height: 120px; line-height: 60px; padding:165px 0; font-size: 30px; text-align: center; background: url(../images/pro_fin.jpg) no-repeat; letter-spacing: 2px;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-img em{color:#4e6ef2;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .pro-img .update-issue-link{width: 180px; height: 44px; line-height: 44px; text-align: center; background-color: #4e6ef2; font-size: 18px; color:#fff; display: inline-block; margin: 0 10px 0 18px; vertical-align: middle;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .enterpriseboxs{width: 1221px; display: inline-table; vertical-align: top; margin-top:20px;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .enterpriseboxs .more{width: 1220px; height: 50px; display: inline-block; vertical-align: top; margin-top: -2px; text-align: center; font-size: 16px; color:#757575; background-color: #fff; line-height: 50px;}
.new-index .invest-finan>.boxs>.box>.subboxs#subboxs2 .enterpriseboxs .more:hover{ box-shadow: 0px 1px 8px #afb3b3;}
.ent-new-box{width: 385px; height: 190px; margin:0 22px 22px 0; float: left; border-radius: 5px; -webkit-border-radius: 5px; position: relative; -webkit-transition: all .2s linear;-moz-transition: all .2s linear; -ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear; background-color: #fff; padding-top: 25px;}
.ent-new-box:hover{margin:-4px 22px 26px 0; box-shadow: 0px 1px 8px #afb3b3;}
.ent-new-box>.left{width: 124px; float: left; height: 140px;}
.ent-new-box>.left>.img{width: 82px; height: 82px; border:1px solid #bfc6d0; border-radius: 50%; -webkit-border-radius: 50%; margin:0 20px; text-align: center; overflow: hidden;}
.ent-new-box>.left>.img img{width: 60px; height: 60px; display: inline-block; vertical-align: top; margin-top:11px;}
.ent-new-box>.right{padding-right: 20px;}
.ent-new-box>.right>.name{font-size: 18px; font-weight: bold;}
.ent-new-box>.right>.trade{line-height: 32px; height: 32px; font-size: 14px;}
.ent-new-box>.right>p{font-size: 14px; line-height: 22px; color:#757575; -webkit-line-clamp:3; height: 66px;}
.ent-new-box>.site-time-info{height: 43px; width: 345px; line-height: 43px; padding:0 20px; text-align: center; position: absolute; left: 0; bottom:0; border-top:1px solid #ddd;}
.ent-new-box>.site-time-info>a{font-size: 14px; color:#757575; padding-left: 25px; background: url(../images/icon.png) no-repeat;}
.ent-new-box>.site-time-info>a.site{float: left; background-position: -15px -5753px;}
.ent-new-box>.site-time-info>a.time{display: inline-block; vertical-align: top; background-position: -15px -5802px;}
.ent-new-box>.site-time-info>a.info{float: right; background-position: -15px -5853px;}
.ent-new-box>.like-btn.no{ background:url(../images/icon.png) -15px -5418px;}
.ent-new-box>.like-btn{width: 20px; height: 20px; position: absolute; top:15px; right: 20px; background:url(../images/icon.png) -15px -5465px;}
.new-index .invest-finan>.boxs>.box>.sybox{background-color: #FFF; margin-bottom: 20px;}
.new-index .invest-finan>.boxs>.box>.sybox .listboxs{width: 100%; text-align: center;}
.new-index .invest-finan>.boxs>.box>.sybox .listbox{width: 250px; height:300px; vertical-align: top; padding:20px; display: inline-block; margin:0 20px; border:1px solid #e8e8e8; }
.new-index .invest-finan>.boxs>.box>.sybox .icon{width: 100px; height: 100px; background: url(../images/icon_100.png) 0px 0px no-repeat; display: inline-block; vertical-align: top;}
.new-index .invest-finan>.boxs>.box>.sybox .icon.icon1{background-position: 0px -1300px;}
.new-index .invest-finan>.boxs>.box>.sybox .icon.icon2{background-position: 0px -1400px;}
.new-index .invest-finan>.boxs>.box>.sybox .icon.icon3{background-position: 0px -1500px;}
.new-index .invest-finan>.boxs>.box>.sybox h3{line-height: 60px; font-size: 16px;}
.new-index .invest-finan>.boxs>.box>.sybox p{line-height: 26px; font-size: 14px; color:#757575; text-align: left; margin-top:10px;}
.new-index .invest-finan>.boxs>.box>.sybox .btns{width: 100%; text-align: center;}
.new-index .invest-finan>.boxs>.box>.sybox .btn{width: 180px; font-size: 18px; height: 46px; margin:50px 36px; line-height: 46px; border:1px solid #4e6ef2; display: inline-block; color:#fff;}
.new-index .invest-finan>.boxs>.box>.sybox .btn.red{ background-color: #4e6ef2;}
.new-index .invest-finan>.boxs>.box>.sybox .btn.blue{border-color: #153475; color:#153475;}
.invet-tor-box{width: 280px; height: 365px; background-color: #fff; border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden; margin:0 26px 26px 0; position: relative; float: left; -webkit-transition: all .2s linear;-moz-transition: all .2s linear; -ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}
.invet-tor-box:hover{box-shadow: 0px 1px 8px #afb3b3; margin-top: -3px; margin-bottom:29px;}
.invet-tor-box>.img{width: 100px; height: 100px; border:1px solid #bcc3ce; display: inline-block; margin:43px 89px 10px 89px;}
.invet-tor-box>h3{font-size: 18px; height: 42px; line-height: 42px; text-align: center;}
.invet-tor-box>h3.vip:after{content: ""; width: 26px; height: 26px; display: inline-block; vertical-align: middle; margin:0 -30px 0 4px; background:url(../images/icon2.png) -12px -5962px no-repeat;}
.invet-tor-box>.site-label{padding:0 40px; height: 44px; line-height: 44px; text-align: center; font-size: 14px; color:#757575;}
.invet-tor-box>.site-label>.site{float: left; padding-left: 25px; max-width: 75px; height: 44px; color:#757575; font-size: 14px; background:url(../images/icon.png) -16px -5503px no-repeat;}
.invet-tor-box>.site-label>.label{float: right; padding-left: 25px; max-width: 75px; height: 44px; color:#757575; font-size: 14px; background:url(../images/icon.png) -16px -5553px no-repeat;}
.invet-tor-box>.site-label a{color:#757575;}
.invet-tor-box>.btn{width:198px; height:36px; text-align: center; margin:15px 40px; border:1px solid #b38a5e; line-height: 36px; color:#b38a5e; font-size: 14px; display: inline-block; }
.invet-tor-box>.btn.no{border-color:#d3d3d3; color:#d3d3d3;}
.invet-tor-box>.btn.no:before{ background-position:-10px -1806px;}
.invet-tor-box>.btn:before{content: ""; display: inline-block; vertical-align: top; margin-left: -5px; width: 30px; height: 36px; background: url(../images/icon2.png) -10px -1759px no-repeat;}
.invet-tor-box>.demand-intro{position: absolute; width: 240px; height: 44px; line-height: 44px; padding:0 20px; left: 0; bottom:0; background-color: #eaf0fa; font-size: 14px;}
.invet-tor-box>.demand-intro>.demand{float: left; padding-left:25px; background:url(../images/icon.png) -15px -5652px no-repeat; color:#6b7cab;}
.invet-tor-box>.demand-intro>.demand>.down-xq-box{position:absolute; height:0; overflow:hidden; width:280px; left: 0; bottom:30px; z-index:2;}
.invet-tor-box>.demand-intro>.demand>.down-xq-box .down-xq-bg{color:#fff;background-color:rgb(22,52,116); background-color:rgba(22,52,116,.9); position:absolute;  width:100%; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; bottom:-100%; padding:21px 0 30px 0; }
.invet-tor-box>.demand-intro>.demand>.down-xq-box .down-xq{overflow-y: auto; min-height:50px; width:100%; max-height:270px; padding-right:18px;}
.invet-tor-box>.demand-intro>.demand>.down-xq-box .down-xq-bg:after{content:''; position:absolute; border-top:8px solid rgb(22,52,116); border-top:8px solid rgba(22,52,116,.9); border-bottom:0; border-left:8px solid transparent; left:60px; bottom:-8px; transition:bottom 0.3s ease; -webkit-transition:bottom 0.3s ease; border-right:8px solid transparent;}
.invet-tor-box>.demand-intro>.demand>.down-xq-box .down-xq-bg{margin-bottom:14px;}
.invet-tor-box>.demand-intro>.demand>.down-xq-box li{color:#fff; text-align:left; width:242px; line-height:24px; font-size:14px; padding:5px 0px 5px 25px;}
.invet-tor-box>.demand-intro>.demand>.down-xq-box li em{font-size:12px; color:#e0e0e0; position:relative;}
.invet-tor-box>.demand-intro>.demand>.down-xq-box li em:after{content:''; position:absolute; width:3px; height:3px; background-color:#Fff; top:6px; left:-10px;}
.invet-tor-box>.demand-intro>.demand:hover>.down-xq-box{ height:335px;}
.invet-tor-box>.demand-intro>.demand:hover>.down-xq-box .down-xq-bg{bottom:0;}
.invet-tor-box>.demand-intro>.demand:hover>.hover{display: block;}
.invet-tor-box>.demand-intro>.demand>.hover{display: none;}
.invet-tor-box>.demand-intro>.demand:hover>.defa{display: none;}
.invet-tor-box>.demand-intro>.demand>.defa{display: block;}
.invet-tor-box>.demand-intro>.intro{float: right; padding-left:25px; background:url(../images/icon.png) -15px -5702px no-repeat; color:#6b7cab;}
.invet-tor-box>.like-btn.no{background:url(../images/icon.png) -15px -5418px;}
.invet-tor-box>.like-btn{width: 20px; height: 20px; position: absolute; top:20px; right: 20px; background:url(../images/icon.png) -15px -5465px;}
.new-index .association{margin-bottom: 50px;}
.new-index .association .title{position: relative; padding-left: 20px; height: 70px; line-height: 70px; font-size: 18px; font-weight: bold;}
.new-index .association .title .more{float: right; font-size: 14px; line-height: 70px; font-weight: normal; color:#757575;}
.new-index .association .title .more:hover{color:#4e6ef2;}
.new-index .association .title:before{content: ""; width: 4px; height: 20px; top:25px; left: 0; background-color: #4e6ef2; position: absolute;}
.new-index .association #slider5{width: 100%; height: 160px; padding:5px; margin-left: -5px; overflow: hidden; position: relative;}
.new-index .association #slider5 .swiper-slide{width: 220px; height: 160px; border-radius: 3px; -webkit-border-radius:3px; background-color: #fff;}
.new-index .association #slider5 .swiper-slide .logo{width: 80px; height: 80px; border:1px solid #efefef; margin:24px auto 0 auto;}
.new-index .association #slider5 .swiper-slide h3{color:#4b4b4b; font-weight: normal; text-align: center; padding:0 20px; line-height: 46px; font-size: 16px;}
.new-index .association #slider5 .swiper-slide h3 a{color:#4b4b4b;}
.new-index .association #slider5 .swiper-slide:hover{box-shadow: 0px 1px 8px #afb3b3; }
.new-index .association #slider5 .swiper-button-prev{width: 25px; position: absolute; top:60px; left: 5px; height: 50px; background: #ddd; left:4px;}
.new-index .association #slider5 .swiper-button-prev:before{content: ""; border-left:0; border-right:11px solid #fff; border-top:10px solid transparent; border-bottom:10px solid transparent; position: absolute; left:7px; top:15px;}
.new-index .association #slider5 .swiper-button-prev:after{content: ""; border-left:0; border-right:11px solid #ddd; border-top:10px solid transparent; border-bottom:10px solid transparent; position: absolute; left:10px; top:15px;}
.new-index .association #slider5 .swiper-button-next{width: 25px; position: absolute; top:60px; right: 5px;  height: 50px; background: #ddd; right:4px;}
.new-index .association #slider5 .swiper-button-next:before{content: ""; border-right:0; border-left:11px solid #fff; border-top:10px solid transparent; border-bottom:10px solid transparent; position: absolute; right:7px; top:15px;}
.new-index .association #slider5 .swiper-button-next:after{content: ""; border-right:0; border-left:11px solid #ddd; border-top:10px solid transparent; border-bottom:10px solid transparent; position: absolute; right:10px; top:15px;}
.new-index .information{padding:30px 0 50px 0; height: 1375px;}
.new-index .information .left{width: 820px; float: left;}
.new-index .information .left .tags{height: 60px; line-height: 60px;border-bottom:1px solid #eaeaea;}
.new-index .information .left .tags .tag{color:#0d0d0d; font-size: 18px; display: inline-block; height: 38px;letter-spacing: 2px; line-height: 38px; margin-left: 20px;}
.new-index .information .left .tags .tag:hover{color: #4e6ef2;}
.new-index .information .left .tags .tag.active{background-color: #4e6ef2; color:#fff; padding:0 20px; }
.new-index .information .left .tags .more{float: right; font-size: 14px; color:#757575;}
.new-index .information .left .tags .more:hover{color:#4e6ef2;}
.new-index .information .left .trends-list{border:none; padding-bottom: 0; width: 100%;}
.new-index .information .left .trends-list .box{border-bottom:1px solid #eaeaea; width: 770px;}
.new-index .information .right{float: right; width: 336px;}
.new-index .information .right .tags{height: 60px;}
.new-index .information .right .tags .tag{height: 58px; border-bottom:2px solid #fff; text-align: center; line-height: 60px; position: relative; width: 70px;float: left; font-size: 18px; color:#0d0d0d;}
.new-index .information .right .tags .tag.first:after{position: absolute; content: ""; border-right: 1px solid #ddd; right:0; height: 12px; top:24px;}
.new-index .information .right .tags .tag.active{border-bottom-color: #4e6ef2; color:#4e6ef2;}
.new-index .information .right .tags .more{float: right; font-size: 14px; height:60px; line-height: 60px; display: none; color:#757575;}
.new-index .information .right .tags .more:hover{color:#4e6ef2;}
.new-index .information .right .tags .more.active{display: block;}
.new-index .information .right>.boxs>.box{display: none;}
.new-index .information .right>.boxs>.box#box3 .new-r-zf{padding-top: 15px;}
.new-index .information .right>.boxs>.box#box3 .new-r-zf .box{padding:16px 0;}
.new-index .information .right>.boxs>.box.active{display: block;}
.new-index .information .right .new-r-zf{margin-top: 0; padding-top: 20px;}
.new-index .information .right .new-r-rzkx .box-warp{height: 550px;}
.new-index .information .right .new-r-rzkx .boxs{height: 550px;}
.new-index .information .right .new-r-rzkx{margin-top: 0; margin-bottom: 9px;}
.new-index .information .right .new-r-rzkx .boxs{ padding-top: 30px;}
.new-index .information .right .new-r-zf .new-r-zl{width: 280px; margin: 0 auto; border-bottom:1px solid #eee; margin-top: 10px;}
.new-index .information .right .new-r-zf .new-r-zl .box{margin:0; width: 60px; border:0; margin-bottom: 15px;}
.new-index .information .right .new-r-zf .new-r-zl .boxs{padding:0;}
/*留言*/
.leave-message-box-bt{ width:100%; height:100%; z-index:1000001; background-image: url(../images/bg_box.png); position:fixed; top:0; left:0;display:none;}
.leave-message-box-bt .leave-message-box{ width:500px; height:360px; position:absolute; top:50%; left:50%; margin:-180px 0 0 -250px; background-color:#fff;}
.leave-message-box-bt .leave-message-box h2{line-height:50px; height:50px; text-align:center; font-size:16px; border-bottom:1px solid #d5d5d5; font-weight:normal;}
.leave-message-box-bt .leave-message-box .leave-message-box-centent{padding:0 50px;}
.leave-message-box-bt .leave-message-box .leave-message-box-centent h3{line-height:80px; height: 50px; font-size:14px; color:#757575; font-weight:normal; }
.leave-message-box-bt .leave-message-box .leave-message-box-centent .message-list{height:120px; margin-bottom:20px; font-size: 14px;}
.leave-message-box-bt .leave-message-box .leave-message-box-centent .message-list strong{font-weight:normal; width:100%; float:left; font-size:14px; color:#757575; line-height:30px; height:30px; }
.leave-message-box-bt .leave-message-box .leave-message-box-centent .message-list .message-list-box{height:95px; overflow:hidden; overflow-y:auto; width:100%; float:left;}
.leave-message-box-bt .leave-message-box .leave-message-box-centent .message-list .message-list-box span{padding-left:20px; float:left; color:#757575; }
.leave-message-box-bt .leave-message-box .leave-message-box-centent .message-list .message-list-box em{float:left; margin-right:5px;}
.leave-message-box-bt .leave-message-box .leave-message-box-centent textarea{width:368px; background-color: #fbf9f9; height:70px; padding:15px; font-size:14px;font-family:'微软雅黑';}
.leave-message-box-bt .leave-message-box .leave-message-box-centent input{width:200px; height:40px; line-height: 40px; background-color:#4e6ef2; font-size:18px; font-family:'微软雅黑'; letter-spacing:10px; text-indent:10px; color:#fff;margin:20px 100px;}
.leave-message-box-bt .leave-message-box .close{font-size:30px; width:30px; height:30px; line-height:30px; text-align:center; position:absolute; top:0; right:0; color:#d4d4d4;}
/*-----------------------------------------------首页 end----------------------------------------------------------------------*/
.list-banner{ background:url(../images/loading.png) center #ccc no-repeat;}
.location{position:relative; width:100%;background-color: #4e6ef2; min-width:1220px;height:40px; line-height:40px; }
.location.full{width: auto;}
.location.full span{width: 100%; left: 0; margin: 0;}
.location span{width:1220px; position:relative; left:50%; margin-left:-610px; float:left; height:40px; line-height:40px; font-size:14px; color:#716c6c;  text-indent:50px; background:url(../images/icon.png) 0px -1955px no-repeat #4e6ef2; color:#fff;}
.location span .service-guide,.location span .fin-cs,.location span .fin-coll,.location span .service-bp{float:right; margin-left: 10px; text-indent:0; font-size:14px; padding:0 20px 0 25px; color:#fff; background: url(../images/icon2.png) -15px -3603px no-repeat; line-height:40px;}
.location span .fin-cs{background: url(../images/icon5.png) -12px -153px no-repeat;}
.location span .fin-coll{background-position: -14px -4854px;}
.location span .service-bp{background: url(../images/icon5.png) -12px -954px no-repeat;}
.location.intor span .fin-cs{background: url(../images/icon5.png) -12px -204px no-repeat;}
.location.intor span .service-guide{background: url(../images/icon5.png) -14px -252px no-repeat;}
.location.intor,.location.intor span{background-color:transparent;color:#757575; background-position:0px -2055px;}
.location a{color:#fff;}
.location.intor a{color:#757575;}
.list-box{background-color:#FFF; margin-bottom:30px;}
.list-box .loadmore{width:923px; height:60px; line-height:60px; font-size:16px; text-align:center; background-color:#efefef; border-top:1px solid #dbdbdb;}
.list-box .loadmore a{ color:#716c6c; display:block;}
.list-item{ margin-bottom:-1px;}
.list-item li .article{margin:0; position: relative;}
.list-item li .img{overflow:hidden; background:url(../images/loading.png) center #ccc no-repeat; }
.pages{ padding:30px 0 30px 10px;clear: both; list-style-type:none; height:45px; text-align: center;}
.pages li{height:38px; width:38px; list-style-type:none; background-color:#e0e0e0; text-align:center; line-height:38px; border-radius:3px; overflow: hidden; cursor:pointer; margin:0 8px; box-shadow:0px 0px 2px #aaa; float:left;}
.pages li:hover,.pages li.active,.pages li:hover a,.pages li.active a{background-color:#e71f19; color:#fff; box-shadow:none;}
.pages li a{display:block; transition:all 0s ease; -webkit-transition: all 0s ease;}
.pages li a i{width:45px; height:40px; float:left; margin:0 !important; background-image:url(../images/icon2.png); background-repeat:no-repeat;}
.pages li a.first i{background-position:-5px -209px;}
.pages li a.prev i{background-position:-5px -256px;}
.pages li a.next i{background-position:-5px -306px;}
.pages li a.end i{background-position:-6px -355px;}
.pages li:hover a.first i{background-position:-7px -402px;}
.pages li:hover a.prev i{background-position:-7px -449px;}
.pages li:hover a.next i{background-position:-7px -500px;}
.pages li:hover a.end i{background-position:-8px -548px;}
/*-----------------------------------------------列表 end----------------------------------------------------------------------*/
.particulars-box{width:100%; overflow:hidden; margin-bottom: 20px;}
.particulars-box .particulars_banner{margin-top: 20px;}
.particulars-box .cenbox{ background-color:#fff;}
.particulars-box .comshowbox{height: 0; overflow: hidden;}
.bdsharebuttonbox{float:right;}
.bdsharebuttonbox.myfinancing{height:38px;}
.bdsharebuttonbox.myfinancing em{float:left; color:#757575; padding-right:10px;}
.bdsharebuttonbox.myfinancing a.bds_qzone{margin-right:0;}
.bdsharebuttonbox .text{float: left; line-height: 28px; height: 28px; margin-right: 10px; color:#8d8787;}
.location .bdsharebuttonbox a{ margin:6px 6px 0px 0px;}
.bdsharebuttonbox a{width:28px; height:28px; float:left; margin:0px 6px 0px 0px; background-image:url(../images/icon2.png); background-repeat:no-repeat;}
.bdsharebuttonbox a.bds_tsina{background-position:-11px -2662px;}
.bdsharebuttonbox a.bds_bdhome{background-position:-11px -2713px;}
.bdsharebuttonbox a.bds_qzone{background-position:-11px -2763px;}
.bdsharebuttonbox a:hover{opacity:0.8;}
.particulars-box .box-header .title{ height:auto; max-height: 80px; -webkit-line-clamp:2; padding:40px 50px 0px 50px; font-size:28px; font-weight: bold; line-height:40px;}
.particulars-box .box-header .share{height:30px; padding:0 50px; margin-top:35px;}
.particulars-box .box-header .share .label{ padding:0 7px; line-height: 28px; border-radius:5px; font-size:14px; border-radius: 3px; -webkit-border-radius: 3px; color:#4e6ef2; height: 28px; border:1px solid #4e6ef2; margin-right:10px;text-align:center;float:left;}
.detail-source3{font-size: 14px;color: #8d8787; height: 20px; margin: 20px 0 0 0;}
.particulars-box .box-header .share .label a{  color:#4e6ef2;}
.particulars-box .box-header .share .source{ font-size:14px; color:#8d8787; height:20px; margin:5px 0 0 0; float:left;}
.particulars-box .box-header .share .author{ font-size:14px; color:#4e6ef2; margin:5px 0 0 20px;float:left;}
.particulars-box .box-header .share .time{ font-size:14px; color:#8d8787; margin:5px 0 0 20px;float:left;}
.particulars-box .box-header .share i{width:30px; height:30px; float:right;  margin-left:5px; background-image:url(../images/icon.png);background-repeat:no-repeat; cursor:pointer;}
.particulars-box .box-header .share i.list01{ background-position:-10px -57px; }
.particulars-box .box-header .share i.list02{ background-position:-10px -96px; }
.particulars-box .box-header .share i.list03{ background-position:-10px -134px;}
.particulars-box .box-header .share i.list04{ background-position:-8px -170px; }
.particulars-box .box-header p{ padding:20px 50px 10px 50px; font-size:16px; line-height:30px; color:#8d8787;}
.particulars-box .box-content{ padding:0 50px 20px 50px; line-height: 30px; font-size:16px; letter-spacing: 1px;}
.particulars-box .box-content a{color:#4e6ef2;}
.particulars-box .box-content sub{padding:15px 30px; background-color: #f7f7f7; border-left: 4px solid #adadad; font-size: 16px; display: inline-block;}
.particulars-box .box-content h2{font-size: 18px; border-left: 4px solid #4e6ef2;line-height: 20px;padding-left: 10px; margin-bottom: 30px;}
.particulars-box .box-content p{margin-bottom:30px;}
.particulars-box .box-content div{margin-bottom:30px;}
.particulars-box .box-content br{display: none;}
.particulars-box .box-content.kx br{display: inline;}
.particulars-box .box-content img{max-width:723px;}
.box-footer .like-collect{padding:0px 50px; margin-bottom: 40px; height: 44px; text-align: center; position:relative;}
.box-footer .like-collect .btn{cursor: pointer;}
.box-footer .like,.box-footer .collect,.box-footer .cmbtn{float: right; margin-left: 25px; height: 44px; line-height: 44px; font-size: 14px; color:#757575; font-weight: bold;}
.box-footer .btn:after{content: ""; display: inline-block; background: url(../images/icon5.png) -5px -355px no-repeat; width:40px; border-radius: 50%; -webkit-border-radius: 50%; border:2px solid #c3cbcd; height: 40px; line-height: 40px; margin-left: 10px; vertical-align: top; }
.box-footer .btn.collect:after{background-position: -5px -405px}
.box-footer .btn.cmbtn:after{background-position: -5px -455px}
.box-footer .btn:hover:after{background-position: -5px -605px; border-color: #4e6ef2;}
.box-footer .btn.collect:hover:after{background-position: -5px -655px; border-color: #4e6ef2;}
.box-footer .btn.cmbtn:hover:after{background-position: -5px -705px; border-color: #4e6ef2;}
.box-footer .btn:hover{color:#4e6ef2;}
.box-footer .SponsorBox{text-align: center; margin-bottom: 40px;}
.box-footer .SponsorBox .SponsorBtn{width: 76px; height: 76px; margin:0 300px; background-color: #eb615a; display: inline-block; vertical-align: top;}
.box-footer .SponsorBox .SponsorBtn:before{content: ""; width: 50px; height: 50px; margin: 13px; display: inline-block; vertical-align: top; background: url(../images/icon5.png) 0px -500px no-repeat;}
.box-footer .SponsorBox .Moneys{font-size: 0; display: none; margin-top: 20px; width: 430px; padding:0 100px; vertical-align: top;}
.box-footer .SponsorBox .Moneys.active{display: inline-block;}
.box-footer .SponsorBox .Moneys .SelectMoney{width: 104px; font-family: 'Arial'; height: 39px; margin:5px 10px; border-radius: 20px; -webkit-border-radius: 20px; border:1px solid #eb615a; display: inline-block; vertical-align: top; line-height: 39px; font-size: 12px; color:#eb615a;}
.box-footer .SponsorBox .Moneys .Number{font-size: 22px; font-weight: bold; font-style: italic; margin-right: 5px;}
.box-footer .SponsorBox .MoneyCodes{margin: 0 300px; display: inline-block; vertical-align: top; width: 200px;}
.box-footer .SponsorBox .MoneyCodes .MoneyCode{display: none;}
.box-footer .SponsorBox .MoneyCodes .MoneyCode.active{display: block;}
.box-footer .SponsorBox .MoneyCodes .MoneyNumber{height: 60px; line-height: 60px; font-size: 12px; color:#eb615a; font-family: 'Arial';}
.box-footer .SponsorBox .MoneyCodes .Number{font-size: 22px; font-weight: bold; font-style: italic; margin-right: 5px;}
.box-footer .SponsorBox .MoneyCodes .text{line-height: 20px; height: 20px; margin-top: 15px; font-size: 14px;}
.box-footer .login-way{ height:34px; line-height:34px; font-size:14px; float: left; margin-top:20px;}
.box-footer .login-way span{float:left; color:#999;}
.box-footer .login-way a{ float:left; color:#716c6c; color:#4e6ef2; padding-left:57px; background-image:url(../images/icon.png);background-repeat:no-repeat;}
.box-footer .login-way a.list01{ background-position:0px -214px;}

.box-footer .comment{padding:15px 50px 0 50px; height:210px; border-top:1px solid #ededed;}
.box-footer .comment .comtitle{height: 50px; line-height: 50px; font-weight: bold; padding-left: 3px;}
.box-footer .comment .img{width:50px; height:50px; border-radius:25px; background-image:url(../images/default.png); overflow:hidden;  float:left;}
.box-footer .comment .comment-box{width:100%; height:160px; float:left;}
.box-footer .comment .comment-box textarea{border-left:0; border-right:0;border-top:0; border:1px solid #dbdbdb; box-sizing: border-box; -webkit-box-sizing:border-box; border-radius:5px; padding:10px; width:100%; height:85px; color:#716c6c; font-size:14px;}
.box-footer .comment .comment-box textarea:focus{border-color: #163474; box-shadow: 0px 0px 5px #8ba8e2; -webkit-box-shadow: 0px 0px 5px #8ba8e2;}
.box-footer .comment .comment-box input{width:80px; height:32px; line-height: 32px; float:right; margin-top:20px; border-radius:5px; border:1px solid #dbdbdb; cursor:pointer; color:#757575; font-size: 16px; background-color: #ececec;}
.box-footer .comment .num{ height:15px; border:1px solid #dbdbdb; background-color:#f5f5f5; border-radius:3px; clear:both; display:inline-table; margin:15px 0 0 71px; padding:5px 7px; color:#716c6c; line-height:15px; font-size:12px;}
.box-footer .comment .num span{color:#4e6ef2;}
.box-footer .comment-list{padding:0 50px 10px 50px; }
.box-footer .comment-list ul li{list-style-type:none; padding:20px 0 10px 0;display:inline-table; border-top:1px dashed #dbdbdb; width:100%;}
.box-footer .comment-list ul li .img{width:50px; height:50px; overflow:hidden; border-radius:25px;background-image:url(../images/default.png); background-color: #fff;  float:left; margin:0 15px 0 5px;}
.box-footer .comment-list ul li .content,.box-footer .comment-list ul li .content .reply{float:left;font-size:14px; }
.box-footer .comment-list ul li .content{max-width: 675px;}
.box-footer .comment-list ul li .content .name{ height:14px; line-height:14px; }
.box-footer .comment-list ul li .content .name em{float: left; margin-left: 10px;color:#999;}
.box-footer .comment-list ul li .content .name span{float: left; color:#4e6ef2;}
.box-footer .comment-list ul li .content .text{padding:10px 0; line-height:24px;}
.box-footer .comment-list ul li .content span{color:#8d8787; float:left; padding-right:5px;}
.box-footer .comment-list ul li .content a{ color:#8d8787; margin-left:20px; padding-left:20px; float:left; line-height:20px; height:20px; background-image:url(../images/index.png); background-repeat:no-repeat;}
.box-footer .comment-list ul li .content a.list01{background-position:-225px -258px;}
.box-footer .comment-list ul li .content a.list02-d{background-position:-225px -18px; color:#716c6c;}
.box-footer .comment-list ul li .content a.list02{background-position:-225px -158px;}
.box-footer .comment-list ul li .content .reply-box{width:793px; float:left; display:none; margin:5px 0;}
.box-footer .comment-list ul li .content .reply-box.show{display:block;}
.box-footer .comment-list ul li .content .reply-box .input-text{width:245px; height:30px; border:1px solid #dbdbdb; line-height:30px; text-indent:10px;}
.box-footer .comment-list ul li .content .reply-box .input-bt{width:50px; height:30px; border:1px solid #aaa; border-radius:5px; cursor:pointer; color:#aaa;}
.box-footer .comment-list ul li .content .reply ul li{ border:0; width:793px; }
.box-footer .comment-list ul li .content .reply ul li .img{width:30px; height:30px; overflow:hidden;}
.box-footer .comment-list ul li .content .reply ul li .text{float:left; padding:0; line-height:20px;color:#716c6c !important;}
.box-footer .comment-list ul li .content .reply ul li .text .mt{color:#716c6c;}
.box-footer .comment-list ul li .content .reply ul li .text .mt span{font-size:14px;}
.box-footer .comment-list ul li .content .reply ul li .text span{font-size:12px;}
.box-footer .comment-list .num{height: 30px; line-height: 30px; font-size: 14px; color:#757575; font-weight: bold;}
/*-----------------------------------------------详情01 end----------------------------------------------------------------------*/
.article-menu-list{background-color:#fff; padding:30px 50px 23px 50px; border-top:1px solid #dbdbdb; display: inline-table; vertical-align: top;}
.article-menu-list.max{padding:30px 70px 10px 70px;}
.article-menu-list .box{line-height:38px; height:38px; margin-bottom: 5px; float: left;}
.article-menu-list .box.first{width: 407px;}
.article-menu-list .title{font-size:16px; float:left; margin-right:10px;}
.article-menu-list .title a{color:#0d0d0d;}
.article-menu-list .box-li{height:38px; line-height:38px;  color:#999; margin-right:24px; font-size:16px; float:left;}
.article-menu-list .box-li:hover{color:#4e6ef2;}
.article-menu-list.max .box-li{margin-right:34px;}
.article-menu-list.max .box.first{width: 490px;}
.related-articles{width:918px; border:1px solid #dbdbdb; background-color:#fff; margin-bottom:40px;}
.related-articles .title{ padding:30px 50px; font-size:16px;}
.related-articles .articles{display:inline-table; padding:0 20px 40px 20px;}
.related-articles .articles ul li{width:380px; font-size:14px; height:50px; margin:0 29px; line-height:50px; float:left; border-bottom:1px dashed #dbdbdb; list-style-type:none; }
.related-articles .articles ul li a{color:#716c6c;display:block;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.index-right .author-message{width:270px;  margin-bottom:20px;}
.index-right .author-message .author .author-left,.author-list .author .author-left{ float:left;}
.index-right .author-message .author .author-left .img,.author-list .author .author-left .img{width:70px; height:70px; border-radius:35px; overflow:hidden; background-color:#8d8787;    margin: 18px 17px 18px 25px;}
.author-list .author .author-left .img{margin: 18px 17px 18px 15px; background:url(../images/loading.png) center #ccc no-repeat; }
.index-right .author-message .author .author-left .name,.author-list .author .author-left .name{ font-size:14px; margin:0 auto; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center; max-width:54px;border: 1px solid #dedede;border-radius: 15px; margin-top: 1px; height: 20px;line-height: 20px;padding: 0 10px;}
.index-right .author-message .author .author-right,.author-list .author .author-right{padding:20px 15px 0 15px; float:left;}
.index-right .author-message .author .author-right .lm,.author-list .author .author-right .lm{font-size:18px; line-height:30px; height:30px; width:100px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.author .author-right .lm a{font-size:18px; color:#0d0d0d;}
.index-right .author-message .author .author-right .ly,.author-list .author .author-right .ly{font-size:14px; color:#8d8787; line-height:22px; height:44px; overflow:hidden; width:100px;}
.index-right .author-message .author .author-right i,.author-list .author .author-right i,.contact.mr i{ background-image:url(../images/icon.png); background-repeat:no-repeat; width:25px; height:25px; float:left; margin-left:10px;font-style:inherit;}
.author-list .author .author-right .contact{margin-top:11px;}
.contact.mr{margin-top:7px; display:inline-block;}
.contact a i{position:relative;}
.contact.mr .label{float:left; border:1px solid #dedede; border-radius:15px; margin-top:1px; width:42px; display:block; overflow:hidden; height:20px; line-height:20px; padding:0 10px; text-align:center;}
.contact.mr .label-box{width:64px; height:22px; float:left;}
.contact.mr.invest-org .label-box{width:auto;}
.contact.mr.invest-org .label{margin-right:8px; width:55px; font-size:12px; border-radius:5px; padding:0; -webkit-border-radius:5px; -moz-border-radius:5px;}
.contact.mr.invest-org .label a{font-size:12px;}
.contact.mr i{margin-right:0; margin-left:8px;}
.contact.mr i.vip{ background-position:-12px -1164px;}
.contact.mr i.vip-no{background-position:-12px -1312px;}
.index-right .author-message .author .author-right i.weibo,.author-list .author .author-right i.weibo,.contact.mr i.weibo{ background-position:-14px -375px;}
.index-right .author-message .author .author-right i.weixin,.author-list .author .author-right i.weixin,.contact.mr i.weixin{ background-position:-12px -411px;}
.index-right .author-message .author .author-right i.weibo-no,.author-list .author .author-right i.weibo-no,.contact.mr i.weibo-no{ background-position:-11px -902px;}
.index-right .author-message .author .author-right i.weixin-no,.author-list .author .author-right i.weixin-no,.contact.mr i.weixin-no{ background-position:-12px -957px;}
.index-right .author-message .browse{ border-top:1px solid #dbdbdb; clear:both; height:65px;}
.index-right .author-message .browse-box{ text-align:center; height:15px; line-height:15px; font-size:14px; color:#8d8787; float:left; width:270px;}
.index-right .author-message .browse-yl{width:270px; height:20px; line-height:20px; padding-bottom: 16px; text-align:center;color: #8d8787; font-size:14px; clear:both;border-bottom:1px solid #dbdbdb;}
.index-right .author-message .browse-yl span{color:#4e6ef2;}
.index-right .author-message .browse span{color:#4e6ef2;}
.index-right .author-message .article{padding:0 20px;}
.index-right .author-message .article.details{font-size:14px; color:#999; padding:20px; line-height:28px; }
.index-right .author-message .article .behalf{height:42px; font-size:14px; line-height:55px; color:#4e6ef2; padding:0;}
.index-right .author-message .article .article-list li{ height:40px; padding:10px 0; border-bottom:1px dashed #dbdbdb; list-style:none;}
.index-right .author-message .article .article-list li:last-child{border-bottom:0;}
.index-right .author-message .article .article-list li .img{ height:40px; width:40px; float:left; border-radius:5px; background-color:#8d8787; overflow:hidden;}
.index-right .author-message .article .article-list li .text{ width:168px; height: 40px; padding-left:10px; line-height: 20px; overflow: hidden;font-size: 12px;color: #8d8787; float: left;}
.author-left.xq{margin-left:25px;}
.author-left.xq .img{margin:35px 17px 23px 25px !important; width:70px !important; height:70px !important;}
.author-left.xq .name{ margin:10px 0 25px 23px !important;}
.author-right.xq{padding:43px 15px 0 0px !important;}
.author-right.xq .contact{margin-top:5px;}
/*-----------------------------------------------详情02 end----------------------------------------------------------------------*/
.list-banner-full-box{width:1200; margin:-20px auto 0 auto; height:530px; border-bottom:1px solid #dbdbdb; background-color: #fff;}
.list-banner-full{width:1220px; height:360px; position:relative;background-image:url(../images/particulars-back.jpg); }
.list-banner-full .bdsharebuttonbox{position: absolute; bottom:30px; right: 80px;}
.list-banner-full .bdsharebuttonbox span{float: left; color:#fff; line-height: 30px; font-size: 14px;}
.list-banner-full .content{width:1220px; margin:0 auto; padding:70px 0 50px 0;}
.list-banner-full .content .info{position: absolute; top:265px; left: 65px; width: 780px;}
.list-banner-full .content .info .img{width: 340px; box-shadow: 0px 1px 8px #b3afb1; height: 220px; border:4px solid #fff; overflow: hidden; border-radius: 10px; float: left; margin-right: 40px;}
.list-banner-full .content .info .row{line-height: 30px; padding-left: 30px;float: left; width: 350px; font-size: 14px; height: 30px; margin-top: 10px; background-image: url(../images/icon.png); background-repeat: no-repeat;}
.list-banner-full .content .info .row.icon1{margin-top: 114px; background-position: -15px -4508px;}
.list-banner-full .content .info .row.icon2{background-position: -15px -4558px;}
.list-banner-full .content .info .row.icon3{background-position: -15px -4608px;}
.list-banner-full .content .info .row em{color:#4e6ef2;}
.list-banner-full .content .title{  font-size:36px;color:#FFF; line-height:60px; max-height: 120px; letter-spacing:2px; padding:0 70px; -webkit-line-clamp:2;}
.list-banner-full .content .info .label{ padding:0 7px; line-height: 28px; border-radius:5px; font-size:14px; border-radius: 3px; -webkit-border-radius: 3px; color:#4e6ef2; height: 28px; border:1px solid #4e6ef2; margin-right:10px;text-align:center;float:left;}
.list-banner-full .content .info .label a{  color:#4e6ef2;}
.detail-content{background-color:#fff; font-size:16px; text-shadow:0px 0px 1px #eee;position:relative; padding:50px 70px; line-height:30px;letter-spacing:1px;}
.detail-content sub{padding:15px 30px; background-color: #f7f7f7; border-left: 4px solid #adadad; font-size: 16px; display: inline-block;}
.detail-content a{color:#4e6ef2;}
.detail-content h2{font-size: 18px; border-left: 4px solid #4e6ef2;line-height: 20px;padding-left: 10px; margin-bottom: 30px;}
.detail-content p{margin-bottom:30px;}
.detail-content br{display: none;}
.detail-content .page-bts{ height:275px; width:50px;position:absolute; bottom:-1px; right:-50px;}
.detail-content .page-bts .page-bt{ width:12px; height:75px; padding:30px 19px; margin-bottom:5px; background-color:#d8d8d8; color:#fff; writing-mode:lr-tb;display:block; line-height:25px;}
.video{width:1220px; background-color:#fff; padding-bottom: 80px; margin-bottom:40px; position:relative;}
.video.zt-1{width:920px;}
.video .title{font-size:18px; font-weight:bold; color:#4e6ef2; line-height:80px; height: 70px; padding-left:50px;letter-spacing:2px; border-top:1px solid #dbdbdb;}
.video .title a{color:#0d0d0d;}
.video .title .more{font-weight:normal; float:right; color:#0d0d0d; margin-right:50px; font-size:16px; }
.video .video-list{width:1120px; margin:0 auto; overflow:hidden;height:185px; position:relative;}
.video.zt-1 .video-list{width:840px;}
.video .video-list ul{width:30000px; position:relative;height:185px;}
.video .video-list ul li{width:260px; height:185px; margin:0 10px; list-style-type:none; background-color:#8d8787; float:left; position:relative; }
.video .video-list ul li:after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../images/video_text_bg.png);}
.video .video-list ul li span{position:absolute; left:0; bottom:8px; color:#fff; font-size:14px; max-height: 44px; -webkit-line-clamp:2; line-height:22px; z-index: 3; overflow:hidden;padding:0 10px; width:240px;}
.video .video-list ul li i{width:85px; height:85px; position:absolute; top:50px; left:88px;}
.video .left{width:44px; display: none; height:40px; background:url(../images/icon.png) -3px -4654px no-repeat; background-color: #000; background-color: rgba(0,0,0,.3); position:absolute; top:136px; left:50px; cursor:pointer; }
.video .right{width:44px; display: none; height:40px; background:url(../images/icon.png) -3px -4704px no-repeat; background-color: #000; background-color: rgba(0,0,0,.3); position:absolute; top:136px; right:50px; cursor:pointer; }
.video:hover .left{display: block;}
.video:hover .right{display: block;}
.box-footer.max{background-color: #fff;}
.box-footer.max .comshowbox{height: 0; overflow: hidden;}
/*-----------------------------------------------详情03 end----------------------------------------------------------------------*/
.search-box{width:660px; height:50px; margin:0 auto; margin-top:20px;}
.search-box .search-text{width:514px; height:48px; border:1px solid #ccc;border-right:0; font-size:18px; line-height:48px; text-indent:1em;}
.search-box .search-bt{ width:150px; margin-left: -5px; padding-right:20px; font-size:16px; color:#fff; height:50px; border:0; background:url(../images/icon.png) 89px -585px no-repeat #4e6ef2; cursor:pointer;}
.search-box input{float:left;}
.search-list{width:1220px;  margin:40px 0;}
.search-items .search-item{list-style-type:none; display:none;}
.search-items .search-item.active{display:block;}
.search-classify{ background-color:#f9f9f9; width:1199px;height:41px; position:relative;}
.search-classify li{list-style-type:none; margin-right: 50px; cursor:pointer; font-size:18px; font-weight: bold; color:#757575; position:relative; height:40px; float:left; line-height:40px; text-align:center;}
.search-classify li.active{color:#4e6ef2; border-color:#4e6ef2; z-index:2;}
.search-classify .num{float:right; line-height:40px; padding-right:20px;}
.search-classify .num em{float:left; max-width:160px; color:#4e6ef2;}
.search-classify .num span{float:left;}
.search-author{margin-top:-1px;}
.search-author.bgw{background-color:#fff;}
.search-author li{ height:80px; list-style-type:none; padding:25px 20px; border-top:1px dashed #dbdbdb;}
.search-author li .img{ width:80px; height:80px; float:left; border-radius:40px; overflow:hidden; background-color:#8d8787;}
.search-author li .text{height:80px; width:770px; float:left; margin-left:30px;}
.search-author li .text p{color:#716c6c; font-size:14px; margin:12px 0; height:50px; line-height:25px; overflow:hidden;}
.search-author li .text .title{font-size:18px;}
.search-author li .text .title span{color:#4e6ef2;}
.search-noresult{ width:100%; height:750px; padding-top:100px; text-align: center;}
.search-noresult .img{width:260px !important; height:260px !important; overflow:hidden; float: none !important; background-image:url(../images/noresult.png); margin:0 auto 70px !important; display: inline-block;}
.search-noresult span{text-align:center; width:100%; display: inline-block; line-height:30px; margin-bottom:60px;}
.search-noresult a{background-color:#4e6ef2; color:#fff; display: inline-block; padding:5px 10px; border-radius:5px; font-size:16px;}
/*-----------------------------------------------搜索 end----------------------------------------------------------------------*/
.author-list{background-color:#FFF; display:inline-table; width:1164px; border:1px solid #dbdbdb; margin-bottom:40px; padding:25px 0 0 34px; position:relative;}
.author-list li{list-style-type:none; width:262px; height:203px !important; padding-top:5px; border:1px solid #dbdbdb; margin:0 25px 25px 0; height:190px; position:relative; float:left;}
.author-list .author .author-right{padding:20px 0 0 0;}
.author-list .author .author-right .lm{width:135px;}
.author-list .author .author-right .ly{width:135px;}
.author-list .author .grade{ height:40px; width:252px; padding:5px; background:#f7f7f7; clear:both; position:absolute; bottom:0; left:0; line-height:40px; font-size:14px;}
.author-list .author .grade span{color:#4e6ef2;}
.grade.xq{width:116px; margin:10px auto; height:35px;}
.author-list .author .grade i.no,.grade.xq i.no{background:url(../images/icon.png) -12px -1009px no-repeat;}
.author-list .author .grade i,.grade.xq i{width:22px; height:22px; float:left; background:url(../images/icon.png) -12px -681px no-repeat; margin:9px 0;}
.author-list .author .grade .grade-box{float:left; color:#999; margin:0 35px 0 30px; width: 70px;}
.author-list a.page-left,.author-list a.page-right{width:15px; height:30px; background-image:url(../images/icon.png); background-repeat:no-repeat; position:absolute;}
.author-list a.page-left{ background-position:-14px -762px; top:50%; margin-top:-15px; cursor:pointer; left:9px;}
.author-list a.page-right{ background-position:-18px -722px; top:50%; margin-top:-15px; cursor:pointer; right:9px;}
/*-----------------------------------------------人物 end----------------------------------------------------------------------*/
.story{width:1220px; margin-bottom:50px;}
.story .story-box{width:1220px; display:inline-table;margin-bottom:30px;}
.story .story-box .box-left{width:820px; height:545px; float:left;  background:url(../images/loading.png) center #ccc no-repeat;  position:relative; overflow:hidden;}
.story img{position:absolute;}
.story .story-box .box-left span{width:700px; height:100px; line-height:50px;    background-color:rgba(6,6,6,.5); overflow:hidden; padding:40px 60px; font-size:30px; color:#fff; position:absolute; left:0; bottom:0;}
.story .story-box .box-left span a{color:#fff;}
.story .story-box .box-right{width:360px; height:545px; float:left; margin-left:20px;}
.story .story-box .box-right .right-top{width:360px; height:285px; background:url(../images/loading.png) center #ccc no-repeat; position:relative; overflow:hidden;}
.story .story-box .box-right .right-bottom{width:360px; height:240px; margin-top:20px;  background:url(../images/loading.png) center #ccc no-repeat; position:relative; overflow:hidden;}
.story .story-box .box-right .right-top span{ width:320px; height:50px; background-color:rgba(6,6,6,.5); padding:10px 20px; line-height:25px; overflow:hidden; color:#fff; font-size:16px;position:absolute; left:0; bottom:0;}
.story .story-box .box-right .right-top span a{color:#fff;}
.story .story-box .box-right .right-bottom span{ width:320px; background-color:rgba(6,6,6,.5); height:50px; padding:10px 20px; line-height:25px; overflow:hidden; color:#fff; font-size:16px;position:absolute; left:0; bottom:0;}
.story .story-box .box-right .right-bottom span a{color:#fff;}
.story .title-ok,.story .title-no,.story .title-three{width:1220px; height:38px; font-size:18px; border-bottom: 2px solid #133574; color:#fff; line-height:38px;margin:25px 0;}
.story .title-no{border-color: #4e6ef2;}
.story .title-three{border-color: #cd9e5a;}
.story .title-ok a.title-text{background-color: #133574; color: #fff; font-weight: bold; width: 118px; height: 38px; float: left; text-align: center;}
.story .title-no a.title-text{background-color: #4e6ef2; color: #fff; font-weight: bold; width: 118px; height: 38px; float: left; text-align: center;}
.story .title-three a.title-text{background-color: #cd9e5a; color: #fff; font-weight: bold; width: 118px; height: 38px; float: left; text-align: center;}
.story .title-ok .header-more{font-size:16px; color:#133574; float:right; line-height:38px; margin-right:15px;}
.story .title-no .header-more{font-size:16px; color:#4e6ef2; float:right; line-height:38px; margin-right:15px;}
.story .title-three .header-more{font-size:16px; color:#cd9e5a; float:right; line-height:38px; margin-right:15px;}
.story .story-list{width:1220px; display:inline-table;}
.story .story-list li{width:260px; box-shadow:2px 2px 8px #cfcecf; padding:10px; height:435px; background-color:#Fff; border:1px solid #dadbdb; list-style-type:none;  float:left; margin:0 24px 30px 0; text-shadow:0px 0px 1px #eee;}
.story .story-list li:nth-child(4n){margin-right:0;}
.story .story-list li .img{width:260px; height:170px; overflow:hidden; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;  background:url(../images/loading.png) center #ccc no-repeat; position:relative; }
.story .story-list li span{float:left;color:#716c6c; width:260px;}
.story .story-list li .title a{color:#4b4b4b;}
.story .story-list li .title{font-size:18px; line-height:50px; float:left; text-shadow:-0.5px -0.5px 0px #d5d5d5; color:#4b4b4b; height:50px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; display:block;}
.story .story-list li .author{font-size:14px; line-height:24px;color:#aeaeae;}
.story .story-list li .author a{color:#0071e9; font-size:12px;}
.story .story-list li .text{font-size:14px; height:120px; line-height:30px; -webkit-line-clamp:4; color:#716c6c;}
.story .story-list li .bt{margin:5px 0 0 0;}
.story .story-list li .bt a{ width:192px; height:30px; text-align:center; line-height:28px; float:left; border:1px solid #b38a5e; margin-left:32px; margin-top:14px; color:#b38a5e; font-size:14px;}
.story-item{width:1224px; margin-left: -24px; display:inline-table; list-style-type:none;}
.story-item li{width:280px; height:298px; position:relative; overflow:hidden;border:1px solid #e1e0e0;box-shadow:0px 0px 5px #d3d1d1;  float:left; margin-left:24px; margin-bottom:25px; background-color:#ffffff;}
.story-item li .img{width:280px; height:182px; position:relative; overflow:hidden;}
.story-item li h2{font-size:16px; font-weight: normal; color:#4b4b4b; margin:15px 0; padding:0px 15px; line-height:28px; height:56px; -webkit-line-clamp:2;}
.story-item li .author{font-size:14px; color:#aeaeae; padding:0 15px;}
.story-item li .author{font-size:12px;}
.story-item li .author a{color:#163474;}
.story-classify{    width: 1220px; height: 15px; margin-bottom:40px;position: relative; z-index: 1;border-bottom: 1px solid #4e6ef2;}
.story-classify .title{height: 40px;line-height: 40px;text-align: center; font-size:36px; position: absolute; bottom: -20px;left: 50%; width: 160px;margin-left: -55px;background-color: #fff;z-index: 2;}
/*-----------------------------------------------融资故事 end----------------------------------------------------------------------*/
.trends-box{width:1220px; display:inline-table; margin-bottom:50px;}
.trends-left{width:920px; float:left; background-color:#4e6ef2;}
.trends-left .menu{width:120px; float:left;border-right:1px solid #ae3c3c;}
.trends-left .menu .title{margin: 5px 0px; font-size:42px; color:#fff; text-align:right; width:120px; line-height:70px; letter-spacing:12px;}
.trends-left .menu .title a{color:#fff;}
.trends-left .menu ul{box-shadow:0px -1px 3px #ea626b inset;}
.trends-left .menu li{width:120px; height:35px; border-top:1px solid #830000; font-size:16px; cursor:pointer; box-shadow:0px 1px 3px #ea626b inset; list-style-type:none;  text-align:center; line-height:35px;text-align: left;
text-indent: 25px;}
/*.trends-left .menu li:nth-child(5){border-bottom:1px solid #e64c56;}*/
.trends-left .menu li.gg-li{margin-top:65px;}
.trends-left .menu li.sm-li{background-color:#800; box-shadow:0px 1px 3px #700 inset; font-size:14px;}
.trends-left .menu li:hover{background-color:#800; box-shadow:0px 1px 3px #700 inset;}
.trends-left .menu li.hover{background-color:#800; box-shadow:0px 1px 3px #700 inset;padding-left:40px;text-align:left;}
.trends-left .menu li.hover a{font-size: 14px;}
.trends-left .menu li a{color:#fff;}
.trends-left .study-box{width:768px; padding:15px; border-top:1px solid #dbdbdb; background-color:#fff; border-right:1px solid #dbdbdb; float:left;}
.trends-left .content{width:798px; padding:0; border-top:1px solid #dbdbdb; background-color:#fff; border-right:1px solid #dbdbdb; float:left;}
.trends-left .content .content-top{width:770px; margin:14px auto; height:380px;  background:url(../images/loading.png) center #ccc no-repeat;  position:relative; overflow:hidden;}
.trends-left .content .content-top img{position:absolute;}
.trends-left .content .content-top .text{width:400px; height:145px; position:absolute; bottom:25px;padding: 10px 15px; right:65px;color:#fff; overflow:hidden;box-shadow: 0 0 5px #000; background: rgba(0,0,0,.5);}
.trends-left .content .content-top .title{font-size:24px; height:74px; line-height:37px; width:410px; margin-bottom:30px; color:#fff;}
.trends-left .content .content-top .title a{ color: #fff;}
.trends-left .content .content-top .title a:hover{color:#f1f1f1;text-shadow: 0 0 10px rgba(0,0,0,.9); }
.trends-left .content .content-top .time{font-size:14px; float:left; }
.trends-left .content .content-top .time a,.trends-left .content .content-top .num a{color:#fff;}
.trends-left .content .content-top .num{font-size:14px; float:right;margin-right:10px; padding-left:25px; height:20px; background:url(../images/icon.png) -14px -844px no-repeat;}
.trends-left .content.study{background-color:#f2f0f0;width:730px; padding:20px; border:0; box-shadow:3px 3px 10px #8d8787; margin-bottom:20px;}
.trends-left .content.study .content-top{width:730px; height:415px; position:relative;  background:url(../images/loading.png) center #ccc no-repeat; overflow:inherit;}
.trends-left .content.study .content-top img{position:absolute;}
.trends-left .content.study .content-top .classify{width:40px; height:120px; font-size:24px; position:absolute; top:-10px; right:20px; background-color:#4e6ef2; text-align:center; color:#fff; text-shadow:1px 1px 5px #333; box-shadow:3px 3px 5px rgba(3,3,3,.4); line-height:29px;}
.trends-left .content .index-list-menu{width:770px; margin:20px 14px; height:40px; font-size:14px; text-align:center; display:block; background-color:#f3f3f3; line-height:40px;}
.trends-left .content .index-list-menu:hover{background-color:#4e6ef2; color:#fff;}
.trends-left .content ul{display:inline-table;}
.trends-left .content ul li{height:365px; width:375px; border:1px solid #e5e5e5; margin:0px 2px 14px 14px; list-style-type:none; float:left; }
.trends-left .content ul li .img{height:240px; width:375px;   background:url(../images/loading.png) center #ccc no-repeat;  overflow:hidden; position:relative;}
.trends-left .content ul li .img img{position:absolute;}
.trends-left .content ul li .text{width:375px}
.trends-left .content.study ul li{height: 125px;width: 730px;list-style-type: none;  border:0; padding:0; margin:0; margin-bottom:15px;}
.trends-left .content.study ul li .text{width:528px; float:left; margin-left:12px;}
.trends-left .content.study ul li .img{height: 125px; width: 190px; float: left; background:url(../images/loading.png) center #ccc no-repeat; overflow: hidden; position:relative;}
.trends-left .content.study ul li .img img{position:absolute;}
.trends-left .content ul li .text .title{font-size:22px; height:80px; line-height:40px; width:345px; padding:0 15px; overflow:hidden; margin-bottom:20px;}
.trends-left .content.study ul li .text .title{width:528px; margin-bottom:30px; padding:0;}
.trends-left .content ul li .text .time{font-size:14px; color:#8d8d8d; float:left; margin-left:15px;}
.trends-left .content ul li .text .time a{color:#8d8d8d;}
.trends-left .content.study ul li .text .time{margin:0;}
.trends-left .content ul li .text .num{font-size:14px; color:#8d8d8d; float:right; margin-right:20px; padding-left:25px; height:20px; background:url(../images/icon.png) -14px -844px no-repeat;}
.trends-left .more{ height:60px; border:1px solid #dbdbdb; line-height:60px; text-align:center; font-size:16px; display:block; color:#8d8787; clear:both; background-color:#fafafa;}
.trends-right{width:270px; margin-left:10px; float:left;}
.trends-right .column{width:270px; height:46px; font-size:16px; line-height:46px; text-indent:14px; background-color:#4e6ef2; color:#fff;}
.trends-right .flash,.trends-right .news,.trends-right .meeting,.trends-right .trends-video{border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;background-color:#fff;list-style-type:none;}
.trends-right .flash li,.trends-right .news li{height:100px; padding:0 15px;border-bottom:1px solid #dbdbdb; }
.trends-right .flash li{height:90px;}
.trends-right .flash li .title{height:56px; width:238px; line-height:56px; white-space:nowrap; display:block; overflow:hidden; text-overflow:ellipsis; font-size:16px; }
.trends-right .flash li .time{float:left; font-size:12px; color:#8d8787;}
.trends-right .flash li .num{font-size:12px; color:#8d8787; float:right; margin-right:10px; padding-left:25px; height:20px; background:url(../images/icon.png) -14px -845px no-repeat;}
.trends-right .news li{padding:15px 5px 0 5px; position:relative;}
.trends-right .news li .img{height:65px; width:100px; float:left;  background:url(../images/loading.png) center #ccc no-repeat;  overflow:hidden;}
.trends-right .news li .text{width:150px; margin-left:8px; float:left;}
.trends-right .news li .text .title{font-size:16px; height:56px; line-height:28px; width:150px; overflow:hidden; margin-bottom:10px;}
.trends-right .news li  .time-num{clear:both; width:258px; padding:0 5px; height:22px; line-height:20px; position:absolute; left:0; bottom:0;}
.trends-right .news li  .time{font-size:12px; color:#8d8787; float:left;}
.trends-right .news li  .num{font-size:12px; color:#8d8787; float:right; margin-right:10px; padding-left:25px; height:20px; background:url(../images/icon.png) -14px -844px no-repeat;}
.trends-right .meeting li,.trends-right .trends-video li{padding:10px 4px; border-bottom:1px solid #dbdbdb;}
.trends-right .meeting li .img{width:260px; height:150px;  background:url(../images/loading.png) center #ccc no-repeat; overflow:hidden;}
.trends-right .meeting li span{height:30px; line-height:30px; font-size:16px; white-space:nowrap; display:block; overflow:hidden; text-overflow:ellipsis; }
.trends-right .trends-video li .img{width:260px; height:165px; position:relative; overflow:hidden;  background:url(../images/loading.png) center #ccc no-repeat; }
.trends-right .trends-video li .img .title{position:absolute; bottom:0; left:0;height:30px; width:260px;}
.trends-right .trends-video li .img span{height:30px; line-height:30px; font-size:16px; padding:0 5px; white-space:nowrap; background-color:rgba(3,3,3,.7); color:#fff; display:block; overflow:hidden; text-overflow:ellipsis; color:#fff;}
.trends-right .trends-video li .img span a{color:#fff;}
.trends-right .trends-video li .img i{width:85px; height:85px; position:absolute; top:30px; left:85px; background:url(../images/index.png) -21px -489px no-repeat;}
/*新资讯*/
.investfinan-college .new-gry-left{width: 896px;}
.new-gry-left{float:left; width:875px;}
.new-gry-right{float:right; width:336px; margin-bottom:20px;}
.new-gry-right a img{display:block; vertical-align:top;}
.trends-menus{width:1198px; height:72px; border:1px solid #eee; background-color:#fff; margin-bottom:20px; border-top:0; color:#aaa;}
.trends-menus .title{font-size:24px; margin:0 60px 0 80px;color:#163474;  letter-spacing:2px; text-align:center; font-weight:bold; line-height:74px; height:73px; float:left;}
.trends-menus .title a{float: left;}
.trends-menus>a{display: inline-block; color:#163474;height:40px; line-height:40px; margin:16px 0; width: 109px; text-align: center; background-repeat:no-repeat;}
.trends-menus>a.active,.trends-menus>a:hover{color:#4e6ef2;text-shadow: 0.3px -0.3px 0px #4e6ef2; -webkit-text-shadow: 0.3px -0.3px 0px #4e6ef2; -moz-text-shadow: 0.3px -0.3px 0px #4e6ef2; -ms-text-shadow: 0.3px -0.3px 0px #4e6ef2; }
.trends-menus>.more{height:40px; line-height:40px; cursor: pointer; display: inline-block; margin:16px 0 0 32px; padding-bottom: 16px; width: 60px; color:#757575; position: relative; z-index: 3;}
.trends-menus>.more:before{content: ""; position: absolute; right:8px; top:18px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top:6px solid #757575; border-bottom: 0;}
.trends-menus>.more:after{content: ""; position: absolute; right:8px; top:16px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top:6px solid #fff; border-bottom: 0;}
.trends-menus>.more .morebox{position: absolute; box-shadow: 0px 0px 5px #e5e5e5;display: none; padding:6px 0; background-color: #fff; background-color: rgba(255,255,255,.98); top:44px; left: -20px; border:1px solid #e6e6e6; width: 132px; line-height: 36px;}
.trends-menus>.more:hover .morebox{display: block;}
.trends-menus>.more a{width: 100%; height: 36px; float: left; text-align: center; color: #757575;}
.trends-menus>.more a:hover{color: #4e6ef2;}
.trends-menus>.more .morebox:before{content: ""; position: absolute; right:60px; top:-8px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom:8px solid #e6e6e6; border-top: 0;}
.trends-menus>.more .morebox:after{content: ""; position: absolute; right:60px; top:-6px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom:8px solid #fff; border-top: 0;}
.trends-menus>.menu-right{width: 180px; float: right; height: 40px; line-height: 40px; position: relative; text-align: center; margin: 16px 20px 16px 0; padding: 0 25px;}
.trends-menus>.menu-right a{width: 60px; float: left; font-size: 14px; color:#163474;}
.trends-menus>.menu-right a.active,.trends-menus>.menu-right a:hover{color:#4e6ef2;}
.trends-menus>.menu-right:before{content: ""; position: absolute; left: 0; top:0; height: 40px; width: 4px; background: url(../images/icon.png) -22px -6803px no-repeat; }

.trends-head{width:100%; height:332px;}
.trends-head .head-l{width:586px; height:332px; position:relative; float:left; overflow:hidden;}
.trends-head .head-l a{font-size: 22px; font-weight: normal;}
.trends-head .head-l img{position:absolute;}
.trends-head .head-l .img-a{width:100%; height:100%; position:absolute; top:0; left:0;}
.trends-head .head-l .img-a:after{content:""; background:url(../images/trands_head_l.png) 0px 0px repeat-x; position:absolute; left:0; bottom:0; width:100%; height:100%;}
.trends-head .head-l span{max-height:72px; width:100%; font-size:18px; color:#fff; padding:0 30px;letter-spacing: 1px; margin-bottom: 24px; box-sizing: border-box; -webkit-line-clamp:2; line-height:36px; position:absolute; bottom:0; left:0;}
.trends-head a{color:#fff;}
.trends-head .head-r{width:254px; height:162px; position:relative; float:right; overflow:hidden;}
.trends-head .head-r a{font-size: 16px; font-weight: normal;}
.trends-head .head-r.b:after{content:'专题'; width:50px; height:24px; line-height:24px; background-color:#4e6ef2;  color:#fff; font-size:14px; text-align:center; position:absolute; top:0; left:0;}
.trends-head .head-r img{position:absolute;}
.trends-head .head-r.t{margin-bottom:8px;}
.trends-head .head-r .img-a{width:100%; height:100%; position:absolute; top:0; left:0;}
.trends-head .head-r .img-a:after{content:""; background:url(../images/trands_head_r.png) 0px 0px repeat-x; position:absolute; left:0; bottom:0; width:100%; height:100%;}
.trends-head .head-r span{max-height:48px; width:100%; -webkit-line-clamp:2; margin-bottom: 6px; font-size:18px; color:#fff; padding:0 20px; box-sizing: border-box; font-weight:bold; line-height:24px; position:absolute; bottom:10px; left:0;}
.hostpot.trends{width:846px; border:1px solid #eee; margin:20px 0 10px;}
.hostpot.trends .hostpot-left{width:796px;}
.hostpot.trends .hostpot-left a{font-size:13px; padding:0 2px 0 14px;}
.trends-list{width:846px; background-color:#fff; padding-bottom:85px; position:relative; border: 1px solid #eee;}
.trends-list.list{padding-bottom: 0px;}
.trends-list.list .box:last-child{border-bottom: 0;}
.trends-list .more{ width:798px; height:38px; font-size:14px; line-height:38px; text-align:center; position:absolute; bottom:25px; left:50%; margin-left:-400px; border:1px solid #eee; color:#aaa;}
.trends-list .more:hover{background-color:#f8f8f8;}
.trends-list .box{width:796px; z-index: 2; background-color: #fff; padding:25px; border-bottom:1px dashed #eee; height:160px; position:relative;}
.trends-list .box:hover{z-index:3; box-shadow:0px 1px 5px #999; border-bottom-color:#fff;}
.trends-list .img{width:250px; height:160px; position:relative; float:left; margin-right:20px; position:relative; overflow:hidden;}
.trends-list .img img{position:absolute;}
.trends-list .img em{position:absolute; left:0; bottom:0; width:80px; height:24px; line-height:24px; font-size:14px; color:#fff; text-align:center;}
.trends-list .img em.yellow{background-color:#ff9900;background-color:rgba(255,153,0,.7);}
.trends-list .img em.blue{background-color:#478de4;background-color:rgba(71,141,228,.7);}
.trends-list .img em.red{background-color:#4e6ef2;background-color:rgba(218,37,29,.7);}
.trends-list .texts{height:160px;}
.trends-list .texts h2{line-height:26px; height:26px; font-size:18px; text-indent:0; color:#181818; margin-bottom:20px; background: transparent; text-indent:0;}
.trends-list .texts h2 a{color:#181818; font-size: 18px;}
.trends-list .texts h2 a:hover{color:#4e6ef2;}
.trends-list .texts h2.list01{background-position:-23px -614px; text-indent:62px; background-image:url(../images/icon_100.png); background-repeat:no-repeat;}
.trends-list .texts h2.list02{background-position:-21px -663px; text-indent:62px; background-image:url(../images/icon_100.png); background-repeat:no-repeat;}
//.trends-list .texts h2.list03{background-position:-23px -713px; text-indent:62px; background-image:url(../images/icon_100.png); background-repeat:no-repeat;}
.trends-list .texts h2.list05{background-position:-23px -763px; text-indent:62px; background-image:url(../images/icon_100.png); background-repeat:no-repeat;}
.trends-list .texts h2.list06{background-position:-23px -1912px; text-indent:62px; background-image:url(../images/icon_100.png); background-repeat:no-repeat;}
.trends-list .texts p{line-height:26px; height:78px; font-size:14px; color:#aaa; -webkit-line-clamp:3;}
.trends-list .texts .info{ height:20px; margin-top:18px; line-height:20px; font-size:14px; color:#aaa; }
.trends-list .texts .name{color:#8eadd9; padding-right:5px;}
.trends-list .texts .ly,.trends-list .texts .dz{float:right; padding-left:20px; margin-left:25px; color:#aaa; color:#aaa; font-size:12px; background-image:url(../images/icon.png); background-repeat:no-repeat;}
.trends-list .texts .ly{background-position:-15px -2914px;}
.trends-list .texts .dz.no{background-position:-15px -2964px;}
.trends-list .texts .dz{background-position:-15px -3015px;}
.new-r-exponent{width:334px; height:145px; border:1px solid #eee; background-color:#fff; margin-top:20px;}
.new-r-exponent .tag{width:100%; height:50px; line-height:50px; border-bottom:1px solid #eee;}
.new-r-exponent .tag a{float:left; width:167px; text-align:center; height:49px; font-size:14px; color:#999; font-weight:bold; transition:all 0s ease; -webkit-transition:all 0s ease;}
.new-r-exponent .tag a.active{color:#4e6ef2; border-bottom:2px solid #4e6ef2;}
.new-r-exponent .boxs{width:100%;display:none;}
.new-r-exponent .boxs.active{display:block;}
.new-r-exponent .boxs .box{width:80px; margin-left:20px; float:left;}
.new-r-exponent .boxs .box em.orange{color:#ff9000;}
.new-r-exponent .boxs .box .title{height:50px; line-height:50px; width:100%; text-align:center; font-size:14px; color:#545454;}
.new-r-exponent .boxs .box .num{width:100%; height:22px; line-height:22px; font-size:24px; color:#4e6ef2; font-weight:bold; text-align:center; margin-bottom:15px;}
.new-r-exponent .boxs .box a{color:#4e6ef2;}
.new-r-exponent .boxs .box.max .title{width:120%; margin-left:-10%;}
.new-r-three-menu{width:334px; height:20px; line-height:20px; border:1px solid #eee; background-color:#fff; padding:9px 0px; margin-top:20px;}
.new-r-three-menu a{float:left; font-size:14px; background-image:url(../images/icon.png); background-repeat:no-repeat;}
.new-r-three-menu .m1{width:111px; border-right:1px solid #eee; text-indent:48px; color:#163474; background-position:7px -3063px;}
.new-r-three-menu .m2{width:110px; border-right:1px solid #eee; text-indent:48px; color:#4e6ef2; background-position:7px -3113px;}
.new-r-three-menu .m3{width:111px; text-indent:48px; color:#ff9000; background-position:7px -3163px;}
.new-r-rzkx{border:1px solid #eee; margin-top:20px; background-color:#fff; overflow:hidden; padding-bottom:20px;}
.new-r-banner{margin-top:20px;}
.new-r-rzkx .title{height:44px; border-bottom:1px solid #eee; border-top:3px solid #4e6ef2; line-height:44px; padding:0 30px 0 40px;}
.new-r-rzkx .title strong{font-size:14px;}
.new-r-rzkx .title .more{float:right; font-size:14px; color:#000;}
.new-r-rzkx .box{width:284px; padding:10px 6px 10px 0px; margin:0 22px; cursor:pointer; border-bottom:1px solid #eee;}
.new-r-rzkx .box .box-title{line-height:24px; height:48px; width:264px; font-size:14px; color:#4b4b4b; padding-left:20px; -webkit-line-clamp:2; background: url(../images/icon2.png) -19px -3014px no-repeat;}
.new-r-rzkx .box.s-h .box-title{background-position:-21px -2963px;}
.new-r-rzkx .box .time{line-height:20px; height:20px; text-align:right; font-size:12px; color:#8d8d8d; padding-right:30px;background: url(../images/icon2.png) 245px -3065px no-repeat;}
.new-r-rzkx .box .text{padding-left:20px; color:#aaa; font-size:12px; line-height:1.5; display:none;}
.new-r-rzkx .box.s-h .text{display:block;}
.new-r-rzkx .box .text a{padding:0 5px; color:#4e6ef2; font-size:12px;}
.new-r-rzkx .box:last-child{border-bottom:0;}
.new-r-rzkx .boxs{height:444px; padding-right:20px; width:100%; overflow:hidden; overflow-y:auto; position:relative;}
.new-r-rzkx .box-warp .scroll-bar{width: 5px; height: 150px; position: absolute; top: 0px; right:0px; z-index: 2; background-color: #ccc; display:none;}
.new-r-rzkx .box-warp{height:444px; width:100%; overflow:hidden; position:relative;}
.new-r-rzkx:hover .box-warp .scroll-bar{display:block;}

.new-r-zxjh{border:1px solid #eee; margin-top:20px; background-color:#fff; overflow:hidden;}
.new-r-zxjh .title{height:44px; border-bottom:1px solid #eee; border-top:3px solid #163474; line-height:44px; padding:0 30px 0 40px;}
.new-r-zxjh .title strong{font-size:14px;}
.new-r-zxjh .swiper{position: relative;}
.new-r-zxjh .swiper-wrapper{height: 475px; position: relative;  padding-bottom:30px;}
.new-r-zxjh .swiper-slide{height: 475px; width: 334px; float: left; }
.new-r-zxjh .box{width:284px; padding:10px 0 5px 0; height:80px; margin:0 22px; cursor:pointer; }
.new-r-zxjh .box-title{line-height:25px; height:50px; font-size:14px; color:#4b4b4b; padding:5px 0; padding-left:20px; -webkit-line-clamp:2; background: url(../images/icon2.png) -19px -3108px no-repeat;}
.new-r-zxjh .label{line-height:20px; height:20px; text-align:left; font-size:12px; color:#8d8d8d; padding-left:20px;}
.new-r-zxjh .label .time{float: right; height: 20px; line-height: 20px; margin-left: 5px;}
.new-r-zxjh .label .author{float: right; height: 20px; line-height: 20px; max-width: 110px;}
.new-r-zxjh .label .category{float: left; height: 20px; line-height: 20px; }
.new-r-zxjh .label .category.purple{color:#7777cc;}
.new-r-zxjh .label .category.blue{color:#6d99d4;}
.new-r-zxjh .label .category.green{color:#39b967;}
.new-r-zxjh .bannerpagination{position: absolute; bottom:12px; height: 20px;text-align: center; width: 100%; left: 0;}
.new-r-zxjh .bannerpagination>.swiper-pagination-switch{width: 8px; height: 8px;  display: inline-block; margin:6px; background-color: #e9e9e9;}
.new-r-zxjh .bannerpagination>.swiper-pagination-switch.active{background-color: #b6b6b6;}

.new-r-rmwz{width:334px;  border:1px solid #eee; background-color:#fff; margin-top:20px;}
.new-r-rmwz .title{height:44px; border-bottom:1px solid #eee; border-top:3px solid #4e6ef2; line-height:44px; padding:0 30px 0 40px;}
.new-r-rmwz .title strong{font-size:14px;}
.new-r-rmwz .tag{width:100%; height:44px; line-height:44px; text-align:center; border-bottom:1px solid #eee;}
.new-r-rmwz .tag a{width:111px; height:43px; float:left; color:#999; transition:all 0s ease; -webkit-transition:all 0s ease; font-size:14px;}
.new-r-rmwz .tag a.z{width:112px;}
.new-r-rmwz .tag a.active{border-bottom:2px solid #4e6ef2; color:#4e6ef2;}
.new-r-rmwz .boxs{display:none; height:444px;}
.new-r-rmwz .boxs.active{display:block;}
.new-r-rmwz .boxs .box{margin:0 22px; height:89px; line-height:24px; padding:20px 0; border-bottom:1px solid #eee;}
.new-r-rmwz .boxs .box .img{float:left; margin-right:10px; width:48px; height:48px;}
.new-r-rmwz .boxs .box .text{-webkit-line-clamp:2; height:48px; line-height:24px; font-size:14px; color:#4b4b4b;}
.new-r-rmwz .boxs .box .text a{color:#4b4b4b;}
.new-r-rmwz .boxs .box .text a:hover{color:#4e6ef2;}
.new-r-rmwz .boxs .box:last-child{border-bottom:0;}
.new-r-rmbq{width:334px;  border:1px solid #eee; background-color:#fff; margin-top:20px; padding-bottom:20px; height:290px;}
.new-r-rmbq .title{height:44px; border-bottom:1px solid #eee; border-top:3px solid #4e6ef2; line-height:44px; padding:0 30px 0 40px;}
.new-r-rmbq .title strong{font-size:14px;}
.new-r-rmbq .boxs{padding:20px 35px 0 25px; display:inline-table;}
.new-r-rmbq .boxs a{float:left; padding:4px 12px; border:1px solid #eee; color:#999; border-radius:20px; -webkit-border-radius:20px; -ms-border-radius:20px; margin-left:10px; margin-bottom:10px; font-size:14px;}
.new-r-rmbq .boxs a:hover{box-shadow:0px 1px 5px #aaa; color:#000;}
.new-r-zf{border:1px solid #eee; margin-top:20px; background-color:#fff; overflow:hidden; }
.new-r-zf .title{height:44px; border-bottom:1px solid #eee; border-top:3px solid #4e6ef2; line-height:44px; padding:0 30px 0 40px;}
.new-r-zf .title strong{font-size:14px;}
.new-gry-right .new-gry-title{height:44px;font-size:14px; border-bottom:1px solid #eee; border-top:3px solid #4e6ef2; line-height:44px; padding:0 30px 0 40px;}
.new-gry-right .title .more{float:right; font-size:14px; color:#000;}
.new-r-zf .boxs{ padding-right:20px; width:100%;position:relative;}
.new-r-zf .box {width:284px; padding:20px 0; height:80px; margin:0 22px; cursor:pointer; border-bottom:1px solid #eee;}
.new-r-zf .box:last-child{border-bottom:0;}
.new-r-zf .box .img{width:120px; height:80px; float:right; margin-left:10px;}
.new-r-zf .box .box-title{line-height:25px; height:50px; font-size:14px; color:#4b4b4b; padding:5px 0; padding-left:20px; -webkit-line-clamp:2; background: url(../images/icon2.png) -19px -3108px no-repeat;}
.new-r-zf .box .time{line-height:20px; height:20px; text-align:left; font-size:12px; color:#8d8d8d; padding-left:20px;}
.new-r-zf .box .time .adtime{float: right;}
.new-r-zt{border:1px solid #eee; background-color:#fff; overflow:hidden; }
.new-r-zt.yl{margin-bottom:20px;}
.new-r-zt>.head{height:180px; position:relative; width:100%;}
.new-r-zt.yl>.head{height: 147px;}
.new-r-zt>.head .special_index{ width:50px; height:24px; line-height:24px; background-color:rgb(220,50,42); background-color:rgba(220,50,42,.7);  color:#fff; font-size:14px; text-align:center; position:absolute; top:0; left:0;}
.new-r-zt>.head>img{vertical-align:top;}
.new-r-zt>.head>span{height:32px; line-height:32px; width:100%; padding:0 20px; box-sizing: border-box; font-size:14px; color:#fff; text-align:center; position:absolute; bottom:0; left:0; background-color:#333; background-color:rgba(0,0,0,0.6);}
.new-r-zt.yl>.head>span{padding:0 10px;}
.new-r-zt>.head>span>a{color:#fff;}
.new-r-zt>.box{width:100%; margin:0 auto; height:54px; padding:0 20px; box-sizing: border-box; line-height:54px; font-size:14px; color:#4b4b4b; border-bottom:1px solid #eee;}
.new-r-zt>.box:last-child{border-bottom:0;}
.new-r-zt>.box a{color:#4b4b4b;}
/*-----------------------------------------------融资百科 end----------------------------------------------------------------------*/
.trends-right .cyclopedia{padding:20px 0px 20px 6px; list-style-type:none; background-color:#fff; display:inline-table; width:262px; border:1px solid #dbdbdb;}
.trends-right .cyclopedia li {width:82px; height:72px;float:left; margin:0px 5px 5px 0; position:relative;}
.trends-right .cyclopedia li .item{width:80px; height:70px; border:1px solid #c2c0c0; background-image:url(../images/study-icon.png); background-repeat:no-repeat; position:relative; background-color:#f2f0f0;  text-align:center; font-size:14px; line-height:115px; cursor:pointer;}
.trends-right .cyclopedia li.list01 .item{background-position:0px -10px;}
.trends-right .cyclopedia li.list02 .item{background-position:-81px -10px;}
.trends-right .cyclopedia li.list03 .item{background-position:0px -78px;}
.trends-right .cyclopedia li.list04 .item{background-position:-82px -78px;}
.trends-right .cyclopedia li.list05 .item{background-position:0px -148px;}
.trends-right .cyclopedia li.list06 .item{background-position:-79px -148px;}
.trends-right .cyclopedia li.list07 .item{background-position:0px -217px;}
.trends-right .cyclopedia li.list08 .item{background-position:-79px -217px;}
.trends-right .cyclopedia li.list09 .item{background-position:0px -290px;}
.trends-right .cyclopedia li.list10 .item{background-position:-80px -290px;}
.trends-right .cyclopedia li.list11 .item{background-position:0px -359px;}
.trends-right .cyclopedia li.list12 .item{background-position:-80px -361px;}
.trends-right .cyclopedia li .p{font-size:14px; width:256px; position:absolute; z-index:1; background-color:#f2f0f0; margin:0; height:0; overflow:hidden;transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -o-transition:all .4s ease;}
.trends-right .cyclopedia li .p a{display: inline-block; padding: 0 8px;border-right: #ccc solid 1px;line-height: 16px;margin-top: 10px;}

.trends-right .cyclopedia li:hover .item{z-index:2; border-bottom:1px solid #f2f0f0; }
.trends-right .cyclopedia li:nth-child(n+7):hover .item{z-index:2; border-top:1px solid #f2f0f0; border-bottom:1px solid #c2c0c0;}
.trends-right .cyclopedia li.list01 .p,.trends-right .cyclopedia li.list04 .p{top:71px;}
.trends-right .cyclopedia li.list02 .p,.trends-right .cyclopedia li.list05 .p{top:71px; left:-87px;}
.trends-right .cyclopedia li.list03 .p,.trends-right .cyclopedia li.list06 .p{top:71px; left:-174px;}
.trends-right .cyclopedia li.list07 .p,.trends-right .cyclopedia li.list10 .p{bottom:71px;}
.trends-right .cyclopedia li.list08 .p,.trends-right .cyclopedia li.list11 .p{bottom:71px; left:-87px;}
.trends-right .cyclopedia li.list09 .p,.trends-right .cyclopedia li.list12 .p{bottom:71px; left:-174px;}
.trends-right .cyclopedia li .p .box{border:1px solid #c2c0c0; display:inline-table; width:100%; height:100%; box-sizing:border-box;}
.trends-right .cyclopedia li .p.show{height:155px;transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -o-transition:all .4s ease; }
.trends-right .cyclopedia li:nth-child(n+10) .p.show{height:232px; transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -o-transition:all .4s ease;}
.trends-right .cyclopedia li:nth-child(-n+3) .p.show{height:232px; transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -o-transition:all .4s ease;}
.trends-right .cyclopedia li.list07 .p .box,.trends-right .cyclopedia li.list08 .p .box,.trends-right .cyclopedia li.list09 .p .box,.trends-right .cyclopedia li.list10 .p .box,.trends-right .cyclopedia li.list11 .p .box,.trends-right .cyclopedia li.list12 .p .box{position:absolute; bottom:0; left:0;}

/*-----------------------------------------------行业动态 end----------------------------------------------------------------------*/
.rzcs-content{float:left;}
.about-box{width:1198px; border:1px solid #dbdbdb; background-color:#fff; margin-bottom:50px;}
.about-box .tab{width:1198px; height:73px;list-style-type:none; border-bottom:3px solid #f2f0f0;}
.about-box .tab li{width:239px; height:70px;  float:left; text-align:center; line-height:70px; font-size:16px; color:#716c6c; cursor:pointer; border-bottom:3px solid #fff;}
.about-box .tab li:first-child{width:238px;}
.about-box .tab li.active{border-bottom:3px solid #4e6ef2; }
.about-box .items li{width:1198px;list-style-type:none; display:none;}
.about-box .items li.active{display:block;}
.about-box .items li.about-us{width:1120px; padding:39px; line-height:50px; font-size:16px;}
.about-box .items li.about-us p{padding:0; margin:0; text-indent:2em;}
/*-----------------------------------------------关于我们 end----------------------------------------------------------------------*/

#weixin-meaages:hover:after{content: attr(data-text); height:30px; padding:0px 10px; line-height:30px; box-shadow:2px 2px 4px #333; background-color:#fff; border:1px solid #333; border-radius:10px; position:absolute;top:-35px; right:0; color:#333;}
.clue-box{ width:100%; height:100%; min-width: 1220px; position:fixed; z-index:10000; top:0; left:0; background-image: url(../images/bg_box.png); display:none;}
.clue-box .clue-centent{width:1120px; height:500px; position:absolute; top:50%; left:50%; margin-left:-560px; margin-top:-250px; border-radius:5px; -webkit-border-radius:5px ; -moz-border-radius:5px; background-color:#fff; overflow:hidden;}
.clue-box .clue-centent .title{height:55px; width:1120px; line-height:55px; color:#fff; background-color:#4e6ef2; position:relative; text-align:center; font-size:24px;}
.clue-box .clue-centent .title .close{position:absolute; top:5px; cursor:pointer; right:5px; width:20px; height:20px; line-height:20px;}
.clue-box .clue-table{width:1040px; height:385px; padding:30px; }
.clue-box input,.clue-box select,.clue-box textarea{border:1px solid #d2d0d1; background-color:#fbf9fa; font-size:16px; height:50px;  color:#333;}
.clue-box input,.clue-box select{line-height:50px; text-indent:1em;}
.clue-box textarea{padding:10px;}
.clue-box select{width:175px;}
.clue-box .clue-bt-box{width:200px; height:55px; margin:0 auto; }
.clue-box .clue-bt{width:200px; height:55px; border:none; background-color:#4e6ef2; color:#fff; font-size:24px; text-indent:40px; letter-spacing:40px; line-height:55px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;  cursor:pointer;}
/*-----------------------------------------------返回顶部 end----------------------------------------------------------------------*/
.index-content .schedule{width:770px; margin:80px auto 0 auto; position:relative; height:80px; border-top:1px solid #c1c1c1;}
.index-content.declare_need{margin-top: 20px;}
.index-content.declare_need h1{line-height: 80px; border-bottom: 1px solid #c1c1c1; width: 994px; padding-top:30px; margin: 0 103px; text-align:center; font-size: 24px; color: #4e6ef2;}
.index-content.declare_need h1.nobor{border-bottom: 0; margin-bottom: -40px;}
.index-content.declare_need h1 em.icon{background:url(../images/icon.png) -14px -2212px no-repeat;}
.index-content.declare_need h1.m2{line-height: 50px; border-bottom: 1px solid #c1c1c1;text-align:left; width: 842px; padding: 0 180px; font-size: 16px; font-weight: normal; color: #555; margin-top: 20px; background:url(../images/icon.png) 142px -2201px no-repeat;}
.index-content.declare_need h1.m2 span{font-style: normal; float: right; font-size:16px; color:#4e6ef2;}
.index-content.declare_need h1.m2 span em{font-size:24px;}
.index-content .schedule .item{width:75px; height:100px; position:absolute; cursor:pointer;transition:all 0.6s ease; -webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease; -o-transition:all 0.6s ease;-webkit-transform-style:-webkit-preserve-3d; transform-style: preserve-3d;top:-35px; line-height:50px; text-align:center;}
.index-content .schedule .item.show{transform: rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);}
.index-content .schedule .item.list01{ left:-32px;}
.index-content .schedule .item.list02{left:353px;}
.index-content .schedule .item.list03{left:738px;}
.index-content .schedule .item .back,.index-content .schedule .item .front{position:absolute; top:0; left:0; width:75px; height:100px;backface-visibility: hidden;}
.index-content .schedule .item .back img,.index-content .schedule .item .front img{float:left;}
.index-content .schedule .item .front{z-index: 2; color:#666;}
.index-content .schedule .item .back{transform:rotateY(180deg); color:#4e6ef2;-webkit-transform:rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);}
.schedule-information{ position:relative; width:1220px; height:605px;}
.schedule-information .list01,.schedule-information .list02,.schedule-information .list03{width:842px; height:605px; margin:0 auto;}
.schedule-information .assig.list01,.schedule-information .assig.list02,.schedule-information .assig.list03{width:1220px;}
.schedule-information  span{font-size:14px; color:#ff4400; line-height:33px; display:none; float:left;}
.schedule-information  span i{float:left; width:20px; height:33px; background:url(../images/icon2.png) -15px -657px no-repeat;}
.schedule-information .list01 .project-name{margin:75px 10px 0 0;width:512px; height:92px;float:left;}
.schedule-information .list02 .company-name{margin:75px 70px 0 0;width:532px; height:92px;float:left;}
.schedule-information .list01 .project-name input,.schedule-information .list02 .company-name input{width:510px; height:50px; border:1px solid #d2d1d1;  background-color:#fbf9f9; font-size:16px; line-height:50px; text-indent:1em;}
.schedule-information .list02 .company-name input{width:530px;}
.schedule-information .list01 .project-time,.schedule-information .list02 .company-vocation{float:left; width:150px; height:92px; margin-top:75px;  line-height:50px;}
.schedule-information .list01 .project-time{width:315px; float:right;}
.schedule-information .list01 .project-time select{width:90px; height:50px; line-height:50px; text-align: center; border:1px solid #d2d1d1; background:url(../images/icon2.png) 107px -598px no-repeat #fbf9f9; font-size:16px; float:right;}
.schedule-information .list01 .project-time select.year{width:94px; text-indent:20px;}
.schedule-information .list01 .project-time select.month{width:75px;}
.schedule-information .list01 .project-time em{float:right;}
.schedule-information .list02 .company-vocation select{width:238px; height:50px;border:1px solid #d2d1d1;font-size:16px;background-color:#fbf9f9;}
.schedule-information .list01 .project-intro{width:822px; height:142px; margin-bottom:40px; float:left;}
.schedule-information .list01 .check-box{float:right; margin-top:6px; width:350px;}
.schedule-information .list01 .check-box input[type=checkbox]{float:left;margin-top:6px; margin-left:30px; margin-right:10px;}
.schedule-information .list01 .check-box label{font-size:14px;}
.schedule-information .list02 .company-demand{width:320px; height:142px; margin-bottom:40px; float:left;}
.schedule-information .list02 .company-demand.xqsm{width:240px;}
.schedule-information .list02 .company-demand.crgq{width:282px;}
.schedule-information .list02 .company-demand.xqsm input[type=text]{width:236px;}
.schedule-information .download-business{width:96px; border:2px solid #ebe9e9; height:31px; margin-right:8px; line-height:31px; text-align:center; background-color:#fbf9f9; float:right;}
/*新-上传商业计划书*/
.declare_need.dnlist{ background-color:#fff; margin-bottom:50px;}
.new_declare{width:1220px; padding-bottom:50px;}
.new_declare .file-update.up2{float: right; width: 380px;}
.new_declare .file-update.up2 .x-update-bt{background-color:#699dc5;}
.new_declare table{ width:994px; margin:0 103px; margin-top:60px;}
.new_declare table td{line-height:42px;}
.new_declare input[type=text]{width:378px; height:38px; font-size: 14px; line-height:40px; border: 1px solid #d1d1d1; border-radius:3px; text-indent:20px;}
.new_declare span.td-t{height:18px; width:65px; line-height:18px; padding:0px 20px 0px 10px; margin:12px 0; border-left:4px solid #4e6ef2; float:left;}
.new_declare span.td-n{height:18px; width:88px; line-height:40px; text-indent: 2px; float:left;}
.de-number-hint{font-size: 14px; margin-left: 20px;}
.de-number-hint.pro{float: left; width: 100%; text-align: center; height: 60px; line-height: 90px; margin-left: 0;}
.de-number-hint em{font-size: 18px;}
.de-number-hint em,.de-number-hint a{padding:0 4px !important; color:#4e6ef2;}
.descr-box{float:left; position:relative;}
.descr-box .label-box{position:absolute; top:1px; left:10px; height:30px; background-color: #fbfbfb;}
.descr-box .label-box .add-label{float:left; height:30px; line-height:30px;}
.descr-box .label-box .add-label b{font-size:20px;}
.descr-box .label-box .add-label a{color:#153572; font-size:14px;}
.descr-box .label-box .add-label-list{float:left; height:30px;line-height:30px; padding-left:30px; margin-left:20px; background:url(../images/icon2.png) -5px -3356px no-repeat;}
.descr-box .label-box .label-list a{color:#153572; font-size:14px;}
.descr-box .label-box .add-label-list .box{height:30px; color:#153572; font-size:14px; float:left; margin-right:5px;}
.descr-box .label-box .add-label-list .box em{line-height:35px; padding:0 5px;}
.descr-box .label-box .add-label-list .box a{color:#da271f; font-size:18px;}
.descr-box .label-box:hover .add-label .label-list{display:block;}
.descr-box .label-box .add-label .label-list{position:absolute; display:none; box-shadow:0px 1px 2px #d1d1d1; z-index: 2; top:30px; left:-10px; border:1px solid #d1d1d1; background-color:#fff; padding:6px; width:390px;}
.descr-box .label-box .add-label .label-list a{padding:8px; float:left; line-height:12px;}
.descr-box .label-box .add-label .label-list:before{content:""; border-bottom:9px solid #d4d4d4; border-left:7px solid transparent; border-right:7px solid transparent; border-top:0; position:absolute; top:-9px; left:9px;}
.descr-box .label-box .add-label .label-list:after{content:""; border-bottom:9px solid #fff; border-left:7px solid transparent; border-right:7px solid transparent; border-top:0; position:absolute; top:-6px; left:9px;}
.new_declare em{padding:0 8px; line-height:42px;}
.new_declare em.xmjd-em{margin-left:10px;}
.new_declare em.rzjd-em{float:right; line-height:42px;}
.new_declare em.zh-em{margin-left:50px; text-indent: 2px; float: left; width: 88px; padding:0;}
.new_declare .time{width: 170px; float: left; margin-right: 38px;}
.new_declare .sshy{width: 381px; float: left; }
.new_declare .site{width:170px; float: left;margin-right: 38px;}
.new_declare [data-module=select].sshy [data-module=select-option]{text-align: left; text-indent: 10px;}
.new_declare .x-update-bt{width: 180px;}
.new_declare .rzjd-a{float:left; margin-left: -18px; width:18px; height:42px; background: url(../images/icon2.png) -17px -2405px no-repeat;}
.new_declare select{height:42px; border: 1px solid #d1d1d1;line-height:40px; background-color:#fbfbfb; border-radius:3px; font-size:14px;}
.new_declare select.month{width:72px; text-indent:5px;}
.new_declare select.year{width:82px; text-indent:15px;}
.new_declare select.city{width:71px; text-indent:5px;}
.new_declare select.province{width:71px; text-indent:5px;}
.new_declare select.xmjd{width:155px; }
.new_declare select.rzjd{width:155px; float:right;}
.new_declare .NoBpLink{margin-left: 20px; padding-left: 20px; font-size: 14px; color:#153572; font-weight: bold; float: left; height: 35px; line-height: 35px; background:url(../images/icon2.png) -17px -6056px no-repeat;}
.NoBpLinkBox .box{padding:0 30px; height: 206px; width: 280px;}
.NoBpLinkBox .box h2{height: 88px; line-height: 100px; font-size: 16px; color:#4e6ef2;}
.NoBpLinkBox .box .btn{width: 100%; height: 40px; line-height: 40px; text-align: center; display: inline-block; vertical-align: top; box-sizing: border-box; -webkit-box-sizing:border-box; border:1px solid #163474; color:#163474; margin-bottom: 18px;}
.NoBpLinkBox .box .btn.red{color:#4e6ef2; border-color: #4e6ef2;}
.NoBpLinkBox .box .close{text-align: center; font-size: 30px; color:#757575; position: absolute; top:0; right: 10px;}
.new_declare .download-business{width:158px; border:1px solid #d1d1d1; height:33px; line-height:33px; text-align:center; background-color:#fbf9f9; float:left; margin-left:40px;}
.new_declare .file-update span{font-size:14px; color:#4e6ef2; width: 420px;}
.new_declare .file-update-img{margin-top:0; line-height:20px; min-height:20px; width:340px;}
.new_declare .file-update-img.i2>a{float:right;}
.new_declare textarea{padding:12px; padding-top: 35px; display: inline-block; vertical-align: top; width:880px; height:70px; border: 1px solid #d1d1d1; line-height:18px; border-radius:3px; font-size:14px;}
.new_declare .descr-box .label-box{background-color: #fff;}
.new_declare .line{border-bottom:1px dashed #d1d1d1;}
.new_declare .vocation{width:105px; float:right;}
.new_declare .vocation-em{float:right; line-height:42px;}
.new_declare input[type=text].full{width: 904px;}
.new_declare input[type=text].w1{width:128px;}
.new_declare input[type=text].w2{width:78px;}
.new_declare input[type=text].w3{width:904px;}
.new_declare input[type=text].w4{width:208px; background-color: #fbf9f9; float: left;}

.new_declare input[type=text].w6{width:379px;}
.new_declare .check-box{ margin-top:6px; width:340px;float:left;}
.new_declare .check-box input[type=checkbox]{margin-top:6px !important; float:left; margin-right:10px !important;}
.new_declare .check-box label{font-size:14px; float:left; line-height:24px;}
.new_declare .sumbit{width:235px; height:42px; background:#4e6ef2; color:#fff; line-height:42px; text-align:center; float:left; font-size:18px; letter-spacing:5px; margin-left:88px;}
.new_declare span.counet{font-style: normal; float: left; line-height:42px; margin-left:30px; font-size:16px; color:#4e6ef2;}
.new_declare span.counet em{font-size:24px; padding:0 5px;}
.new_declare input[type=text].error,.new_declare select.error,.new_declare textarea.error{border-color:#dc322a;}
.declare-phone-verification-box{position:fixed; display:none; top:0; left:0; width:100%; z-index: 10000; height:100%; background-image:url(../images/bg_box2.png);}
.declare-phone-verification-box.phone .verification-btn{margin-top:20px;}
.declare-phone-verification-box.phone .number-new{width:282px; height:36px; line-height:36px; text-indent:0.5em;border:1px solid #ccc;}
.declare-phone-verification-box.phone>.declare-phone-verification>.regis-hint{display: block; line-height: 40px; height: 30px;}

.declare-phone-verification-box.login>.declare-phone-verification>.phone-verification{display:none;}
.declare-phone-verification-box.regis>.declare-phone-verification>.regis-hint{display: block;}
.declare-phone-verification-box.login>.declare-phone-verification>.password-title{height:30px; line-height:20px;}
.declare-phone-verification-box.login>.declare-phone-verification>.password{margin-bottom:0px;}
.declare-phone-verification-box.login>.declare-phone-verification>.again-password{display:none;}
.declare-phone-verification-box.login>.declare-phone-verification>.re-password{display: block;}
.declare-phone-verification-box.login>.declare-phone-verification>.agreement{display:none;}
.declare-phone-verification-box.plan>.declare-phone-verification>.verification-btn{margin-top:30px;}
.declare-phone-verification-box.plan>.declare-phone-verification>.phone-title{line-height:16px; height:16px; color:#4e6ef2; margin-top:20px;}
.declare-phone-verification-box.plan .number{width:282px; height:36px; line-height:36px; text-indent:0.5em; margin:10px 0 20px 0;}
.declare-phone-verification{width:284px; padding:20px; position:absolute; box-shadow:0px 0px 10px #5f5f5f; -webkit-box-shadow:0px 0px 5px #5f5f5f; background-color:rgb(255,255,255); background-color:rgba(255,255,255,0.9); top:50%; left:50%; margin:-180px 0 0 -142px;}
.declare-phone-verification>.title{width:100%; line-height:27px; height:27px; font-size:20px; color:#323232; font-weight:bold; text-align:center; position:relative;}
.declare-phone-verification-box>.declare-phone-verification>.regis-hint{font-size: 12px;color:#4e6ef2;line-height: 30px; height: 12px; display: none;}
.declare-phone-verification>.title:before{content:''; position:absolute; width:84px; height:1px; background-color:#b8b8b8; left:0; top:13px;}
.declare-phone-verification>.title:after{content:''; position:absolute; width:84px; height:1px; background-color:#b8b8b8; right:0; top:13px;}
.declare-phone-verification>.phone-number{width:100%; height:58px; line-height:58px; font-size:14px;}
.declare-phone-verification>.phone-number>.edit-phone-number{margin-left:30px; color:#4e6ef2;}
.declare-phone-verification>.phone-verification>.code{width:143px; height:36px; border:1px solid #ccc; text-indent:0.5em; background-color:#fff;}
.declare-phone-verification>.phone-verification>.code-btn{width:130px; text-align:center; height:36px; font-size:14px; background-color:#fff; line-height:36px; color:#4e6ef2; border:1px solid #4e6ef2; float:right;}
.declare-phone-verification>.password-title{width:100%; height:48px; line-height:54px; font-size:14px; color:#323232;}
.declare-phone-verification>.password,.declare-phone-verification>.again-password{width:282px; height:36px; line-height:36px; text-indent:0.5em;border:1px solid #ccc;}
.declare-phone-verification>.password{margin-bottom:12px;}
.declare-phone-verification>.agreement{height:16px; line-height:16px; width:100%; padding:20px 0; font-size:12px; color:#666;}
.declare-phone-verification>.agreement>.bt{font-size:12px; color:#666;}
.declare-phone-verification>.agreement>.agreement-checkbox{float:left; margin-top:2px;}
.declare-phone-verification>.agreement>.agreement-checkbox:after{display:none;}
.declare-phone-verification>.re-password{line-height:36px; height:40px; float:right; font-size:12px; color:#323232; display:none;}
.declare-phone-verification>.verification-btn{width:282px; height:36px; font-size:18px; color:#fff; cursor:pointer; line-height:36px; text-align:center; border:1px solid #8c0000; background-color:#4e6ef2;}

.schedule-information .list02 .company-demand{margin-bottom:100px;}
.schedule-information .list02 .company-demand input[type=text]{width:210px; height:50px; border:1px solid #d2d1d1;  background-color:#fbf9f9; font-size:16px; line-height:50px; text-indent:1em;}
.schedule-information .list01 .project-intro textarea{width:820px; height:120px; border:1px solid #d2d1d1;background-color:#fbf9f9; padding:10px; font-size:16px; text-shadow:1px 1px 0px #eee;}
.schedule-information .list01 .file-update{position:relative; clear:both; font-size:14px;color:#666;}
.schedule-information .list01 .file-update p{float:left; margin:0; padding:0; line-height:35px;}
.schedule-information .list01 .file-update .prm{clear:both;}
.schedule-information .list01 .uploadify{ float:left; margin-right:10px;}
.schedule-information .list01 .file-update .uploadify-button {background:#4e6ef2 !important; font-size:16px; text-align:center; color:#fff; text-decoration:none; border-radius:4px;}
.schedule-information .list01 .file{position:absolute; top:0; left:0; z-index:2; height:35px; width:235px; opacity:0; filter:Alpha(opacity=0); cursor:pointer;}
.schedule-information .list01 .button-next,.schedule-information .list02 .button-next{width:230px;margin:0 auto; clear:both;}
.schedule-information .list01 .button-next input,.schedule-information .list02 .button-next input{width:230px; height:47px; border-radius:4px;  background-color:#4e6ef2; color:#fff; font-size:20px; letter-spacing:10px; cursor:pointer;}
.schedule-information .item{display:none;}
.schedule-information .item.show{display:block;}
.schedule-information .list03 .box{width:398px; height:140px; margin-right:45px; float:left;}
.schedule-information .list03 .user-phone,.schedule-information .list03 .user-weixin{margin:0;}
.schedule-information .list03 input{ width:396px; height:52px; border:1px solid #d2d0d1; background-color:#fbf9fa; line-height:52px; text-indent:1em; font-size:16px;}
.schedule-information .list03 .button-next{width:230px;margin:55px 0 0 306px;}
.schedule-information .list03 .button-next input{width:230px; height:47px; border-radius:10px; line-height:47px;  background-color:#4e6ef2; color:#fff; font-size:20px; letter-spacing:10px; cursor:pointer;}
.schedule-information .list03{margin-top:75px; height:530px;}
.declare-list-box{background-color: #FFF; padding-bottom:100px; margin-bottom:40px;}
.declare-list-box .btnzt{line-height: 90px; text-align: center;}
.declare-list-box .btnzt .zt em{ font-size: 24px; color:#4e6ef2; padding:0 2px; }
.declare-list-box .btnzt .zt a{color:#4e6ef2;}
.declare-list-box .btnzt .btn-intor{width: 150px; height: 40px; border:1px solid #163375; color:#252525; font-size: 14px; text-align:center; line-height: 40px; float: left; margin-left:420px;}
.declare-list-box .btnzt .btn-invest{width: 150px; height: 40px; border:1px solid #4e6ef2; color:#252525; font-size: 14px; text-align:center; line-height: 40px; float: right; margin-right:420px;}
.declare-list{width:780px; padding:60px 190px 0 190px; display:inline-table; list-style-type:none;}
.declare-list li{padding-left:65px; width:715px; float:left; height:50px; line-height:50px; background:url(../images/icon.png) 0px -2250px no-repeat; }
.declare-list li .name{font-size:18px; color:#555; float:left; width:240px;}
.declare-list li .org-name{font-size:14px; color:#555; float:left; width:95px; margin-left:10px;}
.declare-list li .time{color:#9b9b9b; width:100px; float:left; font-size:14px;margin-left:10px;}
.declare-list li .bt2{float:left; margin-left:40px; color:#4e6ef2; font-size:14px;}
.declare-list li .bt3{float:left; margin-left:10px; color:#4e6ef2; font-size:14px;}
.declare-list li .bt{float:right; width:116px; height:26px; line-height:26px;font-size:14px; border: 1px solid #4e6ef2; background-color:#4e6ef2; text-align:center; color:#fff; margin-top:10px;}
.declare-list li .state{display: inline-block; position: relative; cursor: pointer; float: right;}
.declare-list li .state:before{width: 160px; height: 150%; top:0; left: 0; position: absolute; content: "";}
.declare-list li .state:after{content: ""; margin-right: -11px; width: 20px; height: 20px; position: absolute; right: -18px; top:14px; background: url(../images/icon2.png) -15px -2415px no-repeat; }
.declare-list li .state>.hint:before{content:""; border-top:0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom:8px solid #cecece; position: absolute;top:-8px; right: 45px;}
.declare-list li .state>.hint:after{content:""; border-top:0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom:8px solid #fff; position: absolute;top:-6px; right: 45px;}
.declare-list li .state>.hint{position: absolute; text-align: left; top:42px; display: none; right: -73px; width: 260px; padding:10px 15px; z-index: 2; line-height: 24px; background-color: #FFF; overflow:inherit; font-size: 12px; border:1px solid #cecece; box-shadow: 0px 0px 5px #cac8ca;}
.declare-list li .state>.hint>a{color: #4e6ef2;}
.declare-list li .state:hover>.hint{display: block;}
.declare-list li .bt.grad{ border: 1px solid #d2d1d1; background-color:#e4e4e4; color:#757575}
.declare_need .ag-box{width:720px; padding:20px 250px 70px 250px; height:30px; line-height:30px;color:#9a9a9a; text-align:right;font-size: 14px; border-bottom:1px dashed #d2d1d1;}
.declare_need .ag-box .bt{width:116px; height:26px; line-height:26px; color:#555; float:right; border:1px solid #163375; font-size: 14px; text-align:center; margin-left:20px;}
/*-----------------------------------------------项目申报 end----------------------------------------------------------------------*/
.declare-ok{width:1080px; height:600px; margin:50px auto; background-color:#fff; border:1px solid #e6e6e6;text-align:center; position:relative;}
.declare-ok .forname{width:100%; height:34px; float:left; margin:60px 0px 50px 0px; font-size:18px;}
.declare-ok .forname em{position:relative; background: url(../images/icon2.png) -10px -2209px no-repeat;}
.declare-ok .title{line-height:42px; margin-bottom:20px; text-align:center; float:left; width:100%; font-size:30px;  color:#4e6ef2;}
.declare-ok .title.five{padding-top:130px; font-size: 30px; margin-bottom:0}
.declare-ok .error{font-size:14px; color:#4e6ef2;}
.declare-ok .info{font-size:16px; color:#333; line-height:80px; height: 80px; display: inline-block; vertical-align: top;}
.declare-ok .info em{font-size:24px; color:#4e6ef2;}
.declare-ok a{color:#4e6ef2; cursor:pointer;}
.declare-ok a.bt{ color:#000;display:block; width:200px; height:48px; line-height:48px; text-align:center; }
.declare-ok a.bt.bt1{float:left; margin-left:330px; border:1px solid #163375; color:#163375;}
.declare-ok a.bt.bt2{float:right; margin-right:330px; border:1px solid #4e6ef2; background-color:#4e6ef2; color:#fff;}
.declare-ok a.bt.bt3{float:left; position:relative; left:50%; margin-left:-101px; border:1px solid #4e6ef2; background-color:#4e6ef2; color:#fff;}
.declare-ok .hint{line-height:100px; width:100%; float:left; color:#4e6ef2; font-size:16px; position:absolute; bottom:80px; font-weight: bold; left:0;}
.declare-ok .hint:before{content: ""; border-left:9px solid #4e6ef2; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 0; margin-right: 10px; display: inline-block; vertical-align: middle; margin-top: -3px;}
.declare-ok .five-info{font-size:14px; color:#757575; line-height:90px; width: 100%; clear: both;}
.declare-ok .five-hint{padding: 25px 0; text-align: left; float: left; line-height: 26px; color:#757575; font-size: 14px; padding-left: 175px;}
.declare-ok .five-hint2{padding: 60px 0 25px 0; float: left; width: 100%; line-height: 26px; font-size: 16px;}
.declare-ok .red{color:#4e6ef2; padding:0 3px;}
/*-----------------------------------------------赞助支付----------------------------------------------------------------------*/
.declare-sponsor{width:100%; margin:50px 0; background-color:#fff; display:inline-table; vertical-align:top; padding-bottom:65px;}
.declare-sponsor>.sponsor-head{padding:30px 190px 5px;}
.declare-sponsor>.sponsor-head>.title{line-height:90px; height:90px; text-align:center; font-size:24px;}
.declare-sponsor>.sponsor-head>.text{line-height:26px; color:#757575; text-align: center;}
.declare-sponsor>.sponsor-head>.text a{color:#4e6ef2;}
.declare-sponsor>.sponsor-content{padding:5px 190px;}
.declare-sponsor>.sponsor-content>.deliver-list>.title{line-height:64px; padding-top:40px; clear:both; height:64px; font-size:24px; text-align:center; letter-spacing:5px; border-bottom:3px solid #4e6ef2;}
.declare-sponsor>.sponsor-content>.deliver-list>table{width:100%; text-align:center;}
.declare-sponsor>.sponsor-content>.deliver-list>table th{line-height:50px; height:50px;}
.declare-sponsor>.sponsor-content>.deliver-list>table td{background-color:#f8f8f8; line-height:50px; height:50px; border-bottom:1px solid #fff;}
.declare-sponsor>.sponsor-content>.deliver-list>table tr:nth-child(odd) td{background-color: #fafcff;}
.declare-sponsor>.sponsor-content>.deliver-list>table .col1{width:230px; padding:0 10px;}
.declare-sponsor>.sponsor-content>.deliver-list>table .col2{width:100px; padding:0 10px;}
.declare-sponsor>.sponsor-content>.deliver-list>table .edit-btn{color:#0d0d0d;}
.declare-sponsor>.sponsor-content>.deliver-list>table .del-bth{color:#4e6ef2;}
.declare-sponsor>.sponsor-content>.deliver-list>.sumbox{width:100%; margin:20px 0 40px 0; background-color: #f8f8f8; box-sizing: border-box; -webkit-box-sizing: border-box; height:80px; line-height:66px; text-align:center;}
.declare-sponsor>.sponsor-content>.deliver-list>.sumbox>em{color:#4e6ef2; padding:0px 3px;}
.declare-sponsor>.sponsor-content>.deliver-list>.sumbox>em.max{font-size:30px; font-weight: bold;}
.declare-sponsor>.sponsor-content>.deliver-list>.add-btn{width:224px; height:50px; margin-left:150px; line-height:50px; border-radius:4px; -webkit-border-radius:4px; text-align:center; font-size:18px; color:#163474; border:1px solid #163474; float:left;}
.declare-sponsor>.sponsor-content>.deliver-list>.deliver-btn{width:224px; height:50px; margin-right:150px; line-height:50px; border-radius:4px; -webkit-border-radius:4px; text-align:center; font-size:18px; background-color:#4e6ef2; color:#fff; border:1px solid #4e6ef2; float:right;}
.sponsor-payment-bg{position:fixed; display:none; width:100%; height:100%; top:0; left:0; z-index:100; background:url(../images/bg_box2.png);}
.sponsor-payment-bg .close{width: 50px; height: 50px; position: absolute; top:-25px; right: -25px; background: url(../images/icon5.png) 0px -750px no-repeat;}
.sponsor-payment-bg.template>.payment-box{background:url(../images/sponsor-payment-bp-bg.png) 0px 0px no-repeat #fff;}
.sponsor-payment-bg>.payment-box{width:320px; height:280px; padding:230px 20px 90px 740px; text-align: left; background:url(../images/sponsor-payment-bg.jpg) 0px 0px no-repeat #fff; border-radius:5px; webkit-border-radius:5px; position:absolute; top:50%; left:50%; margin:-300px 0 0 -540px;}
.sponsor-payment-bg.template>.payment-box{padding-top: 160px; height: 350px;}
.sponsor-payment-bg.weixin>.payment-box{background-image:url(../images/sponsor-payment-bg2.jpg);}
.sponsor-payment-bg.template.weixin>.payment-box{background-image:url(../images/sponsor-payment-bp-bg2.png);}
.sponsor-payment-bg>.payment-box>.tags{width:100%; display:inline-table; vertical-align:top; position:absolute; top:0; left:0; text-align:center;}
.sponsor-payment-bg>.payment-box>.tags>a{height:62px; border-bottom: 1px solid #d5d5d5; line-height:62px; width:50%; float:left; color:#757575; font-size:18px; transition:all 0s ease; -webkit-transition:all 0s ease;}
.sponsor-payment-bg>.payment-box>.tags>a.active{height:60px; border-bottom:3px solid #4e6ef2; color:#4e6ef2;}
.sponsor-payment-bg>.payment-box>.money{line-height:34px; height:34px; font-size:18px;}
.sponsor-payment-bg>.payment-box>.money>em{font-size:30px; color:#4e6ef2; padding:0 5px;}
.sponsor-payment-bg.template.weixin>.payment-box>.money{margin-top: 35px;}
.sponsor-payment-bg>.payment-box>.orderID{line-height:34px; height:34px; font-size:18px; margin-top:11px;}
.sponsor-payment-bg.template>.payment-box>.orderID{margin-top: 6px;}
.sponsor-payment-bg.weixin>.payment-box>.orderID{display:none;}
.sponsor-payment-bg>.payment-box>.hint{width:220px; text-align:center; margin-top:35px; line-height:40px; height:40px; font-size:14px; color:#163375;}
.sponsor-payment-bg.weixin>.payment-box>.hint{margin-top:80px;}
.sponsor-payment-bg>.payment-box>.success-btn,.sponsor-payment-bg>.payment-box>.abandon-btn{width:218px; height:48px; line-height:48px; text-align:center; border-radius:3px; -webkit-border-radius:3px; border:1px solid #4e6ef2; background-color:#4e6ef2; color:#fff; font-size:18px; float:left;}
.sponsor-payment-bg>.payment-box>.abandon-btn{border-color:#d2d1d1; color:#757575; background-color:#f8f8f8; margin-top:25px;}
.sponsor-payment-bg.success .payment-box{width:1080px; height:600px; padding:0; background: #fff; }
.sponsor-payment-bg .success-box{text-align: center; padding-top: 135px; display: none;}
.sponsor-payment-bg .success-box .icon{ width: 100px; height: 100px; display: inline-block;background: url(../images/icon_100.png) 0px -1220px no-repeat;}
.sponsor-payment-bg .success-box .hint{line-height: 60px; height: 120px; font-size: 24px; margin-top:30px;}
.sponsor-payment-bg .success-box .btn{width: 220px; height: 50px; line-height: 50px; display: inline-block; margin-top: 50px; text-align: center; font-size: 18px; color: #fff; background-color: #4e6ef2;}
.sponsor-payment-bg.success .success-box{display: block;}
.sponsor-payment-bg.success>.payment-box>.money{display: none;}
.sponsor-payment-bg.success>.payment-box>.orderID{display: none;}
.sponsor-payment-bg.success>.payment-box>.hint{display: none;}
.sponsor-payment-bg.success>.payment-box>.success-btn{display: none;}
.sponsor-payment-bg.success>.payment-box>.abandon-btn{display: none;}
.sponsor-payment-bg.template>.payment-box>.hint{margin-top:25px;}
.sponsor-payment-bg.template.weixin>.payment-box>.hint{margin-top:25px;}
.sponsor-payment-bg.template .checkboxs{width: 100%; margin-top: 23px;}
.sponsor-payment-bg.template.weixin .checkboxs{width: 100%; margin-top: 28px;}
.sponsor-payment-bg.template .checkboxs .checkbox{display: inline-block; font-size: 14px; vertical-align: top; width: 100%; height: 34px; line-height: 34px;}
.sponsor-payment-bg.template .checkboxs input[type=checkbox]{display: inline-block; vertical-align: top; margin:11px 5px 0 0;}
.sponsor-payment-bg.template .checkboxs .red{color:#4e6ef2; }
.sponsor-payment-bg.template .checkboxs a{display: inline-block; vertical-align: top; height: 30px; margin-left: 10px; width: 16px; background: url(../images/icon2.png) -17px -2408px no-repeat;}
/*-----------------------------------------------支付成功----------------------------------------------------------------------*/
.pay-success-box{width:1080px; height:500px; margin:50px auto; background-color:#fff; border:1px solid #e6e6e6; padding-top:100px;}
.pay-success-box>.logo{width:100px; height:100px; margin:0px auto 40px auto; background:url(../images/icon_100.png) 0px -800px no-repeat;}
.pay-success-box>.hint{text-align:center; line-height:56px; font-size:26px;}
.pay-success-box>.phonenumber{color:#163375; text-align:center; font-size:18px;}
.pay-success-box>.phonenumber>a{color:#163375; line-height:100px;}
/*-----------------------------------------------申请成功 end----------------------------------------------------------------------*/
.invest-nav{width:1220px; height:48px;border-bottom:1px solid #dc322a;border-top:1px solid #ececec;  line-height:48px; font-size:18px; }
.invest-nav .nav-left{float:left;}
.invest-nav .nav-left .nav-item{float:left; width:239px; border-right:1px solid #f8f8f8; height:48px; position:relative;color:#4b4b4b; cursor:pointer; background-color:#e0e0e0;}
.invest-nav .nav-left .nav-item.last{width:240px; border-right:0;}
.invest-nav .nav-left .nav-item.active,.invest-nav .nav-left .nav-item:hover{ background-color:#dc322a; color:#fff; }
.invest-nav .nav-left .nav-item a{color:#163474;transition: all 0s ease; -webkit-transition: all 0s ease;}
.invest-nav .nav-left .nav-item:hover a,.invest-nav .nav-left .nav-item.active a{color:#fff;}
.invest-nav .nav-left .nav-item i{float:left; width:50px;  height:48px; background-image:url(../images/icon3.png); background-repeat:no-repeat; margin:0px 10px 0px 48px;}

.invest-nav .nav-left .nav-item i.list01{background-position:-53px -5px;}
.invest-nav .nav-left .nav-item i.list02{background-position:-60px -52px; margin-left:20px;}
.invest-nav .nav-left .nav-item i.list03{background-position:-46px -105px;}
.invest-nav .nav-left .nav-item i.list04{background-position:-42px -302px;}
.invest-nav .nav-left .nav-item i.list05{background-position:-43px -352px;}
.invest-nav .nav-left .nav-item i.list06{background-position:-46px -257px;}
.invest-nav .nav-left .nav-item i.list07{background-position:-44px -402px;}
.invest-nav .nav-left .nav-item i.list08{background-position:-46px -450px;}
.invest-nav .nav-left .nav-item.active i.list01,.invest-nav .nav-left .nav-item:hover i.list01{background-position:-1px -5px;}
.invest-nav .nav-left .nav-item.active i.list02,.invest-nav .nav-left .nav-item:hover i.list02{background-position:-10px -52px;}
.invest-nav .nav-left .nav-item.active i.list03,.invest-nav .nav-left .nav-item:hover i.list03{background-position:8px -105px;}
.invest-nav .nav-left .nav-item.active i.list04,.invest-nav .nav-left .nav-item:hover i.list04{background-position:8px -302px;}
.invest-nav .nav-left .nav-item.active i.list05,.invest-nav .nav-left .nav-item:hover i.list05{background-position:6px -352px;}
.invest-nav .nav-left .nav-item.active i.list06,.invest-nav .nav-left .nav-item:hover i.list06{background-position:4px -256px;}
.invest-nav .nav-left .nav-item.active i.list07,.invest-nav .nav-left .nav-item:hover i.list07{background-position:6px -402px;}
.invest-nav .nav-left .nav-item.active i.list08,.invest-nav .nav-left .nav-item:hover i.list08{background-position:4px -450px;}
.invest-nav .nav-right {float:right;}
.invest-nav .nav-right .nav-item{float:left; width:220px;  height:60px;color:#4b4b4b !important;}
.invest-nav .nav-right .nav-item i.list02{background:url(../images/icon2.png) -10px 8px no-repeat; width:45px; height:60px; float:left;}
.invest-nav .nav-right .nav-item i.list01{background:url(../images/icon2.png) -5px -95px no-repeat; width:40px; height:60px; float:left;}
.invest-recommend{width:1220px; display:inline-block; margin-top:40px;}
.invest-recommend .item{ float:left; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; width:380px; height:345px; overflow:hidden; margin-right:30px; background-color:#fff; box-shadow:4px 4px 0px #cfcece; -webkit-box-shadow:4px 4px 0px #cfcece; -moz-box-shadow:4px 4px 0px #cfcece;}
.invest-recommend .item.no-margin{margin-right:0;}
.invest-recommend .item .title{ border-left:4px solid #4e6ef2; border-bottom:2px solid #f2f0f0; text-shadow:0px 0px 0px #0d0d0d; line-height:50px; height:50px; width:376px; font-size:20px; text-indent:0.5em; letter-spacing:1px;}
.invest-recommend .item .title.yellow{border-left:4px solid #f2a941;}
.invest-recommend .item .title.green{border-left:4px solid #3fa20e;}
.invest-recommend .item .sub-item{ width:92px; height:120px; overflow: hidden; float:left; margin:12px 15px; }
.invest-recommend .item .sub-item .img{ width:90px; height:90px;overflow: hidden;border:1px solid #ddd; border-radius:45px; -webkit-border-radius:45px; -moz-border-radius:45px;}
.invest-recommend .item .sub-item .short-name{ font-size:14px; line-height: 30px;text-align: center; font-weight: 100;}
.invest-labels{ width:1220px; background-color:#fff;}
.invest-labels.bnt{background-color:inherit;}
.invest-labels.bnt .labels{padding:4px 0;}
.invest-labels .labels{width:1180px; border-bottom:1px solid #ddd; padding:4px 10px;overflow:hidden;}
.invest-labels .labels:last-child{border-bottom:none;}
.invest-labels .labels ul{ float:left;width:1010px;}
.invest-labels .labels ul.packup{ height:30px; overflow: hidden;}
.invest-labels .labels ul.packup.odd{height:60px;}
.invest-labels .labels ul.unfold{ height: auto; }
.invest-labels .labels.screen{padding:20px 15px; line-height: 28px; height: 28px;}
.invest-labels .labels .screen-title{font-size: 14px; float: left;}
.invest-labels .labels .screen-boxs{float: left;}
.invest-labels .labels .screen-boxs .box{float: left; height: 26px; line-height: 26px; margin-left:8px; border:1px solid #ddd; color:#808080; padding:0 10px; font-size: 14px;}
.invest-labels .labels .screen-boxs .box:hover{color:#4e6ef2; border-color:#4e6ef2;}
.invest-labels .labels .screen-boxs .box em{font-size: 18px; padding-left:3px; float: right; color:#4e6ef2; line-height: 24px;}
.invest-labels .labels .screen-clear{color:#808080; font-size: 14px; padding:0 10px;}
.invest-labels .labels .screen-clear:hover{color:#4e6ef2;}
.invest-labels .labels .packup-bt,.invest-labels .labels .unfold-bt{float: right; height: 30px; line-height: 34px; font-size: 13px; color:#00398b; text-shadow:-0.5px 0px 0px #a3aeca; position: relative; padding-right: 20px;}
.invest-labels .labels .packup-bt:before{content: '收起';}
.invest-labels .labels .packup-bt:after{content:'';width: 15px; height: 15px; overflow: hidden; background: url(../images/icon2.png) -17px -1718px no-repeat; position: absolute; top: 9px; right: 3px;}
.invest-labels .labels .unfold-bt:before{content: '更多';}
.invest-labels .labels .unfold-bt:after{content:'';width: 15px; height: 15px; overflow: hidden; background: url(../images/icon2.png) -17px -1672px no-repeat; position: absolute; top: 9px; right: 3px;}
.invest-labels .labels .title{margin:4px 0; float:left; color:#808080; font-size:12px; text-indent:0.5em; padding-right:5px; line-height:26px;padding: 0px;}
.invest-labels .labels .title.search-title{margin:12px 0; float:left;}
.invest-labels .labels li{list-style-type:none; float:left; margin:0 9px; font-size:13px; color:#00398b; line-height:34px; height:30px;}
.invest-labels .labels li input.time{color:#00398b; cursor: pointer;}
.invest-labels .labels li a{color:#00398b;}
.invest-content .index-left .item{width:290px; float:left; margin:0 20px 29px 0;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; background-color:#fff;box-shadow:4px 4px 0px #cfcece; -webkit-box-shadow:4px 4px 0px #cfcece; -moz-box-shadow:4px 4px 0px #cfcece;}
.invest-content .index-left .item:nth-child(3n){margin-right:0;}
.invest-content .index-left .item .item-header{height:124px; width:290px; line-height:124px; font-size:24px; white-space:nowrap; overflow:hidden; display:block; text-overflow:ellipsis;}
.invest-content .index-left .item .item-header .item-img{ width:90px; height:90px; border:1px solid #ddd; border-radius:45px; -webkit-border-radius:45px; -moz-border-radius:45px; float:left; margin:20px 10px 10px 20px; overflow:hidden;}
.invest-content .index-left .item .item-content{width:250px; padding:0 20px;}
.invest-content .index-left .item .item-content .item-text{line-height:30px; height:90px; color:#969595; font-size:14px;}
.invest-content .index-left .item .item-content .place-time{height:24px; line-height:24px;text-indent:20px; margin:15px 0; font-size:14px;}
.invest-content .index-left .item .item-content .place{float:left;  background:url(../images/icon.png) -15px -16px no-repeat;}
.invest-content .index-left .item .item-content .time{float:right;  background:url(../images/icon.png) -15px -1055px no-repeat;}
.invest-content .index-left .item .item-footer .item-navs{width:290px; height:36px; border-top:1px solid #e1e1e1; background-color:#f2f0f0;}
.invest-content .index-left .item .item-footer .item-navs li{list-style-type:none; width:96px; float:left; text-align:center; line-height:36px; cursor:pointer;}
.invest-content .index-left .item .item-footer .item-navs li.active{background-color:#fff;}
.invest-content .index-left .item .item-footer .item-labels li{list-style-type:none; height:60px; display:none; width:290px; overflow:hidden;}
.invest-content .index-left .item .item-footer .item-labels li.active{display:block;}
.invest-content .index-left .item .item-footer .item-labels li .label{width:80px; height:20px; font-size:12px; border:1px solid #ddd; text-align:center; line-height:20px; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; float:left; margin:18px 7px;}
.invest-labels .invest-search{width:380px; height:35px; margin:8px 16px 8px 0; border:1px solid #bfbfbf; overflow:hidden; float:left;}
.invest-labels .invest-search .search-text{width:325px; height:35px; border:none; float:left; text-indent:1em;}
.invest-labels .invest-search .search-bt{width:55px; height:35px; border:none; float:left; cursor:pointer; background:url(../images/icon2.png) 4px -858px no-repeat #4e6ef2;}
.invest-pages {max-height:102px; clear:both;margin:0 auto; width:100%; overflow:hidden; text-align:center;}
.invest-pages .pages{ background:none; border:none;display:inline-block;}
.labels .radio-box{position:relative; padding-left:28px; float:left; width:auto; height:25px; margin:14px 4px;  font-size:14px; line-height:25px; color:#00398b;}
.labels .radio-box input[type=radio]{ top:8px; left:10px;  position:absolute; display:none;}
.rz-enterprise{float: right; color: #FFF; font-size: 14px; line-height:40px; position: absolute; top:0; right: 20px;}
.labels .radio-box label{ top:4px; left:4px; width:20px; height:20px; position:absolute; background:url(../images/header-icon.png) -4px -462px no-repeat;}
.labels .radio-box input[type=radio]:checked + label{background:url(../images/header-icon.png) -4px -482px no-repeat;}
.invest-search-result{width:920px; display:inline-table;}
.invest-search-result ul{width:920px; list-style-type:none; background-color:#fff;}
.invest-search-result .nav {width:920px; height:42px;}
.invest-search-result .nav li{width:305px; height:40px; font-size:18px; line-height:40px; background-color:#e8e8e8; float:left; text-align:center; border:1px solid #adadad; border-right:none; cursor:pointer;}
.invest-search-result .nav li.active{background:#4e6ef2;}
.invest-search-result .nav li:last-child{border-right:1px solid #adadad;}
.invest-search-result .nav li.active{color:#fff;}
.invest-search-result .items {width:920px;  height:1505px;}
.invest-search-result .items .item-child{display:none;}
.invest-search-result .items .item-child.active{display:block;}
.invest-search-result .items .item-child .seach{width:880px;padding:0 20px;}
.invest-search-result .items .item-child .seach li{width:880px; height:190px; padding-bottom:10px; border-bottom:1px dashed #c5c5c5;}
.invest-search-result .items .item-child .seach li .img-name{padding:20px 0 0 10px; line-height:92px; height:92px;}
.invest-search-result .items .item-child .seach li .img{width:90px; height:90px; border:1px solid #f2f0f0; float:left;}
.invest-search-result .items .item-child .seach li .name{font-size:24px; text-indent:15px; height:92px; float:left;}
.invest-search-result .items .item-child .seach li .name span{color:#a23a3a; padding-left:15px; font-size:14px;}
.invest-search-result .items .item-child .seach li .text{height:80px; padding:0 15px; width:850px; font-size:14px; position:relative; overflow:hidden; line-height:40px;color:#969595;}
.invest-search-result .items .item-child .seach li .text a{color:#969595;}
.invest-search-result .items .item-child table{font-size:12px; text-align:center; padding-top:30px;	}
.invest-search-result .items .item-child table th{font-size:12px; color:#4b4b4b; line-height:32px; font-weight:normal; background-color:#e2e2e2;}
.invest-search-result .items .item-child table tr:nth-child(odd){background-color:#eff8fd;}
.invest-search-result .items .item-child table tr td{border-bottom:1px solid #e2e2e2;}
.invest-search-result .items .item-child table tr td:nth-child(1) div{width:280px; padding:0 20px; font-size:14px;}
.invest-search-result .items .item-child table tr td:nth-child(2) div{width:90px;}
.invest-search-result .items .item-child table tr td:nth-child(3) div{width:120px; font-size:24px; color:#ea544a;}
.invest-search-result .items .item-child table tr td:nth-child(3) div.no{color:#989898;}
.invest-search-result .items .item-child table tr td:nth-child(4) div{width:100px;}
.invest-search-result .items .item-child table tr td:nth-child(5) div{widtoh:70px;}
.invest-search-result .items .item-child table tr td:nth-child(6) div{width:180px; padding:0 20px;}
.invest-search-result .items .item-child .invest-pages{height:98px;}
/*筛选*/
.invest-filter{width:100%; margin-top:20px; height:32px;}
.invest-filter>.filters{line-height:30px; height:32px; margin-left:1px;float:left; }
.invest-filter>.filters>a{font-size:14px;color:#808080; padding:0 15px; background-color:#fff; float:left; border:1px solid #ddd; position:relative; margin-left:-1px;-webkit-transition: all 0s linear;-moz-transition: all 0s linear; -ms-transition: all 0s linear;-o-transition: all 0s linear;transition: all 0s linear;}
.invest-filter>.filters>a.active{color:#fff; background-color:#4e6ef2; border-color:#4e6ef2; z-index:2;}
.invest-filter>.filters>a.active:hover{color: #fff;}
.invest-filter>.filters>a:hover{z-index: 2; border-color: #4e6ef2; color:#4e6ef2;}
.invest-filter>.filters>a>.icon{width: 20px; height: 30px; line-height: 30px; background: url(../images/icon5.png) -13px -809px no-repeat; display: inline-block; vertical-align: top;}
.invest-filter>.filters>a:hover>.icon{background-position: -13px -858px;}
.invest-filter>.filters>a.active>.icon{background-position: -13px -908px;}
.invest-filter>.fileter-pages{float:right;line-height:30px; height:32px;}
.invest-filter>.fileter-pages>.page{font-size:13px; float:left; padding:0 10px; line-height:32px; color:#808080;}
.invest-filter>.fileter-pages>.page>em{color:#4e6ef2;}
.invest-filter>.fileter-pages>.btn{width:64px; height:30px; border:1px solid #ddd; float:left; position:relative; background-color:#fff;}
.invest-filter>.fileter-pages>.btn.no-drop{cursor:no-drop; background-color:#f8f8f8;}
.invest-filter>.fileter-pages>.btn.next{margin-left:-1px;}
.invest-filter>.fileter-pages>.btn.next:before{content:""; position:absolute; top:9px; left:29px; border-left:6px solid #d7d7d7; border-top:6px solid transparent; border-bottom:6px solid transparent; border-right:0;}
.invest-filter>.fileter-pages>.btn.next:after{content:""; position:absolute; top:9px; left:27px; border-left:6px solid #fff; border-top:6px solid transparent; border-bottom:6px solid transparent; border-right:0;}
.invest-filter>.fileter-pages>.btn.next.no-drop:after{border-left:6px solid #f8f8f8;}
.invest-filter>.fileter-pages>.btn.prev:before{content:""; position:absolute; top:9px; left:29px; border-right:6px solid #d7d7d7; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:0;}
.invest-filter>.fileter-pages>.btn.prev:after{content:""; position:absolute; top:9px; left:31px; border-right:6px solid #fff; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:0;}
.invest-filter>.fileter-pages>.btn.prev.no-drop:after{border-right:6px solid #f8f8f8;}
/*-----------------------------------------------投资机构 end----------------------------------------------------------------------*/
.famous-investor{width:1220px; text-align:center; margin-top:40px;}
.investor .titlein{background-color:#e0e0e0;}
.investor h1{font-size:24px; line-height:60px; height:50px; font-weight:400; letter-spacing:1px; text-shadow:-0.8px 0px 0px #00398b; color:#00398b; margin:0;}
.investor p{font-size:14px; line-height:20px; height:35px; color:#00398b;}
.famous-investor ul{width:1190px; list-style-type:none; display:inline-table; margin:0 auto; background-color:#000; position:relative;}
.famous-investor ul:hover li{ opacity:.6;}
.famous-investor ul:hover li:hover{ opacity:1;}
.famous-investor li{width:85px; height:85px; float:left; position:relative; z-index:1; cursor:pointer; opacity:1; }
.famous-investor li img{ position:absolute; width:85px; height:85px;}
.famous-investor li .album_info{ position:absolute; width:auto;  height:127px; background-color:#4e6ef2; box-shadow:3px 3px 6px #000; display:none;}
.famous-investor li .album_info .name{font-size:28px;color:#fff; width:200px; height:60px; line-height:60px;   float:left; }
.famous-investor li .album_info .name a{color:#fff;}
.famous-investor li .album_info .text{font-size:16px;color:#fff; float:left; width:200px; line-height:25px; height:50px;-webkit-line-clamp:2;}
.recommend-investor{text-align:center; margin-top:40px;}
.recommend-investor>ul{width:1220px; display:inline-table; list-style-type:none; position:relative;}
.recommend-investor>ul>li{width:235px; height:280px; background-color:#fff; border-bottom:5px solid #fff; float:left; position:relative; padding:65px 25px 25px 25px; margin:80px 20px 10px 0;}
.recommend-investor>ul>li:hover{border-bottom:5px solid #9c2222;}
.recommend-investor>ul>li .img{width:110px; height:110px; border:10px solid #fff; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; position:absolute; top:-65px; left:77px; overflow:hidden;}
.recommend-investor>ul>li .name{width:235px; height:45px; line-height:45px; font-size:24px;}
.recommend-investor>ul>li .firm{ width:235px; height:40px; font-size:16px; color:#a23a3a;}
.recommend-investor>ul>li .firm a{color:#a23a3a;}
.recommend-investor>ul>li .text{width:235px; text-align:left; height:175px; line-height:35px; -webkit-line-clamp:5; font-size:14px; color:#8a8989; text-shadow:0px 0px 1px #ddd;}
.recommend-investor>ul>li .text a{color:#8a8989;}
.recommend-investor .investor-prev{ cursor:pointer; width:72px; height:72px; position:absolute; top:50%; margin-top:-36px; left:-100px; background:url(../images/icon4.png) -115px -15px no-repeat;	}
.recommend-investor .investor-prev:hover{background-position:-14px -15px;}
.recommend-investor .investor-next{ cursor:pointer; width:72px; height:72px; position:absolute; top:50%; margin-top:-36px; right:-100px; background:url(../images/icon4.png) -114px -116px no-repeat;}
.recommend-investor .investor-next:hover{background-position:-13px -116px;}
.new-investor{text-align:center; margin:40px 0;}
.new-investor ul{width:1220px; display:inline-table; list-style-type:none; background-color:#ffffff; padding-bottom:20px;}
.new-investor li{width:210px; height:120px; margin:20px 14px 0px 14px; float:left; background-color:#fff; padding:20px 30px 10px 30px; border:1px solid #f2f2f2;}
.case-prmo{line-height:80px; text-align:left; position:relative; width:100%; height:80px; float:left; color:#666;}
.new-investor li .img{ width:100px; height:100px; margin-top:5px; float:left;}
.new-investor li .name{float:left; width:75px; margin-left:20px; height:80px;  font-size:24px; text-align:left; padding-top:20px;color:#acabab;}
.new-investor li .name span{font-size:16px;color:#acabab;}
.new-investor li .name span a{ color:#acabab;}
/*-----------------------------------------------投资人 end----------------------------------------------------------------------*/
.invest-case{width:1160px; padding:20px; padding-bottom:20px;background-color:#fff; text-align:left;}
.invest-case .invest-labels{width: 1080px; margin:0 40px 20px 40px; padding:10px 0 30px 0; border-bottom: 1px dashed #f8f8f8;}
.invest-case .invest-labels .labels{width: 1080px; padding:0;}
.invest-case .invest-labels .labels ul{width: 998px;}
.invest-case .invest-labels .labels .title{font-size: 14px;}
.invest-case>li{display:inline-block; position:relative;  text-indent:10px; line-height:97px; height:97px; text-align:left;width:145px; padding-left:105px; margin:15px 0px 15px 40px; font-size:16px;text-indent:0; padding-bottom: 10px; }
.invest-case li .img{ position:absolute; left:0; top:0; margin:0; padding:0; text-indent:0; width:95px; height:95px; text-align: center; border: 1px solid #f3f1f1;}
.invest-case li .img img{display: inline-block; vertical-align: middle; max-width: 70px; max-width: 70px;}
.invest-case.no-mar{margin:0;}
.invest-case table{border:1px solid #d0d0d0;}
.invest-case thead{height:44px; background-color:#e2e2e2; font-size:16px; color:#4b4b4b; font-weight:normal;}
.invest-case tr td,.invest-case tr th{border-bottom:1px solid #eee;}
.invest-case thead th{ font-weight:normal;}
.invest-case tbody tr{height:80px; line-height:80px;}
.invest-case tbody tr td:nth-child(1) div{width:150px; position:relative; padding-left:60px; margin:16px 0px 16px 80px; text-indent:10px; line-height:50px; height:50px; font-size:18px; text-align:left;}
.invest-case tbody tr td:nth-child(2) div{width:140px; color:#ea544a; font-size:30px; }
.invest-case tbody tr td:nth-child(2) div a{color:#ea544a;}
.invest-case tbody tr td:nth-child(2) div span{color:#989898;}
.invest-case tbody tr td:nth-child(3) div{width:140px; font-size:16px;}
.invest-case tbody tr td:nth-child(4) div{width:190px; font-size:16px;}
.invest-case tbody tr td:nth-child(5) div{width:268px; padding:0 20px; font-size:16px;}

.invest-case.wad tbody tr td:nth-child(1) div{color:#000; width:220px; padding-left:60px; margin:15px 0px 15px 40px; font-size:25px;text-indent:0; }
.invest-case tbody tr td:nth-child(1) div .img{ position:absolute; left:0; top:0; margin:0; padding:0; text-indent:0; width:50px; height:50px; background:url(../images/loading.png) center no-repeat;}
.invest-case.wad tbody tr td:nth-child(2) div{width:120px; font-size:16px; }
.invest-case.wad tbody tr td:nth-child(3) div{width:140px; }
.invest-case.wad tbody tr td:nth-child(3) div a{color:#ea544a;}
.invest-case.wad tbody tr td:nth-child(3) div span{color:#989898;}
.invest-case.wad tbody tr td:nth-child(4) div{width:350px; font-size:16px;}
.invest-case.wad tbody tr td:nth-child(5) div{width:120px; font-size:16px;}
.invest-case.wad tbody tr td:nth-child(6) div{width:268px; padding:0 20px; font-size:16px;}
.invest-case.wad tbody tr:nth-child(2n){background-color:#eff8fd;}
.invest-case-pages{ background:none; border:none; margin-bottom:20px; margin:0 auto;}
/*-----------------------------------------------投资案例 end----------------------------------------------------------------------*/
.organization-detali{background:url(../images/invest-back.jpg) center no-repeat; no-repeat; width:100%; min-width:1220px; overflow:hidden; height:350px;}
.organization-case-detali{ background:none;width:100%; overflow:hidden; height:90px;}
.invest-detali{ display:inline-table; color:#4b4b4b; font-size:18px; }
.invest-detali .img{width:180px; height:60px; float:left; margin:40px 44px 0 34px; border:4px solid rgba(19,53,114,.35); overflow:hidden; background-color: #fff;}
.invest-detali .text{float:left; width:660px; border-top-left-radius:25px; border-bottom-right-radius:300px; }
.invest-detali .text table{width:100%;}
.invest-detali .text .name{line-height:86px; height:68px; width:auto; margin-right:20px; color:#fff; font-size:22px; float:left;}
.invest-detali .text .name .link{width: 50px; height: 50px; margin-top: 17px; display: inline-block; vertical-align: top; background:url(../images/icon2.png) 0px -5500px no-repeat;}
.invest-detali .text .intro{float:left; width:auto;  height:25px; padding-top:42px;}
.invest-detali .text table{clear:both; color:#fff;}
.invest-detali .text td{height:24px; font-size:14px; line-height:24px;}
.invest-detali .text td.site .icon{width: 20px; margin-left: 2px; height: 20px; display: inline-block; vertical-align: middle; background:url(../images/icon2.png) -12px -4314px no-repeat;}
.invest-detali .text td a{color:#fff;}
.invest-detali .text td .tzhy{width:580px; color:#fff;}
.invest-detali .text .orgsmapbt{float:left; height:25px;}
.invest-detali-box{margin:20px auto 50px auto; width:1220px; }
.invest-detali-box .intro{width:1220px; background-color:#fff; min-height:80px;}
.invest-detali-box .intro.in-2{margin-top: 20px;}
.invest-detali-box .intro>h2{ height:35px;  position:relative; line-height:35px; color:#163474; border:1px solid #c8c8c8; border-left:10px solid #dc322a; letter-spacing:3px; text-indent:25px;  font-size:24px;}
.invest-detali-box .intro>h2:before{content:''; width:10px; height:37px; position:absolute; background-color:#dc322a; left:-10px;top:-1px;}
.invest-detali-box .intor-more{font-size:14px; color:#163474; float:right; line-height:60px; margin-right:30px; font-weight:normal;}
.invest-detali-box .intro .text{padding:30px; line-height:35px; font-size:16px; color:#757575; position: relative;}
.invest-detali-box .intro .text a.lookMore{width: 1220px; display: none; color: #a2a2a2; position: absolute; bottom: 0; left: 0; height: 90px; text-align: center; line-height: 50px; background-color: #fff;}
.invest-detali-box .intro .text a.lookMore:before{content: ""; width: 50px; height: 50px; position: absolute; top:25px; left: 50%; margin-left: -25px;background: url(../images/icon2.png) 0px -5550px no-repeat;}
.invest-detali-box .intro .text.astrictHeight{max-height: 360px; overflow: hidden;padding-bottom:90px;}
.invest-detali-box .intro .text.astrictHeight a.lookMore{display: block;}
.invest-detali-box .intro .text span{color:#0d0d0d;}
.invest-detali-box .intro .text .idea-table .left{text-align: right;width:100px;padding-right: 20px;}
.invest-detali-box .classify{width:1220px;height:60px; margin-top:30px; border-bottom:1px solid #eee; font-weight:bold; position:relative; background-color:#fff; letter-spacing:2px; text-indent:25px; z-index:1;line-height:60px; color:#163474; font-size:18px;}
.invest-detali-box .classify:before{content:''; width:3px; height:18px; position:absolute; background-color:#dc322a; left:0px;top:21px;}
.invest-detali-box .classify .like-btn{position:absolute; top:20px; right:30px; width:25px; height:25px;  background: url(../images/icon2.png) -7px -1962px no-repeat; transition:all 0s ease; -webkit-transition:all 0s ease;}
.invest-detali-box .classify .like-btn.no{background-position: -8px -2064px;}
.invest-detali-box .recommend-investor{margin-top:0;}
.invest-detali-box .viewpoint{width:1170px; padding:0 15px; background-color:#fff; margin-top:40px;}
.invest-detali-box .viewpoint ul{list-style-type:none;}
.invest-detali-box .viewpoint ul li{width:1120px; padding:0 25px; height:85px; border-bottom:1px dashed #cacaca; line-height:85px; font-size:24px;}
.invest-detali-box .viewpoint ul li:last-child{border-bottom:none;}
.invest-detali-box .viewpoint ul li .pull-left{width:960px;}
.invest-detali-box .viewpoint ul li .pull-right{font-size:14px;}
.invest-detali-box .information{background-color:#fff;}
.invest-detali-box .information .trends-list.list{width: 100%;}
.invest-detali-box .information .trends-list .box{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 210px; -ms-box-sizing: border-box;}
.invest-detali-box .information .trends-list.list.rect{display: inline-table; vertical-align: top; border:none;}
.invest-detali-box .information .trends-list.list.rect .box{width: 600px; float:left; border-bottom:1px solid #eee;}
.invest-detali-box .information .trends-list.list.rect .box:nth-child(odd){border-right: 1px solid #eee;}
.invest-detali-box .information .trends-list.list.rect .box h2{height: 48px; line-height: 24px; -webkit-line-clamp:2; margin-bottom: 12px; position: relative;}
.invest-detali-box .information .trends-list.list.rect .box h2.list05{background-position: -23px -1862px;}
.invest-detali-box .information .trends-list.list.rect .box h2 a:before{content: ""; z-index: -1; width: 100%; height: 24px; top:24px; background-color: #fff; position: absolute; left: 0;}
.invest-detali-box .information .trends-list.list.rect .texts p{line-height: 22px; height:66px;}
.invest-detali-box .information .trends-list.list.rect .box .info{ margin-top: 12px;}
.invest-detali-box .information li{width:1120px;padding:25px 40px 20px 40px; }
.invest-detali-box .information li:last-child{border-bottom:none;}
.invest-detali-box .information li .article .title{font-size:18px; }
.invest-detali-box .information li .article .author{font-size:14px;}
.invest-detali-box .information li .article .author .comment{font-size:14px; line-height:14px;}
.invest-detali-box .information li .article .author .like{line-height:14px;}
.invest-detali-box .information li .article .author .like i{padding-right:5px;}
.detali-investro .recommend-investor{ height:auto;}
/*-----------------------------------------------投资机构详情 end----------------------------------------------------------------------*/
.investor-date{display:inline-table; position: relative; height:235px; margin-top:60px; width:100%;}

.investor-date .investor-prev{ cursor:pointer; width:50px; height:50px; position:absolute; top:50%; margin-top:-36px; left:-60px; background:url(../images/icon2.png) 0px -4700px no-repeat;	}
.investor-date .investor-next{ cursor:pointer; width:50px; height:50px; position:absolute; top:50%; margin-top:-36px; right:-60px; background:url(../images/icon2.png) 0px -4750px no-repeat;}


.investor-date .portrait{width:140px; height:140px; float:left; margin: 30px 44px 0 34px; border: 4px solid rgba(19,53,114,.35);overflow:hidden; background-color: #fff;}
.investor-date .info{float:left; width:660px; border-top-left-radius:25px; border-bottom-right-radius:300px; }
.investor-date .info .row-name{height:36px; padding:16px 0; font-size:20px; color:#fff; line-height:36px;}
.investor-date .info .row-name .up-box{float:right; padding-left:30px; line-height:25px; height:25px; border:1px solid #4e6ef2; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; font-size:14px; text-align:center; color:#4e6ef2; margin-top:15px; padding-right:5px;background:url(../images/icon.png) -9px -1464px no-repeat;}
.investor-date .info .row-name .name{ padding-right:14px; width:auto; float:left; line-height:44px; height:40px; letter-spacing:10px; font-size:22px;}
.investor-date .info .row-name i{ background-image:url(../images/icon.png); padding-right:15px; background-repeat:no-repeat; float:left; width:25px; height:36px; position:relative;font-style: inherit;}
.investor-date .info .row-name i.vip{ background-position:-12px -1152px;}
.investor-date .info .row-name i.vip-no{background-position:-12px -1300px;}
.investor-date .info .row-name i.weibo{ background-position:-16px -362px;}
.investor-date .info .row-name i.weibo-no{ background-position:-13px -889px;}
.investor-date .info .row-name i.weixin{ background-position:-13px -398px;}
.investor-date .info .row-name i.weixin-no{ background-position:-13px -944px;}
.investor-date .info .row-name .post{background-position:-17px -1252px;padding:0 20px; width:auto; height:40px; float:left;background-image:url(../images/icon.png); background-repeat:no-repeat; font-size:14px; color:#fff; line-height:46px;}
.investor-date .info .row-site,.investor-date .info .row-trade,.investor-date .info .row-style{ color:#Fff; width:660px; overflow:hidden;line-height:28px; font-size:14px;}
.investor-date .info .row-site span{ width:auto; height:20px; line-height:20px; font-size:14px; float:left;}
.investor-date .info a{color:#Fff;}
.investor-date .info .row-trade span{ line-height:20px; font-size:14px;}
.investor-date .info .row-trade span.label{padding:1px 8px; margin:0 10px 0 5px;  }
.invest-detali{position: relative; width:1220px; height:235px; margin-top:60px;}
.invest-detali .investor-prev{ cursor:pointer; width:50px; height:50px; position:absolute; top:50%; margin-top:-36px; left:-60px; background:url(../images/icon2.png) 0px -4700px no-repeat;	}
.invest-detali .investor-next{ cursor:pointer; width:50px; height:50px; position:absolute; top:50%; margin-top:-36px; right:-60px; background:url(../images/icon2.png) 0px -4750px no-repeat;}
.invest-detali-bts{width:182px; height:175px; float:right; margin:56px 110px 0 0;}
.invest-detali-bts .bt1{float:left; width:180px; font-size:16px; height:46px; line-height:48px; text-align:center;background-color:rgba(255,255,255,0.2); color:#Fff; border:1px solid #f9fafa; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.invest-detali-bts .bt1 .text1{padding:10px 25px 10px 53px; background:url(../images/icon2.png) -8px -3404px no-repeat; letter-spacing:4px;}
.invest-detali-bts .bt1 .text2{display:none; color:#000;}
.invest-detali-bts .bt1:hover {background-color:#f7f8f8;}
.invest-detali-bts .bt1:hover .text1{display:none;}
.invest-detali-bts .bt1:hover .text2{display:block;}
.invest-detali-bts .bt2{float:left; width:180px; margin-top:30px; font-size:16px; height:46px; line-height:46px; text-align:center; background-color:#d24141; color:#Fff; border:1px solid #d24141; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.invest-detali-bts .bt2.no{background-color: #9b9b9b; opacity: 0.5; border-color: #9b9b9b;}
.invest-detali-bts .bt2:before{content:""; display: inline-block; vertical-align: top; width:27px; height: 46px; background:url(../images/icon2.png) -16px -3449px no-repeat;}
/*-----------------------------------------------投资人详情 end----------------------------------------------------------------------*/
.intro-case-box{width:1220px; padding:20px 0 75px 0; background-color:#fff;}
.intro-case-box h1{ line-height:100px; border-bottom:1px solid #f2f0f0; font-size:24px; text-align:center; width:1220px; font-weight:normal; text-shadow:0px 0px 1px #ddd;}
.intro-case-box table{ margin:40px auto;}
.intro-case-box tr td{padding:15px 0;}
.intro-case-box .case-box{width:960px; padding:0 120px;}
.intro-case-box .case-box .case-name img{vertical-align: middle;}
.intro-case-box .case-box .case-name {font-size: 100px;text-align: center;}
.intro-case-box .case-box h1{border-bottom:none; border-left:7px solid #4e6ef2; height:34px; padding:0; text-indent:0.5em; margin:33px 0; line-height:34px; text-align:left;}
.intro-case-box .case-box p{line-height:45px; font-size:16px;}
.intro-case-box .case-box span{ line-height:100px;}
table.case-info .img{width:200px; height:200px; margin:85px 0 0 70px;}
table.case-info tr td{line-height:50px; height:50px; text-shadow:0px 0px 1px #ddd;}
table.case-info tr td span{font-size:30px; color:#4e6ef2; }
table.case-info tr:nth-child(1) td{height:100px; font-size:20px; display:table-cell; padding-bottom:6px;}
table.case-info tr td:nth-child(2) div{ padding-right:15px;    padding-top: 37px;}
/*-----------------------------------------------投资案例详情 end----------------------------------------------------------------------*/
.invest-detali-box .information.mn{margin-top:0;}
.invest-detali-box .search-no-result{width:1220px; height:220px; text-align:center; line-height:50px; font-size:14px;}
.invest-detali-box .search-no-result i{width:150px; height:110px; margin:20px 525px; float:left; background:url(../images/search_no_result.jpg) no-repeat; }
/*-----------------------------------------------投资理念详情 end----------------------------------------------------------------------*/
.investment-nav{width:165px; height:1110px; border-right:1px solid #d7e1e5; margin-right:34px; float:left; position:relative; z-index:1;}
.investment-nav .items{width:165px; height:125px; margin:0 auto;}
.investment-nav .item{ width:164px; height:58px; border:1px solid #d1d1d1; border-right:0; cursor:pointer; float:left; line-height:56px; font-size:16px; color:#686868;  background-color:#fff; position:relative; z-index:2;}
.investment-nav .item:hover,.investment-nav .item.active{width:165px;right:0px;}
.investment-nav .item:first-child{margin:20px 0 5px 0;}
.investment-nav .item i{width:40px; height:50px; background-image:url(../images/icon3.png); float:left; margin:3px 0px 3px 18px; background-repeat:no-repeat; }
.investment-nav .item a{color:#666; display:block}
.investment-nav .item.active a,.investment-nav .item:hover a{color:#4e6ef2;}
.investment-nav .item .personal{background-position:-57px -204px;}
.investment-nav .item .organization{background-position:-56px -153px;}
.investment-nav .item.active .personal,.investment-nav .item:hover .personal{background-position:-6px -204px;}
.investment-nav .item.active .organization,.investment-nav .item:hover .organization{background-position:-5px -153px;}
.personal_organization_investment .personal-box{width:900px; margin:0 50px; float:left;}
.personal_organization_investment .personal-box.user{margin:70px 0 0 120px;}
.personal_organization_investment .personal-box input[type='text'],.personal_organization_investment select{width:253px; height:53px; border:1px solid #d1d1d1; background-color:#fbf9fa;font-size:16px; text-indent:0.5em; line-height:53px;}
.personal_organization_investment .personal-box .title{font-size:16px; color:#686868; text-shadow:0px 0px 1px #ddd; height:45px; float:left; line-height:45px; margin:30px 0; width:900px; border-bottom:1px solid #d7e1e5;}
.personal_organization_investment .labels{ height:376px;}
.personal_organization_investment .labels span{width:255px; float:left;color:#d1d1d1; line-height:50px;}
.personal_organization_investment textarea{width:540px; height:440px;border:1px solid #d1d1d1; background-color:#fbf9fa;font-size:16px; padding:10px;}
.personal_organization_investment .checkboxLabel{width:76px; height:22px; position:relative; float:left; margin:0 10px 10px 0;}
.personal_organization_investment .checkboxLabel label{width:74px; height:20px; border:1px solid #d1d1d1; cursor:pointer; text-align:center; line-height:20px; background-color:#fdfdfd; position:absolute; top:0; left:0; font-size:14px; color:#d1d1d1; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; overflow:hidden;}
.personal_organization_investment .checkboxLabel input[type=checkbox]{position:absolute; top:5px; left:5px;}
.personal_organization_investment .checkboxLabel input[type=checkbox]:checked + label{background-color:#4e6ef2; color:#fff;}
.personal_organization_investment .presonal-bt-box{width:225px; height:60px; margin:0 auto 50px auto;}
.personal_organization_investment .presonal-bt-box .presonal-bt{width:230px; height:50px; background-color:#740909; color:#fff; letter-spacing:30px; cursor:pointer; text-indent:30px; font-size:18px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.investment-protocol-box{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.7); z-index:100000; display:none;}
.investment-protocol{width:580px; height:630px; padding-left:265px; border:10px solid rgba(0,0,0,.9); position:absolute; top:50%; left:50%; margin:-315px 0 0 -412px; background:url(../images/protocol.jpg) 0 0 no-repeat #f4f4f4;}
.investment-protocol h2{width:580px; height:80px; line-height:80px; text-align:center; font-size:20px; font-weight:normal; background-color:#fff;}
.investment-protocol h3{font-size:20px; line-height:50px; text-align:center; width:580px; color:#dd2d2d; font-family:'华文行楷'; font-weight:normal;}
.investment-protocol .text{ padding:10px 20px 0 20px; width:540px; height:425px; overflow-y:auto;}
.investment-protocol p{font-size:14px; color:#666;  line-height:18px;}
.investment-protocol p em{ font-style:normal; color:#c04853; padding:0 2px;}
.investment-protocol p.f_f60{color:#4e6ef2;}
.investment-protocol .protocol-bt-no,.investment-protocol .protocol-bt-ok{width:120px; height:35px; float:left; background-color:#666; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; line-height:35px; text-align:center; color:#fff; font-size:18px; margin:5px 0 0 115px; cursor:pointer; }
.investment-protocol .protocol-bt-ok{letter-spacing:10px; text-indent:10px; background-color:#4e6ef2;}
/*-----------------------------------------------我要投资-个人 end----------------------------------------------------------------------*/
.personal_organization_investment .time.Wdate{background:url(../images/icon2.png) 205px -598px no-repeat #fbf9fa;}
.personal_organization_investment .file-update .uploadify-button {background:#740909 !important; font-size:16px; text-align:center; color:#fff; text-decoration:none; border-radius:10px;}
.personal_organization_investment .file-update{width:180px; margin-right:15px; float:left;}
.personal_organization_investment .file-update span{font-size:12px; color:#de2c45; padding:10px 0 0 5px; float:left;}
.personal_organization_investment .file-update p{font-size:12px;}
.personal_organization_investment .file-update-img{width:60px; height:60px; float:left; overflow:hidden; position:relative;}
.personal_organization_investment .file-update-img img{width:60px; height:60px;}
.personal_organization_investment .checkbox-stage{padding-left:25px; position:relative; line-height:20px; height:20px;}
.personal_organization_investment .checkbox-stage input[type=checkbox]{position:absolute; top:3px; left:3px;}
.personal_organization_investment .checkbox-stage label{ height:18px; padding:0 9px; border:1px solid #d1d1d1; top:0; left:0; position:absolute; background-color:#fff; cursor:pointer;}
.personal_organization_investment .checkbox-stage label i{width:18px; height:18px; float:left; background:url(../images/icon2.png) -15px -765px no-repeat; display:none; position:absolute; top:0; left:0;}
.personal_organization_investment .checkbox-stage input[type=checkbox]:checked + label i{display:block;}
/*-----------------------------------------------个人资料完善-投资 end----------------------------------------------------------------------*/
.schedule-information .assig input[type=text],.schedule-information .assig select,.schedule-information .assig textarea{ width:348px; height:50px;text-indent:1em; line-height: 50px; border:1px solid #d1d1d1; font-size:16px; background-color:#f9f9f9;}
.schedule-information .assig select{ line-height:50px; }
.schedule-information .assig textarea{width:1198px; height:188px;}
.schedule-information .assig table{margin:70px 0;}
.schedule-information .assig .button-next{margin:100px auto 0 auto; height:47px; float:none;}
.schedule-information.user-assig{margin:0 auto; border-top:none;}
.schedule-information.user-assig .assig-title{width:1220px; height:50px; line-height:50px; border-bottom:1px dashed #d1d1d1; font-size:18px; margin-top:40px;}
.schedule-information.user-assig .assig table{margin-top:25px;}
.schedule-information.user-assig .item{height:308px;}
.schedule-information.user-assig .button-next{width:225px; height:50px; line-height:50px; margin:0 auto;}
.schedule-information.user-assig .button-next input[type=button]{width:225px; height:50px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; font-size:18px; background-color:#4e6ef2; color:#fff; cursor:pointer;}
/*----------------------------------------------资料完善-转让 end----------------------------------------------------------------------*/
body.exponent{background:url(../images/exponent.jpg) top center repeat-y; background-size:cover; height:auto;}
.exponent-box{display:inline-table; margin-bottom:40px; width:1220px; position:relative;}
.exponent-left{width:230px; position:absolute; top:0; bottom:0; font-size:14px; background-color:#fff;}
.exponent-left .title{width:230px; height:45px; line-height:45px; text-align:center; font-size:16px; color:#585858; background-color:#eee;}
.exponent-left .day-exponent{width:200px; margin:0 auto; font-size:14px; color:#757575; margin-bottom:20px;}
.exponent-left .day-exponent em{color:#dc322a;}
.exponent-left .day-exponent em.orange{color:#ff9000;}
.exponent-left .day-exponent .box{height:123px;}
.exponent-left .day-exponent .box.line{border-bottom:1px solid #eee;}
.exponent-left .day-exponent .lt{width:100%; height:50px; line-height:50px;}
.exponent-left .day-exponent .num{width:100%; height:36px; line-height:36px; font-size:36px; color:#dc322a; text-align:center; font-weight:bold;}
.exponent-left .day-exponent .zl{float:left; line-height:35px;}
.exponent-left .day-exponent .zr{float:right; line-height:35px;}
.search-condition{width:200px; margin:20px auto; padding:15px 0; background-color:#eee;}
.search-condition .radio-box{position:relative;line-height:28px; padding-left:28px;}
.search-condition .radio-box input[type=radio]{ top:10px; left:10px; width:2px; height:2px; position:absolute; display:none;}
.search-condition .radio-box label{ top:4px; left:4px; width:20px; height:20px; position:absolute; background:url(../images/header-icon.png) -4px -462px no-repeat;}
.search-condition .radio-box select{ background-color:#eeeeee; color:#ccc; font-size:14px; margin-bottom:5px; padding:5px 0;}
.search-condition .radio-box input[type=radio]:checked + label{background:url(../images/header-icon.png) -4px -482px no-repeat;}
.search-condition .radio-box input[type=radio]:checked ~ select{color:#0d0d0d;}
.exponent-left .search-bt{width:200px; height:37px; margin:0 15px 20px 15px;background:url(../images/icon2.png) 75px -805px no-repeat #4e6ef2; cursor:pointer;}
.exponent-left p{ width:200px; margin:0 15px; padding-bottom:40px;}
.exponent-right{width:950px; float:right;}
.exponent-right ul{list-style-type:none; display:inline-table; vertical-align:top; border-bottom:1px solid #4e6ef2;}
.exponent-right .item-menu li{width:236px; height:45px; margin-right:2px; float:left; background-color:#ae1e16; text-align:center; line-height:45px; cursor:pointer; color:#fff;}
.exponent-right .item-menu li a{color:#fff; display:block; opacity:0.45; filter:alpha(opacity=45);}
.exponent-right .item-menu li.last{margin-right:0;}
.exponent-right .item-menu li.active{background-color:#4e6ef2;}
.exponent-right .item-menu li.active a{opacity:1; filter:alpha(opacity=100);}
.exponent-right .item-boxs li .box-child{ width:950px; height:360px; margin-top:5px; float:left; background-color:#fff; position:relative;}
.exponent-right .item-boxs li .box-child .title{font-size:14px; height:39px; line-height:39px; border-bottom:1px solid #d7d7d7; }
.exponent-right .item-boxs li .box-child .title .header-chart{font-size:14px; text-shadow:0px 0px 1px #ddd;}
.exponent-right .item-boxs li .box-child .title .header-chart span{font-size:16px;  padding: 0 20px;}
.exponent-right .item-boxs li .box-child .highcharts-container{width:900px; height:265px; margin:20px 0; float:left; position:relative;}
.exponent-right .item-boxs li .box-child .dws{float:left; width:50%; height:30px; line-height:30px; text-align:center; font-size:12px;}
.exponent-right .item-boxs li .box-child .highcharts-container.cr{width:400px; height:380px; padding:0 25px; margin:10px 0;}
.exponent-right .item-boxs li .box-child .highcharts-container02{width:390px; height:265px; float:right;}
.exponent-right .item-boxs li .box-child.c{height:470px;}
.exponent-right .item-boxs li .tag-boxs{float:left; margin-top:5px;}
.exponent-right .item-boxs li .tag-boxs .tags{height:40px; line-height:40px; background-color:#e0e0e0; border-bottom: 1px solid #4e6ef2; width:100%;}
.exponent-right .item-boxs li .tag-boxs .tags>a{width:50%; text-align:center; float:left; font-size:16px; color:#585858; transition:all 0s ease; -webkit-transition:all 0s ease;}
.exponent-right .item-boxs li .tag-boxs .tags>a.active{background-color:#4e6ef2; color:#fff;}
.exponent-right .item-boxs li .tag-boxs .box-child.active{display:block;}
.exponent-right .item-boxs li .tag-boxs .box-child{margin-top:0; display:none;}
.highcharts-legend{display:none;}
.saved_resource{width:950px; height:22px; background-color:#bf3c36; position:absolute; bottom:0; left:0;}
.saved_resource .sik{width:950px; position:absolute; height:22px; top:0; left:0; z-index:4;}
.saved_resource .sik-span{width:auto; position:absolute; top:0; height:22px; line-height:22px; font-size:12px; border-left:1px solid #fff; color:#fff; padding-left:10px;}
.saved_resource .sik-span-sim{width:auto; position:absolute; top:6px; height:10px; line-height:10px; font-size:16px; border-left:1px solid #fff; color:#fff; padding-left:10px;}
.saved_resource .sik1{left:0%; border-left:0;}
.saved_resource .sik2{left:33%;}
.saved_resource .sik3{left:66%;}
.saved_resource .sik4{right:0; border-left:0;padding-right:10px;}
.saved_resource.charts{width:100%; bottom:0; left:0; height:40px;}
.saved_resource.charts .sik{height:40px; width:100%;}
.saved_resource.charts .sik-span{height:40px; line-height:40px; font-size:16px; border-width:2px;}
.saved_resource.charts .sik-span-sim{height:20px; line-height:40px; top:8px; border-width:2px;}

.exponent-right .magnify{width:72px; height:30px; color:#fff; float:right; border-radius:5px; cursor:pointer; -webkit-border-radius:5px; -moz-border-radius:5px; font-size:14px !important; padding:0 0 0 40px !important; line-height:30px; background:url(../images/icon2.png) 0px -963px no-repeat #507585; text-shadow:none !important; margin:5px 5px 0 0;}
.highcharts-container .highcharts-axis text{ display:block;}
/******************************************放大*****************************/
.div-charts-box-ba{width:100%; height:100%; background-image:url(../images/bg_box.png); position:fixed; top:0; left:0; z-index:1000000; display:none;}
.div-charts-box{padding:0 5%;margin:0 5%; width:90%; top:50px;height:550px;background-color:#fff;display:inline-table; box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box; position:absolute; }
.div-charts-box .close{width:24px; height:24px; border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px; cursor:pointer; background-color:#000;color:#fff; line-height:24px; text-align:center; position:absolute; right:-12px; top:-12px;}
.div-charts-box .mouse-x{width:100%; height:1px; position:absolute; left:0; top:50px; z-index:99997; background-color:#7794a0;}
.div-charts-box .mouse-y{width:1px; height:100%; position:absolute; top:0; left:50px; z-index:99997; background-color:#7794a0;}
.div-charts-box .mouse-text{ position:absolute; z-index:99996; font-size:12px; line-height:20px; margin-top:-58px; margin-left:10px;  min-width:80px;  background-color:#dc322a; color:#fff; padding:5px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
.div-charts{ margin:0 auto; position:absolute; height:300px; cursor:move;}
.div-charts .path_y{position:absolute; width:100%; height:1px; background-color:#e1e1e1; left:0;}
.div-charts .path_y_text{position:absolute; width:45px; left:-50px; text-align:right; margin-bottom:-10px; padding-right:5px;}
.div-charts .path_x{position:absolute; width:1px; height:100%; background-color:#e1e1e1; }
.div-charts .path_x_text{position:absolute; bottom:-40px; width:100px; margin-left:-40px;}
.div-charts .ch-box{position:absolute; bottom:0; height:100%; z-index:99998;}
.div-charts .ch{position:absolute; background-color:#1f4f65; bottom:0; width:100%; height:0; transition:all 0.3s ease; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; border-right:1px solid #fff; z-index:99996;}
.highcharts-series circle{stroke:#ff9000 !important; fill:#fff !important;}
.highcharts-series path{stroke-width:1;display:none;}
.highcharts-series path:nth-child(4){display:block;}
.charts-pr{ height:80px;font-size:14px;  text-shadow:0px 0px 1px #ddd; margin-top:50px;}
.charts-pr span{font-size:18px;padding-right:20px;}

/******************************************放大 end*****************************/
/*----------------------------------------------会议活动-首页----------------------------------------------------------------------*/
.swi-img{width:1920px; height:415px; position:relative; left:50%; margin-left:-960px; overflow:hidden;}
.swi-img .swi-backcolor{position:absolute; width:10000px; height:415px; top:0; left:0; list-style-type:none;}
.swi-img .swi-backcolor li{float:left; width:1920px; height:415px; }
.swi-img .swi-con{ position:relative; margin:0 auto; width:1220px; height:415px;list-style-type:none;}
.swi-img .swi-con li{ position:absolute; top:80px; left:0; width:1220px; opacity:0; transition:all 1s ease; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; z-index:1;}
.swi-img .swi-con li.active{top:10px; opacity:1; z-index:2;}
.swi-img .swi-con li .slider-text{width:550px; margin-left:90px; margin-top:90px; float:left;}
.swi-img .swi-con li .slider-img{width:560px; float:left;}
.swi-img .swi-con li .slider-text h1{font-size: 46px;color: #FFF;font-weight: normal;line-height: 50px;}
.swi-img .swi-con li .slider-text h1 a{color:#fff;}
.swi-img .swi-con li .slider-text p {font-size: 16px;color: #FFF;margin-top: 10px;line-height: 30px;text-indent: 0px;width: 480px; padding-left: 5px; padding-top: 10px;}
.swi-img .swi-backcolor li:nth-child(1){ background-color:#3ebcd5;}
.swi-img .swi-backcolor li:nth-child(2){ background-color:#40c6bb;}
.swi-img .swi-backcolor li:nth-child(3){ background-color:#28d083;}
.swi-img .swi-item{  z-index:3;position:absolute; bottom:50px; left:50%; margin-left:-60px; width:90px; height:18px;list-style-type:none;}
.swi-img .swi-item li{width:18px; height:18px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background-color:#9b9b9b; float:left; margin:0 6px; cursor:pointer; z-index:3;}
.swi-img .swi-item li.active{background-color:#af0f1e;}
.swi-img .back{width:1920px; height:45px; position:absolute; bottom:0; left:0; background-image:url(../images/conference.png);}
.conference-index .conference-content{width:1220px; margin:0px auto 40px auto; background-color:#fff; display:inline-table;}
.conference-index .conference-left{width:739px; border-right:1px solid #f2f2f2; padding:20px 30px 90px 30px;text-shadow:0px 0px 0px #aaa; position:relative; float:left;}
.conference-left .labels{line-height:30px; display:inline-table; padding:5px 0; letter-spacing:1px; position: relative; font-size: 14px;}
.conference-left .labels a#x-first{float:left; margin-right:20px; margin-left:20px; margin-top:5px;height:20px; line-height:20px; padding:0 5px; text-align:center; text-indent:3px;}
.conference-left .labels .label-name{float:left; text-align:right;}
.conference-left .labels .label{display:inline-table; float:left; width:550px; }
.conference-left .labels .label.nav-more{height:35px; overflow:hidden; display:block;}
.conference-left .labels .label .nav-more-bt{ position:absolute;right:-36px; top:13px; font-size:14px; cursor:pointer; width:52px; height:18px; line-height:14px; text-align:left;}
.conference-left .labels .label.nav-more .nav-more-bt:after{ content:'';font-size:24px; background: url(../images/icon2.png) -17px -1672px no-repeat; width:18px; height:18px; float:right;}
.conference-left .labels .label .nav-more-bt:after{ content:''; background:url(../images/icon2.png) -17px -1719px no-repeat; width:18px; height:18px; float:right;}
.conference-left .labels .label .time.Wdate{font-size:14px;line-height: 25px; margin-left:15px;width:100px;}
.conference-left .labels .label a{margin:5px 4px; float:left; height:20px; line-height:20px;padding:0 5px; text-align:center; text-indent:3px;}
.conference-left .labels a.active{ background-color:#4e6ef2; color:#fff; border-radius:5px; -webkit-border-radius:5px;}
.conference-left .activity-list{list-style-type:none;}
.conference-left .activity-list li{width:737px; height:250px; border:1px solid #ddd; padding:18px 0; margin:30px 0 20px 0; position:relative; overflow:hidden;}
.conference-left .activity-list li .img{width:250px; height:250px; float:left; margin:0 20px; position:relative; *background-color: #aaa;}
.conference-left .activity-list li .img .genre{position:absolute; width:70px; height:20px; line-height:20px; font-size:14px; color:#fff; top:0; left:0; text-align:center;}
.conference-left .activity-list li .img .genre.list01{background-color:#478de4;}
.conference-left .activity-list li .img .genre.list02{background-color:#ff6161;}
.conference-left .activity-list li .img .genre.list03{background-color:#fa7205;}
.conference-left .activity-list li .img .genre.list04{background-color:#7b7210;}
.conference-left .activity-list li .img .genre.list05{background-color:#ff9900;}
.conference-left .activity-list li .img .genre.list06{background-color:#ace600;}
.conference-left .activity-list li .img .genre.list07{background-color:#0099cc;}
.conference-left .activity-list li .img .genre.list08{background-color:#0099cc;}
.conference-left .activity-list li .img .genre.list09{background-color:#8800cc;}
.conference-left .activity-list li .text{width:425px; height:250px; float:left;}
.conference-left .activity-list li .text h2{font-size:20px; line-height:50px; font-weight:normal; width:425px;}
.conference-left .activity-list li .text table{line-height:30px; font-size:14px; }
.conference-left .activity-list li .text table tr td{padding:0; margin:0; color:#757575;}
.conference-left .activity-list li .text table tr td>div{color:#757575;}
.conference-left .activity-list li .text table .site{ width:307px;}
.conference-left .activity-list li .text .apply-bt{height:30px; line-height:30px; margin-top:8px; color:#fff; background-color:#4e6ef2; float:left; padding:0 18px; display:block; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; font-size:14px;}
.conference-left .activity-list li .tag{position:absolute; height:24px; right:-49px; top:15px; line-height:24px; font-size:14px; color:#fff; text-align:center; width:150px; *width: auto; *top:0; *right: 0; *padding: 0 10px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.conference-left .activity-list li .tag.green{background-color:#4e6ef2;}
.conference-left .activity-list li .tag.red{background-color:#063c54;}
.conference-left .activity-list li .tag.grey{background-color:#a0a0a0;}
.item.conference-left li{border:0; margin:0;}
.item.conference-left .activity-list li .text{width:545px; letter-spacing:1px;}
.item.conference-left .activity-list li .text h2{width:545px; letter-spacing:2px;}
.item .index-list-menu{width:880px;float: left; margin:15px 20px; height:40px; font-size:14px; text-align:center; display:block; background-color:#f3f3f3; line-height:40px;}
.item .index-list-menu:hover{background-color:#4e6ef2; color:#fff;}
.index-left .article .article-items .item.conference-left li{height:255px;}
.index-left .article .article-items .item.conference-left li .img{width:250px; height:250px; margin-right:35px; margin-left:20px;}
.index-left .article .article-items .item.conference-left li .text table .site{width:380px;}
.conference-left .more{ position:absolute; bottom:30px; left:30px;width:738px; height:48px; line-height:48px; border:1px solid #eee; font-size:14px; text-align:center; color:#757575;}
.conference-left .more:hover{ background-color:#f8f8f8;}
.conference-right{width:350px; padding:20px 25px; float:right;text-shadow:0px 0px 0px #aaa;}
.conference-right .issue-search{width:100%; height:37px; position:relative; margin-top:20px;}
.conference-right .issue-search input[type=text]{width:290px; height:35px; border:1px solid #bfbfbf; text-indent:1em; position:absolute; top:0; left:0;}
.conference-right .issue-search input[type=submit]{width:60px; height:37px; background:url(../images/icon.png) 7px -594px no-repeat #4e6ef2; position:absolute; top:0; right:0;}
.conference-right .conference-g{margin-top:20px;}
.conference-right .issue{width:346px; height:94px; border:2px dashed #aaa; line-height:90px; text-align:center; color:#a0a0a0; font-size:20px; margin-top:20px;}
.conference-right .issue .issue-bt{color:#252525; position:relative; padding-left:30px; background:url(../images/icon2.png) -14px -3258px no-repeat;}
.conference-right .calendar-weather{width:350px; margin:20px 0 10px 0;}
.calendar-weather .weather{ width:350px; height:140px; border-bottom:1px solid #aaa; position:relative;}
.calendar-weather .weather .weather-box{width:100%; height:100px; background-color:#f2f2f2; margin-bottom:8px;}
.calendar-weather .weather .weather-box .text{line-height:34px; padding:16px 10px 16px 0; color:#252525;}
.calendar-weather .weather .weather-box .weather-img{width:100px; height:95px; padding-top:5px; margin-right:15px; background-color:#4e6ef2; text-align:center; float:left; overflow:hidden; color:#fff; font-size:14px;}
.calendar-weather .weather .dtime{ text-align:center; float:left; width:250px; font-size:14px; line-height:24px; color:#252525;}
.calendar-weather .calendar-weather-pre{float:left; width:50px; height:24px; display:block; position:relative;}
.calendar-weather .calendar-weather-next{float:right; width:50px; height:24px; display:block; position:relative;}
.calendar-weather .calendar-weather-pre:after{content:''; border-right:10px solid #0d0d0d; border-bottom:7px solid transparent;  border-top:7px solid transparent; border-left:0; position:absolute; left:20px; top:4px;}
.calendar-weather .calendar-weather-next:after{content:''; border-left:10px solid #0d0d0d; border-bottom:7px solid transparent;  border-top:7px solid transparent; border-right:0; position:absolute; right:20px; top:4px;}
.calendar-weather .calendar table th{line-height:30px; font-size:14px;}
.calendar-weather .calendar table td{text-align:center; line-height:40px; position:relative;border:3px solid #fff; cursor:pointer;}
.calendar-weather .calendar table td a{display:block;}
.calendar-weather .calendar table tr td:nth-child(1) a,.calendar-weather .calendar table tr th:nth-child(1){color:#4e6ef2;}
.calendar-weather .calendar table tr td:nth-child(7) a,.calendar-weather .calendar table tr th:nth-child(7){color:#4e6ef2;}
.calendar-weather .calendar table td p{display:none; position:absolute; width:110px; height:80px;  background-color:rgb(218,37,29);  background-color:rgba(218,37,29,.8); font-size:12px; bottom:-3px; color:#fff; left:-145px; z-index:2; padding:5px;}
.calendar-weather .calendar table td p:before{ content:''; position:absolute; right:-10px; bottom:15px;border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:10px solid rgb(218,37,29); border-left:10px solid rgba(218,37,29,.8); border-right:0;}
.calendar-weather .calendar table td p span{color:#fff; font-size:34px; padding:0 5px;}
.calendar-weather .calendar table td:hover{border:3px solid #4e6ef2;}
.calendar-weather .calendar table td:hover p{display:block;}
.conference-right .week-issue{ width:350px; display:inline-table;}
.conference-right .week-issue .week-issue-title{width:350px; height:35px; float:left; line-height:35px; border-bottom:1px solid #aaa; font-size:16px; color:#aaa; position:relative;}
.conference-right .week-issue .week-issue-title>em{color:#252525;}
.conference-right .week-issue .week-issue-list{ list-style-type:none; width:350px; display:inline-table;}
.conference-right .week-issue .week-issue-list li{width:270px; min-height:60px;padding:10px 0;  padding-left:80px; border-bottom:1px dashed #aaa; position:relative;}
.conference-right .week-issue .week-issue-list li.min{min-height:40px;}
.conference-right .week-issue .week-issue-list li .list-week{width:58px; height:22px; position:absolute; top:28px; left:10px; text-align:center; font-size:14px; color:#4e6ef2; border:1px solid #4e6ef2;}
.conference-right .week-issue .week-issue-list li.min .list-week{top:18px;}
.conference-right .week-issue .week-issue-list li .issue-list .box{line-height:30px; height:60px;}
.conference-right .week-issue .week-issue-list li .issue-list .box>.title{width:100%; height:30px; font-size:14px;}
.conference-right .week-issue .week-issue-list li .issue-list .box>.site{float:left; height:30px; padding-left:15px; color:#aaa; font-size:14px; background:url(../images/icon2.png) -20px -3310px no-repeat;}
.conference-right .week-issue .week-issue-list li .issue-list .box>.label{float:right; height:30px; font-size:14px; color:#aaa;}
.conferece-issue-box{width:100%; height:100%; position:fixed; top:0; left:0; background-image:url(../images/bg_box.png);; display:none; z-index:100001;}
.conferece-issue-box .issue-box{width:390px; padding-bottom:10px; position:absolute; left:50%; top:50%; margin-left:-240px; margin-top:-235px; background-color:#fff; }
.conferece-issue-box .issue-box input[type=text]{width:326px; height:42px; text-indent:1em; line-height:42px; border:1px solid #e6e6e6; font-size:14px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.conferece-issue-box .issue-box table{margin:30px; margin-bottom:10px; float:left;}
.conferece-issue-box .issue-box table td.t{font-size:14px; text-align:right;}
.conferece-issue-box .issue-box .title{width:100%; height:55px; line-height:55px; background-color:#dc322a;}
.conferece-issue-box .issue-box .title .name{font-size:16px; color:#fff; width:330px; height:55px; text-indent:1em; float:left;}
.conferece-issue-box .issue-box .title .close{float:right; width:55px; line-height:50px; font-size:24px; text-align:center; color:#fff;}
.conferece-issue-box .issue-box .bt{width:200px; height:42px; letter-spacing:4px; margin-left:65px; text-indent:4px; line-height:42px; text-align:center; background-color:#dc322a; font-size:16px; color:#fff; float:left;}
/*----------------------------------------------会议活动-详情----------------------------------------------------------------------*/
.conference-details-banner{width:1920px; height:370px; left:50%; margin-left:-960px; position:relative;}
.conference-details-title{width:1920px; height:59px; left:50%; margin-left:-960px; position:relative; background-color:#fff;  margin-bottom:25px; border-bottom:1px solid #4e6ef2; float:left;}
.conference-details-title .text{width:170px; height:50px; font-size:24px; line-height:50px; text-align:center; left:895px; bottom:-25px; background-color:#fff; position:absolute;}
.conference-details-title .ba{width:1920px; height:25px; position:absolute; background-color:#fff; left:0; bottom:-26px; float:left;}
.conference-details-header-box{width:100%; min-width:1220px; background-color:#fff;}
.conference-details-header{width:1220px; height:370px; margin:0 auto; clear:both; padding-top:60px;}
.conference-details-header .full-left{width:360px; height:360px; margin-left:120px; float:left; position:relative;}
.conference-details-header .full-left .issue-z{  width:110px; height:34px; position:absolute; left:-10px; top:0; font-size:18px; line-height:34px; text-align:center; color:#fff; }
.conference-details-header .full-left .issue-z.red{ background-color:#063c54;}
.conference-details-header .full-left .issue-z.red:before{ content:'';border-top:5px solid #012a3c; border-right:5px solid #012a3c; border-left:5px solid transparent; border-bottom:5px solid transparent; left:0; bottom:-10px; position:absolute;}
.conference-details-header .full-left .issue-z.red:after{ content:'';border-top:17px solid #063c54; border-right:12px solid transparent; border-left:0; border-bottom:17px solid #063c54; right:-12px; bottom:0; position:absolute;}
.conference-details-header .full-left .issue-z.grey{ background-color:#a0a0a0;}
.conference-details-header .full-left .issue-z.grey:before{ content:'';border-top:5px solid #6d6c6c; border-right:5px solid #6d6c6c; border-left:5px solid transparent; border-bottom:5px solid transparent; left:0; bottom:-10px; position:absolute;}
.conference-details-header .full-left .issue-z.grey:after{ content:'';border-top:17px solid #a0a0a0; border-right:12px solid transparent; border-left:0; border-bottom:17px solid #a0a0a0; right:-12px; bottom:0; position:absolute;}
.conference-details-header .full-left .issue-z.green{ background-color:#4e6ef2;}
.conference-details-header .full-left .issue-z.green:before{ content:'';border-top:5px solid #b5130b; border-right:5px solid #b5130b; border-left:5px solid transparent; border-bottom:5px solid transparent; left:0; bottom:-10px; position:absolute;}
.conference-details-header .full-left .issue-z.green:after{ content:'';border-top:17px solid #4e6ef2; border-right:12px solid transparent; border-left:0; border-bottom:17px solid #4e6ef2; right:-12px; bottom:0; position:absolute;}
.conference-details-header .full-right{ width:635px; height:360px; float:right; margin-top:10px;position:relative;}
.conference-details-header .full-right .right-title{font-size:26px; height: 70px; line-height: 35px; -webkit-line-clamp:2;}
.conference-details-header .full-right table{margin:20px 0 0 20px;}
.conference-details-header .full-right table td{line-height:40px; font-size:14px; color:#282828;}
.conference-details-header .full-right table td:nth-child(odd){color:#949393;}
.conference-details-header .full-right table td .site{width: 350px;}
.conference-details-header .full-right table td span{float:left;}
.conference-details-header .full-right .bt{width:118px; height:33px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; line-height:35px; text-align:center; float:left; color:#fff; margin-left:20px; font-size:14px;}
.conference-details-header .full-right .bt.bt1{background-color:#fd9478; border:1px solid #fd9478;}
.conference-details-header .full-right .bt.bt2{background-color:#4e6ef2; border:1px solid #4e6ef2;margin-left:0px;}
.conference-details-header .full-right .bt.bt3{background-color:#e9e9e9; border:1px solid #dbdbdb; color:#4e6ef2; text-align:left; text-indent:45px; background:url(../images/icon2.png) 0px -1108px no-repeat;}
.conference-details-header .full-right .bt.bt4{background-color:#e9e9e9; border:1px solid #dbdbdb; color:#4e6ef2; text-align:left; text-indent:45px;background:url(../images/icon2.png) 0px -1158px no-repeat;}
.conference-details-header .full-right .bdsharebuttonbox{float:left !important; margin-left:70px !important;}
.conference-details-box{ width:1000px;margin:0px auto; position:relative; top:20px; margin-bottom:40px; clear:both;    padding: 30px 100px; line-height: 33px;font-size: 18px;text-shadow: 0px 0px 1px #eee;letter-spacing: 1px; background-color:#fff;}
.conference-details-apply{ width:1220px; height:600px; padding:30px 0; margin:0 auto; clear:both; }
.conference-details-apply .full-left{width:530px; float:left;}
.conference-details-apply .left-title{ line-height:60px; height:60px; float:left; width:530px; font-size:18px; font-weight:bold; border-bottom:1px solid #a0a0a0;}
.conference-details-apply .full-left .left-map{margin:20px 0; width:530px; height:380px; float:left;}
.conference-details-apply .full-left .left-site{width:500px; font-size:14px; padding:15px 0 15px 35px; line-height:20px; height:20px; float:left;background:url(../images/icon2.png) -12px -1203px no-repeat;}
.conference-details-apply .full-right{width:530px; float:right; }
.conference-details-apply .full-right table input[type=text]{width:425px; height:50px; text-indent:1em; line-height:50px; border:1px solid #d2d0d1; background-color:#fbf9fa; font-size:16px;}
.conference-details-apply .full-right table input[type=button]{width:225px; height:60px; background-color:#4e6ef2; color:#fff; font-size:24px; letter-spacing:30px; text-indent:30px; cursor:pointer;}
/*----------------------------------------------业务模块----------------------------------------------------------------------*/
body.consult-body{width:100%; height:100%; }
.consult{width:100%; min-height:100%; display:inline-table; position:relative; top:0; left:0; font-family:微软雅黑; background-color:#323232;}
.consult-list{width:100%; min-width:1220px;  min-height:100%; position:relative; display:inline-table; top:0%; left:0; margin-top:0px; list-style-type:none; margin:0; padding:0;transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease;}
.consult-list li{width:100%; min-height:100%; position:relative;  height:950px;float:left;  background-position:center; background-size:1920px 100%; background-color:#fff; background-repeat:no-repeat; overflow:hidden;}
.consult-list li.item1{background-image:url(../images/consult-bg2.jpg);}
.consult-list li.item2{background-image:url(../images/consult-bg3.jpg);}
.consult-list li.item3{background-image:url(../images/consult-bg4.jpg);}
.consult-list li.item4{background-image:url(../images/consult-bg1.jpg); height:3000px;}
.consult-list li.item5{ min-height:100%;}
.consult-list li .t-bottom{ position:absolute; bottom:30px; left:50%; margin-left:-25px;background-color:rgba(223,144,6,.4); color:#920000;  width:50px; height:50px; font-size:46px; font-style:normal; text-indent:18px; cursor:pointer;}
.consult-list li .t-bottom:before{content:''; position:absolute; border-bottom:2px solid #920000; border-right:2px solid #920000; top:22px; left:19px; width:10px; height:10px; transform:rotate(45deg)}
.consult-list li .t-bottom:hover{ animation-play-state:paused;}
.consult-list li .cs-title{ font-size:48px; line-height:170px; padding-top:80px; color:#7a7a7a; width:1180px; text-align:center; border-bottom:1px dashed #7a7a7a;}
.consult-list li .cs-u{width:1180px; position:relative; left:50%; margin-left:-590px; display:inline-table;}
.consult-list li .cs-u a{width:390px; height:60px; line-height:60px; padding:0 50px; float:left; margin:50px 50px 0 50px; font-size:24px; color:#fff; text-decoration:none; background-image:url(../images/c_li_bg.png);}
.consult-list li .consult-li-box{width:1220px; height:100%; position:absolute; left:50%; margin-left:-600px;}
.consult-list li .consult-three-box{width:1220px; height:440px; position:absolute; bottom:15%; left:0;}
.consult-list li .consult-three-box .pull-right{float:left; width:1160px; height:440px; margin:0 20px;}
.consult-list li .consult-three-box .pull-right .ra-box{width:280px; height:380px; float:left; position:relative;overflow:hidden; margin-right:150px;}
.consult-list li .consult-three-box .pull-right .ra-box:nth-child(3){margin-right:0;}
.consult-list li .consult-three-box .pull-right .ra-box .cr,.consult-list li .consult-three-box .pull-right .ra-box .cl{width:174px; height:174px; border:6px solid #888da0; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out;  float:left; position:absolute;  margin-left:43px;}
.consult-list li .consult-three-box .pull-right .ra-box strong{width:280px; line-height:54px; text-align:center; top:186px; position:absolute; font-size:24px; font-weight:normal;}
.consult-list li .consult-three-box .pull-right .ra-box p{width:200px; padding:0 40px; position:absolute; top:580px; color:#fff; text-align:center;}
.consult-list li .consult-three-box .pull-right .ra-box .cl{clip:rect(0px 186px 186px 93px); }
.consult-list li .consult-three-box .pull-right .ra-box .cr{clip:rect(0px 93px 186px 0px);}
.consult-list li .consult-three-box .pull-right .ra-box:before{content:''; position:absolute; width:280px; height:380px; background-color:#920000; top:380px;}
.consult-list li .consult-three-box .pull-right .ra-box:hover:before{top:0;transition:all .5s ease-in-out .3s; -webkit-transition:all .5s ease-in-out .3s; -moz-transition:all .5s ease-in-out .3s; -o-transition:all .5s ease-in-out .3s;}
.consult-list li .consult-three-box .pull-right .ra-box.fw .img{width:150px; height:110px; background:url(../images/consult_cbox.png) -150px -110px no-repeat; position:absolute; left:65px; top:37px; }
.consult-list li .consult-three-box .pull-right .ra-box.fw:hover .img{background-position:0px -110px;transition:all .5s ease-in-out .3s; -webkit-transition:all .5s ease-in-out .3s; -moz-transition:all .5s ease-in-out .3s; -o-transition:all .5s ease-in-out .3s;}
.consult-list li .consult-three-box .pull-right .ra-box.ty .img{width:150px; height:110px; background:url(../images/consult_cbox.png) -150px 0px no-repeat; position:absolute; left:65px; top:37px; }
.consult-list li .consult-three-box .pull-right .ra-box.ty:hover .img{background-position:0px 0px;transition:all .5s ease-in-out .3s; -webkit-transition:all .5s ease-in-out .3s; -moz-transition:all .5s ease-in-out .3s; -o-transition:all .5s ease-in-out .3s;}
.consult-list li .consult-three-box .pull-right .ra-box.fk .img{width:150px; height:110px; background-image:url(../images/consult_cbox.png); background-position: -150px -220px; background-repeat:no-repeat; position:absolute; left:65px; top:37px; }
.consult-list li .consult-three-box .pull-right .ra-box.fk:hover .img{background-position:0px -220px;transition:all .5s ease-in-out .3s; -webkit-transition:all .5s ease-in-out .3s; -moz-transition:all .5s ease-in-out .3s; -o-transition:all .5s ease-in-out .3s;}
.consult-list li .consult-three-box .pull-right .ra-box:hover .cr{clip:rect(186px 93px 186px 0px)}
.consult-list li .consult-three-box .pull-right .ra-box:hover .cl{clip:rect(0px 186px 0px 93px)}
.consult-list li .consult-three-box .pull-right .ra-box:hover strong{color:#fff;transition:all .5s ease-in-out .3s; -webkit-transition:all .5s ease-in-out .3s; -moz-transition:all .5s ease-in-out .3s; -o-transition:all .5s ease-in-out .3s;}
.consult-list li .consult-three-box .pull-right .ra-box:hover p{top:240px;transition:all .5s ease-in-out .3s; -webkit-transition:all .5s ease-in-out .3s; -moz-transition:all .5s ease-in-out .3s; -o-transition:all .5s ease-in-out .3s; font-size:14px;}
.consult-list li .consult-three-box .pull-left h4{font-size:24px; text-align:center; line-height:70px;}
.consult-list li .consult-three-box .pull-left p{font-size:16px; line-height:22px;}
.consult-list li .consult-li-box h2{font-size:48px; color:#888da0; text-align:center; padding-top:150px;}
.consult-list li .consult-li-box .two-left{width:1030px; float:left; margin:0 85px; margin-top:40px;}
.consult-list li .consult-li-box .two-left p{width:260px; height:110px; padding:30px 40px; font-size:20px; line-height:30px; color:#fff; float:left; margin-top:30px;}
.consult-list li .consult-li-box .two-left p:nth-child(2){ background-color:#294250; margin-right:12px;}
.consult-list li .consult-li-box .two-left p:nth-child(3){ background-color:#acd134; width:230px; margin-right:12px;}
.consult-list li .consult-li-box .two-left p:nth-child(4){ background-color:#f35317; width:240px;}
.consult-list li .consult-li-box .two-right{width:1030px; float:left; margin:5% 85px 0 85px;}
.consult-list li .consult-li-box .two-right .cs-box{width:1030px;list-style-type:none; font-size:18px;}
.consult-list li .consult-li-box .two-right .cs-li{ line-height:34px; height:34px; width:240px; padding:0 40px; margin:5px 22px 5px 10px;  float:left; text-decoration:none; color:#595858; position:relative; border-bottom:1px solid #294250; border-top:1px solid #294250; background-color:#dbdbdc;}
.consult-list li .consult-li-box .two-right .cs-li span{width:100%; float:left; height:34px;}
.consult-list li .consult-li-box .two-right .cs-li:before{ content:''; width:36px; height:36px; position:absolute; left:-10px; top:0px; background:url(../images/c_li_bg.png) 0px -3px no-repeat;}
.consult-list li .consult-li-box .two-right .cs-li:after{ content:''; width:36px; height:36px; position:absolute; right:-10px; top:0px; background:url(../images/c_li_bg.png) -38px -3px no-repeat;}
.consult-list li .consult-li-box .two-right .cs-li:nth-child(3n-1){ width:210px;}
.consult-list li .consult-li-box .two-right .cs-li:nth-child(3n){ width:220px; margin-right:0;}
.consult-list li .consult-li-box .two-right .cs-li:hover{color:#920000;}
.consult-list li .consult-li-box .consult-two-bt{width:250px; height:90px; background-image:url(../images/consult_two_bt.png); position:absolute; bottom:10%; left:50%; margin-left:-260px;}
.consult-list li .consult-li-box .consult-cs-bt{width:250px; height:90px; background-image:url(../images/consult_cs_bt.png); position:absolute; bottom:10%; left:50%; margin-left:0px;}
.consult-list li .consult-li-box .consult-three-bt{width:250px; height:90px; background-image:url(../images/consult_three_bt.png); position:absolute; bottom:2%; left:50%; margin-left:-250px;}
.consult-list li .consult-li-box .consult-int-bt{width:250px; height:90px; background-image:url(../images/consult_int_bt.png); position:absolute; bottom:2%; left:50%; margin-left:20px;}
.consult-list li .consult-li-box .consult-text-bt{width:250px; height:90px; background-image:url(../images/consult_text_bt.png); position:absolute; bottom:5%; left:50%; margin-left:-125px;}
.consult-list li .consult-text-box{width:910px; height:715px; position:absolute; bottom:15%; left:145px; background-image:url(../images/consult_s.png);}
.consult-list li .consult-text-box p{width:290px; position:absolute; font-size:16px; line-height:30px;}
.consult-list li .consult-text-box p:nth-child(1){top:165px; left:30px;}
.consult-list li .consult-text-box p:nth-child(2){top:165px; left:600px;}
.consult-list li .consult-text-box p:nth-child(3){top:580px; left:400px;}
.consult-list li .consult-footer{width:1220px; height:420px; margin:0 auto;font-size:18px; color:#838383;}
.consult-list li .consult-footer .full-top{float:left; width:980px; height:300px;  font-size:24px; margin-left:265px;  color:#838383;}
.consult-list li .consult-footer .full-top h2{font-size:36px; text-align:center; color:#838383; line-height:120px;}
.consult-list li .consult-footer .f-box{width:1220px; height:50px; line-height:50px; border-top:1px solid #d4d4d4; text-align:center;font-size:18px; color:#838383; float:left;}
.consult-list li .consult-footer .full-top .ew{width:104px; height:104px;}
.consult-list li .consult-footer .full-top .ew span{float:left; width:104px; text-align:center; font-size:18px; line-height:20px;color:#838383;}
.consult-list li .consult-footer .f-box a{text-decoration:none; color:#838383;}
.consult-list li .consult-li-box.text h2{font-size:72px; color:#7d351d; font-family:微软雅黑;}
.consult-header{width:100%; height:85px; position:fixed; top:0; left:0; background-color:rgba(207,207,207,.9)}
.consult-header .consult-logo{width:335px; height:85px; position:absolute; left:0; top:0; background-image:url(../images/consult_logo.png);}
.consult-header .consult-phone{width:300px; height:85px; position:absolute; right:0; top:0; background-image:url(../images/consult_phone.png);}
.consult-header .header-menu{width:490px; padding-top:35px; height:50px; line-height:50px; position:relative; left:50%; margin-left:-245px;font-size:20px;  color:#7a7a7a;}
.consult-header .header-menu .header-f{float:left; height:50px; width:40px; cursor:pointer; position:relative;}
.consult-header .header-menu .header-f:after{content:''; position:absolute; border-top:15px solid #7a7a7a; border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:0; right:-20px; top:20px;}
.consult-header .header-menu .header-f a{color:#7a7a7a; text-decoration:none;position:absolute; z-index:5;}
.consult-header .header-menu .header-f a:hover{color:#b00e1c;}
.consult-header .header-menu .header-f .menu-box-list a{position:inherit;}
.consult-header .header-menu .header-f .menu-box{position:absolute; top:0; right:-58px; height:0; overflow:hidden; width:150px; z-index:4;transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; -o-transition:all .5s ease; padding:0 3px;}
.consult-header .header-menu .header-f:hover .menu-box{height:440px;}
.consult-header .header-menu .header-f .menu-box .menu-box-list:before{content:''; border-bottom:14px solid rgba(239,239,239,.8); border-left:7px solid transparent;  border-right:7px solid transparent; border-top:0; position:absolute; right:31px; top:-14px;}
.consult-header .header-menu .header-f .menu-box .menu-box-list{width:145px; text-align:center;  background-color:rgba(239,239,239,.8); border-radius:5px; box-shadow:1px 1px 3px #000; position:relative; -webkit-box-shadow:1px 1px 3px #000; -moz-box-shadow:1px 1px 3px #000; display:inline-table; z-index:4; margin-top:55px; }
.consult-header .header-menu .header-f .menu-box .menu-box-list li{ width:141px; margin:0 2px; height:40px; text-indent:0; border-bottom:1px solid #d1d1d1; line-height:40px; font-size:16px; text-align:center;}
.consult-header .header-menu .menu-r{list-style-type:none; width:490px; height:50px; float:left; margin:0; position:relative;}
.consult-header .header-menu .menu-r .line{width:95px; height:2px; background-color:#b00d1d; position:absolute; top:-2px; left:32px;transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease;}
.consult-header .header-menu .menu-r li{width:120px; height:50px; color:#7a7a7a; float:left; cursor:right; }
.consult-header .header-menu .menu-r li a{ color:#7a7a7a; text-decoration:none; text-shadow:0;}
.consult-header .header-menu .menu-r li:nth-child(1):hover ~ .line,.consult-header .header-menu .menu-r li:nth-child(1).active ~ .line{left:32px !important;}
.consult-header .header-menu .menu-r li:nth-child(2):hover ~ .line,.consult-header .header-menu .menu-r li:nth-child(2).active ~ .line{left:152px !important;}
.consult-header .header-menu .menu-r li:nth-child(3):hover ~ .line,.consult-header .header-menu .menu-r li:nth-child(3).active ~ .line{left:272px !important;}
.consult-header .header-menu .menu-r li:nth-child(4):hover ~ .line,.consult-header .header-menu .menu-r li:nth-child(4).active ~ .line{left:392px !important;}
.consult-header .header-menu .menu-r li:nth-child(5):hover ~ .line,.consult-header .header-menu .menu-r li:nth-child(5).active ~ .line{left:512px !important;}
.consult-header .header-menu .menu-r li.active a,.consult-header .header-menu ul li:hover a{color:#b00e1c;}
.float-box{width:50px; height:270px; position:fixed; right:-50px; top:50%; margin-top:-135px;}
.float-box .float-list{ height:230px; width:50px; border-top-left-radius:10px; -webkit-border-top-left-radius:10px; -moz-border-top-left-radius:10px;  border-bottom-left-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-bottom-left-radius:10px; background-color:#191919; position:absolute; top:0; left:-50px;transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease;}
.float-box i{font-style:normal; padding:0; cursor:pointer;}
.float-box .float-list.hide{left:0;}
.float-box .float-list i{width:50px; height:50px; float:left;}
.float-box .float-list i i{width:50px; height:50px; float:left; background-image:url(../images/icon2.png); opacity:1; background-repeat:no-repeat;transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; z-index:2; position:relative;}
.float-box .float-list i.f-pre{height:40px;}
.float-box .float-list i.f-pre i{height:40px; background-position:0px -1405px;}
.float-box .float-list i.qq i{ background-position:0px -1450px;}
.float-box .float-list i.phone i{background-position:0px -1502px;}
.float-box .float-list i.weixin i{background-position:0px -1552px;}
.float-box .float-list i.f-next{height:40px;}
.float-box .float-list i.f-next i{height:40px; background-position:0px -1605px;}
.float-box .float-list i:hover i{opacity:.7;}
.float-box .float-list i p{width:120px; height:120px;border-top-left-radius:10px; -webkit-border-top-left-radius:10px; -moz-border-top-left-radius:10px;  border-bottom-left-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-bottom-left-radius:10px;background-color:#191919; position:absolute; left:50px; top:40px; padding:15px;transition:all .4s ease-in-out .1s; -webkit-transition:all .4s ease-in-out .1s; -moz-transition:all .4s ease-in-out .1s; -o-transition:all .4s ease-in-out .1s; z-index:1; line-height:30px; color:#fff; opacity:.8;}
.float-box .float-list i:hover p{left:-150px;}
.float-box .close-open{width:26px; height:26px; background-color:#969696; position:absolute; bottom:6px; left:-38px; font-size:24px; line-height:24px; color:#fff; font-weight:bold; text-align:center;transform:rotate(0deg)}
.float-box .close-open.rotate{ transform:rotate(45deg);}
.consult-sm-box{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.6); display:none; z-index:3;}
.consult-sm{width:1120px; height:670px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; background-color:#fff; position:absolute; left:50%; top:50%; margin:-335px 0 0 -560px; overflow:hidden;}
.consult-sm h2{height:50px; background-color:#920000; text-align:center; line-height:50px; font-size:18px; font-weight:normal; color:#fff;}
.consult-sm input[type=text],.consult-sm textarea{width:290px; height:50px; border:1px solid #d1d1d1; background-color:#fbf9fa;font-size:16px; text-indent:0.5em; line-height:53px;}
.consult-sm textarea{width:600px; height:250px; resize:none;}
.consult-sm table{width:910px; margin:50px auto 20px  auto;}
.consult-sm  .check-boxs{width:290px; height:190px;}
.consult-sm  .consult-sm-bt{width:230px; height:50px; background-color:#740909; color:#fff; letter-spacing:30px; cursor:pointer; text-indent:30px; font-size:18px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; margin-left:450px;}
.consult-sm .close{ font-size:30px; line-height:50px; height:50px; text-align:center; width:50px; position:absolute; top:0; right:0; font-style:normal; color:#fff; cursor:pointer;}
.consult-sm-box.two .acontent{font-size:16px; line-height:25px; padding:0 90px; width:940px; overflow:auto; overflow-Y:auto; height:550px; margin-top:40px;}

.consult-loadding{width:110px; height:100px; position:absolute; top:50%; left:50%; margin:-50px 0 0 -50px;}
.consult-loadding i{border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; position:absolute;}
.consult-loadding i:nth-child(1){ float:left; height:80px; width:80px; border:10px solid #4e6ef2; border-left-color:transparent;border-right-color:transparent; animation:consultload 1s ease infinite; transform:rotate(0deg); top:0; left:0;}
.consult-loadding i:nth-child(2){ float:left; height:60px; width:60px; top:20px; left:20px; background-color:#333; color:#fff; line-height:60px; text-align:center; font-style:normal; font-size:14px;}
@keyframes consultload{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/*----------------------------------------------企业库----------------------------------------------------------------------*/
.association-content{margin-top:20px;}
.enterprise-list{ width:100%; list-style-type:none;}
.enterprise-list>.box{padding:30px 40px 20px 40px; background-color: #fff; vertical-align: top; height: 171px; border-bottom:1px solid #eee;}
.enterprise-list>.box span{float: left;margin-right: 5px;
margin-top: 4px;}
.enterprise-list>.box .img{float: left; width: 88px; height: 88px; padding-bottom: 32px; margin-right: 30px; display: table-cell; text-align: center;}
.enterprise-list>.box .img img{max-width: 88px; max-height: 88px; vertical-align: middle;}
.enterprise-list>.box .img:before{content: ""; height: 100%; display: inline-block; vertical-align: middle;}
.enterprise-list>.box .name{ height: 26px; line-height: 28px;}
.enterprise-list>.box h2{font-size: 20px; height: 28px; line-height: 28px;}
.enterprise-list>.box h2>a{float: left; width: 370px;}
.enterprise-list>.box h2>a.vip:after{content: ""; width: 26px; height: 28px; margin-left: 8px; display: inline-block; vertical-align: top; background:url(../images/icon5.png) -12px -1560px no-repeat;}
.enterprise-list>.box .bp{float: right; height: 28px; line-height: 28px; font-size: 14px; color:#4e6ef2; padding-left: 20px; background: url(../images/icon2.png) -18px -4359px no-repeat;}
.enterprise-list>.box .intro{line-height: 24px; font-size: 14px; color:#757575; -webkit-line-clamp:2; height: 48px; margin:17px 0 8px 0;}
.enterprise-list>.box .bottom{height: 20px; line-height: 20px;}
.enterprise-list>.box .message-like{float: right; margin-left:80px; margin-right: 5px;}
.enterprise-list>.box .message{float: right; width: 20px; height: 20px; background: url(../images/icon2.png) -15px -4564px no-repeat;}
.enterprise-list>.box .like{float: right; width: 20px; height: 20px; margin-left: 40px; background: url(../images/icon2.png) -15px -4666px no-repeat;}
.enterprise-list>.box .like.no{background: url(../images/icon2.png) -15px -4614px;}
.enterprise-list>.box .label-time-site{text-align: center; height: 20px; font-size: 14px; color:#757575;}
.enterprise-list>.box .label{float: left; width: 170px; text-align: left; color:#757575; padding-left: 26px; background: url(../images/icon2.png) -15px -4414px no-repeat;}
.enterprise-list>.box .site{float: left; width: 170px; text-align: left; color:#757575; padding-left: 26px; background: url(../images/icon2.png) -14px -4513px no-repeat;}
.enterprise-list>.box .time{float: left; margin-left: 15px; vertical-align: top; color:#757575; padding-left: 26px; background: url(../images/icon2.png) -14px -4463px no-repeat;}
.column-figures{background-color: #fff; border: 1px solid #eee;}
.column-figures.mar{margin-top: 20px;}
.column-figures>.list{padding:0 20px}
.column-figures>.list .box{padding:15px; height: 85px; border-bottom:1px solid #eee; }
.column-figures>.list .img{width: 52px; height: 52px;text-align: center; float: left; margin-right: 10px;}
.column-figures>.list .box:last-child{border-bottom:0;}
.column-figures>.list img{display: inline-block; vertical-align: top; margin:6px 0;}
.column-figures .list .name{color:#4b4b4b; font-size: 14px; height: 27px; line-height: 30px;}
.column-figures .list .name a{color:#4b4b4b;}
.column-figures .list .name a:hover{color:#4e6ef2;}
.column-figures .list .label{font-size: 14px; color:#999; height: 27px; line-height: 24px;}
.column-figures.association .list .name{-webkit-line-clamp:2; line-height: 24px; height: 48px; padding:3px 0;}


.enterprise-list li{height:170px; padding:0 45px; background-color:#fff; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; position:relative; margin-bottom:15px;}
.enterprise-list li .ent-list-right{width:95px; height:170px;float:right; margin-right: 25px;}
.enterprise-list li .ent-list-right .img{width:95px; height:95px;    text-align: center;  border:1px solid #f3f1f1; margin-top:35px;line-height: 90px; background-color: #FFF;}
.enterprise-list li .ent-list-right .img img{vertical-align: middle;    position: relative;    width: 62px;}
.enterprise-list li .ent-list-right span{float:left; width:95px; font-size:14px; line-height:30px; text-align:center; padding-top:12px;}
.enterprise-list li .ent-list-left {padding-top: 30px;}
.enterprise-list li .ent-list-left h2{font-size:20px; line-height:30px; height:50px;}
.enterprise-list li .ent-list-left p{color:#757575; font-size:14px; line-height:28px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; word-break:break-all; -webkit-line-clamp:2; -webkit-box-orient:vertical; height:60px; padding:0;}
.enterprise-list li .ent-list-left span{font-size:14px; padding-top:10px;}
.enterprise-list li .ent-list-left .hy{float:left;}
.enterprise-list li .ent-list-left .time,.enterprise-list li .ent-list-left .site{float:right; margin-left:30px;padding-left:20px;}
.enterprise-list li .ent-list-left .site{background:url(../images/icon.png) -15px -9px no-repeat; width:200px;    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.enterprise-list li .ent-list-left .time{background:url(../images/icon.png) -15px -1047px no-repeat; width:80px;}
.enterprise-list li .label{width:76px; height:24px; position:absolute; top:20px; left:-10px; background-color:#148dcb; color:#fff; text-align:center; font-size:14px; line-height:24px;}
.enterprise-list li .label:after{ content:''; position:absolute; border:5px solid transparent; border-top-color:#054160; border-right-color:#054160; bottom:-10px; left:0;}
.enterprise-list li .label.list1{background-color:#148dcb;}
.enterprise-list li .label.list2{background-color:#14cbc0;}
.enterprise-list li .label.list3{background-color:#99cb14;}
.enterprise-list li .label.list4{background-color:#bdb863;}
.enterprise-list li .label.list5{background-color:#bbbbbc;}
.enterprise-list li .label.list6{background-color:#c27beb;}
.enterprise-list li .label.list1:after{border-top-color:#054160; border-right-color:#054160;}
.enterprise-list li .label.list2:after{border-top-color:#36657e; border-right-color:#36657e;}
.enterprise-list li .label.list3:after{border-top-color:#42570c; border-right-color:#42570c;}
.enterprise-list li .label.list4:after{border-top-color:#31301b; border-right-color:#31301b;}
.enterprise-list li .label.list5:after{border-top-color:#5e5e5e; border-right-color:#5e5e5e;}
.enterprise-list li .label.list6:after{border-top-color:#352340; border-right-color:#352340;}
/*----------------------------------------------企业详情----------------------------------------------------------------------*/
.ent-con-header-box{width:100%; height:300px; background:url(../images/ent_bt.jpg) center no-repeat; overflow:hidden;}
.ent-con-header{ width:1220px; height:300px; margin:0 auto;}
.ent-con-header .img{width:130px; height:130px;display: table-cell; position: relative; text-align: center; margin:80px 47px 80px 100px; float:left; border:5px solid #fff;background-color: #fff;}
.ent-con-header .img img{vertical-align: middle;}
.ent-con-header .img:before{content: ""; height: 100%; display: inline-block; vertical-align: middle;}
.ent-con-header .text{float:left; width:600px; margin-top:100px;}
.ent-con-header .text h1{ line-height:58px; height: 58px; font-size:28px; color:#fff; letter-spacing:2px;}
.ent-con-header .text h1>span{width: 100px; height: 50px; display: inline-block; vertical-align: middle; background: url(../images/icon_100.png) 0px -1800px no-repeat; font-size: 14px; line-height: 50px; text-align: center; font-weight: normal; margin-left: 10px; }
.ent-con-header .text p{ font-size:16px; letter-spacing: 1px; color:#fff; line-height:30px;height:30px; padding:5px 0;}
.ent-con-header .text .message-like{color:#fff; width: 132px; margin-bottom: 20px; position: absolute; top:85px; right: 100px;}
.ent-con-header .text .btn,.ent-con-header .text .like-btn,.ent-con-header .text .message-btn{width: 80px; height: 36px; line-height: 36px; margin-bottom: 12px; padding-left: 50px; background: url(../images/icon4.png) 2px -1054px no-repeat; color: #fff; border:1px solid #fff; vertical-align: top; display: inline-block;}
.ent-con-header .text .btn:hover{background-color: #Fff; color:#4e6ef2; background-position: 2px -1104px;}
.ent-con-header .text .btn.nomove:hover{background-position: 2px -1054px; background-color: transparent; color: #fff;}
.ent-con-header .text .like-btn{background-position: 2px -55px;}
.ent-con-header .text .like-btn:hover{background-position: 2px -106px;background-color: #Fff; color:#4e6ef2;}
.ent-con-header .text .message-btn{ background-position: 2px -1156px;}
.ent-con-header .text .message-btn:hover{background-position: 2px -1206px;background-color: #Fff; color:#4e6ef2;}
.ent-con-content{width:1220px; margin:0 auto; display:inline-table; position:relative; left:50%; margin-left:-600px;vertical-align:top;}
.ent-con-content .ent-left{width:320px; height:100%; min-height:703px; padding:0 10px; background-color:#fff; left:0; top:0; position:absolute;}
.ent-con-content .ent-left.noabsolute{float: left; position: relative;}
.ent-con-content .ent-left .sort{width:18px; height:70px; position:absolute;  font-size:16px; text-align:center; left:12px; top:-8px; line-height:18px; color:#fff; padding:5px 18px;}
.ent-con-content .ent-left .sort:after{ content:''; border-top:20px solid #148dcb; border-left:27px solid transparent; border-right:27px solid transparent; border-bottom:0; position:absolute; left:0; top:80px;}
.ent-con-content .ent-left .sort.list1{background-color:#148dcb;}
.ent-con-content .ent-left .sort.list2{background-color:#14cbc0;}
.ent-con-content .ent-left .sort.list3{background-color:#99cb14;}
.ent-con-content .ent-left .sort.list4{background-color:#bdb863;}
.ent-con-content .ent-left .sort.list5{background-color:#bbbbbc;}
.ent-con-content .ent-left .sort.list6{background-color:#c27beb;}
.ent-con-content .ent-left .sort.list1:after{border-top:20px solid #148dcb;}
.ent-con-content .ent-left .sort.list2:after{border-top:20px solid #14cbc0;}
.ent-con-content .ent-left .sort.list3:after{border-top:20px solid #99cb14;}
.ent-con-content .ent-left .sort.list4:after{border-top:20px solid #bdb863;}
.ent-con-content .ent-left .sort.list5:after{border-top:20px solid #bbbbbc;}
.ent-con-content .ent-left .sort.list6:after{border-top:20px solid #c27beb;}
.ent-con-content .ent-left .left-t{display:inline-table;}
.ent-con-content .ent-left .name{font-size:26px; text-align:center; height:40px; overflow:hidden; padding-top:50px;}
.ent-con-content .ent-left .label{text-align:center; font-size:14px; color:#757575; line-height:44px; float:left; width:320px;}
.ent-con-content .ent-left .ent-menu{list-style-type:none; text-align:center; margin-top:10px; border-top:1px solid #dddddd; clear:both;}
.ent-con-content .ent-left .ent-menu li{height:55px; color:#4b4b4b; line-height:55px; font-size:18px; border-bottom:1px solid #dddddd; cursor:pointer; text-indent: 20px;}
.ent-con-content .ent-left .ent-menu li.noindent{text-indent: 0; border-bottom: 0;}
.ent-con-content .ent-left .ent-menu li:hover,.ent-con-content .ent-left .ent-menu li.active{color:#4e6ef2;}
.ent-con-content .ent-left .ent-menu li a{color:#4b4b4b;}
.ent-con-content .ent-left .ent-menu li:hover a,.ent-con-content .ent-left .ent-menu li.active a{color:#4e6ef2;}
.ent-con-content .ent-left .ent-menu li.icon1{ background:url(../images/ent-icon.png) 90px 1px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon2{ background:url(../images/ent-icon.png) 90px -97px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon3{ background:url(../images/ent-icon.png) 90px -197px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon4{ background:url(../images/ent-icon.png) 90px -297px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon5{ background:url(../images/ent-icon.png) 90px -398px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon6{ background:url(../images/ent-icon.png) 90px -497px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon7{ background:url(../images/ent-icon.png) 90px -597px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon8{ background:url(../images/ent-icon.png) 90px -1097px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon1:hover,.ent-con-content .ent-left .ent-menu li.icon1.active{ background:url(../images/ent-icon.png) 90px -47px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon2:hover,.ent-con-content .ent-left .ent-menu li.icon2.active{ background:url(../images/ent-icon.png) 90px -147px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon3:hover,.ent-con-content .ent-left .ent-menu li.icon3.active{ background:url(../images/ent-icon.png) 90px -247px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon4:hover,.ent-con-content .ent-left .ent-menu li.icon4.active{ background:url(../images/ent-icon.png) 90px -347px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon5:hover,.ent-con-content .ent-left .ent-menu li.icon5.active{ background:url(../images/ent-icon.png) 90px -447px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon6:hover,.ent-con-content .ent-left .ent-menu li.icon6.active{ background:url(../images/ent-icon.png) 90px -547px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon7:hover,.ent-con-content .ent-left .ent-menu li.icon7.active{ background:url(../images/ent-icon.png) 90px -647px no-repeat;}
.ent-con-content .ent-left .ent-menu li.icon8:hover,.ent-con-content .ent-left .ent-menu li.icon8.active{ background:url(../images/ent-icon.png) 90px -1146px no-repeat;}
.ent-con-content .ent-left .ent-contact{width:320px; height:50px; margin:45px 0;}
.ent-con-content .ent-left .ent-contact a{width:25%; height:50px; background-image:url(../images/ent-icon.png); float:left; background-repeat:no-repeat;}
.ent-con-content .ent-left .ent-contact a.icon1{background-position:15px -700px;}
.ent-con-content .ent-left .ent-contact a.icon2{background-position:15px -800px;}
.ent-con-content .ent-left .ent-contact a.icon3{background-position:15px -900px;}
.ent-con-content .ent-left .ent-contact a.icon4{background-position:15px -1000px;}
.ent-con-content .ent-left .ent-contact a.icon1:hover{background-position:15px -751px;}
.ent-con-content .ent-left .ent-contact a.icon2:hover{background-position:15px -850px;}
.ent-con-content .ent-left .ent-contact a.icon3:hover{background-position:15px -950px;}
.ent-con-content .ent-left .ent-contact a.icon4:hover{background-position:15px -1050px;}
.ent-con-content .ent-left .ent-contact a.icon1.nomove:hover{background-position:15px -700px;}
.ent-con-content .ent-left .ent-contact a.icon2.nomove:hover{background-position:15px -800px;}
.ent-con-content .ent-left .ent-contact a.icon3.nomove:hover{background-position:15px -900px;}
.ent-con-content .ent-left .ent-contact a.icon4.nomove:hover{background-position:15px -1000px;}
.ent-con-content .ent-left .contact-list{padding:0 20px;}
.ent-con-content .ent-left .contact-list.astrictHeight{max-height: 696px; overflow: hidden;}
.ent-con-content .ent-left .contact-list .list-li{width: 280px; height: 212px; cursor: pointer; margin-bottom: 20px; background-color: #f8f8f8; line-height: 32px; font-size: 14px; text-align: center;}
.ent-con-content .ent-left .contact-list .list-li .img{width: 280px; height: 180px;}
.ent-con-content .ent-left .contact-list .list-li .img img{width: 100%; height: 100%;}
.ent-con-content .ent-left .contact-list .list-li .text{padding: 0 20px;}
.ent-con-content .ent-left .showMore{width: 278px; height: 38px; line-height: 38px; text-align: center; color:#757575; font-size: 16px; border:1px solid #ddd; border-radius: 2px; margin-left: 20px; display: inline-block; vertical-align: top;}
.ent-con-content .ent-right{width:720px; min-height:703px; padding:10px 60px 60px 60px; float:right; display:inline-block;background-color:#fff; position:relative;}
.ent-con-content .ent-right>.item{display:none;}
.ent-con-content .ent-right>.item.active{display:block;}
.ent-con-content .ent-right>.item .ent-con-intor{width:250px; height:65px; position:absolute; top:23px; left:-71px; background:url(../images/ent_con_intor.png) 0px 0px no-repeat; font-style:normal; font-size:18px; color:#fff; transform:rotate(-45deg); text-align:center; line-height:70px;}
.ent-con-content .ent-right .intro{color:#4b4b4b; font-size:14px; line-height:24px; word-break: break-all; }
.ent-con-content .ent-right .intro h2{font-size:24px; color:#0d0d0d; line-height:120px; text-align:center;}
.ent-con-content .ent-right .related-news{list-style-type:none; margin-top:60px;}
.ent-con-content .ent-right .related-news.nomar{margin-top: 25px;}
.ent-con-content .ent-right .related-news>.title{font-size:22px; width:710px; letter-spacing: 2px; padding:0 5px; color: #0d0d0d; line-height:50px; border-bottom:1px solid #dddddd; margin-bottom:10px;}
.ent-con-content .ent-right .related-news>.title .more{ float:right; font-size:14px; letter-spacing: 0; font-weight:normal; color:#4b4b4b;}
.ent-con-content .ent-right .related-news>.title .more:hover{color:#4e6ef2;}
.ent-con-content .ent-right .related-news .box{border-bottom:1px dashed #eee; padding-bottom: 30px;}
.ent-con-content .ent-right .related-news .box .title{height: 74px; line-height: 74px; font-size: 18px;}
.ent-con-content .ent-right .related-news .box .text{font-size: 14px; color:#aaa; line-height: 22px; max-height: 44px; -webkit-line-clamp:2; margin-bottom: 20px;}
.ent-con-content .ent-right .related-news .box .label{height: 20px; line-height: 20px;}
.ent-con-content .ent-right .related-news .box span{font-size: 14px; float: left; height: 20px; line-height: 20px;}
.ent-con-content .ent-right .related-news .box span.category{margin-right: 34px; color:#8eadd9;}
.ent-con-content .ent-right .related-news .box span.category.purple{color:#7777cc;}
.ent-con-content .ent-right .related-news .box span.category.blue{color:#6d99d4;}
.ent-con-content .ent-right .related-news .box span.category.green{color:#39b967;}
.ent-con-content .ent-right .related-news .box span.author{color:#757575; margin-right: 15px;}
.ent-con-content .ent-right .related-news .box span.time{color:#757575;}
.ent-con-content .ent-right .related-news .box .label a.ly,.ent-con-content .ent-right .related-news .box .label a.dz{float:right; padding-left:20px; margin-left:25px; color:#aaa; color:#aaa; font-size:12px; background-image:url(../images/icon.png); background-repeat:no-repeat;}
.ent-con-content .ent-right .related-news .box .label a.ly{background-position:-15px -2914px;}
.ent-con-content .ent-right .related-news .box .label a.dz.no{background-position:-15px -2964px;}
.ent-con-content .ent-right .related-news .box .label a.dz{background-position:-15px -3015px;}

.ent-con-content .ent-right .ent-member-list{list-style-type:none; display:inline-table; margin-top:100px;}
.ent-con-content .ent-right .ent-member-list li{width:520px; height:324px; padding:0 34px 0 100px; margin:0 0 70px 66px; box-shadow:5px 5px 5px #d1d1d1; position:relative; background-color:#f8f8f8;}
.ent-con-content .ent-right .ent-member-list li .img{position:absolute; left:-77px; top:85px; border:2px solid #f8f8f8; width:150px; height:150px;}
.ent-con-content .ent-right .ent-member-list li .info .name-post{line-height:70px;}
.ent-con-content .ent-right .ent-member-list li .info .name-post strong{color:#0d0d0d; font-size:18px; }
.ent-con-content .ent-right .ent-member-list li .info .name-post span{color:#666; font-size:14px; margin-left:20px;}
.ent-con-content .ent-right .ent-member-list li .info .text{width:525px; height:220px; overflow:hidden; font-size:14px; line-height:24px; color:#a1a1a1;}
.ent-con-content .ent-right .pages{border-top:none; background-color:inherit; padding:0; margin:0 auto;}
.ent-con-content .ent-right .pri-service{padding:20px 0; color:#4b4b4b;font-size:14px; line-height:24px;}
.ent-con-content .ent-right .pri-list{list-style-type:none; display:inline-table;}
.ent-con-content .ent-right .pri-list h3{font-size:20px; width:710px; padding:0 5px; color:#4b4b4b; font-weight:bold; float:left; line-height:34px; border-bottom:1px solid #a0a0a0; margin-bottom:30px;}
.ent-con-content .ent-right .pri-list li{float:left; width:310px; height:240px; margin:0 25px 25px 25px;}
.ent-con-content .ent-right .pri-list li .name{height:40px; width:310px; line-height:40px; text-align:center;}
.ent-con-content .ent-right .pri-con-title{width:516px; height:30px; line-height:30px; text-align:center; margin:45px 0px 45px 102px; float:left; font-size:24px; }
.ent-con-content .ent-right .bdshare-button-style0-24{margin-top:40px;}
.ent-con-content .ent-right .pri-con-content{color:#4b4b4b;font-size:14px; line-height:24px; clear:both;}
.ent-con-content .ent-right .pri-con-content img{max-width: 100%;}
.ent-con-content .ent-right .advantage-list-box{margin-top:45px; }
.ent-con-content .ent-right .item .advantage-list-box:nth-child(2){margin-top:80px;}
.ent-con-content .ent-right .advantage-list-box h3{font-size:22px; width:710px; letter-spacing: 2px; padding:0 5px; color: #0d0d0d; line-height:50px; border-bottom:1px solid #dddddd; margin-bottom:10px; font-weight: normal;}
.ent-con-content .ent-right .advantage-list-box p{color:#4b4b4b;font-size:14px; line-height:24px; clear:both;}
.ent-con-content .ent-right .advantage-list{ list-style-type:none; display:inline-table;}
.ent-con-content .ent-right .advantage-list li{width:216px; height:135px; float:left; margin:20px 36px 0 0;}
.ent-con-content .ent-right .advantage-list li:nth-child(3n){margin-right:0;}
.ent-con-content .ent-right .culture h2{font-size:20px; margin-top:15px; border-bottom:1px solid #b5b5b5; line-height:84px; text-align:center; color:#4b4b4b;}
.ent-con-content .ent-right .culture .text{color:#4b4b4b;font-size:14px; line-height:24px; padding:20px 0;}
.ent-con-content .ent-right .register-info{border-left:1px solid #eee; border-top:1px solid #eee; margin-top:130px;}
.ent-con-content .ent-right .register-info td{border-right:1px solid #eee; font-size:14px; color:#2f2f2f; text-indent:1em; border-bottom:1px solid #eee;}
.ent-con-content .ent-right .register-info td:first-child{text-align:right; text-indent:0;}
.ent-con-content .ent-right .report-list{display:inline-table; width:100%; list-style-type:none; margin-top:115px; padding-bottom:30px;}
.ent-con-content .ent-right .report-list li{height:125px; width:100%; border-bottom:1px dashed #dcdcdc; padding-bottom:10px;}
.ent-con-content .ent-right .report-list li .title{width:410px; height:70px; line-height:70px; font-size:18px;}
.ent-con-content .ent-right .report-list li .text{ width:100%; height:56px; line-height:28px; overflow:hidden; font-size:14px; color:#716c6c;}
.ent-con-content .ent-right .report-list li .text a{ color:#716c6c;}
.ent-con-content .ent-right .report-list li .img{float:right;margin-top:13px;}
.ent-con-content .ent-right .report-list li .img ~ .text{width:540px;}
.ent-con-content .ent-right .img-list{display:inline-table; list-style-type:none; width:100%; margin-top:90px;}
.ent-con-content .ent-right .img-list li{width:220px; height:184px; float:left; margin:0 10px; cursor:pointer;}
.ent-con-content .ent-right .img-list li img{float:left;}
.ent-con-content .ent-right .img-list li .name{width:220px; height:44px; line-height:44px; font-size:16px; text-align:center;float:left;}
.ent-max-img-box-ba{width:100%; height:100%; position:fixed; z-index:1000001; top:0; left:0; background-color:rgba(0,0,0,.7); display:none;}
.ent-max-img-box-ba .max-img-box{height: 80%; position: absolute; width: 100%; top:10%;display: table-cell; text-align: center;}
.ent-max-img-box-ba .max-img-box .x-prev,.ent-max-img-box-ba .max-img-box .x-next{width:70px; height:70px; font-size:60px; color:#4e6ef2; background-color:#fff; position:absolute;  top:50%; margin-top:-35px; z-index:2; background-image:url(../images/icon.png); background-repeat:no-repeat; background-size:cover;}
.ent-max-img-box-ba .max-img-box .x-prev{left:50px; background-position:0 -1050px;}
.ent-max-img-box-ba .max-img-box .x-next{right:50px; background-position:0 -997px;}
.ent-max-img-box-ba .max-img-box img{ vertical-align: middle; max-height: 100% !important;}
.ent-max-img-box-ba .max-img-box span{ height: 100%; display: inline-block; vertical-align: middle; }
.ent-max-img-box-ba .close{width:34px; height:34px; background-color:#fff; font-size:36px; cursor:pointer; line-height:30px; text-align:center; position:absolute; top:50px; right:50px;}
/*----------------------------------------------404----------------------------------------------------------------------*/
.box404{width:830px; height:784px; background-image:url(../images/404_bg.png); position:absolute; left:50%; top:50%;margin-left:-415px; margin-top:-392px;}
.box404 .info{ width:100%; text-align:center; line-height:30px; bottom:10px; color:#666666; float:left; margin-top:500px;}
.box404 .info span{color:#5d5d5d; width:100%; float:left;}
.box404 .info span.time{color:#aeaeae;}
.box404 .info span em{font-size:24px; color:#dd322a;}
.box404>a{width:150px; text-decoration:none; letter-spacing:2px; height:52px; background-color:#dd322a; color:#fff; line-height:52px; text-align:center; font-size:20px; float:left; position:relative; left:50%; margin:30px 0 0 -75px;}
.ent-con-header{position: relative;}
.ent-con-header .investor-prev{ cursor:pointer; width:72px; height:72px; transition:all 0s ease; -webkit-transition:all 0s ease; position:absolute; top:50%; margin-top:-36px; left:-100px; background:url(../images/icon4.png) -115px -15px no-repeat;	}
.ent-con-header .investor-prev:hover{background-position:-14px -15px;}
.ent-con-header .investor-next{ cursor:pointer; width:72px; height:72px; transition:all 0s ease; -webkit-transition:all 0s ease; position:absolute; top:50%; margin-top:-36px; right:-100px; background:url(../images/icon4.png) -114px -116px no-repeat;}
.ent-con-header .investor-next:hover{background-position:-13px -116px;}
/* ----------------------------------------------------------行业协会-列表-------------------- */
.association li .ent-list-left{}
.association li .ent-list-right{width:95px; height:170px;float:left;}
.association li .ent-list-right .img img {vertical-align: middle;position: relative; width: 95px;}
.index-right .information .items .item .association li .text { width: 140px; margin: 15px 0; line-height: 20px;font-size: 14px;color: #656565;float: left; -webkit-box-orient: vertical;}
.index-right .information .items .item .association li .text a {font-size: 16px;}
.index-right .information .items .item .association li .img{width: 70px;height: 70px; border-radius: 50%;overflow: hidden;float: left;margin: 5px 10px 5px 25px; background: none;}
.index-right .information .items .item .association li { width: 270px; height: 80px;list-style-type: none;padding: 3px 0px;}


/* 行业协会详情 */
.assocation-details-box {width: 1100px; margin: 0px auto;position: relative;top: 20px; margin-bottom: 40px;clear: both; padding: 30px 50px;line-height: 30px;font-size: 16px;text-shadow: 0px 0px 1px #eee;letter-spacing: 1px;background-color: #fff;}
.assocation-details-box>.title{ height: 60px; line-height: 40px; font-size: 22px; font-weight: bold; text-align: center;}
.assocation-details-title { width: 1920px; height: 59px;left: 50%;margin-left: -960px; position: relative;margin-bottom: 25px;border-bottom: 1px solid #4e6ef2;float: left;}
.assocation-details-title .text { width: 170px; height: 50px;font-size: 24px;line-height: 50px; text-align: center;left: 895px;bottom: -25px;background-color: #f8f8f8;position: absolute;}
.assocation-details-header-box { width: 100%;min-width: 1220px;}
.assocation-details-header-box .bdsharebuttonbox{position: absolute; bottom: 30px; right: 70px; line-height: 30px;}
.assocation-details-header { width: 1220px;height: 220px; margin: 0 auto;clear: both;background-color: #fff; position: relative;}
.assocation-details-header .full-left {width: 130px; margin:45px 60px 45px 80px;float: left;position: relative;}
.assocation-details-header .full-right { width: 750px;padding-top: 45px;position: relative;}
.assocation-details-header .full-right.nwd{width: auto;}
.assocation-details-header .full-left .img{ width: 128px;height: 128px;float: left;border: 1px solid #eee;}
.assocation-details-header .full-right .right-title{font-size:22px; font-weight: bold; height: 30px; display: inline-block; vertical-align: top; margin-bottom: 15px; line-height: 30px;}
.assocation-details-header .full-right table td{line-height:24px; height: 24px; font-size:14px; color:#282828; color:#757575;}
.assocation-details-header .full-right .bt{width:118px; height:33px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; line-height:35px; text-align:center; float:left; color:#fff; margin-left:20px; font-size:14px;}
.assocation-details-header .full-right .bt.bt1{background-color:#fd9478; border:1px solid #fd9478;}
.assocation-details-header .full-right .bt.bt2{background-color:#4e6ef2; border:1px solid #4e6ef2;margin-left:0px;}
.assocation-details-header .full-right .bt.bt3{background-color:#e9e9e9; border:1px solid #dbdbdb; color:#4e6ef2; text-align:left; text-indent:45px; background:url(../images/icon2.png) 0px -1108px no-repeat;}
.assocation-details-header .full-right .bt.bt4{background-color:#e9e9e9; border:1px solid #dbdbdb; color:#4e6ef2; text-align:left; text-indent:45px;background:url(../images/icon2.png) 0px -1158px no-repeat;}
.assocation-details-header .full-right .bdsharebuttonbox{float:left !important; margin-left:70px !important;}
.assocation-details-apply{ width:1220px; height:600px; padding:30px 0; margin:0 auto; clear:both; }
.assocation-details-apply .full-left{width:530px; float:left;}
.assocation-details-apply .left-title{ line-height:60px; height:60px; float:left; width:530px; font-size:18px; font-weight:bold; border-bottom:1px solid #a0a0a0;}
.assocation-details-apply .full-left .left-map{margin:20px 0; width:530px; height:380px; float:left;}
.assocation-details-apply .full-left .left-site{width:500px; font-size:14px; padding-left:35px; line-height:50px; height:50px; float:left;background:url(../images/icon2.png) -12px -1203px no-repeat;}
.assocation-details-apply .full-right{width:530px; float:right; }
.assocation-details-apply .full-right table input[type=text]{width:425px; height:50px; text-indent:1em; line-height:50px; border:1px solid #d2d0d1; background-color:#fbf9fa; font-size:16px;}
.assocation-details-apply .full-right table input[type=button]{width:225px; height:60px; background-color:#980001; color:#fff; font-size:24px; letter-spacing:30px; text-indent:30px; cursor:pointer;}
/*商业计划书BP*/
.businessplanbp-box {height:1955px; background-color:#f8f8f8; min-width:1220px;}
.businessplanbp-box .or2{width:100%; min-width:1220px; height:370px; background-color:#063c54;}
.businessplanbp-box .or2 .t{width:100%; min-width:1220px; height:100px; line-height:155px; font-size:36px; color:#fff; text-align:center;}
.businessplanbp-box .or2 .t2{width:100%; min-width:1220px; height:120px; letter-spacing:1px; line-height:50px; font-size:18px; color:#ddd; text-align:center;}
.businessplanbp-box .or2 .bt1{width:260px; height:70px; color:#fff; line-height:70px; font-size:24px; border:1px solid #fff; position:relative; float:left; left:50%; margin-left:-280px;}
.businessplanbp-box .or2 .bt2{width:260px; height:70px; color:#fff; line-height:70px; font-size:24px; border:1px solid #fff; position:relative; float:right; right:50%; margin-right:-280px;}
.businessplanbp-box .or2 .bt1 i{float:left; width:40px; height:40px; background: url(../images/icon2.png) -5px -2304px no-repeat; margin:15px 20px 0 50px;}
.businessplanbp-box .or2 .bt2 i{float:left; width:40px; height:40px; background: url(../images/icon2.png) -5px -2355px no-repeat; margin:15px 20px 0 50px;}
.businessplanbp-box .or2 a:hover{border-color:#4e6ef2; background-color:#4e6ef2;}
.businessplanbp-box .titleZh-pro{float: left;width: 100%;height: 40px;line-height: 40px;font-size: 36px;color: #163474; font-weight:600; text-align: center; padding-top: 50px;}
.businessplanbp-box .eng-xj{color:#acadad; font-size:18px; float: left;width: 100%; height: 40px; line-height: 40px; text-align: center; letter-spacing:1px;}
.businessplanbp-box .xj{ float: left;width: 100%; height: 40px; line-height: 40px; font-size: 20px;text-align: center;font-weight: normal; padding-bottom: 10px;}
.businessplanbp-box .xj a.bt1{ color: #dc322a;font-weight: bold; font-size:18px; padding:5px 40px 5px 0; background: url(../images/icon2.png) no-repeat 223px -2257px;}
.businessplanbp-box .xj a.bt2{ color: #dc322a;font-weight: bold; font-size:18px; padding:5px 40px 5px 0; background: url(../images/icon2.png) no-repeat 187px -2257px;}
.businessplanbp-box .paqlist { margin:0 auto; width: 1220px;height: 820px;}
.businessplanbp-box .paqlist li {float: left;width: 248px; border:1px solid #6e6e6e; height: 248px; font-size:24px; text-align:center; position:relative; padding: 15px; cursor:pointer; margin-right: 10px;margin-left: 10px; line-height:248px; margin-bottom: 20px;display: inline;color: #fff; box-shadow:0px 0px 10px #adabac;}
.businessplanbp-box .paqlist li:after{ content:''; background: url(../images/icon_100.png) -10px -510px no-repeat; position:absolute; width:80px; height:80px; top:100px; left: 100px; }
.businessplanbp-box .paqlist li .text-box{background-color:rgba(218,37,28,0.8); width:250px; height:250px;  padding: 15px;position:absolute; top:-1px; left:-1px; display:none;}
.businessplanbp-box .paqlist li h4 {font-size: 24px;line-height: 40px;font-weight: normal;padding-bottom: 10px; color:#fff;}
.businessplanbp-box .paqlist li p {font-size: 14px; line-height: 28px;word-wrap: break-word; text-align: justify;padding-left: 10px; color:#fff;}
.businessplanbp-box .incontent{width:100%; min-width: 1220px; height:765px; background:url(../images/planbp_i.png) center no-repeat;}
.businessplanbp-box .paqlist li.imgbox1{background: url(../images/plan_li.jpg) 0px 0px no-repeat;}
.businessplanbp-box .paqlist li.imgbox2{background: url(../images/plan_li.jpg) 0px -280px no-repeat;}
.businessplanbp-box .paqlist li.imgbox3{background: url(../images/plan_li.jpg) 0px -560px no-repeat;}
.businessplanbp-box .paqlist li.imgbox4{background: url(../images/plan_li.jpg) 0px -840px no-repeat;}
.businessplanbp-box .paqlist li.imgbox5{background: url(../images/plan_li.jpg) 0px -1120px no-repeat;}
.businessplanbp-box .paqlist li.imgbox6{background: url(../images/plan_li.jpg) 0px -1400px no-repeat;}
.businessplanbp-box .paqlist li.imgbox7{background: url(../images/plan_li.jpg) 0px -1680px no-repeat;}
.businessplanbp-box .paqlist li.imgbox8{background: url(../images/plan_li.jpg) 0px -1960px no-repeat;}
.businessplanbp-box .paqlist li:hover .text-box{display:block;}
.businessplanbp-box .paqlist li:hover em{display:none;}
.businessplanbp-box .paqlist li:hover:after{display:none;}
/*投资地图*/
.map-container-search{position:relative; z-index:10;}
.map-container-search .showlabel{float:right; font-size:12px; color:#4e6ef2; line-height:50px;}
.map-infobox{width:313px;border:1px solid #b58c5e; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; overflow:hidden; position:fixed; display:none; top: 0; left:0; margin-top:-95px; margin-left:-350px; z-index:1000003; padding-bottom:20px; background-color:#fff;}
.map-infobox .title{line-height:28px; height:28px; text-indent:0.5em;   width:313px; float:left; background-color:#c69f67; color:#fff; font-size:12px;}
.map-infobox .title .close{float:right; font-size:24px; color:#fff; width:28px; height:28px; line-height:24px;}
.map-infobox .title a{color:#fff;}
.map-infobox td{font-size:12px; height:28px; line-height:28px;}
.map-infobox td.b{color:#4e6ef2;}
.map-infobox .gz{padding-left:34px; color:#ed2d2d;background: url(../images/icon2.png) -2px -1960px no-repeat;float:left; margin-left:-8px;}
.map-infobox .gz.no{background-position: -3px -2062px; color:#5e5e5e; margin-left:0px;}
.map-infobox table{padding:10px 15px;}
.map-infobox table .img{width:70px; height:70px; border:1px solid #c0c0c0; float:left;}
.map-infobox .xq-bt{width:75px; position:relative; background: url(../images/icon2.png) 0px -1861px no-repeat; height:29px; line-height:29px; float:left; border:1px solid #7284aa; font-size:14px; margin-left: 15px; color:#7284aa; padding-left:40px;}
.map-infobox .xq-bt span{position:absolute; width:100%; height:100%; background-color:#fff; top:0; left:0; text-align:center; display:none;}
.map-infobox .xq-bt:hover span{display:block;}
.map-infobox .upbox-bt{ background: url(../images/icon2.png) -4px -1762px no-repeat; margin-right:15px;  width:106px; border:1px solid #b38a5e;position:relative; float:right; line-height:29px; font-size:14px;  color:#b98f4d; height:29px; padding-left:34px; }
.map-container-box{width:100%; height:100%; box-sizing: border-box; padding-top:100px; position:absolute; top:0; left:0;}
#map-container{width: 100%; height: 100%; min-width: 1220px; border-top:1px solid #bfbfbf; box-sizing: border-box;}
.map-container.hides .BMapLabel{display:none !important;}
.BMap_Marker .BMapLabel{border:1px solid #b58c5e !important; background-color:#c69f67 !important;}
.BMap_Marker .BMapLabel:before{content:''; position:absolute; top:30px; left:22px; border-top:8px solid #b58c5e; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:0;}
.BMap_Marker .BMapLabel:after{content:''; position:absolute; top:28px; left:22px; border-top:8px solid #c69f67; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:0;}
.BMap_Marker:hover{z-index:2 !important;}
.BMap_Marker:hover .BMapLabel{border-color:#b31d1d !important; background-color:#ed2d2d !important;}
.BMap_Marker:hover .BMapLabel:before{border-top-color:#b31d1d;}
.BMap_Marker:hover .BMapLabel:after{border-top-color:#ed2d2d;}
.invest-labels.orgs .labels{background-color:#f5f3f0; float:left; width:480px; height:24px; padding:0; margin-top:13px;border-bottom:0;margin-left:25px;}
.map-orgs{height:50px; line-height:50px; width:auto; display:inline-table; float:left;}
.map-orgs span{float:left; font-size:12px; color:#757575; margin-right:10px;}
.map-orgs .research{color:#4e6ef2; font-size:12px; text-shadow:none; }
.map-orgs select{border:0; height:22px; float:left; margin-top:14px; margin-right:10px; font-size:12px; background-color:#f5f3f0; color:#00398b; opacity:1 !important;}
.map-orgs select.active{color:#4e6ef2;}
.invest-labels.orgs .invest-search{height:22px; width:224px; margin:0;}
.invest-labels.orgs .radio-box{height:24px;margin:0; font-size:12px; }
.invest-labels.orgs .invest-search .search-text{height:22px; line-height:22px; font-size:12px; width:170px;}
.invest-labels.orgs .invest-search .search-bt{ background: url(../images/icon.png) 4px -2315px no-repeat #4e6ef2; width:54px;}
.map-prmopt-box{position:absolute; font-size:14px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; top:105px; padding:15px 0;width:212px;box-shadow:0px 0px 8px #666; text-align:center;  background-color:#fff; border:1px solid #00398b; z-index:11; color:#00398b;}
.map-prmopt-box.box1{left:50%; margin-left:-560px;}
.map-prmopt-box.box2{right:50%; margin-right:-615px;}
.map-prmopt-box.box3{top:60%; left:60%;}
.map-prmopt-box .close{width:20px; text-align:center; height:20px; line-height:20px; position:absolute; top:0; right:0; font-size:20px; color:#00398b;}
.map-prmopt-box .close-bt{border:1px solid #4e6ef2; padding:2px 5px; float:left; margin:10px 0 0 72px ; color:#00398b; font-size:14px; }
.map-prmopt-box.box1:before{content:''; position:absolute; width:32px; height:22px; background: url(../images/icon2.png) -9px -2560px no-repeat; top: -20px; left:30px; }
.map-prmopt-box.box2:before{content:''; position:absolute; width:32px; height:22px; background: url(../images/icon2.png) -9px -2510px no-repeat; top: -20px; right:30px; }
.map-prmopt-box.box3:before{content:''; position:absolute; width:40px; height:22px; background: url(../images/icon2.png) -2px -2613px no-repeat; top: 20px; right:212px; }
/*投资人见面会*/
.appearances-banner{width:100%; height:600px; min-width:1220px; background:url(../images/appearances_banner.jpg) center no-repeat;}
.appearances-banner .box{width:480px; height:58px; line-height:58px; float:left; position:relative; left:50%; margin-left:-240px; margin-top:315px;}
.appearances-banner .box span{float:left; font-size:18px; height:78px; line-height:78px; color:#4b4b4b; width:100%; text-align:center;}
.appearances-banner .box .zx{color:#dc322a; line-height:30px;}
.appearances-banner .box .zx:hover{text-decoration:underline;}
.appearances-banner .box .bt{float:left; width:200px; height:50px; line-height:50px; background-color:#dc322a; color:#fff; font-size:18px;  text-align:center;}
.appearances-banner .box .bt.bt2{float:right;}
.appearances-title{width:1220px; margin:0 auto; margin-bottom:38px; height:76px; border-bottom:1px solid #8b8b8b; position:relative;}
.appearances-title span{width:280px; height:76px; float:left; left:460px; position:absolute; text-align:center; line-height:76px; bottom:-38px; background-color:#f8f8f8; font-size:32px; color:#1e3075;}
.appearances-investors{width:1220px; padding:20px 0; display:inline-table; position:relative; left:50%; margin-left:-600px; }
.appearances-investors .box{width:220px; margin:0 40px; float:left; text-align:center; padding:20px 0;}
.appearances-investors .box .img{width:150px; height:150px; border:2px solid #b38a5e; margin:0 33px;}
.appearances-investors .box .name{width:220px; height:72px; line-height:72px; color:#4b4b4b; font-size:24px; font-weight:bold;}
.appearances-investors .box .label{width:220px; line-height:18px; height:18px; color:#4b4b4b; font-size:16px;}
.appearances-process{width:1100px; height:360px; padding:0 50px; margin:0 auto; line-height:40px; font-size:18px; color:#5e5e5e; background-color:#fff;}
.appearances-process a{color:#dc322a;}
.appearances-process a:hover{text-decoration:underline;}
.appearances-process h2{color:#1e3075; font-size:32px; width:100%; height:100px; line-height:100px; text-align:center; font-weight:normal;}
.appearances-process em{font-weight:600;}
.appearances-time{width:1098px; position:relative; height:118px; margin:30px auto; border:1px solid #c8c8c8; padding:20px 50px; background-color:#fff;}
.appearances-time:before{content:''; width:10px; height:160px; background-color:#dc322a; position:absolute; top:-1px; left:-1px;}
.appearances-time .box{width:900px; float:left;}
.appearances-time .box .time{width:100%; line-height:70px; height:70px; font-size:24px; color:#000154; }
.appearances-time .box .name{width:100%; height:30px; line-height:30px; font-size:24px; color:#4b4b4b;}
.appearances-time .bt{float:right; transition:all 0.3s ease; -webkit-transition: all 0.3s ease; width:164px; border:1px solid #4e6ef2; color:#4e6ef2; line-height:44px; text-align:center; margin-top:39px; font-size:18px; height:44px; border-radius:22px; -webkit-border-radius:22px; -moz-border-radius:22px; letter-spacing:2px;}
.appearances-time .bt:hover{background-color:#4e6ef2; color:#fff;}
.appearances-film-editing{ width:1120px; padding:0 40px; margin:0 auto; background-color:#fff; margin-bottom:20px;}
.appearances-film-editing .title{height:84px; width:100%; line-height:84px; font-size:24px; color:#000154;}
.appearances-film-editing .boxs{width:100%; display:inline-table;}
.appearances-film-editing .boxs .box{width:265px; margin-right:20px; margin-bottom:20px; height:190px; overflow:hidden; float:left;}
.appearances-film-editing .boxs .box:nth-child(4n){margin-right:0;}
/*启动视频程序*/
.appearances-loadding{width:714px; height:486px; position:absolute; top:50%; left:50%; margin:-343px 0 0 -357px;}
.appearances-loadding .logo{ width:150px; height:90px; float:left; background:url(../images/logo.png) 0px 0px no-repeat; }
.appearances-loadding .box{width:100%; position:relative; height:296px; padding:50px 0; float:left; background-color:#fff; box-shadow:0px 0px 10px #777;}
.appearances-loadding .box h1{ width:100%; line-height:110px; height:110px; font-size:32px; color:#4e6ef2; text-align:center; font-weight:normal; }
.appearances-loadding .box span{float:left; height:34px; line-height:34px; text-align:center; color:#222222; font-size:14px; margin-left:160px;}
.appearances-loadding .box span em{color:#4e6ef2;}
.appearances-loadding .box .bt{width:90px; height:34px; float:left; line-height:34px; font-size:14px; text-align:center; color:#fff; background-color:#4e6ef2; margin-left:40px;}
.appearances-loadding .box .re-bt{width:292px; height:40px; line-height:40px; float:left; text-align:center; border:1px solid #ccc; color:#000; margin-left:210px; margin-top:40px;}
.appearances-loadding .box .close {color:#aeaeae; font-size:30px; width:55px; height:55px; line-height:50px; text-align:center; position:absolute; top:0; right:0;}
/*用户称修改*/
.message-edit-hy{width:100%;height:100%; position:fixed;  top:0; left:0; z-index:99;display:none;background-image: url(../images/bg_box.png);}
.message-edit-hy .message-edit-box{width:330px; height:280px; position:absolute; background-color:#fff; top:50%; left:50%; margin:-140px 0 0 -165px;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; overflow:hidden;}
.message-edit-hy .message-edit-box .title{width:100%; height:55px; background-color:#dc322a; line-height:55px; text-indent:20px; color:#fff; font-size:16px;}
.message-edit-hy .message-edit-box .name,.message-edit-hy .message-edit-box .password{border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; width:290px; height:40px;border: 1px solid #e6e6e6;margin-left: 19px;text-indent: 10px;color: #333; font-size:14px;}
.message-edit-hy .message-edit-box .password{margin-top:20px;}
.message-edit-hy .message-edit-box .prompt {height: 28px;line-height: 28px; display:none; background: url(../images/login.png) -41px -309px no-repeat;text-indent: 20px;color: #ff4400; font-size:14px;}
.message-edit-hy .message-edit-box .editname-prompt{padding:5px 0px 5px 20px;height: 28px;}
.message-edit-hy .message-edit-box .save{width:292px; font-size:16px; color:#fff;  height:40px; background-color:#dc322a; line-height:40px; margin-top:20px; text-align:center; float:left; margin-left:19px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.message-edit-hy .message-edit-box i{position:absolute; top:0; right:0; width:55px; height:55px; font-size:30px; color:#fff; line-height:50px; text-align:center; cursor:pointer;}
/*我的融资路-活动*/
.myfinancing-banner{width:100%; height:460px; min-width:1220px; background:url(../images/myfinancing_banner.jpg) center no-repeat;}
.myfinancing-banner .box{width:510px; height:auto; margin:0 auto; padding-top:275px;}
.myfinancing-banner .box .time{width:460px; height:30px; line-height:30px; font-size:22px; color:#fff; padding-left:50px; background: url(../images/icon2.png) 0px -2807px no-repeat;}
.myfinancing-banner .box .bt{width:200px; height:50px; border:1px solid #fff;transition: all 0.3s ease; -webkit-transition: all 0.3s ease; line-height:50px; float:left; text-align:center; font-size:20px; color:#fff; margin-left:154px; margin-top:50px;}
.myfinancing-banner .box .bt:hover{background-color:#e14138; border-color:#e14138;}
.myfinancing-header{width:1220px; height:auto; margin:0 auto;}
.myfinancing-header .title-line{width:1220px; height:66px; border-bottom:1px solid #8b8b8b; position:relative; margin-bottom:55px;}
.myfinancing-header .title-line .title{width:624px; height:66px; line-height:66px; position:absolute; bottom:-33px; margin-left:288px; text-align:center; background-color:#f8f8f8; font-size:32px; color:#1e3075;}
.myfinancing-header .centent{padding:0 45px; line-height:34px; margin-bottom:20px; width:1110px; font-size:18px; color:#4b4b4b;}
.myfinancing-jd{width:1220px; height:130px; margin:0 auto; border-bottom:2px solid #b9b9b9; margin-bottom:35px; position:relative;}
.myfinancing-jd:after{content:''; position:absolute; width:30px; height:30px; right:-8px; bottom:-16px; background: url(../images/icon2.png) -12px -2856px no-repeat;}
.myfinancing-jd .box{width:170px; float:left; height:98px; padding-top:12px; margin-top:35px; margin-left:59px; font-size:18px; color:#fff; background:url(../images/myfinancing_jd.png) -170px 0px no-repeat; line-height:24px; text-align:center;}
.myfinancing-jd .box.active{background-position:0px 0px;}
.myfinancing-centent{width:1220px; height:auto; margin:0 auto; position:relative;}
.myfinancing-centent .myfinancing-centent-xq{line-height:38px; margin-bottom:20px; padding:0 45px 50px 45px; width:1110px; display:inline-table; font-size:18px; color:#5e5e5e; background-color:#fff;}
.myfinancing-centent .myfinancing-centent-xq .title{width:100%; height:100px; line-height:100px; font-size:32px; color:#1e3075; text-align:center;}
.myfinancing-centent .myfinancing-centent-xq em{float:left; width:100px; font-weight:bold; letter-spacing:1px;}
.myfinancing-centent .myfinancing-centent-xq p{float:left; width:1010px;}
.myfinancing-centent .myfinancing-centent-lc{width:1040px; padding:0 80px; height:510px; background-color:#fff; margin-bottom:20px;}
.myfinancing-centent .myfinancing-centent-lc .box{width:210px; float:left; margin-left:40px; line-height:22px;}
.myfinancing-centent .myfinancing-centent-lc .title{width:100%; height:100px; line-height:100px; font-size:32px; color:#1e3075; text-align:center;}
.myfinancing-centent .myfinancing-centent-lc img{margin-left:40px;}
.myfinancing-centent .myfinancing-centent-lc .box .box-title{font-size:18px; color:#dc322a; width:100%; line-height:24px;}
.myfinancing-centent .myfinancing-centent-lc .box p{width:100%; font-size:14px; color:#5e5e5e;}
.myfinancing-centent .myfinancing-centent-jx{ margin-bottom:20px; padding:0 50px 50px 50px; width:1100px; display:inline-table; font-size:18px; border-top:4px solid #dc322a; color:#5e5e5e; background-color:#fff;}
.myfinancing-centent .myfinancing-centent-jx .title{width:100%; height:100px; line-height:100px; font-size:32px; color:#1e3075; text-align:center;}
.myfinancing-centent .myfinancing-centent-jx .box{width:100%; padding:40px 0; position:relative;}
.myfinancing-centent .myfinancing-centent-jx .box img{position:absolute; top:15px; right:0;}
.myfinancing-centent .myfinancing-centent-jx .box img.ah{top:40px;}
.myfinancing-centent .myfinancing-centent-jx .box .box-text{width:450px;}
.myfinancing-centent .myfinancing-centent-jx .box .box-text .box-mc{width:230px; height:50px; margin-bottom:20px;  color:#dc322a;}
.myfinancing-centent .myfinancing-centent-jx .box .box-text .box-mc em{line-height:50px; width:50px; font-size:60px; color:#dc322a; font-weight:bold; float:left;}
.myfinancing-centent .myfinancing-centent-jx .box .box-text .box-mc span{float:left; font-size:24px; height:50px; line-height:70px;}
.myfinancing-centent .myfinancing-centent-jx .box .box-text .box-jp{line-height:44px; position:relative; padding-left:50px; font-size:18px; color:#4b4b4b;}
.myfinancing-centent .myfinancing-centent-jx .box .box-text .box-jp:before{content:''; position:absolute; top:18px; left:16px; width:8px; height:8px; background-color:#042552; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;}
.myfinancing-centent .myfinancing-centent-jx .box .box-text .box-mc.first{position:relative; font-size:24px; background-color:#dc322a; color:#fff; line-height:50px; text-indent:35px;}
.myfinancing-centent .myfinancing-centent-jx .box .box-text .box-mc.first:after{content:''; position:absolute; top:0; right:-25px; border-left:25px solid #dc322a; border-top:25px solid transparent; border-right:0; border-bottom:25px solid transparent;}
.myfinancing-centent .myfinancing-centent-jx .line{width:1000px; height:2px; background-color:#ededed; margin:0 auto;}
.myfinancing-centent .sidebar{position:absolute; width:120px; height:500px; top:-50px; left: 50%; margin-left:600px;}
.myfinancing-centent .sidebar .bar-t{width:120px; height:120px; background-color:#e35049; margin-bottom:4px;}
.myfinancing-centent .sidebar img{vertical-align:top;}
.myfinancing-centent .sidebar .bar-t .title{width:100%; height:58px; line-height:58px; text-align:center; font-size:20px; color:#fff;}
.myfinancing-centent .sidebar .bar-t .bt{width:98px; text-align:center; color:#fff; height:34px; float:left; border:1px solid #fff; margin:10px; font-size:14px; line-height:34px;}
.myfinancing-centent .sidebar .bar-l{width:100%; float:left; background-color:#e35049; line-height:36px; height:36px; text-align:center; font-size:14px; color:#fff; margin-top:8px;}
/*资讯-专题*/
.gry-min-content{width:1100px; margin:auto;}
.topics-banner{width:100%; height:320px; overflow:hidden; min-width:1220px;}
.topics-banner img{left:50%; margin-left:-960px; width:1920px; height:320px; position:relative; }
.topics-bza{padding-bottom:60px;}
.topics-bza .title{width:1100px; height:50px; border-top:1px solid #c5c5c5; line-height:50px; text-align:center; font-size:32px; color:#1e3075; letter-spacing:3px; margin:80px 50px 4px 50px;}
.topics-bza .title span{top:-28px; position:relative; padding:0 68px; background-color:#f8f8f8;}
.topics-bza>p{line-height:36px; color:#4b4b4b; font-size:16px; padding:0 50px;}
.topics-fx{background-color:#fff;}
.topics-fx .title{width:100%; text-align:center; height:112px; line-height:130px; font-size:32px; color:#1e3075;}
.topics-fx .box{width:1100px; height:200px; padding:40px 0px 40px 0; border-top:1px solid #f3f3f3;}
.topics-fx .box .img{float:left; margin-right:40px;}
.topics-fx .box .box-title{ height:60px; line-height:70px; font-size:24px;font-weight:bold;}
.topics-fx .box .box-title em{font-size:36px; color:#4e6ef2; font-family:"Arial"; line-height:65px; letter-spacing:2px; font-weight:bold; float:left;}
.topics-fx .box .box-title a{font-size:24px;}
.topics-fx .box .text{line-height:30px; height:90px;letter-spacing:1px; color:#8d8d8e; -webkit-line-clamp:3;}
.topics-fx .box .bt{width:100px; height:32px; line-height:32px; text-align:center; color:#fff; background-color:#e35049; float:left; margin-top:18px;}
.topics-fx .box.odd .img{float:right; margin:0 0 0 40px;}
.topics-bd{width: 1220px; text-align: center; padding-bottom:72px;}
.topics-bd .boxs{font-size: 0; }
.topics-bd .title{text-align:center; height:142px; line-height:142px; font-size:32px; color:#1e3075;}
.topics-bd .box{width:349px; background-color:#Fff;  text-align:left; padding-bottom:20px; border:1px solid #eee; margin:0 13px 28px 13px; display: inline-block; vertical-align: top;}
.topics-bd .box:hover{margin:-4px 13px 32px 13px;}

.topics-bd .box:hover{box-shadow: 0px 1px 8px #aaa;}
.topics-bd .box .box-title{padding:0 20px; -webkit-line-clamp:2; height:48px; line-height:24px;margin:20px 0 15px 0; font-size:18px;color:#252525; font-weight:bold;}
.topics-bd .box .box-title a{color:#252525;}
.topics-bd .box .box-title em{width:30px; height:30px; line-height:30px;font-weight: normal; float:left; background-color:#e35049; font-size:18px; color:#fff; float:left; margin-right:10px; text-align:center; }
.topics-bd .box .text{padding:0 20px; line-height:26px; -webkit-line-clamp:3; height:78px; font-size:14px; color:#8d8d8e;}
.topics-bd .box .bt{width:82px; height:22px; line-height:22px; text-align:center; font-size:14px; color:#fff; background-color:#e35049; float:right; margin-right:20px; margin-top:10px;}
.topics-newbd{background-color:#fff; padding-bottom:40px;}
.topics-newbd .title{height:160px; line-height:160px; font-size:32px; color:#1e3075; text-align:center;}
.topics-newbd .box{height:294px; margin-bottom:70px; background-color: #f8f8f8; padding-right: 40px;}
.topics-newbd .box .img{width:460px; height:294px; float:left; margin-right:40px; background-color: #fff;}
.topics-newbd .box .box-title{font-size:24px; line-height:40px; max-height: 80px; padding-top:20px; margin-bottom:20px; font-weight:bold; color:#252525; -webkit-line-clamp:2;}
.topics-newbd .box .box-title a{color:#252525;}
.topics-newbd .box .text{color:#8d8d8e; line-height:38px; -webkit-line-clamp:6;}
.topics-newbd .box.odd .img{float:right; margin:0 0 0 40px;}
.topics-newbd .box.odd{padding:0 0 0 40px;}
/*视频*/
.video-js .vjs-big-play-button{width:112px; height:112px; background-color:#39424f !important; top:50%; left:50%; margin:-57px 0 0 -57px; font-size:56px; line-height:110px; border:1px solid #383838; border-radius:50%; text-align:center; text-indent:7px;}
.vjs-icon-volume-high:before,.video-js .vjs-mute-control:before,.video-js .vjs-volume-menu-button:before{content:'\e63e'; line-height:34px; color:#fff; font-family:"iconfont" !important;}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before{content:'\e63c' !important; color:#fff; font-family:"iconfont" !important;}
.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before{content:'\e63b' !important; color:#fff; font-family:"iconfont" !important;}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before{content:'\e63f'; color:#fff; font-family:"iconfont" !important; line-height:30px;}
.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before{content:'\e63e';}
.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before,.vjs-remaining-time-display{color:#fff;}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before{content:'\e63d';font-family:"iconfont" !important; color:#fff; line-height:34px;}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before{content:'\e63d';font-family:"iconfont" !important; color:#fff; line-height:34px;}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before{content:"\e63e" !important;font-family:"iconfont" !important; }
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before{content:"\e63e" !important;font-family:"iconfont" !important; }
.vjs-paused .vjs-big-play-button{display:none !important;}
.vjs-has-started.vjs-paused .vjs-big-play-button{display:block !important;}
/*风险投资论坛*/
.venture-capital-banner{width:100%; height:320px; min-width:1220px; overflow:hidden;}
.venture-capital-banner>img{width:1920px; height:320px; position:relative; left:50%; margin-left:-960px;}
.venture-capital-menus{width:100%;min-width:1220px; height:42px; background-color:#153572; line-height:42px; text-align:center;}
.venture-capital-menus>a{padding:0 15px; font-size:16px; color:#fff;}
.venture-capital-t1{width:100%; padding:30px 0; background-color:#fff; min-width:1220px;}
.venture-capital-t1>.boxt{width:1220px; height:314px; padding-bottom:40px; margin:0 auto; line-height:22px; font-size:14px;color:#4b4b4b;}
.venture-capital-t1>.boxt>.vsilder{float:left; width:550px; height:314px; margin-right:50px; position:relative; overflow:hidden;}
.venture-capital-t1>.boxt>p{text-indent:2em;}
.venture-capital-t1>.boxt>.vsilder>.imgarray{ width:1000%; height:314px; position:absolute; top: 0; list-style-type:none; display:inline-table; vertical-align:top;}
.venture-capital-t1>.boxt>.vsilder>.imgarray>li{width:10%; height:314px; float:left; position:relative;}
.venture-capital-t1>.boxt>.vsilder>.imgarray>li>span{width:100%; height:44px; line-height:44px; font-size:14px; color:#4e6ef2; text-align:center; position:absolute; bottom:0; left:0; background-color:#efefef;}
.venture-capital-t1>.boxt>.vsilder>.imgitems{width:50px; height:10px; position:absolute; bottom:54px; right:0px;}
.venture-capital-t1>.boxt>.vsilder>.imgitems>li{width:10px; height:10px; cursor:pointer; background-color:#8b8b8d; float:left; margin-right:5px;}
.venture-capital-t1>.boxt>.vsilder>.imgitems>li.active{background-color:#fff;}
.venture-capital-t1>.boxt>.row{line-height:40px; height:50px;}
.venture-capital-t1>.boxt>.row>.title{width:96px;font-size:14px; color:#4e6ef2; font-weight:bold;}
.venture-capital-t1>.boxt>.row>span{font-size:14px; color:#4b4b4b; padding-right:24px;}
.venture-capital-t2{width:100%; padding:25px 0 50px 0; min-width:1220px;}
.venture-capital-t2 .title{width:1220px; height:50px; text-align:center; line-height:50px; font-size:24px; color:#1e3075; border-bottom:1px solid #d3d3d3;}
.venture-capital-t2 .boxs{display:inline-table;}
.venture-capital-t2 .boxs .box{width:180px; height:165px; float:left; margin:20px 10px 0 10px;}
.venture-capital-t2 .boxs .box .text{padding:0 5px; line-height:18px; font-size:14px; color:#4b4b4b; -webkit-line-clamp:3;}
.venture-capital-t2 .boxs .box .text a{color:#4b4b4b;}
.venture-capital-t3{width:100%; padding:25px 0 45px 0; min-width:1220px; background-color:#fff;}
.venture-capital-t3>.ysyy-index>.title{width:1220px; height:50px; text-align:center; line-height:50px; font-size:24px; color:#1e3075; }
.venture-capital-t3 .cenbox{height:870px;}
.venture-capital-t3 .cenbox .fleft{width:800px; height:870px; float:left;}
.venture-capital-t3 .cenbox .fleft>.tag{width:800px; height:29px; border-bottom:1px solid #4e6ef2;}
.venture-capital-t3 .cenbox .fleft>.tag>span{float:left;font-size:14px; height:29px;color:#4b4b4b;  line-height:29px; text-align:center;  width:68px; margin-right:8px;}
.venture-capital-t3 .cenbox .fleft>.tag>a{color:#4b4b4b; float:left; font-size:14px; border:1px solid #f8f8f8; height:28px; line-height:28px; text-align:center; border-bottom:0; width:100px; margin-right:8px;}
.venture-capital-t3 .cenbox .fleft>.tag>a.active{color:#4e6ef2; border:1px solid #4e6ef2; border-bottom:1px solid #fff;}
.venture-capital-t3 .cenbox .fleft>.listboxs{width:100%; height:840px;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox{display:none; width:100%; height:840px; overflow-y: auto;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox.active{display:block;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox>.box{padding:20px 0; margin:0 15px; line-height:24px; text-align:center; width:754px; border-bottom:1px dashed #ddd;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox>.box:last-child{border-bottom:0;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox>.box>p{text-align:left; font-size:14px; color:#4b4b4b;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox>.box>p>a{color:#4b4b4b;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox>.box>p>strong{color:#4e6ef2;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox>.box>img{margin-top:20px; cursor: url(http://img.t.sinajs.cn/t6/style/images/common/big.cur), auto; max-width:100%;}
.venture-capital-t3 .cenbox .fleft>.listboxs>.listbox>.box>img.fm{cursor: url(http://img.t.sinajs.cn/t6/style/images/common/small.cur), auto;}
.venture-capital-t3 .cenbox .fright{width:365px; float:right;}
.venture-capital-t3 .cenbox .fright>.title{height:29px; border-bottom:1px solid #4e6ef2;}
.venture-capital-t3 .cenbox .fright>.title>em{color:#4e6ef2; float:left; font-size:14px; border:1px solid #4e6ef2; height:28px; line-height:28px; text-align:center; border-bottom:0; width:68px; margin-right:8px;}
.venture-capital-t3 .cenbox .fright>.boxs{width:100%; height:780px; overflow-y:auto; overflow-x: hidden; padding-bottom:60px;}
.venture-capital-t3 .cenbox .fright>.boxs>.box{width:345px; padding:20px 20px 20px 0; text-align:center; border-bottom:1px dashed #ddd;}
.venture-capital-t3 .cenbox .fright>.boxs>.box:last-child{border-bottom:0;}
.venture-capital-t3 .cenbox .fright>.boxs>.box#live0{display:none;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.title{font-size:14px; color:#4b4b4b; line-height:24px; -webkit-line-clamp:2; text-align:left;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.title>a{color:#4b4b4b; display:block;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>a:after{content:''; width:50px; height:50px; position:absolute; top:0; left:0; background: url(../images/icon2.png) -4px -3160px no-repeat;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>a:hover:before{content:''; width:100%; height:100%; position:absolute; top:0; left:0; background: url(../images/icon_play.png) center no-repeat rgba(0,0,0,.7);}
.venture-capital-t3 .cenbox .fright>.boxs>.box>a{display:block; width:230px;margin:10px auto; position:relative;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.time-fx{font-size:14px; color:#8d8d8e;text-align:left; text-indent:10px;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.time-fx>.fx{float:right; color:#8d8d8e; padding-right:20px; cursor:pointer; position:relative; padding-bottom:15px;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.time-fx>.fx:after{content:''; position:absolute; border-top:6px solid #8d8d8e;border-left:5px solid transparent;border-right:5px solid transparent; border-bottom:0; top:7px; right:5px;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.time-fx>.fx:hover>.fxlist{display:block;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.time-fx>.fx>.fxlist{position:absolute; z-index:2; display:none; top:30px; right:0; border:1px solid #b6b6b6; background-color:#fff; width:66px; height:66px; line-height:22px; text-align:center;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.time-fx>.fx>.fxlist:before{content:'';position:absolute; top:-8px; left:50%; margin-left:-8px; border-bottom:8px solid #b6b6b6;border-left:8px solid transparent;border-right:8px solid transparent; border-top:0;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.time-fx>.fx>.fxlist:after{content:'';position:absolute; top:-6px; left:50%; margin-left:-8px; border-bottom:8px solid #fff;border-left:8px solid transparent;border-right:8px solid transparent; border-top:0;}
.venture-capital-t3 .cenbox .fright>.boxs>.box>.time-fx>.fx>.fxlist>a{font-size:12px; color:#8d8d8e; float:left; margin:0 5%; width:90%; text-indent:0; border-bottom:1px dashed #f8f8f8;}
.venture-capital-t4{width:100%; padding:25px 0 45px 0; min-width:1220px; background-color:#fff;}
.venture-capital-t4>.ysyy-index>.title{width:1220px; height:50px; text-align:center; line-height:50px; font-size:24px; color:#1e3075;  border-bottom:1px solid #d3d3d3;}
.venture-capital-t4 .boxs{display:inline-table;}
.venture-capital-t4 .boxs .box{width:374px; height:280px; float:left; margin:26px 13px 0 13px;}
.venture-capital-t4 .boxs .box img{vertical-align:top;}
.venture-capital-t4 .boxs .box .text{padding:0 15px; line-height:30px; text-align:center; font-size:14px; color:#4e6ef2;}
.venture-capital-t4 .boxs .box .text a{color:#4e6ef2;}
.venture-capital-t5{width:100%; padding:25px 0 45px 0; min-width:1220px; background-color:#fff;}
.venture-capital-t5 .vcentent{display:inline-table; width:100%;}
.venture-capital-t5 .vleft{width:700px; float:left;}
.venture-capital-t5 .title{width:100%; height:50px; text-indent:15px; line-height:50px; font-size:24px; color:#1e3075;  border-bottom:1px solid #d3d3d3;}
.venture-capital-t5 .vright{width:400px; float:right;}
.venture-capital-t5 .vright .box{padding:20px; height:48px; line-height:24px; font-size:14px; border-bottom:1px dashed #ddd;}
.venture-capital-t5 .vright .box .img{width:48px; margin-right:10px; height:48px; float:left; border-radius:10px; -webkit-border-radius:10px; overflow: hidden;}
.venture-capital-t5 .vright .box p{height:48px; line-height:24px;  -webkit-line-clamp:2;}
.venture-capital-t6{width:100%; padding:25px 0; min-width:1220px;}
.venture-capital-t6 .title{width:1220px; height:50px; text-align:center; line-height:50px; font-size:24px; color:#1e3075; border-bottom:1px solid #d3d3d3;}
.venture-capital-t6 .boxs{margin-top:20px;}
.venture-capital-t6 td,.venture-capital-t6 span{font-size:14px !important;}
/*股融易投资者服务指南*/
.service-guide-banner,.service-guide-box1,.service-guide-box2,.service-guide-box3,.service-guide-box4{width:100%; min-width:1220px; position:relative;}
.service-guide-banner{height:360px; overflow:hidden; background:url(../images/service_guide_banner.jpg) center no-repeat; }
.service-guide-box1{height:395px; overflow:hidden; border-bottom:2px solid #ececec; background:url(../images/service_guide_01.jpg) center no-repeat #fff; }
.service-guide-box1 .bt{width:190px; height:54px; line-height:54px; border-radius:27px; -webkit-border-radius:27px; text-align:center; font-size:18px; color:#fff; position:absolute; left:50%; top:100px; background-color:#4e6ef2; margin-left:-172px;}
.service-guide-box2{height:650px; overflow:hidden; border-bottom:2px solid #ececec; background:url(../images/service_guide_02.jpg) center no-repeat #f8f8f8; }
.service-guide-box2 .bt{width:132px; height:48px; line-height:48px; border-radius:24px; -webkit-border-radius:24px; text-align:center; border:1px solid #d79f57; font-size:18px; color:#d79f57; position:absolute; left:50%; background-color:#fff; top:260px; margin-left:-560px;}
.service-guide-box2 .bt:hover{color:#fff; background-color:#4e6ef2; border-color:#4e6ef2;}
.service-guide-box3{height:650px; overflow:hidden; background:url(../images/service_guide_03.jpg) center no-repeat #fff;  border-bottom:2px solid #ececec;}
.service-guide-box3 .bt{width:132px; height:48px; line-height:48px; border-radius:24px; -webkit-border-radius:24px; text-align:center; border:1px solid #d79f57; font-size:18px; color:#d79f57; position:absolute; left:50%; background-color:#fff; top:253px; margin-left:-560px;}
.service-guide-box3 .bt:hover{color:#fff; background-color:#4e6ef2; border-color:#4e6ef2;}
.service-guide-box4{height:680px; overflow:hidden; background:url(../images/service_guide_04.jpg) center no-repeat #fff; }
.service-guide-box4 .bt{width:132px; height:48px; line-height:48px; border-radius:24px; -webkit-border-radius:24px; text-align:center; border:1px solid #d79f57; font-size:18px; color:#d79f57; position:absolute; left:50%; background-color:#fff; top:260px; margin-left:-560px;}
.service-guide-box4 .bt:hover{color:#fff; background-color:#4e6ef2; border-color:#4e6ef2;}
/*股融易融资者服务指南*/
.financing-service-guide-banner,.financing-service-guide-box1,.financing-service-guide-box2,.financing-service-guide-box3,.financing-service-guide-box4{width:100%; min-width:1220px; position:relative;}
.financing-service-guide-banner{height:360px; overflow:hidden; background:url(../images/financing_service_guide_banner.jpg) center no-repeat; }
.financing-service-guide-box1{height:395px; overflow:hidden; border-bottom:2px solid #ececec; background:url(../images/financing_service_guide_01.jpg) center no-repeat #fff; }
.financing-service-guide-box1 .bt{width:230px; height:54px; line-height:54px; border-radius:27px; -webkit-border-radius:27px; text-align:center; font-size:18px; color:#fff; position:absolute; left:50%; top:213px; background-color:#4e6ef2; margin-left:-332px;}
.financing-service-guide-box1 .bt2{width:75px; height:30px; line-height:30px; font-size:18px; color:#4e6ef2; position:absolute;    left: 55%;
    top: 305px;text-indent: -9999px; margin-left:-376px;}
.financing-service-guide-box1 .bt3{width: 135px; height: 145px; position: absolute; left:50%; top:42px; margin-left:-522px}
.financing-service-guide-box1 .bt4{width: 135px; height: 145px; position: absolute; left:50%; top:42px; margin-left:-338px}
.financing-service-guide-box1 .bt5{width: 135px; height: 145px; position: absolute; left:50%; top:42px; margin-left:-147px}
.financing-service-guide-box2{height:650px; overflow:hidden; background:url(../images/financing_service_guide_02.png) center no-repeat #f8f8f8; }
.financing-service-guide-box2 .bt{width:132px; height:48px; line-height:48px; border-radius:24px; -webkit-border-radius:24px; text-align:center; border:1px solid #d79f57; font-size:18px; color:#d79f57; position:absolute; left:50%; background-color:#fff; top:260px; margin-left:-600px;}
.financing-service-guide-box2 .bt:hover{color:#fff; background-color:#4e6ef2; border-color:#4e6ef2;}
.financing-service-guide-box3{height:650px; overflow:hidden; background:url(../images/financing_service_guide_03.jpg) center no-repeat #fff; }
.financing-service-guide-box3 .bt{width:132px; height:48px; line-height:48px; border-radius:24px; -webkit-border-radius:24px; text-align:center; border:1px solid #d79f57; font-size:18px; color:#d79f57; position:absolute; left:50%; background-color:#fff;left:50%; background-color:#fff; top:288px; margin-left:-562px;}
.financing-service-guide-box3 .bt:hover{color:#fff; background-color:#4e6ef2; border-color:#4e6ef2;}
.financing-service-guide-box4{height:700px; overflow:hidden; background:url(../images/financing_service_guide_04.png) center no-repeat #fff; }
.financing-service-guide-box4 .bt{width:132px; height:48px; line-height:48px; border-radius:24px; -webkit-border-radius:24px; text-align:center; border:1px solid #d79f57; font-size:18px; color:#d79f57; position:absolute; left:50%; background-color:#fff;left:50%; background-color:#fff; top:322px; margin-left:-560px;}
.financing-service-guide-box4 .bt.blue{border-color: #163472; color:#163472; margin-left:-562px;}
.financing-service-guide-box4 .bt:hover{color:#fff; background-color:#d79f57; border-color:#d79f57;}
.financing-service-guide-box4 .bt.blue:hover{color:#fff; background-color:#163472; border-color:#163472;}
/* 资讯-专栏 */
.new-r-zl .boxs{padding:20px 15px; display: inline-table; background-color: #Fff; margin-bottom:20px; vertical-align: top;}
.new-r-zl .boxs .box{width: 70px; line-height: 34px; padding:5px; text-align: center; float: left;}
.new-r-zl .boxs .box img{width: 48px; height: 48px; border-radius: 50%; -webkit-border-radius: 50%; border:1px solid #dbdbdb; display: inline-block; overflow: hidden; vertical-align: top;}
.new-r-zl .boxs .box p{width: 100%; float: left; color:#4b4b4b; font-size: 14px;}
.new-gry-right .new-r-zl{background-color: #fff;}
.new-gry-right .new-r-zl .title{height: 44px;border-bottom: 1px solid #eee; border-top: 3px solid #163474;line-height: 44px;padding: 0 30px 0 40px; font-size: 14px;}
.new-gry-right .new-r-zl .boxs{padding:20px 10px;}
.new-gry-right .new-r-zl .boxs .box{padding:6px 4px;}
.new-gry-right .new-r-zl{margin:20px 0 0 0; border: 1px solid #eee;}
.new-gry-right .new-r-zl .boxs{margin:0}
/* 专栏-首页 */
.column-index{width:1098px; border:1px solid #eee; background-color: #fff; padding:0 50px}
.column-index .btns{width: 100%; height: 40px; padding:36px 0 30px 0;}
.column-index .btns .btn{width: 160px; text-align: center; line-height: 38px; height: 38px; border:1px solid #d79f57; color:#d79f57; font-size: 16px;}
.column-index .btns .btn.btn-left{margin-left: 374px; float: left;}
.column-index .btns .btn.btn-right{margin-right: 374px; float: right;}
.column-index .boxs{width: 1140px; height: 424px; position: relative; margin-left: -20px;}
.column-index .boxs .conin{width: 1140px; height: 424px; position: relative;  overflow: hidden;}
.column-index .boxs .boxsarray{position: absolute; width: 1000%; height: 100%; }
.column-index .boxs .boxarray{width: 10%; height: 100%; float: left;}
.column-index .boxs .box{width: 258px; height: 190px; border:1px solid #e5e5e5; float: left; margin:0 0 20px 20px; position: relative;}
.column-index .boxs .info{height: 82px; padding:25px;}
.column-index .boxs .img{float: left; width: 82px; height: 82px; margin-right: 10px;}
.column-index .boxs .name{line-height: 28px; height: 28px; font-size: 18px;}
.column-index .boxs .name.v:after{content: ""; width: 30px; height: 28px; display: inline-block; vertical-align: middle; background:url(../images/icon2.png) -11px -3913px no-repeat;}
.column-index .boxs .intro{line-height: 26px; -webkit-line-clamp:2; font-size: 14px; color:#8d8787;}
.column-index .boxs .number{width: 100%; height: 48px; line-height: 48px; text-align: center; font-size: 14px; color:#8d8787; background-color: #f8f8f8; position: absolute; bottom:0; left: 0;}
.column-index .boxs .number em{color:#4e6ef2;}
.column-index .boxs .prev-btn{position: absolute; width: 24px; height: 40px; left:-20px; top:50%; margin-top:-30px;}
.column-index .boxs .prev-btn:before{content: ""; position: absolute;  left:0;top:0; border-left: 0; border-right:24px solid #d6d4d5; border-top:20px solid transparent; border-bottom:20px solid transparent; }
.column-index .boxs .prev-btn:after{content: ""; position: absolute;  left:10px;top:8px; border-left: 0; border-right:14px solid #fff; border-top:12px solid transparent; border-bottom:11px solid transparent; }
.column-index .boxs .next-btn{position: absolute; width: 24px; height: 40px; right:-20px; top:50%; margin-top:-30px;}
.column-index .boxs .next-btn:before{content: ""; position: absolute;  left:0;top:0; border-right: 0; border-left:24px solid #d6d4d5; border-top:20px solid transparent; border-bottom:20px solid transparent; }
.column-index .boxs .next-btn:after{content: ""; position: absolute;  right:10px;top:8px; border-right: 0; border-left:14px solid #fff; border-top:12px solid transparent; border-bottom:11px solid transparent; }
.column-index .list-title{width: 100%; height: 60px; line-height: 60px; font-size: 18px; color:#163474;}
.column-index .list{border-top:4px solid #163474; width: 1098px; padding:0; display: inline-table; vertical-align: top;}
.column-index .list li{width: 1063px; padding-top: 18px;}
.column-index .list .trends-list{width: auto; border:0; padding-bottom: 0;}
.column-index .list .person{float: left; width: 90px; height: 150px; padding:35px 60px 15px 40px; position: relative; z-index: 4;}
.column-index .list .box{width: auto; border:none; padding:0; height: 200px;}
.column-index .list .box .texts{height: 200px;}
.column-index .list .box .texts h2{line-height: 40px; height: 40px;}
.column-index .list .box .texts p{-webkit-line-clamp:4; height: 104px;}
.column-index .list .box .texts .info em{font-size: 12px; padding-left: 20px; background: url(../images/icon2.png) -15px -3965px no-repeat;}
.column-index .list .box:hover{box-shadow: none; -webkit-box-shadow: none;}
.column-index .list .person .portrait{width: 90px; height: 90px;}
.column-index .list .name{height: 50px; line-height: 50px; margin:5px 0; text-align: center; font-size: 18px;}
.column-index .list .name.v:after{content: ""; width: 30px; height: 50px; display: inline-block; vertical-align: middle; background:url(../images/icon2.png) -11px -3903px no-repeat;}
.column-index .list .list-item li:last-child{border-bottom: 1px dashed #eee;}
.column-index .list .list-item li .img{float: right; margin:0 0 0 20px;}
.column-index .list .list-item li .article .text{margin:20px 0 0 0; line-height: 24px; height: 72px; -webkit-line-clamp:3;}
.column-index .list .list-item li .article .newtext{margin:20px 0 0 0; line-height: 24px; height: 72px; -webkit-line-clamp:3;}
.column-index .list .list-item li .article .title{max-height: 52px; height: auto; line-height: 26px; -webkit-line-clamp:2; display: -webkit-box; white-space: inherit; padding: 12px 0 3px 0; }
.column-index .list .list-item li .article .title i{margin-top:0px; float: none; height: 26px; display: inline-block;vertical-align: bottom;}
.column-index .list .list-item li .article .author{position: absolute;bottom:15px; left: 190px;}
.column-index .list .list-item li .article .share.label{position: absolute;bottom:4px; right: 330px;}
.column-index .list .list-item li .article .portrait{text-indent: 0; width: 110px;}
.column-index .list .list-item .portrait span{padding-left: 20px;background:url(../images/icon2.png) -15px -3965px no-repeat; height: 20px; text-align: left;}
.column-index .list .more-btn{width: 1096px; height: 38px; line-height: 38px; font-size: 14px; text-align: center; border:1px solid #eee; margin:30px 0; color:#aaa; float: left;}
.column-index .list .more-btn:hover{background-color: #f8f8f8;}
/* 专栏-列表 */
.column-list .index-left{float: right;}
.column-list .column-left{float: left; width: 336px; padding-bottom: 50px;}
.author-box{text-align: center; background-color: #fff; padding-top: 30px;}
.author-box .img{width: 112px; height: 112px; margin:0px auto 10px auto;}
.author-box .name{line-height: 28px; height: 28px; font-size: 18px; font-weight: bold;}
.author-box .name.v:after{content:'';width: 28px; height: 28px; display: inline-block;background:url(../images/icon2.png) -11px -3913px no-repeat;vertical-align: middle;}
.author-box .intro{line-height: 30px; height: 30px; color: #8d8787; font-size: 14px; padding:0 20px;}
.author-box .contact{width: 170px; margin:0 auto; height: 28px; padding:5px 0;}
.author-box .contact i{ background-image:url(../images/icon.png); background-repeat:no-repeat; width:25px; height:25px; float:left; margin-left:10px;font-style:inherit;}
.author-box .contact i.weibo-no{background-position: -11px -902px;}
.author-box .contact i.weibo{background-position: -14px -375px;}
.author-box .contact i.weixin-no{background-position: -12px -957px;}
.author-box .contact i.weixin{background-position: -12px -411px;}
.author-box .contact .like{width: 68px; text-align: left; height: 26px; line-height: 26px; border: 1px solid #dbdbdb; background-color: #f8f8f8; float: left; margin-left: 20px; font-size: 14px; color:#4e6ef2;}
.author-box .contact .like em{font-weight: bold; font-size: 20px; float: left; line-height: 23px; margin-left: 11px;}
.author-box .number{width:100%; height:50px; line-height:50px; text-align:center;color: #8d8787; font-size:14px; clear:both;border-bottom:1px solid #eee; border-top:1px solid #eee; margin-top:10px;}
.author-box .number em{color:#4e6ef2;}
.author-box .text{font-size: 14px; padding:20px; color:#999; line-height: 24px; text-align: left; border-bottom:1px solid #dbdbdb;}
.author-box .contact .like.active{color:#8d8787; text-align: center;}
.author-box .contact .like.active em{display: none;}
.column-article{padding:0 20px 10px 20px; background-color: #fff;}
.column-article .behalf{height:42px; font-size:14px; line-height:55px; color:#4e6ef2; padding:0;}
.column-article .article-list li{ height:48px; padding:20px 0; border-bottom:1px dashed #dbdbdb; list-style:none;}
.column-article .article-list li:last-child{border-bottom:0;}
.column-article .article-list li .img{ height:48px; width:48px; float:left; border-radius:5px; background-color:#8d8787; overflow:hidden;}
.column-article .article-list li .text{ width:168px; height: 48px; padding-left:10px; line-height: 24px; overflow: hidden;font-size: 14px;color: #4b4b4b; float: left;}
.column-article .article-list li .text a{color:#4b4b4b;}
.column-dredge-btn{width: 100%; height: 60px; line-height: 60px; text-align: center; text-indent: 30px; font-size: 18px !important; color:#d79f57 !important; display: inline-block; margin-top:20px; background:url(../images/icon.png) 50px -3945px no-repeat #fff;}
.column-publish-btn{width: 100%; height: 60px; line-height: 60px; text-align: center; text-indent: 30px; font-size: 18px !important; color:#d79f57 !important; display: inline-block;border-top:1px solid #dbdbdb; background:url(../images/icon.png) 52px -3995px no-repeat #fff;}
.new-gry-right .author-message{margin-bottom:20px; border:1px solid #eee; display: inline-table; vertical-align: top; width: 100%;}
.new-gry-right .column-dredge-btn{position: relative; margin-top: 0; width: 50%; float: left; font-size: 16px !important; background-position: 8px -4393px;}
.new-gry-right .column-dredge-btn:after{content: ""; border-right: 1px solid #eee; height: 22px; position: absolute; right: -1px; top:20px;}
.new-gry-right .column-publish-btn{width: 50%; float: left; border-top: 0; font-size: 16px !important; background-position: 8px -4444px;}
/* 创业地图 */
.startup-map{margin-top: 20px; margin-bottom: 50px; width: 100%; position: relative; display: inline-table; vertical-align: top;}
.startup-map>.map-left{width: 230px; height: 100%; font-size: 14px; position: absolute; top:0; left: 0; background-color: #fff; border:1px solid #eee; box-sizing: border-box; -webkit-box-sizing: border-box;}
.startup-map>.map-left>.title{height: 68px; line-height: 68px; font-size: 16px; text-align: center; border-top:1px solid #eee; border-bottom:1px solid #eee;}
.startup-map>.map-left>.title.blue{border-top:4px solid #10376e;}
.startup-map>.map-left>.timeselect{padding:10px 20px 15px 20px;}
.startup-map>.map-left>.timeselect .radio-box{position:relative;line-height:30px; padding-left:22px; color:#757575;}
.startup-map>.map-left>.timeselect .radio-box.for{margin-top: 8px;}
.startup-map>.map-left>.timeselect .radio-box input[type=radio]{ top:10px; left:10px; width:2px; height:2px; position:absolute; display:none;}
.startup-map>.map-left>.timeselect .radio-box label{ top:5px; left:-4px; width:20px; height:20px; position:absolute; background:url(../images/header-icon.png) -4px -462px no-repeat;}
.startup-map>.map-left>.timeselect .radio-box select{ background-color:#fbfbfb;pointer-events: none; color:#757575; font-size:14px; border-color:#d1d1d1; margin-bottom:5px; padding:5px 3px;}
.startup-map>.map-left>.timeselect .radio-box input[type=radio]:checked + label{background:url(../images/header-icon.png) -4px -482px no-repeat;}
.startup-map>.map-left>.timeselect .radio-box input[type=radio]:checked ~ select{color:#0d0d0d;pointer-events: auto;}
.startup-map>.map-left>.timeselect .radio-box .btn{width: 182px; display: none; height: 32px; border:1px solid #4e6ef2; margin:15px 0 5px -20px; text-align: center; line-height: 34px;color: #4e6ef2; font-size: 14px;}
.startup-map>.map-left>.timeselect .radio-box .btn:hover{background-color: #4e6ef2; color: #fff;}
.startup-map>.map-left>.timeselect .radio-box input[type=radio]:checked ~ .btn{display: inline-block;}
.startup-map>.map-left>.labels{padding:10px; display: inline-table; vertical-align: top;}
.startup-map>.map-left>.labels a{color:#757575; margin:6px 5px; float: left;}
.startup-map>.map-left>.labels a.red,.startup-map>.map-left>.labels a:hover{color: #4e6ef2;}
.startup-map>.map-left>.labels-select{padding:10px 15px; display: inline-table; vertical-align: top;}
.startup-map>.map-left>.labels-select span{float:left; margin-bottom: 10px; height: 28px; line-height: 28px;}
.startup-map>.map-left>.labels-select a{float: left; height: 26px; line-height: 26px; margin-bottom: 10px; margin-right:8px; border:1px solid #ddd; color:#808080; padding:0 10px; font-size: 14px;}
.startup-map>.map-left>.labels-select a:hover{color:#4e6ef2; border-color:#4e6ef2;}
.startup-map>.map-left>.labels-select a em{font-size: 18px; padding-left:3px; float: right; color:#4e6ef2; line-height: 24px;}
.startup-map>.map-right{width: 950px; float: right;}
.startup-map>.map-right>.mapbox{width: 100%; border:1px solid #eee; background-color: #fff;}
.startup-map>.map-right>.mapbox .chartmap{height: 504px; padding:30px 0; position: relative;}
.startup-map>.map-right>.mapbox .chartmap#c1{ overflow: hidden;}
.startup-map>.map-right>.mapbox .chartmap#c1 #g-chart2{margin: -50px 0 0 -170px;}
.startup-map>.map-right>.mapbox .chartmap#c2{padding-top:70px;}
.startup-map>.map-right>.mapbox .tag{line-height: 30px; margin-bottom: 30px; text-align: center;}
.startup-map>.map-right>.mapbox .tag a{color:#757575;}
.startup-map>.map-right>.mapbox .tag a.active{color: #4e6ef2;}
.startup-map>.map-right>.mapbox .chartmap .savePic{position:absolute; top:20px; right: 30px; width: 40px; height: 40px; background:url(../images/icon.png) -4px -4756px #fff; z-index: 3; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.startup-map>.map-right>.mapbox.bottom{margin-top:20px;}
.startup-map>.map-right>.mapbox .title{padding:0 20px; height: 68px; line-height: 68px; border-bottom: 1px solid #eee;}
.startup-map>.map-right>.mapbox .title.blue{border-top:4px solid #10376e;}
.startup-map>.map-right>.mapbox .title.red{border-top:4px solid #4e6ef2;}
.startup-map>.map-right>.mapbox .title .btn{float: right; width: 118px; height: 32px; margin-top: 17px; margin-left: 20px; font-size: 14px; line-height: 32px; text-align: center; color: #4e6ef2; border:1px solid #4e6ef2; }
.startup-map>.map-right>.mapbox .title .btn.active{background-color: #4e6ef2; color: #fff;}
.new-r-loadarticle{width: 310px; display: inline-table; vertical-align: top; margin-top:20px;}
.new-r-loadarticle.fixed{position: fixed; left: 50%; width: 336px; margin-left: 264px; bottom: 40px;}
.new-r-loadarticle>.title{height: 40px; line-height: 40px; font-size: 14px; font-weight: bold;}
.new-r-loadarticle>.title img{display: inline-block;vertical-align: middle; margin-left: 5px;}
.new-r-loadarticle>.boxs .box{width: 310px; height: 200px; display: inline-block; margin-bottom: 10px; position: relative; border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden}
.new-r-loadarticle>.boxs .box span{line-height: 22px; z-index: 3; color: #fff; font-size: 14px; max-height: 44px; -webkit-line-clamp:2; position: absolute; padding:0 10px; left: 0; bottom:5px; }
.new-r-loadarticle>.boxs .box:after{content: ""; position: absolute; width: 100%; height: 100%; top:0; left: 0; background-image: url(../images/loadarticle_bg.png);}
/* 新指数 */
[data-section=section]{width:900px; margin:0 auto; margin-bottom: 60px; height:10px; background-color:#d7d7d7; border-radius:5px; -webkit-border-radius:5px; position:relative;}
[data-section=section]:before{content: ""; width: 3200px; height: 200px; position: absolute; top:-100px; left: 50%; margin-left: -1600px;}
[data-section=section] [data-section=form-to]{width:100%; height:100%; position:relative; z-index:2;}
[data-section=section] [data-section=bar]{height:100%; position:absolute; top:0; left:0; background-color:#5b709f; background:-webkit-linear-gradient(left,#5b709f,#e56660); z-index:0;}
[data-section=section] [data-section=form-to] input[type=text]{display:none; font-weight:bold;}
[data-section=section] [data-section=form-label]{width:14px; height:14px; position:absolute; left:0; top:-5px; background-color: #fff; border:3px solid #8a99b9; border:3px solid rgba(22,52,116,.5); cursor:pointer; border-radius:50%; -webkit-border-radius:50%;}
[data-section=section] [data-section=to-label]{width:14px; height:14px; position:absolute; left:0; top:-5px; background-color: #fff; border:3px solid #8a99b9; border:3px solid rgba(22,52,116,.5); cursor:pointer; border-radius:50%; -webkit-border-radius:50%;}
[data-section=section] [data-section=form-label]:before,[data-section=section] [data-section=to-label]:before{content:attr(data-time); background-color:#000; background-color:rgba(0,0,0,.7); border-radius:3px; -webkit-border-radius:3px; position:absolute; width:84px; height:28px; line-height:28px; text-align:center; margin-left:-42px; font-size:12px; left:50%; top:-42px; color:#fff;}
[data-section=section] [data-section=form-label]:after,[data-section=section] [data-section=to-label]:after{content:""; left:50%; margin-left: -6px; top:-14px; position:absolute; border-top:8px solid #000; border-top:8px solid rgba(0,0,0,.7); border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:0;}
[data-section=section] [data-section=gra]{width:100%; height:100%; position:absolute; top: 0; left:0; z-index:0;}
[data-section=section] [data-section=gra-line]{border-left:1px solid #afafaf; height:100%; position:absolute; top:0;}
[data-section=section] [data-section=gra-text]{width:84px; height:26px; line-height:26px; text-align:center; font-size:12px; position:absolute; top:100%; margin-left: -42px;}
[data-section=section].has [data-section=form-label]:before,[data-section=section].has [data-section=to-label]:before{display: none;}
[data-section=section].has [data-section=form-label]:after,[data-section=section].has [data-section=to-label]:after{display: none;}
[data-section=section] [data-section=form-to-time]{display: none; background-color:#000; background-color:rgba(0,0,0,.7); border-radius:3px; -webkit-border-radius:3px; position:absolute; width:180px; height:28px; line-height:28px; text-align:center; margin-left:-79px; font-size:12px; left:50%; top:-44px; color:#fff;}
[data-section=section] [data-section=form-to-time]:after{content:""; left:50%; margin-left: -6px; bottom:-8px; position:absolute; border-top:8px solid #000; border-top:8px solid rgba(0,0,0,.7); border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:0;}
[data-section=section].has [data-section=form-to-time]{display: block;}
.new-exponent{margin-bottom: 50px; display: inline-table; width: 100%; vertical-align: top; position: relative;}
.new-exponent>.left{width: 230px; background-color: #fff; position: absolute; top:0; left: 0; height: 100%; border:1px solid #eee; z-index: 2;}
.new-exponent>.left .title{height: 63px; line-height: 63px; border-top: 1px solid #eee; border-bottom:1px solid #eee; margin-top:-1px; text-align: center;}
.new-exponent>.left .exbox{padding:10px 0; margin:0 10px; border-bottom:1px solid #eee;}
.new-exponent>.left .exbox .text{line-height: 30px; height: 30px; color:#757575; font-size: 14px;}
.new-exponent>.left .exbox .num{font-size: 50px; line-height: 50px; text-align: center; color: #4e6ef2; font-size: 36px; font-weight: bold;}
.new-exponent>.left .exbox .subtract{color:#ff9000;}
.new-exponent>.left .exbox .add{color:#4e6ef2;}
.new-exponent>.left .exbox .ml{float: left; color:#757575;}
.new-exponent>.left .exbox .mr{float: right; color:#757575;}
.new-exponent>.left .timeselect{padding:10px 20px 15px 20px; font-size: 14px;}
.new-exponent>.left .timeselect .radio-box{position:relative;line-height:30px; padding-left:22px; color:#757575;}
.new-exponent>.left .timeselect .radio-box.for{margin-top: 8px;}
.new-exponent>.left .timeselect .radio-box input[type=radio]{ top:10px; left:10px; width:2px; height:2px; position:absolute; display:none;}
.new-exponent>.left .timeselect .radio-box label{ top:5px; left:-4px; width:20px; height:20px; position:absolute; background:url(../images/header-icon.png) -4px -462px no-repeat;}
.new-exponent>.left .timeselect .radio-box select{ background-color:#fbfbfb; color:#757575; pointer-events: none; font-size:14px; border-color:#d1d1d1; margin-bottom:5px; padding:5px 3px;}
.new-exponent>.left .timeselect .radio-box input[type=radio]:checked + label{background:url(../images/header-icon.png) -4px -482px no-repeat;}
.new-exponent>.left .timeselect .radio-box input[type=radio]:checked ~ select{color:#0d0d0d; pointer-events: auto;}
.new-exponent>.left .timeselect .radio-box .btn{width: 182px; display: none; height: 32px; border:1px solid #4e6ef2; margin:15px 0 5px -20px; text-align: center; line-height: 34px;color: #4e6ef2; font-size: 14px;}
.new-exponent>.left .timeselect .radio-box .btn:hover{background-color: #4e6ef2; color: #fff;}
.new-exponent>.left .timeselect .radio-box input[type=radio]:checked ~ .btn{display: inline-block;}
.new-exponent>.left p{ width:200px; font-size: 14px; margin:0 15px; padding-bottom:40px; color: #757575;}
.new-exponent>.right{width: 951px; float: right;}
.new-exponent>.right .exmapbox{border:1px solid #eee; width: 949px; background-color: #fff; margin-bottom: 20px;}
.new-exponent>.right .exmapbox.circle{margin-bottom: 0;}
.new-exponent>.right .exmapbox .exmenu{height: 31px; padding:16px 0; text-align: center;}
.new-exponent>.right .exmapbox .exmenu a{width: 236px; border-left:1px solid #eee; margin-left: -1px; float: left; height: 31px; line-height: 31px; color:#0d0d0d;}
.new-exponent>.right .exmapbox .exmenu a.active{color:#4e6ef2;}
.new-exponent>.right .exmapbox .title{height: 66px; line-height: 66px; padding:0 30px; border-top:4px solid #163474; border-bottom:1px solid #eee;}
.new-exponent>.right .exmapbox .title.red{border-top-color: #4e6ef2;}
.new-exponent>.right .exmapbox .title.brown{border-top-color: #b38a5e;}
.new-exponent>.right .exmapbox .title em{font-size: 14px; color:#010101;}
.new-exponent>.right .exmapbox .title .btn{float: right; height:50px; line-height: 50px; margin-top: 8px; padding-left: 30px; color:#10376e; margin-left: 20px;}
.new-exponent>.right .exmapbox .title .btn.rect{background: url(../images/pro_icon2.png) -12px -1699px no-repeat;}
.new-exponent>.right .exmapbox .title .btn.red{width: 92px; height: 32px; margin-top:16px; padding-left: 0; border-radius: 3px; -webkit-border-radius: 3px; font-size: 14px; border:1px solid #4e6ef2; color:#4e6ef2; line-height: 32px; text-align: center;}
.new-exponent>.right .exmapbox .title .btn.red.active{color:#fff; background-color: #4e6ef2;}
.new-exponent>.right .exmapbox .mapbox{padding:30px; position: relative; height: 324px;}
.new-exponent>.right .exmapbox .mapbox div{float: left; overflow: hidden; height: 324px; overflow: hidden;}
.new-exponent>.right .exmapbox .mapbox div#c5{float: right;}
.new-exponent>.right .exmapbox .mapbox.circle{padding: 30px 10px;}
.new-exponent>.right .exmapbox .boxtitle{width: 100%; height: 40px; line-height: 40px; display: inline-table; vertical-align: top;}
.new-exponent>.right .exmapbox .boxtitle .t{width: 50%; text-align: center; float: left; margin-bottom: 50px;}
.new-exponent>.right .exmapbox .mapbox .savePic{position:absolute; top:20px; right: 20px; width: 40px; height: 40px; background:url(../images/icon.png) -4px -4756px #fff; z-index: 3; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.exrectmap .map{width: 900px; height: 450px; margin-bottom: 50px;}
.exrectmap [data-section=section]{width: 800px;}
.exrectmap .title{height: 50px;}
.exrectmap .close{font-size:36px; width:50px; height:50px; line-height:50px; text-align:center; position:absolute; top:0; right:0; color:#dbdbdb;}
.en-service-guide-banner{width: 100%; min-width: 1220px; height: 360px; background:url(../images/en_service_guide_banner.jpg) center no-repeat;}
.en-service-guide-one{width: 100%; min-width: 1220px; height: 380px; background:url(../images/en_service_guide_01.png) center no-repeat;}
.en-service-guide-three{width: 100%; min-width: 1220px; height: 558px; background:url(../images/en_service_guide_02.jpg) center no-repeat;}
.en-service-guide-for{width: 100%; min-width: 1220px; height: 470px; background:url(../images/en_service_guide_03.png) center no-repeat;}
.en-service-guide-two{text-align: center; height: 660px; background-color: #fff;}
.en-service-guide-two h2{font-size: 30px; line-height: 110px; font-weight: normal;}
.en-service-guide-two .box{width: 390px; height: 500px; border:1px solid #e8e8e8; display: inline-block; margin:0 35px;}
.en-service-guide-two .box:hover{box-shadow: 0px 1px 8px #afb3b3; -webkit-box-shadow: 0px 1px 8px #afb3b3;}
.en-service-guide-two .box h3{height: 90px; line-height: 100px;font-size: 18px;}
.en-service-guide-two .box .icon{height: 100px; width: 100px; display: inline-block; background: url(../images/icon_100.png) no-repeat;}
.en-service-guide-two .box p{font-size: 14px; margin-top: 20px; padding:0 46px; text-align: left; line-height: 24px;}
.en-service-guide-two .box p span{color:#757575;}
.en-service-guide-two .box p em{color:#b38a5e;}
.en-service-guide-two .box .money{background-color: #fbe9e8; height: 52px; line-height: 52px; font-size: 18px;margin:40px 0;}
.en-service-guide-two .box .btn{width: 145px; margin:0px 5px; height: 42px; border-radius: 21px; -webkitborder-radius: 21px; line-height: 42px; vertical-align: top; display: inline-block; border:1px solid #4e6ef2; color:#4e6ef2; font-size: 18px;}
.en-service-guide-two .box .btn:hover{background-color: #4e6ef2; color:#fff;}
.en-service-guide-two .box .btn.blue{border-color:#163472; color:#163472;}
.en-service-guide-two .box .btn.blue:hover{background-color: #163472; color:#fff;}
.en-service-guide-two .box .icon.icon1{ background-position: 0px -1600px;}
.en-service-guide-two .box .icon.icon2{ background-position: 0px -1700px;}
/* 项目留言 */
.recommendmessage-bg .box{width: 480px;}
.recommendmessage-bg .box .title{width: 440px; padding: 0 20px; height: 50px; line-height: 50px; font-size: 16px;  border-bottom:1px solid #d5d5d5; }
.recommendmessage-bg .box .close-btn{width:30px; line-height:30px; height: 30px; text-align: center; font-size: 28px; color: #d7d7d7; position: absolute; top: 0; right: 0;}
.recommendmessage-bg .box .listbox{width: 450px; margin-bottom:20px; padding: 20px 10px 20px 20px; max-height: 120px; font-size: 14px; text-align: left; overflow-y: auto;}
.recommendmessage-bg .box .listbox p{width: 100%;}
.recommendmessage-bg .box .listbox em{color: #a9a9a9;}
.recommendmessage-bg .box .row{padding:0 20px; text-align: left; line-height: 34px;}
.recommendmessage-bg .box .row .btn{width: 200px; margin:10px 110px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; background-color: #4e6ef2; color: #fff; display: inline-block;}
.recommendmessage-bg .box .row textarea{width: 418px; height: 40px; padding:10px; border: 1px solid #d4d4d4; background-color: #fbf9f9;}
/* 资讯聚合 */
.rss-screen-select{width: 100%; height: 50px; background-color: #fff; line-height: 50px; padding:5px 0;}
.rss-screen-select .selects{float: left; margin-right: 20px;}
.rss-screen-select .selects span{float: left; margin-left:20px; font-size: 14px; color:#808080; text-align: center;}
.rss-screen-select .selects a{float: left; margin: 0 15px; font-size: 14px; color:#00398b;}
.rss-screen-select .selects a.active{color: #4e6ef2;}
.rsslistbox{width: 1220px; position: relative; margin-top: 20px; min-height: 800px; padding-bottom: 50px;}
.rsslistbox>.box{width: 285px; animation:resslist 0.5s ease; position: absolute; background-color: #fff; left: 0; top:0; -webkit-transition: all .2s linear;-moz-transition: all .3s linear; -ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
@keyframes resslist{0%{transform: scale(0)}100%{transform: scale(1)}}
.rsslistbox>.nomorestr{position: absolute; font-size: 18px; color:#757575; height: 50px; line-height: 50px; text-align: center; left: 0; bottom:30px; width: 100%;}
.rsslistbox>.box:hover{box-shadow: 0px 1px 10px #bababa; margin-top: -5px;}
.rsslistbox>.box>.top{padding:20px;}
.rsslistbox>.box>.top .title{display: inline-table; vertical-align: top; width: 100%; margin-bottom: 13px;}
.rsslistbox>.box>.top .title .text{font-size: 18px; line-height: 26px; max-height: 52px; -webkit-line-clamp:2; padding:2px 0; font-weight: bold;}
.rsslistbox>.box>.top .title.hasimg .text{height: 78px; max-height: 78px; -webkit-line-clamp:3;}
.rsslistbox>.box>.top .title .img{float: left; height: 80px; margin-right: 10px; border:1px solid #ebebeb;}
.rsslistbox>.box>.top .title .img img{max-width: 120px;}
.rsslistbox>.box>.top .label{line-height: 26px; font-size: 14px; color:#8d8d8d; max-height: 26px; display: inline-table; vertical-align: top; width: 100%;}
.rsslistbox>.box>.top .author{max-width: 115px; margin-right: 5px; float: left; line-height: 26px;}
.rsslistbox>.box>.top .intro{line-height: 22px; font-size: 14px; color:#4b4b4b; max-height: 62px; -webkit-line-clamp:3;}
.rsslistbox>.box>.center{padding:15px 20px; border-top:1px solid #eee;}
.rsslistbox>.box>.center .li{padding:0 0 10px 20px; position: relative;}
.rsslistbox>.box>.center .li:before{content: ""; height: 100%; border-left: 1px solid #e2e2e2; position: absolute; top:8px; left:5px;}
.rsslistbox>.box>.center .li.last{padding-bottom: 0;}
.rsslistbox>.box>.center .li.last:before{display: none;}
.rsslistbox>.box>.center .li:after{content: ""; width: 6px; height: 6px; border:3px solid #f3f3f3; background-color: #4e6ef2; position: absolute; top:5px; border-radius: 50%; -webkit-border-radius:50%; left: 0px;}
.rsslistbox>.box>.center .title{font-size: 14px; color:#4b4b4b; line-height: 22px; max-height: 44px; -webkit-line-clamp:2; position: relative;}
.rsslistbox>.box>.center .title a{color:#4b4b4b;}
.rsslistbox>.box>.center .title a:hover{color:#4e6ef2;}
.rsslistbox>.box>.center .label{font-size: 12px; color:#8d8d8d; height: 20px; line-height: 20px;}
.rsslistbox>.box>.center .label span{float: left; height: 20px; line-height: 20px;}
.rsslistbox>.box>.center .label span.author{max-width: 110px; margin-right: 10px;}
.rsslistbox>.box>.bottom{ padding: 10px 20px; border-top:1px solid #eee; height: 40px;}
.rsslistbox>.box>.bottom .img{width: 38px; height: 38px; float: left; border:1px solid #ebebeb; margin-right: 10px;}
.rsslistbox>.box>.bottom .name{float: left; max-width: 100px; font-size: 14px; color:#163474; height: 40px; line-height: 40px; margin-right: 15px;}
.rsslistbox>.box>.bottom .category{float: left; font-size: 14px; height: 40px; line-height: 40px;}
.rsslistbox>.box>.bottom .category.purple{color:#7777cc;}
.rsslistbox>.box>.bottom .category.blue{color:#6d99d4;}
.rsslistbox>.box>.bottom .category.green{color:#39b967;}
.rsslistbox>.box>.bottom .more{float: right; height: 40px; line-height: 40px; font-size: 14px; color:#8d8d8d;}
.rsslistbox>.box>.bottom .more:hover{color:#4e6ef2;}
/* 投资机构-资讯聚合 */
.invest-rss{width: 1220px; background-color: #Fff; margin-top: 20px;}
.invest-rss>.tags{height: 64px; border-bottom:1px solid #eee; padding:0 5px;}
.invest-rss>.tags>.tag{margin:0 20px; float: left; height: 62px; line-height: 64px; font-weight: bold; color:#757575; font-size: 18px;}
.invest-rss>.tags>.tag.active{border-bottom: 3px solid #4e6ef2; color:#4e6ef2;}
.invest-rss>.boxs>.box{position: relative; overflow: hidden; display: none;}
.invest-rss>.boxs>.box.active{display: block;}
.invest-rss>.boxs>.box .list{display: inline-table; overflow: hidden; float: left; width: 1220px; vertical-align: top;}
.invest-rss>.boxs>.box .li{padding:20px; width: 260px; height: 160px; border-bottom:1px solid #eee; border-right: 1px solid #eee; float: left; margin: -1px 0 0 -1px;}
.invest-rss>.boxs>.box .title{line-height: 24px; height: 48px; font-size: 18px; font-weight: bold; -webkit-line-clamp:2; margin-bottom: 15px;}
.invest-rss>.boxs>.box .text{color:#aaa; font-size: 14px; line-height: 22px; height: 66px; -webkit-line-clamp:3; margin-bottom: 12px;}
.invest-rss>.boxs>.box .label{font-size: 14px; color:#757575; height: 20px; line-height: 20px;}
.invest-rss>.boxs>.box .label span{float: left; height: 20px; line-height: 20px;}
.invest-rss>.boxs>.box .label span.author{max-width: 115px; margin-right: 5px;}
.invest-rss>.boxs>.box .swiper-wrapper{position: relative;}
.invest-rss>.boxs>.box .bannerpagination{margin-bottom:15px; height: 50px;border-top:1px solid #eee; text-align: center; width: 100%; left: 0;}
.invest-rss>.boxs>.box .bannerpagination>.swiper-pagination-switch{width: 10px; height: 10px;  display: inline-block; margin:19px 8px; border:1px solid #b6b6b6;}
.invest-rss>.boxs>.box .bannerpagination>.swiper-pagination-switch.active{background-color: #b6b6b6;}
.invest-rss>.boxs>.box .swiper-button-next{position: absolute; display: none; right: 0; top:50%; width: 62px; height: 62px; background: url(../images/bg_box2.png); margin-top:-63px;}
.invest-rss>.boxs>.box .swiper-button-prev{position: absolute; display: none; left: 0; top:50%; width: 62px; height: 62px; background: url(../images/bg_box2.png); margin-top:-63px;}
.invest-rss>.boxs>.box .swiper-button-prev:before{content: "";width: 100%; height: 100%; float: left;background: url(../images/icon4.png) 6px -1244px no-repeat;}
.invest-rss>.boxs>.box .swiper-button-next:before{content: "";width: 100%; height: 100%; float: left;background: url(../images/icon4.png) 10px -1294px no-repeat;}
.invest-rss>.boxs>.box:hover .swiper-button-next{display: block;}
.invest-rss>.boxs>.box:hover .swiper-button-prev{display: block;}
.rss-search{float: right;  width:351px; height: 34px; margin:8px 20px; position: relative;}
.rss-search>#rss-search-text{width: 290px; border:1px solid #ccc; border-right: 0; height: 32px; float: left; line-height: 32px; text-indent: 1em; font-size: 14px;}
.rss-search>#rss-search-text + label{position: absolute; height: 34px; text-indent: 1em; color:#a9a9a9; pointer-events: none; top:0; left: 0; line-height: 34px; font-size: 14px;}
.rss-search>#rss-search-text:focus + label{display: none !important;}
.rss-search>#rss-search-submit{width: 60px; height: 34px; background: url(../images/icon.png) 6px -594px no-repeat #4e6ef2; cursor: pointer;}
.zxlist-box{width: 1225px; display: inline-table; vertical-align: top;}
.zxlist-box>.box{width: 290px; margin-right:14px; margin-top:14px; box-shadow: 2px 2px 5px #bab9b9; float: left; background-color: #fff;}
.zxlist-box>.box>.top{height: 46px; line-height: 46px; padding:0 10px;}
.zxlist-box>.box>.top .img{width: 30px; height: 30px; float: left; margin:10px 0;}
.zxlist-box>.box>.top span{font-size: 14px; color:#a1a1a1; margin-left: 10px;}
.zxlist-box>.box>.top a{color:#a1a1a1;}
.zxlist-box>.box>.logo{width: 290px; height: 198px; position: relative; overflow: hidden;}
.zxlist-box>.box>.logo img{position: absolute;}
.zxlist-box>.box>h4{line-height: 30px; height: 60px; margin:20px 15px; font-size: 18px; -webkit-line-clamp:2;}
.zxlist-box>.box>p{line-height: 24px; height: 120px; -webkit-line-clamp:5; margin:0 15px; font-size: 14px; color:#757575;}
.zxlist-box>.box>.info{height: 20px; line-height: 20px; padding:0 15px; margin:15px 0;}
.zxlist-box>.box .ly,.zxlist-box>.box .dz{float:right; padding-left:20px; margin-left:25px; color:#aaa; color:#aaa; font-size:12px; background-image:url(../images/icon.png); background-repeat:no-repeat;}
.zxlist-box>.box .ly{background-position:-15px -2914px;}
.zxlist-box>.box .dz.no{background-position:-15px -2964px;}
.zxlist-box>.box .dz{background-position:-15px -3015px;}
.zxlist-box>.box>.info>span{font-size: 14px; color:#4e6ef2;}
.fastnews{border:1px solid #eee;}
.fastnews-header{background-color: #fff; height: 70px; padding:0 25px;    border: 1px solid #eee; border-bottom: 0;}
.fastnews-header .screen-select{float: left; line-height: 36px; height: 36px; margin:17px 0;}
.fastnews-header .screen-select span{float: left; height: 36px; font-size: 14px; color:#757575;}
.fastnews-header .screen-select select{border:1px solid #d1d1d1; height: 36px; padding:0 10px; min-width: 75px; background-color: #fbfbfb;}
.fastnews-header .screen-select select#year{min-width: 95px;}
.fastnews-header .screen-select #fastnews-screen-submit{background-color: #fff; color:#4e6ef2; margin-left: 10px; cursor: pointer; display: none;}
.fastnews-header .fastnews-search{float: right;  width:351px; height: 36px; margin:17px 0; position: relative;}
.fastnews-header .fastnews-search.left{float: left;}
.fastnews-header #fastnews-search-text{width: 290px; border:1px solid #ccc; border-right: 0; height: 34px; float: left; line-height: 34px; text-indent: 1em; font-size: 14px;}
.fastnews-header #fastnews-search-text + label{position: absolute; height: 36px; text-indent: 1em; color:#a9a9a9; pointer-events: none; top:0; left: 0; line-height: 36px; font-size: 14px;}
.fastnews-header #fastnews-search-text:focus + label{display: none !important;}
.fastnews-header #fastnews-search-submit{width: 60px; height: 36px; background: url(../images/icon.png) 6px -594px no-repeat #4e6ef2; cursor: pointer;}
.fastnews>.list{background-color: #fff; padding:0 25px; border-top: 1px solid #eee;}
.fastnews>.list .lis{line-height: 72px; font-size: 18px; position: relative; margin-top: -1px;}
.fastnews>.list .lis.border{border-top:1px solid #eee;}
.fastnews>.list .lis .li{height: 72px; border-top:1px dashed #eee; margin-top: -1px; position: relative; margin-left: 75px;}
.fastnews>.list .lis .li:before{content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #ccc; position: absolute; top:33px; left: -15px;}
.fastnews>.list .lis .shorttime{position: absolute; top:0; left: 0; height: 72px; text-align: center; line-height: 74px; color:#163472; font-family: Arial; width: 50px;}
.fastnews>.list .lis .title{ width: 630px; float: left; position: relative;}
.fastnews>.list .lis .time{float: right; font-size: 14px; color:#aaa;}
/* 众筹 */
.crowd-funding{width: 100%; min-width: 1220px; background: url(../images/zhongchou.jpg) center no-repeat; height: 820px; text-align: center;}
.crowd-funding .btn{width: 300px; height: 66px; line-height: 66px; text-align: center; font-size: 24px; border-radius: 8px; box-shadow: 6px 6px 6px #c6c6c6; background-color: #4e6ef2; color:#fff; display: inline-block; margin-top: 490px;}
.crowd-funding .btn:hover{opacity: 0.8;}
/* 委托融资 */
.entrust-financing{width: 100%; min-width: 1220px;}
.entrust-financing>.banner{height: 360px; width: 100%; background:url(../images/entrust_financing_banner.jpg) center no-repeat;}
.entrust-financing>.box1{height: 410px; width: 100%; background-color: #fff; text-align: center;}
.entrust-financing>.box1 .bt{width:260px; height:50px; line-height:46px; margin-top:45px; display: inline-block; text-align:center; font-size:18px; color:#fff; background-color:#4e6ef2; font-weight: bold;}
.entrust-financing>.box1 .bt:hover{opacity: 0.8;}
.entrust-financing>.box1 .link{line-height: 76px; color:#4e6ef2; font-size: 18px;}
.entrust-financing>.box1 .merits{width: 100%; height: 40px; font-size: 0; margin-top: 45px;}
.entrust-financing>.box1 .merit{background: url(../images/icon2.png) no-repeat; padding-left: 40px; height: 40px; margin: 0 28px; line-height: 40px; font-size: 24px; color:#153570; display: inline-block; vertical-align: top;}
.entrust-financing>.box1 .merit.merit1{background-position: -10px -5102px;}
.entrust-financing>.box1 .merit.merit2{background-position: -10px -5154px;}
.entrust-financing>.box1 .merit.merit3{background-position: -10px -5204px;}
.entrust-financing>.box1 h2{font-size: 28px; height: 80px; line-height: 80px; padding-top: 40px; color:#333;}
.entrust-financing>.box1 p{color:#757575; font-size: 16px; line-height: 24px; height: 24px;}
.entrust-financing>.box2{height: 390px; width: 100%;}
.entrust-financing>.box2 h2{color: #333; line-height: 154px; font-weight: normal; height: 154px; text-align: center; font-size: 30px;}
.entrust-financing>.box2 .merits{width: 1220px; height: 144px; margin: 0 auto; font-size: 0; background:url(../images/entrust_financing_box2.png) center no-repeat;}
.entrust-financing>.box2 .merit{display: inline-block; margin: 20px 68px; line-height: 24px; vertical-align: top; font-size: 16px; font-weight: bold; text-align: center; color:#252525;}
.entrust-financing>.box2 .merit em{font-size: 28px; line-height: 40px;}
.entrust-financing>.box2 .number1{color:#9ba3b2;}
.entrust-financing>.box2 .number2{color:#669b9e;}
.entrust-financing>.box2 .number3{color:#a5c8df;}
.entrust-financing>.box2 .number4{color:#5497c0;}
.entrust-financing>.box2 .number5{color:#a1998b;}
.entrust-financing>.box2 .number6{color:#4e6ef2;}
.entrust-financing>.box3{height: 456px; width: 100%; position: relative; background:url(../images/entrust_financing_box3.jpg) center no-repeat;}
.entrust-financing>.box3 h2{width: 200px; left: 50%; top:265px; position: absolute; text-align: center; margin-left: -100px; height: 44px; line-height: 44px; font-size: 20px; color:#fff; font-weight: normal;}
.entrust-financing>.box3 .merit{position: absolute; color:#fff; left: 50%;}
.entrust-financing>.box3 .merit.merit1{margin-left: -531px; top:82px; width: 250px;}
.entrust-financing>.box3 .merit.merit2{margin-left: 290px; top:82px; width: 250px;}
.entrust-financing>.box3 .merit.merit3{margin-left: -531px; top:262px; width: 250px;}
.entrust-financing>.box3 .merit.merit4{margin-left: 290px; top:262px; width: 250px;}
.entrust-financing>.box3 .merit h3{font-size: 20px; height: 56px; line-height: 56px; font-weight: normal;}
.entrust-financing>.box3 .merit p{line-height: 18px; font-size: 14px;}
.entrust-financing>.box4{height: 400px; width: 100%;  background-color:#fff; text-align: center;}
.entrust-financing>.box4 h2{line-height: 114px; height: 114px; padding-top: 20px; font-size: 30px; font-weight: normal;}
.entrust-financing>.box4 .orgs{width: 1220px; margin: 0 auto; font-size: 0;}
.entrust-financing>.box4 .orgs .org{width: 208px; height: 86px; border:1px solid #ccc; margin: 0 10px 20px 10px; display: inline-block; vertical-align: top;}
.entrust-financing>.box5{background-color: #fff; height: 564px;}
.entrust-financing>.box5 h2{height: 76px; position: relative; line-height: 76px; padding-top: 43px; text-align: center; font-size: 30px; font-weight: normal;}
.entrust-financing>.box5 h2:before{content: ""; width: 1220px; position: absolute; top:0; left: 50%; margin-left: -600px; height: 3px; background:url(../images/entrust_financing_box4.png) no-repeat;}
.entrust-financing>.box5 .notice{width: 1080px; margin: 0 auto; padding:0 60px;}
.entrust-financing>.box5 p{padding-left: 48px; position: relative; line-height: 40px; font-size: 14px;}
.entrust-financing>.box5 p:before{content: ""; width: 40px; height: 40px; position: absolute; left: 0; top:0; background:url(../images/icon2.png) -10px -5255px no-repeat;}
/* 股权转让 */
.trade-sale{width: 100%; min-width: 1220px;}
.trade-sale .banner{width: 100%; height: 690px; background: url(../images/trade_sale_banner.jpg) center no-repeat #fff;}
.trade-sale .box1{width: 100%; height: 280px; background-color: #fff; text-align: center;}
.trade-sale .box1 h2{font-size: 30px; height: 130px; line-height: 130px; font-weight: normal; padding-top: 30px;}
.trade-sale .box1 .btn{width: 280px; height: 48px; border-radius: 24px; -webkit-border-radius: 24px; background-color: #4e6ef2; color:#fff; font-size: 18px; line-height: 48px; display: inline-block; vertical-align: top;}
.trade-sale .box1 .btn:hover{opacity: 0.8;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.trade-sale .box2{width: 100%; height: 560px; background: url(../images/trade_sale_box2.jpg) center no-repeat #fff;}
.trade-sale .box3{width: 100%; height: 420px; background: url(../images/trade_sale_box3.png) center no-repeat #fff;}
#update-trade-sale .box{width: 600px; padding:50px 50px 30px 50px;}
#update-trade-sale .colse{color:#d9d9d9; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 30px;}
#update-trade-sale table{width: 100%;}
#update-trade-sale input[type=text]{border:1px solid #d4d4d4; height: 40px; line-height: 40px; text-indent: 10px;; float: left; padding: 0; width: 210px;}
#update-trade-sale textarea{border:1px solid #d4d4d4; height: 60px; width: 504px; line-height: 18px; padding:10px; float: left;}
#update-trade-sale td{font-size: 14px; line-height: 40px;}
#update-trade-sale td.title{font-weight: bold; text-align: left;}
#update-trade-sale input[type=text].input-name{width: 110px;}
#update-trade-sale input[type=text].input-phone{width: 140px;}
#update-trade-sale input[type=text].input-email{width: 140px;}
#update-trade-sale input[type=text].input-min{width: 180px;}
#update-trade-sale input[type=text].input-max{width: 524px;}
#update-trade-sale #update-trade-sale-submit{width: 210px; height: 42px; background-color: #4e6ef2; color: #fff; font-size: 16px; cursor: pointer;}
/* 融资加速 */
.finacc{width: 100%; min-width: 1220px;}
.finacc .banner{width: 100%; height: 690px; background: url(../images/finacc_banner.jpg) center no-repeat #fff;}
.finacc .box1{width: 100%; height: 280px; background-color: #fff; text-align: center;}
.finacc .box1 h2{font-size: 30px; height: 130px; line-height: 130px; font-weight: normal; padding-top: 30px;}
.finacc .box1 .btn{width: 280px; height: 48px; border-radius: 24px; -webkit-border-radius: 24px; background-color: #4e6ef2; color:#fff; font-size: 18px; line-height: 48px; display: inline-block; vertical-align: top;}
.finacc .box1 .btn:hover{opacity: 0.8;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.finacc .box2{width: 100%; height: 560px; background: url(../images/finacc_box2.jpg) center no-repeat #fff;}
.finacc .box3{width: 100%; height: 420px; background: url(../images/finacc_box3.png) center no-repeat #fff;}
#update-finacc .box{width: 600px; padding:50px 50px 30px 50px;}
#update-finacc .colse{color:#d9d9d9; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 30px;}
#update-finacc table{width: 100%;}
#update-finacc input[type=text]{border:1px solid #d4d4d4; height: 40px; line-height: 40px; text-indent: 10px;; float: left; padding: 0; width: 210px;}
#update-finacc textarea{border:1px solid #d4d4d4; height: 60px; width: 504px; line-height: 18px; padding:10px; float: left;}
#update-finacc td{font-size: 14px; line-height: 40px;}
#update-finacc td.title{font-weight: bold; text-align: left;}
#update-finacc input[type=text].input-name{width: 110px;}
#update-finacc input[type=text].input-phone{width: 140px;}
#update-finacc input[type=text].input-email{width: 140px;}
#update-finacc input[type=text].input-min{width: 180px;}
#update-finacc input[type=text].input-max{width: 524px;}
#update-finacc #update-finacc-submit{width: 210px; height: 42px; background-color: #4e6ef2; color: #fff; font-size: 16px; cursor: pointer;}
/* 股权设计与激励 */
.equity{width: 100%; min-width: 1220px;}
.equity .banner{width: 100%; height: 690px; background: url(../images/equity_banner.jpg) center no-repeat #fff;}
.equity .box1{width: 100%; height: 280px; background-color: #fff; text-align: center;}
.equity .box1 h2{font-size: 30px; height: 130px; line-height: 130px; font-weight: normal; padding-top: 30px;}
.equity .box1 .btn{width: 280px; height: 48px; border-radius: 24px; -webkit-border-radius: 24px; background-color: #4e6ef2; color:#fff; font-size: 18px; line-height: 48px; display: inline-block; vertical-align: top;}
.equity .box1 .btn:hover{opacity: 0.8;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.equity .box2{width: 100%; height: 660px; background: url(../images/equity_box2.jpg) center no-repeat #fff;}
.equity .box3{width: 100%; height: 420px; background: url(../images/equity_box3.png) center no-repeat #fff;}
#update-equity .box{width: 600px; padding:50px 50px 30px 50px;}
#update-equity .colse{color:#d9d9d9; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 30px;}
#update-equity table{width: 100%;}
#update-equity input[type=text]{border:1px solid #d4d4d4; height: 40px; line-height: 40px; text-indent: 10px;; float: left; padding: 0; width: 210px;}
#update-equity textarea{border:1px solid #d4d4d4; height: 60px; width: 504px; line-height: 18px; padding:10px; float: left;}
#update-equity td{font-size: 14px; line-height: 40px;}
#update-equity td.title{font-weight: bold; text-align: left;}
#update-equity input[type=text].input-name{width: 110px;}
#update-equity input[type=text].input-phone{width: 140px;}
#update-equity input[type=text].input-email{width: 140px;}
#update-equity input[type=text].input-min{width: 180px;}
#update-equity input[type=text].input-max{width: 524px;}
#update-equity #update-equity-submit{width: 210px; height: 42px; background-color: #4e6ef2; color: #fff; font-size: 16px; cursor: pointer;}
/* 商业模式设计与落地 */
.businessmodel{width: 100%; min-width: 1220px;}
.businessmodel .banner{width: 100%; height: 450px; background: url(../images/businessmodel_banner.jpg) center no-repeat #fff;}
.businessmodel .box1{width: 100%; height: 280px; background-color: #fff; text-align: center;}
.businessmodel .box1 h2{font-size: 30px; height: 130px; line-height: 130px; font-weight: normal; padding-top: 30px;}
.businessmodel .box1 .btn{width: 280px; height: 48px; border-radius: 24px; -webkit-border-radius: 24px; background-color: #4e6ef2; color:#fff; font-size: 18px; line-height: 48px; display: inline-block; vertical-align: top;}
.businessmodel .box1 .btn:hover{opacity: 0.8;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.businessmodel .box2{width: 100%; height: 660px; background: url(../images/businessmodel_box2.jpg) center no-repeat #fff;}
.businessmodel .box3{width: 100%; height: 420px; background: url(../images/businessmodel_box3.png) center no-repeat #fff;}
#update-businessmodel .box{width: 600px; padding:50px 50px 30px 50px;}
#update-businessmodel .colse{color:#d9d9d9; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 30px;}
#update-businessmodel table{width: 100%;}
#update-businessmodel input[type=text]{border:1px solid #d4d4d4; height: 40px; line-height: 40px; text-indent: 10px;; float: left; padding: 0; width: 210px;}
#update-businessmodel textarea{border:1px solid #d4d4d4; height: 60px; width: 504px; line-height: 18px; padding:10px; float: left;}
#update-businessmodel td{font-size: 14px; line-height: 40px;}
#update-businessmodel td.title{font-weight: bold; text-align: left;}
#update-businessmodel input[type=text].input-name{width: 110px;}
#update-businessmodel input[type=text].input-phone{width: 140px;}
#update-businessmodel input[type=text].input-email{width: 140px;}
#update-businessmodel input[type=text].input-min{width: 180px;}
#update-businessmodel input[type=text].input-max{width: 524px;}
#update-businessmodel #update-businessmodel-submit{width: 210px; height: 42px; background-color: #4e6ef2; color: #fff; font-size: 16px; cursor: pointer;}
/* 看项目 */
.startup-box{width: 100%; height: 1110px; min-width: 1220px; background: url(../images/startup_bg.jpg) center no-repeat; position: relative;}
.startup-box>.mobile-iframe{width: 374px; height: 670px; overflow: hidden; background-color: #fff; position: absolute; top:220px; left: 50%; margin-left: -514px;}
.startup-box>.mobile-iframe>iframe{width: 100%; height: 100%; overflow: hidden;}
.startup-box>.bdsharebuttonbox{position: absolute; top:50%; left: 50%; margin:85px 0 0 308px;}
.startup-box>.bdsharebuttonbox>a{width: 54px; height: 54px; margin: 15px;}
/* 圈子 */
.forum-box{width: 100%; height: 1110px; min-width: 1220px; background: url(../images/forum_bg.jpg) center no-repeat; position: relative;}
.forum-box>.mobile-iframe{width: 374px; height: 670px; overflow: hidden; background-color: #fff; position: absolute; top:220px; left: 50%; margin-left: -514px;}
.forum-box>.mobile-iframe>iframe{width: 100%; height: 100%; overflow: hidden;}
.forum-box>.bdsharebuttonbox{position: absolute; top:50%; left: 50%; margin:85px 0 0 308px;}
.forum-box>.bdsharebuttonbox>a{width: 54px; height: 54px; margin: 15px;}
.forum-box>.bdsharebuttonbox>a.bds_tsina{background:url(../images/icon_100.png) -22px -2073px no-repeat;}
.forum-box>.bdsharebuttonbox>a.bds_bdhome{background:url(../images/icon_100.png) -22px -1973px no-repeat;}
.forum-box>.bdsharebuttonbox>a.bds_qzone{background:url(../images/icon_100.png) -22px -2173px no-repeat;}
.ysyy-index .transmit-btn{width: 72px; height: 40px; line-height: 40px; background: url(../images/icon5.png) -1px -305px no-repeat; text-align: left; float: left; padding-left: 48px; font-size: 14px; -webkit-transition: all 0s linear;-moz-transition: all 0s linear; -ms-transition: all 0s linear;-o-transition: all 0s linear;transition: all 0s linear; font-weight: bold; color:#757575; border:2px solid #c3cbcd; border-radius: 23px; -webkit-border-radius: 23px;}
.ysyy-index .transmit-btn:hover{color:#4e6ef2; border-color:#4e6ef2; background: url(../images/icon5.png) -1px -555px no-repeat;}
.transmitbox .box{width: 430px; height: 340px; padding: 0 25px;}
.transmitbox .title{line-height: 60px; height: 60px;}
.transmitbox textarea{width: 430px; height: 78px; padding: 10px;  border-color: #e9e9e9;	}
.transmitbox .linkbox{padding:10px 16px 10px 138px; position: relative; margin-top: 20px; width: 276px; height: 52px; background-color: #eee; font-size: 14px; text-align: left; line-height: 26px;}
.transmitbox .linkbox:before{content: ""; width: 120px; height: 72px; position: absolute; top:0; left: 0; background:url(../images/icon_100.png) 10px -2362px no-repeat #8b98ba;}
.transmitbox .linkbox .img{content: ""; width: 120px; height: 72px; position: absolute; top:0; left: 0; background:url(../images/icon_100.png) 10px -2362px no-repeat #8b98ba;}
.transmitbox .submit{width: 258px; height: 42px; background-color: #4e6ef2; font-size: 16px; color:#fff; margin-top: 30px; cursor: pointer;}
.transmitbox .close{width: 40px; height: 40px; font-size: 30px; color:#d7d7d7; line-height: 40px; text-align: center;}
/* 今日趣闻 */
.today-hot-article{width: 100%; background-color: #fff; margin-top: 20px;}
.today-hot-article .list{padding:40px 0; text-align: center; font-size: 0;}
.today-hot-article .li{height: 154px; position: relative; margin: 0 10px; display: inline-block;vertical-align: top; width: 174px; font-size: 14px;}
.today-hot-article .title{width: 100%; line-height: 20px; height: 40px; -webkit-line-clamp:2; text-align: left; margin-top: 2px;}
/* 投融学院 */
.investfinan-college{margin: 20px 0 70px 0; display: inline-table; vertical-align: top; width: 100%;}
.investfinan-college .college-left{width: 286px; float: left; margin-right: 18px; min-height: 265px;}
.investfinan-college .investfinan-menus{width: 286px; background-color: #fff; position: relative; height: 265px;}
.investfinan-college .investfinan-menus-fixed{width: 286px; z-index: 3; position: relative;}
.investfinan-college .investfinan-menus-fixed.fixed{position: fixed; top:52px; right: 50%; margin-right: 314px;}
.investfinan-college .investfinan-menus>.box{position: relative; z-index: 2; width: 286px;}
.investfinan-college .investfinan-menus>.box:hover{z-index: 3;}
.investfinan-college .investfinan-menus .menubox{border:1px solid #eee; margin-bottom: -1px; position: relative; z-index: 2; padding: 15px 20px; height: 57px; position: relative; position: relative; z-index: 3;}
.investfinan-college .investfinan-menus .menubox .title{ padding-left: 30px; height: 30px; line-height: 30px; font-size: 15px; font-weight: bold; position: relative;}
.investfinan-college .investfinan-menus .menubox .title:before{content: ""; width: 30px; height: 30px; position: absolute; left: 0; top:0; background-image: url(../images/icon.png); background-repeat: no-repeat;}
.investfinan-college .investfinan-menus .menubox .title.icon1:before{background-position: -16px -5960px;}
.investfinan-college .investfinan-menus .menubox .title.icon2:before{background-position: -16px -6010px;}
.investfinan-college .investfinan-menus .menubox .title.icon3:before{background-position: -15px -6060px;}
.investfinan-college .investfinan-menus .menubox a{float: left; margin-right: 15px; font-size: 15px; line-height: 27px; height: 27px;}
.investfinan-college .investfinan-menus .menubox a.active{color: #4e6ef2;}
.investfinan-college .investfinan-menus .menubox a.last{margin-right: 0;}
.investfinan-college .investfinan-menus .submenubox{width: 454px; display: none; z-index: 2; margin-left: -1px; background-color: #fff; border:1px solid #4e6ef2; padding:5px 35px 30px 35px; position: absolute; left: 100%; top:0;}
.investfinan-college .investfinan-menus>.box:hover .menubox{border-color: #4e6ef2; border-right-color: #fff;}
.investfinan-college .investfinan-menus>.box:hover .submenubox{display: block;}
.investfinan-college .investfinan-menus .submenubox .submenus{font-size: 0; padding: 11px 0;}
.investfinan-college .investfinan-menus .submenubox .submenus a{display:inline-block; color:#000; vertical-align: top; margin-left: 20px; height: 26px; line-height: 26px; font-size: 14px;}
.investfinan-college .investfinan-menus .submenubox .submenus a:hover{color:#4e6ef2;}
.investfinan-college .investfinan-menus .submenubox .submenus a.title{margin-left: 0; font-size: 15px; font-weight: bold; position: relative;}
.investfinan-college .investfinan-menus .submenubox .submenus a.title:before{content: ""; height: 10px; border-right: 1px solid #eee; position: absolute; top:8px; right: -10px;}
.investfinan-college .investfinan-menus .submenubox .submenus a.active{color: #4e6ef2;}
.investfinan-college .investfinan-menus .submenubox .submenus.bold a{font-size: 15px; font-weight: bold; margin:0 20px 0 0;}
.investfinan-college .investfinan-menus .submenubox .article-box{margin-top: 10px;}
.investfinan-college .investfinan-menus .submenubox .article-box>.title{height: 46px; margin-bottom: 15px; border-bottom: 1px solid #eee; width: 100%; line-height: 46px; font-size: 15px; font-weight: bold;}
.investfinan-college .investfinan-menus .submenubox .article-box .list{font-size: 0;}
.investfinan-college .investfinan-menus .submenubox .article-box .box{width: 116px;font-size: 16px; margin-right: 26px; display: inline-block; vertical-align: top;}
.investfinan-college .investfinan-menus .submenubox .article-box .box .img{width: 116px; height: 76px;}
.investfinan-college .investfinan-menus .submenubox .article-box .box .title{font-size: 14px; height: 36px; line-height: 18px; -webkit-line-clamp:2; margin-top: 5px;}
.investfinan-college .investfinan-menus .submenubox .article-box .box.last{margin-right: 0;}
.investfinan-college .TemplateCentre{width: 242px; border:1px solid #eee; background-color: #FFF; margin-top: 20px; padding: 0 21px; height: 140px;}
.investfinan-college .TemplateCentre .prompt{height: 50px; line-height: 54px; font-size: 14px; color:#999; text-align: center;}
.investfinan-college .TemplateCentre .prompt:after{content: ""; width: 30px; height: 50px; display: inline-block; vertical-align: top; background:url(../images/icon5.png) -10px 2px no-repeat;}
.investfinan-college .TemplateCentre .ToTemplateLink{width: 240px; height: 40px; font-weight: bold; border:1px solid #4e6ef2; color:#4e6ef2; line-height: 40px; text-align: center; display: inline-block; vertical-align: top;}
.investfinan-college .TemplateCentre .ToServiceLink{width: 240px; height: 44px; line-height: 44px; font-size: 14px; color:#0d0d0d;}
.investfinan-college .TemplateCentre .ToServiceLink .icon{display: inline-block; vertical-align: top; height: 44px; width: 20px; background:url(../images/icon5.png) -18px -1001px no-repeat;}
.investfinan-college .TemplateCentre .ToServiceLink .icon.icon1{width: 17px;}
.investfinan-college .TemplateCentre .ToServiceLink .icon.icon2{background-position: -15px -1051px; margin-left: 8px;}
.investfinan-college .TemplateCentre .ToServiceLink .icon.icon3{background-position: -15px -1101px; margin-left: 8px;}
.investfinan-college .articlelistbox{width: 284px; border:1px solid #eee; background-color: #FFF; margin-top: 20px;}
.investfinan-college .articlelistbox>.title{height: 45px; line-height: 45px; padding:0 20px; font-size: 14px; border-bottom: 1px solid #eee; border-top: 3px solid #4e6ef2;}
.investfinan-college .articlelistbox>.title .more{float: right; display: none;}
.investfinan-college .articlelistbox>.title .more.active{float: right; display: block;}
.investfinan-college .articlelistbox>.title.blue{border-top-color: #163474;}
.investfinan-college .articlelistbox .tags{height: 43px; border-bottom: 1px solid #eee;}
.investfinan-college .articlelistbox .tags>a{color:#999;  border-bottom: 2px solid transparent; font-size: 14px; height: 42px; line-height: 43px; width: 50%; float: left; text-align: center;}
.investfinan-college .articlelistbox .tags>a.active{color: #4e6ef2; border-bottom: 2px solid #4e6ef2;}
.investfinan-college .articlelistbox .hotlist{padding: 25px 20px 15px 20px;}
.investfinan-college .articlelistbox .hotlist a{padding-left:30px; background-repeat: no-repeat; display: inline-block; vertical-align: top; margin-bottom: 15px; -webkit-line-clamp:2; max-height: 44px; line-height: 22px; font-size: 14px; color: #4b4b4b; width: 214px;position: relative;}
.investfinan-college .articlelistbox .hotlist a:before{content: ""; border:2px solid #e97c77; position: absolute; left: 10px; top:9px;}
.investfinan-college .articlelistbox .boxs .box{padding:18px 20px; display: none;}
.investfinan-college .articlelistbox .boxs .box.active{display: block;}
.investfinan-college .articlelistbox .boxs .box .list a{padding-left: 30px; background-image: url(../images/icon.png); background-repeat: no-repeat; display: inline-block; vertical-align: top; height: 36px; line-height: 36px; font-size: 14px; color: #4b4b4b; width: 214px;position: relative;}
.investfinan-college .articlelistbox .boxs .box .list a:hover{color: #4e6ef2;}
.investfinan-college .articlelistbox .boxs .box .list a.number1{background-position: -17px -6106px;}
.investfinan-college .articlelistbox .boxs .box .list a.number2{background-position: -18px -6158px;}
.investfinan-college .articlelistbox .boxs .box .list a.number3{background-position: -18px -6208px;}
.investfinan-college .articlelistbox .boxs .box .list a.number4{background-position: -18px -6257px;}
.investfinan-college .articlelistbox .boxs .box .list a.number5{background-position: -18px -6307px;}
.investfinan-college .articlelistbox .boxs .box .list a.number6{background-position: -18px -6357px;}
.investfinan-college .articlelistbox .boxs .box .list a.down.red{background-position: -16px -6508px;}
.investfinan-college .articlelistbox .boxs .box .list a.down{background-position: -16px -6556px;}
.investfinan-college .articlelistbox .boxs .box .list a.arrows{background:none;}
.investfinan-college .articlelistbox .boxs .box .list a.arrows:after{content: ""; top:10px; left: -1px; width: 16px; height: 16px; background: url(../images/icon.png) -16px -6717px no-repeat #fff; position: absolute;}
.investfinan-college .articlelistbox .boxs .box .list a.arrows:before{content: ""; top:0px; left: 7px; height: 36px; border-left: 1px solid #dbdcdd; position: absolute;}
.investfinan-college .articlelistbox .boxs .box .list a.arrows.first:before{height: 18px; top:18px;}
.investfinan-college .articlelistbox .boxs .box .list a.arrows.last:before{height: 18px;}
.investfinan-college .articlelistbox .boxs .box .list a.document.blue{background-position: -16px -6607px;}
.investfinan-college .articlelistbox .boxs .box .list a.document{background-position: -16px -6657px;}
.investfinan-college .articlelistbox .boxs .box .articlelist{font-size: 0; margin-top: 20px;}
.investfinan-college .articlelistbox .boxs .box .articlebox{font-size: 14px; color:#4b4b4b; margin-bottom: 8px; margin-right: 8px; width: 118px; display: inline-block;vertical-align: top;}
.investfinan-college .articlelistbox .boxs .box .articlebox .title{height:36px; line-height: 18px; -webkit-line-clamp:2;}
.investfinan-college .articlelistbox .boxs .box .articlebox.last{margin-right: 0;}
.investfinan-college .college-right{width: 286px; float: right; margin-left: 18px;}
.investfinan-college .hotarticlelist{background-color: #fff; width: 284px; border:1px solid #eee; margin-bottom: 20px;}
.investfinan-college .hotarticlelist .listheader{height: 140px; padding:0 20px; position: relative;}
.investfinan-college .hotarticlelist .listheader.blue{background-color: #e0edfe; border-top: 3px solid #163474; }
.investfinan-college .hotarticlelist .listheader.blue:before{content: ""; position: absolute; top:20px; right: 16px;width: 100px; height: 100px; background: url(../images/icon_100.png) 0px -2450px no-repeat;}
.investfinan-college .hotarticlelist .listheader.red{background-color: #efe4d8; border-top: 3px solid #4e6ef2; }
.investfinan-college .hotarticlelist .listheader.red:before{content: ""; position: absolute; top:20px; right: 16px;width: 100px; height: 100px; background: url(../images/icon_100.png) 0px -2550px no-repeat;}
.investfinan-college .hotarticlelist .listheader .title{height: 44px; line-height: 44px; font-size: 20px; margin-top: 10px;}
.investfinan-college .hotarticlelist .listheader .synopsis{font-size: 14px; color: #757575; line-height: 18px; width: 100px;}
.investfinan-college .hotarticlelist .listheader .more{line-height: 46px; font-size: 14px;}
.investfinan-college .hotarticlelist .list{padding:18px 20px;}
.investfinan-college .hotarticlelist .list a{padding:0 30px; -webkit-transition: all 0s linear;-moz-transition: all 0s linear; -ms-transition: all 0s linear;-o-transition: all 0s linear;transition: all 0s linear; background-repeat: no-repeat; display: inline-block; vertical-align: top; height: 36px; line-height: 36px; font-size: 14px; color: #4b4b4b; width: 184px;position: relative;}
.investfinan-college .hotarticlelist .list a:hover{color: #4e6ef2;}
.investfinan-college .hotarticlelist .list a.up{background: url(../images/icon.png) 212px -6456px no-repeat;}
.investfinan-college .hotarticlelist .list a.up:hover{background: url(../images/icon.png) 212px -6406px no-repeat; color:#4e6ef2;}
.investfinan-college .hotarticlelist .list.blue a:before{content: ""; border:2px solid #8eadd9; position: absolute; left: 10px; top:16px;}
.investfinan-college .hotarticlelist .list.red a:before{content: ""; border:2px solid #e97c77; position: absolute; left: 10px; top:16px;}
.investfinan-college .college-center{width: 592px; display: inline-table; vertical-align: top;}
.investfinan-college .center-header{height: 66px; border:1px solid #eee; background: #fff; margin-bottom: 20px;}
.investfinan-college .center-header .label{float: left; padding-left: 20px; position: relative; height: 66px; line-height: 66px;}
.investfinan-college .center-header .label:before{content: ""; left: 0; top:29px; border-left: 7px solid #181818; color:#181818; border-top:4px solid transparent; border-bottom: 4px solid transparent; border-right:0; position: absolute; }
.investfinan-college .center-header .college-logo{float: left;}
.investfinan-college .center-header .link{float: right; line-height: 66px; height: 66px; color: #999; font-size: 14px;}
.investfinan-college .center-header .link.hot{margin-right: 20px;}
.investfinan-college .center-header .link.new{margin-right: 12px;}
.investfinan-college .center-header .link.active{color: #4e6ef2;}
.investfinan-college .trends-list{width: 590px;}
.investfinan-college .trends-list.list{padding-bottom: 0;}
.investfinan-college .trends-list.list .box:last-child{border-bottom:0;}
.investfinan-college .trends-list .box{width: 554px; padding:17px 18px; height: 124px; position: relative;}
.investfinan-college .trends-list .box.Top1:after{content: ""; background:url(../images/icon2.png) -15px -4913px no-repeat; width: 20px; height: 30px; position: absolute; top:-1px; right: 10px;}
.investfinan-college .trends-list .box.Top2:after{content: ""; background:url(../images/icon2.png) -15px -4963px no-repeat; width: 20px; height: 30px; position: absolute; top:-1px; right: 10px;}
.investfinan-college .trends-list .box.Top3:after{content: ""; background:url(../images/icon2.png) -15px -5013px no-repeat; width: 20px; height: 30px; position: absolute; top:-1px; right: 10px;}
.investfinan-college .trends-list .img{width: 192px; height: 124px;}
.investfinan-college .trends-list .texts p{line-height: 24px; height: 48px; -webkit-line-clamp:2;}
.investfinan-college .trends-list .texts h2{margin-bottom: 15px;}
.investfinan-college .trends-list .texts .name{margin-right: 0; float: right;}
.investfinan-college .trends-list .more{width: 558px; margin-left: -280px;}
/* 专题首页 */
.recommend-specials{background-color: #fff; padding-bottom: 100px;}
.recommend-specials .title{color:#1e3075; font-size: 32px; height: 110px; line-height: 110px; text-align: center; padding-top: 10px;}
.recommend-specials .swiper-listenWrap{width: 1220px; height: 270px; position: relative;}
.recommend-specials .swiper-listenWrap .swiper-slide{width: 0; height: 0; top: 50%; left: 50%; position: absolute; border-radius: 10px; overflow: hidden;}
.recommend-specials .swiper-listenWrap .swiper-slide img{width: 100%; height: 100%;}
.recommend-specials .swiper-listenWrap .swiper-slide a{width: 100%; height: 100%; display: inline-block; vertical-align: top; position: relative;}
.recommend-specials .swiper-listenWrap .swiper-slide a:after{content: ""; width: 100%; height: 100%; top:0; left: 0; position: absolute;}
.recommend-specials .swiper-listenWrap .swiper-slide.one a:after{background-image: url(../images/white_10.png);}
.recommend-specials .swiper-listenWrap .swiper-slide.two a:after{background-image: url(../images/white_50.png);}
.recommend-specials .swiper-listenWrap .swiper-slide.three a:after{background-image: url(../images/white_60.png);}
.more-specials{padding-bottom: 20px;}
.more-specials .title{color:#1e3075; font-size: 32px; height: 110px; line-height: 110px; text-align: center; padding-top: 10px;}
.more-specials .list{display: inline-table; vertical-align: top;}
.more-specials .list .box{width: 360px; margin:0 20px 50px 20px; float: left;}
.more-specials .list .box .img{width: 360px; height: 195px;}
.more-specials .list .box .img a{width: 100%; height: 100%; position: relative; float: left;}
.more-specials .list .box .img a:hover:before{content: ""; position: absolute; left: 0; top:0; width: 100%; height: 100%; background-image: url(../images/bg_box2.png);}
.more-specials .list .box .img a:hover:after{content: ""; position: absolute; left: 50%; top:50%; width: 50px; height: 50px; margin:-25px 0 0 -25px; background:url(../images/icon.png) 0px -6750px no-repeat;}
.more-specials .list .box h2{line-height: 26px; height: 52px; -webkit-line-clamp:2; font-size: 18px; color:#31424e; margin-top: 25px;}
.more-specials .list .box p{line-height: 23px;  margin-top: 12px; height: 46px; -webkit-line-clamp:2; font-size: 14px; color:#8a97a0;}
/* 提交项目需求 */
.update-issue-index{width: 780px; padding:0 210px; margin: 20px auto 50px; background-color: #fff;}
.update-issue-index .title{height: 120px; line-height: 120px; text-align: center; font-size: 28px; color:#4e6ef2; font-weight: bold;}
.update-issue-index .closebtn{width: 60px; line-height: 60px; height: 60px; text-align: center; font-size: 50px; color:#d4d4d4; top:0; right: 0; position: absolute;}
.update-issue-index .issue-demand-box{text-align: left;}
.update-issue-index table{width: 100%;}
.update-issue-index [data-module=select]{width: 660px;}
.update-issue-index [data-module=select].shortbox{width: 120px; float: left;}
.update-issue-index .timeljfx{float: left; width: 55px; text-align: center;}
.update-issue-index td{line-height: 40px;}
.update-issue-index td.line{border-top:1px dashed #d4d4d4;}
.update-issue-index textarea{background-color:#fff; width: 660px; vertical-align: top; border:1px solid #d2d1d1;border-radius: 3px; -webkit-border-radius: 3px; width:660px; height:122px; box-sizing:border-box; padding:10px 20px;  line-height:20px;}
.update-issue-index textarea.t2{height:94px; padding: 40px 10px 10px 10px;}
.update-issue-index input[type=text]{width: 260px; text-indent: 20px; height: 42px; box-sizing: border-box; -webkit-box-sizing:border-box; border:1px solid #d4d4d4; border-radius: 3px; -webkit-border-radius: 3px;}
.update-issue-index input[type=text].short{width: 220px;}
.update-issue-index input[type=text].graybg{background-color: #fbf9f9; }
.update-issue-index .issue-bt{width: 300px; height: 50px; line-height: 50px; position: relative; left: 50%; margin-left: -150px; background-color: #4e6ef2; font-size: 18px; color:#fff;}
.update-issue-index .checkbox-labels{width:100%; float:left; font-size:14px; line-height:30px; color:#153572;}
.update-issue-index .checkbox-labels .title{float:left;}
.update-issue-index .checkbox-labels .boxs{display:inline-table; vertical-align:top; width:650px;}
.update-issue-index .checkbox-labels .box{height:30px; color:#153572; font-size:14px; float:left; margin-right:5px;}
.update-issue-index .checkbox-labels .box em{line-height:30px; padding:0 5px; float:left;}
.update-issue-index .checkbox-labels .box a{color:#da271f; font-size:18px;}
.update-issue-index .descr-box .label-box{background-color: #fff;}
/* 图集-详情 */
.gry-atlas-content{width: 100%;}
.gry-atlas-content .title{height: 90px; line-height: 90px;  }
.gry-atlas-content .title h1{font-size:28px; font-weight: normal;}
.gry-atlas-content .title .bdsharebuttonbox{float: right; height: 28px; line-height: 28px; padding: 31px 0;}
.gry-atlas-content .title .bdsharebuttonbox em{float: left; color:#757575; margin-right: 14px; font-size: 14px; letter-spacing: 1px;}
.gry-atlas-content .title .author{float: right; margin-right: 30px; font-size: 14px; color:#4e6ef2;}
.gry-atlas-content .title .time{float: right; margin-right: 10px; font-size: 14px; color: #757575;}
.gry-atlas-content .section{ padding:0 5%; min-width: 1220px;}
.gry-atlas-content .Main-A{ padding-bottom: 70px; position: relative;}
.gry-atlas-content .Main-A .picWrap{text-align: center; height: 100%;}
.gry-atlas-content .Main-A .picWrap .bigPic{height: 100%; display: inline-block; vertical-align: top;}
.gry-atlas-content .InfoWrap{padding-left: 90px; position: absolute; height: 60px; bottom: 0; left: 0;}
.gry-atlas-content .InfoWrap .infoTxtWrap{width: 100%; line-height: 60px;}
.gry-atlas-content .InfoWrap .curNum{font-family: 'Georgia'; font-size: 42px; color:#4e6ef2; line-height: 50px; margin-right: -5px; display: inline-block; vertical-align: top;}
.gry-atlas-content .InfoWrap .tatolNum{font-family: 'Georgia'; font-size: 24px; color:#757575; line-height: 70px; display: inline-block; vertical-align: top;}
.gry-atlas-content .InfoWrap .infoNum{position: absolute; top:-6px; left: 0;}
.gry-atlas-content .Main-A .btn{width: 31px; height: 62px; background: url(../images/icon_100.png) no-repeat;}
.gry-atlas-content .Main-A .btn.prev-btn{position: absolute; top:50%; margin-top: -101px; background-position: -32px -2668px; left:0;}
.gry-atlas-content .Main-A .btn.next-btn{position: absolute; top:50%; margin-top: -101px; background-position: -43px -2767px; right:0;}
.gry-atlas-content .Main-A .btn.IconHide{background:transparent;}
.gry-atlas-content .Main-B{height: 120px; border-top:1px solid #ddd;padding:0 5%; min-width: 1220px; background-color: #fff;}
.gry-atlas-content .Main-B .smallPic{padding:0 45px; width: 100%; box-sizing: border-box; -webkit-box-sizing:border-box; position: relative;}
.gry-atlas-content .Main-B .smallPic .SmallWarp{width: 100%; height: 86px; padding: 17px 0; overflow:hidden;}
.gry-atlas-content .Main-B .smallPic .Smailllist{ font-size: 0; white-space: nowrap; position: relative;}
.gry-atlas-content .Main-B .smallPic .Smailllist li{width: 120px; margin:0 15px 0 11px; height: 76px; position: relative; padding:5px; cursor: pointer; text-align: center; display: inline-block; vertical-align: top;}
.gry-atlas-content .Main-B .smallPic .Smailllist li img{max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle;}
.gry-atlas-content .Main-B .smallPic .Smailllist li.active{background-color: #dfdfdf; border-radius: 3px; -webkit-border-radius: 3px;}
.gry-atlas-content .Main-B .smallPic .Smailllist li.active:before{content: ""; border-bottom: 4px solid #dfdfdf; border-left:4px solid transparent; border-right:4px solid transparent; border-top: 0; position: absolute; left: 50%; top:-4px; margin-left: -4px;}
.gry-atlas-content .Main-B .smallPic .Smailllist li .text{display: none;}
.gry-atlas-content .Main-B .smallPic .sBtn{position: absolute; top:10px; height: 100px; width: 30px; background-color:#f9f9f9;}
.gry-atlas-content .Main-B .smallPic .sBtn:hover{background-color: #4e6ef2;}
.gry-atlas-content .Main-B .smallPic .sBtn:before{content: ""; width: 30px; height: 30px; margin-top: 35px; display: inline-block; vertical-align: top; background: url(../images/icon2.png) no-repeat;}
.gry-atlas-content .Main-B .smallPic .sBtn.sBtnLeft{left: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.gry-atlas-content .Main-B .smallPic .sBtn.sBtnLeft:before{background-position: -6px -5309px;}
.gry-atlas-content .Main-B .smallPic .sBtn.sBtnLeft:hover:before{background-position: -6px -5359px;}
.gry-atlas-content .Main-B .smallPic .sBtn.sBtnRight{right: 0; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
.gry-atlas-content .Main-B .smallPic .sBtn.sBtnRight:before{background-position: -13px -5409px;}
.gry-atlas-content .Main-B .smallPic .sBtn.sBtnRight:hover:before{background-position: -13px -5459px;}
/* 专题-基础模板 */
.special-basis{background-color: #Fff; width: 100%; min-width: 1220px;}
.special-basis .basis-head{padding:45px 0;}
.special-basis .basis-head h1{line-height: 50px; padding-left:96px; margin-bottom: 40px; font-size: 36px; color:#163474; position: relative;}
.special-basis .basis-head h1:before{content: ""; position: absolute; top:0 ; left: 0; width: 96px; height: 50px; background:url(../images/icon_100.png) -12px -2847px no-repeat;}
.special-basis .basis-head p{line-height: 30px; color:#252525; padding-right: 90px;}
.special-basis .basis-center{width: 100%; position: relative; padding-top: 3px; padding-bottom: 70px; display: inline-table; vertical-align: top;}
.special-basis .basis-center:before{content: ""; width: 100%; height: 3px; position: absolute;top: 0; left: 0; background:url(../images/entrust_financing_box4.png)}
.special-basis .basis-center .list{width: 840px; float: left;}
.special-basis .basis-center .list .box{height: 160px; padding:25px 0; position: relative; border-bottom: 1px solid #e5e5e5;}
.special-basis .basis-center .list .img{float: left; width: 250px; height: 160px; margin-right: 20px; position: relative; overflow: hidden;}
.special-basis .basis-center .list .img img{position: absolute;}
.special-basis .basis-center .list h2{height: 40px; line-height: 40px; font-size: 20px; margin-bottom: 10px;}
.special-basis .basis-center .list p{font-size: 14px; color:#8d8d8e; line-height: 24px; -webkit-line-clamp:3; height: 72px;}
.special-basis .basis-center .list .time{font-size: 14px; color:#8d8d8e; line-height: 16px; height: 16px; position: absolute; bottom: 25px; right: 0;}
.special-basis .basis-center .hot-list-box{float: right; width: 330px; background-color: #f8f8f8; margin-top: 25px;	}
.special-basis .basis-center .hot-list-box .list-head{height: 22px; line-height: 22px; padding:19px 0; border-bottom: 1px solid #e5e5e5;}
.special-basis .basis-center .hot-list-box .title{font-size: 20px; font-weight: bold; text-indent: 26px; border-left:4px solid #4e6ef2; }
.special-basis .basis-center .hot-list-box .hot-list{padding:0px 20px;}
.special-basis .basis-center .hot-list-box .hot-list .box{padding:15px 0;  border-top: 1px solid #e5e5e5; margin-top: -1px;}
.special-basis .basis-center .hot-list-box h3{font-size: 14px; line-height: 24px; height: 48px; -webkit-line-clamp:2; font-weight: normal; margin-bottom: 5px;}
.special-basis .basis-center .hot-list-box .time{font-size: 14px; color:#8d8d8e; line-height: 16px; height: 16px;}
/* BpTemplateScreen */
.BpTemplate .invest-pages .pages{padding:20px 0 0 0;}
.BpTemplate .RecoTitle{height: 74px; line-height: 84px; font-size: 24px;}
.BpTemplate .RecoTitle .more{float: right; font-size: 14px; color:#757575;}
.BpTemplate{padding-bottom: 50px;}
.BpTemplate>.title img{display: inline-block; vertical-align: top;}
.BpTemplateScreen{padding:20px 40px; margin-bottom: 25px; box-shadow: 2px 2px 6px #bdbdbd; -webkit-box-shadow: 2px 2px 6px #bdbdbd; width: 100%; display: table; box-sizing: border-box; -webkit-box-sizing:border-box; background-color: #fff;}
.BpTemplateScreen .title{width: 88px; line-height: 38px; font-size: 14px; color:#757575; float: left;}
.BpTemplateScreen .Conditions{width: 1004px; float: left;}
.BpTemplateScreen .Conditions a{font-size: 14px; height: 22px; line-height: 22px; padding:0 5px; margin:8px 18px 8px 0; display: inline-block; vertical-align: top;}
.BpTemplateScreen .Conditions a.active{background-color: #4e6ef2; color:#fff; border-radius: 3px; -webkit-border-radius: 3px;}
.BpTemplateScreen .Conditions a.Gray{color:#a9a9a9;}
.BpTemplateScreen .Conditions a .brown{color:#b38a5e;}
.BpTemplateScreen .Conditions a.active .brown{color:#fff;}
.BpTemplateScreen .UnfoldPackUp{width: 26px; margin:11px 0; height: 14px; position: relative; border:1px solid #e4e4e6; border-radius: 1px; -webkit-border-radius: 1px; float: right;}
.BpTemplateScreen .arrows{display: inline-block; vertical-align: top; position: absolute; top:5px; left: 9px; border-top:4px solid #9c9c9c; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 0;}
.BpTemplateScreen .arrows:after{content: ""; display: inline-block; vertical-align: top; position: absolute; top:-4px; left: -2px; border-top:2px solid #fff; border-left: 2px solid transparent; border-right: 2px solid transparent; border-bottom: 0;}
.BpTemplateScreen .ScreenBox{display: table;}
.BpTemplateScreen .ScreenBox.PackUp .Conditions{height: 38px; overflow: hidden; }
.BpTemplateScreen .ScreenBox.PackUp .arrows{-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.BpTemplateScreen .OrSearch{height: 36px; line-height: 36px; margin-top: 10px;}
.BpTemplateScreen .OrSearch .title{line-height: 36px; height: 36px;}
.BpTemplateScreen .OrSearch .CtionsEd{float: left;}
.BpTemplateScreen .OrSearch .CtionsEd a{height: 26px; line-height: 26px; padding:0 5px; margin:5px 10px 0 0; border:1px solid #ddd; font-size: 14px; color:#757575; display: inline-block; vertical-align: top;}
.BpTemplateScreen .OrSearch .CtionsEd a:hover{border-color: #4e6ef2; color:#4e6ef2;}
.BpTemplateScreen .OrSearch .CtionsEd a .red{color:#4e6ef2;}
.BpTemplateScreen .OrSearch .Ctions{float: left;}
.BpTemplateScreen .OrSearch .RankSearch{float: right;}
.BpTemplateScreen .OrSearch .ranktitle{width: 64px; color:#757575; font-size: 14px; float: left;}
.BpTemplateScreen .OrSearch .Rank{float: left;}
.BpTemplateScreen .OrSearch .Rank a{padding-right: 15px; font-size: 14px; margin-right: 15px; color:#057575; background:url(../images/icon2.png) 13px -6114px no-repeat;}
.BpTemplateScreen .OrSearch .Rank a.active{color:#4e6ef2; background-position: 13px -6164px;}
.BpTemplateScreen .OrSearch .TemplateSearch {float: left; width: 198px; height: 34px; border:1px solid #bfbfbf; margin-left: 15px;}
.BpTemplateScreen .OrSearch .TemplateSearch input[type=text]{padding:0 10px; height: 34px; line-height: 34px; float: left; width: 138px;}
.BpTemplateScreen .OrSearch .TemplateSearch .submit{width: 40px; float: right; height:34px; background:url(../images/icon2.png) -5px -6209px no-repeat;}
.BpTemplateList{width: 1220px; margin-left: -10px; display: table;}
.BpTemplateList .TemplateBox{width: 285px; float: left; height: 449px; box-shadow: 2px 2px 6px #bdbdbd; -webkit-box-shadow: 2px 2px 6px #bdbdbd; margin:0 10px 20px 10px; background-color: #fff; border-radius:5px; -webkit-border-radius:5px;-webkit-transition: all .2s linear;-moz-transition: all .2s linear; -ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}
.BpTemplateList .TemplateBox:hover{margin:-4px 10px 24px 10px;}
.BpTemplateList .TemplateBox .title{height: 46px; line-height: 46px; text-align: center; box-sizing: border-box; -webkit-box-sizing:border-box; padding:0 20px; width: 100%;}
.BpTemplateList .TemplateBox:hover .title a{color:#4e6ef2;}
.BpTemplateList .TemplateBox .Imgs{width: 100%; height: 350px; font-size: 0; border-top: 1px solid #ededef; border-bottom: 1px solid #ededef;}
.BpTemplateList .TemplateBox .Imgs .img01{display: inline-block; vertical-align: top; margin:0px 0px 2px 0px; width: 285px; height: 171px; border-bottom: 1px solid #ededef;}
.BpTemplateList .TemplateBox .Imgs .img02{display: inline-block; vertical-align: top; margin:3px 3px 3px 0px; width: 139px; height: 82px; border:1px solid #ededef; border-left: 0;}
.BpTemplateList .TemplateBox .Imgs .img03{display: inline-block; vertical-align: top; margin:3px 0px 3px 2px; width: 139px; height: 82px; border:1px solid #ededef; border-right: 0;}
.BpTemplateList .TemplateBox .Imgs .img04{display: inline-block; vertical-align: top; margin:2px 3px 0px 0px; width: 139px; height: 83px; border-top:1px solid #ededef; border-right:1px solid #ededef; }
.BpTemplateList .TemplateBox .Imgs .img05{display: inline-block; vertical-align: top; margin:2px 0px 0px 2px; width: 139px; height: 83px; border-top:1px solid #ededef; border-left:1px solid #ededef; }
.BpTemplateList .TemplateBox .BrowseDown{height: 28px; padding:14px 16px;}
.BpTemplateList .TemplateBox .BrowseDown .Browse{float: left; height: 28px; line-height: 28px; padding-left: 28px; font-size: 14px; color:#a1a1a1; background:url(../images/icon2.png) -13px -6261px no-repeat;}
.BpTemplateList .TemplateBox .BrowseDown .DownBtn{width: 78px; float: right; height: 26px; border:1px solid #4e6ef2; color:#4e6ef2; font-size: 14px; line-height: 26px; text-align: center;}
.BpTemplateList .TemplateBox .BrowseDown .DownBtn.Gray{color:#ededef; border-color:#ededef; width: 88px;}
/* BpTemplateContent */
.BpTemplateContent{background-color: #fcfcfc; box-shadow: 0px 2px 6px #aaa; margin-top: 40px;}
.BpTemplateContent .Head{width: 100%; height: 90px; background-color: #fff; border-bottom: 1px solid #eee; box-sizing: border-box; -webkit-box-sizing:border-box; padding:18px 32px;}
.BpTemplateContent .Head h1{height: 32px; line-height: 32px; font-size: 20px; font-weight: bold; }
.BpTemplateContent .NameSize{float: left;}
.BpTemplateContent .SwiperBg{width: 1100px; height: 585px; margin:50px 50px 0 50px; background:url(../images/bptemplatecontent.jpg) no-repeat; position: relative;}
.BpTemplateContent .BpSwiper{background-color: #000; width: 843px; height: 475px; position: absolute; top:41px; left: 129px; overflow: hidden;}
.BpTemplateContent .BpSwiper img{ height: 100%;}
.BpTemplateContent .BpSwiper .swiper-wrapper{margin-top: 0;}
.BpTemplateContent .BpSwiper .swiper-slide{width: 843px; height: 475px;    text-align: center;}
.BpTemplateContent .BpSwiper .bannerpagination{height: 10px; width: 100%; position: absolute; bottom: 20px; text-align: center; left: 0; font-size: 0;}
.BpTemplateContent .BpSwiper .swiper-pagination-switch{width: 8px; height: 8px; border:1px solid #d4d4d4; cursor: pointer; display: inline-block; vertical-align: top; margin:0 7px;}
.BpTemplateContent .BpSwiper .swiper-pagination-switch.active{background-color: #d4d4d4;}
.BpTemplateContent .SwiperBg .PrevBtn{width: 50px; height: 100px; top:50%; margin-top:-50px; left: 0px; cursor: pointer; background:url(../images/icon_100.png) -24px -2649px no-repeat; position: absolute;}
.BpTemplateContent .SwiperBg .NextBtn{width: 50px; height: 100px; top:50%; margin-top:-50px; right: 0px; cursor: pointer; background:url(../images/icon_100.png) -24px -2749px no-repeat; position: absolute;}
.BpTemplateContent .BpSwiper input[type=button]{display: none !important;}
.BpTemplateContent .SizeDown{height: 36px; line-height: 36px; font-size: 14px;}
.BpTemplateContent .SizeDown .Size{font-size: 14px; float: left; margin-right: 20px;}
.BpTemplateContent .SizeDown .down{padding-left: 30px; float: left; height: 36px; margin-left: 10px; background:url(../images/icon.png) -11px -7158px no-repeat;//-6px -6906px}
.BpTemplateContent .SizeDown .time{padding-left: 30px; float: left; height: 36px; background:url(../images/icon.png) -6px -6857px no-repeat;}
.BpTemplateContent .DownBox{height: 52px; text-align: center; float: right; line-height: 55px; font-size: 0;}
.BpTemplateContent .DownBox .money{height: 52px; line-height: 52px; font-size: 18px; display: inline-block; vertical-align: top; color:#4e6ef2; text-align: right;}
.BpTemplateContent .DownBox .money .Number{font-size: 20px; font-weight: bold;}
.BpTemplateContent .DownBox .money.Gray{color:#757575;}
.BpTemplateContent .DownBox .ContentDownBtn{width: 198px; height: 52px; line-height: 52px; background-color: #4e6ef2; color:#fff; display: inline-block; margin:0 20px; font-size: 18px; vertical-align: top;}
.BpTemplateContent .DownBox .ContentDownBtn:before{content: ""; width: 30px; height: 50px; display: inline-block; vertical-align: top;  margin-right: 10px; background:url(../images/icon.png) -10px -6998px no-repeat;}
.BpTemplateContent .DownBox .ContentDownBtn.Gray{background-color:#9d9d9d;}
.BpTemplateContent .DownBox .collect{width: 128px; height: 52px; border:1px solid #e5e5e5; font-size:18px; color:#757575; display: inline-block; vertical-align: top; }
.BpTemplateContent .DownBox .collect:before{content: ""; width: 30px; height: 52px; display: inline-block; vertical-align: top; background:url(../images/icon.png) -13px -6947px no-repeat;}
.BpTemplateContent .text{line-height: 30px; padding:30px 50px 50px 50px; font-size: 14px;}
.TemplatePay .box{text-align: center; width: 610px; height: 408px; padding:0 45px;}
.TemplatePay .icon{width: 100px; height: 100px; margin-top: 50px; display: inline-block; vertical-align: top; background: url(../images/icon_100.png) 0px -800px no-repeat;}
.TemplatePay .title{font-size: 24px; color:#4e6ef2; height: 74px; line-height: 74px;}
.TemplatePay .row{height: 44px; line-height: 44px; text-align: left; padding-left: 32px; background:url(../images/icon.png) 0px 0px no-repeat;}
.TemplatePay .row.row1{background-position: -15px -7052px;}
.TemplatePay .row.row2{background-position: -15px -7103px;}
.TemplatePay .row a{color:#4e6ef2; padding:0 5px;}
.TemplatePay .propmt{color:#163375; font-size: 18px; height: 60px; line-height: 60px;}
.TemplatePay input[type=text]{width: 158px; height: 34px; border:1px solid #bfbfbf; padding:0 10px;}
.TemplatePay input[type=submit]{width: 50px; height: 36px; background-color: #4e6ef2; color:#fff; font-size: 16px; display: inline-block; vertical-align: top; margin-top: 5px;}
.TemplatePay .close{color:#757575; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 30px; position: absolute;top: 0; right: 0;}
/* RssPage */
.RssPage{position: absolute; top:0; left: 0; height: 99%; width: 100%; z-index: -1; box-sizing: border-box; -webkit-box-sizing:border-box; padding-top: 243px;}
.RssPage .NewPage{width:100%; height: 100%; position: relative;}
.RssPage .NewPage iframe{position: relative; width: 100%; height: 100%;}
/* ServiceBp */
.ServiceBp .Banner{width: 100%; min-width: 1220px; background: url(../images/service_bp_banner.jpg) center no-repeat; height: 168px;}
.ServiceBp .BasisService{height: 435px; width: 100%; min-width: 1220px; background-color: #fff;}
.ServiceBp .BasisService .Title{height: 110px; line-height: 110px; padding-top:20px; font-weight: normal; font-size: 30px; text-align: center;}
.ServiceBp .BasisService .ArticleBox{padding:40px 70px; width: 1058px; height: 120px; border:1px solid #e0e0e0; background-color: #f9f9f9;}
.ServiceBp .BasisService .ArticleBox .List{width: 448px; float: left; line-height: 30px;}
.ServiceBp .BasisService .ArticleBox .List h3{font-size: 14px; padding-left: 18px; height: 40px; line-height: 40px;}
.ServiceBp .BasisService .ArticleBox .List a{height: 30px; padding-left: 18px; position: relative; width: 400px; display: inline-block; vertical-align: top; font-size: 14px;}
.ServiceBp .BasisService .ArticleBox .List a:before{content: ""; width: 3px; height: 3px; background-color: #4e6ef2; position: absolute; top:13px; left: 0;}
.ServiceBp .BasisService .ArticleBox .List a[name=PfiService]{height: 0;}
.ServiceBp .BasisService .ArticleBox .List a[name=PfiService]:before{display: none;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre{width: 610px; float: left; margin-top: -10px;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre h3{line-height: 60px; height: 60px; font-size: 24px; float: left;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .ToTCLink{float: right; margin-top: 10px; width: 200px; height: 50px; line-height: 50px; text-align: center; color:#fff; background-color: #4e6ef2;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .Text{width: 616px; font-size: 14px; line-height: 24px; margin-top: 10px; color:#757575; float: left;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .SwiperTemplate{height: 114px; width: 610px; margin-top: 20px; float: left; position: relative;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .SwiperTemplateBox{height: 114px; width: 610px; position: relative; overflow: hidden;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .SwiperTemplate .swiper-wrapper{margin-top: 0; position: absolute; top:0; left: 0;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .SwiperTemplate .swiper-slide{height: 114px; width: 190px; }
.ServiceBp .BasisService .ArticleBox .TemplateCentre .SwiperTemplate .swiper-slide img{height: 100%; width: 100%;border:1px solid #e0e0e0; box-sizing: border-box; -webkit-box-sizing:border-box;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .PrevBtn{position: absolute; cursor: pointer; top:53px; left: -30px; border-right: 8px solid #757575; border-top:8px solid transparent; border-bottom: 8px solid transparent; border-left: 0;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .PrevBtn:before{content: ""; position: absolute; top:-8px; left: 3px; border-right: 8px solid #f9f9f9; border-top:8px solid transparent; border-bottom: 8px solid transparent; border-left: 0;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .NextBtn{position: absolute; cursor: pointer; top:53px; right: -30px;border-left: 8px solid #757575; border-top:8px solid transparent; border-bottom: 8px solid transparent; border-right: 0;}
.ServiceBp .BasisService .ArticleBox .TemplateCentre .NextBtn:before{content: ""; position: absolute; top:-8px; right: 3px; border-left: 8px solid #f9f9f9; border-top:8px solid transparent; border-bottom: 8px solid transparent; border-right: 0;}
.ServiceBp .PfiService{height: 750px;}
.ServiceBp .PfiService .Title{height: 120px; line-height: 120px; font-weight: normal; font-size: 30px; text-align: center;}
.ServiceBp .PfiService .Services{width: 1202px; height: 528px; margin-left: -1px;}
.ServiceBp .PfiService .Service{width: 400px; height: 528px; float: left; cursor: pointer; position: relative;}
.ServiceBp .PfiService .Service .Front{height: 528px; widows: 400px; text-align: center; position: absolute; top:0;left: 0;}
.ServiceBp .PfiService .Service .Front .Icon{width: 200px; height: 200px; display: inline-block; vertical-align: top; text-align: center; margin:134px 100px 0 100px; background-image: url(../images/icon_200.png); background-repeat: no-repeat;}
.ServiceBp .PfiService .Service .Front .Money{height: 44px; line-height: 44px; font-size: 36px; color:#fff; display: inline-block; vertical-align: top;}
.ServiceBp .PfiService .Service.li1{margin-right: 1px;}
.ServiceBp .PfiService .Service.li2{margin-right: 1px;}
.ServiceBp .PfiService .Service.li1 .Front{background:url(../images/service_bp_gradual_red.png) center repeat-x; }
.ServiceBp .PfiService .Service.li2 .Front{background:url(../images/service_bp_gradual_blue.png) center repeat-x; }
.ServiceBp .PfiService .Service.li3 .Front{background:url(../images/service_bp_gradual_brown.png) center repeat-x; }
.ServiceBp .PfiService .Service.li1 .Front .Icon{background-position: 0px 0px;}
.ServiceBp .PfiService .Service.li2 .Front .Icon{background-position: 0px -200px;}
.ServiceBp .PfiService .Service.li3 .Front .Icon{background-position: 0px -400px;}
.ServiceBp .PfiService .Service .Back{visibility: none; opacity: 0; z-index: -1; position: absolute; top:0; left: 0; width: 300px; height: 528px; background-color: #eee; padding:0 50px;}
.ServiceBp .PfiService .Service .Back h3{height: 100px; line-height: 100px; padding-top: 86px; font-size: 30px; text-align: center;}
.ServiceBp .PfiService .Service .Back .Title{font-size: 18px; height: auto; line-height: 30px; margin:18px 0; color: #333; text-align: left;}
.ServiceBp .PfiService .Service .Back p{line-height: 26px; margin-top: 10px; display: inline-block; vertical-align: top;}
.ServiceBp .PfiService .Service .Back .gray{color: #757575;}
.ServiceBp .PfiService .Service .Back a{width: 200px; height: 50px; line-height: 50px; color:#fff; background-color: #4e6ef2; font-size: 18px; text-align: center; position: absolute; bottom:84px; left: 100px;}
.ServiceBp .PfiService .Service:hover .Back{visibility: visible; opacity: 1; z-index: 2;}
/* 企业展示服务 */
.EnterpriseService .Banner{height: 360px; width: 100%; min-width: 1220px; background: url(../images/enterprise_service_banner.jpg) center no-repeat;}
.EnterpriseService .ArticleService{background-color: #fff; height: 300px; padding-top: 40px;}
.EnterpriseService .ArticleService .ArticleBox{float: left; width: 700px; height: 300px;}
.EnterpriseService .ArticleService .ArticleTags{height: 32px; width: 700px;}
.EnterpriseService .ArticleService .Tags{height: 32px; line-height: 32px; width: 94px; text-align: center; float: left; margin-right: 20px;}
.EnterpriseService .ArticleService .Tags.active{background-color: #4e6ef2; color:#fff;}
.EnterpriseService .ArticleService .MoreLine{float: right; height: 32px; line-height: 32px;}
.EnterpriseService .ArticleService .ArticleList{width:700px; height: 248px; margin-top: 16px; position: relative;}
.EnterpriseService .ArticleService .ArticleBoxs{width: 700px; height: 248px; visibility: none; opacity: 0; position: relative; z-index: 2; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); position: absolute; top:0; left: 0;}
.EnterpriseService .ArticleService .ArticleBoxs.active{visibility: visible; opacity: 1; z-index: 3; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
.EnterpriseService .ArticleService .firstbox{height: 128px; width: 100%; margin-bottom: 8px;}
.EnterpriseService .ArticleService .firstbox .img{float: left; margin-right: 20px; height: 128px; width: 200px;}
.EnterpriseService .ArticleService .firstbox .name-desc{height: 108px;}
.EnterpriseService .ArticleService .firstbox .name{line-height: 30px; max-height: 60px; color:#333;}
.EnterpriseService .ArticleService .firstbox .desc{line-height: 24px; max-height: 48px; font-size: 14px; color:#757575;}
.EnterpriseService .ArticleService .firstbox .time-detailed{height: 20px;}
.EnterpriseService .ArticleService .firstbox .time{line-height: 20px; font-size: 14px; height: 20px; color:#757575; float: left;}
.EnterpriseService .ArticleService .firstbox .detailedlink{float: right; height: 20px; line-height: 20px; color:#4e6ef2; font-size: 14px;}
.EnterpriseService .ArticleService .box{height: 36px; line-height: 36px; color:#333;}
.EnterpriseService .ArticleService .box .name{height: 36px; line-height: 36px; color:#333;}
.EnterpriseService .ArticleService .box .time{line-height: 36px; height: 36px; float: right; margin-left: 20px; color:#333;}
.EnterpriseService .baseService{width: 450px; float: right;}
.EnterpriseService .baseService .title{height: 32px; line-height: 32px; font-size: 30px; color: #333;}
.EnterpriseService .baseService .ServiceBox{padding:40px 36px; width: 378px; height: 110px; background-color: #f8f8f8; margin-top: 16px; position: relative; }
.EnterpriseService .baseService .ServiceBox:after{content: ""; width: 100px; height: 100px; top:0; left: 0; position: absolute;background:url(../images/icon_100.png) -16px -2969px no-repeat;}
.EnterpriseService .baseService .ServiceBox .icon{width: 140px; height: 120px; float: left; background:url(../images/icon_200.png) -38px -646px no-repeat;}
.EnterpriseService .baseService .ServiceBox p{color:#163474; width: 250px; height: 48px; line-height: 24px; float: left; margin-right: -12px;}
.EnterpriseService .baseService .ServiceBox .createbtn{width: 238px; margin-top:auto; height: 40px; line-height: 40px; display: inline-block; vertical-align: top; text-align: center; color:#fff; background-color: #4e6ef2;}
.EnterpriseService .PfiService{height: 830px;}
.EnterpriseService .PfiService .title{height: 166px; line-height: 166px; font-size: 30px; color:#333; text-align: center;}
.EnterpriseService .PfiService .Services{width: 1220px; height: 520px;}
.EnterpriseService .PfiService .ServiceBox{width: 372px; cursor: pointer; z-index: 2; overflow: hidden; height: 513px; border:1px solid #e0e0e0; border-top: 6px solid #e0e0e0; background-color: #fff; position: relative; float: left; margin-right: -1px}
.EnterpriseService .PfiService .ServiceBox .head{height: 218px; border-bottom:1px solid #e0e0e0; position: relative; width: 54px; margin:0 159px;}
.EnterpriseService .PfiService .ServiceBox .head .icon{width: 54px; height:54px; margin-top: 60px; float: left; background: url(../images/icon_100.png) 0px 0px no-repeat;}
.EnterpriseService .PfiService .ServiceBox .head .icon.icon1{background-position: -23px -3072px;}
.EnterpriseService .PfiService .ServiceBox .head .icon.icon2{background-position: -22px -3267px;}
.EnterpriseService .PfiService .ServiceBox .head .icon.icon3{background-position: -23px -3466px;}
.EnterpriseService .PfiService .ServiceBox .head .name{width: 100px; float: left; height:104px; line-height:104px; font-weight: bold; font-size: 24px; margin: 0 -23px; text-align: center;}
.EnterpriseService .PfiService .ServiceBox .head .money-btn{width: 228px; height: 114px; line-height: 114px; font-size: 14px; position: absolute; top:0; left: 240px;}
.EnterpriseService .PfiService .ServiceBox .head .money{font-size: 14px; float: right; height: 114px; line-height: 114px;}
.EnterpriseService .PfiService .ServiceBox .head .money em{font-size: 24px; color:#4e6ef2; font-weight: bold; margin-right: 6px;}
.EnterpriseService .PfiService .ServiceBox .content{height: 253px; width: 372px; text-align: center; padding-top: 30px; position: relative; z-index: 2;}
.EnterpriseService .PfiService .ServiceBox .content:after{content: ""; width: 50px; height: 50px; position: absolute; background:url(../images/icon5.png) 0px -1220px no-repeat; bottom: 10px; left: 50%; margin-left: -25px;}
.EnterpriseService .PfiService .ServiceBox .content li{height: 50px; opacity: 1; line-height: 50px; color:#757575;}
.EnterpriseService .PfiService .ServiceBox .content li.hot:after{content: ""; width: 20px; height: 20px; margin-top: 13px; display: inline-block; vertical-align: top; background:url(../images/icon5.png) -15px -1165px no-repeat;}
.EnterpriseService .PfiService .ServiceBox .content .contentmax{position: absolute; z-index: 3; opacity: 0; top:0; left: 300px; height: 423px; text-align: left; background-color: #fff; width: 388px; padding:25px 30px 0 30px; }
.EnterpriseService .PfiService .ServiceBox .content .contentmax .lititle{height: 30px; line-height: 30px;}
.EnterpriseService .PfiService .ServiceBox .content .contentmax .lititle.hot:after{content: ""; width: 20px; height: 20px; margin-top: 3px; display: inline-block; vertical-align: top; background:url(../images/icon5.png) -15px -1165px no-repeat;}
.EnterpriseService .PfiService .ServiceBox .content .contentmax p{max-height: 60px; -webkit-line-clamp:2; line-height: 30px; color:#757575; margin-bottom: 10px;}
.EnterpriseService .PfiService .ServiceBox .content .contentmax .btn{font-size: 16px; position: absolute; bottom: 5%; left: 124px; width: 200px; height: 40px; border-radius: 3px; color:#fff; line-height: 40px; text-align: center; background-color: #4e6ef2;}
.EnterpriseService .PfiService .ServiceBox.active{width: 448px; border-color: #4e6ef2; box-shadow: 0px 0px 6px #da736d; height: 563px; margin:-25px 0 -25px 0; z-index: 3;}
.EnterpriseService .PfiService .ServiceBox.active .head{width: 388px; margin:0 30px; height: 114px;}
.EnterpriseService .PfiService .ServiceBox.active .head .icon{margin:30px 0;}
.EnterpriseService .PfiService .ServiceBox.active .head .name{margin:0 10px; height: 114px; line-height: 114px;}
.EnterpriseService .PfiService .ServiceBox.active .head .icon.icon1{background-position: -23px -3172px;}
.EnterpriseService .PfiService .ServiceBox.active .head .icon.icon2{background-position: -22px -3367px;}
.EnterpriseService .PfiService .ServiceBox.active .head .icon.icon3{background-position: -23px -3566px;}
.EnterpriseService .PfiService .ServiceBox.active .content .contentmax{left: 0; opacity: 1;}
.EnterpriseService .PfiService .ServiceBox.active .head .money-btn{left: 160px;}
.EnterpriseService .PfiService .ServiceBox.active .content li{opacity: 0;}

.tz-ranking{width: 100%; background-color: #121212; overflow: hidden;}
.tz-ranking .first-tz{width: 1920px;position: relative; left: 50%; margin-left: -960px; height: 0px; background: url(../images/tz_bg.jpg) center no-repeat; position: relative;}
<!--.tz-ranking .first-tz{width: 1920px;position: relative; left: 50%; margin-left: -960px; height: 1670px; background: url(../images/tz_bg.jpg) center no-repeat; position: relative;}-->
.tz-ranking .first-tz .fxs{height: 34px; position: absolute; bottom:703px; right: 50%; margin-right: -600px;}
.tz-ranking .first-tz .fxs .fx-btn{float: left; margin-left: 15px; width: 34px; height: 34px; background:url(../images/tz_fx_png.png) 0 0 no-repeat;}
.tz-ranking .first-tz .fxs .fx-btn.xl{background-position: 0 -35px;}
.tz-ranking .first-tz .fxs .fx-btn.wx{background-position: 0 -69px;}
.tz-ranking .first-tz .btn{ position: absolute; width:244px; height: 70px; bottom: 65px; left: 50%; margin-left: -600px; background: url(../images/tz_bt.png) center no-repeat; }
.tz-ranking .ranking-list-box{width: 1220px; margin:0 auto; padding-bottom: 60px;}
.tz-ranking .ranking-list-box .title{height: 60px; line-height: 60px; font-size: 18px; text-align: center; color:#fff; margin-bottom: 20px;}
.tz-ranking .ranking-list-box .ranking-list{margin-left: -117px; font-size: 0;}
.tz-ranking .ranking-list-box .item{width: 322px; margin-bottom: 40px; height: 150px; margin-left: 117px; display: inline-block; vertical-align: top;}
.tz-ranking .ranking-list-box .item .pic{float: left; width: 103px; height: 150px; margin-right: 25px;}
.tz-ranking .ranking-list-box .item .pic img{width: 103px; height: 103px; border-radius: 50%;}
.tz-ranking .ranking-list-box .item a{color:#fff;}
.tz-ranking .ranking-list-box .item .name a{color:#dbb867;}
.tz-ranking .ranking-list-box .item .name{height: 48px; line-height: 48px; font-size: 20px; color:#dbb867;}
.tz-ranking .ranking-list-box .item .post{height: 22px; line-height: 22px; font-size: 16px; color:#fff; margin-bottom: 5px;}
.tz-ranking .ranking-list-box .item .case{height: 22px; line-height: 22px; font-size: 16px; color:#fff; margin-bottom: 10px;}
.tz-ranking .ranking-list-box .item .btn{display: inline-block; vertical-align: top; width: 130px; height: 36px; border-radius: 3px; background-color: #dbb867; color:#462207; font-size: 16px; line-height: 36px; text-align: center;}