@charset "utf-8";

/*============== banner ==============*/
.slideBox{ 
	width:100%; 
	height:auto; 
	overflow:hidden; 
	position:relative;  
}
.slideBox .hd{ 
	position:absolute; 
	left:0; 
	bottom:15px; 
	z-index:1; 
	width: 100%;
	height:15px; 
	overflow:hidden; 
}
.slideBox .hd ul{ 
	width: 100%;
	text-align: center; 
	overflow:hidden;  
}
.slideBox .hd ul li{ 
	display: inline-block;
	*display: inline;
	zoom:1;
	margin:0 8px;  
	width:13px; 
	height:13px; 
	text-indent: -9999px;  
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.6); 
	cursor:pointer; 
}
.slideBox .hd ul li.on{ 
	background:#fff; 
}
.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{ 
	display:block;
	width:100%; 
	height:100%;    
}

.slideBox .prev,
.slideBox .next{ 
	position:absolute; 
	left:3%; 
	top:50%; 
	margin-top:-25px; 
	display:block; 
	width:32px; 
	height:40px; 
	background:url(../images/slider-arrow.png) -110px 5px no-repeat; 
	filter:alpha(opacity=50);
	opacity:0.5;   
}
.slideBox .next{ 
	left:auto; 
	right:3%; 
	background-position:8px 5px; 
}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/*============== 公司简介  ==============*/
.company{
	width: 100%;
}
.company-text{
	width: 640px;
}
.company-text h3{
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #2553b3;
}
.company-text p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: justify;
}
.company-text a{
	margin: 30px 0;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #2553b3;
	border: 1px solid #2553b3;
	transition: all 1s;
}
.company-text a em{
	margin-left: 10px;
	display: inline-block;
	font-style: normal;
	font-family: '宋体';
}
.company-text a:hover{
	color: #fff;
	background: #2553b3;
}

.company-img{
	width: 410px;
	height: 300px;
}
.company-img img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

/*============== 产品服务  ==============*/
.serve{
	width: 100%;
}
.serve-items h3{
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #2553b3;
	border-left:3px solid #d29a2c;
}
.serve-items span{
	margin-left: 15px;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	color: #969696;
	vertical-align: middle;
}

.serve-ulist{
	width: 100%;
}
.serve-ulist li{
	float: left;
	padding:10px;
}
.serve-ulist li a{
	position: relative;
	padding: 15px;
	display: block;
	width: 100%;
	height: 240px;
	background: #fff;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	transition: all 1s;
}
.ulist1 li{
	width: 20%;
}
.ulist2 li{
	width: 25%;
}
.ulist-con{
	width: 100%;
}
.ulist-con h4{
	margin-bottom: 20px;
	font-size: 24px;
	color: #2553b3;
}
.ulist-con p{
	color: #707070;
	text-align: justify;
}
.ulist-con img{
	position: absolute;
	bottom: 15px;
	right: 15px;
	transition: all 1s;
}
.serve-ulist li a:hover{
	border-color:#d29a2c;
}
.serve-ulist li a:hover img{
	transform: scale(1.2);
}

/*============== 我们的优势  ==============*/
.advantage{
	width: 100%;
}
.advantage-list{
	width: 532px;
}
.advantage-list ul{
	width: 100%;
}
.advantage-list ul li{
	margin-bottom: 20px;
	height: 70px;
	overflow: hidden;
}
.advantage-list ul li:last-child{
	margin-bottom: 0;
}
.advantage-list ul li:nth-of-type(odd){
	background: #486fd4;
}
.advantage-list ul li:nth-of-type(even){
	background: #d29a2c;
}
.advantage-msg{
	display: table;
	width: 100%;
	height: 70px;
	color: #fff;
}
.advantage-msg-num,
.advantage-msg-text{
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
}
.advantage-msg-num{
	width: 100px;
	font-size: 50px;
	color: rgba(255,255,255,.4);
}
.advantage-msg-text p{
	font-size: 16px;
	text-align: left;
}

/*============== 我们的保障  ==============*/
.promise{
	width: 100%;
}
.promise ul li{
	padding: 0 20px;
	float: left;
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.promise ul li h3{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #2553b3;
}
.promise ul li p{
	color: #666;
}
.promise ul li img{
	transition: all 1s;
}
.promise ul li:hover img{
	transform: scale(1.2);
}

/*============== 横屏联系  ==============*/
.separate{
	width: 100%;
	height: 250px;
	background:url(../images/sepbg.jpg) no-repeat top center;
	overflow: hidden;
}
.separate-c,.separate-r{
	padding-top: 95px;
}
.separate-c{
	margin-left: 46px;
}
.separate-ct{
	padding-left: 15px;
	border-left: 2px solid #2553b3;
}
.separate-ct h3{
	margin-bottom: 10px;
	font-size: 24px;
	color: #2553b3;
}
.separate-ct span{
	font-family: arial;
	font-size: 12px;
	color: rgba(37,83,179,.5);
	letter-spacing: 4px;
}
.separate-r{
	width: 280px;
	color: #2553b3;
}
.separate-rt i{
	margin-right:15px ;
	float: left;
	display: block;
	width: 50px;
	height: 49px;
	background: url(../images/tel-01.png) no-repeat;
}
.separate-r span{
	color: rgba(37,83,179,.5);
}
.separate-r  p{
	font-weight: bold;
	font-size: 28px;
}

/*============== 新四板挂牌的好处  ==============*/
.benefit{
	width: 100%;
}
.benefit-tips{
	margin-bottom: 20px;
	overflow: hidden;
}
.benefit-tips p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: justify;
}

.benefit-msg{
	width: 100%;
}
.benefit-msg ul li{
	margin-bottom: 20px;
	float: left;
	width: 49%;
	border: 2px solid transparent;
}

