/* 
原创模板提供商，一站式建站 
主营业务：快速建站、快排、高权重域名、海外服务器、全网搜索引擎推广
模板建站：Www.pcwl888.cn
主机/服务器：Www.pcwl888.cn
域名抢注：Www.pcwl888.cn
QQ：573893556 
WeChat：18092731258（推荐添加微信）
*/


/* footer */

.footer {
    position: static;
}


/* header */

.dpage {
    padding: 50px 0;
}

.dpage_box {
    display: grid;
    grid-template-columns: 20% 3% 77%;
}


/*****单页 左侧 *****/

.dpage_box .dpage_boxL {}

.dpage_box .dpage_boxL .dpage_boxL_title {
    background-color: #1c2239;
    color: #fff;
    text-align: center;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 1px;
}

.dpage_box .dpage_boxL .dpage_boxL_title h2 {
    font-size: 24px;
}

.dpage_box .dpage_boxL .dpage_boxL_title p {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
}

.dpage_box .dpage_boxL ul {
    text-align: center;
}

.dpage_box .dpage_boxL ul li {
    background-color: #f8f8f8;
    height: 50px;
    border-bottom: 1px solid #fff;
}

.dpage_box .dpage_boxL ul li a {
    color: #707070;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dpage_box .dpage_boxL ul li a img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
}

.dpage_box .dpage_boxL ul li a:hover {
    background-color: #003894;
    color: #fff;
}


/***** 单页 左侧 *****/


/*****单页 右侧 *****/

.dpage_box .dpage_boxR {
    border: 10px solid #f8f8f8;
    padding: 25px;
}

.dpage_box .dpage_boxR h3 {
    text-align: center;
    font-size: 28px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.dpage_box .dpage_box_content {
    padding: 20px 0;
}

.dpage_box .dpage_box_content p {
    line-height: 30px;
    color: #666;
}


/***** 单页 右侧 *****/


/* 内容页 */

.content_article {
    display: flex;
}

.article_L {
    border: 1px solid #f0f0f0;
    width: 62%;
    padding: 40px;
}

.article_L h1 {
    font-size: 24px;
    text-align: center;
    color: #000;
    padding: 0 5px 24px 5px;
}

.article_shortitle {
    display: flex;
    justify-content: center;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
}

.article_shortitle li {
    font-size: 16px;
    margin: 0 2px;
    color: #707070;
    font-weight: normal;
}

.article_content {
    padding: 2px 0;
}

.article_content p {
    font-size: 16px;
    line-height: 26px;
}

.article_content img {
    display: inline-block;
    /* max-width: 100%; */
    margin: 1px 0;
    width: auto;
}

.article_R {
    width: 30%;
    margin-left: auto;
}

.paging {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border-bottom: 1px solid #d9d9d9; */
    padding: 12px 0;
    font-size: 16px;
}

.prev,
.next {
    height: 28px;
}

.prev a,
.next a {
    color: #000;
}

.prev a:hover,
.next a:hover {
    color: #ee2d00;
}

.article_tj {
    border: 10px solid #f0f0f0;
    padding: 20px;
}

.article_tj span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.article_tj ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0;
}

.article_tj ul li a {
    display: block;
}

.article_tj ul li p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.article_tj ul li em {
    font-size: 15px;
    padding-top: 10px;
    display: block;
    font-style: normal;
    color: #333;
}


/* 案例 */

.dpage_box .dpage_boxR1 {
    border: 10px solid #f8f8f8;
}

.index_product_box_title {
    display: flex;
    padding: 0 30%;
}

.index_product_box_title a {
    width: 33.333%;
    margin-right: 2%;
    border: 1px solid #ccc;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: linear-gradient(to right, #777, #999);
    transition: all 0.5s ease 0s;
}

