
@font-face {
    font-family: 'Barlow Condensed';
    src: url("../fonts/web-fonts/BarlowCondensed-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("../fonts/web-fonts/BarlowCondensed-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("../fonts/web-fonts/BarlowCondensed-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("../fonts/web-fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("../fonts/web-fonts/BarlowCondensed-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("../fonts/web-fonts/BarlowCondensed-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("../fonts/web-fonts/BarlowCondensed-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Heebo';
    src: url("../fonts/web-fonts/Heebo-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/web-fonts/Heebo-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/web-fonts/Heebo-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/web-fonts/Heebo-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/web-fonts/Heebo-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/web-fonts/Heebo-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}



/* #0.1    Theme Common Styles
--------------------------------------------------------------*/

html {
    font-size: 15px;
}

body {
    font-family: '微软雅黑';
    background-color: #fff;
    font-size: 15px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #666;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   
    color: #111;
    font-family: '微软雅黑';
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* #0.1    Theme Common Styles
--------------------------------------------------------------*/
/* #0.2 header
--------------------------------------------------------------*/

.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    background-color: #FFFFFF;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.site-header .navigation > .container {
    position: relative;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: '微软雅黑';
    /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
    text-decoration: none;
}

.logo {
    float: left;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    min-height: 95px;
	height:95px;
    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;
    width: 250px;
    background: #BA251D;
}

.logo a img {
    width:200px;
}


@media screen and (max-width: 425px) {
    .logo {
        width: 200px;
    }

    .logo a img {
        width: 110px;
        margin-left: -13%;
    }

    .hero-slider .slide-title h2 {
        font-size: 38px;
    }

    .hero-address:last-child {
        background: #fbfbfb;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .section-title > h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .section-title > span {
        margin-bottom: 15px;
    }

    .hero-address {
        padding: 15px;
    }

    .hero-address .content h5 {
        font-size: 20px;
    }

    .hero-address .content p {
        font-size: 16px;
    }

    .single-service .icon {
        height: 120px;
        width: 120px;
    }

    .single-service .icon img {
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        min-height: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .logo {
        width: 160px;
    }

    .logo a img {
        width: 100px;
    }
    .theme-btn-s2 {
        display: none;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: unset !important;
        margin: 0 !important;
        float: left !important;
    }

    .header-style-1 .cart-search-contact .search-toggle-btn,
    .header-style-2 .cart-search-contact .search-toggle-btn,
    .header-style-3 .cart-search-contact .search-toggle-btn {
        margin-right: 0 !important;
    }
}

.site-header #navbar > ul li a {
    font-family: "微软雅黑";
    font-size: 17px;

    text-transform: capitalize;
}

.site-header #navbar ul li:hover > a {
    color: #BA251D;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
 .site-header #navbar > ul .sub-menu {

		display:none;
    }

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar li:not(:last-child) {
        margin-right: 10px;
    }

    .site-header #navbar li.active,
    .site-header #navbar li {
        position: relative;
    }

    .site-header #navbar li.active a {
        color: #BA251D;
    }

    .site-header #navbar li.active:before,
    .site-header #navbar li.active:after,
    .site-header #navbar li:before,
    .site-header #navbar li:after {
        position: absolute;
        content: '';
        height: 15px;
        width: 2px;
        background: #BA251D;
        top: 50%;
        -webkit-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .site-header #navbar li:before {
        left: 0;
    }

    .site-header #navbar li:after {
        right: 0;
    }
    .site-header #navbar li.menu-item-has-children:after {
        right: -10px;
    }
    .site-header #navbar li.active:before,
    .site-header #navbar li.active:after,
    .site-header #navbar li:hover:before,
    .site-header #navbar li:hover:after {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-50%) scaleY(1);
        transform: translateY(-50%) scaleY(1);
    }

    .site-header #navbar > ul > li > a {
        color: #282828;
        text-transform: uppercase;
        padding: 37px 15px;
    }

    .site-header #navbar > ul .sub-menu {

		display:none;
    }

    .site-header #navbar > ul .sub-menu li {
        margin-right: 0;
    }

    .site-header #navbar > ul .sub-menu li.active:after,
    .site-header #navbar > ul .sub-menu li:after {
        display: none;
    }

    .site-header #navbar > ul > li .sub-menu a {
        font-size: 16px;
        display: block;
        padding: 10px 25px;
        color: #788390;
    }

    .site-header #navbar > ul > li .sub-menu li:hover > a {
        color: #BA251D;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }

    .site-header #navbar ul li.menu-item-has-children > a {
        position: relative;
    }

    /* .site-header #navbar ul li.menu-item-has-children > a:before { */
        /* font-family: "微软雅黑"; */
        /* content: "\e61a"; */
        /* font-size: 12px; */
        /* position: absolute; */
        /* right: 0px; */
        /* top: 51%; */
        /* -webkit-transform: translateY(-50%); */
        /* transform: translateY(-50%); */
        /* color: #BA251D; */
        /* font-weight: 600; */
    /* } */

    .site-header #navbar ul.sub-menu li.menu-item-has-children > a:before {
        color: #242424;
        font-weight: 600;
        right: 15px;
    }

    .site-header #navbar ul.sub-menu li.menu-item-has-children:hover > a:before {
        color: #FFFFFF;
    }

    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@media screen and (min-width: 1025px) and (max-width: 1333px) {
    .logo {
        width: 260px;
    }
}

@media screen and (max-width: 1298px) {

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 500px) !important;
    }

    .header-style-1 .cart-search-contact .cart-toggle-btn,
    .header-style-2 .cart-search-contact .cart-toggle-btn,
    .header-style-3 .cart-search-contact .cart-toggle-btn,
    .header-style-1 .cart-search-contact .search-toggle-btn,
    .header-style-2 .cart-search-contact .search-toggle-btn,
    .header-style-3 .cart-search-contact .search-toggle-btn {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1198px) {

    .theme-btn,
    .theme-btn-s2,
    .submit-btn {
        display: none !important;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 320px) !important;
    }
}

@media screen and (min-width: 1198px) and (max-width: 1298px) {
}

@media screen and (max-width: 1018px) {
    .logo {
        width: 220px;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 285px) !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1103px) {

    .logo {
        width: 230px;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 155px) !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1198px) {

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 100px) !important;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }

    .site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "微软雅黑";
        content: "\e61a";
        font-size: 11px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .hero-slider .slide-title p {
        padding-left: 70px;
        font-size: 14px;
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar .has-mega-menu {
        position: static;
    }

    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #086ad8;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }

    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {

    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }

    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }

    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .navbar-header button {
        background-color: #BA251D;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 20;
    }

    .header-style-1 .cart-search-contact .cart-toggle-btn,
    .header-style-2 .cart-search-contact .cart-toggle-btn,
    .header-style-3 .cart-search-contact .cart-toggle-btn,
    .header-style-1 .cart-search-contact .search-toggle-btn,
    .header-style-2 .cart-search-contact .search-toggle-btn,
    .header-style-3 .cart-search-contact .search-toggle-btn {
        margin-right: 0 !important;
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px !important;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -330px;
        top: 0;
        z-index: 100;
    }

    .site-header #navbar ul a {
        color: #000;
    }

    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #086ad8;
    }

    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    .site-header #navbar .close-navbar {
         background-color: #BA251D;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 0;
        outline: none;
        position: absolute;
        left: -22px;
        top: 28px;
        z-index: 20;
        border-radius: 50px;
    }

    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .site-header #navbar > ul > li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
        font-size: 16px;
    }

    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav > li {
        float: none;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 180px !important;
        margin-left: -15px;
    }

    .page-wrapper {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 472px) {
    .logo {
     width: 150px!important;
    height: auto;
    }

    .logo a img {
        width: 90px;
        margin: auto;
		height:auto;
    }

    .header-style-1 .social-links,
    .header-style-2 .social-links,
    .header-style-3 .social-links {
        display: none;
    }
}

