body{width: 100%;}
html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
#header,#main,#footer,#wrap{max-width:100%;margin: 0 auto;overflow: hidden;position: relative;}
.wrap_all{max-width:100%;margin: 0 auto;overflow: hidden;position: relative;padding-bottom: 80px;}
.wrapper{width: 96%;margin: 0 auto;position: relative;display: block;}
.left{float: left;}
.right{float: right;}
a{ text-decoration: none;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
/*css3*/


.mhead{
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 999999;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.logo{
    width: 80%;
    line-height: 30px;
}
.logo img{
    max-width: 100%;
}
.navbtn{
    width: 30px;
    height: 30px;
    background: url(../../images/navbtn.png) no-repeat center;
    background-size: 30px 30px;
    float: right;
}

.nav2{
    background: #1e5eb7;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    z-index: 9999;
    height: 100vh;
    box-sizing: border-box;
    display: none;
}
.nav2 .asmob-nav{
    padding: 20px;
    text-align: left;
}
.nav2 .asmob-nav > li{
    border-bottom: 1px dashed rgba(255,255,255,0.5);
    position: relative;
}
.nav2 .asmob-nav > li>a{
    display: block;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
}
.asmob-nav .asmob-menu-jt {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 9;
    background: url(../../images/jt1.png) no-repeat center ;
    background-size: 20px 11px;
}
.asmob-nav .asmob-menu-jt.clicked{
    background: url(../../images/jt2.png) no-repeat center;
}
.asmob-nav  .asmob-sub-menu{
    background: #fff;
    display: none;
}
.asmob-nav  .asmob-sub-menu li{
    padding: 0 15px;
}
.asmob-nav  .asmob-sub-menu li a{
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}
#swiper-container1 .swiper-slide img{
    width: 100%;
}
#swiper-container1 .swiper-pagination-bullet{
    background: #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: none;
}
#swiper-container1 .swiper-pagination-bullet-active{
    background: #1e5eb7;
}








/*footer*/
.footer{position: fixed;bottom: 0;width: 100%;background: #fff;overflow: hidden;border-top: 1px solid #ececec;}
.footer ul li{float: left;width: 25%;position: relative;text-align: center;}
.footer ul li a{display: block;padding: 8px 0;font-size: 14px;line-height: 20px;}
.footer ul li a span{color: #929292;padding-top: 22px;display: block;}

.footer ul li:nth-child(1) a span{
    background: url(../../images/ft1.png) no-repeat center top;
    background-size: 22px 22px;
}

.footer ul li:nth-child(2) a span{
    background: url(../../images/ft2.png) no-repeat center top;
    background-size: 22px 22px;
}

.footer ul li:nth-child(3) a span{
    background: url(../../images/ft3.png) no-repeat center top;
    background-size: 22px 22px;
}

.footer ul li:nth-child(4) a span{
    background: url(../../images/ft4.png) no-repeat center top;
    background-size: 22px 22px;
}


.index-m1{
    padding: 20px 10px;
}
.index-tlt1{
    text-align: center;
    margin-bottom: 20px;
}
.index-tlt1 img{
    max-width: 280px;
}
.m1-1 .m1-sort,.m1-1 .m1-list{
    width: 100%;
    overflow-x: auto;
}
.m1-list li{
    display: none;
}
.m1-1 .m1-sort ul{
    width: 650px;
    background: #f4f7fb;
}
.m1-1 .m1-sort ul li{
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    color: #474747;
    line-height: 40px;
}
.m1-1 .m1-sort ul li span{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 40px;
    background: url(../../images/jt3.png) no-repeat center;
    background-size: 6px 5px;
}
.m1-1 .m1-sort ul li.cur{
    color: #fff;
    background: #429849;
}
.m1-1 .m1-sort ul li.cur span{
    background: url(../../images/jt4.png) no-repeat center;
    background-size: 6px 6px;
}
.m1-1 .m1-list{
    border-bottom: 1px solid #bfbfbf;
}
.m1-1 .m1-list ul{
    width: 650px;
    height: 40px;
    overflow-y: hidden;
}
.m1-1 .m1-list ul li dd{
    display: inline-block;
    padding: 0 5px;
}
.m1-1 .m1-list ul li a{
    display: block;
    font-size: 13px;
    line-height: 40px;
    color: #646464;
}
.m1-2{
    margin: 10px 0;
}
.m1-2 ul li{
    width: 49%;
    float: left;
    margin-bottom: 10px;
}
.m1-2 ul li:nth-child(2n+1){
    margin-right: 2%;
}
.m1-2 ul li a{
    display: block;
    border: 1px solid #e5e5e5;
}
.m1-2 ul li a img{
    width: 100%;
}
.m1-2 ul li a h3{
    text-align: center;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    background: #1e5eb7;
    color: #fff;
    line-height: 32px;
    font-weight: normal;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.m1-3 a{
    display: block;
    width: 120px;
    line-height: 30px;
    border-radius: 15px;
    margin: 0 auto;
    border-radius: 15px;
    color: #fff;
    background: #1e5eb7;
    text-align: center;
}
.mhot{
    padding-left: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.mhot .hotss {
    font-size: 12px;
    line-height: 26px;
    color: #343434;
}
.mhot .hotss span{
    color: #2e5a8a;
}
.mhot .hotss a{
    font-size: 12px;
    margin-right: 5px;
}
.mhot .hotss a:last-child{
    margin-right: 0;
}
.mhot dd{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../images/sous.png) no-repeat center;
    background-size: 100% 100%;
}
.mhot #formsearch2{
    width: 200px;
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 999;
    border: 1px solid #ccc;
    display: none;
    background: #fff;
}
.mhot #formsearch2 input{
    border: none;
    outline: none;
    background: none;
    color: #333;
}
.mhot #formsearch2 #wdd{
    width: 150px;
    line-height: 32px;
    padding-left: 15px;
    font-size: 14px;
}
.mhot #formsearch2 .iconfont{
    width: 44px;
    line-height: 32px;
    text-align: center;
}
.mheng img{
    width: 100%;
}

