﻿@charset "utf-8";
/* CSS Document */



/*********banner*******************/
.hmPage1 {
    position: relative;
    width: 100%;
}
.hmFocus {
    position: relative;
    width: 100%;
    height: 100%;
}
.hmFocus_img {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.hmFocus_img:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.on .hmFocus_img {
    visibility: visible;
    -webkit-animation: scaleBg 5s linear forwards;
    animation: scaleBg 5s linear forwards;
}
.hmVideo {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
.hmVideo video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    ;
    height: 100%;
    object-fit: cover;
}
.hmBan_sbg {
    background: rgba(0,0,0,0.2) url(../images/topBg.png) repeat-x left top;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.hmBan_sbg:after {
    content: "";
    background: url(../images/banenr_line.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5
}
.hmFs_layBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.hmFocus_item {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.hmFocus_txt {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.hmFocus_txt.hmFocus_txt_cr {
    top: 43%;
}
.hmFocus_txt strong {
    display: block;
    transition: all 0.8s ease-in-out;
    transform: translate(150px, 0px);
    opacity: 0;
    color: rgba(255,255,255,1);
    font-size: 0.4rem;
    line-height: 1.5;
    font-weight: normal;
}
.hmFocus_txt.hmFocus_txt_cr strong {
    color: #004b7c;
}
.on .hmFocus_txt strong {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0.3s;
}
.hmTxtDes2_p1 {
    font-size: 0.2rem;
    line-height: 1.8;
    font-weight: 100;
    transition: all 0.8s ease-in-out;
    opacity: 0;
    transform: translate(180px, 0px);
    width: 100%;
    max-width: 860px;
    margin-top: 0.3rem;
}
.on .hmTxtDes2_p1 {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 0.4s;
}
.hmTxtDes2_btns {
    transition: all 0.8s ease-in-out;
    opacity: 0;
    transform: translate(180px, 0px);
    margin-top: 0.4rem;
}
.hmTxt_btn1 {
    line-height: 48px;
    background: #004b7c;
    text-align: center;
    height: 48px;
    width: 200px;
    display: inline-block;
    margin-right: 24px;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 2px;
    box-shadow: 0 8px 12px 10px rgba(198,22,52,0.1);
}
.hmTxt_btn1:hover {
    background: #AA132E;
    color: #FFF;
}
.hmTxt_btn2 {
    line-height: 44px;
    height: 48px;
    width: 2rem;
    border-radius: 0.8rem 0px 0.8rem 0px;
    border: 2px solid #FFF;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
}
.hmTxt_btn2:hover {
    color: #004b7c;
    background: #FFF;
}
.on .hmTxtDes2_btns {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 0.5s;
}
.hmFocus_dot {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25%;
    z-index: 5;
}
.hmFocus_dot span {
    display: inline-block;
    margin: 0px 5px;
    height: 16px;
    width: 3px;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    position: relative;
}
.hmFocus_dot span.on {
    height: 27px;
}
.hmFocus_dot span:after {
    content: "";
    background: #fac100;
    width: 3px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.hmFocus_dot span.on:after {
    height: 100%;
    transition: all 4.8s linear;
}
.hmFocus_doc {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25%;
    z-index: 5;
}
.hmFocus_doc .hmFs_docx {
    display: inline-block;
    margin: 0px 5px;
    height: 16px;
    width: 3px;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    position: relative;
}
.hmFocus_doc .hmFs_docx.on {
    height: 27px;
}
.hmFocus_doc .hmFs_docx:after {
    content: "";
    background: #004b7c;
    width: 3px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.hmFocus_doc .hmFs_docx.on:after {
    height: 100%;
    transition: all 4.8s linear;
}

@media (max-width:993px) {
.hmFocus_txt strong {
    font-size: 0.45rem;
}
.hmTxtDes2_p1 {
    font-size: 16px;
}
}
.xiangxia {
    position: absolute;
    z-index: 22;/* width: 100%; */
    text-align: center;
    bottom: 0.3rem;
    left: 50%;/* top: 50%; */
    transform: translatex(-50%);
}
.xiangxia a {
    display: inline-block;
    width: 50px;
    height: 50px;/*border:1px solid white;*/
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.xiangxia a i {
    display: inline-block;
    font-size: 40px;
    color: white;
    animation: run1 2s linear infinite;
}
.xiangxia span {
    display: block;
    color: #fff;/* margin-top:5px; */
    font-size: 12px;
}
@keyframes run1 {
0% {
transform: translateY(-3px);
}
50% {
transform: translateY(3px);
}
100% {
transform: translateY(-3px);
}
}
/**************about*******************/
.hmPage2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index_about_bg {
    width: 100%;
    height: 100vh;
    position: relative;
}
.index_about_bg::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 5;
    left: calc(50% - 800px);
    background: rgba(255, 255, 255, 0.3);
}
.index_about_bg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 5;
    left: inherit;
    right: calc(50% - 800px);
    background: rgba(255, 255, 255, 0.3);
}
.index_about_bg img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}
.index_about_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.index_about_text {
    padding: 0px 0.5rem;
}
.index_about_tit {
    /*color: rgb(255, 255, 255);*/
    color: #00a0e9;
    font-size: 0.5rem;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.index_about_p {
    color: rgb(255, 255, 255);
    color: #00a0e9;
    font-size: 0.2rem;
    line-height: 2;
}
.tac {
    margin-top: 0.4rem;
}
a.whiteMore {
    display: inline-block;
    height: 3em;
    line-height: 3;
    padding: 0 2.8em;
    border-radius: 3em 0 3em 0;
    overflow: hidden;
    /*border: 1px solid #fff;*/
    border: 1px solid #00a0e9;
    font-size: 14px;
    position: relative;
    transition: 1s 1.5s all ease;
    -webkit-transition: 1s 1.5s all ease;
}
a.whiteMore span {
    position: relative;
    z-index: 2;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    display: inline-block;
    /*color: #fff;*/
    color: #00a0e9;
    font-size: 14px;
}
a.whiteMore::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
a.whiteMore:hover::before {
    left: 0;
}
a.whiteMore:hover span {
    color: #004b7c;
}

@media screen and (max-width: 1600px) {
.index_about_bg::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: 4%;
    background: rgba(255, 255, 255, 0.3);
}
.index_about_bg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: inherit;
    right: 4%;
    background: rgba(255, 255, 255, 0.3);
}
}

@media (max-width:993px) {
.index_about_text {
    padding: 0px 0rem;
}
.index_about_tit {
    font-size: 22px;
}
.index_about_p {
    font-size: 16px;
}
.index_about_bg::before {
    width: 0px;
}
.index_about_bg::after {
    width: 0px;
}
}
/*************部件********************/
.hmPage3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index_part_bg {
    width: 100%;
    height: 100vh;
    position: relative;
}
.index_part_bg img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}
.index_part_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.index_part_text {
    padding: 0px 0.5rem;
}
.index_part_tit {
    color: rgb(255, 255, 255);
    color: #00a0e9;
    font-size: 0.5rem;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.index_part_p {
    color: rgb(255, 255, 255);
    color: #00a0e9;
    font-size: 0.2rem;
    line-height: 2;
}
.index_part_box .bot-block {
    position: relative;
    margin-top: 1rem;
    text-align: right;
}
.index_part_box .items {
    display: inline-block;
}
.index_part_box .item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.2rem;
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 0.9rem auto;
}
.index_part_box .item:nth-of-type(1) {
    background-image: url("../images/icon-8-1.png");
}
.index_part_box .item:nth-of-type(2) {
    margin-left: 0.4rem;
    background-image: url("../images/icon-8-2.png");
}
.index_part_box .item .num {
    font-size: 0.2rem;
    color: #fff;
}
.index_part_box .item .num .count {
    font-size: 0.7rem;
    color: #fff;
    font-family: impact;
}
.index_part_box .item p {
    font-size: 0.18rem;
    line-height: 1.2;
    color: #fff;
}
.index_part_box .index_part_more {
    position: absolute;
    left: 0.5rem;
    bottom: 0;
    transition: all .3s ease;
}

@media (max-width:993px) {
.index_part_text {
    padding: 0px 0rem;
}
.index_part_tit {
    font-size: 0.45rem;
}
.index_part_box .index_part_more {
    position: relative;
    left: auto;
    text-align: left;
    margin-top: 0.5rem;
}
.index_part_p {
    font-size: 16px;
}
}
/*********成套************/
.hmPage4 {
    position: relative;
}
.hmPage4 .ani-block {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(-55%);
}
.hmPage4 .ani-block .line {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-40px);
}
.hmPage4 .ani-block .line .box:before {
    content: '';
    display: block;
    width: 1px;
    height: 40vw;
    background-image: linear-gradient(0deg, white, 70%, rgba(255, 255, 255, 0));
    transform-origin: center bottom;
    transform: rotate(42deg);
}
.hmPage4 .ani-block .line:nth-of-type(1) .box {
    opacity: 0.2;
}
.hmPage4 .ani-block .line:nth-of-type(2) .box {
    opacity: 0.25;
}
.hmPage4 .ani-block .line:nth-of-type(3) .box {
    opacity: 0.3;
}
.hmPage4 .ani-block .line:nth-of-type(4) .box {
    opacity: 0.35;
}
.hmPage4 .ani-block .line:nth-of-type(5) .box {
    opacity: 0.4;
}
.hmPage4 .ani-block .line:nth-of-type(6) .box {
    opacity: 0.45;
}
.hmPage4 .ani-block .line:nth-of-type(7) .box {
    opacity: 0.5;
}
.hmPage4 .ani-block .line:nth-of-type(8) .box {
    opacity: 0.55;
}
.hmPage4 .ani-block .line:nth-of-type(9) .box {
    opacity: 0.6;
}
.hmPage4 .ani-block .line:nth-of-type(10) .box {
    opacity: 0.65;
}
.hmPage4 .ani-block .line:nth-of-type(11) .box {
    opacity: 0.7;
}
.hmPage4 .ani-block .line:nth-of-type(12) .box {
    opacity: 0.75;
}
.hmPage4 .ani-block .line:nth-of-type(13) .box {
    opacity: 0.8;
}
.hmPage4 .ani-block .line:nth-of-type(14) .box {
    opacity: 0.85;
}
.hmPage4 .ani-block .line:nth-of-type(15) .box {
    opacity: 0.9;
}
.hmPage4 .ani-block .line:nth-of-type(16) .box {
    opacity: 0.95;
}
.hmPage4 .ani-block.active .line {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .3s ease;
}
.hmPage4 .ani-block.active .line:nth-of-type(1) {
    transition-delay: 1.5s;
}
.hmPage4 .ani-block.active .line:nth-of-type(2) {
    transition-delay: 1.4s;
}
.hmPage4 .ani-block.active .line:nth-of-type(3) {
    transition-delay: 1.3s;
}
.hmPage4 .ani-block.active .line:nth-of-type(4) {
    transition-delay: 1.2s;
}
.hmPage4 .ani-block.active .line:nth-of-type(5) {
    transition-delay: 1.1s;
}
.hmPage4 .ani-block.active .line:nth-of-type(6) {
    transition-delay: 1s;
}
.hmPage4 .ani-block.active .line:nth-of-type(7) {
    transition-delay: .9s;
}
.hmPage4 .ani-block.active .line:nth-of-type(8) {
    transition-delay: .8s;
}
.hmPage4 .ani-block.active .line:nth-of-type(9) {
    transition-delay: .7s;
}
.hmPage4 .ani-block.active .line:nth-of-type(10) {
    transition-delay: .6s;
}
.hmPage4 .ani-block.active .line:nth-of-type(11) {
    transition-delay: .5s;
}
.hmPage4 .ani-block.active .line:nth-of-type(12) {
    transition-delay: .4s;
}
.hmPage4 .ani-block.active .line:nth-of-type(13) {
    transition-delay: .3s;
}
.hmPage4 .ani-block.active .line:nth-of-type(14) {
    transition-delay: .2s;
}
.hmPage4 .ani-block.active .line:nth-of-type(15) {
    transition-delay: .1s;
}
/*********Rolink power ************/
.hmPage5 {
    position: relative;
}
.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}
.hmPage5 .index_set_box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.hmPage5 .index_set_box .container {
    align-items: center;
}
.hmPage5 .index_set_box .index_set_lf {
    position: relative;
    width: 50%;
}
.index_set_text {
    width: 100%;
    padding: 0px 0.5rem;
}
.index_set_tit {
    color: rgb(255, 255, 255);
    font-size: 0.5rem;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.index_set_p {
    color: rgb(255, 255, 255);
    font-size: 0.18rem;
    line-height: 2;
}
.hmPage5 .list-wrap {
    position: relative;
    width: 50%;
    padding: 0.5rem 0px;
}
.hmPage5 .list-wrap .list-wrap-bg {
    display: block;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .8s;
    animation: cir-scale 3s infinite cubic-bezier(0, 0.43, 0.35, 0.85);
    width: 90%;
}
.hmPage5 .nav-tr {
    text-align: center;
}
.list-wrap .td-s0 {
    display: block;
    width: auto;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    transition-duration: .5s;
}
.list-wrap .td-s0 img {
    max-width: 0.4rem;
    margin-bottom: 0.1rem;
}
.list-wrap .nav-td {
    display: inline-block;
    position: relative;
    transition-duration: .5s;
    cursor: pointer;
    margin: 0 0.7rem;
}
.list-wrap .nav-td:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 100% !important;
    background: url(../images/cir2.png) no-repeat center;
    top: calc(100% + 8px);
    left: 32%;
    margin-left: -2px;
}
.list-wrap .nav-td.cur .td-s0, .list-wrap .nav-td:hover .td-s0 {
    transform: scale(1);
}
.list-wrap .nav-td.cur:after, .list-wrap .nav-td:hover:after {
    background: url(../images/cir2on.png) no-repeat center;
}
.list-wrap .nav-tr2 {
    margin-top: 0.4rem;
}
.list-wrap .nav-tr2 .nav-td:first-child {
    margin-right: 15%;
}
.list-wrap .nav-tr3 {
    margin-top: 0.5rem;
}
.list-wrap .nav-tr3 .nav-td:first-child {
    margin-right: 15%;
}
.list-wrap .nav-tr4 {
    margin-top: 0.6rem;
}
.list-wrap .nav-tr4 .nav-td:nth-child(1) {
    margin: 0 1rem;
}
.list-wrap .nav-tr4 .nav-td:nth-child(2) {
    margin: 0 0.8rem;
}
.list-wrap .nav-tr4 .nav-td:last-child {
    margin: 0 1rem;
}
.list-wrap .nav-tr5 {
    margin-top: 0.9rem;
}
.list-wrap .nav-tr5 .nav-td:first-child {
    margin-right: 10%;
}
 @keyframes cir-scale {
 0% {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1);
}
 80% {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1.2);
}
 100% {
 opacity: 0;
 transform: translate(-50%, -50%) scale(1.1);
}
}
@keyframes cir-scale2 {
 0% {
 opacity: 0;
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 transform: scale(1.2);
}
 100% {
 opacity: 0;
 transform: scale(0.5);
}
}
@keyframes cir-scale3 {
 0% {
 opacity: 0;
 transform: scale(0.85);
}
 20% {
 opacity: 1;
}
 60% {
 opacity: 1;
 transform: scale(1);
}
 80% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: scale(0.85);
}
}
@keyframes cir-scale4 {
 0% {
transform: scale(0.5);
}
 60% {
transform: scale(1.2);
}
 100% {
transform: scale(0.5);
}
}
.hmFocus50 .mc {
    display: none;
}
.hmFocus50 .pc {
    display: block;
}