/*--------------------------------------------------------------
#header-sytle-1
--------------------------------------------------------------*/

.header-style-1,
.header-style-2,
.header-style-3 {
    /*** topbar **/
    /*** cart-search-contact ***/
}

@media (max-width: 767px) {

    .header-style-1 .topbar,
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        text-align: center;
    }
}

.header-style-1 .topbar .container,
.header-style-2 .topbar .container,
.header-style-3 .topbar .container {
    position: relative;
}

.header-style-1 .topbar .separator,
.header-style-2 .topbar .separator,
.header-style-3 .topbar .separator {
    background: #f4f4f4;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.header-style-1 .topbar .logo,
.header-style-2 .topbar .logo,
.header-style-3 .topbar .logo {
    max-width: 165px;
    margin-top: 20px;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .logo,
    .header-style-2 .topbar .logo,
    .header-style-3 .topbar .logo {
        margin: 20px auto;
    }
}

.header-style-1 .topbar .contact-info,
.header-style-2 .topbar .contact-info,
.header-style-3 .topbar .contact-info {
    float: right;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .contact-info,
    .header-style-2 .topbar .contact-info,
    .header-style-3 .topbar .contact-info {
        float: none;
        border-top: 1px solid #f4f4f4;
    }
}

.header-style-1 .topbar .contact-info > div,
.header-style-2 .topbar .contact-info > div,
.header-style-3 .topbar .contact-info > div {
    float: left;
    padding: 30px 0 20px;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .contact-info > div,
    .header-style-2 .topbar .contact-info > div,
    .header-style-3 .topbar .contact-info > div {
        float: none;
    }
}

.header-style-1 .topbar .contact-info > div + div,
.header-style-2 .topbar .contact-info > div + div,
.header-style-3 .topbar .contact-info > div + div {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #f4f4f4;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .contact-info > div + div,
    .header-style-2 .topbar .contact-info > div + div,
    .header-style-3 .topbar .contact-info > div + div {
        margin: 0;
        padding: 0;
        border: 0;
    }
}

.header-style-1 .topbar h4,
.header-style-2 .topbar h4,
.header-style-3 .topbar h4 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.header-style-1 .topbar h4 span,
.header-style-2 .topbar h4 span,
.header-style-3 .topbar h4 span {
    color: #086ad8;
}

.header-style-1 .topbar .contact-info p,
.header-style-2 .topbar .contact-info p,
.header-style-3 .topbar .contact-info p {
    font-size: 14px;
    margin: 0;
}

.header-style-1 .social-links,
.header-style-2 .social-links,
.header-style-3 .social-links {
    position: absolute;
    top: 50%;
    right: 18%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	   background: #BA251D;
    border-color: #BA251D;
	
}

.header-style-1 .social-links ul li a,
.header-style-2 .social-links ul li a,
.header-style-3 .social-links ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    color: #282828;
    font-size: 18px;
	color:#fff;
}
.header-style-2 .social-links ul li a {
    color: #282828;
    border: 1px solid #888;
}
.header-style-1 .social-links ul li:hover a,
.header-style-2 .social-links ul li:hover a,
.header-style-3 .social-links ul li:hover a {
    background: #BA251D;
    border-color: #BA251D;
    color: #FFFFFF;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 1198px) and (min-width: 992px) {
    .header-style-1 .social-links, .header-style-2 .social-links, .header-style-3 .social-links {
        display: none;
    }
}

@media (max-width: 991px) {

    .header-style-1 .social-links,
    .header-style-2 .social-links,
    .header-style-3 .social-links {
        position: absolute;
        top: 50%;
        right: 85px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.header-style-1 .social-links ul,
.header-style-2 .social-links ul,
.header-style-3 .social-links ul {
    overflow: hidden;
}

.header-style-1 .social-links ul li,
.header-style-2 .social-links ul li,
.header-style-3 .social-links ul li {
    float: left;
}

.header-style-1 .social-links ul > li + li,
.header-style-2 .social-links ul > li + li,
.header-style-3 .social-links ul > li + li {
    margin-left: 12px;
}

.header-style-1 .social-links ul a,
.header-style-2 .social-links ul a,
.header-style-3 .social-links ul a {
    font-size: 14px;
    color: #282828;
}


.header-style-1 .social-links ul a:hover,
.header-style-2 .social-links ul a:hover,
.header-style-3 .social-links ul a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #fff;
}

@media screen and (min-width: 992px) {

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 250px);
        margin: 0 auto;
        float: none;
        text-align: right;
        max-height: 95px;
    }

    .header-style-1 .navbar-nav,
    .header-style-2 .navbar-nav,
    .header-style-3 .navbar-nav {
        float: none;
        display: inline-block;
    }
}
@media screen and (max-width: 1198px) and (min-width: 1025px) {

    .header-style-1 .navbar-nav,
    .header-style-2 .navbar-nav,
    .header-style-3 .navbar-nav {
        float: left;
        display: inline-block;
        padding-left: 100px;
    }
}

@media (max-width: 991px) {

    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        padding: 0;
    }

    .header-style-1 .navbar-header button,
    .header-style-2 .navbar-header button,
    .header-style-3 .navbar-header button {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation {
        background-color: rgba(255, 255, 255, 0.50);
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 100;
    }  
}

.header-style-1 .cart-search-contact,
.header-style-2 .cart-search-contact,
.header-style-3 .cart-search-contact {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {

    .header-style-1 .cart-search-contact,
    .header-style-2 .cart-search-contact,
    .header-style-3 .cart-search-contact {
        right: 95px;
    }
}

@media (max-width: 450px) {

    .header-style-1 .cart-search-contact,
    .header-style-2 .cart-search-contact,
    .header-style-3 .cart-search-contact {
        display: none;
    }
}

.header-style-1 .cart-search-contact button,
.header-style-2 .cart-search-contact button,
.header-style-3 .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.header-style-1 .cart-search-contact .fi,
.header-style-2 .cart-search-contact .fi,
.header-style-3 .cart-search-contact .fi {
    font-size: 30px;
    color: #fff;
}

.header-style-1 .cart-search-contact > div,
.header-style-2 .cart-search-contact > div,
.header-style-3 .cart-search-contact > div {
    float: left;
    position: relative;
}

.header-style-1 .cart-search-contact > div + div,
.header-style-2 .cart-search-contact > div + div,
.header-style-3 .cart-search-contact > div + div {
    margin-left: 12px;
}

.header-style-1 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: 0;
    top: 67px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {

    .header-style-1 .cart-search-contact .header-search-form,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 55px;
    }
}

@media (max-width: 767px) {

    .header-style-1 .cart-search-contact .header-search-form,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 55px;
        right: 15px;
    }
}

.header-style-1 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 22px;
}

