* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}
@font-face
{
    font-family: ABBFont;
    src: url(http://flv.gongkong.tv/2022/ABBVOICE_CNSG.TTF);
}
@font-face
{
    font-family: ABBrg;
    src: url(http://flv.gongkong.tv/2022/ABBVOICE_CNSG_RG.TTF);
}
img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    font-size:20px;
    position: relative;
}

body {
    font-family: ABBrg,'微软雅黑', 'Heiti SC';
   
}

.boldfont{
    font-family: ABBFont,'微软雅黑', 'Heiti SC';
}

.mymobe {
    font-size: 14px;

}
.mypc .mar50 {
    margin-top:50px;
}

.mymobe .mar50 {
    margin-top: 15px;
}
.mypc .mar40 {
    margin-top: 40px;
}

.mymobe .mar40 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}
.mypc .mar20 {
    margin-top: 20px;
}
.mymobe .mar30 {
    margin-top: 15px;
}
.mymobe .mar20 {
    margin-top: 10px;
}
.mypc .topnav{
    width: 100%;
    height:605px;
    background: url(../images/top.jpg?b=2) center top no-repeat;
}
.mymobe .t1{
    font-size: 16px;
}
video {
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 30px;
}
.mypc video{
    width: 900px;
   
    margin: 50px auto;
    border-radius: 40px;
}
.t2{
    position: relative;
    padding-top: 20px;
}
.mymobe .t2{
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 0;
}
.t2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height:5px;
    background: #ff000f;

}
.mymobe .t2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height:3px;
    background: #ff000f;
}
.mymobe .t2 p{
    margin-bottom: 5px;
}
.ptime{
    color: #ff000f;
}
.mypc .ptime{
    font-size: 30px;
}
.mymobe .ptime img{
    height: 20px;
    margin-right: 5px;
}
.ptime img{
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}
.p3{
    text-indent: 2em;
    line-height: 1.7;
    font-family: ABBrg,'微软雅黑', 'Heiti SC';
}
.mymobe .imgp{
    width: 80%;
}
.mymobe .imgb{
    width: 170px;
}
.jcon{
    position: relative;
    overflow: hidden;
}
.mypc .jcon{
    width: 1014px;
    height: 250px;
    background: url(../images/bg.png) center top no-repeat;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}
.mymobe .jcon{
    padding: 15px 10px;
    background: url(../images/bg.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    
}
.mymobe .jcon p{
    margin-bottom: 0;
}
.mypc .jcon p{
    margin-bottom: 5px;
}
.mypc .jleft{
    width: 270px;
    float: left;
    margin-left: 30px;
    padding-top: 30px;
}
.mymobe .jleft{
    width: 80px;
    margin-right: 10px;
}

.mymobe .jright{
    flex:1;
   
}
.mypc .f18{
    font-size: 18px;
}
.mymobe .f18{
    font-size: 12px;
}
.mypc .jright{
    width: 620px;
    float: left;
    margin-left: 20px;
    padding-top: 50px;
}
.pname{
    padding-bottom: 10px;

}
.mypc .pname{
    width: 275px;
    border-bottom: 2px #ff000f solid;
}
.mymobe .pname{
    padding-bottom:5px;
    width: 160px;
    border-bottom:1px #ff000f solid;
    margin-bottom: 5px !important;
}
.seemore{
    display: block;
    width: 240px;
    height: 35px;
    line-height: 35px;
    background: #ff000f;
    color: white !important;
    text-decoration: none !important;
    margin: 15px auto;
    border-radius: 10px;
    text-align: center;
}
.mymobe .seemore{
    width: 150px;
}
.maildec{
    color: #000 !important;
    text-decoration: none !important;
}
.mypc .botnav{
    width: 100%;
    height: 393px;
    background: url(../images/bot.jpg) center top no-repeat;
}