@media (max-width:993px) {
.hmPage5 .index_set_box .index_set_lf {
    position: relative;
    width: 100%;
    padding: 0.5rem 0px;
}
.index_set_text {
    width: 100%;
    padding: 0px 0rem;
}
.hmPage5 .list-wrap {
    position: relative;
    width: 100%;
    padding: 0.5rem 0px;
    margin: 0.8rem 0px;
}
.hmFocus50 .hmFocus_item {
    height: 50vh;
}
.hmFocus50 .mc {
    display: block;
}
.hmFocus50 .pc {
    display: none;
}
.index_set_tit {
    font-size: 22px;
}
.index_set_p {
    font-size: 16px;
}
}

/*news*/
.n-pro-parameter-bg .info_pn {
    border-top: 1px dashed #d2d2d2;
    padding-top: 15px;
    margin-top: 30px;
}
.n-pro-parameter-bg .info_pn span {
    display: block;
}
.n-pro-parameter-bg .info_pn a {
    color: #999;
    font-size: 15px;
    line-height: 27px;
}
.n-pro-parameter-bg .info_pn a:hover {
    color: #004b7c;
}

/**/
.n-block-bot{
    background: rgb(255 255 255 / 10%);
    padding: 30px;
    margin-top: 40px;
    clear: both;
}

