/*
Template Name: Dustrian 
Template URI: http://capricorn-theme.net/html/dustrian
Description: Factory & Industrial HTMl Template 
Author: Mihir Kanti Ghosh
Author URI: mihir@capricorn-theme.net
Version: 1.0
 */

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color  
## Background Image  
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Section  
## Main Menu 
## Slider CSS 
## Info Section 
## Service Section 
## CTA Section 
## About Section 
## Project Section 
## Feature Section 
## Achievement Section 
## Testimonial Section 
## Choose Us Section 
## Blog Section 
## Contact Section 
## Footer Section 
## Feature Section #02
## Info Section #02
## Service Section #02 
## Service Section # 03
## Project Section # 02
## Process Section 
## Team Section 
## Skill Section 
## Feature Section # 03
## Price Section 
## Contact Section # 02
## Breadcrumb 
## Blog Page 
## Portfolio Section 
## Single Service 
## Single Project 
## Single Blog 


/* Google Font Import 
======================= */

/* 速度太慢，下载后使用本地的文件 */
/* @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"); */
@import url("local.fonts.googleapis.css");

/*	Theme Main Color: #F35C27
	Theme Secondary Color: #020E28  */

/* Common CSS 
============== */

html,
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #030E2C;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
    color: #020E28;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-family: "Microsoft YaHei", serif;
    color: #000;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

p {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    color: #777;
}

p.highlight {
    color: #191919;
    font-size: 17px;
    line-height: 27px;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

img {
    display: inline-block;
    max-width: 100%;
}

i,
span,
a {
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li {
    display: inline-block;
}

table,
th,
tr,
td {
    border: 1px solid #191919;
}

th,
tr,
td {
    padding: 10px;
}

hr {
    border-top: 1px solid #eee;
}


/*Section Padding CSS*/

.section-padding {
    padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-padding {
        padding: 80px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 60px 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 35px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding: 50px 20px;
    }
}

/*Margin & Padding */

.pad-top-0 {
    padding-top: 0;
}

.pad-bot-0 {
    padding-bottom: 0;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-bot-20 {
    padding-bottom: 20px;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-bot-30 {
    padding-bottom: 30px;
}

.pad-top-40 {
    padding-top: 40px;
}

.pad-bot-40 {
    padding-bottom: 40px;
}

.pad-top-50 {
    padding-top: 50px;
}

.pad-bot-50 {
    padding-bottom: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

/*Section Title */


.section-title {
    position: relative;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin: 20px 0;
}

.section-title h6 {
    color: #cacaca;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Button Style */

.main-btn {
    display: inline-block;
    background: #F35C27;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 12px 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
}

.main-btn.btn-2 {
    background: transparent;
}

.main-btn.btn-white {
    background: #fff;
    color: #191919;
}

.main-btn:hover {
    background-color: #25283a;
    color: #fff;
}

/*Form Style CSS */

input,
textarea,
select {
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
    border-radius: 5px;
}

textarea {
    height: 150px;
    resize: none;
}

input[type="submit"],
button[type="submit"] {
    border: none;
    display: inline-block;
    background: #F55B15;
    color: #fff;
    padding: 12px 20px;
    margin: 20px 0;
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #191919;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #191919;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #191919;
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

/*Bootstrap CSS*/

.container-fluid {
    padding: 0;
}

/* Bacground Color CSS 
============== */

.gray-bg {
    background: #f6f6f6;
}

.white-bg {
    background: #fff;
}

.blue-bg {
    background: #030f27;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.overlay {
    position: initial;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(3, 15, 39, 0);
}

.pad {
    padding-top: 0;
}

.overlay-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #020E28;
    opacity: .8;
}


/* Background Image
============== */
.owl-carousel .owl-item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.ct h1 {
    text-shadow: 0px 0px 20px #fff !important;
    color: #090e7c !important
}


/* Pre-Loader CSS
============== */
#loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #020E28;
    z-index: 999999;
}

#loader .loading,
#loader .loading > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loader .loading {
    display: block;
    font-size: 0;
    color: #FF5E15;
    width: 40px;
    height: 40px;
}

#loader .loading > div {
    display: inline-block;
    float: none;
    border: 3px solid;
    width: 40px;
    height: 40px;
    background: transparent;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: loading .75s linear infinite;
    -moz-animation: loading .75s linear infinite;
    -o-animation: loading .75s linear infinite;
    animation: loading .75s linear infinite;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Scroll Top 
============== */
.go-top {
    background-color: #F35C27;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    bottom: 6em;
    right: 2em;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    display: none;
    position: fixed;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .go-top {
        width: 35px;
        height: 35px;
        bottom: 5em;
        right: 2em;
        font-size: 15px;
        line-height: 33px;
    }
}

@media (max-width: 575px) {
    .go-top i:before {
        font-size: 14px;
    }

    .go-top {
        right: 1em;
        bottom: 6em;
        z-index: 1;
    }
}

.go-top:hover {
    background-color: #020E28;
    color: #fff;
}

/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
    background: #fff;
    box-shadow: 0 3px 16px -2px #d0cece;
    z-index: 999 !important;
    -webkit-animation: slideInDown .6s forwards;
    animation: slideInDown .6s forwards;
    margin-top: 0;
}

.header-area.header-3 .is-sticky .sticky-area {
    background: #10102D;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 80px;
    margin-top: 0;
}

.header-area .is-sticky .navigation {
    margin-top: 0;
}


/* Header Top Area
============== */

.header-top {
    background: #e5e5e5;
    font-size: 16px;
    font-weight: 500;
    color: #8D9CC5;
    padding: 14.5px 0;
    height: 50px;
}

.contact-info i {
    color: #F55B15;
    font-size: 18px;
    margin-right: 8px;
}

.site-info .social-area {
    display: inline-block;
    margin-left: 10px;
}

.site-info .social-area i {
    font-size: 17px;
    color: #8D9CC5;
    padding-left: 10px;
}

/* Header Area 
============== */

.auto-container {
    width: 1130px;
    margin: 0 auto;
    max-width: 95%;
}

.header-area .logo img {
    width: 112px;
}

.header-area.header-2 .logo img {
    width: 180px;
    margin-top: 7px;
}

.header-3 .logo {
    margin-top: 8px;
}

.header-area {
    padding-top: 0px;
}

.header-area.header-2 {
    padding-top: 0;
}

.responsive-logo {
    display: none;
}

.header-area.header-2 .header-btn.main-btn {
    margin-top: 16px;
    padding: 14px 30px;
}

.header-area.header-2 .main-menu li.nav-item {
    margin-right: 30px;
}

.header-area.header-2 li.nav-item .nav-link {
    color: #020E28;
}

.header-area.header-2 .main-menu .navbar-nav .nav-link.active {
    color: #020E28;
}

.header-area.header-2 .main-menu li.nav-item:hover > a {
    color: #777;
}

.header-area.absolate-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    -webkit-transition: .3s;
    transition: .3s;
}


/* Header Aside
============== */


#header-aside .aside-content {
    float: right;
    color: #585252;
    margin-top: 14px;
}

#header-aside .aside-content .info-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

#header-aside .aside-content .info-i {
    width: 45px;
}

