/* 首页 */
.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .layui-carousel-ind ul {
    width: 100%;
    background-color: transparent;
}

.banner .layui-carousel-ind li {
    width: 7.45%;
    height: 4px;
    margin: 0 30px;
    border-radius: 0;
}

.banner .layui-carousel-ind {
    top: -160px;
}

.section1 {
    width: 100%;
    padding-bottom: 266px;
    background-color: #f6f6f6;
}

.s_banner {
    position: relative;
    width: 1200px;
    padding: 50px 0;
    /* padding-bottom: 3.65%; */
    /* padding: 2.91% 3.65% 3.65% 2.49%; */
    margin: -121px auto 0;
    background-color: #ffffff;
    box-shadow: 1px 6px 10px 0px rgba(246, 246, 246, 0.75);
}

.s_banner .s_banner_l {
    width: 600px;
    height: 450px;
}

#s_banner {
    height: 100% !important;
}

.s_banner .s_banner_l img {
    width: 100%;
    height: 100%;
}

.s_banner .s_banner_r {
    width: 32%;
    margin-left: 90px;
    margin-top: 2.91%;
}

.s_banner .s_banner_r .tit {
    margin-top: 6.8%;
    font-size: 1.1rem;
    font-weight: bold;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*让文本强制在一行不换行*/
    text-overflow: ellipsis;
    /*显示省略号来代表被修剪的文本*/
}

.s_banner .s_banner_r .con,
.s_banner .s_banner_r .con p,
.s_banner .s_banner_r .con span {
    display: block;
    width: 100%;
    margin-top: 4%;
    color: #555454;
    font-size: .94rem;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: 180px;
}

.s_banner .s_banner_r .con.ellipsis_4,
.s_banner .s_banner_r .con.ellipsis_4 p,
.s_banner .s_banner_r .con.ellipsis_4 span {
    -webkit-line-clamp: 4;
}

.s_banner .s_banner_r .time {
    margin-top: 5%;
    color: #a9a9a9;
}

.s_banner .s_banner_r a {
    display: block;
    margin-top: 9.6%;
    text-align: center;
}

.s_banner .layui-carousel-ind ul {
    position: absolute;
    right: 3%
}

.news {
    width: 1200px;
    margin: -191px auto 0;
}

.news .tab {
    position: relative;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #e8e7e7;
}

.news .tab::before {
    content: '';
    position: absolute;
    bottom: -2px;
    display: block;
    width: 35px;
    height: 6px;
    background-color: #07499d;
}

.news .tab span {
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

.news .tab span.on {
    color: #07499d;
}

.news .tab i {
    display: inline-block;
    width: 3px;
    height: 1.6rem;
    margin: 4px 25px 0 25px;
    background-color: #2b3139;
    vertical-align: middle;
}

.news .tab a {
    display: none;
    position: absolute;
    right: 0;
    top: 8px;
    color: #5e5e5e;
}

.news .tab a.on {
    display: block;
}

.news ul {
    display: none;
    margin-top: 50px;
}

.news ul.on {
    display: block;
}

.news ul li {
    float: left;
    width: 31.9%;
    margin-right: 2.08%;
}

.news ul li:nth-child(3n) {
    margin-right: 0;
}

.news ul li img {
    width: 100%;
    height: 286px;
}

.news ul li .bottom {
    padding: 12px 0 26px;
    border: 1px solid #ededed;
    border-top: 0;
    background-color: #ffffff;
    text-align: center;
}

.news ul li .bottom a {
    display: block;
    width: 87.27%;
    margin: 0 auto;
    font-size: .94rem;
    font-weight: bold;
}

.news ul li .bottom .con {
    width: 87.27%;
    height: 40px;
    margin: 10px auto 0;
    color: #979797;
    font-size: .94rem;
    line-height: 20px;
}

.about {
    width: 100%;
    margin-top: 96px;
}

.about .top {
    width: 81.35%;
}

.about img {
    width: 76.70%;
}

.about .tit {
    position: relative;
    margin-top: 52px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #202020;
}

.about .tit::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -18px;
    width: 35px;
    height: 6px;
    background-color: #07499d;
}

.about .bottom {
    float: right;
    width: 57.45%;
    margin-top: -210px;
    padding: 4.4rem 0 6rem;
    background-color: #07499d;
    box-shadow: -2.2px 8.7px 13px 0px rgba(214, 211, 211, 0.66);
}

.about .bottom .con {
    position: relative;
    width: 60.20%;
    margin-left: 5.53%;
}

.about .bottom .con p {
    width: 100%;
    color: #fff;
    line-height: 2rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 18rem;
}

.about .bottom a {
    position: absolute;
    right: 0;
    bottom: -2.8rem;
}

.about .bottom a img {
    width: 33px;
}

.product {
    width: 1200px;
    margin: 0 auto;
}

.product .tit {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 5.7rem;
}

.product .tit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 6px;
    background-color: #07499d;
}

.product .con {
    width: 100%;
    height: 14.3rem;
    padding-top: 40px;
    background-color: #f6f6f6;
}

.product .tab {
    width: 1030px;
    margin: 0 auto 45px;
}

.product .tab span {
    display: block;
float: left;
    width: 335px;
    height: 3rem;
    margin-right: 12px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
}

.product .tab span:nth-child(3n) {
    margin-right: 0;
}

.product .tab span.on {
    background-color: #07499d;
    color: #fff;
}

.product ul {
    position: relative;
    width: 95.75%;
    margin: -136px auto 0;
}

.product ul li {
    float: left;
    width: 31.68%;
    margin-right: 2%;
    border: solid 1px #eeeeee;
}

.product ul li:nth-child(3n) {
    margin-right: 0;
}

.product ul li.on {
    border: solid 1px #07499d;
}

.product ul li.on div {
    background-color: #07499d;
    border: solid 1px #07499d;
    color: #fff;
}

.product ul li.on div h6 {
    color: #fff;
}

.product ul li.on p {
    color: #fff;
}

.product ul li:hover {
    border: solid 1px #07499d;
}

.product ul li:hover div {
    background-color: #07499d;
    border: solid 1px #07499d;
    color: #fff;
}

.product ul li:hover h6 {
    color: #fff;
}

.product ul li:hover p {
    color: #fff;
}

.product ul li img {
    width: 100%;
    height: 364px;
}

.product ul li div {
    padding-bottom: 15px;
    background-color: #f6f6f6;
    border: solid 1px #eeeeee;
}

.product ul li div h6 {
    display: block;
    width: 88.46%;
    margin: 10px auto 0;
    line-height: 2.5rem;
    font-weight: bold;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*让文本强制在一行不换行*/
    text-overflow: ellipsis;
    /*显示省略号来代表被修剪的文本*/
    text-align: center;
}

.product ul li div p {
    width: 88.46%;
    min-height: 42px;
    margin: 8px auto 0;
    color: #848484;
}

.product .more {
    display: block;
    width: 115px;
    height: 30px;
    margin: 72px auto 79px;
    background-color: #f6f6f6;
    color: #5e5e5e;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
}