@charset "utf-8";

/* nav */
.head {
    width: 100%;
    position: fixed;
    z-index: 999;
}
.nav {
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.nav::before,.nav::after {
    display: none !important;
}

.logo {
    height: 70px;
}
.logo_w {
    filter: brightness(-1000%) invert(1000);
    transition: all 0s;
}
.navmid ul li {
    padding: 0px 30px;
}
.navmid ul li a {
    font-size: 18px;
	color: #ffffff;
}
.navmid ul li a:hover {
    color: #1053dd;
}
.navright {
    position: relative;
}
.navr_telico img {
    height: 16px;
}
.navr_tel {
    font-size: 18px;
	font-weight: bold;
	color: #ffffff;
    cursor: pointer;
    margin-left: 15px;
}
.navr_line img {
    height: 20px;
    margin: 0px 30px;
}
.navr_right img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    cursor: pointer;
}
.navsearch {
    position: absolute;
    right: -200%;
    width: 0%;
    height: 40px;
    padding: 0px 13px;
    border-radius: 25px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    opacity: 0;
    transition: all .5s;
}
.navsearch input {
    line-height: 36px;
}
.navsearch button {
    background: none;
    border: 0px;
}
.search_close {
    display: none;
}
.search_on {
    right: 25px;
    opacity: 1;
    width: 102%;
}
.fixednav {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}
.fixednav .logo_w {
    transition: all 0s;
    filter: unset;
}
.fixednav .navmid ul li a {
    color: #0c0c18;
}
.fixednav .navmid ul li a:hover,.navmid ul li.active a {
    color: #1053dd !important;
    padding-bottom: 30.5px;
    border-bottom: 3px solid #1053dd;
}
.fixednav .navr_tel {
    color: #ef7c1e;
}
.fixednav .search_on {
    border: 1px solid #666666;
}

/* banner */
.banner {
    /*height: 825px;*/
    width: 100%;
}
.banner img {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.videobanner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 行业3大首创 */
.idxitem {
    width: 100%;
    height: auto;
    padding-top: 85px;
    background-color: #ffffff;
}
.idxsort p {
    font-size: 14px;
	color: #ef7c1e;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.idxsort h3 {
    font-size: 36px;
    font-weight: bold;
	color: #0c0c18;
    letter-spacing: 2px;
}
.idxthree {
    margin-top: 60px;
}
.idxthree ul li,.idxthree ul {
    padding: 0px;
    margin: 0px;
}
.idxthree_li {
    width: 100%;
    height: 355px;
	background-color: #f9f9f9;
    flex-direction: column;
    justify-content: center;
}
.idx3li_img {
    width: 160px;
	height: 160px;
    border-radius: 50%;
	background-color: #ffffff;
	border: solid 1px #1053dd;
    flex-direction: column;
    justify-content: center;
}
.idxthree ul li:nth-child(2) .idxthree_li {
    background-color: #fcfcfc;
}
.idx3li_img img {
    width: 80px;
}
.idx3li_desc {
    text-align: center;
    transition: all .5s;
}
.idx3li_desc h4 {
    font-size: 24px;
	letter-spacing: 1px;
    margin: 30px 0px 25px;
	color: #0c0c18;
}
.idx3li_desc p {
    font-size: 16px;
	color: #666666;
}
.idxthree ul li:hover .idx3li_img img {
    transform: scale(1.05);
}

/* 为智能制造升级提供坚实的保障 */
.idx_znzz {
    margin-top: 50px;
    margin-bottom: 80px;
}
.idx_znzz ul {
    justify-content: flex-start;
}
.idx_znzz ul li {
    width: 20%;
    height: 620px;
    position: relative;
    margin-right: 1px;
    overflow: hidden;
    transition: all .5s;
}
.idx_znzz ul li a,.idx_znzzimg {
    width: 100%;
    height: 100%;
}
.idx_znzz_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:0%;
}
.idx_znzzdesc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient( to top , rgba(0,0,0,1), rgba(0,0,0,0));
    flex-direction: column;
    justify-content: center;
    padding-top: 8%;
    transition: all .5s;
}
.idx_znzz_ico {
    height: 36px;
}
.idx_znzzdesc h4 {
    font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
    padding: 20px 0px 37px;
}
.idx_znzzbot {
    width: 48px;
	height: 48px;
    border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, .4);
    flex-direction: column;
    justify-content: center;
}
.idx_znzzbot img {
    height: 8px;
    filter: invert(10);
}
.idx_znzz ul li.active {
    width: 59%;
}
.idx_znzz ul li.active .idx_znzzdesc {
    opacity: 0;
}
.idx_znzz_on {
    padding: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(239, 124, 30, .52);*/
    background-image: linear-gradient(to top, rgba(239, 124, 30, .02), rgba(239, 124, 30, 1));
    transition: all .5s;
    opacity: 0;
}
.idx_znzz_on h4 {
    font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
    padding: 25px 0px 15px;
}
.idx_znzz_on p {
    font-size: 16px;
	color: #ffffff;
}
.idxznzz_more {
    background: url(../images/idx_znzz_onmore.png) no-repeat left;
    margin-top: 50px;
    background-size: 20px;
    background-position-x: 70px;
}
.idxznzz_more span {
    font-size: 16px;
	color: #ffffff;
} 
.idx_znzz ul li.active .idx_znzz_on {
    opacity: 1;
}

