/* 
原创模板提供商，一站式建站 
主营业务：快速建站、快排、高权重域名、海外服务器、全网搜索引擎推广
模板建站：Www.pcwl888.cn
主机/服务器：Www.pcwl888.cn
域名抢注：Www.pcwl888.cn
QQ：573893556 
微信：pcwl888a（推荐添加微信）
*/


/* bread */

.bread {
    /* background-color: rgba(247, 247, 247, 1); */
    box-shadow: 3px 3px 12px rgb(0 0 0 / 15%);
    padding: 15px 0;
}

.bread_box {
    display: flex;
}

.bread_nav {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.bread_nav img {
    margin-right: 5px;
    width: 20px;
}

.bread_nav a {
    color: #555;
    font-size: 16px;
}

.bottom_nav {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.bottom_nav a {
    font-size: 16px;
    padding: 5px 25px;
    color: #020202;
}

.bottom_nav a:hover {
    background: #dab96b;
    color: #fff;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}


/* New_list */

.New_list {
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
}

.New_list .New_list_box {}

.New_list .New_list_box a {
    display: block;
}

.New_list .New_list_box a .New_list_pic {
    height: 225px;
    overflow: hidden;
}

.New_list .New_list_box a .New_list_pic img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.New_list .New_list_box a:hover .New_list_pic img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.New_list .New_list_box a .New_list_info {
    margin-top: 27px;
    display: flex;
    align-items: center;
}

.New_list .New_list_box a .New_list_info .New_list_time {
    width: 17%;
    display: inline-block;
    margin-right: 5%;
}

.New_list .New_list_box a .New_list_info .New_list_time h4 {
    background: #07225b;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.New_list .New_list_box a .New_list_info .New_list_time h5 {
    border: 1px solid #ccc;
    color: #999;
    padding: 27px 0;
    position: relative;
    font-weight: normal;
}

.New_list .New_list_box a .New_list_info .New_list_time h5 .bot-left {
    position: absolute;
    left: 9px;
    top: 2px;
    font-size: 16px;
}

.New_list .New_list_box a .New_list_info .New_list_time h5 .bot-right {
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 16px;
}

.New_list .New_list_box a .New_list_info .New_list_time h5 .bot-line {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 65%;
    height: 1px;
    background-color: #ccc;
    z-index: 1;
    transform: rotate(135deg);
}

.New_list .New_list_box a .New_list_info .New_list_txt {
    width: 78%;
}

.New_list .New_list_box a .New_list_info .New_list_txt h3 {
    font-size: 16px;
    font-weight: 700;
    color: #222d39;
    margin: 3px 0 10px;
}

.New_list .New_list_box a:hover .New_list_info .New_list_txt h3 {
    color: #07225b;
}

.New_list .New_list_box a .New_list_info .New_list_txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

.New_list .New_list_box a .New_list_info .New_list_txt span {
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}

.New_list .New_list_box a .New_list_info .New_list_txt span i {
    font-style: normal;
    font-weight: normal;
}


/* Article */

.Article {
    margin: 30px auto;
}

.Article h1 {
    padding: 0 10%;
    font-size: 26px;
    text-align: center;
}

.Article h2 {
    padding: 0 10%;
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.Article_box {
    padding-top: 20px;
}

.Article_box p {
    font-size: 16px;
    line-height: 32px;
}

.flip {
    margin-top: 30px;
}

.flip p {
    height: 30px;
    line-height: 30px;
}

.flip p a {
    color: #333;
}

.flip p a:hover {
    color: #07225b;
}


/* page */


/* left daohang */


/* 左导航 */

.page {
    display: grid;
    grid-template-columns: 17% 83%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page_L {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 20px 0;
    height: 350px;
}

.page_L h3 {
    font-size: 24px;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_L h3 img {
    margin-left: 25px;
    width: 20px;
    height: 20px;
}

.page_L ul {
    padding: 20px 15px;
}

.page_L ul li {
    height: 50px;
    margin-bottom: 10px;
}

.page_L ul li a {
    font-size: 16px;
    line-height: 40px;
    display: block;
    color: #222d39;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 30px;
}

.page_L ul li a img {
    width: 24px;
    margin-right: 5px;
}

.page_L ul li a.hover {
    background-color: rgb(238, 246, 255);
    border-radius: 30px;
}

.page_L ul li a:hover {
    background-color: rgb(238, 246, 255);
    border-radius: 30px;
}


/* 右图文 */

.page_R {
    padding-left: 45px;
}

.page_content {
    margin-top: 30px;
}

.page_content p {
    line-height: 0.28rem;
    font-size: 0.16rem;
}

.page_content p strong {
    font-size: 0.2rem;
}

.position {
    font-size: 16px;
    color: #222d39;
    letter-spacing: 1px;
}

.position a {
    color: #222d39;
    font-size: 16px;
}

.position a:hover {
    color: #07225b;
}


/* 单页图片 page_pic.html */

.page_pic ul {
    display: flex;
    flex-wrap: wrap;
}

.page_pic ul li {
    border: 1px solid #ccc;
    margin: 1%;
    overflow: hidden;
    width: 296px;
    height: 200px;
}

.page_pic ul li img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
}


/* page_case */

.page_case {
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
}

.page_case .New_list_box {}

.page_case .New_list_box a {
    display: block;
}

.page_case .New_list_box a .New_list_pic {
    height: 167px;
    overflow: hidden;
}

.page_case .New_list_box a .New_list_pic img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.page_case .New_list_box a:hover .New_list_pic img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.page_case .New_list_box a .New_list_info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.page_case .New_list_box a .New_list_info .New_list_time {
    width: 17%;
    display: inline-block;
    margin-right: 5%;
}

.page_case .New_list_box a .New_list_info .New_list_time h4 {
    background: #07225b;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.page_case .New_list_box a .New_list_info .New_list_time h5 {
    border: 1px solid #ccc;
    color: #999;
    padding: 27px 0;
    position: relative;
    font-weight: normal;
}

.page_case .New_list_box a .New_list_info .New_list_time h5 .bot-left {
    position: absolute;
    left: 9px;
    top: 2px;
    font-size: 16px;
}

.page_case .New_list_box a .New_list_info .New_list_time h5 .bot-right {
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 16px;
}

.page_case .New_list_box a .New_list_info .New_list_time h5 .bot-line {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 65%;
    height: 1px;
    background-color: #ccc;
    z-index: 1;
    transform: rotate(135deg);
}

.page_case .New_list_box a .New_list_info .New_list_txt {
    width: 78%;
}

.page_case .New_list_box a .New_list_info .New_list_txt h3 {
    font-size: 16px;
    height: 48px;
    font-weight: 700;
    color: #222d39;
    margin: 3px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: block;
}

.page_case .New_list_box a:hover .New_list_info .New_list_txt h3 {
    color: #07225b;
}

.page_case .New_list_box a .New_list_info .New_list_txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

.page_case .New_list_box a .New_list_info .New_list_txt span {
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}

.page_case .New_list_box a .New_list_info .New_list_txt span i {
    font-style: normal;
    font-weight: normal;
}


/*=============================================
=            list_pro            =
=============================================*/

.list_pro {
    display: grid;
    grid-template-columns: 205px 35px 960px;
}

.list_pro_L {
    margin: 20px 0;
}

.list_pro_L .list_pro_L_nav {
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 18px;
}

.list_pro_R .bread_nav {
    margin: 25px 0;
}

.list_pro_R .list_pro_R_nav {
    display: flex;
}

.list_pro_R .list_pro_R_nav a {
    margin: 0 35px 10px 0;
    font-size: 16px;
    color: #687294;
    cursor: pointer;
}

.list_pro_R_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
}

.list_pro_R_box .list_pro_R_box_pic1 {
    grid-area: 1 / 1 / 2 / 3;
    border: 1px solid #ccc;
    height: 183px;
}

.list_pro_R_box .list_pro_R_box_pic2 {
    border: 1px solid #ccc;
    height: 183px;
}

.list_pro_R_box .list_pro_R_box_pic2 .list_pro_R_box_pic2_img {
    overflow: hidden;
    height: 121px;
}

.list_pro_R_box .list_pro_R_box_pic2 .list_pro_R_box_pic2_img img {
    height: 100%;
    display: block;
    overflow: hidden;
}

.list_pro_R_box .list_pro_R_box_pic2 a p {
    font-size: 16px;
    color: #222d39;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 8px 10px 0;
    box-sizing: border-box;
}

.list_pro_R_box .list_pro_R_box_pic2 a span {
    font-size: 14px;
    color: #07225b;
    margin-left: auto;
    display: inline-block;
    float: right;
    padding-right: 8px;
}


/*=====  End of list_pro  ======*/


/*=============================================
=            Article pro            =
=============================================*/

.Article_content p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.Article_content p strong {
    font-size: 22px;
    color: #000;
    border-left: 4px solid #07225b;
    padding-left: 10px;
    margin: 20px 0;
    display: inline-block;
}

.Article_about {
    padding: 50px 0;
    border-bottom: 1px solid #999;
    position: relative;
}

.Article_about .hd {
    height: 30px;
}

.Article_about .hd span {
    display: flex;
    font-size: 24px;
    align-items: center;
    font-weight: 700;
}

.Article_about .hd span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.Article_about .hd ul {
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
}

.Article_about .hd ul li {
    cursor: pointer;
}

.Article_about .hd ul li a {
    color: #333;
    font-size: 18px;
    text-align: center;
    width: 120px;
    display: block;
    height: 32px;
    line-height: 32px;
}

.Article_about .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 120px;
}

.Article_about .bd {
    margin-top: 35px;
}

.Article_about_box2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.Article_about_box2 ul li {
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.Article_about_box2 ul li p {
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: linear-gradient( 180deg, rgba(34, 45, 57, 0), rgba(20, 27, 34, 0.54) 40%, #000);
    opacity: 0.54;
    text-align: center;
}

.Article_about_box3 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.Article_about_box3 ul li {
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.Article_about_box3 ul li p {
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: linear-gradient( 180deg, rgba(34, 45, 57, 0), rgba(20, 27, 34, 0.54) 40%, #000);
    opacity: 0.54;
    text-align: center;
}


/*=====  End of Article pro  ======*/


/*=============================================
=            Article pro_L            =
=============================================*/

.list_pro_L {
    height: auto;
    padding-top: 20px;
    border-radius: 20px;
}

.list_pro_L h2 {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}

.list_pro_L h2 i {
    width: 15px;
    height: 10px;
    font-style: normal;
    color: #222d39;
    display: inline-block;
}

.list_pro_L_nav {
    /* width: 268px; */
    margin: 0 auto;
}

.menu_head {
    margin-bottom: 15px;
    height: 47px;
    line-height: 47px;
    padding-left: 38px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    position: relative;
    margin: 0px;
    font-weight: unset;
    background: url(../images/pro_left.png) center right no-repeat;
}

.list_pro_L_nav .current {
    background: rgb(238, 246, 255) url(../images/pro_down.png) center right no-repeat;
    margin-bottom: 15px;
    border-radius: 23.5px;
}

.list_pro_L_nav .current:active {
    color: #07225b;
}

.menu_body {
    line-height: 42px;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
}

.menu_head_two {
    height: 38px;
    line-height: 38px;
    padding-left: 38px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.menu_head_two a {
    cursor: pointer;
    color: #687294;
}

.menu_head_two a:hover {
    color: #07225b;
}

.menu_head_two a:focus {
    background-color: #e0e0e0;
    /* 背景颜色变化 */
    color: #222;
    /* 文字颜色变化 */
}

.menu_body .menu_head_two:hover .menu_head_three {
    display: block;
    margin-left: 100px;
}

.menu_body .menu_head_two .menu_head_three {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 150px;
    left: 70px;
    margin-top: -35px;
    z-index: 1;
    border-radius: 5px;
    padding: 10px 8px;
    box-sizing: border-box;
    color: #333;
}

.menu_body .menu_head_two .menu_head_three a {
    display: block;
    width: 100%;
}

.menu_body .menu_head_two .menu_head_three a:hover {
    color: #07225b;
}


/*=====  End of Article pro_L  ======*/


/*=============================================
=            banner_ny            =
=============================================*/

.banner_ny {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner_ny img {
    display: block;
    height: 300px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    width: 1920px;
}


/*=====  End of banner_ny  ======*/

#hover {
    color: #07225b;
    font-weight: 700;
    background-color: rgb(238, 246, 255);
    border-radius: 30px;
}