﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
.subnav a {
    /*color: #0366d6;*/
    color:#fff;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

#chinaMap {
    width: 100%;
    min-height: 800px;
    border: 1px solid #ddd;
}

header {
    /*position: fixed;
    top: 0;*/
    width: 100%;
    z-index: 101;
    background-color: #02f643;
    /*height: 200px;*/
    /*color:#fff;*/
}

.mainbody {
    /*margin-top:200px;*/
}

.header-logoborder {
    display: inline-flex;
}


.header-logo {
    padding:20px;
    width: 300px;
}

.header-Pinpai {
    display: flex;
    padding:15px;
}

.navbar {
    height:60px;
}

#box {
    border: none;
    position: relative;
    overflow: hidden;
    height: 700px;
}

.banner {
    border: none;
    position: absolute;
    width: 100%;
}

.banner img {
    width: 100%;
}

.slide {
    width: 100%;
    position: absolute;
}


.navbar {
    /*background-color: #223469;*/
    background-color: rgba(33,33,33,0.9);
}

#daohang {
    background: #00BFFF;
    height: 40px;
    padding:0;
}

#shouye {
    background: #1E90FF;
    margin-left: 0px
}

#daohang ul {
    height: 100%;
    padding-left:0px;
    margin-left:0px;
}

li {
    list-style-type: none;
}

.submenu-general {
    width: 100px;
    height: 100%;
    line-height: 40px; /*垂直居中*/
    text-align: center;
    /*display: inline-block; */
    float: left;
    /* 使用inline-block会造成空隙*/
}


.submenu-detail > span {
    width: 100px;
}

.nav11 > span, .submenu11 span {
    width: 150px;
}

.nav11 {
    position: relative;
}

    .nav11 > span {
        background: #1E90FF
    }

.submenu11 {
    position: absolute;
    left: 150px;
    top: 0px;
}

    .submenu11 span {
        background: #ADD8E6
    }

.submenu11, .nav11 > span {
    display: none;
}

.submenu-detail:hover {
    background: #1E90FF
}

    .submenu-detail:hover .nav11 > span {
        display: block;
    }
/*a:hover b前提是a是b的父级元素*/
.nav11 > span:hover {
    background: #ADD8E6
}

.nav11:hover .submenu11 {
    display: block;
}

.submenu11 span:hover {
    background: #1E90FF
}

.submenu1 span {
    text-align: left;
    text-indent: 20px;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
    list-style-type: none;
}

#dlunbo {
    width: 520px;
    height: 280px;
    position: absolute;
    top: 50%;
    margin-top: -140px;
    left: 100px;
    overflow: hidden;
}

#tabs {
    position: absolute;
    bottom: 10px;
    left: 200px;
    display:none;
}

    #tabs li {
        width: 20px;
        height: 20px;
        border: solid 2px #fff;
        float: left;
        margin-right: 5px;
        border-radius: 100%;
        cursor: pointer;
    }

.btn {
    position: absolute;
    width: 30px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    display: none;
}

.ig {
    float: left;
}

    .ig img {
        width: 35%;
    }

#igs {
    width: 300%;
    position: absolute;
}

.btn1 {
    left: 0px;
    display:none;
}

.btn2 {
    right: 0px;
    display: none;
}

#tabs .bg {
    background-color: rgb(255, 0, 0);
}

#my-video_html5_api {
    margin: auto;
    width: 90%;
    height: 100%;
}

#videoCompany {
    /*height:500px;*/
    padding-bottom: 40px;
}

#CompanyProfile {
    margin: auto;
    padding:30px;
    padding-top:0px;
}

.swiper-wrapper {
    margin-left:auto;
    margin-right:auto;
}

.index_product table{
    margin-left: auto;
    margin-right: auto;
}

#product {

    height:380px;
}


.footer {
    z-index:999;
}

.subnav_bg {
    /*background-color: #223469ba;*/
    /*background-color: rgba(34,52,105,0.6);*/
    background-color: rgba(0,0,0,0.5);
}

