body {
    margin: 0px;
    font-size: 10px;
    padding: 0px;
    background: #fff;
    color: #333;
    overflow-x: hidden;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
input,
dl,
dd,
form {
    /* [disabled]margin:0px; */
    padding: 0px;
    list-style-type: none;
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
    display: block;
}

b {
    font-weight: normal;
}

a:hover {
    color: #006eff;
}

p {
    line-height: 30px;
    font-size: 14px;
}

img {
    border: 0;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.fr {
    float: left;
}

/*index*/
.top {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.14);
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.top .top_left {
    float: left;
    padding: 10px 2.5%;
}

.top .top_left img {
    height: 40px;
}

.top .top_right {
    float: right;
    padding: 20px 2.5%;
}

.top .top_right img {
    width: 26px;
    height: 20px;
    margin-top: 1px;
}

.top_nav {
    display: none;
}



.top_navh {
    display: block;
}

.top_nav {
    background-color: #326aa3;
    padding-bottom: 300px;
    z-index: 888;
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    height: 100vh;
}

.top_nav li {
    border-bottom: 1px solid #1f5892;
}

.top_nav li a {
    font-size: 1rem;
    line-height: 3.6rem;
    padding-left: 5%;
    background-color: #326aa3;
    color: #f5f5f5;
}

.heig {
    height: 64px;
}

/*banner*/
.banner_bs img {
    width: 100%;
    display: block;
}

/*project products*/
.project_boxs {
    padding-bottom: 1rem;
}

.project_boxs h3 {
    font-size: 1.4rem;
    padding: 30px 2.5%;
    color: #333;
}

.project_boxs h3 span {
    font-size: 0.6rem;
    color: #999;
    margin-left: 1%;
}

.project_boxs .project_lists {
    overflow: hidden;
}

.project_boxs .project_lists li {
    float: left;
    width: 95%;
    margin: 0px 2.5% 10px 2.5%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.14);
}

.project_boxs .project_lists li a {
    display: block;
}

.project_boxs .project_lists li a img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
}

.project_boxs .project_lists li a .pro_lt {
    text-indent: 1rem;
    line-height: 3rem;
    font-size: 1rem;
    height: 3rem;
    overflow: hidden;
}

.project_boxs .ckgd_but {
    margin: 20px 0;
}

.project_boxs .ckgd_but a {
    width: 95%;
    background-color: #eb6100;
    margin: 0 auto;
    border-radius: 6px;
    color: #fff;
    line-height: 3.6rem;
    text-align: center;
    font-size: 1rem;
    display: block;
}

.project_boxs .ckgd_but a .ckgd_butt {
    margin: 0 0 0 10px;
}

.project_boxs .ckgd_but a .ckgd_butt img {
    width: 8px;
    height: 14px;
    position: absolute;
    top: 22px;
    right: 58px;
    display: block;
}

/*员工风采*/
.prdject_boxs .project_listsa li {
    background: none;
    box-shadow: none;
}

.prdject_boxs .project_listsa li img {
    display: block;
    width: 100%;
}

/*公司福利*/
.project_boxs .project_listsav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project_boxs .project_listsav li {
    width: 45%;
    float: none;
}

/*服务领域*/
.project_boxs .project_listsg {}

.project_boxs .project_listsg li {
    padding: 10px 2.5%;
    box-sizing: border-box;
}

.project_boxs .project_listsg li h3 {
    font-size: 1.4rem;
    color: #333;
    padding: 0;
}

.project_boxs .project_listsg li img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
}

.project_boxs .project_listsg li p {
    line-height: 2rem;
    font-size: 1rem;
    overflow: hidden;
    text-indent: 0;
}

.project_boxs .project_listsg li .titl_01 {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #222;
}

.project_boxs .project_listsg li .titl_02 {
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #666;
}

.project_boxs .project_listsg li .titl_03 {
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
}

/*about us*/
.about_boxs {
    background-color: #326aa3;
}

.about_boxs h3 {
    color: #fff;
}

.about_boxs h3 span {
    color: #f5f5f5;
}