#header-aside .aside-content .info-i span {
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #f35c27;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
    font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px dashed transparent;
    background-color: transparent;
}

#header-aside .aside-content .inner > div {
    float: left;
    display: block;
    width: 170px;
    border-right: 1px solid #e8ebf2;
    position: relative;
    color: #777;
    font-weight: 500;
    line-height: 20px;
    margin-left: 25px;
}

#header-aside .aside-content .inner > div:last-child {
    border: 0;
}

/* Main Menu
============== */

.header-area .navigation {
    padding: 0px 30px;
    background: #326db6;
    height: 120px;
    margin-top: 0px;
    margin-bottom: -35px;
    position: relative;
    z-index: 9;
}

.header-area.header-2 .navigation {
    padding: 0;
    background: none;
    height: 80px;
    border-radius: none;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

.header-area.header-3 .navigation {
    background: #00000040;
}

.main-menu .navbar {
    padding: 0;
}

.main-menu li.nav-item {
    position: relative;
    margin-right: 30px;
}

.header-3 .main-menu li.nav-item {
    margin-right: 30px;
}

.main-menu li.nav-item:last-child {
    margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 50px 0;
}

.main-menu .navbar-nav .nav-link.active {
    color: #fff;
}

.main-menu li.nav-item:hover > a {
    color: #fff;
}

.header-area.theme-2 .navigation {
    background: transparent;
}


/*Dropdown Menu */

.sub-menu {
    position: absolute;
    left: -19px;
    top: 104px;
    width: 130px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}


.sub-menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #ef942f;
    visibility: hidden;
    opacity: 0;
}

.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
}

.main-menu li:hover .sub-menu::after {
    opacity: 1;
    visibility: visible;
}

.main-menu ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu .sub-menu li {
    display: block;
    border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 12px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
}

.main-menu .sub-menu li:hover > a {
    color: #2196f3;
}

.dropdown-toggle::after {
    display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}


/*Header Right Content */

.header-area .main-btn {
    margin-top: 14px;
}

/* Slider CSS
==================*/

.single-slide-item {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    color: #fff;
    width: 100%;
    height: 700px;
    display: table;
    position: relative;
    z-index: 1;
}

#home3 .single-slide-item {
    height: 750px;
}

@font-face {
    font-family: 'fzlthk';
    src: url('../fonts/fzlthk.ttf');
}

.single-slide-item h1 {
    color: #f7f8c9;
    font-size: 60px;
    font-weight: bold;
    line-height: 75px;
    margin: 345px 0 0;
    text-align: center;
    text-shadow: 0px 0px 20px #f7f8c9;
    font-family: "fzlthk";
}

.single-slide-item p {
    color: #ccc7c7;
    font-size: 18px;
    line-height: 30px;
}

.homepage-slides .owl-nav button.owl-prev {
    width: 55px;
    height: 78px;
    position: absolute;
    left: 130px;
    top: 50%;
    margin-top: -25px;
    color: #F35C27;
    background-image: url(../images/ZZ-left.png);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
    width: 55px;
    height: 78px;
    position: absolute;
    right: 130px;
    top: 50%;
    margin-top: -25px;
    color: #F35C27;
    background-image: url(../images/ZZ-right.png);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
    left: auto;
    right: 130px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: .3;
}

.homepage-slides .owl-nav button.owl-prev:hover {

    background-image: url(../images/ZZ-lefthover.png);
    opacity: 1;

}

.homepage-slides .owl-nav button.owl-next:hover {
    background-image: url(../images/ZZ-righthover.png);
    opacity: 1;
}

.hero-area-content {
    display: table-cell;
    vertical-align: middle;
}

.hero-area-content .main-btn {
    margin: 25px 0;
}

#home2 .hero-area-content .main-btn {
    margin-left: 170px;
    margin-top: -10px;
}

.slide-border {
    position: absolute;
    top: 15%;
    left: 6%;
}

/* Info Seciton
============== */

