/*************************/
/***** 新闻页面*******/
/*************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/****************/
/**** COLORS ****/
/****************/
/*.blue-theme { $orange: #088cdc;
}*/
body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif; /*padding-bottom: 500px;*/
}

* {
    outline: none !important;
}

/* font-family: 'Playfair Display', serif; font-style: italic;
*/
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.img-responsive {
    display: inline-block;
    vertical-align: middle;
}

.vtop {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.no-margin {
    margin: 0 !important;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.relative {
    position: relative;
}

.text-white {
    color: #fff;
}

.invertX {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #999999;
    font-size: 13px;
}

p {
    font-size: 12px;
    color: #333;
    line-height: 2;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 2.14em;
}

p.large {
    font-size: 14px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 28px;
}

h5 {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
}

h5.italic-title {
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

h5.italic-title:after {
    display: none;
}

h5:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #ff6400;
}

ul.marker-list {
    margin-bottom: 15px;
}

ul.marker-list li {
    color: #666666;
    font-size: 14px;
    font-family: Raleway, serif;
    line-height: 24px;
    padding: 3px 0;
    font-weight: 500;
}

ul.marker-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #ff6400;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.btn {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 25px;
    line-height: 20px;
}

.btn.btn-primary {
    background: #ff6400;
    border: 1px solid #ff6400;
    color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active:focus {
    background: #cc5000;
    border-color: #cc5000;
}

.btn.btn-primary-warning {
    border-radius: 0;
    background: #fff;
    color: #666;
    border: 1px solid #eee;
}

.btn.btn-primary-warning:hover {
    background: #ff6400;
    color: #fff;
    border-color: #ff6400;
}

.btn.btn-info {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active:focus { /*color: #7f858f;*/
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
}

textarea {
    max-width: 100%;
}

.form-control {
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    border-radius: none;
    font-size: 12px;
    padding-left: 0;
    height: 50px;
    font-size: 11px;
    color: #999;
}

.form-control:focus, .form-control:active {
    border-color: #dddddd;
}

.form-control-feedback {
    top: 8px;
}

.navbar-brand {
    line-height: 70px;
    padding: 0;
}

.navbar-brand > img {
    display: inline-block;
}

/************************/
/*        LAYOUT        */
/******** HEADER *********/
/*****************/
/***** HEADER ****/
/*****************/
body.fixed-header .scrolling-header .navbar {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 15px;
    padding-bottom: 15px;
}

body.fixed-header .scrolling-header .navbar .navbar-nav li a {
    color: #333;
}

body.fixed-header .scrolling-header .navbar .normal-logo {
    display: none;
}

body.fixed-header .scrolling-header .navbar .scroll-logo {
    display: inline-block;
}

body.fixed-header .scrolling-header .navbar .navbar-search .input-group .form-control {
    height: 80px;
    color: #7f858f;
}

body.fixed-header .scrolling-header .navbar .navbar-search .input-group .search-close {
    color: #7f858f;
}

.header.search-open .navbar .relative-nav-container {
    opacity: 0;
}

.header.search-open .navbar .navbar-search {
    opacity: 1;
    visibility: visible;
}

.header .navbar {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 0;
    background: none;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header .navbar .relative-nav-container {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header .navbar .toggle-button {
    line-height: 40px;
    color: #999;
    cursor: pointer;
}

.header .navbar .navbar-search {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.header .navbar .navbar-search .input-group .form-control {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 120px;
    border: none;
    color: white;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
}

.header .navbar .navbar-search .input-group .search-close {
    background: none;
    border: none;
    color: #fff;
}

.header .navbar .scroll-logo {
    display: none;
}

.header .navbar .navbar-nav > li.active {
    background: none;
    border: none;
}

.header .navbar .navbar-nav > li.active > a {
    background: none;
    border: none;
    border-bottom: 1px solid #ff6400;
}

.header .navbar .navbar-nav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.header .navbar .navbar-nav > li > a:hover {
    color: #fff;
    border-bottom: 1px solid #ff6400;
}

.header .navbar .navbar-nav.wrap-user-control {
    margin-left: 15px;
}

.header .navbar .navbar-nav.wrap-user-control li {
    color: #ff6400;
}

.header .navbar .navbar-nav.wrap-user-control li a {
    color: #ff6400;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
}

.navbar-with-inside > li:hover .wrap-inside-nav {
    display: block;
}

body.fixed-header .scrolling-header .navbar .wrap-inside-nav { /*top: 64px;*/
}

.wrap-inside-nav {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    min-width: 220px;
    text-align: left;
    border-top: 2px solid #ff6400;
    background: #1a1a1a;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrap-inside-nav .inside-col {
    padding: 30px 0;
}

.wrap-inside-nav .inside-col .inside-nav:after, .wrap-inside-nav .inside-col .inside-nav:before {
    display: table;
    clear: both;
    height: 0;
    content: '';
}

.wrap-inside-nav .inside-col .inside-nav li {
    line-height: 45px;
    min-height: 45px;
}

.wrap-inside-nav .inside-col .inside-nav li a {
    display: block;
    padding-left: 20px;
    color: #7e848e !important;
    font-size: 14px;
    text-decoration: none;
}

.wrap-inside-nav .inside-col .inside-nav li a:active, .wrap-inside-nav .inside-col .inside-nav li a:focus {
    display: block;
    padding-left: 20px;
    color: #ff6400 !important;
}

.wrap-inside-nav .inside-col .inside-nav li a:hover, .wrap-inside-nav .inside-col .inside-nav li a:active:hover, .wrap-inside-nav .inside-col .inside-nav li a:visited:hover, .wrap-inside-nav .inside-col .inside-nav li a:focus:hover {
    color: #ff6400 !important;
    background-color: #26282d;
}

/******************************/
/**** FOOTER SECTION ****/
/******************************/
.footer-section {
    padding: 80px 0 70px;
    background: #1a1a1a;
}

.footer-section h5 {
    color: #cccccc;
}

.footer-section p {
    color: #999999;
    font-size: 12px;
}

.footer-section .footer-nav li {
    line-height: 24px;
}

.footer-section .footer-nav li.active a {
    color: #ff6400;
}

.footer-section .footer-nav li a {
    font-size: 12px;
    line-height: 2;
    font-family: 'Raleway', sans-serif;
    color: #999999;
    text-decoration: none;
}

.footer-section .footer-nav li a:hover {
    color: #ff6400;
}

.footer-section .contacts-list i {
    min-width: 20px;
    margin-right: 10px;
}

.footer-section .contacts-list p {
    margin-bottom: 0;
}

.footer-section .contacts-list a {
    color: #999;
    text-decoration: none;
}

.footer-section .form-control {
    border-color: #333333;
}

.footer-section .form-control:focus, .footer-section .form-control:active {
    border-color: #999;
}

.footer-section .form-control-feedback {
    color: #999;
}

/******************************/
/**** COPYRIGHT SECTION ****/
/******************************/
.copyright-section {
    padding: 30px 0;
    text-align: center;
    background: #000000;
}

.copyright-section p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    font-family: 'Montserrat', sans-serif;
}

.copyright-section p span {
    color: #ccc;
}

/******** SIDEBAR ********/
.sidebar .search {
    margin-bottom: 40px;
}

.sidebar .search input {
    color: #2a2d32;
}

.sidebar .search .icon {
    color: #ff6400;
}

.sidebar .sidebar-box {
    padding: 25px;
    margin-bottom: 40px;
    border: 1px solid #eeeeee;
}

.sidebar .sidebar-box h5 {
    margin-bottom: 35px;
}

.sidebar .category-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.sidebar .category-list li:last-child {
    border: none;
}

.sidebar .category-list li a {
    display: block;
    line-height: 20px;
    padding: 5px 0;
    font-size: 13px;
    color: #666666;
}

.sidebar .category-list li a:before {
    content: "\e660";
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: baseline;
    color: #ff6400;
}

.sidebar .recent-posts .post-item {
    margin-bottom: 30px;
}

.sidebar .recent-posts .post-item .image {
    margin-bottom: 15px;
}

.sidebar .recent-posts .post-item .image img {
    max-width: 100%;
    width: 100%;
}

.sidebar .recent-posts .post-item h5 {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.sidebar .recent-posts .post-item h5:after {
    display: none;
}

.sidebar .recent-posts .post-item .meta-item {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666666;
    font-family: Raleway, sans-serif;
}

.sidebar .recent-posts .post-item .meta-item .icon {
    font-size: 11px;
    margin-right: 7px;
    vertical-align: middle;
    color: #666666;
}

.sidebar .list-social:after {
    content: "";
    clear: both;
    height: 0;
    display: table;
}

.sidebar .list-social li {
    float: left;
    width: 33%;
    padding: 1.5%;
}

.sidebar .list-social li a img {
    max-width: 100%;
}

.sidebar .list-tags {
    font-size: 0;
}

.sidebar .list-tags li {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 6px 0;
}

.sidebar .list-tags li a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*********  SECTIONS **********/
/*************************/
/**** HEADING SECTION ****/
/*************************/
.top-header {
    background: url(../img/sections/home-top-background.jpg) top center no-repeat;
    background-size: cover;
    min-height: 475px;
}

.top-header.countact-us-header {
    background: url(../img/sections/section-6.jpg) top center no-repeat;
    background-size: cover;
}

.top-header.portfolio-header {
    background: url(../img/sections/section-7.jpg) top center no-repeat;
    background-size: cover;
}

.top-header.home-header {
    min-height: 800px;
}

.top-header .header-container {
    position: relative;
    z-index: 2;
}

.top-header .header-container .header-title {
    text-align: center;
    padding-top: 215px;
    padding-bottom: 30px;
}

.top-header .header-container .header-title .header-icon {
    display: block;
    margin: 0 auto 15px;
}

.top-header .header-container .header-title .header-icon .icon {
    font-size: 40px;
    color: #fff;
}

.top-header .header-container .header-title .title {
    font-size: 38px;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}

.top-header .header-container .header-title em {
    font-size: 16px;
    color: #999999;
}

.top-header .wrap-section-slider {
    min-height: 800px;
    max-width: none !important;
}

.top-header .wrap-section-slider .sp-mask {
    height: 800px !important;
    width: 100% !important;
    background: #333;
}

.top-header .wrap-section-slider .sp-slides-container {
    min-height: 800px;
}

.top-header .wrap-section-slider .sp-layer {
    position: relative;
}

.top-header .wrap-section-slider .slide-item {
    position: absolute;
    height: 800px !important;
    width: 100% !important;
}

.top-header .wrap-section-slider .slide-item .slide-image {
    background: #000;
    height: 900px;
    overflow: hidden;
}

.top-header .wrap-section-slider .slide-item .slide-image img {
    opacity: 0.5;
    min-height: 100%;
}

.top-header .wrap-section-slider .slide-item .slide-content {
    padding-top: 250px;
}

/************************/
/*        MODULES       */
/****** LOADER ******/
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f1f3f2;
    z-index: 100500;
}

#page-preloader .spinner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border: 3px solid transparent;
    border-top-color: #ff6400;
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before, #page-preloader .spinner:after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

#page-preloader .spinner:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #088cdc;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #52bf81;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/****** PAGINATION ******/
.wrap-pagination .pagination-list li {
    float: left;
    text-align: center;
    margin: 0 2px 10px;
}

.wrap-pagination .pagination-list li a, .wrap-pagination .pagination-list li span {
    width: auto;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 32px;
    border: 5px solid #eff2f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #999999;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #dcdfe4 inset;
    -moz-box-shadow: 0 0 0 1px #dcdfe4 inset;
    box-shadow: 0 0 0 1px #dcdfe4 inset;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.wrap-pagination .pagination-list li a i, .wrap-pagination .pagination-list li span i {
    font-family: FontAwesome;
    font-size: 12px;
}

.wrap-pagination .pagination-list li a:hover {
    -webkit-box-shadow: 0 0 0 1px #ff6400 inset;
    -moz-box-shadow: 0 0 0 1px #ff6400 inset;
    box-shadow: 0 0 0 1px #ff6400 inset;
    background: #ff6400;
    color: #fff;
}

.wrap-pagination .pagination-list li.active a {
    -webkit-box-shadow: 0 0 0 1px #ff6400 inset;
    -moz-box-shadow: 0 0 0 1px #ff6400 inset;
    box-shadow: 0 0 0 1px #ff6400 inset;
    background: #ff6400;
    color: #fff;
}

/****** CONTACT FORM ******/
#response .success {
    color: #02B701;
}

#response .error {
    margin-bottom: 5px;
    color: #FF2020;
}

/****** SECTION ICON ******/
.with-icon {
    position: relative;
}

.with-icon .section-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    z-index: 11;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7;
    text-align: center;
}

.with-icon .section-icon .icon, .with-icon .section-icon .fa {
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    position: relative;
    z-index: 3;
}

.with-icon .section-icon:after {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    display: block;
    background: #fff;
    border: 1px solid #dcdfe4;
}

/****** DARK EFFECT ******/
.dark {
    position: relative;
}

.dark.dark-strong:after {
    opacity: 0.8;
}

.dark:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.6;
    z-index: 1;
}

.dark-content {
    position: relative;
    z-index: 2;
}

.with-top-effect .section-icon {
    top: 17px;
}

/*THEMES*/
.blue-theme .top-header {
    background-image: url(../img/sections/section-11.jpg);
}

.blue-theme .btn.btn-primary:hover, .blue-theme .btn.btn-primary:focus, .blue-theme .btn.btn-primary:active:focus {
    background: #066dab;
    border-color: #066dab;
}

.blue-theme .feature-item:hover .wrap-feature-icon .feature-icon, .blue-theme .feature-item.active .wrap-feature-icon .feature-icon {
    background: #088cdc;
    border-color: #5bb5eb;
}

.blue-theme .feature-item:hover .wrap-feature-icon, .blue-theme .feature-item.active .wrap-feature-icon, .blue-theme .service-item:hover .wrap-service-icon .service-icon, .blue-theme .btn.btn-primary, .blue-theme .wrap-section-slider .owl-controls .owl-pagination .owl-page.active, .blue-theme .social-section .list-socials li a:hover {
    border-color: #088cdc;
    background: #088cdc;
}

.blue-theme .feature-item .title:after, .blue-theme .steps-list .step-item .item-icon:before, .blue-theme .steps-list .step-item.invert .item-icon, .blue-theme .steps-section .results-container .skills li.orange .progress, .blue-theme .team-slider .slick-list .slick-track .slide-item .slide-description .contacts, .blue-theme .buy-section, .blue-theme .plan-item.active .item-footer .btn, .blue-theme h5:after {
    background: #088cdc;
}

.blue-theme .list-achieve .col-md-3 .achieve-item:after, .blue-theme .latest-works-section .scroll-pane .scroll-content-item .name:before, .blue-theme .plan-item.active, .blue-theme .header .navbar .navbar-nav li.active a, .blue-theme .header .navbar .navbar-nav li a:hover, .blue-theme .design-arrow:after, .blue-theme .news-item .image .read-more:before {
    border-color: #088cdc;
}

.blue-theme .video-section .btn-play, .blue-theme .plan-item .item-body .list-features li.active:before, .blue-theme .plan-item .item-heading .name, .blue-theme .wrap-section-slider .slide-item .slider-title i, .blue-theme .footer-section .footer-nav li a:hover, .blue-theme .footer-section .footer-nav li.active a, .blue-theme .header .navbar .navbar-nav.wrap-user-control li a {
    color: #088cdc;
}

/************************/
/*        新闻页面       */
/****** LOADER ******/
.news {
    width: 1000px;
    margin: 10px auto 0 auto;
    padding-bottom: 10px;
}

.news .tab {
    width: 100%;
    text-align: center;
}

.news .tab li {
    display: inline-block;
    margin: 0 30px;
}

.news .tab li a {
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 45px;
}

.news .tab li a:hover {
    color: #d72128;
    border-bottom: 1px solid #d72128;
}

.news .tab li.on a {
    color: #d72128;
    border-bottom: 1px solid #d72128;
}

.news .list {
    width: 100%;
    lear: both;
    overflow: hidden;
    padding: 30px 0;
    margin: 0 auto;
}

.news .list .pic {
    float: left;
    margin-top: 8px;
}

.news .list .pic img {
    width: 320px;
    height:178px;
}

.news .list ul {
    width: 650px;
    float: right;
    text-align: left;
    color: #777;
    line-height: 28px;
}

.news .list ul li {
    margin-bottom: 7px;
    font-size: 13px
}

.news .list ul h1 a {
    font-size: 20px;
    color: #222;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.news .list ul h1 a:hover {
    color: #d72128;
    text-decoration: none;
}

.news .list ul a {
    color: #d72128;
}

.news .list ul a:hover {
    text-decoration: underline;
}

.news .list ul li em {
    background: #f0efef;
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    line-height: 22px;
    margin-left: 5px;
}

.news .page {
    clear: both;
    font-size: 14px;
    margin: 40px 0;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    color: #333;
}

.news .page span {
    background: #d72128;
    border: 1px solid #d72128;
    color: #fff;
    display: inline-block;
    width: 28px;
    font-weight: bold;
    margin: 0 5px;
    border-radius: 2px;
}

.news .page a {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #333;
    display: inline-block;
    width: 50px;
    margin: 0 5px;
    border-radius: 2px;
}