.about_boxs .textcon p {
    color: #fff;
    width: 95%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2.4rem;
    text-indent: 2rem;
}

.about_boxs .ckgd_bt {
    margin: 30px 0 60px 0;
}

.about_boxs .ckgd_bt a {
    width: 95%;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 3.6rem;
    text-align: center;
    font-size: 1rem;
    display: block;
}

/*News center*/
.news_boxs {
    background-color: #fff;
    padding-bottom: 1rem;
}

.news_boxs h3 {
    font-size: 1.4rem;
    padding: 30px 2.5% 20px 2.5%;
    color: #333;
}

.news_boxs h3 span {
    font-size: 1rem;
    color: #999;
    margin-left: 3%;
}

.news_boxs .news_lists {}

.news_boxs .news_lists li {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.news_boxs .news_lists li .news_tr {
    margin-bottom: 10px;
}

.news_boxs .news_lists li .news_tr img {
    width: 100%;
    border-radius: 6px;
    display: block;
    display: block;
}

.news_boxs .news_lists li .news_title a {
    color: #333;
    line-height: 2.4rem;
    font-size: 1.2rem;
}

.news_boxs .news_lists li .news_time {
    color: #888888;
    line-height: 2rem;
    font-size: 1rem;
}

.news_boxs .news_lists li .news_text {
    color: #999999;
    font-size: 1rem;
    line-height: 2rem;
}

.news_boxs .ckgd_but {
    margin-bottom: 30px;
}

.news_boxs .ckgd_but a {
    width: 95%;
    background-color: #eb6100;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 6px;
    color: #fff;
    line-height: 3.6rem;
    text-align: center;
    font-size: 1rem;
    display: block;
}

/*Service area*/
.servicec_boxs {
    background-color: #f5f5f5;
    padding-bottom: 10px;
}

.servicec_box h3 {
    font-size: 1.4rem;
    padding: 30px 2.5% 20px 2.5%;
    color: #333;
}

.servicec_box h3 span {
    font-size: 1rem;
    color: #999;
    margin-left: 3%;
}

.servicec_box .servicec_list_box .servicec_list {
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 210px;
}

.servicec_list .servicec_list1 {
    border-radius: 6px;
    padding: 40px 0;
    text-align: center;
}

.color01 {
    background-color: rgba(0, 122, 255, 1);
}

.color02 {
    background-color: rgba(250, 76, 14, 1);
}

.color03 {
    background-color: rgba(0, 180, 170, 1);
}

.color04 {
    background-color: rgba(255, 82, 82, 1);
}

.color05 {
    background-color: rgba(255, 152, 0, 1);
}

.servicec_list1.service_tot img {
    margin: 40px 0 10px 0;
}

.servicec_list .servicec_list1 .service_tt {
    font-size: 1rem;
    color: #fff;
}

.servicec_list .servicec_list1 .service_tx {
    font-size: 0.8rem;
    color: #fff;
    opacity: 0.8;
}

/*Service area*/
.contact_boxs {
    background-color: #fff;
    padding-bottom: 10px;
}

.contact_boxs .contact_box h3 {
    font-size: 1.4rem;
    padding: 30px 2.5% 20px 2.5%;
    color: #333;
}

.contact_boxs .contact_box h3 span {
    font-size: 0.8rem;
    color: #999;
    margin-left: 1%;
}

.contact_boxs .contact_box .contact_titl {
    color: #666;
    line-height: 2.8rem;
    font-size: 1.2rem;
    margin: 0 2.5%;
}

.contact_boxs .contact_box .icon_box {
    overflow: hidden;
}

.contact_boxs .contact_box .icon_box li {
    float: left;
    margin: 10px 4px 10px 2.5%;
}

.contact_boxs .contact_box .icon_box li img {
    width: 32px;
    height: 32px;
    opacity: 0.4;
}

.contact_boxs .contact_box .contact_tli {
    margin: 10px 2.5% 0 2.5%;
}

.contact_boxs .contact_box .contact_tli li {
    color: #888888;
    line-height: 2rem;
    font-size: 1rem;
}

/*Foot*/
.foot {
    text-align: center;
    padding: 10px 18px;
    color: #9e9e9e;
    line-height: 1.6rem;
    font-size: 0.8rem;
    background-color: #f0f0f0;
}

.foot>a {
    color: #9e9e9e;
}

/*栏目页project products*/
.menu_box {}

.menu_box img {
    width: 100%;
    display: block;
}

.nume_box {
    overflow: hidden;
    padding: 0 2.5%;
    background-color: #fff;
}

.nume_left {
    float: left;
    font-size: 1.4rem;
    color: #333;
    line-height: 3.6rem;
}

.nume_right {
    float: right;
    padding: 24px 0;
}

.nume_right img {
    width: 14px;
    height: 8px;
    display: block;
}

.nume_box_nav {
    background-color: #fff;
    padding-bottom: 300px;
    z-index: 777;
    position: fixed;
    left: 0;
    top: 121px;
    width: 100%;
    display: none;
    height: 100vh;
}

.nume_box_nav li {
    border-bottom: #f0f0f0 1px solid;
}

.nume_box_nav li a {
    font-size: 1rem;
    line-height: 3.6rem;
    padding-left: 5%;
    color: #5c5c5c;
    background: rgba(249, 249, 249, 0.9);
}

.nume_box_nav .dq_bg {
    color: #5c5c5c;
    background: #dedede;
}

.project_boxslm {
    background-color: #fff;
    padding-bottom: 20px;
}

.project_boxslm .projectm_lists {}

.project_boxslm .projectm_lists li {
    margin: 0px 2.5% 20px 2.5%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.14);
}