.info-content-area .main-btn {
    background: transparent;
    color: #F35C27;
    border: 2px solid;
    margin: 40px 0;
}

.info-content-area .main-btn:hover {
    background: #F35C27;
    color: #fff;
    border-color: #F35C27;
}

/* Service Section
============== */

.services-area {
    position: relative;
    z-index: 1;
}

.services-area2 {
    position: relative;
    z-index: 1;
}

.services-area2:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.services-area:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 550px;
    top: 0;
    left: 0;
    background: url(../images/ZZ-djbg.jpg) center center no-repeat;
    z-index: -1;
}

.service-icon i:before {
    font-size: 50px;
    color: #FF5316;
}

.single-service-area {
    margin-bottom: 100px;
    text-align: center;
}

.single-service-area h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin: 30px 0 10px;
}

.single-service-area p {
    color: #ccc7c7;
}


/* CTA Section
============== */

.cta-area {
    position: relative;
    z-index: 1;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 80px;
    margin: 0 auto;
}

.cta-content {
    background: #FF5316;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 180px;
    padding: 45px;
    border-radius: 7px;
    position: relative;
    margin-top: -60px;
}

.cta-area.home-2 .cta-content {
    margin-bottom: -60px;
    margin-top: 30px;
}

.cta-content h2 {
    color: #fff;
}

.home-2 .cta-content {
    margin-bottom: -60px;
}

/* About Section
============== */

.about-key {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 50px 20px 25px;
    margin-top: 50px;
    border-bottom: 4px solid #f6f6f6;
    transition: .3s;
}

.about-key .service-icon {
    float: left;
}

.about-key h5 {
    padding-left: 70px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.about-key p {
    padding-left: 70px;
}

.about-key:hover {
    border-bottom: 4px solid #F35C27;
}

.about-area.home-3 .main-btn {
    margin-top: 50px;
}

/* Project Section
============== */

.single-project-item.bg-cover {
    height: 450px;
}

.single-project-item {
    position: relative;
    z-index: 1;
    border-bottom: 4px solid #020E28;
}

.single-project-item:hover {
    border-bottom: 4px solid #F35C27;
}

.project-inner .hover-info {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(50px);
    width: 100%;
    z-index: 2;
    padding: 35px 40px 35px 38px;
    max-width: 500px;
    transition: all ease 0.3s;
    transition-delay: 0.07s;
}

.single-project-item:hover .hover-info {
    opacity: 1;
    transform: translateY(0);
}

.project-inner:after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(3, 15, 39, 0.8);
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all ease 0.3s;
}

.single-project-item:hover .project-inner:after {
    opacity: 1;
}

.hover-info h4 {
    color: #fff;
    margin-bottom: 15px;
}

.hover-info p {
    color: #eee;
}

.hover-info a {
    color: #F35C27;
    font-size: 16px;
}

.project-inner .project-icon {
    position: absolute;
    right: 35px;
    top: 30px;
    opacity: 0;
    z-index: 2;
    transition: all ease 0.3s;
    font-size: 30px;
    cursor: pointer;
}

.single-project-item:hover .project-icon {
    opacity: 1;
    color: #f35c27;
}

.project-area.home3 .section-title {
    margin-bottom: 50px;
}

.home3 .single-project-item:hover {
    border-bottom: 4px solid #F35C27;
    overflow: hidden;
}

#project-page .single-project-item {
    margin-bottom: 50px;
}

/* Feature Section
============== */

.single-feature-item .num {
    font-size: 18px;
    background: #F35C27;
    display: inline-block;
    padding: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    border-radius: 50%;
}

.feature-image img {
    border-radius: 10px;
}

.feature-content {
    margin: 35px 0;
}

.feature-content h5 {
    padding-left: 75px;
    margin-bottom: 15px;
}

.feature-content p {
    padding-left: 75px;
}

.key-feature {
    padding: 20px;
    border-radius: 7px;
    margin-top: 50px;
}

.key-feature.active {
    background: #020E28;
}

.key-feature.active h6 {
    color: #fff;
}

.key-feature .num {
    float: left;
    border: 2px solid #F35C27;
    padding: 4px;
    color: #F35C27;
    font-size: 25px;
    margin-top: 2px
}

.key-feature h6 {
    padding-left: 60px;
}

.key-feature p {
    padding-left: 60px;
    margin: 0;
}

.key-feature:hover {
    background: #020E28;
}

.key-feature:hover h6 {
    color: #fff;
}

.key-feature:hover p {
    color: #fff;
}


/* Achievement Section
============== */

.single-counter-box {
    text-align: center;
}

.single-counter-box .counter-number span {
    font-size: 50px;
    color: #fff;
    margin: 30px 0 10px;
}

.single-counter-box p.counter-number {
    font-size: 40px;
    color: #fff;
}

.single-counter-box h6 {
    color: #fff;
}

/* Testimonial Section
============== */

.single-client-item {
    background: #fff;
    text-align: center;
    padding: 30px;
    margin-top: 50px;
    border-bottom: 4px solid #f6f6f6;
    border-radius: 7px;
}

.single-client-item:hover {
    border-bottom: 4px solid #F35C27;
}

.single-client-item img {
    max-width: 90px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
}

.client-desc h5 {
    font-size: 18px;
    margin: 25px 0 10px;
}

.client-desc span {
    color: #F35C27;
    margin-bottom: 30px;
    font-size: 95%;
}

.client-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #F35C27;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 20px;
}

.owl-dots button.owl-dot.active span {
    width: 35px;
    height: 10px;
    border-radius: 7px;
    background: #F35C27;
}