.header-label {
    font-size: 40px;
    font-weight: bold;
    margin-top: 15px;
}

.header-keyword {
    font-size:18px;
}

.header-tel-img {
    width: 80px;
    height: 80px;
    margin-left: 50px;
    margin-top: 18px;
}

.header-tel {
    margin-left: 10px;
    text-align: left;
    font-size: 26px;
    margin-top: 20px;
}

.header-qrcode {
    width: 80px;
    height: 80px;
    margin-left: 50px;
    margin-top: 18px;
}

.bq {
    margin-bottom: 70px;
}

#CompanyProfile h3 {
    font-size:28px;
    font-weight:bold;
}
#CompanyProfile div {
    margin-top:15px;
    font-size:16px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1800px;
    }

    #youshi .container {
        max-width: 1140px;
    }

    .navbar .container {
        max-width: 1440px;
    }

    .pad-left-100 {
        padding-left:100px;
    }
}

#hotProduct {
    background-color: rgb(215,199,184);
}

.casenav a {
    color:#000;
}

.qualification .container {
    max-width: 1140px;
}

.process .container {
    max-width: 1140px;
}

.img_introduction img {
    width: 800px;
    margin-bottom: 30px;
}

#product {
    padding-top:50px;
}

.subnav_con .subnav1 {
    left: 266px;
}

.subnav_con .subnav2 {
    left: 410px;
}

.subnav_con .subnav3 {
    left: 0px;
}

.subnav_con .subnav4 {
    left: 700px;
}

.subnav_con .subnav5 {
    left: 850px;
}

.subnav_con .subnav6 {
    left: 1000px;
}

.subnav_con .subnav7 {
    left: 1260px;
}

@media(Max-width:1440px) {
    .subnav_con .subnav4 {
        left: 680px;
    }

    .subnav_con .subnav5 {
        left: 820px;
    }

    .subnav_con .subnav6 {
        left: 950px;
    }
}

@media(Max-width:1400px) {
    .subnav_con .subnav4 {
        left: 670px;
    }

    .subnav_con .subnav5 {
        left: 810px;
    }

    .subnav_con .subnav6 {
        left: 940px;
    }
}

@media(Max-width:910px) {
    .img_introduction img {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media(Max-Width:1530px) {

    @media(min-Width:1280px) {
        .header-logo {
            width: 200px;
        }
        .header-label {
            font-size: 30px;
        }
        .header-keyword {
            font-size: 14px;
        }
        .header-tel-img {
            width: 60px;
            height: 60px;
        }
        .header-tel {
            font-size: 20px;
        }

        .header-qrcode {
            width: 60px;
            height: 60px;
        }
    }


    @media(Min-Width:1110px) {

   
        .header-logo {
            width: 180px;
        }

        .header-label {
            font-size: 26px;
        }

        .header-keyword {
            font-size: 12px;
        }

        .header-tel-img {
            width: 50px;
            height: 50px;
        }

        .header-tel {
            font-size: 18px;
        }

        .header-qrcode {
            width: 50px;
            height: 50px;
        }
    }

    @media(Min-Width:991px) {


        .header-logo {
            width: 180px;
        }

        .header-label {
            font-size: 24px;
        }

        .header-keyword {
            font-size: 10px;
        }

        .minNone {
            display:none;
        }

        .header-tel-img {
            width: 50px;
            height: 50px;
        }

        .header-tel {
            font-size: 16px;
        }

        .header-qrcode {
           display:none
        }
    }
}

#main .container {
    padding-top:50px;
}

#main #product {
    background-color: #e8dddb;
}

#main #hotProduct .slh {
    font-weight: bold;
}

#successcase {
    background-color: #e8dddb;
}


.return_home:hover {
    color: #4ba3e6;
}

@media(min-width:991px) {
    .tel {
        display:none !important;
    }
}

@media(max-width:720px) {
    #chinaMap {
        min-height: 600px;
    }
}

@media(max-width:575px) {
    #chinaMap {
        min-height: 500px;
    }
}

@media(max-width:440px) {
    #chinaMap {
        min-height: 400px;
    }
}