.project_boxslm .projectm_lists li a {
    display: block;
}

.project_boxslm .projectm_lists li a img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
}

.project_boxslm .projectm_lists li a .pro_lt {
    line-height: 2rem;
    font-size: 1rem;
    padding: 1rem;
}

.project_boxslm .projectm_lists .ckgd_but {
    margin: 30px 0 30px 0;
}

.project_boxslm .projectm_lists .ckgd_but a {
    width: 95%;
    background-color: #eb6100;
    margin: 0 auto;
    border-radius: 6px;
    color: #fff;
    line-height: 3.6rem;
    text-align: center;
    font-size: 1rem;
    display: block;
}

.project_boxslm .projectm_lists .ckgd_but a .ckgd_butt {
    margin: 0 0 0 10px;
}

.project_boxslm .projectm_lists .ckgd_but a .ckgd_butt img {
    width: 8px;
    height: 14px;
    position: absolute;
    top: 22px;
    right: 58px;
    display: block;
}

/*project products项目产品内容页*/
.projectn_boxs {
    background-color: #f5f5f5;
    padding: 0 0 2rem 0;
}

.projectn_boxs .projectn_box {
    margin: 10px 2.5%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.projectn_boxs .projectn_box .project_tt {}

.projectn_boxs .projectn_box .project_tt img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
}

.projectn_boxs .projectn_box .project_cc {}

.projectn_boxs .projectn_box .project_cc h3 {
    line-height: 2.4rem;
    font-size: 1.2rem;
    margin: 10px 0 0 0px;
}

.projectn_box .project_cc .project_tc {
    color: #999999;
    font-size: 1rem;
    line-height: 2rem;
}

.projectn_boxs .projectn_box .projectn_boxn {}

.projectn_boxs .projectn_box .projectn_boxn .about_ztitle {
    font-size: 1.2rem;
    padding: 0.8rem 0;
}

.projectn_boxs .projectn_box .projectn_boxn .about_ztitle .shula {
    width: 2px;
    height: 1.2rem;
    background-color: #006eff;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 0.5rem;
}

.projectn_boxs .projectn_box .projectn_boxn .about_con p {
    color: #333;
    width: 95%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2.4rem;
}

.projectn_boxs .projectn_box .projectn_boxn .about_con p img {
    width: 100%;
    height: auto;
}

/*页码*/
.pages {
    display: flex;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}

.current {
    width: 36px;
    margin: 0 auto;
}

.current a {
    background-color: #006eff;
    color: #fff;
    display: inline-block;
    border: 1px solid #006eff;
}

