/* 
原创模板提供商，一站式建站 
主营业务：快速建站、快排、高权重域名、海外服务器、全网搜索引擎推广
模板建站：Www.pcwl888.cn
主机/服务器：Www.pcwl888.cn
域名抢注：Www.pcwl888.cn
QQ：573893556 
微信：18092731258（推荐添加微信）
*/


/*----------  indexabout  ----------*/

.index_about {
    padding: 70px 0;
    background-image: url(../images/index_about_bg.jpg);
    background-size: cover;
}

.index_about .index_about_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.index_about .index_about_box .index_about_box_L h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: normal;
}

.index_about .index_about_box .index_about_box_L .line {
    height: 2px;
    width: 1rem;
    background-color: #000;
    margin: 20px 0;
}

.index_about .index_about_box .index_about_box_L h3 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}

.index_about .index_about_box .index_about_box_L p {
    font-size: 18px;
    line-height: 2;
}

.index_about .index_about_box .index_about_box_R {
    width: 80%;
    margin-left: auto;
}


/*----------  index Slide  ----------*/

.index_xc {
    background-image: url(../images/index_xc_bg.jpg);
    background-size: cover;
    padding: 50px 0;
}

#index_xc {
    width: 95%;
    margin-top: 40px;
}

#index_xc .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    position: relative;
}

#index_xc .swiper-slide a {
    width: 100%;
    display: block;
    position: relative;
}

#index_xc .swiper-slide p {
    position: absolute;
    font-size: 32px;
    color: #f8d1a9;
    letter-spacing: 2px;
    top: 50%;
    width: 100%;
}

#index_xc .swiper-slide-active,
#index_xc .swiper-slide-duplicate-active {
    transform: scale(1);
}

#index_xc .index_xc_page {
    display: flex;
    width: 360px;
    position: relative;
    height: 40px;
    margin: auto;
    margin-top: 60px;
}

#index_xc .index_xc_page .index_xc_box {
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
    font-size: 130px;
}

#index_xc .swiper-button-next,
#index_xc .swiper-button-prev {
    background-color: rgba(89, 89, 89, 0.6);
    width: 130px;
    color: #fff;
}

#index_xc .swiper-button-next:hover,
#index_xc .swiper-button-prev:hover {
    background-color: #b79677;
}

#index_xc .swiper-button-next:after,
#index_xc .swiper-button-prev:after {
    font-size: 18px;
}


/*----------  index pro  ----------*/

.index_pro {
    padding: 50px 0;
}

.index_pro .index_pro_nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 50px;
    margin: 0 auto;
    margin-top: 30px;
}

.index_pro .index_pro_nav a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b5b5b5;
    font-size: 20px;
    letter-spacing: 2px;
    color: #222;
}

.index_pro .index_pro_nav a:first-of-type {
    background-color: #e8ccb2;
    border: 1px solid #e8ccb2;
}

.index_pro .index_pro_nav a:hover {
    background-color: #e8ccb2;
    border: 1px solid #e8ccb2;
}

.index_pro .index_pro_nav a img {
    width: 30px;
    height: 30px;
    line-height: 40px;
    display: block;
    margin-right: 10px;
}

.index_pro .index_pro_box {
    margin-top: 50px;
}

.index_pro .index_pro_box .index_pro_box_pic {
    padding-bottom: 130%;
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 0 5px #f7f7f7;
    margin-top: 10px;
}

.index_pro .index_pro_box .index_pro_box_pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.index_pro .index_pro_box p {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background-color: #e5e5e5;
    color: #222;
}


/*----------  index new  ----------*/

.index_new {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.index_new ul {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 35px;
}

.index_new ul li {
    background-color: #fff;
}

.index_new ul li a {
    display: block;
}

.index_new ul li a .index_new_pic {
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: 0.5px solid #f7f7f7;
}

.index_new ul li a .index_new_pic img {
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    width: 100%;
    /* height: 100%; */
    margin: auto;
}

.index_new ul li a:hover .index_new_pic img {
    transform: scale(1.1);
    transition: all 0.6s ease;
}

.index_new ul li a .index_new_txt {
    padding: 15px;
}

.index_new ul li a .index_new_txt span {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    transition: all 0.6s ease;
}

.index_new ul li a:hover .index_new_txt span {
    color: #f8d1a9;
    transition: all 0.6s ease;
}

.index_new ul li a .index_new_txt .line {
    height: 2px;
    background-color: #f8d1a9;
    width: 0.5rem;
    margin: 10px 0;
}

.index_new ul li a .index_new_txt p {
    font-size: 15px;
    color: #595959;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: -2em;
}

.index_new ul li a .index_new_txt em {
    font-style: normal;
    color: #333;
    margin-top: 10px;
    display: inline-block;
}