/* 服务多家工业智能制造企业 */
.idxservice {
    width: 100%;
    height: auto;
    padding: 85px 0px 0px;
    background-color: #f7f8f9;
}
.idxsortdesc {
    margin: 30px 0px 40px;
}
.idxsortdesc_l p {
    font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.idxsortdesc_r {
    width: 190px;
	height: 52px;
	background-color: #1053dd;
	border-radius: 2px;
    transition: all .5s;
}
.idxsortdesc_r a {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.idxsortdesc_r a span {
    font-size: 14px;
	color: #ffffff;
    margin-right: 10px;
    transition: all .5s;
}
.idxsortdesc_r a img {
    height: 10px;
}
.idxsortdesc_r:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
}
.idxsortdesc_r:hover a span {
    margin-right: 20px;
}
.idxservicelist {
    width: 100%;
    padding-left: 8%;
    position: relative;
}
.idxservicelist .swiper-container {
    overflow: visible;
}
.idxservicelist .swiper-slide a {
    width:100%;
    display:block;
    
}

.idxservice_li {
    width: 100%;
    height: 320px;
}
.idxservice_li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxservice_lidesc {
    position: absolute;
    width: 228px;
	height: 66px;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
	background-color: rgba(239, 124, 30, .82);
    transition: all .5s;
}
.idxservice_lidesc h3 {
    font-size: 20px;
    font-weight: bold;
	letter-spacing: 2px;
    line-height: 66px;
	color: #ffffff;
}
.idxservice_lidesc p {
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    text-transform: uppercase;
}
.idxservicelist .swiper-slide:hover .idxservice_lidesc {
    width: 100%;
    height: 100%;
    padding: 30px 60px ;
    text-align: left;
}
.idxservicelist .swiper-slide:hover .idxservice_lidesc h3 {
    border-bottom: 1px solid rgba(255, 255, 255, .35);
}
.idxservicelist .swiper-button-next, .idxservicelist .swiper-button-prev {
    left: 8%;
    bottom: -20%;
    top: unset;
    width: 48px;
	height: 48px;
    border-radius: 50%;
	border: solid 1px #1053dd;
}
.idxservicelist .swiper-button-next {
    left: 13%;
}
.idxservicelist .swiper-button-next:after, .idxservicelist .swiper-button-prev:after {
    color: #1053dd;
    font-size: 14px;
    font-weight: bold;
}
.idxservicelist .swiper-button-next:hover, .idxservicelist .swiper-button-prev:hover {
    background-color: #1053dd;
}
.idxservicelist .swiper-button-next:hover:after,.idxservicelist .swiper-button-prev:hover:after {
   color: #ffffff;
}

/* 二手精品机器人行业标杆 */
.idxers_top {
    width: 100%;
    height: 480px;
    margin-top: 160px;
    background: url(../images/ershou_bg.jpg) no-repeat center ;
    background-size: cover;
}
.idxers_topitem {
    padding-top: 220px;
}
.idxers_sortdesc {
    width: 522px;
    margin-top: 30px;
}
.idxers_sortdesc p {
    font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.idxers_topright ul::before,.idxers_topright ul::after {
    display: none;
}
.idxers_topright ul li {
    background: url(../images/idxers_topright_line.png) no-repeat center right;
    padding: 0px 80px;
}
.idxers_topright ul li p {
    font-size: 16px;
	color: #626262;
}
.idxers_topright ul li strong {
    font-size: 48px;
    font-weight: bold;
	letter-spacing: 1px;
	color: #ef7c1e;
    position: relative;
    padding-right: 20px;
    margin: 0px 0px 30px;
    display: block;
}
.idxers_topright ul li strong sup {
    font-size: 18px;
	color: #ef7c1e;
    position: absolute;
    right: 0px;
    top: 20px;
} 
.idxers_topright ul li img {
    height: 41px;
}
.idxers_topright ul li:last-child {
    background: none;
    padding-right: 0px;
}
.idxers_botlist {
    width: 100%;
}
.idxers_botlist ul {
    justify-content: flex-start;
    align-items: flex-start;
}
.idxers_botlist ul li {
    width: 19.5%;
    margin-right: .6%;
    margin-bottom: 8px;
    height: 162px;
	background-color: #f9f9f9;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
}
.idxers_botlist ul li:nth-child(5n) {
    margin-right: 0px;
}
.idxers_botlist ul li img {
    max-width: 158px;
    opacity: .7;
    filter: grayscale(150%) brightness(100%); 
}
.idxers_botlist ul li:hover {
    background-color: #ffffff;
	box-shadow: 0px 0px 36px 0px 
		rgba(16, 83, 221, 0.24);
	border: solid 1px #1053dd;
}
.idxers_botlist ul li:hover img {
    opacity: 1;
    filter: unset;
}
.idxers_botswiper {
    padding-bottom: 70px;
}
.idxers_botswiper .swiper-scrollbar {
    width: 90%;
}
.idxers_botswiper .swiper-scrollbar-drag {
    background-color: #1053dd;
}
.idxers_botswiper .swiper-button-next,.idxers_botswiper  .swiper-button-prev {
    right: 0px;
    left: unset;
    top: unset;
    bottom: -15px;
}
.idxers_botswiper  .swiper-button-prev {
    right:5%
}
.idxers_botswiper .swiper-button-next:after, .idxers_botswiper .swiper-button-prev:after {
    font-size: 18px;color: #666666;
}

/* 联系我们 */
.idxcontact {
    margin: 95px 0px 180px;
}
.idxcontact_nav ul {
    justify-content: flex-end;
}
.idxcontact_nav ul::after, .idxcontact_nav ul::before {
    display: none;
}

.idxcontact_nav ul li {
    width: 268px;
    height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 17px 32px 0px 
		rgba(12, 12, 24, 0.06);
	border-radius: 2px;
	border: solid 1px #ebebeb;
    margin-left: 40px;
    transition: all .5s;
}
.idxcontact_nav i {
    width: 32px;
	height: 32px;
    border-radius: 50%;
	background-color: #ffffff;
    font-size: 16px;
	color: #1053dd;
    text-align: center;
    line-height: 29px;
    margin:0px  auto 20px;
}
.idxcon_map {
    margin-top: 50px;
}
.idxcon_map ul li {
    position: relative;
    transition: all .5s;
    width: 49%;
    height: auto;
}
.idxcon_map ul li .idxcon_mapjs {
    width: 100%;
    height: 465px;
    object-fit: cover;
}
.idxcon_mapdesc {
    position: absolute;
    width: 90%;
	height: auto;
    padding-top: 30px;
    bottom: -80px;
    padding: 40px;
    left: 5%;
	background-color: #1053dd;
}
.idxcon_mapdesc h4 {
    font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
    font-weight: 500;
}
.idxcon_mapcon p,.idxcon_mapcon h3 {
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.idxcon_mapcon {
    width: 72%;
    padding-left: 30px;
    border-left: 2px solid #ffffff;
}

.idxcon_map ul li:nth-child(2) .idxcon_mapdesc {
    background-color: #ef7c1e;
}
.idxcon_map ul li:nth-child(2) .idxcontact_nav i {
    color: #ef7c1e;
}

/* foot */
.foot {
    width: 100%;
    height: auto;
    background-color: #4b4b4b;
}
.foot .con1600 {
    align-items: flex-start;
}
.footleft {
    padding-top: 100px;
    justify-content: flex-start;
    align-items: flex-start;
}
.footleft dl {
    margin-right: 100px;
}
.footleft dl dt {
    margin-bottom: 50px;
}
.footleft dl dt a {
    font-size: 20px;
    font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}
.footleft dl dd a {
    font-size: 16px;
	line-height: 36px;
	color: #909090;
}
.footleft dl:nth-child(2) dt {
    opacity: 0;
}
.footright {
    height: 400px;
    padding-left: 120px;
    padding-top: 80px;
    border-left: 1px solid #5b5b5b;
}
.footlogo a img {
    height: 90px;
}
.foottel {
    align-items: flex-end;
}
.foottel_l ul li {
    margin-top: 35px;
}
.foottel_l ul li p {
    font-size: 16px;
	color: #909090;
}
.foottel_l ul li h4 {
    font-size: 30px;
    padding-top: 10px;
	color: #ffffff;
}
.foottel_r {
    margin-left: 200px;
}
.foottel_r p {
    font-size: 16px;
	color: #909090;
    margin-bottom: 10px;
}
.foottel_rico ul {
    justify-content: flex-start;
    position: relative;
}
.foottel_rico ul li {
    width: 40px;
	height: 40px;
    border-radius: 50%;
	border: solid 1px #909090;
    justify-content: center;
    margin-right: 20px;
    flex-direction: column;
}
.foottel_ricos {
    height: 20px;
}
.footico_ewm {
    position: absolute;
    left: -50px;
    bottom:  50px;
    display: none;
}
.footico_ewm img {
    max-width: 200px;
}
.footcopy {
    width: 100%;
    padding: 30px 0px ;
}
.footcopy_l p,.footcopy_l p a ,.footcopy_l p span {
    font-size: 14px;
	color: #9a9a9a;
}

/* wap top */
.waptop {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: #ffffff;
}
.waptop_item {
    height: 100%;
    padding: 0px 10px;
}
.waplogo_img {
    height: 30px;
}
.waptop_r img {
    max-height:20px;
}
.wapsearchico {
    margin-right: 20px;
}
.wapsearch {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .55);
    display: none;
}
.wapsearch_item {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.waps_form {
    width: 90%;
    background-color: #ffffff;
    border-radius: 20px;
    height: 40px;
    position: relative;
    padding: 0px 10px 0px 20px;
}
.waps_form input {
    width: 88%;
    height: 100%;
    line-height: 40px;
}
.waps_form button {
    width: 10%;
    height: 100%;
    background: none;
    border: 0px;
}
.wapsearch_close {
    position: absolute;
    top: -35px;
    right: 10px;
    height: 20px;
    filter: grayscale(1100%) brightness(100%) invert(5);
}
.wap_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(232, 123, 37, .55);
    display: none;
}
.wap_navitem {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    background-color: #ef7c1e;
}
.wannav_toplogo,.wannav_topclose {
    filter: brightness(-1000%) invert(1000);
    height: 30px;
}
.wannav_topclose {
    height: 20px;
}
.wapnav_mid {
    margin: 20px 0px;
}
.wapnav_mid ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.wapnav_mid ul li a {
    font-size: 18px;
    line-height: 46px;
    color: #ffffff;
    padding-left: 10px;
}


.fixednav .waptop {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15)
}

/* 关于我们页面 */
.neihead {
    position: unset;
    background-color: #ffffff;
}
.neihead .logo_w {
    transition: all 0s;
    filter: unset;
}
.neihead .navmid ul li a {
    color: #0c0c18;
}
.neihead .navmid ul li a:hover {
    color: #1053dd;
    padding-bottom: 30.5px;
    border-bottom: 3px solid #1053dd;
}
.neihead .navr_tel {
    color: #ef7c1e;
}
.neihead .search_on {
    border: 1px solid #666666;
}
.neibanner {
    position: relative;
}
.neibanner_item {
    height: 560px;
    width: 100%;
    background: url(../images/aboutbanner.jpg) no-repeat center ;
    background-size: cover;
}
.neibanner_desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.neibanner_desc h2 {
    font-size: 36px;
	font-weight: bold;
	color: #ffffff;
    margin-top: 100px;
    margin-bottom: 130px;
}
.neibanner_desc p {
    font-size: 16px;
	color: #ffffff;
    background: url(../images/posico.png) no-repeat left;
    background-size: 16px;
    padding-left: 25px;
}
.neibanner_desc p a {
    font-size: 16px;
	color: #ffffff;
}
.neibanner_desc p span {
    font-size: 16px;
    padding: 0px 10px;
	color: #ffffff;
}
.neibanner_desc p a:hover {
  color: #e7e7e7;
}
.neinav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.neiernav {
    margin: 0 auto -50px;
}
.neiernav ul {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.neiernav ul li {
    width:256px;
    height: 100px;
    text-align: center;
    box-shadow: 0px 15px 32px 0px 
		rgba(164, 167, 170, 0.1);
    background: url(../images/neinavline.png) no-repeat left center;
    transition: all .5s;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.neiernav ul li a {
    font-size: 16px;
	color: #999999;
    transition: all .5s;
}
.neiernav ul li:hover,.neiernav ul li.active {
    background: none;
    background-color: #ef7c1e;
}
.neiernav ul li:hover a,.neiernav ul li.active a {
    color: #ffffff;
    font-size: 24px;
}
.neiernav ul li:first-child {
    background: none;
    background-color: #ffffff;
}
.neiernav ul li:first-child:hover,.neiernav ul li.active{
    background: none;
    background-color: #ef7c1e;
}
.aboutitem1 {
    width: 100%;
    margin-top: 150px;
}
.about_ppjs {
    align-items: flex-end;
}
.aboutppjs_l {
    width: 50%;
}
.aboutppjs_l h4 {
    font-size: 20px;
	color: #545454;
}
.aboutppjs_l h3 {
    font-size: 36px;
	color: #0c0c18;
    padding-top: 20px;
    font-weight: bold;
}
.aboutppjs_lline {
    height: 8px;
    margin: 30px 0px 60px;
}
.aboutppjs_l p {
    width: 100%;
    text-align: justify;
    font-size: 16px;
	line-height: 30px;
	color: #0c0c18;
}
.aboutppjs_num {
    width: 100%;
    margin-top: 65px      ;
}
.aboutppjs_num ul li h5 span {
    font-size: 36px;
	font-weight: bold;
	color: #0c0c18;
}
.aboutppjs_num ul li h5 i {
    font-size: 14px;
	font-style: normal;
	color: #0c0c18;
    padding-left: 10px;
}
.aboutppjs_num ul li h6 {
    font-size: 14px;
	color: #0c0c18;
    padding-top: 15px;
}
.aboutppjs_num ul li:first-child span {
    margin-left: 20px;
}
.aboutppjs_num ul li:first-child span:first-child {
    margin-left: 0px;
}
.aboutppjs_r {
    position: relative;
}
.aboutppjs_rimg {
    height: 560px;
}
.aboutppjs_rmore {
    position: absolute;
    bottom: 0px ;
    left: 0px;
    width: 100%;
}
.aboutppjs_rmore a {
    width: 260px;
	height: 62px;
    margin: 0px auto;
	background-color: #1053dd;
    justify-content: center;
}
.aboutppjs_rmore a p {
    font-size: 16px;
	color: #ffffff;
    transition: all .5s;
    padding-right: 10px;
}
.aboutppjs_rmore a .aboutppjs_rjt {
    height: 5px;
}
.aboutppjs_rmore a:hover p {
    padding-right: 20px;
}
.aboutppjs_vid {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    flex-direction: column;
    justify-content: center;
}
.aboutppjs_vidico {
    width: 60px;
	height: 60px;
    position: relative;
    flex-direction: column;
    justify-content: center;
}
.aboutppjs_vidico img.appjs_vidico {
    height: 12px;
}
.aboutppjs_viddesc p {
    font-size: 14px;
	color: #ffffff;
    padding-top: 10px;
}
.appjs_rvidyuan {
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: contain;
    animation:  videoico 3s linear infinite;
}
.aboutitem2 {
    padding-bottom: 85px;
    background: url(../images/about_culbg.jpg) no-repeat bottom;
    background-size: 100%;
}
.aboutsort{
    text-align: center;
    padding-bottom: 50px;
}
.aboutsort h3 {
    font-size: 36px;
    padding-top: 80px;
    font-weight: bold;
	color: #0c0c18;
}
.aboutsort img {
    margin: 20px auto 0px;
}
.about_cul ul li {
    width: 24%;
	height: 580px;
    position: relative;
    transition: all .5s;
}
.about_culimg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_culdesc {
    width: 100%;
    height: 100%;
    text-align: center;
    /*background-image: linear-gradient(to top, rgba(16,83,221,.0), rgba(16,83,221,1));*/
    position: absolute;
    top: 0px;
    left: 0px;
}
.about_culdesc h4 {
    font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
    padding-top: 130px;
}
.about_culdesc_line {
	width: 24px;
	height: 3px;
    margin:20px auto 30px;
	background-color: #ffffff;
}
.about_culdesc p {
    font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}

.about_hisitem {
    width: 100%;
    height: 600px;
    padding-top: 100px;
    background: url(../images/abouthis_bg.jpg) no-repeat center;
    background-size: cover;
}
.abthis {
    position: relative;
    height: 410px;
    overflow: hidden;
}
.abthis .swiper-container {
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
  }
 .abthis .swiper-slide {
    background-size: cover;
    background-position: center;
  }
.abthis .gallery-top {
    /* margin-top: 20px; */
    height: 120px;
    overflow: visible ;
  }
  .abthis .gallery-top .swiper-wrapper {
    /* height: 100%; */
    justify-content: flex-start;
    align-items: flex-start;
  }
  .abthis .gallery-top .swiper-slide {
    opacity: .5;
    justify-content: center;
    align-items: flex-start;
    /* margin-top: 20px; */
  }
  .abthis  .gallery-top .swiper-slide-active {
    opacity: 1 !important;    
    /* /* margin-top: 10px; */
    margin-bottom: 60px !important; 
  }
.abthis_r {
    width: 750px;
    /* height: 100%; */
    text-align: left;
    position: relative;
}
.abthis_rdesc {
    position: absolute ;
    left: 0;
    top: 145px;
    width: 100%;
    z-index: 1;
}
.abthis_rdesc p {
    font-size: 16px;
	color: #ffffff;
    padding-bottom: 15px;
}
.abthis_rnum {
    position: absolute ;
    left: 0% ;
    top: 42%;
    z-index: 0;
    opacity: 0;
}
.abthis_rnum span {
    font-size: 230px;
	font-weight: bold;
    letter-spacing: -10px;
	color: #29160c; 
}
.abthis  .gallery-top .swiper-slide-active .abthis_r p {
    font-size: 24px;
}
.abthis  .gallery-top .swiper-slide-active .abthis_rnum {
    opacity: 1;
}
.abthis  .gallery-thumbs {
    position: absolute;
    height: 100%;
    left:0%;
    bottom: 0px;
    overflow: visible;
    width: 20%;
    box-sizing: border-box;
  }
.abthis .gallery-thumbs  .swiper-wrapper {
    display: block;
    width: 100px !important;
    background: url(../images/sgallery-thumbsbg.png) no-repeat right;
    background-size:auto 100%;
    background-position-y:26px;
    background-position-x: 95.5px;
}
.abthis  .gallery-thumbs .swiper-slide {
    width: 100% !important;
    height: 16%;
    display: block;
  }
  .abthis_l {
    text-align: right;
    width: 100px;
    height: 42px;
    background: url(../images/abthis_ly.png) no-repeat center right;
  }
  .abthis_l p {
    font-size: 16px;
	color: #bdb7b3;
    position: relative;
    padding-right: 20px;
    line-height: 40px;
    cursor: default;
  }
.abthis  .gallery-thumbs .swiper-slide-thumb-active .abthis_l  {
    background-image: url(../images/abthis_ly_on.png);
}
.abthis  .gallery-thumbs .swiper-slide-thumb-active .abthis_l  p {
    color: #ef7c1e;
    font-size: 30px;
}
.abthis  .gallery-thumbs .swiper-slide:nth-child(3) {
    margin-top: 3px;
}
.abthis  .gallery-thumbs .swiper-slide:nth-child(4) {
    margin-top: 2px;
}
.abthis  .gallery-thumbs .swiper-slide:nth-child(5) {
    margin-top: 1px;
}




.about_honor {
    height: 1167px;
    width: 100%;
    background: url(../images/abouthonor_bg.jpg) no-repeat center;
    background-size: cover;
}
.about_hontop {
    padding: 0px 100px;
}
.about_hontop ul {
    justify-content: flex-start;
    align-items: flex-start;
}
.about_hontop ul li {
    width: 25% ;
    height: 95px;
    background: url(../images/abouthonor_ico1.png) no-repeat center;
    background-size: contain;
    text-align: center;
    margin-bottom: 45px;
    cursor: default;
    transition: all .5s;
}
.about_hontop ul li h4 {
    font-size: 14px;
	color: #0c0c18;
    padding-bottom: 20px;
}
.about_hontop ul li p {
    font-size: 18px;
	line-height: 24px;
	color: #0c0c18;
    font-weight: bold;
}
.about_honbot {
    margin-top: 10px;
    position: relative;
}
.about_honbot_swiper {
    width: 100%;
    height: 650px;
}
.about_honbot_swiper .swiper-slide {
	height: 290px;
}
.about_honbotimg {
    height: 260px;
    width: 100%;
    position:  absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
}
.about_honbotimg img {
    height: 100%;
    display: inline;
    object-fit: contain;
}
.about_honbot_swiper .swiper-slide:hover .about_honbotimg img {
    transform: scale(1.05);
}
.about_honbotbg {
    position:  absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
	background-color: #e1e1e1;
    height: 136px;
}
.about_honbot .swiper-button-next, .about_honbot .swiper-button-prev {
    width: 60px;
	height: 60px;
    border-radius: 50%;
	background-color: #dedede;
    opacity: 1;
    top: 48%;
    transition: all .5s;
}
.about_honbot .swiper-button-next {
    right: -5%;
}
.about_honbot .swiper-button-prev {
    left: -5%;
}
.about_honbot .swiper-button-next:after,.about_honbot  .swiper-button-prev:after {
    content: '';
}
.about_honbot .swiper-button-next img {
    transform: scaleX(-1);
}
.about_honbot .swiper-button-next:hover, .about_honbot .swiper-button-prev:hover {
    background-color: #1053dd;
} 
.about_honbot .swiper-button-next:hover img, .about_honbot .swiper-button-prev:hover img {
   filter: grayscale(100%) brightness(500%);
} 
.about_kehu {
    background-color: #f7f8f9;
    padding-bottom: 85px;
}
.about_khlist {
    border: solid 1px #dfdfde;
    border-bottom: 0px;
}
.about_khlist ul {
    justify-content: flex-start;
}
.about_khlist ul li {
    width: 20%;
    height: 160px;
    flex-direction: column;
    justify-content: center;
    border-bottom: solid 1px #dfdfde;
    border-right: solid 1px #dfdfde;
}
.about_khlist ul li img {
    width: 65%;
    max-height: 40%;
    object-fit: contain;
}
.about_khlist ul li:nth-child(5n) {
    border-right: 0px;
}
.about_khlist ul li:hover img {
    transform: scale(1.1);
}

/* 案例封面页 */
.aboutsort p {
    font-size: 16px;
	color: #666666;
    padding-top: 30px;
    line-height: 30px;
}
.casehome_jjlist ul li {
    width: 48.5%;
    height: 284px;
    padding: 30px;
	background-color: #f7f8f9;
    transition: all .5s;
    margin-bottom: 50px;
}
.casejjli_img {
    width: 336px;
	height: 224px;
    overflow: hidden;
	border-radius: 8px;
}
.casejjli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.casehome_jjlist ul li:hover .casejjli_img img {
    transform: scale(1.1);
}
.casehome_jjlist ul li a {
    justify-content: flex-start;
    align-items: flex-start;
}
.casejjli_desc {
    width: 48%;
    margin-left: 4%;
}
.casejjli_desc_title {
    width: 100%;
    padding-top: 20px;
    justify-content: flex-start;
}
.casejjli_desc_tico {
    height: 24px;
}
.casejjli_desc_title h3 {
    font-size: 22px;
	color: #0c0c18;
    padding-left: 10px;
}
.casejjli_tline {
    height: 2px;
    width: 100%;
    margin: 20px 0px 25px;
}
.casejjli_desc p {
    font-size: 16px;
	line-height: 30px;
	color: #545454;
    text-transform: uppercase;
}
.casehome_jjlist ul li:hover .casejjli_desc_title h3 {
    padding-left: 20px;
    color: #ef7c1e;
}
.casehome_jjlist ul li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
}
.casehome_bot {
    background-color: #f9f9f9;
}

.caseh_botlist ul {
    justify-content: flex-start;
}
.caseh_botlist ul li {
    width: 32%;
    margin-right:2%;
    transition: all .5s;
    margin-bottom: 50px;
}
.caseh_botlist ul li:nth-child(3n) {
    margin-right: 0px;
}
.caseh_botlitop {
    width: 100%;
    height: 287px;
    overflow: hidden;
}
.caseh_botlitop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.caseh_botlibot {
    width: 100%;
    height: 208px;
	background-color: #ffffff;
    padding: 35px 30px;
}
.caseh_botlibot h4 {
    font-size: 20px;
	color: #0c0c18;
    font-weight: bold;
}
.caseh_botlibot h5 {
    font-size: 16px;
	color: #0c0c18;
    padding-top: 15px;
}
.caseh_botlibot_desc {
    margin-top: 30px;
}
.caseh_botlibot_descl p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
	color: #ef7c1e;
    padding-bottom: 7px;
}
.caseh_botlibot_descl span {
    font-size: 14px;
	color: #545454;
}
.caseh_botlibot_descr {
    width: 50px;
	height: 50px;
    border-radius: 50%;
	border: solid 1px #d2d2d2;
    justify-content: center;
    flex-direction: column;
}
.caseh_botlibot_descr img {
    opacity: .5;
    height: 10px;
    transition: all .0s;
}
.caseh_botlist ul li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
}
.caseh_botlist ul li:hover .caseh_botlitop img {
    transform: scale(1.1);
}
.caseh_botlist ul li:hover .caseh_botlibot_descr {
    background-color: #1053dd;
    border-color: #1053dd;
}
.caseh_botlist ul li:hover .caseh_botlibot_descr img {
    opacity: 1;
    filter: invert(10);
}
.caseh_botlist ul li:hover .caseh_botlibot h4 {
    color: #1053dd;
}
.caseh_botmore {
    text-align: center;
    padding: 50px 0px 100px;
}
.caseh_botmore a {
    background-color: #ffffff;
	border: solid 1px #eaeaea;
    font-size: 16px;
    padding: 10px 30px;
	color: #545454;
    transition: all .5s;
}
.caseh_botmore a:hover {
    background-color: #1053dd;
    color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
}


