html {
    height: 100%;
    
}

body {
    font-size: 14px;
    font-family: '微软雅黑';
    /* height: 100%; */
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: text;
    -moz-user-focus: text;
    -moz-user-select: text;
    /* webkit-user-select: none;
    -webkit-font-smoothing: antialiased; */
    -webkit-text-size-adjust: none;
    max-width: 2000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div,
dl,
dt,
dd,
input,
button,
label,
ul,
ol,
li,
p,
select,
span,
textarea,
thead,
tfoot,
table,
tr,
td,
figure,
figcaption,
time,
small {
    font-weight: normal;
    margin: 0;
    padding: 0;

}

input,
button {
    font-size: 14px;
}

input,
textarea {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}


div {
    display: block;
}

table {
    border-collapse: collapse;
}

li,
ol,
ul {
    list-style-type: none;
}

img {
    border: 0 none;
    vertical-align: top;
    
}

em,
cite,
i {
    font-style: normal;
}

button,
input,
textarea,
select {
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    outline-style: none;
    line-height: 1.3333;
    vertical-align: middle;
    background-color: transparent;
}

input[type=date]:before {
    content: attr(placeholder);
    color: #999;
}

input::-webkit-clear-button,
input::-webkit-calendar-picker-indicator {
    display: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

a {
    text-decoration: none
}

:focus {
    outline: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    display: block;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    content: '';
}

::-webkit-scrollbar {
    width: 0;
}

/*  */
@font-face {
    font-family: "GothamCondensed-Bold_0";
    src: url("../fonts/GothamCondensed-Bold_0.woff2") format("woff2"),
        url("../fonts/GothamCondensed-Bold_0.woff") format("woff"),
        url("../fonts/GothamCondensed-Bold_0.ttf") format("truetype"),
        url("../fonts/GothamCondensed-Bold_0.eot") format("embedded-opentype"),
        url("../fonts/GothamCondensed-Bold_0.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.woff2") format("woff2"),
        url("../fonts/Gotham-Book.woff") format("woff"),
        url("../fonts/Gotham-Book.ttf") format("truetype"),
        url("../fonts/Gotham-Book.eot") format("embedded-opentype"),
        url("../fonts/Gotham-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

header {
    width: 750px;
    height: 120px;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

header #menuBtn {
    width: 42px;
    height: 28px;
    display: block;
    background: url(../images/btn-menu.png) no-repeat;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translate(0, -50%);
}
header #logo_pic_index {
    width: 190px;
    height: auto;
    display: block;    
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translate(0, -50%);
}

body>header nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

body>header nav .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.showMenu>header nav .bg .yellow {
    transform: none;
    transition-delay: 0s
}

/* body.showMenu>header nav .bg .red {
    transform: none;
    transition-delay: .1s
}

body.showMenu>header nav .bg .blue {
    transform: none;
    transition-delay: .2s
}

body.showMenu>header nav .bg .orange {
    transform: none;
    transition-delay: .3s
} */

/* body>header nav .bg .blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #68b7be;
    transform: translateX(150%) rotate(10deg) scale(1.5);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .4s
} */

body>header nav .bg .yellow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    transform: translateX(150%) rotate(10deg) scale(1.5);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .3s
}

/* body>header nav .bg .red {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea4b58;
    transform: translateX(150%) rotate(10deg) scale(1.5);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .5s
}

body>header nav .bg .orange {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff6400;
    transform: translateX(150%) rotate(10deg) scale(1.5);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .3s
} */

body>header nav .close {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: 40px;
    right: 50px;
    background: url(../images/btn-close.png) no-repeat;
    z-index: 2;
    opacity: 0;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-delay: 0s;
    transform: translateY(10px);
}

body.showMenu>header nav .close {
    opacity: 1;
    transition-delay: .5s;
    transform: translateY(0);
}

body>header nav .logo {
    width: 750px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transform: translateX(750px);
    transition-delay: 0s;
}
body>header nav .logo  #logo_pic{
    width: 185px;
    height: auto;
    display: block;    
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translate(0, -50%);
}

body.showMenu>header nav .logo {
    opacity: 1;
    transition-delay: .5s;
    transform: translateY(0);
}

body>header nav .links {
    width: 468px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 120px;
    opacity: 0;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-delay: 0s;
    transform: translateX(468px);
    z-index: 1;
}

body.showMenu>header nav .links {
    opacity: 1;
    transition-delay: .5s;
    transform: translateX(0);
}

body>header nav .links a {
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-size: 35px;
    color: #000000;
    text-align: center;
    line-height: 116px;
}

body>header nav .links a:last-child {
    border-bottom: 0;
}

/* 招聘 */
.jobImg01 {
    width: 750px;
    height: 458px;
    display: block;
    margin-top: 140px;
}

.jobImg02 {
    width: 750px;
    height: 93px;
    display: block;
    margin-top: 0;
}

.jobList {
    width: 692px;
    margin: 0 auto;
}

.jobList li {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    transition: all .5s;
}

.jobList li .title {
    width: 100%;
    height: 120px;
    /* background: #ff6400; */
    overflow: hidden;
}

.jobList li .title .jobName {
    width: 480px;
    height: 120px;
    font-size: 30px;
    /* color: #fff; */
    color: #585858;
    line-height: 120px;
    float: left;
    margin-left: 22px;
    font-weight: bold;
}

.jobList li .title .arrowBtn {
    width: 130px;
    height: 120px;
    display: block;
    float: right;
    background: url(../images/arrow-down.png) no-repeat center center;
}

.jobList li .jobInfo {
    width: 610px;
    margin: 0 auto;
    padding-bottom: 50px;
    display: none;
}

.jobList li .jobInfo a {
    display: block;
    margin-top: 45px;
}

.jobList li .jobInfo a .jdTit {
    font-size: 30px;
    color: #ff6400;
    text-decoration: underline;
    display: block;
}

.jobList li .jobInfo a .jdAddress {
    font-size: 28px;
    color: #585858;
    display: block;
    margin-top: 13px;
    line-height: 48px;
}

.jobList li.on .title {
    background: #ff6400;
}

.jobList li.on .title .jobName {
    color: #fff;
}

.jobList li.on .title .arrowBtn {
    background: url(../images/arrow-up.png) no-repeat center center;
}

.jobList li.on .jobInfo {
    display: block;
}

.jobVideo {
    width: 750px;
    height: 420px;
    margin-top: 40px;
    position: relative;
}

.jobImg03 {
    width: 750px;
    height: 315px;
    display: block;
}

.jobfooter {
    width: 750px;
    height: 141px;
}

/* 招聘详情页 */
.jobInfoTit {
    width: 750px;
    padding-top: 57px;
    padding-bottom: 37px;
    background: #ff6400;
    margin-top: 119px;
    overflow: hidden;
}

.jobInfoTit .tit01 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-left: 30px;
}