.header-style-1 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div {
    position: relative;
}

.header-style-1 .cart-search-contact form div button,
.header-style-2 .cart-search-contact form div button,
.header-style-3 .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-1 .cart-search-contact input,
.header-style-2 .cart-search-contact input,
.header-style-3 .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 450px) {

    .header-style-1 .cart-search-contact .mini-cart,
    .header-style-2 .cart-search-contact .mini-cart,
    .header-style-3 .cart-search-contact .mini-cart {
        display: none;
    }
}

.header-style-1 .cart-search-contact .mini-cart .fi:before,
.header-style-2 .cart-search-contact .mini-cart .fi:before,
.header-style-3 .cart-search-contact .mini-cart .fi:before {
    font-size: 25px;
}

.header-style-1 .cart-search-contact .mini-cart .cart-count,
.header-style-2 .cart-search-contact .mini-cart .cart-count,
.header-style-3 .cart-search-contact .mini-cart .cart-count {
    background: #086ad8;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    color: white;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}

.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 57px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {

    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        top: 55px;
    }
}

@media (max-width: 767px) {

    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        top: 55px;
    }
}

@media (max-width: 450px) {

    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        right: auto;
        left: -185px;
    }
}

.header-style-1 .cart-search-contact .mini-cart-content p,
.header-style-2 .cart-search-contact .mini-cart-content p,
.header-style-3 .cart-search-contact .mini-cart-content p {
    font-family: '微软雅黑';
    font-size: 15px;
    font-weight: 500;
    color: #202a41;
    margin: 0;
    text-transform: uppercase;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 25px 20px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
    font-family: '微软雅黑';
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #202a41;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
    color: #086ad8;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    color: #888;
    display: block;
    margin-top: 3px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px;
    border-top: 1px solid #efefef;
    text-align: center;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: '微软雅黑';
    font-size: 18px;
    font-weight: 600;
    color: #202a41;
    display: inline-block;
}

.header-style-1 .cart-search-contact .mini-cart-content-toggle,
.header-style-2 .cart-search-contact .mini-cart-content-toggle,
.header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    right: 0;
}

.header-style-1 .cart-search-contact .cart-toggle-btn,
.header-style-2 .cart-search-contact .cart-toggle-btn,
.header-style-3 .cart-search-contact .cart-toggle-btn,
.header-style-1 .cart-search-contact .search-toggle-btn,
.header-style-2 .cart-search-contact .search-toggle-btn,
.header-style-3 .cart-search-contact .search-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #1e1f20;
    color: #FFFFFF;
    margin-right: 15px;
}



/* Owl Carousel */
.home-slider .owl-item {
  opacity: .4;
}

.home-slider .owl-item.active {
  opacity: 1;
}

.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  opacity: .2;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.home-slider .owl-nav .owl-prev:hover, .home-slider .owl-nav .owl-prev:focus, .home-slider .owl-nav .owl-prev:active,
.home-slider .owl-nav .owl-next:hover,
.home-slider .owl-nav .owl-next:focus,
.home-slider .owl-nav .owl-next:active {
  outline: none;
  opacity: 1;
}

.home-slider .owl-nav .owl-prev span:before,
.home-slider .owl-nav .owl-next span:before {
  font-size: 40px;
}

.home-slider .owl-nav .owl-prev {
  left: 30px !important;
}

.home-slider .owl-nav .owl-next {
  right: 30px !important;
}

.home-slider .owl-dots {
  text-align: center;
}

.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: none;
  background: #fff;
}

.home-slider .owl-dots .owl-dot.active {
  background: none;
}

.home-slider.home-slider {
  z-index: 1;
  position: relative;
}

.home-slider.home-slider .btn-link {
  color: #fff;
}

.home-slider.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.home-slider.home-slider .owl-nav button {
  color: #fff;
}

.home-slider.home-slider:focus .owl-nav, .home-slider.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.home-slider.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 550px);
  min-height: 450px;
  position: relative;
     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;
    text-align: left;
}
.slide-title h3 {

    color: #fff!important;

    font-family: '微软雅黑';
   
}



.home-slider.home-slider .slider-item .slider-text {
  color: #fff;
 
}

.home-slider.home-slider .slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.home-slider.home-slider .slider-item .slider-text h1 {
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300 !important;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .home-slider.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.home-slider.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
  margin: 0 auto;
}

.home-slider.home-slider .slider-item .slider-text p.sub-text {
  max-width: 800px;
  line-height: 2;
}

.home-slider.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 550px;
}

.home-slider.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 550px;
}

.home-slider.home-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.home-slider.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid white;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: none !important;
}

.home-slider.home-slider .owl-dots .owl-dot span {
  background: none !important;
}

.home-slider.home-slider .owl-dots .owl-dot.active {
  border: 2px solid #fff !important;
  background: white !important;
}

.home-slider.home-slider .owl-dots .owl-dot.active span {
  background: white !important;
}

.home-slider.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-slider.major-caousel .owl-nav .owl-prev, .home-slider.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.home-slider.major-caousel .owl-nav .owl-prev:hover, .home-slider.major-caousel .owl-nav .owl-prev:focus, .home-slider.major-caousel .owl-nav .owl-next:hover, .home-slider.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.home-slider.major-caousel .owl-nav .owl-prev.disabled, .home-slider.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.home-slider.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.home-slider.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.home-slider.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}






