@charset "utf-8";
@font-face {
    font-family: SourceHanSerifCN-Bold;src: url("../font/SourceHanSerifCN-Bold.otf");
}
@font-face {
    font-family: MicrosoftYaHeiSemibold;src: url("../font/MicrosoftYaHeiSemibold.ttf");
}
@font-face {
    font-family: TimesNewRoman;src: url("../font/TimesNewRoman.ttf");
}
@font-face {
    font-family: Poppins-regular;src: url("../font/Poppins-Regular.ttf");
}
@font-face {
    font-family: Poppins-medium;src: url("../font/Poppins-Medium.ttf");
}
@font-face {
    font-family: Impact;src: url("../font/impact.ttf");
}
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 999;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    position: absolute;

    top: 0;
    left: 0;
    padding: 20px 0;
    min-width: 1624px;
}
header::before{
    display: block;
    content: "";
    width: 100%;
    height: 2.64rem;
    background: url(../img/headerBg.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-r{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.flex-l{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.flex-c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.flex-b{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    transform: scale(1.05);
}
.nav ul>li{
    position: relative;
    margin-left: 30px;
    padding: 10px 0;
}
.nav ul>li:first-of-type{
    margin-left: 0;
}
.nav ul>li>a{
    display: block;
    font-family: MicrosoftYaHeiSemibold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
}
.nav ul>li>a:hover{
    color: #e3900d;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 150%;
    height: auto;
    z-index: 99;
    left: -25%;
    top: 100%;
    box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:  0 7px 7px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    box-sizing: border-box;
}
.nav ul>li ol .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 0.2rem;
    overflow: hidden;
}
.nav ul>li ol .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 auto;
    background: #ffffff;
    -webkit-transform: translate(0px, 0.16rem) rotate(45deg);
    -moz-transform: translate(0px, 0.16rem) rotate(45deg);
    -ms-transform: translate(0px, 0.16rem) rotate(45deg);
    -o-transform: translate(0px, 0.16rem) rotate(45deg);
    transform: translate(0px, 0.16rem) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.nav ul>li:hover ol {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 24px;
    padding: 10px 5px;
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    color: #263e62;
    font-weight: bold;
}
.search{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search a{
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
}
.search a:hover{
    color: #e3900d;
}
.search p.sx{
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 7px 0 15px;
}
.search p.searchIcon{
    width: 30px;
    height: 30px;
    background: url(../img/search.png) no-repeat center;
    background-size: 16px auto;
    cursor: pointer;
}
/* footer */
footer{
    padding: 50px 0;
    background: #263e62 url(../img/footerBg.png) no-repeat bottom center;
}
footer .txt p{
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.7);
}
footer .icon a,footer .icon a img{
    display: block;
    width: auto;
    height: 170px;
}
footer .icon {
    margin-right: 30px;
}
footer .code p{
    margin-left: 20px;
}
footer .code p:first-of-type{
    margin-left: 0;
}
footer .code img{
    display: block;
    height: 140px;
    width: auto;
    object-fit: cover;
    margin: 0 auto;
}
footer .code span{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    text-align: center;
}
/* tab */
.content .conSub .table-container{width:100%;overflow-x: auto;}
.content .conSub table{
    display: table;
    border: none!important;
    border-right: 1px solid #333!important;
    border-bottom: 1px solid #333!important;
    margin: 0 auto!important;
    width: 100%;
    background: #fff;
    min-width: 768px;
}
.content .conSub table tr th,
.content .conSub table tr td {
    border:none!important;
    border-left: 1px solid #333!important;
    border-top: 1px solid #333!important;
    padding: 5px !important;
    text-align: center;
    width: auto !important;
}
.content .conSub table tr th p,.content .conSub table tr td p{text-indent: 0 !important;}
.content .conSub iframe{
  display:block;
  width:100%;
  height:800px;
  margin:10px auto;
}
.content .conSub video{
    display:block;
    height:auto!important;
    margin:10px auto;
    max-width: 100%;
  }
/* 搜索 */
.layer {width: 100%;height: 100%;background: rgba(6,28,26,0.75);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 99999;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;}
.layer.showdiv { opacity: 1; visibility: visible; }
.layer .close {position: absolute;right: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 24px;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 55px;line-height: 55px;width: 50%;transform: translateY(-50px);opacity: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.layer.showdiv .search_box { transform: none; transition: all 0.5s ease-out 0s; opacity: 1; font-size: 0; }
.layer .search_box .kw {width: 85%;height: 100%;background: #fff;padding: 0 15px;font-size: 16px;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: #263e62;color: #fff;width: 15%;height: 100%;text-align: center;font-size: 18px;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}

@media only screen and (max-width: 1461px){
    /* .w1400{
        padding: 0 0.3rem;
        width: 100%;
        max-width: none;
    } */
}