@charset "UTF-8";
html, body, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, input, ins, kbd, label, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { padding: 0; margin: 0; border: 0; -webkit-tap-highlight-color: rgba(255, 0, 0, 0); -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; }

body, html { min-height: 100%; margin: 0; padding: 0; }

table { border-collapse: collapse; }

html { /* 取消移动设备横屏时字体大小自动调整功能. */ -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; /* -webkit-font-smoothing: antialiased; */ }

body { line-height: 1.42; color: #333; -webkit-overflow-scrolling: touch; font-size: 14px;}

/* 手机端下去掉横向滚动跳 */
@media screen and (max-width: 760px) { body { overflow-x: hidden; } }

img { vertical-align: middle; font-size: 0; }

ul, li { list-style: none; }

label { cursor: inherit; }

h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; line-height: 1.4; }
a{    text-decoration: none;}
.pull-left { float: left; }

.pull-right { float: right; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.u-left, .fl { float: left; }

.u-right, .fr { float: right; }

.clearfix { zoom: 1; }

.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ''; }





/*===================================================*/
.jxcont {
    width: 1200px;
    margin: 80px auto;
}

.mokuai h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 40px;
}
.mokuai {
    position: relative;
}
.mokuai ul li {
    float: left;
    width: 240px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 110px 0 25px;
    position: relative;
}

.mokuai ul li:nth-child(even) {
    background: #9E9E9E;
}

.mokuai ul li:nth-child(odd) {
    background: #3173e8;
}
.mokuai ul li i {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    top: 27px;
    left: 50%;
    margin-left: -35px;
}
.mokuai ul li:nth-child(1) i {
    background: url(jximg/mb1.png) no-repeat;
}
.mokuai ul li:nth-child(2) i {
    background: url(jximg/mb2.png) no-repeat;
}
.mokuai ul li:nth-child(3) i {
    background: url(jximg/mb3.png) no-repeat;
}
.mokuai ul li:nth-child(4) i {
    background: url(jximg/mb4.png) no-repeat;
}
.mokuai ul li:nth-child(5) i {
    background: url(jximg/mb5.png) no-repeat;
}
.mokuai ul li:nth-child(6) i {
    background: url(jximg/mb6.png) no-repeat;
}
.mokuai ul li:nth-child(7) i {
    background: url(jximg/mb7.png) no-repeat;
}
.mokuai ul li:nth-child(8) i {
    background: url(jximg/mb8.png) no-repeat;
}
.mokuai ul li:nth-child(9) i {
    background: url(jximg/mb9.png) no-repeat;
}
.mokuai ul li:nth-child(10) i {
    background: url(jximg/mb10.png) no-repeat;
}
.jxglas h2 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 40px;
}
.tdlist {
    border: 1px solid #ccc;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    padding: 100px;
}

.tdlist ul {
    border: 2px dotted #ccc;
    width: 400px;
    height: 400px;
    border-radius: 50%;
}
.tdlist ul li {
    position: absolute;
    font-size: 17px;
}
.tdlist ul li:nth-child(1) {
    left: -220px;
    width: 233px;
}

.tdlist ul li:nth-child(2) {
    right: -219px;
    width: 216px;
}

.tdlist ul li:nth-child(3) {
    top: 290px;
    left: -230px;
    width: 200px;
}

.tdlist ul li:nth-child(4) {
    right: -334px;
    width: 292px;
    top: 290px;
}

.tdlist ul li:nth-child(5) {
    bottom: 58px;
    left: -242px;
    width: 245px;
}

