.header{
	background:#fff;
}
.container{
	width:1000px;
	margin:0 auto;
}
.header-logo{
	width:143px;
	height:54px;
	padding: 13px 0;
}
.header-nav{
	position:absolute;
	top:0;
	right: 120px;
	padding-top: 20px;
}
.header-nav ul li{
	float:left;
	display: block;
	height: 60px;
	padding: 0 18px;
	position:relative; 
}
.header-nav ul li a{
	display: block;
	line-height: 40px;
}
.header-nav ul li a:hover{
	font-weight: bold;
}
/* .home .home-active a, .about .about-active a, .news .news-active a, .contact .contact-active a, .operate .operate-active a, .products .products-active a, .solutions .solutions-active a, .cases .cases-active a{
	color: #2792ff;
	font-weight: bold;
	border-bottom: #2792ff 3px solid;
} */
.header-nav li a.active {  
    color: #2792ff;
    font-weight: bold;
    border-bottom: #2792ff 3px solid; 
}
.click{
	color: #2792ff;
	font-weight: bold;
	border-bottom: #2792ff 3px solid;
}
.header-nav dl{
	display: none;
	position:absolute;
	top: 60px;
	left: 0;
	padding: 0 20px 20px;
	background:#fff;
	z-index:99;
}
.header-nav dl dd{
	border-bottom:#e5e5e5 1px dashed;
}
.header .header-nav dl dd a{
	width:90px;
	color:#333;
	font-weight:normal;
	line-height:40px;
	text-align:left;
	border-bottom:none;
}
.header .header-nav dl dd a:hover{
	color:#2792ff;
	font-weight:bold;
}
/*banner*/
.banner{
	width:100%;
	height:550px;
	font-size:0;
}
#Banner{
	height:550px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#Banner li{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:1;
}
#Banner li a{
	display:block;
	height:100%;
	overflow:hidden
}
#Banner li a img{
	width:100%;
}
#BanBtn{
	width:1000px;
	height:22px;
	position:absolute;
	top:558px;
	overflow:hidden;
	z-index:10;
	text-align:center;
	left:50%;
	margin-left:-490px;
}
#BanBtn li{
	display:inline-block;
	width:12px;
	height:12px;
	background-color:#FFF;
	margin-right:15px;
	overflow:hidden;
	margin-top:23px;
	border-radius:6px;
	-moz-border-radius:6px;
	*-moz-border-radius:6px;
	transition:all ease-out .2s 0s;
	-webkit-transition:all ease-out .2s 0s;
	-moz-transition:all ease-out .2s 0s;
	-o-transition:all ease-out .2s 0s;
}
#BanBtn li.s{
	background-color:#ec8a00;
}
#BanBtn li.last{
	margin-right:0;
}
#BanBtn li{
	*display:inline;
}
.home-info{
	padding: 30px 0;
}
.home-notice,.home-operate{
	height: 240px;
    padding: 20px;
	box-sizing:border-box;
	background: #fff;
}
.home-notice{
	width: 600px;
}
.home-operate{
	width: 380px;
}
.info-title{
	line-height: 30px;
	overflow: hidden;
}
.info-title h3{
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.info-title a {
    float: right;
    font-size: 12px;
    text-decoration: none;
    color: #9ca5b2;
}
.info-box {
    overflow: hidden;
    margin-top: 10px;
    padding-left: 230px;
    height: 160px;
}
.home-operate .info-box{
	padding-left: 130px;
}
.info-pic {
    float: left;
    width: 210px;
    height: 160px;
    overflow: hidden;
    margin-left: -230px;
}
.home-operate .info-pic{
	width: 130px;
    margin-left: -130px;
}
.info-list {
    float: left;
    width: 100%;
}
.info-list li {
	position: relative;
	padding: 6px 0px 6px 15px;
	overflow: hidden;
}
.info-list li .triangle {
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff #fff #fff #2792ff;
    -webkit-transform-origin: 25% center;
    transform-origin: 25% center;
    border-width: 4px;
}
.info-list a {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
    font-size: 14px;
    text-decoration: none;
}
.info-list span {
    float: left;
	font-size: 12px;
	color: #999;
	margin-top: 2px;
}
.info-report {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.info-report dl {
    padding: 15px 20px 0;
}
.info-report dt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-report dd {
    font-size: 12px;
    color: #999999;
    padding-top: 4px;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
}
.info-report p {
    padding: 10px 20px 0;
}
.info-report a {
    display: block;
    width: 98px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #57a7ea;
    border: 1px solid;
    text-decoration: none;
    font-size: 14px;
}
.home-service{
	height: 220px;
	background: url(../image/bg_service.png) center repeat-y;
}
.home-service-title{
	float: left;
	width: 175px;
	height: 170px;
	color: #fff;
	padding: 50px 0 0;
	background:  url(../image/bg_service_title.jpg) no-repeat;
}
.home-service-title p{
	font-size: 18px;
}
.home-service-slider{
	float: left;
	width: 605px;
	height: 220px;
}
.home-service-stock{
	float: left;
	width: 170px;
	height: 170px;
	padding-left: 50px;
	padding-top: 50px;
	background: #394151;
}
.home-service-stock h1{
	font-size: 14px;
	color: #fff;
}
.home-service-stock .stock-num{
	font-size: 60px;
	color: #f65800;
}
.home-service-stock p{
	font-size: 12px;
	color: #798190;
}
.home-news-title{
	font-weight: bold;
	line-height: 55px;
}
.home-news-title a{
	float: right;
	color: #999;
	font-weight: normal;
}
.home-news-title a:hover{
	color: #2792ff;
}
.home-news-cont{
	overflow: hidden;
	padding-bottom: 33px;
}
.home-news-hot{
	float: left;
	width: 510px;
}
.home-news-img{
	float: left;
	width: 120px;
	height: 90px;
	margin-top: 4px;
	background: #f5f5f5;
}
.home-news-info{
	float: left;
	width: 370px;
	margin-left: 20px;
}
.home-news-info h1{
	font-size: 16px;
}
.home-news-info p{
	color: #999;
	margin: 5px 0;
}
.home-news-info span{
	color: #999;
}
.home-news-list{
	float: right;
	width: 430px;
}
.home-news-list ul li{
	font-size: 13px;
	line-height: 24px;
	list-style:disc;
}
.home-news-list ul li span{
	float: right;
	color: #999;
}
.footer{
	height:60px;
	color: #999;
	line-height: 60px;
	text-align: center;
	background:#fff;
}
.footer a{
	color: #999;
}
.footer a:hover{
	color: #666;
}
.page-main{
	background: #f5f5f5;
}

.crumbs{
    padding-left: 20px;
    height: 50px;
    background: url(../image/icon_crumbs.png) no-repeat 0 20px;
}
.crumbs a{
    line-height: 50px;
    color: #999;
}
.sep{
    padding: 0 5px;
    font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
}
.news-list{
	min-height: 400px;
	overflow: hidden;
	margin: 0 -10px;
}
.news-list ul li{
	float: left;
	width: 490px;
	height: 410px;
	margin: 0 10px 30px;
	background: #fff;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.shadow:hover{
	box-shadow:0 10px 20px rgba(0,0,0,.1);
}
.news-list .img{
	display: block;
	width: 490px;
	height: 260px;
	overflow: hidden;
}
.news-wrap{
	overflow: hidden;
	padding: 20px 20px 0;
}
.news-cont-date ,.notice-cont-date{
	float: left;
	width: 60px;
	padding-right: 15px;
	border-right: 1px #e5e5e5 solid; 
}
.news-cont-date .day{
	font-size: 52px;
	color: #666;
}
.news-cont-date .year ,.notice-cont-date .year{
	color: #999;
}
.news-cont-info{
	float: right;
	width: 350px;
}
.news-cont-info .news-abstract{
	color: #999;
	margin: 5px 0;
}
.page {
	width:574px;
	margin:0 auto;
	overflow: hidden;
	padding: 0 0px 30px;
	text-align: center;
}
.page a{
	background: #fff;
}
.page_media{
	width:255px;
}
.page_job{
	width:204px;
}
.pagenum {
	float:left;
}
.pagenum ul li{
	width:35px;
	height:35px;
	margin-right:15px;
	float:left;
	display:inline;
}
.pagenum ul li a{
	font-size:16px;
	width:35px;
	height:35px;
	display:block;
	line-height:35px;
	text-align:center;
	border:#dde6ed 1px solid;
}
.pagenum ul li a:hover{
	color:#FFFFFF;
	background:#2792ff;
}
.page_on a{
	color:#FFFFFF;
	background:#2792ff;
}
.pagenum .page_more{
	margin-left:-15px;
	margin-right:0px;
	line-height:35px;
}
.prev,.next{
	width:35px;
	height:35px;
	border:#dde6ed 1px solid;
	margin-right:15px;
	float:left;
	display:inline;
}
.prev a,.next a{
	width:35px;
	height:35px;
	display:block;
	background:url(../image/icon_page.png) no-repeat #fff;
}
.prev a{
	background-position:12px 10px;
}
.next a{
	background-position:-14px 10px;
}
.prev a:hover{
	background-position:12px -25px;
}
.next a:hover{
	background-position:-14px -25px;
}
.cont-wrap{
	padding: 0 0 30px;
}
.cont-left{
	float: left;
	width: 660px;
	min-height: 540px;
	padding: 30px;
	background: #fff;
}
.notice-left ,.file-left{
	float: left;
	width: 720px;
	min-height: 540px;
	padding: 30px 0;
	background: #fff;
}
.notice-left{
	padding-top: 0;
}
.cont-right{
	float: right;
	width: 260px;
	min-height: 400px;
	margin-bottom: -20px;
}
.cont-right-link{
	margin-bottom: 20px;
}
.cont-news-title{
	margin-bottom: 20px;
	border-bottom: 1px #efefef solid;
}
.cont-news-title h3{
	font-size: 24px;
}
.news-info-wrap{
	overflow: hidden;
	color: #999;
	padding: 10px 0;
}
.news-info-date{
	float: left;
	line-height: 32px;
}
.share{
	float: right;
	overflow:hidden;
	margin:0 auto;
	padding-top: 4px;
}
.share_cont{
	height:24px;
	float:right;
}
.share_cont span{
	line-height:24px;
	float:left;
}
.share_icon{
	float:right;
}
.share_icon ul li{
	float:left;
	width:24px;
	height:24px;
	margin:0 0 0 6px;
}
.share_icon ul li a{
	width:24px;
	height:24px;
	display:block;
	float:left;
	margin:0;
	background:url(../image/share_icon.png) no-repeat;
}
.share_icon ul li a:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
}
.share_icon .bds_weixin{
	background-position:0 0 !important;
}
.share_icon .bds_tsina{
	background-position:-32px 0 !important;
}
.share_icon .bds_qzone{
	background-position:-65px 0 !important;
}
.share_icon .bds_tqq{
	background-position:-98px 0 !important;
}
.share_icon .bds_more{
	background-position:-135px 0 !important;
}
.share-bottom{
	border-top: 1px #efefef solid;
}
.cont-news-content p ,.products-list-info p{
	font-size: 16px;
	line-height: 2;
}
.cont-news-content p ,.page-cont-left p ,.team-info p ,.products-list-info p{
	text-align: justify;
	margin-bottom: 20px;
}
.finance-list{
	overflow: hidden;
	padding: 30px 30px 0;
	margin-bottom: 30px;
	background: #fff;
}
.finance-year{
	float: left;
	width: 140px;
	color: #2792ff;
	font-size: 30px;
}
.finance-year span{
	font-size: 16px;
}
.finance-quarter-list{
	float: left;
	width: 800px;
}
.finance-quarter-wrap{
	overflow: hidden;
	margin-left: -20px;
	margin-right: -40px;
}
.finance-quarter-wrap ul li{
	float: left;
	margin:0 39px 29px 19px;
	border:1px solid transparent;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.finance-quarter-wrap ul li:hover{
	border-color:#f2f2f2;
}
.finance-quarter-list .img{
	float: left;
	display: block;
	width: 200px;
	height: 280px;
	overflow: hidden;
}
.finance-quarter-list .img img{
	width: 200px;
	height: 280px;
}
.finance-quarter-info{
	float: left;
	text-align: center;
	width: 170px;
	height: 205px;
	padding-top: 75px;
}
.finance-quarter-info h3{
	margin-bottom: 10px;
}
.finance-quarter-icon span{
	display: block;
	color: #999;
	padding-top: 40px;
	background: url(../image/icon_pdf.png) no-repeat center top;
}
.finance-quarter-wrap ul li:hover span{
	background-position: center -62px;
}
.finance-quarter-icon a:hover{
	color: #666;
}
.team-cont ,.products-cont{
	min-height: 540px;
	padding: 0 30px;
	background: #fff;
}
.team-tab{
	overflow: hidden;
}
.team-tab ul{
	float: right;
}
.team-tab ul li{
	float: left;
	line-height: 80px;
	font-size: 16px;
}
.team-tab ul li a{
	color: #999;
}
.team-tab ul li a:hover{
	color: #333;
}
.team-tab ul li.active a{
	color: #2792ff;
}
.team-tab ul li span {
    color: #e0e0e0;
    padding: 0 42px;
    display: inline-block;
}
.team {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.team-member {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px;
    width: 130px;
}

.team-member img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.team-member h3{
	font-weight: bold;
}
.team-main{
	overflow: hidden;
	margin: 30px 0;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.team-group{
	overflow: hidden;
	border-bottom: 1px #efefef solid;
	padding-bottom: 30px;
}
.team-img{
	float: left;
	width: 100px;
	height: 120px;
	overflow: hidden;
	object-fit: cover;
}
.team-info{
	width: 100px;
}
.team-info h3{
	font-weight: bold;
}
.team-info-title{
	color: #666;
	font-size: 16px;
	margin: 10px 0;
}
.contact-cont{
	min-height: 540px;
	background: #fff;
}
.contact-map{
	width: 1000px;
	height: 320px;
}
.contact-cont .table{
	padding: 50px 50px 0;
	overflow: hidden;
}
.contact-cont .table .item{
	float: left;
	width: 450px;
	margin-bottom: 50px;
}
.contact-cont .table .item dt{
    margin-bottom: 10px;
    color: #424242;
    font-size: 24px;
}
.contact-cont .table .item dd{
    margin: 0;
    color: #666;
    line-height: 2;
}
.contact-cont .table .item a ,.service-cont-info a{
    color: #2792ff;
	text-decoration: underline;
}
.contact-cont .table .item a:hover ,.service-cont-info a:hover{
    color: #52a8ff;
}
.file-list ,.notice-list{
	margin-bottom: 30px;
}
.file-list ul li ,.notice-list ul li{
	padding: 0 30px 20px 30px;
	margin-bottom: 20px;
	border-bottom: 1px #f2f2f2 dashed;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.notice-title{
	height: 45px;
	border-bottom: 1px #efefef solid;
	margin-bottom: 20px;
	padding: 20px 30px;
}
.notice-title-year{
	float: left;
	font-size: 30px;
	color: #2792ff;
	border-bottom: #2792ff 3px solid;
	padding-bottom: 18px;
}
.notice-title-year span{
	font-size: 16px;
	color: #2792ff;
}
.notice-select{
	float: right;
    position: relative;
    border: 1px solid #e5e5e5;
	margin-top: 6px;
}
.notice-select-value{
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 35px;
    cursor: pointer;
}
.notice-select i{
	display: block;
	width: 11px;
	height: 5px;
	position: absolute;
	top: 14px;
	right: 8px;
	background: url(../image/icon_select.png) no-repeat;
}
.notice-select i.up{
	background-position: 0 -5px;
}
.notice-select-dropdown{
	display: none;
    width: 100%;
	height: 160px;
    position: absolute;
    top: 32px;
    left: -1px;
    background: #fff;
    border: 1px solid #e5e5e5;
	 overflow:auto; 
}
.notice-select-dropdown a{
	display: block;
	line-height: 32px;
	padding-left: 10px;
}
.notice-select-dropdown a:hover{
	background-color: #f3f3f3;
}
.notice-select-dropdown .active a{
	color: #2792ff;
	background-color: #f3f3f3;
}
.notice-wrap, .file-wrap{
	overflow: hidden;
}
.notice-cont-date ,.file-cont-date{
	margin-right: 30px;
}
.notice-cont-date .day{
	font-size: 30px;
	line-height: 30px;
}
.notice-cont-info{
	float: left;
	width: 500px;
}
.file-cont-info{
	float: left;
	width: 600px;
}
.notice-cont-info a{
	display: block;
	font-size: 18px;
	line-height: 50px;
}
.file-cont-info span{
	font-size: 18px;
}
.notice-cont-down ,.file-cont-down{
	float: right;
	width: 37px;
	height: 38px;
	padding-top: 7px;
}
.file-cont-down{
	padding-top: 5px;
}
.file-cont-down span ,.notice-cont-down span{
    display: block;
	width: 37px;
	height: 38px;
    background: url(../image/icon_pdf.png) no-repeat center top;
}
.file-cont-info p{
	color: #999;
}
.service-cont {
	overflow: hidden;
    background: #fff;
}
.service-cont-img{
	float: left;
	width: 500px;
	height: 500px;
}
.service-cont-info{
	float: left;
	width: 380px;
	padding: 60px 60px 0;
}
.service-cont-info h3{
	font-size: 24px;
	text-align: center;
}
.service-info-en{
	text-align: center;
	color: #999;
	margin-bottom: 20px;
}
.products-cont h3{
	font-weight: bold;
	color: #2792ff;
	text-align: center;
	line-height: 80px;
	border-bottom: 1px #efefef solid;
}
.products-list{
	overflow: hidden;
	padding: 60px 0;
	border-bottom: 1px #efefef solid;
}
.products-list-info{
	width: 480px;
}
.products-list-info h4{
	font-weight: bold;
	color: #2792ff;
	margin: 10px 0;
	padding-left: 25px;
	background: url(../image/icon_title.jpg) no-repeat left;
}
.products-list-img{
	text-align: center;
	width: 380px;
	height: 350px;
}
.sbanner{
	height: 160px;
}
.banner-about{
	background: url(../image/banner_about.png) no-repeat center;
}
.banner-news{
	background: url(../image/banner_news.jpg) no-repeat center;
}
.banner-operate{
	background: url(../image/banner_operate.jpg) no-repeat center;
}
.banner-products{
	background: url(../image/banner_products.png) no-repeat center;
}
.banner-kjjr{
	background: url(../image/banner_kjjr.png) no-repeat center;
}
.banner-hlwjy{
	background: url(../image/banner_hlwjy.png) no-repeat center;
}
/*返回顶部*/
.scrollup{
	position:fixed;
	bottom:130px;
	right:50px;
	z-index:10;
	display:block;
	width:48px;
}
/*箭头*/
.scrollup .arrows{
	height:48px;
	width:48px;
	float:left;
    background:url('../image/top_up.png') no-repeat left top;
	background-size:48px;
    transition:bottom 0.9s ease 0s;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/top_up.png', sizingMethod='scale');
}
.scrollup .arrows:hover{
    background:url('../image/top_up.png') no-repeat left top;
	background-size:48px;
    background-position:0 -50px;
}
#Iframe{
	display: block;
	width: 1000px;
	margin-bottom: 30px;
}
.header-wrap{
	position: relative;
}
.lang{
	position: absolute;
	right: 0;
	top: 25px;
	border-left: 1px solid #e5e5e5;
	padding: 0 20px;
}
.lang a{
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	border-radius: 50%;
	padding:0 5px;
}
.lang a.line{
	color: #e0e0e0;
	padding: 0;
}
.lang a:hover{
	color: #666;
}