@charset "utf-8";

/* CDN 鏈嶅姟浠呬緵骞冲彴浣撻獙鍜岃皟璇曚娇鐢紝骞冲彴涓嶆壙璇烘湇鍔＄殑绋冲畾鎬э紝浼佷笟瀹㈡埛闇€涓嬭浇瀛椾綋鍖呰嚜琛屽彂甯冧娇鐢ㄥ苟鍋氬ソ澶囦唤銆 */
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.2px; */
    -moz-osx-font-smoothing: grayscale;

}

@font-face {
    font-family: DINProM;
    src: url('../font/DINPro-Medium.eot');
    /* IE9 */
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Medium.woff') format('woff'),
        /* chrome銆乫irefox */
        url('../font/DINPro-Medium.ttf') format('truetype'),
        /* chrome銆乫irefox銆乷pera銆丼afari銆丄ndroid銆両OS */
        url('../font/DINPro-Medium.svg') format('svg');
    /* ios 4.1 */
}

/* reset */
html,
body {
    color: #828897;
    font-size: .28rem;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    background-color: #fff;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-weight: normal;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body * {
    -webkit-text-size-adjust: 100%;
}

a,
input,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #828897;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

textarea {
    resize: none;
}

input:focus {
    outline: none;
}

input {
    outline: none;
    vertical-align: middle;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
option,
button {
    font-weight: normal;
}

*,
a,
button,
input,
select,
option,
img,
dl,
dd,
div,
label,
textarea {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
button {
    -webkit-appearance: none;
    color: #333;
    outline: none;
}

input:focus {
    outline: none;
}

em,
i {
    font-style: normal;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    color: #333;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
button {
    -webkit-appearance: none;
    color: #333;
    outline: none;
}

input,
textarea,
select,
option,
button,
form,
fieldset {
    margin: 0;
    padding: 0;
    border-width: 1px;
    outline: none;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei", "寰蒋闆呴粦", SimSun, sans-serif;

}


/*placeholder 鏂囧瓧棰滆壊璁剧疆*/

input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #828897;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 鍜 Chrome */
}


/* Chrome娴忚鍣ㄤ細鍦ㄨ緭鍏ユ帶鍒惰仛闆嗙殑鏃跺€欐坊鍔犱竴涓摑鑹茬殑outline*/

input:focus,
textarea:focus,
select:focus {
    outline: none;
}


/* 濡傛灉鏈夎緭鍏ュ唴瀹笽E浼氱粰杈撳叆妗嗗彸杈瑰姞涓€涓ぇ澶х殑X */

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.flex {
    display: flex;
    display: -webkit-flex;
}


.hide {
    display: none !important;
}

/* reset 缁撴潫*/

/* 澶 */
.header {
    display: flex;
    display: -webkit-flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 7.5rem;
    height: 1.12rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 .16rem 0 .32rem;
    z-index: 12;
    transition: all ease-in-out 0.2s;
    background: rgba(255, 255, 255, 1);
}

.header_t {
    background: rgba(255, 255, 255, 0) !important;
}

.header.on {
    background: #fff !important;
    box-shadow: 0px .04rem .1rem 0px rgb(36 57 134 / 5%);
}

.header.c {
    background: #fff !important;
}

.header .logo {
    width: 2rem;
    height: .56rem;
}

.header .logo img {
    width: 100%;
}

.header .nav_icon {
    width: 1rem;
    height: 1rem;
    background: url(../imgs/nav_icon.png) no-repeat center;
    background-size: cover;
}

.header .nav_close {
    display: none;
    width: 1rem;
    height: 1rem;
    background: url(../imgs/nav_close.png) no-repeat center;
    background-size: cover;
}

.common_title {
    width: 100%;
    padding: 1.12rem 0.32rem .64rem 0.32rem;
}

.common_title .tit1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common_title h2 {
    display: block;
    font-size: .48rem;
    font-weight: 600;
    color: #2A2E2E;
}

.common_title p {
    font-size: .28rem;
    color: #51586F;
    margin-top: .08rem;
}

.common_title.c h2 {
    color: #fff;
}

.common_title.c p {
    color: rgba(255, 255, 255, 1);
}

.common_title a {
    font-size: .28rem;
    color: #828897;
}

.pad32 {
    padding: 0 .32rem;
}

/* footer */
.footer {
    width: 100%;
    background: #1B2230;
    padding: 1rem 0 .8rem 0;
}

.footer_router .item {
    width: 6.86rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(81, 88, 111, .24);
    margin: 0 auto;
}

.footer_router .item span {
    font-size: .32rem;
    font-weight: 500;
    color: #FFFFFF;
}

.footer_router .item i {
    color: rgba(255, 255, 255, .72);
    transition: all .3s;
}

.footer_router .drop_nav {
    width: 100%;
    padding: .28rem .32rem;
    background: rgba(81, 88, 111, 0.12);
    display: none;
}

.footer_router .drop_nav a {
    display: flex;
    height: .88rem;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, .72);
}

.footer_router li.on .item .iconfont {
    transform: rotate(90deg);

}

.footer_router li.on .item {
    border-bottom: 1px solid transparent;
}

.foot_infor {
    padding: .82rem .32rem;
    border-bottom: 1px solid rgba(81, 88, 111, .24);
}

.foot_infor .foot_logo {
    width: 2.28rem;
    height: .64rem;
    margin-bottom: .48rem;
}

.foot_infor .foot_logo img {
    width: 100%;
}

.foot_infor .txt {
    font-size: .28rem;
    color: rgba(255, 255, 255, .8);
    line-height: .48rem;
    margin-top: .16rem;
}

.foot_infor ul {
    margin-top: .32rem;
}

.foot_infor ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .4rem;
}