.n-block-bot img{
    width: 100%;
}

.abShuju {
    width: 100%;
    /*margin-top: 45px;
    display: flex;
    justify-content: space-between;*/
}

.abShuju_li{
    width: 50%;
    float: left;
    text-align: center;
    background: rgb(255 255 255 / 10%);
    padding: 35px 0;
}

.abShuju_li:first-child{
    background: initial;
}

.abShuju_li:nth-child(2){
    padding: 82px 0;
}

.abShuju_li:nth-child(3){
    background: rgb(32 191 255 / 70%);
}

.abShuju_li:nth-child(4){
    float: right;
    background: initial;
    background: rgba(0, 0, 0, 0.1);
}

.abShuju_li:nth-child(5){
    background: initial;
}

.abShuju_li:nth-child(6){
    padding: 82px 0;
}

.abShuju_li b {
    color: #fff;
    font-size: 0.45rem;
    line-height: 1;
    font-weight: bold;
    font-family: impact;
}

.abShuju_li i {
    color: #fff;
    text-transform: uppercase;
}

.abShuju_li dd {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1680px) {
.abShuju_li b {
    font-size: 58px;
}
}

@media (max-width: 1480px) {
.abShuju_li b {
    font-size: 48px;
}

.abShuju_li dd {
    font-size: 16px;
}
}