.tdlist ul li:nth-child(6) {
    right: -263px;
    width: 272px;
    bottom: 58px;
}
.jxglas {
    margin: 80px auto;
      position: relative;
}
.tdlist ul li:nth-child(1)::before {
    content: "1";
    display: inline-block;
    background: red;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
    font-size: 24px;
}
.tdlist ul li:nth-child(2)::before {
    content: "2";
    display: inline-block;
    background: red;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
    font-size: 24px;
}
.tdlist ul li:nth-child(3)::before {
    content: "3";
    display: inline-block;
    background: red;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
    font-size: 24px;
}
.tdlist ul li:nth-child(4)::before {
    content: "4";
    display: inline-block;
    background: red;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
    font-size: 24px;
}
.tdlist ul li:nth-child(5)::before {
    content: "5";
    display: inline-block;
    background: red;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
    font-size: 24px;
}
.tdlist ul li:nth-child(6)::before {
    content: "6";
    display: inline-block;
    background: red;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
    font-size: 24px;
}
.tdlist h3 {
    position: absolute;
    top: 250px;
    font-size: 37px;
    left: 50%;
    width: 230px;
    margin-left: -115px;
    line-height: 65px;
}
.mokuai ul {
    overflow: hidden;
    clear: both;
}
.jxjsmb h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 40px;
}

.jxjsmb {
    margin: 80px auto;
      position: relative;
}
.jxjsmb ul {
    overflow: hidden;
    clear: both;
}

.jxjsmb ul li {
    float: left;
    width: 600px;
    box-sizing: border-box;
    padding: 30px 30px;
    font-size: 16px;
    height: 170px;
}
.jxjsmb ul li:nth-child(1) {
    border-bottom: 2px dotted #ccc;
    border-right: 2px dotted #ccc;
}

.jxjsmb ul li:nth-child(2) {border-bottom: 2px dotted #ccc;}

.jxjsmb ul li:nth-child(3) {border-right: 2px dotted #ccc;}

.jxjsmb ul li h4 {
    font-size: 18px;
  text-align: center;
}

.jxjsmb ul li p {
    margin: 10px 0 0 0;
    text-indent: 2rem;
    font-size: 15px;
    color: #555;
  line-height: 27px;
}
.jxmbbox {
    background: #eef5ff;
    padding: 1px 0;
}
.xtxg h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 40px;
}

.xtxg {
    margin: 0 auto;
  position: relative;
}
.xtxg ul {
    overflow: hidden;
    clear: both;
}

.xtxg ul li {
    float: left;
    width: 280px;
    margin: 0 10px;
    height: 280px;
}

.xtxg ul li p:first-child {
    text-align: center;
    font-size: 22px;
    background: #ccc;
    padding: 30px 0;
}

.xtxg ul li p:last-child {
    padding: 20px 30px;
    font-size: 16px;
    color: #333;
    height: 189px;
    line-height: 27px;
    border: 1px solid #cccccc70;
    box-sizing: border-box;
}

.xtxg ul li p:first-child {
    background: #3173e8;
    color: #fff;
}

.xtxg ul li p:last-child {
    background: #e6effe;
}
.jxjsmb>div {
    text-align: center;
    color: #777;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.yyxxbox input {
    border: 1px solid #ccc;
    display: block;
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 16px;
    width: 600px;
}

.xt_ys {
    width: 600px;
    margin:0 auto;
}
.ys-title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 20px;
}

.yy_ms {
    border: 1px solid #ccc;
    display: block;
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 16px;
    width: 558px;
    height:50px;
}
.yy_tj input {
    font-weight: 400;
    width: 150px;
    color: #fff;
    padding: 7px 0;
    border-radius: 50px;
    position: relative;
    text-transform: capitalize;
    border: hidden;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
    background: #f3b807;
}
.jxhxgn h2 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 40px;
}
.gn_title a {
    text-align: center;
    padding: 11px 20px;
    color: #333333;
    transition: all 0.3s;
    margin: 0 20px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 190px;
    display: inline-block;
	    text-decoration: none;
}
.gn_title {
    text-align: center;
    margin: 10px 0 30px;
}


.gnone_title {
    text-align: center;
    margin: 0 0 40px 0;
}