/* 联系我们 */
.contactus {
    margin-top: 45px;
}
.contact_num ul {
    justify-content: center;
}
.contact_num ul li {
    width: 350px;
    padding-left: 120px;
    height: auto;
    background: url(../images/contact_numline.png) no-repeat left center;
}
.contact_num ul li:first-child {
    background: none;
    padding-left: 20px;
}
.contact_num ul li:last-child {
    padding-right: 0px;
}
.contact_num ul li p {
    font-size: 60px;
	font-weight: bold;
	color: #ef7c1e;
}
.contact_num ul li:first-child p {
    letter-spacing: -2px;
} 
.contact_num ul li p sup {
    font-size: 24px;
    padding-left: 5px;
	color: #ef7c1e;
}
.contact_num ul li h4 {
    font-size: 16px;
    padding-top: 10px;
	color: #0c0c18;
}
.contactmap {
    margin: 70px 0px;
    align-items: flex-start;
    height: 500px;
    background-color: #ef7c1e;
}
.contactmap_l {
    width: 57%;
    height: 100%;
}
.contactmap_lpic {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #ffffff;
}
.contactmap_lpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactmap_lpic.active {
    display: block;
}
.contactmap_r {
    width: 39%;
    padding: 60px 0px 0px 0px ;
}
.contactmap_rtop {
    border-bottom: 1px solid #ffac69;
}
.contactmap_rtop ul {
    justify-content: flex-start;
}
.contactmap_rtop ul li {
    font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
    margin-right: 60px;
	opacity: 0.42;
    padding-bottom: 20px;
    cursor: default;
    transition: all .5s;
    position: relative;
}
.contactmap_rline {
    width: 32px;
	height: 4px;
	border-radius: 2px;
    position: absolute;
    bottom: 0px;
}
.contactmap_rtop ul li.active,.contactmap_rtop ul li:hover {
    opacity: 1;
}
.contactmap_rtop ul li.active .contactmap_rline,.contactmap_rtop ul li:hover .contactmap_rline {
	background-color: #ffffff;
}
.contactmap_bot {
   position: relative;
}
.contactmap_bot ul li {
    display: none;
}
.contactmap_bot ul li h4 {
    font-size: 24px;
    font-weight: bold;
	letter-spacing: 1px;
    padding:70px 0px 30px 0px;
	color: #ffffff;
}
.contactmap_bot ul li h3 {
    color: #ffffff;
    font-size: 16px;
}
.contactmap_bot ul li p {
    font-size: 16px;
	line-height: 42px;
	color: #ffffff;
}
.contactmap_bot ul li.active {
    display: block;
}
.contact_ewm {
	border-top: solid 1px #eaeaea;
}
.contact_ewm ul {
    justify-content: flex-start;
    margin-top: 40px;
}
.contact_ewm ul li {
    flex-direction: column;
    justify-content: center;
    width: 25%;
    margin-right: 40px;
}
.contact_ewmimg {
	height: 100%;
}
.contact_ewm ul li h3 {
    font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #0c0c18;
    text-align: center;
    padding-top: 20px;
}
.contact_ewm ul li p {
    font-size: 16px;
	color: #545454;
}
.contactp_messl {
    width: 40%;
}
.contactp_messl .aboutsort {
    text-align: left;
}
.contactp_messl .aboutsort img {
    margin: 20px 0px 0px;
}
.contact_mess {
    margin-top: 150px;
    background-color: #f7f8f9;
    padding-bottom: 85px;
}
.contact_messbot {
    width: 55%;
    padding-top: 90px;
}
.conmess_title {
    text-align: center;
    background: url(../images/conmess_title.png) no-repeat center;
}
.conmess_title h4 {
    font-size: 24px;
	font-weight: bold;
	color: #0c0c18;
}
.conmess_input {
    width: 48%;
    margin-top: 50px;
}
.conmess_input h5 {
    font-size: 16px;
	color: #0c0c18;
}
.conmess_input h5 span {
    font-size: 16px;
	color: #ef7c1e;
    padding-right: 10px;
}
.conmess_input input {
    width: 100%;
	height: 54px;
    margin-top: 15px;
    padding-left: 20px;
	border: solid 1px #eaeaea;
}
.conmess_text {
    width: 100%;
}
.conmess_text textarea {
    padding-top: 15px;
    padding-left: 20px;
    margin-top: 15px;
    width: 100%;
    height: 180px;
    background:none;
	border: solid 1px #eaeaea;
}
.conmess_code input {
    width: 40%;
    margin-top: 0px;
}
.conmess_code img {
	height: 38px;
    margin-left: 10px;
    display: inline;
}
.conmess_input button {
    width: 40%;
	height: 54px;
    float: right;
    background-color: #1053dd;
    justify-content: center;
    border: 0px;
}
.conmess_input button p {
    font-size: 16px;
	color: #ffffff;
    padding-right: 10px;
}
.conmess_input button img {
    filter: grayscale(-1000%) brightness(-100%) ;
    transform: scaleX(-1);
}
.conmess_input button:hover p {
    padding-right: 20px;
}