@media (max-width: 900px) {
.abShuju_li b {
    font-size: 36px;
}
}

/*huanjing*/
.index_qiye_bg.ab-hj{
    background: #f3f3f3;
}
.ab-hj .index_section3{
    height: auto;
}
.abt-box-hj ul {
    margin: 0 auto;
}
.abt-box-hj ul>li {
    display: block;
    float: left;
    width: 19%;
    margin: 0 1% 3% 0;
    padding-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    transition: all .35s;
}
.abt-box-hj ul>li:nth-child(5n) {
    margin-right: 0;
}
.abt-box-hj ul>li>a {
    position: relative;
    display: block;
}
.abt-box-hj ul>li>a:after {
    position: absolute;
    z-index: 3;
    right: -10px;
    bottom: -60px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 0.1rem;
    color: #fff;
    text-align: center;
    background: rgb(0,128,204);
    transform: skewX(-10deg);
    font-family: iconfont;
    content: 'View Image \e687';
    transition: all .35s;
}
.abt-box-hj ul>li .img {
    text-align: center;
    padding: 20px;
    overflow: hidden;
}
.abt-box-hj ul>li .img>img {
    width: 100%;
    height: auto;
    transition: all .8s;
}
.abt-box-hj ul>li .tit {
    position: relative;
    text-align: center;
    padding: 15px 30px;
    height: 0px;
    font-size: 2rem;
    color: #333;
    transition: all .35s;
}
.abt-box-hj ul>li .tit:after {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 16px;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: rgb(0,128,204);
    content: '';
    transition: all .35s;
}
.abt-box-hj ul>li:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.abt-box-hj ul>li:hover .tit {
    color: rgb(0,128,204);
    transform: scale(0.9);
}
.abt-box-hj ul>li:hover .img>img {
    transform: scale(1.1);
}
.abt-box-hj ul>li:hover a:after {
    bottom: -20px;
}
@media only screen and (max-width: 1280px) {
.abt-box-hj ul>li {
    width: 48%;
    margin-right: 0;
}
.abt-box-hj ul>li:nth-child(even) {
    float: right
}
.abt-box-hj ul>li .tit {
    font-size: 2rem;
}
}
@media only screen and (max-width: 768px) {
.abt-box-hj {
    padding: 50px 0;
}
.abt-box-hj.ahonor {
    padding: 30px 0;
}
.abt-box-hj .title {
    font-size: 2.8rem;
}
}
@media only screen and (max-width: 640px) {
.abt-box-hj ul>li {
    width: 100%;
    float: none!important;
}
}