.index-m2{
    padding: 20px 10px;
}
.m2-con{
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.m2-con .m2-con-img img{
    width: 100%;
}
.m2-con .m2-con-wz{
    padding: 10px;
}
.m2-con .m2-con-wz h3{
    font-size: 16px;
    color: #1e5eb7;
    font-weight: bold;
    line-height: 2;
    border-bottom: 1px solid #e5e5e5;
}
.m2-con .m2-con-wz .wz{
    font-size: 14px;
    color: #444444;
    margin: 10px 0;
    line-height: 2;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.m2-con .m2-con-more a{
    display: block;
    width: 100px;
    float: right;
    line-height: 30px;
    background: #1e5eb7;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    text-align: center;
}


.index-m3{
    padding: 20px 0;
}
.m3-con{
    background: #e6edf7;
    padding: 20px 0;
}
.m3-con .m3-slick .slick-con{
    padding: 0 5px;
}
.m3-con .m3-slick .slick-con a{
    display: block;
}
.m3-con .m3-slick .slick-con a img{
    width: 100%;
}
.m3-con .m3-slick .slick-con a h3{
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    background: #429849;
    color: #fff;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.m3-con .m3-more{
    margin-top: 20px;
}
.m3-con .m3-more a{
    display: block;
    width: 100px;
    line-height: 30px;
    background: #1e5eb7;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
}


.index-m4{
    padding: 20px 10px;
}
.m4-con .m4-slick{
    position: relative;
}
.m4-con .m4-slick .slick-con{
    width: 49%;
    margin-bottom: 10px;
    float: left;
}
.m4-con .m4-slick .slick-con:nth-child(2n+1){
    margin-right: 2%;
}
.m4-con .m4-slick .slick-con a{
    display: block;
}
.m4-con .m4-slick .slick-con img{
    width: 100%;
}
.m4-con .m4-slick .slick-con h3{
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    background: #1e5eb7;
    color: #fff;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.m4-con .m4-more{
    margin-top: 10px;
}
.m4-con .m4-more a{
    display: block;
    width: 160px;
    line-height: 30px;
    background: #1e5eb7;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
}
.m4-con .m4-slick .slick-arrow{
    width: 30px;
    height: 30px;
    background: none;
    outline: none;
    font-size: 0;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    bottom: -40px;
}
.m4-con .m4-slick .slick-prev{
    background: url(../../images/mleft1.png) no-repeat center;
    left: calc(50% - 120px);
}
.m4-con .m4-slick .slick-next{
    background: url(../../images/mright1.png) no-repeat center;
    right: calc(50% - 120px);
}

.index-m5{
    background: #dbe5f3;
    padding: 20px 10px 10px;
}
.m5-slick .slick-con{
    padding: 0 3px 6px;
}
.m5-slick .slick-con a{
    display: block;
    border: 1px solid #bfbfbf;
}
.m5-slick .slick-con a .img img{
    width: 100%;
}

.index-m6{
    padding: 20px 0;
}
.m6-tlt{
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #353535;
}
.m6-tlt span{
    color: #2764b7;
}
.m6-tlt::before{
    content: '';
    width: 60px;
    height: 3px;
    background: #26ab3c;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
}
.why-list li{
    padding: 10px;
}
.why-list li:nth-child(2n+1){
    background: #e8eff8;
}
.why-list li .img{
    margin-bottom: 5px;
}
.why-list li .img img{
    width: 100%;
}
.why-list li .wz{
    padding-left: 50px;
    position: relative;
}
.why-list li .wz dd{
    width: 38px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.why-list li:nth-child(2n+1) .wz dd{
    background: url(../../images/m6-2.png) no-repeat center;
    background-size: 100% 100%;
}
.why-list li:nth-child(2n) .wz dd{
    background: url(../../images/m6-1.png) no-repeat center;
    background-size: 100% 100%;
}
.why-list li .wz h3{
    font-size: 12px;
    color: #5f5f5f;
    text-transform: uppercase;
    border-bottom: 1px solid #1e5eb7;
    line-height: 32px;
    margin-bottom: 6px;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.why-list li .wz h3 span{
    font-size: 16px;
    color: #2764b7;
}
.why-list li .wz .info p{
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
    color: #494949;
    background: url(../../images/m6-3.png) no-repeat left 8px;
    background-size: 4px 4px;

}


.index-m7{
    background: url(../../images/m7bg.jpg) no-repeat center;
    background-size: cover;
    padding: 10px;
}
.m7-con{
    background: #fff;
    padding: 10px 10px 20px 10px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}
.m7-con .m7-1{
    width: 72%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.m7-con .m7-1 h3{
    font-size: 14px;
    line-height: 2;
    color: #3e3e3e;
    text-align: center;
    font-weight: normal;
}
.m7-con .m7-1 p{
    font-size: 12px;
    color: #3e3e3e;
}
.m7-con .m7-1 h4{
    font-size: 13px;
    line-height: 2;
    color: #282d73;
    text-align: center;
}
.m7-con::before{
    content: '';
    width: 52px;
    height: 66px;
    background: url(../../images/xxr.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.m7-con .m7-2{
    margin-top: 10px;
}
.m7-con .m7-2 > h3{
    font-size: 16px;
    color: #525252;
    line-height: 2;
    text-align: center;
    font-weight: normal;
}
.m7-con .m7-2 #form2 .ly-item1 textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #bfbfbf;
    padding: 10px;
    font-size: 12px;
    background: none;
    outline: none;
}
.m7-con .m7-2 #form2 .ly-item1 input{
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    background: none;
    outline: none;
}
.m7-con .m7-2 #form2 .ly-item2{
    margin: 5px 0;
}
.m7-con .m7-2 #form2 .ly-item2 input{
    width: 100px;
    padding-left: 10px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    line-height: 30px;
    background: none;
    outline: none;
}
.m7-con .m7-2 #form2 .ly-item3{
    padding-left: 105px;
}
.m7-con .m7-2 #form2 .ly-item3 input{
    background: #316aba;
    outline: none;
    line-height: 30px;
    width: 160px;
    text-align: center;
    color: #fff;
}

.index-m8{
    padding: 20px 10px;
}
.m8-1{
    border-bottom: 1px solid #1e5eb7;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.m8-1 ul li{
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 14px;
    background: #1e5eb7;
    color: #fff;
    line-height: 26px;
}
.m8-1 ul li.cur{
    background: #26ab3c;
}
.m8-1 a.m8-more{
    font-size: 12px;
    line-height: 26px;
    color: #1e5eb7;
}
.m8-2 .m8-2-tab {
    display: none;
}
.m8-2 .m8-2-tab .xw1{
    margin-bottom: 10px;
}
.m8-2 .m8-2-tab .xw1 li a{
    display: block;
}
.m8-2 .m8-2-tab .xw1 li .img{
    width: 34%;
    float: left;
}
.m8-2 .m8-2-tab .xw1 li .img img{
    width: 100%;
}
.m8-2 .m8-2-tab .xw1 li .wz{
    width: 63%;
    float: right;
}
.m8-2 .m8-2-tab .xw1 li .wz h3{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 2;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.m8-2 .m8-2-tab .xw1 li .wz .info{
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.m8-2 .m8-2-tab .xw1 li .wz dd{
    float: right;
    width: 90px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    background: #1e5eb7;
    margin-top: 5px;
}
.m8-2 .m8-2-tab .xw2 li a{
    display: block;
    border-bottom: 1px dashed #bfbfbf;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    background: url(../../images/ddd.png) no-repeat left center;
    line-height: 40px;
}
.m8-2 .m8-2-tab .xw2 li a h3{
    width: 260px;
    font-size: 12px;
    font-weight: normal;
    color: #4c4c4c;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.m8-2 .m8-2-tab .xw2 li a span{
    font-size: 12px;
    font-weight: normal;
    color: #4c4c4c;
}


.index-m9{
    background: #323232;
    padding: 20px 10px;
}
.m9-1{
    display: flex;
    justify-content: space-between;
}
.m9-1 .m9-1-left{
    width: calc(95% - 110px);
}
.m9-1 .m9-1-left > h3{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    font-weight: normal;
}
.m9-1 .m9-1-left .mlx{
    font-size: 12px;
    color: rgba(255,255,255,0.52);
    line-height: 20px;
}
.m9-1 .m9-1-right{
    width: 110px;
    font-size: 12px;
    color: rgba(255,255,255,0.52);
    line-height: 24px;
    text-align: center;
}
.m9-1 .m9-1-right img{
    max-width: 80px;
    width: 100%;
}
.m9-2{
    border-top: 1px solid #474747;
    padding-top: 10px;
    font-size: 12px;
    color: rgba(255,255,255,0.52);
    line-height: 20px;
    text-align: center;
}
.m9-2 a{
    color: rgba(255,255,255,0.52);
}





































































