/* 新闻封面页 */
.newsh_top {
    margin: 130px 0px 80px;
}
.newsh_topli {
    width: 100%;
    height: 420px;
}
.newsh_top_lil {
    width: 45%;
    height: 100%;
    overflow: hidden;
}
.newsh_top_lil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsh_topli:hover .newsh_top_lil img {
    transform: scale(1.1);
}
.newsh_top_lir {
    width: 55%;
    height: 100%;
    padding: 70px 80px;
    text-align: left;
    background-color: #fbfbfb;
}
.newsh_top_lir h4 {
    font-size: 16px;
	color: #545454;
}
.newsh_top_lir h3 {
    font-size: 24px;
	font-weight: bold;
	color: #0c0c18;
    padding: 20px 0px 30px;
    transition: all .5s;
}
.newsh_top_lir p {
    font-size: 16px;
	line-height: 28px;
	color: #545454;
}
.newsh_topli:hover .newsh_top_lir h3 {
    color: #1053dd;
} 
.newsh_swiper {
    position: relative;
}
.newsh_swiper  .swiper-pagination {
    bottom: 65px;
    left: 26%;
    width: 60%;
    z-index: 1;
}
.newsh_swiper  .swiper-pagination-bullet {
    width: 42px;
	height: 4px;
    border-radius: 0px;
}
.newsh_swiper_more {
    width: 150px ;
    height: 40px;
    border-radius: 20px;
    background-color: #ef7c1e;
    position: absolute;
    right: 5%;
    bottom: 13%;
    z-index: 2;
    transition: all .5s;
}
.newsh_swiper_more p {
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}
.newsh_swiper_more:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .45);
}
.newsh_bot ul {
    justify-content: flex-start;
    align-items: flex-start;
}
.newsh_bot ul li {
    width: 32%;
    height: 375px;
    margin-right: 2%;
    margin-bottom: 65px;
    position: relative;
}
.newsh_bot ul li:nth-child(3n) {
    margin-right: 0px;
}
.newshbot_img {
    width: 100%;
    height: 305px;
    overflow: hidden;
}
.newshbot_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsh_bot ul li:hover .newshbot_img img {
    transform: scale(1.1);
}
.newshbot_desc {
    width: 100%;
    height: 70px;
    position: relative;
}
.newshbot_desc h3 {
    font-size: 20px;
    padding-left: 130px;
    font-weight: bold;
    padding-top: 15px;
	line-height: 32px;
	color: #0c0c18;
}
.newsh_bot ul li:hover .newshbot_desc h3 {
    color: #1053dd;
}
.newsbot_date {
    width: 86px;
	height: 120px;
    position: absolute;
    bottom: 0px;
    left: 20px;
    justify-content: center;
    flex-direction: column;
	background-color: #ef7c1e;
}
.newsbot_date p {
    font-size: 36px;
	font-weight: bold;
	color: #fffefe;
}
.newsbot_date span {
    font-size: 14px;
	color: #ffffff;
}
.newsh_bot ul li:nth-child(4) .newsbot_date,
.newsh_bot ul li:nth-child(5) .newsbot_date,
.newsh_bot ul li:nth-child(6) .newsbot_date {
    background-color: #1053dd;
}
.newshbot_more {
    margin: 40px 0px 100px;
    text-align: center;
}
.newshbot_more a {
    display: block;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background-color: #1053dd;
    line-height: 50px;
    font-size: 16px;
    margin: 0 auto;
    color: #ffffff;
    transition: all .5s;
}
.newshbot_more a:hover {
    letter-spacing: 2px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .45);
}
.newslist_p {
    margin-top: 130px;
}

