@font-face{
    font-family: DIN-Bold;
    src: url('../fonts/DIN-Bold.otf'),
        url('../fonts/din_regular-webfont.woff'), 
        url('../fonts/din_regular-webfont.woff2'); 
}
@font-face{
    font-family: DIN-Regular;
    src: url('../fonts/DIN-Regular.otf'),
        url('../fonts/din_regular-webfont.woff'), 
        url('../fonts/din_regular-webfont.woff2'); 
}
@font-face{
    font-family: DIN-Light;
    src: url('../fonts/DIN-Light.otf'),
        url('../fonts/din_regular-webfont.woff'), 
        url('../fonts/din_regular-webfont.woff2'); 
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    font-family: PingFangSC-Regular,Microsoft YaHei;
}    /* 使用webkit内核的浏览器 */
textarea::-moz-placeholder,input:-moz-placeholder{
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    font-family: PingFangSC-Regular,Microsoft YaHei;
}                  /* Firefox版本4-18 */
textarea::-moz-placeholder,input::-moz-placeholder{
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    font-family: PingFangSC-Regula,Microsoft YaHeir;
}                  /* Firefox版本19+ */
textarea::-ms-input-placeholder,input:-ms-input-placeholder{
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    font-family: PingFangSC-Regular,Microsoft YaHei;
}           /* IE浏览器 */
a:focus{
    outline: none;
}
body{
    font-family: "PingFang SC","HiraginoSansGB-W3", "STHeitiSC-Light", "Microsoft YaHei", SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.fullImg{
    width: 100%;
}
.gray{
    background-image:linear-gradient(-180deg, #fbfbfb 0%, #ffffff 100%);
}
.white{
    background: #fff;
}
.black{
    background: #000;
}
.grayness{
    background: #FAFAFA;
}
.isShow{
    transform: translate3d(0,30px,0);
    transition: all 1s cubic-bezier(0.38, 0.32, 0.36, 0.98);
    opacity: 0;
}
.toShow{
    transform: translate3d(0,0,0);
    opacity: 1;
}
.text-color{
    background: -webkit-linear-gradient(bottom, #23BFFF 0%, #88D8F4 100%);
    background: -moz-linear-gradient(bottom, #23BFFF 0%, #88D8F4 100%);
    background: -o-linear-gradient(bottom, #23BFFF 0%, #88D8F4 100%);
    background: linear-gradient(to top, #23BFFF 0%, #88D8F4 100%);
    color: transparent; 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text;
}
.shade{
    width: 100%;
    height: 55px;
}
.nav{
    /*padding-left: 15px;*/
}
.header{
    background:rgba(251,251,251,0.85); 
    width:100%;
    height:55px;
    line-height: 55px;
    position: fixed;
    z-index: 30;
}
.header .nav .logo-text{
    float: left;
    display: inline-block;
    transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
}

.header .logo-text{
    margin-left: 65px;
}

.header .logo-text ul li{
    margin-right: 5px;
    transition: all .3s cubic-bezier(0.38, 0.32, 0.36, 0.98);
}
.header .logo-text a{
    font-weight: 400;
    font-size:13px;
    color:#777;
    letter-spacing:1px;
    text-align:left;

    display: inline-block;
    height: 100%;
}
.header .logo-text a:hover{
    color:#555;
}

.header .logo-text .noClick{
    font-weight: 400;
    font-size:13px;
    color:#777;
    letter-spacing:1px;
    text-align:left;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: 15px;
    line-height: 20px;
}
#preClass:hover, #preClass2:hover, #preClass3:hover{
    background: #fff;
}
#preClass:hover .noClick, #preClass2:hover .noClick, #preClass3:hover .noClick{
    color:#555;
}
.header .navbar-header{
    float: left;
}
.header .navbar-header img{
    width: 120px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: unset;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: unset;
    border-color: unset;
}
/* .header .logo-text a span{
    vertical-align: sub;
    margin-left: 5px;
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('/airproce/img/new.png')no-repeat center center;
} */
.header .nav-btn{
    float: left;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 19px 0px;
    width: 30px;
    height: 55px;
}
.header .nav-btn span{
    display: block;
    width: 30px;
    border-top: 2px solid #777;
    margin-bottom: 2px;
    position: absolute;
    transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
}
.header .nav-btn.btn-close{
    cursor: pointer;
}
.header .nav-btn span:nth-of-type(2){
    margin-top: 4px;
}
.header .nav-btn span:nth-of-type(3){
    margin-top: 8px;
}
.header .nav-btn span:nth-of-type(4){
    margin-top: 12px;
}
.header .nav-btn.btn-close span:nth-of-type(1){
    top: 24px;
	-webkit-transform: rotatez(45deg);
	-moz-transform: rotatez(45deg);
	transform: rotatez(45deg)
}
.header .nav-btn.btn-close span:nth-of-type(2){
    opacity: 0;
}
.header .nav-btn.btn-close span:nth-of-type(3){
    opacity: 0;
}

.header .nav-btn.btn-close span:nth-of-type(4){
	top: 12px;
	-webkit-transform: rotatez(-45deg);
	-moz-transform: rotatez(-45deg);
	transform: rotatez(-45deg)
}


.header .nav-text{
    width: 1200px;
    left: -1100px;
    border: 0 solid #ccc;
    background:#fff;
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(200,200,200,.3);
    margin-top: -1px;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 150px;
    padding-right: 100px;
    /* display: block; */
}


/* 导航条 */
.show-menu .header .nav-list{
    opacity: 1;
    transform: translate3d(0,0,0);
    z-index: 1;
}
.header .nav-list{
    margin-top: -1px;
    width: 600px;
    /* background:rgb(248, 248, 248);  */
    /* background:rgb(252, 252, 252); */
    text-align: right;
    position: absolute;
    top: 0;
    right: 66%;
    margin-right: -500px;

    z-index: -1;
    transform: translate3d(50px,0,0);
    transition: all .8s cubic-bezier(0.38, 0.32, 0.36, 0.98);
    opacity: 0;

}
.header .nav-list ul li a{
    font-weight: 500;
    font-size: 13px;
    color: #777;
    letter-spacing: 1px;
    display: inline-block;

}
.header .nav-list ul li a:hover{
    color: #555;
}
.header .nav-list ul li{
    margin-right: 20px;
}
.show-menu .header .nav .logo-text{
    opacity: 0;
}
/* 导航条 */





.header .nav-btn .nav-text ul li a{
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    letter-spacing: 1px;
    display: inline-block;
    height: 100%;
}
.header .nav-btn .nav-text ul{
    width: 100%;
}
.header .nav-btn .nav-text ul li{
    width: 19%;
    text-align: center;
    height: 100%;
}
.header .class{
    width: 1200px;
    left: -230px;
    /* height: 240px; */
    padding-bottom: 20px;
    border: 0 solid #ccc;
    background:#fff; 
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(200,200,200,.3);
}
.header .class > ul{
    margin-left: 180px;
}
.header .class > ul  li .classNth{
    text-align: center;
    margin-top: 20px;
    margin-right: 70px;
}
.header .class > ul  li .classNth p{
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    /* font-size: 18px;
    color: rgb(0, 0, 0); */
}
.header .class > ul > li .classNth div{
    text-align: center;
    width: auto;
    padding: 0 10px;
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    height: 20px;
    line-height: 21px;
    margin: 0 auto 20px;
    border-radius: 10px;
    overflow: hidden;
}
.header .class > ul > li:nth-child(1) .classNth div{
    background: url('/airproce/img/na1.png')no-repeat center;
    background-size: 100%;
}
.header .class > ul > li:nth-child(2) .classNth div{
    background: url('/airproce/img/na2.png')no-repeat center;
    background-size: 100%;
}
.header .class > ul > li:nth-child(3) .classNth div{
    background: url('/airproce/img/na3.png')no-repeat center;
    background-size: 100%;
}
.header .class > ul > li:nth-child(4) .classNth div{
    background: url('/airproce/img/na4.png')no-repeat center;
    background-size: 100%;
}
/* 小导航 */
.section-wall{
    /* padding-top: 630px; */
    /* position: sticky; */
    position: fixed;
    z-index: 25;
    width: 100%;
    top: 55px;
    box-shadow: 0 5px 40px rgba(200,200,200,.2);
}
.section-wall > .container-full{
     background: #fff; 
}
.section-nav{
    height: 55px;
    line-height: 55px;
}
.section-nav .section-title{
    display: inline-block;
    cursor: pointer;
}
.section-nav .section-title h3{
    font-family:PingFangSC-Medium,Microsoft YaHei;
    font-size:18px;
    color: rgba(0,0,0,.8);
}
.section-nav .section-text{
    display: inline-block;
    float: right;
}
.section-nav .section-text a{
        font-size: 13px;
        color: #555;
        text-align: right;
        padding-left: 25px;
}
.section-nav .section-text a.active{
    color:#aaa;
}

.content{
    width:100%;
    padding-bottom: 80px;
    max-width: 2100px;
}
.content .content-title{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.content .content-title h4{
    font-family:PingFangSC-Regular,Microsoft YaHei;
    font-size:20px;
    color:rgba(0,0,0,0.80);
}
.content .content-title h3{
    font-family:PingFangSC-Medium,Microsoft YaHei;
    font-size:40px;
    /* margin-top: 10px; */
    color:#000000;
    line-height: 60px;
    margin-bottom: 10px;
}
.content .content-title h3 span{
    vertical-align: text-top;
    font-family:DIN-Bold; 
    font-size:45px;  
}
.content .content-title h5{
    font-family:PingFangSC-Medium,Microsoft YaHei;
    font-size:16px;
    color:rgba(0,0,0,0.40);
}
.content .content-detail{
    font-family: PingFangSC-Regular,Microsoft YaHei;
    font-size: 16px;
    color: rgba(0,0,0,0.40);
    line-height: 30px;
    width: 700px;
    text-align: center;
    margin: 0 auto;
}
.content  .content-click{
    /* font-family:PingFangSC-Regular; */
    font-size:14px;
    /* color:#14BAFF; */
    color: #50d2f9;
    text-align: center;
    display: block;
    margin: 30px auto;
    /* font-weight: 300; */
    outline: none;
}
.content  .content-click span{
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    background: url('/airproce/img/arrow.png')no-repeat;
}

/* 一台满足所有 */
.strainer img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.strainer .content-title h3{
    margin-bottom: 10px;
}
.strainer .content-title a{ 
    font-size:18px;
    color:#14baff;
    text-align:center;
    text-decoration: underline;
    font-weight: 300;
    margin-top: 30px;
    display: inline-block;
}
.strainer .content-detail{
    margin: 40px auto;
    width: 763px;
}
.strainer .content-title{
    margin-bottom: 40px;
}
.strainer .changeImg{
    position: relative;
    width: 500px;
    height: 680px;
    margin: 30px auto 0;
    overflow: hidden;
}
.strainer .changeImg img{
    width: auto;
    position: absolute;
    transition: all .6s cubic-bezier(0.38, 0.32, 0.36, 0.98);
    /* transform: translate3d(0,0,0); */
}
.strainer .changeImg img:nth-child(1){
    z-index: 5;
    top: 30px;
    transform: translate3d(0,-45px,0);
}
.strainer .changeImg img:nth-child(2){
    z-index: 4;
    top: 0;
    transform: translate3d(0,-25px,0);
}
.strainer .changeImg img:nth-child(3){
    z-index: 3;
    top: 0;
    transform: translate3d(0,-10px,0);
}
.strainer .changeImg img:nth-child(4){
    z-index: 2;
    top: 0;
    /* display: none; */
    opacity: 0;
}
.strainer .changeImg img:nth-child(5){
    z-index: 2;
    top: 0;
    /* display: none; */
    opacity: 0;
}
.strainer .changeImg img:nth-child(6){
    z-index: 2;
    top: 0;
    /* display: none; */
    opacity: 0;
}
.strainer .changeImg img:last-child{
    z-index: 1;
    top: 0;
}
.strainer .changeControl{
    width: 100%;
    /* height: 500px; */
    background: #fff;
}
.strainer .gray{
    margin-left: -15px;
    margin-right: -15px;
    background-image:radial-gradient(50% 135%, #ffffff 25%, #fbfbfb 100%);
}
.strainer .changeControl .controlContent{
    width: 800px;
    margin: 0 auto;
    padding-top: 60px;
}
.strainer .changeControl .controlContent .liner{
    width: 100%;
    /* opacity:0.1; */
    /* border:1px solid #000000; */
    height:2px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 40px;

}
.strainer .changeControl .controlContent .liner span{
    display: block;
    width: 25%;
    border:1px solid #979797;
    height:1px;
    /* margin-left: 25%; */
    transition: all .5s ease;
}
.strainer .changeControl .controlContent .controlBtn div{
    /* display: inline-block; */
    float: left;
    width: 25%;
    text-align: center;
}
.strainer .changeControl .controlContent .controlBtn div img{
    width: auto;
    margin-bottom: 20px;
}
.strainer .changeControl .controlContent .controlBtn div p{
    font-family:PingFangSC-Regular,Microsoft YaHei;
    font-size:13px;
    color:rgba(0, 0, 0, 0.3);
    line-height:18px;
}
.strainer .changeControl .controlContent .controlBtn div p span{
    width:10px;
    height:10px;
    border-radius:100%;
    display: inline-block;
    margin-right: 5px;
}
.strainer .changeControl .controlContent .controlBtn div:nth-child(1) p span{
    background-image:linear-gradient(0deg, #cbcbcb 0%, #ececec 100%);
}
.strainer .changeControl .controlContent .controlBtn div:nth-child(2) p span{
    background-image:linear-gradient(90deg, #23bfff 0%, #69d0f4 100%);
}
.strainer .changeControl .controlContent .controlBtn div:nth-child(3) p span{
    background-image:linear-gradient(-180deg, #36daa5 0%, #25bb8a 100%);
}
.strainer .changeControl .controlContent .controlBtn div:nth-child(4) p span{
    background-image:linear-gradient(-180deg, #eedb95 0%, #bdb186 100%);
}
.strainer .changeControl .controlContent .controlText{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:center;
}
.strainer .changeControl .controlContent .controlText p{
    font-family:PingFangSC-Regular,Microsoft YaHei;
    font-size:16px;
    color:rgba(0,0,0,0.40);
    line-height:24px;
}
.strainer .changeControl .controlContent .controlText .tab-content{
    margin-bottom: 30px;
    
}
.strainer .changeControl .controlContent .controlText a{
    /* font-family:PingFangSC-Regular; */
    font-size:14px;
    color:#14baff;
    text-decoration: underline;
    font-weight: 300;
}

.mute{
    padding-bottom: 160px;
}
.mute .mute-bg{
    padding-top: 80px; 
    width: 100%;
    height: 983px;
    background: url('/airproce/img/mute.png')no-repeat center center;
}
.mute .mute-shui{
    background: url('/airproce/img/jingyin.png')no-repeat center center;
}
.mute h3{
    font-family:PingFangSC-Regular,Microsoft YaHei;
    font-size:50px;
    color:#000000;
    text-align:center;
    margin-bottom: 40px;
}
.mute img{
    display:  block;
    width: 100%;
    margin:  0 auto;
}
.recommend{
    background:#f0f0f0;
    padding: 80px 0;
}
.recommend .recommend-bg{
    display: inline-block;
    width: 564px;
    height: 300px;
    padding: 40px 0 0 38px;
}
.recommend .recommend-bg-1{
    background: url('/airproce/img/lv.png')no-repeat center center;
    margin-right: 5px;
}
.recommend .recommend-bg-2{
    background: url('/airproce/img/shouji.png')no-repeat center center;
}
.recommend .recommend-bg h3{
    font-size:30px;
    color:#000000;
    letter-spacing:2px;
    margin-bottom: 5px;
    font-weight: 400;
}
.recommend .recommend-bg p{
    font-size:18px;
    color:rgba(0,0,0,0.40);
    font-weight: 400;
}
.recommend .recommend-bg-1 h3{
    color:#000000;
}
.recommend .recommend-bg-1 p{
      color:rgba(0,0,0,0.40);
}
.recommend .recommend-bg-2 h3{
    color:#000000;
}
.recommend .recommend-bg-2 p{
      color:rgba(0,0,0,0.40);
}

footer{
    background: rgb(102, 102, 102);
    
}
footer .footContent{
    padding-top: 60px;
    padding-bottom: 60px;
    /* border-bottom: 1px solid rgba(151, 151, 151, 0.4); */
    position: relative;
}
footer .footnote{
    font-weight: 300;
    font-size:10px;
    color:rgba(255,255,255,0.40);
    text-align: center;
    margin: 6px auto;
    
}
footer .footContent .leftList{
    /* padding-left: 20px; */
}
footer .footContent .leftList ul{
    display: inline-table;
    margin-right: 25px;
}
footer .footContent .leftList ul li:first-child{
    font-size:13px;
    color:rgba(255,255,255,0.70);
    display: block;
    margin-bottom: 20px;
}
footer .footContent .leftList ul li a{
    font-weight: 300;
    font-size:12px;
    color:rgba(255,255,255,0.40);
    margin-bottom: 10px;
    display: block;
}
footer .footContent .rightList{
    position: absolute;
    right: 0;
    top: 70px;
}
footer .footContent .rightList ul li{
    margin-left: 15px;
    width: 50px;
    text-align: center;
}
footer .footContent .rightList p{
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255,255,255,0.40);
}
footer .footContent .rightList p a{
    font-weight: 300;
    font-size: 12px;
    color: rgba(255,255,255,0.40);
    margin-bottom: 10px;
    /* display: block; */
}
footer .footContent .rightList .phone{
    font-family:PingFangSC-Regular,Microsoft YaHei;
    /* margin-top: 40px; */
    width: 168px;
    float: right;
    font-size:16px;
    color:rgba(255,255,255,0.80);
    letter-spacing:2px;
    text-align: right;
    background: url('/airproce/img/phone.png') no-repeat;
    height: 23px;
}
footer .footContent .rightList span{
    float: right;
    margin-top: 10px;
    font-size:16px;
    color:rgba(255,255,255,0.80);
    font-weight: 300;
    letter-spacing: 1.7px;
    margin-bottom: 10px;
}
footer .footContent .rightList span b{
    color: #fff;
    font-weight: 400;
}
#footer{
    width: 100%;
    height: 270px;
    position: absolute;
}
#language{
    font-size: 12px;
    float: right;
    margin-top: 13px;
    background: #999;
    color: rgba(255,255,255,.6);
    border: 1px solid rgba(255,255,255,.6);
    height: 25px;
    border-radius: 5px;
}
#language option{
    color: #333;
}

        /* 参数 */
.dataTable {
    margin-top: 120px;
}

.dataTable h3 {
    font-family: PingFangSC-Medium,Microsoft YaHei;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.dataTable table {
    margin-bottom: 80px;
}

.dataTable table tr td {
    font-family: PingFangSC-Regular,Microsoft YaHei;
    font-size: 14px;
    color: #000000;
    line-height: 23px;
    padding: 20px;
    width: 300px;
}
.dataTable table tr td img{
    max-width: 206px;
    transform: translateX(-50%);
    margin: 40px 0;
}
.dataTable table tr td:first-child {
    font-size: 18px;
    width: 280px;
    vertical-align: middle;
}

.dataTable table tr td.blue-text {
    /* color: #14baff; */
}

.dataTable table tr td.big-text {
    font-size: 18px;
}

/* 模态框 */
.modal-content{
    border-radius: 0;
    background: #000;
    border: 0px solid rgba(0,0,0,.2);
}
.modal-body{
    padding: 0;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #000;
    /* position: absolute; */
    z-index: 2;
    width: 100%;
    /* background: rgb(128, 128, 128); */
    /* transition: all 1s cubic-bezier(0.38, 0.32, 0.36, 0.98); */
}
.modal-title{
    color: #fff;
}
.close{
    color: #fff;
    opacity: .7;
}
.close:focus, .close:hover{
    color: #fff;
    opacity: 1;
}
.modal-lg{
    width: 80%;
    max-width: 1300px;
    margin-top: 55px;
}
.modal-content video{
    vertical-align: middle;
}

.news-content{
    margin-top: 40px;
    padding-bottom: 80px;
}
.news-content .back{
    display: block;
    color: #14baff;
    /* margin-bottom: 30px; */
    font-size: 13px;
    width: 50px;
    float: right;
    margin-top: 3px;
}
.news-content span{
    font-size: 14px;
}
.news-content span.newMes{
    color: #14BAFF;
}
.news-content span.newPro{
    color: #dac57c;
}
.news-content h3{
    font-family: PingFangSC-Medium,Microsoft YaHei;
    font-size: 24px;
    color: #000000;
    margin: 15px 0 10px;
}
.news-content h4{
    font-family: PingFangSC-Medium,Microsoft YaHei;
    font-size: 18px;
    color: #333;
    margin: 30px 0 15px;
}
.news-content h5{
    font-family: PingFangSC-Regular,Microsoft YaHei;
    font-size: 13px;
    color: rgba(0,0,0,0.4);
    margin-bottom: 20px;
}
.news-content img{
    display: block;
    margin: 30px auto;
    max-width: 100%;
}
.news-content h6{
    /* width: 900px;
    margin: 0 auto; */
    font-size: 16px;
    color: rgba(0,0,0,0.70);
    line-height: 25px;
    margin-bottom: 20px;
    /*text-indent: 2em;*/
}
.news-content p{
    /* width: 900px;
    margin: 0 auto; */
    /*text-indent: 2em;*/
    font-size: 14px;
    color: rgba(0,0,0,0.60);
    line-height: 25px;
    margin-bottom: 20px;
}



/*电脑*/
@media screen  and (min-width:1400px){
    
}
/*笔记本*/
@media screen and (max-width: 1399px) and (min-width: 1200px){
    .modal-lg {
        margin-top: 32px;
    }
}
/*横向平板*/
@media screen and (max-width: 1199px) and (min-width: 1023px){

}
/*平板*/
@media screen and (max-width: 1023px) and (min-width: 768px){

}
/*笔记本高度*/
@media screen and (max-height: 767px) and (min-height: 600px){

}
/*手机*/
@media screen and (max-width: 767px){

}

@media screen and (max-height: 601px) and (min-height: 350px){

}