
.list img {
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

.list li:hover img {
  /*  transform: scale(1.2);
    -ms-transform: scale(1.2);*/
}

.list .swiper-slide:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.Sban {
    height: 280px;
    background: center no-repeat;
    background-size: cover;
}

.Scolumn {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.Scolumn .auto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    width: 1210px !important;
}

.Scolumn .column {
    display: flex;
    align-items: center;
}

.sb_navflex {
    justify-content: space-between;
}

.sb_navflex .l {
    display: flex;
    align-items: center;
}

.sb_navflex .sb_nav {
    display: flex;
    align-items: center;
}

.sb_navflex .sb_nav li {
    padding: 0 6px;
}

.sb_navflex .sb_nav li a {
    line-height: 30px;
    padding: 0 12px;
    display: inline-block;
    border-radius: 30px;
}

.sb_navflex .sb_nav li a.on,
.sb_navflex .sb_nav li a:hover {
    background: #d4a253;
    color: #fff;
}

.Scolumn .column .name {
    background: #d4a253;
    color: #fff;
    min-width: 100px;
    position: relative;
    margin-top: -20px;
    text-align: center;
    padding: 30px 5px;
}

.Scolumn .column .name::after {
    content: "";
    position: absolute;;
    top: 0;
    left: 50%;
    height: 17px;
    background: rgba(255, 255, 255, .5);
    width: 1px;
}

.Scolumn .column .c .Scolumn .column .e {
    white-space: nowrap;
    line-height: 10px;
}

.Scolumn .column .e {
    opacity: .5
}

.Scolumn .column a {
    margin-left: 5px;
    white-space: nowrap;
    color: #666;
}

.Scolumn .column .local {
    background: url(../images/s_local.png) left center no-repeat;
    margin-left: 10px;
    padding-left: 20px;
}

.Scolumn .column .local a {
    color: #666;
}

.Scolumn .column .local a:hover {
    color: #d4a253;
}

.Scolumn .nav a {
    display: block;
    float: left;
    padding: 0 1em;
    line-height: 30px;
    position: relative;
    margin: 25px 10px 25px 0;
}

.Scolumn .nav a:before {
    position: absolute;
    right: -5px;
    top: 6px;
    width: 1px;
    height: 20px;
    content: "";
    background: #ddd
}

.Scolumn .nav a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -26px;
    height: 2px;
    background: #d4a253;
    width: 0;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.Scolumn .nav a:hover,
.Scolumn .nav a.on {
    color: #d4a253;
    font-weight: bold;
}

.Scolumn .nav a:hover::after,
.Scolumn .nav a.on::after {
    width: 100%;
    left: 0;
}

.honor_nav {
    margin-top: -30px;
    padding-bottom: 22px;
}

.honor_nav ul {
    font-size: 0;
    text-align: left;
}

.honor_nav li {
    display: inline-block;
    padding: 0 10px;
}

.honor_nav li a {
    display: block;
    line-height: 28px;
    border: 1px solid #fff;
    padding: 0 18px;
    font-size: 14px;
    color: #333333;
}

.honor_nav li a:hover,
.honor_nav li a.on {
    border-color: #d4a253;
}

.Spage {
    padding: 50px 0;
    min-height: 40vh;
}

.bodyBox {
    overflow: hidden;
}

.bodyBox img {
    max-width: 100%;
    height: auto !important;
}

.honorList .list {
    overflow: hidden;
}

.honorList .list ul {
    overflow: hidden;
    margin: 0 -10px -10px 0;
}

.honorList .list li {
    float: left;
    width: 25%;
    padding: 0 10px 10px 0;
}

.honorList .list a {
    display: block;
    border: 1px solid #ddd;
}

.honorList .list .t {
    display: none;
    text-align: center;
    line-height: 60px;
    background: #f0f0f0;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.honorList .list .pic {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    margin: 10px;
}

.honorList .list a:hover {
    border-color: #d4a253;
}

.honorList .list a:hover .t {
    background: #d4a253;
    color: #fff;
}

.ts-tit {
    text-align: center;
    font-size: 28px;
    color: #d4a253;
    line-height: 38px;
    margin-bottom: 70px;
    font-weight: 700;
}

.about-manage{
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-bottom: 40px;
}

.about-manage .manage-wrap {
    width: 20%;
    background-color: #f5f5f5;
}

.about-manage .manage-wrap .manage-list p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 24px;
}

.about-manage .manage-wrap .manage-content {
    padding: 16px;
}

.about-manage .manage-there {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    /* grid-template-columns: 50% 50%; */
    gap: 12px;
    width: 80%;
    padding-left: 16%;
}

.about-manage .manage-there .there-wrap .there-list {
    width: 17%;
    background: #d4a253;
    border-radius: 14px;
}

.about-manage .manage-wrap .manage-list {
    background-color: #d4a253;
    border-radius: 16px;
}

.about-manage .manage-wrap .manage-content{
	padding: 16px;
}

.about-manage .manage-wrap .manage-content p{
    font-size: 16px;
    color: #000;
    text-align: left;
    font-weight: 500;
}

.about-manage .manage-there{
	display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    /* grid-template-columns: 50% 50%; */
    gap: 12px;
    width: 80%;
	padding-left: 16%;
}

