.back{
    background-color: rgba(183, 164, 178, 0.54);
    font-size: 15px;
    background-image: url("../../image/background1.jpg");
    background-attachment: fixed;
    background-size: auto;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: inherit;
}
.a{
    text-decoration:none;
}

/*导航的样式padding-right: 30px;
    padding-left: 30px;*/
.navbar-default{
    
    background-image: linear-gradient(to bottom, rgb(8, 40, 87) 0px, #06529E 100%);
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.15);
}
/*菜单样式 padding: 10px 7px;*/
.navbar-collapse .navbar-nav > li > a{
    font-size: 16px;
    font-weight: bold;
    color:#E2E2E1;
    height: 50px;
    line-height: 34px;
   
}
/*链接设置*/
.mynet{
    color:white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #36C8FF;
    background-image:linear-gradient(to bottom, rgb(8, 40, 87) 0px, #06529E 100%);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #36C8FF;
    background-color: transparent;
}

/*Logo样式*/
.navbar-default .navbar-brand {
    font-size: 17px;
    font-weight: bold;
    color: #40D2B1;
    height: 47px;
    line-height: 49px;
    padding: 10px 8px;
}

#main{
    margin-top: 68px;
}


.panel .panel-heading .panel-actions a {
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 20px;
    padding: 0px;
}
.panel .panel-heading .panel-actions {
    float: right;
    margin: -15px 4px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: inherit;
}
ol, ul {
    line-height: 26px;
    text-align: justify;
}



.panel-heading {
    border-bottom: 0px solid transparent;
}
.panel-body {
    background-color: rgb(203, 243, 253);
}
.table-hover > tbody > tr:hover {
    background-color: rgba(69, 82, 245, 0.4);
}
.table-information >tbody>tr>td, .table-information>tbody>tr>th, .table-information>tfoot>tr>td, .table-information>tfoot>tr>th, .table-information>thead>tr>td, .table-information>thead>tr>th{
    padding: 4px;
    line-height: 1.42857143;
    border-top: 0px solid rgba(48, 150, 118, 0.78);
    vertical-align:text-top;
}
.table-information-1{
    width: 85px;
}
.logo{
    background-color: #1b6d85;
}
.net {
    width: 180px;
    
    text-align: center;
}
/*小屏幕导航栏字体*/
.small-nav{
    font-size: 23px;
    color: aqua;
    text-align: center;
}
.small-nav-lable{
    padding-top: 10px;
}
.small-nav-en{
    font-size: 15px;
    padding-left: 20px;
}
.small-nav .small-nav-en>a:hover{
    color: #36C8FF;
    text-decoration:none;
}
.link-weizhi{
    text-align: right;
    line-height: 50px;
}
.btn-group>.btn:first-child {
    margin-left: 20px;
}
.banquan{
    line-height: 55px;
}
.btn-default{
    color: #333;
    background-color: #CBF3FD;
    border-color: #1B6D85;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
    background-color: lightblue;
}
.encolor{
    color: rgb(241, 241, 241);
}

/*时间线*/

.timelineProfile .timeline-body {
    position: relative;
    padding: 30px 0;
}
.timelineProfile .timeline-body:after {
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #34d948 8%, #79d930 92%, rgba(80, 80, 80, 0) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 140px;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 0;
    opacity: 0.35;
}
.timelineProfile .timeline-title {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    background-color: #fff;
    padding: 4px 5px;
    margin: 0 40px;
    z-index: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.timelineProfile .timeline-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.timelineProfile .timeline-items > li {
    position: relative;
    margin: 30px 0;
    padding: 0 0 0 190px;
    min-height: 65px;
    z-index: 1;
}
.timelineProfile .timeline-items > li .timeline-box {
    position: relative;
    background: #fff;
    min-height: 65px;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.timelineProfile .timeline-items > li .timeline-box:after {
    right: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 8px;
    top: 50%;
    margin-top: -8px;
    z-index: 2;
}
.timelineProfile .timeline-items > li .timeline-box p:last-child {
    margin-bottom: 0;
}
.timelineProfile.timeline-profile .timeline-body:after {
    left: 30px;
}
.timelineProfile.timeline-profile .timeline-body .timeline-title {
    border: 1px solid #e9e9e9;
    margin: 0 10px;
}
.timelineProfile.timeline-profile .timeline-body .timeline-items > li {
    padding: 0 0 0 55px;
}
.timelineProfile.timeline-profile .timeline-body .timeline-items > li:before {
    display: block;
    position: absolute;
    content: ' ';
    background: none repeat scroll 0 0 #73B9FF;
    border-radius: 50%;
    box-shadow: 0 0 0 3px white, 0 0 0 6px #73B9FF;
    height: 7px;
    left: 30px;
    top: 50%;
    width: 8px;
    margin-left: -4px;
    margin-top: -4px;
}
.timelineProfile.timeline-profile .timeline-body .timeline-items > li .timeline-box:before {
    left: -17px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #e9e9e9;
    border-width: 8px;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .timelineProfile .timeline-body:after {
        left: 20px;
    }
    .timelineProfile .timeline-title {
        margin: 0;
    }
    .timelineProfile .timeline-items > li {
        padding-left: 50px;
    }
}

.dl-horizontal dt{
    width: 80px;
}
.dl-horizontal dd {
    margin-left: 100px;
}

.inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.table{
    margin-bottom: 0px;
}
.fixed_div {
    position: absolute;
    left: 150px;
    bottom: 70px;
    width: 400px;
}
.language{
    padding: 9px 5px;
}
.language-en{
    font-size: 13px;
    padding-top: inherit;
    padding-left: inherit;
    color: #d4d4d4;
}
.language .language-en>a:hover{
    color: #36C8FF;
    text-decoration:none;
}
.panel-success>.panel-heading {
    color: rgb(3, 67, 255);
    background-color: rgba(44, 152, 227, 0.52);
    border-color: #18250E;
}
.subtitle{
    background-color: rgba(38, 210, 49, 0.25);
    color: rgba(34, 78, 162, 0.95);
}
.panel .panel-heading .panel-actions a{
    color: rgba(5, 6, 14, 0.86);
    text-decoration: none;
}
@media (min-width: 768px) {
    .inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        max-width: 267px;
        height: auto;
        margin-top: -2px;
        margin-left: -41px;
    }
    .navbar-collapse .navbar-nav > li > a{
        padding: 10px 18px;
    }
    .container-nav{
        max-width: 721px;
        margin-left: auto;
        margin-right: auto;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .btn-group>.btn:first-child {
        margin-left: 80px;
    }
    .container{
        padding-left: 0px;
        padding-right: 0px;
        width: 790px;
    }
}


@media (min-width: 992px) {
    .inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        max-width: 268px;
        height: auto;
        margin-top: 0px;
        margin-left: -33px;
    }
    .navbar-collapse .navbar-nav > li > a{
        padding: 10px 23px;
    }
    .container-nav{
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .btn-group>.btn:first-child {
        margin-left: 100px;
    }
    .container{
        padding-left: 0px;
        padding-right: 0px;
        width: 850px;
    }

}
@media (min-width: 1200px) {
    .inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        max-width: 274px;
        height: auto;
        margin-top: 0px;
        margin-left: -28px;
    }
    .navbar-collapse .navbar-nav > li > a{
        padding: 10px 33px;
    }
    .container-nav{
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .btn-group>.btn:first-child {
        margin-left: 100px;
    }
    .container{
        padding-left: 0px;
        padding-right: 0px;
        width: 1000px;
    }
}