/*job*/
.chooseus-section {
    position: relative;
    padding: 0.5rem 0px 100px;
    background: #f3f9fe;
}

.chooseus-section .big-text {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: .4rem;
    line-height: 2;
    color: rgba(0,0,0, 1);
    display: block;
}

.hrZpBot {
    margin-top: 75px;
}

.hrZp_li {
    background-image: url(../images/hrZp_li_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 30px;
    /* background: #fff; */
    padding: 0 60px;
}

.hrZp_div {
    width: 100%;
    height: 80px;
    border-radius: 1000px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hrZp_L {
    display: flex;
    align-items: center;
}

.hrZp_L i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    margin-right: 20px;
}

.hrZp_L span {
    color: #666666;
    font-weight: 600;
    font-size: 16px;
}

/*  */
.hrZp_R {
    display: flex;
    align-items: center;
}

.hrZp_R span {
    color: #666666;
    font-weight: 600;
    margin-right: 20px;
    font-size: 16px;
}

.hrZp_R svg {
    width: 16px;
    height: 16px;
    transition: all .48s;
}

.hrZp_R svg path {
    fill: #666;
}

.hrZp_div.on .hrZp_R svg {
    transform: rotate(90deg) translateX(-5px);
}

/*  */
.hrZp_zk {
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    display: none;
}

.hrZp_zk .list {
    margin-bottom: 80px;
}

.hrZp_zk .list .mc {
    font-size: 18px;
    color: #fac100;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.hrZp_zk .list .mc::after {
    content: '';
    width: calc(100% - 120px);
    height: 1px;
    background: rgb(221 159 95 / 20%);
    position: absolute;
    right: 0;
    top: 50%;
}

.hrZp_zk .list .list_p {
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
}

.hrZp_zk a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 323px;
    height: 50px;
    border: 1px solid #ebe9e6;
    box-shadow: 0 15px 30px -10px rgb(97 97 97 / 15%);
    border-radius: 1000px;
    font-size: 18px;
    color: #fac100;
    transition: all .48s;
}