/* 业务展示 */
.proes_more a {
    display: block;
    width: 182px;
	height: 48px;
	border-radius: 4px;
    margin: 0 auto;
    text-align: center;
	border: solid 1px #eaeaea;
    font-size: 16px;
    text-align: center;
	line-height: 48px;
	color: #ef7c1e;
    transition: all .5s;
}
.proes_more a:hover {
    background-color: #ef7c1e;
    color: #ffffff;
    border-color: #ef7c1e;
}
.proes_pics {
    margin: 60px auto;
}
.proes_brand {
    width: 100%;
    height: 520px;
    background: url(../images/proes_brandbg.png) no-repeat bottom;
    background-size: cover;
}
.proes_brand {
    padding-left: 12%;
    padding-top: 3%;
}
.proes_brand .swiper-slide {
    display: block;
}
.proes_brandimg {
    width: 100%;
    height: 337px;
    overflow: hidden;
}
.proes_brandimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proes_brandtitle {
    margin-top: 20px;
    justify-content: center;
}
.proes_brandtitle h4  {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	color: #0c0c18;
}
.proes_brandtitle span {
    color: #1053dd;
    font-size: 28px;
    padding-right: 10px;
}
.proes_brand .swiper-slide:hover .proes_brandimg img {
    transform: scale(1.1);
}
.proes_brand .swiper-slide:hover .proes_brandtitle h4 {
    color: #1053dd;
}
.proes_jishu {
    background-color: #ffffff;
}
.proes_jspics .swiper-slide img {
    width: 100%;
}
.proes_jspics .swiper-pagination-bullet{
    background-color: #d4d7df;
    opacity: 1;
    margin: 0px 10px !important;
}
.proes_jspics .swiper-pagination-bullet-active {
    background-color: #ef7c1e;
}
.peoes_xl {
    margin: 85px 0px 120px;
    background: url(../images/peoes_xlbg.png) no-repeat top;
    background-size: 100%;
}
.peoes_xlpic {
    flex-direction: column;
    height: 480px;
    justify-content: center;
	border-radius: 4px;
	border: solid 1px #eaeaea;
    margin-top:60px ;
}
.peoes_xlpic:hover img {
    transform: scale(1.1);
}
.procx_title {
    margin-bottom: 50px;
}
.procx_title h4 {
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0c0c18;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.procx_jglist {
    margin-bottom: 60px;
}
.procx_jglist ul li {
    width: 48.5%;
}
.procx_jglitop {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.procx_jgliimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.procx_jglidesc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(  rgba(0,0,0,0) 10%, rgba(0,0,0,.4) 100%);
}
.procx_jglititle {
    width: 100%;
    height:100%;
    padding: 35px;
    justify-content: flex-start;
    align-items: flex-end;
}
.procx_jgliico {
    height: 20px;
}
.procx_jglititle h4 {
    font-size: 20px;
	color: #ffffff;
    padding-left: 10px;
}
.procx_jglitop:hover .procx_jglititle h4 {
    padding-left: 20px;
}
.procx_jglibot {
    height: 462px;
}
.procx_jglitop:hover .procx_jgliimg {
    transform: scale(1.1);
}
.proes_six {
    padding: 85px 0px;
    background-color: #f7f8f9;
}
.proes_sixlist ul {
    justify-content: flex-start;
}
.proes_sixlist ul li {
    width: 33.33%;
    height: 120px;
	background-color: #ef7c1e;
    padding: 35px 60px;
    align-items: flex-start;
}
.proes_sixlist ul li img {
    width: 33px;
}
.proes_sixlist ul li p {
    font-size: 18px;
    color: #ffffff;
    width: 82%;
	/*color: #0c0c18;*/
}
.proes_sixlist ul li:nth-child(2n) {
    background-color: #1053dd ;
}
.proes_cpzx {
    padding: 85px 0px;
}
.proes_cpzxpic {
    width: 100%;
}
.proes_cpzxpic img {
    width: 100%;
}
.proes_zxtable {
    margin-top: 80px;
    background-color: #f6f8ff;
	border-radius: 20px;
    padding: 0px 40px;
}
.proes_zxtable ul {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
.proes_zxtable ul li {
    width: calc(100% / 3); /*三列的平均宽度*/
    text-align: center; /*设置文字居中*/
    position: relative;
}
.proes_zxtable ul li h4 {
    font-size: 24px;
	font-weight: bold;
	color: #545454;
    padding: 30px 0px ;
}
.proes_zxtable ul li p {
    font-size: 20px;
	color: #545454;
    line-height: 68px;
    cursor: default;
    border-bottom: 1px solid #a8c1f3;
}
.proes_zxtable ul li p:last-child {
    border-bottom: 0px;
}
.proes_zxtable ul li p:hover {
    letter-spacing: 5px;
}
.proes_zxt_on {
    position: absolute;
    top: -28px ;
    left: 0px;
    width: 100%;
    height: 552px;
	background-color: #1053dd;
	box-shadow: 0px 0px 40px 0px 
		rgba(16, 83, 221, 0.32);
	border-radius: 20px;
}
.proes_zxtable ul li .proes_zxt_on h4 {
    color: #ffffff;
    margin: 40px auto 18px;
    padding: 0px;
    width: 269px;
    text-align: center;
	height: 55px;
    line-height: 55px;
	background-color: #ef7c1e;
	border-radius: 28px;
}
.proes_zxtable ul li .proes_zxt_on p {
    color: #ffffff;
    font-weight: bold;
}
.proeshonor {
    width: 100%;
    height: auto;
    padding: 85px 0px;
    background: url(../images/proeshonor_bg.png) no-repeat top;
    background-size: 100%;
}
.proes_honlist ul li {
    width: 20%;
    height: 240px;
    padding: 50px;
    position: relative;
    transition: all .5s;
    background-color: #ef7c1e;
}
.proes_honlist ul li img {
    max-height: 42px;
}
.proes_honlist ul li h4 {
    font-size: 36px;
	color: #ffffff;
    font-weight: bold;
    padding: 20px 0px;
}
.proes_honlist ul li h4 span {
    font-size: 14px;
    font-weight: normal;
    padding-left: 8px;
    transition: all .5s;
	color: #feede0;
}
.proes_honlist ul li p {
    font-size: 16px;
	color: #feede0; 
}
.proes_honlinum {
    position: absolute;
    right: -5px;
    bottom: -40px;
}
.proes_honlinum strong {
    font-size: 120px;
	font-weight: bold;
	color: #ffead9;
	opacity: 0.12;
}
.proes_honlist ul li:first-child .proes_honlinum {
    right: -21px;
}
.proes_honlist ul li:nth-child(2n) {
    background-color: rgba(239, 124, 30, .06);
}
.proes_honlist ul li:nth-child(2n) h4 {
    color: #ef7c1e;
}
.proes_honlist ul li:nth-child(2n) h4 span {
    color: #545454;
}
.proes_honlist ul li:nth-child(2n) p {
	color: #545454;
}
.proes_honlist ul li:nth-child(2n) .proes_honlinum strong {
    color: #feede0;
    opacity: 1;
}

.proes_honlist ul li:hover img {
    transform: scale(1.1);
}
.proes_honlist ul li:hover  h4 span {
    padding-left: 10px;
}

/* 精品二手机器人 */
.esp_rzzs_title {
    border-top: 1px solid #eaeaea;
    justify-content: flex-start;
}
.esp_rzzs_tnum {
    width: 90px;
    text-align: center;
	height: 100px;
	background-color: #ef7c1e;
}
.esp_rzzs_tnum i {
    font-size: 48px;
	font-weight: bold;
	color: #fefeff;
    line-height: 100px;
}
.esp_rzzs_tdesc {
    padding-left: 30px;
}
.esp_rzzs_tdesc h4 {
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0c0c18;
    padding: 35px 0px 15px;
}
.esp_rzzs_tdesc p {
    font-size: 16px;
	color: #545454;
}
.esp_rzzspic {
    background-color: #f7f8f9;
    margin: 50px 0px 85px;
}
.esp_rzzspic img {
    width: 100%;
}
.esp_six {
    margin-bottom: 85px;
}
.esp_sixnum {
    background-color: #1053dd;
}
.esp_sixtab {
    height: auto;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.esp_sixtab_l {
    width: 60%;
	height: 612px;
    background-color: #f7f8f9;
}
.esp_sixtab_r {
    width: 67%;
    position: absolute;
    right: 0px;
    top: 63px;
}
.esp_sixtab_r ul li {
    position: relative;
    width: 100%;
    height: 486px;
    display: none;
}
.esp_sixtab_rimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.esp_sixtab_rimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.espsix_tabdesc {
    width: 436px;
	height: 353px;
    padding: 30px 40px;
    position: absolute;
    bottom: 0px;
    right: 20%;
	background-color: #ffffff;
    animation:  espsix .8s linear;
}
.espsix_tabdesc h4 {
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #1053dd;
    padding-bottom: 20px;
}
.espsix_tabdesc p {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 28px;
    font-size: 16px;
    color: #545454;
}
.espsix_tabdesc p strong {
    color: #1053dd;
    padding-right: 5px;
}
.espsix_tabdesc p span {
    width: 90%;
}
.esp_sixtab_r ul li.active {
    display: block;
}
.esp_sixtab_l ul {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 25%;
}
.esp_sixtab_l ul li {
    margin-top: 60px;
    transition: all .5s;
    cursor: default;
}
.esp_sixtab_l ul li p {
    font-size: 20px;
    padding-left: 25px;
    font-weight: bold;
    border-left: 8px solid #545454;
	letter-spacing: 1px;
	color: #545454;
}
.esp_sixtab_l ul li.active p {
    font-size: 24px;
	color: #0c0c18;
    border-color: #ef7c1e;
} 
.esp_sixtab_l ul li:first-child {
    margin-top: 0px;
}
.esp50 {
     margin-bottom: 85px;
}
.wapesp_six {
    margin-top: 30px;
}
.wapesp_six .swiper-slide {
    display: block;
    text-align: left;
}
.wapesp_six .swiper-slide img {
    object-fit: cover;
    height: 200px;
}

/* 新闻详情页 */
.detailmain {
    padding-top: 85px;
    border-top: 1px solid #eaeaea;
}
.dpage_top h2 {
    font-size: 30px;
	font-weight: bold;
    text-align: center;
	color: #0c0c18;
}
.dpage_topbot {
    justify-content: center;
    margin: 30px 0px 40px;
}
.dpsort a {
    padding: 0px 10px;
	height: 30px;
	background-color: #f3f3f3;
    display: block;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ef7c1e;
}
.dpdate p {
    padding-left: 20px;
	font-size: 14px;
	color: #545454;
}
.dpage_topico {
    width: 100%;
    height: 36px;
    background: url(../images/detail_line.png) no-repeat center;
    background-size: 100%;
}
.dpage_topico ul {
    justify-content: center;
}
.dpage_topico ul li {
    width: 36px;
	height: 36px;
    margin: 0px 20px;
    border-radius: 50%;
	background-color: #1053dd;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.dpage_icoimg {
    max-width:22px ;
}
.dpage_topico_ewm {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    background-color: #ffffff;
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .24);
}
.dpage_topico_ewm img {
    width: 100%;
    padding: 10px;
}
.dpage_topico ul li:hover .dpage_topico_ewm  {
    display: block;
}
.dpage_bot {
    padding: 60px ;
    border-bottom: 1px solid  #eaeaea;
}
.detail_content p,.detail_content span {
    font-size: 16px;
	line-height: 30px;
	color: #545454;
}
.detail_content img {
    margin: 10px auto;
}
.dp_bot {
    margin: 40px 0px 85px;
}
.dp_bot_l {
    width: 35%;
}
.dp_bot_l p ,.dp_bot_l p a {
    font-size: 16px;
	color: #545454;
}
.dp_bot_l p:hover a {
	color: #ef7c1e;
}
.dp_bot_m a {
    width: 180px;
	height: 50px;
    display: block;
	border: solid 2px #eaeaea;
    font-size: 16px;
    text-align: center;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ef7c1e;
}
.dp_bot_m a:hover {
    background-color: #ef7c1e;
    color: #ffffff;
    border-color: #ef7c1e;
}
.dp_bot_r {
    text-align: right;
}
.pagebar {
    text-align: center;
    padding: 50px 0px 100px;
}

.pagebar ul li {
    background: none;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.pagebar ul li .jumpto {
    display: none;
}