﻿/*小姜样式开始*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Caladea:400,700");*/
/*========================================*/
/*-------- [_Imported_CSS_Plugins] -------*/
/*========================================*/
@import url("../bootstrap.min.css");
@import url("../../fonts/webexflaticon/flaticon.css");
@import url("../../fonts/fontawesome/css/all.css");
@import url("../../fonts/webexicon/style.css");
@import url("owl.carousel.min.css");
@import url("magnific-popup.css");
@import url("animate.css");
@import url("custom-animation.css");
@import url("meanmenu.min.css");

/*========================================*/
/*------------ [_Reset_Styles] -----------*/
/*========================================*/
.line-both-side {
position: relative;
display: inline-block;
}

.line-both-side:before {
content: "";
position: absolute;
height: 2px;
width: 45px;
top: 12px;
right: -55px;
background: #fff;
}

.line-both-side:after {
position: absolute;
background: #fff;
height: 2px;
width: 45px;
content: "";
left: -55px;
top: 12px;
}

.line-both-side.gradient-color:before {
background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

.line-both-side.gradient-color:after {
background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

* {
margin: 0px;
padding: 0px;
border: none;
outline: none !important;
}

::-moz-selection {
background:#005aae!important;
color: #fff;
text-shadow: none;
}

::-webkit-scrollbar {
background-color: #ccc;
width: 8px;
}

::-webkit-scrollbar-thumb {
background-color: #005aae!important;
}

::selection {
background: #005aae!important;
color: #fff;
text-shadow: none;
}

/*ul li {
display: inline;
}*/

.img-full {
width: 100%;
}

/*========================================*/
/*-------------- [_Utility] -----===------*/
/*========================================*/
body {
color: #3e3e3e;
font-family: "微软雅黑";
font-weight: 400;
font-size: 16px;
line-height: 26px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

p {
margin: 0 0 20px;
line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
color: #151a33;
margin: 0;
}

h1 {
font-size: 36px;
line-height:36px;
font-weight: 800;
}

h3, h4 {
font-weight: 700;
}

h2 {
font-size: 28px;
line-height: 28px;
font-weight: 600!important;
}

h3 {
font-size: 20px;
line-height: 1.25;
letter-spacing: -.02em;
}

h4 {
font-size: 22px;
line-height: 32px;
}

h5 {
font-size: 20px;
line-height: 20px;
font-weight: normal!important;
}

h6 {
font-size: 16px;
line-height: 26px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
}

b, strong {
color: #151a33;
}

iframe {
border: none;
}

a, b, div, ul, li {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
-moz-outline-: none;
}

input, select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
-moz-appearance: none;
box-shadow: none !important;
}

img:not([draggable]),
embed,
object,
video {
max-width: 100%;
height: auto;
}

a {
transition: all 0.3s ease 0s;
text-decoration: none;
cursor: pointer;
color: #049AD3;
}

a:hover, a:focus, a:visited {
text-decoration: none;
}

a:hover {
color: #0c59db;
text-decoration: none;
}

ul, ol {
list-style: outside none none;
margin: 0;
padding: 0;
}

img {
border: none;
max-width: 100%;
}

.clear-both:before,
.clear-both:after {
display: table;
content: "";
clear: both;
}
/*-------------- [_Colors] ---------------*/
/*========================================*/
/*========== Background Colors ==========*/
.bg-primary-color {
background: #0c59db;
}

.bg-secondary-color {
background: #17305e;
}

/*========== Text Color ==========*/
.text-primary-color {
color: #005aae;
}

.text-primary-color2 {
color: #3032A2;
}

.text-primary-color3 {
color: #FDE428;
}

.text-secondary-color {
color: #17305e;
}

.text-secondary-color2 {
color: #002448;
}

.heading-text-color {
color: #151a33;
}

.bg-gradient-color {
background-color: rgb(67, 67, 67) !important;
}

/*========================================*/
/*--------------- [_Buttons] -------------*/
/*========================================*/
/*Btn Style One*/
.cs-btn-one {
position: relative;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
padding: 5px 28px;
font-weight: 500;
overflow: hidden;
border-radius: 50px;
border: 1px solid #fff;
cursor: pointer;
color: #fff;
}
.cs-btn-one:hover {
background: #fff;
color: #05153f;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.cs-btn-one.has-icon i {
font-size: 20px;
vertical-align: middle;
padding-right: 10px;
}
.cs-btn-one.btn-sm.has-icon i {
font-size: 18px;
}
.cs-btn-one.btn-circle {
border-radius: 60px 60px 60px 60px;
}
.cs-btn-one.btn-square {
border-radius: 0;
}
.cs-btn-one.btn-sm {
font-size: 14px;
padding: 10px 28px;
}
.cs-btn-one.btn-md {
font-size: 14px;
padding: 18px 56px;
}
.cs-btn-one.btn-lg {
font-size: 18px;
padding: 20px 64px;
}
.cs-btn-one.btn-xl {
font-size: 18px;
padding: 24px 56px;
}
.cs-btn-one.btn-border {
border: 2px solid #0c59db;
background: transparent;
color: #0c59db;
}
.cs-btn-one.btn-light {
background: #fff;
color: #0c59db;
border: 2px solid transparent;
font-weight: 800;
}
.cs-btn-one.btn-light:hover {
border: 2px solid;
}
.cs-btn-one.btn-light:focus {
box-shadow: none;
}
.cs-btn-one.btn-hover-border:hover {
border: 2px solid #0c59db;
}
.cs-btn-one.btn-secordary-color {
background: #17305e;
}
.cs-btn-one.btn-secordary-color:hover {
background: #0c59db;
}
.cs-btn-one.btn-primary-color {
background: #0c59db;
}
.cs-btn-one.btn-primary-color:hover {
background: #17305e;
}
.cs-btn-one.btn-gradient-color {
background:rgba(0,0,0,0.2);
color: #fff;
  
}
.cs-btn-one.btn-gradient-color:hover {
background: #004d95!important;
 
}
.cs-btn-one.btn-transparent {
background: rgba(0, 0, 0, 0.2);
}
.cs-btn-one.text-btn {
color: #0c59db;
}

/*========================================*/
/*--------------- [_返回顶部] --------------*/
/*========================================*/
/*
.back-to-top {
position: fixed;
right: 36px;
bottom: 42px;
width: 42px;
height: 42px;
color: #fff;
text-align: center;
line-height: 40px;
border-radius: 50%;
z-index: 99;
font-size: 22px;
cursor: pointer;
background-color: linear-gradient(45deg, #0E90D5, #3032A2) !important;
-webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
animation: white-shadow .8s infinite, red-shadow .8s infinite;
-webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
display: none;
}
#scrollUp {
right: 36px;
bottom: 42px;
width: 42px;
height: 42px;
color: #fff;
text-align: center;
line-height: 40px;
border-radius: 50%;
z-index: 99;
font-size: 22px;
cursor: pointer;
background-color: #005aae!important;
-webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
animation: white-shadow .8s infinite, red-shadow .8s infinite;
-webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
*/
/*========================================*/
/*--------------- [_Global] --------------*/
/*========================================*/
section.anim-object {
overflow: hidden;
}
/*Owl Carousel Nav Prev banner样式*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 36px;
    color: #fff;
    height: 50px;
    border-radius: 50%;
    left: 45px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 50px;
    text-align: center;
    background: rgba(0,0,0,0.8) !important;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    opacity: 0;
    visibility: hidden;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
opacity: 1;
visibility: visible;
}

.owl-carousel:hover .owl-nav button.owl-prev {
left: 15px;
}

.owl-carousel:hover .owl-nav button.owl-next {
right: 15px;
}

.owl-carousel .owl-nav button.owl-next {
left: auto;
right: 45px;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    bottom: 3px;
}
.owl-carousel .owl-nav button i {
color: #fff;
}

.mean-container a.meanmenu-reveal {
border: 1px solid #0c59db;
color: #0c59db;
margin-top: -45px;
}

.mean-container a.meanmenu-reveal span {
background: #0c59db;
}

.fa-phone.alt {
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

.anim-object,
.anim-object2 {
position: relative;
}

.anim-object:before {
position: absolute;
content: "";
background-image: url(../img/1.png);
height: 260px;
width: 260px;
top: 10%;
right: 10%;
background-size: contain;
animation-name: spinInfinit;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.fa-phone.alt {
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

/*.anim-object2:before {
position: absolute;
content: "";
background-image: url(../img/3.png);
height: 325px;
width: 325px;
top: 30%;
left: 1%;
background-size: contain;
background-repeat: no-repeat;
animation-name: spinInfinit;
animation-duration: 60s;
animation-iteration-count: infinite;
animation-timing-function: linear;
opacity: 0.8;
}*/

/*========================================*/
/*--------------- [_Header] --------------*/
/*========================================*/
.logo {
padding-top: 0.7rem;
}

.logo img {
height: 70px;
}

/*Header Style Two*/
.header-style-two .header-wrapper .header-middle {
padding: 30px 0;
margin: 0 auto;
position: static;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i {
margin-right: 15px;
color: #0c59db;
vertical-align: middle;
height: 48px;
width: 48px;
line-height: 48px;
text-align: center;
background: #ECF1F8;
border: 1px solid #eee;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
font-size: 26px;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area a {
font-size: 15px;
}
.header-style-two .header-wrapper .header-navigation-area {
background: #F7F8FC;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
display: inline-block;
padding: 30px 0;	
margin-right: 45px;
position: relative;
-moz-transition: all 300ms ease-out 0s;
-webkit-transition: all 300ms ease-out 0s;
-ms-transition: all 300ms ease-out 0s;
-o-transition: all 300ms ease-out 0s;
transition: all 300ms ease-out 0s;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
margin-right: 0;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
display: block;
padding-bottom: 6px;
color: #333;
font-size: 16px;
/*  font-weight: 600;*/
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.active a{
color: #005AAE;
border-bottom: 2px solid #005AAE;
}
/*
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
right: -20px;
left: auto;
}
*/
/*.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub > a::before {
content: "\f067";
position: absolute;
right: -18px;
top: 50%;
-moz-transform: translate(0, -13px);
-o-transform: translate(0, -13px);
-ms-transform: translate(0, -13px);
-webkit-transform: translate(0, -13px);
transform: translate(0, -13px);
font-family: "Font Awesome 5 Free";
font-size: 12px;
}*/
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
color: #0c59db;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
position: absolute;
width: 120px;
padding: 5px 0;
background: rgb(0, 90, 174);
z-index: 2;
-moz-transition: all 300ms ease-out 0s;
-webkit-transition: all 300ms ease-out 0s;
-ms-transition: all 300ms ease-out 0s;
-o-transition: all 300ms ease-out 0s;
transition: all 300ms ease-out 0s;
opacity: 0;
visibility: hidden;
left: -35%;
transform-origin: top;
top: 100%;
margin-top: 2px;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
display: block;
margin: 0;
text-align: center;
padding:0 5px;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
padding: 8px;
font-size: 14px;
color: #fff;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover > a {
background: #024388;
color: #fff;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
opacity: 1;
visibility: visible;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
left: 100%;
top: 0;
opacity: 0;
visibility: hidden;
}
/*.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child > a::before {
content: "\f067";
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-12px);
font-family: "Font Awesome 5 Free";
font-size: 12px;
}*/
.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
padding: 35px 0;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header {
background: transparent;
position: fixed;
z-index: 9999;
width: 100%;
padding: 20px 0;
top: 0;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
background: #fff;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
padding: 10px 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-style-two .header-wrapper .header-navigation-area.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
-moz-transition: all 600ms ease-out 0s;
-webkit-transition: all 600ms ease-out 0s;
-ms-transition: all 600ms ease-out 0s;
-o-transition: all 600ms ease-out 0s;
transition: all 600ms ease-out 0s;
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}

/*Header-top-area*/
.header-top-area {
font-size: 14px;
color: #fff;
padding: 6px 0;
}
.header-top-area a {
color: #fff;
font-size: 14px;
display: block;
font-weight: 400;
}
.header-top-area i {
margin: 0px;
font-size: 14px;
font-weight: 400;
}
.header-top-area .header-top-left-part .address {
padding-right: 20px;
position: relative;
}
.header-top-area .header-top-left-part .address:after {
background: #fff;
content: "";
position: absolute;
height: 90%;
width: 0px;
right: 0;
top: 2px;
}
.header-top-area .header-top-left-part .phone {
padding-left: 20px;
}
.header-top-area .header-top-left-part i {
color: #fff;
margin-right: 5px;
vertical-align: middle;
}
.header-top-area .header-top-left-part i:before {
font-size: 16px;
}
.header-top-area .header-top-right-part .social-links {
position: relative;
display: inline-block;
}
.header-top-area .header-top-right-part .social-links::after {
position: absolute;
content: "";
right: 0px;
top: 7px;
height: 60%;
width: 1px;
background: #fff;
}
.header-top-area .header-top-right-part .social-links li {
display: inline-block;
margin-right: 15px;
}
.header-top-area .header-top-right-part .social-links li a {
color: #fff;
-webkit-transition: .3s;
transition: .3s;
}
.header-top-area .header-top-right-part .social-links li a:hover {
color: #17305e;
}
.header-top-area .header-top-right-part .social-links li:last-child {
margin-right: 25px;
}
.header-top-area .header-top-right-part .language {
display: inline-block;
margin-left: 25px;
position: relative;
}
.header-top-area .header-top-right-part .language .language-btn {
position: relative;
text-decoration: none;
width: 85px;
text-align: left;
-webkit-transition: .5s;
transition: .5s;
}
.header-top-area .header-top-right-part .language .language-btn i {
margin-right: 4px;
}
.header-top-area .header-top-right-part .language .language-btn i::before {
font-size: 14px;
}
.header-top-area .header-top-right-part .language .language-btn:hover {
color: #17305e;
}
.header-top-area .header-top-right-part .language .language-btn::after {
content: "\f107";
position: absolute;
right: -3px;
font-family: "Font Awesome 5 Free";
font-weight: 700;
top: 0;
font-size: 16px;
}
.header-top-area .header-top-right-part .language .language-dropdown {
text-align: center;
position: absolute;
z-index: 10;
top: 36px;
right: -13px;
width: 120px;
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: .5s;
transition: .5s;
}
.header-top-area .header-top-right-part .language .language-dropdown.open {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
background: #31314d;
}
.header-top-area .header-top-right-part .language .language-dropdown li {
position: relative;
background-color: #0a3041;
z-index: -1;
}
.header-top-area .header-top-right-part .language .language-dropdown li a {
display: block;
position: relative;
padding: 5px 10px;
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
text-decoration: none;
}
.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
background: #0c59db;
}
.header-top-area .header-top-right-part .language .language-dropdown li :last-child a {
border-bottom: none;
}


/* extra info */
.side-panel-content {
background: #fff;
height: 100vh;
padding: 30px;
position: fixed;
right: 0;
top: 0;
-webkit-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
width: 355px;
z-index: 9999;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
padding-bottom: 40px;
}

.side-panel-content.side-panel-open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
-khtml-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.close-icon {
text-align: right;
}

.close-icon > button {
cursor: pointer;
background: #0c59db;
border-radius: 50%;
height: 42px;
width: 42px;
}

.close-icon > button i {
line-height: 20px;
color: #fff;
}

.close-icon > button i:before {
font-size: 14px;
}

.extra-info > p {
color: #ddd;
font-size: 15px;
line-height: 28px;
}

.extra-info.extra-info-left.side-panel-open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}

.side-panel {
width: 36px;
float: right;
padding-top: 38px;
cursor: pointer;
margin-left: 10px;
}

.side-panel span {
margin: 3px 0;
transition: .3s;
float: right;
}

.side-panel:hover span {
width: 100%;
}

.bar1 {
width: 55%;
background: #0c59db;
height: 2px;
}

.bar2 {
width: 75%;
background: #0c59db;
height: 2px;
}

.bar3 {
width: 65%;
background: #0c59db;
height: 2px;
}

/*========================================*/
/*-------------- [_Footer] ---------------*/
/*========================================*/
.footer-main-area {
background: #222935;
padding: 40px 0;
}

.footer-bottom-area {
background: #303743;
padding: 20px 0;
}
.footer-widget-list{
width: 100%;
 
}
.footer-widget-list li {
margin-bottom: 10px;
color: #a7a8b4;
}
.footer-widget-list li a {
color: #a7a8b4;
position: relative;
padding-left: 25px;
}
.footer-widget-list li a:before {
position: absolute;
content: '\f105';
left: 0px;
top: -3px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.footer-widget-list li a:hover {
color: #0c59db;
}

/*========================================*/
/*-------------- [_Form] -----------------*/
/*========================================*/
.form-control {
box-shadow: none;
outline: none;
border: 1px solid #dfdce6;
background: #fff;
font-size: 16px;
font-weight: 400;
line-height: 24px;
font-family: "Poppins", sans-serif;
color: #17305e;
height: auto;
padding: 25px 20px;
resize: none;
min-width: 100%;
height: 65px;
}

textarea.form-control {
min-height: 210px;
}

.form-control:focus {
border-color: #e41f7a;
}

.contact-form textarea {
display: inline-block;
min-height: 210px;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"] {
background: #EDF0FA;
border: 1px solid transparent;
}

.contact-form .form-control:focus {
border-color: #0c59db;
background: #EDF0FA;
}

.request-a-call-back-form {
background: #fff;
padding: 55px 50px 60px 50px;
-webkit-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
-khtml-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
-moz-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
-ms-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
-o-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
margin-top: -100px;
margin-left: -160px;
position: relative;
}

.request-a-call-back-form:after {
border-color: #0c59db transparent transparent #3032A2;
content: "";
position: absolute;
border-width: 12px 12px 12px 12px;
height: 64px;
width: 64px;
border-style: solid;
top: 0;
opacity: 0.75;
left: 0;
}

.request-a-call-back-form:before {
position: absolute;
content: "";
border-width: 12px 12px 12px 12px;
border-color: #0c59db #3032A2 transparent transparent;
top: 0;
right: 0;
height: 64px;
width: 64px;
border-style: solid;
opacity: 0.75;
}

.request-a-call-back-form.form-control {
margin-bottom: 20px;
}

.request-a-call-back-form .custom-select-categories {
background-color: #fff;
color: #17305e;
height: 56px;
width: 100%;
font-size: 16px;
font-weight: 400;
padding: 4px 15px;
border: 1px solid #dfdce6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
}

.request-a-call-back-form.sidebar {
background: #17305e;
padding: 30px;
}

select {
width: 268px;
padding: 5px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 5px;
height: 34px;
background: url(../img/down-arrow.png) no-repeat right #ddd;
-webkit-appearance: none;
background-position-x: 96%;
}

.contact-block {
background: #EDF0FA;
padding: 30px 30px;
}

.contact-icon i {
width: 84px;
height: 84px;
background: #0c59db;
text-align: center;
line-height: 84px;
display: inline-block;
border-radius: 50%;
}

.contact-icon i:before {
color: #fff;
font-size: 36px;
}

.contact-details {
margin-left: 30px;
}

/*========================================*/
/*---------------- [footer] -------------*/
/*========================================*/
/*Widget Search*/

.widget-title {
position: relative;
}
.widget-title:after {
position: absolute;
content: "";
height: 4px;
width: 58px;
left: 0;
bottom: -15px;
background: linear-gradient(45deg, #005aae, #3032A2) !important;
border-radius: 6px;
}


/*========================================*/
/*------------- [_Home_Slider banner] -----------*/
/*========================================*/
.home-carousel .slide-item .image-layer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.auto-container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}

.banner-section {
position: relative;
}

.home-carousel {
position: relative;
}

.home-carousel .slide-item {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 130px 0px 130px 0px;
}

.home-carousel .slide-item:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: -webkit-linear-gradient(-180deg, rgba(22, 3, 1, 0), #09334f 150%);
top: 0px;
right: 0px;
z-index: 1;
}
.home-carousel .content-box {
position: relative;
display: block;
z-index: 5;
width: 100%;
}

.home-carousel .content-box h1 {
position: relative;
display: block;
color: #fff;
font-size: 46px;
line-height: 52px;
font-weight: 900;
margin-bottom: 30px;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}

.home-carousel .active .content-box h1 {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}

.home-carousel .content-box p {
position: relative;
display: block;
color: #fff;
margin-bottom: 40px;
font-size: 20px;
height: 46px;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1300ms ease;
-moz-transition: all 1300ms ease;
-ms-transition: all 1300ms ease;
-o-transition: all 1300ms ease;
transition: all 1300ms ease;
}

.home-carousel .active .content-box p {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1300ms;
-moz-transition-delay: 1300ms;
-ms-transition-delay: 1300ms;
-o-transition-delay: 1300ms;
transition-delay: 1300ms;
}

.banner-section .home-carousel .content-box a.theme-btn {
padding: 14px 47px;
}

.home-carousel .content-box .btn-box {
position: relative;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1600ms ease;
-moz-transition: all 1600ms ease;
-ms-transition: all 1600ms ease;
-o-transition: all 1600ms ease;
transition: all 1600ms ease;
}

.home-carousel .active .content-box .btn-box {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1600ms;
-moz-transition-delay: 1600ms;
-ms-transition-delay: 1600ms;
-o-transition-delay: 1600ms;
transition-delay: 1600ms;
}

/*========================================*/
/*----------- [_Section_Title] -----------*/
/*========================================*/
.section-title {
margin-bottom: 60px;
}
.section-title .sub-title {
margin-bottom: 5px;
font-size: 18px;
font-weight: normal!important;
}

.section-title-left-part {
position: relative;
padding-left: 30px;
}

.section-title-left-part:before {
content: "";
position: absolute;
background: #005aae;
height: 100%;
width: 8px;
top: 0;
left: 0;
}

.section-title-left-part:after {
content:  "";
position: absolute;
top: 17px;
left: 45px;
font-size: 7rem;
color: #1677bf;
opacity: 0.1;
animation: heartbeat 1s infinite alternate;
}

.section-title-left-part > .title{
font-size: 28px;
}

.title-box-center {
position: relative;
}
/*========================================*/
/*------------- [_Title_Lines] -----------*/
/*========================================*/
.side-line {
position: relative;
}

.side-line:before {
position: absolute;
content: "";
background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
height: 3px;
width: 40px;
top: 12px;
left: -15px;
z-index: -1;
-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}

.case-study-item:hover .side-line:before {
width: 65px;
left: -30px;
}

/*========================================*/
/*---------- [_Section_三大模块] ------------*/
/*========================================*/

.feature-box {
text-align: center;
}

.feature-thumb {
overflow: hidden;
}

/*.feature-thumb img {
height:220px; 
-moz-border-radius: 10px 10px 0 0px;
-webkit-border-radius: 10px 10px 0 0px;
-ms-border-radius: 10px 10px 0 0px;
-o-border-radius: 10px 10px 0 0px;
border-radius: 10px 10px 0 0px;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
}

.feature-box:hover .feature-thumb img {
-moz-transform: scale(1.2) rotate(3deg);
-o-transform: scale(1.2) rotate(3deg);
-ms-transform: scale(1.2) rotate(3deg);
-webkit-transform: scale(1.2) rotate(3deg);
transform: scale(1.2) rotate(3deg);
}*/

.feature-content {
padding: 20px;
background: #fff;
/*border-radius: 0px 0px 10px 10px;*/
position: relative;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
}
.feature-content .para > p{
height: 60px;
text-align:left;
}
.feature-box:hover .feature-content {
-webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
}

.feature-content:after {
border-radius: 15px;
position: absolute;
background: #0c59db;
height: 3px;
width: 0;
left: 0;
bottom: 0;
content: "";
right: 0;
margin: 0 auto;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
opacity: 0.6;
z-index: 0;
}

.feature-box:hover .feature-content:after {
width: 85%;
}

.feature-content .title {
margin-bottom: 15px;
}

.feature-box .link a {
position: absolute;
background: #005aae!important;
color: #fff;
height: 40px;
width: 85px;
line-height: 40px;
left: 0;
right: 0;
margin: 0 auto;
bottom: -20px;
border-radius: 30px;
z-index: 1;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
}

.feature-box .link a:hover {
width: 110px;
}
/*========================================*/
/*---------- [_Section_集团概况] ----------*/
/*========================================*/
.funfact {
background: #F7F8FC;
padding: 40px 40px 40px;
position: relative;
}
.funfact .icon {
margin-bottom: 30px;
position: absolute;
top: 45px;
right: 15px;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.funfact .icon span:before {
font-size: 54px;
color:#005aae!important;
}
.funfact .counter {
font-size: 48px;
margin-bottom: 20px;
z-index: 1;
position: relative;
}
.funfact .title {
color: #747b87;
position: relative;
z-index: 2;
}
.funfact::before {
content: "";
background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
opacity: 0.05;
-moz-transform: translate(10px, 10px);
-o-transform: translate(10px, 10px);
-ms-transform: translate(10px, 10px);
-webkit-transform: translate(10px, 10px);
transform: translate(10px, 10px);
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.funfact:hover .icon {
top: 55px;
}
.funfact:hover::before {
left: 5px;
top: 6px;
opacity: 0.08;
}

.gsjj p {
text-indent: 32px;
}

/*========================================*/
/*------------ [_Section_新闻中心] -----------*/
/*========================================*/
.new_box {
background: #fff;
position: relative;
}

.new_box:before {
    position: absolute;
    content: "";
    background-image: url(../img/3.png);
    height: 325px;
    width: 325px;
    top: 0%;
    left: 2%;
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: spinInfinit;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.8;
}

.picnew {
padding: 20px 20px 30px 20px;
background: #F7F8FC;
border-right: 1px solid #e9e9e9;
height: 310px;
}

.picnew a {
    width: 100%;
}

.picnew .carousel-item a:hover p{color: #005aae;}

.picnew a img {
    width: 100%;
}

.picnew .carousel-indicators {
    width: 30%;
    margin-left: 72%;
    margin-bottom: 35px;
}

    .picnew .carousel-indicators .active {
        background: #005aae;
    }

.picnew .carousel-item img {
    height: 240px;
    width: 100%;
}

.picnew .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.6)
}

.picnew p {
    font: 15px/16px '微软雅黑';
    color: #333;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 0;
}

.txtnew {
background: #F7F8FC;
padding: 10px 30px 10px 30px;
height: 310px;
}

.txtnew > ul > li > a {
    font: 16px;
    color: #000;
    font-weight: bold;
    border: 1px solid #fff;
    border-bottom: 1px solid #d3d3d3;
    background: none;
    margin: 0;
}

    .txtnew > ul > li > a:hover {
        border-bottom: 1px solid #005aae;
    }

.txtnew > .nav-tabs .nav-link.active {
    color: #005aae;
    background-color: #F7F8FC;
    border-color: #F7F8FC #F7F8FC #005aae;
}

.txtnew > ul > li > a.active {
    color: #005aae;
}

.txtnew > ul > li > a:hover {
    border: 1px solid #F7F8FC !important;
    border-bottom: 1px solid #dee2e6 !important;
    color: #005aae;
}

.txtnew > ul > li > a.active:hover {
    border: 1px solid #F7F8FC;
    border-bottom: 1px solid #005aae !important;
    color: #005aae;
}

.txtnew > ul > li > a.active:focus {
    border-bottom: 1px solid #005aae;
    color: #005aae;
}

.txtnew-list {
padding: 10px 0 20px 20px;
}

.txtnew-list li {
    list-style: url("../img/list-style.png");
}

.txtnew-list li a {
    font: 14px/37px '微软雅黑';
    color: #333;
}

.txtnew-list li a:hover {
    color: #005aae;
}

.txtnew-list li span {
    font: 14px/37px '微软雅黑';
    text-align: right;
    color: #777;
    float: right;
}

.new_more {
position: absolute;
right: 3%;
top: 5px;
}

.icon_new_box {
position: relative;
top: -10px;
}
/*
.news-wrapper .news-thumb {
position: relative;
overflow: hidden;
}
.news-wrapper .news-thumb img {
height: 220px;
-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}
.news-wrapper .news-thumb .news-top-meta {
position: absolute;
bottom: 0;
left: 0;
text-align: center;
z-index: 1;
padding: 4px 14px;
background: #005aae;
font-size: 14px;
color: #fff;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
}
.news-wrapper .news-thumb .news-top-meta a {
color: #fff;
}
.news-wrapper .news-thumb .news-top-meta i {
font-size: 15px;
margin-right: 8px;
vertical-align: middle;
color: #ffffff;
}
.news-wrapper .news-thumb .news-top-meta .admin {
background: #ececec;
padding: 2px 20px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.2px;
font-size: 11px;
color: #17305e;
}
.news-wrapper .news-thumb .news-top-meta .admin a {
color: #17305e;
}
.news-wrapper .news-thumb .news-top-meta .comment {
background: #0c59db;
padding: 2px 17.9px;
min-width: 96px;
}
.news-wrapper .news-thumb:after {
position: absolute;
content: "";
background: rgba(23, 48, 94, 0.6);
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
-moz-transform: perspective(3em) rotateY(-3deg);
-o-transform: perspective(3em) rotateY(-3deg);
-ms-transform: perspective(3em) rotateY(-3deg);
-webkit-transform: perspective(3em) rotateY(-3deg);
transform: perspective(3em) rotateY(-3deg);
transform-origin: top;
}
.news-wrapper .news-details {
background: #ffffff;
padding: 20px;
box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
}
.news-wrapper .news-details .news-description .news-bottom-meta {
color: #828c99;
background: #f5f6fc;
padding: 10px 20px;
border-left: 3px solid #005aae;
}
.news-wrapper .news-details .news-description .the-content {
margin-bottom: 20px;
}
.news-wrapper .news-details .news-link {
text-transform: uppercase;
font-weight: 600;
display: inline-block;
letter-spacing: 1.2px;
line-height: 16px;
position: relative;
}
.news-wrapper .news-details .news-link a {
color: #0c59db;
font-size: 15px;
}
.news-wrapper .news-details .news-link a i::before {
font-size: 16px;
vertical-align: middle;
transition: 300ms;
}
.news-wrapper .news-details .news-link:hover {
color: #0c59db;
}
.news-wrapper .news-details .news-link:hover:before {
width: 100%;
}
.news-wrapper .news-details .news-link:hover a i::before {
margin-left: 6px;
}
.news-wrapper .news-details .news-link:before {
content: '';
width: 60%;
height: 2px;
background: #0c59db;
left: 0;
position: absolute;
bottom: -5px;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
}
.news-wrapper:hover .news-thumb img {
-moz-transform: scale3d(1.1, 1.1, 1.1);
-o-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
.news-wrapper:hover .news-thumb .news-top-meta {
left: 30px;
}
.news-wrapper:hover .news-thumb:after {
opacity: 1;
-moz-transform: perspective(0) rotateX(0);
-o-transform: perspective(0) rotateX(0);
-ms-transform: perspective(0) rotateX(0);
-webkit-transform: perspective(0) rotateX(0);
transform: perspective(0) rotateX(0);
}

.new_paragraph {
height: 66px;
}

.new_paragraph a{
font-size: 16px;
color: #3E3E3E;
} 
.new_paragraph a:hover{
color: rgb(12, 89, 219);
}*/
/*========================================*/
/*---------- [_Section_业务领域] -------------*/
/*========================================*/
.feature-section {
background: #F7F8FC;
}

.feature-section .owl-dots {
    display: none;
}

.feature-box {
margin: 0 auto;
text-align: center;
}

.feature-thumb {
overflow: hidden;
}

.feature-content {
position: relative;
padding: 20px 15px;
background: #fff;
margin-bottom: 0;
}

.feature-content li:nth-child(1){position:relative; z-index:3;font:16px/16px '微软雅黑'; color:#333; font-weight:bold; margin:0 0 16px 0;text-align: left;}
.feature-content li:nth-child(2){position:relative; z-index:3;font:14px/24px '微软雅黑';  margin-top:14px;text-align: left;}
.feature-content li:nth-child(2) p a{color:#4c4a4f;}
.feature-content li:nth-child(3){width:100%; height:0%; background:#0155ab; position:absolute; top:0; left:0; z-index:1;}

.feature-content .para {
    height: 106px;
    padding-bottom: 10px;
}

.feature-content .para > p {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.feature-thumb img {
height: 180px;
}




/*.team-block {
position: relative;
background: #f6f6f6;
overflow: hidden;
border-radius: 8px;
-webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
-moz-transition: all 700ms ease-out 0s;
-webkit-transition: all 700ms ease-out 0s;
-ms-transition: all 700ms ease-out 0s;
-o-transition: all 700ms ease-out 0s;
transition: all 700ms ease-out 0s;
}
.team-block .team-upper-part img {
height: 220px;
border-radius: 8px 0px 0 40px;
-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}
.team-block .team-upper-part .social-list {
position: absolute;
top: 30%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
opacity: 0;
transform: scale(0);
}
.team-block .team-bottom-part {
padding: 20px;
display: inline-block;
width: 100%;
text-align: center;
z-index: 2;
}
.team-block .team-bottom-part .designation {
font-size: 16px;
color: #3E3E3E;
font-weight: normal;
text-align: left;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
height: 80px;
}
.team-block .team-bottom-part .social-list {
display: inline-block;
margin-top: 15px;
text-align: center;
}
.team-block .team-bottom-part .social-list li a {
background: transparent;
font-size: 18px;
color: #333;
}
.team-block .team-bottom-part .social-list li:last-child {
margin-right: 0;
}
.team-block:after {
position: absolute;
content: "";
background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
height: 8%;
width: 12px;
bottom: 0;
right: 0;
transition: 500ms;
opacity: 0.6;
}*/
/*
.team-block:before {
content: "";
position: absolute;
height: 70px;
width: 80px;
background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
bottom: -30px;
left: -50px;
transform: rotate(45deg);
transition: 500ms;
opacity: 0.6;
}
*/
/*.team-block:hover {
background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}
.team-block:hover:after {
content: none;
}
.team-block:hover:before {
transform: rotate(135deg);
opacity: 0;
}
.team-block:hover .team-upper-part img {
margin-left: 10px;
}
.team-block:hover .team-bottom-part .social-list li a {
color: #fff;
}
.team-block:hover .team-bottom-part .team-title a {
color: #fff;
}
.team-block:hover .team-bottom-part .designation {
color: #fff;
}

.bg-pos-center-bottom {
background-position: center bottom;
}

.btn_zbts_box{
position: absolute;
right: 20px;
top:30px;
}
.cs-btn-three_zbts{
position: relative;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
padding: 5px 28px;
font-weight: 500;
overflow: hidden;
border-radius: 50px;
border: 1px solid #fff;
cursor: pointer;
color: #fff;
background:none;
}
.cs-btn-three_zbts:hover {
background: #a61817;
border:1px solid #fff;
color: #fff;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}*/

/*========================================*/
/*--------- [_Section_工程案例] --------*/
/*========================================*/
.case-study-section .owl-dots {
    display: none;
}
.news-wrapper .news-thumb {
position: relative;
overflow: hidden;
}

.news-wrapper .news-thumb img {
    height: 220px;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.news-wrapper .news-thumb .news-top-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 4px 14px;
    background: #005aae;
    font-size: 16px;
    color: #fff;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.news-wrapper .news-thumb .news-top-meta a {
    color: #fff;
}

.news-wrapper .news-thumb .news-top-meta i {
    font-size: 15px;
    margin-right: 8px;
    vertical-align: middle;
    color: #ffffff;
}

.news-wrapper .news-thumb .news-top-meta .admin {
    background: #ececec;
    padding: 2px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 11px;
    color: #17305e;
}

.news-wrapper .news-thumb .news-top-meta .admin a {
    color: #17305e;
}

.news-wrapper .news-thumb .news-top-meta .comment {
    background: #0c59db;
    padding: 2px 17.9px;
    min-width: 96px;
}

.news-wrapper .news-thumb:after {
    position: absolute;
    content: "";
    background: rgba(23, 48, 94, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -moz-transform: perspective(3em) rotateY(-3deg);
    -o-transform: perspective(3em) rotateY(-3deg);
    -ms-transform: perspective(3em) rotateY(-3deg);
    -webkit-transform: perspective(3em) rotateY(-3deg);
    transform: perspective(3em) rotateY(-3deg);
    transform-origin: top;
}

.news-wrapper .news-details {
background: #ffffff;
padding: 20px 15px;
border: 1px solid #eee;
}

.news-wrapper .news-details .news-description .news-bottom-meta {
    color: #828c99;
    background: #f5f6fc;
    padding: 10px 20px;
    border-left: 3px solid #005aae;
}

.news-wrapper .news-details .news-description .the-content {
    margin-bottom: 20px;
}

.news-wrapper .news-details .news-link {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.2px;
    line-height: 16px;
    position: relative;
}

.news-wrapper .news-details .news-link a {
    color: #0c59db;
    font-size: 15px;
}

.news-wrapper .news-details .news-link a i::before {
    font-size: 16px;
    vertical-align: middle;
    transition: 300ms;
}

.news-wrapper .news-details .news-link:hover {
    color: #0c59db;
}

.news-wrapper .news-details .news-link:hover:before {
    width: 100%;
}

.news-wrapper .news-details .news-link:hover a i::before {
    margin-left: 6px;
}

.news-wrapper .news-details .news-link:before {
    content: '';
    width: 60%;
    height: 2px;
    background: #0c59db;
    left: 0;
    position: absolute;
    bottom: -5px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.news-wrapper:hover .news-thumb img {
-moz-transform: scale3d(1.1, 1.1, 1.1);
-o-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}

.news-wrapper:hover .news-thumb .news-top-meta {
left: 30px;
}

.news-wrapper:hover .news-thumb:after {
opacity: 1;
-moz-transform: perspective(0) rotateX(0);
-o-transform: perspective(0) rotateX(0);
-ms-transform: perspective(0) rotateX(0);
-webkit-transform: perspective(0) rotateX(0);
transform: perspective(0) rotateX(0);
}

.new_paragraph {
height: 88px;
}

.new_paragraph a {
font-size: 14px;
color: #4c4a4E;
}

.new_paragraph a:hover {
color: rgb(12, 89, 219);
}


/*.case-study-item .case-study-thumb {
position: relative;
overflow: hidden;
border-radius: 8px;
}
.case-study-item .case-study-thumb img {
width: 100%;
height: 220px;
-webkit-transform: scale(1.01);
transform: scale(1.01);
transition: all 900ms ease;
}
.case-study-item .case-study-thumb .case-study-link-icon a {
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
width: 52px;
margin-top: -25px;
margin-left: -25px;
height: 52px;
background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
text-align: center;
line-height: 60px;
color: #fff;
visibility: hidden;
opacity: 0;
-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}
.case-study-details {
position:relative;
text-align: center;
margin: 0 auto;
left: 0px;
top:0px;
-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
opacity: 1;
transform-origin: bottom;
}
.case-study-details,
.case-study-details .case-study-title {
font-size: 20px;
color: #151a33;
text-align: center;
margin-top: 15px;
}
.case-study-item .case-study-thumb:after {
position: absolute;
background: linear-gradient(0deg, #11112e, transparent);
height: 100%;
width: 100%;
content: "";
left: 0;
bottom: 0;
opacity: 0;
-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}
.case-study-item:hover .case-study-thumb img {
-moz-transform: scale(1.2) rotate(3deg);
-o-transform: scale(1.2) rotate(3deg);
-ms-transform: scale(1.2) rotate(3deg);
-webkit-transform: scale(1.2) rotate(3deg);
transform: scale(1.2) rotate(3deg);
}
.case-study-item:hover .case-study-thumb .case-study-link-icon a {
visibility: visible;
opacity: 1;
right: 28px;
}
.case-study-item:hover .case-study-thumb .case-study-details {
-moz-transform: perspective(0) rotateX(0);
-o-transform: perspective(0) rotateX(0);
-ms-transform: perspective(0) rotateX(0);
-webkit-transform: perspective(0) rotateX(0);
transform: perspective(0) rotateX(0);
opacity: 1;
bottom: 10px;
left: 30px;
}
.case-study-item:hover .case-study-thumb:after {
opacity: 1;
}
.case-study-item:hover .case-study-thumb:before {
-moz-transform: perspective(0) rotateX(0);
-o-transform: perspective(0) rotateX(0);
-ms-transform: perspective(0) rotateX(0);
-webkit-transform: perspective(0) rotateX(0);
transform: perspective(0) rotateX(0);
}


.service-icon span:before {
font-size: 60px;
margin-top: 30px;
display: inline-block;
margin-bottom: 35px;
color: #0c59db;
}
*/
/*========================================*/
/*-------------- [_Typography] -----------*/
/*========================================*/
/*Margin Top */
.mrt-0 {
margin-top: 0px;
}

.mrt-5 {
margin-top: 5px;
}

.mrt-10 {
margin-top: 10px;
}

.mrt-15 {
margin-top: 15px;
}

.mrt-20 {
margin-top: 20px;
}

.mrt-25 {
margin-top: 25px;
}

.mrt-30 {
margin-top: 30px;
}

.mrt-35 {
margin-top: 35px;
}

.mrt-40 {
margin-top: 40px;
}

.mrt-45 {
margin-top: 45px;
}

.mrt-50 {
margin-top: 50px;
}

.mrt-55 {
margin-top: 55px;
}

.mrt-60 {
margin-top: 60px;
}

.mrt-65 {
margin-top: 65px;
}

.mrt-70 {
margin-top: 70px;
}

.mrt-75 {
margin-top: 75px;
}

.mrt-80 {
margin-top: 80px;
}

.mrt-85 {
margin-top: 85px;
}

.mrt-90 {
margin-top: 90px;
}

.mrt-95 {
margin-top: 95px;
}

.mrt-100 {
margin-top: 100px;
}

.mrt-105 {
margin-top: 105px;
}

.mrt-110 {
margin-top: 110px;
}

.mrt-115 {
margin-top: 115px;
}

.mrt-120 {
margin-top: 120px;
}

.mrt-125 {
margin-top: 125px;
}

.mrt-130 {
margin-top: 130px;
}

.mrt-135 {
margin-top: 135px;
}

.mrt-140 {
margin-top: 140px;
}

.mrt-145 {
margin-top: 145px;
}

.mrt-150 {
margin-top: 150px;
}

.minus-mrt-80 {
margin-top: -80px;
}

/*Margin Right */
.mrr-0 {
margin-right: 0px;
}

.mrr-5 {
margin-right: 5px;
}

.mrr-10 {
margin-right: 10px;
}

.mrr-15 {
margin-right: 15px;
}

.mrr-20 {
margin-right: 20px;
}

.mrr-25 {
margin-right: 25px;
}

.mrr-30 {
margin-right: 30px;
}

.mrr-35 {
margin-right: 35px;
}

.mrr-40 {
margin-right: 40px;
}

.mrr-45 {
margin-right: 45px;
}

.mrr-50 {
margin-right: 50px;
}

.mrr-55 {
margin-right: 55px;
}

.mrr-60 {
margin-right: 60px;
}

.mrr-65 {
margin-right: 65px;
}

.mrr-70 {
margin-right: 70px;
}

.mrr-75 {
margin-right: 75px;
}

.mrr-80 {
margin-right: 80px;
}

.mrr-85 {
margin-right: 85px;
}

.mrr-90 {
margin-right: 90px;
}

.mrr-95 {
margin-right: 95px;
}

.mrr-100 {
margin-right: 100px;
}

.mrr-105 {
margin-right: 105px;
}

.mrr-110 {
margin-right: 110px;
}

.mrr-115 {
margin-right: 115px;
}

.mrr-120 {
margin-right: 120px;
}

.mrr-125 {
margin-right: 125px;
}

.mrr-130 {
margin-right: 130px;
}

.mrr-135 {
margin-right: 135px;
}

.mrr-140 {
margin-right: 140px;
}

.mrr-145 {
margin-right: 145px;
}

.mrr-150 {
margin-right: 150px;
}

/*Margin Bottom */
.mrb-0 {
margin-bottom: 0px;
}

.mrb-5 {
margin-bottom: 5px;
}

.mrb-10 {
margin-bottom: 10px;
}

.mrb-15 {
margin-bottom: 15px;
}

.mrb-20 {
margin-bottom: 20px;
}

.mrb-25 {
margin-bottom: 25px;
}

.mrb-30 {
margin-bottom: 30px;
}

.mrb-35 {
margin-bottom: 35px;
}

.mrb-40 {
margin-bottom: 40px;
}

.mrb-45 {
margin-bottom: 45px;
}

.mrb-50 {
margin-bottom: 50px;
}

.mrb-55 {
margin-bottom: 55px;
}

.mrb-60 {
margin-bottom: 60px;
}

.mrb-65 {
margin-bottom: 65px;
}

.mrb-70 {
margin-bottom: 70px;
}

.mrb-75 {
margin-bottom: 75px;
}

.mrb-80 {
margin-bottom: 80px;
}

.mrb-85 {
margin-bottom: 85px;
}

.mrb-90 {
margin-bottom: 90px;
}

.mrb-95 {
margin-bottom: 95px;
}

.mrb-100 {
margin-bottom: 100px;
}

.mrb-105 {
margin-bottom: 105px;
}

.mrb-110 {
margin-bottom: 110px;
}

.mrb-115 {
margin-bottom: 115px;
}

.mrb-120 {
margin-bottom: 120px;
}

.mrb-125 {
margin-bottom: 125px;
}

.mrb-130 {
margin-bottom: 130px;
}

.mrb-135 {
margin-bottom: 135px;
}

.mrb-140 {
margin-bottom: 140px;
}

.mrb-145 {
margin-bottom: 145px;
}

.mrb-150 {
margin-bottom: 150px;
}

/*Margin Left */
.mrl-0 {
margin-left: 0px;
}

.mrl-5 {
margin-left: 5px;
}

.mrl-10 {
margin-left: 10px;
}

.mrl-15 {
margin-left: 15px;
}

.mrl-20 {
margin-left: 20px;
}

.mrl-25 {
margin-left: 25px;
}

.mrl-30 {
margin-left: 30px;
}

.mrl-35 {
margin-left: 35px;
}

.mrl-40 {
margin-left: 40px;
}

.mrl-45 {
margin-left: 45px;
}

.mrl-50 {
margin-left: 50px;
}

.mrl-55 {
margin-left: 55px;
}

.mrl-60 {
margin-left: 60px;
}

.mrl-65 {
margin-left: 65px;
}

.mrl-70 {
margin-left: 70px;
}

.mrl-75 {
margin-left: 75px;
}

.mrl-80 {
margin-left: 80px;
}

.mrl-85 {
margin-left: 85px;
}

.mrl-90 {
margin-left: 90px;
}

.mrl-95 {
margin-left: 95px;
}

.mrl-100 {
margin-left: 100px;
}

.mrl-105 {
margin-left: 105px;
}

.mrl-110 {
margin-left: 110px;
}

.mrl-115 {
margin-left: 115px;
}

.mrl-120 {
margin-left: 120px;
}

.mrl-125 {
margin-left: 125px;
}

.mrl-130 {
margin-left: 130px;
}

.mrl-135 {
margin-left: 135px;
}

.mrl-140 {
margin-left: 140px;
}

.mrl-145 {
margin-left: 145px;
}

.mrl-150 {
margin-left: 150px;
}

/*Padding Top */
.pdt-0 {
padding-top: 0px;
}

.pdt-5 {
padding-top: 5px;
}

.pdt-10 {
padding-top: 10px;
}

.pdt-15 {
padding-top: 15px;
}

.pdt-20 {
padding-top: 20px;
}

.pdt-25 {
padding-top: 25px;
}

.pdt-30 {
padding-top: 30px;
}

.pdt-35 {
padding-top: 35px;
}

.pdt-40 {
padding-top: 40px;
}

.pdt-45 {
padding-top: 45px;
}

.pdt-50 {
padding-top: 50px;
}

.pdt-55 {
padding-top: 55px;
}

.pdt-60 {
padding-top: 60px;
}

.pdt-65 {
padding-top: 65px;
}

.pdt-70 {
padding-top: 70px;
}

.pdt-75 {
padding-top: 75px;
}

.pdt-80 {
padding-top: 80px;
}

.pdt-85 {
padding-top: 85px;
}

.pdt-90 {
padding-top: 90px;
}

.pdt-95 {
padding-top: 95px;
}

.pdt-100 {
padding-top: 100px;
}

.pdt-105 {
padding-top: 105px;
}

.pdt-110 {
padding-top: 110px;
}

.pdt-115 {
padding-top: 115px;
}

.pdt-120 {
padding-top: 120px;
}

.pdt-125 {
padding-top: 125px;
}

.pdt-130 {
padding-top: 130px;
}

.pdt-135 {
padding-top: 135px;
}

.pdt-140 {
padding-top: 140px;
}

.pdt-145 {
padding-top: 145px;
}

.pdt-150 {
padding-top: 150px;
}

/*Padding Right */
.pdr-0 {
padding-right: 0px;
}

.pdr-5 {
padding-right: 5px;
}

.pdr-10 {
padding-right: 10px;
}

.pdr-15 {
padding-right: 15px;
}

.pdr-20 {
padding-right: 20px;
}

.pdr-25 {
padding-right: 25px;
}

.pdr-30 {
padding-right: 30px;
}

.pdr-35 {
padding-right: 35px;
}

.pdr-40 {
padding-right: 40px;
}

.pdr-45 {
padding-right: 45px;
}

.pdr-50 {
padding-right: 50px;
}

.pdr-55 {
padding-right: 55px;
}

.pdr-60 {
padding-right: 60px;
}

.pdr-65 {
padding-right: 65px;
}

.pdr-70 {
padding-right: 70px;
}

.pdr-75 {
padding-right: 75px;
}

.pdr-80 {
padding-right: 80px;
}

.pdr-85 {
padding-right: 85px;
}

.pdr-90 {
padding-right: 90px;
}

.pdr-95 {
padding-right: 95px;
}

.pdr-100 {
padding-right: 100px;
}

.pdr-105 {
padding-right: 105px;
}

.pdr-110 {
padding-right: 110px;
}

.pdr-115 {
padding-right: 115px;
}

.pdr-120 {
padding-right: 120px;
}

.pdr-125 {
padding-right: 125px;
}

.pdr-130 {
padding-right: 130px;
}

.pdr-135 {
padding-right: 135px;
}

.pdr-140 {
padding-right: 140px;
}

.pdr-145 {
padding-right: 145px;
}

.pdr-150 {
padding-right: 150px;
}

/*Padding Bottom */
.pdb-0 {
padding-bottom: 0px;
}

.pdb-5 {
padding-bottom: 5px;
}

.pdb-10 {
padding-bottom: 10px;
}

.pdb-15 {
padding-bottom: 15px;
}

.pdb-20 {
padding-bottom: 20px;
}

.pdb-25 {
padding-bottom: 25px;
}

.pdb-30 {
padding-bottom: 30px;
}

.pdb-35 {
padding-bottom: 35px;
}

.pdb-40 {
padding-bottom: 40px;
}

.pdb-45 {
padding-bottom: 45px;
}

.pdb-50 {
padding-bottom: 50px;
}

.pdb-55 {
padding-bottom: 55px;
}

.pdb-60 {
padding-bottom: 60px;
}

.pdb-65 {
padding-bottom: 65px;
}

.pdb-70 {
padding-bottom: 70px;
}

.pdb-75 {
padding-bottom: 75px;
}

.pdb-80 {
padding-bottom: 80px;
}

.pdb-85 {
padding-bottom: 85px;
}

.pdb-90 {
padding-bottom: 90px;
}

.pdb-95 {
padding-bottom: 95px;
}

.pdb-100 {
padding-bottom: 100px;
}

.pdb-105 {
padding-bottom: 105px;
}

.pdb-110 {
padding-bottom: 110px;
}

.pdb-115 {
padding-bottom: 115px;
}

.pdb-120 {
padding-bottom: 120px;
}

.pdb-125 {
padding-bottom: 125px;
}

.pdb-130 {
padding-bottom: 130px;
}

.pdb-135 {
padding-bottom: 135px;
}

.pdb-140 {
padding-bottom: 140px;
}

.pdb-145 {
padding-bottom: 145px;
}

.pdb-150 {
padding-bottom: 150px;
}

.pdt-195 {
padding-top: 195px;
}

.pdb-180 {
padding-bottom: 180px;
}

.pdb-210 {
padding-bottom: 210px;
}

.pdb-300 {
padding-bottom: 300px;
}

/*Padding Left */
.pdl-0 {
padding-left: 0px;
}

.pdl-5 {
padding-left: 5px;
}

.pdl-10 {
padding-left: 10px;
}

.pdl-15 {
padding-left: 15px;
}

.pdl-20 {
padding-left: 20px;
}

.pdl-25 {
padding-left: 25px;
}

.pdl-30 {
padding-left: 30px;
}

.pdl-35 {
padding-left: 35px;
}

.pdl-40 {
padding-left: 40px;
}

.pdl-45 {
padding-left: 45px;
}

.pdl-50 {
padding-left: 50px;
}

.pdl-55 {
padding-left: 55px;
}

.pdl-60 {
padding-left: 60px;
}

.pdl-65 {
padding-left: 65px;
}

.pdl-70 {
padding-left: 70px;
}

.pdl-75 {
padding-left: 75px;
}

.pdl-80 {
padding-left: 80px;
}

.pdl-85 {
padding-left: 85px;
}

.pdl-90 {
padding-left: 90px;
}

.pdl-95 {
padding-left: 95px;
}

.pdl-100 {
padding-left: 100px;
}

.pdl-105 {
padding-left: 105px;
}

.pdl-110 {
padding-left: 110px;
}

.pdl-115 {
padding-left: 115px;
}

.pdl-120 {
padding-left: 120px;
}

.pdl-125 {
padding-left: 125px;
}

.pdl-130 {
padding-left: 130px;
}

.pdl-135 {
padding-left: 135px;
}

.pdl-140 {
padding-left: 140px;
}

.pdl-145 {
padding-left: 145px;
}

.pdl-150 {
padding-left: 150px;
}

.vh {
height: 100vh;
}

.d-flex {
align-items: center;
display: flex;
}


/*Google Font Classes */
.f-family1 {
font-family: "Poppins", sans-serif;
}

.f-family2 {
font-family: "Caladea", serif;
}

/*Data Overlay */
[data-overlay-dark],
[data-overlay-light] {
position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
position: relative;
z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}

[data-overlay-dark]:before {
background: #131c34;
}

[data-overlay-light]:before {
background: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
opacity: 0.9;
}

[data-overlay-dark="94"]:before,
[data-overlay-light="94"]:before {
opacity: 0.94;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
opacity: 1;
}

.bg-no-repeat {
background-repeat: no-repeat !important;
}

.long-gap-left {
margin-left: 370px;
overflow: hidden;
}

.f-right {
float: right;
}

.f-left {
float: left;
}

.text-underline {
text-decoration: underline;
}

.display-inline-block {
display: inline-block;
}

.text-white {
color: #ffffff;
}

.bg-white {
background: #ffffff;
}

.bg-light-pink {
background: #faf3f3;
}

.bg-silver {
background: #ECF1F8;
}

.bg-silver-light {
background: #F7F8FC;
}

.bg-silver-deep {
background: #ecdaee;
}

.bg-gray {
background: #f7f7f7;
}

.text-silver {
color: #f5f3f1;
}

.text-light-gray {
color: #a7a8b4;
}

.text-gray {
color: #a4a4aa;
}

.text-gray-light {
color: #CCCCCC;
}

.text-dark-light {
color: #808093;
}

.section-white-typo * {
color: #fff !important;
}

[class*=section-bg] {
position: relative;
background-size: cover;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
overflow: hidden;
}

/*self style*/
.YJ-title{width: 260px; margin: 0 auto;font-size: 28px;color: #151a33;font-weight: 600; border-bottom: 1px solid #052e82;padding-bottom: 20px;margin-bottom: 20px;}
.YJ-title > span{font-size: 20px;color: #3E3E3E;font-weight: 300;margin-left: 10%;}
.cs-btn-two {
position: relative;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
padding: 5px 28px;
font-weight: 500;
overflow: hidden;
border-radius: 5px;
border: 1px solid #fff;
cursor: pointer;
color: #fff;
background: #b2b2b2;
}
.cs-btn-two:hover {
background: #fff;
border:1px solid #05153f;
color: #05153f;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.cs-btn-three {
  position: relative;
  top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 1px 18px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #3880c4;
  cursor: pointer;
  color: #3880c4;
  background: #fff;
}
.cs-btn-three:hover {
  background: #005aae;
  border:1px solid #fff;
  color: #fff;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.owl-dots{
position:absolute;
z-index: 99999;
left: 47%;
margin-top: -40px;}
.owl-dots > button{width: 20px!important;height: 20px!important;margin-right: 10px; background: rgba(0,0,0,0.6)!important;border-radius: 50px;}
.owl-dots > button.active{background: #a61817!important;}

/*右侧浮框*/
.main-im{position:fixed;right:0px;top:45%;z-index:9999;}

.main-im .weixing-container{width:50px;height:50px;border:1px solid #ccc;background:#fff url(../img/weixing-icon.png) no-repeat center center;}

.main-im .weixing-show{display: none;width:140px;padding: 15px 0; text-align: center; background:#ffffff;border-radius:5px;border:1px solid #ccc;position:absolute;left:-158px;top:-96px;}
.main-im .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:8px;left:138px;top:120px;position:absolute;z-index:2;}
.main-im .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:10px;left:138px;top:118px;position:absolute;}
.main-im .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .weixing-show .weixing-txt{text-align:center;}

.main-im .go-top{width:50px;height:50px;border:1px solid #ccc;margin-top: 5px; background:#fff url(../img/totop-icon.png) no-repeat center center;}
.main-im .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../img/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(../img/open_im.png) no-repeat left top;}
/*# sourceMappingURL=style.css.map */

/*小姜样式结束*/


/*小朱样式开始*/

/*二三级导航*/
.az-content {
margin-bottom: 15px;
}

.az-bannermin {
margin: 15px 0;
}

.az-content {
padding-bottom: 10px;
}

.az-nev-two {
background: #eeeff0;
padding: 10px 0;
margin-bottom: 10px;
}

.az-nev-two-p {
font: 25px/50px '微软雅黑';
color: #004898;
font-weight: bold;
padding-left: 33px;
}

.az-nev-two-ul > .active > a {
background-color: #004898;
color: #EEEEEE;
}

.az-nev-two-ul > li > a {
font: 18px/49px '微软雅黑';
display: block;
color: #000;
padding-left: 35px;
}

.az-nev-two-ul > li > a:hover {
    background-color: #004898;
    color: #EEEEEE;
}
/*列表1-图文*/
.az-list1-li {
padding: 10px;
border: 1px solid #e1dede;
margin-bottom: 10px;
}

.az-list1-img {
width: 175px;
height: 105px;
background: #f60;
float: left;
}

.az-list1-div {
float: right;
}

.az-list1-div > p:nth-child(1) {
    font: 16px/20px '微软雅黑';
    margin-top: 4px;
    color: #4c4a4f;
    font-weight: bold;
}

.az-list1-div > div:nth-child(2) p {
    font: 12px/18px '微软雅黑';
    color: #777;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 2px;
}

.az-list1-div > p:nth-child(3) {
    font: 14px/22px '微软雅黑';
    color: #4c4a4f;
    margin: 6px 0 0 0;
}

.az-clear {
clear: both;
}

/*列表2-文字*/
.az-list2-li {
border-bottom: 1px dashed #ddd;
position: relative;
}

.az-list2-li > a {
    font: 15px/40px '微软雅黑';
    color: #333;
}

    .az-list2-li > a:hover {
        color: #004898;
        font-weight: bold;
    }

.az-list2-li > span {
    font: 15px/40px '微软雅黑';
    color: #666;
    position: absolute;
    right: 0;
}

/*列表3-文字列表*/
.az-list3-li {
margin-bottom: 20px;
}

.az-list3-li > p {
    font: 24px/50px '微软雅黑';
    color: #333;
    font-weight: bold;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
}

.az-list3-li > ul li {
    border-bottom: 1px daazed #ddd;
    position: relative;
}

.az-list3-li > ul li a {
    font: 15px/36px '微软雅黑';
    color: #333;
}

    .az-list3-li > ul li a:hover {
        color: #004898;
        font-weight: bold;
    }

.az-list3-li > ul li span {
    font: 15px/36px '微软雅黑';
    color: #666;
    position: absolute;
    right: 0;
}

.az-list3-li > a {
    font: 15px/36px '微软雅黑';
    color: #004898;
}

/*列表4-图片展示*/
.az-list4-ul > li {
margin-bottom: 20px;
}

.az-list4-ul > li > a {
    display: block;
    background: #eee;
    border: 1px solid #ddd;
}

.az-list4-ul > li > a:hover {
    background: #0155ab;
    border: 1px solid #0155ab;
}

.az-list4-ul > li > a > img {
    width: 100%;
}

.az-list4-ul > li > a > p:nth-child(2) {
    font: 16px/24px '微软雅黑';
    color: #333;
    font-weight: bold;
    padding: 12px 15px;
    margin-bottom: 0;
    height: 72px;
}

.az-list4-ul > li > a > p:nth-child(3) {
    font: 14px/14px '微软雅黑';
    color: #999;
    padding: 0 15px;
    float: left;
    margin-bottom: 12px;
}

.az-list4-ul > li > a > span:nth-child(4) {
    font: 14px/14px '微软雅黑';
    color: #333;
    padding: 0 15px;
    font-weight: bold;
    float: right;
}


/*详情页*/
.az-datail {
background: #f4f4f4;
padding: 20px;
}

.az-datail-title {
font: 22px/36px '微软雅黑';
font-weight: bold;
color: #333;
text-align: center;
}
.az-datail-inf{
text-align:center;
}
.az-datail-inf span:nth-child(1) {
    font: 14px/22px '微软雅黑';
    color: #999;
    font-weight: normal;
}
.az-datail-inf span:nth-child(2) {
    font: 14px/22px '微软雅黑';
    color: #999;
    font-weight: normal;
    margin-left: 100px;
}
.az-datail-inf span:nth-child(3) {
    font: 14px/22px '微软雅黑';
    color: #999;
    font-weight: normal;
    margin-left: 100px;
}

.az-datail-content {
margin-top: 30px;
}

.az-datail-content p {
    font: 15px/26px '微软雅黑';
    color: #333;
    margin-bottom: 5px;
    text-align: justify;
}

.az-datail-content img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
}

.az-datail-next {
background: #f4f4f4;
margin-bottom: 20px;
padding: 20px 15px 10px 15px;
}

.az-datail-next:hover {
    background: #eee;
}

.az-datail-next > a {
    display: block;
}

.az-datail-next > a > p {
    font: 18px/18px '微软雅黑';
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.az-datail-next > a > div img {
    width: 100%;
    margin-bottom: 8px;
}

.az-datail-next > a > div h5 {
    font: 16px/20px '微软雅黑';
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.az-datail-next > a > div p {
    font: 14px/20px '微软雅黑';
    color: #666;
    margin-bottom: 10px;
}

.az-datail-next > a > div span {
    font: 14px/14px '微软雅黑';
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.az-datail-morelist {
background: #f4f4f4;
margin-bottom: 10px;
padding: 20px 15px 10px 15px;
}

.az-datail-morelist > p {
    font: 18px/18px '微软雅黑';
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.az-datail-morelist > ul > li > p {
    font: 14px/14px '微软雅黑';
    color: #666;
    margin-bottom: 5px;
}

.az-datail-morelist > ul > li > a {
    font: 14px/20px '微软雅黑';
    color: #666;
}

    .az-datail-morelist > ul > li > a:hover {
        font-weight: bold;
        color: #004898;
    }

.az-datail-morelist > ul > li {
    border-bottom: 1px daazed #999;
    padding-bottom: 10px;
    padding-top: 10px;
}

/*联系我们*/
.az-dress p {
font: 16px/50px '微软雅黑';
color: #000;
font-weight: bold;
margin-bottom: 0;
}

.az-dress img {
width: 100%;
border: 1px solid #cccccc;
border-radius: 3px;
cursor: pointer;
}

.az-contact p {
font: 16px/50px '微软雅黑';
color: #000;
font-weight: bold;
margin-bottom: 0;
}

.az-contact ul {
border-top: 3px solid #00aedf;
}

.az-contact ul li div:nth-child(1) {
    font: 14px/42px '微软雅黑';
    color: #000;
    background: #e2e2e2;
    width: 30%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.az-contact ul li div:nth-child(2) {
    font: 14px/42px '微软雅黑';
    color: #b2b2b2;
    width: 70%;
    text-align: center;
    float: right;
    border-bottom: 1px solid #e2e2e2;
    font-weight: bold;
}

/*特殊页面*/
.az-special {
padding: 0;
}

.az-special img {
    width: 100%;
}

.az-special div {
    margin-bottom: 20px;
}


.text-ellipsis {
overflow: hidden;
}

.az-content .breadcrumb {
margin-right: 15px;
}

.breadcrumb {
font-size: 14px;
padding: 8px 15px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
width:100%;
}
.breadcrumb > li {
    display: inline-block;
}
    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }
/*小朱样式结束*/