.pages p a {
    padding: 10px 16px;
    font-size: 1rem;
    border: 1px solid #ccc;
}

.pages p {
    line-height: normal;
}

.xian {
    height: 1px;
    background-color: #e5e5e5;
    margin: 0.4rem 0 0.8rem 0;
}

/*新闻栏目页News center*/
.news_boxs .news_lists .news_list01 {
    margin-top: 0;
}

/*新闻内容页News center*/
.newsn_boxs {
    background-color: #f5f5f5;
    padding: 0 0 2rem 0;
}

.newsn_boxs .newsn_box .newsn_ztitle {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin: 10px 0 0 0px;
}

.newsn_boxs .newsn_box .newsn_ztitle .shula {
    width: 2px;
    height: 1.2rem;
    background-color: #006eff;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 0.5rem;
}

.newsn_boxs .newsn_box {
    margin: 10px 2.5%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.newsn_boxs .newsn_box .newsn_tc {
    color: #999999;
    font-size: 1rem;
    line-height: 2rem;
}

.newsn_boxs .newsn_box .newsn_tc span {
    margin-left: 1rem;
}

.newsn_boxs .newsn_box .newsn_con p {
    color: #333;
    width: 95%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2.4rem;
}

.newsn_boxs .newsn_box .newsn_con p img {
    width: 100%;
    height: auto;
}

.newsn_boxs .newsn_box .syt a {
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
    margin: 0 2.5%;
}

.newsn_boxs .newsn_box .syt span {
    color: #666;
}

/*关于我们ABOUT US栏目页*/
.aboutn_boxs {
    background-color: #fff;
    padding: 0 0 2rem 0;
}

.aboutn_boxs .aboutn_box {
    margin: 10px 2.5%;
    background-color: #fff;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.aboutn_boxs .aboutn_box .aboutn_ytitle {
    font-size: 1.2rem;
    color: #999;
}

.aboutn_boxs .aboutn_box .aboutn_ztitle {
    font-size: 1.4rem;
    color: #333;
    line-height: 3.6rem;
}

.aboutn_boxs .aboutn_box .aboutn_con {}

.aboutn_boxs .aboutn_box .aboutn_con .tut img {
    width: 100%;
    border-radius: 6px;
}

.aboutn_boxs .aboutn_box .aboutn_con p {
    color: #333;
    width: 95%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2.4rem;
}

.aboutn_boxs .aboutn_box .aboutn_con p img {
    width: 100%;
    height: auto;
}

/*联系我们contact us内容页*/
.contactsn_boxs {
    background-color: #fff;
    padding: 0 0 2rem 0;
}

.contactsn_boxs .contactsn_box {
    margin: 10px 2.5%;
    background-color: #fff;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.contactsn_boxs .contactsn_box .contactsn_ztitle {
    font-size: 1.4rem;
    color: #333;
    line-height: 3.6rem;
}

.contactsn_boxs .contactsn_box .contactsn_con {}

.contactsn_boxs .contactsn_box .contactsn_con .small_box {
    margin-bottom: 2rem;
}

.contactsn_boxs .contactsn_box .contactsn_con .small_box h3 {
    color: #333;
    line-height: 2.4rem;
    font-size: 1.2rem;
}

.contactsn_boxs .contactsn_box .contactsn_con .small_box .fu_t {
    color: #888888;
    line-height: 2rem;
    font-size: 1rem;
}

.contactsn_boxs .contactsn_box .contactsn_con .small_box .text_p {
    color: #999999;
    font-size: 1rem;
    line-height: 2rem;
}

/*服务领域Service area内容页*/
.servicen_boxs {
    background-color: #fff;
    padding: 0 0 2rem 0;
}

.servicen_boxs .servicen_box {
    margin: 10px 2.5%;
    background-color: #fff;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.servicen_boxs .servicen_box .servicen_ztitle {
    font-size: 1.4rem;
    color: #333;
    line-height: 3.6rem;
}

.s1 {
    margin-bottom: 1rem;
}

.servicec_list1 {
    position: static;
    height: auto;
}

.sub {
    padding-left: 30px;
}

.sub li {
    border: unset;
}