/* 中等屏幕（桌面显示器，大于等于 992px） */
/* @media (min-width:768px) {  */
* {
    padding: 0;
    margin: 0;
}

.nav_menu {
    /* height: 66px; */
    /* position: relative; */
}

.bar {
    display: none;
    /* height: 100px; */
    /* background-color: pink; */
}

.flod {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    font-size: 1rem;
    padding: 10px 20px;
}

.nav-link,
.navbar-brand {
    color: #fff !important;
}

.footmenu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 40px;
}

.footmenu .nav-link,
.footmenu .webname {
    cursor: pointer;
    color: #fff !important;
}

.footmenu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #129979;
    width: 100%;
    min-height: 40px;
    color: #fff;
    margin: 0;
}

.footmenu ul li:nth-child(1) strong {
    display: none;
}

.footmenu ul li strong {
    margin: 0 5px;
}

.footmenu ul li,
.footmenu ul li a {
    display: flex;
    /* height: 100%; */
    align-items: center;
    color: #fff;
    text-decoration: none;
}

/* .footmenu ul li :hover{
        background-color: #28a745;
    } */
.power {
    min-height: 227px;
    box-sizing: border-box;
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    background-color: rgba(23, 153, 121, 0.2);

}

.power .row>div {
    margin-top: 7px;
}

.power div {
    text-align: center;
}

.power div,
.power div a {
    font-size: 0.9rem;
    color: #454545;
}

.power .line {
    width: 90%;
    margin: 5px auto;
    border: 1px dashed #9a9a9a;

}

.only_phone {
    display: none;
}

.only_pc {
    display: block;
}

.nav_menu {
    display: flex;
    justify-content: center;
    background-color: #129979;
    height: 66px;
    /*  align-items: center; */
    /* height: 66px; */
    /* max-width: 100%; */
    /* color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 999; */
}

.nav_ctet .webname {
    font-size: 20px;
    font-weight: bold;
}

.nav_ctet {
    width: 1200px;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
    padding-left: 15px;
}

.top {
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.subnav {
    color: #666666;
}

.top_row2 {
    color: #74767C;
}

.top>div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
}

.top>div:nth-child(2) {
    padding-left: 10px
}

.top_row2 {
    margin-top: 15px;
    padding-left: 15px;
}

.top>div:nth-child(3) {
    justify-self: flex-end;
}

.pc_logo {
    margin-right: 10px;
    width: 135px;
    height: 65px;
    display: flex;
    align-items: center;
}

.pc_logo img {
    /* width:135px !important; */
    height: 100% !important;
    ;
    width: 100% !important;
    object-fit: cover;
}

.serh {
    position: relative;
    margin-bottom: 7px;
}

.serh input {
    max-width: 365px;
    height: 37px;
    border: 1px solid #129979;
    border-radius: 7px;
    display: flex;
    align-items: center;
    z-index: 999;
    /* height: 37px; */
    /* border: 0px solid #fff; */
    padding-left: 7px;
    padding-right: 100px;
    box-sizing: border-box;

}

.hotserh a {
    font-size: 14px !important;
    padding: 0 7px;
}

.hotserh a:hover {
    color: #129979 !important;
}

.hotserh a,
.hotserh span {
    font-size: 14px !important;
    color: #74767C !important;
}

.nav-link {}

.navbar,
.navbar-collapse,
.nav-item,
.navbar-nav,
.nav-link {
    height: 100% !important;
    padding: 0 !important;
}

.nav-item {}

.nav-link {
    display: flex;
    align-items: center;
    padding: 0 5px !important;
}

.serh_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    width: 70px;
    z-index: 2;
    border-radius: 0 7px 7px 0;
    background-color: #129979;
    border: 1px solid #129979;
    border-color: #fff;
    color: #fff;
    margin-top: -1px;
}


.serh_btn:hover {
    /* color: #fff; */
    background-color: #28a745;
    border-color: #28a745
}

.serh_btn.focus,
.serh_btn:focus {
    /* box-shadow: 0 0 0 .1rem rgba(40, 167, 69, .5) */
}

.head2 div.nav_menu {
    height: 11px !important;

}

.head2 .nav_ctet {
    display: none !important;

}

.head2 .submenu13 {
    display: none !important;
}

.head2 .area1 {
    border-left: 1px solid #C8C0C0;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head2 .area1 strong {
    color: #C8C0C0 !important;
    font-size: 20px;
}

.head2 .area1>div {
    text-align: center;
}

.head2 .top {
    justify-content: space-around;
    box-sizing: border-box;
    /* padding-left: 10px !important; */
    padding-right: 10px !important;
}

