@charset "utf-8";

/* CSS Document */


/*公用*/

.box {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.index .banner-box {
    width: 100%;
    /* height: 480px; */
    position: relative;
    overflow: hidden;
}

.index .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    left: 50%;
    display: flex;
    justify-content: center;
    /* margin: 0 0 0 -630px; */
}

.index .banner .rslides_tabs {
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: 156px;
    margin-left: -70px;
    z-index: 999;
    overflow: hidden;
}

.index .banner .rslides_tabs li {
    float: left;
    margin-left: 12px;
    width: 13px;
    height: 15px;
}

.index .banner .rslides_tabs li a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0;
    display: block;
    /*background: url(../img/none.png);*/
}

.index .banner .rslides_tabs li.rslides_here a {
    background: #ffff;
}


/*-------------------------------------------------------------------------*/


/*首页*/


/*-------------------------------------------------------------------------*/

.index .main {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.index .main .index_news {
    position: relative;
    width: 50%;
    background: url(../img/index_bg01.png) left 60px no-repeat #0f7fef;
    height: 300px;
}

.index .main .index_news h2 {
    margin: 4% 0 0 4%;
    font-size: 26px;
    color: #fff;
    background: url(../img/icon_index01.png) left center no-repeat;
    padding-left: 3.5%;
}

.index .main .index_news .inner_con {
    margin: 0 5% 0 8%;
}

.index .main .index_news .news_first h3 {
    margin-top: 20px;
}

.index .main .index_news .news_first h3 a,
.index .main .index_news .inner_con li a {
    font-size: 16px;
    color: #fff;
}

.index .main .index_news .news_first p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    line-height: 26px;
}

.index .main .index_news .inner_con li {
    margin-top: 20px;
    line-height: 25px;
}

.index .main .index_news .news_first h3 a:hover,
.index .main .index_news .inner_con li a:hover {
    border-bottom: 1px solid #fff;
}

