/*
 imported styles
*/
@import url("animate.css");
ul,li{
    list-style: none;
}
.clearfix{
    clear:both;
}

/*background-color*/
.main-bg{
    background:#f5f6f7;
}
.bg-white{
    background:#ffffff;
}
.bg-blue{
    background:#00a0e9;
    color:#ffffff;
}
.bg-skyblue{
    background:skyblue;
    color:#ffffff;
}
.bg-cadetblue{
    background:cadetblue;
    color:#ffffff;
}
.bg-green{
    background:#04BE02;
    color:#ffffff;
}
.bg-lightseagreen{
    background:lightseagreen;
    color:#ffffff;
}
.bg-orange{
    background:#f19149;
    color:#ffffff;
}
.bg-orangered{
    background:#ec6941;
    color:#ffffff;
}
.bg-red{
    background:#e60012;
    color:#ffffff;
}
.bg-pink{
    background:hotpink;
    color:#ffffff;
}
.bg-gray{
    background:#f0f0f0;
    color:#333333;
}
.bg-main-dark{
    background:#f1f2f3;
    color:#333333;
}
.bg-none{
    background-color:transparent;
}
/*badge*/
.badge-o-primary{
    border:1px solid #2878ff;
    color:#2878ff;
    background:transparent;
    font-weight: normal;
}
.badge-o-success{
    border:1px solid #5cb85c;
    color:#5cb85c;
    background:transparent;
    font-weight: normal;
}
.badge-o-info{
    border:1px solid #5bc0de;
    color:#5bc0de;
    background:transparent;
    font-weight: normal;
}
.badge-o-warning{
    border:1px solid #f0ad4e;
    color:#f0ad4e;
    background:transparent;
    font-weight: normal;
}
.badge-o-danger{
    border:1px solid #d9534f;
    color:#d9534f;
    background:transparent;
    font-weight: normal;
}


/*font-color*/
.font-color-main{
    color:#2878ff;
}
.font-color-bright{
    color:#dc704c;
}
.font-color-light{
    color:#999999;
}
.font-color-light-gray{
    color:#d5d5d5;
}
.font-color-normal{
    color:#666666;
}
.font-color-red{
    color:#ff0000;
}
.font-color-green{
    color:#96c365;
}
.font-color-blue{
    color:#31708f;
}
.font-color-orange{
    color:#dc704c;
}
.font-color-white{
    color:white;
}
/*font-size*/
.font-10{
    font-size:10px;
}
.font-12{
    font-size:12px;
}
.font-14{
    font-size:14px;
}
.font-16{
    font-size:16px;
}
.font-18{
    font-size:18px;
}
.font-20{
    font-size:20px;
}
.font-24{
    font-size:24px;
}
.font-28{
    font-size:28px;
}
.font-36{
    font-size:36px;
}
.font-normal{
    font-weight:normal;
}
.font-thin{
    font-weight:300;
}
.font-bold{
    font-weight: bold;
}
/*marging*/
.m-0{margin:0!important;}
.mr-5{margin-right:5px!important;;}
.ml-5{margin-left:5px!important;;}
.mt-5{margin-top:5px!important;;}
.mb-5{margin-bottom:5px!important;;}
.mr-10{margin-right:10px!important;;}
.ml-10{margin-left:10px!important;;}
.mt-10{margin-top:10px!important;;}
.mb-10{margin-bottom:10px!important;;}
.mt-15{margin-top:15px!important;;}
.mb-15{margin-bottom:15px!important;;}
.ml-15{margin-left:15px!important;;}
.mr-15{margin-right:15px!important;;}
.mr-20{margin-right:20px!important;;}
.ml-20{margin-left:20px!important;;}
.mt-20{margin-top:20px!important;;}
.mb-20{margin-bottom:20px!important;;}
/*padding*/
.p-0{padding:0!important;;}
.p-5{padding:5px!important;;}
.pt-5{padding-top:5px!important;;}
.pr-5{padding-right:5px;!important;}
.pb-5{padding-bottom:5px!important;;}
.pl-5{padding-left:5px!important;;}
.p-10{padding:10px!important;;}
.pt-10{padding-top:10px!important;;}
.pr-10{padding-right:10px!important;;}
.pb-10{padding-bottom:10px!important;;}
.pl-10{padding-left:10px!important;;}
.p-15{padding:15px!important;;}
.pt-15{padding-top:15px!important;;}
.pr-15{padding-right:15px!important;;}
.pb-15{padding-bottom:15px!important;;}
.pl-15{padding-left:15px!important;;}
.p-20{padding:20px!important;;}
.pt-20{padding-top:20px!important;;}
.pr-20{padding-right:20px!important;;}
.pb-20{padding-bottom:20px!important;;}
.pl-20{padding-left:20px!important;;}

/*box-pdding*/
.box-p10{
    padding:10px ;
    position:relative;
}
.box-p15{
    padding:15px ;
    position:relative;
}
.box-p20{
    padding:20px ;
    position:relative;
}
.box-p-lr20{
    padding:10px 20px ;
    position:relative;
}