.index_product_box_title a:hover {
    background: linear-gradient(to right, #777, #999);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.index_product_box_title a:last-of-type {
    margin-right: 0;
}

.index_product_box ul {
    display: flex;
    flex-wrap: wrap;
}

.index_product_box ul li {
    border: 1px solid #ddd;
    width: 22.9%;
    margin-right: 30px;
    margin-top: 30px;
}

.index_product_box ul li:nth-of-type(4n) {
    margin-right: 0;
}

.index_product_box ul li:nth-of-type(4n) {
    margin-right: 0;
}

.index_product_box ul li a {
    display: block;
}

.index_product_box ul li a .index_product_box_pic {
    height: 21vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #ddd; */
}

.index_product_box ul li a .index_product_box_pic img {
    width: auto;
    height: 100%;
    transition: all 0.7s ease 0s;
}

.index_product_box ul li a p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(229, 229, 229);
    transition: all 0.7s ease 0s;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.index_product_box ul li a:hover .index_product_box_pic img {
    transform: scale(1.1);
    transition: all 0.7s ease 0s;
}

.index_product_box ul li a:hover p {
    background-color: #101524;
    color: #fff;
}


/* product */

.index_product_box1 {}

.index_product_box1 ul {
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-column-gap: 20px;
    padding: 0 15px;
}

.index_product_box1 ul li {
    border: 1px solid #ddd;
    margin-top: 15px;
    max-width: 276px;
    width: 100%;
}

.index_product_box1 ul li:nth-of-type(4n) {
    margin-right: 0;
}

.index_product_box1 ul li a {
    display: block;
}

.index_product_box1 ul li a .index_product_box_pic {
    height: 164px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #ddd; */
}

.index_product_box1 ul li a .index_product_box_pic img {
    width: auto;
    height: 90%;
    display: block;
    transition: all 0.7s ease 0s;
}

.index_product_box1 ul li a p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgb(229, 229, 229);
    transition: all 0.7s ease 0s;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.index_product_box1 ul li a:hover .index_product_box_pic img {
    transform: scale(1.1);
    transition: all 0.7s ease 0s;
}

.index_product_box1 ul li a:hover p {
    background-color: #101524;
    color: #fff;
}


/* 单页 */


/* page */

.content_ny {
    margin-top: 1px;
    background-color: #fff;
}

.content_ny h1 {
    font-size: 70px;
    color: rgba(250, 250, 250, 1);
    line-height: 1;
    text-align: center;
    font-family: Arial;
    margin-bottom: 0px;
    font-weight: bold;
}

.content_ny h2 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    text-align: center;
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
    padding-top: 20px;
}

.content_ny_box {
    margin-top: 20px;
    padding: 0 20px 20px 20px;
}

.content_ny_box p {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2;
    font-family: Microsoft YaHei;
}

.content_ny_box p img {
    display: block;
    width: 60%;
    margin: 5px auto;
}

.content_ny img {
    width: auto;
    display: inline-block;
}


/* 联系我们 */

.content_us {
    padding: 35px 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.content_us ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.content_us ul li {
    border: 1px solid #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    background: #f4f4f4;
    align-items: center;
}

.content_us ul li .content_us_img {
    width: 120px;
    margin-right: 20px;
}

.content_us ul li .content_us_img img {
    width: 100%;
    display: block;
}

.content_us_txt span {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.content_us_txt p:first-of-type {
    margin-bottom: 10px;
    margin-top: 10px;
}

.content_us ul li:hover .content_us_txt span {
    color: #f00;
    cursor: pointer;
}

.content_us ul li:hover .content_us_txt p {
    color: #f00;
    cursor: pointer;
}


/* 新闻频道页 */

.list_channel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 30px auto;
}

.list_channel_box {
    background-color: #fff;
    padding: 10px 10px 20px 10px;
}

.list_channel_box h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.list_channel_box h3 a {
    color: #666;
    float: right;
    font-weight: normal;
}

.list_channel_box h3 a:hover {
    color: #000;
}

.list_channel_box_txt a {
    display: block;
    margin-top: 18px;
}

.list_channel_box_txt a dl {
    display: flex;
}

.list_channel_box_txt a dl dt {
    width: 40%;
    height: 90px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 2px;
}

.list_channel_box_txt a dl dt img {
    height: 100%;
    display: block;
    width: auto;
    margin: 0 auto;
}

.list_channel_box_txt a dl dd {
    width: 60%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.list_channel_box_txt a dl dd h4 {
    font-weight: normal;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-bottom: 15px;
    font-size: 16px;
}

.list_channel_box_txt a:hover dl dd h4 {
    color: #101524;
}

.list_channel_box_txt a dl dd p {
    color: #555;
}


/* 新闻列表 */

.list_article {
    background-color: #fff;
}

.list_article a {
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 20px;
    transition: all 0.5s;
}

.list_article a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.list_article a dl {
    display: flex;
}

.list_article a dl dt {
    width: 20%;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    height: 143px;
}

.list_article a dl dt img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-out 0s;
}

.list_article a:hover dl dt img {
    transform: scale(1.1, 1.1);
}

.list_article a dl dd {
    width: 80%;
    padding: 10px 0;
}

.list_article a dl dd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
}