/* Choose Us Section
============== */

.chooseus-bg {
    width: 50%;
    height: 550px;
    position: relative;
    background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .chooseus-bg {
        display: none;
    }
}

@media (max-width: 767px) {
    .chooseus-bg {
        display: none;
    }
}

.chooseus-content {
    width: 50%;
    padding: 60px;
    padding-bottom: 0;
    background: #020E28;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chooseus-content {
        padding: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .chooseus-content {
        width: 100%;
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .chooseus-content {
        width: 100%;
        padding: 50px;
    }
}

.choose-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.choose-area .section-title h2 {
    color: #fff;
}

.choose-certify {
    margin: 45px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .choose-certify {
        margin: 25px 0;
    }
}

.choose-certify i {
    font-size: 45px;
    color: #F35C27;
    position: absolute;
}

.choose-certify h5 {
    color: #fff;
    padding-left: 70px;
    margin-bottom: 15px;
}

.choose-certify p {
    padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .choose-certify p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-certify p {
        font-size: 14px;
    }
}

.chooseus-content h5 {
    margin-bottom: 20px;
}

/* Blog Section
============== */

#blog-page .single-blog-item {
    background: #fff;
}

#blog-page .single-blog-item p {
    margin-top: 30px;
}

#blog-page .single-blog-item a.read-more {
    color: #F36C27;
}

#blog-page .single-blog-item i {
    margin: 10px 10px;
}

#blog-page .single-blog-item img:hover {
    transform: none;
}

p.blog-meta {
    font-size: 15px;
    margin: 10px 0;
}

p.blog-meta i:before {
    padding-right: 7px;
}

.blog-content {
    padding: 10px;
}

.blog-content h5 a {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.blog-area .main-btn.btn-white {
    color: #F35C27;
    margin-top: 40px;
    padding: 15px 30px;
}

.blog-area .main-btn.btn-white:hover {
    background: #F35C27;
    color: #fff;
}

.blog-bg {
    position: relative;
    overflow: hidden;
}

.blog-bg img {
    transition: transform ease 0.3s;
}

.blog-bg img:hover {
    transform: scale(1.07) rotate(1.5deg);
}

/* Contact Section
============== */

.contact-us-area {
    background-attachment: fixed;
}

.contact-us-content h2 {
    color: #fff;
}

.contact-us-content p {
    color: #e0d9d9;
    margin: 30px 0;
}

/*Footer Area */

.footer-area {
    background: #326db6;
    color: #fff;
    height: 240px;
}

.footer-area h5 {
    color: #fff;
    margin: 20px 0;
}

.footer-area p {
    margin-top: 16px;
}

.contact-info p {
    margin-bottom: 10px;
}

.footer-area ul li a {
    display: block;
    color: #d7d7d7;
    padding: 7px 0;
}

.footer-area ul li a:hover {
    color: #F35C27;
}

.subscribe-form button {
    padding: 15px 40px;
    font-size: 16px;
    line-height: 13px;
    background: #F35C27;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 0;
    cursor: pointer;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    border: 0;
    background: #3D4147;
    border-radius: 25px;
}

.subscribe-form input::placeholder {
    color: #797A7E;
    font-size: 14px;
}

.footer-up {
    padding: 26px 0 0;
    color: #fff
}


.footer-up .logo {
    width: 180px;
}

.footer-up .social-area i {
    color: #eee;
    font-size: 27px;
    margin-right: 10px;
    margin-top: 20px;
}

.footer-bottom {
    padding: 10px 0;
    background: #1E2126;
}

.footer-bottom p {
    margin: 0;
}

p.privacy {
    text-align: right;
}


/* Feature Section # 02
============== */

.feature-area.home-2 {
    padding-bottom: 50px;
}

.home-2 .single-feature-item {
    text-align: center;
    padding: 25px;
    padding-top: 50px;
    height: 300px;
    position: relative;
    z-index: 1;
    margin-top: -86px;
    background: #fff;
    box-shadow: 0 3px 8px -2px #d0cece;
}

.home-2 .single-feature-item h5 {
    font-size: 20px;
    margin: 20px 0;
    margin-top: 40px;
}

.home-2 .single-feature-item.spro {
    background: #F35C27;
    color: #fff;
}

.home-2 .single-feature-item.spro h5 {
    color: #fff;
}

.home-2 .single-feature-item.spro p {
    color: #fff;
}

.home-2 .single-feature-item.spro .feature-icon {
    color: #fff;
}

.home-2 .single-feature-item.spro .feature-icon i:before {
    color: #fff;
}

.home-2 .single-feature-item i {
    position: relative;
}

.home-2 .single-feature-item i:after {
    position: absolute;
    content: "";
    top: -2px;
    left: -35px;
    width: 70px;
    height: 70px;
    background: #FCD1C1;
    border-radius: 50%;
    z-index: -1;
    opacity: .9;
    transition: .3s;
}

.home-2 .feature-icon i:before {
    font-size: 60px;
    font-weight: 400;
    color: #F35C27;
}

.home-2 .feature-icon:hover i:after {
    width: 90px;
    height: 90px;
    opacity: .8;
    left: -18px;
    top: -28px;
}

/* Info Section # 02
============== */

.info-content-area p.highlight {
    position: relative;
    padding-left: 25px;
    margin: 20px 0;
}

.info-content-area p.highlight:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
    background: #F35C27;
}


/* Service Section # 02
============== */

.services-area-2 .single-service-area h4 {
    color: #020D29;
    font-weight: 500;
}

.services-area-2 p {
    color: #777;
}

