/* 
原创模板提供商，一站式建站 
主营业务：快速建站、快排、高权重域名、海外服务器、全网搜索引擎推广
模板建站：Www.pcwl888.cn
主机/服务器：Www.pcwl888.cn
域名抢注：Www.pcwl888.cn
QQ：573893556 
微信：pcwl888a（推荐添加微信）
*/


/*----------  public css  ----------*/

.main {
    margin: 60px auto;
}

.ny_title {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
}

.ny_title span {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #5ea0ff, #1b56ab);
    border-top: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 0 3px 6px #4f87de;
    max-width: 260px;
    background-image: linear-gradient(90deg, #5ea0ff, #1b56ab);
    margin-left: 30px;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* ------------banner_ny------------- */

.banner_ny {
    position: relative;
}

.ny_txt {
    position: absolute;
    font-size: 0.36rem;
    top: 0;
    width: 10rem;
    left: 50%;
    margin-left: -5rem;
    top: 50%;
}

.ny_txt h3 {
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
}

.ny_txt .line {
    border-bottom: 3px solid #fff;
    width: 0.8rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    border-radius: 0.1rem;
}

.ny_txt p {
    font-size: 0.2rem;
    text-align: center;
    color: #fff;
    margin-top: 0.1rem;
}


/*----------  内页header  ----------*/

.header {
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
    background: rgba(255, 255, 255);
    transition: all 0.3s ease;
    position: fixed;
    width: 100%;
    border-radius: 0 !important;
    transition: all 1s;
    display: flex;
    border-radius: 15px;
    height: 90px;
    align-items: center;
    padding: 0 6%;
    box-sizing: border-box;
    z-index: 999;
}

.header h1 {
    width: 20%;
}

.header .navbar {
    margin-left: auto;
    padding-right: 50px;
}

.header .navbar a {
    display: inline-flex;
    align-items: center;
    margin: 0 20px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    height: 90px;
}

.header .navtel {
    display: flex;
    border-left: 2px solid #aaa;
    padding-left: 30px;
    align-items: center;
}

.header .navtel img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.header .navtel p {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 1700px) {
    .header .navbar {
        padding-right: 30px;
    }
    .header .navbar a {
        margin: 0 15px;
        font-size: 16px;
    }
}

.header .navbar a:hover {
    color: #005ac8;
}

.header .navbar a::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 0; */
    width: 0;
    height: 2px;
    border-bottom: 3px solid #005ac8;
    /* background-color: #007bff; */
    transition: width 0.3s ease, left 0.3s ease;
    /* transform: translateX(-50%); */
}

.header .navbar a.hovered::after {
    width: 76px;
}


/*----------  bread  ----------*/

.bread {
    background-color: rgba(247, 247, 247, 1);
    box-shadow: 3px 3px 12px rgb(0 0 0 / 15%);
    padding: 0.2rem 0;
}

.bread_box {
    display: flex;
}

.bread_nav {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.bread_nav img {
    margin-right: 5px;
    width: 20px;
}

.bread_nav a {
    color: #555;
    font-size: 14px;
}

.bottom_nav {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.bottom_nav a {
    font-size: 16px;
    padding: 12px 25px;
    color: #020202;
}

.bottom_nav a:hover {
    background: #0263b2;
    color: #fff;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}


/*----------  about  ----------*/

.about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    align-items: center;
    padding-bottom: 60px;
}

.about .about_L h2 {
    font-size: 28px;
    color: #222;
}

.about .about_L .line {
    border-bottom: 5px solid #005ac8;
    width: 50px;
    margin: 20px 0;
}

.about .about_L p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    justify-content: center;
}

.about_L_txt .about_L_txt_box {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.about_L_txt .about_L_txt_box img {
    width: 42px;
    height: 42px;
}

.about_L_txt .about_L_txt_box .about_L_txt_box_ny {
    margin-left: 15px;
}

.about_L_txt .about_L_txt_box .about_L_txt_box_ny p:first-of-type {
    font-size: 18px;
    font-weight: 600;
    color: #005ac8;
    line-height: 1.6;
}

.about_L_txt .about_L_txt_box .about_L_txt_box_ny p:last-of-type {
    line-height: 1.6;
}


/*----------  team  ----------*/

.team {
    /* background-color: #f5f5f5; */
    padding: 60px 0 0 0;
}

.team ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin-top: 30px;
}

.team ul li .team_pic {
    position: relative;
    display: inline-block;
}

.team ul li .team_pic p {
    position: absolute;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 90, 200);
    font-size: 20px;
    letter-spacing: 1px;
}

.team ul li .team_txt {
    /* position: absolute; */
    font-size: 16px;
    line-height: 1.8;
    border: 1px solid #e4e4e4;
    border-top: 0;
    position: relative;
    margin-top: -5px;
    padding: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1600px) {
    .team ul li .team_txt {
        font-size: 16px;
        line-height: 1.8;
        height: 117px;
    }
}


/* .team ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
} */


/*----------  culture  ----------*/

.culture {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.culture .culture_box {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 40px;
}

.culture_box .culture_box_L {
    display: flex;
    padding-left: 30px;
    margin-top: 30px;
}

.culture_box .culture_box_L .culture_box_L_left {
    border-left: 3px solid #333;
    margin-top: 5px;
    height: 355px;
}

.culture_box .culture_box_L .culture_box_L_left span {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    /* border: 1px solid #f00; */
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    position: relative;
    left: -9.5px;
    background-color: #005ac8;
}

.culture_box .culture_box_L .culture_box_L_left span:last-of-type {
    margin-bottom: 0;
}

.culture_box .culture_box_L .culture_box_L_right dl {
    margin-bottom: 40px;
}

.culture_box .culture_box_L .culture_box_L_right dl dt {
    font-size: 20px;
    color: #005ac8;
    font-weight: 600;
}

.culture_box .culture_box_L .culture_box_L_right dl:last-of-type {
    margin-bottom: 0;
}

.culture_box .culture_box_R {
    height: 478px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.culture_box .culture_box_R .culture_culture_box_L {
    width: 70%;
    overflow: hidden;
}

.culture_box .culture_box_R .culture_culture_box_L img {
    width: auto;
    height: 478px;
    display: block;
}

.culture_box .culture_box_R .culture_culture_box_R {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    /* width: 100%; */
    display: block;
    left: 50%;
    padding: 5%;
}

.culture_box .culture_box_R .culture_culture_box_R strong {
    text-align: center;
    display: block;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    letter-spacing: 3px;
}

.culture_box .culture_box_R .culture_culture_box_R .culture_culture_box_R_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 30px;
}

.culture_box .culture_box_R .culture_culture_box_R .culture_culture_box_R_content dl dt {
    background-color: #005ac8;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.culture_box .culture_box_R .culture_culture_box_R .culture_culture_box_R_content dl dd {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}


/*----------  new  ----------*/

.content_list {
    margin-top: 45px;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
}

.content_list dl {
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 0 15px #e4e4e4;
    margin-bottom: 20px;
}

.content_list dl a {
    display: flex;
}

.content_list dl a dt {
    width: 30%;
    max-width: 389px;
    overflow: hidden;
    height: 222px;
    border: 1px solid #f2f2f2;
}

.content_list dl a dt img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 1s;
}

.content_list dl a:hover dt img {
    transform: scale(1.1);
    transition: all 1s;
}

.content_list dl a dd {
    width: 70%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_list dl a dd h3 {
    font-size: 22px;
    color: #222;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 1s;
}

.content_list dl a:hover dd h3 {
    color: #0263b2;
    transform: translateX(15px);
    transition: all 1s;
}

.content_list dl a dd p {
    line-height: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-bottom: 10px;
    font-size: 15px;
    text-indent: -2em;
}

.content_list dl a dd em {
    font-style: normal;
    color: #666;
}

.content_list dl a:hover dd em {
    color: #0263b2;
}

.concat {}

.concat .pcwl_content {
    background-color: rgba(242, 244, 245, 1);
    display: grid;
    grid-template-columns: 60% 40%;
    margin: 50px auto;
}

.concat .concat_L {
    padding: 30px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.concat .concat_L h2 {
    font-weight: bold;
    font-family: Impact;
    font-size: 48px;
    color: rgba(32, 32, 32, 1);
    height: 48px;
    line-height: 48px;
}

.concat_L_txt {
    display: flex;
}

.concat_L_txt_box1 {
    width: 100%;
    margin-top: 18px;
}

.concat_L_txt_box1 span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.concat_L_txt_box1 dl {
    display: flex;
    align-items: center;
    height: 48px;
    margin-top: 39px;
}

.concat_L_txt_box1 dl dt {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.concat_L_txt_box1 dl dd p {
    line-height: 1.5;
    font-weight: 600;
    font-size: 18px;
}

.concat_L_txt_box1 dl dd p:first-of-type {
    font-size: 14px;
    font-weight: normal;
}

.concat_L_txt_box2 {
    display: flex;
    /* flex-direction: column; */
    margin-top: 20px;
}

.concat_L_txt_box2_wx {
    margin-left: 40px;
}

.concat_L_txt_box2_wx img {
    width: 150px;
}

.concat_L_txt_box2_wx p {
    font-size: 14px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.concat .pcwl_content .concat_R {}

.concat .pcwl_content .concat_R img {
    display: block;
    width: 100%;
    height: 100%;
}


/*----------  article  ----------*/

.content_article {
    display: flex;
    margin: 70px auto;
}

.article_L {
    border: 1px solid #f0f0f0;
    width: 66%;
    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: 28px;
}

.article_content img {
    display: inline-block;
    /* max-width: 100%; */
    margin: 1px 0;
    width: auto;
}

.article_c {
    width: 4%;
}

.article_R {
    width: 30%;
}

.prev {
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
    margin-top: 25px;
}

.next {
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
}

.prevtitle {
    display: block;
    padding: 15px;
}

.prevtitle_i {
    font-size: 18px;
}

.prevtitle a {
    margin: 15px 0;
    font-size: 16px;
    color: #707070;
    display: block;
    background: #f0f0f0;
    padding: 10px;
    line-height: 26px;
    transition: all 1s;
}

.prevtitle a:hover {
    color: #fff;
    background-color: #0263b2;
    transition: all 1s;
}

.article_tj {
    border: 10px solid #f0f0f0;
    padding: 20px;
}

.article_tj span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 12px;
}

.article_tj ul li {
    border-bottom: 1px #ddd dashed;
}

.article_tj ul li a {
    display: block;
    padding: 10px 10px 15px 10px;
}

.article_tj ul li a:hover {
    background-color: #fafafa;
}

.article_tj ul li p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
    transition: all 1s;
    text-overflow: ellipsis;
}

.article_tj ul li a:hover p:first-of-type {
    transform: translateX(15px);
    transition: all 1s;
    color: #0263b2;
}

.article_tj ul li p:last-of-type {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: rgba(151, 151, 151, 1);
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    text-overflow: ellipsis;
    text-indent: -2em;
}

.article_tj ul li em {
    font-size: 15px;
    display: block;
    font-style: normal;
    color: #333;
}


/*----------  list_new  ----------*/

.content_list {
    margin-top: 45px;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
}

.content_list dl {
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 0 15px #e4e4e4;
    margin-bottom: 20px;
}

.content_list dl a {
    display: flex;
}

.content_list dl a dt {
    width: 30%;
    max-width: 389px;
    overflow: hidden;
    height: 222px;
    border: 1px solid #f2f2f2;
}

.content_list dl a dt img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 1s;
}

.content_list dl a:hover dt img {
    transform: scale(1.1);
    transition: all 1s;
}

.content_list dl a dd {
    width: 70%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_list dl a dd h3 {
    font-size: 22px;
    color: #222;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 1s;
}

.content_list dl a:hover dd h3 {
    color: #0263b2;
    transform: translateX(15px);
    transition: all 1s;
}

.content_list dl a dd p {
    line-height: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-bottom: 10px;
    font-size: 15px;
    text-indent: -2em;
}

.content_list dl a dd em {
    font-style: normal;
    color: #666;
}

.content_list dl a:hover dd em {
    color: #0263b2;
}


/*----------  list_img  ----------*/

.productList {
    padding-top: 60px;
}

.productList ul {
    display: flex;
    flex-wrap: wrap;
}

.productList ul li {
    width: 31.3333%;
    border: 1px solid rgba(229, 229, 229, 1);
    margin-right: 2.8%;
    padding: 30px;
    margin-bottom: 20px;
}

.productList ul li:nth-of-type(3n) {
    margin-right: 0;
}

.productList ul li a {
    display: block;
    overflow: hidden;
}

.productList ul li a .productList_img {
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
}

.productList ul li a .productList_img img {
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    margin: auto;
}

.productList ul li a h2 {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.productList ul li a p {
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productList ul li a i {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(229, 229, 229, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    color: rgba(74, 76, 82, 1);
    font-size: 18px;
    padding: 12px 0;
    text-align: center;
    display: block;
    font-style: normal;
    transition: all 0.9s ease;
}

.productList ul li:hover a img {
    transform: scale(1.1);
    transition: all 0.9s ease;
}

.productList ul li a:hover i {
    background-color: #0263b2;
    color: #fff;
}