.foot_infor ul li img {
    width: 1.2rem;
    height: 1.2rem;
}

.foot_infor ul li span {
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .48rem;
}

.foot_infor .btn {
    display: flex;
    width: 100%;
    height: .88rem;
    background: #1F70F0;
    align-items: center;
    justify-content: center;
    font-size: .36rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: .48rem auto 0;
}

.footer_link {
    padding: 0 .32rem .48rem .32rem;
    border-bottom: 1px solid rgba(81, 88, 111, .24);
}

.footer_link span {
    display: block;
    font-size: .28rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.04rem;
}

.footer_link .link_Swiper {
    width: 100%;
    height: .36rem;
    margin-top: .32rem;
}

.footer_link .link_Swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.footer_link .link_Swiper .swiper-slide {
    width: 1.34rem;
    line-height: .36rem;
    color: rgba(255, 255, 255, .8);
    font-size: .24rem;
    text-align: center;
}

.foot_bot {
    padding: .32rem .32rem 0 .32rem;
}

.foot_bot p {
    font-size: .24rem;
    color: #828897;
    line-height: .44rem;
    text-align: center;
}

.foot_bot a {
    font-size: .24rem;
    color: #828897;
}

.foot_bot img {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: -0.1rem;
}

/* footer end*/


/* 瀵艰埅鏍 */
.nav_wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 13;
    overflow-y: auto;
}

.nav_wrap ul {
    padding-top: 1.44rem;
}

.nav_wrap .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 6.86rem;
    height: 1.2rem;
    background: #fff;
    border-bottom: 1px solid rgba(235, 238, 245, .32);
    margin: 0 auto;
    padding: 0 .16rem;
}

.nav_wrap .item span {
    font-size: .32rem;
    font-weight: 500;
    color: #181C29;
}

.nav_wrap .item i {
    color: #181C29;
    transition: all .3s;
}

.nav_wrap li.on .item .iconfont {
    transform: rotate(90deg);

}

.nav_wrap li.on .item {
    border-bottom: 1px solid transparent;
}

.nav_wrap .drop_nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    padding: .4rem .32rem .42rem .32rem;
    display: none;
}

.nav_wrap .child_item {
    float: left;
    width: 3.34rem;
    height: 2.64rem;
    background: #FFFFFF;
    padding: .28rem;
    margin: 0 .18rem .18rem 0;
    border-radius: .08rem;
}

.nav_wrap .child_item:nth-child(2n) {
    margin-right: 0 !important;
}

.nav_wrap .child_item h2 {
    font-size: .28rem;
    font-weight: 500;
    color: #181C29;
    line-height: .4rem;
}

