@charset "utf-8";
html,body{
    height: 100%;
}
*,
*:before,
*:after { margin: 0px;padding: 0px;box-sizing: border-box;}
body { font-family: "΢���ź�"; font-size: 14px; color: #333 }
ul,ol,li {list-style: none;}
select { border: 1px solid #DFDFDF; font-family: "΢���ź�"; border-radius:5px; }
img {border: none;}
em {font-style: normal;}
a {text-decoration: none; color: #333;cursor: pointer;color: inherit;}
a:hover {color:#0057b1;text-decoration: none; cursor: pointer;}
.hide {display: none;}
.clear {zoom: 1;}
.fl {float: left;}
.fr {float: right;}
input {outline: none;}
.clearfix::after,
.news_item_tab::after{
    content: '';
    display: block;
    clear: both;
}
img{
	object-fit: cover;
}
.line-text{
    white-space:nowrap;/* �涨�ı��Ƿ����� */  
    overflow: hidden;/* �涨�������ݿ�ȵ�Ԫ������ */
    text-overflow: ellipsis;
}
.two-line-text{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#wapper { margin:0 auto; }

.hearder{
    height: 40px;
    line-height: 40px;
    background: rgba(51, 51, 51, 1);
    color: #fff;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.hearder .right,
.hearder .left{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.hearder .right img,
.hearder .left img{
    vertical-align: middle;
}

.logo{
    background: url(../img/u10.png) no-repeat;
    background-size: 100% 100%;    
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
	padding:25px 0px;
}
.logo img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: -5px;
}

.hot-new a{
    color: #CC3300;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.hot-new .hot-tit{
    background: #CC3300;
    color: #fff;
    border-radius: 9px;
    font-size: 14px;
    width: 40px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    flex-shrink: 0;
}
.hot-new div{
    flex: 1;
    margin-left: 10px;
}

.swiper-container1{
    height: 200px;
}
.swiper-container1 .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-container1 .swiper-slide .line-tit{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px 50px 5px 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: right;
}


.home{
    min-height: 100%;
    background: #fff
}
.nav{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    
    background-color: #3172BC;
}
.nav a{line-height: 40px;}
.nav .item{
    width: 20%;
    text-align: center;
}
.nav .item:hover{
   color:#fff;
}
.nav .active{
    background: url(../img/blue.png) repeat-x;
}


.main{
    padding: 10px 15px 50px 15px;
}

.banner1,.banner2, .tabs, .home-item-tit{
    margin-top: 20px;
}
.tab-label{
    display: flex;
}
.tab-label .label{
    flex: 1;
    color: #666;
    text-align: center;
    line-height: 34px;padding-bottom:4px;
    font-weight: 700 !important;
  border-bottom: 1px solid #dedede;font-size: 1.8rem;
}
.tab-label .label.active{
    color: #0078C0;
    font-weight: bold;border-bottom: 2px solid #317cc9;margin-bottom: -1px;
}
.tab-pean .pean{
    display: none;
}
.tab-pean .pean.active{
    display: block;
}

.banner2 img{
    height: 97px;
    width: 100%;
}

.more{
    text-align: center;
    color: #999;
}

.home-item-tit{
    color: #3172BC;  
	background-color11:#DFF1FD;   
	background: url(../img/blue1.png) repeat-x;height:48px;
    line-height: 45px;
	padding-top:5px;
    text-align: center;
    font-size: 20px;
}
.ico1{ background: url(../img/u82.png) no-repeat;width:45px;height:45px;}
.ico2{ background: url(../img/u92.png) no-repeat;width:45px;height:45px;}
.fl_l{float:left}
.clear{clear:both}
.ttbox{margin:0px auto;width:200px}
.ttbox1{margin:0px auto;width:150px}

.cont-news{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.cont-news .item{
    width: calc(50% - 5px);
    height: 58px;
    overflow: hidden;
    border: 1px solid rgba(181, 197, 215, 1);
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #245798;
}
.pean ul{
	margin-top: 1.6rem;
	overflow: hidden;
	height: 247px;padding-left:5px;
}
.pean li{position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;}
.pean a{width: 72%;text-overflow: ellipsis;
    white-space: nowrap;padding: 1rem 0;
    overflow: hidden;display: block;}
.pean a::before {
    content: '•';
    float: left;
    display: block;
    color: #666;
    margin-right: 6px;
    font-size: 12px;
    line-height: 1.5;
}
.pean span{color: #999;position: absolute;
    right: 5px;
    font-size: 1.3rem;
    top: 1.3rem;}
.service,
.service-c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service .item,
.service-c .item{
    width: calc(33.33% - 20px);
    text-align: center;
    color: #6B6B6B;
    border: 1px solid #67BEFF;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 13px;
    color: #245798;
    padding: 13px;
}


.service-c .item{
    border-radius: 50%;
    height: 90px;
    width: 90px;
    padding-top: 15px;
    background: none;
}
.service-c .item img{
    width: auto;
    height: 30px;
    margin-bottom: 5px;
}

.footer{clear: both;
    background: #3172BC;
    padding: 20px;
	text-align:center
}
.footer-main{
 
    margin: 0 auto;
    color: #fff;
}
.footer-main .item{
    margin: 10px 0;
}

/*������ҳ*/
#arttitle{margin-top:20px;}
#arttitle h1.am-article-title{padding:0 10px;
	font-size: 20px;
	line-height:24px;
	font-weight: bold;
}
#arttitle p a{margin-left:10px;}
#content{
	padding: 0px 20px 20px 20px;
	line-height: 200%;		
}
#contentPic img{max-width:100%;height:auto;}
#content p{margin-bottom:10px;}
#content img{max-width:100%;height:auto;}



footer{clear:both;
	padding-top:20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0E90D2;
}


/*.��ҳť���� */
#pagetop {clear: both;height:0px;}
.pages {clear:both;
	background-color: #f9f9f9;
	PADDING:13px 3px;
	MARGIN: 3px;
	TEXT-ALIGN: center;
}
.pages A {
	BORDER: #ddd 1px solid;
	PADDING:5px 12px;
	MARGIN: 2px;	
	COLOR: #fff;BACKGROUND-COLOR: #0E90D2;
	TEXT-DECORATION: none;
}
.pages A:hover {	
	COLOR: #0E90D2;
	BORDER: #0E90D2 1px solid;
}

.pages .current {
	COLOR: #0E90D2;
	BORDER: #0E90D2 1px solid;
	PADDING:5px 12px;
	MARGIN: 2px;	
	FONT-WEIGHT: bold;		
	
}
.pages .disabled {
	COLOR: #ddd;BACKGROUND-COLOR: #fff;
	BORDER: #ddd 1px solid;
	PADDING:5px 12px;
	MARGIN: 2px;	
}
.pages A,.pages span{display: none;}
.pages .current {display:inline;background-position: right 0px;font-weight: normal;}
#Pages_Pre{display:inline;
}
#Pages_Next{display:inline;
}

/**/
.sbox{padding:8px;margin:20px 15px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}
.am-list-date {
    color: #999;
 
}
.am-list .am-list-item-dated a {
    padding-right: 100px;
   
}
.am-paragraph-default a {
     color: #555;
}
.am-titlebar-default {

}
.am-titlebar-default .am-titlebar-title {
  font-weight: 700 !important;  padding-left: 12px;padding-right: 12px;border-bottom: 2px solid #317cc9;color: #317cc9;margin-bottom: -1px;
}
.am-titlebar-default a {
    color: #9EBDDF;
}
.am-titlebar-default .am-titlebar-title:before {
    border-left: 0px solid #0e90d2;
}
.am-badge-secondary {
    background-color: #CC3300;
}
.am-titlebar {
    margin-top: 0px;
  
}
.am-list>li {border: 0;}