body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
span,
a,
blockquote,
th,
td,
hr {
    font-family: "Montserrat", "sans-serif","Verdana","Microsoft Yahei", "Arial", "Verdana", "sans-serif";
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-weight: 400;
}


li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}
a:link,
a:visited {
    text-decoration: none
}
a:hover {
    text-decoration: none;
    color: #333;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}


.container {
    width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
}

/* 首页顶部  */
.top {
    border-bottom: 1px solid #333;
    /* background: linear-gradient(45deg, #000850 0%, #000320 100%),
        radial-gradient(100% 225% at 100% 0%, #b73f0c 0%, #360d0d 100%),
        linear-gradient(225deg, #ff0055 0%, #000000 100%),
        linear-gradient(135deg,
            #cdffeb 10%,
            #cdffeb 35%,
            #086a68 35%,
            #053837 60%,
            #07456f 60%,
            #07456f 67%,
            #0f0a3c 67%,
            #0f0a3c 100%);
    background-blend-mode: screen, overlay, hard-light, normal; */

    /* background: linear-gradient(45deg,#30da5a  0%,  #09c428 100%); */
    /* background: linear-gradient(45deg,#30da5a  0%,  #0be72f 100%); */
    background: linear-gradient(45deg,#fafafa  0%,  #e2e2e2 100%);
    background-blend-mode: screen, overlay, hard-light, normal;

}
.top .top-info{
    display: flex;
    align-items: center;
}

.top .logo {
    padding: 0;
    padding:0 15px;
}

.top .logo img {
    width: 180px;
    height: 60px;
    overflow: hidden;
}
.top .logo .slogen {
    display: inline;
    overflow: hidden;
}

.top .logo .slogen p{
    font-size: 12px;
    font-weight: 600;
    display: inline;
    color: #361370;
}
.top .pc-menu {
    display: none;
}

.top .menu {
    margin-top: 0;
    padding:0;
}

.top .menu li {
    margin: 0 10px;
    padding: 20px 0;
}

.top .menu li h2 {
    font-size: 16px;
    line-height: 16px;
}
.top .menu li h2 a{
    letter-spacing: 1px;
}

.top .menu li h2 a:hover {
    color: #4d5153;
    font-weight: 600;
   }

/* 首页banner */
.banner-mb{
    display: none;

}
.show{
    display: none;
}

.index-banner .banner-pic {
    width: 100vw;
    height: calc(100vw/16*4);
    position: relative;
}

.index-banner .banner-pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-banner .banner-pic .banner-txt {
    position: absolute;
    bottom: 10%;
}

.index-banner .banner-pic h5 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 6px #666;
    text-align: center;
}

.index-banner .banner-pic p {
    font-size:1.5rem;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px #666;
    text-align: center;
}

/* 首页标语 */
.responsibility .responsibility-bg {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 2rem;
    padding-top:0;
}

.responsibility .responsibility-title{
    margin-top:4rem;
    margin-bottom: 3rem;
}
.responsibility .responsibility-title h2{
    font-size: 2rem;
    line-height: 1.5;
    color: #4d5153;
    font-weight: 600;
    text-align: center;
}

.responsibility .responsibility-bg h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #4d5153;
    margin-bottom:1.5rem;
    font-weight: 500;
}

.responsibility .responsibility-bg p {
    font-size: 16px;
    margin-bottom: 1.5rem;
    color: #4d5153;
    line-height: 2;
    letter-spacing: 1px;
}

.index .soc-pic {
    margin-bottom: 4rem;

}

.index .single-pic img {
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb;
}


/* 首页企业优势 */
.feature {
    margin-bottom: 4rem;
}

.feature .feature-title h2{
    font-size: 2rem;
    line-height: 1.5;
    color: #4d5153;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}
.feature .feature-list {
    background-color: #ebebeb;
    height: 460px;
}
.feature .feature-list .feature-pic{
    overflow: hidden;
    height: 230px;
}

.feature .feature-list img {
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
.feature .feature-list img:hover{
    transform: scale(1.1);
}

.feature .feature-title {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 1.5;
    font-weight: 500;
}

.feature .feature-list .feature-txt {
    line-height: 1.5;
    letter-spacing: 1px;
}


/* 首页产品展示 */
.index-pro .pro-title {
    margin-bottom: 50px;
}

.index-pro .pro-title h1 a{
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1px;
}

.index-pro .pro-list {
    margin-bottom: 4rem;
    position: relative;
}

.index-pro .pro-list .pro-info {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.index-pro .pro-list img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-pro .pro-list img:hover {
    opacity: 1;
}

.index-pro .pro-list .pro-info h5 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #333;
}

.index-pro .pro-list .pro-info p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px #333;
}

.index-pro .pro-list .pic-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0.7;
    transition: opacity .3s ease;
}