.jobInfoTit .tit02 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-left: 30px;
}

.jobInfoTit .tit03 {
    width: 655px;
    font-family: "GothamCondensed-Bold_0";
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-left: 30px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.jobInfoTit .txtLine {
    width: 750px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 30px;
}

.jobInfoTit .tit04 {
    font-size: 28px;
    color: #fff;
    display: block;
    margin-top: 30px;
    margin-left: 30px;
}

.jobInfoTit .tit05 {
    font-size: 28px;
    color: #fff;
    display: block;
    margin-top: 20px;
    margin-left: 30px;
}

.jobIntro {
    padding: 62px 74px;
    /* padding-bottom: 192px; */
    color: #585858;
    word-wrap: break-word;
    word-break: keep-all;
    overflow: hidden;
}

.jobInfoBom {
    width: 750px;
    height: 130px;
    /* display: block;
    position: fixed;
    left: 0;
    bottom: -135px;
    transition: all .5s; */
}

.jobInfoBom.goTop {
    bottom: 0;
}

.jobTip {
    width: 100%;
    height: 100%;
    background: #ed8b00;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.jobTip .close {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: 40px;
    right: 50px;
    background: url(../images/btn-close.png) no-repeat;
}

.jobTip .bomIcon {
    width: 664px;
    height: 93px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 67px;
    transform: translate(-50%, 0)
}

.jobTip .mid {
    width: 462px;
    height: 519px;
    display: block;
    background: url(../images/job04.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.jobTip .mid .emial {
    font-size: 32px;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    left: 0;
    top: 240px;
}

/* 首页 */
.index00 {
    /* opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(100px); */
}

.index01 {
    width: 750px;
    height: auto;
    margin-top: 120px;
    /* opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(100px); */
}

.index02 {
    width: 750px;
    height: 420px;
    margin-top: 27px;
    /* opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(100px); */
    position: relative;
    left: 0;
    top: 0;
}

.index03 {
    width: 100%;
    height: 705px;
    margin: 0 auto;
    /* margin-top: 3px; */
    /* opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(100px); */
    position: relative;
}

.index03 a {
    width: 100%;
    height: 705px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.index04 {
    width: 750px;
    height: 662px;
    margin-top: 40px;
    /* opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(100px); */
}

.index05 {
    width: 750px;
    height: auto;
    /* margin-top: 25px; */
    /* opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(100px); */
    /* background: url(../images/index04.png) no-repeat; */
}

.index05 .tap {
    width: 100%;
    height: 185px;
    position: absolute;
}

.index05 .tap.tap01 {
    left: 0;
    top: 0;
}

.index05 .tap.tap02 {
    left: 0;
    bottom: 0;
}

.index06 {
    width: 100%;
    height: auto;
    /* padding: 40px 0; */
    /* opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(30px); */
}
.index07{
    /* opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(30px); */
}
.index08{
    /* opacity: 0;
    transition: all 2s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(40px); */
}

.index00.show,
.index01.show,
.index02.show,
.index03.show,
.index04.show,
.index05.show,
.index06.show,
.index08.show,
.index07.show {
    opacity: 1;
    transform: translateY(0px);
}

/* 研发生产 */
.reseBan {
    width: 750px;
    height: 400px;
    margin-top: 120px;
}

.reseText {
    width: 688px;
    margin: 0 auto;
    margin-top: 58px;
    font-size: 30px;
    color: #585858;
    line-height: 45px;
}

.reseText span {
    display: block;
    margin-bottom: 45px;
}

.reseVideo {
    width: 750px;
    height: 422px;
    position: relative;
}

.reseFooter {
    width: 750px;
    height: 141px;
}

/* 联系我们 */
.conBan {
    width: 750px;
    height: 400px;
    margin-top: 120px;
}

.conAddList {
    width: 750px;
    margin: 0 auto;
}

.conAddList li {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
}

.conAddList li .title {
    width: 100%;
    height: 120px;
    /* background: #ff6400; */
    overflow: hidden;
}

.conAddList li .title .jobName {
    width: 480px;
    height: 120px;
    font-size: 34px;
    /* color: #fff; */
    color: #585858;
    line-height: 120px;
    float: left;
    margin-left: 30px;
    font-weight: bold;
}

.conAddList li .title .arrowBtn {
    width: 92px;
    height: 120px;
    display: block;
    float: right;
    background: url(../images/contact02.png) no-repeat center center;
}

.conAddList li .calInfo {
    width: 610px;
    padding: 45px 42px;
    margin: 0 auto;
    background: #0065e9;
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
    display: none;
}

.conAddList li .calInfo .address {
    background: url(../images/contact04.png) no-repeat left 10px;
    padding-left: 33px;
    font-style: normal
}

.conAddList li .calInfo .telNums {
    background: url(../images/contact05.png) no-repeat left 10px;
    padding-left: 33px;
    display: block;
    margin-top: 15px;
}

.conAddList li .calInfo .telOther1 {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}
.conAddList li .calInfo .telOther2 {
    display: block;
    margin-top: 30px;
    line-height: 50px;
}
.conAddList li .calInfo .calInfoImg {
    display: block;
    margin-top: 30px;
}

.conAddList li.on .title .jobName {
    color: #0065e9;
    font-size: 34px;
}

.conAddList li.on .title .arrowBtn {
    background: url(../images/contact03.png) no-repeat center center;
}

.conAddList li.on .calInfo {
    display: block;
}

.conFooter {
    width: 750px;
    height: 141px;
    /* margin-top: 67px; */
}

/* 关于硕腾 */
.aboutBan {
    width: 750px;
    height: 378px;
    margin-top: 120px;
}

.aboutPic {
    width: 750px;
    /* height: 1781px; */
    height: auto;
}

.aboutText {
    width: 620px;
    margin: 0 auto;
    font-size: 30px;
    color: #585858;
    line-height: 45px;
    margin-top: 10px;
}

.aboutText span {
    display: block;
    margin-bottom: 45px;
}

.aboutText span i {
    font-size: 40px;
    font-weight: bold;
}

.aboutSlogan {
    width: 750px;
    height: 620px;
    /* margin-top: 50px; */
}

.aboutTit {
    font-size: 40px;
    font-weight: bold;
    color: #585858;
    margin-top: 58px;
    margin-left: 70px;
}

.usHistroy {
    width: 680px;
    margin-left: 70px;
    margin-top: 50px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 50px;
}

.usHistroy .uhBox {
    width: 680px;
    overflow: hidden;
}

.usHistroy .uhBox .year {
    width: 102px;
    font-size: 30px;
    color: #ff001f;
    font-family: "Gotham-Book";
    display: block;
    float: right;
    margin-top: -5px;
}

.usHistroy .uhBox .yearThings {
    width: 510px;
    float: left;
    border-right: 2px solid #ff001f;
    position: relative;
    padding-left: 38px;
}

.usHistroy .uhBox .yearThings .tip {
    width: 510px;
    font-size: 30px;
    color: #585858;
    display: block;
    line-height: 45px;
    margin-top: -8px;
}

.usHistroy .uhBox .yearThings img {
    width: 201px;
    height: 201px;
    display: block;
    padding-top: 20px;
    padding-bottom: 38px;
}

.usHistroy .uhBox .yearThings i {
    width: 20px;
    height: 20px;
    background: #ff001f;
    position: absolute;
    right: -10px;
    top: 0;
    display: block;
    border-radius: 20px;
}

.usHistroy .uhBox:last-child .yearThings {
    border-right: 0;
}

/* 图片弹窗 */
.picTip {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 2000;
    display: none;
}

.picTip .imgShow {
    width: 715px;
    height: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.picTip .imgShow .imgBig {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.picTip .imgShow .close {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: -60px;
    right: 20px;
}

.picTip .imgShow .tit {
    width: 100%;
    height: 35px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: -50px;

}

.v-img {
    width: 750px;
    height: 420px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.comingShow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    display: none;
}

.comingShow .imgShow {
    width: 690px;
    height: 490px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/coming.png) no-repeat center center;
}

.comingShow .imgShow .close {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: -70px;
    right: 10px;
}

/* 7/02 */
.poBox {
    padding: 20px;
    background: #585858;
    font-size: 26px;
    color: #fff;
}

.poBox i {
    border-bottom: 1px solid #fff;
}

.policySec {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9;
    display: none
}

.policySec .tk {
    width: 630px;
    height: 1000px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -500px;
    overflow: hidden;
}

.policySec .tk .title {
    width: 100%;
    font-size: 30px;
    background: #ff6400;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 20px 0;
}

.policySec .tk .title .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.policySec .tk .tksc {
    width: 550px;
    height: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow-y: scroll;
    background: #fff;
    font-size: 27px;
    padding: 0 40px;
    padding-top: 100px;
    line-height: 44px;
}

.proban {
    width: 750px;
    height: 430px;
    position: relative;
    left: 0;
    top: 120px;
    overflow: hidden;
}

.proban .icon {
    position: absolute;
    left: 30px;
    bottom: 38px;
    z-index: 2;
}

.proban ul {
    width: 3000px;
    height: 430px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.proban ul li {
    width: 750px;
    height: 430px;
    float: left;
    z-index: 1;
}

.proTable {
    width: 100%;
    height: 117px;
    border-bottom: 1px solid #8e8e8e;
    overflow: hidden;
    text-align: center;
    margin-top: 117px;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    z-index: 5;
    background-color: #ffffff;
}

.proTable span {
    width: 144px;
    height: 73px;
    background: #e9e9e9;
    display: inline-block;
    border-radius: 73px;
    font-size: 36px;
    color: #585858;
    line-height: 73px;
    margin: 0 5px;
    margin-top: 24px;
}

/* .proTable span:last-child {
    width: 235px;
} */

.proTable span.on {
    background: #0065e9;
    color: #fff;
}

.proMain {
    width: 750px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.proMain ul {
    width: 3000px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    overflow: hidden;
}

.proMain ul li {
    width: 750px;
    float: left;
}

.proMain ul li img,
.proMain ul li a {
    display: block;
    margin: 0 auto;
}

.proMain ul li a.tel {
    margin-top: 30px;
}

.proMain ul li .qrCode {
    width: 750px;
    margin-top: 40px;
}

.proMain ul li .qrCode .qr01 {
    float: left;
    margin-left: 40px;
}

.proMain ul li .qrCode .qr02 {
    float: right;
    margin-right: 40px;
}

.proMain ul li .vio{
    width: 750px;
    height: 1500px;
    background: url(../images/products/pro04-01.jpg) no-repeat;
    position: relative;
}

.proBom {
    width: 750px;
    height: 141px;
    position: relative;
    left: 0;
    top: -2px;
    border-top: 1px solid #585858
}

.vioSec{
    position: absolute;
    left: 0;
    bottom: 420px;
}

.inner{position: relative;width: 100%;padding-top: 120px;}
.inner .bg{display: block;width: 100%;}

.eqp_detail{position: relative;}
.eqp_detail .title{height: 100px;line-height: 100px;font-size: 40px;color: #585858;font-weight: bold;padding-left: 26px;}
.eqp_detail .banner{position: relative;height: 420px;overflow: hidden}
.eqp_detail .banner video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover}
.eqp_detail .banner .video_poster{position: absolute;width: 100%;height: 100%;left: 0;top: 0}

.eqp_detail .machine{display: block;width: 100%;}

.eqp_detail .eqp_list{position: relative;width: 692px;margin:0 auto;border-top: 1px solid #c6c6c6;}
.eqp_detail .eqp_list li{height: 120px;border-bottom: 1px solid #c6c6c6;box-sizing: border-box;overflow: hidden}
.eqp_detail .eqp_list li.active{height: auto;}
.eqp_detail .eqp_list li .headline{height: 120px;line-height: 120px;font-size: 30px;color: #585858;font-weight: bold;text-indent: 16px;transition: all 0.2s linear;position: relative;}


.eqp_detail .eqp_list li .headline .arrow{position: absolute;right: 50px;top: 54px;width: 31px;height: 17px;transition: transform 0.2s linear;transform-origin: 50% 50%}
.eqp_detail .eqp_list li.blue .headline .arrow{background: url(../images/eqp-arrow1.png);}
.eqp_detail .eqp_list li.green .headline .arrow{background: url(../images/eqp-arrow2.png);}
.eqp_detail .eqp_list li.orange .headline .arrow{background: url(../images/eqp-arrow2.png);}

.eqp_detail .eqp_list li.active .headline{color: white;}
.eqp_detail .eqp_list li.active.blue .headline{background: #1b4673}
.eqp_detail .eqp_list li.active.green .headline{background: #73c8db}
.eqp_detail .eqp_list li.active.orange .headline{background: #ff6400}

.eqp_detail .eqp_list li.active .headline .arrow{transform: rotate(-180deg);background: url(../images/eqp-arrow3.png);}
.eqp_detail .eqp_list li .detail{}
.eqp_detail .eqp_list li .detail .desc{display: block;margin:0 auto;padding-top: 50px;padding-bottom: 18px;}
.eqp_detail .eqp_list li .detail .download_btn{display: block;margin-left: 57px;margin-bottom: 48px;padding:10px;}
.eqp_detail .eqp_list li:last-child.active{border-bottom: none}
.eqp_detail .eqp_list li:last-child.active .detail .download_btn{margin-bottom: 0px;}

.eqp_detail .eqp_list li .detail .video_box{width: 610px;height: 341px;position: relative;overflow: hidden;margin:20px auto;}
.eqp_detail .eqp_list li .detail .video_box video{display: block;width: 100%;height: 100%;object-fit: cover}
.eqp_detail .eqp_list li .detail .video_box .video_poster{position: absolute;width: 100%;height: 100%;left: 0;top: 0}

.eqp_detail .back_btn{display: block;margin:0 auto;padding:60px 0;}
.eqp_detail .phone{display: block;width: 100%}

.addLinkSec{
    width: 750px;
    height: 1365px;
    position: relative;
}

.addLinkSec a{
    width: 376px;
    height: 92px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 475px;
    transform: translate(-50%,0);
}

.anTit{
    width: 690px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

/* footer */
.site-footer.style-one{
    padding: 230px 0;
    background-color: #12141c;
}
.footer-bottom-area.style-one .footer-copyright>div p{
    font-size: 28px;
    padding: 28px 0;
    color: #fff;
}
.footer-bottom-area.style-one .footer-copyright>div p a{
    color: #fff;
}
.footer-bottom-area.style-one .footer-copyright{
    border-top: 1px solid #383841;
    border-bottom: 1px solid #383841;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-info{
    display: block;    
    text-align: center;
    padding: 0 15px;
    margin: 20px auto;
  }
  .footer-info-part1 .row1{
    font-weight: 700;
    color: white;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #6e45e2;
  }
  .footer-info-part1 .row2{
    font-weight: 700;
    color: white;
    font-size: 67px;    
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
  }

.footer-info-part1 .btn_contact_bg{
    padding-bottom: 30px;      
    padding: 30px 0 80px;
    margin: 50 auto;
  }
.footer-info-part1 .btn_contact_bg .btn_contact_btn{
    margin: 0 auto;
    background: #6e45e2;
    font-size: 42px;
    width: 390px;
    height: 160px;
    line-height: 160px;
    border-radius: 70px;
  }
  .footer-info-part1 .btn_contact_bg .btn_contact_btn a{
    color: #fff;
}
.footer-copyright-logo-area{
    padding-top: 60px;
}

.footer-copyright-logo-area img{    
    width: 250px;
    height: 110px;
}

.topbutton {
    color: white;
    bottom: 50px;
    display: block;
    position: fixed;
    right: 20px;
    text-align: center;
    line-height: 100px;
    height: 120px;
    width: 120px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    font-size: 30px;
    border-radius: 50%;
    background-color: #434343;    
  }
  .topbutton img{
    height: 40px;
    width: auto;
    margin: 38px auto;
  }
  .topbutton.btn-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .topbutton.btn-hide {
    opacity: 0;
    /* -webkit-transform: translateY(40px);
    transform: translateY(40px); */
  }
  .topbutton:hover {
    color: white !important;
    opacity: 0.9;
  }
  .topbutton:focus {
    color: white !important;
  }
  .phonesFather{
    position: relative;
  }
  .phones{
    position: absolute;
    top: 0;
    z-index: 1;
    padding-left: 20%;
    padding-top: 10%;
    color: #ffffff;
    font-size: 38px;
  }
  .phones_item{
    padding-top: 20px;
  }
  .phones_item a{
    color: #ffffff;
  }
  .phoneNumer{
    font-size: 52px;
    font-weight: 600;
    letter-spacing:2px;
  }
  