.benefit-msg ul li:nth-of-type(2n){
	float: right;
}
.benefit-items{
	display: table;
	height: 150px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.benefit-items-t,.benefit-items-c{
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
}
.benefit-items-t{
	width: 150px;
	background: #2553b3 url(../images/arrbg.png) no-repeat bottom center;
	 
}
.benefit-items-t h3{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.benefit-items-t span{
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	overflow: hidden;
}

.benefit-items-c p{
	font-size: 18px;
	color: #666;
}
.benefit-msg ul li:hover{
	border-color: #d29a2c;
}
.benefit-msg ul li:hover .benefit-items-t{
	background: #d29a2c url(../images/arrbg.png) no-repeat bottom center;
}

/*============== 双创板挂牌的优势  ==============*/
.good{
	width: 100%;
}
.good-items{
	width: 100%;
}
.good-items li{
	position: relative;
	float: left;
	width: 340px;
	height: 170px;
	cursor: pointer;
}
.items1 li:nth-of-type(2){
	margin: 0 60px;
}
.items2{
	margin-left: 200px;
}
.items2 li:nth-of-type(2){
	margin-left: 60px;
}
.good-list{
	padding: 15px;
	width: 340px;
	height: 170px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	border: 2px solid #fff;
}
.good-list h3{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #2553b3;
}
.good-list h3 span{
	margin-right: 15px;
	display: inline-block;
	font-size: 36px;
	color: #d6d6d6;
	vertical-align: middle;
}
.good-list p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: justify;
}
.dot{
	margin-left: -12px;
	position: absolute;
	left: 50%;
	bottom: -49px;
	width: 24px;
}
.dot-c{
	position: relative;
	width: 24px;
}
.dot-c em{
	margin-left: -1px;
	position: absolute;
	left: 50%;
	top: -25px;
	display: block;
	width: 2px;
	height: 30px;
	background: #dedede;
	transition: all .3s;
	overflow: hidden;
}
.dot-c span{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: rgba(188,188,188,.3);
	text-align: center;
	border-radius: 50%;
}
.dot-c span i{
	margin-top: 5px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #bcbcbc;
	border-radius: 50%;
	transition: all .2s;
	transition-delay: .2s;
	overflow: hidden;
}

.items2 .dot{
	top:-49px;
}
.items2 .dot-c em{
	top: 19px;
}
.good-items li:hover .good-list{
	border-color: #d29a2c;
}
.good-items li:hover .good-list h3{
	color: #d29a2c;
}
.good-items li:hover .dot-c em{
	background: #d29a2c;
}
.good-items li:hover .dot-c span i{
	background: #d29a2c;
}

.hline{
	margin-bottom: 36px;
	margin-top: 36px;
	width: 100%;
	height: 2px;
	background: #dedede;
	overflow: hidden;
}

/*============== 客户案列  ==============*/
.slick-slider{
	margin-bottom: 0;
}
.case{
	padding:0 10px;
	width: 100%;
}
.case a{
	position: relative;
	display: block;
	width: 100%;
	height: 430px;
	background: #fff;
	border: 2px solid #f1f1f1;
}
.case a:hover{
	border: 2px solid #2553b3;
}
.case-img{
	width: 100%;
	height: 185px;
	overflow: hidden;
}
.case-img img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.case-con{
	padding: 15px;
}
.case-con h3{
	margin-bottom: 10px;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold !important;
	color: #2553b3;
}
.case-con p{
	color: #666;
	line-height: 24px;
	text-align: justify;
}
.case-view{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.case-view p{
	color: #666;
}

.case a:hover .case-img img{
	transform: scale(1.2);
}
.case a:hover h3{
	text-decoration: underline;
}

/* Arrows */
.slick-prev, 
.slick-next { 
	margin-top: -34px;  
	display: block;
	width: 38px; 
	height: 68px; 
	line-height: 68px; 
	font-size: 0; 
	cursor: pointer; 
	text-indent: -9999px;
	background: url(../images/arrow.png) no-repeat; 
}
.slick-prev:focus,
.slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev { 
	left: -35px; 
	background-position:0 -70px;
}
.slick-prev:focus,
.slick-prev:hover{
	background-position:0 -210px;
}
.slick-next { 
	right: -35px;
	background-position:0 0; 
}
.slick-next:focus,
.slick-next:hover{
	background-position:0 -140px;
}

/*============== 新闻资讯  ==============*/
.information{
	width: 100%;
}
.slideTxtBox{ 
	width:630px;   
}
.slideTxtBox .hd{
	margin-bottom: 15px; 
	height:31px;   
	border-bottom:1px solid #dedede;  
	position:relative; 
}
.slideTxtBox .hd ul{ 
	float:left;  
	position:absolute; 
	left:0px; 
	top:-1px; 
	height:31px;   
}
.slideTxtBox .hd ul li{
	margin-right: 2px; 
	float:left; 
	width: 120px;
	height:31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #2553b3;
	cursor:pointer;  
}
.slideTxtBox .hd ul li.on{ 
	background:#d29a2c; 
}
.slideTxtBox .bd ul{ 
	zoom:1;  
}
.infor-items{
	position: relative;
}
.more{
	display: block;
	color: #666;
}
.more:hover{
	color: #2553b3;
}
.infor-items .more{
	position: absolute;
	right: 0;
	top: -40px;
}
.infor-items ul li{ 
	height:46px; 
	border-bottom: 1px dashed #dbdbdb;
}
.infor-items ul li:last-child{
	border-bottom: none;
}
.infor-items ul li a{
	padding-left: 15px;
	display: block;
	width: 80%;
	height: 45px;
	line-height:45px; 
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space:nowrap;
	background: url(../images/dot.png) no-repeat left center;
	overflow: hidden;
}
.infor-items ul li a:hover{
	color: #2553b3;
	background: url(../images/dot-on.png) no-repeat left center;
}
.infor-items ul li .date{ 
	float:right; 
	line-height:45px; 
	color:#999;  
}
.infor-items ul li:hover .date{
	color: #2553b3;
}

.info-right{
	width: 410px;
}
.dynamic,.dynamic-hd,.dynamic-bd{
	width: 100%;
}
.dynamic-title{
	margin-bottom: 15px;
	height: 31px;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.dynamic-title h3{
	padding-left: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #2553b3;
	border-left: 2px solid #d29a2c;
}
.dynamic-msg{
	padding: 40px 30px 10px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.dynamic-msg img{
	margin-bottom: 40px;
}
.dynamic-msg h4{
	margin-bottom: 15px;
	color: #2553b3;
}
.dynamic-msg p{
	color: #666;
}

/*============== 合作机构  ==============*/
.cooperation{
	width: 100%;
}
.cooperation ul li{
	margin-bottom: 2px;
	margin-right:2px;
	float: left;
	width: 160px;
	height: 114px;
	border:1px solid #e2e2e2;
	overflow: hidden;	
}
.cooperation ul li:nth-of-type(7n){
	margin-right: 0;
}
.cooperation ul li a{
	padding-top: 25px;
	display: block;
	width: 100%;
	height: 100%;
}

/*============== 内页banner  ==============*/
.subbanner{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.subbanner img{
	width: 100%;
	height: 100%;
}

/*============== 常见问题样式  ==============*/
.page-wrap{
	margin-bottom: 20px;
	padding: 40px;
	width: 100%;
	height: auto;
	background: #f0f0f0;
	overflow: hidden;
}
.page-con{
	padding: 30px 60px;
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}
.qut-ul{
	padding: 30px 60px;
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}
.qut-ul li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}
.qt-list{
	width: 100%;
}
.qt-list span{
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 14px !important;
	text-align: center;
	color: #fff !important;
}
.qt-hd{
	margin-bottom: 20px;
}
.qt-hd h3{
	font-size: 16px;
	color: #2553b3;
}
.qt-hd h3 span{
	margin-right: 10px;
	background: #2553b3;
}
.qt-bd p{
	margin-left: 32px;
	line-height: 26px;
	font-size: 16px;
	overflow: hidden;
}
.qt-bd span{
	margin-top: 2px;
	background: #d29a2c;
}

/*============== 挂牌案列样式  ==============*/
.case-page{
	width: 100%;
}
.case-page .case{
	padding: 0;
}

.det-con{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.det-con span{
	height: 30px;
	line-height: 40px;
	/* margin-bottom: 20px; */
	color: #000;
	display: block;
}
.det-con h1{
	margin-bottom: 10px;
	padding-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #2553b3;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}
.det-text{
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f1f1f1;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 20px;
	text-align: justify;
}
.det-text p{
	line-height: 27px;
    color: #999;
    text-align: justify;
}
.art_qiao a{
	margin: 0 5px;
	float: left;
	display: block;
	width:200px;
	height:45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #1c70c9;
	border-radius: 5px;
}
.det-con span a:hover{
	color: #2553b3;
	transition: 400ms;
}
.detail{
	width: 100%;
}
.detail p{
	margin-bottom: 25px;
	text-align: justify;
	line-height:27px;  
	color: #666; 
	overflow:hidden;
}

.pageUl{
	width:100%;
	padding:10px 0;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1; 
	overflow:hidden; 
}
.pageUl li{
	margin: 5px 0;
}
.pageUl li span{
	display: inline-block;
}
.pageUl li a{
	display: inline-block;
	color: #666;
}
.pageUl li a:hover{
	color: #2553b3;
}

.moreBtn{
	margin: 20px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.moreBtn a{
	margin: 0 auto;
	display: block;
	width: 220px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #2553b3;
	border:1px solid #2553b3;
	border-radius: 50px;
}
.moreBtn a:hover{
	color: #fff;
	background: #2553b3;
}

/*============== 新四板介绍样式开始  ==============*/
.cbg1{
	height: 625px;
	background:#f0f0f0 url(../images/cbg1.jpg) no-repeat bottom right;
}
.clumn-list{
	margin: 0 auto;
  	padding: 5px;
  	width: 330px;
  	height: 420px;
  	overflow: hidden;
}
.clumn-con{
	height: 100%;
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}
.clumn-con a{
	padding: 15px;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 2px solid transparent;
	overflow: hidden;
}
.clumn-con img{
	margin-bottom: 5px;
}
.clumn-con h2{
	height: 32px;
	line-height: 32px;
	font-weight: bold !important;
	font-size: 16px;
	color: #2553b3;
}
.clumn-con p{
	font-size: 14px;
	color: #666;
	text-align: justify;
}
.clumn-con a:hover{
	border: 2px solid #d29a2c;
}
.clumn-con a:hover h2{
	color: #d29a2c;
}



.content-page{
	margin-bottom: 20px;
	padding: 40px;
	width: 100%;
	height: auto;
	background: #f0f0f0;
	overflow: hidden;
}
.content-page h4{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold !important;
	color: #2553b3;
}

.cbg2{
	height: 905px;
	background:url(../images/cbg2.jpg) no-repeat;
	background-attachment:fixed;
}
.cbg2 .sec-title h2{
	color: #fff;
}
.cbg2 .sec-title span{
	background: #fff;
}
.condition-lists{
	margin-bottom: 20px;
	padding: 5px;
}
.condition-con{
	padding: 20px;
	height: 650px;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}
.condition-con h3{
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold !important;
	text-align: center;
	color: #d29a2c;
}
.condition-con p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.ul-cond{
	width: 100%;
	margin-left: 6px;
	padding-left: 20px;
	border-left: 1px solid #d29a2c;
}
.ul-cond li{
	position: relative;
	margin-bottom: 20px;
	width: 100% !important;
	min-height: 50px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
}
.ul-cond li span{
	position: absolute;
	left: -27px;
	display: block;
	width: 13px;
	height: 13px;
	border: 2px solid #d29a2c;
	background: #fff;
	border-radius: 100%;
}

/* 本例子css */
.slideintrBox{ 
	width:100%; 
	height: auto;
	overflow: hidden;
}
.slideintrBox .hd{
	margin: 0 auto 30px; 
	width: 694px;
	height:50px;  
	overflow: hidden;
}
.slideintrBox .hd ul{   
	width: 100%;
	height:50px; 
	border:1px solid #2553b3; 
	border-radius: 50px;   
	overflow: hidden; 
}
.slideintrBox .hd ul li{ 
	float: left;
	width: 33.3%;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
	color: #2553b3;
	border-right: 1px solid #2553b3;
	cursor:pointer;  
}
.slideintrBox .hd ul li:last-child{
	border-right: 0;
}
.slideintrBox .hd ul li.on{ 
	color: #fff;  
	background:#2553b3; 
}
.slideTable{
	width: 100%;
	height: auto;
}
.myTable{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
}
.myTable thead th{
	text-align: center;
	background: #f4f4f4;
	white-space: nowrap;
}
.myTable thead th,.myTable tbody td{
	padding: 20px;
	color: #555;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.cbg5{
	height: 391px;
	background:url(../images/cbg2.jpg) no-repeat;
	background-attachment:fixed;
}
.cbg5 .sec-title h2{
	color: #fff;
}
.cbg5 .sec-title span{
	background: #fff;
}
.subtt{
	color: rgba(255,255,255,0.8);
}
.stepUl{
	margin-left: -30px;
	margin-top: 30px;
	margin-right: -30px;
	overflow:hidden;
}
.stepUl li{
	float: left;
	height: 120px;
}
.stepUl li i{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
	display: inline-block;
	width: 24px;
	height: 45px;
	background: url(../images/arrowi.png) no-repeat;
	vertical-align: middle;
}
.stepcon{
	padding: 10px;
	width: 120px;
	height: 120px;
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 100%;
}
.stepcon span{
	padding-top: 40px;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #2553b3;
	text-align: center;
	background: #fff;
}
.pdtop{
	padding-top: 24px !important;
}

.caseList{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.caseList a{
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 432px;
	border: 2px solid #f1f1f1;
	overflow: hidden;
}
.caseList a img{
	width: 100%;
	height: 100%;
	transition: all 1s ease-in;
}
.caseList a:hover{
	border: 2px solid #2553b3;
}
.caseList a:hover img{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.caseList a:hover h4{
	text-decoration: underline;
}
.caseimg{
	width: 285px;
	height: 185px;
	overflow: hidden;
}
.casecon{
	padding:10px 20px;
	overflow: hidden;
}
.casecon h4{
	margin-bottom: 10px;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold !important;
	color: #2553b3;
}
.casecon p{
	line-height: 24px;
	text-align: justify;
}
.casemsg{
	margin-bottom: 10px;
	height: 138px;
	font-size: 14px !important;
	text-align: left;
	color: #666;
	line-height: 24px!important;
}
.casevisit{
	font-size: 14px !important;
	color: #666;
}
.moreBtn{
	margin: 20px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.moreBtn a{
	margin: 0 auto;
	display: block;
	width: 220px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #2553b3;
	border:1px solid #2553b3;
	border-radius: 50px;
}
.moreBtn a:hover{
	color: #fff;
	background: #2553b3;
}


.intcon{
	padding: 30px;
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}
.intcon p{
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 16px;
	color: #666;
}
.navbar-nav{
	float: none !important;
}
.navbar-nav > li {
    float: none !important;
}
.navbar-nav > li >a{
 	padding: 0 !important;
}
ul.nav-pills {
	position: absolute;
	top: 80px;
}
.nav {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    width: 13px !important;
    background: url(../images/line.png) repeat-y center !important;
}
.nav-pills > li > a {
    border-radius: 100% !important;
}
.nav > li:first-child{
	margin-top: 0 !important;
}
.nav > li{
	margin-top: 18px !important;
}
.nav > li > a {
	padding: 0 !important;
    position: relative;
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    background: #d6d6d6 !important;
    text-indent: -9999px !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff !important;
    background-color: #337ab7 !important;
}
.nav > li > a:hover, 
.nav > li > a:focus {
    text-decoration: none !important;
    background-color: #fff !important;
    border: 2px solid #2553b3 !important;
}

/*============== 双创办样式开始  ==============*/
.scbanner{
	width: 100%;
	overflow: hidden;
	height: 533px;
	/*双创版*/
	/*background: url(../images/banner_index.jpg) no-repeat center top;*/
	background: url(../images/banner_xinsiban.jpg) no-repeat center top;
}

/*=== 了解双创板  ===*/
.aboutscb {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.aboutscb .infoTxt {
	padding-top: 30px;
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
.aboutscb .infoTxt p {
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	color: #666;
	margin-bottom: 30px;
}
.aboutscb .gdList {
	margin-top: 76px;
	padding-left: 80px;
	font-size: 13px;
	line-height: 24px;
}
.aboutscb .gdList span {
	padding-right: 80px;
}

/*=== 发起人股东  ===*/
.initiator{
	width: 100%;
}
.init-list{
	margin-bottom:20px;
	width: 100%;
	height: 226px;
	overflow: hidden;
}
.init-list li{
	padding: 0 5px;
	float: left;
	width: 20%;
	height: 226px;
	overflow: hidden;
}
.init-msg h3{
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #2553b3;
	border-left:3px solid #d29a2c;
}
.init-msg p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

/*=== 挂牌必要性  ===*/
.conbg{
	background: url(../images/conbg.jpg) no-repeat top center;
}
.text-white .sec-title h2{
	color: #fff;
}
.text-white .sec-title span{
	background: #fff;
}
.need{
	width: 100%;
}
.need-tips{
	margin-bottom: 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.need-list{
	width: 100%;
}
.need-list li{
	padding: 0 20px;
	float: left;
	width: 20%;
}
.need-list li p{
	margin-top: 15px;
	color: #fff;
	text-align: justify;
}

/*=== 创新创业企业挂牌条件  ===*/
.condition{
	width: 100%;
}
.condition-list li{
	margin-bottom: 25px;
	float: left;
	width: 49%;
	height: 166px;
	overflow: hidden;
}
.condition-list li:nth-of-type(2n){
	float: right;
}
.condition-items{
	display: table;
	width: 100%;
	height: 166px;
	overflow: hidden;
}
.cond-img,.cond-text{
	display: table-cell;
	vertical-align: middle;
}
.cond-img{
	width: 142px;
	height: 166px;
}
.cond-text {
	padding: 0 25px;
}
.cond-text p{
	font-size: 16px;
	color: #666;
}

/*=== 挂牌操作流程  ===*/
.conbg1{
	background: url(../images/conbg1.jpg) no-repeat top center;
}

.step{
	width: 100%;
}
.step-list li{
	position: relative;
	float: left;
	width: 162px;
	text-align: center;
}
.step-list li:after{
	content: '';
	display: block;
	position: absolute;
	right: -12px;
	top: 0;
	width: 26px;
	height: 114px;
	background: url(../images/step-arr.png) no-repeat;
}
.step-list li:last-child:after{
	background: none;
}
.step-list li p{
	margin-top: 20px;
	font-size: 16px;
}

/*=== 挂牌服务  ===*/
.scb-server{
	width: 100%;
}
.scb-server-list li{
	margin-bottom: 20px;
	float: left;
	width: 49%;
	height: 60px;
	background: #486fd4;
	overflow: hidden;
}
.scb-server-list li:nth-of-type(2n){
	float: right;
}
.scb-server-items{
	display: table;
	width: 100%;
}
.scb-server-img,.scb-server-text{
	display: table-cell;
	vertical-align: middle;
}
.scb-server-img{
	width: 127px;
	height: 60px;
	overflow: hidden;
}
.scb-server-text{
	padding: 0 25px;
	font-size: 16px;
	color: #fff;
}

/*============== 关于我们 ==============*/
.about-inner{
	width: 100%;
}
.about-inner img{
	margin-bottom: 20px;
}
.about-inner p{
	margin-bottom: 20px;
	line-height: 30px;
	text-indent: 2em;
	font-size: 16px;
	color: #666;
	text-align: justify;
}
.sub-title{
    margin-bottom: 20px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #2553b3;
	border-left:3px solid #d29a2c;
}

/*=== 投资人精准对接服务  ===*/
.investor{
	width: 100%;
}
.investor ul li{
	margin-bottom: 40px;
	float: left;
	width: 25%;
	overflow: hidden;
}
.inv-con{
	display: table;
	width: 240px;
	height: 140px;
	text-align: center;
	background: #486fd4;
	cursor: pointer;
	overflow: hidden;
}
.inv-con:hover{
	background: #d29a2c;
}
.inv-items{
	display: table-cell;
	vertical-align: middle;
}
.inv-items p{
	font-size: 16px;
	color: #fff;
}

/*=== 经典案例  ===*/
.bg-gray{
	background: #f0f0f0;
}
.scb-case{
	width: 100%;
}
.scb-case ul li{
	margin-right: 20px;
	float: left;
	width: 210px;
	height: 230px;
	overflow: hidden;
}
.scb-case ul li:last-child{
	margin-right: 0;
}
.scb-case ul li a{
	display: block;
}
.scb-case-lsit{
	padding: 10px;
	width: 100%;
	height: 230px;
	border: 2px solid #d9d9d9;
	overflow: hidden;
}
.scb-case-lsit img{
	margin-bottom: 10px;
	width: 100%;
}
.scb-case-lsit p{
	padding-top: 10px;
	border-top: 1px solid #d9d9d9;
	color: #666;
}
.scb-case ul li a:hover .scb-case-lsit{
	border: 2px solid #d29a2c;
}
.scb-case ul li a:hover .scb-case-lsit p{
	color: #2553b3;
}

.scb-message{
	width: 100%;
}
.scb-message-img{
	width: 450px;
	height: 320px;
}
.scb-message-text{
	padding-top: 30px;
	width: 560px;
}
.scb-message-text p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.scb-message-text p span{
	font-weight: bold;
	color: #2553b3;
}


/*============== 联系我们样式开始  ==============*/
.contact{
	padding: 0 60px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.con-address{
	padding-top: 40px;
	width: 400px;
}
.con-address dt{
	margin-bottom: 10px;
	font-size: 16px;
}
.con-address dd{
	margin-bottom: 20px;
	font-size: 19px;
	color: #666;
	line-height: 30px;
}

/*============== 新闻列表样式开始  ==============*/

/*=== page-num ===*/
.page-num-current{
	 color: #fff;
	 background: #006699;
}

.page-num{
	width: 100%;
	overflow: hidden;
	text-align: center;
	zoom: 1;
	vertical-align: middle;
	margin: 5px;
	padding: 5px 10px;
}
.page-num ul{
}

.page-num a{
	line-height: 26px;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 5px 10px;
}

.page-num  a:hover{
	color: #fff;
	background: #006699;
	border: 1px solid ;
}


.details{
	width: 100%;
}
.details-title{
/* 	margin-bottom: 30px; */
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.details-title h1{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 24px;
	color: #2553b3;
	text-align: center;
}
.details-title p{
	width: 100%;
	text-align: center;
}
.details-title p span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	color: #333;
}
.details-con p{
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	text-align: justify;
}
.details-con img{
	text-align: center;
	box-shadow: 0 0 3px;
	/* height: 60%!important; */
	display: block;
	max-width: 85%;
	margin: 0 auto;
	border-radius: 5px;
  padding:5px;
}
/*=== details-ul ===*/
.details-ul{
	padding-top: 30px;
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.details-ul{
	padding-left: 2em;
}
.details-ul li{
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
}
.details-ul li a{
	display: inline-block;
	font-size: 16px;
}

/*============== 商业计划书  ==============*/
.bg-gray1{
	background: #f5f5f5;
}
.jhs-imp{
	width: 100%;
}
.jhs-imp ul li{
	float: left;
	margin: 0 15px; 
	width: 350px;
	height: 450px; 
	border: 1px solid #c3c3c3;
	text-align: center;
}
.jhs-imp ul li img{
	margin-top: 20px;
}
.jhs-imp ul li p{
	margin-top: 50px; 
	padding: 0 20px;
	text-align: left;
	font-size: 20px;
}

.jhs-problem{
	width: 100%;
}

.jhs-adv{
	width: 100%;
}

.jhs-adv ul li{
	margin: 0 5px; 
	float: left; 
	width: 370px;
	height: 550px;
	background: #103154;
	text-align: center;
}
.jhs-adv ul li img{
	margin-top:55px;
}
.jhs-adv ul li p{
	font-size: 18px;
	color: #fff;
	padding: 40px 20px;
}
.jhs-adv ul li .p2{
	background: url(../images/b4line.png) top center no-repeat;
	}
.jhs-adv ul li h2{
	font-weight: bold;
	font-family: tahoma;
	font-size: 18px;
	color:#ff7e01;
	height: 100px;
	padding: 0 20px;
}

.jhsBody5{
	width: 100%;
}

.jhsBody5 .content-center .ys{
	padding: 40px 0;
	overflow: hidden;
}
.jhsBody5 .content-center .back1 {
	margin-top: 15px; 
	padding-left: 100px;
	width: 455px; 
	background: url(../images/ys1.png) left top no-repeat;
}
.jhsBody5 .content-center .back h2{
	font-size: 25px;
	padding: 5px 0 30px;
	background: url(../images/ys_line.png) bottom left no-repeat;
}
.jhsBody5 .content-center .back p{
	margin-top:20px;
	padding-right: 40px; 
	font-size: 23px;
}
.jhsBody5 .content-center .back2 {
	margin-top: 15px; 
	padding-left: 100px;
	width: 455px; 
	background: url(../images/ys2.png) left top no-repeat;
}
.jhsBody5 .content-center .tdgril{
	width: 495px;
	text-align: center;
}
.jhsBody5 .content-center .tdgril img{
	margin-top: 40px;
}
.jhsBody5 .content-center .tdgril h2{ 
	text-align: left; 
	font-size: 30px;
}
.jhsBody5 .content-center .tdgril h3{margin: 20px 0 10px;font-size: 20px;}
.jhsBody5 .content-center .tdgril p{
	padding: 5px 0; 
	font-size: 16px;
  text-align: left;
}
.jhsBody5 .content-center .back3 {
	margin-top: 15px; 
	padding-left: 100px;
	width: 455px; 
	background: url(../images/ys31.png) left top no-repeat;
}
.jhsBody5 .content-center .back4 {
	margin-top: 15px; 
	padding-left: 100px;
	width: 455px; 
	background: url(../images/ys4.png) left top no-repeat;
}
.jhsBody5 .content-center .back5 {
	margin-top: 15px; 
	padding-left: 100px;
	width: 455px; 
	background: url(../images/ys5.png) left top no-repeat;
}

.bg-gray2{
	background: #fbfbfa;;
}

.jhsBody6 .left{
	padding-left: 80px;
	width: 500px;
	background: url(../images/bd6icon.png) left top no-repeat;
}
.jhsBody6 .left h2{
	margin-top: 14px; 
	font-size: 22px; 
	color:#ff7e01; 
}
.jhsBody6 .left p{
	margin-top: 20px;
	font-size: 22px;
	line-height:2.0;
}
.jhsBody6 .right{
	margin-top: 20px;
}


.jhsBody7 .jhs-problem{
	position: relative; 
	height: 990px; 
	background: url(../images/bd7.png) center no-repeat;
}
.jhsBody7 .jhs-problem div{
	padding: 75px 0 0 75px;
	position: absolute;
	width: 285px; 	background-position: left top;
	background-repeat: no-repeat;
}
.jhsBody7 .jhs-problem div h2{
	font-size: 20px;
	color: #103154;
	padding-bottom: 10px;
}
.jhsBody7 .jhs-problem div p{
	font-size: 16px;
	color: #ff7e01;
	line-height: 2.0;
}
.jhsBody7 .jhs-problem .p1{
	position: absolute;top: 230px;
	left:0; 
	background-image: url(../images/wmys1.png);
}
.jhsBody7 .jhs-problem .p2{
	position: absolute;top: 530px;
	left:0; 
	background-image: url(../images/wmys2.png);
}
.jhsBody7 .jhs-problem .p3{
	position: absolute;
	bottom: 20px;
	left:455px; 
	background-image: url(../images/wmys3.png);
}
.jhsBody7 .jhs-problem .p4{
	position: absolute;
	top: 230px;
	right:0; 
	background-image: url(../images/wmys4.png);
}
.jhsBody7 .jhs-problem .p5{
	position: absolute;
	top: 530px;
	right:0; 
	background-image: url(../images/wmys5.png);
}
.jhsBody7 .jhs-problem .p6{
	position: absolute;
	top: 0;
	left:455px; 
	background-image: url(../images/wmys6.png);
}


.jhsBody8 ul li{
	position: relative; 
	float: left; 
	margin:75px 10px; 
	width: 360px;
	height: 390px;
	background: #f5f5f5;
	overflow: visible;
}
.jhsBody8 ul li img{
	position: absolute;
	top: -70px; 
	left:110px;
	z-index: 4;
}
.jhsBody8 ul li h2{
	font-size: 20px;
	text-align: center;
	height: 50px;
	margin-top: 90px;
	color: #103154;
	font-weight: 600;
}
.jhsBody8 ul li h2 span{
	font-size: 16px;
}
.jhsBody8 ul li p{
	margin-top: 10px; 
	text-indent: 2em; 
	padding: 0 25px;
	line-height: 1.7;
	font-size: 16px;
}

/*============== 企业估值  ==============*/
.banner_bot{
	width: 100%;
	height: 100px; 
	background: #ffffff;
	overflow: hidden;
}
.banner_bot ul{
	width: 100%; 	
}
.banner_bot ul li{float: left; }
.banner_bot ul li a{
	padding-top: 25px;
	display: block;
	width: 285px; 
	height: 100px; 
	background: #fff; 
	color: #26a0e6; 
	border-radius: 2px; 
	font-size: 16px; 
	text-align: center; 
}
.banner_bot ul li a:hover{
	background: #f3fbff;
}
.banner_bot ul li a span{
	margin: 0 auto;
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	padding-left: 62px;
	text-align: left;
}
.banner_bot ul li a .item1{background: url(../images/banner_bot_guzhi.png) no-repeat;}
.banner_bot ul li a .item2{background: url(../images/banner_bot_pingshen.png) no-repeat;}
.banner_bot ul li a .item3{background: url(../images/banner_bot_touzi.png) no-repeat;}
.banner_bot ul li a .item4{background: url(../images/banner_bot_caozuo.png) no-repeat;}

.statistic{
	width: 100%; 
}
.statistic p{
	line-height: 46px;
	font-size: 16px; 
	color: #333; 
	text-align: center; 
}
.statistic p span{
	font-size: 30px; 
	color: #fe8e20;
}

.gz-intro{
	margin: 0 auto;
	width: 880px; 
	text-align: center; 
}
.gz-intro p{
	line-height: 26px;
	font-size: 16px; 
	color: #666; 
}

.stock_step{
	padding: 30px 30px 30px;
	margin:0 auto;
	width: 1160px;
	overflow: hidden;
}
.stock_step ul{
	width: 100%;
}
.stock_step li{
	float: left;
	display: inline;
	width:260px;
	margin:0 52px;
	color:#000;
	text-align: center;
}
.stock_step li i{
	margin:0 auto;
	display: block;
	width: 110px;
	height: 110px;
}
.stock_step li .ic01{
	background:url(../images/why_01_icon.png) no-repeat 0 0;
}
.stock_step li .ic02{background:url(../images/why_02_icon.png) no-repeat 0 0;}
.stock_step li .ic03{background:url(../images/why_03_icon.png) no-repeat 0 0;}
.stock_step li h3{
	margin-top:20px;
	font-size: 18px;
	color: #333;
	line-height: 35px;
	font-weight: 200;
}
.stock_step li p{
	font-size: 14px;
	line-height: 22px;
	color: #999;
}
.stock_step li p span{
	font-size: 18px;
	color: #666;
	line-height: 36px;
}

.gu_valuation {
	margin:18px auto 0px;
	position:relative; 
	width: 100%; 
	background: #fff; 
}
#carousel{
	margin:0 auto;
	width:1160px; 
	height: 930px;
}
.gu_valuation .carousel-feature{
	margin: 0 7px 20px;
	display: block;
	float: left;
	width: 370px;
	border: 1px solid #e2e2e2; 
	background: #fff;
	overflow: hidden; 
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.gu_valuation .carousel-feature:hover{
    text-decoration: none;
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}

.gu_valuation .pic { 
	margin: -2px;
	width: 370px;  
	padding: 0; 
}
.gu_valuation .pic img{
	display: block;
	width: 100%;
	height: 100%; 
}
.gu_valuation .tit {
	margin-top: 32px;
	font-size:18px; 
	color:#333;
	line-height: 24px; 
	font-weight: 200;
	padding-left: 16px;
}
.gu_valuation .company{
	padding-left: 16px;
	font-size: 16px; 
	color: #666; 
	line-height: 24px;
}
.gu_valuation .detail {
	margin: 12px 0 12px;
	padding: 0 16px;
	line-height:19px;
	color:#666;
	font-size: 14px;
}
.gu_valuation .assessment{height: 82px; }
.gu_valuation .assessment span{
	margin: 0 10px;
	display: block;
	font-size: 20px; 
	color: #0099e5; 
	line-height: 82px;
	text-align: center;
	border-top: 1px solid #e2e2e2;
}
.stock_more{
	width: 100%; 
	padding: 10px 0 40px;
}
.stock_more a{
	margin:0 auto;
	display:block;
	width: 186px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	color:#0099e5;
	font-size: 20px;
	background: #fff;
	border:1px solid #0099e5;
	border-radius:2px;
}
.stock_more a:hover{
	color: #fff; 
	background: #0099e5; 
}

.gu_valuation .assessment span.review{
	color: #25b964;
}
.gu_valuation .assessment span.end{
	color: #666;
}

.gu_valuation .project-comment{
	margin: 0 10px;
	padding-top: 6px;
	display: block;
	height: 45px; 
	border-top: 1px solid #e2e2e2;
}
.gu_valuation .project-comment .project-comment-title{
	margin: 0 10px 0 8px;
	float: left;
	line-height: 35px;
	font-size: 16px; 
	color: #333; 
}
.gu_valuation .project-comment .project-comment-main,.gu_valuation .project-comment .project-comment-price{
	display: block; 
	width: 100%; 
	height: 35px;
}
.gu_valuation .project-comment .project-comment-main .process{
	display: block; 
	float: left;
	width: 200px; 
	height: 35px;
}
.gu_valuation .project-comment .project-comment-main .process span{
	display: block; 
	width: 180px; 
	height: 32px; 
	margin-top: 3px; 
	background: url(../images/stars.png) no-repeat;
	background-size: 100%;
}
.gu_valuation .project-comment .project-comment-main .process .star1{background-position: 0 -32px;}
.gu_valuation .project-comment .project-comment-main .process .star2{background-position: 0 -64px;}
.gu_valuation .project-comment .project-comment-main .process .star3{background-position: 0 -96px;}
.gu_valuation .project-comment .project-comment-main .process .star4{background-position: 0 -128px;}
.gu_valuation .project-comment .project-comment-main .process .star5{background-position: 0 -160px;}
.gu_valuation .project-comment .project-comment-main .process .star6{background-position: 0 -192px;}
.gu_valuation .project-comment .project-comment-main .process .star7{background-position: 0 -224px;}
.gu_valuation .project-comment .project-comment-main .process .star8{background-position: 0 -256px;}
.gu_valuation .project-comment .project-comment-main .process .star9{background-position: 0 -288px;}
.gu_valuation .project-comment .project-comment-main .process .star10{background-position: 0 -320px;}

.gu_valuation .project-comment .project-comment-price span{
	font-size: 16px; 
	color: #999;
	line-height: 35px;
}

.sbanner{
    width: 100%;
    height: 120px;
    text-align: center;
    background-color: transparent;
    background-image: url(../images/sbanner.jpg);
    background-position: 50% 0;
    background-repeat: repeat-x;
}

.sbanner a{
    line-height: 120px;
    color: #fff !important;
    font-size: 39px;
}

.ourservices{
	width: 100%; 

}
.ourservices .desc{
	margin: 0 auto 76px;
	width: 680px;  
	line-height: 24px; 
	font-size: 16px; 
	color: #666666;
	text-align: center;
}
.ourservices ul{
	margin: 0 auto;
	width: 1160px; 
}
.ourservices ul li{
	float: left; 
	width: 280px;
}
.ourservices ul li h4{
	margin: 0 0 12px;
	line-height: 30px;
	text-align: center;
	font-weight: 200; 
	font-size: 18px; 
	color: #333333; 
}
.ourservices ul li .img{
	margin-bottom: 30px;
}
.ourservices ul li .img img{
	margin:0 auto;
	width: 170px; 
	height:170px; 
}
.ourservices ul li p{
	line-height: 24px;
	font-size: 14px; 
	color: #999999; 
	text-align: center;
}

/*============== 融资路演  ==============*/
.top-banner.luyan2{
	background-image:url(../images/luyan-02.jpg);	
	background-position: center center;
	height:377px;
}
.top-banner.luyan3{
	margin-top: 100px;
	background-image:url(../images/luyan-03.jpg);	
	background-position: center center;
	height:503px;
}
.top-banner.luyan4{
	background-image:url(../images/luyan-04.jpg);
	background-position: center center;	
	height:538px;
}
.top-banner.luyan5{
	background-image:url(../images/luyan-05.jpg);	
	background-position: center center;
	height:560px;
}
.top-banner.luyan6{
	background-image:url(../images/luyan-06.jpg);	
	background-position: center center;
	height:490px;
}
.top-banner.luyan7{
	background-image:url(../images/luyan-07.jpg);
	background-position: center center;	
	height:734px;
}
.top-banner.luyan8{
	background-image:url(../images/luyan-08.jpg);	
	background-position: center center;
	height:651px;
}
.top-banner.luyan9{
	background-image:url(../images/luyan-09.jpg);
	background-position: center center;	
	height:344px;
}
.top-banner.luyan10{
	background-image:url(../images/luyan-10.jpg);	
	background-position: center center;
	height:526px;
}
.top-banner.luyan11{
	background-image:url(../images/luyan-11.jpg);	
	background-position: center center;
	height:518px;
}
.top-banner.luyan12{
	background-image:url(../images/luyan-12.jpg);
	background-position: center center; 	
	height:733px;
}
.top-banner.luyan13{
	background:#f8f8fb;
	height:629px;
}
.ly_main{ 
	margin:0px auto; 
	width:1200px;
	min-width: 1200px;
}
.lydaoyu{ 
	padding-top:55px; 
	font-size:32px; 
	color:#FFF;
}
.lydaoyu_my{ 
	font-size:18px; 
	color:#f5f6fb;
}
.lyjiazhi{ 
	text-align:center; 
	padding-top:120px; 
	font-size:21px; 
	color:#2c4bb5;
}
.lyjiazhi h2 {
	font-size: 40px;
}
.lybeijing{
	text-align:center; 
	padding-top:15px; 
	height:115px; 
	font-size:32px; 
	color:#2c4bb5;
}
.lybjnr{ 
	padding-top:10px; 
	padding-left:500px;
}
.lybjnr p{ 
	font-size:16px; 
	line-height:28px; 
	text-indent:2em; 
	color:#0a0a0a;
}
.lytese{
	text-align:center; 
	padding-top:90px; 
	font-size:32px; 
	color:#FFF;
}
.lyshijing{
	text-align:center; 
	padding-top:90px; 
	font-size:32px; 
	color:#2c4bb5;
}
.lytunr{ 
	text-align:center; 	
	font-size:16px;
	color:#0a0a0a; 
	line-height:30px; 
	padding-top:30px;
}
.lyxianmu{ 
	padding-top:70px;
}
.lyxianmu_left{ float:left;} 
.lyxianmu_right{ float:right;}


.section-block-title{
	text-align: center;
	font-size: 30px;
	line-height: 100px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>th {
    padding: 14px 30px;
    border: 1px solid #eee;
}
.table>thead>tr>th {
    background: #fafafa;
    font-weight: 700;
    white-space: nowrap;
    line-height: 22px;
    color: #333;
}

/*============== 股权激励  ==============*/
.boss-question p{
	font-size:18px;
	line-height:2.2;
	text-align:justify;
	margin-bottom:56px;
	text-indent:2em;
	margin-top: 50px;
}

.boss-question table{
	border:1px #C5C5C5 solid;
}
.boss-question table th{
	padding:14px;
}
.boss-question table td{
	padding:14px;
	line-height:2;
}

/*============== 新三板  ==============*/
.Pseudo:after{
	position: absolute;
	top:20px;
	right:215px; 
	content: "";
	display: block;
	width: 160px;
	height: 2px;
	background: #e0e1e2;
}
.Pseudo:before{
	position: absolute;
	top:20px;
	left:215px; 
	content: "";
	display: block;
	width: 160px;
	height: 2px;
	background: #e0e1e2;
}
.slideTxtBox2 .hd{ 
	margin-bottom: 50px;
	width: 100%;
	height: 55px;
	background: #f5f5f5;
	padding: 1px;
}
.slideTxtBox2 .hd ul li{
	float:left;
	margin-left: 235px; 
	margin-top: -2px;
	line-height: 60px;
	cursor: pointer; 
	text-align: center;
	font-size:21px; 
	width: 235px;
	height: 56px;
	border: 1px solid #0099e6;
}
.slideTxtBox2 .hd ul li.on{ 
	margin-top: -5px;
	height: 60px;
	border: 2px solid #0099e6;
}
.slideTxtBox2 .bd .title{
	position: relative; 
	font-size: 27px;
	text-align: center;
}
.slideTxtBox2 .bd p{
	margin-top: 40px; 
	font-size: 20px;
	text-align: center; 
}
.slideTxtBox2 .bd img{
	margin: 60px 0 100px;
}

.xsbBody2{
	width: 100%;
	
	overflow: hidden;
}
.xsbBody2 ul{margin:0 auto;}
.xsbBody2 ul li{
	float: left;
	margin: 0 35px; 
	width: 310px;
	height: 420px;
	background: #fff;
}
.xsbBody2 ul li h2{
	padding: 10px 0; 
	width: 100%;
	height: 70px;
	color:#fff;
	text-align: center;
	font-size: 19px;
	font-weight: normal;
}
.xsbBody2 ul li .h2_1{
	background: #0099e6;
	line-height: 50px; 
}
.xsbBody2 ul li .h2_2{
	background: #f08700;
	line-height: 1.5;
}
.xsbBody2 ul li .h2_3{
	background: #adc907;
	line-height: 50px; 
}
.xsbBody2 ul li p{
	font-size: 16px;
	padding:30px 40px;
	text-indent: 30px;
	line-height: 27px;
}

.xsbBody3{
	width: 100%;
	height: 700px;
	background-size: cover; 	background-attachment: fixed;
	background-position: center center; 	background-image: url(../images/bk3.png);
}

.xsbBody4{
	width: 100%;
}
.xsbBody4 .xsbBody4-t p{ 
	text-align: center;
	font-size: 20px;
	line-height: 2.0;
}
.xsbBody4 .xsbBody4-inner{
	position: relative; 
	background: url(../images/bk4.png) center no-repeat;
	height: 550px;
}
.xsbBody4 .xsbBody4-inner p{
	position: absolute;
	font-size: 20px;
	font-weight: 600;
}
.xsbBody4 .xsbBody4-inner .p1{
	top: 50px;
	left:315px;
	text-align: right;
}
.xsbBody4 .xsbBody4-inner .p2{
	top: 125px;
	left:867px;
}
.xsbBody4 .xsbBody4-inner .p3{
	top: 330px;
	left:867px;
}
.xsbBody4 .xsbBody4-inner .p4{
	top: 455px;
	left:750px;
}
.xsbBody4 .xsbBody4-inner .p5{
	top: 325px;
	left:185px;
	text-align: right;
}
.xsbBody4 .xsbBody4-inner .p6{
	top: 190px;
	left:168px;
	text-align: right;
}

.xsbBody5{
	width: 100%;
}
.xsbBody5 ul li{
	float: left;
	margin:0 5px; 
	width:270px;
	height:390px;
	background: #0099E6; 
}
.xsbBody5 ul li h2{
	padding: 50px 0 30px; 
	background: url(../images/down_line.png) bottom center no-repeat;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}
.xsbBody5 ul li p{
	color: #fff;
	line-height: 1.8;
	padding: 40px 30px;
	font-size: 18px;
}

.xsbBody6{
	width: 100%;
}
.xsbBody6-wrap{
	width: 100%;
}
.xsbBody6 .left h2{
	font-size:26px; 
	color:#626262;
	padding: 20px 0;
}
.xsbBody6 .right{
	width: 496px;
	overflow: hidden;
}
.xsbBody6 .right .ul1{
	width:100%;
}
.xsbBody6 .right .ul1 li{
	margin: 10px auto; 
	width:315px;
	height: 70px;
	border-radius:10px; 
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	color: #fff; 
	background: #0099E6;
}
.xsbBody6 .right h2{
	font-size:26px; 
	color:#626262;
	padding: 20px 0;
	text-align: center;
}
.xsbBody6 .xsbBody6-tips p{
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.xsbBody6 .number{
	position: relative;
	height: 500px;
	width: 500px; 
	background: url(../images/yq.png) center no-repeat;
}
.xsbBody6 .number p{
	width: 145px;
	line-height: 1.1; 
	position: absolute;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.xsbBody6 .number p span{
	font-size: 35px;
}
.xsbBody6 .number .p1{
	top: 115px;
	left: 95px;
}
.xsbBody6 .number .p2{
	top: 115px;
	left: 260px;
}
.xsbBody6 .number .p3{
	top: 268px;
	left: 260px;
}
.xsbBody6 .number .p4{
	top: 285px;
	left: 95px;
}
.xsbBody6 .list {
	margin-right: 65px;
	margin-top: 70px;
}
.xsbBody6 .list li{
	padding-left: 200px;
	padding-bottom: 20px;
	width: 515px; 
	border-bottom:2px solid #7f7f7f;
	margin-bottom: 20px;
	font-size: 25px;
}
.xsbBody6 .list .l1{
	background: url(../images/diannao.png) left center no-repeat;}
.xsbBody6 .list .l2{
	background: url(../images/dianshi.png) left center no-repeat;}
.xsbBody6 .list .l3{
	background: url(../images/diandeng.png) left center no-repeat;
}
.xsbBody6 .list li span{
	font-size: 40px;
	color: #565656;
}

.xsbBody7{
	width:100%;
}
.xsbBody8{
	width:100%;
}
.xsbBody8 ul li{
	float: left;
	margin: 0 1px;
}

.xsbBody9{
	width:100%;
}

.xsbBody9 ul{
	width: 280px;
	height: 340px;
	float: left;
	margin: 0 50px;
	background: #fff;
}
.xsbBody9 ul h2{
	margin-bottom: 20px; 
	width: 100%;
	height:60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: normal; 
	color:#fff;
	background: #0099E6;
	text-align: center;
}
.xsbBody9 ul li{
	background: url(../images/d.png) 10px 11px no-repeat; 
	font-size: 18px; 
	padding:0 25px;
	margin: 5px 0 0 20px;
}

.xsbBody10{
	width:100%;
}

.xsbBody10 .xsbBody6-wrap .left{
	margin-top: 80px;
	position: relative; 
	width: 490px;
	height: 440px;
	padding: 100px 50px 30px;
	background: #F5F5F5;
}
.xsbBody10 .xsbBody6-wrap .right{
	margin-top: 80px;
	position: relative;
	width: 490px;
	height: 440px;
	padding: 100px 50px 30px;
	background: #0099e6;
	color: #fff;
}
.xsbBody10 .xsbBody6-wrap .left h2{
	position: absolute;
	left: 162px;
	top:-35px; 
	width: 180px;
	height:70px;
	background: #0099e6; 
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
}
.xsbBody10 .xsbBody6-wrap .right h2{
	position: absolute;
	left: 162px;
	top:-35px; 
	width: 180px;
	height:70px;
	background: #f5f5f5; 
	text-align: center;
	line-height: 70px;
	color: #0099e6;
	font-size: 35px;
	font-weight: normal;
}
.xsbBody10 .xsbBody6-wrap p {
    margin-bottom: 70px;
    font-size: 20px;
    text-align: center;
}

.xsbBody10 .title{
	font-size: 27px;
	position: relative;
	text-align: center;
	margin: 50px auto 40px;
}
.xsbBody10 .titles{
	margin: 50px auto 40px;
}

.xsbBody11{
	width:100%;
}

.xsbBody11 .xsbBody11-wrap h2{
	font-weight: bold;
	font-size: 20px;
	color:#555;
}
.xsbBody11 .xsbBody11-wrap p{
	font-size: 17px;
	text-indent: 2em;
	margin: 20px 0;
	line-height: 2.0;
}
.xsbBody11 .titles{ 
	margin: 70px auto;
	width: 634px;
	height: 79px;
	line-height: 79px;
	color:#3d3d3d;
	text-align: center;
	font-size: 24px; 
	background: url(../images/ttbk.png) no-repeat center center ;
}

.xsbBody11 .xsbBody11-wrap table{
	margin: 0 auto;
	text-align: center;
}
.xsbBody11 .xsbBody11-wrap table th{
	font-size: 23px;
	padding: 5px 15px; 
	background: #0099e6;
	color: #fff;
	border: 1px solid #555;
}
.xsbBody11 .xsbBody11-wrap table td{
	font-size: 20px;
	padding: 5px 15px;
	border: 1px solid #555;
}

/*============== 国内外上市  ==============*/
.ssBody{
	width: 100%;
	position: relative;
}
.ssBody .hd{
	position: fixed;
	left: 10px;
	top: 40px;
	width: 182px; 
	padding: 1px;
	z-index: 1000;
}
.ssBody .hd .tt{
	margin-top: 10px;
	height: 58px;
	padding: 1px;
	background: url(../images/zbtt.jpg) center no-repeat;
	text-align: center;
	color: #fff;
}
.ssBody .hd .tt h2{
	margin-top: 12px;
	font-size: 18px;
}
.ssBody .hd p{
	font-size: 12px;
	margin-top: -2px;
}
.ssBody .hd ul{
	border: 2px solid #0099e6;
	text-align: center;
	background: #fff;
}
.ssBody .hd ul li{
	margin:10px auto;
	font-size: 15px;
	padding: 5px;
}
.ssBody .hd ul li:hover{
	color: #fff; 
	background: #0099e6;
	cursor: pointer;
}
.ssBody .hd ul li.on{
	color: #fff; 
	background: #0099e6;
}

.aslideBox-con{
	width: 100%;
}
.body-wrap p{
	margin-bottom: 15px;
	font-size: 20px;
	text-indent: 2em;
	line-height: 1.5;
}
.body-wrap .text h2{
	margin:20px auto; 
	font-size: 25px;
}

.ssBody1 {
	width: 100%;
	height:720px;
	background: #f5f5f5;
	overflow: hidden;
}
.ssBody1 .body-wrap{
	height: 692px;
	background: url(../images/bd1.jpg) no-repeat top center;
}
.ssBody1 .text{
	padding-top: 90px;
	width: 580px;
	margin-left:300px;
	color: #fff;
}
.ssBody1 .text h2{
	text-align: center;
}

.ssBody2{
	width: 100%;
}
.ssBody3{
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
}
.ssBody4{
	width: 100%;
	text-align: center;
	color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/h8.jpg);
 }
.ssBody4 a{
	margin: 40px auto; 
	display: block;
	height: 50px;
	width: 210px;
	background: #0fa6da;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	border-radius: 5px;
}
.ssBody4 a:hover{
	display: block;
	background: #036;
	color: #fff;
	transition: 400ms;
}
.ssBody4 .text2{
	font-size: 30px;
	margin-top: 65px; 
	color: #ff2035;
}
.ssBody4 .phone{
	/*padding-left: 5px;*/
	height: 32px;
	width: 270px;
	margin: 0 auto;
	line-height: 32px !important; 
	font-size: 30px !important;
	background: url(../images/icon_phone.png) left center no-repeat;
}

/*============== 香港国际版  ==============*/
.bg-yellow{
	background: #b7883d;
}
.bg-yellow .sec-title h2{
	color: #fff;
}
.bg-yellow .sec-title span{
	background: #fff;
}
.bg-yellow .textMsg p{
	color: #fff;
}
.gjbbody{
	width: 100%;
}
.textMsg p{
	margin-bottom: 15px;
	font-size: 20px;
	text-indent: 2em;
	line-height: 2.0;
	text-align: justify;
}
.textMsg img{margin: 0 auto;width: 100%;border-radius: 5px;box-shadow: 1px 1px 5px #666;}

.gjbUl{
	width: 100%;
}
.gjbUl li{
	float: left;
	margin-right:1px;
}
.gjbUl li:last-child{
	margin-right: 0;
}

.gjbList{
	width: 100%;
}
.gjbList li{
	float: left;
	margin: 0 44px; 
	text-align: center;
	width: 140px;
	height: 140px;
	border: 3px solid #ffd28a;
	border-radius: 100px;
	background: #fff;
}
.gjbList li .p1{
	font-size: 16px;
	line-height: 2.0;
	margin-top: 40px;
}
.gjbList li .p2{
	font-size: 16px;
	line-height: 2.0;
	margin-top: 20px;
}


.gjbSlide{position: relative;}

.gjbSlide .bd{
	width: 1000px;
	margin: 60px auto;
	overflow: hidden;
}
.gjbSlide .bd li{
	float: left;
	margin-right: 20px; 	
	width:370px;
	position: relative; 
	border: 1px solid #b7883d; 
	text-align: center;
}
.gjbSlide .bd li img{
	width:100%;
}
.gjbSlide .bd li p{
	padding: 25px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 600;
}
.gjbSlide .prev,
.gjbSlide .next{
	margin-top: -45px;
	position: absolute;
	top: 50%;
	display: block; 
	width: 60px; 
	height: 90px;
}
.gjbSlide .prev{
	left: 0;
	background: url(../images/icon_l.png) center no-repeat;
}
.gjbSlide .next{
	right: 0;
	background: url(../images/icon_r.png) center no-repeat;
}
.col-sm-8 img{width: 500px;height: auto;margin: 0 auto;border-radius: 10px;box-shadow: 0 0 3px #666;}

.arc_time{
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom:10px;

}
.arc_time span{
	padding:0 10px;
}
.article_address{
	margin: 20px 0 15px;
	text-align: right;
}
.article_copyright{font-size: 12px;color: #333;background-color: #66666624;border-radius: 5px;}
.article_copyright strong {
    display: inline-block;
    line-height: 26px;
    margin-left: 10px;
}
.article_copyright p{font-size: 12px;display: inline-block;text-indent: 0;margin: 5px 0px 5px 0px;}

.article_copyright p{font-size: 12px;display: inline-block;text-indent: 0;margin: 5px 0px 5px 0px;}
.article_tag{padding:10px 10px 10px 0;text-align:center;margin:20px;}
.article_tag a{padding:5px;background-color:#1c70c926;border-radius:3px;margin-right:5px;}
.article_tag a:hover{background-color:#d29a2c;color:#fff;}

.name_list{margin:10px 0;text-align:center;padding:10px;}
/* 联系我们地图 */
#amap{border-radius:5px;}
#amap img{width:100%;height:auto;}

/* 案例表格 */
/*.detail table,tr,td{*/
/*	border:1px solid #666;*/
/*}*/
/*.detail table{*/
/*	width:100%;*/
/*	margin-bottom: 10px;*/
/*}*/
/*.detail td{*/
/*	padding:5px;*/
/*	font-size: 15px;*/
/*	word-break: break-all;*/
/*	width: 15%;*/
/*	height:30px;*/
/*}*/
/*.detail tr{*/
/*	width:15px;*/
/*}*/
/*.detail .title_table{*/
/*	background:#ff898952;*/
/*	font-weight:bold*/
/*}*/
.danger{
	vertical-align: middle;text-align: center;
}

/*专题关注*/
.tagslist{text-align: justify;margin-bottom: 50px;}
.tagslist_hot:hover{transform: translateY(-3px);box-shadow: 0 10px 20px #00000024;}
.tagslist_hot{margin: 5px 5px;padding: 5px 10px;border:1px solid #666;border-radius: 5px;line-height: 25px;font-size: 15px;display:inline-block;color:#666;}
.transition {
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}