




/*页面加载时显示图标*/
.loading,.loading2 {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #1ea8f9;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position:absolute;
}
@-webkit-keyframes spin {

    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.block4-right .loading{
    top:135px;
    right:108px;
}

.block4-right .loading2{
    top:180px;
    right:110px;
}


/** 头部样式 */

.header .top{
    width: auto;
    height: 30px;
    background: #383838;
    color: #FFFFFF;
}

.welcome,.entry{
    display:inline-block;
    line-height: 30px;
    color:#FFFFFF;
}
.entry{
    float:right;
}

.entry .line,
.entry a{
    color:#FFFFFF;
}

.sign{
    width: auto;
    height: 112px;
}
.sign .logo{
    height: 93px;
    padding:20px 0 0 0;
    display: inline-block;
}
.sign .logo img{
    width:365px;
}

.sign .advise{
    display:inline-block;
    float:right;
    height:112px;
}
.sign .advise a{
    display: inline-block;
    line-height: 20px;
    padding:25px 0 0 0;
    text-align:center;
    width:70px;
    overflow: hidden;
}
.advise .advise-a1{
    padding-left:25px;
}

.advise a span{
    display:block;
}

.header .nav{
    width:auto;
    height:50px;
    background-color:#17A4FE;
}

.caption{
    height:50px;
    text-align:center;
}
.caption ul,
.caption li{
    height:50px;
}

.caption li {
    width: 100px;
    text-align: center;
    float:left;
}


.caption li:last-child a{
    border-right:none !important;
}


.nav-a{
    font-size: 13px;
    display: inline-block;
    width: 80px;
    padding: 9px 10px;
}


.caption > ul > li:after{
    position: absolute;
    top: 10px;
    height: 30px;
    right: -1px;
    width: 0;
    content: "";
    border-right: solid 1px rgba(255,255,255,0.28);
}

.caption > ul > li:last-child:after{
    border-right: none !important;
}


.caption li span{
    display:block;
    transform:scale(0.8);
    -ms-transform:scale(0.8); 	/* IE 9 */
    -moz-transform:scale(0.8); 	/* Firefox */
    -webkit-transform:scale(0.8); /* Safari 和 Chrome */
    -o-transform:scale(0.8);
}


/*轮播图样式*/

.slide-con{
    height:292px;
}
.slide-con img{
    width:100%;
    height:100%;
}

.disc{
    width:100%;
    height:10px;
    position:absolute;
    margin-top:-28px;
    z-index:10
}
.disc >ul{
    width:120px;
    margin:0 auto;
}
.disc >ul li{
    width:10px;
    height:10px;
    margin:0 5px;
    border-radius:10px;
    border:1px solid #ccc;
    float:left;
    overflow:hidden;
    *display:inline;
    *zoom:1;
}
.disc .thistitle{
    background:#FFF;
}

/* 公共list */
.public-list {
    width: auto;
}

.public-list li {
    width: auto;
    overflow: hidden;
    line-height: 24px;
    background: url(../img/point.png) no-repeat left center;
    padding-left:  8px;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.public-list li span {
    float: right;
}


.news-l {
    float: left;
    width: 317px;
    height: 276px;
    border: 1px solid #f1f1f1;
}

.news-l .news-show {
    width: 301px;
    height: 162px;
    padding: 7px 8px;
}

.news-l .news-show a img{
    width:100%;
    height:100%;
}

.news-l .news-show a p{
    margin-top:-25px;
    text-align: right;
    margin-right: 8px;
    color:#FFFFFF;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}



.news-li .nl-l{
    float: left;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-rl;
    font-size: 14px;
    color: #15a5fe;
    padding: 22px 16px;
    margin-right: 15px;
    border-right: 1px solid #f1f1f1;
    width:19px;
    height:56px;
}

.news-li .nl-l span{
    width: 18px;
    display: inline-block;
    overflow: hidden;
}


.news-li .nl-r{
    float: left;
    width: 240px;
    height:100px;
}

.news-r{
    float: right;
    width: 512px;
    overflow: hidden;
    height:276px;
}

.news-r img{
    height:100%;
    width:100%;
}




.news-r .nr-nav,
.block4-left .block4-title,
.block5-left .nr-nav,
.block6-list .block4-title{
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
}

.nr-nav a{
    padding-right: 24px;
}

.nr-nav .active{
    color: #15a5fe;
}

.news-r .nr-center{
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.news-r .nrc-l {
    float: left;
    width: 150px;
    height: 90px;
}

.news-r .nrc-r {
    float: right;
    width: 352px;
}
.nrc-r p {
    font-size: 14px;
    line-height: 25px;
}
.nrc-r .details{
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.nrc-r .details{
    line-height:20px;
    height:60px;
    overflow:hidden;
    position: relative;
}
.nrc-r .details:after {
    content:"...";
    position:absolute;
    bottom:0;
    right:0;
    background:#FFF;
}

.news-r .nr-li {
    padding-top: 7px;
    width: 512px;
    height:126px;
}

.block2 ul{
    border: 1px solid #f1f1f1;
    height:103px;
}

.block2 li {
    width: 24.55%;
    height: 88px;
    display: inline-block;
    margin:7px 0;
    border-left: 1px solid #f1f1f1;
}

.block2 li:first-child{
    border-left:none;
}
.block2 img,.block2 .block2-context{
    width:60px;
    height:60px;
    padding:16px 15px;
    float: left;
}

.block2 span{
    display:block;
    font-size:14px;
}

.block2 .block2-context{
    display: inline-block;
    padding:16px 0px 16px 0;
    width:110px;

}

.block2 .block2-item{
    font-size:10px;
    line-height: 16px;
    padding: 3px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.block3 .notice1,
.block3 .notice2{
    height:46px;
    display:inline-block;
}
.block3 .notice2{
    float:right;
}
.notice1 span,
.notice2 span{
    width:100px;
    background-color:#1ea8f9;
    color:#FFFFFF;
    font-size:14px;
    text-align: center;
    line-height: 46px;
    float:left;
}
.notice1 ul ,
.notice2 ul{
    display:inline-block;
    width: 313px;
}

.notice1 ul li,
.notice2 ul li{
    margin:2px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notice2  ul,.notice1 ul{
    float:left;
    list-style-type:none;
    counter-reset:sectioncounter;
    padding:0 0 0 10px;
}

#notice1,#notice2{
    float:left;
    height: 44px;
    overflow:hidden;
    border:1px solid #f1f1f1;
}



.notice2 ul li:before ,.notice1 ul li:before{
    content:counter(sectioncounter) "、";
    counter-increment:sectioncounter;
    float:left;
    padding:0 0 0 5px;
    color:#5E5E5E;
}

.block4-left,
.block5-left{
    width:603px;
    display: inline-block;
}

.block4-left ul,
.block5-left ul,
.block6-list ul{
    padding:0 0 0 15px;
    margin-top:8px;
}




.block4-left ul{
    height:220px;
}
.block5-left ul{
    height:193px;
}
.block4-right{
    width:241px;
    display:inline-block;
    float:right;
    height:266px;
    overflow:hidden;
    position:relative;
}

.block4-right table{
    border:1px solid #f1f1f1;
}


 .block5 .right-table2{
    height:330px;
    overflow:hidden;
}


.block4-title {
    height:39px;
    line-height:39px;
}
.block4-title a {
    margin-left:5px;
    font-size:14px;
    color:#14A4FB;
}

.block4-title img{
    margin-bottom:-3px;
}
.block4-title span{
    float:right;
}

.block4-right table {
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.block4-right  .table-head{
    background-color:rgba(23,164,254,0.1);
}
.table-odd{
    background-color:rgba(235,235,235,0.52);
}


.block4-right  table  th,.block4-right table tr {
    height: 33px;
    width:25%;
    text-align:center;
}

.block5-left .nr-nav{
    padding-left:15px;
}
.block5-left img{
    width:600px;
    height:80px;
    padding:0 1px;
}

.block6-list{
    display:inline-table;
    width:286px;
}

.block6 .hot-line{
    width:241px;
    float:right;
}

.block6 ul,
.block6-minHeight{
    height: 96px;
}
.block6-minHeight img{
    margin-top:15px;
}
.block6-minHeight{
    text-align:center;
    padding:10px 20px 0 0;
}
.block6-minHeight .time{
    color:#1ea8f9;
    padding:0 0 0 15px;
}
.block6-minHeight .phone{
    background-color:#17A4FE;
    color:#FFFFFF;
    height:22px;
    line-height:22px;
    width:105px;
    border-radius: 5px;
    margin:0 auto;
    font-size:13px;
}
.block6-minHeight .p1{
    padding:4px 0;
}


.block6-list-mid-margin{
  padding:0 0 0 20px;
}


.end .address{
    padding-top:15px;
}

.news-l .news-li .nl-r,
.block4-left ul,
.block5-left ul,
.block6 ul,
.block6-minHeight{
    overflow:hidden;
}

.block6-list .public-list ul{
    width:275px;
}



.nl-r span,
.nr-li>span,
.block4-left .public-list span,
.block5-left .public-list span{
    padding:0 0 0 20px;
}
.item-r>p span{
    width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position:absolute;
    top:0;
}

.news-l{
    width:433px !important;
    height:264px !important;
}
.leftImg img{
    width:100%;
    height:100%;
}

.news-r{
    width:405px !important;
    height:264px !important;
}
.news-r .nr-li{
    width:405px !important;
    height:264px !important;
}
.public-list li{
    height:24px;
}
.nr-li-title{
    width: 65%;
    display: inline-block;
    height: 24px;
}
.nr-li-title a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.nr-li-title .tipImg{
    position: relative;
    top: -30px;
    left: 30px;
}
.nr-li-title .tipImg img{
    width:100%;
    height:100%;
}
