﻿@charset "utf-8";
/* CSS Document 
html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
body{background-color:#fff;font-family:"微软雅黑";-webkit-text-size-adjust:none;width:7.5rem;margin:0 auto;padding:0;overflow-x:hidden;font-size: 16px;}
p,form,table,tr,td,input,select,textarea {margin:0px;padding:0px;}
table{margin-top: 0.01rem;border-right:0.01rem solid #000;border-bottom: 0.01rem solid #000;} 
table td,table th{border-left:0.01rem solid #000;border-top: 0.01rem solid #000;} 
img{border:0;max-width:100%;}
ul,li,ol{list-style:none;margin:0;padding:0;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;}
a {blr:expression(this.onFocus=this.blur())}
a:focus {outline:0;}
input::input-placeholder {
    color: #bdbdbd;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}

/* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} */

.grid {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.row {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.body{background-color:#eee;}
.l{float:left;}
.r{float:right;}
.both{clear:both;}
.none{display:none;}
.height0{height:0;overflow:hidden;}
.valign-middle{vertical-align:middle;}
.aligncenter{text-align:center;}
.width90per{width:90%;}
.widthmax{width:7.5rem;}
.margincenter{margin:0 auto;}

.width308{width:308px;}
.width120{width:120px;}
.width135{width:135px;}
.width145{width:145px;}
.width85{width:85px;}
.height25{height:25px;}
.height35{height:35px;}
.height37{height:37px;}
.height200{height:200px;}
.height266{height:266px;}
.bordergray{border:1px solid #E1E1E1;}
.hobo{font-family:"Hobo Std";}
.hoboyellow{font-family:"Hobo Std";color:#ff7400;}
.cred{color:#f00;}
.corange{color:#df5610;}
.font14{font-size:14px;}
.c1880d6{color:#1880d6;}
.cfe5d2d{color:#fe5d2d;}
.c39a22f{color:#39a22f;}
.cf23e30{color:#f23e30;}
.padl45{padding-left:45px;}
.redbg{background-color:#f00;}
.whitebg{background-color:#fff;}
.inputbg{background-color:#e4f3ff;}
.inputborder{border:1px solid #a2b4c2;}
.jobinputbg{background-color:#dcecf6;}
.jobinputborder{border:1px solid #94a9b5;}
.red{color:#f00;}
.mt10{ margin-top: 0.1rem;}
.mb10{ margin-bottom: 0.1rem;}
.mt0{margin-top:0;}
.mr0{margin-right:0;}
.fbold{font-weight:bold;}
.mainwidth{width:7.18rem;overflow:hidden;}
.mainwidth2{width:7.18rem;}
.vertical-line{width:1px;height:18px;overflow:hidden;background-color:#bfbfbf;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

/*Public*/
.banner{background:center top no-repeat;height:2.34rem;}
.title { background: #104889;height: 0.71rem;line-height: 0.71rem;color: #fff;}
.title .l { font-size: 30px;font-size: 0.3rem;margin-left: 0.55rem; }
.title .r { font-size: 20px;font-size: 0.2rem;margin-right: 0.51rem; }

.d { color: #cccccc;font-size: 16px;font-size: 0.16rem;font-weight: bold; }

.more { border: 0.01rem solid #00488a;font-size: 20px;font-size: 0.2rem;color: #00488a;height: 0.51rem;line-height: 0.51rem;text-align: center;display: block; margin-top: 0.1rem;}

.page{display:inline-block;margin:20px auto;}
.page li{display:inline;}
.page li a{font-size:12px;position: relative;float: left;padding: 6px 12px;margin-left: -1px;margin-right:10px;line-height: 1.42857143;color:#999;text-decoration: none;background-color: #fff;border: 1px solid #ebebeb;}
.page li.active a,.page li a:hover{color: #fff;background-color: #154885;border-color: #154885;}
.page li.active a{cursor: default;}
.page li.disabled a,.page li.disabled a:hover{cursor: not-allowed;background-color:#ebebeb;border-color:#ebebeb;color:#999;}
/*End Public*/

/*Header*/
.header{height:1.04rem;margin:0 auto;}
.logo{margin-top:0.25rem;margin-left:0.4rem;}
.logo img.ilogo{width:2.02rem;}
.nav-menu{margin-top:0.36rem;margin-right:0.4rem;}
.nav-menu img{width:0.48rem;}

.menu{position:absolute;z-index:2;top:1.04rem;background-color:#fff;border-top:0.01rem solid #ccc;}
.menu span,.menu a{font-size:24px;font-size:0.24rem;color:#333;display:inline-block;}
.menu div{height:0.65rem;line-height:0.65rem;}
.nav-parent{color:#333;border-bottom:0.01rem solid #ccc;padding-left:1rem;clear:both;}
.nav-list{margin-left:0.4rem;}
.menu .text{float:left;}
.menu .zd{float:right;width:0.42rem;text-align:center;margin-right:0.4rem;font-family:PingFangSC;}
/*End Header*/

/*Footer*/
.footer{background-color:#eee;padding:0.3rem 0;text-align:center;}
.footer-logo img{width:1.32rem;}

.copyright{font-size:14px;font-size:0.14rem;color:#ccc;}
.copyright-text{margin:0.16rem auto;}
.copyright-icp a{color:#ccc;}
/*End Footer*/

/*fullSlide*/
.swiper-container {width: 100%;height: 4.32rem;}
.swiper-slide {text-align: center;}
.swiper-slide img{width:7.5rem;}
/*End fullSlide */

/*Quick*/
.quick{height:2.45rem;display:-webkit-flex; display: flex; margin:0 0.01rem;background-color:#fff;}
.quick .index-quick{-webkit-flex:1; flex:1; width:2rem;text-align:center;margin:0.3rem 0.25rem 0;}
.index-quick-img{height:0.71rem;line-height:0.71rem;justify-content:center;/*子元素水平居中*/align-items:center;/*子元素垂直居中*/display:-webkit-flex;}
.index-quick-img img{width:0.58rem;}
.quick .index-quick-title{margin-top:0.2rem;color:#00488a;font-size: 20px;font-size:0.2rem;font-weight:bold;}
.quick .index-quick-title a{color:#00488a;font-size: 20px;font-size:0.2rem;font-weight:bold;}
.quick .index-quick-content{color:#00488a;font-size: 14px;font-size:0.14rem;margin-top:0.16rem;}
/*End Quick*/

/*News*/
.news{background-color: #fff;margin-top:0.15rem;padding: 0.26rem;}
.news2 {background-color: #fff;padding: 0.26rem;padding-top: 0;}
.news-sx { display: inline-block;width: 0.03rem;height: 0.2rem;background-color: #00488a;margin-right: 0.1rem;margin-top: 0.04rem;}
.news-text{ color: #00488a;font-size: 20px;font-size: 0.2rem;}
.news-list ul li{display: block;font-size: 16px;font-size:0.16rem;color:#333;height: 0.59rem;line-height: 0.59rem;border-bottom: 0.01rem dashed #ccc;}
.news-list ul li:last-child { border-bottom: none;}
.news-list ul li a{color:#333;}
.news-list ul li a:hover{color:#00488a;}
.news-list ul li span{display:inline-block;float: right;font-size: 14px;font-size: 0.14rem;color:#ccc;}
.guide{ margin-top: 0.2rem;}
.guide img{ width: 2.34rem;margin-right:0.08rem;}
.guide .l:last-child img{margin-right:0}
/*End News*/

/*Notice*/
.notice{background-color: #fff;margin-top:0.15rem;padding-bottom: 0.26rem;float: left;}
.notice-nav{border-bottom:0.01rem solid #e4e4e4;height: 0.58rem;line-height: 0.58rem;padding-left: 0.71rem;}
.notice-nav a{ float: left;display: inline-block;width: 1rem;margin-right: 1.4rem;}
.notice-nav a:last-child{ margin-right: 0;}
.notice-nav a span{display:block;text-align:center;}
.notice-nav a span.notice-nav-zh{font-size: 20px;font-size:0.2rem;color:#333;}
.notice-nav a span.notice-nav-hx{background-color:#e4e4e4;width:0.87rem;height: 0.07rem;margin:0 auto;}
.notice-nav a.on span,.notice .notice-nav a:hover span{color:#00488a;}
.notice-nav a.on span.notice-nav-hx,.notice .notice-nav a:hover span.notice-nav-hx{background-color:#00488a;}

.notice-list{ margin-top: 0.31rem;margin-left: 0.26rem;margin-right: 0.26rem;}
.notice-list ul li{float:left;height:1.21rem;margin-bottom: 0.11rem;}
.notice-list ul li .notice-date{width:1.05rem;background-color:#ccc;color:#fffefe;text-align:center;height:1.19rem;border:0.01rem solid #ccc;border-right:none;}
.notice-list ul li .notice-date span{display:block;}
.notice-list ul li .notice-date .notice-date-day{font-size: 50px;font-size: 0.5rem;margin-top: 0.15rem;}
.notice-list ul li .notice-date .notice-date-month{font-size:0.14rem;}
.notice-list ul li .notice-content{width: 5.56rem;border:0.01rem solid #f5f5f5;border-left:none;height:1.19rem;}
.notice-list ul li.notice-list-dark .notice-content{border:0.01rem solid #ededed;border-left:none;background-color:#ededed;}
.notice-list ul li .notice-content span{display:block;margin-left: 0.22rem;margin-right: 0.22rem;}
.notice-list ul li .notice-content .notice-title{font-size: 20px;font-size:0.2rem;color:#333;margin-top:0.22rem;}
.notice-list ul li .notice-content .notice-summary{font-size: 14px;font-size: 0.14rem;color:#999;line-height:0.2rem;}
.notice-list ul li a.on .notice-date,.notice .notice-list ul li a:hover .notice-date{background-color:#154885;border:0.01rem solid #154885;border-right:none;}
.notice-list ul li a.on .notice-content,.notice .notice-list ul li a:hover .notice-content {border:0.01rem solid #ededed;border-left:none;background-color:#ededed;}
.notice-list a.more { margin-top: 0.2rem;}
/*End Notice*/

/*Mix*/
.company-news{background-color:#fff;margin-top: 0.13rem;padding: 0.15rem 0.26rem;}
.company-news.pt0 { padding-top: 0;}
.company-news.pb0 { padding-bottom: 0;}
.company-news-title{height:0.2rem;line-height: 0.2rem;}
.company-news-title span{display:inline-block;}
.company-news-title span.company-news-sx{background-color:#00488a;width:0.03rem;height:0.2rem;}
.company-news-title span.company-news-column{color:#00488a;font-size: 20px;font-size: 0.2rem;margin-left:0.1rem;}
.company-news-title span.company-news-more a{color:#00488a;font-size: 14px;font-size:0.14rem;}
.company-search {padding:0 0.26rem 0.26rem;float: left;background-color: #fff;width: 6.66rem;}
.company-search input[type=text]{ height: 0.25rem;line-height: 0.25rem;width: 5rem;-webkit-appearance:none;border-radius:0;border: 0.01rem solid #d9d9d9;font-size: 16px;font-size: 0.16rem;float:left;}
.company-search img{ width: 0.27rem;height: 0.27rem;float:left;}
.company-content{padding:0 0.26rem;float: left;background-color: #fff;width: 6.66rem;}
.company-content table{margin-top: 0.01rem;border-right:0.01rem solid #000;border-bottom: 0.01rem solid #000;} 
.company-content table td{border-left:0.01rem solid #000;border-top: 0.01rem solid #000;} 
/*End Mix*/

/*Goods*/
.goods-nav{padding-left: 0.06rem;}
.goods-nav a{float:left;display:inline-block;width:1.43rem;height:0.33rem;line-height:0.33rem;text-align:center;font-size: 16px;font-size:0.16rem;color:#666;background-color:#eeeff0;margin-right:0.27rem;}
.goods-nav a:last-child{margin-right:0;}
.goods-nav a .nav-sj{height:0;}
.goods-nav a.on,.goods-nav a:hover{background-color:#154885;color:#fff;}
.goods-nav a.on .nav-sj,.goods-nav a:hover .nav-sj{width:0;height:0;border-right: 0.1rem solid transparent;border-left:0.1rem solid transparent;border-top:0.1rem solid #154885;margin:0 auto;}
.goods-content{margin-top:0.3rem;}
.goods-content ul li{float:left;width:3.1rem;height:0.87rem;margin-right: 0.4rem;margin-bottom:0.15rem;padding-bottom:0.15rem;border-bottom:0.01rem solid #f2f2f2;}
.goods-content ul li:nth-child(even){margin-right:0;}
.goods-content ul li a.on .goods-date,.goods-content ul li a:hover .goods-date{background-color:#154885;}
.goods-date{color:#fffefe;width:0.61rem;height:100%;background-color:#ccc;text-align:center;}
.goods-date span{display:block;}
.goods-date-day{font-size: 35px;font-size:0.35rem;margin-top:0.12rem;}
.goods-date-month{font-size: 10px;font-size:0.1rem;}
.goods-content-title{margin-left:0.18rem;width:2.3rem;}
.goods-content-text{font-size: 14px;font-size:0.14rem;color:#333;line-height:200%;margin-top:0.1rem;display:block;}
.goods-hx{display:block;width:0.36rem;height:0.04rem;background-color:#ccc;margin-top:0.05rem;}
/*End Goods*/

/*Finance*/
.finance-list{margin:0.15rem 0;}
.finance-list ul {padding: 0 0.1rem;}
.finance-list ul li{display:block;padding-bottom:0.2rem;margin-bottom:0.2rem;border-bottom: 0.01rem dashed #ccc;}
.finance-list ul li span{display:block;}
.finance-list-title{font-size: 20px;font-size:0.2rem;color:#333;margin-bottom:0.1rem;}
.finance-list-date{font-size: 14px;font-size:0.14rem;color:#ccc;margin-top:0.09rem;}
.finance-list-summary{font-size: 14px;font-size:0.14rem;color:#ccc;}
/*End Finance*/

/*Option*/
.option-list{margin:0 0 0.15rem;}
.option-list ul {padding: 0 0.1rem;margin-bottom: 0.15rem;}
.option-list ul li{display: block;height:0.6rem;line-height:0.6rem;font-size: 14px;font-size:0.14rem;color:#ccc;border-bottom:0.01rem dashed #ccc;}
.option-list ul li:last-child{border-bottom:none;}
.option-list ul li a{color:#333;margin-left:0.01rem;}
.option-list ul li span { display: inline-block;}
.option-list ul li span.option-d{float:left;margin-left:0.1rem;margin-right:0.1rem;}
.option-list ul li span.option-text{float:left;}
/*End Option*/

/*Activity*/
.activity-banner{background:center top no-repeat;height:269px;}

.leftnav{width:277px;}

.leftnav-top{height:90px;margin-top:-90px;}
.leftnav-x{background-color:#003366; height:7px;margin-bottom:5px;}
.leftnav-title{background-color:#003366;height:81px;color:#fff;padding-top:20px;padding-left:17px;}
.leftnav-en{font-size:22px;font-weight:bold;}
.leftnav-zh{font-size:30px;}
.leftnav-bottom{background-color:#f6f7f9;padding:10px 0;}
.leftnav-menu{font-size:16px;padding-left:19px;padding-right:19px;}
.leftnav-parent{color:#333;border-bottom:1px solid #e6e6e8;padding-left:20px;height:50px;line-height:50px;}
.leftnav-parent a{color:#333;}
.leftnav-parent a:hover{color:#003366;}
.leftnav-list{color:#333;margin-left:19px;}
.leftnav-list a{color:#333;}
.leftnav-list a:hover{color:#003366;}
.leftnav-list ul li{padding-left:55px;border-bottom:1px solid #e6e6e8;height:50px;line-height:50px;}
.leftnav-list span{display:inline-block;}
.zd{margin-right:16px;width:12px;display:inline-block;text-align:center;}
.leftnav-guide{margin-top:20px;text-align:center;}
.leftnav-guide-mobile{margin-top:8px;text-align:center;}

.rightcontent{width:900px;}
.rightcontent1200{width:1200px;}
.content-top{margin-top:20px;height:30px;border-bottom:1px solid #ebebeb;}
.congtent-text{font-size:20px;color:#000;float:left;margin-left:15px;}
.content-more{float:right;margin-top:6px;}
.content-more a{font-size:14px;color:#000;}
.content-nav{clear:both;height:44px;line-height:44px;border-bottom:1px solid #ebebeb;padding-left:80px;}
.content-nav a{display:inline-block;text-align:center;color:#c3bdbd;font-size:16px;width:80px;margin:0 120px 0 0;}
.content-nav a.on,.content-nav a:hover{color:#003366;border-bottom:2px solid #003366;height:42px;}
.content-list{margin-top:17px;}
.content-list ul li{width:275px;height:336px;float:left;padding:9px;background-color:#f2f2f2;margin-right:10px;margin-bottom:19px;}
.content-list ul li:nth-child(3n+3){margin-right:0;}
.content-img{position:relative;height:135px;}
.content-img span{position:absolute;display:block;right:0;top:0;background-color:#e03622;color:#fff;font-size:14px;width:46px;height:40px;text-align:center;padding:2px 10px 0;}
.content-details{background-color:#fff;height:187px;padding-top:15px;}
.content-title{margin-bottom:15px;}
.content-left{font-size:12px;color:#999;width:50px;display:inline-block;vertical-align: top;margin:0 15px;}
.content-right{font-size:12px;color:#333;width:190px;display:inline-block;}
.content-date{margin-bottom:15px;}
.content-summary{margin-bottom:15px;}
.content-button{text-align:center;}
.content-button a{width:115px;height:30px;line-height:30px;color:#003366;border:1px solid #003366;background-color:#fff;display:inline-block;}
.content-button a:hover{background-color:#154885;color:#fff;border:1px solide #154885;}
.pagination{text-align: center;}
/*End Activity*/

/*Buyed*/

.buyed-nav{background-color:#00488a;color:#fff;font-size:18px;font-size:0.18rem;margin-top: 0.24rem;}
.buyed-nav-top,.buyed-nav-bottom { height: 0.47rem;line-height: 0.47rem;}
.buyed-nav span{display:inline-block;}
.buyed-sx{background-color:#fff;width:0.03rem;height:0.24rem;margin-left:0.24rem;margin-top:0.1rem;}
.buyed-guest{margin-left:0.1rem;}
.buyed-level{margin-left:0.37rem;}
.buyed-date{margin-right:0.36rem;}

.buyed-title{background: #00488a;width: 1.55rem;height:0.35rem;line-height:0.35rem;color:#fff;font-size:16px;font-size:0.16rem;text-align: center;}
.buyed-list { padding-bottom: 0.15rem;}
.buyed-list span { display: inline-block;}
.buyed-list ul li a{ font-size: 16px;font-size: 0.16rem; height: 0.38rem;line-height: 0.38rem;}
.buyed-list .text{ font-size: 16px;font-size: 0.16rem; color: #333; margin-left: 0.15rem;}
.buyed-list .date{ font-size: 16px;font-size: 0.16rem; color: #858585; float: right;}

.buyed-right-thead{color:#858585;font-size:14px;font-size:0.14rem;height:0.43rem;line-height:0.43rem;background: #f2f2f2;}
.buyed-right-thead span{display:inline-block;text-align:center;float:left;}
.buyed-right-date{width:1.1rem;}
.buyed-right-networth{width:1rem;}
.buyed-right-remarks{width:4.4rem;}
.buyed-right-list{clear:both;padding-bottom: 0.15rem;margin-top: 0.1rem;}
.buyed-right-list ul li{font-size:14px;font-size: 0.14rem;color:#333;height:0.4rem;line-height:0.4rem;}
.buyed-right-list ul li a{color:#333;}
.buyed-right-list ul li span{display:inline-block;text-align:center;float:left;}
.buyed-right-list ul li span.buyed-right-remarks { text-align: left;font-size: 16px;font-size: 0.16rem;}
.buyed-right-list ul li span.buyed-right-date{color:#858585;}
/*End Buyed*/

/*Economy*/

.economy-banner{background:center top no-repeat;height:269px;}

.rank-list{}
.rank-list li{height:50px;line-height:50px;margin-bottom:10px;}
.rank-list li span{display:inline-block;}
.rank-img{border:3px solid #eaeaea;}
.rank-text{font-size:18px;color:#333;margin-left:20px;}
.rank-date{font-size:14px;color:#ccc;}

.economy-content{margin-top:30px;}

.economy-content-left{width:330px;}
.economy-content-title{margin-top:10px; height: 33px;line-height:33px;}
.economy-content-title>a{float:left;display:inline-block;width:73px;height:33px;line-height:33px;text-align:center;font-size:16px;color:#666;background-color:#eeeff0;margin-right:12px;}
.economy-content-title>a:last-child{margin-right:0;}
.economy-content-title>a .nav-sj{height:0;}
.economy-content-title>a.on,.economy-content-title>a:hover{background-color:#154885;color:#fff;}
.economy-content-title>a.on .nav-sj,.economy-content-title>a:hover .nav-sj{width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent;border-top:6px solid #154885;margin:0 auto;}

.economy-content-details{padding-top:10px;}
.economy-list ul li{font-size:14px;color:#333;height:41px;line-height:41px;}
.economy-list ul li:nth-of-type(even){background-color:#f2f2f2;height:49px;line-height:49px;}
.economy-list ul li a{color:#333;}

.economy-content-middle{margin-left:15px;width:330px;}
.economy-title{font-size:16px;color:#666;}
.economy-title-more a{font-size:14px;color:#333;}

.economy-content-right{width:203px;}
.economy-img-list{}
.economy-img-list a{margin-bottom:6px;display:block;}
/*End Economy*/

/*GoodsNews*/
.goodsnews-nav{margin-top:20px;}
.goodsnews-nav a{float:left;display:inline-block;width:145px;height:33px;line-height:33px;text-align:center;font-size:14px;color:#666;background-color:#eeeff0;margin-right:20px;}
.goodsnews-nav a:last-child{margin-right:0;}
.goodsnews-nav a .nav-sj{height:0;}
.goodsnews-nav a.on,.goodsnews-nav a:hover{background-color:#154885;color:#fff;}
.goodsnews-nav a.on .nav-sj,.goodsnews-nav a:hover .nav-sj{width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent;border-top:6px solid #154885;margin:0 auto;}

.goodsnews-list{margin-top:0.25rem;padding-bottom: 0.25rem;}
.goodsnews-list.mt0 { margin-top: 0;}
.goodsnews-list ul li{display:block;height:1.35rem;margin-bottom:0.2rem;}
.goodsnews-list ul li .notice-date{width:1.07rem;background-color:#ccc;color:#fffefe;text-align:center;height:100%;position:relative;}
.notice-date .new{background:url('../Images/new.png') center top no-repeat;background-size: 0.32rem 0.21rem;width:0.32rem;height:0.21rem;position:absolute;right:-0.04rem;top:0.04rem;}
.goodsnews-list ul li .notice-date span{display:block;}
.goodsnews-list ul li .notice-date .notice-date-day{font-size:52px;font-size:0.52rem;margin-top:0.2rem;}
.goodsnews-list ul li .notice-date .notice-date-month{font-size:14px;font-size:0.14rem;}
.goodsnews-list ul li .notice-content{width:5.58rem;background-color:#ededed;height:100%;}
.goodsnews-list ul li .notice-content span{display:block;margin-left:0.14rem;margin-right:0.14rem;}
.goodsnews-list ul li .notice-content .notice-title{font-size:20px;font-size: 0.2rem;color:#333;margin-top:0.22rem;}
.goodsnews-list ul li .notice-content .notice-summary{font-size:14px;font-size:0.14rem;color:#989898;}
.goodsnews-list ul li a.on .notice-date{background-color:#154885;}

.news-info-list { padding-bottom: 0.15rem;}
.news-info-list ul li{ font-size: 16px;font-size: 0.16rem;color: #333; border-bottom: 0.01rem dashed #ccc;padding:0 0 0.12rem;margin-bottom: 0.14rem;}
.news-info-list span { display: inline-block;}
.news-info-list ul li a { color: #333;}
.news-info-list ul li a.on { color: #00488a;}
.news-info-list .d {font-size: 16px;font-size: 0.16rem;font-weight: normal;color: #333; margin-right: 0.05rem;}
.news-info-list .text { }
.news-info-list .date {font-size: 14px;font-size: 0.14rem;color: #ccc;margin-top: 0.12rem;}
/*End GoodsNews*/

/*Download*/
.download-nav{margin-top:20px;}
.download-nav a{float:left;display:inline-block;width:155px;height:35px;line-height:35px;text-align:center;font-size:16px;color:#333;background-color:#f1f4f4;margin-right:12px;}
.download-nav a:last-child{margin-right:0;}
.download-nav a.on,.download-nav a:hover{background-color:#154885;color:#fff;}

.download-content{margin-top:20px;}
.download-list ul li{display:block;background-color:#f6f7f9;margin-bottom:15px;padding:19px 39px 9px;}
.download-list ul li.on,.download-list ul li:hover{background-color:#eff4fa;}
.download-title{color:#003366;font-size:18px;}
.download-btn a{display:block;width:96px;height:31px;line-height:31px;font-size:14px;color:#fff;background:url('../Images/down.jpg') 24px center no-repeat #003366;padding-left:53px;}
.download-info{font-size:12px;color:#333;margin-top:12px;}
.download-info span{display:inline-block;margin-right:10px;}
.download-summary{margin-top:27px;font-size:12px;color:#666;}
.download-tags{}
.download-summary .ellipsis{width:630px;}
.download-text{margin-bottom:10px;}
.download-toggle{text-align:right;padding-right:15px;}
.download-toggle a{color:#333;background:url('../Images/click.png') left center no-repeat;padding-left:20px;}
.download-toggle a:hover{color:#003399;text-decoration:underline;}
/*End Download*/

/*Asset*/

.asset-nav{ display: flex;justify-content: space-between;}
.asset-nav a{float:left;display:inline-block;width:2.1rem;height:0.35rem;line-height:0.35rem;text-align:center;font-size:18px;font-size: 0.18rem;color:#333;background-color:#f0f4f4;}
.asset-nav a:last-child{margin-right:0;}
.asset-nav a.on{background-color:#00488a;color:#f8f7f7;}

.asset-list{ margin-top: 0.3rem;padding-bottom: 0.3rem;}
.asset-list ul li{font-size:16px;font-size: 0.16rem;color:#999;border-bottom:0.01rem dashed #d9d9d9;margin-bottom: 0.28rem;}
.asset-list ul li:last-child{ border: none;}
.asset-list ul li div { margin-bottom: 0.14rem;}
.asset-list ul li span{display:inline-block;color: #333;}
.asset-operate a{color:#fff;background-color:#00488a;border-radius:0.05rem;width:0.87rem;height:0.24rem;line-height:0.24rem;display:inline-block;text-align:center;font-size: 14px;font-size: 0.14rem;}

.asset-name{width:3.5rem;}
.asset-code{width:1.5rem;}
.asset-date{width:1.4rem;}
.asset-level{width:0.9rem;}
.asset-match{width:0.3rem;}
.asset-operate{width:120px;}

.product-notice{width:435px;margin-top:20px;}
.product-notice-top{height:35px;line-height:35px;background-color:#164885;}
.product-notice-top span{display:inline-block;}
.product-notice-sx{background-color:#f1f4f4;width:2px;height:17px;margin:10px 10px 0;}
.product-notice-text{font-size:16px;color:#fffdfd;}
.product-notice-more a{font-size:12px;color:#fffefe;margin-right:20px;}

.product-notice-list{margin-top:5px;}
.product-notice-list ul li{height:49px;line-height:49px;border-bottom:1px solid #f2f2f2;font-size:14px;}
.product-notice-list ul li:first-child{border-top:1px solid #f2f2f2;}
.product-notice-list ul li a{color:#333;}
/*End Asset*/

/*OpenAccount*/
.open-nav{background:#fff;padding-top:0.3rem;padding-bottom:0.3rem;}
.open-btns { text-align: center;}
.open-btns a { margin-bottom: 0.3rem;display: inline-block;margin:0 0.23rem;}
.open-tips { color: #666;font-size: 14px;font-size:0.14rem;margin-top: 0.2rem; text-align: center;}
.open-tips span { display: block;}

.open-content {padding-top:0.2rem;text-align: center;}
.open-content img { margin-left: 0.19rem;margin-right: 0.19rem;margin-bottom:0.4rem;}
.open-bank {margin-top:0.1rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content: space-between;}
.open-bank:after{content:'';width:2.04rem;}
.open-bank img {margin-bottom:0.3rem;}

.open-help-tips { background-color: #f7f7f7;padding: 40px 0 36px;margin-top: 17px;}
.open-tips-left { width: 768px;}
.open-tips-title { font-size: 18px;color: #333;padding-left: 30px;background: url('../Images/tips.png') left center no-repeat;}
.open-tips-content { font-size: 14px;color: #333;margin-top: 34px;}
.open-tips-content p { line-height: 200%;}
.open-tips-content p a { color: #333;display: block;}
.open-tips-content p a.help-more { color: #003399;text-decoration: underline;}
.open-tips-sx { width: 1px;height: 211px;background-color: #CBCBCB;margin: 0 70px;}
.open-tips-right { width: 275px;}
/*End OpenAccount*/

.map{text-align:center;margin:0.2rem 0;}
.wd{ padding: 0.1rem 0 0.3rem;}
.wd a{display: inline-block;margin-right: 0.31rem;font-size:18px;font-size: 0.18rem;line-height:0.3rem;color:#333;}
.BusinessDepartName{font-size:20px;margin:20px 0;}
.textPart{line-height:0.33rem;font-size:16px;font-size: 0.16rem;margin:0.1rem 0 0.25rem;text-indent: 0.3rem;color: #333;}
.mapBox{width:6.66rem;height:4.2rem;margin: 0 auto 0.25rem;}

.newsDetailTit{text-align:center;}
.newsDetailTit h3{font-size:20px;font-size: 0.2rem;color:#333;font-weight:bold;margin-bottom:0;}
.newsDetailTit h3.blue{ color: #00336a;font-weight:normal;} 
.newsDetailTit span{font-size:12px;font-size: 0.12rem;color:#333;margin-top: 0.2rem;display: inline-block;}
.newsDetail-hx { height: 0.01rem;background: #e8e8e8;margin: 0.3rem 0; }
.newsDetail-content{font-size:16px;font-size: 0.16rem;color:#333;line-height:0.3rem;margin-top:0.2rem;padding-bottom: 0.3rem;text-indent:0.2rem;}
.newsDetail-content table{margin-top: 0.01rem;border-right:0.01rem solid #000;border-bottom: 0.01rem solid #000;} 
.newsDetail-content table td{border-left:0.01rem solid #000;border-top: 0.01rem solid #000;} 
.newsDetail-content img{ vertical-align: middle;}

.product-btns { text-align: right;}
.product-btns a{ background: #104889;color: #fbf5f5;height: 0.28rem;line-height: 0.28rem;text-align: center;display: inline-block;margin-left: 0.1rem;font-size: 16px;font-size: 0.16rem;padding:0 0.18rem;}
.product-inform-list{margin-top:0.3rem;color: #000;font-size: 16px;font-size: 0.16rem;}
.product-inform-list li{line-height: 0.4rem;height:0.4rem;}
.product-inform-list li span{float:left;text-align:right;width:1.4rem;}
.product-inform-list li strong{font-weight:normal;margin-left:0.2rem;}
.product-title{ color: #000;font-size: 16px;font-size: 0.16rem;background: #eee;height: 0.36rem;line-height: 0.36rem;padding-left: 0.4rem;margin: 0.25rem 0 0.14rem;}
.product-thead{color:#333;font-size:16px;font-size:0.16rem;height:0.22rem;line-height:0.22rem;background: #f8f8fa;}
.product-thead span{display:inline-block;text-align:center;float:left;}
.product-date{width:1.1rem;}
.product-networth{width:1rem;}
.product-remarks{width:4.4rem;}
.product-list{clear:both;padding-bottom: 0.15rem;margin-top: 0.1rem;}
.product-list ul li{font-size:16px;font-size: 0.16rem;color:#333;height:0.4rem;line-height:0.4rem;border-bottom: 0.01rem solid #e0e0e0;}
.product-list ul li a{color:#333;}
.product-list ul li span{display:inline-block;text-align:center;float:left;}
.product-list ul li span.product-remarks { text-align: left;font-size: 16px;font-size: 0.16rem;}
.product-page{ text-align: center;font-size: 14px;font-size: 0.14rem;color: #333;margin: 0.1rem 0 0.3rem;}
.product-page span { display: inline-block;margin: 0 0.1rem;}
.product-page a {color: #333; }

.login { background: url('../Images/login-bg.jpg') left top no-repeat;background-size: cover; width: 7.5rem;height: 11.83rem;}
.forget {background: url('../Images/forget-bg.jpg') left top no-repeat;background-size: cover;width: 7.5rem;height: 10.83rem;}
.login-main {position: absolute; background: #fff;width: 6rem;height: 7.5rem;left: 50%;top: 2.08rem;margin-left: -3rem;/*background: url('../Images/loginBoxBg.png') right bottom no-repeat;background-size: 5.39rem 2.3rem;*/}
.login-notice {position: absolute;width: 6rem;height: 7.5rem;left: 50%;top: 1.08rem;margin-left: -3rem;}
.login-logo{ margin-top: 0.6rem;text-align: center;}
.login-notice-logo { margin-bottom: 0.4rem;text-align: center;} 

.tab {
    width: 100%;
    height: 0.5rem;
    line-height: 0.4rem;
    padding-left:0.17rem;
    border-bottom: #cbcbcb solid 0.01rem;
    box-sizing: border-box;
    margin-top: 0.4rem;
}

.tab li {
    float: left;
    width: 1.23rem;
    height: 0.5rem;
    font-size: 24px;
    font-size: 0.24rem;
    color: #666;
    text-align: center;
    margin-left:0.3rem;
	
}

.tab li.hover {
    height: 0.49rem;
    position: relative;
    color: #144884;
    cursor: pointer;
    border-bottom: #144884 solid 0.01rem;
}

.tab li.hover:before {
    position: absolute;
    left: 0.59rem;
    top: 0.44rem;
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 0.06rem transparent solid;
    border-top-width: 0;
    border-bottom-color: #144884;
}

.content-box {
	width: 100%;
	overflow: hidden;
}
.loginBox{
	height:5.37rem;
	background:url(../Images/loginBoxBg.jpg) no-repeat right bottom;
    background-size: 6rem 2.1rem;
}
.tit{
	position:relative;
	width:100%;
	height:0.35rem;
	line-height:0.35rem;
	border-bottom: #ccc solid 0.01rem;
	padding-left:0.1rem;
	margin: 0.1rem 0;
}
.tit:before{
	content: '';
	display: block;
	position: absolute;
	top:0.1rem;
	left:-0.01rem;
	width:0.03rem;
	height:0.18rem;
	background:#144884;
}
.mail-top {
    width:6.1rem;
    height:0.1rem;
    margin:0 auto;
    background:url(../Images/mail-top.png) no-repeat;
    background-size: 6.1rem 0.1rem;
    box-sizing: border-box;
}
.mail-bottom {
    width:6.1rem;
    height:3.1rem;
    margin:0 auto;
    background:url(../Images/mail-bottom.png) no-repeat;
    background-size: 6.1rem 3.1rem;
    box-sizing: border-box;
}
.mail{
	width:6.1rem;
	height:auto;
	margin:0 auto;
	background:url(../Images/mail-bg.png) repeat-y;
    background-size: 6.1rem 8.7rem;
	padding:0.3rem 0.6rem 0 0.6rem;
	box-sizing: border-box;
}
.mail p{
	padding:0.1rem 0;
	line-height:0.3rem;
	font-size:14px;
    font-size:0.14rem;
	color:#333;
}
.content-box input[type=text],.content-box input[type=password]  {
	width:100%;
    height: 0.5rem;
    line-height: 0.5rem;
	border: #d7d7d7 solid 1px;
	font-size:18px;
    font-size: 0.18rem;
	padding:0 0.2rem;
	box-sizing:border-box;
}
.content-box input[type=button],.content-box input[type=submit],.content-box input[type=reset]{
	padding:0 0.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border: #d7d7d7 solid 0.01rem;
	font-size:18px;
    font-size: 0.18rem;
	box-sizing:border-box;
	background:#144884;
	color:#fff;
    -webkit-appearance: none;
    border-radius: 0;
}
.content-box li{
	margin-bottom:0.2rem;
	overflow: hidden;
}
.content-box li a{
	color:#333;
	text-decoration: none;
}
input:focus {
	outline:none;
    border:0.01rem solid #144884;
   /* box-shadow: #002A80 0 0px 1px;*/
}
.loginBox,.registerBox,.password {
	padding:0.38rem 0.9rem;
	box-sizing: border-box;
}
.loginBox li:nth-child(2) input[type=text],.loginBox li:nth-child(2) input[type=password]{
	width:64%;
	float:left;
}
.loginBox li:nth-child(2) input[type=button],.loginBox li:nth-child(2) input[type=submit],.loginBox li:nth-child(2) input[type=reset]{
	float:right;
}
.loginBox li input.btn{
	width:100%;
}
.registerBox li:nth-child(3) input[type=text]{
	width:64%;
	float:left;
}

.registerBox li:nth-child(2) input[type=button],.registerBox li:nth-child(2) input[type=submit],.registerBox li:nth-child(2) input[type=reset],
.registerBox li:nth-child(5) input[type=button],.registerBox li:nth-child(5) input[type=submit],.registerBox li:nth-child(5) input[type=reset]{
    float:right;
}
.registerBox li:nth-child(7) input[type=button],.registerBox li:nth-child(7) input[type=submit],.registerBox li:nth-child(7) input[type=reset]{
    width:1.95rem;
}
.registerBox li:nth-child(7) input[type=button]:last-child,.registerBox li:nth-child(7) input[type=submit]:last-child,.registerBox li:nth-child(7) input[type=reset]:last-child{
    margin-left: 0.2rem;
}
.registerBox input[type=checkbox] {width: 0.22rem;height: 0.22rem;}
.password li:nth-child(2) input[type=text]{
    width:65%;
    float:left;
}
.password li:nth-child(4) input[type=button],.password li:nth-child(4) input[type=submit],.password li:nth-child(4) input[type=reset]{
    float:right;
}
.password li:nth-child(7) input[type=button],.password li:nth-child(7) input[type=submit],.password li:nth-child(7) input[type=reset]{
    width:1.95rem;
}
.password li:nth-child(7) input[type=button]:last-child,.password li:nth-child(7) input[type=submit]:last-child,.password li:nth-child(7) input[type=reset]:last-child{
    margin-left: 0.2rem;
}

.id-type {font-size: 20px;font-size: 0.2rem;}

.login-accept,.login-check { font-size: 14px;font-size: 0.14rem; }
.content-box li span.login-check a { color: #144884;text-decoration: underline;}
.login-forget{ font-size: 14px;font-size: 0.14rem;}
.login-forget a{ color: #333;}


.error{width:4rem;margin:0.4rem auto;font-family:Microsoft Yahei,SimHei;padding:0.2rem 0;}
.error_img{width:100%;text-align:center;} 
.error_img img{text-align:center;}
.error_text{width:100%;} 
.error_text h2{font-size:1rem;line-height:1rem;color:#999;text-align:center;}
.error_text h3{font-size:0.6rem;line-height:0.5rem;color:#666;text-align:center;margin:0.2rem auto;}
.error_text p{line-height:0.4rem;color:#666;text-align:center;margin:0.2rem auto;}
.error_text a{display:block;text-align:center;width:1.5rem;height:0.4rem;line-height:0.4rem;color:#fff;background:#e58c16;text-decoration:none;margin:0 auto;}

.contact1 { font-size: 14px;font-size: 0.14rem;}
.contact1 li{ display: block;clear: both;overflow: hidden;background: url(../Images/contact1_2.png) repeat-y 0.73rem;background-size: 0.07rem 0.01rem;}
.contact1 li span{ display: block; text-indent:0;}
.contact1_1{display: inline-block;float: left;background: url(../Images/contact1_1.png) no-repeat right center;background-size: 0.07rem 0.07rem;overflow: hidden;margin-right: 0.1rem;width: 0.8rem;}
.contact1_1 span{background: url(../Images/contact1_red.png) no-repeat left center;background-size: 0.63rem 0.18rem;padding-left: 0.05rem;line-height: 0.18rem;height: 0.18rem;width: 0.63rem;color: #fff;margin-top: 0.05rem;margin-bottom: 0.05rem;}
.contact1_1 span.contact1_blue { background: url(../Images/contact1.png) no-repeat left center;background-size: 0.63rem 0.18rem;}
.contact1_2{display: inline-block;width: 5.7rem;float: left;}