.list_article a dl dd h4 {
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out 0s;
    color: #333;
    font-weight: 600;
}

.list_article a dl dd em {
    font-style: normal;
    color: #666;
}

.list_article a dl dd p {
    font-weight: normal;
    line-height: 26px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-bottom: 15px;
    font-size: 16px;
}


/* 文章内容 */

.content_ny h3 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
}

.content_ny .ArticleMessage {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.content_ny .ArticleMessage span:first-child {
    margin-left: 0;
}

.content_ny .ArticleMessage span {
    color: #999;
    margin-left: 14px;
    font-size: 16px;
}

.content_ny .ArticleMessage span i {
    font-style: normal;
}


/* 产品列表 */

.dpage_boxL {
    background: #f8f8f8;
}

.dpage_boxL dl {
    padding-bottom: 10px;
}

.dpage_boxL dl:nth-of-type(2),
.dpage_boxL dl:nth-of-type(3),
.dpage_boxL dl:nth-of-type(4) {
    border-top: 1px dashed #ccc
}

.dpage_boxL dl dt a {
    color: #fff;
    line-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative;
    background-color: #1c2239;
}

.dpage_boxL dl dt a img {
    width: 15px;
    /* height: 15px; */
    right: 20px;
    position: absolute;
}

.dpage_boxL dl dd {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    line-height: 30px;
}

.dpage_boxL dl dd a {
    font-size: 15px;
    color: #666;
}

.dpage_boxL dl dd a:hover {
    color: #1c2239;
}


/* 分页 */

.pages {
    margin: 40px 0;
    text-align: center;
}

.pages a {
    padding: 2px 8px;
    border: 1px solid #999;
    margin: 0 5px;
    color: #101524;
}

.pages span {
    color: #fff;
    padding: 2px 8px;
}

.pages a:hover,
.pages span:hover {
    border: 1px solid #101524;
    color: #101524;
}

.pages .current {
    background-color: #101524;
    border: 1px solid #101524;
}

.pages .current:hover {
    color: #fff;
}


/* 推广选项卡 */

.list_pchannel {
    margin-top: 40px;
    padding-bottom: 40px;
}

.list_pchannel h2 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 40px;
}

.main_short {
    display: block;
    text-align: center;
    width: 100%;
    color: #ff6f0c;
    font-size: 28px;
    display: flex;
    justify-content: center;
}

.main_short .word {
    margin: 0 15px;
}

.main_short .line {
    height: 1px !important;
    background-color: #cecece;
    width: 200px !important;
    display: block;
    margin-top: 19px;
    justify-content: center;
}

.tg {
    padding: 40px 0;
}

.tg_product {
    margin-top: 30px;
}

.tg_tabs {
    margin-top: 40px;
}

.tg_tabs ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tg_tabs ul li {
    height: 50px;
    line-height: 50px;
    background-color: #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.tg_tabs ul li:last-of-type {
    margin-right: 0;
}

.tg_tabs ul li a {
    color: #000;
    display: block;
    letter-spacing: 1px;
    position: relative;
    font-weight: normal;
}

.tg_tabs ul li a.active {
    background-color: #1c2239;
    color: #fff;
}

.tg_tabs_box {
    margin-top: 30px;
    box-shadow: 0 0 10px #ccc;
}

.tg_tabs_box .tg_tabs_boxs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    background-color: #fff;
    padding: 20px;
}

.tg_tabs_box .tg_tabs_boxs a {
    position: relative;
}

.tg_tabs_box .tg_tabs_boxs a .tg_tabs_boxs_pic_img {
    overflow: hidden;
    height: 175px;
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
}

.tg_tabs_box .tg_tabs_boxs a .tg_tabs_boxs_pic_img img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 0.9s;
    max-width: 291px;
}

.tg_tabs_box .tg_tabs_boxs a:hover .tg_tabs_boxs_pic_img img {
    transform: scale(1.1);
}

.tg_tabs_box .tg_tabs_boxs a p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.7);
    bottom: 0;
    width: 100%;
    color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 案例 */

.case {
    margin-top: 40px;
    margin-bottom: 40px;
}

.case ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top: 30px;
}

.case ul li {
    border: 1px solid #ddd;
}

.case ul li {
    position: relative;
    cursor: pointer;
    height: 197px;
}

.case ul li img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.txt h3 {
    font-weight: normal;
}

.txt p {
    font-size: 14px;
    display: block;
    line-height: 20px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
}

.case h2 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 40px;
}