@charset "utf-8";

/* CSS Document */
html {
	height: 100%
}

body {
	font-size: 12px;
	background-color: #f5f5f5;
	color: #666;
	font-family: Arial, sans-serif;
	min-width: 1200px
}

/* 默认字体为14px 常规显示最佳字号   */
body,
h1,
h2,
h3,
h4,
h5,
p,
form,
ul,
li,
ol,
img {
	margin: 0px;
	padding: 0px;
	border: 0px
}

h3{
	font-weight:normal;
}

ul,
li,
ol {
	list-style-type: none
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li,
ol,
img {
	list-style-type: none;
}

a,
a:link {
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

.clearfix {
	clear: both;
}

/*框架样式 */
.row {
	width: 1200px;
	margin: 0px auto;
	/*overflow: hidden;*/
}

[class*="col-"] {
	float: left;
}

.col-1 {
	width: 8.33333333%
}

.col-2 {
	width: 16.66666667%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.3111111%
}

.col-5 {
	width: 41.66666667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333333%
}

.col-8 {
	width: 66.66666667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33333333%
}

.col-11 {
	width: 91.66666667%
}

.col-12 {
	width: 100%
}

.row-box {
	margin: 0px 10px;
}

/*引导页开始*/

/*背景图*/
.homepage-bg {
	background-color: #73b5e7;
	width: 100%;
	height: 100vh;
	position: relative;
}

.home-page {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: url()no-repeat top;
	background-size: 100% auto;
}

/*logo*/
.top-logo {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 0;
}

.top-logo .homepage-logo {
	width: 1200px;
	margin: 0 auto;
}

.top-logo .homepage-logo img {}

/*按钮样式一*/
.homepage_btn {
	width: 430px;
	height: 215px;
	position: absolute;
	left: 37%;
	bottom: 12%;
}

.left-btn,
.right-btn {
	width: 215px;
	height: 215px;
	text-align: center;
}

.left-btn {
	float: left;
	background-color: #2867ce;
	border-radius: 12px 0 0 12px;
}

.ssjr li p {
	color: #666;
	font-size: 12px;
}

.right-btn {
	float: right;
	background: url(../images/btn_bg.png)no-repeat top center;
}

.left-btn a,
.right-btn a {
	display: block;
	padding-top: 30px;
}

.left-btn a img,
.right-btn a img {
	display: block;
	margin: 0 auto;
	width: 75px;
	height: 75px;
}

.left-btn a span,
.right-btn a span {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	border-radius: 30px;
	cursor: pointer;
	margin-top: 30px;
}

.left-btn a span {
	color: #FFFFFF;
	background-color: #2867ce;
	box-shadow: 0 0 22px #034e80
}

.right-btn a span {
	color: #2867ce;
	background-color: #FFFFFF;
	box-shadow: 0 0 22px #326eab;
}

.left-btn a span:hover {
	background-color: #FFFFFF;
	color: #2867ce;
	box-shadow: 0 0 22px #045c96;
}

.right-btn a span:hover {
	background-color: #2867ce;
	color: #FFFFFF;
	box-shadow: 0 0 22px #045c96;
}


/*按钮样式二*/
.homepage_btn02 {
	position: absolute;
	right: 5%;
	bottom: 10%;
}

.left-btn02 {
	float: left;
	text-align: center;
}

.right-btn02 {
	float: right;
	text-align: center;
}

.left-btn02 a span,
.right-btn02 a span {
	display: inline-block;
	width: 130px;
	height: 42px;
	line-height: 42px;
	color: #000;
	font-size: 20px;
	border-radius: 50px;
	cursor: pointer;
	background: url(../images/bg_mask.png)repeat top center;
	margin-left: 10px;
}

.left-btn02 a:hover span,
.right-btn02 a:hover span {
	background-color: #2867ce;
	color: #FFFFFF;
	background-image: none;
}



/*底部*/
.homepage-foot {
	width: 100%;
	background-color: #2b2f32;
	position: fixed;
	bottom: 0;
}

.homepage-foot .copyright {
	width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 5px 0;
}

.homepage-foot .copyright h5,
.homepage-foot .copyright h7 {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px !important;
}

.homepage-foot .copyright h5 {
	margin-top: 5px;
}

/*引导页结束*/





/*轮播图start*/
.top-banner {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.top-banner .pic {
	position: relative;
	z-index: 0;
}

.top-banner .pic img {
	width: 1920px;
	min-height: 425px;
	height: auto;
	display: block;
}

.top-banner .hd {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.top-banner .hd li {
	margin: 0 5px;
	background: url(../images/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.top-banner .hd .on {
	background-position: 0 0;
}

.top-banner .prev,
.top-banner .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -6669px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.top-banner .prev {
	left: 0;
}

.top-banner .next {
	background-position: 0 -90px;
	right: 0;
}

.top-banner .prev:hover,
.top-banner .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}


/*登录*/
.login-po {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

.login-box {
	width: 260px;
	position: absolute;
	top: 0px;
	background-image: url(../images/bg_mask.png);
	border-radius: 0 0 10px 10px;
	z-index: 9;
	right: 0px
}

.close-box {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 15px;
}

.box-items {
	width: 235px;
	height: 35px;
	border: 0px solid #e5e5e5;
	border-radius: 30px;
	margin: 5px 0;
	background-color: #fff;
}

.box-items span {
	width: 149px;
	height: 35px;
	line-height: 35px;
	text-indent: 20px;
	font-size: 14px;
	color: #000000;
	display: inline-block;
}

.box-items button img {
	width: 16px;
	height: 19px;
	vertical-align: middle;
	margin-right: 5px;
}

.box-items button {
	width: 82px;
	height: 35px;
	color: #ffffff;
	border-radius: 30px;
	background-color: #2867ce;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	outline: 0;
	cursor: pointer;
}

.box-items02 {
	width: 100%;
	height: 35px;
	border: 0px solid #e5e5e5;
	border-radius: 23px;
	margin: 10px auto 5px;
	text-align: center;
	background: #fff
}

.box-items02 img {
	width: 20px;
	height: 19px;
	vertical-align: middle;
	margin-right: 10px;
}

.box-items02 .phone-items {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	display: inline;
}

.box-items .phone-items:hover,
.box-items02 .phone-items:hover {
	color: #2867ce;
	cursor: pointer;
}

.icon-open {
	width: 100%;
	text-align: center;
}

.icon-open img {
	margin-top: 5px;
	cursor: pointer
}


.open-box {
	width: 100%;
}

.open-box .tips {
	margin-left: 5%;
	overflow: hidden;
}

.open-box .tips li {
	float: left;
	font-size: 12px;
	color: #666666;
}

.open-box .tips li a {
	font-size: 12px;
	color: #666666;
}

.open-box .tips li a:hover {
	color: #2867ce;
}

.open-box .tips li.clearfix {
	float: unset;
	display: none;
}

.top {
	width: 1200px;
	margin: 20px auto;
}

/*--重要公告--*/
.news-box {
	width: 70%;
	float: left;
}

.news-box .hd {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.news-box .hd .more{
	float: right;
	display: inline;
	overflow: hidden;
}
.news-box .hd .more a {
	font-size: 12px;
	line-height: 50px;
	color: #666;
}

.news-box .hd .more a:hover {
	color: #2867ce;
}

.news-box .hd .more a img {
	margin-left: 5px;
}
.news-box .hd ul{
	height: 52px;
	overflow: hidden;
}
.news-box .hd li {
	font-size: 20px;
	color: #000000;
	float: left;
	margin-right: 40px;
	cursor: pointer;
	font-weight: bold
}

.news-box .hd li.on {
	color: #2867ce;
	font-weight: bold;
	border-bottom: 2px solid #2867ce;
}
.news-switch{
	height: 288px;
	overflow: hidden;
}
.news-switch .news-list {
	width: 100%;
	margin-top: 10px;
}

.news-tit {
	width: 100%;
	height: 36px;
}
.news-tit a{
	display:block;
	overflow: hidden;
}
.news-tit .tit-time {
	width: 5%;
	float: left;
	padding: 2px 0 0 0;
	margin-right: 2%
}

.news-tit .tit-time p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #999;
	line-height: 14px
}

.news-tit .tit-time span {
	font-size: 12px;
	display: block;
	text-align: center;
	color: #666666;
	line-height: 12px
}

.news-tit .news-cont {
	width: 91%;
	float: left;
	font-size: 18px;
}

.news-tit .news-cont h3 {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}

.news-tit .news-cont p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.news-tit:hover {
	background-color: #f5f5f5;
}

.news-list a:hover .news-cont h3,
.news-list a:hover .tit-time p,
.news-list a:hover .tit-time span {
	color: #2867ce;
}




/*富滇动态列表*/
.news-tit02 {
	padding:28px 30px 35px;
	background: #fcfcfc;
	margin-bottom: 30px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}
.news-tit02 a{
	display: block;
	position: relative;
	padding-left: 90px;
}
.news-tit02 .tit-time {
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -30px;
	text-align: center;
}

.news-tit02 .tit-time p {
	font-size: 30px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #666666;
	font-size: 24px;
}

.news-tit02 .tit-time span {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	display: block;
	text-align: center;
	color: #999999;
}

.news-tit02 .news-cont {
	overflow: hidden;
}

.news-tit02 .news-cont h3 {
	font-size: 16px;
	color: #333333;
	height: 42px;
	line-height: 42px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}

.news-tit02 .news-cont p {
	font-size: 14px;
	line-height: 28px;
	min-height: 28px;
	max-height: 56px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.news-tit02:hover {
	background-color: #f5f5f5;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}

.news-list li:last-child {
	/*border-bottom: none;*/
}



/*修改首页新闻列表*/
.news-list03 {
	margin-top: 10px;
}

.news-list03 a li {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	text-indent: 20px;
	margin-top: 5px;
	background: url(../images/dot2.png) no-repeat center left;
	color: #222;
	position: relative;
	padding-right: 15%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list03 a:hover li {
	color: #2867ce;
	background: url(../images/dot3.png) no-repeat center left;
}

.news-list03 li .time {
	font-size: 12px;
	color: #b1b1b1;
	position: absolute;
	top: 0px;
	right: 0px
}


/*富滇党建列表*/
.news-tit03 {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.news-tit03 .tit-time {
	width: 5%;
	float: left;
	padding-top: 5px;
	margin-right: 2%
}

.news-tit03 .tit-time p {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #999;
}

.news-tit03 .tit-time span {
	font-size: 12px;
	display: block;
	text-align: center;
	color: #999;
}

.news-tit03 i {
	float: left;
	width: 200px;
	height: 113px;
	display: inline-block;
	overflow: hidden;
	margin-right: 20px;
}

.news-tit03 i img {
	width: 100%;
	height: 113px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

.news-tit03 .news-cont {
	width: 73%;
	float: left;
	font-size: 22px;
	color: #222222;
}

.news-tit03 .news-cont h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.news-tit03 .news-cont p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.news-tit03:hover {
	background-color: #f5f5f5;
}

.news-tit03:hover i img {
	transform: scale(1.09);
}




/*快捷搜索*/
.top-right-box {
	width: 27%;
	float: right;
}

.search-box {
	width: 320px;
	height: 41px;
	border-radius: 4px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	position: relative;
}

.search-box .icon-search {
	color: #666666;
}

.search-box .icon-search img {
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-left: 10px;
}

.search-box input {
	width: 60%;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	border: none;
	outline: 0;
	background-color: transparent;
	font-size: 14px;
}

.search-box button {
	width: 80px;
	height: 41px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
	background-color: #2867ce;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -1px;
}

.search-box button:hover {
	background-color: #3b80f0;
}

/*实时金融*/
.ssjr {
	margin-top: 10px;
}

.ssjr li {
	float: left;
	width: 106px;
	text-align: center;
	margin-top: 20px;
	line-height: 24px
}

.ssjr li img {
	width: 35px;
	height: 35px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

.ssjr li:hover p {
	color: #2867ce;
}

.ssjr li:hover img {
	transform: scale(1.09);
}

.ssjr li p {
	color: #666;
}

/*富滇金融*/
.fdjr {
	width: 1200px;
	margin: 30px auto 10px auto;
}
.fdjr_title{
	overflow: hidden;
}
.fdjr .tit {
	float: right;
	display: inline;
}

.fdjr .tit li {
	float: left;
	height: 50px;
	margin-left: 40px;
}

.fdjr .tit li span {
	font-size: 18px;
	color: #222222;
	display: inline-block;
	margin-left: 10px;
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	cursor: pointer;
}

.fdjr .tit .on {
	background: url(../images/icon_down02.png) no-repeat 55% 35px;
}

.fdjr .tit .on span {
	color: #fff;
	background-color: #2867ce;
	border: none;
}

.fdjr .tit li:hover {
	background: url(../images/icon_down02.png) no-repeat 55% 35px;
}

.fdjr .tit li:hover span {
	color: #fff;
	background-color: #2867ce;
	border: none;
}
.fdjr_title .title01{
	display: block;
	overflow: hidden;
}

/* 富滇金融滚动 */
.scrollBox {
	width: 100%;
	padding: 10px;
	border-top: 1px solid #fff;
	position: relative;
}

.scrollBox .piclist {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 !important;
}

/* overflow:hidden;  */
.scrollBox .ohbox {
	position: relative;
	width: 1200px;
	left: 60px
}

.scrollBox {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.scrollBox .piclist .items {
	float: left;
	width: 250px !important;
	height: 220px;
	border: 1px solid #e5e5e5;
	margin-right: 20px;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07);
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.scrollBox .piclist .items:hover {
	cursor: pointer;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.scrollBox .piclist .items i {
	width: 226px;
	height: 80px;
	margin: 10px 0;
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

.scrollBox .piclist .items i img {
	width: 100%;
	height: 80px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

.scrollBox .piclist .items:hover i img {
	transform: scale(1.09);
}

.scrollBox .piclist .items .columns {
	margin: 10px auto 0 auto;
}

.scrollBox .piclist .items .columns a {
	color: #666;
}

.scrollBox .piclist .items .columns a:hover {
	color: #2867ce;
}

.scrollBox .piclist .items .columns li {
	float: left;
	margin: 2px 0;
	width: 50%;
}

.scrollBox .pageBtn span {
	background: url(../images/bntBg.png) no-repeat;
	display: block;
	width: 37px;
	height: 59px;
	position: absolute;
	top: 120px;
	cursor: pointer;
	text-indent: -666em;
	overflow: hidden;
}

.scrollBox .pageBtn .prev {
	left: 20px;
	background-position: -11px -84px;
	cursor: pointer
}

.scrollBox .pageBtn .next {
	right: 20px;
	background-position: -53px -84px;
	cursor: pointer
}

.scrollBox .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	margin: 5px 0 0 42%;
}

.scrollBox .pageBtn .list li {
	background: url(../images/bntBg.png);
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	background-position: -86px -57px;
	cursor: pointer;
	margin-left: 10px;
	line-height: 10000px;
	overflow: hidden;
}

.scrollBox .pageBtn .list li.on {
	background-position: -114px -57px
}

/*富滇金融列表*/
.fdjr-box {
	width: 100%;
}

.fdjr-box .fdjr-switch {
	margin-top: 30px;
}

.fdjr-switch .tit {
	width: 100%;
	height: 65px;
}

.fdjr-switch .tit li {
	float: left;
	height: 50px;
	margin: 0 20px;
}

.fdjr-switch .tit li span {
	font-size: 20px;
	color: #222222;
	display: inline-block;
	margin-left: 15px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	cursor: pointer;
}

.fdjr-switch .tit .on {
	background: url(../images/icon_down02.png) no-repeat 55% 40px;
}

.fdjr-switch .tit .on span {
	color: #fff;
	background-color: #2867ce;
	border: none;
}

.fdjr-switch .tit li:hover {
	background: url(../images/icon_down02.png) no-repeat 55% 40px;
}

.fdjr-switch .tit li:hover span {
	color: #fff;
	background-color: #2867ce;
	border: none;
}

.switch-box {
	width: 100%;
	padding: 10px;
	position: relative;
}

.switch-box .business-list {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 !important;
}

.switch-box {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.switch-box .business-list .items {
	float: left;
	width: 250px !important;
	height: 240px;
	border: 1px solid #e5e5e5;
	margin: 0 20px 20px 0;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07);
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.switch-box .business-list .items:hover {
	cursor: pointer;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.switch-box .business-list .items i {
	width: 226px;
	height: 88px;
	margin: 10px auto;
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

.switch-box .business-list .items i img {
	width: 100%;
	height: 88px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

.switch-box .business-list .items:hover i img {
	transform: scale(1.09);
}

.switch-box .business-list .items .columns {
	margin: 20px auto 0 auto;
}

.switch-box .business-list .items .columns a {
	color: #666;
}

.switch-box .business-list .items .columns a:hover {
	color: #2867ce;
}

.switch-box .business-list .items .columns li {
	float: left;
	margin: 2px 0;
	width: 48%;
}

.switch-box .business-list .items .long-title li {
	float: left;
	margin: 2px 0;
	width: 100%;
}

.switch-box .business-list .items .intro-txt {
	padding: 10px 6px 0 6px;
	text-indent: 20px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}




/*理财产品*/
.lccp {
	margin: 0 auto 30px auto;
}

.lccp .title {
	height: 50px;
	line-height: 50px;
}

.lccp .title h3 {
	float: left;
}

.lccp .title .more a {
	float: right;
	font-size: 12px;
	color: #666;
}

.lccp .title .more a:hover {
	color: #2867ce;
}

.lccp .title .more a img {
	margin-left: 5px;
}

.product-list {
	margin-top: 10px;
}

.product-items {
	float: left;
	width: 224px;
	text-align: center;
	margin: 0 8px;
	border: 1px solid #e5e5e5;
	background: url(../images/img_index-10.png) no-repeat top left;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10PX;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.product-items:hover {
	cursor: pointer;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.product-items .product-tit {
	font-size: 16px;
	color: #000000;
	margin: 25px 30px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.product-items h1 {
	font-size: 36px;
	color: #d71010;
	font-weight: normal;
}

.product-items h1 span {
	font-size: 18px;
	color: #333;
	margin-left: 5px;
	font-weight: normal;
}

.product-items h5 {
	font-size: 12px;
	color: #666666;
	margin: 5px 0;
	font-weight: normal;
}

.items-bottom {
	width: 100%;
	height: 60px;
	margin-top: 14px;
	background-color: #f7f7f7;
	border-radius: 0 0 10PX 10PX;
}

.items-bottom li {
	float: left;
	width: 50%;
	padding: 10px 0;
}

.items-bottom h3 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

.items-bottom p {
	line-height: 22px;
	color: #666666;
}




/*银行卡*/
.yhk {
	width: 100%;
	margin: 30px auto 20px auto;
}
.yhk_title{
	overflow: hidden;
}
.yhk_title .title01{
	overflow: hidden;
	display: block;
}
.yhk .tit {
	float: right;
	display: inline;
	height: 50px;
	overflow: hidden;
}

.yhk .tit li {
	float: left;
	height: 50px;
	margin-left: 35px;
}

.yhk .tit li span {
	font-size: 18px;
	color: #000;
	display: inline-block;
	margin-left: 15px;
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	cursor: pointer;
}

.yhk .tit .on {
	background: url(../images/icon_down02.png) no-repeat 60% 35px;
}

.yhk .tit .on span {
	color: #fff;
	background-color: #2867ce;
	border: none;
}

.yhk .tit li:hover {
	background: url(../images/icon_down02.png) no-repeat 60% 35px;
}

.yhk .tit li:hover span {
	color: #fff;
	background-color: #2867ce;
	border: none;
}


/* 银行卡滚动 */
.scrollBox02 {
	width: 100%;
	padding: 10px;
	position: relative;
}

.scrollBox02 .piclist {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 !important;
}

/* overflow:hidden;  */
.scrollBox02 .ohbox {
	position: relative;
	width: 1200px;
	left: 45px
}

.scrollBox02 {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.scrollBox02 .piclist .items02 {
	float: left;
	width: 350px !important;
	height: 145px;
	margin-right: 20px;
	border-radius: 10px;
	padding: 10px;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.scrollBox02 .piclist .items02:hover {
	cursor: pointer;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.scrollBox02 .piclist .items02 .card-name {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.scrollBox02 .piclist .items02 .card-info {
	width: 100%;
	padding: 10px 0;
}

.scrollBox02 .piclist .items02 .card-info i {
	float: left;
	width: 160px;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;
}

.scrollBox02 .piclist .items02 .card-info i img {
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.scrollBox02 .piclist .items02 .card-info p {
	float: right;
	display: inline-block;
	width: 155px;
	line-height: 20px;
	color: #666666;
}

.scrollBox02 .pageBtn span {
	background: url(../images/bntBg.png) no-repeat;
	display: block;
	width: 37px;
	height: 59px;
	position: absolute;
	top: 90px;
	cursor: pointer;
	text-indent: -666em;
	overflow: hidden;
}

.scrollBox02 .pageBtn .prev {
	left: 20px;
	background-position: -11px -84px;
	cursor: pointer
}

.scrollBox02 .pageBtn .next {
	right: 20px;
	background-position: -53px -84px;
	cursor: pointer
}

.scrollBox02 .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 0 42%;
}

.scrollBox02 .pageBtn .list li {
	background: url(../images/bntBg.png);
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	background-position: -86px -57px;
	cursor: pointer;
	margin-left: 10px;
	line-height: 10000px;
	overflow: hidden;
}

.scrollBox02 .pageBtn .list li.on {
	background-position: -114px -57px
}

/*特惠活动*/
.bottom-box {
	margin: 30px auto;
	width: 100%;
	height: 170px;
}

.bottom-left {
	width: 50%;
	height: 170px;
	float: left;
	border-right: 1px solid #e5e5e5;
}

.bottom-left .title04 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold
}

.bottom-left .title04 img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.bottom-left .left01 i,
.bottom-left .left02 i {
	width: 265px;
	height: 80px;
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

.bottom-left .left01 i img,
.bottom-left .left02 i img {
	width: 100%;
	height: 80px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

.bottom-left .left01 i:hover img,
.bottom-left .left02 i:hover img {
	transform: scale(1.09);
}

.bottom-left .left01 a li,
.bottom-left .left02 a li {
	font-size: 12px;
	color: #666666;
	text-indent: 14px;
	margin-top: 15px;
	background: url(../images/dot2.png) no-repeat center left;
}

.bottom-left .left01 a:hover li,
.bottom-left .left02 a:hover li {
	color: #2867ce;
	background: url(../images/dot3.png) no-repeat center left;
}

.bottom-left .left01 {
	float: left;
	margin-right: 30px;
}

.bottom-left .left02 {
	float: left;
}

.bottom-left .left02 a li {
	width: 50%;
	float: left;
}

.bottom-right {
	width: 47%;
	float: right;
}

.bottom-right .right01 {
	width: 48%;
	float: left;
}

.bottom-right .right02 {
	width: 48%;
	float: right;
}

.bottom-right .right01 .title04,
.bottom-right .right02 .title04 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold
}

.bottom-right .right01 .title04 img,
.bottom-right .right02 .title04 img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	vertical-align: middle;
}

.bottom-right .right01 i,
.bottom-right .right02 i {
	width: 265px;
	height: 80px;
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

.bottom-right .right01 i img,
.bottom-right .right02 i img {
	width: 100%;
	height: 80px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

.bottom-right .right01 i:hover img,
.bottom-right .right02 i:hover img {
	transform: scale(1.09);
}

.bottom-right .right01 a li,
.bottom-right .right02 a li {
	font-size: 12px;
	color: #666666;
	text-indent: 20px;
	margin-top: 15px;
	background: url(../images/dot2.png) no-repeat center left;
}

.bottom-right .right01 a:hover li,
.bottom-right .right02 a:hover li {
	color: #2867ce;
	background: url(../images/dot3.png) no-repeat center left;
}

.bottom-right .right01 a li {
	width: 100%;
	float: left;
}

.bottom-right .right02 a li {
	width: 50%;
	float: left;
}


/*业务内容*/
.main {
	width: 100%;
	min-height: 0px;
	border: 0px solid #e5e5e5;
}

.main .main-image {
	position: relative
}

.main .main-image h1 {
	color: #ffffff;
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	left: 5%;
	top: 40%;
}

.main-box {
	width: 1200px;
	margin: 10px auto 30px auto;
	border-bottom: 0px solid #e5e5e5;
	font-size: 14px
}

.main-box h2 {
	width: 100%;
	font-size: 29px;
	color: #222222;
	font-family: '宋体';
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	margin-bottom: 30px
}

.main-box .cont-list {
	padding: 20px 0;
	margin-left: 10px;
	border-bottom: 1px dashed #e5e5e5;
}

.main-box .cont-list h3 {
	font-size: 18px;
	color: #2867ce;
	font-weight: normal;
	margin-bottom: 7px;
}

.main-box .cont-list p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0
}

.main-box table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.main-box table td {
	padding: 5px
}

/*内容页*/
.read-box {
	padding: 0 60px !important;
	margin: 0 auto 10px auto;
	/* border: 1px solid #e5e5e5; */
}

.read-title {
	margin: 30px 0;
	/*padding-bottom: 10px;*/
	/*border-bottom: 1px solid #e5e5e5;*/
}

.read-title h1 {
	text-align: center;
	padding: 0 60px;
	line-height: 40px !important;
	font-size: 29px;
	font-weight: bold;
	font-family: "宋体";
	color: #333333;
}
.read-title h5{
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 0px;
	line-height: 30px;
	padding: 0px 0 10px 0;
	font-weight: normal;
}

.read-title h5 span {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	font-size: 14px;
}

.read-content {
	margin-bottom: 40px;
	color: #555555;
	font-size: 21px;
	line-height: 40px;
	font-family: "仿宋";
}
.read-time{ line-height: 28px; font-size: 16px; padding-bottom: 20px}

/*.read-content p,
.read-accessory p,
.read-time p {
	text-indent: 2em;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}*/

.read-accessory p {
	line-height: 16px;
}

.read-accessory p a {
	font-size: 12px;
	color: #0066cc;
}

.read-content img {
	display: block;
	max-width: 100%;
}

.read-content table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.read-content table td {
	padding: 5px
}
/*个人贷款start*/
.grdkArticle{ padding: 0; border: none; border-bottom: 1px solid #e5e5e5;}
.grdkArticle .read-title{ border-bottom: 1px solid #e5e5e5;}
.grdkArticle .read-title h1{ text-align: left; padding: 0}
.grdkArticle .read-title h5{ text-align: left}
.grdkArticle .read-title h5 span{ margin: 0 20px 0 0}
.grdkArticle .read-content{ font-size: 14px;}
.grdkArticle .read-time{ font-size: 14px;}
/*个人贷款end*/
/*公告内容页*/
.report-box {
	width: 100%;
	min-height: 800px;
}

.source {
	text-align: right;
	margin-top: 30px;
	color: #000000;
}

.source h3 {
	font-size: 18px;
}

.source h5 {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	margin-top: 5px;
}

.accessory-box {
	margin-top: 30px;
	padding: 10px 0;
	background-color: #f5f5f5;
	text-align: left;
}

.accessory-list {
	width: 96%;
	margin: 0 auto;
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
}

.accessory-list:last-child {
	border-bottom: 0px solid #e5e5e5;
}

.accessory-list img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
}

.accessory-list span {
	font-size: 14px;
	color: #000000;
	margin-left: 5px;
}

.accessory-list:hover span {
	color: #2867ce;
	cursor: pointer;
}

.accessory-list .fj-tit {
	color: #2867ce;
	margin-left: 5px;
}

.accessory-list table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.accessory-list table td {
	padding: 5px
}

/*富滇银行卡列表*/
.bankcard-box {
	margin: 30px 0;
}
.bankcard-box ul{
	overflow: hidden;
	margin: 0 -10px;
}
.bankcard-list {
	float: left;
	width: 33.333%;
	padding: 10px 0;
}
.bankcard-list .con{
	margin: 0 10px;
	border-radius: 10px;
	text-align: center;
	padding: 30px;
	height: 400px;
	background-color: #f5f5f5;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.bankcard-list:hover .con{
	cursor: pointer;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.bankcard-list img {
	width: 200px;
	height: 128px;
	border-radius: 5px
}

.bankcard-list h3 {
	border: none;
	font-size: 20px;
	color: #000000;
	height: 60px;
	line-height: 60px;
}

.bankcard-list p {
	font-size: 12px;
	height: 125px;
	text-align: left;
	color: #666;
	overflow: hidden;
}
.bankcard-list a{
	display: block;
	height: 18px;
	text-align: center;
}

.bankcard-list h5 {
	display: inline-block;
	font-size: 12px;
	color: #2867ce;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 23px;
	background-size: 13px;
	vertical-align: middle;
}

.bankcard-list h5 img {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-left: 10px;
}


/*投资理财*/
.main02 {
	width: 100%;
}
.main02 .main-image img{
	display: block;
	width: 100%;
	height: 215px;

}

.main02 .main-image {
	position: relative
}

.main02 .main-image h1 {
	color: #ffffff;
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	left: 5%;
	top: 40%;
}

.search-bar {
	width: 1100px;
	margin: 0 auto;
}

.search-bar .search-box02 {
	width: 450px;
	height: 41px;
	border-radius: 4px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	position: relative;
	margin: 10px auto
}

.search-bar .search-box02 .icon-search {
	color: #666666;
}

.search-bar .search-box02 .icon-search img {
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-left: 10px;
}

.search-bar .search-box02 input {
	width: 70%;
	color: #666666;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	border: none;
	outline: 0;
	background-color: transparent;
}

.search-bar .search-box02 button {
	width: 80px;
	height: 39px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
	background-color: #2867ce;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0px;
	line-height: 39px
}

.search-bar .search-box02 button:hover {
	background-color: #3b80f0;
}

.products-box {
	width: 1200px;
	margin: 0 auto;
	min-height: 800px;
	border: 0px solid #e5e5e5;
}

.products-box .list-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #f5f5f5;
}

.products-box .list-title li {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.products-box .list-title .name {
	width: 30%;
}

.products-list ul {
	margin: 0 0px;
	border-top: 1px solid #e5e5e5;
}

.products-list ul li {
	width: 10%;
	padding: 20px 0;
	float: left;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.products-list ul li.clearfix {
	float: unset;
	padding: 0;
}

.products-list ul .name {
	width: 30%;
	text-align: left;
	padding: 20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-list ul .name h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-list ul .red-data {
	color: #f00404;
}

.products-list ul .data {
	color: #666666;
}

.products-list a:hover ul .red-data {
	color: #666;
}

.products-list ul:hover {
	background: #f5f5f5;
}


/*投资理财内容*/
.products-detail-box {
	width: 100%;
	min-height: 600px;
	border: 1px solid #e5e5e5;
}

.top-box {
	background: url(../images/img_index-10.png) no-repeat top left;
	background-color: #f5f5f5;
}

.products-info {
	margin: 0 30px 30px 30px;
}

.products-info h1 {
	font-size: 22px;
	color: #222222;
	padding: 30px 0 20px 0;
	margin-left: 30px;
}

.products-info li {
	font-size: 14px;
	line-height: 30px;
	float: left;
	width: 50%;
	color: #000000;
	margin-bottom: 5px;
}

.products-info li span,
.products-info .red-data span {
	width: 130px;
	display: inline-block;
	text-align: right;
	color: #666666;
	margin-left: 10px;
}

.products-info .red-data {
	width: 32%;
	font-size: 20px;
	color: #f00404;
}

.products-info .red-data span {
	font-size: 14px;
}

.detail-box {
	margin: 0 30px;
}

.detail-box .products-intro h2 {
	font-size: 20px;
	color: #2867ce;
	margin: 30px 0 20px 0;
}

.detail-box .products-intro p {
	color: #666;
	padding-bottom: 50px;
}

.detail-box .products-intro .btn {}

.detail-box .products-intro .btn a {
	border-radius: 100px;
	padding: 8px;
	width: 150px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #2867ce;
	text-align: center;
	margin: 10px auto
}

.detail-box .products-intro .btn a:hover {
	background-color: #5fa9f3
}

.accessory-box02 {
	width: 98%;
	padding: 10px 0;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

.accessory-box02 img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.accessory-box02 span {
	font-size: 14px;
	color: #000000;
}

.accessory-box02 .fj-tit {
	color: #2867ce;
	margin-left: 5px;
}


/*电子国债*/
.products-box02 {
	width: 1200px;
	margin: 0 auto;
	min-height: 800px;
	border: 0px solid #e5e5e5;
}

.products-box02 .list-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #f5f5f5;
}

.products-box02 .list-title li {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.products-box02 .list-title .long-title {
	width: 17%;
}

.products-box02 .list-title .short {
	width: 8%;
}

.products-box02 .list-title .name {
	width: 20%;
}

.products-box02 .list-title .overmore {
	width: 17%;
}

.products-list02 ul {

	border-top: 1px solid #e5e5e5;
}

.products-list02 ul li {
	width: 10%;
	padding: 30px 0;
	float: left;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.products-list02 ul .name,
.products-list02 ul .name02 {
	width: 20%;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-list02 ul .overmore {
	width: 17%;
}

.products-list02 ul .name {
	padding: 20px 0;
}

.products-list02 ul .name span {

	color: #666666;
	margin-right: 10px;
}

.products-list02 ul .name02 {
	padding: 30px 0;
}

.products-list02 ul .name h3,
.products-list02 ul .name02 h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.products-list02 ul .long-title {
	width: 17%;

}

.products-list02 ul .long-title02 {
	width: 15%;

}

.products-list02 ul .red-data {
	color: #f00404;
}

.products-list02 ul .data {}

.products-list02 ul .short {
	width: 8%;

}

.products-list02 ul:hover {
	color: #f00404;
	background-color: #f5f5f5
}



/*电子国债内容*/
.top-box02 {
	padding: 10px 0 20px 0;
	background: url(../images/img_index-010.png) no-repeat top left;
	background-color: #f5f5f5;
}




/*服务网点*/
.service-box {
	width: 100%;
	min-height: 0px;
	border: 0px solid #e5e5e5;
	overflow: hidden
}

.service-box .bg-image {
	width: 100%;
	height: 210px;
	background: url(../images/banner_service.jpg) no-repeat top center;
}

.service-list {
	margin: 20px 0;
}

.service-list p {
	color: #666666;
}

.service-list p span {
	color: #2867ce;
}

.service-list ul {
	width: 100%;
}

.service-list ul li  {
	width: 50%;
	float: left;
	text-indent: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: #000000;
	background: url(../images/dot2.png) no-repeat center left;
	background-size: 8px 8px;
}

.service-list ul li:hover  {
	color: #2867ce;
	background-image: url(../images/dot3.png);
}

.search-switch {
	width: 580px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}

.search-switch .hd {}

.search-switch .hd li {
	float: left;
	margin: 15px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.search-switch .hd li a {
	font-size: 16px;
	color: #FFFFFF;
}

.search-switch .hd li:hover a {
	color: #2867ce;
}

.search-switch .hd li a.on {
	color: #2867ce;
}

.search-switch .switch-box {
	width: 100%;
}

.search-switch .switch-box .search-box {
	width: 90%;
	margin-top: 5px;
	background-color: #FFFFFF;
}

.search-switch .switch-box .search-box button {
	height: 43px;
}


/*网站地图*/
.map {
	width: 100%;
}

.map .search-bar .search-box {
	margin: 0 auto;
}

.map-box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 6px solid #e5e5e5;
}

.map-box .column-name {
	border-bottom: 1px solid #e5e5e5;
}

.map-box .column-name h2 {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	color: #2f6ccf;
	border-bottom: 2px solid #2867ce;
}


.column-list .left-title {
	float: left;
	width: 85px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	background-color: #2867ce;
	margin: 10px 0
}

.column-list .left-title span {
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	padding-top: 15px;
}

.column-list .long-title span {
	padding-top: 5px;
}

.long-title-list {
	margin-top: 0;
}

.column-list .right-column {
	float: right;
	width: 90%;
	margin: 15px 0
}

.right-column ul {
	width: 50%;
	float: left;
}

.right-column ul .big-tit,
.right-column ul .middle-tit {
	color: #222;
	font-weight: normal;
}

.right-column ul .big-tit {
	font-size: 16px;
	line-height: 30px
}

.right-column ul .middle-tit {
	font-size: 14px;
	line-height: 30px
}

.right-column ul a li {
	float: left;
	margin-right: 38px;
	color: #2867ce;
	padding: 15px 0
}

.dot-line {
	width: 100%;
	border-bottom: 1px dotted #e5e5e5;
}

.map .search {
	min-height: 600px;
}

.map .search p {
	padding: 20px 0
}

.map .search span {
	color: #2867ce
}

.map .search ul {
	width: 100%;
	border-top: 1px dotted #e5e5e5;
}

.map .search ul li {
	float: left;
	width: 100%;
	color: #2867ce;
	padding: 15px 0;
	border-bottom: 1px dotted #e5e5e5;
}


/*网点-公司金融*/
.right-column02 {
	float: right;
	width: 90%;
}

.right-column02 ul {
	width: 100%;
	float: left;
	padding: 25px 0;
}

.right-column02 ul .big-tit,
.right-column ul .middle-tit {
	color: #666;
	font-weight: normal;
}

.right-column02 ul .big-tit {
	font-size: 18px;
}

.right-column02 ul .middle-tit {
	font-size: 14px;
}

.right-column02 ul a li {
	float: left;
	margin-right: 38px;
	color: #2867ce;
}


/*外汇牌价等表格样式*/
.foreign {
	width: 92%;
	margin: 0 auto;
}

.foreign table {
	width: 100%;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	margin: 10px auto 30px auto;
	text-align: center
}

.foreign table td {
	font-size: 16px;
	color: #222222;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 1%;
	width: 11%
}

.foreign table .tit {
	font-weight: bold;
	background-color: #f5f5f5;
	color: #222222;
}

.foreign h3 {
	text-align: center;
	margin: 10px 0
}

.foreign p {
	text-align: right;
	margin: 10px 0
}

.foreign h5 {
	font-weight: normal;
	text-align: right;
	color: #666;
	margin: 10px 0
}

.foreign li {
	margin: 5px 0;
	color: #666666
}

.foreign h2 {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	color: #2867ce;
}

.foreign h4 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.foreign img {
	max-width: 650px;
}

.tips-box {
	width: 92%;
	margin: 0 auto;
}

.tips-box b {
	color: #222222;
	font-size: 16px;
}

.tips-box ul li {
	color: #666666;
}

.td-tit {
	font-weight: bold;
}


.nav .sub {
	display: none;
	width: 840px;
	position: absolute;
	left: 360px;
	top: 33px;
	border-top: 0;
	background-color: rgba(40, 103, 206, 0.85);
}

.nav .sub .divbox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.nav .sub .m02 {
	width: auto;
	padding: 0 12px !important;
	margin-left: 0 !important;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.nav .sub .m02 a {
	display: block;
	background-color: rgba(40, 103, 206, 0) !important;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
}

.nav .sub .m02 a:hover {
	font-size: 16px;
	background-color: rgba(40, 103, 206, 0) !important;
	color: #FFFFFF;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}

.nav .sub .m02 .m03 a {
	display: block;
	text-align: left;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border-bottom: 0px
}

.nav .sub .m02 .m03 a:hover {
	font-size: 16px;
	color: #FFFFFF;
}


.sub02 {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 840px;
	background-color: rgba(40, 103, 206, 0.85) !important;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.nav .sub .m02 .m03 {
	width: auto;
	padding: 0 12px !important;
	height: 45px !important;
}

.leftimg {
	width: 22px;
	height: 35px;
	position: absolute;
	top: 120px;
	left: -60px;
	cursor: pointer;
}

.leftimg img {
	width: 100%;
	height: 100%;
}

.rightimg {
	width: 22px;
	height: 35px;
	position: absolute;
	top: 120px;
	right: 80px;
	cursor: pointer;
}

.rightimg img {
	width: 100%;
	height: 100%;
}

.leftyhkimg {
	cursor: pointer;
	width: 22px;
	height: 35px;
	position: absolute;
	top: 80px;
	left: -50px;
}

.leftyhkimg img {
	width: 100%;
	height: 100%;
}

.rightyhkimg {
	cursor: pointer;
	width: 22px;
	height: 35px;
	position: absolute;
	top: 80px;
	right: 54px;
}

.rightyhkimg img {
	width: 100%;
	height: 100%;
}


/*意见建议*/
.main-box02 {
	width: 1030px;
	margin: 50px auto 30px auto;
}

.main-box02 h2 {
	width: 70%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #222222;
	font-weight: normal;
}

.advice-box {
	width: 70%;
	margin: 0 auto;
}

.advice-box h3 {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	margin: 10px 0 20px 0
}

.advice-box input {
	width: 100%;
	font-size: 16px;
	display: block;
	background-color: #f4f4f4;
	height: 42px;
	margin-bottom: 20px;
	padding-left: 10px;
	color: #666;
	border-radius: 2px;
	border: none;
	outline: none;
}

.textarea {
	width: 100%;
	font-size: 16px;
	min-height: 200px;
	padding: 10px;
	background-color: #f4f4f4;
	border-radius: 2px;
	border: none;
	outline: none;
}

.submit {
	width: 30%;
	font-size: 16px;
	border-radius: 2px;
	background-color: #2867ce;
	height: 42px;
	display: block;
	margin-top: 10px;
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	transition-duration: .8s;
	-moz-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
}

.submit:hover {
	background-color: #2867ce;
	box-shadow: 0 0 10px #3b80f0
}

.fullSlide {
	width: 100%;
	min-width: 1200px;
	height: 300px;
	position: relative
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 300px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 300px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 20px;
	height: 8px;
	margin: 2px;
	background: url(../images/tg_flash_p.png) -60px 0;
	overflow: hidden;
}

.fullSlide .hd ul .on {
	background-position: 0 0;
}

/* 顶部导航最新版调整样式 */
.head .nav .newul {
	margin-top: 8px !important;
}

.head .right-switch {
	line-height: 48px !important;
	margin-top: 8px !important;
}

.xinzengcss {
	background-color: rgba(40, 103, 206, 0.85) !important;
}

.xinzengcss a {
	color: #FFFFFF !important;
}

.xinzengcss a:hover {
	color: #FFFFFF !important;
}
.digg a.current {
	 padding: 10px 15px;
	 margin: 0 0 0 8px;
	 color: #fff;
	 font-weight: bold;
	 background-color: #2867ce;
}

.clear{ clear: both; height: 0}
.search-fxgg{overflow: hidden;background: #f2f2f2;float: right;display: inline;margin-top: 20px;}
.search-fxggInput{width:268px;z-index:0; float: left; display: inline;}
.search-fxggInput input{width:100%;padding: 0 16px;box-sizing: border-box;-webkit-box-sizing: border-box;height:40px;line-height: 40px;background:none;border:none; outline: none;}
.search-fxggInput input input::-webkit-input-placeholder {color: #666666; /* placeholder颜色  */font-size:14px; /* placeholder字体大小  */text-align: left; /* placeholder位置  */}
.search-fxggBtn{float: left; display: inline; width: 38px;height:40px;overflow: hidden;background: url(../images/search-fxgg.png) no-repeat center center;position: relative;}
.search-fxggBtn:before {display: block;position: absolute;content: '';left: 0;top: 50%;margin-top: -10px;width: 1px;height: 20px;background-color: #d7d7d7;}

/* 首页新证书浮框样式 start */
.certificateBox{
	position: fixed;
	width: 100%;
	height: 0;
	left: 0;
	top: 580px;
	z-index: 8;
}
/* .certificateBox .wrap{
	position: relative;
	width: 1200px;
	margin: 0 auto;
} */
.certificate{
	position: fixed;
	right: 100px;
	/*margin-left: 150px;*/
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.08);
	width: 130px;
	padding: 10px 0;
	top: 50%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
}
.certificate dd{
	margin-left: 0;
	padding: 5px 10px;
	text-align: center;
	position: relative;
}
.certificate dd .con{
	position: relative;
}
.certificate dd .picIcon span{
	display: block;
	width: 60px;
	height: 40px;
	background-color:#5380e2 ;
	border-radius: 40px;
	margin: 0 auto;
	transition: .4s;
	-webkit-transition: .4s;
	background-position: center center;
	background-repeat: no-repeat;
}
.certificate dd .picIcon em{
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.certificate dd:hover .picIcon span{
	background-color: #3f54d1;
}
.certificate dd .picBox{
	position: absolute;
	left: -240px;
	top: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	-webkit-transition: .4s;
	z-index: -1;
}
.certificate dd .picBoxC{
	background: #fff;
	padding: 15px 15px 5px;
	box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin-right: 20px;
	position: relative;
}
.certificate dd .picBoxC::after{
	display: block;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: -7px;
	top: 50%;
	margin-top: -8px;
	background: #fff;
	z-index: 2;
}
.certificate dd .picBox .pic{
	width: 170px;
	position: relative;
}
.certificate dd .picBox .pic::before{
	display: block;
	content: '';
	padding-top: 75%;
}
.certificate dd .picBox .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.certificate dd .picBox .text{
	font-size: 14px;
	color: #666;
	line-height: 36px;
}
.certificate dd:hover .picBox,
.certificate dd.active .picBox{
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.certificate dd.dd1 .picBox{
	top: -15px;
}
.certificate dd.dd2 .picBox{
	top:-95px;
}
@media (max-width: 1680px) {
	.certificate{right: 50px;}
}
@media (max-width: 1550px) {
	.certificate{right: 5px;}
}
/* 首页新证书浮框样式 end */