html, body, h1, h2, h3, h4, h5, p, dl, dd, ul, ol, form, input, textarea, th, td, select, hr {
    margin: 0;
    padding: 0;
}

a{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
a:visited {text-decoration: none;}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/Font/Colfax-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/Font/Colfax-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../fonts/Font/Colfax-Light.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../fonts/Font/Colfax-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../fonts/Font/Colfax-BoldItalic.otf');
}

@font-face {
    font-family: 'Colfax-Medium';
    src: url('../fonts/Font/Colfax-Medium.otf');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Font/Gotham-Book.otf');
}

@font-face {
    font-family: 'Colfax-Light';
    src: url('../fonts/Font/Colfax-Light.otf');
}

@font-face {
    font-family: 'Colfax-Regular';
    src: url('../fonts/Font/Colfax-Regular.otf');
}

@font-face {
    font-family: 'Colfax-MediumItalic';
    src: url('../fonts/Font/Colfax-MediumItalic.otf');
}

@font-face {
    font-family: 'Colfax-RegularItalic';
    src: url('../fonts/Font/Colfax-RegularItalic.otf');
}

body, html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    min-width: 1400px;

font-family: Colfax-Medium;
    /*overflow-x: auto;*/
}


em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

body {
    font-size: 16px;
    color: #000;
}

/*导航*/
.nav-first {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0 50px;
    align-items: center;
}
.f-mune{
    width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
}
.f-mune img{
    cursor: pointer;
}
.f-logo, .f-contact {
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.f-contact{
    width: 160px;
}

.f-contact,.s-contact{
    justify-content: space-between;
    font-family:Colfax-Light;
    font-size: 18px;
}

.s-mune, .s-logo, .s-contact {
    height: 45px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.s-mune,.s-contact {
    width: 160px;
}

.s-contact img {
    width: 20px;
    height: 20px;
}

.f-logo img {
    width: 163.98px;
    height: 38px;
}

.s-logo img {
    width: 109px;
    height: 26px;
}

.bg-img {
    width: 100%;
    height: 100%;
}

.f-contact img {
    width: 20px;
    height: 20px;
}
.nav-sec-wrap {
    display: none;
}

.nav-sec {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding: 0 50px;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    color: #fff;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: animationa;
    animation-timing-function: linear;

}

@keyframes animationa {
    /* 修改背景定位 */
    0% {
        height: 0px;
        background: rgba(0, 0, 0, 0);
    }
    100% {
        height: 45px;
        background: rgba(5, 5, 5, 0.75);
    }
}


/*轮播图指示点*/
.swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(255,255,2555,0) !important;
}

/*弹窗*/
/*搜索弹窗*/
.modal-seach-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.modal-close {
    display: flex;
    justify-content: flex-end;
    padding: 20px 52px 0 0;
    cursor: pointer;
}

.modal-seach {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 280px;
}

.modal-inputs {
    width: 886px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 17px 0 20px;


}

.modal-inputs img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.modal-inputs span {
    height: 25px;
    background: #8E8E8E;
    margin: 0 5px 0 10px;
    width: 1px;
}

.modal-inputs .modal-input {
    flex: 1;
    height: 25px;
    color: #888888;
    border: 0;
    font-size: 18px;
    font-family: SourceHanSansCN-Light;
}

.modal-list {
    display: none;
    margin-top: 10px;
    width: 886px;
    background: rgba(255, 255, 255, 0.89);
    color: #050505;
    padding: 10px 0;
    font-family: SourceHanSansCN-Regular;
}

.modal-list li {
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding: 0 20px;

}
.modal-list li:hover{
    background: #fff;
}

.modal-list-tit {
    color: #8E8E8E;
    text-align: left;
    padding: 0 20px;
}
.modal-list-tit2 {
    text-align: center  ;
}

.modal-list-val {
    cursor: pointer;
}

.modal-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #3C3C3C;
    z-index: 10000;
    display: none;
}

.modal-menu {
    height: 100%;
    margin-top: 45px;
    background: #3C3C3C;
}

.menus {
    flex: 1;
}

.colse-img-pc {
    display: block;
    padding-bottom: 40px;
    cursor: pointer;
}

.colse-img-view {
    display: none;
}

.colse-img {
    display: flex;
    padding: 20px 0 0 52px;
    cursor: pointer;
}
.colse-img img{
    width: 22px;
    height: 22px;
}
.colse-img p{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #FF6F00;
}

.colse-img-contact {
    display: flex;
    justify-content: flex-end;
    padding: 20px 52px 0 0;
    cursor: pointer;
}

.modal-contact-wrap .colse-img {
    display: flex;
    justify-content: flex-end;
    padding: 20px 52px 0 0;
    cursor: pointer;
}


.modal-contact-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #3C3C3C;
    z-index: 99999;
    display: none;
}

.contact {
    flex: 1;
    height: calc(100vh - 42px);
    width: 100%;
}

.modal-video-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 9999;
    display: none;

}

.vodeo-con {
    position: relative;
    height: 100%;
    width: 100%;

}

.colse-img-video {
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 10000;
    cursor: pointer;
}
.colse-img-video p{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #FF6F00;
}

.video {
    width: 100%;
    height: 100%;
}
.modal-login-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    display: none;


}
.modal-login{
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    margin: auto;

    width: 420px;
    height: 530px;
    background: white;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 32px 45px 35px;
    font-family:Colfax-Regular;
}
.modal-login-top{
    border-bottom: 1px solid #ABABAB;
    font-size: 20px;
    color: #808080;
    line-height: 51px;
    display: flex;
    justify-content: center;
}
.modal-login-top span{
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.modal-login-top span:first-child{
    margin-right: 36px;

}
.modal-login-top span.tab{
    color: #EA6C1F;
    border-bottom-color:#EA6C1F
}
.modal-login-con{
    padding-top: 33px;
}
.modal-logon-input {
    border: 1px solid #CECED2;
    border-radius: 8px;
    display: flex;
    padding: 8px 12px;
    align-items: center;
}
.modal-logon-input input{
    border: 0;
    background: transparent;
    flex: 1;
}

.modal-logon-input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #CECED2;
}
.modal-logon-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color:#CECED2;
}
.modal-logon-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #CECED2;
}
.modal-logon-input input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #CECED2;
}
.modal-logon-input-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.yanzhengma{
    color: #EA6C1F;
    border-radius: 8px;
    border: 1px solid #EA6C1F;
    text-align: center;
    line-height: 40px;
    background: #fff;
}
.modal-logon-btn{
   background: #EA6C1F;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 33px;
    cursor: pointer;


}
.modal-logon-btns{
    background: #EA6C1F;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 191px;
    cursor: pointer;
}
.modal-logon-input-txt{
    font-size: 14px;
    line-height: 20px;
}
.modal-login-right{
    display: none;
}
.pass_open1,.pass_open2,.pass_close1,.pass_close2{
    cursor: pointer;
    width: 14px;
    height: 10px;
}
.pass_close1{
    display: none;
}
.pass_close2{
    display: none;
}
