html,
body,
div,
h1,
p,
ul,
li,
img,
span,
a {
    padding: 0;
    margin: 0;
}

input,
button,
select {
    outline: none
}

a {
    color: #666666;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Hiragino Sans GB", "\5b8b\4f53", sans-serif;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
    line-height: 80px;
}

.clearfix {
    clear: both;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

html,
body {
    width: 100%;
    min-width: 1213px;
    background: #ffffff;
}

body {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Hiragino Sans GB", "\5b8b\4f53", sans-serif;
    color: #666666;
}

/* 默认样式结束*/
/* 头部样式*/

.header-box {
	width: 100%;
	min-width: 1213px;
	height: 94px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	background-color: #cc0066;
}

.header {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .title {
    display: inline-block;
    width:260px;
    height: 79px;
    background: url(../img/alblogo.jpg) no-repeat center;
    background-size: contain;
}

.header .header-btn {
    width: 64px;
    height: 92px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-right: 40px;
}

.header .active {
    box-sizing: border-box;
    border-bottom: 2px solid rgb(184, 32, 32);
    color: #E92439;
    /* background: rgba(74, 131, 249, 0.06); */
}

.header .header-btn:hover {
    border-bottom: 2px solid rgb(184, 32, 32);
    color: #E92439;
}

.heand_Input {
    height: 94px;
    line-height: 94px;
}

/* change select*/
.header .header-btn a {
    color: #fff;
}

.header .header-btn:hover a {
    color: #E92439;
}

.header .header-btn:hover ul {
    color: #fff;
    display: block;
}

.header .header-btn ul li:hover {
    color: #E92439;
}

.heand_Input a:nth-of-type(1) {
    width: 32px !important;
}

.heand_Input div:nth-of-type(1) {
    position: relative;
}

.select-child {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    margin-bottom: 10px;
}

.heand_Input input {
    margin-top: 28px;
    width: 20px;
    max-width: 260px;
    background: transparent;
    height: 38px;
    border: none;
    font-family: PingFangSC-Regular;
    color: white;
    box-sizing: border-box;
    border-radius: 19px;
    padding-right: 44px;
    padding-left: 56px;
    background-image: url(../img/magnifier.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 18px center;
    cursor: pointer;
}

.top-active {
    color: #E92439;
    border-bottom: 2px solid #E92439;
}

/*下面样式*/
.container {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    background-color: #f9f9f9;
}

.container .menu {
    width: 300px;
    height: 420px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding-top: 20px;
    float: left;
}

.container .menu h3 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.q-menu-img {
    background: url(../css/img/website/wenti2x.png)no-repeat;
    background-size: 22px 22px;
    background-position: 20px 13px;
}

.q-menu-img.active {
    background: url(../css/img/website/wenti.png)no-repeat #efefef;
    background-size: 22px 22px;
    background-position: 20px 13px;
}

.menu-img {
    background: url(../css/img/website/yonghuxi.png)no-repeat;
    background-size: 22px 22px;
    background-position: 20px 13px;
}

.menu-img.active {
    background: url(../css/img/website/yonghu.png)no-repeat #efefef;
    background-size: 22px 22px;
    background-position: 20px 13px;
}

.imgthree {
    background: url(../css/img/website/secrecy.png)no-repeat;
    background-size: 22px 22px;
    background-position: 20px 13px;
}

.imgthree.active {
    background: url(../css/img/website/secrecy2x.png)no-repeat #efefef;
    background-size: 22px 22px;
    background-position: 20px 13px;
}

.positionIicon {
    width: 22px;
    height: 22px;
    margin: 14px 20px 0 20px;
    float: left;
}

.container .menu ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.container .menu ul li a {
    padding-left: 62px;
    height: 50px;
    font-size: 14px;
    cursor: pointer;
}

.container .menu .selected a {
    border-radius: 0px;
    color: #257AED;
}

.container .content {
    float: left;
    margin-left: 40px;
    background-color: #fff;
    margin-bottom: 90px;
    width: 860px;
}

.menu_tab {
    padding: 50px;
}

.tt-title {
    font-size: 18px !important;
    color: #666666;
    margin-bottom: 10px;
}

.rehide {
    display: block;
}

.container .h3 {
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding-left: 62px;
    box-sizing: border-box;
}

.two-title {
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}

.xie-one {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-top: 80px;
    margin-bottom: 25px;
}

.xie-two {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
}

.xie-three {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 24px;
}

.menu-two {
    padding-bottom: 120px;
    display: none;
}

.menu-two h3 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.xie-four {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 24px;
}

.container-box {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

.show {
    display: block;
}

.imgtwo {
    background: url(../css/img/website/yonghu.png)no-repeat !important;
    background-size: 22px 22px !important;
}

.imgthre {
    background: url(../css/img/website/secrecy2x.png)no-repeat !important;
    background-size: 22px 22px !important;
}

.arrowe {
    background: url(../css/img/website/on.png) no-repeat;
    background-size: 20px 20px;
    background-position: 260px 13px;
}

.arrow {
    background: url(../css/img/website/pull.png) no-repeat !important;
    background-size: 20px 20px !important;
    background-position: 260px 13px !important;
}

.container .content .menu1 .show {
    display: block;
}

.container .content .menu1 .tab p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    word-break: break-all;
}

.container .content .menu1 .tab .tt {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Hiragino Sans GB", "5b8b4f53", sans-serif;
    ;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #333;
    line-height: 24px;
}

.speaci {
    margin-top: 80px;
}

.menu-three {
    display: none;
}

.ulmenu1 li,
.menu a {
    cursor: pointer;
}

.top-active {
    font-weight: bold;
}

#onebox {
    display: block;
    width: 300px;
    overflow: hidden;
    height: 150px;
}

.ulmenu1 {
    display: block;
    background-color: #fff !important;
}

.tab {
    display: none;
}


/* 常见问题页 */
.faq_banner {
    background-image: url("../img/faqBanner.png");
}

.faq_ul li {
    padding-bottom: 10px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    min-width: 1213px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.content ul li h3 {
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    padding-left: 50px;
}

.tit {
    border-bottom: 1px solid #ebebeb;
    line-height: 75px;
    height: 75px;
    margin-top: -18px;
    background: #e8e8e8;
    border-radius: 5px;
}

.content ul li:hover .tit {
    cursor: pointer;
    color: #E92439;
}

.content ul li .txt {
    display: none;
    padding-left: 50px;
    line-height: 25px;
    padding-bottom: 30px;
    padding-right: 50px;
}

.content ul li:hover .txt {
    display: block;
}

/* 二级页面 */

._banner {
    /* width: 1440px; */
    width: 100%;
    min-width: 1213px;
    height: 406px;
    margin: 0 auto;
    background-size: 100%;
    position: relative;
    margin-top: 94px;
    background-repeat: no-repeat;
    background-size: cover;
}

._banner p {
    font-size: 54px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 110px;
    left: 120px;
}

/* 联系我们 */
.contactus_banner {
    background-image: url("../img/contactusBanner.png");
}

.bg {
	width: 100%;
	/* width: 1440px; */
    height: 406px;
	background: cc0066;
	opacity: 0.3;
	position: absolute;
}

.abount_content {
    width: 1200px;
    min-width: 1200px;
    height: 520px;
    margin: 0 auto;
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
}

.abount_content_left {
    width: 444px;
    height: 100%;
    background: rgba(245, 245, 245, 1);
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
}

.tel_address_div {
    margin: 84px 0 61px 84px;
}

.address {
    margin-top: 20px;
    width: 250px;
    line-height: 30px;
}

.QRcode {
    width: 175px;
    height: 169px;
    margin: 0 auto;
    background-image: url("../images/wechat.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Public {
    text-align: center;
    margin-top: 10px;
}

.abount_content_right {
    width: 756px;
    height: 100%;
}

.contactus_banner2 {
    height: 316px;
    background-image: url("../img/about-right.jpg");
    background-size: 100% 100%;
}

.contactus_moduile {
    display: flex;
    justify-content: space-around;
}

.contactus_moduile div {
    width: 34%;
    font-family: OpenSans-SemiBold;
    color: rgba(30, 30, 30, 1);
}

.contactus_moduile div p:nth-child(1) {
    padding: 50px 0 0 50px;
    font-size: 20px;
    font-weight: 600;
}

.contactus_moduile div p:nth-child(2) {
    padding: 10px 0 0 50px;
}

.contactus_moduile div p:nth-child(3) {
    padding: 10px 0 0 50px;
}

.map {
    width: 1200px;
    height: 530px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.map_a {
    width: 100%;
    height: 100%;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/* 诚聘英才 */

.recruitment_banner {
    background-image: url(../img/recruitiment.png);
}

.service_banner {
    background-image: url(../img/service-banner.jpg);
}

.recruitment_banner p {
    font-size: 54px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 110px;
    left: 120px;
}


#box {
    min-width: 1213px;
    margin: 0 auto;
}

#recruitment_list {
    min-width: 1213px;

    height: 72px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(227, 227, 227, 1);
    margin: 0 auto;
}

.recruitment_content_list {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.recruitment_content_list input {
    border: none;
    background: white;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(30, 30, 30, 1);
    cursor: pointer;
}

.actives {
    color: #E92439 !important;
    border-bottom: solid 4px #E92439 !important;
}

.menu_content_ol {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    color: #1E1E1E;
    padding-top: 80px;
    padding-bottom: 100px;
}

.menu_content_ol p {
    line-height: 40px;
}

/* .menu_content_ol ol li {
    line-height: 40px;
} */

.menu_content_ol h3 {
    font-size: 18px;
    margin-top: 50px;
}

.menu_content_ol h3:nth-child(1) {
    margin-top: 80px;
}

.recruitment_resume {
    margin: 40px 0 0 0;
}

.recruitment_resume span {
    color: #E92439;
}



/* 关于我们 */

.about_banner {
    background-image: url("../img/About.png");
}

.about_content_first_part {
    width: 1200px;
    min-width: 1213px;
    height: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

/* about的企业简介部分 */
.about_content_first_part_imaA {
    width: 518px;
    height: 540px;
    background-image: url("../img/about1.png");
    background-size: 100%;
}

.about_content_first_part_content {
    width: 602px;
    height: 540px;
}

.about_content_first_part_content h2 {
    font-size: 40px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(233, 36, 57, 1);
}

.about_content_first_part_content h3 {
    font-size: 32px;
    font-family: OpenSans-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.about_content_first_part_content ul li {
    line-height: 25px;
    margin-bottom: 10px;
    color: #333333;
    font-family: PingFangSC-Regular;
}

.swiper-content {
    width: 1200px;
    ;
    height: 380px;
    display: flex;
    justify-content: space-between;
}

/* about企业文化部分 */

.about_content_second_part {
    width: 1200px;
    height: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
    font-family: PingFangSC-Regular;
}

.about-swiper-li1 .about_content_second_part_imaA {
    width: 621px;
    height: 380px;
    background-image: url("../img/about2.png");
    background-size: 100% 100%;
}

.about-swiper-li2 .about_content_second_part_imaA {
    width: 621px;
    height: 380px;
    background-image: url("../img/faith.png");
    background-size: 100% 100%;
}

.about-swiper-li3 .about_content_second_part_imaA {
    width: 621px;
    height: 380px;
    background-image: url("../img/culture.png");
    background-size: 100% 100%;
}

.about-content-culture {
    font-size: 40px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(233, 36, 57, 1);
    height: 60px;
    line-height: 60px;
}

.about-content-company {
    margin-bottom: 60px;
    font-size: 32px;
    font-family: OpenSans-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 48px;
}

/*轮播图*/
.about-swiper {
    width: 3600px;
    height: 380px;
    position: absolute;
}

.about-swiper li {
    float: left;
    width: 1200px;
    position: relative;
}

.aboutp-swiper-bar {
    width: 1200px;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.about_p1 {
    font-size: 50px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    line-height: 75px;
    margin-top: 20px;
}

.about_p2 {
    width: 519px;
    font-size: 34px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    margin-top: 40px;
    line-height: 48px;
}

/*进度条*/
.about-bar {
    display: flex;
    justify-content: space-between;
    width: 146px;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.about-bar div {
    width: 42px;
    height: 4px;
    background: rgba(216, 216, 216, 1);
    overflow: hidden;
}

.about-bar div .fill {
    width: 0px;
    height: 4px;
    background: rgba(233, 36, 57, 1);
}




/* ↓业务范围↓ */

.service-content {
    line-height: 26px;
    padding: 50px 0 0 50px;

}

table tr {}

.menu_content_ol_service {
    width: 1200px;
    margin: 0 auto;
    color: #1E1E1E;
    padding-bottom: 100px;
}

.service_content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    border-top: 1px solid #ebebeb;
}

.service_content_left {
    width: 250px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.service_content_left_Placeholder {
    /* width: 250px; */
    background: #fff;
}

.service_content_left ul li {
    width: 250px;
    height: 64px;
    line-height: 64px;
    font-size: 15px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    cursor: pointer;
}

.service_content_left ul li a {
    display: block;
    width: 250px;
    height: 64px;
    position: absolute;
}

.service_content_left ul li span {
    margin-left: 19px;
}

.service_content_left ul li:hover {
    color: rgba(233, 36, 57, 1);
}


/* 吸顶 */
.dw11,
.dw22,
.dw33,
.dw44 {
    position: absolute;
}

.service_content_right {
    width: 950px;
    display: none;
}

.service_left_title {
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 60px;
    margin-top: 40px;
}

.display_service_content_left {
    width: 900px;
    padding-left: 49px;

}


.display_service_content_left_a h3 {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.display_service_content_left_a h4 {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.display_service_content_left_a ol li {
    line-height: 30px;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(30, 30, 30, 0.7);
    list-style: decimal;
}

.service_bottom {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.service_right_img1 {
    float: right;
    width: 310px;
    height: 396px;
    background-image: url("../img/service_content_left.png");
    background-size: 100% 100%;
    margin: 0 0 50px 50px;
}

.service_right_img2 {
    float: right;
    width: 310px;
    height: 396px;
    background-image: url("../img/bussiness-investment.png");
    background-size: 100% 100%;
    margin: 0 0 50px 50px;
}

.service_right_img3 {
    float: right;
    width: 310px;
    height: 396px;
    background-image: url("../img/bussiness-finace.png");
    background-size: 100% 100%;
    margin: 0 0 50px 50px;
}

.service_right_img4 {
    float: right;
    width: 310px;
    height: 396px;
    background-image: url("../img/bussiness-manage.png");
    background-size: 100% 100%;
    margin: 0 0 50px 50px;
}

.service_content2_p {
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    margin-top: 80px;
    margin-bottom: 60px;
}

.service_content2_list {
    font-size: 18px;
    font-family: OpenSans-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    height: 75px;
    background: rgba(242, 242, 242, 1);
    line-height: 75px;
    padding-left: 50px;
    margin-left: 49px;
}

.service_li_a {
    margin: 30px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-left: 99px;
}

.service_content_right li {
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.service_ol {
    margin-left: 59px;
}

.service_ol li {
    list-style-type: lower-alpha;
}

.service_er_li li {
    list-style: decimal !important;
}

.Information {
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    font-weight: 600;
    color: rgba(30, 30, 30, 1);
    margin: 30px 0 30px 50px;
}

table {
    margin-left: 50px;
    max-width: 850px !important;
}

tbody tr {
    height: 64px;
}

tbody tr td {
    width: 216px;
    text-align: left;
    padding-left: 30px;
    line-height: 24px;
    padding-right: 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

tbody tr td:nth-child(1) {
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(30, 30, 30, 1);
}

tbody tr:nth-child(1) {
    background: rgba(233, 36, 57, 1);
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

tbody tr:nth-child(odd) {
    background: rgb(230, 225, 225) !important;
}

tbody tr:nth-child(1) td {
    text-align: center !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 1) !important;
}

tbody tr:nth-child(2) {
    height: 120px;
}


.table_two tr:nth-child(2) td {
    font-size: 16px;
    font-family: OpenSans-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.table_two tr:nth-child(2) td ol {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.table_two tr:nth-child(2) td ol li {
    list-style: decimal !important;
    line-height: 40px !important;
}

.actives2 {
    background: rgba(233, 36, 57, 1);
    color: white !important;
}

/* ↑业务范围↑ */

._news {
    background-image: url("../img/news.png");
}

.news_list {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.news_list li {
    width: 378px;
    height: 366px;
    border: 1px solid rgba(242, 242, 242, 1);
    margin-bottom: 50px;
    margin-left: 10px;
}

.news_list li img {
    border: 1px dotted #333;
    width: 100%;
    height: 270px;
}

.news_list li .li-text {
    font-size: 18px;
    color: #1E1E1E;
    display: block;
    height: 100px;
    overflow: hidden;
    position: relative;
}


.news_list li a:active {
    color: #333;
}

/* font-change */
.li-content {
    width: 378px;
    height: 129px;
    position: absolute;
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgba(242, 242, 242, 1)
}

.li-text-one {
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    line-height: 30px;
    height: 100px;
    border-bottom: 1px solid rgba(242, 242, 242, 1)
}

.li-text-two {
    padding: 0 0 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: OpenSans-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
}

.news_list li:hover .li-text {
    overflow: visible;
}

.news_list li:hover .li-text-one {
    border-bottom: none;
}

.news_list li:hover .li-content {
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-320px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    cursor: pointer;
}


/* news详情页 */
.news-detail-body {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 110px;
}

.news-detail-left {
    width: 70%;
}

.news-detail-left-h2 {
    font-size: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    line-height: 40px;
}

.news-detail-time {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 26px;
}

.detail-hr {
    width: 30px;
    height: 4px;
    background: rgba(216, 216, 216, 1);
    border: none;
    margin-left: 0px;
}

.news-content {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 26px;
    margin-top: 50px;
}

.news-content p {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.news-detail-right {
    width: 25%;
    height: 100%;
    border-left: 1px #E5E5E5 solid;
    padding-left: 29px;
}

.news-detail-right-h4 {
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    line-height: 28px;
}

.news-detail-right-li {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    list-style: none;
    line-height: 28px;
    padding-top: 20px;
}

.news-detail-right-li a {
    max-width: 300px;
    text-decoration: none;
    color: rgba(153, 153, 153, 1);
}

.news-detail-right-li a:hover {
    color: #E92439 !important;
}

.fix {
    position: fixed;
    top: 0;
}

/* ↓ news分页 ↓ */

.search {
    display: flex;
    padding-left: 300px;
}

.holder {
    text-align: center;
}

.number {
    width: 40px;
    height: 25px;
    margin-top: 10px;
    padding-left: 10px;
}

.button {
    width: 40px;
    height: 30px;
    font-size: 12px;
    margin: 10px;
    border: solid 1px #dad8d8;
    cursor: pointer;
    border-radius: 2px;
    color: white;
    background: gray;
}

.holder a {
    font-size: 18px;
    cursor: pointer;
    color: #999999;
    margin: 0 10px;
}

.holder {
    margin: 15px 0;
    text-align: center;
}

.holder a:hover {
    color: red;
}

.holder a.jp-previous {
    margin-right: 15px;
}

.holder a.jp-next {
    margin-left: 15px;
}

.holder a.jp-current,
a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
    color: white;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
    cursor: default;
}

.holder span {
    margin: 0 5px;
}

/* ↑ news分页 ↑ */
.return {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: solid 2px gray;
    position: relative;
    top: 40px;
    left: 790px;
}

/*↑ news详情页  ↑*/
