body {
    background: none;
}

.site-main {
    margin-top: 0;
    padding-top: 0;
    background: none;
}

.slick-arrow {
    cursor: pointer;
}

.banner .container {
    max-width: 1820px;
}

.banner .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -720px;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}

.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.about-sect {
    text-align: center;
    padding: 60px 0;
    padding-top: 80px;
}

.about-sect .content-box {
    display: flex;
}

.about-sect .about-left {
    width: 50%;
}

.about-sect .about-right {
    width: 50%;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    text-align: left;
    padding-top: 77px;
    height: 487px;
}

.about-sect .sect-title span:nth-child(1) {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-left: 77px;
}

.about-sect .sect-title span:nth-child(1):before {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 14px;
    background: #053399;
}

.about-sect .sect-title span:nth-child(2) {
    display: block;
    color: #003399;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.about-sect .sect-title span:nth-child(2) b {
    -webkit-text-stroke: 1px #4C4C4C;
    color: #FFF;
    font-style: normal;
}

.about-sect .sect-title span:nth-child(2) i {
    font-style: normal;
    color: #003399;
    font-weight: 600;
}

.about-sect .about-title-1 {
    color: #053399;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    margin-top: 30px;
}

.about-sect .editor {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 108px;
}

.about-sect .btn-box {
    text-align: left;
}

.about-sect .btn-box .ibtn.more {
    width: 170px;
    height: 45px;
    background: #FFF;
    border-radius: 30px;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-indent: unset;
    text-align: center;
    border: 1px solid #444;
    line-height: 44px;
    transition: all .5s ease-out;
}

.about-sect .btn-box .ibtn.more:hover {
    transition: all .5s ease-out;
    color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #ff7e2d;
    border: 1px solid #ff7e2d;
}

.sect2 {
    background: url(../../images/common/index/news-bg-1.png);
    padding: 20px 0;
    padding-bottom: 144px;
    background-position: 0 145px;
    background-repeat: no-repeat;
}

.sect2 .sect-title {
    position: relative;
    margin-bottom: 30px;
}

.news-sect {
    float: left;
    width: 61.1%;
    position: relative;
}

.news-sect .ibtn.more {
    width: 170px;
    height: 45px;
    background: #FFF;
    border-radius: 30px;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-indent: unset;
    text-align: center;
    border: 1px solid #444;
    line-height: 44px;
    transition: all .5s ease-out;
    position: absolute;
    right: 0;
    top: 17px;
}

.news-sect .ibtn.more:hover {
    transition: all .5s ease-out;
    color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #ff7e2d;
    border: 1px solid #ff7e2d;
}

.news-sect .sect-title span:nth-child(1) {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-left: 77px;
}

.news-sect .sect-title span:nth-child(1):before {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 14px;
    background: #053399;
}

.news-sect .sect-title span:nth-child(2) {
    display: block;
    color: #378439;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.news-sect .sect-title span:nth-child(2) b {
    font-style: normal;
    color: #003399;
    font-weight: 600;
}

.news-sect .sect-title span:nth-child(2) i {
    -webkit-text-stroke: 1px #4C4C4C;
    color: #FFF;
    font-style: normal;
}

.news-list {
    margin: 0 -10px;
}

.news-list .item {
    width: 33.33%;
    padding: 0 10px;
}

.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .box {
    max-width: 300px;
    margin: 0 auto 50px;
    position: relative;
    border: 1px solid #DDDDDD;
    background: #FFF;
    padding-top: 30px;
    padding-bottom: 25px;
    top: 0;
    transition: all .5s ease;
}

.news-list .box:hover {
    position: relative;
    top: -10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.news-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.news-list .txt {
    position: relative;
    padding: 0 15px;
}

.news-list .txt .date {
    font-size: 25px;
    color: #FB8B24;
    font-weight: 900;
    line-height: 1.2;
    padding-right: 10px;
    margin-right: 10px;
}

.news-list .txt .date small {
    font-size: 25px;
    display: inline;
    font-weight: 900;
    margin-left: 20px;
    position: relative;
}

.news-list .txt .date small:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #FB8B24;
    transform: rotate(26deg);
    position: absolute;
    left: -10px;
    top: 8px;
}

.news-list .name {
    height: 55px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #111;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list .description {
    color: #777777;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin: 10px 0;
    margin-top: 5px;
}