.head2 .top>div {
    flex: 1;
}

.head2 .top>div:nth-child(3) {
    /* width: 800px !important; */
    flex: 5;
    margin-left: 20px;
    margin-right: 20px;
}

.head2 .serh input {
    width: 100%;
    max-width: 99999px;
}

.head1 div.nav_menu {
    height: 35px !important;
}

.head1 .webname {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 35px;
}

.head1 .nav-link {
    cursor: pointer;
}

.head1 .nav-link:hover {
    background-color: #129979 !important;
    /*  */
}

.head1 .nav-link:hover span {
    color: #1565C0 !important;
}

/* }     */
.subnav_home2 a {
    color: #6a6a6a;
    font-size: 14px !important;
}

.subnav_home2 a:hover {
    color: #129979;
}

.nav_menu_pc_1 {
    height: 11px;
    background-color: #129979;
}

.nav_menu_pc_2 {
    box-sizing: border-box;
    /* padding-left: ; */
    display: flex;
    justify-content: center;
    background-color: #129979;
}

.nav_pc {
    height: 100%;
    font-size: 16px;
    color: #fff;
    width: 1200px;
    box-sizing: border-box;
    padding-left: 10px;
    /* margin-left: -26px; */
}

.nav_pc_2_1 {
    height: 100%;
    font-size: 16px;
    color: #fff;
    width: 1200px;
    box-sizing: border-box;
    /* padding-left: 20px; */
    margin-left: 26px;
    display: flex;
    justify-content: space-between;
    background-color: #129979;
    flex-direction: row;

}

.nav_pc_2_1 li:not(:nth-child(1)) {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
}

.nav_pc_2_1 li:nth-child(1) {
    width: 120px !important;
}

.nav_pc_2_1 li:nth-child(1) a {
    line-height: 30px;
}

.nav_pc_2_1 li a {
    display: block;
    height: 21px;
    width: 100%;
    border-left: 2px solid #fff;
    line-height: 20px;
    font-weight: bold;
}

.nav_pc_2_1 li:nth-child(1) a {
    border: none;
}

.nav_pc li {
    height: 100%;
}

.nav_pc a,
.nav_pc_2_1 a {
    font-size: 16px;
    color: #fff;
}

.nav_pc_2_1 li {
    padding-right: 10px;
}

.nav_pc_2_1 li strong {
    padding-left: 10px;
    padding-right: 10px;
}

.nav_pc a:hover,
.nav_pc_2_1 a:hover {
    color: #156bb7;
}

.footmenu span {
    font-size: 16px !important;
}

.lh30 {
    line-height: 30px;
}

.lh33 {
    line-height: 33px;
}
#qrcode_pic_neng{
   /* display: none; */
   position: absolute;
   left: -210px;
   top: 25px;
   overflow: hidden;
}
#qrcode_pic_right {
    /* display: none; */
    position: absolute;
    left: -175px;
    top: 145px;
    overflow: hidden;
}

#qrcode_pic_btn_hide_right {
    width: 30px;
    height: 30px;
}

#qrcode_pic_btn_hide_right i {
    font-size: 16px;
    padding: 0;
}

.serh_area {
    width: 389px !important;
    margin-top: 4px
}

.serh_area input {
    width: 389px !important
}

.hotline>div:nth-child(1) {
    color: #0B0404;
}

.hotline>div:nth-child(2) {
    color: #D50000;
    font-size: 18px;
}

.foot_info span,
.foot_info a {
    color: #454545 !important;
    font-size: 14px !important;
}


.nav_second_page {
    width: 100%;
    height: 33px;
    /* background-color: #ddd; */
    margin-top: 8px;
    display: flex;
    justify-content: center;
    /* box-shadow: 2px 2px 5px #999; */
    /* padding: 3px 0;
    box-sizing: content-box; */
}

.nav_second_page ul {
    width: 1200px;
    box-sizing: border-box;
    padding-left: 0px;
    font-size: 16px;
    color: #565656;
    background-color: #ddd;
    display: flex;
    align-items: center;
    height: 33px;
}

.nav_second_page ul strong {
    color: #565656;
    font-size: 14px;
}

.nav_second_page ul li {
    display: inline;
}

.nav_second_page ul li a {
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
}

.nav_pc_2_1>li:nth-child(1) strong {
    /* display: none; */
}

.nav_list_page {
    margin-top: 8px;
    padding-left: 23px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav_list_page ul {
    width: 1200px;
}

.nav_list_page ul li,
.nav_list_page ul a {
    font-size: 14px;
    color: #676767;
    display: inline-block;
}