.index-pro .pro-list .pic-shade:hover {
    opacity: 0;
}


/* 底部版权 */
.bto {
    border-top: 1px solid #333;
}

.bto .copyright {
    margin: 20px 0;
    text-align: center;
}

.bto .copyright a {
    margin-left: 8px;
}

/* 栏目页--关于我们 */
.index .about-info {
    max-width: 800px;
    margin: 4rem auto;
}

.index .about-info h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: 1px;
}

.index .about-info p {
    margin-bottom: 0.7rem;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.index .about-info p:nth-of-type(3){
    font-weight: 500;
}
.index .about-info p:nth-of-type(4){
    font-weight: 500;
}

.index .about-info img{
    width: 100%;
    height: 100%;
    margin-top:20px ;
    overflow: hidden;
}

.index .linian p{
    font-size: 1.5rem;
}

/* 栏目页--产品列表 */
.index {
    margin-bottom: 5rem;
}

.product-9{
    display: none;
}

.index .index-banner {
    /* height: 230px;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #000850 0%, #000320 100%),
        radial-gradient(100% 225% at 100% 0%, #b73f0c 0%, #360d0d 100%),
        linear-gradient(225deg, #ff0055 0%, #000000 100%),
        linear-gradient(135deg,
            #cdffeb 10%,
            #cdffeb 35%,
            #086a68 35%,
            #053837 60%,
            #07456f 60%,
            #07456f 67%,
            #0f0a3c 67%,
            #0f0a3c 100%);
    background-blend-mode: screen, overlay, hard-light, normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; */
}

.index .index-banner p{
    color: #fff;
    font-size: 2rem;
}

.index .index-banner img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index .navigation {
    margin: 40px 0;
}

.index .navigation a {
    color: #333;
    letter-spacing: 1px;
}

.index .pro-list .pro-single {
    margin-bottom: 2.5rem !important;
}

.index .pro-list .pro-info {
    border-radius: 2%;
    position: relative;
}

.index .pro-list .pro-txt {
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding:1.25rem 0;
}

.index .pro-list .pro-tp img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index .pro-list .pro-info h5 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #333;
}

.index .pro-list .pro-info p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px #333;
}

.index .pro-list .pic-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0.7;
    transition: opacity .3s ease;
}

.index .pro-list .pic-shade:hover {
    opacity: 0;
}

/* 栏目页--产品内容页 */
.index .pro-show {
    margin: 4rem 0;
}

.index .pro-show .show-left {
    padding: 0 50px 0 0;
}

.index .pro-show .show-right {
    padding: 0;
}

.index .pro-show .show-img {
    height: 480px;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 2rem;
    border-radius: 1%;
}

.index .pro-show .show-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index .pro-show .show-txt h1 {
    margin: 20px 0;
    font-size:2rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
}

.index .pro-show .show-txt p {
    color: #666;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.index .pro-show .show-pic .single-pic {
    height: 250px;
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1%;
}

.index .pro-show .show-pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 栏目页--新闻列表 */
.index .news-list .news-single {
    border: 0;
    width: 80%;
    margin: 0 auto;
}

.index .news-list h5 {
    font-size: 30px;
}

.index .news-list p {
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 18px;
    letter-spacing: 1px;
}
.index .news-list .news-more{
    width: 83%;
    margin: 0 auto;
}
.index .news-list .news-dd{
    border: 0;
}

.index .news-list .news-info {
    padding: 2rem 0;
}

/* 分页 */
.index .fenye {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px;
}

.index .fenye ul li {
    display: inline-block;
    margin: 0 5px;
    line-height: 24px;
    background: #fff;
    color: #666;
}

.index .fenye ul li a {
    display: block;
    color: #333;
}

.index .fenye ul li a:hover {
    color: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 4px;
    border-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
    border-radius: 4px;
}

/* 栏目页--新闻内容页 */
.index .news-txt h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    line-height: 1.5;
    text-align: center;
}

.index .news-txt p {
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: justify;

}

.index .news-txt span {
    display: block;
    margin-bottom: 1rem;
    color: #666;
    text-align: center;
    letter-spacing: 1px;
}