.gnone_title h3 {
    font-weight: bold;
    text-align: center;
    background: #ecf0f7;
    border-radius: 20px;
    padding: 11px 30px;
    color: #333333;
    transition: all 0.3s;
    margin: 20px 10px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
}

.gnone_title p {
    color: #777;
}

.gn_one .swiper-slide div {
    float: left;
    width: 480px;
    padding: 60px  0 0 80px;
    font-size: 16px;
}

.gn_one .swiper-slide img {
    float: right;
    width: 610px;
    padding: 0 70px 0 0;
}

.gn_one .swiper-slide {
    padding: 0 20px;
}
.gn_one .swiper-slide div p:first-child {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.gn_one .swiper-slide div p:last-child {
    line-height: 28px;
}
.gn_one {
    margin-bottom: 50px;
}



.gn_two {
    margin-bottom: 50px;
}
.gn_two .swiper-slide div {
    float: left;
    width: 500px;
    padding: 60px  0 0 80px;
    font-size: 16px;
}

.gn_two .swiper-slide img {
    float: right;
    width: 610px;
    padding: 0 70px 0 0;
}

.gn_two .swiper-slide {
    padding: 0 20px;
}
.gn_two .swiper-slide div p:first-child {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.gn_two .swiper-slide div p:last-child {
    line-height: 28px;
}
.gn_two .swiper-slide div p {
    margin: 15px 0;
    line-height: 30px;
}
.gn_two .swiper-slide:nth-child(6) div {
    padding-top: 0;
}
.gn_three .swiper-slide div {
    float: left;
    width: 480px;
    padding: 60px  0 0 80px;
    font-size: 16px;
}

.gn_three .swiper-slide img {
    float: right;
    width: 610px;
    padding: 0 70px 0 0;
}

.gn_three .swiper-slide {
    padding: 0 20px;
}
.gn_three .swiper-slide div p:first-child {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.gn_three .swiper-slide div p:last-child {
    line-height: 28px;
}
.gn_three {
    margin-bottom: 50px;
}
.gn_four .swiper-slide div {
    float: left;
    width: 480px;
    padding: 60px  0 0 80px;
    font-size: 16px;
}

.gn_four .swiper-slide img {
    float: right;
    width: 610px;
    padding: 0 70px 0 0;
}

.gn_four .swiper-slide {
    padding: 0 20px;
}
.gn_four .swiper-slide div p:first-child {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.gn_four .swiper-slide div p:last-child {
    line-height: 28px;
}
.xtxgbox {
    padding: 80px 0 0;
}
.usys h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 40px;
}

.xtysjs {
    font-size: 16px;
    text-indent: 2rem;
    line-height: 30px;
}

.usys ul li {
    float: left;
    width: 280px;
    margin: 20px 10px;
    height: 230px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.usys ul li div img {
    width: 100%;
}

.usys li h4 {
    color: #2e3748;
    font-size: 18px;
    padding: 17px 15px 8px;
}

.usys li p {
    color: #555;
    font-size: 15px;
    display: inline-block;
    padding: 0 15px;
}
.usys ul {
    overflow: hidden;
    clear: both;
    margin: 10px 0 0;
}
.jxlbbox {background: #f2f8ff;padding: 60px 0;}

.jx_lb {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

.lb_lf h2 {
    font-size:40px;
    font-weight: bold;
	color: #fea936;
}

.lb_lf {
    float: left;
    margin: 50px 0 0;
}

.lb_rt {
    float: right;
    width: 600px;
}
.lb_rt {}

.lb_rt img {
    width: 100%;
}

.lb_lf p {
    font-size: 20px;
    margin: 30px 0 30px;
}

.lb_lf a {
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background: #03A9F4;
    display: inline-block;
}
.usys ul li div i {
    display: block;
    background: #e1e7ef;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 75px;
    color: #307dbb;
}
.tdsst ul li {
    float: left;
    width: 380px;
    margin: 20px 10px;
    background:#f3f6fd;
    padding: 0 20px 0 89px;
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 16px;
      position: relative;
}
.tdsst ul {
    overflow: hidden;
    clear: both;
}
.tdsst ul li::before {content: "";width: 70px;height: 70px;position: absolute;top: 50%;left: 10px;margin-top: -35px;}
.tdsst ul li:nth-child(1)::before {background: url(/jx_style/jximg/nasw.png) -3px 2px no-repeat;}
.tdsst ul li:nth-child(2)::before {
    background: url(/jx_style/jximg/nasw.png) -79px 2px no-repeat;
}
.tdsst ul li:nth-child(3)::before {
    background: url(/jx_style/jximg/nasw.png) -142px 2px no-repeat;
}
.tdsst ul li:nth-child(4)::before {
    background: url(/jx_style/jximg/nasw.png) -5px -70px no-repeat;
}
.tdsst ul li:nth-child(5)::before {
    background: url(/jx_style/jximg/nasw.png) -79px -71px no-repeat;
}
.tdsst ul li:nth-child(6)::before {
    background: url(/jx_style/jximg/nasw.png) -143px -71px no-repeat;
}
.usysbox {
    background: #e3edfe;
    padding: 80px 0;
}
.usys {
    margin: 0 auto;
      position: relative;
}
.psgwes {
    padding: 80px 0 40px;
}
.jx_hzkh {
    overflow: hidden;
    font-size: 16px;
      width: 500px;
    line-height: 36px;
}
#xt_ys {
    float: right;
}
.par_mess {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}
.parbox li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}
.fdocnh {
    float: left;
}
.fdocnh h4 {
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 40px 0;
}
.foot_mobile {
    display: none;
}
.jxcase {
    width: 1200px;
    margin: 40px auto 0;
      position: relative;
}

.jxcase img {
    width: 100%;
}
.jxcase h4 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 40px;
}
.slcase {
    overflow: hidden;
}
.jxcase p {
    text-align: center;
    margin: 20px 0 0;
    font-size: 16px;
}
.jxglas h2::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    left: 370px;
}
.jxglas h2::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    right: 370px;
}
.jxjsmb h3::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    left: 330px;
}
.jxjsmb h3::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    right: 330px;
}
.xtxg h3::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    left: 440px;
}
.xtxg h3::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    right:440px;
}
.mokuai h3::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    left:410px;
}
.mokuai h3::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    right: 410px;
}
.jxhxgn h2::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    left: 410px;
}
.jxhxgn h2::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    right:410px;
}
.usys h3::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    left: 420px;
}
.usys h3::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    right: 420px;
}
.jxcase h4::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    left: 440px;
}
.jxcase h4::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    right: 440px;
}
.jxhxgn {
    position: relative;
}
.jz_zx h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 40px;
}