.news-list .more {
    width: 90px;
    height: 26px;
    text-indent: unset;
    margin-top: 10px;
    margin-left: 15px;
    color: #444444;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #444;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 26px;
    transition: all .5s ease;
}

.news-list .box:hover .more {
    color: #FFF;
    background: #444;
}

.album-sect {
    float: right;
    width: 34%;
}

.album-sect .sect-title span:nth-child(1) {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-left: 77px;
}

.album-sect .sect-title span:nth-child(1):before {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 14px;
    background: #053399;
}

.album-sect .sect-title span:nth-child(2) {
    display: block;
    color: #378439;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.album-sect .sect-title span:nth-child(2) b {
    font-style: normal;
    /* color: #003399; */
    font-weight: 600;
    -webkit-text-stroke: 1px #4C4C4C;
    color: #FFF;
}

.album-sect .sect-title span:nth-child(2) i {
    -webkit-text-stroke: 1px #4C4C4C;
    color: #FFF;
    font-style: normal;
    display: none;
}

.album-sect .slick-dots {
    position: absolute;
    right: 0;
    top: -55px;
}

.album-sect .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.album-sect .slick-dots button {
    border: none;
    text-indent: -5000px;
    background: #DDDDDD;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: inset 1px 1px 1px rgba(0%, 0%, 0%, 0.1);
}

.album-sect .slick-dots .slick-active button {
    background: #FF7E2D;
}

.album-list {
    margin: 0 -5px;
}

.album-list .item {
    width: 50%;
    padding: 0 5px;
    text-align: center;
    margin: 2px 0;
    min-height: 246px;
}

.album-list .box {
    display: block;
    position: relative;
    max-width: 246px;
    position: relative;
    margin: 0 auto;
}