.hrZp_zk a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.hrZp_zk a:hover {
    color: #fff;
    background: #fac100;
    border-color: #fac100;
}

.hrZp_zk a:hover svg path {
    fill: #fff;
    transition: all .48s;
}

@media (max-width: 1480px) {
.hrZp_ipt {
    padding: 16px 30px;
}
.hrZp_ipt select,  .hrZp_ipt input {
    font-size: 16px;
}
 .hrZp_ipt input::placeholder {
 font-size: 16px;
}
.hrZpTop a {
    font-size: 18px;
}
.hrZpBot {
    margin-top: 56px;
}
.hrZp_div {
    height: 68px;
}
.hrZp_zk a {
    width: 280px;
    height: 50px;
}
.hrZp_R span{
    display: none;
}
.hrZp_zk .list .list_p {
    line-height: 2;
}
.hrZp_zk .list {
    margin-bottom: 48px;
}
}


/*honor*/
.customer .list {
    overflow: hidden;
    border-top: 1px solid #e3e1e1;
    border-left: 1px solid #e3e1e1;
}
.customer .list li {
    float: left;
    width: 16.66666%;
    box-sizing: border-box;
    border-right: 1px solid #e3e1e1;
    border-bottom: 1px solid #e3e1e1;
    padding: 2px;
}
.customer .list li:hover {
    background-color: #dcdcdc;
}
.customer .list li .img {
    position: relative;
    overflow: hidden;
    padding-top: 68%;
    background-color: #FFFFFF;
}
.customer .list li .img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.customer .bg {
    max-width: 1920px;
    margin: 0 auto;
}
.customer .bg img {
    display: block;
    width: 100%;
}