.services-area-2 .single-service-area {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 4px solid #eee;
    border-radius: 5px;
    padding: 40px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.services-area-2 .section-title {
    margin-bottom: 50px;
}

.services-area-2 .single-service-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    background-size: cover;
    background-position: center;
}

.services-area-2 .single-service-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0F355C;
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 5px;
}

.services-area-2 .single-service-area:hover::before {
    visibility: visible;
    opacity: 1;
}

.services-area-2 .single-service-area:hover::after {
    visibility: visible;
    opacity: .8;
}

.services-area-2 .single-service-area:hover h4 {
    color: #fff;
}

.services-area-2 .single-service-area:hover p {
    color: #fff;
}

.services-area-2 .single-service-area:hover {
    border-bottom: 4px solid #F35C27;
    border-radius: 5px;
}

/* Service Section # 03
============== */

.services-area-3 .single-service-area h4 {
    color: #020D29;
    font-weight: 500;
}

.services-area-3 p {
    color: #777;
}

.services-area-3 .single-service-area {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 40px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.services-area-3 .section-title {
    margin-bottom: 50px;
}

.single-service-area.blue-bg {
    background: #020E28;
    border: 1px solid #020E28;
}

.single-service-area.blue-bg h4 {
    color: #fff;
}




/* FAQ CSS
============== */

.styled-faq {
    margin-top: 50px;
}

.styled-faq .panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    margin-bottom: 30px;
}

.styled-faq .panel-default > .panel-heading {
    background: none;
    padding: 0;
    border: 1px solid #ddd;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 10px;
}

.styled-faq .panel .panel-heading h6 {
    font-weight: 600;
}

.styled-faq .panel .panel-heading h6 a {
    display: block;
    text-decoration: none;
    padding: 12px;
    color: #191919;
}

@media (max-width: 575px) {
    .styled-faq .panel .panel-heading h6 a {
        font-size: 14px;
    }
}

.styled-faq .panel .panel-heading h6 a i.fa {
    float: right;
    font-size: 150%;
    line-height: 15px;
    display: none;
    color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
    display: block;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
    display: block;
}

.question-section {
    background: #F7F7F7;
    padding: 30px;
}

.question-section h6 {
    margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
    background: #fff;
    color: #191919;
    border: none;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
    font-size: 15px;
    color: #191919;
}

.question-section button {
    font-size: 14px;
    letter-spacing: 1px;
}

.header-top a {
    padding-left: 8.5px;
    padding-right: 8.5px;
    cursor: pointer;
    color: #000;
}

.header-top a:last-child {
    padding-right: 0;
}

.header-area .container .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
    max-width: 36%;
}

.container-fluid .container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .container .col-lg-5 strong {
    color: #fff;
    font-size: 35px;
}

.container-fluid .container .col-lg-2 {
    padding-left: 0;
    padding-right: 0;
    width: 15%
}

.header-area .col-lg-5 .navbar-brand {
    padding: 0;
    line-height: 120px;
    margin-right: 10px;
}

.logo-2 {
    display: flex;
    align-items: center;
}

.ZZ-padding-left {
    padding-left: 0;
}

#ZZ-time {
    color: #000;
    font-size: 14px;
}

.svgws {
    color: #adc5e2;
    padding-top: 5px;
}

.main-menu li.active a:hover {
    color: #ef942f
}

.ZZ-form {
    position: relative;
}

.ZZ-search {
    padding: 5px 10px;
    background-color: #fff;
    width: 160px;
    height: 36px;
    border-radius: 5px;
    margin-bottom: 0;
}

.ZZ-search2 #fdj {
    background: url(../images/search.png) center right no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 3px;
}

.header-area .col-lg-6 {
    padding: 0;
    max-width: 48.3%;
}

.header-area .col-lg-2 {
    padding: 0;
    max-width: 13.66666%;
    display: flex;
    align-items: center;
}

.owl-nav .la-angle-left, .owl-nav .la-angle-right {
    display: none;
}

.announcement-area {
    width: 100%;
    background-color: #f3f5f8;
    height: 70px;
    line-height: 70px;
}

.announcement-area a {
    color: #f97209;
    margin-right: 35px;
}

.announcement-area a:hover, .announcement-area a:hover span {
    color: #2196f3;
    text-decoration: underline;
}

.announcement-area span {
    color: #999;
    margin-right: 10px;
}

.announcement-area .announcement-icon {
    width: 30px;
    float: left;
}

.announcement-more {
    width: 30px;
    float: right;
}

.flex {
    display: flex;
}

.announcement-more a {
    margin-right: 0;
    cursor: pointer;
}

