* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .top {
        width: 100%;
        background-color: #ffffff;
        height: 55px;
    }
    .topcon {
        max-width: 1320px;
        margin: 0 auto;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: right;
        font-size: 14px;
        color: #3740b0;
    }
    .banner {
     
    }
    .pchead {
        position: absolute;
        top: 110px;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        z-index: 99;
		   width:1200px
    }
    .pclogo {
        display: block;
        height: 48px;
        margin-bottom: 45px;
    }
    .pcheader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 65px;
        background-color: #122142;
        padding: 0 30px;
        position: sticky;
        top: 0;
        left: 0;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li>a {
        display: block;
        padding: 0 20px;
        font-size: 15px;
        color: #99b0e2;
        font-weight: bold;
        transition: all ease 0.4s;
    }
    .pcnav>li>a:hover {
        color: #fff !important;
    }
    .pcsearchbtn {
        cursor: pointer;
        color: #fff;
    }
    .fixhead {
        width: 100%;
        height: 55px;
        background-color: #122142;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: none;
    }
    .fixheader {
        max-width: 1200px;
        margin: 0 auto;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .h_right {
        display: flex;
        align-items: center;
    }
    .h_right input {
        height: 30px;
        outline: none;
        padding-left: 15px;
        display: block;
        margin-right: 10px;
    }
    .bannerpos {
        position: absolute;
        width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        top: 35%;
    }
    .bannerpos p {
        color: #89a6ef;
        font-size: 50px;
        margin-bottom: 20px;
    }
    .bannerpos h1 {
        color: #fff;
        font-size: 97px;
    }
    .bannerpos span {
        display: block;
        color: #fff;
        line-height: 30px;
        font-size: 18px;
        margin-top: 20px;
    }
    .bannerpos a {
        display: block;
        width: 185px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #3740b0;
        font-size: 18px;
        font-weight: bold;
        background-color: #fff;
        border-radius: 40px;
        margin-top: 20px;
		letter-spacing: 4px;
    }
    .bannerpos a:hover {
        background-color: #3740b0;
        color: #fff !important;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .con1 {
        padding: 100px 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    .title {
        text-align: center;
        color: #3740b0;
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 20px;
		letter-spacing: 4px;
    }
    .titlep {
        font-size: 16px;
        color: #747474;
        text-align: center;
        margin-bottom: 55px;
        line-height: 30px;
    }
    .con1 ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .con1 ul li {
        width: 31%;
        background-color: #fff;
        padding: 35px;
        margin: 0 10px;
        margin-top: 20px;
    }
    .con1 ul li img {
        display: block;
        margin: 0 auto;
    }
    .con1 ul li p {
        font-size: 18px;
        color: #f17d44;
        text-align: center;
        margin-top: 20px;
        font-weight: bold;
		letter-spacing: 3px;
    }
    .con2 {
        width: 100%;
        padding: 75px 0;
        background-image: url(../img/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con2con {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    .con2conleft strong {
        display: block;
        font-size: 48px;
        color: #fff;
    }
    .con2conleft p {
        font-size: 20px;
        color: #f17d44;
    }
    .con2conright a {
        display: block;
        width: 180px;
        height: 65px;
        line-height: 65px;
        border-radius: 30px;
        color: #3740b0;
        font-weight: bold;
        font-size: 16px;
        background-color: #fff;
        transition: all ease 0.4s;
        text-align: center;
		letter-spacing: 4px;
    }
    .con2conright a:hover {
        background-color: #3740b0;
        color: #fff !important;
    }
    .con3 {
        max-width: 1200px;
        padding: 45px 0;
        background-color: #fff;
        box-shadow: 0 0 74px rgb(10 10 10 / 7%);
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con3left {
        width: 50%;
    }
    .con3left img {
        width: 100%;
    }
    .con3right {
        width: 50%;
        padding: 40px;
        background-color: #fff;
    }
    .con3right strong {
        display: block;
        font-size: 42px;
        color: #4b5091;
        margin-bottom: 30px;
    }
    .con3right p {
        color: #8285b3;
        font-size: 15px;
        line-height: 25px;
    }
    .con3right a {
        display: block;
        width: 220px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        color: #3740b0;
        font-size: 16px;
        margin-top: 30px;
        border-radius: 40px;
        font-weight: bold;
        border: 2px solid #3740b0;
        transition: all ease 0.5s;
		letter-spacing: 4px;
    }
    .con3right a:hover {
        background-color: #3740b0;
        color: #fff;
    }
    .copy {
        background-color: #282828;
    }
    .copycon {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .copycon span {
        color: #838383;
        font-size: 15px;
    }
    .inbanner {
        width: 100%;
        height: 700px;
      
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .inbanner h1 {
        font-size: 90px;
        color: #fff;
		margin-bottom: -150px;
    }
    .title2 {
        text-align: center;
        color: #3740b0;
        font-size: 35px;
    }
    .box1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box1 ul li {
        width: calc(100% / 3);
        margin-bottom: 30px;
        padding: 0 !important;
        margin: 0 !important;
        background-color: transparent !important;
    }
    .box1 ul li img {
        width: 100%;
    }
    .imgbox img {
        width: 100%;
    }
    .team {
        padding: 100px 0;
        max-width: 1050px;
        margin: 0 auto;
    }
    .team ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .team ul li {
        width: 31%;
        box-shadow: 0px 0px 74px rgb(28 28 28 / 7%);
        cursor: pointer;
        margin-bottom: 30px;
    }
    .team .teambox {
        width: 100%;
        overflow: hidden;
        height: 325px;
        position: relative;
    }
    .team .teambox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .wordbox {
        width: 100%;
        height: 160px;
        padding: 35px;
        background-color: #fff;
    }
    .wordbox p {
        color: #3039ac;
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .wordbox span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #888;
    }
    .liposcase {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 80;
        transition: all ease 0.5s;
        opacity: 0;
        background: rgba(0, 0, 0, .5);
    }
    .team ul li:hover .liposcase {
        opacity: 1;
    }
    .simg {
        width: 100%;
        transition: all ease 0.5s;
    }
    .team ul li:hover .simg {
        transform: scale(1.1);
    }
    .ab1 ul li {
        box-shadow: 0px 0px 74px rgb(28 28 28 / 7%);
    }
    .ab1 ul li span {
        display: block;
        text-align: center;
        color: #525a70;
        font-size: 15px;
        margin-top: 15px;
    }
    .ab2 {
        max-width: 1200px;
        margin: 65px auto;
    }
    /* 数字滚动 */
    .digital {
        box-shadow: 0px 0px 74px rgb(28 28 28 / 7%);
        width: 100%;
        background: #fff;
        color: #313787;
        padding: 85px 0px 45px 0px;
    }
    .main {
        width: 100%;
        margin: 0 auto;
    }
    .mumping_mun li {
        width: 48%;
        display: inline-block;
    }
    .mumping_mun {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .mumping_mun p {
        font-size: 17px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        display: block;
        clear: both;
        color: #8c8c8c;
        margin-top: 20px;
    }
    .mumping_mun h2 {
        text-align: center;
        font-size: 40px;
    }
    .news ul li p {
        text-align: left;
    }
    .news ul li span {
        color: #343434;
        font-size: 24px;
        text-align: left;
    }
    .news ul li h6 {
        color: #343434;
        text-align: left;
        margin-top: 20px;
        color: #7a7a7a;
        font-size: 15px;
        font-weight: normal;
    }
    .news .wordbox {
        height: auto !important;
    }
    .news .wordbox a {
        display: block;
        margin-top: 20px;
        width: 140px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background-color: #3740b0;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
    }
    .careers {
        max-width: 1200px;
    }
    .inside {
        max-width: 1200px;
        padding: 30px 0;
        margin: 0 auto;
		line-height: 41px;
    }
    .contact {
        max-width: 1200px;
        margin: 100px auto;
    }
    .contact ul {
        display: flex;
        justify-content: space-between;
    }
    .contact ul li {
        width: 23%;
    }
    .contact ul li img {
        display: block;
        width: 40px;
        margin-bottom: 45px;
    }
    .contact ul li strong {
        display: block;
        margin-bottom: 20px;
        font-size: 26px;
        color: #383838;
    }
    .contact ul li p {
        color: #7a7a7a;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .contact ul li a {
        color: #3039ac;
        font-size: 14px;
    }
}

@media only screen and (max-width: 996px) {
    .contact {
        width: 100%;
        margin: 50px auto;
        padding: 15px;
    }
    .contact ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact ul li {
        width: 100%;
        margin-bottom: 60px;
    }
    .contact ul li img {
        display: block;
        width: 40px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .contact ul li strong {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        font-size: 26px;
        color: #383838;
    }
    .contact ul li p {
        text-align: center;
        color: #7a7a7a;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .contact ul li a {
        color: #3039ac;
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .inside {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
    .news ul li p {
        text-align: left;
    }
    .news ul li span {
        color: #343434;
        font-size: 24px;
        text-align: left;
    }
    .news ul li h6 {
        color: #343434;
        text-align: left;
        margin-top: 20px;
        color: #7a7a7a;
        font-size: 15px;
        font-weight: normal;
    }
    .news .wordbox {
        height: auto !important;
    }
    .news .wordbox a {
        display: block;
        margin-top: 20px;
        width: 140px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background-color: #3740b0;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
    }
    .digital {
        box-shadow: 0px 0px 74px rgb(28 28 28 / 7%);
        width: 100%;
        background: #fff;
        color: #313787;
        padding: 85px 0px 45px 0px;
    }
    .main {
        width: 100%;
        margin: 0 auto;
    }
    .mumping_mun li {
        width: 48%;
        display: inline-block;
    }
    .mumping_mun {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .mumping_mun p {
        font-size: 17px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        display: block;
        clear: both;
        color: #8c8c8c;
        margin-top: 20px;
    }
    .mumping_mun h2 {
        text-align: center;
        font-size: 40px;
    }
    .ab2 {
        width: 100%;
        padding: 15px;
        margin: 35px auto;
    }
    .ab1 ul li {
        box-shadow: 0px 0px 74px rgb(28 28 28 / 7%);
    }
    .ab1 ul li span {
        display: block;
        text-align: center;
        color: #525a70;
        font-size: 15px;
        margin-top: 15px;
    }
    .team {
        padding: 15px;
        width: 100%;
        margin: 30px auto;
    }
    .team ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .team ul li {
        width: 100%;
        box-shadow: 0px 0px 74px rgb(28 28 28 / 7%);
        cursor: pointer;
        margin-bottom: 30px;
    }
    .team .teambox {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .team .teambox img {
        width: 100%;
    }
    .wordbox {
        width: 100%;
        padding: 35px;
        background-color: #fff;
    }
    .wordbox p {
        color: #3039ac;
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .wordbox span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #888;
    }
    .liposcase {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 80;
        transition: all ease 0.5s;
        opacity: 0;
        background: rgba(0, 0, 0, .5);
    }
    .team ul li:hover .liposcase {
        opacity: 1;
    }
    .simg {
        width: 100%;
        transition: all ease 0.5s;
    }
    .team ul li:hover .simg {
        transform: scale(1.1);
    }
    .imgbox img {
        width: 100%;
    }
    .title2 {
        text-align: center;
        color: #3740b0;
        font-size: 25px;
        font-weight: bold;
    }
    .box1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box1 ul li {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 !important;
        margin: 0 !important;
        background-color: transparent !important;
    }
    .box1 ul li img {
        width: 100%;
    }
    .inbanner {
        width: 100%;
        height: 220px;
        background-image: url(../img/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-top: 90px !important;
    }
    .inbanner h1 {
        font-size: 30px;
        color: #fff;
    }
    .copy {
        background-color: #282828;
    }
    .copycon {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .copycon span {
        display: block;
        width: 100%;
        color: #838383;
        font-size: 15px;
        text-align: center;
        padding: 5px 0;
    }
    .con3 {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
        background-color: #fff;
        box-shadow: 0 0 74px rgb(10 10 10 / 7%);
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con3left {
        width: 100%;
    }
    .con3left img {
        width: 100%;
    }
    .con3right {
        margin-top: 30px;
        width: 100%;
        padding: 0px;
        background-color: #fff;
    }
    .con3right strong {
        display: block;
        font-size: 20px;
        color: #4b5091;
        margin-bottom: 15px;
    }
    .con3right p {
        color: #8285b3;
        font-size: 15px;
        line-height: 25px;
    }
    .con3right a {
        display: block;
        width: 220px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        color: #3740b0;
        font-size: 16px;
        margin-top: 30px;
        border-radius: 40px;
        font-weight: bold;
        border: 2px solid #3740b0;
        transition: all ease 0.5s;
    }
    .con3right a:hover {
        background-color: #3740b0;
        color: #fff;
    }
    .con2 {
        width: 100%;
        padding: 35px 15px;
        background-image: url(../img/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con2con {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .con2conleft strong {
        display: block;
        font-size: 30px;
        color: #fff;
    }
    .con2conleft p {
        font-size: 18px;
        color: #f17d44;
    }
    .con2conright {
        margin-top: 30px;
    }
    .con2conright a {
        display: block;
        width: 180px;
        height: 65px;
        line-height: 65px;
        border-radius: 30px;
        color: #3740b0;
        font-weight: bold;
        font-size: 16px;
        background-color: #fff;
        transition: all ease 0.4s;
        text-align: center;
    }
    .con2conright a:hover {
        background-color: #3740b0;
        color: #fff !important;
    }
    .fixhead {
        display: none;
    }
    .con1 {
        padding: 50px 15px;
        width: 100%;
        margin: auto;
    }
    .title {
        text-align: center;
        color: #3740b0;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .titlep {
        font-size: 15px;
        color: #747474;
        text-align: center;
        margin-bottom: 25px;
        line-height: 30px;
    }
    .con1 ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .con1 ul li {
        width: 100%;
        background-color: #fff;
        padding: 35px;
        margin-top: 20px;
    }
    .con1 ul li img {
        display: block;
        margin: 0 auto;
    }
    .con1 ul li p {
        font-size: 18px;
        color: #f17d44;
        text-align: center;
        margin-top: 15px;
        font-weight: bold;
    }
    .cha {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .mbnav {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 101;
        width: 100%;
        height: 100%;
        background-color: #1f1f1f;
        padding: 20px;
        transition: all ease 0.5s;
    }
    .show {
        right: 0 !important;
    }
    .mbnav ul {
        margin-top: 35px;
    }
    .mbnav ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #555555;
    }
    .mbhead {
        width: 100%;
        height: 90px;
        background-color: #122142;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 99;
    }
    .mbhead a img {
        height: 48px;
    }
    .hb {
        color: #fff;
    }
    .banner {
        margin-top: 90px !important;
        width: 100%;
        height: 400px;
        background-image: url(../img/banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .bannerpos {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        left: 0%;
        top: 0%;
        justify-content: center;
        padding: 15px;
    }
    .bannerpos p {
        color: #89a6ef;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .bannerpos h1 {
        color: #fff;
        font-size: 30px;
    }
    .bannerpos span {
        display: block;
        color: #fff;
        line-height: 30px;
        font-size: 15px;
        margin-top: 10px;
    }
    .bannerpos a {
        display: block;
        width: 115px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #3740b0;
        font-size: 13px;
        font-weight: bold;
        background-color: #fff;
        border-radius: 40px;
        margin-top: 10px;
    }
    .bannerpos a:hover {
        background-color: #3740b0;
        color: #fff !important;
    }
    .top {
        display: none;
    }
    .pchead {
        display: none;
    }
    .fixhead {
        display: none;
    }
}

.flieul li a:hover {
    color: #2a45cb !important;
}