.album-list li .cover2 {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.album-list .pic {
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.album-list .pic img {
    width: 100%;
}

.album-list .item .cover {
    position: absolute;
    top: 50%;
    width: 100%;
    background: rgba(255, 255, 255, .85);
    left: 50%;
    margin-left: -75px;
    line-height: 35px;
    margin-top: -17px;
    max-width: 140px;
}

.album-list .item .cover .name {
    height: 35px;
    color: #333;
    font-size: 18px;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.album-list .item:hover .pic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.album-list .item:hover .cover {
    background: #fff;
}

.sect3 {
    background: #F7F7F7;
    position: relative;
    padding-bottom: 50px;
    padding-top: 58px;
}

.sect3:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 92px 0 92px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: calc(50% - 92px);
    top: 0;
}

.sect3 .container {
    max-width: 1440px;
    position: relative;
    padding: 0 80px;
}

.products-sect .sect-title {
    text-align: center;
    margin-bottom: 50px;
}

.products-sect .sect-title span:nth-child(1) {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.products-sect .sect-title span:nth-child(1):before {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    left: -80px;
    top: 14px;
    background: #053399;
}

.products-sect .sect-title span:nth-child(1):after {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    right: -80px;
    top: 14px;
    background: #053399;
}

.products-sect .sect-title span:nth-child(2) {
    display: block;
    color: #378439;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.products-sect .sect-title span:nth-child(2) b {
    font-style: normal;
    color: #003399;
    font-weight: 600;
}

.products-sect .sect-title span:nth-child(2) i {
    -webkit-text-stroke: 1px #4C4C4C;
    color: transparent;
    font-style: normal;
}

.products-sect .slick-arrow {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: #222222;
    box-shadow: 0 0 0px 8px #636363;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    text-indent: unset;
    font-size: 0;
    border: none;
    transition: all .5s ease;
}

.products-sect .slick-arrow:hover {
    background-color: #FF7E2D;
    box-shadow: 0 0 0px 8px #FCAE7E;
}

.products-sect .slick-prev {
    background-position: 0 0;
    left: -130px;
}

.products-sect .slick-prev:before {
    font-family: 'icon-font' !important;
    content: "\f104";
    position: absolute;
    left: calc(50% - 6px);
    top: 1px;
    color: #FFF;
    font-size: 27px;
}

.products-sect .slick-next {
    right: -130px;
}

.products-sect .slick-next:before {
    font-family: 'icon-font' !important;
    content: "\f105";
    position: absolute;
    left: calc(50% - 3px);
    top: 1px;
    color: #FFF;
    font-size: 27px;
}

.products-list {
    max-width: 1190px;
    margin: 0 auto;
}

.products-list .item {
    width: 25%;
    padding: 0 10px;
}

.products-list .item:focus {
    outline: none;
}

.products-list .box {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    padding: 4px;
    padding-bottom: 20px;
}

.products-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.products-list .box .pic {
    max-width: 252px;
    margin: 4px auto;
    position: relative;
}

.products-list .box .pic:after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: #fff;
    z-index: -1;
}

.products-list .box.new .pic:before {
    content: '';
    background: url(../../images/common/products/news-icon.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.products-list li .txt {
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    border: 1px solid #AAAAAA;
    margin-top: 25px;
    text-align: center;
    transition: all .5s ease-out;
}

.products-list .name {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    transition: all .5s ease-out;
}

.products-list .box:hover .txt {
    transition: all .5s ease-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #ff7e2d;
    background: #ff7e2d;
}

.products-list .box:hover .name {
    color: #FFF;
}

.sect4 {
    background: #fff;
    padding: 51px 0;
    padding-bottom: 65px;
}

.sect4 .container {
    max-width: 1440px;
    padding: 0;
}

.sect4 .sect-title {
    text-align: center;
    margin-bottom: 50px;
}

.sect4 .sect-title span:nth-child(1) {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.sect4 .sect-title span:nth-child(1):before {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    left: -80px;
    top: 14px;
    background: #053399;
}

.sect4 .sect-title span:nth-child(1):after {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    right: -80px;
    top: 14px;
    background: #053399;
}

.sect4 .sect-title span:nth-child(2) {
    display: block;
    color: #378439;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.sect4 .sect-title span:nth-child(2) b {
    font-style: normal;
    color: #003399;
    font-weight: 600;
}

.sect4 .sect-title span:nth-child(2) i {
    -webkit-text-stroke: 1px #4C4C4C;
    color: transparent;
    font-style: normal;
}

.sect4 .index-layout .row {
    margin: 0 0px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ececec), to(#ececec)), -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec)), -webkit-gradient(linear, right top, left top, from(#ececec), to(#ececec)), -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#ececec));
    background-image: -webkit-linear-gradient(left, #ececec 0%, #ececec 100%), -webkit-linear-gradient(top, #ececec 0%, #ececec 100%), -webkit-linear-gradient(right, #ececec 0%, #ececec 100%), -webkit-linear-gradient(bottom, #ececec 0%, #ececec 100%);
    background-image: -o-linear-gradient(left, #ececec 0%, #ececec 100%), -o-linear-gradient(top, #ececec 0%, #ececec 100%), -o-linear-gradient(right, #ececec 0%, #ececec 100%), -o-linear-gradient(bottom, #ececec 0%, #ececec 100%);
    background-image: linear-gradient(to right, #ececec 0%, #ececec 100%), linear-gradient(to bottom, #ececec 0%, #ececec 100%), linear-gradient(to left, #ececec 0%, #ececec 100%), linear-gradient(to top, #ececec 0%, #ececec 100%);
    background-position: left top, right top, right bottom, left bottom;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-repeat: no-repeat;
}

.sect4 .index-layout .col {
    width: 16.6666%;
    float: left;
    padding: 0 15px;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px;
    overflow: hidden;
    transition: all .5s ease;
}

.sect4 .index-layout .col .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
}

.sect4 .index-layout .col:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ececec;
}

.sect4 .index-layout .col .item .pic {
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    background: #FFF;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
    transition: all .3s ease;
    position: relative;
}

.sect4 .index-layout .col .item .pic img {
    position: relative;
    z-index: 5;
}
.sect4 .index-layout .col .item .pic .i1{
    background: url(../../images/common/icon-1.svg);
}
.sect4 .index-layout .col .item .txt {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
}

.sect4 .index-layout .col .item .txt .name {
    color: #303030;
    font-weight: bold;
    font-size: 18px;
}

.sect4 .index-layout .col .item .txt .name2 {
    color: #303030;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 21px;
    min-height: 21px;
    max-height: 21px;
}

.sect4 .index-layout .col:hover .item .pic {
    background-color: #fff;
    transition: all .5s ease;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 21%);
}

/* .sect4 .index-layout .col .item .pic:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #E9F5F4;
    transition: all .3s ease;
} */

.sect4 .index-layout .col:hover .item .pic:after {
    background-color: #FFF;
    transition: all .3s ease;
}

.sect4 .index-layout .col:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#003399), to(#003399)), -webkit-gradient(linear, left top, left bottom, from(#003399), to(#003399)), -webkit-gradient(linear, right top, left top, from(#003399), to(#003399)), -webkit-gradient(linear, left bottom, left top, from(#003399), to(#003399));
    background-image: -webkit-linear-gradient(left, #003399 0%, #003399 100%), -webkit-linear-gradient(top, #003399 0%, #003399 100%), -webkit-linear-gradient(right, #003399 0%, #003399 100%), -webkit-linear-gradient(bottom, #003399 0%, #003399 100%);
    background-image: -o-linear-gradient(left, #003399 0%, #003399 100%), -o-linear-gradient(top, #003399 0%, #003399 100%), -o-linear-gradient(right, #003399 0%, #003399 100%), -o-linear-gradient(bottom, #003399 0%, #003399 100%);
    background-image: linear-gradient(to right, #003399 0%, #003399 100%), linear-gradient(to bottom, #003399 0%, #003399 100%), linear-gradient(to left, #003399 0%, #003399 100%), linear-gradient(to top, #003399 0%, #003399 100%);
    background-position: left top, right top, right bottom, left bottom;
    background-size: 0 1px, 1px 0, 0 1px, 1px 0;
    background-repeat: no-repeat;
    transition: all .5s ease;
}

.sect4 .index-layout .col:hover:after {
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    transition: all .5s ease;
}

/* .links-sect{
    float: left;
    width: 47%;
}
.links-list {
    margin: -30px -10px 0;
}
.links-list .item {
    width: 50%;
    padding: 0 10px;
}
.links-list .item .box {
    margin: 30px auto 0;
    max-width: 336px;
    position: relative;
}
.links-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.links-list .pic {
    margin-bottom: 6px;
    position: relative;
}
.links-list .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20%;
    text-align: center;
    background: rgba(161, 138, 116, 0.85);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.links-list .title span{
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: block;
    max-width: 80%;
    margin: auto;
}
.links-list .box:hover .title{
    opacity: 1;
}
.service-sect{
    float: right;
    width: 50%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.service-sect .sect-title{
    float: left;
    width: 70px;
    height: 122px;
    background: url(../../images/common/index/service_title.png)0 0 no-repeat;
    text-indent: -5000px;
}
.service-list{
    float: right;
    width: calc(100% - 70px);
}
.service-list .box{
    position: relative;
}
.service-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.service-sect .pic{
    float: left;
    width: 120px;
    margin-right: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.service-sect .txt-box{
    float: right;
    width: calc(100% - 150px);
    padding-right: 20%;
    background: url(../../images/common/index/service_icon.svg)right 50% no-repeat;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.service-sect .name{
    color: #A08A75;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}
.service-sect .description{
    height: 120px;
    overflow: hidden;
}
.service-sect .box:hover .pic:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
}
.service-sect .box:hover .description{
    text-decoration: underline;
} */

.warning-sect {
    max-width: 1470px;
    margin: 0 auto;
    padding: 15px 0;
    background: none;
}

@media screen and (max-width: 1470px) {
    .banner .slick-arrow {
        display: none !important;
    }
    .banner .slick-dots {
        right: 0;
        left: 0;
        margin: 0;
        padding: 0 15px;
        text-align: right;
    }
    .products-sect .slick-prev {
        left: -60px;
    }
    .products-sect .slick-next {
        right: -60px;
    }
    .sect4 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1340px) {
    .products-list.type2 .item {
        width: 33.33%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1300px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .sect4 .index-layout .col {
        width: 33.33%;
    }
    .sect4 .index-layout .row {
        margin: 0 0px;
    }
}

@media screen and (max-width: 1120px) {
    .products-list.type1 .item {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .about-sect .about-right {
        padding-top: 20px;
        height: unset;
    }
    .news-sect, .album-sect {
        float: none;
        width: 100%;
    }
    .news-list .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 880px) {
    .products-list.type1 .box {
        margin-bottom: 30px;
    }
    .products-list.type2 {
        margin: 0 -7px;
    }
    .products-list.type2 .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type2 .box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about-sect {
        padding: 20px 0;
    }
    .about-sect .content-box {
        flex-direction: column;
    }
    .about-sect .about-left {
        width: 100%;
        order: 2;
    }
    .about-sect .about-right {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        order: 1;
        padding-top: 0px;
        padding-bottom: 25px;
    }
    .about-sect .about-title-1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .about-sect .sect-title span:nth-child(1) {
        font-size: 22px;
        padding-left: 0px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .about-sect .sect-title span:nth-child(2) {
        font-size: 24px;
        text-align: center;
        line-height: 24px;
    }
    .about-sect .sect-title span:nth-child(1):before {
        left: calc(50% - 32.5px);
        top: 43px;
        height: 2px;
        background: #003399;
    }
    .about-sect .editor {
        display: block;
        height: unset;
    }
    .about-sect .btn-box {
        text-align: center;
    }
    .sect2 {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../../images/common/index/news-bg-1.png);
        padding-bottom: 0px;
    }
    .news-sect, .album-sect {
        padding-bottom: 30px;
    }
    .news-sect .sect-title {
        text-align: center;
    }
    .news-sect .sect-title span:nth-child(1) {
        font-size: 22px;
        padding-left: 0px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .news-sect .sect-title span:nth-child(2) {
        font-size: 24px;
        text-align: center;
        line-height: 24px;
    }
    .news-sect .sect-title span:nth-child(1):before {
        left: calc(50% - 32.5px);
        top: 43px;
        height: 2px;
        background: #003399;
    }
    .news-sect .ibtn.more {
        position: relative;
        top: 0;
        margin: auto;
        display: block;
    }
    .news-list .box {
        margin-bottom: 30px;
    }
    .sect2 .sect-title {
        margin-bottom: 30px;
    }
    .album-sect .slick-dots {
        position: relative;
        right: unset;
        top: unset;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }
    .album-sect .sect-title span:nth-child(1) {
        font-size: 22px;
        padding-left: 0px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .album-sect .sect-title span:nth-child(2) {
        font-size: 24px;
        text-align: center;
        line-height: 24px;
    }
    .album-sect .sect-title span:nth-child(1):before {
        left: calc(50% - 32.5px);
        top: 43px;
        height: 2px;
        background: #003399;
    }
    .products-sect .sect-title span:nth-child(1) {
        font-size: 22px;
    }
    .products-sect .sect-title span:nth-child(2) {
        font-size: 24px;
        line-height: 24px;
    }
    .products-sect .sect-title span:nth-child(1):before {
        width: 30px;
        left: -40px;
        top: 17px;
    }
    .products-sect .sect-title span:nth-child(1):after {
        width: 30px;
        right: -38px;
        top: 17px;
        left: unset;
    }
    .products-sect .slick-arrow {
        width: 40px;
        height: 40px;
        top: 56%;
    }
    .products-sect .slick-prev:before {
        top: -5px;
    }
    .products-sect .slick-next:before {
        top: -5px;
    }
    .sect4 .sect-title span:nth-child(1) {
        font-size: 22px;
    }
    .sect4 .sect-title span:nth-child(2) {
        font-size: 24px;
        line-height: 24px;
    }
    .sect4 .sect-title span:nth-child(1):before {
        width: 30px;
        left: -40px;
        top: 17px;
    }
    .sect4 .sect-title span:nth-child(1):after {
        width: 30px;
        right: -38px;
        top: 17px;
        left: unset;
    }
    .sect4 .index-layout .col {
        width: 50%;
    }
    .sect4 .index-layout .col {
        padding: 15px 30px 20px;
    }
    .sect4 .index-layout .col .item .pic {
        width: 125px;
        height: 125px;
    }
    .sect4 .index-layout .col .item .txt .name2 {
        min-height: 30px;
        max-height: 30px;
    }
}

@media screen and (max-width: 640px) {
    .products-list.type2 .item {
        width: 100%;
    }
    .products-list.type2 .item:nth-child(n) {
        clear: none;
    }
}

@media screen and (max-width: 580px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type1 .item:nth-child(n) {
        clear: none;
    }
    .links-list .item {
        width: 100%;
    }
    .service-sect .pic, .service-sect .txt-box {
        float: none;
    }
    .service-sect .txt-box {
        width: 100%;
        margin-top: 10px;
        padding: 0;
        background: none;
    }
}