@font-face {
    font-family: 'MyWebFont';
    src: url("../font/webfont.eot"/*tpa=http://www.xiji.com.cn/templets/TH5/font/webfont.eot*/);
    /* IE9 Compat Modes */
    src: url("../font/webfont.eot-#iefix"/*tpa=http://www.xiji.com.cn/templets/TH5/font/webfont.eot?#iefix*/) format("embedded-opentype"), url("../font/webfont.woff"/*tpa=http://www.xiji.com.cn/templets/TH5/font/webfont.woff*/) format("woff"), url("../font/webfont.ttf"/*tpa=http://www.xiji.com.cn/templets/TH5/font/webfont.ttf*/) format("truetype"), url("../font/webfont.svg#svgFontName"/*tpa=http://www.xiji.com.cn/templets/TH5/font/webfont.svg#svgFontName*/) format("svg");
    /* Legacy iOS */
}

.wrap {
    width: 100%;
}

.white {
    color: #fff;
}

.img {
    width: 100%;
    display: block;
}

.navbar-brand {
    height: 50px;
    padding: 10px 15px;
}

.navbar-brand img {
    height: 34px;
}

.banner {
    padding-top: 50px;
}

.pd-tb20 {
    padding: 20px 15px;
}

.index-cp .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0 solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.nr-cp .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #F4F4F4;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.index-cp .thumbnail p {
    color: #9B9B9B;
}

.index-cp .btn {
    border-radius: 30px;
    border: 1px solid #133E94;
    padding: 6px 16px;
    color: #133E94;
}

.index-cp .thumbnail .caption {
    padding: 10px 20px;
}

.list-group-item-text {
    color: #9B9B9B;
}

#proimg .swiper-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#proimg .swiper-slide {
    background-position: center;
    background-size: cover;
}

#proimg .gallery-top {
    width: 100%;
}

#proimg .gallery-top img {
    width: 100%;
}

#proimg .gallery-thumbs {
    box-sizing: border-box;
    height: 100px;
    padding: 10px 0;
}

#proimg .gallery-thumbs .swiper-slide {
    width: 120px;
    height: 66px;
    opacity: 0.4;
}

#proimg .gallery-thumbs .swiper-slide img {
    width: 100%;
}

#proimg .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.highlight {
    padding: 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
}

.net-title {
    font-size: 20px;
    color: #000;
    border-bottom: 2px solid #1F2532;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.net-list {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.net-list h1 {
    font-size: 16px;
    color: #133E94;
    padding-bottom: 10px;
}

.net-list span {
    padding-right: 25px;
}

.footer {
    padding: 20px 10px;
    background: #1F2532;
    color: rgb(184, 192, 206);
    text-align: center;
}

.footer a {
    color: rgb(184, 192, 206);
    padding: 0 5px;
}

#timeline {
    height: 50px!important;
    border-bottom: 2px dotted #FECB9C;
    color: #9B9BA1;
}

#timeline .swiper-slide {
    font-size: 24px!important;
    height: 30px!important;
    font-family: 'MyWebFont';
}

#timeline .swiper-slide-active {
    color: #174191;
}

#timeline .swiper-slide a {
    text-decoration: none;
}