/*底部*/
.footer{ background:#E5E5E5; padding: 30px 80px 0px;}
.footer .div1{  justify-content: space-between; align-items: center; border-bottom: 1px solid #d7d7d7; padding-bottom: 20px;}
.footer .div1 p{
	float: right;
    line-height: 50px;
}
.footer .div1 p a{ color: #000; font-size: 16px; display: inline-block; padding-left: 40px; transition: all 0.6s;}
.footer .div1 p a:hover{ transform: translateY(5px);  color: #BA251D;}
.footer .div2{ display: flex;display: -moz-box;  /* Firefox */
display: -ms-flexbox;    /* IE10 */
display: -webkit-box;    /* Safari */ 
display: -webkit-flex;    /* Chrome, WebKit */justify-content: space-between; align-items: center; }
.footer .div2 p a{ color: #696969; font-size: 16px; display: inline-block; padding-right: 40px;transition: all 0.6s;}
.footer .div2 p a:hover{ transform: translateY(5px); color: #BA251D;}
.footer .div2 p{ color: #696969; font-size: 14px; line-height: 36px; }
.footer .div2 .p2{ margin-top: 20px; }
.footer .div2 .addr{
	width:60%;
	float:left;
}
.footer .div2 .code{ display: flex;
display: -moz-box;  /* Firefox */
display: -ms-flexbox;    /* IE10 */
display: -webkit-box;    /* Safari */ 
display: -webkit-flex;    /* Chrome, WebKit */
float:right;

text-align:center;
position:relative;
left:20%;
}
.footer .div2 .code img{
	width:80%;
}
.footer .div2 .code p{ text-align: center; font-size: 14px; color: #696969;}
.footer .code div{ margin:15px;  width:60%;text-align:center; }
.copyright{ text-align: center; font-size: 14px; color: #696969; background: #E5E5E5; padding: 10px 80px 0;  border-top: 1px solid #d7d7d7;}
.footer .code p{
	margin-top:10px;
}
.copyright a{
	color:#696969;
}
.copyright .tup img{
	    width: 5%;
    vertical-align: middle;
}

.footer .p2{
	margin-top: 20px;
	 line-height: 35px; 
}
.dbdh{
	    font-size: 16px;
    font-weight: 600;
}
.dbdhdy{
	margin-bottom:20px;
}
 @media screen and (max-width: 1800px){  	
  	.sec1-intro .intro-cont{ margin-left: 5%; }
  	.sec1-intro .intro-cont .right{ padding-right: 5%;}
  	.sec1-intro .right .btn-3{ border:6px solid #000; height: 85px; width: 300px; 
	 line-height: 76px; font-size: 18px;}
	 
  }

  @media screen and (max-width: 1700px){
  	.navbar{ justify-content: space-around;}
  	.navbar li{ padding: 0px; }
  	.banner .txt img{ max-width:50%;} 
  	.sec1-intro .tit b{ margin: 30px 0;}
  	
  }
	@media screen and (max-width: 1500px){				
	.sec1-intro .tit{ padding: 20px 0 0 0; }
	.sec1-intro .right p{ line-height: 36px;}
	.sec1-intro .tit h2{ padding-top: 15px;}	
	.index-sec2 .p2{ height: 70px; line-height: 70px; font-size:16px}
	.box{ padding:70px 30px;}
	.nei-box{ padding: 40px 30px;}
	.footer{ padding:30px;}
	.index-sec4{padding:0 30px; }
	.index-sec3 li .div1{ height: 40px; line-height: 40px;  margin-top: 15px;}
	.index-sec3 li .div1 strong,.index-sec3 li .div1 b{ font-size: 40px;  height: 40px; line-height: 40px;}
	.index-sec3 li:hover strong{ margin-top: -40px;}
	.index-sec3 ul li{ padding: 30px 20px;}
	.index-sec3 li h3{ font-size: 20px; }
	.index-sec3 li p{ line-height: 30px; height: 60px; overflow: hidden; margin-top: 15px;}
	.index-sec5 ul li{ width:24%}
	.index-sec5 li .div1 b{ width: 60%;}
	.index-sec5 .btn-3{ border:7px solid #000; height:80px; width: 290px; 
	 line-height: 70px; font-size: 18px;}
	.index-sec4 .div2{ width: 260px;  height: 80px; padding: 8px;}
	.index-sec4 .div2 a{ height: 64px; line-height: 64px;}	
	.casepage li{width: 32%; }
	}
 	
  @media screen and (max-width: 1400px){
  	.navbar li a{ font-size: 14px;}
  	.logo img{ height: 55px;}
 	.barwrap .div2 strong{ font-size: 14px;}
 	.barwrap .div2 b{ font-size: 18px;}
  	.barwrap .div2{ padding-left: 30px; }
  	.barwrap .zoom{ margin-left: 10px;} 
  	.sec1-intro .right .btn-3{ margin-top: 30px;}
 }
 
 

  @media screen and (max-width: 1300px){  	
  	.sec1-intro .intro-cont{ padding: 20px;}
 	.sec1-intro .tit img{ width: 80%;}
 	.sec1-intro .tit h2{ font-size: 28px; padding-top: 5px;}
 	.sec1-intro .tit b{ margin: 15px 0; height: 30px;}
 	.sec1-intro .right .btn-3{ border:5px solid #000; height:70px; width: 260px; 
	 line-height: 62px; font-size: 18px;}
  }

/*************背景放大缩小*********/
.slide-inner{width: 100%; height: 100%; overflow: hidden; position: relative;}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/ 0%{transform: scale(1);  /*开始为原始大小*/}50%{transform: scale(1.1); /*放大1.1倍*/}}
.slide-inner{height: 100%; width: 100%; -webkit-animation-name: scaleDraw; /*关键帧名称*/ -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/-webkit-animation-iteration-count: 10;  /*动画播放的次数*/-webkit-animation-duration: 20s; /*动画所花费的时间*/}



/***********友情链接**********/
.link-select-box a:link, .link-select-box a:visited {
	color: #fff;
}

.link-select-box a:active,.link-select-box a:hover {
	color: #fff;
}

.link-select-box2 {
	position: relative;
	width: 200px;
	margin-top:40px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	background-color:#333;
	transition: 300ms;
	-webkit-transition: 300ms;
	position:relative;
	left:10%;
}

.link-select-box .mt {
	padding: 0 40px 0 15px;
	position: relative;
	cursor: pointer;
	line-height:35px!important;
	color: #999;
}

.link-select-box .mt .aw {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 12px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.link-select-box .mc {
	padding-bottom: 3px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 100%;
	z-index: 100;
	display: none;
}

.link-select-box:hover {
	background-color: #787878;
}

.link-select-box ul {
	background-color: #666666;
	padding: 15px 0;
	overflow: hidden;
}

.link-select-box a {
	display: block;
	padding: 8px 15px;
	line-height: 1.4;
	font-size: 12px;
}

.link-select-box a:hover {
	background-color: #BA251D;
}

.link-select-box.act .mt .aw {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}



/******8第二个******/
.link-select-box1 a:link, .link-select-box1 a:visited {
	color: #fff;
}

.link-select-box1 a:active,.link-select-box1 a:hover {
	color: #fff;
}

.link-select-box1 {
	position: relative;
	width: 200px;
	margin-top: 40px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	background-color:#333;
	transition: 300ms;
	-webkit-transition: 300ms;
	position:relative;
	left:5%;
}

.link-select-box1 .mt {
	padding: 0 40px 0 15px;
	position: relative;
	cursor: pointer;
	line-height: 35px!important;
	color: #999;
}

.link-select-box1 .mt .aw {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 12px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.link-select-box1 .mc {
	padding-bottom: 3px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 100%;
	z-index: 100;
	display: none;
}

.link-select-box1:hover {
	background-color: #787878;
}

.link-select-box1 ul {
	background-color: #666666;
	padding: 15px 0;
	overflow: hidden;
}

.link-select-box1 a {
	display: block;
	padding: 8px 15px;
	line-height: 1.4;
	font-size: 12px;
}

.link-select-box1 a:hover {
	background-color: #BA251D;
}

.link-select-box1.act .mt .aw {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}





/*************新的新闻和简介***********/

.wrap {
	width: 100%;
	padding-bottom: 50px;
	background-color: #FAFAFB;
}

.homeNewsBox {
	margin-top: -68px;
	background-color: #fff;
	position: relative;
	z-index: 9;
	animation-duration: 0.8s;
}



/*video*/

.homeVideo {
	padding-top: 68px;
}

.homeVideo img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.homeVideo figure {
	position: relative;
	height: 305px;
}

.homeVideo figure:before,
.homeVideo figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.homeVideo figure:before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.46);
}

.homeVideo figure:after {
	width: 45px;
	height: 45px;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	background: url("videoIcon.png") no-repeat;
	background-size: 100% 100%;
}


/*video*/

@media only screen and (max-width:767px) {
	.homeNewsBox {
		margin: -0.38rem 0.2rem 0;
		padding: 0 0.3rem 0.35rem;
	}
	.newsLeftTab {
		width: 100%;
	}
	.enliteNews dd {
		width: calc(100% - 2.65rem);
	}
	.newsLeftTab .hd li {
		font-size: 0.24rem;
		line-height: 0.42rem;
		margin-right: 0.3rem;
		padding-top: 0.3rem;
	}
	.newsLeftTab .hd li:before {
		height: 3px;
	}
	.enliteNews dt {
		width: 2.46rem;
		height: 1.65rem;
	}
	.enliteNews dd time {
		display: none;
	}
	.enliteNews dd h3 {
		font-size: 0.24rem;
		line-height: 0.52rem;
		margin-top: 0;
	}
	.enliteNews dd p {
		font-size: 0.22rem;
		line-height: 0.36rem;
	}
	.normalNews dl {
		font-size: 0.24rem;
		line-height: 0.42rem;
	}
	.normalNews dt {
		padding-left: 0.16rem;
		background-size: 0.08rem 0.08rem;
	}
	.homeVideo {
		width: 100%;
		padding-top: 0.18rem;
	}
	.homeVideo figure {
		height: 3.6rem;
	}
	.homeVideo figure:after {
		width: 0.45rem;
		height: 0.45rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.homeNewsBox {
		padding: 0 30px 35px;
	}
	.newsLeftTab {
		width: 100%;
	}
	.homeVideo {
		width: 100%;
	}
	.homeVideo {
		padding-top: 24px;
	}
	.enliteNews dd {
		width: calc(100% - 216px);
	}
	.normalNews dl {
		height: 32px;
		overflow: hidden;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
	.homeNewsBox {
		padding: 0 25px 20px;
	}
	.newsLeftTab,
	.homeVideo {
		width: 100%;
	}
	.normalNews dl {
		height: 28px;
		overflow: hidden;
	}
	.newsLeftTab .hd li {
		padding-top: 15px;
	}
	.enliteNews {
		padding-top: 10px;
	}
	.enliteNews dd p {
		height: 29px;
	}
	.enliteNews dd {
		width: 710px;
	}
	.homeVideo {
		padding-top: 25px;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
	.homeNewsBox {
		padding: 0 35px 25px;
	}
	.newsLeftTab {
		width: 530px;
	}
	.enliteNews dd {
		width: 318px;
	}
	.homeVideo {
		width: 550px;
	}
	.homeVideo img {
		height: 316px;
	}
	.homeVideo {
		padding-top: 82px;
	}
}

@media only screen and (min-width: 1600px) {
	.homeNewsBox {
		padding: 0 50px 45px;
	}
	.newsLeftTab {
		width: 49.2%;
	}
	.enliteNews dd {
		width: 450px;
	}
	.homeVideo {
		width: 47.8%;
	}
	.homeVideo img {
		height: 330px;
	}
}


/*news*/



/*面包屑导航*/
.breadcrumb{ border-bottom: 1px solid #E0E0E0;}
.breadcrumb ul{ display: flex; justify-content: center; align-items: center;}
.breadcrumb li{ padding:0 50px; height: 70px;}
.breadcrumb li a{ display: block; color: #000; font-size: 16px;  position: relative; height: 70px; line-height: 70px;}
.breadcrumb li a::before{ display: block; content: ''; position: absolute; bottom: 0; left: 0; right: 0;
background: #BA251D; height: 2px; width: 100%; transition: all 0.6s; transform: scale(0);}
.breadcrumb li:hover a::before,.breadcrumb li.on a::before{ transform: scale(1);}

 /*详情页面*/
.detailwrap{ background: #f2f2f0; }
.detailpage{ padding: 20px ; background: #fff;  width: 100%; max-width: 1300px; margin: 0 auto;}
.detailpage .box{ background: #fff; padding: 30px;}
.stace h1{ font-size:24px; font-weight:bold; line-height:36px; overflow:hidden; }
.stace1 h1{ font-size:24px; font-weight:bold; line-height:36px; overflow:hidden;text-align:center; }
.stace .cont{ width:100%; overflow:hidden;}
.stace .cont div{
	color:#333; line-height:34px; margin-top:10px;
}

.stace .cont p{ color:#333; line-height:34px; margin-top:15px; text-indent: 2em;}
.stace .cont img{ display:block; max-width:100%; margin: auto;}
.stace .zjlj{ width:100%; overflow:hidden; margin-top:60px; border:1px #e0e0e0 solid; border-left:none; border-right:none; 
line-height:40px; position:relative; padding: 20px 0;}
.stace .zjlj a{  overflow:hidden; color:#666; text-overflow:ellipsis; white-space:nowrap; font-size:14px;
transition: all 0.6s;}
.stace .zjlj a i{ color:#000;}
.stace .zjlj a:hover{ color: #BA251D;}
.detailpage .backlist{ display: block; width: 170px; height: 50px; line-height: 50px; background: #BA251D; color: #fff;
font-size: 16px; text-align: center; margin-top:35px; float: right; cursor: pointer; transition: all 0.6s;}
.detailpage .backlist:hover{ transform: translateX(-10px); border-radius: 5px;}  
.detail-left{ width: 75%; padding-right: 50px;}
.detail-left1{ width: 100%;}
.detail-right{ width:25%;}

.tade .zxsj{  position:relative; z-index:10;  }
.tade .zxsj input.text{ width:100%; color:#555; padding-left: 10px; 
line-height:40px; height:40px; border:1px solid #E0E0E0; background:#fff; margin-top:15px; border-radius:4px;}
.tade .zxsj input.sub{ border:none; width:100%; line-height:43px; height:43px; background:#fff; color:#fff;
 font-size:16px; margin-top:15px; border-radius:4px; cursor:pointer; background: #BA251D;}
.tade .zxsj p{ color:#fff; font-size:12px; text-align:center; margin-top:8px;}

.tade .ming{ width:100%; height:56px; line-height:56px; border-bottom:1px #e0e0e0 solid; margin-top:20px;}
.tade .ming h1{ float:left; height:36px; border-bottom:1px #BA251D solid; font-size:16px;}
.tade .ming a{ color:#BA251D; float:right;}
.tade .rmal{ width:100%; overflow:hidden;}
.tade .rmal a{ display:block; width:100%; overflow:hidden; margin-top:15px;}
.tade .rmal a em{ display:block; overflow:hidden;}
.tade .rmal a em img{ display:block; width:100%; -webkit-transition:all 0.4s linear;
height: 200px; -moz-transition:all 0.4s linear; -o-transition:all 0.4s linear; transition:all 0.4s linear;}
.tade .rmal a:hover em img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.tade .rmal a h1{ font-size: 14px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
margin: 15px 0;}


/*图片*/
.nei-box{   background: #fff;  width: 100%; max-width: 1300px; margin: 0 auto;}
.nei-box2{  background: #fff;  width: 100%; max-width: 1300px; margin: 0 auto;}
.casepage ul{ display: flex; flex-wrap: wrap; }
.casepage li{width: 30%; margin-bottom:35px; overflow: hidden; text-align:center;margin:0px auto;padding-bottom:10px;}
.casepage li figure{ position: relative; overflow: hidden;}
.casepage li figure .mask{ position: absolute; top: 50%; left:0; right: 0; bottom: 50%; background: rgba(186,37,29,0.7); transition: all 0.36s;
 transition: all 0.6s cubic-bezier(.4,0,.2,1); transform-origin: bottom; transform: scale(1,0);}
.casepage li figure span{ display: block; position: absolute; top: 50%; left: 48%; color:#fff;font-size:20px;font-weight:800; transition: all 0.6s;
transition-delay: 0.36s; opacity: 0; transform: translateY(10px);}
.casepage li figure,.casepage li figure img{ display: block; width: 100%; transition: all 0.36s;}
.casepage li p{ font-size: 16px; color: #000; border-bottom: 2px solid #555; height: 70px; line-height: 70px; position: relative;}
.casepage li p i{ display: block; background: #000; height: 2px; background: #BA251D; position: absolute; left: 0; bottom:-2px; right: 0;
 z-index: 5; transform-origin: 100%; -webkit-transform-origin: 100%; 
 -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1); transition: transform .4s cubic-bezier(.4,0,.2,1); 
 transition: transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1); 
 transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.casepage li:hover p i{transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9; }
.casepage li:hover .mask{ transform: none; top: 0; bottom: 0;}
.casepage li:hover span{ opacity: 1; transform: none;}
.casepage li:hover img{ transform: scale(1.1);}

.fenye{  height: 80px; display: flex; display: -ms-flexbox; display: -moz-flex;  justify-content: center; align-items: center; 
}
.fenye a{ display: block; height: 40px;  border-radius: 100%;  text-align: center; line-height: 40px;
margin: 0 10px; transition: all 0.6s;}
.fenye .current{
	color:#BA251D;
}
.fenye span{ display: block; font-size: 16px; color: #666; margin: 0 20px;}
.fenye .thisclass a{
	color:#BA251D;
}

/*新闻页面*/
.nei-box1{  padding: 0px 20px 0px 20px; background: #fff;  width: 100%; max-width: 1300px; margin: 0 auto;}
.news-top a{ display: flex; border:1px solid #E0E0E0; align-items: center; background: #fff; transition: all 0.36s; }
.news-top figure{ flex: 1; overflow: hidden; padding: 20px;}
.news-top figure img{ display: block; width: 100%;}
.news-top figcaption{ flex: 2; padding:0 30px; transition: all 0.6s;}
.news-top .btn-3{ border:0px solid #000; height: 50px; line-height: 50px; width: 180px; margin:20px 0 ; font-size: 16px;
background: #BA251D; color: #fff;}
.news-top h4{ color: #999; font-family: "arial narrow"; font-size: 16px; letter-spacing: 1px;}
.news-top h2{ color: #BA251D; font-size: 18px; padding: 20px 0;}
.news-top p{ line-height: 36px; color: #555; height: 72px; overflow: hidden;}
.news-top a:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.news-top a:hover .btn-3{ transform: translateX(15px);}

.newspage-wrap{ }
.newspage ul{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-top:20px;}
.newspage ul li{ width: 100%; margin-bottom: 30px; position: relative; overflow: hidden; transition: all 0.6s;}
.newspage li a{ display: flex; border:1px solid #E0E0E0; align-items: center;  background: #fff; padding: 15px;}
.newspage li figure{ flex: 1; overflow: hidden; }
.newspage li h2{ color: #000; font-size: 18px; padding: 15px 0 10px 0; transition: all 0.6s;margin-top:5px;}
.newspage li figure img{ display: block; width: 100%; transition: all 0.6s;  }
.newspage li figcaption{ flex: 3; padding:0 20px;}
.newspage li p{ line-height: 32px; color: #555; height: 56px; overflow: hidden;}
.newspage li:hover figure img{ display: block; transform: scale(1.1);}
.newspage li b{ position: absolute; top: 0; left: -20%; width: 100%; height: 150%; background:rgba(186,37,29,0.1); content: ''; 
-webkit-transition: -webkit-transform 1.2s; transition: transform 1.2s;
 -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0); transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);}
.newspage li:hover b{ -webkit-transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
 transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
.newspage li:hover h2{ color: #BA251D;}
.newspage li:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.newspage-wrap .fenye a{ background: #fff;}
.newspage-wrap .fenye{ }

.fenye li{
	list-style:none;
}


/***********工程案例*************/

section.portfolio-agileinfo h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#000;
	font-family: 'Nunito', sans-serif;
	padding-bottom:50px;
}
section.portfolio-agileinfo  .portfolio-grids {
    padding: 6px;
}
/******** SAP ************/
section.portfolio-agileinfo .sap_tabs{
	clear:both;
	padding: 0;
}
section.portfolio-agileinfo .tab_box{
	background:#fd926d;
	padding: 2em;
}
section.portfolio-agileinfo .top1{
	margin-top: 2%;
}
section.portfolio-agileinfo .resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
section.portfolio-agileinfo .resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
section.portfolio-agileinfo .resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 2px solid;
}
section.portfolio-agileinfo .resp-tabs-container {
	padding: 0px;
	clear: left;	
}
section.portfolio-agileinfo .resp-tab-content {
	display: none;
}
section.portfolio-agileinfo .resp-content-active,section.portfolio-agileinfo .resp-accordion-active {
   display: block;
}
section.portfolio-agileinfo .portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
section.portfolio-agileinfo .portfolio-grids img.img-responsive {
    width: 100%;
}
section.portfolio-agileinfo .b-wrapper {
    background:rgba(0,0,0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	padding: 2em;
	transition:.5s all;
	text-align:center;
}
section.portfolio-agileinfo .portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
section.portfolio-agileinfo i.fa.fa-search-plus {
    color: #fff;
    font-size: 40px;
    padding-top:45px;
}
section.portfolio-agileinfo .b-wrapper h5 {
    font-size:25px;
	font-weight:normal;
    color: #fff;
    text-align: center;
    padding:14px 0;
}
section.portfolio-agileinfo .b-wrapper p{
	font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}

section.portfolio-agileinfo .nav-tabs > li.active > a,section.portfolio-agileinfo .nav-tabs > li.active > a:hover,section.portfolio-agileinfo .nav-tabs > li.active > a:focus {
    color:#fff;
    cursor:pointer;
	border:none;
    background-color: #009688;
}
section.portfolio-agileinfo .nav-tabs > li > a {
	margin:0px;
    border-radius: 0;
    font-size: 17px;
    color: #fff;
	border:none;
    background-color: #ffc107;
    font-weight: normal;
}	
section.portfolio-agileinfo .nav-tabs {
    border-bottom: none;
	margin: 0 0 40px;
}
section.portfolio-agileinfo .nav-tabs > li {
    margin-bottom: 0;
    border: 1px solid #009688;
    margin: 0 5px;
}
section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
	margin-left:41em;
    border-left: 1px solid #009688;
}
section.portfolio-agileinfo .nav > li > a:hover,section.portfolio-agileinfo .nav > li > a:focus {
    color:#000;
	background-color:transparent;
}	
/***********工程案例*************/



/*招聘岗位*/
.zpgw{
	text-align:center;
	margin-bottom:2em;
}



/***********8联系我们********/


.wthree_contact_left h4 {
	font-size: 1.8em;
	color: #BA251D;
	margin-bottom: 1.5em;
	font-weight: 600;
	letter-spacing: 1px;
}

.wthree_contact_left p {
	line-height: 1.8em;
	margin-bottom: 2em;
}

.wthree_contact_left p span {
	font-weight: 600;
	color: #212121;
}

.wthree_contact_left ul li {
	list-style-type: none;
	margin-bottom: 1em;
	color: #6e6e6f;
}

.wthree_contact_left ul li span {
	padding-right: 1em;
	color: #34bf49;
}

.wthree_contact_left ul li a {
	color: #6e6e6f;
	text-decoration: none;
}

.wthree_contact_left ul li a:hover {
	color: #212121;
}

.wthree_contact_left input[type="text"],
.wthree_contact_left input[type="email"],
.wthree_contact_left textarea {
	outline: none;
	padding: 10px;
	font-size: 14px;
	color: #212121;
	background: #f5f5f5;
	width: 100%;
	border: 1px solid #E6E6E6;
	letter-spacing: 1px;
}

.wthree_contact_left input[type="text"]:nth-child(2),
.wthree_contact_left input[type="email"] {
	margin: 1em 0 0;
}

.wthree_contact_left textarea {
	min-height: 200px;
	margin-top: 1em ;

}

.wthree_contact_left input[type="submit"],
.wthree_contact_left input[type="reset"] {
	outline: none;
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
	background: #BA251D;
	width: 30%;
	border: none;
	text-transform: uppercase;
	margin-top:1em;
	letter-spacing: 1px;
}

.wthree_contact_left input[type="submit"]:hover,
.wthree_contact_left input[type="reset"]:hover {
	background: #212121;
}


.jianyanxiance{
	padding:2em;
	margin-top:2em;
	background:#f1f1f1;
}










/********2021-3-8修改首页案例轮播*****/




.arkit-service .tit{
	text-align:center;
}

.arkit-service .read-more-btn{
	border: 2px solid #BA251D;
    color: #666;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Heebo';
    width: 110px;
    height:35px;
    line-height: 35px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .arkit-service .display-flex {
        display: inherit;
    }

 }

.arkit-service-top {
    margin-bottom: 100px;
}

.arkit-service .section-title {
    margin-bottom: 0;
}

.arkit-service .service-note p {
    color: #5c5c5c;
    font-size: 16px;
    font-family: 'Heebo';
    margin-bottom: 0;
    line-height: 36px;
}

.arkit-service .service-note p a {
    color: #282828;
    font-weight: 600;
    text-decoration: underline;
}

.arkit-single-service h3 {
    margin: 0;
	text-align:center;
	    font-size: 17px;
    line-height: 25px;
}

.arkit-single-service h3 a {

    color: #666;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    text-transform: capitalize;
}

.arkit-single-service h3 a img.home-icon {
    width: 33px;
    margin-right: 10px;
}

.arkit-single-service h3 a span {
    line-height: unset;
}

.arkit-single-service p {
    color: #5c5c5c;
    font-size: 14px;
    font-family: 'Heebo';
    margin-bottom: 35px;
}

.arkit-single-service .content-inner {

    border-top: none;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
	background:#E5E5E5;
}

.arkit-single-service:hover .content-inner {
    background: #fff;
    box-shadow: 0px 7px 25px 0px rgba(40, 40, 40, 0.1);
}
.arkit-single-service:hover  h3 a {
    color: #282828;

}
.arkit-service .owl-carousel .owl-stage-outer {

}

.arkit-service .owl-theme .owl-dots {
    margin: 10px auto 0;
    display: none;
}

.arkit-service .owl-theme .owl-nav {
    display: none;
}

.arkit-service .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: #BA251D;
    border-radius: 0;
    cursor: pointer;
}

.arkit-service .owl-theme .owl-dots .owl-dot.active span,
.arkit-service .owl-theme .owl-dots .owl-dot:hover span {
    background: #282828;
}

.read-more-btn {
    border: 2px solid #BA251D;
    color: #282828;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Heebo';
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.read-more-btn span {
    margin-left: 10px;
    font-size: 14px;
}

.read-more-btn:before,
.read-more-btn:after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #BA251D;
    border-color: #BA251D;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.read-more-btn:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    left: 0;
}

.read-more-btn:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    right: 0;
}

.read-more-btn:hover:before,
.read-more-btn:hover:after {
    width: 50%;
}

.read-more-btn:hover {
    border-color: #BA251D;
    color: #ffffff;
}

/********2021-3-8修改首页案例轮播*****/


.syjtjj{
	 border: 1px #e8e8e8 solid;
	 background:#fff;
}

/****************手机端调试*************/
@media(max-width:768px){
	.home-slider.home-slider .slider-item{
		min-height: auto;
		 height: calc(100vh - 600px);
	}
	.home-slider.home-slider .owl-dots{
		bottom: 10px;
	}
	  .homeContainer {
		      margin: -10px 10px 0;
	  }
	  .syaoutimg{
		      width: 100%!important;
			margin: 0px auto;
			float:none!important;
	  }
	  .syaboutwz{
		      float: none!important;
    width: 100%!important;
  padding-right: 0px!important;
      padding: 10px 0 30px;
   
	  }
	  .syaboutwz h3{
		    padding-top: 0px!important; 
	  }
	  .syaboutwz p{
		      text-indent: 2em;
    padding: 2px 0!important;
	  }
	  .syaboutwz h4{
		      font-size: 14px!important;
    line-height: 20px!important;
    font-weight: normal;
    text-transform: uppercase;
    color: #BA251D;
	 text-aligN:center;
	  }
	  .syaboutwz h3{
		      font-size: 16px!important; 
			  text-aligN:center;
	  }
	  .syabout span{
		      display: block;
    font-size: 14px;
    line-height: 32px!important;
    width: 80px!important;
    height: 32px!important;
    color: #666666;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #AFB0B2;
	margin:0px auto;
	  }
	  
.syjtjj{
	background: none;
}
.arkit-service .owl-carousel .owl-stage-outer{
	 margin: 0px 10px 0;
}
.cygz{
	 margin:-10px 10px 0;
	     width: 95.5%!important;
}
.youqingnr{
	margin:-10px 10px 0;
}
.youqingnr1{
	    height: 390px!important;
}
.cygzdiv{
	    width: 100%!important;
    float: left;
    height: auto!important;
    line-height: 23px!important;
}
.copyright{
	padding:5px 0 0 0!important;
}
.copyright img{
	    width: 15%!important;
    vertical-align: initial;
}
.footer{
	padding:30px 20px 5px 20px;
}
.dbdhdy{
	margin-bottom: 5px;
}
.footer .p2{
	    margin-top: 10px;
    line-height: 28px;
}
.site-header .navbar-header{
	     margin-right: 0px; 
  margin-left: 0px;
}
.breadcrumb li{
	    padding: 0 10px;
}
.nei-box{
	    padding:0px 20px 0px 20px;
}
.whlnwz{
	margin:15px 0px!important;
}




  .pro-list .swiper-slide p {
    /* display: inline-block; */
    /* margin: 10px 0.15rem;
    margin-bottom: 10px; */
    margin: 0 5px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 0.3rem;
    padding-right: 5px;
    padding-left: 5px;

    /* padding-bottom: 7px; */
  }
  .pro-list  .swiper-container{
	      margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
.g-pro-list .swiper-wrapper{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.g-pro-list .swiper-slide p{
    white-space: nowrap;
    font-size: 13px;
  }
  .g-pro-list .pro-left-mm{
    margin: 0 auto;
    width: 82%;
    display: flex;
    flex-wrap: wrap;
  }
  .pro-left-mm2{
    margin: 0 auto;
    width: 82%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .g-pro-list .swiper-slide.act p{
    color: #e21738;
  }
  .g-pro-list .swiper-slide{
    width: auto!important;
  }
  .g-pro-list{
    background: #fff;

  }
  .g-pro-list .pro-right .link a{
    border: none;
  }
  .g-pro-list .pro-right .link a:nth-child(2n){
    position: relative;
  }
  .g-pro-list .pro-right .link a:nth-child(2n)::after{
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    top: 10%;
    background: #FCFCFC;
    height: 80%;
  }
  .pro-left-mm2 .swiper-slide-active{

  }
  .pro-left-mm2 .act2 p{
    color: red!important;
  }
  .act2{
    background-image: url('../img/product-item-bg3.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    box-sizing: border-box;
  }
  .product-item-top{
    display: flex;
    width: 100%;
  }
  .pro-right .link a .ti{
    font-size: 0.2rem;
    width: 80%;
    margin-left: 10%;
  }

.newspage li figure{
	flex: 2;
}
.newspage li figcaption{
	flex: 2;
}

.stace h1{
	   font-weight: normal; 
}
.e_ContentMajorStyleBox-001 .stylebox_content{
	   padding-top: 0px!important;
}
}

.whlnwz1{

    font-size: 14px;

    text-indent: 2em;
    line-height: 2em;
    margin-bottom: 20px;

}
.whlnwz{
	    padding: 2em;
    font-size: 14px;
    border: 1px solid #E5E5E5;
       margin: 2em 0;
}


@media(max-width:768px){
	.detail-left{
		width:100%!important;
		padding-right: 0px!important;
	}
	.detailpage{
		padding: 0px!important;
	}
	.nei-box img{
		width:100%!important;
		height:auto!important;
	}
	.newspage ul li{
		width:100%!important;
	}
	.newspage li h2{
		font-size: 16px;
		    padding: 5px 0 5px 0;
	}
	.newspage li a{
		    padding: 10px;
	}
	.newspage li figcaption{
		    padding: 0 10px;
	}
	.casepage li{
		width:32%;
	}
	.fenye li:last-child{
		display:none;
	}
	.fenye a{
		    margin: 0 6px;
	}
}
.homeVideo .item{
	overflow: hidden;
    height: 290px;
}
.homeVideo .item a img{
	    width: 100%;
    height: auto;
}
.nei-box1 .detailpage div{
	text-indent:2em;
	    line-height: 2em;
}
.nei-box1 .detailpage div img{
	    display: block;
    margin: 0px auto;
}









/*******************新文化***********/


.culture_con{

}
.culture_con .h2_box{

}
.culture_con .h2_box h2{
	margin-bottom: 0.5%;
	color:#cf000d;
	font-weight: bold;
}
.culture_con .h2_box p{
	color: #666;
}
.culture_con .title{
	padding:5% 2%;
	background: url(/repository/image/uq5bgq9XTKS4JiGubdXm0Q.jpg) no-repeat center;
	background-size: cover;
}
.culture_con .title .left{
	float: left;
}
.culture_con .title .left span{
	color:#cf000d;
}
.culture_con .title .left p{
	color:#7c7c7c;
}
.culture_con .title .logo{
	float: right;
}
.culture_con li{
	background-color: #ededed;
	position: relative;
}
.culture_con li .img{
	width: 50%;
	text-align: center;
	float: right;
	height: 0;
	overflow: hidden;
	padding-bottom: 25%;
}
.culture_con li .img img{
	width:100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.culture_con li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.culture_con li:nth-child(even) .img{
	float: left;
}
.culture_con li .text{
	width: 50%;
	padding:3%;
	position: absolute;
	left:30px;
	color:#666;
	top:50%;
	transform: translateY(-50%);
}
.culture_con li .text .down{
	color:#666;
	display: block;
	margin-top:6%;
	padding-left: 2em;
	background: url(/repository/image/aS8J8mt6T_maDiL7FZ_xjQ.png) no-repeat left center;
}
.culture_con li .text .down:hover{
	color:#cf000d;
}
.culture_con li:nth-child(even) .text{
	left: auto;
	right:-40px;
}
.culture_con li .text span{
	color: #cf000d;
	font-size:22px;
}
.culture_con li .text .des{
	margin-bottom: 3%;
}
.culture_con li .text p.con{
	max-height: 7.5em;
	overflow: hidden;
	-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.culture_con .bottom{
	padding: 3% 3%;
	line-height: 30px;
	background-color: #e31e43;
}
.culture_con .bottom .tit{
	float: left;
	color:#fff;
}
.culture_con .bottom div{
	float: left;
	width: 68%;
	padding-left: 2.5%;
}
.culture_con .bottom div a{
	float: left;
	color:#fff;
	opacity: 0.7;
	padding-right: 5%;
	filter: alpha(opacity=70);
}
.culture_con .bottom div a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.culture_con .bottom div a:last-child{
	padding-right: 0;
}
.culture_con .bottom .more{
	float: right;
	line-height: 30px;
	border-radius: 20px;
	padding:0 2%;
	background-color: #fff;
	color: #e31e43;
}
@media only screen and ( max-width:1024px ) {
	.culture_con .title{
		padding:3%;
	}
	.culture_con .title .logo{
		display: none;
	}
	.culture_con .bottom div{
		width: 63%;
	}
}
@media only screen and ( max-width:767px ) {
	.culture_con li{
		margin-bottom: 5%;
	}
	.culture_con li .img{
		width: 100%;
		padding-bottom: 52%;
	}
	.culture_con li .text{
		float: left;
		width: 100%;
		padding:5%;
		position: inherit;
		top:0;
		left:0px!important;
		-webkit-transform: inherit;
		transform: inherit;
	}
	.culture_con li .text p.con{
		max-height: initial;
		-webkit-line-clamp:inherit;
	}
	.culture_con .bottom div{
		width: 100%;
		padding-left: 0;
		line-height: 24px;
		padding-top:1.5%;
		margin-bottom: 1.5%;
	}
	.culture_con .bottom div a{
		width: 33.33%;
		padding-right: 0;
	}
	.culture_con .bottom .more{
		float: left;
		font-size: 14px;
		margin-top:2%;
		padding:0 5%;
		text-align: center;
	}
	.whlnwz1 span{
		font-size:14px!important;
	}
}
@media only screen and ( max-width:500px ) {
	.culture_con .bottom{
		padding:5%;
	}
	.culture_con .bottom div a{
		width: 50%;
	}
}



/******
wordpress
*****/
.content .cat-item{
	    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    position: relative;
    line-height: 50px;
}
.content .cat-item:hover{
	background-color: #f5f8fa;
}
.content .cat-item::before {
	content: '';
	display: block;
	width: 3px;
	height: 55px;
	background-color: #CC0000;
	position: absolute;
	left: -20px;
	top: -20px;
	opacity:1;
	transition: all .5s ease;
}
.content .cat-item:hover .cat-item::before {
	opacity: 1;
}

.content .cat-item a{
	    position: relative;
    color: #7b8a96;
    font-size: 15px;
    padding-left: 20px;
    transition: all .5s ease;
}
@media(max-width:768px){
	.swiper-wrapper .cat-item a{
	 white-space: nowrap;
    font-size: 13px;
	display: inline-block;
    margin: 0 5px;
    line-height: 40px;
    box-sizing: border-box;
   
    padding-right: 5px;
    padding-left: 5px;
   
}
}

.title_main2 a{
	color:#fff;
}


