/*-------------------- common CSS--------------------*/
* {
    margin: 0;
    padding: 0;
    border: 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;
}

*::-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: #014eae;
    font-size: 16px;
    padding-left: 8px;
    border-left: 5px solid #014eae;
    margin-bottom: 20px;
}


.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{
    height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #014e9c;
    text-align: center;
    width: 100px;
    display: inline-block;
    border-right: 1px solid #014e9c;
    border-top: 1px solid #014e9c;
}
.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;
}

.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{
    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: 130px;
    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: #0167cc;
}

.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');
}



.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;
}