/*border*/
.border-b0 {
    border-bottom: 0 !important;
}
.border-t0 {
    border-top: 0 !important;
}
.border-top {
    border-top: 1px solid #ebebeb!important;
}
.border-bottom {
    border-bottom: 1px solid #ebebeb!important;
}
.border {
    border: 1px solid #ebebeb!important;
}
.border-none{
    border:1px solid transparent!important;;
}
/*height*/
.h-25px{
    height:25px;
}
.h-30px{
    height:30px;
}
.h-35px{
    height:35px;
}
.h-40px{
    height:40px;
}
.h-45px{
    height:45px;
}
.h-50px{
    height:50px;
}
.h-55px{
    height:55px;
}
.h-60px{
    height:60px;
}
/*images*/
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img,
.img img{
    width:100%;
    height:100%;
}
/* radius*/
.round {
    border-radius: 1.8rem;
}

.square {
    border-radius: 0;
}

.hidden{
    display: none;
}
.blank{
    height:10px;
}
/*cursor*/
.cursor{ cursor: pointer;}
.cursor-no{ cursor: default;}

/*boxshadow*/
.boxshadow-all {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.boxshadow-b {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.boxshadow-none {
    box-shadow: none !important;
}

/*left&right*/
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

.float-left{
    float:left;
}
.float-right{
    float:right;
}
/*page-min-height*/
.page-min-height{
    min-height: 700px;
}

/*empty-page*/
.empty-page{
    padding:100px auto;
}
.empty-box{
    text-align: center;
    color:#666666;
    margin:100px auto;
    width:120px;
    height:120px;
}
.empty-box img{
    width:100%;
    height:100%;
    margin-bottom:20px;
}
/*avatar*/
.avatar{
    border-radius: 50%;
    text-align: center;
    color:#ffffff;
    overflow: hidden;
}
.avatar.w32{
    width:32px;
    height:32px;
    line-height:32px;
    font-size:12px;
}
.avatar.w40{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:12px;
}
.avatar.w48{
    width:48px;
    height:48px;
    line-height: 48px;
    font-size: 16px;
}
.avatar.w60{
    width:60px;
    height:60px;
    line-height: 60px;
    font-size: 18px;
}
.avatar.w80{
    width:80px;
    height:80px;
    line-height: 80px;
    font-size: 20px;
}
.avatar img{
    width:100%;
    height:100%;
}

.avatar-system{
    background:orange;
}


/*ellipsis*/
.ellipsis-1row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ellipsis-2row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*布局 layout*/
.layout-relative{
    position: relative;
}
.fixed-top{
    position: fixed;
    top:0;
}
.fixed-bottom{
    background:#ffffff;
    width:100%;
    position:fixed;
    bottom:0;
    z-index:2;
}

.flex-box{
    display:flex;
}
.flex-item,.flex-left,.flex-right{
    display:inline-flex;
}
.flex-start{
    -webkit-box-align:flex-start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
}
.position-r{
    position:relative;
}
.position-a{
    position:absolute;
}

.display-block{
    display:block;
}

/*返回顶部*/
.scroll-to-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    width: 45px;
    height:45px;
    background-color: #0455b7;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
}

.scroll-to-top i {
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    position: relative;
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.scroll-to-top:hover {
    background: #222222;
}

.scroll-to-top:hover i {
    color: #fff;
}

.dot-red{
    background:red;
    width:8px;
    height:8px;
    border-radius: 50%;
}

.hover-show .h-show{
    display: none;
}
.hover-show:hover .h-show{
    display: inline;
}
.hover-show .h-hide{
    display: inline;
}
.hover-show:hover .h-hide{
    display: none;
}

/*images*/
.bg-cover{
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.table-valign-m td{vertical-align: middle!important;}

/*导航 nav-flex*/
.nav-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.nav-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

/*bootstrap thumbnail特效1207*/
.thumbnail{
    overflow: hidden;
    padding: 0;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.thumbnail:hover{
    text-decoration: none;
    border: 1px solid transparent !important;

}
.thumbnail img{
    cursor: pointer;
    transition: all 0.6s;
}
.thumbnail .img-fluid{
    width:100%;
}
.thumbnail:hover img{
    transform: scale(1.05);
}
.thumbnail .badge,
.thumbnail:hover .badge{
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
    font-weight: 100;
    border-radius: 0 0 0 10px;
}
.thumbnail.hover:hover{
    box-shadow: 0px 2px 10px rgba(58,166,255,0.5);
    border: 1px solid #d11515 !important;
    color:#d11515;
}
.thumbnail .caption{
    color:#333333;
}
.thumbnail .intro-2{
    color:#666666;
    height:50px;
}

/*设置box宽高为指定比例*/
.aspect-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.aspect-box > * /* This targets .aspect-box__content */ {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}
.aspect-box:before /* This pseudo element uses the padding trick to set the height. */ {
    position: relative;
    display: block;
    content: "";

    box-sizing: border-box;
}
.square {
    aspect-ratio: '1:1';
}
.square:before {
    aspect-ratio: '1:1';
    padding-top: 100%;
}
.rectangle16-9{
    aspect-ratio: '16:9';
}
.rectangle16-9:before {
    padding-top: 56.25%;
}
.rectangle16-10{
    aspect-ratio: '16:10';
}
.rectangle16-10:before {
    padding-top: 62.5%;
}
.rectangle3-4{
    aspect-ratio: '3:4';
}
.rectangle3-4:before {
    padding-top: 120%;
}
.min-vh-50{min-height:50vh!important}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    padding:0!important;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
/*this web style*/
 .web-bg{
     background-image: url(../images/web/bg-mian.png);
     background-repeat:no-repeat;
     background-size:cover;
     height:1080px;
 }
.top-main{
    width:100%;
    height:480px;
    background-image: url(../images/web/bg-top-main.jpg);
    padding-top:100px;
}
.nav-main{
    margin-top:-128px;
    height:128px;
    font-size: 20px;
    background-color:rgba(0,0,0,0.2);
}
.nav-main .my-nav{
    width:100%;
}
.nav-main .my-nav li{
    list-style: none;
    float: left;
    width:25%;
}
.nav-main .my-nav li a{
    display: block;
    text-align: center;
    height:128px;
    padding-top:20px;
    color:#ffffff;
}
.nav-main .my-nav li a img{
    display: block;
    width:24px;
    margin:15px auto;
}
.nav-main .my-nav li.current a{
    background:#0455b7;
}
.nav-main .my-nav li a:hover{
    background:rgb(4,85,183,0.8);
}
@media screen and (max-width: 767px) {
    .top-main{
        height:300px;
        padding-top:40px;
    }
    .top-main img{
        width:300px;
    }
    .nav-main{
        margin-top:-80px;
        height:80px;
        font-size: 14px;
    }
    .nav-main .my-nav li a{
        display: block;
        text-align: center;
        height:80px;
        padding-top:14px;
        color:#ffffff;
    }
    .nav-main .my-nav li a img{
        display: block;
        width:16px;
        margin:0 auto 15px auto;
    }
}

/*
block-title styles
*/

.block-title {
    padding:0;
    margin:0;
}

.block-title-title {
    color: #0455b7;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
.block-title-title.small{
    font-size: 24px!important;
    line-height: 24px!important;
}

@media screen and (max-width: 767px) {
    .block-title-title.small{
        font-size: 18px!important;
        line-height: 18px!important;
    }
}
.block-title-title+.block-title-line {

}

.hover-show:hover .block-title-title+.block-title-line.h-show{
    display: inline-block;
}
.block-title-line {
    display: inline-block;
    vertical-align: bottom;
    width: 46px;
    height: 2px;
    background-color: #ea551d;
}


.xnfz-p-box{
   padding:50px;
}
.syjj p{
    line-height: 30px;
}

.video-js{
    max-width: 100%;width: 100%;height:240px;
}
@media screen and (max-width: 767px) {
    .xnfz-p-box{
        padding:20px;
    }
    .video-js{
        height:180px;
    }
}
.xnfz.btn{
    width:280px;
    border-radius: 0;
    background:#0455b7;
    box-shadow: 0 0 20px rgba(4, 85, 183, 0.3);
}
.xnfz.btn:hover{
    background:#005fd2;
}
.xnfz-box-color{
    background:#005fd2;
    color:#ffffff;
}
.xnfz-box-color p{
    line-height: 200%;
}

/*timeline*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;

}

.timeline:before {
    background-color: #0455b7;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 0;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;

}


.timeline-desk .panel {
    display: block;
    margin-top:-38px;
    margin-bottom:0;
    margin-left: 25px;
    position: relative;
    text-align: left;
    background: #f3f8ff;
    color:#131824;
    font-size: 16px;
    border-radius: 0;
    border:1px solid #9bb5d5;
}

.timeline-item .timeline-desk .arrow {
    background:url(../images/web/time-line-box-arrow.png);
    width:12px;
    height:22px;
    left: -12px;
    position: absolute;
    top: 36px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}


.timeline-item.alt .timeline-desk .arrow-alt {
    background:url(../images/web/time-line-box-arrow.png);
    width:12px;
    height:22px;
    right: -12px;
    position: absolute;
    top: 36px;
}


.timeline-icon {
    left: -35px;
    position: absolute;
    top: 36px;
    background: #0455b7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 20px;
    width: 20px;
}
.timeline-icon.color{
    background: #0455b7
}

.alt .timeline-icon {
    left: auto;
    right: -36px;
}

.timeline-item.alt:before {
    display: none;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}
.timeline-desk h3 {
    margin-top:5px;
    font-size: 24px;
    line-height: 160%;
}
.timeline-desk h3.color{
    color:#0455b7;
}
.timeline-desk p {
    font-size: 18px;
    color:#333333;
    line-height: 180%;
    margin-bottom: 0;
}
.timeline-desk p.text-small{
    font-size: 14px;
    margin-left:40px;
    color:#888888;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}
.timeline-title{
    text-align: center;
}
.timeline-title h2{
    margin:0 auto;
    width:300px;
    font-size: 24px;
    padding:18px 30px;
    background:#0455b7;
    color:#ffffff;
}