.nav_wrap .child_item p {
    font-size: .24rem;
    color: #828897;
    line-height: .36rem;
    margin: .16rem 0 .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.child_logo span {
    float: left;
    width: .6rem;
    height: .6rem;
    overflow: hidden;
    margin-right: .12rem;
    background: url(../imgs/nav_logo.png);
    background-size: 10.2rem .6rem;
}

.child_logo .navlogo_jm {
    background-position: 0 0;
}

.child_logo .navlogo_yp {
    background-position: -.6rem 0;
}

.child_logo .navlogo_leimi {
    background-position: -1.2rem 0;
}

.child_logo .navlogo_bg {
    background-position: -1.8rem 0;
}

.child_logo .navlogo_lmbj {
    background-position: -2.4rem 0;
}

.child_logo .navlogo_biaodian {
    background-position: -3rem 0;
}

.child_logo .navlogo_jima {
    background-position: -3.6rem 0;
}

.child_logo .navlogo_shequ {
    background-position: -4.2rem 0;
}

.child_logo .navlogo_bd {
    background-position: -4.8rem 0;
}

.child_logo .navlogo_rtb {
    background-position: -5.4rem 0;
}

.child_logo .navlogo_sgj {
    background-position: -6rem 0;
}

.child_logo .navlogo_AI {
    background-position: -6.6rem 0;
}

.child_logo .navlogo_xike {
    background-position: -7.2rem 0;
}

.child_logo .navlogo_yiqi {
    background-position: -7.8rem 0;
}

.child_logo .navlogo_jmct {
    background-position: -8.4rem 0;
}

.child_logo .navlogo_dian {
    margin-right: 0 !important;
    background-position: -9rem 0;
}

.child_logo .navlogo_gmssh {
    background-position: -9.6rem 0;
}

















/* 寮圭獥 */
.common_pop {
    position: relative;
    width: 6.86rem;
    height: 9.82rem;
    border-radius: .16rem;
    padding: .64rem .48rem;
    background: url(../imgs/pop_bg.png) no-repeat bottom right #fff;
    background-size: 4.32rem 3.2rem;
}

.common_pop h2 {
    font-size: .48rem;
    font-weight: 500;
    color: #181C29;
    line-height: .66rem;
    text-align: center;
}

.common_pop .txt {
    font-size: .24rem;
    color: #51586F;
    line-height: .34rem;
    margin-top: .16rem;
    text-align: center;
}

.common_pop .form_wrap {
    margin-top: .48rem;
}

.common_pop input {
    width: 100%;
    height: .8rem;
    background: #FFFFFF;
    border-radius: .08rem;
    border: .02rem solid #D5DBE8;
    color: #181C29 !important;
    font-size: .28rem;
    padding-left: .32rem;
}

.common_pop .form_item {
    margin-bottom: .24rem;
}

.common_pop .form_wrap .btn {
    width: 100%;
    height: .8rem;
    background: #1F70F0;
    border-radius: .04rem;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    color: #FFFFFF;
    margin-top: .24rem;
}

.common_pop .bot {
    font-size: .24rem;
    color: #828897;
    line-height: .34rem;
    margin-top: .32rem;
    text-align: center;
}

.common_pop .pop_close {
    position: absolute;
    top: 0;
    right: 0;
    width: .8rem;
    height: .8rem;
    background: url(../imgs/nav_close.png) no-repeat center;
    background-size: cover;
}

.nwes_page {
    align-items: center;
    justify-content: space-between;
    padding: .16rem 0 .8rem 0;
}

.nwes_page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.96rem;
    height: .8rem;
    background: #FFFFFF;
    border-radius: .04rem;
    border: .02rem solid #EBEEF5;
    font-size: .28rem;
    color: #51586F;
}

.nwes_page a.on {
    color: #D5DBE8;
}

.nwes_page span {
    font-size: .28rem;
    color: #828897;
}

/* 鍚搁《 */
.jm_tabs {
    width: 100%;
    height: 1.1rem;
    padding: 0 .32rem !important;
    background: #fff;
}

/* .jm_tabs .swiper-container {
    border-bottom: 1px solid #F2F3F5 !important;
} */

.jm_tabs li {
    position: relative;
    width: auto !important;
    font-size: .32rem;
    color: #51586F;
    line-height: 1.1rem;
    margin-right: .64rem;
}

.jm_tabs li.on {
    font-weight: 500;
}

.jm_tabs li:after {
    position: absolute;
    content: '';
    width: 0;
    height: .04rem;
    background: #1F70F0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.jm_tabs li.on:after {
    width: 1rem;
}

.jm_tabs.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    border-bottom: 1px solid #eee;
}