* {
    margin: 0;
    padding: 0;
    outline: 0
}

ul,
li {
    list-style: none
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
a{text-decoration:none;cursor:pointer}
.w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

body {
    background: url(../img/mobindexbg.png) no-repeat center;
    background-size: cover;
    display: block;
    min-height: 100vh;
}
.childBody{
    background: none;
    min-height: auto;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center
}


/* header========= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 12px 20px;
    z-index: 1000;
    box-sizing: border-box;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 30px;
}

.menu-toggle {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.menu-toggle span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.menu-toggle span:nth-child(3) { bottom: 0; }

/* 展开时动画 */
.menu-toggle.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.nav-menu {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 80%;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    transition: all 0.4s ease;
    padding: 20px 0;
}

.nav-menu.active {
    right: 20px;
}

.nav-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
    transition: background 0.3s;
}

.nav-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999;
}

.overlay.active {
    display: block;
}
/* header========= */


/* footer============= */

footer {
    background-color: #000;
    margin-top: -8px;
    padding: 38px;
    color: #fff;
}
footer p{
    margin: 15px auto;
}
.xad{
    width: 40%;
}
.xad p{
    width: 120px;
}
/* footer============= */
.indexTitle {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 48px;
    font-weight: bold;
    margin: 62px 0;
    margin-top: 110px;
    text-align: center
}
.indexTitle img {
    width: 30%;
    /* margin: 0 35px */
}
.indexTitle .ch {
    position: relative;
    z-index: 3;
    font-size: 18px
}
.indexTitle .en {
    position: absolute;
    top: -20px;
    font-size: 26px;
    color: #f2f2f2
}


.topImg{
    display: flex;
    justify-content: center;
    margin: 26% 0;
}
.topImg img {
    width: 85%;
}
.wrap ul {
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

.wrap ul li {
    width: 33%;
    margin-bottom: 15px;
    text-align: center;
}

.wrap ul li a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    color: #fbfbfb;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
    border-right: 5px solid #0041cf;
    border-bottom: 5px solid #0041cf;
    background-image: linear-gradient(-45deg, #0098ff, #0041cf);
    display: block;
    margin: 0 auto;
    width: 70%;
    min-height: 74px;
    border-radius: 8px;
    padding: 15px 0;
}

.wrap ul li a img {
    width: 30%;
    display: block;
    margin: 0 auto 5px auto;
}



.rsDITE .title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center
}
.rsDITE .title img {
    margin: 0 15px;
    width: 22%;
}
.distInner {
    width: 100%;
    /* height: 455px; */
    background: url(../img/inner1bg.png) no-repeat center;
    background-size: cover;
    padding: 25px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px
}
.distInner p {
    margin-bottom: 16px;
    padding: 0;
    box-sizing: border-box
}
.hygk{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.hygk img{
    width: 80%;
    margin: 20px 0;
}

.baogao{
    margin-bottom: 50px;
}
.baogao .text {
    font-size: 18px;
    color: #0a0b0b;
    line-height: 30px
}
.baogao .text .img{
    width: 100%;
    display: flex;
    justify-content: center;
}
.baogao .text .img img{
    width: 50%;
}
.baogao .text p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
    line-height: 40px;
    color: #0047d1
}
.baogao .text .div{
    min-height: 385px;
    padding: 0 30px;
    font-size: 14px;
    background: url(../img/mobinnerbg.png) no-repeat center;
    background-size: cover;
}


.tantao{
    background: url(../img/mobinnerbg.png) no-repeat center;
    background-size: cover;
    background-position-y: 105px;
}
.mobInner{
    margin-top: 30px;
    font-size: 16px;
    padding: 0 30px;
    box-sizing: border-box;
}
.mobInnerBg{
    background: url(../img/mobinnerbg.png) no-repeat center;
    background-size: cover;
}
.mobImg{
    text-align: center;
    margin: 50px 0;
}
.mobImg img{
    width: 100%;
}
.mobInner ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}
.mobInner ul li{
    width: 100%;
    list-style: disc;
    margin-bottom: 15px;
}
.mobInner ul li span{
    font-weight: bold;
}
.mobInner .mobBlueTitle{
    color: #0047d1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.mobInner .mobBlackTitle{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}


.jljj{
    background: url(../img/mobinnerbg.png) no-repeat center;
    background-size: cover;
    background-position-y: 105px;
}
.jljj .left{
    margin: 50px 0;
}
.jljj .left img{
    width: 100%;
}
.jljj .left .leftText{
    width: 40%;
    font-size: 14px;
}
.jljj .left .tit{
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0;
}


.ContactusContent{
    background: url(../img/mobcontactusbg.png) no-repeat center;
    color: #fff;
    background-size: cover;
}
.ContactusContent .text .titlenobd {
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 40px;
}
.ContactusContent .text{
    padding: 80px 65px;
    box-sizing: border-box;
}
.ContactusContent .text p {
    font-size: 16px;
}

.ContactusContent .text span {
    margin-right: 18px
}


.newPageList ul{
    margin-top: 20px;
    padding: 0 28px;
}
.newPageList a .title {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #26545f;
}
.newPageList a .time {
    font-size: 14px;
    color: #999;
}


.cydc{
    background: url(../img/mobinnerbg.png) no-repeat center;
    background-size: cover;
    background-position-y: 105px;
}
.cydc .mobImg {
    text-align: center;
    margin: 30px 0;
}
.cydc ul{
    padding: 0;
    margin-bottom: 50px;
}
.cydc ul li{
    width: 40%;
    /* height: 348px; */
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
}
.cydc ul li h3{
    font-size: 16px;
    margin: 15px 0;
    color: #0047d1;
}
.cydc ul li p{
    font-size: 14px;
}
.cydc ul li img{
    width: 100%;
    height: 75px;
    object-fit: cover;
}


.tsbg{
    background: url(../img/mobinnerbg.png) no-repeat center;
    background-size: cover;
    background-position-y: 105px;
}
.tsbg .content{
    padding: 15px;
}
.tsbg .mobImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.tsbg .mobImg {
    text-align: center;
    margin: 0;
    padding: 18px;
}
.tsbg .mobInner .mobBlueTitle{
    margin-top: 15px;
}
.tsbg ul{
    padding: 0;
    margin-bottom: 50px;
}
.tsbg ul li{
    width: 48%;
    /* height: 348px; */
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    overflow: hidden;
    margin-bottom: 15px;
}
.tsbg ul li h3{
    font-size: 16px;
    margin-bottom: 8px;
    color: #0047d1;
}
.tsbg ul li p{
    font-size: 14px;
}
.tsbg ul li img{
    width: 100%;
    height: 102px;
    object-fit: cover;
}

.xandin{
    text-align: center;
}