.about-manage .manage-there .there-wrap{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.about-manage .manage-there .there-wrap:nth-child(2) .there-list{
	background: #d4a253;
}

.about-manage .manage-there .there-wrap .there-list{
    width: 15%;
    background: #d4a253;
    border-radius: 14px;
}

.about-manage .manage-there .there-wrap .there-list p{
	font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 0px;
}

.about-manage .manage-there .there-wrap .there-list img{
	padding-top: 10px;
	display: inline-block;
}

.about-manage .manage-there .there-wrap .there-content{
	width: 80%;
    background: #f5f5f5;
    border-radius: 14px;
    height: 100%;
    padding: 26px 36px;
}

.about-manage .manage-there .there-wrap .there-content p{
	font-size: 16px;
    text-align: left;
    color: #000;
    letter-spacing: 1px;
}

.about-manage .manage-there .there-wrap:nth-child(1):after{
	content: "";
    display: block;
    position: absolute;
    right: calc(100% + -11px);
    top: calc(50% - -48px);
    transform: rotate(-30deg);
    height: 30px;
    width: 28%;
    background-image: url(../images/manage-10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-manage .manage-there .there-wrap:nth-child(2):after{
	content: "";
    display: block;
    position: absolute;
    right: calc(100% + 7px);
    top: calc(50% - 12px);
    height: 30px;
    width: 24%;
    background-image: url(../images/manage-9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-manage .manage-there .there-wrap:nth-child(3):after{
	content: "";
    display: block;
    position: absolute;
    right: calc(100% + -6px);
    top: calc(50% - 83px);
    height: 30px;
    transform: rotate( 28deg);
    /* width: 24%; */
    width: 27%;
    background-image: url(../images/manage-10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
		

.quotes {
    clear: both;
    margin: 0 20px;
    text-align: center;
    padding-top: 50px;
    font-size: 0;
}

.quotes a {
	margin: 3px 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    background: #fff;
}

.quotes a.on,
.quotes a:hover {
    color: #fff;
    background: #d4a253;
    border-color: #d4a253;
}

.deveList .list > dl {
    padding: 70px 0;
    position: relative;
}

.deveList .list > dl > dd {
    position: relative;
    padding-left: 210px;
    margin-bottom: 50px;
}

.deveList .list > dl > dd > .t {
    position: absolute;
    left: 0;
    top: 15px;
    border: 2px solid #d4a253;
    width: 130px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 46px;
    cursor: pointer;
}

.deveList .list > dl > dd > .p {
    padding: 30px 70px 30px 30px;
    position: relative;
    background: #d4a253;
    height: 80px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.deveList .list > dl > dd > .p * {
    color: #fff !important;
}

.deveList .list > dl > dd > .p.up {
    background: #f3f3f3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px !important;
}

.deveList .list > dl > dd > .p.up * {
    color: #333 !important;
}

.deveList .list > dl > dd > .p.up::after {
    border-right-color: #f3f3f3;
}

.deveList .list > dl > dd > .p > .click {
}

.deveList .list > dl > dd > .p > .click::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -18px;
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 15px;
    height: 15px;
}

.deveList .list > dl > dd > .p.up > .click::after {
    border-color: #d4a253;
    transform: rotate(45deg);
    right: 45px;
    margin-top: -8px;
}

.deveList .list > dl > dt {
    margin-left: 210px;
    background: #f3f3f3;
    width: 150px;
    text-align: center;
    line-height: 48px;
}

.deveList .list > dl > dt span {
    padding-left: 3px;
}

.cultList .list > ul {
    margin: 0 -60px -60px 0;
}

.cultList .list > ul > li {
    float: left;
    width: 50%;
    padding: 0 60px 60px 0;
}

.cultList .list > ul > li .box {
    position: relative;
    overflow: hidden;
}

.cultList .list > ul > li .pic {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 67%;
}

.cultList .list > ul > li .txt {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    margin-top: -90px;
    background: rgba(81, 81, 81, .45);
    color: #fff;
    padding: 10px 45px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.cultList .list > ul > li .t {
    line-height: 40px;
}

.cultList .list > ul > i.info {
    line-height: 25px;
    margin-bottom: 0;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.newsBg {
    background: #f4f4f4;
    padding: 35px 0;
}

.newsTitle {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.newsTitle::after,
.newsTitle::before {
    content: "";
    position: absolute;
    left: 50%;
}

.newsTitle::before {
    height: 1px;
    width: 280px;
    background: #ddd;
    margin-left: -140px;
    bottom: 1px;
}

.newsTitle::after {
    height: 3px;
    width: 60px;
    background: #d4a253;
    margin-left: -30px;
    bottom: 0;
}

.newsTitle .c {
    font-weight: bold;
}

.newsTitle .e {
    text-transform: uppercase;
}

.newsMore {
    padding-top: 30px;
}

.newsMore a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 48px;
    color: #d4a253;
    border: 1px solid #d4a253;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    margin: 0 auto;
}

.newsMore a:hover {
    background: #d4a253;
    color: #fff;
}

.newsGui01 {
    margin-bottom: 50px;
}

.newsGui01 .auto {
    display: flex;
    justify-content: space-between
}

.newsGui01 .left {
    width: 850px;
    background: #fff;
    height: 340px;
    position: relative;
}

.newsGui01 .left .list {
    width: 450px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.newsGui01 .left .lsl {
    display: block;
    position: relative;
    width: 450px;
    height: 340px;
    overflow: hidden;
}

.newsGui01 .left .list .btn a {
    display: block;
    background: rgba(0, 0, 0, .5) center no-repeat;
    width: 30px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 2;
    cursor: pointer;
}

.newsGui01 .left .list .btn .prev {
    left: 0;
    background-image: url(../images/news_left_btn.png);
}

.newsGui01 .left .list .btn .next {
    right: 0;
    background-image: url(../images/news_right_btn.png);
}

.newsGui01 .left .txt {
    padding: 30px 30px 30px 480px;
}

.newsGui01 .left .txt {
    line-height: 30px;
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

.newsGui01 .left .txt .time {
    color: #666;
    height: 20px;
    line-height: 20px;
    margin: 5px 0 15px 0;
}

.newsGui01 .left .txt .p {
    line-height: 25px;
    max-height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
}

.newsGui01 .left .txt .more {
    text-align: right;
    margin-top: 40px;
}

.newsGui01 .left .txt .more a {
    display: inline-block;
    padding-right: 35px;
    background: url(../images/news_more_btn.png) right center no-repeat;
    line-height: 30px;
}

.newsGui01 .right {
    width: 320px;
    margin-left: 20px;
    background: #fff;
    height: 340px;
    overflow: hidden;
}

.newsGui01 .right .title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 10px 20px 0 20px;
    margin-bottom: 5px;
    line-height: 40px;
}

.newsGui01 .right .title::after {
    content: "";
    position: absolute;
    width: 4em;
    left: 20px;
    bottom: -1px;
    border-top: 1px solid #ee8121;
}

.newsGui01 .right .list {
    padding: 0 20px;
}

.newsGui01 .right .list {
    line-height: 35px;
}

.newsGui01 .right .list a {
    display: block;
    position: relative;
    padding-left: 25px;
}

.newsGui01 .right .list a .s {
    display: block;
    position: absolute;
    line-height: 18px;
    text-align: center;
}

.newsGui01 .right .list li:nth-child(1) a .s {
    background: #d4a253;
}

.newsGui01 .right .list li:nth-child(2) a .s {
    background: #666;
}

.newsGui01 .right .list li:nth-child(3) a .s {
    background: #999;
}

.newsGui .btn a {
    display: block;
    height: 46px;
    width: 46px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    background: url(../images/news_btn.png);
    background-size: 200%;
    cursor: pointer;
    z-index: 3;
}

.newsGui .btn a.prev {
    right: 100%;
    margin-right: 60px;
    background-position: left bottom;
}

.newsGui .btn a.prev:hover {
}

.newsGui .btn a.next {
    left: 100%;
    margin-left: 60px;
    background-position: right bottom;
}

.newsGui .btn a.next:hover {
    background-position: right top;
}

.newsGui02.newsBg {
    margin-top: 50px;
}

.newsGui02 .auto {
    position: relative;
}

.newsGui02 .list {
    overflow: hidden;
}

.newsGui02 .list li {
    width: 33.33%;
}

.newsGui02 .list li a {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
}

.newsGui02 .list li .time {
    color: #999;
    line-height: 30px;
}

.newsGui02 .list li .t {
    font-size: 18px;
    height: 60px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}

.newsGui02 .list li .line {
    border-top: 1px solid #ddd;
    margin: 30px 0 35px 0;
}

.newsGui02 .list li .pic {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.newsGui03 {
    padding-top: 50px;
}

.newsGui03 .auto {
    position: relative;
}

.newsGui03 .list {
    overflow: hidden;
}

.newsGui03 .list li .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.newsGui03 .list li .time {
    color: #666;
    padding-bottom: 40px;
    line-height: 20px;
}

.newsGui03 .list li .p {
    color: #666;
    height: 100px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.newsGui03 .list li .more {
    padding-top: 40px;
}

.newsGui03 .list li .more a {
    color: #d4a253;
}

.newsList .list {
    overflow: hidden;
}

.newsList .list ul {
    margin-bottom: -35px;
}

.newsList .list li {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.newsList .list li .pic {
    position: relative;
    display: block;
    width: 250px;
    height: 160px;
    float: right;
    margin-left: 30px;
}

.newsList .list li .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.newsList .list li .time {
    color: #666;
    padding-bottom: 15px;
    line-height: 20px;
}

.newsList .list li .p {
    color: #666;
    height: 50px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList .list li .more {
}

.newsList .list li .more22 a {
    color: #d4a253;
}

.bdfx_comm {
    padding-top: 10px;
    float: right;
}

.bdfx_comm .bdsharebuttonbox {
    display: flex;
    align-items: center
}

.bdfx_comm a {
    display: inline-block !important;
    float: none ! important;
    margin: 0 5px ! important;
    padding: 0 !important;
    width: 18px
}

.newsInfo {
    display: flex;
    justify-content: space-between;
}

.newsInfo .bdfx_comm {
    padding-top: 0;
}

.newsInfo .left .title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 3%;
}

.newsInfo .left .info {
    padding-bottom: 20px;
}

.newsInfo .left .bodyBox {
    padding: 30px 0;
    overflow: hidden;
    min-height: 20vh;
}

.newsInfo .right {
    width: 335px;
    margin-left: 20px;
    min-width: 280px;
}

.newsInfo .right .topic a {
    display: block;
    position: relative;
}

.newsInfo .right .topic .pic {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 60%;
}

.newsInfo .right .topic .pic img {
    display: block;
}

.newsInfo .right .topic .t {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.newsInfo .right .title {
    padding-top: 30px;
}

.newsInfo .right .title .e {
    font-size: 32px;
    color: #999;
    font-weight: 100;
    line-height: 1.2;
}

.newsInfo .right .title .c {
    font-size: 18px;
}

.newsInfo .right .list {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin: 20px 0;
}

.newsInfo .right .list li {
    padding-top: 30px;
}

.newsInfo .right .list li a {
    display: block;
    font-size: 15px;
    color:#333;
    transition: 0s;
    cursor: pointer;
}

.newsInfo .right .list li a:hover{
    color:#d4a253;
}

.newsInfo .right .list li .time {
    color: #666;
}

.newsInfo .right .pn {
    display: flex;
    flex-direction: column;
    line-height: 2;
    max-width: 800px;
}

.newsInfo .right .pn p {
    font-size: 15px;
    color: #d4a253;
    font-weight: bold
}

.newsInfo .right .pn p a {
    font-size: 15px;
    color: #666;
    font-weight: 400
}

.newsInfo .right .pn p a:hover {
    color: #d4a253
}

.newsInfo .right .golist {
    display: block;
    width: 170px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #d4a253;
    font-size: 15px;
    margin-top: 30px;
}

.newsInfo .right .golist span {
    display: inline-block;
    width: 25px;
    background: url(../images/golist.png) center no-repeat;
    margin-right: 10px;
}

.ItemList {
    background: #f3f3f3;
    margin-top: 45px;
}

.ItemList .list {
    overflow: hidden;
}

.ItemList .list ul {
    overflow: hidden;
    margin: 0 -30px -30px 0;
}

.ItemList .list li {
    float: left;
    width: 33.33333%;
    padding: 0 30px 30px 0;
}

.ItemList .list a {
    display: block;
}

.ItemList .list .t {
    text-align: center;
    line-height: 90px;
    background: #fff;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.ItemList .list .pic {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
}

.ItemList .list a:hover {
    border-color: #d4a253;
}

.ItemList .list a:hover .t {
    color: #d4a253;
    font-weight: bold;
}

.contInfo .top {
    display: flex;
    justify-content: space-between;
}

.contInfo .top .left {
    width: 48%;
    margin-right: 20px;
}

.contInfo .top .right {
    min-width: 48%;
    width: 48%;
}

.contInfo .top .right .title {
    padding-bottom: 3%;
}

.contInfo .top .right .box {
    overflow: hidden;
}

.contInfo .top .right .box form {
    display: block;
    margin-right: -1%;
}

.contInfo .top .right .box select,
.contInfo .top .right .box input {
    float: left;
    width: 49%;
    margin: 0 1% 1% 0;
    background: #f2f2f2;
    display: block;
    line-height: 40px;
    padding: 0 18px;
    height: 40px;
}

.contInfo .top .right .box textarea {
    width: 99%;
    background: #f2f2f2;
    height: 180px;
    padding: 12px 18px;
    display: block;
    margin-bottom: 3%;
}

.contInfo .top .right .box select {
    -webkit-appearance: menulist;
}

.contInfo .top .right .box .btn {
    width: 99%;
    background: #fff;
    border: 2px solid #d4a253;
    text-align: center;
    color: #d4a253;
    height: 44px;
    cursor: pointer;
}

.contInfo .top .right .box .btn:hover {
    background: #d4a253;
    color: #fff;
}

.contInfo .top .right .txt {
    text-align: center;
    color: #666;
    line-height: 20px;
    padding: 1% 0;
}


/* .contInfo .map{ padding-top: 3%;} */

.contInfo .map iframe {
    width: 100%;
    height: 350px;
}

.jobsList > table {
    border-collapse: collapse;
    width: 100%;
}

.jobsList .title2 {
    cursor: pointer;
    user-select: none;
}

.jobsList .title > th {
    font-weight: 500;
    background: #b4b4b4;
    color: #fff;
    line-height: 28px;
    padding: 10px;
    white-space: nowrap;
}

.jobsList .title > td {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    line-height: 24px;
    white-space: nowrap;
}

.jobsList .title > td:nth-child(1) {
    white-space: normal;
}

.jobsList .info {
    background: #f5f5f5;
    display: none;
}

.jobsList .showBox {
    padding: 0 30px;
    height: 0;
    overflow: hidden;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.jobsList .showBox .box {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.jobsList .showBox .box .code {
    display: flex;
    align-items: center;
}

.jobsList .showBox .box .code img {
    width: 125px;
    margin-right: 10px;
}

.jobsList .showBox .box .btn {
    display: block;
    width: 120px;
    line-height: 36px;
    background: #d4a253;
    text-align: center;
    color: #fff;
    height: 36px;
}

.jobsList .showBox .bodyBox {
    padding: 30px 0;
}

.sub_body {
    margin-bottom: 60px;
}

.sub_title {
    text-align: center;
    line-height: 1.2;
    padding: 70px 0 40px 0;
    font-size: 22px;
    color: #333333;
}

.sub_title .en {
    text-transform: uppercase;
    font-size: 26px;
}

.sub_title .p {
    font-size: 15px;
    color: #666666;
    padding-top: 15px;
    line-height: 1.7;
}

.wenhua_blist {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 2%;
}

.wenhua_blist li {
    float: left;
    width: 20%;
    padding: 10px;
}

.wenhua_blist li .padd {
    background: #f6f6f6;
    height: 400px;
    border: 1px solid #fff;
}

.wenhua_blist li .img {
    position: relative;
    padding-bottom: 68.53%;
    overflow: hidden;
}

.wenhua_blist li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.wenhua_blist li .wh_w {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #15b6de;
    margin: -39px auto 0;
    text-align: center;
    z-index: 9;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    padding-top: 15px;
}

.wenhua_blist li:nth-child(2) .wh_w {
    background: #5887ce;
}

.wenhua_blist li:nth-child(3) .wh_w {
    background: #d3a253;
}

.wenhua_blist li:nth-child(4) .wh_w {
    background: #1eaf93;
}

.wenhua_blist li:nth-child(5) .wh_w {
    background: #5874ce;
}

.wenhua_blist li .p {
    text-align: center;
    color: #666666;
    padding: 20px 25px;
    font-size: 14px;
}

.wenhua_blist li:hover .padd {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-color: #e3e3e3;
}

.wenhua_blist li:hover .p {
    color: #333333;
}

.job_com {
    padding: 20px 0 30px;
}

.job_com td {
    line-height: 24px;
    padding: 10px 5px;
    font-size: 14px;
}

.job_com td.job_l {
    text-align: right;
    width: 120px;
    padding-right: 16px;
}

.job_com td input {
    padding: 0 8px;
    line-height: 24px;
}

.job_com td .job_txt {
    width: 250px;
    font-size: 14px;
    border: 1px solid #999;
}

.job_com td .job_nr {
    font-size: 14px;
    font-family: "Microsoft YaHei", serif;
    padding: 6px 10px;
    line-height: 22px;
    height: 100px;
    width: 400px;
    border: 1px solid #999;
}

.job_com td .job_sub {
    background: #34ba88;
    color: #fff;
    height: 36px;
    width: 110px;
    text-align: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.w {
    width: 1350px;
    margin: 0 auto;
}


/* .sub_video .list{ overflow: hidden; margin-bottom: 70px;}
.sub_video .list li{ width: 47.5%; border: 1px solid #ddd; position: relative; float: left; margin-top: 70px;}
.sub_video .list li:nth-child(2n){ float: right;}
.sub_video .list li .pic{ width: 100%; padding-bottom: 60%; position: relative;}
.sub_video .list li .pic img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: 5; cursor: pointer;}
.sub_video .list li .pic::after{ content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 75px; height: 75px; background: url(../images/ico_play.png); z-index: 6;}
.sub_video .list li iframe,
.sub_video .list li video{ position: absolute; left: 0; top: 0; width: 100%; background: #000; height: 100%;}
.videobox{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; z-index: 99999;}
.videobox .close{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.videobox iframe{ width: 960px; height: 640px; position: relative; z-index: 5;} */

.sub_video .list {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.sub_video .list li {
    width: 33.3333%;
    position: relative;
    float: left;
    padding: 15px;
}

.sub_video .list li .padd {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

.sub_video .list li .padd:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sub_video .list li .h3 {
    text-align: center;
    color: #333;
    font-size: 16px;
    padding-top: 10px;
}

.sub_video .list li .pic {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
    width: 100%;
}

.sub_video .list li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
    cursor: pointer;
}

.sub_video .list li .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    z-index: 6;
    background-size: 50px;
    background: url(../images/ico_play.png) no-repeat center center;
}

.sub_video .list li iframe,
.sub_video .list li video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    height: 100%;
}

.videobox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.videobox .close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.videobox iframe,
.videobox .video_c {
    width: 960px;
    height: 640px;
    position: relative;
    z-index: 5;
}

.video_com {
    position: relative;
}

.video_com .close_ico {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 2px;
    background: url(../images/close_ico.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
    z-index: 99;
}

.cont_cdd {
    /* display: flex;
	align-items: center;
	padding-right: 3%;
	padding-top: 10px; */
}

.lx_ewm img {
    max-width: 40%;
    display: inline-block;
    vertical-align: top;
}

.cont_cdd .p1 {
    white-space: nowrap;
}


.ts_tit .p {
    font-size: 15px;
    color: #666666;
    padding-top: 15px;
    line-height: 1.7;
}

.ts_ewm ul {
    padding: 10px 0
}

.ts_ewm li {
    padding: 5px;
    font-size: 14px;
    text-indent: 2em;
    vertical-align: middle;
}

.ts_ewm li img {
    width: 100%;
    max-width: 110px;
    margin-left: 45px;

}

.ts_ewm li p {
    font-size: 14px;
}

.tousu {
    max-width: 540px;
    margin: 0 auto;
}

.tousu td.job_l {
    padding-right: 10px;
    color: #333333;
}

.tousu td.job_l span {
    color: #cc0000;
}

.tousu td .job_txt {
    padding: 3px 8px;
}

.tousu td .job_txt,
.tousu td .job_nr {
    border-color: #dedede;
    width: 100%;
}

.tousu td .job_sub {
    border-radius: 50px;
    background: #d3a253;
}

.tousu td .job_reset {
    background: #d4a253;
}

.glms_alist {
    overflow: hidden;
    padding-top: 10px;
}

.glms_alist .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.glms_alist .swiper-slide.scolumn {
    flex-direction: column-reverse;
}

.glms_alist .swiper-slide .glms_a_a {
    min-height: 250px;
    background: url(../images/glms_ico1.png) no-repeat center bottom;
    padding-bottom: 70px;
    color: #666;
    font-size: 14px;
}

.glms_alist .swiper-slide .glms_a_b {
    text-align: center;
    margin: 8px 0;
}

.glms_alist .swiper-slide .glms_a_b p {
    width: 200px;
    font-size: 20px;
    color: #333;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #d4a253;
    line-height: 56px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.glms_alist .swiper-slide .glms_a_c {
    min-height: 250px;
}

.glms_alist .swiper-slide.scolumn .glms_a_a {
    padding-bottom: 0;
    padding-top: 80px;
    background: url(../images/glms_ico2.png) no-repeat center top;
}

.glms_alist .swiper-slide:hover .glms_a_b p {
    background: #d4a253;
    color: #fff;
}

.glms_b {
    padding-left: 2%;
    padding-right: 2%;
}

.glms_a .sub_title .cn, .glms_b .sub_title .cn {
    color: #d4a253;
}

.glms_blist {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

.glms_blist .swiper-slide {
    height: auto;
}

.glms_blist .swiper-slide .padd {
    background: #f9f9f9;
    min-height: 400px;
    height: 100%;
    border: 1px solid #fff;
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.glms_blist .swiper-slide .img {
    position: relative;
    padding-bottom: 68.53%;
    overflow: hidden;
}

.glms_blist .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.glms_blist .swiper-slide .wh_w {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #15b6de;
    margin: -39px auto 0;
    text-align: center;
    z-index: 9;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    padding-top: 15px;
}

.glms_blist .swiper-slide:nth-child(2) .wh_w {
    background: #5887ce;
}

.glms_blist .swiper-slide:nth-child(3) .wh_w {
    background: #d3a253;
}

.glms_blist .swiper-slide:nth-child(4) .wh_w {
    background: #1eaf93;
}

.glms_blist .swiper-slide:nth-child(5) .wh_w {
    background: #5874ce;
}

.glms_blist .swiper-slide .p {
    color: #666666;
    padding: 20px 18px;
    font-size: 14px;
}

.glms_blist .swiper-slide:hover .padd {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-color: #e3e3e3;
    background: #f6f6f6;
}

.glms_blist .swiper-slide:hover .p {
    color: #333333;
}

.qywh_a {
    position: relative;
    overflow: hidden;
}

.qywh_a .img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 200px;
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

.qywh_a .qywh_ahv {
    width: 100%;
    position: absolute;
    top: 33%;
    left: 0;
    text-align: center;
}

.qywh_a .qywh_ahv img {
    max-width: 38%;
    display: inline-block;
    vertical-align: top;
}

.qywh_a:hover .img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.qywh_b {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.qywh_b .qywh_bl {
    width: 48.5%;
    overflow: hidden;
}

.qywh_b .qywh_bl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qywh_b .qywh_bl:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.qywh_b .qywh_br {
    width: 51.5%;
    background: url(../images/qywh_bimg2.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
}

.qywh_b .qywh_br li {
    display: flex;
    color: #fff;
    padding: 6px 0;
    align-items: center;
}

.qywh_b .qywh_br li .img {
    width: 50px;
    margin-left: 7%;
    margin-right: 2%;
}

.qywh_b .qywh_br li .img img {
    width: 100%;
}

.qywh_b .qywh_br li .r {
    font-size: 16px;
    flex: 1;
}

.qywh_b .qywh_br li .r span {
    font-size: 22px;
}


@media screen and (min-width: 769px) {
    .deveList .list > dl::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 160px;
        transform: rotate(-45deg);
        border-top: 3px solid #d4a253;
        border-right: 3px solid #d4a253;
        width: 20px;
        height: 20px;
    }

    .deveList .list > dl::before {
        content: "";
        position: absolute;
        top: 1px;
        bottom: 160px;
        left: 171px;
        border-right: 1px solid #ddd;
    }

    .deveList .list > dl > dd > .p::after {
        content: "";
        position: absolute;
        right: 100%;
        top: 30px;
        border: 10px solid transparent;
        border-right-color: #d4a253;
        transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    .deveList .list > dl > dd > .p::before {
        content: "";
        position: absolute;
        right: 100%;
        width: 17px;
        height: 17px;
        border: 1px solid #fff;
        border-radius: 50%;
        background: #d4a253;
        margin-right: 29px;
    }

    .cultList .list > ul > li:hover .txt {
        margin-top: 0;
        top: 0;
        background: #d4a253;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cultList .list > ul > li:hover .t {
        font-weight: bold;
    }

    .cultList .list > ul > li:hover .info {
        font-size: 16px;
        margin-top: 10px;
    }

}

@media screen and (min-width: 961px) {
    .cultList .list > ul > li:hover .info {
        font-size: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .newsGui .btn a {
        width: 30px;
        height: 30px;
        top: 100%;
        margin-top: 40px;
    }

    .newsGui .btn a.prev {
        margin-right: -45px;
    }

    .newsGui .btn a.next {
        margin-left: -45px;
    }
}

@media screen and (max-width: 1366px) {
    .w {
        width: 90%;
        margin: 0 auto;
    }

    .sub_video .list li {
        width: 48%;
    }
}

@media screen and (max-width: 1200px) {
    .Spage {
        padding: 30px 0;
    }

    .cultList .list > ul {
        margin: 0 -30px -30px 0;
    }

    .cultList .list > ul > li {
        padding: 0 30px 30px 0;
    }

    .newsGui01 .left,
    .newsGui01 .right {
        height: 290px;
    }

    .newsGui01 .left .list {
        width: 350px;
        height: 290px;
    }

    .newsGui01 .left .txt {
        padding-left: 370px;
    }

    .newsGui01 .left .txt .time {
        margin: 0 0 5px 0;
    }

    .newsGui01 .left .txt .more {
        margin-top: 15px;
    }

    .newsGui01 .right .list {
        height: 224px;
        overflow: hidden;
        line-height: 32px;
    }

    .newsGui02 .list li a {
        padding: 20px;
    }

    .ItemList .list .t {
        line-height: 60px;
    }

    .honor_nav {
        margin-top: -10px;
    }

    .glms_cmpadd {
        position: relative;
        padding: 0 40px;
    }

    .glms_cmpadd .prev,
    .glms_cmpadd .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        margin-top: -17.5px;
        width: 35px;
        height: 35px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .glms_cmpadd .prev {
        background-image: url(../images/dsj_l.png);
        left: 0;
    }

    .glms_cmpadd .next {
        background-image: url(../images/dsj_r.png);
        right: 0;
    }
}

@media screen and (max-width: 960px) {
    .Scolumn .auto {
        padding: 0;
        display: block;
    }

    .Scolumn .column {
        display: block;
    }

    .Scolumn .column .name {
        background: none;
        color: #333;
        margin-top: 0;
        padding: 10px 0;
    }

    .Scolumn .column .name .c,
    .Scolumn .column .name .e {
        line-height: 1.5;
    }

    .Scolumn .column .name .c {
        font-size: 18px;
        color: #d4a253;
        font-weight: bold;
    }

    .Scolumn .column .name .e {
        font-size: 16px;
        text-transform: uppercase;
    }

    .Scolumn .column .local {
        display: none;
    }

    .Scolumn .nav {
        text-align: center;
    }

    .Scolumn .nav a {
        display: inline-block;
        float: none;
        margin: 5px 0;
    }

    .Scolumn .nav a::after {
        bottom: -6px;
    }

    .honorList .list li {
        width: 33.33333333%;
    }

    .cultList .list > ul {
        margin: 0 -15px -15px 0;
    }

    .cultList .list > ul > li {
        padding: 0 15px 15px 0;
    }

    .cultList .list > ul > li .txt {
        padding: 10px 15px;
        margin-top: -75px;
    }

    .cultList .list > ul > li .t {
        line-height: 30px;
    }

    .cultList .list > ul > li .info {
        margin-bottom: 15px;
    }

    .newsGui01 .auto {
        display: block;
    }

    .newsGui01 .left,
    .newsGui01 .right {
        width: 100%;
    }

    .newsGui01 .right {
        margin: 15px 0 0 0;
        height: auto;
    }

    .newsGui01 .right .list {
        height: auto;
        padding-bottom: 5px;
    }

    .newsInfo .left .title {
        font-size: 20px;
    }

    .ItemList .list .t {
        line-height: 45px;
    }

    .quotes {
        padding-top: 20px;
    }

    .quotes .li {
        display: none;
    }

    .ItemList .list ul {
        margin: 0 -15px -15px 0;
    }

    .ItemList .list li {
        padding: 0 15px 15px 0;
    }

    .contInfo .map iframe {
        height: 300px;
    }

    .jobsList .showBox {
        padding: 0 15px;
    }

    .jobsList .showBox .box {
        padding: 15px 0;
    }

    .jobsList .showBox .bodyBox {
        padding: 15px 0;
    }

    .honorList .list .t {
        line-height: 45px;
    }

    .w {
        width: 80%;
        margin: 0 auto;
    }

    .sub_video .list li {
        width: 50%;
    }

    .videobox iframe,
    .videobox .video_c {
        width: 600px;
        height: 400px;
    }

    .video_com .close_ico {
        top: -10px;
    }

    .wenhua_blist li {
        width: 33.3333%;
    }

    .glms_alist .swiper-slide .glms_a_b p {
        line-height: 48px;
        font-size: 19px;
    }
}

@media screen and (max-width: 768px) {
    .Sban {
        margin-top: 60px;
        height: 0;
        padding-bottom: 35%;
    }

    .Scolumn {
        border: none;
    }

    .honor_nav {
        margin-top: 0
    }

    .honor_nav li {
        padding: 0 5px
    }
    
    .about-manage .manage-there .there-wrap .there-content p{
    	font-size: 14px;
    }
    
    .about-manage .manage-wrap .manage-content p{
    	font-size: 14px;
    }

    .honor_nav li a {
        padding: 0 10px;
    }

    .Spage {
        padding: 15px 0;
    }

	.about-manage{
		display: block;
	}
	
	.about-manage .manage-wrap{
		width: 100%;
	}
	
	.about-manage .manage-there{
		width: 100%;
	    grid-template-columns: repeat(3, minmax(0, 1fr));
	    padding-left: 0%;
	    padding-top: 20px;
	}
	
	.about-manage .manage-there .there-wrap{
		display: block;
	}
	
	.about-manage .manage-there .there-wrap .there-list {
	    width: 100%;
	    background: #d4a253;
	    border-radius: 0px;
	}
	.about-manage .manage-there .there-wrap .there-content {
	    width: 100%;
	    background: #f5f5f5;
	    border-radius: 0px;
	    height: 78%;
	    padding: 16px 16px;
	}
	
	.about-manage .manage-there .there-wrap:nth-child(3):after,.about-manage .manage-there .there-wrap:nth-child(2):after,.about-manage .manage-there .there-wrap:nth-child(1):after{
		display: none;
	}
	
    .deveList .list > dl {
        padding: 0;
    }

    .deveList .list > dl > dd {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .deveList .list > dl > dd > .t {
        position: initial;
        width: 100%;
        display: none;
    }

    .deveList .list > dl > dd > .p {
        padding: 15px 40px 15px 15px;
        height: 50px;
    }

    .deveList .list > dl > dd > .p > .click {
        height: 50px;
    }

    .deveList .list > dl > dd > .p > .click::after {
        right: 9px;
        margin-top: -11px;
        transform: scale(0.6) rotate(135deg);
    }

    .deveList .list > dl > dd > .p.up > .click::after {
        right: 12px;
        transform: scale(0.6) rotate(45deg);
    }

    .deveList .list > dl > dt {
        margin: 0 auto;
    }

    .cultList .list > ul {
        margin: 0 -15px -15px 0;
    }

    .cultList .list > ul > li {
        padding: 0 15px 15px 0;
    }

    .cultList .list > ul > li .txt {
        position: initial;
        background: none;
        color: #333;
        padding: 15px 0;
        margin-top: 0;
    }

    .cultList .list > ul > li:nth-child(2n+1) {
        clear: both;
    }

    .newsGui01 {
        margin-top: -15px;
    }

    .newsGui02 .list li a {
        padding: 10px;
    }

    .newsGui02 .list li {
        width: 50%;
    }

    .newsGui02 .list li .t {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .newsGui02 .list li .line {
        margin: 15px 0 20px 0;
    }

    .newsGui01 .left .txt .t,
    .newsGui02 .list li .t,
    .newsGui03 .list li .t {
        font-size: 15px;
    }

    .newsGui03 .list li .p {
        font-size: 13px;
    }

    .newsInfo {
        display: block;
    }

    .newsInfo .left {
        width: 100%;
    }

    .newsInfo .right {
        width: 100%;
        margin-left: 0;
    }

    .newsInfo .right .topic,
    .newsInfo .right .title,
    .newsInfo .right .list,
    .newsInfo .right .pn {
        display: none;
    }

    .newsInfo .right .golist {
        margin: 0 auto;
    }

    .newsInfo .left .title {
        font-size: 18px;
    }

    .ItemList .list ul {
        margin: 0 -10px -10px 0;
    }

    .ItemList .list li {
        padding: 0 10px 10px 0;
        width: 50%;
    }

    .contInfo .map iframe {
        height: 240px;
    }

    .contInfo .top {
        display: block;
    }

    .contInfo .top .left,
    .contInfo .top .right {
        width: 100%;
        margin: 0;
    }

    .jobsList .showBox .box .code,
    .jobsList .title > th:nth-child(2),
    .jobsList .title > th:nth-child(4),
    .jobsList .title > th:nth-child(5),
    .jobsList .title > td:nth-child(2),
    .jobsList .title > td:nth-child(4),
    .jobsList .title > td:nth-child(5) {
        display: none
    }

    .wenhua_blist li {
        width: 100%;
    }

    .wenhua_blist li .img {
        padding-bottom: 40%;
    }

    .wenhua_blist li .padd {
        height: auto;
    }

    .job_com td.job_l {
        width: 100px;
    }

    .job_com td .job_txt {
        width: 90%;
        font-size: 14px;
    }

    .job_com td .job_nr {
        font-size: 14px;
        font-family: "Microsoft YaHei", serif;
        padding: 6px 10px;
        line-height: 20px;
        height: 90px;
        width: 90%;
    }

    .glms_att {
        padding-top: 25px !important;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .qywh_b .qywh_bl,
    .qywh_b .qywh_br {
        width: 100%;
    }

    .qywh_b .qywh_bl {
        max-height: 350px;
    }

    .qywh_b .qywh_br li .img {
        width: 45px;
    }

    .qywh_b .qywh_br li .r span {
        font-size: 20px;
    }
}

@media screen and (max-width: 666px) {
    .newsGui01 .left {
        height: auto;
    }

    .newsGui01 .left .list {
        width: 100%;
        position: relative;
        height: auto;
    }

    .newsGui01 .left .list li a {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
    }

    .newsGui01 .left .txt {
        padding: 15px;
    }

    .newsBg {
        padding: 20px 0;
    }

    .newsGui01 {
        margin-bottom: 15px;
    }

    .newsMore {
        padding-top: 15px;
    }

    .newsMore a {
        width: 120px;
        line-height: 38px;
        height: 40px;
    }

    .newsGui .btn a {
        margin-top: 20px;
    }

    .newsGui02.newsBg {
        margin-top: 20px;
    }

    .newsGui03 {
        padding-top: 20px;
    }

    .newsGui03 .list li .time {
        padding-bottom: 15px;
    }

    .newsGui03 .list li .more {
        padding-top: 15px;
    }

    .ItemList {
        margin-top: 15px;
    }

    .honorList .list .t {
        line-height: 35px;
    }

    .newsList .list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .newsList .list li .pic {
        width: 150px;
        height: 110px;
        margin-left: 10px;
    }

    .newsList .list li .more {
        display: none;
    }

    .sub_video .list {
        margin-left: 0;
        margin-right: 0;
    }

    .sub_video .list li {
        width: 100%;
    }

    .video_com {
        width: 100%;
        padding-bottom: 66.666666%;
        position: relative;
    }

    .videobox .video_c {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 414px) {
    .w {
        width: 90%;
        margin: 0 auto;
    }

    .honor_nav li a {
        padding: 0 6px
    }

    .sb_navflex .sb_nav {
        justify-content: center;
    }

    .sb_navflex .sb_nav li {
        padding: 0 3px;
    }

    .sb_navflex .sb_nav li a {
        padding: 0 10px;
        line-height: 26px;
    }

    /* .sub_video .list li .pic::after{background-size: 60%;background-position: center;background-repeat: no-repeat;} */
}

@media screen and (max-width: 480px) {
    .honorList .list li {
        width: 50%;
    }

    .cultList .list > ul > li {
        width: 100%;
    }

    .qywh_a {
        padding-top: 10px;
    }

    .qywh_b {
        padding-top: 20px;
    }

    .qywh_b .qywh_br li .img {
        margin-left: 4%;
        width: 42px;
    }

    .qywh_b .qywh_br li .r {
        font-size: 14px;
        padding-right: 5%;
    }

    .qywh_b .qywh_br li .r span {
        font-size: 18px;
    }
}

@media screen and (max-width: 550px) {
    .glms_alist .swiper-slide.scolumn {
        flex-direction: column;
    }

    .glms_alist .swiper-slide .glms_a_a {
        min-height: 200px;
        padding-left: 3%;
        padding-right: 3%;
    }

    .glms_alist .swiper-slide .glms_a_b p {
        line-height: 42px;
        font-size: 17px;
        width: 160px;
    }

    .glms_alist .swiper-slide .glms_a_c {
        display: none;
    }

    .glms_alist .swiper-slide.scolumn .glms_a_a {
        padding-bottom: 70px;
        padding-top: 0;
        background: url(../images/glms_ico1.png) no-repeat center bottom;
    }
}

.pt {
    padding-top: 3%;
}

.pb {
    padding-bottom: 3%;
}

.webtitle {
    text-align: center;
}

.webtitle .t {
    font-weight: bold;
    color: #d4a253;
    line-height: 1.3;
}

.webtitle .e {
    color: #999;
}

.webbox_tp {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.webbox_tp .txt {
    flex: 1;
}

.webbox_tp .pic {
    margin-left: 5%;
    max-width: 50%;
}

.webbox_tp .pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .webbox_tp {
        display: block;
        overflow: hidden;
    }

    .webbox_tp .pic {
        float: right;
    }
}

.bg-f7 {
    background: #f7f7f7;
}

.webbox_pt {
    display: flex;
    align-items: center;
}

.webbox_pt .txt {
    flex: 1;
}

.webbox_pt .pic {
    margin-right: 5%;
    max-width: 50%;
}

.webbox_pt .pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.webbox_pt2.webbox_pt {
    flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
    .webbox_pt {
        display: block;
        overflow: hidden;
    }

    .webbox_pt .pic {
        float: right;
        margin: 0 0 0 5%;
    }

    .webbox_pt2 .webtitle {
        text-align: center !important;
    }

    .webbox_pt2 .greenline {
        margin-left: auto;
        margin-right: auto;
    }

    .webbox_pt2 .pic {
        float: none;
        width: 100%;
        margin: 0 0 3% 0;
        max-width: none;
    }

    .webbox_pt2.webbox_pt .pic {
        margin: 3% 0 0 0;
    }
}

.hztj_list1642 dl {
    display: flex;
    padding-top: 2%;
}

.hztj_list1642 dt {
    flex: 1;
    display: flex;
    padding: 1% 1.5%;
    transition: all .3s ease 0s;
    border-radius: 5px;
}

.hztj_list1642 dt .n {
    font-size: 2.4em;
    color: #d4a253;
    align-items: center;
    margin-right: 1em;
}

.hztj_list1642 dt .txt {
    flex: 1;
    display: flex;
    align-items: center;
}

.hztj_list1642 dd {
    border-left: 1px solid #ddd;
    margin: 2%;
}

@media screen and (min-width: 961px) {
    .hztj_list1642 dt:hover {
        background: #0097e8;
        color: #fff;
    }

    .hztj_list1642 dt:hover .n {
        color: #fff;
    }
}

@media screen and (max-width: 960px) {
    .hztj_list1642 dl {
        display: block;
    }

    .hztj_list1642 dd {
        display: none;
    }
}

.hzlc_list1652 {
    background: url(../images/jmhz0707_03.jpg) center;
    background-size: cover;
}

.hzlc_list1652 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hzlc_list1652 .list li {
    width: 22%;
    display: flex;
    align-items: center;
    padding-top: 2%;
}

.hzlc_list1652 .list .i {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #d4a253;
    position: relative;
    margin-right: 15px;
    transition: all .3s ease 0s;
}

.hzlc_list1652 .list .i img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hzlc_list1652 .list li:hover .i {
    background: #0097e8;
}

.hzlc_list1652 .list .t {
    display: block;
    align-items: center;
    justify-content: center;
    flex: 1;
}

@media screen and (max-width: 960px) {
    .hzlc_list1652 .list li {
        width: 48%;
    }

    .hzlc_list1652 .list .i {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .hzlc_list1652 .list .i {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .hzlc_list1652 .list li {
        width: 100%;
    }

    .hzlc_list1652 .list .i {
        width: 40px;
        height: 40px;
    }
}

.hzywly_list1716 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hzywly_list1716 li {
    width: calc(20% - 20px);
    margin-top: 3%;
}

.hzywly_list1716 .pic {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.hzywly_list1716 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease 0s;
}

.hzywly_list1716 .pic img:hover {
    transform: scale(1.1, 1.1);
}

.hzywly_list1716 .txt {
    text-align: center;
}

.hzywly_list1716 .dot {
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 4%;
}

.hzywly_list1716 .txt .p {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .hzywly_list1716 li {
        width: 48%;
    }
}

.why_list1721 {
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.why_list1721 .pic {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/jmhz0707_18.jpg) center;
    background-size: cover;
}

.why_list1721 .whycont {
    width: 50%;
    padding-right: 5%;
}

.why_list1721 .list li {
    padding: 15px 0 15px 50px;
    background: left center no-repeat;
    line-height: 1.6em;
}

.why_list1721 .list li + li {
    margin-top: 1%;
}

.why_list1721 .list li:nth-child(1) {
    background-image: url(../images/jmhz0707_19.png);
}

.why_list1721 .list li:nth-child(2) {
    background-image: url(../images/jmhz0707_20.png);
}

.why_list1721 .list li:nth-child(3) {
    background-image: url(../images/jmhz0707_21.png);
}

.why_list1721 .list li:nth-child(4) {
    background-image: url(../images/jmhz0707_22.png);
}

.why_list1721 .list li:nth-child(5) {
    background-image: url(../images/jmhz0707_23.png);
}

@media screen and (max-width: 960px) {
    .why_list1721 .list li {
        padding: 10px 0 10px 30px;
        background-size: 25px 25px;
    }

    .why_list1721 .whycont {
        width: 100%;
        padding: 0;
    }

    .why_list1721 .pic {
        position: static;
        padding-bottom: 40%;
        width: 100%;
        margin-top: 2%;
    }
}

.stxhzfccs_list .title {
    text-align: center;
    padding-top: 2%;
}

.stxhzfccs_list .list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stxhzfccs_list .list dl > * {
    width: 32%;
    margin-top: 2%;
}

.stxhzfccs_list .list dl dd {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2%;
    transition: all .3s ease 0s;
    text-align: center;
}

.stxhzfccs_list .list dl dd:hover {
    background: #0097e8;
    border-color: #0097e8;
    color: #fff;
}

.stxhzfccs_list .list dl .pic {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}

.stxhzfccs_list .list dl .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease 0s;
}

.stxhzfccs_list .list dl dd .p {
    text-align: left;
}

.stxhzfccs_list .list dl .pic .i1,
.stxhzfccs_list .list dl dd:hover .pic .i2 {
    opacity: 1;
}

.stxhzfccs_list .list dl .pic .i2,
.stxhzfccs_list .list dl dd:hover .pic .i1 {
    opacity: 0;
}

.stxhzfccs_list .list dl .t {
    font-weight: bold;
    padding: 0.5em 0 1em 0;
}


/* @media screen and (max-width: 960px) {
.stxhzfccs_list .list dl > *{ width: 32%;}
} */

@media screen and (max-width: 640px) {
    .stxhzfccs_list .list dl > * {
        width: 48.5%;
        margin-top: 3%;
    }

    .stxhzfccs_list .list dl .pic {
        width: 40px;
        height: 40px;
    }
}

.jmhzrx_info0940 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jmhzrx_info0940 .left .webtitle {
    text-align: left;
}

.jmhzrx_info0940 .left .code {
    padding: 2% 0;
}

.jmhzrx_info0940 .left .p b {
    font-size: 1.33em;
}

.jmhzrx_info0940 .right {
    max-width: 70%;
    width: 830px;
}

.jmhzrx_info0940 .right img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .jmhzrx_info0940 .right {
        max-width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .jmhzrx_info0940 {
        display: block;
    }

    .jmhzrx_info0940 .right {
        max-width: none;
        width: 100%;
        margin-top: 3%;
    }
}

.huilive .webtitle {
    text-align: left;
}

.hsh strong.c {
    color: #d4a253;
    font-weight: bold;
}

.sevenblack ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -3%;
}

.sevenblack li {
    width: 86px;
    text-align: center;
    margin: 3% 0 0 3%;
}

.sevenblack .pic {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: #f5f5f5;
    border-radius: 5px;
    transition: all .3s ease 0s;
    margin-bottom: 1em;
}

.sevenblack li:hover .pic {
    background: #0097e8;
}

.sevenblack .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15%;
}

.sevenblack .pic .i1,
.sevenblack li:hover .pic .i2 {
    opacity: 1;
}

.sevenblack .pic .i2,
.sevenblack li:hover .pic .i1 {
    opacity: 0;
}

@media screen and (min-width: 769px) {
    .sevenblack .li {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .sevenblack .li {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .sevenblack li {
        width: 4em;
    }
}

.greenline {
    width: 4em;
    margin: 2em 0;
    border-top: 2px solid #d4a253;
}

@media screen and (max-width: 960px) {
    .greenline {
        margin: 1em 0;
    }
}

.intlock_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intlock_info .left {
    flex: 1;
}

.intlock_info .right {
    width: 630px;
    max-width: 100%;
    margin-left: 5%;
}

.intlock_info .right img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .intlock_info .right {
        width: 580px;
    }
}

@media screen and (max-width: 960px) {
    .intlock_info {
        display: block;
    }

    .intlock_info .right {
        width: 100%;
        margin: 3% 0 0 0;
    }

    .intlock_info .webtitle {
        text-align: center;
    }

    .intlock_info .greenline {
        margin-left: auto;
        margin-right: auto;
    }
}

.smartparking_info {
    background: url(../images/smartparking_01.jpg) center no-repeat;
    background-size: cover;
    padding: 8% 0;
}

.smartparking_info .cont {
    margin-left: 45%;
    background: rgba(255, 255, 255, 0.9);
    padding: 3%;
}

@media screen and (max-width: 768px) {
    .smartparking_info {
        padding: 5% 0;
    }

    .smartparking_info .cont {
        margin-left: 0;
    }

    .smartparking_info .webtitle {
        text-align: center;
    }

    .smartparking_info .greenline {
        margin-left: auto;
        margin-right: auto;
    }
}

.datagen {
    display: flex;
    align-items: center;
}

.datagen .left {
    flex: 0 0 auto;
}

.datagen .right {
    flex: 1;
    margin-left: 6%;
}

@media screen and (min-width: 961px) {
    .datagen .greenline {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 960px) {
    .datagen {
        display: block;
    }

    .datagen .right {
        margin-left: 0;
    }

    .datagen .webtitle {
        text-align: center;
    }

    .datagen .greenline {
        margin-left: auto;
        margin-right: auto;
    }
}

.datagenlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.datagenlist li {
    width: 23%;
}

.datagenlist .pic {
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
}

.datagenlist .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease 0s;
}

.datagenlist .pic:hover img {
    transform: scale(1.1, 1.1);
}

.datagenlist .t {
    text-align: center;
    padding: 1% 10px;
    color: #fff;
    background: #03b261;
}

.datagenlist li:nth-child(2n) .t {
    background: #0097e8;
}

@media screen and (max-width: 640px) {
    .datagenlist li {
        width: 48.5%;
        margin-top: 3%;
    }
}

.SmartcheckC {
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.SmartcheckC .pic {
    position: absolute;
    left: 55%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/smartcheckc.jpg) center;
    background-size: cover;
}

.SmartcheckC .sccont {
    width: 55%;
    padding-right: 5%;
}

.SmartcheckC .list li {
    display: flex;
    align-items: center;
    margin-top: 1.2em;
}

.SmartcheckC .list li .lb {
    width: 8em;
    text-align: center;
    line-height: 2.6em;
    border: 1px solid #ddd;
}

.SmartcheckC .list li .rb {
    width: 8em;
    text-align: center;
    line-height: calc(2.6em - 2px);
    border: 2px solid #05ab5e;
}

.SmartcheckC .list li .ic {
    width: 50px;
    height: 2em;
    background: url(../images/smartcheckc_ic.png) center no-repeat;
}

@media screen and (max-width: 960px) {
    .SmartcheckC .sccont {
        width: 100%;
        padding: 0;
    }

    .SmartcheckC .pic {
        position: static;
        padding-bottom: 40%;
        width: 100%;
        margin-top: 2%;
    }

    .SmartcheckC .list li {
        justify-content: center;
    }

    .SmartcheckC .webtitle {
        text-align: center;
    }

    .SmartcheckC .greenline {
        margin-left: auto;
        margin-right: auto;
    }
}

.Openregulation {
    background: url(../images/openregulation_bg.jpg) center;
    background-size: cover;
}

.Openregulation .webbox_pt2.webbox_pt {
    flex-direction: row;
}

.Openregulation .pic {
    margin: 0 0 0 5%;
}

@media screen and (max-width: 960px) {
    .Openregulation .pic {
        margin: 3% 0 0 0;
    }
}

.ppsy .ppsy-item {
    margin-bottom: 40px;
}

.ppsy .ppsy-item img {
    max-width: 100%;
}

.ppsy .ppsy-item .zdwz {
    color: #d4a253;
}

.ppsy .ppsy-item .ppsy-title {
    font-size: 28px;
    text-align: center;
    color: #d4a253;
    margin-bottom: 20px;
}

.ppsy .ppsy-item .ppsy-pmsy {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo {
    width: 20%;
    text-align: center;
}

.ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo img {
    max-width: 60%;
}

.ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-right {
    width: 70%;
}

.ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-right .ppsy-pmsy-text {
    text-indent: 2em;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

.ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-right .ppsy-pmsy-text .zdwz {
    font-size: 20px;
}

.ppsy .ppsy-item .ppsy-ppbs {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left {
    width: 20%;
    text-align: center;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left img {
    max-width: 40%;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center {
    width: 40%;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center .ppsy-ppbs-text {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center .ppsy-ppbs-text:nth-child(2) .zdtb {
    display: inline-block;
    margin-left: 10px;
    width: 50px;
    height: 14px;
    background-color: rgb(20, 85, 82);
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center .ppsy-ppbs-text:nth-child(3) .zdtb {
    display: inline-block;
    margin-left: 10px;
    width: 50px;
    height: 14px;
    background-color: rgb(19, 137, 100);
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-right {
    width: 20%;
    text-align: center;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-right img {
    max-width: 46%;
}

.ppsy .ppsy-item .ppsy-bssy-intro {
    width: 75%;
    margin-top: 20px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 2em;
    letter-spacing: 2px;
}

.ppsy .ppsy-item .ppsy-bssy {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ppsy .ppsy-item .ppsy-bssy .ppsy-bssy-img {
    width: 100%;
    margin-bottom: 30px;
}

.ppsy .ppsy-item .ppsy-bssy .ppsy-bssy-text {
    width: 100%;
    text-indent: 2em;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

/* 装备展示 */
.zbzs img {
    max-width: 100%;
}

.zbzs .zbzs-top {
    text-align: center;
    margin-bottom: 40px;
}

.zbzs .zbzs-top .zbzx-top-intro {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.zbzs .zbzs-list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.zbzs .zbzs-list .zbzs-list-title {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #d4a253;
}

.zbzs .zbzs-list .zbzs-list-left {
    width: 60%;
    padding-right: 20px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line .zbzs-list-left-line-left {
    display: block;
    background-color: #d4a253;
    width: 20%;
    height: 4px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line .zbzs-list-left-line-right {
    display: block;
    background-color: #ccc;
    width: 78%;
    height: 4px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-intro {
    margin-bottom: 40px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-intro p {
    text-indent: 2em;
    color: #000;
    font-size: 14px;
    line-height: 2;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-imglist {
    display: flex;
    align-items: center;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-imglist-img01 {
    width: 60%;
    margin-right: 10%;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-imglist-img02 {
    width: 30%;
}

.zbzs .zbzs-list .zbzs-list-right {
    padding-left: 20px;
    width: 40%;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-top {
    margin-bottom: 50px;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-title {
    color: #d4a253;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-intro {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-img {
    width: 60%;
    height: 100%;
}


.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-img img {
    height: 100% !important;
    width: 100%;
    object-fit: fill;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-text {
    padding: 0 10px;
    width: 40%;
    height: 100%;
    background-color: #d4a253;
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    line-height: 2;
    font-size: 16px;
    font-weight: 600;
}

/* 星级员工 */
.xjyg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.xjyg img {
    max-width: 100%;
}

.xjyg .xjyg-body {
    width: 1000px;
    margin: 0 auto;
}

.xjyg .title-wrap {
    margin-bottom: 40px;
    text-align: center;
}

.xjyg .title-wrap .title {
    margin-top: 6px;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #d4a253;
}

.xjyg .title-wrap .subtitle {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: #333333;
}

.xjyg .xjyg-top-img {
    margin-bottom: 20px;
}

.xjyg .xjyg-title {
    text-align: center;
    margin-bottom: 30px;
}

.xjyg .xjyg-title .title {
    display: inline-block;
    max-width: 190px;
}

.xjyg .xjyg-title .icon {
    text-align: center;
}

.xjyg .xjyg-title .icon-item {
    display: inline-block;
    max-width: 26px;
}

.xjyg .xjyg-list {
    margin-bottom: 20px;
}

.xjyg .xjyg-list::after {
    display: block;
    content: "";
    clear: both;
}

.xjyg .xjyg-list .xjyg-list-title {
    float: left;
    width: 200px;
}

.xjyg .xjyg-list .xjyg-list-title-icon {
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 200px;
    background-color: #ee1d23;
    font-size: 22px;
    color: #fff;
    writing-mode: vertical-lr;
    position: relative;
    /* width: 0;
    height: 180px;
    border-left: 100px solid #ee1d23;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent; */
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
    /* box-sizing: content-box; */
}

.xjyg .xjyg-list .xjyg-pic-list {
    float: left;
    width: calc(100% - 200px);
}

.xjyg .xjyg-list .xjyg-pic-item {
    float: left;
    width: calc(20% - 30px);
    margin-right: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}

.xjyg .xjyg-list .xjyg-pic-item img {
    border: 1px solid #ccc;
}

.xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-job {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 4px;
}

.xjyg .xjyg-ygfc {
    max-width: 1200px;
    margin: 0 auto;
}

.xjyg .xjyg-ygfc-list {
    overflow: hidden;
}

.xjyg .xjyg-ygfc-item {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

.xjyg .xjyg-ygfc-item:nth-child(4n) {
    margin-right: 0;
}

.xjyg .xjyg-ygfc-item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;

}

.xjyg .xjyg-ygfc-item:hover img {
    transform: scale(1.05);
}

.xjyg .xjyg-ygfc-item .xjyg-ygfc-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.xjyg .xjyg-ygfc-item .xjyg-ygfc-title:hover {
    background-color: rgba(255, 255, 255, 0.9);;
}

/* 业务合作 */
.ywhz .ywhz-title{
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}

.ywhz img {
    max-width: 100%;
}

.ywhz .auto {
    max-width: 1000px;
}

.ywhz .title-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.ywhz .title-wrap .title {
    font-size: 22px;
    font-weight: 600;
}

.ywhz .choose-us .choose-us-intro {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.ywhz .choose-us .choose-us-intro .text-color {
    color: #d4a253;
    font-weight: 600;
}

.ywhz .choose-us .choose-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ywhz .choose-us .choose-body-left, .ywhz .choose-us .choose-body-right {
    margin-bottom: 20px;
    position: relative;
    width: 42%;
    padding: 20px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.ywhz .choose-us .choose-body-left:hover, .ywhz .choose-us .choose-body-right:hover {
    background-size: 130%;
}

.ywhz .choose-us .choose-body-left:after, .ywhz .choose-us .choose-body-right:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #d4a253de;
    z-index: 1;
    transition: all 0.5s;
}

.ywhz .choose-us .choose-body-left:hover:after, .ywhz .choose-us .choose-body-right:hover:after {
    background-color: #d4a253eb;
}

.ywhz .choose-us .choose-body-left {
    background-image: url('../images/ywhz-choose-left.jpg');
}

.ywhz .choose-us .choose-body-mid {
    width: 16%;
    text-align: center;
}

.ywhz .choose-us .choose-body-right {
    background-image: url('../images/ywhz-choose-right.jpg');
}

.ywhz .choose-us .choose-body-content {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.ywhz .choose-us .choose-body-content .title {
    font-size: 18px;
    transition: all 0.5s;
}

.ywhz .choose-us .choose-body-left:hover .choose-body-content .title, .ywhz .choose-us .choose-body-right:hover .choose-body-content .title {
    font-weight: 600;
}

.ywhz .choose-us .choose-body-content .text {
    font-size: 16px;
    transition: all 0.5s;
}

.ywhz .choose-us .choose-body-left:hover .choose-body-content .text, .ywhz .choose-us .choose-body-right:hover .choose-body-content .text {
    font-weight: 600;
}


.ywhz .hzms .title-wrap .title{
	margin-bottom: 30px;
}

.ywhz .hzms .hzms-body{
	margin-bottom: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ywhz .hzms .hzms-cshhr-image img{
	width: 200px;
}

.ywhz .hzms .hzms-cat-list{
	margin-left: 150px;
	margin-right: 150px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.ywhz .hzms .hzms-cat-list::after{
	content: '';
	display: block;
	position: absolute;
	left: calc(100% + 50px);
	top: 0;
	height: 100%;
	width: 100px;
	/*background-image: url('../images/hzms-ring.png');*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ywhz .hzms .hzms-cat-item{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border: 2px solid #d4a253;
	border-radius: 100%;
	color: #fff;
	background-color: #d4a253;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 18px;
}

.ywhz .hzms .hzms-cat-item:not(:last-child){
	margin-bottom: 30px;
}

.ywhz .hzms .hzms-cat-item:after{
	content: '';
	display: block;
	position: absolute;
	right: calc(100% + 30px);
	top: calc(50% - 20px);
	height: 30px;
	width: 100px;
	background-image: url('../images/hzms-arrow-right.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ywhz .hzms .hzms-cat-item:nth-child(1):after{
	top: 60%;
	transform: rotate(-27deg);
}

.ywhz .hzms .hzms-cat-item:nth-child(3):after{
	top: 0;
	transform: rotate(27deg);
}

.ywhz .hzms .hzms-text-list{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #d4a253;
	border-radius: 10px;
}

.ywhz .hzms .hzms-text-list:after{
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 28px);
	height: calc(100% - 28px);
	border: 4px solid #fff;
	border-radius: 10px;
	pointer-events: none;
}

.ywhz .hzms .hzms-text-item{
	padding: 15px 0;
	width: 180px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.ywhz .hzms .hzms-text-wrap .hzms-text-list:not(:last-child) {
    margin-bottom: 20px;
}

.ywhz  .hzms .hzms-cat-item:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 110px 110px 0 0;
    height: 60px;
    transform: rotate( 90deg);
    left: 18px;
    border: 4px solid #d4a253;
    border-bottom: 0;
    width: 110px;
    line-height: 100px;
    text-align: center;
}

.ywhz .hzms .hzms-text-list:before {
    content: '';
    display: block;
    position: absolute;
    /* border-radius: 110px 110px 0 0; */
    /* height: 60px; */
    transform: rotate( 0deg);
    border: 4px solid #d4a253;
    right: 180px;
    top: 54px;
    border-bottom: 0;
    width: 132px;
    line-height: 100px;
    text-align: center;
}

.ywhz .hzly {
    margin-bottom: 20px;
}

.ywhz .hzly .hzly-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.ywhz .hzly .hzly-item {
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.ywhz .hzly .hzly-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform ease 0.3s;
}

.ywhz .hzly .hzly-item:hover img{
	transform: scale(1.1);
}

.ywhz .hzly .hzly-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.ywhz .cshhr-body {
    margin-top: 50px;
}

.ywhz .cshhr-image-wrap {
    max-width: 500px;
    margin: 0 auto;
}

.ywhz .cshhr-list {
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ywhz .cshhr-item {
    width: 33.33%;
    text-align: center;
}

.ywhz .cshhr-item-title {
    font-size: 18px;
    color: #0b9070;
}

.ywhz .cshhr-item-text {
    margin-top: 8px;
    font-size: 16px;
    color: #000;
}

.ywhz .hztj {
    margin-bottom: 20px;
}

.ywhz .hztj .hztj-body {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.ywhz .hztj-body .hztj-item {
    margin-bottom: 20px;
    width: 33.33%;
    text-align: center;
}

.ywhz .hztj .hztj-item .item-img {
    display: inline-block;
    max-width: 100px;
    margin-bottom: 10px;
    font-size: 0;
}

.ywhz .hztj .hztj-item .item-text {
    font-size: 14px;
}

.ywhz .hzlc {

}

.ywhz .hzlc .hzlc-body {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.ywhz .hzlc-body .hzlc-item {
    margin-bottom: 20px;
    width: 14.28%;
    text-align: center;
}

.ywhz .hzlc-body .hzlc-jt {
    width: 14.28%;
    background-image: url('../images/ywhz-jt-right.jpg');
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: 60%;
}

.ywhz .hzlc-body .hzlc-jt.yt4,
.ywhz .hzlc-body .hzlc-jt.yt8{display: none;}



.ywhz .hzlc .hzlc-item .item-img {
    display: inline-block;
    max-width: 100px;
    margin-bottom: 10px;
    font-size: 0;
}

.ywhz .hzlc .hzlc-item .item-text {
    font-size: 14px;
}

.ywhz .hzlc .hzlc-item .item-text span {
    font-size: 12px;
}

.ywhz .hzzc {

}

.ywhz .hzzc .hzzc-bg {
    margin-top: 40px;
    padding: 80px 200px;
    background-color: #d4a253;
}

.ywhz .hzzc .hzzc-body {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ywhz .hzzc .hzzc-column {
    width: 33.33%;
    display: flex;
    flex-direction: column;
}

.ywhz .hzzc-body .hzzc-item {
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s;
    height: 33.33%;
}

.ywhz .hzzc-body .hzzc-item:hover {
    background-color: #d4a253;
    color: #fff
}

.ywhz .hzzc-body .hzzc-column .hzzc-item:last-child {
    margin-bottom: 0;
}

.ywhz .hzzc .hzzc-item .item-img {
    display: inline-block;
    max-width: 60px;
    margin-right: 30px;
}

.ywhz .hzzc .hzzc-item .item-img .type-off {
    display: block;
}

.ywhz .hzzc .hzzc-item:hover .item-img .type-off {
    display: none;
}

.ywhz .hzzc .hzzc-item .item-img .type-on {
    display: none;
}

.ywhz .hzzc .hzzc-item:hover .item-img .type-on {
    display: block;
}

.ywhz .hzzc .hzzc-item .item-text {

}

.ywhz .hzzc .hzzc-item .item-title {
    font-size: 18px;
    font-weight: 600;
}

.ywhz .hzzc .hzzc-item .item-intro {
    font-size: 14px;
}

.ywhz .gqjl .gqjl-body{
	margin: 30px auto 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.ywhz .gqjl .gqjl-image{
	width: 50%;
	padding-right: 100px;
}

.ywhz .gqjl .gqjl-image img{
	margin-left: 20%;
	width: 80%;
}

.ywhz .gqjl .gqjl-content{
	width: 50%;
	padding: 20px 0 20px 100px;
	border-left: 1px solid #ececec;
}

.ywhz .gqjl .gqjl-item{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.ywhz .gqjl .gqjl-item-icon{
	margin-right: 20px;
	padding: 20px;
	width: 80px;
	height: 80px;
	background-color: #d4a253;
	border-radius: 100%;
}

.ywhz .gqjl .gqjl-item:not(:last-child){
	margin-bottom: 30px;
}

.ywhz .gqjl .gqjl-item-title{
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
}

.ywhz .gqjl .gqjl-item-subtitle{
	font-size: 16px;
	color: #808080;
}

.ywhz .sdfn .sdfn-body{
	margin: 60px auto;
	max-width: 80%;
}

.ywhz .sdfn .sdfn-list{
	display: flex;
	flex-wrap: wrap;
}

.ywhz .sdfn .sdfn-item{
	position: relative;
	width: 20%;
	padding: 100px 30px;
	border-width: 0px;
	border-style: solid;
	border-color: #ececec;
	border-right-width: 1px;
	text-align: center;
}

.ywhz .sdfn .sdfn-item:nth-child(-n + 5){
	border-bottom-width: 1px;
}

.ywhz .sdfn .sdfn-item:nth-child(5n){
	border-right-width: 0;
}

.ywhz .sdfn .sdfn-item-title{
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
}

.ywhz .sdfn .sdfn-item-hide{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	opacity: 0;
	background-color: #d4a253;
	color: #ffffff;
	transition: opacity ease 0.3s;
}

.ywhz .sdfn .sdfn-item:hover .sdfn-item-hide{
	opacity: 1;
}

.ywhz .sdfn .sdfn-item-hide-title{
	font-size: 18px;
	font-weight: bold;
    line-height: 1.8;
}

.ywhz .sdfn .sdfn-item-hide-text{
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
}

/* 企业文化 */
.qywh .auto {
    width: 1100px;
}

.qywh .title-wrap {
    margin-bottom: 30px;
    text-align: left;
}

.qywh .title-wrap .title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    color: #d4a253;
}

.qywh .title-wrap .subtitle {
    line-height: 1;
    font-size: 18px;
    color: #d4a253;
}

.qywh .talent {
    margin-bottom: 40px;
}

.qywh .talent .talent-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.qywh .talent .talent-body .talent-left {
    display: flex;
    align-items: center;
}

.qywh .talent .talent-body .talent-left .talent-ring {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin-right: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 20px #d4a253;
    transition: all 3s;
}

.qywh .talent .talent-body .talent-left .talent-ring:hover {
    transform: rotateY(360deg);
}

.qywh .talent .talent-body .talent-left .talent-ring-icon {
    height: 80px;
    width: 80px;
    background-image: url('../images/qywh-rczl-left-pepole.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.qywh .talent .talent-body .talent-left .talent-ring-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.qywh .talent .talent-body .talent-left .talent-item {
    margin-bottom: 14px;
    position: relative;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(1) {
    left: -40px;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(2) {
    left: -20px;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(4) {
    left: -20px;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(5) {
    left: -40px;
}

.qywh .talent .talent-body .talent-left .talent-item:last-child {
    margin-bottom: 0;
}

.qywh .talent .talent-body .talent-left .item-ring {
    position: absolute;
    top: 0;
    left: -20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d4a253;
    background-color: #d4a253;
    text-align: center;;
    line-height: 28px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 0 6px #fff;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(even) .item-ring {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.qywh .talent .talent-body .talent-left .item-text {
    width: 250px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #d4a253;
    background-color: #d4a253;
    border-radius: 30px;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(even) .item-text {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.qywh .talent .talent-body .talent-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.qywh .talent .talent-body .talent-right .talent-ring {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin-right: 50px;
    border-radius: 50%;
    transition: all 3s;
}

.qywh .talent .talent-body .talent-right .talent-ring:hover {
    transform: rotateY(360deg);
}

.qywh .talent .talent-body .talent-right .talent-ring .talent-ring-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/qywh-rczl-right-ring.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
}

.qywh .talent .talent-body .talent-right .talent-ring .talent-ring-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.qywh .talent .talent-body .talent-right .talent-item {
    position: relative;
    margin-bottom: 20px;
}

.qywh .talent .talent-body .talent-right .talent-item:last-child {
    margin-bottom: 0;
}

.qywh .talent .talent-body .talent-right .item-ring {
    position: absolute;
    top: -5px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d4a253;
    background-color: #d4a253;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.qywh .talent .talent-body .talent-right .item-ring .icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 66%;
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-ring {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-ring:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 32px;
    width: 30px;
    height: 28px;
    background-color: #fff;
    box-sizing: border-box;
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(1) .item-ring .icon {
    background-image: url('../images/qywh-rczl-right-01.png');
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(2) .item-ring .icon {
    background-image: url('../images/qywh-rczl-right-02.png');
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(3) .item-ring .icon {
    background-image: url('../images/qywh-rczl-right-03.png');
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(4) .item-ring .icon {
    background-image: url('../images/qywh-rczl-right-04.png');
}

.qywh .talent .talent-body .talent-right .item-text {
    width: 250px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #d4a253;
    background-color: #d4a253;
    border-radius: 30px;
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-text {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

/*.qywh .talent .talent-body .talent-left .talent-item:nth-child(even) .item-text:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    width: 40px;
    height: 40px;
    border:1px solid #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}
*/

.qywh .team {
    margin-bottom: 40px;
}

.qywh .team .team-body {
    padding-top: 40px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.qywh .team .team-body .team-item {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #d4a253;
}

.qywh .team .team-body .team-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: -60px;
    width: 60px;
    border-top: 4px dotted #333;
    animation: teamline;
    animation-duration: 2s;
    animation-iteration-count: 1000;
}

.qywh .team .team-body .team-item:nth-child(1):before {
    top: 46px;
    left: -72px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #333;
    border: none;
}

.qywh .team .team-body .team-item:nth-child(5):before {
    top: 46px;
    left: 160px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #333;
    border: none;
}

.qywh .team .team-body .team-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 100px;
    width: 60px;
    border-top: 4px dotted #333;
    animation: teamline;
    animation-duration: 2s;
    animation-iteration-count: 1000;
}

.qywh .team .team-body .team-item:nth-child(1):after {
    left: -60px;
}


.qywh .team .team-body .team-item .text {
    position: absolute;
    font-weight: 600;
    width: 200px;
    text-align: center;
    font-size: 18px;
}

.qywh .team .team-body .team-item:nth-child(odd) .text {
    top: -50px;
    left: 50%;
    margin-left: -100px
}

.qywh .team .team-body .team-item:nth-child(even) .text {
    bottom: -50px;
    left: 50%;
    margin-left: -100px
}

.qywh .team .team-body .team-item .ring {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
}

.qywh .team .team-body .team-item:nth-child(1) .ring {
    background-image: url('../images/qywh-team-01.png');
}

.qywh .team .team-body .team-item:nth-child(2) .ring {
    background-image: url('../images/qywh-team-02.png');
}

.qywh .team .team-body .team-item:nth-child(3) .ring {
    background-image: url('../images/qywh-team-03.png');
}

.qywh .team .team-body .team-item:nth-child(4) .ring {
    background-image: url('../images/qywh-team-04.png');
}

.qywh .team .team-body .team-item:nth-child(5) .ring {
    background-image: url('../images/qywh-team-05.png');
}

@keyframes teamline {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.qywh .idea {
    margin-bottom: 40px;
}

.qywh .idea .idea-body {
    text-align: center;
    padding: 50px 0 80px;
    /*background-image: url(../images/qywh-idea-bg.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.qywh .idea .idea-body .idea-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}

.qywh .idea .idea-body .idea-item {
    flex: 0 1 172px;
    max-width: 172px;
    height: 100px;
    margin: 50px 4px 8px;
    position: relative;
    padding: 4px;
    text-align: center;
    z-index: 1;
    transition: all 0.5s;
}

.qywh .idea .idea-body .idea-item:hover {
    transform: scale(1.2);
    z-index: 999;
}

.qywh .idea .idea-body .idea-item:nth-child(6) {
    margin-left: 94px;
}


.qywh .idea .idea-body .idea-item:before {
    content: '';
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.qywh .idea .idea-body .idea-item:hover:before {
    /*background: #fff;*/
    -webkit-transform: scale(1.055);
    transform: scale(1.055);
}

.qywh .idea .idea-body .idea-item:after {
    content: '';
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.qywh .idea .idea-body .idea-item .item-box {
    padding-top: 30px;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
    color: #fff;
}

.qywh .idea .idea-body .idea-item:hover .item-box {
    box-shadow: 0 0 10px #fff;
}

.qywh .idea .idea-body .idea-item:nth-child(1) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(6) .item-box {
    background-color: #4bb989;
}

.qywh .idea .idea-body .idea-item:nth-child(2) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(7) .item-box {
    background-color: #f8b537;
}

.qywh .idea .idea-body .idea-item:nth-child(3) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(8) .item-box {
    background-color: #22b7d4;
}

.qywh .idea .idea-body .idea-item:nth-child(4) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(9) .item-box {
    background-color: #d4a253;
}

.qywh .idea .idea-body .idea-item:nth-child(5) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(10) .item-box {
    background-color: #6970b4;
}

.qywh .idea .idea-body .idea-item .item-box .num {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.qywh .idea .idea-body .idea-item .item-box .title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.qywh .idea .idea-body .idea-item .item-box .intro {
    font-size: 14px;
    line-height: 1.3;
}

/* 业务板块 */
.ywbk .Spage {
    position: relative;
}

.ywbk .Spage:after {
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e5e5e5;
    z-index: -1;
}

.ywbk .auto {
    max-width: 1100px;
}

.ywbk .title-wrap {
    margin-bottom: 30px;
    text-align: left;
}

.ywbk .title-wrap .title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    color: #d4a253;
}

.ywbk .title-wrap .subtitle {
    line-height: 1;
    font-size: 18px;
    color: #d4a253;
}

.ywbk .business {
    margin-bottom: 40px;
}

.ywbk .business-body {

}

.ywbk .business .business-title {
    font-size: 20px;
    text-align: center;
    color: #d4a253;
    font-weight: 600;
}

.ywbk .business .business-intro {
    font-size: 18px;
    text-align: center;
}

.ywbk .business .business-intro span {
    font-size: 24px;
    color: #d4a253;
    font-weight: 600;
}

.ywbk .business-body .business-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ywbk .business-body .business-top-left, .ywbk .business-body .business-top-right {
    padding: 10px 30px;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.ywbk .business-body .business-top-left {
    background-image: linear-gradient(to right, #63b95f, #0d8463);
}

.ywbk .business-body .business-top-right {
    background-image: linear-gradient(to right, #62b794, #155b7e)
}

.ywbk .business-body .business-top-left:hover, .ywbk .business-body .business-top-right:hover {
    font-weight: 600;
}

.ywbk .business-body .business-top-title {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.ywbk .business-body .business-top-body {
    width: 66%;
}

.ywbk .business-body .business-top-intro {
    font-size: 16px;
    color: #fff;
}

.ywbk .business-body .business-top-img {
    width: 30%;
    font-size: 0;
    transition: all 0.5s;
}

.ywbk .business-body .business-top-left:hover .business-top-img, .ywbk .business-body .business-top-right:hover .business-top-img {
    transform: scale(0.9);
}

.ywbk .business-body .business-top-img img {
    width: 100%;
}

.ywbk .business-body .business-bottom {
    padding: 30px 10px;
    background: url('../images/ywbk-business-bottom-bg.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
}

.ywbk .business-body .business-bottom-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.ywbk .business-body .business-bottom-body {
    display: inline-block;
    text-align: center;
    position: relative;
}

.ywbk .business-body .business-bottom-img {
    width: 340px;
}

.ywbk .business-body .business-bottom-img img {
    max-width: 100%;
}

.ywbk .business-body .business-bottom-item-text {
    position: absolute;
    width: fit-content;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.ywbk .business-body .business-bottom-item-text:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}

.ywbk .business-body .business-bottom-item-text:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    margin-top: -1px;
    width: 100px;
    height: 2px;
    background-color: #fff;
}

.ywbk .business-body .business-bottom-item-text:nth-child(2) {
    top: 20px;
    left: -230px;
}

.ywbk .business-body .business-bottom-item-text:nth-child(3) {
    top: 105px;
    left: 378px;
}

.ywbk .business-body .business-bottom-item-text:nth-child(3):before {
    left: -20px;
}

.ywbk .business-body .business-bottom-item-text:nth-child(3):after {
    left: -120px;
}

.ywbk .business-body .business-bottom-item-text:nth-child(4) {
    top: 185px;
    left: -316px;
}

.ywbk .model-title {
    text-align: center;
}

.ywbk .model-body {
    display: flex;
    flex-wrap: wrap;
}

.ywbk .model-body .model-item {
    margin-bottom: 30px;
    width: 25%;
}

.ywbk .model-body .model-item .cover {
    font-size: 0;
    position: relative;
}

.ywbk .model-body .model-item .cover img {
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

.ywbk .model-body .model-item-cont {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    transition: all 0.5s;
}

.ywbk .model-body .model-item:hover .model-item-cont {
    display: flex;
}

.ywbk .model-body .model-item .model-main-item {
    width: 100%;
    text-align: center;
    padding: 30px 10px;
    transition: all 0.5s;
    background-color: #ffffff;
}

.ywbk .model-body .model-item .model-main-item .title {
    font-size: 18px;
    font-weight: 600;
}

.ywbk .model-body .model-item .model-main-item .subtitle {
    font-size: 14px;
    line-height: 1.3;
    height: 20px;
}

.ywbk .model-body .model-item:hover .model-main-item {
    background-color: #d4a253;
    color: #fff;
}

/*.ywbk .model-body .model-item:nth-child(1) .model-main-item{
    text-align: center;
    background-color: #35716c;
    padding: 40px 0px;
}

.ywbk .model-body .model-item:nth-child(1) .model-main-item .title{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.ywbk .model-body .model-item:nth-child(1) .model-main-item .subtitle{
    color: #fff;
}*/

/* 管理模式 */
.glms .title-wrap {
    margin-bottom: 30px;
    text-align: left;
}

.glms .title-wrap .title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    color: #d4a253;
    text-align: left;
}

.glms .title-wrap .subtitle {
    line-height: 1;
    font-size: 18px;
    color: #d4a253;
}

.glms .model {
    margin-bottom: 40px;
}

.glms .model-intro {
    margin-bottom: 30px;
    /*   width: 80%;
    margin: auto;*/
    text-align: center;
    font-size: 18px;
}

.glms .model-intro span {
    color: #d4a253;
    font-weight: 600;
}

.glms .model-body {
    display: flex;
    flex-wrap: inherit;
}

.glms .model-body .model-item {
    padding: 22px 16px;
    width: 20%;
    margin-bottom: 0px;
}

.glms .model-body .model-item:nth-child(1) {
    background-color: #d4a253;
}

.glms .model-body .model-item:nth-child(3) {
    background-color: #d4a253;
}

.glms .model-body .model-item:nth-child(5) {
    background-color: #d4a253;
}

.glms .model-body .model-item .subtitle {
    color: #fff;
    text-align: center;
    font-size: 12px;
    height: 39px;
}

.glms .model-body .model-item:nth-child(2) .subtitle {
    color: #000;
}

.glms .model-body .model-item:nth-child(4) .subtitle {
    color: #000;
}

.glms .model-body .model-item .title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.glms .model-body .model-item:nth-child(2) .title {

    color: #000;
}

.glms .model-body .model-item:nth-child(4) .title {
    color: #000;
}

.glms .model-body .model-item .cover {
    padding: 20px 0px 20px 0px;
}

.glms .model-body .model-item .cover img {
    width: 100%;
    transition: all 0.5s;
    height: auto;
    min-height: auto;
    object-fit: inherit;
}

.glms .model-body .model-item:hover .cover img {
    transform: scale(0.9);
}

.glms .model-body .model-item .intro {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

.glms .model-body .model-item:nth-child(2) .intro {
    color: #000;
}

.glms .model-body .model-item:nth-child(4) .intro {
    color: #000;
}

.glms .goals-body {

}

.glms .goals-body .goals-main .goals-main-item {
    position: relative;
    width: 20%;
    height: 200px;
    text-align: center;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(1) {
    background-color: #d4a253;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(2) {
    background-color: #fbae48;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(3) {
    background-color: #1ebbd4;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(4) {
    background-color: #8eca73;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(5) {
    background-color: #6773b7;
}

.glms .goals-body .goals-main .goals-main-item:after {
    content: '';
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 20px;
    height: 10px;
    margin-left: -10px;
    /*background-color: red;*/
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
    border-top: 20px solid #ff0000;
    border-left: 16px solid transparent;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(1):after {
    border-top-color: #d4a253;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(2):after {
    border-top-color: #fbae48;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(3):after {
    border-top-color: #1ebbd4;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(4):after {
    border-top-color: #8eca73;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(5):after {
    border-top-color: #6773b7;
}

.glms .goals-body .goals-main .goals-main-item.active:after {
    display: block;
}

.glms .goals-body .goals-main {
    display: flex;
    justify-content: center;
}

.glms .goals-body .goals-main .goals-main-item .icon {
    padding-top: 20px;
}

.glms .goals-body .goals-main .goals-main-item .icon img {
    width: 100px;
    border-radius: 50px;
    border: 3px dotted #fff;
    padding: 10px
}

.glms .goals-body .goals-main .goals-main-item .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.glms .goals-body .global-content .global-content-item {
    display: none;
    padding-top: 30px;
}

.glms .goals-body .global-content .global-content-item.active {
    display: inline-block;
}

.glms .goals-body .global-content .global-content-item p {
    font-size: 14px;
}


/* 人才招聘 */
.rczp {

}

.rczp img {
    max-width: 100%;
}

.rczp .rczp-body {
    padding: 50px;
    background-color: #cbe6e7;
}

.rczp .rczp-body .rczp-body-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rczp .rczp-body .rczp-top-list {
    width: 50%;
}

.rczp .rczp-body .rczp-top-img {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rczp .rczp-body .rczp-top-item {
    margin-bottom: 40px;
}

.rczp .rczp-body .rczp-top-item-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.rczp .rczp-body .rczp-top-item-title .title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.rczp .rczp-body .rczp-top-item-title .subtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.rczp .rczp-body .rczp-top-item-title-right {
    color: #30b563;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
}

.rczp .rczp-body .rczp-top-item-intro {
    font-size: 15px;
    letter-spacing: 1px;
}

.rczp .rczp-body .rczp-top-item-intro span {
    color: #69c793;
    font-weight: 600;
}

.rczp .rczp-body .rczp-bottom-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.rczp .rczp-body .rczp-bottom-item {
    width: calc(33.33% - 10px);

}

@media (max-width: 1600px) {
	.ywhz .sdfn .sdfn-body{
		max-width: 95%;
	}
	.ywhz .sdfn .sdfn-item-icon img{
		max-width: 100px;
	}
	.ywhz .sdfn .sdfn-item-title{
		font-size: 16px;
	}
	.ywhz .sdfn .sdfn-item-hide{
		padding: 10px;	
	}
	.ywhz .sdfn .sdfn-item-hide-text{
		font-size: 12px;
	}
}

@media (max-width: 768px) {
    /* 品牌释义 */
    .ppsy .ppsy-item {
        margin-bottom: 30px;
    }

    .ppsy .ppsy-item img {
        max-width: 100%;
    }

    .ppsy .ppsy-item .ppsy-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ppsy .ppsy-item .ppsy-pmsy {
        flex-wrap: wrap;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo img {
        max-width: 30%;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-right {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs {
        flex-wrap: wrap;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left img {
        max-width: 30%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-right {
        width: 100%;
        text-align: center;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-right img {
        max-width: 30%;
    }

    .ppsy .ppsy-item .ppsy-bssy .ppsy-bssy-img {
        margin-bottom: 20px;
    }

    /* 装备展示 */
    .zbzs .zbzs-top {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-top .zbzx-top-intro {
        font-size: 14px;
    }

    .zbzs .zbzs-list .zbzs-list-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-intro {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-right {
        width: 100%;
        padding-left: 0;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-top {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-title {
        margin-bottom: 4px;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-intro {
        margin-bottom: 10px;
    }


    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-body {
        height: unset;
    }


    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-img {
        width: 100%;
        height: unset;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-text {
        width: 100%;
        height: unset;
        padding: 30px 10px;
    }

    /* 星级员工 */
    .xjyg .xjyg-body {
        max-width: 100%;
    }

    .xjyg .xjyg-title .title {
        max-width: 170px;
    }

    .xjyg .xjyg-title .icon-item {
        max-width: 22px;
    }

    .xjyg .xjyg-list {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .xjyg .xjyg-list .xjyg-list-title {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .xjyg .xjyg-list .xjyg-list-title-icon {
        display: inline-block;
        margin: 0 auto;
        font-size: 18px;
        width: unset;
        padding: 10px 30px;
        height: unset;
        line-height: 1;
        writing-mode: unset;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

    .xjyg .xjyg-list .xjyg-pic-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .xjyg .xjyg-list .xjyg-pic-item {
        width: calc(25% - 10px);
        margin-right: 13.33px;
        margin-bottom: 30px;
    }

    .xjyg .xjyg-list .xjyg-pic-item:nth-child(4n) {
        margin-right: 0;
    }

    .xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-job {
        font-size: 14px;
    }

    .xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-name {
        font-size: 16px;
    }

    .xjyg .xjyg-ygfc-list {
        padding: 0 20px;
    }

    .xjyg .xjyg-ygfc-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* 业务合作 */
    .ywhz .auto {
        width: 100%;
    }

    .ywhz .title-wrap .title {
        font-size: 20px;
    }

    .ywhz .title-wrap .subtitle {
        font-size: 16px;
    }

    .ywhz .choose-us .choose-us-intro {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .ywhz .choose-us .choose-body-left, .ywhz .choose-us .choose-body-right {
        width: 100%;
    }

    .ywhz .choose-us .choose-body-mid {
        width: 100%;
    }

    .ywhz .choose-us .choose-body-content .title {
        font-size: 16px;
    }

    .ywhz .choose-us .choose-body-content .text {
        font-size: 14px;
    }

    .ywhz .hztj .hztj-body {
        margin-top: 20px;
    }

    .ywhz .hztj-body .hztj-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .ywhz .hztj .hztj-item .item-text {
        font-size: 14px;
    }

    .ywhz .hztj .hztj-item .item-img {
        max-width: 100px;
        margin-bottom: 4px;
    }

    .ywhz .hzlc .hzlc-body {
        margin-top: 20px;
    }

    .ywhz .hzlc-body .hzlc-item {
        flex: none;
        width: 100%;
    }

    .ywhz .hzlc-body .hzlc-item:nth-child(7):after {
        content: '';
        display: block;
        margin: 20px auto 20px;
        width: 40px;
        height: 40px;
        background-position: center center;
        transform: rotate(90deg);
        background-size: contain;
        background-image: url(../images/ywhz-jt-right.jpg);
        background-repeat: no-repeat;
    }

    .ywhz .hzlc .hzlc-item .item-img {
        margin-bottom: 6px;
    }

    .ywhz .hzlc .hzlc-item .item-text {
        font-size: 14px;
    }

    .ywhz .hzlc-body .hzlc-jt {
        margin: 0 auto 20px;
        width: 40px;
        height: 40px;
        background-position: center center;
        transform: rotate(90deg);
        background-size: contain;
    }

    .ywhz .hzzc .hzzc-bg {
        margin-top: 20px;
        padding: 20px 10px;
    }

    .ywhz .hzzc .hzzc-body {
        padding: 20px;
    }

    .ywhz .hzzc .hzzc-column {
        width: 100%;
    }

    .ywhz .hzzc-body .hzzc-item {
        padding: 10px;
        margin-bottom: 10px;
    }

    .ywhz .hzzc .hzzc-item .item-title {
        font-size: 16px;
    }

    .ywhz .hzzc .hzzc-item .item-img {
        margin-right: 20px;
    }

    .ywhz .hzzc .hzzc-item .item-intro {
        font-size: 14px;
    }
    
    .ywhz .gqjl-body{
    	margin-top: 20px;
    }

	.ywhz .gqjl .gqjl-image{
		width: 100%;
		padding-right: 0;
	}
	
	.ywhz .gqjl .gqjl-image img{
		margin-left: 10%;
		width: 80%;
	}
	
	.ywhz .gqjl .gqjl-content{
		width: 100%;
		padding: 0;
		border-left: none;
	}
	
	.ywhz .gqjl .gqjl-item{
		justify-content: center;
	}
	
	.ywhz .gqjl .gqjl-item-icon{
		margin-right: 10px;
		padding: 10px;
		width: 50px;
		height: 50px;
	}
	
	.ywhz .gqjl .gqjl-item:not(:last-child){
		margin-bottom: 20px;
	}
	
	.ywhz .gqjl .gqjl-item-title{
		font-size: 18px;
	}
	
	.ywhz .gqjl .gqjl-item-subtitle{
		font-size: 14px;
	}
	.ywhz .sdfn .sdfn-body{
		margin: 20px auto;
		max-width: 100%;
	}
	.ywhz .sdfn .sdfn-item{
		width: 50%;
		border-bottom-width: 1px;
	}
	.ywhz .sdfn .sdfn-item:nth-child(5n){
		border-right-width: 1px;
	}
	.ywhz .sdfn .sdfn-item:nth-child(9),
	.ywhz .sdfn .sdfn-item:nth-child(10){
		border-bottom-width: 0;
	}
	.ywhz .sdfn .sdfn-item-icon img{
		max-width: 80px;
	}
	.ywhz .sdfn .sdfn-item-title{
		font-size: 18px;
	}
	.ywhz .sdfn .sdfn-item-hide{
		padding: 10px;
	}
	.ywhz .sdfn .sdfn-item-hide-title{
		font-size: 16px;
	}
	.ywhz .sdfn .sdfn-item-hide-text{
		font-size: 10px;
	}
	
    /* 企业文化 */
    .qywh .auto {
        width: 100%;
    }

    .qywh .title-wrap .title {
        font-size: 20px;
    }

    .qywh .title-wrap .subtitle {
        font-size: 16px;
    }

    .qywh .talent .talent-body .talent-left, .qywh .talent .talent-body .talent-right {
        width: 100%;
    }

    .qywh .talent .talent-body .talent-left {
        margin-bottom: 30px;
    }

    .qywh .talent .talent-body .talent-left .talent-ring {
        width: 33.33%;
        height: 0;
        padding-bottom: 33.33%;
        box-shadow: 0 0 0 10px #d4a253;
        margin-right: 4%;
        display: block;
    }

    .qywh .talent .talent-body .talent-left .talent-ring-icon {
        margin: 20% auto 0;
        width: 40%;
        height: 0;
        padding-bottom: 40%;
    }

    .qywh .talent .talent-body .talent-left .talent-ring-text {
        margin-top: 0px;
        font-size: 16px;
    }

    .qywh .talent .talent-body .talent-left .talent-list {
        width: 60%;
    }

    .qywh .talent .talent-body .talent-left .talent-item {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(1) {
        left: -6%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(2) {
        left: -3%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(3) {
        left: 0;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(4) {
        left: -3%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(5) {
        left: -6%;
    }

    .qywh .talent .talent-body .talent-left .item-ring {
        left: 10px;
    }

    .qywh .talent .talent-body .talent-left .item-text {
        width: 100%;
        font-size: 12px;
    }

    .qywh .talent .talent-body .talent-right .talent-ring {
        width: 33.33%;
        margin-right: 4%;
        transform: scale(1.1);
    }

    .qywh .talent .talent-body .talent-right .talent-ring .talent-ring-text {
        font-size: 12px;
        line-height: 1.2;
    }

    .qywh .talent .talent-body .talent-right .talent-list {
        width: 60%;
    }

    .qywh .talent .talent-body .talent-right .talent-item {
        padding-left: 20px;
        margin-bottom: 16px;
    }

    .qywh .talent .talent-body .talent-right .item-ring {
        left: 10px;
    }

    .qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-ring:after {
        left: 30px;
        width: 10px;
    }

    .qywh .talent .talent-body .talent-right .item-text {
        width: 100%;
        font-size: 12px;
    }

    .qywh .title-wrap {
        margin-bottom: 20px;
    }

    .qywh .team {
        margin-bottom: 20px;
    }

    .qywh .team .team-body {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 62px;
        padding-right: 62px;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .qywh .team .team-body .team-item {
        flex: none;
    }

    .qywh .team .team-body .team-item .text {
        font-size: 16px;
    }

    .qywh .team .team-body .team-item:nth-child(odd) .text {
        top: -30px;
    }

    .qywh .team .team-body .team-item:nth-child(even) .text {
        bottom: -30px;
    }

    .qywh .idea .idea-body {
        padding: 60px 0;
    }

    .qywh .idea .idea-body .idea-list {
        width: 100%;
    }

    .qywh .idea .idea-body .idea-item {
        flex: 0 1 calc(33.33% - 8px);
        max-width: calc(33.33% - 8px);
        height: 0;
        padding-bottom: 18%;
        margin: 10% 4px 8px;
    }

    .qywh .idea .idea-body .idea-item:nth-child(6) {
        margin-left: 4px;
    }

    .qywh .idea .idea-body .idea-item:nth-child(4), .qywh .idea .idea-body .idea-item:nth-child(9) {
        margin-left: 17.5%;
    }

    .qywh .idea .idea-body .idea-item .item-box {
        padding-top: 20px;
    }

    .qywh .idea .idea-body .idea-item .item-box .num {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .qywh .idea .idea-body .idea-item .item-box .title {
        font-size: 14px;
    }

    .qywh .idea .idea-body .idea-item .item-box .intro {
        font-size: 12px;
    }

    /* 管理模式 */
    .glms .title-wrap .title {
        font-size: 20px;
    }

    .glms .title-wrap .subtitle {
        font-size: 16px;
    }

    .glms .model-intro {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .glms .title-wrap {
        margin-bottom: 20px;
    }

    .glms .model-body {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .glms .model-body .model-item {
        flex: none;
        width: 100%;
    }

    .glms .model-body .model-item .subtitle {
        height: unset;
    }

    .glms .model-body .model-item .title {
        font-size: 16px;
    }

    .glms .goals-body .goals-main {
        width: 100%;
        padding-bottom: 20px;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .glms .goals-body .goals-main .goals-main-item {
        flex: none;
        width: 100%;
    }

    /* 业务板块 */
    .ywbk .auto {
        width: 100%;
    }

    .ywbk .title-wrap .title {
        font-size: 20px;
    }

    .ywbk .title-wrap .subtitle {
        font-size: 16px;
    }

    .ywbk .business .business-title {
        font-size: 16px;
    }

    .ywbk .business .business-intro {
        font-size: 14px;
    }

    .ywbk .business .business-intro span {
        font-size: 18px;
    }

    .ywbk .model-body .model-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .ywbk .model-body .model-item .cover img {
        max-height: 200px;
    }

    .ywbk .model-body .model-item-cont {
        font-size: 12px;
    }

    .ywbk .model-body .model-item .model-main-item {
        padding: 10px;
    }

    /* 人才招聘 */
    .rczp .rczp-body {
        padding: 20px 10px;
    }

    .rczp .rczp-body .rczp-top-list {
        width: 100%;
    }

    .rczp .rczp-body .rczp-top-item-title {
        margin-bottom: 10px;
    }

    .rczp .rczp-body .rczp-top-item-title .title {
        font-size: 20px;
    }

    .rczp .rczp-body .rczp-top-item-intro {
        font-size: 14px;
    }

    .rczp .rczp-body .rczp-top-item-title .subtitle {
        font-size: 14px;
    }

    .rczp .rczp-body .rczp-top-item-title-right {
        font-size: 20px;
    }

    .rczp .rczp-body .rczp-top-item {
        margin-bottom: 20px;
    }

    .rczp .rczp-body .rczp-top-img {
        width: 100%;
    }

    .rczp .rczp-body .rczp-body-bottom {
        margin-top: 20px;
    }

    .rczp .rczp-body .rczp-bottom-list {
        flex-wrap: wrap;
    }

    .rczp .rczp-body .rczp-bottom-item {
        width: 100%;
    }
}


.cnm_tt {
    text-align: center;
    font-size: 22px;
    padding-bottom: 30px;
    line-height: 1.4;
}

.cnm_tt .e {
    font-size: 24px;
}

.fgs_list {
    overflow: hidden;
    padding: 0px 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.fgs_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 20px;
}

.fgs_list li {
    width: 33.333333%;
    padding: 12px;
}

.fgs_list li .padd {
    height: 100%;
    display: block;
    width: 100%;
}

.fgs_list li .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.fgs_list li .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.fgs_list li .dcm {
    padding: 10px 15px;
    text-align: center;
}

.fgs_list li .h3 {
    font-size: 15px;
}

.fgs_list li .p {
    font-size: 14px;
}

.fgs_list .fgs_tit {
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0 5px 10px;
    position: relative;
    margin-top: 10px;
}

.fgs_list .fgs_tit::after {
    width: 2px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    content: '';
    background: #d4a253;
}

.fgs_tit2 {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
    color: #d4a253;
}

.fgs_tit2 h3 {
    font-size: 20px;
}

.fgs_tit2 h2 {
    font-size: 24px;
}


.ywbl_com {
    max-width: 1200px;
    margin: 0 auto;
}

.ywbl_com li {
    width: 100%;
    display: flex;
    align-items: center;
}

.ywbl_com li .img {
    width: 50%;
}

.ywbl_com li .img img {
    display: block;
    width: 100%;
}

.ywbl_com li .yw_r {
    flex: 1;
    padding-left: 4.5%;
}

.ywbl_com li:nth-child(2n) {
    flex-direction: row-reverse;
}

.ywbl_com li:nth-child(2n) .yw_r {
    padding-left: 0;
    padding-right: 4.5%;
}

.ywbl_com li .yw_r h3 {
    font-weight: bold;
    color: #d4a253;
    line-height: 1.4;
    font-size: 24px;
}

.ywbl_com li .yw_r h4 {
    color: #333;
    line-height: 1.4;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.ywbl_com li .yw_r p {
    font-size: 16px;
    color: #333333;
    padding-top: 5%;
}


/* 企业党建  1130*/
.sub_bandj {
    overflow: hidden;
}

.sub_bandj img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
}

.hiddenx {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dangjian_com .bord {
    border: 1px solid #e5e5e5;
}

.dangjian_com .flex {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dangjian_com a {
    color: #626061;
}

.dangjian_com a:hover {
    color: #ff0c26;
}

.dangjian_com .dj_aa {
    background: #ff0c26;
    display: inline-block;
    color: #fff;
    padding: 1px 10px;
}

.dangjian_com .dj_aa:hover {
    color: #fff;
}

.dangjian_com .dangjian_a {
    padding: 0px 0 30px;
    align-items: flex-start;
}

.dangjian_a .dj_aimg {
    width: 70%;
    overflow: hidden;
}

.dangjian_a .dj_aimg img {
    display: block;
    width: 100%;
}

.dangjian_com .dj-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    content: '';
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-color: #FE0000;
    border-radius: 100%;
    z-index: 5;
}

.dangjian_com .dj-prev {
    left: 10px;
    background-image: url(../images/dj_btnl.png);
}

.dangjian_com .dj-next {
    right: 10px;
    background-image: url(../images/dj_btnr.png);
}

.dangjian_a .dj_ar {
    flex: 1;
    padding-left: 2.5%;
}

.dangjian_a .dj_ar .dj_aa {
    margin-top: 10px;
    margin-bottom: 20px;
}

.dangjian_b .dj_aa {
    margin-top: 10px;
}

.dangjian_a .dj_ar .dj_tt {
    border-bottom: 0;
    padding: 0;
}

.dj_ardd p {
    color: #676767;
    padding-top: 10px;
}

.dj_ardd img {
    max-width: 100%;
    display: block;
}

.dangjian_com .dangjian_b {
    align-items: initial;
}

.dangjian_b .dj_li {
    width: 35%;
}

.dangjian_b .dj_li.last {
    width: 26%;
}

.dangjian_c {
    overflow: hidden;
    padding: 30px 0;
}

.dangjian_c img {
    display: block;
    width: 100%;
}

.dangjian_swiper {
    overflow: hidden;
}

.dj_tt {
    padding: 2px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.dj_tt h3 {
    font-size: 22px;
    color: #ff0c26;
    font-weight: normal;
}

.dj_list {
    padding: 15px;
}

.dj_list li {
    padding: 3px 0;
}

.dj_list li a {
    position: relative;
    padding-left: 15px;
}

.dj_list li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0c26;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.dj_list dt {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.dj_list dt:last-child {
    border-bottom: 0;
}

.dj_list dt h3 {
    font-size: 18px;
}

.dj_list dt p {
    color: #797677;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 1.7;
}

.dangjian_d {
    margin-bottom: 30px;
}

.dj_swpadd {
    padding: 20px 60px;
    position: relative;
}

.dangjian_swiper .swiper-slide .img {
    position: relative;
    padding-bottom: 68.5%;
    overflow: hidden;
}

.dangjian_swiper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dangjian_swiper .swiper-slide p {
    background: #F0F0F0;
    padding: 10px;
    text-align: center;
}

.dj_swpadd .dj-btn {
    position: absolute;
    z-index: 50;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    content: '';
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-color: #FE0000;
    border-radius: 100%;
}

.dj_swpadd .dj-prev {
    left: 10px;
    background-image: url(../images/dj_btnl.png);
}

.dj_swpadd .dj-next {
    right: 10px;
    background-image: url(../images/dj_btnr.png);
}

.dangjian_padd {
    padding-bottom: 30px;
}

.dangjian_list {
    padding: 2% 0 0;
    max-width: 1200px;
    margin: 0 auto;
}

.dangjian_list li {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.dangjian_list li a {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.dangjian_list li span {
    float: right;
    color: #666;
    padding-left: 15px;
}

.dangjian_list li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0c26;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

/* 绿清人 */
.lvq_imga {
    overflow: hidden;
    padding: 30px 0;
}

.lvq_imga img {
    display: block;
    width: 100%;
}

.lqr_padd {
    padding-bottom: 6%;
}

.lqr_list {
    padding-bottom: 3%;
}

.lqr_list ul {
    display: flex;
    margin-left: -3%;
    margin-right: -3%;
    flex-wrap: wrap;
}

.lqr_list ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 2% 3%;
    text-align: center;
}

.lqr_list ul li .img {
    display: block;
    overflow: hidden;
}

.lqr_list ul li .img img {
    display: block;
    width: 100%;
}

.lqr_list ul li .h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lqr_list ul li a.m {
    display: inline-block;
    background: #938171;
    color: #fff;
    padding: 0 40px;
    line-height: 35px;
}

.lqr_list ul li:hover a.m {
    background: #ff8a1c;
}


@media screen and (max-width: 1199px) {
    .fgs_list ul {
        margin-left: -12px;
        margin-right: -12px;
    }

    .fgs_list li .dcm {
        padding: 12px 16px 20px;
    }

    .ywbl_com li .yw_r h3 {
        font-size: 20px;
    }

    .ywbl_com li .yw_r h4 {
        font-size: 18px;
    }

    .ywbl_com li .yw_r p {
        font-size: 14px;
    }

    .fgs_list {
        padding-top: 25px;
    }

    .fgs_tit2 h3 {
        font-size: 18px;
    }

    .fgs_tit2 h2 {
        font-size: 22px;
    }

    .cnm_tt {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .cnm_tt {
        font-size: 20px;
    }

    .cnm_tt .e {
        font-size: 22px;
    }
}

@media screen and (max-width: 960px) {
    .fgs_list li {
        width: 50%;
    }

    .ywbl_com li .yw_r h3 {
        font-size: 18px;
    }

    .ywbl_com li .yw_r h4 {
        font-size: 16px;
    }

    .ywbl_com li .yw_r p {
        font-size: 13px;
    }

    .fgs_tit2 h3 {
        font-size: 17px;
    }

    .fgs_tit2 h2 {
        font-size: 20px;
    }

    .cnm_tt {
        font-size: 18px;
    }

    .cnm_tt .e {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {

    .ywbl_com li .yw_r h3 {
        font-size: 16px;
    }

    .ywbl_com li .yw_r h4 {
        font-size: 14px;
    }

    .ywbl_com li .yw_r p {
        font-size: 12px;
    }

    .dj_tt h3 {
        font-size: 18px;
    }

    .dangjian_a .dj_ar {
        padding-top: 15px;
    }

    .dangjian_b .dj_li, .dangjian_a .dj_aimg {
        width: 100% !important;
    }

    .dangjian_b .dj_li {
        margin-bottom: 15px;
    }

    .dj_swpadd .dj-btn {
        width: 25px;
        height: 25px;
    }

    .dangjian_c {
        padding: 0 0 15px;
    }

    .dj_swpadd {
        padding: 15px 45px;
    }

    .dj_list dt h3 {
        font-size: 16px;
    }

    .dangjian_list li {
        padding: 12px 0;
    }

    .dangjian_list li a {
        font-size: 14px;
    }

    .dangjian_list li span {
        font-size: 12px;
    }

    .lqr_list ul li {
        width: 50%;
    }

    .lqr_list ul li a.m {
        padding: 0 20px;
        line-height: 30px;
    }

    .sub_bandj {
        padding-top: 60px;
    }
}

@media screen and (max-width: 736px) {
    .ywbl_com {
        padding-top: 10px;
    }

    .ywbl_com li {
        flex-wrap: wrap;
        padding-bottom: 16px;
    }

    .ywbl_com li .img {
        width: 100%;
    }

    .ywbl_com li .yw_r {
        padding: 15px !important;
        background: #F0F0F0;
    }

    .ywbl_com li .yw_r p {
        padding-top: 6px;
    }

    .fgs_tit2 h3 {
        font-size: 16px;
    }

    .fgs_tit2 h2 {
        font-size: 18px;
    }

}

@media screen and (max-width: 550px) {
    .fgs_list li {
        width: 100%;
    }

}

@media screen and (max-width: 375px) {
    .Scolumn .nav a {
        padding: 0 0.6em;
    }

}


/* 客户端 */
.khd .title-wrap .title-text {
    font-size: 26px;
    text-align: center;
    line-height: 1.8;
}

.khd .title-wrap.linexx .title-text {
    position: relative;
}

.khd .title-wrap.linexx .title-text:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.5em;
    width: 1em;
    height: 3px;
    background-color: #d5d5d6;
}

.khd img {
    max-width: 100%;
    display: block;
}

.khd .w {
    padding: 0 3%;
    width: 1100px;
    max-width: 100%;
}

.khd .text-theme-color {
    color: #d4a253;
}

.khd .section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.khd .section .intro {
    margin-top: 20px;
    font-size: 16px;
    text-indent: 2em;
}

.khd .section .intro-image {
    width: 80%;
    margin: 50px auto 0;
}

.khd .section .intro-image.mobile {
    display: none
}

.khd .platform {

}

.khd .interflow {
    background-color: #f7faff;
}

.khd .service .service-list {
    width: 90%;
    margin: 40px auto 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.khd .service .item {
    border-radius: 20px;
    padding: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform ease-out 0.3s, box-shadow ease-out 0.3s;
}

.khd .service .item:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.khd .service .item .title {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.khd .framework {
    background: url('../images/khd-framework-bg.jpg') no-repeat center;
    background-size: cover;
}

.khd .framework .title-wrap .title-text {
    color: #fff;
}

.khd .framework .w {
    width: 1400px;
}

.khd .framework .tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}

.khd .framework .tabs-main {
    width: 46%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 2;
}

.khd .framework .tabs-main-item {
    cursor: pointer;
    transition: transform ease-out 0.3s;
}

.khd .framework .tabs-main-item:hover {
    transform: translateY(-10px);
}

.khd .framework .tabs-content {
    width: 44%;
}

.khd .framework .tabs-content-item {
    display: none;
}

.khd .framework .tabs-content-item.active {
    display: block;
}

.khd .framework .tabs-content-item .text {
    width: 80px;
}

.khd .framework .tabs-content-item .title {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.khd .framework .tabs-content-item .intro {
    margin-top: 0;
    text-indent: 2em;
    font-size: 20px;
    color: #fff;
}

.khd .framework .list-mobile {
    display: none;
}

.khd .function .w {
    width: 1300px;
}

.khd .function .intro-image {
    width: 80%;
}

.khd .function .function-list {
    margin-top: 20px;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.khd .function .item {
    background-color: transparent;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform ease-out 0.3s;
    overflow: hidden;
}

.khd .function .item:hover {
    transform: translateY(-10px);
}

.khd .function .item .title {
    padding: 10px 5px;
    background-image: linear-gradient(to right, #189781, #33a3c1);
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.khd .function .item .text-list {
    padding: 20px;
}

.khd .function .item li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 18px;
}

.khd .function .item li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #189781;
    border-radius: 50%;
}

.khd .advantage .w {
    width: 1500px;
}

.khd .advantage .intro-image {
    width: 40%;
}


.khd .advantage .content {
    position: relative;
    padding: 0px;
}

.khd .advantage .item {
    position: absolute;
}

.khd .advantage .item:nth-child(1) {
    top: -40px;
    left: 150px;
}

.khd .advantage .item:nth-child(2) {
    top: 200px;
    left: 150px;
}

.khd .advantage .item:nth-child(3) {
    top: 450px;
    left: 150px;
}

.khd .advantage .item:nth-child(4) {
    top: -40px;
    left: 1120px;
}

.khd .advantage .item:nth-child(5) {
    top: 200px;
    left: 1120px;
}

.khd .advantage .item:nth-child(6) {
    top: 450px;
    left: 1120px;
}

.khd .advantage .item .title {
    font-size: 22px;
    color: #d4a253;
}

.khd .advantage .item .details {
    margin-top: 10px;
    text-indent: 2em;
    font-size: 16px;
    max-width: 15em;
}

.khd .terminal .w {
    width: 1300px;
}

.khd .terminal .terminal-list {
    margin-top: 70px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-gap: 50px;
    grid-template-columns: 45% 25% 25%;
    grid-template-rows: minmax(0, 1fr);
}

.khd .terminal .item {
    padding: 30px 40px 0;
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform ease-out 0.3s, box-shadow ease-out 0.3s;
}

.khd .terminal .item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px);
}

.khd .terminal .item .title {
    font-size: 22px;
    margin-bottom: 10px;
}

.khd .terminal .item:first-child {
    grid-row-end: span 2;
}

.khd .terminal .item:first-child img {
    margin-top: 100px;
    width: 100%;
}

.khd .terminal .item:not(:first-child) img {
    width: 50%;
    margin: 0 auto;
}

.khd .terminal .item:nth-child(4) img {
}


@media (max-width: 768px) {
    /* 品牌释义 */
    .ppsy .ppsy-item {
        margin-bottom: 30px;
    }

    .ppsy .ppsy-item img {
        max-width: 100%;
    }

    .ppsy .ppsy-item .ppsy-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ppsy .ppsy-item .ppsy-pmsy {
        flex-wrap: wrap;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo img {
        max-width: 30%;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-right {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs {
        flex-wrap: wrap;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left img {
        max-width: 30%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-right {
        width: 100%;
        text-align: center;
    }

    .ppsy .ppsy-item .ppsy-bssy-intro {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-bssy {
        flex-wrap: wrap;
    }

    .ppsy .ppsy-item .ppsy-bssy .ppsy-bssy-item {
        width: 100%;
    }

    /* 装备展示 */
    .zbzs .zbzs-top {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-top .zbzx-top-intro {
        font-size: 14px;
    }

    .zbzs .zbzs-list .zbzs-list-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-intro {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-right {
        width: 100%;
        padding-left: 0;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-top {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-title {
        margin-bottom: 4px;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-intro {
        margin-bottom: 10px;
    }


    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-body {
        height: unset;
    }


    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-img {
        width: 100%;
        height: unset;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-text {
        width: 100%;
        height: unset;
        padding: 30px 10px;
    }

    /* 星级员工 */
    .xjyg .xjyg-body {
        max-width: 100%;
    }

    .xjyg .xjyg-title .title {
        max-width: 170px;
    }

    .xjyg .xjyg-title .icon-item {
        max-width: 22px;
    }

    .xjyg .xjyg-list {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .xjyg .xjyg-list .xjyg-list-title {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .xjyg .xjyg-list .xjyg-list-title-icon {
        display: inline-block;
        margin: 0 auto;
        font-size: 18px;
        width: unset;
        padding: 10px 30px;
        height: unset;
        line-height: 1;
        writing-mode: unset;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

    .xjyg .xjyg-list .xjyg-pic-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .xjyg .xjyg-list .xjyg-pic-item {
        width: calc(25% - 10px);
        margin-right: 13.33px;
        margin-bottom: 30px;
    }

    .xjyg .xjyg-list .xjyg-pic-item:nth-child(4n) {
        margin-right: 0;
    }

    .xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-job {
        font-size: 14px;
    }

    .xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-name {
        font-size: 16px;
    }

    .xjyg .xjyg-ygfc-list {
        padding: 0 20px;
    }

    .xjyg .xjyg-ygfc-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* 业务合作 */
    .ywhz .title-wrap .title {
        font-size: 20px;
    }

    .ywhz .title-wrap .subtitle {
        font-size: 16px;
    }

    .ywhz .choose-us .choose-us-intro {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .ywhz .choose-us .choose-body-left, .ywhz .choose-us .choose-body-right {
        width: 100%;
    }

    .ywhz .choose-us .choose-body-mid {
        width: 100%;
    }

    .ywhz .choose-us .choose-body-content .title {
        font-size: 16px;
    }

    .ywhz .choose-us .choose-body-content .text {
        font-size: 14px;
    }

    .ywhz .hzly .hzly-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ywhz .hztj .hztj-body {
        margin-top: 20px;
    }

    .ywhz .hztj-body .hztj-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .ywhz .hztj .hztj-item .item-text {
        font-size: 14px;
    }

    .ywhz .hztj .hztj-item .item-img {
        max-width: 100px;
        margin-bottom: 4px;
    }

    .ywhz .hzlc .hzlc-body {
        margin-top: 20px;
    }

    .ywhz .hzlc-body .hzlc-item {
        flex: none;
        width: 100%;
    }

    .ywhz .hzlc-body .hzlc-item:nth-child(7):after {
        content: '';
        display: block;
        margin: 20px auto 20px;
        width: 40px;
        height: 40px;
        background-position: center center;
        transform: rotate(90deg);
        background-size: contain;
        background-image: url(../images/ywhz-jt-right.jpg);
        background-repeat: no-repeat;
    }

    .ywhz .hzlc .hzlc-item .item-img {
        margin-bottom: 6px;
    }

    .ywhz .hzlc .hzlc-item .item-text {
        font-size: 14px;
    }

    .ywhz .hzlc-body .hzlc-jt {
        margin: 0 auto 20px;
        width: 40px;
        height: 40px;
        background-position: center center;
        transform: rotate(90deg);
        background-size: contain;
    }

    .ywhz .hzzc .hzzc-bg {
        margin-top: 20px;
        padding: 20px 10px;
    }

    .ywhz .hzzc .hzzc-body {
        padding: 20px;
    }

    .ywhz .hzzc .hzzc-column {
        width: 100%;
    }

    .ywhz .hzzc-body .hzzc-item {
        padding: 10px;
        margin-bottom: 10px;
    }

    .ywhz .hzzc .hzzc-item .item-title {
        font-size: 16px;
    }

    .ywhz .hzzc .hzzc-item .item-img {
        margin-right: 20px;
    }

    .ywhz .hzzc .hzzc-item .item-intro {
        font-size: 14px;
    }

    /* 企业文化 */
    .qywh .w {
        width: 100%;
    }

    .qywh .title-wrap .title {
        font-size: 20px;
    }

    .qywh .title-wrap .subtitle {
        font-size: 16px;
    }

    .qywh .talent .talent-body .talent-left, .qywh .talent .talent-body .talent-right {
        width: 100%;
    }

    .qywh .talent .talent-body .talent-left {
        margin-bottom: 30px;
    }

    .qywh .talent .talent-body .talent-left .talent-ring {
        width: 33.33%;
        height: 0;
        padding-bottom: 33.33%;
        box-shadow: 0 0 0 10px #d4a253;
        margin-right: 4%;
        display: block;
    }

    .qywh .talent .talent-body .talent-left .talent-ring-icon {
        margin: 20% auto 0;
        width: 40%;
        height: 0;
        padding-bottom: 40%;
    }

    .qywh .talent .talent-body .talent-left .talent-ring-text {
        margin-top: 10px;
        font-size: 12px;
    }

    .qywh .talent .talent-body .talent-left .talent-list {
        width: 60%;
    }

    .qywh .talent .talent-body .talent-left .talent-item {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(1) {
        left: -6%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(2) {
        left: -3%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(3) {
        left: 0;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(4) {
        left: -3%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(5) {
        left: -6%;
    }

    .qywh .talent .talent-body .talent-left .item-ring {
        left: 10px;
    }

    .qywh .talent .talent-body .talent-left .item-text {
        width: 100%;
        font-size: 12px;
    }

    .qywh .talent .talent-body .talent-right .talent-ring {
        width: 33.33%;
        margin-right: 4%;
        transform: scale(1.1);
    }

    .qywh .talent .talent-body .talent-right .talent-ring .talent-ring-text {
        font-size: 12px;
        line-height: 1.2;
    }

    .qywh .talent .talent-body .talent-right .talent-list {
        width: 60%;
    }

    .qywh .talent .talent-body .talent-right .talent-item {
        padding-left: 20px;
        margin-bottom: 16px;
    }

    .qywh .talent .talent-body .talent-right .item-ring {
        left: 10px;
    }

    .qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-ring:after {
        left: 30px;
        width: 10px;
    }

    .qywh .talent .talent-body .talent-right .item-text {
        width: 100%;
        font-size: 12px;
    }

    .qywh .team {
        margin-bottom: 20px;
    }

    .qywh .title-wrap {
        margin-bottom: 20px;
    }

    .qywh .team .team-body {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 62px;
        padding-right: 62px;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .qywh .team .team-body .team-item {
        flex: none;
    }

    .qywh .team .team-body .team-item .text {
        font-size: 16px;
    }

    .qywh .team .team-body .team-item:nth-child(odd) .text {
        top: -30px;
    }

    .qywh .team .team-body .team-item:nth-child(even) .text {
        bottom: -30px;
    }

    .qywh .idea .idea-body {
        padding: 60px 0;
    }

    .qywh .idea .idea-body .idea-list {
        width: 100%;
    }

    .qywh .idea .idea-body .idea-item {
        flex: 0 1 calc(33.33% - 8px);
        max-width: calc(33.33% - 8px);
        height: 0;
        padding-bottom: 18%;
        margin: 10% 4px 8px;
    }

    .qywh .idea .idea-body .idea-item:nth-child(6) {
        margin-left: 4px;
    }

    .qywh .idea .idea-body .idea-item:nth-child(4), .qywh .idea .idea-body .idea-item:nth-child(9) {
        margin-left: 17.5%;
    }

    .qywh .idea .idea-body .idea-item .item-box {
        padding-top: 20px;
    }

    .qywh .idea .idea-body .idea-item .item-box .num {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .qywh .idea .idea-body .idea-item .item-box .title {
        font-size: 16px;
    }

    .qywh .idea .idea-body .idea-item .item-box .intro {
        font-size: 12px;
    }

    /* 管理模式 */
    .glms .title-wrap .title {
        font-size: 20px;
    }

    .glms .title-wrap .subtitle {
        font-size: 16px;
    }

    .glms .model-intro {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .glms .title-wrap {
        margin-bottom: 20px;
    }

    .glms .model-body {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .glms .model-body .model-item {
        flex: none;
        width: 100%;
    }

    .glms .model-body .model-item .subtitle {
        height: unset;
    }

    .glms .model-body .model-item .title {
        font-size: 16px;
    }

    .glms .goals-body .goals-main {
        width: 100%;
        padding-bottom: 20px;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .glms .goals-body .goals-main .goals-main-item {
        flex: none;
        width: 100%;
    }

    /* 业务板块 */
    .ywbk .title-wrap .title {
        font-size: 20px;
    }

    .ywbk .title-wrap .subtitle {
        font-size: 16px;
    }

    .ywbk .business-body .business-top-left, .ywbk .business-body .business-top-right {
        width: 100%;
    }

    .ywbk .business-body .business-top-body {
        width: 100%;
    }

    .ywbk .business-body .business-top-img {
        width: 100%;
    }

    .ywbk .business-body .business-bottom-img {
        width: 60vw;
        margin-bottom: 20px;
    }

    .ywbk .business-body .business-bottom-item-text {
        position: relative;
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(2) {
        top: 0;
        left: 0;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(3) {
        top: 0;
        left: 0;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(4) {
        top: 0;
        left: 0;
    }

    .ywbk .business-body .business-bottom-item-text:before {
        left: -30px;
        margin-top: -15px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        color: #333;
        font-size: 14px;
        font-weight: 600;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(2):before {
        content: '01';
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(3):before {
        content: '02';
        left: -30px;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(4):before {
        content: '03';
    }


    .ywbk .business-body .business-bottom-item-text:after {
        display: none
    }

    .ywbk .model-body .model-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .ywbk .model-body .model-item .cover img {
        max-height: 200px;
    }

    .ywbk .model-body .model-item-cont {
        font-size: 12px;
    }

    .ywbk .model-body .model-item .model-main-item {
        padding: 10px;
    }

    /* 人才招聘 */
    .rczp .rczp-body {
        padding: 20px 10px;
    }

    .rczp .rczp-body .rczp-top-list {
        width: 100%;
    }

    .rczp .rczp-body .rczp-top-item-title {
        margin-bottom: 10px;
    }

    .rczp .rczp-body .rczp-top-item-title .title {
        font-size: 20px;
    }

    .rczp .rczp-body .rczp-top-item-title .subtitle {
        font-size: 14px;
    }

    .rczp .rczp-body .rczp-top-item-title-right {
        font-size: 20px;
    }

    .rczp .rczp-body .rczp-top-item {
        margin-bottom: 20px;
    }

    .rczp .rczp-body .rczp-top-img {
        width: 100%;
    }

    .rczp .rczp-body .rczp-body-bottom {
        margin-top: 20px;
    }

    .rczp .rczp-body .rczp-bottom-list {
        flex-wrap: wrap;
    }

    .rczp .rczp-body .rczp-bottom-item {
        width: 100%;
    }

    .khd .w {
        max-width: 100%;
    }

    .khd .title-wrap .title-text {
        font-size: 22px;
    }

    .khd .section .intro {
        margin-top: 10px;
        font-size: 14px;
    }

    .khd .section {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .khd .section .intro-image {
        width: 100%;
        margin-top: 30px;
    }

    .khd .section .intro-image.pc {
        display: none;
    }

    .khd .section .intro-image.mobile {
        display: block;
    }

    .khd .service .service-list {
        width: 100%;
        margin-top: 30px;
        grid-gap: 10px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .khd .service .item {
        padding: 8px;
    }

    .khd .service .item .title {
        margin-top: 6px;
        font-size: 14px;
    }

    .khd .framework .tabs {
        display: none;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .khd .framework .list-mobile {
        margin-top: 30px;
        display: block;
    }

    .khd .framework .item-mobile {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .khd .framework .item-mobile img {
        width: 40%;
    }

    .khd .framework .item-mobile:nth-child(even) img {
        order: 2;
    }

    .khd .framework .item-mobile .cont {
        width: 55%;
    }

    .khd .framework .item-mobile .text {
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
    }

    .khd .framework .item-mobile .text:not(:last-child) {
        margin-bottom: 10px;
    }

    .khd .framework .tabs-main {
        order: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .khd .framework .tabs-content {
        margin-top: 40px;
        width: 100%;
    }

    .khd .framework .tabs-content-item .title {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .khd .framework .tabs-content-item .intro {
        font-size: 16px;
    }

    .khd .function .function-list {
        grid-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .khd .function .item {
        border-radius: 10px;
        border-top-left-radius: 10px;
    }

    .khd .function .item .text-list {
        padding: 10px;
    }

    .khd .function .item li {
        padding-left: 16px;
        font-size: 14px;
    }

    .khd .function .item li:before {
        top: 6px;
    }

    .khd .advantage .content-list {
        margin-top: 20px;
    }

    .khd .advantage .content-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }

    .khd .advantage .item {
        position: static;
    }

    .khd .advantage .item .title {
        font-size: 16px;
    }

    .khd .advantage .item .details {
        margin-top: 0;
        line-height: 1.4;
        max-width: 100%;
        font-size: 14px;
    }

    .khd .terminal .terminal-list {
        margin-top: 30px;
        grid-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .khd .terminal .item {
        padding: 20px 20px 0;
    }

    .khd .terminal .item:first-child {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    .khd .terminal .item .title {
        font-size: 18px;
    }

    .khd .terminal .item:first-child img {
        margin-top: 20px;
    }
}

/* 合作领域 */

.ind_wrap .ind_cont .service_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.ind_wrap .ind_cont .service_item {
    position: relative;
    width: calc(16.6666% - 20px);
    margin-bottom: 28px;
}

.ind_wrap .ind_cont .service_item:nth-child(n+7) {
    margin-bottom: 0;
}

.ind_wrap .ind_cont .service_item a {
    display: block;
    width: 100%;
    height: 100%;
}

.ind_wrap .ind_cont .service_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_wrap .ind_cont .service_item .service_title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(103, 101, 104, 0.8);
}

.ind_wrap .ind_cont .service_item .service_title a {
    color: #fff;
}

.ind_wrap .ind_cont .service_item .service_title a:hover {
    color: #fff;
}

/* 企业党建  1130*/
.sub_bandj {
    overflow: hidden;
}

.sub_bandj img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
}


/**/

.hiddenx {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dangjian_com .bord {
    border: 1px solid #e5e5e5;
}

.dangjian_com .flex {
    flex-wrap: wrap;
}

.dangjian_com a {
    color: #626061;
}

.dangjian_com a:hover {
    color: #ff0c26;
}

.dangjian_com .dj_aa {
    background: #ff0c26;
    display: inline-block;
    color: #fff;
    padding: 1px 10px;
}

.dangjian_com .dj_aa:hover {
    color: #fff;
}

.dangjian_a {
    padding: 30px 0;
    align-items: flex-start;
}

.dangjian_a .dj_aimg {
    width: 70%;
    overflow: hidden;
}

.dangjian_a .dj_aimg img {
    display: block;
    width: 100%;
}

.dangjian_a .dj_ar {
    flex: 1;
    padding-left: 2.5%;
}

.dangjian_a .dj_ar .dj_aa {
    margin-top: 10px;
    margin-bottom: 20px;
}

.dangjian_b .dj_aa {
    margin-top: 10px;
}

.dangjian_a .dj_ar .dj_tt {
    border-bottom: 0;
    padding: 0;
}

.dj_ardd p {
    color: #676767;
    padding-top: 10px;
}

.dj_ardd img {
    max-width: 100%;
    display: block;
}

.dangjian_b {
    align-items: initial;
}

.dangjian_b .dj_li {
    width: 35%;
}

.dangjian_b .dj_li.last {
    width: 26%;
}

.dangjian_c {
    overflow: hidden;
    padding: 30px 0;
}

.dangjian_c img {
    display: block;
    width: 100%;
}

.dangjian_swiper {
    overflow: hidden;
}

.dj_tt {
    padding: 2px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.dj_tt h3 {
    font-size: 22px;
    color: #ff0c26;
    font-weight: normal;
}

.dj_list {
    padding: 15px;
}

.dj_list li {
    padding: 3px 0;
}

.dj_list li a {
    position: relative;
    padding-left: 15px;
}

.dj_list li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0c26;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.dj_list dt {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.dj_list dt:last-child {
    border-bottom: 0;
}

.dj_list dt h3 {
    font-size: 18px;
}

.dj_list dt p {
    color: #797677;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dangjian_d {
    margin-bottom: 30px;
}

.dj_swpadd {
    padding: 20px 60px;
    position: relative;
}

.dangjian_swiper .swiper-slide .img {
    position: relative;
    padding-bottom: 68.5%;
    overflow: hidden;
}

.dangjian_swiper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dangjian_swiper .swiper-slide p {
    background: #F0F0F0;
    padding: 10px;
    text-align: center;
}

.dj_swpadd .dj-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    content: '';
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-color: #FE0000;
    border-radius: 100%;
}

.dangjian_padd {
    padding-bottom: 30px;
}

.dangjian_list {
    padding: 2% 0 0;
    max-width: 1200px;
    margin: 0 auto;
}

.dangjian_list li {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.dangjian_list li a {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.dangjian_list li span {
    float: right;
    color: #666;
    padding-left: 15px;
}

.dangjian_list li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0c26;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

/* 绿清人 */
.lvq_imga {
    overflow: hidden;
    padding: 30px 0;
}

.lvq_imga img {
    display: block;
    width: 100%;
}

.lqr_list {
    padding-bottom: 3%;
}

.lqr_list ul {
    display: flex;
    margin-left: -3%;
    margin-right: -3%;
    flex-wrap: wrap;
}

.lqr_list ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 2% 3%;
    text-align: center;
}

.lqr_list ul li .img {
    display: block;
    overflow: hidden;
}

.lqr_list ul li .img img {
    display: block;
    width: 100%;
}

.lqr_list ul li .h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lqr_list ul li a.m {
    display: inline-block;
    background: #938171;
    color: #fff;
    padding: 0 40px;
    line-height: 35px;
}

.lqr_list ul li:hover a.m {
    background: #ff8a1c;
}

.lqr_bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: relative;
}

.lqr_bg .lqr_fh {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10%;
    top: 2%;
    background: url(../images/lqr_close.png) no-repeat center center;
    background-size: 100%;
}

.art_cpacm {
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
}

.art_cpimgb, .art_cpimgs {
    overflow: hidden;
}

.art_cpimgb img {
    width: 100%;
    display: block;
}

.art_cpimgs {
    position: relative;
    padding: 2px;
}

.art_cpimgs .swiper-slide a {
    display: block;
    border: 1px solid #cbcbcb;
    position: relative;
    cursor: pointer;
}

.art_cpimgs .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}

.art_cpimgs .swiper-slide.swiper-slide-thumb-active a {
    border-color: #10d6b8;
}

.art_cpimgscom {
    margin-top: 10px;
    padding: 2px 40px;
    position: relative;
    overflow: hidden;
}

.art_cpimgscom .artcp-prev, .art_cpimgscom .artcp-next {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #10d6b8;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    background-size: 100%;
    box-sizing: border-box;
}

.art_cpimgscom .artcp-prev {
    left: 0;
    background-image: url(../images/lqr_close.png);
}

.art_cpimgscom .artcp-next {
    right: 0;
    background-image: url(../images/lqr_close.png);
}

@media (max-width: 768px) {
    .ind_wrap .ind_cont .service_list {
        flex-wrap: wrap;
    }

    .ind_wrap .ind_cont .service_item {
        width: calc(50% - 10px);
        height: 150px;
        margin-bottom: 10px;
    }

    .ind_wrap .ind_cont .service_item:nth-child(n+7) {
        margin-bottom: 10px;
    }

    .dj_tt h3 {
        font-size: 18px;
    }

    .dangjian_a .dj_ar {
        padding-top: 15px;
    }

    .dangjian_b .dj_li, .dangjian_a .dj_aimg {
        width: 100% !important;
    }

    .dangjian_b .dj_li {
        margin-bottom: 15px;
    }

    .dj_swpadd .dj-btn {
        width: 25px;
        height: 25px;
    }

    .dangjian_c {
        padding: 0 0 15px;
    }

    .dj_swpadd {
        padding: 15px 45px;
    }

    .dj_list dt h3 {
        font-size: 16px;
    }

    .dangjian_list li {
        padding: 12px 0;
    }

    .dangjian_list li a {
        font-size: 14px;
    }

    .dangjian_list li span {
        font-size: 12px;
    }

    .lqr_list ul li {
        width: 50%;
    }

    .lqr_list ul li a.m {
        padding: 0 20px;
        line-height: 30px;
    }
}

@media (max-width: 736px) {
    .sub_bandj {
        margin-top: 64px;
    }

}


@media screen and (min-width: 1081px) {
    .pf_tel {
        display: none;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1081px) {
    .cu-right {
        width: 3.7rem;
    }
}

@media screen and (max-width: 1080px) {
    .pf_tel {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0;
        position: fixed;
        right: 0.12rem;
        bottom: 20%;
        z-index: 100;
    }

    .pf_tel a {
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0.2rem;
        border-radius: 50%;
        background-color: #07AB7F;
        box-shadow: 0 0 0.16rem rgba(255, 114, 0, 0.4);
    }

    .pf_tel a img {
        display: block !important;
        width: 0.4rem !important;
        height: 0.4rem !important;
        margin: 0 auto;
        padding: 0;
    }

    .to_top {
        margin-top: 10px !important;
        background: #666 !important;
    }

    .ly_show .show_list22 {
        width: 100%;
    }

    .foot-top .normal {
        display: none;
    }

    .content .i-advantage {
        display: none;
    }

    .i-au-right {
        width: 5.8rem;
    }

    .foot-msg {
        width: 2.8rem;
    }

    .news-text p {
        line-height: 0.25rem;
        height: 0.45rem;
    }

    .cu-right {
        width: 100%;
    }

    .cu-box {
        height: auto !important;
        overflow: hidden;
    }

    .mb {
        max-width: 100%;
    }

    .sec-nav {
        height: auto;
        line-height: 0.48rem
    }

    .pc .lypos {
        line-height: 0.48rem;
        font-size: 0.2rem;
    }

    .cu-info li {
        font-size: 0.2rem;
    }

    .foot-info-cont span {
        font-size: 0.2rem;
    }

    .foot-bottom span {
        font-size: 0.2rem;
    }

    .nav-list a {
        font-size: 0.2rem;
    }

    .mb .i-pro {
        padding: 0.4rem 0 0;
    }

    .show_list ul li {
        margin: 0 0 0.2rem 0;
    }

    .show_pro_img span {
        height: 2.0rem;
    }

    .mb .i-au {
        padding: 0.2rem 0;
    }

    .i-title span {
        font-size: 0.32rem;
    }

    .mb .i-title::after, .mb .i-title::before {
        width: 3.6rem;
    }

    .mb .i-au-left {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mb .i-au-left .pic-box {
        display: block;
        width: 100%;
        height: auto;
    }

    .i-news-list li {
        padding: 0.2rem 0.2rem 0.2rem 1.4rem;
    }

    .mb .i-news-time {
        width: 1.0rem;
        height: 0.8rem;
        margin: 0;
        background: #fff;
        color: #07AB7F;
        position: absolute;
        left: 0.2rem;
        top: 0.2rem;
    }

    .mb .i-news-time .pic-box {
        width: 1.0rem;
        height: 0.8rem;
    }

    .mb .i-news-time span {
        margin-bottom: 0.16rem;
        padding-top: 0.1rem;
    }

    .mb .i-news-time span::before {
        bottom: -0.06rem;
    }

    .mb .i-news-time small {
        font-size: 0.28rem;
        line-height: 0.32rem;
    }

    .mb .i-news {
        padding: 0;
    }

    .i-news-text2 {
        width: 100%;
        height: 0.8rem;
    }

    .mb .i-news-text2 span {
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.18rem;
        margin-bottom: 0.06rem;
    }

    .mb .i-news-list a {
        padding: 0;
    }

    .mb .i-news-text2 p {
        height: 0.44rem;
        line-height: 0.22rem;
        font-size: 0.15rem;
    }

    .link .link_con {
        padding: 0.4rem 0.2rem;
    }

    .link .link_con span {
        margin: 0 auto 0.2rem;
    }

    .link .link_con p {
        font-size: 0.18rem;
    }
}

@media screen and (max-width: 880px) {
    .mb .i-au-left .pic-box {
        width: 100%;
        display: block;
    }

    .mb .i-au {
        padding: 0.2rem 0;
    }

    .mb .header {
        height: 0.7rem;
    }

    .i-news-list li {
        width: 100%;
        margin-right: 0;
        padding: 0.2rem 0.2rem 0.2rem 1.8rem;
        height: 100%;
        float: inherit;
    }

    .mb .i-news-right {
        margin-top: 0;
    }

    .mb .i-news-text2 span {
        margin: 0 0 0.1rem;
        height: 0.32rem;
        line-height: 0.32rem;
        font-size: 0.24rem;
    }

    .i-news-text2 {
        width: 100%;
        height: auto;
    }

    .i-news-time {
        width: 14%;
        margin-right: 2%;
    }

    .mb .i-news-time {
        width: 20%;
        margin-right: 2%;
    }

    .mb .i-news-time {
        width: 1.4rem;
        height: 1.04rem;
        left: 0.2rem;
        top: 0.2rem;
        margin: 0;
    }

    .mb .i-news-time .pic-box {
        width: 1.4rem;
        height: 1.04rem;
    }

    .mb .i-news-time span {
        margin-bottom: 0.1rem;
        font-size: 0.22rem;
        line-height: 0.32rem;
    }

    .mb .i-news-time span::before {
        bottom: -0.06rem;
    }

    .mb .menu-btn .pic-box {
        height: 57px;
    }

    .mb .menu-btn i {
        width: 0.26rem;
    }

    .mb .cu-left {
        text-align: center;
    }

    .cu-left iframe {
        display: inline-block;
    }

    .i-news-text2 p {
    }

    .i-title span {
        font-size: 0.32rem;
    }

    .mb .i-title::after, .mb .i-title::before {
        width: 2.6rem;
    }

    .mb .i-pro .i-title::after, .mb .i-pro .i-title::before {
        width: 2.6rem;
    }

    .i-title small {
        font-size: 0.18rem;
    }

    .show_list ul li {
        width: 49%;
        margin: 0 2% 0.2rem 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .ly_msg ul li h4 {
        width: 26% !important;
    }

    .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }

    .ly_top .top_main {
        width: 96%;
    }

    .mb .header {
        width: 100%;
        margin: 0 auto 0.2rem;
    }

    .logo_desc {
        border-radius: 0;
    }

    .mb .proC.lypro {
        padding: 0 0 20px;
    }

    .mb .foot-bottom .cont {
        text-align: center;
    }

    .mb .menu-box {
        top: 0.95rem;
        width: 104%;
        left: -2%;
    }

    .mb .proC .mb .news-bg {
        padding: 0 0 0;
    }

    .cu-left iframe {
        margin-top: -30px;
    }

    .mb .cu-left {
        overflow: hidden;
        border-top: 1px solid #c7c7c7;
    }

    .mb .menu-btn .pic-box {
        height: 51px;
    }

    .menu-box {
        display: none;
    }

    .mb .i-btn-list li {
        font-size: 0.24rem;
    }

    .mb .i-news-time span {
        margin-bottom: 10px;
    }

    .pc .lypos {
        font-size: 0.23rem;
    }

    .cu-info li {
        font-size: 0.23rem;
    }

    .foot-info-cont span {
        font-size: 0.23rem;
    }

    .foot-bottom span {
        font-size: 0.23rem;
    }

    .nav-list a {
        font-size: 0.23rem;
    }

    .mb .i-au-right {
        font-size: 0.24rem;
    }

    .mb .news-text p {
        font-size: 0.23rem;
    }

    .mb .news-text small {
        font-size: 0.23rem;
    }

    .mb .i-title::after, .mb .i-title::before {
        width: 2.0rem;
    }

    .mb .i-pro .i-title::after, .mb .i-pro .i-title::before {
        width: 2.0rem;
    }

    .mb .i-news {
        padding: 0 0 0.4rem;
    }

    .mb .menu-btn {
        top: 0.2rem;
        right: 0.2rem;
    }

    .cu-box {
        padding: 0.2rem;
    }

    .cu-left {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .ly_msg ul li h4 {
        width: 30% !important;
    }

    .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }
}

/*苹果手机按钮去样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
}

/*悬浮链接*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 35%;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
    margin-right: 8px;
}

.suspension .a {
    display: block;
    width: 55px;
    height: 55px;
    padding: 10px 0 5px;
    background-color: #07AB7F;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    font-size: 0;
}

.suspension .a.active, .suspension .a:hover {
    background: #ff921e;
}

.suspension .a .i {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(../images/lqr_close.png);
    background-repeat: no-repeat;
}

.suspension .a-service .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/lqr_close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
}

.suspension .a-service-phone .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/lqr_close.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.suspension .a-qrcode .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -56px -12px;
}

.suspension .a-cart .i {
    background-position: -88px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    background: #FF921E;
    display: none;
}

.suspension .a-top:hover {
    background: #FF921E;
}

.suspension .d {
    display: none;
    width: 240px;
    background: #fff;
    position: absolute;
    right: 67px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/lqr_close.png) no-repeat;
    right: -8px;
    top: 31px;
}

.qrcode-img img {
    width: 150px;
    margin: 0 auto;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 50px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px;
}

.suspension .d-service-item {
    padding: 4px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/lqr_close.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/lqr_close.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item p {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service .d-service-item p {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../images/lqr_close.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
    width: 160px;
}

.suspension .d-qrcode .inner-box {
    padding: 10px 0;
}

.suspension .d-qrcode p {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}

@media screen and (max-width: 1080px) {
    .suspension {
        display: none;
    }
}

.more22 {
    overflow: hidden;
    margin: 0;
    padding: 12px 0;
    padding: 0.12rem 0;
    text-align: center;
}

.more22 .a1 {
    display: inline-block;
    width: 1rem;
    height: 32px;
    height: 0.32rem;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    background-color: #07AB7F;
    border: 1px solid #07AB7F;
    margin: 0 8px;
    margin: 0 0.08rem;
}

.more22 .a1:hover {
    background-color: #fff;
    color: #07AB7F;
}

.more22 .a2 {
    display: inline-block;
    width: 1rem;
    height: 32px;
    height: 0.32rem;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    border: 1px solid #666;
    margin: 0 8px;
    margin: 0 0.08rem;
}

.more22 .a2:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .more22 {
        overflow: hidden;
        margin: 0;
        padding: 12px 0;
        padding: 0.12rem 0;
        text-align: center;
    }

    .more22 .a1 {
        display: inline-block;
        width: 1.2rem;
        height: 44px;
        height: 0.44rem;
        line-height: 42px;
        line-height: 0.42rem;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-size: 0.14rem;
        background-color: #02b2b5;
        border: 1px solid #02b2b5;
        margin: 0 4px;
        margin: 0 0.04rem;
    }

    .more22 .a1:hover {
        background-color: #fff;
        color: #02b2b5;
    }

    .more22 .a2 {
        display: inline-block;
        width: 1.2rem;
        height: 44px;
        height: 0.44rem;
        line-height: 42px;
        line-height: 0.42rem;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-size: 0.14rem;
        background-color: #666;
        border: 1px solid #666;
        margin: 0 4px;
        margin: 0 0.04rem;
    }

    .more22 .a2:hover {
        background-color: #333;
        border: 1px solid #333;
        color: #fff;
    }
}

@media screen and (max-width: 880px) {
    .more22 .a1 {
        font-size: 0.23rem;
    }

    .more22 .a2 {
        font-size: 0.23rem;
    }
}

.proshow1 {
    position: relative;
    padding: 30px 0;
    padding: 0.3rem 0;
}

.proshow1 .pro_name {
    line-height: 32px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 20px;
}

.proshow1 .js-silder {
    float: left;
    width: 45%;
    margin-top: 0 !important;
    background-color: #fff;
}

.proshow1 .js-silder .silder-main-img {
    width: 100%;
    text-align: center;
    height: 400px;
}

.proshow1 .js-silder .silder-main-img img {
    max-width: 80% !important;
    max-height: 100%;
    vertical-align: middle
}

.proshow1 .js-silder .silder-main-img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.proshow1 .prodesc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.proshow1 .prodesc {
    float: right;
    width: 51%;
}

.proshow1 .prodesc p.desc {
    height: 144px;
    overflow: hidden;
    color: #999;
    margin: 0;
}

.proshow1 .pro_btn {
    padding-top: 47px;
    overflow: hidden;
}

.proshow1 .pro_btn1 {
    display: block;
    width: 40%;
    margin-right: 20px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #02b2b5;
    float: left;
    border: 1px solid #fff;
}

.proshow1 .pro_btn2 {
    display: block;
    width: 50%;
    margin-right: 0;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    background: #7b7b7b;
    color: #fff;
    float: left;
    border: 1px solid #fff;
}

.proshow1 .pro_btn2 em {
}

.proshow1 .pro_btn1:hover {
    background: #fff;
    border: 1px solid #02b2b5;
    color: #02b2b5;
}

.proshow1 .pro_btn2:hover {
    background: #fff;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
}

.tags_title {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 30px;
    margin: 0 0 0.3rem;
}

.tags_title span {
    display: block;
    width: 120px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin-bottom: -1px;
    background-color: #07AB7F;
    margin-left: 0;
    border-bottom: 1px solid #07AB7F;
}

@media screen and (max-width: 1080px) {
    .proshow1 {
        padding-top: 0;
    }

    .proshow1 .pro_name {
        line-height: 0.4rem;
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }

    .proshow1 .js-silder .silder-main-img {
        height: 300px;
    }

    .proshow1 .js-silder {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .proshow1 .prodesc {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 15px;
    }

    .proshow1 .prodesc p {
        margin: 0;
    }

    .proshow1 .prodesc p.desc {
        height: 96px;
    }

    .proshow1 .pro_btn {
        padding-top: 15px;
    }

    .proshow1 .pro_btn1 {
        height: 44px;
        line-height: 42px;
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .proshow1 .pro_btn2 {
        height: 44px;
        line-height: 42px;
        width: 100%;
    }

    .proshow1 .pro_btn2 em {
    }

    .tags_title span {
        font-size: 0.28rem;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 880px) {
    .tags_title span {
        font-size: 0.18rem;
    }
}


/* 客户端 */
.khd .title-wrap .title-text {
    font-size: 26px;
    text-align: center;
}

.khd .title-wrap.linexx .title-text {
    position: relative;
}

.khd .title-wrap.linexx .title-text:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.5em;
    width: 1em;
    height: 3px;
    background-color: #d5d5d6;
}

.khd img {
    max-width: 100%;
    display: block;
}

.khd .w {
    width: 1100px;
    max-width: 100%;
}

.khd .text-theme-color {
    color: #d4a253;
}

.khd .section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.khd .section .intro {
    margin-top: 20px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 1.8;
}

.khd .section .intro-image {
    width: 80%;
    margin: 50px auto 0;
}

.khd .section .intro-image.mobile {
    display: none
}

.khd .platform {

}

.khd .interflow {
    background-color: #f7faff;
}

.khd .service .service-list {
    width: 90%;
    margin: 40px auto 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.khd .service .item {
    border-radius: 20px;
    padding: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform ease-out 0.3s, box-shadow ease-out 0.3s;
}

.khd .service .item:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.khd .service .item .title {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.khd .framework {
    background: url('../images/khd-framework-bg.jpg') no-repeat center;
    background-size: cover;
}

.khd .framework .title-wrap .title-text {
    color: #fff;
}

.khd .framework .w {
    width: 1400px;
}

.khd .framework .tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}

.khd .framework .tabs-main {
    width: 46%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 2;
}

.khd .framework .tabs-main-item {
    cursor: pointer;
    transition: transform ease-out 0.3s;
}

.khd .framework .tabs-main-item:hover {
    transform: translateY(-10px);
}

.khd .framework .tabs-content {
    width: 44%;
}

.khd .framework .tabs-content-item {
    display: none;
}

.khd .framework .tabs-content-item.active {
    display: block;
}

.khd .framework .tabs-content-item .text {
    width: 80px;
}

.khd .framework .tabs-content-item .title {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.khd .framework .tabs-content-item .intro {
    margin-top: 0;
    text-indent: 2em;
    font-size: 20px;
    color: #fff;
}

.khd .framework .list-mobile {
    display: none;
}

.khd .function .w {
    width: 1300px;
}

.khd .function .intro-image {
    width: 80%;
}

.khd .function .function-list {
    margin-top: 20px;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.khd .function .item {
    background-color: transparent;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform ease-out 0.3s;
    overflow: hidden;
}

.khd .function .item:hover {
    transform: translateY(-10px);
}

.khd .function .item .title {
    padding: 10px 5px;
    background-image: linear-gradient(to right, #189781, #33a3c1);
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.khd .function .item .text-list {
    padding: 20px;
}

.khd .function .item li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 18px;
}

.khd .function .item li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #189781;
    border-radius: 50%;
}

.khd .advantage .w {
    width: 1500px;
}

.khd .advantage .intro-image {
    width: 40%;
}


.khd .advantage .content {
    position: relative;
}

.khd .advantage .item {
    position: absolute;
}

.khd .advantage .item:nth-child(1) {
    top: -40px;
    left: 150px;
}

.khd .advantage .item:nth-child(2) {
    top: 200px;
    left: 150px;
}

.khd .advantage .item:nth-child(3) {
    top: 450px;
    left: 150px;
}

.khd .advantage .item:nth-child(4) {
    top: -40px;
    left: 1120px;
}

.khd .advantage .item:nth-child(5) {
    top: 200px;
    left: 1120px;
}

.khd .advantage .item:nth-child(6) {
    top: 450px;
    left: 1120px;
}

.khd .advantage .item .title {
    font-size: 22px;
    color: #d4a253;
}

.khd .advantage .item .details {
    margin-top: 10px;
    text-indent: 2em;
    font-size: 16px;
    max-width: 15em;
}

.khd .terminal .w {
    width: 1300px;
}

.khd .terminal .terminal-list {
    margin-top: 70px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-gap: 50px;
    grid-template-columns: 45% 25% 25%;
    grid-template-rows: minmax(0, 1fr);
}

.khd .terminal .item {
    padding: 30px 40px 0;
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform ease-out 0.3s, box-shadow ease-out 0.3s;
}

.khd .terminal .item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px);
}

.khd .terminal .item .title {
    font-size: 22px;
    margin-bottom: 10px;
}

.khd .terminal .item:first-child {
    grid-row-end: span 2;
}

.khd .terminal .item:first-child img {
    margin-top: 100px;
    width: 100%;
}

.khd .terminal .item:not(:first-child) img {
    width: 50%;
    margin: 0 auto;
}

.khd .terminal .item:nth-child(4) img {
}

@media (max-width: 768px) {
    /* 品牌释义 */
    .ppsy .ppsy-item {
        margin-bottom: 30px;
    }

    .ppsy .ppsy-item img {
        max-width: 100%;
    }

    .ppsy .ppsy-item .ppsy-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ppsy .ppsy-item .ppsy-pmsy {
        flex-wrap: wrap;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo img {
        max-width: 30%;
    }

    .ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-right {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs {
        flex-wrap: wrap;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left img {
        max-width: 30%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-right {
        width: 100%;
        text-align: center;
    }

    .ppsy .ppsy-item .ppsy-bssy-intro {
        width: 100%;
    }

    .ppsy .ppsy-item .ppsy-bssy {
        flex-wrap: wrap;
    }

    .ppsy .ppsy-item .ppsy-bssy .ppsy-bssy-item {
        width: 100%;
    }

    /* 装备展示 */
    .zbzs .zbzs-top {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-top .zbzx-top-intro {
        font-size: 14px;
    }

    .zbzs .zbzs-list .zbzs-list-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-intro {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-right {
        width: 100%;
        padding-left: 0;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-top {
        margin-bottom: 20px;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-title {
        margin-bottom: 4px;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-intro {
        margin-bottom: 10px;
    }


    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-body {
        height: unset;
    }


    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-img {
        width: 100%;
        height: unset;
    }

    .zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-text {
        width: 100%;
        height: unset;
        padding: 30px 10px;
    }

    /* 星级员工 */
    .xjyg .xjyg-body {
        max-width: 100%;
    }

    .xjyg .xjyg-title .title {
        max-width: 170px;
    }

    .xjyg .xjyg-title .icon-item {
        max-width: 22px;
    }

    .xjyg .xjyg-list {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .xjyg .xjyg-list .xjyg-list-title {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .xjyg .xjyg-list .xjyg-list-title-icon {
        display: inline-block;
        margin: 0 auto;
        font-size: 18px;
        width: unset;
        padding: 10px 30px;
        height: unset;
        line-height: 1;
        writing-mode: unset;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

    .xjyg .xjyg-list .xjyg-pic-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .xjyg .xjyg-list .xjyg-pic-item {
        width: calc(25% - 10px);
        margin-right: 13.33px;
        margin-bottom: 30px;
    }

    .xjyg .xjyg-list .xjyg-pic-item:nth-child(4n) {
        margin-right: 0;
    }

    .xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-job {
        font-size: 14px;
    }

    .xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-name {
        font-size: 16px;
    }

    .xjyg .xjyg-ygfc-list {
        padding: 0 20px;
    }

    .xjyg .xjyg-ygfc-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* 业务合作 */
    .ywhz .title-wrap .title {
        font-size: 20px;
    }

    .ywhz .title-wrap .subtitle {
        font-size: 16px;
    }

    .ywhz .choose-us .choose-us-intro {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .ywhz .choose-us .choose-body-left, .ywhz .choose-us .choose-body-right {
        width: 100%;
    }

    .ywhz .choose-us .choose-body-mid {
        width: 100%;
    }

    .ywhz .choose-us .choose-body-content .title {
        font-size: 16px;
    }

    .ywhz .choose-us .choose-body-content .text {
        font-size: 14px;
    }

	.ywhz .hzms .hzms-body{
		flex-direction: column;
	}
	
	.ywhz .hzms .hzms-cshhr-image img{
		width: 140px;
	}
	
	.ywhz .hzms .hzms-cat-list{
		margin: 80px 0 70px;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.ywhz .hzms .hzms-cat-list:after{
		top: calc(100% + 15px);
		left: 0;
		width: 100%;
		height: 40px;
		/*background-image: url('../images/hzms-ring-row.png');*/
	}
	
	.ywhz .hzms .hzms-cat-item{
		width: 80px;
		height: 80px;
	}
	
	.ywhz .hzms .hzms-cat-item:not(:last-child){
		margin-right: 40px;
		margin-bottom: 0;
	}
	
	.ywhz  .hzms .hzms-cat-item:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 90px 90px 0 0;
    height: 60px;
    transform: rotate( 
180deg
);
    left: -16px;
    top: 24px;
    border: 4px solid #d4a253;
    border-bottom: 0;
    width: 100px;
    line-height: 100px;
    text-align: center;
}
	
	.ywhz .hzms .hzms-text-list:before {
	    content: '';
	    border: solid 0px;
	}
	
	.ywhz .hzms .hzms-cat-item:after{
		top: auto;
		left: 0;
		bottom: calc(100% + 15px);
		width: 100%;
		height: 60px;
		background-image: url('../images/hzms-arrow-bottom.png');
	}
	
	.ywhz .hzms .hzms-cat-item:nth-child(1):after{
		top: auto;
		left: auto;
		right: -30px;
		transform: rotate(27deg);
	}
	
	.ywhz .hzms .hzms-cat-item:nth-child(3):after{
		top: auto;
		left: -30px;
		transform: rotate(-27deg);
	}

    .ywhz .hztj .hztj-body {
        margin-top: 20px;
    }

    .ywhz .hztj-body .hztj-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .ywhz .hztj .hztj-item .item-text {
        font-size: 14px;
    }

    .ywhz .hztj .hztj-item .item-img {
        max-width: 100px;
        margin-bottom: 4px;
    }

    .ywhz .hzlc .hzlc-body {
        margin-top: 20px;
    }

    .ywhz .hzlc-body .hzlc-item {
        flex: none;
        width: 100%;
    }

    .ywhz .hzlc-body .hzlc-item:nth-child(7):after {
        content: '';
        display: block;
        margin: 20px auto 20px;
        width: 40px;
        height: 40px;
        background-position: center center;
        transform: rotate(90deg);
        background-size: contain;
        background-image: url(../images/ywhz-jt-right.jpg);
        background-repeat: no-repeat;
    }

    .ywhz .hzlc .hzlc-item .item-img {
        margin-bottom: 6px;
    }

    .ywhz .hzlc .hzlc-item .item-text {
        font-size: 14px;
    }

    .ywhz .hzlc-body .hzlc-jt {
        margin: 0 auto 20px;
        width: 40px;
        height: 40px;
        background-position: center center;
        transform: rotate(90deg);
        background-size: contain;
    }

    .ywhz .cshhr-image-wrap {
        width: 100%;
    }

    .ywhz .cshhr-list {
        width: 100%;
    }

    .ywhz .cshhr-item {
        margin-top: 20px;
        width: 100%;
    }

    .ywhz .hzzc .hzzc-bg {
        margin-top: 20px;
        padding: 20px 10px;
    }

    .ywhz .hzzc .hzzc-body {
        padding: 20px;
    }

    .ywhz .hzzc .hzzc-column {
        width: 100%;
    }

    .ywhz .hzzc-body .hzzc-item {
        padding: 10px;
        margin-bottom: 10px;
    }

    .ywhz .hzzc .hzzc-item .item-title {
        font-size: 16px;
    }

    .ywhz .hzzc .hzzc-item .item-img {
        margin-right: 20px;
    }

    .ywhz .hzzc .hzzc-item .item-intro {
        font-size: 14px;
    }

    /* 企业文化 */
    .qywh .w {
        width: 100%;
    }

    .qywh .title-wrap .title {
        font-size: 20px;
    }

    .qywh .title-wrap .subtitle {
        font-size: 16px;
    }

    .qywh .talent .talent-body .talent-left, .qywh .talent .talent-body .talent-right {
        width: 100%;
    }

    .qywh .talent .talent-body .talent-left {
        margin-bottom: 30px;
    }

    .qywh .talent .talent-body .talent-left .talent-ring {
        width: 33.33%;
        height: 0;
        padding-bottom: 33.33%;
        box-shadow: 0 0 0 10px #d4a253;
        margin-right: 4%;
        display: block;
    }

    .qywh .talent .talent-body .talent-left .talent-ring-icon {
        margin: 20% auto 0;
        width: 40%;
        height: 0;
        padding-bottom: 40%;
    }

    .qywh .talent .talent-body .talent-left .talent-ring-text {
        margin-top: 10px;
        font-size: 12px;
    }

    .qywh .talent .talent-body .talent-left .talent-list {
        width: 60%;
    }

    .qywh .talent .talent-body .talent-left .talent-item {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(1) {
        left: -6%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(2) {
        left: -3%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(3) {
        left: 0;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(4) {
        left: -3%;
    }

    .qywh .talent .talent-body .talent-left .talent-item:nth-child(5) {
        left: -6%;
    }

    .qywh .talent .talent-body .talent-left .item-ring {
        left: 10px;
    }

    .qywh .talent .talent-body .talent-left .item-text {
        width: 100%;
        font-size: 12px;
    }

    .qywh .talent .talent-body .talent-right .talent-ring {
        width: 33.33%;
        margin-right: 4%;
        transform: scale(1.1);
    }

    .qywh .talent .talent-body .talent-right .talent-ring .talent-ring-text {
        font-size: 12px;
        line-height: 1.2;
    }

    .qywh .talent .talent-body .talent-right .talent-list {
        width: 60%;
    }

    .qywh .talent .talent-body .talent-right .talent-item {
        padding-left: 20px;
        margin-bottom: 16px;
    }

    .qywh .talent .talent-body .talent-right .item-ring {
        left: 10px;
    }

    .qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-ring:after {
        left: 30px;
        width: 10px;
    }

    .qywh .talent .talent-body .talent-right .item-text {
        width: 100%;
        font-size: 12px;
    }

    .qywh .team {
        margin-bottom: 20px;
    }

    .qywh .title-wrap {
        margin-bottom: 20px;
    }

    .qywh .team .team-body {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 62px;
        padding-right: 62px;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .qywh .team .team-body .team-item {
        flex: none;
    }

    .qywh .team .team-body .team-item .text {
        font-size: 16px;
    }

    .qywh .team .team-body .team-item:nth-child(odd) .text {
        top: -30px;
    }

    .qywh .team .team-body .team-item:nth-child(even) .text {
        bottom: -30px;
    }

    .qywh .idea .idea-body {
        padding: 60px 0;
    }

    .qywh .idea .idea-body .idea-list {
        width: 100%;
    }

    .qywh .idea .idea-body .idea-item {
        flex: 0 1 calc(33.33% - 8px);
        max-width: calc(33.33% - 8px);
        height: 0;
        padding-bottom: 18%;
        margin: 10% 4px 8px;
    }

    .qywh .idea .idea-body .idea-item:nth-child(6) {
        margin-left: 4px;
    }

    .qywh .idea .idea-body .idea-item:nth-child(4), .qywh .idea .idea-body .idea-item:nth-child(9) {
        margin-left: 17.5%;
    }

    .qywh .idea .idea-body .idea-item .item-box {
        padding-top: 20px;
    }

    .qywh .idea .idea-body .idea-item .item-box .num {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .qywh .idea .idea-body .idea-item .item-box .title {
        font-size: 16px;
    }

    .qywh .idea .idea-body .idea-item .item-box .intro {
        font-size: 12px;
    }

    /* 管理模式 */
    .glms .title-wrap .title {
        font-size: 20px;
    }

    .glms .title-wrap .subtitle {
        font-size: 16px;
    }

    .glms .model-intro {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .glms .title-wrap {
        margin-bottom: 20px;
    }

    .glms .model-body {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .glms .model-body .model-item {
        flex: none;
        width: 100%;
    }

    .glms .model-body .model-item .subtitle {
        height: unset;
    }

    .glms .model-body .model-item .title {
        font-size: 16px;
    }

    .glms .goals-body .goals-main {
        width: 100%;
        padding-bottom: 20px;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .glms .goals-body .goals-main .goals-main-item {
        flex: none;
        width: 100%;
    }

    /* 业务板块 */
    .ywbk .title-wrap .title {
        font-size: 20px;
    }

    .ywbk .title-wrap .subtitle {
        font-size: 16px;
    }

    .ywbk .business-body .business-top-left, .ywbk .business-body .business-top-right {
        width: 100%;
    }

    .ywbk .business-body .business-top-body {
        width: 100%;
    }

    .ywbk .business-body .business-top-img {
        width: 100%;
    }

    .ywbk .business-body .business-bottom-img {
        width: 60vw;
        margin-bottom: 20px;
    }

    .ywbk .business-body .business-bottom-item-text {
        position: relative;
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(2) {
        top: 0;
        left: 0;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(3) {
        top: 0;
        left: 0;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(4) {
        top: 0;
        left: 0;
    }

    .ywbk .business-body .business-bottom-item-text:before {
        left: -30px;
        margin-top: -15px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        color: #333;
        font-size: 14px;
        font-weight: 600;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(2):before {
        content: '01';
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(3):before {
        content: '02';
        left: -30px;
    }

    .ywbk .business-body .business-bottom-item-text:nth-child(4):before {
        content: '03';
    }


    .ywbk .business-body .business-bottom-item-text:after {
        display: none
    }

    .ywbk .model-body .model-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .ywbk .model-body .model-item .cover img {
        max-height: 200px;
    }

    .ywbk .model-body .model-item-cont {
        font-size: 12px;
    }

    .ywbk .model-body .model-item .model-main-item {
        padding: 10px;
    }

    /* 人才招聘 */
    .rczp .rczp-body {
        padding: 20px 10px;
    }

    .rczp .rczp-body .rczp-top-list {
        width: 100%;
    }

    .rczp .rczp-body .rczp-top-item-title {
        margin-bottom: 10px;
    }

    .rczp .rczp-body .rczp-top-item-title .title {
        font-size: 20px;
    }

    .rczp .rczp-body .rczp-top-item-title .subtitle {
        font-size: 14px;
    }

    .rczp .rczp-body .rczp-top-item-title-right {
        font-size: 20px;
    }

    .rczp .rczp-body .rczp-top-item {
        margin-bottom: 20px;
    }

    .rczp .rczp-body .rczp-top-img {
        width: 100%;
    }

    .rczp .rczp-body .rczp-body-bottom {
        margin-top: 20px;
    }

    .rczp .rczp-body .rczp-bottom-list {
        flex-wrap: wrap;
    }

    .rczp .rczp-body .rczp-bottom-item {
        width: 100%;
    }

    .khd .w {
        max-width: 100%;
    }

    .khd .title-wrap .title-text {
        font-size: 22px;
    }

    .khd .section .intro {
        margin-top: 10px;
        font-size: 14px;
    }

    .khd .section {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .khd .section .intro-image {
        width: 100%;
        margin-top: 30px;
    }

    .khd .section .intro-image.pc {
        display: none;
    }

    .khd .section .intro-image.mobile {
        display: block;
    }

    .khd .service .service-list {
        width: 100%;
        margin-top: 30px;
        grid-gap: 10px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .khd .service .item {
        padding: 8px;
    }

    .khd .service .item .title {
        margin-top: 6px;
        font-size: 14px;
    }

    .khd .framework .tabs {
        display: none;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .khd .framework .list-mobile {
        margin-top: 30px;
        display: block;
    }

    .khd .framework .item-mobile {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .khd .framework .item-mobile img {
        width: 40%;
    }

    .khd .framework .item-mobile:nth-child(even) img {
        order: 2;
    }

    .khd .framework .item-mobile .cont {
        width: 55%;
    }

    .khd .framework .item-mobile .text {
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
    }

    .khd .framework .item-mobile .text:not(:last-child) {
        margin-bottom: 10px;
    }

    .khd .framework .tabs-main {
        order: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .khd .framework .tabs-content {
        margin-top: 40px;
        width: 100%;
    }

    .khd .framework .tabs-content-item .title {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .khd .framework .tabs-content-item .intro {
        font-size: 16px;
    }

    .khd .function .function-list {
        grid-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .khd .function .item {
        border-radius: 10px;
        border-top-left-radius: 10px;
    }

    .khd .function .item .text-list {
        padding: 10px;
    }

    .khd .function .item li {
        padding-left: 16px;
        font-size: 14px;
    }

    .khd .function .item li:before {
        top: 6px;
    }

    .khd .advantage .content-list {
        margin-top: 20px;
    }

    .khd .advantage .content-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }

    .khd .advantage .item {
        position: static;
    }

    .khd .advantage .item .title {
        font-size: 16px;
    }

    .khd .advantage .item .details {
        margin-top: 0;
        line-height: 1.4;
        max-width: 100%;
        font-size: 14px;
    }

    .khd .terminal .terminal-list {
        margin-top: 30px;
        grid-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .khd .terminal .item {
        padding: 20px 20px 0;
    }

    .khd .terminal .item:first-child {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    .khd .terminal .item .title {
        font-size: 18px;
    }

    .khd .terminal .item:first-child img {
        margin-top: 20px;
    }
}

/* 合作领域 */

.ind_wrap .ind_cont .service_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.ind_wrap .ind_cont .service_item {
    position: relative;
    width: calc(16.6666% - 20px);
    margin-bottom: 28px;
}

.ind_wrap .ind_cont .service_item:nth-child(n+7) {
    margin-bottom: 0;
}

.ind_wrap .ind_cont .service_item a {
    display: block;
    width: 100%;
    height: 100%;
}

.ind_wrap .ind_cont .service_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_wrap .ind_cont .service_item .service_title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(103, 101, 104, 0.8);
}

.ind_wrap .ind_cont .service_item .service_title a {
    color: #fff;
}

.ind_wrap .ind_cont .service_item .service_title a:hover {
    color: #fff;
}

/* 企业党建  1130*/
.sub_bandj {
    overflow: hidden;
}

.sub_bandj img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
}

.hiddenx {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dangjian_com .bord {
    border: 1px solid #e5e5e5;
}

.dangjian_com .flex {
    flex-wrap: wrap;
}

.dangjian_com a {
    color: #626061;
}

.dangjian_com a:hover {
    color: #ff0c26;
}

.dangjian_com .dj_aa {
    background: #ff0c26;
    display: inline-block;
    color: #fff;
    padding: 1px 10px;
}

.dangjian_com .dj_aa:hover {
    color: #fff;
}

.dangjian_a {
    padding: 30px 0;
    align-items: flex-start;
}

.dangjian_a .dj_aimg {
    width: 70%;
    overflow: hidden;
}

.dangjian_a .dj_aimg img {
    display: block;
    width: 100%;
}

.dangjian_a .dj_ar {
    flex: 1;
    padding-left: 2.5%;
}

.dangjian_a .dj_ar .dj_aa {
    margin-top: 10px;
    margin-bottom: 20px;
}

.dangjian_b .dj_aa {
    margin-top: 10px;
}

.dangjian_a .dj_ar .dj_tt {
    border-bottom: 0;
    padding: 0;
}

.dj_ardd p {
    color: #676767;
    padding-top: 10px;
}

.dj_ardd img {
    max-width: 100%;
    display: block;
}

.dangjian_b {
    align-items: initial;
}

.dangjian_b .dj_li {
    width: 35%;
}

.dangjian_b .dj_li.last {
    width: 26%;
}

.dangjian_c {
    overflow: hidden;
    padding: 30px 0;
}

.dangjian_c img {
    display: block;
    width: 100%;
}

.dangjian_swiper {
    overflow: hidden;
}

.dj_tt {
    padding: 2px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.dj_tt h3 {
    font-size: 22px;
    color: #ff0c26;
    font-weight: normal;
}

.dj_list {
    padding: 15px;
}

.dj_list li {
    padding: 3px 0;
}

.dj_list li a {
    position: relative;
    padding-left: 15px;
}

.dj_list li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0c26;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.dj_list dt {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.dj_list dt:last-child {
    border-bottom: 0;
}

.dj_list dt h3 {
    font-size: 18px;
}

.dj_list dt p {
    color: #797677;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dangjian_d {
    margin-bottom: 30px;
}

.dj_swpadd {
    padding: 20px 60px;
    position: relative;
}

.dangjian_swiper .swiper-slide .img {
    position: relative;
    padding-bottom: 68.5%;
    overflow: hidden;
}

.dangjian_swiper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dangjian_swiper .swiper-slide p {
    background: #F0F0F0;
    padding: 10px;
    text-align: center;
}

.dangjian_padd {
    padding-bottom: 30px;
}

.dangjian_list {
    padding: 2% 0 0;
    max-width: 1200px;
    margin: 0 auto;
}

.dangjian_list li {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.dangjian_list li a {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.dangjian_list li span {
    float: right;
    color: #666;
    padding-left: 15px;
}

.dangjian_list li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0c26;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

/* 绿清人 */
.lvq_imga {
    overflow: hidden;
    padding: 30px 0;
}

.lvq_imga img {
    display: block;
    width: 100%;
}

.lqr_list {
    padding-bottom: 3%;
}

.lqr_list ul {
    display: flex;
    margin-left: -3%;
    margin-right: -3%;
    flex-wrap: wrap;
}

.lqr_list ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 2% 3%;
    text-align: center;
}

.lqr_list ul li .img {
    display: block;
    overflow: hidden;
}

.lqr_list ul li .img img {
    display: block;
    width: 100%;
}

.lqr_list ul li .h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lqr_list ul li a.m {
    display: inline-block;
    background: #938171;
    color: #fff;
    padding: 0 40px;
    line-height: 35px;
}

.lqr_list ul li:hover a.m {
    background: #ff8a1c;
}

.lqr_bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: relative;
}

.lqr_bg .lqr_fh {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10%;
    top: 2%;
    background: url(../images/lqr_close.png) no-repeat center center;
    background-size: 100%;
}

.art_cpacm {
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
}

.art_cpimgb, .art_cpimgs {
    overflow: hidden;
}

.art_cpimgb img {
    width: 100%;
    display: block;
}

.art_cpimgs {
    position: relative;
    padding: 2px;
}

.art_cpimgs .swiper-slide a {
    display: block;
    border: 1px solid #cbcbcb;
    position: relative;
    cursor: pointer;
}

.art_cpimgs .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}

.art_cpimgs .swiper-slide.swiper-slide-thumb-active a {
    border-color: #10d6b8;
}

.art_cpimgscom {
    margin-top: 10px;
    padding: 2px 40px;
    position: relative;
    overflow: hidden;
}

.art_cpimgscom .artcp-prev, .art_cpimgscom .artcp-next {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #10d6b8;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    background-size: 100%;
    box-sizing: border-box;
}

.art_cpimgscom .artcp-prev {
    left: 0;
    background-image: url(../images/lqr_close.png);
}

.art_cpimgscom .artcp-next {
    right: 0;
    background-image: url(../images/lqr_close.png);
}

@media (max-width: 768px) {
    .ind_wrap .ind_cont .service_list {
        flex-wrap: wrap;
    }

    .ind_wrap .ind_cont .service_item {
        width: calc(50% - 10px);
        height: 150px;
        margin-bottom: 10px;
    }

    .ind_wrap .ind_cont .service_item:nth-child(n+7) {
        margin-bottom: 10px;
    }

    .dj_tt h3 {
        font-size: 18px;
    }

    .dangjian_a .dj_ar {
        padding-top: 15px;
    }

    .dangjian_b .dj_li, .dangjian_a .dj_aimg {
        width: 100% !important;
    }

    .dangjian_b .dj_li {
        margin-bottom: 15px;
    }

    .dj_swpadd .dj-btn {
        width: 25px;
        height: 25px;
    }

    .dangjian_c {
        padding: 0 0 15px;
    }

    .dj_swpadd {
        padding: 15px 45px;
    }

    .dj_list dt h3 {
        font-size: 16px;
    }

    .dangjian_list li {
        padding: 12px 0;
    }

    .dangjian_list li a {
        font-size: 14px;
    }

    .dangjian_list li span {
        font-size: 12px;
    }

    .lqr_list ul li {
        width: 50%;
    }

    .lqr_list ul li a.m {
        padding: 0 20px;
        line-height: 30px;
    }
}

@media (max-width: 736px) {
    .sub_bandj {
        margin-top: 64px;
    }

}


@media screen and (min-width: 1081px) {
    .pf_tel {
        display: none;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1081px) {
    .cu-right {
        width: 3.7rem;
    }
}

@media screen and (max-width: 1080px) {
    .pf_tel {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0;
        position: fixed;
        right: 0.12rem;
        bottom: 20%;
        z-index: 100;
    }

    .pf_tel a {
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0.2rem;
        border-radius: 50%;
        background-color: #07AB7F;
        box-shadow: 0 0 0.16rem rgba(255, 114, 0, 0.4);
    }

    .pf_tel a img {
        display: block !important;
        width: 0.4rem !important;
        height: 0.4rem !important;
        margin: 0 auto;
        padding: 0;
    }

    .to_top {
        margin-top: 10px !important;
        background: #666 !important;
    }

    .ly_show .show_list22 {
        width: 100%;
    }

    .foot-top .normal {
        display: none;
    }

    .content .i-advantage {
        display: none;
    }

    .i-au-right {
        width: 5.8rem;
    }

    .foot-msg {
        width: 2.8rem;
    }

    .news-text p {
        line-height: 0.25rem;
        height: 0.45rem;
    }

    .cu-right {
        width: 100%;
    }

    .cu-box {
        height: auto !important;
        overflow: hidden;
    }

    .mb {
        max-width: 100%;
    }

    .sec-nav {
        height: auto;
        line-height: 0.48rem
    }

    .pc .lypos {
        line-height: 0.48rem;
        font-size: 0.2rem;
    }

    .cu-info li {
        font-size: 0.2rem;
    }

    .foot-info-cont span {
        font-size: 0.2rem;
    }

    .foot-bottom span {
        font-size: 0.2rem;
    }

    .nav-list a {
        font-size: 0.2rem;
    }

    .mb .i-pro {
        padding: 0.4rem 0 0;
    }

    .show_list ul li {
        margin: 0 0 0.2rem 0;
    }

    .show_pro_img span {
        height: 2.0rem;
    }

    .mb .i-au {
        padding: 0.2rem 0;
    }

    .i-title span {
        font-size: 0.32rem;
    }

    .mb .i-title::after, .mb .i-title::before {
        width: 3.6rem;
    }

    .mb .i-au-left {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mb .i-au-left .pic-box {
        display: block;
        width: 100%;
        height: auto;
    }

    .i-news-list li {
        padding: 0.2rem 0.2rem 0.2rem 1.4rem;
    }

    .mb .i-news-time {
        width: 1.0rem;
        height: 0.8rem;
        margin: 0;
        background: #fff;
        color: #07AB7F;
        position: absolute;
        left: 0.2rem;
        top: 0.2rem;
    }

    .mb .i-news-time .pic-box {
        width: 1.0rem;
        height: 0.8rem;
    }

    .mb .i-news-time span {
        margin-bottom: 0.16rem;
        padding-top: 0.1rem;
    }

    .mb .i-news-time span::before {
        bottom: -0.06rem;
    }

    .mb .i-news-time small {
        font-size: 0.28rem;
        line-height: 0.32rem;
    }

    .mb .i-news {
        padding: 0;
    }

    .i-news-text2 {
        width: 100%;
        height: 0.8rem;
    }

    .mb .i-news-text2 span {
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.18rem;
        margin-bottom: 0.06rem;
    }

    .mb .i-news-list a {
        padding: 0;
    }

    .mb .i-news-text2 p {
        height: 0.44rem;
        line-height: 0.22rem;
        font-size: 0.15rem;
    }

    .link .link_con {
        padding: 0.4rem 0.2rem;
    }

    .link .link_con span {
        margin: 0 auto 0.2rem;
    }

    .link .link_con p {
        font-size: 0.18rem;
    }
}

@media screen and (max-width: 880px) {
    .mb .i-au-left .pic-box {
        width: 100%;
        display: block;
    }

    .mb .i-au {
        padding: 0.2rem 0;
    }

    .mb .header {
        height: 0.7rem;
    }

    .i-news-list li {
        width: 100%;
        margin-right: 0;
        padding: 0.2rem 0.2rem 0.2rem 1.8rem;
        height: 100%;
        float: inherit;
    }

    .mb .i-news-right {
        margin-top: 0;
    }

    .mb .i-news-text2 span {
        margin: 0 0 0.1rem;
        height: 0.32rem;
        line-height: 0.32rem;
        font-size: 0.24rem;
    }

    .i-news-text2 {
        width: 100%;
        height: auto;
    }

    .i-news-time {
        width: 14%;
        margin-right: 2%;
    }

    .mb .i-news-time {
        width: 20%;
        margin-right: 2%;
    }

    .mb .i-news-time {
        width: 1.4rem;
        height: 1.04rem;
        left: 0.2rem;
        top: 0.2rem;
        margin: 0;
    }

    .mb .i-news-time .pic-box {
        width: 1.4rem;
        height: 1.04rem;
    }

    .mb .i-news-time span {
        margin-bottom: 0.1rem;
        font-size: 0.22rem;
        line-height: 0.32rem;
    }

    .mb .i-news-time span::before {
        bottom: -0.06rem;
    }

    .mb .menu-btn .pic-box {
        height: 57px;
    }

    .mb .menu-btn i {
        width: 0.26rem;
    }

    .mb .cu-left {
        text-align: center;
    }

    .cu-left iframe {
        display: inline-block;
    }

    .i-news-text2 p {
    }

    .i-title span {
        font-size: 0.32rem;
    }

    .mb .i-title::after, .mb .i-title::before {
        width: 2.6rem;
    }

    .mb .i-pro .i-title::after, .mb .i-pro .i-title::before {
        width: 2.6rem;
    }

    .i-title small {
        font-size: 0.18rem;
    }

    .show_list ul li {
        width: 49%;
        margin: 0 2% 0.2rem 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .ly_msg ul li h4 {
        width: 26% !important;
    }

    .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }

    .ly_top .top_main {
        width: 96%;
    }

    .mb .header {
        width: 100%;
        margin: 0 auto 0.2rem;
    }

    .logo_desc {
        border-radius: 0;
    }

    .mb .proC.lypro {
        padding: 0 0 20px;
    }

    .mb .foot-bottom .cont {
        text-align: center;
    }

    .mb .menu-box {
        top: 0.95rem;
        width: 104%;
        left: -2%;
    }

    .mb .proC .mb .news-bg {
        padding: 0 0 0;
    }

    .cu-left iframe {
        margin-top: -30px;
    }

    .mb .cu-left {
        overflow: hidden;
        border-top: 1px solid #c7c7c7;
    }

    .mb .menu-btn .pic-box {
        height: 51px;
    }

    .menu-box {
        display: none;
    }

    .mb .i-btn-list li {
        font-size: 0.24rem;
    }

    .mb .i-news-time span {
        margin-bottom: 10px;
    }

    .pc .lypos {
        font-size: 0.23rem;
    }

    .cu-info li {
        font-size: 0.23rem;
    }

    .foot-info-cont span {
        font-size: 0.23rem;
    }

    .foot-bottom span {
        font-size: 0.23rem;
    }

    .nav-list a {
        font-size: 0.23rem;
    }

    .mb .i-au-right {
        font-size: 0.24rem;
    }

    .mb .news-text p {
        font-size: 0.23rem;
    }

    .mb .news-text small {
        font-size: 0.23rem;
    }

    .mb .i-title::after, .mb .i-title::before {
        width: 2.0rem;
    }

    .mb .i-pro .i-title::after, .mb .i-pro .i-title::before {
        width: 2.0rem;
    }

    .mb .i-news {
        padding: 0 0 0.4rem;
    }

    .mb .menu-btn {
        top: 0.2rem;
        right: 0.2rem;
    }

    .cu-box {
        padding: 0.2rem;
    }

    .cu-left {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .ly_msg ul li h4 {
        width: 30% !important;
    }

    .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }
}

/*苹果手机按钮去样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
}

/*悬浮链接*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 35%;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
    margin-right: 8px;
}

.suspension .a {
    display: block;
    width: 55px;
    height: 55px;
    padding: 10px 0 5px;
    background-color: #07AB7F;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    font-size: 0;
}

.suspension .a.active, .suspension .a:hover {
    background: #ff921e;
}

.suspension .a .i {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(../images/lqr_close.png);
    background-repeat: no-repeat;
}

.suspension .a-service .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/lqr_close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
}

.suspension .a-service-phone .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/lqr_close.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.suspension .a-qrcode .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -56px -12px;
}

.suspension .a-cart .i {
    background-position: -88px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    background: #FF921E;
    display: none;
}

.suspension .a-top:hover {
    background: #FF921E;
}

.suspension .d {
    display: none;
    width: 240px;
    background: #fff;
    position: absolute;
    right: 67px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/lqr_close.png) no-repeat;
    right: -8px;
    top: 31px;
}

.qrcode-img img {
    width: 150px;
    margin: 0 auto;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 50px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px;
}

.suspension .d-service-item {
    padding: 4px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/lqr_close.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/lqr_close.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item p {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service .d-service-item p {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../images/lqr_close.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
    width: 160px;
}

.suspension .d-qrcode .inner-box {
    padding: 10px 0;
}

.suspension .d-qrcode p {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}

@media screen and (max-width: 1080px) {
    .suspension {
        display: none;
    }
}

.more {
    overflow: hidden;
    margin: 0;
    padding: 12px 0;
    padding: 0.12rem 0;
    text-align: center;
}

.more .a1 {
    display: inline-block;
    width: 1rem;
    height: 32px;
    height: 0.32rem;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    background-color: #07AB7F;
    border: 1px solid #07AB7F;
    margin: 0 8px;
    margin: 0 0.08rem;
}

.more .a1:hover {
    background-color: #fff;
    color: #07AB7F;
}

.more .a2 {
    display: inline-block;
    width: 1rem;
    height: 32px;
    height: 0.32rem;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    border: 1px solid #666;
    margin: 0 8px;
    margin: 0 0.08rem;
}

.more .a2:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .more {
        overflow: hidden;
        margin: 0;
        padding: 12px 0;
        padding: 0.12rem 0;
        text-align: center;
    }

    .more .a1 {
        display: inline-block;
        width: 1.2rem;
        height: 44px;
        height: 0.44rem;
        line-height: 42px;
        line-height: 0.42rem;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-size: 0.14rem;
        background-color: #02b2b5;
        border: 1px solid #02b2b5;
        margin: 0 4px;
        margin: 0 0.04rem;
    }

    .more .a1:hover {
        background-color: #fff;
        color: #02b2b5;
    }

    .more .a2 {
        display: inline-block;
        width: 1.2rem;
        height: 44px;
        height: 0.44rem;
        line-height: 42px;
        line-height: 0.42rem;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-size: 0.14rem;
        background-color: #666;
        border: 1px solid #666;
        margin: 0 4px;
        margin: 0 0.04rem;
    }

    .more .a2:hover {
        background-color: #333;
        border: 1px solid #333;
        color: #fff;
    }
}

@media screen and (max-width: 880px) {
    .more .a1 {
        font-size: 0.23rem;
    }

    .more .a2 {
        font-size: 0.23rem;
    }
}

.proshow1 {
    position: relative;
    padding: 30px 0;
    padding: 0.3rem 0;
}

.proshow1 .pro_name {
    line-height: 32px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 20px;
}

.proshow1 .js-silder {
    float: left;
    width: 45%;
    margin-top: 0 !important;
    background-color: #fff;
}

.proshow1 .js-silder .silder-main-img {
    width: 100%;
    text-align: center;
    height: 400px;
}

.proshow1 .js-silder .silder-main-img img {
    max-width: 80% !important;
    max-height: 100%;
    vertical-align: middle
}

.proshow1 .js-silder .silder-main-img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.proshow1 .prodesc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.proshow1 .prodesc {
    float: right;
    width: 51%;
}

.proshow1 .prodesc p.desc {
    height: 144px;
    overflow: hidden;
    color: #999;
    margin: 0;
}

.proshow1 .pro_btn {
    padding-top: 47px;
    overflow: hidden;
}

.proshow1 .pro_btn1 {
    display: block;
    width: 40%;
    margin-right: 20px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #02b2b5;
    float: left;
    border: 1px solid #fff;
}

.proshow1 .pro_btn2 {
    display: block;
    width: 50%;
    margin-right: 0;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    background: #7b7b7b;
    color: #fff;
    float: left;
    border: 1px solid #fff;
}

.proshow1 .pro_btn2 em {
}

.proshow1 .pro_btn1:hover {
    background: #fff;
    border: 1px solid #02b2b5;
    color: #02b2b5;
}

.proshow1 .pro_btn2:hover {
    background: #fff;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
}

.tags_title {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 30px;
    margin: 0 0 0.3rem;
}

.tags_title span {
    display: block;
    width: 120px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin-bottom: -1px;
    background-color: #07AB7F;
    margin-left: 0;
    border-bottom: 1px solid #07AB7F;
}

@media screen and (max-width: 1080px) {
    .proshow1 {
        padding-top: 0;
    }

    .proshow1 .pro_name {
        line-height: 0.4rem;
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }

    .proshow1 .js-silder .silder-main-img {
        height: 300px;
    }

    .proshow1 .js-silder {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .proshow1 .prodesc {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 15px;
    }

    .proshow1 .prodesc p {
        margin: 0;
    }

    .proshow1 .prodesc p.desc {
        height: 96px;
    }

    .proshow1 .pro_btn {
        padding-top: 15px;
    }

    .proshow1 .pro_btn1 {
        height: 44px;
        line-height: 42px;
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .proshow1 .pro_btn2 {
        height: 44px;
        line-height: 42px;
        width: 100%;
    }

    .proshow1 .pro_btn2 em {
    }

    .tags_title span {
        font-size: 0.28rem;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 880px) {
    .tags_title span {
        font-size: 0.18rem;
    }
}