/*-------------------- common CSS--------------------*/
* {
    margin: 0;
    padding: 0;

    outline: 0;
    font-size: 100%;
    background: transparent;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    font-family:"Microsoft YaHei",微软雅黑,"雅黑", "宋体","MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size: 14px;
    letter-spacing: 0px;
}

img{
    border:0px;
}

input {
    border: 0px;
}

*::-webkit-scrollbar{
    color:white;
    background-color:white;
    width:5px;
    height:5px;
    -webkit-box-shadow:2px 2px 6px rgba(0,0,0,.2) inset;
}
::-webkit-scrollbar-thumb{
    border-radius:16px;
    background:rgba(6,6,6,0.5);
    -webkit-box-shadow:2px 2px 6px rgba(0,0,0,.5),inset -2px 2px 2px rgba(204,204,204,0.1),inset 2px -2px 2px rgba(0,0,0,0.2);
}
input{
    cursor: pointer;
}
a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #c50b0e;
    font-size: 14px;
}
ol, ul {
    list-style: none;
    list-style-image: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

h1, h2, h3, h4, em {
    font-weight: normal;
    font-style: normal;
}

.bgCover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*.row {
    display: flex;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col {
    flex: 1;
    flex-shrink: 1;
    display: block;
    width: 0px;
}*/

.row
{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.col
{
    display: table-cell;
    vertical-align: top;
}


.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis em {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transition{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    transition: all 1s;
    -moz-transition: all 1s;	/* Firefox 4 */
    -webkit-transition: all 1s;	/* Safari 和 Chrome */
    -o-transition: all 1s;	/* Opera */


    transition-duration: 1s;
    -moz-transition-duration: 1s; /* Firefox 4 */
    -webkit-transition-duration: 1s; /* Safari 和 Chrome */
    -o-transition-duration: 1s; /* Opera */

    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out; /* Firefox 4 */
    -webkit-transition-timing-function: ease-out; /* Safari 和 Chrome */
    -o-transition-timing-function: ease-out; /* Opera */
}


.transition6{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    transition: all .6s;
    -moz-transition: all .6s;	/* Firefox 4 */
    -webkit-transition: all .6s;	/* Safari 和 Chrome */
    -o-transition: all .6s;	/* Opera */


    transition-duration: .6s;
    -moz-transition-duration: .6s; /* Firefox 4 */
    -webkit-transition-duration: .6s; /* Safari 和 Chrome */
    -o-transition-duration: .6s; /* Opera */

    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1); /* Firefox 4 */
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1); /* Safari 和 Chrome */
    -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1); /* Opera */
}

.common-p{
    line-height: 16px;
    color: #014e9c;
    font-size: 16px;
    padding-left: 8px;
    border-left: 5px solid #014e9c;
    margin-bottom: 10px;
}


.common-tab>.tab-menu{
    line-height: 30px;
    height: 30px;
    letter-spacing: -3px;
    font-size: 0px;
    border-bottom: 1px solid #014e9c;
}
.common-tab>.tab-menu>.tab-slide,
.common-tab>.tab-menu>.tab-slide-style{
    height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #014e9c;
    text-align: center;
    width: 96px;
    display: inline-block;
    border-right: 1px solid #014e9c;
    border-top: 1px solid #014e9c;
}
.common-tab>.tab-menu>.tab-slide-style{
    width: 120px;
}

.common-tab>.tab-menu>.tab-slide:first-child{
    border-left: 1px solid #014e9c;
}
.common-tab>.tab-menu>.tab-slide.active{
    color: white;
    background-color: #014e9c;
}
.common-tab>.tab-content>div{
    display: none;
}
.common-tab>.tab-content>div.active{
    display: block;
}

.common-tab2>.tab-menu>.tab-slide:first-child{
    border-color: #d2dae4
}
.common-tab2>.tab-menu{
    border-color: #d2dae4 !important;
}
.common-tab2>.tab-menu>.tab-slide{
    border-color: #d2dae4 !important;
}
.common-tab2>.tab-content{
    border: 1px solid #d2dae4;
    border-top: 0px;
}

.zcjd{
    max-width: 540px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zcjd-zc{
	color: #0080ff;
}

.zcjd-list{
	line-height: 40px;
	border-bottom: 1px dashed #bcc3cc;
}

.zcjd-col-3{
	max-width:60px;
	width:60px;
	text-align:center;
	color:#0A5FB5;	
}

.zcjd-col-2{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
}

.common-list-container>a{
    display: block;
    line-height: 39px;
    border-bottom: 1px dashed #bcc3cc;
    position: relative;
    padding-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-list-container>a span{
    position: absolute;
    right: 0px;
    top: 0px;
}

.common-margin{
    width: 1200px;
    margin: 0px auto;
}


.menu-container{
    height: 50px;
}

.common-menu{
    position: relative;
    margin: 0px auto;
    width: 1200px;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    background: url('../img/daohanbg.png') repeat;
}
.common-menu .col{
    border-right: 1px solid #6b6c70;
}
.common-menu .col a{
    display: block;
    width: 115px;
    margin: 0px auto;
    text-indent: 30px;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-position: left center;
    background-repeat: no-repeat;
}
/*.menu .col:hover,*/
.common-menu .col.active
{
    background-color: #014e9c;
}

.common-menu .col.zwdt a{
    background-image: url('../img/news.png');
}

.xxgk a{
    background-image: url('../img/xinxi.png');
}
.zwfw a{
    background-image: url('../img/fuwu.png');
}
.zmhd a{
    background-image: url('../img/hudong.png');
}
.ljyx a{
    background-image: url('../img/nieer.png');
}
.zwzq a{
    background-image: url('../img/zhanqun.png');
}
.index a{
    background-image: url('../img/ear.png');
}
.tzyx a{
    background-image: url('../img/dz.png');
}
.ztzl a{
    background-image: url('../img/ztzl.png');
}



.website *{
    margin: 10px 0px;
    display: inline-block;
    padding-right: 5px;
}
.website span.first{
    padding-left: 20px;
    background: url('../img/home.png') left center no-repeat;
}


/*分页的样式*/
.page-large{
    margin:10px 0px;
}
.page-large *{
    line-height: 25px;
    display: inline-block;
}
.page-large  a,
.page-large  input{
    border-radius: 3px;
    border:2px solid #d2dae4;
    padding: 0px 9px;
    margin: 0px 2px;
    color: #3887d6;
}

.page-large .next-page,
.page-large .prev-page,
.page-large .goPage,
.page-large  a.on{
    background: #3887d6;
    color: white;
    border:2px solid #3887d6;
}
.page-large .goPs{
    width: 80px;
    border:2px solid #d2dae4;
    border-radius: 3px;
}
.page-large .goPage[disabled="disabled"]{
    background: #d2dae4;
    border:2px solid #d2dae4;
}

.main-container{
    padding: 0px 20px 20px 20px;
    background: white;
    min-height:535px;
}

.common-padding-bottom{
    /* padding-bottom: 150px; */
}

.common-padding20{
    padding: 0px 20px 20px 20px;
    background: white;
}

.content-link {
    border-top: 1px dashed #bcc3cc;
    padding-top: 10px;
    line-height: 20px;
    margin: 10px 0px;
}
.content-link .row{
    width: 100%;
}

.content-link i{
    margin: 0px 5px;
    border-radius: 2px;
    display: inline-block;
    padding: 0px 5px;
    background: #014e9c;
    font-style: normal;
    color: white;
}
.content-link i.disabled{
    background-color:#d2dae4;
}

.content-link .prev-content{
    text-align: left;
}
.content-link .next-content{
    text-align: right;
}

.icon-p{
    line-height: 45px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../img/wenjian.png);
    background-color: #014e9c;
    color: white;
    font-size: 16px;
    padding-left: 50px;
    border-bottom: 1px solid white;
}

.common-img-container img{
    height: 100%;
    width: 100%;
   /* max-height: 100%;
    min-height: 100%;*/
}

.zztj{
    padding: 10px;
    display: none;
}
.zztj{
    text-align: center;
    line-height: 20px;
}
.zztj a{
    text-align: center;
    line-height: 20px !important;
}
.mzhd-ad-last .common-img-container img,
.mzhd-ad-frist .common-img-container img {
    height: 96px ;
}

.zwdt-ad .common-img-container img {
    height: 67px ;
}
.xxgk-right .common-img-container img,
.xxgk-left .common-img-container img{
    height: 67px ;
}
.zwdw-ad .common-img-container img{
    height:90px;
}

.no-padding-right {
    padding-right: 0px!important;
}

.ie-7-tip{
    display: none;
}
.content-swiper{
    height: 380px;
}
.content-swiper a{
    width: 100%;
    height: 380px;
    position: relative;
    display: block;
}
.content-swiper a img{
    height: 100%;
    width: 100%;
    display: block;
}
.content-swiper{
    position: relative;
}
.content-swiper .swiper-pagination{
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0px;
    background: black;
    opacity: .6;
    text-align: right;
    letter-spacing: -3px;
    font-size: 0px;
}

.content-swiper .swiper-pagination-switch{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px;
    background: white;
    margin-top: 3px;
}
.content-swiper .swiper-pagination-switch.swiper-active-switch{
    background: #00ed2d;
}

.common-tab3 .col{
    height: 50px;
    padding: 0px 15px;
}

.common-tab-img{
    background: #e6e6e6;
    padding:0px 0px 10px 10px ;
}
.common-tab-img .col{
    padding: 10px 10px 0px 0px;
}
.common-tab-img a{
    background: white;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    -moz-box-shadow: 0px 1px 5px #aaa; /* 老的 Firefox */
    box-shadow: 0px 1px 5px #aaa;
}
.common-tab-img a p{
    min-height: 85px;
    line-height: 30px;
    color: #333333;
    font-size: 18px;
    padding: 10px 20px 15px 20px;
    text-align: center;
}
.common-tab-img a img{
    border: 0px;
    display: block;
    height: 205px;
    width: 100%;
}

.content-img-container{
    position: relative;
}

.content-img-child{
    position: absolute;
    width: 120%;
    height: 40%;
    bottom: -30px;
    left: -30px;
    background: #f5f5f5;
    z-index: 1;
}
.content-img-parents{
    position: relative;
    z-index: 3;
}




.line-container .first-line{
    border-bottom: 1px dashed #dcdee0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.line-container .first-line h4{
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #014e9c;
    font-weight: 500;
    width: 100%;
}
.line-container{
    max-height: 238px;
    overflow: hidden;
    color: #666666;
}
.line-container .first-line p{
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 50px;

    display: -webkit-box;
    -webkit-line-clamp: 2 ;
    -webkit-box-orient: vertical;
    font-size: 14px;

}
.line-container .line{
    font-size: 14px;
    line-height:27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.line-container .line a{
    font-size: 14px;
    line-height:30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
    list-style-type:disc;
    padding-left: 15px;
    display: block;
}
.line-container .line.no-right a{
    margin-right: 0px;
}
.line-container .line span{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
}
.line-container .line:before{
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    left: 5px;
    top:50%;
    margin-top:-2px;
    background: #666666;
    border-radius: 50%;
}


.common-notice_head{
    height: 35px;
    margin-bottom: 12px;
    background-color: #f0f3f6;
}
.common-notice_head a{
    display: inline-block;
    width: 105px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #014e9c;
}

.margin-top-50{
    margin-top: 50px;
}
.content-right{
    width: 270px;
}