.index .news-txt img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width:1400px;
}

/* 联系我们 */
.index .cont h1 {
    font-size: 2.5rem;
    text-align: center;
    margin: 2.8rem 0;
    font-weight: 600;
    line-height: 1.5;
}

.index .cont h5 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.4rem;
}

.index .cont p {
    margin-bottom: 4rem;
    line-height: 2;
    color: #666;
}

.index .cont-map {
    margin-bottom: 4rem;
    padding: 0;
}
.index .cont-map .my-map{
    /* width: 580px; */
    border: 1px solid #ddd;
}
.index .cont-map .my-map img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index .cont-info h5:nth-child(1){
    color: #320e6e;
    font-weight: 500;
    
    margin-bottom: 2rem;
}
.index .cont-info h5 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    margin-top: 1.5rem;
}

.index .cont-info p {
    line-height: 1.5;
    color: #320e6e;
    font-weight: 500;
}


/* 移动端样式 */
@media (max-width:767px) {
    .index{
        margin-bottom: 0;
    }
    .container{
        width: auto;
    }
    .banner-pc{
        display: none;
    }
    .banner-mb{
        display: block;
    }
    .top .pc-menu {
        display: block;
    }

    .bg-dark {
        background-color: #ebebeb !important;
    }

    .top .logo {
        margin-top: 2rem;
    }

    .top .logo .slogen{
        display: block;
        margin: 1rem 0;
    }
    .top .logo .slogen p{
        display: block;
    }

    .top .menu {
        display: none;
    }

    .navbar-toggler {
        background-color: #34116f;
    }
    .navbar{
        justify-content: flex-end;
    }

    .pc-menu{
        top:4%;
        right: 5%;
        left: auto;
    }

    .pc-menu .nav {
        display: block;
    }

    .pc-menu .nav li {
        padding: 5px 0;
    }

    .pc-menu .nav li a {
        font: 16px "Montserrat","sans-serif";
    }

    .feature {
        margin-bottom: 2rem;
    }

    .feature .feature-list {
        margin-bottom: 2.2rem;
    }

    .index--pro .pro-list {
        margin-bottom: 2rem;
    }

    .index-banner .banner-pic{
        height: calc(100vw/16*7);
    }
    .d-none{
        display: block !important;
    }
    .index-banner .banner-pic h5{
        font-size: 1rem;
    }
    .index-banner .banner-pic p{
        display: none;
    }
    .index-banner .banner-pic .banner-txt{
        bottom: 0;
    }

    .responsibility .responsibility-bg{
        padding-bottom: 1rem;
    }



    .responsibility .responsibility-title{
        margin:2rem 0;
    }
    .index .pro-show{
        margin: 0;
    }
    .index .pro-show .show-left{
        padding:0;
    }

    .index .pro-show .show-img{
        height: auto;
    }

    .index .pro-show .show-txt h1{
        font-size: 1.5rem;
    }
    .index .pro-show .show-txt p{
        letter-spacing: 0px;
        text-align: left;
        line-height: 2;
    }
    .index .about-info h1{
        font-size: 22px;
    }
    .index .about-info p{
        text-align: left;
    }
    .index .soc-pic .single-pic{
        margin-bottom: 2rem;
    }
    .index .soc-pic{
        margin-bottom: 1rem;
    }
    .index .news-list .news-single{
        width: 90%;
    }

    .index .news-list h5{
        font-size: 22px;
    }
    .index .news-list p{
        font-size: 16px;
    }

    .index .news-list .news-more{
        width: 100%;
        padding:0;
    }

    .index .news-txt{
        margin-bottom: 4rem;
    }

    .index .news-txt h1{
        font-size: 22px;
    }
    .index .news-txt p{
        text-align: left;
    }

    .index .cont h5{
        font-size: 22px;
    }
    .index .cont-info h5:nth-child(1){
        margin-top: 0;
    }
    .index .cont-info h5{
        font-size: 22px;
        margin: 0.8rem 0;
    }
    .index .cont p{
        margin-bottom: 2rem;
    }
    .index .cont-map{
        margin-top: 3rem;
    }
    .index .navigation{
        display: none;
    }
    .product-9{
        display: block;
        margin: 2rem auto;
 
    }
    .product-9 img{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .top .logo .slogen p{
        font-size: 1rem;
    }
    .show {
        display: block;
        margin: 1rem auto;
    }
    .show img{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }



}