@media (min-width: 576px) {
    .containers {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .containers {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .containes {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .containers {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.news h2 span {
    background-color: #326db6;
    color: #fff;
    padding: 0 22px;
    font-size: 20px;
}

.news h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    background-color: #f0f4f9;
    height: 30px;
    line-height: 30px;
}

.news h2 a {
    text-align: right;
    float: right;
    font-weight: normal;
    color: #000;
    margin-right: 15px;
}

.ZZ-dj {
    padding: 28px 0;
    height: 550px;
}

.ZZ-dj h2 {
    width: 100%;
    height: 63px;
    background: url(../images/ZZ-zjsd.png) center center no-repeat;
    background-size: contain;
    line-height: 63px;
    margin-bottom: 27px;
    font-size: 24px;
    padding-left: 52px;
}

.ZZ-dj h2 a {
    text-align: right;
    float: right;
    font-weight: normal;
    color: #000;
    font-size: 14px;
}

.ZZ-djgz h2 {
    width: 100%;
    height: 63px;
    background: url(../images/ZZ-djgz.png) center center no-repeat;
    background-size: contain;
    line-height: 63px;
    margin-bottom: 13px;
    font-size: 24px;
    padding-left: 100px;
}

.ZZ-djgz2 h2 {
    width: 100%;
    height: 63px;
    background: url(../images/ZZ-zjsd.png) center center no-repeat;
    background-size: contain;
    line-height: 63px;
    font-size: 24px;
    padding-left: 52px;
}


.contsya {
    line-height: 1.6;
}

.contsyanr {
    position: relative;
    z-index: 1;
}

.contsyanrt {
    height: 80px;
    width: 100%;
    background: url("../images/xwsybg.jpg") no-repeat center bottom;
}

.contsyabt {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.contsyabtt {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 26px;
}

.contsyabt span {
    width: 7px;
    background-color: #1d44a1;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    height: 33px;
}

.contsyabt em {
    color: #999;
    font-size: 20px;
    margin-left: 10px;
}

.contsyabtt span {
    font-size: 15px;
    color: #7f7f7f;
    font-weight: normal;
    margin-left: 10px;
}

.contsyanr {
    position: relative;
}

.contsyanrt {
    height: 80px;
    width: 100%;
    background: url("../images/xwsybg.jpg") no-repeat center bottom;
}

.contsyanrtl {
    width: 1080px;
    height: 80px;
}

.contsyanrtr {
    width: 100px;
    height: 80px;
}

.contsyanrtlt {
    font-size: 24px;
    color: #003f91;
    font-weight: bold;
}

.contsyanrtlb {
    font-size: 16px;
    color: #666;
}

.contsyanrtr a {
    display: block;
    line-height: 67px;
    font-size: 18px;
    color: #003f91;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.contsyanrtr a:hover {
    color: #DF1F00;
}

.contsyanrb {
    width: 100%;
}

.contsyanrbl {
    width: 800px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.contsyanrbl ul li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    filter: brightness(1);
}

.am-slider .am-slides img {
    filter: brightness(0.9);
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.contsyanrblt {
    position: absolute;
    z-index: 3;
    width: 70px;
    height: 60px;
    left: 7px;
    top: 7px;
    background: #DF1F00;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-top: 10px;
    line-height: 22px;
}

.contsyanrblt span {
    font-size: 13px;
    display: block;
}

.contsyanrbls {
    position: absolute;
    z-index: 2;
    opacity: .6;
    background: #000;
    width: 100%;
    height: 60px;
    bottom: 0;
    font-size: 16px;
    color: #fff;
}

.contsyanrblss {
    width: 600px;
    margin-top: 15px;
    padding-left: 20px;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    z-index: 3;
    left: 10px;
    bottom: 0;
    color: #fff;
}

.contsyanrbl .am-slider-default .am-control-nav {
    bottom: 0px;
    width: auto;
    right: 10px;
}

.am-slider {
    height: 450px;
}

.contsyanrbl .am-slider-default .am-control-nav li a {
    width: 10px;
    height: 10px;
    background-color: #fff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.am-slider-default .am-control-nav li a:hover {
    background-color: #ff0000 !important;
}

.contsyanrbl .am-slider-default .am-control-nav li a.am-active {
    width: 10px;
    background-color: #ff0000;
}

.contsyanrbl .am-slider-default .am-control-nav li {
    margin: 0 6px;
}

.contsyanrbr ul li {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

.ZZ-djgz .contsyanrbr ul li a {
    display: block;
    line-height: 49px;
}

.ZZ-djgz2 .contsyanrbr ul li a {
    display: block;
    line-height: 44px;
}

.contsyanrbr ul li a {
    display: block;
}

.ZZ-djgz .contsyanrb ul li a .contsyanrb2 {
    font-size: 16px;
    color: #333333;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 488px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 49px;
}

.ZZ-djgz2 .contsyanrb ul li a .contsyanrb2 {
    font-size: 16px;
    color: #333333;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 488px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 44px;
}

.ZZ-dj .contsyanrb ul {
    list-style: none;
}

.ZZ-dj .contsyanrb ul li {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.ZZ-dj .contsyanrbr ul li {
    margin-bottom: 0;
}

.ZZ-cybg .ZZ-dq .contsyanrb3 {
    font-size: 14px !important;
    line-height: 28px !important;
}


.ZZ-dj .ZZ-name {
    display: flex;
    background-color: #e7eaee;
    height: 28px;
    padding: 0 4px;
    color: #047de3;
}

.ZZ-dj .ZZ-name a {
    margin: 0 5px;
    color: #047de3;
    font-size: 14px;
    line-height: 28px;
}

.ZZ-dj .contsyanrb .contsyanrb3 {
    color: #999999;
    font-size: 16px;
    line-height: 44px;
}

.ZZ-dj .contsyanrb span.ldrmz {
    background-image: url(../images/ZZ-ass.png);
    padding-left: 4px;
    width: 4px;
    height: 26px;
}

.ZZ-dj .flex2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ZZ-dj .he {
    height: 28px;
}

.ZZ-dj .ZZ-imgmargin {
    width: 140px;
}

.ZZ-dj .ZZ-imgmargin img {
    max-width: initial;
}

.ZZ-dj .contsyanrb p {
    margin-top: 10px;
}

.ZZ-dj .contsyanrb p.pad {
    margin-top: 0px;
}

.ZZ-dj .contsyanrb p a {
    color: #060606;
    font-size: 16px;
}

.ZZ-dj .contsyanrb p a:hover {
    text-decoration: underline;
    color: #ef942f;
}

.ZZ-dq {
    margin-left: 20px;
    flex-wrap: wrap;
}

.w100 {
    width: 100%;
}

.ZZ-12 {
    margin-bottom: 12px;
}

.i_mc {
    width: 100%;
    padding-top: 4px;
    margin-bottom: 0;
}

.i_mc dt {
    width: 630px;
    height: 354px;
    float: left;
}

.i_mc dt img {
    width: 630px;
    height: 354px;
    vertical-align: top;
}

.i_mc dd {
    width: 560px;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

.i_mc dd ul {
    width: 100%;
}

.i_mc dd ul li {
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    color: #000;
    position: relative;
    padding-top: 0;
}

.i_mc dd ul li img {
    display: none;
}

.i_mc dd ul li .title {
    width: 94%;
    height: 28px;
    margin: 0px auto;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_mc dd ul li .title a {
    font-size: 14px;
    color: #006BC7;
}

.i_mc dd ul li .des {
    width: 94%;
    margin: 0px auto;
    height: 38px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #555555;
}

.i_mc dd ul li i {
    display: block;
    width: 8px;
    height: 17px;
    background: url(../images/icon6.png) no-repeat;
    position: absolute;
    left: -8px;
    top: 15px;
    display: none;
}

.i_mc dd ul li.on i {
    display: block;
}

.i_mc dd ul li.on {
    background: #006BC7;
    padding-left: 65px;
}

.i_mc dd ul li.on .des, .i_mc dd ul li.on .title a {
    color: #FFF;
}

.i_mc dd ul li .des a {
    line-height: 48px;
    color: #000;
}

.i_mc dd ul li.on .des a {
    color: #fff;
}

.i_mc dd ul li.on span {
    display: none;
}

.i_mc dd ul li .des span {
    float: right;
    font-size: 14px;
    color: #999;
    font-size: 16px;
}


.contsyanrbr ul li a .contsyanrb2 {
    font-size: 16px;
    color: #333333;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.contsyanrbr ul li a .contsyanrb3 {
    font-size: 16px;
    color: #999999;
}

.contsyanrblx ul li {
    width: 100%;
    padding-left: 19px;
    background: url("../img/xhd.jpg") no-repeat center left;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

.contsyanrblx ul li a .contsyanrb2 {
    font-size: 15px;
    color: #333333;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.contsyanrb ul li a:hover .contsyanrb2 {
    color: #ef942f;
    text-decoration: underline;
}

.contsyanrblx ul li a .contsyanrb3 {
    font-size: 15px;
    color: #999999;
}

.contsyb {
    width: 100%;
    height: 580px;
    margin-top: 25px;
    background: url("../img/bhgcbg.jpg") no-repeat center;
    padding-top: 35px;
}

.contsya .am-nav-tabs {
    border: none;
    position: absolute;
    top: -60px;
    right: 0;
}

.contsya .am-nav-tabs > li {
    margin-left: 4px;
}

.contsya .am-nav-tabs > li > a {
    width: 150px;
    height: 50px;
    background: #F7F7F7;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
}

.contsya .am-nav-tabs > li > a:hover {
    background: #EAEAEA;
}

.contsya .am-nav-tabs > li.am-active > a, .contsya .am-nav-tabs > li.am-active > a:focus {
    background: #1A499B;
    color: #fff;
    border: none;
}

.contsya .am-direction-nav {
    display: none;
}

.contsyb .am-nav-tabs {
    width: 188px;
    height: 439px;
    float: left;
}

.contsybnr {
    width: 100%;
    height: 439px;
}

.contsyb .am-tabs-bd {
    float: left;
    width: 920px;
    height: 439px;
}

.contsybnr .am-tabs .am-nav-tabs li {
    width: 100%;
    height: 109px;
    margin-bottom: 1px;
}

.contsybnr .am-nav-tabs > li > a {
    background: #1d44a11a;
    height: 100%;
    text-align: center;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    padding: 27px 0px 0;
    border: none;
}

.contsybnr .am-nav-tabs > li > a:hover {
    background: #1d44a145;
}

.contsybnr .am-nav-tabs > li.am-active > a, .contsybnr .am-nav-tabs > li.am-active > a:focus {
    background: #1d44a1;
    color: #fff;
    border: none;
}

.contsybnr .am-tabs .am-nav-tabs li a p {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
}

.contsybnr .am-tabs-bd .am-tab-panel {
    padding: 0;
}

.contsybnr .am-nav-tabs {
    border: none;
}

.contsybnrbll {
    width: 705px;
    height: 439px;
    float: left;
    overflow: hidden;
}

.contsybnrbll img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    filter: brightness(0.9);
}

.contsybnrbll:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    filter: brightness(1);
}

.contsybnrblr {
    float: left;
    width: 215px;
    height: 439px;
    padding: 39px 32px 0 32px;
}

.contsybnrblrmo {
    width: 124px;
    height: 42px;
}

.contsybnrblrmo a {
    width: 124px;
    height: 42px;
    display: block;
    background: #F2F2F2;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    font-size: 13px;
    color: #666;
    text-align: center;
    line-height: 42px;
}

.contsybnrblrmo a:hover {
    background: #1A499B;
    color: #fff;
    width: 140px;
}

.contsybnrblrmo a span {
    font-family: å®‹ä½“;
    margin-left: 10px;
    font-size: 16px;
}

.contsybnrblrbt {
    font-size: 20px;
    font-weight: bold;
    color: #3071b7;
}

.contsybnrblrnr {
    font-size: 15px;
    color: #666666;
    margin-top: 20px;
    line-height: 26px;
    text-align: justify;
}

.contsybnrblrmo {
    margin-top: 20px;
}

.contsybnr .am-slider-default .am-direction-nav a:before {
    display: none;
}

.contsybnr .am-slider-default .am-direction-nav a {
    width: 44px;
    height: 41px;
}

.contsybnr .am-slider-default .am-direction-nav .am-next {
    background: url("../img/newsr.jpg") no-repeat center;
    right: 39px;
}

.contsybnr .am-slider-default .am-direction-nav .am-prev {
    background: url("../img/newsl.jpg") no-repeat center;
}

.contsybnr .am-slider-default .am-direction-nav a {
    top: 87%;
}

.contsybnr .am-slider-default .am-direction-nav .am-prev {
    left: auto;
    right: 88px;
}

.r {
    float: right;
}

.l {
    float: left;
}

.news .col-lg-9 {
    max-width: 800px;
    padding: 0
}

.section-padding30 {
    padding: 30px 0;
}

.ZZ-padding2 {
    padding-right: 0;
    max-width: 385px;
}

.news .row {
    justify-content: space-between;
}

.contsyanrbr ul li:first-child a .contsyanrb2 {
    font-weight: bold;
    font-size: 18px;
}

.ZZ-djgz .contsyanrbr ul li:nth-child(2) a .contsyanrb2 {
    font-weight: bold;
    font-size: 18px;
}

.ZZ-djgz .contsyanrbr ul li:nth-child(3) a .contsyanrb2 {
    font-weight: bold;
    font-size: 18px;
}

.line {
    width: 100%;
    border-bottom: 1px #cecece dashed;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ZZ-dj .container {
    padding: 0;
}

.ZZ-djgz2 .li5 {
    margin-top: 20px;
}

.ZZ-djgz2 .contsyanrbr ul li:nth-child(5) a .contsyanrb2 {
    font-weight: bold;
    font-size: 18px;
}

.ZZ-yjdt2 h2 {
    width: 100%;
    height: 63px;
    background: url(../images/ZZ-yjdt.png) center center no-repeat;
    background-size: contain;
    line-height: 63px;
    margin-bottom: 13px;
    font-size: 24px;
    padding-left: 52px;
}

.ZZ-yjdt2 h2 a {
    text-align: right;
    float: right;
    font-weight: normal;
    color: #000;
    margin-right: 15px;
    font-size: 14px;
}

.ZZ-yjdt2 .i_mc dd ul li .des a {
    font-size: 16px;
    color: #000;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 366px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 40px;

}

.ZZ-djgz4 {
    padding: 0;
}

.ZZ-yjdt2 .i_mc dd ul li.on .des a {
    font-size: 16px;
    color: #fff;
}

.marg30 {
    margin: 30px 0 20px 0;
}

.ZZ-cybg {
    padding: 0;
    height: auto
}

.ZZ-cybg .ZZ-dq {
    margin-left: 0;
}

.ZZ-cybg:after {
    background: none;
}

.ZZ-cybg .contsyanrb ul li {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.ZZ-cybg .ZZ-dq p {
    margin-top: 0;
    margin-bottom: 14px;
}

.ZZ-djgz .contsyanrb ul li {
    display: inline;
}

.ZZ-cybg h2 {
    margin-bottom: 15px;

}

.marg30 .container {
    padding: 0;
}

.ZZ-cbw {
    width: 100%;
}

.ZZ-cbw ul {
    list-style: none;
    display: flex;
}

.ZZ-cbw ul li {
    width: 25%;
    background: url(../images/ZZ-cbwbg.png) 6px 6px no-repeat;
    height: 190px;
}

.ZZ-jdjb ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.ZZ-jdjb ul li {


}

.ZZ-xl {
    display: none;
}

.feature-area:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 550px;
    top: 0;
    left: 0;
    background: url(../images/ZZ-djbg2.jpg) center center no-repeat;
    z-index: -1;
}

.social-area2 {
    color: #fff;
    padding-bottom: 27px;
    border-bottom: 1px solid #5b8ac5;
    margin-bottom: 27px;
}

.social-area2 h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.social-area2 a, .social-area span {
    color: #fff;
    padding: 0 8px;
    font-size: 16px;
    font-weight: bold;
}

.social-area2 a:hover {
    color: #fff;
    text-decoration: underline;
}

.ZZ-dt a {
    text-decoration: underline;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}

.ZZ-dt a:hover {
    color: #fff;
}

.ZZ-bqsy span {
    margin-right: 70px;
    font-size: 16px;
    line-height: 40px;
}

.ZZ-bqsy span:last-child {
    display: block;
}

.ZZ-bqsy p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.ZZ-bqsy {
    margin-top: 20px;
}

.erweima {
    text-align: center;
    color: #fff;
}

.erweima p {
    color: #fff;
    margin-top: 12px;
    font-size: 14px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.ems {
    display: flex;
    justify-content: flex-end;
}

.footer-area .container {
    padding: 0;
}

.ZZ-header {
    display: none;
}

.ZZ-lb .single-slide-item {
    height: 450px;
}

.ZZ-lb .single-slide-item h1 {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 10px;
    bottom: -10px;
    z-index: 2;
}

.lbbg {
    background-color: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 1
}

.ZZ-lb .owl-nav {
    display: none;
}

.pc_imgBox {
    display: block;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

/* 修复首页轮播图样式 */
.owl-dots {
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.owl-dots button.owl-dot span{
    background: #fff!important;
}
.owl-dots button.owl-dot.active span{
    width: 10px;
    background: red!important;
}