.beijingswiper {
    width: 100%;
    height: 900px;
    position: relative;
}

.beijingswiper .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.beijingswiper .swiper-slide {
    width: 100%;
    font-size: 18px;
    background-color: transparent !important;
    display: flex;
    align-items: center;
}

.beijingswiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.beijingswiper .swiper-container .swiper-pagination-bullet-active {
    width: 32px !important;
    height: 1px !important;
    background: #ffffff;
    border-radius: 1px;
}

.beijingswiper .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    /* display: flex;
	flex-direction: column;
	align-items: flex-end;
	right: 67px;
	top: 50%;
	left: auto;
	width: 32px;
	transform: translate(-50%, -50%);
	bottom: auto;
	background-color: #007AFF; */
}

.beijingswiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 30%;
    right: 67px !important;
    width: 35px !important;
    left: auto;
}

.beijingswiper .swiper-container .swiper-pagination-bullet {
    width: 17px;
    height: 1px;
    background: #ffffff;
    border-radius: 1px;
    margin: 16px 0;
}

.xiajiantou {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 43px;
    height: 43px;
    /* border: 1px solid #FFFFFF; */
    /* border-radius: 22px; */
}

.xiajiantou img {
    width: 100%;
    height: 100%;
}

.header-warp {
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
    margin: 0 auto;
}

.header {
    min-width: 1440px;
    width: 1440px;
    padding: 41px 0;
    margin: 0 auto;
}

.header-a1 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
}

.header-a2 ul li {
    float: left;
    padding: 0 22px;
}

.header-a2 ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 29px;
}

.header-a2 ul li a:hover {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.header-a2 ul li:last-child {
    float: left;
    padding: 0 0 0 22px;
}

.main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-warp {
    min-width: 1440px;
    margin: 0 auto;
}

.major {
    padding: 70px 0;
}

.introduction {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduction .english {
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
}

.introduction .null {
    width: 60px;
    height: 3px;
    background: #2658a8;
    border-radius: 2px;
    margin: 12px 0;
}

.introduction .title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 0 0 16px 0;
}

.introduction .more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
}

.majorlist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* margin-top: 24px; */
    max-width: 1440px;
}

.majorlist .wrap {
    max-width: 232px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 54px 0 0 0;
    padding: 0 19px;
}

/* 首页  行政法律事务 */
.majorlist .img {
    width: 138px;
    height: 138px;
    background: #ffffff;
    border: 2px solid #2658a8;
    border-radius: 69px;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

/* .majorlist .wrap:hover .img {
	background: #2658A8;
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
} */
.majorlist .wrap:hover .img {
    display: none;
}
.majorlist .wrap:hover .img_1 {
    display: block;
    width: 138px;
    height: 138px;
    background: #2658a8;
    border: 2px solid #2658a8;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border-radius: 50%;
    background-size: 60% 60%;
    /* border: 2px solid ;
	border-radius: 69px;
	background-image: url(../img/b.png);
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center; */
}
.majorlist .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 24px 0 21px 0;
}

.majorlist .more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: center;
}

