
/*  */
.header{
    width: 100%;
    height: 520px;
    position: relative;
    padding-top: 130px;
    /* background-size: 100% 520px; */
}
/*  */
.header {
    background: url(/static/img/header_bg.d6f662a5.jpg) no-repeat top;
    /* 图片分辨率不对，先屏蔽 */
    /* background-size: 100%; */
    
}


/* 自定义滚动条样式 */
.overflow_style::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.overflow_style::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #c3c3c3;
}
.overflow_style::-webkit-scrollbar-track {
   background-color: transparent;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */
/* 分类搜索 */
/*  */
.tab_box {
    text-align: center;
    /* background: #fff; */
    /* box-shadow: 0px 3px 5px 0px rgba(29, 99, 167, 0.1); */
    border: 1px solid rgba(255, 255, 255, 0);
    width: 1170px;
    margin: 0px auto;
    position: relative;
}
/*  */
.listTitle {
    height: 100px;
}
/*  */
.listbigtitle {
    font-size: 42px;
    color: #0e71D0;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
}
/*  */
.listsmal {
    color: #8ba1bd;
}

/*  */
.itemsBtns:hover {
    border: 1px solid #d1a677;
}
/*  */
.itemsBtns {
    color: #337ab7;
    float: left;
    margin: 5px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    width: 19.1%;
    /* background: #fffbf3; */
    border-radius: 10px;
    border: 1px solid #f5e3bf;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layui-tab-brief>.layui-tab-title .layui-this {color: #0e71D0!important;}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0e71D0!important;
}
.layui-tab-title li{width: 15%;height: 70px;font-size: 18px!important;}
.layui-form-select .layui-edge{display: none;}
/* .layui-form-selected .layui-edge{display: none;} */
.layui-form-select .layui-input{cursor: auto!important;border-radius: 20px;}
.layui-this{color: #0e71D0!important;}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 产品介绍 */

/*  */
.introduce-banner {
    background: url("/static/img/product_1.png") no-repeat 0 0;
}

/*  */
.introduce-banner {
    text-align: center;
    color: #fff;
    background-size: cover !important;
}
/*  */
.banner {
    height: 490px;
    background-size: 100% 100%;
}
/*  */
.introduce-banner .introduce-banner-t {
    margin-bottom: 50px;
    padding-top: 70px;
}
/*  */
.introduce-banner .introduce-banner-t h2 {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
}

/*  */
.introduce-banner .introduce-banner-b ul li {
    display: inline-block;
    width: 214px;
    margin-right: 120px;
    vertical-align: middle;
}

/*  */
.introduce-banner .introduce-banner-b ul li h5 {
    height: 39px;
    line-height: 39px;
    padding-left: 56px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: left;
    background-color: #e7eaeb;
    position: relative;
}

.introduce-banner .introduce-banner-b ul li > div {
    height: 160px;
    line-height: 24px;
    padding: 28px 24px 0px 29px;
    border: 1px solid #ffffff;
    text-align: left;
}