.pic_list{
    overflow: hidden;
    display: block;
}
.pic_list li{
    display: block;
    float: left;
    width: calc(16% - 6px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.pic_list li:nth-child(6n){
    margin-right: 0;
}
.pic_list li a{
    display: block;
}
.pic_list li a .img_box{
    overflow: hidden;
    border: 1px solid #ddd;
}
.pic_list li a .img_box img{
    display: block;
    width: 100%;
    transition:.35s;
}
.pic_list li a p{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    padding:  0 10px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pic_list li a:hover img{
    transform: scale(1.1);
}
.pic_list li a:hover{
    color: #004b7c;
}

@media screen and (max-width: 640px) {
.customer .list li {
    width: 25%;
}
}

/*cp*/
.abLn {
    margin-top: 4%;
    transition: all 0.8s ease-in-out;
    opacity: 0;
    transform: translate(210px, 0px);
}
.on .abLn {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 0.4s;
}
.abLn .xian {
    width: 100%;
    height: 1px;
    background: #dfdfe0;
    position: relative;
    margin-bottom: 30px;
}

.abLn .xian::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #fac100;
}

.abLn .xian::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 1px;
    background: #fac100;
    z-index: 2;
}

.abLn_li {
    width: calc(50% - 20px);
    padding: 40px 0;
    /*border-bottom: 1px solid #ececec;*/
    position: relative;
}

.abLn_liXq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.abLn_liL {
    display: flex;
    align-items: center;
}

.abLn_liL b {
    font-size: 36px;
    font-weight: bold;
    line-height: 0.8;
    margin-right: 35px;
}


.abLn_liL p span {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    display: block;
    color: #fff;
}

.abLn_liL p span:hover {
    color: #fac100;
}

.abLn_liL p i {
    font-size: 12px;
    line-height: 1;
}

.abLn_liL p i img {
    width: 10px;
}


.abLn_liXq a img {
    width: 24px;
}

.abLn_zk {
    padding-top: 20px;
    padding-left: 35px;
    display: none;
}

.abLn_zk p {
    position: relative;
    font-size: 18px;
    padding: 10px 0 10px 30px;
    /*margin: 5px 0;*/
    color: #fff;
}

.abLn_zk p:hover {
    color: #fac100;
}

.abLn_zk p:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #ffffff;
    border-radius: 100px;
    left: 5px;
    top: 35%;
}

.abLn_zk p:hover:before{
    border: 3px solid #fac100;
}

.abLnXq {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.abLnXq_img {
    position: absolute;
    right: -80px;
    top: 0;
}

.abLnXq_img img {
    width: 380px;
}

.fixed_nav .top_item .more {
    width: 60px;
    line-height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    padding-top: initial;
}

.fixed_nav .top_item .more:after {
    content: "+";
    color: #777
}

.fixed_nav .nav_item.active .more:after {
    content: "-";
    color: #fff
}

.fixed_nav .top_item:hover, .fixed_nav .nav_item.active .top_item {
    background: #fac100;
}

.fixed_nav .nav_item.active .top_item a {
    color: #ffff
}

.fixed_nav .nav_item.active .sub {
    margin-left: 30px;
}

.fixed_nav .nav_item.active .sub li:hover a {
    color: #fac100;
}

.fixed_nav .nav_item.active .sub li.aon a {
    color: #fac100;
}

.fixed_nav .nav_item.active .sub li a{
    margin-left: 10px;
    font-weight: initial!important;
}

.fixed_nav .nav_item .sub{
    display: none;
}

.fixed_nav .nav_item.active .sub{
    display: block;
}

.fixed_nav .top_item:hover a, .fixed_nav .top_item:hover .more:after {
    color: #fff
}

@media (max-width: 1660px) {
.fixed_nav .nav_item.active .sub {
    margin-left: 15px;
}
}

@media (max-width: 1480px) {
.abLn_li {
        padding: 30px 0;
}

.abLn_liL b {
        font-size: 32px;
}

.abLn_liL p span {
        font-size: 22px;
}
}

@media (max-width: 680px) {
.abLn .xian {
   margin-bottom: 0px;
}

.abLn_liL b {
    font-size: 16px;
    margin-right: 5px;
}

.abLn_zk p{
    font-size: 12px;
}

.abLn_liL p span {
    font-size: 14px;
}

.abLn_zk p:before {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
}

.abLn_zk p:hover:before {
    border: 2px solid #fac100;
}

.abLn_zk {
    padding-top: 10px;
    padding-left: 10px;
}

.abLn_liXq a img {
    width: 20px;
}

.abLn_li {
    width: 100%;
    padding: 15px 0;
}
.pic_list li {
    width: calc(32% - 9px);
}
.pic_list li:nth-child(3n) {
    margin-right: 0;
}
/*.pic_list li:nth-child(5n) {
    margin-right: 20px;
}*/
.fixed_nav .top_item .more {
    line-height: 27px;
}
.fixed_nav .nav_item.active .sub {
    margin-left: 5px;
}
.fixed_nav .nav_item.active .sub li a {
    margin-left: 15px;
    font-size: 16px;
}
.hmFocus_txt.hmFocus_txt_top{
    padding-top: 90px;
}
}

























