.jz_zx {
    width: 1200px;
    margin: 40px auto;
    position: relative;
}
.jz_zx  h3::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    left: 380px;
}
.jz_zx  h3::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    top: 18px;
    right: 380px;
}
.jz_zx ul li {
    float: left;
    width: 570px;
    margin: 10px 15px;
    background: #F5F5F5;
    padding: 15px 20px;
    border-radius: 4px;
}

.jz_zx ul {
    overflow: hidden;
    clear: both;
}

.jz_zx ul li:nth-child(odd) {
    margin-left: 0;
}

.jz_zx ul li:nth-child(even) {
    margin-right: 0;
}
.jz_zx ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    float: left;
}

.jz_zx ul li p {
    margin: 5px 0 0;
    color: #666;
    font-size: 14px;
    text-indent: 2rem;
}
.jz_zx ul li span {
    float: right;
    color: #999;
}
.jz_zx ul li div {
    overflow: hidden;
    clear: both;
}
.rj_sq {
    text-align: center;
    margin: 60px 0 0;
}

.rj_sq a {
    background:#03A9F4;
    display: inline-block;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
.jxcase>p {
    text-align: center;
    color: #777;
    font-size: 16px;
    margin: 0 0 20px 0;
}














/*移动端==============================================================*/
@media screen and (max-width: 760px){
.jx_lb {
    width: 96%;
    margin: 0 2%;
}
.xt_ys {
width: 100%;
    margin: 40px auto;
    float: none;
}

.yyxxbox input {
    width: 100%;
    padding: 10px 2% 10px 4%;
    margin: 20px 0;
}

.yy_ms {
    width: 100%;
    padding: 10px 2% 10px 4%;
    box-sizing: border-box;
}
label.yy_tj {
    margin: 20px auto 0;
    width: 130px;
    font-size: 16px;
    padding: 5px 0;
}

.ys-title {
    padding-bottom: 10px;
  font-size: 22px;
}
.usys ul li {
    width: 48%;
    margin: 10px 1%;
}

.jxcont {
    width: 96%;
    margin: 40px 2%;
}

.usys ul li div i {
    font-size: 60px;
    line-height: 100px;
    height: 100px;
}
.xtxgbox {
    background: none;
  padding: 0;
}

.xtxg ul li {
    width: 98%;
    margin: 0 1% 20px;
    height: auto;
}

.xtxg ul li p:last-child {
    padding: 10px 10px;
    height: auto;
    font-size: 15px;
}

.xtxg ul li p:first-child {
    font-size: 16px;
    padding: 8px 20px;
    text-align: left;
    display: inline-block;
    margin: 0 0 10px 0;
}
.gn_four .swiper-slide div {
    width: 100%;
    float: none;
    padding: 0;
}

.gn_four .swiper-slide img {
    float: none;
    width: 76%;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.gn_four .swiper-slide div p:first-child {
    font-size: 18px;
    margin: 0 0 10px;
}

.gnone_title p {
    font-size: 14px;
    padding: 0 15px;
  line-height: 26px;
}

.gnone_title {
    margin: 0 0 30px;
}
.gn_three .swiper-slide div {
    width: 100%;
    float: none;
    padding: 0;
}

.gn_three .swiper-slide img {
    float: none;
    width: 76%;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.gn_three .swiper-slide div p:first-child {
    font-size: 18px;
    margin: 0 0 10px;
}
.gn_two .swiper-slide div {
    width: 100%;
    float: none;
    padding: 0;
}
.gn_two .swiper-slide img {
    float: none;
    width: 76%;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.gn_two .swiper-slide div p:first-child {
    font-size: 18px;
    margin: 0 0 10px;
}
.gn_one .swiper-slide div {
    width: 100%;
    float: none;
    padding: 0;
}
.gn_one .swiper-slide img {
    float: none;
    width: 76%;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.gn_one .swiper-slide div p:first-child {
    font-size: 18px;
    margin: 0 0 10px;
}
.gn_title a {
    width: 46%;
    margin: 10px 2%;
    display: inherit;
    float: left;
    padding: 10px 1%;
}

.gn_title {
    overflow: hidden;
    clear: both;
    margin: 10px 0;
}

.jxhxgn h2 {
    padding-bottom: 20px;
  font-size: 22px;
}
.mokuai ul li {
width: 48%;
    margin: 10px 1%;
    padding: 10px 0;
    font-size: 16px;
}

.mokuai ul li i {display: none;}

.mokuai h3 {
    padding-bottom: 20px;
      font-size: 22px;
}
.mokuai ul li:nth-child(3) {
    background: #9E9E9E;
}

.mokuai ul li:nth-child(4) {
    background: #3173e8;
}

.mokuai ul li:nth-child(5) {
    background: #3173e8;
}

.mokuai ul li:nth-child(6) {
    background: #9E9E9E;
}

.mokuai ul li:nth-child(7) {
    background: #9E9E9E;
}

.mokuai ul li:nth-child(8) {
    background: #3173e8;
}

.mokuai ul li:nth-child(9) {
    background: #3173e8;
}

.mokuai ul li:nth-child(10) {
    background: #9E9E9E;
}
.jxjsmb h3 {
    padding-bottom: 20px;
      font-size: 22px;
}

.jxjsmb ul li {
    float: none;
    width: 100%;
    box-shadow: none;
    padding: 25px 10px;
    background: #f3f6fd;
    margin: 10px 0;
    border-radius: 2px;
    height: auto;
}

.jxjsmb ul li h4 {
    font-size: 16px;
}
.jxmbbox {
    background: none;
}
.jxjsmb {
    margin-bottom: 0;
}
.jxjsmb>div {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px 0;
}
.usys h3 {
    padding-bottom: 20px;
    font-size: 22px;
}
.jxlbbox {
    padding: 20px 0;
}

.lb_lf {
    float: none;
    margin: 10px 0 0;
}

.lb_lf h2 {
    font-size: 30px;
}

.lb_lf p {
    font-size: 18px;
    margin: 10px 0;
}

.lb_lf a {
    display: none;
}

.lb_rt {
    float: none;
    width: 96%;
    margin: 20px auto 20px;
}
.usys li h4 {
    font-size: 16px;
      text-align: center;
} 
.usys li p {
    padding: 0 10px;
}
.xtxg h3 {
    font-size: 22px;
  padding-bottom: 20px;
} 
.gn_four div p {
    margin: 15px 0;
}
.swiper-button-next, .swiper-button-prev {
    top:70%!important;
}
.tdsst ul li {
    width: 100%;
    margin: 10px 0;
    height: 90px;
    font-size: 15px;
}
.jxglas h2 {
    padding-bottom: 20px;
    font-size: 22px;
}
.jxglas.jxcont {
    margin: 40px 2% 0;
}
.jxjsmb ul li:nth-child(1) {
    border: none;
}

.jxjsmb ul li:nth-child(2) {
    border: none;
}  
.tdsst ul li:nth-child(4) {
    padding: 20px 20px 20px 89px;
}
.par_mess {
    width: 96%;
    margin: 0 2%;
}

.jx_hzkh {
    width: 100%;
    height: auto;
}

.fdocnh h4 {
    text-align: center;
    margin: 0 0 20px 0;
      font-size: 22px;
}

.psgwes {
    padding: 40px 0 0;
  background: none;
}
.fdocnh {
    float: none;
}
#scrollsidebar {
    display: none;
}
.foot_mobile {
display: block;
    overflow: hidden;
    clear: both;
    background:#307dbb;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  z-index: 9999;
}
.foot_mobile a {
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-decoration: none;
    z-index: 9999;
}

.foot_mobile a:first-child {
    border-right: 1px solid #ccc;
}
.usysbox {
    padding: 1px 0;
}
.jxcase h4 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 22px;
    padding: 0;
}
.jxcase {
    width: 96%;
    margin: 40px auto 0;
}
.jxcase h4::after ,.jxcase h4::before ,.usys h3::after ,.usys h3::before , .jxhxgn h2::after ,.jxhxgn h2::before ,.mokuai h3::after ,.mokuai h3::before ,.xtxg h3::after , .xtxg h3::before,.jxjsmb h3::after,.jxjsmb h3::before  ,.jxglas h2::after ,.jxglas h2::before ,.jz_zx h3::before , .jz_zx h3::after {
  display: none;
}
.jz_zx {
    width: 96%;
    margin: 40px auto 60px;
}

.jz_zx ul li {
    width: 100%;
    padding: 15px 15px;
    margin: 10px 0;
}
 .jz_zx h3 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 22px;
    padding: 0;
} 
.jz_zx ul li span {
    display: none;
}
.rj_sq {
    margin: 30px 0 0;
}
  
  
  
  
  
  
  
  
  
  
  



}