.index .main .index_news .more {
    position: absolute;
    bottom: 35px;
    font-size: 14px;
    color: #fff;
    right: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.index .main .index_news .more:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index .main .index_news .more span,
.index .main .index_list .item .content .more span {
    font-family: "宋体";
    font-weight: bold;
}

.index .main .index_list .item .content {
    background: url(../img/index_bg02.png) 81% top no-repeat;
    min-height: 112px;
}

.index .main .index_list {
    width: 50%;
    *width: 49.99%;
}

.index .main .index_list .item {
    float: left;
    height: 300px;
    background: url(../img/index_bg02.png) right top no-repeat #0962c0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    position: relative;
}

.index .main .index_list .item .tag {
    float: right;
    cursor: pointer;
    height: 300px;
    width: 127px;
    position: relative;
    z-index: 130;
}

.index .main .index_list .item .item_bg {
    position: absolute;
    height: 112px;
    width: 45px;
    right: 127px;
    top: 0;
    background: url(../img/index_bg02.png) right top no-repeat;
    z-index: 100;
}

.index .main .index_list .item .style01 {
    background: url(../img/index_01.png) left top no-repeat;
}

.index .main .index_list .item .style02 {
    background: url(../img/index_02.jpg) left top no-repeat;
}

.index .main .index_list .item .style03 {
    background: url(../img/index_03.jpg) left top no-repeat;
}

.index .main .index_list .item.active .style01 {
    background: url(../img/index_01_hover.jpg) left top no-repeat;
}

.index .main .index_list .item.active .style02 {
    background: url(../img/index_02_hover.jpg) left top no-repeat;
}

.index .main .index_list .item.active .style03 {
    background: url(../img/index_03_hover.png) left top no-repeat;
}

.index .main .index_list .item .content {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.index .main .index_list .item .content h3 {
    margin: 6.3% 0 0 6%;
    font-size: 26px;
    color: #fff;
}

.index .main .index_list .item .content_box {
    overflow: hidden;
    height: 300px;
    width: 100%;
}

.index .main .index_list .item .content ul {
    width: 80%;
    margin: 4% 0 0 6%;
    position: relative;
    z-index: 101;
}

.index .main .index_list .item .content li {
    float: left;
    background: url(../img/icon_index02.png) left center no-repeat;
    padding-left: 15px;
    width: 120px;
    line-height: 40px;
}

.index .main .index_list .item.item02 .content li,
.index .main .index_list .item.item03 .content li {
    width: 120px;
}

.index .main .index_list .item .content li a {
    color: #fff;
    font-size: 14px;
}


/*问题企业救助*/


/*
.index .main .index_list .item .content li a.question_help{
    z-index: 999;
    position: relative;
    
}
*/

.index .main .index_list .item .content .more {
    position: absolute;
    bottom: 35px;
    right: 140px;
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.index .main .index_list .item .content .more:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*-------------------------------------------------------------------------*/


/*内页公共部分*/


/*-------------------------------------------------------------------------*/

.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}


/*---------内页banner部分-------------*/

.box .inner_banner {
    width: 100%;
    min-width: 1200px;
    height: 235px;
}

.box .inner_banner .inner_box {
    position: relative;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.box .inner_banner .search_box {
    position: absolute;
    height: 235px;
    width: 242px;
    background: url(../img/banner_blockBox.png) no-repeat 0 0;
    /*
	background: rgba(15,106,162,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330f6aa2',endColorstr='#330f6aa2');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#330f6aa2, endColorstr=#330f6aa2)";
*/
    top: 0;
    right: 0;
}

.box .inner_banner .search_box h3 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-top: 75px;
}

.box .inner_banner .search_box .search_con {
    width: 204px;
    height: 34px;
    line-height: 34px;
    margin: 15px auto;
    background: url(../img/search_bg.png) center center no-repeat;
    position: relative;
}

.box .inner_banner .search_box .search_con input {
    border: none;
    background: none;
    width: 150px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 15px;
}

.box .inner_banner .search_box .search_con a {
    display: inline-block;
    background: url(../img/icon_search.png) center center no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 7px;
    right: 15px;
}


/*---------内页内容部分左侧导航-------------*/

.container .inner_menu {
    width: 210px;
    /*border-right: 3px solid #c9bc9a;*/
    font-size: 18px;
    padding: 58px 0 0 0;
}

.container .inner_menu li {
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 0;
    text-align: right;
}

.container .inner_menu li a {
    border-right: 4px solid #b3b3b3;
    padding-right: 16px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.container .inner_menu li:hover a,
.container .inner_menu li.active a {
    border-right: 4px solid #1c7dbf;
    color: #1c7dbf;
    /*font-weight: bold;*/
}


/*---------内页内容部分右侧公用-------------*/

.container .inner_con {
    width: 957px;
    border-left: 3px solid #c9bc9a;
    min-height: 500px;
    padding: 0 0 40px 30px;
    overflow: visible;
}

.container .inner_con .inner_location {
    color: #808080;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #c9bc9a;
}

.container .inner_con .inner_location a {
    color: #808080;
}

.container .inner_con .inner_location span {
    color: #808080;
    padding: 0 6px;
    font-family: "宋体";
}

.container .inner_con .inner_location a:hover {
    border-bottom: 1px solid #808080;
}

.container .inner_con .inner_main {
    margin-top: 18px;
}


/*---------资讯中心-------------*/

.news .news_profile_banner {
    background: url(../img/news_profile_bg.jpg) center center no-repeat;
}

.news .news_one .news_img {
    width: 311px;
}

.news .news_one .one_con {
    margin-left: 311px;
    padding-left: 30px;
}

.news .news_one .one_con h3 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.news .news_one .one_con a,
.news .news_list li a {
    float: left;
    font-size: 18px;
    color: #333333;
}

.news .news_one .one_con span,
.news .news_list li span {
    font-size: 14px;
    color: #757575;
    float: right;
}

.news .news_one .one_con a:hover,
.news .news_list li a:hover {
    color: #1c7dbf;
}

.news .news_one .one_con p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    padding-top: 15px;
}

.news .news_list {
    margin-top: 20px;
    border-top: 0px solid #e5e5e5;
}

.news .news_list li {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}

.news .news_list li a {
    font-size: 16px;
}


/*-------------------------------------------------------------------------*/


/*团队建设*/


/*-------------------------------------------------------------------------*/

.team .inner_con {
    padding-bottom: 90px;
}

.team .team_banner {
    background: url(../img/team_banner.jpg) center center no-repeat;
}

.team .team_text {
    background: #f6f6f6;
    padding: 45px 55px 25px 55px;
}

.team .team_text p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.team .team_list {
    margin-top: 40px;
}

.team .team_list .title span {
    display: block;
    background: url(../img/icon_arrow01.png) left center no-repeat;
    padding-left: 25px;
    font-size: 20px;
    color: #666666;
}

.team .team_list .invite_list,
.team .team_list .mien_list {
    width: 460px;
}

.team .team_list .title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e6e0d1;
    padding-bottom: 8px;
}

.team .team_list .title a {
    display: block;
    background: url(../img/icon_more01.png) right center no-repeat;
    margin-right: 3px;
    width: 50px;
    height: 10px;
    margin-top: 12px;
}

.team .team_list .title a:hover {
    background: url(../img/icon_more01_hover.png) right center no-repeat;
}

.team .team_list .invite_list ul,
.team .team_list .mien_list ul {
    overflow: hidden;
    margin-top: 10px;
}

.team .team_list .invite_list li,
.team .team_list .mien_list li {
    height: 36px;
    line-height: 36px;
    background: url(../img/icon_list01.jpg) left center no-repeat;
    padding-left: 15px;
}

.team .team_list .invite_list li a,
.team .team_list .mien_list li a {
    font-size: 14px;
    color: #666666;
}

.team .team_list .invite_list li span,
.team .team_list .mien_list li span {
    font-size: 14px;
    color: #999999;
}

.team .team_list .invite_list li a:hover,
.team .team_list .mien_list li a:hover {
    color: #1C7DBF;
}

.team .team_list .mien_list li.first_new {
    height: 116px;
    background: none;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 13px;
    line-height: 24px;
}

.team .team_list .mien_list li.first_new .first_con {
    margin-left: 200px;
}

.team .team_list .mien_list li.first_new .first_con span {
    display: block;
    padding-top: 15px;
}


/*-------------------------------------------------------------------------*/


/*团队建设--员工风采*/


/*-------------------------------------------------------------------------*/

.team .mien {
    margin-top: 60px;
    /*
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e0d1;
*/
}

.team .mien .first_con {
    margin-left: 339px;
}

.team .mien .first_con h3 {
    height: 35px;
    line-height: 25px;
}

.team .mien .first_con h3 a {
    display: block;
    font-size: 18px;
    color: #333333;
}

.team .mien .first_con h3 a:hover {
    color: #1C7DBF;
}

.team .mien .first_con h3 span {
    font-size: 14px;
    color: #757575;
    /*
    display: block;
	float: right;
	color: #999999;
    font-size: 14px;
*/
}

.team .mien .first_con p {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.team .mien li {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    /*
    height: 36px;
	line-height: 36px;
	background: url(../img/icon_list01.jpg) left center no-repeat;
	padding-left: 20px;
	font-size: 14px;
	overflow: hidden;
*/
}

.team .mien li a {
    font-size: 16px;
    color: #333333;
    display: block;
    float: left;
    /*
    display: block;
	float: left;
	color: #333333;
*/
}

.team .mien li a:hover {
    color: #1C7DBF;
}

.team .mien li span {
    color: #757575;
    font-size: 14px;
    display: block;
    float: right;
    /*
    display: block;
	float: right;
	color: #999999;
*/
}

.team .mien .first {
    min-height: 182px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    background: none;
    padding-left: 0;
    margin-bottom: 25px;
}


/*-------------------------------------------------------------------------*/


/*团队建设--招聘信息*/


/*-------------------------------------------------------------------------*/

.box .inner_main .common_list ul {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e0d1;
}

.box .inner_main .common_list ul li {
    height: 36px;
    line-height: 36px;
    background: url(../img/icon_list01.jpg) left center no-repeat;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
}

.box .inner_main .common_list ul li a {
    display: block;
    float: left;
    color: #333333;
}

.box .inner_main .common_list ul li a:hover {
    color: #1C7DBF;
}

.box .inner_main .common_list ul li span {
    display: block;
    float: right;
    color: #999999;
}


/*-------------------------------------------------------------------------*/


/*资产推介--招商推介*/


/*-------------------------------------------------------------------------*/

.property .property_banner {
    background: url(../img/property_banner.jpg) center center no-repeat;
}

.property .invest .select {
    padding: 45px 60px;
    background: #f6f6f6;
    font-size: 16px;
    color: #666666;
}

.property .invest .select .name {
    width: 50%;
    float: left;
}

.property .invest .select input {
    width: 245px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d2d2d2;
    padding-left: 10px;
    margin-left: 16px;
    background: #f6f6f6;
}

.property .invest .select .type {
    height: 36px;
    line-height: 36px;
    width: 45%;
    margin-left: 38px;
    float: left;
}

.property .invest .select .type span {
    display: block;
}

.property .invest .select .type_box {
    position: relative;
    width: 260px;
    height: 36px;
    border: 1px solid #D2D2D2;
    float: right;
    cursor: pointer;
    margin-right: 2px;
}

.property .invest .select .type_box .select_title {
    background: url(../img/icon_arrow02.jpg) right top no-repeat;
}

.property .invest .select .type_box .select_title span {
    font-size: 14px;
    color: #666666;
    padding-left: 10px;
}

.property .invest .select .type_box .select_con {
    display: none;
    position: absolute;
    width: 260px;
    left: 0;
    top: 37px;
    background: #fff;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
}

.property .invest .select .type_box .select_con li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    padding-left: 15px;
}

.property .invest .select .type_box .select_con li:hover {
    background: #1C7DBF;
    color: #FFFFFF;
}

.property .invest .select .select02 {
    margin: 28px 0;
    height: 36px;
    line-height: 36px;
}

.property .invest .select .select02 span {
    display: block;
    margin-right: 48px;
}

.property .invest .select .select03 {
    margin-left: 0;
    width: 43%;
}

.property .invest .select .btn_list {
    padding-top: 40px;
    width: 100%;
    overflow: hidden;
}

.property .invest .select .btn_list a {
    display: inline-block;
    width: 154px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
}

.property .invest .select .btn_list a.search {
    background: #1C7DBF;
}

.property .invest .select .btn_list a.all {
    background: #1C7DBF;
    margin-left: 30px;
}

.property .invest .invite_con .con_title {
    height: 48px;
    line-height: 48px;
    background: #1C7DBF;
}

.property .invest .invite_con .con_title span {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}

.property .invest .invite_con .style01 {
    width: 256px;
}

.property .invest .invite_con .style02 {
    width: 122px;
}

.property .invest .invite_con .style03 {
    width: 176px;
}

.property .invest .invite_con .style04 {
    width: 120px;
}

.property .invest .invite_con .style05 {
    width: 160px;
}

.property .invest .invite_con .style06 {
    width: 122px;
}

.property .invest .invite_con li {
    /*height: 92px;*/
    /*line-height: 92px;*/
    overflow: auto;
}

.property .invest .invite_con li.bg01 {
    background: #f6f6f6;
}

.property .invest .invite_con li span {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    /*float: left;*/
    vertical-align: middle;
}

.property .invest .invite_con li span.style01 {
    width: 216px;
    padding: 0 20px;
    line-height: 22px;
}

.property .invest .invite_con li span.style03 {
    width: 176px;
    line-height: 22px;
    padding-top: 20px;
    vertical-align: middle;
}

.property .invest .invite_con li span.pad02 {
    padding-top: 15px;
}

.property .invest .invite_con li span.pad03 {
    padding-top: 25px;
}

.property .invest .invite_con li span.pad01 {
    line-height: 20px;
    padding-top: 22px;
}

.property .invest .invite_con li span.style03 p {
    font-size: 12px;
    color: #999999;
}

.property .inner_con {
    padding-bottom: 100px;
}


/*-------------------------------------------------------------------------*/


/*纪检监察举报*/


/*-------------------------------------------------------------------------*/

.report .container .inner_con,
.info_search .container .inner_con,
.financial .container .inner_con {
    border: none;
    width: 1200px;
    padding: 0 0 40px 0;
}

.report .report_banner {
    background: url(../img/report_banner.jpg) center center no-repeat;
}

.report .report_con {
    padding: 60px 140px;
}

.report .report_con h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.report .report_con .info_con {
    margin-top: 45px;
}

.report .report_con .info_con h3 {
    height: 35px;
    line-height: 35px;
    color: #888888;
    font-size: 16px;
    background: url(../img/icon_arrow06.png) 20px center no-repeat #EAEAEA;
    padding-left: 35px;
}

.report .report_con .info_con .con_text {
    padding: 20px 0;
}

.report .report_con .info_con p {
    line-height: 26px;
    font-size: 14px;
    color: #808080;
    padding-left: 20px;
}

.report .report_con .info_con p.style01 {
    background: url(../img/cirlce.png) 20px center no-repeat;
    line-height: 36px;
}

.report .report_con .info_con p.style01 span {
    font-family: arial;
    padding: 0 15px 0 4px;
}

.report .report_con .info_con .style02 {
    width: 780px;
    padding: 10px 0 0 20px;
    overflow: hidden;
}

.report .report_con .info_con .style02 span {
    display: inline-block;
    background: url(../img/cirlce.png) left center no-repeat;
    height: 26px;
    line-height: 26px;
    padding-left: 4px;
    float: left;
    width: 16px;
    color: #808080;
}

.report .report_con .info_con .style02 p {
    float: left;
    width: 740px;
    padding-left: 10px;
}


/*-------------------------------------------------------------------------*/


/*信息搜索*/


/*-------------------------------------------------------------------------*/

.info_search .inner_con .inner_main {
    width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}

.info_search .inner_main .search_btn {
    width: 650px;
    height: 48px;
    line-height: 48px;
    margin: 80px auto;
    border-radius: 25px;
    border: 2px solid #cccccc;
    position: relative;
}

.info_search .inner_main .search_btn .search {
    width: 475px;
    height: 48px;
    border: none;
    padding-left: 20px;
    font-size: 14px;
    line-height: 48px;
    background: none;
}

.info_search .inner_main .search_btn a {
    display: inline-block;
    background: url(../img/icon_search03.png) right center no-repeat;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.info_search .inner_main .search_list {
    overflow: hidden;
}

.info_search .inner_main .search_list li {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e0d1;
    font-size: 14px;
}

.info_search .inner_main .search_list li a {
    color: #333333;
    display: block;
    float: left;
}

.info_search .inner_main .search_list li a:hover {
    color: #1C7DBF;
}

.info_search .inner_main .search_list li span {
    display: block;
    float: right;
    color: #999999;
}


/*-------------------------------------------------------------------------*/


/*金融资产管理*/


/*-------------------------------------------------------------------------*/

.financial .financial_banner {
    background: url(../img/financial_banner.png) center center no-repeat;
}

.financial .wraper_nav {
    position: relative;
    margin-top: 54px;
    height: 58px;
    background: #dea627;
}

.financial .nav_list {
    width: 1150px;
    margin: auto;
}

.financial .nav_list li {
    float: left;
    width: 164px;
    text-align: center;
    height: 58px;
    background: url(../img/fal_line.png) right center no-repeat;
    cursor: pointer;
}

.financial .nav_list li:hover,
.financial .nav_list li.on {
    background: #ad811d;
}

.financial .nav_list li .inner_nav {
    width: 75px;
    margin: auto;
    padding-top: 8px;
}

.financial .nav_list li p {
    color: #FFFFFF;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}

.financial .nav_list li p span {
    font-size: 24px;
    padding-right: 3px;
}

.financial .nav_list li p.date {
    font-size: 12px;
    text-align: left;
}

.financial .nav_list .owl-buttons .owl-prev {
    background: url(../img/fal_prev.png) left center no-repeat;
    height: 58px;
    width: 8px;
    left: -20px;
    position: absolute;
    top: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 0;
}

.financial .nav_list .owl-buttons .owl-next {
    background: url(../img/fal_next.png) left center no-repeat;
    height: 58px;
    width: 8px;
    right: -40px;
    position: absolute;
    top: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 0;
}

.financial .wraper_con {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    display: none;
}

.financial .wraper_con .img img {
    border: 1px solid #d6d6d6;
    padding: 5px 10px;
    width: 333px;
}

.financial .wraper_con .img a {
    display: block;
    background: #1c7dbf;
    width: 154px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border-radius: 18px;
    font-size: 16px;
    margin-top: 28px;
    margin-left: 95px;
}

.financial .wraper_con .pro_book {
    width: 800px;
}

.financial .wraper_con .pro_book h3 {
    font-size: 20px;
    color: #333333;
    padding: 10px 0 0 0;
}

.financial .wraper_con .pro_book h4 {
    height: 42px;
    background: url(../img/fal_icon.png) 14px center no-repeat #f6f6f6;
    line-height: 42px;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    margin: 28px 0 5px 0;
}

.financial .wraper_con .pro_book p {
    padding-left: 14px;
    line-height: 32px;
    color: #666666;
    font-size: 14px;
}

.financial .wraper_con .pro_book p span {
    font-family: arial;
    color: #8a8a8a;
    font-size: 16px;
    background: url(../img/fal_line1.png) right center no-repeat;
    padding-right: 10px;
    margin-right: 10px;
}

.Business_product_01 .container .inner_menu .let {
    padding: 10px 0;
    height: auto;
}

.Business_product_01 .container .inner_menu .let li {
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 0;
    text-align: right;
}

.Business_product_01 .container .inner_menu .let li a {
    border-right: 4px solid #b3b3b3;
    padding-right: 16px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
}

.Business_product_01 .container .inner_menu .let:hover ul li a {
    color: #595959;
}

.Business_product_01 .container .inner_menu .let ul li.active_2 a {
    border-right: 4px solid #323232;
    color: #323232;
}

.Business_product_01 .container .inner_menu .let ul li:hover a,
Business_product_01 .container .inner_menu .let ul li.active_2 a {
    border-right: 4px solid #323232;
    color: #323232;
}

.Business_product_01 .inner_main .info {
    padding: 30px 30px 0 30px;
}

.Business_product_01 .inner_main .info .info_top {
    height: 34px;
    background: #e6e6e6;
    line-height: 34px;
}

.Business_product_01 .inner_main .info .info_top .s1 {
    display: inline-block;
    background: url(../img/Business_product_topbg.png) no-repeat 0 0;
    width: 149px;
    height: 34px;
    padding-left: 30px;
    color: #fefefe;
    font-size: 16px;
}

.Business_product_01 .inner_main .info .info_top .s2 {
    float: right;
    padding-right: 10px;
}

.Business_product_01 .inner_main .info .info_top .s2:hover {
    color: #1C7DBF;
}

.Business_product_01 .inner_main .info .info_nr {
    padding: 30px 30px 35px 30px;
    background: #f6f6f6;
}

.Business_product_01 .inner_main .info .info_nr p {
    line-height: 24px;
    text-indent: 2em;
    font-size: 14px;
    color: #808080;
}

.Business_product_01 .inner_main .info .info_nr a {
    background: url(../img/Business_product_txtd.png) no-repeat 10px center;
    display: inline-block;
    font-size: 14px;
    color: #575757;
    width: 145px;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    margin: 5px 20px;
}

.Business_product .container .inner_con {
    width: 1200px;
    min-height: 500px;
    padding: 0 0 40px 0;
    overflow: hidden;
    border: none;
}

.Business_product .container .inner_con .info {
    float: left;
    width: 380px;
    padding: 20px 10px;
}

.Business_product .container .inner_con .info .info_top {
    display: inline-block;
    width: 380px;
    height: 29px;
    border-bottom: #e6e0d1 1px solid;
    padding-bottom: 19px;
}

.Business_product .container .inner_con .info .info_top span {
    background: url(../img/Business_product_btn.png) no-repeat 0 center;
    display: inline-block;
    width: 380px;
    padding-left: 20px;
    font-size: 24px;
    color: #1c7dbf;
}

.Business_product .container .inner_con .info img {
    width: 380px;
    height: 216px;
    margin: 25px 0;
}

.Business_product .container .inner_con .info .info_txt {
    float: left;
    width: 380px;
    height: 40px;
    background: url(../img/Business_product_infod.png) no-repeat 0 13px;
    margin-top: 10px;
}

.Business_product .container .inner_con .info .info_txt span {
    display: inline-block;
    width: 360px;
    line-height: 29px;
    margin-left: 20px;
    padding-bottom: 10px;
    border-bottom: #e5e5e5 1px solid;
    font-size: 18px;
    color: #333;
}

.Business_product .container .inner_con .info .info_txt:hover span {
    color: #1c7dbf;
}

.chengyuan,
.chengyuan02 {
    width: 100%;
    padding-left: 32px;
}

.chengyuan li,
.chengyuan02 li {
    width: 125px;
    float: left;
    overflow: hidden;
    margin-right: 35px;
}

.chengyuan li img,
.chengyuan02 li img {
    width: 125px;
    display: block;
    height: 172px;
    padding-top: 10px;
}

.chengyuan li p,
.chengyuan02 li p {
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-bottom: 10px;
}


/*2015-6-24 by smlv增加样式，控制领导成员第二行，居中显示 */

.chengyuan,
.chengyuan03 {
    width: 100%;
    text-align: center;
    padding-left: 105px;
}

.chengyuan li,
.chengyuan03 li {
    width: 125px;
    float: left;
    overflow: hidden;
    margin-right: 35px;
}

.chengyuan li img,
.chengyuan03 li img {
    width: 125px;
    display: block;
    height: 172px;
    padding-top: 10px;
}

.chengyuan li p,
.chengyuan03 li p {
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-bottom: 10px;
}


/******************** */


/*2015-8-21 by smlv增加样式，控制其他领导成员每行显示三人，居中显示 */

.chengyuan,
.chengyuan04 {
    width: 100%;
    text-align: center;
    padding-left: 65px;
}

.chengyuan li,
.chengyuan04 li {
    width: 125px;
    float: left;
    overflow: hidden;
    margin-right: 70px;
}

.chengyuan li img,
.chengyuan04 li img {
    width: 125px;
    display: block;
    height: 172px;
    padding-top: 10px;
}

.chengyuan li p,
.chengyuan04 li p {
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-bottom: 10px;
}


/******************** */

.moban_gywm {
    height: 35px;
    margin-top: 15px;
    border-bottom: 1px solid #bcb394;
    width: 100%;
    background: url(../images/cy_03.png) no-repeat left 5px;
    text-indent: 22px;
    letter-spacing: 1px;
    font-family: "微软雅黑", "宋体";
    font-size: 18px;
}

.moban_gywm a {
    float: right;
    font-size: 12px;
    color: #08335d;
    height: 30px;
    line-height: 30px;
}

.jianjie {
    width: 100%;
    padding: 20px 0px 40px 0px;
    line-height: 23px;
    overflow: hidden;
}

.chengyuan {
    width: 100%;
    padding-left: 32px;
}

.chengyuan li {
    width: 125px;
    float: left;
    overflow: hidden;
    margin-right: 35px;
}

.chengyuan li img {
    width: 125px;
    display: block;
    height: 172px;
    padding-top: 10px;
}

.chengyuan li p {
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-bottom: 10px;
}

.moban_gywm {
    height: 35px;
    margin-top: 15px;
    border-bottom: 1px solid #bcb394;
    width: 100%;
    background: url(../images/cy_03.png) no-repeat left 5px;
    text-indent: 22px;
    letter-spacing: 1px;
    font-family: "微软雅黑", "宋体";
    font-size: 18px;
}

.moban_gywm a {
    float: right;
    font-size: 12px;
    color: #08335d;
    height: 30px;
    line-height: 30px;
}

.jianjie {
    width: 100%;
    padding: 20px 0px 40px 0px;
    line-height: 23px;
    overflow: hidden;
}

.chengyuan {
    width: 100%;
    padding-left: 32px;
}

.chengyuan li {
    width: 125px;
    float: left;
    overflow: hidden;
    margin-right: 35px;
}

.chengyuan li img {
    width: 125px;
    display: block;
    height: 172px;
    padding-top: 10px;
}

.chengyuan li p {
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-bottom: 10px;
}

.z {
    float: left;
}

.y {
    float: right;
}

.info_search .inner_main .search_btn a {
    display: inline-block;
    background: url(../img/icon_search03.png) right center no-repeat;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.info_search .inner_main .search_list {
    overflow: hidden;
}

.info_search .inner_main .search_list li {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e0d1;
    font-size: 14px;
}

.info_search .inner_main .search_list li a {
    color: #333333;
    display: block;
    float: left;
}

.info_search .inner_main .search_list li a:hover {
    color: #1C7DBF;
}

.info_search .inner_main .search_list li span {
    display: block;
    float: right;
    color: #999999;
}


/*-------------------------------------------------------------------------*/


/*金融资产管理*/


/*-------------------------------------------------------------------------*/

.info_search .inner_main .search_btn a {
    display: inline-block;
    background: url(../img/icon_search03.png) right center no-repeat;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.info_search .inner_main .search_list {
    overflow: hidden;
}

.info_search .inner_main .search_list li {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e0d1;
    font-size: 14px;
}

.info_search .inner_main .search_list li a {
    color: #333333;
    display: block;
    float: left;
}

.info_search .inner_main .search_list li a:hover {
    color: #1C7DBF;
}

.info_search .inner_main .search_list li span {
    display: block;
    float: right;
    color: #999999;
}


/*-------------------------------------------------------------------------*/


/*金融资产管理*/


/*-------------------------------------------------------------------------*/

.property .invest .select .btn_list a.search {
    background: #1C7DBF;
}

.property .invest .select .btn_list a.all {
    background: #1C7DBF;
    margin-left: 30px;
}

.property .invest .invite_con .con_title {
    height: 48px;
    line-height: 48px;
    background: #1C7DBF;
}

.property .invest .invite_con .con_title span {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}

.property .invest .invite_con .style01 {
    width: 256px;
}

.property .invest .invite_con .style02 {
    width: 122px;
}