* {
    margin: 0;
    padding: 0;
}

ul,
li,
a {
    list-style: none;
    text-decoration: none;
}

html,
body {
    font-size: calc(100vw / 120);
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header img {
    width: 100%;
    height: 6.125rem;
    object-fit: cover;
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: #ADC7DD;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.contMax {
    max-width: 97.5rem;
    margin: auto;
}

html {
    background-image: url('../images/banner-bg.png');
    background-repeat: no-repeat;
    background-size:100%;
}

.logo {
    padding-top: 8.5rem;
}

.logo .logo-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo .logo-top .left img {
    width: 41.125rem;
    height: 5.6875rem;
}

.logo .logo-top .right img {
    width: 26.8125rem;
    height: 5.5625rem;
}

.logo .logo-bottom {
    margin-top: 2.5rem;
}

.logo .logo-bottom .list>ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0D8AFF;
    padding: 0 2.625rem;
    box-sizing: border-box;
}

.logo .logo-bottom .list>ul li {
    position: relative;
}

.logo .logo-bottom .list>ul a {
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.logo .logo-bottom .list ul .active a,
.logo .logo-bottom .list ul li:hover a {
    font-weight: bold;
}

.logo .logo-bottom .list ul .search {
    position: absolute;
    height: 100%;
    right: 1.875rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.logo .logo-bottom .list ul .search img {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 1.25rem;
}

.logo .logo-bottom .list ul .search input {
    border: 0;
    outline: none;
    font-size: 1rem;
    width: 0;
    height: 2.1875rem;
    padding-left: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.logo .logo-bottom .list ul .search:hover input {
    width: 12.5rem;
    padding-left: 1.25rem;
}

.logo .logo-bottom .list .op {
    display: none;
    position: absolute;
    top: 3.125rem;
    z-index: 99;
    background-color: #fff;
    width: 12.5rem;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.logo .logo-bottom .list .op  li a {
    text-align: center;
    color: #222222;
    width: 100%;
    display: block;
    font-size: .875rem;
}

.logo .logo-bottom .list .op  li {
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.logo .logo-bottom .list .op  li:hover a {
    background-color: #036ED2;
    color: #FFFFFF;
}

.logo .logo-bottom .list>ul>li:nth-last-of-type(2) {
    margin-right: 3.125rem;
}

.swiper-wrapper {
    height: auto !important;
}

.logo .logo-bottom .cont {
    padding: 2.1875rem 1.5625rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo .logo-bottom .cont .left,
.logo .logo-bottom .cont .right {
    width: 50%;
}

.logo .logo-bottom .cont .swiper img {
    width: 100%;
    object-fit: cover;
    height: 32.5rem;
}


.logo .logo-bottom .cont .swiper .swiper-slide {
    position: relative;
}

.logo .logo-bottom .cont .swiper .swiper-slide .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: bold;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 .9375rem;
    height: 3.8125rem;
    background-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
}

.logo .logo-bottom .cont .swiper .swiper-slide .text p {
    max-width: 37.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo .logo-bottom .cont .swiper .swiper-pagination {
    width: max-content;
    left: auto;
    right: .625rem;
    bottom: 1.875rem;
}

.logo .logo-bottom .cont .swiper .swiper-pagination .swiper-pagination-bullet {
    width: .6875rem;
    height: .6875rem;
    background: #FFFFFF;
    opacity: 0.33;
}

.logo .logo-bottom .cont .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.logo .logo-bottom .cont .right {
    min-height: 32.5rem;
    margin-left: 2.5rem;
}

.right .title {
    padding-bottom: 1rem;
    border-bottom: .0625rem solid #E3E3E3;
}

.right .title ul {
    display: flex;
    align-items: center;

}

.right .title ul li {
    font-weight: 800;
    font-size: 1.125rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 5rem;
    position: relative;
    transition: all .6s;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.right .title ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.1rem;
    width: 0%;
    border-bottom: .1875rem solid #0D8AFF;
    transition: all .6s;
}

.right .title ul .active,
.right .title ul li:hover {
    color: #0D8AFF;
}

.right .title ul .active::after,
.right .title ul li:hover::after {
    width: 100%;
}
.right .lists ul:not(.right .lists ul:first-child){display:none;}
.right .lists ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 1.875rem;
}

.right .lists ul li::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .5rem;
    height: .5rem;
    background: #CFCFCF;
    margin-right: 1.25rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.right .lists ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    color: #222222;
}

.right .lists ul li a p {
    max-width: 34.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.right .lists ul li a p:last-child {
    color: #999999;
}

.right .lists ul li a:hover p {
    font-weight: bold;
}

.gcd img {
    width: 100%;
    height: 8.125rem;
    object-fit: cover;
}

.kycg .contMax {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kycg .contMax .right {
    width: 48%;
    min-height: 32.5rem;
    padding: 0 1.5625rem;
    box-sizing: border-box;
}

.foot {
    background-color: #036ED2;
    min-height: 9.625rem;
    margin-top: 2.8125rem;
    padding-bottom:1rem;
}

.foot .foot-top {
    border-bottom: .0625rem solid rgba(255, 255, 255, .3);
    padding-bottom: 1.25rem;
}

.foot .foot-top ul {
    display: flex;
    padding-top: 1.875rem;
}

.foot .foot-top ul li {
    margin-right: 1.25rem;
}

.foot .foot-top ul li a,
.foot .foot-top ul li {
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.foot .foot-top ul li:hover a {
    font-weight: bold;
}

.foot .contMax {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.foot .phon div {
    display: flex;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2.25rem;
    padding-bottom: .625rem;
}

.foot .phon div p {
    margin-right: 1.25rem;
}

.foot .phon div:last-child {
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 3rem;
}

.foot a {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, .3);
}

.foot p img {
    width: 4.8125rem;
    height: 4.5625rem;
}

/* 单位概括 */
.box {
    margin-top: 1.875rem;
    display: flex;
    justify-content: space-between;
}

.box .left {
    width: 12.5625rem;
    height: max-content;
    background-color: #fff;
    padding-bottom: 2.1875rem;
}

.box .left p {
    font-weight: bold;
    font-size: 1.25rem;
    color: #FFFFFF;
    background-color: #0D8AFF;
    text-align: center;
    height: 3.5rem;
    line-height: 3.5rem;
}

.box .left ul li {
    width: 10.5rem;
    height: 2.6875rem;
    padding: 0 1.0625rem;
    margin-top: 1.25rem;
}

.box .left ul li a {
    display: flex;
    align-items: center;
    padding: 0 .8125rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 1rem;
    color: #333333;
    line-height: 3rem;
    background-color: #F9F9F9;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.box .left ul li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/sj.png');
    width: .5rem;
    height: .5625rem;
    background-size: 100% 100%;
    margin-right: .625rem;
}

.box .left ul .active a,
.box .left ul li a:hover {
    background-color: #0D8AFF;
    color: #fff;
}

.box .left ul .active a::before,
.box .left ul li a:hover::before {
    background-image: url('../images/sj-active.png');
}

.box .right {
    width: 85%;
    background-color: #fff;
    padding: 1.875rem 2.25rem;
    box-sizing: border-box;
}

.box .right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box .right .title p {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333333;
    line-height: 3rem;
    display: flex;
    align-items: center;
}

.box .right .title p::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: .25rem;
    height: 1.5625rem;
    background-color: #0D8AFF;
    margin-right: .625rem;
}

.box .right .title div a,
.box .right .title div span {
    font-weight: bold;
    font-size: 1rem;
    color: #999999;
    line-height: 3rem;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.box .right .title div a:hover {
    color: #000;
}

.box .right .cont {
    padding: 1.875rem 0;
    min-height: 25rem;
    
}

.box .right .cont h3 {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    color: #333333;
    margin-bottom: 1.25rem;
}

.box .right .cont>p:not(.box .right .cont>p:last-child) {
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 2.25rem;
    text-indent: 2em;
    position: relative;
}

.box .right .cont>p img {
    max-width: 100%;
    margin-top: 1.875rem;
}

.box .right .ldbz ul {
    margin: 0 -1.25rem;
    margin-top: 1.875rem;
}

.box .right .ldbz ul li {
    width: calc(100% /2);
    float: left;
    padding: 0 1.25rem;
    box-sizing: border-box;
    margin-bottom: 3.75rem;
}

.box .right .ldbz a {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.box .right .ldbz a>p {
    width: 12.5rem;
    height: 15.8125rem;
    position: relative;
    overflow: hidden;
}

.box .right .ldbz a>p::after {
    content: "";
    position: absolute;
    background-image: url('../images/img-left.png');
    width: 1.4375rem;
    height: 100%;
    background-size: 100% 100%;
}

.box .right .ldbz a>p img {
    width: 100%;
    max-width: 11.25rem;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.box .right .ldbz a div {
    width: 67%;
    height: 12.9375rem;
    background-color: #F6F6F6;
    padding: 1.875rem 1.25rem;
    box-sizing: border-box;
}

.box .right .ldbz a div p {
    font-weight: 400;
    font-size: .875rem;
    color: #666666;
    display: -webkit-box;
    /* 用于 WebKit 浏览器 */
    -webkit-line-clamp: 2;
    /* 限制为5行 */
    -webkit-box-orient: vertical;
    /* 设置为垂直方向 */

    display: box;
    /* 用于 Firefox */
    box-orient: vertical;

    overflow: hidden;
}

.box .right .ldbz a div p:nth-child(1) {
    font-weight: bold;
    font-size: 1.125rem;
    color: #333333;
    position: relative;
    padding-bottom: .625rem;
    margin-bottom: 1.25rem;
}

.box .right .ldbz a div p:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: .0625rem solid #F61914;
    width: 2.25rem;
    left: 0;
}

.box .right .ldbz a div p:nth-child(1) span {
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
    margin-left: .625rem;
}

.box .right .ldbz li:hover p img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.box .right .nsjg li>p {
    font-weight: 400;
    font-size: 1.125rem;
    height: 3.5rem;
    background-color: #F9F9F9;
    color: #333333;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25rem;
    box-sizing: border-box;
    cursor: pointer;
}

.box .right .nsjg li p i {
    display: block;
    background-image: url('../images/add.png');
    width: 1.125rem;
    height: 1.125rem;
    background-size: 100% 100%;
}

.box .right .nsjg li {
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    margin-bottom: 1.25rem;
}

.box .right .nsjg li div {
    height: 0;
    min-height: 0;
    overflow: hidden;
    background-color: #F9F9F9;
    box-sizing: border-box;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.box .right .nsjg li div p {
    font-weight: 400;
    font-size: 1.125rem;
    color: #333333;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    
    text-align: justify;
}

<!--.box .right .nsjg li div p:nth-child(3) {-->
<!--    margin-top: 1.375rem;-->
<!--    margin-bottom: 1.875rem;-->
<!--}-->

.box .right .nsjg li div .text p{
 margin-top: 1.375rem;
   margin-bottom: 1.875rem;
}

.box .right .nsjg .active div {
    height: max-content;
    
    padding: 1.5625rem 1.25rem;
    <!--min-height: 25rem;-->
}

.box .right .nsjg li.active>p {
    background-color: #0D8AFF;
    color: #fff;
}

.box .right .nsjg li.active p i {
    background-image: url('../images/jian.png') !important;
    height: .125rem;
}

/* 科研成果 */
.box .right .kycg ul li {
    border-bottom: .0625rem solid #E2E2E2;
    padding: 1.875rem 0;
    position: relative;
}

.box .right .kycg ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: .0625rem solid #0D8AFF;
    width: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.box .right .kycg ul li:hover::after {
    width: 100%;
}

.box .right .kycg ul li a h3 {
    font-weight: 400;
    font-size: 1.5rem;
    color: #000000;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.box .right .kycg ul li a p {
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
}

.box .right .kycg ul li a p:nth-of-type(1) {
    position: relative;
    margin: 1.25rem 0;
    display: -webkit-box;
    /* 用于 WebKit 浏览器 */
    -webkit-line-clamp: 2;
    /* 限制为5行 */
    -webkit-box-orient: vertical;
    /* 设置为垂直方向 */

    display: box;
    /* 用于 Firefox */
    box-orient: vertical;

    overflow: hidden;
}

.box .right .kycg ul li a i {
    display: block;
    border-bottom: .1875rem solid #F61914;
    width: 4.4375rem;
    margin: 1.25rem 0;
}

.box .right .kycg ul li a p:nth-of-type(2) {
    font-weight: 400;
    font-size: 1.125rem;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .right .kycg ul li a p:nth-of-type(2) span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/jiantou_xiangyou-2.png');
    width: .9375rem;
    height: .625rem;
    background-size: 100% 100%;
    margin-left: .625rem;
}

/* 档案科研 */
.box-item .right {
    width: 100%;
    padding: 1.875rem 1.5rem;
}

.box-item .right .daky li {
    padding: 1.875rem 0;
    border-bottom: .0625rem solid #EDEDED;
    position: relative;
}

.box-item .right .daky li:not(.box-item .right .daky li:first-child) {
    <!--margin-top: 1.25rem;-->
}

.box-item .right .daky li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: .125rem solid #0D8AFF;
    width: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.box-item .right .daky li:hover::after {
    width: 100%;
}

.box-item .right .daky li a {
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-item .right .daky li a .date {
    width: max-content;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    color: #333333;
}

.box-item .right .daky li a .date p:last-child {
    font-weight: 500;
    font-size: 1.125rem;
}

.box-item .right .daky li a .text {
    width: 90%;
    margin-left: 3.125rem;
}

.box-item .right .daky li a .text h3 {
    font-weight: 400;
    font-size: 1.5rem;
    color: #000000;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.box-item .right .daky li a .text p {
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pages>ul {
    display: flex !important;
    justify-content: center !important;
    margin-top: 2.375rem !important;
    /* margin-bottom: 3.125rem !important; */
    flex-wrap: wrap !important;
}

.pages ul a {
    display: inline-block;
    padding: 1.125rem 1.3125rem;
    background-color: #F5F5F5;
    margin-left: .0625rem;
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
    line-height: 1.5rem;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.pages ul a.curr,
.pages ul a:hover {
    background-color: #0D8AFF;
    color: #fff;
}

.box-item .right .gzyw li a img {
    width: 17.8125rem;
    height: 13.125rem;
    object-fit: cover;
}

.box-item .right .gzyw li a {
    justify-content: left;
}

.box-item .right .gzyw li a .item {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-item .right .gzyw li a .text {
    width: 51.5625rem;
    margin-left: 3.125rem;
}

.box-item .right .gzyw li a .text p:nth-child(2) {
    display: -webkit-box;
    /* 用于 WebKit 浏览器 */
    -webkit-line-clamp: 2;
    /* 限制为5行 */
    -webkit-box-orient: vertical;
    /* 设置为垂直方向 */
    text-overflow: ellipsis;
    white-space: wrap;
    display: box;
    /* 用于 Firefox */
    box-orient: vertical;

    overflow: hidden;
}

.box-item .right .gzyw li a .text p:last-child {
    font-weight: 400;
    font-size: 1.125rem;
    color: #999999;
    margin-top: 3.75rem;
}

.box-item .right .gzyw li a .text p:last-child::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/jiantou_xiangyou-2.png');
    width: .9375rem;
    height: .625rem;
    background-size: 100% 100%;
    margin-left: .625rem;
}

.box-item .right .gzyw li a .date {
    width: 6.375rem;
    height: 8.1875rem;
    border: .0625rem solid #ECECEC;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 联系我们 */
.box-item .right .lxwm {
    padding: 0 2.6875rem;
    box-sizing: border-box;
    margin-top: 4.375rem;
}

.box-item .right .lxwm ul,
.box-item .right .lxwm li {
    display: flex;
    width: max-content;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.box-item .right .lxwm ul {
    width: 100%;
}

.box-item .right .lxwm li img {
    width: 3.0625rem;
    height: 3rem;
    object-fit: contain;
    margin-right: 1.875rem;
}

.box-item .right .lxwm li p {
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
}

.box-item .right .lxwm>img {
    max-width: 100%;
    height: auto;
    margin-top: 1.375rem;
    margin-bottom: 2rem;
}

/* 详情 */
.box-item .right .info h3 {
    max-width: 78.75rem;
    margin: auto;
    text-align: center;
    font-weight: 800;
    font-size: 1.875rem;
    color: #333333;
    display: -webkit-box;
    /* 用于 WebKit 浏览器 */
    -webkit-line-clamp: 2;
    /* 限制为5行 */
    -webkit-box-orient: vertical;
    /* 设置为垂直方向 */
    display: box;
    /* 用于 Firefox */
    box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.box-item .right .info .fb,
.box-item .right .info .fb>div {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.box-item .right .info .fb {
    justify-content: space-between;
    padding-bottom: 1.25rem;
    border-bottom: .0625rem solid #EBEBEB;
}

.box-item .right .info .fb>div:nth-child(1) p {
    width: max-content;
    font-weight: 400;
    font-size: .875rem;
    margin-right: 1.875rem;
    color: #666666;
    padding: .3125rem 1.25rem;
    border-radius: 1.125rem;
    border: .125rem solid #EBEBEB;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    -ms-border-radius: 1.125rem;
    -o-border-radius: 1.125rem;
}

.social-share .social-share-icon {
    border-color: #EBEBEB;
    color: #666666;
    width: 3.4375rem;
    height: 3.4375rem;
    line-height: 3.4375rem;
    font-size: 1.5625rem;
}

.box-item .right .info .text p{
    font-weight: 400;
        font-size: 1.125rem;
        color: #1C1B1B;
        line-height: 3.125rem;
        margin-top: 1.125rem;
        position: relative;
}
.box-item .right .info .text p img{
max-width:100%;
}
.box-item .right .info .text{
    padding-bottom: 1.875rem;
        border-bottom: .0625rem solid #EBEBEB;
}
.box-item .right .info .top{
        margin-top: 1.875rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap:wrap;
}
.box-item .right .info .top p>a{
        font-size: 1.25rem;
        color: #3A3A3A;
        line-height: 3.125rem;
        
        display: -webkit-box;
    /* 用于 WebKit 浏览器 */
    -webkit-line-clamp: 2;
    /* 限制为5行 */
    -webkit-box-orient: vertical;
    /* 设置为垂直方向 */

    display: box;
    /* 用于 Firefox */
    box-orient: vertical;

    overflow: hidden;
}
.box-item .right .info .top>p>a{
            display: block;
            text-align: center;
            line-height: 2.875rem;
            font-size: 1.125rem;
            color: #666666;
            width: 11.25rem;
            height: 2.875rem;
            /*background: #EBEBEB;
            */border-radius: 1.375rem;
            transition: all .6s;
            border: .125rem solid #EBEBEB;
            -webkit-border-radius: 1.375rem;
            -moz-border-radius: 1.375rem;
            -ms-border-radius: 1.375rem;
            -o-border-radius: 1.375rem;
            -webkit-transition: all .6s;
            -moz-transition: all .6s;
            -ms-transition: all .6s;
            -o-transition: all .6s;
}
.box-item .right .info .top>p>a::before{
    content: "";
    display: inline-block;
    vertical-align: inherit;
    width: 1.125rem;
        height: .8125rem;
        background-image: url('../images/daohang.png');
        background-size: 100% 100%;
        margin-right: .625rem;
}
.box-item .right .info .top>p a:hover{
    transform: translate(-3.125rem);
}
.box-item .right .info .top p>a:hover{
    color: #088EE7;
}

/* 行业规范 */
.box-item .right .hygf ul li{
    padding-bottom: 2.5rem;
    margin-top: 1.25rem;
    border-bottom: .0625rem solid #EDEDED;
    position: relative;
}
.box-item .right .hygf ul li::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: .125rem solid #088EE7;
        transition: all .6s;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;

}
.box-item .right .hygf ul li:hover::after{
    width: 100%;
}
.box-item .right .hygf ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-item .right .hygf ul li a p{
    font-weight: 400;
        font-size: 1.25rem;
        color: #000000;
        max-width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}
.box-item .right .hygf ul li a p:last-child{
        color: #999999;
        min-width: 50px;
}

.box-item .right .info .text p:after{
    content:"";
    display:table;
    clear:both;
}










/* 头部 */
.menu {
    display: none;
    align-items: center
}

.menu-button {
    /* display: none; */
    padding: .9375rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bar {
    position: relative;
    display: block;
    width: 1.875rem;
    height: .1875rem;
    margin: .3125rem auto;
    background-color: #fff;
    border-radius: .625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    -o-border-radius: .625rem;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(.9375rem) rotate(-45deg);
    -ms-transform: translateY(.9375rem) rotate(-45deg);
    transform: translateY(.9375rem) rotate(-45deg);
    -moz-transform: translateY(.9375rem) rotate(-45deg);
    -o-transform: translateY(.9375rem) rotate(-45deg);
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0rem;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0rem;
}

.cross .bar:nth-of-type(3) {
    transform: translateY(-0.125rem) rotate(45deg);
    -webkit-transform: translateY(-0.125rem) rotate(45deg);
    -moz-transform: translateY(-0.125rem) rotate(45deg);
    -ms-transform: translateY(-0.125rem) rotate(45deg);
    -o-transform: translateY(-0.125rem) rotate(45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.phone-list {
    display: none;
    position: fixed;
    width: 80%;
    height: 100vh;
    background-color: #036ED2;
    left: 0;
    top: 0;
    z-index: 999;

    padding: .9375rem;
    box-sizing: border-box;
    overflow-y: scroll;
}

.phone-list .phone-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: .0625rem solid #036ED2;
    max-width: 21.25rem;
    width: 100%;
    height: 2.1875rem;
    /* margin-left: 1.875rem; */
    padding: 0 .625rem;
    box-sizing: border-box;
}

.phone-list .phone-search input {
    border: 0;
    outline: none;
    padding-left: 1.25rem;
    height: 100%;
    width: 80%;
}

.phone-list .phone-search p {
    background-color: #036ED2;
    width: 20%;
    height: 100%;
    text-align: center;
    line-height: 2.1875rem;
    color: #fff;
    box-shadow: 0 0 .3125rem #fff;
    cursor: pointer;
}

.phone-list li {
    margin-bottom: 1.25rem;
}

.phone-list p,
.phone-list li>a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 3.125rem;
    color: #fff;
}

.phone-list div {
    margin: 0 -1rem;
}

.phone-list div::after {
    content: "";
    display: block;
    clear: both;
}

.phone-list a:not(.phone-list li>a) {
    width: calc(100% / 4);
    display: block;
    color: #fff;
    font-size: .875rem;
    /* width: max-content; */
    /* padding: 0 4.25rem; */
    line-height: 2.5rem;
    text-align: center;
    background-color: #036ED2;
    margin-bottom: .9375rem;
    /* margin-right: 1rem; */
    float: left;
    margin: .625rem .625rem;
    box-shadow: 0 0 .3125rem #fff;
}