/* 首页  政府法律服务 */
.majorlist .img_zf {
    width: 138px;
    height: 138px;
    background: #ffffff;
    border: 2px solid #2658a8;
    border-radius: 69px;
    background-image: url(../../images/pcindex/b1.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.majorlist .wrap:hover .img_zf {
    background: #2658a8;
    background-image: url(../../images/pcindex/b1_1.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

/* 首页  诉讼仲裁 */
.majorlist .img_sszc {
    width: 138px;
    height: 138px;
    background: #ffffff;
    border: 2px solid #2658a8;
    border-radius: 69px;
    background-image: url(../../images/pcindex/b2.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.majorlist .wrap:hover .img_sszc {
    background: #2658a8;
    background-image: url(../../images/pcindex/b2_1.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

/* 首页  银行与金融 */

.majorlist .img_yhjr {
    width: 138px;
    height: 138px;
    background: #ffffff;
    border: 2px solid #2658a8;
    border-radius: 69px;
    background-image: url(../../images/pcindex/b3.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.majorlist .wrap:hover .img_yhjr {
    background: #2658a8;
    background-image: url(../../images/pcindex/b3_1.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

/* 首页  知识产权纠纷 */

.majorlist .img_zscq {
    width: 138px;
    height: 138px;
    background: #ffffff;
    border: 2px solid #2658a8;
    border-radius: 69px;
    background-image: url(../../images/pcindex/b4.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.majorlist .wrap:hover .img_zscq {
    background: #2658a8;
    background-image: url(../../images/pcindex/b4_1.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.placedmiddle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 72px 0 0 0;
}

.major .seemore {
    width: 185px;
    height: 52px;
    background: #2658a8;
    border: 2px solid #2658a8;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.major .seemore a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.major .seemore:hover {
    background: #ffffff;
    border: 2px solid #2658a8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.major .seemore:hover a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2658a8;
    line-height: 29px;
}

.enter-warp {
    max-width: 1440px;
}

.enter {
    margin: 62px 0 66px 0;
}

.message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message .english {
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
}

.message .null {
    width: 60px;
    height: 3px;
    background: #2658a8;
    border-radius: 2px;
    margin: 12px 0;
}

.message .title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.message .more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
}

.message .theme {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
}

.message .conter {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 37px;
}

.message .substance {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    margin: 48px 0 33px 0;
}

.entercenter {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    text-align: center;
}

.enter .seemore {
    width: 185px;
    height: 52px;
    background: #2658a8;
    border: 2px solid #2658a8;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enter .seemore a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.enter .seemore:hover {
    background: #ffffff;
    border: 2px solid #2658a8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enter .seemore:hover a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2658a8;
    line-height: 29px;
}

.enter .placedmiddle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 59px 0 0 0;
}
.enter .placedmiddle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 59px 0 0 0;
}

.nubmer {
    width: 100%;
    height: 338px;

    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.nubmerlist {
    min-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nubmer-warp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nubmer-warp .figure {
    font-size: 48px;
    font-family: Impact;
    font-weight: 400;
    color: #ffffff;
}

.nubmer-warp .center {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.dynamic {
    margin: 68px 0;
}

.dynamic .seemore {
    width: 185px;
    height: 52px;
    background: #2658a8;
    border: 2px solid #2658a8;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dynamic .seemore a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.dynamic .seemore:hover {
    background: #ffffff;
    border: 2px solid #2658a8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dynamic .seemore:hover a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2658a8;
    line-height: 29px;
}

.dynamic .placedmiddle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 76px 0 0 0;
}

.footer {
    width: 100%;
    background: #2658a8;
    height: 328px;
    display: flex;
    align-items: center;
}

.footer-left {
    padding: 0 58px 20px 0;
    border-right: 1px solid #ffffff;
}

.footer-warp {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 316px;
}

.footer-message .title {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin: 7px 0 0 0;
}

.footer-message .contact {
    width: 316px;
    height: 48px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2658a8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 29px 0 24px 0;
    text-transform: uppercase;
}

.footer-address {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin: 5px 0 0 0;
}

.footer-right {
    width: 740px;

    padding: 0 68px 0 56px;
}

.footer-ul ul li {
    float: left;
    border-right: 1px solid #ffffff;
    padding: 0 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}

.footer-ul ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}

.footer-ul ul li:first-child {
    padding: 0 20px 0 0;
}

.footer-ul ul li:last-child {
    border-right: 0;
}

.footer-chinese {
    font-size: 23px;
    font-family: SourceHanSerifSC;
    font-weight: bold;
    color: #ffffff;
    line-height: 29px;
    margin: 60px 0 19px 0;
}

.footer-english {
    font-size: 16px;
    font-family: SourceHanSerifSC;
    font-weight: 400;
    color: #ffffff;
    line-height: 21px;
}

.footer-code {
    width: 168px;
    height: 169px;
    background-color: skyblue;
}

.footer-code img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 其他页面头部 */
.header-vice {
    width: 100%;
}

.header-vice-nav {
    width: 100%;
    margin: 0 auto;

    background-color: #ffffff;
    /* position: fixed;
	top: 0; */
    z-index: 11;
}

.header-vice-title {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2658a8;
    margin: 40px 0;
}

.header-vice-ul ul li {
    float: left;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-vice-ul ul li:last-child {
    padding: 0 0 0 20px;
}

.vice-null {
    border-radius: 2px;
    width: 53px;
    height: 4px;
    background: #2658a8;
    border-radius: 2px;
    display: none;
    margin: 12px 0 0 0;
}

.header-vice-ul ul li:hover .vice-null {
    display: block;
}

.header-vice-ul ul:hover .vice-active {
    border-radius: 2px;
    width: 53px;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
    margin: 12px 0 0 0;
}

.vice-active {
    border-radius: 2px;
    width: 53px;
    height: 4px;
    background: #2658a8;
    border-radius: 2px;
    margin: 12px 0 0 0;
}

.headerviceswiper {
    width: 100%;
    height: 665px;
    /* background-color: #007AFF; */
}

.headerviceswiper .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.headerviceswiper .swiper-slide {
    width: 100%;
    font-size: 18px;
    background-color: transparent !important;
    display: flex;
    align-items: center;
}

.headerviceswiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 联系我们 */

.contactus-warp {
    /* max-width: 1440px; */
    min-width: 1440px;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
}

.contactus {
}

.contactus .message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactus .information {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 59px 0 46px 0;
}

.contactus .message .english {
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
}

.contactus .message .null {
    width: 60px;
    height: 3px;
    background: #2658a8;
    border-radius: 2px;
    margin: 12px 0;
}

.contactus .message .title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.contactus .message .more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 24px 0 0 0;
}

.contactus .message .substance {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    margin: 48px 0 33px 0;
}

.contactus .message .nubmer {
    width: 100%;
    height: 292px;

    background: url(../../images/pcindex/banner.png) no-repeat center;
    /* background-size: 100% 100%;
	background-repeat: no-repeat; */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.contactus .message .nubmer .nubmerlist {
    min-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contactus .message .nubmer .nubmer-warp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactus .message .nubmer .nubmer-warp .figure {
    font-size: 48px;
    font-family: Impact;
    font-weight: 400;
    color: #ffffff;
}

.contactus .message .nubmer .nubmer-warp .center {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.contactus .entercenter {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    text-align: center;
    margin: 0 177px;
}

.contactus .information .title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.contactus .information .message {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 20px 0 0 0;
}

.contactus-warp .map {
    width: 100%;
    height: 354px;
}

/* 地图 */
.my2-a1 {
    height: 354px;
}

.contactus-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 60px 0;
}

.phone {
    display: flex;
    align-items: center;
}

.phone .phoneimg {
    width: 35px;
    height: 34px;
}

.phone .phoneimg img {
    width: 100%;
    height: 100%;
}

.phone .phonetitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin: 0 0 0 17px;
}

.email {
    display: flex;
    align-items: center;
}

.email .phoneimg {
    width: 40px;
    height: 41px;
}

.email .phoneimg img {
    width: 100%;
    height: 100%;
}

.email .phonetitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin: 0 0 0 17px;
}

.address {
    display: flex;
    align-items: center;
}

.address .phoneimg {
    width: 35px;
    height: 38px;
}

.address .phoneimg img {
    width: 100%;
    height: 100%;
}

.address .phonetitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin: 0 0 0 17px;
}

.fieldlist .fieldwrap {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 39px 0;
}

.fieldlist .fieldwrap:hover .fieldsybs {
    background: #2658a8;
}

.fieldsybs {
    width: 100%;
    height: 350px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}

.fieldsybs .fieldimg {
    width: 69px;
    height: 66px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.fieldsybs .fieldimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fieldsybs .fieldimg_1 {
    display: none;
    width: 69px;
    height: 66px;
}
.fieldsybs .fieldimg_1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fieldlist .fieldwrap:hover .fieldsybs .fieldimg {
    display: none;
}
.fieldlist .fieldwrap:hover .fieldsybs .fieldimg_1 {
    display: block;
}

.fieldsybs .fieldtitle {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 23px 0 20px 0;
}

.fieldlist .fieldwrap:hover .fieldsybs .fieldtitle {
    color: #ffffff;
}

.fieldsybs .conter {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.fieldlist .fieldwrap:hover .fieldsybs .conter {
    color: #ffffff;
}

.fieldsybs .null {
    width: 35px;
    height: 1px;
    background: #aaaaaa;
    border-radius: 1px;
    margin: 19px 0 26px 0;
}

.fieldsybs .liaojie {
    display: flex;
    align-items: center;
}

.fieldsybs .liaojie .xiangqing {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
}

.fieldlist .fieldwrap:hover .fieldsybs .xiangqing {
    color: #ffffff;
}

.fieldsybs .liaojie .jiantou {
    width: 20px;
    height: 15px;
    margin-left: 14px;
    background-image: url(../img/fanhui.png);
}

.fieldlist .fieldwrap:hover .fieldsybs .liaojie .jiantou {
    background-image: url(../../images/pcindex/hoverfanhui.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.law {
    height: 300px;
    background: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    margin: 0 0 33px 0;
}

.law:hover {
    /* width: 1400px;
		height: 4px;
		background: ; */

    border-bottom: 2px solid #2658a8;
}

.law .showimg {
    width: 449px;
    height: 270px;
    /* background-color: salmon; */
}

.law .showimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.law .information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 38px;
}

.law .information .word {
}

.law .information .word .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
}

.law:hover .information .word .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2658a8;
    line-height: 29px;
}

.law .information .word .content {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin: 27px 0 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    width: 683px;
}

.law .information .word .chakan {
    width: 133px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.law:hover .information .word .chakan {
    width: 133px;
    height: 40px;
    background: #2658a8;
    border: 1px solid #2658a8;
    border-radius: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.law .information .null {
    width: 1px;
    height: 200px;
    background: #dddddd;
    border-radius: 1px;
    margin: 0 50px 0 41px;
}

.law .information .data {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.law .information .data .time {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.law .information .data .day {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}




.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 67px 0 77px 0;
}

.page .shouye {
    width: 108px;
    height: 51px;
    background: #2658a8;
    border-radius: 26px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .shangyiye {
    width: 139px;
    height: 51px;
    border: 1px solid #b3b3b3;
    border-radius: 26px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 0 0 0 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .xiayiye {
    width: 139px;
    height: 51px;
    border: 1px solid #b3b3b3;
    border-radius: 26px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .weiye {
    width: 108px;
    height: 51px;
    border: 1px solid #b3b3b3;
    border-radius: 26px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .shangyiye:hover {
    background: #2658a8;
    border-radius: 26px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.page .xiayiye:hover {
    background: #2658a8;
    border-radius: 26px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.page .weiye:hover {
    background: #2658a8;
    border-radius: 26px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 29px;
}

.page .one {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 0 24px;
}

.page .two {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 0 15px 0 0;
}

.page span {
    width: 3px;
    height: 3px;
    background-color: #333333;
    margin: 0 3px -5px 3px;
}

.page .zuihou {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 0 24px 0 15px;
}












.teamlist .teamwrap {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 39px 0;
}

/* .teamlist .teamwrap:hover .teamsybs {
	background: #2658A8;
} */

.teamsybs {
    width: 100%;
    height: 410px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teamsybs .teamsybsword {
    width: 357px;
    height: 410px;
    position: relative;
}

.teamsybs .teamsybsword .teamsybstema {
    padding: 0 39px 0 35px;
}

.teamsybs .teamsybsword .teamsybstema .title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 55px 0 31px 0;
}

.teamsybs .teamsybsword .teamsybstema .title span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
}

.teamsybs .teamsybsword .teamsybstema .conter {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin: 0 0 47px 0;
}

.teamsybs .teamsybsword .xiangq {
    height: 113px;
    background: #f2f2f2;
    padding: 0 39px 0 35px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 78.5%;
}

.teamsybs:hover .teamsybsword .xiangq {
    height: 89px;
    background: #2658a8;
    padding: 0 39px 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.teamsybs .teamsybsword .xiangq .chakan {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.teamsybs:hover .teamsybsword .xiangq .chakan {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
}
.teamsybs .teamsybsword .xiangq .jiantuo {
    width: 44px;
    height: 43px;
    margin: 0 0 0 14px;
    background-image: url(../../images/pcindex/teamshang.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.teamsybs:hover .teamsybsword .xiangq .jiantuo {
    width: 44px;
    height: 43px;
    margin: 0 0 0 14px;
    background-image: url(../../images/pcindex/teamshanghover.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.teamsybs .teamsybsimg {
    width: 357px;
    height: 410px;
    background-color: #cfced3;
}

.teamsybs .teamsybsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big_box {
    width: 100%;
    overflow: hidden;
}

.officeswiper {
    width: 160%;
    height: 506px;
    margin-left: -30%;
}

.officeswiper .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* margin-left: -50px; */
}

.officeswiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 91%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.officeswiper .swiper-slide {
    width: 100%;
    font-size: 18px;
    /* background-color: transparent !important; */
    display: flex;
    align-items: center;
    /* background-color: #FA8072; */
}

.officeswiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.officeswiper .swiper-button-next,
.swiper-button-prev {
    width: 61px !important;
    height: 62px !important;
}

.officeswiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../../images/pcindex/guanyushany.png);
    /* width: 0.35rem;
	height: 0.35rem; */
    background-size: 100% 100%;
    left: 31% !important;
    outline: none;
}

.officeswiper .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../../images/pcindex/guanyhovershang.png);
    /* width: 0.35rem;
	height: 0.35rem; */
    background-size: 100% 100%;
}

.officeswiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../../images/pcindex/guanyxiay.png);
    background-size: 100% 100%;
    right: 31% !important;
    outline: none;
}

.officeswiper .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../../images/pcindex/guanyhoverxiay.png);
    background-size: 100% 100%;
}

.officeswiper .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.officeswiper .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.officeswiper .swiper-slide .swislidetitle {
    position: absolute;
    bottom: -45px;
    left: 10%;
    width: 80%;
    height: 92px;
    background: #ffffff;
    box-shadow: 0px 9px 21px 0px rgba(68, 68, 68, 0.19);
    border-radius: 0px 30px 0px 0px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 93px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.environment {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    text-align: center;
}

.main .development {
    min-width: 1440px;
    max-width: 1440px;
    /* background-color: powderblue; */
}

.professional {
    width: 100%;

    height: auto;
    padding: 20rpx;
}

.professional .a1 {
    width: 100%;
    float: left;

    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.professional .a1 .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2rem;
}

.professional .a1 .swiper-slide {
    background-size: cover;
    /* background-position: center; */
}

.professional .a1 .gallery-top {
    height: 838px;
    width: 100%;
}

.professional .a1 .gallery-thumbs {
    height: 260px;
    box-sizing: border-box;
    padding: 0.1rem 0;
    margin-bottom: 20px;
    opacity: 1;
    z-index: 11;
    overflow: hidden;
    margin-top: -184px;
    padding-right: 172px;
    /* padding-left: 172px; */
}

/* .professional .a1 .gallery-thumbs .swiper-slide{
	width: 182px !important;
	
} */
.professional .a1 .gallery-thumbs .swiper-slide-thumb-active {
    /* border: 1px solid #2658A8; */
    width: 384px !important;
}

.professional .a1 .gallery-thumbs .swiper-slide-thumb-active .galleryimg {
    width: 182px;
    height: auto;
    background-color: #cfced3;
    overflow: hidden;
}

.professional .a1 .gallery-thumbs .swiper-slide-thumb-active .galleryimg img {
    width: 100%;
    /* height: 100%; */
    object-fit: scale-down;
}

.professional .a1 .gallery-thumbs .show {
    display: none;
}

.professional .a1 .gallery-thumbs .swiper-slide-thumb-active .show {
    display: flex;
    align-items: center;
    padding: 9px 0 9px 10px;
    /* display: block; */
    background-color: #2658a8;
}

.professional .a1 .gallery-thumbs .swiper-slide-thumb-active .word {
    margin: 0 0 0 23px;
}

.professional .a1 .gallery-thumbs .swiper-slide-thumb-active .word .name {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 43px;
}

.professional .a1 .gallery-thumbs .swiper-slide-thumb-active .word .null {
    width: 35px;
    height: 1px;
    background: #ffffff;
    border-radius: 1px;
}

.professional .a1 .gallery-thumbs .swiper-slide-thumb-active .word .content {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 43px;
}

.professional .a1 .swiper-button-next {
    width: 44px !important;
    height: 43px !important;
    border-radius: 50%;
    background-image: url(../../images/pcindex/indexyou.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.professional .a1 .swiper-button-prev {
    width: 44px !important;
    height: 43px !important;
    border-radius: 50%;
    background-image: url(../../images/pcindex/indexzuo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.professional .a1 .swiper-button-next {
    position: absolute;
    bottom: 150px;
    top: auto;
    right: 227px;
}

.professional .a1 .swiper-button-prev {
    position: absolute;
    bottom: 150px;
    top: auto;
    left: 227px;
}

.professional .a1 .swiper-button-next:after,
.professional .a1 .swiper-button-prev:after {
    display: none;
}

.special {
    width: 587px;
    position: absolute;
    top: 221px;
    left: 17%;
}

.special .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 24px;

    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
}

.special .title span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.special .post {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.jjbs {
    width: 500px;
    height: 622px;

    position: absolute;
    left: 50%;
    top: 115px;
}
.jjbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.topical {
    display: flex;
    position: absolute;
    z-index: 11;
    left: 17%;
    top: 77px;
}

.topical .null {
    margin-top: 10px;
    width: 40px;
    height: 3px;
    background: #2658a8;
    border-radius: 2px;
}

.topical .theme {
    margin-left: 15px;
}

.topical .theme .title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
}

.topical .theme .yingwen {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    text-transform: uppercase;
}

.trends {
    min-width: 1400px;
    height: 374px;
    margin: 40px 0 0 0;
    position: relative;
}

.trends .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.trends .swiper-slide {
    width: 100%;
    font-size: 18px;
    background-color: transparent !important;
    /* display: flex; */
    /* align-items: center; */
}

.trends .swiper-slide .tren-img {
    width: 100%;
    height: 270px;
    /* background-color: #008000; */
}

.trends .swiper-slide .tren-img img {
    width: 100%;
    height: 100%;
}

.trends .swiper-slide .trencontent {
    height: 80px;
    margin-top: 32px;
    display: flex;
}

.trends .swiper-slide .trencontent .data {
}

.trends .swiper-slide .trencontent .data .time {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.trends .swiper-slide .trencontent .data .day {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.trends .swiper-slide .trencontent .null {
    width: 1px;
    height: 80px;
    background: #dddddd;
    border-radius: 1px;
    margin: 0 14px;
}

.trends .swiper-slide .word {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 331px;
}

.trends .swiper-slide .word .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trends .swiper-slide .word .substance {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

. .trends .swiper-slide:hover .word .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2658a8;
    line-height: 29px;
}

.trends .swiper-slide:hover .word .substance {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2658a8;
    line-height: 22px;
}

/* .trends .swiper-slide img {
	width: 100%;
	height: 100%;
} */

.modal {
    display: none;
    position: fixed;
    z-index: 25;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    /* background-color: #f4f4f4;
	width: 80%;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.2); */
    animation-name: modalopen;
    animation-duration: 1s;
    max-width: 1280px;
    height: 887px;
    background: #ffffff;
    margin: 2% auto;
    position: relative;
    overflow: hidden;
    overflow: scroll;
}

.modal-header {
    width: 44px;
    height: 44px;
    margin: 40px 0 63px 0;
}

.closeBtn {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    right: 42px;
}

.closeBtn img {
    width: 100%;
    height: 100%;
}

/* .modal-header h2,
.modal-footer h3 {
	margin: 0;
}

.modal-header {
	background-color: coral;
	padding: 15px;
	color: #fff;
}

.closeBtn {
	color: #fff;
	float: right;
	font-size: 30px;
}

.closeBtn:hover,
.closeBtn:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-body {
	padding: 10px 20px;
}

.modal-footer {
	color: #fff;
	background-color: coral;
	padding: 10px;
	text-align: center;
}

@keyframes modalopen {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}
 */

.popup {
    margin: 0 75px 90px 90px;
    display: flex;
    justify-content: space-between;
}

.popup .popuptu .popimg {
    width: 393px;
    height: 496px;
    background-color: #cfced3;
}

.popup .popuptu .popimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup .popuptu .pop {
    margin: 30px 0 0 19px;
}

.popup .popuptu .pop .name {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.popup .popuptu .pop .name span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.popup .popuptu .pop .phone {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 24px 0 0 0;
}

.popup .popuptu .pop .email {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.popup .popwenzi {
    max-width: 668px;
}

.popup .popwenzi .popneirong .popintrod {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin: 43px 0 0 0;
}

.popup .popwenzi .popneirong:first-child .popintrod {
    margin: 0 0 0 0;
}

.popup .popwenzi .popneirong .popcontent {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin: 40px 0 0 0;
}

.mainwrap {
    max-width: 1440px;
    margin: 0 auto;
}

/* 发展 */
.zjxm_a {
}

.zjxm_a .item {
    height: 131px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 0 10px 0;
}

.zjxm_a .item:last-child {
    margin-bottom: 0;
}

/* 偶数样式 */
.zjxm_a .item .text {
    height: 131px;
    width: 42%;
    background: url(../../images/pcindex/bj.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
}
.zjxm_a .item .text .word {
    margin: 30px 61px 0 41px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zjxm_a .item .img {
    position: absolute;
    left: 44.5%;
    top: 52px;
    width: 47.8%;
    bottom: 0;
    overflow: hidden;
}
.zjxm_a .item .null {
    height: 44px;
    background-color: #dcdcdc;
    width: 1px;
    left: 50%;
}

.zjxm_a .item .img img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

/* 奇数样式 */
.zjxm_a .item:nth-child(odd) {
    padding-left: 50%;
}
.zjxm_a .item:nth-child(odd) .null {
    height: 44px;
    background-color: #dcdcdc;
    width: 1px;
    right: 50%;
}
.zjxm_a .item:nth-child(odd) .text {
    width: 83.5%;
    background: url(../../images/pcindex/bjodd.png) no-repeat;
    margin-left: 118px;
    background-size: 100% 100%;
    background-position: center;
}
.zjxm_a .item:nth-child(odd) .text .word {
    margin: 30px 41px 0 61px;
}
.zjxm_a .item:nth-child(odd) .img {
    left: 44.5%;
    right: 50%;
}

/* 滑过样式 */
.zjxm_a .item:hover .img {
    color: #27539f;
}
.zjxm_a .item:hover .null {
    background-color: #27539f;
}
.zjxm_a .item:hover .text {
    background: url(../../images/pcindex/huaguobjodd.png);
    background-size: 100% 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
}
.zjxm_a .item:nth-child(odd):hover .text {
    background-position: center;
    background: url(../../images/pcindex/huaguobj.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
}

/* 详情 */
.details {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 700px;
}
.details-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    text-align: center;
    margin: 50px 0 0 0;
}
.details .details-center {
    margin: 38px 0 100px 0;
}
.details .details-center .details-wrod {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 37px;
}
.details .details-center .details-img {
    width: 100%;
    height: 200px;
    background-color: #2658a8;
    margin: 54px 0;
}
.details .details-center .details-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.pagination {
  display: inline-block;
  border-radius: 4px;
  background:#fff;
  /*float:right;*/
 }
 .pagination>li{ float:left;font-size:18px;}
.pagination>li>a,.pager>li>a,.pagination>li>span{
        border-width: 1px;
        border-radius: 0!important
}

.pagination>li>a{
        color: #2283c5;
        background-color: #fafafa;
        margin: 0 -1px 0px 10px;
        border-color: #e0e8eb;
        font-size:18px;
        
}

.pagination>li>a:hover{
        background-color: #eaeff2
        font-size:18px;
}

.pagination>li>a:focus{
        background-color: #eaeef2
}

.pagination>li.disabled>a,.pagination>li.disabled>a:hover {
        background-color: #f9f9f9;
        border-color: #d9d9d9
}

.pagination>li.active>a,.pagination>li.active>a:hover {
        background-color: #f00000;
        font-size:18px;
        border-color: #6faed9;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}